@stigg/typescript 0.1.0-beta.10 → 0.1.0-beta.13
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 +24 -0
- package/client.d.mts +0 -3
- package/client.d.mts.map +1 -1
- package/client.d.ts +0 -3
- package/client.d.ts.map +1 -1
- package/client.js +0 -3
- package/client.js.map +1 -1
- package/client.mjs +0 -3
- package/client.mjs.map +1 -1
- package/package.json +1 -1
- package/resources/index.d.mts +0 -1
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +0 -1
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +1 -3
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +0 -1
- package/resources/index.mjs.map +1 -1
- package/resources/v1/addons/addons.d.mts +226 -193
- package/resources/v1/addons/addons.d.mts.map +1 -1
- package/resources/v1/addons/addons.d.ts +226 -193
- package/resources/v1/addons/addons.d.ts.map +1 -1
- package/resources/v1/addons/addons.js +60 -4
- package/resources/v1/addons/addons.js.map +1 -1
- package/resources/v1/addons/addons.mjs +60 -4
- package/resources/v1/addons/addons.mjs.map +1 -1
- package/resources/v1/addons/entitlements.d.mts +31 -0
- package/resources/v1/addons/entitlements.d.mts.map +1 -1
- package/resources/v1/addons/entitlements.d.ts +31 -0
- package/resources/v1/addons/entitlements.d.ts.map +1 -1
- package/resources/v1/addons/entitlements.js +31 -0
- package/resources/v1/addons/entitlements.js.map +1 -1
- package/resources/v1/addons/entitlements.mjs +31 -0
- package/resources/v1/addons/entitlements.mjs.map +1 -1
- package/resources/v1/addons/index.d.mts +1 -1
- package/resources/v1/addons/index.d.mts.map +1 -1
- package/resources/v1/addons/index.d.ts +1 -1
- package/resources/v1/addons/index.d.ts.map +1 -1
- package/resources/v1/coupons.d.mts +36 -0
- package/resources/v1/coupons.d.mts.map +1 -1
- package/resources/v1/coupons.d.ts +36 -0
- package/resources/v1/coupons.d.ts.map +1 -1
- package/resources/v1/coupons.js +36 -0
- package/resources/v1/coupons.js.map +1 -1
- package/resources/v1/coupons.mjs +36 -0
- package/resources/v1/coupons.mjs.map +1 -1
- package/resources/v1/credits/credits.d.mts +25 -0
- package/resources/v1/credits/credits.d.mts.map +1 -1
- package/resources/v1/credits/credits.d.ts +25 -0
- package/resources/v1/credits/credits.d.ts.map +1 -1
- package/resources/v1/credits/credits.js +25 -0
- package/resources/v1/credits/credits.js.map +1 -1
- package/resources/v1/credits/credits.mjs +25 -0
- package/resources/v1/credits/credits.mjs.map +1 -1
- package/resources/v1/credits/custom-currencies.d.mts +49 -0
- package/resources/v1/credits/custom-currencies.d.mts.map +1 -1
- package/resources/v1/credits/custom-currencies.d.ts +49 -0
- package/resources/v1/credits/custom-currencies.d.ts.map +1 -1
- package/resources/v1/credits/custom-currencies.js +49 -0
- package/resources/v1/credits/custom-currencies.js.map +1 -1
- package/resources/v1/credits/custom-currencies.mjs +49 -0
- package/resources/v1/credits/custom-currencies.mjs.map +1 -1
- package/resources/v1/credits/grants.d.mts +28 -0
- package/resources/v1/credits/grants.d.mts.map +1 -1
- package/resources/v1/credits/grants.d.ts +28 -0
- package/resources/v1/credits/grants.d.ts.map +1 -1
- package/resources/v1/credits/grants.js +28 -0
- package/resources/v1/credits/grants.js.map +1 -1
- package/resources/v1/credits/grants.mjs +28 -0
- package/resources/v1/credits/grants.mjs.map +1 -1
- package/resources/v1/customers/customers.d.mts +82 -5
- package/resources/v1/customers/customers.d.mts.map +1 -1
- package/resources/v1/customers/customers.d.ts +82 -5
- package/resources/v1/customers/customers.d.ts.map +1 -1
- package/resources/v1/customers/customers.js +77 -0
- package/resources/v1/customers/customers.js.map +1 -1
- package/resources/v1/customers/customers.mjs +77 -0
- package/resources/v1/customers/customers.mjs.map +1 -1
- package/resources/v1/customers/integrations.d.mts +50 -3
- package/resources/v1/customers/integrations.d.mts.map +1 -1
- package/resources/v1/customers/integrations.d.ts +50 -3
- package/resources/v1/customers/integrations.d.ts.map +1 -1
- package/resources/v1/customers/integrations.js +47 -0
- package/resources/v1/customers/integrations.js.map +1 -1
- package/resources/v1/customers/integrations.mjs +47 -0
- package/resources/v1/customers/integrations.mjs.map +1 -1
- package/resources/v1/customers/payment-method.d.mts +17 -1
- package/resources/v1/customers/payment-method.d.mts.map +1 -1
- package/resources/v1/customers/payment-method.d.ts +17 -1
- package/resources/v1/customers/payment-method.d.ts.map +1 -1
- package/resources/v1/customers/payment-method.js +16 -0
- package/resources/v1/customers/payment-method.js.map +1 -1
- package/resources/v1/customers/payment-method.mjs +16 -0
- package/resources/v1/customers/payment-method.mjs.map +1 -1
- package/resources/v1/customers/promotional-entitlements.d.mts +51 -0
- package/resources/v1/customers/promotional-entitlements.d.mts.map +1 -1
- package/resources/v1/customers/promotional-entitlements.d.ts +51 -0
- package/resources/v1/customers/promotional-entitlements.d.ts.map +1 -1
- package/resources/v1/customers/promotional-entitlements.js +51 -0
- package/resources/v1/customers/promotional-entitlements.js.map +1 -1
- package/resources/v1/customers/promotional-entitlements.mjs +51 -0
- package/resources/v1/customers/promotional-entitlements.mjs.map +1 -1
- package/resources/{v1-beta/v1-beta.d.mts → v1/events/beta/beta.d.mts} +4 -4
- package/resources/v1/events/beta/beta.d.mts.map +1 -0
- package/resources/{v1-beta/v1-beta.d.ts → v1/events/beta/beta.d.ts} +4 -4
- package/resources/v1/events/beta/beta.d.ts.map +1 -0
- package/resources/{v1-beta/v1-beta.js → v1/events/beta/beta.js} +8 -8
- package/resources/v1/events/beta/beta.js.map +1 -0
- package/resources/{v1-beta/v1-beta.mjs → v1/events/beta/beta.mjs} +5 -5
- package/resources/v1/events/beta/beta.mjs.map +1 -0
- package/resources/{v1-beta → v1/events/beta}/customers/assignments.d.mts +24 -21
- package/resources/v1/events/beta/customers/assignments.d.mts.map +1 -0
- package/resources/{v1-beta → v1/events/beta}/customers/assignments.d.ts +24 -21
- package/resources/v1/events/beta/customers/assignments.d.ts.map +1 -0
- package/resources/{v1-beta → v1/events/beta}/customers/assignments.js +23 -20
- package/resources/v1/events/beta/customers/assignments.js.map +1 -0
- package/resources/{v1-beta → v1/events/beta}/customers/assignments.mjs +23 -20
- package/resources/v1/events/beta/customers/assignments.mjs.map +1 -0
- package/resources/{v1-beta → v1/events/beta}/customers/customers.d.mts +3 -3
- package/resources/v1/events/beta/customers/customers.d.mts.map +1 -0
- package/resources/{v1-beta → v1/events/beta}/customers/customers.d.ts +3 -3
- package/resources/v1/events/beta/customers/customers.d.ts.map +1 -0
- package/resources/{v1-beta → v1/events/beta}/customers/customers.js +2 -2
- package/resources/v1/events/beta/customers/customers.js.map +1 -0
- package/resources/{v1-beta → v1/events/beta}/customers/customers.mjs +1 -1
- package/resources/v1/events/beta/customers/customers.mjs.map +1 -0
- package/resources/{v1-beta → v1/events/beta}/customers/entities.d.mts +82 -62
- package/resources/v1/events/beta/customers/entities.d.mts.map +1 -0
- package/resources/{v1-beta → v1/events/beta}/customers/entities.d.ts +82 -62
- package/resources/v1/events/beta/customers/entities.d.ts.map +1 -0
- package/resources/{v1-beta → v1/events/beta}/customers/entities.js +38 -29
- package/resources/v1/events/beta/customers/entities.js.map +1 -0
- package/resources/{v1-beta → v1/events/beta}/customers/entities.mjs +38 -29
- package/resources/v1/events/beta/customers/entities.mjs.map +1 -0
- package/resources/{v1-beta → v1/events/beta}/customers/entitlements.d.mts +6 -4
- package/resources/v1/events/beta/customers/entitlements.d.mts.map +1 -0
- package/resources/{v1-beta → v1/events/beta}/customers/entitlements.d.ts +6 -4
- package/resources/v1/events/beta/customers/entitlements.d.ts.map +1 -0
- package/resources/{v1-beta → v1/events/beta}/customers/entitlements.js +5 -3
- package/resources/v1/events/beta/customers/entitlements.js.map +1 -0
- package/resources/{v1-beta → v1/events/beta}/customers/entitlements.mjs +5 -3
- package/resources/v1/events/beta/customers/entitlements.mjs.map +1 -0
- package/resources/v1/events/beta/customers/index.d.mts +5 -0
- package/resources/v1/events/beta/customers/index.d.mts.map +1 -0
- package/resources/v1/events/beta/customers/index.d.ts +5 -0
- package/resources/v1/events/beta/customers/index.d.ts.map +1 -0
- package/resources/v1/events/beta/customers/index.js.map +1 -0
- package/resources/v1/events/beta/customers/index.mjs.map +1 -0
- package/resources/v1/events/beta/customers.d.mts.map +1 -0
- package/resources/v1/events/beta/customers.d.ts.map +1 -0
- package/resources/{v1-beta → v1/events/beta}/customers.js +1 -1
- package/resources/v1/events/beta/customers.js.map +1 -0
- package/resources/v1/events/beta/customers.mjs.map +1 -0
- package/resources/{v1-beta → v1/events/beta}/entity-types.d.mts +20 -19
- package/resources/v1/events/beta/entity-types.d.mts.map +1 -0
- package/resources/{v1-beta → v1/events/beta}/entity-types.d.ts +20 -19
- package/resources/v1/events/beta/entity-types.d.ts.map +1 -0
- package/resources/{v1-beta → v1/events/beta}/entity-types.js +18 -17
- package/resources/v1/events/beta/entity-types.js.map +1 -0
- package/resources/{v1-beta → v1/events/beta}/entity-types.mjs +18 -17
- package/resources/v1/events/beta/entity-types.mjs.map +1 -0
- package/resources/{v1-beta → v1/events/beta}/index.d.mts +1 -1
- package/resources/v1/events/beta/index.d.mts.map +1 -0
- package/resources/{v1-beta → v1/events/beta}/index.d.ts +1 -1
- package/resources/v1/events/beta/index.d.ts.map +1 -0
- package/resources/{v1-beta → v1/events/beta}/index.js +3 -3
- package/resources/v1/events/beta/index.js.map +1 -0
- package/resources/{v1-beta → v1/events/beta}/index.mjs +1 -1
- package/resources/v1/events/beta/index.mjs.map +1 -0
- package/resources/v1/events/beta.d.mts +2 -0
- package/resources/v1/events/beta.d.mts.map +1 -0
- package/resources/v1/events/beta.d.ts +2 -0
- package/resources/v1/events/beta.d.ts.map +1 -0
- package/resources/{v1-beta.js → v1/events/beta.js} +3 -3
- package/resources/v1/events/beta.js.map +1 -0
- package/resources/{v1-beta.mjs → v1/events/beta.mjs} +2 -2
- package/resources/v1/events/beta.mjs.map +1 -0
- package/resources/v1/events/events.d.mts +83 -0
- package/resources/v1/events/events.d.mts.map +1 -0
- package/resources/v1/events/events.d.ts +83 -0
- package/resources/v1/events/events.d.ts.map +1 -0
- package/resources/v1/events/events.js +40 -0
- package/resources/v1/events/events.js.map +1 -0
- package/resources/v1/events/events.mjs +35 -0
- package/resources/v1/events/events.mjs.map +1 -0
- package/resources/v1/events/index.d.mts +3 -0
- package/resources/v1/events/index.d.mts.map +1 -0
- package/resources/v1/events/index.d.ts +3 -0
- package/resources/v1/events/index.d.ts.map +1 -0
- package/resources/v1/events/index.js +9 -0
- package/resources/v1/events/index.js.map +1 -0
- package/resources/v1/events/index.mjs +4 -0
- package/resources/v1/events/index.mjs.map +1 -0
- package/resources/v1/events.d.mts +1 -65
- package/resources/v1/events.d.mts.map +1 -1
- package/resources/v1/events.d.ts +1 -65
- package/resources/v1/events.d.ts.map +1 -1
- package/resources/v1/events.js +2 -15
- package/resources/v1/events.js.map +1 -1
- package/resources/v1/events.mjs +1 -13
- package/resources/v1/events.mjs.map +1 -1
- package/resources/v1/features.d.mts +43 -0
- package/resources/v1/features.d.mts.map +1 -1
- package/resources/v1/features.d.ts +43 -0
- package/resources/v1/features.d.ts.map +1 -1
- package/resources/v1/features.js +43 -0
- package/resources/v1/features.js.map +1 -1
- package/resources/v1/features.mjs +43 -0
- package/resources/v1/features.mjs.map +1 -1
- package/resources/v1/index.d.mts +3 -3
- package/resources/v1/index.d.mts.map +1 -1
- package/resources/v1/index.d.ts +3 -3
- package/resources/v1/index.d.ts.map +1 -1
- package/resources/v1/index.js +6 -6
- package/resources/v1/index.js.map +1 -1
- package/resources/v1/index.mjs +1 -1
- package/resources/v1/index.mjs.map +1 -1
- package/resources/v1/plans/entitlements.d.mts +31 -0
- package/resources/v1/plans/entitlements.d.mts.map +1 -1
- package/resources/v1/plans/entitlements.d.ts +31 -0
- package/resources/v1/plans/entitlements.d.ts.map +1 -1
- package/resources/v1/plans/entitlements.js +31 -0
- package/resources/v1/plans/entitlements.js.map +1 -1
- package/resources/v1/plans/entitlements.mjs +31 -0
- package/resources/v1/plans/entitlements.mjs.map +1 -1
- package/resources/v1/plans/index.d.mts +1 -1
- package/resources/v1/plans/index.d.mts.map +1 -1
- package/resources/v1/plans/index.d.ts +1 -1
- package/resources/v1/plans/index.d.ts.map +1 -1
- package/resources/v1/plans/index.js.map +1 -1
- package/resources/v1/plans/index.mjs.map +1 -1
- package/resources/v1/plans/plans.d.mts +402 -6
- package/resources/v1/plans/plans.d.mts.map +1 -1
- package/resources/v1/plans/plans.d.ts +402 -6
- package/resources/v1/plans/plans.d.ts.map +1 -1
- package/resources/v1/plans/plans.js +69 -0
- package/resources/v1/plans/plans.js.map +1 -1
- package/resources/v1/plans/plans.mjs +69 -0
- package/resources/v1/plans/plans.mjs.map +1 -1
- package/resources/v1/products.d.mts +43 -0
- package/resources/v1/products.d.mts.map +1 -1
- package/resources/v1/products.d.ts +43 -0
- package/resources/v1/products.d.ts.map +1 -1
- package/resources/v1/products.js +43 -0
- package/resources/v1/products.js.map +1 -1
- package/resources/v1/products.mjs +43 -0
- package/resources/v1/products.mjs.map +1 -1
- package/resources/v1/subscriptions/future-update.d.mts +16 -0
- package/resources/v1/subscriptions/future-update.d.mts.map +1 -1
- package/resources/v1/subscriptions/future-update.d.ts +16 -0
- package/resources/v1/subscriptions/future-update.d.ts.map +1 -1
- package/resources/v1/subscriptions/future-update.js +16 -0
- package/resources/v1/subscriptions/future-update.js.map +1 -1
- package/resources/v1/subscriptions/future-update.mjs +16 -0
- package/resources/v1/subscriptions/future-update.mjs.map +1 -1
- package/resources/v1/subscriptions/invoice.d.mts +6 -0
- package/resources/v1/subscriptions/invoice.d.mts.map +1 -1
- package/resources/v1/subscriptions/invoice.d.ts +6 -0
- package/resources/v1/subscriptions/invoice.d.ts.map +1 -1
- package/resources/v1/subscriptions/invoice.js +6 -0
- package/resources/v1/subscriptions/invoice.js.map +1 -1
- package/resources/v1/subscriptions/invoice.mjs +6 -0
- package/resources/v1/subscriptions/invoice.mjs.map +1 -1
- package/resources/v1/subscriptions/subscriptions.d.mts +81 -0
- package/resources/v1/subscriptions/subscriptions.d.mts.map +1 -1
- package/resources/v1/subscriptions/subscriptions.d.ts +81 -0
- package/resources/v1/subscriptions/subscriptions.d.ts.map +1 -1
- package/resources/v1/subscriptions/subscriptions.js +81 -0
- package/resources/v1/subscriptions/subscriptions.js.map +1 -1
- package/resources/v1/subscriptions/subscriptions.mjs +81 -0
- package/resources/v1/subscriptions/subscriptions.mjs.map +1 -1
- package/resources/v1/subscriptions/usage.d.mts +13 -0
- package/resources/v1/subscriptions/usage.d.mts.map +1 -1
- package/resources/v1/subscriptions/usage.d.ts +13 -0
- package/resources/v1/subscriptions/usage.d.ts.map +1 -1
- package/resources/v1/subscriptions/usage.js +13 -0
- package/resources/v1/subscriptions/usage.js.map +1 -1
- package/resources/v1/subscriptions/usage.mjs +13 -0
- package/resources/v1/subscriptions/usage.mjs.map +1 -1
- package/resources/v1/usage.d.mts +24 -0
- package/resources/v1/usage.d.mts.map +1 -1
- package/resources/v1/usage.d.ts +24 -0
- package/resources/v1/usage.d.ts.map +1 -1
- package/resources/v1/usage.js +24 -0
- package/resources/v1/usage.js.map +1 -1
- package/resources/v1/usage.mjs +24 -0
- package/resources/v1/usage.mjs.map +1 -1
- package/resources/v1/v1.d.mts +6 -6
- package/resources/v1/v1.d.mts.map +1 -1
- package/resources/v1/v1.d.ts +6 -6
- package/resources/v1/v1.d.ts.map +1 -1
- package/resources/v1/v1.js +2 -2
- package/resources/v1/v1.js.map +1 -1
- package/resources/v1/v1.mjs +2 -2
- package/resources/v1/v1.mjs.map +1 -1
- package/src/client.ts +0 -5
- package/src/resources/index.ts +0 -1
- package/src/resources/v1/addons/addons.ts +517 -487
- package/src/resources/v1/addons/entitlements.ts +31 -0
- package/src/resources/v1/addons/index.ts +2 -2
- package/src/resources/v1/coupons.ts +36 -0
- package/src/resources/v1/credits/credits.ts +25 -0
- package/src/resources/v1/credits/custom-currencies.ts +49 -0
- package/src/resources/v1/credits/grants.ts +28 -0
- package/src/resources/v1/customers/customers.ts +92 -5
- package/src/resources/v1/customers/integrations.ts +55 -2
- package/src/resources/v1/customers/payment-method.ts +19 -1
- package/src/resources/v1/customers/promotional-entitlements.ts +51 -0
- package/src/resources/{v1-beta/v1-beta.ts → v1/events/beta/beta.ts} +5 -5
- package/src/resources/{v1-beta → v1/events/beta}/customers/assignments.ts +25 -22
- package/src/resources/{v1-beta → v1/events/beta}/customers/customers.ts +5 -5
- package/src/resources/{v1-beta → v1/events/beta}/customers/entities.ts +88 -67
- package/src/resources/{v1-beta → v1/events/beta}/customers/entitlements.ts +7 -5
- package/src/resources/{v1-beta → v1/events/beta}/customers/index.ts +2 -2
- package/src/resources/{v1-beta → v1/events/beta}/entity-types.ts +20 -19
- package/src/resources/{v1-beta → v1/events/beta}/index.ts +1 -1
- package/src/resources/{v1-beta.ts → v1/events/beta.ts} +1 -1
- package/src/resources/v1/events/events.ts +98 -0
- package/src/resources/v1/events/index.ts +4 -0
- package/src/resources/v1/events.ts +1 -75
- package/src/resources/v1/features.ts +43 -0
- package/src/resources/v1/index.ts +7 -3
- package/src/resources/v1/plans/entitlements.ts +31 -0
- package/src/resources/v1/plans/index.ts +4 -0
- package/src/resources/v1/plans/plans.ts +1169 -8
- package/src/resources/v1/products.ts +43 -0
- package/src/resources/v1/subscriptions/future-update.ts +16 -0
- package/src/resources/v1/subscriptions/invoice.ts +6 -0
- package/src/resources/v1/subscriptions/subscriptions.ts +81 -0
- package/src/resources/v1/subscriptions/usage.ts +13 -0
- package/src/resources/v1/usage.ts +24 -0
- package/src/resources/v1/v1.ts +14 -6
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
- package/resources/v1-beta/customers/assignments.d.mts.map +0 -1
- package/resources/v1-beta/customers/assignments.d.ts.map +0 -1
- package/resources/v1-beta/customers/assignments.js.map +0 -1
- package/resources/v1-beta/customers/assignments.mjs.map +0 -1
- package/resources/v1-beta/customers/customers.d.mts.map +0 -1
- package/resources/v1-beta/customers/customers.d.ts.map +0 -1
- package/resources/v1-beta/customers/customers.js.map +0 -1
- package/resources/v1-beta/customers/customers.mjs.map +0 -1
- package/resources/v1-beta/customers/entities.d.mts.map +0 -1
- package/resources/v1-beta/customers/entities.d.ts.map +0 -1
- package/resources/v1-beta/customers/entities.js.map +0 -1
- package/resources/v1-beta/customers/entities.mjs.map +0 -1
- package/resources/v1-beta/customers/entitlements.d.mts.map +0 -1
- package/resources/v1-beta/customers/entitlements.d.ts.map +0 -1
- package/resources/v1-beta/customers/entitlements.js.map +0 -1
- package/resources/v1-beta/customers/entitlements.mjs.map +0 -1
- package/resources/v1-beta/customers/index.d.mts +0 -5
- package/resources/v1-beta/customers/index.d.mts.map +0 -1
- package/resources/v1-beta/customers/index.d.ts +0 -5
- package/resources/v1-beta/customers/index.d.ts.map +0 -1
- package/resources/v1-beta/customers/index.js.map +0 -1
- package/resources/v1-beta/customers/index.mjs.map +0 -1
- package/resources/v1-beta/customers.d.mts.map +0 -1
- package/resources/v1-beta/customers.d.ts.map +0 -1
- package/resources/v1-beta/customers.js.map +0 -1
- package/resources/v1-beta/customers.mjs.map +0 -1
- package/resources/v1-beta/entity-types.d.mts.map +0 -1
- package/resources/v1-beta/entity-types.d.ts.map +0 -1
- package/resources/v1-beta/entity-types.js.map +0 -1
- package/resources/v1-beta/entity-types.mjs.map +0 -1
- package/resources/v1-beta/index.d.mts.map +0 -1
- package/resources/v1-beta/index.d.ts.map +0 -1
- package/resources/v1-beta/index.js.map +0 -1
- package/resources/v1-beta/index.mjs.map +0 -1
- package/resources/v1-beta/v1-beta.d.mts.map +0 -1
- package/resources/v1-beta/v1-beta.d.ts.map +0 -1
- package/resources/v1-beta/v1-beta.js.map +0 -1
- package/resources/v1-beta/v1-beta.mjs.map +0 -1
- package/resources/v1-beta.d.mts +0 -2
- package/resources/v1-beta.d.mts.map +0 -1
- package/resources/v1-beta.d.ts +0 -2
- package/resources/v1-beta.d.ts.map +0 -1
- package/resources/v1-beta.js.map +0 -1
- package/resources/v1-beta.mjs.map +0 -1
- /package/resources/{v1-beta → v1/events/beta}/customers/index.js +0 -0
- /package/resources/{v1-beta → v1/events/beta}/customers/index.mjs +0 -0
- /package/resources/{v1-beta → v1/events/beta}/customers.d.mts +0 -0
- /package/resources/{v1-beta → v1/events/beta}/customers.d.ts +0 -0
- /package/resources/{v1-beta → v1/events/beta}/customers.mjs +0 -0
- /package/src/resources/{v1-beta → v1/events/beta}/customers.ts +0 -0
|
@@ -7,12 +7,29 @@ const path_1 = require("../../../internal/utils/path.js");
|
|
|
7
7
|
class Entitlements extends resource_1.APIResource {
|
|
8
8
|
/**
|
|
9
9
|
* Creates one or more entitlements (feature or credit) on a draft plan.
|
|
10
|
+
*
|
|
11
|
+
* @example
|
|
12
|
+
* ```ts
|
|
13
|
+
* const entitlement =
|
|
14
|
+
* await client.v1.plans.entitlements.create('planId', {
|
|
15
|
+
* entitlements: [{ id: 'id', type: 'FEATURE' }],
|
|
16
|
+
* });
|
|
17
|
+
* ```
|
|
10
18
|
*/
|
|
11
19
|
create(planID, body, options) {
|
|
12
20
|
return this._client.post((0, path_1.path) `/api/v1/plans/${planID}/entitlements`, { body, ...options });
|
|
13
21
|
}
|
|
14
22
|
/**
|
|
15
23
|
* Updates an existing entitlement on a draft plan.
|
|
24
|
+
*
|
|
25
|
+
* @example
|
|
26
|
+
* ```ts
|
|
27
|
+
* const planEntitlement =
|
|
28
|
+
* await client.v1.plans.entitlements.update('id', {
|
|
29
|
+
* planId: 'planId',
|
|
30
|
+
* type: 'FEATURE',
|
|
31
|
+
* });
|
|
32
|
+
* ```
|
|
16
33
|
*/
|
|
17
34
|
update(id, params, options) {
|
|
18
35
|
const { planId, ...body } = params;
|
|
@@ -20,12 +37,26 @@ class Entitlements extends resource_1.APIResource {
|
|
|
20
37
|
}
|
|
21
38
|
/**
|
|
22
39
|
* Retrieves a list of entitlements for a plan.
|
|
40
|
+
*
|
|
41
|
+
* @example
|
|
42
|
+
* ```ts
|
|
43
|
+
* const entitlements =
|
|
44
|
+
* await client.v1.plans.entitlements.list('planId');
|
|
45
|
+
* ```
|
|
23
46
|
*/
|
|
24
47
|
list(planID, options) {
|
|
25
48
|
return this._client.get((0, path_1.path) `/api/v1/plans/${planID}/entitlements`, options);
|
|
26
49
|
}
|
|
27
50
|
/**
|
|
28
51
|
* Deletes an entitlement from a draft plan.
|
|
52
|
+
*
|
|
53
|
+
* @example
|
|
54
|
+
* ```ts
|
|
55
|
+
* const planEntitlement =
|
|
56
|
+
* await client.v1.plans.entitlements.delete('id', {
|
|
57
|
+
* planId: 'planId',
|
|
58
|
+
* });
|
|
59
|
+
* ```
|
|
29
60
|
*/
|
|
30
61
|
delete(id, params, options) {
|
|
31
62
|
const { planId } = params;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entitlements.js","sourceRoot":"","sources":["../../../src/resources/v1/plans/entitlements.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wDAAqD;AAGrD,0DAAoD;AAEpD,MAAa,YAAa,SAAQ,sBAAW;IAC3C
|
|
1
|
+
{"version":3,"file":"entitlements.js","sourceRoot":"","sources":["../../../src/resources/v1/plans/entitlements.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wDAAqD;AAGrD,0DAAoD;AAEpD,MAAa,YAAa,SAAQ,sBAAW;IAC3C;;;;;;;;;;OAUG;IACH,MAAM,CACJ,MAAc,EACd,IAA6B,EAC7B,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAA,WAAI,EAAA,iBAAiB,MAAM,eAAe,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC7F,CAAC;IAED;;;;;;;;;;;OAWG;IACH,MAAM,CAAC,EAAU,EAAE,MAA+B,EAAE,OAAwB;QAC1E,MAAM,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,CAAC;QACnC,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAA,WAAI,EAAA,iBAAiB,MAAM,iBAAiB,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACpG,CAAC;IAED;;;;;;;;OAQG;IACH,IAAI,CAAC,MAAc,EAAE,OAAwB;QAC3C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,iBAAiB,MAAM,eAAe,EAAE,OAAO,CAAC,CAAC;IAC/E,CAAC;IAED;;;;;;;;;;OAUG;IACH,MAAM,CAAC,EAAU,EAAE,MAA+B,EAAE,OAAwB;QAC1E,MAAM,EAAE,MAAM,EAAE,GAAG,MAAM,CAAC;QAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAA,WAAI,EAAA,iBAAiB,MAAM,iBAAiB,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IACxF,CAAC;CACF;AAjED,oCAiEC"}
|
|
@@ -4,12 +4,29 @@ import { path } from "../../../internal/utils/path.mjs";
|
|
|
4
4
|
export class Entitlements extends APIResource {
|
|
5
5
|
/**
|
|
6
6
|
* Creates one or more entitlements (feature or credit) on a draft plan.
|
|
7
|
+
*
|
|
8
|
+
* @example
|
|
9
|
+
* ```ts
|
|
10
|
+
* const entitlement =
|
|
11
|
+
* await client.v1.plans.entitlements.create('planId', {
|
|
12
|
+
* entitlements: [{ id: 'id', type: 'FEATURE' }],
|
|
13
|
+
* });
|
|
14
|
+
* ```
|
|
7
15
|
*/
|
|
8
16
|
create(planID, body, options) {
|
|
9
17
|
return this._client.post(path `/api/v1/plans/${planID}/entitlements`, { body, ...options });
|
|
10
18
|
}
|
|
11
19
|
/**
|
|
12
20
|
* Updates an existing entitlement on a draft plan.
|
|
21
|
+
*
|
|
22
|
+
* @example
|
|
23
|
+
* ```ts
|
|
24
|
+
* const planEntitlement =
|
|
25
|
+
* await client.v1.plans.entitlements.update('id', {
|
|
26
|
+
* planId: 'planId',
|
|
27
|
+
* type: 'FEATURE',
|
|
28
|
+
* });
|
|
29
|
+
* ```
|
|
13
30
|
*/
|
|
14
31
|
update(id, params, options) {
|
|
15
32
|
const { planId, ...body } = params;
|
|
@@ -17,12 +34,26 @@ export class Entitlements extends APIResource {
|
|
|
17
34
|
}
|
|
18
35
|
/**
|
|
19
36
|
* Retrieves a list of entitlements for a plan.
|
|
37
|
+
*
|
|
38
|
+
* @example
|
|
39
|
+
* ```ts
|
|
40
|
+
* const entitlements =
|
|
41
|
+
* await client.v1.plans.entitlements.list('planId');
|
|
42
|
+
* ```
|
|
20
43
|
*/
|
|
21
44
|
list(planID, options) {
|
|
22
45
|
return this._client.get(path `/api/v1/plans/${planID}/entitlements`, options);
|
|
23
46
|
}
|
|
24
47
|
/**
|
|
25
48
|
* Deletes an entitlement from a draft plan.
|
|
49
|
+
*
|
|
50
|
+
* @example
|
|
51
|
+
* ```ts
|
|
52
|
+
* const planEntitlement =
|
|
53
|
+
* await client.v1.plans.entitlements.delete('id', {
|
|
54
|
+
* planId: 'planId',
|
|
55
|
+
* });
|
|
56
|
+
* ```
|
|
26
57
|
*/
|
|
27
58
|
delete(id, params, options) {
|
|
28
59
|
const { planId } = params;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entitlements.mjs","sourceRoot":"","sources":["../../../src/resources/v1/plans/entitlements.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAEtF,OAAO,EAAE,WAAW,EAAE,mCAA+B;AAGrD,OAAO,EAAE,IAAI,EAAE,yCAAqC;AAEpD,MAAM,OAAO,YAAa,SAAQ,WAAW;IAC3C
|
|
1
|
+
{"version":3,"file":"entitlements.mjs","sourceRoot":"","sources":["../../../src/resources/v1/plans/entitlements.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAEtF,OAAO,EAAE,WAAW,EAAE,mCAA+B;AAGrD,OAAO,EAAE,IAAI,EAAE,yCAAqC;AAEpD,MAAM,OAAO,YAAa,SAAQ,WAAW;IAC3C;;;;;;;;;;OAUG;IACH,MAAM,CACJ,MAAc,EACd,IAA6B,EAC7B,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAA,iBAAiB,MAAM,eAAe,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC7F,CAAC;IAED;;;;;;;;;;;OAWG;IACH,MAAM,CAAC,EAAU,EAAE,MAA+B,EAAE,OAAwB;QAC1E,MAAM,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,CAAC;QACnC,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI,CAAA,iBAAiB,MAAM,iBAAiB,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACpG,CAAC;IAED;;;;;;;;OAQG;IACH,IAAI,CAAC,MAAc,EAAE,OAAwB;QAC3C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,iBAAiB,MAAM,eAAe,EAAE,OAAO,CAAC,CAAC;IAC/E,CAAC;IAED;;;;;;;;;;OAUG;IACH,MAAM,CAAC,EAAU,EAAE,MAA+B,EAAE,OAAwB;QAC1E,MAAM,EAAE,MAAM,EAAE,GAAG,MAAM,CAAC;QAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAI,CAAA,iBAAiB,MAAM,iBAAiB,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IACxF,CAAC;CACF"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export { Entitlements, type PlanEntitlement, type EntitlementCreateResponse, type EntitlementListResponse, type EntitlementCreateParams, type EntitlementUpdateParams, type EntitlementDeleteParams, } from "./entitlements.mjs";
|
|
2
|
-
export { Plans, type Plan, type PlanListResponse, type PlanPublishResponse, type PlanRemoveDraftResponse, type PlanCreateParams, type PlanUpdateParams, type PlanListParams, type PlanListChargesParams, type PlanListOverageChargesParams, type PlanPublishParams, type PlanListResponsesMyCursorIDPage, } from "./plans.mjs";
|
|
2
|
+
export { Plans, type Plan, type PlanListResponse, type PlanListChargesResponse, type PlanListOverageChargesResponse, type PlanPublishResponse, type PlanRemoveDraftResponse, type PlanCreateParams, type PlanUpdateParams, type PlanListParams, type PlanListChargesParams, type PlanListOverageChargesParams, type PlanPublishParams, type PlanListResponsesMyCursorIDPage, type PlanListChargesResponsesMyCursorIDPage, type PlanListOverageChargesResponsesMyCursorIDPage, } from "./plans.mjs";
|
|
3
3
|
//# sourceMappingURL=index.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/resources/v1/plans/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,YAAY,EACZ,KAAK,eAAe,EACpB,KAAK,yBAAyB,EAC9B,KAAK,uBAAuB,EAC5B,KAAK,uBAAuB,EAC5B,KAAK,uBAAuB,EAC5B,KAAK,uBAAuB,GAC7B,2BAAuB;AACxB,OAAO,EACL,KAAK,EACL,KAAK,IAAI,EACT,KAAK,gBAAgB,EACrB,KAAK,mBAAmB,EACxB,KAAK,uBAAuB,EAC5B,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,qBAAqB,EAC1B,KAAK,4BAA4B,EACjC,KAAK,iBAAiB,EACtB,KAAK,+BAA+B,
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/resources/v1/plans/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,YAAY,EACZ,KAAK,eAAe,EACpB,KAAK,yBAAyB,EAC9B,KAAK,uBAAuB,EAC5B,KAAK,uBAAuB,EAC5B,KAAK,uBAAuB,EAC5B,KAAK,uBAAuB,GAC7B,2BAAuB;AACxB,OAAO,EACL,KAAK,EACL,KAAK,IAAI,EACT,KAAK,gBAAgB,EACrB,KAAK,uBAAuB,EAC5B,KAAK,8BAA8B,EACnC,KAAK,mBAAmB,EACxB,KAAK,uBAAuB,EAC5B,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,qBAAqB,EAC1B,KAAK,4BAA4B,EACjC,KAAK,iBAAiB,EACtB,KAAK,+BAA+B,EACpC,KAAK,sCAAsC,EAC3C,KAAK,6CAA6C,GACnD,oBAAgB"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export { Entitlements, type PlanEntitlement, type EntitlementCreateResponse, type EntitlementListResponse, type EntitlementCreateParams, type EntitlementUpdateParams, type EntitlementDeleteParams, } from "./entitlements.js";
|
|
2
|
-
export { Plans, type Plan, type PlanListResponse, type PlanPublishResponse, type PlanRemoveDraftResponse, type PlanCreateParams, type PlanUpdateParams, type PlanListParams, type PlanListChargesParams, type PlanListOverageChargesParams, type PlanPublishParams, type PlanListResponsesMyCursorIDPage, } from "./plans.js";
|
|
2
|
+
export { Plans, type Plan, type PlanListResponse, type PlanListChargesResponse, type PlanListOverageChargesResponse, type PlanPublishResponse, type PlanRemoveDraftResponse, type PlanCreateParams, type PlanUpdateParams, type PlanListParams, type PlanListChargesParams, type PlanListOverageChargesParams, type PlanPublishParams, type PlanListResponsesMyCursorIDPage, type PlanListChargesResponsesMyCursorIDPage, type PlanListOverageChargesResponsesMyCursorIDPage, } from "./plans.js";
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/resources/v1/plans/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,YAAY,EACZ,KAAK,eAAe,EACpB,KAAK,yBAAyB,EAC9B,KAAK,uBAAuB,EAC5B,KAAK,uBAAuB,EAC5B,KAAK,uBAAuB,EAC5B,KAAK,uBAAuB,GAC7B,0BAAuB;AACxB,OAAO,EACL,KAAK,EACL,KAAK,IAAI,EACT,KAAK,gBAAgB,EACrB,KAAK,mBAAmB,EACxB,KAAK,uBAAuB,EAC5B,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,qBAAqB,EAC1B,KAAK,4BAA4B,EACjC,KAAK,iBAAiB,EACtB,KAAK,+BAA+B,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/resources/v1/plans/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,YAAY,EACZ,KAAK,eAAe,EACpB,KAAK,yBAAyB,EAC9B,KAAK,uBAAuB,EAC5B,KAAK,uBAAuB,EAC5B,KAAK,uBAAuB,EAC5B,KAAK,uBAAuB,GAC7B,0BAAuB;AACxB,OAAO,EACL,KAAK,EACL,KAAK,IAAI,EACT,KAAK,gBAAgB,EACrB,KAAK,uBAAuB,EAC5B,KAAK,8BAA8B,EACnC,KAAK,mBAAmB,EACxB,KAAK,uBAAuB,EAC5B,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,qBAAqB,EAC1B,KAAK,4BAA4B,EACjC,KAAK,iBAAiB,EACtB,KAAK,+BAA+B,EACpC,KAAK,sCAAsC,EAC3C,KAAK,6CAA6C,GACnD,mBAAgB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/resources/v1/plans/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAQwB;AAPtB,4GAAA,YAAY,OAAA;AAQd,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/resources/v1/plans/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAQwB;AAPtB,4GAAA,YAAY,OAAA;AAQd,oCAiBiB;AAhBf,8FAAA,KAAK,OAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/resources/v1/plans/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAEtF,OAAO,EACL,YAAY,GAOb,2BAAuB;AACxB,OAAO,EACL,KAAK,
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/resources/v1/plans/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAEtF,OAAO,EACL,YAAY,GAOb,2BAAuB;AACxB,OAAO,EACL,KAAK,GAgBN,oBAAgB"}
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
import { APIResource } from "../../../core/resource.mjs";
|
|
2
|
-
import * as AddonsAPI from "../addons/addons.mjs";
|
|
3
|
-
import { ChargeListDataMyCursorIDPage } from "../addons/addons.mjs";
|
|
4
2
|
import * as EntitlementsAPI from "./entitlements.mjs";
|
|
5
3
|
import { EntitlementCreateParams, EntitlementCreateResponse, EntitlementDeleteParams, EntitlementListResponse, EntitlementUpdateParams, Entitlements, PlanEntitlement } from "./entitlements.mjs";
|
|
6
4
|
import { APIPromise } from "../../../core/api-promise.mjs";
|
|
@@ -13,48 +11,119 @@ export declare class Plans extends APIResource {
|
|
|
13
11
|
entitlements: EntitlementsAPI.Entitlements;
|
|
14
12
|
/**
|
|
15
13
|
* Creates a new plan in draft status.
|
|
14
|
+
*
|
|
15
|
+
* @example
|
|
16
|
+
* ```ts
|
|
17
|
+
* const plan = await client.v1.plans.create({
|
|
18
|
+
* id: 'id',
|
|
19
|
+
* displayName: 'displayName',
|
|
20
|
+
* productId: 'productId',
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
16
23
|
*/
|
|
17
24
|
create(body: PlanCreateParams, options?: RequestOptions): APIPromise<Plan>;
|
|
18
25
|
/**
|
|
19
26
|
* Retrieves a plan by its unique identifier, including entitlements and pricing
|
|
20
27
|
* details.
|
|
28
|
+
*
|
|
29
|
+
* @example
|
|
30
|
+
* ```ts
|
|
31
|
+
* const plan = await client.v1.plans.retrieve('x');
|
|
32
|
+
* ```
|
|
21
33
|
*/
|
|
22
34
|
retrieve(id: string, options?: RequestOptions): APIPromise<Plan>;
|
|
23
35
|
/**
|
|
24
36
|
* Updates an existing plan's properties such as display name, description, and
|
|
25
37
|
* metadata.
|
|
38
|
+
*
|
|
39
|
+
* @example
|
|
40
|
+
* ```ts
|
|
41
|
+
* const plan = await client.v1.plans.update('x');
|
|
42
|
+
* ```
|
|
26
43
|
*/
|
|
27
44
|
update(id: string, body: PlanUpdateParams, options?: RequestOptions): APIPromise<Plan>;
|
|
28
45
|
/**
|
|
29
46
|
* Retrieves a paginated list of plans in the environment.
|
|
47
|
+
*
|
|
48
|
+
* @example
|
|
49
|
+
* ```ts
|
|
50
|
+
* // Automatically fetches more pages as needed.
|
|
51
|
+
* for await (const planListResponse of client.v1.plans.list()) {
|
|
52
|
+
* // ...
|
|
53
|
+
* }
|
|
54
|
+
* ```
|
|
30
55
|
*/
|
|
31
56
|
list(query?: PlanListParams | null | undefined, options?: RequestOptions): PagePromise<PlanListResponsesMyCursorIDPage, PlanListResponse>;
|
|
32
57
|
/**
|
|
33
58
|
* Archives a plan, preventing it from being used in new subscriptions.
|
|
59
|
+
*
|
|
60
|
+
* @example
|
|
61
|
+
* ```ts
|
|
62
|
+
* const plan = await client.v1.plans.archive('x');
|
|
63
|
+
* ```
|
|
34
64
|
*/
|
|
35
65
|
archive(id: string, options?: RequestOptions): APIPromise<Plan>;
|
|
36
66
|
/**
|
|
37
67
|
* Creates a draft version of an existing plan for modification before publishing.
|
|
68
|
+
*
|
|
69
|
+
* @example
|
|
70
|
+
* ```ts
|
|
71
|
+
* const plan = await client.v1.plans.createDraft('x');
|
|
72
|
+
* ```
|
|
38
73
|
*/
|
|
39
74
|
createDraft(id: string, options?: RequestOptions): APIPromise<Plan>;
|
|
40
75
|
/**
|
|
41
76
|
* Retrieves the list of charges configured on a plan.
|
|
77
|
+
*
|
|
78
|
+
* @example
|
|
79
|
+
* ```ts
|
|
80
|
+
* // Automatically fetches more pages as needed.
|
|
81
|
+
* for await (const planListChargesResponse of client.v1.plans.listCharges(
|
|
82
|
+
* 'x',
|
|
83
|
+
* )) {
|
|
84
|
+
* // ...
|
|
85
|
+
* }
|
|
86
|
+
* ```
|
|
42
87
|
*/
|
|
43
|
-
listCharges(id: string, query?: PlanListChargesParams | null | undefined, options?: RequestOptions): PagePromise<
|
|
88
|
+
listCharges(id: string, query?: PlanListChargesParams | null | undefined, options?: RequestOptions): PagePromise<PlanListChargesResponsesMyCursorIDPage, PlanListChargesResponse>;
|
|
44
89
|
/**
|
|
45
90
|
* Retrieves the list of overage charges configured on a plan.
|
|
91
|
+
*
|
|
92
|
+
* @example
|
|
93
|
+
* ```ts
|
|
94
|
+
* // Automatically fetches more pages as needed.
|
|
95
|
+
* for await (const planListOverageChargesResponse of client.v1.plans.listOverageCharges(
|
|
96
|
+
* 'x',
|
|
97
|
+
* )) {
|
|
98
|
+
* // ...
|
|
99
|
+
* }
|
|
100
|
+
* ```
|
|
46
101
|
*/
|
|
47
|
-
listOverageCharges(id: string, query?: PlanListOverageChargesParams | null | undefined, options?: RequestOptions): PagePromise<
|
|
102
|
+
listOverageCharges(id: string, query?: PlanListOverageChargesParams | null | undefined, options?: RequestOptions): PagePromise<PlanListOverageChargesResponsesMyCursorIDPage, PlanListOverageChargesResponse>;
|
|
48
103
|
/**
|
|
49
104
|
* Publishes a draft plan, making it available for use in subscriptions.
|
|
105
|
+
*
|
|
106
|
+
* @example
|
|
107
|
+
* ```ts
|
|
108
|
+
* const response = await client.v1.plans.publish('x', {
|
|
109
|
+
* migrationType: 'NEW_CUSTOMERS',
|
|
110
|
+
* });
|
|
111
|
+
* ```
|
|
50
112
|
*/
|
|
51
113
|
publish(id: string, body: PlanPublishParams, options?: RequestOptions): APIPromise<PlanPublishResponse>;
|
|
52
114
|
/**
|
|
53
115
|
* Removes a draft version of a plan.
|
|
116
|
+
*
|
|
117
|
+
* @example
|
|
118
|
+
* ```ts
|
|
119
|
+
* const response = await client.v1.plans.removeDraft('x');
|
|
120
|
+
* ```
|
|
54
121
|
*/
|
|
55
122
|
removeDraft(id: string, options?: RequestOptions): APIPromise<PlanRemoveDraftResponse>;
|
|
56
123
|
}
|
|
57
124
|
export type PlanListResponsesMyCursorIDPage = MyCursorIDPage<PlanListResponse>;
|
|
125
|
+
export type PlanListChargesResponsesMyCursorIDPage = MyCursorIDPage<PlanListChargesResponse>;
|
|
126
|
+
export type PlanListOverageChargesResponsesMyCursorIDPage = MyCursorIDPage<PlanListOverageChargesResponse>;
|
|
58
127
|
/**
|
|
59
128
|
* Response object
|
|
60
129
|
*/
|
|
@@ -298,6 +367,334 @@ export declare namespace PlanListResponse {
|
|
|
298
367
|
type: 'FEATURE' | 'CREDIT';
|
|
299
368
|
}
|
|
300
369
|
}
|
|
370
|
+
/**
|
|
371
|
+
* A single pricing row on a plan or addon. Each charge encodes one (billingPeriod,
|
|
372
|
+
* billingModel, billingCadence, billingCountryCode) combination. Plans and addons
|
|
373
|
+
* own many of these — one per currency / billing period / feature.
|
|
374
|
+
*/
|
|
375
|
+
export interface PlanListChargesResponse {
|
|
376
|
+
/**
|
|
377
|
+
* Unique identifier of the charge
|
|
378
|
+
*/
|
|
379
|
+
id: string;
|
|
380
|
+
/**
|
|
381
|
+
* The billing cadence (RECURRING or ONE_OFF)
|
|
382
|
+
*/
|
|
383
|
+
billingCadence: 'RECURRING' | 'ONE_OFF';
|
|
384
|
+
/**
|
|
385
|
+
* The billing model (FLAT_FEE, PER_UNIT, USAGE_BASED, CREDIT_BASED, MINIMUM_SPEND)
|
|
386
|
+
*/
|
|
387
|
+
billingModel: 'FLAT_FEE' | 'MINIMUM_SPEND' | 'PER_UNIT' | 'USAGE_BASED' | 'CREDIT_BASED';
|
|
388
|
+
/**
|
|
389
|
+
* The billing period (MONTHLY or ANNUALLY)
|
|
390
|
+
*/
|
|
391
|
+
billingPeriod: 'MONTHLY' | 'ANNUALLY';
|
|
392
|
+
/**
|
|
393
|
+
* Timestamp when the charge was created
|
|
394
|
+
*/
|
|
395
|
+
createdAt: string;
|
|
396
|
+
/**
|
|
397
|
+
* ISO country code for localized pricing, if any
|
|
398
|
+
*/
|
|
399
|
+
billingCountryCode?: string | null;
|
|
400
|
+
/**
|
|
401
|
+
* Identifier in the external billing integration (e.g. Stripe price id), if any
|
|
402
|
+
*/
|
|
403
|
+
billingId?: string | null;
|
|
404
|
+
/**
|
|
405
|
+
* Block size for usage-based pricing
|
|
406
|
+
*/
|
|
407
|
+
blockSize?: number | null;
|
|
408
|
+
/**
|
|
409
|
+
* When credits are granted (for credit-based pricing)
|
|
410
|
+
*/
|
|
411
|
+
creditGrantCadence?: 'BEGINNING_OF_BILLING_PERIOD' | 'MONTHLY' | null;
|
|
412
|
+
/**
|
|
413
|
+
* Credit rate configuration for credit-based pricing
|
|
414
|
+
*/
|
|
415
|
+
creditRate?: PlanListChargesResponse.CreditRate | null;
|
|
416
|
+
/**
|
|
417
|
+
* Identifier in the linked CRM, if any
|
|
418
|
+
*/
|
|
419
|
+
crmId?: string | null;
|
|
420
|
+
/**
|
|
421
|
+
* Deep link to the charge in the linked CRM, if any
|
|
422
|
+
*/
|
|
423
|
+
crmLinkUrl?: string | null;
|
|
424
|
+
/**
|
|
425
|
+
* The feature this charge meters, if metered
|
|
426
|
+
*/
|
|
427
|
+
featureId?: string | null;
|
|
428
|
+
/**
|
|
429
|
+
* Maximum unit quantity that can be purchased
|
|
430
|
+
*/
|
|
431
|
+
maxUnitQuantity?: number | null;
|
|
432
|
+
/**
|
|
433
|
+
* Minimum unit quantity that can be purchased
|
|
434
|
+
*/
|
|
435
|
+
minUnitQuantity?: number | null;
|
|
436
|
+
/**
|
|
437
|
+
* The flat price amount and currency, when applicable
|
|
438
|
+
*/
|
|
439
|
+
price?: PlanListChargesResponse.Price | null;
|
|
440
|
+
/**
|
|
441
|
+
* Tiered pricing rows when the charge is tiered
|
|
442
|
+
*/
|
|
443
|
+
tiers?: Array<PlanListChargesResponse.Tier> | null;
|
|
444
|
+
/**
|
|
445
|
+
* Tiered pricing mode (VOLUME or GRADUATED) when the charge is tiered
|
|
446
|
+
*/
|
|
447
|
+
tiersMode?: 'VOLUME' | 'GRADUATED' | null;
|
|
448
|
+
/**
|
|
449
|
+
* Custom currency identifier for top-up pricing, if any
|
|
450
|
+
*/
|
|
451
|
+
topUpCustomCurrencyId?: string | null;
|
|
452
|
+
/**
|
|
453
|
+
* True if this charge is referenced by at least one subscription
|
|
454
|
+
*/
|
|
455
|
+
usedInSubscriptions?: boolean | null;
|
|
456
|
+
}
|
|
457
|
+
export declare namespace PlanListChargesResponse {
|
|
458
|
+
/**
|
|
459
|
+
* Credit rate configuration for credit-based pricing
|
|
460
|
+
*/
|
|
461
|
+
interface CreditRate {
|
|
462
|
+
/**
|
|
463
|
+
* Credit rate amount
|
|
464
|
+
*/
|
|
465
|
+
amount: number;
|
|
466
|
+
/**
|
|
467
|
+
* Custom currency identifier
|
|
468
|
+
*/
|
|
469
|
+
currencyId: string;
|
|
470
|
+
/**
|
|
471
|
+
* Optional cost formula expression
|
|
472
|
+
*/
|
|
473
|
+
costFormula?: string | null;
|
|
474
|
+
}
|
|
475
|
+
/**
|
|
476
|
+
* The flat price amount and currency, when applicable
|
|
477
|
+
*/
|
|
478
|
+
interface Price {
|
|
479
|
+
/**
|
|
480
|
+
* The price amount
|
|
481
|
+
*/
|
|
482
|
+
amount: number;
|
|
483
|
+
/**
|
|
484
|
+
* ISO 4217 currency code
|
|
485
|
+
*/
|
|
486
|
+
currency: 'usd' | 'aed' | 'all' | 'amd' | 'ang' | 'aud' | 'awg' | 'azn' | 'bam' | 'bbd' | 'bdt' | 'bgn' | 'bif' | 'bmd' | 'bnd' | 'bsd' | 'bwp' | 'byn' | 'bzd' | 'brl' | 'cad' | 'cdf' | 'chf' | 'cny' | 'czk' | 'dkk' | 'dop' | 'dzd' | 'egp' | 'etb' | 'eur' | 'fjd' | 'gbp' | 'gel' | 'gip' | 'gmd' | 'gyd' | 'hkd' | 'hrk' | 'htg' | 'idr' | 'ils' | 'inr' | 'isk' | 'jmd' | 'jpy' | 'kes' | 'kgs' | 'khr' | 'kmf' | 'krw' | 'kyd' | 'kzt' | 'lbp' | 'lkr' | 'lrd' | 'lsl' | 'mad' | 'mdl' | 'mga' | 'mkd' | 'mmk' | 'mnt' | 'mop' | 'mro' | 'mvr' | 'mwk' | 'mxn' | 'myr' | 'mzn' | 'nad' | 'ngn' | 'nok' | 'npr' | 'nzd' | 'pgk' | 'php' | 'pkr' | 'pln' | 'qar' | 'ron' | 'rsd' | 'rub' | 'rwf' | 'sar' | 'sbd' | 'scr' | 'sek' | 'sgd' | 'sle' | 'sll' | 'sos' | 'szl' | 'thb' | 'tjs' | 'top' | 'try' | 'ttd' | 'tzs' | 'uah' | 'uzs' | 'vnd' | 'vuv' | 'wst' | 'xaf' | 'xcd' | 'yer' | 'zar' | 'zmw' | 'clp' | 'djf' | 'gnf' | 'ugx' | 'pyg' | 'xof' | 'xpf';
|
|
487
|
+
}
|
|
488
|
+
/**
|
|
489
|
+
* A single tier within a tiered charge
|
|
490
|
+
*/
|
|
491
|
+
interface Tier {
|
|
492
|
+
/**
|
|
493
|
+
* Flat price for this tier
|
|
494
|
+
*/
|
|
495
|
+
flatPrice?: Tier.FlatPrice | null;
|
|
496
|
+
/**
|
|
497
|
+
* Per-unit price in this tier
|
|
498
|
+
*/
|
|
499
|
+
unitPrice?: Tier.UnitPrice | null;
|
|
500
|
+
/**
|
|
501
|
+
* Upper bound of this tier (null for unlimited)
|
|
502
|
+
*/
|
|
503
|
+
upTo?: number | null;
|
|
504
|
+
}
|
|
505
|
+
namespace Tier {
|
|
506
|
+
/**
|
|
507
|
+
* Flat price for this tier
|
|
508
|
+
*/
|
|
509
|
+
interface FlatPrice {
|
|
510
|
+
/**
|
|
511
|
+
* The price amount
|
|
512
|
+
*/
|
|
513
|
+
amount: number;
|
|
514
|
+
/**
|
|
515
|
+
* ISO 4217 currency code
|
|
516
|
+
*/
|
|
517
|
+
currency: 'usd' | 'aed' | 'all' | 'amd' | 'ang' | 'aud' | 'awg' | 'azn' | 'bam' | 'bbd' | 'bdt' | 'bgn' | 'bif' | 'bmd' | 'bnd' | 'bsd' | 'bwp' | 'byn' | 'bzd' | 'brl' | 'cad' | 'cdf' | 'chf' | 'cny' | 'czk' | 'dkk' | 'dop' | 'dzd' | 'egp' | 'etb' | 'eur' | 'fjd' | 'gbp' | 'gel' | 'gip' | 'gmd' | 'gyd' | 'hkd' | 'hrk' | 'htg' | 'idr' | 'ils' | 'inr' | 'isk' | 'jmd' | 'jpy' | 'kes' | 'kgs' | 'khr' | 'kmf' | 'krw' | 'kyd' | 'kzt' | 'lbp' | 'lkr' | 'lrd' | 'lsl' | 'mad' | 'mdl' | 'mga' | 'mkd' | 'mmk' | 'mnt' | 'mop' | 'mro' | 'mvr' | 'mwk' | 'mxn' | 'myr' | 'mzn' | 'nad' | 'ngn' | 'nok' | 'npr' | 'nzd' | 'pgk' | 'php' | 'pkr' | 'pln' | 'qar' | 'ron' | 'rsd' | 'rub' | 'rwf' | 'sar' | 'sbd' | 'scr' | 'sek' | 'sgd' | 'sle' | 'sll' | 'sos' | 'szl' | 'thb' | 'tjs' | 'top' | 'try' | 'ttd' | 'tzs' | 'uah' | 'uzs' | 'vnd' | 'vuv' | 'wst' | 'xaf' | 'xcd' | 'yer' | 'zar' | 'zmw' | 'clp' | 'djf' | 'gnf' | 'ugx' | 'pyg' | 'xof' | 'xpf';
|
|
518
|
+
}
|
|
519
|
+
/**
|
|
520
|
+
* Per-unit price in this tier
|
|
521
|
+
*/
|
|
522
|
+
interface UnitPrice {
|
|
523
|
+
/**
|
|
524
|
+
* The price amount
|
|
525
|
+
*/
|
|
526
|
+
amount: number;
|
|
527
|
+
/**
|
|
528
|
+
* ISO 4217 currency code
|
|
529
|
+
*/
|
|
530
|
+
currency: 'usd' | 'aed' | 'all' | 'amd' | 'ang' | 'aud' | 'awg' | 'azn' | 'bam' | 'bbd' | 'bdt' | 'bgn' | 'bif' | 'bmd' | 'bnd' | 'bsd' | 'bwp' | 'byn' | 'bzd' | 'brl' | 'cad' | 'cdf' | 'chf' | 'cny' | 'czk' | 'dkk' | 'dop' | 'dzd' | 'egp' | 'etb' | 'eur' | 'fjd' | 'gbp' | 'gel' | 'gip' | 'gmd' | 'gyd' | 'hkd' | 'hrk' | 'htg' | 'idr' | 'ils' | 'inr' | 'isk' | 'jmd' | 'jpy' | 'kes' | 'kgs' | 'khr' | 'kmf' | 'krw' | 'kyd' | 'kzt' | 'lbp' | 'lkr' | 'lrd' | 'lsl' | 'mad' | 'mdl' | 'mga' | 'mkd' | 'mmk' | 'mnt' | 'mop' | 'mro' | 'mvr' | 'mwk' | 'mxn' | 'myr' | 'mzn' | 'nad' | 'ngn' | 'nok' | 'npr' | 'nzd' | 'pgk' | 'php' | 'pkr' | 'pln' | 'qar' | 'ron' | 'rsd' | 'rub' | 'rwf' | 'sar' | 'sbd' | 'scr' | 'sek' | 'sgd' | 'sle' | 'sll' | 'sos' | 'szl' | 'thb' | 'tjs' | 'top' | 'try' | 'ttd' | 'tzs' | 'uah' | 'uzs' | 'vnd' | 'vuv' | 'wst' | 'xaf' | 'xcd' | 'yer' | 'zar' | 'zmw' | 'clp' | 'djf' | 'gnf' | 'ugx' | 'pyg' | 'xof' | 'xpf';
|
|
531
|
+
}
|
|
532
|
+
}
|
|
533
|
+
}
|
|
534
|
+
/**
|
|
535
|
+
* A single pricing row on a plan or addon. Each charge encodes one (billingPeriod,
|
|
536
|
+
* billingModel, billingCadence, billingCountryCode) combination. Plans and addons
|
|
537
|
+
* own many of these — one per currency / billing period / feature.
|
|
538
|
+
*/
|
|
539
|
+
export interface PlanListOverageChargesResponse {
|
|
540
|
+
/**
|
|
541
|
+
* Unique identifier of the charge
|
|
542
|
+
*/
|
|
543
|
+
id: string;
|
|
544
|
+
/**
|
|
545
|
+
* The billing cadence (RECURRING or ONE_OFF)
|
|
546
|
+
*/
|
|
547
|
+
billingCadence: 'RECURRING' | 'ONE_OFF';
|
|
548
|
+
/**
|
|
549
|
+
* The billing model (FLAT_FEE, PER_UNIT, USAGE_BASED, CREDIT_BASED, MINIMUM_SPEND)
|
|
550
|
+
*/
|
|
551
|
+
billingModel: 'FLAT_FEE' | 'MINIMUM_SPEND' | 'PER_UNIT' | 'USAGE_BASED' | 'CREDIT_BASED';
|
|
552
|
+
/**
|
|
553
|
+
* The billing period (MONTHLY or ANNUALLY)
|
|
554
|
+
*/
|
|
555
|
+
billingPeriod: 'MONTHLY' | 'ANNUALLY';
|
|
556
|
+
/**
|
|
557
|
+
* Timestamp when the charge was created
|
|
558
|
+
*/
|
|
559
|
+
createdAt: string;
|
|
560
|
+
/**
|
|
561
|
+
* ISO country code for localized pricing, if any
|
|
562
|
+
*/
|
|
563
|
+
billingCountryCode?: string | null;
|
|
564
|
+
/**
|
|
565
|
+
* Identifier in the external billing integration (e.g. Stripe price id), if any
|
|
566
|
+
*/
|
|
567
|
+
billingId?: string | null;
|
|
568
|
+
/**
|
|
569
|
+
* Block size for usage-based pricing
|
|
570
|
+
*/
|
|
571
|
+
blockSize?: number | null;
|
|
572
|
+
/**
|
|
573
|
+
* When credits are granted (for credit-based pricing)
|
|
574
|
+
*/
|
|
575
|
+
creditGrantCadence?: 'BEGINNING_OF_BILLING_PERIOD' | 'MONTHLY' | null;
|
|
576
|
+
/**
|
|
577
|
+
* Credit rate configuration for credit-based pricing
|
|
578
|
+
*/
|
|
579
|
+
creditRate?: PlanListOverageChargesResponse.CreditRate | null;
|
|
580
|
+
/**
|
|
581
|
+
* Identifier in the linked CRM, if any
|
|
582
|
+
*/
|
|
583
|
+
crmId?: string | null;
|
|
584
|
+
/**
|
|
585
|
+
* Deep link to the charge in the linked CRM, if any
|
|
586
|
+
*/
|
|
587
|
+
crmLinkUrl?: string | null;
|
|
588
|
+
/**
|
|
589
|
+
* The feature this charge meters, if metered
|
|
590
|
+
*/
|
|
591
|
+
featureId?: string | null;
|
|
592
|
+
/**
|
|
593
|
+
* Maximum unit quantity that can be purchased
|
|
594
|
+
*/
|
|
595
|
+
maxUnitQuantity?: number | null;
|
|
596
|
+
/**
|
|
597
|
+
* Minimum unit quantity that can be purchased
|
|
598
|
+
*/
|
|
599
|
+
minUnitQuantity?: number | null;
|
|
600
|
+
/**
|
|
601
|
+
* The flat price amount and currency, when applicable
|
|
602
|
+
*/
|
|
603
|
+
price?: PlanListOverageChargesResponse.Price | null;
|
|
604
|
+
/**
|
|
605
|
+
* Tiered pricing rows when the charge is tiered
|
|
606
|
+
*/
|
|
607
|
+
tiers?: Array<PlanListOverageChargesResponse.Tier> | null;
|
|
608
|
+
/**
|
|
609
|
+
* Tiered pricing mode (VOLUME or GRADUATED) when the charge is tiered
|
|
610
|
+
*/
|
|
611
|
+
tiersMode?: 'VOLUME' | 'GRADUATED' | null;
|
|
612
|
+
/**
|
|
613
|
+
* Custom currency identifier for top-up pricing, if any
|
|
614
|
+
*/
|
|
615
|
+
topUpCustomCurrencyId?: string | null;
|
|
616
|
+
/**
|
|
617
|
+
* True if this charge is referenced by at least one subscription
|
|
618
|
+
*/
|
|
619
|
+
usedInSubscriptions?: boolean | null;
|
|
620
|
+
}
|
|
621
|
+
export declare namespace PlanListOverageChargesResponse {
|
|
622
|
+
/**
|
|
623
|
+
* Credit rate configuration for credit-based pricing
|
|
624
|
+
*/
|
|
625
|
+
interface CreditRate {
|
|
626
|
+
/**
|
|
627
|
+
* Credit rate amount
|
|
628
|
+
*/
|
|
629
|
+
amount: number;
|
|
630
|
+
/**
|
|
631
|
+
* Custom currency identifier
|
|
632
|
+
*/
|
|
633
|
+
currencyId: string;
|
|
634
|
+
/**
|
|
635
|
+
* Optional cost formula expression
|
|
636
|
+
*/
|
|
637
|
+
costFormula?: string | null;
|
|
638
|
+
}
|
|
639
|
+
/**
|
|
640
|
+
* The flat price amount and currency, when applicable
|
|
641
|
+
*/
|
|
642
|
+
interface Price {
|
|
643
|
+
/**
|
|
644
|
+
* The price amount
|
|
645
|
+
*/
|
|
646
|
+
amount: number;
|
|
647
|
+
/**
|
|
648
|
+
* ISO 4217 currency code
|
|
649
|
+
*/
|
|
650
|
+
currency: 'usd' | 'aed' | 'all' | 'amd' | 'ang' | 'aud' | 'awg' | 'azn' | 'bam' | 'bbd' | 'bdt' | 'bgn' | 'bif' | 'bmd' | 'bnd' | 'bsd' | 'bwp' | 'byn' | 'bzd' | 'brl' | 'cad' | 'cdf' | 'chf' | 'cny' | 'czk' | 'dkk' | 'dop' | 'dzd' | 'egp' | 'etb' | 'eur' | 'fjd' | 'gbp' | 'gel' | 'gip' | 'gmd' | 'gyd' | 'hkd' | 'hrk' | 'htg' | 'idr' | 'ils' | 'inr' | 'isk' | 'jmd' | 'jpy' | 'kes' | 'kgs' | 'khr' | 'kmf' | 'krw' | 'kyd' | 'kzt' | 'lbp' | 'lkr' | 'lrd' | 'lsl' | 'mad' | 'mdl' | 'mga' | 'mkd' | 'mmk' | 'mnt' | 'mop' | 'mro' | 'mvr' | 'mwk' | 'mxn' | 'myr' | 'mzn' | 'nad' | 'ngn' | 'nok' | 'npr' | 'nzd' | 'pgk' | 'php' | 'pkr' | 'pln' | 'qar' | 'ron' | 'rsd' | 'rub' | 'rwf' | 'sar' | 'sbd' | 'scr' | 'sek' | 'sgd' | 'sle' | 'sll' | 'sos' | 'szl' | 'thb' | 'tjs' | 'top' | 'try' | 'ttd' | 'tzs' | 'uah' | 'uzs' | 'vnd' | 'vuv' | 'wst' | 'xaf' | 'xcd' | 'yer' | 'zar' | 'zmw' | 'clp' | 'djf' | 'gnf' | 'ugx' | 'pyg' | 'xof' | 'xpf';
|
|
651
|
+
}
|
|
652
|
+
/**
|
|
653
|
+
* A single tier within a tiered charge
|
|
654
|
+
*/
|
|
655
|
+
interface Tier {
|
|
656
|
+
/**
|
|
657
|
+
* Flat price for this tier
|
|
658
|
+
*/
|
|
659
|
+
flatPrice?: Tier.FlatPrice | null;
|
|
660
|
+
/**
|
|
661
|
+
* Per-unit price in this tier
|
|
662
|
+
*/
|
|
663
|
+
unitPrice?: Tier.UnitPrice | null;
|
|
664
|
+
/**
|
|
665
|
+
* Upper bound of this tier (null for unlimited)
|
|
666
|
+
*/
|
|
667
|
+
upTo?: number | null;
|
|
668
|
+
}
|
|
669
|
+
namespace Tier {
|
|
670
|
+
/**
|
|
671
|
+
* Flat price for this tier
|
|
672
|
+
*/
|
|
673
|
+
interface FlatPrice {
|
|
674
|
+
/**
|
|
675
|
+
* The price amount
|
|
676
|
+
*/
|
|
677
|
+
amount: number;
|
|
678
|
+
/**
|
|
679
|
+
* ISO 4217 currency code
|
|
680
|
+
*/
|
|
681
|
+
currency: 'usd' | 'aed' | 'all' | 'amd' | 'ang' | 'aud' | 'awg' | 'azn' | 'bam' | 'bbd' | 'bdt' | 'bgn' | 'bif' | 'bmd' | 'bnd' | 'bsd' | 'bwp' | 'byn' | 'bzd' | 'brl' | 'cad' | 'cdf' | 'chf' | 'cny' | 'czk' | 'dkk' | 'dop' | 'dzd' | 'egp' | 'etb' | 'eur' | 'fjd' | 'gbp' | 'gel' | 'gip' | 'gmd' | 'gyd' | 'hkd' | 'hrk' | 'htg' | 'idr' | 'ils' | 'inr' | 'isk' | 'jmd' | 'jpy' | 'kes' | 'kgs' | 'khr' | 'kmf' | 'krw' | 'kyd' | 'kzt' | 'lbp' | 'lkr' | 'lrd' | 'lsl' | 'mad' | 'mdl' | 'mga' | 'mkd' | 'mmk' | 'mnt' | 'mop' | 'mro' | 'mvr' | 'mwk' | 'mxn' | 'myr' | 'mzn' | 'nad' | 'ngn' | 'nok' | 'npr' | 'nzd' | 'pgk' | 'php' | 'pkr' | 'pln' | 'qar' | 'ron' | 'rsd' | 'rub' | 'rwf' | 'sar' | 'sbd' | 'scr' | 'sek' | 'sgd' | 'sle' | 'sll' | 'sos' | 'szl' | 'thb' | 'tjs' | 'top' | 'try' | 'ttd' | 'tzs' | 'uah' | 'uzs' | 'vnd' | 'vuv' | 'wst' | 'xaf' | 'xcd' | 'yer' | 'zar' | 'zmw' | 'clp' | 'djf' | 'gnf' | 'ugx' | 'pyg' | 'xof' | 'xpf';
|
|
682
|
+
}
|
|
683
|
+
/**
|
|
684
|
+
* Per-unit price in this tier
|
|
685
|
+
*/
|
|
686
|
+
interface UnitPrice {
|
|
687
|
+
/**
|
|
688
|
+
* The price amount
|
|
689
|
+
*/
|
|
690
|
+
amount: number;
|
|
691
|
+
/**
|
|
692
|
+
* ISO 4217 currency code
|
|
693
|
+
*/
|
|
694
|
+
currency: 'usd' | 'aed' | 'all' | 'amd' | 'ang' | 'aud' | 'awg' | 'azn' | 'bam' | 'bbd' | 'bdt' | 'bgn' | 'bif' | 'bmd' | 'bnd' | 'bsd' | 'bwp' | 'byn' | 'bzd' | 'brl' | 'cad' | 'cdf' | 'chf' | 'cny' | 'czk' | 'dkk' | 'dop' | 'dzd' | 'egp' | 'etb' | 'eur' | 'fjd' | 'gbp' | 'gel' | 'gip' | 'gmd' | 'gyd' | 'hkd' | 'hrk' | 'htg' | 'idr' | 'ils' | 'inr' | 'isk' | 'jmd' | 'jpy' | 'kes' | 'kgs' | 'khr' | 'kmf' | 'krw' | 'kyd' | 'kzt' | 'lbp' | 'lkr' | 'lrd' | 'lsl' | 'mad' | 'mdl' | 'mga' | 'mkd' | 'mmk' | 'mnt' | 'mop' | 'mro' | 'mvr' | 'mwk' | 'mxn' | 'myr' | 'mzn' | 'nad' | 'ngn' | 'nok' | 'npr' | 'nzd' | 'pgk' | 'php' | 'pkr' | 'pln' | 'qar' | 'ron' | 'rsd' | 'rub' | 'rwf' | 'sar' | 'sbd' | 'scr' | 'sek' | 'sgd' | 'sle' | 'sll' | 'sos' | 'szl' | 'thb' | 'tjs' | 'top' | 'try' | 'ttd' | 'tzs' | 'uah' | 'uzs' | 'vnd' | 'vuv' | 'wst' | 'xaf' | 'xcd' | 'yer' | 'zar' | 'zmw' | 'clp' | 'djf' | 'gnf' | 'ugx' | 'pyg' | 'xof' | 'xpf';
|
|
695
|
+
}
|
|
696
|
+
}
|
|
697
|
+
}
|
|
301
698
|
/**
|
|
302
699
|
* Response containing task ID for publish operation
|
|
303
700
|
*/
|
|
@@ -985,8 +1382,7 @@ export interface PlanPublishParams {
|
|
|
985
1382
|
migrationType: 'NEW_CUSTOMERS' | 'ALL_CUSTOMERS';
|
|
986
1383
|
}
|
|
987
1384
|
export declare namespace Plans {
|
|
988
|
-
export { type Plan as Plan, type PlanListResponse as PlanListResponse, type PlanPublishResponse as PlanPublishResponse, type PlanRemoveDraftResponse as PlanRemoveDraftResponse, type PlanListResponsesMyCursorIDPage as PlanListResponsesMyCursorIDPage, type PlanCreateParams as PlanCreateParams, type PlanUpdateParams as PlanUpdateParams, type PlanListParams as PlanListParams, type PlanListChargesParams as PlanListChargesParams, type PlanListOverageChargesParams as PlanListOverageChargesParams, type PlanPublishParams as PlanPublishParams, };
|
|
1385
|
+
export { type Plan as Plan, type PlanListResponse as PlanListResponse, type PlanListChargesResponse as PlanListChargesResponse, type PlanListOverageChargesResponse as PlanListOverageChargesResponse, type PlanPublishResponse as PlanPublishResponse, type PlanRemoveDraftResponse as PlanRemoveDraftResponse, type PlanListResponsesMyCursorIDPage as PlanListResponsesMyCursorIDPage, type PlanListChargesResponsesMyCursorIDPage as PlanListChargesResponsesMyCursorIDPage, type PlanListOverageChargesResponsesMyCursorIDPage as PlanListOverageChargesResponsesMyCursorIDPage, type PlanCreateParams as PlanCreateParams, type PlanUpdateParams as PlanUpdateParams, type PlanListParams as PlanListParams, type PlanListChargesParams as PlanListChargesParams, type PlanListOverageChargesParams as PlanListOverageChargesParams, type PlanPublishParams as PlanPublishParams, };
|
|
989
1386
|
export { Entitlements as Entitlements, type PlanEntitlement as PlanEntitlement, type EntitlementCreateResponse as EntitlementCreateResponse, type EntitlementListResponse as EntitlementListResponse, type EntitlementCreateParams as EntitlementCreateParams, type EntitlementUpdateParams as EntitlementUpdateParams, type EntitlementDeleteParams as EntitlementDeleteParams, };
|
|
990
1387
|
}
|
|
991
|
-
export { type ChargeListDataMyCursorIDPage };
|
|
992
1388
|
//# sourceMappingURL=plans.d.mts.map
|