@whop/sdk 0.0.25 → 0.0.27

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 (271) hide show
  1. package/CHANGELOG.md +58 -0
  2. package/client.d.mts +29 -25
  3. package/client.d.mts.map +1 -1
  4. package/client.d.ts +29 -25
  5. package/client.d.ts.map +1 -1
  6. package/client.js +14 -3
  7. package/client.js.map +1 -1
  8. package/client.mjs +16 -5
  9. package/client.mjs.map +1 -1
  10. package/internal/parse.d.mts.map +1 -1
  11. package/internal/parse.d.ts.map +1 -1
  12. package/internal/parse.js +5 -0
  13. package/internal/parse.js.map +1 -1
  14. package/internal/parse.mjs +5 -0
  15. package/internal/parse.mjs.map +1 -1
  16. package/package.json +3 -3
  17. package/resources/access-tokens.d.mts +32 -51
  18. package/resources/access-tokens.d.mts.map +1 -1
  19. package/resources/access-tokens.d.ts +32 -51
  20. package/resources/access-tokens.d.ts.map +1 -1
  21. package/resources/access-tokens.js +6 -8
  22. package/resources/access-tokens.js.map +1 -1
  23. package/resources/access-tokens.mjs +6 -8
  24. package/resources/access-tokens.mjs.map +1 -1
  25. package/resources/ai-chats.d.mts +36 -104
  26. package/resources/ai-chats.d.mts.map +1 -1
  27. package/resources/ai-chats.d.ts +36 -104
  28. package/resources/ai-chats.d.ts.map +1 -1
  29. package/resources/ai-chats.js +1 -1
  30. package/resources/ai-chats.js.map +1 -1
  31. package/resources/ai-chats.mjs +1 -1
  32. package/resources/ai-chats.mjs.map +1 -1
  33. package/resources/app-builds.d.mts +2 -2
  34. package/resources/app-builds.d.ts +2 -2
  35. package/resources/apps.d.mts +5 -4
  36. package/resources/apps.d.mts.map +1 -1
  37. package/resources/apps.d.ts +5 -4
  38. package/resources/apps.d.ts.map +1 -1
  39. package/resources/authorized-users.d.mts +43 -9
  40. package/resources/authorized-users.d.mts.map +1 -1
  41. package/resources/authorized-users.d.ts +43 -9
  42. package/resources/authorized-users.d.ts.map +1 -1
  43. package/resources/authorized-users.js +1 -1
  44. package/resources/authorized-users.js.map +1 -1
  45. package/resources/authorized-users.mjs +1 -1
  46. package/resources/authorized-users.mjs.map +1 -1
  47. package/resources/chat-channels.d.mts +1 -1
  48. package/resources/chat-channels.d.ts +1 -1
  49. package/resources/checkout-configurations.d.mts +24 -16
  50. package/resources/checkout-configurations.d.mts.map +1 -1
  51. package/resources/checkout-configurations.d.ts +24 -16
  52. package/resources/checkout-configurations.d.ts.map +1 -1
  53. package/resources/companies.d.mts +38 -25
  54. package/resources/companies.d.mts.map +1 -1
  55. package/resources/companies.d.ts +38 -25
  56. package/resources/companies.d.ts.map +1 -1
  57. package/resources/companies.js +7 -4
  58. package/resources/companies.js.map +1 -1
  59. package/resources/companies.mjs +7 -4
  60. package/resources/companies.mjs.map +1 -1
  61. package/resources/company-token-transactions.d.mts +23 -109
  62. package/resources/company-token-transactions.d.mts.map +1 -1
  63. package/resources/company-token-transactions.d.ts +23 -109
  64. package/resources/company-token-transactions.d.ts.map +1 -1
  65. package/resources/course-chapters.d.mts +3 -3
  66. package/resources/course-chapters.d.ts +3 -3
  67. package/resources/course-lessons.d.mts +15 -15
  68. package/resources/course-lessons.d.ts +15 -15
  69. package/resources/course-students.d.mts +6 -6
  70. package/resources/course-students.d.ts +6 -6
  71. package/resources/courses.d.mts +8 -8
  72. package/resources/courses.d.ts +8 -8
  73. package/resources/disputes.d.mts +20 -18
  74. package/resources/disputes.d.mts.map +1 -1
  75. package/resources/disputes.d.ts +20 -18
  76. package/resources/disputes.d.ts.map +1 -1
  77. package/resources/dm-channels.d.mts +161 -0
  78. package/resources/dm-channels.d.mts.map +1 -0
  79. package/resources/dm-channels.d.ts +161 -0
  80. package/resources/dm-channels.d.ts.map +1 -0
  81. package/resources/dm-channels.js +87 -0
  82. package/resources/dm-channels.js.map +1 -0
  83. package/resources/dm-channels.mjs +83 -0
  84. package/resources/dm-channels.mjs.map +1 -0
  85. package/resources/dm-members.d.mts +14 -66
  86. package/resources/dm-members.d.mts.map +1 -1
  87. package/resources/dm-members.d.ts +14 -66
  88. package/resources/dm-members.d.ts.map +1 -1
  89. package/resources/entries.d.mts +6 -6
  90. package/resources/entries.d.ts +6 -6
  91. package/resources/experiences.d.mts +6 -5
  92. package/resources/experiences.d.mts.map +1 -1
  93. package/resources/experiences.d.ts +6 -5
  94. package/resources/experiences.d.ts.map +1 -1
  95. package/resources/fee-markups.d.mts +6 -6
  96. package/resources/fee-markups.d.ts +6 -6
  97. package/resources/files.d.mts +9 -5
  98. package/resources/files.d.mts.map +1 -1
  99. package/resources/files.d.ts +9 -5
  100. package/resources/files.d.ts.map +1 -1
  101. package/resources/forum-posts.d.mts +8 -4
  102. package/resources/forum-posts.d.mts.map +1 -1
  103. package/resources/forum-posts.d.ts +8 -4
  104. package/resources/forum-posts.d.ts.map +1 -1
  105. package/resources/forums.d.mts +1 -1
  106. package/resources/forums.d.ts +1 -1
  107. package/resources/index.d.mts +12 -11
  108. package/resources/index.d.mts.map +1 -1
  109. package/resources/index.d.ts +12 -11
  110. package/resources/index.d.ts.map +1 -1
  111. package/resources/index.js +3 -1
  112. package/resources/index.js.map +1 -1
  113. package/resources/index.mjs +3 -2
  114. package/resources/index.mjs.map +1 -1
  115. package/resources/invoices.d.mts +28 -20
  116. package/resources/invoices.d.mts.map +1 -1
  117. package/resources/invoices.d.ts +28 -20
  118. package/resources/invoices.d.ts.map +1 -1
  119. package/resources/leads.d.mts +21 -189
  120. package/resources/leads.d.mts.map +1 -1
  121. package/resources/leads.d.ts +21 -189
  122. package/resources/leads.d.ts.map +1 -1
  123. package/resources/ledger-accounts.d.mts +12 -9
  124. package/resources/ledger-accounts.d.mts.map +1 -1
  125. package/resources/ledger-accounts.d.ts +12 -9
  126. package/resources/ledger-accounts.d.ts.map +1 -1
  127. package/resources/ledger-accounts.js.map +1 -1
  128. package/resources/ledger-accounts.mjs.map +1 -1
  129. package/resources/members.d.mts +14 -14
  130. package/resources/members.d.mts.map +1 -1
  131. package/resources/members.d.ts +14 -14
  132. package/resources/members.d.ts.map +1 -1
  133. package/resources/members.js +1 -1
  134. package/resources/members.js.map +1 -1
  135. package/resources/members.mjs +1 -1
  136. package/resources/members.mjs.map +1 -1
  137. package/resources/memberships.d.mts +25 -15
  138. package/resources/memberships.d.mts.map +1 -1
  139. package/resources/memberships.d.ts +25 -15
  140. package/resources/memberships.d.ts.map +1 -1
  141. package/resources/messages.d.mts +7 -3
  142. package/resources/messages.d.mts.map +1 -1
  143. package/resources/messages.d.ts +7 -3
  144. package/resources/messages.d.ts.map +1 -1
  145. package/resources/payments.d.mts +59 -19
  146. package/resources/payments.d.mts.map +1 -1
  147. package/resources/payments.d.ts +59 -19
  148. package/resources/payments.d.ts.map +1 -1
  149. package/resources/payout-methods.d.mts +14 -9
  150. package/resources/payout-methods.d.mts.map +1 -1
  151. package/resources/payout-methods.d.ts +14 -9
  152. package/resources/payout-methods.d.ts.map +1 -1
  153. package/resources/payout-methods.js.map +1 -1
  154. package/resources/payout-methods.mjs.map +1 -1
  155. package/resources/plans.d.mts +34 -24
  156. package/resources/plans.d.mts.map +1 -1
  157. package/resources/plans.d.ts +34 -24
  158. package/resources/plans.d.ts.map +1 -1
  159. package/resources/products.d.mts +4 -2
  160. package/resources/products.d.mts.map +1 -1
  161. package/resources/products.d.ts +4 -2
  162. package/resources/products.d.ts.map +1 -1
  163. package/resources/promo-codes.d.mts +22 -12
  164. package/resources/promo-codes.d.mts.map +1 -1
  165. package/resources/promo-codes.d.ts +22 -12
  166. package/resources/promo-codes.d.ts.map +1 -1
  167. package/resources/reactions.d.mts +1 -1
  168. package/resources/reactions.d.ts +1 -1
  169. package/resources/refunds.d.mts +19 -15
  170. package/resources/refunds.d.mts.map +1 -1
  171. package/resources/refunds.d.ts +19 -15
  172. package/resources/refunds.d.ts.map +1 -1
  173. package/resources/reviews.d.mts +10 -10
  174. package/resources/reviews.d.ts +10 -10
  175. package/resources/setup-intents.d.mts +18 -20
  176. package/resources/setup-intents.d.mts.map +1 -1
  177. package/resources/setup-intents.d.ts +18 -20
  178. package/resources/setup-intents.d.ts.map +1 -1
  179. package/resources/shared.d.mts +209 -137
  180. package/resources/shared.d.mts.map +1 -1
  181. package/resources/shared.d.ts +209 -137
  182. package/resources/shared.d.ts.map +1 -1
  183. package/resources/shipments.d.mts +4 -4
  184. package/resources/shipments.d.ts +4 -4
  185. package/resources/support-channels.d.mts +1 -1
  186. package/resources/support-channels.d.ts +1 -1
  187. package/resources/topups.d.mts +6 -4
  188. package/resources/topups.d.mts.map +1 -1
  189. package/resources/topups.d.ts +6 -4
  190. package/resources/topups.d.ts.map +1 -1
  191. package/resources/transfers.d.mts +8 -5
  192. package/resources/transfers.d.mts.map +1 -1
  193. package/resources/transfers.d.ts +8 -5
  194. package/resources/transfers.d.ts.map +1 -1
  195. package/resources/users.d.mts +46 -8
  196. package/resources/users.d.mts.map +1 -1
  197. package/resources/users.d.ts +46 -8
  198. package/resources/users.d.ts.map +1 -1
  199. package/resources/users.js +10 -0
  200. package/resources/users.js.map +1 -1
  201. package/resources/users.mjs +10 -0
  202. package/resources/users.mjs.map +1 -1
  203. package/resources/verifications.d.mts +12 -4
  204. package/resources/verifications.d.mts.map +1 -1
  205. package/resources/verifications.d.ts +12 -4
  206. package/resources/verifications.d.ts.map +1 -1
  207. package/resources/webhooks.d.mts +105 -350
  208. package/resources/webhooks.d.mts.map +1 -1
  209. package/resources/webhooks.d.ts +105 -350
  210. package/resources/webhooks.d.ts.map +1 -1
  211. package/resources/webhooks.js.map +1 -1
  212. package/resources/webhooks.mjs +2 -2
  213. package/resources/webhooks.mjs.map +1 -1
  214. package/resources/withdrawals.d.mts +32 -139
  215. package/resources/withdrawals.d.mts.map +1 -1
  216. package/resources/withdrawals.d.ts +32 -139
  217. package/resources/withdrawals.d.ts.map +1 -1
  218. package/src/client.ts +87 -41
  219. package/src/internal/parse.ts +6 -0
  220. package/src/resources/access-tokens.ts +35 -56
  221. package/src/resources/ai-chats.ts +36 -122
  222. package/src/resources/app-builds.ts +2 -2
  223. package/src/resources/apps.ts +5 -4
  224. package/src/resources/authorized-users.ts +49 -9
  225. package/src/resources/chat-channels.ts +1 -1
  226. package/src/resources/checkout-configurations.ts +24 -16
  227. package/src/resources/companies.ts +41 -26
  228. package/src/resources/company-token-transactions.ts +24 -126
  229. package/src/resources/course-chapters.ts +3 -3
  230. package/src/resources/course-lessons.ts +15 -15
  231. package/src/resources/course-students.ts +6 -6
  232. package/src/resources/courses.ts +8 -8
  233. package/src/resources/disputes.ts +20 -18
  234. package/src/resources/dm-channels.ts +212 -0
  235. package/src/resources/dm-members.ts +16 -78
  236. package/src/resources/entries.ts +6 -6
  237. package/src/resources/experiences.ts +6 -5
  238. package/src/resources/fee-markups.ts +6 -6
  239. package/src/resources/files.ts +10 -4
  240. package/src/resources/forum-posts.ts +8 -4
  241. package/src/resources/forums.ts +1 -1
  242. package/src/resources/index.ts +38 -18
  243. package/src/resources/invoices.ts +28 -20
  244. package/src/resources/leads.ts +21 -217
  245. package/src/resources/ledger-accounts.ts +12 -42
  246. package/src/resources/members.ts +15 -15
  247. package/src/resources/memberships.ts +34 -30
  248. package/src/resources/messages.ts +7 -3
  249. package/src/resources/payments.ts +67 -17
  250. package/src/resources/payout-methods.ts +21 -8
  251. package/src/resources/plans.ts +34 -24
  252. package/src/resources/products.ts +4 -2
  253. package/src/resources/promo-codes.ts +22 -12
  254. package/src/resources/reactions.ts +1 -1
  255. package/src/resources/refunds.ts +20 -15
  256. package/src/resources/reviews.ts +10 -10
  257. package/src/resources/setup-intents.ts +18 -20
  258. package/src/resources/shared.ts +217 -145
  259. package/src/resources/shipments.ts +4 -4
  260. package/src/resources/support-channels.ts +1 -1
  261. package/src/resources/topups.ts +6 -4
  262. package/src/resources/transfers.ts +8 -5
  263. package/src/resources/users.ts +58 -8
  264. package/src/resources/verifications.ts +50 -37
  265. package/src/resources/webhooks.ts +138 -785
  266. package/src/resources/withdrawals.ts +39 -216
  267. package/src/version.ts +1 -1
  268. package/version.d.mts +1 -1
  269. package/version.d.ts +1 -1
  270. package/version.js +1 -1
  271. package/version.mjs +1 -1
@@ -25,7 +25,7 @@ export class Withdrawals extends APIResource {
25
25
  * });
26
26
  * ```
27
27
  */
28
- create(body: WithdrawalCreateParams, options?: RequestOptions): APIPromise<WithdrawalCreateResponse> {
28
+ create(body: WithdrawalCreateParams, options?: RequestOptions): APIPromise<Withdrawal> {
29
29
  return this._client.post('/withdrawals', { body, ...options });
30
30
  }
31
31
 
@@ -44,7 +44,7 @@ export class Withdrawals extends APIResource {
44
44
  * );
45
45
  * ```
46
46
  */
47
- retrieve(id: string, options?: RequestOptions): APIPromise<WithdrawalRetrieveResponse> {
47
+ retrieve(id: string, options?: RequestOptions): APIPromise<Withdrawal> {
48
48
  return this._client.get(path`/withdrawals/${id}`, options);
49
49
  }
50
50
 
@@ -76,43 +76,23 @@ export class Withdrawals extends APIResource {
76
76
  export type WithdrawalListResponsesCursorPage = CursorPage<WithdrawalListResponse>;
77
77
 
78
78
  /**
79
- * The different fee types for a withdrawal.
80
- */
81
- export type WithdrawalFeeTypes = 'exclusive' | 'inclusive';
82
-
83
- /**
84
- * The different speeds of withdrawals
85
- */
86
- export type WithdrawalSpeeds = 'standard' | 'instant';
87
-
88
- /**
89
- * The status of a withdrawal request
90
- */
91
- export type WithdrawalStatus =
92
- | 'requested'
93
- | 'awaiting_payment'
94
- | 'in_transit'
95
- | 'completed'
96
- | 'failed'
97
- | 'canceled'
98
- | 'denied';
99
-
100
- /**
101
- * A withdrawal request.
79
+ * A withdrawal represents a request to transfer funds from a company's ledger
80
+ * account to an external payout method.
102
81
  */
103
- export interface WithdrawalCreateResponse {
82
+ export interface Withdrawal {
104
83
  /**
105
- * Internal ID of the withdrawal request.
84
+ * The unique identifier for the withdrawal.
106
85
  */
107
86
  id: string;
108
87
 
109
88
  /**
110
- * How much money was attempted to be withdrawn, in a float type.
89
+ * The withdrawal amount. Provided as a number in the specified currency. Eg:
90
+ * 100.00 for $100.00 USD.
111
91
  */
112
92
  amount: number;
113
93
 
114
94
  /**
115
- * When the withdrawal request was created.
95
+ * The datetime the withdrawal was created.
116
96
  */
117
97
  created_at: string;
118
98
 
@@ -197,7 +177,7 @@ export interface WithdrawalCreateResponse {
197
177
  /**
198
178
  * The ledger account associated with the withdrawal.
199
179
  */
200
- ledger_account: WithdrawalCreateResponse.LedgerAccount;
180
+ ledger_account: Withdrawal.LedgerAccount;
201
181
 
202
182
  /**
203
183
  * The markup fee that was charged for the withdrawal. This is in the same currency
@@ -209,7 +189,7 @@ export interface WithdrawalCreateResponse {
209
189
  /**
210
190
  * The payout token used for the withdrawal, if applicable.
211
191
  */
212
- payout_token: WithdrawalCreateResponse.PayoutToken | null;
192
+ payout_token: Withdrawal.PayoutToken | null;
213
193
 
214
194
  /**
215
195
  * The speed of the withdrawal.
@@ -228,13 +208,13 @@ export interface WithdrawalCreateResponse {
228
208
  trace_code: string | null;
229
209
  }
230
210
 
231
- export namespace WithdrawalCreateResponse {
211
+ export namespace Withdrawal {
232
212
  /**
233
213
  * The ledger account associated with the withdrawal.
234
214
  */
235
215
  export interface LedgerAccount {
236
216
  /**
237
- * The ID of the LedgerAccount.
217
+ * The unique identifier for the ledger account.
238
218
  */
239
219
  id: string;
240
220
 
@@ -249,12 +229,12 @@ export namespace WithdrawalCreateResponse {
249
229
  */
250
230
  export interface PayoutToken {
251
231
  /**
252
- * The ID of the payout token
232
+ * The unique identifier for the payout token.
253
233
  */
254
234
  id: string;
255
235
 
256
236
  /**
257
- * The date and time the payout token was created
237
+ * The datetime the payout token was created.
258
238
  */
259
239
  created_at: string;
260
240
 
@@ -278,201 +258,45 @@ export namespace WithdrawalCreateResponse {
278
258
  }
279
259
 
280
260
  /**
281
- * A withdrawal request.
261
+ * The different fee types for a withdrawal.
282
262
  */
283
- export interface WithdrawalRetrieveResponse {
284
- /**
285
- * Internal ID of the withdrawal request.
286
- */
287
- id: string;
288
-
289
- /**
290
- * How much money was attempted to be withdrawn, in a float type.
291
- */
292
- amount: number;
293
-
294
- /**
295
- * When the withdrawal request was created.
296
- */
297
- created_at: string;
298
-
299
- /**
300
- * The currency of the withdrawal request.
301
- */
302
- currency: Shared.Currency;
303
-
304
- /**
305
- * The different error codes a payout can be in.
306
- */
307
- error_code:
308
- | 'account_closed'
309
- | 'account_does_not_exist'
310
- | 'account_information_invalid'
311
- | 'account_number_invalid_region'
312
- | 'account_frozen'
313
- | 'account_lookup_failed'
314
- | 'account_not_found'
315
- | 'amount_out_of_bounds'
316
- | 'attributes_not_validated'
317
- | 'b2b_payments_prohibited'
318
- | 'bank_statement_required'
319
- | 'compliance_review'
320
- | 'currency_not_supported'
321
- | 'deposit_canceled'
322
- | 'deposit_failed'
323
- | 'deposit_rejected'
324
- | 'destination_unavailable'
325
- | 'exceeded_account_limit'
326
- | 'expired_quote'
327
- | 'generic_payout_error'
328
- | 'technical_problem'
329
- | 'identification_number_invalid'
330
- | 'invalid_account_number'
331
- | 'invalid_bank_code'
332
- | 'invalid_beneficiary'
333
- | 'invalid_mailing_address'
334
- | 'invalid_branch_number'
335
- | 'invalid_branch_code'
336
- | 'invalid_phone_number'
337
- | 'invalid_routing_number'
338
- | 'invalid_swift_code'
339
- | 'invalid_company_details'
340
- | 'manual_cancelation'
341
- | 'misc_error'
342
- | 'missing_city_and_country'
343
- | 'missing_phone_number'
344
- | 'missing_remittance_info'
345
- | 'payee_name_invalid'
346
- | 'receiving_account_locked'
347
- | 'rejected_by_compliance'
348
- | 'rtp_not_supported'
349
- | 'non_transaction_account'
350
- | 'source_token_insufficient_funds'
351
- | 'ssn_invalid'
352
- | 'wallet_screenshot_required'
353
- | 'unsupported_region'
354
- | null;
355
-
356
- /**
357
- * The error message for the withdrawal, if any.
358
- */
359
- error_message: string | null;
360
-
361
- /**
362
- * The estimated availability date for the withdrawal, if any.
363
- */
364
- estimated_availability: string | null;
365
-
366
- /**
367
- * The fee amount that was charged for the withdrawal. This is in the same currency
368
- * as the withdrawal amount.
369
- */
370
- fee_amount: number;
371
-
372
- /**
373
- * The different fee types for a withdrawal.
374
- */
375
- fee_type: WithdrawalFeeTypes | null;
376
-
377
- /**
378
- * The ledger account associated with the withdrawal.
379
- */
380
- ledger_account: WithdrawalRetrieveResponse.LedgerAccount;
381
-
382
- /**
383
- * The markup fee that was charged for the withdrawal. This is in the same currency
384
- * as the withdrawal amount. This only applies to platform accounts using Whop
385
- * Rails.
386
- */
387
- markup_fee: number;
388
-
389
- /**
390
- * The payout token used for the withdrawal, if applicable.
391
- */
392
- payout_token: WithdrawalRetrieveResponse.PayoutToken | null;
393
-
394
- /**
395
- * The speed of the withdrawal.
396
- */
397
- speed: WithdrawalSpeeds;
398
-
399
- /**
400
- * Status of the withdrawal.
401
- */
402
- status: WithdrawalStatus;
403
-
404
- /**
405
- * The trace code for the payout, if applicable. Provided on ACH transactions when
406
- * available.
407
- */
408
- trace_code: string | null;
409
- }
410
-
411
- export namespace WithdrawalRetrieveResponse {
412
- /**
413
- * The ledger account associated with the withdrawal.
414
- */
415
- export interface LedgerAccount {
416
- /**
417
- * The ID of the LedgerAccount.
418
- */
419
- id: string;
420
-
421
- /**
422
- * The ID of the company associated with this ledger account.
423
- */
424
- company_id: string | null;
425
- }
426
-
427
- /**
428
- * The payout token used for the withdrawal, if applicable.
429
- */
430
- export interface PayoutToken {
431
- /**
432
- * The ID of the payout token
433
- */
434
- id: string;
435
-
436
- /**
437
- * The date and time the payout token was created
438
- */
439
- created_at: string;
440
-
441
- /**
442
- * The currency code of the payout destination. This is the currency that payouts
443
- * will be made in for this token.
444
- */
445
- destination_currency_code: string;
263
+ export type WithdrawalFeeTypes = 'exclusive' | 'inclusive';
446
264
 
447
- /**
448
- * An optional nickname for the payout token to help the user identify it. This is
449
- * not used by the provider and is only for the user's reference.
450
- */
451
- nickname: string | null;
265
+ /**
266
+ * The different speeds of withdrawals
267
+ */
268
+ export type WithdrawalSpeeds = 'standard' | 'instant';
452
269
 
453
- /**
454
- * The name of the payer associated with the payout token.
455
- */
456
- payer_name: string | null;
457
- }
458
- }
270
+ /**
271
+ * The status of a withdrawal request
272
+ */
273
+ export type WithdrawalStatus =
274
+ | 'requested'
275
+ | 'awaiting_payment'
276
+ | 'in_transit'
277
+ | 'completed'
278
+ | 'failed'
279
+ | 'canceled'
280
+ | 'denied';
459
281
 
460
282
  /**
461
- * A withdrawal request.
283
+ * A withdrawal represents a request to transfer funds from a company's ledger
284
+ * account to an external payout method.
462
285
  */
463
286
  export interface WithdrawalListResponse {
464
287
  /**
465
- * Internal ID of the withdrawal request.
288
+ * The unique identifier for the withdrawal.
466
289
  */
467
290
  id: string;
468
291
 
469
292
  /**
470
- * How much money was attempted to be withdrawn, in a float type.
293
+ * The withdrawal amount. Provided as a number in the specified currency. Eg:
294
+ * 100.00 for $100.00 USD.
471
295
  */
472
296
  amount: number;
473
297
 
474
298
  /**
475
- * When the withdrawal request was created.
299
+ * The datetime the withdrawal was created.
476
300
  */
477
301
  created_at: string;
478
302
 
@@ -582,11 +406,10 @@ export interface WithdrawalListParams extends CursorPageParams {
582
406
 
583
407
  export declare namespace Withdrawals {
584
408
  export {
409
+ type Withdrawal as Withdrawal,
585
410
  type WithdrawalFeeTypes as WithdrawalFeeTypes,
586
411
  type WithdrawalSpeeds as WithdrawalSpeeds,
587
412
  type WithdrawalStatus as WithdrawalStatus,
588
- type WithdrawalCreateResponse as WithdrawalCreateResponse,
589
- type WithdrawalRetrieveResponse as WithdrawalRetrieveResponse,
590
413
  type WithdrawalListResponse as WithdrawalListResponse,
591
414
  type WithdrawalListResponsesCursorPage as WithdrawalListResponsesCursorPage,
592
415
  type WithdrawalCreateParams as WithdrawalCreateParams,
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.0.25'; // x-release-please-version
1
+ export const VERSION = '0.0.27'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.0.25";
1
+ export declare const VERSION = "0.0.27";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.0.25";
1
+ export declare const VERSION = "0.0.27";
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 = '0.0.25'; // x-release-please-version
4
+ exports.VERSION = '0.0.27'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.0.25'; // x-release-please-version
1
+ export const VERSION = '0.0.27'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map