We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d6cc3a commit b46ae63Copy full SHA for b46ae63
1 file changed
docs/pages/api/analytics/rpc.gen.yaml
@@ -1,4 +1,4 @@
1
-# sequence-builder v0.1.0 429e1a0800eaeaa40563cdd409efb400229fd291
+# sequence-builder v0.1.0 38041c947ec4711d096dd814c06c4096f639271b
2
# --
3
# Code generated by webrpc-gen@v0.31.0 with openapi generator; DO NOT EDIT
4
#
@@ -1413,6 +1413,7 @@ components:
1413
- sysAdmin
1414
- avatarKey
1415
- avatarUrl
1416
+ - recentProjectIds
1417
properties:
1418
address:
1419
type: string
@@ -1428,8 +1429,11 @@ components:
1428
1429
1430
avatarUrl:
1431
- recentProjectId:
1432
- type: number
+ recentProjectIds:
1433
+ type: object
1434
+ description: 'map<uint64,uint64>'
1435
+ additionalProperties:
1436
+ type: number
1437
UserWallet:
1438
type: object
1439
required:
0 commit comments