@whop/sdk 0.0.25 → 0.0.26

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 (133) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/client.d.mts +23 -20
  3. package/client.d.mts.map +1 -1
  4. package/client.d.ts +23 -20
  5. package/client.d.ts.map +1 -1
  6. package/client.js +6 -2
  7. package/client.js.map +1 -1
  8. package/client.mjs +8 -4
  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 +1 -1
  17. package/resources/ai-chats.d.mts +7 -103
  18. package/resources/ai-chats.d.mts.map +1 -1
  19. package/resources/ai-chats.d.ts +7 -103
  20. package/resources/ai-chats.d.ts.map +1 -1
  21. package/resources/ai-chats.js.map +1 -1
  22. package/resources/ai-chats.mjs.map +1 -1
  23. package/resources/authorized-users.d.mts +39 -5
  24. package/resources/authorized-users.d.mts.map +1 -1
  25. package/resources/authorized-users.d.ts +39 -5
  26. package/resources/authorized-users.d.ts.map +1 -1
  27. package/resources/authorized-users.js +1 -1
  28. package/resources/authorized-users.js.map +1 -1
  29. package/resources/authorized-users.mjs +1 -1
  30. package/resources/authorized-users.mjs.map +1 -1
  31. package/resources/company-token-transactions.d.mts +13 -99
  32. package/resources/company-token-transactions.d.mts.map +1 -1
  33. package/resources/company-token-transactions.d.ts +13 -99
  34. package/resources/company-token-transactions.d.ts.map +1 -1
  35. package/resources/dm-channels.d.mts +161 -0
  36. package/resources/dm-channels.d.mts.map +1 -0
  37. package/resources/dm-channels.d.ts +161 -0
  38. package/resources/dm-channels.d.ts.map +1 -0
  39. package/resources/dm-channels.js +87 -0
  40. package/resources/dm-channels.js.map +1 -0
  41. package/resources/dm-channels.mjs +83 -0
  42. package/resources/dm-channels.mjs.map +1 -0
  43. package/resources/dm-members.d.mts +14 -66
  44. package/resources/dm-members.d.mts.map +1 -1
  45. package/resources/dm-members.d.ts +14 -66
  46. package/resources/dm-members.d.ts.map +1 -1
  47. package/resources/files.d.mts +7 -3
  48. package/resources/files.d.mts.map +1 -1
  49. package/resources/files.d.ts +7 -3
  50. package/resources/files.d.ts.map +1 -1
  51. package/resources/index.d.mts +11 -10
  52. package/resources/index.d.mts.map +1 -1
  53. package/resources/index.d.ts +11 -10
  54. package/resources/index.d.ts.map +1 -1
  55. package/resources/index.js +3 -1
  56. package/resources/index.js.map +1 -1
  57. package/resources/index.mjs +3 -2
  58. package/resources/index.mjs.map +1 -1
  59. package/resources/leads.d.mts +9 -177
  60. package/resources/leads.d.mts.map +1 -1
  61. package/resources/leads.d.ts +9 -177
  62. package/resources/leads.d.ts.map +1 -1
  63. package/resources/ledger-accounts.d.mts +3 -2
  64. package/resources/ledger-accounts.d.mts.map +1 -1
  65. package/resources/ledger-accounts.d.ts +3 -2
  66. package/resources/ledger-accounts.d.ts.map +1 -1
  67. package/resources/ledger-accounts.js.map +1 -1
  68. package/resources/ledger-accounts.mjs.map +1 -1
  69. package/resources/members.d.mts +5 -5
  70. package/resources/members.d.mts.map +1 -1
  71. package/resources/members.d.ts +5 -5
  72. package/resources/members.d.ts.map +1 -1
  73. package/resources/members.js +1 -1
  74. package/resources/members.js.map +1 -1
  75. package/resources/members.mjs +1 -1
  76. package/resources/members.mjs.map +1 -1
  77. package/resources/memberships.d.mts +8 -3
  78. package/resources/memberships.d.mts.map +1 -1
  79. package/resources/memberships.d.ts +8 -3
  80. package/resources/memberships.d.ts.map +1 -1
  81. package/resources/payments.d.mts +33 -0
  82. package/resources/payments.d.mts.map +1 -1
  83. package/resources/payments.d.ts +33 -0
  84. package/resources/payments.d.ts.map +1 -1
  85. package/resources/payout-methods.d.mts +8 -3
  86. package/resources/payout-methods.d.mts.map +1 -1
  87. package/resources/payout-methods.d.ts +8 -3
  88. package/resources/payout-methods.d.ts.map +1 -1
  89. package/resources/payout-methods.js.map +1 -1
  90. package/resources/payout-methods.mjs.map +1 -1
  91. package/resources/shared.d.mts +35 -1
  92. package/resources/shared.d.mts.map +1 -1
  93. package/resources/shared.d.ts +35 -1
  94. package/resources/shared.d.ts.map +1 -1
  95. package/resources/verifications.d.mts +11 -3
  96. package/resources/verifications.d.mts.map +1 -1
  97. package/resources/verifications.d.ts +11 -3
  98. package/resources/verifications.d.ts.map +1 -1
  99. package/resources/webhooks.d.mts +34 -293
  100. package/resources/webhooks.d.mts.map +1 -1
  101. package/resources/webhooks.d.ts +34 -293
  102. package/resources/webhooks.d.ts.map +1 -1
  103. package/resources/webhooks.js.map +1 -1
  104. package/resources/webhooks.mjs +2 -2
  105. package/resources/webhooks.mjs.map +1 -1
  106. package/resources/withdrawals.d.mts +17 -128
  107. package/resources/withdrawals.d.mts.map +1 -1
  108. package/resources/withdrawals.d.ts +17 -128
  109. package/resources/withdrawals.d.ts.map +1 -1
  110. package/src/client.ts +68 -34
  111. package/src/internal/parse.ts +6 -0
  112. package/src/resources/ai-chats.ts +7 -126
  113. package/src/resources/authorized-users.ts +45 -5
  114. package/src/resources/company-token-transactions.ts +14 -116
  115. package/src/resources/dm-channels.ts +212 -0
  116. package/src/resources/dm-members.ts +16 -78
  117. package/src/resources/files.ts +8 -2
  118. package/src/resources/index.ts +36 -17
  119. package/src/resources/leads.ts +9 -205
  120. package/src/resources/ledger-accounts.ts +3 -35
  121. package/src/resources/members.ts +6 -6
  122. package/src/resources/memberships.ts +16 -18
  123. package/src/resources/payments.ts +40 -0
  124. package/src/resources/payout-methods.ts +15 -2
  125. package/src/resources/shared.ts +42 -9
  126. package/src/resources/verifications.ts +49 -36
  127. package/src/resources/webhooks.ts +67 -728
  128. package/src/resources/withdrawals.ts +24 -205
  129. package/src/version.ts +1 -1
  130. package/version.d.mts +1 -1
  131. package/version.d.ts +1 -1
  132. package/version.js +1 -1
  133. 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
 
@@ -75,32 +75,10 @@ export class Withdrawals extends APIResource {
75
75
 
76
76
  export type WithdrawalListResponsesCursorPage = CursorPage<WithdrawalListResponse>;
77
77
 
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
78
  /**
101
79
  * A withdrawal request.
102
80
  */
103
- export interface WithdrawalCreateResponse {
81
+ export interface Withdrawal {
104
82
  /**
105
83
  * Internal ID of the withdrawal request.
106
84
  */
@@ -197,7 +175,7 @@ export interface WithdrawalCreateResponse {
197
175
  /**
198
176
  * The ledger account associated with the withdrawal.
199
177
  */
200
- ledger_account: WithdrawalCreateResponse.LedgerAccount;
178
+ ledger_account: Withdrawal.LedgerAccount;
201
179
 
202
180
  /**
203
181
  * The markup fee that was charged for the withdrawal. This is in the same currency
@@ -209,7 +187,7 @@ export interface WithdrawalCreateResponse {
209
187
  /**
210
188
  * The payout token used for the withdrawal, if applicable.
211
189
  */
212
- payout_token: WithdrawalCreateResponse.PayoutToken | null;
190
+ payout_token: Withdrawal.PayoutToken | null;
213
191
 
214
192
  /**
215
193
  * The speed of the withdrawal.
@@ -228,7 +206,7 @@ export interface WithdrawalCreateResponse {
228
206
  trace_code: string | null;
229
207
  }
230
208
 
231
- export namespace WithdrawalCreateResponse {
209
+ export namespace Withdrawal {
232
210
  /**
233
211
  * The ledger account associated with the withdrawal.
234
212
  */
@@ -278,184 +256,26 @@ export namespace WithdrawalCreateResponse {
278
256
  }
279
257
 
280
258
  /**
281
- * A withdrawal request.
259
+ * The different fee types for a withdrawal.
282
260
  */
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;
261
+ export type WithdrawalFeeTypes = 'exclusive' | 'inclusive';
446
262
 
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;
263
+ /**
264
+ * The different speeds of withdrawals
265
+ */
266
+ export type WithdrawalSpeeds = 'standard' | 'instant';
452
267
 
453
- /**
454
- * The name of the payer associated with the payout token.
455
- */
456
- payer_name: string | null;
457
- }
458
- }
268
+ /**
269
+ * The status of a withdrawal request
270
+ */
271
+ export type WithdrawalStatus =
272
+ | 'requested'
273
+ | 'awaiting_payment'
274
+ | 'in_transit'
275
+ | 'completed'
276
+ | 'failed'
277
+ | 'canceled'
278
+ | 'denied';
459
279
 
460
280
  /**
461
281
  * A withdrawal request.
@@ -582,11 +402,10 @@ export interface WithdrawalListParams extends CursorPageParams {
582
402
 
583
403
  export declare namespace Withdrawals {
584
404
  export {
405
+ type Withdrawal as Withdrawal,
585
406
  type WithdrawalFeeTypes as WithdrawalFeeTypes,
586
407
  type WithdrawalSpeeds as WithdrawalSpeeds,
587
408
  type WithdrawalStatus as WithdrawalStatus,
588
- type WithdrawalCreateResponse as WithdrawalCreateResponse,
589
- type WithdrawalRetrieveResponse as WithdrawalRetrieveResponse,
590
409
  type WithdrawalListResponse as WithdrawalListResponse,
591
410
  type WithdrawalListResponsesCursorPage as WithdrawalListResponsesCursorPage,
592
411
  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.26'; // 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.26";
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.26";
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.26'; // 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.26'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map