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
|
@@ -0,0 +1,535 @@
|
|
|
1
|
+
import { APIResource } from "../../core/resource.mjs";
|
|
2
|
+
import * as ProductsAPI from "./products.mjs";
|
|
3
|
+
import * as MiscAPI from "../misc.mjs";
|
|
4
|
+
import * as SubscriptionsAPI from "../subscriptions.mjs";
|
|
5
|
+
import * as ImagesAPI from "./images.mjs";
|
|
6
|
+
import { ImageUpdateParams, ImageUpdateResponse, Images } from "./images.mjs";
|
|
7
|
+
import { APIPromise } from "../../core/api-promise.mjs";
|
|
8
|
+
import { DefaultPageNumberPagination, type DefaultPageNumberPaginationParams, PagePromise } from "../../core/pagination.mjs";
|
|
9
|
+
import { RequestOptions } from "../../internal/request-options.mjs";
|
|
10
|
+
export declare class Products extends APIResource {
|
|
11
|
+
images: ImagesAPI.Images;
|
|
12
|
+
create(body: ProductCreateParams, options?: RequestOptions): APIPromise<Product>;
|
|
13
|
+
retrieve(id: string, options?: RequestOptions): APIPromise<Product>;
|
|
14
|
+
update(id: string, body: ProductUpdateParams, options?: RequestOptions): APIPromise<void>;
|
|
15
|
+
list(query?: ProductListParams | null | undefined, options?: RequestOptions): PagePromise<ProductListResponsesDefaultPageNumberPagination, ProductListResponse>;
|
|
16
|
+
archive(id: string, options?: RequestOptions): APIPromise<void>;
|
|
17
|
+
unarchive(id: string, options?: RequestOptions): APIPromise<void>;
|
|
18
|
+
updateFiles(id: string, body: ProductUpdateFilesParams, options?: RequestOptions): APIPromise<ProductUpdateFilesResponse>;
|
|
19
|
+
}
|
|
20
|
+
export type ProductListResponsesDefaultPageNumberPagination = DefaultPageNumberPagination<ProductListResponse>;
|
|
21
|
+
export interface AddMeterToPrice {
|
|
22
|
+
meter_id: string;
|
|
23
|
+
/**
|
|
24
|
+
* The price per unit in lowest denomination. Must be greater than zero. Supports
|
|
25
|
+
* up to 5 digits before decimal point and 12 decimal places.
|
|
26
|
+
*/
|
|
27
|
+
price_per_unit: string;
|
|
28
|
+
/**
|
|
29
|
+
* Meter description. Will ignored on Request, but will be shown in response
|
|
30
|
+
*/
|
|
31
|
+
description?: string | null;
|
|
32
|
+
free_threshold?: number | null;
|
|
33
|
+
/**
|
|
34
|
+
* Meter measurement unit. Will ignored on Request, but will be shown in response
|
|
35
|
+
*/
|
|
36
|
+
measurement_unit?: string | null;
|
|
37
|
+
/**
|
|
38
|
+
* Meter name. Will ignored on Request, but will be shown in response
|
|
39
|
+
*/
|
|
40
|
+
name?: string | null;
|
|
41
|
+
}
|
|
42
|
+
export interface LicenseKeyDuration {
|
|
43
|
+
count: number;
|
|
44
|
+
interval: SubscriptionsAPI.TimeInterval;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* One-time price details.
|
|
48
|
+
*/
|
|
49
|
+
export type Price = Price.OneTimePrice | Price.RecurringPrice | Price.UsageBasedPrice;
|
|
50
|
+
export declare namespace Price {
|
|
51
|
+
/**
|
|
52
|
+
* One-time price details.
|
|
53
|
+
*/
|
|
54
|
+
interface OneTimePrice {
|
|
55
|
+
/**
|
|
56
|
+
* The currency in which the payment is made.
|
|
57
|
+
*/
|
|
58
|
+
currency: MiscAPI.Currency;
|
|
59
|
+
/**
|
|
60
|
+
* Discount applied to the price, represented as a percentage (0 to 100).
|
|
61
|
+
*/
|
|
62
|
+
discount: number;
|
|
63
|
+
/**
|
|
64
|
+
* The payment amount, in the smallest denomination of the currency (e.g., cents
|
|
65
|
+
* for USD). For example, to charge $1.00, pass `100`.
|
|
66
|
+
*
|
|
67
|
+
* If [`pay_what_you_want`](Self::pay_what_you_want) is set to `true`, this field
|
|
68
|
+
* represents the **minimum** amount the customer must pay.
|
|
69
|
+
*/
|
|
70
|
+
price: number;
|
|
71
|
+
/**
|
|
72
|
+
* Indicates if purchasing power parity adjustments are applied to the price.
|
|
73
|
+
* Purchasing power parity feature is not available as of now.
|
|
74
|
+
*/
|
|
75
|
+
purchasing_power_parity: boolean;
|
|
76
|
+
type: 'one_time_price';
|
|
77
|
+
/**
|
|
78
|
+
* Indicates whether the customer can pay any amount they choose. If set to `true`,
|
|
79
|
+
* the [`price`](Self::price) field is the minimum amount.
|
|
80
|
+
*/
|
|
81
|
+
pay_what_you_want?: boolean;
|
|
82
|
+
/**
|
|
83
|
+
* A suggested price for the user to pay. This value is only considered if
|
|
84
|
+
* [`pay_what_you_want`](Self::pay_what_you_want) is `true`. Otherwise, it is
|
|
85
|
+
* ignored.
|
|
86
|
+
*/
|
|
87
|
+
suggested_price?: number | null;
|
|
88
|
+
/**
|
|
89
|
+
* Indicates if the price is tax inclusive.
|
|
90
|
+
*/
|
|
91
|
+
tax_inclusive?: boolean | null;
|
|
92
|
+
}
|
|
93
|
+
/**
|
|
94
|
+
* Recurring price details.
|
|
95
|
+
*/
|
|
96
|
+
interface RecurringPrice {
|
|
97
|
+
/**
|
|
98
|
+
* The currency in which the payment is made.
|
|
99
|
+
*/
|
|
100
|
+
currency: MiscAPI.Currency;
|
|
101
|
+
/**
|
|
102
|
+
* Discount applied to the price, represented as a percentage (0 to 100).
|
|
103
|
+
*/
|
|
104
|
+
discount: number;
|
|
105
|
+
/**
|
|
106
|
+
* Number of units for the payment frequency. For example, a value of `1` with a
|
|
107
|
+
* `payment_frequency_interval` of `month` represents monthly payments.
|
|
108
|
+
*/
|
|
109
|
+
payment_frequency_count: number;
|
|
110
|
+
/**
|
|
111
|
+
* The time interval for the payment frequency (e.g., day, month, year).
|
|
112
|
+
*/
|
|
113
|
+
payment_frequency_interval: SubscriptionsAPI.TimeInterval;
|
|
114
|
+
/**
|
|
115
|
+
* The payment amount. Represented in the lowest denomination of the currency
|
|
116
|
+
* (e.g., cents for USD). For example, to charge $1.00, pass `100`.
|
|
117
|
+
*/
|
|
118
|
+
price: number;
|
|
119
|
+
/**
|
|
120
|
+
* Indicates if purchasing power parity adjustments are applied to the price.
|
|
121
|
+
* Purchasing power parity feature is not available as of now
|
|
122
|
+
*/
|
|
123
|
+
purchasing_power_parity: boolean;
|
|
124
|
+
/**
|
|
125
|
+
* Number of units for the subscription period. For example, a value of `12` with a
|
|
126
|
+
* `subscription_period_interval` of `month` represents a one-year subscription.
|
|
127
|
+
*/
|
|
128
|
+
subscription_period_count: number;
|
|
129
|
+
/**
|
|
130
|
+
* The time interval for the subscription period (e.g., day, month, year).
|
|
131
|
+
*/
|
|
132
|
+
subscription_period_interval: SubscriptionsAPI.TimeInterval;
|
|
133
|
+
type: 'recurring_price';
|
|
134
|
+
/**
|
|
135
|
+
* Indicates if the price is tax inclusive
|
|
136
|
+
*/
|
|
137
|
+
tax_inclusive?: boolean | null;
|
|
138
|
+
/**
|
|
139
|
+
* Number of days for the trial period. A value of `0` indicates no trial period.
|
|
140
|
+
*/
|
|
141
|
+
trial_period_days?: number;
|
|
142
|
+
}
|
|
143
|
+
/**
|
|
144
|
+
* Usage Based price details.
|
|
145
|
+
*/
|
|
146
|
+
interface UsageBasedPrice {
|
|
147
|
+
/**
|
|
148
|
+
* The currency in which the payment is made.
|
|
149
|
+
*/
|
|
150
|
+
currency: MiscAPI.Currency;
|
|
151
|
+
/**
|
|
152
|
+
* Discount applied to the price, represented as a percentage (0 to 100).
|
|
153
|
+
*/
|
|
154
|
+
discount: number;
|
|
155
|
+
/**
|
|
156
|
+
* The fixed payment amount. Represented in the lowest denomination of the currency
|
|
157
|
+
* (e.g., cents for USD). For example, to charge $1.00, pass `100`.
|
|
158
|
+
*/
|
|
159
|
+
fixed_price: number;
|
|
160
|
+
/**
|
|
161
|
+
* Number of units for the payment frequency. For example, a value of `1` with a
|
|
162
|
+
* `payment_frequency_interval` of `month` represents monthly payments.
|
|
163
|
+
*/
|
|
164
|
+
payment_frequency_count: number;
|
|
165
|
+
/**
|
|
166
|
+
* The time interval for the payment frequency (e.g., day, month, year).
|
|
167
|
+
*/
|
|
168
|
+
payment_frequency_interval: SubscriptionsAPI.TimeInterval;
|
|
169
|
+
/**
|
|
170
|
+
* Indicates if purchasing power parity adjustments are applied to the price.
|
|
171
|
+
* Purchasing power parity feature is not available as of now
|
|
172
|
+
*/
|
|
173
|
+
purchasing_power_parity: boolean;
|
|
174
|
+
/**
|
|
175
|
+
* Number of units for the subscription period. For example, a value of `12` with a
|
|
176
|
+
* `subscription_period_interval` of `month` represents a one-year subscription.
|
|
177
|
+
*/
|
|
178
|
+
subscription_period_count: number;
|
|
179
|
+
/**
|
|
180
|
+
* The time interval for the subscription period (e.g., day, month, year).
|
|
181
|
+
*/
|
|
182
|
+
subscription_period_interval: SubscriptionsAPI.TimeInterval;
|
|
183
|
+
type: 'usage_based_price';
|
|
184
|
+
meters?: Array<ProductsAPI.AddMeterToPrice> | null;
|
|
185
|
+
/**
|
|
186
|
+
* Indicates if the price is tax inclusive
|
|
187
|
+
*/
|
|
188
|
+
tax_inclusive?: boolean | null;
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
export interface Product {
|
|
192
|
+
brand_id: string;
|
|
193
|
+
/**
|
|
194
|
+
* Unique identifier for the business to which the product belongs.
|
|
195
|
+
*/
|
|
196
|
+
business_id: string;
|
|
197
|
+
/**
|
|
198
|
+
* Timestamp when the product was created.
|
|
199
|
+
*/
|
|
200
|
+
created_at: string;
|
|
201
|
+
/**
|
|
202
|
+
* Indicates if the product is recurring (e.g., subscriptions).
|
|
203
|
+
*/
|
|
204
|
+
is_recurring: boolean;
|
|
205
|
+
/**
|
|
206
|
+
* Indicates whether the product requires a license key.
|
|
207
|
+
*/
|
|
208
|
+
license_key_enabled: boolean;
|
|
209
|
+
/**
|
|
210
|
+
* Additional custom data associated with the product
|
|
211
|
+
*/
|
|
212
|
+
metadata: {
|
|
213
|
+
[key: string]: string;
|
|
214
|
+
};
|
|
215
|
+
/**
|
|
216
|
+
* Pricing information for the product.
|
|
217
|
+
*/
|
|
218
|
+
price: Price;
|
|
219
|
+
/**
|
|
220
|
+
* Unique identifier for the product.
|
|
221
|
+
*/
|
|
222
|
+
product_id: string;
|
|
223
|
+
/**
|
|
224
|
+
* Tax category associated with the product.
|
|
225
|
+
*/
|
|
226
|
+
tax_category: MiscAPI.TaxCategory;
|
|
227
|
+
/**
|
|
228
|
+
* Timestamp when the product was last updated.
|
|
229
|
+
*/
|
|
230
|
+
updated_at: string;
|
|
231
|
+
/**
|
|
232
|
+
* Available Addons for subscription products
|
|
233
|
+
*/
|
|
234
|
+
addons?: Array<string> | null;
|
|
235
|
+
/**
|
|
236
|
+
* Description of the product, optional.
|
|
237
|
+
*/
|
|
238
|
+
description?: string | null;
|
|
239
|
+
digital_product_delivery?: Product.DigitalProductDelivery | null;
|
|
240
|
+
/**
|
|
241
|
+
* URL of the product image, optional.
|
|
242
|
+
*/
|
|
243
|
+
image?: string | null;
|
|
244
|
+
/**
|
|
245
|
+
* Message sent upon license key activation, if applicable.
|
|
246
|
+
*/
|
|
247
|
+
license_key_activation_message?: string | null;
|
|
248
|
+
/**
|
|
249
|
+
* Limit on the number of activations for the license key, if enabled.
|
|
250
|
+
*/
|
|
251
|
+
license_key_activations_limit?: number | null;
|
|
252
|
+
/**
|
|
253
|
+
* Duration of the license key validity, if enabled.
|
|
254
|
+
*/
|
|
255
|
+
license_key_duration?: LicenseKeyDuration | null;
|
|
256
|
+
/**
|
|
257
|
+
* Name of the product, optional.
|
|
258
|
+
*/
|
|
259
|
+
name?: string | null;
|
|
260
|
+
}
|
|
261
|
+
export declare namespace Product {
|
|
262
|
+
interface DigitalProductDelivery {
|
|
263
|
+
/**
|
|
264
|
+
* External URL to digital product
|
|
265
|
+
*/
|
|
266
|
+
external_url?: string | null;
|
|
267
|
+
/**
|
|
268
|
+
* Uploaded files ids of digital product
|
|
269
|
+
*/
|
|
270
|
+
files?: Array<DigitalProductDelivery.File> | null;
|
|
271
|
+
/**
|
|
272
|
+
* Instructions to download and use the digital product
|
|
273
|
+
*/
|
|
274
|
+
instructions?: string | null;
|
|
275
|
+
}
|
|
276
|
+
namespace DigitalProductDelivery {
|
|
277
|
+
interface File {
|
|
278
|
+
file_id: string;
|
|
279
|
+
file_name: string;
|
|
280
|
+
url: string;
|
|
281
|
+
}
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
export interface ProductListResponse {
|
|
285
|
+
/**
|
|
286
|
+
* Unique identifier for the business to which the product belongs.
|
|
287
|
+
*/
|
|
288
|
+
business_id: string;
|
|
289
|
+
/**
|
|
290
|
+
* Timestamp when the product was created.
|
|
291
|
+
*/
|
|
292
|
+
created_at: string;
|
|
293
|
+
/**
|
|
294
|
+
* Indicates if the product is recurring (e.g., subscriptions).
|
|
295
|
+
*/
|
|
296
|
+
is_recurring: boolean;
|
|
297
|
+
/**
|
|
298
|
+
* Additional custom data associated with the product
|
|
299
|
+
*/
|
|
300
|
+
metadata: {
|
|
301
|
+
[key: string]: string;
|
|
302
|
+
};
|
|
303
|
+
/**
|
|
304
|
+
* Unique identifier for the product.
|
|
305
|
+
*/
|
|
306
|
+
product_id: string;
|
|
307
|
+
/**
|
|
308
|
+
* Tax category associated with the product.
|
|
309
|
+
*/
|
|
310
|
+
tax_category: MiscAPI.TaxCategory;
|
|
311
|
+
/**
|
|
312
|
+
* Timestamp when the product was last updated.
|
|
313
|
+
*/
|
|
314
|
+
updated_at: string;
|
|
315
|
+
/**
|
|
316
|
+
* Currency of the price
|
|
317
|
+
*/
|
|
318
|
+
currency?: MiscAPI.Currency | null;
|
|
319
|
+
/**
|
|
320
|
+
* Description of the product, optional.
|
|
321
|
+
*/
|
|
322
|
+
description?: string | null;
|
|
323
|
+
/**
|
|
324
|
+
* URL of the product image, optional.
|
|
325
|
+
*/
|
|
326
|
+
image?: string | null;
|
|
327
|
+
/**
|
|
328
|
+
* Name of the product, optional.
|
|
329
|
+
*/
|
|
330
|
+
name?: string | null;
|
|
331
|
+
/**
|
|
332
|
+
* Price of the product, optional.
|
|
333
|
+
*
|
|
334
|
+
* The price is represented in the lowest denomination of the currency. For
|
|
335
|
+
* example:
|
|
336
|
+
*
|
|
337
|
+
* - In USD, a price of `$12.34` would be represented as `1234` (cents).
|
|
338
|
+
* - In JPY, a price of `¥1500` would be represented as `1500` (yen).
|
|
339
|
+
* - In INR, a price of `₹1234.56` would be represented as `123456` (paise).
|
|
340
|
+
*
|
|
341
|
+
* This ensures precision and avoids floating-point rounding errors.
|
|
342
|
+
*/
|
|
343
|
+
price?: number | null;
|
|
344
|
+
/**
|
|
345
|
+
* Details of the price
|
|
346
|
+
*/
|
|
347
|
+
price_detail?: Price | null;
|
|
348
|
+
/**
|
|
349
|
+
* Indicates if the price is tax inclusive
|
|
350
|
+
*/
|
|
351
|
+
tax_inclusive?: boolean | null;
|
|
352
|
+
}
|
|
353
|
+
export interface ProductUpdateFilesResponse {
|
|
354
|
+
file_id: string;
|
|
355
|
+
url: string;
|
|
356
|
+
}
|
|
357
|
+
export interface ProductCreateParams {
|
|
358
|
+
/**
|
|
359
|
+
* Price configuration for the product
|
|
360
|
+
*/
|
|
361
|
+
price: Price;
|
|
362
|
+
/**
|
|
363
|
+
* Tax category applied to this product
|
|
364
|
+
*/
|
|
365
|
+
tax_category: MiscAPI.TaxCategory;
|
|
366
|
+
/**
|
|
367
|
+
* Addons available for subscription product
|
|
368
|
+
*/
|
|
369
|
+
addons?: Array<string> | null;
|
|
370
|
+
/**
|
|
371
|
+
* Brand id for the product, if not provided will default to primary brand
|
|
372
|
+
*/
|
|
373
|
+
brand_id?: string | null;
|
|
374
|
+
/**
|
|
375
|
+
* Optional description of the product
|
|
376
|
+
*/
|
|
377
|
+
description?: string | null;
|
|
378
|
+
/**
|
|
379
|
+
* Choose how you would like you digital product delivered
|
|
380
|
+
*/
|
|
381
|
+
digital_product_delivery?: ProductCreateParams.DigitalProductDelivery | null;
|
|
382
|
+
/**
|
|
383
|
+
* Optional message displayed during license key activation
|
|
384
|
+
*/
|
|
385
|
+
license_key_activation_message?: string | null;
|
|
386
|
+
/**
|
|
387
|
+
* The number of times the license key can be activated. Must be 0 or greater
|
|
388
|
+
*/
|
|
389
|
+
license_key_activations_limit?: number | null;
|
|
390
|
+
/**
|
|
391
|
+
* Duration configuration for the license key. Set to null if you don't want the
|
|
392
|
+
* license key to expire. For subscriptions, the lifetime of the license key is
|
|
393
|
+
* tied to the subscription period
|
|
394
|
+
*/
|
|
395
|
+
license_key_duration?: LicenseKeyDuration | null;
|
|
396
|
+
/**
|
|
397
|
+
* When true, generates and sends a license key to your customer. Defaults to false
|
|
398
|
+
*/
|
|
399
|
+
license_key_enabled?: boolean | null;
|
|
400
|
+
/**
|
|
401
|
+
* Additional metadata for the product
|
|
402
|
+
*/
|
|
403
|
+
metadata?: {
|
|
404
|
+
[key: string]: string;
|
|
405
|
+
};
|
|
406
|
+
/**
|
|
407
|
+
* Optional name of the product
|
|
408
|
+
*/
|
|
409
|
+
name?: string | null;
|
|
410
|
+
}
|
|
411
|
+
export declare namespace ProductCreateParams {
|
|
412
|
+
/**
|
|
413
|
+
* Choose how you would like you digital product delivered
|
|
414
|
+
*/
|
|
415
|
+
interface DigitalProductDelivery {
|
|
416
|
+
/**
|
|
417
|
+
* External URL to digital product
|
|
418
|
+
*/
|
|
419
|
+
external_url?: string | null;
|
|
420
|
+
/**
|
|
421
|
+
* Instructions to download and use the digital product
|
|
422
|
+
*/
|
|
423
|
+
instructions?: string | null;
|
|
424
|
+
}
|
|
425
|
+
}
|
|
426
|
+
export interface ProductUpdateParams {
|
|
427
|
+
/**
|
|
428
|
+
* Available Addons for subscription products
|
|
429
|
+
*/
|
|
430
|
+
addons?: Array<string> | null;
|
|
431
|
+
brand_id?: string | null;
|
|
432
|
+
/**
|
|
433
|
+
* Description of the product, optional and must be at most 1000 characters.
|
|
434
|
+
*/
|
|
435
|
+
description?: string | null;
|
|
436
|
+
/**
|
|
437
|
+
* Choose how you would like you digital product delivered
|
|
438
|
+
*/
|
|
439
|
+
digital_product_delivery?: ProductUpdateParams.DigitalProductDelivery | null;
|
|
440
|
+
/**
|
|
441
|
+
* Product image id after its uploaded to S3
|
|
442
|
+
*/
|
|
443
|
+
image_id?: string | null;
|
|
444
|
+
/**
|
|
445
|
+
* Message sent to the customer upon license key activation.
|
|
446
|
+
*
|
|
447
|
+
* Only applicable if `license_key_enabled` is `true`. This message contains
|
|
448
|
+
* instructions for activating the license key.
|
|
449
|
+
*/
|
|
450
|
+
license_key_activation_message?: string | null;
|
|
451
|
+
/**
|
|
452
|
+
* Limit for the number of activations for the license key.
|
|
453
|
+
*
|
|
454
|
+
* Only applicable if `license_key_enabled` is `true`. Represents the maximum
|
|
455
|
+
* number of times the license key can be activated.
|
|
456
|
+
*/
|
|
457
|
+
license_key_activations_limit?: number | null;
|
|
458
|
+
/**
|
|
459
|
+
* Duration of the license key if enabled.
|
|
460
|
+
*
|
|
461
|
+
* Only applicable if `license_key_enabled` is `true`. Represents the duration in
|
|
462
|
+
* days for which the license key is valid.
|
|
463
|
+
*/
|
|
464
|
+
license_key_duration?: LicenseKeyDuration | null;
|
|
465
|
+
/**
|
|
466
|
+
* Whether the product requires a license key.
|
|
467
|
+
*
|
|
468
|
+
* If `true`, additional fields related to license key (duration, activations
|
|
469
|
+
* limit, activation message) become applicable.
|
|
470
|
+
*/
|
|
471
|
+
license_key_enabled?: boolean | null;
|
|
472
|
+
/**
|
|
473
|
+
* Additional metadata for the product
|
|
474
|
+
*/
|
|
475
|
+
metadata?: {
|
|
476
|
+
[key: string]: string;
|
|
477
|
+
} | null;
|
|
478
|
+
/**
|
|
479
|
+
* Name of the product, optional and must be at most 100 characters.
|
|
480
|
+
*/
|
|
481
|
+
name?: string | null;
|
|
482
|
+
/**
|
|
483
|
+
* Price details of the product.
|
|
484
|
+
*/
|
|
485
|
+
price?: Price | null;
|
|
486
|
+
/**
|
|
487
|
+
* Tax category of the product.
|
|
488
|
+
*/
|
|
489
|
+
tax_category?: MiscAPI.TaxCategory | null;
|
|
490
|
+
}
|
|
491
|
+
export declare namespace ProductUpdateParams {
|
|
492
|
+
/**
|
|
493
|
+
* Choose how you would like you digital product delivered
|
|
494
|
+
*/
|
|
495
|
+
interface DigitalProductDelivery {
|
|
496
|
+
/**
|
|
497
|
+
* External URL to digital product
|
|
498
|
+
*/
|
|
499
|
+
external_url?: string | null;
|
|
500
|
+
/**
|
|
501
|
+
* Uploaded files ids of digital product
|
|
502
|
+
*/
|
|
503
|
+
files?: Array<string> | null;
|
|
504
|
+
/**
|
|
505
|
+
* Instructions to download and use the digital product
|
|
506
|
+
*/
|
|
507
|
+
instructions?: string | null;
|
|
508
|
+
}
|
|
509
|
+
}
|
|
510
|
+
export interface ProductListParams extends DefaultPageNumberPaginationParams {
|
|
511
|
+
/**
|
|
512
|
+
* List archived products
|
|
513
|
+
*/
|
|
514
|
+
archived?: boolean;
|
|
515
|
+
/**
|
|
516
|
+
* filter by Brand id
|
|
517
|
+
*/
|
|
518
|
+
brand_id?: string;
|
|
519
|
+
/**
|
|
520
|
+
* Filter products by pricing type:
|
|
521
|
+
*
|
|
522
|
+
* - `true`: Show only recurring pricing products (e.g. subscriptions)
|
|
523
|
+
* - `false`: Show only one-time price products
|
|
524
|
+
* - `null` or absent: Show both types of products
|
|
525
|
+
*/
|
|
526
|
+
recurring?: boolean;
|
|
527
|
+
}
|
|
528
|
+
export interface ProductUpdateFilesParams {
|
|
529
|
+
file_name: string;
|
|
530
|
+
}
|
|
531
|
+
export declare namespace Products {
|
|
532
|
+
export { type AddMeterToPrice as AddMeterToPrice, type LicenseKeyDuration as LicenseKeyDuration, type Price as Price, type Product as Product, type ProductListResponse as ProductListResponse, type ProductUpdateFilesResponse as ProductUpdateFilesResponse, type ProductListResponsesDefaultPageNumberPagination as ProductListResponsesDefaultPageNumberPagination, type ProductCreateParams as ProductCreateParams, type ProductUpdateParams as ProductUpdateParams, type ProductListParams as ProductListParams, type ProductUpdateFilesParams as ProductUpdateFilesParams, };
|
|
533
|
+
export { Images as Images, type ImageUpdateResponse as ImageUpdateResponse, type ImageUpdateParams as ImageUpdateParams, };
|
|
534
|
+
}
|
|
535
|
+
//# sourceMappingURL=products.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"products.d.mts","sourceRoot":"","sources":["../../src/resources/products/products.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,24 +1,23 @@
|
|
|
1
|
-
import { APIResource } from "../../resource.js";
|
|
2
|
-
import * as Core from "../../core.js";
|
|
1
|
+
import { APIResource } from "../../core/resource.js";
|
|
3
2
|
import * as ProductsAPI from "./products.js";
|
|
4
3
|
import * as MiscAPI from "../misc.js";
|
|
5
4
|
import * as SubscriptionsAPI from "../subscriptions.js";
|
|
6
5
|
import * as ImagesAPI from "./images.js";
|
|
7
6
|
import { ImageUpdateParams, ImageUpdateResponse, Images } from "./images.js";
|
|
8
|
-
import {
|
|
7
|
+
import { APIPromise } from "../../core/api-promise.js";
|
|
8
|
+
import { DefaultPageNumberPagination, type DefaultPageNumberPaginationParams, PagePromise } from "../../core/pagination.js";
|
|
9
|
+
import { RequestOptions } from "../../internal/request-options.js";
|
|
9
10
|
export declare class Products extends APIResource {
|
|
10
11
|
images: ImagesAPI.Images;
|
|
11
|
-
create(body: ProductCreateParams, options?:
|
|
12
|
-
retrieve(id: string, options?:
|
|
13
|
-
update(id: string, body: ProductUpdateParams, options?:
|
|
14
|
-
list(query?: ProductListParams, options?:
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
updateFiles(id: string, body: ProductUpdateFilesParams, options?: Core.RequestOptions): Core.APIPromise<ProductUpdateFilesResponse>;
|
|
19
|
-
}
|
|
20
|
-
export declare class ProductListResponsesDefaultPageNumberPagination extends DefaultPageNumberPagination<ProductListResponse> {
|
|
12
|
+
create(body: ProductCreateParams, options?: RequestOptions): APIPromise<Product>;
|
|
13
|
+
retrieve(id: string, options?: RequestOptions): APIPromise<Product>;
|
|
14
|
+
update(id: string, body: ProductUpdateParams, options?: RequestOptions): APIPromise<void>;
|
|
15
|
+
list(query?: ProductListParams | null | undefined, options?: RequestOptions): PagePromise<ProductListResponsesDefaultPageNumberPagination, ProductListResponse>;
|
|
16
|
+
archive(id: string, options?: RequestOptions): APIPromise<void>;
|
|
17
|
+
unarchive(id: string, options?: RequestOptions): APIPromise<void>;
|
|
18
|
+
updateFiles(id: string, body: ProductUpdateFilesParams, options?: RequestOptions): APIPromise<ProductUpdateFilesResponse>;
|
|
21
19
|
}
|
|
20
|
+
export type ProductListResponsesDefaultPageNumberPagination = DefaultPageNumberPagination<ProductListResponse>;
|
|
22
21
|
export interface AddMeterToPrice {
|
|
23
22
|
meter_id: string;
|
|
24
23
|
/**
|
|
@@ -530,7 +529,7 @@ export interface ProductUpdateFilesParams {
|
|
|
530
529
|
file_name: string;
|
|
531
530
|
}
|
|
532
531
|
export declare namespace Products {
|
|
533
|
-
export { type AddMeterToPrice as AddMeterToPrice, type LicenseKeyDuration as LicenseKeyDuration, type Price as Price, type Product as Product, type ProductListResponse as ProductListResponse, type ProductUpdateFilesResponse as ProductUpdateFilesResponse, ProductListResponsesDefaultPageNumberPagination as ProductListResponsesDefaultPageNumberPagination, type ProductCreateParams as ProductCreateParams, type ProductUpdateParams as ProductUpdateParams, type ProductListParams as ProductListParams, type ProductUpdateFilesParams as ProductUpdateFilesParams, };
|
|
532
|
+
export { type AddMeterToPrice as AddMeterToPrice, type LicenseKeyDuration as LicenseKeyDuration, type Price as Price, type Product as Product, type ProductListResponse as ProductListResponse, type ProductUpdateFilesResponse as ProductUpdateFilesResponse, type ProductListResponsesDefaultPageNumberPagination as ProductListResponsesDefaultPageNumberPagination, type ProductCreateParams as ProductCreateParams, type ProductUpdateParams as ProductUpdateParams, type ProductListParams as ProductListParams, type ProductUpdateFilesParams as ProductUpdateFilesParams, };
|
|
534
533
|
export { Images as Images, type ImageUpdateResponse as ImageUpdateResponse, type ImageUpdateParams as ImageUpdateParams, };
|
|
535
534
|
}
|
|
536
535
|
//# sourceMappingURL=products.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"products.d.ts","sourceRoot":"","sources":["../../src/resources/products/products.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"products.d.ts","sourceRoot":"","sources":["../../src/resources/products/products.ts"],"names":[],"mappings":"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"}
|