1- # sequence-builder v0.1.0 3575d7d395fbcd9a23c13a4cfe6d5d9086a09fac
1+ # sequence-builder v0.1.0 19048eb5989d20695a2780fbaff849e168cbdf4e
22# --
33# Code generated by [email protected] with openapi generator; DO NOT EDIT44#
@@ -732,6 +732,17 @@ components:
732732 - Write
733733 - Admin
734734 - Owner
735+ AdminRole :
736+ type : string
737+ description : Represented as uint8 on the server side
738+ enum :
739+ - NONE
740+ - VIEWER
741+ - DEVELOPER
742+ - ECOSYSTEM
743+ - ACCOUNT
744+ - FINANCE
745+ - SUPERADMIN
735746 Page :
736747 type : object
737748 properties :
@@ -1029,6 +1040,8 @@ components:
10291040 type : string
10301041 updatedAt :
10311042 type : string
1043+ deletedAt :
1044+ type : string
10321045 LicenseVersion :
10331046 type : object
10341047 required :
@@ -1295,6 +1308,17 @@ components:
12951308 enum :
12961309 - Card
12971310 - Link
1311+ SecretType :
1312+ type : string
1313+ description : Represented as uint8 on the server side
1314+ enum :
1315+ - FORTEPAY
1316+ SecretEnv :
1317+ type : string
1318+ description : Represented as uint8 on the server side
1319+ enum :
1320+ - TEST
1321+ - PROD
12981322 Version :
12991323 type : object
13001324 required :
@@ -1387,25 +1411,21 @@ components:
13871411 required :
13881412 - address
13891413 - emailConfirmed
1390- - createdAt
1391- - updatedAt
1392- - sysAdmin
1414+ - role
13931415 - avatarKey
13941416 - avatarUrl
13951417 - recentProjectIds
1418+ - createdAt
1419+ - updatedAt
13961420 properties :
13971421 address :
13981422 type : string
13991423 email :
14001424 type : string
14011425 emailConfirmed :
14021426 type : boolean
1403- createdAt :
1404- type : string
1405- updatedAt :
1406- type : string
1407- sysAdmin :
1408- type : boolean
1427+ role :
1428+ $ref : ' #/components/schemas/AdminRole'
14091429 avatarKey :
14101430 type : string
14111431 avatarUrl :
@@ -1415,6 +1435,10 @@ components:
14151435 description : ' map<uint64,uint64>'
14161436 additionalProperties :
14171437 type : number
1438+ createdAt :
1439+ type : string
1440+ updatedAt :
1441+ type : string
14181442 UserWallet :
14191443 type : object
14201444 required :
@@ -2207,7 +2231,6 @@ components:
22072231 - status
22082232 - try
22092233 - payload
2210- - hash
22112234 properties :
22122235 id :
22132236 type : number
@@ -2501,6 +2524,18 @@ components:
25012524 $ref : ' #/components/schemas/PaymentMethodLinkData'
25022525 default :
25032526 type : boolean
2527+ ProjectSecret :
2528+ type : object
2529+ required :
2530+ - type
2531+ - env
2532+ properties :
2533+ type :
2534+ $ref : ' #/components/schemas/SecretType'
2535+ env :
2536+ $ref : ' #/components/schemas/SecretEnv'
2537+ updatedAt :
2538+ type : string
25042539 FinancialReportType :
25052540 type : string
25062541 description : Represented as uint8 on the server side
@@ -2534,6 +2569,64 @@ components:
25342569 type : string
25352570 createdAt :
25362571 type : string
2572+ TransakContract :
2573+ type : object
2574+ required :
2575+ - id
2576+ - chainId
2577+ - contractAddress
2578+ - name
2579+ - projectIds
2580+ - createdAt
2581+ - updatedAt
2582+ properties :
2583+ id :
2584+ type : number
2585+ transakId :
2586+ type : string
2587+ chainId :
2588+ type : number
2589+ contractAddress :
2590+ type : string
2591+ name :
2592+ type : string
2593+ projectIds :
2594+ type : array
2595+ description : ' []uint64'
2596+ items :
2597+ type : number
2598+ createdAt :
2599+ type : string
2600+ updatedAt :
2601+ type : string
2602+ TransakContractFilter :
2603+ type : object
2604+ properties :
2605+ query :
2606+ type : string
2607+ chainId :
2608+ type : number
2609+ WhitelistUrl :
2610+ type : object
2611+ required :
2612+ - id
2613+ - projectId
2614+ - url
2615+ - createdAt
2616+ - updatedAt
2617+ properties :
2618+ id :
2619+ type : number
2620+ projectId :
2621+ type : number
2622+ url :
2623+ type : string
2624+ approvedAt :
2625+ type : string
2626+ createdAt :
2627+ type : string
2628+ updatedAt :
2629+ type : string
25372630 AnalyticsProjectType :
25382631 type : string
25392632 description : Represented as string on the server side
@@ -3288,11 +3381,14 @@ components:
32883381 GasTankConfig :
32893382 type : object
32903383 required :
3384+ - enabled
32913385 - chainId
32923386 - tokenAddress
32933387 - tokenDecimals
32943388 - recipientAddress
32953389 properties :
3390+ enabled :
3391+ type : boolean
32963392 chainId :
32973393 type : number
32983394 tokenAddress :
0 commit comments