orb-billing 1.19.2 → 1.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +66 -23
- package/dist/internal/utils/utils.js +1 -1
- package/dist/sdk/coupon.d.ts +4 -4
- package/dist/sdk/coupon.js +25 -20
- package/dist/sdk/credit.d.ts +186 -4
- package/dist/sdk/credit.js +208 -20
- package/dist/sdk/creditnote.d.ts +2 -2
- package/dist/sdk/creditnote.js +11 -10
- package/dist/sdk/customer.d.ts +8 -8
- package/dist/sdk/customer.js +49 -40
- package/dist/sdk/event.d.ts +7 -7
- package/dist/sdk/event.js +39 -35
- package/dist/sdk/invoice.d.ts +5 -5
- package/dist/sdk/invoice.js +26 -25
- package/dist/sdk/item.d.ts +2 -2
- package/dist/sdk/item.js +11 -10
- package/dist/sdk/metric.d.ts +1 -1
- package/dist/sdk/metric.js +5 -5
- package/dist/sdk/models/operations/addeditpriceintervals.d.ts +1 -1
- package/dist/sdk/models/operations/addeditpriceintervals.js +4 -4
- package/dist/sdk/models/operations/amendevent.d.ts +1 -1
- package/dist/sdk/models/operations/amendevent.js +4 -4
- package/dist/sdk/models/operations/amendusage.d.ts +1 -1
- package/dist/sdk/models/operations/amendusage.js +4 -4
- package/dist/sdk/models/operations/amendusageexternalcustomerid.d.ts +1 -1
- package/dist/sdk/models/operations/amendusageexternalcustomerid.js +4 -4
- package/dist/sdk/models/operations/cancelsubscription.d.ts +1 -1
- package/dist/sdk/models/operations/cancelsubscription.js +4 -4
- package/dist/sdk/models/operations/createcustomerbalancetransaction.d.ts +1 -1
- package/dist/sdk/models/operations/createcustomerbalancetransaction.js +4 -4
- package/dist/sdk/models/operations/createledgerentry.d.ts +1 -1
- package/dist/sdk/models/operations/createledgerentry.js +4 -4
- package/dist/sdk/models/operations/createledgerentryexternalid.d.ts +1 -1
- package/dist/sdk/models/operations/createledgerentryexternalid.js +4 -4
- package/dist/sdk/models/operations/fetchcustomercredits.d.ts +1 -1
- package/dist/sdk/models/operations/fetchcustomercredits.js +4 -4
- package/dist/sdk/models/operations/fetchcustomercreditsexternalid.d.ts +1 -1
- package/dist/sdk/models/operations/fetchcustomercreditsexternalid.js +4 -4
- package/dist/sdk/models/operations/markinvoiceaspaid.d.ts +1 -1
- package/dist/sdk/models/operations/markinvoiceaspaid.js +4 -4
- package/dist/sdk/models/operations/scheduleplanchange.d.ts +1 -1
- package/dist/sdk/models/operations/scheduleplanchange.js +4 -4
- package/dist/sdk/models/operations/triggerphase.d.ts +1 -1
- package/dist/sdk/models/operations/triggerphase.js +4 -4
- package/dist/sdk/models/operations/unschedulefixedfeequantity.d.ts +1 -1
- package/dist/sdk/models/operations/unschedulefixedfeequantity.js +4 -4
- package/dist/sdk/models/operations/updatecustomer.d.ts +1 -1
- package/dist/sdk/models/operations/updatecustomer.js +4 -4
- package/dist/sdk/models/operations/updatecustomerexternalid.d.ts +1 -1
- package/dist/sdk/models/operations/updatecustomerexternalid.js +4 -4
- package/dist/sdk/models/operations/updatefixedfeequantity.d.ts +1 -1
- package/dist/sdk/models/operations/updatefixedfeequantity.js +4 -4
- package/dist/sdk/models/operations/updateplan.d.ts +1 -1
- package/dist/sdk/models/operations/updateplan.js +4 -4
- package/dist/sdk/models/operations/updateplanexternal.d.ts +1 -1
- package/dist/sdk/models/operations/updateplanexternal.js +4 -4
- package/dist/sdk/models/shared/addpriceintervalparams.d.ts +0 -14
- package/dist/sdk/models/shared/addpriceintervalparams.js +1 -17
- package/dist/sdk/models/shared/createinvoicelineitemparams.js +2 -0
- package/dist/sdk/models/shared/editpriceintervalparams.d.ts +0 -14
- package/dist/sdk/models/shared/editpriceintervalparams.js +1 -17
- package/dist/sdk/models/shared/fixedfeequantitychange.js +1 -0
- package/dist/sdk/models/shared/index.d.ts +0 -102
- package/dist/sdk/models/shared/index.js +0 -102
- package/dist/sdk/models/shared/invoicelineitemparams.d.ts +1 -2
- package/dist/sdk/models/shared/invoicelineitemparams.js +3 -3
- package/dist/sdk/models/shared/itemexternalconnection.d.ts +0 -11
- package/dist/sdk/models/shared/itemexternalconnection.js +1 -14
- package/dist/sdk/models/shared/markaspaidrequestparams.js +1 -0
- package/dist/sdk/models/shared/plan.d.ts +1 -3
- package/dist/sdk/models/shared/plan.js +2 -11
- package/dist/sdk/models/shared/triggersubscriptionphaseparams.js +1 -0
- package/dist/sdk/plan.d.ts +4 -4
- package/dist/sdk/plan.js +22 -20
- package/dist/sdk/price.d.ts +3 -3
- package/dist/sdk/price.js +16 -15
- package/dist/sdk/priceinterval.d.ts +2 -1
- package/dist/sdk/priceinterval.js +6 -5
- package/dist/sdk/sdk.js +3 -3
- package/dist/sdk/subscription.d.ts +8 -8
- package/dist/sdk/subscription.js +45 -40
- package/docs/models/operations/addeditpriceintervalsrequest.md +2 -2
- package/docs/models/operations/amendeventrequest.md +2 -2
- package/docs/models/operations/amendusageexternalcustomeridrequest.md +1 -1
- package/docs/models/operations/amendusagerequest.md +1 -1
- package/docs/models/operations/cancelsubscriptionrequest.md +2 -2
- package/docs/models/operations/createcustomerbalancetransactionrequest.md +2 -2
- package/docs/models/operations/createledgerentryexternalidrequest.md +2 -2
- package/docs/models/operations/createledgerentryrequest.md +2 -2
- package/docs/models/operations/fetchcustomercreditsexternalidrequest.md +1 -1
- package/docs/models/operations/fetchcustomercreditsrequest.md +1 -1
- package/docs/models/operations/markinvoiceaspaidrequest.md +2 -2
- package/docs/models/operations/scheduleplanchangerequest.md +2 -2
- package/docs/models/operations/triggerphaserequest.md +2 -2
- package/docs/models/operations/unschedulefixedfeequantityrequest.md +2 -2
- package/docs/models/operations/updatecustomerexternalidrequest.md +2 -2
- package/docs/models/operations/updatecustomerrequest.md +2 -2
- package/docs/models/operations/updatefixedfeequantityrequest.md +2 -2
- package/docs/models/operations/updateplanexternalrequest.md +2 -2
- package/docs/models/operations/updateplanrequest.md +2 -2
- package/docs/models/shared/addpriceintervalparams.md +2 -2
- package/docs/models/shared/createinvoicelineitemparams.md +1 -1
- package/docs/models/shared/discount.md +8 -8
- package/docs/models/shared/editpriceintervalparams.md +2 -2
- package/docs/models/shared/invoicelineitem.md +1 -1
- package/docs/models/shared/invoicelineitemparams.md +2 -2
- package/docs/models/shared/plan.md +1 -1
- package/docs/sdks/availability/README.md +9 -8
- package/docs/sdks/coupon/README.md +89 -80
- package/docs/sdks/credit/README.md +282 -141
- package/docs/sdks/creditnote/README.md +34 -31
- package/docs/sdks/customer/README.md +303 -352
- package/docs/sdks/event/README.md +162 -162
- package/docs/sdks/invoice/README.md +145 -159
- package/docs/sdks/item/README.md +34 -31
- package/docs/sdks/metric/README.md +43 -47
- package/docs/sdks/plan/README.md +100 -102
- package/docs/sdks/price/README.md +60 -96
- package/docs/sdks/priceinterval/README.md +55 -98
- package/docs/sdks/subscription/README.md +278 -384
- package/package.json +1 -1
- package/dist/sdk/models/shared/adddecrementcreditledgerentryrequestparams.d.ts +0 -24
- package/dist/sdk/models/shared/adddecrementcreditledgerentryrequestparams.js +0 -76
- package/dist/sdk/models/shared/addexpirationchangecreditledgerentryrequestparams.d.ts +0 -37
- package/dist/sdk/models/shared/addexpirationchangecreditledgerentryrequestparams.js +0 -100
- package/dist/sdk/models/shared/addincrementcreditledgerentryrequestparams.d.ts +0 -42
- package/dist/sdk/models/shared/addincrementcreditledgerentryrequestparams.js +0 -107
- package/dist/sdk/models/shared/addvoidcreditledgerentryrequestparams.d.ts +0 -34
- package/dist/sdk/models/shared/addvoidcreditledgerentryrequestparams.js +0 -88
- package/dist/sdk/models/shared/affectedblock.d.ts +0 -6
- package/dist/sdk/models/shared/affectedblock.js +0 -59
- package/dist/sdk/models/shared/amendmentledgerentry.d.ts +0 -27
- package/dist/sdk/models/shared/amendmentledgerentry.js +0 -120
- package/dist/sdk/models/shared/amountdiscount.d.ts +0 -15
- package/dist/sdk/models/shared/amountdiscount.js +0 -59
- package/dist/sdk/models/shared/amountdiscountcreationparams.d.ts +0 -11
- package/dist/sdk/models/shared/amountdiscountcreationparams.js +0 -54
- package/dist/sdk/models/shared/amountdiscountinterval.d.ts +0 -27
- package/dist/sdk/models/shared/amountdiscountinterval.js +0 -82
- package/dist/sdk/models/shared/billablemetricsimple.d.ts +0 -5
- package/dist/sdk/models/shared/billablemetricsimple.js +0 -50
- package/dist/sdk/models/shared/billablemetrictiny.d.ts +0 -4
- package/dist/sdk/models/shared/billablemetrictiny.js +0 -45
- package/dist/sdk/models/shared/bpsconfig.d.ts +0 -11
- package/dist/sdk/models/shared/bpsconfig.js +0 -50
- package/dist/sdk/models/shared/bpsprice.d.ts +0 -242
- package/dist/sdk/models/shared/bpsprice.js +0 -363
- package/dist/sdk/models/shared/bpstier.d.ts +0 -19
- package/dist/sdk/models/shared/bpstier.js +0 -60
- package/dist/sdk/models/shared/bulkbpsconfig.d.ts +0 -8
- package/dist/sdk/models/shared/bulkbpsconfig.js +0 -47
- package/dist/sdk/models/shared/bulkbpsprice.d.ts +0 -242
- package/dist/sdk/models/shared/bulkbpsprice.js +0 -363
- package/dist/sdk/models/shared/bulkbpstier.d.ts +0 -15
- package/dist/sdk/models/shared/bulkbpstier.js +0 -55
- package/dist/sdk/models/shared/bulkconfig.d.ts +0 -8
- package/dist/sdk/models/shared/bulkconfig.js +0 -47
- package/dist/sdk/models/shared/bulkprice.d.ts +0 -242
- package/dist/sdk/models/shared/bulkprice.js +0 -363
- package/dist/sdk/models/shared/bulktier.d.ts +0 -11
- package/dist/sdk/models/shared/bulktier.js +0 -50
- package/dist/sdk/models/shared/creditblockexpiryledgerentry.d.ts +0 -27
- package/dist/sdk/models/shared/creditblockexpiryledgerentry.js +0 -120
- package/dist/sdk/models/shared/decrementledgerentry.d.ts +0 -30
- package/dist/sdk/models/shared/decrementledgerentry.js +0 -135
- package/dist/sdk/models/shared/duplicateconstraintviolationerror.d.ts +0 -16
- package/dist/sdk/models/shared/duplicateconstraintviolationerror.js +0 -82
- package/dist/sdk/models/shared/duplicateresourcecreationerror.d.ts +0 -16
- package/dist/sdk/models/shared/duplicateresourcecreationerror.js +0 -82
- package/dist/sdk/models/shared/expirationchangeledgerentry.d.ts +0 -28
- package/dist/sdk/models/shared/expirationchangeledgerentry.js +0 -129
- package/dist/sdk/models/shared/featurenotavailableerror.d.ts +0 -16
- package/dist/sdk/models/shared/featurenotavailableerror.js +0 -82
- package/dist/sdk/models/shared/fivetranexampleprice.d.ts +0 -241
- package/dist/sdk/models/shared/fivetranexampleprice.js +0 -361
- package/dist/sdk/models/shared/groupedsubscriptionusage.d.ts +0 -7
- package/dist/sdk/models/shared/groupedsubscriptionusage.js +0 -54
- package/dist/sdk/models/shared/groupedsubscriptionusagerecord.d.ts +0 -14
- package/dist/sdk/models/shared/groupedsubscriptionusagerecord.js +0 -71
- package/dist/sdk/models/shared/idempotencyconflict.d.ts +0 -16
- package/dist/sdk/models/shared/idempotencyconflict.js +0 -82
- package/dist/sdk/models/shared/idempotencykeyvalidationerror.d.ts +0 -17
- package/dist/sdk/models/shared/idempotencykeyvalidationerror.js +0 -87
- package/dist/sdk/models/shared/idempotencyrequestmismatch.d.ts +0 -16
- package/dist/sdk/models/shared/idempotencyrequestmismatch.js +0 -82
- package/dist/sdk/models/shared/incrementcreditledgerentryinvoicesettings.d.ts +0 -18
- package/dist/sdk/models/shared/incrementcreditledgerentryinvoicesettings.js +0 -58
- package/dist/sdk/models/shared/incrementledgerentry.d.ts +0 -27
- package/dist/sdk/models/shared/incrementledgerentry.js +0 -120
- package/dist/sdk/models/shared/itemslim.d.ts +0 -5
- package/dist/sdk/models/shared/itemslim.js +0 -50
- package/dist/sdk/models/shared/matrixconfig.d.ts +0 -20
- package/dist/sdk/models/shared/matrixconfig.js +0 -62
- package/dist/sdk/models/shared/matrixprice.d.ts +0 -242
- package/dist/sdk/models/shared/matrixprice.js +0 -363
- package/dist/sdk/models/shared/matrixsublineitem.d.ts +0 -17
- package/dist/sdk/models/shared/matrixsublineitem.js +0 -78
- package/dist/sdk/models/shared/matrixvalue.d.ts +0 -15
- package/dist/sdk/models/shared/matrixvalue.js +0 -55
- package/dist/sdk/models/shared/metricgroup.d.ts +0 -5
- package/dist/sdk/models/shared/metricgroup.js +0 -50
- package/dist/sdk/models/shared/newbpsprice.d.ts +0 -53
- package/dist/sdk/models/shared/newbpsprice.js +0 -110
- package/dist/sdk/models/shared/newbulkbpsprice.d.ts +0 -53
- package/dist/sdk/models/shared/newbulkbpsprice.js +0 -110
- package/dist/sdk/models/shared/newbulkprice.d.ts +0 -53
- package/dist/sdk/models/shared/newbulkprice.js +0 -110
- package/dist/sdk/models/shared/newmatrixprice.d.ts +0 -53
- package/dist/sdk/models/shared/newmatrixprice.js +0 -110
- package/dist/sdk/models/shared/newpackageprice.d.ts +0 -53
- package/dist/sdk/models/shared/newpackageprice.js +0 -110
- package/dist/sdk/models/shared/newpackagewithallocationprice.d.ts +0 -52
- package/dist/sdk/models/shared/newpackagewithallocationprice.js +0 -108
- package/dist/sdk/models/shared/newthresholdtotalamountprice.d.ts +0 -52
- package/dist/sdk/models/shared/newthresholdtotalamountprice.js +0 -108
- package/dist/sdk/models/shared/newtieredbpsprice.d.ts +0 -53
- package/dist/sdk/models/shared/newtieredbpsprice.js +0 -110
- package/dist/sdk/models/shared/newtieredpackageprice.d.ts +0 -52
- package/dist/sdk/models/shared/newtieredpackageprice.js +0 -108
- package/dist/sdk/models/shared/newtieredprice.d.ts +0 -53
- package/dist/sdk/models/shared/newtieredprice.js +0 -110
- package/dist/sdk/models/shared/newtieredwithminimumprice.d.ts +0 -52
- package/dist/sdk/models/shared/newtieredwithminimumprice.js +0 -108
- package/dist/sdk/models/shared/newunitprice.d.ts +0 -53
- package/dist/sdk/models/shared/newunitprice.js +0 -110
- package/dist/sdk/models/shared/othersublineitem.d.ts +0 -15
- package/dist/sdk/models/shared/othersublineitem.js +0 -71
- package/dist/sdk/models/shared/overridebpsprice.d.ts +0 -27
- package/dist/sdk/models/shared/overridebpsprice.js +0 -83
- package/dist/sdk/models/shared/overridebulkbpsprice.d.ts +0 -27
- package/dist/sdk/models/shared/overridebulkbpsprice.js +0 -83
- package/dist/sdk/models/shared/overridebulkprice.d.ts +0 -27
- package/dist/sdk/models/shared/overridebulkprice.js +0 -83
- package/dist/sdk/models/shared/overridefivetranexampleprice.d.ts +0 -26
- package/dist/sdk/models/shared/overridefivetranexampleprice.js +0 -81
- package/dist/sdk/models/shared/overridematrixprice.d.ts +0 -27
- package/dist/sdk/models/shared/overridematrixprice.js +0 -83
- package/dist/sdk/models/shared/overridepackageprice.d.ts +0 -27
- package/dist/sdk/models/shared/overridepackageprice.js +0 -83
- package/dist/sdk/models/shared/overridepackagewithallocationprice.d.ts +0 -26
- package/dist/sdk/models/shared/overridepackagewithallocationprice.js +0 -81
- package/dist/sdk/models/shared/overridetestratingfunctionprice.d.ts +0 -26
- package/dist/sdk/models/shared/overridetestratingfunctionprice.js +0 -81
- package/dist/sdk/models/shared/overridethresholdtotalamountprice.d.ts +0 -26
- package/dist/sdk/models/shared/overridethresholdtotalamountprice.js +0 -81
- package/dist/sdk/models/shared/overridetieredbpsprice.d.ts +0 -27
- package/dist/sdk/models/shared/overridetieredbpsprice.js +0 -83
- package/dist/sdk/models/shared/overridetieredpackageprice.d.ts +0 -26
- package/dist/sdk/models/shared/overridetieredpackageprice.js +0 -81
- package/dist/sdk/models/shared/overridetieredprice.d.ts +0 -27
- package/dist/sdk/models/shared/overridetieredprice.js +0 -83
- package/dist/sdk/models/shared/overridetieredwithminimumprice.d.ts +0 -26
- package/dist/sdk/models/shared/overridetieredwithminimumprice.js +0 -81
- package/dist/sdk/models/shared/overrideunitprice.d.ts +0 -27
- package/dist/sdk/models/shared/overrideunitprice.js +0 -83
- package/dist/sdk/models/shared/packageconfig.d.ts +0 -11
- package/dist/sdk/models/shared/packageconfig.js +0 -50
- package/dist/sdk/models/shared/packageprice.d.ts +0 -242
- package/dist/sdk/models/shared/packageprice.js +0 -363
- package/dist/sdk/models/shared/packagewithallocationprice.d.ts +0 -241
- package/dist/sdk/models/shared/packagewithallocationprice.js +0 -361
- package/dist/sdk/models/shared/percentagediscount.d.ts +0 -15
- package/dist/sdk/models/shared/percentagediscount.js +0 -59
- package/dist/sdk/models/shared/percentagediscountcreationparams.d.ts +0 -11
- package/dist/sdk/models/shared/percentagediscountcreationparams.js +0 -54
- package/dist/sdk/models/shared/percentagediscountinterval.d.ts +0 -27
- package/dist/sdk/models/shared/percentagediscountinterval.js +0 -82
- package/dist/sdk/models/shared/requesttoolargeerror.d.ts +0 -16
- package/dist/sdk/models/shared/requesttoolargeerror.js +0 -82
- package/dist/sdk/models/shared/requestvalidationerror.d.ts +0 -17
- package/dist/sdk/models/shared/requestvalidationerror.js +0 -87
- package/dist/sdk/models/shared/resourcenotfounderror.d.ts +0 -16
- package/dist/sdk/models/shared/resourcenotfounderror.js +0 -82
- package/dist/sdk/models/shared/resourcetoolargeerror.d.ts +0 -16
- package/dist/sdk/models/shared/resourcetoolargeerror.js +0 -82
- package/dist/sdk/models/shared/sublineitemgrouping.d.ts +0 -8
- package/dist/sdk/models/shared/sublineitemgrouping.js +0 -50
- package/dist/sdk/models/shared/sublineitemmatrixconfig.d.ts +0 -7
- package/dist/sdk/models/shared/sublineitemmatrixconfig.js +0 -45
- package/dist/sdk/models/shared/testratingfunctionprice.d.ts +0 -241
- package/dist/sdk/models/shared/testratingfunctionprice.js +0 -361
- package/dist/sdk/models/shared/thresholdtotalamountprice.d.ts +0 -241
- package/dist/sdk/models/shared/thresholdtotalamountprice.js +0 -361
- package/dist/sdk/models/shared/tier.d.ts +0 -15
- package/dist/sdk/models/shared/tier.js +0 -55
- package/dist/sdk/models/shared/tierconfig.d.ts +0 -6
- package/dist/sdk/models/shared/tierconfig.js +0 -55
- package/dist/sdk/models/shared/tieredbpsconfig.d.ts +0 -8
- package/dist/sdk/models/shared/tieredbpsconfig.js +0 -47
- package/dist/sdk/models/shared/tieredbpsprice.d.ts +0 -242
- package/dist/sdk/models/shared/tieredbpsprice.js +0 -363
- package/dist/sdk/models/shared/tieredconfig.d.ts +0 -8
- package/dist/sdk/models/shared/tieredconfig.js +0 -47
- package/dist/sdk/models/shared/tieredpackageprice.d.ts +0 -241
- package/dist/sdk/models/shared/tieredpackageprice.js +0 -361
- package/dist/sdk/models/shared/tieredprice.d.ts +0 -242
- package/dist/sdk/models/shared/tieredprice.js +0 -363
- package/dist/sdk/models/shared/tieredwithminimumprice.d.ts +0 -241
- package/dist/sdk/models/shared/tieredwithminimumprice.js +0 -361
- package/dist/sdk/models/shared/tiersublineitem.d.ts +0 -17
- package/dist/sdk/models/shared/tiersublineitem.js +0 -78
- package/dist/sdk/models/shared/trialdiscount.d.ts +0 -19
- package/dist/sdk/models/shared/trialdiscount.js +0 -64
- package/dist/sdk/models/shared/ungroupedsubscriptionusage.d.ts +0 -5
- package/dist/sdk/models/shared/ungroupedsubscriptionusage.js +0 -47
- package/dist/sdk/models/shared/ungroupedsubscriptionusagerecord.d.ts +0 -12
- package/dist/sdk/models/shared/ungroupedsubscriptionusagerecord.js +0 -64
- package/dist/sdk/models/shared/unitconfig.d.ts +0 -11
- package/dist/sdk/models/shared/unitconfig.js +0 -50
- package/dist/sdk/models/shared/unitprice.d.ts +0 -242
- package/dist/sdk/models/shared/unitprice.js +0 -363
- package/dist/sdk/models/shared/urlnotfound.d.ts +0 -16
- package/dist/sdk/models/shared/urlnotfound.js +0 -82
- package/dist/sdk/models/shared/usage.d.ts +0 -6
- package/dist/sdk/models/shared/usage.js +0 -63
- package/dist/sdk/models/shared/usagediscount.d.ts +0 -15
- package/dist/sdk/models/shared/usagediscount.js +0 -59
- package/dist/sdk/models/shared/usagediscountcreationparams.d.ts +0 -11
- package/dist/sdk/models/shared/usagediscountcreationparams.js +0 -54
- package/dist/sdk/models/shared/usagediscountinterval.d.ts +0 -27
- package/dist/sdk/models/shared/usagediscountinterval.js +0 -82
- package/dist/sdk/models/shared/voidinitiatedledgerentry.d.ts +0 -30
- package/dist/sdk/models/shared/voidinitiatedledgerentry.js +0 -139
- package/dist/sdk/models/shared/voidledgerentry.d.ts +0 -29
- package/dist/sdk/models/shared/voidledgerentry.js +0 -130
- package/docs/models/shared/adddecrementcreditledgerentryrequestparams.md +0 -11
- package/docs/models/shared/adddecrementcreditledgerentryrequestparamsentrytype.md +0 -8
- package/docs/models/shared/adddecrementcreditledgerentryrequestparamsmetadata.md +0 -9
- package/docs/models/shared/addexpirationchangecreditledgerentryrequestparams.md +0 -14
- package/docs/models/shared/addexpirationchangecreditledgerentryrequestparamsentrytype.md +0 -8
- package/docs/models/shared/addexpirationchangecreditledgerentryrequestparamsmetadata.md +0 -9
- package/docs/models/shared/addincrementcreditledgerentryrequestparams.md +0 -15
- package/docs/models/shared/addincrementcreditledgerentryrequestparamsentrytype.md +0 -8
- package/docs/models/shared/addincrementcreditledgerentryrequestparamsmetadata.md +0 -9
- package/docs/models/shared/addpriceintervalparamsenddateenddate.md +0 -11
- package/docs/models/shared/addpriceintervalparamsstartdatestartdate.md +0 -11
- package/docs/models/shared/addvoidcreditledgerentryrequestparams.md +0 -12
- package/docs/models/shared/addvoidcreditledgerentryrequestparamsentrytype.md +0 -8
- package/docs/models/shared/addvoidcreditledgerentryrequestparamsmetadata.md +0 -9
- package/docs/models/shared/addvoidcreditledgerentryrequestparamsvoidreason.md +0 -10
- package/docs/models/shared/affectedblock.md +0 -10
- package/docs/models/shared/amendmentledgerentry.md +0 -21
- package/docs/models/shared/amendmentledgerentryentrystatus.md +0 -9
- package/docs/models/shared/amendmentledgerentryentrytype.md +0 -8
- package/docs/models/shared/amountdiscount.md +0 -10
- package/docs/models/shared/amountdiscountcreationparams.md +0 -9
- package/docs/models/shared/amountdiscountcreationparamsdiscounttype.md +0 -8
- package/docs/models/shared/amountdiscountdiscounttype.md +0 -8
- package/docs/models/shared/amountdiscountinterval.md +0 -13
- package/docs/models/shared/amountdiscountintervaldiscounttype.md +0 -8
- package/docs/models/shared/billablemetricsimple.md +0 -9
- package/docs/models/shared/billablemetrictiny.md +0 -8
- package/docs/models/shared/bpsconfig.md +0 -9
- package/docs/models/shared/bpsprice.md +0 -225
- package/docs/models/shared/bpspricecadence.md +0 -11
- package/docs/models/shared/bpspricemodeltype.md +0 -8
- package/docs/models/shared/bpspricepricetype.md +0 -9
- package/docs/models/shared/bpstier.md +0 -11
- package/docs/models/shared/bulkbpsconfig.md +0 -8
- package/docs/models/shared/bulkbpsprice.md +0 -225
- package/docs/models/shared/bulkbpspricecadence.md +0 -11
- package/docs/models/shared/bulkbpspricemodeltype.md +0 -8
- package/docs/models/shared/bulkbpspricepricetype.md +0 -9
- package/docs/models/shared/bulkbpstier.md +0 -10
- package/docs/models/shared/bulkconfig.md +0 -8
- package/docs/models/shared/bulkprice.md +0 -225
- package/docs/models/shared/bulkpricecadence.md +0 -11
- package/docs/models/shared/bulkpricemodeltype.md +0 -8
- package/docs/models/shared/bulkpricepricetype.md +0 -9
- package/docs/models/shared/bulktier.md +0 -9
- package/docs/models/shared/creditblockexpiryledgerentry.md +0 -21
- package/docs/models/shared/creditblockexpiryledgerentryentrystatus.md +0 -9
- package/docs/models/shared/creditblockexpiryledgerentryentrytype.md +0 -8
- package/docs/models/shared/decrementledgerentry.md +0 -24
- package/docs/models/shared/decrementledgerentryentrystatus.md +0 -9
- package/docs/models/shared/decrementledgerentryentrytype.md +0 -8
- package/docs/models/shared/duplicateconstraintviolationerror.md +0 -12
- package/docs/models/shared/duplicateconstraintviolationerrorheaders.md +0 -7
- package/docs/models/shared/duplicateconstraintviolationerrorstatus.md +0 -8
- package/docs/models/shared/duplicateconstraintviolationerrortype.md +0 -8
- package/docs/models/shared/duplicateresourcecreationerror.md +0 -12
- package/docs/models/shared/duplicateresourcecreationerrorheaders.md +0 -7
- package/docs/models/shared/duplicateresourcecreationerrorstatus.md +0 -8
- package/docs/models/shared/duplicateresourcecreationerrortype.md +0 -8
- package/docs/models/shared/editpriceintervalparamsenddateenddate.md +0 -11
- package/docs/models/shared/editpriceintervalparamsstartdatestartdate.md +0 -11
- package/docs/models/shared/expirationchangeledgerentry.md +0 -22
- package/docs/models/shared/expirationchangeledgerentryentrystatus.md +0 -9
- package/docs/models/shared/expirationchangeledgerentryentrytype.md +0 -8
- package/docs/models/shared/featurenotavailableerror.md +0 -12
- package/docs/models/shared/featurenotavailableerrorheaders.md +0 -7
- package/docs/models/shared/featurenotavailableerrorstatus.md +0 -8
- package/docs/models/shared/featurenotavailableerrortype.md +0 -8
- package/docs/models/shared/fivetranexampleprice.md +0 -225
- package/docs/models/shared/fivetranexamplepricecadence.md +0 -11
- package/docs/models/shared/fivetranexamplepricemodeltype.md +0 -8
- package/docs/models/shared/fivetranexamplepricepricetype.md +0 -9
- package/docs/models/shared/groupedsubscriptionusage.md +0 -9
- package/docs/models/shared/groupedsubscriptionusagerecord.md +0 -11
- package/docs/models/shared/groupedsubscriptionusagerecordviewmode.md +0 -9
- package/docs/models/shared/idempotencyconflict.md +0 -12
- package/docs/models/shared/idempotencyconflictheaders.md +0 -7
- package/docs/models/shared/idempotencyconflictstatus.md +0 -8
- package/docs/models/shared/idempotencyconflicttype.md +0 -8
- package/docs/models/shared/idempotencykeyvalidationerror.md +0 -13
- package/docs/models/shared/idempotencykeyvalidationerrorheaders.md +0 -7
- package/docs/models/shared/idempotencykeyvalidationerrorstatus.md +0 -8
- package/docs/models/shared/idempotencykeyvalidationerrortype.md +0 -8
- package/docs/models/shared/idempotencyrequestmismatch.md +0 -12
- package/docs/models/shared/idempotencyrequestmismatchheaders.md +0 -7
- package/docs/models/shared/idempotencyrequestmismatchstatus.md +0 -8
- package/docs/models/shared/idempotencyrequestmismatchtype.md +0 -8
- package/docs/models/shared/incrementcreditledgerentryinvoicesettings.md +0 -12
- package/docs/models/shared/incrementledgerentry.md +0 -21
- package/docs/models/shared/incrementledgerentryentrystatus.md +0 -9
- package/docs/models/shared/incrementledgerentryentrytype.md +0 -8
- package/docs/models/shared/itemexternalconnectionexternalconnectionnameexternalconnectionname.md +0 -11
- package/docs/models/shared/itemexternalconnectionexternalconnectionnameexternalconnectionname1.md +0 -10
- package/docs/models/shared/itemslim.md +0 -9
- package/docs/models/shared/matrixconfig.md +0 -11
- package/docs/models/shared/matrixprice.md +0 -225
- package/docs/models/shared/matrixpricecadence.md +0 -11
- package/docs/models/shared/matrixpricemodeltype.md +0 -8
- package/docs/models/shared/matrixpricepricetype.md +0 -9
- package/docs/models/shared/matrixsublineitem.md +0 -13
- package/docs/models/shared/matrixsublineitemtype.md +0 -8
- package/docs/models/shared/matrixvalue.md +0 -10
- package/docs/models/shared/metricgroup.md +0 -9
- package/docs/models/shared/newbpsprice.md +0 -18
- package/docs/models/shared/newbpspricecadence.md +0 -12
- package/docs/models/shared/newbpspricemodeltype.md +0 -8
- package/docs/models/shared/newbulkbpsprice.md +0 -18
- package/docs/models/shared/newbulkbpspricecadence.md +0 -12
- package/docs/models/shared/newbulkbpspricemodeltype.md +0 -8
- package/docs/models/shared/newbulkprice.md +0 -18
- package/docs/models/shared/newbulkpricecadence.md +0 -12
- package/docs/models/shared/newbulkpricemodeltype.md +0 -8
- package/docs/models/shared/newmatrixprice.md +0 -18
- package/docs/models/shared/newmatrixpricecadence.md +0 -12
- package/docs/models/shared/newmatrixpricemodeltype.md +0 -8
- package/docs/models/shared/newpackageprice.md +0 -18
- package/docs/models/shared/newpackagepricecadence.md +0 -12
- package/docs/models/shared/newpackagepricemodeltype.md +0 -8
- package/docs/models/shared/newpackagewithallocationprice.md +0 -18
- package/docs/models/shared/newpackagewithallocationpricecadence.md +0 -12
- package/docs/models/shared/newpackagewithallocationpricemodeltype.md +0 -8
- package/docs/models/shared/newthresholdtotalamountprice.md +0 -18
- package/docs/models/shared/newthresholdtotalamountpricecadence.md +0 -12
- package/docs/models/shared/newthresholdtotalamountpricemodeltype.md +0 -8
- package/docs/models/shared/newtieredbpsprice.md +0 -18
- package/docs/models/shared/newtieredbpspricecadence.md +0 -12
- package/docs/models/shared/newtieredbpspricemodeltype.md +0 -8
- package/docs/models/shared/newtieredpackageprice.md +0 -18
- package/docs/models/shared/newtieredpackagepricecadence.md +0 -12
- package/docs/models/shared/newtieredpackagepricemodeltype.md +0 -8
- package/docs/models/shared/newtieredprice.md +0 -18
- package/docs/models/shared/newtieredpricecadence.md +0 -12
- package/docs/models/shared/newtieredpricemodeltype.md +0 -8
- package/docs/models/shared/newtieredwithminimumprice.md +0 -18
- package/docs/models/shared/newtieredwithminimumpricecadence.md +0 -12
- package/docs/models/shared/newtieredwithminimumpricemodeltype.md +0 -8
- package/docs/models/shared/newunitprice.md +0 -18
- package/docs/models/shared/newunitpricecadence.md +0 -12
- package/docs/models/shared/newunitpricemodeltype.md +0 -8
- package/docs/models/shared/othersublineitem.md +0 -12
- package/docs/models/shared/othersublineitemtype.md +0 -8
- package/docs/models/shared/overridebpsprice.md +0 -14
- package/docs/models/shared/overridebpspricemodeltype.md +0 -8
- package/docs/models/shared/overridebulkbpsprice.md +0 -14
- package/docs/models/shared/overridebulkbpspricemodeltype.md +0 -8
- package/docs/models/shared/overridebulkprice.md +0 -14
- package/docs/models/shared/overridebulkpricemodeltype.md +0 -8
- package/docs/models/shared/overridefivetranexampleprice.md +0 -14
- package/docs/models/shared/overridefivetranexamplepricemodeltype.md +0 -8
- package/docs/models/shared/overridematrixprice.md +0 -14
- package/docs/models/shared/overridematrixpricemodeltype.md +0 -8
- package/docs/models/shared/overridepackageprice.md +0 -14
- package/docs/models/shared/overridepackagepricemodeltype.md +0 -8
- package/docs/models/shared/overridepackagewithallocationprice.md +0 -14
- package/docs/models/shared/overridepackagewithallocationpricemodeltype.md +0 -8
- package/docs/models/shared/overridetestratingfunctionprice.md +0 -14
- package/docs/models/shared/overridetestratingfunctionpricemodeltype.md +0 -8
- package/docs/models/shared/overridethresholdtotalamountprice.md +0 -14
- package/docs/models/shared/overridethresholdtotalamountpricemodeltype.md +0 -8
- package/docs/models/shared/overridetieredbpsprice.md +0 -14
- package/docs/models/shared/overridetieredbpspricemodeltype.md +0 -8
- package/docs/models/shared/overridetieredpackageprice.md +0 -14
- package/docs/models/shared/overridetieredpackagepricemodeltype.md +0 -8
- package/docs/models/shared/overridetieredprice.md +0 -14
- package/docs/models/shared/overridetieredpricemodeltype.md +0 -8
- package/docs/models/shared/overridetieredwithminimumprice.md +0 -14
- package/docs/models/shared/overridetieredwithminimumpricemodeltype.md +0 -8
- package/docs/models/shared/overrideunitprice.md +0 -14
- package/docs/models/shared/overrideunitpricemodeltype.md +0 -8
- package/docs/models/shared/packageconfig.md +0 -9
- package/docs/models/shared/packageprice.md +0 -225
- package/docs/models/shared/packagepricecadence.md +0 -11
- package/docs/models/shared/packagepricemodeltype.md +0 -8
- package/docs/models/shared/packagepricepricetype.md +0 -9
- package/docs/models/shared/packagewithallocationprice.md +0 -225
- package/docs/models/shared/packagewithallocationpricecadence.md +0 -11
- package/docs/models/shared/packagewithallocationpricemodeltype.md +0 -8
- package/docs/models/shared/packagewithallocationpricepricetype.md +0 -9
- package/docs/models/shared/percentagediscount.md +0 -10
- package/docs/models/shared/percentagediscountcreationparams.md +0 -9
- package/docs/models/shared/percentagediscountcreationparamsdiscounttype.md +0 -8
- package/docs/models/shared/percentagediscountdiscounttype.md +0 -8
- package/docs/models/shared/percentagediscountinterval.md +0 -13
- package/docs/models/shared/percentagediscountintervaldiscounttype.md +0 -8
- package/docs/models/shared/planprices.md +0 -7
- package/docs/models/shared/requesttoolargeerror.md +0 -12
- package/docs/models/shared/requesttoolargeerrorheaders.md +0 -7
- package/docs/models/shared/requesttoolargeerrorstatus.md +0 -8
- package/docs/models/shared/requesttoolargeerrortype.md +0 -8
- package/docs/models/shared/requestvalidationerror.md +0 -13
- package/docs/models/shared/requestvalidationerrorheaders.md +0 -7
- package/docs/models/shared/requestvalidationerrorstatus.md +0 -8
- package/docs/models/shared/requestvalidationerrortype.md +0 -8
- package/docs/models/shared/resourcenotfounderror.md +0 -12
- package/docs/models/shared/resourcenotfounderrorheaders.md +0 -7
- package/docs/models/shared/resourcenotfounderrorstatus.md +0 -8
- package/docs/models/shared/resourcenotfounderrortype.md +0 -8
- package/docs/models/shared/resourcetoolargeerror.md +0 -12
- package/docs/models/shared/resourcetoolargeerrorheaders.md +0 -7
- package/docs/models/shared/resourcetoolargeerrorstatus.md +0 -8
- package/docs/models/shared/resourcetoolargeerrortype.md +0 -8
- package/docs/models/shared/sublineitemgrouping.md +0 -9
- package/docs/models/shared/sublineitemmatrixconfig.md +0 -8
- package/docs/models/shared/testratingfunctionprice.md +0 -225
- package/docs/models/shared/testratingfunctionpricecadence.md +0 -11
- package/docs/models/shared/testratingfunctionpricemodeltype.md +0 -8
- package/docs/models/shared/testratingfunctionpricepricetype.md +0 -9
- package/docs/models/shared/thresholdtotalamountprice.md +0 -225
- package/docs/models/shared/thresholdtotalamountpricecadence.md +0 -11
- package/docs/models/shared/thresholdtotalamountpricemodeltype.md +0 -8
- package/docs/models/shared/thresholdtotalamountpricepricetype.md +0 -9
- package/docs/models/shared/tier.md +0 -10
- package/docs/models/shared/tierconfig.md +0 -10
- package/docs/models/shared/tieredbpsconfig.md +0 -8
- package/docs/models/shared/tieredbpsprice.md +0 -225
- package/docs/models/shared/tieredbpspricecadence.md +0 -11
- package/docs/models/shared/tieredbpspricemodeltype.md +0 -8
- package/docs/models/shared/tieredbpspricepricetype.md +0 -9
- package/docs/models/shared/tieredconfig.md +0 -8
- package/docs/models/shared/tieredpackageprice.md +0 -225
- package/docs/models/shared/tieredpackagepricecadence.md +0 -11
- package/docs/models/shared/tieredpackagepricemodeltype.md +0 -8
- package/docs/models/shared/tieredpackagepricepricetype.md +0 -9
- package/docs/models/shared/tieredprice.md +0 -225
- package/docs/models/shared/tieredpricecadence.md +0 -11
- package/docs/models/shared/tieredpricemodeltype.md +0 -8
- package/docs/models/shared/tieredpricepricetype.md +0 -9
- package/docs/models/shared/tieredwithminimumprice.md +0 -225
- package/docs/models/shared/tieredwithminimumpricecadence.md +0 -11
- package/docs/models/shared/tieredwithminimumpricemodeltype.md +0 -8
- package/docs/models/shared/tieredwithminimumpricepricetype.md +0 -9
- package/docs/models/shared/tiersublineitem.md +0 -13
- package/docs/models/shared/tiersublineitemtype.md +0 -8
- package/docs/models/shared/trialdiscount.md +0 -11
- package/docs/models/shared/trialdiscountdiscounttype.md +0 -8
- package/docs/models/shared/ungroupedsubscriptionusage.md +0 -8
- package/docs/models/shared/ungroupedsubscriptionusagerecord.md +0 -10
- package/docs/models/shared/ungroupedsubscriptionusagerecordviewmode.md +0 -9
- package/docs/models/shared/unitconfig.md +0 -9
- package/docs/models/shared/unitprice.md +0 -225
- package/docs/models/shared/unitpricecadence.md +0 -11
- package/docs/models/shared/unitpricemodeltype.md +0 -8
- package/docs/models/shared/unitpricepricetype.md +0 -9
- package/docs/models/shared/urlnotfound.md +0 -12
- package/docs/models/shared/urlnotfoundheaders.md +0 -7
- package/docs/models/shared/urlnotfoundstatus.md +0 -8
- package/docs/models/shared/urlnotfoundtype.md +0 -8
- package/docs/models/shared/usage.md +0 -10
- package/docs/models/shared/usagediscount.md +0 -10
- package/docs/models/shared/usagediscountcreationparams.md +0 -9
- package/docs/models/shared/usagediscountcreationparamsdiscounttype.md +0 -8
- package/docs/models/shared/usagediscountdiscounttype.md +0 -8
- package/docs/models/shared/usagediscountinterval.md +0 -13
- package/docs/models/shared/usagediscountintervaldiscounttype.md +0 -8
- package/docs/models/shared/voidinitiatedledgerentry.md +0 -24
- package/docs/models/shared/voidinitiatedledgerentryentrystatus.md +0 -9
- package/docs/models/shared/voidinitiatedledgerentryentrytype.md +0 -8
- package/docs/models/shared/voidledgerentry.md +0 -23
- package/docs/models/shared/voidledgerentryentrystatus.md +0 -9
- package/docs/models/shared/voidledgerentryentrytype.md +0 -8
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
4
|
-
*/
|
|
5
|
-
var __extends = (this && this.__extends) || (function () {
|
|
6
|
-
var extendStatics = function (d, b) {
|
|
7
|
-
extendStatics = Object.setPrototypeOf ||
|
|
8
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
9
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
10
|
-
return extendStatics(d, b);
|
|
11
|
-
};
|
|
12
|
-
return function (d, b) {
|
|
13
|
-
if (typeof b !== "function" && b !== null)
|
|
14
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
15
|
-
extendStatics(d, b);
|
|
16
|
-
function __() { this.constructor = d; }
|
|
17
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
18
|
-
};
|
|
19
|
-
})();
|
|
20
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
21
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
22
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
23
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
24
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
25
|
-
};
|
|
26
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
27
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
28
|
-
};
|
|
29
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
-
exports.OtherSubLineItem = exports.OtherSubLineItemType = void 0;
|
|
31
|
-
var utils_1 = require("../../../internal/utils");
|
|
32
|
-
var sublineitemgrouping_1 = require("./sublineitemgrouping");
|
|
33
|
-
var class_transformer_1 = require("class-transformer");
|
|
34
|
-
var OtherSubLineItemType;
|
|
35
|
-
(function (OtherSubLineItemType) {
|
|
36
|
-
OtherSubLineItemType["Null"] = "'null'";
|
|
37
|
-
})(OtherSubLineItemType = exports.OtherSubLineItemType || (exports.OtherSubLineItemType = {}));
|
|
38
|
-
var OtherSubLineItem = /** @class */ (function (_super) {
|
|
39
|
-
__extends(OtherSubLineItem, _super);
|
|
40
|
-
function OtherSubLineItem() {
|
|
41
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
42
|
-
}
|
|
43
|
-
__decorate([
|
|
44
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
45
|
-
(0, class_transformer_1.Expose)({ name: "amount" }),
|
|
46
|
-
__metadata("design:type", String)
|
|
47
|
-
], OtherSubLineItem.prototype, "amount", void 0);
|
|
48
|
-
__decorate([
|
|
49
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
50
|
-
(0, class_transformer_1.Expose)({ name: "grouping" }),
|
|
51
|
-
(0, class_transformer_1.Type)(function () { return sublineitemgrouping_1.SubLineItemGrouping; }),
|
|
52
|
-
__metadata("design:type", sublineitemgrouping_1.SubLineItemGrouping)
|
|
53
|
-
], OtherSubLineItem.prototype, "grouping", void 0);
|
|
54
|
-
__decorate([
|
|
55
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
56
|
-
(0, class_transformer_1.Expose)({ name: "name" }),
|
|
57
|
-
__metadata("design:type", String)
|
|
58
|
-
], OtherSubLineItem.prototype, "name", void 0);
|
|
59
|
-
__decorate([
|
|
60
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
61
|
-
(0, class_transformer_1.Expose)({ name: "quantity" }),
|
|
62
|
-
__metadata("design:type", Object)
|
|
63
|
-
], OtherSubLineItem.prototype, "quantity", void 0);
|
|
64
|
-
__decorate([
|
|
65
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
66
|
-
(0, class_transformer_1.Expose)({ name: "type" }),
|
|
67
|
-
__metadata("design:type", String)
|
|
68
|
-
], OtherSubLineItem.prototype, "type", void 0);
|
|
69
|
-
return OtherSubLineItem;
|
|
70
|
-
}(utils_1.SpeakeasyBase));
|
|
71
|
-
exports.OtherSubLineItem = OtherSubLineItem;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { SpeakeasyBase } from "../../../internal/utils";
|
|
2
|
-
import { BpsConfig } from "./bpsconfig";
|
|
3
|
-
import { Discount } from "./discount";
|
|
4
|
-
export declare enum OverrideBpsPriceModelType {
|
|
5
|
-
Bps = "bps"
|
|
6
|
-
}
|
|
7
|
-
export declare class OverrideBpsPrice extends SpeakeasyBase {
|
|
8
|
-
bpsConfig: BpsConfig;
|
|
9
|
-
/**
|
|
10
|
-
* The subscription's override discount for the plan.
|
|
11
|
-
*/
|
|
12
|
-
discount?: Discount;
|
|
13
|
-
/**
|
|
14
|
-
* The starting quantity of the price, if the price is a fixed price.
|
|
15
|
-
*/
|
|
16
|
-
fixedPriceQuantity?: any;
|
|
17
|
-
id: string;
|
|
18
|
-
/**
|
|
19
|
-
* The subscription's override maximum amount for the plan.
|
|
20
|
-
*/
|
|
21
|
-
maximumAmount?: string;
|
|
22
|
-
/**
|
|
23
|
-
* The subscription's override minimum amount for the plan.
|
|
24
|
-
*/
|
|
25
|
-
minimumAmount?: string;
|
|
26
|
-
modelType: OverrideBpsPriceModelType;
|
|
27
|
-
}
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
4
|
-
*/
|
|
5
|
-
var __extends = (this && this.__extends) || (function () {
|
|
6
|
-
var extendStatics = function (d, b) {
|
|
7
|
-
extendStatics = Object.setPrototypeOf ||
|
|
8
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
9
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
10
|
-
return extendStatics(d, b);
|
|
11
|
-
};
|
|
12
|
-
return function (d, b) {
|
|
13
|
-
if (typeof b !== "function" && b !== null)
|
|
14
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
15
|
-
extendStatics(d, b);
|
|
16
|
-
function __() { this.constructor = d; }
|
|
17
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
18
|
-
};
|
|
19
|
-
})();
|
|
20
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
21
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
22
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
23
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
24
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
25
|
-
};
|
|
26
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
27
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
28
|
-
};
|
|
29
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
-
exports.OverrideBpsPrice = exports.OverrideBpsPriceModelType = void 0;
|
|
31
|
-
var utils_1 = require("../../../internal/utils");
|
|
32
|
-
var bpsconfig_1 = require("./bpsconfig");
|
|
33
|
-
var discount_1 = require("./discount");
|
|
34
|
-
var class_transformer_1 = require("class-transformer");
|
|
35
|
-
var OverrideBpsPriceModelType;
|
|
36
|
-
(function (OverrideBpsPriceModelType) {
|
|
37
|
-
OverrideBpsPriceModelType["Bps"] = "bps";
|
|
38
|
-
})(OverrideBpsPriceModelType = exports.OverrideBpsPriceModelType || (exports.OverrideBpsPriceModelType = {}));
|
|
39
|
-
var OverrideBpsPrice = /** @class */ (function (_super) {
|
|
40
|
-
__extends(OverrideBpsPrice, _super);
|
|
41
|
-
function OverrideBpsPrice() {
|
|
42
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
43
|
-
}
|
|
44
|
-
__decorate([
|
|
45
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
46
|
-
(0, class_transformer_1.Expose)({ name: "bps_config" }),
|
|
47
|
-
(0, class_transformer_1.Type)(function () { return bpsconfig_1.BpsConfig; }),
|
|
48
|
-
__metadata("design:type", bpsconfig_1.BpsConfig)
|
|
49
|
-
], OverrideBpsPrice.prototype, "bpsConfig", void 0);
|
|
50
|
-
__decorate([
|
|
51
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
52
|
-
(0, class_transformer_1.Expose)({ name: "discount" }),
|
|
53
|
-
(0, class_transformer_1.Type)(function () { return discount_1.Discount; }),
|
|
54
|
-
__metadata("design:type", discount_1.Discount)
|
|
55
|
-
], OverrideBpsPrice.prototype, "discount", void 0);
|
|
56
|
-
__decorate([
|
|
57
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
58
|
-
(0, class_transformer_1.Expose)({ name: "fixed_price_quantity" }),
|
|
59
|
-
__metadata("design:type", Object)
|
|
60
|
-
], OverrideBpsPrice.prototype, "fixedPriceQuantity", void 0);
|
|
61
|
-
__decorate([
|
|
62
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
63
|
-
(0, class_transformer_1.Expose)({ name: "id" }),
|
|
64
|
-
__metadata("design:type", String)
|
|
65
|
-
], OverrideBpsPrice.prototype, "id", void 0);
|
|
66
|
-
__decorate([
|
|
67
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
68
|
-
(0, class_transformer_1.Expose)({ name: "maximum_amount" }),
|
|
69
|
-
__metadata("design:type", String)
|
|
70
|
-
], OverrideBpsPrice.prototype, "maximumAmount", void 0);
|
|
71
|
-
__decorate([
|
|
72
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
73
|
-
(0, class_transformer_1.Expose)({ name: "minimum_amount" }),
|
|
74
|
-
__metadata("design:type", String)
|
|
75
|
-
], OverrideBpsPrice.prototype, "minimumAmount", void 0);
|
|
76
|
-
__decorate([
|
|
77
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
78
|
-
(0, class_transformer_1.Expose)({ name: "model_type" }),
|
|
79
|
-
__metadata("design:type", String)
|
|
80
|
-
], OverrideBpsPrice.prototype, "modelType", void 0);
|
|
81
|
-
return OverrideBpsPrice;
|
|
82
|
-
}(utils_1.SpeakeasyBase));
|
|
83
|
-
exports.OverrideBpsPrice = OverrideBpsPrice;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { SpeakeasyBase } from "../../../internal/utils";
|
|
2
|
-
import { BulkBpsConfig } from "./bulkbpsconfig";
|
|
3
|
-
import { Discount } from "./discount";
|
|
4
|
-
export declare enum OverrideBulkBpsPriceModelType {
|
|
5
|
-
BulkBps = "bulk_bps"
|
|
6
|
-
}
|
|
7
|
-
export declare class OverrideBulkBpsPrice extends SpeakeasyBase {
|
|
8
|
-
bulkBpsConfig: BulkBpsConfig;
|
|
9
|
-
/**
|
|
10
|
-
* The subscription's override discount for the plan.
|
|
11
|
-
*/
|
|
12
|
-
discount?: Discount;
|
|
13
|
-
/**
|
|
14
|
-
* The starting quantity of the price, if the price is a fixed price.
|
|
15
|
-
*/
|
|
16
|
-
fixedPriceQuantity?: any;
|
|
17
|
-
id: string;
|
|
18
|
-
/**
|
|
19
|
-
* The subscription's override maximum amount for the plan.
|
|
20
|
-
*/
|
|
21
|
-
maximumAmount?: string;
|
|
22
|
-
/**
|
|
23
|
-
* The subscription's override minimum amount for the plan.
|
|
24
|
-
*/
|
|
25
|
-
minimumAmount?: string;
|
|
26
|
-
modelType: OverrideBulkBpsPriceModelType;
|
|
27
|
-
}
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
4
|
-
*/
|
|
5
|
-
var __extends = (this && this.__extends) || (function () {
|
|
6
|
-
var extendStatics = function (d, b) {
|
|
7
|
-
extendStatics = Object.setPrototypeOf ||
|
|
8
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
9
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
10
|
-
return extendStatics(d, b);
|
|
11
|
-
};
|
|
12
|
-
return function (d, b) {
|
|
13
|
-
if (typeof b !== "function" && b !== null)
|
|
14
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
15
|
-
extendStatics(d, b);
|
|
16
|
-
function __() { this.constructor = d; }
|
|
17
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
18
|
-
};
|
|
19
|
-
})();
|
|
20
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
21
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
22
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
23
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
24
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
25
|
-
};
|
|
26
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
27
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
28
|
-
};
|
|
29
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
-
exports.OverrideBulkBpsPrice = exports.OverrideBulkBpsPriceModelType = void 0;
|
|
31
|
-
var utils_1 = require("../../../internal/utils");
|
|
32
|
-
var bulkbpsconfig_1 = require("./bulkbpsconfig");
|
|
33
|
-
var discount_1 = require("./discount");
|
|
34
|
-
var class_transformer_1 = require("class-transformer");
|
|
35
|
-
var OverrideBulkBpsPriceModelType;
|
|
36
|
-
(function (OverrideBulkBpsPriceModelType) {
|
|
37
|
-
OverrideBulkBpsPriceModelType["BulkBps"] = "bulk_bps";
|
|
38
|
-
})(OverrideBulkBpsPriceModelType = exports.OverrideBulkBpsPriceModelType || (exports.OverrideBulkBpsPriceModelType = {}));
|
|
39
|
-
var OverrideBulkBpsPrice = /** @class */ (function (_super) {
|
|
40
|
-
__extends(OverrideBulkBpsPrice, _super);
|
|
41
|
-
function OverrideBulkBpsPrice() {
|
|
42
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
43
|
-
}
|
|
44
|
-
__decorate([
|
|
45
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
46
|
-
(0, class_transformer_1.Expose)({ name: "bulk_bps_config" }),
|
|
47
|
-
(0, class_transformer_1.Type)(function () { return bulkbpsconfig_1.BulkBpsConfig; }),
|
|
48
|
-
__metadata("design:type", bulkbpsconfig_1.BulkBpsConfig)
|
|
49
|
-
], OverrideBulkBpsPrice.prototype, "bulkBpsConfig", void 0);
|
|
50
|
-
__decorate([
|
|
51
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
52
|
-
(0, class_transformer_1.Expose)({ name: "discount" }),
|
|
53
|
-
(0, class_transformer_1.Type)(function () { return discount_1.Discount; }),
|
|
54
|
-
__metadata("design:type", discount_1.Discount)
|
|
55
|
-
], OverrideBulkBpsPrice.prototype, "discount", void 0);
|
|
56
|
-
__decorate([
|
|
57
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
58
|
-
(0, class_transformer_1.Expose)({ name: "fixed_price_quantity" }),
|
|
59
|
-
__metadata("design:type", Object)
|
|
60
|
-
], OverrideBulkBpsPrice.prototype, "fixedPriceQuantity", void 0);
|
|
61
|
-
__decorate([
|
|
62
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
63
|
-
(0, class_transformer_1.Expose)({ name: "id" }),
|
|
64
|
-
__metadata("design:type", String)
|
|
65
|
-
], OverrideBulkBpsPrice.prototype, "id", void 0);
|
|
66
|
-
__decorate([
|
|
67
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
68
|
-
(0, class_transformer_1.Expose)({ name: "maximum_amount" }),
|
|
69
|
-
__metadata("design:type", String)
|
|
70
|
-
], OverrideBulkBpsPrice.prototype, "maximumAmount", void 0);
|
|
71
|
-
__decorate([
|
|
72
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
73
|
-
(0, class_transformer_1.Expose)({ name: "minimum_amount" }),
|
|
74
|
-
__metadata("design:type", String)
|
|
75
|
-
], OverrideBulkBpsPrice.prototype, "minimumAmount", void 0);
|
|
76
|
-
__decorate([
|
|
77
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
78
|
-
(0, class_transformer_1.Expose)({ name: "model_type" }),
|
|
79
|
-
__metadata("design:type", String)
|
|
80
|
-
], OverrideBulkBpsPrice.prototype, "modelType", void 0);
|
|
81
|
-
return OverrideBulkBpsPrice;
|
|
82
|
-
}(utils_1.SpeakeasyBase));
|
|
83
|
-
exports.OverrideBulkBpsPrice = OverrideBulkBpsPrice;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { SpeakeasyBase } from "../../../internal/utils";
|
|
2
|
-
import { BulkConfig } from "./bulkconfig";
|
|
3
|
-
import { Discount } from "./discount";
|
|
4
|
-
export declare enum OverrideBulkPriceModelType {
|
|
5
|
-
Bulk = "bulk"
|
|
6
|
-
}
|
|
7
|
-
export declare class OverrideBulkPrice extends SpeakeasyBase {
|
|
8
|
-
bulkConfig: BulkConfig;
|
|
9
|
-
/**
|
|
10
|
-
* The subscription's override discount for the plan.
|
|
11
|
-
*/
|
|
12
|
-
discount?: Discount;
|
|
13
|
-
/**
|
|
14
|
-
* The starting quantity of the price, if the price is a fixed price.
|
|
15
|
-
*/
|
|
16
|
-
fixedPriceQuantity?: any;
|
|
17
|
-
id: string;
|
|
18
|
-
/**
|
|
19
|
-
* The subscription's override maximum amount for the plan.
|
|
20
|
-
*/
|
|
21
|
-
maximumAmount?: string;
|
|
22
|
-
/**
|
|
23
|
-
* The subscription's override minimum amount for the plan.
|
|
24
|
-
*/
|
|
25
|
-
minimumAmount?: string;
|
|
26
|
-
modelType: OverrideBulkPriceModelType;
|
|
27
|
-
}
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
4
|
-
*/
|
|
5
|
-
var __extends = (this && this.__extends) || (function () {
|
|
6
|
-
var extendStatics = function (d, b) {
|
|
7
|
-
extendStatics = Object.setPrototypeOf ||
|
|
8
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
9
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
10
|
-
return extendStatics(d, b);
|
|
11
|
-
};
|
|
12
|
-
return function (d, b) {
|
|
13
|
-
if (typeof b !== "function" && b !== null)
|
|
14
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
15
|
-
extendStatics(d, b);
|
|
16
|
-
function __() { this.constructor = d; }
|
|
17
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
18
|
-
};
|
|
19
|
-
})();
|
|
20
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
21
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
22
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
23
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
24
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
25
|
-
};
|
|
26
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
27
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
28
|
-
};
|
|
29
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
-
exports.OverrideBulkPrice = exports.OverrideBulkPriceModelType = void 0;
|
|
31
|
-
var utils_1 = require("../../../internal/utils");
|
|
32
|
-
var bulkconfig_1 = require("./bulkconfig");
|
|
33
|
-
var discount_1 = require("./discount");
|
|
34
|
-
var class_transformer_1 = require("class-transformer");
|
|
35
|
-
var OverrideBulkPriceModelType;
|
|
36
|
-
(function (OverrideBulkPriceModelType) {
|
|
37
|
-
OverrideBulkPriceModelType["Bulk"] = "bulk";
|
|
38
|
-
})(OverrideBulkPriceModelType = exports.OverrideBulkPriceModelType || (exports.OverrideBulkPriceModelType = {}));
|
|
39
|
-
var OverrideBulkPrice = /** @class */ (function (_super) {
|
|
40
|
-
__extends(OverrideBulkPrice, _super);
|
|
41
|
-
function OverrideBulkPrice() {
|
|
42
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
43
|
-
}
|
|
44
|
-
__decorate([
|
|
45
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
46
|
-
(0, class_transformer_1.Expose)({ name: "bulk_config" }),
|
|
47
|
-
(0, class_transformer_1.Type)(function () { return bulkconfig_1.BulkConfig; }),
|
|
48
|
-
__metadata("design:type", bulkconfig_1.BulkConfig)
|
|
49
|
-
], OverrideBulkPrice.prototype, "bulkConfig", void 0);
|
|
50
|
-
__decorate([
|
|
51
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
52
|
-
(0, class_transformer_1.Expose)({ name: "discount" }),
|
|
53
|
-
(0, class_transformer_1.Type)(function () { return discount_1.Discount; }),
|
|
54
|
-
__metadata("design:type", discount_1.Discount)
|
|
55
|
-
], OverrideBulkPrice.prototype, "discount", void 0);
|
|
56
|
-
__decorate([
|
|
57
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
58
|
-
(0, class_transformer_1.Expose)({ name: "fixed_price_quantity" }),
|
|
59
|
-
__metadata("design:type", Object)
|
|
60
|
-
], OverrideBulkPrice.prototype, "fixedPriceQuantity", void 0);
|
|
61
|
-
__decorate([
|
|
62
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
63
|
-
(0, class_transformer_1.Expose)({ name: "id" }),
|
|
64
|
-
__metadata("design:type", String)
|
|
65
|
-
], OverrideBulkPrice.prototype, "id", void 0);
|
|
66
|
-
__decorate([
|
|
67
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
68
|
-
(0, class_transformer_1.Expose)({ name: "maximum_amount" }),
|
|
69
|
-
__metadata("design:type", String)
|
|
70
|
-
], OverrideBulkPrice.prototype, "maximumAmount", void 0);
|
|
71
|
-
__decorate([
|
|
72
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
73
|
-
(0, class_transformer_1.Expose)({ name: "minimum_amount" }),
|
|
74
|
-
__metadata("design:type", String)
|
|
75
|
-
], OverrideBulkPrice.prototype, "minimumAmount", void 0);
|
|
76
|
-
__decorate([
|
|
77
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
78
|
-
(0, class_transformer_1.Expose)({ name: "model_type" }),
|
|
79
|
-
__metadata("design:type", String)
|
|
80
|
-
], OverrideBulkPrice.prototype, "modelType", void 0);
|
|
81
|
-
return OverrideBulkPrice;
|
|
82
|
-
}(utils_1.SpeakeasyBase));
|
|
83
|
-
exports.OverrideBulkPrice = OverrideBulkPrice;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { SpeakeasyBase } from "../../../internal/utils";
|
|
2
|
-
import { Discount } from "./discount";
|
|
3
|
-
export declare enum OverrideFivetranExamplePriceModelType {
|
|
4
|
-
FivetranExample = "fivetran_example"
|
|
5
|
-
}
|
|
6
|
-
export declare class OverrideFivetranExamplePrice extends SpeakeasyBase {
|
|
7
|
-
/**
|
|
8
|
-
* The subscription's override discount for the plan.
|
|
9
|
-
*/
|
|
10
|
-
discount?: Discount;
|
|
11
|
-
fivetranExampleConfig: Record<string, any>;
|
|
12
|
-
/**
|
|
13
|
-
* The starting quantity of the price, if the price is a fixed price.
|
|
14
|
-
*/
|
|
15
|
-
fixedPriceQuantity?: any;
|
|
16
|
-
id: string;
|
|
17
|
-
/**
|
|
18
|
-
* The subscription's override maximum amount for the plan.
|
|
19
|
-
*/
|
|
20
|
-
maximumAmount?: string;
|
|
21
|
-
/**
|
|
22
|
-
* The subscription's override minimum amount for the plan.
|
|
23
|
-
*/
|
|
24
|
-
minimumAmount?: string;
|
|
25
|
-
modelType: OverrideFivetranExamplePriceModelType;
|
|
26
|
-
}
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
4
|
-
*/
|
|
5
|
-
var __extends = (this && this.__extends) || (function () {
|
|
6
|
-
var extendStatics = function (d, b) {
|
|
7
|
-
extendStatics = Object.setPrototypeOf ||
|
|
8
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
9
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
10
|
-
return extendStatics(d, b);
|
|
11
|
-
};
|
|
12
|
-
return function (d, b) {
|
|
13
|
-
if (typeof b !== "function" && b !== null)
|
|
14
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
15
|
-
extendStatics(d, b);
|
|
16
|
-
function __() { this.constructor = d; }
|
|
17
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
18
|
-
};
|
|
19
|
-
})();
|
|
20
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
21
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
22
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
23
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
24
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
25
|
-
};
|
|
26
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
27
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
28
|
-
};
|
|
29
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
-
exports.OverrideFivetranExamplePrice = exports.OverrideFivetranExamplePriceModelType = void 0;
|
|
31
|
-
var utils_1 = require("../../../internal/utils");
|
|
32
|
-
var discount_1 = require("./discount");
|
|
33
|
-
var class_transformer_1 = require("class-transformer");
|
|
34
|
-
var OverrideFivetranExamplePriceModelType;
|
|
35
|
-
(function (OverrideFivetranExamplePriceModelType) {
|
|
36
|
-
OverrideFivetranExamplePriceModelType["FivetranExample"] = "fivetran_example";
|
|
37
|
-
})(OverrideFivetranExamplePriceModelType = exports.OverrideFivetranExamplePriceModelType || (exports.OverrideFivetranExamplePriceModelType = {}));
|
|
38
|
-
var OverrideFivetranExamplePrice = /** @class */ (function (_super) {
|
|
39
|
-
__extends(OverrideFivetranExamplePrice, _super);
|
|
40
|
-
function OverrideFivetranExamplePrice() {
|
|
41
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
42
|
-
}
|
|
43
|
-
__decorate([
|
|
44
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
45
|
-
(0, class_transformer_1.Expose)({ name: "discount" }),
|
|
46
|
-
(0, class_transformer_1.Type)(function () { return discount_1.Discount; }),
|
|
47
|
-
__metadata("design:type", discount_1.Discount)
|
|
48
|
-
], OverrideFivetranExamplePrice.prototype, "discount", void 0);
|
|
49
|
-
__decorate([
|
|
50
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
51
|
-
(0, class_transformer_1.Expose)({ name: "fivetran_example_config" }),
|
|
52
|
-
__metadata("design:type", Object)
|
|
53
|
-
], OverrideFivetranExamplePrice.prototype, "fivetranExampleConfig", void 0);
|
|
54
|
-
__decorate([
|
|
55
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
56
|
-
(0, class_transformer_1.Expose)({ name: "fixed_price_quantity" }),
|
|
57
|
-
__metadata("design:type", Object)
|
|
58
|
-
], OverrideFivetranExamplePrice.prototype, "fixedPriceQuantity", void 0);
|
|
59
|
-
__decorate([
|
|
60
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
61
|
-
(0, class_transformer_1.Expose)({ name: "id" }),
|
|
62
|
-
__metadata("design:type", String)
|
|
63
|
-
], OverrideFivetranExamplePrice.prototype, "id", void 0);
|
|
64
|
-
__decorate([
|
|
65
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
66
|
-
(0, class_transformer_1.Expose)({ name: "maximum_amount" }),
|
|
67
|
-
__metadata("design:type", String)
|
|
68
|
-
], OverrideFivetranExamplePrice.prototype, "maximumAmount", void 0);
|
|
69
|
-
__decorate([
|
|
70
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
71
|
-
(0, class_transformer_1.Expose)({ name: "minimum_amount" }),
|
|
72
|
-
__metadata("design:type", String)
|
|
73
|
-
], OverrideFivetranExamplePrice.prototype, "minimumAmount", void 0);
|
|
74
|
-
__decorate([
|
|
75
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
76
|
-
(0, class_transformer_1.Expose)({ name: "model_type" }),
|
|
77
|
-
__metadata("design:type", String)
|
|
78
|
-
], OverrideFivetranExamplePrice.prototype, "modelType", void 0);
|
|
79
|
-
return OverrideFivetranExamplePrice;
|
|
80
|
-
}(utils_1.SpeakeasyBase));
|
|
81
|
-
exports.OverrideFivetranExamplePrice = OverrideFivetranExamplePrice;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { SpeakeasyBase } from "../../../internal/utils";
|
|
2
|
-
import { Discount } from "./discount";
|
|
3
|
-
import { MatrixConfig } from "./matrixconfig";
|
|
4
|
-
export declare enum OverrideMatrixPriceModelType {
|
|
5
|
-
Matrix = "matrix"
|
|
6
|
-
}
|
|
7
|
-
export declare class OverrideMatrixPrice extends SpeakeasyBase {
|
|
8
|
-
/**
|
|
9
|
-
* The subscription's override discount for the plan.
|
|
10
|
-
*/
|
|
11
|
-
discount?: Discount;
|
|
12
|
-
/**
|
|
13
|
-
* The starting quantity of the price, if the price is a fixed price.
|
|
14
|
-
*/
|
|
15
|
-
fixedPriceQuantity?: any;
|
|
16
|
-
id: string;
|
|
17
|
-
matrixConfig: MatrixConfig;
|
|
18
|
-
/**
|
|
19
|
-
* The subscription's override maximum amount for the plan.
|
|
20
|
-
*/
|
|
21
|
-
maximumAmount?: string;
|
|
22
|
-
/**
|
|
23
|
-
* The subscription's override minimum amount for the plan.
|
|
24
|
-
*/
|
|
25
|
-
minimumAmount?: string;
|
|
26
|
-
modelType: OverrideMatrixPriceModelType;
|
|
27
|
-
}
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
4
|
-
*/
|
|
5
|
-
var __extends = (this && this.__extends) || (function () {
|
|
6
|
-
var extendStatics = function (d, b) {
|
|
7
|
-
extendStatics = Object.setPrototypeOf ||
|
|
8
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
9
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
10
|
-
return extendStatics(d, b);
|
|
11
|
-
};
|
|
12
|
-
return function (d, b) {
|
|
13
|
-
if (typeof b !== "function" && b !== null)
|
|
14
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
15
|
-
extendStatics(d, b);
|
|
16
|
-
function __() { this.constructor = d; }
|
|
17
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
18
|
-
};
|
|
19
|
-
})();
|
|
20
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
21
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
22
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
23
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
24
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
25
|
-
};
|
|
26
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
27
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
28
|
-
};
|
|
29
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
-
exports.OverrideMatrixPrice = exports.OverrideMatrixPriceModelType = void 0;
|
|
31
|
-
var utils_1 = require("../../../internal/utils");
|
|
32
|
-
var discount_1 = require("./discount");
|
|
33
|
-
var matrixconfig_1 = require("./matrixconfig");
|
|
34
|
-
var class_transformer_1 = require("class-transformer");
|
|
35
|
-
var OverrideMatrixPriceModelType;
|
|
36
|
-
(function (OverrideMatrixPriceModelType) {
|
|
37
|
-
OverrideMatrixPriceModelType["Matrix"] = "matrix";
|
|
38
|
-
})(OverrideMatrixPriceModelType = exports.OverrideMatrixPriceModelType || (exports.OverrideMatrixPriceModelType = {}));
|
|
39
|
-
var OverrideMatrixPrice = /** @class */ (function (_super) {
|
|
40
|
-
__extends(OverrideMatrixPrice, _super);
|
|
41
|
-
function OverrideMatrixPrice() {
|
|
42
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
43
|
-
}
|
|
44
|
-
__decorate([
|
|
45
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
46
|
-
(0, class_transformer_1.Expose)({ name: "discount" }),
|
|
47
|
-
(0, class_transformer_1.Type)(function () { return discount_1.Discount; }),
|
|
48
|
-
__metadata("design:type", discount_1.Discount)
|
|
49
|
-
], OverrideMatrixPrice.prototype, "discount", void 0);
|
|
50
|
-
__decorate([
|
|
51
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
52
|
-
(0, class_transformer_1.Expose)({ name: "fixed_price_quantity" }),
|
|
53
|
-
__metadata("design:type", Object)
|
|
54
|
-
], OverrideMatrixPrice.prototype, "fixedPriceQuantity", void 0);
|
|
55
|
-
__decorate([
|
|
56
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
57
|
-
(0, class_transformer_1.Expose)({ name: "id" }),
|
|
58
|
-
__metadata("design:type", String)
|
|
59
|
-
], OverrideMatrixPrice.prototype, "id", void 0);
|
|
60
|
-
__decorate([
|
|
61
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
62
|
-
(0, class_transformer_1.Expose)({ name: "matrix_config" }),
|
|
63
|
-
(0, class_transformer_1.Type)(function () { return matrixconfig_1.MatrixConfig; }),
|
|
64
|
-
__metadata("design:type", matrixconfig_1.MatrixConfig)
|
|
65
|
-
], OverrideMatrixPrice.prototype, "matrixConfig", void 0);
|
|
66
|
-
__decorate([
|
|
67
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
68
|
-
(0, class_transformer_1.Expose)({ name: "maximum_amount" }),
|
|
69
|
-
__metadata("design:type", String)
|
|
70
|
-
], OverrideMatrixPrice.prototype, "maximumAmount", void 0);
|
|
71
|
-
__decorate([
|
|
72
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
73
|
-
(0, class_transformer_1.Expose)({ name: "minimum_amount" }),
|
|
74
|
-
__metadata("design:type", String)
|
|
75
|
-
], OverrideMatrixPrice.prototype, "minimumAmount", void 0);
|
|
76
|
-
__decorate([
|
|
77
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
78
|
-
(0, class_transformer_1.Expose)({ name: "model_type" }),
|
|
79
|
-
__metadata("design:type", String)
|
|
80
|
-
], OverrideMatrixPrice.prototype, "modelType", void 0);
|
|
81
|
-
return OverrideMatrixPrice;
|
|
82
|
-
}(utils_1.SpeakeasyBase));
|
|
83
|
-
exports.OverrideMatrixPrice = OverrideMatrixPrice;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { SpeakeasyBase } from "../../../internal/utils";
|
|
2
|
-
import { Discount } from "./discount";
|
|
3
|
-
import { PackageConfig } from "./packageconfig";
|
|
4
|
-
export declare enum OverridePackagePriceModelType {
|
|
5
|
-
Package = "package"
|
|
6
|
-
}
|
|
7
|
-
export declare class OverridePackagePrice extends SpeakeasyBase {
|
|
8
|
-
/**
|
|
9
|
-
* The subscription's override discount for the plan.
|
|
10
|
-
*/
|
|
11
|
-
discount?: Discount;
|
|
12
|
-
/**
|
|
13
|
-
* The starting quantity of the price, if the price is a fixed price.
|
|
14
|
-
*/
|
|
15
|
-
fixedPriceQuantity?: any;
|
|
16
|
-
id: string;
|
|
17
|
-
/**
|
|
18
|
-
* The subscription's override maximum amount for the plan.
|
|
19
|
-
*/
|
|
20
|
-
maximumAmount?: string;
|
|
21
|
-
/**
|
|
22
|
-
* The subscription's override minimum amount for the plan.
|
|
23
|
-
*/
|
|
24
|
-
minimumAmount?: string;
|
|
25
|
-
modelType: OverridePackagePriceModelType;
|
|
26
|
-
packageConfig: PackageConfig;
|
|
27
|
-
}
|