@usehercules/sdk 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +31 -0
- package/LICENSE +201 -0
- package/README.md +414 -0
- package/api-promise.d.mts +2 -0
- package/api-promise.d.mts.map +1 -0
- package/api-promise.d.ts +2 -0
- package/api-promise.d.ts.map +1 -0
- package/api-promise.js +6 -0
- package/api-promise.js.map +1 -0
- package/api-promise.mjs +2 -0
- package/api-promise.mjs.map +1 -0
- package/client.d.mts +189 -0
- package/client.d.mts.map +1 -0
- package/client.d.ts +189 -0
- package/client.d.ts.map +1 -0
- package/client.js +481 -0
- package/client.js.map +1 -0
- package/client.mjs +477 -0
- package/client.mjs.map +1 -0
- package/core/api-promise.d.mts +46 -0
- package/core/api-promise.d.mts.map +1 -0
- package/core/api-promise.d.ts +46 -0
- package/core/api-promise.d.ts.map +1 -0
- package/core/api-promise.js +74 -0
- package/core/api-promise.js.map +1 -0
- package/core/api-promise.mjs +70 -0
- package/core/api-promise.mjs.map +1 -0
- package/core/error.d.mts +46 -0
- package/core/error.d.mts.map +1 -0
- package/core/error.d.ts +46 -0
- package/core/error.d.ts.map +1 -0
- package/core/error.js +113 -0
- package/core/error.js.map +1 -0
- package/core/error.mjs +97 -0
- package/core/error.mjs.map +1 -0
- package/core/pagination.d.mts +55 -0
- package/core/pagination.d.mts.map +1 -0
- package/core/pagination.d.ts +55 -0
- package/core/pagination.d.ts.map +1 -0
- package/core/pagination.js +115 -0
- package/core/pagination.js.map +1 -0
- package/core/pagination.mjs +109 -0
- package/core/pagination.mjs.map +1 -0
- package/core/resource.d.mts +6 -0
- package/core/resource.d.mts.map +1 -0
- package/core/resource.d.ts +6 -0
- package/core/resource.d.ts.map +1 -0
- package/core/resource.js +11 -0
- package/core/resource.js.map +1 -0
- package/core/resource.mjs +7 -0
- package/core/resource.mjs.map +1 -0
- package/core/uploads.d.mts +3 -0
- package/core/uploads.d.mts.map +1 -0
- package/core/uploads.d.ts +3 -0
- package/core/uploads.d.ts.map +1 -0
- package/core/uploads.js +6 -0
- package/core/uploads.js.map +1 -0
- package/core/uploads.mjs +2 -0
- package/core/uploads.mjs.map +1 -0
- package/error.d.mts +2 -0
- package/error.d.mts.map +1 -0
- package/error.d.ts +2 -0
- package/error.d.ts.map +1 -0
- package/error.js +6 -0
- package/error.js.map +1 -0
- package/error.mjs +2 -0
- package/error.mjs.map +1 -0
- package/index.d.mts +7 -0
- package/index.d.mts.map +1 -0
- package/index.d.ts +7 -0
- package/index.d.ts.map +1 -0
- package/index.js +32 -0
- package/index.js.map +1 -0
- package/index.mjs +8 -0
- package/index.mjs.map +1 -0
- package/internal/builtin-types.d.mts +73 -0
- package/internal/builtin-types.d.mts.map +1 -0
- package/internal/builtin-types.d.ts +73 -0
- package/internal/builtin-types.d.ts.map +1 -0
- package/internal/builtin-types.js +4 -0
- package/internal/builtin-types.js.map +1 -0
- package/internal/builtin-types.mjs +3 -0
- package/internal/builtin-types.mjs.map +1 -0
- package/internal/detect-platform.d.mts +15 -0
- package/internal/detect-platform.d.mts.map +1 -0
- package/internal/detect-platform.d.ts +15 -0
- package/internal/detect-platform.d.ts.map +1 -0
- package/internal/detect-platform.js +162 -0
- package/internal/detect-platform.js.map +1 -0
- package/internal/detect-platform.mjs +157 -0
- package/internal/detect-platform.mjs.map +1 -0
- package/internal/errors.d.mts +3 -0
- package/internal/errors.d.mts.map +1 -0
- package/internal/errors.d.ts +3 -0
- package/internal/errors.d.ts.map +1 -0
- package/internal/errors.js +41 -0
- package/internal/errors.js.map +1 -0
- package/internal/errors.mjs +36 -0
- package/internal/errors.mjs.map +1 -0
- package/internal/headers.d.mts +20 -0
- package/internal/headers.d.mts.map +1 -0
- package/internal/headers.d.ts +20 -0
- package/internal/headers.d.ts.map +1 -0
- package/internal/headers.js +79 -0
- package/internal/headers.js.map +1 -0
- package/internal/headers.mjs +74 -0
- package/internal/headers.mjs.map +1 -0
- package/internal/parse.d.mts +12 -0
- package/internal/parse.d.mts.map +1 -0
- package/internal/parse.d.ts +12 -0
- package/internal/parse.d.ts.map +1 -0
- package/internal/parse.js +35 -0
- package/internal/parse.js.map +1 -0
- package/internal/parse.mjs +32 -0
- package/internal/parse.mjs.map +1 -0
- package/internal/request-options.d.mts +75 -0
- package/internal/request-options.d.mts.map +1 -0
- package/internal/request-options.d.ts +75 -0
- package/internal/request-options.d.ts.map +1 -0
- package/internal/request-options.js +14 -0
- package/internal/request-options.js.map +1 -0
- package/internal/request-options.mjs +10 -0
- package/internal/request-options.mjs.map +1 -0
- package/internal/shim-types.d.mts +17 -0
- package/internal/shim-types.d.mts.map +1 -0
- package/internal/shim-types.d.ts +17 -0
- package/internal/shim-types.d.ts.map +1 -0
- package/internal/shim-types.js +4 -0
- package/internal/shim-types.js.map +1 -0
- package/internal/shim-types.mjs +3 -0
- package/internal/shim-types.mjs.map +1 -0
- package/internal/shims.d.mts +20 -0
- package/internal/shims.d.mts.map +1 -0
- package/internal/shims.d.ts +20 -0
- package/internal/shims.d.ts.map +1 -0
- package/internal/shims.js +92 -0
- package/internal/shims.js.map +1 -0
- package/internal/shims.mjs +85 -0
- package/internal/shims.mjs.map +1 -0
- package/internal/to-file.d.mts +45 -0
- package/internal/to-file.d.mts.map +1 -0
- package/internal/to-file.d.ts +45 -0
- package/internal/to-file.d.ts.map +1 -0
- package/internal/to-file.js +91 -0
- package/internal/to-file.js.map +1 -0
- package/internal/to-file.mjs +88 -0
- package/internal/to-file.mjs.map +1 -0
- package/internal/tslib.js +81 -0
- package/internal/tslib.mjs +17 -0
- package/internal/types.d.mts +69 -0
- package/internal/types.d.mts.map +1 -0
- package/internal/types.d.ts +69 -0
- package/internal/types.d.ts.map +1 -0
- package/internal/types.js +4 -0
- package/internal/types.js.map +1 -0
- package/internal/types.mjs +3 -0
- package/internal/types.mjs.map +1 -0
- package/internal/uploads.d.mts +42 -0
- package/internal/uploads.d.mts.map +1 -0
- package/internal/uploads.d.ts +42 -0
- package/internal/uploads.d.ts.map +1 -0
- package/internal/uploads.js +141 -0
- package/internal/uploads.js.map +1 -0
- package/internal/uploads.mjs +131 -0
- package/internal/uploads.mjs.map +1 -0
- package/internal/utils/base64.d.mts +3 -0
- package/internal/utils/base64.d.mts.map +1 -0
- package/internal/utils/base64.d.ts +3 -0
- package/internal/utils/base64.d.ts.map +1 -0
- package/internal/utils/base64.js +38 -0
- package/internal/utils/base64.js.map +1 -0
- package/internal/utils/base64.mjs +33 -0
- package/internal/utils/base64.mjs.map +1 -0
- package/internal/utils/bytes.d.mts +4 -0
- package/internal/utils/bytes.d.mts.map +1 -0
- package/internal/utils/bytes.d.ts +4 -0
- package/internal/utils/bytes.d.ts.map +1 -0
- package/internal/utils/bytes.js +31 -0
- package/internal/utils/bytes.js.map +1 -0
- package/internal/utils/bytes.mjs +26 -0
- package/internal/utils/bytes.mjs.map +1 -0
- package/internal/utils/env.d.mts +9 -0
- package/internal/utils/env.d.mts.map +1 -0
- package/internal/utils/env.d.ts +9 -0
- package/internal/utils/env.d.ts.map +1 -0
- package/internal/utils/env.js +22 -0
- package/internal/utils/env.js.map +1 -0
- package/internal/utils/env.mjs +18 -0
- package/internal/utils/env.mjs.map +1 -0
- package/internal/utils/log.d.mts +37 -0
- package/internal/utils/log.d.mts.map +1 -0
- package/internal/utils/log.d.ts +37 -0
- package/internal/utils/log.d.ts.map +1 -0
- package/internal/utils/log.js +85 -0
- package/internal/utils/log.js.map +1 -0
- package/internal/utils/log.mjs +79 -0
- package/internal/utils/log.mjs.map +1 -0
- package/internal/utils/path.d.mts +15 -0
- package/internal/utils/path.d.mts.map +1 -0
- package/internal/utils/path.d.ts +15 -0
- package/internal/utils/path.d.ts.map +1 -0
- package/internal/utils/path.js +79 -0
- package/internal/utils/path.js.map +1 -0
- package/internal/utils/path.mjs +74 -0
- package/internal/utils/path.mjs.map +1 -0
- package/internal/utils/sleep.d.mts +2 -0
- package/internal/utils/sleep.d.mts.map +1 -0
- package/internal/utils/sleep.d.ts +2 -0
- package/internal/utils/sleep.d.ts.map +1 -0
- package/internal/utils/sleep.js +7 -0
- package/internal/utils/sleep.js.map +1 -0
- package/internal/utils/sleep.mjs +3 -0
- package/internal/utils/sleep.mjs.map +1 -0
- package/internal/utils/uuid.d.mts +5 -0
- package/internal/utils/uuid.d.mts.map +1 -0
- package/internal/utils/uuid.d.ts +5 -0
- package/internal/utils/uuid.d.ts.map +1 -0
- package/internal/utils/uuid.js +19 -0
- package/internal/utils/uuid.js.map +1 -0
- package/internal/utils/uuid.mjs +15 -0
- package/internal/utils/uuid.mjs.map +1 -0
- package/internal/utils/values.d.mts +18 -0
- package/internal/utils/values.d.mts.map +1 -0
- package/internal/utils/values.d.ts +18 -0
- package/internal/utils/values.d.ts.map +1 -0
- package/internal/utils/values.js +112 -0
- package/internal/utils/values.js.map +1 -0
- package/internal/utils/values.mjs +94 -0
- package/internal/utils/values.mjs.map +1 -0
- package/internal/utils.d.mts +7 -0
- package/internal/utils.d.mts.map +1 -0
- package/internal/utils.d.ts +7 -0
- package/internal/utils.d.ts.map +1 -0
- package/internal/utils.js +11 -0
- package/internal/utils.js.map +1 -0
- package/internal/utils.mjs +8 -0
- package/internal/utils.mjs.map +1 -0
- package/package.json +147 -0
- package/pagination.d.mts +2 -0
- package/pagination.d.mts.map +1 -0
- package/pagination.d.ts +2 -0
- package/pagination.d.ts.map +1 -0
- package/pagination.js +6 -0
- package/pagination.js.map +1 -0
- package/pagination.mjs +2 -0
- package/pagination.mjs.map +1 -0
- package/resource.d.mts +2 -0
- package/resource.d.mts.map +1 -0
- package/resource.d.ts +2 -0
- package/resource.d.ts.map +1 -0
- package/resource.js +6 -0
- package/resource.js.map +1 -0
- package/resource.mjs +2 -0
- package/resource.mjs.map +1 -0
- package/resources/beta/beta.d.mts +10 -0
- package/resources/beta/beta.d.mts.map +1 -0
- package/resources/beta/beta.d.ts +10 -0
- package/resources/beta/beta.d.ts.map +1 -0
- package/resources/beta/beta.js +17 -0
- package/resources/beta/beta.js.map +1 -0
- package/resources/beta/beta.mjs +12 -0
- package/resources/beta/beta.mjs.map +1 -0
- package/resources/beta/index.d.mts +3 -0
- package/resources/beta/index.d.mts.map +1 -0
- package/resources/beta/index.d.ts +3 -0
- package/resources/beta/index.d.ts.map +1 -0
- package/resources/beta/index.js +9 -0
- package/resources/beta/index.js.map +1 -0
- package/resources/beta/index.mjs +4 -0
- package/resources/beta/index.mjs.map +1 -0
- package/resources/beta/subscriptions/coupons.d.mts +151 -0
- package/resources/beta/subscriptions/coupons.d.mts.map +1 -0
- package/resources/beta/subscriptions/coupons.d.ts +151 -0
- package/resources/beta/subscriptions/coupons.d.ts.map +1 -0
- package/resources/beta/subscriptions/coupons.js +51 -0
- package/resources/beta/subscriptions/coupons.js.map +1 -0
- package/resources/beta/subscriptions/coupons.mjs +47 -0
- package/resources/beta/subscriptions/coupons.mjs.map +1 -0
- package/resources/beta/subscriptions/customers.d.mts +93 -0
- package/resources/beta/subscriptions/customers.d.mts.map +1 -0
- package/resources/beta/subscriptions/customers.d.ts +93 -0
- package/resources/beta/subscriptions/customers.d.ts.map +1 -0
- package/resources/beta/subscriptions/customers.js +57 -0
- package/resources/beta/subscriptions/customers.js.map +1 -0
- package/resources/beta/subscriptions/customers.mjs +53 -0
- package/resources/beta/subscriptions/customers.mjs.map +1 -0
- package/resources/beta/subscriptions/entitlements.d.mts +70 -0
- package/resources/beta/subscriptions/entitlements.d.mts.map +1 -0
- package/resources/beta/subscriptions/entitlements.d.ts +70 -0
- package/resources/beta/subscriptions/entitlements.d.ts.map +1 -0
- package/resources/beta/subscriptions/entitlements.js +38 -0
- package/resources/beta/subscriptions/entitlements.js.map +1 -0
- package/resources/beta/subscriptions/entitlements.mjs +34 -0
- package/resources/beta/subscriptions/entitlements.mjs.map +1 -0
- package/resources/beta/subscriptions/index.d.mts +6 -0
- package/resources/beta/subscriptions/index.d.mts.map +1 -0
- package/resources/beta/subscriptions/index.d.ts +6 -0
- package/resources/beta/subscriptions/index.d.ts.map +1 -0
- package/resources/beta/subscriptions/index.js +15 -0
- package/resources/beta/subscriptions/index.js.map +1 -0
- package/resources/beta/subscriptions/index.mjs +7 -0
- package/resources/beta/subscriptions/index.mjs.map +1 -0
- package/resources/beta/subscriptions/plans/entitlements.d.mts +48 -0
- package/resources/beta/subscriptions/plans/entitlements.d.mts.map +1 -0
- package/resources/beta/subscriptions/plans/entitlements.d.ts +48 -0
- package/resources/beta/subscriptions/plans/entitlements.d.ts.map +1 -0
- package/resources/beta/subscriptions/plans/entitlements.js +34 -0
- package/resources/beta/subscriptions/plans/entitlements.js.map +1 -0
- package/resources/beta/subscriptions/plans/entitlements.mjs +30 -0
- package/resources/beta/subscriptions/plans/entitlements.mjs.map +1 -0
- package/resources/beta/subscriptions/plans/index.d.mts +3 -0
- package/resources/beta/subscriptions/plans/index.d.mts.map +1 -0
- package/resources/beta/subscriptions/plans/index.d.ts +3 -0
- package/resources/beta/subscriptions/plans/index.d.ts.map +1 -0
- package/resources/beta/subscriptions/plans/index.js +9 -0
- package/resources/beta/subscriptions/plans/index.js.map +1 -0
- package/resources/beta/subscriptions/plans/index.mjs +4 -0
- package/resources/beta/subscriptions/plans/index.mjs.map +1 -0
- package/resources/beta/subscriptions/plans/plans.d.mts +87 -0
- package/resources/beta/subscriptions/plans/plans.d.mts.map +1 -0
- package/resources/beta/subscriptions/plans/plans.d.ts +87 -0
- package/resources/beta/subscriptions/plans/plans.d.ts.map +1 -0
- package/resources/beta/subscriptions/plans/plans.js +49 -0
- package/resources/beta/subscriptions/plans/plans.js.map +1 -0
- package/resources/beta/subscriptions/plans/plans.mjs +44 -0
- package/resources/beta/subscriptions/plans/plans.mjs.map +1 -0
- package/resources/beta/subscriptions/plans.d.mts +2 -0
- package/resources/beta/subscriptions/plans.d.mts.map +1 -0
- package/resources/beta/subscriptions/plans.d.ts +2 -0
- package/resources/beta/subscriptions/plans.d.ts.map +1 -0
- package/resources/beta/subscriptions/plans.js +6 -0
- package/resources/beta/subscriptions/plans.js.map +1 -0
- package/resources/beta/subscriptions/plans.mjs +3 -0
- package/resources/beta/subscriptions/plans.mjs.map +1 -0
- package/resources/beta/subscriptions/subscriptions.d.mts +130 -0
- package/resources/beta/subscriptions/subscriptions.d.mts.map +1 -0
- package/resources/beta/subscriptions/subscriptions.d.ts +130 -0
- package/resources/beta/subscriptions/subscriptions.d.ts.map +1 -0
- package/resources/beta/subscriptions/subscriptions.js +47 -0
- package/resources/beta/subscriptions/subscriptions.js.map +1 -0
- package/resources/beta/subscriptions/subscriptions.mjs +42 -0
- package/resources/beta/subscriptions/subscriptions.mjs.map +1 -0
- package/resources/beta/subscriptions.d.mts +2 -0
- package/resources/beta/subscriptions.d.mts.map +1 -0
- package/resources/beta/subscriptions.d.ts +2 -0
- package/resources/beta/subscriptions.d.ts.map +1 -0
- package/resources/beta/subscriptions.js +6 -0
- package/resources/beta/subscriptions.js.map +1 -0
- package/resources/beta/subscriptions.mjs +3 -0
- package/resources/beta/subscriptions.mjs.map +1 -0
- package/resources/beta.d.mts +2 -0
- package/resources/beta.d.mts.map +1 -0
- package/resources/beta.d.ts +2 -0
- package/resources/beta.d.ts.map +1 -0
- package/resources/beta.js +6 -0
- package/resources/beta.js.map +1 -0
- package/resources/beta.mjs +3 -0
- package/resources/beta.mjs.map +1 -0
- package/resources/index.d.mts +2 -0
- package/resources/index.d.mts.map +1 -0
- package/resources/index.d.ts +2 -0
- package/resources/index.d.ts.map +1 -0
- package/resources/index.js +7 -0
- package/resources/index.js.map +1 -0
- package/resources/index.mjs +3 -0
- package/resources/index.mjs.map +1 -0
- package/resources.d.mts +2 -0
- package/resources.d.mts.map +1 -0
- package/resources.d.ts +2 -0
- package/resources.d.ts.map +1 -0
- package/resources.js +5 -0
- package/resources.js.map +1 -0
- package/resources.mjs +2 -0
- package/resources.mjs.map +1 -0
- package/src/api-promise.ts +2 -0
- package/src/client.ts +766 -0
- package/src/core/README.md +3 -0
- package/src/core/api-promise.ts +92 -0
- package/src/core/error.ts +130 -0
- package/src/core/pagination.ts +177 -0
- package/src/core/resource.ts +11 -0
- package/src/core/uploads.ts +2 -0
- package/src/error.ts +2 -0
- package/src/index.ts +23 -0
- package/src/internal/README.md +3 -0
- package/src/internal/builtin-types.ts +93 -0
- package/src/internal/detect-platform.ts +196 -0
- package/src/internal/errors.ts +33 -0
- package/src/internal/headers.ts +97 -0
- package/src/internal/parse.ts +50 -0
- package/src/internal/request-options.ts +91 -0
- package/src/internal/shim-types.ts +26 -0
- package/src/internal/shims.ts +107 -0
- package/src/internal/to-file.ts +154 -0
- package/src/internal/types.ts +95 -0
- package/src/internal/uploads.ts +187 -0
- package/src/internal/utils/base64.ts +40 -0
- package/src/internal/utils/bytes.ts +32 -0
- package/src/internal/utils/env.ts +18 -0
- package/src/internal/utils/log.ts +126 -0
- package/src/internal/utils/path.ts +88 -0
- package/src/internal/utils/sleep.ts +3 -0
- package/src/internal/utils/uuid.ts +17 -0
- package/src/internal/utils/values.ts +105 -0
- package/src/internal/utils.ts +8 -0
- package/src/lib/.keep +4 -0
- package/src/pagination.ts +2 -0
- package/src/resource.ts +2 -0
- package/src/resources/beta/beta.ts +31 -0
- package/src/resources/beta/index.ts +12 -0
- package/src/resources/beta/subscriptions/coupons.ts +221 -0
- package/src/resources/beta/subscriptions/customers.ts +168 -0
- package/src/resources/beta/subscriptions/entitlements.ts +113 -0
- package/src/resources/beta/subscriptions/index.ts +48 -0
- package/src/resources/beta/subscriptions/plans/entitlements.ts +88 -0
- package/src/resources/beta/subscriptions/plans/index.ts +18 -0
- package/src/resources/beta/subscriptions/plans/plans.ts +159 -0
- package/src/resources/beta/subscriptions/plans.ts +3 -0
- package/src/resources/beta/subscriptions/subscriptions.ts +245 -0
- package/src/resources/beta/subscriptions.ts +3 -0
- package/src/resources/beta.ts +3 -0
- package/src/resources/index.ts +3 -0
- package/src/resources.ts +1 -0
- package/src/tsconfig.json +11 -0
- package/src/uploads.ts +2 -0
- package/src/version.ts +1 -0
- package/uploads.d.mts +2 -0
- package/uploads.d.mts.map +1 -0
- package/uploads.d.ts +2 -0
- package/uploads.d.ts.map +1 -0
- package/uploads.js +6 -0
- package/uploads.js.map +1 -0
- package/uploads.mjs +2 -0
- package/uploads.mjs.map +1 -0
- package/version.d.mts +2 -0
- package/version.d.mts.map +1 -0
- package/version.d.ts +2 -0
- package/version.d.ts.map +1 -0
- package/version.js +5 -0
- package/version.js.map +1 -0
- package/version.mjs +2 -0
- package/version.mjs.map +1 -0
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import { APIResource } from "../../../core/resource.js";
|
|
2
|
+
import { APIPromise } from "../../../core/api-promise.js";
|
|
3
|
+
import { CursorIDPage, type CursorIDPageParams, PagePromise } from "../../../core/pagination.js";
|
|
4
|
+
import { RequestOptions } from "../../../internal/request-options.js";
|
|
5
|
+
export declare class Customers extends APIResource {
|
|
6
|
+
/**
|
|
7
|
+
* Create Customer
|
|
8
|
+
*/
|
|
9
|
+
create(body?: CustomerCreateParams | null | undefined, options?: RequestOptions): APIPromise<Customer>;
|
|
10
|
+
/**
|
|
11
|
+
* Update Customer
|
|
12
|
+
*/
|
|
13
|
+
update(customerID: string, body?: CustomerUpdateParams | null | undefined, options?: RequestOptions): APIPromise<Customer>;
|
|
14
|
+
/**
|
|
15
|
+
* List Customers
|
|
16
|
+
*/
|
|
17
|
+
list(query?: CustomerListParams | null | undefined, options?: RequestOptions): PagePromise<CustomersCursorIDPage, Customer>;
|
|
18
|
+
/**
|
|
19
|
+
* Delete Customer
|
|
20
|
+
*/
|
|
21
|
+
delete(customerID: string, options?: RequestOptions): APIPromise<void>;
|
|
22
|
+
/**
|
|
23
|
+
* Open Customer Portal
|
|
24
|
+
*/
|
|
25
|
+
billingPortal(customerID: string, body?: CustomerBillingPortalParams | null | undefined, options?: RequestOptions): APIPromise<CustomerBillingPortalResponse>;
|
|
26
|
+
/**
|
|
27
|
+
* Get Customer
|
|
28
|
+
*/
|
|
29
|
+
get(customerID: string, options?: RequestOptions): APIPromise<Customer>;
|
|
30
|
+
}
|
|
31
|
+
export type CustomersCursorIDPage = CursorIDPage<Customer>;
|
|
32
|
+
/**
|
|
33
|
+
* A subscription customer
|
|
34
|
+
*/
|
|
35
|
+
export interface Customer {
|
|
36
|
+
/**
|
|
37
|
+
* An id for a data item
|
|
38
|
+
*/
|
|
39
|
+
id: string;
|
|
40
|
+
created: string;
|
|
41
|
+
/**
|
|
42
|
+
* Customer billing address
|
|
43
|
+
*/
|
|
44
|
+
address?: CustomerAddress | null;
|
|
45
|
+
email?: string | null;
|
|
46
|
+
name?: string | null;
|
|
47
|
+
phone?: string | null;
|
|
48
|
+
stripe_id?: string | null;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* Customer billing address
|
|
52
|
+
*/
|
|
53
|
+
export interface CustomerAddress {
|
|
54
|
+
city?: string | null;
|
|
55
|
+
country?: string | null;
|
|
56
|
+
line1?: string | null;
|
|
57
|
+
line2?: string | null;
|
|
58
|
+
postal_code?: string | null;
|
|
59
|
+
state?: string | null;
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* Billing portal session URL
|
|
63
|
+
*/
|
|
64
|
+
export interface CustomerBillingPortalResponse {
|
|
65
|
+
url: string;
|
|
66
|
+
}
|
|
67
|
+
export interface CustomerCreateParams {
|
|
68
|
+
/**
|
|
69
|
+
* Customer billing address
|
|
70
|
+
*/
|
|
71
|
+
address?: CustomerAddress;
|
|
72
|
+
email?: string;
|
|
73
|
+
name?: string;
|
|
74
|
+
phone?: string;
|
|
75
|
+
}
|
|
76
|
+
export interface CustomerUpdateParams {
|
|
77
|
+
/**
|
|
78
|
+
* Customer billing address
|
|
79
|
+
*/
|
|
80
|
+
address?: CustomerAddress;
|
|
81
|
+
email?: string;
|
|
82
|
+
name?: string;
|
|
83
|
+
phone?: string;
|
|
84
|
+
}
|
|
85
|
+
export interface CustomerListParams extends CursorIDPageParams {
|
|
86
|
+
}
|
|
87
|
+
export interface CustomerBillingPortalParams {
|
|
88
|
+
return_url?: string;
|
|
89
|
+
}
|
|
90
|
+
export declare namespace Customers {
|
|
91
|
+
export { type Customer as Customer, type CustomerAddress as CustomerAddress, type CustomerBillingPortalResponse as CustomerBillingPortalResponse, type CustomersCursorIDPage as CustomersCursorIDPage, type CustomerCreateParams as CustomerCreateParams, type CustomerUpdateParams as CustomerUpdateParams, type CustomerListParams as CustomerListParams, type CustomerBillingPortalParams as CustomerBillingPortalParams, };
|
|
92
|
+
}
|
|
93
|
+
//# sourceMappingURL=customers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"customers.d.ts","sourceRoot":"","sources":["../../../src/resources/beta/subscriptions/customers.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,YAAY,EAAE,KAAK,kBAAkB,EAAE,WAAW,EAAE;OAEtD,EAAE,cAAc,EAAE;AAGzB,qBAAa,SAAU,SAAQ,WAAW;IACxC;;OAEG;IACH,MAAM,CAAC,IAAI,GAAE,oBAAoB,GAAG,IAAI,GAAG,SAAc,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,QAAQ,CAAC;IAI1G;;OAEG;IACH,MAAM,CACJ,UAAU,EAAE,MAAM,EAClB,IAAI,GAAE,oBAAoB,GAAG,IAAI,GAAG,SAAc,EAClD,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,QAAQ,CAAC;IAIvB;;OAEG;IACH,IAAI,CACF,KAAK,GAAE,kBAAkB,GAAG,IAAI,GAAG,SAAc,EACjD,OAAO,CAAC,EAAE,cAAc,GACvB,WAAW,CAAC,qBAAqB,EAAE,QAAQ,CAAC;IAO/C;;OAEG;IACH,MAAM,CAAC,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAOtE;;OAEG;IACH,aAAa,CACX,UAAU,EAAE,MAAM,EAClB,IAAI,GAAE,2BAA2B,GAAG,IAAI,GAAG,SAAc,EACzD,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,6BAA6B,CAAC;IAO5C;;OAEG;IACH,GAAG,CAAC,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,QAAQ,CAAC;CAGxE;AAED,MAAM,MAAM,qBAAqB,GAAG,YAAY,CAAC,QAAQ,CAAC,CAAC;AAE3D;;GAEG;AACH,MAAM,WAAW,QAAQ;IACvB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX,OAAO,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,OAAO,CAAC,EAAE,eAAe,GAAG,IAAI,CAAC;IAEjC,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEtB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAErB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEtB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC3B;AAED;;GAEG;AACH,MAAM,WAAW,eAAe;IAC9B,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAErB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAExB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEtB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEtB,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE5B,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACvB;AAED;;GAEG;AACH,MAAM,WAAW,6BAA6B;IAC5C,GAAG,EAAE,MAAM,CAAC;CACb;AAED,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,OAAO,CAAC,EAAE,eAAe,CAAC;IAE1B,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,OAAO,CAAC,EAAE,eAAe,CAAC;IAE1B,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,kBAAmB,SAAQ,kBAAkB;CAAG;AAEjE,MAAM,WAAW,2BAA2B;IAC1C,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,CAAC,OAAO,WAAW,SAAS,CAAC;IACjC,OAAO,EACL,KAAK,QAAQ,IAAI,QAAQ,EACzB,KAAK,eAAe,IAAI,eAAe,EACvC,KAAK,6BAA6B,IAAI,6BAA6B,EACnE,KAAK,qBAAqB,IAAI,qBAAqB,EACnD,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,kBAAkB,IAAI,kBAAkB,EAC7C,KAAK,2BAA2B,IAAI,2BAA2B,GAChE,CAAC;CACH"}
|
|
@@ -0,0 +1,57 @@
|
|
|
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.Customers = void 0;
|
|
5
|
+
const resource_1 = require("../../../core/resource.js");
|
|
6
|
+
const pagination_1 = require("../../../core/pagination.js");
|
|
7
|
+
const headers_1 = require("../../../internal/headers.js");
|
|
8
|
+
const path_1 = require("../../../internal/utils/path.js");
|
|
9
|
+
class Customers extends resource_1.APIResource {
|
|
10
|
+
/**
|
|
11
|
+
* Create Customer
|
|
12
|
+
*/
|
|
13
|
+
create(body = {}, options) {
|
|
14
|
+
return this._client.post('/v1/subscriptions/customers', { body, ...options });
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* Update Customer
|
|
18
|
+
*/
|
|
19
|
+
update(customerID, body = {}, options) {
|
|
20
|
+
return this._client.patch((0, path_1.path) `/v1/subscriptions/customers/${customerID}`, { body, ...options });
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* List Customers
|
|
24
|
+
*/
|
|
25
|
+
list(query = {}, options) {
|
|
26
|
+
return this._client.getAPIList('/v1/subscriptions/customers', (pagination_1.CursorIDPage), {
|
|
27
|
+
query,
|
|
28
|
+
...options,
|
|
29
|
+
});
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Delete Customer
|
|
33
|
+
*/
|
|
34
|
+
delete(customerID, options) {
|
|
35
|
+
return this._client.delete((0, path_1.path) `/v1/subscriptions/customers/${customerID}`, {
|
|
36
|
+
...options,
|
|
37
|
+
headers: (0, headers_1.buildHeaders)([{ Accept: '*/*' }, options?.headers]),
|
|
38
|
+
});
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Open Customer Portal
|
|
42
|
+
*/
|
|
43
|
+
billingPortal(customerID, body = {}, options) {
|
|
44
|
+
return this._client.post((0, path_1.path) `/v1/subscriptions/customers/${customerID}/billing_portal`, {
|
|
45
|
+
body,
|
|
46
|
+
...options,
|
|
47
|
+
});
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* Get Customer
|
|
51
|
+
*/
|
|
52
|
+
get(customerID, options) {
|
|
53
|
+
return this._client.get((0, path_1.path) `/v1/subscriptions/customers/${customerID}`, options);
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
exports.Customers = Customers;
|
|
57
|
+
//# sourceMappingURL=customers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"customers.js","sourceRoot":"","sources":["../../../src/resources/beta/subscriptions/customers.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wDAAqD;AAErD,4DAA8F;AAC9F,0DAAyD;AAEzD,0DAAoD;AAEpD,MAAa,SAAU,SAAQ,sBAAW;IACxC;;OAEG;IACH,MAAM,CAAC,OAAgD,EAAE,EAAE,OAAwB;QACjF,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,6BAA6B,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAChF,CAAC;IAED;;OAEG;IACH,MAAM,CACJ,UAAkB,EAClB,OAAgD,EAAE,EAClD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAA,WAAI,EAAA,+BAA+B,UAAU,EAAE,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACnG,CAAC;IAED;;OAEG;IACH,IAAI,CACF,QAA+C,EAAE,EACjD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,6BAA6B,EAAE,CAAA,yBAAsB,CAAA,EAAE;YACpF,KAAK;YACL,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,UAAkB,EAAE,OAAwB;QACjD,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAA,WAAI,EAAA,+BAA+B,UAAU,EAAE,EAAE;YAC1E,GAAG,OAAO;YACV,OAAO,EAAE,IAAA,sBAAY,EAAC,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;SAC7D,CAAC,CAAC;IACL,CAAC;IAED;;OAEG;IACH,aAAa,CACX,UAAkB,EAClB,OAAuD,EAAE,EACzD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAA,WAAI,EAAA,+BAA+B,UAAU,iBAAiB,EAAE;YACvF,IAAI;YACJ,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;IAED;;OAEG;IACH,GAAG,CAAC,UAAkB,EAAE,OAAwB;QAC9C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,+BAA+B,UAAU,EAAE,EAAE,OAAO,CAAC,CAAC;IACpF,CAAC;CACF;AA9DD,8BA8DC"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
import { APIResource } from "../../../core/resource.mjs";
|
|
3
|
+
import { CursorIDPage } from "../../../core/pagination.mjs";
|
|
4
|
+
import { buildHeaders } from "../../../internal/headers.mjs";
|
|
5
|
+
import { path } from "../../../internal/utils/path.mjs";
|
|
6
|
+
export class Customers extends APIResource {
|
|
7
|
+
/**
|
|
8
|
+
* Create Customer
|
|
9
|
+
*/
|
|
10
|
+
create(body = {}, options) {
|
|
11
|
+
return this._client.post('/v1/subscriptions/customers', { body, ...options });
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* Update Customer
|
|
15
|
+
*/
|
|
16
|
+
update(customerID, body = {}, options) {
|
|
17
|
+
return this._client.patch(path `/v1/subscriptions/customers/${customerID}`, { body, ...options });
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* List Customers
|
|
21
|
+
*/
|
|
22
|
+
list(query = {}, options) {
|
|
23
|
+
return this._client.getAPIList('/v1/subscriptions/customers', (CursorIDPage), {
|
|
24
|
+
query,
|
|
25
|
+
...options,
|
|
26
|
+
});
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Delete Customer
|
|
30
|
+
*/
|
|
31
|
+
delete(customerID, options) {
|
|
32
|
+
return this._client.delete(path `/v1/subscriptions/customers/${customerID}`, {
|
|
33
|
+
...options,
|
|
34
|
+
headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
|
|
35
|
+
});
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Open Customer Portal
|
|
39
|
+
*/
|
|
40
|
+
billingPortal(customerID, body = {}, options) {
|
|
41
|
+
return this._client.post(path `/v1/subscriptions/customers/${customerID}/billing_portal`, {
|
|
42
|
+
body,
|
|
43
|
+
...options,
|
|
44
|
+
});
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* Get Customer
|
|
48
|
+
*/
|
|
49
|
+
get(customerID, options) {
|
|
50
|
+
return this._client.get(path `/v1/subscriptions/customers/${customerID}`, options);
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
//# sourceMappingURL=customers.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"customers.mjs","sourceRoot":"","sources":["../../../src/resources/beta/subscriptions/customers.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAEf,EAAE,YAAY,EAAwC;OACtD,EAAE,YAAY,EAAE;OAEhB,EAAE,IAAI,EAAE;AAEf,MAAM,OAAO,SAAU,SAAQ,WAAW;IACxC;;OAEG;IACH,MAAM,CAAC,OAAgD,EAAE,EAAE,OAAwB;QACjF,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,6BAA6B,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAChF,CAAC;IAED;;OAEG;IACH,MAAM,CACJ,UAAkB,EAClB,OAAgD,EAAE,EAClD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI,CAAA,+BAA+B,UAAU,EAAE,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACnG,CAAC;IAED;;OAEG;IACH,IAAI,CACF,QAA+C,EAAE,EACjD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,6BAA6B,EAAE,CAAA,YAAsB,CAAA,EAAE;YACpF,KAAK;YACL,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,UAAkB,EAAE,OAAwB;QACjD,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAI,CAAA,+BAA+B,UAAU,EAAE,EAAE;YAC1E,GAAG,OAAO;YACV,OAAO,EAAE,YAAY,CAAC,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;SAC7D,CAAC,CAAC;IACL,CAAC;IAED;;OAEG;IACH,aAAa,CACX,UAAkB,EAClB,OAAuD,EAAE,EACzD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAA,+BAA+B,UAAU,iBAAiB,EAAE;YACvF,IAAI;YACJ,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;IAED;;OAEG;IACH,GAAG,CAAC,UAAkB,EAAE,OAAwB;QAC9C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,+BAA+B,UAAU,EAAE,EAAE,OAAO,CAAC,CAAC;IACpF,CAAC;CACF"}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { APIResource } from "../../../core/resource.mjs";
|
|
2
|
+
import { APIPromise } from "../../../core/api-promise.mjs";
|
|
3
|
+
import { CursorIDPage, type CursorIDPageParams, PagePromise } from "../../../core/pagination.mjs";
|
|
4
|
+
import { RequestOptions } from "../../../internal/request-options.mjs";
|
|
5
|
+
export declare class Entitlements extends APIResource {
|
|
6
|
+
/**
|
|
7
|
+
* Create Entitlement
|
|
8
|
+
*/
|
|
9
|
+
create(body: EntitlementCreateParams, options?: RequestOptions): APIPromise<Entitlement>;
|
|
10
|
+
/**
|
|
11
|
+
* Update Entitlement
|
|
12
|
+
*/
|
|
13
|
+
update(entitlementID: string, body?: EntitlementUpdateParams | null | undefined, options?: RequestOptions): APIPromise<Entitlement>;
|
|
14
|
+
/**
|
|
15
|
+
* List Entitlements
|
|
16
|
+
*/
|
|
17
|
+
list(query?: EntitlementListParams | null | undefined, options?: RequestOptions): PagePromise<EntitlementsCursorIDPage, Entitlement>;
|
|
18
|
+
/**
|
|
19
|
+
* Get Entitlement
|
|
20
|
+
*/
|
|
21
|
+
get(entitlementID: string, options?: RequestOptions): APIPromise<Entitlement>;
|
|
22
|
+
}
|
|
23
|
+
export type EntitlementsCursorIDPage = CursorIDPage<Entitlement>;
|
|
24
|
+
/**
|
|
25
|
+
* An entitlement that can be attached to products
|
|
26
|
+
*/
|
|
27
|
+
export interface Entitlement {
|
|
28
|
+
/**
|
|
29
|
+
* An id for a data item
|
|
30
|
+
*/
|
|
31
|
+
id: string;
|
|
32
|
+
active: boolean;
|
|
33
|
+
livemode: boolean;
|
|
34
|
+
lookup_key: string;
|
|
35
|
+
name: string;
|
|
36
|
+
}
|
|
37
|
+
export interface EntitlementCreateParams {
|
|
38
|
+
/**
|
|
39
|
+
* A unique key to identify the entitlement in your system
|
|
40
|
+
*/
|
|
41
|
+
lookup_key: string;
|
|
42
|
+
/**
|
|
43
|
+
* The name of the entitlement
|
|
44
|
+
*/
|
|
45
|
+
name: string;
|
|
46
|
+
}
|
|
47
|
+
export interface EntitlementUpdateParams {
|
|
48
|
+
/**
|
|
49
|
+
* Whether the entitlement is active
|
|
50
|
+
*/
|
|
51
|
+
active?: boolean;
|
|
52
|
+
/**
|
|
53
|
+
* The name of the entitlement
|
|
54
|
+
*/
|
|
55
|
+
name?: string;
|
|
56
|
+
}
|
|
57
|
+
export interface EntitlementListParams extends CursorIDPageParams {
|
|
58
|
+
/**
|
|
59
|
+
* Filter by archived status
|
|
60
|
+
*/
|
|
61
|
+
archived?: boolean;
|
|
62
|
+
/**
|
|
63
|
+
* Filter by lookup key
|
|
64
|
+
*/
|
|
65
|
+
lookup_key?: string;
|
|
66
|
+
}
|
|
67
|
+
export declare namespace Entitlements {
|
|
68
|
+
export { type Entitlement as Entitlement, type EntitlementsCursorIDPage as EntitlementsCursorIDPage, type EntitlementCreateParams as EntitlementCreateParams, type EntitlementUpdateParams as EntitlementUpdateParams, type EntitlementListParams as EntitlementListParams, };
|
|
69
|
+
}
|
|
70
|
+
//# sourceMappingURL=entitlements.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"entitlements.d.mts","sourceRoot":"","sources":["../../../src/resources/beta/subscriptions/entitlements.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,YAAY,EAAE,KAAK,kBAAkB,EAAE,WAAW,EAAE;OACtD,EAAE,cAAc,EAAE;AAGzB,qBAAa,YAAa,SAAQ,WAAW;IAC3C;;OAEG;IACH,MAAM,CAAC,IAAI,EAAE,uBAAuB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,WAAW,CAAC;IAIxF;;OAEG;IACH,MAAM,CACJ,aAAa,EAAE,MAAM,EACrB,IAAI,GAAE,uBAAuB,GAAG,IAAI,GAAG,SAAc,EACrD,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,WAAW,CAAC;IAI1B;;OAEG;IACH,IAAI,CACF,KAAK,GAAE,qBAAqB,GAAG,IAAI,GAAG,SAAc,EACpD,OAAO,CAAC,EAAE,cAAc,GACvB,WAAW,CAAC,wBAAwB,EAAE,WAAW,CAAC;IAOrD;;OAEG;IACH,GAAG,CAAC,aAAa,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,WAAW,CAAC;CAG9E;AAED,MAAM,MAAM,wBAAwB,GAAG,YAAY,CAAC,WAAW,CAAC,CAAC;AAEjE;;GAEG;AACH,MAAM,WAAW,WAAW;IAC1B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX,MAAM,EAAE,OAAO,CAAC;IAEhB,QAAQ,EAAE,OAAO,CAAC;IAElB,UAAU,EAAE,MAAM,CAAC;IAEnB,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,uBAAuB;IACtC;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,uBAAuB;IACtC;;OAEG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IAEjB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,qBAAsB,SAAQ,kBAAkB;IAC/D;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,CAAC,OAAO,WAAW,YAAY,CAAC;IACpC,OAAO,EACL,KAAK,WAAW,IAAI,WAAW,EAC/B,KAAK,wBAAwB,IAAI,wBAAwB,EACzD,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,qBAAqB,IAAI,qBAAqB,GACpD,CAAC;CACH"}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { APIResource } from "../../../core/resource.js";
|
|
2
|
+
import { APIPromise } from "../../../core/api-promise.js";
|
|
3
|
+
import { CursorIDPage, type CursorIDPageParams, PagePromise } from "../../../core/pagination.js";
|
|
4
|
+
import { RequestOptions } from "../../../internal/request-options.js";
|
|
5
|
+
export declare class Entitlements extends APIResource {
|
|
6
|
+
/**
|
|
7
|
+
* Create Entitlement
|
|
8
|
+
*/
|
|
9
|
+
create(body: EntitlementCreateParams, options?: RequestOptions): APIPromise<Entitlement>;
|
|
10
|
+
/**
|
|
11
|
+
* Update Entitlement
|
|
12
|
+
*/
|
|
13
|
+
update(entitlementID: string, body?: EntitlementUpdateParams | null | undefined, options?: RequestOptions): APIPromise<Entitlement>;
|
|
14
|
+
/**
|
|
15
|
+
* List Entitlements
|
|
16
|
+
*/
|
|
17
|
+
list(query?: EntitlementListParams | null | undefined, options?: RequestOptions): PagePromise<EntitlementsCursorIDPage, Entitlement>;
|
|
18
|
+
/**
|
|
19
|
+
* Get Entitlement
|
|
20
|
+
*/
|
|
21
|
+
get(entitlementID: string, options?: RequestOptions): APIPromise<Entitlement>;
|
|
22
|
+
}
|
|
23
|
+
export type EntitlementsCursorIDPage = CursorIDPage<Entitlement>;
|
|
24
|
+
/**
|
|
25
|
+
* An entitlement that can be attached to products
|
|
26
|
+
*/
|
|
27
|
+
export interface Entitlement {
|
|
28
|
+
/**
|
|
29
|
+
* An id for a data item
|
|
30
|
+
*/
|
|
31
|
+
id: string;
|
|
32
|
+
active: boolean;
|
|
33
|
+
livemode: boolean;
|
|
34
|
+
lookup_key: string;
|
|
35
|
+
name: string;
|
|
36
|
+
}
|
|
37
|
+
export interface EntitlementCreateParams {
|
|
38
|
+
/**
|
|
39
|
+
* A unique key to identify the entitlement in your system
|
|
40
|
+
*/
|
|
41
|
+
lookup_key: string;
|
|
42
|
+
/**
|
|
43
|
+
* The name of the entitlement
|
|
44
|
+
*/
|
|
45
|
+
name: string;
|
|
46
|
+
}
|
|
47
|
+
export interface EntitlementUpdateParams {
|
|
48
|
+
/**
|
|
49
|
+
* Whether the entitlement is active
|
|
50
|
+
*/
|
|
51
|
+
active?: boolean;
|
|
52
|
+
/**
|
|
53
|
+
* The name of the entitlement
|
|
54
|
+
*/
|
|
55
|
+
name?: string;
|
|
56
|
+
}
|
|
57
|
+
export interface EntitlementListParams extends CursorIDPageParams {
|
|
58
|
+
/**
|
|
59
|
+
* Filter by archived status
|
|
60
|
+
*/
|
|
61
|
+
archived?: boolean;
|
|
62
|
+
/**
|
|
63
|
+
* Filter by lookup key
|
|
64
|
+
*/
|
|
65
|
+
lookup_key?: string;
|
|
66
|
+
}
|
|
67
|
+
export declare namespace Entitlements {
|
|
68
|
+
export { type Entitlement as Entitlement, type EntitlementsCursorIDPage as EntitlementsCursorIDPage, type EntitlementCreateParams as EntitlementCreateParams, type EntitlementUpdateParams as EntitlementUpdateParams, type EntitlementListParams as EntitlementListParams, };
|
|
69
|
+
}
|
|
70
|
+
//# sourceMappingURL=entitlements.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"entitlements.d.ts","sourceRoot":"","sources":["../../../src/resources/beta/subscriptions/entitlements.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,YAAY,EAAE,KAAK,kBAAkB,EAAE,WAAW,EAAE;OACtD,EAAE,cAAc,EAAE;AAGzB,qBAAa,YAAa,SAAQ,WAAW;IAC3C;;OAEG;IACH,MAAM,CAAC,IAAI,EAAE,uBAAuB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,WAAW,CAAC;IAIxF;;OAEG;IACH,MAAM,CACJ,aAAa,EAAE,MAAM,EACrB,IAAI,GAAE,uBAAuB,GAAG,IAAI,GAAG,SAAc,EACrD,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,WAAW,CAAC;IAI1B;;OAEG;IACH,IAAI,CACF,KAAK,GAAE,qBAAqB,GAAG,IAAI,GAAG,SAAc,EACpD,OAAO,CAAC,EAAE,cAAc,GACvB,WAAW,CAAC,wBAAwB,EAAE,WAAW,CAAC;IAOrD;;OAEG;IACH,GAAG,CAAC,aAAa,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,WAAW,CAAC;CAG9E;AAED,MAAM,MAAM,wBAAwB,GAAG,YAAY,CAAC,WAAW,CAAC,CAAC;AAEjE;;GAEG;AACH,MAAM,WAAW,WAAW;IAC1B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX,MAAM,EAAE,OAAO,CAAC;IAEhB,QAAQ,EAAE,OAAO,CAAC;IAElB,UAAU,EAAE,MAAM,CAAC;IAEnB,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,uBAAuB;IACtC;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,uBAAuB;IACtC;;OAEG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IAEjB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,qBAAsB,SAAQ,kBAAkB;IAC/D;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,CAAC,OAAO,WAAW,YAAY,CAAC;IACpC,OAAO,EACL,KAAK,WAAW,IAAI,WAAW,EAC/B,KAAK,wBAAwB,IAAI,wBAAwB,EACzD,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,qBAAqB,IAAI,qBAAqB,GACpD,CAAC;CACH"}
|
|
@@ -0,0 +1,38 @@
|
|
|
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.Entitlements = void 0;
|
|
5
|
+
const resource_1 = require("../../../core/resource.js");
|
|
6
|
+
const pagination_1 = require("../../../core/pagination.js");
|
|
7
|
+
const path_1 = require("../../../internal/utils/path.js");
|
|
8
|
+
class Entitlements extends resource_1.APIResource {
|
|
9
|
+
/**
|
|
10
|
+
* Create Entitlement
|
|
11
|
+
*/
|
|
12
|
+
create(body, options) {
|
|
13
|
+
return this._client.post('/v1/subscriptions/entitlements', { body, ...options });
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Update Entitlement
|
|
17
|
+
*/
|
|
18
|
+
update(entitlementID, body = {}, options) {
|
|
19
|
+
return this._client.patch((0, path_1.path) `/v1/subscriptions/entitlements/${entitlementID}`, { body, ...options });
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* List Entitlements
|
|
23
|
+
*/
|
|
24
|
+
list(query = {}, options) {
|
|
25
|
+
return this._client.getAPIList('/v1/subscriptions/entitlements', (pagination_1.CursorIDPage), {
|
|
26
|
+
query,
|
|
27
|
+
...options,
|
|
28
|
+
});
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Get Entitlement
|
|
32
|
+
*/
|
|
33
|
+
get(entitlementID, options) {
|
|
34
|
+
return this._client.get((0, path_1.path) `/v1/subscriptions/entitlements/${entitlementID}`, options);
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
exports.Entitlements = Entitlements;
|
|
38
|
+
//# sourceMappingURL=entitlements.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"entitlements.js","sourceRoot":"","sources":["../../../src/resources/beta/subscriptions/entitlements.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wDAAqD;AAErD,4DAA8F;AAE9F,0DAAoD;AAEpD,MAAa,YAAa,SAAQ,sBAAW;IAC3C;;OAEG;IACH,MAAM,CAAC,IAA6B,EAAE,OAAwB;QAC5D,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,gCAAgC,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACnF,CAAC;IAED;;OAEG;IACH,MAAM,CACJ,aAAqB,EACrB,OAAmD,EAAE,EACrD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAA,WAAI,EAAA,kCAAkC,aAAa,EAAE,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACzG,CAAC;IAED;;OAEG;IACH,IAAI,CACF,QAAkD,EAAE,EACpD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,gCAAgC,EAAE,CAAA,yBAAyB,CAAA,EAAE;YAC1F,KAAK;YACL,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;IAED;;OAEG;IACH,GAAG,CAAC,aAAqB,EAAE,OAAwB;QACjD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,kCAAkC,aAAa,EAAE,EAAE,OAAO,CAAC,CAAC;IAC1F,CAAC;CACF;AAtCD,oCAsCC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
import { APIResource } from "../../../core/resource.mjs";
|
|
3
|
+
import { CursorIDPage } from "../../../core/pagination.mjs";
|
|
4
|
+
import { path } from "../../../internal/utils/path.mjs";
|
|
5
|
+
export class Entitlements extends APIResource {
|
|
6
|
+
/**
|
|
7
|
+
* Create Entitlement
|
|
8
|
+
*/
|
|
9
|
+
create(body, options) {
|
|
10
|
+
return this._client.post('/v1/subscriptions/entitlements', { body, ...options });
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* Update Entitlement
|
|
14
|
+
*/
|
|
15
|
+
update(entitlementID, body = {}, options) {
|
|
16
|
+
return this._client.patch(path `/v1/subscriptions/entitlements/${entitlementID}`, { body, ...options });
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* List Entitlements
|
|
20
|
+
*/
|
|
21
|
+
list(query = {}, options) {
|
|
22
|
+
return this._client.getAPIList('/v1/subscriptions/entitlements', (CursorIDPage), {
|
|
23
|
+
query,
|
|
24
|
+
...options,
|
|
25
|
+
});
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Get Entitlement
|
|
29
|
+
*/
|
|
30
|
+
get(entitlementID, options) {
|
|
31
|
+
return this._client.get(path `/v1/subscriptions/entitlements/${entitlementID}`, options);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
//# sourceMappingURL=entitlements.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"entitlements.mjs","sourceRoot":"","sources":["../../../src/resources/beta/subscriptions/entitlements.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAEf,EAAE,YAAY,EAAwC;OAEtD,EAAE,IAAI,EAAE;AAEf,MAAM,OAAO,YAAa,SAAQ,WAAW;IAC3C;;OAEG;IACH,MAAM,CAAC,IAA6B,EAAE,OAAwB;QAC5D,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,gCAAgC,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACnF,CAAC;IAED;;OAEG;IACH,MAAM,CACJ,aAAqB,EACrB,OAAmD,EAAE,EACrD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI,CAAA,kCAAkC,aAAa,EAAE,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACzG,CAAC;IAED;;OAEG;IACH,IAAI,CACF,QAAkD,EAAE,EACpD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,gCAAgC,EAAE,CAAA,YAAyB,CAAA,EAAE;YAC1F,KAAK;YACL,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;IAED;;OAEG;IACH,GAAG,CAAC,aAAqB,EAAE,OAAwB;QACjD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,kCAAkC,aAAa,EAAE,EAAE,OAAO,CAAC,CAAC;IAC1F,CAAC;CACF"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { Coupons, type Coupon, type CouponValidateResponse, type CouponCreateParams, type CouponUpdateParams, type CouponListParams, type CouponValidateParams, type CouponsCursorIDPage, } from "./coupons.mjs";
|
|
2
|
+
export { Customers, type Customer, type CustomerAddress, type CustomerBillingPortalResponse, type CustomerCreateParams, type CustomerUpdateParams, type CustomerListParams, type CustomerBillingPortalParams, type CustomersCursorIDPage, } from "./customers.mjs";
|
|
3
|
+
export { Entitlements, type Entitlement, type EntitlementCreateParams, type EntitlementUpdateParams, type EntitlementListParams, type EntitlementsCursorIDPage, } from "./entitlements.mjs";
|
|
4
|
+
export { Plans, type Plan, type PlanCreateParams, type PlanUpdateParams, type PlanListParams, type PlansCursorIDPage, } from "./plans/index.mjs";
|
|
5
|
+
export { Subscriptions, type SubscriptionCancelResponse, type SubscriptionCheckResponse, type SubscriptionCheckoutResponse, type SubscriptionCancelParams, type SubscriptionCheckParams, type SubscriptionCheckoutParams, } from "./subscriptions.mjs";
|
|
6
|
+
//# sourceMappingURL=index.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/resources/beta/subscriptions/index.ts"],"names":[],"mappings":"OAEO,EACL,OAAO,EACP,KAAK,MAAM,EACX,KAAK,sBAAsB,EAC3B,KAAK,kBAAkB,EACvB,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,EACrB,KAAK,oBAAoB,EACzB,KAAK,mBAAmB,GACzB;OACM,EACL,SAAS,EACT,KAAK,QAAQ,EACb,KAAK,eAAe,EACpB,KAAK,6BAA6B,EAClC,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,EACzB,KAAK,kBAAkB,EACvB,KAAK,2BAA2B,EAChC,KAAK,qBAAqB,GAC3B;OACM,EACL,YAAY,EACZ,KAAK,WAAW,EAChB,KAAK,uBAAuB,EAC5B,KAAK,uBAAuB,EAC5B,KAAK,qBAAqB,EAC1B,KAAK,wBAAwB,GAC9B;OACM,EACL,KAAK,EACL,KAAK,IAAI,EACT,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,iBAAiB,GACvB;OACM,EACL,aAAa,EACb,KAAK,0BAA0B,EAC/B,KAAK,yBAAyB,EAC9B,KAAK,4BAA4B,EACjC,KAAK,wBAAwB,EAC7B,KAAK,uBAAuB,EAC5B,KAAK,0BAA0B,GAChC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { Coupons, type Coupon, type CouponValidateResponse, type CouponCreateParams, type CouponUpdateParams, type CouponListParams, type CouponValidateParams, type CouponsCursorIDPage, } from "./coupons.js";
|
|
2
|
+
export { Customers, type Customer, type CustomerAddress, type CustomerBillingPortalResponse, type CustomerCreateParams, type CustomerUpdateParams, type CustomerListParams, type CustomerBillingPortalParams, type CustomersCursorIDPage, } from "./customers.js";
|
|
3
|
+
export { Entitlements, type Entitlement, type EntitlementCreateParams, type EntitlementUpdateParams, type EntitlementListParams, type EntitlementsCursorIDPage, } from "./entitlements.js";
|
|
4
|
+
export { Plans, type Plan, type PlanCreateParams, type PlanUpdateParams, type PlanListParams, type PlansCursorIDPage, } from "./plans/index.js";
|
|
5
|
+
export { Subscriptions, type SubscriptionCancelResponse, type SubscriptionCheckResponse, type SubscriptionCheckoutResponse, type SubscriptionCancelParams, type SubscriptionCheckParams, type SubscriptionCheckoutParams, } from "./subscriptions.js";
|
|
6
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/resources/beta/subscriptions/index.ts"],"names":[],"mappings":"OAEO,EACL,OAAO,EACP,KAAK,MAAM,EACX,KAAK,sBAAsB,EAC3B,KAAK,kBAAkB,EACvB,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,EACrB,KAAK,oBAAoB,EACzB,KAAK,mBAAmB,GACzB;OACM,EACL,SAAS,EACT,KAAK,QAAQ,EACb,KAAK,eAAe,EACpB,KAAK,6BAA6B,EAClC,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,EACzB,KAAK,kBAAkB,EACvB,KAAK,2BAA2B,EAChC,KAAK,qBAAqB,GAC3B;OACM,EACL,YAAY,EACZ,KAAK,WAAW,EAChB,KAAK,uBAAuB,EAC5B,KAAK,uBAAuB,EAC5B,KAAK,qBAAqB,EAC1B,KAAK,wBAAwB,GAC9B;OACM,EACL,KAAK,EACL,KAAK,IAAI,EACT,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,iBAAiB,GACvB;OACM,EACL,aAAa,EACb,KAAK,0BAA0B,EAC/B,KAAK,yBAAyB,EAC9B,KAAK,4BAA4B,EACjC,KAAK,wBAAwB,EAC7B,KAAK,uBAAuB,EAC5B,KAAK,0BAA0B,GAChC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
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.Subscriptions = exports.Plans = exports.Entitlements = exports.Customers = exports.Coupons = void 0;
|
|
5
|
+
var coupons_1 = require("./coupons.js");
|
|
6
|
+
Object.defineProperty(exports, "Coupons", { enumerable: true, get: function () { return coupons_1.Coupons; } });
|
|
7
|
+
var customers_1 = require("./customers.js");
|
|
8
|
+
Object.defineProperty(exports, "Customers", { enumerable: true, get: function () { return customers_1.Customers; } });
|
|
9
|
+
var entitlements_1 = require("./entitlements.js");
|
|
10
|
+
Object.defineProperty(exports, "Entitlements", { enumerable: true, get: function () { return entitlements_1.Entitlements; } });
|
|
11
|
+
var index_1 = require("./plans/index.js");
|
|
12
|
+
Object.defineProperty(exports, "Plans", { enumerable: true, get: function () { return index_1.Plans; } });
|
|
13
|
+
var subscriptions_1 = require("./subscriptions.js");
|
|
14
|
+
Object.defineProperty(exports, "Subscriptions", { enumerable: true, get: function () { return subscriptions_1.Subscriptions; } });
|
|
15
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/resources/beta/subscriptions/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wCASmB;AARjB,kGAAA,OAAO,OAAA;AAST,4CAUqB;AATnB,sGAAA,SAAS,OAAA;AAUX,kDAOwB;AANtB,4GAAA,YAAY,OAAA;AAOd,0CAOuB;AANrB,8FAAA,KAAK,OAAA;AAOP,oDAQyB;AAPvB,8GAAA,aAAa,OAAA"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
export { Coupons, } from "./coupons.mjs";
|
|
3
|
+
export { Customers, } from "./customers.mjs";
|
|
4
|
+
export { Entitlements, } from "./entitlements.mjs";
|
|
5
|
+
export { Plans, } from "./plans/index.mjs";
|
|
6
|
+
export { Subscriptions, } from "./subscriptions.mjs";
|
|
7
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/resources/beta/subscriptions/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,OAAO,GAQR;OACM,EACL,SAAS,GASV;OACM,EACL,YAAY,GAMb;OACM,EACL,KAAK,GAMN;OACM,EACL,aAAa,GAOd"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { APIResource } from "../../../../core/resource.mjs";
|
|
2
|
+
import * as EntitlementsAPI from "../entitlements.mjs";
|
|
3
|
+
import { APIPromise } from "../../../../core/api-promise.mjs";
|
|
4
|
+
import { CursorIDPage, type CursorIDPageParams, PagePromise } from "../../../../core/pagination.mjs";
|
|
5
|
+
import { RequestOptions } from "../../../../internal/request-options.mjs";
|
|
6
|
+
export declare class Entitlements extends APIResource {
|
|
7
|
+
/**
|
|
8
|
+
* List Plan Entitlements
|
|
9
|
+
*/
|
|
10
|
+
list(planID: string, query?: EntitlementListParams | null | undefined, options?: RequestOptions): PagePromise<PlanEntitlementsCursorIDPage, PlanEntitlement>;
|
|
11
|
+
/**
|
|
12
|
+
* Attach Entitlement to Plan
|
|
13
|
+
*/
|
|
14
|
+
attach(planID: string, body: EntitlementAttachParams, options?: RequestOptions): APIPromise<PlanEntitlement>;
|
|
15
|
+
/**
|
|
16
|
+
* Remove Entitlement from Plan
|
|
17
|
+
*/
|
|
18
|
+
remove(featureID: string, params: EntitlementRemoveParams, options?: RequestOptions): APIPromise<void>;
|
|
19
|
+
}
|
|
20
|
+
export type PlanEntitlementsCursorIDPage = CursorIDPage<PlanEntitlement>;
|
|
21
|
+
/**
|
|
22
|
+
* An entitlement attached to a plan
|
|
23
|
+
*/
|
|
24
|
+
export interface PlanEntitlement {
|
|
25
|
+
/**
|
|
26
|
+
* An id for a data item
|
|
27
|
+
*/
|
|
28
|
+
id: string;
|
|
29
|
+
/**
|
|
30
|
+
* An entitlement that can be attached to products
|
|
31
|
+
*/
|
|
32
|
+
entitlement: EntitlementsAPI.Entitlement;
|
|
33
|
+
}
|
|
34
|
+
export interface EntitlementListParams extends CursorIDPageParams {
|
|
35
|
+
}
|
|
36
|
+
export interface EntitlementAttachParams {
|
|
37
|
+
/**
|
|
38
|
+
* The ID of the entitlement to attach
|
|
39
|
+
*/
|
|
40
|
+
entitlement: string;
|
|
41
|
+
}
|
|
42
|
+
export interface EntitlementRemoveParams {
|
|
43
|
+
plan_id: string;
|
|
44
|
+
}
|
|
45
|
+
export declare namespace Entitlements {
|
|
46
|
+
export { type PlanEntitlement as PlanEntitlement, type PlanEntitlementsCursorIDPage as PlanEntitlementsCursorIDPage, type EntitlementListParams as EntitlementListParams, type EntitlementAttachParams as EntitlementAttachParams, type EntitlementRemoveParams as EntitlementRemoveParams, };
|
|
47
|
+
}
|
|
48
|
+
//# sourceMappingURL=entitlements.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"entitlements.d.mts","sourceRoot":"","sources":["../../../../src/resources/beta/subscriptions/plans/entitlements.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,eAAe;OACpB,EAAE,UAAU,EAAE;OACd,EAAE,YAAY,EAAE,KAAK,kBAAkB,EAAE,WAAW,EAAE;OAEtD,EAAE,cAAc,EAAE;AAGzB,qBAAa,YAAa,SAAQ,WAAW;IAC3C;;OAEG;IACH,IAAI,CACF,MAAM,EAAE,MAAM,EACd,KAAK,GAAE,qBAAqB,GAAG,IAAI,GAAG,SAAc,EACpD,OAAO,CAAC,EAAE,cAAc,GACvB,WAAW,CAAC,4BAA4B,EAAE,eAAe,CAAC;IAQ7D;;OAEG;IACH,MAAM,CACJ,MAAM,EAAE,MAAM,EACd,IAAI,EAAE,uBAAuB,EAC7B,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,eAAe,CAAC;IAI9B;;OAEG;IACH,MAAM,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,uBAAuB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;CAOvG;AAED,MAAM,MAAM,4BAA4B,GAAG,YAAY,CAAC,eAAe,CAAC,CAAC;AAEzE;;GAEG;AACH,MAAM,WAAW,eAAe;IAC9B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,WAAW,EAAE,eAAe,CAAC,WAAW,CAAC;CAC1C;AAED,MAAM,WAAW,qBAAsB,SAAQ,kBAAkB;CAAG;AAEpE,MAAM,WAAW,uBAAuB;IACtC;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,uBAAuB;IACtC,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,CAAC,OAAO,WAAW,YAAY,CAAC;IACpC,OAAO,EACL,KAAK,eAAe,IAAI,eAAe,EACvC,KAAK,4BAA4B,IAAI,4BAA4B,EACjE,KAAK,qBAAqB,IAAI,qBAAqB,EACnD,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,uBAAuB,IAAI,uBAAuB,GACxD,CAAC;CACH"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { APIResource } from "../../../../core/resource.js";
|
|
2
|
+
import * as EntitlementsAPI from "../entitlements.js";
|
|
3
|
+
import { APIPromise } from "../../../../core/api-promise.js";
|
|
4
|
+
import { CursorIDPage, type CursorIDPageParams, PagePromise } from "../../../../core/pagination.js";
|
|
5
|
+
import { RequestOptions } from "../../../../internal/request-options.js";
|
|
6
|
+
export declare class Entitlements extends APIResource {
|
|
7
|
+
/**
|
|
8
|
+
* List Plan Entitlements
|
|
9
|
+
*/
|
|
10
|
+
list(planID: string, query?: EntitlementListParams | null | undefined, options?: RequestOptions): PagePromise<PlanEntitlementsCursorIDPage, PlanEntitlement>;
|
|
11
|
+
/**
|
|
12
|
+
* Attach Entitlement to Plan
|
|
13
|
+
*/
|
|
14
|
+
attach(planID: string, body: EntitlementAttachParams, options?: RequestOptions): APIPromise<PlanEntitlement>;
|
|
15
|
+
/**
|
|
16
|
+
* Remove Entitlement from Plan
|
|
17
|
+
*/
|
|
18
|
+
remove(featureID: string, params: EntitlementRemoveParams, options?: RequestOptions): APIPromise<void>;
|
|
19
|
+
}
|
|
20
|
+
export type PlanEntitlementsCursorIDPage = CursorIDPage<PlanEntitlement>;
|
|
21
|
+
/**
|
|
22
|
+
* An entitlement attached to a plan
|
|
23
|
+
*/
|
|
24
|
+
export interface PlanEntitlement {
|
|
25
|
+
/**
|
|
26
|
+
* An id for a data item
|
|
27
|
+
*/
|
|
28
|
+
id: string;
|
|
29
|
+
/**
|
|
30
|
+
* An entitlement that can be attached to products
|
|
31
|
+
*/
|
|
32
|
+
entitlement: EntitlementsAPI.Entitlement;
|
|
33
|
+
}
|
|
34
|
+
export interface EntitlementListParams extends CursorIDPageParams {
|
|
35
|
+
}
|
|
36
|
+
export interface EntitlementAttachParams {
|
|
37
|
+
/**
|
|
38
|
+
* The ID of the entitlement to attach
|
|
39
|
+
*/
|
|
40
|
+
entitlement: string;
|
|
41
|
+
}
|
|
42
|
+
export interface EntitlementRemoveParams {
|
|
43
|
+
plan_id: string;
|
|
44
|
+
}
|
|
45
|
+
export declare namespace Entitlements {
|
|
46
|
+
export { type PlanEntitlement as PlanEntitlement, type PlanEntitlementsCursorIDPage as PlanEntitlementsCursorIDPage, type EntitlementListParams as EntitlementListParams, type EntitlementAttachParams as EntitlementAttachParams, type EntitlementRemoveParams as EntitlementRemoveParams, };
|
|
47
|
+
}
|
|
48
|
+
//# sourceMappingURL=entitlements.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"entitlements.d.ts","sourceRoot":"","sources":["../../../../src/resources/beta/subscriptions/plans/entitlements.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,eAAe;OACpB,EAAE,UAAU,EAAE;OACd,EAAE,YAAY,EAAE,KAAK,kBAAkB,EAAE,WAAW,EAAE;OAEtD,EAAE,cAAc,EAAE;AAGzB,qBAAa,YAAa,SAAQ,WAAW;IAC3C;;OAEG;IACH,IAAI,CACF,MAAM,EAAE,MAAM,EACd,KAAK,GAAE,qBAAqB,GAAG,IAAI,GAAG,SAAc,EACpD,OAAO,CAAC,EAAE,cAAc,GACvB,WAAW,CAAC,4BAA4B,EAAE,eAAe,CAAC;IAQ7D;;OAEG;IACH,MAAM,CACJ,MAAM,EAAE,MAAM,EACd,IAAI,EAAE,uBAAuB,EAC7B,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,eAAe,CAAC;IAI9B;;OAEG;IACH,MAAM,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,uBAAuB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;CAOvG;AAED,MAAM,MAAM,4BAA4B,GAAG,YAAY,CAAC,eAAe,CAAC,CAAC;AAEzE;;GAEG;AACH,MAAM,WAAW,eAAe;IAC9B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,WAAW,EAAE,eAAe,CAAC,WAAW,CAAC;CAC1C;AAED,MAAM,WAAW,qBAAsB,SAAQ,kBAAkB;CAAG;AAEpE,MAAM,WAAW,uBAAuB;IACtC;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,uBAAuB;IACtC,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,CAAC,OAAO,WAAW,YAAY,CAAC;IACpC,OAAO,EACL,KAAK,eAAe,IAAI,eAAe,EACvC,KAAK,4BAA4B,IAAI,4BAA4B,EACjE,KAAK,qBAAqB,IAAI,qBAAqB,EACnD,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,uBAAuB,IAAI,uBAAuB,GACxD,CAAC;CACH"}
|