rehive 4.1.4 → 4.2.1
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/README.md +17 -0
- package/dist/admin.d.mts +514 -79
- package/dist/admin.d.ts +514 -79
- package/dist/admin.js +1 -1
- package/dist/admin.mjs +1 -1
- package/dist/auth.d.mts +2 -2
- package/dist/auth.d.ts +2 -2
- package/dist/auth.js +1 -1
- package/dist/auth.mjs +1 -1
- package/dist/{chunk-4WSHB6U6.mjs → chunk-A53KSFBA.mjs} +1 -1
- package/dist/chunk-CRNPJD3E.js +6 -0
- package/dist/{chunk-X6YDNXYV.js → chunk-HXAEBUQM.js} +1 -1
- package/dist/chunk-IJBXROTB.mjs +6 -0
- package/dist/chunk-OV77OD2G.js +1 -0
- package/dist/chunk-RO2QGTSG.mjs +1 -0
- package/dist/chunk-TAABJLJG.mjs +6 -0
- package/dist/chunk-Y33FT632.js +6 -0
- package/dist/{create-api-client-C-LEZku2.d.mts → create-api-client-Bkkri-AM.d.mts} +1 -1
- package/dist/{create-api-client-ebyTfhcm.d.ts → create-api-client-CgvKBlQ_.d.ts} +1 -1
- package/dist/{create-auth-DsnHpEf0.d.mts → create-auth-ChOASbvo.d.mts} +71 -54
- package/dist/{create-auth-DsnHpEf0.d.ts → create-auth-ChOASbvo.d.ts} +71 -54
- package/dist/extensions/alchemy.d.mts +174 -40
- package/dist/extensions/alchemy.d.ts +174 -40
- package/dist/extensions/alchemy.js +3 -4
- package/dist/extensions/alchemy.mjs +3 -4
- package/dist/extensions/app.d.mts +10 -9
- package/dist/extensions/app.d.ts +10 -9
- package/dist/extensions/app.js +5 -6
- package/dist/extensions/app.mjs +5 -6
- package/dist/extensions/billing.d.mts +10 -9
- package/dist/extensions/billing.d.ts +10 -9
- package/dist/extensions/billing.js +2 -3
- package/dist/extensions/billing.mjs +2 -3
- package/dist/extensions/bridge.d.mts +352 -27
- package/dist/extensions/bridge.d.ts +352 -27
- package/dist/extensions/bridge.js +5 -6
- package/dist/extensions/bridge.mjs +5 -6
- package/dist/extensions/builder.d.mts +7 -6
- package/dist/extensions/builder.d.ts +7 -6
- package/dist/extensions/builder.js +3 -4
- package/dist/extensions/builder.mjs +3 -4
- package/dist/extensions/business.d.mts +26 -25
- package/dist/extensions/business.d.ts +26 -25
- package/dist/extensions/business.js +2 -3
- package/dist/extensions/business.mjs +2 -3
- package/dist/extensions/conversion.d.mts +9 -8
- package/dist/extensions/conversion.d.ts +9 -8
- package/dist/extensions/conversion.js +2 -3
- package/dist/extensions/conversion.mjs +2 -3
- package/dist/extensions/mass-send.d.mts +7 -6
- package/dist/extensions/mass-send.d.ts +7 -6
- package/dist/extensions/mass-send.js +2 -3
- package/dist/extensions/mass-send.mjs +2 -3
- package/dist/extensions/notifications.d.mts +15 -14
- package/dist/extensions/notifications.d.ts +15 -14
- package/dist/extensions/notifications.js +3 -4
- package/dist/extensions/notifications.mjs +3 -4
- package/dist/extensions/payment-requests.d.mts +10 -9
- package/dist/extensions/payment-requests.d.ts +10 -9
- package/dist/extensions/payment-requests.js +3 -4
- package/dist/extensions/payment-requests.mjs +3 -4
- package/dist/extensions/products.d.mts +42 -41
- package/dist/extensions/products.d.ts +42 -41
- package/dist/extensions/products.js +2 -3
- package/dist/extensions/products.mjs +2 -3
- package/dist/extensions/rain.d.mts +21 -20
- package/dist/extensions/rain.d.ts +21 -20
- package/dist/extensions/rain.js +2 -3
- package/dist/extensions/rain.mjs +2 -3
- package/dist/extensions/rewards.d.mts +7 -6
- package/dist/extensions/rewards.d.ts +7 -6
- package/dist/extensions/rewards.js +3 -4
- package/dist/extensions/rewards.mjs +3 -4
- package/dist/extensions/stellar-testnet.d.mts +15 -14
- package/dist/extensions/stellar-testnet.d.ts +15 -14
- package/dist/extensions/stellar-testnet.js +2 -3
- package/dist/extensions/stellar-testnet.mjs +2 -3
- package/dist/extensions/stellar.d.mts +15 -14
- package/dist/extensions/stellar.d.ts +15 -14
- package/dist/extensions/stellar.js +2 -3
- package/dist/extensions/stellar.mjs +2 -3
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/react.d.mts +2 -2
- package/dist/react.d.ts +2 -2
- package/dist/react.js +1 -1
- package/dist/react.mjs +1 -1
- package/dist/user.d.mts +8 -7
- package/dist/user.d.ts +8 -7
- package/dist/user.js +1 -1
- package/dist/user.mjs +1 -1
- package/package.json +1 -1
- package/src/auth/create-auth.ts +17 -10
- package/src/extensions/alchemy/openapi-ts/client/client.gen.ts +12 -4
- package/src/extensions/alchemy/openapi-ts/client/types.gen.ts +2 -1
- package/src/extensions/alchemy/openapi-ts/client/utils.gen.ts +1 -1
- package/src/extensions/alchemy/openapi-ts/core/serverSentEvents.gen.ts +4 -5
- package/src/extensions/alchemy/openapi-ts/core/types.gen.ts +1 -1
- package/src/extensions/alchemy/openapi-ts/core/utils.gen.ts +1 -1
- package/src/extensions/alchemy/openapi-ts/index.ts +2 -2
- package/src/extensions/alchemy/openapi-ts/sdk.gen.ts +44 -2
- package/src/extensions/alchemy/openapi-ts/types.gen.ts +177 -34
- package/src/extensions/app/openapi-ts/client/client.gen.ts +12 -4
- package/src/extensions/app/openapi-ts/client/types.gen.ts +2 -1
- package/src/extensions/app/openapi-ts/client/utils.gen.ts +1 -1
- package/src/extensions/app/openapi-ts/core/serverSentEvents.gen.ts +4 -5
- package/src/extensions/app/openapi-ts/core/types.gen.ts +1 -1
- package/src/extensions/app/openapi-ts/core/utils.gen.ts +1 -1
- package/src/extensions/app/openapi-ts/sdk.gen.ts +1 -1
- package/src/extensions/app/openapi-ts/types.gen.ts +3 -3
- package/src/extensions/billing/openapi-ts/client/client.gen.ts +12 -4
- package/src/extensions/billing/openapi-ts/client/types.gen.ts +2 -1
- package/src/extensions/billing/openapi-ts/client/utils.gen.ts +1 -1
- package/src/extensions/billing/openapi-ts/core/serverSentEvents.gen.ts +4 -5
- package/src/extensions/billing/openapi-ts/core/types.gen.ts +1 -1
- package/src/extensions/billing/openapi-ts/core/utils.gen.ts +1 -1
- package/src/extensions/billing/openapi-ts/sdk.gen.ts +1 -1
- package/src/extensions/billing/openapi-ts/types.gen.ts +3 -3
- package/src/extensions/bridge/openapi-ts/client/client.gen.ts +12 -4
- package/src/extensions/bridge/openapi-ts/client/types.gen.ts +2 -1
- package/src/extensions/bridge/openapi-ts/client/utils.gen.ts +1 -1
- package/src/extensions/bridge/openapi-ts/core/serverSentEvents.gen.ts +4 -5
- package/src/extensions/bridge/openapi-ts/core/types.gen.ts +1 -1
- package/src/extensions/bridge/openapi-ts/core/utils.gen.ts +1 -1
- package/src/extensions/bridge/openapi-ts/index.ts +2 -2
- package/src/extensions/bridge/openapi-ts/sdk.gen.ts +48 -2
- package/src/extensions/bridge/openapi-ts/types.gen.ts +372 -19
- package/src/extensions/builder/openapi-ts/client/client.gen.ts +12 -4
- package/src/extensions/builder/openapi-ts/client/types.gen.ts +2 -1
- package/src/extensions/builder/openapi-ts/client/utils.gen.ts +1 -1
- package/src/extensions/builder/openapi-ts/core/serverSentEvents.gen.ts +4 -5
- package/src/extensions/builder/openapi-ts/core/types.gen.ts +1 -1
- package/src/extensions/builder/openapi-ts/core/utils.gen.ts +1 -1
- package/src/extensions/builder/openapi-ts/sdk.gen.ts +1 -1
- package/src/extensions/business/openapi-ts/client/client.gen.ts +12 -4
- package/src/extensions/business/openapi-ts/client/types.gen.ts +2 -1
- package/src/extensions/business/openapi-ts/client/utils.gen.ts +1 -1
- package/src/extensions/business/openapi-ts/core/serverSentEvents.gen.ts +4 -5
- package/src/extensions/business/openapi-ts/core/types.gen.ts +1 -1
- package/src/extensions/business/openapi-ts/core/utils.gen.ts +1 -1
- package/src/extensions/business/openapi-ts/sdk.gen.ts +1 -1
- package/src/extensions/business/openapi-ts/types.gen.ts +19 -19
- package/src/extensions/conversion/openapi-ts/client/client.gen.ts +12 -4
- package/src/extensions/conversion/openapi-ts/client/types.gen.ts +2 -1
- package/src/extensions/conversion/openapi-ts/client/utils.gen.ts +1 -1
- package/src/extensions/conversion/openapi-ts/core/serverSentEvents.gen.ts +4 -5
- package/src/extensions/conversion/openapi-ts/core/types.gen.ts +1 -1
- package/src/extensions/conversion/openapi-ts/core/utils.gen.ts +1 -1
- package/src/extensions/conversion/openapi-ts/sdk.gen.ts +1 -1
- package/src/extensions/conversion/openapi-ts/types.gen.ts +2 -2
- package/src/extensions/mass-send/openapi-ts/client/client.gen.ts +12 -4
- package/src/extensions/mass-send/openapi-ts/client/types.gen.ts +2 -1
- package/src/extensions/mass-send/openapi-ts/client/utils.gen.ts +1 -1
- package/src/extensions/mass-send/openapi-ts/core/serverSentEvents.gen.ts +4 -5
- package/src/extensions/mass-send/openapi-ts/core/types.gen.ts +1 -1
- package/src/extensions/mass-send/openapi-ts/core/utils.gen.ts +1 -1
- package/src/extensions/mass-send/openapi-ts/sdk.gen.ts +1 -1
- package/src/extensions/notifications/openapi-ts/client/client.gen.ts +12 -4
- package/src/extensions/notifications/openapi-ts/client/types.gen.ts +2 -1
- package/src/extensions/notifications/openapi-ts/client/utils.gen.ts +1 -1
- package/src/extensions/notifications/openapi-ts/core/serverSentEvents.gen.ts +4 -5
- package/src/extensions/notifications/openapi-ts/core/types.gen.ts +1 -1
- package/src/extensions/notifications/openapi-ts/core/utils.gen.ts +1 -1
- package/src/extensions/notifications/openapi-ts/sdk.gen.ts +1 -1
- package/src/extensions/notifications/openapi-ts/types.gen.ts +8 -8
- package/src/extensions/payment-requests/openapi-ts/client/client.gen.ts +12 -4
- package/src/extensions/payment-requests/openapi-ts/client/types.gen.ts +2 -1
- package/src/extensions/payment-requests/openapi-ts/client/utils.gen.ts +1 -1
- package/src/extensions/payment-requests/openapi-ts/core/serverSentEvents.gen.ts +4 -5
- package/src/extensions/payment-requests/openapi-ts/core/types.gen.ts +1 -1
- package/src/extensions/payment-requests/openapi-ts/core/utils.gen.ts +1 -1
- package/src/extensions/payment-requests/openapi-ts/sdk.gen.ts +1 -1
- package/src/extensions/payment-requests/openapi-ts/types.gen.ts +3 -3
- package/src/extensions/products/openapi-ts/client/client.gen.ts +12 -4
- package/src/extensions/products/openapi-ts/client/types.gen.ts +2 -1
- package/src/extensions/products/openapi-ts/client/utils.gen.ts +1 -1
- package/src/extensions/products/openapi-ts/core/serverSentEvents.gen.ts +4 -5
- package/src/extensions/products/openapi-ts/core/types.gen.ts +1 -1
- package/src/extensions/products/openapi-ts/core/utils.gen.ts +1 -1
- package/src/extensions/products/openapi-ts/sdk.gen.ts +1 -1
- package/src/extensions/products/openapi-ts/types.gen.ts +35 -35
- package/src/extensions/rain/openapi-ts/client/client.gen.ts +12 -4
- package/src/extensions/rain/openapi-ts/client/types.gen.ts +2 -1
- package/src/extensions/rain/openapi-ts/client/utils.gen.ts +1 -1
- package/src/extensions/rain/openapi-ts/core/serverSentEvents.gen.ts +4 -5
- package/src/extensions/rain/openapi-ts/core/types.gen.ts +1 -1
- package/src/extensions/rain/openapi-ts/core/utils.gen.ts +1 -1
- package/src/extensions/rain/openapi-ts/sdk.gen.ts +1 -1
- package/src/extensions/rain/openapi-ts/types.gen.ts +14 -14
- package/src/extensions/rewards/openapi-ts/client/client.gen.ts +12 -4
- package/src/extensions/rewards/openapi-ts/client/types.gen.ts +2 -1
- package/src/extensions/rewards/openapi-ts/client/utils.gen.ts +1 -1
- package/src/extensions/rewards/openapi-ts/core/serverSentEvents.gen.ts +4 -5
- package/src/extensions/rewards/openapi-ts/core/types.gen.ts +1 -1
- package/src/extensions/rewards/openapi-ts/core/utils.gen.ts +1 -1
- package/src/extensions/rewards/openapi-ts/sdk.gen.ts +1 -1
- package/src/extensions/stellar/openapi-ts/client/client.gen.ts +12 -4
- package/src/extensions/stellar/openapi-ts/client/types.gen.ts +2 -1
- package/src/extensions/stellar/openapi-ts/client/utils.gen.ts +1 -1
- package/src/extensions/stellar/openapi-ts/core/serverSentEvents.gen.ts +4 -5
- package/src/extensions/stellar/openapi-ts/core/types.gen.ts +1 -1
- package/src/extensions/stellar/openapi-ts/core/utils.gen.ts +1 -1
- package/src/extensions/stellar/openapi-ts/sdk.gen.ts +1 -1
- package/src/extensions/stellar/openapi-ts/types.gen.ts +8 -8
- package/src/extensions/stellar-testnet/openapi-ts/client/client.gen.ts +12 -4
- package/src/extensions/stellar-testnet/openapi-ts/client/types.gen.ts +2 -1
- package/src/extensions/stellar-testnet/openapi-ts/client/utils.gen.ts +1 -1
- package/src/extensions/stellar-testnet/openapi-ts/core/serverSentEvents.gen.ts +4 -5
- package/src/extensions/stellar-testnet/openapi-ts/core/types.gen.ts +1 -1
- package/src/extensions/stellar-testnet/openapi-ts/core/utils.gen.ts +1 -1
- package/src/extensions/stellar-testnet/openapi-ts/sdk.gen.ts +1 -1
- package/src/extensions/stellar-testnet/openapi-ts/types.gen.ts +8 -8
- package/src/platform/admin/openapi-ts/client/client.gen.ts +12 -4
- package/src/platform/admin/openapi-ts/client/types.gen.ts +2 -1
- package/src/platform/admin/openapi-ts/client/utils.gen.ts +1 -1
- package/src/platform/admin/openapi-ts/core/serverSentEvents.gen.ts +4 -5
- package/src/platform/admin/openapi-ts/core/types.gen.ts +1 -1
- package/src/platform/admin/openapi-ts/core/utils.gen.ts +1 -1
- package/src/platform/admin/openapi-ts/index.ts +2 -2
- package/src/platform/admin/openapi-ts/sdk.gen.ts +44 -2
- package/src/platform/admin/openapi-ts/types.gen.ts +524 -71
- package/src/platform/user/openapi-ts/client/client.gen.ts +12 -4
- package/src/platform/user/openapi-ts/client/types.gen.ts +2 -1
- package/src/platform/user/openapi-ts/client/utils.gen.ts +1 -1
- package/src/platform/user/openapi-ts/core/serverSentEvents.gen.ts +4 -5
- package/src/platform/user/openapi-ts/core/types.gen.ts +1 -1
- package/src/platform/user/openapi-ts/core/utils.gen.ts +1 -1
- package/src/platform/user/openapi-ts/sdk.gen.ts +1 -1
- package/src/platform/user/openapi-ts/types.gen.ts +69 -52
- package/dist/chunk-AVPKHYGS.js +0 -7
- package/dist/chunk-KUT5NSX7.mjs +0 -7
- package/dist/chunk-KZWBOQHZ.mjs +0 -7
- package/dist/chunk-PE6PG7ZE.js +0 -1
- package/dist/chunk-UYYU5OJ4.js +0 -7
- package/dist/chunk-Z7BUNKND.mjs +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as ApiFactoryConfig, B as BoundSdk } from '../create-api-client-
|
|
2
|
-
import '../create-auth-
|
|
1
|
+
import { A as ApiFactoryConfig, B as BoundSdk } from '../create-api-client-CgvKBlQ_.js';
|
|
2
|
+
import '../create-auth-ChOASbvo.js';
|
|
3
3
|
|
|
4
4
|
type AuthToken = string | undefined;
|
|
5
5
|
interface Auth {
|
|
@@ -105,7 +105,7 @@ interface Config$1 {
|
|
|
105
105
|
requestValidator?: (data: unknown) => Promise<unknown>;
|
|
106
106
|
/**
|
|
107
107
|
* A function transforming response data before it's returned. This is useful
|
|
108
|
-
* for post-processing data, e.g
|
|
108
|
+
* for post-processing data, e.g., converting ISO strings into Date objects.
|
|
109
109
|
*/
|
|
110
110
|
responseTransformer?: (data: unknown) => Promise<unknown>;
|
|
111
111
|
/**
|
|
@@ -265,6 +265,7 @@ interface RequestOptions<TData = unknown, TResponseStyle extends ResponseStyle =
|
|
|
265
265
|
url: Url;
|
|
266
266
|
}
|
|
267
267
|
interface ResolvedRequestOptions<TResponseStyle extends ResponseStyle = 'data', ThrowOnError extends boolean = boolean, Url extends string = string> extends RequestOptions<unknown, TResponseStyle, ThrowOnError, Url> {
|
|
268
|
+
headers: Headers;
|
|
268
269
|
serializedBody?: string;
|
|
269
270
|
}
|
|
270
271
|
type RequestResult<TData = unknown, TError = unknown, ThrowOnError extends boolean = boolean, TResponseStyle extends ResponseStyle = 'data'> = ThrowOnError extends true ? Promise<TResponseStyle extends 'data' ? TData extends Record<string, unknown> ? TData[keyof TData] : TData : {
|
|
@@ -287,7 +288,7 @@ interface ClientOptions$1 {
|
|
|
287
288
|
throwOnError?: boolean;
|
|
288
289
|
}
|
|
289
290
|
type MethodFn = <TData = unknown, TError = unknown, ThrowOnError extends boolean = false, TResponseStyle extends ResponseStyle = 'data'>(options: Omit<RequestOptions<TData, TResponseStyle, ThrowOnError>, 'method'>) => RequestResult<TData, TError, ThrowOnError, TResponseStyle>;
|
|
290
|
-
type SseFn = <TData = unknown, TError = unknown, ThrowOnError extends boolean = false, TResponseStyle extends ResponseStyle = 'data'>(options: Omit<RequestOptions<
|
|
291
|
+
type SseFn = <TData = unknown, TError = unknown, ThrowOnError extends boolean = false, TResponseStyle extends ResponseStyle = 'data'>(options: Omit<RequestOptions<never, TResponseStyle, ThrowOnError>, 'method'>) => Promise<ServerSentEventsResult<TData, TError>>;
|
|
291
292
|
type RequestFn = <TData = unknown, TError = unknown, ThrowOnError extends boolean = false, TResponseStyle extends ResponseStyle = 'data'>(options: Omit<RequestOptions<TData, TResponseStyle, ThrowOnError>, 'method'> & Pick<Required<RequestOptions<TData, TResponseStyle, ThrowOnError>>, 'method'>) => RequestResult<TData, TError, ThrowOnError, TResponseStyle>;
|
|
292
293
|
type BuildUrlFn = <TData extends {
|
|
293
294
|
body?: unknown;
|
|
@@ -340,7 +341,7 @@ type AdminCompany = {
|
|
|
340
341
|
* * `test` - Test
|
|
341
342
|
* * `production` - Production
|
|
342
343
|
*/
|
|
343
|
-
mode: 'test' | 'production';
|
|
344
|
+
readonly mode: 'test' | 'production';
|
|
344
345
|
bridge_api_key: string;
|
|
345
346
|
readonly bridge_webhook_id: string | null;
|
|
346
347
|
readonly admin_user_bridge_id: string | null;
|
|
@@ -385,12 +386,13 @@ type AdminCreateVirtualAccount = {
|
|
|
385
386
|
wallet?: string;
|
|
386
387
|
account_currency?: string;
|
|
387
388
|
/**
|
|
389
|
+
* * `gbp` - Gbp
|
|
388
390
|
* * `usd` - Usd
|
|
389
391
|
* * `eur` - Eur
|
|
390
392
|
* * `mxn` - Mxn
|
|
391
393
|
* * `brl` - Brl
|
|
392
394
|
*/
|
|
393
|
-
source_currency?: 'usd' | 'eur' | 'mxn' | 'brl';
|
|
395
|
+
source_currency?: 'gbp' | 'usd' | 'eur' | 'mxn' | 'brl';
|
|
394
396
|
};
|
|
395
397
|
type AdminCryptoReturnPolicy = {
|
|
396
398
|
readonly id: string;
|
|
@@ -424,8 +426,9 @@ type AdminCurrency = {
|
|
|
424
426
|
/**
|
|
425
427
|
* * `usdc` - Usdc
|
|
426
428
|
* * `eurc` - Eurc
|
|
429
|
+
* * `usdt` - Usdt
|
|
427
430
|
*/
|
|
428
|
-
bridge_code?: 'usdc' | 'eurc';
|
|
431
|
+
bridge_code?: 'usdc' | 'eurc' | 'usdt';
|
|
429
432
|
/**
|
|
430
433
|
* * `solana` - Solana
|
|
431
434
|
* * `base` - Base
|
|
@@ -442,6 +445,24 @@ type AdminCurrencyResponse = {
|
|
|
442
445
|
status: string;
|
|
443
446
|
data: AdminCurrency;
|
|
444
447
|
};
|
|
448
|
+
/**
|
|
449
|
+
* A ModelSerializer that takes additional arguments for
|
|
450
|
+
* "fields", "omit" and "expand" in order to
|
|
451
|
+
* control which fields are displayed, and whether to replace simple
|
|
452
|
+
* values with complex, nested serializations
|
|
453
|
+
*/
|
|
454
|
+
type AdminFundsRequest = {
|
|
455
|
+
readonly id: string;
|
|
456
|
+
readonly user: string;
|
|
457
|
+
readonly bridge_id: string;
|
|
458
|
+
readonly fraud: boolean;
|
|
459
|
+
readonly created: number;
|
|
460
|
+
readonly updated: number;
|
|
461
|
+
};
|
|
462
|
+
type AdminFundsRequestResponse = {
|
|
463
|
+
status: string;
|
|
464
|
+
data: AdminFundsRequest;
|
|
465
|
+
};
|
|
445
466
|
/**
|
|
446
467
|
* A ModelSerializer that takes additional arguments for
|
|
447
468
|
* "fields", "omit" and "expand" in order to
|
|
@@ -455,12 +476,14 @@ type AdminLiquidationAddress = {
|
|
|
455
476
|
/**
|
|
456
477
|
* * `usdc` - Usdc
|
|
457
478
|
* * `eurc` - Eurc
|
|
479
|
+
* * `usdt` - Usdt
|
|
480
|
+
* * `gbp` - Gbp
|
|
458
481
|
* * `usd` - Usd
|
|
459
482
|
* * `eur` - Eur
|
|
460
483
|
* * `mxn` - Mxn
|
|
461
484
|
* * `brl` - Brl
|
|
462
485
|
*/
|
|
463
|
-
bridge_currency: 'usdc' | 'eurc' | 'usd' | 'eur' | 'mxn' | 'brl';
|
|
486
|
+
readonly bridge_currency: 'usdc' | 'eurc' | 'usdt' | 'gbp' | 'usd' | 'eur' | 'mxn' | 'brl';
|
|
464
487
|
readonly address: string;
|
|
465
488
|
readonly memo: string | null;
|
|
466
489
|
readonly bridge_id: string | null;
|
|
@@ -490,12 +513,13 @@ type AdminOperationalAccountLiquidationAddress = {
|
|
|
490
513
|
type AdminOperationalAccountVirtualAccount = {
|
|
491
514
|
account_currency: string;
|
|
492
515
|
/**
|
|
516
|
+
* * `gbp` - Gbp
|
|
493
517
|
* * `usd` - Usd
|
|
494
518
|
* * `eur` - Eur
|
|
495
519
|
* * `mxn` - Mxn
|
|
496
520
|
* * `brl` - Brl
|
|
497
521
|
*/
|
|
498
|
-
source_currency?: 'usd' | 'eur' | 'mxn' | 'brl';
|
|
522
|
+
source_currency?: 'gbp' | 'usd' | 'eur' | 'mxn' | 'brl';
|
|
499
523
|
};
|
|
500
524
|
/**
|
|
501
525
|
* A ModelSerializer that takes additional arguments for
|
|
@@ -573,7 +597,7 @@ type AdminTransactionTransition = {
|
|
|
573
597
|
* * `Complete` - Complete
|
|
574
598
|
* * `Failed` - Failed
|
|
575
599
|
*/
|
|
576
|
-
from_status: 'Initiating' | 'Quoted' | 'Pending' | 'Complete' | 'Failed';
|
|
600
|
+
readonly from_status: 'Initiating' | 'Quoted' | 'Pending' | 'Complete' | 'Failed';
|
|
577
601
|
/**
|
|
578
602
|
* * `Initiating` - Initiating
|
|
579
603
|
* * `Quoted` - Quoted
|
|
@@ -581,7 +605,7 @@ type AdminTransactionTransition = {
|
|
|
581
605
|
* * `Complete` - Complete
|
|
582
606
|
* * `Failed` - Failed
|
|
583
607
|
*/
|
|
584
|
-
to_status: 'Initiating' | 'Quoted' | 'Pending' | 'Complete' | 'Failed';
|
|
608
|
+
readonly to_status: 'Initiating' | 'Quoted' | 'Pending' | 'Complete' | 'Failed';
|
|
585
609
|
/**
|
|
586
610
|
* * `queued` - Queued
|
|
587
611
|
* * `pending` - Pending
|
|
@@ -591,7 +615,7 @@ type AdminTransactionTransition = {
|
|
|
591
615
|
* * `approved` - Approved
|
|
592
616
|
* * `declined` - Declined
|
|
593
617
|
*/
|
|
594
|
-
status: 'queued' | 'pending' | 'awaiting_verification' | 'awaiting_balance' | 'paused' | 'approved' | 'declined';
|
|
618
|
+
readonly status: 'queued' | 'pending' | 'awaiting_verification' | 'awaiting_balance' | 'paused' | 'approved' | 'declined';
|
|
595
619
|
readonly created: number;
|
|
596
620
|
readonly updated: number;
|
|
597
621
|
};
|
|
@@ -612,7 +636,7 @@ type AdminUpdateCompany = {
|
|
|
612
636
|
* * `test` - Test
|
|
613
637
|
* * `production` - Production
|
|
614
638
|
*/
|
|
615
|
-
mode: 'test' | 'production';
|
|
639
|
+
readonly mode: 'test' | 'production';
|
|
616
640
|
bridge_api_key?: string;
|
|
617
641
|
readonly bridge_webhook_id: string | null;
|
|
618
642
|
admin_user_bridge_id?: string | null;
|
|
@@ -620,6 +644,39 @@ type AdminUpdateCompany = {
|
|
|
620
644
|
bridge_tos_platform_legal_term?: string | null;
|
|
621
645
|
exchange_rate_override_bps?: number | null;
|
|
622
646
|
};
|
|
647
|
+
/**
|
|
648
|
+
* A ModelSerializer that takes additional arguments for
|
|
649
|
+
* "fields", "omit" and "expand" in order to
|
|
650
|
+
* control which fields are displayed, and whether to replace simple
|
|
651
|
+
* values with complex, nested serializations
|
|
652
|
+
*/
|
|
653
|
+
type AdminUser = {
|
|
654
|
+
readonly id: string;
|
|
655
|
+
readonly bridge_id: string | null;
|
|
656
|
+
/**
|
|
657
|
+
* * `individual` - Individual
|
|
658
|
+
* * `business` - Business
|
|
659
|
+
*/
|
|
660
|
+
readonly bridge_type: 'individual' | 'business';
|
|
661
|
+
/**
|
|
662
|
+
* * `active` - Active
|
|
663
|
+
* * `awaiting_questionnaire` - Awaiting Questionnaire
|
|
664
|
+
* * `awaiting_ubo` - Awaiting Ubo
|
|
665
|
+
* * `incomplete` - Incomplete
|
|
666
|
+
* * `not_started` - Not Started
|
|
667
|
+
* * `offboarded` - Offboarded
|
|
668
|
+
* * `paused` - Paused
|
|
669
|
+
* * `rejected` - Rejected
|
|
670
|
+
* * `under_review` - Under Review
|
|
671
|
+
*/
|
|
672
|
+
readonly bridge_status: 'active' | 'awaiting_questionnaire' | 'awaiting_ubo' | 'incomplete' | 'not_started' | 'offboarded' | 'paused' | 'rejected' | 'under_review';
|
|
673
|
+
readonly created: number;
|
|
674
|
+
readonly updated: number;
|
|
675
|
+
};
|
|
676
|
+
type AdminUserResponse = {
|
|
677
|
+
status: string;
|
|
678
|
+
data: AdminUser;
|
|
679
|
+
};
|
|
623
680
|
/**
|
|
624
681
|
* A ModelSerializer that takes additional arguments for
|
|
625
682
|
* "fields", "omit" and "expand" in order to
|
|
@@ -632,12 +689,14 @@ type AdminVirtualAccount = {
|
|
|
632
689
|
/**
|
|
633
690
|
* * `usdc` - Usdc
|
|
634
691
|
* * `eurc` - Eurc
|
|
692
|
+
* * `usdt` - Usdt
|
|
693
|
+
* * `gbp` - Gbp
|
|
635
694
|
* * `usd` - Usd
|
|
636
695
|
* * `eur` - Eur
|
|
637
696
|
* * `mxn` - Mxn
|
|
638
697
|
* * `brl` - Brl
|
|
639
698
|
*/
|
|
640
|
-
source_currency: 'usdc' | 'eurc' | 'usd' | 'eur' | 'mxn' | 'brl';
|
|
699
|
+
readonly source_currency: 'usdc' | 'eurc' | 'usdt' | 'gbp' | 'usd' | 'eur' | 'mxn' | 'brl';
|
|
641
700
|
readonly bank_account: string | null;
|
|
642
701
|
readonly bank_account_details: string;
|
|
643
702
|
readonly bridge_id: string | null;
|
|
@@ -694,12 +753,14 @@ type Currency = {
|
|
|
694
753
|
/**
|
|
695
754
|
* * `usdc` - Usdc
|
|
696
755
|
* * `eurc` - Eurc
|
|
756
|
+
* * `usdt` - Usdt
|
|
757
|
+
* * `gbp` - Gbp
|
|
697
758
|
* * `usd` - Usd
|
|
698
759
|
* * `eur` - Eur
|
|
699
760
|
* * `mxn` - Mxn
|
|
700
761
|
* * `brl` - Brl
|
|
701
762
|
*/
|
|
702
|
-
bridge_code?: 'usdc' | 'eurc' | 'usd' | 'eur' | 'mxn' | 'brl';
|
|
763
|
+
bridge_code?: 'usdc' | 'eurc' | 'usdt' | 'gbp' | 'usd' | 'eur' | 'mxn' | 'brl';
|
|
703
764
|
/**
|
|
704
765
|
* * `solana` - Solana
|
|
705
766
|
* * `base` - Base
|
|
@@ -733,6 +794,16 @@ type PaginatedAdminCurrencyListResponse = {
|
|
|
733
794
|
status: string;
|
|
734
795
|
data: PaginatedAdminCurrencyList;
|
|
735
796
|
};
|
|
797
|
+
type PaginatedAdminFundsRequestList = {
|
|
798
|
+
count?: number;
|
|
799
|
+
next?: string | null;
|
|
800
|
+
previous?: string | null;
|
|
801
|
+
results?: Array<AdminFundsRequest>;
|
|
802
|
+
};
|
|
803
|
+
type PaginatedAdminFundsRequestListResponse = {
|
|
804
|
+
status: string;
|
|
805
|
+
data: PaginatedAdminFundsRequestList;
|
|
806
|
+
};
|
|
736
807
|
type PaginatedAdminLiquidationAddressList = {
|
|
737
808
|
count?: number;
|
|
738
809
|
next?: string | null;
|
|
@@ -763,6 +834,16 @@ type PaginatedAdminTransactionTransitionListResponse = {
|
|
|
763
834
|
status: string;
|
|
764
835
|
data: PaginatedAdminTransactionTransitionList;
|
|
765
836
|
};
|
|
837
|
+
type PaginatedAdminUserList = {
|
|
838
|
+
count?: number;
|
|
839
|
+
next?: string | null;
|
|
840
|
+
previous?: string | null;
|
|
841
|
+
results?: Array<AdminUser>;
|
|
842
|
+
};
|
|
843
|
+
type PaginatedAdminUserListResponse = {
|
|
844
|
+
status: string;
|
|
845
|
+
data: PaginatedAdminUserList;
|
|
846
|
+
};
|
|
766
847
|
type PaginatedAdminVirtualAccountList = {
|
|
767
848
|
count?: number;
|
|
768
849
|
next?: string | null;
|
|
@@ -793,6 +874,16 @@ type PaginatedCurrencyListResponse = {
|
|
|
793
874
|
status: string;
|
|
794
875
|
data: PaginatedCurrencyList;
|
|
795
876
|
};
|
|
877
|
+
type PaginatedUserExternalWalletList = {
|
|
878
|
+
count?: number;
|
|
879
|
+
next?: string | null;
|
|
880
|
+
previous?: string | null;
|
|
881
|
+
results?: Array<UserExternalWallet>;
|
|
882
|
+
};
|
|
883
|
+
type PaginatedUserExternalWalletListResponse = {
|
|
884
|
+
status: string;
|
|
885
|
+
data: PaginatedUserExternalWalletList;
|
|
886
|
+
};
|
|
796
887
|
type PaginatedUserStaticTemplateList = {
|
|
797
888
|
count?: number;
|
|
798
889
|
next?: string | null;
|
|
@@ -836,8 +927,9 @@ type PatchedAdminCurrency = {
|
|
|
836
927
|
/**
|
|
837
928
|
* * `usdc` - Usdc
|
|
838
929
|
* * `eurc` - Eurc
|
|
930
|
+
* * `usdt` - Usdt
|
|
839
931
|
*/
|
|
840
|
-
bridge_code?: 'usdc' | 'eurc';
|
|
932
|
+
bridge_code?: 'usdc' | 'eurc' | 'usdt';
|
|
841
933
|
/**
|
|
842
934
|
* * `solana` - Solana
|
|
843
935
|
* * `base` - Base
|
|
@@ -881,7 +973,7 @@ type PatchedAdminUpdateCompany = {
|
|
|
881
973
|
* * `test` - Test
|
|
882
974
|
* * `production` - Production
|
|
883
975
|
*/
|
|
884
|
-
mode?: 'test' | 'production';
|
|
976
|
+
readonly mode?: 'test' | 'production';
|
|
885
977
|
bridge_api_key?: string;
|
|
886
978
|
readonly bridge_webhook_id?: string | null;
|
|
887
979
|
admin_user_bridge_id?: string | null;
|
|
@@ -920,6 +1012,31 @@ type UserCreateCustomerKycLink = {
|
|
|
920
1012
|
endorsements?: Array<'base' | 'sepa' | 'spei' | 'pix' | 'cards'> | null;
|
|
921
1013
|
redirect_uri?: string | null;
|
|
922
1014
|
};
|
|
1015
|
+
type UserCreateExternalWallet = {
|
|
1016
|
+
/**
|
|
1017
|
+
* * `solana` - Solana
|
|
1018
|
+
* * `base` - Base
|
|
1019
|
+
* * `ethereum` - Ethereum
|
|
1020
|
+
* * `stellar` - Stellar
|
|
1021
|
+
* * `tron` - Tron
|
|
1022
|
+
* * `polygon` - Polygon
|
|
1023
|
+
* * `arbitrum` - Arbitrum
|
|
1024
|
+
* * `optimism` - Optimism
|
|
1025
|
+
*/
|
|
1026
|
+
chain: 'solana' | 'base' | 'ethereum' | 'stellar' | 'tron' | 'polygon' | 'arbitrum' | 'optimism';
|
|
1027
|
+
address: string;
|
|
1028
|
+
/**
|
|
1029
|
+
* * `usdc` - Usdc
|
|
1030
|
+
* * `eurc` - Eurc
|
|
1031
|
+
* * `usdt` - Usdt
|
|
1032
|
+
* * `gbp` - Gbp
|
|
1033
|
+
* * `usd` - Usd
|
|
1034
|
+
* * `eur` - Eur
|
|
1035
|
+
* * `mxn` - Mxn
|
|
1036
|
+
* * `brl` - Brl
|
|
1037
|
+
*/
|
|
1038
|
+
currency: 'usdc' | 'eurc' | 'usdt' | 'gbp' | 'usd' | 'eur' | 'mxn' | 'brl';
|
|
1039
|
+
};
|
|
923
1040
|
/**
|
|
924
1041
|
* A ModelSerializer that takes additional arguments for
|
|
925
1042
|
* "fields", "omit" and "expand" in order to
|
|
@@ -940,15 +1057,16 @@ type UserCreateVirtualAccount = {
|
|
|
940
1057
|
account: string;
|
|
941
1058
|
currency: string;
|
|
942
1059
|
/**
|
|
1060
|
+
* * `gbp` - Gbp
|
|
943
1061
|
* * `usd` - Usd
|
|
944
1062
|
* * `eur` - Eur
|
|
945
1063
|
* * `mxn` - Mxn
|
|
946
1064
|
* * `brl` - Brl
|
|
947
1065
|
*/
|
|
948
|
-
source_currency?: 'usd' | 'eur' | 'mxn' | 'brl';
|
|
1066
|
+
source_currency?: 'gbp' | 'usd' | 'eur' | 'mxn' | 'brl';
|
|
949
1067
|
};
|
|
950
1068
|
type UserCryptoDeposit = {
|
|
951
|
-
account_currency
|
|
1069
|
+
account_currency?: string;
|
|
952
1070
|
/**
|
|
953
1071
|
* * `solana` - Solana
|
|
954
1072
|
* * `base` - Base
|
|
@@ -960,6 +1078,7 @@ type UserCryptoDeposit = {
|
|
|
960
1078
|
* * `optimism` - Optimism
|
|
961
1079
|
*/
|
|
962
1080
|
chain: 'solana' | 'base' | 'ethereum' | 'stellar' | 'tron' | 'polygon' | 'arbitrum' | 'optimism';
|
|
1081
|
+
external_wallet?: string;
|
|
963
1082
|
};
|
|
964
1083
|
type UserCryptoDepositResponse = {
|
|
965
1084
|
readonly chain: string;
|
|
@@ -995,6 +1114,44 @@ type UserExchangeRateResponseResponse = {
|
|
|
995
1114
|
status: string;
|
|
996
1115
|
data: UserExchangeRateResponse;
|
|
997
1116
|
};
|
|
1117
|
+
/**
|
|
1118
|
+
* A ModelSerializer that takes additional arguments for
|
|
1119
|
+
* "fields", "omit" and "expand" in order to
|
|
1120
|
+
* control which fields are displayed, and whether to replace simple
|
|
1121
|
+
* values with complex, nested serializations
|
|
1122
|
+
*/
|
|
1123
|
+
type UserExternalWallet = {
|
|
1124
|
+
readonly id: string;
|
|
1125
|
+
/**
|
|
1126
|
+
* * `solana` - Solana
|
|
1127
|
+
* * `base` - Base
|
|
1128
|
+
* * `ethereum` - Ethereum
|
|
1129
|
+
* * `stellar` - Stellar
|
|
1130
|
+
* * `tron` - Tron
|
|
1131
|
+
* * `polygon` - Polygon
|
|
1132
|
+
* * `arbitrum` - Arbitrum
|
|
1133
|
+
* * `optimism` - Optimism
|
|
1134
|
+
*/
|
|
1135
|
+
readonly chain: 'solana' | 'base' | 'ethereum' | 'stellar' | 'tron' | 'polygon' | 'arbitrum' | 'optimism';
|
|
1136
|
+
readonly address: string;
|
|
1137
|
+
/**
|
|
1138
|
+
* * `usdc` - Usdc
|
|
1139
|
+
* * `eurc` - Eurc
|
|
1140
|
+
* * `usdt` - Usdt
|
|
1141
|
+
* * `gbp` - Gbp
|
|
1142
|
+
* * `usd` - Usd
|
|
1143
|
+
* * `eur` - Eur
|
|
1144
|
+
* * `mxn` - Mxn
|
|
1145
|
+
* * `brl` - Brl
|
|
1146
|
+
*/
|
|
1147
|
+
readonly currency: 'usdc' | 'eurc' | 'usdt' | 'gbp' | 'usd' | 'eur' | 'mxn' | 'brl';
|
|
1148
|
+
readonly created: number;
|
|
1149
|
+
readonly updated: number;
|
|
1150
|
+
};
|
|
1151
|
+
type UserExternalWalletResponse = {
|
|
1152
|
+
status: string;
|
|
1153
|
+
data: UserExternalWallet;
|
|
1154
|
+
};
|
|
998
1155
|
/**
|
|
999
1156
|
* A ModelSerializer that takes additional arguments for
|
|
1000
1157
|
* "fields", "omit" and "expand" in order to
|
|
@@ -1043,12 +1200,14 @@ type UserVirtualAccount = {
|
|
|
1043
1200
|
/**
|
|
1044
1201
|
* * `usdc` - Usdc
|
|
1045
1202
|
* * `eurc` - Eurc
|
|
1203
|
+
* * `usdt` - Usdt
|
|
1204
|
+
* * `gbp` - Gbp
|
|
1046
1205
|
* * `usd` - Usd
|
|
1047
1206
|
* * `eur` - Eur
|
|
1048
1207
|
* * `mxn` - Mxn
|
|
1049
1208
|
* * `brl` - Brl
|
|
1050
1209
|
*/
|
|
1051
|
-
source_currency: 'usdc' | 'eurc' | 'usd' | 'eur' | 'mxn' | 'brl';
|
|
1210
|
+
readonly source_currency: 'usdc' | 'eurc' | 'usdt' | 'gbp' | 'usd' | 'eur' | 'mxn' | 'brl';
|
|
1052
1211
|
readonly bank_account: string | null;
|
|
1053
1212
|
readonly bank_account_details: string;
|
|
1054
1213
|
readonly bridge_id: string | null;
|
|
@@ -1071,10 +1230,11 @@ type Webhook = {
|
|
|
1071
1230
|
* * `currency.update` - Currency Update
|
|
1072
1231
|
* * `transaction.initiate` - Transaction Initiate
|
|
1073
1232
|
* * `transaction.execute` - Transaction Execute
|
|
1233
|
+
* * `transaction.update` - Transaction Update
|
|
1074
1234
|
* * `transaction.transition.update` - Transaction Transition Update
|
|
1075
1235
|
* * `user.update` - User Update
|
|
1076
1236
|
*/
|
|
1077
|
-
event: 'account.currency.create' | 'bank_account.create' | 'bank_account.update' | 'bank_account.delete' | 'currency.create' | 'currency.update' | 'transaction.initiate' | 'transaction.execute' | 'transaction.transition.update' | 'user.update';
|
|
1237
|
+
event: 'account.currency.create' | 'bank_account.create' | 'bank_account.update' | 'bank_account.delete' | 'currency.create' | 'currency.update' | 'transaction.initiate' | 'transaction.execute' | 'transaction.update' | 'transaction.transition.update' | 'user.update';
|
|
1078
1238
|
company: string;
|
|
1079
1239
|
data: {
|
|
1080
1240
|
[key: string]: unknown;
|
|
@@ -1139,8 +1299,9 @@ type AdminCurrencyWritable = {
|
|
|
1139
1299
|
/**
|
|
1140
1300
|
* * `usdc` - Usdc
|
|
1141
1301
|
* * `eurc` - Eurc
|
|
1302
|
+
* * `usdt` - Usdt
|
|
1142
1303
|
*/
|
|
1143
|
-
bridge_code?: 'usdc' | 'eurc';
|
|
1304
|
+
bridge_code?: 'usdc' | 'eurc' | 'usdt';
|
|
1144
1305
|
/**
|
|
1145
1306
|
* * `solana` - Solana
|
|
1146
1307
|
* * `base` - Base
|
|
@@ -1151,6 +1312,9 @@ type AdminCurrencyResponseWritable = {
|
|
|
1151
1312
|
status: string;
|
|
1152
1313
|
data: AdminCurrencyWritable;
|
|
1153
1314
|
};
|
|
1315
|
+
type AdminFundsRequestResponseWritable = {
|
|
1316
|
+
status: string;
|
|
1317
|
+
};
|
|
1154
1318
|
/**
|
|
1155
1319
|
* A ModelSerializer that takes additional arguments for
|
|
1156
1320
|
* "fields", "omit" and "expand" in order to
|
|
@@ -1201,6 +1365,9 @@ type AdminUpdateCompanyWritable = {
|
|
|
1201
1365
|
bridge_tos_platform_legal_term?: string | null;
|
|
1202
1366
|
exchange_rate_override_bps?: number | null;
|
|
1203
1367
|
};
|
|
1368
|
+
type AdminUserResponseWritable = {
|
|
1369
|
+
status: string;
|
|
1370
|
+
};
|
|
1204
1371
|
/**
|
|
1205
1372
|
* A ModelSerializer that takes additional arguments for
|
|
1206
1373
|
* "fields", "omit" and "expand" in order to
|
|
@@ -1237,6 +1404,16 @@ type PaginatedAdminCurrencyListResponseWritable = {
|
|
|
1237
1404
|
status: string;
|
|
1238
1405
|
data: PaginatedAdminCurrencyListWritable;
|
|
1239
1406
|
};
|
|
1407
|
+
type PaginatedAdminFundsRequestListWritable = {
|
|
1408
|
+
count?: number;
|
|
1409
|
+
next?: string | null;
|
|
1410
|
+
previous?: string | null;
|
|
1411
|
+
results?: Array<unknown>;
|
|
1412
|
+
};
|
|
1413
|
+
type PaginatedAdminFundsRequestListResponseWritable = {
|
|
1414
|
+
status: string;
|
|
1415
|
+
data: PaginatedAdminFundsRequestListWritable;
|
|
1416
|
+
};
|
|
1240
1417
|
type PaginatedAdminLiquidationAddressListWritable = {
|
|
1241
1418
|
count?: number;
|
|
1242
1419
|
next?: string | null;
|
|
@@ -1267,6 +1444,16 @@ type PaginatedAdminTransactionTransitionListResponseWritable = {
|
|
|
1267
1444
|
status: string;
|
|
1268
1445
|
data: PaginatedAdminTransactionTransitionListWritable;
|
|
1269
1446
|
};
|
|
1447
|
+
type PaginatedAdminUserListWritable = {
|
|
1448
|
+
count?: number;
|
|
1449
|
+
next?: string | null;
|
|
1450
|
+
previous?: string | null;
|
|
1451
|
+
results?: Array<unknown>;
|
|
1452
|
+
};
|
|
1453
|
+
type PaginatedAdminUserListResponseWritable = {
|
|
1454
|
+
status: string;
|
|
1455
|
+
data: PaginatedAdminUserListWritable;
|
|
1456
|
+
};
|
|
1270
1457
|
type PaginatedAdminVirtualAccountListWritable = {
|
|
1271
1458
|
count?: number;
|
|
1272
1459
|
next?: string | null;
|
|
@@ -1287,6 +1474,16 @@ type PaginatedAdminWalletListResponseWritable = {
|
|
|
1287
1474
|
status: string;
|
|
1288
1475
|
data: PaginatedAdminWalletListWritable;
|
|
1289
1476
|
};
|
|
1477
|
+
type PaginatedUserExternalWalletListWritable = {
|
|
1478
|
+
count?: number;
|
|
1479
|
+
next?: string | null;
|
|
1480
|
+
previous?: string | null;
|
|
1481
|
+
results?: Array<unknown>;
|
|
1482
|
+
};
|
|
1483
|
+
type PaginatedUserExternalWalletListResponseWritable = {
|
|
1484
|
+
status: string;
|
|
1485
|
+
data: PaginatedUserExternalWalletListWritable;
|
|
1486
|
+
};
|
|
1290
1487
|
type PaginatedUserStaticTemplateListWritable = {
|
|
1291
1488
|
count?: number;
|
|
1292
1489
|
next?: string | null;
|
|
@@ -1328,8 +1525,9 @@ type PatchedAdminCurrencyWritable = {
|
|
|
1328
1525
|
/**
|
|
1329
1526
|
* * `usdc` - Usdc
|
|
1330
1527
|
* * `eurc` - Eurc
|
|
1528
|
+
* * `usdt` - Usdt
|
|
1331
1529
|
*/
|
|
1332
|
-
bridge_code?: 'usdc' | 'eurc';
|
|
1530
|
+
bridge_code?: 'usdc' | 'eurc' | 'usdt';
|
|
1333
1531
|
/**
|
|
1334
1532
|
* * `solana` - Solana
|
|
1335
1533
|
* * `base` - Base
|
|
@@ -1387,6 +1585,9 @@ type UserCryptoDepositResponseResponseWritable = {
|
|
|
1387
1585
|
type UserCustomerKycLinkResponseWritable = {
|
|
1388
1586
|
status: string;
|
|
1389
1587
|
};
|
|
1588
|
+
type UserExternalWalletResponseWritable = {
|
|
1589
|
+
status: string;
|
|
1590
|
+
};
|
|
1390
1591
|
/**
|
|
1391
1592
|
* A ModelSerializer that takes additional arguments for
|
|
1392
1593
|
* "fields", "omit" and "expand" in order to
|
|
@@ -1589,6 +1790,40 @@ type AdminCurrenciesUpdateResponses = {
|
|
|
1589
1790
|
200: AdminCurrencyResponse;
|
|
1590
1791
|
};
|
|
1591
1792
|
type AdminCurrenciesUpdateResponse = AdminCurrenciesUpdateResponses[keyof AdminCurrenciesUpdateResponses];
|
|
1793
|
+
type AdminFundsRequestsListData = {
|
|
1794
|
+
body?: never;
|
|
1795
|
+
path?: never;
|
|
1796
|
+
query?: {
|
|
1797
|
+
bridge_id?: string;
|
|
1798
|
+
fraud?: boolean;
|
|
1799
|
+
/**
|
|
1800
|
+
* A page number within the paginated result set.
|
|
1801
|
+
*/
|
|
1802
|
+
page?: number;
|
|
1803
|
+
/**
|
|
1804
|
+
* Number of results to return per page.
|
|
1805
|
+
*/
|
|
1806
|
+
page_size?: number;
|
|
1807
|
+
user?: string;
|
|
1808
|
+
};
|
|
1809
|
+
url: '/admin/funds-requests/';
|
|
1810
|
+
};
|
|
1811
|
+
type AdminFundsRequestsListResponses = {
|
|
1812
|
+
200: PaginatedAdminFundsRequestListResponse;
|
|
1813
|
+
};
|
|
1814
|
+
type AdminFundsRequestsListResponse = AdminFundsRequestsListResponses[keyof AdminFundsRequestsListResponses];
|
|
1815
|
+
type AdminFundsRequestsRetrieveData = {
|
|
1816
|
+
body?: never;
|
|
1817
|
+
path: {
|
|
1818
|
+
identifier: string;
|
|
1819
|
+
};
|
|
1820
|
+
query?: never;
|
|
1821
|
+
url: '/admin/funds-requests/{identifier}/';
|
|
1822
|
+
};
|
|
1823
|
+
type AdminFundsRequestsRetrieveResponses = {
|
|
1824
|
+
200: AdminFundsRequestResponse;
|
|
1825
|
+
};
|
|
1826
|
+
type AdminFundsRequestsRetrieveResponse = AdminFundsRequestsRetrieveResponses[keyof AdminFundsRequestsRetrieveResponses];
|
|
1592
1827
|
type AdminLiquidationAddressesListData = {
|
|
1593
1828
|
body?: never;
|
|
1594
1829
|
path?: never;
|
|
@@ -1787,6 +2022,41 @@ type AdminTransactionTransitionsProcessCreateResponses = {
|
|
|
1787
2022
|
202: ActionResponse;
|
|
1788
2023
|
};
|
|
1789
2024
|
type AdminTransactionTransitionsProcessCreateResponse = AdminTransactionTransitionsProcessCreateResponses[keyof AdminTransactionTransitionsProcessCreateResponses];
|
|
2025
|
+
type AdminUsersListData = {
|
|
2026
|
+
body?: never;
|
|
2027
|
+
path?: never;
|
|
2028
|
+
query?: {
|
|
2029
|
+
bridge_id?: string;
|
|
2030
|
+
bridge_status?: string;
|
|
2031
|
+
bridge_type?: string;
|
|
2032
|
+
id?: string;
|
|
2033
|
+
/**
|
|
2034
|
+
* A page number within the paginated result set.
|
|
2035
|
+
*/
|
|
2036
|
+
page?: number;
|
|
2037
|
+
/**
|
|
2038
|
+
* Number of results to return per page.
|
|
2039
|
+
*/
|
|
2040
|
+
page_size?: number;
|
|
2041
|
+
};
|
|
2042
|
+
url: '/admin/users/';
|
|
2043
|
+
};
|
|
2044
|
+
type AdminUsersListResponses = {
|
|
2045
|
+
200: PaginatedAdminUserListResponse;
|
|
2046
|
+
};
|
|
2047
|
+
type AdminUsersListResponse = AdminUsersListResponses[keyof AdminUsersListResponses];
|
|
2048
|
+
type AdminUsersRetrieveData = {
|
|
2049
|
+
body?: never;
|
|
2050
|
+
path: {
|
|
2051
|
+
identifier: string;
|
|
2052
|
+
};
|
|
2053
|
+
query?: never;
|
|
2054
|
+
url: '/admin/users/{identifier}/';
|
|
2055
|
+
};
|
|
2056
|
+
type AdminUsersRetrieveResponses = {
|
|
2057
|
+
200: AdminUserResponse;
|
|
2058
|
+
};
|
|
2059
|
+
type AdminUsersRetrieveResponse = AdminUsersRetrieveResponses[keyof AdminUsersRetrieveResponses];
|
|
1790
2060
|
type AdminVirtualAccountsListData = {
|
|
1791
2061
|
body?: never;
|
|
1792
2062
|
path?: never;
|
|
@@ -1972,6 +2242,47 @@ type UserExchangeRatesRetrieveResponses = {
|
|
|
1972
2242
|
200: UserExchangeRateResponseResponse;
|
|
1973
2243
|
};
|
|
1974
2244
|
type UserExchangeRatesRetrieveResponse = UserExchangeRatesRetrieveResponses[keyof UserExchangeRatesRetrieveResponses];
|
|
2245
|
+
type UserExternalWalletsListData = {
|
|
2246
|
+
body?: never;
|
|
2247
|
+
path?: never;
|
|
2248
|
+
query?: {
|
|
2249
|
+
/**
|
|
2250
|
+
* A page number within the paginated result set.
|
|
2251
|
+
*/
|
|
2252
|
+
page?: number;
|
|
2253
|
+
/**
|
|
2254
|
+
* Number of results to return per page.
|
|
2255
|
+
*/
|
|
2256
|
+
page_size?: number;
|
|
2257
|
+
};
|
|
2258
|
+
url: '/user/external-wallets/';
|
|
2259
|
+
};
|
|
2260
|
+
type UserExternalWalletsListResponses = {
|
|
2261
|
+
200: PaginatedUserExternalWalletListResponse;
|
|
2262
|
+
};
|
|
2263
|
+
type UserExternalWalletsListResponse = UserExternalWalletsListResponses[keyof UserExternalWalletsListResponses];
|
|
2264
|
+
type UserExternalWalletsCreateData = {
|
|
2265
|
+
body: UserCreateExternalWallet;
|
|
2266
|
+
path?: never;
|
|
2267
|
+
query?: never;
|
|
2268
|
+
url: '/user/external-wallets/';
|
|
2269
|
+
};
|
|
2270
|
+
type UserExternalWalletsCreateResponses = {
|
|
2271
|
+
201: UserExternalWalletResponse;
|
|
2272
|
+
};
|
|
2273
|
+
type UserExternalWalletsCreateResponse = UserExternalWalletsCreateResponses[keyof UserExternalWalletsCreateResponses];
|
|
2274
|
+
type UserExternalWalletsRetrieveData = {
|
|
2275
|
+
body?: never;
|
|
2276
|
+
path: {
|
|
2277
|
+
identifier: string;
|
|
2278
|
+
};
|
|
2279
|
+
query?: never;
|
|
2280
|
+
url: '/user/external-wallets/{identifier}/';
|
|
2281
|
+
};
|
|
2282
|
+
type UserExternalWalletsRetrieveResponses = {
|
|
2283
|
+
200: UserExternalWalletResponse;
|
|
2284
|
+
};
|
|
2285
|
+
type UserExternalWalletsRetrieveResponse = UserExternalWalletsRetrieveResponses[keyof UserExternalWalletsRetrieveResponses];
|
|
1975
2286
|
type UserKycLinksCreateData = {
|
|
1976
2287
|
body?: UserCreateCustomerKycLink;
|
|
1977
2288
|
path?: never;
|
|
@@ -2075,7 +2386,7 @@ type WebhookCreateResponses = {
|
|
|
2075
2386
|
};
|
|
2076
2387
|
type WebhookCreateResponse = WebhookCreateResponses[keyof WebhookCreateResponses];
|
|
2077
2388
|
|
|
2078
|
-
type Options<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean> = Options$1<TData, ThrowOnError> & {
|
|
2389
|
+
type Options<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean, TResponse = unknown> = Options$1<TData, ThrowOnError, TResponse> & {
|
|
2079
2390
|
/**
|
|
2080
2391
|
* You can provide a client instance returned by `createClient()` instead of
|
|
2081
2392
|
* individual options. This might be also useful if you want to implement a
|
|
@@ -2102,6 +2413,8 @@ declare const adminCurrenciesList: <ThrowOnError extends boolean = false>(option
|
|
|
2102
2413
|
declare const adminCurrenciesRetrieve: <ThrowOnError extends boolean = false>(options: Options<AdminCurrenciesRetrieveData, ThrowOnError>) => RequestResult<AdminCurrenciesRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
2103
2414
|
declare const adminCurrenciesPartialUpdate: <ThrowOnError extends boolean = false>(options: Options<AdminCurrenciesPartialUpdateData, ThrowOnError>) => RequestResult<AdminCurrenciesPartialUpdateResponses, unknown, ThrowOnError, "data">;
|
|
2104
2415
|
declare const adminCurrenciesUpdate: <ThrowOnError extends boolean = false>(options: Options<AdminCurrenciesUpdateData, ThrowOnError>) => RequestResult<AdminCurrenciesUpdateResponses, unknown, ThrowOnError, "data">;
|
|
2416
|
+
declare const adminFundsRequestsList: <ThrowOnError extends boolean = false>(options?: Options<AdminFundsRequestsListData, ThrowOnError>) => RequestResult<AdminFundsRequestsListResponses, unknown, ThrowOnError, "data">;
|
|
2417
|
+
declare const adminFundsRequestsRetrieve: <ThrowOnError extends boolean = false>(options: Options<AdminFundsRequestsRetrieveData, ThrowOnError>) => RequestResult<AdminFundsRequestsRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
2105
2418
|
declare const adminLiquidationAddressesList: <ThrowOnError extends boolean = false>(options?: Options<AdminLiquidationAddressesListData, ThrowOnError>) => RequestResult<AdminLiquidationAddressesListResponses, unknown, ThrowOnError, "data">;
|
|
2106
2419
|
declare const adminLiquidationAddressesCreate: <ThrowOnError extends boolean = false>(options: Options<AdminLiquidationAddressesCreateData, ThrowOnError>) => RequestResult<AdminLiquidationAddressesCreateResponses, unknown, ThrowOnError, "data">;
|
|
2107
2420
|
declare const adminLiquidationAddressesRetrieve: <ThrowOnError extends boolean = false>(options: Options<AdminLiquidationAddressesRetrieveData, ThrowOnError>) => RequestResult<AdminLiquidationAddressesRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
@@ -2117,6 +2430,8 @@ declare const adminPayoutConfigurationsUpdate: <ThrowOnError extends boolean = f
|
|
|
2117
2430
|
declare const adminTransactionTransitionsList: <ThrowOnError extends boolean = false>(options?: Options<AdminTransactionTransitionsListData, ThrowOnError>) => RequestResult<AdminTransactionTransitionsListResponses, unknown, ThrowOnError, "data">;
|
|
2118
2431
|
declare const adminTransactionTransitionsRetrieve: <ThrowOnError extends boolean = false>(options: Options<AdminTransactionTransitionsRetrieveData, ThrowOnError>) => RequestResult<AdminTransactionTransitionsRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
2119
2432
|
declare const adminTransactionTransitionsProcessCreate: <ThrowOnError extends boolean = false>(options: Options<AdminTransactionTransitionsProcessCreateData, ThrowOnError>) => RequestResult<AdminTransactionTransitionsProcessCreateResponses, unknown, ThrowOnError, "data">;
|
|
2433
|
+
declare const adminUsersList: <ThrowOnError extends boolean = false>(options?: Options<AdminUsersListData, ThrowOnError>) => RequestResult<AdminUsersListResponses, unknown, ThrowOnError, "data">;
|
|
2434
|
+
declare const adminUsersRetrieve: <ThrowOnError extends boolean = false>(options: Options<AdminUsersRetrieveData, ThrowOnError>) => RequestResult<AdminUsersRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
2120
2435
|
declare const adminVirtualAccountsList: <ThrowOnError extends boolean = false>(options?: Options<AdminVirtualAccountsListData, ThrowOnError>) => RequestResult<AdminVirtualAccountsListResponses, unknown, ThrowOnError, "data">;
|
|
2121
2436
|
declare const adminVirtualAccountsCreate: <ThrowOnError extends boolean = false>(options?: Options<AdminVirtualAccountsCreateData, ThrowOnError>) => RequestResult<AdminVirtualAccountsCreateResponses, unknown, ThrowOnError, "data">;
|
|
2122
2437
|
declare const adminVirtualAccountsRetrieve: <ThrowOnError extends boolean = false>(options: Options<AdminVirtualAccountsRetrieveData, ThrowOnError>) => RequestResult<AdminVirtualAccountsRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
@@ -2131,6 +2446,9 @@ declare const userCryptoDepositCreate: <ThrowOnError extends boolean = false>(op
|
|
|
2131
2446
|
declare const userCurrenciesList: <ThrowOnError extends boolean = false>(options?: Options<UserCurrenciesListData, ThrowOnError>) => RequestResult<UserCurrenciesListResponses, unknown, ThrowOnError, "data">;
|
|
2132
2447
|
declare const userCurrenciesRetrieve: <ThrowOnError extends boolean = false>(options: Options<UserCurrenciesRetrieveData, ThrowOnError>) => RequestResult<UserCurrenciesRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
2133
2448
|
declare const userExchangeRatesRetrieve: <ThrowOnError extends boolean = false>(options?: Options<UserExchangeRatesRetrieveData, ThrowOnError>) => RequestResult<UserExchangeRatesRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
2449
|
+
declare const userExternalWalletsList: <ThrowOnError extends boolean = false>(options?: Options<UserExternalWalletsListData, ThrowOnError>) => RequestResult<UserExternalWalletsListResponses, unknown, ThrowOnError, "data">;
|
|
2450
|
+
declare const userExternalWalletsCreate: <ThrowOnError extends boolean = false>(options: Options<UserExternalWalletsCreateData, ThrowOnError>) => RequestResult<UserExternalWalletsCreateResponses, unknown, ThrowOnError, "data">;
|
|
2451
|
+
declare const userExternalWalletsRetrieve: <ThrowOnError extends boolean = false>(options: Options<UserExternalWalletsRetrieveData, ThrowOnError>) => RequestResult<UserExternalWalletsRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
2134
2452
|
declare const userKycLinksCreate: <ThrowOnError extends boolean = false>(options?: Options<UserKycLinksCreateData, ThrowOnError>) => RequestResult<UserKycLinksCreateResponses, unknown, ThrowOnError, "data">;
|
|
2135
2453
|
declare const userStaticTemplatesList: <ThrowOnError extends boolean = false>(options?: Options<UserStaticTemplatesListData, ThrowOnError>) => RequestResult<UserStaticTemplatesListResponses, unknown, ThrowOnError, "data">;
|
|
2136
2454
|
declare const userStaticTemplatesCreate: <ThrowOnError extends boolean = false>(options: Options<UserStaticTemplatesCreateData, ThrowOnError>) => RequestResult<UserStaticTemplatesCreateResponses, unknown, ThrowOnError, "data">;
|
|
@@ -2140,7 +2458,7 @@ declare const userVirtualAccountsCreate: <ThrowOnError extends boolean = false>(
|
|
|
2140
2458
|
declare const userVirtualAccountsRetrieve: <ThrowOnError extends boolean = false>(options: Options<UserVirtualAccountsRetrieveData, ThrowOnError>) => RequestResult<UserVirtualAccountsRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
2141
2459
|
declare const webhookCreate: <ThrowOnError extends boolean = false>(options: Options<WebhookCreateData, ThrowOnError>) => RequestResult<WebhookCreateResponses, unknown, ThrowOnError, "data">;
|
|
2142
2460
|
|
|
2143
|
-
type sdk_Options<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean> = Options<TData, ThrowOnError>;
|
|
2461
|
+
type sdk_Options<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean, TResponse = unknown> = Options<TData, ThrowOnError, TResponse>;
|
|
2144
2462
|
declare const sdk_activateCreate: typeof activateCreate;
|
|
2145
2463
|
declare const sdk_adminCompanyPartialUpdate: typeof adminCompanyPartialUpdate;
|
|
2146
2464
|
declare const sdk_adminCompanyRetrieve: typeof adminCompanyRetrieve;
|
|
@@ -2155,6 +2473,8 @@ declare const sdk_adminCurrenciesList: typeof adminCurrenciesList;
|
|
|
2155
2473
|
declare const sdk_adminCurrenciesPartialUpdate: typeof adminCurrenciesPartialUpdate;
|
|
2156
2474
|
declare const sdk_adminCurrenciesRetrieve: typeof adminCurrenciesRetrieve;
|
|
2157
2475
|
declare const sdk_adminCurrenciesUpdate: typeof adminCurrenciesUpdate;
|
|
2476
|
+
declare const sdk_adminFundsRequestsList: typeof adminFundsRequestsList;
|
|
2477
|
+
declare const sdk_adminFundsRequestsRetrieve: typeof adminFundsRequestsRetrieve;
|
|
2158
2478
|
declare const sdk_adminLiquidationAddressesCreate: typeof adminLiquidationAddressesCreate;
|
|
2159
2479
|
declare const sdk_adminLiquidationAddressesList: typeof adminLiquidationAddressesList;
|
|
2160
2480
|
declare const sdk_adminLiquidationAddressesRetrieve: typeof adminLiquidationAddressesRetrieve;
|
|
@@ -2170,6 +2490,8 @@ declare const sdk_adminPayoutConfigurationsUpdate: typeof adminPayoutConfigurati
|
|
|
2170
2490
|
declare const sdk_adminTransactionTransitionsList: typeof adminTransactionTransitionsList;
|
|
2171
2491
|
declare const sdk_adminTransactionTransitionsProcessCreate: typeof adminTransactionTransitionsProcessCreate;
|
|
2172
2492
|
declare const sdk_adminTransactionTransitionsRetrieve: typeof adminTransactionTransitionsRetrieve;
|
|
2493
|
+
declare const sdk_adminUsersList: typeof adminUsersList;
|
|
2494
|
+
declare const sdk_adminUsersRetrieve: typeof adminUsersRetrieve;
|
|
2173
2495
|
declare const sdk_adminVirtualAccountsCreate: typeof adminVirtualAccountsCreate;
|
|
2174
2496
|
declare const sdk_adminVirtualAccountsList: typeof adminVirtualAccountsList;
|
|
2175
2497
|
declare const sdk_adminVirtualAccountsRetrieve: typeof adminVirtualAccountsRetrieve;
|
|
@@ -2181,6 +2503,9 @@ declare const sdk_userCryptoDepositCreate: typeof userCryptoDepositCreate;
|
|
|
2181
2503
|
declare const sdk_userCurrenciesList: typeof userCurrenciesList;
|
|
2182
2504
|
declare const sdk_userCurrenciesRetrieve: typeof userCurrenciesRetrieve;
|
|
2183
2505
|
declare const sdk_userExchangeRatesRetrieve: typeof userExchangeRatesRetrieve;
|
|
2506
|
+
declare const sdk_userExternalWalletsCreate: typeof userExternalWalletsCreate;
|
|
2507
|
+
declare const sdk_userExternalWalletsList: typeof userExternalWalletsList;
|
|
2508
|
+
declare const sdk_userExternalWalletsRetrieve: typeof userExternalWalletsRetrieve;
|
|
2184
2509
|
declare const sdk_userKycLinksCreate: typeof userKycLinksCreate;
|
|
2185
2510
|
declare const sdk_userPartialUpdate: typeof userPartialUpdate;
|
|
2186
2511
|
declare const sdk_userRetrieve: typeof userRetrieve;
|
|
@@ -2193,10 +2518,10 @@ declare const sdk_userVirtualAccountsList: typeof userVirtualAccountsList;
|
|
|
2193
2518
|
declare const sdk_userVirtualAccountsRetrieve: typeof userVirtualAccountsRetrieve;
|
|
2194
2519
|
declare const sdk_webhookCreate: typeof webhookCreate;
|
|
2195
2520
|
declare namespace sdk {
|
|
2196
|
-
export { type sdk_Options as Options, sdk_activateCreate as activateCreate, sdk_adminCompanyPartialUpdate as adminCompanyPartialUpdate, sdk_adminCompanyRetrieve as adminCompanyRetrieve, sdk_adminCompanyUpdate as adminCompanyUpdate, sdk_adminCryptoReturnPoliciesCreate as adminCryptoReturnPoliciesCreate, sdk_adminCryptoReturnPoliciesDestroy as adminCryptoReturnPoliciesDestroy, sdk_adminCryptoReturnPoliciesList as adminCryptoReturnPoliciesList, sdk_adminCryptoReturnPoliciesPartialUpdate as adminCryptoReturnPoliciesPartialUpdate, sdk_adminCryptoReturnPoliciesRetrieve as adminCryptoReturnPoliciesRetrieve, sdk_adminCryptoReturnPoliciesUpdate as adminCryptoReturnPoliciesUpdate, sdk_adminCurrenciesList as adminCurrenciesList, sdk_adminCurrenciesPartialUpdate as adminCurrenciesPartialUpdate, sdk_adminCurrenciesRetrieve as adminCurrenciesRetrieve, sdk_adminCurrenciesUpdate as adminCurrenciesUpdate, sdk_adminLiquidationAddressesCreate as adminLiquidationAddressesCreate, sdk_adminLiquidationAddressesList as adminLiquidationAddressesList, sdk_adminLiquidationAddressesRetrieve as adminLiquidationAddressesRetrieve, sdk_adminOperationalAccountsLiquidationAddressCreate as adminOperationalAccountsLiquidationAddressCreate, sdk_adminOperationalAccountsVirtualAccountCreate as adminOperationalAccountsVirtualAccountCreate, sdk_adminPaymentProcessorQuoteCreate as adminPaymentProcessorQuoteCreate, sdk_adminPayoutConfigurationsCreate as adminPayoutConfigurationsCreate, sdk_adminPayoutConfigurationsDestroy as adminPayoutConfigurationsDestroy, sdk_adminPayoutConfigurationsList as adminPayoutConfigurationsList, sdk_adminPayoutConfigurationsPartialUpdate as adminPayoutConfigurationsPartialUpdate, sdk_adminPayoutConfigurationsRetrieve as adminPayoutConfigurationsRetrieve, sdk_adminPayoutConfigurationsUpdate as adminPayoutConfigurationsUpdate, sdk_adminTransactionTransitionsList as adminTransactionTransitionsList, sdk_adminTransactionTransitionsProcessCreate as adminTransactionTransitionsProcessCreate, sdk_adminTransactionTransitionsRetrieve as adminTransactionTransitionsRetrieve, sdk_adminVirtualAccountsCreate as adminVirtualAccountsCreate, sdk_adminVirtualAccountsList as adminVirtualAccountsList, sdk_adminVirtualAccountsRetrieve as adminVirtualAccountsRetrieve, sdk_adminWalletsList as adminWalletsList, sdk_adminWalletsRetrieve as adminWalletsRetrieve, sdk_bridgeWebhookCreate as bridgeWebhookCreate, sdk_deactivateCreate as deactivateCreate, sdk_userCryptoDepositCreate as userCryptoDepositCreate, sdk_userCurrenciesList as userCurrenciesList, sdk_userCurrenciesRetrieve as userCurrenciesRetrieve, sdk_userExchangeRatesRetrieve as userExchangeRatesRetrieve, sdk_userKycLinksCreate as userKycLinksCreate, sdk_userPartialUpdate as userPartialUpdate, sdk_userRetrieve as userRetrieve, sdk_userStaticTemplatesCreate as userStaticTemplatesCreate, sdk_userStaticTemplatesList as userStaticTemplatesList, sdk_userStaticTemplatesRetrieve as userStaticTemplatesRetrieve, sdk_userUpdate as userUpdate, sdk_userVirtualAccountsCreate as userVirtualAccountsCreate, sdk_userVirtualAccountsList as userVirtualAccountsList, sdk_userVirtualAccountsRetrieve as userVirtualAccountsRetrieve, sdk_webhookCreate as webhookCreate };
|
|
2521
|
+
export { type sdk_Options as Options, sdk_activateCreate as activateCreate, sdk_adminCompanyPartialUpdate as adminCompanyPartialUpdate, sdk_adminCompanyRetrieve as adminCompanyRetrieve, sdk_adminCompanyUpdate as adminCompanyUpdate, sdk_adminCryptoReturnPoliciesCreate as adminCryptoReturnPoliciesCreate, sdk_adminCryptoReturnPoliciesDestroy as adminCryptoReturnPoliciesDestroy, sdk_adminCryptoReturnPoliciesList as adminCryptoReturnPoliciesList, sdk_adminCryptoReturnPoliciesPartialUpdate as adminCryptoReturnPoliciesPartialUpdate, sdk_adminCryptoReturnPoliciesRetrieve as adminCryptoReturnPoliciesRetrieve, sdk_adminCryptoReturnPoliciesUpdate as adminCryptoReturnPoliciesUpdate, sdk_adminCurrenciesList as adminCurrenciesList, sdk_adminCurrenciesPartialUpdate as adminCurrenciesPartialUpdate, sdk_adminCurrenciesRetrieve as adminCurrenciesRetrieve, sdk_adminCurrenciesUpdate as adminCurrenciesUpdate, sdk_adminFundsRequestsList as adminFundsRequestsList, sdk_adminFundsRequestsRetrieve as adminFundsRequestsRetrieve, sdk_adminLiquidationAddressesCreate as adminLiquidationAddressesCreate, sdk_adminLiquidationAddressesList as adminLiquidationAddressesList, sdk_adminLiquidationAddressesRetrieve as adminLiquidationAddressesRetrieve, sdk_adminOperationalAccountsLiquidationAddressCreate as adminOperationalAccountsLiquidationAddressCreate, sdk_adminOperationalAccountsVirtualAccountCreate as adminOperationalAccountsVirtualAccountCreate, sdk_adminPaymentProcessorQuoteCreate as adminPaymentProcessorQuoteCreate, sdk_adminPayoutConfigurationsCreate as adminPayoutConfigurationsCreate, sdk_adminPayoutConfigurationsDestroy as adminPayoutConfigurationsDestroy, sdk_adminPayoutConfigurationsList as adminPayoutConfigurationsList, sdk_adminPayoutConfigurationsPartialUpdate as adminPayoutConfigurationsPartialUpdate, sdk_adminPayoutConfigurationsRetrieve as adminPayoutConfigurationsRetrieve, sdk_adminPayoutConfigurationsUpdate as adminPayoutConfigurationsUpdate, sdk_adminTransactionTransitionsList as adminTransactionTransitionsList, sdk_adminTransactionTransitionsProcessCreate as adminTransactionTransitionsProcessCreate, sdk_adminTransactionTransitionsRetrieve as adminTransactionTransitionsRetrieve, sdk_adminUsersList as adminUsersList, sdk_adminUsersRetrieve as adminUsersRetrieve, sdk_adminVirtualAccountsCreate as adminVirtualAccountsCreate, sdk_adminVirtualAccountsList as adminVirtualAccountsList, sdk_adminVirtualAccountsRetrieve as adminVirtualAccountsRetrieve, sdk_adminWalletsList as adminWalletsList, sdk_adminWalletsRetrieve as adminWalletsRetrieve, sdk_bridgeWebhookCreate as bridgeWebhookCreate, sdk_deactivateCreate as deactivateCreate, sdk_userCryptoDepositCreate as userCryptoDepositCreate, sdk_userCurrenciesList as userCurrenciesList, sdk_userCurrenciesRetrieve as userCurrenciesRetrieve, sdk_userExchangeRatesRetrieve as userExchangeRatesRetrieve, sdk_userExternalWalletsCreate as userExternalWalletsCreate, sdk_userExternalWalletsList as userExternalWalletsList, sdk_userExternalWalletsRetrieve as userExternalWalletsRetrieve, sdk_userKycLinksCreate as userKycLinksCreate, sdk_userPartialUpdate as userPartialUpdate, sdk_userRetrieve as userRetrieve, sdk_userStaticTemplatesCreate as userStaticTemplatesCreate, sdk_userStaticTemplatesList as userStaticTemplatesList, sdk_userStaticTemplatesRetrieve as userStaticTemplatesRetrieve, sdk_userUpdate as userUpdate, sdk_userVirtualAccountsCreate as userVirtualAccountsCreate, sdk_userVirtualAccountsList as userVirtualAccountsList, sdk_userVirtualAccountsRetrieve as userVirtualAccountsRetrieve, sdk_webhookCreate as webhookCreate };
|
|
2197
2522
|
}
|
|
2198
2523
|
|
|
2199
2524
|
type BridgeApi = BoundSdk<typeof sdk>;
|
|
2200
2525
|
declare function createBridgeApi(config: ApiFactoryConfig): BridgeApi;
|
|
2201
2526
|
|
|
2202
|
-
export { type ActionResponse, type Activate, type ActivateCreateData, type ActivateCreateResponse, type ActivateCreateResponses, type AdminCompany, type AdminCompanyPartialUpdateData, type AdminCompanyPartialUpdateResponse, type AdminCompanyPartialUpdateResponses, type AdminCompanyResponse, type AdminCompanyResponseWritable, type AdminCompanyRetrieveData, type AdminCompanyRetrieveResponse, type AdminCompanyRetrieveResponses, type AdminCompanyUpdateData, type AdminCompanyUpdateResponse, type AdminCompanyUpdateResponses, type AdminCompanyWritable, type AdminCreateLiquidationAddress, type AdminCreatePayoutConfiguration, type AdminCreatePayoutConfigurationWritable, type AdminCreateVirtualAccount, type AdminCryptoReturnPoliciesCreateData, type AdminCryptoReturnPoliciesCreateResponse, type AdminCryptoReturnPoliciesCreateResponses, type AdminCryptoReturnPoliciesDestroyData, type AdminCryptoReturnPoliciesDestroyResponse, type AdminCryptoReturnPoliciesDestroyResponses, type AdminCryptoReturnPoliciesListData, type AdminCryptoReturnPoliciesListResponse, type AdminCryptoReturnPoliciesListResponses, type AdminCryptoReturnPoliciesPartialUpdateData, type AdminCryptoReturnPoliciesPartialUpdateResponse, type AdminCryptoReturnPoliciesPartialUpdateResponses, type AdminCryptoReturnPoliciesRetrieveData, type AdminCryptoReturnPoliciesRetrieveResponse, type AdminCryptoReturnPoliciesRetrieveResponses, type AdminCryptoReturnPoliciesUpdateData, type AdminCryptoReturnPoliciesUpdateResponse, type AdminCryptoReturnPoliciesUpdateResponses, type AdminCryptoReturnPolicy, type AdminCryptoReturnPolicyList, type AdminCryptoReturnPolicyListResponse, type AdminCryptoReturnPolicyListResponseWritable, type AdminCryptoReturnPolicyListWritable, type AdminCryptoReturnPolicyResponse, type AdminCryptoReturnPolicyResponseWritable, type AdminCryptoReturnPolicyWritable, type AdminCurrenciesListData, type AdminCurrenciesListResponse, type AdminCurrenciesListResponses, type AdminCurrenciesPartialUpdateData, type AdminCurrenciesPartialUpdateResponse, type AdminCurrenciesPartialUpdateResponses, type AdminCurrenciesRetrieveData, type AdminCurrenciesRetrieveResponse, type AdminCurrenciesRetrieveResponses, type AdminCurrenciesUpdateData, type AdminCurrenciesUpdateResponse, type AdminCurrenciesUpdateResponses, type AdminCurrency, type AdminCurrencyResponse, type AdminCurrencyResponseWritable, type AdminCurrencyWritable, type AdminLiquidationAddress, type AdminLiquidationAddressResponse, type AdminLiquidationAddressResponseWritable, type AdminLiquidationAddressWritable, type AdminLiquidationAddressesCreateData, type AdminLiquidationAddressesCreateResponse, type AdminLiquidationAddressesCreateResponses, type AdminLiquidationAddressesListData, type AdminLiquidationAddressesListResponse, type AdminLiquidationAddressesListResponses, type AdminLiquidationAddressesRetrieveData, type AdminLiquidationAddressesRetrieveResponse, type AdminLiquidationAddressesRetrieveResponses, type AdminOperationalAccountLiquidationAddress, type AdminOperationalAccountVirtualAccount, type AdminOperationalAccountsLiquidationAddressCreateData, type AdminOperationalAccountsLiquidationAddressCreateResponse, type AdminOperationalAccountsLiquidationAddressCreateResponses, type AdminOperationalAccountsVirtualAccountCreateData, type AdminOperationalAccountsVirtualAccountCreateResponse, type AdminOperationalAccountsVirtualAccountCreateResponses, type AdminPaymentProcessorQuote, type AdminPaymentProcessorQuoteCreateData, type AdminPaymentProcessorQuoteCreateResponse, type AdminPaymentProcessorQuoteCreateResponses, type AdminPaymentProcessorQuoteResponse, type AdminPaymentProcessorQuoteResponseResponse, type AdminPaymentProcessorQuoteResponseResponseWritable, type AdminPayoutConfiguration, type AdminPayoutConfigurationResponse, type AdminPayoutConfigurationResponseWritable, type AdminPayoutConfigurationWritable, type AdminPayoutConfigurationsCreateData, type AdminPayoutConfigurationsCreateResponse, type AdminPayoutConfigurationsCreateResponses, type AdminPayoutConfigurationsDestroyData, type AdminPayoutConfigurationsDestroyResponse, type AdminPayoutConfigurationsDestroyResponses, type AdminPayoutConfigurationsListData, type AdminPayoutConfigurationsListResponse, type AdminPayoutConfigurationsListResponses, type AdminPayoutConfigurationsPartialUpdateData, type AdminPayoutConfigurationsPartialUpdateResponse, type AdminPayoutConfigurationsPartialUpdateResponses, type AdminPayoutConfigurationsRetrieveData, type AdminPayoutConfigurationsRetrieveResponse, type AdminPayoutConfigurationsRetrieveResponses, type AdminPayoutConfigurationsUpdateData, type AdminPayoutConfigurationsUpdateResponse, type AdminPayoutConfigurationsUpdateResponses, type AdminTransactionTransition, type AdminTransactionTransitionResponse, type AdminTransactionTransitionResponseWritable, type AdminTransactionTransitionsListData, type AdminTransactionTransitionsListResponse, type AdminTransactionTransitionsListResponses, type AdminTransactionTransitionsProcessCreateData, type AdminTransactionTransitionsProcessCreateResponse, type AdminTransactionTransitionsProcessCreateResponses, type AdminTransactionTransitionsRetrieveData, type AdminTransactionTransitionsRetrieveResponse, type AdminTransactionTransitionsRetrieveResponses, type AdminUpdateCompany, type AdminUpdateCompanyWritable, type AdminVirtualAccount, type AdminVirtualAccountResponse, type AdminVirtualAccountResponseWritable, type AdminVirtualAccountWritable, type AdminVirtualAccountsCreateData, type AdminVirtualAccountsCreateResponse, type AdminVirtualAccountsCreateResponses, type AdminVirtualAccountsListData, type AdminVirtualAccountsListResponse, type AdminVirtualAccountsListResponses, type AdminVirtualAccountsRetrieveData, type AdminVirtualAccountsRetrieveResponse, type AdminVirtualAccountsRetrieveResponses, type AdminWallet, type AdminWalletResponse, type AdminWalletResponseWritable, type AdminWalletWritable, type AdminWalletsListData, type AdminWalletsListResponse, type AdminWalletsListResponses, type AdminWalletsRetrieveData, type AdminWalletsRetrieveResponse, type AdminWalletsRetrieveResponses, type BridgeApi, type BridgeWebhook, type BridgeWebhookCreateData, type BridgeWebhookCreateResponse, type BridgeWebhookCreateResponses, type ClientOptions, type Currency, type CurrencyResponse, type Deactivate, type DeactivateCreateData, type DeactivateCreateResponse, type DeactivateCreateResponses, type PaginatedAdminCurrencyList, type PaginatedAdminCurrencyListResponse, type PaginatedAdminCurrencyListResponseWritable, type PaginatedAdminCurrencyListWritable, type PaginatedAdminLiquidationAddressList, type PaginatedAdminLiquidationAddressListResponse, type PaginatedAdminLiquidationAddressListResponseWritable, type PaginatedAdminLiquidationAddressListWritable, type PaginatedAdminPayoutConfigurationList, type PaginatedAdminPayoutConfigurationListResponse, type PaginatedAdminPayoutConfigurationListResponseWritable, type PaginatedAdminPayoutConfigurationListWritable, type PaginatedAdminTransactionTransitionList, type PaginatedAdminTransactionTransitionListResponse, type PaginatedAdminTransactionTransitionListResponseWritable, type PaginatedAdminTransactionTransitionListWritable, type PaginatedAdminVirtualAccountList, type PaginatedAdminVirtualAccountListResponse, type PaginatedAdminVirtualAccountListResponseWritable, type PaginatedAdminVirtualAccountListWritable, type PaginatedAdminWalletList, type PaginatedAdminWalletListResponse, type PaginatedAdminWalletListResponseWritable, type PaginatedAdminWalletListWritable, type PaginatedCurrencyList, type PaginatedCurrencyListResponse, type PaginatedUserStaticTemplateList, type PaginatedUserStaticTemplateListResponse, type PaginatedUserStaticTemplateListResponseWritable, type PaginatedUserStaticTemplateListWritable, type PaginatedUserVirtualAccountList, type PaginatedUserVirtualAccountListResponse, type PaginatedUserVirtualAccountListResponseWritable, type PaginatedUserVirtualAccountListWritable, type PatchedAdminCryptoReturnPolicy, type PatchedAdminCryptoReturnPolicyWritable, type PatchedAdminCurrency, type PatchedAdminCurrencyWritable, type PatchedAdminPayoutConfiguration, type PatchedAdminPayoutConfigurationWritable, type PatchedAdminUpdateCompany, type PatchedAdminUpdateCompanyWritable, type PatchedUser, type PatchedUserWritable, type User, type UserCreateCustomerKycLink, type UserCreateStaticTemplate, type UserCreateVirtualAccount, type UserCryptoDeposit, type UserCryptoDepositCreateData, type UserCryptoDepositCreateResponse, type UserCryptoDepositCreateResponses, type UserCryptoDepositResponse, type UserCryptoDepositResponseResponse, type UserCryptoDepositResponseResponseWritable, type UserCurrenciesListData, type UserCurrenciesListResponse, type UserCurrenciesListResponses, type UserCurrenciesRetrieveData, type UserCurrenciesRetrieveResponse, type UserCurrenciesRetrieveResponses, type UserCustomerKycLink, type UserCustomerKycLinkResponse, type UserCustomerKycLinkResponseWritable, type UserExchangeRateResponse, type UserExchangeRateResponseResponse, type UserExchangeRatesRetrieveData, type UserExchangeRatesRetrieveResponse, type UserExchangeRatesRetrieveResponses, type UserKycLinksCreateData, type UserKycLinksCreateResponse, type UserKycLinksCreateResponses, type UserPartialUpdateData, type UserPartialUpdateResponse, type UserPartialUpdateResponses, type UserReducedWallet, type UserReducedWalletWritable, type UserResponse, type UserResponseWritable, type UserRetrieveData, type UserRetrieveResponse, type UserRetrieveResponses, type UserStaticTemplate, type UserStaticTemplateResponse, type UserStaticTemplateResponseWritable, type UserStaticTemplateWritable, type UserStaticTemplatesCreateData, type UserStaticTemplatesCreateResponse, type UserStaticTemplatesCreateResponses, type UserStaticTemplatesListData, type UserStaticTemplatesListResponse, type UserStaticTemplatesListResponses, type UserStaticTemplatesRetrieveData, type UserStaticTemplatesRetrieveResponse, type UserStaticTemplatesRetrieveResponses, type UserUpdateData, type UserUpdateResponse, type UserUpdateResponses, type UserVirtualAccount, type UserVirtualAccountResponse, type UserVirtualAccountResponseWritable, type UserVirtualAccountWritable, type UserVirtualAccountsCreateData, type UserVirtualAccountsCreateResponse, type UserVirtualAccountsCreateResponses, type UserVirtualAccountsListData, type UserVirtualAccountsListResponse, type UserVirtualAccountsListResponses, type UserVirtualAccountsRetrieveData, type UserVirtualAccountsRetrieveResponse, type UserVirtualAccountsRetrieveResponses, type UserWritable, type Webhook, type WebhookCreateData, type WebhookCreateResponse, type WebhookCreateResponses, createBridgeApi };
|
|
2527
|
+
export { type ActionResponse, type Activate, type ActivateCreateData, type ActivateCreateResponse, type ActivateCreateResponses, type AdminCompany, type AdminCompanyPartialUpdateData, type AdminCompanyPartialUpdateResponse, type AdminCompanyPartialUpdateResponses, type AdminCompanyResponse, type AdminCompanyResponseWritable, type AdminCompanyRetrieveData, type AdminCompanyRetrieveResponse, type AdminCompanyRetrieveResponses, type AdminCompanyUpdateData, type AdminCompanyUpdateResponse, type AdminCompanyUpdateResponses, type AdminCompanyWritable, type AdminCreateLiquidationAddress, type AdminCreatePayoutConfiguration, type AdminCreatePayoutConfigurationWritable, type AdminCreateVirtualAccount, type AdminCryptoReturnPoliciesCreateData, type AdminCryptoReturnPoliciesCreateResponse, type AdminCryptoReturnPoliciesCreateResponses, type AdminCryptoReturnPoliciesDestroyData, type AdminCryptoReturnPoliciesDestroyResponse, type AdminCryptoReturnPoliciesDestroyResponses, type AdminCryptoReturnPoliciesListData, type AdminCryptoReturnPoliciesListResponse, type AdminCryptoReturnPoliciesListResponses, type AdminCryptoReturnPoliciesPartialUpdateData, type AdminCryptoReturnPoliciesPartialUpdateResponse, type AdminCryptoReturnPoliciesPartialUpdateResponses, type AdminCryptoReturnPoliciesRetrieveData, type AdminCryptoReturnPoliciesRetrieveResponse, type AdminCryptoReturnPoliciesRetrieveResponses, type AdminCryptoReturnPoliciesUpdateData, type AdminCryptoReturnPoliciesUpdateResponse, type AdminCryptoReturnPoliciesUpdateResponses, type AdminCryptoReturnPolicy, type AdminCryptoReturnPolicyList, type AdminCryptoReturnPolicyListResponse, type AdminCryptoReturnPolicyListResponseWritable, type AdminCryptoReturnPolicyListWritable, type AdminCryptoReturnPolicyResponse, type AdminCryptoReturnPolicyResponseWritable, type AdminCryptoReturnPolicyWritable, type AdminCurrenciesListData, type AdminCurrenciesListResponse, type AdminCurrenciesListResponses, type AdminCurrenciesPartialUpdateData, type AdminCurrenciesPartialUpdateResponse, type AdminCurrenciesPartialUpdateResponses, type AdminCurrenciesRetrieveData, type AdminCurrenciesRetrieveResponse, type AdminCurrenciesRetrieveResponses, type AdminCurrenciesUpdateData, type AdminCurrenciesUpdateResponse, type AdminCurrenciesUpdateResponses, type AdminCurrency, type AdminCurrencyResponse, type AdminCurrencyResponseWritable, type AdminCurrencyWritable, type AdminFundsRequest, type AdminFundsRequestResponse, type AdminFundsRequestResponseWritable, type AdminFundsRequestsListData, type AdminFundsRequestsListResponse, type AdminFundsRequestsListResponses, type AdminFundsRequestsRetrieveData, type AdminFundsRequestsRetrieveResponse, type AdminFundsRequestsRetrieveResponses, type AdminLiquidationAddress, type AdminLiquidationAddressResponse, type AdminLiquidationAddressResponseWritable, type AdminLiquidationAddressWritable, type AdminLiquidationAddressesCreateData, type AdminLiquidationAddressesCreateResponse, type AdminLiquidationAddressesCreateResponses, type AdminLiquidationAddressesListData, type AdminLiquidationAddressesListResponse, type AdminLiquidationAddressesListResponses, type AdminLiquidationAddressesRetrieveData, type AdminLiquidationAddressesRetrieveResponse, type AdminLiquidationAddressesRetrieveResponses, type AdminOperationalAccountLiquidationAddress, type AdminOperationalAccountVirtualAccount, type AdminOperationalAccountsLiquidationAddressCreateData, type AdminOperationalAccountsLiquidationAddressCreateResponse, type AdminOperationalAccountsLiquidationAddressCreateResponses, type AdminOperationalAccountsVirtualAccountCreateData, type AdminOperationalAccountsVirtualAccountCreateResponse, type AdminOperationalAccountsVirtualAccountCreateResponses, type AdminPaymentProcessorQuote, type AdminPaymentProcessorQuoteCreateData, type AdminPaymentProcessorQuoteCreateResponse, type AdminPaymentProcessorQuoteCreateResponses, type AdminPaymentProcessorQuoteResponse, type AdminPaymentProcessorQuoteResponseResponse, type AdminPaymentProcessorQuoteResponseResponseWritable, type AdminPayoutConfiguration, type AdminPayoutConfigurationResponse, type AdminPayoutConfigurationResponseWritable, type AdminPayoutConfigurationWritable, type AdminPayoutConfigurationsCreateData, type AdminPayoutConfigurationsCreateResponse, type AdminPayoutConfigurationsCreateResponses, type AdminPayoutConfigurationsDestroyData, type AdminPayoutConfigurationsDestroyResponse, type AdminPayoutConfigurationsDestroyResponses, type AdminPayoutConfigurationsListData, type AdminPayoutConfigurationsListResponse, type AdminPayoutConfigurationsListResponses, type AdminPayoutConfigurationsPartialUpdateData, type AdminPayoutConfigurationsPartialUpdateResponse, type AdminPayoutConfigurationsPartialUpdateResponses, type AdminPayoutConfigurationsRetrieveData, type AdminPayoutConfigurationsRetrieveResponse, type AdminPayoutConfigurationsRetrieveResponses, type AdminPayoutConfigurationsUpdateData, type AdminPayoutConfigurationsUpdateResponse, type AdminPayoutConfigurationsUpdateResponses, type AdminTransactionTransition, type AdminTransactionTransitionResponse, type AdminTransactionTransitionResponseWritable, type AdminTransactionTransitionsListData, type AdminTransactionTransitionsListResponse, type AdminTransactionTransitionsListResponses, type AdminTransactionTransitionsProcessCreateData, type AdminTransactionTransitionsProcessCreateResponse, type AdminTransactionTransitionsProcessCreateResponses, type AdminTransactionTransitionsRetrieveData, type AdminTransactionTransitionsRetrieveResponse, type AdminTransactionTransitionsRetrieveResponses, type AdminUpdateCompany, type AdminUpdateCompanyWritable, type AdminUser, type AdminUserResponse, type AdminUserResponseWritable, type AdminUsersListData, type AdminUsersListResponse, type AdminUsersListResponses, type AdminUsersRetrieveData, type AdminUsersRetrieveResponse, type AdminUsersRetrieveResponses, type AdminVirtualAccount, type AdminVirtualAccountResponse, type AdminVirtualAccountResponseWritable, type AdminVirtualAccountWritable, type AdminVirtualAccountsCreateData, type AdminVirtualAccountsCreateResponse, type AdminVirtualAccountsCreateResponses, type AdminVirtualAccountsListData, type AdminVirtualAccountsListResponse, type AdminVirtualAccountsListResponses, type AdminVirtualAccountsRetrieveData, type AdminVirtualAccountsRetrieveResponse, type AdminVirtualAccountsRetrieveResponses, type AdminWallet, type AdminWalletResponse, type AdminWalletResponseWritable, type AdminWalletWritable, type AdminWalletsListData, type AdminWalletsListResponse, type AdminWalletsListResponses, type AdminWalletsRetrieveData, type AdminWalletsRetrieveResponse, type AdminWalletsRetrieveResponses, type BridgeApi, type BridgeWebhook, type BridgeWebhookCreateData, type BridgeWebhookCreateResponse, type BridgeWebhookCreateResponses, type ClientOptions, type Currency, type CurrencyResponse, type Deactivate, type DeactivateCreateData, type DeactivateCreateResponse, type DeactivateCreateResponses, type PaginatedAdminCurrencyList, type PaginatedAdminCurrencyListResponse, type PaginatedAdminCurrencyListResponseWritable, type PaginatedAdminCurrencyListWritable, type PaginatedAdminFundsRequestList, type PaginatedAdminFundsRequestListResponse, type PaginatedAdminFundsRequestListResponseWritable, type PaginatedAdminFundsRequestListWritable, type PaginatedAdminLiquidationAddressList, type PaginatedAdminLiquidationAddressListResponse, type PaginatedAdminLiquidationAddressListResponseWritable, type PaginatedAdminLiquidationAddressListWritable, type PaginatedAdminPayoutConfigurationList, type PaginatedAdminPayoutConfigurationListResponse, type PaginatedAdminPayoutConfigurationListResponseWritable, type PaginatedAdminPayoutConfigurationListWritable, type PaginatedAdminTransactionTransitionList, type PaginatedAdminTransactionTransitionListResponse, type PaginatedAdminTransactionTransitionListResponseWritable, type PaginatedAdminTransactionTransitionListWritable, type PaginatedAdminUserList, type PaginatedAdminUserListResponse, type PaginatedAdminUserListResponseWritable, type PaginatedAdminUserListWritable, type PaginatedAdminVirtualAccountList, type PaginatedAdminVirtualAccountListResponse, type PaginatedAdminVirtualAccountListResponseWritable, type PaginatedAdminVirtualAccountListWritable, type PaginatedAdminWalletList, type PaginatedAdminWalletListResponse, type PaginatedAdminWalletListResponseWritable, type PaginatedAdminWalletListWritable, type PaginatedCurrencyList, type PaginatedCurrencyListResponse, type PaginatedUserExternalWalletList, type PaginatedUserExternalWalletListResponse, type PaginatedUserExternalWalletListResponseWritable, type PaginatedUserExternalWalletListWritable, type PaginatedUserStaticTemplateList, type PaginatedUserStaticTemplateListResponse, type PaginatedUserStaticTemplateListResponseWritable, type PaginatedUserStaticTemplateListWritable, type PaginatedUserVirtualAccountList, type PaginatedUserVirtualAccountListResponse, type PaginatedUserVirtualAccountListResponseWritable, type PaginatedUserVirtualAccountListWritable, type PatchedAdminCryptoReturnPolicy, type PatchedAdminCryptoReturnPolicyWritable, type PatchedAdminCurrency, type PatchedAdminCurrencyWritable, type PatchedAdminPayoutConfiguration, type PatchedAdminPayoutConfigurationWritable, type PatchedAdminUpdateCompany, type PatchedAdminUpdateCompanyWritable, type PatchedUser, type PatchedUserWritable, type User, type UserCreateCustomerKycLink, type UserCreateExternalWallet, type UserCreateStaticTemplate, type UserCreateVirtualAccount, type UserCryptoDeposit, type UserCryptoDepositCreateData, type UserCryptoDepositCreateResponse, type UserCryptoDepositCreateResponses, type UserCryptoDepositResponse, type UserCryptoDepositResponseResponse, type UserCryptoDepositResponseResponseWritable, type UserCurrenciesListData, type UserCurrenciesListResponse, type UserCurrenciesListResponses, type UserCurrenciesRetrieveData, type UserCurrenciesRetrieveResponse, type UserCurrenciesRetrieveResponses, type UserCustomerKycLink, type UserCustomerKycLinkResponse, type UserCustomerKycLinkResponseWritable, type UserExchangeRateResponse, type UserExchangeRateResponseResponse, type UserExchangeRatesRetrieveData, type UserExchangeRatesRetrieveResponse, type UserExchangeRatesRetrieveResponses, type UserExternalWallet, type UserExternalWalletResponse, type UserExternalWalletResponseWritable, type UserExternalWalletsCreateData, type UserExternalWalletsCreateResponse, type UserExternalWalletsCreateResponses, type UserExternalWalletsListData, type UserExternalWalletsListResponse, type UserExternalWalletsListResponses, type UserExternalWalletsRetrieveData, type UserExternalWalletsRetrieveResponse, type UserExternalWalletsRetrieveResponses, type UserKycLinksCreateData, type UserKycLinksCreateResponse, type UserKycLinksCreateResponses, type UserPartialUpdateData, type UserPartialUpdateResponse, type UserPartialUpdateResponses, type UserReducedWallet, type UserReducedWalletWritable, type UserResponse, type UserResponseWritable, type UserRetrieveData, type UserRetrieveResponse, type UserRetrieveResponses, type UserStaticTemplate, type UserStaticTemplateResponse, type UserStaticTemplateResponseWritable, type UserStaticTemplateWritable, type UserStaticTemplatesCreateData, type UserStaticTemplatesCreateResponse, type UserStaticTemplatesCreateResponses, type UserStaticTemplatesListData, type UserStaticTemplatesListResponse, type UserStaticTemplatesListResponses, type UserStaticTemplatesRetrieveData, type UserStaticTemplatesRetrieveResponse, type UserStaticTemplatesRetrieveResponses, type UserUpdateData, type UserUpdateResponse, type UserUpdateResponses, type UserVirtualAccount, type UserVirtualAccountResponse, type UserVirtualAccountResponseWritable, type UserVirtualAccountWritable, type UserVirtualAccountsCreateData, type UserVirtualAccountsCreateResponse, type UserVirtualAccountsCreateResponses, type UserVirtualAccountsListData, type UserVirtualAccountsListResponse, type UserVirtualAccountsListResponses, type UserVirtualAccountsRetrieveData, type UserVirtualAccountsRetrieveResponse, type UserVirtualAccountsRetrieveResponses, type UserWritable, type Webhook, type WebhookCreateData, type WebhookCreateResponse, type WebhookCreateResponses, createBridgeApi };
|