@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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,411 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.1.0-alpha.31 (2026-04-20)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.1.0-alpha.30...v0.1.0-alpha.31](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.30...v0.1.0-alpha.31)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** add endDate and startDate parameters to credits getUsage method ([7a85813](https://github.com/stiggio/stigg-typescript/commit/7a8581310bc4e4fbda6f0ca5b2c7a8ca5e8e7f52))
|
|
10
|
+
|
|
11
|
+
## 0.1.0-alpha.30 (2026-04-16)
|
|
12
|
+
|
|
13
|
+
Full Changelog: [v0.1.0-alpha.29...v0.1.0-alpha.30](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.29...v0.1.0-alpha.30)
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* **api:** add event queue types, remove includeInactiveSubscriptions from usage.history ([3a80a0c](https://github.com/stiggio/stigg-typescript/commit/3a80a0ca63c8eb610673c4365f5f492ec114054c))
|
|
18
|
+
|
|
19
|
+
## 0.1.0-alpha.29 (2026-04-15)
|
|
20
|
+
|
|
21
|
+
Full Changelog: [v0.1.0-alpha.28...v0.1.0-alpha.29](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.28...v0.1.0-alpha.29)
|
|
22
|
+
|
|
23
|
+
### Features
|
|
24
|
+
|
|
25
|
+
* **api:** add custom currency event types to event queue update/provision params ([6b30516](https://github.com/stiggio/stigg-typescript/commit/6b3051670cbf2ba430327cf4965d7d4e7cc2c4f2))
|
|
26
|
+
|
|
27
|
+
## 0.1.0-alpha.28 (2026-04-14)
|
|
28
|
+
|
|
29
|
+
Full Changelog: [v0.1.0-alpha.27...v0.1.0-alpha.28](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.27...v0.1.0-alpha.28)
|
|
30
|
+
|
|
31
|
+
### Features
|
|
32
|
+
|
|
33
|
+
* **api:** add currency resync event, remove includeInactiveSubscriptions from usage.history ([02db528](https://github.com/stiggio/stigg-typescript/commit/02db528a97ef7b495c6a5c3694ccbe427020d0ec))
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Chores
|
|
37
|
+
|
|
38
|
+
* **internal:** codegen related update ([998ff44](https://github.com/stiggio/stigg-typescript/commit/998ff44d36778f1ecd5b30b56db9039a1eef148d))
|
|
39
|
+
* **internal:** codegen related update ([3456105](https://github.com/stiggio/stigg-typescript/commit/3456105650a33f46b536cb358d23adf19103704a))
|
|
40
|
+
* **internal:** show error causes in MCP servers when running in local mode ([d960898](https://github.com/stiggio/stigg-typescript/commit/d9608983e204cd42beff5d1ae41bd14533d65cd6))
|
|
41
|
+
* **mcp-server:** increase local docs search result count from 5 to 10 ([3d37358](https://github.com/stiggio/stigg-typescript/commit/3d373580bb09a4a2261ccfc3e5114bf46fdd2882))
|
|
42
|
+
* update CLI documentation ([2352db2](https://github.com/stiggio/stigg-typescript/commit/2352db25786a0ff598d9b6012b72948d3bce0530))
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
### Documentation
|
|
46
|
+
|
|
47
|
+
* improve examples ([45376ec](https://github.com/stiggio/stigg-typescript/commit/45376ec5f40e354c0345efba8191d5774e0ca3e8))
|
|
48
|
+
|
|
49
|
+
## 0.1.0-alpha.27 (2026-04-08)
|
|
50
|
+
|
|
51
|
+
Full Changelog: [v0.1.0-alpha.26...v0.1.0-alpha.27](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.26...v0.1.0-alpha.27)
|
|
52
|
+
|
|
53
|
+
### Features
|
|
54
|
+
|
|
55
|
+
* **api:** add includeInactiveSubscriptions parameter to usage history method ([98fa3fe](https://github.com/stiggio/stigg-typescript/commit/98fa3fe2999228e76d66f6a7f4b9142dfbbef0eb))
|
|
56
|
+
* **api:** stainless.yml ([e64cead](https://github.com/stiggio/stigg-typescript/commit/e64ceadf05c559bec3cdd48f770e75c9acd8893f))
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
### Bug Fixes
|
|
60
|
+
|
|
61
|
+
* **STIGG-7500:** stripe account not deauthorized when connected to multiple environments ([c57334e](https://github.com/stiggio/stigg-typescript/commit/c57334ef4fc0a245ac79c352fb00feade3f31f5b))
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
### Chores
|
|
65
|
+
|
|
66
|
+
* **internal:** fix MCP server import ordering ([813ad3d](https://github.com/stiggio/stigg-typescript/commit/813ad3dae35de51aaf1731c59aa9448eef60fa2c))
|
|
67
|
+
|
|
68
|
+
## 0.1.0-alpha.26 (2026-04-06)
|
|
69
|
+
|
|
70
|
+
Full Changelog: [v0.1.0-alpha.25...v0.1.0-alpha.26](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.25...v0.1.0-alpha.26)
|
|
71
|
+
|
|
72
|
+
### Features
|
|
73
|
+
|
|
74
|
+
* **api:** add customer integrations and event queues endpoints ([7144126](https://github.com/stiggio/stigg-typescript/commit/714412616815880c7da3dbe65dfa9fa0db136a44))
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
### Chores
|
|
78
|
+
|
|
79
|
+
* **ci:** escape input path in publish-npm workflow ([7e93438](https://github.com/stiggio/stigg-typescript/commit/7e93438a7cbb3b10c9d3caaaea4acbd378da1117))
|
|
80
|
+
* **ci:** skip lint on metadata-only changes ([9cc3309](https://github.com/stiggio/stigg-typescript/commit/9cc3309b7b7c7dcdce41e834d8945159f902afbc))
|
|
81
|
+
* **internal:** codegen related update ([8a4a582](https://github.com/stiggio/stigg-typescript/commit/8a4a582a09f8c07a253fe87524726b4f131652d3))
|
|
82
|
+
* **internal:** codegen related update ([5d3341c](https://github.com/stiggio/stigg-typescript/commit/5d3341cb9ed07689b5b961c92f85185dd7d875e4))
|
|
83
|
+
* **internal:** fix MCP docker image builds in yarn projects ([37d9a6c](https://github.com/stiggio/stigg-typescript/commit/37d9a6c3eeb7b80dddb874027b9dd945fcfe6c42))
|
|
84
|
+
* **internal:** fix MCP server TS errors that occur with required client options ([640352c](https://github.com/stiggio/stigg-typescript/commit/640352c746337c07a5fee1029d369b226654cd0f))
|
|
85
|
+
* **internal:** improve local docs search for MCP servers ([15ab3e5](https://github.com/stiggio/stigg-typescript/commit/15ab3e5815e9a9f0f1b499af364c30456331741d))
|
|
86
|
+
* **internal:** improve local docs search for MCP servers ([d279d7b](https://github.com/stiggio/stigg-typescript/commit/d279d7be33974ff2c5f164f57d54ba1e796e8b43))
|
|
87
|
+
* **internal:** support custom-instructions-path flag in MCP servers ([e54fc8c](https://github.com/stiggio/stigg-typescript/commit/e54fc8c25bf842fa884a8bb1262701a908c3398b))
|
|
88
|
+
* **internal:** support local docs search in MCP servers ([6295c74](https://github.com/stiggio/stigg-typescript/commit/6295c7401aa82325d3a18dfbcccb3cc8ae669982))
|
|
89
|
+
* **internal:** support type annotations when running MCP in local execution mode ([47889cb](https://github.com/stiggio/stigg-typescript/commit/47889cb9fc788b51bdc8cdaca46d4a955e66dca7))
|
|
90
|
+
* **internal:** update gitignore ([25b7bb6](https://github.com/stiggio/stigg-typescript/commit/25b7bb6bcd870167b9c5741070f88eab329d8dbf))
|
|
91
|
+
* **internal:** use link instead of file in MCP server package.json files ([6e7a769](https://github.com/stiggio/stigg-typescript/commit/6e7a76965b3863d3fd5d46c43e41afa809568c84))
|
|
92
|
+
* **mcp-server:** add support for session id, forward client info ([8f2e457](https://github.com/stiggio/stigg-typescript/commit/8f2e4576b42c339af00150a29599bcc281efd591))
|
|
93
|
+
* **mcp-server:** log client info ([e2e8fbc](https://github.com/stiggio/stigg-typescript/commit/e2e8fbcc323832771404e52d0b6c885b2ac332ef))
|
|
94
|
+
|
|
95
|
+
## 0.1.0-alpha.25 (2026-03-18)
|
|
96
|
+
|
|
97
|
+
Full Changelog: [v0.1.0-alpha.24...v0.1.0-alpha.25](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.24...v0.1.0-alpha.25)
|
|
98
|
+
|
|
99
|
+
### Features
|
|
100
|
+
|
|
101
|
+
* **api:** api update ([5e7d6cd](https://github.com/stiggio/stigg-typescript/commit/5e7d6cd2efc267b107fc3f97ce1432b14a1d3612))
|
|
102
|
+
|
|
103
|
+
## 0.1.0-alpha.24 (2026-03-18)
|
|
104
|
+
|
|
105
|
+
Full Changelog: [v0.1.0-alpha.23...v0.1.0-alpha.24](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.23...v0.1.0-alpha.24)
|
|
106
|
+
|
|
107
|
+
### Features
|
|
108
|
+
|
|
109
|
+
* **api:** api update ([f0adde8](https://github.com/stiggio/stigg-typescript/commit/f0adde871b30c009cf73eecd0955a46c5f6f2bad))
|
|
110
|
+
|
|
111
|
+
## 0.1.0-alpha.23 (2026-03-18)
|
|
112
|
+
|
|
113
|
+
Full Changelog: [v0.1.0-alpha.22...v0.1.0-alpha.23](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.22...v0.1.0-alpha.23)
|
|
114
|
+
|
|
115
|
+
### Features
|
|
116
|
+
|
|
117
|
+
* **api:** api update ([e778eab](https://github.com/stiggio/stigg-typescript/commit/e778eabb4a458e11d1c2ac83d20f9bed6d45d10e))
|
|
118
|
+
* **api:** api update ([24bfdcb](https://github.com/stiggio/stigg-typescript/commit/24bfdcb0a5e9c1b700affe134b4628bae833a8e8))
|
|
119
|
+
* **api:** api update ([a54a374](https://github.com/stiggio/stigg-typescript/commit/a54a374474dd8aef9c0c8c67cf4b09288d63a44a))
|
|
120
|
+
* **api:** api update ([a1ff1f8](https://github.com/stiggio/stigg-typescript/commit/a1ff1f88f10da41e8a29179a48aefa8ae4ed1596))
|
|
121
|
+
* **api:** api update ([dd99ba3](https://github.com/stiggio/stigg-typescript/commit/dd99ba37c2f54de06aa0d69ebd3b4a253c61269e))
|
|
122
|
+
* **api:** api update ([0f8db16](https://github.com/stiggio/stigg-typescript/commit/0f8db163f40373895072f6006d7fd79a63a0ed74))
|
|
123
|
+
* **api:** api update ([565005d](https://github.com/stiggio/stigg-typescript/commit/565005d415105290612f5ab4f1d8a575b5d6e960))
|
|
124
|
+
* **api:** updated stainless config with new endpoint ([740d9d9](https://github.com/stiggio/stigg-typescript/commit/740d9d9461e667c1278fb36110f47aae48c45bf6))
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
### Chores
|
|
128
|
+
|
|
129
|
+
* **internal:** support x-stainless-mcp-client-permissions headers in MCP servers ([ba112e0](https://github.com/stiggio/stigg-typescript/commit/ba112e04fdcd78696451ffbf0058015c1baa952c))
|
|
130
|
+
* **internal:** tweak CI branches ([554dc5a](https://github.com/stiggio/stigg-typescript/commit/554dc5adcffc85d5e5be8adb65bde4150873a799))
|
|
131
|
+
|
|
132
|
+
## 0.1.0-alpha.22 (2026-03-16)
|
|
133
|
+
|
|
134
|
+
Full Changelog: [v0.1.0-alpha.21...v0.1.0-alpha.22](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.21...v0.1.0-alpha.22)
|
|
135
|
+
|
|
136
|
+
### Features
|
|
137
|
+
|
|
138
|
+
* **api:** api update ([7dd8af8](https://github.com/stiggio/stigg-typescript/commit/7dd8af817239bc18fb627bead4b9b017bd609fe3))
|
|
139
|
+
* **api:** api update ([fcda896](https://github.com/stiggio/stigg-typescript/commit/fcda8963c63a6d8b3bfc577ae62ef14882e02cb2))
|
|
140
|
+
* **api:** api update ([b68062e](https://github.com/stiggio/stigg-typescript/commit/b68062e8a4ebaab40052b9229dc3de56bef8ec19))
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
### Chores
|
|
144
|
+
|
|
145
|
+
* **internal:** make generated MCP servers compatible with Cloudflare worker environments ([d7ffcbf](https://github.com/stiggio/stigg-typescript/commit/d7ffcbfe34c5d2409caf709851e6d53f84ba3403))
|
|
146
|
+
* **internal:** support x-stainless-mcp-client-envs header in MCP servers ([d8f554f](https://github.com/stiggio/stigg-typescript/commit/d8f554f6083a6d494bd1ad81c2cba96bd1a12b49))
|
|
147
|
+
|
|
148
|
+
## 0.1.0-alpha.21 (2026-03-12)
|
|
149
|
+
|
|
150
|
+
Full Changelog: [v0.1.0-alpha.20...v0.1.0-alpha.21](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.20...v0.1.0-alpha.21)
|
|
151
|
+
|
|
152
|
+
### Features
|
|
153
|
+
|
|
154
|
+
* **api:** api update ([3ae27b8](https://github.com/stiggio/stigg-typescript/commit/3ae27b8ac9550be5498b9bd687564a9c7e124b37))
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
### Chores
|
|
158
|
+
|
|
159
|
+
* **internal:** bump @modelcontextprotocol/sdk, @hono/node-server, and minimatch ([75580ea](https://github.com/stiggio/stigg-typescript/commit/75580ea84f0b39a6c3e87870ef61d895d131023c))
|
|
160
|
+
|
|
161
|
+
## 0.1.0-alpha.20 (2026-03-10)
|
|
162
|
+
|
|
163
|
+
Full Changelog: [v0.1.0-alpha.19...v0.1.0-alpha.20](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.19...v0.1.0-alpha.20)
|
|
164
|
+
|
|
165
|
+
### Chores
|
|
166
|
+
|
|
167
|
+
* **internal:** update dependencies to address dependabot vulnerabilities ([93f2013](https://github.com/stiggio/stigg-typescript/commit/93f20138cceb8b8dd266b76c0d0b834be8e924e1))
|
|
168
|
+
|
|
169
|
+
## 0.1.0-alpha.19 (2026-03-09)
|
|
170
|
+
|
|
171
|
+
Full Changelog: [v0.1.0-alpha.18...v0.1.0-alpha.19](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.18...v0.1.0-alpha.19)
|
|
172
|
+
|
|
173
|
+
### Features
|
|
174
|
+
|
|
175
|
+
* **api:** added credits resources ([9b440aa](https://github.com/stiggio/stigg-typescript/commit/9b440aa26682530f642eeb479b6c17287c5bcda6))
|
|
176
|
+
* **api:** api update ([020ee9f](https://github.com/stiggio/stigg-typescript/commit/020ee9fce20574e4336dc5e2418074388fe677cf))
|
|
177
|
+
* **api:** api update ([bc2afcc](https://github.com/stiggio/stigg-typescript/commit/bc2afccb14dc7c690d3f1e54e81a33998b6dddfd))
|
|
178
|
+
* **api:** api update ([79b5b2d](https://github.com/stiggio/stigg-typescript/commit/79b5b2d3c6c2878eaaaeb81d7bfff9ae6ac105ca))
|
|
179
|
+
* **api:** api update ([20d6f41](https://github.com/stiggio/stigg-typescript/commit/20d6f41fac5ada56fa55ce8291c5f42551126bd9))
|
|
180
|
+
|
|
181
|
+
## 0.1.0-alpha.18 (2026-03-08)
|
|
182
|
+
|
|
183
|
+
Full Changelog: [v0.1.0-alpha.17...v0.1.0-alpha.18](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.17...v0.1.0-alpha.18)
|
|
184
|
+
|
|
185
|
+
### Features
|
|
186
|
+
|
|
187
|
+
* **api:** api update ([3f5925d](https://github.com/stiggio/stigg-typescript/commit/3f5925d74abf2d6896c156bfecafb3a096658821))
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
### Bug Fixes
|
|
191
|
+
|
|
192
|
+
* **client:** improve parameter names ([31bd6fb](https://github.com/stiggio/stigg-typescript/commit/31bd6fb8353e52a1e8b5ebdad724c4d54cd48b6b))
|
|
193
|
+
* **client:** preserve URL params already embedded in path ([d461718](https://github.com/stiggio/stigg-typescript/commit/d461718125f93fc32ee7e67f68ff4967bf18fc83))
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
### Chores
|
|
197
|
+
|
|
198
|
+
* **ci:** skip uploading artifacts on stainless-internal branches ([3a6276c](https://github.com/stiggio/stigg-typescript/commit/3a6276cfc3aa550d33fc82e49b8f5a37f37a8c40))
|
|
199
|
+
* **internal:** codegen related update ([5834b85](https://github.com/stiggio/stigg-typescript/commit/5834b85e24ded0fc29b49f27a3a765346a896f53))
|
|
200
|
+
* **mcp-server:** improve instructions ([1c4d9ad](https://github.com/stiggio/stigg-typescript/commit/1c4d9ad1b255af8793effbc5908e5a64010ebda4))
|
|
201
|
+
|
|
202
|
+
## 0.1.0-alpha.17 (2026-03-05)
|
|
203
|
+
|
|
204
|
+
Full Changelog: [v0.1.0-alpha.16...v0.1.0-alpha.17](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.16...v0.1.0-alpha.17)
|
|
205
|
+
|
|
206
|
+
### Features
|
|
207
|
+
|
|
208
|
+
* **api:** api update ([b0490cc](https://github.com/stiggio/stigg-typescript/commit/b0490ccd79bdc32712c560297b0bfea6fb22ffe2))
|
|
209
|
+
|
|
210
|
+
## 0.1.0-alpha.16 (2026-03-05)
|
|
211
|
+
|
|
212
|
+
Full Changelog: [v0.1.0-alpha.15...v0.1.0-alpha.16](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.15...v0.1.0-alpha.16)
|
|
213
|
+
|
|
214
|
+
### Features
|
|
215
|
+
|
|
216
|
+
* **api:** api update ([c2e4823](https://github.com/stiggio/stigg-typescript/commit/c2e4823a5b43606f12c04fb7f5f1500bfadd3db2))
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
### Chores
|
|
220
|
+
|
|
221
|
+
* **internal:** use x-stainless-mcp-client-envs header for MCP remote code tool calls ([4f6b4a3](https://github.com/stiggio/stigg-typescript/commit/4f6b4a37d60bf9f28358f5cb343714d32da393cb))
|
|
222
|
+
|
|
223
|
+
## 0.1.0-alpha.15 (2026-03-04)
|
|
224
|
+
|
|
225
|
+
Full Changelog: [v0.1.0-alpha.14...v0.1.0-alpha.15](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.14...v0.1.0-alpha.15)
|
|
226
|
+
|
|
227
|
+
### Features
|
|
228
|
+
|
|
229
|
+
* **api:** api update ([5e75193](https://github.com/stiggio/stigg-typescript/commit/5e751935f08e6338a339aec76463b132f12d64d0))
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
### Chores
|
|
233
|
+
|
|
234
|
+
* **internal:** codegen related update ([b31c7ae](https://github.com/stiggio/stigg-typescript/commit/b31c7ae69c8aae6b82aa88c341b8b380befcaf87))
|
|
235
|
+
* **mcp-server:** return access instructions for 404 without API key ([1a702bc](https://github.com/stiggio/stigg-typescript/commit/1a702bc643f28d1f0e235c9061feaffca0f0d1d4))
|
|
236
|
+
|
|
237
|
+
## 0.1.0-alpha.14 (2026-03-02)
|
|
238
|
+
|
|
239
|
+
Full Changelog: [v0.1.0-alpha.13...v0.1.0-alpha.14](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.13...v0.1.0-alpha.14)
|
|
240
|
+
|
|
241
|
+
### Features
|
|
242
|
+
|
|
243
|
+
* **api:** api update ([52d42b8](https://github.com/stiggio/stigg-typescript/commit/52d42b8bd1684904a9b9833edb9ed5129cf1a89e))
|
|
244
|
+
|
|
245
|
+
## 0.1.0-alpha.13 (2026-03-02)
|
|
246
|
+
|
|
247
|
+
Full Changelog: [v0.1.0-alpha.12...v0.1.0-alpha.13](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.12...v0.1.0-alpha.13)
|
|
248
|
+
|
|
249
|
+
### Features
|
|
250
|
+
|
|
251
|
+
* **api:** api update ([0b8c3c5](https://github.com/stiggio/stigg-typescript/commit/0b8c3c54b06fe6a3de59eca7d0c740a6e6b19d4e))
|
|
252
|
+
|
|
253
|
+
## 0.1.0-alpha.12 (2026-02-27)
|
|
254
|
+
|
|
255
|
+
Full Changelog: [v0.1.0-alpha.11...v0.1.0-alpha.12](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.11...v0.1.0-alpha.12)
|
|
256
|
+
|
|
257
|
+
### Features
|
|
258
|
+
|
|
259
|
+
* **mcp:** add an option to disable code tool ([48ef94d](https://github.com/stiggio/stigg-typescript/commit/48ef94db9af330f0c6aef3b0df98a4ee8cdb8a00))
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
### Bug Fixes
|
|
263
|
+
|
|
264
|
+
* **mcp:** update prompt ([074e755](https://github.com/stiggio/stigg-typescript/commit/074e755f197434542e58cf6e66a0e5daf5b8c6a2))
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
### Chores
|
|
268
|
+
|
|
269
|
+
* **internal:** move stringifyQuery implementation to internal function ([da0839b](https://github.com/stiggio/stigg-typescript/commit/da0839b349ab846cb445e2474a397baf1f45f6fa))
|
|
270
|
+
|
|
271
|
+
## 0.1.0-alpha.11 (2026-02-26)
|
|
272
|
+
|
|
273
|
+
Full Changelog: [v0.1.0-alpha.10...v0.1.0-alpha.11](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.10...v0.1.0-alpha.11)
|
|
274
|
+
|
|
275
|
+
### Features
|
|
276
|
+
|
|
277
|
+
* **api:** api update ([eb2a4cc](https://github.com/stiggio/stigg-typescript/commit/eb2a4cc0f2f0c9d7bb0eac31f45647bb022814ef))
|
|
278
|
+
* **api:** stainless config updates ([255807f](https://github.com/stiggio/stigg-typescript/commit/255807f1f82acd0172fcb09343edd8ef6c2c237f))
|
|
279
|
+
* **api:** update endpoints and models ([7f9b02d](https://github.com/stiggio/stigg-typescript/commit/7f9b02d4d889d42f12967dbe8fcffd1c498dab82))
|
|
280
|
+
|
|
281
|
+
## 0.1.0-alpha.10 (2026-02-26)
|
|
282
|
+
|
|
283
|
+
Full Changelog: [v0.1.0-alpha.9...v0.1.0-alpha.10](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.9...v0.1.0-alpha.10)
|
|
284
|
+
|
|
285
|
+
### Features
|
|
286
|
+
|
|
287
|
+
* **api:** api update ([0ab6f6f](https://github.com/stiggio/stigg-typescript/commit/0ab6f6fb541d52cf589c33378dbbec65ee20bfdf))
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
### Bug Fixes
|
|
291
|
+
|
|
292
|
+
* **docs/contributing:** correct pnpm link command ([9fa3bb5](https://github.com/stiggio/stigg-typescript/commit/9fa3bb58a1803c49be282e085f588197e95256f5))
|
|
293
|
+
* **mcp:** initialize SDK lazily to avoid failing the connection on init errors ([f8a472c](https://github.com/stiggio/stigg-typescript/commit/f8a472c5ca146393bcdd85867149740b8e1e8155))
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
### Chores
|
|
297
|
+
|
|
298
|
+
* **internal:** cache fetch instruction calls in MCP server ([dfab22a](https://github.com/stiggio/stigg-typescript/commit/dfab22a2308eec2a10bdb5b9733132dd31136505))
|
|
299
|
+
* **internal:** fix MCP Dockerfiles so they can be built without buildkit ([22f41ef](https://github.com/stiggio/stigg-typescript/commit/22f41efdf7a55e61d24554976b817d4409da8eb2))
|
|
300
|
+
* **internal:** fix MCP Dockerfiles so they can be built without buildkit ([e9d86c4](https://github.com/stiggio/stigg-typescript/commit/e9d86c47627080d38c1ee5c6491cfb655103daf2))
|
|
301
|
+
* **internal:** make MCP code execution location configurable via a flag ([6f3c168](https://github.com/stiggio/stigg-typescript/commit/6f3c1687a702a149895a12603a9d334017dd8dde))
|
|
302
|
+
* **internal:** remove mock server code ([b70b5a5](https://github.com/stiggio/stigg-typescript/commit/b70b5a5640848e2981fdd26f11aa0bfd3c0daf57))
|
|
303
|
+
* **internal:** upgrade @modelcontextprotocol/sdk and hono ([f1ba036](https://github.com/stiggio/stigg-typescript/commit/f1ba0369b02d44365986b56b028d5b1c6af128a4))
|
|
304
|
+
* **mcp:** correctly update version in sync with sdk ([3d658ff](https://github.com/stiggio/stigg-typescript/commit/3d658ff565dfbcaeb1f1883eadae3d4a84a4fd00))
|
|
305
|
+
* update mock server docs ([47ff87f](https://github.com/stiggio/stigg-typescript/commit/47ff87f0b115bdc2106afc31a6319d2bcb6ae8a8))
|
|
306
|
+
|
|
307
|
+
## 0.1.0-alpha.9 (2026-02-18)
|
|
308
|
+
|
|
309
|
+
Full Changelog: [v0.1.0-alpha.8...v0.1.0-alpha.9](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.8...v0.1.0-alpha.9)
|
|
310
|
+
|
|
311
|
+
### Features
|
|
312
|
+
|
|
313
|
+
* **api:** api update ([2be2e6f](https://github.com/stiggio/stigg-typescript/commit/2be2e6f0c0c1efac02fc39d3227a603ba70fd453))
|
|
314
|
+
|
|
315
|
+
## 0.1.0-alpha.8 (2026-02-18)
|
|
316
|
+
|
|
317
|
+
Full Changelog: [v0.1.0-alpha.7...v0.1.0-alpha.8](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.7...v0.1.0-alpha.8)
|
|
318
|
+
|
|
319
|
+
### Features
|
|
320
|
+
|
|
321
|
+
* **api:** add events features/addons/plans, subscriptions usage/invoice, coupons/products endpoints ([aa80361](https://github.com/stiggio/stigg-typescript/commit/aa8036192fd6f8a060ee861d2dd0da1de86e3cb6))
|
|
322
|
+
* **api:** Add missing endpoints ([ded1c1d](https://github.com/stiggio/stigg-typescript/commit/ded1c1d297174ddc906862c0587ae020442cc7d6))
|
|
323
|
+
* **api:** api update ([356282f](https://github.com/stiggio/stigg-typescript/commit/356282f1f257e6176c26c8163b8f801d74b09282))
|
|
324
|
+
* **api:** api update ([473a89c](https://github.com/stiggio/stigg-typescript/commit/473a89c5a14c9c1391039a4d03b5109b9538595d))
|
|
325
|
+
* **api:** api update ([d2cfe9f](https://github.com/stiggio/stigg-typescript/commit/d2cfe9f5b1e4424ccca75eea6c815ff56e677d16))
|
|
326
|
+
* **api:** manual updates ([622e55e](https://github.com/stiggio/stigg-typescript/commit/622e55e14a46fb239763101b95f2cbad5e3c10de))
|
|
327
|
+
* **api:** manual updates ([622e55e](https://github.com/stiggio/stigg-typescript/commit/622e55e14a46fb239763101b95f2cbad5e3c10de))
|
|
328
|
+
* **api:** manual updates ([b7e5a4b](https://github.com/stiggio/stigg-typescript/commit/b7e5a4bb6dcabe6fa369741eb779050901e827f1))
|
|
329
|
+
* **api:** manual updates ([083f5fa](https://github.com/stiggio/stigg-typescript/commit/083f5fac9a83126b4fbbfd55228b39164eadb325))
|
|
330
|
+
* **api:** manual updates ([a15494f](https://github.com/stiggio/stigg-typescript/commit/a15494fb80a3d76eae49a2b8beac10b8a569f68d))
|
|
331
|
+
* **api:** trigger release ([4f4bd4f](https://github.com/stiggio/stigg-typescript/commit/4f4bd4fe4fba2e9fdbee9a7391a009a3674bcd2b))
|
|
332
|
+
* **api:** trigger release ([4f4bd4f](https://github.com/stiggio/stigg-typescript/commit/4f4bd4fe4fba2e9fdbee9a7391a009a3674bcd2b))
|
|
333
|
+
|
|
334
|
+
|
|
335
|
+
### Bug Fixes
|
|
336
|
+
|
|
337
|
+
* **api:** rename pathID param, remove body_id field in products.duplicateProduct ([b2b795e](https://github.com/stiggio/stigg-typescript/commit/b2b795e5f0ec8f72f3392d82b428a627c84294da))
|
|
338
|
+
|
|
339
|
+
|
|
340
|
+
### Chores
|
|
341
|
+
|
|
342
|
+
* **internal/client:** fix form-urlencoded requests ([456672a](https://github.com/stiggio/stigg-typescript/commit/456672ad70b99e5ce322a15a48d958da37ffb7a0))
|
|
343
|
+
* **internal:** allow setting x-stainless-api-key header on mcp server requests ([c73920b](https://github.com/stiggio/stigg-typescript/commit/c73920be5a90ca466d47848418e9d7cb0b81ebd3))
|
|
344
|
+
* remove custom code ([0a618df](https://github.com/stiggio/stigg-typescript/commit/0a618df73be4e5b195393c813740838d179b7d5c))
|
|
345
|
+
* update SDK settings ([23fb700](https://github.com/stiggio/stigg-typescript/commit/23fb700dadc23339d0d3f075c7a869687b206ce5))
|
|
346
|
+
* update SDK settings ([0c8a587](https://github.com/stiggio/stigg-typescript/commit/0c8a58729cc38e085cf988b43a6d88e4ff3a0122))
|
|
347
|
+
|
|
348
|
+
## 0.1.0-alpha.7 (2026-02-17)
|
|
349
|
+
|
|
350
|
+
Full Changelog: [v0.1.0-alpha.6...v0.1.0-alpha.7](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.6...v0.1.0-alpha.7)
|
|
351
|
+
|
|
352
|
+
### Features
|
|
353
|
+
|
|
354
|
+
* **api:** api update ([e494923](https://github.com/stiggio/stigg-typescript/commit/e4949234a065f5cba5c0590d291cbf432b0d3f06))
|
|
355
|
+
* **api:** updated the production environment ([9332bd4](https://github.com/stiggio/stigg-typescript/commit/9332bd46ede72c46cd352b78db2d5f8c512f3160))
|
|
356
|
+
|
|
357
|
+
## 0.1.0-alpha.6 (2026-02-15)
|
|
358
|
+
|
|
359
|
+
Full Changelog: [v0.1.0-alpha.5...v0.1.0-alpha.6](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.5...v0.1.0-alpha.6)
|
|
360
|
+
|
|
361
|
+
### Features
|
|
362
|
+
|
|
363
|
+
* **api:** api update ([d41ae3a](https://github.com/stiggio/stigg-typescript/commit/d41ae3aefe5bd1643da96a211c3b0830d118fb7f))
|
|
364
|
+
* **api:** api update ([6a44c80](https://github.com/stiggio/stigg-typescript/commit/6a44c80d1666a54aeb13cd63b3aa81fc2c701771))
|
|
365
|
+
* **api:** api update ([3dc1a6f](https://github.com/stiggio/stigg-typescript/commit/3dc1a6f233db6cec6421f234dcc42fa053d522c0))
|
|
366
|
+
* **api:** api update ([5f3a051](https://github.com/stiggio/stigg-typescript/commit/5f3a05145bc6a95c2dade1dfb1ab08d42b3d041f))
|
|
367
|
+
* **api:** api update ([278b7e2](https://github.com/stiggio/stigg-typescript/commit/278b7e2a11a56ebb28fd49fc5c4d374dee762a37))
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
### Chores
|
|
371
|
+
|
|
372
|
+
* configure new SDK language ([f13f50a](https://github.com/stiggio/stigg-typescript/commit/f13f50aeb8a1ee97a508716129057bf287f4d7bb))
|
|
373
|
+
* **internal:** avoid type checking errors with ts-reset ([6d2c1c2](https://github.com/stiggio/stigg-typescript/commit/6d2c1c257bb18e29a3b431ba7993b038f2c913d1))
|
|
374
|
+
* **internal:** configure MCP Server hosting ([4ac2625](https://github.com/stiggio/stigg-typescript/commit/4ac2625f32c269765ab8df22099343bfb2bc4d07))
|
|
375
|
+
|
|
376
|
+
## 0.1.0-alpha.5 (2026-02-08)
|
|
377
|
+
|
|
378
|
+
Full Changelog: [v0.1.0-alpha.4...v0.1.0-alpha.5](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.4...v0.1.0-alpha.5)
|
|
379
|
+
|
|
380
|
+
### Features
|
|
381
|
+
|
|
382
|
+
* **api:** api update ([37a1b67](https://github.com/stiggio/stigg-typescript/commit/37a1b67750e685df4faf6c27328d7298089b1257))
|
|
383
|
+
* **api:** api update ([8951b7b](https://github.com/stiggio/stigg-typescript/commit/8951b7bf135a8254e5a53576ec9ef69aff4b22d5))
|
|
384
|
+
* **api:** api update ([70381e3](https://github.com/stiggio/stigg-typescript/commit/70381e36226669df1e78f537ecec6a82387149af))
|
|
385
|
+
* **api:** manual updates ([6d41016](https://github.com/stiggio/stigg-typescript/commit/6d41016adcdc3d543cda35174bdd07b647b7a940))
|
|
386
|
+
* **api:** manual updates ([18e731c](https://github.com/stiggio/stigg-typescript/commit/18e731c2408ee437c3cbc138208b829cef697646))
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
### Bug Fixes
|
|
390
|
+
|
|
391
|
+
* **client:** avoid memory leak with abort signals ([2a35609](https://github.com/stiggio/stigg-typescript/commit/2a35609541af137208a0f80c17239a0512839332))
|
|
392
|
+
* **client:** avoid removing abort listener too early ([e392dde](https://github.com/stiggio/stigg-typescript/commit/e392dde7d989ebc61c04ac6605c8fefe8f9a605f))
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
### Chores
|
|
396
|
+
|
|
397
|
+
* **client:** do not parse responses with empty content-length ([43d4528](https://github.com/stiggio/stigg-typescript/commit/43d4528c0507b29dfafd0e2763ef0326cc77c868))
|
|
398
|
+
* **client:** restructure abort controller binding ([6e5585d](https://github.com/stiggio/stigg-typescript/commit/6e5585d479f7a88fd45d7747c17f3a0d77c0b6ee))
|
|
399
|
+
* **internal:** fix pagination internals not accepting option promises ([ca6a9b9](https://github.com/stiggio/stigg-typescript/commit/ca6a9b9770072de182b7110e69f5fcae05669d88))
|
|
400
|
+
|
|
401
|
+
## 0.1.0-alpha.4 (2026-01-29)
|
|
402
|
+
|
|
403
|
+
Full Changelog: [v0.1.0-alpha.3...v0.1.0-alpha.4](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.3...v0.1.0-alpha.4)
|
|
404
|
+
|
|
405
|
+
### Features
|
|
406
|
+
|
|
407
|
+
* **api:** update stainless config ([c1c9e66](https://github.com/stiggio/stigg-typescript/commit/c1c9e66bf79510ca37cb3178105e0c1213d2b606))
|
|
408
|
+
|
|
3
409
|
## 0.1.0-alpha.3 (2026-01-28)
|
|
4
410
|
|
|
5
411
|
Full Changelog: [v0.1.0-alpha.2...v0.1.0-alpha.3](https://github.com/stiggio/stigg-typescript/compare/v0.1.0-alpha.2...v0.1.0-alpha.3)
|
package/README.md
CHANGED
|
@@ -8,6 +8,15 @@ The full API of this library can be found in [api.md](api.md).
|
|
|
8
8
|
|
|
9
9
|
It is generated with [Stainless](https://www.stainless.com/).
|
|
10
10
|
|
|
11
|
+
## MCP Server
|
|
12
|
+
|
|
13
|
+
Use the Stigg MCP Server to enable AI assistants to interact with this API, allowing them to explore endpoints, make test requests, and use documentation to help integrate this SDK into your application.
|
|
14
|
+
|
|
15
|
+
[](https://cursor.com/en-US/install-mcp?name=%40stigg%2Ftypescript-mcp&config=eyJuYW1lIjoiQHN0aWdnL3R5cGVzY3JpcHQtbWNwIiwidHJhbnNwb3J0IjoiaHR0cCIsInVybCI6Imh0dHBzOi8vc3RpZ2ctbWNwLnN0bG1jcC5jb20iLCJoZWFkZXJzIjp7IlgtQVBJLUtFWSI6Ik15IEFQSSBLZXkifX0)
|
|
16
|
+
[](https://vscode.stainless.com/mcp/%7B%22name%22%3A%22%40stigg%2Ftypescript-mcp%22%2C%22type%22%3A%22http%22%2C%22url%22%3A%22https%3A%2F%2Fstigg-mcp.stlmcp.com%22%2C%22headers%22%3A%7B%22X-API-KEY%22%3A%22My%20API%20Key%22%7D%7D)
|
|
17
|
+
|
|
18
|
+
> Note: You may need to set environment variables in your MCP client.
|
|
19
|
+
|
|
11
20
|
## Installation
|
|
12
21
|
|
|
13
22
|
```sh
|
package/client.d.mts
CHANGED
|
@@ -8,11 +8,12 @@ import { type MyCursorIDPageParams, MyCursorIDPageResponse } from "./core/pagina
|
|
|
8
8
|
import * as Uploads from "./core/uploads.mjs";
|
|
9
9
|
import * as API from "./resources/index.mjs";
|
|
10
10
|
import { APIPromise } from "./core/api-promise.mjs";
|
|
11
|
-
import { V1
|
|
11
|
+
import { V1 } from "./resources/v1/v1.mjs";
|
|
12
12
|
import { type Fetch } from "./internal/builtin-types.mjs";
|
|
13
13
|
import { HeadersLike, NullableHeaders } from "./internal/headers.mjs";
|
|
14
14
|
import { FinalRequestOptions, RequestOptions } from "./internal/request-options.mjs";
|
|
15
15
|
import { type LogLevel, type Logger } from "./internal/utils/log.mjs";
|
|
16
|
+
import { Internal } from "./resources/internal/internal.mjs";
|
|
16
17
|
export interface ClientOptions {
|
|
17
18
|
/**
|
|
18
19
|
* Defaults to process.env['STIGG_API_KEY'].
|
|
@@ -98,7 +99,7 @@ export declare class Stigg {
|
|
|
98
99
|
* API Client for interfacing with the Stigg API.
|
|
99
100
|
*
|
|
100
101
|
* @param {string | undefined} [opts.apiKey=process.env['STIGG_API_KEY'] ?? undefined]
|
|
101
|
-
* @param {string} [opts.baseURL=process.env['STIGG_BASE_URL'] ?? https://api.
|
|
102
|
+
* @param {string} [opts.baseURL=process.env['STIGG_BASE_URL'] ?? https://api.stigg.io] - Override the default base URL for the API.
|
|
102
103
|
* @param {number} [opts.timeout=1 minute] - The maximum amount of time (in milliseconds) the client will wait for a response before timing out.
|
|
103
104
|
* @param {MergedRequestInit} [opts.fetchOptions] - Additional `RequestInit` options to be passed to `fetch` calls.
|
|
104
105
|
* @param {Fetch} [opts.fetch] - Specify a custom `fetch` function implementation.
|
|
@@ -114,10 +115,7 @@ export declare class Stigg {
|
|
|
114
115
|
protected defaultQuery(): Record<string, string | undefined> | undefined;
|
|
115
116
|
protected validateHeaders({ values, nulls }: NullableHeaders): void;
|
|
116
117
|
protected authHeaders(opts: FinalRequestOptions): Promise<NullableHeaders | undefined>;
|
|
117
|
-
|
|
118
|
-
* Basic re-implementation of `qs.stringify` for primitive types.
|
|
119
|
-
*/
|
|
120
|
-
protected stringifyQuery(query: Record<string, unknown>): string;
|
|
118
|
+
protected stringifyQuery(query: object | Record<string, unknown>): string;
|
|
121
119
|
private getUserAgent;
|
|
122
120
|
protected defaultIdempotencyKey(): string;
|
|
123
121
|
protected makeStatusError(status: number, error: Object, message: string | undefined, headers: Headers): Errors.APIError;
|
|
@@ -144,8 +142,8 @@ export declare class Stigg {
|
|
|
144
142
|
private methodRequest;
|
|
145
143
|
request<Rsp>(options: PromiseOrValue<FinalRequestOptions>, remainingRetries?: number | null): APIPromise<Rsp>;
|
|
146
144
|
private makeRequest;
|
|
147
|
-
getAPIList<Item, PageClass extends Pagination.AbstractPage<Item> = Pagination.AbstractPage<Item>>(path: string, Page: new (...args: any[]) => PageClass, opts?: RequestOptions): Pagination.PagePromise<PageClass, Item>;
|
|
148
|
-
requestAPIList<Item = unknown, PageClass extends Pagination.AbstractPage<Item> = Pagination.AbstractPage<Item>>(Page: new (...args: ConstructorParameters<typeof Pagination.AbstractPage>) => PageClass, options: FinalRequestOptions): Pagination.PagePromise<PageClass, Item>;
|
|
145
|
+
getAPIList<Item, PageClass extends Pagination.AbstractPage<Item> = Pagination.AbstractPage<Item>>(path: string, Page: new (...args: any[]) => PageClass, opts?: PromiseOrValue<RequestOptions>): Pagination.PagePromise<PageClass, Item>;
|
|
146
|
+
requestAPIList<Item = unknown, PageClass extends Pagination.AbstractPage<Item> = Pagination.AbstractPage<Item>>(Page: new (...args: ConstructorParameters<typeof Pagination.AbstractPage>) => PageClass, options: PromiseOrValue<FinalRequestOptions>): Pagination.PagePromise<PageClass, Item>;
|
|
149
147
|
fetchWithTimeout(url: RequestInfo, init: RequestInit | undefined, ms: number, controller: AbortController): Promise<Response>;
|
|
150
148
|
private shouldRetry;
|
|
151
149
|
private retryRequest;
|
|
@@ -158,6 +156,7 @@ export declare class Stigg {
|
|
|
158
156
|
timeout: number;
|
|
159
157
|
}>;
|
|
160
158
|
private buildHeaders;
|
|
159
|
+
private _makeAbort;
|
|
161
160
|
private buildBody;
|
|
162
161
|
static Stigg: typeof Stigg;
|
|
163
162
|
static DEFAULT_TIMEOUT: number;
|
|
@@ -176,11 +175,13 @@ export declare class Stigg {
|
|
|
176
175
|
static UnprocessableEntityError: typeof Errors.UnprocessableEntityError;
|
|
177
176
|
static toFile: typeof Uploads.toFile;
|
|
178
177
|
v1: API.V1;
|
|
178
|
+
internal: API.Internal;
|
|
179
179
|
}
|
|
180
180
|
export declare namespace Stigg {
|
|
181
181
|
export type RequestOptions = Opts.RequestOptions;
|
|
182
182
|
export import MyCursorIDPage = Pagination.MyCursorIDPage;
|
|
183
183
|
export { type MyCursorIDPageParams as MyCursorIDPageParams, type MyCursorIDPageResponse as MyCursorIDPageResponse, };
|
|
184
|
-
export { V1 as V1
|
|
184
|
+
export { V1 as V1 };
|
|
185
|
+
export { Internal as Internal };
|
|
185
186
|
}
|
|
186
187
|
//# sourceMappingURL=client.d.mts.map
|
package/client.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.d.mts","sourceRoot":"","sources":["src/client.ts"],"names":[],"mappings":"OAEO,KAAK,EAAE,WAAW,EAAE,WAAW,EAAY;OAC3C,KAAK,EAAc,cAAc,EAAE,iBAAiB,EAAE,oBAAoB,EAAE;YAIvE,EAAE,MAAM,EAAE,QAAQ,EAAE;OAKzB,KAAK,IAAI;
|
|
1
|
+
{"version":3,"file":"client.d.mts","sourceRoot":"","sources":["src/client.ts"],"names":[],"mappings":"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"}
|
package/client.d.ts
CHANGED
|
@@ -8,11 +8,12 @@ import { type MyCursorIDPageParams, MyCursorIDPageResponse } from "./core/pagina
|
|
|
8
8
|
import * as Uploads from "./core/uploads.js";
|
|
9
9
|
import * as API from "./resources/index.js";
|
|
10
10
|
import { APIPromise } from "./core/api-promise.js";
|
|
11
|
-
import { V1
|
|
11
|
+
import { V1 } from "./resources/v1/v1.js";
|
|
12
12
|
import { type Fetch } from "./internal/builtin-types.js";
|
|
13
13
|
import { HeadersLike, NullableHeaders } from "./internal/headers.js";
|
|
14
14
|
import { FinalRequestOptions, RequestOptions } from "./internal/request-options.js";
|
|
15
15
|
import { type LogLevel, type Logger } from "./internal/utils/log.js";
|
|
16
|
+
import { Internal } from "./resources/internal/internal.js";
|
|
16
17
|
export interface ClientOptions {
|
|
17
18
|
/**
|
|
18
19
|
* Defaults to process.env['STIGG_API_KEY'].
|
|
@@ -98,7 +99,7 @@ export declare class Stigg {
|
|
|
98
99
|
* API Client for interfacing with the Stigg API.
|
|
99
100
|
*
|
|
100
101
|
* @param {string | undefined} [opts.apiKey=process.env['STIGG_API_KEY'] ?? undefined]
|
|
101
|
-
* @param {string} [opts.baseURL=process.env['STIGG_BASE_URL'] ?? https://api.
|
|
102
|
+
* @param {string} [opts.baseURL=process.env['STIGG_BASE_URL'] ?? https://api.stigg.io] - Override the default base URL for the API.
|
|
102
103
|
* @param {number} [opts.timeout=1 minute] - The maximum amount of time (in milliseconds) the client will wait for a response before timing out.
|
|
103
104
|
* @param {MergedRequestInit} [opts.fetchOptions] - Additional `RequestInit` options to be passed to `fetch` calls.
|
|
104
105
|
* @param {Fetch} [opts.fetch] - Specify a custom `fetch` function implementation.
|
|
@@ -114,10 +115,7 @@ export declare class Stigg {
|
|
|
114
115
|
protected defaultQuery(): Record<string, string | undefined> | undefined;
|
|
115
116
|
protected validateHeaders({ values, nulls }: NullableHeaders): void;
|
|
116
117
|
protected authHeaders(opts: FinalRequestOptions): Promise<NullableHeaders | undefined>;
|
|
117
|
-
|
|
118
|
-
* Basic re-implementation of `qs.stringify` for primitive types.
|
|
119
|
-
*/
|
|
120
|
-
protected stringifyQuery(query: Record<string, unknown>): string;
|
|
118
|
+
protected stringifyQuery(query: object | Record<string, unknown>): string;
|
|
121
119
|
private getUserAgent;
|
|
122
120
|
protected defaultIdempotencyKey(): string;
|
|
123
121
|
protected makeStatusError(status: number, error: Object, message: string | undefined, headers: Headers): Errors.APIError;
|
|
@@ -144,8 +142,8 @@ export declare class Stigg {
|
|
|
144
142
|
private methodRequest;
|
|
145
143
|
request<Rsp>(options: PromiseOrValue<FinalRequestOptions>, remainingRetries?: number | null): APIPromise<Rsp>;
|
|
146
144
|
private makeRequest;
|
|
147
|
-
getAPIList<Item, PageClass extends Pagination.AbstractPage<Item> = Pagination.AbstractPage<Item>>(path: string, Page: new (...args: any[]) => PageClass, opts?: RequestOptions): Pagination.PagePromise<PageClass, Item>;
|
|
148
|
-
requestAPIList<Item = unknown, PageClass extends Pagination.AbstractPage<Item> = Pagination.AbstractPage<Item>>(Page: new (...args: ConstructorParameters<typeof Pagination.AbstractPage>) => PageClass, options: FinalRequestOptions): Pagination.PagePromise<PageClass, Item>;
|
|
145
|
+
getAPIList<Item, PageClass extends Pagination.AbstractPage<Item> = Pagination.AbstractPage<Item>>(path: string, Page: new (...args: any[]) => PageClass, opts?: PromiseOrValue<RequestOptions>): Pagination.PagePromise<PageClass, Item>;
|
|
146
|
+
requestAPIList<Item = unknown, PageClass extends Pagination.AbstractPage<Item> = Pagination.AbstractPage<Item>>(Page: new (...args: ConstructorParameters<typeof Pagination.AbstractPage>) => PageClass, options: PromiseOrValue<FinalRequestOptions>): Pagination.PagePromise<PageClass, Item>;
|
|
149
147
|
fetchWithTimeout(url: RequestInfo, init: RequestInit | undefined, ms: number, controller: AbortController): Promise<Response>;
|
|
150
148
|
private shouldRetry;
|
|
151
149
|
private retryRequest;
|
|
@@ -158,6 +156,7 @@ export declare class Stigg {
|
|
|
158
156
|
timeout: number;
|
|
159
157
|
}>;
|
|
160
158
|
private buildHeaders;
|
|
159
|
+
private _makeAbort;
|
|
161
160
|
private buildBody;
|
|
162
161
|
static Stigg: typeof Stigg;
|
|
163
162
|
static DEFAULT_TIMEOUT: number;
|
|
@@ -176,11 +175,13 @@ export declare class Stigg {
|
|
|
176
175
|
static UnprocessableEntityError: typeof Errors.UnprocessableEntityError;
|
|
177
176
|
static toFile: typeof Uploads.toFile;
|
|
178
177
|
v1: API.V1;
|
|
178
|
+
internal: API.Internal;
|
|
179
179
|
}
|
|
180
180
|
export declare namespace Stigg {
|
|
181
181
|
export type RequestOptions = Opts.RequestOptions;
|
|
182
182
|
export import MyCursorIDPage = Pagination.MyCursorIDPage;
|
|
183
183
|
export { type MyCursorIDPageParams as MyCursorIDPageParams, type MyCursorIDPageResponse as MyCursorIDPageResponse, };
|
|
184
|
-
export { V1 as V1
|
|
184
|
+
export { V1 as V1 };
|
|
185
|
+
export { Internal as Internal };
|
|
185
186
|
}
|
|
186
187
|
//# sourceMappingURL=client.d.ts.map
|
package/client.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["src/client.ts"],"names":[],"mappings":"OAEO,KAAK,EAAE,WAAW,EAAE,WAAW,EAAY;OAC3C,KAAK,EAAc,cAAc,EAAE,iBAAiB,EAAE,oBAAoB,EAAE;YAIvE,EAAE,MAAM,EAAE,QAAQ,EAAE;OAKzB,KAAK,IAAI;
|
|
1
|
+
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["src/client.ts"],"names":[],"mappings":"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"}
|