orb-billing 1.19.5 → 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/sdk/coupon.d.ts +4 -4
- package/dist/sdk/coupon.js +25 -20
- package/dist/sdk/credit.d.ts +4 -4
- package/dist/sdk/credit.js +26 -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/editpriceintervalparams.d.ts +0 -14
- package/dist/sdk/models/shared/editpriceintervalparams.js +1 -17
- package/dist/sdk/models/shared/index.d.ts +0 -103
- package/dist/sdk/models/shared/index.js +0 -103
- package/dist/sdk/models/shared/invoicelineitemparams.d.ts +1 -2
- package/dist/sdk/models/shared/invoicelineitemparams.js +1 -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/plan.d.ts +1 -3
- package/dist/sdk/models/shared/plan.js +2 -11
- 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 +104 -144
- 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/addamendmentcreditledgerentryrequestparams.d.ts +0 -28
- package/dist/sdk/models/shared/addamendmentcreditledgerentryrequestparams.js +0 -81
- 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 -102
- package/dist/sdk/models/shared/addincrementcreditledgerentryrequestparams.d.ts +0 -42
- package/dist/sdk/models/shared/addincrementcreditledgerentryrequestparams.js +0 -109
- package/dist/sdk/models/shared/addvoidcreditledgerentryrequestparams.d.ts +0 -38
- package/dist/sdk/models/shared/addvoidcreditledgerentryrequestparams.js +0 -93
- 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/addamendmentcreditledgerentryrequestparams.md +0 -12
- package/docs/models/shared/addamendmentcreditledgerentryrequestparamsentrytype.md +0 -8
- package/docs/models/shared/addamendmentcreditledgerentryrequestparamsmetadata.md +0 -9
- 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 -13
- 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/customer.js
CHANGED
|
@@ -197,17 +197,20 @@ var Customer = /** @class */ (function () {
|
|
|
197
197
|
* In order to overwrite timeframes with a very large number of events, we suggest using multiple calls with small adjacent
|
|
198
198
|
* (e.g. every hour) timeframes.
|
|
199
199
|
*/
|
|
200
|
-
Customer.prototype.amend = function (
|
|
200
|
+
Customer.prototype.amend = function (customerId, updateEvent, timeframeEnd, timeframeStart, config) {
|
|
201
201
|
var _a, _b;
|
|
202
202
|
return __awaiter(this, void 0, void 0, function () {
|
|
203
|
-
var baseURL, url, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, queryParams, httpRes, contentType, res, decodedRes;
|
|
203
|
+
var req, baseURL, url, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, queryParams, httpRes, contentType, res, decodedRes;
|
|
204
204
|
var _d;
|
|
205
205
|
return __generator(this, function (_e) {
|
|
206
206
|
switch (_e.label) {
|
|
207
207
|
case 0:
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
208
|
+
req = new operations.AmendUsageRequest({
|
|
209
|
+
customerId: customerId,
|
|
210
|
+
updateEvent: updateEvent,
|
|
211
|
+
timeframeEnd: timeframeEnd,
|
|
212
|
+
timeframeStart: timeframeStart,
|
|
213
|
+
});
|
|
211
214
|
baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
|
|
212
215
|
url = utils.generateURL(baseURL, "/customers/{customer_id}/usage", req);
|
|
213
216
|
_c = __read([{}, null], 2), reqBodyHeaders = _c[0], reqBody = _c[1];
|
|
@@ -400,17 +403,20 @@ var Customer = /** @class */ (function () {
|
|
|
400
403
|
* In order to overwrite timeframes with a very large number of events, we suggest using multiple calls with small adjacent
|
|
401
404
|
* (e.g. every hour) timeframes.
|
|
402
405
|
*/
|
|
403
|
-
Customer.prototype.amendByExternalId = function (
|
|
406
|
+
Customer.prototype.amendByExternalId = function (externalCustomerId, updateEvent, timeframeEnd, timeframeStart, config) {
|
|
404
407
|
var _a, _b;
|
|
405
408
|
return __awaiter(this, void 0, void 0, function () {
|
|
406
|
-
var baseURL, url, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, queryParams, httpRes, contentType, res, decodedRes;
|
|
409
|
+
var req, baseURL, url, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, queryParams, httpRes, contentType, res, decodedRes;
|
|
407
410
|
var _d;
|
|
408
411
|
return __generator(this, function (_e) {
|
|
409
412
|
switch (_e.label) {
|
|
410
413
|
case 0:
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
+
req = new operations.AmendUsageExternalCustomerIdRequest({
|
|
415
|
+
externalCustomerId: externalCustomerId,
|
|
416
|
+
updateEvent: updateEvent,
|
|
417
|
+
timeframeEnd: timeframeEnd,
|
|
418
|
+
timeframeStart: timeframeStart,
|
|
419
|
+
});
|
|
414
420
|
baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
|
|
415
421
|
url = utils.generateURL(baseURL, "/customers/external_customer_id/{external_customer_id}/usage", req);
|
|
416
422
|
_c = __read([{}, null], 2), reqBodyHeaders = _c[0], reqBody = _c[1];
|
|
@@ -665,17 +671,18 @@ var Customer = /** @class */ (function () {
|
|
|
665
671
|
* Creates an immutable balance transaction that updates the customer's balance and returns back the newly created
|
|
666
672
|
* transaction.
|
|
667
673
|
*/
|
|
668
|
-
Customer.prototype.createBalanceTransaction = function (
|
|
674
|
+
Customer.prototype.createBalanceTransaction = function (customerId, newCustomerBalanceTransaction, config) {
|
|
669
675
|
var _a, _b;
|
|
670
676
|
return __awaiter(this, void 0, void 0, function () {
|
|
671
|
-
var baseURL, url, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
677
|
+
var req, baseURL, url, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
672
678
|
var _d;
|
|
673
679
|
return __generator(this, function (_e) {
|
|
674
680
|
switch (_e.label) {
|
|
675
681
|
case 0:
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
682
|
+
req = new operations.CreateCustomerBalanceTransactionRequest({
|
|
683
|
+
customerId: customerId,
|
|
684
|
+
newCustomerBalanceTransaction: newCustomerBalanceTransaction,
|
|
685
|
+
});
|
|
679
686
|
baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
|
|
680
687
|
url = utils.generateURL(baseURL, "/customers/{customer_id}/balance_transactions", req);
|
|
681
688
|
_c = __read([{}, null], 2), reqBodyHeaders = _c[0], reqBody = _c[1];
|
|
@@ -804,16 +811,16 @@ var Customer = /** @class */ (function () {
|
|
|
804
811
|
*
|
|
805
812
|
* On successful processing, this returns an empty dictionary (`{}`) in the API.
|
|
806
813
|
*/
|
|
807
|
-
Customer.prototype.delete = function (
|
|
814
|
+
Customer.prototype.delete = function (customerId, config) {
|
|
808
815
|
var _a, _b;
|
|
809
816
|
return __awaiter(this, void 0, void 0, function () {
|
|
810
|
-
var baseURL, url, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
817
|
+
var req, baseURL, url, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
811
818
|
return __generator(this, function (_c) {
|
|
812
819
|
switch (_c.label) {
|
|
813
820
|
case 0:
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
}
|
|
821
|
+
req = new operations.DeleteCustomerRequest({
|
|
822
|
+
customerId: customerId,
|
|
823
|
+
});
|
|
817
824
|
baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
|
|
818
825
|
url = utils.generateURL(baseURL, "/customers/{customer_id}", req);
|
|
819
826
|
client = this.sdkConfiguration.defaultClient;
|
|
@@ -924,16 +931,16 @@ var Customer = /** @class */ (function () {
|
|
|
924
931
|
*
|
|
925
932
|
* See the [Customer resource](../guides/core-concepts.mdx#customer) for a full discussion of the Customer model.
|
|
926
933
|
*/
|
|
927
|
-
Customer.prototype.fetch = function (
|
|
934
|
+
Customer.prototype.fetch = function (customerId, config) {
|
|
928
935
|
var _a, _b;
|
|
929
936
|
return __awaiter(this, void 0, void 0, function () {
|
|
930
|
-
var baseURL, url, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
937
|
+
var req, baseURL, url, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
931
938
|
return __generator(this, function (_c) {
|
|
932
939
|
switch (_c.label) {
|
|
933
940
|
case 0:
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
}
|
|
941
|
+
req = new operations.FetchCustomerRequest({
|
|
942
|
+
customerId: customerId,
|
|
943
|
+
});
|
|
937
944
|
baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
|
|
938
945
|
url = utils.generateURL(baseURL, "/customers/{customer_id}", req);
|
|
939
946
|
client = this.sdkConfiguration.defaultClient;
|
|
@@ -1044,16 +1051,16 @@ var Customer = /** @class */ (function () {
|
|
|
1044
1051
|
*
|
|
1045
1052
|
* Note that the resource and semantics of this endpoint exactly mirror [Get Customer](fetch-customer).
|
|
1046
1053
|
*/
|
|
1047
|
-
Customer.prototype.fetchByExternalId = function (
|
|
1054
|
+
Customer.prototype.fetchByExternalId = function (externalCustomerId, config) {
|
|
1048
1055
|
var _a, _b;
|
|
1049
1056
|
return __awaiter(this, void 0, void 0, function () {
|
|
1050
|
-
var baseURL, url, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
1057
|
+
var req, baseURL, url, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
1051
1058
|
return __generator(this, function (_c) {
|
|
1052
1059
|
switch (_c.label) {
|
|
1053
1060
|
case 0:
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
}
|
|
1061
|
+
req = new operations.FetchCustomerExternalIdRequest({
|
|
1062
|
+
externalCustomerId: externalCustomerId,
|
|
1063
|
+
});
|
|
1057
1064
|
baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
|
|
1058
1065
|
url = utils.generateURL(baseURL, "/customers/external_customer_id/{external_customer_id}", req);
|
|
1059
1066
|
client = this.sdkConfiguration.defaultClient;
|
|
@@ -1865,17 +1872,18 @@ var Customer = /** @class */ (function () {
|
|
|
1865
1872
|
* Note that the resource and semantics of this
|
|
1866
1873
|
* endpoint exactly mirror [Update Customer](update-customer).
|
|
1867
1874
|
*/
|
|
1868
|
-
Customer.prototype.updateByExternalId = function (
|
|
1875
|
+
Customer.prototype.updateByExternalId = function (externalCustomerId, editCustomer, config) {
|
|
1869
1876
|
var _a, _b;
|
|
1870
1877
|
return __awaiter(this, void 0, void 0, function () {
|
|
1871
|
-
var baseURL, url, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
1878
|
+
var req, baseURL, url, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
1872
1879
|
var _d;
|
|
1873
1880
|
return __generator(this, function (_e) {
|
|
1874
1881
|
switch (_e.label) {
|
|
1875
1882
|
case 0:
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1883
|
+
req = new operations.UpdateCustomerExternalIdRequest({
|
|
1884
|
+
externalCustomerId: externalCustomerId,
|
|
1885
|
+
editCustomer: editCustomer,
|
|
1886
|
+
});
|
|
1879
1887
|
baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
|
|
1880
1888
|
url = utils.generateURL(baseURL, "/customers/external_customer_id/{external_customer_id}", req);
|
|
1881
1889
|
_c = __read([{}, null], 2), reqBodyHeaders = _c[0], reqBody = _c[1];
|
|
@@ -1994,17 +2002,18 @@ var Customer = /** @class */ (function () {
|
|
|
1994
2002
|
* `auto_collection`, `metadata`, `shipping_address`, `billing_address`, and `additional_emails` of an existing customer.
|
|
1995
2003
|
* "Other fields on a customer are currently immutable.
|
|
1996
2004
|
*/
|
|
1997
|
-
Customer.prototype.updateCustomer = function (
|
|
2005
|
+
Customer.prototype.updateCustomer = function (customerId, editCustomer, config) {
|
|
1998
2006
|
var _a, _b;
|
|
1999
2007
|
return __awaiter(this, void 0, void 0, function () {
|
|
2000
|
-
var baseURL, url, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
2008
|
+
var req, baseURL, url, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
2001
2009
|
var _d;
|
|
2002
2010
|
return __generator(this, function (_e) {
|
|
2003
2011
|
switch (_e.label) {
|
|
2004
2012
|
case 0:
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2013
|
+
req = new operations.UpdateCustomerRequest({
|
|
2014
|
+
customerId: customerId,
|
|
2015
|
+
editCustomer: editCustomer,
|
|
2016
|
+
});
|
|
2008
2017
|
baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
|
|
2009
2018
|
url = utils.generateURL(baseURL, "/customers/{customer_id}", req);
|
|
2010
2019
|
_c = __read([{}, null], 2), reqBodyHeaders = _c[0], reqBody = _c[1];
|
package/dist/sdk/event.d.ts
CHANGED
|
@@ -48,7 +48,7 @@ export declare class Event {
|
|
|
48
48
|
* * The event's `timestamp` must fall within the customer's current subscription's billing period, or within the
|
|
49
49
|
* grace period of the customer's current subscription's previous billing period.
|
|
50
50
|
*/
|
|
51
|
-
amend(
|
|
51
|
+
amend(eventId: string, amendedEvent?: shared.AmendedEvent, config?: AxiosRequestConfig): Promise<operations.AmendEventResponse>;
|
|
52
52
|
/**
|
|
53
53
|
* Close backfill
|
|
54
54
|
*
|
|
@@ -57,7 +57,7 @@ export declare class Event {
|
|
|
57
57
|
* the updated usage in invoice amounts and usage graphs. Once all of the updates are complete, the backfill's status
|
|
58
58
|
* will transition to `reflected`.
|
|
59
59
|
*/
|
|
60
|
-
closeBackfill(
|
|
60
|
+
closeBackfill(backfillId: string, config?: AxiosRequestConfig): Promise<operations.CloseBackfillResponse>;
|
|
61
61
|
/**
|
|
62
62
|
* Create backfill
|
|
63
63
|
*
|
|
@@ -117,14 +117,14 @@ export declare class Event {
|
|
|
117
117
|
* resource within Orb, even if this event was ingested during the initial integration period. We do not allow
|
|
118
118
|
* deprecating events for customers not in the Orb system.
|
|
119
119
|
*/
|
|
120
|
-
deprecateEvent(
|
|
120
|
+
deprecateEvent(eventId: string, config?: AxiosRequestConfig): Promise<operations.DeprecateEventResponse>;
|
|
121
121
|
/**
|
|
122
122
|
* Fetch backfill
|
|
123
123
|
*
|
|
124
124
|
* @remarks
|
|
125
125
|
* This endpoint is used to fetch a backfill given an identifier.
|
|
126
126
|
*/
|
|
127
|
-
fetch(
|
|
127
|
+
fetch(backfillId: string, config?: AxiosRequestConfig): Promise<operations.FetchBackfillResponse>;
|
|
128
128
|
/**
|
|
129
129
|
* Ingest events
|
|
130
130
|
*
|
|
@@ -305,7 +305,7 @@ export declare class Event {
|
|
|
305
305
|
* }
|
|
306
306
|
* ```
|
|
307
307
|
*/
|
|
308
|
-
ingest(
|
|
308
|
+
ingest(ingestRequestBody?: shared.IngestRequestBody, backfillId?: string, debug?: boolean, config?: AxiosRequestConfig): Promise<operations.IngestResponse>;
|
|
309
309
|
/**
|
|
310
310
|
* List backfills
|
|
311
311
|
*
|
|
@@ -316,7 +316,7 @@ export declare class Event {
|
|
|
316
316
|
* [`pagination_metadata`](../reference/pagination), which lets the caller retrieve the next page of results if they
|
|
317
317
|
* exist. More information about pagination can be found in the [Pagination-metadata schema](pagination).
|
|
318
318
|
*/
|
|
319
|
-
listBackfills(
|
|
319
|
+
listBackfills(cursor?: string, limit?: number, config?: AxiosRequestConfig): Promise<operations.ListBackfillsResponse>;
|
|
320
320
|
/**
|
|
321
321
|
* Revert backfill
|
|
322
322
|
*
|
|
@@ -328,7 +328,7 @@ export declare class Event {
|
|
|
328
328
|
* If a backfill is reverted before its closed, no usage will be updated as a result of the backfill and it will
|
|
329
329
|
* immediately transition to `reverted`.
|
|
330
330
|
*/
|
|
331
|
-
revertBackfill(
|
|
331
|
+
revertBackfill(backfillId: string, config?: AxiosRequestConfig): Promise<operations.RevertBackfillResponse>;
|
|
332
332
|
/**
|
|
333
333
|
* Search events
|
|
334
334
|
*
|
package/dist/sdk/event.js
CHANGED
|
@@ -141,17 +141,18 @@ var Event = /** @class */ (function () {
|
|
|
141
141
|
* * The event's `timestamp` must fall within the customer's current subscription's billing period, or within the
|
|
142
142
|
* grace period of the customer's current subscription's previous billing period.
|
|
143
143
|
*/
|
|
144
|
-
Event.prototype.amend = function (
|
|
144
|
+
Event.prototype.amend = function (eventId, amendedEvent, config) {
|
|
145
145
|
var _a, _b;
|
|
146
146
|
return __awaiter(this, void 0, void 0, function () {
|
|
147
|
-
var baseURL, url, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
147
|
+
var req, baseURL, url, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
148
148
|
var _d;
|
|
149
149
|
return __generator(this, function (_e) {
|
|
150
150
|
switch (_e.label) {
|
|
151
151
|
case 0:
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
152
|
+
req = new operations.AmendEventRequest({
|
|
153
|
+
eventId: eventId,
|
|
154
|
+
amendedEvent: amendedEvent,
|
|
155
|
+
});
|
|
155
156
|
baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
|
|
156
157
|
url = utils.generateURL(baseURL, "/events/{event_id}", req);
|
|
157
158
|
_c = __read([{}, null], 2), reqBodyHeaders = _c[0], reqBody = _c[1];
|
|
@@ -270,16 +271,16 @@ var Event = /** @class */ (function () {
|
|
|
270
271
|
* the updated usage in invoice amounts and usage graphs. Once all of the updates are complete, the backfill's status
|
|
271
272
|
* will transition to `reflected`.
|
|
272
273
|
*/
|
|
273
|
-
Event.prototype.closeBackfill = function (
|
|
274
|
+
Event.prototype.closeBackfill = function (backfillId, config) {
|
|
274
275
|
var _a, _b;
|
|
275
276
|
return __awaiter(this, void 0, void 0, function () {
|
|
276
|
-
var baseURL, url, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
277
|
+
var req, baseURL, url, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
277
278
|
return __generator(this, function (_c) {
|
|
278
279
|
switch (_c.label) {
|
|
279
280
|
case 0:
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
}
|
|
281
|
+
req = new operations.CloseBackfillRequest({
|
|
282
|
+
backfillId: backfillId,
|
|
283
|
+
});
|
|
283
284
|
baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
|
|
284
285
|
url = utils.generateURL(baseURL, "/events/backfills/{backfill_id}/close", req);
|
|
285
286
|
client = this.sdkConfiguration.defaultClient;
|
|
@@ -560,16 +561,16 @@ var Event = /** @class */ (function () {
|
|
|
560
561
|
* resource within Orb, even if this event was ingested during the initial integration period. We do not allow
|
|
561
562
|
* deprecating events for customers not in the Orb system.
|
|
562
563
|
*/
|
|
563
|
-
Event.prototype.deprecateEvent = function (
|
|
564
|
+
Event.prototype.deprecateEvent = function (eventId, config) {
|
|
564
565
|
var _a, _b;
|
|
565
566
|
return __awaiter(this, void 0, void 0, function () {
|
|
566
|
-
var baseURL, url, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
567
|
+
var req, baseURL, url, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
567
568
|
return __generator(this, function (_c) {
|
|
568
569
|
switch (_c.label) {
|
|
569
570
|
case 0:
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
}
|
|
571
|
+
req = new operations.DeprecateEventRequest({
|
|
572
|
+
eventId: eventId,
|
|
573
|
+
});
|
|
573
574
|
baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
|
|
574
575
|
url = utils.generateURL(baseURL, "/events/{event_id}/deprecate", req);
|
|
575
576
|
client = this.sdkConfiguration.defaultClient;
|
|
@@ -677,16 +678,16 @@ var Event = /** @class */ (function () {
|
|
|
677
678
|
* @remarks
|
|
678
679
|
* This endpoint is used to fetch a backfill given an identifier.
|
|
679
680
|
*/
|
|
680
|
-
Event.prototype.fetch = function (
|
|
681
|
+
Event.prototype.fetch = function (backfillId, config) {
|
|
681
682
|
var _a, _b;
|
|
682
683
|
return __awaiter(this, void 0, void 0, function () {
|
|
683
|
-
var baseURL, url, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
684
|
+
var req, baseURL, url, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
684
685
|
return __generator(this, function (_c) {
|
|
685
686
|
switch (_c.label) {
|
|
686
687
|
case 0:
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
}
|
|
688
|
+
req = new operations.FetchBackfillRequest({
|
|
689
|
+
backfillId: backfillId,
|
|
690
|
+
});
|
|
690
691
|
baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
|
|
691
692
|
url = utils.generateURL(baseURL, "/events/backfills/{backfill_id}", req);
|
|
692
693
|
client = this.sdkConfiguration.defaultClient;
|
|
@@ -968,17 +969,19 @@ var Event = /** @class */ (function () {
|
|
|
968
969
|
* }
|
|
969
970
|
* ```
|
|
970
971
|
*/
|
|
971
|
-
Event.prototype.ingest = function (
|
|
972
|
+
Event.prototype.ingest = function (ingestRequestBody, backfillId, debug, config) {
|
|
972
973
|
var _a, _b;
|
|
973
974
|
return __awaiter(this, void 0, void 0, function () {
|
|
974
|
-
var baseURL, url, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, queryParams, httpRes, contentType, res, decodedRes;
|
|
975
|
+
var req, baseURL, url, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, queryParams, httpRes, contentType, res, decodedRes;
|
|
975
976
|
var _d;
|
|
976
977
|
return __generator(this, function (_e) {
|
|
977
978
|
switch (_e.label) {
|
|
978
979
|
case 0:
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
980
|
+
req = new operations.IngestRequest({
|
|
981
|
+
ingestRequestBody: ingestRequestBody,
|
|
982
|
+
backfillId: backfillId,
|
|
983
|
+
debug: debug,
|
|
984
|
+
});
|
|
982
985
|
baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
|
|
983
986
|
url = baseURL.replace(/\/$/, "") + "/ingest";
|
|
984
987
|
_c = __read([{}, null], 2), reqBodyHeaders = _c[0], reqBody = _c[1];
|
|
@@ -1100,16 +1103,17 @@ var Event = /** @class */ (function () {
|
|
|
1100
1103
|
* [`pagination_metadata`](../reference/pagination), which lets the caller retrieve the next page of results if they
|
|
1101
1104
|
* exist. More information about pagination can be found in the [Pagination-metadata schema](pagination).
|
|
1102
1105
|
*/
|
|
1103
|
-
Event.prototype.listBackfills = function (
|
|
1106
|
+
Event.prototype.listBackfills = function (cursor, limit, config) {
|
|
1104
1107
|
var _a, _b;
|
|
1105
1108
|
return __awaiter(this, void 0, void 0, function () {
|
|
1106
|
-
var baseURL, url, client, globalSecurity, properties, headers, queryParams, httpRes, contentType, res, decodedRes;
|
|
1109
|
+
var req, baseURL, url, client, globalSecurity, properties, headers, queryParams, httpRes, contentType, res, decodedRes;
|
|
1107
1110
|
return __generator(this, function (_c) {
|
|
1108
1111
|
switch (_c.label) {
|
|
1109
1112
|
case 0:
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
+
req = new operations.ListBackfillsRequest({
|
|
1114
|
+
cursor: cursor,
|
|
1115
|
+
limit: limit,
|
|
1116
|
+
});
|
|
1113
1117
|
baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
|
|
1114
1118
|
url = baseURL.replace(/\/$/, "") + "/events/backfills";
|
|
1115
1119
|
client = this.sdkConfiguration.defaultClient;
|
|
@@ -1223,16 +1227,16 @@ var Event = /** @class */ (function () {
|
|
|
1223
1227
|
* If a backfill is reverted before its closed, no usage will be updated as a result of the backfill and it will
|
|
1224
1228
|
* immediately transition to `reverted`.
|
|
1225
1229
|
*/
|
|
1226
|
-
Event.prototype.revertBackfill = function (
|
|
1230
|
+
Event.prototype.revertBackfill = function (backfillId, config) {
|
|
1227
1231
|
var _a, _b;
|
|
1228
1232
|
return __awaiter(this, void 0, void 0, function () {
|
|
1229
|
-
var baseURL, url, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
1233
|
+
var req, baseURL, url, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
1230
1234
|
return __generator(this, function (_c) {
|
|
1231
1235
|
switch (_c.label) {
|
|
1232
1236
|
case 0:
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
}
|
|
1237
|
+
req = new operations.RevertBackfillRequest({
|
|
1238
|
+
backfillId: backfillId,
|
|
1239
|
+
});
|
|
1236
1240
|
baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
|
|
1237
1241
|
url = utils.generateURL(baseURL, "/events/backfills/{backfill_id}/revert", req);
|
|
1238
1242
|
client = this.sdkConfiguration.defaultClient;
|
package/dist/sdk/invoice.d.ts
CHANGED
|
@@ -34,7 +34,7 @@ export declare class Invoice {
|
|
|
34
34
|
* @remarks
|
|
35
35
|
* This endpoint is used to fetch an [`Invoice`](../guides/concepts#invoice) given an identifier.
|
|
36
36
|
*/
|
|
37
|
-
fetch(
|
|
37
|
+
fetch(invoiceId: string, config?: AxiosRequestConfig): Promise<operations.FetchInvoiceResponse>;
|
|
38
38
|
/**
|
|
39
39
|
* Fetch upcoming invoice
|
|
40
40
|
*
|
|
@@ -42,7 +42,7 @@ export declare class Invoice {
|
|
|
42
42
|
* This endpoint can be used to fetch the upcoming [invoice](../guides/concepts#invoice) for the current billing
|
|
43
43
|
* period given a subscription.
|
|
44
44
|
*/
|
|
45
|
-
fetchUpcoming(
|
|
45
|
+
fetchUpcoming(subscriptionId?: string, config?: AxiosRequestConfig): Promise<operations.FetchUpcomingInvoiceResponse>;
|
|
46
46
|
/**
|
|
47
47
|
* Issue invoice
|
|
48
48
|
*
|
|
@@ -52,7 +52,7 @@ export declare class Invoice {
|
|
|
52
52
|
* side effects, some of which could be customer-visible (e.g. sending emails, auto-collecting payment,
|
|
53
53
|
* syncing the invoice to external providers, etc).
|
|
54
54
|
*/
|
|
55
|
-
issue(
|
|
55
|
+
issue(invoiceId: string, config?: AxiosRequestConfig): Promise<operations.IssueInvoiceResponse>;
|
|
56
56
|
/**
|
|
57
57
|
* List invoices
|
|
58
58
|
*
|
|
@@ -73,7 +73,7 @@ export declare class Invoice {
|
|
|
73
73
|
* This endpoint allows an invoice's status to be set the `paid` status. This can only be done to invoices that are in
|
|
74
74
|
* the `issued` status.
|
|
75
75
|
*/
|
|
76
|
-
markInvoiceAsPaid(
|
|
76
|
+
markInvoiceAsPaid(invoiceId: string, markAsPaidRequestParams?: shared.MarkAsPaidRequestParams, config?: AxiosRequestConfig): Promise<operations.MarkInvoiceAsPaidResponse>;
|
|
77
77
|
/**
|
|
78
78
|
* Void invoice
|
|
79
79
|
*
|
|
@@ -85,5 +85,5 @@ export declare class Invoice {
|
|
|
85
85
|
* will be reverted. For example, if the invoice used $10 of customer balance, that amount will be added back to the
|
|
86
86
|
* customer balance upon voiding.
|
|
87
87
|
*/
|
|
88
|
-
void(
|
|
88
|
+
void(invoiceId: string, config?: AxiosRequestConfig): Promise<operations.VoidInvoiceResponse>;
|
|
89
89
|
}
|
package/dist/sdk/invoice.js
CHANGED
|
@@ -367,16 +367,16 @@ var Invoice = /** @class */ (function () {
|
|
|
367
367
|
* @remarks
|
|
368
368
|
* This endpoint is used to fetch an [`Invoice`](../guides/concepts#invoice) given an identifier.
|
|
369
369
|
*/
|
|
370
|
-
Invoice.prototype.fetch = function (
|
|
370
|
+
Invoice.prototype.fetch = function (invoiceId, config) {
|
|
371
371
|
var _a, _b;
|
|
372
372
|
return __awaiter(this, void 0, void 0, function () {
|
|
373
|
-
var baseURL, url, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
373
|
+
var req, baseURL, url, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
374
374
|
return __generator(this, function (_c) {
|
|
375
375
|
switch (_c.label) {
|
|
376
376
|
case 0:
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
}
|
|
377
|
+
req = new operations.FetchInvoiceRequest({
|
|
378
|
+
invoiceId: invoiceId,
|
|
379
|
+
});
|
|
380
380
|
baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
|
|
381
381
|
url = utils.generateURL(baseURL, "/invoices/{invoice_id}", req);
|
|
382
382
|
client = this.sdkConfiguration.defaultClient;
|
|
@@ -485,16 +485,16 @@ var Invoice = /** @class */ (function () {
|
|
|
485
485
|
* This endpoint can be used to fetch the upcoming [invoice](../guides/concepts#invoice) for the current billing
|
|
486
486
|
* period given a subscription.
|
|
487
487
|
*/
|
|
488
|
-
Invoice.prototype.fetchUpcoming = function (
|
|
488
|
+
Invoice.prototype.fetchUpcoming = function (subscriptionId, config) {
|
|
489
489
|
var _a, _b;
|
|
490
490
|
return __awaiter(this, void 0, void 0, function () {
|
|
491
|
-
var baseURL, url, client, globalSecurity, properties, headers, queryParams, httpRes, contentType, res, decodedRes;
|
|
491
|
+
var req, baseURL, url, client, globalSecurity, properties, headers, queryParams, httpRes, contentType, res, decodedRes;
|
|
492
492
|
return __generator(this, function (_c) {
|
|
493
493
|
switch (_c.label) {
|
|
494
494
|
case 0:
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
}
|
|
495
|
+
req = new operations.FetchUpcomingInvoiceRequest({
|
|
496
|
+
subscriptionId: subscriptionId,
|
|
497
|
+
});
|
|
498
498
|
baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
|
|
499
499
|
url = baseURL.replace(/\/$/, "") + "/invoices/upcoming";
|
|
500
500
|
client = this.sdkConfiguration.defaultClient;
|
|
@@ -606,16 +606,16 @@ var Invoice = /** @class */ (function () {
|
|
|
606
606
|
* side effects, some of which could be customer-visible (e.g. sending emails, auto-collecting payment,
|
|
607
607
|
* syncing the invoice to external providers, etc).
|
|
608
608
|
*/
|
|
609
|
-
Invoice.prototype.issue = function (
|
|
609
|
+
Invoice.prototype.issue = function (invoiceId, config) {
|
|
610
610
|
var _a, _b;
|
|
611
611
|
return __awaiter(this, void 0, void 0, function () {
|
|
612
|
-
var baseURL, url, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
612
|
+
var req, baseURL, url, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
613
613
|
return __generator(this, function (_c) {
|
|
614
614
|
switch (_c.label) {
|
|
615
615
|
case 0:
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
}
|
|
616
|
+
req = new operations.IssueInvoiceRequest({
|
|
617
|
+
invoiceId: invoiceId,
|
|
618
|
+
});
|
|
619
619
|
baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
|
|
620
620
|
url = utils.generateURL(baseURL, "/invoices/{invoice_id}/issue", req);
|
|
621
621
|
client = this.sdkConfiguration.defaultClient;
|
|
@@ -848,17 +848,18 @@ var Invoice = /** @class */ (function () {
|
|
|
848
848
|
* This endpoint allows an invoice's status to be set the `paid` status. This can only be done to invoices that are in
|
|
849
849
|
* the `issued` status.
|
|
850
850
|
*/
|
|
851
|
-
Invoice.prototype.markInvoiceAsPaid = function (
|
|
851
|
+
Invoice.prototype.markInvoiceAsPaid = function (invoiceId, markAsPaidRequestParams, config) {
|
|
852
852
|
var _a, _b;
|
|
853
853
|
return __awaiter(this, void 0, void 0, function () {
|
|
854
|
-
var baseURL, url, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
854
|
+
var req, baseURL, url, _c, reqBodyHeaders, reqBody, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
855
855
|
var _d;
|
|
856
856
|
return __generator(this, function (_e) {
|
|
857
857
|
switch (_e.label) {
|
|
858
858
|
case 0:
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
859
|
+
req = new operations.MarkInvoiceAsPaidRequest({
|
|
860
|
+
invoiceId: invoiceId,
|
|
861
|
+
markAsPaidRequestParams: markAsPaidRequestParams,
|
|
862
|
+
});
|
|
862
863
|
baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
|
|
863
864
|
url = utils.generateURL(baseURL, "/invoices/{invoice_id}/mark_paid", req);
|
|
864
865
|
_c = __read([{}, null], 2), reqBodyHeaders = _c[0], reqBody = _c[1];
|
|
@@ -980,16 +981,16 @@ var Invoice = /** @class */ (function () {
|
|
|
980
981
|
* will be reverted. For example, if the invoice used $10 of customer balance, that amount will be added back to the
|
|
981
982
|
* customer balance upon voiding.
|
|
982
983
|
*/
|
|
983
|
-
Invoice.prototype.void = function (
|
|
984
|
+
Invoice.prototype.void = function (invoiceId, config) {
|
|
984
985
|
var _a, _b;
|
|
985
986
|
return __awaiter(this, void 0, void 0, function () {
|
|
986
|
-
var baseURL, url, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
987
|
+
var req, baseURL, url, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
987
988
|
return __generator(this, function (_c) {
|
|
988
989
|
switch (_c.label) {
|
|
989
990
|
case 0:
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
}
|
|
991
|
+
req = new operations.VoidInvoiceRequest({
|
|
992
|
+
invoiceId: invoiceId,
|
|
993
|
+
});
|
|
993
994
|
baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
|
|
994
995
|
url = utils.generateURL(baseURL, "/invoices/{invoice_id}/void", req);
|
|
995
996
|
client = this.sdkConfiguration.defaultClient;
|
package/dist/sdk/item.d.ts
CHANGED
|
@@ -16,12 +16,12 @@ export declare class Item {
|
|
|
16
16
|
* @remarks
|
|
17
17
|
* This endpoint returns an item identified by its item_id.
|
|
18
18
|
*/
|
|
19
|
-
fetch(
|
|
19
|
+
fetch(itemId: string, config?: AxiosRequestConfig): Promise<operations.FetchItemResponse>;
|
|
20
20
|
/**
|
|
21
21
|
* List items
|
|
22
22
|
*
|
|
23
23
|
* @remarks
|
|
24
24
|
* This endpoint returns a list of all Items, ordered in descending order by creation time.
|
|
25
25
|
*/
|
|
26
|
-
list(
|
|
26
|
+
list(cursor?: string, limit?: number, config?: AxiosRequestConfig): Promise<operations.ListItemsResponse>;
|
|
27
27
|
}
|
package/dist/sdk/item.js
CHANGED
|
@@ -94,16 +94,16 @@ var Item = /** @class */ (function () {
|
|
|
94
94
|
* @remarks
|
|
95
95
|
* This endpoint returns an item identified by its item_id.
|
|
96
96
|
*/
|
|
97
|
-
Item.prototype.fetch = function (
|
|
97
|
+
Item.prototype.fetch = function (itemId, config) {
|
|
98
98
|
var _a, _b;
|
|
99
99
|
return __awaiter(this, void 0, void 0, function () {
|
|
100
|
-
var baseURL, url, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
100
|
+
var req, baseURL, url, client, globalSecurity, properties, headers, httpRes, contentType, res, decodedRes;
|
|
101
101
|
return __generator(this, function (_c) {
|
|
102
102
|
switch (_c.label) {
|
|
103
103
|
case 0:
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
}
|
|
104
|
+
req = new operations.FetchItemRequest({
|
|
105
|
+
itemId: itemId,
|
|
106
|
+
});
|
|
107
107
|
baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
|
|
108
108
|
url = utils.generateURL(baseURL, "/items/{item_id}", req);
|
|
109
109
|
client = this.sdkConfiguration.defaultClient;
|
|
@@ -211,16 +211,17 @@ var Item = /** @class */ (function () {
|
|
|
211
211
|
* @remarks
|
|
212
212
|
* This endpoint returns a list of all Items, ordered in descending order by creation time.
|
|
213
213
|
*/
|
|
214
|
-
Item.prototype.list = function (
|
|
214
|
+
Item.prototype.list = function (cursor, limit, config) {
|
|
215
215
|
var _a, _b;
|
|
216
216
|
return __awaiter(this, void 0, void 0, function () {
|
|
217
|
-
var baseURL, url, client, globalSecurity, properties, headers, queryParams, httpRes, contentType, res, decodedRes;
|
|
217
|
+
var req, baseURL, url, client, globalSecurity, properties, headers, queryParams, httpRes, contentType, res, decodedRes;
|
|
218
218
|
return __generator(this, function (_c) {
|
|
219
219
|
switch (_c.label) {
|
|
220
220
|
case 0:
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
221
|
+
req = new operations.ListItemsRequest({
|
|
222
|
+
cursor: cursor,
|
|
223
|
+
limit: limit,
|
|
224
|
+
});
|
|
224
225
|
baseURL = utils.templateUrl(this.sdkConfiguration.serverURL, this.sdkConfiguration.serverDefaults);
|
|
225
226
|
url = baseURL.replace(/\/$/, "") + "/items";
|
|
226
227
|
client = this.sdkConfiguration.defaultClient;
|