@usehercules/sdk 1.1.0 → 1.3.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 +125 -0
- package/README.md +14 -20
- package/client.d.mts +6 -3
- package/client.d.mts.map +1 -1
- package/client.d.ts +6 -3
- package/client.d.ts.map +1 -1
- package/client.js +1 -1
- package/client.js.map +1 -1
- package/client.mjs +1 -1
- package/client.mjs.map +1 -1
- package/package.json +1 -1
- package/resources/beta/beta.d.mts +4 -4
- package/resources/beta/beta.d.mts.map +1 -1
- package/resources/beta/beta.d.ts +4 -4
- package/resources/beta/beta.d.ts.map +1 -1
- package/resources/beta/beta.js +4 -4
- package/resources/beta/beta.js.map +1 -1
- package/resources/beta/beta.mjs +4 -4
- package/resources/beta/beta.mjs.map +1 -1
- package/resources/beta/index.d.mts +1 -1
- package/resources/beta/index.d.mts.map +1 -1
- package/resources/beta/index.d.ts +1 -1
- package/resources/beta/index.d.ts.map +1 -1
- package/resources/beta/index.js +3 -3
- package/resources/beta/index.js.map +1 -1
- package/resources/beta/index.mjs +1 -1
- package/resources/beta/index.mjs.map +1 -1
- package/resources/beta/pay/coupons.d.mts +156 -0
- package/resources/beta/pay/coupons.d.mts.map +1 -0
- package/resources/beta/pay/coupons.d.ts +156 -0
- package/resources/beta/pay/coupons.d.ts.map +1 -0
- package/resources/beta/pay/coupons.js +51 -0
- package/resources/beta/pay/coupons.js.map +1 -0
- package/resources/beta/pay/coupons.mjs +47 -0
- package/resources/beta/pay/coupons.mjs.map +1 -0
- package/resources/beta/pay/customers.d.mts +160 -0
- package/resources/beta/pay/customers.d.mts.map +1 -0
- package/resources/beta/pay/customers.d.ts +160 -0
- package/resources/beta/pay/customers.d.ts.map +1 -0
- package/resources/beta/pay/customers.js +60 -0
- package/resources/beta/pay/customers.js.map +1 -0
- package/resources/beta/pay/customers.mjs +56 -0
- package/resources/beta/pay/customers.mjs.map +1 -0
- package/resources/beta/pay/entitlements.d.mts +94 -0
- package/resources/beta/pay/entitlements.d.mts.map +1 -0
- package/resources/beta/pay/entitlements.d.ts +94 -0
- package/resources/beta/pay/entitlements.d.ts.map +1 -0
- package/resources/beta/pay/entitlements.js +42 -0
- package/resources/beta/pay/entitlements.js.map +1 -0
- package/resources/beta/pay/entitlements.mjs +38 -0
- package/resources/beta/pay/entitlements.mjs.map +1 -0
- package/resources/beta/pay/index.d.mts +6 -0
- package/resources/beta/pay/index.d.mts.map +1 -0
- package/resources/beta/pay/index.d.ts +6 -0
- package/resources/beta/pay/index.d.ts.map +1 -0
- package/resources/beta/{subscriptions → pay}/index.js +5 -5
- package/resources/beta/pay/index.js.map +1 -0
- package/resources/beta/{subscriptions → pay}/index.mjs +2 -2
- package/resources/beta/pay/index.mjs.map +1 -0
- package/resources/beta/{subscriptions/subscriptions.d.mts → pay/pay.d.mts} +48 -32
- package/resources/beta/pay/pay.d.mts.map +1 -0
- package/resources/beta/{subscriptions/subscriptions.d.ts → pay/pay.d.ts} +48 -32
- package/resources/beta/pay/pay.d.ts.map +1 -0
- package/resources/beta/pay/pay.js +54 -0
- package/resources/beta/pay/pay.js.map +1 -0
- package/resources/beta/pay/pay.mjs +49 -0
- package/resources/beta/pay/pay.mjs.map +1 -0
- package/resources/beta/pay/products/entitlements.d.mts +53 -0
- package/resources/beta/pay/products/entitlements.d.mts.map +1 -0
- package/resources/beta/pay/products/entitlements.d.ts +53 -0
- package/resources/beta/pay/products/entitlements.d.ts.map +1 -0
- package/resources/beta/pay/products/entitlements.js +38 -0
- package/resources/beta/pay/products/entitlements.js.map +1 -0
- package/resources/beta/pay/products/entitlements.mjs +34 -0
- package/resources/beta/pay/products/entitlements.mjs.map +1 -0
- package/resources/beta/pay/products/index.d.mts +3 -0
- package/resources/beta/pay/products/index.d.mts.map +1 -0
- package/resources/beta/pay/products/index.d.ts +3 -0
- package/resources/beta/pay/products/index.d.ts.map +1 -0
- package/resources/beta/{subscriptions/plans → pay/products}/index.js +3 -3
- package/resources/beta/pay/products/index.js.map +1 -0
- package/resources/beta/{subscriptions/plans → pay/products}/index.mjs +1 -1
- package/resources/beta/pay/products/index.mjs.map +1 -0
- package/resources/beta/pay/products/products.d.mts +152 -0
- package/resources/beta/pay/products/products.d.mts.map +1 -0
- package/resources/beta/pay/products/products.d.ts +152 -0
- package/resources/beta/pay/products/products.d.ts.map +1 -0
- package/resources/beta/pay/products/products.js +57 -0
- package/resources/beta/pay/products/products.js.map +1 -0
- package/resources/beta/pay/products/products.mjs +52 -0
- package/resources/beta/pay/products/products.mjs.map +1 -0
- package/resources/beta/pay/products.d.mts +2 -0
- package/resources/beta/pay/products.d.mts.map +1 -0
- package/resources/beta/pay/products.d.ts +2 -0
- package/resources/beta/pay/products.d.ts.map +1 -0
- package/resources/beta/{subscriptions/plans.js → pay/products.js} +2 -2
- package/resources/beta/pay/products.js.map +1 -0
- package/resources/beta/{subscriptions.mjs → pay/products.mjs} +2 -2
- package/resources/beta/pay/products.mjs.map +1 -0
- package/resources/beta/pay.d.mts +2 -0
- package/resources/beta/pay.d.mts.map +1 -0
- package/resources/beta/pay.d.ts +2 -0
- package/resources/beta/pay.d.ts.map +1 -0
- package/resources/beta/{subscriptions.js → pay.js} +2 -2
- package/resources/beta/pay.js.map +1 -0
- package/resources/beta/{subscriptions/plans.mjs → pay.mjs} +2 -2
- package/resources/beta/pay.mjs.map +1 -0
- package/src/client.ts +6 -4
- package/src/resources/beta/beta.ts +18 -18
- package/src/resources/beta/index.ts +8 -8
- package/src/resources/beta/pay/coupons.ts +218 -0
- package/src/resources/beta/pay/customers.ts +229 -0
- package/src/resources/beta/pay/entitlements.ts +135 -0
- package/src/resources/beta/{subscriptions → pay}/index.ts +15 -17
- package/src/resources/beta/{subscriptions/subscriptions.ts → pay/pay.ts} +70 -59
- package/src/resources/beta/{subscriptions/plans → pay/products}/entitlements.ts +26 -21
- package/src/resources/beta/{subscriptions/plans → pay/products}/index.ts +9 -9
- package/src/resources/beta/pay/products/products.ts +224 -0
- package/src/resources/beta/{subscriptions.ts → pay/products.ts} +1 -1
- package/src/resources/beta/{subscriptions/plans.ts → pay.ts} +1 -1
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
- package/resources/beta/subscriptions/coupons.d.mts +0 -151
- package/resources/beta/subscriptions/coupons.d.mts.map +0 -1
- package/resources/beta/subscriptions/coupons.d.ts +0 -151
- package/resources/beta/subscriptions/coupons.d.ts.map +0 -1
- package/resources/beta/subscriptions/coupons.js +0 -51
- package/resources/beta/subscriptions/coupons.js.map +0 -1
- package/resources/beta/subscriptions/coupons.mjs +0 -47
- package/resources/beta/subscriptions/coupons.mjs.map +0 -1
- package/resources/beta/subscriptions/customers.d.mts +0 -93
- package/resources/beta/subscriptions/customers.d.mts.map +0 -1
- package/resources/beta/subscriptions/customers.d.ts +0 -93
- package/resources/beta/subscriptions/customers.d.ts.map +0 -1
- package/resources/beta/subscriptions/customers.js +0 -57
- package/resources/beta/subscriptions/customers.js.map +0 -1
- package/resources/beta/subscriptions/customers.mjs +0 -53
- package/resources/beta/subscriptions/customers.mjs.map +0 -1
- package/resources/beta/subscriptions/entitlements.d.mts +0 -70
- package/resources/beta/subscriptions/entitlements.d.mts.map +0 -1
- package/resources/beta/subscriptions/entitlements.d.ts +0 -70
- package/resources/beta/subscriptions/entitlements.d.ts.map +0 -1
- package/resources/beta/subscriptions/entitlements.js +0 -38
- package/resources/beta/subscriptions/entitlements.js.map +0 -1
- package/resources/beta/subscriptions/entitlements.mjs +0 -34
- package/resources/beta/subscriptions/entitlements.mjs.map +0 -1
- package/resources/beta/subscriptions/index.d.mts +0 -6
- package/resources/beta/subscriptions/index.d.mts.map +0 -1
- package/resources/beta/subscriptions/index.d.ts +0 -6
- package/resources/beta/subscriptions/index.d.ts.map +0 -1
- package/resources/beta/subscriptions/index.js.map +0 -1
- package/resources/beta/subscriptions/index.mjs.map +0 -1
- package/resources/beta/subscriptions/plans/entitlements.d.mts +0 -48
- package/resources/beta/subscriptions/plans/entitlements.d.mts.map +0 -1
- package/resources/beta/subscriptions/plans/entitlements.d.ts +0 -48
- package/resources/beta/subscriptions/plans/entitlements.d.ts.map +0 -1
- package/resources/beta/subscriptions/plans/entitlements.js +0 -34
- package/resources/beta/subscriptions/plans/entitlements.js.map +0 -1
- package/resources/beta/subscriptions/plans/entitlements.mjs +0 -30
- package/resources/beta/subscriptions/plans/entitlements.mjs.map +0 -1
- package/resources/beta/subscriptions/plans/index.d.mts +0 -3
- package/resources/beta/subscriptions/plans/index.d.mts.map +0 -1
- package/resources/beta/subscriptions/plans/index.d.ts +0 -3
- package/resources/beta/subscriptions/plans/index.d.ts.map +0 -1
- package/resources/beta/subscriptions/plans/index.js.map +0 -1
- package/resources/beta/subscriptions/plans/index.mjs.map +0 -1
- package/resources/beta/subscriptions/plans/plans.d.mts +0 -87
- package/resources/beta/subscriptions/plans/plans.d.mts.map +0 -1
- package/resources/beta/subscriptions/plans/plans.d.ts +0 -87
- package/resources/beta/subscriptions/plans/plans.d.ts.map +0 -1
- package/resources/beta/subscriptions/plans/plans.js +0 -49
- package/resources/beta/subscriptions/plans/plans.js.map +0 -1
- package/resources/beta/subscriptions/plans/plans.mjs +0 -44
- package/resources/beta/subscriptions/plans/plans.mjs.map +0 -1
- package/resources/beta/subscriptions/plans.d.mts +0 -2
- package/resources/beta/subscriptions/plans.d.mts.map +0 -1
- package/resources/beta/subscriptions/plans.d.ts +0 -2
- package/resources/beta/subscriptions/plans.d.ts.map +0 -1
- package/resources/beta/subscriptions/plans.js.map +0 -1
- package/resources/beta/subscriptions/plans.mjs.map +0 -1
- package/resources/beta/subscriptions/subscriptions.d.mts.map +0 -1
- package/resources/beta/subscriptions/subscriptions.d.ts.map +0 -1
- package/resources/beta/subscriptions/subscriptions.js +0 -47
- package/resources/beta/subscriptions/subscriptions.js.map +0 -1
- package/resources/beta/subscriptions/subscriptions.mjs +0 -42
- package/resources/beta/subscriptions/subscriptions.mjs.map +0 -1
- package/resources/beta/subscriptions.d.mts +0 -2
- package/resources/beta/subscriptions.d.mts.map +0 -1
- package/resources/beta/subscriptions.d.ts +0 -2
- package/resources/beta/subscriptions.d.ts.map +0 -1
- package/resources/beta/subscriptions.js.map +0 -1
- package/resources/beta/subscriptions.mjs.map +0 -1
- package/src/resources/beta/subscriptions/coupons.ts +0 -221
- package/src/resources/beta/subscriptions/customers.ts +0 -168
- package/src/resources/beta/subscriptions/entitlements.ts +0 -113
- package/src/resources/beta/subscriptions/plans/plans.ts +0 -159
|
@@ -1,70 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,34 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,6 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,6 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,48 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,48 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.Entitlements = 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 Entitlements extends resource_1.APIResource {
|
|
10
|
-
/**
|
|
11
|
-
* List Plan Entitlements
|
|
12
|
-
*/
|
|
13
|
-
list(planID, query = {}, options) {
|
|
14
|
-
return this._client.getAPIList((0, path_1.path) `/v1/subscriptions/plans/${planID}/entitlements`, (pagination_1.CursorIDPage), { query, ...options });
|
|
15
|
-
}
|
|
16
|
-
/**
|
|
17
|
-
* Attach Entitlement to Plan
|
|
18
|
-
*/
|
|
19
|
-
attach(planID, body, options) {
|
|
20
|
-
return this._client.post((0, path_1.path) `/v1/subscriptions/plans/${planID}/entitlements`, { body, ...options });
|
|
21
|
-
}
|
|
22
|
-
/**
|
|
23
|
-
* Remove Entitlement from Plan
|
|
24
|
-
*/
|
|
25
|
-
remove(featureID, params, options) {
|
|
26
|
-
const { plan_id } = params;
|
|
27
|
-
return this._client.delete((0, path_1.path) `/v1/subscriptions/plans/${plan_id}/entitlements/${featureID}`, {
|
|
28
|
-
...options,
|
|
29
|
-
headers: (0, headers_1.buildHeaders)([{ Accept: '*/*' }, options?.headers]),
|
|
30
|
-
});
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
exports.Entitlements = Entitlements;
|
|
34
|
-
//# sourceMappingURL=entitlements.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"entitlements.js","sourceRoot":"","sources":["../../../../src/resources/beta/subscriptions/plans/entitlements.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,2DAAwD;AAGxD,+DAAiG;AACjG,6DAA4D;AAE5D,6DAAuD;AAEvD,MAAa,YAAa,SAAQ,sBAAW;IAC3C;;OAEG;IACH,IAAI,CACF,MAAc,EACd,QAAkD,EAAE,EACpD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAC5B,IAAA,WAAI,EAAA,2BAA2B,MAAM,eAAe,EACpD,CAAA,yBAA6B,CAAA,EAC7B,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CACtB,CAAC;IACJ,CAAC;IAED;;OAEG;IACH,MAAM,CACJ,MAAc,EACd,IAA6B,EAC7B,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAA,WAAI,EAAA,2BAA2B,MAAM,eAAe,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACvG,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,SAAiB,EAAE,MAA+B,EAAE,OAAwB;QACjF,MAAM,EAAE,OAAO,EAAE,GAAG,MAAM,CAAC;QAC3B,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAA,WAAI,EAAA,2BAA2B,OAAO,iBAAiB,SAAS,EAAE,EAAE;YAC7F,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;CACF;AArCD,oCAqCC"}
|
|
@@ -1,30 +0,0 @@
|
|
|
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 Entitlements extends APIResource {
|
|
7
|
-
/**
|
|
8
|
-
* List Plan Entitlements
|
|
9
|
-
*/
|
|
10
|
-
list(planID, query = {}, options) {
|
|
11
|
-
return this._client.getAPIList(path `/v1/subscriptions/plans/${planID}/entitlements`, (CursorIDPage), { query, ...options });
|
|
12
|
-
}
|
|
13
|
-
/**
|
|
14
|
-
* Attach Entitlement to Plan
|
|
15
|
-
*/
|
|
16
|
-
attach(planID, body, options) {
|
|
17
|
-
return this._client.post(path `/v1/subscriptions/plans/${planID}/entitlements`, { body, ...options });
|
|
18
|
-
}
|
|
19
|
-
/**
|
|
20
|
-
* Remove Entitlement from Plan
|
|
21
|
-
*/
|
|
22
|
-
remove(featureID, params, options) {
|
|
23
|
-
const { plan_id } = params;
|
|
24
|
-
return this._client.delete(path `/v1/subscriptions/plans/${plan_id}/entitlements/${featureID}`, {
|
|
25
|
-
...options,
|
|
26
|
-
headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
|
|
27
|
-
});
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
//# sourceMappingURL=entitlements.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"entitlements.mjs","sourceRoot":"","sources":["../../../../src/resources/beta/subscriptions/plans/entitlements.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAGf,EAAE,YAAY,EAAwC;OACtD,EAAE,YAAY,EAAE;OAEhB,EAAE,IAAI,EAAE;AAEf,MAAM,OAAO,YAAa,SAAQ,WAAW;IAC3C;;OAEG;IACH,IAAI,CACF,MAAc,EACd,QAAkD,EAAE,EACpD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAC5B,IAAI,CAAA,2BAA2B,MAAM,eAAe,EACpD,CAAA,YAA6B,CAAA,EAC7B,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CACtB,CAAC;IACJ,CAAC;IAED;;OAEG;IACH,MAAM,CACJ,MAAc,EACd,IAA6B,EAC7B,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAA,2BAA2B,MAAM,eAAe,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACvG,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,SAAiB,EAAE,MAA+B,EAAE,OAAwB;QACjF,MAAM,EAAE,OAAO,EAAE,GAAG,MAAM,CAAC;QAC3B,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAI,CAAA,2BAA2B,OAAO,iBAAiB,SAAS,EAAE,EAAE;YAC7F,GAAG,OAAO;YACV,OAAO,EAAE,YAAY,CAAC,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;SAC7D,CAAC,CAAC;IACL,CAAC;CACF"}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { Entitlements, type PlanEntitlement, type EntitlementListParams, type EntitlementAttachParams, type EntitlementRemoveParams, type PlanEntitlementsCursorIDPage, } from "./entitlements.mjs";
|
|
2
|
-
export { Plans, type Plan, type PlanCreateParams, type PlanUpdateParams, type PlanListParams, type PlansCursorIDPage, } from "./plans.mjs";
|
|
3
|
-
//# sourceMappingURL=index.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../../src/resources/beta/subscriptions/plans/index.ts"],"names":[],"mappings":"OAEO,EACL,YAAY,EACZ,KAAK,eAAe,EACpB,KAAK,qBAAqB,EAC1B,KAAK,uBAAuB,EAC5B,KAAK,uBAAuB,EAC5B,KAAK,4BAA4B,GAClC;OACM,EACL,KAAK,EACL,KAAK,IAAI,EACT,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,iBAAiB,GACvB"}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { Entitlements, type PlanEntitlement, type EntitlementListParams, type EntitlementAttachParams, type EntitlementRemoveParams, type PlanEntitlementsCursorIDPage, } from "./entitlements.js";
|
|
2
|
-
export { Plans, type Plan, type PlanCreateParams, type PlanUpdateParams, type PlanListParams, type PlansCursorIDPage, } from "./plans.js";
|
|
3
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/resources/beta/subscriptions/plans/index.ts"],"names":[],"mappings":"OAEO,EACL,YAAY,EACZ,KAAK,eAAe,EACpB,KAAK,qBAAqB,EAC1B,KAAK,uBAAuB,EAC5B,KAAK,uBAAuB,EAC5B,KAAK,4BAA4B,GAClC;OACM,EACL,KAAK,EACL,KAAK,IAAI,EACT,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,iBAAiB,GACvB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/resources/beta/subscriptions/plans/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAOwB;AANtB,4GAAA,YAAY,OAAA;AAOd,oCAOiB;AANf,8FAAA,KAAK,OAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../../src/resources/beta/subscriptions/plans/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,YAAY,GAMb;OACM,EACL,KAAK,GAMN"}
|
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
import { APIResource } from "../../../../core/resource.mjs";
|
|
2
|
-
import * as EntitlementsAPI from "./entitlements.mjs";
|
|
3
|
-
import { EntitlementAttachParams, EntitlementListParams, EntitlementRemoveParams, Entitlements, PlanEntitlement, PlanEntitlementsCursorIDPage } from "./entitlements.mjs";
|
|
4
|
-
import { APIPromise } from "../../../../core/api-promise.mjs";
|
|
5
|
-
import { CursorIDPage, type CursorIDPageParams, PagePromise } from "../../../../core/pagination.mjs";
|
|
6
|
-
import { RequestOptions } from "../../../../internal/request-options.mjs";
|
|
7
|
-
export declare class Plans extends APIResource {
|
|
8
|
-
entitlements: EntitlementsAPI.Entitlements;
|
|
9
|
-
/**
|
|
10
|
-
* Create Plan
|
|
11
|
-
*/
|
|
12
|
-
create(body: PlanCreateParams, options?: RequestOptions): APIPromise<Plan>;
|
|
13
|
-
/**
|
|
14
|
-
* Update Plan
|
|
15
|
-
*/
|
|
16
|
-
update(planID: string, body?: PlanUpdateParams | null | undefined, options?: RequestOptions): APIPromise<Plan>;
|
|
17
|
-
/**
|
|
18
|
-
* List Plans
|
|
19
|
-
*/
|
|
20
|
-
list(query?: PlanListParams | null | undefined, options?: RequestOptions): PagePromise<PlansCursorIDPage, Plan>;
|
|
21
|
-
/**
|
|
22
|
-
* Archive Plan
|
|
23
|
-
*/
|
|
24
|
-
archive(planID: string, options?: RequestOptions): APIPromise<Plan>;
|
|
25
|
-
/**
|
|
26
|
-
* Get Plan
|
|
27
|
-
*/
|
|
28
|
-
get(planID: string, options?: RequestOptions): APIPromise<Plan>;
|
|
29
|
-
}
|
|
30
|
-
export type PlansCursorIDPage = CursorIDPage<Plan>;
|
|
31
|
-
/**
|
|
32
|
-
* A subscription plan
|
|
33
|
-
*/
|
|
34
|
-
export interface Plan {
|
|
35
|
-
/**
|
|
36
|
-
* An id for a data item
|
|
37
|
-
*/
|
|
38
|
-
id: string;
|
|
39
|
-
active: boolean;
|
|
40
|
-
created: string;
|
|
41
|
-
name: string;
|
|
42
|
-
stripe_product_id: string;
|
|
43
|
-
/**
|
|
44
|
-
* A recurring price for a plan
|
|
45
|
-
*/
|
|
46
|
-
default_price?: Plan.DefaultPrice | null;
|
|
47
|
-
description?: string | null;
|
|
48
|
-
}
|
|
49
|
-
export declare namespace Plan {
|
|
50
|
-
/**
|
|
51
|
-
* A recurring price for a plan
|
|
52
|
-
*/
|
|
53
|
-
interface DefaultPrice {
|
|
54
|
-
/**
|
|
55
|
-
* An id for a data item
|
|
56
|
-
*/
|
|
57
|
-
id: string;
|
|
58
|
-
currency: string;
|
|
59
|
-
interval: 'day' | 'week' | 'month' | 'year';
|
|
60
|
-
interval_count: number;
|
|
61
|
-
unit_amount: number | null;
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
export interface PlanCreateParams {
|
|
65
|
-
name: string;
|
|
66
|
-
/**
|
|
67
|
-
* Amount in cents
|
|
68
|
-
*/
|
|
69
|
-
unit_amount: number;
|
|
70
|
-
currency?: string;
|
|
71
|
-
description?: string;
|
|
72
|
-
interval?: 'day' | 'week' | 'month' | 'year';
|
|
73
|
-
interval_count?: number;
|
|
74
|
-
}
|
|
75
|
-
export interface PlanUpdateParams {
|
|
76
|
-
active?: boolean;
|
|
77
|
-
description?: string;
|
|
78
|
-
name?: string;
|
|
79
|
-
}
|
|
80
|
-
export interface PlanListParams extends CursorIDPageParams {
|
|
81
|
-
active?: boolean;
|
|
82
|
-
}
|
|
83
|
-
export declare namespace Plans {
|
|
84
|
-
export { type Plan as Plan, type PlansCursorIDPage as PlansCursorIDPage, type PlanCreateParams as PlanCreateParams, type PlanUpdateParams as PlanUpdateParams, type PlanListParams as PlanListParams, };
|
|
85
|
-
export { Entitlements as Entitlements, type PlanEntitlement as PlanEntitlement, type PlanEntitlementsCursorIDPage as PlanEntitlementsCursorIDPage, type EntitlementListParams as EntitlementListParams, type EntitlementAttachParams as EntitlementAttachParams, type EntitlementRemoveParams as EntitlementRemoveParams, };
|
|
86
|
-
}
|
|
87
|
-
//# sourceMappingURL=plans.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"plans.d.mts","sourceRoot":"","sources":["../../../../src/resources/beta/subscriptions/plans/plans.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
import { APIResource } from "../../../../core/resource.js";
|
|
2
|
-
import * as EntitlementsAPI from "./entitlements.js";
|
|
3
|
-
import { EntitlementAttachParams, EntitlementListParams, EntitlementRemoveParams, Entitlements, PlanEntitlement, PlanEntitlementsCursorIDPage } from "./entitlements.js";
|
|
4
|
-
import { APIPromise } from "../../../../core/api-promise.js";
|
|
5
|
-
import { CursorIDPage, type CursorIDPageParams, PagePromise } from "../../../../core/pagination.js";
|
|
6
|
-
import { RequestOptions } from "../../../../internal/request-options.js";
|
|
7
|
-
export declare class Plans extends APIResource {
|
|
8
|
-
entitlements: EntitlementsAPI.Entitlements;
|
|
9
|
-
/**
|
|
10
|
-
* Create Plan
|
|
11
|
-
*/
|
|
12
|
-
create(body: PlanCreateParams, options?: RequestOptions): APIPromise<Plan>;
|
|
13
|
-
/**
|
|
14
|
-
* Update Plan
|
|
15
|
-
*/
|
|
16
|
-
update(planID: string, body?: PlanUpdateParams | null | undefined, options?: RequestOptions): APIPromise<Plan>;
|
|
17
|
-
/**
|
|
18
|
-
* List Plans
|
|
19
|
-
*/
|
|
20
|
-
list(query?: PlanListParams | null | undefined, options?: RequestOptions): PagePromise<PlansCursorIDPage, Plan>;
|
|
21
|
-
/**
|
|
22
|
-
* Archive Plan
|
|
23
|
-
*/
|
|
24
|
-
archive(planID: string, options?: RequestOptions): APIPromise<Plan>;
|
|
25
|
-
/**
|
|
26
|
-
* Get Plan
|
|
27
|
-
*/
|
|
28
|
-
get(planID: string, options?: RequestOptions): APIPromise<Plan>;
|
|
29
|
-
}
|
|
30
|
-
export type PlansCursorIDPage = CursorIDPage<Plan>;
|
|
31
|
-
/**
|
|
32
|
-
* A subscription plan
|
|
33
|
-
*/
|
|
34
|
-
export interface Plan {
|
|
35
|
-
/**
|
|
36
|
-
* An id for a data item
|
|
37
|
-
*/
|
|
38
|
-
id: string;
|
|
39
|
-
active: boolean;
|
|
40
|
-
created: string;
|
|
41
|
-
name: string;
|
|
42
|
-
stripe_product_id: string;
|
|
43
|
-
/**
|
|
44
|
-
* A recurring price for a plan
|
|
45
|
-
*/
|
|
46
|
-
default_price?: Plan.DefaultPrice | null;
|
|
47
|
-
description?: string | null;
|
|
48
|
-
}
|
|
49
|
-
export declare namespace Plan {
|
|
50
|
-
/**
|
|
51
|
-
* A recurring price for a plan
|
|
52
|
-
*/
|
|
53
|
-
interface DefaultPrice {
|
|
54
|
-
/**
|
|
55
|
-
* An id for a data item
|
|
56
|
-
*/
|
|
57
|
-
id: string;
|
|
58
|
-
currency: string;
|
|
59
|
-
interval: 'day' | 'week' | 'month' | 'year';
|
|
60
|
-
interval_count: number;
|
|
61
|
-
unit_amount: number | null;
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
export interface PlanCreateParams {
|
|
65
|
-
name: string;
|
|
66
|
-
/**
|
|
67
|
-
* Amount in cents
|
|
68
|
-
*/
|
|
69
|
-
unit_amount: number;
|
|
70
|
-
currency?: string;
|
|
71
|
-
description?: string;
|
|
72
|
-
interval?: 'day' | 'week' | 'month' | 'year';
|
|
73
|
-
interval_count?: number;
|
|
74
|
-
}
|
|
75
|
-
export interface PlanUpdateParams {
|
|
76
|
-
active?: boolean;
|
|
77
|
-
description?: string;
|
|
78
|
-
name?: string;
|
|
79
|
-
}
|
|
80
|
-
export interface PlanListParams extends CursorIDPageParams {
|
|
81
|
-
active?: boolean;
|
|
82
|
-
}
|
|
83
|
-
export declare namespace Plans {
|
|
84
|
-
export { type Plan as Plan, type PlansCursorIDPage as PlansCursorIDPage, type PlanCreateParams as PlanCreateParams, type PlanUpdateParams as PlanUpdateParams, type PlanListParams as PlanListParams, };
|
|
85
|
-
export { Entitlements as Entitlements, type PlanEntitlement as PlanEntitlement, type PlanEntitlementsCursorIDPage as PlanEntitlementsCursorIDPage, type EntitlementListParams as EntitlementListParams, type EntitlementAttachParams as EntitlementAttachParams, type EntitlementRemoveParams as EntitlementRemoveParams, };
|
|
86
|
-
}
|
|
87
|
-
//# sourceMappingURL=plans.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"plans.d.ts","sourceRoot":"","sources":["../../../../src/resources/beta/subscriptions/plans/plans.ts"],"names":[],"mappings":"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"}
|