File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # sequence-builder v0.1.0 7253e4457e4a6450033b5bda770694508695578f
1+ # sequence-builder v0.1.0 c670818d0bac29f6e279af79ee7f703fb306ce66
22# --
33# Code generated by webrpc-gen@v0.26.1 with openapi generator; DO NOT EDIT
44#
@@ -722,6 +722,15 @@ components:
722722 - UNKNOWN
723723 - LOGIN
724724 - GUARD
725+ EcosystemAccess :
726+ type : string
727+ description : Represented as uint8 on the server side
728+ enum :
729+ - User
730+ - Read
731+ - Write
732+ - Admin
733+ - Owner
725734 Page :
726735 type : object
727736 properties :
@@ -1370,6 +1379,7 @@ components:
13701379 - expiresAt
13711380 - address
13721381 - sessionType
1382+ - user
13731383 properties :
13741384 jwtToken :
13751385 type : string
@@ -1381,6 +1391,8 @@ components:
13811391 type : string
13821392 user :
13831393 $ref : ' #/components/schemas/User'
1394+ access :
1395+ $ref : ' #/components/schemas/EcosystemAccess'
13841396 User :
13851397 type : object
13861398 required :
@@ -1405,6 +1417,8 @@ components:
14051417 type : string
14061418 avatarUrl :
14071419 type : string
1420+ recentProjectId :
1421+ type : number
14081422 UserWallet :
14091423 type : object
14101424 required :
@@ -2734,15 +2748,6 @@ components:
27342748 - UNKNOWN
27352749 - OPEN
27362750 - CLOSED
2737- EcosystemAccess :
2738- type : string
2739- description : Represented as uint8 on the server side
2740- enum :
2741- - User
2742- - Read
2743- - Write
2744- - Admin
2745- - Owner
27462751 ThemeType :
27472752 type : string
27482753 description : Represented as string on the server side
You can’t perform that action at this time.
0 commit comments