@usehercules/sdk 1.2.0 → 1.4.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 +129 -0
- package/LICENSE +1 -1
- 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/{subscriptions → pay}/entitlements.d.mts +25 -19
- package/resources/beta/pay/entitlements.d.mts.map +1 -0
- package/resources/beta/{subscriptions → pay}/entitlements.d.ts +25 -19
- package/resources/beta/pay/entitlements.d.ts.map +1 -0
- package/resources/beta/pay/entitlements.js +41 -0
- package/resources/beta/pay/entitlements.js.map +1 -0
- package/resources/beta/pay/entitlements.mjs +37 -0
- package/resources/beta/pay/entitlements.mjs.map +1 -0
- package/resources/beta/{subscriptions → pay}/index.d.mts +2 -2
- package/resources/beta/pay/index.d.mts.map +1 -0
- package/resources/beta/{subscriptions → pay}/index.d.ts +2 -2
- 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/pay/pay.d.mts +206 -0
- package/resources/beta/pay/pay.d.mts.map +1 -0
- package/resources/beta/pay/pay.d.ts +206 -0
- 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 +4 -0
- package/resources/beta/pay/products/index.d.mts.map +1 -0
- package/resources/beta/pay/products/index.d.ts +4 -0
- package/resources/beta/pay/products/index.d.ts.map +1 -0
- package/resources/beta/pay/products/index.js +11 -0
- package/resources/beta/pay/products/index.js.map +1 -0
- package/resources/beta/{subscriptions/plans → pay/products}/index.mjs +2 -1
- package/resources/beta/pay/products/index.mjs.map +1 -0
- package/resources/beta/pay/products/products.d.mts +183 -0
- package/resources/beta/pay/products/products.d.mts.map +1 -0
- package/resources/beta/pay/products/products.d.ts +183 -0
- package/resources/beta/pay/products/products.d.ts.map +1 -0
- package/resources/beta/pay/products/products.js +61 -0
- package/resources/beta/pay/products/products.js.map +1 -0
- package/resources/beta/pay/products/products.mjs +56 -0
- package/resources/beta/pay/products/products.mjs.map +1 -0
- package/resources/beta/pay/products/variants.d.mts +206 -0
- package/resources/beta/pay/products/variants.d.mts.map +1 -0
- package/resources/beta/pay/products/variants.d.ts +206 -0
- package/resources/beta/pay/products/variants.d.ts.map +1 -0
- package/resources/beta/pay/products/variants.js +56 -0
- package/resources/beta/pay/products/variants.js.map +1 -0
- package/resources/beta/pay/products/variants.mjs +52 -0
- package/resources/beta/pay/products/variants.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/{subscriptions → pay}/entitlements.ts +29 -29
- package/src/resources/beta/{subscriptions → pay}/index.ts +15 -15
- package/src/resources/beta/pay/pay.ts +326 -0
- package/src/resources/beta/{subscriptions/plans → pay/products}/entitlements.ts +26 -21
- package/src/resources/beta/pay/products/index.ts +28 -0
- package/src/resources/beta/pay/products/products.ts +280 -0
- package/src/resources/beta/pay/products/variants.ts +279 -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 -124
- package/resources/beta/subscriptions/coupons.d.mts.map +0 -1
- package/resources/beta/subscriptions/coupons.d.ts +0 -124
- package/resources/beta/subscriptions/coupons.d.ts.map +0 -1
- package/resources/beta/subscriptions/coupons.js +0 -45
- package/resources/beta/subscriptions/coupons.js.map +0 -1
- package/resources/beta/subscriptions/coupons.mjs +0 -41
- 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.map +0 -1
- 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.map +0 -1
- 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 +0 -9
- 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 +0 -130
- package/resources/beta/subscriptions/subscriptions.d.mts.map +0 -1
- package/resources/beta/subscriptions/subscriptions.d.ts +0 -130
- 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 -185
- package/src/resources/beta/subscriptions/customers.ts +0 -168
- package/src/resources/beta/subscriptions/plans/index.ts +0 -18
- package/src/resources/beta/subscriptions/plans/plans.ts +0 -159
- package/src/resources/beta/subscriptions/subscriptions.ts +0 -241
|
@@ -1,124 +0,0 @@
|
|
|
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 Coupons extends APIResource {
|
|
6
|
-
/**
|
|
7
|
-
* Create Coupon
|
|
8
|
-
*/
|
|
9
|
-
create(body: CouponCreateParams, options?: RequestOptions): APIPromise<Coupon>;
|
|
10
|
-
/**
|
|
11
|
-
* Update Coupon
|
|
12
|
-
*/
|
|
13
|
-
update(couponID: string, body?: CouponUpdateParams | null | undefined, options?: RequestOptions): APIPromise<Coupon>;
|
|
14
|
-
/**
|
|
15
|
-
* List Coupons
|
|
16
|
-
*/
|
|
17
|
-
list(query?: CouponListParams | null | undefined, options?: RequestOptions): PagePromise<CouponsCursorIDPage, Coupon>;
|
|
18
|
-
/**
|
|
19
|
-
* Delete Coupon
|
|
20
|
-
*/
|
|
21
|
-
delete(couponID: string, options?: RequestOptions): APIPromise<void>;
|
|
22
|
-
/**
|
|
23
|
-
* Get Coupon
|
|
24
|
-
*/
|
|
25
|
-
get(couponID: string, options?: RequestOptions): APIPromise<Coupon>;
|
|
26
|
-
}
|
|
27
|
-
export type CouponsCursorIDPage = CursorIDPage<Coupon>;
|
|
28
|
-
/**
|
|
29
|
-
* A coupon/promo code for discounts
|
|
30
|
-
*/
|
|
31
|
-
export interface Coupon {
|
|
32
|
-
/**
|
|
33
|
-
* An id for a data item
|
|
34
|
-
*/
|
|
35
|
-
id: string;
|
|
36
|
-
active: boolean;
|
|
37
|
-
/**
|
|
38
|
-
* The promo code
|
|
39
|
-
*/
|
|
40
|
-
code: string;
|
|
41
|
-
created: string;
|
|
42
|
-
duration: 'once' | 'repeating' | 'forever';
|
|
43
|
-
/**
|
|
44
|
-
* Number of times this coupon has been redeemed
|
|
45
|
-
*/
|
|
46
|
-
times_redeemed: number;
|
|
47
|
-
/**
|
|
48
|
-
* Fixed amount discount in cents
|
|
49
|
-
*/
|
|
50
|
-
amount_off?: number | null;
|
|
51
|
-
/**
|
|
52
|
-
* Currency for amount_off
|
|
53
|
-
*/
|
|
54
|
-
currency?: string | null;
|
|
55
|
-
/**
|
|
56
|
-
* Number of months for repeating duration
|
|
57
|
-
*/
|
|
58
|
-
duration_in_months?: number | null;
|
|
59
|
-
/**
|
|
60
|
-
* Maximum number of times this coupon can be redeemed
|
|
61
|
-
*/
|
|
62
|
-
max_redemptions?: number | null;
|
|
63
|
-
name?: string | null;
|
|
64
|
-
/**
|
|
65
|
-
* Percentage discount (1-100)
|
|
66
|
-
*/
|
|
67
|
-
percent_off?: number | null;
|
|
68
|
-
/**
|
|
69
|
-
* Date after which the coupon can no longer be redeemed
|
|
70
|
-
*/
|
|
71
|
-
redeem_by?: string | null;
|
|
72
|
-
}
|
|
73
|
-
export interface CouponCreateParams {
|
|
74
|
-
/**
|
|
75
|
-
* The promo code customers will enter
|
|
76
|
-
*/
|
|
77
|
-
code: string;
|
|
78
|
-
/**
|
|
79
|
-
* Fixed amount discount in cents
|
|
80
|
-
*/
|
|
81
|
-
amount_off?: number;
|
|
82
|
-
/**
|
|
83
|
-
* Currency for amount_off
|
|
84
|
-
*/
|
|
85
|
-
currency?: string;
|
|
86
|
-
duration?: 'once' | 'repeating' | 'forever';
|
|
87
|
-
/**
|
|
88
|
-
* Number of months for repeating duration
|
|
89
|
-
*/
|
|
90
|
-
duration_in_months?: number;
|
|
91
|
-
/**
|
|
92
|
-
* Maximum number of redemptions
|
|
93
|
-
*/
|
|
94
|
-
max_redemptions?: number;
|
|
95
|
-
/**
|
|
96
|
-
* Display name for the coupon
|
|
97
|
-
*/
|
|
98
|
-
name?: string;
|
|
99
|
-
/**
|
|
100
|
-
* Percentage discount (1-100)
|
|
101
|
-
*/
|
|
102
|
-
percent_off?: number;
|
|
103
|
-
/**
|
|
104
|
-
* Expiration date for the coupon
|
|
105
|
-
*/
|
|
106
|
-
redeem_by?: string;
|
|
107
|
-
}
|
|
108
|
-
export interface CouponUpdateParams {
|
|
109
|
-
/**
|
|
110
|
-
* Whether the coupon is active
|
|
111
|
-
*/
|
|
112
|
-
active?: boolean;
|
|
113
|
-
/**
|
|
114
|
-
* Display name for the coupon
|
|
115
|
-
*/
|
|
116
|
-
name?: string;
|
|
117
|
-
}
|
|
118
|
-
export interface CouponListParams extends CursorIDPageParams {
|
|
119
|
-
active?: boolean;
|
|
120
|
-
}
|
|
121
|
-
export declare namespace Coupons {
|
|
122
|
-
export { type Coupon as Coupon, type CouponsCursorIDPage as CouponsCursorIDPage, type CouponCreateParams as CouponCreateParams, type CouponUpdateParams as CouponUpdateParams, type CouponListParams as CouponListParams, };
|
|
123
|
-
}
|
|
124
|
-
//# sourceMappingURL=coupons.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"coupons.d.mts","sourceRoot":"","sources":["../../../src/resources/beta/subscriptions/coupons.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,124 +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 Coupons extends APIResource {
|
|
6
|
-
/**
|
|
7
|
-
* Create Coupon
|
|
8
|
-
*/
|
|
9
|
-
create(body: CouponCreateParams, options?: RequestOptions): APIPromise<Coupon>;
|
|
10
|
-
/**
|
|
11
|
-
* Update Coupon
|
|
12
|
-
*/
|
|
13
|
-
update(couponID: string, body?: CouponUpdateParams | null | undefined, options?: RequestOptions): APIPromise<Coupon>;
|
|
14
|
-
/**
|
|
15
|
-
* List Coupons
|
|
16
|
-
*/
|
|
17
|
-
list(query?: CouponListParams | null | undefined, options?: RequestOptions): PagePromise<CouponsCursorIDPage, Coupon>;
|
|
18
|
-
/**
|
|
19
|
-
* Delete Coupon
|
|
20
|
-
*/
|
|
21
|
-
delete(couponID: string, options?: RequestOptions): APIPromise<void>;
|
|
22
|
-
/**
|
|
23
|
-
* Get Coupon
|
|
24
|
-
*/
|
|
25
|
-
get(couponID: string, options?: RequestOptions): APIPromise<Coupon>;
|
|
26
|
-
}
|
|
27
|
-
export type CouponsCursorIDPage = CursorIDPage<Coupon>;
|
|
28
|
-
/**
|
|
29
|
-
* A coupon/promo code for discounts
|
|
30
|
-
*/
|
|
31
|
-
export interface Coupon {
|
|
32
|
-
/**
|
|
33
|
-
* An id for a data item
|
|
34
|
-
*/
|
|
35
|
-
id: string;
|
|
36
|
-
active: boolean;
|
|
37
|
-
/**
|
|
38
|
-
* The promo code
|
|
39
|
-
*/
|
|
40
|
-
code: string;
|
|
41
|
-
created: string;
|
|
42
|
-
duration: 'once' | 'repeating' | 'forever';
|
|
43
|
-
/**
|
|
44
|
-
* Number of times this coupon has been redeemed
|
|
45
|
-
*/
|
|
46
|
-
times_redeemed: number;
|
|
47
|
-
/**
|
|
48
|
-
* Fixed amount discount in cents
|
|
49
|
-
*/
|
|
50
|
-
amount_off?: number | null;
|
|
51
|
-
/**
|
|
52
|
-
* Currency for amount_off
|
|
53
|
-
*/
|
|
54
|
-
currency?: string | null;
|
|
55
|
-
/**
|
|
56
|
-
* Number of months for repeating duration
|
|
57
|
-
*/
|
|
58
|
-
duration_in_months?: number | null;
|
|
59
|
-
/**
|
|
60
|
-
* Maximum number of times this coupon can be redeemed
|
|
61
|
-
*/
|
|
62
|
-
max_redemptions?: number | null;
|
|
63
|
-
name?: string | null;
|
|
64
|
-
/**
|
|
65
|
-
* Percentage discount (1-100)
|
|
66
|
-
*/
|
|
67
|
-
percent_off?: number | null;
|
|
68
|
-
/**
|
|
69
|
-
* Date after which the coupon can no longer be redeemed
|
|
70
|
-
*/
|
|
71
|
-
redeem_by?: string | null;
|
|
72
|
-
}
|
|
73
|
-
export interface CouponCreateParams {
|
|
74
|
-
/**
|
|
75
|
-
* The promo code customers will enter
|
|
76
|
-
*/
|
|
77
|
-
code: string;
|
|
78
|
-
/**
|
|
79
|
-
* Fixed amount discount in cents
|
|
80
|
-
*/
|
|
81
|
-
amount_off?: number;
|
|
82
|
-
/**
|
|
83
|
-
* Currency for amount_off
|
|
84
|
-
*/
|
|
85
|
-
currency?: string;
|
|
86
|
-
duration?: 'once' | 'repeating' | 'forever';
|
|
87
|
-
/**
|
|
88
|
-
* Number of months for repeating duration
|
|
89
|
-
*/
|
|
90
|
-
duration_in_months?: number;
|
|
91
|
-
/**
|
|
92
|
-
* Maximum number of redemptions
|
|
93
|
-
*/
|
|
94
|
-
max_redemptions?: number;
|
|
95
|
-
/**
|
|
96
|
-
* Display name for the coupon
|
|
97
|
-
*/
|
|
98
|
-
name?: string;
|
|
99
|
-
/**
|
|
100
|
-
* Percentage discount (1-100)
|
|
101
|
-
*/
|
|
102
|
-
percent_off?: number;
|
|
103
|
-
/**
|
|
104
|
-
* Expiration date for the coupon
|
|
105
|
-
*/
|
|
106
|
-
redeem_by?: string;
|
|
107
|
-
}
|
|
108
|
-
export interface CouponUpdateParams {
|
|
109
|
-
/**
|
|
110
|
-
* Whether the coupon is active
|
|
111
|
-
*/
|
|
112
|
-
active?: boolean;
|
|
113
|
-
/**
|
|
114
|
-
* Display name for the coupon
|
|
115
|
-
*/
|
|
116
|
-
name?: string;
|
|
117
|
-
}
|
|
118
|
-
export interface CouponListParams extends CursorIDPageParams {
|
|
119
|
-
active?: boolean;
|
|
120
|
-
}
|
|
121
|
-
export declare namespace Coupons {
|
|
122
|
-
export { type Coupon as Coupon, type CouponsCursorIDPage as CouponsCursorIDPage, type CouponCreateParams as CouponCreateParams, type CouponUpdateParams as CouponUpdateParams, type CouponListParams as CouponListParams, };
|
|
123
|
-
}
|
|
124
|
-
//# sourceMappingURL=coupons.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"coupons.d.ts","sourceRoot":"","sources":["../../../src/resources/beta/subscriptions/coupons.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,45 +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.Coupons = 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 Coupons extends resource_1.APIResource {
|
|
10
|
-
/**
|
|
11
|
-
* Create Coupon
|
|
12
|
-
*/
|
|
13
|
-
create(body, options) {
|
|
14
|
-
return this._client.post('/v1/subscriptions/coupons', { body, ...options });
|
|
15
|
-
}
|
|
16
|
-
/**
|
|
17
|
-
* Update Coupon
|
|
18
|
-
*/
|
|
19
|
-
update(couponID, body = {}, options) {
|
|
20
|
-
return this._client.patch((0, path_1.path) `/v1/subscriptions/coupons/${couponID}`, { body, ...options });
|
|
21
|
-
}
|
|
22
|
-
/**
|
|
23
|
-
* List Coupons
|
|
24
|
-
*/
|
|
25
|
-
list(query = {}, options) {
|
|
26
|
-
return this._client.getAPIList('/v1/subscriptions/coupons', (pagination_1.CursorIDPage), { query, ...options });
|
|
27
|
-
}
|
|
28
|
-
/**
|
|
29
|
-
* Delete Coupon
|
|
30
|
-
*/
|
|
31
|
-
delete(couponID, options) {
|
|
32
|
-
return this._client.delete((0, path_1.path) `/v1/subscriptions/coupons/${couponID}`, {
|
|
33
|
-
...options,
|
|
34
|
-
headers: (0, headers_1.buildHeaders)([{ Accept: '*/*' }, options?.headers]),
|
|
35
|
-
});
|
|
36
|
-
}
|
|
37
|
-
/**
|
|
38
|
-
* Get Coupon
|
|
39
|
-
*/
|
|
40
|
-
get(couponID, options) {
|
|
41
|
-
return this._client.get((0, path_1.path) `/v1/subscriptions/coupons/${couponID}`, options);
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
exports.Coupons = Coupons;
|
|
45
|
-
//# sourceMappingURL=coupons.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"coupons.js","sourceRoot":"","sources":["../../../src/resources/beta/subscriptions/coupons.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wDAAqD;AAErD,4DAA8F;AAC9F,0DAAyD;AAEzD,0DAAoD;AAEpD,MAAa,OAAQ,SAAQ,sBAAW;IACtC;;OAEG;IACH,MAAM,CAAC,IAAwB,EAAE,OAAwB;QACvD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,2BAA2B,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC9E,CAAC;IAED;;OAEG;IACH,MAAM,CACJ,QAAgB,EAChB,OAA8C,EAAE,EAChD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAA,WAAI,EAAA,6BAA6B,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC/F,CAAC;IAED;;OAEG;IACH,IAAI,CACF,QAA6C,EAAE,EAC/C,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,2BAA2B,EAAE,CAAA,yBAAoB,CAAA,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC3G,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,QAAgB,EAAE,OAAwB;QAC/C,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAA,WAAI,EAAA,6BAA6B,QAAQ,EAAE,EAAE;YACtE,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,GAAG,CAAC,QAAgB,EAAE,OAAwB;QAC5C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,6BAA6B,QAAQ,EAAE,EAAE,OAAO,CAAC,CAAC;IAChF,CAAC;CACF;AA7CD,0BA6CC"}
|
|
@@ -1,41 +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 Coupons extends APIResource {
|
|
7
|
-
/**
|
|
8
|
-
* Create Coupon
|
|
9
|
-
*/
|
|
10
|
-
create(body, options) {
|
|
11
|
-
return this._client.post('/v1/subscriptions/coupons', { body, ...options });
|
|
12
|
-
}
|
|
13
|
-
/**
|
|
14
|
-
* Update Coupon
|
|
15
|
-
*/
|
|
16
|
-
update(couponID, body = {}, options) {
|
|
17
|
-
return this._client.patch(path `/v1/subscriptions/coupons/${couponID}`, { body, ...options });
|
|
18
|
-
}
|
|
19
|
-
/**
|
|
20
|
-
* List Coupons
|
|
21
|
-
*/
|
|
22
|
-
list(query = {}, options) {
|
|
23
|
-
return this._client.getAPIList('/v1/subscriptions/coupons', (CursorIDPage), { query, ...options });
|
|
24
|
-
}
|
|
25
|
-
/**
|
|
26
|
-
* Delete Coupon
|
|
27
|
-
*/
|
|
28
|
-
delete(couponID, options) {
|
|
29
|
-
return this._client.delete(path `/v1/subscriptions/coupons/${couponID}`, {
|
|
30
|
-
...options,
|
|
31
|
-
headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
|
|
32
|
-
});
|
|
33
|
-
}
|
|
34
|
-
/**
|
|
35
|
-
* Get Coupon
|
|
36
|
-
*/
|
|
37
|
-
get(couponID, options) {
|
|
38
|
-
return this._client.get(path `/v1/subscriptions/coupons/${couponID}`, options);
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
//# sourceMappingURL=coupons.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"coupons.mjs","sourceRoot":"","sources":["../../../src/resources/beta/subscriptions/coupons.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,OAAQ,SAAQ,WAAW;IACtC;;OAEG;IACH,MAAM,CAAC,IAAwB,EAAE,OAAwB;QACvD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,2BAA2B,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC9E,CAAC;IAED;;OAEG;IACH,MAAM,CACJ,QAAgB,EAChB,OAA8C,EAAE,EAChD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI,CAAA,6BAA6B,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC/F,CAAC;IAED;;OAEG;IACH,IAAI,CACF,QAA6C,EAAE,EAC/C,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,2BAA2B,EAAE,CAAA,YAAoB,CAAA,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC3G,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,QAAgB,EAAE,OAAwB;QAC/C,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAI,CAAA,6BAA6B,QAAQ,EAAE,EAAE;YACtE,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,GAAG,CAAC,QAAgB,EAAE,OAAwB;QAC5C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,6BAA6B,QAAQ,EAAE,EAAE,OAAO,CAAC,CAAC;IAChF,CAAC;CACF"}
|
|
@@ -1,93 +0,0 @@
|
|
|
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 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.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"customers.d.mts","sourceRoot":"","sources":["../../../src/resources/beta/subscriptions/customers.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,93 +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 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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"customers.d.ts","sourceRoot":"","sources":["../../../src/resources/beta/subscriptions/customers.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,57 +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.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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,53 +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 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
|