@stigg/typescript 0.1.0-beta.20 → 0.1.0-beta.22
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 +16 -0
- package/client.d.mts +3 -0
- package/client.d.mts.map +1 -1
- package/client.d.ts +3 -0
- package/client.d.ts.map +1 -1
- package/client.js +3 -0
- package/client.js.map +1 -1
- package/client.mjs +3 -0
- package/client.mjs.map +1 -1
- package/package.json +1 -1
- package/resources/index.d.mts +1 -0
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +1 -0
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +3 -1
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +1 -0
- package/resources/index.mjs.map +1 -1
- package/resources/v1/addons/addons.d.mts +145 -94
- package/resources/v1/addons/addons.d.mts.map +1 -1
- package/resources/v1/addons/addons.d.ts +145 -94
- package/resources/v1/addons/addons.d.ts.map +1 -1
- package/resources/v1/addons/addons.js +110 -76
- package/resources/v1/addons/addons.js.map +1 -1
- package/resources/v1/addons/addons.mjs +110 -76
- package/resources/v1/addons/addons.mjs.map +1 -1
- package/resources/v1/addons/entitlements.d.mts +62 -36
- package/resources/v1/addons/entitlements.d.mts.map +1 -1
- package/resources/v1/addons/entitlements.d.ts +62 -36
- package/resources/v1/addons/entitlements.d.ts.map +1 -1
- package/resources/v1/addons/entitlements.js +49 -39
- package/resources/v1/addons/entitlements.js.map +1 -1
- package/resources/v1/addons/entitlements.mjs +49 -39
- package/resources/v1/addons/entitlements.mjs.map +1 -1
- package/resources/v1/addons/index.d.mts +2 -2
- package/resources/v1/addons/index.d.mts.map +1 -1
- package/resources/v1/addons/index.d.ts +2 -2
- package/resources/v1/addons/index.d.ts.map +1 -1
- package/resources/v1/addons/index.js.map +1 -1
- package/resources/v1/addons/index.mjs.map +1 -1
- package/resources/v1/coupons.d.mts +81 -57
- package/resources/v1/coupons.d.mts.map +1 -1
- package/resources/v1/coupons.d.ts +81 -57
- package/resources/v1/coupons.d.ts.map +1 -1
- package/resources/v1/coupons.js +60 -45
- package/resources/v1/coupons.js.map +1 -1
- package/resources/v1/coupons.mjs +60 -45
- package/resources/v1/coupons.mjs.map +1 -1
- package/resources/v1/credits/credits.d.mts +60 -52
- package/resources/v1/credits/credits.d.mts.map +1 -1
- package/resources/v1/credits/credits.d.ts +60 -52
- package/resources/v1/credits/credits.d.ts.map +1 -1
- package/resources/v1/credits/credits.js +36 -30
- package/resources/v1/credits/credits.js.map +1 -1
- package/resources/v1/credits/credits.mjs +36 -30
- package/resources/v1/credits/credits.mjs.map +1 -1
- package/resources/v1/credits/custom-currencies.d.mts +98 -74
- package/resources/v1/credits/custom-currencies.d.mts.map +1 -1
- package/resources/v1/credits/custom-currencies.d.ts +98 -74
- package/resources/v1/credits/custom-currencies.d.ts.map +1 -1
- package/resources/v1/credits/custom-currencies.js +76 -61
- package/resources/v1/credits/custom-currencies.js.map +1 -1
- package/resources/v1/credits/custom-currencies.mjs +76 -61
- package/resources/v1/credits/custom-currencies.mjs.map +1 -1
- package/resources/v1/credits/grants.d.mts +63 -54
- package/resources/v1/credits/grants.d.mts.map +1 -1
- package/resources/v1/credits/grants.d.ts +63 -54
- package/resources/v1/credits/grants.d.ts.map +1 -1
- package/resources/v1/credits/grants.js +35 -33
- package/resources/v1/credits/grants.js.map +1 -1
- package/resources/v1/credits/grants.mjs +35 -33
- package/resources/v1/credits/grants.mjs.map +1 -1
- package/resources/v1/credits/index.d.mts +2 -2
- package/resources/v1/credits/index.d.mts.map +1 -1
- package/resources/v1/credits/index.d.ts +2 -2
- package/resources/v1/credits/index.d.ts.map +1 -1
- package/resources/v1/credits/index.js.map +1 -1
- package/resources/v1/credits/index.mjs.map +1 -1
- package/resources/v1/customers/customers.d.mts +167 -127
- package/resources/v1/customers/customers.d.mts.map +1 -1
- package/resources/v1/customers/customers.d.ts +167 -127
- package/resources/v1/customers/customers.d.ts.map +1 -1
- package/resources/v1/customers/customers.js +124 -96
- package/resources/v1/customers/customers.js.map +1 -1
- package/resources/v1/customers/customers.mjs +124 -96
- package/resources/v1/customers/customers.mjs.map +1 -1
- package/resources/v1/customers/index.d.mts +2 -2
- package/resources/v1/customers/index.d.mts.map +1 -1
- package/resources/v1/customers/index.d.ts +2 -2
- package/resources/v1/customers/index.d.ts.map +1 -1
- package/resources/v1/customers/index.js.map +1 -1
- package/resources/v1/customers/index.mjs +1 -1
- package/resources/v1/customers/index.mjs.map +1 -1
- package/resources/v1/customers/integrations.d.mts +66 -58
- package/resources/v1/customers/integrations.d.mts.map +1 -1
- package/resources/v1/customers/integrations.d.ts +66 -58
- package/resources/v1/customers/integrations.d.ts.map +1 -1
- package/resources/v1/customers/integrations.js +57 -56
- package/resources/v1/customers/integrations.js.map +1 -1
- package/resources/v1/customers/integrations.mjs +57 -56
- package/resources/v1/customers/integrations.mjs.map +1 -1
- package/resources/v1/customers/payment-method.d.mts +33 -25
- package/resources/v1/customers/payment-method.d.mts.map +1 -1
- package/resources/v1/customers/payment-method.d.ts +33 -25
- package/resources/v1/customers/payment-method.d.ts.map +1 -1
- package/resources/v1/customers/payment-method.js +26 -20
- package/resources/v1/customers/payment-method.js.map +1 -1
- package/resources/v1/customers/payment-method.mjs +26 -20
- package/resources/v1/customers/payment-method.mjs.map +1 -1
- package/resources/v1/customers/promotional-entitlements.d.mts +42 -60
- package/resources/v1/customers/promotional-entitlements.d.mts.map +1 -1
- package/resources/v1/customers/promotional-entitlements.d.ts +42 -60
- package/resources/v1/customers/promotional-entitlements.d.ts.map +1 -1
- package/resources/v1/customers/promotional-entitlements.js +38 -57
- package/resources/v1/customers/promotional-entitlements.js.map +1 -1
- package/resources/v1/customers/promotional-entitlements.mjs +38 -57
- package/resources/v1/customers/promotional-entitlements.mjs.map +1 -1
- package/resources/v1/events/data-export/data-export.d.mts +29 -21
- package/resources/v1/events/data-export/data-export.d.mts.map +1 -1
- package/resources/v1/events/data-export/data-export.d.ts +29 -21
- package/resources/v1/events/data-export/data-export.d.ts.map +1 -1
- package/resources/v1/events/data-export/data-export.js +27 -18
- package/resources/v1/events/data-export/data-export.js.map +1 -1
- package/resources/v1/events/data-export/data-export.mjs +27 -18
- package/resources/v1/events/data-export/data-export.mjs.map +1 -1
- package/resources/v1/events/data-export/destinations.d.mts +29 -22
- package/resources/v1/events/data-export/destinations.d.mts.map +1 -1
- package/resources/v1/events/data-export/destinations.d.ts +29 -22
- package/resources/v1/events/data-export/destinations.d.ts.map +1 -1
- package/resources/v1/events/data-export/destinations.js +26 -21
- package/resources/v1/events/data-export/destinations.js.map +1 -1
- package/resources/v1/events/data-export/destinations.mjs +26 -21
- package/resources/v1/events/data-export/destinations.mjs.map +1 -1
- package/resources/v1/events/data-export/index.d.mts +1 -1
- package/resources/v1/events/data-export/index.d.mts.map +1 -1
- package/resources/v1/events/data-export/index.d.ts +1 -1
- package/resources/v1/events/data-export/index.d.ts.map +1 -1
- package/resources/v1/events/data-export/index.js.map +1 -1
- package/resources/v1/events/data-export/index.mjs.map +1 -1
- package/resources/v1/events/events.d.mts +13 -19
- package/resources/v1/events/events.d.mts.map +1 -1
- package/resources/v1/events/events.d.ts +13 -19
- package/resources/v1/events/events.d.ts.map +1 -1
- package/resources/v1/events/events.js +14 -19
- package/resources/v1/events/events.js.map +1 -1
- package/resources/v1/events/events.mjs +14 -19
- package/resources/v1/events/events.mjs.map +1 -1
- package/resources/v1/events/index.d.mts +0 -1
- package/resources/v1/events/index.d.mts.map +1 -1
- package/resources/v1/events/index.d.ts +0 -1
- package/resources/v1/events/index.d.ts.map +1 -1
- package/resources/v1/events/index.js +3 -5
- package/resources/v1/events/index.js.map +1 -1
- package/resources/v1/events/index.mjs +0 -1
- package/resources/v1/events/index.mjs.map +1 -1
- package/resources/v1/features.d.mts +109 -74
- package/resources/v1/features.d.mts.map +1 -1
- package/resources/v1/features.d.ts +109 -74
- package/resources/v1/features.d.ts.map +1 -1
- package/resources/v1/features.js +72 -54
- package/resources/v1/features.js.map +1 -1
- package/resources/v1/features.mjs +72 -54
- package/resources/v1/features.mjs.map +1 -1
- package/resources/v1/index.d.mts +7 -7
- package/resources/v1/index.d.mts.map +1 -1
- package/resources/v1/index.d.ts +7 -7
- package/resources/v1/index.d.ts.map +1 -1
- package/resources/v1/index.js.map +1 -1
- package/resources/v1/index.mjs.map +1 -1
- package/resources/v1/plans/entitlements.d.mts +62 -36
- package/resources/v1/plans/entitlements.d.mts.map +1 -1
- package/resources/v1/plans/entitlements.d.ts +62 -36
- package/resources/v1/plans/entitlements.d.ts.map +1 -1
- package/resources/v1/plans/entitlements.js +49 -39
- package/resources/v1/plans/entitlements.js.map +1 -1
- package/resources/v1/plans/entitlements.mjs +49 -39
- package/resources/v1/plans/entitlements.mjs.map +1 -1
- package/resources/v1/plans/index.d.mts +2 -2
- package/resources/v1/plans/index.d.mts.map +1 -1
- package/resources/v1/plans/index.d.ts +2 -2
- 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 +159 -106
- package/resources/v1/plans/plans.d.mts.map +1 -1
- package/resources/v1/plans/plans.d.ts +159 -106
- package/resources/v1/plans/plans.d.ts.map +1 -1
- package/resources/v1/plans/plans.js +127 -89
- package/resources/v1/plans/plans.js.map +1 -1
- package/resources/v1/plans/plans.mjs +127 -89
- package/resources/v1/plans/plans.mjs.map +1 -1
- package/resources/v1/products.d.mts +97 -66
- package/resources/v1/products.d.mts.map +1 -1
- package/resources/v1/products.d.ts +97 -66
- package/resources/v1/products.d.ts.map +1 -1
- package/resources/v1/products.js +73 -54
- package/resources/v1/products.js.map +1 -1
- package/resources/v1/products.mjs +73 -54
- package/resources/v1/products.mjs.map +1 -1
- package/resources/v1/subscriptions/future-update.d.mts +29 -19
- package/resources/v1/subscriptions/future-update.d.mts.map +1 -1
- package/resources/v1/subscriptions/future-update.d.ts +29 -19
- package/resources/v1/subscriptions/future-update.d.ts.map +1 -1
- package/resources/v1/subscriptions/future-update.js +25 -20
- package/resources/v1/subscriptions/future-update.js.map +1 -1
- package/resources/v1/subscriptions/future-update.mjs +25 -20
- package/resources/v1/subscriptions/future-update.mjs.map +1 -1
- package/resources/v1/subscriptions/index.d.mts +4 -4
- package/resources/v1/subscriptions/index.d.mts.map +1 -1
- package/resources/v1/subscriptions/index.d.ts +4 -4
- package/resources/v1/subscriptions/index.d.ts.map +1 -1
- package/resources/v1/subscriptions/index.js.map +1 -1
- package/resources/v1/subscriptions/index.mjs +1 -1
- package/resources/v1/subscriptions/index.mjs.map +1 -1
- package/resources/v1/subscriptions/invoice.d.mts +15 -8
- package/resources/v1/subscriptions/invoice.d.mts.map +1 -1
- package/resources/v1/subscriptions/invoice.d.ts +15 -8
- package/resources/v1/subscriptions/invoice.d.ts.map +1 -1
- package/resources/v1/subscriptions/invoice.js +13 -8
- package/resources/v1/subscriptions/invoice.js.map +1 -1
- package/resources/v1/subscriptions/invoice.mjs +13 -8
- package/resources/v1/subscriptions/invoice.mjs.map +1 -1
- package/resources/v1/subscriptions/subscriptions.d.mts +244 -161
- package/resources/v1/subscriptions/subscriptions.d.mts.map +1 -1
- package/resources/v1/subscriptions/subscriptions.d.ts +244 -161
- package/resources/v1/subscriptions/subscriptions.d.ts.map +1 -1
- package/resources/v1/subscriptions/subscriptions.js +126 -100
- package/resources/v1/subscriptions/subscriptions.js.map +1 -1
- package/resources/v1/subscriptions/subscriptions.mjs +128 -102
- package/resources/v1/subscriptions/subscriptions.mjs.map +1 -1
- package/resources/v1/subscriptions/usage.d.mts +29 -17
- package/resources/v1/subscriptions/usage.d.mts.map +1 -1
- package/resources/v1/subscriptions/usage.d.ts +29 -17
- package/resources/v1/subscriptions/usage.d.ts.map +1 -1
- package/resources/v1/subscriptions/usage.js +26 -17
- package/resources/v1/subscriptions/usage.js.map +1 -1
- package/resources/v1/subscriptions/usage.mjs +26 -17
- package/resources/v1/subscriptions/usage.mjs.map +1 -1
- package/resources/v1/usage.d.mts +24 -26
- package/resources/v1/usage.d.mts.map +1 -1
- package/resources/v1/usage.d.ts +24 -26
- package/resources/v1/usage.d.ts.map +1 -1
- package/resources/v1/usage.js +26 -28
- package/resources/v1/usage.js.map +1 -1
- package/resources/v1/usage.mjs +26 -28
- package/resources/v1/usage.mjs.map +1 -1
- package/resources/v1/v1.d.mts +14 -14
- package/resources/v1/v1.d.mts.map +1 -1
- package/resources/v1/v1.d.ts +14 -14
- package/resources/v1/v1.d.ts.map +1 -1
- package/resources/v1/v1.js.map +1 -1
- package/resources/v1/v1.mjs.map +1 -1
- package/resources/v1-beta/customers/assignments.d.mts +242 -0
- package/resources/v1-beta/customers/assignments.d.mts.map +1 -0
- package/resources/v1-beta/customers/assignments.d.ts +242 -0
- package/resources/v1-beta/customers/assignments.d.ts.map +1 -0
- package/resources/v1-beta/customers/assignments.js +84 -0
- package/resources/v1-beta/customers/assignments.js.map +1 -0
- package/resources/v1-beta/customers/assignments.mjs +80 -0
- package/resources/v1-beta/customers/assignments.mjs.map +1 -0
- package/resources/{v1/events/beta → v1-beta}/customers/customers.d.mts +1 -1
- package/resources/v1-beta/customers/customers.d.mts.map +1 -0
- package/resources/{v1/events/beta → v1-beta}/customers/customers.d.ts +1 -1
- package/resources/v1-beta/customers/customers.d.ts.map +1 -0
- package/resources/{v1/events/beta → v1-beta}/customers/customers.js +2 -2
- package/resources/v1-beta/customers/customers.js.map +1 -0
- package/resources/{v1/events/beta → v1-beta}/customers/customers.mjs +1 -1
- package/resources/v1-beta/customers/customers.mjs.map +1 -0
- package/resources/{v1/events/beta → v1-beta}/customers/entities.d.mts +94 -47
- package/resources/v1-beta/customers/entities.d.mts.map +1 -0
- package/resources/{v1/events/beta → v1-beta}/customers/entities.d.ts +94 -47
- package/resources/v1-beta/customers/entities.d.ts.map +1 -0
- package/resources/v1-beta/customers/entities.js +150 -0
- package/resources/v1-beta/customers/entities.js.map +1 -0
- package/resources/v1-beta/customers/entities.mjs +146 -0
- package/resources/v1-beta/customers/entities.mjs.map +1 -0
- package/resources/{v1/events/beta → v1-beta}/customers/entitlements.d.mts +27 -16
- package/resources/v1-beta/customers/entitlements.d.mts.map +1 -0
- package/resources/{v1/events/beta → v1-beta}/customers/entitlements.d.ts +27 -16
- package/resources/v1-beta/customers/entitlements.d.ts.map +1 -0
- package/resources/v1-beta/customers/entitlements.js +36 -0
- package/resources/v1-beta/customers/entitlements.js.map +1 -0
- package/resources/v1-beta/customers/entitlements.mjs +32 -0
- package/resources/v1-beta/customers/entitlements.mjs.map +1 -0
- package/resources/v1-beta/customers/index.d.mts.map +1 -0
- package/resources/v1-beta/customers/index.d.ts.map +1 -0
- package/resources/v1-beta/customers/index.js.map +1 -0
- package/resources/v1-beta/customers/index.mjs.map +1 -0
- package/resources/v1-beta/customers.d.mts.map +1 -0
- package/resources/v1-beta/customers.d.ts.map +1 -0
- package/resources/{v1/events/beta → v1-beta}/customers.js +1 -1
- package/resources/v1-beta/customers.js.map +1 -0
- package/resources/v1-beta/customers.mjs.map +1 -0
- package/resources/{v1/events/beta → v1-beta}/entity-types.d.mts +44 -23
- package/resources/v1-beta/entity-types.d.mts.map +1 -0
- package/resources/{v1/events/beta → v1-beta}/entity-types.d.ts +44 -23
- package/resources/v1-beta/entity-types.d.ts.map +1 -0
- package/resources/v1-beta/entity-types.js +75 -0
- package/resources/v1-beta/entity-types.js.map +1 -0
- package/resources/v1-beta/entity-types.mjs +71 -0
- package/resources/v1-beta/entity-types.mjs.map +1 -0
- package/resources/{v1/events/beta → v1-beta}/index.d.mts +1 -1
- package/resources/v1-beta/index.d.mts.map +1 -0
- package/resources/{v1/events/beta → v1-beta}/index.d.ts +1 -1
- package/resources/v1-beta/index.d.ts.map +1 -0
- package/resources/{v1/events/beta → v1-beta}/index.js +3 -3
- package/resources/v1-beta/index.js.map +1 -0
- package/resources/{v1/events/beta → v1-beta}/index.mjs +1 -1
- package/resources/v1-beta/index.mjs.map +1 -0
- package/resources/{v1/events/beta/beta.d.mts → v1-beta/v1-beta.d.mts} +4 -4
- package/resources/v1-beta/v1-beta.d.mts.map +1 -0
- package/resources/{v1/events/beta/beta.d.ts → v1-beta/v1-beta.d.ts} +4 -4
- package/resources/v1-beta/v1-beta.d.ts.map +1 -0
- package/resources/{v1/events/beta/beta.js → v1-beta/v1-beta.js} +8 -8
- package/resources/v1-beta/v1-beta.js.map +1 -0
- package/resources/{v1/events/beta/beta.mjs → v1-beta/v1-beta.mjs} +5 -5
- package/resources/v1-beta/v1-beta.mjs.map +1 -0
- package/resources/v1-beta.d.mts +2 -0
- package/resources/v1-beta.d.mts.map +1 -0
- package/resources/v1-beta.d.ts +2 -0
- package/resources/v1-beta.d.ts.map +1 -0
- package/resources/{v1/events/beta.js → v1-beta.js} +3 -3
- package/resources/v1-beta.js.map +1 -0
- package/resources/{v1/events/beta.mjs → v1-beta.mjs} +2 -2
- package/resources/v1-beta.mjs.map +1 -0
- package/src/client.ts +5 -0
- package/src/resources/index.ts +1 -0
- package/src/resources/v1/addons/addons.ts +293 -105
- package/src/resources/v1/addons/entitlements.ts +123 -41
- package/src/resources/v1/addons/index.ts +5 -0
- package/src/resources/v1/coupons.ts +158 -63
- package/src/resources/v1/credits/credits.ts +103 -50
- package/src/resources/v1/credits/custom-currencies.ts +191 -82
- package/src/resources/v1/credits/grants.ts +104 -54
- package/src/resources/v1/credits/index.ts +4 -0
- package/src/resources/v1/customers/customers.ts +324 -140
- package/src/resources/v1/customers/index.ts +8 -1
- package/src/resources/v1/customers/integrations.ts +129 -63
- package/src/resources/v1/customers/payment-method.ts +66 -25
- package/src/resources/v1/customers/promotional-entitlements.ts +82 -62
- package/src/resources/v1/events/data-export/data-export.ts +58 -21
- package/src/resources/v1/events/data-export/destinations.ts +61 -23
- package/src/resources/v1/events/data-export/index.ts +1 -0
- package/src/resources/v1/events/events.ts +28 -22
- package/src/resources/v1/events/index.ts +0 -1
- package/src/resources/v1/features.ts +209 -82
- package/src/resources/v1/index.ts +19 -0
- package/src/resources/v1/plans/entitlements.ts +123 -41
- package/src/resources/v1/plans/index.ts +5 -0
- package/src/resources/v1/plans/plans.ts +321 -119
- package/src/resources/v1/products.ts +193 -74
- package/src/resources/v1/subscriptions/future-update.ts +68 -21
- package/src/resources/v1/subscriptions/index.ts +9 -2
- package/src/resources/v1/subscriptions/invoice.ts +36 -9
- package/src/resources/v1/subscriptions/subscriptions.ts +417 -173
- package/src/resources/v1/subscriptions/usage.ts +61 -18
- package/src/resources/v1/usage.ts +53 -29
- package/src/resources/v1/v1.ts +38 -0
- package/src/resources/v1-beta/customers/assignments.ts +328 -0
- package/src/resources/{v1/events/beta → v1-beta}/customers/customers.ts +1 -1
- package/src/resources/{v1/events/beta → v1-beta}/customers/entities.ts +165 -54
- package/src/resources/{v1/events/beta → v1-beta}/customers/entitlements.ts +43 -18
- package/src/resources/{v1/events/beta → v1-beta}/entity-types.ts +70 -25
- package/src/resources/{v1/events/beta → v1-beta}/index.ts +1 -1
- package/src/resources/{v1/events/beta/beta.ts → v1-beta/v1-beta.ts} +5 -5
- package/src/resources/{v1/events/beta.ts → v1-beta.ts} +1 -1
- 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/events/beta/beta.d.mts.map +0 -1
- package/resources/v1/events/beta/beta.d.ts.map +0 -1
- package/resources/v1/events/beta/beta.js.map +0 -1
- package/resources/v1/events/beta/beta.mjs.map +0 -1
- package/resources/v1/events/beta/customers/assignments.d.mts +0 -178
- package/resources/v1/events/beta/customers/assignments.d.mts.map +0 -1
- package/resources/v1/events/beta/customers/assignments.d.ts +0 -178
- package/resources/v1/events/beta/customers/assignments.d.ts.map +0 -1
- package/resources/v1/events/beta/customers/assignments.js +0 -62
- package/resources/v1/events/beta/customers/assignments.js.map +0 -1
- package/resources/v1/events/beta/customers/assignments.mjs +0 -58
- package/resources/v1/events/beta/customers/assignments.mjs.map +0 -1
- package/resources/v1/events/beta/customers/customers.d.mts.map +0 -1
- package/resources/v1/events/beta/customers/customers.d.ts.map +0 -1
- package/resources/v1/events/beta/customers/customers.js.map +0 -1
- package/resources/v1/events/beta/customers/customers.mjs.map +0 -1
- package/resources/v1/events/beta/customers/entities.d.mts.map +0 -1
- package/resources/v1/events/beta/customers/entities.d.ts.map +0 -1
- package/resources/v1/events/beta/customers/entities.js +0 -105
- package/resources/v1/events/beta/customers/entities.js.map +0 -1
- package/resources/v1/events/beta/customers/entities.mjs +0 -101
- package/resources/v1/events/beta/customers/entities.mjs.map +0 -1
- package/resources/v1/events/beta/customers/entitlements.d.mts.map +0 -1
- package/resources/v1/events/beta/customers/entitlements.d.ts.map +0 -1
- package/resources/v1/events/beta/customers/entitlements.js +0 -26
- package/resources/v1/events/beta/customers/entitlements.js.map +0 -1
- package/resources/v1/events/beta/customers/entitlements.mjs +0 -22
- package/resources/v1/events/beta/customers/entitlements.mjs.map +0 -1
- package/resources/v1/events/beta/customers/index.d.mts.map +0 -1
- package/resources/v1/events/beta/customers/index.d.ts.map +0 -1
- package/resources/v1/events/beta/customers/index.js.map +0 -1
- package/resources/v1/events/beta/customers/index.mjs.map +0 -1
- package/resources/v1/events/beta/customers.d.mts.map +0 -1
- package/resources/v1/events/beta/customers.d.ts.map +0 -1
- package/resources/v1/events/beta/customers.js.map +0 -1
- package/resources/v1/events/beta/customers.mjs.map +0 -1
- package/resources/v1/events/beta/entity-types.d.mts.map +0 -1
- package/resources/v1/events/beta/entity-types.d.ts.map +0 -1
- package/resources/v1/events/beta/entity-types.js +0 -56
- package/resources/v1/events/beta/entity-types.js.map +0 -1
- package/resources/v1/events/beta/entity-types.mjs +0 -52
- package/resources/v1/events/beta/entity-types.mjs.map +0 -1
- package/resources/v1/events/beta/index.d.mts.map +0 -1
- package/resources/v1/events/beta/index.d.ts.map +0 -1
- package/resources/v1/events/beta/index.js.map +0 -1
- package/resources/v1/events/beta/index.mjs.map +0 -1
- package/resources/v1/events/beta.d.mts +0 -2
- package/resources/v1/events/beta.d.mts.map +0 -1
- package/resources/v1/events/beta.d.ts +0 -2
- package/resources/v1/events/beta.d.ts.map +0 -1
- package/resources/v1/events/beta.js.map +0 -1
- package/resources/v1/events/beta.mjs.map +0 -1
- package/src/resources/v1/events/beta/customers/assignments.ts +0 -228
- /package/resources/{v1/events/beta → v1-beta}/customers/index.d.mts +0 -0
- /package/resources/{v1/events/beta → v1-beta}/customers/index.d.ts +0 -0
- /package/resources/{v1/events/beta → v1-beta}/customers/index.js +0 -0
- /package/resources/{v1/events/beta → v1-beta}/customers/index.mjs +0 -0
- /package/resources/{v1/events/beta → v1-beta}/customers.d.mts +0 -0
- /package/resources/{v1/events/beta → v1-beta}/customers.d.ts +0 -0
- /package/resources/{v1/events/beta → v1-beta}/customers.mjs +0 -0
- /package/src/resources/{v1/events/beta → v1-beta}/customers/index.ts +0 -0
- /package/src/resources/{v1/events/beta → v1-beta}/customers.ts +0 -0
|
@@ -9,72 +9,29 @@ export declare class Products extends APIResource {
|
|
|
9
9
|
/**
|
|
10
10
|
* Archives a product, preventing new subscriptions. All plans and addons are
|
|
11
11
|
* archived.
|
|
12
|
-
*
|
|
13
|
-
* @example
|
|
14
|
-
* ```ts
|
|
15
|
-
* const product = await client.v1.products.archiveProduct(
|
|
16
|
-
* 'x',
|
|
17
|
-
* );
|
|
18
|
-
* ```
|
|
19
12
|
*/
|
|
20
|
-
archiveProduct(id: string, options?: RequestOptions): APIPromise<Product>;
|
|
13
|
+
archiveProduct(id: string, params?: ProductArchiveProductParams | null | undefined, options?: RequestOptions): APIPromise<Product>;
|
|
21
14
|
/**
|
|
22
15
|
* Creates a new product.
|
|
23
|
-
*
|
|
24
|
-
* @example
|
|
25
|
-
* ```ts
|
|
26
|
-
* const product = await client.v1.products.createProduct({
|
|
27
|
-
* id: 'id',
|
|
28
|
-
* displayName: 'displayName',
|
|
29
|
-
* });
|
|
30
|
-
* ```
|
|
31
16
|
*/
|
|
32
|
-
createProduct(
|
|
17
|
+
createProduct(params: ProductCreateProductParams, options?: RequestOptions): APIPromise<Product>;
|
|
33
18
|
/**
|
|
34
19
|
* Duplicates an existing product, including its plans, addons, and configuration.
|
|
35
|
-
*
|
|
36
|
-
* @example
|
|
37
|
-
* ```ts
|
|
38
|
-
* const product = await client.v1.products.duplicateProduct(
|
|
39
|
-
* 'x',
|
|
40
|
-
* { targetId: 'targetId' },
|
|
41
|
-
* );
|
|
42
|
-
* ```
|
|
43
20
|
*/
|
|
44
|
-
duplicateProduct(id: string,
|
|
21
|
+
duplicateProduct(id: string, params: ProductDuplicateProductParams, options?: RequestOptions): APIPromise<Product>;
|
|
45
22
|
/**
|
|
46
23
|
* Retrieves a paginated list of products in the environment.
|
|
47
|
-
*
|
|
48
|
-
* @example
|
|
49
|
-
* ```ts
|
|
50
|
-
* // Automatically fetches more pages as needed.
|
|
51
|
-
* for await (const productListProductsResponse of client.v1.products.listProducts()) {
|
|
52
|
-
* // ...
|
|
53
|
-
* }
|
|
54
|
-
* ```
|
|
55
24
|
*/
|
|
56
|
-
listProducts(
|
|
25
|
+
listProducts(params?: ProductListProductsParams | null | undefined, options?: RequestOptions): PagePromise<ProductListProductsResponsesMyCursorIDPage, ProductListProductsResponse>;
|
|
57
26
|
/**
|
|
58
27
|
* Restores an archived product, allowing new subscriptions to be created.
|
|
59
|
-
*
|
|
60
|
-
* @example
|
|
61
|
-
* ```ts
|
|
62
|
-
* const product = await client.v1.products.unarchiveProduct(
|
|
63
|
-
* 'x',
|
|
64
|
-
* );
|
|
65
|
-
* ```
|
|
66
28
|
*/
|
|
67
|
-
unarchiveProduct(id: string, options?: RequestOptions): APIPromise<Product>;
|
|
29
|
+
unarchiveProduct(id: string, params?: ProductUnarchiveProductParams | null | undefined, options?: RequestOptions): APIPromise<Product>;
|
|
68
30
|
/**
|
|
69
31
|
* Updates an existing product's properties such as display name, description, and
|
|
70
32
|
* metadata.
|
|
71
|
-
*
|
|
72
|
-
* @example
|
|
73
|
-
* ```ts
|
|
74
|
-
* const product = await client.v1.products.updateProduct('x');
|
|
75
|
-
* ```
|
|
76
33
|
*/
|
|
77
|
-
updateProduct(id: string,
|
|
34
|
+
updateProduct(id: string, params: ProductUpdateProductParams, options?: RequestOptions): APIPromise<Product>;
|
|
78
35
|
}
|
|
79
36
|
export type ProductListProductsResponsesMyCursorIDPage = MyCursorIDPage<ProductListProductsResponse>;
|
|
80
37
|
/**
|
|
@@ -238,57 +195,104 @@ export declare namespace ProductListProductsResponse {
|
|
|
238
195
|
subscriptionStartPlanId?: string | null;
|
|
239
196
|
}
|
|
240
197
|
}
|
|
198
|
+
export interface ProductArchiveProductParams {
|
|
199
|
+
/**
|
|
200
|
+
* Account ID — optional when authenticating with a user JWT (Bearer token); falls
|
|
201
|
+
* back to the user's first membership. Ignored for API-key auth.
|
|
202
|
+
*/
|
|
203
|
+
'X-ACCOUNT-ID'?: string;
|
|
204
|
+
/**
|
|
205
|
+
* Environment ID — required when authenticating with a user JWT (Bearer token) on
|
|
206
|
+
* environment-scoped endpoints. Ignored for API-key auth (env is intrinsic to the
|
|
207
|
+
* key).
|
|
208
|
+
*/
|
|
209
|
+
'X-ENVIRONMENT-ID'?: string;
|
|
210
|
+
}
|
|
241
211
|
export interface ProductCreateProductParams {
|
|
242
212
|
/**
|
|
243
|
-
* The unique identifier for the entity
|
|
213
|
+
* Body param: The unique identifier for the entity
|
|
244
214
|
*/
|
|
245
215
|
id: string;
|
|
246
216
|
/**
|
|
247
|
-
* Display name of the product
|
|
217
|
+
* Body param: Display name of the product
|
|
248
218
|
*/
|
|
249
219
|
displayName: string;
|
|
250
220
|
/**
|
|
251
|
-
* Description of the product
|
|
221
|
+
* Body param: Description of the product
|
|
252
222
|
*/
|
|
253
223
|
description?: string | null;
|
|
254
224
|
/**
|
|
255
|
-
* Additional metadata for the product
|
|
225
|
+
* Body param: Additional metadata for the product
|
|
256
226
|
*/
|
|
257
227
|
metadata?: {
|
|
258
228
|
[key: string]: string;
|
|
259
229
|
} | null;
|
|
260
230
|
/**
|
|
261
|
-
* Indicates if multiple subscriptions to this product are allowed
|
|
231
|
+
* Body param: Indicates if multiple subscriptions to this product are allowed
|
|
262
232
|
*/
|
|
263
233
|
multipleSubscriptions?: boolean;
|
|
234
|
+
/**
|
|
235
|
+
* Header param: Account ID — optional when authenticating with a user JWT (Bearer
|
|
236
|
+
* token); falls back to the user's first membership. Ignored for API-key auth.
|
|
237
|
+
*/
|
|
238
|
+
'X-ACCOUNT-ID'?: string;
|
|
239
|
+
/**
|
|
240
|
+
* Header param: Environment ID — required when authenticating with a user JWT
|
|
241
|
+
* (Bearer token) on environment-scoped endpoints. Ignored for API-key auth (env is
|
|
242
|
+
* intrinsic to the key).
|
|
243
|
+
*/
|
|
244
|
+
'X-ENVIRONMENT-ID'?: string;
|
|
264
245
|
}
|
|
265
246
|
export interface ProductDuplicateProductParams {
|
|
266
247
|
/**
|
|
267
|
-
* The unique identifier for the entity
|
|
248
|
+
* Body param: The unique identifier for the entity
|
|
268
249
|
*/
|
|
269
250
|
targetId: string;
|
|
270
251
|
/**
|
|
271
|
-
* Description of the product
|
|
252
|
+
* Body param: Description of the product
|
|
272
253
|
*/
|
|
273
254
|
description?: string | null;
|
|
274
255
|
/**
|
|
275
|
-
* Display name of the product
|
|
256
|
+
* Body param: Display name of the product
|
|
276
257
|
*/
|
|
277
258
|
displayName?: string;
|
|
259
|
+
/**
|
|
260
|
+
* Header param: Account ID — optional when authenticating with a user JWT (Bearer
|
|
261
|
+
* token); falls back to the user's first membership. Ignored for API-key auth.
|
|
262
|
+
*/
|
|
263
|
+
'X-ACCOUNT-ID'?: string;
|
|
264
|
+
/**
|
|
265
|
+
* Header param: Environment ID — required when authenticating with a user JWT
|
|
266
|
+
* (Bearer token) on environment-scoped endpoints. Ignored for API-key auth (env is
|
|
267
|
+
* intrinsic to the key).
|
|
268
|
+
*/
|
|
269
|
+
'X-ENVIRONMENT-ID'?: string;
|
|
278
270
|
}
|
|
279
271
|
export interface ProductListProductsParams extends MyCursorIDPageParams {
|
|
280
272
|
/**
|
|
281
|
-
* Filter by entity ID
|
|
273
|
+
* Query param: Filter by entity ID
|
|
282
274
|
*/
|
|
283
275
|
id?: string;
|
|
284
276
|
/**
|
|
285
|
-
* Filter by creation date using range operators: gt, gte, lt, lte
|
|
277
|
+
* Query param: Filter by creation date using range operators: gt, gte, lt, lte
|
|
286
278
|
*/
|
|
287
279
|
createdAt?: ProductListProductsParams.CreatedAt;
|
|
288
280
|
/**
|
|
289
|
-
* Filter by product status. Supports comma-separated values for
|
|
281
|
+
* Query param: Filter by product status. Supports comma-separated values for
|
|
282
|
+
* multiple statuses
|
|
290
283
|
*/
|
|
291
284
|
status?: Array<'PUBLISHED' | 'ARCHIVED'>;
|
|
285
|
+
/**
|
|
286
|
+
* Header param: Account ID — optional when authenticating with a user JWT (Bearer
|
|
287
|
+
* token); falls back to the user's first membership. Ignored for API-key auth.
|
|
288
|
+
*/
|
|
289
|
+
'X-ACCOUNT-ID'?: string;
|
|
290
|
+
/**
|
|
291
|
+
* Header param: Environment ID — required when authenticating with a user JWT
|
|
292
|
+
* (Bearer token) on environment-scoped endpoints. Ignored for API-key auth (env is
|
|
293
|
+
* intrinsic to the key).
|
|
294
|
+
*/
|
|
295
|
+
'X-ENVIRONMENT-ID'?: string;
|
|
292
296
|
}
|
|
293
297
|
export declare namespace ProductListProductsParams {
|
|
294
298
|
/**
|
|
@@ -313,30 +317,57 @@ export declare namespace ProductListProductsParams {
|
|
|
313
317
|
lte?: string;
|
|
314
318
|
}
|
|
315
319
|
}
|
|
320
|
+
export interface ProductUnarchiveProductParams {
|
|
321
|
+
/**
|
|
322
|
+
* Account ID — optional when authenticating with a user JWT (Bearer token); falls
|
|
323
|
+
* back to the user's first membership. Ignored for API-key auth.
|
|
324
|
+
*/
|
|
325
|
+
'X-ACCOUNT-ID'?: string;
|
|
326
|
+
/**
|
|
327
|
+
* Environment ID — required when authenticating with a user JWT (Bearer token) on
|
|
328
|
+
* environment-scoped endpoints. Ignored for API-key auth (env is intrinsic to the
|
|
329
|
+
* key).
|
|
330
|
+
*/
|
|
331
|
+
'X-ENVIRONMENT-ID'?: string;
|
|
332
|
+
}
|
|
316
333
|
export interface ProductUpdateProductParams {
|
|
317
334
|
/**
|
|
318
|
-
* Description of the product
|
|
335
|
+
* Body param: Description of the product
|
|
319
336
|
*/
|
|
320
337
|
description?: string | null;
|
|
321
338
|
/**
|
|
322
|
-
* Display name of the product
|
|
339
|
+
* Body param: Display name of the product
|
|
323
340
|
*/
|
|
324
341
|
displayName?: string;
|
|
325
342
|
/**
|
|
326
|
-
* Additional metadata for the product
|
|
343
|
+
* Body param: Additional metadata for the product
|
|
327
344
|
*/
|
|
328
345
|
metadata?: {
|
|
329
346
|
[key: string]: string;
|
|
330
347
|
} | null;
|
|
331
348
|
/**
|
|
332
|
-
* Indicates if multiple subscriptions to this product are allowed
|
|
349
|
+
* Body param: Indicates if multiple subscriptions to this product are allowed
|
|
333
350
|
*/
|
|
334
351
|
multipleSubscriptions?: boolean;
|
|
352
|
+
/**
|
|
353
|
+
* Body param
|
|
354
|
+
*/
|
|
335
355
|
productSettings?: ProductUpdateProductParams.ProductSettings;
|
|
336
356
|
/**
|
|
337
|
-
* Rule defining when usage resets upon subscription update.
|
|
357
|
+
* Body param: Rule defining when usage resets upon subscription update.
|
|
338
358
|
*/
|
|
339
359
|
usageResetCutoffRule?: ProductUpdateProductParams.UsageResetCutoffRule;
|
|
360
|
+
/**
|
|
361
|
+
* Header param: Account ID — optional when authenticating with a user JWT (Bearer
|
|
362
|
+
* token); falls back to the user's first membership. Ignored for API-key auth.
|
|
363
|
+
*/
|
|
364
|
+
'X-ACCOUNT-ID'?: string;
|
|
365
|
+
/**
|
|
366
|
+
* Header param: Environment ID — required when authenticating with a user JWT
|
|
367
|
+
* (Bearer token) on environment-scoped endpoints. Ignored for API-key auth (env is
|
|
368
|
+
* intrinsic to the key).
|
|
369
|
+
*/
|
|
370
|
+
'X-ENVIRONMENT-ID'?: string;
|
|
340
371
|
}
|
|
341
372
|
export declare namespace ProductUpdateProductParams {
|
|
342
373
|
interface ProductSettings {
|
|
@@ -377,6 +408,6 @@ export declare namespace ProductUpdateProductParams {
|
|
|
377
408
|
}
|
|
378
409
|
}
|
|
379
410
|
export declare namespace Products {
|
|
380
|
-
export { type Product as Product, type ProductListProductsResponse as ProductListProductsResponse, type ProductListProductsResponsesMyCursorIDPage as ProductListProductsResponsesMyCursorIDPage, type ProductCreateProductParams as ProductCreateProductParams, type ProductDuplicateProductParams as ProductDuplicateProductParams, type ProductListProductsParams as ProductListProductsParams, type ProductUpdateProductParams as ProductUpdateProductParams, };
|
|
411
|
+
export { type Product as Product, type ProductListProductsResponse as ProductListProductsResponse, type ProductListProductsResponsesMyCursorIDPage as ProductListProductsResponsesMyCursorIDPage, type ProductArchiveProductParams as ProductArchiveProductParams, type ProductCreateProductParams as ProductCreateProductParams, type ProductDuplicateProductParams as ProductDuplicateProductParams, type ProductListProductsParams as ProductListProductsParams, type ProductUnarchiveProductParams as ProductUnarchiveProductParams, type ProductUpdateProductParams as ProductUpdateProductParams, };
|
|
381
412
|
}
|
|
382
413
|
//# sourceMappingURL=products.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"products.d.mts","sourceRoot":"","sources":["../../src/resources/v1/products.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,gCAA4B;AAClD,OAAO,EAAE,UAAU,EAAE,mCAA+B;AACpD,OAAO,EAAE,cAAc,EAAE,KAAK,oBAAoB,EAAE,WAAW,EAAE,kCAA8B;
|
|
1
|
+
{"version":3,"file":"products.d.mts","sourceRoot":"","sources":["../../src/resources/v1/products.ts"],"names":[],"mappings":"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"}
|
|
@@ -9,72 +9,29 @@ export declare class Products extends APIResource {
|
|
|
9
9
|
/**
|
|
10
10
|
* Archives a product, preventing new subscriptions. All plans and addons are
|
|
11
11
|
* archived.
|
|
12
|
-
*
|
|
13
|
-
* @example
|
|
14
|
-
* ```ts
|
|
15
|
-
* const product = await client.v1.products.archiveProduct(
|
|
16
|
-
* 'x',
|
|
17
|
-
* );
|
|
18
|
-
* ```
|
|
19
12
|
*/
|
|
20
|
-
archiveProduct(id: string, options?: RequestOptions): APIPromise<Product>;
|
|
13
|
+
archiveProduct(id: string, params?: ProductArchiveProductParams | null | undefined, options?: RequestOptions): APIPromise<Product>;
|
|
21
14
|
/**
|
|
22
15
|
* Creates a new product.
|
|
23
|
-
*
|
|
24
|
-
* @example
|
|
25
|
-
* ```ts
|
|
26
|
-
* const product = await client.v1.products.createProduct({
|
|
27
|
-
* id: 'id',
|
|
28
|
-
* displayName: 'displayName',
|
|
29
|
-
* });
|
|
30
|
-
* ```
|
|
31
16
|
*/
|
|
32
|
-
createProduct(
|
|
17
|
+
createProduct(params: ProductCreateProductParams, options?: RequestOptions): APIPromise<Product>;
|
|
33
18
|
/**
|
|
34
19
|
* Duplicates an existing product, including its plans, addons, and configuration.
|
|
35
|
-
*
|
|
36
|
-
* @example
|
|
37
|
-
* ```ts
|
|
38
|
-
* const product = await client.v1.products.duplicateProduct(
|
|
39
|
-
* 'x',
|
|
40
|
-
* { targetId: 'targetId' },
|
|
41
|
-
* );
|
|
42
|
-
* ```
|
|
43
20
|
*/
|
|
44
|
-
duplicateProduct(id: string,
|
|
21
|
+
duplicateProduct(id: string, params: ProductDuplicateProductParams, options?: RequestOptions): APIPromise<Product>;
|
|
45
22
|
/**
|
|
46
23
|
* Retrieves a paginated list of products in the environment.
|
|
47
|
-
*
|
|
48
|
-
* @example
|
|
49
|
-
* ```ts
|
|
50
|
-
* // Automatically fetches more pages as needed.
|
|
51
|
-
* for await (const productListProductsResponse of client.v1.products.listProducts()) {
|
|
52
|
-
* // ...
|
|
53
|
-
* }
|
|
54
|
-
* ```
|
|
55
24
|
*/
|
|
56
|
-
listProducts(
|
|
25
|
+
listProducts(params?: ProductListProductsParams | null | undefined, options?: RequestOptions): PagePromise<ProductListProductsResponsesMyCursorIDPage, ProductListProductsResponse>;
|
|
57
26
|
/**
|
|
58
27
|
* Restores an archived product, allowing new subscriptions to be created.
|
|
59
|
-
*
|
|
60
|
-
* @example
|
|
61
|
-
* ```ts
|
|
62
|
-
* const product = await client.v1.products.unarchiveProduct(
|
|
63
|
-
* 'x',
|
|
64
|
-
* );
|
|
65
|
-
* ```
|
|
66
28
|
*/
|
|
67
|
-
unarchiveProduct(id: string, options?: RequestOptions): APIPromise<Product>;
|
|
29
|
+
unarchiveProduct(id: string, params?: ProductUnarchiveProductParams | null | undefined, options?: RequestOptions): APIPromise<Product>;
|
|
68
30
|
/**
|
|
69
31
|
* Updates an existing product's properties such as display name, description, and
|
|
70
32
|
* metadata.
|
|
71
|
-
*
|
|
72
|
-
* @example
|
|
73
|
-
* ```ts
|
|
74
|
-
* const product = await client.v1.products.updateProduct('x');
|
|
75
|
-
* ```
|
|
76
33
|
*/
|
|
77
|
-
updateProduct(id: string,
|
|
34
|
+
updateProduct(id: string, params: ProductUpdateProductParams, options?: RequestOptions): APIPromise<Product>;
|
|
78
35
|
}
|
|
79
36
|
export type ProductListProductsResponsesMyCursorIDPage = MyCursorIDPage<ProductListProductsResponse>;
|
|
80
37
|
/**
|
|
@@ -238,57 +195,104 @@ export declare namespace ProductListProductsResponse {
|
|
|
238
195
|
subscriptionStartPlanId?: string | null;
|
|
239
196
|
}
|
|
240
197
|
}
|
|
198
|
+
export interface ProductArchiveProductParams {
|
|
199
|
+
/**
|
|
200
|
+
* Account ID — optional when authenticating with a user JWT (Bearer token); falls
|
|
201
|
+
* back to the user's first membership. Ignored for API-key auth.
|
|
202
|
+
*/
|
|
203
|
+
'X-ACCOUNT-ID'?: string;
|
|
204
|
+
/**
|
|
205
|
+
* Environment ID — required when authenticating with a user JWT (Bearer token) on
|
|
206
|
+
* environment-scoped endpoints. Ignored for API-key auth (env is intrinsic to the
|
|
207
|
+
* key).
|
|
208
|
+
*/
|
|
209
|
+
'X-ENVIRONMENT-ID'?: string;
|
|
210
|
+
}
|
|
241
211
|
export interface ProductCreateProductParams {
|
|
242
212
|
/**
|
|
243
|
-
* The unique identifier for the entity
|
|
213
|
+
* Body param: The unique identifier for the entity
|
|
244
214
|
*/
|
|
245
215
|
id: string;
|
|
246
216
|
/**
|
|
247
|
-
* Display name of the product
|
|
217
|
+
* Body param: Display name of the product
|
|
248
218
|
*/
|
|
249
219
|
displayName: string;
|
|
250
220
|
/**
|
|
251
|
-
* Description of the product
|
|
221
|
+
* Body param: Description of the product
|
|
252
222
|
*/
|
|
253
223
|
description?: string | null;
|
|
254
224
|
/**
|
|
255
|
-
* Additional metadata for the product
|
|
225
|
+
* Body param: Additional metadata for the product
|
|
256
226
|
*/
|
|
257
227
|
metadata?: {
|
|
258
228
|
[key: string]: string;
|
|
259
229
|
} | null;
|
|
260
230
|
/**
|
|
261
|
-
* Indicates if multiple subscriptions to this product are allowed
|
|
231
|
+
* Body param: Indicates if multiple subscriptions to this product are allowed
|
|
262
232
|
*/
|
|
263
233
|
multipleSubscriptions?: boolean;
|
|
234
|
+
/**
|
|
235
|
+
* Header param: Account ID — optional when authenticating with a user JWT (Bearer
|
|
236
|
+
* token); falls back to the user's first membership. Ignored for API-key auth.
|
|
237
|
+
*/
|
|
238
|
+
'X-ACCOUNT-ID'?: string;
|
|
239
|
+
/**
|
|
240
|
+
* Header param: Environment ID — required when authenticating with a user JWT
|
|
241
|
+
* (Bearer token) on environment-scoped endpoints. Ignored for API-key auth (env is
|
|
242
|
+
* intrinsic to the key).
|
|
243
|
+
*/
|
|
244
|
+
'X-ENVIRONMENT-ID'?: string;
|
|
264
245
|
}
|
|
265
246
|
export interface ProductDuplicateProductParams {
|
|
266
247
|
/**
|
|
267
|
-
* The unique identifier for the entity
|
|
248
|
+
* Body param: The unique identifier for the entity
|
|
268
249
|
*/
|
|
269
250
|
targetId: string;
|
|
270
251
|
/**
|
|
271
|
-
* Description of the product
|
|
252
|
+
* Body param: Description of the product
|
|
272
253
|
*/
|
|
273
254
|
description?: string | null;
|
|
274
255
|
/**
|
|
275
|
-
* Display name of the product
|
|
256
|
+
* Body param: Display name of the product
|
|
276
257
|
*/
|
|
277
258
|
displayName?: string;
|
|
259
|
+
/**
|
|
260
|
+
* Header param: Account ID — optional when authenticating with a user JWT (Bearer
|
|
261
|
+
* token); falls back to the user's first membership. Ignored for API-key auth.
|
|
262
|
+
*/
|
|
263
|
+
'X-ACCOUNT-ID'?: string;
|
|
264
|
+
/**
|
|
265
|
+
* Header param: Environment ID — required when authenticating with a user JWT
|
|
266
|
+
* (Bearer token) on environment-scoped endpoints. Ignored for API-key auth (env is
|
|
267
|
+
* intrinsic to the key).
|
|
268
|
+
*/
|
|
269
|
+
'X-ENVIRONMENT-ID'?: string;
|
|
278
270
|
}
|
|
279
271
|
export interface ProductListProductsParams extends MyCursorIDPageParams {
|
|
280
272
|
/**
|
|
281
|
-
* Filter by entity ID
|
|
273
|
+
* Query param: Filter by entity ID
|
|
282
274
|
*/
|
|
283
275
|
id?: string;
|
|
284
276
|
/**
|
|
285
|
-
* Filter by creation date using range operators: gt, gte, lt, lte
|
|
277
|
+
* Query param: Filter by creation date using range operators: gt, gte, lt, lte
|
|
286
278
|
*/
|
|
287
279
|
createdAt?: ProductListProductsParams.CreatedAt;
|
|
288
280
|
/**
|
|
289
|
-
* Filter by product status. Supports comma-separated values for
|
|
281
|
+
* Query param: Filter by product status. Supports comma-separated values for
|
|
282
|
+
* multiple statuses
|
|
290
283
|
*/
|
|
291
284
|
status?: Array<'PUBLISHED' | 'ARCHIVED'>;
|
|
285
|
+
/**
|
|
286
|
+
* Header param: Account ID — optional when authenticating with a user JWT (Bearer
|
|
287
|
+
* token); falls back to the user's first membership. Ignored for API-key auth.
|
|
288
|
+
*/
|
|
289
|
+
'X-ACCOUNT-ID'?: string;
|
|
290
|
+
/**
|
|
291
|
+
* Header param: Environment ID — required when authenticating with a user JWT
|
|
292
|
+
* (Bearer token) on environment-scoped endpoints. Ignored for API-key auth (env is
|
|
293
|
+
* intrinsic to the key).
|
|
294
|
+
*/
|
|
295
|
+
'X-ENVIRONMENT-ID'?: string;
|
|
292
296
|
}
|
|
293
297
|
export declare namespace ProductListProductsParams {
|
|
294
298
|
/**
|
|
@@ -313,30 +317,57 @@ export declare namespace ProductListProductsParams {
|
|
|
313
317
|
lte?: string;
|
|
314
318
|
}
|
|
315
319
|
}
|
|
320
|
+
export interface ProductUnarchiveProductParams {
|
|
321
|
+
/**
|
|
322
|
+
* Account ID — optional when authenticating with a user JWT (Bearer token); falls
|
|
323
|
+
* back to the user's first membership. Ignored for API-key auth.
|
|
324
|
+
*/
|
|
325
|
+
'X-ACCOUNT-ID'?: string;
|
|
326
|
+
/**
|
|
327
|
+
* Environment ID — required when authenticating with a user JWT (Bearer token) on
|
|
328
|
+
* environment-scoped endpoints. Ignored for API-key auth (env is intrinsic to the
|
|
329
|
+
* key).
|
|
330
|
+
*/
|
|
331
|
+
'X-ENVIRONMENT-ID'?: string;
|
|
332
|
+
}
|
|
316
333
|
export interface ProductUpdateProductParams {
|
|
317
334
|
/**
|
|
318
|
-
* Description of the product
|
|
335
|
+
* Body param: Description of the product
|
|
319
336
|
*/
|
|
320
337
|
description?: string | null;
|
|
321
338
|
/**
|
|
322
|
-
* Display name of the product
|
|
339
|
+
* Body param: Display name of the product
|
|
323
340
|
*/
|
|
324
341
|
displayName?: string;
|
|
325
342
|
/**
|
|
326
|
-
* Additional metadata for the product
|
|
343
|
+
* Body param: Additional metadata for the product
|
|
327
344
|
*/
|
|
328
345
|
metadata?: {
|
|
329
346
|
[key: string]: string;
|
|
330
347
|
} | null;
|
|
331
348
|
/**
|
|
332
|
-
* Indicates if multiple subscriptions to this product are allowed
|
|
349
|
+
* Body param: Indicates if multiple subscriptions to this product are allowed
|
|
333
350
|
*/
|
|
334
351
|
multipleSubscriptions?: boolean;
|
|
352
|
+
/**
|
|
353
|
+
* Body param
|
|
354
|
+
*/
|
|
335
355
|
productSettings?: ProductUpdateProductParams.ProductSettings;
|
|
336
356
|
/**
|
|
337
|
-
* Rule defining when usage resets upon subscription update.
|
|
357
|
+
* Body param: Rule defining when usage resets upon subscription update.
|
|
338
358
|
*/
|
|
339
359
|
usageResetCutoffRule?: ProductUpdateProductParams.UsageResetCutoffRule;
|
|
360
|
+
/**
|
|
361
|
+
* Header param: Account ID — optional when authenticating with a user JWT (Bearer
|
|
362
|
+
* token); falls back to the user's first membership. Ignored for API-key auth.
|
|
363
|
+
*/
|
|
364
|
+
'X-ACCOUNT-ID'?: string;
|
|
365
|
+
/**
|
|
366
|
+
* Header param: Environment ID — required when authenticating with a user JWT
|
|
367
|
+
* (Bearer token) on environment-scoped endpoints. Ignored for API-key auth (env is
|
|
368
|
+
* intrinsic to the key).
|
|
369
|
+
*/
|
|
370
|
+
'X-ENVIRONMENT-ID'?: string;
|
|
340
371
|
}
|
|
341
372
|
export declare namespace ProductUpdateProductParams {
|
|
342
373
|
interface ProductSettings {
|
|
@@ -377,6 +408,6 @@ export declare namespace ProductUpdateProductParams {
|
|
|
377
408
|
}
|
|
378
409
|
}
|
|
379
410
|
export declare namespace Products {
|
|
380
|
-
export { type Product as Product, type ProductListProductsResponse as ProductListProductsResponse, type ProductListProductsResponsesMyCursorIDPage as ProductListProductsResponsesMyCursorIDPage, type ProductCreateProductParams as ProductCreateProductParams, type ProductDuplicateProductParams as ProductDuplicateProductParams, type ProductListProductsParams as ProductListProductsParams, type ProductUpdateProductParams as ProductUpdateProductParams, };
|
|
411
|
+
export { type Product as Product, type ProductListProductsResponse as ProductListProductsResponse, type ProductListProductsResponsesMyCursorIDPage as ProductListProductsResponsesMyCursorIDPage, type ProductArchiveProductParams as ProductArchiveProductParams, type ProductCreateProductParams as ProductCreateProductParams, type ProductDuplicateProductParams as ProductDuplicateProductParams, type ProductListProductsParams as ProductListProductsParams, type ProductUnarchiveProductParams as ProductUnarchiveProductParams, type ProductUpdateProductParams as ProductUpdateProductParams, };
|
|
381
412
|
}
|
|
382
413
|
//# sourceMappingURL=products.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"products.d.ts","sourceRoot":"","sources":["../../src/resources/v1/products.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,+BAA4B;AAClD,OAAO,EAAE,UAAU,EAAE,kCAA+B;AACpD,OAAO,EAAE,cAAc,EAAE,KAAK,oBAAoB,EAAE,WAAW,EAAE,iCAA8B;
|
|
1
|
+
{"version":3,"file":"products.d.ts","sourceRoot":"","sources":["../../src/resources/v1/products.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,+BAA4B;AAClD,OAAO,EAAE,UAAU,EAAE,kCAA+B;AACpD,OAAO,EAAE,cAAc,EAAE,KAAK,oBAAoB,EAAE,WAAW,EAAE,iCAA8B;AAE/F,OAAO,EAAE,cAAc,EAAE,0CAAuC;AAGhE;;GAEG;AACH,qBAAa,QAAS,SAAQ,WAAW;IACvC;;;OAGG;IACH,cAAc,CACZ,EAAE,EAAE,MAAM,EACV,MAAM,GAAE,2BAA2B,GAAG,IAAI,GAAG,SAAc,EAC3D,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,OAAO,CAAC;IActB;;OAEG;IACH,aAAa,CAAC,MAAM,EAAE,0BAA0B,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,OAAO,CAAC;IAehG;;OAEG;IACH,gBAAgB,CACd,EAAE,EAAE,MAAM,EACV,MAAM,EAAE,6BAA6B,EACrC,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,OAAO,CAAC;IAetB;;OAEG;IACH,YAAY,CACV,MAAM,GAAE,yBAAyB,GAAG,IAAI,GAAG,SAAc,EACzD,OAAO,CAAC,EAAE,cAAc,GACvB,WAAW,CAAC,0CAA0C,EAAE,2BAA2B,CAAC;IAevF;;OAEG;IACH,gBAAgB,CACd,EAAE,EAAE,MAAM,EACV,MAAM,GAAE,6BAA6B,GAAG,IAAI,GAAG,SAAc,EAC7D,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,OAAO,CAAC;IActB;;;OAGG;IACH,aAAa,CACX,EAAE,EAAE,MAAM,EACV,MAAM,EAAE,0BAA0B,EAClC,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,OAAO,CAAC;CAcvB;AAED,MAAM,MAAM,0CAA0C,GAAG,cAAc,CAAC,2BAA2B,CAAC,CAAC;AAErG;;GAEG;AACH,MAAM,WAAW,OAAO;IACtB;;OAEG;IACH,IAAI,EAAE,OAAO,CAAC,IAAI,CAAC;CACpB;AAED,yBAAiB,OAAO,CAAC;IACvB;;OAEG;IACH,UAAiB,IAAI;QACnB;;WAEG;QACH,EAAE,EAAE,MAAM,CAAC;QAEX;;WAEG;QACH,SAAS,EAAE,MAAM,CAAC;QAElB;;WAEG;QACH,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;QAE3B;;WAEG;QACH,WAAW,EAAE,MAAM,CAAC;QAEpB;;WAEG;QACH,QAAQ,EAAE;YAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;SAAE,CAAC;QAEpC;;WAEG;QACH,qBAAqB,EAAE,OAAO,CAAC;QAE/B;;WAEG;QACH,MAAM,EAAE,WAAW,GAAG,UAAU,CAAC;QAEjC;;WAEG;QACH,SAAS,EAAE,MAAM,CAAC;QAElB;;WAEG;QACH,eAAe,CAAC,EAAE,IAAI,CAAC,eAAe,CAAC;KACxC;IAED,UAAiB,IAAI,CAAC;QACpB;;WAEG;QACH,UAAiB,eAAe;YAC9B;;eAEG;YACH,4BAA4B,EAAE,uBAAuB,GAAG,WAAW,GAAG,eAAe,CAAC;YAEtF;;eAEG;YACH,oBAAoB,EAAE,mBAAmB,GAAG,qBAAqB,CAAC;YAElE;;eAEG;YACH,sBAAsB,EAAE,gBAAgB,GAAG,cAAc,GAAG,WAAW,CAAC;YAExE;;eAEG;YACH,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;YAEhC;;;eAGG;YACH,2BAA2B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;YAE7C;;eAEG;YACH,uBAAuB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;SACzC;KACF;CACF;AAED;;GAEG;AACH,MAAM,WAAW,2BAA2B;IAC1C;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAE3B;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,QAAQ,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAEpC;;OAEG;IACH,qBAAqB,EAAE,OAAO,CAAC;IAE/B;;OAEG;IACH,MAAM,EAAE,WAAW,GAAG,UAAU,CAAC;IAEjC;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,eAAe,CAAC,EAAE,2BAA2B,CAAC,eAAe,CAAC;CAC/D;AAED,yBAAiB,2BAA2B,CAAC;IAC3C;;OAEG;IACH,UAAiB,eAAe;QAC9B;;WAEG;QACH,4BAA4B,EAAE,uBAAuB,GAAG,WAAW,GAAG,eAAe,CAAC;QAEtF;;WAEG;QACH,oBAAoB,EAAE,mBAAmB,GAAG,qBAAqB,CAAC;QAElE;;WAEG;QACH,sBAAsB,EAAE,gBAAgB,GAAG,cAAc,GAAG,WAAW,CAAC;QAExE;;WAEG;QACH,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAEhC;;;WAGG;QACH,2BAA2B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;QAE7C;;WAEG;QACH,uBAAuB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;KACzC;CACF;AAED,MAAM,WAAW,2BAA2B;IAC1C;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED,MAAM,WAAW,0BAA0B;IACzC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE5B;;OAEG;IACH,QAAQ,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,GAAG,IAAI,CAAC;IAE5C;;OAEG;IACH,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAEhC;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED,MAAM,WAAW,6BAA6B;IAC5C;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE5B;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED,MAAM,WAAW,yBAA0B,SAAQ,oBAAoB;IACrE;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;OAEG;IACH,SAAS,CAAC,EAAE,yBAAyB,CAAC,SAAS,CAAC;IAEhD;;;OAGG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,UAAU,CAAC,CAAC;IAEzC;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED,yBAAiB,yBAAyB,CAAC;IACzC;;OAEG;IACH,UAAiB,SAAS;QACxB;;WAEG;QACH,EAAE,CAAC,EAAE,MAAM,CAAC;QAEZ;;WAEG;QACH,GAAG,CAAC,EAAE,MAAM,CAAC;QAEb;;WAEG;QACH,EAAE,CAAC,EAAE,MAAM,CAAC;QAEZ;;WAEG;QACH,GAAG,CAAC,EAAE,MAAM,CAAC;KACd;CACF;AAED,MAAM,WAAW,6BAA6B;IAC5C;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED,MAAM,WAAW,0BAA0B;IACzC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE5B;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,QAAQ,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,GAAG,IAAI,CAAC;IAE5C;;OAEG;IACH,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAEhC;;OAEG;IACH,eAAe,CAAC,EAAE,0BAA0B,CAAC,eAAe,CAAC;IAE7D;;OAEG;IACH,oBAAoB,CAAC,EAAE,0BAA0B,CAAC,oBAAoB,CAAC;IAEvE;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED,yBAAiB,0BAA0B,CAAC;IAC1C,UAAiB,eAAe;QAC9B;;WAEG;QACH,4BAA4B,EAAE,uBAAuB,GAAG,WAAW,GAAG,eAAe,CAAC;QAEtF;;WAEG;QACH,oBAAoB,EAAE,mBAAmB,GAAG,qBAAqB,CAAC;QAElE;;WAEG;QACH,sBAAsB,EAAE,gBAAgB,GAAG,cAAc,GAAG,WAAW,CAAC;QAExE;;WAEG;QACH,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAEhC;;;WAGG;QACH,2BAA2B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;QAE7C;;WAEG;QACH,uBAAuB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;KACzC;IAED;;OAEG;IACH,UAAiB,oBAAoB;QACnC;;WAEG;QACH,QAAQ,EAAE,aAAa,GAAG,cAAc,GAAG,uBAAuB,CAAC;KACpE;CACF;AAED,MAAM,CAAC,OAAO,WAAW,QAAQ,CAAC;IAChC,OAAO,EACL,KAAK,OAAO,IAAI,OAAO,EACvB,KAAK,2BAA2B,IAAI,2BAA2B,EAC/D,KAAK,0CAA0C,IAAI,0CAA0C,EAC7F,KAAK,2BAA2B,IAAI,2BAA2B,EAC/D,KAAK,0BAA0B,IAAI,0BAA0B,EAC7D,KAAK,6BAA6B,IAAI,6BAA6B,EACnE,KAAK,yBAAyB,IAAI,yBAAyB,EAC3D,KAAK,6BAA6B,IAAI,6BAA6B,EACnE,KAAK,0BAA0B,IAAI,0BAA0B,GAC9D,CAAC;CACH"}
|