@stigg/typescript 0.1.0-alpha.3 → 0.1.0-alpha.31
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 +406 -0
- package/README.md +9 -0
- package/client.d.mts +10 -9
- package/client.d.mts.map +1 -1
- package/client.d.ts +10 -9
- package/client.d.ts.map +1 -1
- package/client.js +32 -26
- package/client.js.map +1 -1
- package/client.mjs +33 -27
- package/client.mjs.map +1 -1
- package/internal/parse.d.mts.map +1 -1
- package/internal/parse.d.ts.map +1 -1
- package/internal/parse.js +5 -0
- package/internal/parse.js.map +1 -1
- package/internal/parse.mjs +5 -0
- package/internal/parse.mjs.map +1 -1
- package/internal/qs/formats.d.mts +7 -0
- package/internal/qs/formats.d.mts.map +1 -0
- package/internal/qs/formats.d.ts +7 -0
- package/internal/qs/formats.d.ts.map +1 -0
- package/internal/qs/formats.js +13 -0
- package/internal/qs/formats.js.map +1 -0
- package/internal/qs/formats.mjs +9 -0
- package/internal/qs/formats.mjs.map +1 -0
- package/internal/qs/index.d.mts +10 -0
- package/internal/qs/index.d.mts.map +1 -0
- package/internal/qs/index.d.ts +10 -0
- package/internal/qs/index.d.ts.map +1 -0
- package/internal/qs/index.js +14 -0
- package/internal/qs/index.js.map +1 -0
- package/internal/qs/index.mjs +10 -0
- package/internal/qs/index.mjs.map +1 -0
- package/internal/qs/stringify.d.mts +3 -0
- package/internal/qs/stringify.d.mts.map +1 -0
- package/internal/qs/stringify.d.ts +3 -0
- package/internal/qs/stringify.d.ts.map +1 -0
- package/internal/qs/stringify.js +277 -0
- package/internal/qs/stringify.js.map +1 -0
- package/internal/qs/stringify.mjs +274 -0
- package/internal/qs/stringify.mjs.map +1 -0
- package/internal/qs/types.d.mts +57 -0
- package/internal/qs/types.d.mts.map +1 -0
- package/internal/qs/types.d.ts +57 -0
- package/internal/qs/types.d.ts.map +1 -0
- package/internal/qs/types.js +3 -0
- package/internal/qs/types.js.map +1 -0
- package/internal/qs/types.mjs +2 -0
- package/internal/qs/types.mjs.map +1 -0
- package/internal/qs/utils.d.mts +15 -0
- package/internal/qs/utils.d.mts.map +1 -0
- package/internal/qs/utils.d.ts +15 -0
- package/internal/qs/utils.d.ts.map +1 -0
- package/internal/qs/utils.js +230 -0
- package/internal/qs/utils.js.map +1 -0
- package/internal/qs/utils.mjs +217 -0
- package/internal/qs/utils.mjs.map +1 -0
- package/internal/tslib.js +17 -17
- package/internal/utils/env.js +2 -2
- package/internal/utils/env.js.map +1 -1
- package/internal/utils/env.mjs +2 -2
- package/internal/utils/env.mjs.map +1 -1
- package/internal/utils/query.d.mts +2 -0
- package/internal/utils/query.d.mts.map +1 -0
- package/internal/utils/query.d.ts +2 -0
- package/internal/utils/query.d.ts.map +1 -0
- package/internal/utils/query.js +10 -0
- package/internal/utils/query.js.map +1 -0
- package/internal/utils/query.mjs +6 -0
- package/internal/utils/query.mjs.map +1 -0
- package/internal/utils.d.mts +1 -0
- package/internal/utils.d.ts +1 -0
- package/internal/utils.js +1 -0
- package/internal/utils.js.map +1 -1
- package/internal/utils.mjs +1 -0
- package/package.json +12 -1
- package/resources/index.d.mts +2 -1
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +2 -1
- 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 +2 -1
- package/resources/index.mjs.map +1 -1
- package/resources/internal/beta/beta.d.mts +10 -0
- package/resources/internal/beta/beta.d.mts.map +1 -0
- package/resources/internal/beta/beta.d.ts +10 -0
- package/resources/internal/beta/beta.d.ts.map +1 -0
- package/resources/internal/beta/beta.js +17 -0
- package/resources/internal/beta/beta.js.map +1 -0
- package/resources/internal/beta/beta.mjs +12 -0
- package/resources/internal/beta/beta.mjs.map +1 -0
- package/resources/internal/beta/event-queues.d.mts +171 -0
- package/resources/internal/beta/event-queues.d.mts.map +1 -0
- package/resources/internal/beta/event-queues.d.ts +171 -0
- package/resources/internal/beta/event-queues.d.ts.map +1 -0
- package/resources/internal/beta/event-queues.js +40 -0
- package/resources/internal/beta/event-queues.js.map +1 -0
- package/resources/internal/beta/event-queues.mjs +36 -0
- package/resources/internal/beta/event-queues.mjs.map +1 -0
- package/resources/internal/beta/index.d.mts +3 -0
- package/resources/internal/beta/index.d.mts.map +1 -0
- package/resources/internal/beta/index.d.ts +3 -0
- package/resources/internal/beta/index.d.ts.map +1 -0
- package/resources/internal/beta/index.js +9 -0
- package/resources/internal/beta/index.js.map +1 -0
- package/resources/internal/beta/index.mjs +4 -0
- package/resources/internal/beta/index.mjs.map +1 -0
- package/resources/internal/beta.d.mts +2 -0
- package/resources/internal/beta.d.mts.map +1 -0
- package/resources/internal/beta.d.ts +2 -0
- package/resources/internal/beta.d.ts.map +1 -0
- package/resources/internal/beta.js +6 -0
- package/resources/internal/beta.js.map +1 -0
- package/resources/internal/beta.mjs +3 -0
- package/resources/internal/beta.mjs.map +1 -0
- package/resources/internal/index.d.mts +3 -0
- package/resources/internal/index.d.mts.map +1 -0
- package/resources/internal/index.d.ts +3 -0
- package/resources/internal/index.d.ts.map +1 -0
- package/resources/internal/index.js +9 -0
- package/resources/internal/index.js.map +1 -0
- package/resources/internal/index.mjs +4 -0
- package/resources/internal/index.mjs.map +1 -0
- package/resources/internal/internal.d.mts +10 -0
- package/resources/internal/internal.d.mts.map +1 -0
- package/resources/internal/internal.d.ts +10 -0
- package/resources/internal/internal.d.ts.map +1 -0
- package/resources/internal/internal.js +17 -0
- package/resources/internal/internal.js.map +1 -0
- package/resources/internal/internal.mjs +12 -0
- package/resources/internal/internal.mjs.map +1 -0
- package/resources/internal.d.mts +2 -0
- package/resources/internal.d.mts.map +1 -0
- package/resources/internal.d.ts +2 -0
- package/resources/internal.d.ts.map +1 -0
- package/resources/internal.js +6 -0
- package/resources/internal.js.map +1 -0
- package/resources/internal.mjs +3 -0
- package/resources/internal.mjs.map +1 -0
- package/resources/v1/addons/addons.d.mts +828 -0
- package/resources/v1/addons/addons.d.mts.map +1 -0
- package/resources/v1/addons/addons.d.ts +828 -0
- package/resources/v1/addons/addons.d.ts.map +1 -0
- package/resources/v1/addons/addons.js +75 -0
- package/resources/v1/addons/addons.js.map +1 -0
- package/resources/v1/addons/addons.mjs +70 -0
- package/resources/v1/addons/addons.mjs.map +1 -0
- package/resources/v1/addons/entitlements.d.mts +888 -0
- package/resources/v1/addons/entitlements.d.mts.map +1 -0
- package/resources/v1/addons/entitlements.d.ts +888 -0
- package/resources/v1/addons/entitlements.d.ts.map +1 -0
- package/resources/v1/addons/entitlements.js +36 -0
- package/resources/v1/addons/entitlements.js.map +1 -0
- package/resources/v1/addons/entitlements.mjs +32 -0
- package/resources/v1/addons/entitlements.mjs.map +1 -0
- package/resources/v1/addons/index.d.mts +3 -0
- package/resources/v1/addons/index.d.mts.map +1 -0
- package/resources/v1/addons/index.d.ts +3 -0
- package/resources/v1/addons/index.d.ts.map +1 -0
- package/resources/v1/addons/index.js +9 -0
- package/resources/v1/addons/index.js.map +1 -0
- package/resources/v1/addons/index.mjs +4 -0
- package/resources/v1/addons/index.mjs.map +1 -0
- package/resources/v1/addons.d.mts +2 -0
- package/resources/v1/addons.d.mts.map +1 -0
- package/resources/v1/addons.d.ts +2 -0
- package/resources/v1/addons.d.ts.map +1 -0
- package/resources/v1/addons.js +6 -0
- package/resources/v1/addons.js.map +1 -0
- package/resources/v1/addons.mjs +3 -0
- package/resources/v1/addons.mjs.map +1 -0
- package/resources/v1/coupons.d.mts +94 -96
- package/resources/v1/coupons.d.mts.map +1 -1
- package/resources/v1/coupons.d.ts +94 -96
- package/resources/v1/coupons.d.ts.map +1 -1
- package/resources/v1/coupons.js +19 -3
- package/resources/v1/coupons.js.map +1 -1
- package/resources/v1/coupons.mjs +19 -3
- package/resources/v1/coupons.mjs.map +1 -1
- package/resources/v1/customers/customers.d.mts +1214 -48
- package/resources/v1/customers/customers.d.mts.map +1 -1
- package/resources/v1/customers/customers.d.ts +1214 -48
- package/resources/v1/customers/customers.d.ts.map +1 -1
- package/resources/v1/customers/customers.js +48 -15
- package/resources/v1/customers/customers.js.map +1 -1
- package/resources/v1/customers/customers.mjs +48 -15
- package/resources/v1/customers/customers.mjs.map +1 -1
- package/resources/v1/customers/index.d.mts +3 -2
- package/resources/v1/customers/index.d.mts.map +1 -1
- package/resources/v1/customers/index.d.ts +3 -2
- package/resources/v1/customers/index.d.ts.map +1 -1
- package/resources/v1/customers/index.js +5 -3
- package/resources/v1/customers/index.js.map +1 -1
- package/resources/v1/customers/index.mjs +2 -1
- package/resources/v1/customers/index.mjs.map +1 -1
- package/resources/v1/customers/integrations.d.mts +142 -0
- package/resources/v1/customers/integrations.d.mts.map +1 -0
- package/resources/v1/customers/integrations.d.ts +142 -0
- package/resources/v1/customers/integrations.d.ts.map +1 -0
- package/resources/v1/customers/integrations.js +50 -0
- package/resources/v1/customers/integrations.js.map +1 -0
- package/resources/v1/customers/integrations.mjs +46 -0
- package/resources/v1/customers/integrations.mjs.map +1 -0
- package/resources/v1/customers/payment-method.d.mts +7 -2
- package/resources/v1/customers/payment-method.d.mts.map +1 -1
- package/resources/v1/customers/payment-method.d.ts +7 -2
- package/resources/v1/customers/payment-method.d.ts.map +1 -1
- package/resources/v1/customers/payment-method.js +7 -2
- package/resources/v1/customers/payment-method.js.map +1 -1
- package/resources/v1/customers/payment-method.mjs +7 -2
- package/resources/v1/customers/payment-method.mjs.map +1 -1
- package/resources/v1/customers/promotional-entitlements.d.mts +501 -0
- package/resources/v1/customers/promotional-entitlements.d.mts.map +1 -0
- package/resources/v1/customers/promotional-entitlements.d.ts +501 -0
- package/resources/v1/customers/promotional-entitlements.d.ts.map +1 -0
- package/resources/v1/customers/promotional-entitlements.js +35 -0
- package/resources/v1/customers/promotional-entitlements.js.map +1 -0
- package/resources/v1/customers/promotional-entitlements.mjs +31 -0
- package/resources/v1/customers/promotional-entitlements.mjs.map +1 -0
- package/resources/v1/events/credits/credits.d.mts +270 -0
- package/resources/v1/events/credits/credits.d.mts.map +1 -0
- package/resources/v1/events/credits/credits.d.ts +270 -0
- package/resources/v1/events/credits/credits.d.ts.map +1 -0
- package/resources/v1/events/credits/credits.js +41 -0
- package/resources/v1/events/credits/credits.js.map +1 -0
- package/resources/v1/events/credits/credits.mjs +36 -0
- package/resources/v1/events/credits/credits.mjs.map +1 -0
- package/resources/v1/events/credits/grants.d.mts +549 -0
- package/resources/v1/events/credits/grants.d.mts.map +1 -0
- package/resources/v1/events/credits/grants.d.ts +549 -0
- package/resources/v1/events/credits/grants.d.ts.map +1 -0
- package/resources/v1/events/credits/grants.js +37 -0
- package/resources/v1/events/credits/grants.js.map +1 -0
- package/resources/v1/events/credits/grants.mjs +33 -0
- package/resources/v1/events/credits/grants.mjs.map +1 -0
- package/resources/v1/events/credits/index.d.mts +3 -0
- package/resources/v1/events/credits/index.d.mts.map +1 -0
- package/resources/v1/events/credits/index.d.ts +3 -0
- package/resources/v1/events/credits/index.d.ts.map +1 -0
- package/resources/v1/events/credits/index.js +9 -0
- package/resources/v1/events/credits/index.js.map +1 -0
- package/resources/v1/events/credits/index.mjs +4 -0
- package/resources/v1/events/credits/index.mjs.map +1 -0
- package/resources/v1/events/credits.d.mts +2 -0
- package/resources/v1/events/credits.d.mts.map +1 -0
- package/resources/v1/events/credits.d.ts +2 -0
- package/resources/v1/events/credits.d.ts.map +1 -0
- package/resources/v1/events/credits.js +6 -0
- package/resources/v1/events/credits.js.map +1 -0
- package/resources/v1/events/credits.mjs +3 -0
- package/resources/v1/events/credits.mjs.map +1 -0
- package/resources/v1/events/events.d.mts +70 -0
- package/resources/v1/events/events.d.mts.map +1 -0
- package/resources/v1/events/events.d.ts +70 -0
- package/resources/v1/events/events.d.ts.map +1 -0
- package/resources/v1/events/events.js +27 -0
- package/resources/v1/events/events.js.map +1 -0
- package/resources/v1/events/events.mjs +22 -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 +2 -0
- package/resources/v1/events.d.mts.map +1 -0
- package/resources/v1/events.d.ts +2 -0
- package/resources/v1/events.d.ts.map +1 -0
- package/resources/v1/events.js +6 -0
- package/resources/v1/events.js.map +1 -0
- package/resources/v1/events.mjs +3 -0
- package/resources/v1/events.mjs.map +1 -0
- package/resources/v1/features.d.mts +456 -0
- package/resources/v1/features.d.mts.map +1 -0
- package/resources/v1/features.d.ts +456 -0
- package/resources/v1/features.d.ts.map +1 -0
- package/resources/v1/features.js +54 -0
- package/resources/v1/features.js.map +1 -0
- package/resources/v1/features.mjs +50 -0
- package/resources/v1/features.mjs.map +1 -0
- package/resources/v1/index.d.mts +10 -4
- package/resources/v1/index.d.mts.map +1 -1
- package/resources/v1/index.d.ts +10 -4
- package/resources/v1/index.d.ts.map +1 -1
- package/resources/v1/index.js +17 -5
- package/resources/v1/index.js.map +1 -1
- package/resources/v1/index.mjs +7 -1
- package/resources/v1/index.mjs.map +1 -1
- package/resources/v1/plans/entitlements.d.mts +888 -0
- package/resources/v1/plans/entitlements.d.mts.map +1 -0
- package/resources/v1/plans/entitlements.d.ts +888 -0
- package/resources/v1/plans/entitlements.d.ts.map +1 -0
- package/resources/v1/plans/entitlements.js +36 -0
- package/resources/v1/plans/entitlements.js.map +1 -0
- package/resources/v1/plans/entitlements.mjs +32 -0
- package/resources/v1/plans/entitlements.mjs.map +1 -0
- package/resources/v1/plans/index.d.mts +3 -0
- package/resources/v1/plans/index.d.mts.map +1 -0
- package/resources/v1/plans/index.d.ts +3 -0
- package/resources/v1/plans/index.d.ts.map +1 -0
- package/resources/v1/plans/index.js +9 -0
- package/resources/v1/plans/index.js.map +1 -0
- package/resources/v1/plans/index.mjs +4 -0
- package/resources/v1/plans/index.mjs.map +1 -0
- package/resources/v1/plans/plans.d.mts +977 -0
- package/resources/v1/plans/plans.d.mts.map +1 -0
- package/resources/v1/plans/plans.d.ts +977 -0
- package/resources/v1/plans/plans.d.ts.map +1 -0
- package/resources/v1/plans/plans.js +72 -0
- package/resources/v1/plans/plans.js.map +1 -0
- package/resources/v1/plans/plans.mjs +67 -0
- package/resources/v1/plans/plans.mjs.map +1 -0
- package/resources/v1/plans.d.mts +2 -0
- package/resources/v1/plans.d.mts.map +1 -0
- package/resources/v1/plans.d.ts +2 -0
- package/resources/v1/plans.d.ts.map +1 -0
- package/resources/v1/plans.js +6 -0
- package/resources/v1/plans.js.map +1 -0
- package/resources/v1/plans.mjs +3 -0
- package/resources/v1/plans.mjs.map +1 -0
- package/resources/v1/products.d.mts +339 -0
- package/resources/v1/products.d.mts.map +1 -0
- package/resources/v1/products.d.ts +339 -0
- package/resources/v1/products.d.ts.map +1 -0
- package/resources/v1/products.js +55 -0
- package/resources/v1/products.js.map +1 -0
- package/resources/v1/products.mjs +51 -0
- package/resources/v1/products.mjs.map +1 -0
- package/resources/v1/subscriptions/future-update.d.mts +12 -22
- package/resources/v1/subscriptions/future-update.d.mts.map +1 -1
- package/resources/v1/subscriptions/future-update.d.ts +12 -22
- package/resources/v1/subscriptions/future-update.d.ts.map +1 -1
- package/resources/v1/subscriptions/future-update.js +6 -2
- package/resources/v1/subscriptions/future-update.js.map +1 -1
- package/resources/v1/subscriptions/future-update.mjs +6 -2
- package/resources/v1/subscriptions/future-update.mjs.map +1 -1
- package/resources/v1/subscriptions/index.d.mts +4 -2
- package/resources/v1/subscriptions/index.d.mts.map +1 -1
- package/resources/v1/subscriptions/index.d.ts +4 -2
- package/resources/v1/subscriptions/index.d.ts.map +1 -1
- package/resources/v1/subscriptions/index.js +5 -1
- package/resources/v1/subscriptions/index.js.map +1 -1
- package/resources/v1/subscriptions/index.mjs +3 -1
- package/resources/v1/subscriptions/index.mjs.map +1 -1
- package/resources/v1/subscriptions/invoice.d.mts +37 -0
- package/resources/v1/subscriptions/invoice.d.mts.map +1 -0
- package/resources/v1/subscriptions/invoice.d.ts +37 -0
- package/resources/v1/subscriptions/invoice.d.ts.map +1 -0
- package/resources/v1/subscriptions/invoice.js +20 -0
- package/resources/v1/subscriptions/invoice.js.map +1 -0
- package/resources/v1/subscriptions/invoice.mjs +16 -0
- package/resources/v1/subscriptions/invoice.mjs.map +1 -0
- package/resources/v1/subscriptions/subscriptions.d.mts +1926 -915
- package/resources/v1/subscriptions/subscriptions.d.mts.map +1 -1
- package/resources/v1/subscriptions/subscriptions.d.ts +1926 -915
- package/resources/v1/subscriptions/subscriptions.d.ts.map +1 -1
- package/resources/v1/subscriptions/subscriptions.js +47 -11
- package/resources/v1/subscriptions/subscriptions.js.map +1 -1
- package/resources/v1/subscriptions/subscriptions.mjs +49 -13
- package/resources/v1/subscriptions/subscriptions.mjs.map +1 -1
- package/resources/v1/subscriptions/usage.d.mts +101 -0
- package/resources/v1/subscriptions/usage.d.mts.map +1 -0
- package/resources/v1/subscriptions/usage.d.ts +101 -0
- package/resources/v1/subscriptions/usage.d.ts.map +1 -0
- package/resources/v1/subscriptions/usage.js +27 -0
- package/resources/v1/subscriptions/usage.js.map +1 -0
- package/resources/v1/subscriptions/usage.mjs +23 -0
- package/resources/v1/subscriptions/usage.mjs.map +1 -0
- package/resources/v1/usage.d.mts +233 -0
- package/resources/v1/usage.d.mts.map +1 -0
- package/resources/v1/usage.d.ts +233 -0
- package/resources/v1/usage.d.ts.map +1 -0
- package/resources/v1/usage.js +27 -0
- package/resources/v1/usage.js.map +1 -0
- package/resources/v1/usage.mjs +23 -0
- package/resources/v1/usage.mjs.map +1 -0
- package/resources/v1/v1.d.mts +30 -172
- package/resources/v1/v1.d.mts.map +1 -1
- package/resources/v1/v1.d.ts +30 -172
- package/resources/v1/v1.d.ts.map +1 -1
- package/resources/v1/v1.js +24 -12
- package/resources/v1/v1.js.map +1 -1
- package/resources/v1/v1.mjs +24 -12
- package/resources/v1/v1.mjs.map +1 -1
- package/src/client.ts +46 -47
- package/src/internal/parse.ts +6 -0
- package/src/internal/qs/LICENSE.md +13 -0
- package/src/internal/qs/README.md +3 -0
- package/src/internal/qs/formats.ts +10 -0
- package/src/internal/qs/index.ts +13 -0
- package/src/internal/qs/stringify.ts +385 -0
- package/src/internal/qs/types.ts +71 -0
- package/src/internal/qs/utils.ts +265 -0
- package/src/internal/utils/env.ts +2 -2
- package/src/internal/utils/query.ts +7 -0
- package/src/internal/utils.ts +1 -0
- package/src/resources/index.ts +2 -7
- package/src/resources/internal/beta/beta.ts +27 -0
- package/src/resources/internal/beta/event-queues.ts +554 -0
- package/src/resources/internal/beta/index.ts +10 -0
- package/src/resources/internal/beta.ts +3 -0
- package/src/resources/internal/index.ts +4 -0
- package/src/resources/internal/internal.ts +15 -0
- package/src/resources/internal.ts +3 -0
- package/src/resources/v1/addons/addons.ts +1856 -0
- package/src/resources/v1/addons/entitlements.ts +1153 -0
- package/src/resources/v1/addons/index.ts +23 -0
- package/src/resources/v1/addons.ts +3 -0
- package/src/resources/v1/coupons.ts +106 -229
- package/src/resources/v1/customers/customers.ts +2465 -60
- package/src/resources/v1/customers/index.ts +29 -2
- package/src/resources/v1/customers/integrations.ts +241 -0
- package/src/resources/v1/customers/payment-method.ts +7 -2
- package/src/resources/v1/customers/promotional-entitlements.ts +672 -0
- package/src/resources/v1/events/credits/credits.ts +370 -0
- package/src/resources/v1/events/credits/grants.ts +795 -0
- package/src/resources/v1/events/credits/index.ts +20 -0
- package/src/resources/v1/events/credits.ts +3 -0
- package/src/resources/v1/events/events.ts +103 -0
- package/src/resources/v1/events/index.ts +13 -0
- package/src/resources/v1/events.ts +3 -0
- package/src/resources/v1/features.ts +583 -0
- package/src/resources/v1/index.ts +69 -15
- package/src/resources/v1/plans/entitlements.ts +1145 -0
- package/src/resources/v1/plans/index.ts +23 -0
- package/src/resources/v1/plans/plans.ts +2029 -0
- package/src/resources/v1/plans.ts +3 -0
- package/src/resources/v1/products.ts +430 -0
- package/src/resources/v1/subscriptions/future-update.ts +12 -30
- package/src/resources/v1/subscriptions/index.ts +15 -11
- package/src/resources/v1/subscriptions/invoice.ts +45 -0
- package/src/resources/v1/subscriptions/subscriptions.ts +5302 -2289
- package/src/resources/v1/subscriptions/usage.ts +129 -0
- package/src/resources/v1/usage.ts +287 -0
- package/src/resources/v1/v1.ts +166 -220
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.mts.map +1 -1
- package/version.d.ts +1 -1
- package/version.d.ts.map +1 -1
- package/version.js +1 -1
- package/version.js.map +1 -1
- package/version.mjs +1 -1
- package/version.mjs.map +1 -1
- package/resources/v1/customers/usage.d.mts +0 -4
- package/resources/v1/customers/usage.d.mts.map +0 -1
- package/resources/v1/customers/usage.d.ts +0 -4
- package/resources/v1/customers/usage.d.ts.map +0 -1
- package/resources/v1/customers/usage.js +0 -9
- package/resources/v1/customers/usage.js.map +0 -1
- package/resources/v1/customers/usage.mjs +0 -5
- package/resources/v1/customers/usage.mjs.map +0 -1
- package/src/resources/v1/customers/usage.ts +0 -5
package/src/resources/v1/v1.ts
CHANGED
|
@@ -3,291 +3,237 @@
|
|
|
3
3
|
import { APIResource } from '../../core/resource';
|
|
4
4
|
import * as CouponsAPI from './coupons';
|
|
5
5
|
import {
|
|
6
|
+
Coupon,
|
|
6
7
|
CouponCreateParams,
|
|
7
|
-
CouponCreateResponse,
|
|
8
8
|
CouponListParams,
|
|
9
9
|
CouponListResponse,
|
|
10
10
|
CouponListResponsesMyCursorIDPage,
|
|
11
|
-
|
|
11
|
+
CouponUpdateCouponParams,
|
|
12
12
|
Coupons,
|
|
13
13
|
} from './coupons';
|
|
14
|
+
import * as FeaturesAPI from './features';
|
|
15
|
+
import {
|
|
16
|
+
Feature,
|
|
17
|
+
FeatureCreateFeatureParams,
|
|
18
|
+
FeatureListFeaturesParams,
|
|
19
|
+
FeatureListFeaturesResponse,
|
|
20
|
+
FeatureListFeaturesResponsesMyCursorIDPage,
|
|
21
|
+
FeatureUpdateFeatureParams,
|
|
22
|
+
Features,
|
|
23
|
+
} from './features';
|
|
24
|
+
import * as ProductsAPI from './products';
|
|
25
|
+
import {
|
|
26
|
+
Product,
|
|
27
|
+
ProductCreateProductParams,
|
|
28
|
+
ProductDuplicateProductParams,
|
|
29
|
+
ProductListProductsParams,
|
|
30
|
+
ProductListProductsResponse,
|
|
31
|
+
ProductListProductsResponsesMyCursorIDPage,
|
|
32
|
+
ProductUpdateProductParams,
|
|
33
|
+
Products,
|
|
34
|
+
} from './products';
|
|
35
|
+
import * as UsageAPI from './usage';
|
|
36
|
+
import {
|
|
37
|
+
Usage,
|
|
38
|
+
UsageHistoryParams,
|
|
39
|
+
UsageHistoryResponse,
|
|
40
|
+
UsageReportParams,
|
|
41
|
+
UsageReportResponse,
|
|
42
|
+
} from './usage';
|
|
43
|
+
import * as AddonsAPI from './addons/addons';
|
|
44
|
+
import {
|
|
45
|
+
Addon,
|
|
46
|
+
AddonCreateParams,
|
|
47
|
+
AddonListParams,
|
|
48
|
+
AddonListResponse,
|
|
49
|
+
AddonListResponsesMyCursorIDPage,
|
|
50
|
+
AddonPublishParams,
|
|
51
|
+
AddonPublishResponse,
|
|
52
|
+
AddonRemoveDraftResponse,
|
|
53
|
+
AddonUpdateParams,
|
|
54
|
+
Addons,
|
|
55
|
+
} from './addons/addons';
|
|
14
56
|
import * as CustomersAPI from './customers/customers';
|
|
15
57
|
import {
|
|
16
|
-
|
|
58
|
+
CustomerImportParams,
|
|
59
|
+
CustomerImportResponse,
|
|
60
|
+
CustomerIntegrationResponse,
|
|
17
61
|
CustomerListParams,
|
|
62
|
+
CustomerListResourcesParams,
|
|
63
|
+
CustomerListResourcesResponse,
|
|
64
|
+
CustomerListResourcesResponsesMyCursorIDPage,
|
|
18
65
|
CustomerListResponse,
|
|
19
66
|
CustomerListResponsesMyCursorIDPage,
|
|
67
|
+
CustomerProvisionParams,
|
|
20
68
|
CustomerResponse,
|
|
69
|
+
CustomerRetrieveEntitlementsParams,
|
|
70
|
+
CustomerRetrieveEntitlementsResponse,
|
|
21
71
|
CustomerUpdateParams,
|
|
22
72
|
Customers,
|
|
23
73
|
} from './customers/customers';
|
|
74
|
+
import * as EventsAPI from './events/events';
|
|
75
|
+
import { EventReportParams, EventReportResponse, Events } from './events/events';
|
|
76
|
+
import * as PlansAPI from './plans/plans';
|
|
77
|
+
import {
|
|
78
|
+
Plan,
|
|
79
|
+
PlanCreateParams,
|
|
80
|
+
PlanListParams,
|
|
81
|
+
PlanListResponse,
|
|
82
|
+
PlanListResponsesMyCursorIDPage,
|
|
83
|
+
PlanPublishParams,
|
|
84
|
+
PlanPublishResponse,
|
|
85
|
+
PlanRemoveDraftResponse,
|
|
86
|
+
PlanUpdateParams,
|
|
87
|
+
Plans,
|
|
88
|
+
} from './plans/plans';
|
|
24
89
|
import * as SubscriptionsAPI from './subscriptions/subscriptions';
|
|
25
90
|
import {
|
|
26
|
-
|
|
27
|
-
|
|
91
|
+
Subscription,
|
|
92
|
+
SubscriptionCancelParams,
|
|
28
93
|
SubscriptionDelegateParams,
|
|
29
|
-
|
|
94
|
+
SubscriptionImportParams,
|
|
95
|
+
SubscriptionImportResponse,
|
|
30
96
|
SubscriptionListParams,
|
|
31
97
|
SubscriptionListResponse,
|
|
32
98
|
SubscriptionListResponsesMyCursorIDPage,
|
|
33
99
|
SubscriptionMigrateParams,
|
|
34
|
-
SubscriptionMigrateResponse,
|
|
35
100
|
SubscriptionPreviewParams,
|
|
36
101
|
SubscriptionPreviewResponse,
|
|
37
|
-
|
|
102
|
+
SubscriptionProvisionParams,
|
|
103
|
+
SubscriptionProvisionResponse,
|
|
38
104
|
SubscriptionTransferParams,
|
|
39
|
-
|
|
105
|
+
SubscriptionUpdateParams,
|
|
40
106
|
Subscriptions,
|
|
41
107
|
} from './subscriptions/subscriptions';
|
|
42
|
-
import { APIPromise } from '../../core/api-promise';
|
|
43
|
-
import { RequestOptions } from '../../internal/request-options';
|
|
44
108
|
|
|
45
109
|
export class V1 extends APIResource {
|
|
46
110
|
customers: CustomersAPI.Customers = new CustomersAPI.Customers(this._client);
|
|
47
111
|
subscriptions: SubscriptionsAPI.Subscriptions = new SubscriptionsAPI.Subscriptions(this._client);
|
|
48
112
|
coupons: CouponsAPI.Coupons = new CouponsAPI.Coupons(this._client);
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
/**
|
|
58
|
-
* Report usage measurements
|
|
59
|
-
*/
|
|
60
|
-
createUsage(body: V1CreateUsageParams, options?: RequestOptions): APIPromise<V1CreateUsageResponse> {
|
|
61
|
-
return this._client.post('/api/v1/usage', { body, ...options });
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
/**
|
|
66
|
-
* Response object
|
|
67
|
-
*/
|
|
68
|
-
export interface V1CreateEventResponse {
|
|
69
|
-
/**
|
|
70
|
-
* Empty success response confirming that events were successfully ingested and
|
|
71
|
-
* queued for processing by Stigg's metering system.
|
|
72
|
-
*/
|
|
73
|
-
data: unknown;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
/**
|
|
77
|
-
* Response containing reported usage measurements with current usage values,
|
|
78
|
-
* period information, and reset dates for each measurement.
|
|
79
|
-
*/
|
|
80
|
-
export interface V1CreateUsageResponse {
|
|
81
|
-
/**
|
|
82
|
-
* Array of usage measurements with current values and period info
|
|
83
|
-
*/
|
|
84
|
-
data: Array<V1CreateUsageResponse.Data>;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
export namespace V1CreateUsageResponse {
|
|
88
|
-
/**
|
|
89
|
-
* Recorded usage with period info
|
|
90
|
-
*/
|
|
91
|
-
export interface Data {
|
|
92
|
-
/**
|
|
93
|
-
* Unique identifier for the entity
|
|
94
|
-
*/
|
|
95
|
-
id: string;
|
|
96
|
-
|
|
97
|
-
/**
|
|
98
|
-
* Timestamp of when the record was created
|
|
99
|
-
*/
|
|
100
|
-
createdAt: string;
|
|
101
|
-
|
|
102
|
-
/**
|
|
103
|
-
* Customer id
|
|
104
|
-
*/
|
|
105
|
-
customerId: string;
|
|
106
|
-
|
|
107
|
-
/**
|
|
108
|
-
* Feature id
|
|
109
|
-
*/
|
|
110
|
-
featureId: string;
|
|
111
|
-
|
|
112
|
-
/**
|
|
113
|
-
* Timestamp
|
|
114
|
-
*/
|
|
115
|
-
timestamp: string;
|
|
116
|
-
|
|
117
|
-
/**
|
|
118
|
-
* The usage measurement record
|
|
119
|
-
*/
|
|
120
|
-
value: number;
|
|
121
|
-
|
|
122
|
-
/**
|
|
123
|
-
* The current measured usage value
|
|
124
|
-
*/
|
|
125
|
-
currentUsage?: number | null;
|
|
126
|
-
|
|
127
|
-
/**
|
|
128
|
-
* The date when the next usage reset will occur
|
|
129
|
-
*/
|
|
130
|
-
nextResetDate?: string | null;
|
|
131
|
-
|
|
132
|
-
/**
|
|
133
|
-
* Resource id
|
|
134
|
-
*/
|
|
135
|
-
resourceId?: string | null;
|
|
136
|
-
|
|
137
|
-
/**
|
|
138
|
-
* The end date of the usage period in which this measurement resides (for
|
|
139
|
-
* entitlements with a reset period)
|
|
140
|
-
*/
|
|
141
|
-
usagePeriodEnd?: string | null;
|
|
142
|
-
|
|
143
|
-
/**
|
|
144
|
-
* The start date of the usage period in which this measurement resides (for
|
|
145
|
-
* entitlements with a reset period)
|
|
146
|
-
*/
|
|
147
|
-
usagePeriodStart?: string | null;
|
|
148
|
-
}
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
export interface V1CreateEventParams {
|
|
152
|
-
/**
|
|
153
|
-
* A list of usage events to report
|
|
154
|
-
*/
|
|
155
|
-
events: Array<V1CreateEventParams.Event>;
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
export namespace V1CreateEventParams {
|
|
159
|
-
/**
|
|
160
|
-
* Raw usage event
|
|
161
|
-
*/
|
|
162
|
-
export interface Event {
|
|
163
|
-
/**
|
|
164
|
-
* Customer id
|
|
165
|
-
*/
|
|
166
|
-
customerId: string;
|
|
167
|
-
|
|
168
|
-
/**
|
|
169
|
-
* The name of the usage event
|
|
170
|
-
*/
|
|
171
|
-
eventName: string;
|
|
172
|
-
|
|
173
|
-
/**
|
|
174
|
-
* Idempotency key
|
|
175
|
-
*/
|
|
176
|
-
idempotencyKey: string;
|
|
177
|
-
|
|
178
|
-
/**
|
|
179
|
-
* Dimensions associated with the usage event
|
|
180
|
-
*/
|
|
181
|
-
dimensions?: { [key: string]: string | number | boolean };
|
|
182
|
-
|
|
183
|
-
/**
|
|
184
|
-
* Resource id
|
|
185
|
-
*/
|
|
186
|
-
resourceId?: string | null;
|
|
187
|
-
|
|
188
|
-
/**
|
|
189
|
-
* Timestamp
|
|
190
|
-
*/
|
|
191
|
-
timestamp?: string;
|
|
192
|
-
}
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
export interface V1CreateUsageParams {
|
|
196
|
-
/**
|
|
197
|
-
* A list of usage reports to be submitted in bulk
|
|
198
|
-
*/
|
|
199
|
-
usages: Array<V1CreateUsageParams.Usage>;
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
export namespace V1CreateUsageParams {
|
|
203
|
-
/**
|
|
204
|
-
* Single usage measurement
|
|
205
|
-
*/
|
|
206
|
-
export interface Usage {
|
|
207
|
-
/**
|
|
208
|
-
* Customer id
|
|
209
|
-
*/
|
|
210
|
-
customerId: string;
|
|
211
|
-
|
|
212
|
-
/**
|
|
213
|
-
* Feature id
|
|
214
|
-
*/
|
|
215
|
-
featureId: string;
|
|
216
|
-
|
|
217
|
-
/**
|
|
218
|
-
* The value to report for usage
|
|
219
|
-
*/
|
|
220
|
-
value: number;
|
|
221
|
-
|
|
222
|
-
/**
|
|
223
|
-
* Timestamp of when the record was created
|
|
224
|
-
*/
|
|
225
|
-
createdAt?: string;
|
|
226
|
-
|
|
227
|
-
/**
|
|
228
|
-
* Additional dimensions for the usage report
|
|
229
|
-
*/
|
|
230
|
-
dimensions?: { [key: string]: string | number | boolean };
|
|
231
|
-
|
|
232
|
-
/**
|
|
233
|
-
* Resource id
|
|
234
|
-
*/
|
|
235
|
-
resourceId?: string | null;
|
|
236
|
-
|
|
237
|
-
/**
|
|
238
|
-
* The method by which the usage value should be updated
|
|
239
|
-
*/
|
|
240
|
-
updateBehavior?: 'DELTA' | 'SET';
|
|
241
|
-
}
|
|
113
|
+
events: EventsAPI.Events = new EventsAPI.Events(this._client);
|
|
114
|
+
features: FeaturesAPI.Features = new FeaturesAPI.Features(this._client);
|
|
115
|
+
addons: AddonsAPI.Addons = new AddonsAPI.Addons(this._client);
|
|
116
|
+
plans: PlansAPI.Plans = new PlansAPI.Plans(this._client);
|
|
117
|
+
usage: UsageAPI.Usage = new UsageAPI.Usage(this._client);
|
|
118
|
+
products: ProductsAPI.Products = new ProductsAPI.Products(this._client);
|
|
242
119
|
}
|
|
243
120
|
|
|
244
121
|
V1.Customers = Customers;
|
|
245
122
|
V1.Subscriptions = Subscriptions;
|
|
246
123
|
V1.Coupons = Coupons;
|
|
124
|
+
V1.Events = Events;
|
|
125
|
+
V1.Features = Features;
|
|
126
|
+
V1.Addons = Addons;
|
|
127
|
+
V1.Plans = Plans;
|
|
128
|
+
V1.Usage = Usage;
|
|
129
|
+
V1.Products = Products;
|
|
247
130
|
|
|
248
131
|
export declare namespace V1 {
|
|
249
|
-
export {
|
|
250
|
-
type V1CreateEventResponse as V1CreateEventResponse,
|
|
251
|
-
type V1CreateUsageResponse as V1CreateUsageResponse,
|
|
252
|
-
type V1CreateEventParams as V1CreateEventParams,
|
|
253
|
-
type V1CreateUsageParams as V1CreateUsageParams,
|
|
254
|
-
};
|
|
255
|
-
|
|
256
132
|
export {
|
|
257
133
|
Customers as Customers,
|
|
134
|
+
type CustomerIntegrationResponse as CustomerIntegrationResponse,
|
|
258
135
|
type CustomerResponse as CustomerResponse,
|
|
259
136
|
type CustomerListResponse as CustomerListResponse,
|
|
137
|
+
type CustomerImportResponse as CustomerImportResponse,
|
|
138
|
+
type CustomerListResourcesResponse as CustomerListResourcesResponse,
|
|
139
|
+
type CustomerRetrieveEntitlementsResponse as CustomerRetrieveEntitlementsResponse,
|
|
260
140
|
type CustomerListResponsesMyCursorIDPage as CustomerListResponsesMyCursorIDPage,
|
|
261
|
-
type
|
|
141
|
+
type CustomerListResourcesResponsesMyCursorIDPage as CustomerListResourcesResponsesMyCursorIDPage,
|
|
262
142
|
type CustomerUpdateParams as CustomerUpdateParams,
|
|
263
143
|
type CustomerListParams as CustomerListParams,
|
|
144
|
+
type CustomerImportParams as CustomerImportParams,
|
|
145
|
+
type CustomerListResourcesParams as CustomerListResourcesParams,
|
|
146
|
+
type CustomerProvisionParams as CustomerProvisionParams,
|
|
147
|
+
type CustomerRetrieveEntitlementsParams as CustomerRetrieveEntitlementsParams,
|
|
264
148
|
};
|
|
265
149
|
|
|
266
150
|
export {
|
|
267
151
|
Subscriptions as Subscriptions,
|
|
268
|
-
type
|
|
269
|
-
type SubscriptionRetrieveResponse as SubscriptionRetrieveResponse,
|
|
152
|
+
type Subscription as Subscription,
|
|
270
153
|
type SubscriptionListResponse as SubscriptionListResponse,
|
|
271
|
-
type
|
|
272
|
-
type SubscriptionMigrateResponse as SubscriptionMigrateResponse,
|
|
154
|
+
type SubscriptionImportResponse as SubscriptionImportResponse,
|
|
273
155
|
type SubscriptionPreviewResponse as SubscriptionPreviewResponse,
|
|
274
|
-
type
|
|
156
|
+
type SubscriptionProvisionResponse as SubscriptionProvisionResponse,
|
|
275
157
|
type SubscriptionListResponsesMyCursorIDPage as SubscriptionListResponsesMyCursorIDPage,
|
|
276
|
-
type
|
|
158
|
+
type SubscriptionUpdateParams as SubscriptionUpdateParams,
|
|
277
159
|
type SubscriptionListParams as SubscriptionListParams,
|
|
160
|
+
type SubscriptionCancelParams as SubscriptionCancelParams,
|
|
278
161
|
type SubscriptionDelegateParams as SubscriptionDelegateParams,
|
|
162
|
+
type SubscriptionImportParams as SubscriptionImportParams,
|
|
279
163
|
type SubscriptionMigrateParams as SubscriptionMigrateParams,
|
|
280
164
|
type SubscriptionPreviewParams as SubscriptionPreviewParams,
|
|
165
|
+
type SubscriptionProvisionParams as SubscriptionProvisionParams,
|
|
281
166
|
type SubscriptionTransferParams as SubscriptionTransferParams,
|
|
282
167
|
};
|
|
283
168
|
|
|
284
169
|
export {
|
|
285
170
|
Coupons as Coupons,
|
|
286
|
-
type
|
|
287
|
-
type CouponRetrieveResponse as CouponRetrieveResponse,
|
|
171
|
+
type Coupon as Coupon,
|
|
288
172
|
type CouponListResponse as CouponListResponse,
|
|
289
173
|
type CouponListResponsesMyCursorIDPage as CouponListResponsesMyCursorIDPage,
|
|
290
174
|
type CouponCreateParams as CouponCreateParams,
|
|
291
175
|
type CouponListParams as CouponListParams,
|
|
176
|
+
type CouponUpdateCouponParams as CouponUpdateCouponParams,
|
|
177
|
+
};
|
|
178
|
+
|
|
179
|
+
export {
|
|
180
|
+
Events as Events,
|
|
181
|
+
type EventReportResponse as EventReportResponse,
|
|
182
|
+
type EventReportParams as EventReportParams,
|
|
183
|
+
};
|
|
184
|
+
|
|
185
|
+
export {
|
|
186
|
+
Features as Features,
|
|
187
|
+
type Feature as Feature,
|
|
188
|
+
type FeatureListFeaturesResponse as FeatureListFeaturesResponse,
|
|
189
|
+
type FeatureListFeaturesResponsesMyCursorIDPage as FeatureListFeaturesResponsesMyCursorIDPage,
|
|
190
|
+
type FeatureCreateFeatureParams as FeatureCreateFeatureParams,
|
|
191
|
+
type FeatureListFeaturesParams as FeatureListFeaturesParams,
|
|
192
|
+
type FeatureUpdateFeatureParams as FeatureUpdateFeatureParams,
|
|
193
|
+
};
|
|
194
|
+
|
|
195
|
+
export {
|
|
196
|
+
Addons as Addons,
|
|
197
|
+
type Addon as Addon,
|
|
198
|
+
type AddonListResponse as AddonListResponse,
|
|
199
|
+
type AddonPublishResponse as AddonPublishResponse,
|
|
200
|
+
type AddonRemoveDraftResponse as AddonRemoveDraftResponse,
|
|
201
|
+
type AddonListResponsesMyCursorIDPage as AddonListResponsesMyCursorIDPage,
|
|
202
|
+
type AddonCreateParams as AddonCreateParams,
|
|
203
|
+
type AddonUpdateParams as AddonUpdateParams,
|
|
204
|
+
type AddonListParams as AddonListParams,
|
|
205
|
+
type AddonPublishParams as AddonPublishParams,
|
|
206
|
+
};
|
|
207
|
+
|
|
208
|
+
export {
|
|
209
|
+
Plans as Plans,
|
|
210
|
+
type Plan as Plan,
|
|
211
|
+
type PlanListResponse as PlanListResponse,
|
|
212
|
+
type PlanPublishResponse as PlanPublishResponse,
|
|
213
|
+
type PlanRemoveDraftResponse as PlanRemoveDraftResponse,
|
|
214
|
+
type PlanListResponsesMyCursorIDPage as PlanListResponsesMyCursorIDPage,
|
|
215
|
+
type PlanCreateParams as PlanCreateParams,
|
|
216
|
+
type PlanUpdateParams as PlanUpdateParams,
|
|
217
|
+
type PlanListParams as PlanListParams,
|
|
218
|
+
type PlanPublishParams as PlanPublishParams,
|
|
219
|
+
};
|
|
220
|
+
|
|
221
|
+
export {
|
|
222
|
+
Usage as Usage,
|
|
223
|
+
type UsageHistoryResponse as UsageHistoryResponse,
|
|
224
|
+
type UsageReportResponse as UsageReportResponse,
|
|
225
|
+
type UsageHistoryParams as UsageHistoryParams,
|
|
226
|
+
type UsageReportParams as UsageReportParams,
|
|
227
|
+
};
|
|
228
|
+
|
|
229
|
+
export {
|
|
230
|
+
Products as Products,
|
|
231
|
+
type Product as Product,
|
|
232
|
+
type ProductListProductsResponse as ProductListProductsResponse,
|
|
233
|
+
type ProductListProductsResponsesMyCursorIDPage as ProductListProductsResponsesMyCursorIDPage,
|
|
234
|
+
type ProductCreateProductParams as ProductCreateProductParams,
|
|
235
|
+
type ProductDuplicateProductParams as ProductDuplicateProductParams,
|
|
236
|
+
type ProductListProductsParams as ProductListProductsParams,
|
|
237
|
+
type ProductUpdateProductParams as ProductUpdateProductParams,
|
|
292
238
|
};
|
|
293
239
|
}
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '0.1.0-alpha.
|
|
1
|
+
export const VERSION = '0.1.0-alpha.31'; // x-release-please-version
|
package/version.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.1.0-alpha.
|
|
1
|
+
export declare const VERSION = "0.1.0-alpha.31";
|
|
2
2
|
//# sourceMappingURL=version.d.mts.map
|
package/version.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.d.mts","sourceRoot":"","sources":["src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,
|
|
1
|
+
{"version":3,"file":"version.d.mts","sourceRoot":"","sources":["src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,mBAAmB,CAAC"}
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.1.0-alpha.
|
|
1
|
+
export declare const VERSION = "0.1.0-alpha.31";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,
|
|
1
|
+
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,mBAAmB,CAAC"}
|
package/version.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.VERSION = void 0;
|
|
4
|
-
exports.VERSION = '0.1.0-alpha.
|
|
4
|
+
exports.VERSION = '0.1.0-alpha.31'; // x-release-please-version
|
|
5
5
|
//# sourceMappingURL=version.js.map
|
package/version.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.js","sourceRoot":"","sources":["src/version.ts"],"names":[],"mappings":";;;AAAa,QAAA,OAAO,GAAG,
|
|
1
|
+
{"version":3,"file":"version.js","sourceRoot":"","sources":["src/version.ts"],"names":[],"mappings":";;;AAAa,QAAA,OAAO,GAAG,gBAAgB,CAAC,CAAC,2BAA2B"}
|
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '0.1.0-alpha.
|
|
1
|
+
export const VERSION = '0.1.0-alpha.31'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|
package/version.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.mjs","sourceRoot":"","sources":["src/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG,
|
|
1
|
+
{"version":3,"file":"version.mjs","sourceRoot":"","sources":["src/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG,gBAAgB,CAAC,CAAC,2BAA2B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"usage.d.mts","sourceRoot":"","sources":["../../../src/resources/v1/customers/usage.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;AAEtB,qBAAa,KAAM,SAAQ,WAAW;CAAG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"usage.d.ts","sourceRoot":"","sources":["../../../src/resources/v1/customers/usage.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;AAEtB,qBAAa,KAAM,SAAQ,WAAW;CAAG"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.Usage = void 0;
|
|
5
|
-
const resource_1 = require("../../../core/resource.js");
|
|
6
|
-
class Usage extends resource_1.APIResource {
|
|
7
|
-
}
|
|
8
|
-
exports.Usage = Usage;
|
|
9
|
-
//# sourceMappingURL=usage.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"usage.js","sourceRoot":"","sources":["../../../src/resources/v1/customers/usage.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wDAAqD;AAErD,MAAa,KAAM,SAAQ,sBAAW;CAAG;AAAzC,sBAAyC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"usage.mjs","sourceRoot":"","sources":["../../../src/resources/v1/customers/usage.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;AAEtB,MAAM,OAAO,KAAM,SAAQ,WAAW;CAAG"}
|