dodopayments 1.53.2 → 2.0.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/CHANGELOG.md +10 -0
- package/README.md +114 -44
- package/api-promise.d.mts +2 -0
- package/api-promise.d.mts.map +1 -0
- package/api-promise.d.ts +2 -0
- package/api-promise.d.ts.map +1 -0
- package/api-promise.js +6 -0
- package/api-promise.js.map +1 -0
- package/api-promise.mjs +2 -0
- package/api-promise.mjs.map +1 -0
- package/bin/cli +53 -0
- package/bin/migration-config.json +6 -0
- package/client.d.mts +259 -0
- package/client.d.mts.map +1 -0
- package/client.d.ts +259 -0
- package/client.d.ts.map +1 -0
- package/client.js +536 -0
- package/client.js.map +1 -0
- package/client.mjs +532 -0
- package/client.mjs.map +1 -0
- package/core/api-promise.d.mts +46 -0
- package/core/api-promise.d.mts.map +1 -0
- package/core/api-promise.d.ts +46 -0
- package/core/api-promise.d.ts.map +1 -0
- package/core/api-promise.js +74 -0
- package/core/api-promise.js.map +1 -0
- package/core/api-promise.mjs +70 -0
- package/core/api-promise.mjs.map +1 -0
- package/core/error.d.mts +46 -0
- package/core/error.d.mts.map +1 -0
- package/core/error.d.ts +46 -0
- package/core/error.d.ts.map +1 -0
- package/core/error.js +113 -0
- package/core/error.js.map +1 -0
- package/core/error.mjs +97 -0
- package/core/error.mjs.map +1 -0
- package/core/pagination.d.mts +70 -0
- package/core/pagination.d.mts.map +1 -0
- package/core/pagination.d.ts +70 -0
- package/core/pagination.d.ts.map +1 -0
- package/core/pagination.js +129 -0
- package/core/pagination.js.map +1 -0
- package/core/pagination.mjs +122 -0
- package/core/pagination.mjs.map +1 -0
- package/core/resource.d.mts +6 -0
- package/core/resource.d.mts.map +1 -0
- package/core/resource.d.ts +6 -0
- package/core/resource.d.ts.map +1 -0
- package/core/resource.js +11 -0
- package/core/resource.js.map +1 -0
- package/core/resource.mjs +7 -0
- package/core/resource.mjs.map +1 -0
- package/core/uploads.d.mts +3 -0
- package/core/uploads.d.mts.map +1 -0
- package/core/uploads.d.ts +3 -0
- package/core/uploads.d.ts.map +1 -0
- package/core/uploads.js +6 -0
- package/core/uploads.js.map +1 -0
- package/core/uploads.mjs +2 -0
- package/core/uploads.mjs.map +1 -0
- package/error.d.mts +2 -0
- package/error.d.mts.map +1 -0
- package/error.d.ts +1 -46
- package/error.d.ts.map +1 -1
- package/error.js +3 -110
- package/error.js.map +1 -1
- package/error.mjs +1 -96
- package/error.mjs.map +1 -1
- package/index.d.mts +7 -190
- package/index.d.mts.map +1 -0
- package/index.d.ts +6 -189
- package/index.d.ts.map +1 -1
- package/index.js +14 -195
- package/index.js.map +1 -1
- package/index.mjs +6 -168
- package/index.mjs.map +1 -1
- package/internal/builtin-types.d.mts +73 -0
- package/internal/builtin-types.d.mts.map +1 -0
- package/internal/builtin-types.d.ts +73 -0
- package/internal/builtin-types.d.ts.map +1 -0
- package/internal/builtin-types.js +4 -0
- package/internal/builtin-types.js.map +1 -0
- package/internal/builtin-types.mjs +3 -0
- package/internal/builtin-types.mjs.map +1 -0
- package/internal/detect-platform.d.mts +15 -0
- package/internal/detect-platform.d.mts.map +1 -0
- package/internal/detect-platform.d.ts +15 -0
- package/internal/detect-platform.d.ts.map +1 -0
- package/internal/detect-platform.js +162 -0
- package/internal/detect-platform.js.map +1 -0
- package/internal/detect-platform.mjs +157 -0
- package/internal/detect-platform.mjs.map +1 -0
- package/internal/errors.d.mts +3 -0
- package/internal/errors.d.mts.map +1 -0
- package/internal/errors.d.ts +3 -0
- package/internal/errors.d.ts.map +1 -0
- package/internal/errors.js +41 -0
- package/internal/errors.js.map +1 -0
- package/internal/errors.mjs +36 -0
- package/internal/errors.mjs.map +1 -0
- package/internal/headers.d.mts +20 -0
- package/internal/headers.d.mts.map +1 -0
- package/internal/headers.d.ts +20 -0
- package/internal/headers.d.ts.map +1 -0
- package/internal/headers.js +79 -0
- package/internal/headers.js.map +1 -0
- package/internal/headers.mjs +74 -0
- package/internal/headers.mjs.map +1 -0
- package/internal/parse.d.mts +12 -0
- package/internal/parse.d.mts.map +1 -0
- package/internal/parse.d.ts +12 -0
- package/internal/parse.d.ts.map +1 -0
- package/internal/parse.js +35 -0
- package/internal/parse.js.map +1 -0
- package/internal/parse.mjs +32 -0
- package/internal/parse.mjs.map +1 -0
- package/internal/request-options.d.mts +75 -0
- package/internal/request-options.d.mts.map +1 -0
- package/internal/request-options.d.ts +75 -0
- package/internal/request-options.d.ts.map +1 -0
- package/internal/request-options.js +14 -0
- package/internal/request-options.js.map +1 -0
- package/internal/request-options.mjs +10 -0
- package/internal/request-options.mjs.map +1 -0
- package/internal/shim-types.d.mts +17 -0
- package/internal/shim-types.d.mts.map +1 -0
- package/internal/shim-types.d.ts +17 -0
- package/internal/shim-types.d.ts.map +1 -0
- package/internal/shim-types.js +4 -0
- package/internal/shim-types.js.map +1 -0
- package/internal/shim-types.mjs +3 -0
- package/internal/shim-types.mjs.map +1 -0
- package/internal/shims.d.mts +20 -0
- package/internal/shims.d.mts.map +1 -0
- package/internal/shims.d.ts +20 -0
- package/internal/shims.d.ts.map +1 -0
- package/internal/shims.js +92 -0
- package/internal/shims.js.map +1 -0
- package/internal/shims.mjs +85 -0
- package/internal/shims.mjs.map +1 -0
- package/internal/to-file.d.mts +45 -0
- package/internal/to-file.d.mts.map +1 -0
- package/internal/to-file.d.ts +45 -0
- package/internal/to-file.d.ts.map +1 -0
- package/internal/to-file.js +91 -0
- package/internal/to-file.js.map +1 -0
- package/internal/to-file.mjs +88 -0
- package/internal/to-file.mjs.map +1 -0
- package/internal/tslib.js +81 -0
- package/internal/tslib.mjs +17 -0
- package/internal/types.d.mts +69 -0
- package/internal/types.d.mts.map +1 -0
- package/internal/types.d.ts +69 -0
- package/internal/types.d.ts.map +1 -0
- package/internal/types.js +4 -0
- package/internal/types.js.map +1 -0
- package/internal/types.mjs +3 -0
- package/internal/types.mjs.map +1 -0
- package/internal/uploads.d.mts +42 -0
- package/internal/uploads.d.mts.map +1 -0
- package/internal/uploads.d.ts +42 -0
- package/internal/uploads.d.ts.map +1 -0
- package/internal/uploads.js +141 -0
- package/internal/uploads.js.map +1 -0
- package/internal/uploads.mjs +131 -0
- package/internal/uploads.mjs.map +1 -0
- package/internal/utils/base64.d.mts +3 -0
- package/internal/utils/base64.d.mts.map +1 -0
- package/internal/utils/base64.d.ts +3 -0
- package/internal/utils/base64.d.ts.map +1 -0
- package/internal/utils/base64.js +38 -0
- package/internal/utils/base64.js.map +1 -0
- package/internal/utils/base64.mjs +33 -0
- package/internal/utils/base64.mjs.map +1 -0
- package/internal/utils/bytes.d.mts +4 -0
- package/internal/utils/bytes.d.mts.map +1 -0
- package/internal/utils/bytes.d.ts +4 -0
- package/internal/utils/bytes.d.ts.map +1 -0
- package/internal/utils/bytes.js +31 -0
- package/internal/utils/bytes.js.map +1 -0
- package/internal/utils/bytes.mjs +26 -0
- package/internal/utils/bytes.mjs.map +1 -0
- package/internal/utils/env.d.mts +9 -0
- package/internal/utils/env.d.mts.map +1 -0
- package/internal/utils/env.d.ts +9 -0
- package/internal/utils/env.d.ts.map +1 -0
- package/internal/utils/env.js +22 -0
- package/internal/utils/env.js.map +1 -0
- package/internal/utils/env.mjs +18 -0
- package/internal/utils/env.mjs.map +1 -0
- package/internal/utils/log.d.mts +37 -0
- package/internal/utils/log.d.mts.map +1 -0
- package/internal/utils/log.d.ts +37 -0
- package/internal/utils/log.d.ts.map +1 -0
- package/internal/utils/log.js +85 -0
- package/internal/utils/log.js.map +1 -0
- package/internal/utils/log.mjs +79 -0
- package/internal/utils/log.mjs.map +1 -0
- package/internal/utils/path.d.mts +15 -0
- package/internal/utils/path.d.mts.map +1 -0
- package/internal/utils/path.d.ts +15 -0
- package/internal/utils/path.d.ts.map +1 -0
- package/internal/utils/path.js +79 -0
- package/internal/utils/path.js.map +1 -0
- package/internal/utils/path.mjs +74 -0
- package/internal/utils/path.mjs.map +1 -0
- package/internal/utils/sleep.d.mts +2 -0
- package/internal/utils/sleep.d.mts.map +1 -0
- package/internal/utils/sleep.d.ts +2 -0
- package/internal/utils/sleep.d.ts.map +1 -0
- package/internal/utils/sleep.js +7 -0
- package/internal/utils/sleep.js.map +1 -0
- package/internal/utils/sleep.mjs +3 -0
- package/internal/utils/sleep.mjs.map +1 -0
- package/internal/utils/uuid.d.mts +5 -0
- package/internal/utils/uuid.d.mts.map +1 -0
- package/internal/utils/uuid.d.ts +5 -0
- package/internal/utils/uuid.d.ts.map +1 -0
- package/internal/utils/uuid.js +19 -0
- package/internal/utils/uuid.js.map +1 -0
- package/internal/utils/uuid.mjs +15 -0
- package/internal/utils/uuid.mjs.map +1 -0
- package/internal/utils/values.d.mts +18 -0
- package/internal/utils/values.d.mts.map +1 -0
- package/internal/utils/values.d.ts +18 -0
- package/internal/utils/values.d.ts.map +1 -0
- package/internal/utils/values.js +112 -0
- package/internal/utils/values.js.map +1 -0
- package/internal/utils/values.mjs +94 -0
- package/internal/utils/values.mjs.map +1 -0
- package/internal/utils.d.mts +7 -0
- package/internal/utils.d.mts.map +1 -0
- package/internal/utils.d.ts +7 -0
- package/internal/utils.d.ts.map +1 -0
- package/internal/utils.js +11 -0
- package/internal/utils.js.map +1 -0
- package/internal/utils.mjs +8 -0
- package/internal/utils.mjs.map +1 -0
- package/package.json +115 -66
- package/pagination.d.mts +2 -0
- package/pagination.d.mts.map +1 -0
- package/pagination.d.ts +1 -34
- package/pagination.d.ts.map +1 -1
- package/pagination.js +3 -71
- package/pagination.js.map +1 -1
- package/pagination.mjs +1 -68
- package/pagination.mjs.map +1 -1
- package/resource.d.mts +2 -0
- package/resource.d.mts.map +1 -0
- package/resource.d.ts +1 -5
- package/resource.d.ts.map +1 -1
- package/resource.js +3 -8
- package/resource.js.map +1 -1
- package/resource.mjs +1 -6
- package/resource.mjs.map +1 -1
- package/resources/addons.d.mts +113 -0
- package/resources/addons.d.mts.map +1 -0
- package/resources/addons.d.ts +11 -12
- package/resources/addons.d.ts.map +1 -1
- package/resources/addons.js +8 -15
- package/resources/addons.js.map +1 -1
- package/resources/addons.mjs +7 -13
- package/resources/addons.mjs.map +1 -1
- package/resources/brands.d.mts +66 -0
- package/resources/brands.d.mts.map +1 -0
- package/resources/brands.d.ts +8 -7
- package/resources/brands.d.ts.map +1 -1
- package/resources/brands.js +5 -4
- package/resources/brands.js.map +1 -1
- package/resources/brands.mjs +5 -4
- package/resources/brands.mjs.map +1 -1
- package/resources/checkout-sessions.d.mts +349 -0
- package/resources/checkout-sessions.d.mts.map +1 -0
- package/resources/checkout-sessions.d.ts +4 -3
- package/resources/checkout-sessions.d.ts.map +1 -1
- package/resources/checkout-sessions.js +1 -1
- package/resources/checkout-sessions.js.map +1 -1
- package/resources/checkout-sessions.mjs +1 -1
- package/resources/checkout-sessions.mjs.map +1 -1
- package/resources/customers/customer-portal.d.mts +17 -0
- package/resources/customers/customer-portal.d.mts.map +1 -0
- package/resources/customers/customer-portal.d.ts +4 -4
- package/resources/customers/customer-portal.d.ts.map +1 -1
- package/resources/customers/customer-portal.js +5 -8
- package/resources/customers/customer-portal.js.map +1 -1
- package/resources/customers/customer-portal.mjs +5 -8
- package/resources/customers/customer-portal.mjs.map +1 -1
- package/resources/customers/customers.d.mts +49 -0
- package/resources/customers/customers.d.mts.map +1 -0
- package/resources/customers/customers.d.ts +10 -11
- package/resources/customers/customers.d.ts.map +1 -1
- package/resources/customers/customers.js +15 -41
- package/resources/customers/customers.js.map +1 -1
- package/resources/customers/customers.mjs +11 -14
- package/resources/customers/customers.mjs.map +1 -1
- package/resources/customers/index.d.mts +4 -0
- package/resources/customers/index.d.mts.map +1 -0
- package/resources/customers/index.d.ts +1 -1
- package/resources/customers/index.d.ts.map +1 -1
- package/resources/customers/index.js +1 -2
- package/resources/customers/index.js.map +1 -1
- package/resources/customers/index.mjs +1 -1
- package/resources/customers/index.mjs.map +1 -1
- package/resources/customers/wallets/index.d.mts +3 -0
- package/resources/customers/wallets/index.d.mts.map +1 -0
- package/resources/customers/wallets/index.d.ts +1 -1
- package/resources/customers/wallets/index.d.ts.map +1 -1
- package/resources/customers/wallets/index.js +1 -2
- package/resources/customers/wallets/index.js.map +1 -1
- package/resources/customers/wallets/index.mjs +1 -1
- package/resources/customers/wallets/index.mjs.map +1 -1
- package/resources/customers/wallets/ledger-entries.d.mts +51 -0
- package/resources/customers/wallets/ledger-entries.d.mts.map +1 -0
- package/resources/customers/wallets/ledger-entries.d.ts +8 -9
- package/resources/customers/wallets/ledger-entries.d.ts.map +1 -1
- package/resources/customers/wallets/ledger-entries.js +8 -16
- package/resources/customers/wallets/ledger-entries.js.map +1 -1
- package/resources/customers/wallets/ledger-entries.mjs +7 -14
- package/resources/customers/wallets/ledger-entries.mjs.map +1 -1
- package/resources/customers/wallets/wallets.d.mts +29 -0
- package/resources/customers/wallets/wallets.d.mts.map +1 -0
- package/resources/customers/wallets/wallets.d.ts +5 -4
- package/resources/customers/wallets/wallets.d.ts.map +1 -1
- package/resources/customers/wallets/wallets.js +6 -29
- package/resources/customers/wallets/wallets.js.map +1 -1
- package/resources/customers/wallets/wallets.mjs +5 -6
- package/resources/customers/wallets/wallets.mjs.map +1 -1
- package/resources/customers/wallets.d.mts +2 -0
- package/resources/customers/wallets.d.mts.map +1 -0
- package/resources/customers/wallets.d.ts.map +1 -1
- package/resources/customers/wallets.js +2 -15
- package/resources/customers/wallets.js.map +1 -1
- package/resources/customers.d.mts +2 -0
- package/resources/customers.d.mts.map +1 -0
- package/resources/customers.d.ts.map +1 -1
- package/resources/customers.js +2 -15
- package/resources/customers.js.map +1 -1
- package/resources/discounts.d.mts +168 -0
- package/resources/discounts.d.mts.map +1 -0
- package/resources/discounts.d.ts +11 -12
- package/resources/discounts.d.ts.map +1 -1
- package/resources/discounts.js +19 -19
- package/resources/discounts.js.map +1 -1
- package/resources/discounts.mjs +18 -17
- package/resources/discounts.mjs.map +1 -1
- package/resources/disputes.d.mts +159 -0
- package/resources/disputes.d.mts.map +1 -0
- package/resources/disputes.d.ts +8 -9
- package/resources/disputes.d.ts.map +1 -1
- package/resources/disputes.js +7 -14
- package/resources/disputes.js.map +1 -1
- package/resources/disputes.mjs +6 -12
- package/resources/disputes.mjs.map +1 -1
- package/resources/index.d.mts +21 -0
- package/resources/index.d.mts.map +1 -0
- package/resources/index.d.ts +14 -14
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +5 -20
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +14 -14
- package/resources/index.mjs.map +1 -1
- package/resources/invoices/index.d.mts +3 -0
- package/resources/invoices/index.d.mts.map +1 -0
- package/resources/invoices/index.d.ts.map +1 -1
- package/resources/invoices/invoices.d.mts +10 -0
- package/resources/invoices/invoices.d.mts.map +1 -0
- package/resources/invoices/invoices.d.ts +1 -1
- package/resources/invoices/invoices.d.ts.map +1 -1
- package/resources/invoices/invoices.js +3 -25
- package/resources/invoices/invoices.js.map +1 -1
- package/resources/invoices/invoices.mjs +1 -1
- package/resources/invoices/payments.d.mts +8 -0
- package/resources/invoices/payments.d.mts.map +1 -0
- package/resources/invoices/payments.d.ts +5 -5
- package/resources/invoices/payments.d.ts.map +1 -1
- package/resources/invoices/payments.js +9 -7
- package/resources/invoices/payments.js.map +1 -1
- package/resources/invoices/payments.mjs +9 -7
- package/resources/invoices/payments.mjs.map +1 -1
- package/resources/invoices.d.mts +2 -0
- package/resources/invoices.d.mts.map +1 -0
- package/resources/invoices.d.ts.map +1 -1
- package/resources/invoices.js +2 -15
- package/resources/invoices.js.map +1 -1
- package/resources/license-key-instances.d.mts +55 -0
- package/resources/license-key-instances.d.mts.map +1 -0
- package/resources/license-key-instances.d.ts +9 -10
- package/resources/license-key-instances.d.ts.map +1 -1
- package/resources/license-key-instances.js +16 -18
- package/resources/license-key-instances.js.map +1 -1
- package/resources/license-key-instances.mjs +15 -16
- package/resources/license-key-instances.mjs.map +1 -1
- package/resources/license-keys.d.mts +122 -0
- package/resources/license-keys.d.mts.map +1 -0
- package/resources/license-keys.d.ts +9 -10
- package/resources/license-keys.d.ts.map +1 -1
- package/resources/license-keys.js +16 -14
- package/resources/license-keys.js.map +1 -1
- package/resources/license-keys.mjs +15 -12
- package/resources/license-keys.mjs.map +1 -1
- package/resources/licenses.d.mts +99 -0
- package/resources/licenses.d.mts.map +1 -0
- package/resources/licenses.d.ts +6 -5
- package/resources/licenses.d.ts.map +1 -1
- package/resources/licenses.js +3 -2
- package/resources/licenses.js.map +1 -1
- package/resources/licenses.mjs +3 -2
- package/resources/licenses.mjs.map +1 -1
- package/resources/meters.d.mts +191 -0
- package/resources/meters.d.mts.map +1 -0
- package/resources/meters.d.ts +11 -12
- package/resources/meters.d.ts.map +1 -1
- package/resources/meters.js +11 -17
- package/resources/meters.js.map +1 -1
- package/resources/meters.mjs +10 -15
- package/resources/meters.mjs.map +1 -1
- package/resources/misc.d.mts +21 -0
- package/resources/misc.d.mts.map +1 -0
- package/resources/misc.d.ts +4 -3
- package/resources/misc.d.ts.map +1 -1
- package/resources/misc.js +1 -1
- package/resources/misc.js.map +1 -1
- package/resources/misc.mjs +1 -1
- package/resources/misc.mjs.map +1 -1
- package/resources/payments.d.mts +420 -0
- package/resources/payments.d.mts.map +1 -0
- package/resources/payments.d.ts +10 -11
- package/resources/payments.d.ts.map +1 -1
- package/resources/payments.js +9 -16
- package/resources/payments.js.map +1 -1
- package/resources/payments.mjs +8 -14
- package/resources/payments.mjs.map +1 -1
- package/resources/payouts.d.mts +76 -0
- package/resources/payouts.d.mts.map +1 -0
- package/resources/payouts.d.ts +6 -8
- package/resources/payouts.d.ts.map +1 -1
- package/resources/payouts.js +4 -12
- package/resources/payouts.js.map +1 -1
- package/resources/payouts.mjs +3 -10
- package/resources/payouts.mjs.map +1 -1
- package/resources/products/images.d.mts +17 -0
- package/resources/products/images.d.mts.map +1 -0
- package/resources/products/images.d.ts +4 -4
- package/resources/products/images.d.ts.map +1 -1
- package/resources/products/images.js +4 -7
- package/resources/products/images.js.map +1 -1
- package/resources/products/images.mjs +4 -7
- package/resources/products/images.mjs.map +1 -1
- package/resources/products/index.d.mts +3 -0
- package/resources/products/index.d.mts.map +1 -0
- package/resources/products/index.d.ts +1 -1
- package/resources/products/index.d.ts.map +1 -1
- package/resources/products/index.js +1 -2
- package/resources/products/index.js.map +1 -1
- package/resources/products/index.mjs +1 -1
- package/resources/products/index.mjs.map +1 -1
- package/resources/products/products.d.mts +535 -0
- package/resources/products/products.d.mts.map +1 -0
- package/resources/products/products.d.ts +13 -14
- package/resources/products/products.d.ts.map +1 -1
- package/resources/products/products.js +16 -44
- package/resources/products/products.js.map +1 -1
- package/resources/products/products.mjs +13 -18
- package/resources/products/products.mjs.map +1 -1
- package/resources/products.d.mts +2 -0
- package/resources/products.d.mts.map +1 -0
- package/resources/products.d.ts.map +1 -1
- package/resources/products.js +2 -15
- package/resources/products.js.map +1 -1
- package/resources/refunds.d.mts +145 -0
- package/resources/refunds.d.mts.map +1 -0
- package/resources/refunds.d.ts +9 -10
- package/resources/refunds.d.ts.map +1 -1
- package/resources/refunds.js +7 -14
- package/resources/refunds.js.map +1 -1
- package/resources/refunds.mjs +6 -12
- package/resources/refunds.mjs.map +1 -1
- package/resources/subscriptions.d.mts +626 -0
- package/resources/subscriptions.d.mts.map +1 -0
- package/resources/subscriptions.d.ts +14 -17
- package/resources/subscriptions.d.ts.map +1 -1
- package/resources/subscriptions.js +61 -32
- package/resources/subscriptions.js.map +1 -1
- package/resources/subscriptions.mjs +60 -29
- package/resources/subscriptions.mjs.map +1 -1
- package/resources/usage-events.d.mts +192 -0
- package/resources/usage-events.d.mts.map +1 -0
- package/resources/usage-events.d.ts +9 -10
- package/resources/usage-events.d.ts.map +1 -1
- package/resources/usage-events.js +42 -14
- package/resources/usage-events.js.map +1 -1
- package/resources/usage-events.mjs +41 -12
- package/resources/usage-events.mjs.map +1 -1
- package/resources/webhook-events.d.mts +52 -0
- package/resources/webhook-events.d.mts.map +1 -0
- package/resources/webhook-events.d.ts +1 -1
- package/resources/webhook-events.d.ts.map +1 -1
- package/resources/webhook-events.js +1 -1
- package/resources/webhook-events.js.map +1 -1
- package/resources/webhook-events.mjs +1 -1
- package/resources/webhooks/headers.d.mts +42 -0
- package/resources/webhooks/headers.d.mts.map +1 -0
- package/resources/webhooks/headers.d.ts +5 -4
- package/resources/webhooks/headers.d.ts.map +1 -1
- package/resources/webhooks/headers.js +8 -6
- package/resources/webhooks/headers.js.map +1 -1
- package/resources/webhooks/headers.mjs +8 -6
- package/resources/webhooks/headers.mjs.map +1 -1
- package/resources/webhooks/index.d.mts +3 -0
- package/resources/webhooks/index.d.mts.map +1 -0
- package/resources/webhooks/index.d.ts +1 -1
- package/resources/webhooks/index.d.ts.map +1 -1
- package/resources/webhooks/index.js +1 -2
- package/resources/webhooks/index.js.map +1 -1
- package/resources/webhooks/index.mjs +1 -1
- package/resources/webhooks/index.mjs.map +1 -1
- package/resources/webhooks/webhooks.d.mts +155 -0
- package/resources/webhooks/webhooks.d.mts.map +1 -0
- package/resources/webhooks/webhooks.d.ts +12 -13
- package/resources/webhooks/webhooks.d.ts.map +1 -1
- package/resources/webhooks/webhooks.js +20 -45
- package/resources/webhooks/webhooks.js.map +1 -1
- package/resources/webhooks/webhooks.mjs +17 -19
- package/resources/webhooks/webhooks.mjs.map +1 -1
- package/resources/webhooks.d.mts +2 -0
- package/resources/webhooks.d.mts.map +1 -0
- package/resources/webhooks.d.ts.map +1 -1
- package/resources/webhooks.js +2 -15
- package/resources/webhooks.js.map +1 -1
- package/resources.d.mts +2 -0
- package/resources.d.mts.map +1 -0
- package/resources.d.ts.map +1 -1
- package/resources.js +2 -15
- package/resources.js.map +1 -1
- package/src/api-promise.ts +2 -0
- package/src/client.ts +1206 -0
- package/src/core/README.md +3 -0
- package/src/core/api-promise.ts +92 -0
- package/src/core/error.ts +130 -0
- package/src/core/pagination.ts +218 -0
- package/src/core/resource.ts +11 -0
- package/src/core/uploads.ts +2 -0
- package/src/error.ts +2 -130
- package/src/index.ts +6 -658
- package/src/internal/README.md +3 -0
- package/src/internal/builtin-types.ts +93 -0
- package/src/internal/detect-platform.ts +196 -0
- package/src/internal/errors.ts +33 -0
- package/src/internal/headers.ts +97 -0
- package/src/internal/parse.ts +50 -0
- package/src/internal/request-options.ts +91 -0
- package/src/internal/shim-types.ts +26 -0
- package/src/internal/shims.ts +107 -0
- package/src/internal/to-file.ts +154 -0
- package/src/internal/types.ts +95 -0
- package/src/internal/uploads.ts +187 -0
- package/src/internal/utils/base64.ts +40 -0
- package/src/internal/utils/bytes.ts +32 -0
- package/src/internal/utils/env.ts +18 -0
- package/src/internal/utils/log.ts +126 -0
- package/src/internal/utils/path.ts +88 -0
- package/src/internal/utils/sleep.ts +3 -0
- package/src/internal/utils/uuid.ts +17 -0
- package/src/internal/utils/values.ts +105 -0
- package/src/internal/utils.ts +8 -0
- package/src/pagination.ts +2 -125
- package/src/resource.ts +2 -11
- package/src/resources/addons.ts +23 -30
- package/src/resources/brands.ts +12 -10
- package/src/resources/checkout-sessions.ts +7 -9
- package/src/resources/customers/customer-portal.ts +11 -22
- package/src/resources/customers/customers.ts +27 -32
- package/src/resources/customers/index.ts +4 -4
- package/src/resources/customers/wallets/index.ts +3 -3
- package/src/resources/customers/wallets/ledger-entries.ts +24 -33
- package/src/resources/customers/wallets/wallets.ts +10 -10
- package/src/resources/customers/wallets.ts +1 -1
- package/src/resources/customers.ts +1 -1
- package/src/resources/discounts.ts +27 -32
- package/src/resources/disputes.ts +19 -25
- package/src/resources/index.ts +42 -42
- package/src/resources/invoices/index.ts +2 -2
- package/src/resources/invoices/invoices.ts +3 -3
- package/src/resources/invoices/payments.ts +11 -9
- package/src/resources/invoices.ts +1 -1
- package/src/resources/license-key-instances.ts +24 -31
- package/src/resources/license-keys.ts +19 -28
- package/src/resources/licenses.ts +9 -13
- package/src/resources/meters.ts +25 -29
- package/src/resources/misc.ts +4 -3
- package/src/resources/payments.ts +26 -32
- package/src/resources/payouts.ts +14 -23
- package/src/resources/products/images.ts +9 -17
- package/src/resources/products/index.ts +3 -3
- package/src/resources/products/products.ts +37 -41
- package/src/resources/products.ts +1 -1
- package/src/resources/refunds.ts +20 -27
- package/src/resources/subscriptions.ts +44 -72
- package/src/resources/usage-events.ts +18 -26
- package/src/resources/webhook-events.ts +6 -6
- package/src/resources/webhooks/headers.ts +10 -7
- package/src/resources/webhooks/index.ts +3 -3
- package/src/resources/webhooks/webhooks.ts +25 -39
- package/src/resources/webhooks.ts +1 -1
- package/src/resources.ts +1 -1
- package/src/tsconfig.json +2 -2
- package/src/uploads.ts +2 -255
- package/src/version.ts +1 -1
- package/uploads.d.mts +2 -0
- package/uploads.d.mts.map +1 -0
- package/uploads.d.ts +1 -74
- package/uploads.d.ts.map +1 -1
- package/uploads.js +3 -168
- package/uploads.js.map +1 -1
- package/uploads.mjs +1 -157
- package/uploads.mjs.map +1 -1
- package/version.d.mts +2 -0
- package/version.d.mts.map +1 -0
- package/version.d.ts +1 -1
- package/version.d.ts.map +1 -1
- package/version.js +1 -1
- package/version.js.map +1 -1
- package/version.mjs +1 -1
- package/version.mjs.map +1 -1
- package/_shims/MultipartBody.d.ts +0 -9
- package/_shims/MultipartBody.d.ts.map +0 -1
- package/_shims/MultipartBody.js +0 -16
- package/_shims/MultipartBody.js.map +0 -1
- package/_shims/MultipartBody.mjs +0 -12
- package/_shims/MultipartBody.mjs.map +0 -1
- package/_shims/README.md +0 -46
- package/_shims/auto/runtime-bun.d.ts +0 -5
- package/_shims/auto/runtime-bun.d.ts.map +0 -1
- package/_shims/auto/runtime-bun.js +0 -21
- package/_shims/auto/runtime-bun.js.map +0 -1
- package/_shims/auto/runtime-bun.mjs +0 -2
- package/_shims/auto/runtime-bun.mjs.map +0 -1
- package/_shims/auto/runtime-node.d.ts +0 -5
- package/_shims/auto/runtime-node.d.ts.map +0 -1
- package/_shims/auto/runtime-node.js +0 -21
- package/_shims/auto/runtime-node.js.map +0 -1
- package/_shims/auto/runtime-node.mjs +0 -2
- package/_shims/auto/runtime-node.mjs.map +0 -1
- package/_shims/auto/runtime.d.ts +0 -5
- package/_shims/auto/runtime.d.ts.map +0 -1
- package/_shims/auto/runtime.js +0 -21
- package/_shims/auto/runtime.js.map +0 -1
- package/_shims/auto/runtime.mjs +0 -2
- package/_shims/auto/runtime.mjs.map +0 -1
- package/_shims/auto/types-node.d.ts +0 -5
- package/_shims/auto/types-node.d.ts.map +0 -1
- package/_shims/auto/types-node.js +0 -21
- package/_shims/auto/types-node.js.map +0 -1
- package/_shims/auto/types-node.mjs +0 -2
- package/_shims/auto/types-node.mjs.map +0 -1
- package/_shims/auto/types.d.ts +0 -101
- package/_shims/auto/types.js +0 -3
- package/_shims/auto/types.mjs +0 -3
- package/_shims/bun-runtime.d.ts +0 -6
- package/_shims/bun-runtime.d.ts.map +0 -1
- package/_shims/bun-runtime.js +0 -14
- package/_shims/bun-runtime.js.map +0 -1
- package/_shims/bun-runtime.mjs +0 -10
- package/_shims/bun-runtime.mjs.map +0 -1
- package/_shims/index.d.ts +0 -83
- package/_shims/index.js +0 -17
- package/_shims/index.mjs +0 -11
- package/_shims/manual-types.d.ts +0 -12
- package/_shims/manual-types.js +0 -3
- package/_shims/manual-types.mjs +0 -3
- package/_shims/node-runtime.d.ts +0 -3
- package/_shims/node-runtime.d.ts.map +0 -1
- package/_shims/node-runtime.js +0 -89
- package/_shims/node-runtime.js.map +0 -1
- package/_shims/node-runtime.mjs +0 -56
- package/_shims/node-runtime.mjs.map +0 -1
- package/_shims/node-types.d.ts +0 -42
- package/_shims/node-types.js +0 -3
- package/_shims/node-types.mjs +0 -3
- package/_shims/registry.d.ts +0 -37
- package/_shims/registry.d.ts.map +0 -1
- package/_shims/registry.js +0 -41
- package/_shims/registry.js.map +0 -1
- package/_shims/registry.mjs +0 -37
- package/_shims/registry.mjs.map +0 -1
- package/_shims/web-runtime.d.ts +0 -5
- package/_shims/web-runtime.d.ts.map +0 -1
- package/_shims/web-runtime.js +0 -78
- package/_shims/web-runtime.js.map +0 -1
- package/_shims/web-runtime.mjs +0 -71
- package/_shims/web-runtime.mjs.map +0 -1
- package/_shims/web-types.d.ts +0 -83
- package/_shims/web-types.js +0 -3
- package/_shims/web-types.mjs +0 -3
- package/core.d.ts +0 -255
- package/core.d.ts.map +0 -1
- package/core.js +0 -924
- package/core.js.map +0 -1
- package/core.mjs +0 -892
- package/core.mjs.map +0 -1
- package/shims/node.d.ts +0 -30
- package/shims/node.d.ts.map +0 -1
- package/shims/node.js +0 -31
- package/shims/node.js.map +0 -1
- package/shims/node.mjs +0 -5
- package/shims/node.mjs.map +0 -1
- package/shims/web.d.ts +0 -26
- package/shims/web.d.ts.map +0 -1
- package/shims/web.js +0 -31
- package/shims/web.js.map +0 -1
- package/shims/web.mjs +0 -5
- package/shims/web.mjs.map +0 -1
- package/src/_shims/MultipartBody.ts +0 -9
- package/src/_shims/README.md +0 -46
- package/src/_shims/auto/runtime-bun.ts +0 -4
- package/src/_shims/auto/runtime-node.ts +0 -4
- package/src/_shims/auto/runtime.ts +0 -4
- package/src/_shims/auto/types-node.ts +0 -4
- package/src/_shims/auto/types.d.ts +0 -101
- package/src/_shims/auto/types.js +0 -3
- package/src/_shims/auto/types.mjs +0 -3
- package/src/_shims/bun-runtime.ts +0 -14
- package/src/_shims/index.d.ts +0 -83
- package/src/_shims/index.js +0 -17
- package/src/_shims/index.mjs +0 -11
- package/src/_shims/manual-types.d.ts +0 -12
- package/src/_shims/manual-types.js +0 -3
- package/src/_shims/manual-types.mjs +0 -3
- package/src/_shims/node-runtime.ts +0 -81
- package/src/_shims/node-types.d.ts +0 -42
- package/src/_shims/node-types.js +0 -3
- package/src/_shims/node-types.mjs +0 -3
- package/src/_shims/registry.ts +0 -67
- package/src/_shims/web-runtime.ts +0 -103
- package/src/_shims/web-types.d.ts +0 -83
- package/src/_shims/web-types.js +0 -3
- package/src/_shims/web-types.mjs +0 -3
- package/src/core.ts +0 -1237
- package/src/shims/node.ts +0 -50
- package/src/shims/web.ts +0 -50
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
|
-
export { CustomerPortal, type CustomerPortalCreateParams } from
|
|
3
|
+
export { CustomerPortal, type CustomerPortalCreateParams } from './customer-portal';
|
|
4
4
|
export {
|
|
5
|
-
CustomersDefaultPageNumberPagination,
|
|
6
5
|
Customers,
|
|
7
6
|
type Customer,
|
|
8
7
|
type CustomerPortalSession,
|
|
9
8
|
type CustomerCreateParams,
|
|
10
9
|
type CustomerUpdateParams,
|
|
11
10
|
type CustomerListParams,
|
|
12
|
-
|
|
13
|
-
|
|
11
|
+
type CustomersDefaultPageNumberPagination,
|
|
12
|
+
} from './customers';
|
|
13
|
+
export { Wallets, type CustomerWallet, type WalletListResponse } from './wallets/index';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
3
|
export {
|
|
4
|
-
CustomerWalletTransactionsDefaultPageNumberPagination,
|
|
5
4
|
LedgerEntries,
|
|
6
5
|
type CustomerWalletTransaction,
|
|
7
6
|
type LedgerEntryCreateParams,
|
|
8
7
|
type LedgerEntryListParams,
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
type CustomerWalletTransactionsDefaultPageNumberPagination,
|
|
9
|
+
} from './ledger-entries';
|
|
10
|
+
export { Wallets, type CustomerWallet, type WalletListResponse } from './wallets';
|
|
@@ -1,47 +1,41 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
|
-
import { APIResource } from
|
|
4
|
-
import
|
|
5
|
-
import * as
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
|
|
3
|
+
import { APIResource } from '../../../core/resource';
|
|
4
|
+
import * as MiscAPI from '../../misc';
|
|
5
|
+
import * as WalletsAPI from './wallets';
|
|
6
|
+
import { APIPromise } from '../../../core/api-promise';
|
|
7
|
+
import {
|
|
8
|
+
DefaultPageNumberPagination,
|
|
9
|
+
type DefaultPageNumberPaginationParams,
|
|
10
|
+
PagePromise,
|
|
11
|
+
} from '../../../core/pagination';
|
|
12
|
+
import { RequestOptions } from '../../../internal/request-options';
|
|
13
|
+
import { path } from '../../../internal/utils/path';
|
|
9
14
|
|
|
10
15
|
export class LedgerEntries extends APIResource {
|
|
11
16
|
create(
|
|
12
|
-
|
|
17
|
+
customerID: string,
|
|
13
18
|
body: LedgerEntryCreateParams,
|
|
14
|
-
options?:
|
|
15
|
-
):
|
|
16
|
-
return this._client.post(`/customers/${
|
|
19
|
+
options?: RequestOptions,
|
|
20
|
+
): APIPromise<WalletsAPI.CustomerWallet> {
|
|
21
|
+
return this._client.post(path`/customers/${customerID}/wallets/ledger-entries`, { body, ...options });
|
|
17
22
|
}
|
|
18
23
|
|
|
19
24
|
list(
|
|
20
|
-
|
|
21
|
-
query
|
|
22
|
-
options?:
|
|
23
|
-
):
|
|
24
|
-
list(
|
|
25
|
-
customerId: string,
|
|
26
|
-
options?: Core.RequestOptions,
|
|
27
|
-
): Core.PagePromise<CustomerWalletTransactionsDefaultPageNumberPagination, CustomerWalletTransaction>;
|
|
28
|
-
list(
|
|
29
|
-
customerId: string,
|
|
30
|
-
query: LedgerEntryListParams | Core.RequestOptions = {},
|
|
31
|
-
options?: Core.RequestOptions,
|
|
32
|
-
): Core.PagePromise<CustomerWalletTransactionsDefaultPageNumberPagination, CustomerWalletTransaction> {
|
|
33
|
-
if (isRequestOptions(query)) {
|
|
34
|
-
return this.list(customerId, {}, query);
|
|
35
|
-
}
|
|
25
|
+
customerID: string,
|
|
26
|
+
query: LedgerEntryListParams | null | undefined = {},
|
|
27
|
+
options?: RequestOptions,
|
|
28
|
+
): PagePromise<CustomerWalletTransactionsDefaultPageNumberPagination, CustomerWalletTransaction> {
|
|
36
29
|
return this._client.getAPIList(
|
|
37
|
-
`/customers/${
|
|
38
|
-
|
|
30
|
+
path`/customers/${customerID}/wallets/ledger-entries`,
|
|
31
|
+
DefaultPageNumberPagination<CustomerWalletTransaction>,
|
|
39
32
|
{ query, ...options },
|
|
40
33
|
);
|
|
41
34
|
}
|
|
42
35
|
}
|
|
43
36
|
|
|
44
|
-
export
|
|
37
|
+
export type CustomerWalletTransactionsDefaultPageNumberPagination =
|
|
38
|
+
DefaultPageNumberPagination<CustomerWalletTransaction>;
|
|
45
39
|
|
|
46
40
|
export interface CustomerWalletTransaction {
|
|
47
41
|
id: string;
|
|
@@ -104,13 +98,10 @@ export interface LedgerEntryListParams extends DefaultPageNumberPaginationParams
|
|
|
104
98
|
currency?: MiscAPI.Currency;
|
|
105
99
|
}
|
|
106
100
|
|
|
107
|
-
LedgerEntries.CustomerWalletTransactionsDefaultPageNumberPagination =
|
|
108
|
-
CustomerWalletTransactionsDefaultPageNumberPagination;
|
|
109
|
-
|
|
110
101
|
export declare namespace LedgerEntries {
|
|
111
102
|
export {
|
|
112
103
|
type CustomerWalletTransaction as CustomerWalletTransaction,
|
|
113
|
-
CustomerWalletTransactionsDefaultPageNumberPagination as CustomerWalletTransactionsDefaultPageNumberPagination,
|
|
104
|
+
type CustomerWalletTransactionsDefaultPageNumberPagination as CustomerWalletTransactionsDefaultPageNumberPagination,
|
|
114
105
|
type LedgerEntryCreateParams as LedgerEntryCreateParams,
|
|
115
106
|
type LedgerEntryListParams as LedgerEntryListParams,
|
|
116
107
|
};
|
|
@@ -1,22 +1,24 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
|
-
import { APIResource } from
|
|
4
|
-
import * as
|
|
5
|
-
import * as
|
|
6
|
-
import * as LedgerEntriesAPI from "./ledger-entries.js";
|
|
3
|
+
import { APIResource } from '../../../core/resource';
|
|
4
|
+
import * as MiscAPI from '../../misc';
|
|
5
|
+
import * as LedgerEntriesAPI from './ledger-entries';
|
|
7
6
|
import {
|
|
8
7
|
CustomerWalletTransaction,
|
|
9
8
|
CustomerWalletTransactionsDefaultPageNumberPagination,
|
|
10
9
|
LedgerEntries,
|
|
11
10
|
LedgerEntryCreateParams,
|
|
12
11
|
LedgerEntryListParams,
|
|
13
|
-
} from
|
|
12
|
+
} from './ledger-entries';
|
|
13
|
+
import { APIPromise } from '../../../core/api-promise';
|
|
14
|
+
import { RequestOptions } from '../../../internal/request-options';
|
|
15
|
+
import { path } from '../../../internal/utils/path';
|
|
14
16
|
|
|
15
17
|
export class Wallets extends APIResource {
|
|
16
18
|
ledgerEntries: LedgerEntriesAPI.LedgerEntries = new LedgerEntriesAPI.LedgerEntries(this._client);
|
|
17
19
|
|
|
18
|
-
list(
|
|
19
|
-
return this._client.get(`/customers/${
|
|
20
|
+
list(customerID: string, options?: RequestOptions): APIPromise<WalletListResponse> {
|
|
21
|
+
return this._client.get(path`/customers/${customerID}/wallets`, options);
|
|
20
22
|
}
|
|
21
23
|
}
|
|
22
24
|
|
|
@@ -42,8 +44,6 @@ export interface WalletListResponse {
|
|
|
42
44
|
}
|
|
43
45
|
|
|
44
46
|
Wallets.LedgerEntries = LedgerEntries;
|
|
45
|
-
Wallets.CustomerWalletTransactionsDefaultPageNumberPagination =
|
|
46
|
-
CustomerWalletTransactionsDefaultPageNumberPagination;
|
|
47
47
|
|
|
48
48
|
export declare namespace Wallets {
|
|
49
49
|
export { type CustomerWallet as CustomerWallet, type WalletListResponse as WalletListResponse };
|
|
@@ -51,7 +51,7 @@ export declare namespace Wallets {
|
|
|
51
51
|
export {
|
|
52
52
|
LedgerEntries as LedgerEntries,
|
|
53
53
|
type CustomerWalletTransaction as CustomerWalletTransaction,
|
|
54
|
-
CustomerWalletTransactionsDefaultPageNumberPagination as CustomerWalletTransactionsDefaultPageNumberPagination,
|
|
54
|
+
type CustomerWalletTransactionsDefaultPageNumberPagination as CustomerWalletTransactionsDefaultPageNumberPagination,
|
|
55
55
|
type LedgerEntryCreateParams as LedgerEntryCreateParams,
|
|
56
56
|
type LedgerEntryListParams as LedgerEntryListParams,
|
|
57
57
|
};
|
|
@@ -1,67 +1,64 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
|
-
import { APIResource } from
|
|
4
|
-
import {
|
|
5
|
-
import
|
|
6
|
-
|
|
3
|
+
import { APIResource } from '../core/resource';
|
|
4
|
+
import { APIPromise } from '../core/api-promise';
|
|
5
|
+
import {
|
|
6
|
+
DefaultPageNumberPagination,
|
|
7
|
+
type DefaultPageNumberPaginationParams,
|
|
8
|
+
PagePromise,
|
|
9
|
+
} from '../core/pagination';
|
|
10
|
+
import { buildHeaders } from '../internal/headers';
|
|
11
|
+
import { RequestOptions } from '../internal/request-options';
|
|
12
|
+
import { path } from '../internal/utils/path';
|
|
7
13
|
|
|
8
14
|
export class Discounts extends APIResource {
|
|
9
15
|
/**
|
|
10
16
|
* POST /discounts If `code` is omitted or empty, a random 16-char uppercase code
|
|
11
17
|
* is generated.
|
|
12
18
|
*/
|
|
13
|
-
create(body: DiscountCreateParams, options?:
|
|
19
|
+
create(body: DiscountCreateParams, options?: RequestOptions): APIPromise<Discount> {
|
|
14
20
|
return this._client.post('/discounts', { body, ...options });
|
|
15
21
|
}
|
|
16
22
|
|
|
17
23
|
/**
|
|
18
24
|
* GET /discounts/{discount_id}
|
|
19
25
|
*/
|
|
20
|
-
retrieve(
|
|
21
|
-
return this._client.get(`/discounts/${
|
|
26
|
+
retrieve(discountID: string, options?: RequestOptions): APIPromise<Discount> {
|
|
27
|
+
return this._client.get(path`/discounts/${discountID}`, options);
|
|
22
28
|
}
|
|
23
29
|
|
|
24
30
|
/**
|
|
25
31
|
* PATCH /discounts/{discount_id}
|
|
26
32
|
*/
|
|
27
|
-
update(
|
|
28
|
-
|
|
29
|
-
body: DiscountUpdateParams,
|
|
30
|
-
options?: Core.RequestOptions,
|
|
31
|
-
): Core.APIPromise<Discount> {
|
|
32
|
-
return this._client.patch(`/discounts/${discountId}`, { body, ...options });
|
|
33
|
+
update(discountID: string, body: DiscountUpdateParams, options?: RequestOptions): APIPromise<Discount> {
|
|
34
|
+
return this._client.patch(path`/discounts/${discountID}`, { body, ...options });
|
|
33
35
|
}
|
|
34
36
|
|
|
35
37
|
/**
|
|
36
38
|
* GET /discounts
|
|
37
39
|
*/
|
|
38
40
|
list(
|
|
39
|
-
query
|
|
40
|
-
options?:
|
|
41
|
-
):
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
): Core.PagePromise<DiscountsDefaultPageNumberPagination, Discount> {
|
|
47
|
-
if (isRequestOptions(query)) {
|
|
48
|
-
return this.list({}, query);
|
|
49
|
-
}
|
|
50
|
-
return this._client.getAPIList('/discounts', DiscountsDefaultPageNumberPagination, { query, ...options });
|
|
41
|
+
query: DiscountListParams | null | undefined = {},
|
|
42
|
+
options?: RequestOptions,
|
|
43
|
+
): PagePromise<DiscountsDefaultPageNumberPagination, Discount> {
|
|
44
|
+
return this._client.getAPIList('/discounts', DefaultPageNumberPagination<Discount>, {
|
|
45
|
+
query,
|
|
46
|
+
...options,
|
|
47
|
+
});
|
|
51
48
|
}
|
|
52
49
|
|
|
53
50
|
/**
|
|
54
51
|
* DELETE /discounts/{discount_id}
|
|
55
52
|
*/
|
|
56
|
-
delete(
|
|
57
|
-
return this._client.delete(`/discounts/${
|
|
53
|
+
delete(discountID: string, options?: RequestOptions): APIPromise<void> {
|
|
54
|
+
return this._client.delete(path`/discounts/${discountID}`, {
|
|
58
55
|
...options,
|
|
59
|
-
headers: { Accept: '*/*',
|
|
56
|
+
headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
|
|
60
57
|
});
|
|
61
58
|
}
|
|
62
59
|
}
|
|
63
60
|
|
|
64
|
-
export
|
|
61
|
+
export type DiscountsDefaultPageNumberPagination = DefaultPageNumberPagination<Discount>;
|
|
65
62
|
|
|
66
63
|
export interface Discount {
|
|
67
64
|
/**
|
|
@@ -228,13 +225,11 @@ export interface DiscountUpdateParams {
|
|
|
228
225
|
|
|
229
226
|
export interface DiscountListParams extends DefaultPageNumberPaginationParams {}
|
|
230
227
|
|
|
231
|
-
Discounts.DiscountsDefaultPageNumberPagination = DiscountsDefaultPageNumberPagination;
|
|
232
|
-
|
|
233
228
|
export declare namespace Discounts {
|
|
234
229
|
export {
|
|
235
230
|
type Discount as Discount,
|
|
236
231
|
type DiscountType as DiscountType,
|
|
237
|
-
DiscountsDefaultPageNumberPagination as DiscountsDefaultPageNumberPagination,
|
|
232
|
+
type DiscountsDefaultPageNumberPagination as DiscountsDefaultPageNumberPagination,
|
|
238
233
|
type DiscountCreateParams as DiscountCreateParams,
|
|
239
234
|
type DiscountUpdateParams as DiscountUpdateParams,
|
|
240
235
|
type DiscountListParams as DiscountListParams,
|
|
@@ -1,38 +1,34 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
|
-
import { APIResource } from
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
|
|
3
|
+
import { APIResource } from '../core/resource';
|
|
4
|
+
import * as PaymentsAPI from './payments';
|
|
5
|
+
import { APIPromise } from '../core/api-promise';
|
|
6
|
+
import {
|
|
7
|
+
DefaultPageNumberPagination,
|
|
8
|
+
type DefaultPageNumberPaginationParams,
|
|
9
|
+
PagePromise,
|
|
10
|
+
} from '../core/pagination';
|
|
11
|
+
import { RequestOptions } from '../internal/request-options';
|
|
12
|
+
import { path } from '../internal/utils/path';
|
|
8
13
|
|
|
9
14
|
export class Disputes extends APIResource {
|
|
10
|
-
retrieve(
|
|
11
|
-
return this._client.get(`/disputes/${
|
|
15
|
+
retrieve(disputeID: string, options?: RequestOptions): APIPromise<GetDispute> {
|
|
16
|
+
return this._client.get(path`/disputes/${disputeID}`, options);
|
|
12
17
|
}
|
|
13
18
|
|
|
14
19
|
list(
|
|
15
|
-
query
|
|
16
|
-
options?:
|
|
17
|
-
):
|
|
18
|
-
|
|
19
|
-
options?: Core.RequestOptions,
|
|
20
|
-
): Core.PagePromise<DisputeListResponsesDefaultPageNumberPagination, DisputeListResponse>;
|
|
21
|
-
list(
|
|
22
|
-
query: DisputeListParams | Core.RequestOptions = {},
|
|
23
|
-
options?: Core.RequestOptions,
|
|
24
|
-
): Core.PagePromise<DisputeListResponsesDefaultPageNumberPagination, DisputeListResponse> {
|
|
25
|
-
if (isRequestOptions(query)) {
|
|
26
|
-
return this.list({}, query);
|
|
27
|
-
}
|
|
28
|
-
return this._client.getAPIList('/disputes', DisputeListResponsesDefaultPageNumberPagination, {
|
|
20
|
+
query: DisputeListParams | null | undefined = {},
|
|
21
|
+
options?: RequestOptions,
|
|
22
|
+
): PagePromise<DisputeListResponsesDefaultPageNumberPagination, DisputeListResponse> {
|
|
23
|
+
return this._client.getAPIList('/disputes', DefaultPageNumberPagination<DisputeListResponse>, {
|
|
29
24
|
query,
|
|
30
25
|
...options,
|
|
31
26
|
});
|
|
32
27
|
}
|
|
33
28
|
}
|
|
34
29
|
|
|
35
|
-
export
|
|
30
|
+
export type DisputeListResponsesDefaultPageNumberPagination =
|
|
31
|
+
DefaultPageNumberPagination<DisputeListResponse>;
|
|
36
32
|
|
|
37
33
|
export interface Dispute {
|
|
38
34
|
/**
|
|
@@ -228,8 +224,6 @@ export interface DisputeListParams extends DefaultPageNumberPaginationParams {
|
|
|
228
224
|
| 'dispute_lost';
|
|
229
225
|
}
|
|
230
226
|
|
|
231
|
-
Disputes.DisputeListResponsesDefaultPageNumberPagination = DisputeListResponsesDefaultPageNumberPagination;
|
|
232
|
-
|
|
233
227
|
export declare namespace Disputes {
|
|
234
228
|
export {
|
|
235
229
|
type Dispute as Dispute,
|
|
@@ -237,7 +231,7 @@ export declare namespace Disputes {
|
|
|
237
231
|
type DisputeStatus as DisputeStatus,
|
|
238
232
|
type GetDispute as GetDispute,
|
|
239
233
|
type DisputeListResponse as DisputeListResponse,
|
|
240
|
-
DisputeListResponsesDefaultPageNumberPagination as DisputeListResponsesDefaultPageNumberPagination,
|
|
234
|
+
type DisputeListResponsesDefaultPageNumberPagination as DisputeListResponsesDefaultPageNumberPagination,
|
|
241
235
|
type DisputeListParams as DisputeListParams,
|
|
242
236
|
};
|
|
243
237
|
}
|
package/src/resources/index.ts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
3
|
export {
|
|
4
|
-
AddonResponsesDefaultPageNumberPagination,
|
|
5
4
|
Addons,
|
|
6
5
|
type AddonResponse,
|
|
7
6
|
type AddonUpdateImagesResponse,
|
|
8
7
|
type AddonCreateParams,
|
|
9
8
|
type AddonUpdateParams,
|
|
10
9
|
type AddonListParams,
|
|
11
|
-
|
|
10
|
+
type AddonResponsesDefaultPageNumberPagination,
|
|
11
|
+
} from './addons';
|
|
12
12
|
export {
|
|
13
13
|
Brands,
|
|
14
14
|
type Brand,
|
|
@@ -16,33 +16,32 @@ export {
|
|
|
16
16
|
type BrandUpdateImagesResponse,
|
|
17
17
|
type BrandCreateParams,
|
|
18
18
|
type BrandUpdateParams,
|
|
19
|
-
} from
|
|
19
|
+
} from './brands';
|
|
20
20
|
export {
|
|
21
21
|
CheckoutSessions,
|
|
22
22
|
type CheckoutSessionRequest,
|
|
23
23
|
type CheckoutSessionResponse,
|
|
24
24
|
type CheckoutSessionCreateParams,
|
|
25
|
-
} from
|
|
25
|
+
} from './checkout-sessions';
|
|
26
26
|
export {
|
|
27
|
-
CustomersDefaultPageNumberPagination,
|
|
28
27
|
Customers,
|
|
29
28
|
type Customer,
|
|
30
29
|
type CustomerPortalSession,
|
|
31
30
|
type CustomerCreateParams,
|
|
32
31
|
type CustomerUpdateParams,
|
|
33
32
|
type CustomerListParams,
|
|
34
|
-
|
|
33
|
+
type CustomersDefaultPageNumberPagination,
|
|
34
|
+
} from './customers/customers';
|
|
35
35
|
export {
|
|
36
|
-
DiscountsDefaultPageNumberPagination,
|
|
37
36
|
Discounts,
|
|
38
37
|
type Discount,
|
|
39
38
|
type DiscountType,
|
|
40
39
|
type DiscountCreateParams,
|
|
41
40
|
type DiscountUpdateParams,
|
|
42
41
|
type DiscountListParams,
|
|
43
|
-
|
|
42
|
+
type DiscountsDefaultPageNumberPagination,
|
|
43
|
+
} from './discounts';
|
|
44
44
|
export {
|
|
45
|
-
DisputeListResponsesDefaultPageNumberPagination,
|
|
46
45
|
Disputes,
|
|
47
46
|
type Dispute,
|
|
48
47
|
type DisputeStage,
|
|
@@ -50,32 +49,24 @@ export {
|
|
|
50
49
|
type GetDispute,
|
|
51
50
|
type DisputeListResponse,
|
|
52
51
|
type DisputeListParams,
|
|
53
|
-
|
|
52
|
+
type DisputeListResponsesDefaultPageNumberPagination,
|
|
53
|
+
} from './disputes';
|
|
54
|
+
export { Invoices } from './invoices/invoices';
|
|
54
55
|
export {
|
|
55
|
-
EventsDefaultPageNumberPagination,
|
|
56
|
-
UsageEvents,
|
|
57
|
-
type Event,
|
|
58
|
-
type EventInput,
|
|
59
|
-
type UsageEventIngestResponse,
|
|
60
|
-
type UsageEventListParams,
|
|
61
|
-
type UsageEventIngestParams,
|
|
62
|
-
} from "./usage-events.js";
|
|
63
|
-
export { Invoices } from "./invoices/invoices.js";
|
|
64
|
-
export {
|
|
65
|
-
LicenseKeyInstancesDefaultPageNumberPagination,
|
|
66
56
|
LicenseKeyInstances,
|
|
67
57
|
type LicenseKeyInstance,
|
|
68
58
|
type LicenseKeyInstanceUpdateParams,
|
|
69
59
|
type LicenseKeyInstanceListParams,
|
|
70
|
-
|
|
60
|
+
type LicenseKeyInstancesDefaultPageNumberPagination,
|
|
61
|
+
} from './license-key-instances';
|
|
71
62
|
export {
|
|
72
|
-
LicenseKeysDefaultPageNumberPagination,
|
|
73
63
|
LicenseKeys,
|
|
74
64
|
type LicenseKey,
|
|
75
65
|
type LicenseKeyStatus,
|
|
76
66
|
type LicenseKeyUpdateParams,
|
|
77
67
|
type LicenseKeyListParams,
|
|
78
|
-
|
|
68
|
+
type LicenseKeysDefaultPageNumberPagination,
|
|
69
|
+
} from './license-keys';
|
|
79
70
|
export {
|
|
80
71
|
Licenses,
|
|
81
72
|
type LicenseActivateResponse,
|
|
@@ -83,25 +74,24 @@ export {
|
|
|
83
74
|
type LicenseActivateParams,
|
|
84
75
|
type LicenseDeactivateParams,
|
|
85
76
|
type LicenseValidateParams,
|
|
86
|
-
} from
|
|
77
|
+
} from './licenses';
|
|
87
78
|
export {
|
|
88
|
-
MetersDefaultPageNumberPagination,
|
|
89
79
|
Meters,
|
|
90
80
|
type Meter,
|
|
91
81
|
type MeterAggregation,
|
|
92
82
|
type MeterFilter,
|
|
93
83
|
type MeterCreateParams,
|
|
94
84
|
type MeterListParams,
|
|
95
|
-
|
|
85
|
+
type MetersDefaultPageNumberPagination,
|
|
86
|
+
} from './meters';
|
|
96
87
|
export {
|
|
97
88
|
Misc,
|
|
98
89
|
type CountryCode,
|
|
99
90
|
type Currency,
|
|
100
91
|
type TaxCategory,
|
|
101
92
|
type MiscListSupportedCountriesResponse,
|
|
102
|
-
} from
|
|
93
|
+
} from './misc';
|
|
103
94
|
export {
|
|
104
|
-
PaymentListResponsesDefaultPageNumberPagination,
|
|
105
95
|
Payments,
|
|
106
96
|
type AttachExistingCustomer,
|
|
107
97
|
type BillingAddress,
|
|
@@ -118,15 +108,15 @@ export {
|
|
|
118
108
|
type PaymentRetrieveLineItemsResponse,
|
|
119
109
|
type PaymentCreateParams,
|
|
120
110
|
type PaymentListParams,
|
|
121
|
-
|
|
111
|
+
type PaymentListResponsesDefaultPageNumberPagination,
|
|
112
|
+
} from './payments';
|
|
122
113
|
export {
|
|
123
|
-
PayoutListResponsesDefaultPageNumberPagination,
|
|
124
114
|
Payouts,
|
|
125
115
|
type PayoutListResponse,
|
|
126
116
|
type PayoutListParams,
|
|
127
|
-
|
|
117
|
+
type PayoutListResponsesDefaultPageNumberPagination,
|
|
118
|
+
} from './payouts';
|
|
128
119
|
export {
|
|
129
|
-
ProductListResponsesDefaultPageNumberPagination,
|
|
130
120
|
Products,
|
|
131
121
|
type AddMeterToPrice,
|
|
132
122
|
type LicenseKeyDuration,
|
|
@@ -138,19 +128,18 @@ export {
|
|
|
138
128
|
type ProductUpdateParams,
|
|
139
129
|
type ProductListParams,
|
|
140
130
|
type ProductUpdateFilesParams,
|
|
141
|
-
|
|
131
|
+
type ProductListResponsesDefaultPageNumberPagination,
|
|
132
|
+
} from './products/products';
|
|
142
133
|
export {
|
|
143
|
-
RefundListResponsesDefaultPageNumberPagination,
|
|
144
134
|
Refunds,
|
|
145
135
|
type Refund,
|
|
146
136
|
type RefundStatus,
|
|
147
137
|
type RefundListResponse,
|
|
148
138
|
type RefundCreateParams,
|
|
149
139
|
type RefundListParams,
|
|
150
|
-
|
|
140
|
+
type RefundListResponsesDefaultPageNumberPagination,
|
|
141
|
+
} from './refunds';
|
|
151
142
|
export {
|
|
152
|
-
SubscriptionListResponsesDefaultPageNumberPagination,
|
|
153
|
-
SubscriptionRetrieveUsageHistoryResponsesDefaultPageNumberPagination,
|
|
154
143
|
Subscriptions,
|
|
155
144
|
type AddonCartResponseItem,
|
|
156
145
|
type AttachAddon,
|
|
@@ -168,14 +157,25 @@ export {
|
|
|
168
157
|
type SubscriptionChangePlanParams,
|
|
169
158
|
type SubscriptionChargeParams,
|
|
170
159
|
type SubscriptionRetrieveUsageHistoryParams,
|
|
171
|
-
|
|
160
|
+
type SubscriptionListResponsesDefaultPageNumberPagination,
|
|
161
|
+
type SubscriptionRetrieveUsageHistoryResponsesDefaultPageNumberPagination,
|
|
162
|
+
} from './subscriptions';
|
|
163
|
+
export {
|
|
164
|
+
UsageEvents,
|
|
165
|
+
type Event,
|
|
166
|
+
type EventInput,
|
|
167
|
+
type UsageEventIngestResponse,
|
|
168
|
+
type UsageEventListParams,
|
|
169
|
+
type UsageEventIngestParams,
|
|
170
|
+
type EventsDefaultPageNumberPagination,
|
|
171
|
+
} from './usage-events';
|
|
172
|
+
export { WebhookEvents, type WebhookEventType, type WebhookPayload } from './webhook-events';
|
|
172
173
|
export {
|
|
173
|
-
WebhookDetailsCursorPagePagination,
|
|
174
174
|
Webhooks,
|
|
175
175
|
type WebhookDetails,
|
|
176
176
|
type WebhookRetrieveSecretResponse,
|
|
177
177
|
type WebhookCreateParams,
|
|
178
178
|
type WebhookUpdateParams,
|
|
179
179
|
type WebhookListParams,
|
|
180
|
-
|
|
181
|
-
|
|
180
|
+
type WebhookDetailsCursorPagePagination,
|
|
181
|
+
} from './webhooks/webhooks';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
|
-
import { APIResource } from
|
|
4
|
-
import * as PaymentsAPI from
|
|
5
|
-
import { Payments } from
|
|
3
|
+
import { APIResource } from '../../core/resource';
|
|
4
|
+
import * as PaymentsAPI from './payments';
|
|
5
|
+
import { Payments } from './payments';
|
|
6
6
|
|
|
7
7
|
export class Invoices extends APIResource {
|
|
8
8
|
payments: PaymentsAPI.Payments = new PaymentsAPI.Payments(this._client);
|
|
@@ -1,22 +1,24 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
|
-
import { APIResource } from
|
|
4
|
-
import
|
|
5
|
-
import {
|
|
3
|
+
import { APIResource } from '../../core/resource';
|
|
4
|
+
import { APIPromise } from '../../core/api-promise';
|
|
5
|
+
import { buildHeaders } from '../../internal/headers';
|
|
6
|
+
import { RequestOptions } from '../../internal/request-options';
|
|
7
|
+
import { path } from '../../internal/utils/path';
|
|
6
8
|
|
|
7
9
|
export class Payments extends APIResource {
|
|
8
|
-
retrieve(
|
|
9
|
-
return this._client.get(`/invoices/payments/${
|
|
10
|
+
retrieve(paymentID: string, options?: RequestOptions): APIPromise<Response> {
|
|
11
|
+
return this._client.get(path`/invoices/payments/${paymentID}`, {
|
|
10
12
|
...options,
|
|
11
|
-
headers: { Accept: 'application/pdf',
|
|
13
|
+
headers: buildHeaders([{ Accept: 'application/pdf' }, options?.headers]),
|
|
12
14
|
__binaryResponse: true,
|
|
13
15
|
});
|
|
14
16
|
}
|
|
15
17
|
|
|
16
|
-
retrieveRefund(
|
|
17
|
-
return this._client.get(`/invoices/refunds/${
|
|
18
|
+
retrieveRefund(refundID: string, options?: RequestOptions): APIPromise<Response> {
|
|
19
|
+
return this._client.get(path`/invoices/refunds/${refundID}`, {
|
|
18
20
|
...options,
|
|
19
|
-
headers: { Accept: 'application/pdf',
|
|
21
|
+
headers: buildHeaders([{ Accept: 'application/pdf' }, options?.headers]),
|
|
20
22
|
__binaryResponse: true,
|
|
21
23
|
});
|
|
22
24
|
}
|