rehive 4.2.0 → 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 +614 -116
- package/dist/admin.d.ts +614 -116
- 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-PCR54D6A.mjs → chunk-A53KSFBA.mjs} +1 -1
- package/dist/chunk-CRNPJD3E.js +6 -0
- package/dist/{chunk-ERD2XKSM.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-B4Q01gHp.d.mts → create-api-client-Bkkri-AM.d.mts} +1 -1
- package/dist/{create-api-client-ADSlg8HX.d.ts → create-api-client-CgvKBlQ_.d.ts} +1 -1
- package/dist/{create-auth-CT_IFt3T.d.mts → create-auth-ChOASbvo.d.mts} +111 -100
- package/dist/{create-auth-CT_IFt3T.d.ts → create-auth-ChOASbvo.d.ts} +111 -100
- package/dist/extensions/alchemy.d.mts +175 -41
- package/dist/extensions/alchemy.d.ts +175 -41
- package/dist/extensions/alchemy.js +5 -6
- package/dist/extensions/alchemy.mjs +5 -6
- package/dist/extensions/app.d.mts +11 -10
- package/dist/extensions/app.d.ts +11 -10
- package/dist/extensions/app.js +5 -6
- package/dist/extensions/app.mjs +5 -6
- package/dist/extensions/billing.d.mts +11 -10
- package/dist/extensions/billing.d.ts +11 -10
- package/dist/extensions/billing.js +5 -6
- package/dist/extensions/billing.mjs +5 -6
- package/dist/extensions/bridge.d.mts +537 -38
- package/dist/extensions/bridge.d.ts +537 -38
- package/dist/extensions/bridge.js +5 -6
- package/dist/extensions/bridge.mjs +5 -6
- package/dist/extensions/builder.d.mts +8 -7
- package/dist/extensions/builder.d.ts +8 -7
- package/dist/extensions/builder.js +5 -6
- package/dist/extensions/builder.mjs +5 -6
- package/dist/extensions/business.d.mts +99 -63
- package/dist/extensions/business.d.ts +99 -63
- package/dist/extensions/business.js +5 -6
- package/dist/extensions/business.mjs +5 -6
- package/dist/extensions/conversion.d.mts +10 -9
- package/dist/extensions/conversion.d.ts +10 -9
- package/dist/extensions/conversion.js +5 -6
- package/dist/extensions/conversion.mjs +5 -6
- package/dist/extensions/mass-send.d.mts +8 -7
- package/dist/extensions/mass-send.d.ts +8 -7
- package/dist/extensions/mass-send.js +5 -6
- package/dist/extensions/mass-send.mjs +5 -6
- package/dist/extensions/notifications.d.mts +16 -15
- package/dist/extensions/notifications.d.ts +16 -15
- package/dist/extensions/notifications.js +5 -6
- package/dist/extensions/notifications.mjs +5 -6
- package/dist/extensions/payment-requests.d.mts +15 -10
- package/dist/extensions/payment-requests.d.ts +15 -10
- package/dist/extensions/payment-requests.js +5 -6
- package/dist/extensions/payment-requests.mjs +5 -6
- package/dist/extensions/products.d.mts +43 -42
- package/dist/extensions/products.d.ts +43 -42
- package/dist/extensions/products.js +5 -6
- package/dist/extensions/products.mjs +5 -6
- package/dist/extensions/rain.d.mts +22 -21
- package/dist/extensions/rain.d.ts +22 -21
- package/dist/extensions/rain.js +5 -6
- package/dist/extensions/rain.mjs +5 -6
- package/dist/extensions/rewards.d.mts +8 -7
- package/dist/extensions/rewards.d.ts +8 -7
- package/dist/extensions/rewards.js +5 -6
- package/dist/extensions/rewards.mjs +5 -6
- package/dist/extensions/stellar-testnet.d.mts +16 -15
- package/dist/extensions/stellar-testnet.d.ts +16 -15
- package/dist/extensions/stellar-testnet.js +5 -6
- package/dist/extensions/stellar-testnet.mjs +5 -6
- package/dist/extensions/stellar.d.mts +16 -15
- package/dist/extensions/stellar.d.ts +16 -15
- package/dist/extensions/stellar.js +5 -6
- package/dist/extensions/stellar.mjs +5 -6
- 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 +3 -11
- package/dist/react.d.ts +3 -11
- package/dist/react.js +1 -1
- package/dist/react.mjs +1 -1
- package/dist/user.d.mts +21 -10
- package/dist/user.d.ts +21 -10
- package/dist/user.js +1 -1
- package/dist/user.mjs +1 -1
- package/package.json +1 -1
- package/src/auth/create-auth.ts +184 -781
- package/src/auth/index.ts +2 -25
- package/src/auth/types/index.ts +0 -48
- package/src/extensions/alchemy/openapi-ts/client/client.gen.ts +17 -7
- 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/bodySerializer.gen.ts +6 -8
- package/src/extensions/alchemy/openapi-ts/core/params.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 +17 -7
- 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/bodySerializer.gen.ts +6 -8
- package/src/extensions/app/openapi-ts/core/params.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 +17 -7
- 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/bodySerializer.gen.ts +6 -8
- package/src/extensions/billing/openapi-ts/core/params.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 +17 -7
- 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/bodySerializer.gen.ts +6 -8
- package/src/extensions/bridge/openapi-ts/core/params.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 +90 -2
- package/src/extensions/bridge/openapi-ts/types.gen.ts +572 -29
- package/src/extensions/builder/openapi-ts/client/client.gen.ts +17 -7
- 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/bodySerializer.gen.ts +6 -8
- package/src/extensions/builder/openapi-ts/core/params.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 +17 -7
- 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/bodySerializer.gen.ts +6 -8
- package/src/extensions/business/openapi-ts/core/params.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 +91 -56
- package/src/extensions/conversion/openapi-ts/client/client.gen.ts +17 -7
- 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/bodySerializer.gen.ts +6 -8
- package/src/extensions/conversion/openapi-ts/core/params.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 +17 -7
- 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/bodySerializer.gen.ts +6 -8
- package/src/extensions/mass-send/openapi-ts/core/params.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 +17 -7
- 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/bodySerializer.gen.ts +6 -8
- package/src/extensions/notifications/openapi-ts/core/params.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 +17 -7
- 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/bodySerializer.gen.ts +6 -8
- package/src/extensions/payment-requests/openapi-ts/core/params.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 +7 -3
- package/src/extensions/products/openapi-ts/client/client.gen.ts +17 -7
- 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/bodySerializer.gen.ts +6 -8
- package/src/extensions/products/openapi-ts/core/params.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 +17 -7
- 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/bodySerializer.gen.ts +6 -8
- package/src/extensions/rain/openapi-ts/core/params.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 +17 -7
- 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/bodySerializer.gen.ts +6 -8
- package/src/extensions/rewards/openapi-ts/core/params.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 +17 -7
- 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/bodySerializer.gen.ts +6 -8
- package/src/extensions/stellar/openapi-ts/core/params.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 +17 -7
- 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/bodySerializer.gen.ts +6 -8
- package/src/extensions/stellar-testnet/openapi-ts/core/params.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 +17 -7
- 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/bodySerializer.gen.ts +6 -8
- package/src/platform/admin/openapi-ts/core/params.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 +54 -12
- package/src/platform/admin/openapi-ts/types.gen.ts +623 -107
- package/src/platform/user/openapi-ts/client/client.gen.ts +17 -7
- 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/bodySerializer.gen.ts +6 -8
- package/src/platform/user/openapi-ts/core/params.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/index.ts +2 -2
- package/src/platform/user/openapi-ts/sdk.gen.ts +30 -4
- package/src/platform/user/openapi-ts/types.gen.ts +116 -52
- package/dist/chunk-7USVOK77.js +0 -7
- package/dist/chunk-G3M5QMRX.js +0 -1
- package/dist/chunk-HSPTEN45.mjs +0 -1
- package/dist/chunk-HWXE5WBF.js +0 -7
- package/dist/chunk-MUN3POSM.mjs +0 -7
- package/dist/chunk-ZUZHOLAX.mjs +0 -7
|
@@ -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-Bkkri-AM.mjs';
|
|
2
|
+
import '../create-auth-ChOASbvo.mjs';
|
|
3
3
|
|
|
4
4
|
type AuthToken = string | undefined;
|
|
5
5
|
interface Auth {
|
|
@@ -30,7 +30,7 @@ type ArrayStyle = 'form' | 'spaceDelimited' | 'pipeDelimited';
|
|
|
30
30
|
type ObjectStyle = 'form' | 'deepObject';
|
|
31
31
|
|
|
32
32
|
type QuerySerializer = (query: Record<string, unknown>) => string;
|
|
33
|
-
type BodySerializer = (body:
|
|
33
|
+
type BodySerializer = (body: unknown) => unknown;
|
|
34
34
|
type QuerySerializerOptionsObject = {
|
|
35
35
|
allowReserved?: boolean;
|
|
36
36
|
array?: Partial<SerializerOptions<ArrayStyle>>;
|
|
@@ -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;
|
|
@@ -352,6 +353,21 @@ type AdminCompanyResponse = {
|
|
|
352
353
|
status: string;
|
|
353
354
|
data: AdminCompany;
|
|
354
355
|
};
|
|
356
|
+
type AdminCreateLiquidationAddress = {
|
|
357
|
+
wallet?: string;
|
|
358
|
+
account_currency?: string;
|
|
359
|
+
/**
|
|
360
|
+
* * `solana` - Solana
|
|
361
|
+
* * `base` - Base
|
|
362
|
+
* * `ethereum` - Ethereum
|
|
363
|
+
* * `stellar` - Stellar
|
|
364
|
+
* * `tron` - Tron
|
|
365
|
+
* * `polygon` - Polygon
|
|
366
|
+
* * `arbitrum` - Arbitrum
|
|
367
|
+
* * `optimism` - Optimism
|
|
368
|
+
*/
|
|
369
|
+
chain: 'solana' | 'base' | 'ethereum' | 'stellar' | 'tron' | 'polygon' | 'arbitrum' | 'optimism';
|
|
370
|
+
};
|
|
355
371
|
/**
|
|
356
372
|
* A ModelSerializer that takes additional arguments for
|
|
357
373
|
* "fields", "omit" and "expand" in order to
|
|
@@ -361,10 +377,23 @@ type AdminCompanyResponse = {
|
|
|
361
377
|
type AdminCreatePayoutConfiguration = {
|
|
362
378
|
/**
|
|
363
379
|
* * `solana` - Solana
|
|
380
|
+
* * `base` - Base
|
|
364
381
|
*/
|
|
365
|
-
destination_chain: 'solana';
|
|
382
|
+
destination_chain: 'solana' | 'base';
|
|
366
383
|
destination_address: string;
|
|
367
384
|
};
|
|
385
|
+
type AdminCreateVirtualAccount = {
|
|
386
|
+
wallet?: string;
|
|
387
|
+
account_currency?: string;
|
|
388
|
+
/**
|
|
389
|
+
* * `gbp` - Gbp
|
|
390
|
+
* * `usd` - Usd
|
|
391
|
+
* * `eur` - Eur
|
|
392
|
+
* * `mxn` - Mxn
|
|
393
|
+
* * `brl` - Brl
|
|
394
|
+
*/
|
|
395
|
+
source_currency?: 'gbp' | 'usd' | 'eur' | 'mxn' | 'brl';
|
|
396
|
+
};
|
|
368
397
|
type AdminCryptoReturnPolicy = {
|
|
369
398
|
readonly id: string;
|
|
370
399
|
refund_destination_address?: string | null;
|
|
@@ -397,12 +426,14 @@ type AdminCurrency = {
|
|
|
397
426
|
/**
|
|
398
427
|
* * `usdc` - Usdc
|
|
399
428
|
* * `eurc` - Eurc
|
|
429
|
+
* * `usdt` - Usdt
|
|
400
430
|
*/
|
|
401
|
-
bridge_code?: 'usdc' | 'eurc';
|
|
431
|
+
bridge_code?: 'usdc' | 'eurc' | 'usdt';
|
|
402
432
|
/**
|
|
403
433
|
* * `solana` - Solana
|
|
434
|
+
* * `base` - Base
|
|
404
435
|
*/
|
|
405
|
-
bridge_chain?: 'solana';
|
|
436
|
+
bridge_chain?: 'solana' | 'base';
|
|
406
437
|
readonly display_code: string | null;
|
|
407
438
|
readonly description: string | null;
|
|
408
439
|
readonly symbol: string | null;
|
|
@@ -414,6 +445,24 @@ type AdminCurrencyResponse = {
|
|
|
414
445
|
status: string;
|
|
415
446
|
data: AdminCurrency;
|
|
416
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
|
+
};
|
|
417
466
|
/**
|
|
418
467
|
* A ModelSerializer that takes additional arguments for
|
|
419
468
|
* "fields", "omit" and "expand" in order to
|
|
@@ -427,12 +476,14 @@ type AdminLiquidationAddress = {
|
|
|
427
476
|
/**
|
|
428
477
|
* * `usdc` - Usdc
|
|
429
478
|
* * `eurc` - Eurc
|
|
479
|
+
* * `usdt` - Usdt
|
|
480
|
+
* * `gbp` - Gbp
|
|
430
481
|
* * `usd` - Usd
|
|
431
482
|
* * `eur` - Eur
|
|
432
483
|
* * `mxn` - Mxn
|
|
433
484
|
* * `brl` - Brl
|
|
434
485
|
*/
|
|
435
|
-
bridge_currency: 'usdc' | 'eurc' | 'usd' | 'eur' | 'mxn' | 'brl';
|
|
486
|
+
readonly bridge_currency: 'usdc' | 'eurc' | 'usdt' | 'gbp' | 'usd' | 'eur' | 'mxn' | 'brl';
|
|
436
487
|
readonly address: string;
|
|
437
488
|
readonly memo: string | null;
|
|
438
489
|
readonly bridge_id: string | null;
|
|
@@ -462,12 +513,13 @@ type AdminOperationalAccountLiquidationAddress = {
|
|
|
462
513
|
type AdminOperationalAccountVirtualAccount = {
|
|
463
514
|
account_currency: string;
|
|
464
515
|
/**
|
|
516
|
+
* * `gbp` - Gbp
|
|
465
517
|
* * `usd` - Usd
|
|
466
518
|
* * `eur` - Eur
|
|
467
519
|
* * `mxn` - Mxn
|
|
468
520
|
* * `brl` - Brl
|
|
469
521
|
*/
|
|
470
|
-
source_currency?: 'usd' | 'eur' | 'mxn' | 'brl';
|
|
522
|
+
source_currency?: 'gbp' | 'usd' | 'eur' | 'mxn' | 'brl';
|
|
471
523
|
};
|
|
472
524
|
/**
|
|
473
525
|
* A ModelSerializer that takes additional arguments for
|
|
@@ -483,6 +535,9 @@ type AdminPaymentProcessorQuote = {
|
|
|
483
535
|
};
|
|
484
536
|
amount?: string | null;
|
|
485
537
|
expiration_date?: string | null;
|
|
538
|
+
user: {
|
|
539
|
+
[key: string]: unknown;
|
|
540
|
+
};
|
|
486
541
|
payer_user?: {
|
|
487
542
|
[key: string]: unknown;
|
|
488
543
|
};
|
|
@@ -515,8 +570,9 @@ type AdminPayoutConfiguration = {
|
|
|
515
570
|
wallet: AdminWallet;
|
|
516
571
|
/**
|
|
517
572
|
* * `solana` - Solana
|
|
573
|
+
* * `base` - Base
|
|
518
574
|
*/
|
|
519
|
-
destination_chain: 'solana';
|
|
575
|
+
destination_chain: 'solana' | 'base';
|
|
520
576
|
destination_address: string;
|
|
521
577
|
readonly created: string;
|
|
522
578
|
readonly updated: string;
|
|
@@ -541,7 +597,7 @@ type AdminTransactionTransition = {
|
|
|
541
597
|
* * `Complete` - Complete
|
|
542
598
|
* * `Failed` - Failed
|
|
543
599
|
*/
|
|
544
|
-
from_status: 'Initiating' | 'Quoted' | 'Pending' | 'Complete' | 'Failed';
|
|
600
|
+
readonly from_status: 'Initiating' | 'Quoted' | 'Pending' | 'Complete' | 'Failed';
|
|
545
601
|
/**
|
|
546
602
|
* * `Initiating` - Initiating
|
|
547
603
|
* * `Quoted` - Quoted
|
|
@@ -549,7 +605,7 @@ type AdminTransactionTransition = {
|
|
|
549
605
|
* * `Complete` - Complete
|
|
550
606
|
* * `Failed` - Failed
|
|
551
607
|
*/
|
|
552
|
-
to_status: 'Initiating' | 'Quoted' | 'Pending' | 'Complete' | 'Failed';
|
|
608
|
+
readonly to_status: 'Initiating' | 'Quoted' | 'Pending' | 'Complete' | 'Failed';
|
|
553
609
|
/**
|
|
554
610
|
* * `queued` - Queued
|
|
555
611
|
* * `pending` - Pending
|
|
@@ -559,7 +615,7 @@ type AdminTransactionTransition = {
|
|
|
559
615
|
* * `approved` - Approved
|
|
560
616
|
* * `declined` - Declined
|
|
561
617
|
*/
|
|
562
|
-
status: 'queued' | 'pending' | 'awaiting_verification' | 'awaiting_balance' | 'paused' | 'approved' | 'declined';
|
|
618
|
+
readonly status: 'queued' | 'pending' | 'awaiting_verification' | 'awaiting_balance' | 'paused' | 'approved' | 'declined';
|
|
563
619
|
readonly created: number;
|
|
564
620
|
readonly updated: number;
|
|
565
621
|
};
|
|
@@ -580,7 +636,7 @@ type AdminUpdateCompany = {
|
|
|
580
636
|
* * `test` - Test
|
|
581
637
|
* * `production` - Production
|
|
582
638
|
*/
|
|
583
|
-
mode: 'test' | 'production';
|
|
639
|
+
readonly mode: 'test' | 'production';
|
|
584
640
|
bridge_api_key?: string;
|
|
585
641
|
readonly bridge_webhook_id: string | null;
|
|
586
642
|
admin_user_bridge_id?: string | null;
|
|
@@ -588,6 +644,39 @@ type AdminUpdateCompany = {
|
|
|
588
644
|
bridge_tos_platform_legal_term?: string | null;
|
|
589
645
|
exchange_rate_override_bps?: number | null;
|
|
590
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
|
+
};
|
|
591
680
|
/**
|
|
592
681
|
* A ModelSerializer that takes additional arguments for
|
|
593
682
|
* "fields", "omit" and "expand" in order to
|
|
@@ -600,12 +689,14 @@ type AdminVirtualAccount = {
|
|
|
600
689
|
/**
|
|
601
690
|
* * `usdc` - Usdc
|
|
602
691
|
* * `eurc` - Eurc
|
|
692
|
+
* * `usdt` - Usdt
|
|
693
|
+
* * `gbp` - Gbp
|
|
603
694
|
* * `usd` - Usd
|
|
604
695
|
* * `eur` - Eur
|
|
605
696
|
* * `mxn` - Mxn
|
|
606
697
|
* * `brl` - Brl
|
|
607
698
|
*/
|
|
608
|
-
source_currency: 'usdc' | 'eurc' | 'usd' | 'eur' | 'mxn' | 'brl';
|
|
699
|
+
readonly source_currency: 'usdc' | 'eurc' | 'usdt' | 'gbp' | 'usd' | 'eur' | 'mxn' | 'brl';
|
|
609
700
|
readonly bank_account: string | null;
|
|
610
701
|
readonly bank_account_details: string;
|
|
611
702
|
readonly bridge_id: string | null;
|
|
@@ -662,16 +753,19 @@ type Currency = {
|
|
|
662
753
|
/**
|
|
663
754
|
* * `usdc` - Usdc
|
|
664
755
|
* * `eurc` - Eurc
|
|
756
|
+
* * `usdt` - Usdt
|
|
757
|
+
* * `gbp` - Gbp
|
|
665
758
|
* * `usd` - Usd
|
|
666
759
|
* * `eur` - Eur
|
|
667
760
|
* * `mxn` - Mxn
|
|
668
761
|
* * `brl` - Brl
|
|
669
762
|
*/
|
|
670
|
-
bridge_code?: 'usdc' | 'eurc' | 'usd' | 'eur' | 'mxn' | 'brl';
|
|
763
|
+
bridge_code?: 'usdc' | 'eurc' | 'usdt' | 'gbp' | 'usd' | 'eur' | 'mxn' | 'brl';
|
|
671
764
|
/**
|
|
672
765
|
* * `solana` - Solana
|
|
766
|
+
* * `base` - Base
|
|
673
767
|
*/
|
|
674
|
-
bridge_chain?: 'solana';
|
|
768
|
+
bridge_chain?: 'solana' | 'base';
|
|
675
769
|
display_code?: string | null;
|
|
676
770
|
description?: string | null;
|
|
677
771
|
symbol?: string | null;
|
|
@@ -700,6 +794,16 @@ type PaginatedAdminCurrencyListResponse = {
|
|
|
700
794
|
status: string;
|
|
701
795
|
data: PaginatedAdminCurrencyList;
|
|
702
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
|
+
};
|
|
703
807
|
type PaginatedAdminLiquidationAddressList = {
|
|
704
808
|
count?: number;
|
|
705
809
|
next?: string | null;
|
|
@@ -730,6 +834,16 @@ type PaginatedAdminTransactionTransitionListResponse = {
|
|
|
730
834
|
status: string;
|
|
731
835
|
data: PaginatedAdminTransactionTransitionList;
|
|
732
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
|
+
};
|
|
733
847
|
type PaginatedAdminVirtualAccountList = {
|
|
734
848
|
count?: number;
|
|
735
849
|
next?: string | null;
|
|
@@ -760,6 +874,26 @@ type PaginatedCurrencyListResponse = {
|
|
|
760
874
|
status: string;
|
|
761
875
|
data: PaginatedCurrencyList;
|
|
762
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
|
+
};
|
|
887
|
+
type PaginatedUserStaticTemplateList = {
|
|
888
|
+
count?: number;
|
|
889
|
+
next?: string | null;
|
|
890
|
+
previous?: string | null;
|
|
891
|
+
results?: Array<UserStaticTemplate>;
|
|
892
|
+
};
|
|
893
|
+
type PaginatedUserStaticTemplateListResponse = {
|
|
894
|
+
status: string;
|
|
895
|
+
data: PaginatedUserStaticTemplateList;
|
|
896
|
+
};
|
|
763
897
|
type PaginatedUserVirtualAccountList = {
|
|
764
898
|
count?: number;
|
|
765
899
|
next?: string | null;
|
|
@@ -793,12 +927,14 @@ type PatchedAdminCurrency = {
|
|
|
793
927
|
/**
|
|
794
928
|
* * `usdc` - Usdc
|
|
795
929
|
* * `eurc` - Eurc
|
|
930
|
+
* * `usdt` - Usdt
|
|
796
931
|
*/
|
|
797
|
-
bridge_code?: 'usdc' | 'eurc';
|
|
932
|
+
bridge_code?: 'usdc' | 'eurc' | 'usdt';
|
|
798
933
|
/**
|
|
799
934
|
* * `solana` - Solana
|
|
935
|
+
* * `base` - Base
|
|
800
936
|
*/
|
|
801
|
-
bridge_chain?: 'solana';
|
|
937
|
+
bridge_chain?: 'solana' | 'base';
|
|
802
938
|
readonly display_code?: string | null;
|
|
803
939
|
readonly description?: string | null;
|
|
804
940
|
readonly symbol?: string | null;
|
|
@@ -817,8 +953,9 @@ type PatchedAdminPayoutConfiguration = {
|
|
|
817
953
|
wallet?: AdminWallet;
|
|
818
954
|
/**
|
|
819
955
|
* * `solana` - Solana
|
|
956
|
+
* * `base` - Base
|
|
820
957
|
*/
|
|
821
|
-
destination_chain?: 'solana';
|
|
958
|
+
destination_chain?: 'solana' | 'base';
|
|
822
959
|
destination_address?: string;
|
|
823
960
|
readonly created?: string;
|
|
824
961
|
readonly updated?: string;
|
|
@@ -836,7 +973,7 @@ type PatchedAdminUpdateCompany = {
|
|
|
836
973
|
* * `test` - Test
|
|
837
974
|
* * `production` - Production
|
|
838
975
|
*/
|
|
839
|
-
mode?: 'test' | 'production';
|
|
976
|
+
readonly mode?: 'test' | 'production';
|
|
840
977
|
bridge_api_key?: string;
|
|
841
978
|
readonly bridge_webhook_id?: string | null;
|
|
842
979
|
admin_user_bridge_id?: string | null;
|
|
@@ -875,6 +1012,41 @@ type UserCreateCustomerKycLink = {
|
|
|
875
1012
|
endorsements?: Array<'base' | 'sepa' | 'spei' | 'pix' | 'cards'> | null;
|
|
876
1013
|
redirect_uri?: string | null;
|
|
877
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
|
+
};
|
|
1040
|
+
/**
|
|
1041
|
+
* A ModelSerializer that takes additional arguments for
|
|
1042
|
+
* "fields", "omit" and "expand" in order to
|
|
1043
|
+
* control which fields are displayed, and whether to replace simple
|
|
1044
|
+
* values with complex, nested serializations
|
|
1045
|
+
*/
|
|
1046
|
+
type UserCreateStaticTemplate = {
|
|
1047
|
+
account: string;
|
|
1048
|
+
currency: string;
|
|
1049
|
+
};
|
|
878
1050
|
/**
|
|
879
1051
|
* A ModelSerializer that takes additional arguments for
|
|
880
1052
|
* "fields", "omit" and "expand" in order to
|
|
@@ -885,15 +1057,16 @@ type UserCreateVirtualAccount = {
|
|
|
885
1057
|
account: string;
|
|
886
1058
|
currency: string;
|
|
887
1059
|
/**
|
|
1060
|
+
* * `gbp` - Gbp
|
|
888
1061
|
* * `usd` - Usd
|
|
889
1062
|
* * `eur` - Eur
|
|
890
1063
|
* * `mxn` - Mxn
|
|
891
1064
|
* * `brl` - Brl
|
|
892
1065
|
*/
|
|
893
|
-
source_currency?: 'usd' | 'eur' | 'mxn' | 'brl';
|
|
1066
|
+
source_currency?: 'gbp' | 'usd' | 'eur' | 'mxn' | 'brl';
|
|
894
1067
|
};
|
|
895
1068
|
type UserCryptoDeposit = {
|
|
896
|
-
account_currency
|
|
1069
|
+
account_currency?: string;
|
|
897
1070
|
/**
|
|
898
1071
|
* * `solana` - Solana
|
|
899
1072
|
* * `base` - Base
|
|
@@ -905,6 +1078,7 @@ type UserCryptoDeposit = {
|
|
|
905
1078
|
* * `optimism` - Optimism
|
|
906
1079
|
*/
|
|
907
1080
|
chain: 'solana' | 'base' | 'ethereum' | 'stellar' | 'tron' | 'polygon' | 'arbitrum' | 'optimism';
|
|
1081
|
+
external_wallet?: string;
|
|
908
1082
|
};
|
|
909
1083
|
type UserCryptoDepositResponse = {
|
|
910
1084
|
readonly chain: string;
|
|
@@ -940,6 +1114,44 @@ type UserExchangeRateResponseResponse = {
|
|
|
940
1114
|
status: string;
|
|
941
1115
|
data: UserExchangeRateResponse;
|
|
942
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
|
+
};
|
|
943
1155
|
/**
|
|
944
1156
|
* A ModelSerializer that takes additional arguments for
|
|
945
1157
|
* "fields", "omit" and "expand" in order to
|
|
@@ -956,6 +1168,26 @@ type UserResponse = {
|
|
|
956
1168
|
status: string;
|
|
957
1169
|
data: User;
|
|
958
1170
|
};
|
|
1171
|
+
/**
|
|
1172
|
+
* A ModelSerializer that takes additional arguments for
|
|
1173
|
+
* "fields", "omit" and "expand" in order to
|
|
1174
|
+
* control which fields are displayed, and whether to replace simple
|
|
1175
|
+
* values with complex, nested serializations
|
|
1176
|
+
*/
|
|
1177
|
+
type UserStaticTemplate = {
|
|
1178
|
+
readonly id: string;
|
|
1179
|
+
wallet: UserReducedWallet;
|
|
1180
|
+
readonly bridge_id: string | null;
|
|
1181
|
+
readonly deposit_instructions: {
|
|
1182
|
+
[key: string]: unknown;
|
|
1183
|
+
};
|
|
1184
|
+
readonly created: number;
|
|
1185
|
+
readonly updated: number;
|
|
1186
|
+
};
|
|
1187
|
+
type UserStaticTemplateResponse = {
|
|
1188
|
+
status: string;
|
|
1189
|
+
data: UserStaticTemplate;
|
|
1190
|
+
};
|
|
959
1191
|
/**
|
|
960
1192
|
* A ModelSerializer that takes additional arguments for
|
|
961
1193
|
* "fields", "omit" and "expand" in order to
|
|
@@ -968,12 +1200,14 @@ type UserVirtualAccount = {
|
|
|
968
1200
|
/**
|
|
969
1201
|
* * `usdc` - Usdc
|
|
970
1202
|
* * `eurc` - Eurc
|
|
1203
|
+
* * `usdt` - Usdt
|
|
1204
|
+
* * `gbp` - Gbp
|
|
971
1205
|
* * `usd` - Usd
|
|
972
1206
|
* * `eur` - Eur
|
|
973
1207
|
* * `mxn` - Mxn
|
|
974
1208
|
* * `brl` - Brl
|
|
975
1209
|
*/
|
|
976
|
-
source_currency: 'usdc' | 'eurc' | 'usd' | 'eur' | 'mxn' | 'brl';
|
|
1210
|
+
readonly source_currency: 'usdc' | 'eurc' | 'usdt' | 'gbp' | 'usd' | 'eur' | 'mxn' | 'brl';
|
|
977
1211
|
readonly bank_account: string | null;
|
|
978
1212
|
readonly bank_account_details: string;
|
|
979
1213
|
readonly bridge_id: string | null;
|
|
@@ -996,10 +1230,11 @@ type Webhook = {
|
|
|
996
1230
|
* * `currency.update` - Currency Update
|
|
997
1231
|
* * `transaction.initiate` - Transaction Initiate
|
|
998
1232
|
* * `transaction.execute` - Transaction Execute
|
|
1233
|
+
* * `transaction.update` - Transaction Update
|
|
999
1234
|
* * `transaction.transition.update` - Transaction Transition Update
|
|
1000
1235
|
* * `user.update` - User Update
|
|
1001
1236
|
*/
|
|
1002
|
-
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';
|
|
1003
1238
|
company: string;
|
|
1004
1239
|
data: {
|
|
1005
1240
|
[key: string]: unknown;
|
|
@@ -1029,8 +1264,9 @@ type AdminCreatePayoutConfigurationWritable = {
|
|
|
1029
1264
|
currency: string;
|
|
1030
1265
|
/**
|
|
1031
1266
|
* * `solana` - Solana
|
|
1267
|
+
* * `base` - Base
|
|
1032
1268
|
*/
|
|
1033
|
-
destination_chain: 'solana';
|
|
1269
|
+
destination_chain: 'solana' | 'base';
|
|
1034
1270
|
destination_address: string;
|
|
1035
1271
|
};
|
|
1036
1272
|
type AdminCryptoReturnPolicyWritable = {
|
|
@@ -1063,17 +1299,22 @@ type AdminCurrencyWritable = {
|
|
|
1063
1299
|
/**
|
|
1064
1300
|
* * `usdc` - Usdc
|
|
1065
1301
|
* * `eurc` - Eurc
|
|
1302
|
+
* * `usdt` - Usdt
|
|
1066
1303
|
*/
|
|
1067
|
-
bridge_code?: 'usdc' | 'eurc';
|
|
1304
|
+
bridge_code?: 'usdc' | 'eurc' | 'usdt';
|
|
1068
1305
|
/**
|
|
1069
1306
|
* * `solana` - Solana
|
|
1307
|
+
* * `base` - Base
|
|
1070
1308
|
*/
|
|
1071
|
-
bridge_chain?: 'solana';
|
|
1309
|
+
bridge_chain?: 'solana' | 'base';
|
|
1072
1310
|
};
|
|
1073
1311
|
type AdminCurrencyResponseWritable = {
|
|
1074
1312
|
status: string;
|
|
1075
1313
|
data: AdminCurrencyWritable;
|
|
1076
1314
|
};
|
|
1315
|
+
type AdminFundsRequestResponseWritable = {
|
|
1316
|
+
status: string;
|
|
1317
|
+
};
|
|
1077
1318
|
/**
|
|
1078
1319
|
* A ModelSerializer that takes additional arguments for
|
|
1079
1320
|
* "fields", "omit" and "expand" in order to
|
|
@@ -1099,8 +1340,9 @@ type AdminPaymentProcessorQuoteResponseResponseWritable = {
|
|
|
1099
1340
|
type AdminPayoutConfigurationWritable = {
|
|
1100
1341
|
/**
|
|
1101
1342
|
* * `solana` - Solana
|
|
1343
|
+
* * `base` - Base
|
|
1102
1344
|
*/
|
|
1103
|
-
destination_chain: 'solana';
|
|
1345
|
+
destination_chain: 'solana' | 'base';
|
|
1104
1346
|
destination_address: string;
|
|
1105
1347
|
};
|
|
1106
1348
|
type AdminPayoutConfigurationResponseWritable = {
|
|
@@ -1123,6 +1365,9 @@ type AdminUpdateCompanyWritable = {
|
|
|
1123
1365
|
bridge_tos_platform_legal_term?: string | null;
|
|
1124
1366
|
exchange_rate_override_bps?: number | null;
|
|
1125
1367
|
};
|
|
1368
|
+
type AdminUserResponseWritable = {
|
|
1369
|
+
status: string;
|
|
1370
|
+
};
|
|
1126
1371
|
/**
|
|
1127
1372
|
* A ModelSerializer that takes additional arguments for
|
|
1128
1373
|
* "fields", "omit" and "expand" in order to
|
|
@@ -1159,6 +1404,16 @@ type PaginatedAdminCurrencyListResponseWritable = {
|
|
|
1159
1404
|
status: string;
|
|
1160
1405
|
data: PaginatedAdminCurrencyListWritable;
|
|
1161
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
|
+
};
|
|
1162
1417
|
type PaginatedAdminLiquidationAddressListWritable = {
|
|
1163
1418
|
count?: number;
|
|
1164
1419
|
next?: string | null;
|
|
@@ -1189,6 +1444,16 @@ type PaginatedAdminTransactionTransitionListResponseWritable = {
|
|
|
1189
1444
|
status: string;
|
|
1190
1445
|
data: PaginatedAdminTransactionTransitionListWritable;
|
|
1191
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
|
+
};
|
|
1192
1457
|
type PaginatedAdminVirtualAccountListWritable = {
|
|
1193
1458
|
count?: number;
|
|
1194
1459
|
next?: string | null;
|
|
@@ -1209,6 +1474,26 @@ type PaginatedAdminWalletListResponseWritable = {
|
|
|
1209
1474
|
status: string;
|
|
1210
1475
|
data: PaginatedAdminWalletListWritable;
|
|
1211
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
|
+
};
|
|
1487
|
+
type PaginatedUserStaticTemplateListWritable = {
|
|
1488
|
+
count?: number;
|
|
1489
|
+
next?: string | null;
|
|
1490
|
+
previous?: string | null;
|
|
1491
|
+
results?: Array<UserStaticTemplateWritable>;
|
|
1492
|
+
};
|
|
1493
|
+
type PaginatedUserStaticTemplateListResponseWritable = {
|
|
1494
|
+
status: string;
|
|
1495
|
+
data: PaginatedUserStaticTemplateListWritable;
|
|
1496
|
+
};
|
|
1212
1497
|
type PaginatedUserVirtualAccountListWritable = {
|
|
1213
1498
|
count?: number;
|
|
1214
1499
|
next?: string | null;
|
|
@@ -1240,12 +1525,14 @@ type PatchedAdminCurrencyWritable = {
|
|
|
1240
1525
|
/**
|
|
1241
1526
|
* * `usdc` - Usdc
|
|
1242
1527
|
* * `eurc` - Eurc
|
|
1528
|
+
* * `usdt` - Usdt
|
|
1243
1529
|
*/
|
|
1244
|
-
bridge_code?: 'usdc' | 'eurc';
|
|
1530
|
+
bridge_code?: 'usdc' | 'eurc' | 'usdt';
|
|
1245
1531
|
/**
|
|
1246
1532
|
* * `solana` - Solana
|
|
1533
|
+
* * `base` - Base
|
|
1247
1534
|
*/
|
|
1248
|
-
bridge_chain?: 'solana';
|
|
1535
|
+
bridge_chain?: 'solana' | 'base';
|
|
1249
1536
|
};
|
|
1250
1537
|
/**
|
|
1251
1538
|
* A ModelSerializer that takes additional arguments for
|
|
@@ -1256,8 +1543,9 @@ type PatchedAdminCurrencyWritable = {
|
|
|
1256
1543
|
type PatchedAdminPayoutConfigurationWritable = {
|
|
1257
1544
|
/**
|
|
1258
1545
|
* * `solana` - Solana
|
|
1546
|
+
* * `base` - Base
|
|
1259
1547
|
*/
|
|
1260
|
-
destination_chain?: 'solana';
|
|
1548
|
+
destination_chain?: 'solana' | 'base';
|
|
1261
1549
|
destination_address?: string;
|
|
1262
1550
|
};
|
|
1263
1551
|
/**
|
|
@@ -1297,6 +1585,9 @@ type UserCryptoDepositResponseResponseWritable = {
|
|
|
1297
1585
|
type UserCustomerKycLinkResponseWritable = {
|
|
1298
1586
|
status: string;
|
|
1299
1587
|
};
|
|
1588
|
+
type UserExternalWalletResponseWritable = {
|
|
1589
|
+
status: string;
|
|
1590
|
+
};
|
|
1300
1591
|
/**
|
|
1301
1592
|
* A ModelSerializer that takes additional arguments for
|
|
1302
1593
|
* "fields", "omit" and "expand" in order to
|
|
@@ -1310,6 +1601,19 @@ type UserResponseWritable = {
|
|
|
1310
1601
|
status: string;
|
|
1311
1602
|
data: UserWritable;
|
|
1312
1603
|
};
|
|
1604
|
+
/**
|
|
1605
|
+
* A ModelSerializer that takes additional arguments for
|
|
1606
|
+
* "fields", "omit" and "expand" in order to
|
|
1607
|
+
* control which fields are displayed, and whether to replace simple
|
|
1608
|
+
* values with complex, nested serializations
|
|
1609
|
+
*/
|
|
1610
|
+
type UserStaticTemplateWritable = {
|
|
1611
|
+
[key: string]: unknown;
|
|
1612
|
+
};
|
|
1613
|
+
type UserStaticTemplateResponseWritable = {
|
|
1614
|
+
status: string;
|
|
1615
|
+
data: UserStaticTemplateWritable;
|
|
1616
|
+
};
|
|
1313
1617
|
/**
|
|
1314
1618
|
* A ModelSerializer that takes additional arguments for
|
|
1315
1619
|
* "fields", "omit" and "expand" in order to
|
|
@@ -1486,6 +1790,40 @@ type AdminCurrenciesUpdateResponses = {
|
|
|
1486
1790
|
200: AdminCurrencyResponse;
|
|
1487
1791
|
};
|
|
1488
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];
|
|
1489
1827
|
type AdminLiquidationAddressesListData = {
|
|
1490
1828
|
body?: never;
|
|
1491
1829
|
path?: never;
|
|
@@ -1510,6 +1848,16 @@ type AdminLiquidationAddressesListResponses = {
|
|
|
1510
1848
|
200: PaginatedAdminLiquidationAddressListResponse;
|
|
1511
1849
|
};
|
|
1512
1850
|
type AdminLiquidationAddressesListResponse = AdminLiquidationAddressesListResponses[keyof AdminLiquidationAddressesListResponses];
|
|
1851
|
+
type AdminLiquidationAddressesCreateData = {
|
|
1852
|
+
body: AdminCreateLiquidationAddress;
|
|
1853
|
+
path?: never;
|
|
1854
|
+
query?: never;
|
|
1855
|
+
url: '/admin/liquidation-addresses/';
|
|
1856
|
+
};
|
|
1857
|
+
type AdminLiquidationAddressesCreateResponses = {
|
|
1858
|
+
201: AdminLiquidationAddressResponse;
|
|
1859
|
+
};
|
|
1860
|
+
type AdminLiquidationAddressesCreateResponse = AdminLiquidationAddressesCreateResponses[keyof AdminLiquidationAddressesCreateResponses];
|
|
1513
1861
|
type AdminLiquidationAddressesRetrieveData = {
|
|
1514
1862
|
body?: never;
|
|
1515
1863
|
path: {
|
|
@@ -1674,6 +2022,41 @@ type AdminTransactionTransitionsProcessCreateResponses = {
|
|
|
1674
2022
|
202: ActionResponse;
|
|
1675
2023
|
};
|
|
1676
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];
|
|
1677
2060
|
type AdminVirtualAccountsListData = {
|
|
1678
2061
|
body?: never;
|
|
1679
2062
|
path?: never;
|
|
@@ -1699,6 +2082,16 @@ type AdminVirtualAccountsListResponses = {
|
|
|
1699
2082
|
200: PaginatedAdminVirtualAccountListResponse;
|
|
1700
2083
|
};
|
|
1701
2084
|
type AdminVirtualAccountsListResponse = AdminVirtualAccountsListResponses[keyof AdminVirtualAccountsListResponses];
|
|
2085
|
+
type AdminVirtualAccountsCreateData = {
|
|
2086
|
+
body?: AdminCreateVirtualAccount;
|
|
2087
|
+
path?: never;
|
|
2088
|
+
query?: never;
|
|
2089
|
+
url: '/admin/virtual-accounts/';
|
|
2090
|
+
};
|
|
2091
|
+
type AdminVirtualAccountsCreateResponses = {
|
|
2092
|
+
201: AdminVirtualAccountResponse;
|
|
2093
|
+
};
|
|
2094
|
+
type AdminVirtualAccountsCreateResponse = AdminVirtualAccountsCreateResponses[keyof AdminVirtualAccountsCreateResponses];
|
|
1702
2095
|
type AdminVirtualAccountsRetrieveData = {
|
|
1703
2096
|
body?: never;
|
|
1704
2097
|
path: {
|
|
@@ -1849,6 +2242,47 @@ type UserExchangeRatesRetrieveResponses = {
|
|
|
1849
2242
|
200: UserExchangeRateResponseResponse;
|
|
1850
2243
|
};
|
|
1851
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];
|
|
1852
2286
|
type UserKycLinksCreateData = {
|
|
1853
2287
|
body?: UserCreateCustomerKycLink;
|
|
1854
2288
|
path?: never;
|
|
@@ -1859,6 +2293,47 @@ type UserKycLinksCreateResponses = {
|
|
|
1859
2293
|
201: UserCustomerKycLinkResponse;
|
|
1860
2294
|
};
|
|
1861
2295
|
type UserKycLinksCreateResponse = UserKycLinksCreateResponses[keyof UserKycLinksCreateResponses];
|
|
2296
|
+
type UserStaticTemplatesListData = {
|
|
2297
|
+
body?: never;
|
|
2298
|
+
path?: never;
|
|
2299
|
+
query?: {
|
|
2300
|
+
/**
|
|
2301
|
+
* A page number within the paginated result set.
|
|
2302
|
+
*/
|
|
2303
|
+
page?: number;
|
|
2304
|
+
/**
|
|
2305
|
+
* Number of results to return per page.
|
|
2306
|
+
*/
|
|
2307
|
+
page_size?: number;
|
|
2308
|
+
};
|
|
2309
|
+
url: '/user/static-templates/';
|
|
2310
|
+
};
|
|
2311
|
+
type UserStaticTemplatesListResponses = {
|
|
2312
|
+
200: PaginatedUserStaticTemplateListResponse;
|
|
2313
|
+
};
|
|
2314
|
+
type UserStaticTemplatesListResponse = UserStaticTemplatesListResponses[keyof UserStaticTemplatesListResponses];
|
|
2315
|
+
type UserStaticTemplatesCreateData = {
|
|
2316
|
+
body: UserCreateStaticTemplate;
|
|
2317
|
+
path?: never;
|
|
2318
|
+
query?: never;
|
|
2319
|
+
url: '/user/static-templates/';
|
|
2320
|
+
};
|
|
2321
|
+
type UserStaticTemplatesCreateResponses = {
|
|
2322
|
+
201: UserStaticTemplateResponse;
|
|
2323
|
+
};
|
|
2324
|
+
type UserStaticTemplatesCreateResponse = UserStaticTemplatesCreateResponses[keyof UserStaticTemplatesCreateResponses];
|
|
2325
|
+
type UserStaticTemplatesRetrieveData = {
|
|
2326
|
+
body?: never;
|
|
2327
|
+
path: {
|
|
2328
|
+
identifier: string;
|
|
2329
|
+
};
|
|
2330
|
+
query?: never;
|
|
2331
|
+
url: '/user/static-templates/{identifier}/';
|
|
2332
|
+
};
|
|
2333
|
+
type UserStaticTemplatesRetrieveResponses = {
|
|
2334
|
+
200: UserStaticTemplateResponse;
|
|
2335
|
+
};
|
|
2336
|
+
type UserStaticTemplatesRetrieveResponse = UserStaticTemplatesRetrieveResponses[keyof UserStaticTemplatesRetrieveResponses];
|
|
1862
2337
|
type UserVirtualAccountsListData = {
|
|
1863
2338
|
body?: never;
|
|
1864
2339
|
path?: never;
|
|
@@ -1911,7 +2386,7 @@ type WebhookCreateResponses = {
|
|
|
1911
2386
|
};
|
|
1912
2387
|
type WebhookCreateResponse = WebhookCreateResponses[keyof WebhookCreateResponses];
|
|
1913
2388
|
|
|
1914
|
-
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> & {
|
|
1915
2390
|
/**
|
|
1916
2391
|
* You can provide a client instance returned by `createClient()` instead of
|
|
1917
2392
|
* individual options. This might be also useful if you want to implement a
|
|
@@ -1938,7 +2413,10 @@ declare const adminCurrenciesList: <ThrowOnError extends boolean = false>(option
|
|
|
1938
2413
|
declare const adminCurrenciesRetrieve: <ThrowOnError extends boolean = false>(options: Options<AdminCurrenciesRetrieveData, ThrowOnError>) => RequestResult<AdminCurrenciesRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
1939
2414
|
declare const adminCurrenciesPartialUpdate: <ThrowOnError extends boolean = false>(options: Options<AdminCurrenciesPartialUpdateData, ThrowOnError>) => RequestResult<AdminCurrenciesPartialUpdateResponses, unknown, ThrowOnError, "data">;
|
|
1940
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">;
|
|
1941
2418
|
declare const adminLiquidationAddressesList: <ThrowOnError extends boolean = false>(options?: Options<AdminLiquidationAddressesListData, ThrowOnError>) => RequestResult<AdminLiquidationAddressesListResponses, unknown, ThrowOnError, "data">;
|
|
2419
|
+
declare const adminLiquidationAddressesCreate: <ThrowOnError extends boolean = false>(options: Options<AdminLiquidationAddressesCreateData, ThrowOnError>) => RequestResult<AdminLiquidationAddressesCreateResponses, unknown, ThrowOnError, "data">;
|
|
1942
2420
|
declare const adminLiquidationAddressesRetrieve: <ThrowOnError extends boolean = false>(options: Options<AdminLiquidationAddressesRetrieveData, ThrowOnError>) => RequestResult<AdminLiquidationAddressesRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
1943
2421
|
declare const adminOperationalAccountsLiquidationAddressCreate: <ThrowOnError extends boolean = false>(options: Options<AdminOperationalAccountsLiquidationAddressCreateData, ThrowOnError>) => RequestResult<AdminOperationalAccountsLiquidationAddressCreateResponses, unknown, ThrowOnError, "data">;
|
|
1944
2422
|
declare const adminOperationalAccountsVirtualAccountCreate: <ThrowOnError extends boolean = false>(options: Options<AdminOperationalAccountsVirtualAccountCreateData, ThrowOnError>) => RequestResult<AdminOperationalAccountsVirtualAccountCreateResponses, unknown, ThrowOnError, "data">;
|
|
@@ -1952,7 +2430,10 @@ declare const adminPayoutConfigurationsUpdate: <ThrowOnError extends boolean = f
|
|
|
1952
2430
|
declare const adminTransactionTransitionsList: <ThrowOnError extends boolean = false>(options?: Options<AdminTransactionTransitionsListData, ThrowOnError>) => RequestResult<AdminTransactionTransitionsListResponses, unknown, ThrowOnError, "data">;
|
|
1953
2431
|
declare const adminTransactionTransitionsRetrieve: <ThrowOnError extends boolean = false>(options: Options<AdminTransactionTransitionsRetrieveData, ThrowOnError>) => RequestResult<AdminTransactionTransitionsRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
1954
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">;
|
|
1955
2435
|
declare const adminVirtualAccountsList: <ThrowOnError extends boolean = false>(options?: Options<AdminVirtualAccountsListData, ThrowOnError>) => RequestResult<AdminVirtualAccountsListResponses, unknown, ThrowOnError, "data">;
|
|
2436
|
+
declare const adminVirtualAccountsCreate: <ThrowOnError extends boolean = false>(options?: Options<AdminVirtualAccountsCreateData, ThrowOnError>) => RequestResult<AdminVirtualAccountsCreateResponses, unknown, ThrowOnError, "data">;
|
|
1956
2437
|
declare const adminVirtualAccountsRetrieve: <ThrowOnError extends boolean = false>(options: Options<AdminVirtualAccountsRetrieveData, ThrowOnError>) => RequestResult<AdminVirtualAccountsRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
1957
2438
|
declare const adminWalletsList: <ThrowOnError extends boolean = false>(options?: Options<AdminWalletsListData, ThrowOnError>) => RequestResult<AdminWalletsListResponses, unknown, ThrowOnError, "data">;
|
|
1958
2439
|
declare const adminWalletsRetrieve: <ThrowOnError extends boolean = false>(options: Options<AdminWalletsRetrieveData, ThrowOnError>) => RequestResult<AdminWalletsRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
@@ -1965,13 +2446,19 @@ declare const userCryptoDepositCreate: <ThrowOnError extends boolean = false>(op
|
|
|
1965
2446
|
declare const userCurrenciesList: <ThrowOnError extends boolean = false>(options?: Options<UserCurrenciesListData, ThrowOnError>) => RequestResult<UserCurrenciesListResponses, unknown, ThrowOnError, "data">;
|
|
1966
2447
|
declare const userCurrenciesRetrieve: <ThrowOnError extends boolean = false>(options: Options<UserCurrenciesRetrieveData, ThrowOnError>) => RequestResult<UserCurrenciesRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
1967
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">;
|
|
1968
2452
|
declare const userKycLinksCreate: <ThrowOnError extends boolean = false>(options?: Options<UserKycLinksCreateData, ThrowOnError>) => RequestResult<UserKycLinksCreateResponses, unknown, ThrowOnError, "data">;
|
|
2453
|
+
declare const userStaticTemplatesList: <ThrowOnError extends boolean = false>(options?: Options<UserStaticTemplatesListData, ThrowOnError>) => RequestResult<UserStaticTemplatesListResponses, unknown, ThrowOnError, "data">;
|
|
2454
|
+
declare const userStaticTemplatesCreate: <ThrowOnError extends boolean = false>(options: Options<UserStaticTemplatesCreateData, ThrowOnError>) => RequestResult<UserStaticTemplatesCreateResponses, unknown, ThrowOnError, "data">;
|
|
2455
|
+
declare const userStaticTemplatesRetrieve: <ThrowOnError extends boolean = false>(options: Options<UserStaticTemplatesRetrieveData, ThrowOnError>) => RequestResult<UserStaticTemplatesRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
1969
2456
|
declare const userVirtualAccountsList: <ThrowOnError extends boolean = false>(options?: Options<UserVirtualAccountsListData, ThrowOnError>) => RequestResult<UserVirtualAccountsListResponses, unknown, ThrowOnError, "data">;
|
|
1970
2457
|
declare const userVirtualAccountsCreate: <ThrowOnError extends boolean = false>(options: Options<UserVirtualAccountsCreateData, ThrowOnError>) => RequestResult<UserVirtualAccountsCreateResponses, unknown, ThrowOnError, "data">;
|
|
1971
2458
|
declare const userVirtualAccountsRetrieve: <ThrowOnError extends boolean = false>(options: Options<UserVirtualAccountsRetrieveData, ThrowOnError>) => RequestResult<UserVirtualAccountsRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
1972
2459
|
declare const webhookCreate: <ThrowOnError extends boolean = false>(options: Options<WebhookCreateData, ThrowOnError>) => RequestResult<WebhookCreateResponses, unknown, ThrowOnError, "data">;
|
|
1973
2460
|
|
|
1974
|
-
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>;
|
|
1975
2462
|
declare const sdk_activateCreate: typeof activateCreate;
|
|
1976
2463
|
declare const sdk_adminCompanyPartialUpdate: typeof adminCompanyPartialUpdate;
|
|
1977
2464
|
declare const sdk_adminCompanyRetrieve: typeof adminCompanyRetrieve;
|
|
@@ -1986,6 +2473,9 @@ declare const sdk_adminCurrenciesList: typeof adminCurrenciesList;
|
|
|
1986
2473
|
declare const sdk_adminCurrenciesPartialUpdate: typeof adminCurrenciesPartialUpdate;
|
|
1987
2474
|
declare const sdk_adminCurrenciesRetrieve: typeof adminCurrenciesRetrieve;
|
|
1988
2475
|
declare const sdk_adminCurrenciesUpdate: typeof adminCurrenciesUpdate;
|
|
2476
|
+
declare const sdk_adminFundsRequestsList: typeof adminFundsRequestsList;
|
|
2477
|
+
declare const sdk_adminFundsRequestsRetrieve: typeof adminFundsRequestsRetrieve;
|
|
2478
|
+
declare const sdk_adminLiquidationAddressesCreate: typeof adminLiquidationAddressesCreate;
|
|
1989
2479
|
declare const sdk_adminLiquidationAddressesList: typeof adminLiquidationAddressesList;
|
|
1990
2480
|
declare const sdk_adminLiquidationAddressesRetrieve: typeof adminLiquidationAddressesRetrieve;
|
|
1991
2481
|
declare const sdk_adminOperationalAccountsLiquidationAddressCreate: typeof adminOperationalAccountsLiquidationAddressCreate;
|
|
@@ -2000,6 +2490,9 @@ declare const sdk_adminPayoutConfigurationsUpdate: typeof adminPayoutConfigurati
|
|
|
2000
2490
|
declare const sdk_adminTransactionTransitionsList: typeof adminTransactionTransitionsList;
|
|
2001
2491
|
declare const sdk_adminTransactionTransitionsProcessCreate: typeof adminTransactionTransitionsProcessCreate;
|
|
2002
2492
|
declare const sdk_adminTransactionTransitionsRetrieve: typeof adminTransactionTransitionsRetrieve;
|
|
2493
|
+
declare const sdk_adminUsersList: typeof adminUsersList;
|
|
2494
|
+
declare const sdk_adminUsersRetrieve: typeof adminUsersRetrieve;
|
|
2495
|
+
declare const sdk_adminVirtualAccountsCreate: typeof adminVirtualAccountsCreate;
|
|
2003
2496
|
declare const sdk_adminVirtualAccountsList: typeof adminVirtualAccountsList;
|
|
2004
2497
|
declare const sdk_adminVirtualAccountsRetrieve: typeof adminVirtualAccountsRetrieve;
|
|
2005
2498
|
declare const sdk_adminWalletsList: typeof adminWalletsList;
|
|
@@ -2010,19 +2503,25 @@ declare const sdk_userCryptoDepositCreate: typeof userCryptoDepositCreate;
|
|
|
2010
2503
|
declare const sdk_userCurrenciesList: typeof userCurrenciesList;
|
|
2011
2504
|
declare const sdk_userCurrenciesRetrieve: typeof userCurrenciesRetrieve;
|
|
2012
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;
|
|
2013
2509
|
declare const sdk_userKycLinksCreate: typeof userKycLinksCreate;
|
|
2014
2510
|
declare const sdk_userPartialUpdate: typeof userPartialUpdate;
|
|
2015
2511
|
declare const sdk_userRetrieve: typeof userRetrieve;
|
|
2512
|
+
declare const sdk_userStaticTemplatesCreate: typeof userStaticTemplatesCreate;
|
|
2513
|
+
declare const sdk_userStaticTemplatesList: typeof userStaticTemplatesList;
|
|
2514
|
+
declare const sdk_userStaticTemplatesRetrieve: typeof userStaticTemplatesRetrieve;
|
|
2016
2515
|
declare const sdk_userUpdate: typeof userUpdate;
|
|
2017
2516
|
declare const sdk_userVirtualAccountsCreate: typeof userVirtualAccountsCreate;
|
|
2018
2517
|
declare const sdk_userVirtualAccountsList: typeof userVirtualAccountsList;
|
|
2019
2518
|
declare const sdk_userVirtualAccountsRetrieve: typeof userVirtualAccountsRetrieve;
|
|
2020
2519
|
declare const sdk_webhookCreate: typeof webhookCreate;
|
|
2021
2520
|
declare namespace sdk {
|
|
2022
|
-
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_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_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_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 };
|
|
2023
2522
|
}
|
|
2024
2523
|
|
|
2025
2524
|
type BridgeApi = BoundSdk<typeof sdk>;
|
|
2026
2525
|
declare function createBridgeApi(config: ApiFactoryConfig): BridgeApi;
|
|
2027
2526
|
|
|
2028
|
-
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 AdminCreatePayoutConfiguration, type AdminCreatePayoutConfigurationWritable, 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 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 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 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 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 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 };
|