rehive 3.1.3 → 4.0.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/README.md +211 -494
- package/dist/admin.d.mts +31284 -0
- package/dist/admin.d.ts +31284 -0
- package/dist/admin.js +1 -0
- package/dist/admin.mjs +1 -0
- package/dist/auth.d.mts +23 -0
- package/dist/auth.d.ts +23 -0
- package/dist/auth.js +1 -0
- package/dist/auth.mjs +1 -0
- package/dist/chunk-53JJUQ4V.js +1 -0
- package/dist/chunk-5MRX4DHT.js +1 -0
- package/dist/chunk-7WWCXCY2.mjs +1 -0
- package/dist/chunk-HF5XDXOU.mjs +1 -0
- package/dist/chunk-NFN3B6SG.mjs +1 -0
- package/dist/chunk-OEIQFP6T.js +1 -0
- package/dist/chunk-Q2ZX3WFY.mjs +7 -0
- package/dist/chunk-QWQ6ZENI.js +1 -0
- package/dist/chunk-RKDIBDG6.js +7 -0
- package/dist/chunk-S4QKN5WW.mjs +1 -0
- package/dist/chunk-UYUMXTPF.js +7 -0
- package/dist/chunk-V277OEVY.mjs +7 -0
- package/dist/create-api-client-BMeX50D6.d.ts +25 -0
- package/dist/create-api-client-BrsH1l8c.d.mts +25 -0
- package/dist/create-auth-UTklIOTc.d.mts +18340 -0
- package/dist/create-auth-UTklIOTc.d.ts +18340 -0
- package/dist/extensions/alchemy.d.mts +1114 -0
- package/dist/extensions/alchemy.d.ts +1114 -0
- package/dist/extensions/alchemy.js +7 -0
- package/dist/extensions/alchemy.mjs +7 -0
- package/dist/extensions/app.d.mts +2042 -0
- package/dist/extensions/app.d.ts +2042 -0
- package/dist/extensions/app.js +7 -0
- package/dist/extensions/app.mjs +7 -0
- package/dist/extensions/billing.d.mts +828 -0
- package/dist/extensions/billing.d.ts +828 -0
- package/dist/extensions/billing.js +7 -0
- package/dist/extensions/billing.mjs +7 -0
- package/dist/extensions/bridge.d.mts +2028 -0
- package/dist/extensions/bridge.d.ts +2028 -0
- package/dist/extensions/bridge.js +7 -0
- package/dist/extensions/bridge.mjs +7 -0
- package/dist/extensions/builder.d.mts +542 -0
- package/dist/extensions/builder.d.ts +542 -0
- package/dist/extensions/builder.js +7 -0
- package/dist/extensions/builder.mjs +7 -0
- package/dist/extensions/business.d.mts +8972 -0
- package/dist/extensions/business.d.ts +8972 -0
- package/dist/extensions/business.js +7 -0
- package/dist/extensions/business.mjs +7 -0
- package/dist/extensions/conversion.d.mts +2786 -0
- package/dist/extensions/conversion.d.ts +2786 -0
- package/dist/extensions/conversion.js +7 -0
- package/dist/extensions/conversion.mjs +7 -0
- package/dist/extensions/mass-send.d.mts +1294 -0
- package/dist/extensions/mass-send.d.ts +1294 -0
- package/dist/extensions/mass-send.js +7 -0
- package/dist/extensions/mass-send.mjs +7 -0
- package/dist/extensions/notifications.d.mts +2035 -0
- package/dist/extensions/notifications.d.ts +2035 -0
- package/dist/extensions/notifications.js +7 -0
- package/dist/extensions/notifications.mjs +7 -0
- package/dist/extensions/payment-requests.d.mts +3746 -0
- package/dist/extensions/payment-requests.d.ts +3746 -0
- package/dist/extensions/payment-requests.js +7 -0
- package/dist/extensions/payment-requests.mjs +7 -0
- package/dist/extensions/products.d.mts +10092 -0
- package/dist/extensions/products.d.ts +10092 -0
- package/dist/extensions/products.js +7 -0
- package/dist/extensions/products.mjs +7 -0
- package/dist/extensions/rain.d.mts +1896 -0
- package/dist/extensions/rain.d.ts +1896 -0
- package/dist/extensions/rain.js +7 -0
- package/dist/extensions/rain.mjs +7 -0
- package/dist/extensions/rewards.d.mts +2038 -0
- package/dist/extensions/rewards.d.ts +2038 -0
- package/dist/extensions/rewards.js +7 -0
- package/dist/extensions/rewards.mjs +7 -0
- package/dist/extensions/stellar-testnet.d.mts +3922 -0
- package/dist/extensions/stellar-testnet.d.ts +3922 -0
- package/dist/extensions/stellar-testnet.js +7 -0
- package/dist/extensions/stellar-testnet.mjs +7 -0
- package/dist/extensions/stellar.d.mts +3922 -0
- package/dist/extensions/stellar.d.ts +3922 -0
- package/dist/extensions/stellar.js +7 -0
- package/dist/extensions/stellar.mjs +7 -0
- package/dist/index.d.mts +6 -61050
- package/dist/index.d.ts +6 -61050
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/react.d.mts +8 -61087
- package/dist/react.d.ts +8 -61087
- package/dist/react.js +1 -1
- package/dist/react.mjs +1 -1
- package/dist/user.d.mts +1347 -0
- package/dist/user.d.ts +1347 -0
- package/dist/user.js +1 -0
- package/dist/user.mjs +1 -0
- package/package.json +99 -32
- package/src/auth/core/storage-adapters.ts +58 -0
- package/src/auth/create-auth.ts +563 -0
- package/src/auth/index.ts +4 -0
- package/src/auth/types/index.ts +28 -0
- package/src/extensions/alchemy/create-api.ts +13 -0
- package/src/extensions/alchemy/index.ts +3 -0
- package/src/extensions/alchemy/openapi-ts/client/client.gen.ts +288 -0
- package/src/extensions/alchemy/openapi-ts/client/index.ts +25 -0
- package/src/extensions/alchemy/openapi-ts/client/types.gen.ts +213 -0
- package/src/extensions/alchemy/openapi-ts/client/utils.gen.ts +316 -0
- package/src/extensions/alchemy/openapi-ts/client.gen.ts +16 -0
- package/src/extensions/alchemy/openapi-ts/core/auth.gen.ts +41 -0
- package/src/extensions/alchemy/openapi-ts/core/bodySerializer.gen.ts +84 -0
- package/src/extensions/alchemy/openapi-ts/core/params.gen.ts +169 -0
- package/src/extensions/alchemy/openapi-ts/core/pathSerializer.gen.ts +171 -0
- package/src/extensions/alchemy/openapi-ts/core/queryKeySerializer.gen.ts +117 -0
- package/src/extensions/alchemy/openapi-ts/core/serverSentEvents.gen.ts +243 -0
- package/src/extensions/alchemy/openapi-ts/core/types.gen.ts +104 -0
- package/src/extensions/alchemy/openapi-ts/core/utils.gen.ts +140 -0
- package/src/extensions/alchemy/openapi-ts/index.ts +4 -0
- package/src/extensions/alchemy/openapi-ts/sdk.gen.ts +179 -0
- package/src/extensions/alchemy/openapi-ts/types.gen.ts +851 -0
- package/src/extensions/app/create-api.ts +13 -0
- package/src/extensions/app/index.ts +3 -0
- package/src/extensions/app/openapi-ts/client/client.gen.ts +288 -0
- package/src/extensions/app/openapi-ts/client/index.ts +25 -0
- package/src/extensions/app/openapi-ts/client/types.gen.ts +213 -0
- package/src/extensions/app/openapi-ts/client/utils.gen.ts +316 -0
- package/src/extensions/app/openapi-ts/client.gen.ts +16 -0
- package/src/extensions/app/openapi-ts/core/auth.gen.ts +41 -0
- package/src/extensions/app/openapi-ts/core/bodySerializer.gen.ts +84 -0
- package/src/extensions/app/openapi-ts/core/params.gen.ts +169 -0
- package/src/extensions/app/openapi-ts/core/pathSerializer.gen.ts +171 -0
- package/src/extensions/app/openapi-ts/core/queryKeySerializer.gen.ts +117 -0
- package/src/extensions/app/openapi-ts/core/serverSentEvents.gen.ts +243 -0
- package/src/extensions/app/openapi-ts/core/types.gen.ts +104 -0
- package/src/extensions/app/openapi-ts/core/utils.gen.ts +140 -0
- package/src/extensions/app/openapi-ts/index.ts +4 -0
- package/src/extensions/app/openapi-ts/sdk.gen.ts +539 -0
- package/src/extensions/app/openapi-ts/types.gen.ts +1702 -0
- package/src/extensions/billing/create-api.ts +13 -0
- package/src/extensions/billing/index.ts +3 -0
- package/src/extensions/billing/openapi-ts/client/client.gen.ts +288 -0
- package/src/extensions/billing/openapi-ts/client/index.ts +25 -0
- package/src/extensions/billing/openapi-ts/client/types.gen.ts +213 -0
- package/src/extensions/billing/openapi-ts/client/utils.gen.ts +316 -0
- package/src/extensions/billing/openapi-ts/client.gen.ts +16 -0
- package/src/extensions/billing/openapi-ts/core/auth.gen.ts +41 -0
- package/src/extensions/billing/openapi-ts/core/bodySerializer.gen.ts +84 -0
- package/src/extensions/billing/openapi-ts/core/params.gen.ts +169 -0
- package/src/extensions/billing/openapi-ts/core/pathSerializer.gen.ts +171 -0
- package/src/extensions/billing/openapi-ts/core/queryKeySerializer.gen.ts +117 -0
- package/src/extensions/billing/openapi-ts/core/serverSentEvents.gen.ts +243 -0
- package/src/extensions/billing/openapi-ts/core/types.gen.ts +104 -0
- package/src/extensions/billing/openapi-ts/core/utils.gen.ts +140 -0
- package/src/extensions/billing/openapi-ts/index.ts +4 -0
- package/src/extensions/billing/openapi-ts/sdk.gen.ts +155 -0
- package/src/extensions/billing/openapi-ts/types.gen.ts +508 -0
- package/src/extensions/bridge/create-api.ts +13 -0
- package/src/extensions/bridge/index.ts +3 -0
- package/src/extensions/bridge/openapi-ts/client/client.gen.ts +288 -0
- package/src/extensions/bridge/openapi-ts/client/index.ts +25 -0
- package/src/extensions/bridge/openapi-ts/client/types.gen.ts +213 -0
- package/src/extensions/bridge/openapi-ts/client/utils.gen.ts +316 -0
- package/src/extensions/bridge/openapi-ts/client.gen.ts +16 -0
- package/src/extensions/bridge/openapi-ts/core/auth.gen.ts +41 -0
- package/src/extensions/bridge/openapi-ts/core/bodySerializer.gen.ts +84 -0
- package/src/extensions/bridge/openapi-ts/core/params.gen.ts +169 -0
- package/src/extensions/bridge/openapi-ts/core/pathSerializer.gen.ts +171 -0
- package/src/extensions/bridge/openapi-ts/core/queryKeySerializer.gen.ts +117 -0
- package/src/extensions/bridge/openapi-ts/core/serverSentEvents.gen.ts +243 -0
- package/src/extensions/bridge/openapi-ts/core/types.gen.ts +104 -0
- package/src/extensions/bridge/openapi-ts/core/utils.gen.ts +140 -0
- package/src/extensions/bridge/openapi-ts/index.ts +4 -0
- package/src/extensions/bridge/openapi-ts/sdk.gen.ts +383 -0
- package/src/extensions/bridge/openapi-ts/types.gen.ts +1855 -0
- package/src/extensions/builder/create-api.ts +13 -0
- package/src/extensions/builder/index.ts +3 -0
- package/src/extensions/builder/openapi-ts/client/client.gen.ts +288 -0
- package/src/extensions/builder/openapi-ts/client/index.ts +25 -0
- package/src/extensions/builder/openapi-ts/client/types.gen.ts +213 -0
- package/src/extensions/builder/openapi-ts/client/utils.gen.ts +316 -0
- package/src/extensions/builder/openapi-ts/client.gen.ts +16 -0
- package/src/extensions/builder/openapi-ts/core/auth.gen.ts +41 -0
- package/src/extensions/builder/openapi-ts/core/bodySerializer.gen.ts +84 -0
- package/src/extensions/builder/openapi-ts/core/params.gen.ts +169 -0
- package/src/extensions/builder/openapi-ts/core/pathSerializer.gen.ts +171 -0
- package/src/extensions/builder/openapi-ts/core/queryKeySerializer.gen.ts +117 -0
- package/src/extensions/builder/openapi-ts/core/serverSentEvents.gen.ts +243 -0
- package/src/extensions/builder/openapi-ts/core/types.gen.ts +104 -0
- package/src/extensions/builder/openapi-ts/core/utils.gen.ts +140 -0
- package/src/extensions/builder/openapi-ts/index.ts +4 -0
- package/src/extensions/builder/openapi-ts/sdk.gen.ts +60 -0
- package/src/extensions/builder/openapi-ts/types.gen.ts +215 -0
- package/src/extensions/business/create-api.ts +13 -0
- package/src/extensions/business/index.ts +3 -0
- package/src/extensions/business/openapi-ts/client/client.gen.ts +288 -0
- package/src/extensions/business/openapi-ts/client/index.ts +25 -0
- package/src/extensions/business/openapi-ts/client/types.gen.ts +213 -0
- package/src/extensions/business/openapi-ts/client/utils.gen.ts +316 -0
- package/src/extensions/business/openapi-ts/client.gen.ts +16 -0
- package/src/extensions/business/openapi-ts/core/auth.gen.ts +41 -0
- package/src/extensions/business/openapi-ts/core/bodySerializer.gen.ts +84 -0
- package/src/extensions/business/openapi-ts/core/params.gen.ts +169 -0
- package/src/extensions/business/openapi-ts/core/pathSerializer.gen.ts +171 -0
- package/src/extensions/business/openapi-ts/core/queryKeySerializer.gen.ts +117 -0
- package/src/extensions/business/openapi-ts/core/serverSentEvents.gen.ts +243 -0
- package/src/extensions/business/openapi-ts/core/types.gen.ts +104 -0
- package/src/extensions/business/openapi-ts/core/utils.gen.ts +140 -0
- package/src/extensions/business/openapi-ts/index.ts +4 -0
- package/src/extensions/business/openapi-ts/sdk.gen.ts +903 -0
- package/src/extensions/business/openapi-ts/types.gen.ts +8718 -0
- package/src/extensions/conversion/create-api.ts +13 -0
- package/src/extensions/conversion/index.ts +3 -0
- package/src/extensions/conversion/openapi-ts/client/client.gen.ts +288 -0
- package/src/extensions/conversion/openapi-ts/client/index.ts +25 -0
- package/src/extensions/conversion/openapi-ts/client/types.gen.ts +213 -0
- package/src/extensions/conversion/openapi-ts/client/utils.gen.ts +316 -0
- package/src/extensions/conversion/openapi-ts/client.gen.ts +16 -0
- package/src/extensions/conversion/openapi-ts/core/auth.gen.ts +41 -0
- package/src/extensions/conversion/openapi-ts/core/bodySerializer.gen.ts +84 -0
- package/src/extensions/conversion/openapi-ts/core/params.gen.ts +169 -0
- package/src/extensions/conversion/openapi-ts/core/pathSerializer.gen.ts +171 -0
- package/src/extensions/conversion/openapi-ts/core/queryKeySerializer.gen.ts +117 -0
- package/src/extensions/conversion/openapi-ts/core/serverSentEvents.gen.ts +243 -0
- package/src/extensions/conversion/openapi-ts/core/types.gen.ts +104 -0
- package/src/extensions/conversion/openapi-ts/core/utils.gen.ts +140 -0
- package/src/extensions/conversion/openapi-ts/index.ts +4 -0
- package/src/extensions/conversion/openapi-ts/sdk.gen.ts +684 -0
- package/src/extensions/conversion/openapi-ts/types.gen.ts +2467 -0
- package/src/extensions/mass-send/create-api.ts +13 -0
- package/src/extensions/mass-send/index.ts +3 -0
- package/src/extensions/mass-send/openapi-ts/client/client.gen.ts +288 -0
- package/src/extensions/mass-send/openapi-ts/client/index.ts +25 -0
- package/src/extensions/mass-send/openapi-ts/client/types.gen.ts +213 -0
- package/src/extensions/mass-send/openapi-ts/client/utils.gen.ts +316 -0
- package/src/extensions/mass-send/openapi-ts/client.gen.ts +16 -0
- package/src/extensions/mass-send/openapi-ts/core/auth.gen.ts +41 -0
- package/src/extensions/mass-send/openapi-ts/core/bodySerializer.gen.ts +84 -0
- package/src/extensions/mass-send/openapi-ts/core/params.gen.ts +169 -0
- package/src/extensions/mass-send/openapi-ts/core/pathSerializer.gen.ts +171 -0
- package/src/extensions/mass-send/openapi-ts/core/queryKeySerializer.gen.ts +117 -0
- package/src/extensions/mass-send/openapi-ts/core/serverSentEvents.gen.ts +243 -0
- package/src/extensions/mass-send/openapi-ts/core/types.gen.ts +104 -0
- package/src/extensions/mass-send/openapi-ts/core/utils.gen.ts +140 -0
- package/src/extensions/mass-send/openapi-ts/index.ts +4 -0
- package/src/extensions/mass-send/openapi-ts/sdk.gen.ts +270 -0
- package/src/extensions/mass-send/openapi-ts/types.gen.ts +988 -0
- package/src/extensions/notifications/create-api.ts +13 -0
- package/src/extensions/notifications/index.ts +3 -0
- package/src/extensions/notifications/openapi-ts/client/client.gen.ts +288 -0
- package/src/extensions/notifications/openapi-ts/client/index.ts +25 -0
- package/src/extensions/notifications/openapi-ts/client/types.gen.ts +213 -0
- package/src/extensions/notifications/openapi-ts/client/utils.gen.ts +316 -0
- package/src/extensions/notifications/openapi-ts/client.gen.ts +16 -0
- package/src/extensions/notifications/openapi-ts/core/auth.gen.ts +41 -0
- package/src/extensions/notifications/openapi-ts/core/bodySerializer.gen.ts +84 -0
- package/src/extensions/notifications/openapi-ts/core/params.gen.ts +169 -0
- package/src/extensions/notifications/openapi-ts/core/pathSerializer.gen.ts +171 -0
- package/src/extensions/notifications/openapi-ts/core/queryKeySerializer.gen.ts +117 -0
- package/src/extensions/notifications/openapi-ts/core/serverSentEvents.gen.ts +243 -0
- package/src/extensions/notifications/openapi-ts/core/types.gen.ts +104 -0
- package/src/extensions/notifications/openapi-ts/core/utils.gen.ts +140 -0
- package/src/extensions/notifications/openapi-ts/index.ts +4 -0
- package/src/extensions/notifications/openapi-ts/sdk.gen.ts +450 -0
- package/src/extensions/notifications/openapi-ts/types.gen.ts +1732 -0
- package/src/extensions/payment-requests/create-api.ts +13 -0
- package/src/extensions/payment-requests/index.ts +3 -0
- package/src/extensions/payment-requests/openapi-ts/client/client.gen.ts +288 -0
- package/src/extensions/payment-requests/openapi-ts/client/index.ts +25 -0
- package/src/extensions/payment-requests/openapi-ts/client/types.gen.ts +213 -0
- package/src/extensions/payment-requests/openapi-ts/client/utils.gen.ts +316 -0
- package/src/extensions/payment-requests/openapi-ts/client.gen.ts +16 -0
- package/src/extensions/payment-requests/openapi-ts/core/auth.gen.ts +41 -0
- package/src/extensions/payment-requests/openapi-ts/core/bodySerializer.gen.ts +84 -0
- package/src/extensions/payment-requests/openapi-ts/core/params.gen.ts +169 -0
- package/src/extensions/payment-requests/openapi-ts/core/pathSerializer.gen.ts +171 -0
- package/src/extensions/payment-requests/openapi-ts/core/queryKeySerializer.gen.ts +117 -0
- package/src/extensions/payment-requests/openapi-ts/core/serverSentEvents.gen.ts +243 -0
- package/src/extensions/payment-requests/openapi-ts/core/types.gen.ts +104 -0
- package/src/extensions/payment-requests/openapi-ts/core/utils.gen.ts +140 -0
- package/src/extensions/payment-requests/openapi-ts/index.ts +4 -0
- package/src/extensions/payment-requests/openapi-ts/sdk.gen.ts +845 -0
- package/src/extensions/payment-requests/openapi-ts/types.gen.ts +3415 -0
- package/src/extensions/products/create-api.ts +13 -0
- package/src/extensions/products/index.ts +3 -0
- package/src/extensions/products/openapi-ts/client/client.gen.ts +288 -0
- package/src/extensions/products/openapi-ts/client/index.ts +25 -0
- package/src/extensions/products/openapi-ts/client/types.gen.ts +213 -0
- package/src/extensions/products/openapi-ts/client/utils.gen.ts +316 -0
- package/src/extensions/products/openapi-ts/client.gen.ts +16 -0
- package/src/extensions/products/openapi-ts/core/auth.gen.ts +41 -0
- package/src/extensions/products/openapi-ts/core/bodySerializer.gen.ts +84 -0
- package/src/extensions/products/openapi-ts/core/params.gen.ts +169 -0
- package/src/extensions/products/openapi-ts/core/pathSerializer.gen.ts +171 -0
- package/src/extensions/products/openapi-ts/core/queryKeySerializer.gen.ts +117 -0
- package/src/extensions/products/openapi-ts/core/serverSentEvents.gen.ts +243 -0
- package/src/extensions/products/openapi-ts/core/types.gen.ts +104 -0
- package/src/extensions/products/openapi-ts/core/utils.gen.ts +140 -0
- package/src/extensions/products/openapi-ts/index.ts +4 -0
- package/src/extensions/products/openapi-ts/sdk.gen.ts +2619 -0
- package/src/extensions/products/openapi-ts/types.gen.ts +9717 -0
- package/src/extensions/rain/create-api.ts +13 -0
- package/src/extensions/rain/index.ts +3 -0
- package/src/extensions/rain/openapi-ts/client/client.gen.ts +288 -0
- package/src/extensions/rain/openapi-ts/client/index.ts +25 -0
- package/src/extensions/rain/openapi-ts/client/types.gen.ts +213 -0
- package/src/extensions/rain/openapi-ts/client/utils.gen.ts +316 -0
- package/src/extensions/rain/openapi-ts/client.gen.ts +16 -0
- package/src/extensions/rain/openapi-ts/core/auth.gen.ts +41 -0
- package/src/extensions/rain/openapi-ts/core/bodySerializer.gen.ts +84 -0
- package/src/extensions/rain/openapi-ts/core/params.gen.ts +169 -0
- package/src/extensions/rain/openapi-ts/core/pathSerializer.gen.ts +171 -0
- package/src/extensions/rain/openapi-ts/core/queryKeySerializer.gen.ts +117 -0
- package/src/extensions/rain/openapi-ts/core/serverSentEvents.gen.ts +243 -0
- package/src/extensions/rain/openapi-ts/core/types.gen.ts +104 -0
- package/src/extensions/rain/openapi-ts/core/utils.gen.ts +140 -0
- package/src/extensions/rain/openapi-ts/index.ts +4 -0
- package/src/extensions/rain/openapi-ts/sdk.gen.ts +227 -0
- package/src/extensions/rain/openapi-ts/types.gen.ts +1660 -0
- package/src/extensions/rewards/create-api.ts +13 -0
- package/src/extensions/rewards/index.ts +3 -0
- package/src/extensions/rewards/openapi-ts/client/client.gen.ts +288 -0
- package/src/extensions/rewards/openapi-ts/client/index.ts +25 -0
- package/src/extensions/rewards/openapi-ts/client/types.gen.ts +213 -0
- package/src/extensions/rewards/openapi-ts/client/utils.gen.ts +316 -0
- package/src/extensions/rewards/openapi-ts/client.gen.ts +16 -0
- package/src/extensions/rewards/openapi-ts/core/auth.gen.ts +41 -0
- package/src/extensions/rewards/openapi-ts/core/bodySerializer.gen.ts +84 -0
- package/src/extensions/rewards/openapi-ts/core/params.gen.ts +169 -0
- package/src/extensions/rewards/openapi-ts/core/pathSerializer.gen.ts +171 -0
- package/src/extensions/rewards/openapi-ts/core/queryKeySerializer.gen.ts +117 -0
- package/src/extensions/rewards/openapi-ts/core/serverSentEvents.gen.ts +243 -0
- package/src/extensions/rewards/openapi-ts/core/types.gen.ts +104 -0
- package/src/extensions/rewards/openapi-ts/core/utils.gen.ts +140 -0
- package/src/extensions/rewards/openapi-ts/index.ts +4 -0
- package/src/extensions/rewards/openapi-ts/sdk.gen.ts +345 -0
- package/src/extensions/rewards/openapi-ts/types.gen.ts +1718 -0
- package/src/extensions/stellar/create-api.ts +13 -0
- package/src/extensions/stellar/index.ts +3 -0
- package/src/extensions/stellar/openapi-ts/client/client.gen.ts +288 -0
- package/src/extensions/stellar/openapi-ts/client/index.ts +25 -0
- package/src/extensions/stellar/openapi-ts/client/types.gen.ts +213 -0
- package/src/extensions/stellar/openapi-ts/client/utils.gen.ts +316 -0
- package/src/extensions/stellar/openapi-ts/client.gen.ts +16 -0
- package/src/extensions/stellar/openapi-ts/core/auth.gen.ts +41 -0
- package/src/extensions/stellar/openapi-ts/core/bodySerializer.gen.ts +84 -0
- package/src/extensions/stellar/openapi-ts/core/params.gen.ts +169 -0
- package/src/extensions/stellar/openapi-ts/core/pathSerializer.gen.ts +171 -0
- package/src/extensions/stellar/openapi-ts/core/queryKeySerializer.gen.ts +117 -0
- package/src/extensions/stellar/openapi-ts/core/serverSentEvents.gen.ts +243 -0
- package/src/extensions/stellar/openapi-ts/core/types.gen.ts +104 -0
- package/src/extensions/stellar/openapi-ts/core/utils.gen.ts +140 -0
- package/src/extensions/stellar/openapi-ts/index.ts +4 -0
- package/src/extensions/stellar/openapi-ts/sdk.gen.ts +1049 -0
- package/src/extensions/stellar/openapi-ts/types.gen.ts +3543 -0
- package/src/extensions/stellar-testnet/create-api.ts +13 -0
- package/src/extensions/stellar-testnet/index.ts +3 -0
- package/src/extensions/stellar-testnet/openapi-ts/client/client.gen.ts +288 -0
- package/src/extensions/stellar-testnet/openapi-ts/client/index.ts +25 -0
- package/src/extensions/stellar-testnet/openapi-ts/client/types.gen.ts +213 -0
- package/src/extensions/stellar-testnet/openapi-ts/client/utils.gen.ts +316 -0
- package/src/extensions/stellar-testnet/openapi-ts/client.gen.ts +16 -0
- package/src/extensions/stellar-testnet/openapi-ts/core/auth.gen.ts +41 -0
- package/src/extensions/stellar-testnet/openapi-ts/core/bodySerializer.gen.ts +84 -0
- package/src/extensions/stellar-testnet/openapi-ts/core/params.gen.ts +169 -0
- package/src/extensions/stellar-testnet/openapi-ts/core/pathSerializer.gen.ts +171 -0
- package/src/extensions/stellar-testnet/openapi-ts/core/queryKeySerializer.gen.ts +117 -0
- package/src/extensions/stellar-testnet/openapi-ts/core/serverSentEvents.gen.ts +243 -0
- package/src/extensions/stellar-testnet/openapi-ts/core/types.gen.ts +104 -0
- package/src/extensions/stellar-testnet/openapi-ts/core/utils.gen.ts +140 -0
- package/src/extensions/stellar-testnet/openapi-ts/index.ts +4 -0
- package/src/extensions/stellar-testnet/openapi-ts/sdk.gen.ts +1049 -0
- package/src/extensions/stellar-testnet/openapi-ts/types.gen.ts +3543 -0
- package/src/platform/admin/create-api.ts +11 -0
- package/src/platform/admin/index.ts +3 -42
- package/src/platform/admin/openapi-ts/client/client.gen.ts +288 -0
- package/src/platform/admin/openapi-ts/client/index.ts +25 -0
- package/src/platform/admin/openapi-ts/client/types.gen.ts +213 -0
- package/src/platform/admin/openapi-ts/client/utils.gen.ts +316 -0
- package/src/platform/admin/openapi-ts/client.gen.ts +16 -0
- package/src/platform/admin/openapi-ts/core/auth.gen.ts +41 -0
- package/src/platform/admin/openapi-ts/core/bodySerializer.gen.ts +84 -0
- package/src/platform/admin/openapi-ts/core/params.gen.ts +169 -0
- package/src/platform/admin/openapi-ts/core/pathSerializer.gen.ts +171 -0
- package/src/platform/admin/openapi-ts/core/queryKeySerializer.gen.ts +117 -0
- package/src/platform/admin/openapi-ts/core/serverSentEvents.gen.ts +243 -0
- package/src/platform/admin/openapi-ts/core/types.gen.ts +104 -0
- package/src/platform/admin/openapi-ts/core/utils.gen.ts +140 -0
- package/src/platform/admin/openapi-ts/index.ts +4 -0
- package/src/platform/admin/openapi-ts/sdk.gen.ts +3975 -0
- package/src/platform/admin/openapi-ts/types.gen.ts +31193 -0
- package/src/platform/user/create-api.ts +11 -0
- package/src/platform/user/index.ts +3 -42
- package/src/platform/user/openapi-ts/client/client.gen.ts +288 -0
- package/src/platform/user/openapi-ts/client/index.ts +25 -0
- package/src/platform/user/openapi-ts/client/types.gen.ts +213 -0
- package/src/platform/user/openapi-ts/client/utils.gen.ts +316 -0
- package/src/platform/user/openapi-ts/client.gen.ts +16 -0
- package/src/platform/user/openapi-ts/core/auth.gen.ts +41 -0
- package/src/platform/user/openapi-ts/core/bodySerializer.gen.ts +84 -0
- package/src/platform/user/openapi-ts/core/params.gen.ts +169 -0
- package/src/platform/user/openapi-ts/core/pathSerializer.gen.ts +171 -0
- package/src/platform/user/openapi-ts/core/queryKeySerializer.gen.ts +117 -0
- package/src/platform/user/openapi-ts/core/serverSentEvents.gen.ts +243 -0
- package/src/platform/user/openapi-ts/core/types.gen.ts +104 -0
- package/src/platform/user/openapi-ts/core/utils.gen.ts +140 -0
- package/src/platform/user/openapi-ts/index.ts +4 -0
- package/src/platform/user/openapi-ts/sdk.gen.ts +2090 -0
- package/src/platform/user/openapi-ts/types.gen.ts +19540 -0
- package/src/shared/api-utils.ts +22 -0
- package/src/shared/bind-sdk.ts +48 -0
- package/src/shared/create-api-client.ts +54 -0
- package/src/extensions/app/http-client.ts +0 -1
- package/src/extensions/app/rehive-app-api.ts +0 -1827
- package/src/extensions/bridge/rehive-bridge-api.ts +0 -1436
- package/src/extensions/business/rehive-business-api.ts +0 -9480
- package/src/extensions/conversion/rehive-conversion-api.ts +0 -3054
- package/src/extensions/mass-send/rehive-mass-send-api.ts +0 -1061
- package/src/extensions/notifications/rehive-notifications-api.ts +0 -1964
- package/src/extensions/payment-requests/rehive-payment-requests-api.ts +0 -4026
- package/src/extensions/products/rehive-products-api.ts +0 -13107
- package/src/extensions/rewards/rehive-rewards-api.ts +0 -2139
- package/src/extensions/stellar/rehive-stellar-api.ts +0 -4219
- package/src/extensions/stellar-testnet/rehive-stellar-testnet-api.ts +0 -4219
- package/src/platform/admin/rehive-platform-admin-api.ts +0 -35075
- package/src/platform/user/rehive-platform-user-api.ts +0 -21554
package/dist/user.d.mts
ADDED
|
@@ -0,0 +1,1347 @@
|
|
|
1
|
+
import { g as AccountCurrenciesListData, h as AccountCurrenciesListResponses, i as AccountDefinitionsListData, j as AccountDefinitionsListResponses, k as AccountDefinitionsRetrieveData, l as AccountDefinitionsRetrieveResponses, m as AccountsListData, n as AccountsListResponses, o as AccountsCreateData, p as AccountsCreateResponses, q as AccountsRetrieveData, r as AccountsRetrieveResponses, s as AccountsCurrenciesListData, t as AccountsCurrenciesListResponses, u as AccountsCurrenciesCreateData, v as AccountsCurrenciesCreateResponses, w as AccountsCurrenciesRetrieveData, x as AccountsCurrenciesRetrieveResponses, y as AccountsCurrenciesPartialUpdateData, z as AccountsCurrenciesPartialUpdateResponses, B as AccountsCurrenciesUpdateData, C as AccountsCurrenciesUpdateResponses, D as AccountsCurrenciesFeesListData, F as AccountsCurrenciesFeesListResponses, G as AccountsCurrenciesFeesRetrieveData, H as AccountsCurrenciesFeesRetrieveResponses, I as AccountsCurrenciesLimitsListData, J as AccountsCurrenciesLimitsListResponses, K as AccountsCurrenciesLimitsRetrieveData, M as AccountsCurrenciesLimitsRetrieveResponses, N as AuthRetrieveData, O as AuthRetrieveResponses, P as AuthRegisterCompanyData, Q as AuthRegisterCompanyResponses, T as AuthDeactivateData, V as AuthDeactivateResponses, W as AuthDeactivateVerifyData, X as AuthDeactivateVerifyResponses, Y as AuthEmailVerifyData, Z as AuthEmailVerifyResponses, _ as AuthEmailVerifyResendData, $ as AuthEmailVerifyResendResponses, a0 as AuthJwtCreateData, a1 as AuthJwtCreateResponses, a2 as AuthLoginData, a3 as AuthLoginResponses, a4 as AuthLogoutData, a5 as AuthLogoutResponses, a6 as AuthMfaAuthenticatorsListData, a7 as AuthMfaAuthenticatorsListResponses, a8 as AuthMfaAuthenticatorsCreateData, a9 as AuthMfaAuthenticatorsCreateResponses, aa as AuthMfaAuthenticatorsDestroyData, ab as AuthMfaAuthenticatorsDestroyResponses, ac as AuthMfaAuthenticatorsRetrieveData, ad as AuthMfaAuthenticatorsRetrieveResponses, ae as AuthMfaDeliverData, af as AuthMfaDeliverResponses, ag as AuthMfaVerifyData, ah as AuthMfaVerifyResponses, ai as AuthMobileVerifyData, aj as AuthMobileVerifyResponses, ak as AuthMobileVerifyResendData, al as AuthMobileVerifyResendResponses, am as AuthOauthAuthorizeCreateData, an as AuthOauthAuthorizeCreateResponses, ao as AuthOauthLoginCreateData, ap as AuthOauthLoginCreateResponses, aq as AuthOauthRegisterCreateData, ar as AuthOauthRegisterCreateResponses, as as AuthOauthSessionCreateData, at as AuthOauthSessionCreateResponses, au as AuthOauthVerifyCreateData, av as AuthOauthVerifyCreateResponses, aw as AuthPasswordChangeData, ax as AuthPasswordChangeResponses, ay as AuthPasswordResetData, az as AuthPasswordResetResponses, aA as AuthPasswordResetConfirmData, aB as AuthPasswordResetConfirmResponses, aC as AuthRefreshCreateData, aD as AuthRefreshCreateResponses, aE as AuthRegisterData, aF as AuthRegisterResponses, aG as AuthRequestDeleteData, aH as AuthRequestDeleteResponses, aI as AuthRequestDeleteVerifyData, aJ as AuthRequestDeleteVerifyResponses, aK as AuthTokensListDestroyData, aL as AuthTokensListDestroyResponses, aM as AuthTokensListData, aN as AuthTokensListResponses, aO as AuthTokensCreateData, aP as AuthTokensCreateResponses, aQ as AuthTokensDestroyData, aR as AuthTokensDestroyResponses, aS as AuthTokensRetrieveData, aT as AuthTokensRetrieveResponses, aU as CompanyRetrieveData, aV as CompanyRetrieveResponses, aW as CompanyBankAccountsListData, aX as CompanyBankAccountsListResponses, aY as CompanyCurrenciesListData, aZ as CompanyCurrenciesListResponses, a_ as CompanyCurrenciesRetrieveData, a$ as CompanyCurrenciesRetrieveResponses, b0 as CompanyWalletAccountsListData, b1 as CompanyWalletAccountsListResponses, b2 as DocumentTypesListData, b3 as DocumentTypesListResponses, b4 as DocumentTypesRetrieveData, b5 as DocumentTypesRetrieveResponses, b6 as ExportsListData, b7 as ExportsListResponses, b8 as ExportsCreateData, b9 as ExportsCreateResponses, ba as ExportsRetrieveData, bb as ExportsRetrieveResponses, bc as GroupsListData, bd as GroupsListResponses, be as GroupsRetrieveData, bf as GroupsRetrieveResponses, bg as GroupsFeesListData, bh as GroupsFeesListResponses, bi as GroupsFeesRetrieveData, bj as GroupsFeesRetrieveResponses, bk as GroupsLimitsListData, bl as GroupsLimitsListResponses, bm as GroupsLimitsRetrieveData, bn as GroupsLimitsRetrieveResponses, bo as GroupsPermissionsListData, bp as GroupsPermissionsListResponses, bq as GroupsPermissionsRetrieveData, br as GroupsPermissionsRetrieveResponses, bs as GroupsTiersListData, bt as GroupsTiersListResponses, bu as GroupsTiersRetrieveData, bv as GroupsTiersRetrieveResponses, bw as GroupsTiersFeesListData, bx as GroupsTiersFeesListResponses, by as GroupsTiersFeesRetrieveData, bz as GroupsTiersFeesRetrieveResponses, bA as GroupsTiersLimitsListData, bB as GroupsTiersLimitsListResponses, bC as GroupsTiersLimitsRetrieveData, bD as GroupsTiersLimitsRetrieveResponses, bE as GroupsTiersRequirementSetsListData, bF as GroupsTiersRequirementSetsListResponses, bG as GroupsTiersRequirementSetsRetrieveData, bH as GroupsTiersRequirementSetsRetrieveResponses, bI as GroupsTiersRequirementSetsItemsListData, bJ as GroupsTiersRequirementSetsItemsListResponses, bK as GroupsTiersRequirementSetsItemsRetrieveData, bL as GroupsTiersRequirementSetsItemsRetrieveResponses, bM as MetricsListData, bN as MetricsListResponses, bO as MetricsCreateData, bP as MetricsCreateResponses, bQ as MetricsDestroyData, bR as MetricsDestroyResponses, bS as MetricsRetrieveData, bT as MetricsRetrieveResponses, bU as MetricsPointsListData, bV as MetricsPointsListResponses, bW as PermissionsListData, bX as PermissionsListResponses, bY as PermissionsRetrieveData, bZ as PermissionsRetrieveResponses, b_ as PublicCompaniesListData, b$ as PublicCompaniesListResponses, c0 as PublicCompaniesRetrieveData, c1 as PublicCompaniesRetrieveResponses, c2 as PublicCompaniesGroupsListData, c3 as PublicCompaniesGroupsListResponses, c4 as PublicCompaniesGroupsRetrieveData, c5 as PublicCompaniesGroupsRetrieveResponses, c6 as PublicCompaniesLegalTermsListData, c7 as PublicCompaniesLegalTermsListResponses, c8 as PublicCompaniesLegalTermsRetrieveData, c9 as PublicCompaniesLegalTermsRetrieveResponses, ca as PublicCompaniesLegalTermsVersionsListData, cb as PublicCompaniesLegalTermsVersionsListResponses, cc as PublicCompaniesLegalTermsVersionsRetrieveData, cd as PublicCompaniesLegalTermsVersionsRetrieveResponses, ce as PublicCompaniesOauthClientsListData, cf as PublicCompaniesOauthClientsListResponses, cg as PublicCompaniesOauthClientsRetrieveData, ch as PublicCompaniesOauthClientsRetrieveResponses, ci as PublicLegalTermsListData, cj as PublicLegalTermsListResponses, ck as PublicLegalTermsRetrieveData, cl as PublicLegalTermsRetrieveResponses, cm as PublicLegalTermsVersionsListData, cn as PublicLegalTermsVersionsListResponses, co as PublicLegalTermsVersionsRetrieveData, cp as PublicLegalTermsVersionsRetrieveResponses, cq as StatementsListData, cr as StatementsListResponses, cs as StatementsCreateData, ct as StatementsCreateResponses, cu as StatementsDestroyData, cv as StatementsDestroyResponses, cw as StatementsRetrieveData, cx as StatementsRetrieveResponses, cy as SubtypesListData, cz as SubtypesListResponses, cA as SubtypesRetrieveData, cB as SubtypesRetrieveResponses, cC as TransactionCollectionsListData, cD as TransactionCollectionsListResponses, cE as TransactionCollectionsCreateData, cF as TransactionCollectionsCreateResponses, cG as TransactionCollectionsRetrieveData, cH as TransactionCollectionsRetrieveResponses, cI as TransactionsListData, cJ as TransactionsListResponses, cK as TransactionsCreateData, cL as TransactionsCreateResponses, cM as TransactionsRetrieveData, cN as TransactionsRetrieveResponses, cO as TransactionsPartialUpdateData, cP as TransactionsPartialUpdateResponses, cQ as TransactionsUpdateData, cR as TransactionsUpdateResponses, cS as TransactionsMessagesListData, cT as TransactionsMessagesListResponses, cU as TransactionsMessagesRetrieveData, cV as TransactionsMessagesRetrieveResponses, cW as TransactionsCreditCreateData, cX as TransactionsCreditCreateResponses, cY as TransactionsDebitCreateData, cZ as TransactionsDebitCreateResponses, c_ as TransactionTotalsRetrieveData, c$ as TransactionTotalsRetrieveResponses, d0 as TransactionsTransferCreateData, d1 as TransactionsTransferCreateResponses, d2 as UserRetrieveData, d3 as UserRetrieveResponses, d4 as UserPartialUpdateData, d5 as UserPartialUpdateResponses, d6 as UserUpdateData, d7 as UserUpdateResponses, d8 as UserAddressesListData, d9 as UserAddressesListResponses, da as UserAddressesCreateData, db as UserAddressesCreateResponses, dc as UserAddressesDestroyData, dd as UserAddressesDestroyResponses, de as UserAddressesRetrieveData, df as UserAddressesRetrieveResponses, dg as UserAddressesPartialUpdateData, dh as UserAddressesPartialUpdateResponses, di as UserAddressesUpdateData, dj as UserAddressesUpdateResponses, dk as UserBankAccountsListData, dl as UserBankAccountsListResponses, dm as UserBankAccountsCreateData, dn as UserBankAccountsCreateResponses, dp as UserBankAccountsDestroyData, dq as UserBankAccountsDestroyResponses, dr as UserBankAccountsRetrieveData, ds as UserBankAccountsRetrieveResponses, dt as UserBankAccountsPartialUpdateData, du as UserBankAccountsPartialUpdateResponses, dv as UserBankAccountsUpdateData, dw as UserBankAccountsUpdateResponses, dx as UserBankAccountsAccountCurrenciesListData, dy as UserBankAccountsAccountCurrenciesListResponses, dz as UserBankAccountsAccountCurrenciesCreateData, dA as UserBankAccountsAccountCurrenciesCreateResponses, dB as UserBankAccountsAccountCurrenciesDestroyData, dC as UserBankAccountsAccountCurrenciesDestroyResponses, dD as UserBankAccountsAccountCurrenciesRetrieveData, dE as UserBankAccountsAccountCurrenciesRetrieveResponses, dF as UserBankAccountsCurrenciesListData, dG as UserBankAccountsCurrenciesListResponses, dH as UserBankAccountsCurrenciesCreateData, dI as UserBankAccountsCurrenciesCreateResponses, dJ as UserBankAccountsCurrenciesDestroyData, dK as UserBankAccountsCurrenciesDestroyResponses, dL as UserBankAccountsCurrenciesRetrieveData, dM as UserBankAccountsCurrenciesRetrieveResponses, dN as UserBankAccountsDocumentsRetrieveData, dO as UserBankAccountsDocumentsRetrieveResponses, dP as UserBankAccountsDocumentsRetrieve2Data, dQ as UserBankAccountsDocumentsRetrieve2Responses, dR as UserCryptoAccountsListData, dS as UserCryptoAccountsListResponses, dT as UserCryptoAccountsCreateData, dU as UserCryptoAccountsCreateResponses, dV as UserCryptoAccountsDestroyData, dW as UserCryptoAccountsDestroyResponses, dX as UserCryptoAccountsRetrieveData, dY as UserCryptoAccountsRetrieveResponses, dZ as UserCryptoAccountsPartialUpdateData, d_ as UserCryptoAccountsPartialUpdateResponses, d$ as UserCryptoAccountsUpdateData, e0 as UserCryptoAccountsUpdateResponses, e1 as UserCryptoAccountsAccountCurrenciesListData, e2 as UserCryptoAccountsAccountCurrenciesListResponses, e3 as UserCryptoAccountsAccountCurrenciesCreateData, e4 as UserCryptoAccountsAccountCurrenciesCreateResponses, e5 as UserCryptoAccountsAccountCurrenciesDestroyData, e6 as UserCryptoAccountsAccountCurrenciesDestroyResponses, e7 as UserCryptoAccountsAccountCurrenciesRetrieveData, e8 as UserCryptoAccountsAccountCurrenciesRetrieveResponses, e9 as UserCryptoAccountsCurrenciesListData, ea as UserCryptoAccountsCurrenciesListResponses, eb as UserCryptoAccountsCurrenciesCreateData, ec as UserCryptoAccountsCurrenciesCreateResponses, ed as UserCryptoAccountsCurrenciesDestroyData, ee as UserCryptoAccountsCurrenciesDestroyResponses, ef as UserCryptoAccountsCurrenciesRetrieveData, eg as UserCryptoAccountsCurrenciesRetrieveResponses, eh as UserDevicesListData, ei as UserDevicesListResponses, ej as UserDevicesCreateData, ek as UserDevicesCreateResponses, el as UserDevicesAppsDestroyData, em as UserDevicesAppsDestroyResponses, en as UserDevicesAppsRetrieveData, eo as UserDevicesAppsRetrieveResponses, ep as UserDevicesAppsPartialUpdateData, eq as UserDevicesAppsPartialUpdateResponses, er as UserDevicesAppsUpdateData, es as UserDevicesAppsUpdateResponses, et as UserDevicesDestroyData, eu as UserDevicesDestroyResponses, ev as UserDevicesRetrieveData, ew as UserDevicesRetrieveResponses, ex as UserDevicesPartialUpdateData, ey as UserDevicesPartialUpdateResponses, ez as UserDevicesUpdateData, eA as UserDevicesUpdateResponses, eB as UserDevicesAppsListData, eC as UserDevicesAppsListResponses, eD as UserDevicesAppsCreateData, eE as UserDevicesAppsCreateResponses, eF as UserDocumentsListData, eG as UserDocumentsListResponses, eH as UserDocumentsCreateData, eI as UserDocumentsCreateResponses, eJ as UserDocumentsDestroyData, eK as UserDocumentsDestroyResponses, eL as UserDocumentsRetrieveData, eM as UserDocumentsRetrieveResponses, eN as UserEmailsListData, eO as UserEmailsListResponses, eP as UserEmailsCreateData, eQ as UserEmailsCreateResponses, eR as UserEmailsDestroyData, eS as UserEmailsDestroyResponses, eT as UserEmailsRetrieveData, eU as UserEmailsRetrieveResponses, eV as UserEmailsPartialUpdateData, eW as UserEmailsPartialUpdateResponses, eX as UserEmailsUpdateData, eY as UserEmailsUpdateResponses, eZ as UserLegalTermsListData, e_ as UserLegalTermsListResponses, e$ as UserLegalTermsRetrieveData, f0 as UserLegalTermsRetrieveResponses, f1 as UserLegalTermsVersionsListData, f2 as UserLegalTermsVersionsListResponses, f3 as UserLegalTermsVersionsRetrieveData, f4 as UserLegalTermsVersionsRetrieveResponses, f5 as UserLegalTermsVersionsPartialUpdateData, f6 as UserLegalTermsVersionsPartialUpdateResponses, f7 as UserLegalTermsVersionsUpdateData, f8 as UserLegalTermsVersionsUpdateResponses, f9 as UserMessagesListData, fa as UserMessagesListResponses, fb as UserMessagesRetrieveData, fc as UserMessagesRetrieveResponses, fd as UserMobilesListData, fe as UserMobilesListResponses, ff as UserMobilesCreateData, fg as UserMobilesCreateResponses, fh as UserMobilesDestroyData, fi as UserMobilesDestroyResponses, fj as UserMobilesRetrieveData, fk as UserMobilesRetrieveResponses, fl as UserMobilesPartialUpdateData, fm as UserMobilesPartialUpdateResponses, fn as UserMobilesUpdateData, fo as UserMobilesUpdateResponses, fp as UserWalletAccountsListData, fq as UserWalletAccountsListResponses, fr as UserWalletAccountsCreateData, fs as UserWalletAccountsCreateResponses, ft as UserWalletAccountsDestroyData, fu as UserWalletAccountsDestroyResponses, fv as UserWalletAccountsRetrieveData, fw as UserWalletAccountsRetrieveResponses, fx as UserWalletAccountsPartialUpdateData, fy as UserWalletAccountsPartialUpdateResponses, fz as UserWalletAccountsUpdateData, fA as UserWalletAccountsUpdateResponses, fB as UserWalletAccountsAccountCurrenciesListData, fC as UserWalletAccountsAccountCurrenciesListResponses, fD as UserWalletAccountsAccountCurrenciesCreateData, fE as UserWalletAccountsAccountCurrenciesCreateResponses, fF as UserWalletAccountsAccountCurrenciesDestroyData, fG as UserWalletAccountsAccountCurrenciesDestroyResponses, fH as UserWalletAccountsAccountCurrenciesRetrieveData, fI as UserWalletAccountsAccountCurrenciesRetrieveResponses, fJ as UserWalletAccountsCurrenciesListData, fK as UserWalletAccountsCurrenciesListResponses, fL as UserWalletAccountsCurrenciesCreateData, fM as UserWalletAccountsCurrenciesCreateResponses, fN as UserWalletAccountsCurrenciesDestroyData, fO as UserWalletAccountsCurrenciesDestroyResponses, fP as UserWalletAccountsCurrenciesRetrieveData, fQ as UserWalletAccountsCurrenciesRetrieveResponses } from './create-auth-UTklIOTc.mjs';
|
|
2
|
+
export { fS as Account, fT as AccountAccountAsset, fU as AccountAccountAssetResponse, lw as AccountAccountAssetResponseWritable, lv as AccountAccountAssetWritable, fV as AccountAsset, fW as AccountAssetFee, ly as AccountAssetFeeWritable, fX as AccountAssetLimit, fY as AccountAssetLimitResponse, lA as AccountAssetLimitResponseWritable, lz as AccountAssetLimitWritable, fZ as AccountAssetResponse, lB as AccountAssetResponseWritable, f_ as AccountAssetSettings, lC as AccountAssetSettingsWritable, lx as AccountAssetWritable, q3 as AccountCurrenciesListResponse, f$ as AccountDefinition, g0 as AccountDefinitionGroup, g1 as AccountDefinitionGroupAsset, lF as AccountDefinitionGroupAssetWritable, lE as AccountDefinitionGroupWritable, g2 as AccountDefinitionResponse, lG as AccountDefinitionResponseWritable, lD as AccountDefinitionWritable, q4 as AccountDefinitionsListResponse, q5 as AccountDefinitionsRetrieveResponse, g3 as AccountResponse, lH as AccountResponseWritable, lu as AccountWritable, q7 as AccountsCreateResponse, qa as AccountsCurrenciesCreateResponse, qe as AccountsCurrenciesFeesListResponse, qf as AccountsCurrenciesFeesRetrieveResponse, qg as AccountsCurrenciesLimitsListResponse, qh as AccountsCurrenciesLimitsRetrieveResponse, q9 as AccountsCurrenciesListResponse, qc as AccountsCurrenciesPartialUpdateResponse, qb as AccountsCurrenciesRetrieveResponse, qd as AccountsCurrenciesUpdateResponse, q6 as AccountsListResponse, q8 as AccountsRetrieveResponse, g4 as ActionResponse, g5 as AdminAccountAssetFee, g6 as AdminAccountAssetFeeResponse, lJ as AdminAccountAssetFeeResponseWritable, lI as AdminAccountAssetFeeWritable, g7 as AdminCompanyAddress, g8 as Asset, g9 as AssetResponse, lL as AssetResponseWritable, lK as AssetWritable, ga as Auth, qk as AuthDeactivateResponse, ql as AuthDeactivateVerifyResponse, qn as AuthEmailVerifyResendResponse, qm as AuthEmailVerifyResponse, qo as AuthJwtCreateResponse, qp as AuthLoginResponse, qq as AuthLogoutResponse, qs as AuthMfaAuthenticatorsCreateResponse, qt as AuthMfaAuthenticatorsDestroyResponse, qr as AuthMfaAuthenticatorsListResponse, qu as AuthMfaAuthenticatorsRetrieveResponse, qv as AuthMfaDeliverResponse, qw as AuthMfaVerifyResponse, qy as AuthMobileVerifyResendResponse, qx as AuthMobileVerifyResponse, qz as AuthOauthAuthorizeCreateResponse, qA as AuthOauthLoginCreateResponse, qB as AuthOauthRegisterCreateResponse, qC as AuthOauthSessionCreateResponse, qD as AuthOauthVerifyCreateResponse, qE as AuthPasswordChangeResponse, qG as AuthPasswordResetConfirmResponse, qF as AuthPasswordResetResponse, qH as AuthRefreshCreateResponse, qj as AuthRegisterCompanyResponse, qI as AuthRegisterResponse, qJ as AuthRequestDeleteResponse, qK as AuthRequestDeleteVerifyResponse, gb as AuthResponse, lN as AuthResponseWritable, qi as AuthRetrieveResponse, gc as AuthToken, gd as AuthTokenList, ge as AuthTokenListResponse, lQ as AuthTokenListResponseWritable, lP as AuthTokenListWritable, gf as AuthTokenResponse, lR as AuthTokenResponseWritable, lO as AuthTokenWritable, qN as AuthTokensCreateResponse, qO as AuthTokensDestroyResponse, qL as AuthTokensListDestroyResponse, qM as AuthTokensListResponse, qP as AuthTokensRetrieveResponse, lM as AuthWritable, gg as Authenticated, gh as AuthenticatedResponse, lT as AuthenticatedResponseWritable, lS as AuthenticatedWritable, gi as AuthenticatorChallenge, gj as BankOwner, gk as BankOwnerAddress, fR as ClientOptions, gl as Company, gm as CompanyBankAccount, lV as CompanyBankAccountWritable, qR as CompanyBankAccountsListResponse, gn as CompanyBankBranchAddress, qS as CompanyCurrenciesListResponse, qT as CompanyCurrenciesRetrieveResponse, go as CompanyDisallowedTransactionSubtype, lW as CompanyDisallowedTransactionSubtypeWritable, gp as CompanyResponse, lX as CompanyResponseWritable, qQ as CompanyRetrieveResponse, gq as CompanySettings, lY as CompanySettingsWritable, gr as CompanyWalletAccount, lZ as CompanyWalletAccountWritable, qU as CompanyWalletAccountsListResponse, lU as CompanyWritable, gs as CreateAccountAccountAsset, l_ as CreateAccountAccountAssetWritable, gt as CreateAuthToken, gu as CreateCompany, l$ as CreateCompanyWritable, gv as CreateCreditTransaction, m0 as CreateCreditTransactionWritable, gw as CreateCryptoAccount, gx as CreateCryptoAccountAccountAsset, gy as CreateCryptoAccountAsset, m1 as CreateCryptoAccountWritable, gz as CreateDebitTransaction, m2 as CreateDebitTransactionWritable, gA as CreateDevice, gB as CreateDeviceApp, m4 as CreateDeviceAppWritable, m3 as CreateDeviceWritable, gC as CreateEmail, m5 as CreateEmailWritable, gD as CreateExport, gE as CreateJwt, gG as CreateMetric, m7 as CreateMetricWritable, gF as CreateMfaAuthenticator, m6 as CreateMfaAuthenticatorWritable, gH as CreateMobile, m8 as CreateMobileWritable, gI as CreateMultiTransaction, m9 as CreateMultiTransactionWritable, gJ as CreateStatement, ma as CreateStatementWritable, gK as CreateTransactionCollection, gL as CreateTransactionCollectionTransaction, mc as CreateTransactionCollectionTransactionWritable, mb as CreateTransactionCollectionWritable, gM as CreateTransferTransaction, gN as CreateUserBankAccountAccountAsset, gO as CreateUserBankAccountAsset, gP as CreateUserWalletAccountAccountAsset, gQ as CreateUserWalletAccountAsset, gR as CryptoAccount, gS as CryptoAccountAsset, gT as CryptoAccountAssetList, gU as CryptoAccountAssetListResponse, mg as CryptoAccountAssetListResponseWritable, mf as CryptoAccountAssetListWritable, gV as CryptoAccountAssetResponse, mh as CryptoAccountAssetResponseWritable, me as CryptoAccountAssetWritable, gW as CryptoAccountList, gX as CryptoAccountListResponse, mj as CryptoAccountListResponseWritable, mi as CryptoAccountListWritable, gY as CryptoAccountResponse, mk as CryptoAccountResponseWritable, md as CryptoAccountWritable, gZ as Deactivate, g_ as Device, g$ as DeviceApp, h0 as DeviceAppResponse, mn as DeviceAppResponseWritable, mm as DeviceAppWritable, h1 as DeviceList, h2 as DeviceListResponse, mp as DeviceListResponseWritable, mo as DeviceListWritable, h3 as DeviceResponse, mq as DeviceResponseWritable, ml as DeviceWritable, h4 as DocumentType, h5 as DocumentTypeResponse, ms as DocumentTypeResponseWritable, mr as DocumentTypeWritable, qV as DocumentTypesListResponse, qW as DocumentTypesRetrieveResponse, h6 as Email, h7 as EmailList, h8 as EmailListResponse, mv as EmailListResponseWritable, mu as EmailListWritable, h9 as EmailResponse, mw as EmailResponseWritable, mt as EmailWritable, ha as ExplicitCreateTransaction, mx as ExplicitCreateTransactionWritable, hb as Export, hc as ExportPage, mz as ExportPageWritable, hd as ExportResponse, mA as ExportResponseWritable, my as ExportWritable, qY as ExportsCreateResponse, qX as ExportsListResponse, qZ as ExportsRetrieveResponse, he as ExtendedAccount, hf as ExtendedAccountResponse, mC as ExtendedAccountResponseWritable, mB as ExtendedAccountWritable, hg as ExtendedAuthenticated, hh as ExtendedAuthenticatedResponse, mE as ExtendedAuthenticatedResponseWritable, mD as ExtendedAuthenticatedWritable, hi as ExtendedExport, hj as ExtendedExportResponse, mG as ExtendedExportResponseWritable, mF as ExtendedExportWritable, hk as ExtendedGroupTier, hl as ExtendedGroupTierResponse, mI as ExtendedGroupTierResponseWritable, mH as ExtendedGroupTierWritable, hm as ExtendedTransaction, hn as ExtendedTransactionResponse, mK as ExtendedTransactionResponseWritable, mJ as ExtendedTransactionWritable, ho as ExtendedUserInfo, hp as ExtendedUserInfoResponse, mM as ExtendedUserInfoResponseWritable, mL as ExtendedUserInfoWritable, hq as GroupDisallowedTransactionSubtype, mN as GroupDisallowedTransactionSubtypeWritable, hr as GroupFee, hs as GroupFeeResponse, mP as GroupFeeResponseWritable, mO as GroupFeeWritable, ht as GroupLimit, hu as GroupLimitResponse, mR as GroupLimitResponseWritable, mQ as GroupLimitWritable, hv as GroupPermission, hw as GroupPermissionResponse, mT as GroupPermissionResponseWritable, mS as GroupPermissionWritable, hx as GroupSettings, mU as GroupSettingsWritable, hy as GroupTier, hz as GroupTierDisallowedTransactionSubtype, mW as GroupTierDisallowedTransactionSubtypeWritable, hA as GroupTierFee, hB as GroupTierFeeResponse, mY as GroupTierFeeResponseWritable, mX as GroupTierFeeWritable, hC as GroupTierLimit, hD as GroupTierLimitResponse, m_ as GroupTierLimitResponseWritable, mZ as GroupTierLimitWritable, hE as GroupTierRequirementSet, hF as GroupTierRequirementSetItem, hG as GroupTierRequirementSetItemResponse, n1 as GroupTierRequirementSetItemResponseWritable, hH as GroupTierRequirementSetItemRule, n0 as GroupTierRequirementSetItemWritable, hI as GroupTierRequirementSetResponse, n2 as GroupTierRequirementSetResponseWritable, m$ as GroupTierRequirementSetWritable, hJ as GroupTierSettings, n3 as GroupTierSettingsWritable, mV as GroupTierWritable, r0 as GroupsFeesListResponse, r1 as GroupsFeesRetrieveResponse, r2 as GroupsLimitsListResponse, r3 as GroupsLimitsRetrieveResponse, q_ as GroupsListResponse, r4 as GroupsPermissionsListResponse, r5 as GroupsPermissionsRetrieveResponse, q$ as GroupsRetrieveResponse, r8 as GroupsTiersFeesListResponse, r9 as GroupsTiersFeesRetrieveResponse, ra as GroupsTiersLimitsListResponse, rb as GroupsTiersLimitsRetrieveResponse, r6 as GroupsTiersListResponse, re as GroupsTiersRequirementSetsItemsListResponse, rf as GroupsTiersRequirementSetsItemsRetrieveResponse, rc as GroupsTiersRequirementSetsListResponse, rd as GroupsTiersRequirementSetsRetrieveResponse, r7 as GroupsTiersRetrieveResponse, hK as Jwt, hL as JwtResponse, n4 as JwtResponseWritable, hM as LegalTerm, hN as LegalTermResponse, n5 as LegalTermResponseWritable, hO as LegalTermVersion, hP as LegalTermVersionResponse, n6 as LegalTermVersionResponseWritable, hQ as Login, n7 as LoginWritable, hR as Logout, h$ as MaskedMfaAuthenticator, i0 as MaskedMfaAuthenticatorResponse, ne as MaskedMfaAuthenticatorResponseWritable, nd as MaskedMfaAuthenticatorWritable, i1 as MaskedMfaDeviceDetail, nf as MaskedMfaDeviceDetailWritable, i2 as MaskedMfaStaticDeviceDetail, ng as MaskedMfaStaticDeviceDetailWritable, i3 as MaskedMfaStaticDeviceToken, i5 as MaskedMfaTwilioDeviceDetail, i4 as MaskedMfatotpDeviceDetail, nh as MaskedMfatotpDeviceDetailWritable, i6 as Metric, i7 as MetricPoint, i8 as MetricResponse, nj as MetricResponseWritable, ni as MetricWritable, rh as MetricsCreateResponse, ri as MetricsDestroyResponse, rg as MetricsListResponse, rk as MetricsPointsListResponse, rj as MetricsRetrieveResponse, hS as MfaAuthenticator, hT as MfaAuthenticatorResponse, n9 as MfaAuthenticatorResponseWritable, n8 as MfaAuthenticatorWritable, hU as MfaDeliver, hV as MfaDeviceDetail, na as MfaDeviceDetailWritable, hW as MfaStaticDeviceDetail, nb as MfaStaticDeviceDetailWritable, hX as MfaStaticDeviceToken, hZ as MfaTwilioDeviceDetail, h_ as MfaVerify, hY as MfatotpDeviceDetail, nc as MfatotpDeviceDetailWritable, i9 as Mobile, ia as MobileList, ib as MobileListResponse, nm as MobileListResponseWritable, nl as MobileListWritable, ic as MobileResponse, nn as MobileResponseWritable, nk as MobileWritable, id as MultiTransaction, ie as MultiTransactionResponse, np as MultiTransactionResponseWritable, no as MultiTransactionWritable, ig as OauthAuthorize, ih as OauthAuthorizeResponse, nr as OauthAuthorizeResponseWritable, nq as OauthAuthorizeWritable, ii as OauthClient, ij as OauthClientResponse, ns as OauthClientResponseWritable, ik as OauthLogin, nt as OauthLoginWritable, il as OauthRegister, nu as OauthRegisterWritable, im as OauthSession, io as OauthSessionResponse, ip as OauthVerify, iq as OauthVerifyResponse, nw as OauthVerifyResponseWritable, nv as OauthVerifyWritable, ir as PaginatedAccountAccountAssetList, is as PaginatedAccountAccountAssetListResponse, ny as PaginatedAccountAccountAssetListResponseWritable, nx as PaginatedAccountAccountAssetListWritable, it as PaginatedAccountAssetFeeList, iu as PaginatedAccountAssetFeeListResponse, nA as PaginatedAccountAssetFeeListResponseWritable, nz as PaginatedAccountAssetFeeListWritable, iv as PaginatedAccountAssetLimitList, iw as PaginatedAccountAssetLimitListResponse, nC as PaginatedAccountAssetLimitListResponseWritable, nB as PaginatedAccountAssetLimitListWritable, ix as PaginatedAccountAssetList, iy as PaginatedAccountAssetListResponse, nE as PaginatedAccountAssetListResponseWritable, nD as PaginatedAccountAssetListWritable, iz as PaginatedAccountDefinitionList, iA as PaginatedAccountDefinitionListResponse, nG as PaginatedAccountDefinitionListResponseWritable, nF as PaginatedAccountDefinitionListWritable, iB as PaginatedAccountList, iC as PaginatedAccountListResponse, nI as PaginatedAccountListResponseWritable, nH as PaginatedAccountListWritable, iD as PaginatedAssetList, iE as PaginatedAssetListResponse, nK as PaginatedAssetListResponseWritable, nJ as PaginatedAssetListWritable, iF as PaginatedCompanyBankAccountList, iG as PaginatedCompanyBankAccountListResponse, nM as PaginatedCompanyBankAccountListResponseWritable, nL as PaginatedCompanyBankAccountListWritable, iH as PaginatedCompanyWalletAccountList, iI as PaginatedCompanyWalletAccountListResponse, nO as PaginatedCompanyWalletAccountListResponseWritable, nN as PaginatedCompanyWalletAccountListWritable, iJ as PaginatedDeviceAppList, iK as PaginatedDeviceAppListResponse, nQ as PaginatedDeviceAppListResponseWritable, nP as PaginatedDeviceAppListWritable, iL as PaginatedDocumentTypeList, iM as PaginatedDocumentTypeListResponse, nS as PaginatedDocumentTypeListResponseWritable, nR as PaginatedDocumentTypeListWritable, iN as PaginatedExportList, iO as PaginatedExportListResponse, nU as PaginatedExportListResponseWritable, nT as PaginatedExportListWritable, iP as PaginatedGroupFeeList, iQ as PaginatedGroupFeeListResponse, nW as PaginatedGroupFeeListResponseWritable, nV as PaginatedGroupFeeListWritable, iR as PaginatedGroupLimitList, iS as PaginatedGroupLimitListResponse, nY as PaginatedGroupLimitListResponseWritable, nX as PaginatedGroupLimitListWritable, iT as PaginatedGroupPermissionList, iU as PaginatedGroupPermissionListResponse, n_ as PaginatedGroupPermissionListResponseWritable, nZ as PaginatedGroupPermissionListWritable, iV as PaginatedGroupTierFeeList, iW as PaginatedGroupTierFeeListResponse, o0 as PaginatedGroupTierFeeListResponseWritable, n$ as PaginatedGroupTierFeeListWritable, iX as PaginatedGroupTierLimitList, iY as PaginatedGroupTierLimitListResponse, o2 as PaginatedGroupTierLimitListResponseWritable, o1 as PaginatedGroupTierLimitListWritable, iZ as PaginatedGroupTierList, i_ as PaginatedGroupTierListResponse, o4 as PaginatedGroupTierListResponseWritable, o3 as PaginatedGroupTierListWritable, i$ as PaginatedGroupTierRequirementSetItemList, j0 as PaginatedGroupTierRequirementSetItemListResponse, o6 as PaginatedGroupTierRequirementSetItemListResponseWritable, o5 as PaginatedGroupTierRequirementSetItemListWritable, j1 as PaginatedGroupTierRequirementSetList, j2 as PaginatedGroupTierRequirementSetListResponse, o8 as PaginatedGroupTierRequirementSetListResponseWritable, o7 as PaginatedGroupTierRequirementSetListWritable, j3 as PaginatedLegalTermList, j4 as PaginatedLegalTermListResponse, oa as PaginatedLegalTermListResponseWritable, o9 as PaginatedLegalTermListWritable, j5 as PaginatedLegalTermVersionList, j6 as PaginatedLegalTermVersionListResponse, oc as PaginatedLegalTermVersionListResponseWritable, ob as PaginatedLegalTermVersionListWritable, j7 as PaginatedMaskedMfaAuthenticatorList, j8 as PaginatedMaskedMfaAuthenticatorListResponse, oe as PaginatedMaskedMfaAuthenticatorListResponseWritable, od as PaginatedMaskedMfaAuthenticatorListWritable, j9 as PaginatedMetricList, ja as PaginatedMetricListResponse, og as PaginatedMetricListResponseWritable, of as PaginatedMetricListWritable, jb as PaginatedMetricPointList, jc as PaginatedMetricPointListResponse, oi as PaginatedMetricPointListResponseWritable, oh as PaginatedMetricPointListWritable, jd as PaginatedOauthClientList, je as PaginatedOauthClientListResponse, ok as PaginatedOauthClientListResponseWritable, oj as PaginatedOauthClientListWritable, jf as PaginatedPublicCompanyLegalTermList, jg as PaginatedPublicCompanyLegalTermListResponse, om as PaginatedPublicCompanyLegalTermListResponseWritable, ol as PaginatedPublicCompanyLegalTermListWritable, jh as PaginatedPublicCompanyLegalTermVersionList, ji as PaginatedPublicCompanyLegalTermVersionListResponse, oo as PaginatedPublicCompanyLegalTermVersionListResponseWritable, on as PaginatedPublicCompanyLegalTermVersionListWritable, jj as PaginatedPublicCompanyList, jk as PaginatedPublicCompanyListResponse, oq as PaginatedPublicCompanyListResponseWritable, op as PaginatedPublicCompanyListWritable, jl as PaginatedPublicGroupList, jm as PaginatedPublicGroupListResponse, jn as PaginatedPublicLegalTermList, jo as PaginatedPublicLegalTermListResponse, os as PaginatedPublicLegalTermListResponseWritable, or as PaginatedPublicLegalTermListWritable, jp as PaginatedPublicLegalTermVersionList, jq as PaginatedPublicLegalTermVersionListResponse, ou as PaginatedPublicLegalTermVersionListResponseWritable, ot as PaginatedPublicLegalTermVersionListWritable, jr as PaginatedStatementList, js as PaginatedStatementListResponse, ow as PaginatedStatementListResponseWritable, ov as PaginatedStatementListWritable, jt as PaginatedTransactionCollectionList, ju as PaginatedTransactionCollectionListResponse, oy as PaginatedTransactionCollectionListResponseWritable, ox as PaginatedTransactionCollectionListWritable, jv as PaginatedTransactionList, jw as PaginatedTransactionListResponse, oA as PaginatedTransactionListResponseWritable, oz as PaginatedTransactionListWritable, jx as PaginatedTransactionMessageList, jy as PaginatedTransactionMessageListResponse, oC as PaginatedTransactionMessageListResponseWritable, oB as PaginatedTransactionMessageListWritable, jz as PaginatedUserDocumentList, jA as PaginatedUserDocumentListResponse, oE as PaginatedUserDocumentListResponseWritable, oD as PaginatedUserDocumentListWritable, jB as PaginatedUserGroupList, jC as PaginatedUserGroupListResponse, oG as PaginatedUserGroupListResponseWritable, oF as PaginatedUserGroupListWritable, jD as PaginatedUserMessageList, jE as PaginatedUserMessageListResponse, oI as PaginatedUserMessageListResponseWritable, oH as PaginatedUserMessageListWritable, jF as PaginatedUserPermissionList, jG as PaginatedUserPermissionListResponse, oK as PaginatedUserPermissionListResponseWritable, oJ as PaginatedUserPermissionListWritable, jH as PaginatedUserWalletAccountAssetList, jI as PaginatedUserWalletAccountAssetListResponse, oM as PaginatedUserWalletAccountAssetListResponseWritable, oL as PaginatedUserWalletAccountAssetListWritable, jJ as PartnerTransaction, jK as PartnerUserInfo, jL as PasswordChange, oN as PasswordChangeWritable, jM as PasswordReset, jN as PasswordResetConfirm, oO as PasswordResetConfirmWritable, jO as PatchedAccountAccountAsset, oP as PatchedAccountAccountAssetWritable, jP as PatchedCryptoAccount, oQ as PatchedCryptoAccountWritable, jQ as PatchedDevice, jR as PatchedDeviceApp, oS as PatchedDeviceAppWritable, oR as PatchedDeviceWritable, jS as PatchedEmail, oT as PatchedEmailWritable, jT as PatchedExtendedUserInfo, oU as PatchedExtendedUserInfoWritable, jU as PatchedMobile, oV as PatchedMobileWritable, jV as PatchedUpdateExtendedTransaction, oW as PatchedUpdateExtendedTransactionWritable, jW as PatchedUpdateLegalTermVersion, oX as PatchedUpdateLegalTermVersionWritable, jX as PatchedUserAddress, oY as PatchedUserAddressWritable, jY as PatchedUserBankAccount, oZ as PatchedUserBankAccountWritable, jZ as PatchedUserWalletAccount, o_ as PatchedUserWalletAccountWritable, rl as PermissionsListResponse, rm as PermissionsRetrieveResponse, j_ as ProtectedUserInfo, rp as PublicCompaniesGroupsListResponse, rq as PublicCompaniesGroupsRetrieveResponse, rr as PublicCompaniesLegalTermsListResponse, rs as PublicCompaniesLegalTermsRetrieveResponse, rt as PublicCompaniesLegalTermsVersionsListResponse, ru as PublicCompaniesLegalTermsVersionsRetrieveResponse, rn as PublicCompaniesListResponse, rv as PublicCompaniesOauthClientsListResponse, rw as PublicCompaniesOauthClientsRetrieveResponse, ro as PublicCompaniesRetrieveResponse, j$ as PublicCompany, k0 as PublicCompanyLegalTerm, k1 as PublicCompanyLegalTermResponse, p1 as PublicCompanyLegalTermResponseWritable, k2 as PublicCompanyLegalTermVersion, k3 as PublicCompanyLegalTermVersionResponse, p2 as PublicCompanyLegalTermVersionResponseWritable, p0 as PublicCompanyLegalTermWritable, k4 as PublicCompanyResponse, p3 as PublicCompanyResponseWritable, k5 as PublicCompanySettings, p4 as PublicCompanySettingsWritable, o$ as PublicCompanyWritable, k6 as PublicGroup, k7 as PublicGroupResponse, k8 as PublicLegalTerm, k9 as PublicLegalTermResponse, p6 as PublicLegalTermResponseWritable, ka as PublicLegalTermVersion, kb as PublicLegalTermVersionResponse, p7 as PublicLegalTermVersionResponseWritable, p5 as PublicLegalTermWritable, rx as PublicLegalTermsListResponse, ry as PublicLegalTermsRetrieveResponse, rz as PublicLegalTermsVersionsListResponse, rA as PublicLegalTermsVersionsRetrieveResponse, kc as PublicReducedCompanyLegalTermVersion, kd as PublicReducedLegalTermVersion, ke as ReducedAccount, kf as ReducedAccountAccountAsset, p9 as ReducedAccountAccountAssetWritable, kg as ReducedAccountAsset, kh as ReducedAccountAssetList, ki as ReducedAccountAssetListResponse, pc as ReducedAccountAssetListResponseWritable, pb as ReducedAccountAssetListWritable, kj as ReducedAccountAssetResponse, pd as ReducedAccountAssetResponseWritable, pa as ReducedAccountAssetWritable, kk as ReducedAccountDefinition, p8 as ReducedAccountWritable, kl as ReducedAsset, km as ReducedDeviceApp, pe as ReducedDeviceAppWritable, kn as ReducedDocumentType, ko as ReducedGroup, kp as ReducedGroupTier, kq as ReducedLegalTermVersion, kr as ReducedService, ks as ReducedTransactionSubtype, pf as ReducedTransactionSubtypeWritable, kt as ReducedUserInfo, pg as ReducedUserInfoWritable, ku as Refresh, kv as Refreshed, kw as RefreshedResponse, ph as RefreshedResponseWritable, kx as Register, ky as RegisterCompany, pj as RegisterCompanyWritable, pi as RegisterWritable, kz as RequestDelete, kA as ResendVerifyEmail, kB as ResendVerifyMobile, kC as ResourceRequirementRule, kD as Statement, kE as StatementResponse, pl as StatementResponseWritable, pk as StatementWritable, rC as StatementsCreateResponse, rD as StatementsDestroyResponse, rB as StatementsListResponse, rE as StatementsRetrieveResponse, rF as SubtypesListResponse, rG as SubtypesRetrieveResponse, kF as TotalTransaction, kG as TotalTransactionResponse, pm as TotalTransactionResponseWritable, kH as Transaction, kI as TransactionAccountAsset, po as TransactionAccountAssetWritable, kJ as TransactionCollection, kK as TransactionCollectionResponse, pq as TransactionCollectionResponseWritable, kL as TransactionCollectionTransaction, pr as TransactionCollectionTransactionWritable, pp as TransactionCollectionWritable, rI as TransactionCollectionsCreateResponse, rH as TransactionCollectionsListResponse, rJ as TransactionCollectionsRetrieveResponse, kM as TransactionFee, kN as TransactionMessage, kO as TransactionMessageResponse, pt as TransactionMessageResponseWritable, ps as TransactionMessageWritable, kP as TransactionSubtype, kQ as TransactionSubtypeList, kR as TransactionSubtypeListResponse, pw as TransactionSubtypeListResponseWritable, pv as TransactionSubtypeListWritable, kS as TransactionSubtypeResponse, px as TransactionSubtypeResponseWritable, pu as TransactionSubtypeWritable, rT as TransactionTotalsRetrieveResponse, pn as TransactionWritable, rL as TransactionsCreateResponse, rR as TransactionsCreditCreateResponse, rS as TransactionsDebitCreateResponse, rK as TransactionsListResponse, rP as TransactionsMessagesListResponse, rQ as TransactionsMessagesRetrieveResponse, rN as TransactionsPartialUpdateResponse, rM as TransactionsRetrieveResponse, rU as TransactionsTransferCreateResponse, rO as TransactionsUpdateResponse, kT as UpdateExtendedTransaction, py as UpdateExtendedTransactionWritable, kU as UpdateLegalTermVersion, pz as UpdateLegalTermVersionWritable, kV as UserAddress, kW as UserAddressList, kX as UserAddressListResponse, pC as UserAddressListResponseWritable, pB as UserAddressListWritable, kY as UserAddressResponse, pD as UserAddressResponseWritable, pA as UserAddressWritable, rZ as UserAddressesCreateResponse, r_ as UserAddressesDestroyResponse, rY as UserAddressesListResponse, s0 as UserAddressesPartialUpdateResponse, r$ as UserAddressesRetrieveResponse, s1 as UserAddressesUpdateResponse, kZ as UserBankAccount, k_ as UserBankAccountAsset, k$ as UserBankAccountAssetList, l0 as UserBankAccountAssetListResponse, pH as UserBankAccountAssetListResponseWritable, pG as UserBankAccountAssetListWritable, l1 as UserBankAccountAssetResponse, pI as UserBankAccountAssetResponseWritable, pF as UserBankAccountAssetWritable, l2 as UserBankAccountList, l3 as UserBankAccountListResponse, pK as UserBankAccountListResponseWritable, pJ as UserBankAccountListWritable, l4 as UserBankAccountResponse, pL as UserBankAccountResponseWritable, pE as UserBankAccountWritable, s9 as UserBankAccountsAccountCurrenciesCreateResponse, sa as UserBankAccountsAccountCurrenciesDestroyResponse, s8 as UserBankAccountsAccountCurrenciesListResponse, sb as UserBankAccountsAccountCurrenciesRetrieveResponse, s3 as UserBankAccountsCreateResponse, sd as UserBankAccountsCurrenciesCreateResponse, se as UserBankAccountsCurrenciesDestroyResponse, sc as UserBankAccountsCurrenciesListResponse, sf as UserBankAccountsCurrenciesRetrieveResponse, s4 as UserBankAccountsDestroyResponse, s2 as UserBankAccountsListResponse, s6 as UserBankAccountsPartialUpdateResponse, s5 as UserBankAccountsRetrieveResponse, s7 as UserBankAccountsUpdateResponse, l5 as UserBankBranchAddress, l6 as UserCreateBankAccount, pM as UserCreateBankAccountWritable, l7 as UserCreateDocument, pN as UserCreateDocumentWritable, l8 as UserCreateWalletAccount, pO as UserCreateWalletAccountWritable, sn as UserCryptoAccountsAccountCurrenciesCreateResponse, so as UserCryptoAccountsAccountCurrenciesDestroyResponse, sm as UserCryptoAccountsAccountCurrenciesListResponse, sp as UserCryptoAccountsAccountCurrenciesRetrieveResponse, sh as UserCryptoAccountsCreateResponse, sr as UserCryptoAccountsCurrenciesCreateResponse, ss as UserCryptoAccountsCurrenciesDestroyResponse, sq as UserCryptoAccountsCurrenciesListResponse, st as UserCryptoAccountsCurrenciesRetrieveResponse, si as UserCryptoAccountsDestroyResponse, sg as UserCryptoAccountsListResponse, sk as UserCryptoAccountsPartialUpdateResponse, sj as UserCryptoAccountsRetrieveResponse, sl as UserCryptoAccountsUpdateResponse, sF as UserDevicesAppsCreateResponse, sw as UserDevicesAppsDestroyResponse, sE as UserDevicesAppsListResponse, sy as UserDevicesAppsPartialUpdateResponse, sx as UserDevicesAppsRetrieveResponse, sz as UserDevicesAppsUpdateResponse, sv as UserDevicesCreateResponse, sA as UserDevicesDestroyResponse, su as UserDevicesListResponse, sC as UserDevicesPartialUpdateResponse, sB as UserDevicesRetrieveResponse, sD as UserDevicesUpdateResponse, l9 as UserDisallowedTransactionSubtype, pP as UserDisallowedTransactionSubtypeWritable, la as UserDocument, lb as UserDocumentResponse, pR as UserDocumentResponseWritable, pQ as UserDocumentWritable, sH as UserDocumentsCreateResponse, sI as UserDocumentsDestroyResponse, sG as UserDocumentsListResponse, sJ as UserDocumentsRetrieveResponse, sL as UserEmailsCreateResponse, sM as UserEmailsDestroyResponse, sK as UserEmailsListResponse, sO as UserEmailsPartialUpdateResponse, sN as UserEmailsRetrieveResponse, sP as UserEmailsUpdateResponse, lc as UserGroup, ld as UserGroupResponse, pT as UserGroupResponseWritable, pS as UserGroupWritable, sQ as UserLegalTermsListResponse, sR as UserLegalTermsRetrieveResponse, sS as UserLegalTermsVersionsListResponse, sU as UserLegalTermsVersionsPartialUpdateResponse, sT as UserLegalTermsVersionsRetrieveResponse, sV as UserLegalTermsVersionsUpdateResponse, le as UserMessage, lf as UserMessageResponse, pV as UserMessageResponseWritable, pU as UserMessageWritable, sW as UserMessagesListResponse, sX as UserMessagesRetrieveResponse, sZ as UserMobilesCreateResponse, s_ as UserMobilesDestroyResponse, sY as UserMobilesListResponse, t0 as UserMobilesPartialUpdateResponse, s$ as UserMobilesRetrieveResponse, t1 as UserMobilesUpdateResponse, rW as UserPartialUpdateResponse, lg as UserPermission, lh as UserPermissionResponse, pX as UserPermissionResponseWritable, pW as UserPermissionWritable, rV as UserRetrieveResponse, li as UserSettings, pY as UserSettingsWritable, rX as UserUpdateResponse, lj as UserVerification, lk as UserWalletAccount, ll as UserWalletAccountAsset, lm as UserWalletAccountAssetResponse, p$ as UserWalletAccountAssetResponseWritable, p_ as UserWalletAccountAssetWritable, ln as UserWalletAccountList, lo as UserWalletAccountListResponse, q1 as UserWalletAccountListResponseWritable, q0 as UserWalletAccountListWritable, lp as UserWalletAccountResponse, q2 as UserWalletAccountResponseWritable, pZ as UserWalletAccountWritable, t9 as UserWalletAccountsAccountCurrenciesCreateResponse, ta as UserWalletAccountsAccountCurrenciesDestroyResponse, t8 as UserWalletAccountsAccountCurrenciesListResponse, tb as UserWalletAccountsAccountCurrenciesRetrieveResponse, t3 as UserWalletAccountsCreateResponse, td as UserWalletAccountsCurrenciesCreateResponse, te as UserWalletAccountsCurrenciesDestroyResponse, tc as UserWalletAccountsCurrenciesListResponse, tf as UserWalletAccountsCurrenciesRetrieveResponse, t4 as UserWalletAccountsDestroyResponse, t2 as UserWalletAccountsListResponse, t6 as UserWalletAccountsPartialUpdateResponse, t5 as UserWalletAccountsRetrieveResponse, t7 as UserWalletAccountsUpdateResponse, lq as VerifyDeactivate, lr as VerifyEmail, ls as VerifyMobile, lt as VerifyRequestDelete } from './create-auth-UTklIOTc.mjs';
|
|
3
|
+
import { A as ApiFactoryConfig, B as BoundSdk } from './create-api-client-BrsH1l8c.mjs';
|
|
4
|
+
|
|
5
|
+
type AuthToken = string | undefined;
|
|
6
|
+
interface Auth {
|
|
7
|
+
/**
|
|
8
|
+
* Which part of the request do we use to send the auth?
|
|
9
|
+
*
|
|
10
|
+
* @default 'header'
|
|
11
|
+
*/
|
|
12
|
+
in?: 'header' | 'query' | 'cookie';
|
|
13
|
+
/**
|
|
14
|
+
* Header or query parameter name.
|
|
15
|
+
*
|
|
16
|
+
* @default 'Authorization'
|
|
17
|
+
*/
|
|
18
|
+
name?: string;
|
|
19
|
+
scheme?: 'basic' | 'bearer';
|
|
20
|
+
type: 'apiKey' | 'http';
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
interface SerializerOptions<T> {
|
|
24
|
+
/**
|
|
25
|
+
* @default true
|
|
26
|
+
*/
|
|
27
|
+
explode: boolean;
|
|
28
|
+
style: T;
|
|
29
|
+
}
|
|
30
|
+
type ArrayStyle = 'form' | 'spaceDelimited' | 'pipeDelimited';
|
|
31
|
+
type ObjectStyle = 'form' | 'deepObject';
|
|
32
|
+
|
|
33
|
+
type QuerySerializer = (query: Record<string, unknown>) => string;
|
|
34
|
+
type BodySerializer = (body: any) => any;
|
|
35
|
+
type QuerySerializerOptionsObject = {
|
|
36
|
+
allowReserved?: boolean;
|
|
37
|
+
array?: Partial<SerializerOptions<ArrayStyle>>;
|
|
38
|
+
object?: Partial<SerializerOptions<ObjectStyle>>;
|
|
39
|
+
};
|
|
40
|
+
type QuerySerializerOptions = QuerySerializerOptionsObject & {
|
|
41
|
+
/**
|
|
42
|
+
* Per-parameter serialization overrides. When provided, these settings
|
|
43
|
+
* override the global array/object settings for specific parameter names.
|
|
44
|
+
*/
|
|
45
|
+
parameters?: Record<string, QuerySerializerOptionsObject>;
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
type HttpMethod = 'connect' | 'delete' | 'get' | 'head' | 'options' | 'patch' | 'post' | 'put' | 'trace';
|
|
49
|
+
type Client$1<RequestFn = never, Config = unknown, MethodFn = never, BuildUrlFn = never, SseFn = never> = {
|
|
50
|
+
/**
|
|
51
|
+
* Returns the final request URL.
|
|
52
|
+
*/
|
|
53
|
+
buildUrl: BuildUrlFn;
|
|
54
|
+
getConfig: () => Config;
|
|
55
|
+
request: RequestFn;
|
|
56
|
+
setConfig: (config: Config) => Config;
|
|
57
|
+
} & {
|
|
58
|
+
[K in HttpMethod]: MethodFn;
|
|
59
|
+
} & ([SseFn] extends [never] ? {
|
|
60
|
+
sse?: never;
|
|
61
|
+
} : {
|
|
62
|
+
sse: {
|
|
63
|
+
[K in HttpMethod]: SseFn;
|
|
64
|
+
};
|
|
65
|
+
});
|
|
66
|
+
interface Config$1 {
|
|
67
|
+
/**
|
|
68
|
+
* Auth token or a function returning auth token. The resolved value will be
|
|
69
|
+
* added to the request payload as defined by its `security` array.
|
|
70
|
+
*/
|
|
71
|
+
auth?: ((auth: Auth) => Promise<AuthToken> | AuthToken) | AuthToken;
|
|
72
|
+
/**
|
|
73
|
+
* A function for serializing request body parameter. By default,
|
|
74
|
+
* {@link JSON.stringify()} will be used.
|
|
75
|
+
*/
|
|
76
|
+
bodySerializer?: BodySerializer | null;
|
|
77
|
+
/**
|
|
78
|
+
* An object containing any HTTP headers that you want to pre-populate your
|
|
79
|
+
* `Headers` object with.
|
|
80
|
+
*
|
|
81
|
+
* {@link https://developer.mozilla.org/docs/Web/API/Headers/Headers#init See more}
|
|
82
|
+
*/
|
|
83
|
+
headers?: RequestInit['headers'] | Record<string, string | number | boolean | (string | number | boolean)[] | null | undefined | unknown>;
|
|
84
|
+
/**
|
|
85
|
+
* The request method.
|
|
86
|
+
*
|
|
87
|
+
* {@link https://developer.mozilla.org/docs/Web/API/fetch#method See more}
|
|
88
|
+
*/
|
|
89
|
+
method?: Uppercase<HttpMethod>;
|
|
90
|
+
/**
|
|
91
|
+
* A function for serializing request query parameters. By default, arrays
|
|
92
|
+
* will be exploded in form style, objects will be exploded in deepObject
|
|
93
|
+
* style, and reserved characters are percent-encoded.
|
|
94
|
+
*
|
|
95
|
+
* This method will have no effect if the native `paramsSerializer()` Axios
|
|
96
|
+
* API function is used.
|
|
97
|
+
*
|
|
98
|
+
* {@link https://swagger.io/docs/specification/serialization/#query View examples}
|
|
99
|
+
*/
|
|
100
|
+
querySerializer?: QuerySerializer | QuerySerializerOptions;
|
|
101
|
+
/**
|
|
102
|
+
* A function validating request data. This is useful if you want to ensure
|
|
103
|
+
* the request conforms to the desired shape, so it can be safely sent to
|
|
104
|
+
* the server.
|
|
105
|
+
*/
|
|
106
|
+
requestValidator?: (data: unknown) => Promise<unknown>;
|
|
107
|
+
/**
|
|
108
|
+
* A function transforming response data before it's returned. This is useful
|
|
109
|
+
* for post-processing data, e.g. converting ISO strings into Date objects.
|
|
110
|
+
*/
|
|
111
|
+
responseTransformer?: (data: unknown) => Promise<unknown>;
|
|
112
|
+
/**
|
|
113
|
+
* A function validating response data. This is useful if you want to ensure
|
|
114
|
+
* the response conforms to the desired shape, so it can be safely passed to
|
|
115
|
+
* the transformers and returned to the user.
|
|
116
|
+
*/
|
|
117
|
+
responseValidator?: (data: unknown) => Promise<unknown>;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
type ServerSentEventsOptions<TData = unknown> = Omit<RequestInit, 'method'> & Pick<Config$1, 'method' | 'responseTransformer' | 'responseValidator'> & {
|
|
121
|
+
/**
|
|
122
|
+
* Fetch API implementation. You can use this option to provide a custom
|
|
123
|
+
* fetch instance.
|
|
124
|
+
*
|
|
125
|
+
* @default globalThis.fetch
|
|
126
|
+
*/
|
|
127
|
+
fetch?: typeof fetch;
|
|
128
|
+
/**
|
|
129
|
+
* Implementing clients can call request interceptors inside this hook.
|
|
130
|
+
*/
|
|
131
|
+
onRequest?: (url: string, init: RequestInit) => Promise<Request>;
|
|
132
|
+
/**
|
|
133
|
+
* Callback invoked when a network or parsing error occurs during streaming.
|
|
134
|
+
*
|
|
135
|
+
* This option applies only if the endpoint returns a stream of events.
|
|
136
|
+
*
|
|
137
|
+
* @param error The error that occurred.
|
|
138
|
+
*/
|
|
139
|
+
onSseError?: (error: unknown) => void;
|
|
140
|
+
/**
|
|
141
|
+
* Callback invoked when an event is streamed from the server.
|
|
142
|
+
*
|
|
143
|
+
* This option applies only if the endpoint returns a stream of events.
|
|
144
|
+
*
|
|
145
|
+
* @param event Event streamed from the server.
|
|
146
|
+
* @returns Nothing (void).
|
|
147
|
+
*/
|
|
148
|
+
onSseEvent?: (event: StreamEvent<TData>) => void;
|
|
149
|
+
serializedBody?: RequestInit['body'];
|
|
150
|
+
/**
|
|
151
|
+
* Default retry delay in milliseconds.
|
|
152
|
+
*
|
|
153
|
+
* This option applies only if the endpoint returns a stream of events.
|
|
154
|
+
*
|
|
155
|
+
* @default 3000
|
|
156
|
+
*/
|
|
157
|
+
sseDefaultRetryDelay?: number;
|
|
158
|
+
/**
|
|
159
|
+
* Maximum number of retry attempts before giving up.
|
|
160
|
+
*/
|
|
161
|
+
sseMaxRetryAttempts?: number;
|
|
162
|
+
/**
|
|
163
|
+
* Maximum retry delay in milliseconds.
|
|
164
|
+
*
|
|
165
|
+
* Applies only when exponential backoff is used.
|
|
166
|
+
*
|
|
167
|
+
* This option applies only if the endpoint returns a stream of events.
|
|
168
|
+
*
|
|
169
|
+
* @default 30000
|
|
170
|
+
*/
|
|
171
|
+
sseMaxRetryDelay?: number;
|
|
172
|
+
/**
|
|
173
|
+
* Optional sleep function for retry backoff.
|
|
174
|
+
*
|
|
175
|
+
* Defaults to using `setTimeout`.
|
|
176
|
+
*/
|
|
177
|
+
sseSleepFn?: (ms: number) => Promise<void>;
|
|
178
|
+
url: string;
|
|
179
|
+
};
|
|
180
|
+
interface StreamEvent<TData = unknown> {
|
|
181
|
+
data: TData;
|
|
182
|
+
event?: string;
|
|
183
|
+
id?: string;
|
|
184
|
+
retry?: number;
|
|
185
|
+
}
|
|
186
|
+
type ServerSentEventsResult<TData = unknown, TReturn = void, TNext = unknown> = {
|
|
187
|
+
stream: AsyncGenerator<TData extends Record<string, unknown> ? TData[keyof TData] : TData, TReturn, TNext>;
|
|
188
|
+
};
|
|
189
|
+
|
|
190
|
+
type ErrInterceptor<Err, Res, Req, Options> = (error: Err, response: Res, request: Req, options: Options) => Err | Promise<Err>;
|
|
191
|
+
type ReqInterceptor<Req, Options> = (request: Req, options: Options) => Req | Promise<Req>;
|
|
192
|
+
type ResInterceptor<Res, Req, Options> = (response: Res, request: Req, options: Options) => Res | Promise<Res>;
|
|
193
|
+
declare class Interceptors<Interceptor> {
|
|
194
|
+
fns: Array<Interceptor | null>;
|
|
195
|
+
clear(): void;
|
|
196
|
+
eject(id: number | Interceptor): void;
|
|
197
|
+
exists(id: number | Interceptor): boolean;
|
|
198
|
+
getInterceptorIndex(id: number | Interceptor): number;
|
|
199
|
+
update(id: number | Interceptor, fn: Interceptor): number | Interceptor | false;
|
|
200
|
+
use(fn: Interceptor): number;
|
|
201
|
+
}
|
|
202
|
+
interface Middleware<Req, Res, Err, Options> {
|
|
203
|
+
error: Interceptors<ErrInterceptor<Err, Res, Req, Options>>;
|
|
204
|
+
request: Interceptors<ReqInterceptor<Req, Options>>;
|
|
205
|
+
response: Interceptors<ResInterceptor<Res, Req, Options>>;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
type ResponseStyle = 'data' | 'fields';
|
|
209
|
+
interface Config<T extends ClientOptions = ClientOptions> extends Omit<RequestInit, 'body' | 'headers' | 'method'>, Config$1 {
|
|
210
|
+
/**
|
|
211
|
+
* Base URL for all requests made by this client.
|
|
212
|
+
*/
|
|
213
|
+
baseUrl?: T['baseUrl'];
|
|
214
|
+
/**
|
|
215
|
+
* Fetch API implementation. You can use this option to provide a custom
|
|
216
|
+
* fetch instance.
|
|
217
|
+
*
|
|
218
|
+
* @default globalThis.fetch
|
|
219
|
+
*/
|
|
220
|
+
fetch?: typeof fetch;
|
|
221
|
+
/**
|
|
222
|
+
* Please don't use the Fetch client for Next.js applications. The `next`
|
|
223
|
+
* options won't have any effect.
|
|
224
|
+
*
|
|
225
|
+
* Install {@link https://www.npmjs.com/package/@hey-api/client-next `@hey-api/client-next`} instead.
|
|
226
|
+
*/
|
|
227
|
+
next?: never;
|
|
228
|
+
/**
|
|
229
|
+
* Return the response data parsed in a specified format. By default, `auto`
|
|
230
|
+
* will infer the appropriate method from the `Content-Type` response header.
|
|
231
|
+
* You can override this behavior with any of the {@link Body} methods.
|
|
232
|
+
* Select `stream` if you don't want to parse response data at all.
|
|
233
|
+
*
|
|
234
|
+
* @default 'auto'
|
|
235
|
+
*/
|
|
236
|
+
parseAs?: 'arrayBuffer' | 'auto' | 'blob' | 'formData' | 'json' | 'stream' | 'text';
|
|
237
|
+
/**
|
|
238
|
+
* Should we return only data or multiple fields (data, error, response, etc.)?
|
|
239
|
+
*
|
|
240
|
+
* @default 'fields'
|
|
241
|
+
*/
|
|
242
|
+
responseStyle?: ResponseStyle;
|
|
243
|
+
/**
|
|
244
|
+
* Throw an error instead of returning it in the response?
|
|
245
|
+
*
|
|
246
|
+
* @default false
|
|
247
|
+
*/
|
|
248
|
+
throwOnError?: T['throwOnError'];
|
|
249
|
+
}
|
|
250
|
+
interface RequestOptions<TData = unknown, TResponseStyle extends ResponseStyle = 'data', ThrowOnError extends boolean = boolean, Url extends string = string> extends Config<{
|
|
251
|
+
responseStyle: TResponseStyle;
|
|
252
|
+
throwOnError: ThrowOnError;
|
|
253
|
+
}>, Pick<ServerSentEventsOptions<TData>, 'onSseError' | 'onSseEvent' | 'sseDefaultRetryDelay' | 'sseMaxRetryAttempts' | 'sseMaxRetryDelay'> {
|
|
254
|
+
/**
|
|
255
|
+
* Any body that you want to add to your request.
|
|
256
|
+
*
|
|
257
|
+
* {@link https://developer.mozilla.org/docs/Web/API/fetch#body}
|
|
258
|
+
*/
|
|
259
|
+
body?: unknown;
|
|
260
|
+
path?: Record<string, unknown>;
|
|
261
|
+
query?: Record<string, unknown>;
|
|
262
|
+
/**
|
|
263
|
+
* Security mechanism(s) to use for the request.
|
|
264
|
+
*/
|
|
265
|
+
security?: ReadonlyArray<Auth>;
|
|
266
|
+
url: Url;
|
|
267
|
+
}
|
|
268
|
+
interface ResolvedRequestOptions<TResponseStyle extends ResponseStyle = 'data', ThrowOnError extends boolean = boolean, Url extends string = string> extends RequestOptions<unknown, TResponseStyle, ThrowOnError, Url> {
|
|
269
|
+
serializedBody?: string;
|
|
270
|
+
}
|
|
271
|
+
type RequestResult<TData = unknown, TError = unknown, ThrowOnError extends boolean = boolean, TResponseStyle extends ResponseStyle = 'data'> = ThrowOnError extends true ? Promise<TResponseStyle extends 'data' ? TData extends Record<string, unknown> ? TData[keyof TData] : TData : {
|
|
272
|
+
data: TData extends Record<string, unknown> ? TData[keyof TData] : TData;
|
|
273
|
+
request: Request;
|
|
274
|
+
response: Response;
|
|
275
|
+
}> : Promise<TResponseStyle extends 'data' ? (TData extends Record<string, unknown> ? TData[keyof TData] : TData) | undefined : ({
|
|
276
|
+
data: TData extends Record<string, unknown> ? TData[keyof TData] : TData;
|
|
277
|
+
error: undefined;
|
|
278
|
+
} | {
|
|
279
|
+
data: undefined;
|
|
280
|
+
error: TError extends Record<string, unknown> ? TError[keyof TError] : TError;
|
|
281
|
+
}) & {
|
|
282
|
+
request: Request;
|
|
283
|
+
response: Response;
|
|
284
|
+
}>;
|
|
285
|
+
interface ClientOptions {
|
|
286
|
+
baseUrl?: string;
|
|
287
|
+
responseStyle?: ResponseStyle;
|
|
288
|
+
throwOnError?: boolean;
|
|
289
|
+
}
|
|
290
|
+
type MethodFn = <TData = unknown, TError = unknown, ThrowOnError extends boolean = false, TResponseStyle extends ResponseStyle = 'data'>(options: Omit<RequestOptions<TData, TResponseStyle, ThrowOnError>, 'method'>) => RequestResult<TData, TError, ThrowOnError, TResponseStyle>;
|
|
291
|
+
type SseFn = <TData = unknown, TError = unknown, ThrowOnError extends boolean = false, TResponseStyle extends ResponseStyle = 'data'>(options: Omit<RequestOptions<TData, TResponseStyle, ThrowOnError>, 'method'>) => Promise<ServerSentEventsResult<TData, TError>>;
|
|
292
|
+
type RequestFn = <TData = unknown, TError = unknown, ThrowOnError extends boolean = false, TResponseStyle extends ResponseStyle = 'data'>(options: Omit<RequestOptions<TData, TResponseStyle, ThrowOnError>, 'method'> & Pick<Required<RequestOptions<TData, TResponseStyle, ThrowOnError>>, 'method'>) => RequestResult<TData, TError, ThrowOnError, TResponseStyle>;
|
|
293
|
+
type BuildUrlFn = <TData extends {
|
|
294
|
+
body?: unknown;
|
|
295
|
+
path?: Record<string, unknown>;
|
|
296
|
+
query?: Record<string, unknown>;
|
|
297
|
+
url: string;
|
|
298
|
+
}>(options: TData & Options$1<TData>) => string;
|
|
299
|
+
type Client = Client$1<RequestFn, Config, MethodFn, BuildUrlFn, SseFn> & {
|
|
300
|
+
interceptors: Middleware<Request, Response, unknown, ResolvedRequestOptions>;
|
|
301
|
+
};
|
|
302
|
+
interface TDataShape {
|
|
303
|
+
body?: unknown;
|
|
304
|
+
headers?: unknown;
|
|
305
|
+
path?: unknown;
|
|
306
|
+
query?: unknown;
|
|
307
|
+
url: string;
|
|
308
|
+
}
|
|
309
|
+
type OmitKeys<T, K> = Pick<T, Exclude<keyof T, K>>;
|
|
310
|
+
type Options$1<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean, TResponse = unknown, TResponseStyle extends ResponseStyle = 'data'> = OmitKeys<RequestOptions<TResponse, TResponseStyle, ThrowOnError>, 'body' | 'path' | 'query' | 'url'> & ([TData] extends [never] ? unknown : Omit<TData, 'url'>);
|
|
311
|
+
|
|
312
|
+
type Options<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean> = Options$1<TData, ThrowOnError> & {
|
|
313
|
+
/**
|
|
314
|
+
* You can provide a client instance returned by `createClient()` instead of
|
|
315
|
+
* individual options. This might be also useful if you want to implement a
|
|
316
|
+
* custom client.
|
|
317
|
+
*/
|
|
318
|
+
client?: Client;
|
|
319
|
+
/**
|
|
320
|
+
* You can pass arbitrary values through the `meta` object. This can be
|
|
321
|
+
* used to access values that aren't defined as part of the SDK function.
|
|
322
|
+
*/
|
|
323
|
+
meta?: Record<string, unknown>;
|
|
324
|
+
};
|
|
325
|
+
/**
|
|
326
|
+
* List account currencies
|
|
327
|
+
*/
|
|
328
|
+
declare const accountCurrenciesList: <ThrowOnError extends boolean = false>(options?: Options<AccountCurrenciesListData, ThrowOnError>) => RequestResult<AccountCurrenciesListResponses, unknown, ThrowOnError, "data">;
|
|
329
|
+
/**
|
|
330
|
+
* List account definitions
|
|
331
|
+
*/
|
|
332
|
+
declare const accountDefinitionsList: <ThrowOnError extends boolean = false>(options?: Options<AccountDefinitionsListData, ThrowOnError>) => RequestResult<AccountDefinitionsListResponses, unknown, ThrowOnError, "data">;
|
|
333
|
+
/**
|
|
334
|
+
* Retrieve account definition
|
|
335
|
+
*/
|
|
336
|
+
declare const accountDefinitionsRetrieve: <ThrowOnError extends boolean = false>(options: Options<AccountDefinitionsRetrieveData, ThrowOnError>) => RequestResult<AccountDefinitionsRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
337
|
+
/**
|
|
338
|
+
* List accounts
|
|
339
|
+
*/
|
|
340
|
+
declare const accountsList: <ThrowOnError extends boolean = false>(options?: Options<AccountsListData, ThrowOnError>) => RequestResult<AccountsListResponses, unknown, ThrowOnError, "data">;
|
|
341
|
+
/**
|
|
342
|
+
* Create account
|
|
343
|
+
*/
|
|
344
|
+
declare const accountsCreate: <ThrowOnError extends boolean = false>(options?: Options<AccountsCreateData, ThrowOnError>) => RequestResult<AccountsCreateResponses, unknown, ThrowOnError, "data">;
|
|
345
|
+
/**
|
|
346
|
+
* Retrieve account
|
|
347
|
+
*/
|
|
348
|
+
declare const accountsRetrieve: <ThrowOnError extends boolean = false>(options: Options<AccountsRetrieveData, ThrowOnError>) => RequestResult<AccountsRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
349
|
+
/**
|
|
350
|
+
* List account currencies
|
|
351
|
+
*/
|
|
352
|
+
declare const accountsCurrenciesList: <ThrowOnError extends boolean = false>(options: Options<AccountsCurrenciesListData, ThrowOnError>) => RequestResult<AccountsCurrenciesListResponses, unknown, ThrowOnError, "data">;
|
|
353
|
+
/**
|
|
354
|
+
* Create account currency
|
|
355
|
+
*/
|
|
356
|
+
declare const accountsCurrenciesCreate: <ThrowOnError extends boolean = false>(options: Options<AccountsCurrenciesCreateData, ThrowOnError>) => RequestResult<AccountsCurrenciesCreateResponses, unknown, ThrowOnError, "data">;
|
|
357
|
+
/**
|
|
358
|
+
* Retrieve account currency
|
|
359
|
+
*/
|
|
360
|
+
declare const accountsCurrenciesRetrieve: <ThrowOnError extends boolean = false>(options: Options<AccountsCurrenciesRetrieveData, ThrowOnError>) => RequestResult<AccountsCurrenciesRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
361
|
+
/**
|
|
362
|
+
* Partially update account currency
|
|
363
|
+
*/
|
|
364
|
+
declare const accountsCurrenciesPartialUpdate: <ThrowOnError extends boolean = false>(options: Options<AccountsCurrenciesPartialUpdateData, ThrowOnError>) => RequestResult<AccountsCurrenciesPartialUpdateResponses, unknown, ThrowOnError, "data">;
|
|
365
|
+
/**
|
|
366
|
+
* Update account currency
|
|
367
|
+
*/
|
|
368
|
+
declare const accountsCurrenciesUpdate: <ThrowOnError extends boolean = false>(options: Options<AccountsCurrenciesUpdateData, ThrowOnError>) => RequestResult<AccountsCurrenciesUpdateResponses, unknown, ThrowOnError, "data">;
|
|
369
|
+
/**
|
|
370
|
+
* List account currency fees
|
|
371
|
+
*/
|
|
372
|
+
declare const accountsCurrenciesFeesList: <ThrowOnError extends boolean = false>(options: Options<AccountsCurrenciesFeesListData, ThrowOnError>) => RequestResult<AccountsCurrenciesFeesListResponses, unknown, ThrowOnError, "data">;
|
|
373
|
+
/**
|
|
374
|
+
* Retrieve account currency fees
|
|
375
|
+
*/
|
|
376
|
+
declare const accountsCurrenciesFeesRetrieve: <ThrowOnError extends boolean = false>(options: Options<AccountsCurrenciesFeesRetrieveData, ThrowOnError>) => RequestResult<AccountsCurrenciesFeesRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
377
|
+
/**
|
|
378
|
+
* List account currency limits
|
|
379
|
+
*/
|
|
380
|
+
declare const accountsCurrenciesLimitsList: <ThrowOnError extends boolean = false>(options: Options<AccountsCurrenciesLimitsListData, ThrowOnError>) => RequestResult<AccountsCurrenciesLimitsListResponses, unknown, ThrowOnError, "data">;
|
|
381
|
+
/**
|
|
382
|
+
* Retrieve account currency limit
|
|
383
|
+
*/
|
|
384
|
+
declare const accountsCurrenciesLimitsRetrieve: <ThrowOnError extends boolean = false>(options: Options<AccountsCurrenciesLimitsRetrieveData, ThrowOnError>) => RequestResult<AccountsCurrenciesLimitsRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
385
|
+
/**
|
|
386
|
+
* Retrieve auth
|
|
387
|
+
*/
|
|
388
|
+
declare const authRetrieve: <ThrowOnError extends boolean = false>(options?: Options<AuthRetrieveData, ThrowOnError>) => RequestResult<AuthRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
389
|
+
/**
|
|
390
|
+
* Register company
|
|
391
|
+
*/
|
|
392
|
+
declare const authRegisterCompany: <ThrowOnError extends boolean = false>(options: Options<AuthRegisterCompanyData, ThrowOnError>) => RequestResult<AuthRegisterCompanyResponses, unknown, ThrowOnError, "data">;
|
|
393
|
+
/**
|
|
394
|
+
* Deactivate
|
|
395
|
+
*/
|
|
396
|
+
declare const authDeactivate: <ThrowOnError extends boolean = false>(options: Options<AuthDeactivateData, ThrowOnError>) => RequestResult<AuthDeactivateResponses, unknown, ThrowOnError, "data">;
|
|
397
|
+
/**
|
|
398
|
+
* Verify deactivation
|
|
399
|
+
*/
|
|
400
|
+
declare const authDeactivateVerify: <ThrowOnError extends boolean = false>(options: Options<AuthDeactivateVerifyData, ThrowOnError>) => RequestResult<AuthDeactivateVerifyResponses, unknown, ThrowOnError, "data">;
|
|
401
|
+
/**
|
|
402
|
+
* Verify email
|
|
403
|
+
*/
|
|
404
|
+
declare const authEmailVerify: <ThrowOnError extends boolean = false>(options: Options<AuthEmailVerifyData, ThrowOnError>) => RequestResult<AuthEmailVerifyResponses, unknown, ThrowOnError, "data">;
|
|
405
|
+
/**
|
|
406
|
+
* Resend email verify
|
|
407
|
+
*/
|
|
408
|
+
declare const authEmailVerifyResend: <ThrowOnError extends boolean = false>(options: Options<AuthEmailVerifyResendData, ThrowOnError>) => RequestResult<AuthEmailVerifyResendResponses, unknown, ThrowOnError, "data">;
|
|
409
|
+
declare const authJwtCreate: <ThrowOnError extends boolean = false>(options?: Options<AuthJwtCreateData, ThrowOnError>) => RequestResult<AuthJwtCreateResponses, unknown, ThrowOnError, "data">;
|
|
410
|
+
/**
|
|
411
|
+
* Login
|
|
412
|
+
*/
|
|
413
|
+
declare const authLogin: <ThrowOnError extends boolean = false>(options: Options<AuthLoginData, ThrowOnError>) => RequestResult<AuthLoginResponses, unknown, ThrowOnError, "data">;
|
|
414
|
+
/**
|
|
415
|
+
* Logout
|
|
416
|
+
*/
|
|
417
|
+
declare const authLogout: <ThrowOnError extends boolean = false>(options?: Options<AuthLogoutData, ThrowOnError>) => RequestResult<AuthLogoutResponses, unknown, ThrowOnError, "data">;
|
|
418
|
+
/**
|
|
419
|
+
* List MFA authenticators
|
|
420
|
+
*/
|
|
421
|
+
declare const authMfaAuthenticatorsList: <ThrowOnError extends boolean = false>(options?: Options<AuthMfaAuthenticatorsListData, ThrowOnError>) => RequestResult<AuthMfaAuthenticatorsListResponses, unknown, ThrowOnError, "data">;
|
|
422
|
+
/**
|
|
423
|
+
* Create MFA authenticator
|
|
424
|
+
*/
|
|
425
|
+
declare const authMfaAuthenticatorsCreate: <ThrowOnError extends boolean = false>(options: Options<AuthMfaAuthenticatorsCreateData, ThrowOnError>) => RequestResult<AuthMfaAuthenticatorsCreateResponses, unknown, ThrowOnError, "data">;
|
|
426
|
+
/**
|
|
427
|
+
* Delete MFA authenticator
|
|
428
|
+
*/
|
|
429
|
+
declare const authMfaAuthenticatorsDestroy: <ThrowOnError extends boolean = false>(options: Options<AuthMfaAuthenticatorsDestroyData, ThrowOnError>) => RequestResult<AuthMfaAuthenticatorsDestroyResponses, unknown, ThrowOnError, "data">;
|
|
430
|
+
/**
|
|
431
|
+
* Retreieve MFA authenticator
|
|
432
|
+
*/
|
|
433
|
+
declare const authMfaAuthenticatorsRetrieve: <ThrowOnError extends boolean = false>(options: Options<AuthMfaAuthenticatorsRetrieveData, ThrowOnError>) => RequestResult<AuthMfaAuthenticatorsRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
434
|
+
/**
|
|
435
|
+
* Deliver MFA
|
|
436
|
+
*/
|
|
437
|
+
declare const authMfaDeliver: <ThrowOnError extends boolean = false>(options?: Options<AuthMfaDeliverData, ThrowOnError>) => RequestResult<AuthMfaDeliverResponses, unknown, ThrowOnError, "data">;
|
|
438
|
+
/**
|
|
439
|
+
* Verify MFA
|
|
440
|
+
*/
|
|
441
|
+
declare const authMfaVerify: <ThrowOnError extends boolean = false>(options: Options<AuthMfaVerifyData, ThrowOnError>) => RequestResult<AuthMfaVerifyResponses, unknown, ThrowOnError, "data">;
|
|
442
|
+
/**
|
|
443
|
+
* Verify mobile
|
|
444
|
+
*/
|
|
445
|
+
declare const authMobileVerify: <ThrowOnError extends boolean = false>(options: Options<AuthMobileVerifyData, ThrowOnError>) => RequestResult<AuthMobileVerifyResponses, unknown, ThrowOnError, "data">;
|
|
446
|
+
/**
|
|
447
|
+
* Resend mobile verify
|
|
448
|
+
*/
|
|
449
|
+
declare const authMobileVerifyResend: <ThrowOnError extends boolean = false>(options: Options<AuthMobileVerifyResendData, ThrowOnError>) => RequestResult<AuthMobileVerifyResendResponses, unknown, ThrowOnError, "data">;
|
|
450
|
+
declare const authOauthAuthorizeCreate: <ThrowOnError extends boolean = false>(options: Options<AuthOauthAuthorizeCreateData, ThrowOnError>) => RequestResult<AuthOauthAuthorizeCreateResponses, unknown, ThrowOnError, "data">;
|
|
451
|
+
declare const authOauthLoginCreate: <ThrowOnError extends boolean = false>(options: Options<AuthOauthLoginCreateData, ThrowOnError>) => RequestResult<AuthOauthLoginCreateResponses, unknown, ThrowOnError, "data">;
|
|
452
|
+
declare const authOauthRegisterCreate: <ThrowOnError extends boolean = false>(options: Options<AuthOauthRegisterCreateData, ThrowOnError>) => RequestResult<AuthOauthRegisterCreateResponses, unknown, ThrowOnError, "data">;
|
|
453
|
+
declare const authOauthSessionCreate: <ThrowOnError extends boolean = false>(options: Options<AuthOauthSessionCreateData, ThrowOnError>) => RequestResult<AuthOauthSessionCreateResponses, unknown, ThrowOnError, "data">;
|
|
454
|
+
declare const authOauthVerifyCreate: <ThrowOnError extends boolean = false>(options?: Options<AuthOauthVerifyCreateData, ThrowOnError>) => RequestResult<AuthOauthVerifyCreateResponses, unknown, ThrowOnError, "data">;
|
|
455
|
+
/**
|
|
456
|
+
* Change password
|
|
457
|
+
*/
|
|
458
|
+
declare const authPasswordChange: <ThrowOnError extends boolean = false>(options: Options<AuthPasswordChangeData, ThrowOnError>) => RequestResult<AuthPasswordChangeResponses, unknown, ThrowOnError, "data">;
|
|
459
|
+
/**
|
|
460
|
+
* Reset password
|
|
461
|
+
*/
|
|
462
|
+
declare const authPasswordReset: <ThrowOnError extends boolean = false>(options: Options<AuthPasswordResetData, ThrowOnError>) => RequestResult<AuthPasswordResetResponses, unknown, ThrowOnError, "data">;
|
|
463
|
+
/**
|
|
464
|
+
* Confirm password reset
|
|
465
|
+
*/
|
|
466
|
+
declare const authPasswordResetConfirm: <ThrowOnError extends boolean = false>(options: Options<AuthPasswordResetConfirmData, ThrowOnError>) => RequestResult<AuthPasswordResetConfirmResponses, unknown, ThrowOnError, "data">;
|
|
467
|
+
declare const authRefreshCreate: <ThrowOnError extends boolean = false>(options?: Options<AuthRefreshCreateData, ThrowOnError>) => RequestResult<AuthRefreshCreateResponses, unknown, ThrowOnError, "data">;
|
|
468
|
+
/**
|
|
469
|
+
* Register
|
|
470
|
+
*/
|
|
471
|
+
declare const authRegister: <ThrowOnError extends boolean = false>(options: Options<AuthRegisterData, ThrowOnError>) => RequestResult<AuthRegisterResponses, unknown, ThrowOnError, "data">;
|
|
472
|
+
/**
|
|
473
|
+
* Request delete
|
|
474
|
+
*/
|
|
475
|
+
declare const authRequestDelete: <ThrowOnError extends boolean = false>(options: Options<AuthRequestDeleteData, ThrowOnError>) => RequestResult<AuthRequestDeleteResponses, unknown, ThrowOnError, "data">;
|
|
476
|
+
/**
|
|
477
|
+
* Verify request delete
|
|
478
|
+
*/
|
|
479
|
+
declare const authRequestDeleteVerify: <ThrowOnError extends boolean = false>(options: Options<AuthRequestDeleteVerifyData, ThrowOnError>) => RequestResult<AuthRequestDeleteVerifyResponses, unknown, ThrowOnError, "data">;
|
|
480
|
+
/**
|
|
481
|
+
* Delete auth tokens
|
|
482
|
+
*/
|
|
483
|
+
declare const authTokensListDestroy: <ThrowOnError extends boolean = false>(options?: Options<AuthTokensListDestroyData, ThrowOnError>) => RequestResult<AuthTokensListDestroyResponses, unknown, ThrowOnError, "data">;
|
|
484
|
+
/**
|
|
485
|
+
* List auth tokens
|
|
486
|
+
*/
|
|
487
|
+
declare const authTokensList: <ThrowOnError extends boolean = false>(options?: Options<AuthTokensListData, ThrowOnError>) => RequestResult<AuthTokensListResponses, unknown, ThrowOnError, "data">;
|
|
488
|
+
/**
|
|
489
|
+
* Create auth token
|
|
490
|
+
*/
|
|
491
|
+
declare const authTokensCreate: <ThrowOnError extends boolean = false>(options: Options<AuthTokensCreateData, ThrowOnError>) => RequestResult<AuthTokensCreateResponses, unknown, ThrowOnError, "data">;
|
|
492
|
+
/**
|
|
493
|
+
* Delete auth token
|
|
494
|
+
*/
|
|
495
|
+
declare const authTokensDestroy: <ThrowOnError extends boolean = false>(options: Options<AuthTokensDestroyData, ThrowOnError>) => RequestResult<AuthTokensDestroyResponses, unknown, ThrowOnError, "data">;
|
|
496
|
+
/**
|
|
497
|
+
* Retrieve auth token
|
|
498
|
+
*/
|
|
499
|
+
declare const authTokensRetrieve: <ThrowOnError extends boolean = false>(options: Options<AuthTokensRetrieveData, ThrowOnError>) => RequestResult<AuthTokensRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
500
|
+
/**
|
|
501
|
+
* Retrieve company
|
|
502
|
+
*/
|
|
503
|
+
declare const companyRetrieve: <ThrowOnError extends boolean = false>(options?: Options<CompanyRetrieveData, ThrowOnError>) => RequestResult<CompanyRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
504
|
+
/**
|
|
505
|
+
* List bank accounts
|
|
506
|
+
*/
|
|
507
|
+
declare const companyBankAccountsList: <ThrowOnError extends boolean = false>(options?: Options<CompanyBankAccountsListData, ThrowOnError>) => RequestResult<CompanyBankAccountsListResponses, unknown, ThrowOnError, "data">;
|
|
508
|
+
/**
|
|
509
|
+
* List currencies
|
|
510
|
+
*/
|
|
511
|
+
declare const companyCurrenciesList: <ThrowOnError extends boolean = false>(options?: Options<CompanyCurrenciesListData, ThrowOnError>) => RequestResult<CompanyCurrenciesListResponses, unknown, ThrowOnError, "data">;
|
|
512
|
+
/**
|
|
513
|
+
* Retrieve currency
|
|
514
|
+
*/
|
|
515
|
+
declare const companyCurrenciesRetrieve: <ThrowOnError extends boolean = false>(options: Options<CompanyCurrenciesRetrieveData, ThrowOnError>) => RequestResult<CompanyCurrenciesRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
516
|
+
/**
|
|
517
|
+
* List wallet accounts
|
|
518
|
+
*/
|
|
519
|
+
declare const companyWalletAccountsList: <ThrowOnError extends boolean = false>(options?: Options<CompanyWalletAccountsListData, ThrowOnError>) => RequestResult<CompanyWalletAccountsListResponses, unknown, ThrowOnError, "data">;
|
|
520
|
+
/**
|
|
521
|
+
* List document types
|
|
522
|
+
*/
|
|
523
|
+
declare const documentTypesList: <ThrowOnError extends boolean = false>(options?: Options<DocumentTypesListData, ThrowOnError>) => RequestResult<DocumentTypesListResponses, unknown, ThrowOnError, "data">;
|
|
524
|
+
/**
|
|
525
|
+
* Retrieve document type
|
|
526
|
+
*/
|
|
527
|
+
declare const documentTypesRetrieve: <ThrowOnError extends boolean = false>(options: Options<DocumentTypesRetrieveData, ThrowOnError>) => RequestResult<DocumentTypesRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
528
|
+
/**
|
|
529
|
+
* List exports
|
|
530
|
+
*/
|
|
531
|
+
declare const exportsList: <ThrowOnError extends boolean = false>(options?: Options<ExportsListData, ThrowOnError>) => RequestResult<ExportsListResponses, unknown, ThrowOnError, "data">;
|
|
532
|
+
/**
|
|
533
|
+
* Create export
|
|
534
|
+
*/
|
|
535
|
+
declare const exportsCreate: <ThrowOnError extends boolean = false>(options: Options<ExportsCreateData, ThrowOnError>) => RequestResult<ExportsCreateResponses, unknown, ThrowOnError, "data">;
|
|
536
|
+
/**
|
|
537
|
+
* Retrieve export
|
|
538
|
+
*/
|
|
539
|
+
declare const exportsRetrieve: <ThrowOnError extends boolean = false>(options: Options<ExportsRetrieveData, ThrowOnError>) => RequestResult<ExportsRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
540
|
+
/**
|
|
541
|
+
* List groups
|
|
542
|
+
*/
|
|
543
|
+
declare const groupsList: <ThrowOnError extends boolean = false>(options?: Options<GroupsListData, ThrowOnError>) => RequestResult<GroupsListResponses, unknown, ThrowOnError, "data">;
|
|
544
|
+
/**
|
|
545
|
+
* Retrieve group
|
|
546
|
+
*/
|
|
547
|
+
declare const groupsRetrieve: <ThrowOnError extends boolean = false>(options: Options<GroupsRetrieveData, ThrowOnError>) => RequestResult<GroupsRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
548
|
+
/**
|
|
549
|
+
* List fees
|
|
550
|
+
*/
|
|
551
|
+
declare const groupsFeesList: <ThrowOnError extends boolean = false>(options: Options<GroupsFeesListData, ThrowOnError>) => RequestResult<GroupsFeesListResponses, unknown, ThrowOnError, "data">;
|
|
552
|
+
/**
|
|
553
|
+
* Retrieve fee
|
|
554
|
+
*/
|
|
555
|
+
declare const groupsFeesRetrieve: <ThrowOnError extends boolean = false>(options: Options<GroupsFeesRetrieveData, ThrowOnError>) => RequestResult<GroupsFeesRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
556
|
+
declare const groupsLimitsList: <ThrowOnError extends boolean = false>(options: Options<GroupsLimitsListData, ThrowOnError>) => RequestResult<GroupsLimitsListResponses, unknown, ThrowOnError, "data">;
|
|
557
|
+
declare const groupsLimitsRetrieve: <ThrowOnError extends boolean = false>(options: Options<GroupsLimitsRetrieveData, ThrowOnError>) => RequestResult<GroupsLimitsRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
558
|
+
/**
|
|
559
|
+
* List permissions
|
|
560
|
+
*/
|
|
561
|
+
declare const groupsPermissionsList: <ThrowOnError extends boolean = false>(options: Options<GroupsPermissionsListData, ThrowOnError>) => RequestResult<GroupsPermissionsListResponses, unknown, ThrowOnError, "data">;
|
|
562
|
+
/**
|
|
563
|
+
* Retrieve permission
|
|
564
|
+
*/
|
|
565
|
+
declare const groupsPermissionsRetrieve: <ThrowOnError extends boolean = false>(options: Options<GroupsPermissionsRetrieveData, ThrowOnError>) => RequestResult<GroupsPermissionsRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
566
|
+
/**
|
|
567
|
+
* List tiers
|
|
568
|
+
*/
|
|
569
|
+
declare const groupsTiersList: <ThrowOnError extends boolean = false>(options: Options<GroupsTiersListData, ThrowOnError>) => RequestResult<GroupsTiersListResponses, unknown, ThrowOnError, "data">;
|
|
570
|
+
/**
|
|
571
|
+
* Retrieve tier
|
|
572
|
+
*/
|
|
573
|
+
declare const groupsTiersRetrieve: <ThrowOnError extends boolean = false>(options: Options<GroupsTiersRetrieveData, ThrowOnError>) => RequestResult<GroupsTiersRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
574
|
+
/**
|
|
575
|
+
* List tier fees
|
|
576
|
+
*/
|
|
577
|
+
declare const groupsTiersFeesList: <ThrowOnError extends boolean = false>(options: Options<GroupsTiersFeesListData, ThrowOnError>) => RequestResult<GroupsTiersFeesListResponses, unknown, ThrowOnError, "data">;
|
|
578
|
+
/**
|
|
579
|
+
* Retrieve tier fee
|
|
580
|
+
*/
|
|
581
|
+
declare const groupsTiersFeesRetrieve: <ThrowOnError extends boolean = false>(options: Options<GroupsTiersFeesRetrieveData, ThrowOnError>) => RequestResult<GroupsTiersFeesRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
582
|
+
/**
|
|
583
|
+
* List tier limits
|
|
584
|
+
*/
|
|
585
|
+
declare const groupsTiersLimitsList: <ThrowOnError extends boolean = false>(options: Options<GroupsTiersLimitsListData, ThrowOnError>) => RequestResult<GroupsTiersLimitsListResponses, unknown, ThrowOnError, "data">;
|
|
586
|
+
/**
|
|
587
|
+
* Retrieve tier limit
|
|
588
|
+
*/
|
|
589
|
+
declare const groupsTiersLimitsRetrieve: <ThrowOnError extends boolean = false>(options: Options<GroupsTiersLimitsRetrieveData, ThrowOnError>) => RequestResult<GroupsTiersLimitsRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
590
|
+
/**
|
|
591
|
+
* List tier requirement sets
|
|
592
|
+
*/
|
|
593
|
+
declare const groupsTiersRequirementSetsList: <ThrowOnError extends boolean = false>(options: Options<GroupsTiersRequirementSetsListData, ThrowOnError>) => RequestResult<GroupsTiersRequirementSetsListResponses, unknown, ThrowOnError, "data">;
|
|
594
|
+
/**
|
|
595
|
+
* Retrieve tier requirement set
|
|
596
|
+
*/
|
|
597
|
+
declare const groupsTiersRequirementSetsRetrieve: <ThrowOnError extends boolean = false>(options: Options<GroupsTiersRequirementSetsRetrieveData, ThrowOnError>) => RequestResult<GroupsTiersRequirementSetsRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
598
|
+
/**
|
|
599
|
+
* List tier requirement set items
|
|
600
|
+
*/
|
|
601
|
+
declare const groupsTiersRequirementSetsItemsList: <ThrowOnError extends boolean = false>(options: Options<GroupsTiersRequirementSetsItemsListData, ThrowOnError>) => RequestResult<GroupsTiersRequirementSetsItemsListResponses, unknown, ThrowOnError, "data">;
|
|
602
|
+
/**
|
|
603
|
+
* Retrieve tier requirement set item
|
|
604
|
+
*/
|
|
605
|
+
declare const groupsTiersRequirementSetsItemsRetrieve: <ThrowOnError extends boolean = false>(options: Options<GroupsTiersRequirementSetsItemsRetrieveData, ThrowOnError>) => RequestResult<GroupsTiersRequirementSetsItemsRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
606
|
+
/**
|
|
607
|
+
* List metric
|
|
608
|
+
*/
|
|
609
|
+
declare const metricsList: <ThrowOnError extends boolean = false>(options?: Options<MetricsListData, ThrowOnError>) => RequestResult<MetricsListResponses, unknown, ThrowOnError, "data">;
|
|
610
|
+
/**
|
|
611
|
+
* Create metric
|
|
612
|
+
*/
|
|
613
|
+
declare const metricsCreate: <ThrowOnError extends boolean = false>(options: Options<MetricsCreateData, ThrowOnError>) => RequestResult<MetricsCreateResponses, unknown, ThrowOnError, "data">;
|
|
614
|
+
/**
|
|
615
|
+
* Delete metric
|
|
616
|
+
*/
|
|
617
|
+
declare const metricsDestroy: <ThrowOnError extends boolean = false>(options: Options<MetricsDestroyData, ThrowOnError>) => RequestResult<MetricsDestroyResponses, unknown, ThrowOnError, "data">;
|
|
618
|
+
/**
|
|
619
|
+
* Retrieve metric
|
|
620
|
+
*/
|
|
621
|
+
declare const metricsRetrieve: <ThrowOnError extends boolean = false>(options: Options<MetricsRetrieveData, ThrowOnError>) => RequestResult<MetricsRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
622
|
+
/**
|
|
623
|
+
* List metric points
|
|
624
|
+
*/
|
|
625
|
+
declare const metricsPointsList: <ThrowOnError extends boolean = false>(options: Options<MetricsPointsListData, ThrowOnError>) => RequestResult<MetricsPointsListResponses, unknown, ThrowOnError, "data">;
|
|
626
|
+
/**
|
|
627
|
+
* List permissions
|
|
628
|
+
*/
|
|
629
|
+
declare const permissionsList: <ThrowOnError extends boolean = false>(options?: Options<PermissionsListData, ThrowOnError>) => RequestResult<PermissionsListResponses, unknown, ThrowOnError, "data">;
|
|
630
|
+
/**
|
|
631
|
+
* Retrieve permission
|
|
632
|
+
*/
|
|
633
|
+
declare const permissionsRetrieve: <ThrowOnError extends boolean = false>(options: Options<PermissionsRetrieveData, ThrowOnError>) => RequestResult<PermissionsRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
634
|
+
/**
|
|
635
|
+
* List public companies
|
|
636
|
+
*/
|
|
637
|
+
declare const publicCompaniesList: <ThrowOnError extends boolean = false>(options?: Options<PublicCompaniesListData, ThrowOnError>) => RequestResult<PublicCompaniesListResponses, unknown, ThrowOnError, "data">;
|
|
638
|
+
/**
|
|
639
|
+
* Retrieve public company
|
|
640
|
+
*/
|
|
641
|
+
declare const publicCompaniesRetrieve: <ThrowOnError extends boolean = false>(options: Options<PublicCompaniesRetrieveData, ThrowOnError>) => RequestResult<PublicCompaniesRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
642
|
+
/**
|
|
643
|
+
* List public company groups
|
|
644
|
+
*/
|
|
645
|
+
declare const publicCompaniesGroupsList: <ThrowOnError extends boolean = false>(options: Options<PublicCompaniesGroupsListData, ThrowOnError>) => RequestResult<PublicCompaniesGroupsListResponses, unknown, ThrowOnError, "data">;
|
|
646
|
+
/**
|
|
647
|
+
* Retrieve public company group
|
|
648
|
+
*/
|
|
649
|
+
declare const publicCompaniesGroupsRetrieve: <ThrowOnError extends boolean = false>(options: Options<PublicCompaniesGroupsRetrieveData, ThrowOnError>) => RequestResult<PublicCompaniesGroupsRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
650
|
+
/**
|
|
651
|
+
* List public company legal terms
|
|
652
|
+
*/
|
|
653
|
+
declare const publicCompaniesLegalTermsList: <ThrowOnError extends boolean = false>(options: Options<PublicCompaniesLegalTermsListData, ThrowOnError>) => RequestResult<PublicCompaniesLegalTermsListResponses, unknown, ThrowOnError, "data">;
|
|
654
|
+
/**
|
|
655
|
+
* Retrieve public company legal terms
|
|
656
|
+
*/
|
|
657
|
+
declare const publicCompaniesLegalTermsRetrieve: <ThrowOnError extends boolean = false>(options: Options<PublicCompaniesLegalTermsRetrieveData, ThrowOnError>) => RequestResult<PublicCompaniesLegalTermsRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
658
|
+
/**
|
|
659
|
+
* List public company legal term versions
|
|
660
|
+
*/
|
|
661
|
+
declare const publicCompaniesLegalTermsVersionsList: <ThrowOnError extends boolean = false>(options: Options<PublicCompaniesLegalTermsVersionsListData, ThrowOnError>) => RequestResult<PublicCompaniesLegalTermsVersionsListResponses, unknown, ThrowOnError, "data">;
|
|
662
|
+
/**
|
|
663
|
+
* Retrieve public company legal term version
|
|
664
|
+
*/
|
|
665
|
+
declare const publicCompaniesLegalTermsVersionsRetrieve: <ThrowOnError extends boolean = false>(options: Options<PublicCompaniesLegalTermsVersionsRetrieveData, ThrowOnError>) => RequestResult<PublicCompaniesLegalTermsVersionsRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
666
|
+
declare const publicCompaniesOauthClientsList: <ThrowOnError extends boolean = false>(options: Options<PublicCompaniesOauthClientsListData, ThrowOnError>) => RequestResult<PublicCompaniesOauthClientsListResponses, unknown, ThrowOnError, "data">;
|
|
667
|
+
declare const publicCompaniesOauthClientsRetrieve: <ThrowOnError extends boolean = false>(options: Options<PublicCompaniesOauthClientsRetrieveData, ThrowOnError>) => RequestResult<PublicCompaniesOauthClientsRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
668
|
+
/**
|
|
669
|
+
* List public legal terms
|
|
670
|
+
*/
|
|
671
|
+
declare const publicLegalTermsList: <ThrowOnError extends boolean = false>(options?: Options<PublicLegalTermsListData, ThrowOnError>) => RequestResult<PublicLegalTermsListResponses, unknown, ThrowOnError, "data">;
|
|
672
|
+
/**
|
|
673
|
+
* Retrieve public legal terms
|
|
674
|
+
*/
|
|
675
|
+
declare const publicLegalTermsRetrieve: <ThrowOnError extends boolean = false>(options: Options<PublicLegalTermsRetrieveData, ThrowOnError>) => RequestResult<PublicLegalTermsRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
676
|
+
/**
|
|
677
|
+
* List public legal term versions
|
|
678
|
+
*/
|
|
679
|
+
declare const publicLegalTermsVersionsList: <ThrowOnError extends boolean = false>(options: Options<PublicLegalTermsVersionsListData, ThrowOnError>) => RequestResult<PublicLegalTermsVersionsListResponses, unknown, ThrowOnError, "data">;
|
|
680
|
+
/**
|
|
681
|
+
* Retrieve public legal term version
|
|
682
|
+
*/
|
|
683
|
+
declare const publicLegalTermsVersionsRetrieve: <ThrowOnError extends boolean = false>(options: Options<PublicLegalTermsVersionsRetrieveData, ThrowOnError>) => RequestResult<PublicLegalTermsVersionsRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
684
|
+
declare const statementsList: <ThrowOnError extends boolean = false>(options?: Options<StatementsListData, ThrowOnError>) => RequestResult<StatementsListResponses, unknown, ThrowOnError, "data">;
|
|
685
|
+
declare const statementsCreate: <ThrowOnError extends boolean = false>(options: Options<StatementsCreateData, ThrowOnError>) => RequestResult<StatementsCreateResponses, unknown, ThrowOnError, "data">;
|
|
686
|
+
declare const statementsDestroy: <ThrowOnError extends boolean = false>(options: Options<StatementsDestroyData, ThrowOnError>) => RequestResult<StatementsDestroyResponses, unknown, ThrowOnError, "data">;
|
|
687
|
+
declare const statementsRetrieve: <ThrowOnError extends boolean = false>(options: Options<StatementsRetrieveData, ThrowOnError>) => RequestResult<StatementsRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
688
|
+
/**
|
|
689
|
+
* List subtypes
|
|
690
|
+
*/
|
|
691
|
+
declare const subtypesList: <ThrowOnError extends boolean = false>(options?: Options<SubtypesListData, ThrowOnError>) => RequestResult<SubtypesListResponses, unknown, ThrowOnError, "data">;
|
|
692
|
+
/**
|
|
693
|
+
* Retrieve subtype
|
|
694
|
+
*/
|
|
695
|
+
declare const subtypesRetrieve: <ThrowOnError extends boolean = false>(options: Options<SubtypesRetrieveData, ThrowOnError>) => RequestResult<SubtypesRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
696
|
+
/**
|
|
697
|
+
* List transaction collections
|
|
698
|
+
*/
|
|
699
|
+
declare const transactionCollectionsList: <ThrowOnError extends boolean = false>(options?: Options<TransactionCollectionsListData, ThrowOnError>) => RequestResult<TransactionCollectionsListResponses, unknown, ThrowOnError, "data">;
|
|
700
|
+
/**
|
|
701
|
+
* Create transaction collection
|
|
702
|
+
*/
|
|
703
|
+
declare const transactionCollectionsCreate: <ThrowOnError extends boolean = false>(options: Options<TransactionCollectionsCreateData, ThrowOnError>) => RequestResult<TransactionCollectionsCreateResponses, unknown, ThrowOnError, "data">;
|
|
704
|
+
/**
|
|
705
|
+
* Retrieve transaction collection
|
|
706
|
+
*/
|
|
707
|
+
declare const transactionCollectionsRetrieve: <ThrowOnError extends boolean = false>(options: Options<TransactionCollectionsRetrieveData, ThrowOnError>) => RequestResult<TransactionCollectionsRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
708
|
+
/**
|
|
709
|
+
* List transactions
|
|
710
|
+
*/
|
|
711
|
+
declare const transactionsList: <ThrowOnError extends boolean = false>(options?: Options<TransactionsListData, ThrowOnError>) => RequestResult<TransactionsListResponses, unknown, ThrowOnError, "data">;
|
|
712
|
+
/**
|
|
713
|
+
* Create transaction
|
|
714
|
+
*
|
|
715
|
+
* @deprecated
|
|
716
|
+
*/
|
|
717
|
+
declare const transactionsCreate: <ThrowOnError extends boolean = false>(options: Options<TransactionsCreateData, ThrowOnError>) => RequestResult<TransactionsCreateResponses, unknown, ThrowOnError, "data">;
|
|
718
|
+
/**
|
|
719
|
+
* Retrieve transaction
|
|
720
|
+
*/
|
|
721
|
+
declare const transactionsRetrieve: <ThrowOnError extends boolean = false>(options: Options<TransactionsRetrieveData, ThrowOnError>) => RequestResult<TransactionsRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
722
|
+
/**
|
|
723
|
+
* Partially update transaction
|
|
724
|
+
*/
|
|
725
|
+
declare const transactionsPartialUpdate: <ThrowOnError extends boolean = false>(options: Options<TransactionsPartialUpdateData, ThrowOnError>) => RequestResult<TransactionsPartialUpdateResponses, unknown, ThrowOnError, "data">;
|
|
726
|
+
/**
|
|
727
|
+
* Update transaction
|
|
728
|
+
*/
|
|
729
|
+
declare const transactionsUpdate: <ThrowOnError extends boolean = false>(options: Options<TransactionsUpdateData, ThrowOnError>) => RequestResult<TransactionsUpdateResponses, unknown, ThrowOnError, "data">;
|
|
730
|
+
/**
|
|
731
|
+
* List transaction messages
|
|
732
|
+
*/
|
|
733
|
+
declare const transactionsMessagesList: <ThrowOnError extends boolean = false>(options: Options<TransactionsMessagesListData, ThrowOnError>) => RequestResult<TransactionsMessagesListResponses, unknown, ThrowOnError, "data">;
|
|
734
|
+
/**
|
|
735
|
+
* Retrieve transaction message
|
|
736
|
+
*/
|
|
737
|
+
declare const transactionsMessagesRetrieve: <ThrowOnError extends boolean = false>(options: Options<TransactionsMessagesRetrieveData, ThrowOnError>) => RequestResult<TransactionsMessagesRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
738
|
+
/**
|
|
739
|
+
* Create credit transaction
|
|
740
|
+
*
|
|
741
|
+
* @deprecated
|
|
742
|
+
*/
|
|
743
|
+
declare const transactionsCreditCreate: <ThrowOnError extends boolean = false>(options: Options<TransactionsCreditCreateData, ThrowOnError>) => RequestResult<TransactionsCreditCreateResponses, unknown, ThrowOnError, "data">;
|
|
744
|
+
/**
|
|
745
|
+
* Create debit transaction
|
|
746
|
+
*
|
|
747
|
+
* @deprecated
|
|
748
|
+
*/
|
|
749
|
+
declare const transactionsDebitCreate: <ThrowOnError extends boolean = false>(options: Options<TransactionsDebitCreateData, ThrowOnError>) => RequestResult<TransactionsDebitCreateResponses, unknown, ThrowOnError, "data">;
|
|
750
|
+
/**
|
|
751
|
+
* Retrieve transaction totals
|
|
752
|
+
*/
|
|
753
|
+
declare const transactionTotalsRetrieve: <ThrowOnError extends boolean = false>(options?: Options<TransactionTotalsRetrieveData, ThrowOnError>) => RequestResult<TransactionTotalsRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
754
|
+
/**
|
|
755
|
+
* Create transfer transaction
|
|
756
|
+
*
|
|
757
|
+
* @deprecated
|
|
758
|
+
*/
|
|
759
|
+
declare const transactionsTransferCreate: <ThrowOnError extends boolean = false>(options: Options<TransactionsTransferCreateData, ThrowOnError>) => RequestResult<TransactionsTransferCreateResponses, unknown, ThrowOnError, "data">;
|
|
760
|
+
/**
|
|
761
|
+
* Retrieve user
|
|
762
|
+
*/
|
|
763
|
+
declare const userRetrieve: <ThrowOnError extends boolean = false>(options?: Options<UserRetrieveData, ThrowOnError>) => RequestResult<UserRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
764
|
+
/**
|
|
765
|
+
* Partially update user
|
|
766
|
+
*/
|
|
767
|
+
declare const userPartialUpdate: <ThrowOnError extends boolean = false>(options?: Options<UserPartialUpdateData, ThrowOnError>) => RequestResult<UserPartialUpdateResponses, unknown, ThrowOnError, "data">;
|
|
768
|
+
/**
|
|
769
|
+
* Update user
|
|
770
|
+
*/
|
|
771
|
+
declare const userUpdate: <ThrowOnError extends boolean = false>(options: Options<UserUpdateData, ThrowOnError>) => RequestResult<UserUpdateResponses, unknown, ThrowOnError, "data">;
|
|
772
|
+
/**
|
|
773
|
+
* List addresses
|
|
774
|
+
*/
|
|
775
|
+
declare const userAddressesList: <ThrowOnError extends boolean = false>(options?: Options<UserAddressesListData, ThrowOnError>) => RequestResult<UserAddressesListResponses, unknown, ThrowOnError, "data">;
|
|
776
|
+
/**
|
|
777
|
+
* Create address
|
|
778
|
+
*/
|
|
779
|
+
declare const userAddressesCreate: <ThrowOnError extends boolean = false>(options?: Options<UserAddressesCreateData, ThrowOnError>) => RequestResult<UserAddressesCreateResponses, unknown, ThrowOnError, "data">;
|
|
780
|
+
/**
|
|
781
|
+
* Delete address
|
|
782
|
+
*/
|
|
783
|
+
declare const userAddressesDestroy: <ThrowOnError extends boolean = false>(options: Options<UserAddressesDestroyData, ThrowOnError>) => RequestResult<UserAddressesDestroyResponses, unknown, ThrowOnError, "data">;
|
|
784
|
+
/**
|
|
785
|
+
* Retrieve address
|
|
786
|
+
*/
|
|
787
|
+
declare const userAddressesRetrieve: <ThrowOnError extends boolean = false>(options: Options<UserAddressesRetrieveData, ThrowOnError>) => RequestResult<UserAddressesRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
788
|
+
/**
|
|
789
|
+
* Partially update address
|
|
790
|
+
*/
|
|
791
|
+
declare const userAddressesPartialUpdate: <ThrowOnError extends boolean = false>(options: Options<UserAddressesPartialUpdateData, ThrowOnError>) => RequestResult<UserAddressesPartialUpdateResponses, unknown, ThrowOnError, "data">;
|
|
792
|
+
/**
|
|
793
|
+
* Update address
|
|
794
|
+
*/
|
|
795
|
+
declare const userAddressesUpdate: <ThrowOnError extends boolean = false>(options: Options<UserAddressesUpdateData, ThrowOnError>) => RequestResult<UserAddressesUpdateResponses, unknown, ThrowOnError, "data">;
|
|
796
|
+
/**
|
|
797
|
+
* List bank accounts
|
|
798
|
+
*/
|
|
799
|
+
declare const userBankAccountsList: <ThrowOnError extends boolean = false>(options?: Options<UserBankAccountsListData, ThrowOnError>) => RequestResult<UserBankAccountsListResponses, unknown, ThrowOnError, "data">;
|
|
800
|
+
/**
|
|
801
|
+
* Create bank account
|
|
802
|
+
*/
|
|
803
|
+
declare const userBankAccountsCreate: <ThrowOnError extends boolean = false>(options?: Options<UserBankAccountsCreateData, ThrowOnError>) => RequestResult<UserBankAccountsCreateResponses, unknown, ThrowOnError, "data">;
|
|
804
|
+
/**
|
|
805
|
+
* Delete bank account
|
|
806
|
+
*/
|
|
807
|
+
declare const userBankAccountsDestroy: <ThrowOnError extends boolean = false>(options: Options<UserBankAccountsDestroyData, ThrowOnError>) => RequestResult<UserBankAccountsDestroyResponses, unknown, ThrowOnError, "data">;
|
|
808
|
+
/**
|
|
809
|
+
* Retrieve bank account
|
|
810
|
+
*/
|
|
811
|
+
declare const userBankAccountsRetrieve: <ThrowOnError extends boolean = false>(options: Options<UserBankAccountsRetrieveData, ThrowOnError>) => RequestResult<UserBankAccountsRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
812
|
+
/**
|
|
813
|
+
* Partially update bank account
|
|
814
|
+
*/
|
|
815
|
+
declare const userBankAccountsPartialUpdate: <ThrowOnError extends boolean = false>(options: Options<UserBankAccountsPartialUpdateData, ThrowOnError>) => RequestResult<UserBankAccountsPartialUpdateResponses, unknown, ThrowOnError, "data">;
|
|
816
|
+
/**
|
|
817
|
+
* Update bank account
|
|
818
|
+
*/
|
|
819
|
+
declare const userBankAccountsUpdate: <ThrowOnError extends boolean = false>(options: Options<UserBankAccountsUpdateData, ThrowOnError>) => RequestResult<UserBankAccountsUpdateResponses, unknown, ThrowOnError, "data">;
|
|
820
|
+
/**
|
|
821
|
+
* List bank-accounts account currencies
|
|
822
|
+
*/
|
|
823
|
+
declare const userBankAccountsAccountCurrenciesList: <ThrowOnError extends boolean = false>(options: Options<UserBankAccountsAccountCurrenciesListData, ThrowOnError>) => RequestResult<UserBankAccountsAccountCurrenciesListResponses, unknown, ThrowOnError, "data">;
|
|
824
|
+
/**
|
|
825
|
+
* Create bank-accounts account currency
|
|
826
|
+
*/
|
|
827
|
+
declare const userBankAccountsAccountCurrenciesCreate: <ThrowOnError extends boolean = false>(options: Options<UserBankAccountsAccountCurrenciesCreateData, ThrowOnError>) => RequestResult<UserBankAccountsAccountCurrenciesCreateResponses, unknown, ThrowOnError, "data">;
|
|
828
|
+
/**
|
|
829
|
+
* Delete bank-account account currency
|
|
830
|
+
*/
|
|
831
|
+
declare const userBankAccountsAccountCurrenciesDestroy: <ThrowOnError extends boolean = false>(options: Options<UserBankAccountsAccountCurrenciesDestroyData, ThrowOnError>) => RequestResult<UserBankAccountsAccountCurrenciesDestroyResponses, unknown, ThrowOnError, "data">;
|
|
832
|
+
/**
|
|
833
|
+
* Retrieve bank-account account currency
|
|
834
|
+
*/
|
|
835
|
+
declare const userBankAccountsAccountCurrenciesRetrieve: <ThrowOnError extends boolean = false>(options: Options<UserBankAccountsAccountCurrenciesRetrieveData, ThrowOnError>) => RequestResult<UserBankAccountsAccountCurrenciesRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
836
|
+
/**
|
|
837
|
+
* List bank account currencies
|
|
838
|
+
*
|
|
839
|
+
* @deprecated
|
|
840
|
+
*/
|
|
841
|
+
declare const userBankAccountsCurrenciesList: <ThrowOnError extends boolean = false>(options: Options<UserBankAccountsCurrenciesListData, ThrowOnError>) => RequestResult<UserBankAccountsCurrenciesListResponses, unknown, ThrowOnError, "data">;
|
|
842
|
+
/**
|
|
843
|
+
* Create bank account currency
|
|
844
|
+
*
|
|
845
|
+
* @deprecated
|
|
846
|
+
*/
|
|
847
|
+
declare const userBankAccountsCurrenciesCreate: <ThrowOnError extends boolean = false>(options: Options<UserBankAccountsCurrenciesCreateData, ThrowOnError>) => RequestResult<UserBankAccountsCurrenciesCreateResponses, unknown, ThrowOnError, "data">;
|
|
848
|
+
/**
|
|
849
|
+
* Delete bank account currency
|
|
850
|
+
*
|
|
851
|
+
* @deprecated
|
|
852
|
+
*/
|
|
853
|
+
declare const userBankAccountsCurrenciesDestroy: <ThrowOnError extends boolean = false>(options: Options<UserBankAccountsCurrenciesDestroyData, ThrowOnError>) => RequestResult<UserBankAccountsCurrenciesDestroyResponses, unknown, ThrowOnError, "data">;
|
|
854
|
+
/**
|
|
855
|
+
* Retrieve bank account currency
|
|
856
|
+
*
|
|
857
|
+
* @deprecated
|
|
858
|
+
*/
|
|
859
|
+
declare const userBankAccountsCurrenciesRetrieve: <ThrowOnError extends boolean = false>(options: Options<UserBankAccountsCurrenciesRetrieveData, ThrowOnError>) => RequestResult<UserBankAccountsCurrenciesRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
860
|
+
declare const userBankAccountsDocumentsRetrieve: <ThrowOnError extends boolean = false>(options: Options<UserBankAccountsDocumentsRetrieveData, ThrowOnError>) => RequestResult<UserBankAccountsDocumentsRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
861
|
+
declare const userBankAccountsDocumentsRetrieve2: <ThrowOnError extends boolean = false>(options: Options<UserBankAccountsDocumentsRetrieve2Data, ThrowOnError>) => RequestResult<UserBankAccountsDocumentsRetrieve2Responses, unknown, ThrowOnError, "data">;
|
|
862
|
+
/**
|
|
863
|
+
* List crypto accounts
|
|
864
|
+
*/
|
|
865
|
+
declare const userCryptoAccountsList: <ThrowOnError extends boolean = false>(options?: Options<UserCryptoAccountsListData, ThrowOnError>) => RequestResult<UserCryptoAccountsListResponses, unknown, ThrowOnError, "data">;
|
|
866
|
+
/**
|
|
867
|
+
* Create crypto account
|
|
868
|
+
*/
|
|
869
|
+
declare const userCryptoAccountsCreate: <ThrowOnError extends boolean = false>(options: Options<UserCryptoAccountsCreateData, ThrowOnError>) => RequestResult<UserCryptoAccountsCreateResponses, unknown, ThrowOnError, "data">;
|
|
870
|
+
/**
|
|
871
|
+
* Delete crypto account
|
|
872
|
+
*/
|
|
873
|
+
declare const userCryptoAccountsDestroy: <ThrowOnError extends boolean = false>(options: Options<UserCryptoAccountsDestroyData, ThrowOnError>) => RequestResult<UserCryptoAccountsDestroyResponses, unknown, ThrowOnError, "data">;
|
|
874
|
+
/**
|
|
875
|
+
* Retrieve crypto account
|
|
876
|
+
*/
|
|
877
|
+
declare const userCryptoAccountsRetrieve: <ThrowOnError extends boolean = false>(options: Options<UserCryptoAccountsRetrieveData, ThrowOnError>) => RequestResult<UserCryptoAccountsRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
878
|
+
/**
|
|
879
|
+
* Partially update crypto account
|
|
880
|
+
*/
|
|
881
|
+
declare const userCryptoAccountsPartialUpdate: <ThrowOnError extends boolean = false>(options: Options<UserCryptoAccountsPartialUpdateData, ThrowOnError>) => RequestResult<UserCryptoAccountsPartialUpdateResponses, unknown, ThrowOnError, "data">;
|
|
882
|
+
/**
|
|
883
|
+
* Update crypto account
|
|
884
|
+
*/
|
|
885
|
+
declare const userCryptoAccountsUpdate: <ThrowOnError extends boolean = false>(options: Options<UserCryptoAccountsUpdateData, ThrowOnError>) => RequestResult<UserCryptoAccountsUpdateResponses, unknown, ThrowOnError, "data">;
|
|
886
|
+
/**
|
|
887
|
+
* List crypto-accounts account currencies
|
|
888
|
+
*/
|
|
889
|
+
declare const userCryptoAccountsAccountCurrenciesList: <ThrowOnError extends boolean = false>(options: Options<UserCryptoAccountsAccountCurrenciesListData, ThrowOnError>) => RequestResult<UserCryptoAccountsAccountCurrenciesListResponses, unknown, ThrowOnError, "data">;
|
|
890
|
+
/**
|
|
891
|
+
* Create crypto-accounts account currency
|
|
892
|
+
*/
|
|
893
|
+
declare const userCryptoAccountsAccountCurrenciesCreate: <ThrowOnError extends boolean = false>(options: Options<UserCryptoAccountsAccountCurrenciesCreateData, ThrowOnError>) => RequestResult<UserCryptoAccountsAccountCurrenciesCreateResponses, unknown, ThrowOnError, "data">;
|
|
894
|
+
/**
|
|
895
|
+
* Delete crypto-account account currency
|
|
896
|
+
*/
|
|
897
|
+
declare const userCryptoAccountsAccountCurrenciesDestroy: <ThrowOnError extends boolean = false>(options: Options<UserCryptoAccountsAccountCurrenciesDestroyData, ThrowOnError>) => RequestResult<UserCryptoAccountsAccountCurrenciesDestroyResponses, unknown, ThrowOnError, "data">;
|
|
898
|
+
/**
|
|
899
|
+
* Retrieve crypto-account account currency
|
|
900
|
+
*/
|
|
901
|
+
declare const userCryptoAccountsAccountCurrenciesRetrieve: <ThrowOnError extends boolean = false>(options: Options<UserCryptoAccountsAccountCurrenciesRetrieveData, ThrowOnError>) => RequestResult<UserCryptoAccountsAccountCurrenciesRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
902
|
+
/**
|
|
903
|
+
* List crypto account currencies
|
|
904
|
+
*
|
|
905
|
+
* @deprecated
|
|
906
|
+
*/
|
|
907
|
+
declare const userCryptoAccountsCurrenciesList: <ThrowOnError extends boolean = false>(options: Options<UserCryptoAccountsCurrenciesListData, ThrowOnError>) => RequestResult<UserCryptoAccountsCurrenciesListResponses, unknown, ThrowOnError, "data">;
|
|
908
|
+
/**
|
|
909
|
+
* Create crypto account currency
|
|
910
|
+
*
|
|
911
|
+
* @deprecated
|
|
912
|
+
*/
|
|
913
|
+
declare const userCryptoAccountsCurrenciesCreate: <ThrowOnError extends boolean = false>(options: Options<UserCryptoAccountsCurrenciesCreateData, ThrowOnError>) => RequestResult<UserCryptoAccountsCurrenciesCreateResponses, unknown, ThrowOnError, "data">;
|
|
914
|
+
/**
|
|
915
|
+
* Delete crypto account currency
|
|
916
|
+
*
|
|
917
|
+
* @deprecated
|
|
918
|
+
*/
|
|
919
|
+
declare const userCryptoAccountsCurrenciesDestroy: <ThrowOnError extends boolean = false>(options: Options<UserCryptoAccountsCurrenciesDestroyData, ThrowOnError>) => RequestResult<UserCryptoAccountsCurrenciesDestroyResponses, unknown, ThrowOnError, "data">;
|
|
920
|
+
/**
|
|
921
|
+
* Retrieve crypto account currency
|
|
922
|
+
*
|
|
923
|
+
* @deprecated
|
|
924
|
+
*/
|
|
925
|
+
declare const userCryptoAccountsCurrenciesRetrieve: <ThrowOnError extends boolean = false>(options: Options<UserCryptoAccountsCurrenciesRetrieveData, ThrowOnError>) => RequestResult<UserCryptoAccountsCurrenciesRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
926
|
+
/**
|
|
927
|
+
* List devices
|
|
928
|
+
*/
|
|
929
|
+
declare const userDevicesList: <ThrowOnError extends boolean = false>(options?: Options<UserDevicesListData, ThrowOnError>) => RequestResult<UserDevicesListResponses, unknown, ThrowOnError, "data">;
|
|
930
|
+
/**
|
|
931
|
+
* Create device
|
|
932
|
+
*/
|
|
933
|
+
declare const userDevicesCreate: <ThrowOnError extends boolean = false>(options: Options<UserDevicesCreateData, ThrowOnError>) => RequestResult<UserDevicesCreateResponses, unknown, ThrowOnError, "data">;
|
|
934
|
+
/**
|
|
935
|
+
* Delete device app
|
|
936
|
+
*/
|
|
937
|
+
declare const userDevicesAppsDestroy: <ThrowOnError extends boolean = false>(options: Options<UserDevicesAppsDestroyData, ThrowOnError>) => RequestResult<UserDevicesAppsDestroyResponses, unknown, ThrowOnError, "data">;
|
|
938
|
+
/**
|
|
939
|
+
* Retrieve device app
|
|
940
|
+
*/
|
|
941
|
+
declare const userDevicesAppsRetrieve: <ThrowOnError extends boolean = false>(options: Options<UserDevicesAppsRetrieveData, ThrowOnError>) => RequestResult<UserDevicesAppsRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
942
|
+
/**
|
|
943
|
+
* Partially update device app
|
|
944
|
+
*/
|
|
945
|
+
declare const userDevicesAppsPartialUpdate: <ThrowOnError extends boolean = false>(options: Options<UserDevicesAppsPartialUpdateData, ThrowOnError>) => RequestResult<UserDevicesAppsPartialUpdateResponses, unknown, ThrowOnError, "data">;
|
|
946
|
+
/**
|
|
947
|
+
* Update device app
|
|
948
|
+
*/
|
|
949
|
+
declare const userDevicesAppsUpdate: <ThrowOnError extends boolean = false>(options: Options<UserDevicesAppsUpdateData, ThrowOnError>) => RequestResult<UserDevicesAppsUpdateResponses, unknown, ThrowOnError, "data">;
|
|
950
|
+
/**
|
|
951
|
+
* Delete device
|
|
952
|
+
*/
|
|
953
|
+
declare const userDevicesDestroy: <ThrowOnError extends boolean = false>(options: Options<UserDevicesDestroyData, ThrowOnError>) => RequestResult<UserDevicesDestroyResponses, unknown, ThrowOnError, "data">;
|
|
954
|
+
/**
|
|
955
|
+
* Retrieve device
|
|
956
|
+
*/
|
|
957
|
+
declare const userDevicesRetrieve: <ThrowOnError extends boolean = false>(options: Options<UserDevicesRetrieveData, ThrowOnError>) => RequestResult<UserDevicesRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
958
|
+
/**
|
|
959
|
+
* Partially update device
|
|
960
|
+
*/
|
|
961
|
+
declare const userDevicesPartialUpdate: <ThrowOnError extends boolean = false>(options: Options<UserDevicesPartialUpdateData, ThrowOnError>) => RequestResult<UserDevicesPartialUpdateResponses, unknown, ThrowOnError, "data">;
|
|
962
|
+
/**
|
|
963
|
+
* Update device
|
|
964
|
+
*/
|
|
965
|
+
declare const userDevicesUpdate: <ThrowOnError extends boolean = false>(options: Options<UserDevicesUpdateData, ThrowOnError>) => RequestResult<UserDevicesUpdateResponses, unknown, ThrowOnError, "data">;
|
|
966
|
+
/**
|
|
967
|
+
* List device apps
|
|
968
|
+
*/
|
|
969
|
+
declare const userDevicesAppsList: <ThrowOnError extends boolean = false>(options: Options<UserDevicesAppsListData, ThrowOnError>) => RequestResult<UserDevicesAppsListResponses, unknown, ThrowOnError, "data">;
|
|
970
|
+
/**
|
|
971
|
+
* Create device app
|
|
972
|
+
*/
|
|
973
|
+
declare const userDevicesAppsCreate: <ThrowOnError extends boolean = false>(options: Options<UserDevicesAppsCreateData, ThrowOnError>) => RequestResult<UserDevicesAppsCreateResponses, unknown, ThrowOnError, "data">;
|
|
974
|
+
/**
|
|
975
|
+
* List documents
|
|
976
|
+
*/
|
|
977
|
+
declare const userDocumentsList: <ThrowOnError extends boolean = false>(options?: Options<UserDocumentsListData, ThrowOnError>) => RequestResult<UserDocumentsListResponses, unknown, ThrowOnError, "data">;
|
|
978
|
+
/**
|
|
979
|
+
* Create document
|
|
980
|
+
*/
|
|
981
|
+
declare const userDocumentsCreate: <ThrowOnError extends boolean = false>(options: Options<UserDocumentsCreateData, ThrowOnError>) => RequestResult<UserDocumentsCreateResponses, unknown, ThrowOnError, "data">;
|
|
982
|
+
declare const userDocumentsDestroy: <ThrowOnError extends boolean = false>(options: Options<UserDocumentsDestroyData, ThrowOnError>) => RequestResult<UserDocumentsDestroyResponses, unknown, ThrowOnError, "data">;
|
|
983
|
+
/**
|
|
984
|
+
* Retrieve document
|
|
985
|
+
*/
|
|
986
|
+
declare const userDocumentsRetrieve: <ThrowOnError extends boolean = false>(options: Options<UserDocumentsRetrieveData, ThrowOnError>) => RequestResult<UserDocumentsRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
987
|
+
/**
|
|
988
|
+
* List emails
|
|
989
|
+
*/
|
|
990
|
+
declare const userEmailsList: <ThrowOnError extends boolean = false>(options?: Options<UserEmailsListData, ThrowOnError>) => RequestResult<UserEmailsListResponses, unknown, ThrowOnError, "data">;
|
|
991
|
+
/**
|
|
992
|
+
* Create email
|
|
993
|
+
*/
|
|
994
|
+
declare const userEmailsCreate: <ThrowOnError extends boolean = false>(options: Options<UserEmailsCreateData, ThrowOnError>) => RequestResult<UserEmailsCreateResponses, unknown, ThrowOnError, "data">;
|
|
995
|
+
/**
|
|
996
|
+
* Delete email
|
|
997
|
+
*/
|
|
998
|
+
declare const userEmailsDestroy: <ThrowOnError extends boolean = false>(options: Options<UserEmailsDestroyData, ThrowOnError>) => RequestResult<UserEmailsDestroyResponses, unknown, ThrowOnError, "data">;
|
|
999
|
+
/**
|
|
1000
|
+
* Retrieve email
|
|
1001
|
+
*/
|
|
1002
|
+
declare const userEmailsRetrieve: <ThrowOnError extends boolean = false>(options: Options<UserEmailsRetrieveData, ThrowOnError>) => RequestResult<UserEmailsRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
1003
|
+
/**
|
|
1004
|
+
* Partially update email
|
|
1005
|
+
*/
|
|
1006
|
+
declare const userEmailsPartialUpdate: <ThrowOnError extends boolean = false>(options: Options<UserEmailsPartialUpdateData, ThrowOnError>) => RequestResult<UserEmailsPartialUpdateResponses, unknown, ThrowOnError, "data">;
|
|
1007
|
+
/**
|
|
1008
|
+
* Update email
|
|
1009
|
+
*/
|
|
1010
|
+
declare const userEmailsUpdate: <ThrowOnError extends boolean = false>(options: Options<UserEmailsUpdateData, ThrowOnError>) => RequestResult<UserEmailsUpdateResponses, unknown, ThrowOnError, "data">;
|
|
1011
|
+
/**
|
|
1012
|
+
* List legal terms
|
|
1013
|
+
*/
|
|
1014
|
+
declare const userLegalTermsList: <ThrowOnError extends boolean = false>(options?: Options<UserLegalTermsListData, ThrowOnError>) => RequestResult<UserLegalTermsListResponses, unknown, ThrowOnError, "data">;
|
|
1015
|
+
/**
|
|
1016
|
+
* Retrieve legal term
|
|
1017
|
+
*/
|
|
1018
|
+
declare const userLegalTermsRetrieve: <ThrowOnError extends boolean = false>(options: Options<UserLegalTermsRetrieveData, ThrowOnError>) => RequestResult<UserLegalTermsRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
1019
|
+
/**
|
|
1020
|
+
* List legal term version
|
|
1021
|
+
*/
|
|
1022
|
+
declare const userLegalTermsVersionsList: <ThrowOnError extends boolean = false>(options: Options<UserLegalTermsVersionsListData, ThrowOnError>) => RequestResult<UserLegalTermsVersionsListResponses, unknown, ThrowOnError, "data">;
|
|
1023
|
+
/**
|
|
1024
|
+
* Retrieve legal term version
|
|
1025
|
+
*/
|
|
1026
|
+
declare const userLegalTermsVersionsRetrieve: <ThrowOnError extends boolean = false>(options: Options<UserLegalTermsVersionsRetrieveData, ThrowOnError>) => RequestResult<UserLegalTermsVersionsRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
1027
|
+
/**
|
|
1028
|
+
* Partially update legal term version
|
|
1029
|
+
*/
|
|
1030
|
+
declare const userLegalTermsVersionsPartialUpdate: <ThrowOnError extends boolean = false>(options: Options<UserLegalTermsVersionsPartialUpdateData, ThrowOnError>) => RequestResult<UserLegalTermsVersionsPartialUpdateResponses, unknown, ThrowOnError, "data">;
|
|
1031
|
+
/**
|
|
1032
|
+
* Update legal term version
|
|
1033
|
+
*/
|
|
1034
|
+
declare const userLegalTermsVersionsUpdate: <ThrowOnError extends boolean = false>(options: Options<UserLegalTermsVersionsUpdateData, ThrowOnError>) => RequestResult<UserLegalTermsVersionsUpdateResponses, unknown, ThrowOnError, "data">;
|
|
1035
|
+
/**
|
|
1036
|
+
* List messages
|
|
1037
|
+
*/
|
|
1038
|
+
declare const userMessagesList: <ThrowOnError extends boolean = false>(options?: Options<UserMessagesListData, ThrowOnError>) => RequestResult<UserMessagesListResponses, unknown, ThrowOnError, "data">;
|
|
1039
|
+
/**
|
|
1040
|
+
* Retrieve message
|
|
1041
|
+
*/
|
|
1042
|
+
declare const userMessagesRetrieve: <ThrowOnError extends boolean = false>(options: Options<UserMessagesRetrieveData, ThrowOnError>) => RequestResult<UserMessagesRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
1043
|
+
/**
|
|
1044
|
+
* List mobiles
|
|
1045
|
+
*/
|
|
1046
|
+
declare const userMobilesList: <ThrowOnError extends boolean = false>(options?: Options<UserMobilesListData, ThrowOnError>) => RequestResult<UserMobilesListResponses, unknown, ThrowOnError, "data">;
|
|
1047
|
+
/**
|
|
1048
|
+
* Create mobile
|
|
1049
|
+
*/
|
|
1050
|
+
declare const userMobilesCreate: <ThrowOnError extends boolean = false>(options: Options<UserMobilesCreateData, ThrowOnError>) => RequestResult<UserMobilesCreateResponses, unknown, ThrowOnError, "data">;
|
|
1051
|
+
/**
|
|
1052
|
+
* Delete mobile
|
|
1053
|
+
*/
|
|
1054
|
+
declare const userMobilesDestroy: <ThrowOnError extends boolean = false>(options: Options<UserMobilesDestroyData, ThrowOnError>) => RequestResult<UserMobilesDestroyResponses, unknown, ThrowOnError, "data">;
|
|
1055
|
+
/**
|
|
1056
|
+
* Retrieve mobile
|
|
1057
|
+
*/
|
|
1058
|
+
declare const userMobilesRetrieve: <ThrowOnError extends boolean = false>(options: Options<UserMobilesRetrieveData, ThrowOnError>) => RequestResult<UserMobilesRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
1059
|
+
/**
|
|
1060
|
+
* Partially update mobile
|
|
1061
|
+
*/
|
|
1062
|
+
declare const userMobilesPartialUpdate: <ThrowOnError extends boolean = false>(options: Options<UserMobilesPartialUpdateData, ThrowOnError>) => RequestResult<UserMobilesPartialUpdateResponses, unknown, ThrowOnError, "data">;
|
|
1063
|
+
/**
|
|
1064
|
+
* Update mobile
|
|
1065
|
+
*/
|
|
1066
|
+
declare const userMobilesUpdate: <ThrowOnError extends boolean = false>(options: Options<UserMobilesUpdateData, ThrowOnError>) => RequestResult<UserMobilesUpdateResponses, unknown, ThrowOnError, "data">;
|
|
1067
|
+
/**
|
|
1068
|
+
* List wallet accounts
|
|
1069
|
+
*/
|
|
1070
|
+
declare const userWalletAccountsList: <ThrowOnError extends boolean = false>(options?: Options<UserWalletAccountsListData, ThrowOnError>) => RequestResult<UserWalletAccountsListResponses, unknown, ThrowOnError, "data">;
|
|
1071
|
+
/**
|
|
1072
|
+
* Create wallet account
|
|
1073
|
+
*/
|
|
1074
|
+
declare const userWalletAccountsCreate: <ThrowOnError extends boolean = false>(options?: Options<UserWalletAccountsCreateData, ThrowOnError>) => RequestResult<UserWalletAccountsCreateResponses, unknown, ThrowOnError, "data">;
|
|
1075
|
+
/**
|
|
1076
|
+
* Delete wallet account
|
|
1077
|
+
*/
|
|
1078
|
+
declare const userWalletAccountsDestroy: <ThrowOnError extends boolean = false>(options: Options<UserWalletAccountsDestroyData, ThrowOnError>) => RequestResult<UserWalletAccountsDestroyResponses, unknown, ThrowOnError, "data">;
|
|
1079
|
+
/**
|
|
1080
|
+
* Retrieve wallet account
|
|
1081
|
+
*/
|
|
1082
|
+
declare const userWalletAccountsRetrieve: <ThrowOnError extends boolean = false>(options: Options<UserWalletAccountsRetrieveData, ThrowOnError>) => RequestResult<UserWalletAccountsRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
1083
|
+
/**
|
|
1084
|
+
* Partially update wallet account
|
|
1085
|
+
*/
|
|
1086
|
+
declare const userWalletAccountsPartialUpdate: <ThrowOnError extends boolean = false>(options: Options<UserWalletAccountsPartialUpdateData, ThrowOnError>) => RequestResult<UserWalletAccountsPartialUpdateResponses, unknown, ThrowOnError, "data">;
|
|
1087
|
+
/**
|
|
1088
|
+
* Update wallet account
|
|
1089
|
+
*/
|
|
1090
|
+
declare const userWalletAccountsUpdate: <ThrowOnError extends boolean = false>(options: Options<UserWalletAccountsUpdateData, ThrowOnError>) => RequestResult<UserWalletAccountsUpdateResponses, unknown, ThrowOnError, "data">;
|
|
1091
|
+
/**
|
|
1092
|
+
* List wallet-accounts account currencies
|
|
1093
|
+
*/
|
|
1094
|
+
declare const userWalletAccountsAccountCurrenciesList: <ThrowOnError extends boolean = false>(options: Options<UserWalletAccountsAccountCurrenciesListData, ThrowOnError>) => RequestResult<UserWalletAccountsAccountCurrenciesListResponses, unknown, ThrowOnError, "data">;
|
|
1095
|
+
/**
|
|
1096
|
+
* Create wallet-accounts account currency
|
|
1097
|
+
*/
|
|
1098
|
+
declare const userWalletAccountsAccountCurrenciesCreate: <ThrowOnError extends boolean = false>(options: Options<UserWalletAccountsAccountCurrenciesCreateData, ThrowOnError>) => RequestResult<UserWalletAccountsAccountCurrenciesCreateResponses, unknown, ThrowOnError, "data">;
|
|
1099
|
+
/**
|
|
1100
|
+
* Delete wallet-account account currency
|
|
1101
|
+
*/
|
|
1102
|
+
declare const userWalletAccountsAccountCurrenciesDestroy: <ThrowOnError extends boolean = false>(options: Options<UserWalletAccountsAccountCurrenciesDestroyData, ThrowOnError>) => RequestResult<UserWalletAccountsAccountCurrenciesDestroyResponses, unknown, ThrowOnError, "data">;
|
|
1103
|
+
/**
|
|
1104
|
+
* Retrieve wallet-account account currency
|
|
1105
|
+
*/
|
|
1106
|
+
declare const userWalletAccountsAccountCurrenciesRetrieve: <ThrowOnError extends boolean = false>(options: Options<UserWalletAccountsAccountCurrenciesRetrieveData, ThrowOnError>) => RequestResult<UserWalletAccountsAccountCurrenciesRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
1107
|
+
/**
|
|
1108
|
+
* List wallet account currencies
|
|
1109
|
+
*
|
|
1110
|
+
* @deprecated
|
|
1111
|
+
*/
|
|
1112
|
+
declare const userWalletAccountsCurrenciesList: <ThrowOnError extends boolean = false>(options: Options<UserWalletAccountsCurrenciesListData, ThrowOnError>) => RequestResult<UserWalletAccountsCurrenciesListResponses, unknown, ThrowOnError, "data">;
|
|
1113
|
+
/**
|
|
1114
|
+
* Create wallet account currency
|
|
1115
|
+
*
|
|
1116
|
+
* @deprecated
|
|
1117
|
+
*/
|
|
1118
|
+
declare const userWalletAccountsCurrenciesCreate: <ThrowOnError extends boolean = false>(options: Options<UserWalletAccountsCurrenciesCreateData, ThrowOnError>) => RequestResult<UserWalletAccountsCurrenciesCreateResponses, unknown, ThrowOnError, "data">;
|
|
1119
|
+
/**
|
|
1120
|
+
* Delete wallet account currency
|
|
1121
|
+
*
|
|
1122
|
+
* @deprecated
|
|
1123
|
+
*/
|
|
1124
|
+
declare const userWalletAccountsCurrenciesDestroy: <ThrowOnError extends boolean = false>(options: Options<UserWalletAccountsCurrenciesDestroyData, ThrowOnError>) => RequestResult<UserWalletAccountsCurrenciesDestroyResponses, unknown, ThrowOnError, "data">;
|
|
1125
|
+
/**
|
|
1126
|
+
* Retrieve wallet account currency
|
|
1127
|
+
*
|
|
1128
|
+
* @deprecated
|
|
1129
|
+
*/
|
|
1130
|
+
declare const userWalletAccountsCurrenciesRetrieve: <ThrowOnError extends boolean = false>(options: Options<UserWalletAccountsCurrenciesRetrieveData, ThrowOnError>) => RequestResult<UserWalletAccountsCurrenciesRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
1131
|
+
|
|
1132
|
+
type sdk_Options<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean> = Options<TData, ThrowOnError>;
|
|
1133
|
+
declare const sdk_accountCurrenciesList: typeof accountCurrenciesList;
|
|
1134
|
+
declare const sdk_accountDefinitionsList: typeof accountDefinitionsList;
|
|
1135
|
+
declare const sdk_accountDefinitionsRetrieve: typeof accountDefinitionsRetrieve;
|
|
1136
|
+
declare const sdk_accountsCreate: typeof accountsCreate;
|
|
1137
|
+
declare const sdk_accountsCurrenciesCreate: typeof accountsCurrenciesCreate;
|
|
1138
|
+
declare const sdk_accountsCurrenciesFeesList: typeof accountsCurrenciesFeesList;
|
|
1139
|
+
declare const sdk_accountsCurrenciesFeesRetrieve: typeof accountsCurrenciesFeesRetrieve;
|
|
1140
|
+
declare const sdk_accountsCurrenciesLimitsList: typeof accountsCurrenciesLimitsList;
|
|
1141
|
+
declare const sdk_accountsCurrenciesLimitsRetrieve: typeof accountsCurrenciesLimitsRetrieve;
|
|
1142
|
+
declare const sdk_accountsCurrenciesList: typeof accountsCurrenciesList;
|
|
1143
|
+
declare const sdk_accountsCurrenciesPartialUpdate: typeof accountsCurrenciesPartialUpdate;
|
|
1144
|
+
declare const sdk_accountsCurrenciesRetrieve: typeof accountsCurrenciesRetrieve;
|
|
1145
|
+
declare const sdk_accountsCurrenciesUpdate: typeof accountsCurrenciesUpdate;
|
|
1146
|
+
declare const sdk_accountsList: typeof accountsList;
|
|
1147
|
+
declare const sdk_accountsRetrieve: typeof accountsRetrieve;
|
|
1148
|
+
declare const sdk_authDeactivate: typeof authDeactivate;
|
|
1149
|
+
declare const sdk_authDeactivateVerify: typeof authDeactivateVerify;
|
|
1150
|
+
declare const sdk_authEmailVerify: typeof authEmailVerify;
|
|
1151
|
+
declare const sdk_authEmailVerifyResend: typeof authEmailVerifyResend;
|
|
1152
|
+
declare const sdk_authJwtCreate: typeof authJwtCreate;
|
|
1153
|
+
declare const sdk_authLogin: typeof authLogin;
|
|
1154
|
+
declare const sdk_authLogout: typeof authLogout;
|
|
1155
|
+
declare const sdk_authMfaAuthenticatorsCreate: typeof authMfaAuthenticatorsCreate;
|
|
1156
|
+
declare const sdk_authMfaAuthenticatorsDestroy: typeof authMfaAuthenticatorsDestroy;
|
|
1157
|
+
declare const sdk_authMfaAuthenticatorsList: typeof authMfaAuthenticatorsList;
|
|
1158
|
+
declare const sdk_authMfaAuthenticatorsRetrieve: typeof authMfaAuthenticatorsRetrieve;
|
|
1159
|
+
declare const sdk_authMfaDeliver: typeof authMfaDeliver;
|
|
1160
|
+
declare const sdk_authMfaVerify: typeof authMfaVerify;
|
|
1161
|
+
declare const sdk_authMobileVerify: typeof authMobileVerify;
|
|
1162
|
+
declare const sdk_authMobileVerifyResend: typeof authMobileVerifyResend;
|
|
1163
|
+
declare const sdk_authOauthAuthorizeCreate: typeof authOauthAuthorizeCreate;
|
|
1164
|
+
declare const sdk_authOauthLoginCreate: typeof authOauthLoginCreate;
|
|
1165
|
+
declare const sdk_authOauthRegisterCreate: typeof authOauthRegisterCreate;
|
|
1166
|
+
declare const sdk_authOauthSessionCreate: typeof authOauthSessionCreate;
|
|
1167
|
+
declare const sdk_authOauthVerifyCreate: typeof authOauthVerifyCreate;
|
|
1168
|
+
declare const sdk_authPasswordChange: typeof authPasswordChange;
|
|
1169
|
+
declare const sdk_authPasswordReset: typeof authPasswordReset;
|
|
1170
|
+
declare const sdk_authPasswordResetConfirm: typeof authPasswordResetConfirm;
|
|
1171
|
+
declare const sdk_authRefreshCreate: typeof authRefreshCreate;
|
|
1172
|
+
declare const sdk_authRegister: typeof authRegister;
|
|
1173
|
+
declare const sdk_authRegisterCompany: typeof authRegisterCompany;
|
|
1174
|
+
declare const sdk_authRequestDelete: typeof authRequestDelete;
|
|
1175
|
+
declare const sdk_authRequestDeleteVerify: typeof authRequestDeleteVerify;
|
|
1176
|
+
declare const sdk_authRetrieve: typeof authRetrieve;
|
|
1177
|
+
declare const sdk_authTokensCreate: typeof authTokensCreate;
|
|
1178
|
+
declare const sdk_authTokensDestroy: typeof authTokensDestroy;
|
|
1179
|
+
declare const sdk_authTokensList: typeof authTokensList;
|
|
1180
|
+
declare const sdk_authTokensListDestroy: typeof authTokensListDestroy;
|
|
1181
|
+
declare const sdk_authTokensRetrieve: typeof authTokensRetrieve;
|
|
1182
|
+
declare const sdk_companyBankAccountsList: typeof companyBankAccountsList;
|
|
1183
|
+
declare const sdk_companyCurrenciesList: typeof companyCurrenciesList;
|
|
1184
|
+
declare const sdk_companyCurrenciesRetrieve: typeof companyCurrenciesRetrieve;
|
|
1185
|
+
declare const sdk_companyRetrieve: typeof companyRetrieve;
|
|
1186
|
+
declare const sdk_companyWalletAccountsList: typeof companyWalletAccountsList;
|
|
1187
|
+
declare const sdk_documentTypesList: typeof documentTypesList;
|
|
1188
|
+
declare const sdk_documentTypesRetrieve: typeof documentTypesRetrieve;
|
|
1189
|
+
declare const sdk_exportsCreate: typeof exportsCreate;
|
|
1190
|
+
declare const sdk_exportsList: typeof exportsList;
|
|
1191
|
+
declare const sdk_exportsRetrieve: typeof exportsRetrieve;
|
|
1192
|
+
declare const sdk_groupsFeesList: typeof groupsFeesList;
|
|
1193
|
+
declare const sdk_groupsFeesRetrieve: typeof groupsFeesRetrieve;
|
|
1194
|
+
declare const sdk_groupsLimitsList: typeof groupsLimitsList;
|
|
1195
|
+
declare const sdk_groupsLimitsRetrieve: typeof groupsLimitsRetrieve;
|
|
1196
|
+
declare const sdk_groupsList: typeof groupsList;
|
|
1197
|
+
declare const sdk_groupsPermissionsList: typeof groupsPermissionsList;
|
|
1198
|
+
declare const sdk_groupsPermissionsRetrieve: typeof groupsPermissionsRetrieve;
|
|
1199
|
+
declare const sdk_groupsRetrieve: typeof groupsRetrieve;
|
|
1200
|
+
declare const sdk_groupsTiersFeesList: typeof groupsTiersFeesList;
|
|
1201
|
+
declare const sdk_groupsTiersFeesRetrieve: typeof groupsTiersFeesRetrieve;
|
|
1202
|
+
declare const sdk_groupsTiersLimitsList: typeof groupsTiersLimitsList;
|
|
1203
|
+
declare const sdk_groupsTiersLimitsRetrieve: typeof groupsTiersLimitsRetrieve;
|
|
1204
|
+
declare const sdk_groupsTiersList: typeof groupsTiersList;
|
|
1205
|
+
declare const sdk_groupsTiersRequirementSetsItemsList: typeof groupsTiersRequirementSetsItemsList;
|
|
1206
|
+
declare const sdk_groupsTiersRequirementSetsItemsRetrieve: typeof groupsTiersRequirementSetsItemsRetrieve;
|
|
1207
|
+
declare const sdk_groupsTiersRequirementSetsList: typeof groupsTiersRequirementSetsList;
|
|
1208
|
+
declare const sdk_groupsTiersRequirementSetsRetrieve: typeof groupsTiersRequirementSetsRetrieve;
|
|
1209
|
+
declare const sdk_groupsTiersRetrieve: typeof groupsTiersRetrieve;
|
|
1210
|
+
declare const sdk_metricsCreate: typeof metricsCreate;
|
|
1211
|
+
declare const sdk_metricsDestroy: typeof metricsDestroy;
|
|
1212
|
+
declare const sdk_metricsList: typeof metricsList;
|
|
1213
|
+
declare const sdk_metricsPointsList: typeof metricsPointsList;
|
|
1214
|
+
declare const sdk_metricsRetrieve: typeof metricsRetrieve;
|
|
1215
|
+
declare const sdk_permissionsList: typeof permissionsList;
|
|
1216
|
+
declare const sdk_permissionsRetrieve: typeof permissionsRetrieve;
|
|
1217
|
+
declare const sdk_publicCompaniesGroupsList: typeof publicCompaniesGroupsList;
|
|
1218
|
+
declare const sdk_publicCompaniesGroupsRetrieve: typeof publicCompaniesGroupsRetrieve;
|
|
1219
|
+
declare const sdk_publicCompaniesLegalTermsList: typeof publicCompaniesLegalTermsList;
|
|
1220
|
+
declare const sdk_publicCompaniesLegalTermsRetrieve: typeof publicCompaniesLegalTermsRetrieve;
|
|
1221
|
+
declare const sdk_publicCompaniesLegalTermsVersionsList: typeof publicCompaniesLegalTermsVersionsList;
|
|
1222
|
+
declare const sdk_publicCompaniesLegalTermsVersionsRetrieve: typeof publicCompaniesLegalTermsVersionsRetrieve;
|
|
1223
|
+
declare const sdk_publicCompaniesList: typeof publicCompaniesList;
|
|
1224
|
+
declare const sdk_publicCompaniesOauthClientsList: typeof publicCompaniesOauthClientsList;
|
|
1225
|
+
declare const sdk_publicCompaniesOauthClientsRetrieve: typeof publicCompaniesOauthClientsRetrieve;
|
|
1226
|
+
declare const sdk_publicCompaniesRetrieve: typeof publicCompaniesRetrieve;
|
|
1227
|
+
declare const sdk_publicLegalTermsList: typeof publicLegalTermsList;
|
|
1228
|
+
declare const sdk_publicLegalTermsRetrieve: typeof publicLegalTermsRetrieve;
|
|
1229
|
+
declare const sdk_publicLegalTermsVersionsList: typeof publicLegalTermsVersionsList;
|
|
1230
|
+
declare const sdk_publicLegalTermsVersionsRetrieve: typeof publicLegalTermsVersionsRetrieve;
|
|
1231
|
+
declare const sdk_statementsCreate: typeof statementsCreate;
|
|
1232
|
+
declare const sdk_statementsDestroy: typeof statementsDestroy;
|
|
1233
|
+
declare const sdk_statementsList: typeof statementsList;
|
|
1234
|
+
declare const sdk_statementsRetrieve: typeof statementsRetrieve;
|
|
1235
|
+
declare const sdk_subtypesList: typeof subtypesList;
|
|
1236
|
+
declare const sdk_subtypesRetrieve: typeof subtypesRetrieve;
|
|
1237
|
+
declare const sdk_transactionCollectionsCreate: typeof transactionCollectionsCreate;
|
|
1238
|
+
declare const sdk_transactionCollectionsList: typeof transactionCollectionsList;
|
|
1239
|
+
declare const sdk_transactionCollectionsRetrieve: typeof transactionCollectionsRetrieve;
|
|
1240
|
+
declare const sdk_transactionTotalsRetrieve: typeof transactionTotalsRetrieve;
|
|
1241
|
+
declare const sdk_transactionsCreate: typeof transactionsCreate;
|
|
1242
|
+
declare const sdk_transactionsCreditCreate: typeof transactionsCreditCreate;
|
|
1243
|
+
declare const sdk_transactionsDebitCreate: typeof transactionsDebitCreate;
|
|
1244
|
+
declare const sdk_transactionsList: typeof transactionsList;
|
|
1245
|
+
declare const sdk_transactionsMessagesList: typeof transactionsMessagesList;
|
|
1246
|
+
declare const sdk_transactionsMessagesRetrieve: typeof transactionsMessagesRetrieve;
|
|
1247
|
+
declare const sdk_transactionsPartialUpdate: typeof transactionsPartialUpdate;
|
|
1248
|
+
declare const sdk_transactionsRetrieve: typeof transactionsRetrieve;
|
|
1249
|
+
declare const sdk_transactionsTransferCreate: typeof transactionsTransferCreate;
|
|
1250
|
+
declare const sdk_transactionsUpdate: typeof transactionsUpdate;
|
|
1251
|
+
declare const sdk_userAddressesCreate: typeof userAddressesCreate;
|
|
1252
|
+
declare const sdk_userAddressesDestroy: typeof userAddressesDestroy;
|
|
1253
|
+
declare const sdk_userAddressesList: typeof userAddressesList;
|
|
1254
|
+
declare const sdk_userAddressesPartialUpdate: typeof userAddressesPartialUpdate;
|
|
1255
|
+
declare const sdk_userAddressesRetrieve: typeof userAddressesRetrieve;
|
|
1256
|
+
declare const sdk_userAddressesUpdate: typeof userAddressesUpdate;
|
|
1257
|
+
declare const sdk_userBankAccountsAccountCurrenciesCreate: typeof userBankAccountsAccountCurrenciesCreate;
|
|
1258
|
+
declare const sdk_userBankAccountsAccountCurrenciesDestroy: typeof userBankAccountsAccountCurrenciesDestroy;
|
|
1259
|
+
declare const sdk_userBankAccountsAccountCurrenciesList: typeof userBankAccountsAccountCurrenciesList;
|
|
1260
|
+
declare const sdk_userBankAccountsAccountCurrenciesRetrieve: typeof userBankAccountsAccountCurrenciesRetrieve;
|
|
1261
|
+
declare const sdk_userBankAccountsCreate: typeof userBankAccountsCreate;
|
|
1262
|
+
declare const sdk_userBankAccountsCurrenciesCreate: typeof userBankAccountsCurrenciesCreate;
|
|
1263
|
+
declare const sdk_userBankAccountsCurrenciesDestroy: typeof userBankAccountsCurrenciesDestroy;
|
|
1264
|
+
declare const sdk_userBankAccountsCurrenciesList: typeof userBankAccountsCurrenciesList;
|
|
1265
|
+
declare const sdk_userBankAccountsCurrenciesRetrieve: typeof userBankAccountsCurrenciesRetrieve;
|
|
1266
|
+
declare const sdk_userBankAccountsDestroy: typeof userBankAccountsDestroy;
|
|
1267
|
+
declare const sdk_userBankAccountsDocumentsRetrieve: typeof userBankAccountsDocumentsRetrieve;
|
|
1268
|
+
declare const sdk_userBankAccountsDocumentsRetrieve2: typeof userBankAccountsDocumentsRetrieve2;
|
|
1269
|
+
declare const sdk_userBankAccountsList: typeof userBankAccountsList;
|
|
1270
|
+
declare const sdk_userBankAccountsPartialUpdate: typeof userBankAccountsPartialUpdate;
|
|
1271
|
+
declare const sdk_userBankAccountsRetrieve: typeof userBankAccountsRetrieve;
|
|
1272
|
+
declare const sdk_userBankAccountsUpdate: typeof userBankAccountsUpdate;
|
|
1273
|
+
declare const sdk_userCryptoAccountsAccountCurrenciesCreate: typeof userCryptoAccountsAccountCurrenciesCreate;
|
|
1274
|
+
declare const sdk_userCryptoAccountsAccountCurrenciesDestroy: typeof userCryptoAccountsAccountCurrenciesDestroy;
|
|
1275
|
+
declare const sdk_userCryptoAccountsAccountCurrenciesList: typeof userCryptoAccountsAccountCurrenciesList;
|
|
1276
|
+
declare const sdk_userCryptoAccountsAccountCurrenciesRetrieve: typeof userCryptoAccountsAccountCurrenciesRetrieve;
|
|
1277
|
+
declare const sdk_userCryptoAccountsCreate: typeof userCryptoAccountsCreate;
|
|
1278
|
+
declare const sdk_userCryptoAccountsCurrenciesCreate: typeof userCryptoAccountsCurrenciesCreate;
|
|
1279
|
+
declare const sdk_userCryptoAccountsCurrenciesDestroy: typeof userCryptoAccountsCurrenciesDestroy;
|
|
1280
|
+
declare const sdk_userCryptoAccountsCurrenciesList: typeof userCryptoAccountsCurrenciesList;
|
|
1281
|
+
declare const sdk_userCryptoAccountsCurrenciesRetrieve: typeof userCryptoAccountsCurrenciesRetrieve;
|
|
1282
|
+
declare const sdk_userCryptoAccountsDestroy: typeof userCryptoAccountsDestroy;
|
|
1283
|
+
declare const sdk_userCryptoAccountsList: typeof userCryptoAccountsList;
|
|
1284
|
+
declare const sdk_userCryptoAccountsPartialUpdate: typeof userCryptoAccountsPartialUpdate;
|
|
1285
|
+
declare const sdk_userCryptoAccountsRetrieve: typeof userCryptoAccountsRetrieve;
|
|
1286
|
+
declare const sdk_userCryptoAccountsUpdate: typeof userCryptoAccountsUpdate;
|
|
1287
|
+
declare const sdk_userDevicesAppsCreate: typeof userDevicesAppsCreate;
|
|
1288
|
+
declare const sdk_userDevicesAppsDestroy: typeof userDevicesAppsDestroy;
|
|
1289
|
+
declare const sdk_userDevicesAppsList: typeof userDevicesAppsList;
|
|
1290
|
+
declare const sdk_userDevicesAppsPartialUpdate: typeof userDevicesAppsPartialUpdate;
|
|
1291
|
+
declare const sdk_userDevicesAppsRetrieve: typeof userDevicesAppsRetrieve;
|
|
1292
|
+
declare const sdk_userDevicesAppsUpdate: typeof userDevicesAppsUpdate;
|
|
1293
|
+
declare const sdk_userDevicesCreate: typeof userDevicesCreate;
|
|
1294
|
+
declare const sdk_userDevicesDestroy: typeof userDevicesDestroy;
|
|
1295
|
+
declare const sdk_userDevicesList: typeof userDevicesList;
|
|
1296
|
+
declare const sdk_userDevicesPartialUpdate: typeof userDevicesPartialUpdate;
|
|
1297
|
+
declare const sdk_userDevicesRetrieve: typeof userDevicesRetrieve;
|
|
1298
|
+
declare const sdk_userDevicesUpdate: typeof userDevicesUpdate;
|
|
1299
|
+
declare const sdk_userDocumentsCreate: typeof userDocumentsCreate;
|
|
1300
|
+
declare const sdk_userDocumentsDestroy: typeof userDocumentsDestroy;
|
|
1301
|
+
declare const sdk_userDocumentsList: typeof userDocumentsList;
|
|
1302
|
+
declare const sdk_userDocumentsRetrieve: typeof userDocumentsRetrieve;
|
|
1303
|
+
declare const sdk_userEmailsCreate: typeof userEmailsCreate;
|
|
1304
|
+
declare const sdk_userEmailsDestroy: typeof userEmailsDestroy;
|
|
1305
|
+
declare const sdk_userEmailsList: typeof userEmailsList;
|
|
1306
|
+
declare const sdk_userEmailsPartialUpdate: typeof userEmailsPartialUpdate;
|
|
1307
|
+
declare const sdk_userEmailsRetrieve: typeof userEmailsRetrieve;
|
|
1308
|
+
declare const sdk_userEmailsUpdate: typeof userEmailsUpdate;
|
|
1309
|
+
declare const sdk_userLegalTermsList: typeof userLegalTermsList;
|
|
1310
|
+
declare const sdk_userLegalTermsRetrieve: typeof userLegalTermsRetrieve;
|
|
1311
|
+
declare const sdk_userLegalTermsVersionsList: typeof userLegalTermsVersionsList;
|
|
1312
|
+
declare const sdk_userLegalTermsVersionsPartialUpdate: typeof userLegalTermsVersionsPartialUpdate;
|
|
1313
|
+
declare const sdk_userLegalTermsVersionsRetrieve: typeof userLegalTermsVersionsRetrieve;
|
|
1314
|
+
declare const sdk_userLegalTermsVersionsUpdate: typeof userLegalTermsVersionsUpdate;
|
|
1315
|
+
declare const sdk_userMessagesList: typeof userMessagesList;
|
|
1316
|
+
declare const sdk_userMessagesRetrieve: typeof userMessagesRetrieve;
|
|
1317
|
+
declare const sdk_userMobilesCreate: typeof userMobilesCreate;
|
|
1318
|
+
declare const sdk_userMobilesDestroy: typeof userMobilesDestroy;
|
|
1319
|
+
declare const sdk_userMobilesList: typeof userMobilesList;
|
|
1320
|
+
declare const sdk_userMobilesPartialUpdate: typeof userMobilesPartialUpdate;
|
|
1321
|
+
declare const sdk_userMobilesRetrieve: typeof userMobilesRetrieve;
|
|
1322
|
+
declare const sdk_userMobilesUpdate: typeof userMobilesUpdate;
|
|
1323
|
+
declare const sdk_userPartialUpdate: typeof userPartialUpdate;
|
|
1324
|
+
declare const sdk_userRetrieve: typeof userRetrieve;
|
|
1325
|
+
declare const sdk_userUpdate: typeof userUpdate;
|
|
1326
|
+
declare const sdk_userWalletAccountsAccountCurrenciesCreate: typeof userWalletAccountsAccountCurrenciesCreate;
|
|
1327
|
+
declare const sdk_userWalletAccountsAccountCurrenciesDestroy: typeof userWalletAccountsAccountCurrenciesDestroy;
|
|
1328
|
+
declare const sdk_userWalletAccountsAccountCurrenciesList: typeof userWalletAccountsAccountCurrenciesList;
|
|
1329
|
+
declare const sdk_userWalletAccountsAccountCurrenciesRetrieve: typeof userWalletAccountsAccountCurrenciesRetrieve;
|
|
1330
|
+
declare const sdk_userWalletAccountsCreate: typeof userWalletAccountsCreate;
|
|
1331
|
+
declare const sdk_userWalletAccountsCurrenciesCreate: typeof userWalletAccountsCurrenciesCreate;
|
|
1332
|
+
declare const sdk_userWalletAccountsCurrenciesDestroy: typeof userWalletAccountsCurrenciesDestroy;
|
|
1333
|
+
declare const sdk_userWalletAccountsCurrenciesList: typeof userWalletAccountsCurrenciesList;
|
|
1334
|
+
declare const sdk_userWalletAccountsCurrenciesRetrieve: typeof userWalletAccountsCurrenciesRetrieve;
|
|
1335
|
+
declare const sdk_userWalletAccountsDestroy: typeof userWalletAccountsDestroy;
|
|
1336
|
+
declare const sdk_userWalletAccountsList: typeof userWalletAccountsList;
|
|
1337
|
+
declare const sdk_userWalletAccountsPartialUpdate: typeof userWalletAccountsPartialUpdate;
|
|
1338
|
+
declare const sdk_userWalletAccountsRetrieve: typeof userWalletAccountsRetrieve;
|
|
1339
|
+
declare const sdk_userWalletAccountsUpdate: typeof userWalletAccountsUpdate;
|
|
1340
|
+
declare namespace sdk {
|
|
1341
|
+
export { type sdk_Options as Options, sdk_accountCurrenciesList as accountCurrenciesList, sdk_accountDefinitionsList as accountDefinitionsList, sdk_accountDefinitionsRetrieve as accountDefinitionsRetrieve, sdk_accountsCreate as accountsCreate, sdk_accountsCurrenciesCreate as accountsCurrenciesCreate, sdk_accountsCurrenciesFeesList as accountsCurrenciesFeesList, sdk_accountsCurrenciesFeesRetrieve as accountsCurrenciesFeesRetrieve, sdk_accountsCurrenciesLimitsList as accountsCurrenciesLimitsList, sdk_accountsCurrenciesLimitsRetrieve as accountsCurrenciesLimitsRetrieve, sdk_accountsCurrenciesList as accountsCurrenciesList, sdk_accountsCurrenciesPartialUpdate as accountsCurrenciesPartialUpdate, sdk_accountsCurrenciesRetrieve as accountsCurrenciesRetrieve, sdk_accountsCurrenciesUpdate as accountsCurrenciesUpdate, sdk_accountsList as accountsList, sdk_accountsRetrieve as accountsRetrieve, sdk_authDeactivate as authDeactivate, sdk_authDeactivateVerify as authDeactivateVerify, sdk_authEmailVerify as authEmailVerify, sdk_authEmailVerifyResend as authEmailVerifyResend, sdk_authJwtCreate as authJwtCreate, sdk_authLogin as authLogin, sdk_authLogout as authLogout, sdk_authMfaAuthenticatorsCreate as authMfaAuthenticatorsCreate, sdk_authMfaAuthenticatorsDestroy as authMfaAuthenticatorsDestroy, sdk_authMfaAuthenticatorsList as authMfaAuthenticatorsList, sdk_authMfaAuthenticatorsRetrieve as authMfaAuthenticatorsRetrieve, sdk_authMfaDeliver as authMfaDeliver, sdk_authMfaVerify as authMfaVerify, sdk_authMobileVerify as authMobileVerify, sdk_authMobileVerifyResend as authMobileVerifyResend, sdk_authOauthAuthorizeCreate as authOauthAuthorizeCreate, sdk_authOauthLoginCreate as authOauthLoginCreate, sdk_authOauthRegisterCreate as authOauthRegisterCreate, sdk_authOauthSessionCreate as authOauthSessionCreate, sdk_authOauthVerifyCreate as authOauthVerifyCreate, sdk_authPasswordChange as authPasswordChange, sdk_authPasswordReset as authPasswordReset, sdk_authPasswordResetConfirm as authPasswordResetConfirm, sdk_authRefreshCreate as authRefreshCreate, sdk_authRegister as authRegister, sdk_authRegisterCompany as authRegisterCompany, sdk_authRequestDelete as authRequestDelete, sdk_authRequestDeleteVerify as authRequestDeleteVerify, sdk_authRetrieve as authRetrieve, sdk_authTokensCreate as authTokensCreate, sdk_authTokensDestroy as authTokensDestroy, sdk_authTokensList as authTokensList, sdk_authTokensListDestroy as authTokensListDestroy, sdk_authTokensRetrieve as authTokensRetrieve, sdk_companyBankAccountsList as companyBankAccountsList, sdk_companyCurrenciesList as companyCurrenciesList, sdk_companyCurrenciesRetrieve as companyCurrenciesRetrieve, sdk_companyRetrieve as companyRetrieve, sdk_companyWalletAccountsList as companyWalletAccountsList, sdk_documentTypesList as documentTypesList, sdk_documentTypesRetrieve as documentTypesRetrieve, sdk_exportsCreate as exportsCreate, sdk_exportsList as exportsList, sdk_exportsRetrieve as exportsRetrieve, sdk_groupsFeesList as groupsFeesList, sdk_groupsFeesRetrieve as groupsFeesRetrieve, sdk_groupsLimitsList as groupsLimitsList, sdk_groupsLimitsRetrieve as groupsLimitsRetrieve, sdk_groupsList as groupsList, sdk_groupsPermissionsList as groupsPermissionsList, sdk_groupsPermissionsRetrieve as groupsPermissionsRetrieve, sdk_groupsRetrieve as groupsRetrieve, sdk_groupsTiersFeesList as groupsTiersFeesList, sdk_groupsTiersFeesRetrieve as groupsTiersFeesRetrieve, sdk_groupsTiersLimitsList as groupsTiersLimitsList, sdk_groupsTiersLimitsRetrieve as groupsTiersLimitsRetrieve, sdk_groupsTiersList as groupsTiersList, sdk_groupsTiersRequirementSetsItemsList as groupsTiersRequirementSetsItemsList, sdk_groupsTiersRequirementSetsItemsRetrieve as groupsTiersRequirementSetsItemsRetrieve, sdk_groupsTiersRequirementSetsList as groupsTiersRequirementSetsList, sdk_groupsTiersRequirementSetsRetrieve as groupsTiersRequirementSetsRetrieve, sdk_groupsTiersRetrieve as groupsTiersRetrieve, sdk_metricsCreate as metricsCreate, sdk_metricsDestroy as metricsDestroy, sdk_metricsList as metricsList, sdk_metricsPointsList as metricsPointsList, sdk_metricsRetrieve as metricsRetrieve, sdk_permissionsList as permissionsList, sdk_permissionsRetrieve as permissionsRetrieve, sdk_publicCompaniesGroupsList as publicCompaniesGroupsList, sdk_publicCompaniesGroupsRetrieve as publicCompaniesGroupsRetrieve, sdk_publicCompaniesLegalTermsList as publicCompaniesLegalTermsList, sdk_publicCompaniesLegalTermsRetrieve as publicCompaniesLegalTermsRetrieve, sdk_publicCompaniesLegalTermsVersionsList as publicCompaniesLegalTermsVersionsList, sdk_publicCompaniesLegalTermsVersionsRetrieve as publicCompaniesLegalTermsVersionsRetrieve, sdk_publicCompaniesList as publicCompaniesList, sdk_publicCompaniesOauthClientsList as publicCompaniesOauthClientsList, sdk_publicCompaniesOauthClientsRetrieve as publicCompaniesOauthClientsRetrieve, sdk_publicCompaniesRetrieve as publicCompaniesRetrieve, sdk_publicLegalTermsList as publicLegalTermsList, sdk_publicLegalTermsRetrieve as publicLegalTermsRetrieve, sdk_publicLegalTermsVersionsList as publicLegalTermsVersionsList, sdk_publicLegalTermsVersionsRetrieve as publicLegalTermsVersionsRetrieve, sdk_statementsCreate as statementsCreate, sdk_statementsDestroy as statementsDestroy, sdk_statementsList as statementsList, sdk_statementsRetrieve as statementsRetrieve, sdk_subtypesList as subtypesList, sdk_subtypesRetrieve as subtypesRetrieve, sdk_transactionCollectionsCreate as transactionCollectionsCreate, sdk_transactionCollectionsList as transactionCollectionsList, sdk_transactionCollectionsRetrieve as transactionCollectionsRetrieve, sdk_transactionTotalsRetrieve as transactionTotalsRetrieve, sdk_transactionsCreate as transactionsCreate, sdk_transactionsCreditCreate as transactionsCreditCreate, sdk_transactionsDebitCreate as transactionsDebitCreate, sdk_transactionsList as transactionsList, sdk_transactionsMessagesList as transactionsMessagesList, sdk_transactionsMessagesRetrieve as transactionsMessagesRetrieve, sdk_transactionsPartialUpdate as transactionsPartialUpdate, sdk_transactionsRetrieve as transactionsRetrieve, sdk_transactionsTransferCreate as transactionsTransferCreate, sdk_transactionsUpdate as transactionsUpdate, sdk_userAddressesCreate as userAddressesCreate, sdk_userAddressesDestroy as userAddressesDestroy, sdk_userAddressesList as userAddressesList, sdk_userAddressesPartialUpdate as userAddressesPartialUpdate, sdk_userAddressesRetrieve as userAddressesRetrieve, sdk_userAddressesUpdate as userAddressesUpdate, sdk_userBankAccountsAccountCurrenciesCreate as userBankAccountsAccountCurrenciesCreate, sdk_userBankAccountsAccountCurrenciesDestroy as userBankAccountsAccountCurrenciesDestroy, sdk_userBankAccountsAccountCurrenciesList as userBankAccountsAccountCurrenciesList, sdk_userBankAccountsAccountCurrenciesRetrieve as userBankAccountsAccountCurrenciesRetrieve, sdk_userBankAccountsCreate as userBankAccountsCreate, sdk_userBankAccountsCurrenciesCreate as userBankAccountsCurrenciesCreate, sdk_userBankAccountsCurrenciesDestroy as userBankAccountsCurrenciesDestroy, sdk_userBankAccountsCurrenciesList as userBankAccountsCurrenciesList, sdk_userBankAccountsCurrenciesRetrieve as userBankAccountsCurrenciesRetrieve, sdk_userBankAccountsDestroy as userBankAccountsDestroy, sdk_userBankAccountsDocumentsRetrieve as userBankAccountsDocumentsRetrieve, sdk_userBankAccountsDocumentsRetrieve2 as userBankAccountsDocumentsRetrieve2, sdk_userBankAccountsList as userBankAccountsList, sdk_userBankAccountsPartialUpdate as userBankAccountsPartialUpdate, sdk_userBankAccountsRetrieve as userBankAccountsRetrieve, sdk_userBankAccountsUpdate as userBankAccountsUpdate, sdk_userCryptoAccountsAccountCurrenciesCreate as userCryptoAccountsAccountCurrenciesCreate, sdk_userCryptoAccountsAccountCurrenciesDestroy as userCryptoAccountsAccountCurrenciesDestroy, sdk_userCryptoAccountsAccountCurrenciesList as userCryptoAccountsAccountCurrenciesList, sdk_userCryptoAccountsAccountCurrenciesRetrieve as userCryptoAccountsAccountCurrenciesRetrieve, sdk_userCryptoAccountsCreate as userCryptoAccountsCreate, sdk_userCryptoAccountsCurrenciesCreate as userCryptoAccountsCurrenciesCreate, sdk_userCryptoAccountsCurrenciesDestroy as userCryptoAccountsCurrenciesDestroy, sdk_userCryptoAccountsCurrenciesList as userCryptoAccountsCurrenciesList, sdk_userCryptoAccountsCurrenciesRetrieve as userCryptoAccountsCurrenciesRetrieve, sdk_userCryptoAccountsDestroy as userCryptoAccountsDestroy, sdk_userCryptoAccountsList as userCryptoAccountsList, sdk_userCryptoAccountsPartialUpdate as userCryptoAccountsPartialUpdate, sdk_userCryptoAccountsRetrieve as userCryptoAccountsRetrieve, sdk_userCryptoAccountsUpdate as userCryptoAccountsUpdate, sdk_userDevicesAppsCreate as userDevicesAppsCreate, sdk_userDevicesAppsDestroy as userDevicesAppsDestroy, sdk_userDevicesAppsList as userDevicesAppsList, sdk_userDevicesAppsPartialUpdate as userDevicesAppsPartialUpdate, sdk_userDevicesAppsRetrieve as userDevicesAppsRetrieve, sdk_userDevicesAppsUpdate as userDevicesAppsUpdate, sdk_userDevicesCreate as userDevicesCreate, sdk_userDevicesDestroy as userDevicesDestroy, sdk_userDevicesList as userDevicesList, sdk_userDevicesPartialUpdate as userDevicesPartialUpdate, sdk_userDevicesRetrieve as userDevicesRetrieve, sdk_userDevicesUpdate as userDevicesUpdate, sdk_userDocumentsCreate as userDocumentsCreate, sdk_userDocumentsDestroy as userDocumentsDestroy, sdk_userDocumentsList as userDocumentsList, sdk_userDocumentsRetrieve as userDocumentsRetrieve, sdk_userEmailsCreate as userEmailsCreate, sdk_userEmailsDestroy as userEmailsDestroy, sdk_userEmailsList as userEmailsList, sdk_userEmailsPartialUpdate as userEmailsPartialUpdate, sdk_userEmailsRetrieve as userEmailsRetrieve, sdk_userEmailsUpdate as userEmailsUpdate, sdk_userLegalTermsList as userLegalTermsList, sdk_userLegalTermsRetrieve as userLegalTermsRetrieve, sdk_userLegalTermsVersionsList as userLegalTermsVersionsList, sdk_userLegalTermsVersionsPartialUpdate as userLegalTermsVersionsPartialUpdate, sdk_userLegalTermsVersionsRetrieve as userLegalTermsVersionsRetrieve, sdk_userLegalTermsVersionsUpdate as userLegalTermsVersionsUpdate, sdk_userMessagesList as userMessagesList, sdk_userMessagesRetrieve as userMessagesRetrieve, sdk_userMobilesCreate as userMobilesCreate, sdk_userMobilesDestroy as userMobilesDestroy, sdk_userMobilesList as userMobilesList, sdk_userMobilesPartialUpdate as userMobilesPartialUpdate, sdk_userMobilesRetrieve as userMobilesRetrieve, sdk_userMobilesUpdate as userMobilesUpdate, sdk_userPartialUpdate as userPartialUpdate, sdk_userRetrieve as userRetrieve, sdk_userUpdate as userUpdate, sdk_userWalletAccountsAccountCurrenciesCreate as userWalletAccountsAccountCurrenciesCreate, sdk_userWalletAccountsAccountCurrenciesDestroy as userWalletAccountsAccountCurrenciesDestroy, sdk_userWalletAccountsAccountCurrenciesList as userWalletAccountsAccountCurrenciesList, sdk_userWalletAccountsAccountCurrenciesRetrieve as userWalletAccountsAccountCurrenciesRetrieve, sdk_userWalletAccountsCreate as userWalletAccountsCreate, sdk_userWalletAccountsCurrenciesCreate as userWalletAccountsCurrenciesCreate, sdk_userWalletAccountsCurrenciesDestroy as userWalletAccountsCurrenciesDestroy, sdk_userWalletAccountsCurrenciesList as userWalletAccountsCurrenciesList, sdk_userWalletAccountsCurrenciesRetrieve as userWalletAccountsCurrenciesRetrieve, sdk_userWalletAccountsDestroy as userWalletAccountsDestroy, sdk_userWalletAccountsList as userWalletAccountsList, sdk_userWalletAccountsPartialUpdate as userWalletAccountsPartialUpdate, sdk_userWalletAccountsRetrieve as userWalletAccountsRetrieve, sdk_userWalletAccountsUpdate as userWalletAccountsUpdate };
|
|
1342
|
+
}
|
|
1343
|
+
|
|
1344
|
+
type UserApi = BoundSdk<typeof sdk>;
|
|
1345
|
+
declare function createUserApi(config: ApiFactoryConfig): UserApi;
|
|
1346
|
+
|
|
1347
|
+
export { AccountCurrenciesListData, AccountCurrenciesListResponses, AccountDefinitionsListData, AccountDefinitionsListResponses, AccountDefinitionsRetrieveData, AccountDefinitionsRetrieveResponses, AccountsCreateData, AccountsCreateResponses, AccountsCurrenciesCreateData, AccountsCurrenciesCreateResponses, AccountsCurrenciesFeesListData, AccountsCurrenciesFeesListResponses, AccountsCurrenciesFeesRetrieveData, AccountsCurrenciesFeesRetrieveResponses, AccountsCurrenciesLimitsListData, AccountsCurrenciesLimitsListResponses, AccountsCurrenciesLimitsRetrieveData, AccountsCurrenciesLimitsRetrieveResponses, AccountsCurrenciesListData, AccountsCurrenciesListResponses, AccountsCurrenciesPartialUpdateData, AccountsCurrenciesPartialUpdateResponses, AccountsCurrenciesRetrieveData, AccountsCurrenciesRetrieveResponses, AccountsCurrenciesUpdateData, AccountsCurrenciesUpdateResponses, AccountsListData, AccountsListResponses, AccountsRetrieveData, AccountsRetrieveResponses, AuthDeactivateData, AuthDeactivateResponses, AuthDeactivateVerifyData, AuthDeactivateVerifyResponses, AuthEmailVerifyData, AuthEmailVerifyResendData, AuthEmailVerifyResendResponses, AuthEmailVerifyResponses, AuthJwtCreateData, AuthJwtCreateResponses, AuthLoginData, AuthLoginResponses, AuthLogoutData, AuthLogoutResponses, AuthMfaAuthenticatorsCreateData, AuthMfaAuthenticatorsCreateResponses, AuthMfaAuthenticatorsDestroyData, AuthMfaAuthenticatorsDestroyResponses, AuthMfaAuthenticatorsListData, AuthMfaAuthenticatorsListResponses, AuthMfaAuthenticatorsRetrieveData, AuthMfaAuthenticatorsRetrieveResponses, AuthMfaDeliverData, AuthMfaDeliverResponses, AuthMfaVerifyData, AuthMfaVerifyResponses, AuthMobileVerifyData, AuthMobileVerifyResendData, AuthMobileVerifyResendResponses, AuthMobileVerifyResponses, AuthOauthAuthorizeCreateData, AuthOauthAuthorizeCreateResponses, AuthOauthLoginCreateData, AuthOauthLoginCreateResponses, AuthOauthRegisterCreateData, AuthOauthRegisterCreateResponses, AuthOauthSessionCreateData, AuthOauthSessionCreateResponses, AuthOauthVerifyCreateData, AuthOauthVerifyCreateResponses, AuthPasswordChangeData, AuthPasswordChangeResponses, AuthPasswordResetConfirmData, AuthPasswordResetConfirmResponses, AuthPasswordResetData, AuthPasswordResetResponses, AuthRefreshCreateData, AuthRefreshCreateResponses, AuthRegisterCompanyData, AuthRegisterCompanyResponses, AuthRegisterData, AuthRegisterResponses, AuthRequestDeleteData, AuthRequestDeleteResponses, AuthRequestDeleteVerifyData, AuthRequestDeleteVerifyResponses, AuthRetrieveData, AuthRetrieveResponses, AuthTokensCreateData, AuthTokensCreateResponses, AuthTokensDestroyData, AuthTokensDestroyResponses, AuthTokensListData, AuthTokensListDestroyData, AuthTokensListDestroyResponses, AuthTokensListResponses, AuthTokensRetrieveData, AuthTokensRetrieveResponses, CompanyBankAccountsListData, CompanyBankAccountsListResponses, CompanyCurrenciesListData, CompanyCurrenciesListResponses, CompanyCurrenciesRetrieveData, CompanyCurrenciesRetrieveResponses, CompanyRetrieveData, CompanyRetrieveResponses, CompanyWalletAccountsListData, CompanyWalletAccountsListResponses, DocumentTypesListData, DocumentTypesListResponses, DocumentTypesRetrieveData, DocumentTypesRetrieveResponses, ExportsCreateData, ExportsCreateResponses, ExportsListData, ExportsListResponses, ExportsRetrieveData, ExportsRetrieveResponses, GroupsFeesListData, GroupsFeesListResponses, GroupsFeesRetrieveData, GroupsFeesRetrieveResponses, GroupsLimitsListData, GroupsLimitsListResponses, GroupsLimitsRetrieveData, GroupsLimitsRetrieveResponses, GroupsListData, GroupsListResponses, GroupsPermissionsListData, GroupsPermissionsListResponses, GroupsPermissionsRetrieveData, GroupsPermissionsRetrieveResponses, GroupsRetrieveData, GroupsRetrieveResponses, GroupsTiersFeesListData, GroupsTiersFeesListResponses, GroupsTiersFeesRetrieveData, GroupsTiersFeesRetrieveResponses, GroupsTiersLimitsListData, GroupsTiersLimitsListResponses, GroupsTiersLimitsRetrieveData, GroupsTiersLimitsRetrieveResponses, GroupsTiersListData, GroupsTiersListResponses, GroupsTiersRequirementSetsItemsListData, GroupsTiersRequirementSetsItemsListResponses, GroupsTiersRequirementSetsItemsRetrieveData, GroupsTiersRequirementSetsItemsRetrieveResponses, GroupsTiersRequirementSetsListData, GroupsTiersRequirementSetsListResponses, GroupsTiersRequirementSetsRetrieveData, GroupsTiersRequirementSetsRetrieveResponses, GroupsTiersRetrieveData, GroupsTiersRetrieveResponses, MetricsCreateData, MetricsCreateResponses, MetricsDestroyData, MetricsDestroyResponses, MetricsListData, MetricsListResponses, MetricsPointsListData, MetricsPointsListResponses, MetricsRetrieveData, MetricsRetrieveResponses, PermissionsListData, PermissionsListResponses, PermissionsRetrieveData, PermissionsRetrieveResponses, PublicCompaniesGroupsListData, PublicCompaniesGroupsListResponses, PublicCompaniesGroupsRetrieveData, PublicCompaniesGroupsRetrieveResponses, PublicCompaniesLegalTermsListData, PublicCompaniesLegalTermsListResponses, PublicCompaniesLegalTermsRetrieveData, PublicCompaniesLegalTermsRetrieveResponses, PublicCompaniesLegalTermsVersionsListData, PublicCompaniesLegalTermsVersionsListResponses, PublicCompaniesLegalTermsVersionsRetrieveData, PublicCompaniesLegalTermsVersionsRetrieveResponses, PublicCompaniesListData, PublicCompaniesListResponses, PublicCompaniesOauthClientsListData, PublicCompaniesOauthClientsListResponses, PublicCompaniesOauthClientsRetrieveData, PublicCompaniesOauthClientsRetrieveResponses, PublicCompaniesRetrieveData, PublicCompaniesRetrieveResponses, PublicLegalTermsListData, PublicLegalTermsListResponses, PublicLegalTermsRetrieveData, PublicLegalTermsRetrieveResponses, PublicLegalTermsVersionsListData, PublicLegalTermsVersionsListResponses, PublicLegalTermsVersionsRetrieveData, PublicLegalTermsVersionsRetrieveResponses, StatementsCreateData, StatementsCreateResponses, StatementsDestroyData, StatementsDestroyResponses, StatementsListData, StatementsListResponses, StatementsRetrieveData, StatementsRetrieveResponses, SubtypesListData, SubtypesListResponses, SubtypesRetrieveData, SubtypesRetrieveResponses, TransactionCollectionsCreateData, TransactionCollectionsCreateResponses, TransactionCollectionsListData, TransactionCollectionsListResponses, TransactionCollectionsRetrieveData, TransactionCollectionsRetrieveResponses, TransactionTotalsRetrieveData, TransactionTotalsRetrieveResponses, TransactionsCreateData, TransactionsCreateResponses, TransactionsCreditCreateData, TransactionsCreditCreateResponses, TransactionsDebitCreateData, TransactionsDebitCreateResponses, TransactionsListData, TransactionsListResponses, TransactionsMessagesListData, TransactionsMessagesListResponses, TransactionsMessagesRetrieveData, TransactionsMessagesRetrieveResponses, TransactionsPartialUpdateData, TransactionsPartialUpdateResponses, TransactionsRetrieveData, TransactionsRetrieveResponses, TransactionsTransferCreateData, TransactionsTransferCreateResponses, TransactionsUpdateData, TransactionsUpdateResponses, UserAddressesCreateData, UserAddressesCreateResponses, UserAddressesDestroyData, UserAddressesDestroyResponses, UserAddressesListData, UserAddressesListResponses, UserAddressesPartialUpdateData, UserAddressesPartialUpdateResponses, UserAddressesRetrieveData, UserAddressesRetrieveResponses, UserAddressesUpdateData, UserAddressesUpdateResponses, type UserApi, UserBankAccountsAccountCurrenciesCreateData, UserBankAccountsAccountCurrenciesCreateResponses, UserBankAccountsAccountCurrenciesDestroyData, UserBankAccountsAccountCurrenciesDestroyResponses, UserBankAccountsAccountCurrenciesListData, UserBankAccountsAccountCurrenciesListResponses, UserBankAccountsAccountCurrenciesRetrieveData, UserBankAccountsAccountCurrenciesRetrieveResponses, UserBankAccountsCreateData, UserBankAccountsCreateResponses, UserBankAccountsCurrenciesCreateData, UserBankAccountsCurrenciesCreateResponses, UserBankAccountsCurrenciesDestroyData, UserBankAccountsCurrenciesDestroyResponses, UserBankAccountsCurrenciesListData, UserBankAccountsCurrenciesListResponses, UserBankAccountsCurrenciesRetrieveData, UserBankAccountsCurrenciesRetrieveResponses, UserBankAccountsDestroyData, UserBankAccountsDestroyResponses, UserBankAccountsDocumentsRetrieve2Data, UserBankAccountsDocumentsRetrieve2Responses, UserBankAccountsDocumentsRetrieveData, UserBankAccountsDocumentsRetrieveResponses, UserBankAccountsListData, UserBankAccountsListResponses, UserBankAccountsPartialUpdateData, UserBankAccountsPartialUpdateResponses, UserBankAccountsRetrieveData, UserBankAccountsRetrieveResponses, UserBankAccountsUpdateData, UserBankAccountsUpdateResponses, UserCryptoAccountsAccountCurrenciesCreateData, UserCryptoAccountsAccountCurrenciesCreateResponses, UserCryptoAccountsAccountCurrenciesDestroyData, UserCryptoAccountsAccountCurrenciesDestroyResponses, UserCryptoAccountsAccountCurrenciesListData, UserCryptoAccountsAccountCurrenciesListResponses, UserCryptoAccountsAccountCurrenciesRetrieveData, UserCryptoAccountsAccountCurrenciesRetrieveResponses, UserCryptoAccountsCreateData, UserCryptoAccountsCreateResponses, UserCryptoAccountsCurrenciesCreateData, UserCryptoAccountsCurrenciesCreateResponses, UserCryptoAccountsCurrenciesDestroyData, UserCryptoAccountsCurrenciesDestroyResponses, UserCryptoAccountsCurrenciesListData, UserCryptoAccountsCurrenciesListResponses, UserCryptoAccountsCurrenciesRetrieveData, UserCryptoAccountsCurrenciesRetrieveResponses, UserCryptoAccountsDestroyData, UserCryptoAccountsDestroyResponses, UserCryptoAccountsListData, UserCryptoAccountsListResponses, UserCryptoAccountsPartialUpdateData, UserCryptoAccountsPartialUpdateResponses, UserCryptoAccountsRetrieveData, UserCryptoAccountsRetrieveResponses, UserCryptoAccountsUpdateData, UserCryptoAccountsUpdateResponses, UserDevicesAppsCreateData, UserDevicesAppsCreateResponses, UserDevicesAppsDestroyData, UserDevicesAppsDestroyResponses, UserDevicesAppsListData, UserDevicesAppsListResponses, UserDevicesAppsPartialUpdateData, UserDevicesAppsPartialUpdateResponses, UserDevicesAppsRetrieveData, UserDevicesAppsRetrieveResponses, UserDevicesAppsUpdateData, UserDevicesAppsUpdateResponses, UserDevicesCreateData, UserDevicesCreateResponses, UserDevicesDestroyData, UserDevicesDestroyResponses, UserDevicesListData, UserDevicesListResponses, UserDevicesPartialUpdateData, UserDevicesPartialUpdateResponses, UserDevicesRetrieveData, UserDevicesRetrieveResponses, UserDevicesUpdateData, UserDevicesUpdateResponses, UserDocumentsCreateData, UserDocumentsCreateResponses, UserDocumentsDestroyData, UserDocumentsDestroyResponses, UserDocumentsListData, UserDocumentsListResponses, UserDocumentsRetrieveData, UserDocumentsRetrieveResponses, UserEmailsCreateData, UserEmailsCreateResponses, UserEmailsDestroyData, UserEmailsDestroyResponses, UserEmailsListData, UserEmailsListResponses, UserEmailsPartialUpdateData, UserEmailsPartialUpdateResponses, UserEmailsRetrieveData, UserEmailsRetrieveResponses, UserEmailsUpdateData, UserEmailsUpdateResponses, UserLegalTermsListData, UserLegalTermsListResponses, UserLegalTermsRetrieveData, UserLegalTermsRetrieveResponses, UserLegalTermsVersionsListData, UserLegalTermsVersionsListResponses, UserLegalTermsVersionsPartialUpdateData, UserLegalTermsVersionsPartialUpdateResponses, UserLegalTermsVersionsRetrieveData, UserLegalTermsVersionsRetrieveResponses, UserLegalTermsVersionsUpdateData, UserLegalTermsVersionsUpdateResponses, UserMessagesListData, UserMessagesListResponses, UserMessagesRetrieveData, UserMessagesRetrieveResponses, UserMobilesCreateData, UserMobilesCreateResponses, UserMobilesDestroyData, UserMobilesDestroyResponses, UserMobilesListData, UserMobilesListResponses, UserMobilesPartialUpdateData, UserMobilesPartialUpdateResponses, UserMobilesRetrieveData, UserMobilesRetrieveResponses, UserMobilesUpdateData, UserMobilesUpdateResponses, UserPartialUpdateData, UserPartialUpdateResponses, UserRetrieveData, UserRetrieveResponses, UserUpdateData, UserUpdateResponses, UserWalletAccountsAccountCurrenciesCreateData, UserWalletAccountsAccountCurrenciesCreateResponses, UserWalletAccountsAccountCurrenciesDestroyData, UserWalletAccountsAccountCurrenciesDestroyResponses, UserWalletAccountsAccountCurrenciesListData, UserWalletAccountsAccountCurrenciesListResponses, UserWalletAccountsAccountCurrenciesRetrieveData, UserWalletAccountsAccountCurrenciesRetrieveResponses, UserWalletAccountsCreateData, UserWalletAccountsCreateResponses, UserWalletAccountsCurrenciesCreateData, UserWalletAccountsCurrenciesCreateResponses, UserWalletAccountsCurrenciesDestroyData, UserWalletAccountsCurrenciesDestroyResponses, UserWalletAccountsCurrenciesListData, UserWalletAccountsCurrenciesListResponses, UserWalletAccountsCurrenciesRetrieveData, UserWalletAccountsCurrenciesRetrieveResponses, UserWalletAccountsDestroyData, UserWalletAccountsDestroyResponses, UserWalletAccountsListData, UserWalletAccountsListResponses, UserWalletAccountsPartialUpdateData, UserWalletAccountsPartialUpdateResponses, UserWalletAccountsRetrieveData, UserWalletAccountsRetrieveResponses, UserWalletAccountsUpdateData, UserWalletAccountsUpdateResponses, createUserApi };
|