File tree Expand file tree Collapse file tree 1 file changed +22
-16
lines changed
Expand file tree Collapse file tree 1 file changed +22
-16
lines changed Original file line number Diff line number Diff line change 1- # sequence-builder v0.1.0 0488e76347dc568485c1854df18d50edcff3f8f1
1+ # sequence-builder v0.1.0 1e70265d5b2848c37e42d8428fc9d246ac4ed20c
22# --
33# Code generated by [email protected] with openapi generator; DO NOT EDIT44#
@@ -1145,6 +1145,7 @@ components:
11451145 - extraFeatures
11461146 - topUpEnabled
11471147 - topUpProvider
1148+ - balanceNotifications
11481149 properties :
11491150 priceSubscription :
11501151 type : string
@@ -1176,6 +1177,8 @@ components:
11761177 type : number
11771178 topUpLimit :
11781179 type : number
1180+ balanceNotifications :
1181+ type : boolean
11791182 ServiceSettingsOverride :
11801183 type : object
11811184 properties :
@@ -1840,24 +1843,27 @@ components:
18401843 type : boolean
18411844 gasTankBalance :
18421845 type : number
1843- TopUpSettings :
1846+ GasTankSettings :
18441847 type : object
18451848 required :
1846- - active
1847- - provider
1848- - threshold
1849- - amount
1850- - limit
1849+ - balanceThreshold
1850+ - sendNotifications
1851+ - autoRecharge
1852+ - topupProvider
1853+ - rechargeAmount
1854+ - rechargeLimit
18511855 properties :
1852- active :
1856+ balanceThreshold :
1857+ type : number
1858+ sendNotifications :
18531859 type : boolean
1854- provider :
1860+ autoRecharge :
1861+ type : boolean
1862+ topupProvider :
18551863 $ref : ' #/components/schemas/PaymentProvider'
1856- threshold :
1857- type : number
1858- amount :
1864+ rechargeAmount :
18591865 type : number
1860- limit :
1866+ rechargeLimit :
18611867 type : number
18621868 UsageInfo :
18631869 type : object
@@ -1893,7 +1899,7 @@ components:
18931899 - current
18941900 - cycle
18951901 - settings
1896- - topUpSettings
1902+ - gasTankSettings
18971903 - usage
18981904 properties :
18991905 current :
@@ -1904,8 +1910,8 @@ components:
19041910 $ref : ' #/components/schemas/BillingCycle'
19051911 settings :
19061912 $ref : ' #/components/schemas/LicenseSettings'
1907- topUpSettings :
1908- $ref : ' #/components/schemas/TopUpSettings '
1913+ gasTankSettings :
1914+ $ref : ' #/components/schemas/GasTankSettings '
19091915 usage :
19101916 type : object
19111917 description : ' map<string,UsageInfo>'
You can’t perform that action at this time.
0 commit comments