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
|
@@ -2278,12 +2278,9 @@ export type CompanyWalletAccount = {
|
|
|
2278
2278
|
email?: string | null;
|
|
2279
2279
|
mobile?: string | null;
|
|
2280
2280
|
name?: string | null;
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
* * `other` - Other
|
|
2285
|
-
*/
|
|
2286
|
-
type?: 'paypal' | 'venmo' | 'other';
|
|
2281
|
+
type?: string | null;
|
|
2282
|
+
payment_method?: string | null;
|
|
2283
|
+
owner?: WalletOwner | null;
|
|
2287
2284
|
wallet_currency?: string | null;
|
|
2288
2285
|
metadata?: {
|
|
2289
2286
|
[key: string]: unknown;
|
|
@@ -3094,6 +3091,24 @@ export type DeviceResponse = {
|
|
|
3094
3091
|
data: Device;
|
|
3095
3092
|
};
|
|
3096
3093
|
|
|
3094
|
+
/**
|
|
3095
|
+
* A ModelSerializer that takes additional arguments for
|
|
3096
|
+
* "fields", "omit" and "expand" in order to
|
|
3097
|
+
* control which fields are displayed, and whether to replace simple
|
|
3098
|
+
* values with complex, nested serializations
|
|
3099
|
+
*/
|
|
3100
|
+
export type DocumentFile = {
|
|
3101
|
+
readonly file: string;
|
|
3102
|
+
readonly label: string | null;
|
|
3103
|
+
readonly description: string | null;
|
|
3104
|
+
};
|
|
3105
|
+
|
|
3106
|
+
export type DocumentFileWriteRequest = {
|
|
3107
|
+
file: Blob | File;
|
|
3108
|
+
label?: string;
|
|
3109
|
+
description?: string;
|
|
3110
|
+
};
|
|
3111
|
+
|
|
3097
3112
|
/**
|
|
3098
3113
|
* A ModelSerializer that takes additional arguments for
|
|
3099
3114
|
* "fields", "omit" and "expand" in order to
|
|
@@ -3105,6 +3120,7 @@ export type DocumentType = {
|
|
|
3105
3120
|
name?: string | null;
|
|
3106
3121
|
description?: string | null;
|
|
3107
3122
|
readonly related_resources: Array<'user' | 'useraddress' | 'userbankaccount' | 'userwalletaccount' | 'usercryptoaccount'>;
|
|
3123
|
+
readonly file_rules: unknown;
|
|
3108
3124
|
readonly metadata: {
|
|
3109
3125
|
[key: string]: unknown;
|
|
3110
3126
|
} | null;
|
|
@@ -4654,15 +4670,17 @@ export type GroupPermission = {
|
|
|
4654
4670
|
* * `notification` - Notification
|
|
4655
4671
|
* * `oauthclient` - Oauth Client
|
|
4656
4672
|
* * `permission` - Permission
|
|
4673
|
+
* * `policy` - Policy
|
|
4657
4674
|
* * `request` - Request
|
|
4658
4675
|
* * `service` - Service
|
|
4659
4676
|
* * `token` - Token
|
|
4660
4677
|
* * `transaction` - Transaction
|
|
4661
4678
|
* * `transactionsubtypes` - Transaction Subtypes
|
|
4662
4679
|
* * `user` - User
|
|
4680
|
+
* * `walletaccount` - Wallet Account
|
|
4663
4681
|
* * `webhook` - Webhook
|
|
4664
4682
|
*/
|
|
4665
|
-
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';
|
|
4683
|
+
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';
|
|
4666
4684
|
/**
|
|
4667
4685
|
* * `view` - View
|
|
4668
4686
|
* * `add` - Add
|
|
@@ -6794,12 +6812,9 @@ export type PatchedUserWalletAccountRequest = {
|
|
|
6794
6812
|
email?: string | null;
|
|
6795
6813
|
mobile?: string | null;
|
|
6796
6814
|
name?: string | null;
|
|
6797
|
-
|
|
6798
|
-
|
|
6799
|
-
|
|
6800
|
-
* * `other` - Other
|
|
6801
|
-
*/
|
|
6802
|
-
type?: 'paypal' | 'venmo' | 'other';
|
|
6815
|
+
type?: string | null;
|
|
6816
|
+
payment_method?: string | null;
|
|
6817
|
+
owner?: WalletOwnerRequest | null;
|
|
6803
6818
|
wallet_currency?: string | null;
|
|
6804
6819
|
metadata?: {
|
|
6805
6820
|
[key: string]: unknown;
|
|
@@ -7440,6 +7455,7 @@ export type ReducedDocumentType = {
|
|
|
7440
7455
|
readonly id: number;
|
|
7441
7456
|
readonly name: string | null;
|
|
7442
7457
|
readonly description: string | null;
|
|
7458
|
+
readonly file_rules: unknown;
|
|
7443
7459
|
};
|
|
7444
7460
|
|
|
7445
7461
|
/**
|
|
@@ -8901,6 +8917,9 @@ export type TransactionMessage = {
|
|
|
8901
8917
|
*/
|
|
8902
8918
|
readonly level: 'info' | 'warning' | 'error';
|
|
8903
8919
|
message: string;
|
|
8920
|
+
readonly metadata: {
|
|
8921
|
+
[key: string]: unknown;
|
|
8922
|
+
} | null;
|
|
8904
8923
|
readonly created: number;
|
|
8905
8924
|
readonly updated: number;
|
|
8906
8925
|
};
|
|
@@ -10271,7 +10290,7 @@ export type UserCreateBankAccountRequest = {
|
|
|
10271
10290
|
* values with complex, nested serializations
|
|
10272
10291
|
*/
|
|
10273
10292
|
export type UserCreateDocumentRequest = {
|
|
10274
|
-
file
|
|
10293
|
+
file?: Blob | File;
|
|
10275
10294
|
metadata?: {
|
|
10276
10295
|
[key: string]: unknown;
|
|
10277
10296
|
} | null;
|
|
@@ -10289,12 +10308,9 @@ export type UserCreateWalletAccountRequest = {
|
|
|
10289
10308
|
email?: string | null;
|
|
10290
10309
|
mobile?: string | null;
|
|
10291
10310
|
name?: string | null;
|
|
10292
|
-
|
|
10293
|
-
|
|
10294
|
-
|
|
10295
|
-
* * `other` - Other
|
|
10296
|
-
*/
|
|
10297
|
-
type?: 'paypal' | 'venmo' | 'other';
|
|
10311
|
+
type?: string | null;
|
|
10312
|
+
payment_method?: string | null;
|
|
10313
|
+
owner?: WalletOwnerRequest | null;
|
|
10298
10314
|
wallet_currency?: string | null;
|
|
10299
10315
|
metadata?: {
|
|
10300
10316
|
[key: string]: unknown;
|
|
@@ -10322,7 +10338,8 @@ export type UserDisallowedTransactionSubtypeRequest = {
|
|
|
10322
10338
|
*/
|
|
10323
10339
|
export type UserDocument = {
|
|
10324
10340
|
readonly id: number;
|
|
10325
|
-
file
|
|
10341
|
+
file?: string;
|
|
10342
|
+
readonly files: Array<DocumentFile>;
|
|
10326
10343
|
type: ReducedDocumentType;
|
|
10327
10344
|
/**
|
|
10328
10345
|
* * `obsolete` - Obsolete
|
|
@@ -10389,6 +10406,9 @@ export type UserMessage = {
|
|
|
10389
10406
|
*/
|
|
10390
10407
|
readonly level: 'info' | 'warning' | 'error';
|
|
10391
10408
|
message: string;
|
|
10409
|
+
readonly metadata: {
|
|
10410
|
+
[key: string]: unknown;
|
|
10411
|
+
} | null;
|
|
10392
10412
|
readonly created: number;
|
|
10393
10413
|
readonly updated: number;
|
|
10394
10414
|
};
|
|
@@ -10434,15 +10454,17 @@ export type UserPermission = {
|
|
|
10434
10454
|
* * `notification` - Notification
|
|
10435
10455
|
* * `oauthclient` - Oauth Client
|
|
10436
10456
|
* * `permission` - Permission
|
|
10457
|
+
* * `policy` - Policy
|
|
10437
10458
|
* * `request` - Request
|
|
10438
10459
|
* * `service` - Service
|
|
10439
10460
|
* * `token` - Token
|
|
10440
10461
|
* * `transaction` - Transaction
|
|
10441
10462
|
* * `transactionsubtypes` - Transaction Subtypes
|
|
10442
10463
|
* * `user` - User
|
|
10464
|
+
* * `walletaccount` - Wallet Account
|
|
10443
10465
|
* * `webhook` - Webhook
|
|
10444
10466
|
*/
|
|
10445
|
-
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';
|
|
10467
|
+
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';
|
|
10446
10468
|
/**
|
|
10447
10469
|
* * `view` - View
|
|
10448
10470
|
* * `add` - Add
|
|
@@ -10510,12 +10532,9 @@ export type UserWalletAccount = {
|
|
|
10510
10532
|
mobile?: string | null;
|
|
10511
10533
|
name?: string | null;
|
|
10512
10534
|
readonly code: string | null;
|
|
10513
|
-
|
|
10514
|
-
|
|
10515
|
-
|
|
10516
|
-
* * `other` - Other
|
|
10517
|
-
*/
|
|
10518
|
-
type?: 'paypal' | 'venmo' | 'other';
|
|
10535
|
+
type?: string | null;
|
|
10536
|
+
payment_method?: string | null;
|
|
10537
|
+
owner?: WalletOwner | null;
|
|
10519
10538
|
wallet_currency?: string | null;
|
|
10520
10539
|
metadata?: {
|
|
10521
10540
|
[key: string]: unknown;
|
|
@@ -10580,12 +10599,9 @@ export type UserWalletAccountRequest = {
|
|
|
10580
10599
|
email?: string | null;
|
|
10581
10600
|
mobile?: string | null;
|
|
10582
10601
|
name?: string | null;
|
|
10583
|
-
|
|
10584
|
-
|
|
10585
|
-
|
|
10586
|
-
* * `other` - Other
|
|
10587
|
-
*/
|
|
10588
|
-
type?: 'paypal' | 'venmo' | 'other';
|
|
10602
|
+
type?: string | null;
|
|
10603
|
+
payment_method?: string | null;
|
|
10604
|
+
owner?: WalletOwnerRequest | null;
|
|
10589
10605
|
wallet_currency?: string | null;
|
|
10590
10606
|
metadata?: {
|
|
10591
10607
|
[key: string]: unknown;
|
|
@@ -10619,156 +10635,18 @@ export type VerifyRequestDeleteRequest = {
|
|
|
10619
10635
|
* control which fields are displayed, and whether to replace simple
|
|
10620
10636
|
* values with complex, nested serializations
|
|
10621
10637
|
*/
|
|
10622
|
-
export type
|
|
10623
|
-
|
|
10624
|
-
|
|
10625
|
-
|
|
10626
|
-
|
|
10627
|
-
|
|
10628
|
-
|
|
10629
|
-
|
|
10630
|
-
|
|
10631
|
-
|
|
10632
|
-
|
|
10633
|
-
|
|
10634
|
-
* values with complex, nested serializations
|
|
10635
|
-
*/
|
|
10636
|
-
export type AccountAccountAssetWritable = {
|
|
10637
|
-
active: boolean;
|
|
10638
|
-
};
|
|
10639
|
-
|
|
10640
|
-
export type AccountAccountAssetResponseWritable = {
|
|
10641
|
-
status: string;
|
|
10642
|
-
data: AccountAccountAssetWritable;
|
|
10643
|
-
};
|
|
10644
|
-
|
|
10645
|
-
/**
|
|
10646
|
-
* A ModelSerializer that takes additional arguments for
|
|
10647
|
-
* "fields", "omit" and "expand" in order to
|
|
10648
|
-
* control which fields are displayed, and whether to replace simple
|
|
10649
|
-
* values with complex, nested serializations
|
|
10650
|
-
*/
|
|
10651
|
-
export type AccountAssetWritable = {
|
|
10652
|
-
active: boolean;
|
|
10653
|
-
};
|
|
10654
|
-
|
|
10655
|
-
export type AccountAssetFeeWritable = {
|
|
10656
|
-
name: string | null;
|
|
10657
|
-
description: string | null;
|
|
10658
|
-
percentage?: number;
|
|
10659
|
-
/**
|
|
10660
|
-
* * `credit` - Credit
|
|
10661
|
-
* * `debit` - Debit
|
|
10662
|
-
*/
|
|
10663
|
-
tx_type: 'credit' | 'debit';
|
|
10664
|
-
};
|
|
10665
|
-
|
|
10666
|
-
/**
|
|
10667
|
-
* A ModelSerializer that takes additional arguments for
|
|
10668
|
-
* "fields", "omit" and "expand" in order to
|
|
10669
|
-
* control which fields are displayed, and whether to replace simple
|
|
10670
|
-
* values with complex, nested serializations
|
|
10671
|
-
*/
|
|
10672
|
-
export type AccountAssetLimitWritable = {
|
|
10673
|
-
/**
|
|
10674
|
-
* * `max` - Maximum
|
|
10675
|
-
* * `day_max` - Maximum per day
|
|
10676
|
-
* * `week_max` - Maximum per week
|
|
10677
|
-
* * `month_max` - Maximum per month
|
|
10678
|
-
* * `min` - Minimum
|
|
10679
|
-
* * `overdraft` - Overdraft
|
|
10680
|
-
*/
|
|
10681
|
-
type: 'max' | 'day_max' | 'week_max' | 'month_max' | 'min' | 'overdraft';
|
|
10682
|
-
/**
|
|
10683
|
-
* * `credit` - Credit
|
|
10684
|
-
* * `debit` - Debit
|
|
10685
|
-
*/
|
|
10686
|
-
tx_type: 'credit' | 'debit';
|
|
10687
|
-
};
|
|
10688
|
-
|
|
10689
|
-
export type AccountAssetLimitResponseWritable = {
|
|
10690
|
-
status: string;
|
|
10691
|
-
data: AccountAssetLimitWritable;
|
|
10692
|
-
};
|
|
10693
|
-
|
|
10694
|
-
export type AccountAssetResponseWritable = {
|
|
10695
|
-
status: string;
|
|
10696
|
-
data: AccountAssetWritable;
|
|
10697
|
-
};
|
|
10698
|
-
|
|
10699
|
-
/**
|
|
10700
|
-
* A ModelSerializer that takes additional arguments for
|
|
10701
|
-
* "fields", "omit" and "expand" in order to
|
|
10702
|
-
* control which fields are displayed, and whether to replace simple
|
|
10703
|
-
* values with complex, nested serializations
|
|
10704
|
-
*/
|
|
10705
|
-
export type AccountAssetSettingsWritable = {
|
|
10706
|
-
allow_transactions?: boolean;
|
|
10707
|
-
allow_debit_transactions?: boolean;
|
|
10708
|
-
allow_credit_transactions?: boolean;
|
|
10709
|
-
disallowed_transaction_subtypes: Array<ReducedTransactionSubtypeWritable>;
|
|
10710
|
-
};
|
|
10711
|
-
|
|
10712
|
-
/**
|
|
10713
|
-
* A ModelSerializer that takes additional arguments for
|
|
10714
|
-
* "fields", "omit" and "expand" in order to
|
|
10715
|
-
* control which fields are displayed, and whether to replace simple
|
|
10716
|
-
* values with complex, nested serializations
|
|
10717
|
-
*/
|
|
10718
|
-
export type AccountDefinitionWritable = {
|
|
10719
|
-
name: string;
|
|
10720
|
-
label?: string | null;
|
|
10721
|
-
recon?: boolean;
|
|
10722
|
-
};
|
|
10723
|
-
|
|
10724
|
-
/**
|
|
10725
|
-
* A ModelSerializer that takes additional arguments for
|
|
10726
|
-
* "fields", "omit" and "expand" in order to
|
|
10727
|
-
* control which fields are displayed, and whether to replace simple
|
|
10728
|
-
* values with complex, nested serializations
|
|
10729
|
-
*/
|
|
10730
|
-
export type AccountDefinitionGroupWritable = {
|
|
10731
|
-
[key: string]: unknown;
|
|
10732
|
-
};
|
|
10733
|
-
|
|
10734
|
-
/**
|
|
10735
|
-
* A ModelSerializer that takes additional arguments for
|
|
10736
|
-
* "fields", "omit" and "expand" in order to
|
|
10737
|
-
* control which fields are displayed, and whether to replace simple
|
|
10738
|
-
* values with complex, nested serializations
|
|
10739
|
-
*/
|
|
10740
|
-
export type AccountDefinitionGroupAssetWritable = {
|
|
10741
|
-
[key: string]: unknown;
|
|
10742
|
-
};
|
|
10743
|
-
|
|
10744
|
-
export type AccountDefinitionResponseWritable = {
|
|
10745
|
-
status: string;
|
|
10746
|
-
data: AccountDefinitionWritable;
|
|
10747
|
-
};
|
|
10748
|
-
|
|
10749
|
-
export type AccountResponseWritable = {
|
|
10750
|
-
status: string;
|
|
10751
|
-
data: AccountWritable;
|
|
10752
|
-
};
|
|
10753
|
-
|
|
10754
|
-
export type AdminAccountAssetFeeWritable = {
|
|
10755
|
-
name: string | null;
|
|
10756
|
-
description: string | null;
|
|
10757
|
-
percentage?: number;
|
|
10758
|
-
/**
|
|
10759
|
-
* * `credit` - Credit
|
|
10760
|
-
* * `debit` - Debit
|
|
10761
|
-
*/
|
|
10762
|
-
tx_type: 'credit' | 'debit';
|
|
10763
|
-
debit_account: string | null;
|
|
10764
|
-
credit_account: string | null;
|
|
10765
|
-
debit_subtype: string | null;
|
|
10766
|
-
credit_subtype: string | null;
|
|
10767
|
-
};
|
|
10768
|
-
|
|
10769
|
-
export type AdminAccountAssetFeeResponseWritable = {
|
|
10770
|
-
status: string;
|
|
10771
|
-
data: AdminAccountAssetFeeWritable;
|
|
10638
|
+
export type WalletOwner = {
|
|
10639
|
+
first_name?: string | null;
|
|
10640
|
+
middle_name?: string | null;
|
|
10641
|
+
last_name?: string | null;
|
|
10642
|
+
full_name?: string | null;
|
|
10643
|
+
phone_number?: string | null;
|
|
10644
|
+
email_address?: string | null;
|
|
10645
|
+
company_name?: string | null;
|
|
10646
|
+
ein_tin?: string | null;
|
|
10647
|
+
address?: WalletOwnerAddress;
|
|
10648
|
+
address_text?: string | null;
|
|
10649
|
+
cpf_cpnj?: string | null;
|
|
10772
10650
|
};
|
|
10773
10651
|
|
|
10774
10652
|
/**
|
|
@@ -10777,34 +10655,11 @@ export type AdminAccountAssetFeeResponseWritable = {
|
|
|
10777
10655
|
* control which fields are displayed, and whether to replace simple
|
|
10778
10656
|
* values with complex, nested serializations
|
|
10779
10657
|
*/
|
|
10780
|
-
export type
|
|
10781
|
-
|
|
10782
|
-
|
|
10783
|
-
|
|
10784
|
-
|
|
10785
|
-
unit?: string | null;
|
|
10786
|
-
divisibility?: number;
|
|
10787
|
-
icon?: string | null;
|
|
10788
|
-
};
|
|
10789
|
-
|
|
10790
|
-
export type AssetResponseWritable = {
|
|
10791
|
-
status: string;
|
|
10792
|
-
data: AssetWritable;
|
|
10793
|
-
};
|
|
10794
|
-
|
|
10795
|
-
/**
|
|
10796
|
-
* Extended user information shown based on the default user info serializer.
|
|
10797
|
-
* Contain additional information about user permissions and settings.
|
|
10798
|
-
*/
|
|
10799
|
-
export type AuthWritable = {
|
|
10800
|
-
username: string | null;
|
|
10801
|
-
first_name?: string | null;
|
|
10802
|
-
middle_name?: string | null;
|
|
10803
|
-
last_name?: string | null;
|
|
10804
|
-
profile?: string | null;
|
|
10805
|
-
id_number?: string | null;
|
|
10806
|
-
birth_date?: string | null;
|
|
10807
|
-
language?: string;
|
|
10658
|
+
export type WalletOwnerAddress = {
|
|
10659
|
+
line_1?: string | null;
|
|
10660
|
+
line_2?: string | null;
|
|
10661
|
+
city?: string | null;
|
|
10662
|
+
state_province?: string | null;
|
|
10808
10663
|
/**
|
|
10809
10664
|
* * `AF` - Afghanistan
|
|
10810
10665
|
* * `AX` - Åland Islands
|
|
@@ -11056,7 +10911,22 @@ export type AuthWritable = {
|
|
|
11056
10911
|
* * `ZM` - Zambia
|
|
11057
10912
|
* * `ZW` - Zimbabwe
|
|
11058
10913
|
*/
|
|
11059
|
-
|
|
10914
|
+
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;
|
|
10915
|
+
postal_code?: string | null;
|
|
10916
|
+
state_code?: string | null;
|
|
10917
|
+
};
|
|
10918
|
+
|
|
10919
|
+
/**
|
|
10920
|
+
* A ModelSerializer that takes additional arguments for
|
|
10921
|
+
* "fields", "omit" and "expand" in order to
|
|
10922
|
+
* control which fields are displayed, and whether to replace simple
|
|
10923
|
+
* values with complex, nested serializations
|
|
10924
|
+
*/
|
|
10925
|
+
export type WalletOwnerAddressRequest = {
|
|
10926
|
+
line_1?: string | null;
|
|
10927
|
+
line_2?: string | null;
|
|
10928
|
+
city?: string | null;
|
|
10929
|
+
state_province?: string | null;
|
|
11060
10930
|
/**
|
|
11061
10931
|
* * `AF` - Afghanistan
|
|
11062
10932
|
* * `AX` - Åland Islands
|
|
@@ -11308,9 +11178,729 @@ export type AuthWritable = {
|
|
|
11308
11178
|
* * `ZM` - Zambia
|
|
11309
11179
|
* * `ZW` - Zimbabwe
|
|
11310
11180
|
*/
|
|
11311
|
-
|
|
11312
|
-
|
|
11313
|
-
|
|
11181
|
+
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;
|
|
11182
|
+
postal_code?: string | null;
|
|
11183
|
+
state_code?: string | null;
|
|
11184
|
+
};
|
|
11185
|
+
|
|
11186
|
+
/**
|
|
11187
|
+
* A ModelSerializer that takes additional arguments for
|
|
11188
|
+
* "fields", "omit" and "expand" in order to
|
|
11189
|
+
* control which fields are displayed, and whether to replace simple
|
|
11190
|
+
* values with complex, nested serializations
|
|
11191
|
+
*/
|
|
11192
|
+
export type WalletOwnerRequest = {
|
|
11193
|
+
first_name?: string | null;
|
|
11194
|
+
middle_name?: string | null;
|
|
11195
|
+
last_name?: string | null;
|
|
11196
|
+
full_name?: string | null;
|
|
11197
|
+
phone_number?: string | null;
|
|
11198
|
+
email_address?: string | null;
|
|
11199
|
+
company_name?: string | null;
|
|
11200
|
+
ein_tin?: string | null;
|
|
11201
|
+
address?: WalletOwnerAddressRequest;
|
|
11202
|
+
address_text?: string | null;
|
|
11203
|
+
cpf_cpnj?: string | null;
|
|
11204
|
+
};
|
|
11205
|
+
|
|
11206
|
+
/**
|
|
11207
|
+
* A ModelSerializer that takes additional arguments for
|
|
11208
|
+
* "fields", "omit" and "expand" in order to
|
|
11209
|
+
* control which fields are displayed, and whether to replace simple
|
|
11210
|
+
* values with complex, nested serializations
|
|
11211
|
+
*/
|
|
11212
|
+
export type AccountWritable = {
|
|
11213
|
+
name?: string;
|
|
11214
|
+
label?: string | null;
|
|
11215
|
+
metadata?: {
|
|
11216
|
+
[key: string]: unknown;
|
|
11217
|
+
} | null;
|
|
11218
|
+
};
|
|
11219
|
+
|
|
11220
|
+
/**
|
|
11221
|
+
* A ModelSerializer that takes additional arguments for
|
|
11222
|
+
* "fields", "omit" and "expand" in order to
|
|
11223
|
+
* control which fields are displayed, and whether to replace simple
|
|
11224
|
+
* values with complex, nested serializations
|
|
11225
|
+
*/
|
|
11226
|
+
export type AccountAccountAssetWritable = {
|
|
11227
|
+
active: boolean;
|
|
11228
|
+
};
|
|
11229
|
+
|
|
11230
|
+
export type AccountAccountAssetResponseWritable = {
|
|
11231
|
+
status: string;
|
|
11232
|
+
data: AccountAccountAssetWritable;
|
|
11233
|
+
};
|
|
11234
|
+
|
|
11235
|
+
/**
|
|
11236
|
+
* A ModelSerializer that takes additional arguments for
|
|
11237
|
+
* "fields", "omit" and "expand" in order to
|
|
11238
|
+
* control which fields are displayed, and whether to replace simple
|
|
11239
|
+
* values with complex, nested serializations
|
|
11240
|
+
*/
|
|
11241
|
+
export type AccountAssetWritable = {
|
|
11242
|
+
active: boolean;
|
|
11243
|
+
};
|
|
11244
|
+
|
|
11245
|
+
export type AccountAssetFeeWritable = {
|
|
11246
|
+
name: string | null;
|
|
11247
|
+
description: string | null;
|
|
11248
|
+
percentage?: number;
|
|
11249
|
+
/**
|
|
11250
|
+
* * `credit` - Credit
|
|
11251
|
+
* * `debit` - Debit
|
|
11252
|
+
*/
|
|
11253
|
+
tx_type: 'credit' | 'debit';
|
|
11254
|
+
};
|
|
11255
|
+
|
|
11256
|
+
/**
|
|
11257
|
+
* A ModelSerializer that takes additional arguments for
|
|
11258
|
+
* "fields", "omit" and "expand" in order to
|
|
11259
|
+
* control which fields are displayed, and whether to replace simple
|
|
11260
|
+
* values with complex, nested serializations
|
|
11261
|
+
*/
|
|
11262
|
+
export type AccountAssetLimitWritable = {
|
|
11263
|
+
/**
|
|
11264
|
+
* * `max` - Maximum
|
|
11265
|
+
* * `day_max` - Maximum per day
|
|
11266
|
+
* * `week_max` - Maximum per week
|
|
11267
|
+
* * `month_max` - Maximum per month
|
|
11268
|
+
* * `min` - Minimum
|
|
11269
|
+
* * `overdraft` - Overdraft
|
|
11270
|
+
*/
|
|
11271
|
+
type: 'max' | 'day_max' | 'week_max' | 'month_max' | 'min' | 'overdraft';
|
|
11272
|
+
/**
|
|
11273
|
+
* * `credit` - Credit
|
|
11274
|
+
* * `debit` - Debit
|
|
11275
|
+
*/
|
|
11276
|
+
tx_type: 'credit' | 'debit';
|
|
11277
|
+
};
|
|
11278
|
+
|
|
11279
|
+
export type AccountAssetLimitResponseWritable = {
|
|
11280
|
+
status: string;
|
|
11281
|
+
data: AccountAssetLimitWritable;
|
|
11282
|
+
};
|
|
11283
|
+
|
|
11284
|
+
export type AccountAssetResponseWritable = {
|
|
11285
|
+
status: string;
|
|
11286
|
+
data: AccountAssetWritable;
|
|
11287
|
+
};
|
|
11288
|
+
|
|
11289
|
+
/**
|
|
11290
|
+
* A ModelSerializer that takes additional arguments for
|
|
11291
|
+
* "fields", "omit" and "expand" in order to
|
|
11292
|
+
* control which fields are displayed, and whether to replace simple
|
|
11293
|
+
* values with complex, nested serializations
|
|
11294
|
+
*/
|
|
11295
|
+
export type AccountAssetSettingsWritable = {
|
|
11296
|
+
allow_transactions?: boolean;
|
|
11297
|
+
allow_debit_transactions?: boolean;
|
|
11298
|
+
allow_credit_transactions?: boolean;
|
|
11299
|
+
disallowed_transaction_subtypes: Array<ReducedTransactionSubtypeWritable>;
|
|
11300
|
+
};
|
|
11301
|
+
|
|
11302
|
+
/**
|
|
11303
|
+
* A ModelSerializer that takes additional arguments for
|
|
11304
|
+
* "fields", "omit" and "expand" in order to
|
|
11305
|
+
* control which fields are displayed, and whether to replace simple
|
|
11306
|
+
* values with complex, nested serializations
|
|
11307
|
+
*/
|
|
11308
|
+
export type AccountDefinitionWritable = {
|
|
11309
|
+
name: string;
|
|
11310
|
+
label?: string | null;
|
|
11311
|
+
recon?: boolean;
|
|
11312
|
+
};
|
|
11313
|
+
|
|
11314
|
+
/**
|
|
11315
|
+
* A ModelSerializer that takes additional arguments for
|
|
11316
|
+
* "fields", "omit" and "expand" in order to
|
|
11317
|
+
* control which fields are displayed, and whether to replace simple
|
|
11318
|
+
* values with complex, nested serializations
|
|
11319
|
+
*/
|
|
11320
|
+
export type AccountDefinitionGroupWritable = {
|
|
11321
|
+
[key: string]: unknown;
|
|
11322
|
+
};
|
|
11323
|
+
|
|
11324
|
+
/**
|
|
11325
|
+
* A ModelSerializer that takes additional arguments for
|
|
11326
|
+
* "fields", "omit" and "expand" in order to
|
|
11327
|
+
* control which fields are displayed, and whether to replace simple
|
|
11328
|
+
* values with complex, nested serializations
|
|
11329
|
+
*/
|
|
11330
|
+
export type AccountDefinitionGroupAssetWritable = {
|
|
11331
|
+
[key: string]: unknown;
|
|
11332
|
+
};
|
|
11333
|
+
|
|
11334
|
+
export type AccountDefinitionResponseWritable = {
|
|
11335
|
+
status: string;
|
|
11336
|
+
data: AccountDefinitionWritable;
|
|
11337
|
+
};
|
|
11338
|
+
|
|
11339
|
+
export type AccountResponseWritable = {
|
|
11340
|
+
status: string;
|
|
11341
|
+
data: AccountWritable;
|
|
11342
|
+
};
|
|
11343
|
+
|
|
11344
|
+
export type AdminAccountAssetFeeWritable = {
|
|
11345
|
+
name: string | null;
|
|
11346
|
+
description: string | null;
|
|
11347
|
+
percentage?: number;
|
|
11348
|
+
/**
|
|
11349
|
+
* * `credit` - Credit
|
|
11350
|
+
* * `debit` - Debit
|
|
11351
|
+
*/
|
|
11352
|
+
tx_type: 'credit' | 'debit';
|
|
11353
|
+
debit_account: string | null;
|
|
11354
|
+
credit_account: string | null;
|
|
11355
|
+
debit_subtype: string | null;
|
|
11356
|
+
credit_subtype: string | null;
|
|
11357
|
+
};
|
|
11358
|
+
|
|
11359
|
+
export type AdminAccountAssetFeeResponseWritable = {
|
|
11360
|
+
status: string;
|
|
11361
|
+
data: AdminAccountAssetFeeWritable;
|
|
11362
|
+
};
|
|
11363
|
+
|
|
11364
|
+
/**
|
|
11365
|
+
* A ModelSerializer that takes additional arguments for
|
|
11366
|
+
* "fields", "omit" and "expand" in order to
|
|
11367
|
+
* control which fields are displayed, and whether to replace simple
|
|
11368
|
+
* values with complex, nested serializations
|
|
11369
|
+
*/
|
|
11370
|
+
export type AssetWritable = {
|
|
11371
|
+
code?: string | null;
|
|
11372
|
+
display_code?: string | null;
|
|
11373
|
+
description?: string | null;
|
|
11374
|
+
symbol?: string | null;
|
|
11375
|
+
unit?: string | null;
|
|
11376
|
+
divisibility?: number;
|
|
11377
|
+
icon?: string | null;
|
|
11378
|
+
};
|
|
11379
|
+
|
|
11380
|
+
export type AssetResponseWritable = {
|
|
11381
|
+
status: string;
|
|
11382
|
+
data: AssetWritable;
|
|
11383
|
+
};
|
|
11384
|
+
|
|
11385
|
+
/**
|
|
11386
|
+
* Extended user information shown based on the default user info serializer.
|
|
11387
|
+
* Contain additional information about user permissions and settings.
|
|
11388
|
+
*/
|
|
11389
|
+
export type AuthWritable = {
|
|
11390
|
+
username: string | null;
|
|
11391
|
+
first_name?: string | null;
|
|
11392
|
+
middle_name?: string | null;
|
|
11393
|
+
last_name?: string | null;
|
|
11394
|
+
profile?: string | null;
|
|
11395
|
+
id_number?: string | null;
|
|
11396
|
+
birth_date?: string | null;
|
|
11397
|
+
language?: string;
|
|
11398
|
+
/**
|
|
11399
|
+
* * `AF` - Afghanistan
|
|
11400
|
+
* * `AX` - Åland Islands
|
|
11401
|
+
* * `AL` - Albania
|
|
11402
|
+
* * `DZ` - Algeria
|
|
11403
|
+
* * `AS` - American Samoa
|
|
11404
|
+
* * `AD` - Andorra
|
|
11405
|
+
* * `AO` - Angola
|
|
11406
|
+
* * `AI` - Anguilla
|
|
11407
|
+
* * `AQ` - Antarctica
|
|
11408
|
+
* * `AG` - Antigua and Barbuda
|
|
11409
|
+
* * `AR` - Argentina
|
|
11410
|
+
* * `AM` - Armenia
|
|
11411
|
+
* * `AW` - Aruba
|
|
11412
|
+
* * `AU` - Australia
|
|
11413
|
+
* * `AT` - Austria
|
|
11414
|
+
* * `AZ` - Azerbaijan
|
|
11415
|
+
* * `BS` - Bahamas
|
|
11416
|
+
* * `BH` - Bahrain
|
|
11417
|
+
* * `BD` - Bangladesh
|
|
11418
|
+
* * `BB` - Barbados
|
|
11419
|
+
* * `BY` - Belarus
|
|
11420
|
+
* * `BE` - Belgium
|
|
11421
|
+
* * `BZ` - Belize
|
|
11422
|
+
* * `BJ` - Benin
|
|
11423
|
+
* * `BM` - Bermuda
|
|
11424
|
+
* * `BT` - Bhutan
|
|
11425
|
+
* * `BO` - Bolivia
|
|
11426
|
+
* * `BQ` - Bonaire, Sint Eustatius and Saba
|
|
11427
|
+
* * `BA` - Bosnia and Herzegovina
|
|
11428
|
+
* * `BW` - Botswana
|
|
11429
|
+
* * `BV` - Bouvet Island
|
|
11430
|
+
* * `BR` - Brazil
|
|
11431
|
+
* * `IO` - British Indian Ocean Territory
|
|
11432
|
+
* * `BN` - Brunei
|
|
11433
|
+
* * `BG` - Bulgaria
|
|
11434
|
+
* * `BF` - Burkina Faso
|
|
11435
|
+
* * `BI` - Burundi
|
|
11436
|
+
* * `CV` - Cabo Verde
|
|
11437
|
+
* * `KH` - Cambodia
|
|
11438
|
+
* * `CM` - Cameroon
|
|
11439
|
+
* * `CA` - Canada
|
|
11440
|
+
* * `KY` - Cayman Islands
|
|
11441
|
+
* * `CF` - Central African Republic
|
|
11442
|
+
* * `TD` - Chad
|
|
11443
|
+
* * `CL` - Chile
|
|
11444
|
+
* * `CN` - China
|
|
11445
|
+
* * `CX` - Christmas Island
|
|
11446
|
+
* * `CC` - Cocos (Keeling) Islands
|
|
11447
|
+
* * `CO` - Colombia
|
|
11448
|
+
* * `KM` - Comoros
|
|
11449
|
+
* * `CG` - Congo
|
|
11450
|
+
* * `CD` - Congo (the Democratic Republic of the)
|
|
11451
|
+
* * `CK` - Cook Islands
|
|
11452
|
+
* * `CR` - Costa Rica
|
|
11453
|
+
* * `CI` - Côte d'Ivoire
|
|
11454
|
+
* * `HR` - Croatia
|
|
11455
|
+
* * `CU` - Cuba
|
|
11456
|
+
* * `CW` - Curaçao
|
|
11457
|
+
* * `CY` - Cyprus
|
|
11458
|
+
* * `CZ` - Czechia
|
|
11459
|
+
* * `DK` - Denmark
|
|
11460
|
+
* * `DJ` - Djibouti
|
|
11461
|
+
* * `DM` - Dominica
|
|
11462
|
+
* * `DO` - Dominican Republic
|
|
11463
|
+
* * `EC` - Ecuador
|
|
11464
|
+
* * `EG` - Egypt
|
|
11465
|
+
* * `SV` - El Salvador
|
|
11466
|
+
* * `GQ` - Equatorial Guinea
|
|
11467
|
+
* * `ER` - Eritrea
|
|
11468
|
+
* * `EE` - Estonia
|
|
11469
|
+
* * `SZ` - Eswatini
|
|
11470
|
+
* * `ET` - Ethiopia
|
|
11471
|
+
* * `FK` - Falkland Islands (Malvinas)
|
|
11472
|
+
* * `FO` - Faroe Islands
|
|
11473
|
+
* * `FJ` - Fiji
|
|
11474
|
+
* * `FI` - Finland
|
|
11475
|
+
* * `FR` - France
|
|
11476
|
+
* * `GF` - French Guiana
|
|
11477
|
+
* * `PF` - French Polynesia
|
|
11478
|
+
* * `TF` - French Southern Territories
|
|
11479
|
+
* * `GA` - Gabon
|
|
11480
|
+
* * `GM` - Gambia
|
|
11481
|
+
* * `GE` - Georgia
|
|
11482
|
+
* * `DE` - Germany
|
|
11483
|
+
* * `GH` - Ghana
|
|
11484
|
+
* * `GI` - Gibraltar
|
|
11485
|
+
* * `GR` - Greece
|
|
11486
|
+
* * `GL` - Greenland
|
|
11487
|
+
* * `GD` - Grenada
|
|
11488
|
+
* * `GP` - Guadeloupe
|
|
11489
|
+
* * `GU` - Guam
|
|
11490
|
+
* * `GT` - Guatemala
|
|
11491
|
+
* * `GG` - Guernsey
|
|
11492
|
+
* * `GN` - Guinea
|
|
11493
|
+
* * `GW` - Guinea-Bissau
|
|
11494
|
+
* * `GY` - Guyana
|
|
11495
|
+
* * `HT` - Haiti
|
|
11496
|
+
* * `HM` - Heard Island and McDonald Islands
|
|
11497
|
+
* * `VA` - Holy See
|
|
11498
|
+
* * `HN` - Honduras
|
|
11499
|
+
* * `HK` - Hong Kong
|
|
11500
|
+
* * `HU` - Hungary
|
|
11501
|
+
* * `IS` - Iceland
|
|
11502
|
+
* * `IN` - India
|
|
11503
|
+
* * `ID` - Indonesia
|
|
11504
|
+
* * `IR` - Iran
|
|
11505
|
+
* * `IQ` - Iraq
|
|
11506
|
+
* * `IE` - Ireland
|
|
11507
|
+
* * `IM` - Isle of Man
|
|
11508
|
+
* * `IL` - Israel
|
|
11509
|
+
* * `IT` - Italy
|
|
11510
|
+
* * `JM` - Jamaica
|
|
11511
|
+
* * `JP` - Japan
|
|
11512
|
+
* * `JE` - Jersey
|
|
11513
|
+
* * `JO` - Jordan
|
|
11514
|
+
* * `KZ` - Kazakhstan
|
|
11515
|
+
* * `KE` - Kenya
|
|
11516
|
+
* * `KI` - Kiribati
|
|
11517
|
+
* * `KW` - Kuwait
|
|
11518
|
+
* * `KG` - Kyrgyzstan
|
|
11519
|
+
* * `LA` - Laos
|
|
11520
|
+
* * `LV` - Latvia
|
|
11521
|
+
* * `LB` - Lebanon
|
|
11522
|
+
* * `LS` - Lesotho
|
|
11523
|
+
* * `LR` - Liberia
|
|
11524
|
+
* * `LY` - Libya
|
|
11525
|
+
* * `LI` - Liechtenstein
|
|
11526
|
+
* * `LT` - Lithuania
|
|
11527
|
+
* * `LU` - Luxembourg
|
|
11528
|
+
* * `MO` - Macao
|
|
11529
|
+
* * `MG` - Madagascar
|
|
11530
|
+
* * `MW` - Malawi
|
|
11531
|
+
* * `MY` - Malaysia
|
|
11532
|
+
* * `MV` - Maldives
|
|
11533
|
+
* * `ML` - Mali
|
|
11534
|
+
* * `MT` - Malta
|
|
11535
|
+
* * `MH` - Marshall Islands
|
|
11536
|
+
* * `MQ` - Martinique
|
|
11537
|
+
* * `MR` - Mauritania
|
|
11538
|
+
* * `MU` - Mauritius
|
|
11539
|
+
* * `YT` - Mayotte
|
|
11540
|
+
* * `MX` - Mexico
|
|
11541
|
+
* * `FM` - Micronesia
|
|
11542
|
+
* * `MD` - Moldova
|
|
11543
|
+
* * `MC` - Monaco
|
|
11544
|
+
* * `MN` - Mongolia
|
|
11545
|
+
* * `ME` - Montenegro
|
|
11546
|
+
* * `MS` - Montserrat
|
|
11547
|
+
* * `MA` - Morocco
|
|
11548
|
+
* * `MZ` - Mozambique
|
|
11549
|
+
* * `MM` - Myanmar
|
|
11550
|
+
* * `NA` - Namibia
|
|
11551
|
+
* * `NR` - Nauru
|
|
11552
|
+
* * `NP` - Nepal
|
|
11553
|
+
* * `NL` - Netherlands
|
|
11554
|
+
* * `NC` - New Caledonia
|
|
11555
|
+
* * `NZ` - New Zealand
|
|
11556
|
+
* * `NI` - Nicaragua
|
|
11557
|
+
* * `NE` - Niger
|
|
11558
|
+
* * `NG` - Nigeria
|
|
11559
|
+
* * `NU` - Niue
|
|
11560
|
+
* * `NF` - Norfolk Island
|
|
11561
|
+
* * `KP` - North Korea
|
|
11562
|
+
* * `MK` - North Macedonia
|
|
11563
|
+
* * `MP` - Northern Mariana Islands
|
|
11564
|
+
* * `NO` - Norway
|
|
11565
|
+
* * `OM` - Oman
|
|
11566
|
+
* * `PK` - Pakistan
|
|
11567
|
+
* * `PW` - Palau
|
|
11568
|
+
* * `PS` - Palestine, State of
|
|
11569
|
+
* * `PA` - Panama
|
|
11570
|
+
* * `PG` - Papua New Guinea
|
|
11571
|
+
* * `PY` - Paraguay
|
|
11572
|
+
* * `PE` - Peru
|
|
11573
|
+
* * `PH` - Philippines
|
|
11574
|
+
* * `PN` - Pitcairn
|
|
11575
|
+
* * `PL` - Poland
|
|
11576
|
+
* * `PT` - Portugal
|
|
11577
|
+
* * `PR` - Puerto Rico
|
|
11578
|
+
* * `QA` - Qatar
|
|
11579
|
+
* * `RE` - Réunion
|
|
11580
|
+
* * `RO` - Romania
|
|
11581
|
+
* * `RU` - Russia
|
|
11582
|
+
* * `RW` - Rwanda
|
|
11583
|
+
* * `BL` - Saint Barthélemy
|
|
11584
|
+
* * `SH` - Saint Helena, Ascension and Tristan da Cunha
|
|
11585
|
+
* * `KN` - Saint Kitts and Nevis
|
|
11586
|
+
* * `LC` - Saint Lucia
|
|
11587
|
+
* * `MF` - Saint Martin (French part)
|
|
11588
|
+
* * `PM` - Saint Pierre and Miquelon
|
|
11589
|
+
* * `VC` - Saint Vincent and the Grenadines
|
|
11590
|
+
* * `WS` - Samoa
|
|
11591
|
+
* * `SM` - San Marino
|
|
11592
|
+
* * `ST` - Sao Tome and Principe
|
|
11593
|
+
* * `SA` - Saudi Arabia
|
|
11594
|
+
* * `SN` - Senegal
|
|
11595
|
+
* * `RS` - Serbia
|
|
11596
|
+
* * `SC` - Seychelles
|
|
11597
|
+
* * `SL` - Sierra Leone
|
|
11598
|
+
* * `SG` - Singapore
|
|
11599
|
+
* * `SX` - Sint Maarten (Dutch part)
|
|
11600
|
+
* * `SK` - Slovakia
|
|
11601
|
+
* * `SI` - Slovenia
|
|
11602
|
+
* * `SB` - Solomon Islands
|
|
11603
|
+
* * `SO` - Somalia
|
|
11604
|
+
* * `ZA` - South Africa
|
|
11605
|
+
* * `GS` - South Georgia and the South Sandwich Islands
|
|
11606
|
+
* * `KR` - South Korea
|
|
11607
|
+
* * `SS` - South Sudan
|
|
11608
|
+
* * `ES` - Spain
|
|
11609
|
+
* * `LK` - Sri Lanka
|
|
11610
|
+
* * `SD` - Sudan
|
|
11611
|
+
* * `SR` - Suriname
|
|
11612
|
+
* * `SJ` - Svalbard and Jan Mayen
|
|
11613
|
+
* * `SE` - Sweden
|
|
11614
|
+
* * `CH` - Switzerland
|
|
11615
|
+
* * `SY` - Syria
|
|
11616
|
+
* * `TW` - Taiwan
|
|
11617
|
+
* * `TJ` - Tajikistan
|
|
11618
|
+
* * `TZ` - Tanzania
|
|
11619
|
+
* * `TH` - Thailand
|
|
11620
|
+
* * `TL` - Timor-Leste
|
|
11621
|
+
* * `TG` - Togo
|
|
11622
|
+
* * `TK` - Tokelau
|
|
11623
|
+
* * `TO` - Tonga
|
|
11624
|
+
* * `TT` - Trinidad and Tobago
|
|
11625
|
+
* * `TN` - Tunisia
|
|
11626
|
+
* * `TR` - Türkiye
|
|
11627
|
+
* * `TM` - Turkmenistan
|
|
11628
|
+
* * `TC` - Turks and Caicos Islands
|
|
11629
|
+
* * `TV` - Tuvalu
|
|
11630
|
+
* * `UG` - Uganda
|
|
11631
|
+
* * `UA` - Ukraine
|
|
11632
|
+
* * `AE` - United Arab Emirates
|
|
11633
|
+
* * `GB` - United Kingdom
|
|
11634
|
+
* * `UM` - United States Minor Outlying Islands
|
|
11635
|
+
* * `US` - United States of America
|
|
11636
|
+
* * `UY` - Uruguay
|
|
11637
|
+
* * `UZ` - Uzbekistan
|
|
11638
|
+
* * `VU` - Vanuatu
|
|
11639
|
+
* * `VE` - Venezuela
|
|
11640
|
+
* * `VN` - Vietnam
|
|
11641
|
+
* * `VG` - Virgin Islands (British)
|
|
11642
|
+
* * `VI` - Virgin Islands (U.S.)
|
|
11643
|
+
* * `WF` - Wallis and Futuna
|
|
11644
|
+
* * `EH` - Western Sahara
|
|
11645
|
+
* * `YE` - Yemen
|
|
11646
|
+
* * `ZM` - Zambia
|
|
11647
|
+
* * `ZW` - Zimbabwe
|
|
11648
|
+
*/
|
|
11649
|
+
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;
|
|
11650
|
+
/**
|
|
11651
|
+
* * `AF` - Afghanistan
|
|
11652
|
+
* * `AX` - Åland Islands
|
|
11653
|
+
* * `AL` - Albania
|
|
11654
|
+
* * `DZ` - Algeria
|
|
11655
|
+
* * `AS` - American Samoa
|
|
11656
|
+
* * `AD` - Andorra
|
|
11657
|
+
* * `AO` - Angola
|
|
11658
|
+
* * `AI` - Anguilla
|
|
11659
|
+
* * `AQ` - Antarctica
|
|
11660
|
+
* * `AG` - Antigua and Barbuda
|
|
11661
|
+
* * `AR` - Argentina
|
|
11662
|
+
* * `AM` - Armenia
|
|
11663
|
+
* * `AW` - Aruba
|
|
11664
|
+
* * `AU` - Australia
|
|
11665
|
+
* * `AT` - Austria
|
|
11666
|
+
* * `AZ` - Azerbaijan
|
|
11667
|
+
* * `BS` - Bahamas
|
|
11668
|
+
* * `BH` - Bahrain
|
|
11669
|
+
* * `BD` - Bangladesh
|
|
11670
|
+
* * `BB` - Barbados
|
|
11671
|
+
* * `BY` - Belarus
|
|
11672
|
+
* * `BE` - Belgium
|
|
11673
|
+
* * `BZ` - Belize
|
|
11674
|
+
* * `BJ` - Benin
|
|
11675
|
+
* * `BM` - Bermuda
|
|
11676
|
+
* * `BT` - Bhutan
|
|
11677
|
+
* * `BO` - Bolivia
|
|
11678
|
+
* * `BQ` - Bonaire, Sint Eustatius and Saba
|
|
11679
|
+
* * `BA` - Bosnia and Herzegovina
|
|
11680
|
+
* * `BW` - Botswana
|
|
11681
|
+
* * `BV` - Bouvet Island
|
|
11682
|
+
* * `BR` - Brazil
|
|
11683
|
+
* * `IO` - British Indian Ocean Territory
|
|
11684
|
+
* * `BN` - Brunei
|
|
11685
|
+
* * `BG` - Bulgaria
|
|
11686
|
+
* * `BF` - Burkina Faso
|
|
11687
|
+
* * `BI` - Burundi
|
|
11688
|
+
* * `CV` - Cabo Verde
|
|
11689
|
+
* * `KH` - Cambodia
|
|
11690
|
+
* * `CM` - Cameroon
|
|
11691
|
+
* * `CA` - Canada
|
|
11692
|
+
* * `KY` - Cayman Islands
|
|
11693
|
+
* * `CF` - Central African Republic
|
|
11694
|
+
* * `TD` - Chad
|
|
11695
|
+
* * `CL` - Chile
|
|
11696
|
+
* * `CN` - China
|
|
11697
|
+
* * `CX` - Christmas Island
|
|
11698
|
+
* * `CC` - Cocos (Keeling) Islands
|
|
11699
|
+
* * `CO` - Colombia
|
|
11700
|
+
* * `KM` - Comoros
|
|
11701
|
+
* * `CG` - Congo
|
|
11702
|
+
* * `CD` - Congo (the Democratic Republic of the)
|
|
11703
|
+
* * `CK` - Cook Islands
|
|
11704
|
+
* * `CR` - Costa Rica
|
|
11705
|
+
* * `CI` - Côte d'Ivoire
|
|
11706
|
+
* * `HR` - Croatia
|
|
11707
|
+
* * `CU` - Cuba
|
|
11708
|
+
* * `CW` - Curaçao
|
|
11709
|
+
* * `CY` - Cyprus
|
|
11710
|
+
* * `CZ` - Czechia
|
|
11711
|
+
* * `DK` - Denmark
|
|
11712
|
+
* * `DJ` - Djibouti
|
|
11713
|
+
* * `DM` - Dominica
|
|
11714
|
+
* * `DO` - Dominican Republic
|
|
11715
|
+
* * `EC` - Ecuador
|
|
11716
|
+
* * `EG` - Egypt
|
|
11717
|
+
* * `SV` - El Salvador
|
|
11718
|
+
* * `GQ` - Equatorial Guinea
|
|
11719
|
+
* * `ER` - Eritrea
|
|
11720
|
+
* * `EE` - Estonia
|
|
11721
|
+
* * `SZ` - Eswatini
|
|
11722
|
+
* * `ET` - Ethiopia
|
|
11723
|
+
* * `FK` - Falkland Islands (Malvinas)
|
|
11724
|
+
* * `FO` - Faroe Islands
|
|
11725
|
+
* * `FJ` - Fiji
|
|
11726
|
+
* * `FI` - Finland
|
|
11727
|
+
* * `FR` - France
|
|
11728
|
+
* * `GF` - French Guiana
|
|
11729
|
+
* * `PF` - French Polynesia
|
|
11730
|
+
* * `TF` - French Southern Territories
|
|
11731
|
+
* * `GA` - Gabon
|
|
11732
|
+
* * `GM` - Gambia
|
|
11733
|
+
* * `GE` - Georgia
|
|
11734
|
+
* * `DE` - Germany
|
|
11735
|
+
* * `GH` - Ghana
|
|
11736
|
+
* * `GI` - Gibraltar
|
|
11737
|
+
* * `GR` - Greece
|
|
11738
|
+
* * `GL` - Greenland
|
|
11739
|
+
* * `GD` - Grenada
|
|
11740
|
+
* * `GP` - Guadeloupe
|
|
11741
|
+
* * `GU` - Guam
|
|
11742
|
+
* * `GT` - Guatemala
|
|
11743
|
+
* * `GG` - Guernsey
|
|
11744
|
+
* * `GN` - Guinea
|
|
11745
|
+
* * `GW` - Guinea-Bissau
|
|
11746
|
+
* * `GY` - Guyana
|
|
11747
|
+
* * `HT` - Haiti
|
|
11748
|
+
* * `HM` - Heard Island and McDonald Islands
|
|
11749
|
+
* * `VA` - Holy See
|
|
11750
|
+
* * `HN` - Honduras
|
|
11751
|
+
* * `HK` - Hong Kong
|
|
11752
|
+
* * `HU` - Hungary
|
|
11753
|
+
* * `IS` - Iceland
|
|
11754
|
+
* * `IN` - India
|
|
11755
|
+
* * `ID` - Indonesia
|
|
11756
|
+
* * `IR` - Iran
|
|
11757
|
+
* * `IQ` - Iraq
|
|
11758
|
+
* * `IE` - Ireland
|
|
11759
|
+
* * `IM` - Isle of Man
|
|
11760
|
+
* * `IL` - Israel
|
|
11761
|
+
* * `IT` - Italy
|
|
11762
|
+
* * `JM` - Jamaica
|
|
11763
|
+
* * `JP` - Japan
|
|
11764
|
+
* * `JE` - Jersey
|
|
11765
|
+
* * `JO` - Jordan
|
|
11766
|
+
* * `KZ` - Kazakhstan
|
|
11767
|
+
* * `KE` - Kenya
|
|
11768
|
+
* * `KI` - Kiribati
|
|
11769
|
+
* * `KW` - Kuwait
|
|
11770
|
+
* * `KG` - Kyrgyzstan
|
|
11771
|
+
* * `LA` - Laos
|
|
11772
|
+
* * `LV` - Latvia
|
|
11773
|
+
* * `LB` - Lebanon
|
|
11774
|
+
* * `LS` - Lesotho
|
|
11775
|
+
* * `LR` - Liberia
|
|
11776
|
+
* * `LY` - Libya
|
|
11777
|
+
* * `LI` - Liechtenstein
|
|
11778
|
+
* * `LT` - Lithuania
|
|
11779
|
+
* * `LU` - Luxembourg
|
|
11780
|
+
* * `MO` - Macao
|
|
11781
|
+
* * `MG` - Madagascar
|
|
11782
|
+
* * `MW` - Malawi
|
|
11783
|
+
* * `MY` - Malaysia
|
|
11784
|
+
* * `MV` - Maldives
|
|
11785
|
+
* * `ML` - Mali
|
|
11786
|
+
* * `MT` - Malta
|
|
11787
|
+
* * `MH` - Marshall Islands
|
|
11788
|
+
* * `MQ` - Martinique
|
|
11789
|
+
* * `MR` - Mauritania
|
|
11790
|
+
* * `MU` - Mauritius
|
|
11791
|
+
* * `YT` - Mayotte
|
|
11792
|
+
* * `MX` - Mexico
|
|
11793
|
+
* * `FM` - Micronesia
|
|
11794
|
+
* * `MD` - Moldova
|
|
11795
|
+
* * `MC` - Monaco
|
|
11796
|
+
* * `MN` - Mongolia
|
|
11797
|
+
* * `ME` - Montenegro
|
|
11798
|
+
* * `MS` - Montserrat
|
|
11799
|
+
* * `MA` - Morocco
|
|
11800
|
+
* * `MZ` - Mozambique
|
|
11801
|
+
* * `MM` - Myanmar
|
|
11802
|
+
* * `NA` - Namibia
|
|
11803
|
+
* * `NR` - Nauru
|
|
11804
|
+
* * `NP` - Nepal
|
|
11805
|
+
* * `NL` - Netherlands
|
|
11806
|
+
* * `NC` - New Caledonia
|
|
11807
|
+
* * `NZ` - New Zealand
|
|
11808
|
+
* * `NI` - Nicaragua
|
|
11809
|
+
* * `NE` - Niger
|
|
11810
|
+
* * `NG` - Nigeria
|
|
11811
|
+
* * `NU` - Niue
|
|
11812
|
+
* * `NF` - Norfolk Island
|
|
11813
|
+
* * `KP` - North Korea
|
|
11814
|
+
* * `MK` - North Macedonia
|
|
11815
|
+
* * `MP` - Northern Mariana Islands
|
|
11816
|
+
* * `NO` - Norway
|
|
11817
|
+
* * `OM` - Oman
|
|
11818
|
+
* * `PK` - Pakistan
|
|
11819
|
+
* * `PW` - Palau
|
|
11820
|
+
* * `PS` - Palestine, State of
|
|
11821
|
+
* * `PA` - Panama
|
|
11822
|
+
* * `PG` - Papua New Guinea
|
|
11823
|
+
* * `PY` - Paraguay
|
|
11824
|
+
* * `PE` - Peru
|
|
11825
|
+
* * `PH` - Philippines
|
|
11826
|
+
* * `PN` - Pitcairn
|
|
11827
|
+
* * `PL` - Poland
|
|
11828
|
+
* * `PT` - Portugal
|
|
11829
|
+
* * `PR` - Puerto Rico
|
|
11830
|
+
* * `QA` - Qatar
|
|
11831
|
+
* * `RE` - Réunion
|
|
11832
|
+
* * `RO` - Romania
|
|
11833
|
+
* * `RU` - Russia
|
|
11834
|
+
* * `RW` - Rwanda
|
|
11835
|
+
* * `BL` - Saint Barthélemy
|
|
11836
|
+
* * `SH` - Saint Helena, Ascension and Tristan da Cunha
|
|
11837
|
+
* * `KN` - Saint Kitts and Nevis
|
|
11838
|
+
* * `LC` - Saint Lucia
|
|
11839
|
+
* * `MF` - Saint Martin (French part)
|
|
11840
|
+
* * `PM` - Saint Pierre and Miquelon
|
|
11841
|
+
* * `VC` - Saint Vincent and the Grenadines
|
|
11842
|
+
* * `WS` - Samoa
|
|
11843
|
+
* * `SM` - San Marino
|
|
11844
|
+
* * `ST` - Sao Tome and Principe
|
|
11845
|
+
* * `SA` - Saudi Arabia
|
|
11846
|
+
* * `SN` - Senegal
|
|
11847
|
+
* * `RS` - Serbia
|
|
11848
|
+
* * `SC` - Seychelles
|
|
11849
|
+
* * `SL` - Sierra Leone
|
|
11850
|
+
* * `SG` - Singapore
|
|
11851
|
+
* * `SX` - Sint Maarten (Dutch part)
|
|
11852
|
+
* * `SK` - Slovakia
|
|
11853
|
+
* * `SI` - Slovenia
|
|
11854
|
+
* * `SB` - Solomon Islands
|
|
11855
|
+
* * `SO` - Somalia
|
|
11856
|
+
* * `ZA` - South Africa
|
|
11857
|
+
* * `GS` - South Georgia and the South Sandwich Islands
|
|
11858
|
+
* * `KR` - South Korea
|
|
11859
|
+
* * `SS` - South Sudan
|
|
11860
|
+
* * `ES` - Spain
|
|
11861
|
+
* * `LK` - Sri Lanka
|
|
11862
|
+
* * `SD` - Sudan
|
|
11863
|
+
* * `SR` - Suriname
|
|
11864
|
+
* * `SJ` - Svalbard and Jan Mayen
|
|
11865
|
+
* * `SE` - Sweden
|
|
11866
|
+
* * `CH` - Switzerland
|
|
11867
|
+
* * `SY` - Syria
|
|
11868
|
+
* * `TW` - Taiwan
|
|
11869
|
+
* * `TJ` - Tajikistan
|
|
11870
|
+
* * `TZ` - Tanzania
|
|
11871
|
+
* * `TH` - Thailand
|
|
11872
|
+
* * `TL` - Timor-Leste
|
|
11873
|
+
* * `TG` - Togo
|
|
11874
|
+
* * `TK` - Tokelau
|
|
11875
|
+
* * `TO` - Tonga
|
|
11876
|
+
* * `TT` - Trinidad and Tobago
|
|
11877
|
+
* * `TN` - Tunisia
|
|
11878
|
+
* * `TR` - Türkiye
|
|
11879
|
+
* * `TM` - Turkmenistan
|
|
11880
|
+
* * `TC` - Turks and Caicos Islands
|
|
11881
|
+
* * `TV` - Tuvalu
|
|
11882
|
+
* * `UG` - Uganda
|
|
11883
|
+
* * `UA` - Ukraine
|
|
11884
|
+
* * `AE` - United Arab Emirates
|
|
11885
|
+
* * `GB` - United Kingdom
|
|
11886
|
+
* * `UM` - United States Minor Outlying Islands
|
|
11887
|
+
* * `US` - United States of America
|
|
11888
|
+
* * `UY` - Uruguay
|
|
11889
|
+
* * `UZ` - Uzbekistan
|
|
11890
|
+
* * `VU` - Vanuatu
|
|
11891
|
+
* * `VE` - Venezuela
|
|
11892
|
+
* * `VN` - Vietnam
|
|
11893
|
+
* * `VG` - Virgin Islands (British)
|
|
11894
|
+
* * `VI` - Virgin Islands (U.S.)
|
|
11895
|
+
* * `WF` - Wallis and Futuna
|
|
11896
|
+
* * `EH` - Western Sahara
|
|
11897
|
+
* * `YE` - Yemen
|
|
11898
|
+
* * `ZM` - Zambia
|
|
11899
|
+
* * `ZW` - Zimbabwe
|
|
11900
|
+
*/
|
|
11901
|
+
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;
|
|
11902
|
+
/**
|
|
11903
|
+
* * `male` - Male
|
|
11314
11904
|
* * `female` - Female
|
|
11315
11905
|
* * `other` - Other
|
|
11316
11906
|
* * `not_specified` - Not Specified
|
|
@@ -11734,12 +12324,9 @@ export type CompanyWalletAccountWritable = {
|
|
|
11734
12324
|
email?: string | null;
|
|
11735
12325
|
mobile?: string | null;
|
|
11736
12326
|
name?: string | null;
|
|
11737
|
-
|
|
11738
|
-
|
|
11739
|
-
|
|
11740
|
-
* * `other` - Other
|
|
11741
|
-
*/
|
|
11742
|
-
type?: 'paypal' | 'venmo' | 'other';
|
|
12327
|
+
type?: string | null;
|
|
12328
|
+
payment_method?: string | null;
|
|
12329
|
+
owner?: WalletOwner | null;
|
|
11743
12330
|
wallet_currency?: string | null;
|
|
11744
12331
|
metadata?: {
|
|
11745
12332
|
[key: string]: unknown;
|
|
@@ -15974,7 +16561,11 @@ export type UserBankAccountResponseWritable = {
|
|
|
15974
16561
|
* values with complex, nested serializations
|
|
15975
16562
|
*/
|
|
15976
16563
|
export type UserCreateDocumentRequestWritable = {
|
|
15977
|
-
file
|
|
16564
|
+
file?: Blob | File;
|
|
16565
|
+
/**
|
|
16566
|
+
* 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`.
|
|
16567
|
+
*/
|
|
16568
|
+
files?: Array<DocumentFileWriteRequest>;
|
|
15978
16569
|
type: number;
|
|
15979
16570
|
metadata?: {
|
|
15980
16571
|
[key: string]: unknown;
|
|
@@ -15993,7 +16584,7 @@ export type UserDisallowedTransactionSubtypeWritable = {
|
|
|
15993
16584
|
* values with complex, nested serializations
|
|
15994
16585
|
*/
|
|
15995
16586
|
export type UserDocumentWritable = {
|
|
15996
|
-
file
|
|
16587
|
+
file?: string;
|
|
15997
16588
|
metadata?: {
|
|
15998
16589
|
[key: string]: unknown;
|
|
15999
16590
|
} | null;
|
|
@@ -16083,12 +16674,9 @@ export type UserWalletAccountWritable = {
|
|
|
16083
16674
|
email?: string | null;
|
|
16084
16675
|
mobile?: string | null;
|
|
16085
16676
|
name?: string | null;
|
|
16086
|
-
|
|
16087
|
-
|
|
16088
|
-
|
|
16089
|
-
* * `other` - Other
|
|
16090
|
-
*/
|
|
16091
|
-
type?: 'paypal' | 'venmo' | 'other';
|
|
16677
|
+
type?: string | null;
|
|
16678
|
+
payment_method?: string | null;
|
|
16679
|
+
owner?: WalletOwner | null;
|
|
16092
16680
|
wallet_currency?: string | null;
|
|
16093
16681
|
metadata?: {
|
|
16094
16682
|
[key: string]: unknown;
|