@usehercules/sdk 1.7.0 → 1.8.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.
Files changed (201) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/README.md +17 -16
  3. package/package.json +1 -1
  4. package/resources/beta/beta.d.mts +4 -4
  5. package/resources/beta/beta.d.mts.map +1 -1
  6. package/resources/beta/beta.d.ts +4 -4
  7. package/resources/beta/beta.d.ts.map +1 -1
  8. package/resources/beta/beta.js +4 -4
  9. package/resources/beta/beta.js.map +1 -1
  10. package/resources/beta/beta.mjs +4 -4
  11. package/resources/beta/beta.mjs.map +1 -1
  12. package/resources/beta/commerce/commerce.d.mts +201 -0
  13. package/resources/beta/commerce/commerce.d.mts.map +1 -0
  14. package/resources/beta/commerce/commerce.d.ts +201 -0
  15. package/resources/beta/commerce/commerce.d.ts.map +1 -0
  16. package/resources/beta/{pay/pay.js → commerce/commerce.js} +10 -14
  17. package/resources/beta/commerce/commerce.js.map +1 -0
  18. package/resources/beta/{pay/pay.mjs → commerce/commerce.mjs} +8 -12
  19. package/resources/beta/commerce/commerce.mjs.map +1 -0
  20. package/resources/beta/commerce/coupons.d.mts +333 -0
  21. package/resources/beta/commerce/coupons.d.mts.map +1 -0
  22. package/resources/beta/commerce/coupons.d.ts +333 -0
  23. package/resources/beta/commerce/coupons.d.ts.map +1 -0
  24. package/resources/beta/{pay → commerce}/coupons.js +8 -5
  25. package/resources/beta/commerce/coupons.js.map +1 -0
  26. package/resources/beta/{pay → commerce}/coupons.mjs +8 -5
  27. package/resources/beta/commerce/coupons.mjs.map +1 -0
  28. package/resources/beta/commerce/customers.d.mts +407 -0
  29. package/resources/beta/commerce/customers.d.mts.map +1 -0
  30. package/resources/beta/commerce/customers.d.ts +407 -0
  31. package/resources/beta/commerce/customers.d.ts.map +1 -0
  32. package/resources/beta/{pay → commerce}/customers.js +9 -6
  33. package/resources/beta/commerce/customers.js.map +1 -0
  34. package/resources/beta/{pay → commerce}/customers.mjs +9 -6
  35. package/resources/beta/commerce/customers.mjs.map +1 -0
  36. package/resources/beta/commerce/index.d.mts +5 -0
  37. package/resources/beta/commerce/index.d.mts.map +1 -0
  38. package/resources/beta/commerce/index.d.ts +5 -0
  39. package/resources/beta/commerce/index.d.ts.map +1 -0
  40. package/resources/beta/{pay → commerce}/index.js +3 -5
  41. package/resources/beta/commerce/index.js.map +1 -0
  42. package/resources/beta/{pay → commerce}/index.mjs +1 -2
  43. package/resources/beta/commerce/index.mjs.map +1 -0
  44. package/resources/beta/commerce/products/index.d.mts +4 -0
  45. package/resources/beta/commerce/products/index.d.mts.map +1 -0
  46. package/resources/beta/commerce/products/index.d.ts +4 -0
  47. package/resources/beta/commerce/products/index.d.ts.map +1 -0
  48. package/resources/beta/{pay → commerce}/products/index.js +3 -3
  49. package/resources/beta/commerce/products/index.js.map +1 -0
  50. package/resources/beta/{pay → commerce}/products/index.mjs +1 -1
  51. package/resources/beta/commerce/products/index.mjs.map +1 -0
  52. package/resources/beta/commerce/products/products.d.mts +967 -0
  53. package/resources/beta/commerce/products/products.d.mts.map +1 -0
  54. package/resources/beta/commerce/products/products.d.ts +967 -0
  55. package/resources/beta/commerce/products/products.d.ts.map +1 -0
  56. package/resources/beta/{pay → commerce}/products/products.js +16 -12
  57. package/resources/beta/commerce/products/products.js.map +1 -0
  58. package/resources/beta/{pay → commerce}/products/products.mjs +16 -12
  59. package/resources/beta/commerce/products/products.mjs.map +1 -0
  60. package/resources/beta/commerce/products/resources.d.mts +160 -0
  61. package/resources/beta/commerce/products/resources.d.mts.map +1 -0
  62. package/resources/beta/commerce/products/resources.d.ts +160 -0
  63. package/resources/beta/commerce/products/resources.d.ts.map +1 -0
  64. package/resources/beta/commerce/products/resources.js +41 -0
  65. package/resources/beta/commerce/products/resources.js.map +1 -0
  66. package/resources/beta/commerce/products/resources.mjs +37 -0
  67. package/resources/beta/commerce/products/resources.mjs.map +1 -0
  68. package/resources/beta/commerce/products/variants.d.mts +798 -0
  69. package/resources/beta/commerce/products/variants.d.mts.map +1 -0
  70. package/resources/beta/commerce/products/variants.d.ts +798 -0
  71. package/resources/beta/commerce/products/variants.d.ts.map +1 -0
  72. package/resources/beta/{pay → commerce}/products/variants.js +5 -8
  73. package/resources/beta/commerce/products/variants.js.map +1 -0
  74. package/resources/beta/{pay → commerce}/products/variants.mjs +5 -8
  75. package/resources/beta/commerce/products/variants.mjs.map +1 -0
  76. package/resources/beta/commerce/products.d.mts.map +1 -0
  77. package/resources/beta/commerce/products.d.ts.map +1 -0
  78. package/resources/beta/commerce/products.js.map +1 -0
  79. package/resources/beta/commerce/products.mjs.map +1 -0
  80. package/resources/beta/commerce.d.mts +2 -0
  81. package/resources/beta/commerce.d.mts.map +1 -0
  82. package/resources/beta/commerce.d.ts +2 -0
  83. package/resources/beta/commerce.d.ts.map +1 -0
  84. package/resources/beta/{pay.js → commerce.js} +2 -2
  85. package/resources/beta/commerce.js.map +1 -0
  86. package/resources/beta/{pay.mjs → commerce.mjs} +2 -2
  87. package/resources/beta/commerce.mjs.map +1 -0
  88. package/resources/beta/index.d.mts +1 -1
  89. package/resources/beta/index.d.mts.map +1 -1
  90. package/resources/beta/index.d.ts +1 -1
  91. package/resources/beta/index.d.ts.map +1 -1
  92. package/resources/beta/index.js +3 -3
  93. package/resources/beta/index.js.map +1 -1
  94. package/resources/beta/index.mjs +1 -1
  95. package/resources/beta/index.mjs.map +1 -1
  96. package/resources/push-notifications/push-notifications.d.mts +8 -9
  97. package/resources/push-notifications/push-notifications.d.mts.map +1 -1
  98. package/resources/push-notifications/push-notifications.d.ts +8 -9
  99. package/resources/push-notifications/push-notifications.d.ts.map +1 -1
  100. package/resources/push-notifications/push-notifications.js +5 -6
  101. package/resources/push-notifications/push-notifications.js.map +1 -1
  102. package/resources/push-notifications/push-notifications.mjs +5 -6
  103. package/resources/push-notifications/push-notifications.mjs.map +1 -1
  104. package/src/resources/beta/beta.ts +18 -18
  105. package/src/resources/beta/{pay/pay.ts → commerce/commerce.ts} +82 -85
  106. package/src/resources/beta/commerce/coupons.ts +440 -0
  107. package/src/resources/beta/commerce/customers.ts +532 -0
  108. package/src/resources/beta/commerce/index.ts +47 -0
  109. package/src/resources/beta/commerce/products/index.ts +37 -0
  110. package/src/resources/beta/commerce/products/products.ts +1199 -0
  111. package/src/resources/beta/commerce/products/resources.ts +213 -0
  112. package/src/resources/beta/commerce/products/variants.ts +984 -0
  113. package/src/resources/beta/{pay.ts → commerce.ts} +1 -1
  114. package/src/resources/beta/index.ts +8 -8
  115. package/src/resources/push-notifications/push-notifications.ts +8 -9
  116. package/src/version.ts +1 -1
  117. package/version.d.mts +1 -1
  118. package/version.d.ts +1 -1
  119. package/version.js +1 -1
  120. package/version.mjs +1 -1
  121. package/resources/beta/pay/coupons.d.mts +0 -156
  122. package/resources/beta/pay/coupons.d.mts.map +0 -1
  123. package/resources/beta/pay/coupons.d.ts +0 -156
  124. package/resources/beta/pay/coupons.d.ts.map +0 -1
  125. package/resources/beta/pay/coupons.js.map +0 -1
  126. package/resources/beta/pay/coupons.mjs.map +0 -1
  127. package/resources/beta/pay/customers.d.mts +0 -160
  128. package/resources/beta/pay/customers.d.mts.map +0 -1
  129. package/resources/beta/pay/customers.d.ts +0 -160
  130. package/resources/beta/pay/customers.d.ts.map +0 -1
  131. package/resources/beta/pay/customers.js.map +0 -1
  132. package/resources/beta/pay/customers.mjs.map +0 -1
  133. package/resources/beta/pay/entitlements.d.mts +0 -76
  134. package/resources/beta/pay/entitlements.d.mts.map +0 -1
  135. package/resources/beta/pay/entitlements.d.ts +0 -76
  136. package/resources/beta/pay/entitlements.d.ts.map +0 -1
  137. package/resources/beta/pay/entitlements.js +0 -41
  138. package/resources/beta/pay/entitlements.js.map +0 -1
  139. package/resources/beta/pay/entitlements.mjs +0 -37
  140. package/resources/beta/pay/entitlements.mjs.map +0 -1
  141. package/resources/beta/pay/index.d.mts +0 -6
  142. package/resources/beta/pay/index.d.mts.map +0 -1
  143. package/resources/beta/pay/index.d.ts +0 -6
  144. package/resources/beta/pay/index.d.ts.map +0 -1
  145. package/resources/beta/pay/index.js.map +0 -1
  146. package/resources/beta/pay/index.mjs.map +0 -1
  147. package/resources/beta/pay/pay.d.mts +0 -206
  148. package/resources/beta/pay/pay.d.mts.map +0 -1
  149. package/resources/beta/pay/pay.d.ts +0 -206
  150. package/resources/beta/pay/pay.d.ts.map +0 -1
  151. package/resources/beta/pay/pay.js.map +0 -1
  152. package/resources/beta/pay/pay.mjs.map +0 -1
  153. package/resources/beta/pay/products/entitlements.d.mts +0 -53
  154. package/resources/beta/pay/products/entitlements.d.mts.map +0 -1
  155. package/resources/beta/pay/products/entitlements.d.ts +0 -53
  156. package/resources/beta/pay/products/entitlements.d.ts.map +0 -1
  157. package/resources/beta/pay/products/entitlements.js +0 -38
  158. package/resources/beta/pay/products/entitlements.js.map +0 -1
  159. package/resources/beta/pay/products/entitlements.mjs +0 -34
  160. package/resources/beta/pay/products/entitlements.mjs.map +0 -1
  161. package/resources/beta/pay/products/index.d.mts +0 -4
  162. package/resources/beta/pay/products/index.d.mts.map +0 -1
  163. package/resources/beta/pay/products/index.d.ts +0 -4
  164. package/resources/beta/pay/products/index.d.ts.map +0 -1
  165. package/resources/beta/pay/products/index.js.map +0 -1
  166. package/resources/beta/pay/products/index.mjs.map +0 -1
  167. package/resources/beta/pay/products/products.d.mts +0 -183
  168. package/resources/beta/pay/products/products.d.mts.map +0 -1
  169. package/resources/beta/pay/products/products.d.ts +0 -183
  170. package/resources/beta/pay/products/products.d.ts.map +0 -1
  171. package/resources/beta/pay/products/products.js.map +0 -1
  172. package/resources/beta/pay/products/products.mjs.map +0 -1
  173. package/resources/beta/pay/products/variants.d.mts +0 -206
  174. package/resources/beta/pay/products/variants.d.mts.map +0 -1
  175. package/resources/beta/pay/products/variants.d.ts +0 -206
  176. package/resources/beta/pay/products/variants.d.ts.map +0 -1
  177. package/resources/beta/pay/products/variants.js.map +0 -1
  178. package/resources/beta/pay/products/variants.mjs.map +0 -1
  179. package/resources/beta/pay/products.d.mts.map +0 -1
  180. package/resources/beta/pay/products.d.ts.map +0 -1
  181. package/resources/beta/pay/products.js.map +0 -1
  182. package/resources/beta/pay/products.mjs.map +0 -1
  183. package/resources/beta/pay.d.mts +0 -2
  184. package/resources/beta/pay.d.mts.map +0 -1
  185. package/resources/beta/pay.d.ts +0 -2
  186. package/resources/beta/pay.d.ts.map +0 -1
  187. package/resources/beta/pay.js.map +0 -1
  188. package/resources/beta/pay.mjs.map +0 -1
  189. package/src/resources/beta/pay/coupons.ts +0 -218
  190. package/src/resources/beta/pay/customers.ts +0 -229
  191. package/src/resources/beta/pay/entitlements.ts +0 -113
  192. package/src/resources/beta/pay/index.ts +0 -46
  193. package/src/resources/beta/pay/products/entitlements.ts +0 -93
  194. package/src/resources/beta/pay/products/index.ts +0 -28
  195. package/src/resources/beta/pay/products/products.ts +0 -280
  196. package/src/resources/beta/pay/products/variants.ts +0 -279
  197. /package/resources/beta/{pay → commerce}/products.d.mts +0 -0
  198. /package/resources/beta/{pay → commerce}/products.d.ts +0 -0
  199. /package/resources/beta/{pay → commerce}/products.js +0 -0
  200. /package/resources/beta/{pay → commerce}/products.mjs +0 -0
  201. /package/src/resources/beta/{pay → commerce}/products.ts +0 -0
@@ -1,3 +1,3 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
- export * from './pay/index';
3
+ export * from './commerce/index';
@@ -2,11 +2,11 @@
2
2
 
3
3
  export { Beta } from './beta';
4
4
  export {
5
- Pay,
6
- type PayCancelResponse,
7
- type PayCheckResponse,
8
- type PayCheckoutResponse,
9
- type PayCancelParams,
10
- type PayCheckParams,
11
- type PayCheckoutParams,
12
- } from './pay/index';
5
+ Commerce,
6
+ type CommerceCancelResponse,
7
+ type CommerceCheckResponse,
8
+ type CommerceCheckoutResponse,
9
+ type CommerceCancelParams,
10
+ type CommerceCheckParams,
11
+ type CommerceCheckoutParams,
12
+ } from './commerce/index';
@@ -28,9 +28,8 @@ export class PushNotifications extends APIResource {
28
28
  }
29
29
 
30
30
  /**
31
- * Links an anonymous subscription to an authenticated user. Call after sign-in to
32
- * merge the user's anonymous subscription with their account. Hercules recommends
33
- * calling this immediately after authentication.
31
+ * Updates a subscription's visitorId to the provided userId. Call after sign-in to
32
+ * link the subscription to the authenticated user's account.
34
33
  */
35
34
  identify(
36
35
  body: PushNotificationIdentifyParams,
@@ -49,9 +48,9 @@ export class PushNotifications extends APIResource {
49
48
  }
50
49
 
51
50
  /**
52
- * Registers a push subscription. Server generates visitorId (uses userId if
53
- * provided, else anonymous). Upserts by endpoint to handle re-subscriptions.
54
- * Returns a secret for subscription ownership.
51
+ * Registers a push subscription with the provided visitorId. Use authenticated
52
+ * userId or generate a UUID for anonymous users. Upserts by endpoint to handle
53
+ * re-subscriptions. Returns a secret for subscription ownership.
55
54
  */
56
55
  subscribe(
57
56
  body: PushNotificationSubscribeParams,
@@ -194,10 +193,10 @@ export interface PushNotificationSubscribeParams {
194
193
  subscription: PushNotificationSubscribeParams.Subscription;
195
194
 
196
195
  /**
197
- * Authenticated user ID. Omit for anonymous subscriptions (server generates a
198
- * visitor ID).
196
+ * Visitor identifier. Use authenticated userId or generate a UUID for anonymous
197
+ * users.
199
198
  */
200
- userId?: string;
199
+ visitorId: string;
201
200
  }
202
201
 
203
202
  export namespace PushNotificationSubscribeParams {
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '1.7.0'; // x-release-please-version
1
+ export const VERSION = '1.8.0'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "1.7.0";
1
+ export declare const VERSION = "1.8.0";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "1.7.0";
1
+ export declare const VERSION = "1.8.0";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '1.7.0'; // x-release-please-version
4
+ exports.VERSION = '1.8.0'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '1.7.0'; // x-release-please-version
1
+ export const VERSION = '1.8.0'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map
@@ -1,156 +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
- * Creates a discount coupon with a promo code. Coupons can offer percentage or
8
- * fixed-amount discounts and can be limited by redemption count or expiration
9
- * date. Customers can apply coupons during checkout.
10
- */
11
- create(body: CouponCreateParams, options?: RequestOptions): APIPromise<Coupon>;
12
- /**
13
- * Updates an existing coupon. Use this to modify the display name or deactivate
14
- * the coupon. Discount amounts and codes cannot be changed after creation.
15
- */
16
- update(couponID: string, body?: CouponUpdateParams | null | undefined, options?: RequestOptions): APIPromise<Coupon>;
17
- /**
18
- * Retrieves a paginated list of all coupons. Coupons provide discounts that
19
- * customers can apply during checkout using a promo code.
20
- */
21
- list(query?: CouponListParams | null | undefined, options?: RequestOptions): PagePromise<CouponsCursorIDPage, Coupon>;
22
- /**
23
- * Permanently deletes a coupon. The promo code can no longer be used. Existing
24
- * discounts applied to active subscriptions are not affected.
25
- */
26
- delete(couponID: string, options?: RequestOptions): APIPromise<void>;
27
- /**
28
- * Retrieves a coupon by ID. Returns the coupon object including discount details
29
- * and redemption statistics.
30
- */
31
- get(couponID: string, options?: RequestOptions): APIPromise<Coupon>;
32
- }
33
- export type CouponsCursorIDPage = CursorIDPage<Coupon>;
34
- /**
35
- * A discount coupon that customers can apply during checkout using a promo code
36
- */
37
- export interface Coupon {
38
- /**
39
- * Unique identifier for the topic subscription
40
- */
41
- id: string;
42
- /**
43
- * Whether the coupon is currently active and can be redeemed
44
- */
45
- active: boolean;
46
- /**
47
- * The promo code customers enter to apply the discount
48
- */
49
- code: string;
50
- /**
51
- * Timestamp when the coupon was created
52
- */
53
- created: string;
54
- /**
55
- * How long the discount applies: once (first payment only), repeating (for
56
- * duration_in_months), or forever
57
- */
58
- duration: 'once' | 'repeating' | 'forever';
59
- /**
60
- * Number of times this coupon has been successfully redeemed
61
- */
62
- times_redeemed: number;
63
- /**
64
- * Fixed discount amount in the smallest currency unit (e.g., cents). Mutually
65
- * exclusive with percent_off.
66
- */
67
- amount_off?: number | null;
68
- /**
69
- * Three-letter ISO currency code for amount_off discounts
70
- */
71
- currency?: string | null;
72
- /**
73
- * Number of months the discount applies when duration is 'repeating'
74
- */
75
- duration_in_months?: number | null;
76
- /**
77
- * Maximum number of times this coupon can be redeemed across all customers
78
- */
79
- max_redemptions?: number | null;
80
- /**
81
- * Display name for the coupon (shown to customers)
82
- */
83
- name?: string | null;
84
- /**
85
- * Percentage discount (1-100). Mutually exclusive with amount_off.
86
- */
87
- percent_off?: number | null;
88
- /**
89
- * Expiration date after which the coupon can no longer be redeemed
90
- */
91
- redeem_by?: string | null;
92
- }
93
- export interface CouponCreateParams {
94
- /**
95
- * The promo code customers will enter to apply the discount
96
- */
97
- code: string;
98
- /**
99
- * Optional custom ID for the coupon. If not provided, one will be generated.
100
- */
101
- id?: string;
102
- /**
103
- * Fixed discount in the smallest currency unit (e.g., cents). Mutually exclusive
104
- * with percent_off.
105
- */
106
- amount_off?: number;
107
- /**
108
- * Three-letter ISO currency code for amount_off discounts
109
- */
110
- currency?: string;
111
- /**
112
- * How long the discount applies: once (first payment only), repeating (for
113
- * duration_in_months), or forever
114
- */
115
- duration?: 'once' | 'repeating' | 'forever';
116
- /**
117
- * Number of months the discount applies when duration is 'repeating'
118
- */
119
- duration_in_months?: number;
120
- /**
121
- * Maximum number of times this coupon can be redeemed
122
- */
123
- max_redemptions?: number;
124
- /**
125
- * Display name for the coupon (shown to customers)
126
- */
127
- name?: string;
128
- /**
129
- * Percentage discount (1-100). Mutually exclusive with amount_off.
130
- */
131
- percent_off?: number;
132
- /**
133
- * Expiration date after which the coupon can no longer be redeemed
134
- */
135
- redeem_by?: string;
136
- }
137
- export interface CouponUpdateParams {
138
- /**
139
- * Whether the coupon is active and can be redeemed
140
- */
141
- active?: boolean;
142
- /**
143
- * Display name for the coupon
144
- */
145
- name?: string;
146
- }
147
- export interface CouponListParams extends CursorIDPageParams {
148
- /**
149
- * Filter by active status
150
- */
151
- active?: boolean;
152
- }
153
- export declare namespace Coupons {
154
- export { type Coupon as Coupon, type CouponsCursorIDPage as CouponsCursorIDPage, type CouponCreateParams as CouponCreateParams, type CouponUpdateParams as CouponUpdateParams, type CouponListParams as CouponListParams, };
155
- }
156
- //# sourceMappingURL=coupons.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"coupons.d.mts","sourceRoot":"","sources":["../../../src/resources/beta/pay/coupons.ts"],"names":[],"mappings":"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"}
@@ -1,156 +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
- * Creates a discount coupon with a promo code. Coupons can offer percentage or
8
- * fixed-amount discounts and can be limited by redemption count or expiration
9
- * date. Customers can apply coupons during checkout.
10
- */
11
- create(body: CouponCreateParams, options?: RequestOptions): APIPromise<Coupon>;
12
- /**
13
- * Updates an existing coupon. Use this to modify the display name or deactivate
14
- * the coupon. Discount amounts and codes cannot be changed after creation.
15
- */
16
- update(couponID: string, body?: CouponUpdateParams | null | undefined, options?: RequestOptions): APIPromise<Coupon>;
17
- /**
18
- * Retrieves a paginated list of all coupons. Coupons provide discounts that
19
- * customers can apply during checkout using a promo code.
20
- */
21
- list(query?: CouponListParams | null | undefined, options?: RequestOptions): PagePromise<CouponsCursorIDPage, Coupon>;
22
- /**
23
- * Permanently deletes a coupon. The promo code can no longer be used. Existing
24
- * discounts applied to active subscriptions are not affected.
25
- */
26
- delete(couponID: string, options?: RequestOptions): APIPromise<void>;
27
- /**
28
- * Retrieves a coupon by ID. Returns the coupon object including discount details
29
- * and redemption statistics.
30
- */
31
- get(couponID: string, options?: RequestOptions): APIPromise<Coupon>;
32
- }
33
- export type CouponsCursorIDPage = CursorIDPage<Coupon>;
34
- /**
35
- * A discount coupon that customers can apply during checkout using a promo code
36
- */
37
- export interface Coupon {
38
- /**
39
- * Unique identifier for the topic subscription
40
- */
41
- id: string;
42
- /**
43
- * Whether the coupon is currently active and can be redeemed
44
- */
45
- active: boolean;
46
- /**
47
- * The promo code customers enter to apply the discount
48
- */
49
- code: string;
50
- /**
51
- * Timestamp when the coupon was created
52
- */
53
- created: string;
54
- /**
55
- * How long the discount applies: once (first payment only), repeating (for
56
- * duration_in_months), or forever
57
- */
58
- duration: 'once' | 'repeating' | 'forever';
59
- /**
60
- * Number of times this coupon has been successfully redeemed
61
- */
62
- times_redeemed: number;
63
- /**
64
- * Fixed discount amount in the smallest currency unit (e.g., cents). Mutually
65
- * exclusive with percent_off.
66
- */
67
- amount_off?: number | null;
68
- /**
69
- * Three-letter ISO currency code for amount_off discounts
70
- */
71
- currency?: string | null;
72
- /**
73
- * Number of months the discount applies when duration is 'repeating'
74
- */
75
- duration_in_months?: number | null;
76
- /**
77
- * Maximum number of times this coupon can be redeemed across all customers
78
- */
79
- max_redemptions?: number | null;
80
- /**
81
- * Display name for the coupon (shown to customers)
82
- */
83
- name?: string | null;
84
- /**
85
- * Percentage discount (1-100). Mutually exclusive with amount_off.
86
- */
87
- percent_off?: number | null;
88
- /**
89
- * Expiration date after which the coupon can no longer be redeemed
90
- */
91
- redeem_by?: string | null;
92
- }
93
- export interface CouponCreateParams {
94
- /**
95
- * The promo code customers will enter to apply the discount
96
- */
97
- code: string;
98
- /**
99
- * Optional custom ID for the coupon. If not provided, one will be generated.
100
- */
101
- id?: string;
102
- /**
103
- * Fixed discount in the smallest currency unit (e.g., cents). Mutually exclusive
104
- * with percent_off.
105
- */
106
- amount_off?: number;
107
- /**
108
- * Three-letter ISO currency code for amount_off discounts
109
- */
110
- currency?: string;
111
- /**
112
- * How long the discount applies: once (first payment only), repeating (for
113
- * duration_in_months), or forever
114
- */
115
- duration?: 'once' | 'repeating' | 'forever';
116
- /**
117
- * Number of months the discount applies when duration is 'repeating'
118
- */
119
- duration_in_months?: number;
120
- /**
121
- * Maximum number of times this coupon can be redeemed
122
- */
123
- max_redemptions?: number;
124
- /**
125
- * Display name for the coupon (shown to customers)
126
- */
127
- name?: string;
128
- /**
129
- * Percentage discount (1-100). Mutually exclusive with amount_off.
130
- */
131
- percent_off?: number;
132
- /**
133
- * Expiration date after which the coupon can no longer be redeemed
134
- */
135
- redeem_by?: string;
136
- }
137
- export interface CouponUpdateParams {
138
- /**
139
- * Whether the coupon is active and can be redeemed
140
- */
141
- active?: boolean;
142
- /**
143
- * Display name for the coupon
144
- */
145
- name?: string;
146
- }
147
- export interface CouponListParams extends CursorIDPageParams {
148
- /**
149
- * Filter by active status
150
- */
151
- active?: boolean;
152
- }
153
- export declare namespace Coupons {
154
- export { type Coupon as Coupon, type CouponsCursorIDPage as CouponsCursorIDPage, type CouponCreateParams as CouponCreateParams, type CouponUpdateParams as CouponUpdateParams, type CouponListParams as CouponListParams, };
155
- }
156
- //# sourceMappingURL=coupons.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"coupons.d.ts","sourceRoot":"","sources":["../../../src/resources/beta/pay/coupons.ts"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"coupons.js","sourceRoot":"","sources":["../../../src/resources/beta/pay/coupons.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wDAAqD;AAErD,4DAA8F;AAC9F,0DAAyD;AAEzD,0DAAoD;AAEpD,MAAa,OAAQ,SAAQ,sBAAW;IACtC;;;;OAIG;IACH,MAAM,CAAC,IAAwB,EAAE,OAAwB;QACvD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,iBAAiB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACpE,CAAC;IAED;;;OAGG;IACH,MAAM,CACJ,QAAgB,EAChB,OAA8C,EAAE,EAChD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAA,WAAI,EAAA,mBAAmB,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACrF,CAAC;IAED;;;OAGG;IACH,IAAI,CACF,QAA6C,EAAE,EAC/C,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,iBAAiB,EAAE,CAAA,yBAAoB,CAAA,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACjG,CAAC;IAED;;;OAGG;IACH,MAAM,CAAC,QAAgB,EAAE,OAAwB;QAC/C,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAA,WAAI,EAAA,mBAAmB,QAAQ,EAAE,EAAE;YAC5D,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;;;OAGG;IACH,GAAG,CAAC,QAAgB,EAAE,OAAwB;QAC5C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,mBAAmB,QAAQ,EAAE,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;CACF;AAnDD,0BAmDC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"coupons.mjs","sourceRoot":"","sources":["../../../src/resources/beta/pay/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;;;;OAIG;IACH,MAAM,CAAC,IAAwB,EAAE,OAAwB;QACvD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,iBAAiB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACpE,CAAC;IAED;;;OAGG;IACH,MAAM,CACJ,QAAgB,EAChB,OAA8C,EAAE,EAChD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI,CAAA,mBAAmB,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACrF,CAAC;IAED;;;OAGG;IACH,IAAI,CACF,QAA6C,EAAE,EAC/C,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,iBAAiB,EAAE,CAAA,YAAoB,CAAA,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACjG,CAAC;IAED;;;OAGG;IACH,MAAM,CAAC,QAAgB,EAAE,OAAwB;QAC/C,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAI,CAAA,mBAAmB,QAAQ,EAAE,EAAE;YAC5D,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;;;OAGG;IACH,GAAG,CAAC,QAAgB,EAAE,OAAwB;QAC5C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,mBAAmB,QAAQ,EAAE,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;CACF"}
@@ -1,160 +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
- * Creates a new billable customer. A customer represents the entity in your app
8
- * that will be charged—typically a user, organization, or project. Hercules
9
- * recommends creating a customer immediately after creating the corresponding
10
- * entity in your app.
11
- */
12
- create(body?: CustomerCreateParams | null | undefined, options?: RequestOptions): APIPromise<Customer>;
13
- /**
14
- * Updates an existing customer. Use this to modify contact information or billing
15
- * address. Only provided fields are updated; omitted fields remain unchanged.
16
- */
17
- update(customerID: string, body?: CustomerUpdateParams | null | undefined, options?: RequestOptions): APIPromise<Customer>;
18
- /**
19
- * Retrieves a paginated list of all customers. Customers are the billable entities
20
- * in your app—typically users, organizations, or projects.
21
- */
22
- list(query?: CustomerListParams | null | undefined, options?: RequestOptions): PagePromise<CustomersCursorIDPage, Customer>;
23
- /**
24
- * Permanently deletes a customer. This also cancels any active subscriptions. This
25
- * action cannot be undone.
26
- */
27
- delete(customerID: string, options?: RequestOptions): APIPromise<void>;
28
- /**
29
- * Generates a URL to a hosted billing portal where the customer can view invoices,
30
- * update payment methods, and manage billing details. Redirect the customer to the
31
- * returned URL.
32
- */
33
- billingPortal(customerID: string, body?: CustomerBillingPortalParams | null | undefined, options?: RequestOptions): APIPromise<CustomerBillingPortalResponse>;
34
- /**
35
- * Retrieves a customer by ID. Returns the customer object including contact
36
- * information and billing address.
37
- */
38
- get(customerID: string, options?: RequestOptions): APIPromise<Customer>;
39
- }
40
- export type CustomersCursorIDPage = CursorIDPage<Customer>;
41
- /**
42
- * A billable customer. Represents the entity in your app that will be
43
- * charged—typically a user, organization, or project.
44
- */
45
- export interface Customer {
46
- /**
47
- * Unique identifier for the topic subscription
48
- */
49
- id: string;
50
- /**
51
- * Timestamp when the customer was created
52
- */
53
- created: string;
54
- /**
55
- * The customer's billing address
56
- */
57
- address?: CustomerAddress | null;
58
- /**
59
- * The customer's email address for receipts and notifications
60
- */
61
- email?: string | null;
62
- /**
63
- * The customer's full name
64
- */
65
- name?: string | null;
66
- /**
67
- * The customer's phone number
68
- */
69
- phone?: string | null;
70
- }
71
- /**
72
- * The customer's billing address
73
- */
74
- export interface CustomerAddress {
75
- /**
76
- * City name
77
- */
78
- city?: string | null;
79
- /**
80
- * Two-letter ISO country code
81
- */
82
- country?: string | null;
83
- /**
84
- * Street address line 1
85
- */
86
- line1?: string | null;
87
- /**
88
- * Street address line 2 (apartment, suite, etc.)
89
- */
90
- line2?: string | null;
91
- /**
92
- * Postal or ZIP code
93
- */
94
- postal_code?: string | null;
95
- /**
96
- * State, province, or region
97
- */
98
- state?: string | null;
99
- }
100
- /**
101
- * Response containing the billing portal URL
102
- */
103
- export interface CustomerBillingPortalResponse {
104
- /**
105
- * URL to redirect the customer to for the billing portal
106
- */
107
- url: string;
108
- }
109
- export interface CustomerCreateParams {
110
- /**
111
- * Optional custom ID for the customer. If not provided, one will be generated.
112
- */
113
- id?: string;
114
- /**
115
- * The customer's billing address
116
- */
117
- address?: CustomerAddress;
118
- /**
119
- * The customer's email address for receipts and notifications
120
- */
121
- email?: string;
122
- /**
123
- * The customer's full name
124
- */
125
- name?: string;
126
- /**
127
- * The customer's phone number
128
- */
129
- phone?: string;
130
- }
131
- export interface CustomerUpdateParams {
132
- /**
133
- * The customer's billing address
134
- */
135
- address?: CustomerAddress;
136
- /**
137
- * The customer's email address for receipts and notifications
138
- */
139
- email?: string;
140
- /**
141
- * The customer's full name
142
- */
143
- name?: string;
144
- /**
145
- * The customer's phone number
146
- */
147
- phone?: string;
148
- }
149
- export interface CustomerListParams extends CursorIDPageParams {
150
- }
151
- export interface CustomerBillingPortalParams {
152
- /**
153
- * URL to redirect the customer to after they exit the billing portal
154
- */
155
- return_url?: string;
156
- }
157
- export declare namespace Customers {
158
- 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, };
159
- }
160
- //# sourceMappingURL=customers.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"customers.d.mts","sourceRoot":"","sources":["../../../src/resources/beta/pay/customers.ts"],"names":[],"mappings":"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"}