This repository was archived by the owner on Apr 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 1- # sequence-builder v0.1.0 ee56b61e2e59a03fe67aca50d4bbf10a85f37a57
1+ # sequence-builder v0.1.0 17d131befc82ac6fca26a8c9198c4ed4e039dc81
22# --
33# Code generated by webrpc-gen@v0.22.1 with openapi generator; DO NOT EDIT
44#
@@ -728,7 +728,7 @@ components:
728728 enum :
729729 - UNKNOWN
730730 - STRIPE
731- - MANUAL
731+ - ADMIN
732732 PaymentStatus :
733733 type : string
734734 description : Represented as uint16 on the server side
@@ -1603,12 +1603,15 @@ components:
16031603 type : object
16041604 required :
16051605 - active
1606+ - provider
16061607 - threshold
16071608 - amount
16081609 - limit
16091610 properties :
16101611 active :
16111612 type : boolean
1613+ provider :
1614+ $ref : ' #/components/schemas/PaymentProvider'
16121615 threshold :
16131616 type : number
16141617 amount :
@@ -1619,6 +1622,7 @@ components:
16191622 type : object
16201623 required :
16211624 - topUpEnabled
1625+ - topUpProvider
16221626 properties :
16231627 mauIncludedMax :
16241628 type : number
@@ -1640,6 +1644,8 @@ components:
16401644 type : string
16411645 topUpEnabled :
16421646 type : boolean
1647+ topUpProvider :
1648+ $ref : ' #/components/schemas/PaymentProvider'
16431649 topUpThreshold :
16441650 type : number
16451651 topUpAmount :
You can’t perform that action at this time.
0 commit comments