@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webhooks.mjs","sourceRoot":"","sources":["../src/resources/webhooks.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;
|
|
1
|
+
{"version":3,"file":"webhooks.mjs","sourceRoot":"","sources":["../src/resources/webhooks.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OASf,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,kBAAkB;OAE/C,EAAE,UAAU,EAAsC;OAElD,EAAE,IAAI,EAAE;AAEf,MAAM,OAAO,QAAS,SAAQ,WAAW;IACvC;;;;;;;;;;;;;OAaG;IACH,MAAM,CAAC,IAAyB,EAAE,OAAwB;QACxD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,WAAW,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC9D,CAAC;IAED;;;;;;;;;;;;;OAaG;IACH,QAAQ,CAAC,EAAU,EAAE,OAAwB;QAC3C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,aAAa,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IAC1D,CAAC;IAED;;;;;;;;;;;;;OAaG;IACH,MAAM,CACJ,EAAU,EACV,OAA+C,EAAE,EACjD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI,CAAA,aAAa,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACzE,CAAC;IAED;;;;;;;;;;;;;;;;OAgBG;IACH,IAAI,CACF,KAAwB,EACxB,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,WAAW,EAAE,CAAA,UAA+B,CAAA,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACtG,CAAC;IAED;;;;;;;;;;;;;OAaG;IACH,MAAM,CAAC,EAAU,EAAE,OAAwB;QACzC,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAI,CAAA,aAAa,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IAC7D,CAAC;IAED,MAAM,CACJ,IAAY,EACZ,EAAE,OAAO,EAAE,GAAG,EAAqD;QAEnE,IAAI,OAAO,KAAK,SAAS,EAAE,CAAC;YAC1B,MAAM,MAAM,GAAkB,GAAG,KAAK,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC,GAAG,CAAC;YAChF,IAAI,MAAM,KAAK,IAAI;gBAAE,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;YACxF,MAAM,EAAE,GAAG,IAAI,QAAQ,CAAC,MAAM,CAAC,CAAC;YAChC,EAAE,CAAC,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;QAC3B,CAAC;QACD,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAuB,CAAC;IAChD,CAAC;CACF"}
|
|
@@ -21,7 +21,7 @@ export declare class Withdrawals extends APIResource {
|
|
|
21
21
|
* });
|
|
22
22
|
* ```
|
|
23
23
|
*/
|
|
24
|
-
create(body: WithdrawalCreateParams, options?: RequestOptions): APIPromise<
|
|
24
|
+
create(body: WithdrawalCreateParams, options?: RequestOptions): APIPromise<Withdrawal>;
|
|
25
25
|
/**
|
|
26
26
|
* Retrieves a withdrawal by ID
|
|
27
27
|
*
|
|
@@ -37,7 +37,7 @@ export declare class Withdrawals extends APIResource {
|
|
|
37
37
|
* );
|
|
38
38
|
* ```
|
|
39
39
|
*/
|
|
40
|
-
retrieve(id: string, options?: RequestOptions): APIPromise<
|
|
40
|
+
retrieve(id: string, options?: RequestOptions): APIPromise<Withdrawal>;
|
|
41
41
|
/**
|
|
42
42
|
* Lists withdrawals
|
|
43
43
|
*
|
|
@@ -58,22 +58,10 @@ export declare class Withdrawals extends APIResource {
|
|
|
58
58
|
list(query: WithdrawalListParams, options?: RequestOptions): PagePromise<WithdrawalListResponsesCursorPage, WithdrawalListResponse>;
|
|
59
59
|
}
|
|
60
60
|
export type WithdrawalListResponsesCursorPage = CursorPage<WithdrawalListResponse>;
|
|
61
|
-
/**
|
|
62
|
-
* The different fee types for a withdrawal.
|
|
63
|
-
*/
|
|
64
|
-
export type WithdrawalFeeTypes = 'exclusive' | 'inclusive';
|
|
65
|
-
/**
|
|
66
|
-
* The different speeds of withdrawals
|
|
67
|
-
*/
|
|
68
|
-
export type WithdrawalSpeeds = 'standard' | 'instant';
|
|
69
|
-
/**
|
|
70
|
-
* The status of a withdrawal request
|
|
71
|
-
*/
|
|
72
|
-
export type WithdrawalStatus = 'requested' | 'awaiting_payment' | 'in_transit' | 'completed' | 'failed' | 'canceled' | 'denied';
|
|
73
61
|
/**
|
|
74
62
|
* A withdrawal request.
|
|
75
63
|
*/
|
|
76
|
-
export interface
|
|
64
|
+
export interface Withdrawal {
|
|
77
65
|
/**
|
|
78
66
|
* Internal ID of the withdrawal request.
|
|
79
67
|
*/
|
|
@@ -114,7 +102,7 @@ export interface WithdrawalCreateResponse {
|
|
|
114
102
|
/**
|
|
115
103
|
* The ledger account associated with the withdrawal.
|
|
116
104
|
*/
|
|
117
|
-
ledger_account:
|
|
105
|
+
ledger_account: Withdrawal.LedgerAccount;
|
|
118
106
|
/**
|
|
119
107
|
* The markup fee that was charged for the withdrawal. This is in the same currency
|
|
120
108
|
* as the withdrawal amount. This only applies to platform accounts using Whop
|
|
@@ -124,7 +112,7 @@ export interface WithdrawalCreateResponse {
|
|
|
124
112
|
/**
|
|
125
113
|
* The payout token used for the withdrawal, if applicable.
|
|
126
114
|
*/
|
|
127
|
-
payout_token:
|
|
115
|
+
payout_token: Withdrawal.PayoutToken | null;
|
|
128
116
|
/**
|
|
129
117
|
* The speed of the withdrawal.
|
|
130
118
|
*/
|
|
@@ -139,7 +127,7 @@ export interface WithdrawalCreateResponse {
|
|
|
139
127
|
*/
|
|
140
128
|
trace_code: string | null;
|
|
141
129
|
}
|
|
142
|
-
export declare namespace
|
|
130
|
+
export declare namespace Withdrawal {
|
|
143
131
|
/**
|
|
144
132
|
* The ledger account associated with the withdrawal.
|
|
145
133
|
*/
|
|
@@ -182,116 +170,17 @@ export declare namespace WithdrawalCreateResponse {
|
|
|
182
170
|
}
|
|
183
171
|
}
|
|
184
172
|
/**
|
|
185
|
-
*
|
|
173
|
+
* The different fee types for a withdrawal.
|
|
186
174
|
*/
|
|
187
|
-
export
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
/**
|
|
197
|
-
* When the withdrawal request was created.
|
|
198
|
-
*/
|
|
199
|
-
created_at: string;
|
|
200
|
-
/**
|
|
201
|
-
* The currency of the withdrawal request.
|
|
202
|
-
*/
|
|
203
|
-
currency: Shared.Currency;
|
|
204
|
-
/**
|
|
205
|
-
* The different error codes a payout can be in.
|
|
206
|
-
*/
|
|
207
|
-
error_code: 'account_closed' | 'account_does_not_exist' | 'account_information_invalid' | 'account_number_invalid_region' | 'account_frozen' | 'account_lookup_failed' | 'account_not_found' | 'amount_out_of_bounds' | 'attributes_not_validated' | 'b2b_payments_prohibited' | 'bank_statement_required' | 'compliance_review' | 'currency_not_supported' | 'deposit_canceled' | 'deposit_failed' | 'deposit_rejected' | 'destination_unavailable' | 'exceeded_account_limit' | 'expired_quote' | 'generic_payout_error' | 'technical_problem' | 'identification_number_invalid' | 'invalid_account_number' | 'invalid_bank_code' | 'invalid_beneficiary' | 'invalid_mailing_address' | 'invalid_branch_number' | 'invalid_branch_code' | 'invalid_phone_number' | 'invalid_routing_number' | 'invalid_swift_code' | 'invalid_company_details' | 'manual_cancelation' | 'misc_error' | 'missing_city_and_country' | 'missing_phone_number' | 'missing_remittance_info' | 'payee_name_invalid' | 'receiving_account_locked' | 'rejected_by_compliance' | 'rtp_not_supported' | 'non_transaction_account' | 'source_token_insufficient_funds' | 'ssn_invalid' | 'wallet_screenshot_required' | 'unsupported_region' | null;
|
|
208
|
-
/**
|
|
209
|
-
* The error message for the withdrawal, if any.
|
|
210
|
-
*/
|
|
211
|
-
error_message: string | null;
|
|
212
|
-
/**
|
|
213
|
-
* The estimated availability date for the withdrawal, if any.
|
|
214
|
-
*/
|
|
215
|
-
estimated_availability: string | null;
|
|
216
|
-
/**
|
|
217
|
-
* The fee amount that was charged for the withdrawal. This is in the same currency
|
|
218
|
-
* as the withdrawal amount.
|
|
219
|
-
*/
|
|
220
|
-
fee_amount: number;
|
|
221
|
-
/**
|
|
222
|
-
* The different fee types for a withdrawal.
|
|
223
|
-
*/
|
|
224
|
-
fee_type: WithdrawalFeeTypes | null;
|
|
225
|
-
/**
|
|
226
|
-
* The ledger account associated with the withdrawal.
|
|
227
|
-
*/
|
|
228
|
-
ledger_account: WithdrawalRetrieveResponse.LedgerAccount;
|
|
229
|
-
/**
|
|
230
|
-
* The markup fee that was charged for the withdrawal. This is in the same currency
|
|
231
|
-
* as the withdrawal amount. This only applies to platform accounts using Whop
|
|
232
|
-
* Rails.
|
|
233
|
-
*/
|
|
234
|
-
markup_fee: number;
|
|
235
|
-
/**
|
|
236
|
-
* The payout token used for the withdrawal, if applicable.
|
|
237
|
-
*/
|
|
238
|
-
payout_token: WithdrawalRetrieveResponse.PayoutToken | null;
|
|
239
|
-
/**
|
|
240
|
-
* The speed of the withdrawal.
|
|
241
|
-
*/
|
|
242
|
-
speed: WithdrawalSpeeds;
|
|
243
|
-
/**
|
|
244
|
-
* Status of the withdrawal.
|
|
245
|
-
*/
|
|
246
|
-
status: WithdrawalStatus;
|
|
247
|
-
/**
|
|
248
|
-
* The trace code for the payout, if applicable. Provided on ACH transactions when
|
|
249
|
-
* available.
|
|
250
|
-
*/
|
|
251
|
-
trace_code: string | null;
|
|
252
|
-
}
|
|
253
|
-
export declare namespace WithdrawalRetrieveResponse {
|
|
254
|
-
/**
|
|
255
|
-
* The ledger account associated with the withdrawal.
|
|
256
|
-
*/
|
|
257
|
-
interface LedgerAccount {
|
|
258
|
-
/**
|
|
259
|
-
* The ID of the LedgerAccount.
|
|
260
|
-
*/
|
|
261
|
-
id: string;
|
|
262
|
-
/**
|
|
263
|
-
* The ID of the company associated with this ledger account.
|
|
264
|
-
*/
|
|
265
|
-
company_id: string | null;
|
|
266
|
-
}
|
|
267
|
-
/**
|
|
268
|
-
* The payout token used for the withdrawal, if applicable.
|
|
269
|
-
*/
|
|
270
|
-
interface PayoutToken {
|
|
271
|
-
/**
|
|
272
|
-
* The ID of the payout token
|
|
273
|
-
*/
|
|
274
|
-
id: string;
|
|
275
|
-
/**
|
|
276
|
-
* The date and time the payout token was created
|
|
277
|
-
*/
|
|
278
|
-
created_at: string;
|
|
279
|
-
/**
|
|
280
|
-
* The currency code of the payout destination. This is the currency that payouts
|
|
281
|
-
* will be made in for this token.
|
|
282
|
-
*/
|
|
283
|
-
destination_currency_code: string;
|
|
284
|
-
/**
|
|
285
|
-
* An optional nickname for the payout token to help the user identify it. This is
|
|
286
|
-
* not used by the provider and is only for the user's reference.
|
|
287
|
-
*/
|
|
288
|
-
nickname: string | null;
|
|
289
|
-
/**
|
|
290
|
-
* The name of the payer associated with the payout token.
|
|
291
|
-
*/
|
|
292
|
-
payer_name: string | null;
|
|
293
|
-
}
|
|
294
|
-
}
|
|
175
|
+
export type WithdrawalFeeTypes = 'exclusive' | 'inclusive';
|
|
176
|
+
/**
|
|
177
|
+
* The different speeds of withdrawals
|
|
178
|
+
*/
|
|
179
|
+
export type WithdrawalSpeeds = 'standard' | 'instant';
|
|
180
|
+
/**
|
|
181
|
+
* The status of a withdrawal request
|
|
182
|
+
*/
|
|
183
|
+
export type WithdrawalStatus = 'requested' | 'awaiting_payment' | 'in_transit' | 'completed' | 'failed' | 'canceled' | 'denied';
|
|
295
184
|
/**
|
|
296
185
|
* A withdrawal request.
|
|
297
186
|
*/
|
|
@@ -394,6 +283,6 @@ export interface WithdrawalListParams extends CursorPageParams {
|
|
|
394
283
|
last?: number | null;
|
|
395
284
|
}
|
|
396
285
|
export declare namespace Withdrawals {
|
|
397
|
-
export { type
|
|
286
|
+
export { type Withdrawal as Withdrawal, type WithdrawalFeeTypes as WithdrawalFeeTypes, type WithdrawalSpeeds as WithdrawalSpeeds, type WithdrawalStatus as WithdrawalStatus, type WithdrawalListResponse as WithdrawalListResponse, type WithdrawalListResponsesCursorPage as WithdrawalListResponsesCursorPage, type WithdrawalCreateParams as WithdrawalCreateParams, type WithdrawalListParams as WithdrawalListParams, };
|
|
398
287
|
}
|
|
399
288
|
//# sourceMappingURL=withdrawals.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"withdrawals.d.mts","sourceRoot":"","sources":["../src/resources/withdrawals.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,MAAM;OACX,EAAE,UAAU,EAAE;OACd,EAAE,UAAU,EAAE,KAAK,gBAAgB,EAAE,WAAW,EAAE;OAClD,EAAE,cAAc,EAAE;AAGzB,qBAAa,WAAY,SAAQ,WAAW;IAC1C;;;;;;;;;;;;;;;;OAgBG;IACH,MAAM,CAAC,IAAI,EAAE,sBAAsB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,
|
|
1
|
+
{"version":3,"file":"withdrawals.d.mts","sourceRoot":"","sources":["../src/resources/withdrawals.ts"],"names":[],"mappings":"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"}
|
|
@@ -21,7 +21,7 @@ export declare class Withdrawals extends APIResource {
|
|
|
21
21
|
* });
|
|
22
22
|
* ```
|
|
23
23
|
*/
|
|
24
|
-
create(body: WithdrawalCreateParams, options?: RequestOptions): APIPromise<
|
|
24
|
+
create(body: WithdrawalCreateParams, options?: RequestOptions): APIPromise<Withdrawal>;
|
|
25
25
|
/**
|
|
26
26
|
* Retrieves a withdrawal by ID
|
|
27
27
|
*
|
|
@@ -37,7 +37,7 @@ export declare class Withdrawals extends APIResource {
|
|
|
37
37
|
* );
|
|
38
38
|
* ```
|
|
39
39
|
*/
|
|
40
|
-
retrieve(id: string, options?: RequestOptions): APIPromise<
|
|
40
|
+
retrieve(id: string, options?: RequestOptions): APIPromise<Withdrawal>;
|
|
41
41
|
/**
|
|
42
42
|
* Lists withdrawals
|
|
43
43
|
*
|
|
@@ -58,22 +58,10 @@ export declare class Withdrawals extends APIResource {
|
|
|
58
58
|
list(query: WithdrawalListParams, options?: RequestOptions): PagePromise<WithdrawalListResponsesCursorPage, WithdrawalListResponse>;
|
|
59
59
|
}
|
|
60
60
|
export type WithdrawalListResponsesCursorPage = CursorPage<WithdrawalListResponse>;
|
|
61
|
-
/**
|
|
62
|
-
* The different fee types for a withdrawal.
|
|
63
|
-
*/
|
|
64
|
-
export type WithdrawalFeeTypes = 'exclusive' | 'inclusive';
|
|
65
|
-
/**
|
|
66
|
-
* The different speeds of withdrawals
|
|
67
|
-
*/
|
|
68
|
-
export type WithdrawalSpeeds = 'standard' | 'instant';
|
|
69
|
-
/**
|
|
70
|
-
* The status of a withdrawal request
|
|
71
|
-
*/
|
|
72
|
-
export type WithdrawalStatus = 'requested' | 'awaiting_payment' | 'in_transit' | 'completed' | 'failed' | 'canceled' | 'denied';
|
|
73
61
|
/**
|
|
74
62
|
* A withdrawal request.
|
|
75
63
|
*/
|
|
76
|
-
export interface
|
|
64
|
+
export interface Withdrawal {
|
|
77
65
|
/**
|
|
78
66
|
* Internal ID of the withdrawal request.
|
|
79
67
|
*/
|
|
@@ -114,7 +102,7 @@ export interface WithdrawalCreateResponse {
|
|
|
114
102
|
/**
|
|
115
103
|
* The ledger account associated with the withdrawal.
|
|
116
104
|
*/
|
|
117
|
-
ledger_account:
|
|
105
|
+
ledger_account: Withdrawal.LedgerAccount;
|
|
118
106
|
/**
|
|
119
107
|
* The markup fee that was charged for the withdrawal. This is in the same currency
|
|
120
108
|
* as the withdrawal amount. This only applies to platform accounts using Whop
|
|
@@ -124,7 +112,7 @@ export interface WithdrawalCreateResponse {
|
|
|
124
112
|
/**
|
|
125
113
|
* The payout token used for the withdrawal, if applicable.
|
|
126
114
|
*/
|
|
127
|
-
payout_token:
|
|
115
|
+
payout_token: Withdrawal.PayoutToken | null;
|
|
128
116
|
/**
|
|
129
117
|
* The speed of the withdrawal.
|
|
130
118
|
*/
|
|
@@ -139,7 +127,7 @@ export interface WithdrawalCreateResponse {
|
|
|
139
127
|
*/
|
|
140
128
|
trace_code: string | null;
|
|
141
129
|
}
|
|
142
|
-
export declare namespace
|
|
130
|
+
export declare namespace Withdrawal {
|
|
143
131
|
/**
|
|
144
132
|
* The ledger account associated with the withdrawal.
|
|
145
133
|
*/
|
|
@@ -182,116 +170,17 @@ export declare namespace WithdrawalCreateResponse {
|
|
|
182
170
|
}
|
|
183
171
|
}
|
|
184
172
|
/**
|
|
185
|
-
*
|
|
173
|
+
* The different fee types for a withdrawal.
|
|
186
174
|
*/
|
|
187
|
-
export
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
/**
|
|
197
|
-
* When the withdrawal request was created.
|
|
198
|
-
*/
|
|
199
|
-
created_at: string;
|
|
200
|
-
/**
|
|
201
|
-
* The currency of the withdrawal request.
|
|
202
|
-
*/
|
|
203
|
-
currency: Shared.Currency;
|
|
204
|
-
/**
|
|
205
|
-
* The different error codes a payout can be in.
|
|
206
|
-
*/
|
|
207
|
-
error_code: 'account_closed' | 'account_does_not_exist' | 'account_information_invalid' | 'account_number_invalid_region' | 'account_frozen' | 'account_lookup_failed' | 'account_not_found' | 'amount_out_of_bounds' | 'attributes_not_validated' | 'b2b_payments_prohibited' | 'bank_statement_required' | 'compliance_review' | 'currency_not_supported' | 'deposit_canceled' | 'deposit_failed' | 'deposit_rejected' | 'destination_unavailable' | 'exceeded_account_limit' | 'expired_quote' | 'generic_payout_error' | 'technical_problem' | 'identification_number_invalid' | 'invalid_account_number' | 'invalid_bank_code' | 'invalid_beneficiary' | 'invalid_mailing_address' | 'invalid_branch_number' | 'invalid_branch_code' | 'invalid_phone_number' | 'invalid_routing_number' | 'invalid_swift_code' | 'invalid_company_details' | 'manual_cancelation' | 'misc_error' | 'missing_city_and_country' | 'missing_phone_number' | 'missing_remittance_info' | 'payee_name_invalid' | 'receiving_account_locked' | 'rejected_by_compliance' | 'rtp_not_supported' | 'non_transaction_account' | 'source_token_insufficient_funds' | 'ssn_invalid' | 'wallet_screenshot_required' | 'unsupported_region' | null;
|
|
208
|
-
/**
|
|
209
|
-
* The error message for the withdrawal, if any.
|
|
210
|
-
*/
|
|
211
|
-
error_message: string | null;
|
|
212
|
-
/**
|
|
213
|
-
* The estimated availability date for the withdrawal, if any.
|
|
214
|
-
*/
|
|
215
|
-
estimated_availability: string | null;
|
|
216
|
-
/**
|
|
217
|
-
* The fee amount that was charged for the withdrawal. This is in the same currency
|
|
218
|
-
* as the withdrawal amount.
|
|
219
|
-
*/
|
|
220
|
-
fee_amount: number;
|
|
221
|
-
/**
|
|
222
|
-
* The different fee types for a withdrawal.
|
|
223
|
-
*/
|
|
224
|
-
fee_type: WithdrawalFeeTypes | null;
|
|
225
|
-
/**
|
|
226
|
-
* The ledger account associated with the withdrawal.
|
|
227
|
-
*/
|
|
228
|
-
ledger_account: WithdrawalRetrieveResponse.LedgerAccount;
|
|
229
|
-
/**
|
|
230
|
-
* The markup fee that was charged for the withdrawal. This is in the same currency
|
|
231
|
-
* as the withdrawal amount. This only applies to platform accounts using Whop
|
|
232
|
-
* Rails.
|
|
233
|
-
*/
|
|
234
|
-
markup_fee: number;
|
|
235
|
-
/**
|
|
236
|
-
* The payout token used for the withdrawal, if applicable.
|
|
237
|
-
*/
|
|
238
|
-
payout_token: WithdrawalRetrieveResponse.PayoutToken | null;
|
|
239
|
-
/**
|
|
240
|
-
* The speed of the withdrawal.
|
|
241
|
-
*/
|
|
242
|
-
speed: WithdrawalSpeeds;
|
|
243
|
-
/**
|
|
244
|
-
* Status of the withdrawal.
|
|
245
|
-
*/
|
|
246
|
-
status: WithdrawalStatus;
|
|
247
|
-
/**
|
|
248
|
-
* The trace code for the payout, if applicable. Provided on ACH transactions when
|
|
249
|
-
* available.
|
|
250
|
-
*/
|
|
251
|
-
trace_code: string | null;
|
|
252
|
-
}
|
|
253
|
-
export declare namespace WithdrawalRetrieveResponse {
|
|
254
|
-
/**
|
|
255
|
-
* The ledger account associated with the withdrawal.
|
|
256
|
-
*/
|
|
257
|
-
interface LedgerAccount {
|
|
258
|
-
/**
|
|
259
|
-
* The ID of the LedgerAccount.
|
|
260
|
-
*/
|
|
261
|
-
id: string;
|
|
262
|
-
/**
|
|
263
|
-
* The ID of the company associated with this ledger account.
|
|
264
|
-
*/
|
|
265
|
-
company_id: string | null;
|
|
266
|
-
}
|
|
267
|
-
/**
|
|
268
|
-
* The payout token used for the withdrawal, if applicable.
|
|
269
|
-
*/
|
|
270
|
-
interface PayoutToken {
|
|
271
|
-
/**
|
|
272
|
-
* The ID of the payout token
|
|
273
|
-
*/
|
|
274
|
-
id: string;
|
|
275
|
-
/**
|
|
276
|
-
* The date and time the payout token was created
|
|
277
|
-
*/
|
|
278
|
-
created_at: string;
|
|
279
|
-
/**
|
|
280
|
-
* The currency code of the payout destination. This is the currency that payouts
|
|
281
|
-
* will be made in for this token.
|
|
282
|
-
*/
|
|
283
|
-
destination_currency_code: string;
|
|
284
|
-
/**
|
|
285
|
-
* An optional nickname for the payout token to help the user identify it. This is
|
|
286
|
-
* not used by the provider and is only for the user's reference.
|
|
287
|
-
*/
|
|
288
|
-
nickname: string | null;
|
|
289
|
-
/**
|
|
290
|
-
* The name of the payer associated with the payout token.
|
|
291
|
-
*/
|
|
292
|
-
payer_name: string | null;
|
|
293
|
-
}
|
|
294
|
-
}
|
|
175
|
+
export type WithdrawalFeeTypes = 'exclusive' | 'inclusive';
|
|
176
|
+
/**
|
|
177
|
+
* The different speeds of withdrawals
|
|
178
|
+
*/
|
|
179
|
+
export type WithdrawalSpeeds = 'standard' | 'instant';
|
|
180
|
+
/**
|
|
181
|
+
* The status of a withdrawal request
|
|
182
|
+
*/
|
|
183
|
+
export type WithdrawalStatus = 'requested' | 'awaiting_payment' | 'in_transit' | 'completed' | 'failed' | 'canceled' | 'denied';
|
|
295
184
|
/**
|
|
296
185
|
* A withdrawal request.
|
|
297
186
|
*/
|
|
@@ -394,6 +283,6 @@ export interface WithdrawalListParams extends CursorPageParams {
|
|
|
394
283
|
last?: number | null;
|
|
395
284
|
}
|
|
396
285
|
export declare namespace Withdrawals {
|
|
397
|
-
export { type
|
|
286
|
+
export { type Withdrawal as Withdrawal, type WithdrawalFeeTypes as WithdrawalFeeTypes, type WithdrawalSpeeds as WithdrawalSpeeds, type WithdrawalStatus as WithdrawalStatus, type WithdrawalListResponse as WithdrawalListResponse, type WithdrawalListResponsesCursorPage as WithdrawalListResponsesCursorPage, type WithdrawalCreateParams as WithdrawalCreateParams, type WithdrawalListParams as WithdrawalListParams, };
|
|
398
287
|
}
|
|
399
288
|
//# sourceMappingURL=withdrawals.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"withdrawals.d.ts","sourceRoot":"","sources":["../src/resources/withdrawals.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,MAAM;OACX,EAAE,UAAU,EAAE;OACd,EAAE,UAAU,EAAE,KAAK,gBAAgB,EAAE,WAAW,EAAE;OAClD,EAAE,cAAc,EAAE;AAGzB,qBAAa,WAAY,SAAQ,WAAW;IAC1C;;;;;;;;;;;;;;;;OAgBG;IACH,MAAM,CAAC,IAAI,EAAE,sBAAsB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,
|
|
1
|
+
{"version":3,"file":"withdrawals.d.ts","sourceRoot":"","sources":["../src/resources/withdrawals.ts"],"names":[],"mappings":"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"}
|