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
package/dist/sdk/plan.js
CHANGED
|
@@ -250,16 +250,16 @@ var Plan = /** @class */ (function () {
|
|
|
250
250
|
* Orb supports plan phases, also known as contract ramps. For plans with phases, the serialized prices refer to
|
|
251
251
|
* all prices across all phases.
|
|
252
252
|
*/
|
|
253
|
-
Plan.prototype.fetch = function (
|
|
253
|
+
Plan.prototype.fetch = function (planId, config) {
|
|
254
254
|
var _a, _b;
|
|
255
255
|
return __awaiter(this, void 0, void 0, function () {
|
|
256
|
-
var baseURL, url, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
256
|
+
var req, baseURL, url, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
257
257
|
return __generator(this, function (_c) {
|
|
258
258
|
switch (_c.label) {
|
|
259
259
|
case 0:
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
}
|
|
260
|
+
req = new operations.FetchPlanRequest({
|
|
261
|
+
planId: planId,
|
|
262
|
+
});
|
|
263
263
|
baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
|
|
264
264
|
url = utils.generateURL(baseURL, "/plans/{plan_id}", req);
|
|
265
265
|
client = this.sdkConfiguration.defaultClient;
|
|
@@ -375,16 +375,16 @@ var Plan = /** @class */ (function () {
|
|
|
375
375
|
* object. The `model_type` field determines the key for the configuration object that is present. A detailed explanation
|
|
376
376
|
* of price types can be found in the [Price schema](../guides/concepts#plan-and-price). "
|
|
377
377
|
*/
|
|
378
|
-
Plan.prototype.fetchByExternalId = function (
|
|
378
|
+
Plan.prototype.fetchByExternalId = function (externalPlanId, config) {
|
|
379
379
|
var _a, _b;
|
|
380
380
|
return __awaiter(this, void 0, void 0, function () {
|
|
381
|
-
var baseURL, url, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
381
|
+
var req, baseURL, url, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
382
382
|
return __generator(this, function (_c) {
|
|
383
383
|
switch (_c.label) {
|
|
384
384
|
case 0:
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
}
|
|
385
|
+
req = new operations.FetchPlanExternalIdRequest({
|
|
386
|
+
externalPlanId: externalPlanId,
|
|
387
|
+
});
|
|
388
388
|
baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
|
|
389
389
|
url = utils.generateURL(baseURL, "/plans/external_plan_id/{external_plan_id}", req);
|
|
390
390
|
client = this.sdkConfiguration.defaultClient;
|
|
@@ -615,17 +615,18 @@ var Plan = /** @class */ (function () {
|
|
|
615
615
|
*
|
|
616
616
|
* Other fields on a customer are currently immutable.
|
|
617
617
|
*/
|
|
618
|
-
Plan.prototype.updatePlan = function (
|
|
618
|
+
Plan.prototype.updatePlan = function (planId, editPlan, config) {
|
|
619
619
|
var _a, _b;
|
|
620
620
|
return __awaiter(this, void 0, void 0, function () {
|
|
621
|
-
var baseURL, url, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
621
|
+
var req, baseURL, url, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
622
622
|
var _d;
|
|
623
623
|
return __generator(this, function (_e) {
|
|
624
624
|
switch (_e.label) {
|
|
625
625
|
case 0:
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
626
|
+
req = new operations.UpdatePlanRequest({
|
|
627
|
+
planId: planId,
|
|
628
|
+
editPlan: editPlan,
|
|
629
|
+
});
|
|
629
630
|
baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
|
|
630
631
|
url = utils.generateURL(baseURL, "/plans/{plan_id}", req);
|
|
631
632
|
_c = __read([{}, null], 2), reqBodyHeaders = _c[0], reqBody = _c[1];
|
|
@@ -750,17 +751,18 @@ var Plan = /** @class */ (function () {
|
|
|
750
751
|
* The `model_type` field determines the key for the configuration object that is present.
|
|
751
752
|
* A detailed explanation of price types can be found in the [Price schema](../guides/concepts#plan-and-price).
|
|
752
753
|
*/
|
|
753
|
-
Plan.prototype.updatePlanExternal = function (
|
|
754
|
+
Plan.prototype.updatePlanExternal = function (externalPlanId, editPlan, config) {
|
|
754
755
|
var _a, _b;
|
|
755
756
|
return __awaiter(this, void 0, void 0, function () {
|
|
756
|
-
var baseURL, url, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
757
|
+
var req, baseURL, url, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
757
758
|
var _d;
|
|
758
759
|
return __generator(this, function (_e) {
|
|
759
760
|
switch (_e.label) {
|
|
760
761
|
case 0:
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
762
|
+
req = new operations.UpdatePlanExternalRequest({
|
|
763
|
+
externalPlanId: externalPlanId,
|
|
764
|
+
editPlan: editPlan,
|
|
765
|
+
});
|
|
764
766
|
baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
|
|
765
767
|
url = utils.generateURL(baseURL, "/plans/external_plan_id/{external_plan_id}", req);
|
|
766
768
|
_c = __read([{}, null], 2), reqBodyHeaders = _c[0], reqBody = _c[1];
|
package/dist/sdk/price.d.ts
CHANGED
|
@@ -227,7 +227,7 @@ export declare class Price {
|
|
|
227
227
|
* @remarks
|
|
228
228
|
* This endpoint returns a price given an identifier.
|
|
229
229
|
*/
|
|
230
|
-
fetch(
|
|
230
|
+
fetch(priceId: string, config?: AxiosRequestConfig): Promise<operations.FetchPriceResponse>;
|
|
231
231
|
/**
|
|
232
232
|
* Fetch price by external price id
|
|
233
233
|
*
|
|
@@ -235,12 +235,12 @@ export declare class Price {
|
|
|
235
235
|
* This endpoint returns a price given an external price id.
|
|
236
236
|
* See the [price creation API](../reference/create-price) for more information about external price aliases.
|
|
237
237
|
*/
|
|
238
|
-
fetchByExternalId(
|
|
238
|
+
fetchByExternalId(externalPriceId: string, config?: AxiosRequestConfig): Promise<operations.FetchPriceExternalIdResponse>;
|
|
239
239
|
/**
|
|
240
240
|
* List prices
|
|
241
241
|
*
|
|
242
242
|
* @remarks
|
|
243
243
|
* This endpoint is used to list all add-on prices created using the [price creation endpoint](../reference/create-price).
|
|
244
244
|
*/
|
|
245
|
-
list(
|
|
245
|
+
list(cursor?: string, limit?: number, config?: AxiosRequestConfig): Promise<operations.ListPricesResponse>;
|
|
246
246
|
}
|
package/dist/sdk/price.js
CHANGED
|
@@ -438,16 +438,16 @@ var Price = /** @class */ (function () {
|
|
|
438
438
|
* @remarks
|
|
439
439
|
* This endpoint returns a price given an identifier.
|
|
440
440
|
*/
|
|
441
|
-
Price.prototype.fetch = function (
|
|
441
|
+
Price.prototype.fetch = function (priceId, config) {
|
|
442
442
|
var _a, _b;
|
|
443
443
|
return __awaiter(this, void 0, void 0, function () {
|
|
444
|
-
var baseURL, url, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
444
|
+
var req, baseURL, url, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
445
445
|
return __generator(this, function (_c) {
|
|
446
446
|
switch (_c.label) {
|
|
447
447
|
case 0:
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
}
|
|
448
|
+
req = new operations.FetchPriceRequest({
|
|
449
|
+
priceId: priceId,
|
|
450
|
+
});
|
|
451
451
|
baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
|
|
452
452
|
url = utils.generateURL(baseURL, "/prices/{price_id}", req);
|
|
453
453
|
client = this.sdkConfiguration.defaultClient;
|
|
@@ -556,16 +556,16 @@ var Price = /** @class */ (function () {
|
|
|
556
556
|
* This endpoint returns a price given an external price id.
|
|
557
557
|
* See the [price creation API](../reference/create-price) for more information about external price aliases.
|
|
558
558
|
*/
|
|
559
|
-
Price.prototype.fetchByExternalId = function (
|
|
559
|
+
Price.prototype.fetchByExternalId = function (externalPriceId, config) {
|
|
560
560
|
var _a, _b;
|
|
561
561
|
return __awaiter(this, void 0, void 0, function () {
|
|
562
|
-
var baseURL, url, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
562
|
+
var req, baseURL, url, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
563
563
|
return __generator(this, function (_c) {
|
|
564
564
|
switch (_c.label) {
|
|
565
565
|
case 0:
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
}
|
|
566
|
+
req = new operations.FetchPriceExternalIdRequest({
|
|
567
|
+
externalPriceId: externalPriceId,
|
|
568
|
+
});
|
|
569
569
|
baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
|
|
570
570
|
url = utils.generateURL(baseURL, "/prices/external_price_id/{external_price_id}", req);
|
|
571
571
|
client = this.sdkConfiguration.defaultClient;
|
|
@@ -673,16 +673,17 @@ var Price = /** @class */ (function () {
|
|
|
673
673
|
* @remarks
|
|
674
674
|
* This endpoint is used to list all add-on prices created using the [price creation endpoint](../reference/create-price).
|
|
675
675
|
*/
|
|
676
|
-
Price.prototype.list = function (
|
|
676
|
+
Price.prototype.list = function (cursor, limit, config) {
|
|
677
677
|
var _a, _b;
|
|
678
678
|
return __awaiter(this, void 0, void 0, function () {
|
|
679
|
-
var baseURL, url, client, globalSecurity, properties, headers, queryParams, httpRes, contentType, res, decodedRes;
|
|
679
|
+
var req, baseURL, url, client, globalSecurity, properties, headers, queryParams, httpRes, contentType, res, decodedRes;
|
|
680
680
|
return __generator(this, function (_c) {
|
|
681
681
|
switch (_c.label) {
|
|
682
682
|
case 0:
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
683
|
+
req = new operations.ListPricesRequest({
|
|
684
|
+
cursor: cursor,
|
|
685
|
+
limit: limit,
|
|
686
|
+
});
|
|
686
687
|
baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
|
|
687
688
|
url = baseURL.replace(/\/$/, "") + "/prices";
|
|
688
689
|
client = this.sdkConfiguration.defaultClient;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as operations from "./models/operations";
|
|
2
|
+
import * as shared from "./models/shared";
|
|
2
3
|
import { SDKConfiguration } from "./sdk";
|
|
3
4
|
import { AxiosRequestConfig } from "axios";
|
|
4
5
|
/**
|
|
@@ -61,5 +62,5 @@ export declare class PriceInterval {
|
|
|
61
62
|
* be specified to add additional transitions. The existing list of transitions can be retrieved using the
|
|
62
63
|
* `fixed_fee_quantity_transitions` property on a subscription’s serialized price intervals.
|
|
63
64
|
*/
|
|
64
|
-
addEditPriceIntervals(
|
|
65
|
+
addEditPriceIntervals(subscriptionId: string, addEditPriceIntervalParams?: shared.AddEditPriceIntervalParams, config?: AxiosRequestConfig): Promise<operations.AddEditPriceIntervalsResponse>;
|
|
65
66
|
}
|
|
@@ -155,17 +155,18 @@ var PriceInterval = /** @class */ (function () {
|
|
|
155
155
|
* be specified to add additional transitions. The existing list of transitions can be retrieved using the
|
|
156
156
|
* `fixed_fee_quantity_transitions` property on a subscription’s serialized price intervals.
|
|
157
157
|
*/
|
|
158
|
-
PriceInterval.prototype.addEditPriceIntervals = function (
|
|
158
|
+
PriceInterval.prototype.addEditPriceIntervals = function (subscriptionId, addEditPriceIntervalParams, config) {
|
|
159
159
|
var _a, _b;
|
|
160
160
|
return __awaiter(this, void 0, void 0, function () {
|
|
161
|
-
var baseURL, url, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
161
|
+
var req, baseURL, url, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
162
162
|
var _d;
|
|
163
163
|
return __generator(this, function (_e) {
|
|
164
164
|
switch (_e.label) {
|
|
165
165
|
case 0:
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
166
|
+
req = new operations.AddEditPriceIntervalsRequest({
|
|
167
|
+
subscriptionId: subscriptionId,
|
|
168
|
+
addEditPriceIntervalParams: addEditPriceIntervalParams,
|
|
169
|
+
});
|
|
169
170
|
baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
|
|
170
171
|
url = utils.generateURL(baseURL, "/subscriptions/{subscription_id}/price_intervals", req);
|
|
171
172
|
_c = __read([{}, null], 2), reqBodyHeaders = _c[0], reqBody = _c[1];
|
package/dist/sdk/sdk.js
CHANGED
|
@@ -34,9 +34,9 @@ var SDKConfiguration = /** @class */ (function () {
|
|
|
34
34
|
function SDKConfiguration(init) {
|
|
35
35
|
this.language = "typescript";
|
|
36
36
|
this.openapiDocVersion = "1.0";
|
|
37
|
-
this.sdkVersion = "1.
|
|
38
|
-
this.genVersion = "2.
|
|
39
|
-
this.userAgent = "speakeasy-sdk/typescript 1.
|
|
37
|
+
this.sdkVersion = "1.20.0";
|
|
38
|
+
this.genVersion = "2.150.1";
|
|
39
|
+
this.userAgent = "speakeasy-sdk/typescript 1.20.0 2.150.1 1.0 orb-billing";
|
|
40
40
|
Object.assign(this, init);
|
|
41
41
|
}
|
|
42
42
|
return SDKConfiguration;
|
|
@@ -70,7 +70,7 @@ export declare class Subscription {
|
|
|
70
70
|
* the intervening invoice and generate a new one based on the new dates for the subscription. See the section on
|
|
71
71
|
* [cancellation behaviors](../guides/product-catalog/creating-subscriptions.md#cancellation-behaviors).
|
|
72
72
|
*/
|
|
73
|
-
cancel(
|
|
73
|
+
cancel(subscriptionId: string, cancelSubscriptionParams?: shared.CancelSubscriptionParams, config?: AxiosRequestConfig): Promise<operations.CancelSubscriptionResponse>;
|
|
74
74
|
/**
|
|
75
75
|
* Create subscription
|
|
76
76
|
*
|
|
@@ -485,7 +485,7 @@ export declare class Subscription {
|
|
|
485
485
|
* @remarks
|
|
486
486
|
* This endpoint is used to fetch a [Subscription](../guides/concepts#subscription) given an identifier.
|
|
487
487
|
*/
|
|
488
|
-
fetch(
|
|
488
|
+
fetch(subscriptionId: string, config?: AxiosRequestConfig): Promise<operations.FetchSubscriptionResponse>;
|
|
489
489
|
/**
|
|
490
490
|
* Fetch subscription costs
|
|
491
491
|
*
|
|
@@ -715,14 +715,14 @@ export declare class Subscription {
|
|
|
715
715
|
* customer balance as needed. For details on this behavior, see
|
|
716
716
|
* [Modifying subscriptions](../guides/product-catalog/modifying-subscriptions.md#prorations-for-in-advance-fees).
|
|
717
717
|
*/
|
|
718
|
-
schedulePlanChange(
|
|
718
|
+
schedulePlanChange(subscriptionId: string, subscriptionPlanChange?: shared.SubscriptionPlanChange, config?: AxiosRequestConfig): Promise<operations.SchedulePlanChangeResponse>;
|
|
719
719
|
/**
|
|
720
720
|
* Trigger phase
|
|
721
721
|
*
|
|
722
722
|
* @remarks
|
|
723
723
|
* Manually trigger a phase, effective the given date (or the current time, if not specified).
|
|
724
724
|
*/
|
|
725
|
-
triggerPhase(
|
|
725
|
+
triggerPhase(subscriptionId: string, triggerSubscriptionPhaseParams?: shared.TriggerSubscriptionPhaseParams, config?: AxiosRequestConfig): Promise<operations.TriggerPhaseResponse>;
|
|
726
726
|
/**
|
|
727
727
|
* Unschedule subscription cancellation
|
|
728
728
|
*
|
|
@@ -732,7 +732,7 @@ export declare class Subscription {
|
|
|
732
732
|
* To be eligible, the subscription must currently be active and have a future cancellation. This operation will turn
|
|
733
733
|
* on auto-renew, ensuring that the subscription does not end at the currently scheduled cancellation time.
|
|
734
734
|
*/
|
|
735
|
-
unscheduleCancellation(
|
|
735
|
+
unscheduleCancellation(subscriptionId: string, config?: AxiosRequestConfig): Promise<operations.UnscheduleCancellationResponse>;
|
|
736
736
|
/**
|
|
737
737
|
* Unschedule fixed fee quantity updates
|
|
738
738
|
*
|
|
@@ -741,14 +741,14 @@ export declare class Subscription {
|
|
|
741
741
|
*
|
|
742
742
|
* If there are no updates scheduled, this endpoint is a no-op.
|
|
743
743
|
*/
|
|
744
|
-
unscheduleFixedFeeQuantity(
|
|
744
|
+
unscheduleFixedFeeQuantity(subscriptionId: string, unscheduleFixedFeeQuantityChangeParams?: shared.UnscheduleFixedFeeQuantityChangeParams, config?: AxiosRequestConfig): Promise<operations.UnscheduleFixedFeeQuantityResponse>;
|
|
745
745
|
/**
|
|
746
746
|
* Unschedule plan change
|
|
747
747
|
*
|
|
748
748
|
* @remarks
|
|
749
749
|
* This endpoint can be used to unschedule any pending plan changes on an existing subscription.
|
|
750
750
|
*/
|
|
751
|
-
unschedulePlanChange(
|
|
751
|
+
unschedulePlanChange(subscriptionId: string, config?: AxiosRequestConfig): Promise<operations.UnschedulePlanChangeResponse>;
|
|
752
752
|
/**
|
|
753
753
|
* Update price quantity
|
|
754
754
|
*
|
|
@@ -765,5 +765,5 @@ export declare class Subscription {
|
|
|
765
765
|
* If the fee is an in-advance fixed fee, it will also issue an immediate invoice for the difference for the remainder
|
|
766
766
|
* of the billing period.
|
|
767
767
|
*/
|
|
768
|
-
updateFixedFeeQuantity(
|
|
768
|
+
updateFixedFeeQuantity(subscriptionId: string, fixedFeeQuantityChange?: shared.FixedFeeQuantityChange, config?: AxiosRequestConfig): Promise<operations.UpdateFixedFeeQuantityResponse>;
|
|
769
769
|
}
|
package/dist/sdk/subscription.js
CHANGED
|
@@ -163,17 +163,18 @@ var Subscription = /** @class */ (function () {
|
|
|
163
163
|
* the intervening invoice and generate a new one based on the new dates for the subscription. See the section on
|
|
164
164
|
* [cancellation behaviors](../guides/product-catalog/creating-subscriptions.md#cancellation-behaviors).
|
|
165
165
|
*/
|
|
166
|
-
Subscription.prototype.cancel = function (
|
|
166
|
+
Subscription.prototype.cancel = function (subscriptionId, cancelSubscriptionParams, config) {
|
|
167
167
|
var _a, _b;
|
|
168
168
|
return __awaiter(this, void 0, void 0, function () {
|
|
169
|
-
var baseURL, url, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
169
|
+
var req, baseURL, url, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
170
170
|
var _d;
|
|
171
171
|
return __generator(this, function (_e) {
|
|
172
172
|
switch (_e.label) {
|
|
173
173
|
case 0:
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
174
|
+
req = new operations.CancelSubscriptionRequest({
|
|
175
|
+
subscriptionId: subscriptionId,
|
|
176
|
+
cancelSubscriptionParams: cancelSubscriptionParams,
|
|
177
|
+
});
|
|
177
178
|
baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
|
|
178
179
|
url = utils.generateURL(baseURL, "/subscriptions/{subscription_id}/cancel", req);
|
|
179
180
|
_c = __read([{}, null], 2), reqBodyHeaders = _c[0], reqBody = _c[1];
|
|
@@ -818,16 +819,16 @@ var Subscription = /** @class */ (function () {
|
|
|
818
819
|
* @remarks
|
|
819
820
|
* This endpoint is used to fetch a [Subscription](../guides/concepts#subscription) given an identifier.
|
|
820
821
|
*/
|
|
821
|
-
Subscription.prototype.fetch = function (
|
|
822
|
+
Subscription.prototype.fetch = function (subscriptionId, config) {
|
|
822
823
|
var _a, _b;
|
|
823
824
|
return __awaiter(this, void 0, void 0, function () {
|
|
824
|
-
var baseURL, url, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
825
|
+
var req, baseURL, url, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
825
826
|
return __generator(this, function (_c) {
|
|
826
827
|
switch (_c.label) {
|
|
827
828
|
case 0:
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
}
|
|
829
|
+
req = new operations.FetchSubscriptionRequest({
|
|
830
|
+
subscriptionId: subscriptionId,
|
|
831
|
+
});
|
|
831
832
|
baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
|
|
832
833
|
url = utils.generateURL(baseURL, "/subscriptions/{subscription_id}", req);
|
|
833
834
|
client = this.sdkConfiguration.defaultClient;
|
|
@@ -1602,17 +1603,18 @@ var Subscription = /** @class */ (function () {
|
|
|
1602
1603
|
* customer balance as needed. For details on this behavior, see
|
|
1603
1604
|
* [Modifying subscriptions](../guides/product-catalog/modifying-subscriptions.md#prorations-for-in-advance-fees).
|
|
1604
1605
|
*/
|
|
1605
|
-
Subscription.prototype.schedulePlanChange = function (
|
|
1606
|
+
Subscription.prototype.schedulePlanChange = function (subscriptionId, subscriptionPlanChange, config) {
|
|
1606
1607
|
var _a, _b;
|
|
1607
1608
|
return __awaiter(this, void 0, void 0, function () {
|
|
1608
|
-
var baseURL, url, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
1609
|
+
var req, baseURL, url, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
1609
1610
|
var _d;
|
|
1610
1611
|
return __generator(this, function (_e) {
|
|
1611
1612
|
switch (_e.label) {
|
|
1612
1613
|
case 0:
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1614
|
+
req = new operations.SchedulePlanChangeRequest({
|
|
1615
|
+
subscriptionId: subscriptionId,
|
|
1616
|
+
subscriptionPlanChange: subscriptionPlanChange,
|
|
1617
|
+
});
|
|
1616
1618
|
baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
|
|
1617
1619
|
url = utils.generateURL(baseURL, "/subscriptions/{subscription_id}/schedule_plan_change", req);
|
|
1618
1620
|
_c = __read([{}, null], 2), reqBodyHeaders = _c[0], reqBody = _c[1];
|
|
@@ -1729,17 +1731,18 @@ var Subscription = /** @class */ (function () {
|
|
|
1729
1731
|
* @remarks
|
|
1730
1732
|
* Manually trigger a phase, effective the given date (or the current time, if not specified).
|
|
1731
1733
|
*/
|
|
1732
|
-
Subscription.prototype.triggerPhase = function (
|
|
1734
|
+
Subscription.prototype.triggerPhase = function (subscriptionId, triggerSubscriptionPhaseParams, config) {
|
|
1733
1735
|
var _a, _b;
|
|
1734
1736
|
return __awaiter(this, void 0, void 0, function () {
|
|
1735
|
-
var baseURL, url, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
1737
|
+
var req, baseURL, url, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
1736
1738
|
var _d;
|
|
1737
1739
|
return __generator(this, function (_e) {
|
|
1738
1740
|
switch (_e.label) {
|
|
1739
1741
|
case 0:
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1742
|
+
req = new operations.TriggerPhaseRequest({
|
|
1743
|
+
subscriptionId: subscriptionId,
|
|
1744
|
+
triggerSubscriptionPhaseParams: triggerSubscriptionPhaseParams,
|
|
1745
|
+
});
|
|
1743
1746
|
baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
|
|
1744
1747
|
url = utils.generateURL(baseURL, "/subscriptions/{subscription_id}/trigger_phase", req);
|
|
1745
1748
|
_c = __read([{}, null], 2), reqBodyHeaders = _c[0], reqBody = _c[1];
|
|
@@ -1859,16 +1862,16 @@ var Subscription = /** @class */ (function () {
|
|
|
1859
1862
|
* To be eligible, the subscription must currently be active and have a future cancellation. This operation will turn
|
|
1860
1863
|
* on auto-renew, ensuring that the subscription does not end at the currently scheduled cancellation time.
|
|
1861
1864
|
*/
|
|
1862
|
-
Subscription.prototype.unscheduleCancellation = function (
|
|
1865
|
+
Subscription.prototype.unscheduleCancellation = function (subscriptionId, config) {
|
|
1863
1866
|
var _a, _b;
|
|
1864
1867
|
return __awaiter(this, void 0, void 0, function () {
|
|
1865
|
-
var baseURL, url, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
1868
|
+
var req, baseURL, url, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
1866
1869
|
return __generator(this, function (_c) {
|
|
1867
1870
|
switch (_c.label) {
|
|
1868
1871
|
case 0:
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
}
|
|
1872
|
+
req = new operations.UnscheduleCancellationRequest({
|
|
1873
|
+
subscriptionId: subscriptionId,
|
|
1874
|
+
});
|
|
1872
1875
|
baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
|
|
1873
1876
|
url = utils.generateURL(baseURL, "/subscriptions/{subscription_id}/unschedule_cancellation", req);
|
|
1874
1877
|
client = this.sdkConfiguration.defaultClient;
|
|
@@ -1978,17 +1981,18 @@ var Subscription = /** @class */ (function () {
|
|
|
1978
1981
|
*
|
|
1979
1982
|
* If there are no updates scheduled, this endpoint is a no-op.
|
|
1980
1983
|
*/
|
|
1981
|
-
Subscription.prototype.unscheduleFixedFeeQuantity = function (
|
|
1984
|
+
Subscription.prototype.unscheduleFixedFeeQuantity = function (subscriptionId, unscheduleFixedFeeQuantityChangeParams, config) {
|
|
1982
1985
|
var _a, _b;
|
|
1983
1986
|
return __awaiter(this, void 0, void 0, function () {
|
|
1984
|
-
var baseURL, url, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
1987
|
+
var req, baseURL, url, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
1985
1988
|
var _d;
|
|
1986
1989
|
return __generator(this, function (_e) {
|
|
1987
1990
|
switch (_e.label) {
|
|
1988
1991
|
case 0:
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
+
req = new operations.UnscheduleFixedFeeQuantityRequest({
|
|
1993
|
+
subscriptionId: subscriptionId,
|
|
1994
|
+
unscheduleFixedFeeQuantityChangeParams: unscheduleFixedFeeQuantityChangeParams,
|
|
1995
|
+
});
|
|
1992
1996
|
baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
|
|
1993
1997
|
url = utils.generateURL(baseURL, "/subscriptions/{subscription_id}/unschedule_fixed_fee_quantity_updates", req);
|
|
1994
1998
|
_c = __read([{}, null], 2), reqBodyHeaders = _c[0], reqBody = _c[1];
|
|
@@ -2105,16 +2109,16 @@ var Subscription = /** @class */ (function () {
|
|
|
2105
2109
|
* @remarks
|
|
2106
2110
|
* This endpoint can be used to unschedule any pending plan changes on an existing subscription.
|
|
2107
2111
|
*/
|
|
2108
|
-
Subscription.prototype.unschedulePlanChange = function (
|
|
2112
|
+
Subscription.prototype.unschedulePlanChange = function (subscriptionId, config) {
|
|
2109
2113
|
var _a, _b;
|
|
2110
2114
|
return __awaiter(this, void 0, void 0, function () {
|
|
2111
|
-
var baseURL, url, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
2115
|
+
var req, baseURL, url, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
2112
2116
|
return __generator(this, function (_c) {
|
|
2113
2117
|
switch (_c.label) {
|
|
2114
2118
|
case 0:
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
}
|
|
2119
|
+
req = new operations.UnschedulePlanChangeRequest({
|
|
2120
|
+
subscriptionId: subscriptionId,
|
|
2121
|
+
});
|
|
2118
2122
|
baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
|
|
2119
2123
|
url = utils.generateURL(baseURL, "/subscriptions/{subscription_id}/unschedule_pending_plan_changes", req);
|
|
2120
2124
|
client = this.sdkConfiguration.defaultClient;
|
|
@@ -2232,17 +2236,18 @@ var Subscription = /** @class */ (function () {
|
|
|
2232
2236
|
* If the fee is an in-advance fixed fee, it will also issue an immediate invoice for the difference for the remainder
|
|
2233
2237
|
* of the billing period.
|
|
2234
2238
|
*/
|
|
2235
|
-
Subscription.prototype.updateFixedFeeQuantity = function (
|
|
2239
|
+
Subscription.prototype.updateFixedFeeQuantity = function (subscriptionId, fixedFeeQuantityChange, config) {
|
|
2236
2240
|
var _a, _b;
|
|
2237
2241
|
return __awaiter(this, void 0, void 0, function () {
|
|
2238
|
-
var baseURL, url, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
2242
|
+
var req, baseURL, url, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
2239
2243
|
var _d;
|
|
2240
2244
|
return __generator(this, function (_e) {
|
|
2241
2245
|
switch (_e.label) {
|
|
2242
2246
|
case 0:
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2247
|
+
req = new operations.UpdateFixedFeeQuantityRequest({
|
|
2248
|
+
subscriptionId: subscriptionId,
|
|
2249
|
+
fixedFeeQuantityChange: fixedFeeQuantityChange,
|
|
2250
|
+
});
|
|
2246
2251
|
baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
|
|
2247
2252
|
url = utils.generateURL(baseURL, "/subscriptions/{subscription_id}/update_fixed_fee_quantity", req);
|
|
2248
2253
|
_c = __read([{}, null], 2), reqBodyHeaders = _c[0], reqBody = _c[1];
|
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
|
|
6
6
|
| Field | Type | Required | Description |
|
|
7
7
|
| -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- |
|
|
8
|
-
| `
|
|
9
|
-
| `
|
|
8
|
+
| `subscriptionId` | *string* | :heavy_check_mark: | N/A |
|
|
9
|
+
| `addEditPriceIntervalParams` | [shared.AddEditPriceIntervalParams](../../models/shared/addeditpriceintervalparams.md) | :heavy_minus_sign: | N/A |
|
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
|
|
6
6
|
| Field | Type | Required | Description |
|
|
7
7
|
| ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- |
|
|
8
|
-
| `
|
|
9
|
-
| `
|
|
8
|
+
| `eventId` | *string* | :heavy_check_mark: | N/A |
|
|
9
|
+
| `amendedEvent` | [shared.AmendedEvent](../../models/shared/amendedevent.md) | :heavy_minus_sign: | N/A |
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
| Field | Type | Required | Description |
|
|
7
7
|
| --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
|
|
8
|
-
| `updateEvent` | [shared.UpdateEvent](../../models/shared/updateevent.md) | :heavy_minus_sign: | N/A |
|
|
9
8
|
| `externalCustomerId` | *string* | :heavy_check_mark: | N/A |
|
|
9
|
+
| `updateEvent` | [shared.UpdateEvent](../../models/shared/updateevent.md) | :heavy_minus_sign: | N/A |
|
|
10
10
|
| `timeframeEnd` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | N/A |
|
|
11
11
|
| `timeframeStart` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | N/A |
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
| Field | Type | Required | Description |
|
|
7
7
|
| --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
|
|
8
|
-
| `updateEvent` | [shared.UpdateEvent](../../models/shared/updateevent.md) | :heavy_minus_sign: | N/A |
|
|
9
8
|
| `customerId` | *string* | :heavy_check_mark: | N/A |
|
|
9
|
+
| `updateEvent` | [shared.UpdateEvent](../../models/shared/updateevent.md) | :heavy_minus_sign: | N/A |
|
|
10
10
|
| `timeframeEnd` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | N/A |
|
|
11
11
|
| `timeframeStart` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | N/A |
|
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
|
|
6
6
|
| Field | Type | Required | Description |
|
|
7
7
|
| ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
|
|
8
|
-
| `
|
|
9
|
-
| `
|
|
8
|
+
| `subscriptionId` | *string* | :heavy_check_mark: | N/A |
|
|
9
|
+
| `cancelSubscriptionParams` | [shared.CancelSubscriptionParams](../../models/shared/cancelsubscriptionparams.md) | :heavy_minus_sign: | N/A |
|
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
|
|
6
6
|
| Field | Type | Required | Description |
|
|
7
7
|
| -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
|
|
8
|
-
| `
|
|
9
|
-
| `
|
|
8
|
+
| `customerId` | *string* | :heavy_check_mark: | N/A |
|
|
9
|
+
| `newCustomerBalanceTransaction` | [shared.NewCustomerBalanceTransaction](../../models/shared/newcustomerbalancetransaction.md) | :heavy_minus_sign: | N/A |
|
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
|
|
6
6
|
| Field | Type | Required | Description |
|
|
7
7
|
| -------------------- | -------------------- | -------------------- | -------------------- |
|
|
8
|
-
| `
|
|
9
|
-
| `
|
|
8
|
+
| `externalCustomerId` | *string* | :heavy_check_mark: | N/A |
|
|
9
|
+
| `requestBody` | *any* | :heavy_minus_sign: | N/A |
|
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
|
|
6
6
|
| Field | Type | Required | Description |
|
|
7
7
|
| ------------------ | ------------------ | ------------------ | ------------------ |
|
|
8
|
-
| `
|
|
9
|
-
| `
|
|
8
|
+
| `customerId` | *string* | :heavy_check_mark: | N/A |
|
|
9
|
+
| `requestBody` | *any* | :heavy_minus_sign: | N/A |
|
|
@@ -5,6 +5,6 @@
|
|
|
5
5
|
|
|
6
6
|
| Field | Type | Required | Description |
|
|
7
7
|
| -------------------- | -------------------- | -------------------- | -------------------- |
|
|
8
|
-
| `cursor` | *string* | :heavy_minus_sign: | N/A |
|
|
9
8
|
| `externalCustomerId` | *string* | :heavy_check_mark: | N/A |
|
|
9
|
+
| `cursor` | *string* | :heavy_minus_sign: | N/A |
|
|
10
10
|
| `limit` | *number* | :heavy_minus_sign: | N/A |
|
|
@@ -5,6 +5,6 @@
|
|
|
5
5
|
|
|
6
6
|
| Field | Type | Required | Description |
|
|
7
7
|
| ------------------ | ------------------ | ------------------ | ------------------ |
|
|
8
|
-
| `cursor` | *string* | :heavy_minus_sign: | N/A |
|
|
9
8
|
| `customerId` | *string* | :heavy_check_mark: | N/A |
|
|
9
|
+
| `cursor` | *string* | :heavy_minus_sign: | N/A |
|
|
10
10
|
| `limit` | *number* | :heavy_minus_sign: | N/A |
|