rehive 4.2.1 → 4.3.0
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/dist/admin.d.mts +2003 -539
- package/dist/admin.d.ts +2003 -539
- 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-HSNZ57ET.mjs +6 -0
- package/dist/chunk-KOUIKOXX.mjs +1 -0
- package/dist/chunk-M6Z3PA5D.js +6 -0
- package/dist/{chunk-HXAEBUQM.js → chunk-MAMZSYFF.js} +1 -1
- package/dist/chunk-OP7MQ6KX.js +1 -0
- package/dist/{chunk-A53KSFBA.mjs → chunk-QKHQP5JT.mjs} +1 -1
- package/dist/chunk-WNBM6WBC.mjs +6 -0
- package/dist/chunk-YPGO2Y5R.js +6 -0
- package/dist/{create-api-client-CgvKBlQ_.d.ts → create-api-client-C02JVdcx.d.ts} +1 -1
- package/dist/{create-api-client-Bkkri-AM.d.mts → create-api-client-DvXFNRl7.d.mts} +1 -1
- package/dist/{create-auth-ChOASbvo.d.mts → create-auth-9l3wfvKL.d.mts} +861 -234
- package/dist/{create-auth-ChOASbvo.d.ts → create-auth-9l3wfvKL.d.ts} +861 -234
- package/dist/extensions/alchemy.d.mts +288 -34
- package/dist/extensions/alchemy.d.ts +288 -34
- package/dist/extensions/alchemy.js +5 -5
- package/dist/extensions/alchemy.mjs +5 -5
- package/dist/extensions/app.d.mts +67 -54
- package/dist/extensions/app.d.ts +67 -54
- package/dist/extensions/app.js +5 -5
- package/dist/extensions/app.mjs +5 -5
- package/dist/extensions/billing.d.mts +32 -19
- package/dist/extensions/billing.d.ts +32 -19
- package/dist/extensions/billing.js +5 -5
- package/dist/extensions/billing.mjs +5 -5
- package/dist/extensions/bridge.d.mts +120 -74
- package/dist/extensions/bridge.d.ts +120 -74
- package/dist/extensions/bridge.js +5 -5
- package/dist/extensions/bridge.mjs +5 -5
- package/dist/extensions/builder.d.mts +24 -11
- package/dist/extensions/builder.d.ts +24 -11
- package/dist/extensions/builder.js +5 -5
- package/dist/extensions/builder.mjs +5 -5
- package/dist/extensions/business.d.mts +206 -102
- package/dist/extensions/business.d.ts +206 -102
- package/dist/extensions/business.js +5 -5
- package/dist/extensions/business.mjs +5 -5
- package/dist/extensions/conversion.d.mts +79 -66
- package/dist/extensions/conversion.d.ts +79 -66
- package/dist/extensions/conversion.js +5 -5
- package/dist/extensions/conversion.mjs +5 -5
- package/dist/extensions/mass-send.d.mts +43 -30
- package/dist/extensions/mass-send.d.ts +43 -30
- package/dist/extensions/mass-send.js +5 -5
- package/dist/extensions/mass-send.mjs +5 -5
- package/dist/extensions/mukuru.d.mts +1068 -0
- package/dist/extensions/mukuru.d.ts +1068 -0
- package/dist/extensions/mukuru.js +6 -0
- package/dist/extensions/mukuru.mjs +6 -0
- package/dist/extensions/notifications.d.mts +60 -47
- package/dist/extensions/notifications.d.ts +60 -47
- package/dist/extensions/notifications.js +5 -5
- package/dist/extensions/notifications.mjs +5 -5
- package/dist/extensions/payment-requests.d.mts +96 -83
- package/dist/extensions/payment-requests.d.ts +96 -83
- package/dist/extensions/payment-requests.js +5 -5
- package/dist/extensions/payment-requests.mjs +5 -5
- package/dist/extensions/products.d.mts +260 -247
- package/dist/extensions/products.d.ts +260 -247
- package/dist/extensions/products.js +5 -5
- package/dist/extensions/products.mjs +5 -5
- package/dist/extensions/rain.d.mts +121 -34
- package/dist/extensions/rain.d.ts +121 -34
- package/dist/extensions/rain.js +5 -5
- package/dist/extensions/rain.mjs +5 -5
- package/dist/extensions/rewards.d.mts +49 -36
- package/dist/extensions/rewards.d.ts +49 -36
- package/dist/extensions/rewards.js +5 -5
- package/dist/extensions/rewards.mjs +5 -5
- package/dist/extensions/stellar-testnet.d.mts +120 -107
- package/dist/extensions/stellar-testnet.d.ts +120 -107
- package/dist/extensions/stellar-testnet.js +5 -5
- package/dist/extensions/stellar-testnet.mjs +5 -5
- package/dist/extensions/stellar.d.mts +120 -107
- package/dist/extensions/stellar.d.ts +120 -107
- package/dist/extensions/stellar.js +5 -5
- package/dist/extensions/stellar.mjs +5 -5
- package/dist/extensions/sumsub.d.mts +1309 -0
- package/dist/extensions/sumsub.d.ts +1309 -0
- package/dist/extensions/sumsub.js +6 -0
- package/dist/extensions/sumsub.mjs +6 -0
- 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 +11 -3
- package/dist/react.d.ts +11 -3
- package/dist/react.js +1 -1
- package/dist/react.mjs +1 -1
- package/dist/user.d.mts +229 -216
- package/dist/user.d.ts +229 -216
- package/dist/user.js +1 -1
- package/dist/user.mjs +1 -1
- package/package.json +14 -4
- package/src/auth/create-auth.ts +774 -170
- package/src/auth/index.ts +25 -2
- package/src/auth/types/index.ts +48 -0
- package/src/extensions/alchemy/openapi-ts/client/client.gen.ts +112 -133
- package/src/extensions/alchemy/openapi-ts/client/index.ts +1 -0
- package/src/extensions/alchemy/openapi-ts/client/types.gen.ts +7 -4
- package/src/extensions/alchemy/openapi-ts/client/utils.gen.ts +12 -12
- package/src/extensions/alchemy/openapi-ts/client.gen.ts +2 -2
- package/src/extensions/alchemy/openapi-ts/core/auth.gen.ts +7 -0
- package/src/extensions/alchemy/openapi-ts/core/params.gen.ts +14 -12
- package/src/extensions/alchemy/openapi-ts/core/pathSerializer.gen.ts +6 -6
- package/src/extensions/alchemy/openapi-ts/core/queryKeySerializer.gen.ts +1 -1
- package/src/extensions/alchemy/openapi-ts/core/utils.gen.ts +4 -4
- package/src/extensions/alchemy/openapi-ts/index.ts +2 -2
- package/src/extensions/alchemy/openapi-ts/sdk.gen.ts +60 -28
- package/src/extensions/alchemy/openapi-ts/types.gen.ts +258 -1
- package/src/extensions/app/openapi-ts/client/client.gen.ts +112 -133
- package/src/extensions/app/openapi-ts/client/index.ts +1 -0
- package/src/extensions/app/openapi-ts/client/types.gen.ts +7 -4
- package/src/extensions/app/openapi-ts/client/utils.gen.ts +12 -12
- package/src/extensions/app/openapi-ts/client.gen.ts +2 -2
- package/src/extensions/app/openapi-ts/core/auth.gen.ts +7 -0
- package/src/extensions/app/openapi-ts/core/params.gen.ts +14 -12
- package/src/extensions/app/openapi-ts/core/pathSerializer.gen.ts +6 -6
- package/src/extensions/app/openapi-ts/core/queryKeySerializer.gen.ts +1 -1
- package/src/extensions/app/openapi-ts/core/utils.gen.ts +4 -4
- package/src/extensions/app/openapi-ts/sdk.gen.ts +264 -92
- package/src/extensions/billing/openapi-ts/client/client.gen.ts +112 -133
- package/src/extensions/billing/openapi-ts/client/index.ts +1 -0
- package/src/extensions/billing/openapi-ts/client/types.gen.ts +7 -4
- package/src/extensions/billing/openapi-ts/client/utils.gen.ts +12 -12
- package/src/extensions/billing/openapi-ts/client.gen.ts +2 -2
- package/src/extensions/billing/openapi-ts/core/auth.gen.ts +7 -0
- package/src/extensions/billing/openapi-ts/core/params.gen.ts +14 -12
- package/src/extensions/billing/openapi-ts/core/pathSerializer.gen.ts +6 -6
- package/src/extensions/billing/openapi-ts/core/queryKeySerializer.gen.ts +1 -1
- package/src/extensions/billing/openapi-ts/core/utils.gen.ts +4 -4
- package/src/extensions/billing/openapi-ts/sdk.gen.ts +14 -14
- package/src/extensions/bridge/openapi-ts/client/client.gen.ts +112 -133
- package/src/extensions/bridge/openapi-ts/client/index.ts +1 -0
- package/src/extensions/bridge/openapi-ts/client/types.gen.ts +7 -4
- package/src/extensions/bridge/openapi-ts/client/utils.gen.ts +12 -12
- package/src/extensions/bridge/openapi-ts/client.gen.ts +2 -2
- package/src/extensions/bridge/openapi-ts/core/auth.gen.ts +7 -0
- package/src/extensions/bridge/openapi-ts/core/params.gen.ts +14 -12
- package/src/extensions/bridge/openapi-ts/core/pathSerializer.gen.ts +6 -6
- package/src/extensions/bridge/openapi-ts/core/queryKeySerializer.gen.ts +1 -1
- package/src/extensions/bridge/openapi-ts/core/utils.gen.ts +4 -4
- package/src/extensions/bridge/openapi-ts/index.ts +1 -1
- package/src/extensions/bridge/openapi-ts/sdk.gen.ts +60 -60
- package/src/extensions/bridge/openapi-ts/types.gen.ts +44 -9
- package/src/extensions/builder/openapi-ts/client/client.gen.ts +112 -133
- package/src/extensions/builder/openapi-ts/client/index.ts +1 -0
- package/src/extensions/builder/openapi-ts/client/types.gen.ts +7 -4
- package/src/extensions/builder/openapi-ts/client/utils.gen.ts +12 -12
- package/src/extensions/builder/openapi-ts/client.gen.ts +2 -2
- package/src/extensions/builder/openapi-ts/core/auth.gen.ts +7 -0
- package/src/extensions/builder/openapi-ts/core/params.gen.ts +14 -12
- package/src/extensions/builder/openapi-ts/core/pathSerializer.gen.ts +6 -6
- package/src/extensions/builder/openapi-ts/core/queryKeySerializer.gen.ts +1 -1
- package/src/extensions/builder/openapi-ts/core/utils.gen.ts +4 -4
- package/src/extensions/builder/openapi-ts/sdk.gen.ts +6 -6
- package/src/extensions/business/openapi-ts/client/client.gen.ts +112 -133
- package/src/extensions/business/openapi-ts/client/index.ts +1 -0
- package/src/extensions/business/openapi-ts/client/types.gen.ts +7 -4
- package/src/extensions/business/openapi-ts/client/utils.gen.ts +12 -12
- package/src/extensions/business/openapi-ts/client.gen.ts +2 -2
- package/src/extensions/business/openapi-ts/core/auth.gen.ts +7 -0
- package/src/extensions/business/openapi-ts/core/params.gen.ts +14 -12
- package/src/extensions/business/openapi-ts/core/pathSerializer.gen.ts +6 -6
- package/src/extensions/business/openapi-ts/core/queryKeySerializer.gen.ts +1 -1
- package/src/extensions/business/openapi-ts/core/utils.gen.ts +4 -4
- package/src/extensions/business/openapi-ts/index.ts +1 -1
- package/src/extensions/business/openapi-ts/sdk.gen.ts +85 -85
- package/src/extensions/business/openapi-ts/types.gen.ts +104 -11
- package/src/extensions/conversion/openapi-ts/client/client.gen.ts +112 -133
- package/src/extensions/conversion/openapi-ts/client/index.ts +1 -0
- package/src/extensions/conversion/openapi-ts/client/types.gen.ts +7 -4
- package/src/extensions/conversion/openapi-ts/client/utils.gen.ts +12 -12
- package/src/extensions/conversion/openapi-ts/client.gen.ts +2 -2
- package/src/extensions/conversion/openapi-ts/core/auth.gen.ts +7 -0
- package/src/extensions/conversion/openapi-ts/core/params.gen.ts +14 -12
- package/src/extensions/conversion/openapi-ts/core/pathSerializer.gen.ts +6 -6
- package/src/extensions/conversion/openapi-ts/core/queryKeySerializer.gen.ts +1 -1
- package/src/extensions/conversion/openapi-ts/core/utils.gen.ts +4 -4
- package/src/extensions/conversion/openapi-ts/sdk.gen.ts +61 -61
- package/src/extensions/mass-send/openapi-ts/client/client.gen.ts +112 -133
- package/src/extensions/mass-send/openapi-ts/client/index.ts +1 -0
- package/src/extensions/mass-send/openapi-ts/client/types.gen.ts +7 -4
- package/src/extensions/mass-send/openapi-ts/client/utils.gen.ts +12 -12
- package/src/extensions/mass-send/openapi-ts/client.gen.ts +2 -2
- package/src/extensions/mass-send/openapi-ts/core/auth.gen.ts +7 -0
- package/src/extensions/mass-send/openapi-ts/core/params.gen.ts +14 -12
- package/src/extensions/mass-send/openapi-ts/core/pathSerializer.gen.ts +6 -6
- package/src/extensions/mass-send/openapi-ts/core/queryKeySerializer.gen.ts +1 -1
- package/src/extensions/mass-send/openapi-ts/core/utils.gen.ts +4 -4
- package/src/extensions/mass-send/openapi-ts/sdk.gen.ts +25 -25
- package/src/extensions/mukuru/create-api.ts +13 -0
- package/src/extensions/mukuru/index.ts +3 -0
- package/src/extensions/mukuru/openapi-ts/client/client.gen.ts +277 -0
- package/src/extensions/mukuru/openapi-ts/client/index.ts +26 -0
- package/src/extensions/mukuru/openapi-ts/client/types.gen.ts +218 -0
- package/src/extensions/mukuru/openapi-ts/client/utils.gen.ts +316 -0
- package/src/extensions/mukuru/openapi-ts/client.gen.ts +16 -0
- package/src/extensions/mukuru/openapi-ts/core/auth.gen.ts +48 -0
- package/src/extensions/mukuru/openapi-ts/core/bodySerializer.gen.ts +82 -0
- package/src/extensions/mukuru/openapi-ts/core/params.gen.ts +171 -0
- package/src/extensions/mukuru/openapi-ts/core/pathSerializer.gen.ts +171 -0
- package/src/extensions/mukuru/openapi-ts/core/queryKeySerializer.gen.ts +117 -0
- package/src/extensions/mukuru/openapi-ts/core/serverSentEvents.gen.ts +242 -0
- package/src/extensions/mukuru/openapi-ts/core/types.gen.ts +104 -0
- package/src/extensions/mukuru/openapi-ts/core/utils.gen.ts +140 -0
- package/src/extensions/mukuru/openapi-ts/index.ts +4 -0
- package/src/extensions/mukuru/openapi-ts/sdk.gen.ts +170 -0
- package/src/extensions/mukuru/openapi-ts/types.gen.ts +778 -0
- package/src/extensions/notifications/openapi-ts/client/client.gen.ts +112 -133
- package/src/extensions/notifications/openapi-ts/client/index.ts +1 -0
- package/src/extensions/notifications/openapi-ts/client/types.gen.ts +7 -4
- package/src/extensions/notifications/openapi-ts/client/utils.gen.ts +12 -12
- package/src/extensions/notifications/openapi-ts/client.gen.ts +2 -2
- package/src/extensions/notifications/openapi-ts/core/auth.gen.ts +7 -0
- package/src/extensions/notifications/openapi-ts/core/params.gen.ts +14 -12
- package/src/extensions/notifications/openapi-ts/core/pathSerializer.gen.ts +6 -6
- package/src/extensions/notifications/openapi-ts/core/queryKeySerializer.gen.ts +1 -1
- package/src/extensions/notifications/openapi-ts/core/utils.gen.ts +4 -4
- package/src/extensions/notifications/openapi-ts/sdk.gen.ts +42 -42
- package/src/extensions/payment-requests/openapi-ts/client/client.gen.ts +112 -133
- package/src/extensions/payment-requests/openapi-ts/client/index.ts +1 -0
- package/src/extensions/payment-requests/openapi-ts/client/types.gen.ts +7 -4
- package/src/extensions/payment-requests/openapi-ts/client/utils.gen.ts +12 -12
- package/src/extensions/payment-requests/openapi-ts/client.gen.ts +2 -2
- package/src/extensions/payment-requests/openapi-ts/core/auth.gen.ts +7 -0
- package/src/extensions/payment-requests/openapi-ts/core/params.gen.ts +14 -12
- package/src/extensions/payment-requests/openapi-ts/core/pathSerializer.gen.ts +6 -6
- package/src/extensions/payment-requests/openapi-ts/core/queryKeySerializer.gen.ts +1 -1
- package/src/extensions/payment-requests/openapi-ts/core/utils.gen.ts +4 -4
- package/src/extensions/payment-requests/openapi-ts/sdk.gen.ts +78 -78
- package/src/extensions/products/openapi-ts/client/client.gen.ts +112 -133
- package/src/extensions/products/openapi-ts/client/index.ts +1 -0
- package/src/extensions/products/openapi-ts/client/types.gen.ts +7 -4
- package/src/extensions/products/openapi-ts/client/utils.gen.ts +12 -12
- package/src/extensions/products/openapi-ts/client.gen.ts +2 -2
- package/src/extensions/products/openapi-ts/core/auth.gen.ts +7 -0
- package/src/extensions/products/openapi-ts/core/params.gen.ts +14 -12
- package/src/extensions/products/openapi-ts/core/pathSerializer.gen.ts +6 -6
- package/src/extensions/products/openapi-ts/core/queryKeySerializer.gen.ts +1 -1
- package/src/extensions/products/openapi-ts/core/utils.gen.ts +4 -4
- package/src/extensions/products/openapi-ts/sdk.gen.ts +242 -242
- package/src/extensions/rain/openapi-ts/client/client.gen.ts +112 -133
- package/src/extensions/rain/openapi-ts/client/index.ts +1 -0
- package/src/extensions/rain/openapi-ts/client/types.gen.ts +7 -4
- package/src/extensions/rain/openapi-ts/client/utils.gen.ts +12 -12
- package/src/extensions/rain/openapi-ts/client.gen.ts +2 -2
- package/src/extensions/rain/openapi-ts/core/auth.gen.ts +7 -0
- package/src/extensions/rain/openapi-ts/core/params.gen.ts +14 -12
- package/src/extensions/rain/openapi-ts/core/pathSerializer.gen.ts +6 -6
- package/src/extensions/rain/openapi-ts/core/queryKeySerializer.gen.ts +1 -1
- package/src/extensions/rain/openapi-ts/core/utils.gen.ts +4 -4
- package/src/extensions/rain/openapi-ts/index.ts +2 -2
- package/src/extensions/rain/openapi-ts/sdk.gen.ts +34 -28
- package/src/extensions/rain/openapi-ts/types.gen.ts +79 -0
- package/src/extensions/rewards/openapi-ts/client/client.gen.ts +112 -133
- package/src/extensions/rewards/openapi-ts/client/index.ts +1 -0
- package/src/extensions/rewards/openapi-ts/client/types.gen.ts +7 -4
- package/src/extensions/rewards/openapi-ts/client/utils.gen.ts +12 -12
- package/src/extensions/rewards/openapi-ts/client.gen.ts +2 -2
- package/src/extensions/rewards/openapi-ts/core/auth.gen.ts +7 -0
- package/src/extensions/rewards/openapi-ts/core/params.gen.ts +14 -12
- package/src/extensions/rewards/openapi-ts/core/pathSerializer.gen.ts +6 -6
- package/src/extensions/rewards/openapi-ts/core/queryKeySerializer.gen.ts +1 -1
- package/src/extensions/rewards/openapi-ts/core/utils.gen.ts +4 -4
- package/src/extensions/rewards/openapi-ts/sdk.gen.ts +31 -31
- package/src/extensions/stellar/openapi-ts/client/client.gen.ts +112 -133
- package/src/extensions/stellar/openapi-ts/client/index.ts +1 -0
- package/src/extensions/stellar/openapi-ts/client/types.gen.ts +7 -4
- package/src/extensions/stellar/openapi-ts/client/utils.gen.ts +12 -12
- package/src/extensions/stellar/openapi-ts/client.gen.ts +2 -2
- package/src/extensions/stellar/openapi-ts/core/auth.gen.ts +7 -0
- package/src/extensions/stellar/openapi-ts/core/params.gen.ts +14 -12
- package/src/extensions/stellar/openapi-ts/core/pathSerializer.gen.ts +6 -6
- package/src/extensions/stellar/openapi-ts/core/queryKeySerializer.gen.ts +1 -1
- package/src/extensions/stellar/openapi-ts/core/utils.gen.ts +4 -4
- package/src/extensions/stellar/openapi-ts/sdk.gen.ts +102 -102
- package/src/extensions/stellar-testnet/openapi-ts/client/client.gen.ts +112 -133
- package/src/extensions/stellar-testnet/openapi-ts/client/index.ts +1 -0
- package/src/extensions/stellar-testnet/openapi-ts/client/types.gen.ts +7 -4
- package/src/extensions/stellar-testnet/openapi-ts/client/utils.gen.ts +12 -12
- package/src/extensions/stellar-testnet/openapi-ts/client.gen.ts +2 -2
- package/src/extensions/stellar-testnet/openapi-ts/core/auth.gen.ts +7 -0
- package/src/extensions/stellar-testnet/openapi-ts/core/params.gen.ts +14 -12
- package/src/extensions/stellar-testnet/openapi-ts/core/pathSerializer.gen.ts +6 -6
- package/src/extensions/stellar-testnet/openapi-ts/core/queryKeySerializer.gen.ts +1 -1
- package/src/extensions/stellar-testnet/openapi-ts/core/utils.gen.ts +4 -4
- package/src/extensions/stellar-testnet/openapi-ts/sdk.gen.ts +102 -102
- package/src/extensions/sumsub/create-api.ts +13 -0
- package/src/extensions/sumsub/index.ts +3 -0
- package/src/extensions/sumsub/openapi-ts/client/client.gen.ts +277 -0
- package/src/extensions/sumsub/openapi-ts/client/index.ts +26 -0
- package/src/extensions/sumsub/openapi-ts/client/types.gen.ts +218 -0
- package/src/extensions/sumsub/openapi-ts/client/utils.gen.ts +316 -0
- package/src/extensions/sumsub/openapi-ts/client.gen.ts +16 -0
- package/src/extensions/sumsub/openapi-ts/core/auth.gen.ts +48 -0
- package/src/extensions/sumsub/openapi-ts/core/bodySerializer.gen.ts +82 -0
- package/src/extensions/sumsub/openapi-ts/core/params.gen.ts +171 -0
- package/src/extensions/sumsub/openapi-ts/core/pathSerializer.gen.ts +171 -0
- package/src/extensions/sumsub/openapi-ts/core/queryKeySerializer.gen.ts +117 -0
- package/src/extensions/sumsub/openapi-ts/core/serverSentEvents.gen.ts +242 -0
- package/src/extensions/sumsub/openapi-ts/core/types.gen.ts +104 -0
- package/src/extensions/sumsub/openapi-ts/core/utils.gen.ts +140 -0
- package/src/extensions/sumsub/openapi-ts/index.ts +4 -0
- package/src/extensions/sumsub/openapi-ts/sdk.gen.ts +225 -0
- package/src/extensions/sumsub/openapi-ts/types.gen.ts +1039 -0
- package/src/platform/admin/openapi-ts/client/client.gen.ts +112 -133
- package/src/platform/admin/openapi-ts/client/index.ts +1 -0
- package/src/platform/admin/openapi-ts/client/types.gen.ts +7 -4
- package/src/platform/admin/openapi-ts/client/utils.gen.ts +12 -12
- package/src/platform/admin/openapi-ts/client.gen.ts +2 -2
- package/src/platform/admin/openapi-ts/core/auth.gen.ts +7 -0
- package/src/platform/admin/openapi-ts/core/params.gen.ts +14 -12
- package/src/platform/admin/openapi-ts/core/pathSerializer.gen.ts +6 -6
- package/src/platform/admin/openapi-ts/core/queryKeySerializer.gen.ts +1 -1
- package/src/platform/admin/openapi-ts/core/utils.gen.ts +4 -4
- package/src/platform/admin/openapi-ts/index.ts +2 -2
- package/src/platform/admin/openapi-ts/sdk.gen.ts +481 -372
- package/src/platform/admin/openapi-ts/types.gen.ts +1651 -150
- package/src/platform/user/openapi-ts/client/client.gen.ts +112 -133
- package/src/platform/user/openapi-ts/client/index.ts +1 -0
- package/src/platform/user/openapi-ts/client/types.gen.ts +7 -4
- package/src/platform/user/openapi-ts/client/utils.gen.ts +12 -12
- package/src/platform/user/openapi-ts/client.gen.ts +2 -2
- package/src/platform/user/openapi-ts/core/auth.gen.ts +7 -0
- package/src/platform/user/openapi-ts/core/params.gen.ts +14 -12
- package/src/platform/user/openapi-ts/core/pathSerializer.gen.ts +6 -6
- package/src/platform/user/openapi-ts/core/queryKeySerializer.gen.ts +1 -1
- package/src/platform/user/openapi-ts/core/utils.gen.ts +4 -4
- package/src/platform/user/openapi-ts/index.ts +1 -1
- package/src/platform/user/openapi-ts/sdk.gen.ts +1101 -389
- package/src/platform/user/openapi-ts/types.gen.ts +818 -230
- package/dist/chunk-CRNPJD3E.js +0 -6
- package/dist/chunk-IJBXROTB.mjs +0 -6
- package/dist/chunk-OV77OD2G.js +0 -1
- package/dist/chunk-RO2QGTSG.mjs +0 -1
- package/dist/chunk-TAABJLJG.mjs +0 -6
- package/dist/chunk-Y33FT632.js +0 -6
|
@@ -2229,12 +2229,9 @@ type CompanyWalletAccount = {
|
|
|
2229
2229
|
email?: string | null;
|
|
2230
2230
|
mobile?: string | null;
|
|
2231
2231
|
name?: string | null;
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
* * `other` - Other
|
|
2236
|
-
*/
|
|
2237
|
-
type?: 'paypal' | 'venmo' | 'other';
|
|
2232
|
+
type?: string | null;
|
|
2233
|
+
payment_method?: string | null;
|
|
2234
|
+
owner?: WalletOwner | null;
|
|
2238
2235
|
wallet_currency?: string | null;
|
|
2239
2236
|
metadata?: {
|
|
2240
2237
|
[key: string]: unknown;
|
|
@@ -3001,6 +2998,22 @@ type DeviceResponse = {
|
|
|
3001
2998
|
status: string;
|
|
3002
2999
|
data: Device;
|
|
3003
3000
|
};
|
|
3001
|
+
/**
|
|
3002
|
+
* A ModelSerializer that takes additional arguments for
|
|
3003
|
+
* "fields", "omit" and "expand" in order to
|
|
3004
|
+
* control which fields are displayed, and whether to replace simple
|
|
3005
|
+
* values with complex, nested serializations
|
|
3006
|
+
*/
|
|
3007
|
+
type DocumentFile = {
|
|
3008
|
+
readonly file: string;
|
|
3009
|
+
readonly label: string | null;
|
|
3010
|
+
readonly description: string | null;
|
|
3011
|
+
};
|
|
3012
|
+
type DocumentFileWriteRequest = {
|
|
3013
|
+
file: Blob | File;
|
|
3014
|
+
label?: string;
|
|
3015
|
+
description?: string;
|
|
3016
|
+
};
|
|
3004
3017
|
/**
|
|
3005
3018
|
* A ModelSerializer that takes additional arguments for
|
|
3006
3019
|
* "fields", "omit" and "expand" in order to
|
|
@@ -3012,6 +3025,7 @@ type DocumentType = {
|
|
|
3012
3025
|
name?: string | null;
|
|
3013
3026
|
description?: string | null;
|
|
3014
3027
|
readonly related_resources: Array<'user' | 'useraddress' | 'userbankaccount' | 'userwalletaccount' | 'usercryptoaccount'>;
|
|
3028
|
+
readonly file_rules: unknown;
|
|
3015
3029
|
readonly metadata: {
|
|
3016
3030
|
[key: string]: unknown;
|
|
3017
3031
|
} | null;
|
|
@@ -4532,15 +4546,17 @@ type GroupPermission = {
|
|
|
4532
4546
|
* * `notification` - Notification
|
|
4533
4547
|
* * `oauthclient` - Oauth Client
|
|
4534
4548
|
* * `permission` - Permission
|
|
4549
|
+
* * `policy` - Policy
|
|
4535
4550
|
* * `request` - Request
|
|
4536
4551
|
* * `service` - Service
|
|
4537
4552
|
* * `token` - Token
|
|
4538
4553
|
* * `transaction` - Transaction
|
|
4539
4554
|
* * `transactionsubtypes` - Transaction Subtypes
|
|
4540
4555
|
* * `user` - User
|
|
4556
|
+
* * `walletaccount` - Wallet Account
|
|
4541
4557
|
* * `webhook` - Webhook
|
|
4542
4558
|
*/
|
|
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';
|
|
4559
|
+
readonly type: 'accesscontrolrule' | 'account' | 'accountdefinition' | 'address' | 'alert' | 'currency' | 'bankaccount' | 'company' | 'cryptoaccount' | 'device' | 'document' | 'email' | 'group' | 'jwt' | 'legalterm' | 'mfa' | 'mfarule' | 'mobile' | 'notification' | 'oauthclient' | 'permission' | 'policy' | 'request' | 'service' | 'token' | 'transaction' | 'transactionsubtypes' | 'user' | 'walletaccount' | 'webhook';
|
|
4544
4560
|
/**
|
|
4545
4561
|
* * `view` - View
|
|
4546
4562
|
* * `add` - Add
|
|
@@ -6511,12 +6527,9 @@ type PatchedUserWalletAccountRequest = {
|
|
|
6511
6527
|
email?: string | null;
|
|
6512
6528
|
mobile?: string | null;
|
|
6513
6529
|
name?: string | null;
|
|
6514
|
-
|
|
6515
|
-
|
|
6516
|
-
|
|
6517
|
-
* * `other` - Other
|
|
6518
|
-
*/
|
|
6519
|
-
type?: 'paypal' | 'venmo' | 'other';
|
|
6530
|
+
type?: string | null;
|
|
6531
|
+
payment_method?: string | null;
|
|
6532
|
+
owner?: WalletOwnerRequest | null;
|
|
6520
6533
|
wallet_currency?: string | null;
|
|
6521
6534
|
metadata?: {
|
|
6522
6535
|
[key: string]: unknown;
|
|
@@ -7126,6 +7139,7 @@ type ReducedDocumentType = {
|
|
|
7126
7139
|
readonly id: number;
|
|
7127
7140
|
readonly name: string | null;
|
|
7128
7141
|
readonly description: string | null;
|
|
7142
|
+
readonly file_rules: unknown;
|
|
7129
7143
|
};
|
|
7130
7144
|
/**
|
|
7131
7145
|
* A ModelSerializer that takes additional arguments for
|
|
@@ -8559,6 +8573,9 @@ type TransactionMessage = {
|
|
|
8559
8573
|
*/
|
|
8560
8574
|
readonly level: 'info' | 'warning' | 'error';
|
|
8561
8575
|
message: string;
|
|
8576
|
+
readonly metadata: {
|
|
8577
|
+
[key: string]: unknown;
|
|
8578
|
+
} | null;
|
|
8562
8579
|
readonly created: number;
|
|
8563
8580
|
readonly updated: number;
|
|
8564
8581
|
};
|
|
@@ -9903,7 +9920,7 @@ type UserCreateBankAccountRequest = {
|
|
|
9903
9920
|
* values with complex, nested serializations
|
|
9904
9921
|
*/
|
|
9905
9922
|
type UserCreateDocumentRequest = {
|
|
9906
|
-
file
|
|
9923
|
+
file?: Blob | File;
|
|
9907
9924
|
metadata?: {
|
|
9908
9925
|
[key: string]: unknown;
|
|
9909
9926
|
} | null;
|
|
@@ -9920,12 +9937,9 @@ type UserCreateWalletAccountRequest = {
|
|
|
9920
9937
|
email?: string | null;
|
|
9921
9938
|
mobile?: string | null;
|
|
9922
9939
|
name?: string | null;
|
|
9923
|
-
|
|
9924
|
-
|
|
9925
|
-
|
|
9926
|
-
* * `other` - Other
|
|
9927
|
-
*/
|
|
9928
|
-
type?: 'paypal' | 'venmo' | 'other';
|
|
9940
|
+
type?: string | null;
|
|
9941
|
+
payment_method?: string | null;
|
|
9942
|
+
owner?: WalletOwnerRequest | null;
|
|
9929
9943
|
wallet_currency?: string | null;
|
|
9930
9944
|
metadata?: {
|
|
9931
9945
|
[key: string]: unknown;
|
|
@@ -9950,7 +9964,8 @@ type UserDisallowedTransactionSubtypeRequest = {
|
|
|
9950
9964
|
*/
|
|
9951
9965
|
type UserDocument = {
|
|
9952
9966
|
readonly id: number;
|
|
9953
|
-
file
|
|
9967
|
+
file?: string;
|
|
9968
|
+
readonly files: Array<DocumentFile>;
|
|
9954
9969
|
type: ReducedDocumentType;
|
|
9955
9970
|
/**
|
|
9956
9971
|
* * `obsolete` - Obsolete
|
|
@@ -10013,6 +10028,9 @@ type UserMessage = {
|
|
|
10013
10028
|
*/
|
|
10014
10029
|
readonly level: 'info' | 'warning' | 'error';
|
|
10015
10030
|
message: string;
|
|
10031
|
+
readonly metadata: {
|
|
10032
|
+
[key: string]: unknown;
|
|
10033
|
+
} | null;
|
|
10016
10034
|
readonly created: number;
|
|
10017
10035
|
readonly updated: number;
|
|
10018
10036
|
};
|
|
@@ -10056,15 +10074,17 @@ type UserPermission = {
|
|
|
10056
10074
|
* * `notification` - Notification
|
|
10057
10075
|
* * `oauthclient` - Oauth Client
|
|
10058
10076
|
* * `permission` - Permission
|
|
10077
|
+
* * `policy` - Policy
|
|
10059
10078
|
* * `request` - Request
|
|
10060
10079
|
* * `service` - Service
|
|
10061
10080
|
* * `token` - Token
|
|
10062
10081
|
* * `transaction` - Transaction
|
|
10063
10082
|
* * `transactionsubtypes` - Transaction Subtypes
|
|
10064
10083
|
* * `user` - User
|
|
10084
|
+
* * `walletaccount` - Wallet Account
|
|
10065
10085
|
* * `webhook` - Webhook
|
|
10066
10086
|
*/
|
|
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';
|
|
10087
|
+
readonly type: 'accesscontrolrule' | 'account' | 'accountdefinition' | 'address' | 'alert' | 'currency' | 'bankaccount' | 'company' | 'cryptoaccount' | 'device' | 'document' | 'email' | 'group' | 'jwt' | 'legalterm' | 'mfa' | 'mfarule' | 'mobile' | 'notification' | 'oauthclient' | 'permission' | 'policy' | 'request' | 'service' | 'token' | 'transaction' | 'transactionsubtypes' | 'user' | 'walletaccount' | 'webhook';
|
|
10068
10088
|
/**
|
|
10069
10089
|
* * `view` - View
|
|
10070
10090
|
* * `add` - Add
|
|
@@ -10127,12 +10147,9 @@ type UserWalletAccount = {
|
|
|
10127
10147
|
mobile?: string | null;
|
|
10128
10148
|
name?: string | null;
|
|
10129
10149
|
readonly code: string | null;
|
|
10130
|
-
|
|
10131
|
-
|
|
10132
|
-
|
|
10133
|
-
* * `other` - Other
|
|
10134
|
-
*/
|
|
10135
|
-
type?: 'paypal' | 'venmo' | 'other';
|
|
10150
|
+
type?: string | null;
|
|
10151
|
+
payment_method?: string | null;
|
|
10152
|
+
owner?: WalletOwner | null;
|
|
10136
10153
|
wallet_currency?: string | null;
|
|
10137
10154
|
metadata?: {
|
|
10138
10155
|
[key: string]: unknown;
|
|
@@ -10192,12 +10209,9 @@ type UserWalletAccountRequest = {
|
|
|
10192
10209
|
email?: string | null;
|
|
10193
10210
|
mobile?: string | null;
|
|
10194
10211
|
name?: string | null;
|
|
10195
|
-
|
|
10196
|
-
|
|
10197
|
-
|
|
10198
|
-
* * `other` - Other
|
|
10199
|
-
*/
|
|
10200
|
-
type?: 'paypal' | 'venmo' | 'other';
|
|
10212
|
+
type?: string | null;
|
|
10213
|
+
payment_method?: string | null;
|
|
10214
|
+
owner?: WalletOwnerRequest | null;
|
|
10201
10215
|
wallet_currency?: string | null;
|
|
10202
10216
|
metadata?: {
|
|
10203
10217
|
[key: string]: unknown;
|
|
@@ -10225,141 +10239,18 @@ type VerifyRequestDeleteRequest = {
|
|
|
10225
10239
|
* control which fields are displayed, and whether to replace simple
|
|
10226
10240
|
* values with complex, nested serializations
|
|
10227
10241
|
*/
|
|
10228
|
-
type
|
|
10229
|
-
|
|
10230
|
-
|
|
10231
|
-
|
|
10232
|
-
|
|
10233
|
-
|
|
10234
|
-
|
|
10235
|
-
|
|
10236
|
-
|
|
10237
|
-
|
|
10238
|
-
|
|
10239
|
-
|
|
10240
|
-
*/
|
|
10241
|
-
type AccountAccountAssetWritable = {
|
|
10242
|
-
active: boolean;
|
|
10243
|
-
};
|
|
10244
|
-
type AccountAccountAssetResponseWritable = {
|
|
10245
|
-
status: string;
|
|
10246
|
-
data: AccountAccountAssetWritable;
|
|
10247
|
-
};
|
|
10248
|
-
/**
|
|
10249
|
-
* A ModelSerializer that takes additional arguments for
|
|
10250
|
-
* "fields", "omit" and "expand" in order to
|
|
10251
|
-
* control which fields are displayed, and whether to replace simple
|
|
10252
|
-
* values with complex, nested serializations
|
|
10253
|
-
*/
|
|
10254
|
-
type AccountAssetWritable = {
|
|
10255
|
-
active: boolean;
|
|
10256
|
-
};
|
|
10257
|
-
type AccountAssetFeeWritable = {
|
|
10258
|
-
name: string | null;
|
|
10259
|
-
description: string | null;
|
|
10260
|
-
percentage?: number;
|
|
10261
|
-
/**
|
|
10262
|
-
* * `credit` - Credit
|
|
10263
|
-
* * `debit` - Debit
|
|
10264
|
-
*/
|
|
10265
|
-
tx_type: 'credit' | 'debit';
|
|
10266
|
-
};
|
|
10267
|
-
/**
|
|
10268
|
-
* A ModelSerializer that takes additional arguments for
|
|
10269
|
-
* "fields", "omit" and "expand" in order to
|
|
10270
|
-
* control which fields are displayed, and whether to replace simple
|
|
10271
|
-
* values with complex, nested serializations
|
|
10272
|
-
*/
|
|
10273
|
-
type AccountAssetLimitWritable = {
|
|
10274
|
-
/**
|
|
10275
|
-
* * `max` - Maximum
|
|
10276
|
-
* * `day_max` - Maximum per day
|
|
10277
|
-
* * `week_max` - Maximum per week
|
|
10278
|
-
* * `month_max` - Maximum per month
|
|
10279
|
-
* * `min` - Minimum
|
|
10280
|
-
* * `overdraft` - Overdraft
|
|
10281
|
-
*/
|
|
10282
|
-
type: 'max' | 'day_max' | 'week_max' | 'month_max' | 'min' | 'overdraft';
|
|
10283
|
-
/**
|
|
10284
|
-
* * `credit` - Credit
|
|
10285
|
-
* * `debit` - Debit
|
|
10286
|
-
*/
|
|
10287
|
-
tx_type: 'credit' | 'debit';
|
|
10288
|
-
};
|
|
10289
|
-
type AccountAssetLimitResponseWritable = {
|
|
10290
|
-
status: string;
|
|
10291
|
-
data: AccountAssetLimitWritable;
|
|
10292
|
-
};
|
|
10293
|
-
type AccountAssetResponseWritable = {
|
|
10294
|
-
status: string;
|
|
10295
|
-
data: AccountAssetWritable;
|
|
10296
|
-
};
|
|
10297
|
-
/**
|
|
10298
|
-
* A ModelSerializer that takes additional arguments for
|
|
10299
|
-
* "fields", "omit" and "expand" in order to
|
|
10300
|
-
* control which fields are displayed, and whether to replace simple
|
|
10301
|
-
* values with complex, nested serializations
|
|
10302
|
-
*/
|
|
10303
|
-
type AccountAssetSettingsWritable = {
|
|
10304
|
-
allow_transactions?: boolean;
|
|
10305
|
-
allow_debit_transactions?: boolean;
|
|
10306
|
-
allow_credit_transactions?: boolean;
|
|
10307
|
-
disallowed_transaction_subtypes: Array<ReducedTransactionSubtypeWritable>;
|
|
10308
|
-
};
|
|
10309
|
-
/**
|
|
10310
|
-
* A ModelSerializer that takes additional arguments for
|
|
10311
|
-
* "fields", "omit" and "expand" in order to
|
|
10312
|
-
* control which fields are displayed, and whether to replace simple
|
|
10313
|
-
* values with complex, nested serializations
|
|
10314
|
-
*/
|
|
10315
|
-
type AccountDefinitionWritable = {
|
|
10316
|
-
name: string;
|
|
10317
|
-
label?: string | null;
|
|
10318
|
-
recon?: boolean;
|
|
10319
|
-
};
|
|
10320
|
-
/**
|
|
10321
|
-
* A ModelSerializer that takes additional arguments for
|
|
10322
|
-
* "fields", "omit" and "expand" in order to
|
|
10323
|
-
* control which fields are displayed, and whether to replace simple
|
|
10324
|
-
* values with complex, nested serializations
|
|
10325
|
-
*/
|
|
10326
|
-
type AccountDefinitionGroupWritable = {
|
|
10327
|
-
[key: string]: unknown;
|
|
10328
|
-
};
|
|
10329
|
-
/**
|
|
10330
|
-
* A ModelSerializer that takes additional arguments for
|
|
10331
|
-
* "fields", "omit" and "expand" in order to
|
|
10332
|
-
* control which fields are displayed, and whether to replace simple
|
|
10333
|
-
* values with complex, nested serializations
|
|
10334
|
-
*/
|
|
10335
|
-
type AccountDefinitionGroupAssetWritable = {
|
|
10336
|
-
[key: string]: unknown;
|
|
10337
|
-
};
|
|
10338
|
-
type AccountDefinitionResponseWritable = {
|
|
10339
|
-
status: string;
|
|
10340
|
-
data: AccountDefinitionWritable;
|
|
10341
|
-
};
|
|
10342
|
-
type AccountResponseWritable = {
|
|
10343
|
-
status: string;
|
|
10344
|
-
data: AccountWritable;
|
|
10345
|
-
};
|
|
10346
|
-
type AdminAccountAssetFeeWritable = {
|
|
10347
|
-
name: string | null;
|
|
10348
|
-
description: string | null;
|
|
10349
|
-
percentage?: number;
|
|
10350
|
-
/**
|
|
10351
|
-
* * `credit` - Credit
|
|
10352
|
-
* * `debit` - Debit
|
|
10353
|
-
*/
|
|
10354
|
-
tx_type: 'credit' | 'debit';
|
|
10355
|
-
debit_account: string | null;
|
|
10356
|
-
credit_account: string | null;
|
|
10357
|
-
debit_subtype: string | null;
|
|
10358
|
-
credit_subtype: string | null;
|
|
10359
|
-
};
|
|
10360
|
-
type AdminAccountAssetFeeResponseWritable = {
|
|
10361
|
-
status: string;
|
|
10362
|
-
data: AdminAccountAssetFeeWritable;
|
|
10242
|
+
type WalletOwner = {
|
|
10243
|
+
first_name?: string | null;
|
|
10244
|
+
middle_name?: string | null;
|
|
10245
|
+
last_name?: string | null;
|
|
10246
|
+
full_name?: string | null;
|
|
10247
|
+
phone_number?: string | null;
|
|
10248
|
+
email_address?: string | null;
|
|
10249
|
+
company_name?: string | null;
|
|
10250
|
+
ein_tin?: string | null;
|
|
10251
|
+
address?: WalletOwnerAddress;
|
|
10252
|
+
address_text?: string | null;
|
|
10253
|
+
cpf_cpnj?: string | null;
|
|
10363
10254
|
};
|
|
10364
10255
|
/**
|
|
10365
10256
|
* A ModelSerializer that takes additional arguments for
|
|
@@ -10367,32 +10258,11 @@ type AdminAccountAssetFeeResponseWritable = {
|
|
|
10367
10258
|
* control which fields are displayed, and whether to replace simple
|
|
10368
10259
|
* values with complex, nested serializations
|
|
10369
10260
|
*/
|
|
10370
|
-
type
|
|
10371
|
-
|
|
10372
|
-
|
|
10373
|
-
|
|
10374
|
-
|
|
10375
|
-
unit?: string | null;
|
|
10376
|
-
divisibility?: number;
|
|
10377
|
-
icon?: string | null;
|
|
10378
|
-
};
|
|
10379
|
-
type AssetResponseWritable = {
|
|
10380
|
-
status: string;
|
|
10381
|
-
data: AssetWritable;
|
|
10382
|
-
};
|
|
10383
|
-
/**
|
|
10384
|
-
* Extended user information shown based on the default user info serializer.
|
|
10385
|
-
* Contain additional information about user permissions and settings.
|
|
10386
|
-
*/
|
|
10387
|
-
type AuthWritable = {
|
|
10388
|
-
username: string | null;
|
|
10389
|
-
first_name?: string | null;
|
|
10390
|
-
middle_name?: string | null;
|
|
10391
|
-
last_name?: string | null;
|
|
10392
|
-
profile?: string | null;
|
|
10393
|
-
id_number?: string | null;
|
|
10394
|
-
birth_date?: string | null;
|
|
10395
|
-
language?: string;
|
|
10261
|
+
type WalletOwnerAddress = {
|
|
10262
|
+
line_1?: string | null;
|
|
10263
|
+
line_2?: string | null;
|
|
10264
|
+
city?: string | null;
|
|
10265
|
+
state_province?: string | null;
|
|
10396
10266
|
/**
|
|
10397
10267
|
* * `AF` - Afghanistan
|
|
10398
10268
|
* * `AX` - Åland Islands
|
|
@@ -10644,7 +10514,21 @@ type AuthWritable = {
|
|
|
10644
10514
|
* * `ZM` - Zambia
|
|
10645
10515
|
* * `ZW` - Zimbabwe
|
|
10646
10516
|
*/
|
|
10647
|
-
|
|
10517
|
+
country?: 'AF' | 'AX' | 'AL' | 'DZ' | 'AS' | 'AD' | 'AO' | 'AI' | 'AQ' | 'AG' | 'AR' | 'AM' | 'AW' | 'AU' | 'AT' | 'AZ' | 'BS' | 'BH' | 'BD' | 'BB' | 'BY' | 'BE' | 'BZ' | 'BJ' | 'BM' | 'BT' | 'BO' | 'BQ' | 'BA' | 'BW' | 'BV' | 'BR' | 'IO' | 'BN' | 'BG' | 'BF' | 'BI' | 'CV' | 'KH' | 'CM' | 'CA' | 'KY' | 'CF' | 'TD' | 'CL' | 'CN' | 'CX' | 'CC' | 'CO' | 'KM' | 'CG' | 'CD' | 'CK' | 'CR' | 'CI' | 'HR' | 'CU' | 'CW' | 'CY' | 'CZ' | 'DK' | 'DJ' | 'DM' | 'DO' | 'EC' | 'EG' | 'SV' | 'GQ' | 'ER' | 'EE' | 'SZ' | 'ET' | 'FK' | 'FO' | 'FJ' | 'FI' | 'FR' | 'GF' | 'PF' | 'TF' | 'GA' | 'GM' | 'GE' | 'DE' | 'GH' | 'GI' | 'GR' | 'GL' | 'GD' | 'GP' | 'GU' | 'GT' | 'GG' | 'GN' | 'GW' | 'GY' | 'HT' | 'HM' | 'VA' | 'HN' | 'HK' | 'HU' | 'IS' | 'IN' | 'ID' | 'IR' | 'IQ' | 'IE' | 'IM' | 'IL' | 'IT' | 'JM' | 'JP' | 'JE' | 'JO' | 'KZ' | 'KE' | 'KI' | 'KW' | 'KG' | 'LA' | 'LV' | 'LB' | 'LS' | 'LR' | 'LY' | 'LI' | 'LT' | 'LU' | 'MO' | 'MG' | 'MW' | 'MY' | 'MV' | 'ML' | 'MT' | 'MH' | 'MQ' | 'MR' | 'MU' | 'YT' | 'MX' | 'FM' | 'MD' | 'MC' | 'MN' | 'ME' | 'MS' | 'MA' | 'MZ' | 'MM' | 'NA' | 'NR' | 'NP' | 'NL' | 'NC' | 'NZ' | 'NI' | 'NE' | 'NG' | 'NU' | 'NF' | 'KP' | 'MK' | 'MP' | 'NO' | 'OM' | 'PK' | 'PW' | 'PS' | 'PA' | 'PG' | 'PY' | 'PE' | 'PH' | 'PN' | 'PL' | 'PT' | 'PR' | 'QA' | 'RE' | 'RO' | 'RU' | 'RW' | 'BL' | 'SH' | 'KN' | 'LC' | 'MF' | 'PM' | 'VC' | 'WS' | 'SM' | 'ST' | 'SA' | 'SN' | 'RS' | 'SC' | 'SL' | 'SG' | 'SX' | 'SK' | 'SI' | 'SB' | 'SO' | 'ZA' | 'GS' | 'KR' | 'SS' | 'ES' | 'LK' | 'SD' | 'SR' | 'SJ' | 'SE' | 'CH' | 'SY' | 'TW' | 'TJ' | 'TZ' | 'TH' | 'TL' | 'TG' | 'TK' | 'TO' | 'TT' | 'TN' | 'TR' | 'TM' | 'TC' | 'TV' | 'UG' | 'UA' | 'AE' | 'GB' | 'UM' | 'US' | 'UY' | 'UZ' | 'VU' | 'VE' | 'VN' | 'VG' | 'VI' | 'WF' | 'EH' | 'YE' | 'ZM' | 'ZW' | '' | null;
|
|
10518
|
+
postal_code?: string | null;
|
|
10519
|
+
state_code?: string | null;
|
|
10520
|
+
};
|
|
10521
|
+
/**
|
|
10522
|
+
* A ModelSerializer that takes additional arguments for
|
|
10523
|
+
* "fields", "omit" and "expand" in order to
|
|
10524
|
+
* control which fields are displayed, and whether to replace simple
|
|
10525
|
+
* values with complex, nested serializations
|
|
10526
|
+
*/
|
|
10527
|
+
type WalletOwnerAddressRequest = {
|
|
10528
|
+
line_1?: string | null;
|
|
10529
|
+
line_2?: string | null;
|
|
10530
|
+
city?: string | null;
|
|
10531
|
+
state_province?: string | null;
|
|
10648
10532
|
/**
|
|
10649
10533
|
* * `AF` - Afghanistan
|
|
10650
10534
|
* * `AX` - Åland Islands
|
|
@@ -10896,29 +10780,729 @@ type AuthWritable = {
|
|
|
10896
10780
|
* * `ZM` - Zambia
|
|
10897
10781
|
* * `ZW` - Zimbabwe
|
|
10898
10782
|
*/
|
|
10899
|
-
|
|
10900
|
-
|
|
10901
|
-
|
|
10902
|
-
|
|
10903
|
-
|
|
10904
|
-
|
|
10905
|
-
|
|
10906
|
-
|
|
10907
|
-
|
|
10908
|
-
|
|
10909
|
-
|
|
10910
|
-
|
|
10911
|
-
|
|
10912
|
-
|
|
10913
|
-
|
|
10914
|
-
|
|
10915
|
-
|
|
10916
|
-
|
|
10917
|
-
|
|
10918
|
-
|
|
10919
|
-
|
|
10920
|
-
|
|
10921
|
-
|
|
10783
|
+
country?: 'AF' | 'AX' | 'AL' | 'DZ' | 'AS' | 'AD' | 'AO' | 'AI' | 'AQ' | 'AG' | 'AR' | 'AM' | 'AW' | 'AU' | 'AT' | 'AZ' | 'BS' | 'BH' | 'BD' | 'BB' | 'BY' | 'BE' | 'BZ' | 'BJ' | 'BM' | 'BT' | 'BO' | 'BQ' | 'BA' | 'BW' | 'BV' | 'BR' | 'IO' | 'BN' | 'BG' | 'BF' | 'BI' | 'CV' | 'KH' | 'CM' | 'CA' | 'KY' | 'CF' | 'TD' | 'CL' | 'CN' | 'CX' | 'CC' | 'CO' | 'KM' | 'CG' | 'CD' | 'CK' | 'CR' | 'CI' | 'HR' | 'CU' | 'CW' | 'CY' | 'CZ' | 'DK' | 'DJ' | 'DM' | 'DO' | 'EC' | 'EG' | 'SV' | 'GQ' | 'ER' | 'EE' | 'SZ' | 'ET' | 'FK' | 'FO' | 'FJ' | 'FI' | 'FR' | 'GF' | 'PF' | 'TF' | 'GA' | 'GM' | 'GE' | 'DE' | 'GH' | 'GI' | 'GR' | 'GL' | 'GD' | 'GP' | 'GU' | 'GT' | 'GG' | 'GN' | 'GW' | 'GY' | 'HT' | 'HM' | 'VA' | 'HN' | 'HK' | 'HU' | 'IS' | 'IN' | 'ID' | 'IR' | 'IQ' | 'IE' | 'IM' | 'IL' | 'IT' | 'JM' | 'JP' | 'JE' | 'JO' | 'KZ' | 'KE' | 'KI' | 'KW' | 'KG' | 'LA' | 'LV' | 'LB' | 'LS' | 'LR' | 'LY' | 'LI' | 'LT' | 'LU' | 'MO' | 'MG' | 'MW' | 'MY' | 'MV' | 'ML' | 'MT' | 'MH' | 'MQ' | 'MR' | 'MU' | 'YT' | 'MX' | 'FM' | 'MD' | 'MC' | 'MN' | 'ME' | 'MS' | 'MA' | 'MZ' | 'MM' | 'NA' | 'NR' | 'NP' | 'NL' | 'NC' | 'NZ' | 'NI' | 'NE' | 'NG' | 'NU' | 'NF' | 'KP' | 'MK' | 'MP' | 'NO' | 'OM' | 'PK' | 'PW' | 'PS' | 'PA' | 'PG' | 'PY' | 'PE' | 'PH' | 'PN' | 'PL' | 'PT' | 'PR' | 'QA' | 'RE' | 'RO' | 'RU' | 'RW' | 'BL' | 'SH' | 'KN' | 'LC' | 'MF' | 'PM' | 'VC' | 'WS' | 'SM' | 'ST' | 'SA' | 'SN' | 'RS' | 'SC' | 'SL' | 'SG' | 'SX' | 'SK' | 'SI' | 'SB' | 'SO' | 'ZA' | 'GS' | 'KR' | 'SS' | 'ES' | 'LK' | 'SD' | 'SR' | 'SJ' | 'SE' | 'CH' | 'SY' | 'TW' | 'TJ' | 'TZ' | 'TH' | 'TL' | 'TG' | 'TK' | 'TO' | 'TT' | 'TN' | 'TR' | 'TM' | 'TC' | 'TV' | 'UG' | 'UA' | 'AE' | 'GB' | 'UM' | 'US' | 'UY' | 'UZ' | 'VU' | 'VE' | 'VN' | 'VG' | 'VI' | 'WF' | 'EH' | 'YE' | 'ZM' | 'ZW' | '' | null;
|
|
10784
|
+
postal_code?: string | null;
|
|
10785
|
+
state_code?: string | null;
|
|
10786
|
+
};
|
|
10787
|
+
/**
|
|
10788
|
+
* A ModelSerializer that takes additional arguments for
|
|
10789
|
+
* "fields", "omit" and "expand" in order to
|
|
10790
|
+
* control which fields are displayed, and whether to replace simple
|
|
10791
|
+
* values with complex, nested serializations
|
|
10792
|
+
*/
|
|
10793
|
+
type WalletOwnerRequest = {
|
|
10794
|
+
first_name?: string | null;
|
|
10795
|
+
middle_name?: string | null;
|
|
10796
|
+
last_name?: string | null;
|
|
10797
|
+
full_name?: string | null;
|
|
10798
|
+
phone_number?: string | null;
|
|
10799
|
+
email_address?: string | null;
|
|
10800
|
+
company_name?: string | null;
|
|
10801
|
+
ein_tin?: string | null;
|
|
10802
|
+
address?: WalletOwnerAddressRequest;
|
|
10803
|
+
address_text?: string | null;
|
|
10804
|
+
cpf_cpnj?: string | null;
|
|
10805
|
+
};
|
|
10806
|
+
/**
|
|
10807
|
+
* A ModelSerializer that takes additional arguments for
|
|
10808
|
+
* "fields", "omit" and "expand" in order to
|
|
10809
|
+
* control which fields are displayed, and whether to replace simple
|
|
10810
|
+
* values with complex, nested serializations
|
|
10811
|
+
*/
|
|
10812
|
+
type AccountWritable = {
|
|
10813
|
+
name?: string;
|
|
10814
|
+
label?: string | null;
|
|
10815
|
+
metadata?: {
|
|
10816
|
+
[key: string]: unknown;
|
|
10817
|
+
} | null;
|
|
10818
|
+
};
|
|
10819
|
+
/**
|
|
10820
|
+
* A ModelSerializer that takes additional arguments for
|
|
10821
|
+
* "fields", "omit" and "expand" in order to
|
|
10822
|
+
* control which fields are displayed, and whether to replace simple
|
|
10823
|
+
* values with complex, nested serializations
|
|
10824
|
+
*/
|
|
10825
|
+
type AccountAccountAssetWritable = {
|
|
10826
|
+
active: boolean;
|
|
10827
|
+
};
|
|
10828
|
+
type AccountAccountAssetResponseWritable = {
|
|
10829
|
+
status: string;
|
|
10830
|
+
data: AccountAccountAssetWritable;
|
|
10831
|
+
};
|
|
10832
|
+
/**
|
|
10833
|
+
* A ModelSerializer that takes additional arguments for
|
|
10834
|
+
* "fields", "omit" and "expand" in order to
|
|
10835
|
+
* control which fields are displayed, and whether to replace simple
|
|
10836
|
+
* values with complex, nested serializations
|
|
10837
|
+
*/
|
|
10838
|
+
type AccountAssetWritable = {
|
|
10839
|
+
active: boolean;
|
|
10840
|
+
};
|
|
10841
|
+
type AccountAssetFeeWritable = {
|
|
10842
|
+
name: string | null;
|
|
10843
|
+
description: string | null;
|
|
10844
|
+
percentage?: number;
|
|
10845
|
+
/**
|
|
10846
|
+
* * `credit` - Credit
|
|
10847
|
+
* * `debit` - Debit
|
|
10848
|
+
*/
|
|
10849
|
+
tx_type: 'credit' | 'debit';
|
|
10850
|
+
};
|
|
10851
|
+
/**
|
|
10852
|
+
* A ModelSerializer that takes additional arguments for
|
|
10853
|
+
* "fields", "omit" and "expand" in order to
|
|
10854
|
+
* control which fields are displayed, and whether to replace simple
|
|
10855
|
+
* values with complex, nested serializations
|
|
10856
|
+
*/
|
|
10857
|
+
type AccountAssetLimitWritable = {
|
|
10858
|
+
/**
|
|
10859
|
+
* * `max` - Maximum
|
|
10860
|
+
* * `day_max` - Maximum per day
|
|
10861
|
+
* * `week_max` - Maximum per week
|
|
10862
|
+
* * `month_max` - Maximum per month
|
|
10863
|
+
* * `min` - Minimum
|
|
10864
|
+
* * `overdraft` - Overdraft
|
|
10865
|
+
*/
|
|
10866
|
+
type: 'max' | 'day_max' | 'week_max' | 'month_max' | 'min' | 'overdraft';
|
|
10867
|
+
/**
|
|
10868
|
+
* * `credit` - Credit
|
|
10869
|
+
* * `debit` - Debit
|
|
10870
|
+
*/
|
|
10871
|
+
tx_type: 'credit' | 'debit';
|
|
10872
|
+
};
|
|
10873
|
+
type AccountAssetLimitResponseWritable = {
|
|
10874
|
+
status: string;
|
|
10875
|
+
data: AccountAssetLimitWritable;
|
|
10876
|
+
};
|
|
10877
|
+
type AccountAssetResponseWritable = {
|
|
10878
|
+
status: string;
|
|
10879
|
+
data: AccountAssetWritable;
|
|
10880
|
+
};
|
|
10881
|
+
/**
|
|
10882
|
+
* A ModelSerializer that takes additional arguments for
|
|
10883
|
+
* "fields", "omit" and "expand" in order to
|
|
10884
|
+
* control which fields are displayed, and whether to replace simple
|
|
10885
|
+
* values with complex, nested serializations
|
|
10886
|
+
*/
|
|
10887
|
+
type AccountAssetSettingsWritable = {
|
|
10888
|
+
allow_transactions?: boolean;
|
|
10889
|
+
allow_debit_transactions?: boolean;
|
|
10890
|
+
allow_credit_transactions?: boolean;
|
|
10891
|
+
disallowed_transaction_subtypes: Array<ReducedTransactionSubtypeWritable>;
|
|
10892
|
+
};
|
|
10893
|
+
/**
|
|
10894
|
+
* A ModelSerializer that takes additional arguments for
|
|
10895
|
+
* "fields", "omit" and "expand" in order to
|
|
10896
|
+
* control which fields are displayed, and whether to replace simple
|
|
10897
|
+
* values with complex, nested serializations
|
|
10898
|
+
*/
|
|
10899
|
+
type AccountDefinitionWritable = {
|
|
10900
|
+
name: string;
|
|
10901
|
+
label?: string | null;
|
|
10902
|
+
recon?: boolean;
|
|
10903
|
+
};
|
|
10904
|
+
/**
|
|
10905
|
+
* A ModelSerializer that takes additional arguments for
|
|
10906
|
+
* "fields", "omit" and "expand" in order to
|
|
10907
|
+
* control which fields are displayed, and whether to replace simple
|
|
10908
|
+
* values with complex, nested serializations
|
|
10909
|
+
*/
|
|
10910
|
+
type AccountDefinitionGroupWritable = {
|
|
10911
|
+
[key: string]: unknown;
|
|
10912
|
+
};
|
|
10913
|
+
/**
|
|
10914
|
+
* A ModelSerializer that takes additional arguments for
|
|
10915
|
+
* "fields", "omit" and "expand" in order to
|
|
10916
|
+
* control which fields are displayed, and whether to replace simple
|
|
10917
|
+
* values with complex, nested serializations
|
|
10918
|
+
*/
|
|
10919
|
+
type AccountDefinitionGroupAssetWritable = {
|
|
10920
|
+
[key: string]: unknown;
|
|
10921
|
+
};
|
|
10922
|
+
type AccountDefinitionResponseWritable = {
|
|
10923
|
+
status: string;
|
|
10924
|
+
data: AccountDefinitionWritable;
|
|
10925
|
+
};
|
|
10926
|
+
type AccountResponseWritable = {
|
|
10927
|
+
status: string;
|
|
10928
|
+
data: AccountWritable;
|
|
10929
|
+
};
|
|
10930
|
+
type AdminAccountAssetFeeWritable = {
|
|
10931
|
+
name: string | null;
|
|
10932
|
+
description: string | null;
|
|
10933
|
+
percentage?: number;
|
|
10934
|
+
/**
|
|
10935
|
+
* * `credit` - Credit
|
|
10936
|
+
* * `debit` - Debit
|
|
10937
|
+
*/
|
|
10938
|
+
tx_type: 'credit' | 'debit';
|
|
10939
|
+
debit_account: string | null;
|
|
10940
|
+
credit_account: string | null;
|
|
10941
|
+
debit_subtype: string | null;
|
|
10942
|
+
credit_subtype: string | null;
|
|
10943
|
+
};
|
|
10944
|
+
type AdminAccountAssetFeeResponseWritable = {
|
|
10945
|
+
status: string;
|
|
10946
|
+
data: AdminAccountAssetFeeWritable;
|
|
10947
|
+
};
|
|
10948
|
+
/**
|
|
10949
|
+
* A ModelSerializer that takes additional arguments for
|
|
10950
|
+
* "fields", "omit" and "expand" in order to
|
|
10951
|
+
* control which fields are displayed, and whether to replace simple
|
|
10952
|
+
* values with complex, nested serializations
|
|
10953
|
+
*/
|
|
10954
|
+
type AssetWritable = {
|
|
10955
|
+
code?: string | null;
|
|
10956
|
+
display_code?: string | null;
|
|
10957
|
+
description?: string | null;
|
|
10958
|
+
symbol?: string | null;
|
|
10959
|
+
unit?: string | null;
|
|
10960
|
+
divisibility?: number;
|
|
10961
|
+
icon?: string | null;
|
|
10962
|
+
};
|
|
10963
|
+
type AssetResponseWritable = {
|
|
10964
|
+
status: string;
|
|
10965
|
+
data: AssetWritable;
|
|
10966
|
+
};
|
|
10967
|
+
/**
|
|
10968
|
+
* Extended user information shown based on the default user info serializer.
|
|
10969
|
+
* Contain additional information about user permissions and settings.
|
|
10970
|
+
*/
|
|
10971
|
+
type AuthWritable = {
|
|
10972
|
+
username: string | null;
|
|
10973
|
+
first_name?: string | null;
|
|
10974
|
+
middle_name?: string | null;
|
|
10975
|
+
last_name?: string | null;
|
|
10976
|
+
profile?: string | null;
|
|
10977
|
+
id_number?: string | null;
|
|
10978
|
+
birth_date?: string | null;
|
|
10979
|
+
language?: string;
|
|
10980
|
+
/**
|
|
10981
|
+
* * `AF` - Afghanistan
|
|
10982
|
+
* * `AX` - Åland Islands
|
|
10983
|
+
* * `AL` - Albania
|
|
10984
|
+
* * `DZ` - Algeria
|
|
10985
|
+
* * `AS` - American Samoa
|
|
10986
|
+
* * `AD` - Andorra
|
|
10987
|
+
* * `AO` - Angola
|
|
10988
|
+
* * `AI` - Anguilla
|
|
10989
|
+
* * `AQ` - Antarctica
|
|
10990
|
+
* * `AG` - Antigua and Barbuda
|
|
10991
|
+
* * `AR` - Argentina
|
|
10992
|
+
* * `AM` - Armenia
|
|
10993
|
+
* * `AW` - Aruba
|
|
10994
|
+
* * `AU` - Australia
|
|
10995
|
+
* * `AT` - Austria
|
|
10996
|
+
* * `AZ` - Azerbaijan
|
|
10997
|
+
* * `BS` - Bahamas
|
|
10998
|
+
* * `BH` - Bahrain
|
|
10999
|
+
* * `BD` - Bangladesh
|
|
11000
|
+
* * `BB` - Barbados
|
|
11001
|
+
* * `BY` - Belarus
|
|
11002
|
+
* * `BE` - Belgium
|
|
11003
|
+
* * `BZ` - Belize
|
|
11004
|
+
* * `BJ` - Benin
|
|
11005
|
+
* * `BM` - Bermuda
|
|
11006
|
+
* * `BT` - Bhutan
|
|
11007
|
+
* * `BO` - Bolivia
|
|
11008
|
+
* * `BQ` - Bonaire, Sint Eustatius and Saba
|
|
11009
|
+
* * `BA` - Bosnia and Herzegovina
|
|
11010
|
+
* * `BW` - Botswana
|
|
11011
|
+
* * `BV` - Bouvet Island
|
|
11012
|
+
* * `BR` - Brazil
|
|
11013
|
+
* * `IO` - British Indian Ocean Territory
|
|
11014
|
+
* * `BN` - Brunei
|
|
11015
|
+
* * `BG` - Bulgaria
|
|
11016
|
+
* * `BF` - Burkina Faso
|
|
11017
|
+
* * `BI` - Burundi
|
|
11018
|
+
* * `CV` - Cabo Verde
|
|
11019
|
+
* * `KH` - Cambodia
|
|
11020
|
+
* * `CM` - Cameroon
|
|
11021
|
+
* * `CA` - Canada
|
|
11022
|
+
* * `KY` - Cayman Islands
|
|
11023
|
+
* * `CF` - Central African Republic
|
|
11024
|
+
* * `TD` - Chad
|
|
11025
|
+
* * `CL` - Chile
|
|
11026
|
+
* * `CN` - China
|
|
11027
|
+
* * `CX` - Christmas Island
|
|
11028
|
+
* * `CC` - Cocos (Keeling) Islands
|
|
11029
|
+
* * `CO` - Colombia
|
|
11030
|
+
* * `KM` - Comoros
|
|
11031
|
+
* * `CG` - Congo
|
|
11032
|
+
* * `CD` - Congo (the Democratic Republic of the)
|
|
11033
|
+
* * `CK` - Cook Islands
|
|
11034
|
+
* * `CR` - Costa Rica
|
|
11035
|
+
* * `CI` - Côte d'Ivoire
|
|
11036
|
+
* * `HR` - Croatia
|
|
11037
|
+
* * `CU` - Cuba
|
|
11038
|
+
* * `CW` - Curaçao
|
|
11039
|
+
* * `CY` - Cyprus
|
|
11040
|
+
* * `CZ` - Czechia
|
|
11041
|
+
* * `DK` - Denmark
|
|
11042
|
+
* * `DJ` - Djibouti
|
|
11043
|
+
* * `DM` - Dominica
|
|
11044
|
+
* * `DO` - Dominican Republic
|
|
11045
|
+
* * `EC` - Ecuador
|
|
11046
|
+
* * `EG` - Egypt
|
|
11047
|
+
* * `SV` - El Salvador
|
|
11048
|
+
* * `GQ` - Equatorial Guinea
|
|
11049
|
+
* * `ER` - Eritrea
|
|
11050
|
+
* * `EE` - Estonia
|
|
11051
|
+
* * `SZ` - Eswatini
|
|
11052
|
+
* * `ET` - Ethiopia
|
|
11053
|
+
* * `FK` - Falkland Islands (Malvinas)
|
|
11054
|
+
* * `FO` - Faroe Islands
|
|
11055
|
+
* * `FJ` - Fiji
|
|
11056
|
+
* * `FI` - Finland
|
|
11057
|
+
* * `FR` - France
|
|
11058
|
+
* * `GF` - French Guiana
|
|
11059
|
+
* * `PF` - French Polynesia
|
|
11060
|
+
* * `TF` - French Southern Territories
|
|
11061
|
+
* * `GA` - Gabon
|
|
11062
|
+
* * `GM` - Gambia
|
|
11063
|
+
* * `GE` - Georgia
|
|
11064
|
+
* * `DE` - Germany
|
|
11065
|
+
* * `GH` - Ghana
|
|
11066
|
+
* * `GI` - Gibraltar
|
|
11067
|
+
* * `GR` - Greece
|
|
11068
|
+
* * `GL` - Greenland
|
|
11069
|
+
* * `GD` - Grenada
|
|
11070
|
+
* * `GP` - Guadeloupe
|
|
11071
|
+
* * `GU` - Guam
|
|
11072
|
+
* * `GT` - Guatemala
|
|
11073
|
+
* * `GG` - Guernsey
|
|
11074
|
+
* * `GN` - Guinea
|
|
11075
|
+
* * `GW` - Guinea-Bissau
|
|
11076
|
+
* * `GY` - Guyana
|
|
11077
|
+
* * `HT` - Haiti
|
|
11078
|
+
* * `HM` - Heard Island and McDonald Islands
|
|
11079
|
+
* * `VA` - Holy See
|
|
11080
|
+
* * `HN` - Honduras
|
|
11081
|
+
* * `HK` - Hong Kong
|
|
11082
|
+
* * `HU` - Hungary
|
|
11083
|
+
* * `IS` - Iceland
|
|
11084
|
+
* * `IN` - India
|
|
11085
|
+
* * `ID` - Indonesia
|
|
11086
|
+
* * `IR` - Iran
|
|
11087
|
+
* * `IQ` - Iraq
|
|
11088
|
+
* * `IE` - Ireland
|
|
11089
|
+
* * `IM` - Isle of Man
|
|
11090
|
+
* * `IL` - Israel
|
|
11091
|
+
* * `IT` - Italy
|
|
11092
|
+
* * `JM` - Jamaica
|
|
11093
|
+
* * `JP` - Japan
|
|
11094
|
+
* * `JE` - Jersey
|
|
11095
|
+
* * `JO` - Jordan
|
|
11096
|
+
* * `KZ` - Kazakhstan
|
|
11097
|
+
* * `KE` - Kenya
|
|
11098
|
+
* * `KI` - Kiribati
|
|
11099
|
+
* * `KW` - Kuwait
|
|
11100
|
+
* * `KG` - Kyrgyzstan
|
|
11101
|
+
* * `LA` - Laos
|
|
11102
|
+
* * `LV` - Latvia
|
|
11103
|
+
* * `LB` - Lebanon
|
|
11104
|
+
* * `LS` - Lesotho
|
|
11105
|
+
* * `LR` - Liberia
|
|
11106
|
+
* * `LY` - Libya
|
|
11107
|
+
* * `LI` - Liechtenstein
|
|
11108
|
+
* * `LT` - Lithuania
|
|
11109
|
+
* * `LU` - Luxembourg
|
|
11110
|
+
* * `MO` - Macao
|
|
11111
|
+
* * `MG` - Madagascar
|
|
11112
|
+
* * `MW` - Malawi
|
|
11113
|
+
* * `MY` - Malaysia
|
|
11114
|
+
* * `MV` - Maldives
|
|
11115
|
+
* * `ML` - Mali
|
|
11116
|
+
* * `MT` - Malta
|
|
11117
|
+
* * `MH` - Marshall Islands
|
|
11118
|
+
* * `MQ` - Martinique
|
|
11119
|
+
* * `MR` - Mauritania
|
|
11120
|
+
* * `MU` - Mauritius
|
|
11121
|
+
* * `YT` - Mayotte
|
|
11122
|
+
* * `MX` - Mexico
|
|
11123
|
+
* * `FM` - Micronesia
|
|
11124
|
+
* * `MD` - Moldova
|
|
11125
|
+
* * `MC` - Monaco
|
|
11126
|
+
* * `MN` - Mongolia
|
|
11127
|
+
* * `ME` - Montenegro
|
|
11128
|
+
* * `MS` - Montserrat
|
|
11129
|
+
* * `MA` - Morocco
|
|
11130
|
+
* * `MZ` - Mozambique
|
|
11131
|
+
* * `MM` - Myanmar
|
|
11132
|
+
* * `NA` - Namibia
|
|
11133
|
+
* * `NR` - Nauru
|
|
11134
|
+
* * `NP` - Nepal
|
|
11135
|
+
* * `NL` - Netherlands
|
|
11136
|
+
* * `NC` - New Caledonia
|
|
11137
|
+
* * `NZ` - New Zealand
|
|
11138
|
+
* * `NI` - Nicaragua
|
|
11139
|
+
* * `NE` - Niger
|
|
11140
|
+
* * `NG` - Nigeria
|
|
11141
|
+
* * `NU` - Niue
|
|
11142
|
+
* * `NF` - Norfolk Island
|
|
11143
|
+
* * `KP` - North Korea
|
|
11144
|
+
* * `MK` - North Macedonia
|
|
11145
|
+
* * `MP` - Northern Mariana Islands
|
|
11146
|
+
* * `NO` - Norway
|
|
11147
|
+
* * `OM` - Oman
|
|
11148
|
+
* * `PK` - Pakistan
|
|
11149
|
+
* * `PW` - Palau
|
|
11150
|
+
* * `PS` - Palestine, State of
|
|
11151
|
+
* * `PA` - Panama
|
|
11152
|
+
* * `PG` - Papua New Guinea
|
|
11153
|
+
* * `PY` - Paraguay
|
|
11154
|
+
* * `PE` - Peru
|
|
11155
|
+
* * `PH` - Philippines
|
|
11156
|
+
* * `PN` - Pitcairn
|
|
11157
|
+
* * `PL` - Poland
|
|
11158
|
+
* * `PT` - Portugal
|
|
11159
|
+
* * `PR` - Puerto Rico
|
|
11160
|
+
* * `QA` - Qatar
|
|
11161
|
+
* * `RE` - Réunion
|
|
11162
|
+
* * `RO` - Romania
|
|
11163
|
+
* * `RU` - Russia
|
|
11164
|
+
* * `RW` - Rwanda
|
|
11165
|
+
* * `BL` - Saint Barthélemy
|
|
11166
|
+
* * `SH` - Saint Helena, Ascension and Tristan da Cunha
|
|
11167
|
+
* * `KN` - Saint Kitts and Nevis
|
|
11168
|
+
* * `LC` - Saint Lucia
|
|
11169
|
+
* * `MF` - Saint Martin (French part)
|
|
11170
|
+
* * `PM` - Saint Pierre and Miquelon
|
|
11171
|
+
* * `VC` - Saint Vincent and the Grenadines
|
|
11172
|
+
* * `WS` - Samoa
|
|
11173
|
+
* * `SM` - San Marino
|
|
11174
|
+
* * `ST` - Sao Tome and Principe
|
|
11175
|
+
* * `SA` - Saudi Arabia
|
|
11176
|
+
* * `SN` - Senegal
|
|
11177
|
+
* * `RS` - Serbia
|
|
11178
|
+
* * `SC` - Seychelles
|
|
11179
|
+
* * `SL` - Sierra Leone
|
|
11180
|
+
* * `SG` - Singapore
|
|
11181
|
+
* * `SX` - Sint Maarten (Dutch part)
|
|
11182
|
+
* * `SK` - Slovakia
|
|
11183
|
+
* * `SI` - Slovenia
|
|
11184
|
+
* * `SB` - Solomon Islands
|
|
11185
|
+
* * `SO` - Somalia
|
|
11186
|
+
* * `ZA` - South Africa
|
|
11187
|
+
* * `GS` - South Georgia and the South Sandwich Islands
|
|
11188
|
+
* * `KR` - South Korea
|
|
11189
|
+
* * `SS` - South Sudan
|
|
11190
|
+
* * `ES` - Spain
|
|
11191
|
+
* * `LK` - Sri Lanka
|
|
11192
|
+
* * `SD` - Sudan
|
|
11193
|
+
* * `SR` - Suriname
|
|
11194
|
+
* * `SJ` - Svalbard and Jan Mayen
|
|
11195
|
+
* * `SE` - Sweden
|
|
11196
|
+
* * `CH` - Switzerland
|
|
11197
|
+
* * `SY` - Syria
|
|
11198
|
+
* * `TW` - Taiwan
|
|
11199
|
+
* * `TJ` - Tajikistan
|
|
11200
|
+
* * `TZ` - Tanzania
|
|
11201
|
+
* * `TH` - Thailand
|
|
11202
|
+
* * `TL` - Timor-Leste
|
|
11203
|
+
* * `TG` - Togo
|
|
11204
|
+
* * `TK` - Tokelau
|
|
11205
|
+
* * `TO` - Tonga
|
|
11206
|
+
* * `TT` - Trinidad and Tobago
|
|
11207
|
+
* * `TN` - Tunisia
|
|
11208
|
+
* * `TR` - Türkiye
|
|
11209
|
+
* * `TM` - Turkmenistan
|
|
11210
|
+
* * `TC` - Turks and Caicos Islands
|
|
11211
|
+
* * `TV` - Tuvalu
|
|
11212
|
+
* * `UG` - Uganda
|
|
11213
|
+
* * `UA` - Ukraine
|
|
11214
|
+
* * `AE` - United Arab Emirates
|
|
11215
|
+
* * `GB` - United Kingdom
|
|
11216
|
+
* * `UM` - United States Minor Outlying Islands
|
|
11217
|
+
* * `US` - United States of America
|
|
11218
|
+
* * `UY` - Uruguay
|
|
11219
|
+
* * `UZ` - Uzbekistan
|
|
11220
|
+
* * `VU` - Vanuatu
|
|
11221
|
+
* * `VE` - Venezuela
|
|
11222
|
+
* * `VN` - Vietnam
|
|
11223
|
+
* * `VG` - Virgin Islands (British)
|
|
11224
|
+
* * `VI` - Virgin Islands (U.S.)
|
|
11225
|
+
* * `WF` - Wallis and Futuna
|
|
11226
|
+
* * `EH` - Western Sahara
|
|
11227
|
+
* * `YE` - Yemen
|
|
11228
|
+
* * `ZM` - Zambia
|
|
11229
|
+
* * `ZW` - Zimbabwe
|
|
11230
|
+
*/
|
|
11231
|
+
nationality?: 'AF' | 'AX' | 'AL' | 'DZ' | 'AS' | 'AD' | 'AO' | 'AI' | 'AQ' | 'AG' | 'AR' | 'AM' | 'AW' | 'AU' | 'AT' | 'AZ' | 'BS' | 'BH' | 'BD' | 'BB' | 'BY' | 'BE' | 'BZ' | 'BJ' | 'BM' | 'BT' | 'BO' | 'BQ' | 'BA' | 'BW' | 'BV' | 'BR' | 'IO' | 'BN' | 'BG' | 'BF' | 'BI' | 'CV' | 'KH' | 'CM' | 'CA' | 'KY' | 'CF' | 'TD' | 'CL' | 'CN' | 'CX' | 'CC' | 'CO' | 'KM' | 'CG' | 'CD' | 'CK' | 'CR' | 'CI' | 'HR' | 'CU' | 'CW' | 'CY' | 'CZ' | 'DK' | 'DJ' | 'DM' | 'DO' | 'EC' | 'EG' | 'SV' | 'GQ' | 'ER' | 'EE' | 'SZ' | 'ET' | 'FK' | 'FO' | 'FJ' | 'FI' | 'FR' | 'GF' | 'PF' | 'TF' | 'GA' | 'GM' | 'GE' | 'DE' | 'GH' | 'GI' | 'GR' | 'GL' | 'GD' | 'GP' | 'GU' | 'GT' | 'GG' | 'GN' | 'GW' | 'GY' | 'HT' | 'HM' | 'VA' | 'HN' | 'HK' | 'HU' | 'IS' | 'IN' | 'ID' | 'IR' | 'IQ' | 'IE' | 'IM' | 'IL' | 'IT' | 'JM' | 'JP' | 'JE' | 'JO' | 'KZ' | 'KE' | 'KI' | 'KW' | 'KG' | 'LA' | 'LV' | 'LB' | 'LS' | 'LR' | 'LY' | 'LI' | 'LT' | 'LU' | 'MO' | 'MG' | 'MW' | 'MY' | 'MV' | 'ML' | 'MT' | 'MH' | 'MQ' | 'MR' | 'MU' | 'YT' | 'MX' | 'FM' | 'MD' | 'MC' | 'MN' | 'ME' | 'MS' | 'MA' | 'MZ' | 'MM' | 'NA' | 'NR' | 'NP' | 'NL' | 'NC' | 'NZ' | 'NI' | 'NE' | 'NG' | 'NU' | 'NF' | 'KP' | 'MK' | 'MP' | 'NO' | 'OM' | 'PK' | 'PW' | 'PS' | 'PA' | 'PG' | 'PY' | 'PE' | 'PH' | 'PN' | 'PL' | 'PT' | 'PR' | 'QA' | 'RE' | 'RO' | 'RU' | 'RW' | 'BL' | 'SH' | 'KN' | 'LC' | 'MF' | 'PM' | 'VC' | 'WS' | 'SM' | 'ST' | 'SA' | 'SN' | 'RS' | 'SC' | 'SL' | 'SG' | 'SX' | 'SK' | 'SI' | 'SB' | 'SO' | 'ZA' | 'GS' | 'KR' | 'SS' | 'ES' | 'LK' | 'SD' | 'SR' | 'SJ' | 'SE' | 'CH' | 'SY' | 'TW' | 'TJ' | 'TZ' | 'TH' | 'TL' | 'TG' | 'TK' | 'TO' | 'TT' | 'TN' | 'TR' | 'TM' | 'TC' | 'TV' | 'UG' | 'UA' | 'AE' | 'GB' | 'UM' | 'US' | 'UY' | 'UZ' | 'VU' | 'VE' | 'VN' | 'VG' | 'VI' | 'WF' | 'EH' | 'YE' | 'ZM' | 'ZW' | '' | null;
|
|
11232
|
+
/**
|
|
11233
|
+
* * `AF` - Afghanistan
|
|
11234
|
+
* * `AX` - Åland Islands
|
|
11235
|
+
* * `AL` - Albania
|
|
11236
|
+
* * `DZ` - Algeria
|
|
11237
|
+
* * `AS` - American Samoa
|
|
11238
|
+
* * `AD` - Andorra
|
|
11239
|
+
* * `AO` - Angola
|
|
11240
|
+
* * `AI` - Anguilla
|
|
11241
|
+
* * `AQ` - Antarctica
|
|
11242
|
+
* * `AG` - Antigua and Barbuda
|
|
11243
|
+
* * `AR` - Argentina
|
|
11244
|
+
* * `AM` - Armenia
|
|
11245
|
+
* * `AW` - Aruba
|
|
11246
|
+
* * `AU` - Australia
|
|
11247
|
+
* * `AT` - Austria
|
|
11248
|
+
* * `AZ` - Azerbaijan
|
|
11249
|
+
* * `BS` - Bahamas
|
|
11250
|
+
* * `BH` - Bahrain
|
|
11251
|
+
* * `BD` - Bangladesh
|
|
11252
|
+
* * `BB` - Barbados
|
|
11253
|
+
* * `BY` - Belarus
|
|
11254
|
+
* * `BE` - Belgium
|
|
11255
|
+
* * `BZ` - Belize
|
|
11256
|
+
* * `BJ` - Benin
|
|
11257
|
+
* * `BM` - Bermuda
|
|
11258
|
+
* * `BT` - Bhutan
|
|
11259
|
+
* * `BO` - Bolivia
|
|
11260
|
+
* * `BQ` - Bonaire, Sint Eustatius and Saba
|
|
11261
|
+
* * `BA` - Bosnia and Herzegovina
|
|
11262
|
+
* * `BW` - Botswana
|
|
11263
|
+
* * `BV` - Bouvet Island
|
|
11264
|
+
* * `BR` - Brazil
|
|
11265
|
+
* * `IO` - British Indian Ocean Territory
|
|
11266
|
+
* * `BN` - Brunei
|
|
11267
|
+
* * `BG` - Bulgaria
|
|
11268
|
+
* * `BF` - Burkina Faso
|
|
11269
|
+
* * `BI` - Burundi
|
|
11270
|
+
* * `CV` - Cabo Verde
|
|
11271
|
+
* * `KH` - Cambodia
|
|
11272
|
+
* * `CM` - Cameroon
|
|
11273
|
+
* * `CA` - Canada
|
|
11274
|
+
* * `KY` - Cayman Islands
|
|
11275
|
+
* * `CF` - Central African Republic
|
|
11276
|
+
* * `TD` - Chad
|
|
11277
|
+
* * `CL` - Chile
|
|
11278
|
+
* * `CN` - China
|
|
11279
|
+
* * `CX` - Christmas Island
|
|
11280
|
+
* * `CC` - Cocos (Keeling) Islands
|
|
11281
|
+
* * `CO` - Colombia
|
|
11282
|
+
* * `KM` - Comoros
|
|
11283
|
+
* * `CG` - Congo
|
|
11284
|
+
* * `CD` - Congo (the Democratic Republic of the)
|
|
11285
|
+
* * `CK` - Cook Islands
|
|
11286
|
+
* * `CR` - Costa Rica
|
|
11287
|
+
* * `CI` - Côte d'Ivoire
|
|
11288
|
+
* * `HR` - Croatia
|
|
11289
|
+
* * `CU` - Cuba
|
|
11290
|
+
* * `CW` - Curaçao
|
|
11291
|
+
* * `CY` - Cyprus
|
|
11292
|
+
* * `CZ` - Czechia
|
|
11293
|
+
* * `DK` - Denmark
|
|
11294
|
+
* * `DJ` - Djibouti
|
|
11295
|
+
* * `DM` - Dominica
|
|
11296
|
+
* * `DO` - Dominican Republic
|
|
11297
|
+
* * `EC` - Ecuador
|
|
11298
|
+
* * `EG` - Egypt
|
|
11299
|
+
* * `SV` - El Salvador
|
|
11300
|
+
* * `GQ` - Equatorial Guinea
|
|
11301
|
+
* * `ER` - Eritrea
|
|
11302
|
+
* * `EE` - Estonia
|
|
11303
|
+
* * `SZ` - Eswatini
|
|
11304
|
+
* * `ET` - Ethiopia
|
|
11305
|
+
* * `FK` - Falkland Islands (Malvinas)
|
|
11306
|
+
* * `FO` - Faroe Islands
|
|
11307
|
+
* * `FJ` - Fiji
|
|
11308
|
+
* * `FI` - Finland
|
|
11309
|
+
* * `FR` - France
|
|
11310
|
+
* * `GF` - French Guiana
|
|
11311
|
+
* * `PF` - French Polynesia
|
|
11312
|
+
* * `TF` - French Southern Territories
|
|
11313
|
+
* * `GA` - Gabon
|
|
11314
|
+
* * `GM` - Gambia
|
|
11315
|
+
* * `GE` - Georgia
|
|
11316
|
+
* * `DE` - Germany
|
|
11317
|
+
* * `GH` - Ghana
|
|
11318
|
+
* * `GI` - Gibraltar
|
|
11319
|
+
* * `GR` - Greece
|
|
11320
|
+
* * `GL` - Greenland
|
|
11321
|
+
* * `GD` - Grenada
|
|
11322
|
+
* * `GP` - Guadeloupe
|
|
11323
|
+
* * `GU` - Guam
|
|
11324
|
+
* * `GT` - Guatemala
|
|
11325
|
+
* * `GG` - Guernsey
|
|
11326
|
+
* * `GN` - Guinea
|
|
11327
|
+
* * `GW` - Guinea-Bissau
|
|
11328
|
+
* * `GY` - Guyana
|
|
11329
|
+
* * `HT` - Haiti
|
|
11330
|
+
* * `HM` - Heard Island and McDonald Islands
|
|
11331
|
+
* * `VA` - Holy See
|
|
11332
|
+
* * `HN` - Honduras
|
|
11333
|
+
* * `HK` - Hong Kong
|
|
11334
|
+
* * `HU` - Hungary
|
|
11335
|
+
* * `IS` - Iceland
|
|
11336
|
+
* * `IN` - India
|
|
11337
|
+
* * `ID` - Indonesia
|
|
11338
|
+
* * `IR` - Iran
|
|
11339
|
+
* * `IQ` - Iraq
|
|
11340
|
+
* * `IE` - Ireland
|
|
11341
|
+
* * `IM` - Isle of Man
|
|
11342
|
+
* * `IL` - Israel
|
|
11343
|
+
* * `IT` - Italy
|
|
11344
|
+
* * `JM` - Jamaica
|
|
11345
|
+
* * `JP` - Japan
|
|
11346
|
+
* * `JE` - Jersey
|
|
11347
|
+
* * `JO` - Jordan
|
|
11348
|
+
* * `KZ` - Kazakhstan
|
|
11349
|
+
* * `KE` - Kenya
|
|
11350
|
+
* * `KI` - Kiribati
|
|
11351
|
+
* * `KW` - Kuwait
|
|
11352
|
+
* * `KG` - Kyrgyzstan
|
|
11353
|
+
* * `LA` - Laos
|
|
11354
|
+
* * `LV` - Latvia
|
|
11355
|
+
* * `LB` - Lebanon
|
|
11356
|
+
* * `LS` - Lesotho
|
|
11357
|
+
* * `LR` - Liberia
|
|
11358
|
+
* * `LY` - Libya
|
|
11359
|
+
* * `LI` - Liechtenstein
|
|
11360
|
+
* * `LT` - Lithuania
|
|
11361
|
+
* * `LU` - Luxembourg
|
|
11362
|
+
* * `MO` - Macao
|
|
11363
|
+
* * `MG` - Madagascar
|
|
11364
|
+
* * `MW` - Malawi
|
|
11365
|
+
* * `MY` - Malaysia
|
|
11366
|
+
* * `MV` - Maldives
|
|
11367
|
+
* * `ML` - Mali
|
|
11368
|
+
* * `MT` - Malta
|
|
11369
|
+
* * `MH` - Marshall Islands
|
|
11370
|
+
* * `MQ` - Martinique
|
|
11371
|
+
* * `MR` - Mauritania
|
|
11372
|
+
* * `MU` - Mauritius
|
|
11373
|
+
* * `YT` - Mayotte
|
|
11374
|
+
* * `MX` - Mexico
|
|
11375
|
+
* * `FM` - Micronesia
|
|
11376
|
+
* * `MD` - Moldova
|
|
11377
|
+
* * `MC` - Monaco
|
|
11378
|
+
* * `MN` - Mongolia
|
|
11379
|
+
* * `ME` - Montenegro
|
|
11380
|
+
* * `MS` - Montserrat
|
|
11381
|
+
* * `MA` - Morocco
|
|
11382
|
+
* * `MZ` - Mozambique
|
|
11383
|
+
* * `MM` - Myanmar
|
|
11384
|
+
* * `NA` - Namibia
|
|
11385
|
+
* * `NR` - Nauru
|
|
11386
|
+
* * `NP` - Nepal
|
|
11387
|
+
* * `NL` - Netherlands
|
|
11388
|
+
* * `NC` - New Caledonia
|
|
11389
|
+
* * `NZ` - New Zealand
|
|
11390
|
+
* * `NI` - Nicaragua
|
|
11391
|
+
* * `NE` - Niger
|
|
11392
|
+
* * `NG` - Nigeria
|
|
11393
|
+
* * `NU` - Niue
|
|
11394
|
+
* * `NF` - Norfolk Island
|
|
11395
|
+
* * `KP` - North Korea
|
|
11396
|
+
* * `MK` - North Macedonia
|
|
11397
|
+
* * `MP` - Northern Mariana Islands
|
|
11398
|
+
* * `NO` - Norway
|
|
11399
|
+
* * `OM` - Oman
|
|
11400
|
+
* * `PK` - Pakistan
|
|
11401
|
+
* * `PW` - Palau
|
|
11402
|
+
* * `PS` - Palestine, State of
|
|
11403
|
+
* * `PA` - Panama
|
|
11404
|
+
* * `PG` - Papua New Guinea
|
|
11405
|
+
* * `PY` - Paraguay
|
|
11406
|
+
* * `PE` - Peru
|
|
11407
|
+
* * `PH` - Philippines
|
|
11408
|
+
* * `PN` - Pitcairn
|
|
11409
|
+
* * `PL` - Poland
|
|
11410
|
+
* * `PT` - Portugal
|
|
11411
|
+
* * `PR` - Puerto Rico
|
|
11412
|
+
* * `QA` - Qatar
|
|
11413
|
+
* * `RE` - Réunion
|
|
11414
|
+
* * `RO` - Romania
|
|
11415
|
+
* * `RU` - Russia
|
|
11416
|
+
* * `RW` - Rwanda
|
|
11417
|
+
* * `BL` - Saint Barthélemy
|
|
11418
|
+
* * `SH` - Saint Helena, Ascension and Tristan da Cunha
|
|
11419
|
+
* * `KN` - Saint Kitts and Nevis
|
|
11420
|
+
* * `LC` - Saint Lucia
|
|
11421
|
+
* * `MF` - Saint Martin (French part)
|
|
11422
|
+
* * `PM` - Saint Pierre and Miquelon
|
|
11423
|
+
* * `VC` - Saint Vincent and the Grenadines
|
|
11424
|
+
* * `WS` - Samoa
|
|
11425
|
+
* * `SM` - San Marino
|
|
11426
|
+
* * `ST` - Sao Tome and Principe
|
|
11427
|
+
* * `SA` - Saudi Arabia
|
|
11428
|
+
* * `SN` - Senegal
|
|
11429
|
+
* * `RS` - Serbia
|
|
11430
|
+
* * `SC` - Seychelles
|
|
11431
|
+
* * `SL` - Sierra Leone
|
|
11432
|
+
* * `SG` - Singapore
|
|
11433
|
+
* * `SX` - Sint Maarten (Dutch part)
|
|
11434
|
+
* * `SK` - Slovakia
|
|
11435
|
+
* * `SI` - Slovenia
|
|
11436
|
+
* * `SB` - Solomon Islands
|
|
11437
|
+
* * `SO` - Somalia
|
|
11438
|
+
* * `ZA` - South Africa
|
|
11439
|
+
* * `GS` - South Georgia and the South Sandwich Islands
|
|
11440
|
+
* * `KR` - South Korea
|
|
11441
|
+
* * `SS` - South Sudan
|
|
11442
|
+
* * `ES` - Spain
|
|
11443
|
+
* * `LK` - Sri Lanka
|
|
11444
|
+
* * `SD` - Sudan
|
|
11445
|
+
* * `SR` - Suriname
|
|
11446
|
+
* * `SJ` - Svalbard and Jan Mayen
|
|
11447
|
+
* * `SE` - Sweden
|
|
11448
|
+
* * `CH` - Switzerland
|
|
11449
|
+
* * `SY` - Syria
|
|
11450
|
+
* * `TW` - Taiwan
|
|
11451
|
+
* * `TJ` - Tajikistan
|
|
11452
|
+
* * `TZ` - Tanzania
|
|
11453
|
+
* * `TH` - Thailand
|
|
11454
|
+
* * `TL` - Timor-Leste
|
|
11455
|
+
* * `TG` - Togo
|
|
11456
|
+
* * `TK` - Tokelau
|
|
11457
|
+
* * `TO` - Tonga
|
|
11458
|
+
* * `TT` - Trinidad and Tobago
|
|
11459
|
+
* * `TN` - Tunisia
|
|
11460
|
+
* * `TR` - Türkiye
|
|
11461
|
+
* * `TM` - Turkmenistan
|
|
11462
|
+
* * `TC` - Turks and Caicos Islands
|
|
11463
|
+
* * `TV` - Tuvalu
|
|
11464
|
+
* * `UG` - Uganda
|
|
11465
|
+
* * `UA` - Ukraine
|
|
11466
|
+
* * `AE` - United Arab Emirates
|
|
11467
|
+
* * `GB` - United Kingdom
|
|
11468
|
+
* * `UM` - United States Minor Outlying Islands
|
|
11469
|
+
* * `US` - United States of America
|
|
11470
|
+
* * `UY` - Uruguay
|
|
11471
|
+
* * `UZ` - Uzbekistan
|
|
11472
|
+
* * `VU` - Vanuatu
|
|
11473
|
+
* * `VE` - Venezuela
|
|
11474
|
+
* * `VN` - Vietnam
|
|
11475
|
+
* * `VG` - Virgin Islands (British)
|
|
11476
|
+
* * `VI` - Virgin Islands (U.S.)
|
|
11477
|
+
* * `WF` - Wallis and Futuna
|
|
11478
|
+
* * `EH` - Western Sahara
|
|
11479
|
+
* * `YE` - Yemen
|
|
11480
|
+
* * `ZM` - Zambia
|
|
11481
|
+
* * `ZW` - Zimbabwe
|
|
11482
|
+
*/
|
|
11483
|
+
residency?: 'AF' | 'AX' | 'AL' | 'DZ' | 'AS' | 'AD' | 'AO' | 'AI' | 'AQ' | 'AG' | 'AR' | 'AM' | 'AW' | 'AU' | 'AT' | 'AZ' | 'BS' | 'BH' | 'BD' | 'BB' | 'BY' | 'BE' | 'BZ' | 'BJ' | 'BM' | 'BT' | 'BO' | 'BQ' | 'BA' | 'BW' | 'BV' | 'BR' | 'IO' | 'BN' | 'BG' | 'BF' | 'BI' | 'CV' | 'KH' | 'CM' | 'CA' | 'KY' | 'CF' | 'TD' | 'CL' | 'CN' | 'CX' | 'CC' | 'CO' | 'KM' | 'CG' | 'CD' | 'CK' | 'CR' | 'CI' | 'HR' | 'CU' | 'CW' | 'CY' | 'CZ' | 'DK' | 'DJ' | 'DM' | 'DO' | 'EC' | 'EG' | 'SV' | 'GQ' | 'ER' | 'EE' | 'SZ' | 'ET' | 'FK' | 'FO' | 'FJ' | 'FI' | 'FR' | 'GF' | 'PF' | 'TF' | 'GA' | 'GM' | 'GE' | 'DE' | 'GH' | 'GI' | 'GR' | 'GL' | 'GD' | 'GP' | 'GU' | 'GT' | 'GG' | 'GN' | 'GW' | 'GY' | 'HT' | 'HM' | 'VA' | 'HN' | 'HK' | 'HU' | 'IS' | 'IN' | 'ID' | 'IR' | 'IQ' | 'IE' | 'IM' | 'IL' | 'IT' | 'JM' | 'JP' | 'JE' | 'JO' | 'KZ' | 'KE' | 'KI' | 'KW' | 'KG' | 'LA' | 'LV' | 'LB' | 'LS' | 'LR' | 'LY' | 'LI' | 'LT' | 'LU' | 'MO' | 'MG' | 'MW' | 'MY' | 'MV' | 'ML' | 'MT' | 'MH' | 'MQ' | 'MR' | 'MU' | 'YT' | 'MX' | 'FM' | 'MD' | 'MC' | 'MN' | 'ME' | 'MS' | 'MA' | 'MZ' | 'MM' | 'NA' | 'NR' | 'NP' | 'NL' | 'NC' | 'NZ' | 'NI' | 'NE' | 'NG' | 'NU' | 'NF' | 'KP' | 'MK' | 'MP' | 'NO' | 'OM' | 'PK' | 'PW' | 'PS' | 'PA' | 'PG' | 'PY' | 'PE' | 'PH' | 'PN' | 'PL' | 'PT' | 'PR' | 'QA' | 'RE' | 'RO' | 'RU' | 'RW' | 'BL' | 'SH' | 'KN' | 'LC' | 'MF' | 'PM' | 'VC' | 'WS' | 'SM' | 'ST' | 'SA' | 'SN' | 'RS' | 'SC' | 'SL' | 'SG' | 'SX' | 'SK' | 'SI' | 'SB' | 'SO' | 'ZA' | 'GS' | 'KR' | 'SS' | 'ES' | 'LK' | 'SD' | 'SR' | 'SJ' | 'SE' | 'CH' | 'SY' | 'TW' | 'TJ' | 'TZ' | 'TH' | 'TL' | 'TG' | 'TK' | 'TO' | 'TT' | 'TN' | 'TR' | 'TM' | 'TC' | 'TV' | 'UG' | 'UA' | 'AE' | 'GB' | 'UM' | 'US' | 'UY' | 'UZ' | 'VU' | 'VE' | 'VN' | 'VG' | 'VI' | 'WF' | 'EH' | 'YE' | 'ZM' | 'ZW' | '' | null;
|
|
11484
|
+
/**
|
|
11485
|
+
* * `male` - Male
|
|
11486
|
+
* * `female` - Female
|
|
11487
|
+
* * `other` - Other
|
|
11488
|
+
* * `not_specified` - Not Specified
|
|
11489
|
+
*/
|
|
11490
|
+
gender?: 'male' | 'female' | 'other' | 'not_specified' | null;
|
|
11491
|
+
/**
|
|
11492
|
+
* * `mr` - Mr
|
|
11493
|
+
* * `mrs` - Mrs
|
|
11494
|
+
* * `ms` - Ms
|
|
11495
|
+
* * `mx` - Mx
|
|
11496
|
+
*/
|
|
11497
|
+
title?: 'mr' | 'mrs' | 'ms' | 'mx' | null;
|
|
11498
|
+
/**
|
|
11499
|
+
* * `single` - Single
|
|
11500
|
+
* * `married` - Married
|
|
11501
|
+
* * `divorced` - Divorced
|
|
11502
|
+
* * `widowed` - Widowed
|
|
11503
|
+
*/
|
|
11504
|
+
marital_status?: 'single' | 'married' | 'divorced' | 'widowed' | null;
|
|
11505
|
+
fathers_name?: string | null;
|
|
10922
11506
|
mothers_name?: string | null;
|
|
10923
11507
|
grandfathers_name?: string | null;
|
|
10924
11508
|
grandmothers_name?: string | null;
|
|
@@ -11309,12 +11893,9 @@ type CompanyWalletAccountWritable = {
|
|
|
11309
11893
|
email?: string | null;
|
|
11310
11894
|
mobile?: string | null;
|
|
11311
11895
|
name?: string | null;
|
|
11312
|
-
|
|
11313
|
-
|
|
11314
|
-
|
|
11315
|
-
* * `other` - Other
|
|
11316
|
-
*/
|
|
11317
|
-
type?: 'paypal' | 'venmo' | 'other';
|
|
11896
|
+
type?: string | null;
|
|
11897
|
+
payment_method?: string | null;
|
|
11898
|
+
owner?: WalletOwner | null;
|
|
11318
11899
|
wallet_currency?: string | null;
|
|
11319
11900
|
metadata?: {
|
|
11320
11901
|
[key: string]: unknown;
|
|
@@ -15325,7 +15906,11 @@ type UserBankAccountResponseWritable = {
|
|
|
15325
15906
|
* values with complex, nested serializations
|
|
15326
15907
|
*/
|
|
15327
15908
|
type UserCreateDocumentRequestWritable = {
|
|
15328
|
-
file
|
|
15909
|
+
file?: Blob | File;
|
|
15910
|
+
/**
|
|
15911
|
+
* Multi-file upload aligned with the document type's `file_rules`. Submit as bracketed multipart keys: `files[<i>][file]` (binary), `files[<i>][label]`, `files[<i>][description]` where `<i>` is the rule index (0..4). Mutually exclusive with the legacy `file` field; required when the document type defines `file_rules`.
|
|
15912
|
+
*/
|
|
15913
|
+
files?: Array<DocumentFileWriteRequest>;
|
|
15329
15914
|
type: number;
|
|
15330
15915
|
metadata?: {
|
|
15331
15916
|
[key: string]: unknown;
|
|
@@ -15342,7 +15927,7 @@ type UserDisallowedTransactionSubtypeWritable = {
|
|
|
15342
15927
|
* values with complex, nested serializations
|
|
15343
15928
|
*/
|
|
15344
15929
|
type UserDocumentWritable = {
|
|
15345
|
-
file
|
|
15930
|
+
file?: string;
|
|
15346
15931
|
metadata?: {
|
|
15347
15932
|
[key: string]: unknown;
|
|
15348
15933
|
} | null;
|
|
@@ -15423,12 +16008,9 @@ type UserWalletAccountWritable = {
|
|
|
15423
16008
|
email?: string | null;
|
|
15424
16009
|
mobile?: string | null;
|
|
15425
16010
|
name?: string | null;
|
|
15426
|
-
|
|
15427
|
-
|
|
15428
|
-
|
|
15429
|
-
* * `other` - Other
|
|
15430
|
-
*/
|
|
15431
|
-
type?: 'paypal' | 'venmo' | 'other';
|
|
16011
|
+
type?: string | null;
|
|
16012
|
+
payment_method?: string | null;
|
|
16013
|
+
owner?: WalletOwner | null;
|
|
15432
16014
|
wallet_currency?: string | null;
|
|
15433
16015
|
metadata?: {
|
|
15434
16016
|
[key: string]: unknown;
|
|
@@ -18575,8 +19157,33 @@ interface AuthState {
|
|
|
18575
19157
|
sessions: AuthSession[];
|
|
18576
19158
|
activeSessionIndex: number;
|
|
18577
19159
|
}
|
|
19160
|
+
type AuthStatus = 'loading' | 'authenticated' | 'refreshing' | 'recoverable' | 'unauthenticated';
|
|
19161
|
+
interface AuthRecoveryState {
|
|
19162
|
+
pending: boolean;
|
|
19163
|
+
expiredSession: AuthSession | null;
|
|
19164
|
+
remainingSessions: AuthSession[];
|
|
19165
|
+
}
|
|
19166
|
+
interface AuthSnapshot {
|
|
19167
|
+
status: AuthStatus;
|
|
19168
|
+
session: AuthSession | null;
|
|
19169
|
+
sessions: AuthSession[];
|
|
19170
|
+
activeSessionIndex: number;
|
|
19171
|
+
isRefreshing: boolean;
|
|
19172
|
+
initialized: boolean;
|
|
19173
|
+
error: Error | null;
|
|
19174
|
+
recovery: AuthRecoveryState;
|
|
19175
|
+
}
|
|
19176
|
+
type AuthEventType = 'initialized' | 'login' | 'register' | 'register-company' | 'logout' | 'logout-all' | 'refresh' | 'session-imported' | 'session-updated' | 'session-switched' | 'session-expired' | 'session-cleared' | 'error';
|
|
19177
|
+
interface AuthEvent {
|
|
19178
|
+
type: AuthEventType;
|
|
19179
|
+
snapshot: AuthSnapshot;
|
|
19180
|
+
session?: AuthSession | null;
|
|
19181
|
+
error?: Error | null;
|
|
19182
|
+
}
|
|
18578
19183
|
type SessionListener = (session: AuthSession | null) => void;
|
|
18579
19184
|
type ErrorListener = (error: Error | null) => void;
|
|
19185
|
+
type AuthStateListener = (snapshot: AuthSnapshot) => void;
|
|
19186
|
+
type AuthEventListener = (event: AuthEvent) => void;
|
|
18580
19187
|
|
|
18581
19188
|
type LoginParams = {
|
|
18582
19189
|
user: string;
|
|
@@ -18597,6 +19204,16 @@ type RegisterParams = {
|
|
|
18597
19204
|
session_duration?: number | null;
|
|
18598
19205
|
};
|
|
18599
19206
|
type RegisterCompanyParams = RegisterCompanyRequestWritable;
|
|
19207
|
+
interface ImportTokenOptions {
|
|
19208
|
+
company?: string;
|
|
19209
|
+
expires?: number;
|
|
19210
|
+
sessionDuration?: number;
|
|
19211
|
+
}
|
|
19212
|
+
interface ValidateSessionOptions {
|
|
19213
|
+
retryCount?: number;
|
|
19214
|
+
retryDelayMs?: number;
|
|
19215
|
+
}
|
|
19216
|
+
type SessionPatch = Partial<AuthSession> | ((session: AuthSession) => AuthSession);
|
|
18600
19217
|
interface AuthConfig {
|
|
18601
19218
|
baseUrl?: string;
|
|
18602
19219
|
storage?: 'local' | 'memory' | StorageAdapter;
|
|
@@ -18614,13 +19231,23 @@ interface Auth {
|
|
|
18614
19231
|
getActiveSession(): AuthSession | null;
|
|
18615
19232
|
getSessions(): AuthSession[];
|
|
18616
19233
|
getSessionsByCompany(company: string): AuthSession[];
|
|
19234
|
+
getState(): AuthSnapshot;
|
|
19235
|
+
getStatus(): AuthStatus;
|
|
19236
|
+
getRecoveryState(): AuthRecoveryState;
|
|
18617
19237
|
switchToSession(userId: string, company?: string): Promise<AuthSession | null>;
|
|
18618
19238
|
clearAllSessions(): Promise<void>;
|
|
18619
19239
|
deleteChallenge(challengeId: string): Promise<void>;
|
|
19240
|
+
importToken(token: string, options?: ImportTokenOptions): Promise<AuthSession>;
|
|
19241
|
+
validateActiveSession(options?: ValidateSessionOptions): Promise<boolean>;
|
|
19242
|
+
syncActiveSessionUser(): Promise<AuthSession | null>;
|
|
19243
|
+
updateSession(userId: string, company: string | undefined, patch: SessionPatch): Promise<AuthSession | null>;
|
|
19244
|
+
expireActiveSession(): Promise<AuthRecoveryState>;
|
|
18620
19245
|
subscribe(listener: SessionListener): () => void;
|
|
18621
19246
|
subscribeToErrors(listener: ErrorListener): () => void;
|
|
19247
|
+
subscribeToState(listener: AuthStateListener): () => void;
|
|
19248
|
+
subscribeToEvents(listener: AuthEventListener): () => void;
|
|
18622
19249
|
readonly baseUrl: string;
|
|
18623
19250
|
}
|
|
18624
19251
|
declare function createAuth(config?: AuthConfig): Auth;
|
|
18625
19252
|
|
|
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 };
|
|
19253
|
+
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 MetricsListResponses as b$, type AuthTokensRetrieveData as b0, type AuthTokensRetrieveResponses as b1, type AuthTokensPartialUpdateData as b2, type AuthTokensPartialUpdateResponses as b3, type AuthTokensUpdateData as b4, type AuthTokensUpdateResponses as b5, type CompanyRetrieveData as b6, type CompanyRetrieveResponses as b7, type CompanyBankAccountsListData as b8, type CompanyBankAccountsListResponses as b9, type GroupsLimitsRetrieveData as bA, type GroupsLimitsRetrieveResponses as bB, type GroupsPermissionsListData as bC, type GroupsPermissionsListResponses as bD, type GroupsPermissionsRetrieveData as bE, type GroupsPermissionsRetrieveResponses as bF, type GroupsTiersListData as bG, type GroupsTiersListResponses as bH, type GroupsTiersRetrieveData as bI, type GroupsTiersRetrieveResponses as bJ, type GroupsTiersFeesListData as bK, type GroupsTiersFeesListResponses as bL, type GroupsTiersFeesRetrieveData as bM, type GroupsTiersFeesRetrieveResponses as bN, type GroupsTiersLimitsListData as bO, type GroupsTiersLimitsListResponses as bP, type GroupsTiersLimitsRetrieveData as bQ, type GroupsTiersLimitsRetrieveResponses as bR, type GroupsTiersRequirementSetsListData as bS, type GroupsTiersRequirementSetsListResponses as bT, type GroupsTiersRequirementSetsRetrieveData as bU, type GroupsTiersRequirementSetsRetrieveResponses as bV, type GroupsTiersRequirementSetsItemsListData as bW, type GroupsTiersRequirementSetsItemsListResponses as bX, type GroupsTiersRequirementSetsItemsRetrieveData as bY, type GroupsTiersRequirementSetsItemsRetrieveResponses as bZ, type MetricsListData as b_, type CompanyCurrenciesListData as ba, type CompanyCurrenciesListResponses as bb, type CompanyCurrenciesRetrieveData as bc, type CompanyCurrenciesRetrieveResponses as bd, type CompanyWalletAccountsListData as be, type CompanyWalletAccountsListResponses as bf, type DocumentTypesListData as bg, type DocumentTypesListResponses as bh, type DocumentTypesRetrieveData as bi, type DocumentTypesRetrieveResponses as bj, type ExportsListData as bk, type ExportsListResponses as bl, type ExportsCreateData as bm, type ExportsCreateResponses as bn, type ExportsRetrieveData as bo, type ExportsRetrieveResponses as bp, type GroupsListData as bq, type GroupsListResponses as br, type GroupsRetrieveData as bs, type GroupsRetrieveResponses as bt, type GroupsFeesListData as bu, type GroupsFeesListResponses as bv, type GroupsFeesRetrieveData as bw, type GroupsFeesRetrieveResponses as bx, type GroupsLimitsListData as by, type GroupsLimitsListResponses as bz, createAuth as c, type TransactionsRetrieveResponses as c$, type MetricsCreateData as c0, type MetricsCreateResponses as c1, type MetricsDestroyData as c2, type MetricsDestroyResponses as c3, type MetricsRetrieveData as c4, type MetricsRetrieveResponses as c5, type MetricsPointsListData as c6, type MetricsPointsListResponses as c7, type PermissionsListData as c8, type PermissionsListResponses as c9, type PublicLegalTermsVersionsListData as cA, type PublicLegalTermsVersionsListResponses as cB, type PublicLegalTermsVersionsRetrieveData as cC, type PublicLegalTermsVersionsRetrieveResponses as cD, type StatementsListData as cE, type StatementsListResponses as cF, type StatementsCreateData as cG, type StatementsCreateResponses as cH, type StatementsDestroyData as cI, type StatementsDestroyResponses as cJ, type StatementsRetrieveData as cK, type StatementsRetrieveResponses as cL, type SubtypesListData as cM, type SubtypesListResponses as cN, type SubtypesRetrieveData as cO, type SubtypesRetrieveResponses as cP, type TransactionCollectionsListData as cQ, type TransactionCollectionsListResponses as cR, type TransactionCollectionsCreateData as cS, type TransactionCollectionsCreateResponses as cT, type TransactionCollectionsRetrieveData as cU, type TransactionCollectionsRetrieveResponses as cV, type TransactionsListData as cW, type TransactionsListResponses as cX, type TransactionsCreateData as cY, type TransactionsCreateResponses as cZ, type TransactionsRetrieveData as c_, type PermissionsRetrieveData as ca, type PermissionsRetrieveResponses as cb, type PublicCompaniesListData as cc, type PublicCompaniesListResponses as cd, type PublicCompaniesRetrieveData as ce, type PublicCompaniesRetrieveResponses as cf, type PublicCompaniesGroupsListData as cg, type PublicCompaniesGroupsListResponses as ch, type PublicCompaniesGroupsRetrieveData as ci, type PublicCompaniesGroupsRetrieveResponses as cj, type PublicCompaniesLegalTermsListData as ck, type PublicCompaniesLegalTermsListResponses as cl, type PublicCompaniesLegalTermsRetrieveData as cm, type PublicCompaniesLegalTermsRetrieveResponses as cn, type PublicCompaniesLegalTermsVersionsListData as co, type PublicCompaniesLegalTermsVersionsListResponses as cp, type PublicCompaniesLegalTermsVersionsRetrieveData as cq, type PublicCompaniesLegalTermsVersionsRetrieveResponses as cr, type PublicCompaniesOauthClientsListData as cs, type PublicCompaniesOauthClientsListResponses as ct, type PublicCompaniesOauthClientsRetrieveData as cu, type PublicCompaniesOauthClientsRetrieveResponses as cv, type PublicLegalTermsListData as cw, type PublicLegalTermsListResponses as cx, type PublicLegalTermsRetrieveData as cy, type PublicLegalTermsRetrieveResponses as cz, type AuthSession as d, type UserBankAccountsDocumentsRetrieveData as d$, type TransactionsPartialUpdateData as d0, type TransactionsPartialUpdateResponses as d1, type TransactionsUpdateData as d2, type TransactionsUpdateResponses as d3, type TransactionsMessagesListData as d4, type TransactionsMessagesListResponses as d5, type TransactionsMessagesRetrieveData as d6, type TransactionsMessagesRetrieveResponses as d7, type TransactionsCreditCreateData as d8, type TransactionsCreditCreateResponses as d9, type UserBankAccountsListResponses as dA, type UserBankAccountsCreateData as dB, type UserBankAccountsCreateResponses as dC, type UserBankAccountsDestroyData as dD, type UserBankAccountsDestroyResponses as dE, type UserBankAccountsRetrieveData as dF, type UserBankAccountsRetrieveResponses as dG, type UserBankAccountsPartialUpdateData as dH, type UserBankAccountsPartialUpdateResponses as dI, type UserBankAccountsUpdateData as dJ, type UserBankAccountsUpdateResponses as dK, type UserBankAccountsAccountCurrenciesListData as dL, type UserBankAccountsAccountCurrenciesListResponses as dM, type UserBankAccountsAccountCurrenciesCreateData as dN, type UserBankAccountsAccountCurrenciesCreateResponses as dO, type UserBankAccountsAccountCurrenciesDestroyData as dP, type UserBankAccountsAccountCurrenciesDestroyResponses as dQ, type UserBankAccountsAccountCurrenciesRetrieveData as dR, type UserBankAccountsAccountCurrenciesRetrieveResponses as dS, type UserBankAccountsCurrenciesListData as dT, type UserBankAccountsCurrenciesListResponses as dU, type UserBankAccountsCurrenciesCreateData as dV, type UserBankAccountsCurrenciesCreateResponses as dW, type UserBankAccountsCurrenciesDestroyData as dX, type UserBankAccountsCurrenciesDestroyResponses as dY, type UserBankAccountsCurrenciesRetrieveData as dZ, type UserBankAccountsCurrenciesRetrieveResponses as d_, type TransactionsDebitCreateData as da, type TransactionsDebitCreateResponses as db, type TransactionTotalsRetrieveData as dc, type TransactionTotalsRetrieveResponses as dd, type TransactionsTransferCreateData as de, type TransactionsTransferCreateResponses as df, type UserRetrieveData as dg, type UserRetrieveResponses as dh, type UserPartialUpdateData as di, type UserPartialUpdateResponses as dj, type UserUpdateData as dk, type UserUpdateResponses as dl, type UserAddressesListData as dm, type UserAddressesListResponses as dn, type UserAddressesCreateData as dp, type UserAddressesCreateResponses as dq, type UserAddressesDestroyData as dr, type UserAddressesDestroyResponses as ds, type UserAddressesRetrieveData as dt, type UserAddressesRetrieveResponses as du, type UserAddressesPartialUpdateData as dv, type UserAddressesPartialUpdateResponses as dw, type UserAddressesUpdateData as dx, type UserAddressesUpdateResponses as dy, type UserBankAccountsListData as dz, type AuthState as e, type UserEmailsListData as e$, type UserBankAccountsDocumentsRetrieveResponses as e0, type UserBankAccountsDocumentsRetrieve2Data as e1, type UserBankAccountsDocumentsRetrieve2Responses as e2, type UserCryptoAccountsListData as e3, type UserCryptoAccountsListResponses as e4, type UserCryptoAccountsCreateData as e5, type UserCryptoAccountsCreateResponses as e6, type UserCryptoAccountsDestroyData as e7, type UserCryptoAccountsDestroyResponses as e8, type UserCryptoAccountsRetrieveData as e9, type UserDevicesAppsDestroyResponses as eA, type UserDevicesAppsRetrieveData as eB, type UserDevicesAppsRetrieveResponses as eC, type UserDevicesAppsPartialUpdateData as eD, type UserDevicesAppsPartialUpdateResponses as eE, type UserDevicesAppsUpdateData as eF, type UserDevicesAppsUpdateResponses as eG, type UserDevicesDestroyData as eH, type UserDevicesDestroyResponses as eI, type UserDevicesRetrieveData as eJ, type UserDevicesRetrieveResponses as eK, type UserDevicesPartialUpdateData as eL, type UserDevicesPartialUpdateResponses as eM, type UserDevicesUpdateData as eN, type UserDevicesUpdateResponses as eO, type UserDevicesAppsListData as eP, type UserDevicesAppsListResponses as eQ, type UserDevicesAppsCreateData as eR, type UserDevicesAppsCreateResponses as eS, type UserDocumentsListData as eT, type UserDocumentsListResponses as eU, type UserDocumentsCreateData as eV, type UserDocumentsCreateResponses as eW, type UserDocumentsDestroyData as eX, type UserDocumentsDestroyResponses as eY, type UserDocumentsRetrieveData as eZ, type UserDocumentsRetrieveResponses as e_, type UserCryptoAccountsRetrieveResponses as ea, type UserCryptoAccountsPartialUpdateData as eb, type UserCryptoAccountsPartialUpdateResponses as ec, type UserCryptoAccountsUpdateData as ed, type UserCryptoAccountsUpdateResponses as ee, type UserCryptoAccountsAccountCurrenciesListData as ef, type UserCryptoAccountsAccountCurrenciesListResponses as eg, type UserCryptoAccountsAccountCurrenciesCreateData as eh, type UserCryptoAccountsAccountCurrenciesCreateResponses as ei, type UserCryptoAccountsAccountCurrenciesDestroyData as ej, type UserCryptoAccountsAccountCurrenciesDestroyResponses as ek, type UserCryptoAccountsAccountCurrenciesRetrieveData as el, type UserCryptoAccountsAccountCurrenciesRetrieveResponses as em, type UserCryptoAccountsCurrenciesListData as en, type UserCryptoAccountsCurrenciesListResponses as eo, type UserCryptoAccountsCurrenciesCreateData as ep, type UserCryptoAccountsCurrenciesCreateResponses as eq, type UserCryptoAccountsCurrenciesDestroyData as er, type UserCryptoAccountsCurrenciesDestroyResponses as es, type UserCryptoAccountsCurrenciesRetrieveData as et, type UserCryptoAccountsCurrenciesRetrieveResponses as eu, type UserDevicesListData as ev, type UserDevicesListResponses as ew, type UserDevicesCreateData as ex, type UserDevicesCreateResponses as ey, type UserDevicesAppsDestroyData as ez, type AuthStatus as f, type UserWalletAccountsCurrenciesDestroyData as f$, type UserEmailsListResponses as f0, type UserEmailsCreateData as f1, type UserEmailsCreateResponses as f2, type UserEmailsDestroyData as f3, type UserEmailsDestroyResponses as f4, type UserEmailsRetrieveData as f5, type UserEmailsRetrieveResponses as f6, type UserEmailsPartialUpdateData as f7, type UserEmailsPartialUpdateResponses as f8, type UserEmailsUpdateData as f9, type UserMobilesPartialUpdateResponses as fA, type UserMobilesUpdateData as fB, type UserMobilesUpdateResponses as fC, type UserWalletAccountsListData as fD, type UserWalletAccountsListResponses as fE, type UserWalletAccountsCreateData as fF, type UserWalletAccountsCreateResponses as fG, type UserWalletAccountsDestroyData as fH, type UserWalletAccountsDestroyResponses as fI, type UserWalletAccountsRetrieveData as fJ, type UserWalletAccountsRetrieveResponses as fK, type UserWalletAccountsPartialUpdateData as fL, type UserWalletAccountsPartialUpdateResponses as fM, type UserWalletAccountsUpdateData as fN, type UserWalletAccountsUpdateResponses as fO, type UserWalletAccountsAccountCurrenciesListData as fP, type UserWalletAccountsAccountCurrenciesListResponses as fQ, type UserWalletAccountsAccountCurrenciesCreateData as fR, type UserWalletAccountsAccountCurrenciesCreateResponses as fS, type UserWalletAccountsAccountCurrenciesDestroyData as fT, type UserWalletAccountsAccountCurrenciesDestroyResponses as fU, type UserWalletAccountsAccountCurrenciesRetrieveData as fV, type UserWalletAccountsAccountCurrenciesRetrieveResponses as fW, type UserWalletAccountsCurrenciesListData as fX, type UserWalletAccountsCurrenciesListResponses as fY, type UserWalletAccountsCurrenciesCreateData as fZ, type UserWalletAccountsCurrenciesCreateResponses as f_, type UserEmailsUpdateResponses as fa, type UserLegalTermsListData as fb, type UserLegalTermsListResponses as fc, type UserLegalTermsRetrieveData as fd, type UserLegalTermsRetrieveResponses as fe, type UserLegalTermsVersionsListData as ff, type UserLegalTermsVersionsListResponses as fg, type UserLegalTermsVersionsRetrieveData as fh, type UserLegalTermsVersionsRetrieveResponses as fi, type UserLegalTermsVersionsPartialUpdateData as fj, type UserLegalTermsVersionsPartialUpdateResponses as fk, type UserLegalTermsVersionsUpdateData as fl, type UserLegalTermsVersionsUpdateResponses as fm, type UserMessagesListData as fn, type UserMessagesListResponses as fo, type UserMessagesRetrieveData as fp, type UserMessagesRetrieveResponses as fq, type UserMobilesListData as fr, type UserMobilesListResponses as fs, type UserMobilesCreateData as ft, type UserMobilesCreateResponses as fu, type UserMobilesDestroyData as fv, type UserMobilesDestroyResponses as fw, type UserMobilesRetrieveData as fx, type UserMobilesRetrieveResponses as fy, type UserMobilesPartialUpdateData as fz, type AuthRecoveryState as g, type CreateJwtRequest as g$, type UserWalletAccountsCurrenciesDestroyResponses as g0, type UserWalletAccountsCurrenciesRetrieveData as g1, type UserWalletAccountsCurrenciesRetrieveResponses as g2, type ClientOptions as g3, type Account as g4, type AccountAccountAsset as g5, type AccountAccountAssetRequest as g6, type AccountAccountAssetResponse as g7, type AccountAsset as g8, type AccountAssetFee as g9, type AuthenticatedResponse as gA, type AuthenticatorChallenge as gB, type BankOwner as gC, type BankOwnerAddress as gD, type BankOwnerAddressRequest as gE, type BankOwnerRequest as gF, type Company as gG, type CompanyBankAccount as gH, type CompanyBankBranchAddress as gI, type CompanyDisallowedTransactionSubtype as gJ, type CompanyDisallowedTransactionSubtypeRequest as gK, type CompanyResponse as gL, type CompanySettings as gM, type CompanySettingsRequest as gN, type CompanyWalletAccount as gO, type CreateAccountAccountAssetRequest as gP, type CreateAuthTokenRequest as gQ, type CreateCompanyRequest as gR, type CreateCreditTransactionRequest as gS, type CreateCryptoAccountAccountAssetRequest as gT, type CreateCryptoAccountAssetRequest as gU, type CreateCryptoAccountRequest as gV, type CreateDebitTransactionRequest as gW, type CreateDeviceAppRequest as gX, type CreateDeviceRequest as gY, type CreateEmailRequest as gZ, type CreateExportRequest as g_, type AccountAssetLimit as ga, type AccountAssetLimitRequest as gb, type AccountAssetLimitResponse as gc, type AccountAssetResponse as gd, type AccountAssetSettings as ge, type AccountAssetSettingsRequest as gf, type AccountDefinition as gg, type AccountDefinitionGroup as gh, type AccountDefinitionGroupAsset as gi, type AccountDefinitionResponse as gj, type AccountRequest as gk, type AccountResponse as gl, type ActionResponse as gm, type AdminAccountAssetFee as gn, type AdminAccountAssetFeeRequest as go, type AdminAccountAssetFeeResponse as gp, type AdminCompanyAddress as gq, type Asset as gr, type AssetResponse as gs, type Auth$1 as gt, type AuthResponse as gu, type AuthToken as gv, type AuthTokenList as gw, type AuthTokenListResponse as gx, type AuthTokenResponse as gy, type Authenticated as gz, type AuthSnapshot as h, type GroupSettings as h$, type CreateMfaAuthenticatorRequest as h0, type CreateMetricRequest as h1, type CreateMobileRequest as h2, type CreateMultiTransactionRequest as h3, type CreateStatementRequest as h4, type CreateTransactionCollectionRequest as h5, type CreateTransactionCollectionTransactionRequest as h6, type CreateTransferTransactionRequest as h7, type CreateUserBankAccountAccountAssetRequest as h8, type CreateUserBankAccountAssetRequest as h9, type EmailListResponse as hA, type EmailRequest as hB, type EmailResponse as hC, type ExplicitCreateTransactionRequest as hD, type Export as hE, type ExportPage as hF, type ExportResponse as hG, type ExtendedAccount as hH, type ExtendedAccountResponse as hI, type ExtendedAuthenticated as hJ, type ExtendedAuthenticatedResponse as hK, type ExtendedExport as hL, type ExtendedExportResponse as hM, type ExtendedGroupTier as hN, type ExtendedGroupTierResponse as hO, type ExtendedTransaction as hP, type ExtendedTransactionResponse as hQ, type ExtendedUserInfo as hR, type ExtendedUserInfoRequest as hS, type ExtendedUserInfoResponse as hT, type GroupDisallowedTransactionSubtype as hU, type GroupFee as hV, type GroupFeeResponse as hW, type GroupLimit as hX, type GroupLimitResponse as hY, type GroupPermission as hZ, type GroupPermissionResponse as h_, type CreateUserWalletAccountAccountAssetRequest as ha, type CreateUserWalletAccountAssetRequest as hb, type CryptoAccount as hc, type CryptoAccountAsset as hd, type CryptoAccountAssetList as he, type CryptoAccountAssetListResponse as hf, type CryptoAccountAssetResponse as hg, type CryptoAccountList as hh, type CryptoAccountListResponse as hi, type CryptoAccountRequest as hj, type CryptoAccountResponse as hk, type DeactivateRequest as hl, type Device as hm, type DeviceApp as hn, type DeviceAppRequest as ho, type DeviceAppResponse as hp, type DeviceList as hq, type DeviceListResponse as hr, type DeviceRequest as hs, type DeviceResponse as ht, type DocumentFile as hu, type DocumentFileWriteRequest as hv, type DocumentType as hw, type DocumentTypeResponse as hx, type Email as hy, type EmailList as hz, type AuthEvent as i, type PaginatedAccountAssetFeeList as i$, type GroupTier as i0, type GroupTierDisallowedTransactionSubtype as i1, type GroupTierFee as i2, type GroupTierFeeResponse as i3, type GroupTierLimit as i4, type GroupTierLimitResponse as i5, type GroupTierRequirementSet as i6, type GroupTierRequirementSetItem as i7, type GroupTierRequirementSetItemResponse as i8, type GroupTierRequirementSetItemRule as i9, type MaskedMfatotpDeviceDetail as iA, type MaskedMfaTwilioDeviceDetail as iB, type Metric as iC, type MetricPoint as iD, type MetricResponse as iE, type Mobile as iF, type MobileList as iG, type MobileListResponse as iH, type MobileRequest as iI, type MobileResponse as iJ, type MultiTransaction as iK, type MultiTransactionResponse as iL, type OauthAuthorize as iM, type OauthAuthorizeRequest as iN, type OauthAuthorizeResponse as iO, type OauthClient as iP, type OauthClientResponse as iQ, type OauthLoginRequest as iR, type OauthRegisterRequest as iS, type OauthSession as iT, type OauthSessionRequest as iU, type OauthSessionResponse as iV, type OauthVerify as iW, type OauthVerifyRequest as iX, type OauthVerifyResponse as iY, type PaginatedAccountAccountAssetList as iZ, type PaginatedAccountAccountAssetListResponse as i_, type GroupTierRequirementSetResponse as ia, type GroupTierSettings as ib, type Jwt as ic, type JwtResponse as id, type LegalTerm as ie, type LegalTermResponse as ig, type LegalTermVersion as ih, type LegalTermVersionResponse as ii, type LoginRequest as ij, type LogoutRequest as ik, type MfaAuthenticator as il, type MfaAuthenticatorResponse as im, type MfaDeliverRequest as io, type MfaDeviceDetail as ip, type MfaStaticDeviceDetail as iq, type MfaStaticDeviceToken as ir, type MfatotpDeviceDetail as is, type MfaTwilioDeviceDetail as it, type MfaVerifyRequest as iu, type MaskedMfaAuthenticator as iv, type MaskedMfaAuthenticatorResponse as iw, type MaskedMfaDeviceDetail as ix, type MaskedMfaStaticDeviceDetail as iy, type MaskedMfaStaticDeviceToken as iz, type AuthEventType as j, type PaginatedTransactionCollectionList as j$, type PaginatedAccountAssetFeeListResponse as j0, type PaginatedAccountAssetLimitList as j1, type PaginatedAccountAssetLimitListResponse as j2, type PaginatedAccountAssetList as j3, type PaginatedAccountAssetListResponse as j4, type PaginatedAccountDefinitionList as j5, type PaginatedAccountDefinitionListResponse as j6, type PaginatedAccountList as j7, type PaginatedAccountListResponse as j8, type PaginatedAssetList as j9, type PaginatedGroupTierRequirementSetListResponse as jA, type PaginatedLegalTermList as jB, type PaginatedLegalTermListResponse as jC, type PaginatedLegalTermVersionList as jD, type PaginatedLegalTermVersionListResponse as jE, type PaginatedMaskedMfaAuthenticatorList as jF, type PaginatedMaskedMfaAuthenticatorListResponse as jG, type PaginatedMetricList as jH, type PaginatedMetricListResponse as jI, type PaginatedMetricPointList as jJ, type PaginatedMetricPointListResponse as jK, type PaginatedOauthClientList as jL, type PaginatedOauthClientListResponse as jM, type PaginatedPublicCompanyLegalTermList as jN, type PaginatedPublicCompanyLegalTermListResponse as jO, type PaginatedPublicCompanyLegalTermVersionList as jP, type PaginatedPublicCompanyLegalTermVersionListResponse as jQ, type PaginatedPublicCompanyList as jR, type PaginatedPublicCompanyListResponse as jS, type PaginatedPublicGroupList as jT, type PaginatedPublicGroupListResponse as jU, type PaginatedPublicLegalTermList as jV, type PaginatedPublicLegalTermListResponse as jW, type PaginatedPublicLegalTermVersionList as jX, type PaginatedPublicLegalTermVersionListResponse as jY, type PaginatedStatementList as jZ, type PaginatedStatementListResponse as j_, type PaginatedAssetListResponse as ja, type PaginatedCompanyBankAccountList as jb, type PaginatedCompanyBankAccountListResponse as jc, type PaginatedCompanyWalletAccountList as jd, type PaginatedCompanyWalletAccountListResponse as je, type PaginatedDeviceAppList as jf, type PaginatedDeviceAppListResponse as jg, type PaginatedDocumentTypeList as jh, type PaginatedDocumentTypeListResponse as ji, type PaginatedExportList as jj, type PaginatedExportListResponse as jk, type PaginatedGroupFeeList as jl, type PaginatedGroupFeeListResponse as jm, type PaginatedGroupLimitList as jn, type PaginatedGroupLimitListResponse as jo, type PaginatedGroupPermissionList as jp, type PaginatedGroupPermissionListResponse as jq, type PaginatedGroupTierFeeList as jr, type PaginatedGroupTierFeeListResponse as js, type PaginatedGroupTierLimitList as jt, type PaginatedGroupTierLimitListResponse as ju, type PaginatedGroupTierList as jv, type PaginatedGroupTierListResponse as jw, type PaginatedGroupTierRequirementSetItemList as jx, type PaginatedGroupTierRequirementSetItemListResponse as jy, type PaginatedGroupTierRequirementSetList as jz, type SessionListener as k, type ReducedDocumentType as k$, type PaginatedTransactionCollectionListResponse as k0, type PaginatedTransactionList as k1, type PaginatedTransactionListResponse as k2, type PaginatedTransactionMessageList as k3, type PaginatedTransactionMessageListResponse as k4, type PaginatedUserDocumentList as k5, type PaginatedUserDocumentListResponse as k6, type PaginatedUserGroupList as k7, type PaginatedUserGroupListResponse as k8, type PaginatedUserMessageList as k9, type PublicCompanyLegalTermResponse as kA, type PublicCompanyLegalTermVersion as kB, type PublicCompanyLegalTermVersionResponse as kC, type PublicCompanyResponse as kD, type PublicCompanySettings as kE, type PublicGroup as kF, type PublicGroupResponse as kG, type PublicLegalTerm as kH, type PublicLegalTermResponse as kI, type PublicLegalTermVersion as kJ, type PublicLegalTermVersionResponse as kK, type PublicReducedCompanyLegalTermVersion as kL, type PublicReducedLegalTermVersion as kM, type ReducedAccount as kN, type ReducedAccountAccountAsset as kO, type ReducedAccountAccountAssetRequest as kP, type ReducedAccountAsset as kQ, type ReducedAccountAssetList as kR, type ReducedAccountAssetListResponse as kS, type ReducedAccountAssetRequest as kT, type ReducedAccountAssetResponse as kU, type ReducedAccountDefinition as kV, type ReducedAccountRequest as kW, type ReducedAsset as kX, type ReducedAssetRequest as kY, type ReducedDeviceApp as kZ, type ReducedDeviceAppRequest as k_, type PaginatedUserMessageListResponse as ka, type PaginatedUserPermissionList as kb, type PaginatedUserPermissionListResponse as kc, type PaginatedUserWalletAccountAssetList as kd, type PaginatedUserWalletAccountAssetListResponse as ke, type PartnerTransaction as kf, type PartnerUserInfo as kg, type PasswordChangeRequest as kh, type PasswordResetConfirmRequest as ki, type PasswordResetRequest as kj, type PatchedAccountAccountAssetRequest as kk, type PatchedCryptoAccountRequest as kl, type PatchedDeviceAppRequest as km, type PatchedDeviceRequest as kn, type PatchedEmailRequest as ko, type PatchedExtendedUserInfoRequest as kp, type PatchedMobileRequest as kq, type PatchedUpdateAuthTokenRequest as kr, type PatchedUpdateExtendedTransactionRequest as ks, type PatchedUpdateLegalTermVersionRequest as kt, type PatchedUserAddressRequest as ku, type PatchedUserBankAccountRequest as kv, type PatchedUserWalletAccountRequest as kw, type ProtectedUserInfo as kx, type PublicCompany as ky, type PublicCompanyLegalTerm as kz, type AuthStateListener as l, type UserPermission as l$, type ReducedGroup as l0, type ReducedGroupRequest as l1, type ReducedGroupTier as l2, type ReducedLegalTermVersion as l3, type ReducedService as l4, type ReducedTransactionSubtype as l5, type ReducedTransactionSubtypeRequest as l6, type ReducedUserInfoRequest as l7, type RefreshRequest as l8, type Refreshed as l9, type UserAddress as lA, type UserAddressList as lB, type UserAddressListResponse as lC, type UserAddressRequest as lD, type UserAddressResponse as lE, type UserBankAccount as lF, type UserBankAccountAsset as lG, type UserBankAccountAssetList as lH, type UserBankAccountAssetListResponse as lI, type UserBankAccountAssetResponse as lJ, type UserBankAccountList as lK, type UserBankAccountListResponse as lL, type UserBankAccountRequest as lM, type UserBankAccountResponse as lN, type UserBankBranchAddress as lO, type UserBankBranchAddressRequest as lP, type UserCreateBankAccountRequest as lQ, type UserCreateDocumentRequest as lR, type UserCreateWalletAccountRequest as lS, type UserDisallowedTransactionSubtype as lT, type UserDisallowedTransactionSubtypeRequest as lU, type UserDocument as lV, type UserDocumentResponse as lW, type UserGroup as lX, type UserGroupResponse as lY, type UserMessage as lZ, type UserMessageResponse as l_, type RefreshedResponse as la, type RegisterCompanyRequest as lb, type RegisterRequest as lc, type RequestDeleteRequest as ld, type ResendVerifyEmailRequest as le, type ResendVerifyMobileRequest as lf, type ResourceRequirementRule as lg, type Statement as lh, type StatementResponse as li, type TotalTransaction as lj, type TotalTransactionResponse as lk, type Transaction as ll, type TransactionAccountAsset as lm, type TransactionCollection as ln, type TransactionCollectionResponse as lo, type TransactionCollectionTransaction as lp, type TransactionFee as lq, type TransactionMessage as lr, type TransactionMessageResponse as ls, type TransactionSubtype as lt, type TransactionSubtypeList as lu, type TransactionSubtypeListResponse as lv, type TransactionSubtypeResponse as lw, type UpdateAuthTokenRequest as lx, type UpdateExtendedTransactionRequest as ly, type UpdateLegalTermVersionRequest as lz, type AuthEventListener as m, type CryptoAccountAssetListResponseWritable as m$, type UserPermissionResponse as m0, type UserSettings as m1, type UserSettingsRequest as m2, type UserVerification as m3, type UserWalletAccount as m4, type UserWalletAccountAsset as m5, type UserWalletAccountAssetResponse as m6, type UserWalletAccountList as m7, type UserWalletAccountListResponse as m8, type UserWalletAccountRequest as m9, type AssetResponseWritable as mA, type AuthWritable as mB, type AuthResponseWritable as mC, type AuthTokenWritable as mD, type AuthTokenListWritable as mE, type AuthTokenListResponseWritable as mF, type AuthTokenResponseWritable as mG, type AuthenticatedWritable as mH, type AuthenticatedResponseWritable as mI, type CompanyWritable as mJ, type CompanyBankAccountWritable as mK, type CompanyDisallowedTransactionSubtypeWritable as mL, type CompanyResponseWritable as mM, type CompanySettingsWritable as mN, type CompanyWalletAccountWritable as mO, type CreateAccountAccountAssetRequestWritable as mP, type CreateCompanyRequestWritable as mQ, type CreateCreditTransactionRequestWritable as mR, type CreateDebitTransactionRequestWritable as mS, type CreateMetricRequestWritable as mT, type CreateMultiTransactionRequestWritable as mU, type CreateStatementRequestWritable as mV, type CreateTransactionCollectionRequestWritable as mW, type CreateTransactionCollectionTransactionRequestWritable as mX, type CryptoAccountWritable as mY, type CryptoAccountAssetWritable as mZ, type CryptoAccountAssetListWritable as m_, type UserWalletAccountResponse as ma, type VerifyDeactivateRequest as mb, type VerifyEmailRequest as mc, type VerifyMobileRequest as md, type VerifyRequestDeleteRequest as me, type WalletOwner as mf, type WalletOwnerAddress as mg, type WalletOwnerAddressRequest as mh, type WalletOwnerRequest as mi, type AccountWritable as mj, type AccountAccountAssetWritable as mk, type AccountAccountAssetResponseWritable as ml, type AccountAssetWritable as mm, type AccountAssetFeeWritable as mn, type AccountAssetLimitWritable as mo, type AccountAssetLimitResponseWritable as mp, type AccountAssetResponseWritable as mq, type AccountAssetSettingsWritable as mr, type AccountDefinitionWritable as ms, type AccountDefinitionGroupWritable as mt, type AccountDefinitionGroupAssetWritable as mu, type AccountDefinitionResponseWritable as mv, type AccountResponseWritable as mw, type AdminAccountAssetFeeWritable as mx, type AdminAccountAssetFeeResponseWritable as my, type AssetWritable as mz, type StorageAdapter as n, type MaskedMfaStaticDeviceDetailWritable as n$, type CryptoAccountAssetResponseWritable as n0, type CryptoAccountListWritable as n1, type CryptoAccountListResponseWritable as n2, type CryptoAccountResponseWritable as n3, type DeviceWritable as n4, type DeviceAppWritable as n5, type DeviceAppResponseWritable as n6, type DeviceListWritable as n7, type DeviceListResponseWritable as n8, type DeviceResponseWritable as n9, type GroupLimitResponseWritable as nA, type GroupPermissionWritable as nB, type GroupPermissionResponseWritable as nC, type GroupSettingsWritable as nD, type GroupTierWritable as nE, type GroupTierDisallowedTransactionSubtypeWritable as nF, type GroupTierFeeWritable as nG, type GroupTierFeeResponseWritable as nH, type GroupTierLimitWritable as nI, type GroupTierLimitResponseWritable as nJ, type GroupTierRequirementSetWritable as nK, type GroupTierRequirementSetItemWritable as nL, type GroupTierRequirementSetItemResponseWritable as nM, type GroupTierRequirementSetResponseWritable as nN, type GroupTierSettingsWritable as nO, type JwtResponseWritable as nP, type LegalTermResponseWritable as nQ, type LegalTermVersionResponseWritable as nR, type LoginRequestWritable as nS, type MfaAuthenticatorWritable as nT, type MfaAuthenticatorResponseWritable as nU, type MfaDeviceDetailWritable as nV, type MfaStaticDeviceDetailWritable as nW, type MfatotpDeviceDetailWritable as nX, type MaskedMfaAuthenticatorWritable as nY, type MaskedMfaAuthenticatorResponseWritable as nZ, type MaskedMfaDeviceDetailWritable as n_, type DocumentTypeWritable as na, type DocumentTypeResponseWritable as nb, type EmailWritable as nc, type EmailListWritable as nd, type EmailListResponseWritable as ne, type EmailResponseWritable as nf, type ExplicitCreateTransactionRequestWritable as ng, type ExportWritable as nh, type ExportPageWritable as ni, type ExportResponseWritable as nj, type ExtendedAccountWritable as nk, type ExtendedAccountResponseWritable as nl, type ExtendedAuthenticatedWritable as nm, type ExtendedAuthenticatedResponseWritable as nn, type ExtendedExportWritable as no, type ExtendedExportResponseWritable as np, type ExtendedGroupTierWritable as nq, type ExtendedGroupTierResponseWritable as nr, type ExtendedTransactionWritable as ns, type ExtendedTransactionResponseWritable as nt, type ExtendedUserInfoWritable as nu, type ExtendedUserInfoResponseWritable as nv, type GroupDisallowedTransactionSubtypeWritable as nw, type GroupFeeWritable as nx, type GroupFeeResponseWritable as ny, type GroupLimitWritable as nz, type AccountCurrenciesListData as o, type PaginatedMaskedMfaAuthenticatorListResponseWritable as o$, type MaskedMfatotpDeviceDetailWritable as o0, type MetricWritable as o1, type MetricResponseWritable as o2, type MobileWritable as o3, type MobileListWritable as o4, type MobileListResponseWritable as o5, type MobileResponseWritable as o6, type MultiTransactionWritable as o7, type MultiTransactionResponseWritable as o8, type OauthAuthorizeWritable as o9, type PaginatedDeviceAppListWritable as oA, type PaginatedDeviceAppListResponseWritable as oB, type PaginatedDocumentTypeListWritable as oC, type PaginatedDocumentTypeListResponseWritable as oD, type PaginatedExportListWritable as oE, type PaginatedExportListResponseWritable as oF, type PaginatedGroupFeeListWritable as oG, type PaginatedGroupFeeListResponseWritable as oH, type PaginatedGroupLimitListWritable as oI, type PaginatedGroupLimitListResponseWritable as oJ, type PaginatedGroupPermissionListWritable as oK, type PaginatedGroupPermissionListResponseWritable as oL, type PaginatedGroupTierFeeListWritable as oM, type PaginatedGroupTierFeeListResponseWritable as oN, type PaginatedGroupTierLimitListWritable as oO, type PaginatedGroupTierLimitListResponseWritable as oP, type PaginatedGroupTierListWritable as oQ, type PaginatedGroupTierListResponseWritable as oR, type PaginatedGroupTierRequirementSetItemListWritable as oS, type PaginatedGroupTierRequirementSetItemListResponseWritable as oT, type PaginatedGroupTierRequirementSetListWritable as oU, type PaginatedGroupTierRequirementSetListResponseWritable as oV, type PaginatedLegalTermListWritable as oW, type PaginatedLegalTermListResponseWritable as oX, type PaginatedLegalTermVersionListWritable as oY, type PaginatedLegalTermVersionListResponseWritable as oZ, type PaginatedMaskedMfaAuthenticatorListWritable as o_, type OauthAuthorizeResponseWritable as oa, type OauthClientResponseWritable as ob, type OauthLoginRequestWritable as oc, type OauthRegisterRequestWritable as od, type OauthSessionResponseWritable as oe, type OauthVerifyWritable as of, type OauthVerifyRequestWritable as og, type OauthVerifyResponseWritable as oh, type PaginatedAccountAccountAssetListWritable as oi, type PaginatedAccountAccountAssetListResponseWritable as oj, type PaginatedAccountAssetFeeListWritable as ok, type PaginatedAccountAssetFeeListResponseWritable as ol, type PaginatedAccountAssetLimitListWritable as om, type PaginatedAccountAssetLimitListResponseWritable as on, type PaginatedAccountAssetListWritable as oo, type PaginatedAccountAssetListResponseWritable as op, type PaginatedAccountDefinitionListWritable as oq, type PaginatedAccountDefinitionListResponseWritable as or, type PaginatedAccountListWritable as os, type PaginatedAccountListResponseWritable as ot, type PaginatedAssetListWritable as ou, type PaginatedAssetListResponseWritable as ov, type PaginatedCompanyBankAccountListWritable as ow, type PaginatedCompanyBankAccountListResponseWritable as ox, type PaginatedCompanyWalletAccountListWritable as oy, type PaginatedCompanyWalletAccountListResponseWritable as oz, type AccountCurrenciesListResponses as p, type TransactionCollectionTransactionWritable as p$, type PaginatedMetricListWritable as p0, type PaginatedMetricListResponseWritable as p1, type PaginatedMetricPointListWritable as p2, type PaginatedMetricPointListResponseWritable as p3, type PaginatedOauthClientListWritable as p4, type PaginatedOauthClientListResponseWritable as p5, type PaginatedPublicCompanyLegalTermListWritable as p6, type PaginatedPublicCompanyLegalTermListResponseWritable as p7, type PaginatedPublicCompanyLegalTermVersionListWritable as p8, type PaginatedPublicCompanyLegalTermVersionListResponseWritable as p9, type PublicCompanyWritable as pA, type PublicCompanyLegalTermWritable as pB, type PublicCompanyLegalTermResponseWritable as pC, type PublicCompanyLegalTermVersionResponseWritable as pD, type PublicCompanyResponseWritable as pE, type PublicCompanySettingsWritable as pF, type PublicLegalTermWritable as pG, type PublicLegalTermResponseWritable as pH, type PublicLegalTermVersionResponseWritable as pI, type ReducedAccountWritable as pJ, type ReducedAccountAccountAssetWritable as pK, type ReducedAccountAssetWritable as pL, type ReducedAccountAssetListWritable as pM, type ReducedAccountAssetListResponseWritable as pN, type ReducedAccountAssetResponseWritable as pO, type ReducedDeviceAppWritable as pP, type ReducedTransactionSubtypeWritable as pQ, type RefreshedResponseWritable as pR, type RegisterCompanyRequestWritable as pS, type RegisterRequestWritable as pT, type StatementWritable as pU, type StatementResponseWritable as pV, type TotalTransactionResponseWritable as pW, type TransactionWritable as pX, type TransactionAccountAssetWritable as pY, type TransactionCollectionWritable as pZ, type TransactionCollectionResponseWritable as p_, type PaginatedPublicCompanyListWritable as pa, type PaginatedPublicCompanyListResponseWritable as pb, type PaginatedPublicLegalTermListWritable as pc, type PaginatedPublicLegalTermListResponseWritable as pd, type PaginatedPublicLegalTermVersionListWritable as pe, type PaginatedPublicLegalTermVersionListResponseWritable as pf, type PaginatedStatementListWritable as pg, type PaginatedStatementListResponseWritable as ph, type PaginatedTransactionCollectionListWritable as pi, type PaginatedTransactionCollectionListResponseWritable as pj, type PaginatedTransactionListWritable as pk, type PaginatedTransactionListResponseWritable as pl, type PaginatedTransactionMessageListWritable as pm, type PaginatedTransactionMessageListResponseWritable as pn, type PaginatedUserDocumentListWritable as po, type PaginatedUserDocumentListResponseWritable as pp, type PaginatedUserGroupListWritable as pq, type PaginatedUserGroupListResponseWritable as pr, type PaginatedUserMessageListWritable as ps, type PaginatedUserMessageListResponseWritable as pt, type PaginatedUserPermissionListWritable as pu, type PaginatedUserPermissionListResponseWritable as pv, type PaginatedUserWalletAccountAssetListWritable as pw, type PaginatedUserWalletAccountAssetListResponseWritable as px, type PasswordChangeRequestWritable as py, type PasswordResetConfirmRequestWritable as pz, type AccountDefinitionsListData as q, type AuthMfaDeliverResponse as q$, type TransactionMessageWritable as q0, type TransactionMessageResponseWritable as q1, type TransactionSubtypeWritable as q2, type TransactionSubtypeListWritable as q3, type TransactionSubtypeListResponseWritable as q4, type TransactionSubtypeResponseWritable as q5, type UserAddressWritable as q6, type UserAddressListWritable as q7, type UserAddressListResponseWritable as q8, type UserAddressResponseWritable as q9, type AccountDefinitionsListResponse as qA, type AccountDefinitionsRetrieveResponse as qB, type AccountsListResponse as qC, type AccountsCreateResponse as qD, type AccountsRetrieveResponse as qE, type AccountsCurrenciesListResponse as qF, type AccountsCurrenciesCreateResponse as qG, type AccountsCurrenciesRetrieveResponse as qH, type AccountsCurrenciesPartialUpdateResponse as qI, type AccountsCurrenciesUpdateResponse as qJ, type AccountsCurrenciesFeesListResponse as qK, type AccountsCurrenciesFeesRetrieveResponse as qL, type AccountsCurrenciesLimitsListResponse as qM, type AccountsCurrenciesLimitsRetrieveResponse as qN, type AuthRetrieveResponse as qO, type AuthRegisterCompanyResponse as qP, type AuthDeactivateResponse as qQ, type AuthDeactivateVerifyResponse as qR, type AuthEmailVerifyResponse as qS, type AuthEmailVerifyResendResponse as qT, type AuthJwtCreateResponse as qU, type AuthLoginResponse as qV, type AuthLogoutResponse as qW, type AuthMfaAuthenticatorsListResponse as qX, type AuthMfaAuthenticatorsCreateResponse as qY, type AuthMfaAuthenticatorsDestroyResponse as qZ, type AuthMfaAuthenticatorsRetrieveResponse as q_, type UserBankAccountWritable as qa, type UserBankAccountAssetWritable as qb, type UserBankAccountAssetListWritable as qc, type UserBankAccountAssetListResponseWritable as qd, type UserBankAccountAssetResponseWritable as qe, type UserBankAccountListWritable as qf, type UserBankAccountListResponseWritable as qg, type UserBankAccountResponseWritable as qh, type UserCreateDocumentRequestWritable as qi, type UserDisallowedTransactionSubtypeWritable as qj, type UserDocumentWritable as qk, type UserDocumentResponseWritable as ql, type UserGroupWritable as qm, type UserGroupResponseWritable as qn, type UserMessageWritable as qo, type UserMessageResponseWritable as qp, type UserPermissionWritable as qq, type UserPermissionResponseWritable as qr, type UserSettingsWritable as qs, type UserWalletAccountWritable as qt, type UserWalletAccountAssetWritable as qu, type UserWalletAccountAssetResponseWritable as qv, type UserWalletAccountListWritable as qw, type UserWalletAccountListResponseWritable as qx, type UserWalletAccountResponseWritable as qy, type AccountCurrenciesListResponse as qz, type AccountDefinitionsListResponses as r, type PublicCompaniesLegalTermsVersionsListResponse as r$, type AuthMfaVerifyResponse as r0, type AuthMobileVerifyResponse as r1, type AuthMobileVerifyResendResponse as r2, type AuthOauthAuthorizeCreateResponse as r3, type AuthOauthLoginCreateResponse as r4, type AuthOauthRegisterCreateResponse as r5, type AuthOauthSessionCreateResponse as r6, type AuthOauthVerifyCreateResponse as r7, type AuthPasswordChangeResponse as r8, type AuthPasswordResetResponse as r9, type GroupsLimitsListResponse as rA, type GroupsLimitsRetrieveResponse as rB, type GroupsPermissionsListResponse as rC, type GroupsPermissionsRetrieveResponse as rD, type GroupsTiersListResponse as rE, type GroupsTiersRetrieveResponse as rF, type GroupsTiersFeesListResponse as rG, type GroupsTiersFeesRetrieveResponse as rH, type GroupsTiersLimitsListResponse as rI, type GroupsTiersLimitsRetrieveResponse as rJ, type GroupsTiersRequirementSetsListResponse as rK, type GroupsTiersRequirementSetsRetrieveResponse as rL, type GroupsTiersRequirementSetsItemsListResponse as rM, type GroupsTiersRequirementSetsItemsRetrieveResponse as rN, type MetricsListResponse as rO, type MetricsCreateResponse as rP, type MetricsDestroyResponse as rQ, type MetricsRetrieveResponse as rR, type MetricsPointsListResponse as rS, type PermissionsListResponse as rT, type PermissionsRetrieveResponse as rU, type PublicCompaniesListResponse as rV, type PublicCompaniesRetrieveResponse as rW, type PublicCompaniesGroupsListResponse as rX, type PublicCompaniesGroupsRetrieveResponse as rY, type PublicCompaniesLegalTermsListResponse as rZ, type PublicCompaniesLegalTermsRetrieveResponse as r_, type AuthPasswordResetConfirmResponse as ra, type AuthRefreshCreateResponse as rb, type AuthRegisterResponse as rc, type AuthRequestDeleteResponse as rd, type AuthRequestDeleteVerifyResponse as re, type AuthTokensListDestroyResponse as rf, type AuthTokensListResponse as rg, type AuthTokensCreateResponse as rh, type AuthTokensDestroyResponse as ri, type AuthTokensRetrieveResponse as rj, type AuthTokensPartialUpdateResponse as rk, type AuthTokensUpdateResponse as rl, type CompanyRetrieveResponse as rm, type CompanyBankAccountsListResponse as rn, type CompanyCurrenciesListResponse as ro, type CompanyCurrenciesRetrieveResponse as rp, type CompanyWalletAccountsListResponse as rq, type DocumentTypesListResponse as rr, type DocumentTypesRetrieveResponse as rs, type ExportsListResponse as rt, type ExportsCreateResponse as ru, type ExportsRetrieveResponse as rv, type GroupsListResponse as rw, type GroupsRetrieveResponse as rx, type GroupsFeesListResponse as ry, type GroupsFeesRetrieveResponse as rz, type AccountDefinitionsRetrieveData as s, type UserCryptoAccountsCurrenciesRetrieveResponse as s$, type PublicCompaniesLegalTermsVersionsRetrieveResponse as s0, type PublicCompaniesOauthClientsListResponse as s1, type PublicCompaniesOauthClientsRetrieveResponse as s2, type PublicLegalTermsListResponse as s3, type PublicLegalTermsRetrieveResponse as s4, type PublicLegalTermsVersionsListResponse as s5, type PublicLegalTermsVersionsRetrieveResponse as s6, type StatementsListResponse as s7, type StatementsCreateResponse as s8, type StatementsDestroyResponse as s9, type UserBankAccountsListResponse as sA, type UserBankAccountsCreateResponse as sB, type UserBankAccountsDestroyResponse as sC, type UserBankAccountsRetrieveResponse as sD, type UserBankAccountsPartialUpdateResponse as sE, type UserBankAccountsUpdateResponse as sF, type UserBankAccountsAccountCurrenciesListResponse as sG, type UserBankAccountsAccountCurrenciesCreateResponse as sH, type UserBankAccountsAccountCurrenciesDestroyResponse as sI, type UserBankAccountsAccountCurrenciesRetrieveResponse as sJ, type UserBankAccountsCurrenciesListResponse as sK, type UserBankAccountsCurrenciesCreateResponse as sL, type UserBankAccountsCurrenciesDestroyResponse as sM, type UserBankAccountsCurrenciesRetrieveResponse as sN, type UserCryptoAccountsListResponse as sO, type UserCryptoAccountsCreateResponse as sP, type UserCryptoAccountsDestroyResponse as sQ, type UserCryptoAccountsRetrieveResponse as sR, type UserCryptoAccountsPartialUpdateResponse as sS, type UserCryptoAccountsUpdateResponse as sT, type UserCryptoAccountsAccountCurrenciesListResponse as sU, type UserCryptoAccountsAccountCurrenciesCreateResponse as sV, type UserCryptoAccountsAccountCurrenciesDestroyResponse as sW, type UserCryptoAccountsAccountCurrenciesRetrieveResponse as sX, type UserCryptoAccountsCurrenciesListResponse as sY, type UserCryptoAccountsCurrenciesCreateResponse as sZ, type UserCryptoAccountsCurrenciesDestroyResponse as s_, type StatementsRetrieveResponse as sa, type SubtypesListResponse as sb, type SubtypesRetrieveResponse as sc, type TransactionCollectionsListResponse as sd, type TransactionCollectionsCreateResponse as se, type TransactionCollectionsRetrieveResponse as sf, type TransactionsListResponse as sg, type TransactionsCreateResponse as sh, type TransactionsRetrieveResponse as si, type TransactionsPartialUpdateResponse as sj, type TransactionsUpdateResponse as sk, type TransactionsMessagesListResponse as sl, type TransactionsMessagesRetrieveResponse as sm, type TransactionsCreditCreateResponse as sn, type TransactionsDebitCreateResponse as so, type TransactionTotalsRetrieveResponse as sp, type TransactionsTransferCreateResponse as sq, type UserRetrieveResponse as sr, type UserPartialUpdateResponse as ss, type UserUpdateResponse as st, type UserAddressesListResponse as su, type UserAddressesCreateResponse as sv, type UserAddressesDestroyResponse as sw, type UserAddressesRetrieveResponse as sx, type UserAddressesPartialUpdateResponse as sy, type UserAddressesUpdateResponse as sz, type AccountDefinitionsRetrieveResponses as t, type UserDevicesListResponse as t0, type UserDevicesCreateResponse as t1, type UserDevicesAppsDestroyResponse as t2, type UserDevicesAppsRetrieveResponse as t3, type UserDevicesAppsPartialUpdateResponse as t4, type UserDevicesAppsUpdateResponse as t5, type UserDevicesDestroyResponse as t6, type UserDevicesRetrieveResponse as t7, type UserDevicesPartialUpdateResponse as t8, type UserDevicesUpdateResponse as t9, type UserWalletAccountsListResponse as tA, type UserWalletAccountsCreateResponse as tB, type UserWalletAccountsDestroyResponse as tC, type UserWalletAccountsRetrieveResponse as tD, type UserWalletAccountsPartialUpdateResponse as tE, type UserWalletAccountsUpdateResponse as tF, type UserWalletAccountsAccountCurrenciesListResponse as tG, type UserWalletAccountsAccountCurrenciesCreateResponse as tH, type UserWalletAccountsAccountCurrenciesDestroyResponse as tI, type UserWalletAccountsAccountCurrenciesRetrieveResponse as tJ, type UserWalletAccountsCurrenciesListResponse as tK, type UserWalletAccountsCurrenciesCreateResponse as tL, type UserWalletAccountsCurrenciesDestroyResponse as tM, type UserWalletAccountsCurrenciesRetrieveResponse as tN, type UserDevicesAppsListResponse as ta, type UserDevicesAppsCreateResponse as tb, type UserDocumentsListResponse as tc, type UserDocumentsCreateResponse as td, type UserDocumentsDestroyResponse as te, type UserDocumentsRetrieveResponse as tf, type UserEmailsListResponse as tg, type UserEmailsCreateResponse as th, type UserEmailsDestroyResponse as ti, type UserEmailsRetrieveResponse as tj, type UserEmailsPartialUpdateResponse as tk, type UserEmailsUpdateResponse as tl, type UserLegalTermsListResponse as tm, type UserLegalTermsRetrieveResponse as tn, type UserLegalTermsVersionsListResponse as to, type UserLegalTermsVersionsRetrieveResponse as tp, type UserLegalTermsVersionsPartialUpdateResponse as tq, type UserLegalTermsVersionsUpdateResponse as tr, type UserMessagesListResponse as ts, type UserMessagesRetrieveResponse as tt, type UserMobilesListResponse as tu, type UserMobilesCreateResponse as tv, type UserMobilesDestroyResponse as tw, type UserMobilesRetrieveResponse as tx, type UserMobilesPartialUpdateResponse as ty, type UserMobilesUpdateResponse 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 };
|