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 bf08b82aa9f37a3b755800049d0b9ebef6e925f2
1+ # sequence-builder v0.1.0 8a1a734db88ea110e2ad0ce77865d431a45279a0
22# --
33# Code generated by webrpc-gen@v0.31.0 with openapi generator; DO NOT EDIT
44#
@@ -930,6 +930,16 @@ components:
930930 type : string
931931 chainId :
932932 type : number
933+ BillingCycle :
934+ type : object
935+ required :
936+ - start
937+ - end
938+ properties :
939+ start :
940+ type : string
941+ end :
942+ type : string
933943 SubscriptionProvider :
934944 type : string
935945 description : Represented as string on the server side
@@ -960,6 +970,7 @@ components:
960970 - ADMIN
961971 - CRYPTO
962972 - ECOSYSTEM
973+ - GOOGLE
963974 License :
964975 type : object
965976 required :
@@ -1815,16 +1826,6 @@ components:
18151826 type : boolean
18161827 gasTankBalance :
18171828 type : number
1818- BillingCycle :
1819- type : object
1820- required :
1821- - start
1822- - end
1823- properties :
1824- start :
1825- type : string
1826- end :
1827- type : string
18281829 TopUpSettings :
18291830 type : object
18301831 required :
@@ -2526,6 +2527,35 @@ components:
25262527 type : string
25272528 updatedAt :
25282529 type : string
2530+ FinancialReportType :
2531+ type : string
2532+ description : Represented as uint8 on the server side
2533+ enum :
2534+ - SUBSCRIPTION
2535+ - GASTANK_TOPUP
2536+ FinancialReportEntry :
2537+ type : object
2538+ required :
2539+ - projectId
2540+ - amount
2541+ - type
2542+ - provider
2543+ - createdAt
2544+ properties :
2545+ projectId :
2546+ type : number
2547+ amount :
2548+ type : number
2549+ type :
2550+ $ref : ' #/components/schemas/FinancialReportType'
2551+ provider :
2552+ $ref : ' #/components/schemas/PaymentProvider'
2553+ externalId :
2554+ type : string
2555+ externalURL :
2556+ type : string
2557+ createdAt :
2558+ type : string
25292559 AnalyticsProjectType :
25302560 type : string
25312561 description : Represented as string on the server side
@@ -3226,6 +3256,10 @@ components:
32263256 $ref : ' #/components/schemas/AdjustmentStatus'
32273257 type :
32283258 $ref : ' #/components/schemas/PaymentProvider'
3259+ from :
3260+ type : string
3261+ to :
3262+ type : string
32293263 GasTankConfig :
32303264 type : object
32313265 required :
You can’t perform that action at this time.
0 commit comments