dodopayments 2.32.1 → 2.33.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 (278) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/bin/migration-config.json +17 -17
  3. package/client.d.mts +15 -15
  4. package/client.d.mts.map +1 -1
  5. package/client.d.ts +15 -15
  6. package/client.d.ts.map +1 -1
  7. package/package.json +1 -1
  8. package/resources/addons.d.mts +4 -4
  9. package/resources/addons.d.mts.map +1 -1
  10. package/resources/addons.d.ts +4 -4
  11. package/resources/addons.d.ts.map +1 -1
  12. package/resources/addons.js +6 -6
  13. package/resources/addons.js.map +1 -1
  14. package/resources/addons.mjs +6 -6
  15. package/resources/addons.mjs.map +1 -1
  16. package/resources/balances.d.mts +2 -2
  17. package/resources/balances.d.mts.map +1 -1
  18. package/resources/balances.d.ts +2 -2
  19. package/resources/balances.d.ts.map +1 -1
  20. package/resources/brands.d.mts +1 -1
  21. package/resources/brands.d.mts.map +1 -1
  22. package/resources/brands.d.ts +1 -1
  23. package/resources/brands.d.ts.map +1 -1
  24. package/resources/brands.js +3 -3
  25. package/resources/brands.js.map +1 -1
  26. package/resources/brands.mjs +3 -3
  27. package/resources/brands.mjs.map +1 -1
  28. package/resources/credit-entitlements/balances.d.mts +69 -69
  29. package/resources/credit-entitlements/balances.d.mts.map +1 -1
  30. package/resources/credit-entitlements/balances.d.ts +69 -69
  31. package/resources/credit-entitlements/balances.d.ts.map +1 -1
  32. package/resources/credit-entitlements/balances.js +41 -41
  33. package/resources/credit-entitlements/balances.js.map +1 -1
  34. package/resources/credit-entitlements/balances.mjs +41 -41
  35. package/resources/credit-entitlements/balances.mjs.map +1 -1
  36. package/resources/credit-entitlements/credit-entitlements.d.mts +38 -38
  37. package/resources/credit-entitlements/credit-entitlements.d.mts.map +1 -1
  38. package/resources/credit-entitlements/credit-entitlements.d.ts +38 -38
  39. package/resources/credit-entitlements/credit-entitlements.d.ts.map +1 -1
  40. package/resources/credit-entitlements/credit-entitlements.js +40 -40
  41. package/resources/credit-entitlements/credit-entitlements.js.map +1 -1
  42. package/resources/credit-entitlements/credit-entitlements.mjs +40 -40
  43. package/resources/credit-entitlements/credit-entitlements.mjs.map +1 -1
  44. package/resources/credit-entitlements/index.d.mts +2 -2
  45. package/resources/credit-entitlements/index.d.mts.map +1 -1
  46. package/resources/credit-entitlements/index.d.ts +2 -2
  47. package/resources/credit-entitlements/index.d.ts.map +1 -1
  48. package/resources/customers/customers.d.mts +23 -23
  49. package/resources/customers/customers.d.mts.map +1 -1
  50. package/resources/customers/customers.d.ts +23 -23
  51. package/resources/customers/customers.d.ts.map +1 -1
  52. package/resources/customers/customers.js +16 -16
  53. package/resources/customers/customers.js.map +1 -1
  54. package/resources/customers/customers.mjs +16 -16
  55. package/resources/customers/customers.mjs.map +1 -1
  56. package/resources/customers/index.d.mts +1 -1
  57. package/resources/customers/index.d.mts.map +1 -1
  58. package/resources/customers/index.d.ts +1 -1
  59. package/resources/customers/index.d.ts.map +1 -1
  60. package/resources/customers/wallets/index.d.mts +1 -1
  61. package/resources/customers/wallets/index.d.mts.map +1 -1
  62. package/resources/customers/wallets/index.d.ts +1 -1
  63. package/resources/customers/wallets/index.d.ts.map +1 -1
  64. package/resources/customers/wallets/ledger-entries.d.mts +8 -8
  65. package/resources/customers/wallets/ledger-entries.d.mts.map +1 -1
  66. package/resources/customers/wallets/ledger-entries.d.ts +8 -8
  67. package/resources/customers/wallets/ledger-entries.d.ts.map +1 -1
  68. package/resources/customers/wallets/ledger-entries.js +3 -3
  69. package/resources/customers/wallets/ledger-entries.js.map +1 -1
  70. package/resources/customers/wallets/ledger-entries.mjs +3 -3
  71. package/resources/customers/wallets/ledger-entries.mjs.map +1 -1
  72. package/resources/customers/wallets/wallets.d.mts +1 -1
  73. package/resources/customers/wallets/wallets.d.mts.map +1 -1
  74. package/resources/customers/wallets/wallets.d.ts +1 -1
  75. package/resources/customers/wallets/wallets.d.ts.map +1 -1
  76. package/resources/discounts.d.mts +36 -47
  77. package/resources/discounts.d.mts.map +1 -1
  78. package/resources/discounts.d.ts +36 -47
  79. package/resources/discounts.d.ts.map +1 -1
  80. package/resources/discounts.js +15 -15
  81. package/resources/discounts.js.map +1 -1
  82. package/resources/discounts.mjs +15 -15
  83. package/resources/discounts.mjs.map +1 -1
  84. package/resources/disputes.d.mts +1 -1
  85. package/resources/disputes.d.mts.map +1 -1
  86. package/resources/disputes.d.ts +1 -1
  87. package/resources/disputes.d.ts.map +1 -1
  88. package/resources/disputes.js +3 -3
  89. package/resources/disputes.js.map +1 -1
  90. package/resources/disputes.mjs +3 -3
  91. package/resources/disputes.mjs.map +1 -1
  92. package/resources/entitlements/entitlements.d.mts +15 -15
  93. package/resources/entitlements/entitlements.d.mts.map +1 -1
  94. package/resources/entitlements/entitlements.d.ts +15 -15
  95. package/resources/entitlements/entitlements.d.ts.map +1 -1
  96. package/resources/entitlements/entitlements.js +15 -15
  97. package/resources/entitlements/entitlements.js.map +1 -1
  98. package/resources/entitlements/entitlements.mjs +15 -15
  99. package/resources/entitlements/entitlements.mjs.map +1 -1
  100. package/resources/entitlements/files.d.mts +4 -4
  101. package/resources/entitlements/files.d.mts.map +1 -1
  102. package/resources/entitlements/files.d.ts +4 -4
  103. package/resources/entitlements/files.d.ts.map +1 -1
  104. package/resources/entitlements/files.js +6 -6
  105. package/resources/entitlements/files.js.map +1 -1
  106. package/resources/entitlements/files.mjs +6 -6
  107. package/resources/entitlements/files.mjs.map +1 -1
  108. package/resources/entitlements/index.d.mts +1 -1
  109. package/resources/entitlements/index.d.mts.map +1 -1
  110. package/resources/entitlements/index.d.ts +1 -1
  111. package/resources/entitlements/index.d.ts.map +1 -1
  112. package/resources/index.d.mts +15 -15
  113. package/resources/index.d.mts.map +1 -1
  114. package/resources/index.d.ts +15 -15
  115. package/resources/index.d.ts.map +1 -1
  116. package/resources/invoices/payments.d.mts +1 -1
  117. package/resources/invoices/payments.d.ts +1 -1
  118. package/resources/invoices/payments.js +4 -4
  119. package/resources/invoices/payments.mjs +4 -4
  120. package/resources/license-key-instances.d.mts +14 -14
  121. package/resources/license-key-instances.d.mts.map +1 -1
  122. package/resources/license-key-instances.d.ts +14 -14
  123. package/resources/license-key-instances.d.ts.map +1 -1
  124. package/resources/license-key-instances.js +12 -12
  125. package/resources/license-key-instances.js.map +1 -1
  126. package/resources/license-key-instances.mjs +12 -12
  127. package/resources/license-key-instances.mjs.map +1 -1
  128. package/resources/license-keys.d.mts +38 -38
  129. package/resources/license-keys.d.mts.map +1 -1
  130. package/resources/license-keys.d.ts +38 -38
  131. package/resources/license-keys.d.ts.map +1 -1
  132. package/resources/license-keys.js +16 -16
  133. package/resources/license-keys.js.map +1 -1
  134. package/resources/license-keys.mjs +16 -16
  135. package/resources/license-keys.mjs.map +1 -1
  136. package/resources/meters.d.mts +8 -8
  137. package/resources/meters.d.mts.map +1 -1
  138. package/resources/meters.d.ts +8 -8
  139. package/resources/meters.d.ts.map +1 -1
  140. package/resources/meters.js +3 -3
  141. package/resources/meters.js.map +1 -1
  142. package/resources/meters.mjs +3 -3
  143. package/resources/meters.mjs.map +1 -1
  144. package/resources/payments.d.mts +38 -32
  145. package/resources/payments.d.mts.map +1 -1
  146. package/resources/payments.d.ts +38 -32
  147. package/resources/payments.d.ts.map +1 -1
  148. package/resources/payments.js +6 -6
  149. package/resources/payments.js.map +1 -1
  150. package/resources/payments.mjs +6 -6
  151. package/resources/payments.mjs.map +1 -1
  152. package/resources/product-collections/groups/groups.d.mts +9 -9
  153. package/resources/product-collections/groups/groups.d.mts.map +1 -1
  154. package/resources/product-collections/groups/groups.d.ts +9 -9
  155. package/resources/product-collections/groups/groups.d.ts.map +1 -1
  156. package/resources/product-collections/groups/groups.js +7 -7
  157. package/resources/product-collections/groups/groups.js.map +1 -1
  158. package/resources/product-collections/groups/groups.mjs +7 -7
  159. package/resources/product-collections/groups/groups.mjs.map +1 -1
  160. package/resources/product-collections/groups/index.d.mts +2 -2
  161. package/resources/product-collections/groups/index.d.ts +2 -2
  162. package/resources/product-collections/groups/items.d.mts +12 -12
  163. package/resources/product-collections/groups/items.d.mts.map +1 -1
  164. package/resources/product-collections/groups/items.d.ts +12 -12
  165. package/resources/product-collections/groups/items.d.ts.map +1 -1
  166. package/resources/product-collections/groups/items.js +7 -7
  167. package/resources/product-collections/groups/items.js.map +1 -1
  168. package/resources/product-collections/groups/items.mjs +7 -7
  169. package/resources/product-collections/groups/items.mjs.map +1 -1
  170. package/resources/product-collections/index.d.mts +2 -2
  171. package/resources/product-collections/index.d.mts.map +1 -1
  172. package/resources/product-collections/index.d.ts +2 -2
  173. package/resources/product-collections/index.d.ts.map +1 -1
  174. package/resources/product-collections/product-collections.d.mts +86 -11
  175. package/resources/product-collections/product-collections.d.mts.map +1 -1
  176. package/resources/product-collections/product-collections.d.ts +86 -11
  177. package/resources/product-collections/product-collections.d.ts.map +1 -1
  178. package/resources/product-collections/product-collections.js +11 -11
  179. package/resources/product-collections/product-collections.js.map +1 -1
  180. package/resources/product-collections/product-collections.mjs +11 -11
  181. package/resources/product-collections/product-collections.mjs.map +1 -1
  182. package/resources/products/index.d.mts +2 -2
  183. package/resources/products/index.d.mts.map +1 -1
  184. package/resources/products/index.d.ts +2 -2
  185. package/resources/products/index.d.ts.map +1 -1
  186. package/resources/products/products.d.mts +21 -21
  187. package/resources/products/products.d.mts.map +1 -1
  188. package/resources/products/products.d.ts +21 -21
  189. package/resources/products/products.d.ts.map +1 -1
  190. package/resources/products/products.js +6 -6
  191. package/resources/products/products.js.map +1 -1
  192. package/resources/products/products.mjs +6 -6
  193. package/resources/products/products.mjs.map +1 -1
  194. package/resources/products/short-links.d.mts +11 -11
  195. package/resources/products/short-links.d.mts.map +1 -1
  196. package/resources/products/short-links.d.ts +11 -11
  197. package/resources/products/short-links.d.ts.map +1 -1
  198. package/resources/products/short-links.js +6 -6
  199. package/resources/products/short-links.js.map +1 -1
  200. package/resources/products/short-links.mjs +6 -6
  201. package/resources/products/short-links.mjs.map +1 -1
  202. package/resources/refunds.d.mts +24 -24
  203. package/resources/refunds.d.mts.map +1 -1
  204. package/resources/refunds.d.ts +24 -24
  205. package/resources/refunds.d.ts.map +1 -1
  206. package/resources/refunds.js +6 -6
  207. package/resources/refunds.js.map +1 -1
  208. package/resources/refunds.mjs +6 -6
  209. package/resources/refunds.mjs.map +1 -1
  210. package/resources/subscriptions.d.mts +86 -86
  211. package/resources/subscriptions.d.mts.map +1 -1
  212. package/resources/subscriptions.d.ts +86 -86
  213. package/resources/subscriptions.d.ts.map +1 -1
  214. package/resources/subscriptions.js +23 -23
  215. package/resources/subscriptions.js.map +1 -1
  216. package/resources/subscriptions.mjs +23 -23
  217. package/resources/subscriptions.mjs.map +1 -1
  218. package/resources/usage-events.d.mts +61 -61
  219. package/resources/usage-events.d.mts.map +1 -1
  220. package/resources/usage-events.d.ts +61 -61
  221. package/resources/usage-events.d.ts.map +1 -1
  222. package/resources/usage-events.js +56 -56
  223. package/resources/usage-events.js.map +1 -1
  224. package/resources/usage-events.mjs +56 -56
  225. package/resources/usage-events.mjs.map +1 -1
  226. package/resources/webhooks/index.d.mts +1 -1
  227. package/resources/webhooks/index.d.mts.map +1 -1
  228. package/resources/webhooks/index.d.ts +1 -1
  229. package/resources/webhooks/index.d.ts.map +1 -1
  230. package/resources/webhooks/webhooks.d.mts +12 -12
  231. package/resources/webhooks/webhooks.d.mts.map +1 -1
  232. package/resources/webhooks/webhooks.d.ts +12 -12
  233. package/resources/webhooks/webhooks.d.ts.map +1 -1
  234. package/resources/webhooks/webhooks.js +15 -15
  235. package/resources/webhooks/webhooks.js.map +1 -1
  236. package/resources/webhooks/webhooks.mjs +15 -15
  237. package/resources/webhooks/webhooks.mjs.map +1 -1
  238. package/src/client.ts +18 -18
  239. package/src/resources/addons.ts +13 -13
  240. package/src/resources/balances.ts +4 -2
  241. package/src/resources/brands.ts +4 -4
  242. package/src/resources/credit-entitlements/balances.ts +91 -91
  243. package/src/resources/credit-entitlements/credit-entitlements.ts +55 -55
  244. package/src/resources/credit-entitlements/index.ts +3 -3
  245. package/src/resources/customers/customers.ts +49 -49
  246. package/src/resources/customers/index.ts +1 -1
  247. package/src/resources/customers/wallets/index.ts +1 -1
  248. package/src/resources/customers/wallets/ledger-entries.ts +16 -16
  249. package/src/resources/customers/wallets/wallets.ts +1 -1
  250. package/src/resources/discounts.ts +52 -63
  251. package/src/resources/disputes.ts +4 -4
  252. package/src/resources/entitlements/entitlements.ts +36 -36
  253. package/src/resources/entitlements/files.ts +7 -7
  254. package/src/resources/entitlements/index.ts +1 -1
  255. package/src/resources/index.ts +18 -18
  256. package/src/resources/invoices/payments.ts +4 -4
  257. package/src/resources/license-key-instances.ts +25 -25
  258. package/src/resources/license-keys.ts +48 -48
  259. package/src/resources/meters.ts +15 -15
  260. package/src/resources/payments.ts +66 -59
  261. package/src/resources/product-collections/groups/groups.ts +16 -16
  262. package/src/resources/product-collections/groups/index.ts +2 -2
  263. package/src/resources/product-collections/groups/items.ts +19 -19
  264. package/src/resources/product-collections/index.ts +2 -2
  265. package/src/resources/product-collections/product-collections.ts +146 -26
  266. package/src/resources/products/index.ts +2 -2
  267. package/src/resources/products/products.ts +33 -33
  268. package/src/resources/products/short-links.ts +20 -20
  269. package/src/resources/refunds.ts +36 -36
  270. package/src/resources/subscriptions.ts +130 -130
  271. package/src/resources/usage-events.ts +64 -64
  272. package/src/resources/webhooks/index.ts +1 -1
  273. package/src/resources/webhooks/webhooks.ts +24 -24
  274. package/src/version.ts +1 -1
  275. package/version.d.mts +1 -1
  276. package/version.d.ts +1 -1
  277. package/version.js +1 -1
  278. package/version.mjs +1 -1
@@ -3,26 +3,6 @@ import { APIPromise } from "../../core/api-promise.js";
3
3
  import { DefaultPageNumberPagination, type DefaultPageNumberPaginationParams, PagePromise } from "../../core/pagination.js";
4
4
  import { RequestOptions } from "../../internal/request-options.js";
5
5
  export declare class Balances extends APIResource {
6
- /**
7
- * Returns the credit balance details for a specific customer and credit
8
- * entitlement.
9
- *
10
- * # Authentication
11
- *
12
- * Requires an API key with `Viewer` role or higher.
13
- *
14
- * # Path Parameters
15
- *
16
- * - `credit_entitlement_id` - The unique identifier of the credit entitlement
17
- * - `customer_id` - The unique identifier of the customer
18
- *
19
- * # Responses
20
- *
21
- * - `200 OK` - Returns the customer's balance
22
- * - `404 Not Found` - Credit entitlement or customer balance not found
23
- * - `500 Internal Server Error` - Database or server error
24
- */
25
- retrieve(customerID: string, params: BalanceRetrieveParams, options?: RequestOptions): APIPromise<CustomerCreditBalance>;
26
6
  /**
27
7
  * Returns a paginated list of customer credit balances for the given credit
28
8
  * entitlement.
@@ -49,35 +29,25 @@ export declare class Balances extends APIResource {
49
29
  */
50
30
  list(creditEntitlementID: string, query?: BalanceListParams | null | undefined, options?: RequestOptions): PagePromise<CustomerCreditBalancesDefaultPageNumberPagination, CustomerCreditBalance>;
51
31
  /**
52
- * For credit entries, a new grant is created. For debit entries, credits are
53
- * deducted from existing grants using FIFO (oldest first).
32
+ * Returns the credit balance details for a specific customer and credit
33
+ * entitlement.
54
34
  *
55
35
  * # Authentication
56
36
  *
57
- * Requires an API key with `Editor` role.
37
+ * Requires an API key with `Viewer` role or higher.
58
38
  *
59
39
  * # Path Parameters
60
40
  *
61
41
  * - `credit_entitlement_id` - The unique identifier of the credit entitlement
62
42
  * - `customer_id` - The unique identifier of the customer
63
43
  *
64
- * # Request Body
65
- *
66
- * - `entry_type` - "credit" or "debit"
67
- * - `amount` - Amount to credit or debit
68
- * - `reason` - Optional human-readable reason
69
- * - `expires_at` - Optional expiration for credited amount (only for credit type)
70
- * - `idempotency_key` - Optional key to prevent duplicate entries
71
- *
72
44
  * # Responses
73
45
  *
74
- * - `201 Created` - Ledger entry created successfully
75
- * - `400 Bad Request` - Invalid request (e.g., debit with insufficient balance)
76
- * - `404 Not Found` - Credit entitlement or customer not found
77
- * - `409 Conflict` - Idempotency key already exists
46
+ * - `200 OK` - Returns the customer's balance
47
+ * - `404 Not Found` - Credit entitlement or customer balance not found
78
48
  * - `500 Internal Server Error` - Database or server error
79
49
  */
80
- createLedgerEntry(customerID: string, params: BalanceCreateLedgerEntryParams, options?: RequestOptions): APIPromise<BalanceCreateLedgerEntryResponse>;
50
+ retrieve(customerID: string, params: BalanceRetrieveParams, options?: RequestOptions): APIPromise<CustomerCreditBalance>;
81
51
  /**
82
52
  * Returns a paginated list of credit grants with optional filtering by status.
83
53
  *
@@ -130,6 +100,36 @@ export declare class Balances extends APIResource {
130
100
  * - `500 Internal Server Error` - Database or server error
131
101
  */
132
102
  listLedger(customerID: string, params: BalanceListLedgerParams, options?: RequestOptions): PagePromise<CreditLedgerEntriesDefaultPageNumberPagination, CreditLedgerEntry>;
103
+ /**
104
+ * For credit entries, a new grant is created. For debit entries, credits are
105
+ * deducted from existing grants using FIFO (oldest first).
106
+ *
107
+ * # Authentication
108
+ *
109
+ * Requires an API key with `Editor` role.
110
+ *
111
+ * # Path Parameters
112
+ *
113
+ * - `credit_entitlement_id` - The unique identifier of the credit entitlement
114
+ * - `customer_id` - The unique identifier of the customer
115
+ *
116
+ * # Request Body
117
+ *
118
+ * - `entry_type` - "credit" or "debit"
119
+ * - `amount` - Amount to credit or debit
120
+ * - `reason` - Optional human-readable reason
121
+ * - `expires_at` - Optional expiration for credited amount (only for credit type)
122
+ * - `idempotency_key` - Optional key to prevent duplicate entries
123
+ *
124
+ * # Responses
125
+ *
126
+ * - `201 Created` - Ledger entry created successfully
127
+ * - `400 Bad Request` - Invalid request (e.g., debit with insufficient balance)
128
+ * - `404 Not Found` - Credit entitlement or customer not found
129
+ * - `409 Conflict` - Idempotency key already exists
130
+ * - `500 Internal Server Error` - Database or server error
131
+ */
132
+ createLedgerEntry(customerID: string, params: BalanceCreateLedgerEntryParams, options?: RequestOptions): APIPromise<BalanceCreateLedgerEntryResponse>;
133
133
  }
134
134
  export type CustomerCreditBalancesDefaultPageNumberPagination = DefaultPageNumberPagination<CustomerCreditBalance>;
135
135
  export type BalanceListGrantsResponsesDefaultPageNumberPagination = DefaultPageNumberPagination<BalanceListGrantsResponse>;
@@ -209,17 +209,46 @@ export interface BalanceListGrantsResponse {
209
209
  parent_grant_id?: string | null;
210
210
  source_id?: string | null;
211
211
  }
212
+ export interface BalanceListParams extends DefaultPageNumberPaginationParams {
213
+ /**
214
+ * Filter by specific customer ID
215
+ */
216
+ customer_id?: string;
217
+ }
212
218
  export interface BalanceRetrieveParams {
213
219
  /**
214
220
  * Credit Entitlement ID
215
221
  */
216
222
  credit_entitlement_id: string;
217
223
  }
218
- export interface BalanceListParams extends DefaultPageNumberPaginationParams {
224
+ export interface BalanceListGrantsParams extends DefaultPageNumberPaginationParams {
219
225
  /**
220
- * Filter by specific customer ID
226
+ * Path param: Credit Entitlement ID
221
227
  */
222
- customer_id?: string;
228
+ credit_entitlement_id: string;
229
+ /**
230
+ * Query param: Filter by grant status: active, expired, depleted
231
+ */
232
+ status?: 'active' | 'expired' | 'depleted';
233
+ }
234
+ export interface BalanceListLedgerParams extends DefaultPageNumberPaginationParams {
235
+ /**
236
+ * Path param: Credit Entitlement ID
237
+ */
238
+ credit_entitlement_id: string;
239
+ /**
240
+ * Query param: Filter by end date
241
+ */
242
+ end_date?: string;
243
+ /**
244
+ * Query param: Filter by start date
245
+ */
246
+ start_date?: string;
247
+ /**
248
+ * Query param: Filter by transaction type (snake_case: credit_added,
249
+ * credit_deducted, credit_expired, etc.)
250
+ */
251
+ transaction_type?: string;
223
252
  }
224
253
  export interface BalanceCreateLedgerEntryParams {
225
254
  /**
@@ -254,36 +283,7 @@ export interface BalanceCreateLedgerEntryParams {
254
283
  */
255
284
  reason?: string | null;
256
285
  }
257
- export interface BalanceListGrantsParams extends DefaultPageNumberPaginationParams {
258
- /**
259
- * Path param: Credit Entitlement ID
260
- */
261
- credit_entitlement_id: string;
262
- /**
263
- * Query param: Filter by grant status: active, expired, depleted
264
- */
265
- status?: 'active' | 'expired' | 'depleted';
266
- }
267
- export interface BalanceListLedgerParams extends DefaultPageNumberPaginationParams {
268
- /**
269
- * Path param: Credit Entitlement ID
270
- */
271
- credit_entitlement_id: string;
272
- /**
273
- * Query param: Filter by end date
274
- */
275
- end_date?: string;
276
- /**
277
- * Query param: Filter by start date
278
- */
279
- start_date?: string;
280
- /**
281
- * Query param: Filter by transaction type (snake_case: credit_added,
282
- * credit_deducted, credit_expired, etc.)
283
- */
284
- transaction_type?: string;
285
- }
286
286
  export declare namespace Balances {
287
- export { type CreditLedgerEntry as CreditLedgerEntry, type CustomerCreditBalance as CustomerCreditBalance, type LedgerEntryType as LedgerEntryType, type BalanceCreateLedgerEntryResponse as BalanceCreateLedgerEntryResponse, type BalanceListGrantsResponse as BalanceListGrantsResponse, type CustomerCreditBalancesDefaultPageNumberPagination as CustomerCreditBalancesDefaultPageNumberPagination, type BalanceListGrantsResponsesDefaultPageNumberPagination as BalanceListGrantsResponsesDefaultPageNumberPagination, type CreditLedgerEntriesDefaultPageNumberPagination as CreditLedgerEntriesDefaultPageNumberPagination, type BalanceRetrieveParams as BalanceRetrieveParams, type BalanceListParams as BalanceListParams, type BalanceCreateLedgerEntryParams as BalanceCreateLedgerEntryParams, type BalanceListGrantsParams as BalanceListGrantsParams, type BalanceListLedgerParams as BalanceListLedgerParams, };
287
+ export { type CreditLedgerEntry as CreditLedgerEntry, type CustomerCreditBalance as CustomerCreditBalance, type LedgerEntryType as LedgerEntryType, type BalanceCreateLedgerEntryResponse as BalanceCreateLedgerEntryResponse, type BalanceListGrantsResponse as BalanceListGrantsResponse, type CustomerCreditBalancesDefaultPageNumberPagination as CustomerCreditBalancesDefaultPageNumberPagination, type BalanceListGrantsResponsesDefaultPageNumberPagination as BalanceListGrantsResponsesDefaultPageNumberPagination, type CreditLedgerEntriesDefaultPageNumberPagination as CreditLedgerEntriesDefaultPageNumberPagination, type BalanceListParams as BalanceListParams, type BalanceRetrieveParams as BalanceRetrieveParams, type BalanceListGrantsParams as BalanceListGrantsParams, type BalanceListLedgerParams as BalanceListLedgerParams, type BalanceCreateLedgerEntryParams as BalanceCreateLedgerEntryParams, };
288
288
  }
289
289
  //# sourceMappingURL=balances.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"balances.d.ts","sourceRoot":"","sources":["../../src/resources/credit-entitlements/balances.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"balances.d.ts","sourceRoot":"","sources":["../../src/resources/credit-entitlements/balances.ts"],"names":[],"mappings":"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"}
@@ -6,29 +6,6 @@ const resource_1 = require("../../core/resource.js");
6
6
  const pagination_1 = require("../../core/pagination.js");
7
7
  const path_1 = require("../../internal/utils/path.js");
8
8
  class Balances extends resource_1.APIResource {
9
- /**
10
- * Returns the credit balance details for a specific customer and credit
11
- * entitlement.
12
- *
13
- * # Authentication
14
- *
15
- * Requires an API key with `Viewer` role or higher.
16
- *
17
- * # Path Parameters
18
- *
19
- * - `credit_entitlement_id` - The unique identifier of the credit entitlement
20
- * - `customer_id` - The unique identifier of the customer
21
- *
22
- * # Responses
23
- *
24
- * - `200 OK` - Returns the customer's balance
25
- * - `404 Not Found` - Credit entitlement or customer balance not found
26
- * - `500 Internal Server Error` - Database or server error
27
- */
28
- retrieve(customerID, params, options) {
29
- const { credit_entitlement_id } = params;
30
- return this._client.get((0, path_1.path) `/credit-entitlements/${credit_entitlement_id}/balances/${customerID}`, options);
31
- }
32
9
  /**
33
10
  * Returns a paginated list of customer credit balances for the given credit
34
11
  * entitlement.
@@ -57,37 +34,27 @@ class Balances extends resource_1.APIResource {
57
34
  return this._client.getAPIList((0, path_1.path) `/credit-entitlements/${creditEntitlementID}/balances`, (pagination_1.DefaultPageNumberPagination), { query, ...options });
58
35
  }
59
36
  /**
60
- * For credit entries, a new grant is created. For debit entries, credits are
61
- * deducted from existing grants using FIFO (oldest first).
37
+ * Returns the credit balance details for a specific customer and credit
38
+ * entitlement.
62
39
  *
63
40
  * # Authentication
64
41
  *
65
- * Requires an API key with `Editor` role.
42
+ * Requires an API key with `Viewer` role or higher.
66
43
  *
67
44
  * # Path Parameters
68
45
  *
69
46
  * - `credit_entitlement_id` - The unique identifier of the credit entitlement
70
47
  * - `customer_id` - The unique identifier of the customer
71
48
  *
72
- * # Request Body
73
- *
74
- * - `entry_type` - "credit" or "debit"
75
- * - `amount` - Amount to credit or debit
76
- * - `reason` - Optional human-readable reason
77
- * - `expires_at` - Optional expiration for credited amount (only for credit type)
78
- * - `idempotency_key` - Optional key to prevent duplicate entries
79
- *
80
49
  * # Responses
81
50
  *
82
- * - `201 Created` - Ledger entry created successfully
83
- * - `400 Bad Request` - Invalid request (e.g., debit with insufficient balance)
84
- * - `404 Not Found` - Credit entitlement or customer not found
85
- * - `409 Conflict` - Idempotency key already exists
51
+ * - `200 OK` - Returns the customer's balance
52
+ * - `404 Not Found` - Credit entitlement or customer balance not found
86
53
  * - `500 Internal Server Error` - Database or server error
87
54
  */
88
- createLedgerEntry(customerID, params, options) {
89
- const { credit_entitlement_id, ...body } = params;
90
- return this._client.post((0, path_1.path) `/credit-entitlements/${credit_entitlement_id}/balances/${customerID}/ledger-entries`, { body, ...options });
55
+ retrieve(customerID, params, options) {
56
+ const { credit_entitlement_id } = params;
57
+ return this._client.get((0, path_1.path) `/credit-entitlements/${credit_entitlement_id}/balances/${customerID}`, options);
91
58
  }
92
59
  /**
93
60
  * Returns a paginated list of credit grants with optional filtering by status.
@@ -147,6 +114,39 @@ class Balances extends resource_1.APIResource {
147
114
  const { credit_entitlement_id, ...query } = params;
148
115
  return this._client.getAPIList((0, path_1.path) `/credit-entitlements/${credit_entitlement_id}/balances/${customerID}/ledger`, (pagination_1.DefaultPageNumberPagination), { query, ...options });
149
116
  }
117
+ /**
118
+ * For credit entries, a new grant is created. For debit entries, credits are
119
+ * deducted from existing grants using FIFO (oldest first).
120
+ *
121
+ * # Authentication
122
+ *
123
+ * Requires an API key with `Editor` role.
124
+ *
125
+ * # Path Parameters
126
+ *
127
+ * - `credit_entitlement_id` - The unique identifier of the credit entitlement
128
+ * - `customer_id` - The unique identifier of the customer
129
+ *
130
+ * # Request Body
131
+ *
132
+ * - `entry_type` - "credit" or "debit"
133
+ * - `amount` - Amount to credit or debit
134
+ * - `reason` - Optional human-readable reason
135
+ * - `expires_at` - Optional expiration for credited amount (only for credit type)
136
+ * - `idempotency_key` - Optional key to prevent duplicate entries
137
+ *
138
+ * # Responses
139
+ *
140
+ * - `201 Created` - Ledger entry created successfully
141
+ * - `400 Bad Request` - Invalid request (e.g., debit with insufficient balance)
142
+ * - `404 Not Found` - Credit entitlement or customer not found
143
+ * - `409 Conflict` - Idempotency key already exists
144
+ * - `500 Internal Server Error` - Database or server error
145
+ */
146
+ createLedgerEntry(customerID, params, options) {
147
+ const { credit_entitlement_id, ...body } = params;
148
+ return this._client.post((0, path_1.path) `/credit-entitlements/${credit_entitlement_id}/balances/${customerID}/ledger-entries`, { body, ...options });
149
+ }
150
150
  }
151
151
  exports.Balances = Balances;
152
152
  //# sourceMappingURL=balances.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"balances.js","sourceRoot":"","sources":["../../src/resources/credit-entitlements/balances.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,qDAAkD;AAElD,yDAI+B;AAE/B,uDAAiD;AAEjD,MAAa,QAAS,SAAQ,sBAAW;IACvC;;;;;;;;;;;;;;;;;;OAkBG;IACH,QAAQ,CACN,UAAkB,EAClB,MAA6B,EAC7B,OAAwB;QAExB,MAAM,EAAE,qBAAqB,EAAE,GAAG,MAAM,CAAC;QACzC,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CACrB,IAAA,WAAI,EAAA,wBAAwB,qBAAqB,aAAa,UAAU,EAAE,EAC1E,OAAO,CACR,CAAC;IACJ,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;OAuBG;IACH,IAAI,CACF,mBAA2B,EAC3B,QAA8C,EAAE,EAChD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAC5B,IAAA,WAAI,EAAA,wBAAwB,mBAAmB,WAAW,EAC1D,CAAA,wCAAkD,CAAA,EAClD,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CACtB,CAAC;IACJ,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA4BG;IACH,iBAAiB,CACf,UAAkB,EAClB,MAAsC,EACtC,OAAwB;QAExB,MAAM,EAAE,qBAAqB,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,CAAC;QAClD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CACtB,IAAA,WAAI,EAAA,wBAAwB,qBAAqB,aAAa,UAAU,iBAAiB,EACzF,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CACrB,CAAC;IACJ,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;OAuBG;IACH,UAAU,CACR,UAAkB,EAClB,MAA+B,EAC/B,OAAwB;QAExB,MAAM,EAAE,qBAAqB,EAAE,GAAG,KAAK,EAAE,GAAG,MAAM,CAAC;QACnD,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAC5B,IAAA,WAAI,EAAA,wBAAwB,qBAAqB,aAAa,UAAU,SAAS,EACjF,CAAA,wCAAsD,CAAA,EACtD,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CACtB,CAAC;IACJ,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;OAyBG;IACH,UAAU,CACR,UAAkB,EAClB,MAA+B,EAC/B,OAAwB;QAExB,MAAM,EAAE,qBAAqB,EAAE,GAAG,KAAK,EAAE,GAAG,MAAM,CAAC;QACnD,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAC5B,IAAA,WAAI,EAAA,wBAAwB,qBAAqB,aAAa,UAAU,SAAS,EACjF,CAAA,wCAA8C,CAAA,EAC9C,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CACtB,CAAC;IACJ,CAAC;CACF;AAxLD,4BAwLC"}
1
+ {"version":3,"file":"balances.js","sourceRoot":"","sources":["../../src/resources/credit-entitlements/balances.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,qDAAkD;AAElD,yDAI+B;AAE/B,uDAAiD;AAEjD,MAAa,QAAS,SAAQ,sBAAW;IACvC;;;;;;;;;;;;;;;;;;;;;;;OAuBG;IACH,IAAI,CACF,mBAA2B,EAC3B,QAA8C,EAAE,EAChD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAC5B,IAAA,WAAI,EAAA,wBAAwB,mBAAmB,WAAW,EAC1D,CAAA,wCAAkD,CAAA,EAClD,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CACtB,CAAC;IACJ,CAAC;IAED;;;;;;;;;;;;;;;;;;OAkBG;IACH,QAAQ,CACN,UAAkB,EAClB,MAA6B,EAC7B,OAAwB;QAExB,MAAM,EAAE,qBAAqB,EAAE,GAAG,MAAM,CAAC;QACzC,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CACrB,IAAA,WAAI,EAAA,wBAAwB,qBAAqB,aAAa,UAAU,EAAE,EAC1E,OAAO,CACR,CAAC;IACJ,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;OAuBG;IACH,UAAU,CACR,UAAkB,EAClB,MAA+B,EAC/B,OAAwB;QAExB,MAAM,EAAE,qBAAqB,EAAE,GAAG,KAAK,EAAE,GAAG,MAAM,CAAC;QACnD,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAC5B,IAAA,WAAI,EAAA,wBAAwB,qBAAqB,aAAa,UAAU,SAAS,EACjF,CAAA,wCAAsD,CAAA,EACtD,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CACtB,CAAC;IACJ,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;OAyBG;IACH,UAAU,CACR,UAAkB,EAClB,MAA+B,EAC/B,OAAwB;QAExB,MAAM,EAAE,qBAAqB,EAAE,GAAG,KAAK,EAAE,GAAG,MAAM,CAAC;QACnD,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAC5B,IAAA,WAAI,EAAA,wBAAwB,qBAAqB,aAAa,UAAU,SAAS,EACjF,CAAA,wCAA8C,CAAA,EAC9C,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CACtB,CAAC;IACJ,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA4BG;IACH,iBAAiB,CACf,UAAkB,EAClB,MAAsC,EACtC,OAAwB;QAExB,MAAM,EAAE,qBAAqB,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,CAAC;QAClD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CACtB,IAAA,WAAI,EAAA,wBAAwB,qBAAqB,aAAa,UAAU,iBAAiB,EACzF,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CACrB,CAAC;IACJ,CAAC;CACF;AAxLD,4BAwLC"}
@@ -3,29 +3,6 @@ import { APIResource } from "../../core/resource.mjs";
3
3
  import { DefaultPageNumberPagination, } from "../../core/pagination.mjs";
4
4
  import { path } from "../../internal/utils/path.mjs";
5
5
  export class Balances extends APIResource {
6
- /**
7
- * Returns the credit balance details for a specific customer and credit
8
- * entitlement.
9
- *
10
- * # Authentication
11
- *
12
- * Requires an API key with `Viewer` role or higher.
13
- *
14
- * # Path Parameters
15
- *
16
- * - `credit_entitlement_id` - The unique identifier of the credit entitlement
17
- * - `customer_id` - The unique identifier of the customer
18
- *
19
- * # Responses
20
- *
21
- * - `200 OK` - Returns the customer's balance
22
- * - `404 Not Found` - Credit entitlement or customer balance not found
23
- * - `500 Internal Server Error` - Database or server error
24
- */
25
- retrieve(customerID, params, options) {
26
- const { credit_entitlement_id } = params;
27
- return this._client.get(path `/credit-entitlements/${credit_entitlement_id}/balances/${customerID}`, options);
28
- }
29
6
  /**
30
7
  * Returns a paginated list of customer credit balances for the given credit
31
8
  * entitlement.
@@ -54,37 +31,27 @@ export class Balances extends APIResource {
54
31
  return this._client.getAPIList(path `/credit-entitlements/${creditEntitlementID}/balances`, (DefaultPageNumberPagination), { query, ...options });
55
32
  }
56
33
  /**
57
- * For credit entries, a new grant is created. For debit entries, credits are
58
- * deducted from existing grants using FIFO (oldest first).
34
+ * Returns the credit balance details for a specific customer and credit
35
+ * entitlement.
59
36
  *
60
37
  * # Authentication
61
38
  *
62
- * Requires an API key with `Editor` role.
39
+ * Requires an API key with `Viewer` role or higher.
63
40
  *
64
41
  * # Path Parameters
65
42
  *
66
43
  * - `credit_entitlement_id` - The unique identifier of the credit entitlement
67
44
  * - `customer_id` - The unique identifier of the customer
68
45
  *
69
- * # Request Body
70
- *
71
- * - `entry_type` - "credit" or "debit"
72
- * - `amount` - Amount to credit or debit
73
- * - `reason` - Optional human-readable reason
74
- * - `expires_at` - Optional expiration for credited amount (only for credit type)
75
- * - `idempotency_key` - Optional key to prevent duplicate entries
76
- *
77
46
  * # Responses
78
47
  *
79
- * - `201 Created` - Ledger entry created successfully
80
- * - `400 Bad Request` - Invalid request (e.g., debit with insufficient balance)
81
- * - `404 Not Found` - Credit entitlement or customer not found
82
- * - `409 Conflict` - Idempotency key already exists
48
+ * - `200 OK` - Returns the customer's balance
49
+ * - `404 Not Found` - Credit entitlement or customer balance not found
83
50
  * - `500 Internal Server Error` - Database or server error
84
51
  */
85
- createLedgerEntry(customerID, params, options) {
86
- const { credit_entitlement_id, ...body } = params;
87
- return this._client.post(path `/credit-entitlements/${credit_entitlement_id}/balances/${customerID}/ledger-entries`, { body, ...options });
52
+ retrieve(customerID, params, options) {
53
+ const { credit_entitlement_id } = params;
54
+ return this._client.get(path `/credit-entitlements/${credit_entitlement_id}/balances/${customerID}`, options);
88
55
  }
89
56
  /**
90
57
  * Returns a paginated list of credit grants with optional filtering by status.
@@ -144,5 +111,38 @@ export class Balances extends APIResource {
144
111
  const { credit_entitlement_id, ...query } = params;
145
112
  return this._client.getAPIList(path `/credit-entitlements/${credit_entitlement_id}/balances/${customerID}/ledger`, (DefaultPageNumberPagination), { query, ...options });
146
113
  }
114
+ /**
115
+ * For credit entries, a new grant is created. For debit entries, credits are
116
+ * deducted from existing grants using FIFO (oldest first).
117
+ *
118
+ * # Authentication
119
+ *
120
+ * Requires an API key with `Editor` role.
121
+ *
122
+ * # Path Parameters
123
+ *
124
+ * - `credit_entitlement_id` - The unique identifier of the credit entitlement
125
+ * - `customer_id` - The unique identifier of the customer
126
+ *
127
+ * # Request Body
128
+ *
129
+ * - `entry_type` - "credit" or "debit"
130
+ * - `amount` - Amount to credit or debit
131
+ * - `reason` - Optional human-readable reason
132
+ * - `expires_at` - Optional expiration for credited amount (only for credit type)
133
+ * - `idempotency_key` - Optional key to prevent duplicate entries
134
+ *
135
+ * # Responses
136
+ *
137
+ * - `201 Created` - Ledger entry created successfully
138
+ * - `400 Bad Request` - Invalid request (e.g., debit with insufficient balance)
139
+ * - `404 Not Found` - Credit entitlement or customer not found
140
+ * - `409 Conflict` - Idempotency key already exists
141
+ * - `500 Internal Server Error` - Database or server error
142
+ */
143
+ createLedgerEntry(customerID, params, options) {
144
+ const { credit_entitlement_id, ...body } = params;
145
+ return this._client.post(path `/credit-entitlements/${credit_entitlement_id}/balances/${customerID}/ledger-entries`, { body, ...options });
146
+ }
147
147
  }
148
148
  //# sourceMappingURL=balances.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"balances.mjs","sourceRoot":"","sources":["../../src/resources/credit-entitlements/balances.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAEtF,OAAO,EAAE,WAAW,EAAE,gCAA4B;AAElD,OAAO,EACL,2BAA2B,GAG5B,kCAA8B;AAE/B,OAAO,EAAE,IAAI,EAAE,sCAAkC;AAEjD,MAAM,OAAO,QAAS,SAAQ,WAAW;IACvC;;;;;;;;;;;;;;;;;;OAkBG;IACH,QAAQ,CACN,UAAkB,EAClB,MAA6B,EAC7B,OAAwB;QAExB,MAAM,EAAE,qBAAqB,EAAE,GAAG,MAAM,CAAC;QACzC,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CACrB,IAAI,CAAA,wBAAwB,qBAAqB,aAAa,UAAU,EAAE,EAC1E,OAAO,CACR,CAAC;IACJ,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;OAuBG;IACH,IAAI,CACF,mBAA2B,EAC3B,QAA8C,EAAE,EAChD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAC5B,IAAI,CAAA,wBAAwB,mBAAmB,WAAW,EAC1D,CAAA,2BAAkD,CAAA,EAClD,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CACtB,CAAC;IACJ,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA4BG;IACH,iBAAiB,CACf,UAAkB,EAClB,MAAsC,EACtC,OAAwB;QAExB,MAAM,EAAE,qBAAqB,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,CAAC;QAClD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CACtB,IAAI,CAAA,wBAAwB,qBAAqB,aAAa,UAAU,iBAAiB,EACzF,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CACrB,CAAC;IACJ,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;OAuBG;IACH,UAAU,CACR,UAAkB,EAClB,MAA+B,EAC/B,OAAwB;QAExB,MAAM,EAAE,qBAAqB,EAAE,GAAG,KAAK,EAAE,GAAG,MAAM,CAAC;QACnD,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAC5B,IAAI,CAAA,wBAAwB,qBAAqB,aAAa,UAAU,SAAS,EACjF,CAAA,2BAAsD,CAAA,EACtD,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CACtB,CAAC;IACJ,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;OAyBG;IACH,UAAU,CACR,UAAkB,EAClB,MAA+B,EAC/B,OAAwB;QAExB,MAAM,EAAE,qBAAqB,EAAE,GAAG,KAAK,EAAE,GAAG,MAAM,CAAC;QACnD,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAC5B,IAAI,CAAA,wBAAwB,qBAAqB,aAAa,UAAU,SAAS,EACjF,CAAA,2BAA8C,CAAA,EAC9C,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CACtB,CAAC;IACJ,CAAC;CACF"}
1
+ {"version":3,"file":"balances.mjs","sourceRoot":"","sources":["../../src/resources/credit-entitlements/balances.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAEtF,OAAO,EAAE,WAAW,EAAE,gCAA4B;AAElD,OAAO,EACL,2BAA2B,GAG5B,kCAA8B;AAE/B,OAAO,EAAE,IAAI,EAAE,sCAAkC;AAEjD,MAAM,OAAO,QAAS,SAAQ,WAAW;IACvC;;;;;;;;;;;;;;;;;;;;;;;OAuBG;IACH,IAAI,CACF,mBAA2B,EAC3B,QAA8C,EAAE,EAChD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAC5B,IAAI,CAAA,wBAAwB,mBAAmB,WAAW,EAC1D,CAAA,2BAAkD,CAAA,EAClD,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CACtB,CAAC;IACJ,CAAC;IAED;;;;;;;;;;;;;;;;;;OAkBG;IACH,QAAQ,CACN,UAAkB,EAClB,MAA6B,EAC7B,OAAwB;QAExB,MAAM,EAAE,qBAAqB,EAAE,GAAG,MAAM,CAAC;QACzC,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CACrB,IAAI,CAAA,wBAAwB,qBAAqB,aAAa,UAAU,EAAE,EAC1E,OAAO,CACR,CAAC;IACJ,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;OAuBG;IACH,UAAU,CACR,UAAkB,EAClB,MAA+B,EAC/B,OAAwB;QAExB,MAAM,EAAE,qBAAqB,EAAE,GAAG,KAAK,EAAE,GAAG,MAAM,CAAC;QACnD,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAC5B,IAAI,CAAA,wBAAwB,qBAAqB,aAAa,UAAU,SAAS,EACjF,CAAA,2BAAsD,CAAA,EACtD,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CACtB,CAAC;IACJ,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;OAyBG;IACH,UAAU,CACR,UAAkB,EAClB,MAA+B,EAC/B,OAAwB;QAExB,MAAM,EAAE,qBAAqB,EAAE,GAAG,KAAK,EAAE,GAAG,MAAM,CAAC;QACnD,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAC5B,IAAI,CAAA,wBAAwB,qBAAqB,aAAa,UAAU,SAAS,EACjF,CAAA,2BAA8C,CAAA,EAC9C,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CACtB,CAAC;IACJ,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA4BG;IACH,iBAAiB,CACf,UAAkB,EAClB,MAAsC,EACtC,OAAwB;QAExB,MAAM,EAAE,qBAAqB,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,CAAC;QAClD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CACtB,IAAI,CAAA,wBAAwB,qBAAqB,aAAa,UAAU,iBAAiB,EACzF,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CACrB,CAAC;IACJ,CAAC;CACF"}
@@ -8,6 +8,35 @@ import { DefaultPageNumberPagination, type DefaultPageNumberPaginationParams, Pa
8
8
  import { RequestOptions } from "../../internal/request-options.mjs";
9
9
  export declare class CreditEntitlements extends APIResource {
10
10
  balances: BalancesAPI.Balances;
11
+ /**
12
+ * Returns a paginated list of credit entitlements, allowing filtering of deleted
13
+ * entitlements. By default, only non-deleted entitlements are returned.
14
+ *
15
+ * # Authentication
16
+ *
17
+ * Requires an API key with `Viewer` role or higher.
18
+ *
19
+ * # Query Parameters
20
+ *
21
+ * - `page_size` - Number of items per page (default: 10, max: 100)
22
+ * - `page_number` - Zero-based page number (default: 0)
23
+ * - `deleted` - Boolean flag to list deleted entitlements instead of active ones
24
+ * (default: false)
25
+ *
26
+ * # Responses
27
+ *
28
+ * - `200 OK` - Returns a list of credit entitlements wrapped in a response object
29
+ * - `422 Unprocessable Entity` - Invalid query parameters (e.g., page_size > 100)
30
+ * - `500 Internal Server Error` - Database or server error
31
+ *
32
+ * # Business Logic
33
+ *
34
+ * - Results are ordered by creation date in descending order (newest first)
35
+ * - Only entitlements belonging to the authenticated business are returned
36
+ * - The `deleted` parameter controls visibility of soft-deleted entitlements
37
+ * - Pagination uses offset-based pagination (offset = page_number \* page_size)
38
+ */
39
+ list(query?: CreditEntitlementListParams | null | undefined, options?: RequestOptions): PagePromise<CreditEntitlementsDefaultPageNumberPagination, CreditEntitlement>;
11
40
  /**
12
41
  * Credit entitlements define reusable credit templates that can be attached to
13
42
  * products. Each entitlement defines how credits behave in terms of expiration,
@@ -81,6 +110,7 @@ export declare class CreditEntitlements extends APIResource {
81
110
  * endpoint with `deleted=true`
82
111
  */
83
112
  retrieve(id: string, options?: RequestOptions): APIPromise<CreditEntitlement>;
113
+ delete(id: string, options?: RequestOptions): APIPromise<void>;
84
114
  /**
85
115
  * Allows partial updates to a credit entitlement's configuration. Only the fields
86
116
  * provided in the request body will be updated; all other fields remain unchanged.
@@ -140,36 +170,6 @@ export declare class CreditEntitlements extends APIResource {
140
170
  * timeframe fields together, price required for overage
141
171
  */
142
172
  update(id: string, body: CreditEntitlementUpdateParams, options?: RequestOptions): APIPromise<void>;
143
- /**
144
- * Returns a paginated list of credit entitlements, allowing filtering of deleted
145
- * entitlements. By default, only non-deleted entitlements are returned.
146
- *
147
- * # Authentication
148
- *
149
- * Requires an API key with `Viewer` role or higher.
150
- *
151
- * # Query Parameters
152
- *
153
- * - `page_size` - Number of items per page (default: 10, max: 100)
154
- * - `page_number` - Zero-based page number (default: 0)
155
- * - `deleted` - Boolean flag to list deleted entitlements instead of active ones
156
- * (default: false)
157
- *
158
- * # Responses
159
- *
160
- * - `200 OK` - Returns a list of credit entitlements wrapped in a response object
161
- * - `422 Unprocessable Entity` - Invalid query parameters (e.g., page_size > 100)
162
- * - `500 Internal Server Error` - Database or server error
163
- *
164
- * # Business Logic
165
- *
166
- * - Results are ordered by creation date in descending order (newest first)
167
- * - Only entitlements belonging to the authenticated business are returned
168
- * - The `deleted` parameter controls visibility of soft-deleted entitlements
169
- * - Pagination uses offset-based pagination (offset = page_number \* page_size)
170
- */
171
- list(query?: CreditEntitlementListParams | null | undefined, options?: RequestOptions): PagePromise<CreditEntitlementsDefaultPageNumberPagination, CreditEntitlement>;
172
- delete(id: string, options?: RequestOptions): APIPromise<void>;
173
173
  /**
174
174
  * Undeletes a soft-deleted credit entitlement by clearing `deleted_at`, making it
175
175
  * available again through standard list and get endpoints.
@@ -253,6 +253,12 @@ export interface CreditEntitlement {
253
253
  rollover_timeframe_count?: number | null;
254
254
  rollover_timeframe_interval?: SubscriptionsAPI.TimeInterval | null;
255
255
  }
256
+ export interface CreditEntitlementListParams extends DefaultPageNumberPaginationParams {
257
+ /**
258
+ * List deleted credit entitlements
259
+ */
260
+ deleted?: boolean;
261
+ }
256
262
  export interface CreditEntitlementCreateParams {
257
263
  /**
258
264
  * Name of the credit entitlement
@@ -374,14 +380,8 @@ export interface CreditEntitlementUpdateParams {
374
380
  */
375
381
  unit?: string | null;
376
382
  }
377
- export interface CreditEntitlementListParams extends DefaultPageNumberPaginationParams {
378
- /**
379
- * List deleted credit entitlements
380
- */
381
- deleted?: boolean;
382
- }
383
383
  export declare namespace CreditEntitlements {
384
- export { type CbbOverageBehavior as CbbOverageBehavior, type CreditEntitlement as CreditEntitlement, type CreditEntitlementsDefaultPageNumberPagination as CreditEntitlementsDefaultPageNumberPagination, type CreditEntitlementCreateParams as CreditEntitlementCreateParams, type CreditEntitlementUpdateParams as CreditEntitlementUpdateParams, type CreditEntitlementListParams as CreditEntitlementListParams, };
385
- export { Balances as Balances, type CreditLedgerEntry as CreditLedgerEntry, type CustomerCreditBalance as CustomerCreditBalance, type LedgerEntryType as LedgerEntryType, type BalanceCreateLedgerEntryResponse as BalanceCreateLedgerEntryResponse, type BalanceListGrantsResponse as BalanceListGrantsResponse, type CustomerCreditBalancesDefaultPageNumberPagination as CustomerCreditBalancesDefaultPageNumberPagination, type BalanceListGrantsResponsesDefaultPageNumberPagination as BalanceListGrantsResponsesDefaultPageNumberPagination, type CreditLedgerEntriesDefaultPageNumberPagination as CreditLedgerEntriesDefaultPageNumberPagination, type BalanceRetrieveParams as BalanceRetrieveParams, type BalanceListParams as BalanceListParams, type BalanceCreateLedgerEntryParams as BalanceCreateLedgerEntryParams, type BalanceListGrantsParams as BalanceListGrantsParams, type BalanceListLedgerParams as BalanceListLedgerParams, };
384
+ export { type CbbOverageBehavior as CbbOverageBehavior, type CreditEntitlement as CreditEntitlement, type CreditEntitlementsDefaultPageNumberPagination as CreditEntitlementsDefaultPageNumberPagination, type CreditEntitlementListParams as CreditEntitlementListParams, type CreditEntitlementCreateParams as CreditEntitlementCreateParams, type CreditEntitlementUpdateParams as CreditEntitlementUpdateParams, };
385
+ export { Balances as Balances, type CreditLedgerEntry as CreditLedgerEntry, type CustomerCreditBalance as CustomerCreditBalance, type LedgerEntryType as LedgerEntryType, type BalanceCreateLedgerEntryResponse as BalanceCreateLedgerEntryResponse, type BalanceListGrantsResponse as BalanceListGrantsResponse, type CustomerCreditBalancesDefaultPageNumberPagination as CustomerCreditBalancesDefaultPageNumberPagination, type BalanceListGrantsResponsesDefaultPageNumberPagination as BalanceListGrantsResponsesDefaultPageNumberPagination, type CreditLedgerEntriesDefaultPageNumberPagination as CreditLedgerEntriesDefaultPageNumberPagination, type BalanceListParams as BalanceListParams, type BalanceRetrieveParams as BalanceRetrieveParams, type BalanceListGrantsParams as BalanceListGrantsParams, type BalanceListLedgerParams as BalanceListLedgerParams, type BalanceCreateLedgerEntryParams as BalanceCreateLedgerEntryParams, };
386
386
  }
387
387
  //# sourceMappingURL=credit-entitlements.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"credit-entitlements.d.mts","sourceRoot":"","sources":["../../src/resources/credit-entitlements/credit-entitlements.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,gCAA4B;AAClD,OAAO,KAAK,OAAO,oBAAgB;AACnC,OAAO,KAAK,gBAAgB,6BAAyB;AACrD,OAAO,KAAK,WAAW,uBAAmB;AAC1C,OAAO,EACL,8BAA8B,EAC9B,gCAAgC,EAChC,uBAAuB,EACvB,yBAAyB,EACzB,qDAAqD,EACrD,uBAAuB,EACvB,iBAAiB,EACjB,qBAAqB,EACrB,QAAQ,EACR,8CAA8C,EAC9C,iBAAiB,EACjB,qBAAqB,EACrB,iDAAiD,EACjD,eAAe,EAChB,uBAAmB;AACpB,OAAO,EAAE,UAAU,EAAE,mCAA+B;AACpD,OAAO,EACL,2BAA2B,EAC3B,KAAK,iCAAiC,EACtC,WAAW,EACZ,kCAA8B;AAE/B,OAAO,EAAE,cAAc,EAAE,2CAAuC;AAGhE,qBAAa,kBAAmB,SAAQ,WAAW;IACjD,QAAQ,EAAE,WAAW,CAAC,QAAQ,CAA0C;IAExE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA4CG;IACH,MAAM,CAAC,IAAI,EAAE,6BAA6B,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,iBAAiB,CAAC;IAIpG;;;;;;;;;;;;;;;;;;;;;;;;;OAyBG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,iBAAiB,CAAC;IAI7E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAyDG;IACH,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,6BAA6B,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAQnG;;;;;;;;;;;;;;;;;;;;;;;;;;;OA2BG;IACH,IAAI,CACF,KAAK,GAAE,2BAA2B,GAAG,IAAI,GAAG,SAAc,EAC1D,OAAO,CAAC,EAAE,cAAc,GACvB,WAAW,CAAC,6CAA6C,EAAE,iBAAiB,CAAC;IAOhF,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAO9D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAyCG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;CAMjE;AAED,MAAM,MAAM,6CAA6C,GAAG,2BAA2B,CAAC,iBAAiB,CAAC,CAAC;AAE3G;;;;;;;;;GASG;AACH,MAAM,MAAM,kBAAkB,GAC1B,kBAAkB,GAClB,oBAAoB,GACpB,eAAe,GACf,0BAA0B,CAAC;AAE/B,MAAM,WAAW,iBAAiB;IAChC,EAAE,EAAE,MAAM,CAAC;IAEX,WAAW,EAAE,MAAM,CAAC;IAEpB,UAAU,EAAE,MAAM,CAAC;IAEnB,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,gBAAgB,EAAE,kBAAkB,CAAC;IAErC,eAAe,EAAE,OAAO,CAAC;IAEzB,SAAS,EAAE,MAAM,CAAC;IAElB,gBAAgB,EAAE,OAAO,CAAC;IAE1B,IAAI,EAAE,MAAM,CAAC;IAEb,UAAU,EAAE,MAAM,CAAC;IAEnB,QAAQ,CAAC,EAAE,OAAO,CAAC,QAAQ,GAAG,IAAI,CAAC;IAEnC,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE5B,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEnC,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEnC,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE9B;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE/B,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEpC,wBAAwB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEzC,2BAA2B,CAAC,EAAE,gBAAgB,CAAC,YAAY,GAAG,IAAI,CAAC;CACpE;AAED,MAAM,WAAW,6BAA6B;IAC5C;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,eAAe,EAAE,OAAO,CAAC;IAEzB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,gBAAgB,EAAE,OAAO,CAAC;IAE1B;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC,QAAQ,GAAG,IAAI,CAAC;IAEnC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE5B;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEnC;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEnC;;;OAGG;IACH,gBAAgB,CAAC,EAAE,kBAAkB,GAAG,IAAI,CAAC;IAE7C;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE9B;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE/B;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEpC;;OAEG;IACH,wBAAwB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEzC;;OAEG;IACH,2BAA2B,CAAC,EAAE,gBAAgB,CAAC,YAAY,GAAG,IAAI,CAAC;CACpE;AAED,MAAM,WAAW,6BAA6B;IAC5C;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC,QAAQ,GAAG,IAAI,CAAC;IAEnC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE5B;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEnC;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEnC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAErB;;OAEG;IACH,gBAAgB,CAAC,EAAE,kBAAkB,GAAG,IAAI,CAAC;IAE7C;;OAEG;IACH,eAAe,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAEjC;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE9B;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE/B;;OAEG;IACH,gBAAgB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAElC;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEpC;;OAEG;IACH,wBAAwB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEzC;;OAEG;IACH,2BAA2B,CAAC,EAAE,gBAAgB,CAAC,YAAY,GAAG,IAAI,CAAC;IAEnE;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACtB;AAED,MAAM,WAAW,2BAA4B,SAAQ,iCAAiC;IACpF;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAID,MAAM,CAAC,OAAO,WAAW,kBAAkB,CAAC;IAC1C,OAAO,EACL,KAAK,kBAAkB,IAAI,kBAAkB,EAC7C,KAAK,iBAAiB,IAAI,iBAAiB,EAC3C,KAAK,6CAA6C,IAAI,6CAA6C,EACnG,KAAK,6BAA6B,IAAI,6BAA6B,EACnE,KAAK,6BAA6B,IAAI,6BAA6B,EACnE,KAAK,2BAA2B,IAAI,2BAA2B,GAChE,CAAC;IAEF,OAAO,EACL,QAAQ,IAAI,QAAQ,EACpB,KAAK,iBAAiB,IAAI,iBAAiB,EAC3C,KAAK,qBAAqB,IAAI,qBAAqB,EACnD,KAAK,eAAe,IAAI,eAAe,EACvC,KAAK,gCAAgC,IAAI,gCAAgC,EACzE,KAAK,yBAAyB,IAAI,yBAAyB,EAC3D,KAAK,iDAAiD,IAAI,iDAAiD,EAC3G,KAAK,qDAAqD,IAAI,qDAAqD,EACnH,KAAK,8CAA8C,IAAI,8CAA8C,EACrG,KAAK,qBAAqB,IAAI,qBAAqB,EACnD,KAAK,iBAAiB,IAAI,iBAAiB,EAC3C,KAAK,8BAA8B,IAAI,8BAA8B,EACrE,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,uBAAuB,IAAI,uBAAuB,GACxD,CAAC;CACH"}
1
+ {"version":3,"file":"credit-entitlements.d.mts","sourceRoot":"","sources":["../../src/resources/credit-entitlements/credit-entitlements.ts"],"names":[],"mappings":"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"}