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
|
@@ -900,10 +900,11 @@ type Auth$1 = {
|
|
|
900
900
|
* * `obsolete` - Obsolete
|
|
901
901
|
* * `declined` - Declined
|
|
902
902
|
* * `pending` - Pending
|
|
903
|
+
* * `paused` - Paused
|
|
903
904
|
* * `incomplete` - Incomplete
|
|
904
905
|
* * `verified` - Verified
|
|
905
906
|
*/
|
|
906
|
-
status: 'obsolete' | 'declined' | 'pending' | 'incomplete' | 'verified';
|
|
907
|
+
readonly status: 'obsolete' | 'declined' | 'pending' | 'paused' | 'incomplete' | 'verified';
|
|
907
908
|
readonly created: number;
|
|
908
909
|
readonly updated: number;
|
|
909
910
|
settings: UserSettings;
|
|
@@ -920,6 +921,7 @@ type AuthResponse = {
|
|
|
920
921
|
*/
|
|
921
922
|
type AuthToken = {
|
|
922
923
|
token_key: string;
|
|
924
|
+
readonly label: string;
|
|
923
925
|
readonly expires: number;
|
|
924
926
|
readonly created: number;
|
|
925
927
|
};
|
|
@@ -965,13 +967,13 @@ type AuthenticatorChallenge = {
|
|
|
965
967
|
* * `authorization` - Authorization
|
|
966
968
|
* * `setup` - Setup
|
|
967
969
|
*/
|
|
968
|
-
type: 'authentication' | 'authorization' | 'setup';
|
|
970
|
+
readonly type: 'authentication' | 'authorization' | 'setup';
|
|
969
971
|
/**
|
|
970
972
|
* * `ephemeral` - Ephemeral
|
|
971
973
|
* * `durable` - Durable
|
|
972
974
|
* * `permanent` - Permanent
|
|
973
975
|
*/
|
|
974
|
-
durability: 'ephemeral' | 'durable' | 'permanent';
|
|
976
|
+
readonly durability: 'ephemeral' | 'durable' | 'permanent';
|
|
975
977
|
readonly authenticator_types: Array<'totp' | 'sms' | 'static'>;
|
|
976
978
|
readonly created: number;
|
|
977
979
|
};
|
|
@@ -1826,14 +1828,14 @@ type Company = {
|
|
|
1826
1828
|
* * `test` - Test
|
|
1827
1829
|
* * `production` - Production
|
|
1828
1830
|
*/
|
|
1829
|
-
mode: 'test' | 'production';
|
|
1831
|
+
readonly mode: 'test' | 'production';
|
|
1830
1832
|
/**
|
|
1831
1833
|
* * `pending` - Pending
|
|
1832
1834
|
* * `active` - Active
|
|
1833
1835
|
* * `restricted` - Restricted
|
|
1834
1836
|
* * `suspended` - Suspended
|
|
1835
1837
|
*/
|
|
1836
|
-
status: 'pending' | 'active' | 'restricted' | 'suspended';
|
|
1838
|
+
readonly status: 'pending' | 'active' | 'restricted' | 'suspended';
|
|
1837
1839
|
readonly created: number;
|
|
1838
1840
|
readonly updated: number;
|
|
1839
1841
|
};
|
|
@@ -1848,6 +1850,7 @@ type CompanyBankAccount = {
|
|
|
1848
1850
|
name?: string | null;
|
|
1849
1851
|
number?: string | null;
|
|
1850
1852
|
type?: string | null;
|
|
1853
|
+
payment_method?: string | null;
|
|
1851
1854
|
bank_name?: string | null;
|
|
1852
1855
|
bank_code?: string | null;
|
|
1853
1856
|
bank_currency?: string | null;
|
|
@@ -1861,6 +1864,7 @@ type CompanyBankAccount = {
|
|
|
1861
1864
|
check_digit?: string | null;
|
|
1862
1865
|
pix_key?: string | null;
|
|
1863
1866
|
br_code?: string | null;
|
|
1867
|
+
sort_code?: string | null;
|
|
1864
1868
|
metadata?: {
|
|
1865
1869
|
[key: string]: unknown;
|
|
1866
1870
|
} | null;
|
|
@@ -1868,7 +1872,7 @@ type CompanyBankAccount = {
|
|
|
1868
1872
|
/**
|
|
1869
1873
|
* * `withdraw` - Withdraw
|
|
1870
1874
|
*/
|
|
1871
|
-
action: 'withdraw';
|
|
1875
|
+
readonly action: 'withdraw';
|
|
1872
1876
|
readonly created: number;
|
|
1873
1877
|
readonly updated: number;
|
|
1874
1878
|
};
|
|
@@ -2239,7 +2243,7 @@ type CompanyWalletAccount = {
|
|
|
2239
2243
|
/**
|
|
2240
2244
|
* * `withdraw` - Withdraw
|
|
2241
2245
|
*/
|
|
2242
|
-
action: 'withdraw';
|
|
2246
|
+
readonly action: 'withdraw';
|
|
2243
2247
|
readonly created: number;
|
|
2244
2248
|
readonly updated: number;
|
|
2245
2249
|
};
|
|
@@ -2251,6 +2255,7 @@ type CreateAccountAccountAssetRequest = {
|
|
|
2251
2255
|
type CreateAuthTokenRequest = {
|
|
2252
2256
|
password: string;
|
|
2253
2257
|
duration?: number | null;
|
|
2258
|
+
label?: string | null;
|
|
2254
2259
|
};
|
|
2255
2260
|
/**
|
|
2256
2261
|
* A ModelSerializer that takes additional arguments for
|
|
@@ -2713,6 +2718,7 @@ type CreateMetricRequest = {
|
|
|
2713
2718
|
*/
|
|
2714
2719
|
type CreateMobileRequest = {
|
|
2715
2720
|
number: string;
|
|
2721
|
+
primary?: boolean;
|
|
2716
2722
|
};
|
|
2717
2723
|
type CreateMultiTransactionRequest = {
|
|
2718
2724
|
transactions: Array<ExplicitCreateTransactionRequest>;
|
|
@@ -2847,15 +2853,16 @@ type CryptoAccount = {
|
|
|
2847
2853
|
* * `obsolete` - Obsolete
|
|
2848
2854
|
* * `declined` - Declined
|
|
2849
2855
|
* * `pending` - Pending
|
|
2856
|
+
* * `paused` - Paused
|
|
2850
2857
|
* * `incomplete` - Incomplete
|
|
2851
2858
|
* * `verified` - Verified
|
|
2852
2859
|
*/
|
|
2853
|
-
status: 'obsolete' | 'declined' | 'pending' | 'incomplete' | 'verified';
|
|
2860
|
+
readonly status: 'obsolete' | 'declined' | 'pending' | 'paused' | 'incomplete' | 'verified';
|
|
2854
2861
|
/**
|
|
2855
2862
|
* * `withdraw` - Withdraw
|
|
2856
2863
|
* * `deposit` - Deposit
|
|
2857
2864
|
*/
|
|
2858
|
-
action: 'withdraw' | 'deposit';
|
|
2865
|
+
readonly action: 'withdraw' | 'deposit';
|
|
2859
2866
|
readonly created: number;
|
|
2860
2867
|
readonly updated: number;
|
|
2861
2868
|
};
|
|
@@ -3080,7 +3087,7 @@ type Export = {
|
|
|
3080
3087
|
* * `transaction` - Transaction
|
|
3081
3088
|
* * `user` - User
|
|
3082
3089
|
*/
|
|
3083
|
-
resource: 'account' | 'account_currency' | 'transaction' | 'user';
|
|
3090
|
+
readonly resource: 'account' | 'account_currency' | 'transaction' | 'user';
|
|
3084
3091
|
query?: {
|
|
3085
3092
|
[key: string]: unknown;
|
|
3086
3093
|
} | null;
|
|
@@ -3090,7 +3097,7 @@ type Export = {
|
|
|
3090
3097
|
* * `complete` - Complete
|
|
3091
3098
|
* * `failed` - Failed
|
|
3092
3099
|
*/
|
|
3093
|
-
status: 'queued' | 'processing' | 'complete' | 'failed';
|
|
3100
|
+
readonly status: 'queued' | 'processing' | 'complete' | 'failed';
|
|
3094
3101
|
progress: number;
|
|
3095
3102
|
count?: number | null;
|
|
3096
3103
|
page_size?: number;
|
|
@@ -3098,7 +3105,7 @@ type Export = {
|
|
|
3098
3105
|
* * `json` - JSON
|
|
3099
3106
|
* * `csv` - CSV
|
|
3100
3107
|
*/
|
|
3101
|
-
file_format: 'json' | 'csv';
|
|
3108
|
+
readonly file_format: 'json' | 'csv';
|
|
3102
3109
|
readonly created: number;
|
|
3103
3110
|
readonly updated: number;
|
|
3104
3111
|
};
|
|
@@ -3185,7 +3192,7 @@ type ExtendedExport = {
|
|
|
3185
3192
|
* * `transaction` - Transaction
|
|
3186
3193
|
* * `user` - User
|
|
3187
3194
|
*/
|
|
3188
|
-
resource: 'account' | 'account_currency' | 'transaction' | 'user';
|
|
3195
|
+
readonly resource: 'account' | 'account_currency' | 'transaction' | 'user';
|
|
3189
3196
|
readonly query: {
|
|
3190
3197
|
[key: string]: unknown;
|
|
3191
3198
|
} | null;
|
|
@@ -3195,7 +3202,7 @@ type ExtendedExport = {
|
|
|
3195
3202
|
* * `complete` - Complete
|
|
3196
3203
|
* * `failed` - Failed
|
|
3197
3204
|
*/
|
|
3198
|
-
status: 'queued' | 'processing' | 'complete' | 'failed';
|
|
3205
|
+
readonly status: 'queued' | 'processing' | 'complete' | 'failed';
|
|
3199
3206
|
progress: number;
|
|
3200
3207
|
readonly count: number | null;
|
|
3201
3208
|
readonly page_size: number;
|
|
@@ -3204,7 +3211,7 @@ type ExtendedExport = {
|
|
|
3204
3211
|
* * `json` - JSON
|
|
3205
3212
|
* * `csv` - CSV
|
|
3206
3213
|
*/
|
|
3207
|
-
file_format: 'json' | 'csv';
|
|
3214
|
+
readonly file_format: 'json' | 'csv';
|
|
3208
3215
|
readonly created: number;
|
|
3209
3216
|
readonly updated: number;
|
|
3210
3217
|
};
|
|
@@ -3252,7 +3259,7 @@ type ExtendedTransaction = {
|
|
|
3252
3259
|
* * `credit` - Credit
|
|
3253
3260
|
* * `debit` - Debit
|
|
3254
3261
|
*/
|
|
3255
|
-
tx_type: 'credit' | 'debit';
|
|
3262
|
+
readonly tx_type: 'credit' | 'debit';
|
|
3256
3263
|
readonly subtype: string | null;
|
|
3257
3264
|
readonly note: string;
|
|
3258
3265
|
readonly metadata: {
|
|
@@ -3265,7 +3272,7 @@ type ExtendedTransaction = {
|
|
|
3265
3272
|
* * `Complete` - Complete
|
|
3266
3273
|
* * `Failed` - Failed
|
|
3267
3274
|
*/
|
|
3268
|
-
status: 'Initiating' | 'Quoted' | 'Pending' | 'Complete' | 'Failed';
|
|
3275
|
+
readonly status: 'Initiating' | 'Quoted' | 'Pending' | 'Complete' | 'Failed';
|
|
3269
3276
|
readonly reference: string | null;
|
|
3270
3277
|
readonly amount: number;
|
|
3271
3278
|
readonly fee: number;
|
|
@@ -3858,10 +3865,11 @@ type ExtendedUserInfo = {
|
|
|
3858
3865
|
* * `obsolete` - Obsolete
|
|
3859
3866
|
* * `declined` - Declined
|
|
3860
3867
|
* * `pending` - Pending
|
|
3868
|
+
* * `paused` - Paused
|
|
3861
3869
|
* * `incomplete` - Incomplete
|
|
3862
3870
|
* * `verified` - Verified
|
|
3863
3871
|
*/
|
|
3864
|
-
status: 'obsolete' | 'declined' | 'pending' | 'incomplete' | 'verified';
|
|
3872
|
+
readonly status: 'obsolete' | 'declined' | 'pending' | 'paused' | 'incomplete' | 'verified';
|
|
3865
3873
|
readonly created: number;
|
|
3866
3874
|
readonly updated: number;
|
|
3867
3875
|
settings: UserSettings;
|
|
@@ -4501,12 +4509,13 @@ type GroupPermission = {
|
|
|
4501
4509
|
* * `admin` - Admin
|
|
4502
4510
|
* * `user` - User
|
|
4503
4511
|
*/
|
|
4504
|
-
section: 'system' | 'admin' | 'user';
|
|
4512
|
+
readonly section: 'system' | 'admin' | 'user';
|
|
4505
4513
|
/**
|
|
4506
4514
|
* * `accesscontrolrule` - Access Control Rule
|
|
4507
4515
|
* * `account` - Account
|
|
4508
4516
|
* * `accountdefinition` - Account Definition
|
|
4509
4517
|
* * `address` - Address
|
|
4518
|
+
* * `alert` - Alert
|
|
4510
4519
|
* * `currency` - Currency
|
|
4511
4520
|
* * `bankaccount` - Bank Account
|
|
4512
4521
|
* * `company` - Company
|
|
@@ -4531,14 +4540,14 @@ type GroupPermission = {
|
|
|
4531
4540
|
* * `user` - User
|
|
4532
4541
|
* * `webhook` - Webhook
|
|
4533
4542
|
*/
|
|
4534
|
-
type: 'accesscontrolrule' | 'account' | 'accountdefinition' | 'address' | 'currency' | 'bankaccount' | 'company' | 'cryptoaccount' | 'device' | 'document' | 'email' | 'group' | 'jwt' | 'legalterm' | 'mfa' | 'mfarule' | 'mobile' | 'notification' | 'oauthclient' | 'permission' | 'request' | 'service' | 'token' | 'transaction' | 'transactionsubtypes' | 'user' | 'webhook';
|
|
4543
|
+
readonly type: 'accesscontrolrule' | 'account' | 'accountdefinition' | 'address' | 'alert' | 'currency' | 'bankaccount' | 'company' | 'cryptoaccount' | 'device' | 'document' | 'email' | 'group' | 'jwt' | 'legalterm' | 'mfa' | 'mfarule' | 'mobile' | 'notification' | 'oauthclient' | 'permission' | 'request' | 'service' | 'token' | 'transaction' | 'transactionsubtypes' | 'user' | 'webhook';
|
|
4535
4544
|
/**
|
|
4536
4545
|
* * `view` - View
|
|
4537
4546
|
* * `add` - Add
|
|
4538
4547
|
* * `change` - Change
|
|
4539
4548
|
* * `delete` - Delete
|
|
4540
4549
|
*/
|
|
4541
|
-
level: 'view' | 'add' | 'change' | 'delete';
|
|
4550
|
+
readonly level: 'view' | 'add' | 'change' | 'delete';
|
|
4542
4551
|
readonly properties: {
|
|
4543
4552
|
[key: string]: unknown;
|
|
4544
4553
|
};
|
|
@@ -4687,7 +4696,7 @@ type GroupTierRequirementSetItem = {
|
|
|
4687
4696
|
/**
|
|
4688
4697
|
* * `resource` - Resource
|
|
4689
4698
|
*/
|
|
4690
|
-
type: 'resource';
|
|
4699
|
+
readonly type: 'resource';
|
|
4691
4700
|
rule: GroupTierRequirementSetItemRule;
|
|
4692
4701
|
name?: string | null;
|
|
4693
4702
|
description?: string | null;
|
|
@@ -4735,7 +4744,7 @@ type LegalTerm = {
|
|
|
4735
4744
|
* * `system` - System
|
|
4736
4745
|
* * `company` - Company
|
|
4737
4746
|
*/
|
|
4738
|
-
type: 'system' | 'company';
|
|
4747
|
+
readonly type: 'system' | 'company';
|
|
4739
4748
|
readonly name: string;
|
|
4740
4749
|
readonly description: string | null;
|
|
4741
4750
|
readonly versions: Array<ReducedLegalTermVersion>;
|
|
@@ -4831,7 +4840,7 @@ type MfatotpDeviceDetail = {
|
|
|
4831
4840
|
* * `SHA256` - SHA256
|
|
4832
4841
|
* * `SHA512` - SHA512
|
|
4833
4842
|
*/
|
|
4834
|
-
algorithm: 'SHA1' | 'SHA256' | 'SHA512';
|
|
4843
|
+
readonly algorithm: 'SHA1' | 'SHA256' | 'SHA512';
|
|
4835
4844
|
readonly otpauth_url: string;
|
|
4836
4845
|
readonly issuer: string;
|
|
4837
4846
|
readonly account: string;
|
|
@@ -4885,7 +4894,7 @@ type MaskedMfatotpDeviceDetail = {
|
|
|
4885
4894
|
* * `SHA256` - SHA256
|
|
4886
4895
|
* * `SHA512` - SHA512
|
|
4887
4896
|
*/
|
|
4888
|
-
algorithm: 'SHA1' | 'SHA256' | 'SHA512';
|
|
4897
|
+
readonly algorithm: 'SHA1' | 'SHA256' | 'SHA512';
|
|
4889
4898
|
readonly otpauth_url: string;
|
|
4890
4899
|
readonly issuer: string;
|
|
4891
4900
|
readonly account: string;
|
|
@@ -4923,7 +4932,7 @@ type Metric = {
|
|
|
4923
4932
|
* * `user_active_count` - User Active Count
|
|
4924
4933
|
* * `user_transacted_in_30days_count` - User Transacted In 30Days Count
|
|
4925
4934
|
*/
|
|
4926
|
-
type: 'account_count' | 'transaction_count' | 'transaction_complete_count' | 'transaction_failed_count' | 'transaction_pending_count' | 'transaction_complete_sum' | 'transaction_failed_sum' | 'transaction_pending_sum' | 'transaction_balance_sum' | 'transaction_available_balance_sum' | 'user_count' | 'user_active_count' | 'user_transacted_in_30days_count';
|
|
4935
|
+
readonly type: 'account_count' | 'transaction_count' | 'transaction_complete_count' | 'transaction_failed_count' | 'transaction_pending_count' | 'transaction_complete_sum' | 'transaction_failed_sum' | 'transaction_pending_sum' | 'transaction_balance_sum' | 'transaction_available_balance_sum' | 'user_count' | 'user_active_count' | 'user_transacted_in_30days_count';
|
|
4927
4936
|
currency: ReducedAsset;
|
|
4928
4937
|
readonly timezone: string;
|
|
4929
4938
|
readonly query: {
|
|
@@ -4933,7 +4942,7 @@ type Metric = {
|
|
|
4933
4942
|
* * `accumulate` - Accumulate
|
|
4934
4943
|
* * `set` - Set
|
|
4935
4944
|
*/
|
|
4936
|
-
method: 'accumulate' | 'set';
|
|
4945
|
+
readonly method: 'accumulate' | 'set';
|
|
4937
4946
|
readonly created: number;
|
|
4938
4947
|
readonly updated: number;
|
|
4939
4948
|
};
|
|
@@ -5014,7 +5023,7 @@ type OauthClient = {
|
|
|
5014
5023
|
* * `apple` - Apple
|
|
5015
5024
|
* * `google` - Google
|
|
5016
5025
|
*/
|
|
5017
|
-
provider: 'apple' | 'google';
|
|
5026
|
+
readonly provider: 'apple' | 'google';
|
|
5018
5027
|
readonly application: string;
|
|
5019
5028
|
readonly client_id: string;
|
|
5020
5029
|
readonly created: number;
|
|
@@ -6153,6 +6162,9 @@ type PatchedExtendedUserInfoRequest = {
|
|
|
6153
6162
|
type PatchedMobileRequest = {
|
|
6154
6163
|
primary?: boolean;
|
|
6155
6164
|
};
|
|
6165
|
+
type PatchedUpdateAuthTokenRequest = {
|
|
6166
|
+
label?: string | null;
|
|
6167
|
+
};
|
|
6156
6168
|
/**
|
|
6157
6169
|
* A mixin that handles the application of permissions to properties on a
|
|
6158
6170
|
* serializer using the built-in permissions system.
|
|
@@ -6462,6 +6474,7 @@ type PatchedUserBankAccountRequest = {
|
|
|
6462
6474
|
name?: string | null;
|
|
6463
6475
|
number?: string | null;
|
|
6464
6476
|
type?: string | null;
|
|
6477
|
+
payment_method?: string | null;
|
|
6465
6478
|
/**
|
|
6466
6479
|
* * `individual` - Individual
|
|
6467
6480
|
* * `business` - Business
|
|
@@ -6482,6 +6495,7 @@ type PatchedUserBankAccountRequest = {
|
|
|
6482
6495
|
check_digit?: string | null;
|
|
6483
6496
|
pix_key?: string | null;
|
|
6484
6497
|
br_code?: string | null;
|
|
6498
|
+
sort_code?: string | null;
|
|
6485
6499
|
metadata?: {
|
|
6486
6500
|
[key: string]: unknown;
|
|
6487
6501
|
} | null;
|
|
@@ -6794,14 +6808,14 @@ type PublicCompany = {
|
|
|
6794
6808
|
* * `test` - Test
|
|
6795
6809
|
* * `production` - Production
|
|
6796
6810
|
*/
|
|
6797
|
-
mode: 'test' | 'production';
|
|
6811
|
+
readonly mode: 'test' | 'production';
|
|
6798
6812
|
/**
|
|
6799
6813
|
* * `pending` - Pending
|
|
6800
6814
|
* * `active` - Active
|
|
6801
6815
|
* * `restricted` - Restricted
|
|
6802
6816
|
* * `suspended` - Suspended
|
|
6803
6817
|
*/
|
|
6804
|
-
status: 'pending' | 'active' | 'restricted' | 'suspended';
|
|
6818
|
+
readonly status: 'pending' | 'active' | 'restricted' | 'suspended';
|
|
6805
6819
|
readonly created: number;
|
|
6806
6820
|
readonly updated: number;
|
|
6807
6821
|
};
|
|
@@ -6817,7 +6831,7 @@ type PublicCompanyLegalTerm = {
|
|
|
6817
6831
|
* * `system` - System
|
|
6818
6832
|
* * `company` - Company
|
|
6819
6833
|
*/
|
|
6820
|
-
type: 'system' | 'company';
|
|
6834
|
+
readonly type: 'system' | 'company';
|
|
6821
6835
|
name: string;
|
|
6822
6836
|
description?: string | null;
|
|
6823
6837
|
readonly groups: Array<string>;
|
|
@@ -6903,7 +6917,7 @@ type PublicLegalTerm = {
|
|
|
6903
6917
|
* * `system` - System
|
|
6904
6918
|
* * `company` - Company
|
|
6905
6919
|
*/
|
|
6906
|
-
type: 'system' | 'company';
|
|
6920
|
+
readonly type: 'system' | 'company';
|
|
6907
6921
|
name: string;
|
|
6908
6922
|
description?: string | null;
|
|
6909
6923
|
readonly groups: Array<string>;
|
|
@@ -7188,7 +7202,7 @@ type ReducedService = {
|
|
|
7188
7202
|
* * `public` - Public
|
|
7189
7203
|
* * `private` - Private
|
|
7190
7204
|
*/
|
|
7191
|
-
type: 'system' | 'public' | 'private';
|
|
7205
|
+
readonly type: 'system' | 'public' | 'private';
|
|
7192
7206
|
};
|
|
7193
7207
|
type ReducedTransactionSubtype = {
|
|
7194
7208
|
readonly id: number;
|
|
@@ -8369,7 +8383,7 @@ type Statement = {
|
|
|
8369
8383
|
* * `complete` - Complete
|
|
8370
8384
|
* * `failed` - Failed
|
|
8371
8385
|
*/
|
|
8372
|
-
status: 'queued' | 'processing' | 'complete' | 'failed';
|
|
8386
|
+
readonly status: 'queued' | 'processing' | 'complete' | 'failed';
|
|
8373
8387
|
readonly created: number;
|
|
8374
8388
|
readonly updated: number;
|
|
8375
8389
|
};
|
|
@@ -8407,7 +8421,7 @@ type Transaction = {
|
|
|
8407
8421
|
* * `credit` - Credit
|
|
8408
8422
|
* * `debit` - Debit
|
|
8409
8423
|
*/
|
|
8410
|
-
tx_type: 'credit' | 'debit';
|
|
8424
|
+
readonly tx_type: 'credit' | 'debit';
|
|
8411
8425
|
readonly subtype: string | null;
|
|
8412
8426
|
readonly note: string;
|
|
8413
8427
|
readonly metadata: {
|
|
@@ -8420,7 +8434,7 @@ type Transaction = {
|
|
|
8420
8434
|
* * `Complete` - Complete
|
|
8421
8435
|
* * `Failed` - Failed
|
|
8422
8436
|
*/
|
|
8423
|
-
status: 'Initiating' | 'Quoted' | 'Pending' | 'Complete' | 'Failed';
|
|
8437
|
+
readonly status: 'Initiating' | 'Quoted' | 'Pending' | 'Complete' | 'Failed';
|
|
8424
8438
|
readonly reference: string | null;
|
|
8425
8439
|
readonly amount: number;
|
|
8426
8440
|
readonly fee: number;
|
|
@@ -8463,7 +8477,7 @@ type TransactionCollection = {
|
|
|
8463
8477
|
* * `Complete` - Complete
|
|
8464
8478
|
* * `Failed` - Failed
|
|
8465
8479
|
*/
|
|
8466
|
-
status: 'Initiating' | 'Quoted' | 'Pending' | 'Complete' | 'Failed';
|
|
8480
|
+
readonly status: 'Initiating' | 'Quoted' | 'Pending' | 'Complete' | 'Failed';
|
|
8467
8481
|
readonly created: number;
|
|
8468
8482
|
readonly updated: number;
|
|
8469
8483
|
};
|
|
@@ -8491,7 +8505,7 @@ type TransactionCollectionTransaction = {
|
|
|
8491
8505
|
* * `credit` - Credit
|
|
8492
8506
|
* * `debit` - Debit
|
|
8493
8507
|
*/
|
|
8494
|
-
tx_type: 'credit' | 'debit';
|
|
8508
|
+
readonly tx_type: 'credit' | 'debit';
|
|
8495
8509
|
readonly subtype: string | null;
|
|
8496
8510
|
readonly note: string;
|
|
8497
8511
|
readonly metadata: {
|
|
@@ -8504,7 +8518,7 @@ type TransactionCollectionTransaction = {
|
|
|
8504
8518
|
* * `Complete` - Complete
|
|
8505
8519
|
* * `Failed` - Failed
|
|
8506
8520
|
*/
|
|
8507
|
-
status: 'Initiating' | 'Quoted' | 'Pending' | 'Complete' | 'Failed';
|
|
8521
|
+
readonly status: 'Initiating' | 'Quoted' | 'Pending' | 'Complete' | 'Failed';
|
|
8508
8522
|
readonly reference: string | null;
|
|
8509
8523
|
readonly amount: number;
|
|
8510
8524
|
readonly fee: number;
|
|
@@ -8543,7 +8557,7 @@ type TransactionMessage = {
|
|
|
8543
8557
|
* * `warning` - Warning
|
|
8544
8558
|
* * `error` - Error
|
|
8545
8559
|
*/
|
|
8546
|
-
level: 'info' | 'warning' | 'error';
|
|
8560
|
+
readonly level: 'info' | 'warning' | 'error';
|
|
8547
8561
|
message: string;
|
|
8548
8562
|
readonly created: number;
|
|
8549
8563
|
readonly updated: number;
|
|
@@ -8567,14 +8581,14 @@ type TransactionSubtype = {
|
|
|
8567
8581
|
* * `credit` - Credit
|
|
8568
8582
|
* * `debit` - Debit
|
|
8569
8583
|
*/
|
|
8570
|
-
tx_type: 'credit' | 'debit';
|
|
8584
|
+
readonly tx_type: 'credit' | 'debit';
|
|
8571
8585
|
/**
|
|
8572
8586
|
* * `partner` - Partner
|
|
8573
8587
|
* * `single` - Single
|
|
8574
8588
|
*
|
|
8575
8589
|
* @deprecated
|
|
8576
8590
|
*/
|
|
8577
|
-
usage_type: 'partner' | 'single' | null;
|
|
8591
|
+
readonly usage_type: 'partner' | 'single' | null;
|
|
8578
8592
|
partner: ReducedTransactionSubtype;
|
|
8579
8593
|
readonly created: number;
|
|
8580
8594
|
readonly updated: number;
|
|
@@ -8588,6 +8602,9 @@ type TransactionSubtypeResponse = {
|
|
|
8588
8602
|
status: string;
|
|
8589
8603
|
data: TransactionSubtype;
|
|
8590
8604
|
};
|
|
8605
|
+
type UpdateAuthTokenRequest = {
|
|
8606
|
+
label?: string | null;
|
|
8607
|
+
};
|
|
8591
8608
|
/**
|
|
8592
8609
|
* A mixin that handles the application of permissions to properties on a
|
|
8593
8610
|
* serializer using the built-in permissions system.
|
|
@@ -8891,10 +8908,11 @@ type UserAddress = {
|
|
|
8891
8908
|
* * `obsolete` - Obsolete
|
|
8892
8909
|
* * `declined` - Declined
|
|
8893
8910
|
* * `pending` - Pending
|
|
8911
|
+
* * `paused` - Paused
|
|
8894
8912
|
* * `incomplete` - Incomplete
|
|
8895
8913
|
* * `verified` - Verified
|
|
8896
8914
|
*/
|
|
8897
|
-
status: 'obsolete' | 'declined' | 'pending' | 'incomplete' | 'verified';
|
|
8915
|
+
readonly status: 'obsolete' | 'declined' | 'pending' | 'paused' | 'incomplete' | 'verified';
|
|
8898
8916
|
readonly created: number;
|
|
8899
8917
|
readonly updated: number;
|
|
8900
8918
|
};
|
|
@@ -9191,6 +9209,7 @@ type UserBankAccount = {
|
|
|
9191
9209
|
name?: string | null;
|
|
9192
9210
|
number?: string | null;
|
|
9193
9211
|
type?: string | null;
|
|
9212
|
+
payment_method?: string | null;
|
|
9194
9213
|
/**
|
|
9195
9214
|
* * `individual` - Individual
|
|
9196
9215
|
* * `business` - Business
|
|
@@ -9211,6 +9230,7 @@ type UserBankAccount = {
|
|
|
9211
9230
|
check_digit?: string | null;
|
|
9212
9231
|
pix_key?: string | null;
|
|
9213
9232
|
br_code?: string | null;
|
|
9233
|
+
sort_code?: string | null;
|
|
9214
9234
|
readonly code: string | null;
|
|
9215
9235
|
metadata?: {
|
|
9216
9236
|
[key: string]: unknown;
|
|
@@ -9219,17 +9239,18 @@ type UserBankAccount = {
|
|
|
9219
9239
|
* * `obsolete` - Obsolete
|
|
9220
9240
|
* * `declined` - Declined
|
|
9221
9241
|
* * `pending` - Pending
|
|
9242
|
+
* * `paused` - Paused
|
|
9222
9243
|
* * `incomplete` - Incomplete
|
|
9223
9244
|
* * `verified` - Verified
|
|
9224
9245
|
*/
|
|
9225
|
-
status: 'obsolete' | 'declined' | 'pending' | 'incomplete' | 'verified';
|
|
9246
|
+
readonly status: 'obsolete' | 'declined' | 'pending' | 'paused' | 'incomplete' | 'verified';
|
|
9226
9247
|
readonly currencies: Array<ReducedAsset>;
|
|
9227
9248
|
readonly account_currencies: Array<ReducedAccountAsset>;
|
|
9228
9249
|
/**
|
|
9229
9250
|
* * `withdraw` - Withdraw
|
|
9230
9251
|
* * `deposit` - Deposit
|
|
9231
9252
|
*/
|
|
9232
|
-
action: 'withdraw' | 'deposit';
|
|
9253
|
+
readonly action: 'withdraw' | 'deposit';
|
|
9233
9254
|
readonly created: number;
|
|
9234
9255
|
readonly updated: number;
|
|
9235
9256
|
};
|
|
@@ -9273,6 +9294,7 @@ type UserBankAccountRequest = {
|
|
|
9273
9294
|
name?: string | null;
|
|
9274
9295
|
number?: string | null;
|
|
9275
9296
|
type?: string | null;
|
|
9297
|
+
payment_method?: string | null;
|
|
9276
9298
|
/**
|
|
9277
9299
|
* * `individual` - Individual
|
|
9278
9300
|
* * `business` - Business
|
|
@@ -9293,6 +9315,7 @@ type UserBankAccountRequest = {
|
|
|
9293
9315
|
check_digit?: string | null;
|
|
9294
9316
|
pix_key?: string | null;
|
|
9295
9317
|
br_code?: string | null;
|
|
9318
|
+
sort_code?: string | null;
|
|
9296
9319
|
metadata?: {
|
|
9297
9320
|
[key: string]: unknown;
|
|
9298
9321
|
} | null;
|
|
@@ -9843,6 +9866,7 @@ type UserCreateBankAccountRequest = {
|
|
|
9843
9866
|
name?: string | null;
|
|
9844
9867
|
number?: string | null;
|
|
9845
9868
|
type?: string | null;
|
|
9869
|
+
payment_method?: string | null;
|
|
9846
9870
|
/**
|
|
9847
9871
|
* * `individual` - Individual
|
|
9848
9872
|
* * `business` - Business
|
|
@@ -9863,6 +9887,7 @@ type UserCreateBankAccountRequest = {
|
|
|
9863
9887
|
check_digit?: string | null;
|
|
9864
9888
|
pix_key?: string | null;
|
|
9865
9889
|
br_code?: string | null;
|
|
9890
|
+
sort_code?: string | null;
|
|
9866
9891
|
metadata?: {
|
|
9867
9892
|
[key: string]: unknown;
|
|
9868
9893
|
} | null;
|
|
@@ -9931,10 +9956,11 @@ type UserDocument = {
|
|
|
9931
9956
|
* * `obsolete` - Obsolete
|
|
9932
9957
|
* * `declined` - Declined
|
|
9933
9958
|
* * `pending` - Pending
|
|
9959
|
+
* * `paused` - Paused
|
|
9934
9960
|
* * `incomplete` - Incomplete
|
|
9935
9961
|
* * `verified` - Verified
|
|
9936
9962
|
*/
|
|
9937
|
-
status: 'obsolete' | 'declined' | 'pending' | 'incomplete' | 'verified';
|
|
9963
|
+
readonly status: 'obsolete' | 'declined' | 'pending' | 'paused' | 'incomplete' | 'verified';
|
|
9938
9964
|
metadata?: {
|
|
9939
9965
|
[key: string]: unknown;
|
|
9940
9966
|
} | null;
|
|
@@ -9985,7 +10011,7 @@ type UserMessage = {
|
|
|
9985
10011
|
* * `warning` - Warning
|
|
9986
10012
|
* * `error` - Error
|
|
9987
10013
|
*/
|
|
9988
|
-
level: 'info' | 'warning' | 'error';
|
|
10014
|
+
readonly level: 'info' | 'warning' | 'error';
|
|
9989
10015
|
message: string;
|
|
9990
10016
|
readonly created: number;
|
|
9991
10017
|
readonly updated: number;
|
|
@@ -10007,12 +10033,13 @@ type UserPermission = {
|
|
|
10007
10033
|
* * `admin` - Admin
|
|
10008
10034
|
* * `user` - User
|
|
10009
10035
|
*/
|
|
10010
|
-
section: 'system' | 'admin' | 'user';
|
|
10036
|
+
readonly section: 'system' | 'admin' | 'user';
|
|
10011
10037
|
/**
|
|
10012
10038
|
* * `accesscontrolrule` - Access Control Rule
|
|
10013
10039
|
* * `account` - Account
|
|
10014
10040
|
* * `accountdefinition` - Account Definition
|
|
10015
10041
|
* * `address` - Address
|
|
10042
|
+
* * `alert` - Alert
|
|
10016
10043
|
* * `currency` - Currency
|
|
10017
10044
|
* * `bankaccount` - Bank Account
|
|
10018
10045
|
* * `company` - Company
|
|
@@ -10037,14 +10064,14 @@ type UserPermission = {
|
|
|
10037
10064
|
* * `user` - User
|
|
10038
10065
|
* * `webhook` - Webhook
|
|
10039
10066
|
*/
|
|
10040
|
-
type: 'accesscontrolrule' | 'account' | 'accountdefinition' | 'address' | 'currency' | 'bankaccount' | 'company' | 'cryptoaccount' | 'device' | 'document' | 'email' | 'group' | 'jwt' | 'legalterm' | 'mfa' | 'mfarule' | 'mobile' | 'notification' | 'oauthclient' | 'permission' | 'request' | 'service' | 'token' | 'transaction' | 'transactionsubtypes' | 'user' | 'webhook';
|
|
10067
|
+
readonly type: 'accesscontrolrule' | 'account' | 'accountdefinition' | 'address' | 'alert' | 'currency' | 'bankaccount' | 'company' | 'cryptoaccount' | 'device' | 'document' | 'email' | 'group' | 'jwt' | 'legalterm' | 'mfa' | 'mfarule' | 'mobile' | 'notification' | 'oauthclient' | 'permission' | 'request' | 'service' | 'token' | 'transaction' | 'transactionsubtypes' | 'user' | 'webhook';
|
|
10041
10068
|
/**
|
|
10042
10069
|
* * `view` - View
|
|
10043
10070
|
* * `add` - Add
|
|
10044
10071
|
* * `change` - Change
|
|
10045
10072
|
* * `delete` - Delete
|
|
10046
10073
|
*/
|
|
10047
|
-
level: 'view' | 'add' | 'change' | 'delete';
|
|
10074
|
+
readonly level: 'view' | 'add' | 'change' | 'delete';
|
|
10048
10075
|
readonly properties: {
|
|
10049
10076
|
[key: string]: unknown;
|
|
10050
10077
|
};
|
|
@@ -10114,17 +10141,18 @@ type UserWalletAccount = {
|
|
|
10114
10141
|
* * `obsolete` - Obsolete
|
|
10115
10142
|
* * `declined` - Declined
|
|
10116
10143
|
* * `pending` - Pending
|
|
10144
|
+
* * `paused` - Paused
|
|
10117
10145
|
* * `incomplete` - Incomplete
|
|
10118
10146
|
* * `verified` - Verified
|
|
10119
10147
|
*/
|
|
10120
|
-
status: 'obsolete' | 'declined' | 'pending' | 'incomplete' | 'verified';
|
|
10148
|
+
readonly status: 'obsolete' | 'declined' | 'pending' | 'paused' | 'incomplete' | 'verified';
|
|
10121
10149
|
readonly currencies: Array<ReducedAsset>;
|
|
10122
10150
|
readonly account_currencies: Array<ReducedAccountAsset>;
|
|
10123
10151
|
/**
|
|
10124
10152
|
* * `withdraw` - Withdraw
|
|
10125
10153
|
* * `deposit` - Deposit
|
|
10126
10154
|
*/
|
|
10127
|
-
action: 'withdraw' | 'deposit';
|
|
10155
|
+
readonly action: 'withdraw' | 'deposit';
|
|
10128
10156
|
readonly created: number;
|
|
10129
10157
|
readonly updated: number;
|
|
10130
10158
|
};
|
|
@@ -11212,6 +11240,7 @@ type CompanyBankAccountWritable = {
|
|
|
11212
11240
|
name?: string | null;
|
|
11213
11241
|
number?: string | null;
|
|
11214
11242
|
type?: string | null;
|
|
11243
|
+
payment_method?: string | null;
|
|
11215
11244
|
bank_name?: string | null;
|
|
11216
11245
|
bank_code?: string | null;
|
|
11217
11246
|
bank_currency?: string | null;
|
|
@@ -11225,6 +11254,7 @@ type CompanyBankAccountWritable = {
|
|
|
11225
11254
|
check_digit?: string | null;
|
|
11226
11255
|
pix_key?: string | null;
|
|
11227
11256
|
br_code?: string | null;
|
|
11257
|
+
sort_code?: string | null;
|
|
11228
11258
|
metadata?: {
|
|
11229
11259
|
[key: string]: unknown;
|
|
11230
11260
|
} | null;
|
|
@@ -15230,6 +15260,7 @@ type UserBankAccountWritable = {
|
|
|
15230
15260
|
name?: string | null;
|
|
15231
15261
|
number?: string | null;
|
|
15232
15262
|
type?: string | null;
|
|
15263
|
+
payment_method?: string | null;
|
|
15233
15264
|
/**
|
|
15234
15265
|
* * `individual` - Individual
|
|
15235
15266
|
* * `business` - Business
|
|
@@ -15250,6 +15281,7 @@ type UserBankAccountWritable = {
|
|
|
15250
15281
|
check_digit?: string | null;
|
|
15251
15282
|
pix_key?: string | null;
|
|
15252
15283
|
br_code?: string | null;
|
|
15284
|
+
sort_code?: string | null;
|
|
15253
15285
|
metadata?: {
|
|
15254
15286
|
[key: string]: unknown;
|
|
15255
15287
|
} | null;
|
|
@@ -16130,6 +16162,30 @@ type AuthTokensRetrieveResponses = {
|
|
|
16130
16162
|
200: AuthTokenResponse;
|
|
16131
16163
|
};
|
|
16132
16164
|
type AuthTokensRetrieveResponse = AuthTokensRetrieveResponses[keyof AuthTokensRetrieveResponses];
|
|
16165
|
+
type AuthTokensPartialUpdateData = {
|
|
16166
|
+
body?: PatchedUpdateAuthTokenRequest;
|
|
16167
|
+
path: {
|
|
16168
|
+
token_key: string;
|
|
16169
|
+
};
|
|
16170
|
+
query?: never;
|
|
16171
|
+
url: '/3/auth/tokens/{token_key}/';
|
|
16172
|
+
};
|
|
16173
|
+
type AuthTokensPartialUpdateResponses = {
|
|
16174
|
+
200: AuthTokenResponse;
|
|
16175
|
+
};
|
|
16176
|
+
type AuthTokensPartialUpdateResponse = AuthTokensPartialUpdateResponses[keyof AuthTokensPartialUpdateResponses];
|
|
16177
|
+
type AuthTokensUpdateData = {
|
|
16178
|
+
body?: UpdateAuthTokenRequest;
|
|
16179
|
+
path: {
|
|
16180
|
+
token_key: string;
|
|
16181
|
+
};
|
|
16182
|
+
query?: never;
|
|
16183
|
+
url: '/3/auth/tokens/{token_key}/';
|
|
16184
|
+
};
|
|
16185
|
+
type AuthTokensUpdateResponses = {
|
|
16186
|
+
200: AuthTokenResponse;
|
|
16187
|
+
};
|
|
16188
|
+
type AuthTokensUpdateResponse = AuthTokensUpdateResponses[keyof AuthTokensUpdateResponses];
|
|
16133
16189
|
type CompanyRetrieveData = {
|
|
16134
16190
|
body?: never;
|
|
16135
16191
|
path?: never;
|
|
@@ -18519,39 +18575,14 @@ interface AuthState {
|
|
|
18519
18575
|
sessions: AuthSession[];
|
|
18520
18576
|
activeSessionIndex: number;
|
|
18521
18577
|
}
|
|
18522
|
-
type AuthStatus = 'loading' | 'authenticated' | 'refreshing' | 'recoverable' | 'unauthenticated';
|
|
18523
|
-
interface AuthRecoveryState {
|
|
18524
|
-
pending: boolean;
|
|
18525
|
-
expiredSession: AuthSession | null;
|
|
18526
|
-
remainingSessions: AuthSession[];
|
|
18527
|
-
}
|
|
18528
|
-
interface AuthSnapshot {
|
|
18529
|
-
status: AuthStatus;
|
|
18530
|
-
session: AuthSession | null;
|
|
18531
|
-
sessions: AuthSession[];
|
|
18532
|
-
activeSessionIndex: number;
|
|
18533
|
-
isRefreshing: boolean;
|
|
18534
|
-
initialized: boolean;
|
|
18535
|
-
error: Error | null;
|
|
18536
|
-
recovery: AuthRecoveryState;
|
|
18537
|
-
}
|
|
18538
|
-
type AuthEventType = 'initialized' | 'login' | 'register' | 'register-company' | 'logout' | 'logout-all' | 'refresh' | 'session-imported' | 'session-updated' | 'session-switched' | 'session-expired' | 'session-cleared' | 'error';
|
|
18539
|
-
interface AuthEvent {
|
|
18540
|
-
type: AuthEventType;
|
|
18541
|
-
snapshot: AuthSnapshot;
|
|
18542
|
-
session?: AuthSession | null;
|
|
18543
|
-
error?: Error | null;
|
|
18544
|
-
}
|
|
18545
18578
|
type SessionListener = (session: AuthSession | null) => void;
|
|
18546
18579
|
type ErrorListener = (error: Error | null) => void;
|
|
18547
|
-
type AuthStateListener = (snapshot: AuthSnapshot) => void;
|
|
18548
|
-
type AuthEventListener = (event: AuthEvent) => void;
|
|
18549
18580
|
|
|
18550
18581
|
type LoginParams = {
|
|
18551
18582
|
user: string;
|
|
18552
18583
|
password: string;
|
|
18553
18584
|
company: string;
|
|
18554
|
-
session_duration?: number;
|
|
18585
|
+
session_duration?: number | null;
|
|
18555
18586
|
};
|
|
18556
18587
|
type RegisterParams = {
|
|
18557
18588
|
email?: string;
|
|
@@ -18563,19 +18594,9 @@ type RegisterParams = {
|
|
|
18563
18594
|
last_name?: string;
|
|
18564
18595
|
terms_and_conditions?: boolean;
|
|
18565
18596
|
privacy_policy?: boolean;
|
|
18566
|
-
session_duration?: number;
|
|
18597
|
+
session_duration?: number | null;
|
|
18567
18598
|
};
|
|
18568
18599
|
type RegisterCompanyParams = RegisterCompanyRequestWritable;
|
|
18569
|
-
interface ImportTokenOptions {
|
|
18570
|
-
company?: string;
|
|
18571
|
-
expires?: number;
|
|
18572
|
-
sessionDuration?: number;
|
|
18573
|
-
}
|
|
18574
|
-
interface ValidateSessionOptions {
|
|
18575
|
-
retryCount?: number;
|
|
18576
|
-
retryDelayMs?: number;
|
|
18577
|
-
}
|
|
18578
|
-
type SessionPatch = Partial<AuthSession> | ((session: AuthSession) => AuthSession);
|
|
18579
18600
|
interface AuthConfig {
|
|
18580
18601
|
baseUrl?: string;
|
|
18581
18602
|
storage?: 'local' | 'memory' | StorageAdapter;
|
|
@@ -18593,23 +18614,13 @@ interface Auth {
|
|
|
18593
18614
|
getActiveSession(): AuthSession | null;
|
|
18594
18615
|
getSessions(): AuthSession[];
|
|
18595
18616
|
getSessionsByCompany(company: string): AuthSession[];
|
|
18596
|
-
getState(): AuthSnapshot;
|
|
18597
|
-
getStatus(): AuthStatus;
|
|
18598
|
-
getRecoveryState(): AuthRecoveryState;
|
|
18599
18617
|
switchToSession(userId: string, company?: string): Promise<AuthSession | null>;
|
|
18600
18618
|
clearAllSessions(): Promise<void>;
|
|
18601
18619
|
deleteChallenge(challengeId: string): Promise<void>;
|
|
18602
|
-
importToken(token: string, options?: ImportTokenOptions): Promise<AuthSession>;
|
|
18603
|
-
validateActiveSession(options?: ValidateSessionOptions): Promise<boolean>;
|
|
18604
|
-
syncActiveSessionUser(): Promise<AuthSession | null>;
|
|
18605
|
-
updateSession(userId: string, company: string | undefined, patch: SessionPatch): Promise<AuthSession | null>;
|
|
18606
|
-
expireActiveSession(): Promise<AuthRecoveryState>;
|
|
18607
18620
|
subscribe(listener: SessionListener): () => void;
|
|
18608
18621
|
subscribeToErrors(listener: ErrorListener): () => void;
|
|
18609
|
-
subscribeToState(listener: AuthStateListener): () => void;
|
|
18610
|
-
subscribeToEvents(listener: AuthEventListener): () => void;
|
|
18611
18622
|
readonly baseUrl: string;
|
|
18612
18623
|
}
|
|
18613
18624
|
declare function createAuth(config?: AuthConfig): Auth;
|
|
18614
18625
|
|
|
18615
|
-
export { type AuthRetrieveResponses as $, type Auth as A, type AccountsCurrenciesListData as B, type AccountsCurrenciesListResponses as C, type AccountsCurrenciesCreateData as D, type ErrorListener as E, type AccountsCurrenciesCreateResponses as F, type AccountsCurrenciesRetrieveData as G, type AccountsCurrenciesRetrieveResponses as H, type ImportTokenOptions as I, type AccountsCurrenciesPartialUpdateData as J, type AccountsCurrenciesPartialUpdateResponses as K, type LoginParams as L, type AccountsCurrenciesUpdateData as M, type AccountsCurrenciesUpdateResponses as N, type AccountsCurrenciesFeesListData as O, type AccountsCurrenciesFeesListResponses as P, type AccountsCurrenciesFeesRetrieveData as Q, type RegisterParams as R, type SessionPatch as S, type AccountsCurrenciesFeesRetrieveResponses as T, type UserSession as U, type ValidateSessionOptions as V, type AccountsCurrenciesLimitsListData as W, type AccountsCurrenciesLimitsListResponses as X, type AccountsCurrenciesLimitsRetrieveData as Y, type AccountsCurrenciesLimitsRetrieveResponses as Z, type AuthRetrieveData as _, type AuthConfig as a, type AuthTokensDestroyResponses as a$, type AuthRegisterCompanyData as a0, type AuthRegisterCompanyResponses as a1, type AuthDeactivateData as a2, type AuthDeactivateResponses as a3, type AuthDeactivateVerifyData as a4, type AuthDeactivateVerifyResponses as a5, type AuthEmailVerifyData as a6, type AuthEmailVerifyResponses as a7, type AuthEmailVerifyResendData as a8, type AuthEmailVerifyResendResponses as a9, type AuthOauthRegisterCreateData as aA, type AuthOauthRegisterCreateResponses as aB, type AuthOauthSessionCreateData as aC, type AuthOauthSessionCreateResponses as aD, type AuthOauthVerifyCreateData as aE, type AuthOauthVerifyCreateResponses as aF, type AuthPasswordChangeData as aG, type AuthPasswordChangeResponses as aH, type AuthPasswordResetData as aI, type AuthPasswordResetResponses as aJ, type AuthPasswordResetConfirmData as aK, type AuthPasswordResetConfirmResponses as aL, type AuthRefreshCreateData as aM, type AuthRefreshCreateResponses as aN, type AuthRegisterData as aO, type AuthRegisterResponses as aP, type AuthRequestDeleteData as aQ, type AuthRequestDeleteResponses as aR, type AuthRequestDeleteVerifyData as aS, type AuthRequestDeleteVerifyResponses as aT, type AuthTokensListDestroyData as aU, type AuthTokensListDestroyResponses as aV, type AuthTokensListData as aW, type AuthTokensListResponses as aX, type AuthTokensCreateData as aY, type AuthTokensCreateResponses as aZ, type AuthTokensDestroyData as a_, type AuthJwtCreateData as aa, type AuthJwtCreateResponses as ab, type AuthLoginData as ac, type AuthLoginResponses as ad, type AuthLogoutData as ae, type AuthLogoutResponses as af, type AuthMfaAuthenticatorsListData as ag, type AuthMfaAuthenticatorsListResponses as ah, type AuthMfaAuthenticatorsCreateData as ai, type AuthMfaAuthenticatorsCreateResponses as aj, type AuthMfaAuthenticatorsDestroyData as ak, type AuthMfaAuthenticatorsDestroyResponses as al, type AuthMfaAuthenticatorsRetrieveData as am, type AuthMfaAuthenticatorsRetrieveResponses as an, type AuthMfaDeliverData as ao, type AuthMfaDeliverResponses as ap, type AuthMfaVerifyData as aq, type AuthMfaVerifyResponses as ar, type AuthMobileVerifyData as as, type AuthMobileVerifyResponses as at, type AuthMobileVerifyResendData as au, type AuthMobileVerifyResendResponses as av, type AuthOauthAuthorizeCreateData as aw, type AuthOauthAuthorizeCreateResponses as ax, type AuthOauthLoginCreateData as ay, type AuthOauthLoginCreateResponses as az, type RegisterCompanyParams as b, type MetricsDestroyResponses as b$, type AuthTokensRetrieveData as b0, type AuthTokensRetrieveResponses as b1, type CompanyRetrieveData as b2, type CompanyRetrieveResponses as b3, type CompanyBankAccountsListData as b4, type CompanyBankAccountsListResponses as b5, type CompanyCurrenciesListData as b6, type CompanyCurrenciesListResponses as b7, type CompanyCurrenciesRetrieveData as b8, type CompanyCurrenciesRetrieveResponses as b9, type GroupsPermissionsRetrieveData as bA, type GroupsPermissionsRetrieveResponses as bB, type GroupsTiersListData as bC, type GroupsTiersListResponses as bD, type GroupsTiersRetrieveData as bE, type GroupsTiersRetrieveResponses as bF, type GroupsTiersFeesListData as bG, type GroupsTiersFeesListResponses as bH, type GroupsTiersFeesRetrieveData as bI, type GroupsTiersFeesRetrieveResponses as bJ, type GroupsTiersLimitsListData as bK, type GroupsTiersLimitsListResponses as bL, type GroupsTiersLimitsRetrieveData as bM, type GroupsTiersLimitsRetrieveResponses as bN, type GroupsTiersRequirementSetsListData as bO, type GroupsTiersRequirementSetsListResponses as bP, type GroupsTiersRequirementSetsRetrieveData as bQ, type GroupsTiersRequirementSetsRetrieveResponses as bR, type GroupsTiersRequirementSetsItemsListData as bS, type GroupsTiersRequirementSetsItemsListResponses as bT, type GroupsTiersRequirementSetsItemsRetrieveData as bU, type GroupsTiersRequirementSetsItemsRetrieveResponses as bV, type MetricsListData as bW, type MetricsListResponses as bX, type MetricsCreateData as bY, type MetricsCreateResponses as bZ, type MetricsDestroyData as b_, type CompanyWalletAccountsListData as ba, type CompanyWalletAccountsListResponses as bb, type DocumentTypesListData as bc, type DocumentTypesListResponses as bd, type DocumentTypesRetrieveData as be, type DocumentTypesRetrieveResponses as bf, type ExportsListData as bg, type ExportsListResponses as bh, type ExportsCreateData as bi, type ExportsCreateResponses as bj, type ExportsRetrieveData as bk, type ExportsRetrieveResponses as bl, type GroupsListData as bm, type GroupsListResponses as bn, type GroupsRetrieveData as bo, type GroupsRetrieveResponses as bp, type GroupsFeesListData as bq, type GroupsFeesListResponses as br, type GroupsFeesRetrieveData as bs, type GroupsFeesRetrieveResponses as bt, type GroupsLimitsListData as bu, type GroupsLimitsListResponses as bv, type GroupsLimitsRetrieveData as bw, type GroupsLimitsRetrieveResponses as bx, type GroupsPermissionsListData as by, type GroupsPermissionsListResponses as bz, createAuth as c, type TransactionsUpdateResponses as c$, type MetricsRetrieveData as c0, type MetricsRetrieveResponses as c1, type MetricsPointsListData as c2, type MetricsPointsListResponses as c3, type PermissionsListData as c4, type PermissionsListResponses as c5, type PermissionsRetrieveData as c6, type PermissionsRetrieveResponses as c7, type PublicCompaniesListData as c8, type PublicCompaniesListResponses as c9, type StatementsListData as cA, type StatementsListResponses as cB, type StatementsCreateData as cC, type StatementsCreateResponses as cD, type StatementsDestroyData as cE, type StatementsDestroyResponses as cF, type StatementsRetrieveData as cG, type StatementsRetrieveResponses as cH, type SubtypesListData as cI, type SubtypesListResponses as cJ, type SubtypesRetrieveData as cK, type SubtypesRetrieveResponses as cL, type TransactionCollectionsListData as cM, type TransactionCollectionsListResponses as cN, type TransactionCollectionsCreateData as cO, type TransactionCollectionsCreateResponses as cP, type TransactionCollectionsRetrieveData as cQ, type TransactionCollectionsRetrieveResponses as cR, type TransactionsListData as cS, type TransactionsListResponses as cT, type TransactionsCreateData as cU, type TransactionsCreateResponses as cV, type TransactionsRetrieveData as cW, type TransactionsRetrieveResponses as cX, type TransactionsPartialUpdateData as cY, type TransactionsPartialUpdateResponses as cZ, type TransactionsUpdateData as c_, type PublicCompaniesRetrieveData as ca, type PublicCompaniesRetrieveResponses as cb, type PublicCompaniesGroupsListData as cc, type PublicCompaniesGroupsListResponses as cd, type PublicCompaniesGroupsRetrieveData as ce, type PublicCompaniesGroupsRetrieveResponses as cf, type PublicCompaniesLegalTermsListData as cg, type PublicCompaniesLegalTermsListResponses as ch, type PublicCompaniesLegalTermsRetrieveData as ci, type PublicCompaniesLegalTermsRetrieveResponses as cj, type PublicCompaniesLegalTermsVersionsListData as ck, type PublicCompaniesLegalTermsVersionsListResponses as cl, type PublicCompaniesLegalTermsVersionsRetrieveData as cm, type PublicCompaniesLegalTermsVersionsRetrieveResponses as cn, type PublicCompaniesOauthClientsListData as co, type PublicCompaniesOauthClientsListResponses as cp, type PublicCompaniesOauthClientsRetrieveData as cq, type PublicCompaniesOauthClientsRetrieveResponses as cr, type PublicLegalTermsListData as cs, type PublicLegalTermsListResponses as ct, type PublicLegalTermsRetrieveData as cu, type PublicLegalTermsRetrieveResponses as cv, type PublicLegalTermsVersionsListData as cw, type PublicLegalTermsVersionsListResponses as cx, type PublicLegalTermsVersionsRetrieveData as cy, type PublicLegalTermsVersionsRetrieveResponses as cz, type AuthSession as d, type UserCryptoAccountsListData as d$, type TransactionsMessagesListData as d0, type TransactionsMessagesListResponses as d1, type TransactionsMessagesRetrieveData as d2, type TransactionsMessagesRetrieveResponses as d3, type TransactionsCreditCreateData as d4, type TransactionsCreditCreateResponses as d5, type TransactionsDebitCreateData as d6, type TransactionsDebitCreateResponses as d7, type TransactionTotalsRetrieveData as d8, type TransactionTotalsRetrieveResponses as d9, type UserBankAccountsDestroyResponses as dA, type UserBankAccountsRetrieveData as dB, type UserBankAccountsRetrieveResponses as dC, type UserBankAccountsPartialUpdateData as dD, type UserBankAccountsPartialUpdateResponses as dE, type UserBankAccountsUpdateData as dF, type UserBankAccountsUpdateResponses as dG, type UserBankAccountsAccountCurrenciesListData as dH, type UserBankAccountsAccountCurrenciesListResponses as dI, type UserBankAccountsAccountCurrenciesCreateData as dJ, type UserBankAccountsAccountCurrenciesCreateResponses as dK, type UserBankAccountsAccountCurrenciesDestroyData as dL, type UserBankAccountsAccountCurrenciesDestroyResponses as dM, type UserBankAccountsAccountCurrenciesRetrieveData as dN, type UserBankAccountsAccountCurrenciesRetrieveResponses as dO, type UserBankAccountsCurrenciesListData as dP, type UserBankAccountsCurrenciesListResponses as dQ, type UserBankAccountsCurrenciesCreateData as dR, type UserBankAccountsCurrenciesCreateResponses as dS, type UserBankAccountsCurrenciesDestroyData as dT, type UserBankAccountsCurrenciesDestroyResponses as dU, type UserBankAccountsCurrenciesRetrieveData as dV, type UserBankAccountsCurrenciesRetrieveResponses as dW, type UserBankAccountsDocumentsRetrieveData as dX, type UserBankAccountsDocumentsRetrieveResponses as dY, type UserBankAccountsDocumentsRetrieve2Data as dZ, type UserBankAccountsDocumentsRetrieve2Responses as d_, type TransactionsTransferCreateData as da, type TransactionsTransferCreateResponses as db, type UserRetrieveData as dc, type UserRetrieveResponses as dd, type UserPartialUpdateData as de, type UserPartialUpdateResponses as df, type UserUpdateData as dg, type UserUpdateResponses as dh, type UserAddressesListData as di, type UserAddressesListResponses as dj, type UserAddressesCreateData as dk, type UserAddressesCreateResponses as dl, type UserAddressesDestroyData as dm, type UserAddressesDestroyResponses as dn, type UserAddressesRetrieveData as dp, type UserAddressesRetrieveResponses as dq, type UserAddressesPartialUpdateData as dr, type UserAddressesPartialUpdateResponses as ds, type UserAddressesUpdateData as dt, type UserAddressesUpdateResponses as du, type UserBankAccountsListData as dv, type UserBankAccountsListResponses as dw, type UserBankAccountsCreateData as dx, type UserBankAccountsCreateResponses as dy, type UserBankAccountsDestroyData as dz, type AuthState as e, type UserEmailsDestroyData as e$, type UserCryptoAccountsListResponses as e0, type UserCryptoAccountsCreateData as e1, type UserCryptoAccountsCreateResponses as e2, type UserCryptoAccountsDestroyData as e3, type UserCryptoAccountsDestroyResponses as e4, type UserCryptoAccountsRetrieveData as e5, type UserCryptoAccountsRetrieveResponses as e6, type UserCryptoAccountsPartialUpdateData as e7, type UserCryptoAccountsPartialUpdateResponses as e8, type UserCryptoAccountsUpdateData as e9, type UserDevicesAppsPartialUpdateResponses as eA, type UserDevicesAppsUpdateData as eB, type UserDevicesAppsUpdateResponses as eC, type UserDevicesDestroyData as eD, type UserDevicesDestroyResponses as eE, type UserDevicesRetrieveData as eF, type UserDevicesRetrieveResponses as eG, type UserDevicesPartialUpdateData as eH, type UserDevicesPartialUpdateResponses as eI, type UserDevicesUpdateData as eJ, type UserDevicesUpdateResponses as eK, type UserDevicesAppsListData as eL, type UserDevicesAppsListResponses as eM, type UserDevicesAppsCreateData as eN, type UserDevicesAppsCreateResponses as eO, type UserDocumentsListData as eP, type UserDocumentsListResponses as eQ, type UserDocumentsCreateData as eR, type UserDocumentsCreateResponses as eS, type UserDocumentsDestroyData as eT, type UserDocumentsDestroyResponses as eU, type UserDocumentsRetrieveData as eV, type UserDocumentsRetrieveResponses as eW, type UserEmailsListData as eX, type UserEmailsListResponses as eY, type UserEmailsCreateData as eZ, type UserEmailsCreateResponses as e_, type UserCryptoAccountsUpdateResponses as ea, type UserCryptoAccountsAccountCurrenciesListData as eb, type UserCryptoAccountsAccountCurrenciesListResponses as ec, type UserCryptoAccountsAccountCurrenciesCreateData as ed, type UserCryptoAccountsAccountCurrenciesCreateResponses as ee, type UserCryptoAccountsAccountCurrenciesDestroyData as ef, type UserCryptoAccountsAccountCurrenciesDestroyResponses as eg, type UserCryptoAccountsAccountCurrenciesRetrieveData as eh, type UserCryptoAccountsAccountCurrenciesRetrieveResponses as ei, type UserCryptoAccountsCurrenciesListData as ej, type UserCryptoAccountsCurrenciesListResponses as ek, type UserCryptoAccountsCurrenciesCreateData as el, type UserCryptoAccountsCurrenciesCreateResponses as em, type UserCryptoAccountsCurrenciesDestroyData as en, type UserCryptoAccountsCurrenciesDestroyResponses as eo, type UserCryptoAccountsCurrenciesRetrieveData as ep, type UserCryptoAccountsCurrenciesRetrieveResponses as eq, type UserDevicesListData as er, type UserDevicesListResponses as es, type UserDevicesCreateData as et, type UserDevicesCreateResponses as eu, type UserDevicesAppsDestroyData as ev, type UserDevicesAppsDestroyResponses as ew, type UserDevicesAppsRetrieveData as ex, type UserDevicesAppsRetrieveResponses as ey, type UserDevicesAppsPartialUpdateData as ez, type AuthStatus as f, type ClientOptions as f$, type UserEmailsDestroyResponses as f0, type UserEmailsRetrieveData as f1, type UserEmailsRetrieveResponses as f2, type UserEmailsPartialUpdateData as f3, type UserEmailsPartialUpdateResponses as f4, type UserEmailsUpdateData as f5, type UserEmailsUpdateResponses as f6, type UserLegalTermsListData as f7, type UserLegalTermsListResponses as f8, type UserLegalTermsRetrieveData as f9, type UserWalletAccountsListResponses as fA, type UserWalletAccountsCreateData as fB, type UserWalletAccountsCreateResponses as fC, type UserWalletAccountsDestroyData as fD, type UserWalletAccountsDestroyResponses as fE, type UserWalletAccountsRetrieveData as fF, type UserWalletAccountsRetrieveResponses as fG, type UserWalletAccountsPartialUpdateData as fH, type UserWalletAccountsPartialUpdateResponses as fI, type UserWalletAccountsUpdateData as fJ, type UserWalletAccountsUpdateResponses as fK, type UserWalletAccountsAccountCurrenciesListData as fL, type UserWalletAccountsAccountCurrenciesListResponses as fM, type UserWalletAccountsAccountCurrenciesCreateData as fN, type UserWalletAccountsAccountCurrenciesCreateResponses as fO, type UserWalletAccountsAccountCurrenciesDestroyData as fP, type UserWalletAccountsAccountCurrenciesDestroyResponses as fQ, type UserWalletAccountsAccountCurrenciesRetrieveData as fR, type UserWalletAccountsAccountCurrenciesRetrieveResponses as fS, type UserWalletAccountsCurrenciesListData as fT, type UserWalletAccountsCurrenciesListResponses as fU, type UserWalletAccountsCurrenciesCreateData as fV, type UserWalletAccountsCurrenciesCreateResponses as fW, type UserWalletAccountsCurrenciesDestroyData as fX, type UserWalletAccountsCurrenciesDestroyResponses as fY, type UserWalletAccountsCurrenciesRetrieveData as fZ, type UserWalletAccountsCurrenciesRetrieveResponses as f_, type UserLegalTermsRetrieveResponses as fa, type UserLegalTermsVersionsListData as fb, type UserLegalTermsVersionsListResponses as fc, type UserLegalTermsVersionsRetrieveData as fd, type UserLegalTermsVersionsRetrieveResponses as fe, type UserLegalTermsVersionsPartialUpdateData as ff, type UserLegalTermsVersionsPartialUpdateResponses as fg, type UserLegalTermsVersionsUpdateData as fh, type UserLegalTermsVersionsUpdateResponses as fi, type UserMessagesListData as fj, type UserMessagesListResponses as fk, type UserMessagesRetrieveData as fl, type UserMessagesRetrieveResponses as fm, type UserMobilesListData as fn, type UserMobilesListResponses as fo, type UserMobilesCreateData as fp, type UserMobilesCreateResponses as fq, type UserMobilesDestroyData as fr, type UserMobilesDestroyResponses as fs, type UserMobilesRetrieveData as ft, type UserMobilesRetrieveResponses as fu, type UserMobilesPartialUpdateData as fv, type UserMobilesPartialUpdateResponses as fw, type UserMobilesUpdateData as fx, type UserMobilesUpdateResponses as fy, type UserWalletAccountsListData as fz, type AuthRecoveryState as g, type CreateMultiTransactionRequest as g$, type Account as g0, type AccountAccountAsset as g1, type AccountAccountAssetRequest as g2, type AccountAccountAssetResponse as g3, type AccountAsset as g4, type AccountAssetFee as g5, type AccountAssetLimit as g6, type AccountAssetLimitRequest as g7, type AccountAssetLimitResponse as g8, type AccountAssetResponse as g9, type BankOwnerAddressRequest as gA, type BankOwnerRequest as gB, type Company as gC, type CompanyBankAccount as gD, type CompanyBankBranchAddress as gE, type CompanyDisallowedTransactionSubtype as gF, type CompanyDisallowedTransactionSubtypeRequest as gG, type CompanyResponse as gH, type CompanySettings as gI, type CompanySettingsRequest as gJ, type CompanyWalletAccount as gK, type CreateAccountAccountAssetRequest as gL, type CreateAuthTokenRequest as gM, type CreateCompanyRequest as gN, type CreateCreditTransactionRequest as gO, type CreateCryptoAccountAccountAssetRequest as gP, type CreateCryptoAccountAssetRequest as gQ, type CreateCryptoAccountRequest as gR, type CreateDebitTransactionRequest as gS, type CreateDeviceAppRequest as gT, type CreateDeviceRequest as gU, type CreateEmailRequest as gV, type CreateExportRequest as gW, type CreateJwtRequest as gX, type CreateMfaAuthenticatorRequest as gY, type CreateMetricRequest as gZ, type CreateMobileRequest as g_, type AccountAssetSettings as ga, type AccountAssetSettingsRequest as gb, type AccountDefinition as gc, type AccountDefinitionGroup as gd, type AccountDefinitionGroupAsset as ge, type AccountDefinitionResponse as gf, type AccountRequest as gg, type AccountResponse as gh, type ActionResponse as gi, type AdminAccountAssetFee as gj, type AdminAccountAssetFeeRequest as gk, type AdminAccountAssetFeeResponse as gl, type AdminCompanyAddress as gm, type Asset as gn, type AssetResponse as go, type Auth$1 as gp, type AuthResponse as gq, type AuthToken as gr, type AuthTokenList as gs, type AuthTokenListResponse as gt, type AuthTokenResponse as gu, type Authenticated as gv, type AuthenticatedResponse as gw, type AuthenticatorChallenge as gx, type BankOwner as gy, type BankOwnerAddress as gz, type AuthSnapshot as h, type GroupTierLimitResponse as h$, type CreateStatementRequest as h0, type CreateTransactionCollectionRequest as h1, type CreateTransactionCollectionTransactionRequest as h2, type CreateTransferTransactionRequest as h3, type CreateUserBankAccountAccountAssetRequest as h4, type CreateUserBankAccountAssetRequest as h5, type CreateUserWalletAccountAccountAssetRequest as h6, type CreateUserWalletAccountAssetRequest as h7, type CryptoAccount as h8, type CryptoAccountAsset as h9, type ExportResponse as hA, type ExtendedAccount as hB, type ExtendedAccountResponse as hC, type ExtendedAuthenticated as hD, type ExtendedAuthenticatedResponse as hE, type ExtendedExport as hF, type ExtendedExportResponse as hG, type ExtendedGroupTier as hH, type ExtendedGroupTierResponse as hI, type ExtendedTransaction as hJ, type ExtendedTransactionResponse as hK, type ExtendedUserInfo as hL, type ExtendedUserInfoRequest as hM, type ExtendedUserInfoResponse as hN, type GroupDisallowedTransactionSubtype as hO, type GroupFee as hP, type GroupFeeResponse as hQ, type GroupLimit as hR, type GroupLimitResponse as hS, type GroupPermission as hT, type GroupPermissionResponse as hU, type GroupSettings as hV, type GroupTier as hW, type GroupTierDisallowedTransactionSubtype as hX, type GroupTierFee as hY, type GroupTierFeeResponse as hZ, type GroupTierLimit as h_, type CryptoAccountAssetList as ha, type CryptoAccountAssetListResponse as hb, type CryptoAccountAssetResponse as hc, type CryptoAccountList as hd, type CryptoAccountListResponse as he, type CryptoAccountRequest as hf, type CryptoAccountResponse as hg, type DeactivateRequest as hh, type Device as hi, type DeviceApp as hj, type DeviceAppRequest as hk, type DeviceAppResponse as hl, type DeviceList as hm, type DeviceListResponse as hn, type DeviceRequest as ho, type DeviceResponse as hp, type DocumentType as hq, type DocumentTypeResponse as hr, type Email as hs, type EmailList as ht, type EmailListResponse as hu, type EmailRequest as hv, type EmailResponse as hw, type ExplicitCreateTransactionRequest as hx, type Export as hy, type ExportPage as hz, type AuthEvent as i, type PaginatedAccountDefinitionList as i$, type GroupTierRequirementSet as i0, type GroupTierRequirementSetItem as i1, type GroupTierRequirementSetItemResponse as i2, type GroupTierRequirementSetItemRule as i3, type GroupTierRequirementSetResponse as i4, type GroupTierSettings as i5, type Jwt as i6, type JwtResponse as i7, type LegalTerm as i8, type LegalTermResponse as i9, type MobileList as iA, type MobileListResponse as iB, type MobileRequest as iC, type MobileResponse as iD, type MultiTransaction as iE, type MultiTransactionResponse as iF, type OauthAuthorize as iG, type OauthAuthorizeRequest as iH, type OauthAuthorizeResponse as iI, type OauthClient as iJ, type OauthClientResponse as iK, type OauthLoginRequest as iL, type OauthRegisterRequest as iM, type OauthSession as iN, type OauthSessionRequest as iO, type OauthSessionResponse as iP, type OauthVerify as iQ, type OauthVerifyRequest as iR, type OauthVerifyResponse as iS, type PaginatedAccountAccountAssetList as iT, type PaginatedAccountAccountAssetListResponse as iU, type PaginatedAccountAssetFeeList as iV, type PaginatedAccountAssetFeeListResponse as iW, type PaginatedAccountAssetLimitList as iX, type PaginatedAccountAssetLimitListResponse as iY, type PaginatedAccountAssetList as iZ, type PaginatedAccountAssetListResponse as i_, type LegalTermVersion as ia, type LegalTermVersionResponse as ib, type LoginRequest as ic, type LogoutRequest as id, type MfaAuthenticator as ie, type MfaAuthenticatorResponse as ig, type MfaDeliverRequest as ih, type MfaDeviceDetail as ii, type MfaStaticDeviceDetail as ij, type MfaStaticDeviceToken as ik, type MfatotpDeviceDetail as il, type MfaTwilioDeviceDetail as im, type MfaVerifyRequest as io, type MaskedMfaAuthenticator as ip, type MaskedMfaAuthenticatorResponse as iq, type MaskedMfaDeviceDetail as ir, type MaskedMfaStaticDeviceDetail as is, type MaskedMfaStaticDeviceToken as it, type MaskedMfatotpDeviceDetail as iu, type MaskedMfaTwilioDeviceDetail as iv, type Metric as iw, type MetricPoint as ix, type MetricResponse as iy, type Mobile as iz, type AuthEventType as j, type PaginatedUserDocumentList as j$, type PaginatedAccountDefinitionListResponse as j0, type PaginatedAccountList as j1, type PaginatedAccountListResponse as j2, type PaginatedAssetList as j3, type PaginatedAssetListResponse as j4, type PaginatedCompanyBankAccountList as j5, type PaginatedCompanyBankAccountListResponse as j6, type PaginatedCompanyWalletAccountList as j7, type PaginatedCompanyWalletAccountListResponse as j8, type PaginatedDeviceAppList as j9, type PaginatedMaskedMfaAuthenticatorListResponse as jA, type PaginatedMetricList as jB, type PaginatedMetricListResponse as jC, type PaginatedMetricPointList as jD, type PaginatedMetricPointListResponse as jE, type PaginatedOauthClientList as jF, type PaginatedOauthClientListResponse as jG, type PaginatedPublicCompanyLegalTermList as jH, type PaginatedPublicCompanyLegalTermListResponse as jI, type PaginatedPublicCompanyLegalTermVersionList as jJ, type PaginatedPublicCompanyLegalTermVersionListResponse as jK, type PaginatedPublicCompanyList as jL, type PaginatedPublicCompanyListResponse as jM, type PaginatedPublicGroupList as jN, type PaginatedPublicGroupListResponse as jO, type PaginatedPublicLegalTermList as jP, type PaginatedPublicLegalTermListResponse as jQ, type PaginatedPublicLegalTermVersionList as jR, type PaginatedPublicLegalTermVersionListResponse as jS, type PaginatedStatementList as jT, type PaginatedStatementListResponse as jU, type PaginatedTransactionCollectionList as jV, type PaginatedTransactionCollectionListResponse as jW, type PaginatedTransactionList as jX, type PaginatedTransactionListResponse as jY, type PaginatedTransactionMessageList as jZ, type PaginatedTransactionMessageListResponse as j_, type PaginatedDeviceAppListResponse as ja, type PaginatedDocumentTypeList as jb, type PaginatedDocumentTypeListResponse as jc, type PaginatedExportList as jd, type PaginatedExportListResponse as je, type PaginatedGroupFeeList as jf, type PaginatedGroupFeeListResponse as jg, type PaginatedGroupLimitList as jh, type PaginatedGroupLimitListResponse as ji, type PaginatedGroupPermissionList as jj, type PaginatedGroupPermissionListResponse as jk, type PaginatedGroupTierFeeList as jl, type PaginatedGroupTierFeeListResponse as jm, type PaginatedGroupTierLimitList as jn, type PaginatedGroupTierLimitListResponse as jo, type PaginatedGroupTierList as jp, type PaginatedGroupTierListResponse as jq, type PaginatedGroupTierRequirementSetItemList as jr, type PaginatedGroupTierRequirementSetItemListResponse as js, type PaginatedGroupTierRequirementSetList as jt, type PaginatedGroupTierRequirementSetListResponse as ju, type PaginatedLegalTermList as jv, type PaginatedLegalTermListResponse as jw, type PaginatedLegalTermVersionList as jx, type PaginatedLegalTermVersionListResponse as jy, type PaginatedMaskedMfaAuthenticatorList as jz, type SessionListener as k, type ReducedTransactionSubtypeRequest as k$, type PaginatedUserDocumentListResponse as k0, type PaginatedUserGroupList as k1, type PaginatedUserGroupListResponse as k2, type PaginatedUserMessageList as k3, type PaginatedUserMessageListResponse as k4, type PaginatedUserPermissionList as k5, type PaginatedUserPermissionListResponse as k6, type PaginatedUserWalletAccountAssetList as k7, type PaginatedUserWalletAccountAssetListResponse as k8, type PartnerTransaction as k9, type PublicLegalTerm as kA, type PublicLegalTermResponse as kB, type PublicLegalTermVersion as kC, type PublicLegalTermVersionResponse as kD, type PublicReducedCompanyLegalTermVersion as kE, type PublicReducedLegalTermVersion as kF, type ReducedAccount as kG, type ReducedAccountAccountAsset as kH, type ReducedAccountAccountAssetRequest as kI, type ReducedAccountAsset as kJ, type ReducedAccountAssetList as kK, type ReducedAccountAssetListResponse as kL, type ReducedAccountAssetRequest as kM, type ReducedAccountAssetResponse as kN, type ReducedAccountDefinition as kO, type ReducedAccountRequest as kP, type ReducedAsset as kQ, type ReducedAssetRequest as kR, type ReducedDeviceApp as kS, type ReducedDeviceAppRequest as kT, type ReducedDocumentType as kU, type ReducedGroup as kV, type ReducedGroupRequest as kW, type ReducedGroupTier as kX, type ReducedLegalTermVersion as kY, type ReducedService as kZ, type ReducedTransactionSubtype as k_, type PartnerUserInfo as ka, type PasswordChangeRequest as kb, type PasswordResetConfirmRequest as kc, type PasswordResetRequest as kd, type PatchedAccountAccountAssetRequest as ke, type PatchedCryptoAccountRequest as kf, type PatchedDeviceAppRequest as kg, type PatchedDeviceRequest as kh, type PatchedEmailRequest as ki, type PatchedExtendedUserInfoRequest as kj, type PatchedMobileRequest as kk, type PatchedUpdateExtendedTransactionRequest as kl, type PatchedUpdateLegalTermVersionRequest as km, type PatchedUserAddressRequest as kn, type PatchedUserBankAccountRequest as ko, type PatchedUserWalletAccountRequest as kp, type ProtectedUserInfo as kq, type PublicCompany as kr, type PublicCompanyLegalTerm as ks, type PublicCompanyLegalTermResponse as kt, type PublicCompanyLegalTermVersion as ku, type PublicCompanyLegalTermVersionResponse as kv, type PublicCompanyResponse as kw, type PublicCompanySettings as kx, type PublicGroup as ky, type PublicGroupResponse as kz, type AuthStateListener as l, type UserWalletAccountList as l$, type ReducedUserInfoRequest as l0, type RefreshRequest as l1, type Refreshed as l2, type RefreshedResponse as l3, type RegisterCompanyRequest as l4, type RegisterRequest as l5, type RequestDeleteRequest as l6, type ResendVerifyEmailRequest as l7, type ResendVerifyMobileRequest as l8, type ResourceRequirementRule as l9, type UserBankAccountAssetListResponse as lA, type UserBankAccountAssetResponse as lB, type UserBankAccountList as lC, type UserBankAccountListResponse as lD, type UserBankAccountRequest as lE, type UserBankAccountResponse as lF, type UserBankBranchAddress as lG, type UserBankBranchAddressRequest as lH, type UserCreateBankAccountRequest as lI, type UserCreateDocumentRequest as lJ, type UserCreateWalletAccountRequest as lK, type UserDisallowedTransactionSubtype as lL, type UserDisallowedTransactionSubtypeRequest as lM, type UserDocument as lN, type UserDocumentResponse as lO, type UserGroup as lP, type UserGroupResponse as lQ, type UserMessage as lR, type UserMessageResponse as lS, type UserPermission as lT, type UserPermissionResponse as lU, type UserSettings as lV, type UserSettingsRequest as lW, type UserVerification as lX, type UserWalletAccount as lY, type UserWalletAccountAsset as lZ, type UserWalletAccountAssetResponse as l_, type Statement as la, type StatementResponse as lb, type TotalTransaction as lc, type TotalTransactionResponse as ld, type Transaction as le, type TransactionAccountAsset as lf, type TransactionCollection as lg, type TransactionCollectionResponse as lh, type TransactionCollectionTransaction as li, type TransactionFee as lj, type TransactionMessage as lk, type TransactionMessageResponse as ll, type TransactionSubtype as lm, type TransactionSubtypeList as ln, type TransactionSubtypeListResponse as lo, type TransactionSubtypeResponse as lp, type UpdateExtendedTransactionRequest as lq, type UpdateLegalTermVersionRequest as lr, type UserAddress as ls, type UserAddressList as lt, type UserAddressListResponse as lu, type UserAddressRequest as lv, type UserAddressResponse as lw, type UserBankAccount as lx, type UserBankAccountAsset as ly, type UserBankAccountAssetList as lz, type AuthEventListener as m, type DocumentTypeResponseWritable as m$, type UserWalletAccountListResponse as m0, type UserWalletAccountRequest as m1, type UserWalletAccountResponse as m2, type VerifyDeactivateRequest as m3, type VerifyEmailRequest as m4, type VerifyMobileRequest as m5, type VerifyRequestDeleteRequest as m6, type AccountWritable as m7, type AccountAccountAssetWritable as m8, type AccountAccountAssetResponseWritable as m9, type CompanyResponseWritable as mA, type CompanySettingsWritable as mB, type CompanyWalletAccountWritable as mC, type CreateAccountAccountAssetRequestWritable as mD, type CreateCompanyRequestWritable as mE, type CreateCreditTransactionRequestWritable as mF, type CreateDebitTransactionRequestWritable as mG, type CreateMetricRequestWritable as mH, type CreateMultiTransactionRequestWritable as mI, type CreateStatementRequestWritable as mJ, type CreateTransactionCollectionRequestWritable as mK, type CreateTransactionCollectionTransactionRequestWritable as mL, type CryptoAccountWritable as mM, type CryptoAccountAssetWritable as mN, type CryptoAccountAssetListWritable as mO, type CryptoAccountAssetListResponseWritable as mP, type CryptoAccountAssetResponseWritable as mQ, type CryptoAccountListWritable as mR, type CryptoAccountListResponseWritable as mS, type CryptoAccountResponseWritable as mT, type DeviceWritable as mU, type DeviceAppWritable as mV, type DeviceAppResponseWritable as mW, type DeviceListWritable as mX, type DeviceListResponseWritable as mY, type DeviceResponseWritable as mZ, type DocumentTypeWritable as m_, type AccountAssetWritable as ma, type AccountAssetFeeWritable as mb, type AccountAssetLimitWritable as mc, type AccountAssetLimitResponseWritable as md, type AccountAssetResponseWritable as me, type AccountAssetSettingsWritable as mf, type AccountDefinitionWritable as mg, type AccountDefinitionGroupWritable as mh, type AccountDefinitionGroupAssetWritable as mi, type AccountDefinitionResponseWritable as mj, type AccountResponseWritable as mk, type AdminAccountAssetFeeWritable as ml, type AdminAccountAssetFeeResponseWritable as mm, type AssetWritable as mn, type AssetResponseWritable as mo, type AuthWritable as mp, type AuthResponseWritable as mq, type AuthTokenWritable as mr, type AuthTokenListWritable as ms, type AuthTokenListResponseWritable as mt, type AuthTokenResponseWritable as mu, type AuthenticatedWritable as mv, type AuthenticatedResponseWritable as mw, type CompanyWritable as mx, type CompanyBankAccountWritable as my, type CompanyDisallowedTransactionSubtypeWritable as mz, type StorageAdapter as n, type OauthClientResponseWritable as n$, type EmailWritable as n0, type EmailListWritable as n1, type EmailListResponseWritable as n2, type EmailResponseWritable as n3, type ExplicitCreateTransactionRequestWritable as n4, type ExportWritable as n5, type ExportPageWritable as n6, type ExportResponseWritable as n7, type ExtendedAccountWritable as n8, type ExtendedAccountResponseWritable as n9, type GroupTierRequirementSetItemResponseWritable as nA, type GroupTierRequirementSetResponseWritable as nB, type GroupTierSettingsWritable as nC, type JwtResponseWritable as nD, type LegalTermResponseWritable as nE, type LegalTermVersionResponseWritable as nF, type LoginRequestWritable as nG, type MfaAuthenticatorWritable as nH, type MfaAuthenticatorResponseWritable as nI, type MfaDeviceDetailWritable as nJ, type MfaStaticDeviceDetailWritable as nK, type MfatotpDeviceDetailWritable as nL, type MaskedMfaAuthenticatorWritable as nM, type MaskedMfaAuthenticatorResponseWritable as nN, type MaskedMfaDeviceDetailWritable as nO, type MaskedMfaStaticDeviceDetailWritable as nP, type MaskedMfatotpDeviceDetailWritable as nQ, type MetricWritable as nR, type MetricResponseWritable as nS, type MobileWritable as nT, type MobileListWritable as nU, type MobileListResponseWritable as nV, type MobileResponseWritable as nW, type MultiTransactionWritable as nX, type MultiTransactionResponseWritable as nY, type OauthAuthorizeWritable as nZ, type OauthAuthorizeResponseWritable as n_, type ExtendedAuthenticatedWritable as na, type ExtendedAuthenticatedResponseWritable as nb, type ExtendedExportWritable as nc, type ExtendedExportResponseWritable as nd, type ExtendedGroupTierWritable as ne, type ExtendedGroupTierResponseWritable as nf, type ExtendedTransactionWritable as ng, type ExtendedTransactionResponseWritable as nh, type ExtendedUserInfoWritable as ni, type ExtendedUserInfoResponseWritable as nj, type GroupDisallowedTransactionSubtypeWritable as nk, type GroupFeeWritable as nl, type GroupFeeResponseWritable as nm, type GroupLimitWritable as nn, type GroupLimitResponseWritable as no, type GroupPermissionWritable as np, type GroupPermissionResponseWritable as nq, type GroupSettingsWritable as nr, type GroupTierWritable as ns, type GroupTierDisallowedTransactionSubtypeWritable as nt, type GroupTierFeeWritable as nu, type GroupTierFeeResponseWritable as nv, type GroupTierLimitWritable as nw, type GroupTierLimitResponseWritable as nx, type GroupTierRequirementSetWritable as ny, type GroupTierRequirementSetItemWritable as nz, type AccountCurrenciesListData as o, type PaginatedPublicCompanyListResponseWritable as o$, type OauthLoginRequestWritable as o0, type OauthRegisterRequestWritable as o1, type OauthSessionResponseWritable as o2, type OauthVerifyWritable as o3, type OauthVerifyRequestWritable as o4, type OauthVerifyResponseWritable as o5, type PaginatedAccountAccountAssetListWritable as o6, type PaginatedAccountAccountAssetListResponseWritable as o7, type PaginatedAccountAssetFeeListWritable as o8, type PaginatedAccountAssetFeeListResponseWritable as o9, type PaginatedGroupTierFeeListWritable as oA, type PaginatedGroupTierFeeListResponseWritable as oB, type PaginatedGroupTierLimitListWritable as oC, type PaginatedGroupTierLimitListResponseWritable as oD, type PaginatedGroupTierListWritable as oE, type PaginatedGroupTierListResponseWritable as oF, type PaginatedGroupTierRequirementSetItemListWritable as oG, type PaginatedGroupTierRequirementSetItemListResponseWritable as oH, type PaginatedGroupTierRequirementSetListWritable as oI, type PaginatedGroupTierRequirementSetListResponseWritable as oJ, type PaginatedLegalTermListWritable as oK, type PaginatedLegalTermListResponseWritable as oL, type PaginatedLegalTermVersionListWritable as oM, type PaginatedLegalTermVersionListResponseWritable as oN, type PaginatedMaskedMfaAuthenticatorListWritable as oO, type PaginatedMaskedMfaAuthenticatorListResponseWritable as oP, type PaginatedMetricListWritable as oQ, type PaginatedMetricListResponseWritable as oR, type PaginatedMetricPointListWritable as oS, type PaginatedMetricPointListResponseWritable as oT, type PaginatedOauthClientListWritable as oU, type PaginatedOauthClientListResponseWritable as oV, type PaginatedPublicCompanyLegalTermListWritable as oW, type PaginatedPublicCompanyLegalTermListResponseWritable as oX, type PaginatedPublicCompanyLegalTermVersionListWritable as oY, type PaginatedPublicCompanyLegalTermVersionListResponseWritable as oZ, type PaginatedPublicCompanyListWritable as o_, type PaginatedAccountAssetLimitListWritable as oa, type PaginatedAccountAssetLimitListResponseWritable as ob, type PaginatedAccountAssetListWritable as oc, type PaginatedAccountAssetListResponseWritable as od, type PaginatedAccountDefinitionListWritable as oe, type PaginatedAccountDefinitionListResponseWritable as of, type PaginatedAccountListWritable as og, type PaginatedAccountListResponseWritable as oh, type PaginatedAssetListWritable as oi, type PaginatedAssetListResponseWritable as oj, type PaginatedCompanyBankAccountListWritable as ok, type PaginatedCompanyBankAccountListResponseWritable as ol, type PaginatedCompanyWalletAccountListWritable as om, type PaginatedCompanyWalletAccountListResponseWritable as on, type PaginatedDeviceAppListWritable as oo, type PaginatedDeviceAppListResponseWritable as op, type PaginatedDocumentTypeListWritable as oq, type PaginatedDocumentTypeListResponseWritable as or, type PaginatedExportListWritable as os, type PaginatedExportListResponseWritable as ot, type PaginatedGroupFeeListWritable as ou, type PaginatedGroupFeeListResponseWritable as ov, type PaginatedGroupLimitListWritable as ow, type PaginatedGroupLimitListResponseWritable as ox, type PaginatedGroupPermissionListWritable as oy, type PaginatedGroupPermissionListResponseWritable as oz, type AccountCurrenciesListResponses as p, type UserBankAccountAssetWritable as p$, type PaginatedPublicLegalTermListWritable as p0, type PaginatedPublicLegalTermListResponseWritable as p1, type PaginatedPublicLegalTermVersionListWritable as p2, type PaginatedPublicLegalTermVersionListResponseWritable as p3, type PaginatedStatementListWritable as p4, type PaginatedStatementListResponseWritable as p5, type PaginatedTransactionCollectionListWritable as p6, type PaginatedTransactionCollectionListResponseWritable as p7, type PaginatedTransactionListWritable as p8, type PaginatedTransactionListResponseWritable as p9, type ReducedAccountAssetListWritable as pA, type ReducedAccountAssetListResponseWritable as pB, type ReducedAccountAssetResponseWritable as pC, type ReducedDeviceAppWritable as pD, type ReducedTransactionSubtypeWritable as pE, type RefreshedResponseWritable as pF, type RegisterCompanyRequestWritable as pG, type RegisterRequestWritable as pH, type StatementWritable as pI, type StatementResponseWritable as pJ, type TotalTransactionResponseWritable as pK, type TransactionWritable as pL, type TransactionAccountAssetWritable as pM, type TransactionCollectionWritable as pN, type TransactionCollectionResponseWritable as pO, type TransactionCollectionTransactionWritable as pP, type TransactionMessageWritable as pQ, type TransactionMessageResponseWritable as pR, type TransactionSubtypeWritable as pS, type TransactionSubtypeListWritable as pT, type TransactionSubtypeListResponseWritable as pU, type TransactionSubtypeResponseWritable as pV, type UserAddressWritable as pW, type UserAddressListWritable as pX, type UserAddressListResponseWritable as pY, type UserAddressResponseWritable as pZ, type UserBankAccountWritable as p_, type PaginatedTransactionMessageListWritable as pa, type PaginatedTransactionMessageListResponseWritable as pb, type PaginatedUserDocumentListWritable as pc, type PaginatedUserDocumentListResponseWritable as pd, type PaginatedUserGroupListWritable as pe, type PaginatedUserGroupListResponseWritable as pf, type PaginatedUserMessageListWritable as pg, type PaginatedUserMessageListResponseWritable as ph, type PaginatedUserPermissionListWritable as pi, type PaginatedUserPermissionListResponseWritable as pj, type PaginatedUserWalletAccountAssetListWritable as pk, type PaginatedUserWalletAccountAssetListResponseWritable as pl, type PasswordChangeRequestWritable as pm, type PasswordResetConfirmRequestWritable as pn, type PublicCompanyWritable as po, type PublicCompanyLegalTermWritable as pp, type PublicCompanyLegalTermResponseWritable as pq, type PublicCompanyLegalTermVersionResponseWritable as pr, type PublicCompanyResponseWritable as ps, type PublicCompanySettingsWritable as pt, type PublicLegalTermWritable as pu, type PublicLegalTermResponseWritable as pv, type PublicLegalTermVersionResponseWritable as pw, type ReducedAccountWritable as px, type ReducedAccountAccountAssetWritable as py, type ReducedAccountAssetWritable as pz, type AccountDefinitionsListData as q, type AuthRefreshCreateResponse as q$, type UserBankAccountAssetListWritable as q0, type UserBankAccountAssetListResponseWritable as q1, type UserBankAccountAssetResponseWritable as q2, type UserBankAccountListWritable as q3, type UserBankAccountListResponseWritable as q4, type UserBankAccountResponseWritable as q5, type UserCreateDocumentRequestWritable as q6, type UserDisallowedTransactionSubtypeWritable as q7, type UserDocumentWritable as q8, type UserDocumentResponseWritable as q9, type AccountsCurrenciesLimitsListResponse as qA, type AccountsCurrenciesLimitsRetrieveResponse as qB, type AuthRetrieveResponse as qC, type AuthRegisterCompanyResponse as qD, type AuthDeactivateResponse as qE, type AuthDeactivateVerifyResponse as qF, type AuthEmailVerifyResponse as qG, type AuthEmailVerifyResendResponse as qH, type AuthJwtCreateResponse as qI, type AuthLoginResponse as qJ, type AuthLogoutResponse as qK, type AuthMfaAuthenticatorsListResponse as qL, type AuthMfaAuthenticatorsCreateResponse as qM, type AuthMfaAuthenticatorsDestroyResponse as qN, type AuthMfaAuthenticatorsRetrieveResponse as qO, type AuthMfaDeliverResponse as qP, type AuthMfaVerifyResponse as qQ, type AuthMobileVerifyResponse as qR, type AuthMobileVerifyResendResponse as qS, type AuthOauthAuthorizeCreateResponse as qT, type AuthOauthLoginCreateResponse as qU, type AuthOauthRegisterCreateResponse as qV, type AuthOauthSessionCreateResponse as qW, type AuthOauthVerifyCreateResponse as qX, type AuthPasswordChangeResponse as qY, type AuthPasswordResetResponse as qZ, type AuthPasswordResetConfirmResponse as q_, type UserGroupWritable as qa, type UserGroupResponseWritable as qb, type UserMessageWritable as qc, type UserMessageResponseWritable as qd, type UserPermissionWritable as qe, type UserPermissionResponseWritable as qf, type UserSettingsWritable as qg, type UserWalletAccountWritable as qh, type UserWalletAccountAssetWritable as qi, type UserWalletAccountAssetResponseWritable as qj, type UserWalletAccountListWritable as qk, type UserWalletAccountListResponseWritable as ql, type UserWalletAccountResponseWritable as qm, type AccountCurrenciesListResponse as qn, type AccountDefinitionsListResponse as qo, type AccountDefinitionsRetrieveResponse as qp, type AccountsListResponse as qq, type AccountsCreateResponse as qr, type AccountsRetrieveResponse as qs, type AccountsCurrenciesListResponse as qt, type AccountsCurrenciesCreateResponse as qu, type AccountsCurrenciesRetrieveResponse as qv, type AccountsCurrenciesPartialUpdateResponse as qw, type AccountsCurrenciesUpdateResponse as qx, type AccountsCurrenciesFeesListResponse as qy, type AccountsCurrenciesFeesRetrieveResponse as qz, type AccountDefinitionsListResponses as r, type TransactionCollectionsListResponse as r$, type AuthRegisterResponse as r0, type AuthRequestDeleteResponse as r1, type AuthRequestDeleteVerifyResponse as r2, type AuthTokensListDestroyResponse as r3, type AuthTokensListResponse as r4, type AuthTokensCreateResponse as r5, type AuthTokensDestroyResponse as r6, type AuthTokensRetrieveResponse as r7, type CompanyRetrieveResponse as r8, type CompanyBankAccountsListResponse as r9, type MetricsListResponse as rA, type MetricsCreateResponse as rB, type MetricsDestroyResponse as rC, type MetricsRetrieveResponse as rD, type MetricsPointsListResponse as rE, type PermissionsListResponse as rF, type PermissionsRetrieveResponse as rG, type PublicCompaniesListResponse as rH, type PublicCompaniesRetrieveResponse as rI, type PublicCompaniesGroupsListResponse as rJ, type PublicCompaniesGroupsRetrieveResponse as rK, type PublicCompaniesLegalTermsListResponse as rL, type PublicCompaniesLegalTermsRetrieveResponse as rM, type PublicCompaniesLegalTermsVersionsListResponse as rN, type PublicCompaniesLegalTermsVersionsRetrieveResponse as rO, type PublicCompaniesOauthClientsListResponse as rP, type PublicCompaniesOauthClientsRetrieveResponse as rQ, type PublicLegalTermsListResponse as rR, type PublicLegalTermsRetrieveResponse as rS, type PublicLegalTermsVersionsListResponse as rT, type PublicLegalTermsVersionsRetrieveResponse as rU, type StatementsListResponse as rV, type StatementsCreateResponse as rW, type StatementsDestroyResponse as rX, type StatementsRetrieveResponse as rY, type SubtypesListResponse as rZ, type SubtypesRetrieveResponse as r_, type CompanyCurrenciesListResponse as ra, type CompanyCurrenciesRetrieveResponse as rb, type CompanyWalletAccountsListResponse as rc, type DocumentTypesListResponse as rd, type DocumentTypesRetrieveResponse as re, type ExportsListResponse as rf, type ExportsCreateResponse as rg, type ExportsRetrieveResponse as rh, type GroupsListResponse as ri, type GroupsRetrieveResponse as rj, type GroupsFeesListResponse as rk, type GroupsFeesRetrieveResponse as rl, type GroupsLimitsListResponse as rm, type GroupsLimitsRetrieveResponse as rn, type GroupsPermissionsListResponse as ro, type GroupsPermissionsRetrieveResponse as rp, type GroupsTiersListResponse as rq, type GroupsTiersRetrieveResponse as rr, type GroupsTiersFeesListResponse as rs, type GroupsTiersFeesRetrieveResponse as rt, type GroupsTiersLimitsListResponse as ru, type GroupsTiersLimitsRetrieveResponse as rv, type GroupsTiersRequirementSetsListResponse as rw, type GroupsTiersRequirementSetsRetrieveResponse as rx, type GroupsTiersRequirementSetsItemsListResponse as ry, type GroupsTiersRequirementSetsItemsRetrieveResponse as rz, type AccountDefinitionsRetrieveData as s, type UserDocumentsCreateResponse as s$, type TransactionCollectionsCreateResponse as s0, type TransactionCollectionsRetrieveResponse as s1, type TransactionsListResponse as s2, type TransactionsCreateResponse as s3, type TransactionsRetrieveResponse as s4, type TransactionsPartialUpdateResponse as s5, type TransactionsUpdateResponse as s6, type TransactionsMessagesListResponse as s7, type TransactionsMessagesRetrieveResponse as s8, type TransactionsCreditCreateResponse as s9, type UserCryptoAccountsListResponse as sA, type UserCryptoAccountsCreateResponse as sB, type UserCryptoAccountsDestroyResponse as sC, type UserCryptoAccountsRetrieveResponse as sD, type UserCryptoAccountsPartialUpdateResponse as sE, type UserCryptoAccountsUpdateResponse as sF, type UserCryptoAccountsAccountCurrenciesListResponse as sG, type UserCryptoAccountsAccountCurrenciesCreateResponse as sH, type UserCryptoAccountsAccountCurrenciesDestroyResponse as sI, type UserCryptoAccountsAccountCurrenciesRetrieveResponse as sJ, type UserCryptoAccountsCurrenciesListResponse as sK, type UserCryptoAccountsCurrenciesCreateResponse as sL, type UserCryptoAccountsCurrenciesDestroyResponse as sM, type UserCryptoAccountsCurrenciesRetrieveResponse as sN, type UserDevicesListResponse as sO, type UserDevicesCreateResponse as sP, type UserDevicesAppsDestroyResponse as sQ, type UserDevicesAppsRetrieveResponse as sR, type UserDevicesAppsPartialUpdateResponse as sS, type UserDevicesAppsUpdateResponse as sT, type UserDevicesDestroyResponse as sU, type UserDevicesRetrieveResponse as sV, type UserDevicesPartialUpdateResponse as sW, type UserDevicesUpdateResponse as sX, type UserDevicesAppsListResponse as sY, type UserDevicesAppsCreateResponse as sZ, type UserDocumentsListResponse as s_, type TransactionsDebitCreateResponse as sa, type TransactionTotalsRetrieveResponse as sb, type TransactionsTransferCreateResponse as sc, type UserRetrieveResponse as sd, type UserPartialUpdateResponse as se, type UserUpdateResponse as sf, type UserAddressesListResponse as sg, type UserAddressesCreateResponse as sh, type UserAddressesDestroyResponse as si, type UserAddressesRetrieveResponse as sj, type UserAddressesPartialUpdateResponse as sk, type UserAddressesUpdateResponse as sl, type UserBankAccountsListResponse as sm, type UserBankAccountsCreateResponse as sn, type UserBankAccountsDestroyResponse as so, type UserBankAccountsRetrieveResponse as sp, type UserBankAccountsPartialUpdateResponse as sq, type UserBankAccountsUpdateResponse as sr, type UserBankAccountsAccountCurrenciesListResponse as ss, type UserBankAccountsAccountCurrenciesCreateResponse as st, type UserBankAccountsAccountCurrenciesDestroyResponse as su, type UserBankAccountsAccountCurrenciesRetrieveResponse as sv, type UserBankAccountsCurrenciesListResponse as sw, type UserBankAccountsCurrenciesCreateResponse as sx, type UserBankAccountsCurrenciesDestroyResponse as sy, type UserBankAccountsCurrenciesRetrieveResponse as sz, type AccountDefinitionsRetrieveResponses as t, type UserDocumentsDestroyResponse as t0, type UserDocumentsRetrieveResponse as t1, type UserEmailsListResponse as t2, type UserEmailsCreateResponse as t3, type UserEmailsDestroyResponse as t4, type UserEmailsRetrieveResponse as t5, type UserEmailsPartialUpdateResponse as t6, type UserEmailsUpdateResponse as t7, type UserLegalTermsListResponse as t8, type UserLegalTermsRetrieveResponse as t9, type UserLegalTermsVersionsListResponse as ta, type UserLegalTermsVersionsRetrieveResponse as tb, type UserLegalTermsVersionsPartialUpdateResponse as tc, type UserLegalTermsVersionsUpdateResponse as td, type UserMessagesListResponse as te, type UserMessagesRetrieveResponse as tf, type UserMobilesListResponse as tg, type UserMobilesCreateResponse as th, type UserMobilesDestroyResponse as ti, type UserMobilesRetrieveResponse as tj, type UserMobilesPartialUpdateResponse as tk, type UserMobilesUpdateResponse as tl, type UserWalletAccountsListResponse as tm, type UserWalletAccountsCreateResponse as tn, type UserWalletAccountsDestroyResponse as to, type UserWalletAccountsRetrieveResponse as tp, type UserWalletAccountsPartialUpdateResponse as tq, type UserWalletAccountsUpdateResponse as tr, type UserWalletAccountsAccountCurrenciesListResponse as ts, type UserWalletAccountsAccountCurrenciesCreateResponse as tt, type UserWalletAccountsAccountCurrenciesDestroyResponse as tu, type UserWalletAccountsAccountCurrenciesRetrieveResponse as tv, type UserWalletAccountsCurrenciesListResponse as tw, type UserWalletAccountsCurrenciesCreateResponse as tx, type UserWalletAccountsCurrenciesDestroyResponse as ty, type UserWalletAccountsCurrenciesRetrieveResponse as tz, type AccountsListData as u, type AccountsListResponses as v, type AccountsCreateData as w, type AccountsCreateResponses as x, type AccountsRetrieveData as y, type AccountsRetrieveResponses as z };
|
|
18626
|
+
export { type AuthEmailVerifyResendResponses as $, type Auth as A, type AccountsCurrenciesUpdateData as B, type AccountsCurrenciesUpdateResponses as C, type AccountsCurrenciesFeesListData as D, type ErrorListener as E, type AccountsCurrenciesFeesListResponses as F, type AccountsCurrenciesFeesRetrieveData as G, type AccountsCurrenciesFeesRetrieveResponses as H, type AccountsCurrenciesLimitsListData as I, type AccountsCurrenciesLimitsListResponses as J, type AccountsCurrenciesLimitsRetrieveData as K, type LoginParams as L, type AccountsCurrenciesLimitsRetrieveResponses as M, type AuthRetrieveData as N, type AuthRetrieveResponses as O, type AuthRegisterCompanyData as P, type AuthRegisterCompanyResponses as Q, type RegisterParams as R, type SessionListener as S, type AuthDeactivateData as T, type UserSession as U, type AuthDeactivateResponses as V, type AuthDeactivateVerifyData as W, type AuthDeactivateVerifyResponses as X, type AuthEmailVerifyData as Y, type AuthEmailVerifyResponses as Z, type AuthEmailVerifyResendData as _, type AuthConfig as a, type CompanyBankAccountsListResponses as a$, type AuthJwtCreateData as a0, type AuthJwtCreateResponses as a1, type AuthLoginData as a2, type AuthLoginResponses as a3, type AuthLogoutData as a4, type AuthLogoutResponses as a5, type AuthMfaAuthenticatorsListData as a6, type AuthMfaAuthenticatorsListResponses as a7, type AuthMfaAuthenticatorsCreateData as a8, type AuthMfaAuthenticatorsCreateResponses as a9, type AuthPasswordResetConfirmData as aA, type AuthPasswordResetConfirmResponses as aB, type AuthRefreshCreateData as aC, type AuthRefreshCreateResponses as aD, type AuthRegisterData as aE, type AuthRegisterResponses as aF, type AuthRequestDeleteData as aG, type AuthRequestDeleteResponses as aH, type AuthRequestDeleteVerifyData as aI, type AuthRequestDeleteVerifyResponses as aJ, type AuthTokensListDestroyData as aK, type AuthTokensListDestroyResponses as aL, type AuthTokensListData as aM, type AuthTokensListResponses as aN, type AuthTokensCreateData as aO, type AuthTokensCreateResponses as aP, type AuthTokensDestroyData as aQ, type AuthTokensDestroyResponses as aR, type AuthTokensRetrieveData as aS, type AuthTokensRetrieveResponses as aT, type AuthTokensPartialUpdateData as aU, type AuthTokensPartialUpdateResponses as aV, type AuthTokensUpdateData as aW, type AuthTokensUpdateResponses as aX, type CompanyRetrieveData as aY, type CompanyRetrieveResponses as aZ, type CompanyBankAccountsListData as a_, type AuthMfaAuthenticatorsDestroyData as aa, type AuthMfaAuthenticatorsDestroyResponses as ab, type AuthMfaAuthenticatorsRetrieveData as ac, type AuthMfaAuthenticatorsRetrieveResponses as ad, type AuthMfaDeliverData as ae, type AuthMfaDeliverResponses as af, type AuthMfaVerifyData as ag, type AuthMfaVerifyResponses as ah, type AuthMobileVerifyData as ai, type AuthMobileVerifyResponses as aj, type AuthMobileVerifyResendData as ak, type AuthMobileVerifyResendResponses as al, type AuthOauthAuthorizeCreateData as am, type AuthOauthAuthorizeCreateResponses as an, type AuthOauthLoginCreateData as ao, type AuthOauthLoginCreateResponses as ap, type AuthOauthRegisterCreateData as aq, type AuthOauthRegisterCreateResponses as ar, type AuthOauthSessionCreateData as as, type AuthOauthSessionCreateResponses as at, type AuthOauthVerifyCreateData as au, type AuthOauthVerifyCreateResponses as av, type AuthPasswordChangeData as aw, type AuthPasswordChangeResponses as ax, type AuthPasswordResetData as ay, type AuthPasswordResetResponses as az, type RegisterCompanyParams as b, type PermissionsListResponses as b$, type CompanyCurrenciesListData as b0, type CompanyCurrenciesListResponses as b1, type CompanyCurrenciesRetrieveData as b2, type CompanyCurrenciesRetrieveResponses as b3, type CompanyWalletAccountsListData as b4, type CompanyWalletAccountsListResponses as b5, type DocumentTypesListData as b6, type DocumentTypesListResponses as b7, type DocumentTypesRetrieveData as b8, type DocumentTypesRetrieveResponses as b9, type GroupsTiersFeesListData as bA, type GroupsTiersFeesListResponses as bB, type GroupsTiersFeesRetrieveData as bC, type GroupsTiersFeesRetrieveResponses as bD, type GroupsTiersLimitsListData as bE, type GroupsTiersLimitsListResponses as bF, type GroupsTiersLimitsRetrieveData as bG, type GroupsTiersLimitsRetrieveResponses as bH, type GroupsTiersRequirementSetsListData as bI, type GroupsTiersRequirementSetsListResponses as bJ, type GroupsTiersRequirementSetsRetrieveData as bK, type GroupsTiersRequirementSetsRetrieveResponses as bL, type GroupsTiersRequirementSetsItemsListData as bM, type GroupsTiersRequirementSetsItemsListResponses as bN, type GroupsTiersRequirementSetsItemsRetrieveData as bO, type GroupsTiersRequirementSetsItemsRetrieveResponses as bP, type MetricsListData as bQ, type MetricsListResponses as bR, type MetricsCreateData as bS, type MetricsCreateResponses as bT, type MetricsDestroyData as bU, type MetricsDestroyResponses as bV, type MetricsRetrieveData as bW, type MetricsRetrieveResponses as bX, type MetricsPointsListData as bY, type MetricsPointsListResponses as bZ, type PermissionsListData as b_, type ExportsListData as ba, type ExportsListResponses as bb, type ExportsCreateData as bc, type ExportsCreateResponses as bd, type ExportsRetrieveData as be, type ExportsRetrieveResponses as bf, type GroupsListData as bg, type GroupsListResponses as bh, type GroupsRetrieveData as bi, type GroupsRetrieveResponses as bj, type GroupsFeesListData as bk, type GroupsFeesListResponses as bl, type GroupsFeesRetrieveData as bm, type GroupsFeesRetrieveResponses as bn, type GroupsLimitsListData as bo, type GroupsLimitsListResponses as bp, type GroupsLimitsRetrieveData as bq, type GroupsLimitsRetrieveResponses as br, type GroupsPermissionsListData as bs, type GroupsPermissionsListResponses as bt, type GroupsPermissionsRetrieveData as bu, type GroupsPermissionsRetrieveResponses as bv, type GroupsTiersListData as bw, type GroupsTiersListResponses as bx, type GroupsTiersRetrieveData as by, type GroupsTiersRetrieveResponses as bz, createAuth as c, type TransactionsCreditCreateResponses as c$, type PermissionsRetrieveData as c0, type PermissionsRetrieveResponses as c1, type PublicCompaniesListData as c2, type PublicCompaniesListResponses as c3, type PublicCompaniesRetrieveData as c4, type PublicCompaniesRetrieveResponses as c5, type PublicCompaniesGroupsListData as c6, type PublicCompaniesGroupsListResponses as c7, type PublicCompaniesGroupsRetrieveData as c8, type PublicCompaniesGroupsRetrieveResponses as c9, type StatementsRetrieveData as cA, type StatementsRetrieveResponses as cB, type SubtypesListData as cC, type SubtypesListResponses as cD, type SubtypesRetrieveData as cE, type SubtypesRetrieveResponses as cF, type TransactionCollectionsListData as cG, type TransactionCollectionsListResponses as cH, type TransactionCollectionsCreateData as cI, type TransactionCollectionsCreateResponses as cJ, type TransactionCollectionsRetrieveData as cK, type TransactionCollectionsRetrieveResponses as cL, type TransactionsListData as cM, type TransactionsListResponses as cN, type TransactionsCreateData as cO, type TransactionsCreateResponses as cP, type TransactionsRetrieveData as cQ, type TransactionsRetrieveResponses as cR, type TransactionsPartialUpdateData as cS, type TransactionsPartialUpdateResponses as cT, type TransactionsUpdateData as cU, type TransactionsUpdateResponses as cV, type TransactionsMessagesListData as cW, type TransactionsMessagesListResponses as cX, type TransactionsMessagesRetrieveData as cY, type TransactionsMessagesRetrieveResponses as cZ, type TransactionsCreditCreateData as c_, type PublicCompaniesLegalTermsListData as ca, type PublicCompaniesLegalTermsListResponses as cb, type PublicCompaniesLegalTermsRetrieveData as cc, type PublicCompaniesLegalTermsRetrieveResponses as cd, type PublicCompaniesLegalTermsVersionsListData as ce, type PublicCompaniesLegalTermsVersionsListResponses as cf, type PublicCompaniesLegalTermsVersionsRetrieveData as cg, type PublicCompaniesLegalTermsVersionsRetrieveResponses as ch, type PublicCompaniesOauthClientsListData as ci, type PublicCompaniesOauthClientsListResponses as cj, type PublicCompaniesOauthClientsRetrieveData as ck, type PublicCompaniesOauthClientsRetrieveResponses as cl, type PublicLegalTermsListData as cm, type PublicLegalTermsListResponses as cn, type PublicLegalTermsRetrieveData as co, type PublicLegalTermsRetrieveResponses as cp, type PublicLegalTermsVersionsListData as cq, type PublicLegalTermsVersionsListResponses as cr, type PublicLegalTermsVersionsRetrieveData as cs, type PublicLegalTermsVersionsRetrieveResponses as ct, type StatementsListData as cu, type StatementsListResponses as cv, type StatementsCreateData as cw, type StatementsCreateResponses as cx, type StatementsDestroyData as cy, type StatementsDestroyResponses as cz, type AuthSession as d, type UserCryptoAccountsRetrieveData as d$, type TransactionsDebitCreateData as d0, type TransactionsDebitCreateResponses as d1, type TransactionTotalsRetrieveData as d2, type TransactionTotalsRetrieveResponses as d3, type TransactionsTransferCreateData as d4, type TransactionsTransferCreateResponses as d5, type UserRetrieveData as d6, type UserRetrieveResponses as d7, type UserPartialUpdateData as d8, type UserPartialUpdateResponses as d9, type UserBankAccountsUpdateResponses as dA, type UserBankAccountsAccountCurrenciesListData as dB, type UserBankAccountsAccountCurrenciesListResponses as dC, type UserBankAccountsAccountCurrenciesCreateData as dD, type UserBankAccountsAccountCurrenciesCreateResponses as dE, type UserBankAccountsAccountCurrenciesDestroyData as dF, type UserBankAccountsAccountCurrenciesDestroyResponses as dG, type UserBankAccountsAccountCurrenciesRetrieveData as dH, type UserBankAccountsAccountCurrenciesRetrieveResponses as dI, type UserBankAccountsCurrenciesListData as dJ, type UserBankAccountsCurrenciesListResponses as dK, type UserBankAccountsCurrenciesCreateData as dL, type UserBankAccountsCurrenciesCreateResponses as dM, type UserBankAccountsCurrenciesDestroyData as dN, type UserBankAccountsCurrenciesDestroyResponses as dO, type UserBankAccountsCurrenciesRetrieveData as dP, type UserBankAccountsCurrenciesRetrieveResponses as dQ, type UserBankAccountsDocumentsRetrieveData as dR, type UserBankAccountsDocumentsRetrieveResponses as dS, type UserBankAccountsDocumentsRetrieve2Data as dT, type UserBankAccountsDocumentsRetrieve2Responses as dU, type UserCryptoAccountsListData as dV, type UserCryptoAccountsListResponses as dW, type UserCryptoAccountsCreateData as dX, type UserCryptoAccountsCreateResponses as dY, type UserCryptoAccountsDestroyData as dZ, type UserCryptoAccountsDestroyResponses as d_, type UserUpdateData as da, type UserUpdateResponses as db, type UserAddressesListData as dc, type UserAddressesListResponses as dd, type UserAddressesCreateData as de, type UserAddressesCreateResponses as df, type UserAddressesDestroyData as dg, type UserAddressesDestroyResponses as dh, type UserAddressesRetrieveData as di, type UserAddressesRetrieveResponses as dj, type UserAddressesPartialUpdateData as dk, type UserAddressesPartialUpdateResponses as dl, type UserAddressesUpdateData as dm, type UserAddressesUpdateResponses as dn, type UserBankAccountsListData as dp, type UserBankAccountsListResponses as dq, type UserBankAccountsCreateData as dr, type UserBankAccountsCreateResponses as ds, type UserBankAccountsDestroyData as dt, type UserBankAccountsDestroyResponses as du, type UserBankAccountsRetrieveData as dv, type UserBankAccountsRetrieveResponses as dw, type UserBankAccountsPartialUpdateData as dx, type UserBankAccountsPartialUpdateResponses as dy, type UserBankAccountsUpdateData as dz, type AuthState as e, type UserEmailsUpdateData as e$, type UserCryptoAccountsRetrieveResponses as e0, type UserCryptoAccountsPartialUpdateData as e1, type UserCryptoAccountsPartialUpdateResponses as e2, type UserCryptoAccountsUpdateData as e3, type UserCryptoAccountsUpdateResponses as e4, type UserCryptoAccountsAccountCurrenciesListData as e5, type UserCryptoAccountsAccountCurrenciesListResponses as e6, type UserCryptoAccountsAccountCurrenciesCreateData as e7, type UserCryptoAccountsAccountCurrenciesCreateResponses as e8, type UserCryptoAccountsAccountCurrenciesDestroyData as e9, type UserDevicesRetrieveResponses as eA, type UserDevicesPartialUpdateData as eB, type UserDevicesPartialUpdateResponses as eC, type UserDevicesUpdateData as eD, type UserDevicesUpdateResponses as eE, type UserDevicesAppsListData as eF, type UserDevicesAppsListResponses as eG, type UserDevicesAppsCreateData as eH, type UserDevicesAppsCreateResponses as eI, type UserDocumentsListData as eJ, type UserDocumentsListResponses as eK, type UserDocumentsCreateData as eL, type UserDocumentsCreateResponses as eM, type UserDocumentsDestroyData as eN, type UserDocumentsDestroyResponses as eO, type UserDocumentsRetrieveData as eP, type UserDocumentsRetrieveResponses as eQ, type UserEmailsListData as eR, type UserEmailsListResponses as eS, type UserEmailsCreateData as eT, type UserEmailsCreateResponses as eU, type UserEmailsDestroyData as eV, type UserEmailsDestroyResponses as eW, type UserEmailsRetrieveData as eX, type UserEmailsRetrieveResponses as eY, type UserEmailsPartialUpdateData as eZ, type UserEmailsPartialUpdateResponses as e_, type UserCryptoAccountsAccountCurrenciesDestroyResponses as ea, type UserCryptoAccountsAccountCurrenciesRetrieveData as eb, type UserCryptoAccountsAccountCurrenciesRetrieveResponses as ec, type UserCryptoAccountsCurrenciesListData as ed, type UserCryptoAccountsCurrenciesListResponses as ee, type UserCryptoAccountsCurrenciesCreateData as ef, type UserCryptoAccountsCurrenciesCreateResponses as eg, type UserCryptoAccountsCurrenciesDestroyData as eh, type UserCryptoAccountsCurrenciesDestroyResponses as ei, type UserCryptoAccountsCurrenciesRetrieveData as ej, type UserCryptoAccountsCurrenciesRetrieveResponses as ek, type UserDevicesListData as el, type UserDevicesListResponses as em, type UserDevicesCreateData as en, type UserDevicesCreateResponses as eo, type UserDevicesAppsDestroyData as ep, type UserDevicesAppsDestroyResponses as eq, type UserDevicesAppsRetrieveData as er, type UserDevicesAppsRetrieveResponses as es, type UserDevicesAppsPartialUpdateData as et, type UserDevicesAppsPartialUpdateResponses as eu, type UserDevicesAppsUpdateData as ev, type UserDevicesAppsUpdateResponses as ew, type UserDevicesDestroyData as ex, type UserDevicesDestroyResponses as ey, type UserDevicesRetrieveData as ez, type StorageAdapter as f, type AccountAssetFee as f$, type UserEmailsUpdateResponses as f0, type UserLegalTermsListData as f1, type UserLegalTermsListResponses as f2, type UserLegalTermsRetrieveData as f3, type UserLegalTermsRetrieveResponses as f4, type UserLegalTermsVersionsListData as f5, type UserLegalTermsVersionsListResponses as f6, type UserLegalTermsVersionsRetrieveData as f7, type UserLegalTermsVersionsRetrieveResponses as f8, type UserLegalTermsVersionsPartialUpdateData as f9, type UserWalletAccountsRetrieveResponses as fA, type UserWalletAccountsPartialUpdateData as fB, type UserWalletAccountsPartialUpdateResponses as fC, type UserWalletAccountsUpdateData as fD, type UserWalletAccountsUpdateResponses as fE, type UserWalletAccountsAccountCurrenciesListData as fF, type UserWalletAccountsAccountCurrenciesListResponses as fG, type UserWalletAccountsAccountCurrenciesCreateData as fH, type UserWalletAccountsAccountCurrenciesCreateResponses as fI, type UserWalletAccountsAccountCurrenciesDestroyData as fJ, type UserWalletAccountsAccountCurrenciesDestroyResponses as fK, type UserWalletAccountsAccountCurrenciesRetrieveData as fL, type UserWalletAccountsAccountCurrenciesRetrieveResponses as fM, type UserWalletAccountsCurrenciesListData as fN, type UserWalletAccountsCurrenciesListResponses as fO, type UserWalletAccountsCurrenciesCreateData as fP, type UserWalletAccountsCurrenciesCreateResponses as fQ, type UserWalletAccountsCurrenciesDestroyData as fR, type UserWalletAccountsCurrenciesDestroyResponses as fS, type UserWalletAccountsCurrenciesRetrieveData as fT, type UserWalletAccountsCurrenciesRetrieveResponses as fU, type ClientOptions as fV, type Account as fW, type AccountAccountAsset as fX, type AccountAccountAssetRequest as fY, type AccountAccountAssetResponse as fZ, type AccountAsset as f_, type UserLegalTermsVersionsPartialUpdateResponses as fa, type UserLegalTermsVersionsUpdateData as fb, type UserLegalTermsVersionsUpdateResponses as fc, type UserMessagesListData as fd, type UserMessagesListResponses as fe, type UserMessagesRetrieveData as ff, type UserMessagesRetrieveResponses as fg, type UserMobilesListData as fh, type UserMobilesListResponses as fi, type UserMobilesCreateData as fj, type UserMobilesCreateResponses as fk, type UserMobilesDestroyData as fl, type UserMobilesDestroyResponses as fm, type UserMobilesRetrieveData as fn, type UserMobilesRetrieveResponses as fo, type UserMobilesPartialUpdateData as fp, type UserMobilesPartialUpdateResponses as fq, type UserMobilesUpdateData as fr, type UserMobilesUpdateResponses as fs, type UserWalletAccountsListData as ft, type UserWalletAccountsListResponses as fu, type UserWalletAccountsCreateData as fv, type UserWalletAccountsCreateResponses as fw, type UserWalletAccountsDestroyData as fx, type UserWalletAccountsDestroyResponses as fy, type UserWalletAccountsRetrieveData as fz, type AccountCurrenciesListData as g, type CreateUserBankAccountAssetRequest as g$, type AccountAssetLimit as g0, type AccountAssetLimitRequest as g1, type AccountAssetLimitResponse as g2, type AccountAssetResponse as g3, type AccountAssetSettings as g4, type AccountAssetSettingsRequest as g5, type AccountDefinition as g6, type AccountDefinitionGroup as g7, type AccountDefinitionGroupAsset as g8, type AccountDefinitionResponse as g9, type CompanyDisallowedTransactionSubtypeRequest as gA, type CompanyResponse as gB, type CompanySettings as gC, type CompanySettingsRequest as gD, type CompanyWalletAccount as gE, type CreateAccountAccountAssetRequest as gF, type CreateAuthTokenRequest as gG, type CreateCompanyRequest as gH, type CreateCreditTransactionRequest as gI, type CreateCryptoAccountAccountAssetRequest as gJ, type CreateCryptoAccountAssetRequest as gK, type CreateCryptoAccountRequest as gL, type CreateDebitTransactionRequest as gM, type CreateDeviceAppRequest as gN, type CreateDeviceRequest as gO, type CreateEmailRequest as gP, type CreateExportRequest as gQ, type CreateJwtRequest as gR, type CreateMfaAuthenticatorRequest as gS, type CreateMetricRequest as gT, type CreateMobileRequest as gU, type CreateMultiTransactionRequest as gV, type CreateStatementRequest as gW, type CreateTransactionCollectionRequest as gX, type CreateTransactionCollectionTransactionRequest as gY, type CreateTransferTransactionRequest as gZ, type CreateUserBankAccountAccountAssetRequest as g_, type AccountRequest as ga, type AccountResponse as gb, type ActionResponse as gc, type AdminAccountAssetFee as gd, type AdminAccountAssetFeeRequest as ge, type AdminAccountAssetFeeResponse as gf, type AdminCompanyAddress as gg, type Asset as gh, type AssetResponse as gi, type Auth$1 as gj, type AuthResponse as gk, type AuthToken as gl, type AuthTokenList as gm, type AuthTokenListResponse as gn, type AuthTokenResponse as go, type Authenticated as gp, type AuthenticatedResponse as gq, type AuthenticatorChallenge as gr, type BankOwner as gs, type BankOwnerAddress as gt, type BankOwnerAddressRequest as gu, type BankOwnerRequest as gv, type Company as gw, type CompanyBankAccount as gx, type CompanyBankBranchAddress as gy, type CompanyDisallowedTransactionSubtype as gz, type AccountCurrenciesListResponses as h, type GroupTierSettings as h$, type CreateUserWalletAccountAccountAssetRequest as h0, type CreateUserWalletAccountAssetRequest as h1, type CryptoAccount as h2, type CryptoAccountAsset as h3, type CryptoAccountAssetList as h4, type CryptoAccountAssetListResponse as h5, type CryptoAccountAssetResponse as h6, type CryptoAccountList as h7, type CryptoAccountListResponse as h8, type CryptoAccountRequest as h9, type ExtendedExportResponse as hA, type ExtendedGroupTier as hB, type ExtendedGroupTierResponse as hC, type ExtendedTransaction as hD, type ExtendedTransactionResponse as hE, type ExtendedUserInfo as hF, type ExtendedUserInfoRequest as hG, type ExtendedUserInfoResponse as hH, type GroupDisallowedTransactionSubtype as hI, type GroupFee as hJ, type GroupFeeResponse as hK, type GroupLimit as hL, type GroupLimitResponse as hM, type GroupPermission as hN, type GroupPermissionResponse as hO, type GroupSettings as hP, type GroupTier as hQ, type GroupTierDisallowedTransactionSubtype as hR, type GroupTierFee as hS, type GroupTierFeeResponse as hT, type GroupTierLimit as hU, type GroupTierLimitResponse as hV, type GroupTierRequirementSet as hW, type GroupTierRequirementSetItem as hX, type GroupTierRequirementSetItemResponse as hY, type GroupTierRequirementSetItemRule as hZ, type GroupTierRequirementSetResponse as h_, type CryptoAccountResponse as ha, type DeactivateRequest as hb, type Device as hc, type DeviceApp as hd, type DeviceAppRequest as he, type DeviceAppResponse as hf, type DeviceList as hg, type DeviceListResponse as hh, type DeviceRequest as hi, type DeviceResponse as hj, type DocumentType as hk, type DocumentTypeResponse as hl, type Email as hm, type EmailList as hn, type EmailListResponse as ho, type EmailRequest as hp, type EmailResponse as hq, type ExplicitCreateTransactionRequest as hr, type Export as hs, type ExportPage as ht, type ExportResponse as hu, type ExtendedAccount as hv, type ExtendedAccountResponse as hw, type ExtendedAuthenticated as hx, type ExtendedAuthenticatedResponse as hy, type ExtendedExport as hz, type AccountDefinitionsListData as i, type PaginatedCompanyBankAccountList as i$, type Jwt as i0, type JwtResponse as i1, type LegalTerm as i2, type LegalTermResponse as i3, type LegalTermVersion as i4, type LegalTermVersionResponse as i5, type LoginRequest as i6, type LogoutRequest as i7, type MfaAuthenticator as i8, type MfaAuthenticatorResponse as i9, type OauthAuthorize as iA, type OauthAuthorizeRequest as iB, type OauthAuthorizeResponse as iC, type OauthClient as iD, type OauthClientResponse as iE, type OauthLoginRequest as iF, type OauthRegisterRequest as iG, type OauthSession as iH, type OauthSessionRequest as iI, type OauthSessionResponse as iJ, type OauthVerify as iK, type OauthVerifyRequest as iL, type OauthVerifyResponse as iM, type PaginatedAccountAccountAssetList as iN, type PaginatedAccountAccountAssetListResponse as iO, type PaginatedAccountAssetFeeList as iP, type PaginatedAccountAssetFeeListResponse as iQ, type PaginatedAccountAssetLimitList as iR, type PaginatedAccountAssetLimitListResponse as iS, type PaginatedAccountAssetList as iT, type PaginatedAccountAssetListResponse as iU, type PaginatedAccountDefinitionList as iV, type PaginatedAccountDefinitionListResponse as iW, type PaginatedAccountList as iX, type PaginatedAccountListResponse as iY, type PaginatedAssetList as iZ, type PaginatedAssetListResponse as i_, type MfaDeliverRequest as ia, type MfaDeviceDetail as ib, type MfaStaticDeviceDetail as ic, type MfaStaticDeviceToken as id, type MfatotpDeviceDetail as ie, type MfaTwilioDeviceDetail as ig, type MfaVerifyRequest as ih, type MaskedMfaAuthenticator as ii, type MaskedMfaAuthenticatorResponse as ij, type MaskedMfaDeviceDetail as ik, type MaskedMfaStaticDeviceDetail as il, type MaskedMfaStaticDeviceToken as im, type MaskedMfatotpDeviceDetail as io, type MaskedMfaTwilioDeviceDetail as ip, type Metric as iq, type MetricPoint as ir, type MetricResponse as is, type Mobile as it, type MobileList as iu, type MobileListResponse as iv, type MobileRequest as iw, type MobileResponse as ix, type MultiTransaction as iy, type MultiTransactionResponse as iz, type AccountDefinitionsListResponses as j, type PaginatedUserPermissionList as j$, type PaginatedCompanyBankAccountListResponse as j0, type PaginatedCompanyWalletAccountList as j1, type PaginatedCompanyWalletAccountListResponse as j2, type PaginatedDeviceAppList as j3, type PaginatedDeviceAppListResponse as j4, type PaginatedDocumentTypeList as j5, type PaginatedDocumentTypeListResponse as j6, type PaginatedExportList as j7, type PaginatedExportListResponse as j8, type PaginatedGroupFeeList as j9, type PaginatedOauthClientListResponse as jA, type PaginatedPublicCompanyLegalTermList as jB, type PaginatedPublicCompanyLegalTermListResponse as jC, type PaginatedPublicCompanyLegalTermVersionList as jD, type PaginatedPublicCompanyLegalTermVersionListResponse as jE, type PaginatedPublicCompanyList as jF, type PaginatedPublicCompanyListResponse as jG, type PaginatedPublicGroupList as jH, type PaginatedPublicGroupListResponse as jI, type PaginatedPublicLegalTermList as jJ, type PaginatedPublicLegalTermListResponse as jK, type PaginatedPublicLegalTermVersionList as jL, type PaginatedPublicLegalTermVersionListResponse as jM, type PaginatedStatementList as jN, type PaginatedStatementListResponse as jO, type PaginatedTransactionCollectionList as jP, type PaginatedTransactionCollectionListResponse as jQ, type PaginatedTransactionList as jR, type PaginatedTransactionListResponse as jS, type PaginatedTransactionMessageList as jT, type PaginatedTransactionMessageListResponse as jU, type PaginatedUserDocumentList as jV, type PaginatedUserDocumentListResponse as jW, type PaginatedUserGroupList as jX, type PaginatedUserGroupListResponse as jY, type PaginatedUserMessageList as jZ, type PaginatedUserMessageListResponse as j_, type PaginatedGroupFeeListResponse as ja, type PaginatedGroupLimitList as jb, type PaginatedGroupLimitListResponse as jc, type PaginatedGroupPermissionList as jd, type PaginatedGroupPermissionListResponse as je, type PaginatedGroupTierFeeList as jf, type PaginatedGroupTierFeeListResponse as jg, type PaginatedGroupTierLimitList as jh, type PaginatedGroupTierLimitListResponse as ji, type PaginatedGroupTierList as jj, type PaginatedGroupTierListResponse as jk, type PaginatedGroupTierRequirementSetItemList as jl, type PaginatedGroupTierRequirementSetItemListResponse as jm, type PaginatedGroupTierRequirementSetList as jn, type PaginatedGroupTierRequirementSetListResponse as jo, type PaginatedLegalTermList as jp, type PaginatedLegalTermListResponse as jq, type PaginatedLegalTermVersionList as jr, type PaginatedLegalTermVersionListResponse as js, type PaginatedMaskedMfaAuthenticatorList as jt, type PaginatedMaskedMfaAuthenticatorListResponse as ju, type PaginatedMetricList as jv, type PaginatedMetricListResponse as jw, type PaginatedMetricPointList as jx, type PaginatedMetricPointListResponse as jy, type PaginatedOauthClientList as jz, type AccountDefinitionsRetrieveData as k, type RegisterCompanyRequest as k$, type PaginatedUserPermissionListResponse as k0, type PaginatedUserWalletAccountAssetList as k1, type PaginatedUserWalletAccountAssetListResponse as k2, type PartnerTransaction as k3, type PartnerUserInfo as k4, type PasswordChangeRequest as k5, type PasswordResetConfirmRequest as k6, type PasswordResetRequest as k7, type PatchedAccountAccountAssetRequest as k8, type PatchedCryptoAccountRequest as k9, type PublicReducedLegalTermVersion as kA, type ReducedAccount as kB, type ReducedAccountAccountAsset as kC, type ReducedAccountAccountAssetRequest as kD, type ReducedAccountAsset as kE, type ReducedAccountAssetList as kF, type ReducedAccountAssetListResponse as kG, type ReducedAccountAssetRequest as kH, type ReducedAccountAssetResponse as kI, type ReducedAccountDefinition as kJ, type ReducedAccountRequest as kK, type ReducedAsset as kL, type ReducedAssetRequest as kM, type ReducedDeviceApp as kN, type ReducedDeviceAppRequest as kO, type ReducedDocumentType as kP, type ReducedGroup as kQ, type ReducedGroupRequest as kR, type ReducedGroupTier as kS, type ReducedLegalTermVersion as kT, type ReducedService as kU, type ReducedTransactionSubtype as kV, type ReducedTransactionSubtypeRequest as kW, type ReducedUserInfoRequest as kX, type RefreshRequest as kY, type Refreshed as kZ, type RefreshedResponse as k_, type PatchedDeviceAppRequest as ka, type PatchedDeviceRequest as kb, type PatchedEmailRequest as kc, type PatchedExtendedUserInfoRequest as kd, type PatchedMobileRequest as ke, type PatchedUpdateAuthTokenRequest as kf, type PatchedUpdateExtendedTransactionRequest as kg, type PatchedUpdateLegalTermVersionRequest as kh, type PatchedUserAddressRequest as ki, type PatchedUserBankAccountRequest as kj, type PatchedUserWalletAccountRequest as kk, type ProtectedUserInfo as kl, type PublicCompany as km, type PublicCompanyLegalTerm as kn, type PublicCompanyLegalTermResponse as ko, type PublicCompanyLegalTermVersion as kp, type PublicCompanyLegalTermVersionResponse as kq, type PublicCompanyResponse as kr, type PublicCompanySettings as ks, type PublicGroup as kt, type PublicGroupResponse as ku, type PublicLegalTerm as kv, type PublicLegalTermResponse as kw, type PublicLegalTermVersion as kx, type PublicLegalTermVersionResponse as ky, type PublicReducedCompanyLegalTermVersion as kz, type AccountDefinitionsRetrieveResponses as l, type VerifyDeactivateRequest as l$, type RegisterRequest as l0, type RequestDeleteRequest as l1, type ResendVerifyEmailRequest as l2, type ResendVerifyMobileRequest as l3, type ResourceRequirementRule as l4, type Statement as l5, type StatementResponse as l6, type TotalTransaction as l7, type TotalTransactionResponse as l8, type Transaction as l9, type UserBankAccountRequest as lA, type UserBankAccountResponse as lB, type UserBankBranchAddress as lC, type UserBankBranchAddressRequest as lD, type UserCreateBankAccountRequest as lE, type UserCreateDocumentRequest as lF, type UserCreateWalletAccountRequest as lG, type UserDisallowedTransactionSubtype as lH, type UserDisallowedTransactionSubtypeRequest as lI, type UserDocument as lJ, type UserDocumentResponse as lK, type UserGroup as lL, type UserGroupResponse as lM, type UserMessage as lN, type UserMessageResponse as lO, type UserPermission as lP, type UserPermissionResponse as lQ, type UserSettings as lR, type UserSettingsRequest as lS, type UserVerification as lT, type UserWalletAccount as lU, type UserWalletAccountAsset as lV, type UserWalletAccountAssetResponse as lW, type UserWalletAccountList as lX, type UserWalletAccountListResponse as lY, type UserWalletAccountRequest as lZ, type UserWalletAccountResponse as l_, type TransactionAccountAsset as la, type TransactionCollection as lb, type TransactionCollectionResponse as lc, type TransactionCollectionTransaction as ld, type TransactionFee as le, type TransactionMessage as lf, type TransactionMessageResponse as lg, type TransactionSubtype as lh, type TransactionSubtypeList as li, type TransactionSubtypeListResponse as lj, type TransactionSubtypeResponse as lk, type UpdateAuthTokenRequest as ll, type UpdateExtendedTransactionRequest as lm, type UpdateLegalTermVersionRequest as ln, type UserAddress as lo, type UserAddressList as lp, type UserAddressListResponse as lq, type UserAddressRequest as lr, type UserAddressResponse as ls, type UserBankAccount as lt, type UserBankAccountAsset as lu, type UserBankAccountAssetList as lv, type UserBankAccountAssetListResponse as lw, type UserBankAccountAssetResponse as lx, type UserBankAccountList as ly, type UserBankAccountListResponse as lz, type AccountsListData as m, type EmailResponseWritable as m$, type VerifyEmailRequest as m0, type VerifyMobileRequest as m1, type VerifyRequestDeleteRequest as m2, type AccountWritable as m3, type AccountAccountAssetWritable as m4, type AccountAccountAssetResponseWritable as m5, type AccountAssetWritable as m6, type AccountAssetFeeWritable as m7, type AccountAssetLimitWritable as m8, type AccountAssetLimitResponseWritable as m9, type CreateCompanyRequestWritable as mA, type CreateCreditTransactionRequestWritable as mB, type CreateDebitTransactionRequestWritable as mC, type CreateMetricRequestWritable as mD, type CreateMultiTransactionRequestWritable as mE, type CreateStatementRequestWritable as mF, type CreateTransactionCollectionRequestWritable as mG, type CreateTransactionCollectionTransactionRequestWritable as mH, type CryptoAccountWritable as mI, type CryptoAccountAssetWritable as mJ, type CryptoAccountAssetListWritable as mK, type CryptoAccountAssetListResponseWritable as mL, type CryptoAccountAssetResponseWritable as mM, type CryptoAccountListWritable as mN, type CryptoAccountListResponseWritable as mO, type CryptoAccountResponseWritable as mP, type DeviceWritable as mQ, type DeviceAppWritable as mR, type DeviceAppResponseWritable as mS, type DeviceListWritable as mT, type DeviceListResponseWritable as mU, type DeviceResponseWritable as mV, type DocumentTypeWritable as mW, type DocumentTypeResponseWritable as mX, type EmailWritable as mY, type EmailListWritable as mZ, type EmailListResponseWritable as m_, type AccountAssetResponseWritable as ma, type AccountAssetSettingsWritable as mb, type AccountDefinitionWritable as mc, type AccountDefinitionGroupWritable as md, type AccountDefinitionGroupAssetWritable as me, type AccountDefinitionResponseWritable as mf, type AccountResponseWritable as mg, type AdminAccountAssetFeeWritable as mh, type AdminAccountAssetFeeResponseWritable as mi, type AssetWritable as mj, type AssetResponseWritable as mk, type AuthWritable as ml, type AuthResponseWritable as mm, type AuthTokenWritable as mn, type AuthTokenListWritable as mo, type AuthTokenListResponseWritable as mp, type AuthTokenResponseWritable as mq, type AuthenticatedWritable as mr, type AuthenticatedResponseWritable as ms, type CompanyWritable as mt, type CompanyBankAccountWritable as mu, type CompanyDisallowedTransactionSubtypeWritable as mv, type CompanyResponseWritable as mw, type CompanySettingsWritable as mx, type CompanyWalletAccountWritable as my, type CreateAccountAccountAssetRequestWritable as mz, type AccountsListResponses as n, type OauthVerifyWritable as n$, type ExplicitCreateTransactionRequestWritable as n0, type ExportWritable as n1, type ExportPageWritable as n2, type ExportResponseWritable as n3, type ExtendedAccountWritable as n4, type ExtendedAccountResponseWritable as n5, type ExtendedAuthenticatedWritable as n6, type ExtendedAuthenticatedResponseWritable as n7, type ExtendedExportWritable as n8, type ExtendedExportResponseWritable as n9, type LegalTermResponseWritable as nA, type LegalTermVersionResponseWritable as nB, type LoginRequestWritable as nC, type MfaAuthenticatorWritable as nD, type MfaAuthenticatorResponseWritable as nE, type MfaDeviceDetailWritable as nF, type MfaStaticDeviceDetailWritable as nG, type MfatotpDeviceDetailWritable as nH, type MaskedMfaAuthenticatorWritable as nI, type MaskedMfaAuthenticatorResponseWritable as nJ, type MaskedMfaDeviceDetailWritable as nK, type MaskedMfaStaticDeviceDetailWritable as nL, type MaskedMfatotpDeviceDetailWritable as nM, type MetricWritable as nN, type MetricResponseWritable as nO, type MobileWritable as nP, type MobileListWritable as nQ, type MobileListResponseWritable as nR, type MobileResponseWritable as nS, type MultiTransactionWritable as nT, type MultiTransactionResponseWritable as nU, type OauthAuthorizeWritable as nV, type OauthAuthorizeResponseWritable as nW, type OauthClientResponseWritable as nX, type OauthLoginRequestWritable as nY, type OauthRegisterRequestWritable as nZ, type OauthSessionResponseWritable as n_, type ExtendedGroupTierWritable as na, type ExtendedGroupTierResponseWritable as nb, type ExtendedTransactionWritable as nc, type ExtendedTransactionResponseWritable as nd, type ExtendedUserInfoWritable as ne, type ExtendedUserInfoResponseWritable as nf, type GroupDisallowedTransactionSubtypeWritable as ng, type GroupFeeWritable as nh, type GroupFeeResponseWritable as ni, type GroupLimitWritable as nj, type GroupLimitResponseWritable as nk, type GroupPermissionWritable as nl, type GroupPermissionResponseWritable as nm, type GroupSettingsWritable as nn, type GroupTierWritable as no, type GroupTierDisallowedTransactionSubtypeWritable as np, type GroupTierFeeWritable as nq, type GroupTierFeeResponseWritable as nr, type GroupTierLimitWritable as ns, type GroupTierLimitResponseWritable as nt, type GroupTierRequirementSetWritable as nu, type GroupTierRequirementSetItemWritable as nv, type GroupTierRequirementSetItemResponseWritable as nw, type GroupTierRequirementSetResponseWritable as nx, type GroupTierSettingsWritable as ny, type JwtResponseWritable as nz, type AccountsCreateData as o, type PaginatedPublicLegalTermVersionListResponseWritable as o$, type OauthVerifyRequestWritable as o0, type OauthVerifyResponseWritable as o1, type PaginatedAccountAccountAssetListWritable as o2, type PaginatedAccountAccountAssetListResponseWritable as o3, type PaginatedAccountAssetFeeListWritable as o4, type PaginatedAccountAssetFeeListResponseWritable as o5, type PaginatedAccountAssetLimitListWritable as o6, type PaginatedAccountAssetLimitListResponseWritable as o7, type PaginatedAccountAssetListWritable as o8, type PaginatedAccountAssetListResponseWritable as o9, type PaginatedGroupTierListWritable as oA, type PaginatedGroupTierListResponseWritable as oB, type PaginatedGroupTierRequirementSetItemListWritable as oC, type PaginatedGroupTierRequirementSetItemListResponseWritable as oD, type PaginatedGroupTierRequirementSetListWritable as oE, type PaginatedGroupTierRequirementSetListResponseWritable as oF, type PaginatedLegalTermListWritable as oG, type PaginatedLegalTermListResponseWritable as oH, type PaginatedLegalTermVersionListWritable as oI, type PaginatedLegalTermVersionListResponseWritable as oJ, type PaginatedMaskedMfaAuthenticatorListWritable as oK, type PaginatedMaskedMfaAuthenticatorListResponseWritable as oL, type PaginatedMetricListWritable as oM, type PaginatedMetricListResponseWritable as oN, type PaginatedMetricPointListWritable as oO, type PaginatedMetricPointListResponseWritable as oP, type PaginatedOauthClientListWritable as oQ, type PaginatedOauthClientListResponseWritable as oR, type PaginatedPublicCompanyLegalTermListWritable as oS, type PaginatedPublicCompanyLegalTermListResponseWritable as oT, type PaginatedPublicCompanyLegalTermVersionListWritable as oU, type PaginatedPublicCompanyLegalTermVersionListResponseWritable as oV, type PaginatedPublicCompanyListWritable as oW, type PaginatedPublicCompanyListResponseWritable as oX, type PaginatedPublicLegalTermListWritable as oY, type PaginatedPublicLegalTermListResponseWritable as oZ, type PaginatedPublicLegalTermVersionListWritable as o_, type PaginatedAccountDefinitionListWritable as oa, type PaginatedAccountDefinitionListResponseWritable as ob, type PaginatedAccountListWritable as oc, type PaginatedAccountListResponseWritable as od, type PaginatedAssetListWritable as oe, type PaginatedAssetListResponseWritable as of, type PaginatedCompanyBankAccountListWritable as og, type PaginatedCompanyBankAccountListResponseWritable as oh, type PaginatedCompanyWalletAccountListWritable as oi, type PaginatedCompanyWalletAccountListResponseWritable as oj, type PaginatedDeviceAppListWritable as ok, type PaginatedDeviceAppListResponseWritable as ol, type PaginatedDocumentTypeListWritable as om, type PaginatedDocumentTypeListResponseWritable as on, type PaginatedExportListWritable as oo, type PaginatedExportListResponseWritable as op, type PaginatedGroupFeeListWritable as oq, type PaginatedGroupFeeListResponseWritable as or, type PaginatedGroupLimitListWritable as os, type PaginatedGroupLimitListResponseWritable as ot, type PaginatedGroupPermissionListWritable as ou, type PaginatedGroupPermissionListResponseWritable as ov, type PaginatedGroupTierFeeListWritable as ow, type PaginatedGroupTierFeeListResponseWritable as ox, type PaginatedGroupTierLimitListWritable as oy, type PaginatedGroupTierLimitListResponseWritable as oz, type AccountsCreateResponses as p, type UserBankAccountListWritable as p$, type PaginatedStatementListWritable as p0, type PaginatedStatementListResponseWritable as p1, type PaginatedTransactionCollectionListWritable as p2, type PaginatedTransactionCollectionListResponseWritable as p3, type PaginatedTransactionListWritable as p4, type PaginatedTransactionListResponseWritable as p5, type PaginatedTransactionMessageListWritable as p6, type PaginatedTransactionMessageListResponseWritable as p7, type PaginatedUserDocumentListWritable as p8, type PaginatedUserDocumentListResponseWritable as p9, type ReducedTransactionSubtypeWritable as pA, type RefreshedResponseWritable as pB, type RegisterCompanyRequestWritable as pC, type RegisterRequestWritable as pD, type StatementWritable as pE, type StatementResponseWritable as pF, type TotalTransactionResponseWritable as pG, type TransactionWritable as pH, type TransactionAccountAssetWritable as pI, type TransactionCollectionWritable as pJ, type TransactionCollectionResponseWritable as pK, type TransactionCollectionTransactionWritable as pL, type TransactionMessageWritable as pM, type TransactionMessageResponseWritable as pN, type TransactionSubtypeWritable as pO, type TransactionSubtypeListWritable as pP, type TransactionSubtypeListResponseWritable as pQ, type TransactionSubtypeResponseWritable as pR, type UserAddressWritable as pS, type UserAddressListWritable as pT, type UserAddressListResponseWritable as pU, type UserAddressResponseWritable as pV, type UserBankAccountWritable as pW, type UserBankAccountAssetWritable as pX, type UserBankAccountAssetListWritable as pY, type UserBankAccountAssetListResponseWritable as pZ, type UserBankAccountAssetResponseWritable as p_, type PaginatedUserGroupListWritable as pa, type PaginatedUserGroupListResponseWritable as pb, type PaginatedUserMessageListWritable as pc, type PaginatedUserMessageListResponseWritable as pd, type PaginatedUserPermissionListWritable as pe, type PaginatedUserPermissionListResponseWritable as pf, type PaginatedUserWalletAccountAssetListWritable as pg, type PaginatedUserWalletAccountAssetListResponseWritable as ph, type PasswordChangeRequestWritable as pi, type PasswordResetConfirmRequestWritable as pj, type PublicCompanyWritable as pk, type PublicCompanyLegalTermWritable as pl, type PublicCompanyLegalTermResponseWritable as pm, type PublicCompanyLegalTermVersionResponseWritable as pn, type PublicCompanyResponseWritable as po, type PublicCompanySettingsWritable as pp, type PublicLegalTermWritable as pq, type PublicLegalTermResponseWritable as pr, type PublicLegalTermVersionResponseWritable as ps, type ReducedAccountWritable as pt, type ReducedAccountAccountAssetWritable as pu, type ReducedAccountAssetWritable as pv, type ReducedAccountAssetListWritable as pw, type ReducedAccountAssetListResponseWritable as px, type ReducedAccountAssetResponseWritable as py, type ReducedDeviceAppWritable as pz, type AccountsRetrieveData as q, type AuthTokensListDestroyResponse as q$, type UserBankAccountListResponseWritable as q0, type UserBankAccountResponseWritable as q1, type UserCreateDocumentRequestWritable as q2, type UserDisallowedTransactionSubtypeWritable as q3, type UserDocumentWritable as q4, type UserDocumentResponseWritable as q5, type UserGroupWritable as q6, type UserGroupResponseWritable as q7, type UserMessageWritable as q8, type UserMessageResponseWritable as q9, type AuthDeactivateResponse as qA, type AuthDeactivateVerifyResponse as qB, type AuthEmailVerifyResponse as qC, type AuthEmailVerifyResendResponse as qD, type AuthJwtCreateResponse as qE, type AuthLoginResponse as qF, type AuthLogoutResponse as qG, type AuthMfaAuthenticatorsListResponse as qH, type AuthMfaAuthenticatorsCreateResponse as qI, type AuthMfaAuthenticatorsDestroyResponse as qJ, type AuthMfaAuthenticatorsRetrieveResponse as qK, type AuthMfaDeliverResponse as qL, type AuthMfaVerifyResponse as qM, type AuthMobileVerifyResponse as qN, type AuthMobileVerifyResendResponse as qO, type AuthOauthAuthorizeCreateResponse as qP, type AuthOauthLoginCreateResponse as qQ, type AuthOauthRegisterCreateResponse as qR, type AuthOauthSessionCreateResponse as qS, type AuthOauthVerifyCreateResponse as qT, type AuthPasswordChangeResponse as qU, type AuthPasswordResetResponse as qV, type AuthPasswordResetConfirmResponse as qW, type AuthRefreshCreateResponse as qX, type AuthRegisterResponse as qY, type AuthRequestDeleteResponse as qZ, type AuthRequestDeleteVerifyResponse as q_, type UserPermissionWritable as qa, type UserPermissionResponseWritable as qb, type UserSettingsWritable as qc, type UserWalletAccountWritable as qd, type UserWalletAccountAssetWritable as qe, type UserWalletAccountAssetResponseWritable as qf, type UserWalletAccountListWritable as qg, type UserWalletAccountListResponseWritable as qh, type UserWalletAccountResponseWritable as qi, type AccountCurrenciesListResponse as qj, type AccountDefinitionsListResponse as qk, type AccountDefinitionsRetrieveResponse as ql, type AccountsListResponse as qm, type AccountsCreateResponse as qn, type AccountsRetrieveResponse as qo, type AccountsCurrenciesListResponse as qp, type AccountsCurrenciesCreateResponse as qq, type AccountsCurrenciesRetrieveResponse as qr, type AccountsCurrenciesPartialUpdateResponse as qs, type AccountsCurrenciesUpdateResponse as qt, type AccountsCurrenciesFeesListResponse as qu, type AccountsCurrenciesFeesRetrieveResponse as qv, type AccountsCurrenciesLimitsListResponse as qw, type AccountsCurrenciesLimitsRetrieveResponse as qx, type AuthRetrieveResponse as qy, type AuthRegisterCompanyResponse as qz, type AccountsRetrieveResponses as r, type TransactionCollectionsRetrieveResponse as r$, type AuthTokensListResponse as r0, type AuthTokensCreateResponse as r1, type AuthTokensDestroyResponse as r2, type AuthTokensRetrieveResponse as r3, type AuthTokensPartialUpdateResponse as r4, type AuthTokensUpdateResponse as r5, type CompanyRetrieveResponse as r6, type CompanyBankAccountsListResponse as r7, type CompanyCurrenciesListResponse as r8, type CompanyCurrenciesRetrieveResponse as r9, type MetricsDestroyResponse as rA, type MetricsRetrieveResponse as rB, type MetricsPointsListResponse as rC, type PermissionsListResponse as rD, type PermissionsRetrieveResponse as rE, type PublicCompaniesListResponse as rF, type PublicCompaniesRetrieveResponse as rG, type PublicCompaniesGroupsListResponse as rH, type PublicCompaniesGroupsRetrieveResponse as rI, type PublicCompaniesLegalTermsListResponse as rJ, type PublicCompaniesLegalTermsRetrieveResponse as rK, type PublicCompaniesLegalTermsVersionsListResponse as rL, type PublicCompaniesLegalTermsVersionsRetrieveResponse as rM, type PublicCompaniesOauthClientsListResponse as rN, type PublicCompaniesOauthClientsRetrieveResponse as rO, type PublicLegalTermsListResponse as rP, type PublicLegalTermsRetrieveResponse as rQ, type PublicLegalTermsVersionsListResponse as rR, type PublicLegalTermsVersionsRetrieveResponse as rS, type StatementsListResponse as rT, type StatementsCreateResponse as rU, type StatementsDestroyResponse as rV, type StatementsRetrieveResponse as rW, type SubtypesListResponse as rX, type SubtypesRetrieveResponse as rY, type TransactionCollectionsListResponse as rZ, type TransactionCollectionsCreateResponse as r_, type CompanyWalletAccountsListResponse as ra, type DocumentTypesListResponse as rb, type DocumentTypesRetrieveResponse as rc, type ExportsListResponse as rd, type ExportsCreateResponse as re, type ExportsRetrieveResponse as rf, type GroupsListResponse as rg, type GroupsRetrieveResponse as rh, type GroupsFeesListResponse as ri, type GroupsFeesRetrieveResponse as rj, type GroupsLimitsListResponse as rk, type GroupsLimitsRetrieveResponse as rl, type GroupsPermissionsListResponse as rm, type GroupsPermissionsRetrieveResponse as rn, type GroupsTiersListResponse as ro, type GroupsTiersRetrieveResponse as rp, type GroupsTiersFeesListResponse as rq, type GroupsTiersFeesRetrieveResponse as rr, type GroupsTiersLimitsListResponse as rs, type GroupsTiersLimitsRetrieveResponse as rt, type GroupsTiersRequirementSetsListResponse as ru, type GroupsTiersRequirementSetsRetrieveResponse as rv, type GroupsTiersRequirementSetsItemsListResponse as rw, type GroupsTiersRequirementSetsItemsRetrieveResponse as rx, type MetricsListResponse as ry, type MetricsCreateResponse as rz, type AccountsCurrenciesListData as s, type UserDocumentsRetrieveResponse as s$, type TransactionsListResponse as s0, type TransactionsCreateResponse as s1, type TransactionsRetrieveResponse as s2, type TransactionsPartialUpdateResponse as s3, type TransactionsUpdateResponse as s4, type TransactionsMessagesListResponse as s5, type TransactionsMessagesRetrieveResponse as s6, type TransactionsCreditCreateResponse as s7, type TransactionsDebitCreateResponse as s8, type TransactionTotalsRetrieveResponse as s9, type UserCryptoAccountsDestroyResponse as sA, type UserCryptoAccountsRetrieveResponse as sB, type UserCryptoAccountsPartialUpdateResponse as sC, type UserCryptoAccountsUpdateResponse as sD, type UserCryptoAccountsAccountCurrenciesListResponse as sE, type UserCryptoAccountsAccountCurrenciesCreateResponse as sF, type UserCryptoAccountsAccountCurrenciesDestroyResponse as sG, type UserCryptoAccountsAccountCurrenciesRetrieveResponse as sH, type UserCryptoAccountsCurrenciesListResponse as sI, type UserCryptoAccountsCurrenciesCreateResponse as sJ, type UserCryptoAccountsCurrenciesDestroyResponse as sK, type UserCryptoAccountsCurrenciesRetrieveResponse as sL, type UserDevicesListResponse as sM, type UserDevicesCreateResponse as sN, type UserDevicesAppsDestroyResponse as sO, type UserDevicesAppsRetrieveResponse as sP, type UserDevicesAppsPartialUpdateResponse as sQ, type UserDevicesAppsUpdateResponse as sR, type UserDevicesDestroyResponse as sS, type UserDevicesRetrieveResponse as sT, type UserDevicesPartialUpdateResponse as sU, type UserDevicesUpdateResponse as sV, type UserDevicesAppsListResponse as sW, type UserDevicesAppsCreateResponse as sX, type UserDocumentsListResponse as sY, type UserDocumentsCreateResponse as sZ, type UserDocumentsDestroyResponse as s_, type TransactionsTransferCreateResponse as sa, type UserRetrieveResponse as sb, type UserPartialUpdateResponse as sc, type UserUpdateResponse as sd, type UserAddressesListResponse as se, type UserAddressesCreateResponse as sf, type UserAddressesDestroyResponse as sg, type UserAddressesRetrieveResponse as sh, type UserAddressesPartialUpdateResponse as si, type UserAddressesUpdateResponse as sj, type UserBankAccountsListResponse as sk, type UserBankAccountsCreateResponse as sl, type UserBankAccountsDestroyResponse as sm, type UserBankAccountsRetrieveResponse as sn, type UserBankAccountsPartialUpdateResponse as so, type UserBankAccountsUpdateResponse as sp, type UserBankAccountsAccountCurrenciesListResponse as sq, type UserBankAccountsAccountCurrenciesCreateResponse as sr, type UserBankAccountsAccountCurrenciesDestroyResponse as ss, type UserBankAccountsAccountCurrenciesRetrieveResponse as st, type UserBankAccountsCurrenciesListResponse as su, type UserBankAccountsCurrenciesCreateResponse as sv, type UserBankAccountsCurrenciesDestroyResponse as sw, type UserBankAccountsCurrenciesRetrieveResponse as sx, type UserCryptoAccountsListResponse as sy, type UserCryptoAccountsCreateResponse as sz, type AccountsCurrenciesListResponses as t, type UserEmailsListResponse as t0, type UserEmailsCreateResponse as t1, type UserEmailsDestroyResponse as t2, type UserEmailsRetrieveResponse as t3, type UserEmailsPartialUpdateResponse as t4, type UserEmailsUpdateResponse as t5, type UserLegalTermsListResponse as t6, type UserLegalTermsRetrieveResponse as t7, type UserLegalTermsVersionsListResponse as t8, type UserLegalTermsVersionsRetrieveResponse as t9, type UserLegalTermsVersionsPartialUpdateResponse as ta, type UserLegalTermsVersionsUpdateResponse as tb, type UserMessagesListResponse as tc, type UserMessagesRetrieveResponse as td, type UserMobilesListResponse as te, type UserMobilesCreateResponse as tf, type UserMobilesDestroyResponse as tg, type UserMobilesRetrieveResponse as th, type UserMobilesPartialUpdateResponse as ti, type UserMobilesUpdateResponse as tj, type UserWalletAccountsListResponse as tk, type UserWalletAccountsCreateResponse as tl, type UserWalletAccountsDestroyResponse as tm, type UserWalletAccountsRetrieveResponse as tn, type UserWalletAccountsPartialUpdateResponse as to, type UserWalletAccountsUpdateResponse as tp, type UserWalletAccountsAccountCurrenciesListResponse as tq, type UserWalletAccountsAccountCurrenciesCreateResponse as tr, type UserWalletAccountsAccountCurrenciesDestroyResponse as ts, type UserWalletAccountsAccountCurrenciesRetrieveResponse as tt, type UserWalletAccountsCurrenciesListResponse as tu, type UserWalletAccountsCurrenciesCreateResponse as tv, type UserWalletAccountsCurrenciesDestroyResponse as tw, type UserWalletAccountsCurrenciesRetrieveResponse as tx, type AccountsCurrenciesCreateData as u, type AccountsCurrenciesCreateResponses as v, type AccountsCurrenciesRetrieveData as w, type AccountsCurrenciesRetrieveResponses as x, type AccountsCurrenciesPartialUpdateData as y, type AccountsCurrenciesPartialUpdateResponses as z };
|