@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.
- package/CHANGELOG.md +21 -0
- package/client.d.mts +23 -20
- package/client.d.mts.map +1 -1
- package/client.d.ts +23 -20
- package/client.d.ts.map +1 -1
- package/client.js +6 -2
- package/client.js.map +1 -1
- package/client.mjs +8 -4
- package/client.mjs.map +1 -1
- package/internal/parse.d.mts.map +1 -1
- package/internal/parse.d.ts.map +1 -1
- package/internal/parse.js +5 -0
- package/internal/parse.js.map +1 -1
- package/internal/parse.mjs +5 -0
- package/internal/parse.mjs.map +1 -1
- package/package.json +1 -1
- package/resources/ai-chats.d.mts +7 -103
- package/resources/ai-chats.d.mts.map +1 -1
- package/resources/ai-chats.d.ts +7 -103
- package/resources/ai-chats.d.ts.map +1 -1
- package/resources/ai-chats.js.map +1 -1
- package/resources/ai-chats.mjs.map +1 -1
- package/resources/authorized-users.d.mts +39 -5
- package/resources/authorized-users.d.mts.map +1 -1
- package/resources/authorized-users.d.ts +39 -5
- package/resources/authorized-users.d.ts.map +1 -1
- package/resources/authorized-users.js +1 -1
- package/resources/authorized-users.js.map +1 -1
- package/resources/authorized-users.mjs +1 -1
- package/resources/authorized-users.mjs.map +1 -1
- package/resources/company-token-transactions.d.mts +13 -99
- package/resources/company-token-transactions.d.mts.map +1 -1
- package/resources/company-token-transactions.d.ts +13 -99
- package/resources/company-token-transactions.d.ts.map +1 -1
- package/resources/dm-channels.d.mts +161 -0
- package/resources/dm-channels.d.mts.map +1 -0
- package/resources/dm-channels.d.ts +161 -0
- package/resources/dm-channels.d.ts.map +1 -0
- package/resources/dm-channels.js +87 -0
- package/resources/dm-channels.js.map +1 -0
- package/resources/dm-channels.mjs +83 -0
- package/resources/dm-channels.mjs.map +1 -0
- package/resources/dm-members.d.mts +14 -66
- package/resources/dm-members.d.mts.map +1 -1
- package/resources/dm-members.d.ts +14 -66
- package/resources/dm-members.d.ts.map +1 -1
- package/resources/files.d.mts +7 -3
- package/resources/files.d.mts.map +1 -1
- package/resources/files.d.ts +7 -3
- package/resources/files.d.ts.map +1 -1
- package/resources/index.d.mts +11 -10
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +11 -10
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +3 -1
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +3 -2
- package/resources/index.mjs.map +1 -1
- package/resources/leads.d.mts +9 -177
- package/resources/leads.d.mts.map +1 -1
- package/resources/leads.d.ts +9 -177
- package/resources/leads.d.ts.map +1 -1
- package/resources/ledger-accounts.d.mts +3 -2
- package/resources/ledger-accounts.d.mts.map +1 -1
- package/resources/ledger-accounts.d.ts +3 -2
- package/resources/ledger-accounts.d.ts.map +1 -1
- package/resources/ledger-accounts.js.map +1 -1
- package/resources/ledger-accounts.mjs.map +1 -1
- package/resources/members.d.mts +5 -5
- package/resources/members.d.mts.map +1 -1
- package/resources/members.d.ts +5 -5
- package/resources/members.d.ts.map +1 -1
- package/resources/members.js +1 -1
- package/resources/members.js.map +1 -1
- package/resources/members.mjs +1 -1
- package/resources/members.mjs.map +1 -1
- package/resources/memberships.d.mts +8 -3
- package/resources/memberships.d.mts.map +1 -1
- package/resources/memberships.d.ts +8 -3
- package/resources/memberships.d.ts.map +1 -1
- package/resources/payments.d.mts +33 -0
- package/resources/payments.d.mts.map +1 -1
- package/resources/payments.d.ts +33 -0
- package/resources/payments.d.ts.map +1 -1
- package/resources/payout-methods.d.mts +8 -3
- package/resources/payout-methods.d.mts.map +1 -1
- package/resources/payout-methods.d.ts +8 -3
- package/resources/payout-methods.d.ts.map +1 -1
- package/resources/payout-methods.js.map +1 -1
- package/resources/payout-methods.mjs.map +1 -1
- package/resources/shared.d.mts +35 -1
- package/resources/shared.d.mts.map +1 -1
- package/resources/shared.d.ts +35 -1
- package/resources/shared.d.ts.map +1 -1
- package/resources/verifications.d.mts +11 -3
- package/resources/verifications.d.mts.map +1 -1
- package/resources/verifications.d.ts +11 -3
- package/resources/verifications.d.ts.map +1 -1
- package/resources/webhooks.d.mts +34 -293
- package/resources/webhooks.d.mts.map +1 -1
- package/resources/webhooks.d.ts +34 -293
- package/resources/webhooks.d.ts.map +1 -1
- package/resources/webhooks.js.map +1 -1
- package/resources/webhooks.mjs +2 -2
- package/resources/webhooks.mjs.map +1 -1
- package/resources/withdrawals.d.mts +17 -128
- package/resources/withdrawals.d.mts.map +1 -1
- package/resources/withdrawals.d.ts +17 -128
- package/resources/withdrawals.d.ts.map +1 -1
- package/src/client.ts +68 -34
- package/src/internal/parse.ts +6 -0
- package/src/resources/ai-chats.ts +7 -126
- package/src/resources/authorized-users.ts +45 -5
- package/src/resources/company-token-transactions.ts +14 -116
- package/src/resources/dm-channels.ts +212 -0
- package/src/resources/dm-members.ts +16 -78
- package/src/resources/files.ts +8 -2
- package/src/resources/index.ts +36 -17
- package/src/resources/leads.ts +9 -205
- package/src/resources/ledger-accounts.ts +3 -35
- package/src/resources/members.ts +6 -6
- package/src/resources/memberships.ts +16 -18
- package/src/resources/payments.ts +40 -0
- package/src/resources/payout-methods.ts +15 -2
- package/src/resources/shared.ts +42 -9
- package/src/resources/verifications.ts +49 -36
- package/src/resources/webhooks.ts +67 -728
- package/src/resources/withdrawals.ts +24 -205
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
@@ -25,7 +25,7 @@ export class Withdrawals extends APIResource {
|
|
|
25
25
|
* });
|
|
26
26
|
* ```
|
|
27
27
|
*/
|
|
28
|
-
create(body: WithdrawalCreateParams, options?: RequestOptions): APIPromise<
|
|
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<
|
|
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
|
|
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:
|
|
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:
|
|
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
|
|
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
|
-
*
|
|
259
|
+
* The different fee types for a withdrawal.
|
|
282
260
|
*/
|
|
283
|
-
export
|
|
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
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
nickname: string | null;
|
|
263
|
+
/**
|
|
264
|
+
* The different speeds of withdrawals
|
|
265
|
+
*/
|
|
266
|
+
export type WithdrawalSpeeds = 'standard' | 'instant';
|
|
452
267
|
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
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.
|
|
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.
|
|
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.
|
|
1
|
+
export declare const VERSION = "0.0.26";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '0.0.
|
|
1
|
+
export const VERSION = '0.0.26'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|