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
package/dist/react.d.ts
CHANGED
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import { ReactNode } from 'react';
|
|
3
|
-
import { a as AuthConfig, d as AuthSession,
|
|
4
|
-
export {
|
|
3
|
+
import { a as AuthConfig, d as AuthSession, L as LoginParams, R as RegisterParams, b as RegisterCompanyParams, A as Auth } from './create-auth-ChOASbvo.js';
|
|
4
|
+
export { E as ErrorListener, S as SessionListener, U as UserSession } from './create-auth-ChOASbvo.js';
|
|
5
5
|
|
|
6
6
|
interface AuthContextType {
|
|
7
7
|
authUser: AuthSession | null | undefined;
|
|
8
|
-
authStatus: AuthStatus;
|
|
9
|
-
authState: AuthSnapshot;
|
|
10
|
-
authRecovery: AuthRecoveryState;
|
|
11
8
|
refreshCallback: () => Promise<void>;
|
|
12
9
|
login: (params: LoginParams) => Promise<AuthSession>;
|
|
13
10
|
register: (params: RegisterParams) => Promise<AuthSession>;
|
|
@@ -22,11 +19,6 @@ interface AuthContextType {
|
|
|
22
19
|
switchToSession: (userId: string, company?: string) => Promise<AuthSession | null>;
|
|
23
20
|
clearAllSessions: () => Promise<void>;
|
|
24
21
|
logoutAll: () => Promise<void>;
|
|
25
|
-
importToken: (token: string, options?: ImportTokenOptions) => Promise<AuthSession>;
|
|
26
|
-
validateActiveSession: (options?: ValidateSessionOptions) => Promise<boolean>;
|
|
27
|
-
syncActiveSessionUser: () => Promise<AuthSession | null>;
|
|
28
|
-
updateSession: (userId: string, company: string | undefined, patch: SessionPatch) => Promise<AuthSession | null>;
|
|
29
|
-
expireActiveSession: () => Promise<AuthRecoveryState>;
|
|
30
22
|
auth: Auth;
|
|
31
23
|
}
|
|
32
24
|
interface AuthProviderProps {
|
|
@@ -36,4 +28,4 @@ interface AuthProviderProps {
|
|
|
36
28
|
declare const AuthProvider: ({ children, config }: AuthProviderProps) => react_jsx_runtime.JSX.Element;
|
|
37
29
|
declare const useAuth: () => AuthContextType;
|
|
38
30
|
|
|
39
|
-
export { type AuthContextType, AuthProvider, type AuthProviderProps,
|
|
31
|
+
export { type AuthContextType, AuthProvider, type AuthProviderProps, AuthSession, LoginParams, RegisterCompanyParams, RegisterParams, useAuth };
|
package/dist/react.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var _chunkOV77OD2Gjs = require('./chunk-OV77OD2G.js');require('./chunk-CRNPJD3E.js');require('./chunk-OEIQFP6T.js');var _react = require('react');var _jsxruntime = require('react/jsx-runtime');var c=_react.createContext.call(void 0, null),C= exports.AuthProvider =({children:o,config:i})=>{let[e]=_react.useState.call(void 0, ()=>_chunkOV77OD2Gjs.d.call(void 0, i)),[m,a]=_react.useState.call(void 0, void 0),[g,s]=_react.useState.call(void 0, !0),[y,A]=_react.useState.call(void 0, null),u=_react.useCallback.call(void 0, ()=>e.refresh(),[e]);_react.useEffect.call(void 0, ()=>{let t=e.subscribe(a),r=e.subscribeToErrors(A);return()=>{t(),r()}},[e]),_react.useEffect.call(void 0, ()=>{(async()=>{try{i.token||await new Promise(d=>setTimeout(d,10));let r=e.getActiveSession();a(r)}catch(r){console.error("Error initializing auth:",r),a(null)}finally{s(!1)}})()},[e,i.token]);let p={authUser:m,refreshCallback:u,login:async t=>{s(!0);try{return await e.login(t)}finally{s(!1)}},register:async t=>{s(!0);try{return await e.register(t)}finally{s(!1)}},registerCompany:async t=>{s(!0);try{return await e.registerCompany(t)}finally{s(!1)}},logout:async()=>{s(!0);try{await e.logout()}finally{s(!1)}},refresh:u,authLoading:g,authError:y,deleteChallenge:async t=>{if(t){s(!0);try{await e.deleteChallenge(t)}finally{s(!1)}}},getSessions:()=>e.getSessions(),getSessionsByCompany:t=>e.getSessionsByCompany(t),switchToSession:async(t,r)=>{s(!0);try{return await e.switchToSession(t,r)}finally{s(!1)}},clearAllSessions:async()=>{s(!0);try{await e.clearAllSessions()}finally{s(!1)}},logoutAll:async()=>{s(!0);try{await e.logoutAll()}finally{s(!1)}},auth:e};return _jsxruntime.jsx.call(void 0, c.Provider,{value:p,children:o})},v= exports.useAuth =()=>{let o=_react.useContext.call(void 0, c);if(!o)throw new Error("useAuth must be used within an AuthProvider");return o};exports.AuthProvider = C; exports.useAuth = v;
|
package/dist/react.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{d as
|
|
1
|
+
import{d as l}from"./chunk-RO2QGTSG.mjs";import"./chunk-TAABJLJG.mjs";import"./chunk-S4QKN5WW.mjs";import{createContext as f,useContext as P,useState as n,useEffect as h,useCallback as S}from"react";import{jsx as x}from"react/jsx-runtime";var c=f(null),C=({children:o,config:i})=>{let[e]=n(()=>l(i)),[m,a]=n(void 0),[g,s]=n(!0),[y,A]=n(null),u=S(()=>e.refresh(),[e]);h(()=>{let t=e.subscribe(a),r=e.subscribeToErrors(A);return()=>{t(),r()}},[e]),h(()=>{(async()=>{try{i.token||await new Promise(d=>setTimeout(d,10));let r=e.getActiveSession();a(r)}catch(r){console.error("Error initializing auth:",r),a(null)}finally{s(!1)}})()},[e,i.token]);let p={authUser:m,refreshCallback:u,login:async t=>{s(!0);try{return await e.login(t)}finally{s(!1)}},register:async t=>{s(!0);try{return await e.register(t)}finally{s(!1)}},registerCompany:async t=>{s(!0);try{return await e.registerCompany(t)}finally{s(!1)}},logout:async()=>{s(!0);try{await e.logout()}finally{s(!1)}},refresh:u,authLoading:g,authError:y,deleteChallenge:async t=>{if(t){s(!0);try{await e.deleteChallenge(t)}finally{s(!1)}}},getSessions:()=>e.getSessions(),getSessionsByCompany:t=>e.getSessionsByCompany(t),switchToSession:async(t,r)=>{s(!0);try{return await e.switchToSession(t,r)}finally{s(!1)}},clearAllSessions:async()=>{s(!0);try{await e.clearAllSessions()}finally{s(!1)}},logoutAll:async()=>{s(!0);try{await e.logoutAll()}finally{s(!1)}},auth:e};return x(c.Provider,{value:p,children:o})},v=()=>{let o=P(c);if(!o)throw new Error("useAuth must be used within an AuthProvider");return o};export{C as AuthProvider,v as useAuth};
|
package/dist/user.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { o as AccountCurrenciesListData, p as AccountCurrenciesListResponses, q as AccountDefinitionsListData, r as AccountDefinitionsListResponses, s as AccountDefinitionsRetrieveData, t as AccountDefinitionsRetrieveResponses, u as AccountsListData, v as AccountsListResponses, w as AccountsCreateData, x as AccountsCreateResponses, y as AccountsRetrieveData, z as AccountsRetrieveResponses, B as AccountsCurrenciesListData, C as AccountsCurrenciesListResponses, D as AccountsCurrenciesCreateData, F as AccountsCurrenciesCreateResponses, G as AccountsCurrenciesRetrieveData, H as AccountsCurrenciesRetrieveResponses, J as AccountsCurrenciesPartialUpdateData, K as AccountsCurrenciesPartialUpdateResponses, M as AccountsCurrenciesUpdateData, N as AccountsCurrenciesUpdateResponses, O as AccountsCurrenciesFeesListData, P as AccountsCurrenciesFeesListResponses, Q as AccountsCurrenciesFeesRetrieveData, T as AccountsCurrenciesFeesRetrieveResponses, W as AccountsCurrenciesLimitsListData, X as AccountsCurrenciesLimitsListResponses, Y as AccountsCurrenciesLimitsRetrieveData, Z as AccountsCurrenciesLimitsRetrieveResponses, _ as AuthRetrieveData, $ as AuthRetrieveResponses, a0 as AuthRegisterCompanyData, a1 as AuthRegisterCompanyResponses, a2 as AuthDeactivateData, a3 as AuthDeactivateResponses, a4 as AuthDeactivateVerifyData, a5 as AuthDeactivateVerifyResponses, a6 as AuthEmailVerifyData, a7 as AuthEmailVerifyResponses, a8 as AuthEmailVerifyResendData, a9 as AuthEmailVerifyResendResponses, aa as AuthJwtCreateData, ab as AuthJwtCreateResponses, ac as AuthLoginData, ad as AuthLoginResponses, ae as AuthLogoutData, af as AuthLogoutResponses, ag as AuthMfaAuthenticatorsListData, ah as AuthMfaAuthenticatorsListResponses, ai as AuthMfaAuthenticatorsCreateData, aj as AuthMfaAuthenticatorsCreateResponses, ak as AuthMfaAuthenticatorsDestroyData, al as AuthMfaAuthenticatorsDestroyResponses, am as AuthMfaAuthenticatorsRetrieveData, an as AuthMfaAuthenticatorsRetrieveResponses, ao as AuthMfaDeliverData, ap as AuthMfaDeliverResponses, aq as AuthMfaVerifyData, ar as AuthMfaVerifyResponses, as as AuthMobileVerifyData, at as AuthMobileVerifyResponses, au as AuthMobileVerifyResendData, av as AuthMobileVerifyResendResponses, aw as AuthOauthAuthorizeCreateData, ax as AuthOauthAuthorizeCreateResponses, ay as AuthOauthLoginCreateData, az as AuthOauthLoginCreateResponses, aA as AuthOauthRegisterCreateData, aB as AuthOauthRegisterCreateResponses, aC as AuthOauthSessionCreateData, aD as AuthOauthSessionCreateResponses, aE as AuthOauthVerifyCreateData, aF as AuthOauthVerifyCreateResponses, aG as AuthPasswordChangeData, aH as AuthPasswordChangeResponses, aI as AuthPasswordResetData, aJ as AuthPasswordResetResponses, aK as AuthPasswordResetConfirmData, aL as AuthPasswordResetConfirmResponses, aM as AuthRefreshCreateData, aN as AuthRefreshCreateResponses, aO as AuthRegisterData, aP as AuthRegisterResponses, aQ as AuthRequestDeleteData, aR as AuthRequestDeleteResponses, aS as AuthRequestDeleteVerifyData, aT as AuthRequestDeleteVerifyResponses, aU as AuthTokensListDestroyData, aV as AuthTokensListDestroyResponses, aW as AuthTokensListData, aX as AuthTokensListResponses, aY as AuthTokensCreateData, aZ as AuthTokensCreateResponses, a_ as AuthTokensDestroyData, a$ as AuthTokensDestroyResponses, b0 as AuthTokensRetrieveData, b1 as AuthTokensRetrieveResponses, b2 as CompanyRetrieveData, b3 as CompanyRetrieveResponses, b4 as CompanyBankAccountsListData, b5 as CompanyBankAccountsListResponses, b6 as CompanyCurrenciesListData, b7 as CompanyCurrenciesListResponses, b8 as CompanyCurrenciesRetrieveData, b9 as CompanyCurrenciesRetrieveResponses, ba as CompanyWalletAccountsListData, bb as CompanyWalletAccountsListResponses, bc as DocumentTypesListData, bd as DocumentTypesListResponses, be as DocumentTypesRetrieveData, bf as DocumentTypesRetrieveResponses, bg as ExportsListData, bh as ExportsListResponses, bi as ExportsCreateData, bj as ExportsCreateResponses, bk as ExportsRetrieveData, bl as ExportsRetrieveResponses, bm as GroupsListData, bn as GroupsListResponses, bo as GroupsRetrieveData, bp as GroupsRetrieveResponses, bq as GroupsFeesListData, br as GroupsFeesListResponses, bs as GroupsFeesRetrieveData, bt as GroupsFeesRetrieveResponses, bu as GroupsLimitsListData, bv as GroupsLimitsListResponses, bw as GroupsLimitsRetrieveData, bx as GroupsLimitsRetrieveResponses, by as GroupsPermissionsListData, bz as GroupsPermissionsListResponses, bA as GroupsPermissionsRetrieveData, bB as GroupsPermissionsRetrieveResponses, bC as GroupsTiersListData, bD as GroupsTiersListResponses, bE as GroupsTiersRetrieveData, bF as GroupsTiersRetrieveResponses, bG as GroupsTiersFeesListData, bH as GroupsTiersFeesListResponses, bI as GroupsTiersFeesRetrieveData, bJ as GroupsTiersFeesRetrieveResponses, bK as GroupsTiersLimitsListData, bL as GroupsTiersLimitsListResponses, bM as GroupsTiersLimitsRetrieveData, bN as GroupsTiersLimitsRetrieveResponses, bO as GroupsTiersRequirementSetsListData, bP as GroupsTiersRequirementSetsListResponses, bQ as GroupsTiersRequirementSetsRetrieveData, bR as GroupsTiersRequirementSetsRetrieveResponses, bS as GroupsTiersRequirementSetsItemsListData, bT as GroupsTiersRequirementSetsItemsListResponses, bU as GroupsTiersRequirementSetsItemsRetrieveData, bV as GroupsTiersRequirementSetsItemsRetrieveResponses, bW as MetricsListData, bX as MetricsListResponses, bY as MetricsCreateData, bZ as MetricsCreateResponses, b_ as MetricsDestroyData, b$ as MetricsDestroyResponses, c0 as MetricsRetrieveData, c1 as MetricsRetrieveResponses, c2 as MetricsPointsListData, c3 as MetricsPointsListResponses, c4 as PermissionsListData, c5 as PermissionsListResponses, c6 as PermissionsRetrieveData, c7 as PermissionsRetrieveResponses, c8 as PublicCompaniesListData, c9 as PublicCompaniesListResponses, ca as PublicCompaniesRetrieveData, cb as PublicCompaniesRetrieveResponses, cc as PublicCompaniesGroupsListData, cd as PublicCompaniesGroupsListResponses, ce as PublicCompaniesGroupsRetrieveData, cf as PublicCompaniesGroupsRetrieveResponses, cg as PublicCompaniesLegalTermsListData, ch as PublicCompaniesLegalTermsListResponses, ci as PublicCompaniesLegalTermsRetrieveData, cj as PublicCompaniesLegalTermsRetrieveResponses, ck as PublicCompaniesLegalTermsVersionsListData, cl as PublicCompaniesLegalTermsVersionsListResponses, cm as PublicCompaniesLegalTermsVersionsRetrieveData, cn as PublicCompaniesLegalTermsVersionsRetrieveResponses, co as PublicCompaniesOauthClientsListData, cp as PublicCompaniesOauthClientsListResponses, cq as PublicCompaniesOauthClientsRetrieveData, cr as PublicCompaniesOauthClientsRetrieveResponses, cs as PublicLegalTermsListData, ct as PublicLegalTermsListResponses, cu as PublicLegalTermsRetrieveData, cv as PublicLegalTermsRetrieveResponses, cw as PublicLegalTermsVersionsListData, cx as PublicLegalTermsVersionsListResponses, cy as PublicLegalTermsVersionsRetrieveData, cz as PublicLegalTermsVersionsRetrieveResponses, cA as StatementsListData, cB as StatementsListResponses, cC as StatementsCreateData, cD as StatementsCreateResponses, cE as StatementsDestroyData, cF as StatementsDestroyResponses, cG as StatementsRetrieveData, cH as StatementsRetrieveResponses, cI as SubtypesListData, cJ as SubtypesListResponses, cK as SubtypesRetrieveData, cL as SubtypesRetrieveResponses, cM as TransactionCollectionsListData, cN as TransactionCollectionsListResponses, cO as TransactionCollectionsCreateData, cP as TransactionCollectionsCreateResponses, cQ as TransactionCollectionsRetrieveData, cR as TransactionCollectionsRetrieveResponses, cS as TransactionsListData, cT as TransactionsListResponses, cU as TransactionsCreateData, cV as TransactionsCreateResponses, cW as TransactionsRetrieveData, cX as TransactionsRetrieveResponses, cY as TransactionsPartialUpdateData, cZ as TransactionsPartialUpdateResponses, c_ as TransactionsUpdateData, c$ as TransactionsUpdateResponses, d0 as TransactionsMessagesListData, d1 as TransactionsMessagesListResponses, d2 as TransactionsMessagesRetrieveData, d3 as TransactionsMessagesRetrieveResponses, d4 as TransactionsCreditCreateData, d5 as TransactionsCreditCreateResponses, d6 as TransactionsDebitCreateData, d7 as TransactionsDebitCreateResponses, d8 as TransactionTotalsRetrieveData, d9 as TransactionTotalsRetrieveResponses, da as TransactionsTransferCreateData, db as TransactionsTransferCreateResponses, dc as UserRetrieveData, dd as UserRetrieveResponses, de as UserPartialUpdateData, df as UserPartialUpdateResponses, dg as UserUpdateData, dh as UserUpdateResponses, di as UserAddressesListData, dj as UserAddressesListResponses, dk as UserAddressesCreateData, dl as UserAddressesCreateResponses, dm as UserAddressesDestroyData, dn as UserAddressesDestroyResponses, dp as UserAddressesRetrieveData, dq as UserAddressesRetrieveResponses, dr as UserAddressesPartialUpdateData, ds as UserAddressesPartialUpdateResponses, dt as UserAddressesUpdateData, du as UserAddressesUpdateResponses, dv as UserBankAccountsListData, dw as UserBankAccountsListResponses, dx as UserBankAccountsCreateData, dy as UserBankAccountsCreateResponses, dz as UserBankAccountsDestroyData, dA as UserBankAccountsDestroyResponses, dB as UserBankAccountsRetrieveData, dC as UserBankAccountsRetrieveResponses, dD as UserBankAccountsPartialUpdateData, dE as UserBankAccountsPartialUpdateResponses, dF as UserBankAccountsUpdateData, dG as UserBankAccountsUpdateResponses, dH as UserBankAccountsAccountCurrenciesListData, dI as UserBankAccountsAccountCurrenciesListResponses, dJ as UserBankAccountsAccountCurrenciesCreateData, dK as UserBankAccountsAccountCurrenciesCreateResponses, dL as UserBankAccountsAccountCurrenciesDestroyData, dM as UserBankAccountsAccountCurrenciesDestroyResponses, dN as UserBankAccountsAccountCurrenciesRetrieveData, dO as UserBankAccountsAccountCurrenciesRetrieveResponses, dP as UserBankAccountsCurrenciesListData, dQ as UserBankAccountsCurrenciesListResponses, dR as UserBankAccountsCurrenciesCreateData, dS as UserBankAccountsCurrenciesCreateResponses, dT as UserBankAccountsCurrenciesDestroyData, dU as UserBankAccountsCurrenciesDestroyResponses, dV as UserBankAccountsCurrenciesRetrieveData, dW as UserBankAccountsCurrenciesRetrieveResponses, dX as UserBankAccountsDocumentsRetrieveData, dY as UserBankAccountsDocumentsRetrieveResponses, dZ as UserBankAccountsDocumentsRetrieve2Data, d_ as UserBankAccountsDocumentsRetrieve2Responses, d$ as UserCryptoAccountsListData, e0 as UserCryptoAccountsListResponses, e1 as UserCryptoAccountsCreateData, e2 as UserCryptoAccountsCreateResponses, e3 as UserCryptoAccountsDestroyData, e4 as UserCryptoAccountsDestroyResponses, e5 as UserCryptoAccountsRetrieveData, e6 as UserCryptoAccountsRetrieveResponses, e7 as UserCryptoAccountsPartialUpdateData, e8 as UserCryptoAccountsPartialUpdateResponses, e9 as UserCryptoAccountsUpdateData, ea as UserCryptoAccountsUpdateResponses, eb as UserCryptoAccountsAccountCurrenciesListData, ec as UserCryptoAccountsAccountCurrenciesListResponses, ed as UserCryptoAccountsAccountCurrenciesCreateData, ee as UserCryptoAccountsAccountCurrenciesCreateResponses, ef as UserCryptoAccountsAccountCurrenciesDestroyData, eg as UserCryptoAccountsAccountCurrenciesDestroyResponses, eh as UserCryptoAccountsAccountCurrenciesRetrieveData, ei as UserCryptoAccountsAccountCurrenciesRetrieveResponses, ej as UserCryptoAccountsCurrenciesListData, ek as UserCryptoAccountsCurrenciesListResponses, el as UserCryptoAccountsCurrenciesCreateData, em as UserCryptoAccountsCurrenciesCreateResponses, en as UserCryptoAccountsCurrenciesDestroyData, eo as UserCryptoAccountsCurrenciesDestroyResponses, ep as UserCryptoAccountsCurrenciesRetrieveData, eq as UserCryptoAccountsCurrenciesRetrieveResponses, er as UserDevicesListData, es as UserDevicesListResponses, et as UserDevicesCreateData, eu as UserDevicesCreateResponses, ev as UserDevicesAppsDestroyData, ew as UserDevicesAppsDestroyResponses, ex as UserDevicesAppsRetrieveData, ey as UserDevicesAppsRetrieveResponses, ez as UserDevicesAppsPartialUpdateData, eA as UserDevicesAppsPartialUpdateResponses, eB as UserDevicesAppsUpdateData, eC as UserDevicesAppsUpdateResponses, eD as UserDevicesDestroyData, eE as UserDevicesDestroyResponses, eF as UserDevicesRetrieveData, eG as UserDevicesRetrieveResponses, eH as UserDevicesPartialUpdateData, eI as UserDevicesPartialUpdateResponses, eJ as UserDevicesUpdateData, eK as UserDevicesUpdateResponses, eL as UserDevicesAppsListData, eM as UserDevicesAppsListResponses, eN as UserDevicesAppsCreateData, eO as UserDevicesAppsCreateResponses, eP as UserDocumentsListData, eQ as UserDocumentsListResponses, eR as UserDocumentsCreateData, eS as UserDocumentsCreateResponses, eT as UserDocumentsDestroyData, eU as UserDocumentsDestroyResponses, eV as UserDocumentsRetrieveData, eW as UserDocumentsRetrieveResponses, eX as UserEmailsListData, eY as UserEmailsListResponses, eZ as UserEmailsCreateData, e_ as UserEmailsCreateResponses, e$ as UserEmailsDestroyData, f0 as UserEmailsDestroyResponses, f1 as UserEmailsRetrieveData, f2 as UserEmailsRetrieveResponses, f3 as UserEmailsPartialUpdateData, f4 as UserEmailsPartialUpdateResponses, f5 as UserEmailsUpdateData, f6 as UserEmailsUpdateResponses, f7 as UserLegalTermsListData, f8 as UserLegalTermsListResponses, f9 as UserLegalTermsRetrieveData, fa as UserLegalTermsRetrieveResponses, fb as UserLegalTermsVersionsListData, fc as UserLegalTermsVersionsListResponses, fd as UserLegalTermsVersionsRetrieveData, fe as UserLegalTermsVersionsRetrieveResponses, ff as UserLegalTermsVersionsPartialUpdateData, fg as UserLegalTermsVersionsPartialUpdateResponses, fh as UserLegalTermsVersionsUpdateData, fi as UserLegalTermsVersionsUpdateResponses, fj as UserMessagesListData, fk as UserMessagesListResponses, fl as UserMessagesRetrieveData, fm as UserMessagesRetrieveResponses, fn as UserMobilesListData, fo as UserMobilesListResponses, fp as UserMobilesCreateData, fq as UserMobilesCreateResponses, fr as UserMobilesDestroyData, fs as UserMobilesDestroyResponses, ft as UserMobilesRetrieveData, fu as UserMobilesRetrieveResponses, fv as UserMobilesPartialUpdateData, fw as UserMobilesPartialUpdateResponses, fx as UserMobilesUpdateData, fy as UserMobilesUpdateResponses, fz as UserWalletAccountsListData, fA as UserWalletAccountsListResponses, fB as UserWalletAccountsCreateData, fC as UserWalletAccountsCreateResponses, fD as UserWalletAccountsDestroyData, fE as UserWalletAccountsDestroyResponses, fF as UserWalletAccountsRetrieveData, fG as UserWalletAccountsRetrieveResponses, fH as UserWalletAccountsPartialUpdateData, fI as UserWalletAccountsPartialUpdateResponses, fJ as UserWalletAccountsUpdateData, fK as UserWalletAccountsUpdateResponses, fL as UserWalletAccountsAccountCurrenciesListData, fM as UserWalletAccountsAccountCurrenciesListResponses, fN as UserWalletAccountsAccountCurrenciesCreateData, fO as UserWalletAccountsAccountCurrenciesCreateResponses, fP as UserWalletAccountsAccountCurrenciesDestroyData, fQ as UserWalletAccountsAccountCurrenciesDestroyResponses, fR as UserWalletAccountsAccountCurrenciesRetrieveData, fS as UserWalletAccountsAccountCurrenciesRetrieveResponses, fT as UserWalletAccountsCurrenciesListData, fU as UserWalletAccountsCurrenciesListResponses, fV as UserWalletAccountsCurrenciesCreateData, fW as UserWalletAccountsCurrenciesCreateResponses, fX as UserWalletAccountsCurrenciesDestroyData, fY as UserWalletAccountsCurrenciesDestroyResponses, fZ as UserWalletAccountsCurrenciesRetrieveData, f_ as UserWalletAccountsCurrenciesRetrieveResponses } from './create-auth-CT_IFt3T.mjs';
|
|
2
|
-
export { g0 as Account, g1 as AccountAccountAsset, g2 as AccountAccountAssetRequest, g3 as AccountAccountAssetResponse, m9 as AccountAccountAssetResponseWritable, m8 as AccountAccountAssetWritable, g4 as AccountAsset, g5 as AccountAssetFee, mb as AccountAssetFeeWritable, g6 as AccountAssetLimit, g7 as AccountAssetLimitRequest, g8 as AccountAssetLimitResponse, md as AccountAssetLimitResponseWritable, mc as AccountAssetLimitWritable, g9 as AccountAssetResponse, me as AccountAssetResponseWritable, ga as AccountAssetSettings, gb as AccountAssetSettingsRequest, mf as AccountAssetSettingsWritable, ma as AccountAssetWritable, qn as AccountCurrenciesListResponse, gc as AccountDefinition, gd as AccountDefinitionGroup, ge as AccountDefinitionGroupAsset, mi as AccountDefinitionGroupAssetWritable, mh as AccountDefinitionGroupWritable, gf as AccountDefinitionResponse, mj as AccountDefinitionResponseWritable, mg as AccountDefinitionWritable, qo as AccountDefinitionsListResponse, qp as AccountDefinitionsRetrieveResponse, gg as AccountRequest, gh as AccountResponse, mk as AccountResponseWritable, m7 as AccountWritable, qr as AccountsCreateResponse, qu as AccountsCurrenciesCreateResponse, qy as AccountsCurrenciesFeesListResponse, qz as AccountsCurrenciesFeesRetrieveResponse, qA as AccountsCurrenciesLimitsListResponse, qB as AccountsCurrenciesLimitsRetrieveResponse, qt as AccountsCurrenciesListResponse, qw as AccountsCurrenciesPartialUpdateResponse, qv as AccountsCurrenciesRetrieveResponse, qx as AccountsCurrenciesUpdateResponse, qq as AccountsListResponse, qs as AccountsRetrieveResponse, gi as ActionResponse, gj as AdminAccountAssetFee, gk as AdminAccountAssetFeeRequest, gl as AdminAccountAssetFeeResponse, mm as AdminAccountAssetFeeResponseWritable, ml as AdminAccountAssetFeeWritable, gm as AdminCompanyAddress, gn as Asset, go as AssetResponse, mo as AssetResponseWritable, mn as AssetWritable, gp as Auth, qE as AuthDeactivateResponse, qF as AuthDeactivateVerifyResponse, qH as AuthEmailVerifyResendResponse, qG as AuthEmailVerifyResponse, qI as AuthJwtCreateResponse, qJ as AuthLoginResponse, qK as AuthLogoutResponse, qM as AuthMfaAuthenticatorsCreateResponse, qN as AuthMfaAuthenticatorsDestroyResponse, qL as AuthMfaAuthenticatorsListResponse, qO as AuthMfaAuthenticatorsRetrieveResponse, qP as AuthMfaDeliverResponse, qQ as AuthMfaVerifyResponse, qS as AuthMobileVerifyResendResponse, qR as AuthMobileVerifyResponse, qT as AuthOauthAuthorizeCreateResponse, qU as AuthOauthLoginCreateResponse, qV as AuthOauthRegisterCreateResponse, qW as AuthOauthSessionCreateResponse, qX as AuthOauthVerifyCreateResponse, qY as AuthPasswordChangeResponse, q_ as AuthPasswordResetConfirmResponse, qZ as AuthPasswordResetResponse, q$ as AuthRefreshCreateResponse, qD as AuthRegisterCompanyResponse, r0 as AuthRegisterResponse, r1 as AuthRequestDeleteResponse, r2 as AuthRequestDeleteVerifyResponse, gq as AuthResponse, mq as AuthResponseWritable, qC as AuthRetrieveResponse, gr as AuthToken, gs as AuthTokenList, gt as AuthTokenListResponse, mt as AuthTokenListResponseWritable, ms as AuthTokenListWritable, gu as AuthTokenResponse, mu as AuthTokenResponseWritable, mr as AuthTokenWritable, r5 as AuthTokensCreateResponse, r6 as AuthTokensDestroyResponse, r3 as AuthTokensListDestroyResponse, r4 as AuthTokensListResponse, r7 as AuthTokensRetrieveResponse, mp as AuthWritable, gv as Authenticated, gw as AuthenticatedResponse, mw as AuthenticatedResponseWritable, mv as AuthenticatedWritable, gx as AuthenticatorChallenge, gy as BankOwner, gz as BankOwnerAddress, gA as BankOwnerAddressRequest, gB as BankOwnerRequest, f$ as ClientOptions, gC as Company, gD as CompanyBankAccount, my as CompanyBankAccountWritable, r9 as CompanyBankAccountsListResponse, gE as CompanyBankBranchAddress, ra as CompanyCurrenciesListResponse, rb as CompanyCurrenciesRetrieveResponse, gF as CompanyDisallowedTransactionSubtype, gG as CompanyDisallowedTransactionSubtypeRequest, mz as CompanyDisallowedTransactionSubtypeWritable, gH as CompanyResponse, mA as CompanyResponseWritable, r8 as CompanyRetrieveResponse, gI as CompanySettings, gJ as CompanySettingsRequest, mB as CompanySettingsWritable, gK as CompanyWalletAccount, mC as CompanyWalletAccountWritable, rc as CompanyWalletAccountsListResponse, mx as CompanyWritable, gL as CreateAccountAccountAssetRequest, mD as CreateAccountAccountAssetRequestWritable, gM as CreateAuthTokenRequest, gN as CreateCompanyRequest, mE as CreateCompanyRequestWritable, gO as CreateCreditTransactionRequest, mF as CreateCreditTransactionRequestWritable, gP as CreateCryptoAccountAccountAssetRequest, gQ as CreateCryptoAccountAssetRequest, gR as CreateCryptoAccountRequest, gS as CreateDebitTransactionRequest, mG as CreateDebitTransactionRequestWritable, gT as CreateDeviceAppRequest, gU as CreateDeviceRequest, gV as CreateEmailRequest, gW as CreateExportRequest, gX as CreateJwtRequest, gZ as CreateMetricRequest, mH as CreateMetricRequestWritable, gY as CreateMfaAuthenticatorRequest, g_ as CreateMobileRequest, g$ as CreateMultiTransactionRequest, mI as CreateMultiTransactionRequestWritable, h0 as CreateStatementRequest, mJ as CreateStatementRequestWritable, h1 as CreateTransactionCollectionRequest, mK as CreateTransactionCollectionRequestWritable, h2 as CreateTransactionCollectionTransactionRequest, mL as CreateTransactionCollectionTransactionRequestWritable, h3 as CreateTransferTransactionRequest, h4 as CreateUserBankAccountAccountAssetRequest, h5 as CreateUserBankAccountAssetRequest, h6 as CreateUserWalletAccountAccountAssetRequest, h7 as CreateUserWalletAccountAssetRequest, h8 as CryptoAccount, h9 as CryptoAccountAsset, ha as CryptoAccountAssetList, hb as CryptoAccountAssetListResponse, mP as CryptoAccountAssetListResponseWritable, mO as CryptoAccountAssetListWritable, hc as CryptoAccountAssetResponse, mQ as CryptoAccountAssetResponseWritable, mN as CryptoAccountAssetWritable, hd as CryptoAccountList, he as CryptoAccountListResponse, mS as CryptoAccountListResponseWritable, mR as CryptoAccountListWritable, hf as CryptoAccountRequest, hg as CryptoAccountResponse, mT as CryptoAccountResponseWritable, mM as CryptoAccountWritable, hh as DeactivateRequest, hi as Device, hj as DeviceApp, hk as DeviceAppRequest, hl as DeviceAppResponse, mW as DeviceAppResponseWritable, mV as DeviceAppWritable, hm as DeviceList, hn as DeviceListResponse, mY as DeviceListResponseWritable, mX as DeviceListWritable, ho as DeviceRequest, hp as DeviceResponse, mZ as DeviceResponseWritable, mU as DeviceWritable, hq as DocumentType, hr as DocumentTypeResponse, m$ as DocumentTypeResponseWritable, m_ as DocumentTypeWritable, rd as DocumentTypesListResponse, re as DocumentTypesRetrieveResponse, hs as Email, ht as EmailList, hu as EmailListResponse, n2 as EmailListResponseWritable, n1 as EmailListWritable, hv as EmailRequest, hw as EmailResponse, n3 as EmailResponseWritable, n0 as EmailWritable, hx as ExplicitCreateTransactionRequest, n4 as ExplicitCreateTransactionRequestWritable, hy as Export, hz as ExportPage, n6 as ExportPageWritable, hA as ExportResponse, n7 as ExportResponseWritable, n5 as ExportWritable, rg as ExportsCreateResponse, rf as ExportsListResponse, rh as ExportsRetrieveResponse, hB as ExtendedAccount, hC as ExtendedAccountResponse, n9 as ExtendedAccountResponseWritable, n8 as ExtendedAccountWritable, hD as ExtendedAuthenticated, hE as ExtendedAuthenticatedResponse, nb as ExtendedAuthenticatedResponseWritable, na as ExtendedAuthenticatedWritable, hF as ExtendedExport, hG as ExtendedExportResponse, nd as ExtendedExportResponseWritable, nc as ExtendedExportWritable, hH as ExtendedGroupTier, hI as ExtendedGroupTierResponse, nf as ExtendedGroupTierResponseWritable, ne as ExtendedGroupTierWritable, hJ as ExtendedTransaction, hK as ExtendedTransactionResponse, nh as ExtendedTransactionResponseWritable, ng as ExtendedTransactionWritable, hL as ExtendedUserInfo, hM as ExtendedUserInfoRequest, hN as ExtendedUserInfoResponse, nj as ExtendedUserInfoResponseWritable, ni as ExtendedUserInfoWritable, hO as GroupDisallowedTransactionSubtype, nk as GroupDisallowedTransactionSubtypeWritable, hP as GroupFee, hQ as GroupFeeResponse, nm as GroupFeeResponseWritable, nl as GroupFeeWritable, hR as GroupLimit, hS as GroupLimitResponse, no as GroupLimitResponseWritable, nn as GroupLimitWritable, hT as GroupPermission, hU as GroupPermissionResponse, nq as GroupPermissionResponseWritable, np as GroupPermissionWritable, hV as GroupSettings, nr as GroupSettingsWritable, hW as GroupTier, hX as GroupTierDisallowedTransactionSubtype, nt as GroupTierDisallowedTransactionSubtypeWritable, hY as GroupTierFee, hZ as GroupTierFeeResponse, nv as GroupTierFeeResponseWritable, nu as GroupTierFeeWritable, h_ as GroupTierLimit, h$ as GroupTierLimitResponse, nx as GroupTierLimitResponseWritable, nw as GroupTierLimitWritable, i0 as GroupTierRequirementSet, i1 as GroupTierRequirementSetItem, i2 as GroupTierRequirementSetItemResponse, nA as GroupTierRequirementSetItemResponseWritable, i3 as GroupTierRequirementSetItemRule, nz as GroupTierRequirementSetItemWritable, i4 as GroupTierRequirementSetResponse, nB as GroupTierRequirementSetResponseWritable, ny as GroupTierRequirementSetWritable, i5 as GroupTierSettings, nC as GroupTierSettingsWritable, ns as GroupTierWritable, rk as GroupsFeesListResponse, rl as GroupsFeesRetrieveResponse, rm as GroupsLimitsListResponse, rn as GroupsLimitsRetrieveResponse, ri as GroupsListResponse, ro as GroupsPermissionsListResponse, rp as GroupsPermissionsRetrieveResponse, rj as GroupsRetrieveResponse, rs as GroupsTiersFeesListResponse, rt as GroupsTiersFeesRetrieveResponse, ru as GroupsTiersLimitsListResponse, rv as GroupsTiersLimitsRetrieveResponse, rq as GroupsTiersListResponse, ry as GroupsTiersRequirementSetsItemsListResponse, rz as GroupsTiersRequirementSetsItemsRetrieveResponse, rw as GroupsTiersRequirementSetsListResponse, rx as GroupsTiersRequirementSetsRetrieveResponse, rr as GroupsTiersRetrieveResponse, i6 as Jwt, i7 as JwtResponse, nD as JwtResponseWritable, i8 as LegalTerm, i9 as LegalTermResponse, nE as LegalTermResponseWritable, ia as LegalTermVersion, ib as LegalTermVersionResponse, nF as LegalTermVersionResponseWritable, ic as LoginRequest, nG as LoginRequestWritable, id as LogoutRequest, ip as MaskedMfaAuthenticator, iq as MaskedMfaAuthenticatorResponse, nN as MaskedMfaAuthenticatorResponseWritable, nM as MaskedMfaAuthenticatorWritable, ir as MaskedMfaDeviceDetail, nO as MaskedMfaDeviceDetailWritable, is as MaskedMfaStaticDeviceDetail, nP as MaskedMfaStaticDeviceDetailWritable, it as MaskedMfaStaticDeviceToken, iv as MaskedMfaTwilioDeviceDetail, iu as MaskedMfatotpDeviceDetail, nQ as MaskedMfatotpDeviceDetailWritable, iw as Metric, ix as MetricPoint, iy as MetricResponse, nS as MetricResponseWritable, nR as MetricWritable, rB as MetricsCreateResponse, rC as MetricsDestroyResponse, rA as MetricsListResponse, rE as MetricsPointsListResponse, rD as MetricsRetrieveResponse, ie as MfaAuthenticator, ig as MfaAuthenticatorResponse, nI as MfaAuthenticatorResponseWritable, nH as MfaAuthenticatorWritable, ih as MfaDeliverRequest, ii as MfaDeviceDetail, nJ as MfaDeviceDetailWritable, ij as MfaStaticDeviceDetail, nK as MfaStaticDeviceDetailWritable, ik as MfaStaticDeviceToken, im as MfaTwilioDeviceDetail, io as MfaVerifyRequest, il as MfatotpDeviceDetail, nL as MfatotpDeviceDetailWritable, iz as Mobile, iA as MobileList, iB as MobileListResponse, nV as MobileListResponseWritable, nU as MobileListWritable, iC as MobileRequest, iD as MobileResponse, nW as MobileResponseWritable, nT as MobileWritable, iE as MultiTransaction, iF as MultiTransactionResponse, nY as MultiTransactionResponseWritable, nX as MultiTransactionWritable, iG as OauthAuthorize, iH as OauthAuthorizeRequest, iI as OauthAuthorizeResponse, n_ as OauthAuthorizeResponseWritable, nZ as OauthAuthorizeWritable, iJ as OauthClient, iK as OauthClientResponse, n$ as OauthClientResponseWritable, iL as OauthLoginRequest, o0 as OauthLoginRequestWritable, iM as OauthRegisterRequest, o1 as OauthRegisterRequestWritable, iN as OauthSession, iO as OauthSessionRequest, iP as OauthSessionResponse, o2 as OauthSessionResponseWritable, iQ as OauthVerify, iR as OauthVerifyRequest, o4 as OauthVerifyRequestWritable, iS as OauthVerifyResponse, o5 as OauthVerifyResponseWritable, o3 as OauthVerifyWritable, iT as PaginatedAccountAccountAssetList, iU as PaginatedAccountAccountAssetListResponse, o7 as PaginatedAccountAccountAssetListResponseWritable, o6 as PaginatedAccountAccountAssetListWritable, iV as PaginatedAccountAssetFeeList, iW as PaginatedAccountAssetFeeListResponse, o9 as PaginatedAccountAssetFeeListResponseWritable, o8 as PaginatedAccountAssetFeeListWritable, iX as PaginatedAccountAssetLimitList, iY as PaginatedAccountAssetLimitListResponse, ob as PaginatedAccountAssetLimitListResponseWritable, oa as PaginatedAccountAssetLimitListWritable, iZ as PaginatedAccountAssetList, i_ as PaginatedAccountAssetListResponse, od as PaginatedAccountAssetListResponseWritable, oc as PaginatedAccountAssetListWritable, i$ as PaginatedAccountDefinitionList, j0 as PaginatedAccountDefinitionListResponse, of as PaginatedAccountDefinitionListResponseWritable, oe as PaginatedAccountDefinitionListWritable, j1 as PaginatedAccountList, j2 as PaginatedAccountListResponse, oh as PaginatedAccountListResponseWritable, og as PaginatedAccountListWritable, j3 as PaginatedAssetList, j4 as PaginatedAssetListResponse, oj as PaginatedAssetListResponseWritable, oi as PaginatedAssetListWritable, j5 as PaginatedCompanyBankAccountList, j6 as PaginatedCompanyBankAccountListResponse, ol as PaginatedCompanyBankAccountListResponseWritable, ok as PaginatedCompanyBankAccountListWritable, j7 as PaginatedCompanyWalletAccountList, j8 as PaginatedCompanyWalletAccountListResponse, on as PaginatedCompanyWalletAccountListResponseWritable, om as PaginatedCompanyWalletAccountListWritable, j9 as PaginatedDeviceAppList, ja as PaginatedDeviceAppListResponse, op as PaginatedDeviceAppListResponseWritable, oo as PaginatedDeviceAppListWritable, jb as PaginatedDocumentTypeList, jc as PaginatedDocumentTypeListResponse, or as PaginatedDocumentTypeListResponseWritable, oq as PaginatedDocumentTypeListWritable, jd as PaginatedExportList, je as PaginatedExportListResponse, ot as PaginatedExportListResponseWritable, os as PaginatedExportListWritable, jf as PaginatedGroupFeeList, jg as PaginatedGroupFeeListResponse, ov as PaginatedGroupFeeListResponseWritable, ou as PaginatedGroupFeeListWritable, jh as PaginatedGroupLimitList, ji as PaginatedGroupLimitListResponse, ox as PaginatedGroupLimitListResponseWritable, ow as PaginatedGroupLimitListWritable, jj as PaginatedGroupPermissionList, jk as PaginatedGroupPermissionListResponse, oz as PaginatedGroupPermissionListResponseWritable, oy as PaginatedGroupPermissionListWritable, jl as PaginatedGroupTierFeeList, jm as PaginatedGroupTierFeeListResponse, oB as PaginatedGroupTierFeeListResponseWritable, oA as PaginatedGroupTierFeeListWritable, jn as PaginatedGroupTierLimitList, jo as PaginatedGroupTierLimitListResponse, oD as PaginatedGroupTierLimitListResponseWritable, oC as PaginatedGroupTierLimitListWritable, jp as PaginatedGroupTierList, jq as PaginatedGroupTierListResponse, oF as PaginatedGroupTierListResponseWritable, oE as PaginatedGroupTierListWritable, jr as PaginatedGroupTierRequirementSetItemList, js as PaginatedGroupTierRequirementSetItemListResponse, oH as PaginatedGroupTierRequirementSetItemListResponseWritable, oG as PaginatedGroupTierRequirementSetItemListWritable, jt as PaginatedGroupTierRequirementSetList, ju as PaginatedGroupTierRequirementSetListResponse, oJ as PaginatedGroupTierRequirementSetListResponseWritable, oI as PaginatedGroupTierRequirementSetListWritable, jv as PaginatedLegalTermList, jw as PaginatedLegalTermListResponse, oL as PaginatedLegalTermListResponseWritable, oK as PaginatedLegalTermListWritable, jx as PaginatedLegalTermVersionList, jy as PaginatedLegalTermVersionListResponse, oN as PaginatedLegalTermVersionListResponseWritable, oM as PaginatedLegalTermVersionListWritable, jz as PaginatedMaskedMfaAuthenticatorList, jA as PaginatedMaskedMfaAuthenticatorListResponse, oP as PaginatedMaskedMfaAuthenticatorListResponseWritable, oO as PaginatedMaskedMfaAuthenticatorListWritable, jB as PaginatedMetricList, jC as PaginatedMetricListResponse, oR as PaginatedMetricListResponseWritable, oQ as PaginatedMetricListWritable, jD as PaginatedMetricPointList, jE as PaginatedMetricPointListResponse, oT as PaginatedMetricPointListResponseWritable, oS as PaginatedMetricPointListWritable, jF as PaginatedOauthClientList, jG as PaginatedOauthClientListResponse, oV as PaginatedOauthClientListResponseWritable, oU as PaginatedOauthClientListWritable, jH as PaginatedPublicCompanyLegalTermList, jI as PaginatedPublicCompanyLegalTermListResponse, oX as PaginatedPublicCompanyLegalTermListResponseWritable, oW as PaginatedPublicCompanyLegalTermListWritable, jJ as PaginatedPublicCompanyLegalTermVersionList, jK as PaginatedPublicCompanyLegalTermVersionListResponse, oZ as PaginatedPublicCompanyLegalTermVersionListResponseWritable, oY as PaginatedPublicCompanyLegalTermVersionListWritable, jL as PaginatedPublicCompanyList, jM as PaginatedPublicCompanyListResponse, o$ as PaginatedPublicCompanyListResponseWritable, o_ as PaginatedPublicCompanyListWritable, jN as PaginatedPublicGroupList, jO as PaginatedPublicGroupListResponse, jP as PaginatedPublicLegalTermList, jQ as PaginatedPublicLegalTermListResponse, p1 as PaginatedPublicLegalTermListResponseWritable, p0 as PaginatedPublicLegalTermListWritable, jR as PaginatedPublicLegalTermVersionList, jS as PaginatedPublicLegalTermVersionListResponse, p3 as PaginatedPublicLegalTermVersionListResponseWritable, p2 as PaginatedPublicLegalTermVersionListWritable, jT as PaginatedStatementList, jU as PaginatedStatementListResponse, p5 as PaginatedStatementListResponseWritable, p4 as PaginatedStatementListWritable, jV as PaginatedTransactionCollectionList, jW as PaginatedTransactionCollectionListResponse, p7 as PaginatedTransactionCollectionListResponseWritable, p6 as PaginatedTransactionCollectionListWritable, jX as PaginatedTransactionList, jY as PaginatedTransactionListResponse, p9 as PaginatedTransactionListResponseWritable, p8 as PaginatedTransactionListWritable, jZ as PaginatedTransactionMessageList, j_ as PaginatedTransactionMessageListResponse, pb as PaginatedTransactionMessageListResponseWritable, pa as PaginatedTransactionMessageListWritable, j$ as PaginatedUserDocumentList, k0 as PaginatedUserDocumentListResponse, pd as PaginatedUserDocumentListResponseWritable, pc as PaginatedUserDocumentListWritable, k1 as PaginatedUserGroupList, k2 as PaginatedUserGroupListResponse, pf as PaginatedUserGroupListResponseWritable, pe as PaginatedUserGroupListWritable, k3 as PaginatedUserMessageList, k4 as PaginatedUserMessageListResponse, ph as PaginatedUserMessageListResponseWritable, pg as PaginatedUserMessageListWritable, k5 as PaginatedUserPermissionList, k6 as PaginatedUserPermissionListResponse, pj as PaginatedUserPermissionListResponseWritable, pi as PaginatedUserPermissionListWritable, k7 as PaginatedUserWalletAccountAssetList, k8 as PaginatedUserWalletAccountAssetListResponse, pl as PaginatedUserWalletAccountAssetListResponseWritable, pk as PaginatedUserWalletAccountAssetListWritable, k9 as PartnerTransaction, ka as PartnerUserInfo, kb as PasswordChangeRequest, pm as PasswordChangeRequestWritable, kc as PasswordResetConfirmRequest, pn as PasswordResetConfirmRequestWritable, kd as PasswordResetRequest, ke as PatchedAccountAccountAssetRequest, kf as PatchedCryptoAccountRequest, kg as PatchedDeviceAppRequest, kh as PatchedDeviceRequest, ki as PatchedEmailRequest, kj as PatchedExtendedUserInfoRequest, kk as PatchedMobileRequest, kl as PatchedUpdateExtendedTransactionRequest, km as PatchedUpdateLegalTermVersionRequest, kn as PatchedUserAddressRequest, ko as PatchedUserBankAccountRequest, kp as PatchedUserWalletAccountRequest, rF as PermissionsListResponse, rG as PermissionsRetrieveResponse, kq as ProtectedUserInfo, rJ as PublicCompaniesGroupsListResponse, rK as PublicCompaniesGroupsRetrieveResponse, rL as PublicCompaniesLegalTermsListResponse, rM as PublicCompaniesLegalTermsRetrieveResponse, rN as PublicCompaniesLegalTermsVersionsListResponse, rO as PublicCompaniesLegalTermsVersionsRetrieveResponse, rH as PublicCompaniesListResponse, rP as PublicCompaniesOauthClientsListResponse, rQ as PublicCompaniesOauthClientsRetrieveResponse, rI as PublicCompaniesRetrieveResponse, kr as PublicCompany, ks as PublicCompanyLegalTerm, kt as PublicCompanyLegalTermResponse, pq as PublicCompanyLegalTermResponseWritable, ku as PublicCompanyLegalTermVersion, kv as PublicCompanyLegalTermVersionResponse, pr as PublicCompanyLegalTermVersionResponseWritable, pp as PublicCompanyLegalTermWritable, kw as PublicCompanyResponse, ps as PublicCompanyResponseWritable, kx as PublicCompanySettings, pt as PublicCompanySettingsWritable, po as PublicCompanyWritable, ky as PublicGroup, kz as PublicGroupResponse, kA as PublicLegalTerm, kB as PublicLegalTermResponse, pv as PublicLegalTermResponseWritable, kC as PublicLegalTermVersion, kD as PublicLegalTermVersionResponse, pw as PublicLegalTermVersionResponseWritable, pu as PublicLegalTermWritable, rR as PublicLegalTermsListResponse, rS as PublicLegalTermsRetrieveResponse, rT as PublicLegalTermsVersionsListResponse, rU as PublicLegalTermsVersionsRetrieveResponse, kE as PublicReducedCompanyLegalTermVersion, kF as PublicReducedLegalTermVersion, kG as ReducedAccount, kH as ReducedAccountAccountAsset, kI as ReducedAccountAccountAssetRequest, py as ReducedAccountAccountAssetWritable, kJ as ReducedAccountAsset, kK as ReducedAccountAssetList, kL as ReducedAccountAssetListResponse, pB as ReducedAccountAssetListResponseWritable, pA as ReducedAccountAssetListWritable, kM as ReducedAccountAssetRequest, kN as ReducedAccountAssetResponse, pC as ReducedAccountAssetResponseWritable, pz as ReducedAccountAssetWritable, kO as ReducedAccountDefinition, kP as ReducedAccountRequest, px as ReducedAccountWritable, kQ as ReducedAsset, kR as ReducedAssetRequest, kS as ReducedDeviceApp, kT as ReducedDeviceAppRequest, pD as ReducedDeviceAppWritable, kU as ReducedDocumentType, kV as ReducedGroup, kW as ReducedGroupRequest, kX as ReducedGroupTier, kY as ReducedLegalTermVersion, kZ as ReducedService, k_ as ReducedTransactionSubtype, k$ as ReducedTransactionSubtypeRequest, pE as ReducedTransactionSubtypeWritable, l0 as ReducedUserInfoRequest, l1 as RefreshRequest, l2 as Refreshed, l3 as RefreshedResponse, pF as RefreshedResponseWritable, l4 as RegisterCompanyRequest, pG as RegisterCompanyRequestWritable, l5 as RegisterRequest, pH as RegisterRequestWritable, l6 as RequestDeleteRequest, l7 as ResendVerifyEmailRequest, l8 as ResendVerifyMobileRequest, l9 as ResourceRequirementRule, la as Statement, lb as StatementResponse, pJ as StatementResponseWritable, pI as StatementWritable, rW as StatementsCreateResponse, rX as StatementsDestroyResponse, rV as StatementsListResponse, rY as StatementsRetrieveResponse, rZ as SubtypesListResponse, r_ as SubtypesRetrieveResponse, lc as TotalTransaction, ld as TotalTransactionResponse, pK as TotalTransactionResponseWritable, le as Transaction, lf as TransactionAccountAsset, pM as TransactionAccountAssetWritable, lg as TransactionCollection, lh as TransactionCollectionResponse, pO as TransactionCollectionResponseWritable, li as TransactionCollectionTransaction, pP as TransactionCollectionTransactionWritable, pN as TransactionCollectionWritable, s0 as TransactionCollectionsCreateResponse, r$ as TransactionCollectionsListResponse, s1 as TransactionCollectionsRetrieveResponse, lj as TransactionFee, lk as TransactionMessage, ll as TransactionMessageResponse, pR as TransactionMessageResponseWritable, pQ as TransactionMessageWritable, lm as TransactionSubtype, ln as TransactionSubtypeList, lo as TransactionSubtypeListResponse, pU as TransactionSubtypeListResponseWritable, pT as TransactionSubtypeListWritable, lp as TransactionSubtypeResponse, pV as TransactionSubtypeResponseWritable, pS as TransactionSubtypeWritable, sb as TransactionTotalsRetrieveResponse, pL as TransactionWritable, s3 as TransactionsCreateResponse, s9 as TransactionsCreditCreateResponse, sa as TransactionsDebitCreateResponse, s2 as TransactionsListResponse, s7 as TransactionsMessagesListResponse, s8 as TransactionsMessagesRetrieveResponse, s5 as TransactionsPartialUpdateResponse, s4 as TransactionsRetrieveResponse, sc as TransactionsTransferCreateResponse, s6 as TransactionsUpdateResponse, lq as UpdateExtendedTransactionRequest, lr as UpdateLegalTermVersionRequest, ls as UserAddress, lt as UserAddressList, lu as UserAddressListResponse, pY as UserAddressListResponseWritable, pX as UserAddressListWritable, lv as UserAddressRequest, lw as UserAddressResponse, pZ as UserAddressResponseWritable, pW as UserAddressWritable, sh as UserAddressesCreateResponse, si as UserAddressesDestroyResponse, sg as UserAddressesListResponse, sk as UserAddressesPartialUpdateResponse, sj as UserAddressesRetrieveResponse, sl as UserAddressesUpdateResponse, lx as UserBankAccount, ly as UserBankAccountAsset, lz as UserBankAccountAssetList, lA as UserBankAccountAssetListResponse, q1 as UserBankAccountAssetListResponseWritable, q0 as UserBankAccountAssetListWritable, lB as UserBankAccountAssetResponse, q2 as UserBankAccountAssetResponseWritable, p$ as UserBankAccountAssetWritable, lC as UserBankAccountList, lD as UserBankAccountListResponse, q4 as UserBankAccountListResponseWritable, q3 as UserBankAccountListWritable, lE as UserBankAccountRequest, lF as UserBankAccountResponse, q5 as UserBankAccountResponseWritable, p_ as UserBankAccountWritable, st as UserBankAccountsAccountCurrenciesCreateResponse, su as UserBankAccountsAccountCurrenciesDestroyResponse, ss as UserBankAccountsAccountCurrenciesListResponse, sv as UserBankAccountsAccountCurrenciesRetrieveResponse, sn as UserBankAccountsCreateResponse, sx as UserBankAccountsCurrenciesCreateResponse, sy as UserBankAccountsCurrenciesDestroyResponse, sw as UserBankAccountsCurrenciesListResponse, sz as UserBankAccountsCurrenciesRetrieveResponse, so as UserBankAccountsDestroyResponse, sm as UserBankAccountsListResponse, sq as UserBankAccountsPartialUpdateResponse, sp as UserBankAccountsRetrieveResponse, sr as UserBankAccountsUpdateResponse, lG as UserBankBranchAddress, lH as UserBankBranchAddressRequest, lI as UserCreateBankAccountRequest, lJ as UserCreateDocumentRequest, q6 as UserCreateDocumentRequestWritable, lK as UserCreateWalletAccountRequest, sH as UserCryptoAccountsAccountCurrenciesCreateResponse, sI as UserCryptoAccountsAccountCurrenciesDestroyResponse, sG as UserCryptoAccountsAccountCurrenciesListResponse, sJ as UserCryptoAccountsAccountCurrenciesRetrieveResponse, sB as UserCryptoAccountsCreateResponse, sL as UserCryptoAccountsCurrenciesCreateResponse, sM as UserCryptoAccountsCurrenciesDestroyResponse, sK as UserCryptoAccountsCurrenciesListResponse, sN as UserCryptoAccountsCurrenciesRetrieveResponse, sC as UserCryptoAccountsDestroyResponse, sA as UserCryptoAccountsListResponse, sE as UserCryptoAccountsPartialUpdateResponse, sD as UserCryptoAccountsRetrieveResponse, sF as UserCryptoAccountsUpdateResponse, sZ as UserDevicesAppsCreateResponse, sQ as UserDevicesAppsDestroyResponse, sY as UserDevicesAppsListResponse, sS as UserDevicesAppsPartialUpdateResponse, sR as UserDevicesAppsRetrieveResponse, sT as UserDevicesAppsUpdateResponse, sP as UserDevicesCreateResponse, sU as UserDevicesDestroyResponse, sO as UserDevicesListResponse, sW as UserDevicesPartialUpdateResponse, sV as UserDevicesRetrieveResponse, sX as UserDevicesUpdateResponse, lL as UserDisallowedTransactionSubtype, lM as UserDisallowedTransactionSubtypeRequest, q7 as UserDisallowedTransactionSubtypeWritable, lN as UserDocument, lO as UserDocumentResponse, q9 as UserDocumentResponseWritable, q8 as UserDocumentWritable, s$ as UserDocumentsCreateResponse, t0 as UserDocumentsDestroyResponse, s_ as UserDocumentsListResponse, t1 as UserDocumentsRetrieveResponse, t3 as UserEmailsCreateResponse, t4 as UserEmailsDestroyResponse, t2 as UserEmailsListResponse, t6 as UserEmailsPartialUpdateResponse, t5 as UserEmailsRetrieveResponse, t7 as UserEmailsUpdateResponse, lP as UserGroup, lQ as UserGroupResponse, qb as UserGroupResponseWritable, qa as UserGroupWritable, t8 as UserLegalTermsListResponse, t9 as UserLegalTermsRetrieveResponse, ta as UserLegalTermsVersionsListResponse, tc as UserLegalTermsVersionsPartialUpdateResponse, tb as UserLegalTermsVersionsRetrieveResponse, td as UserLegalTermsVersionsUpdateResponse, lR as UserMessage, lS as UserMessageResponse, qd as UserMessageResponseWritable, qc as UserMessageWritable, te as UserMessagesListResponse, tf as UserMessagesRetrieveResponse, th as UserMobilesCreateResponse, ti as UserMobilesDestroyResponse, tg as UserMobilesListResponse, tk as UserMobilesPartialUpdateResponse, tj as UserMobilesRetrieveResponse, tl as UserMobilesUpdateResponse, se as UserPartialUpdateResponse, lT as UserPermission, lU as UserPermissionResponse, qf as UserPermissionResponseWritable, qe as UserPermissionWritable, sd as UserRetrieveResponse, lV as UserSettings, lW as UserSettingsRequest, qg as UserSettingsWritable, sf as UserUpdateResponse, lX as UserVerification, lY as UserWalletAccount, lZ as UserWalletAccountAsset, l_ as UserWalletAccountAssetResponse, qj as UserWalletAccountAssetResponseWritable, qi as UserWalletAccountAssetWritable, l$ as UserWalletAccountList, m0 as UserWalletAccountListResponse, ql as UserWalletAccountListResponseWritable, qk as UserWalletAccountListWritable, m1 as UserWalletAccountRequest, m2 as UserWalletAccountResponse, qm as UserWalletAccountResponseWritable, qh as UserWalletAccountWritable, tt as UserWalletAccountsAccountCurrenciesCreateResponse, tu as UserWalletAccountsAccountCurrenciesDestroyResponse, ts as UserWalletAccountsAccountCurrenciesListResponse, tv as UserWalletAccountsAccountCurrenciesRetrieveResponse, tn as UserWalletAccountsCreateResponse, tx as UserWalletAccountsCurrenciesCreateResponse, ty as UserWalletAccountsCurrenciesDestroyResponse, tw as UserWalletAccountsCurrenciesListResponse, tz as UserWalletAccountsCurrenciesRetrieveResponse, to as UserWalletAccountsDestroyResponse, tm as UserWalletAccountsListResponse, tq as UserWalletAccountsPartialUpdateResponse, tp as UserWalletAccountsRetrieveResponse, tr as UserWalletAccountsUpdateResponse, m3 as VerifyDeactivateRequest, m4 as VerifyEmailRequest, m5 as VerifyMobileRequest, m6 as VerifyRequestDeleteRequest } from './create-auth-CT_IFt3T.mjs';
|
|
3
|
-
import { A as ApiFactoryConfig, B as BoundSdk } from './create-api-client-
|
|
1
|
+
import { g as AccountCurrenciesListData, h as AccountCurrenciesListResponses, i as AccountDefinitionsListData, j as AccountDefinitionsListResponses, k as AccountDefinitionsRetrieveData, l as AccountDefinitionsRetrieveResponses, m as AccountsListData, n as AccountsListResponses, o as AccountsCreateData, p as AccountsCreateResponses, q as AccountsRetrieveData, r as AccountsRetrieveResponses, s as AccountsCurrenciesListData, t as AccountsCurrenciesListResponses, u as AccountsCurrenciesCreateData, v as AccountsCurrenciesCreateResponses, w as AccountsCurrenciesRetrieveData, x as AccountsCurrenciesRetrieveResponses, y as AccountsCurrenciesPartialUpdateData, z as AccountsCurrenciesPartialUpdateResponses, B as AccountsCurrenciesUpdateData, C as AccountsCurrenciesUpdateResponses, D as AccountsCurrenciesFeesListData, F as AccountsCurrenciesFeesListResponses, G as AccountsCurrenciesFeesRetrieveData, H as AccountsCurrenciesFeesRetrieveResponses, I as AccountsCurrenciesLimitsListData, J as AccountsCurrenciesLimitsListResponses, K as AccountsCurrenciesLimitsRetrieveData, M as AccountsCurrenciesLimitsRetrieveResponses, N as AuthRetrieveData, O as AuthRetrieveResponses, P as AuthRegisterCompanyData, Q as AuthRegisterCompanyResponses, T as AuthDeactivateData, V as AuthDeactivateResponses, W as AuthDeactivateVerifyData, X as AuthDeactivateVerifyResponses, Y as AuthEmailVerifyData, Z as AuthEmailVerifyResponses, _ as AuthEmailVerifyResendData, $ as AuthEmailVerifyResendResponses, a0 as AuthJwtCreateData, a1 as AuthJwtCreateResponses, a2 as AuthLoginData, a3 as AuthLoginResponses, a4 as AuthLogoutData, a5 as AuthLogoutResponses, a6 as AuthMfaAuthenticatorsListData, a7 as AuthMfaAuthenticatorsListResponses, a8 as AuthMfaAuthenticatorsCreateData, a9 as AuthMfaAuthenticatorsCreateResponses, aa as AuthMfaAuthenticatorsDestroyData, ab as AuthMfaAuthenticatorsDestroyResponses, ac as AuthMfaAuthenticatorsRetrieveData, ad as AuthMfaAuthenticatorsRetrieveResponses, ae as AuthMfaDeliverData, af as AuthMfaDeliverResponses, ag as AuthMfaVerifyData, ah as AuthMfaVerifyResponses, ai as AuthMobileVerifyData, aj as AuthMobileVerifyResponses, ak as AuthMobileVerifyResendData, al as AuthMobileVerifyResendResponses, am as AuthOauthAuthorizeCreateData, an as AuthOauthAuthorizeCreateResponses, ao as AuthOauthLoginCreateData, ap as AuthOauthLoginCreateResponses, aq as AuthOauthRegisterCreateData, ar as AuthOauthRegisterCreateResponses, as as AuthOauthSessionCreateData, at as AuthOauthSessionCreateResponses, au as AuthOauthVerifyCreateData, av as AuthOauthVerifyCreateResponses, aw as AuthPasswordChangeData, ax as AuthPasswordChangeResponses, ay as AuthPasswordResetData, az as AuthPasswordResetResponses, aA as AuthPasswordResetConfirmData, aB as AuthPasswordResetConfirmResponses, aC as AuthRefreshCreateData, aD as AuthRefreshCreateResponses, aE as AuthRegisterData, aF as AuthRegisterResponses, aG as AuthRequestDeleteData, aH as AuthRequestDeleteResponses, aI as AuthRequestDeleteVerifyData, aJ as AuthRequestDeleteVerifyResponses, aK as AuthTokensListDestroyData, aL as AuthTokensListDestroyResponses, aM as AuthTokensListData, aN as AuthTokensListResponses, aO as AuthTokensCreateData, aP as AuthTokensCreateResponses, aQ as AuthTokensDestroyData, aR as AuthTokensDestroyResponses, aS as AuthTokensRetrieveData, aT as AuthTokensRetrieveResponses, aU as AuthTokensPartialUpdateData, aV as AuthTokensPartialUpdateResponses, aW as AuthTokensUpdateData, aX as AuthTokensUpdateResponses, aY as CompanyRetrieveData, aZ as CompanyRetrieveResponses, a_ as CompanyBankAccountsListData, a$ as CompanyBankAccountsListResponses, b0 as CompanyCurrenciesListData, b1 as CompanyCurrenciesListResponses, b2 as CompanyCurrenciesRetrieveData, b3 as CompanyCurrenciesRetrieveResponses, b4 as CompanyWalletAccountsListData, b5 as CompanyWalletAccountsListResponses, b6 as DocumentTypesListData, b7 as DocumentTypesListResponses, b8 as DocumentTypesRetrieveData, b9 as DocumentTypesRetrieveResponses, ba as ExportsListData, bb as ExportsListResponses, bc as ExportsCreateData, bd as ExportsCreateResponses, be as ExportsRetrieveData, bf as ExportsRetrieveResponses, bg as GroupsListData, bh as GroupsListResponses, bi as GroupsRetrieveData, bj as GroupsRetrieveResponses, bk as GroupsFeesListData, bl as GroupsFeesListResponses, bm as GroupsFeesRetrieveData, bn as GroupsFeesRetrieveResponses, bo as GroupsLimitsListData, bp as GroupsLimitsListResponses, bq as GroupsLimitsRetrieveData, br as GroupsLimitsRetrieveResponses, bs as GroupsPermissionsListData, bt as GroupsPermissionsListResponses, bu as GroupsPermissionsRetrieveData, bv as GroupsPermissionsRetrieveResponses, bw as GroupsTiersListData, bx as GroupsTiersListResponses, by as GroupsTiersRetrieveData, bz as GroupsTiersRetrieveResponses, bA as GroupsTiersFeesListData, bB as GroupsTiersFeesListResponses, bC as GroupsTiersFeesRetrieveData, bD as GroupsTiersFeesRetrieveResponses, bE as GroupsTiersLimitsListData, bF as GroupsTiersLimitsListResponses, bG as GroupsTiersLimitsRetrieveData, bH as GroupsTiersLimitsRetrieveResponses, bI as GroupsTiersRequirementSetsListData, bJ as GroupsTiersRequirementSetsListResponses, bK as GroupsTiersRequirementSetsRetrieveData, bL as GroupsTiersRequirementSetsRetrieveResponses, bM as GroupsTiersRequirementSetsItemsListData, bN as GroupsTiersRequirementSetsItemsListResponses, bO as GroupsTiersRequirementSetsItemsRetrieveData, bP as GroupsTiersRequirementSetsItemsRetrieveResponses, bQ as MetricsListData, bR as MetricsListResponses, bS as MetricsCreateData, bT as MetricsCreateResponses, bU as MetricsDestroyData, bV as MetricsDestroyResponses, bW as MetricsRetrieveData, bX as MetricsRetrieveResponses, bY as MetricsPointsListData, bZ as MetricsPointsListResponses, b_ as PermissionsListData, b$ as PermissionsListResponses, c0 as PermissionsRetrieveData, c1 as PermissionsRetrieveResponses, c2 as PublicCompaniesListData, c3 as PublicCompaniesListResponses, c4 as PublicCompaniesRetrieveData, c5 as PublicCompaniesRetrieveResponses, c6 as PublicCompaniesGroupsListData, c7 as PublicCompaniesGroupsListResponses, c8 as PublicCompaniesGroupsRetrieveData, c9 as PublicCompaniesGroupsRetrieveResponses, ca as PublicCompaniesLegalTermsListData, cb as PublicCompaniesLegalTermsListResponses, cc as PublicCompaniesLegalTermsRetrieveData, cd as PublicCompaniesLegalTermsRetrieveResponses, ce as PublicCompaniesLegalTermsVersionsListData, cf as PublicCompaniesLegalTermsVersionsListResponses, cg as PublicCompaniesLegalTermsVersionsRetrieveData, ch as PublicCompaniesLegalTermsVersionsRetrieveResponses, ci as PublicCompaniesOauthClientsListData, cj as PublicCompaniesOauthClientsListResponses, ck as PublicCompaniesOauthClientsRetrieveData, cl as PublicCompaniesOauthClientsRetrieveResponses, cm as PublicLegalTermsListData, cn as PublicLegalTermsListResponses, co as PublicLegalTermsRetrieveData, cp as PublicLegalTermsRetrieveResponses, cq as PublicLegalTermsVersionsListData, cr as PublicLegalTermsVersionsListResponses, cs as PublicLegalTermsVersionsRetrieveData, ct as PublicLegalTermsVersionsRetrieveResponses, cu as StatementsListData, cv as StatementsListResponses, cw as StatementsCreateData, cx as StatementsCreateResponses, cy as StatementsDestroyData, cz as StatementsDestroyResponses, cA as StatementsRetrieveData, cB as StatementsRetrieveResponses, cC as SubtypesListData, cD as SubtypesListResponses, cE as SubtypesRetrieveData, cF as SubtypesRetrieveResponses, cG as TransactionCollectionsListData, cH as TransactionCollectionsListResponses, cI as TransactionCollectionsCreateData, cJ as TransactionCollectionsCreateResponses, cK as TransactionCollectionsRetrieveData, cL as TransactionCollectionsRetrieveResponses, cM as TransactionsListData, cN as TransactionsListResponses, cO as TransactionsCreateData, cP as TransactionsCreateResponses, cQ as TransactionsRetrieveData, cR as TransactionsRetrieveResponses, cS as TransactionsPartialUpdateData, cT as TransactionsPartialUpdateResponses, cU as TransactionsUpdateData, cV as TransactionsUpdateResponses, cW as TransactionsMessagesListData, cX as TransactionsMessagesListResponses, cY as TransactionsMessagesRetrieveData, cZ as TransactionsMessagesRetrieveResponses, c_ as TransactionsCreditCreateData, c$ as TransactionsCreditCreateResponses, d0 as TransactionsDebitCreateData, d1 as TransactionsDebitCreateResponses, d2 as TransactionTotalsRetrieveData, d3 as TransactionTotalsRetrieveResponses, d4 as TransactionsTransferCreateData, d5 as TransactionsTransferCreateResponses, d6 as UserRetrieveData, d7 as UserRetrieveResponses, d8 as UserPartialUpdateData, d9 as UserPartialUpdateResponses, da as UserUpdateData, db as UserUpdateResponses, dc as UserAddressesListData, dd as UserAddressesListResponses, de as UserAddressesCreateData, df as UserAddressesCreateResponses, dg as UserAddressesDestroyData, dh as UserAddressesDestroyResponses, di as UserAddressesRetrieveData, dj as UserAddressesRetrieveResponses, dk as UserAddressesPartialUpdateData, dl as UserAddressesPartialUpdateResponses, dm as UserAddressesUpdateData, dn as UserAddressesUpdateResponses, dp as UserBankAccountsListData, dq as UserBankAccountsListResponses, dr as UserBankAccountsCreateData, ds as UserBankAccountsCreateResponses, dt as UserBankAccountsDestroyData, du as UserBankAccountsDestroyResponses, dv as UserBankAccountsRetrieveData, dw as UserBankAccountsRetrieveResponses, dx as UserBankAccountsPartialUpdateData, dy as UserBankAccountsPartialUpdateResponses, dz as UserBankAccountsUpdateData, dA as UserBankAccountsUpdateResponses, dB as UserBankAccountsAccountCurrenciesListData, dC as UserBankAccountsAccountCurrenciesListResponses, dD as UserBankAccountsAccountCurrenciesCreateData, dE as UserBankAccountsAccountCurrenciesCreateResponses, dF as UserBankAccountsAccountCurrenciesDestroyData, dG as UserBankAccountsAccountCurrenciesDestroyResponses, dH as UserBankAccountsAccountCurrenciesRetrieveData, dI as UserBankAccountsAccountCurrenciesRetrieveResponses, dJ as UserBankAccountsCurrenciesListData, dK as UserBankAccountsCurrenciesListResponses, dL as UserBankAccountsCurrenciesCreateData, dM as UserBankAccountsCurrenciesCreateResponses, dN as UserBankAccountsCurrenciesDestroyData, dO as UserBankAccountsCurrenciesDestroyResponses, dP as UserBankAccountsCurrenciesRetrieveData, dQ as UserBankAccountsCurrenciesRetrieveResponses, dR as UserBankAccountsDocumentsRetrieveData, dS as UserBankAccountsDocumentsRetrieveResponses, dT as UserBankAccountsDocumentsRetrieve2Data, dU as UserBankAccountsDocumentsRetrieve2Responses, dV as UserCryptoAccountsListData, dW as UserCryptoAccountsListResponses, dX as UserCryptoAccountsCreateData, dY as UserCryptoAccountsCreateResponses, dZ as UserCryptoAccountsDestroyData, d_ as UserCryptoAccountsDestroyResponses, d$ as UserCryptoAccountsRetrieveData, e0 as UserCryptoAccountsRetrieveResponses, e1 as UserCryptoAccountsPartialUpdateData, e2 as UserCryptoAccountsPartialUpdateResponses, e3 as UserCryptoAccountsUpdateData, e4 as UserCryptoAccountsUpdateResponses, e5 as UserCryptoAccountsAccountCurrenciesListData, e6 as UserCryptoAccountsAccountCurrenciesListResponses, e7 as UserCryptoAccountsAccountCurrenciesCreateData, e8 as UserCryptoAccountsAccountCurrenciesCreateResponses, e9 as UserCryptoAccountsAccountCurrenciesDestroyData, ea as UserCryptoAccountsAccountCurrenciesDestroyResponses, eb as UserCryptoAccountsAccountCurrenciesRetrieveData, ec as UserCryptoAccountsAccountCurrenciesRetrieveResponses, ed as UserCryptoAccountsCurrenciesListData, ee as UserCryptoAccountsCurrenciesListResponses, ef as UserCryptoAccountsCurrenciesCreateData, eg as UserCryptoAccountsCurrenciesCreateResponses, eh as UserCryptoAccountsCurrenciesDestroyData, ei as UserCryptoAccountsCurrenciesDestroyResponses, ej as UserCryptoAccountsCurrenciesRetrieveData, ek as UserCryptoAccountsCurrenciesRetrieveResponses, el as UserDevicesListData, em as UserDevicesListResponses, en as UserDevicesCreateData, eo as UserDevicesCreateResponses, ep as UserDevicesAppsDestroyData, eq as UserDevicesAppsDestroyResponses, er as UserDevicesAppsRetrieveData, es as UserDevicesAppsRetrieveResponses, et as UserDevicesAppsPartialUpdateData, eu as UserDevicesAppsPartialUpdateResponses, ev as UserDevicesAppsUpdateData, ew as UserDevicesAppsUpdateResponses, ex as UserDevicesDestroyData, ey as UserDevicesDestroyResponses, ez as UserDevicesRetrieveData, eA as UserDevicesRetrieveResponses, eB as UserDevicesPartialUpdateData, eC as UserDevicesPartialUpdateResponses, eD as UserDevicesUpdateData, eE as UserDevicesUpdateResponses, eF as UserDevicesAppsListData, eG as UserDevicesAppsListResponses, eH as UserDevicesAppsCreateData, eI as UserDevicesAppsCreateResponses, eJ as UserDocumentsListData, eK as UserDocumentsListResponses, eL as UserDocumentsCreateData, eM as UserDocumentsCreateResponses, eN as UserDocumentsDestroyData, eO as UserDocumentsDestroyResponses, eP as UserDocumentsRetrieveData, eQ as UserDocumentsRetrieveResponses, eR as UserEmailsListData, eS as UserEmailsListResponses, eT as UserEmailsCreateData, eU as UserEmailsCreateResponses, eV as UserEmailsDestroyData, eW as UserEmailsDestroyResponses, eX as UserEmailsRetrieveData, eY as UserEmailsRetrieveResponses, eZ as UserEmailsPartialUpdateData, e_ as UserEmailsPartialUpdateResponses, e$ as UserEmailsUpdateData, f0 as UserEmailsUpdateResponses, f1 as UserLegalTermsListData, f2 as UserLegalTermsListResponses, f3 as UserLegalTermsRetrieveData, f4 as UserLegalTermsRetrieveResponses, f5 as UserLegalTermsVersionsListData, f6 as UserLegalTermsVersionsListResponses, f7 as UserLegalTermsVersionsRetrieveData, f8 as UserLegalTermsVersionsRetrieveResponses, f9 as UserLegalTermsVersionsPartialUpdateData, fa as UserLegalTermsVersionsPartialUpdateResponses, fb as UserLegalTermsVersionsUpdateData, fc as UserLegalTermsVersionsUpdateResponses, fd as UserMessagesListData, fe as UserMessagesListResponses, ff as UserMessagesRetrieveData, fg as UserMessagesRetrieveResponses, fh as UserMobilesListData, fi as UserMobilesListResponses, fj as UserMobilesCreateData, fk as UserMobilesCreateResponses, fl as UserMobilesDestroyData, fm as UserMobilesDestroyResponses, fn as UserMobilesRetrieveData, fo as UserMobilesRetrieveResponses, fp as UserMobilesPartialUpdateData, fq as UserMobilesPartialUpdateResponses, fr as UserMobilesUpdateData, fs as UserMobilesUpdateResponses, ft as UserWalletAccountsListData, fu as UserWalletAccountsListResponses, fv as UserWalletAccountsCreateData, fw as UserWalletAccountsCreateResponses, fx as UserWalletAccountsDestroyData, fy as UserWalletAccountsDestroyResponses, fz as UserWalletAccountsRetrieveData, fA as UserWalletAccountsRetrieveResponses, fB as UserWalletAccountsPartialUpdateData, fC as UserWalletAccountsPartialUpdateResponses, fD as UserWalletAccountsUpdateData, fE as UserWalletAccountsUpdateResponses, fF as UserWalletAccountsAccountCurrenciesListData, fG as UserWalletAccountsAccountCurrenciesListResponses, fH as UserWalletAccountsAccountCurrenciesCreateData, fI as UserWalletAccountsAccountCurrenciesCreateResponses, fJ as UserWalletAccountsAccountCurrenciesDestroyData, fK as UserWalletAccountsAccountCurrenciesDestroyResponses, fL as UserWalletAccountsAccountCurrenciesRetrieveData, fM as UserWalletAccountsAccountCurrenciesRetrieveResponses, fN as UserWalletAccountsCurrenciesListData, fO as UserWalletAccountsCurrenciesListResponses, fP as UserWalletAccountsCurrenciesCreateData, fQ as UserWalletAccountsCurrenciesCreateResponses, fR as UserWalletAccountsCurrenciesDestroyData, fS as UserWalletAccountsCurrenciesDestroyResponses, fT as UserWalletAccountsCurrenciesRetrieveData, fU as UserWalletAccountsCurrenciesRetrieveResponses } from './create-auth-ChOASbvo.mjs';
|
|
2
|
+
export { fW as Account, fX as AccountAccountAsset, fY as AccountAccountAssetRequest, fZ as AccountAccountAssetResponse, m5 as AccountAccountAssetResponseWritable, m4 as AccountAccountAssetWritable, f_ as AccountAsset, f$ as AccountAssetFee, m7 as AccountAssetFeeWritable, g0 as AccountAssetLimit, g1 as AccountAssetLimitRequest, g2 as AccountAssetLimitResponse, m9 as AccountAssetLimitResponseWritable, m8 as AccountAssetLimitWritable, g3 as AccountAssetResponse, ma as AccountAssetResponseWritable, g4 as AccountAssetSettings, g5 as AccountAssetSettingsRequest, mb as AccountAssetSettingsWritable, m6 as AccountAssetWritable, qj as AccountCurrenciesListResponse, g6 as AccountDefinition, g7 as AccountDefinitionGroup, g8 as AccountDefinitionGroupAsset, me as AccountDefinitionGroupAssetWritable, md as AccountDefinitionGroupWritable, g9 as AccountDefinitionResponse, mf as AccountDefinitionResponseWritable, mc as AccountDefinitionWritable, qk as AccountDefinitionsListResponse, ql as AccountDefinitionsRetrieveResponse, ga as AccountRequest, gb as AccountResponse, mg as AccountResponseWritable, m3 as AccountWritable, qn as AccountsCreateResponse, qq as AccountsCurrenciesCreateResponse, qu as AccountsCurrenciesFeesListResponse, qv as AccountsCurrenciesFeesRetrieveResponse, qw as AccountsCurrenciesLimitsListResponse, qx as AccountsCurrenciesLimitsRetrieveResponse, qp as AccountsCurrenciesListResponse, qs as AccountsCurrenciesPartialUpdateResponse, qr as AccountsCurrenciesRetrieveResponse, qt as AccountsCurrenciesUpdateResponse, qm as AccountsListResponse, qo as AccountsRetrieveResponse, gc as ActionResponse, gd as AdminAccountAssetFee, ge as AdminAccountAssetFeeRequest, gf as AdminAccountAssetFeeResponse, mi as AdminAccountAssetFeeResponseWritable, mh as AdminAccountAssetFeeWritable, gg as AdminCompanyAddress, gh as Asset, gi as AssetResponse, mk as AssetResponseWritable, mj as AssetWritable, gj as Auth, qA as AuthDeactivateResponse, qB as AuthDeactivateVerifyResponse, qD as AuthEmailVerifyResendResponse, qC as AuthEmailVerifyResponse, qE as AuthJwtCreateResponse, qF as AuthLoginResponse, qG as AuthLogoutResponse, qI as AuthMfaAuthenticatorsCreateResponse, qJ as AuthMfaAuthenticatorsDestroyResponse, qH as AuthMfaAuthenticatorsListResponse, qK as AuthMfaAuthenticatorsRetrieveResponse, qL as AuthMfaDeliverResponse, qM as AuthMfaVerifyResponse, qO as AuthMobileVerifyResendResponse, qN as AuthMobileVerifyResponse, qP as AuthOauthAuthorizeCreateResponse, qQ as AuthOauthLoginCreateResponse, qR as AuthOauthRegisterCreateResponse, qS as AuthOauthSessionCreateResponse, qT as AuthOauthVerifyCreateResponse, qU as AuthPasswordChangeResponse, qW as AuthPasswordResetConfirmResponse, qV as AuthPasswordResetResponse, qX as AuthRefreshCreateResponse, qz as AuthRegisterCompanyResponse, qY as AuthRegisterResponse, qZ as AuthRequestDeleteResponse, q_ as AuthRequestDeleteVerifyResponse, gk as AuthResponse, mm as AuthResponseWritable, qy as AuthRetrieveResponse, gl as AuthToken, gm as AuthTokenList, gn as AuthTokenListResponse, mp as AuthTokenListResponseWritable, mo as AuthTokenListWritable, go as AuthTokenResponse, mq as AuthTokenResponseWritable, mn as AuthTokenWritable, r1 as AuthTokensCreateResponse, r2 as AuthTokensDestroyResponse, q$ as AuthTokensListDestroyResponse, r0 as AuthTokensListResponse, r4 as AuthTokensPartialUpdateResponse, r3 as AuthTokensRetrieveResponse, r5 as AuthTokensUpdateResponse, ml as AuthWritable, gp as Authenticated, gq as AuthenticatedResponse, ms as AuthenticatedResponseWritable, mr as AuthenticatedWritable, gr as AuthenticatorChallenge, gs as BankOwner, gt as BankOwnerAddress, gu as BankOwnerAddressRequest, gv as BankOwnerRequest, fV as ClientOptions, gw as Company, gx as CompanyBankAccount, mu as CompanyBankAccountWritable, r7 as CompanyBankAccountsListResponse, gy as CompanyBankBranchAddress, r8 as CompanyCurrenciesListResponse, r9 as CompanyCurrenciesRetrieveResponse, gz as CompanyDisallowedTransactionSubtype, gA as CompanyDisallowedTransactionSubtypeRequest, mv as CompanyDisallowedTransactionSubtypeWritable, gB as CompanyResponse, mw as CompanyResponseWritable, r6 as CompanyRetrieveResponse, gC as CompanySettings, gD as CompanySettingsRequest, mx as CompanySettingsWritable, gE as CompanyWalletAccount, my as CompanyWalletAccountWritable, ra as CompanyWalletAccountsListResponse, mt as CompanyWritable, gF as CreateAccountAccountAssetRequest, mz as CreateAccountAccountAssetRequestWritable, gG as CreateAuthTokenRequest, gH as CreateCompanyRequest, mA as CreateCompanyRequestWritable, gI as CreateCreditTransactionRequest, mB as CreateCreditTransactionRequestWritable, gJ as CreateCryptoAccountAccountAssetRequest, gK as CreateCryptoAccountAssetRequest, gL as CreateCryptoAccountRequest, gM as CreateDebitTransactionRequest, mC as CreateDebitTransactionRequestWritable, gN as CreateDeviceAppRequest, gO as CreateDeviceRequest, gP as CreateEmailRequest, gQ as CreateExportRequest, gR as CreateJwtRequest, gT as CreateMetricRequest, mD as CreateMetricRequestWritable, gS as CreateMfaAuthenticatorRequest, gU as CreateMobileRequest, gV as CreateMultiTransactionRequest, mE as CreateMultiTransactionRequestWritable, gW as CreateStatementRequest, mF as CreateStatementRequestWritable, gX as CreateTransactionCollectionRequest, mG as CreateTransactionCollectionRequestWritable, gY as CreateTransactionCollectionTransactionRequest, mH as CreateTransactionCollectionTransactionRequestWritable, gZ as CreateTransferTransactionRequest, g_ as CreateUserBankAccountAccountAssetRequest, g$ as CreateUserBankAccountAssetRequest, h0 as CreateUserWalletAccountAccountAssetRequest, h1 as CreateUserWalletAccountAssetRequest, h2 as CryptoAccount, h3 as CryptoAccountAsset, h4 as CryptoAccountAssetList, h5 as CryptoAccountAssetListResponse, mL as CryptoAccountAssetListResponseWritable, mK as CryptoAccountAssetListWritable, h6 as CryptoAccountAssetResponse, mM as CryptoAccountAssetResponseWritable, mJ as CryptoAccountAssetWritable, h7 as CryptoAccountList, h8 as CryptoAccountListResponse, mO as CryptoAccountListResponseWritable, mN as CryptoAccountListWritable, h9 as CryptoAccountRequest, ha as CryptoAccountResponse, mP as CryptoAccountResponseWritable, mI as CryptoAccountWritable, hb as DeactivateRequest, hc as Device, hd as DeviceApp, he as DeviceAppRequest, hf as DeviceAppResponse, mS as DeviceAppResponseWritable, mR as DeviceAppWritable, hg as DeviceList, hh as DeviceListResponse, mU as DeviceListResponseWritable, mT as DeviceListWritable, hi as DeviceRequest, hj as DeviceResponse, mV as DeviceResponseWritable, mQ as DeviceWritable, hk as DocumentType, hl as DocumentTypeResponse, mX as DocumentTypeResponseWritable, mW as DocumentTypeWritable, rb as DocumentTypesListResponse, rc as DocumentTypesRetrieveResponse, hm as Email, hn as EmailList, ho as EmailListResponse, m_ as EmailListResponseWritable, mZ as EmailListWritable, hp as EmailRequest, hq as EmailResponse, m$ as EmailResponseWritable, mY as EmailWritable, hr as ExplicitCreateTransactionRequest, n0 as ExplicitCreateTransactionRequestWritable, hs as Export, ht as ExportPage, n2 as ExportPageWritable, hu as ExportResponse, n3 as ExportResponseWritable, n1 as ExportWritable, re as ExportsCreateResponse, rd as ExportsListResponse, rf as ExportsRetrieveResponse, hv as ExtendedAccount, hw as ExtendedAccountResponse, n5 as ExtendedAccountResponseWritable, n4 as ExtendedAccountWritable, hx as ExtendedAuthenticated, hy as ExtendedAuthenticatedResponse, n7 as ExtendedAuthenticatedResponseWritable, n6 as ExtendedAuthenticatedWritable, hz as ExtendedExport, hA as ExtendedExportResponse, n9 as ExtendedExportResponseWritable, n8 as ExtendedExportWritable, hB as ExtendedGroupTier, hC as ExtendedGroupTierResponse, nb as ExtendedGroupTierResponseWritable, na as ExtendedGroupTierWritable, hD as ExtendedTransaction, hE as ExtendedTransactionResponse, nd as ExtendedTransactionResponseWritable, nc as ExtendedTransactionWritable, hF as ExtendedUserInfo, hG as ExtendedUserInfoRequest, hH as ExtendedUserInfoResponse, nf as ExtendedUserInfoResponseWritable, ne as ExtendedUserInfoWritable, hI as GroupDisallowedTransactionSubtype, ng as GroupDisallowedTransactionSubtypeWritable, hJ as GroupFee, hK as GroupFeeResponse, ni as GroupFeeResponseWritable, nh as GroupFeeWritable, hL as GroupLimit, hM as GroupLimitResponse, nk as GroupLimitResponseWritable, nj as GroupLimitWritable, hN as GroupPermission, hO as GroupPermissionResponse, nm as GroupPermissionResponseWritable, nl as GroupPermissionWritable, hP as GroupSettings, nn as GroupSettingsWritable, hQ as GroupTier, hR as GroupTierDisallowedTransactionSubtype, np as GroupTierDisallowedTransactionSubtypeWritable, hS as GroupTierFee, hT as GroupTierFeeResponse, nr as GroupTierFeeResponseWritable, nq as GroupTierFeeWritable, hU as GroupTierLimit, hV as GroupTierLimitResponse, nt as GroupTierLimitResponseWritable, ns as GroupTierLimitWritable, hW as GroupTierRequirementSet, hX as GroupTierRequirementSetItem, hY as GroupTierRequirementSetItemResponse, nw as GroupTierRequirementSetItemResponseWritable, hZ as GroupTierRequirementSetItemRule, nv as GroupTierRequirementSetItemWritable, h_ as GroupTierRequirementSetResponse, nx as GroupTierRequirementSetResponseWritable, nu as GroupTierRequirementSetWritable, h$ as GroupTierSettings, ny as GroupTierSettingsWritable, no as GroupTierWritable, ri as GroupsFeesListResponse, rj as GroupsFeesRetrieveResponse, rk as GroupsLimitsListResponse, rl as GroupsLimitsRetrieveResponse, rg as GroupsListResponse, rm as GroupsPermissionsListResponse, rn as GroupsPermissionsRetrieveResponse, rh as GroupsRetrieveResponse, rq as GroupsTiersFeesListResponse, rr as GroupsTiersFeesRetrieveResponse, rs as GroupsTiersLimitsListResponse, rt as GroupsTiersLimitsRetrieveResponse, ro as GroupsTiersListResponse, rw as GroupsTiersRequirementSetsItemsListResponse, rx as GroupsTiersRequirementSetsItemsRetrieveResponse, ru as GroupsTiersRequirementSetsListResponse, rv as GroupsTiersRequirementSetsRetrieveResponse, rp as GroupsTiersRetrieveResponse, i0 as Jwt, i1 as JwtResponse, nz as JwtResponseWritable, i2 as LegalTerm, i3 as LegalTermResponse, nA as LegalTermResponseWritable, i4 as LegalTermVersion, i5 as LegalTermVersionResponse, nB as LegalTermVersionResponseWritable, i6 as LoginRequest, nC as LoginRequestWritable, i7 as LogoutRequest, ii as MaskedMfaAuthenticator, ij as MaskedMfaAuthenticatorResponse, nJ as MaskedMfaAuthenticatorResponseWritable, nI as MaskedMfaAuthenticatorWritable, ik as MaskedMfaDeviceDetail, nK as MaskedMfaDeviceDetailWritable, il as MaskedMfaStaticDeviceDetail, nL as MaskedMfaStaticDeviceDetailWritable, im as MaskedMfaStaticDeviceToken, ip as MaskedMfaTwilioDeviceDetail, io as MaskedMfatotpDeviceDetail, nM as MaskedMfatotpDeviceDetailWritable, iq as Metric, ir as MetricPoint, is as MetricResponse, nO as MetricResponseWritable, nN as MetricWritable, rz as MetricsCreateResponse, rA as MetricsDestroyResponse, ry as MetricsListResponse, rC as MetricsPointsListResponse, rB as MetricsRetrieveResponse, i8 as MfaAuthenticator, i9 as MfaAuthenticatorResponse, nE as MfaAuthenticatorResponseWritable, nD as MfaAuthenticatorWritable, ia as MfaDeliverRequest, ib as MfaDeviceDetail, nF as MfaDeviceDetailWritable, ic as MfaStaticDeviceDetail, nG as MfaStaticDeviceDetailWritable, id as MfaStaticDeviceToken, ig as MfaTwilioDeviceDetail, ih as MfaVerifyRequest, ie as MfatotpDeviceDetail, nH as MfatotpDeviceDetailWritable, it as Mobile, iu as MobileList, iv as MobileListResponse, nR as MobileListResponseWritable, nQ as MobileListWritable, iw as MobileRequest, ix as MobileResponse, nS as MobileResponseWritable, nP as MobileWritable, iy as MultiTransaction, iz as MultiTransactionResponse, nU as MultiTransactionResponseWritable, nT as MultiTransactionWritable, iA as OauthAuthorize, iB as OauthAuthorizeRequest, iC as OauthAuthorizeResponse, nW as OauthAuthorizeResponseWritable, nV as OauthAuthorizeWritable, iD as OauthClient, iE as OauthClientResponse, nX as OauthClientResponseWritable, iF as OauthLoginRequest, nY as OauthLoginRequestWritable, iG as OauthRegisterRequest, nZ as OauthRegisterRequestWritable, iH as OauthSession, iI as OauthSessionRequest, iJ as OauthSessionResponse, n_ as OauthSessionResponseWritable, iK as OauthVerify, iL as OauthVerifyRequest, o0 as OauthVerifyRequestWritable, iM as OauthVerifyResponse, o1 as OauthVerifyResponseWritable, n$ as OauthVerifyWritable, iN as PaginatedAccountAccountAssetList, iO as PaginatedAccountAccountAssetListResponse, o3 as PaginatedAccountAccountAssetListResponseWritable, o2 as PaginatedAccountAccountAssetListWritable, iP as PaginatedAccountAssetFeeList, iQ as PaginatedAccountAssetFeeListResponse, o5 as PaginatedAccountAssetFeeListResponseWritable, o4 as PaginatedAccountAssetFeeListWritable, iR as PaginatedAccountAssetLimitList, iS as PaginatedAccountAssetLimitListResponse, o7 as PaginatedAccountAssetLimitListResponseWritable, o6 as PaginatedAccountAssetLimitListWritable, iT as PaginatedAccountAssetList, iU as PaginatedAccountAssetListResponse, o9 as PaginatedAccountAssetListResponseWritable, o8 as PaginatedAccountAssetListWritable, iV as PaginatedAccountDefinitionList, iW as PaginatedAccountDefinitionListResponse, ob as PaginatedAccountDefinitionListResponseWritable, oa as PaginatedAccountDefinitionListWritable, iX as PaginatedAccountList, iY as PaginatedAccountListResponse, od as PaginatedAccountListResponseWritable, oc as PaginatedAccountListWritable, iZ as PaginatedAssetList, i_ as PaginatedAssetListResponse, of as PaginatedAssetListResponseWritable, oe as PaginatedAssetListWritable, i$ as PaginatedCompanyBankAccountList, j0 as PaginatedCompanyBankAccountListResponse, oh as PaginatedCompanyBankAccountListResponseWritable, og as PaginatedCompanyBankAccountListWritable, j1 as PaginatedCompanyWalletAccountList, j2 as PaginatedCompanyWalletAccountListResponse, oj as PaginatedCompanyWalletAccountListResponseWritable, oi as PaginatedCompanyWalletAccountListWritable, j3 as PaginatedDeviceAppList, j4 as PaginatedDeviceAppListResponse, ol as PaginatedDeviceAppListResponseWritable, ok as PaginatedDeviceAppListWritable, j5 as PaginatedDocumentTypeList, j6 as PaginatedDocumentTypeListResponse, on as PaginatedDocumentTypeListResponseWritable, om as PaginatedDocumentTypeListWritable, j7 as PaginatedExportList, j8 as PaginatedExportListResponse, op as PaginatedExportListResponseWritable, oo as PaginatedExportListWritable, j9 as PaginatedGroupFeeList, ja as PaginatedGroupFeeListResponse, or as PaginatedGroupFeeListResponseWritable, oq as PaginatedGroupFeeListWritable, jb as PaginatedGroupLimitList, jc as PaginatedGroupLimitListResponse, ot as PaginatedGroupLimitListResponseWritable, os as PaginatedGroupLimitListWritable, jd as PaginatedGroupPermissionList, je as PaginatedGroupPermissionListResponse, ov as PaginatedGroupPermissionListResponseWritable, ou as PaginatedGroupPermissionListWritable, jf as PaginatedGroupTierFeeList, jg as PaginatedGroupTierFeeListResponse, ox as PaginatedGroupTierFeeListResponseWritable, ow as PaginatedGroupTierFeeListWritable, jh as PaginatedGroupTierLimitList, ji as PaginatedGroupTierLimitListResponse, oz as PaginatedGroupTierLimitListResponseWritable, oy as PaginatedGroupTierLimitListWritable, jj as PaginatedGroupTierList, jk as PaginatedGroupTierListResponse, oB as PaginatedGroupTierListResponseWritable, oA as PaginatedGroupTierListWritable, jl as PaginatedGroupTierRequirementSetItemList, jm as PaginatedGroupTierRequirementSetItemListResponse, oD as PaginatedGroupTierRequirementSetItemListResponseWritable, oC as PaginatedGroupTierRequirementSetItemListWritable, jn as PaginatedGroupTierRequirementSetList, jo as PaginatedGroupTierRequirementSetListResponse, oF as PaginatedGroupTierRequirementSetListResponseWritable, oE as PaginatedGroupTierRequirementSetListWritable, jp as PaginatedLegalTermList, jq as PaginatedLegalTermListResponse, oH as PaginatedLegalTermListResponseWritable, oG as PaginatedLegalTermListWritable, jr as PaginatedLegalTermVersionList, js as PaginatedLegalTermVersionListResponse, oJ as PaginatedLegalTermVersionListResponseWritable, oI as PaginatedLegalTermVersionListWritable, jt as PaginatedMaskedMfaAuthenticatorList, ju as PaginatedMaskedMfaAuthenticatorListResponse, oL as PaginatedMaskedMfaAuthenticatorListResponseWritable, oK as PaginatedMaskedMfaAuthenticatorListWritable, jv as PaginatedMetricList, jw as PaginatedMetricListResponse, oN as PaginatedMetricListResponseWritable, oM as PaginatedMetricListWritable, jx as PaginatedMetricPointList, jy as PaginatedMetricPointListResponse, oP as PaginatedMetricPointListResponseWritable, oO as PaginatedMetricPointListWritable, jz as PaginatedOauthClientList, jA as PaginatedOauthClientListResponse, oR as PaginatedOauthClientListResponseWritable, oQ as PaginatedOauthClientListWritable, jB as PaginatedPublicCompanyLegalTermList, jC as PaginatedPublicCompanyLegalTermListResponse, oT as PaginatedPublicCompanyLegalTermListResponseWritable, oS as PaginatedPublicCompanyLegalTermListWritable, jD as PaginatedPublicCompanyLegalTermVersionList, jE as PaginatedPublicCompanyLegalTermVersionListResponse, oV as PaginatedPublicCompanyLegalTermVersionListResponseWritable, oU as PaginatedPublicCompanyLegalTermVersionListWritable, jF as PaginatedPublicCompanyList, jG as PaginatedPublicCompanyListResponse, oX as PaginatedPublicCompanyListResponseWritable, oW as PaginatedPublicCompanyListWritable, jH as PaginatedPublicGroupList, jI as PaginatedPublicGroupListResponse, jJ as PaginatedPublicLegalTermList, jK as PaginatedPublicLegalTermListResponse, oZ as PaginatedPublicLegalTermListResponseWritable, oY as PaginatedPublicLegalTermListWritable, jL as PaginatedPublicLegalTermVersionList, jM as PaginatedPublicLegalTermVersionListResponse, o$ as PaginatedPublicLegalTermVersionListResponseWritable, o_ as PaginatedPublicLegalTermVersionListWritable, jN as PaginatedStatementList, jO as PaginatedStatementListResponse, p1 as PaginatedStatementListResponseWritable, p0 as PaginatedStatementListWritable, jP as PaginatedTransactionCollectionList, jQ as PaginatedTransactionCollectionListResponse, p3 as PaginatedTransactionCollectionListResponseWritable, p2 as PaginatedTransactionCollectionListWritable, jR as PaginatedTransactionList, jS as PaginatedTransactionListResponse, p5 as PaginatedTransactionListResponseWritable, p4 as PaginatedTransactionListWritable, jT as PaginatedTransactionMessageList, jU as PaginatedTransactionMessageListResponse, p7 as PaginatedTransactionMessageListResponseWritable, p6 as PaginatedTransactionMessageListWritable, jV as PaginatedUserDocumentList, jW as PaginatedUserDocumentListResponse, p9 as PaginatedUserDocumentListResponseWritable, p8 as PaginatedUserDocumentListWritable, jX as PaginatedUserGroupList, jY as PaginatedUserGroupListResponse, pb as PaginatedUserGroupListResponseWritable, pa as PaginatedUserGroupListWritable, jZ as PaginatedUserMessageList, j_ as PaginatedUserMessageListResponse, pd as PaginatedUserMessageListResponseWritable, pc as PaginatedUserMessageListWritable, j$ as PaginatedUserPermissionList, k0 as PaginatedUserPermissionListResponse, pf as PaginatedUserPermissionListResponseWritable, pe as PaginatedUserPermissionListWritable, k1 as PaginatedUserWalletAccountAssetList, k2 as PaginatedUserWalletAccountAssetListResponse, ph as PaginatedUserWalletAccountAssetListResponseWritable, pg as PaginatedUserWalletAccountAssetListWritable, k3 as PartnerTransaction, k4 as PartnerUserInfo, k5 as PasswordChangeRequest, pi as PasswordChangeRequestWritable, k6 as PasswordResetConfirmRequest, pj as PasswordResetConfirmRequestWritable, k7 as PasswordResetRequest, k8 as PatchedAccountAccountAssetRequest, k9 as PatchedCryptoAccountRequest, ka as PatchedDeviceAppRequest, kb as PatchedDeviceRequest, kc as PatchedEmailRequest, kd as PatchedExtendedUserInfoRequest, ke as PatchedMobileRequest, kf as PatchedUpdateAuthTokenRequest, kg as PatchedUpdateExtendedTransactionRequest, kh as PatchedUpdateLegalTermVersionRequest, ki as PatchedUserAddressRequest, kj as PatchedUserBankAccountRequest, kk as PatchedUserWalletAccountRequest, rD as PermissionsListResponse, rE as PermissionsRetrieveResponse, kl as ProtectedUserInfo, rH as PublicCompaniesGroupsListResponse, rI as PublicCompaniesGroupsRetrieveResponse, rJ as PublicCompaniesLegalTermsListResponse, rK as PublicCompaniesLegalTermsRetrieveResponse, rL as PublicCompaniesLegalTermsVersionsListResponse, rM as PublicCompaniesLegalTermsVersionsRetrieveResponse, rF as PublicCompaniesListResponse, rN as PublicCompaniesOauthClientsListResponse, rO as PublicCompaniesOauthClientsRetrieveResponse, rG as PublicCompaniesRetrieveResponse, km as PublicCompany, kn as PublicCompanyLegalTerm, ko as PublicCompanyLegalTermResponse, pm as PublicCompanyLegalTermResponseWritable, kp as PublicCompanyLegalTermVersion, kq as PublicCompanyLegalTermVersionResponse, pn as PublicCompanyLegalTermVersionResponseWritable, pl as PublicCompanyLegalTermWritable, kr as PublicCompanyResponse, po as PublicCompanyResponseWritable, ks as PublicCompanySettings, pp as PublicCompanySettingsWritable, pk as PublicCompanyWritable, kt as PublicGroup, ku as PublicGroupResponse, kv as PublicLegalTerm, kw as PublicLegalTermResponse, pr as PublicLegalTermResponseWritable, kx as PublicLegalTermVersion, ky as PublicLegalTermVersionResponse, ps as PublicLegalTermVersionResponseWritable, pq as PublicLegalTermWritable, rP as PublicLegalTermsListResponse, rQ as PublicLegalTermsRetrieveResponse, rR as PublicLegalTermsVersionsListResponse, rS as PublicLegalTermsVersionsRetrieveResponse, kz as PublicReducedCompanyLegalTermVersion, kA as PublicReducedLegalTermVersion, kB as ReducedAccount, kC as ReducedAccountAccountAsset, kD as ReducedAccountAccountAssetRequest, pu as ReducedAccountAccountAssetWritable, kE as ReducedAccountAsset, kF as ReducedAccountAssetList, kG as ReducedAccountAssetListResponse, px as ReducedAccountAssetListResponseWritable, pw as ReducedAccountAssetListWritable, kH as ReducedAccountAssetRequest, kI as ReducedAccountAssetResponse, py as ReducedAccountAssetResponseWritable, pv as ReducedAccountAssetWritable, kJ as ReducedAccountDefinition, kK as ReducedAccountRequest, pt as ReducedAccountWritable, kL as ReducedAsset, kM as ReducedAssetRequest, kN as ReducedDeviceApp, kO as ReducedDeviceAppRequest, pz as ReducedDeviceAppWritable, kP as ReducedDocumentType, kQ as ReducedGroup, kR as ReducedGroupRequest, kS as ReducedGroupTier, kT as ReducedLegalTermVersion, kU as ReducedService, kV as ReducedTransactionSubtype, kW as ReducedTransactionSubtypeRequest, pA as ReducedTransactionSubtypeWritable, kX as ReducedUserInfoRequest, kY as RefreshRequest, kZ as Refreshed, k_ as RefreshedResponse, pB as RefreshedResponseWritable, k$ as RegisterCompanyRequest, pC as RegisterCompanyRequestWritable, l0 as RegisterRequest, pD as RegisterRequestWritable, l1 as RequestDeleteRequest, l2 as ResendVerifyEmailRequest, l3 as ResendVerifyMobileRequest, l4 as ResourceRequirementRule, l5 as Statement, l6 as StatementResponse, pF as StatementResponseWritable, pE as StatementWritable, rU as StatementsCreateResponse, rV as StatementsDestroyResponse, rT as StatementsListResponse, rW as StatementsRetrieveResponse, rX as SubtypesListResponse, rY as SubtypesRetrieveResponse, l7 as TotalTransaction, l8 as TotalTransactionResponse, pG as TotalTransactionResponseWritable, l9 as Transaction, la as TransactionAccountAsset, pI as TransactionAccountAssetWritable, lb as TransactionCollection, lc as TransactionCollectionResponse, pK as TransactionCollectionResponseWritable, ld as TransactionCollectionTransaction, pL as TransactionCollectionTransactionWritable, pJ as TransactionCollectionWritable, r_ as TransactionCollectionsCreateResponse, rZ as TransactionCollectionsListResponse, r$ as TransactionCollectionsRetrieveResponse, le as TransactionFee, lf as TransactionMessage, lg as TransactionMessageResponse, pN as TransactionMessageResponseWritable, pM as TransactionMessageWritable, lh as TransactionSubtype, li as TransactionSubtypeList, lj as TransactionSubtypeListResponse, pQ as TransactionSubtypeListResponseWritable, pP as TransactionSubtypeListWritable, lk as TransactionSubtypeResponse, pR as TransactionSubtypeResponseWritable, pO as TransactionSubtypeWritable, s9 as TransactionTotalsRetrieveResponse, pH as TransactionWritable, s1 as TransactionsCreateResponse, s7 as TransactionsCreditCreateResponse, s8 as TransactionsDebitCreateResponse, s0 as TransactionsListResponse, s5 as TransactionsMessagesListResponse, s6 as TransactionsMessagesRetrieveResponse, s3 as TransactionsPartialUpdateResponse, s2 as TransactionsRetrieveResponse, sa as TransactionsTransferCreateResponse, s4 as TransactionsUpdateResponse, ll as UpdateAuthTokenRequest, lm as UpdateExtendedTransactionRequest, ln as UpdateLegalTermVersionRequest, lo as UserAddress, lp as UserAddressList, lq as UserAddressListResponse, pU as UserAddressListResponseWritable, pT as UserAddressListWritable, lr as UserAddressRequest, ls as UserAddressResponse, pV as UserAddressResponseWritable, pS as UserAddressWritable, sf as UserAddressesCreateResponse, sg as UserAddressesDestroyResponse, se as UserAddressesListResponse, si as UserAddressesPartialUpdateResponse, sh as UserAddressesRetrieveResponse, sj as UserAddressesUpdateResponse, lt as UserBankAccount, lu as UserBankAccountAsset, lv as UserBankAccountAssetList, lw as UserBankAccountAssetListResponse, pZ as UserBankAccountAssetListResponseWritable, pY as UserBankAccountAssetListWritable, lx as UserBankAccountAssetResponse, p_ as UserBankAccountAssetResponseWritable, pX as UserBankAccountAssetWritable, ly as UserBankAccountList, lz as UserBankAccountListResponse, q0 as UserBankAccountListResponseWritable, p$ as UserBankAccountListWritable, lA as UserBankAccountRequest, lB as UserBankAccountResponse, q1 as UserBankAccountResponseWritable, pW as UserBankAccountWritable, sr as UserBankAccountsAccountCurrenciesCreateResponse, ss as UserBankAccountsAccountCurrenciesDestroyResponse, sq as UserBankAccountsAccountCurrenciesListResponse, st as UserBankAccountsAccountCurrenciesRetrieveResponse, sl as UserBankAccountsCreateResponse, sv as UserBankAccountsCurrenciesCreateResponse, sw as UserBankAccountsCurrenciesDestroyResponse, su as UserBankAccountsCurrenciesListResponse, sx as UserBankAccountsCurrenciesRetrieveResponse, sm as UserBankAccountsDestroyResponse, sk as UserBankAccountsListResponse, so as UserBankAccountsPartialUpdateResponse, sn as UserBankAccountsRetrieveResponse, sp as UserBankAccountsUpdateResponse, lC as UserBankBranchAddress, lD as UserBankBranchAddressRequest, lE as UserCreateBankAccountRequest, lF as UserCreateDocumentRequest, q2 as UserCreateDocumentRequestWritable, lG as UserCreateWalletAccountRequest, sF as UserCryptoAccountsAccountCurrenciesCreateResponse, sG as UserCryptoAccountsAccountCurrenciesDestroyResponse, sE as UserCryptoAccountsAccountCurrenciesListResponse, sH as UserCryptoAccountsAccountCurrenciesRetrieveResponse, sz as UserCryptoAccountsCreateResponse, sJ as UserCryptoAccountsCurrenciesCreateResponse, sK as UserCryptoAccountsCurrenciesDestroyResponse, sI as UserCryptoAccountsCurrenciesListResponse, sL as UserCryptoAccountsCurrenciesRetrieveResponse, sA as UserCryptoAccountsDestroyResponse, sy as UserCryptoAccountsListResponse, sC as UserCryptoAccountsPartialUpdateResponse, sB as UserCryptoAccountsRetrieveResponse, sD as UserCryptoAccountsUpdateResponse, sX as UserDevicesAppsCreateResponse, sO as UserDevicesAppsDestroyResponse, sW as UserDevicesAppsListResponse, sQ as UserDevicesAppsPartialUpdateResponse, sP as UserDevicesAppsRetrieveResponse, sR as UserDevicesAppsUpdateResponse, sN as UserDevicesCreateResponse, sS as UserDevicesDestroyResponse, sM as UserDevicesListResponse, sU as UserDevicesPartialUpdateResponse, sT as UserDevicesRetrieveResponse, sV as UserDevicesUpdateResponse, lH as UserDisallowedTransactionSubtype, lI as UserDisallowedTransactionSubtypeRequest, q3 as UserDisallowedTransactionSubtypeWritable, lJ as UserDocument, lK as UserDocumentResponse, q5 as UserDocumentResponseWritable, q4 as UserDocumentWritable, sZ as UserDocumentsCreateResponse, s_ as UserDocumentsDestroyResponse, sY as UserDocumentsListResponse, s$ as UserDocumentsRetrieveResponse, t1 as UserEmailsCreateResponse, t2 as UserEmailsDestroyResponse, t0 as UserEmailsListResponse, t4 as UserEmailsPartialUpdateResponse, t3 as UserEmailsRetrieveResponse, t5 as UserEmailsUpdateResponse, lL as UserGroup, lM as UserGroupResponse, q7 as UserGroupResponseWritable, q6 as UserGroupWritable, t6 as UserLegalTermsListResponse, t7 as UserLegalTermsRetrieveResponse, t8 as UserLegalTermsVersionsListResponse, ta as UserLegalTermsVersionsPartialUpdateResponse, t9 as UserLegalTermsVersionsRetrieveResponse, tb as UserLegalTermsVersionsUpdateResponse, lN as UserMessage, lO as UserMessageResponse, q9 as UserMessageResponseWritable, q8 as UserMessageWritable, tc as UserMessagesListResponse, td as UserMessagesRetrieveResponse, tf as UserMobilesCreateResponse, tg as UserMobilesDestroyResponse, te as UserMobilesListResponse, ti as UserMobilesPartialUpdateResponse, th as UserMobilesRetrieveResponse, tj as UserMobilesUpdateResponse, sc as UserPartialUpdateResponse, lP as UserPermission, lQ as UserPermissionResponse, qb as UserPermissionResponseWritable, qa as UserPermissionWritable, sb as UserRetrieveResponse, lR as UserSettings, lS as UserSettingsRequest, qc as UserSettingsWritable, sd as UserUpdateResponse, lT as UserVerification, lU as UserWalletAccount, lV as UserWalletAccountAsset, lW as UserWalletAccountAssetResponse, qf as UserWalletAccountAssetResponseWritable, qe as UserWalletAccountAssetWritable, lX as UserWalletAccountList, lY as UserWalletAccountListResponse, qh as UserWalletAccountListResponseWritable, qg as UserWalletAccountListWritable, lZ as UserWalletAccountRequest, l_ as UserWalletAccountResponse, qi as UserWalletAccountResponseWritable, qd as UserWalletAccountWritable, tr as UserWalletAccountsAccountCurrenciesCreateResponse, ts as UserWalletAccountsAccountCurrenciesDestroyResponse, tq as UserWalletAccountsAccountCurrenciesListResponse, tt as UserWalletAccountsAccountCurrenciesRetrieveResponse, tl as UserWalletAccountsCreateResponse, tv as UserWalletAccountsCurrenciesCreateResponse, tw as UserWalletAccountsCurrenciesDestroyResponse, tu as UserWalletAccountsCurrenciesListResponse, tx as UserWalletAccountsCurrenciesRetrieveResponse, tm as UserWalletAccountsDestroyResponse, tk as UserWalletAccountsListResponse, to as UserWalletAccountsPartialUpdateResponse, tn as UserWalletAccountsRetrieveResponse, tp as UserWalletAccountsUpdateResponse, l$ as VerifyDeactivateRequest, m0 as VerifyEmailRequest, m1 as VerifyMobileRequest, m2 as VerifyRequestDeleteRequest } from './create-auth-ChOASbvo.mjs';
|
|
3
|
+
import { A as ApiFactoryConfig, B as BoundSdk } from './create-api-client-Bkkri-AM.mjs';
|
|
4
4
|
|
|
5
5
|
type AuthToken = string | undefined;
|
|
6
6
|
interface Auth {
|
|
@@ -31,7 +31,7 @@ type ArrayStyle = 'form' | 'spaceDelimited' | 'pipeDelimited';
|
|
|
31
31
|
type ObjectStyle = 'form' | 'deepObject';
|
|
32
32
|
|
|
33
33
|
type QuerySerializer = (query: Record<string, unknown>) => string;
|
|
34
|
-
type BodySerializer = (body:
|
|
34
|
+
type BodySerializer = (body: unknown) => unknown;
|
|
35
35
|
type QuerySerializerOptionsObject = {
|
|
36
36
|
allowReserved?: boolean;
|
|
37
37
|
array?: Partial<SerializerOptions<ArrayStyle>>;
|
|
@@ -106,7 +106,7 @@ interface Config$1 {
|
|
|
106
106
|
requestValidator?: (data: unknown) => Promise<unknown>;
|
|
107
107
|
/**
|
|
108
108
|
* A function transforming response data before it's returned. This is useful
|
|
109
|
-
* for post-processing data, e.g
|
|
109
|
+
* for post-processing data, e.g., converting ISO strings into Date objects.
|
|
110
110
|
*/
|
|
111
111
|
responseTransformer?: (data: unknown) => Promise<unknown>;
|
|
112
112
|
/**
|
|
@@ -266,6 +266,7 @@ interface RequestOptions<TData = unknown, TResponseStyle extends ResponseStyle =
|
|
|
266
266
|
url: Url;
|
|
267
267
|
}
|
|
268
268
|
interface ResolvedRequestOptions<TResponseStyle extends ResponseStyle = 'data', ThrowOnError extends boolean = boolean, Url extends string = string> extends RequestOptions<unknown, TResponseStyle, ThrowOnError, Url> {
|
|
269
|
+
headers: Headers;
|
|
269
270
|
serializedBody?: string;
|
|
270
271
|
}
|
|
271
272
|
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 : {
|
|
@@ -288,7 +289,7 @@ interface ClientOptions {
|
|
|
288
289
|
throwOnError?: boolean;
|
|
289
290
|
}
|
|
290
291
|
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>;
|
|
291
|
-
type SseFn = <TData = unknown, TError = unknown, ThrowOnError extends boolean = false, TResponseStyle extends ResponseStyle = 'data'>(options: Omit<RequestOptions<
|
|
292
|
+
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>>;
|
|
292
293
|
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>;
|
|
293
294
|
type BuildUrlFn = <TData extends {
|
|
294
295
|
body?: unknown;
|
|
@@ -309,7 +310,7 @@ interface TDataShape {
|
|
|
309
310
|
type OmitKeys<T, K> = Pick<T, Exclude<keyof T, K>>;
|
|
310
311
|
type Options$1<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean, TResponse = unknown, TResponseStyle extends ResponseStyle = 'data'> = OmitKeys<RequestOptions<TResponse, TResponseStyle, ThrowOnError>, 'body' | 'path' | 'query' | 'url'> & ([TData] extends [never] ? unknown : Omit<TData, 'url'>);
|
|
311
312
|
|
|
312
|
-
type Options<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean> = Options$1<TData, ThrowOnError> & {
|
|
313
|
+
type Options<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean, TResponse = unknown> = Options$1<TData, ThrowOnError, TResponse> & {
|
|
313
314
|
/**
|
|
314
315
|
* You can provide a client instance returned by `createClient()` instead of
|
|
315
316
|
* individual options. This might be also useful if you want to implement a
|
|
@@ -497,6 +498,14 @@ declare const authTokensDestroy: <ThrowOnError extends boolean = false>(options:
|
|
|
497
498
|
* Retrieve auth token
|
|
498
499
|
*/
|
|
499
500
|
declare const authTokensRetrieve: <ThrowOnError extends boolean = false>(options: Options<AuthTokensRetrieveData, ThrowOnError>) => RequestResult<AuthTokensRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
501
|
+
/**
|
|
502
|
+
* Partially update auth token
|
|
503
|
+
*/
|
|
504
|
+
declare const authTokensPartialUpdate: <ThrowOnError extends boolean = false>(options: Options<AuthTokensPartialUpdateData, ThrowOnError>) => RequestResult<AuthTokensPartialUpdateResponses, unknown, ThrowOnError, "data">;
|
|
505
|
+
/**
|
|
506
|
+
* Update auth token
|
|
507
|
+
*/
|
|
508
|
+
declare const authTokensUpdate: <ThrowOnError extends boolean = false>(options: Options<AuthTokensUpdateData, ThrowOnError>) => RequestResult<AuthTokensUpdateResponses, unknown, ThrowOnError, "data">;
|
|
500
509
|
/**
|
|
501
510
|
* Retrieve company
|
|
502
511
|
*/
|
|
@@ -1129,7 +1138,7 @@ declare const userWalletAccountsCurrenciesDestroy: <ThrowOnError extends boolean
|
|
|
1129
1138
|
*/
|
|
1130
1139
|
declare const userWalletAccountsCurrenciesRetrieve: <ThrowOnError extends boolean = false>(options: Options<UserWalletAccountsCurrenciesRetrieveData, ThrowOnError>) => RequestResult<UserWalletAccountsCurrenciesRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
1131
1140
|
|
|
1132
|
-
type sdk_Options<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean> = Options<TData, ThrowOnError>;
|
|
1141
|
+
type sdk_Options<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean, TResponse = unknown> = Options<TData, ThrowOnError, TResponse>;
|
|
1133
1142
|
declare const sdk_accountCurrenciesList: typeof accountCurrenciesList;
|
|
1134
1143
|
declare const sdk_accountDefinitionsList: typeof accountDefinitionsList;
|
|
1135
1144
|
declare const sdk_accountDefinitionsRetrieve: typeof accountDefinitionsRetrieve;
|
|
@@ -1178,7 +1187,9 @@ declare const sdk_authTokensCreate: typeof authTokensCreate;
|
|
|
1178
1187
|
declare const sdk_authTokensDestroy: typeof authTokensDestroy;
|
|
1179
1188
|
declare const sdk_authTokensList: typeof authTokensList;
|
|
1180
1189
|
declare const sdk_authTokensListDestroy: typeof authTokensListDestroy;
|
|
1190
|
+
declare const sdk_authTokensPartialUpdate: typeof authTokensPartialUpdate;
|
|
1181
1191
|
declare const sdk_authTokensRetrieve: typeof authTokensRetrieve;
|
|
1192
|
+
declare const sdk_authTokensUpdate: typeof authTokensUpdate;
|
|
1182
1193
|
declare const sdk_companyBankAccountsList: typeof companyBankAccountsList;
|
|
1183
1194
|
declare const sdk_companyCurrenciesList: typeof companyCurrenciesList;
|
|
1184
1195
|
declare const sdk_companyCurrenciesRetrieve: typeof companyCurrenciesRetrieve;
|
|
@@ -1338,10 +1349,10 @@ declare const sdk_userWalletAccountsPartialUpdate: typeof userWalletAccountsPart
|
|
|
1338
1349
|
declare const sdk_userWalletAccountsRetrieve: typeof userWalletAccountsRetrieve;
|
|
1339
1350
|
declare const sdk_userWalletAccountsUpdate: typeof userWalletAccountsUpdate;
|
|
1340
1351
|
declare namespace sdk {
|
|
1341
|
-
export { type sdk_Options as Options, sdk_accountCurrenciesList as accountCurrenciesList, sdk_accountDefinitionsList as accountDefinitionsList, sdk_accountDefinitionsRetrieve as accountDefinitionsRetrieve, sdk_accountsCreate as accountsCreate, sdk_accountsCurrenciesCreate as accountsCurrenciesCreate, sdk_accountsCurrenciesFeesList as accountsCurrenciesFeesList, sdk_accountsCurrenciesFeesRetrieve as accountsCurrenciesFeesRetrieve, sdk_accountsCurrenciesLimitsList as accountsCurrenciesLimitsList, sdk_accountsCurrenciesLimitsRetrieve as accountsCurrenciesLimitsRetrieve, sdk_accountsCurrenciesList as accountsCurrenciesList, sdk_accountsCurrenciesPartialUpdate as accountsCurrenciesPartialUpdate, sdk_accountsCurrenciesRetrieve as accountsCurrenciesRetrieve, sdk_accountsCurrenciesUpdate as accountsCurrenciesUpdate, sdk_accountsList as accountsList, sdk_accountsRetrieve as accountsRetrieve, sdk_authDeactivate as authDeactivate, sdk_authDeactivateVerify as authDeactivateVerify, sdk_authEmailVerify as authEmailVerify, sdk_authEmailVerifyResend as authEmailVerifyResend, sdk_authJwtCreate as authJwtCreate, sdk_authLogin as authLogin, sdk_authLogout as authLogout, sdk_authMfaAuthenticatorsCreate as authMfaAuthenticatorsCreate, sdk_authMfaAuthenticatorsDestroy as authMfaAuthenticatorsDestroy, sdk_authMfaAuthenticatorsList as authMfaAuthenticatorsList, sdk_authMfaAuthenticatorsRetrieve as authMfaAuthenticatorsRetrieve, sdk_authMfaDeliver as authMfaDeliver, sdk_authMfaVerify as authMfaVerify, sdk_authMobileVerify as authMobileVerify, sdk_authMobileVerifyResend as authMobileVerifyResend, sdk_authOauthAuthorizeCreate as authOauthAuthorizeCreate, sdk_authOauthLoginCreate as authOauthLoginCreate, sdk_authOauthRegisterCreate as authOauthRegisterCreate, sdk_authOauthSessionCreate as authOauthSessionCreate, sdk_authOauthVerifyCreate as authOauthVerifyCreate, sdk_authPasswordChange as authPasswordChange, sdk_authPasswordReset as authPasswordReset, sdk_authPasswordResetConfirm as authPasswordResetConfirm, sdk_authRefreshCreate as authRefreshCreate, sdk_authRegister as authRegister, sdk_authRegisterCompany as authRegisterCompany, sdk_authRequestDelete as authRequestDelete, sdk_authRequestDeleteVerify as authRequestDeleteVerify, sdk_authRetrieve as authRetrieve, sdk_authTokensCreate as authTokensCreate, sdk_authTokensDestroy as authTokensDestroy, sdk_authTokensList as authTokensList, sdk_authTokensListDestroy as authTokensListDestroy, sdk_authTokensRetrieve as authTokensRetrieve, sdk_companyBankAccountsList as companyBankAccountsList, sdk_companyCurrenciesList as companyCurrenciesList, sdk_companyCurrenciesRetrieve as companyCurrenciesRetrieve, sdk_companyRetrieve as companyRetrieve, sdk_companyWalletAccountsList as companyWalletAccountsList, sdk_documentTypesList as documentTypesList, sdk_documentTypesRetrieve as documentTypesRetrieve, sdk_exportsCreate as exportsCreate, sdk_exportsList as exportsList, sdk_exportsRetrieve as exportsRetrieve, sdk_groupsFeesList as groupsFeesList, sdk_groupsFeesRetrieve as groupsFeesRetrieve, sdk_groupsLimitsList as groupsLimitsList, sdk_groupsLimitsRetrieve as groupsLimitsRetrieve, sdk_groupsList as groupsList, sdk_groupsPermissionsList as groupsPermissionsList, sdk_groupsPermissionsRetrieve as groupsPermissionsRetrieve, sdk_groupsRetrieve as groupsRetrieve, sdk_groupsTiersFeesList as groupsTiersFeesList, sdk_groupsTiersFeesRetrieve as groupsTiersFeesRetrieve, sdk_groupsTiersLimitsList as groupsTiersLimitsList, sdk_groupsTiersLimitsRetrieve as groupsTiersLimitsRetrieve, sdk_groupsTiersList as groupsTiersList, sdk_groupsTiersRequirementSetsItemsList as groupsTiersRequirementSetsItemsList, sdk_groupsTiersRequirementSetsItemsRetrieve as groupsTiersRequirementSetsItemsRetrieve, sdk_groupsTiersRequirementSetsList as groupsTiersRequirementSetsList, sdk_groupsTiersRequirementSetsRetrieve as groupsTiersRequirementSetsRetrieve, sdk_groupsTiersRetrieve as groupsTiersRetrieve, sdk_metricsCreate as metricsCreate, sdk_metricsDestroy as metricsDestroy, sdk_metricsList as metricsList, sdk_metricsPointsList as metricsPointsList, sdk_metricsRetrieve as metricsRetrieve, sdk_permissionsList as permissionsList, sdk_permissionsRetrieve as permissionsRetrieve, sdk_publicCompaniesGroupsList as publicCompaniesGroupsList, sdk_publicCompaniesGroupsRetrieve as publicCompaniesGroupsRetrieve, sdk_publicCompaniesLegalTermsList as publicCompaniesLegalTermsList, sdk_publicCompaniesLegalTermsRetrieve as publicCompaniesLegalTermsRetrieve, sdk_publicCompaniesLegalTermsVersionsList as publicCompaniesLegalTermsVersionsList, sdk_publicCompaniesLegalTermsVersionsRetrieve as publicCompaniesLegalTermsVersionsRetrieve, sdk_publicCompaniesList as publicCompaniesList, sdk_publicCompaniesOauthClientsList as publicCompaniesOauthClientsList, sdk_publicCompaniesOauthClientsRetrieve as publicCompaniesOauthClientsRetrieve, sdk_publicCompaniesRetrieve as publicCompaniesRetrieve, sdk_publicLegalTermsList as publicLegalTermsList, sdk_publicLegalTermsRetrieve as publicLegalTermsRetrieve, sdk_publicLegalTermsVersionsList as publicLegalTermsVersionsList, sdk_publicLegalTermsVersionsRetrieve as publicLegalTermsVersionsRetrieve, sdk_statementsCreate as statementsCreate, sdk_statementsDestroy as statementsDestroy, sdk_statementsList as statementsList, sdk_statementsRetrieve as statementsRetrieve, sdk_subtypesList as subtypesList, sdk_subtypesRetrieve as subtypesRetrieve, sdk_transactionCollectionsCreate as transactionCollectionsCreate, sdk_transactionCollectionsList as transactionCollectionsList, sdk_transactionCollectionsRetrieve as transactionCollectionsRetrieve, sdk_transactionTotalsRetrieve as transactionTotalsRetrieve, sdk_transactionsCreate as transactionsCreate, sdk_transactionsCreditCreate as transactionsCreditCreate, sdk_transactionsDebitCreate as transactionsDebitCreate, sdk_transactionsList as transactionsList, sdk_transactionsMessagesList as transactionsMessagesList, sdk_transactionsMessagesRetrieve as transactionsMessagesRetrieve, sdk_transactionsPartialUpdate as transactionsPartialUpdate, sdk_transactionsRetrieve as transactionsRetrieve, sdk_transactionsTransferCreate as transactionsTransferCreate, sdk_transactionsUpdate as transactionsUpdate, sdk_userAddressesCreate as userAddressesCreate, sdk_userAddressesDestroy as userAddressesDestroy, sdk_userAddressesList as userAddressesList, sdk_userAddressesPartialUpdate as userAddressesPartialUpdate, sdk_userAddressesRetrieve as userAddressesRetrieve, sdk_userAddressesUpdate as userAddressesUpdate, sdk_userBankAccountsAccountCurrenciesCreate as userBankAccountsAccountCurrenciesCreate, sdk_userBankAccountsAccountCurrenciesDestroy as userBankAccountsAccountCurrenciesDestroy, sdk_userBankAccountsAccountCurrenciesList as userBankAccountsAccountCurrenciesList, sdk_userBankAccountsAccountCurrenciesRetrieve as userBankAccountsAccountCurrenciesRetrieve, sdk_userBankAccountsCreate as userBankAccountsCreate, sdk_userBankAccountsCurrenciesCreate as userBankAccountsCurrenciesCreate, sdk_userBankAccountsCurrenciesDestroy as userBankAccountsCurrenciesDestroy, sdk_userBankAccountsCurrenciesList as userBankAccountsCurrenciesList, sdk_userBankAccountsCurrenciesRetrieve as userBankAccountsCurrenciesRetrieve, sdk_userBankAccountsDestroy as userBankAccountsDestroy, sdk_userBankAccountsDocumentsRetrieve as userBankAccountsDocumentsRetrieve, sdk_userBankAccountsDocumentsRetrieve2 as userBankAccountsDocumentsRetrieve2, sdk_userBankAccountsList as userBankAccountsList, sdk_userBankAccountsPartialUpdate as userBankAccountsPartialUpdate, sdk_userBankAccountsRetrieve as userBankAccountsRetrieve, sdk_userBankAccountsUpdate as userBankAccountsUpdate, sdk_userCryptoAccountsAccountCurrenciesCreate as userCryptoAccountsAccountCurrenciesCreate, sdk_userCryptoAccountsAccountCurrenciesDestroy as userCryptoAccountsAccountCurrenciesDestroy, sdk_userCryptoAccountsAccountCurrenciesList as userCryptoAccountsAccountCurrenciesList, sdk_userCryptoAccountsAccountCurrenciesRetrieve as userCryptoAccountsAccountCurrenciesRetrieve, sdk_userCryptoAccountsCreate as userCryptoAccountsCreate, sdk_userCryptoAccountsCurrenciesCreate as userCryptoAccountsCurrenciesCreate, sdk_userCryptoAccountsCurrenciesDestroy as userCryptoAccountsCurrenciesDestroy, sdk_userCryptoAccountsCurrenciesList as userCryptoAccountsCurrenciesList, sdk_userCryptoAccountsCurrenciesRetrieve as userCryptoAccountsCurrenciesRetrieve, sdk_userCryptoAccountsDestroy as userCryptoAccountsDestroy, sdk_userCryptoAccountsList as userCryptoAccountsList, sdk_userCryptoAccountsPartialUpdate as userCryptoAccountsPartialUpdate, sdk_userCryptoAccountsRetrieve as userCryptoAccountsRetrieve, sdk_userCryptoAccountsUpdate as userCryptoAccountsUpdate, sdk_userDevicesAppsCreate as userDevicesAppsCreate, sdk_userDevicesAppsDestroy as userDevicesAppsDestroy, sdk_userDevicesAppsList as userDevicesAppsList, sdk_userDevicesAppsPartialUpdate as userDevicesAppsPartialUpdate, sdk_userDevicesAppsRetrieve as userDevicesAppsRetrieve, sdk_userDevicesAppsUpdate as userDevicesAppsUpdate, sdk_userDevicesCreate as userDevicesCreate, sdk_userDevicesDestroy as userDevicesDestroy, sdk_userDevicesList as userDevicesList, sdk_userDevicesPartialUpdate as userDevicesPartialUpdate, sdk_userDevicesRetrieve as userDevicesRetrieve, sdk_userDevicesUpdate as userDevicesUpdate, sdk_userDocumentsCreate as userDocumentsCreate, sdk_userDocumentsDestroy as userDocumentsDestroy, sdk_userDocumentsList as userDocumentsList, sdk_userDocumentsRetrieve as userDocumentsRetrieve, sdk_userEmailsCreate as userEmailsCreate, sdk_userEmailsDestroy as userEmailsDestroy, sdk_userEmailsList as userEmailsList, sdk_userEmailsPartialUpdate as userEmailsPartialUpdate, sdk_userEmailsRetrieve as userEmailsRetrieve, sdk_userEmailsUpdate as userEmailsUpdate, sdk_userLegalTermsList as userLegalTermsList, sdk_userLegalTermsRetrieve as userLegalTermsRetrieve, sdk_userLegalTermsVersionsList as userLegalTermsVersionsList, sdk_userLegalTermsVersionsPartialUpdate as userLegalTermsVersionsPartialUpdate, sdk_userLegalTermsVersionsRetrieve as userLegalTermsVersionsRetrieve, sdk_userLegalTermsVersionsUpdate as userLegalTermsVersionsUpdate, sdk_userMessagesList as userMessagesList, sdk_userMessagesRetrieve as userMessagesRetrieve, sdk_userMobilesCreate as userMobilesCreate, sdk_userMobilesDestroy as userMobilesDestroy, sdk_userMobilesList as userMobilesList, sdk_userMobilesPartialUpdate as userMobilesPartialUpdate, sdk_userMobilesRetrieve as userMobilesRetrieve, sdk_userMobilesUpdate as userMobilesUpdate, sdk_userPartialUpdate as userPartialUpdate, sdk_userRetrieve as userRetrieve, sdk_userUpdate as userUpdate, sdk_userWalletAccountsAccountCurrenciesCreate as userWalletAccountsAccountCurrenciesCreate, sdk_userWalletAccountsAccountCurrenciesDestroy as userWalletAccountsAccountCurrenciesDestroy, sdk_userWalletAccountsAccountCurrenciesList as userWalletAccountsAccountCurrenciesList, sdk_userWalletAccountsAccountCurrenciesRetrieve as userWalletAccountsAccountCurrenciesRetrieve, sdk_userWalletAccountsCreate as userWalletAccountsCreate, sdk_userWalletAccountsCurrenciesCreate as userWalletAccountsCurrenciesCreate, sdk_userWalletAccountsCurrenciesDestroy as userWalletAccountsCurrenciesDestroy, sdk_userWalletAccountsCurrenciesList as userWalletAccountsCurrenciesList, sdk_userWalletAccountsCurrenciesRetrieve as userWalletAccountsCurrenciesRetrieve, sdk_userWalletAccountsDestroy as userWalletAccountsDestroy, sdk_userWalletAccountsList as userWalletAccountsList, sdk_userWalletAccountsPartialUpdate as userWalletAccountsPartialUpdate, sdk_userWalletAccountsRetrieve as userWalletAccountsRetrieve, sdk_userWalletAccountsUpdate as userWalletAccountsUpdate };
|
|
1352
|
+
export { type sdk_Options as Options, sdk_accountCurrenciesList as accountCurrenciesList, sdk_accountDefinitionsList as accountDefinitionsList, sdk_accountDefinitionsRetrieve as accountDefinitionsRetrieve, sdk_accountsCreate as accountsCreate, sdk_accountsCurrenciesCreate as accountsCurrenciesCreate, sdk_accountsCurrenciesFeesList as accountsCurrenciesFeesList, sdk_accountsCurrenciesFeesRetrieve as accountsCurrenciesFeesRetrieve, sdk_accountsCurrenciesLimitsList as accountsCurrenciesLimitsList, sdk_accountsCurrenciesLimitsRetrieve as accountsCurrenciesLimitsRetrieve, sdk_accountsCurrenciesList as accountsCurrenciesList, sdk_accountsCurrenciesPartialUpdate as accountsCurrenciesPartialUpdate, sdk_accountsCurrenciesRetrieve as accountsCurrenciesRetrieve, sdk_accountsCurrenciesUpdate as accountsCurrenciesUpdate, sdk_accountsList as accountsList, sdk_accountsRetrieve as accountsRetrieve, sdk_authDeactivate as authDeactivate, sdk_authDeactivateVerify as authDeactivateVerify, sdk_authEmailVerify as authEmailVerify, sdk_authEmailVerifyResend as authEmailVerifyResend, sdk_authJwtCreate as authJwtCreate, sdk_authLogin as authLogin, sdk_authLogout as authLogout, sdk_authMfaAuthenticatorsCreate as authMfaAuthenticatorsCreate, sdk_authMfaAuthenticatorsDestroy as authMfaAuthenticatorsDestroy, sdk_authMfaAuthenticatorsList as authMfaAuthenticatorsList, sdk_authMfaAuthenticatorsRetrieve as authMfaAuthenticatorsRetrieve, sdk_authMfaDeliver as authMfaDeliver, sdk_authMfaVerify as authMfaVerify, sdk_authMobileVerify as authMobileVerify, sdk_authMobileVerifyResend as authMobileVerifyResend, sdk_authOauthAuthorizeCreate as authOauthAuthorizeCreate, sdk_authOauthLoginCreate as authOauthLoginCreate, sdk_authOauthRegisterCreate as authOauthRegisterCreate, sdk_authOauthSessionCreate as authOauthSessionCreate, sdk_authOauthVerifyCreate as authOauthVerifyCreate, sdk_authPasswordChange as authPasswordChange, sdk_authPasswordReset as authPasswordReset, sdk_authPasswordResetConfirm as authPasswordResetConfirm, sdk_authRefreshCreate as authRefreshCreate, sdk_authRegister as authRegister, sdk_authRegisterCompany as authRegisterCompany, sdk_authRequestDelete as authRequestDelete, sdk_authRequestDeleteVerify as authRequestDeleteVerify, sdk_authRetrieve as authRetrieve, sdk_authTokensCreate as authTokensCreate, sdk_authTokensDestroy as authTokensDestroy, sdk_authTokensList as authTokensList, sdk_authTokensListDestroy as authTokensListDestroy, sdk_authTokensPartialUpdate as authTokensPartialUpdate, sdk_authTokensRetrieve as authTokensRetrieve, sdk_authTokensUpdate as authTokensUpdate, sdk_companyBankAccountsList as companyBankAccountsList, sdk_companyCurrenciesList as companyCurrenciesList, sdk_companyCurrenciesRetrieve as companyCurrenciesRetrieve, sdk_companyRetrieve as companyRetrieve, sdk_companyWalletAccountsList as companyWalletAccountsList, sdk_documentTypesList as documentTypesList, sdk_documentTypesRetrieve as documentTypesRetrieve, sdk_exportsCreate as exportsCreate, sdk_exportsList as exportsList, sdk_exportsRetrieve as exportsRetrieve, sdk_groupsFeesList as groupsFeesList, sdk_groupsFeesRetrieve as groupsFeesRetrieve, sdk_groupsLimitsList as groupsLimitsList, sdk_groupsLimitsRetrieve as groupsLimitsRetrieve, sdk_groupsList as groupsList, sdk_groupsPermissionsList as groupsPermissionsList, sdk_groupsPermissionsRetrieve as groupsPermissionsRetrieve, sdk_groupsRetrieve as groupsRetrieve, sdk_groupsTiersFeesList as groupsTiersFeesList, sdk_groupsTiersFeesRetrieve as groupsTiersFeesRetrieve, sdk_groupsTiersLimitsList as groupsTiersLimitsList, sdk_groupsTiersLimitsRetrieve as groupsTiersLimitsRetrieve, sdk_groupsTiersList as groupsTiersList, sdk_groupsTiersRequirementSetsItemsList as groupsTiersRequirementSetsItemsList, sdk_groupsTiersRequirementSetsItemsRetrieve as groupsTiersRequirementSetsItemsRetrieve, sdk_groupsTiersRequirementSetsList as groupsTiersRequirementSetsList, sdk_groupsTiersRequirementSetsRetrieve as groupsTiersRequirementSetsRetrieve, sdk_groupsTiersRetrieve as groupsTiersRetrieve, sdk_metricsCreate as metricsCreate, sdk_metricsDestroy as metricsDestroy, sdk_metricsList as metricsList, sdk_metricsPointsList as metricsPointsList, sdk_metricsRetrieve as metricsRetrieve, sdk_permissionsList as permissionsList, sdk_permissionsRetrieve as permissionsRetrieve, sdk_publicCompaniesGroupsList as publicCompaniesGroupsList, sdk_publicCompaniesGroupsRetrieve as publicCompaniesGroupsRetrieve, sdk_publicCompaniesLegalTermsList as publicCompaniesLegalTermsList, sdk_publicCompaniesLegalTermsRetrieve as publicCompaniesLegalTermsRetrieve, sdk_publicCompaniesLegalTermsVersionsList as publicCompaniesLegalTermsVersionsList, sdk_publicCompaniesLegalTermsVersionsRetrieve as publicCompaniesLegalTermsVersionsRetrieve, sdk_publicCompaniesList as publicCompaniesList, sdk_publicCompaniesOauthClientsList as publicCompaniesOauthClientsList, sdk_publicCompaniesOauthClientsRetrieve as publicCompaniesOauthClientsRetrieve, sdk_publicCompaniesRetrieve as publicCompaniesRetrieve, sdk_publicLegalTermsList as publicLegalTermsList, sdk_publicLegalTermsRetrieve as publicLegalTermsRetrieve, sdk_publicLegalTermsVersionsList as publicLegalTermsVersionsList, sdk_publicLegalTermsVersionsRetrieve as publicLegalTermsVersionsRetrieve, sdk_statementsCreate as statementsCreate, sdk_statementsDestroy as statementsDestroy, sdk_statementsList as statementsList, sdk_statementsRetrieve as statementsRetrieve, sdk_subtypesList as subtypesList, sdk_subtypesRetrieve as subtypesRetrieve, sdk_transactionCollectionsCreate as transactionCollectionsCreate, sdk_transactionCollectionsList as transactionCollectionsList, sdk_transactionCollectionsRetrieve as transactionCollectionsRetrieve, sdk_transactionTotalsRetrieve as transactionTotalsRetrieve, sdk_transactionsCreate as transactionsCreate, sdk_transactionsCreditCreate as transactionsCreditCreate, sdk_transactionsDebitCreate as transactionsDebitCreate, sdk_transactionsList as transactionsList, sdk_transactionsMessagesList as transactionsMessagesList, sdk_transactionsMessagesRetrieve as transactionsMessagesRetrieve, sdk_transactionsPartialUpdate as transactionsPartialUpdate, sdk_transactionsRetrieve as transactionsRetrieve, sdk_transactionsTransferCreate as transactionsTransferCreate, sdk_transactionsUpdate as transactionsUpdate, sdk_userAddressesCreate as userAddressesCreate, sdk_userAddressesDestroy as userAddressesDestroy, sdk_userAddressesList as userAddressesList, sdk_userAddressesPartialUpdate as userAddressesPartialUpdate, sdk_userAddressesRetrieve as userAddressesRetrieve, sdk_userAddressesUpdate as userAddressesUpdate, sdk_userBankAccountsAccountCurrenciesCreate as userBankAccountsAccountCurrenciesCreate, sdk_userBankAccountsAccountCurrenciesDestroy as userBankAccountsAccountCurrenciesDestroy, sdk_userBankAccountsAccountCurrenciesList as userBankAccountsAccountCurrenciesList, sdk_userBankAccountsAccountCurrenciesRetrieve as userBankAccountsAccountCurrenciesRetrieve, sdk_userBankAccountsCreate as userBankAccountsCreate, sdk_userBankAccountsCurrenciesCreate as userBankAccountsCurrenciesCreate, sdk_userBankAccountsCurrenciesDestroy as userBankAccountsCurrenciesDestroy, sdk_userBankAccountsCurrenciesList as userBankAccountsCurrenciesList, sdk_userBankAccountsCurrenciesRetrieve as userBankAccountsCurrenciesRetrieve, sdk_userBankAccountsDestroy as userBankAccountsDestroy, sdk_userBankAccountsDocumentsRetrieve as userBankAccountsDocumentsRetrieve, sdk_userBankAccountsDocumentsRetrieve2 as userBankAccountsDocumentsRetrieve2, sdk_userBankAccountsList as userBankAccountsList, sdk_userBankAccountsPartialUpdate as userBankAccountsPartialUpdate, sdk_userBankAccountsRetrieve as userBankAccountsRetrieve, sdk_userBankAccountsUpdate as userBankAccountsUpdate, sdk_userCryptoAccountsAccountCurrenciesCreate as userCryptoAccountsAccountCurrenciesCreate, sdk_userCryptoAccountsAccountCurrenciesDestroy as userCryptoAccountsAccountCurrenciesDestroy, sdk_userCryptoAccountsAccountCurrenciesList as userCryptoAccountsAccountCurrenciesList, sdk_userCryptoAccountsAccountCurrenciesRetrieve as userCryptoAccountsAccountCurrenciesRetrieve, sdk_userCryptoAccountsCreate as userCryptoAccountsCreate, sdk_userCryptoAccountsCurrenciesCreate as userCryptoAccountsCurrenciesCreate, sdk_userCryptoAccountsCurrenciesDestroy as userCryptoAccountsCurrenciesDestroy, sdk_userCryptoAccountsCurrenciesList as userCryptoAccountsCurrenciesList, sdk_userCryptoAccountsCurrenciesRetrieve as userCryptoAccountsCurrenciesRetrieve, sdk_userCryptoAccountsDestroy as userCryptoAccountsDestroy, sdk_userCryptoAccountsList as userCryptoAccountsList, sdk_userCryptoAccountsPartialUpdate as userCryptoAccountsPartialUpdate, sdk_userCryptoAccountsRetrieve as userCryptoAccountsRetrieve, sdk_userCryptoAccountsUpdate as userCryptoAccountsUpdate, sdk_userDevicesAppsCreate as userDevicesAppsCreate, sdk_userDevicesAppsDestroy as userDevicesAppsDestroy, sdk_userDevicesAppsList as userDevicesAppsList, sdk_userDevicesAppsPartialUpdate as userDevicesAppsPartialUpdate, sdk_userDevicesAppsRetrieve as userDevicesAppsRetrieve, sdk_userDevicesAppsUpdate as userDevicesAppsUpdate, sdk_userDevicesCreate as userDevicesCreate, sdk_userDevicesDestroy as userDevicesDestroy, sdk_userDevicesList as userDevicesList, sdk_userDevicesPartialUpdate as userDevicesPartialUpdate, sdk_userDevicesRetrieve as userDevicesRetrieve, sdk_userDevicesUpdate as userDevicesUpdate, sdk_userDocumentsCreate as userDocumentsCreate, sdk_userDocumentsDestroy as userDocumentsDestroy, sdk_userDocumentsList as userDocumentsList, sdk_userDocumentsRetrieve as userDocumentsRetrieve, sdk_userEmailsCreate as userEmailsCreate, sdk_userEmailsDestroy as userEmailsDestroy, sdk_userEmailsList as userEmailsList, sdk_userEmailsPartialUpdate as userEmailsPartialUpdate, sdk_userEmailsRetrieve as userEmailsRetrieve, sdk_userEmailsUpdate as userEmailsUpdate, sdk_userLegalTermsList as userLegalTermsList, sdk_userLegalTermsRetrieve as userLegalTermsRetrieve, sdk_userLegalTermsVersionsList as userLegalTermsVersionsList, sdk_userLegalTermsVersionsPartialUpdate as userLegalTermsVersionsPartialUpdate, sdk_userLegalTermsVersionsRetrieve as userLegalTermsVersionsRetrieve, sdk_userLegalTermsVersionsUpdate as userLegalTermsVersionsUpdate, sdk_userMessagesList as userMessagesList, sdk_userMessagesRetrieve as userMessagesRetrieve, sdk_userMobilesCreate as userMobilesCreate, sdk_userMobilesDestroy as userMobilesDestroy, sdk_userMobilesList as userMobilesList, sdk_userMobilesPartialUpdate as userMobilesPartialUpdate, sdk_userMobilesRetrieve as userMobilesRetrieve, sdk_userMobilesUpdate as userMobilesUpdate, sdk_userPartialUpdate as userPartialUpdate, sdk_userRetrieve as userRetrieve, sdk_userUpdate as userUpdate, sdk_userWalletAccountsAccountCurrenciesCreate as userWalletAccountsAccountCurrenciesCreate, sdk_userWalletAccountsAccountCurrenciesDestroy as userWalletAccountsAccountCurrenciesDestroy, sdk_userWalletAccountsAccountCurrenciesList as userWalletAccountsAccountCurrenciesList, sdk_userWalletAccountsAccountCurrenciesRetrieve as userWalletAccountsAccountCurrenciesRetrieve, sdk_userWalletAccountsCreate as userWalletAccountsCreate, sdk_userWalletAccountsCurrenciesCreate as userWalletAccountsCurrenciesCreate, sdk_userWalletAccountsCurrenciesDestroy as userWalletAccountsCurrenciesDestroy, sdk_userWalletAccountsCurrenciesList as userWalletAccountsCurrenciesList, sdk_userWalletAccountsCurrenciesRetrieve as userWalletAccountsCurrenciesRetrieve, sdk_userWalletAccountsDestroy as userWalletAccountsDestroy, sdk_userWalletAccountsList as userWalletAccountsList, sdk_userWalletAccountsPartialUpdate as userWalletAccountsPartialUpdate, sdk_userWalletAccountsRetrieve as userWalletAccountsRetrieve, sdk_userWalletAccountsUpdate as userWalletAccountsUpdate };
|
|
1342
1353
|
}
|
|
1343
1354
|
|
|
1344
1355
|
type UserApi = BoundSdk<typeof sdk>;
|
|
1345
1356
|
declare function createUserApi(config: ApiFactoryConfig): UserApi;
|
|
1346
1357
|
|
|
1347
|
-
export { AccountCurrenciesListData, AccountCurrenciesListResponses, AccountDefinitionsListData, AccountDefinitionsListResponses, AccountDefinitionsRetrieveData, AccountDefinitionsRetrieveResponses, AccountsCreateData, AccountsCreateResponses, AccountsCurrenciesCreateData, AccountsCurrenciesCreateResponses, AccountsCurrenciesFeesListData, AccountsCurrenciesFeesListResponses, AccountsCurrenciesFeesRetrieveData, AccountsCurrenciesFeesRetrieveResponses, AccountsCurrenciesLimitsListData, AccountsCurrenciesLimitsListResponses, AccountsCurrenciesLimitsRetrieveData, AccountsCurrenciesLimitsRetrieveResponses, AccountsCurrenciesListData, AccountsCurrenciesListResponses, AccountsCurrenciesPartialUpdateData, AccountsCurrenciesPartialUpdateResponses, AccountsCurrenciesRetrieveData, AccountsCurrenciesRetrieveResponses, AccountsCurrenciesUpdateData, AccountsCurrenciesUpdateResponses, AccountsListData, AccountsListResponses, AccountsRetrieveData, AccountsRetrieveResponses, AuthDeactivateData, AuthDeactivateResponses, AuthDeactivateVerifyData, AuthDeactivateVerifyResponses, AuthEmailVerifyData, AuthEmailVerifyResendData, AuthEmailVerifyResendResponses, AuthEmailVerifyResponses, AuthJwtCreateData, AuthJwtCreateResponses, AuthLoginData, AuthLoginResponses, AuthLogoutData, AuthLogoutResponses, AuthMfaAuthenticatorsCreateData, AuthMfaAuthenticatorsCreateResponses, AuthMfaAuthenticatorsDestroyData, AuthMfaAuthenticatorsDestroyResponses, AuthMfaAuthenticatorsListData, AuthMfaAuthenticatorsListResponses, AuthMfaAuthenticatorsRetrieveData, AuthMfaAuthenticatorsRetrieveResponses, AuthMfaDeliverData, AuthMfaDeliverResponses, AuthMfaVerifyData, AuthMfaVerifyResponses, AuthMobileVerifyData, AuthMobileVerifyResendData, AuthMobileVerifyResendResponses, AuthMobileVerifyResponses, AuthOauthAuthorizeCreateData, AuthOauthAuthorizeCreateResponses, AuthOauthLoginCreateData, AuthOauthLoginCreateResponses, AuthOauthRegisterCreateData, AuthOauthRegisterCreateResponses, AuthOauthSessionCreateData, AuthOauthSessionCreateResponses, AuthOauthVerifyCreateData, AuthOauthVerifyCreateResponses, AuthPasswordChangeData, AuthPasswordChangeResponses, AuthPasswordResetConfirmData, AuthPasswordResetConfirmResponses, AuthPasswordResetData, AuthPasswordResetResponses, AuthRefreshCreateData, AuthRefreshCreateResponses, AuthRegisterCompanyData, AuthRegisterCompanyResponses, AuthRegisterData, AuthRegisterResponses, AuthRequestDeleteData, AuthRequestDeleteResponses, AuthRequestDeleteVerifyData, AuthRequestDeleteVerifyResponses, AuthRetrieveData, AuthRetrieveResponses, AuthTokensCreateData, AuthTokensCreateResponses, AuthTokensDestroyData, AuthTokensDestroyResponses, AuthTokensListData, AuthTokensListDestroyData, AuthTokensListDestroyResponses, AuthTokensListResponses, AuthTokensRetrieveData, AuthTokensRetrieveResponses, CompanyBankAccountsListData, CompanyBankAccountsListResponses, CompanyCurrenciesListData, CompanyCurrenciesListResponses, CompanyCurrenciesRetrieveData, CompanyCurrenciesRetrieveResponses, CompanyRetrieveData, CompanyRetrieveResponses, CompanyWalletAccountsListData, CompanyWalletAccountsListResponses, DocumentTypesListData, DocumentTypesListResponses, DocumentTypesRetrieveData, DocumentTypesRetrieveResponses, ExportsCreateData, ExportsCreateResponses, ExportsListData, ExportsListResponses, ExportsRetrieveData, ExportsRetrieveResponses, GroupsFeesListData, GroupsFeesListResponses, GroupsFeesRetrieveData, GroupsFeesRetrieveResponses, GroupsLimitsListData, GroupsLimitsListResponses, GroupsLimitsRetrieveData, GroupsLimitsRetrieveResponses, GroupsListData, GroupsListResponses, GroupsPermissionsListData, GroupsPermissionsListResponses, GroupsPermissionsRetrieveData, GroupsPermissionsRetrieveResponses, GroupsRetrieveData, GroupsRetrieveResponses, GroupsTiersFeesListData, GroupsTiersFeesListResponses, GroupsTiersFeesRetrieveData, GroupsTiersFeesRetrieveResponses, GroupsTiersLimitsListData, GroupsTiersLimitsListResponses, GroupsTiersLimitsRetrieveData, GroupsTiersLimitsRetrieveResponses, GroupsTiersListData, GroupsTiersListResponses, GroupsTiersRequirementSetsItemsListData, GroupsTiersRequirementSetsItemsListResponses, GroupsTiersRequirementSetsItemsRetrieveData, GroupsTiersRequirementSetsItemsRetrieveResponses, GroupsTiersRequirementSetsListData, GroupsTiersRequirementSetsListResponses, GroupsTiersRequirementSetsRetrieveData, GroupsTiersRequirementSetsRetrieveResponses, GroupsTiersRetrieveData, GroupsTiersRetrieveResponses, MetricsCreateData, MetricsCreateResponses, MetricsDestroyData, MetricsDestroyResponses, MetricsListData, MetricsListResponses, MetricsPointsListData, MetricsPointsListResponses, MetricsRetrieveData, MetricsRetrieveResponses, PermissionsListData, PermissionsListResponses, PermissionsRetrieveData, PermissionsRetrieveResponses, PublicCompaniesGroupsListData, PublicCompaniesGroupsListResponses, PublicCompaniesGroupsRetrieveData, PublicCompaniesGroupsRetrieveResponses, PublicCompaniesLegalTermsListData, PublicCompaniesLegalTermsListResponses, PublicCompaniesLegalTermsRetrieveData, PublicCompaniesLegalTermsRetrieveResponses, PublicCompaniesLegalTermsVersionsListData, PublicCompaniesLegalTermsVersionsListResponses, PublicCompaniesLegalTermsVersionsRetrieveData, PublicCompaniesLegalTermsVersionsRetrieveResponses, PublicCompaniesListData, PublicCompaniesListResponses, PublicCompaniesOauthClientsListData, PublicCompaniesOauthClientsListResponses, PublicCompaniesOauthClientsRetrieveData, PublicCompaniesOauthClientsRetrieveResponses, PublicCompaniesRetrieveData, PublicCompaniesRetrieveResponses, PublicLegalTermsListData, PublicLegalTermsListResponses, PublicLegalTermsRetrieveData, PublicLegalTermsRetrieveResponses, PublicLegalTermsVersionsListData, PublicLegalTermsVersionsListResponses, PublicLegalTermsVersionsRetrieveData, PublicLegalTermsVersionsRetrieveResponses, StatementsCreateData, StatementsCreateResponses, StatementsDestroyData, StatementsDestroyResponses, StatementsListData, StatementsListResponses, StatementsRetrieveData, StatementsRetrieveResponses, SubtypesListData, SubtypesListResponses, SubtypesRetrieveData, SubtypesRetrieveResponses, TransactionCollectionsCreateData, TransactionCollectionsCreateResponses, TransactionCollectionsListData, TransactionCollectionsListResponses, TransactionCollectionsRetrieveData, TransactionCollectionsRetrieveResponses, TransactionTotalsRetrieveData, TransactionTotalsRetrieveResponses, TransactionsCreateData, TransactionsCreateResponses, TransactionsCreditCreateData, TransactionsCreditCreateResponses, TransactionsDebitCreateData, TransactionsDebitCreateResponses, TransactionsListData, TransactionsListResponses, TransactionsMessagesListData, TransactionsMessagesListResponses, TransactionsMessagesRetrieveData, TransactionsMessagesRetrieveResponses, TransactionsPartialUpdateData, TransactionsPartialUpdateResponses, TransactionsRetrieveData, TransactionsRetrieveResponses, TransactionsTransferCreateData, TransactionsTransferCreateResponses, TransactionsUpdateData, TransactionsUpdateResponses, UserAddressesCreateData, UserAddressesCreateResponses, UserAddressesDestroyData, UserAddressesDestroyResponses, UserAddressesListData, UserAddressesListResponses, UserAddressesPartialUpdateData, UserAddressesPartialUpdateResponses, UserAddressesRetrieveData, UserAddressesRetrieveResponses, UserAddressesUpdateData, UserAddressesUpdateResponses, type UserApi, UserBankAccountsAccountCurrenciesCreateData, UserBankAccountsAccountCurrenciesCreateResponses, UserBankAccountsAccountCurrenciesDestroyData, UserBankAccountsAccountCurrenciesDestroyResponses, UserBankAccountsAccountCurrenciesListData, UserBankAccountsAccountCurrenciesListResponses, UserBankAccountsAccountCurrenciesRetrieveData, UserBankAccountsAccountCurrenciesRetrieveResponses, UserBankAccountsCreateData, UserBankAccountsCreateResponses, UserBankAccountsCurrenciesCreateData, UserBankAccountsCurrenciesCreateResponses, UserBankAccountsCurrenciesDestroyData, UserBankAccountsCurrenciesDestroyResponses, UserBankAccountsCurrenciesListData, UserBankAccountsCurrenciesListResponses, UserBankAccountsCurrenciesRetrieveData, UserBankAccountsCurrenciesRetrieveResponses, UserBankAccountsDestroyData, UserBankAccountsDestroyResponses, UserBankAccountsDocumentsRetrieve2Data, UserBankAccountsDocumentsRetrieve2Responses, UserBankAccountsDocumentsRetrieveData, UserBankAccountsDocumentsRetrieveResponses, UserBankAccountsListData, UserBankAccountsListResponses, UserBankAccountsPartialUpdateData, UserBankAccountsPartialUpdateResponses, UserBankAccountsRetrieveData, UserBankAccountsRetrieveResponses, UserBankAccountsUpdateData, UserBankAccountsUpdateResponses, UserCryptoAccountsAccountCurrenciesCreateData, UserCryptoAccountsAccountCurrenciesCreateResponses, UserCryptoAccountsAccountCurrenciesDestroyData, UserCryptoAccountsAccountCurrenciesDestroyResponses, UserCryptoAccountsAccountCurrenciesListData, UserCryptoAccountsAccountCurrenciesListResponses, UserCryptoAccountsAccountCurrenciesRetrieveData, UserCryptoAccountsAccountCurrenciesRetrieveResponses, UserCryptoAccountsCreateData, UserCryptoAccountsCreateResponses, UserCryptoAccountsCurrenciesCreateData, UserCryptoAccountsCurrenciesCreateResponses, UserCryptoAccountsCurrenciesDestroyData, UserCryptoAccountsCurrenciesDestroyResponses, UserCryptoAccountsCurrenciesListData, UserCryptoAccountsCurrenciesListResponses, UserCryptoAccountsCurrenciesRetrieveData, UserCryptoAccountsCurrenciesRetrieveResponses, UserCryptoAccountsDestroyData, UserCryptoAccountsDestroyResponses, UserCryptoAccountsListData, UserCryptoAccountsListResponses, UserCryptoAccountsPartialUpdateData, UserCryptoAccountsPartialUpdateResponses, UserCryptoAccountsRetrieveData, UserCryptoAccountsRetrieveResponses, UserCryptoAccountsUpdateData, UserCryptoAccountsUpdateResponses, UserDevicesAppsCreateData, UserDevicesAppsCreateResponses, UserDevicesAppsDestroyData, UserDevicesAppsDestroyResponses, UserDevicesAppsListData, UserDevicesAppsListResponses, UserDevicesAppsPartialUpdateData, UserDevicesAppsPartialUpdateResponses, UserDevicesAppsRetrieveData, UserDevicesAppsRetrieveResponses, UserDevicesAppsUpdateData, UserDevicesAppsUpdateResponses, UserDevicesCreateData, UserDevicesCreateResponses, UserDevicesDestroyData, UserDevicesDestroyResponses, UserDevicesListData, UserDevicesListResponses, UserDevicesPartialUpdateData, UserDevicesPartialUpdateResponses, UserDevicesRetrieveData, UserDevicesRetrieveResponses, UserDevicesUpdateData, UserDevicesUpdateResponses, UserDocumentsCreateData, UserDocumentsCreateResponses, UserDocumentsDestroyData, UserDocumentsDestroyResponses, UserDocumentsListData, UserDocumentsListResponses, UserDocumentsRetrieveData, UserDocumentsRetrieveResponses, UserEmailsCreateData, UserEmailsCreateResponses, UserEmailsDestroyData, UserEmailsDestroyResponses, UserEmailsListData, UserEmailsListResponses, UserEmailsPartialUpdateData, UserEmailsPartialUpdateResponses, UserEmailsRetrieveData, UserEmailsRetrieveResponses, UserEmailsUpdateData, UserEmailsUpdateResponses, UserLegalTermsListData, UserLegalTermsListResponses, UserLegalTermsRetrieveData, UserLegalTermsRetrieveResponses, UserLegalTermsVersionsListData, UserLegalTermsVersionsListResponses, UserLegalTermsVersionsPartialUpdateData, UserLegalTermsVersionsPartialUpdateResponses, UserLegalTermsVersionsRetrieveData, UserLegalTermsVersionsRetrieveResponses, UserLegalTermsVersionsUpdateData, UserLegalTermsVersionsUpdateResponses, UserMessagesListData, UserMessagesListResponses, UserMessagesRetrieveData, UserMessagesRetrieveResponses, UserMobilesCreateData, UserMobilesCreateResponses, UserMobilesDestroyData, UserMobilesDestroyResponses, UserMobilesListData, UserMobilesListResponses, UserMobilesPartialUpdateData, UserMobilesPartialUpdateResponses, UserMobilesRetrieveData, UserMobilesRetrieveResponses, UserMobilesUpdateData, UserMobilesUpdateResponses, UserPartialUpdateData, UserPartialUpdateResponses, UserRetrieveData, UserRetrieveResponses, UserUpdateData, UserUpdateResponses, UserWalletAccountsAccountCurrenciesCreateData, UserWalletAccountsAccountCurrenciesCreateResponses, UserWalletAccountsAccountCurrenciesDestroyData, UserWalletAccountsAccountCurrenciesDestroyResponses, UserWalletAccountsAccountCurrenciesListData, UserWalletAccountsAccountCurrenciesListResponses, UserWalletAccountsAccountCurrenciesRetrieveData, UserWalletAccountsAccountCurrenciesRetrieveResponses, UserWalletAccountsCreateData, UserWalletAccountsCreateResponses, UserWalletAccountsCurrenciesCreateData, UserWalletAccountsCurrenciesCreateResponses, UserWalletAccountsCurrenciesDestroyData, UserWalletAccountsCurrenciesDestroyResponses, UserWalletAccountsCurrenciesListData, UserWalletAccountsCurrenciesListResponses, UserWalletAccountsCurrenciesRetrieveData, UserWalletAccountsCurrenciesRetrieveResponses, UserWalletAccountsDestroyData, UserWalletAccountsDestroyResponses, UserWalletAccountsListData, UserWalletAccountsListResponses, UserWalletAccountsPartialUpdateData, UserWalletAccountsPartialUpdateResponses, UserWalletAccountsRetrieveData, UserWalletAccountsRetrieveResponses, UserWalletAccountsUpdateData, UserWalletAccountsUpdateResponses, createUserApi };
|
|
1358
|
+
export { AccountCurrenciesListData, AccountCurrenciesListResponses, AccountDefinitionsListData, AccountDefinitionsListResponses, AccountDefinitionsRetrieveData, AccountDefinitionsRetrieveResponses, AccountsCreateData, AccountsCreateResponses, AccountsCurrenciesCreateData, AccountsCurrenciesCreateResponses, AccountsCurrenciesFeesListData, AccountsCurrenciesFeesListResponses, AccountsCurrenciesFeesRetrieveData, AccountsCurrenciesFeesRetrieveResponses, AccountsCurrenciesLimitsListData, AccountsCurrenciesLimitsListResponses, AccountsCurrenciesLimitsRetrieveData, AccountsCurrenciesLimitsRetrieveResponses, AccountsCurrenciesListData, AccountsCurrenciesListResponses, AccountsCurrenciesPartialUpdateData, AccountsCurrenciesPartialUpdateResponses, AccountsCurrenciesRetrieveData, AccountsCurrenciesRetrieveResponses, AccountsCurrenciesUpdateData, AccountsCurrenciesUpdateResponses, AccountsListData, AccountsListResponses, AccountsRetrieveData, AccountsRetrieveResponses, AuthDeactivateData, AuthDeactivateResponses, AuthDeactivateVerifyData, AuthDeactivateVerifyResponses, AuthEmailVerifyData, AuthEmailVerifyResendData, AuthEmailVerifyResendResponses, AuthEmailVerifyResponses, AuthJwtCreateData, AuthJwtCreateResponses, AuthLoginData, AuthLoginResponses, AuthLogoutData, AuthLogoutResponses, AuthMfaAuthenticatorsCreateData, AuthMfaAuthenticatorsCreateResponses, AuthMfaAuthenticatorsDestroyData, AuthMfaAuthenticatorsDestroyResponses, AuthMfaAuthenticatorsListData, AuthMfaAuthenticatorsListResponses, AuthMfaAuthenticatorsRetrieveData, AuthMfaAuthenticatorsRetrieveResponses, AuthMfaDeliverData, AuthMfaDeliverResponses, AuthMfaVerifyData, AuthMfaVerifyResponses, AuthMobileVerifyData, AuthMobileVerifyResendData, AuthMobileVerifyResendResponses, AuthMobileVerifyResponses, AuthOauthAuthorizeCreateData, AuthOauthAuthorizeCreateResponses, AuthOauthLoginCreateData, AuthOauthLoginCreateResponses, AuthOauthRegisterCreateData, AuthOauthRegisterCreateResponses, AuthOauthSessionCreateData, AuthOauthSessionCreateResponses, AuthOauthVerifyCreateData, AuthOauthVerifyCreateResponses, AuthPasswordChangeData, AuthPasswordChangeResponses, AuthPasswordResetConfirmData, AuthPasswordResetConfirmResponses, AuthPasswordResetData, AuthPasswordResetResponses, AuthRefreshCreateData, AuthRefreshCreateResponses, AuthRegisterCompanyData, AuthRegisterCompanyResponses, AuthRegisterData, AuthRegisterResponses, AuthRequestDeleteData, AuthRequestDeleteResponses, AuthRequestDeleteVerifyData, AuthRequestDeleteVerifyResponses, AuthRetrieveData, AuthRetrieveResponses, AuthTokensCreateData, AuthTokensCreateResponses, AuthTokensDestroyData, AuthTokensDestroyResponses, AuthTokensListData, AuthTokensListDestroyData, AuthTokensListDestroyResponses, AuthTokensListResponses, AuthTokensPartialUpdateData, AuthTokensPartialUpdateResponses, AuthTokensRetrieveData, AuthTokensRetrieveResponses, AuthTokensUpdateData, AuthTokensUpdateResponses, CompanyBankAccountsListData, CompanyBankAccountsListResponses, CompanyCurrenciesListData, CompanyCurrenciesListResponses, CompanyCurrenciesRetrieveData, CompanyCurrenciesRetrieveResponses, CompanyRetrieveData, CompanyRetrieveResponses, CompanyWalletAccountsListData, CompanyWalletAccountsListResponses, DocumentTypesListData, DocumentTypesListResponses, DocumentTypesRetrieveData, DocumentTypesRetrieveResponses, ExportsCreateData, ExportsCreateResponses, ExportsListData, ExportsListResponses, ExportsRetrieveData, ExportsRetrieveResponses, GroupsFeesListData, GroupsFeesListResponses, GroupsFeesRetrieveData, GroupsFeesRetrieveResponses, GroupsLimitsListData, GroupsLimitsListResponses, GroupsLimitsRetrieveData, GroupsLimitsRetrieveResponses, GroupsListData, GroupsListResponses, GroupsPermissionsListData, GroupsPermissionsListResponses, GroupsPermissionsRetrieveData, GroupsPermissionsRetrieveResponses, GroupsRetrieveData, GroupsRetrieveResponses, GroupsTiersFeesListData, GroupsTiersFeesListResponses, GroupsTiersFeesRetrieveData, GroupsTiersFeesRetrieveResponses, GroupsTiersLimitsListData, GroupsTiersLimitsListResponses, GroupsTiersLimitsRetrieveData, GroupsTiersLimitsRetrieveResponses, GroupsTiersListData, GroupsTiersListResponses, GroupsTiersRequirementSetsItemsListData, GroupsTiersRequirementSetsItemsListResponses, GroupsTiersRequirementSetsItemsRetrieveData, GroupsTiersRequirementSetsItemsRetrieveResponses, GroupsTiersRequirementSetsListData, GroupsTiersRequirementSetsListResponses, GroupsTiersRequirementSetsRetrieveData, GroupsTiersRequirementSetsRetrieveResponses, GroupsTiersRetrieveData, GroupsTiersRetrieveResponses, MetricsCreateData, MetricsCreateResponses, MetricsDestroyData, MetricsDestroyResponses, MetricsListData, MetricsListResponses, MetricsPointsListData, MetricsPointsListResponses, MetricsRetrieveData, MetricsRetrieveResponses, PermissionsListData, PermissionsListResponses, PermissionsRetrieveData, PermissionsRetrieveResponses, PublicCompaniesGroupsListData, PublicCompaniesGroupsListResponses, PublicCompaniesGroupsRetrieveData, PublicCompaniesGroupsRetrieveResponses, PublicCompaniesLegalTermsListData, PublicCompaniesLegalTermsListResponses, PublicCompaniesLegalTermsRetrieveData, PublicCompaniesLegalTermsRetrieveResponses, PublicCompaniesLegalTermsVersionsListData, PublicCompaniesLegalTermsVersionsListResponses, PublicCompaniesLegalTermsVersionsRetrieveData, PublicCompaniesLegalTermsVersionsRetrieveResponses, PublicCompaniesListData, PublicCompaniesListResponses, PublicCompaniesOauthClientsListData, PublicCompaniesOauthClientsListResponses, PublicCompaniesOauthClientsRetrieveData, PublicCompaniesOauthClientsRetrieveResponses, PublicCompaniesRetrieveData, PublicCompaniesRetrieveResponses, PublicLegalTermsListData, PublicLegalTermsListResponses, PublicLegalTermsRetrieveData, PublicLegalTermsRetrieveResponses, PublicLegalTermsVersionsListData, PublicLegalTermsVersionsListResponses, PublicLegalTermsVersionsRetrieveData, PublicLegalTermsVersionsRetrieveResponses, StatementsCreateData, StatementsCreateResponses, StatementsDestroyData, StatementsDestroyResponses, StatementsListData, StatementsListResponses, StatementsRetrieveData, StatementsRetrieveResponses, SubtypesListData, SubtypesListResponses, SubtypesRetrieveData, SubtypesRetrieveResponses, TransactionCollectionsCreateData, TransactionCollectionsCreateResponses, TransactionCollectionsListData, TransactionCollectionsListResponses, TransactionCollectionsRetrieveData, TransactionCollectionsRetrieveResponses, TransactionTotalsRetrieveData, TransactionTotalsRetrieveResponses, TransactionsCreateData, TransactionsCreateResponses, TransactionsCreditCreateData, TransactionsCreditCreateResponses, TransactionsDebitCreateData, TransactionsDebitCreateResponses, TransactionsListData, TransactionsListResponses, TransactionsMessagesListData, TransactionsMessagesListResponses, TransactionsMessagesRetrieveData, TransactionsMessagesRetrieveResponses, TransactionsPartialUpdateData, TransactionsPartialUpdateResponses, TransactionsRetrieveData, TransactionsRetrieveResponses, TransactionsTransferCreateData, TransactionsTransferCreateResponses, TransactionsUpdateData, TransactionsUpdateResponses, UserAddressesCreateData, UserAddressesCreateResponses, UserAddressesDestroyData, UserAddressesDestroyResponses, UserAddressesListData, UserAddressesListResponses, UserAddressesPartialUpdateData, UserAddressesPartialUpdateResponses, UserAddressesRetrieveData, UserAddressesRetrieveResponses, UserAddressesUpdateData, UserAddressesUpdateResponses, type UserApi, UserBankAccountsAccountCurrenciesCreateData, UserBankAccountsAccountCurrenciesCreateResponses, UserBankAccountsAccountCurrenciesDestroyData, UserBankAccountsAccountCurrenciesDestroyResponses, UserBankAccountsAccountCurrenciesListData, UserBankAccountsAccountCurrenciesListResponses, UserBankAccountsAccountCurrenciesRetrieveData, UserBankAccountsAccountCurrenciesRetrieveResponses, UserBankAccountsCreateData, UserBankAccountsCreateResponses, UserBankAccountsCurrenciesCreateData, UserBankAccountsCurrenciesCreateResponses, UserBankAccountsCurrenciesDestroyData, UserBankAccountsCurrenciesDestroyResponses, UserBankAccountsCurrenciesListData, UserBankAccountsCurrenciesListResponses, UserBankAccountsCurrenciesRetrieveData, UserBankAccountsCurrenciesRetrieveResponses, UserBankAccountsDestroyData, UserBankAccountsDestroyResponses, UserBankAccountsDocumentsRetrieve2Data, UserBankAccountsDocumentsRetrieve2Responses, UserBankAccountsDocumentsRetrieveData, UserBankAccountsDocumentsRetrieveResponses, UserBankAccountsListData, UserBankAccountsListResponses, UserBankAccountsPartialUpdateData, UserBankAccountsPartialUpdateResponses, UserBankAccountsRetrieveData, UserBankAccountsRetrieveResponses, UserBankAccountsUpdateData, UserBankAccountsUpdateResponses, UserCryptoAccountsAccountCurrenciesCreateData, UserCryptoAccountsAccountCurrenciesCreateResponses, UserCryptoAccountsAccountCurrenciesDestroyData, UserCryptoAccountsAccountCurrenciesDestroyResponses, UserCryptoAccountsAccountCurrenciesListData, UserCryptoAccountsAccountCurrenciesListResponses, UserCryptoAccountsAccountCurrenciesRetrieveData, UserCryptoAccountsAccountCurrenciesRetrieveResponses, UserCryptoAccountsCreateData, UserCryptoAccountsCreateResponses, UserCryptoAccountsCurrenciesCreateData, UserCryptoAccountsCurrenciesCreateResponses, UserCryptoAccountsCurrenciesDestroyData, UserCryptoAccountsCurrenciesDestroyResponses, UserCryptoAccountsCurrenciesListData, UserCryptoAccountsCurrenciesListResponses, UserCryptoAccountsCurrenciesRetrieveData, UserCryptoAccountsCurrenciesRetrieveResponses, UserCryptoAccountsDestroyData, UserCryptoAccountsDestroyResponses, UserCryptoAccountsListData, UserCryptoAccountsListResponses, UserCryptoAccountsPartialUpdateData, UserCryptoAccountsPartialUpdateResponses, UserCryptoAccountsRetrieveData, UserCryptoAccountsRetrieveResponses, UserCryptoAccountsUpdateData, UserCryptoAccountsUpdateResponses, UserDevicesAppsCreateData, UserDevicesAppsCreateResponses, UserDevicesAppsDestroyData, UserDevicesAppsDestroyResponses, UserDevicesAppsListData, UserDevicesAppsListResponses, UserDevicesAppsPartialUpdateData, UserDevicesAppsPartialUpdateResponses, UserDevicesAppsRetrieveData, UserDevicesAppsRetrieveResponses, UserDevicesAppsUpdateData, UserDevicesAppsUpdateResponses, UserDevicesCreateData, UserDevicesCreateResponses, UserDevicesDestroyData, UserDevicesDestroyResponses, UserDevicesListData, UserDevicesListResponses, UserDevicesPartialUpdateData, UserDevicesPartialUpdateResponses, UserDevicesRetrieveData, UserDevicesRetrieveResponses, UserDevicesUpdateData, UserDevicesUpdateResponses, UserDocumentsCreateData, UserDocumentsCreateResponses, UserDocumentsDestroyData, UserDocumentsDestroyResponses, UserDocumentsListData, UserDocumentsListResponses, UserDocumentsRetrieveData, UserDocumentsRetrieveResponses, UserEmailsCreateData, UserEmailsCreateResponses, UserEmailsDestroyData, UserEmailsDestroyResponses, UserEmailsListData, UserEmailsListResponses, UserEmailsPartialUpdateData, UserEmailsPartialUpdateResponses, UserEmailsRetrieveData, UserEmailsRetrieveResponses, UserEmailsUpdateData, UserEmailsUpdateResponses, UserLegalTermsListData, UserLegalTermsListResponses, UserLegalTermsRetrieveData, UserLegalTermsRetrieveResponses, UserLegalTermsVersionsListData, UserLegalTermsVersionsListResponses, UserLegalTermsVersionsPartialUpdateData, UserLegalTermsVersionsPartialUpdateResponses, UserLegalTermsVersionsRetrieveData, UserLegalTermsVersionsRetrieveResponses, UserLegalTermsVersionsUpdateData, UserLegalTermsVersionsUpdateResponses, UserMessagesListData, UserMessagesListResponses, UserMessagesRetrieveData, UserMessagesRetrieveResponses, UserMobilesCreateData, UserMobilesCreateResponses, UserMobilesDestroyData, UserMobilesDestroyResponses, UserMobilesListData, UserMobilesListResponses, UserMobilesPartialUpdateData, UserMobilesPartialUpdateResponses, UserMobilesRetrieveData, UserMobilesRetrieveResponses, UserMobilesUpdateData, UserMobilesUpdateResponses, UserPartialUpdateData, UserPartialUpdateResponses, UserRetrieveData, UserRetrieveResponses, UserUpdateData, UserUpdateResponses, UserWalletAccountsAccountCurrenciesCreateData, UserWalletAccountsAccountCurrenciesCreateResponses, UserWalletAccountsAccountCurrenciesDestroyData, UserWalletAccountsAccountCurrenciesDestroyResponses, UserWalletAccountsAccountCurrenciesListData, UserWalletAccountsAccountCurrenciesListResponses, UserWalletAccountsAccountCurrenciesRetrieveData, UserWalletAccountsAccountCurrenciesRetrieveResponses, UserWalletAccountsCreateData, UserWalletAccountsCreateResponses, UserWalletAccountsCurrenciesCreateData, UserWalletAccountsCurrenciesCreateResponses, UserWalletAccountsCurrenciesDestroyData, UserWalletAccountsCurrenciesDestroyResponses, UserWalletAccountsCurrenciesListData, UserWalletAccountsCurrenciesListResponses, UserWalletAccountsCurrenciesRetrieveData, UserWalletAccountsCurrenciesRetrieveResponses, UserWalletAccountsDestroyData, UserWalletAccountsDestroyResponses, UserWalletAccountsListData, UserWalletAccountsListResponses, UserWalletAccountsPartialUpdateData, UserWalletAccountsPartialUpdateResponses, UserWalletAccountsRetrieveData, UserWalletAccountsRetrieveResponses, UserWalletAccountsUpdateData, UserWalletAccountsUpdateResponses, createUserApi };
|