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
|
@@ -0,0 +1,3922 @@
|
|
|
1
|
+
import { A as ApiFactoryConfig, B as BoundSdk } from '../create-api-client-BrsH1l8c.mjs';
|
|
2
|
+
import '../create-auth-UTklIOTc.mjs';
|
|
3
|
+
|
|
4
|
+
type AuthToken = string | undefined;
|
|
5
|
+
interface Auth {
|
|
6
|
+
/**
|
|
7
|
+
* Which part of the request do we use to send the auth?
|
|
8
|
+
*
|
|
9
|
+
* @default 'header'
|
|
10
|
+
*/
|
|
11
|
+
in?: 'header' | 'query' | 'cookie';
|
|
12
|
+
/**
|
|
13
|
+
* Header or query parameter name.
|
|
14
|
+
*
|
|
15
|
+
* @default 'Authorization'
|
|
16
|
+
*/
|
|
17
|
+
name?: string;
|
|
18
|
+
scheme?: 'basic' | 'bearer';
|
|
19
|
+
type: 'apiKey' | 'http';
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
interface SerializerOptions<T> {
|
|
23
|
+
/**
|
|
24
|
+
* @default true
|
|
25
|
+
*/
|
|
26
|
+
explode: boolean;
|
|
27
|
+
style: T;
|
|
28
|
+
}
|
|
29
|
+
type ArrayStyle = 'form' | 'spaceDelimited' | 'pipeDelimited';
|
|
30
|
+
type ObjectStyle = 'form' | 'deepObject';
|
|
31
|
+
|
|
32
|
+
type QuerySerializer = (query: Record<string, unknown>) => string;
|
|
33
|
+
type BodySerializer = (body: any) => any;
|
|
34
|
+
type QuerySerializerOptionsObject = {
|
|
35
|
+
allowReserved?: boolean;
|
|
36
|
+
array?: Partial<SerializerOptions<ArrayStyle>>;
|
|
37
|
+
object?: Partial<SerializerOptions<ObjectStyle>>;
|
|
38
|
+
};
|
|
39
|
+
type QuerySerializerOptions = QuerySerializerOptionsObject & {
|
|
40
|
+
/**
|
|
41
|
+
* Per-parameter serialization overrides. When provided, these settings
|
|
42
|
+
* override the global array/object settings for specific parameter names.
|
|
43
|
+
*/
|
|
44
|
+
parameters?: Record<string, QuerySerializerOptionsObject>;
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
type HttpMethod = 'connect' | 'delete' | 'get' | 'head' | 'options' | 'patch' | 'post' | 'put' | 'trace';
|
|
48
|
+
type Client$1<RequestFn = never, Config = unknown, MethodFn = never, BuildUrlFn = never, SseFn = never> = {
|
|
49
|
+
/**
|
|
50
|
+
* Returns the final request URL.
|
|
51
|
+
*/
|
|
52
|
+
buildUrl: BuildUrlFn;
|
|
53
|
+
getConfig: () => Config;
|
|
54
|
+
request: RequestFn;
|
|
55
|
+
setConfig: (config: Config) => Config;
|
|
56
|
+
} & {
|
|
57
|
+
[K in HttpMethod]: MethodFn;
|
|
58
|
+
} & ([SseFn] extends [never] ? {
|
|
59
|
+
sse?: never;
|
|
60
|
+
} : {
|
|
61
|
+
sse: {
|
|
62
|
+
[K in HttpMethod]: SseFn;
|
|
63
|
+
};
|
|
64
|
+
});
|
|
65
|
+
interface Config$1 {
|
|
66
|
+
/**
|
|
67
|
+
* Auth token or a function returning auth token. The resolved value will be
|
|
68
|
+
* added to the request payload as defined by its `security` array.
|
|
69
|
+
*/
|
|
70
|
+
auth?: ((auth: Auth) => Promise<AuthToken> | AuthToken) | AuthToken;
|
|
71
|
+
/**
|
|
72
|
+
* A function for serializing request body parameter. By default,
|
|
73
|
+
* {@link JSON.stringify()} will be used.
|
|
74
|
+
*/
|
|
75
|
+
bodySerializer?: BodySerializer | null;
|
|
76
|
+
/**
|
|
77
|
+
* An object containing any HTTP headers that you want to pre-populate your
|
|
78
|
+
* `Headers` object with.
|
|
79
|
+
*
|
|
80
|
+
* {@link https://developer.mozilla.org/docs/Web/API/Headers/Headers#init See more}
|
|
81
|
+
*/
|
|
82
|
+
headers?: RequestInit['headers'] | Record<string, string | number | boolean | (string | number | boolean)[] | null | undefined | unknown>;
|
|
83
|
+
/**
|
|
84
|
+
* The request method.
|
|
85
|
+
*
|
|
86
|
+
* {@link https://developer.mozilla.org/docs/Web/API/fetch#method See more}
|
|
87
|
+
*/
|
|
88
|
+
method?: Uppercase<HttpMethod>;
|
|
89
|
+
/**
|
|
90
|
+
* A function for serializing request query parameters. By default, arrays
|
|
91
|
+
* will be exploded in form style, objects will be exploded in deepObject
|
|
92
|
+
* style, and reserved characters are percent-encoded.
|
|
93
|
+
*
|
|
94
|
+
* This method will have no effect if the native `paramsSerializer()` Axios
|
|
95
|
+
* API function is used.
|
|
96
|
+
*
|
|
97
|
+
* {@link https://swagger.io/docs/specification/serialization/#query View examples}
|
|
98
|
+
*/
|
|
99
|
+
querySerializer?: QuerySerializer | QuerySerializerOptions;
|
|
100
|
+
/**
|
|
101
|
+
* A function validating request data. This is useful if you want to ensure
|
|
102
|
+
* the request conforms to the desired shape, so it can be safely sent to
|
|
103
|
+
* the server.
|
|
104
|
+
*/
|
|
105
|
+
requestValidator?: (data: unknown) => Promise<unknown>;
|
|
106
|
+
/**
|
|
107
|
+
* A function transforming response data before it's returned. This is useful
|
|
108
|
+
* for post-processing data, e.g. converting ISO strings into Date objects.
|
|
109
|
+
*/
|
|
110
|
+
responseTransformer?: (data: unknown) => Promise<unknown>;
|
|
111
|
+
/**
|
|
112
|
+
* A function validating response data. This is useful if you want to ensure
|
|
113
|
+
* the response conforms to the desired shape, so it can be safely passed to
|
|
114
|
+
* the transformers and returned to the user.
|
|
115
|
+
*/
|
|
116
|
+
responseValidator?: (data: unknown) => Promise<unknown>;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
type ServerSentEventsOptions<TData = unknown> = Omit<RequestInit, 'method'> & Pick<Config$1, 'method' | 'responseTransformer' | 'responseValidator'> & {
|
|
120
|
+
/**
|
|
121
|
+
* Fetch API implementation. You can use this option to provide a custom
|
|
122
|
+
* fetch instance.
|
|
123
|
+
*
|
|
124
|
+
* @default globalThis.fetch
|
|
125
|
+
*/
|
|
126
|
+
fetch?: typeof fetch;
|
|
127
|
+
/**
|
|
128
|
+
* Implementing clients can call request interceptors inside this hook.
|
|
129
|
+
*/
|
|
130
|
+
onRequest?: (url: string, init: RequestInit) => Promise<Request>;
|
|
131
|
+
/**
|
|
132
|
+
* Callback invoked when a network or parsing error occurs during streaming.
|
|
133
|
+
*
|
|
134
|
+
* This option applies only if the endpoint returns a stream of events.
|
|
135
|
+
*
|
|
136
|
+
* @param error The error that occurred.
|
|
137
|
+
*/
|
|
138
|
+
onSseError?: (error: unknown) => void;
|
|
139
|
+
/**
|
|
140
|
+
* Callback invoked when an event is streamed from the server.
|
|
141
|
+
*
|
|
142
|
+
* This option applies only if the endpoint returns a stream of events.
|
|
143
|
+
*
|
|
144
|
+
* @param event Event streamed from the server.
|
|
145
|
+
* @returns Nothing (void).
|
|
146
|
+
*/
|
|
147
|
+
onSseEvent?: (event: StreamEvent<TData>) => void;
|
|
148
|
+
serializedBody?: RequestInit['body'];
|
|
149
|
+
/**
|
|
150
|
+
* Default retry delay in milliseconds.
|
|
151
|
+
*
|
|
152
|
+
* This option applies only if the endpoint returns a stream of events.
|
|
153
|
+
*
|
|
154
|
+
* @default 3000
|
|
155
|
+
*/
|
|
156
|
+
sseDefaultRetryDelay?: number;
|
|
157
|
+
/**
|
|
158
|
+
* Maximum number of retry attempts before giving up.
|
|
159
|
+
*/
|
|
160
|
+
sseMaxRetryAttempts?: number;
|
|
161
|
+
/**
|
|
162
|
+
* Maximum retry delay in milliseconds.
|
|
163
|
+
*
|
|
164
|
+
* Applies only when exponential backoff is used.
|
|
165
|
+
*
|
|
166
|
+
* This option applies only if the endpoint returns a stream of events.
|
|
167
|
+
*
|
|
168
|
+
* @default 30000
|
|
169
|
+
*/
|
|
170
|
+
sseMaxRetryDelay?: number;
|
|
171
|
+
/**
|
|
172
|
+
* Optional sleep function for retry backoff.
|
|
173
|
+
*
|
|
174
|
+
* Defaults to using `setTimeout`.
|
|
175
|
+
*/
|
|
176
|
+
sseSleepFn?: (ms: number) => Promise<void>;
|
|
177
|
+
url: string;
|
|
178
|
+
};
|
|
179
|
+
interface StreamEvent<TData = unknown> {
|
|
180
|
+
data: TData;
|
|
181
|
+
event?: string;
|
|
182
|
+
id?: string;
|
|
183
|
+
retry?: number;
|
|
184
|
+
}
|
|
185
|
+
type ServerSentEventsResult<TData = unknown, TReturn = void, TNext = unknown> = {
|
|
186
|
+
stream: AsyncGenerator<TData extends Record<string, unknown> ? TData[keyof TData] : TData, TReturn, TNext>;
|
|
187
|
+
};
|
|
188
|
+
|
|
189
|
+
type ErrInterceptor<Err, Res, Req, Options> = (error: Err, response: Res, request: Req, options: Options) => Err | Promise<Err>;
|
|
190
|
+
type ReqInterceptor<Req, Options> = (request: Req, options: Options) => Req | Promise<Req>;
|
|
191
|
+
type ResInterceptor<Res, Req, Options> = (response: Res, request: Req, options: Options) => Res | Promise<Res>;
|
|
192
|
+
declare class Interceptors<Interceptor> {
|
|
193
|
+
fns: Array<Interceptor | null>;
|
|
194
|
+
clear(): void;
|
|
195
|
+
eject(id: number | Interceptor): void;
|
|
196
|
+
exists(id: number | Interceptor): boolean;
|
|
197
|
+
getInterceptorIndex(id: number | Interceptor): number;
|
|
198
|
+
update(id: number | Interceptor, fn: Interceptor): number | Interceptor | false;
|
|
199
|
+
use(fn: Interceptor): number;
|
|
200
|
+
}
|
|
201
|
+
interface Middleware<Req, Res, Err, Options> {
|
|
202
|
+
error: Interceptors<ErrInterceptor<Err, Res, Req, Options>>;
|
|
203
|
+
request: Interceptors<ReqInterceptor<Req, Options>>;
|
|
204
|
+
response: Interceptors<ResInterceptor<Res, Req, Options>>;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
type ResponseStyle = 'data' | 'fields';
|
|
208
|
+
interface Config<T extends ClientOptions$1 = ClientOptions$1> extends Omit<RequestInit, 'body' | 'headers' | 'method'>, Config$1 {
|
|
209
|
+
/**
|
|
210
|
+
* Base URL for all requests made by this client.
|
|
211
|
+
*/
|
|
212
|
+
baseUrl?: T['baseUrl'];
|
|
213
|
+
/**
|
|
214
|
+
* Fetch API implementation. You can use this option to provide a custom
|
|
215
|
+
* fetch instance.
|
|
216
|
+
*
|
|
217
|
+
* @default globalThis.fetch
|
|
218
|
+
*/
|
|
219
|
+
fetch?: typeof fetch;
|
|
220
|
+
/**
|
|
221
|
+
* Please don't use the Fetch client for Next.js applications. The `next`
|
|
222
|
+
* options won't have any effect.
|
|
223
|
+
*
|
|
224
|
+
* Install {@link https://www.npmjs.com/package/@hey-api/client-next `@hey-api/client-next`} instead.
|
|
225
|
+
*/
|
|
226
|
+
next?: never;
|
|
227
|
+
/**
|
|
228
|
+
* Return the response data parsed in a specified format. By default, `auto`
|
|
229
|
+
* will infer the appropriate method from the `Content-Type` response header.
|
|
230
|
+
* You can override this behavior with any of the {@link Body} methods.
|
|
231
|
+
* Select `stream` if you don't want to parse response data at all.
|
|
232
|
+
*
|
|
233
|
+
* @default 'auto'
|
|
234
|
+
*/
|
|
235
|
+
parseAs?: 'arrayBuffer' | 'auto' | 'blob' | 'formData' | 'json' | 'stream' | 'text';
|
|
236
|
+
/**
|
|
237
|
+
* Should we return only data or multiple fields (data, error, response, etc.)?
|
|
238
|
+
*
|
|
239
|
+
* @default 'fields'
|
|
240
|
+
*/
|
|
241
|
+
responseStyle?: ResponseStyle;
|
|
242
|
+
/**
|
|
243
|
+
* Throw an error instead of returning it in the response?
|
|
244
|
+
*
|
|
245
|
+
* @default false
|
|
246
|
+
*/
|
|
247
|
+
throwOnError?: T['throwOnError'];
|
|
248
|
+
}
|
|
249
|
+
interface RequestOptions<TData = unknown, TResponseStyle extends ResponseStyle = 'data', ThrowOnError extends boolean = boolean, Url extends string = string> extends Config<{
|
|
250
|
+
responseStyle: TResponseStyle;
|
|
251
|
+
throwOnError: ThrowOnError;
|
|
252
|
+
}>, Pick<ServerSentEventsOptions<TData>, 'onSseError' | 'onSseEvent' | 'sseDefaultRetryDelay' | 'sseMaxRetryAttempts' | 'sseMaxRetryDelay'> {
|
|
253
|
+
/**
|
|
254
|
+
* Any body that you want to add to your request.
|
|
255
|
+
*
|
|
256
|
+
* {@link https://developer.mozilla.org/docs/Web/API/fetch#body}
|
|
257
|
+
*/
|
|
258
|
+
body?: unknown;
|
|
259
|
+
path?: Record<string, unknown>;
|
|
260
|
+
query?: Record<string, unknown>;
|
|
261
|
+
/**
|
|
262
|
+
* Security mechanism(s) to use for the request.
|
|
263
|
+
*/
|
|
264
|
+
security?: ReadonlyArray<Auth>;
|
|
265
|
+
url: Url;
|
|
266
|
+
}
|
|
267
|
+
interface ResolvedRequestOptions<TResponseStyle extends ResponseStyle = 'data', ThrowOnError extends boolean = boolean, Url extends string = string> extends RequestOptions<unknown, TResponseStyle, ThrowOnError, Url> {
|
|
268
|
+
serializedBody?: string;
|
|
269
|
+
}
|
|
270
|
+
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 : {
|
|
271
|
+
data: TData extends Record<string, unknown> ? TData[keyof TData] : TData;
|
|
272
|
+
request: Request;
|
|
273
|
+
response: Response;
|
|
274
|
+
}> : Promise<TResponseStyle extends 'data' ? (TData extends Record<string, unknown> ? TData[keyof TData] : TData) | undefined : ({
|
|
275
|
+
data: TData extends Record<string, unknown> ? TData[keyof TData] : TData;
|
|
276
|
+
error: undefined;
|
|
277
|
+
} | {
|
|
278
|
+
data: undefined;
|
|
279
|
+
error: TError extends Record<string, unknown> ? TError[keyof TError] : TError;
|
|
280
|
+
}) & {
|
|
281
|
+
request: Request;
|
|
282
|
+
response: Response;
|
|
283
|
+
}>;
|
|
284
|
+
interface ClientOptions$1 {
|
|
285
|
+
baseUrl?: string;
|
|
286
|
+
responseStyle?: ResponseStyle;
|
|
287
|
+
throwOnError?: boolean;
|
|
288
|
+
}
|
|
289
|
+
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>;
|
|
290
|
+
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>>;
|
|
291
|
+
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>;
|
|
292
|
+
type BuildUrlFn = <TData extends {
|
|
293
|
+
body?: unknown;
|
|
294
|
+
path?: Record<string, unknown>;
|
|
295
|
+
query?: Record<string, unknown>;
|
|
296
|
+
url: string;
|
|
297
|
+
}>(options: TData & Options$1<TData>) => string;
|
|
298
|
+
type Client = Client$1<RequestFn, Config, MethodFn, BuildUrlFn, SseFn> & {
|
|
299
|
+
interceptors: Middleware<Request, Response, unknown, ResolvedRequestOptions>;
|
|
300
|
+
};
|
|
301
|
+
interface TDataShape {
|
|
302
|
+
body?: unknown;
|
|
303
|
+
headers?: unknown;
|
|
304
|
+
path?: unknown;
|
|
305
|
+
query?: unknown;
|
|
306
|
+
url: string;
|
|
307
|
+
}
|
|
308
|
+
type OmitKeys<T, K> = Pick<T, Exclude<keyof T, K>>;
|
|
309
|
+
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'>);
|
|
310
|
+
|
|
311
|
+
type ClientOptions = {
|
|
312
|
+
baseUrl: 'https://stellar-testnet.services.rehive.com/api/1' | (string & {});
|
|
313
|
+
};
|
|
314
|
+
type Activate = {
|
|
315
|
+
/**
|
|
316
|
+
* Token
|
|
317
|
+
*/
|
|
318
|
+
token: string;
|
|
319
|
+
/**
|
|
320
|
+
* Id
|
|
321
|
+
*/
|
|
322
|
+
readonly id?: string;
|
|
323
|
+
/**
|
|
324
|
+
* Email
|
|
325
|
+
*/
|
|
326
|
+
readonly email?: string;
|
|
327
|
+
/**
|
|
328
|
+
* Secret
|
|
329
|
+
*/
|
|
330
|
+
readonly secret?: string;
|
|
331
|
+
};
|
|
332
|
+
type AdminCreateAsset = {
|
|
333
|
+
/**
|
|
334
|
+
* Address
|
|
335
|
+
*/
|
|
336
|
+
address: string;
|
|
337
|
+
/**
|
|
338
|
+
* Currency code
|
|
339
|
+
*/
|
|
340
|
+
currency_code: string;
|
|
341
|
+
/**
|
|
342
|
+
* Description
|
|
343
|
+
*/
|
|
344
|
+
description?: string;
|
|
345
|
+
/**
|
|
346
|
+
* Symbol
|
|
347
|
+
*/
|
|
348
|
+
symbol?: string;
|
|
349
|
+
/**
|
|
350
|
+
* Unit
|
|
351
|
+
*/
|
|
352
|
+
unit?: string;
|
|
353
|
+
/**
|
|
354
|
+
* Id
|
|
355
|
+
*/
|
|
356
|
+
readonly id?: string;
|
|
357
|
+
/**
|
|
358
|
+
* Issued by company
|
|
359
|
+
*/
|
|
360
|
+
issued_by_company?: boolean;
|
|
361
|
+
/**
|
|
362
|
+
* Sep24 enabled
|
|
363
|
+
*/
|
|
364
|
+
sep24_enabled?: boolean;
|
|
365
|
+
/**
|
|
366
|
+
* Auth required
|
|
367
|
+
*/
|
|
368
|
+
auth_required?: boolean;
|
|
369
|
+
/**
|
|
370
|
+
* Auth signing key
|
|
371
|
+
*/
|
|
372
|
+
auth_signing_key?: string;
|
|
373
|
+
/**
|
|
374
|
+
* Divisibility
|
|
375
|
+
*/
|
|
376
|
+
divisibility?: number;
|
|
377
|
+
};
|
|
378
|
+
type AdminAsset = {
|
|
379
|
+
/**
|
|
380
|
+
* Id
|
|
381
|
+
*/
|
|
382
|
+
readonly id?: string;
|
|
383
|
+
/**
|
|
384
|
+
* Address
|
|
385
|
+
*/
|
|
386
|
+
readonly address?: string | null;
|
|
387
|
+
/**
|
|
388
|
+
* Currency code
|
|
389
|
+
*/
|
|
390
|
+
readonly currency_code?: string | null;
|
|
391
|
+
/**
|
|
392
|
+
* Auth required
|
|
393
|
+
*/
|
|
394
|
+
auth_required?: boolean;
|
|
395
|
+
/**
|
|
396
|
+
* Auth signing key
|
|
397
|
+
*/
|
|
398
|
+
auth_signing_key?: string | null;
|
|
399
|
+
/**
|
|
400
|
+
* Display decimals
|
|
401
|
+
*/
|
|
402
|
+
display_decimals?: number;
|
|
403
|
+
};
|
|
404
|
+
type AdminAuthAssetTrust = {
|
|
405
|
+
/**
|
|
406
|
+
* Trustor public address
|
|
407
|
+
*/
|
|
408
|
+
trustor_public_address: number;
|
|
409
|
+
/**
|
|
410
|
+
* Authorize
|
|
411
|
+
*/
|
|
412
|
+
authorize: boolean;
|
|
413
|
+
/**
|
|
414
|
+
* Asset id
|
|
415
|
+
*/
|
|
416
|
+
asset_id: string;
|
|
417
|
+
};
|
|
418
|
+
type AdminFundAsset = {
|
|
419
|
+
/**
|
|
420
|
+
* Issuer secret
|
|
421
|
+
*/
|
|
422
|
+
issuer_secret?: string | null;
|
|
423
|
+
/**
|
|
424
|
+
* Amount
|
|
425
|
+
*/
|
|
426
|
+
amount: number;
|
|
427
|
+
/**
|
|
428
|
+
* Asset id
|
|
429
|
+
*/
|
|
430
|
+
asset_id: string;
|
|
431
|
+
};
|
|
432
|
+
type BlacklistedAccount = {
|
|
433
|
+
/**
|
|
434
|
+
* ID
|
|
435
|
+
*/
|
|
436
|
+
readonly id?: number;
|
|
437
|
+
/**
|
|
438
|
+
* Public address
|
|
439
|
+
*/
|
|
440
|
+
public_address: string;
|
|
441
|
+
/**
|
|
442
|
+
* Name
|
|
443
|
+
*/
|
|
444
|
+
name?: string | null;
|
|
445
|
+
/**
|
|
446
|
+
* Description
|
|
447
|
+
*/
|
|
448
|
+
description?: string | null;
|
|
449
|
+
/**
|
|
450
|
+
* Created
|
|
451
|
+
*/
|
|
452
|
+
readonly created?: string;
|
|
453
|
+
/**
|
|
454
|
+
* Updated
|
|
455
|
+
*/
|
|
456
|
+
readonly updated?: string;
|
|
457
|
+
};
|
|
458
|
+
type Coldstorage = {
|
|
459
|
+
/**
|
|
460
|
+
* Balance
|
|
461
|
+
*/
|
|
462
|
+
readonly balance?: string;
|
|
463
|
+
/**
|
|
464
|
+
* Rehive account reference
|
|
465
|
+
*/
|
|
466
|
+
readonly rehive_account_reference?: string;
|
|
467
|
+
/**
|
|
468
|
+
* User account identifier
|
|
469
|
+
*/
|
|
470
|
+
readonly user_account_identifier?: string;
|
|
471
|
+
};
|
|
472
|
+
type ColdstorageAccount = {
|
|
473
|
+
/**
|
|
474
|
+
* Id
|
|
475
|
+
*/
|
|
476
|
+
readonly id?: string;
|
|
477
|
+
/**
|
|
478
|
+
* Account address
|
|
479
|
+
*/
|
|
480
|
+
account_address?: string | null;
|
|
481
|
+
/**
|
|
482
|
+
* Cursor
|
|
483
|
+
*/
|
|
484
|
+
readonly cursor?: number;
|
|
485
|
+
/**
|
|
486
|
+
* User
|
|
487
|
+
*/
|
|
488
|
+
readonly user?: string;
|
|
489
|
+
/**
|
|
490
|
+
* Status
|
|
491
|
+
*/
|
|
492
|
+
status?: 'Active' | 'Disabled' | 'Removed';
|
|
493
|
+
/**
|
|
494
|
+
* Type
|
|
495
|
+
*/
|
|
496
|
+
type?: 'deposit' | 'withdraw' | 'issue';
|
|
497
|
+
/**
|
|
498
|
+
* Primary
|
|
499
|
+
*/
|
|
500
|
+
primary?: boolean;
|
|
501
|
+
/**
|
|
502
|
+
* Date monitoring was disabled
|
|
503
|
+
*/
|
|
504
|
+
readonly date_monitoring_was_disabled?: string | null;
|
|
505
|
+
/**
|
|
506
|
+
* Service controlled
|
|
507
|
+
*/
|
|
508
|
+
readonly service_controlled?: boolean;
|
|
509
|
+
/**
|
|
510
|
+
* Note
|
|
511
|
+
*/
|
|
512
|
+
note?: string | null;
|
|
513
|
+
};
|
|
514
|
+
type CompanyAdmin = {
|
|
515
|
+
/**
|
|
516
|
+
* Identifier
|
|
517
|
+
*/
|
|
518
|
+
readonly identifier?: string | null;
|
|
519
|
+
/**
|
|
520
|
+
* Secret
|
|
521
|
+
*/
|
|
522
|
+
readonly secret?: string | null;
|
|
523
|
+
/**
|
|
524
|
+
* Email
|
|
525
|
+
*/
|
|
526
|
+
email?: string | null;
|
|
527
|
+
/**
|
|
528
|
+
* Has completed setup
|
|
529
|
+
*/
|
|
530
|
+
has_completed_setup: boolean;
|
|
531
|
+
/**
|
|
532
|
+
* Active
|
|
533
|
+
*/
|
|
534
|
+
readonly active?: boolean;
|
|
535
|
+
/**
|
|
536
|
+
* Is federated
|
|
537
|
+
*/
|
|
538
|
+
readonly is_federated?: string;
|
|
539
|
+
/**
|
|
540
|
+
* Federation domain
|
|
541
|
+
*/
|
|
542
|
+
readonly federation_domain?: string;
|
|
543
|
+
};
|
|
544
|
+
type DefaultGroupAccountPair = {
|
|
545
|
+
/**
|
|
546
|
+
* Id
|
|
547
|
+
*/
|
|
548
|
+
readonly id?: string;
|
|
549
|
+
/**
|
|
550
|
+
* Group
|
|
551
|
+
*/
|
|
552
|
+
group: string;
|
|
553
|
+
/**
|
|
554
|
+
* Account
|
|
555
|
+
*/
|
|
556
|
+
account: string;
|
|
557
|
+
};
|
|
558
|
+
type CompanyConfiguration = {
|
|
559
|
+
/**
|
|
560
|
+
* Id
|
|
561
|
+
*/
|
|
562
|
+
readonly id?: string;
|
|
563
|
+
/**
|
|
564
|
+
* Transaction credit subtype
|
|
565
|
+
*/
|
|
566
|
+
transaction_credit_subtype?: string | null;
|
|
567
|
+
/**
|
|
568
|
+
* Transaction debit subtype
|
|
569
|
+
*/
|
|
570
|
+
transaction_debit_subtype?: string | null;
|
|
571
|
+
/**
|
|
572
|
+
* Transaction fee subtype
|
|
573
|
+
*/
|
|
574
|
+
transaction_fee_subtype?: string | null;
|
|
575
|
+
/**
|
|
576
|
+
* Use default as fallback
|
|
577
|
+
*/
|
|
578
|
+
use_default_as_fallback?: boolean;
|
|
579
|
+
/**
|
|
580
|
+
* Transaction fund subtype
|
|
581
|
+
*/
|
|
582
|
+
transaction_fund_subtype?: string | null;
|
|
583
|
+
/**
|
|
584
|
+
* Transaction issue subtype
|
|
585
|
+
*/
|
|
586
|
+
transaction_issue_subtype?: string | null;
|
|
587
|
+
/**
|
|
588
|
+
* Transaction withdraw subtype
|
|
589
|
+
*/
|
|
590
|
+
transaction_withdraw_subtype?: string | null;
|
|
591
|
+
/**
|
|
592
|
+
* Transaction credit warmstorage subtype
|
|
593
|
+
*/
|
|
594
|
+
transaction_credit_warmstorage_subtype?: string | null;
|
|
595
|
+
/**
|
|
596
|
+
* Transaction debit warmstorage subtype
|
|
597
|
+
*/
|
|
598
|
+
transaction_debit_warmstorage_subtype?: string | null;
|
|
599
|
+
/**
|
|
600
|
+
* Transaction credit hotwallet subtype
|
|
601
|
+
*/
|
|
602
|
+
transaction_credit_hotwallet_subtype?: string | null;
|
|
603
|
+
/**
|
|
604
|
+
* Transaction debit hotwallet subtype
|
|
605
|
+
*/
|
|
606
|
+
transaction_debit_hotwallet_subtype?: string | null;
|
|
607
|
+
/**
|
|
608
|
+
* Transaction credit coldstorage subtype
|
|
609
|
+
*/
|
|
610
|
+
transaction_credit_coldstorage_subtype?: string | null;
|
|
611
|
+
/**
|
|
612
|
+
* Transaction debit coldstorage subtype
|
|
613
|
+
*/
|
|
614
|
+
transaction_debit_coldstorage_subtype?: string | null;
|
|
615
|
+
currency_fees_paid_by_company?: Array<string | null>;
|
|
616
|
+
group_account_pairs?: Array<DefaultGroupAccountPair>;
|
|
617
|
+
/**
|
|
618
|
+
* Disable withdrawals
|
|
619
|
+
*/
|
|
620
|
+
disable_withdrawals?: boolean;
|
|
621
|
+
/**
|
|
622
|
+
* Allow multiple memos per user
|
|
623
|
+
*/
|
|
624
|
+
allow_multiple_memos_per_user?: boolean;
|
|
625
|
+
/**
|
|
626
|
+
* External signer url
|
|
627
|
+
*/
|
|
628
|
+
external_signer_url?: string | null;
|
|
629
|
+
/**
|
|
630
|
+
* External signer key
|
|
631
|
+
*/
|
|
632
|
+
external_signer_key?: string | null;
|
|
633
|
+
/**
|
|
634
|
+
* Created
|
|
635
|
+
*/
|
|
636
|
+
readonly created?: string;
|
|
637
|
+
/**
|
|
638
|
+
* Updated
|
|
639
|
+
*/
|
|
640
|
+
readonly updated?: string;
|
|
641
|
+
};
|
|
642
|
+
type AnchorPlatformConfiguration = {
|
|
643
|
+
/**
|
|
644
|
+
* Sep10 jwt secret
|
|
645
|
+
*/
|
|
646
|
+
sep10_jwt_secret?: string | null;
|
|
647
|
+
/**
|
|
648
|
+
* Anchor platform api key
|
|
649
|
+
*/
|
|
650
|
+
anchor_platform_api_key?: string | null;
|
|
651
|
+
/**
|
|
652
|
+
* Anchor platform base api
|
|
653
|
+
*/
|
|
654
|
+
anchor_platform_base_api?: string | null;
|
|
655
|
+
/**
|
|
656
|
+
* Anchor tier requirement
|
|
657
|
+
*/
|
|
658
|
+
anchor_tier_requirement?: string | null;
|
|
659
|
+
withdrawable_currencies?: Array<string | null> | null;
|
|
660
|
+
/**
|
|
661
|
+
* Prs return url
|
|
662
|
+
*/
|
|
663
|
+
prs_return_url?: string | null;
|
|
664
|
+
};
|
|
665
|
+
type StellarToml = {
|
|
666
|
+
/**
|
|
667
|
+
* File
|
|
668
|
+
*/
|
|
669
|
+
readonly file?: string;
|
|
670
|
+
};
|
|
671
|
+
type Federation = {
|
|
672
|
+
/**
|
|
673
|
+
* Id
|
|
674
|
+
*/
|
|
675
|
+
readonly id?: string;
|
|
676
|
+
/**
|
|
677
|
+
* Domain
|
|
678
|
+
*/
|
|
679
|
+
domain?: string | null;
|
|
680
|
+
/**
|
|
681
|
+
* Validated
|
|
682
|
+
*/
|
|
683
|
+
readonly validated?: boolean;
|
|
684
|
+
/**
|
|
685
|
+
* Created
|
|
686
|
+
*/
|
|
687
|
+
readonly created?: string;
|
|
688
|
+
/**
|
|
689
|
+
* Updated
|
|
690
|
+
*/
|
|
691
|
+
readonly updated?: string;
|
|
692
|
+
};
|
|
693
|
+
type Hotwallet = {
|
|
694
|
+
/**
|
|
695
|
+
* Id
|
|
696
|
+
*/
|
|
697
|
+
readonly id?: string;
|
|
698
|
+
/**
|
|
699
|
+
* Rehive account reference
|
|
700
|
+
*/
|
|
701
|
+
readonly rehive_account_reference?: string;
|
|
702
|
+
/**
|
|
703
|
+
* Low balance percentage
|
|
704
|
+
*/
|
|
705
|
+
low_balance_percentage?: string;
|
|
706
|
+
/**
|
|
707
|
+
* Low balance amount
|
|
708
|
+
*/
|
|
709
|
+
low_balance_amount?: number;
|
|
710
|
+
/**
|
|
711
|
+
* Fee priority
|
|
712
|
+
*/
|
|
713
|
+
fee_priority?: 'high' | 'medium' | 'low';
|
|
714
|
+
/**
|
|
715
|
+
* Fee maximum
|
|
716
|
+
*/
|
|
717
|
+
fee_maximum?: '10' | '20' | '30' | '40' | '50' | '60' | '70' | '80' | '90' | '95' | '99';
|
|
718
|
+
/**
|
|
719
|
+
* Externally signed
|
|
720
|
+
*/
|
|
721
|
+
externally_signed?: boolean;
|
|
722
|
+
/**
|
|
723
|
+
* Primary hotwallet account
|
|
724
|
+
*/
|
|
725
|
+
readonly primary_hotwallet_account?: string;
|
|
726
|
+
};
|
|
727
|
+
type HotwalletBalance = {
|
|
728
|
+
/**
|
|
729
|
+
* Balance
|
|
730
|
+
*/
|
|
731
|
+
readonly balance?: string;
|
|
732
|
+
/**
|
|
733
|
+
* Rehive account reference
|
|
734
|
+
*/
|
|
735
|
+
readonly rehive_account_reference?: string;
|
|
736
|
+
/**
|
|
737
|
+
* Low balance percentage
|
|
738
|
+
*/
|
|
739
|
+
readonly low_balance_percentage?: string;
|
|
740
|
+
/**
|
|
741
|
+
* User account identifier
|
|
742
|
+
*/
|
|
743
|
+
readonly user_account_identifier?: string;
|
|
744
|
+
/**
|
|
745
|
+
* Primary stellar account
|
|
746
|
+
*/
|
|
747
|
+
readonly primary_stellar_account?: string;
|
|
748
|
+
};
|
|
749
|
+
type HotwalletFund = {
|
|
750
|
+
/**
|
|
751
|
+
* Account address
|
|
752
|
+
*/
|
|
753
|
+
readonly account_address?: string;
|
|
754
|
+
};
|
|
755
|
+
type HotwalletFees = {
|
|
756
|
+
/**
|
|
757
|
+
* Total fees
|
|
758
|
+
*/
|
|
759
|
+
readonly total_fees?: string;
|
|
760
|
+
};
|
|
761
|
+
type HotwalletMerge = {
|
|
762
|
+
/**
|
|
763
|
+
* Destination account
|
|
764
|
+
*/
|
|
765
|
+
destination_account: string;
|
|
766
|
+
};
|
|
767
|
+
type HotwalletSend = {
|
|
768
|
+
/**
|
|
769
|
+
* Rehive code
|
|
770
|
+
*/
|
|
771
|
+
readonly rehive_code?: string;
|
|
772
|
+
/**
|
|
773
|
+
* Reference
|
|
774
|
+
*/
|
|
775
|
+
reference?: string | null;
|
|
776
|
+
/**
|
|
777
|
+
* To reference
|
|
778
|
+
*/
|
|
779
|
+
to_reference?: string | null;
|
|
780
|
+
/**
|
|
781
|
+
* Amount
|
|
782
|
+
*/
|
|
783
|
+
amount: number;
|
|
784
|
+
/**
|
|
785
|
+
* Currency
|
|
786
|
+
*/
|
|
787
|
+
currency?: string | null;
|
|
788
|
+
/**
|
|
789
|
+
* Account
|
|
790
|
+
*/
|
|
791
|
+
account?: string | null;
|
|
792
|
+
/**
|
|
793
|
+
* Debit account
|
|
794
|
+
*/
|
|
795
|
+
debit_account?: string | null;
|
|
796
|
+
/**
|
|
797
|
+
* Memo
|
|
798
|
+
*/
|
|
799
|
+
memo?: string;
|
|
800
|
+
};
|
|
801
|
+
type KnownPublicAddresses = {
|
|
802
|
+
/**
|
|
803
|
+
* ID
|
|
804
|
+
*/
|
|
805
|
+
readonly id?: number;
|
|
806
|
+
/**
|
|
807
|
+
* Public address
|
|
808
|
+
*/
|
|
809
|
+
public_address?: string | null;
|
|
810
|
+
/**
|
|
811
|
+
* Name
|
|
812
|
+
*/
|
|
813
|
+
name?: string | null;
|
|
814
|
+
/**
|
|
815
|
+
* Description
|
|
816
|
+
*/
|
|
817
|
+
description?: string | null;
|
|
818
|
+
/**
|
|
819
|
+
* Logo
|
|
820
|
+
*/
|
|
821
|
+
readonly logo?: string | null;
|
|
822
|
+
/**
|
|
823
|
+
* Requires memo
|
|
824
|
+
*/
|
|
825
|
+
requires_memo?: boolean;
|
|
826
|
+
/**
|
|
827
|
+
* Created
|
|
828
|
+
*/
|
|
829
|
+
readonly created?: string;
|
|
830
|
+
/**
|
|
831
|
+
* Updated
|
|
832
|
+
*/
|
|
833
|
+
readonly updated?: string;
|
|
834
|
+
};
|
|
835
|
+
type AdminMemo = {
|
|
836
|
+
/**
|
|
837
|
+
* Id
|
|
838
|
+
*/
|
|
839
|
+
readonly id?: string;
|
|
840
|
+
/**
|
|
841
|
+
* Data
|
|
842
|
+
*/
|
|
843
|
+
readonly data?: string | null;
|
|
844
|
+
/**
|
|
845
|
+
* Memo type
|
|
846
|
+
*/
|
|
847
|
+
memo_type?: 'MEMO_TEXT' | 'MEMO_ID' | 'MEMO_HASH' | 'MEMO_RETURN';
|
|
848
|
+
/**
|
|
849
|
+
* Rehive account
|
|
850
|
+
*/
|
|
851
|
+
rehive_account?: string | null;
|
|
852
|
+
/**
|
|
853
|
+
* Primary
|
|
854
|
+
*/
|
|
855
|
+
readonly primary?: boolean;
|
|
856
|
+
/**
|
|
857
|
+
* Created
|
|
858
|
+
*/
|
|
859
|
+
readonly created?: string;
|
|
860
|
+
/**
|
|
861
|
+
* Updated
|
|
862
|
+
*/
|
|
863
|
+
readonly updated?: string;
|
|
864
|
+
/**
|
|
865
|
+
* User
|
|
866
|
+
*/
|
|
867
|
+
readonly user?: number | null;
|
|
868
|
+
};
|
|
869
|
+
type UserSeralizer = {
|
|
870
|
+
/**
|
|
871
|
+
* Id
|
|
872
|
+
*/
|
|
873
|
+
readonly id?: string;
|
|
874
|
+
/**
|
|
875
|
+
* Email
|
|
876
|
+
*/
|
|
877
|
+
readonly email?: string | null;
|
|
878
|
+
/**
|
|
879
|
+
* Identifier
|
|
880
|
+
*/
|
|
881
|
+
readonly identifier?: string;
|
|
882
|
+
/**
|
|
883
|
+
* First name
|
|
884
|
+
*/
|
|
885
|
+
first_name?: string | null;
|
|
886
|
+
/**
|
|
887
|
+
* Last name
|
|
888
|
+
*/
|
|
889
|
+
last_name?: string | null;
|
|
890
|
+
/**
|
|
891
|
+
* Created
|
|
892
|
+
*/
|
|
893
|
+
readonly created?: string;
|
|
894
|
+
/**
|
|
895
|
+
* Updated
|
|
896
|
+
*/
|
|
897
|
+
readonly updated?: string;
|
|
898
|
+
/**
|
|
899
|
+
* Account id
|
|
900
|
+
*/
|
|
901
|
+
readonly account_id?: string | null;
|
|
902
|
+
/**
|
|
903
|
+
* Username
|
|
904
|
+
*/
|
|
905
|
+
username?: string | null;
|
|
906
|
+
/**
|
|
907
|
+
* Memo
|
|
908
|
+
*/
|
|
909
|
+
readonly memo?: string;
|
|
910
|
+
};
|
|
911
|
+
type AdminSep10AuthenticatedAccount = {
|
|
912
|
+
/**
|
|
913
|
+
* Identifier
|
|
914
|
+
*/
|
|
915
|
+
readonly identifier?: string;
|
|
916
|
+
/**
|
|
917
|
+
* Onchain identifier
|
|
918
|
+
*/
|
|
919
|
+
readonly onchain_identifier?: string;
|
|
920
|
+
user: UserSeralizer;
|
|
921
|
+
/**
|
|
922
|
+
* Is validated
|
|
923
|
+
*/
|
|
924
|
+
readonly is_validated?: boolean;
|
|
925
|
+
/**
|
|
926
|
+
* Client domain
|
|
927
|
+
*/
|
|
928
|
+
readonly client_domain?: string | null;
|
|
929
|
+
/**
|
|
930
|
+
* Created
|
|
931
|
+
*/
|
|
932
|
+
readonly created?: string;
|
|
933
|
+
/**
|
|
934
|
+
* Updated
|
|
935
|
+
*/
|
|
936
|
+
readonly updated?: string;
|
|
937
|
+
};
|
|
938
|
+
type Transaction = {
|
|
939
|
+
/**
|
|
940
|
+
* ID
|
|
941
|
+
*/
|
|
942
|
+
readonly id?: number;
|
|
943
|
+
/**
|
|
944
|
+
* User
|
|
945
|
+
*/
|
|
946
|
+
user: string;
|
|
947
|
+
/**
|
|
948
|
+
* Reason for assigning
|
|
949
|
+
*/
|
|
950
|
+
reason_for_assigning?: string | null;
|
|
951
|
+
/**
|
|
952
|
+
* Rehive code
|
|
953
|
+
*/
|
|
954
|
+
readonly rehive_code?: string | null;
|
|
955
|
+
/**
|
|
956
|
+
* External id
|
|
957
|
+
*/
|
|
958
|
+
readonly external_id?: string | null;
|
|
959
|
+
/**
|
|
960
|
+
* Tx type
|
|
961
|
+
*/
|
|
962
|
+
tx_type?: 'debit' | 'credit' | 'deposit' | 'withdraw' | 'transfer' | 'fund' | 'issue' | 'asset_auth';
|
|
963
|
+
/**
|
|
964
|
+
* Amount
|
|
965
|
+
*/
|
|
966
|
+
readonly amount?: number;
|
|
967
|
+
/**
|
|
968
|
+
* Currency
|
|
969
|
+
*/
|
|
970
|
+
readonly currency?: string;
|
|
971
|
+
/**
|
|
972
|
+
* Status
|
|
973
|
+
*/
|
|
974
|
+
status?: 'Initiated' | 'Quoted' | 'Unfunded' | 'Funded' | 'Waiting' | 'Pending' | 'Confirmed' | 'Complete' | 'Failed' | 'Cancelled';
|
|
975
|
+
/**
|
|
976
|
+
* Fee
|
|
977
|
+
*/
|
|
978
|
+
readonly fee?: number;
|
|
979
|
+
/**
|
|
980
|
+
* To reference
|
|
981
|
+
*/
|
|
982
|
+
readonly to_reference?: string | null;
|
|
983
|
+
/**
|
|
984
|
+
* From reference
|
|
985
|
+
*/
|
|
986
|
+
readonly from_reference?: string | null;
|
|
987
|
+
/**
|
|
988
|
+
* Withdrawal status
|
|
989
|
+
*/
|
|
990
|
+
withdrawal_status?: 'pending_withdrawal' | 'failed_withdrawal' | 'approved_withdrawal';
|
|
991
|
+
/**
|
|
992
|
+
* Transaction hash
|
|
993
|
+
*/
|
|
994
|
+
readonly transaction_hash?: string;
|
|
995
|
+
/**
|
|
996
|
+
* Xdr
|
|
997
|
+
*/
|
|
998
|
+
readonly xdr?: string | null;
|
|
999
|
+
/**
|
|
1000
|
+
* Signed
|
|
1001
|
+
*/
|
|
1002
|
+
signed?: boolean;
|
|
1003
|
+
/**
|
|
1004
|
+
* Memo
|
|
1005
|
+
*/
|
|
1006
|
+
memo?: string;
|
|
1007
|
+
/**
|
|
1008
|
+
* Created
|
|
1009
|
+
*/
|
|
1010
|
+
readonly created?: string;
|
|
1011
|
+
/**
|
|
1012
|
+
* Updated
|
|
1013
|
+
*/
|
|
1014
|
+
readonly updated?: string;
|
|
1015
|
+
/**
|
|
1016
|
+
* Completed
|
|
1017
|
+
*/
|
|
1018
|
+
readonly completed?: string | null;
|
|
1019
|
+
};
|
|
1020
|
+
type AdminSep24Transaction = {
|
|
1021
|
+
/**
|
|
1022
|
+
* Identifier
|
|
1023
|
+
*/
|
|
1024
|
+
readonly identifier?: string;
|
|
1025
|
+
/**
|
|
1026
|
+
* Anchor platform id
|
|
1027
|
+
*/
|
|
1028
|
+
readonly anchor_platform_id?: string;
|
|
1029
|
+
/**
|
|
1030
|
+
* Sep10 authenticated account
|
|
1031
|
+
*/
|
|
1032
|
+
readonly sep10_authenticated_account?: string | null;
|
|
1033
|
+
/**
|
|
1034
|
+
* Prs request
|
|
1035
|
+
*/
|
|
1036
|
+
readonly prs_request?: string;
|
|
1037
|
+
/**
|
|
1038
|
+
* Tx type
|
|
1039
|
+
*/
|
|
1040
|
+
tx_type: 'deposit' | 'withdraw';
|
|
1041
|
+
/**
|
|
1042
|
+
* Amount
|
|
1043
|
+
*/
|
|
1044
|
+
readonly amount?: number;
|
|
1045
|
+
/**
|
|
1046
|
+
* Currency
|
|
1047
|
+
*/
|
|
1048
|
+
readonly currency?: string;
|
|
1049
|
+
transaction: Transaction;
|
|
1050
|
+
/**
|
|
1051
|
+
* Rehive withdrawal account reference
|
|
1052
|
+
*/
|
|
1053
|
+
readonly rehive_withdrawal_account_reference?: string | null;
|
|
1054
|
+
/**
|
|
1055
|
+
* Rehive withdrawal transaction id
|
|
1056
|
+
*/
|
|
1057
|
+
readonly rehive_withdrawal_transaction_id?: string | null;
|
|
1058
|
+
/**
|
|
1059
|
+
* Processing account
|
|
1060
|
+
*/
|
|
1061
|
+
readonly processing_account?: string;
|
|
1062
|
+
/**
|
|
1063
|
+
* Rehive internal dispersal collection id
|
|
1064
|
+
*/
|
|
1065
|
+
readonly rehive_internal_dispersal_collection_id?: string;
|
|
1066
|
+
/**
|
|
1067
|
+
* Created
|
|
1068
|
+
*/
|
|
1069
|
+
readonly created?: string;
|
|
1070
|
+
/**
|
|
1071
|
+
* Updated
|
|
1072
|
+
*/
|
|
1073
|
+
readonly updated?: string;
|
|
1074
|
+
/**
|
|
1075
|
+
* Status
|
|
1076
|
+
*/
|
|
1077
|
+
status: 'initiated' | 'initiated_invoicing' | 'prs_requested' | 'prs_quoted' | 'prs_processing' | 'prs_complete' | 'processing_internal_dispersal' | 'completed_internal_dispersal' | 'processing_external_dispersal' | 'completed_external_dispersal' | 'complete' | 'failed';
|
|
1078
|
+
};
|
|
1079
|
+
type StellarAccount = {
|
|
1080
|
+
/**
|
|
1081
|
+
* Id
|
|
1082
|
+
*/
|
|
1083
|
+
readonly id?: string;
|
|
1084
|
+
/**
|
|
1085
|
+
* Account address
|
|
1086
|
+
*/
|
|
1087
|
+
account_address?: string | null;
|
|
1088
|
+
/**
|
|
1089
|
+
* Cursor
|
|
1090
|
+
*/
|
|
1091
|
+
readonly cursor?: number;
|
|
1092
|
+
/**
|
|
1093
|
+
* User
|
|
1094
|
+
*/
|
|
1095
|
+
readonly user?: string;
|
|
1096
|
+
/**
|
|
1097
|
+
* Status
|
|
1098
|
+
*/
|
|
1099
|
+
status?: 'Active' | 'Disabled' | 'Removed';
|
|
1100
|
+
/**
|
|
1101
|
+
* Type
|
|
1102
|
+
*/
|
|
1103
|
+
type?: 'deposit' | 'withdraw' | 'issue';
|
|
1104
|
+
/**
|
|
1105
|
+
* Primary
|
|
1106
|
+
*/
|
|
1107
|
+
primary?: boolean;
|
|
1108
|
+
/**
|
|
1109
|
+
* Date monitoring was disabled
|
|
1110
|
+
*/
|
|
1111
|
+
readonly date_monitoring_was_disabled?: string | null;
|
|
1112
|
+
/**
|
|
1113
|
+
* Service controlled
|
|
1114
|
+
*/
|
|
1115
|
+
readonly service_controlled?: boolean;
|
|
1116
|
+
/**
|
|
1117
|
+
* Note
|
|
1118
|
+
*/
|
|
1119
|
+
note?: string | null;
|
|
1120
|
+
};
|
|
1121
|
+
type StellarAccountGenerate = {
|
|
1122
|
+
/**
|
|
1123
|
+
* Id
|
|
1124
|
+
*/
|
|
1125
|
+
readonly id?: string;
|
|
1126
|
+
/**
|
|
1127
|
+
* Account address
|
|
1128
|
+
*/
|
|
1129
|
+
readonly account_address?: string | null;
|
|
1130
|
+
/**
|
|
1131
|
+
* Type
|
|
1132
|
+
*/
|
|
1133
|
+
type?: 'deposit' | 'withdraw' | 'issue';
|
|
1134
|
+
};
|
|
1135
|
+
type StellarAccountChangeOwnership = {
|
|
1136
|
+
/**
|
|
1137
|
+
* New owner address
|
|
1138
|
+
*/
|
|
1139
|
+
new_owner_address: string;
|
|
1140
|
+
};
|
|
1141
|
+
type AdminUserInfoSeralizer = {
|
|
1142
|
+
/**
|
|
1143
|
+
* Id
|
|
1144
|
+
*/
|
|
1145
|
+
readonly id?: string;
|
|
1146
|
+
/**
|
|
1147
|
+
* Email
|
|
1148
|
+
*/
|
|
1149
|
+
readonly email?: string | null;
|
|
1150
|
+
/**
|
|
1151
|
+
* Identifier
|
|
1152
|
+
*/
|
|
1153
|
+
readonly identifier?: string;
|
|
1154
|
+
/**
|
|
1155
|
+
* Crypto
|
|
1156
|
+
*/
|
|
1157
|
+
readonly crypto?: string;
|
|
1158
|
+
/**
|
|
1159
|
+
* Username
|
|
1160
|
+
*/
|
|
1161
|
+
username?: string | null;
|
|
1162
|
+
/**
|
|
1163
|
+
* Memo
|
|
1164
|
+
*/
|
|
1165
|
+
readonly memo?: string;
|
|
1166
|
+
};
|
|
1167
|
+
type AdminTransaction = {
|
|
1168
|
+
/**
|
|
1169
|
+
* ID
|
|
1170
|
+
*/
|
|
1171
|
+
readonly id?: number;
|
|
1172
|
+
user: AdminUserInfoSeralizer;
|
|
1173
|
+
/**
|
|
1174
|
+
* Reason for assigning
|
|
1175
|
+
*/
|
|
1176
|
+
reason_for_assigning?: string | null;
|
|
1177
|
+
/**
|
|
1178
|
+
* Rehive code
|
|
1179
|
+
*/
|
|
1180
|
+
readonly rehive_code?: string | null;
|
|
1181
|
+
/**
|
|
1182
|
+
* External id
|
|
1183
|
+
*/
|
|
1184
|
+
readonly external_id?: string | null;
|
|
1185
|
+
/**
|
|
1186
|
+
* Tx type
|
|
1187
|
+
*/
|
|
1188
|
+
tx_type?: 'debit' | 'credit' | 'deposit' | 'withdraw' | 'transfer' | 'fund' | 'issue' | 'asset_auth';
|
|
1189
|
+
/**
|
|
1190
|
+
* Amount
|
|
1191
|
+
*/
|
|
1192
|
+
readonly amount?: number;
|
|
1193
|
+
/**
|
|
1194
|
+
* Currency
|
|
1195
|
+
*/
|
|
1196
|
+
readonly currency?: string;
|
|
1197
|
+
/**
|
|
1198
|
+
* Status
|
|
1199
|
+
*/
|
|
1200
|
+
status?: 'Initiated' | 'Quoted' | 'Unfunded' | 'Funded' | 'Waiting' | 'Pending' | 'Confirmed' | 'Complete' | 'Failed' | 'Cancelled';
|
|
1201
|
+
/**
|
|
1202
|
+
* Fee
|
|
1203
|
+
*/
|
|
1204
|
+
readonly fee?: number;
|
|
1205
|
+
/**
|
|
1206
|
+
* To reference
|
|
1207
|
+
*/
|
|
1208
|
+
readonly to_reference?: string | null;
|
|
1209
|
+
/**
|
|
1210
|
+
* From reference
|
|
1211
|
+
*/
|
|
1212
|
+
readonly from_reference?: string | null;
|
|
1213
|
+
/**
|
|
1214
|
+
* Withdrawal status
|
|
1215
|
+
*/
|
|
1216
|
+
withdrawal_status?: 'pending_withdrawal' | 'failed_withdrawal' | 'approved_withdrawal';
|
|
1217
|
+
/**
|
|
1218
|
+
* Transaction hash
|
|
1219
|
+
*/
|
|
1220
|
+
readonly transaction_hash?: string;
|
|
1221
|
+
/**
|
|
1222
|
+
* Xdr
|
|
1223
|
+
*/
|
|
1224
|
+
readonly xdr?: string | null;
|
|
1225
|
+
/**
|
|
1226
|
+
* Signed
|
|
1227
|
+
*/
|
|
1228
|
+
signed?: boolean;
|
|
1229
|
+
/**
|
|
1230
|
+
* Memo
|
|
1231
|
+
*/
|
|
1232
|
+
memo?: string;
|
|
1233
|
+
/**
|
|
1234
|
+
* Created
|
|
1235
|
+
*/
|
|
1236
|
+
readonly created?: string;
|
|
1237
|
+
/**
|
|
1238
|
+
* Updated
|
|
1239
|
+
*/
|
|
1240
|
+
readonly updated?: string;
|
|
1241
|
+
/**
|
|
1242
|
+
* Completed
|
|
1243
|
+
*/
|
|
1244
|
+
readonly completed?: string | null;
|
|
1245
|
+
};
|
|
1246
|
+
type AdminSendTransaction = {
|
|
1247
|
+
/**
|
|
1248
|
+
* Rehive code
|
|
1249
|
+
*/
|
|
1250
|
+
readonly rehive_code?: string;
|
|
1251
|
+
/**
|
|
1252
|
+
* Reference
|
|
1253
|
+
*/
|
|
1254
|
+
reference?: string | null;
|
|
1255
|
+
/**
|
|
1256
|
+
* To reference
|
|
1257
|
+
*/
|
|
1258
|
+
to_reference?: string | null;
|
|
1259
|
+
/**
|
|
1260
|
+
* Amount
|
|
1261
|
+
*/
|
|
1262
|
+
amount: number;
|
|
1263
|
+
/**
|
|
1264
|
+
* Currency
|
|
1265
|
+
*/
|
|
1266
|
+
currency?: string | null;
|
|
1267
|
+
/**
|
|
1268
|
+
* Account
|
|
1269
|
+
*/
|
|
1270
|
+
account?: string | null;
|
|
1271
|
+
/**
|
|
1272
|
+
* Debit account
|
|
1273
|
+
*/
|
|
1274
|
+
debit_account?: string | null;
|
|
1275
|
+
/**
|
|
1276
|
+
* Memo
|
|
1277
|
+
*/
|
|
1278
|
+
memo?: string;
|
|
1279
|
+
/**
|
|
1280
|
+
* User
|
|
1281
|
+
*/
|
|
1282
|
+
user: string;
|
|
1283
|
+
};
|
|
1284
|
+
type AdminUser = {
|
|
1285
|
+
/**
|
|
1286
|
+
* Id
|
|
1287
|
+
*/
|
|
1288
|
+
readonly id?: string;
|
|
1289
|
+
/**
|
|
1290
|
+
* Email
|
|
1291
|
+
*/
|
|
1292
|
+
readonly email?: string | null;
|
|
1293
|
+
/**
|
|
1294
|
+
* Identifier
|
|
1295
|
+
*/
|
|
1296
|
+
readonly identifier?: string;
|
|
1297
|
+
/**
|
|
1298
|
+
* First name
|
|
1299
|
+
*/
|
|
1300
|
+
first_name?: string | null;
|
|
1301
|
+
/**
|
|
1302
|
+
* Last name
|
|
1303
|
+
*/
|
|
1304
|
+
last_name?: string | null;
|
|
1305
|
+
/**
|
|
1306
|
+
* Created
|
|
1307
|
+
*/
|
|
1308
|
+
readonly created?: string;
|
|
1309
|
+
/**
|
|
1310
|
+
* Updated
|
|
1311
|
+
*/
|
|
1312
|
+
readonly updated?: string;
|
|
1313
|
+
/**
|
|
1314
|
+
* Account id
|
|
1315
|
+
*/
|
|
1316
|
+
readonly account_id?: string | null;
|
|
1317
|
+
/**
|
|
1318
|
+
* Crypto
|
|
1319
|
+
*/
|
|
1320
|
+
readonly crypto?: string;
|
|
1321
|
+
/**
|
|
1322
|
+
* Username
|
|
1323
|
+
*/
|
|
1324
|
+
username?: string | null;
|
|
1325
|
+
/**
|
|
1326
|
+
* Memo
|
|
1327
|
+
*/
|
|
1328
|
+
readonly memo?: string;
|
|
1329
|
+
};
|
|
1330
|
+
type AdminUserMemo = {
|
|
1331
|
+
/**
|
|
1332
|
+
* Id
|
|
1333
|
+
*/
|
|
1334
|
+
readonly id?: string;
|
|
1335
|
+
/**
|
|
1336
|
+
* Data
|
|
1337
|
+
*/
|
|
1338
|
+
readonly data?: string | null;
|
|
1339
|
+
/**
|
|
1340
|
+
* Memo type
|
|
1341
|
+
*/
|
|
1342
|
+
memo_type?: 'MEMO_TEXT' | 'MEMO_ID' | 'MEMO_HASH' | 'MEMO_RETURN';
|
|
1343
|
+
/**
|
|
1344
|
+
* Rehive account
|
|
1345
|
+
*/
|
|
1346
|
+
rehive_account?: string | null;
|
|
1347
|
+
/**
|
|
1348
|
+
* Primary
|
|
1349
|
+
*/
|
|
1350
|
+
readonly primary?: boolean;
|
|
1351
|
+
/**
|
|
1352
|
+
* Created
|
|
1353
|
+
*/
|
|
1354
|
+
readonly created?: string;
|
|
1355
|
+
/**
|
|
1356
|
+
* Updated
|
|
1357
|
+
*/
|
|
1358
|
+
readonly updated?: string;
|
|
1359
|
+
/**
|
|
1360
|
+
* User
|
|
1361
|
+
*/
|
|
1362
|
+
readonly user?: number | null;
|
|
1363
|
+
};
|
|
1364
|
+
type Warmstorage = {
|
|
1365
|
+
/**
|
|
1366
|
+
* Balance
|
|
1367
|
+
*/
|
|
1368
|
+
readonly balance?: string;
|
|
1369
|
+
/**
|
|
1370
|
+
* Rehive account reference
|
|
1371
|
+
*/
|
|
1372
|
+
readonly rehive_account_reference?: string;
|
|
1373
|
+
/**
|
|
1374
|
+
* User account identifier
|
|
1375
|
+
*/
|
|
1376
|
+
readonly user_account_identifier?: string;
|
|
1377
|
+
};
|
|
1378
|
+
type WarmstorageAccount = {
|
|
1379
|
+
/**
|
|
1380
|
+
* Id
|
|
1381
|
+
*/
|
|
1382
|
+
readonly id?: string;
|
|
1383
|
+
/**
|
|
1384
|
+
* Account address
|
|
1385
|
+
*/
|
|
1386
|
+
account_address?: string | null;
|
|
1387
|
+
/**
|
|
1388
|
+
* Cursor
|
|
1389
|
+
*/
|
|
1390
|
+
readonly cursor?: number;
|
|
1391
|
+
/**
|
|
1392
|
+
* User
|
|
1393
|
+
*/
|
|
1394
|
+
readonly user?: string;
|
|
1395
|
+
/**
|
|
1396
|
+
* Status
|
|
1397
|
+
*/
|
|
1398
|
+
status?: 'Active' | 'Disabled' | 'Removed';
|
|
1399
|
+
/**
|
|
1400
|
+
* Type
|
|
1401
|
+
*/
|
|
1402
|
+
type?: 'deposit' | 'withdraw' | 'issue';
|
|
1403
|
+
/**
|
|
1404
|
+
* Primary
|
|
1405
|
+
*/
|
|
1406
|
+
primary?: boolean;
|
|
1407
|
+
/**
|
|
1408
|
+
* Date monitoring was disabled
|
|
1409
|
+
*/
|
|
1410
|
+
readonly date_monitoring_was_disabled?: string | null;
|
|
1411
|
+
/**
|
|
1412
|
+
* Note
|
|
1413
|
+
*/
|
|
1414
|
+
note?: string | null;
|
|
1415
|
+
};
|
|
1416
|
+
type UserCompanyConfiguration = {
|
|
1417
|
+
/**
|
|
1418
|
+
* Transaction credit subtype
|
|
1419
|
+
*/
|
|
1420
|
+
readonly transaction_credit_subtype?: string | null;
|
|
1421
|
+
/**
|
|
1422
|
+
* Transaction debit subtype
|
|
1423
|
+
*/
|
|
1424
|
+
readonly transaction_debit_subtype?: string | null;
|
|
1425
|
+
/**
|
|
1426
|
+
* Transaction fee subtype
|
|
1427
|
+
*/
|
|
1428
|
+
readonly transaction_fee_subtype?: string | null;
|
|
1429
|
+
/**
|
|
1430
|
+
* Transaction fund subtype
|
|
1431
|
+
*/
|
|
1432
|
+
readonly transaction_fund_subtype?: string | null;
|
|
1433
|
+
/**
|
|
1434
|
+
* Transaction withdraw subtype
|
|
1435
|
+
*/
|
|
1436
|
+
readonly transaction_withdraw_subtype?: string | null;
|
|
1437
|
+
/**
|
|
1438
|
+
* Disable withdrawals
|
|
1439
|
+
*/
|
|
1440
|
+
readonly disable_withdrawals?: boolean;
|
|
1441
|
+
};
|
|
1442
|
+
type Company = {
|
|
1443
|
+
/**
|
|
1444
|
+
* Identifier
|
|
1445
|
+
*/
|
|
1446
|
+
readonly identifier?: string | null;
|
|
1447
|
+
/**
|
|
1448
|
+
* Active
|
|
1449
|
+
*/
|
|
1450
|
+
readonly active?: boolean;
|
|
1451
|
+
/**
|
|
1452
|
+
* Is federated
|
|
1453
|
+
*/
|
|
1454
|
+
readonly is_federated?: string;
|
|
1455
|
+
/**
|
|
1456
|
+
* Federation domain
|
|
1457
|
+
*/
|
|
1458
|
+
readonly federation_domain?: string;
|
|
1459
|
+
/**
|
|
1460
|
+
* Has service issued acccounts
|
|
1461
|
+
*/
|
|
1462
|
+
readonly has_service_issued_acccounts?: string;
|
|
1463
|
+
company_configuration: UserCompanyConfiguration;
|
|
1464
|
+
/**
|
|
1465
|
+
* Anchor tier requirement
|
|
1466
|
+
*/
|
|
1467
|
+
readonly anchor_tier_requirement?: string;
|
|
1468
|
+
/**
|
|
1469
|
+
* Sep24 withdrawable currencies
|
|
1470
|
+
*/
|
|
1471
|
+
readonly sep24_withdrawable_currencies?: string;
|
|
1472
|
+
};
|
|
1473
|
+
type Asset = {
|
|
1474
|
+
/**
|
|
1475
|
+
* Hotwallet account id
|
|
1476
|
+
*/
|
|
1477
|
+
hotwallet_account_id?: string;
|
|
1478
|
+
/**
|
|
1479
|
+
* Currency code
|
|
1480
|
+
*/
|
|
1481
|
+
currency_code?: string;
|
|
1482
|
+
/**
|
|
1483
|
+
* Display decimals
|
|
1484
|
+
*/
|
|
1485
|
+
display_decimals?: string;
|
|
1486
|
+
/**
|
|
1487
|
+
* Address
|
|
1488
|
+
*/
|
|
1489
|
+
address?: string;
|
|
1490
|
+
/**
|
|
1491
|
+
* Id
|
|
1492
|
+
*/
|
|
1493
|
+
id: string;
|
|
1494
|
+
/**
|
|
1495
|
+
* Sep24 enabled
|
|
1496
|
+
*/
|
|
1497
|
+
sep24_enabled?: boolean;
|
|
1498
|
+
};
|
|
1499
|
+
type Deactivate = {
|
|
1500
|
+
/**
|
|
1501
|
+
* Token
|
|
1502
|
+
*/
|
|
1503
|
+
token: string;
|
|
1504
|
+
};
|
|
1505
|
+
type PrsWebhook = {
|
|
1506
|
+
/**
|
|
1507
|
+
* Id
|
|
1508
|
+
*/
|
|
1509
|
+
id: string;
|
|
1510
|
+
/**
|
|
1511
|
+
* Event
|
|
1512
|
+
*/
|
|
1513
|
+
event: 'service_payment_requests.request.update';
|
|
1514
|
+
/**
|
|
1515
|
+
* Company
|
|
1516
|
+
*/
|
|
1517
|
+
company: string;
|
|
1518
|
+
/**
|
|
1519
|
+
* Data
|
|
1520
|
+
*/
|
|
1521
|
+
data: {
|
|
1522
|
+
[key: string]: unknown;
|
|
1523
|
+
};
|
|
1524
|
+
};
|
|
1525
|
+
type InfoView = {
|
|
1526
|
+
/**
|
|
1527
|
+
* Stellar network
|
|
1528
|
+
*/
|
|
1529
|
+
readonly stellar_network?: string;
|
|
1530
|
+
};
|
|
1531
|
+
type KnownAssets = {
|
|
1532
|
+
/**
|
|
1533
|
+
* Address
|
|
1534
|
+
*/
|
|
1535
|
+
readonly address?: string | null;
|
|
1536
|
+
/**
|
|
1537
|
+
* Code
|
|
1538
|
+
*/
|
|
1539
|
+
readonly code?: string | null;
|
|
1540
|
+
/**
|
|
1541
|
+
* Description
|
|
1542
|
+
*/
|
|
1543
|
+
readonly description?: string | null;
|
|
1544
|
+
/**
|
|
1545
|
+
* Symbol
|
|
1546
|
+
*/
|
|
1547
|
+
readonly symbol?: string | null;
|
|
1548
|
+
/**
|
|
1549
|
+
* Unit
|
|
1550
|
+
*/
|
|
1551
|
+
readonly unit?: string | null;
|
|
1552
|
+
/**
|
|
1553
|
+
* Icon
|
|
1554
|
+
*/
|
|
1555
|
+
readonly icon?: string | null;
|
|
1556
|
+
/**
|
|
1557
|
+
* Website
|
|
1558
|
+
*/
|
|
1559
|
+
readonly website?: string | null;
|
|
1560
|
+
/**
|
|
1561
|
+
* Name
|
|
1562
|
+
*/
|
|
1563
|
+
readonly name?: string | null;
|
|
1564
|
+
};
|
|
1565
|
+
type SendTransaction = {
|
|
1566
|
+
/**
|
|
1567
|
+
* Rehive code
|
|
1568
|
+
*/
|
|
1569
|
+
readonly rehive_code?: string;
|
|
1570
|
+
/**
|
|
1571
|
+
* Reference
|
|
1572
|
+
*/
|
|
1573
|
+
reference?: string | null;
|
|
1574
|
+
/**
|
|
1575
|
+
* To reference
|
|
1576
|
+
*/
|
|
1577
|
+
to_reference?: string | null;
|
|
1578
|
+
/**
|
|
1579
|
+
* Amount
|
|
1580
|
+
*/
|
|
1581
|
+
amount: number;
|
|
1582
|
+
/**
|
|
1583
|
+
* Currency
|
|
1584
|
+
*/
|
|
1585
|
+
currency?: string | null;
|
|
1586
|
+
/**
|
|
1587
|
+
* Account
|
|
1588
|
+
*/
|
|
1589
|
+
account?: string | null;
|
|
1590
|
+
/**
|
|
1591
|
+
* Debit account
|
|
1592
|
+
*/
|
|
1593
|
+
debit_account?: string | null;
|
|
1594
|
+
/**
|
|
1595
|
+
* Memo
|
|
1596
|
+
*/
|
|
1597
|
+
memo?: string;
|
|
1598
|
+
};
|
|
1599
|
+
type UserInfoSeralizer = {
|
|
1600
|
+
/**
|
|
1601
|
+
* Id
|
|
1602
|
+
*/
|
|
1603
|
+
readonly id?: string;
|
|
1604
|
+
/**
|
|
1605
|
+
* Email
|
|
1606
|
+
*/
|
|
1607
|
+
readonly email?: string | null;
|
|
1608
|
+
/**
|
|
1609
|
+
* Identifier
|
|
1610
|
+
*/
|
|
1611
|
+
readonly identifier?: string;
|
|
1612
|
+
/**
|
|
1613
|
+
* Crypto
|
|
1614
|
+
*/
|
|
1615
|
+
readonly crypto?: string;
|
|
1616
|
+
/**
|
|
1617
|
+
* Username
|
|
1618
|
+
*/
|
|
1619
|
+
username?: string | null;
|
|
1620
|
+
/**
|
|
1621
|
+
* Memo
|
|
1622
|
+
*/
|
|
1623
|
+
readonly memo?: string;
|
|
1624
|
+
};
|
|
1625
|
+
type AnchorAccountValidate = {
|
|
1626
|
+
[key: string]: unknown;
|
|
1627
|
+
};
|
|
1628
|
+
type AnchorSessionValidate = {
|
|
1629
|
+
[key: string]: unknown;
|
|
1630
|
+
};
|
|
1631
|
+
type UserSep24Transaction = {
|
|
1632
|
+
/**
|
|
1633
|
+
* Identifier
|
|
1634
|
+
*/
|
|
1635
|
+
readonly identifier?: string;
|
|
1636
|
+
/**
|
|
1637
|
+
* Anchor platform id
|
|
1638
|
+
*/
|
|
1639
|
+
readonly anchor_platform_id?: string;
|
|
1640
|
+
/**
|
|
1641
|
+
* Prs request id
|
|
1642
|
+
*/
|
|
1643
|
+
readonly prs_request_id?: string;
|
|
1644
|
+
/**
|
|
1645
|
+
* Tx type
|
|
1646
|
+
*/
|
|
1647
|
+
tx_type: 'deposit' | 'withdraw';
|
|
1648
|
+
/**
|
|
1649
|
+
* Amount
|
|
1650
|
+
*/
|
|
1651
|
+
amount?: number;
|
|
1652
|
+
/**
|
|
1653
|
+
* Currency
|
|
1654
|
+
*/
|
|
1655
|
+
currency: string;
|
|
1656
|
+
/**
|
|
1657
|
+
* Transaction hash
|
|
1658
|
+
*/
|
|
1659
|
+
readonly transaction_hash?: string;
|
|
1660
|
+
/**
|
|
1661
|
+
* Rehive withdrawal account reference
|
|
1662
|
+
*/
|
|
1663
|
+
rehive_withdrawal_account_reference?: string | null;
|
|
1664
|
+
/**
|
|
1665
|
+
* Created
|
|
1666
|
+
*/
|
|
1667
|
+
readonly created?: string;
|
|
1668
|
+
/**
|
|
1669
|
+
* Updated
|
|
1670
|
+
*/
|
|
1671
|
+
readonly updated?: string;
|
|
1672
|
+
/**
|
|
1673
|
+
* Status
|
|
1674
|
+
*/
|
|
1675
|
+
status: 'initiated' | 'initiated_invoicing' | 'prs_requested' | 'prs_quoted' | 'prs_processing' | 'prs_complete' | 'processing_internal_dispersal' | 'completed_internal_dispersal' | 'processing_external_dispersal' | 'completed_external_dispersal' | 'complete' | 'failed';
|
|
1676
|
+
};
|
|
1677
|
+
type UserMemo = {
|
|
1678
|
+
/**
|
|
1679
|
+
* Id
|
|
1680
|
+
*/
|
|
1681
|
+
readonly id?: string;
|
|
1682
|
+
/**
|
|
1683
|
+
* Data
|
|
1684
|
+
*/
|
|
1685
|
+
readonly data?: string | null;
|
|
1686
|
+
/**
|
|
1687
|
+
* Memo type
|
|
1688
|
+
*/
|
|
1689
|
+
memo_type?: 'MEMO_TEXT' | 'MEMO_ID' | 'MEMO_HASH' | 'MEMO_RETURN';
|
|
1690
|
+
/**
|
|
1691
|
+
* Rehive account
|
|
1692
|
+
*/
|
|
1693
|
+
rehive_account?: string | null;
|
|
1694
|
+
/**
|
|
1695
|
+
* Primary
|
|
1696
|
+
*/
|
|
1697
|
+
readonly primary?: boolean;
|
|
1698
|
+
/**
|
|
1699
|
+
* Created
|
|
1700
|
+
*/
|
|
1701
|
+
readonly created?: string;
|
|
1702
|
+
/**
|
|
1703
|
+
* Updated
|
|
1704
|
+
*/
|
|
1705
|
+
readonly updated?: string;
|
|
1706
|
+
/**
|
|
1707
|
+
* User
|
|
1708
|
+
*/
|
|
1709
|
+
readonly user?: number | null;
|
|
1710
|
+
};
|
|
1711
|
+
type SetUsernameMemo = {
|
|
1712
|
+
/**
|
|
1713
|
+
* Username
|
|
1714
|
+
*/
|
|
1715
|
+
username: string;
|
|
1716
|
+
};
|
|
1717
|
+
type ActivateWritable = {
|
|
1718
|
+
/**
|
|
1719
|
+
* Token
|
|
1720
|
+
*/
|
|
1721
|
+
token: string;
|
|
1722
|
+
};
|
|
1723
|
+
type AdminCreateAssetWritable = {
|
|
1724
|
+
/**
|
|
1725
|
+
* Address
|
|
1726
|
+
*/
|
|
1727
|
+
address: string;
|
|
1728
|
+
/**
|
|
1729
|
+
* Currency code
|
|
1730
|
+
*/
|
|
1731
|
+
currency_code: string;
|
|
1732
|
+
/**
|
|
1733
|
+
* Description
|
|
1734
|
+
*/
|
|
1735
|
+
description?: string;
|
|
1736
|
+
/**
|
|
1737
|
+
* Symbol
|
|
1738
|
+
*/
|
|
1739
|
+
symbol?: string;
|
|
1740
|
+
/**
|
|
1741
|
+
* Unit
|
|
1742
|
+
*/
|
|
1743
|
+
unit?: string;
|
|
1744
|
+
/**
|
|
1745
|
+
* Issued by company
|
|
1746
|
+
*/
|
|
1747
|
+
issued_by_company?: boolean;
|
|
1748
|
+
/**
|
|
1749
|
+
* Sep24 enabled
|
|
1750
|
+
*/
|
|
1751
|
+
sep24_enabled?: boolean;
|
|
1752
|
+
/**
|
|
1753
|
+
* Auth required
|
|
1754
|
+
*/
|
|
1755
|
+
auth_required?: boolean;
|
|
1756
|
+
/**
|
|
1757
|
+
* Auth signing key
|
|
1758
|
+
*/
|
|
1759
|
+
auth_signing_key?: string;
|
|
1760
|
+
/**
|
|
1761
|
+
* Divisibility
|
|
1762
|
+
*/
|
|
1763
|
+
divisibility?: number;
|
|
1764
|
+
};
|
|
1765
|
+
type AdminAssetWritable = {
|
|
1766
|
+
/**
|
|
1767
|
+
* Auth required
|
|
1768
|
+
*/
|
|
1769
|
+
auth_required?: boolean;
|
|
1770
|
+
/**
|
|
1771
|
+
* Auth signing key
|
|
1772
|
+
*/
|
|
1773
|
+
auth_signing_key?: string | null;
|
|
1774
|
+
/**
|
|
1775
|
+
* Display decimals
|
|
1776
|
+
*/
|
|
1777
|
+
display_decimals?: number;
|
|
1778
|
+
};
|
|
1779
|
+
type BlacklistedAccountWritable = {
|
|
1780
|
+
/**
|
|
1781
|
+
* Public address
|
|
1782
|
+
*/
|
|
1783
|
+
public_address: string;
|
|
1784
|
+
/**
|
|
1785
|
+
* Name
|
|
1786
|
+
*/
|
|
1787
|
+
name?: string | null;
|
|
1788
|
+
/**
|
|
1789
|
+
* Description
|
|
1790
|
+
*/
|
|
1791
|
+
description?: string | null;
|
|
1792
|
+
};
|
|
1793
|
+
type ColdstorageAccountWritable = {
|
|
1794
|
+
/**
|
|
1795
|
+
* Account address
|
|
1796
|
+
*/
|
|
1797
|
+
account_address?: string | null;
|
|
1798
|
+
/**
|
|
1799
|
+
* Status
|
|
1800
|
+
*/
|
|
1801
|
+
status?: 'Active' | 'Disabled' | 'Removed';
|
|
1802
|
+
/**
|
|
1803
|
+
* Type
|
|
1804
|
+
*/
|
|
1805
|
+
type?: 'deposit' | 'withdraw' | 'issue';
|
|
1806
|
+
/**
|
|
1807
|
+
* Primary
|
|
1808
|
+
*/
|
|
1809
|
+
primary?: boolean;
|
|
1810
|
+
/**
|
|
1811
|
+
* Note
|
|
1812
|
+
*/
|
|
1813
|
+
note?: string | null;
|
|
1814
|
+
};
|
|
1815
|
+
type CompanyAdminWritable = {
|
|
1816
|
+
/**
|
|
1817
|
+
* Email
|
|
1818
|
+
*/
|
|
1819
|
+
email?: string | null;
|
|
1820
|
+
/**
|
|
1821
|
+
* Has completed setup
|
|
1822
|
+
*/
|
|
1823
|
+
has_completed_setup: boolean;
|
|
1824
|
+
};
|
|
1825
|
+
type DefaultGroupAccountPairWritable = {
|
|
1826
|
+
/**
|
|
1827
|
+
* Group
|
|
1828
|
+
*/
|
|
1829
|
+
group: string;
|
|
1830
|
+
/**
|
|
1831
|
+
* Account
|
|
1832
|
+
*/
|
|
1833
|
+
account: string;
|
|
1834
|
+
};
|
|
1835
|
+
type CompanyConfigurationWritable = {
|
|
1836
|
+
/**
|
|
1837
|
+
* Transaction credit subtype
|
|
1838
|
+
*/
|
|
1839
|
+
transaction_credit_subtype?: string | null;
|
|
1840
|
+
/**
|
|
1841
|
+
* Transaction debit subtype
|
|
1842
|
+
*/
|
|
1843
|
+
transaction_debit_subtype?: string | null;
|
|
1844
|
+
/**
|
|
1845
|
+
* Transaction fee subtype
|
|
1846
|
+
*/
|
|
1847
|
+
transaction_fee_subtype?: string | null;
|
|
1848
|
+
/**
|
|
1849
|
+
* Use default as fallback
|
|
1850
|
+
*/
|
|
1851
|
+
use_default_as_fallback?: boolean;
|
|
1852
|
+
/**
|
|
1853
|
+
* Transaction fund subtype
|
|
1854
|
+
*/
|
|
1855
|
+
transaction_fund_subtype?: string | null;
|
|
1856
|
+
/**
|
|
1857
|
+
* Transaction issue subtype
|
|
1858
|
+
*/
|
|
1859
|
+
transaction_issue_subtype?: string | null;
|
|
1860
|
+
/**
|
|
1861
|
+
* Transaction withdraw subtype
|
|
1862
|
+
*/
|
|
1863
|
+
transaction_withdraw_subtype?: string | null;
|
|
1864
|
+
/**
|
|
1865
|
+
* Transaction credit warmstorage subtype
|
|
1866
|
+
*/
|
|
1867
|
+
transaction_credit_warmstorage_subtype?: string | null;
|
|
1868
|
+
/**
|
|
1869
|
+
* Transaction debit warmstorage subtype
|
|
1870
|
+
*/
|
|
1871
|
+
transaction_debit_warmstorage_subtype?: string | null;
|
|
1872
|
+
/**
|
|
1873
|
+
* Transaction credit hotwallet subtype
|
|
1874
|
+
*/
|
|
1875
|
+
transaction_credit_hotwallet_subtype?: string | null;
|
|
1876
|
+
/**
|
|
1877
|
+
* Transaction debit hotwallet subtype
|
|
1878
|
+
*/
|
|
1879
|
+
transaction_debit_hotwallet_subtype?: string | null;
|
|
1880
|
+
/**
|
|
1881
|
+
* Transaction credit coldstorage subtype
|
|
1882
|
+
*/
|
|
1883
|
+
transaction_credit_coldstorage_subtype?: string | null;
|
|
1884
|
+
/**
|
|
1885
|
+
* Transaction debit coldstorage subtype
|
|
1886
|
+
*/
|
|
1887
|
+
transaction_debit_coldstorage_subtype?: string | null;
|
|
1888
|
+
currency_fees_paid_by_company?: Array<string | null>;
|
|
1889
|
+
group_account_pairs?: Array<DefaultGroupAccountPairWritable>;
|
|
1890
|
+
/**
|
|
1891
|
+
* Disable withdrawals
|
|
1892
|
+
*/
|
|
1893
|
+
disable_withdrawals?: boolean;
|
|
1894
|
+
/**
|
|
1895
|
+
* Allow multiple memos per user
|
|
1896
|
+
*/
|
|
1897
|
+
allow_multiple_memos_per_user?: boolean;
|
|
1898
|
+
/**
|
|
1899
|
+
* External signer url
|
|
1900
|
+
*/
|
|
1901
|
+
external_signer_url?: string | null;
|
|
1902
|
+
/**
|
|
1903
|
+
* External signer key
|
|
1904
|
+
*/
|
|
1905
|
+
external_signer_key?: string | null;
|
|
1906
|
+
};
|
|
1907
|
+
type FederationWritable = {
|
|
1908
|
+
/**
|
|
1909
|
+
* Domain
|
|
1910
|
+
*/
|
|
1911
|
+
domain?: string | null;
|
|
1912
|
+
};
|
|
1913
|
+
type HotwalletWritable = {
|
|
1914
|
+
/**
|
|
1915
|
+
* Low balance percentage
|
|
1916
|
+
*/
|
|
1917
|
+
low_balance_percentage?: string;
|
|
1918
|
+
/**
|
|
1919
|
+
* Low balance amount
|
|
1920
|
+
*/
|
|
1921
|
+
low_balance_amount?: number;
|
|
1922
|
+
/**
|
|
1923
|
+
* Fee priority
|
|
1924
|
+
*/
|
|
1925
|
+
fee_priority?: 'high' | 'medium' | 'low';
|
|
1926
|
+
/**
|
|
1927
|
+
* Fee maximum
|
|
1928
|
+
*/
|
|
1929
|
+
fee_maximum?: '10' | '20' | '30' | '40' | '50' | '60' | '70' | '80' | '90' | '95' | '99';
|
|
1930
|
+
/**
|
|
1931
|
+
* Externally signed
|
|
1932
|
+
*/
|
|
1933
|
+
externally_signed?: boolean;
|
|
1934
|
+
};
|
|
1935
|
+
type HotwalletSendWritable = {
|
|
1936
|
+
/**
|
|
1937
|
+
* Reference
|
|
1938
|
+
*/
|
|
1939
|
+
reference?: string | null;
|
|
1940
|
+
/**
|
|
1941
|
+
* To reference
|
|
1942
|
+
*/
|
|
1943
|
+
to_reference?: string | null;
|
|
1944
|
+
/**
|
|
1945
|
+
* Amount
|
|
1946
|
+
*/
|
|
1947
|
+
amount: number;
|
|
1948
|
+
/**
|
|
1949
|
+
* Currency
|
|
1950
|
+
*/
|
|
1951
|
+
currency?: string | null;
|
|
1952
|
+
/**
|
|
1953
|
+
* Account
|
|
1954
|
+
*/
|
|
1955
|
+
account?: string | null;
|
|
1956
|
+
/**
|
|
1957
|
+
* Debit account
|
|
1958
|
+
*/
|
|
1959
|
+
debit_account?: string | null;
|
|
1960
|
+
/**
|
|
1961
|
+
* Memo
|
|
1962
|
+
*/
|
|
1963
|
+
memo?: string;
|
|
1964
|
+
};
|
|
1965
|
+
type KnownPublicAddressesWritable = {
|
|
1966
|
+
/**
|
|
1967
|
+
* Public address
|
|
1968
|
+
*/
|
|
1969
|
+
public_address?: string | null;
|
|
1970
|
+
/**
|
|
1971
|
+
* Name
|
|
1972
|
+
*/
|
|
1973
|
+
name?: string | null;
|
|
1974
|
+
/**
|
|
1975
|
+
* Description
|
|
1976
|
+
*/
|
|
1977
|
+
description?: string | null;
|
|
1978
|
+
/**
|
|
1979
|
+
* Requires memo
|
|
1980
|
+
*/
|
|
1981
|
+
requires_memo?: boolean;
|
|
1982
|
+
};
|
|
1983
|
+
type AdminMemoWritable = {
|
|
1984
|
+
/**
|
|
1985
|
+
* Rehive account
|
|
1986
|
+
*/
|
|
1987
|
+
rehive_account?: string | null;
|
|
1988
|
+
};
|
|
1989
|
+
type UserSeralizerWritable = {
|
|
1990
|
+
/**
|
|
1991
|
+
* First name
|
|
1992
|
+
*/
|
|
1993
|
+
first_name?: string | null;
|
|
1994
|
+
/**
|
|
1995
|
+
* Last name
|
|
1996
|
+
*/
|
|
1997
|
+
last_name?: string | null;
|
|
1998
|
+
/**
|
|
1999
|
+
* Username
|
|
2000
|
+
*/
|
|
2001
|
+
username?: string | null;
|
|
2002
|
+
};
|
|
2003
|
+
type AdminSep10AuthenticatedAccountWritable = {
|
|
2004
|
+
user: UserSeralizerWritable;
|
|
2005
|
+
};
|
|
2006
|
+
type TransactionWritable = {
|
|
2007
|
+
/**
|
|
2008
|
+
* User
|
|
2009
|
+
*/
|
|
2010
|
+
user: string;
|
|
2011
|
+
/**
|
|
2012
|
+
* Reason for assigning
|
|
2013
|
+
*/
|
|
2014
|
+
reason_for_assigning?: string | null;
|
|
2015
|
+
/**
|
|
2016
|
+
* Withdrawal status
|
|
2017
|
+
*/
|
|
2018
|
+
withdrawal_status?: 'pending_withdrawal' | 'failed_withdrawal' | 'approved_withdrawal';
|
|
2019
|
+
/**
|
|
2020
|
+
* Signed
|
|
2021
|
+
*/
|
|
2022
|
+
signed?: boolean;
|
|
2023
|
+
/**
|
|
2024
|
+
* Memo
|
|
2025
|
+
*/
|
|
2026
|
+
memo?: string;
|
|
2027
|
+
};
|
|
2028
|
+
type AdminSep24TransactionWritable = {
|
|
2029
|
+
/**
|
|
2030
|
+
* Tx type
|
|
2031
|
+
*/
|
|
2032
|
+
tx_type: 'deposit' | 'withdraw';
|
|
2033
|
+
transaction: TransactionWritable;
|
|
2034
|
+
/**
|
|
2035
|
+
* Status
|
|
2036
|
+
*/
|
|
2037
|
+
status: 'initiated' | 'initiated_invoicing' | 'prs_requested' | 'prs_quoted' | 'prs_processing' | 'prs_complete' | 'processing_internal_dispersal' | 'completed_internal_dispersal' | 'processing_external_dispersal' | 'completed_external_dispersal' | 'complete' | 'failed';
|
|
2038
|
+
};
|
|
2039
|
+
type StellarAccountWritable = {
|
|
2040
|
+
/**
|
|
2041
|
+
* Account address
|
|
2042
|
+
*/
|
|
2043
|
+
account_address?: string | null;
|
|
2044
|
+
/**
|
|
2045
|
+
* Status
|
|
2046
|
+
*/
|
|
2047
|
+
status?: 'Active' | 'Disabled' | 'Removed';
|
|
2048
|
+
/**
|
|
2049
|
+
* Type
|
|
2050
|
+
*/
|
|
2051
|
+
type?: 'deposit' | 'withdraw' | 'issue';
|
|
2052
|
+
/**
|
|
2053
|
+
* Primary
|
|
2054
|
+
*/
|
|
2055
|
+
primary?: boolean;
|
|
2056
|
+
/**
|
|
2057
|
+
* Note
|
|
2058
|
+
*/
|
|
2059
|
+
note?: string | null;
|
|
2060
|
+
};
|
|
2061
|
+
type StellarAccountGenerateWritable = {
|
|
2062
|
+
/**
|
|
2063
|
+
* Type
|
|
2064
|
+
*/
|
|
2065
|
+
type?: 'deposit' | 'withdraw' | 'issue';
|
|
2066
|
+
};
|
|
2067
|
+
type AdminUserInfoSeralizerWritable = {
|
|
2068
|
+
/**
|
|
2069
|
+
* Username
|
|
2070
|
+
*/
|
|
2071
|
+
username?: string | null;
|
|
2072
|
+
};
|
|
2073
|
+
type AdminTransactionWritable = {
|
|
2074
|
+
user: AdminUserInfoSeralizerWritable;
|
|
2075
|
+
/**
|
|
2076
|
+
* Reason for assigning
|
|
2077
|
+
*/
|
|
2078
|
+
reason_for_assigning?: string | null;
|
|
2079
|
+
/**
|
|
2080
|
+
* Withdrawal status
|
|
2081
|
+
*/
|
|
2082
|
+
withdrawal_status?: 'pending_withdrawal' | 'failed_withdrawal' | 'approved_withdrawal';
|
|
2083
|
+
/**
|
|
2084
|
+
* Signed
|
|
2085
|
+
*/
|
|
2086
|
+
signed?: boolean;
|
|
2087
|
+
/**
|
|
2088
|
+
* Memo
|
|
2089
|
+
*/
|
|
2090
|
+
memo?: string;
|
|
2091
|
+
};
|
|
2092
|
+
type AdminSendTransactionWritable = {
|
|
2093
|
+
/**
|
|
2094
|
+
* Reference
|
|
2095
|
+
*/
|
|
2096
|
+
reference?: string | null;
|
|
2097
|
+
/**
|
|
2098
|
+
* To reference
|
|
2099
|
+
*/
|
|
2100
|
+
to_reference?: string | null;
|
|
2101
|
+
/**
|
|
2102
|
+
* Amount
|
|
2103
|
+
*/
|
|
2104
|
+
amount: number;
|
|
2105
|
+
/**
|
|
2106
|
+
* Currency
|
|
2107
|
+
*/
|
|
2108
|
+
currency?: string | null;
|
|
2109
|
+
/**
|
|
2110
|
+
* Account
|
|
2111
|
+
*/
|
|
2112
|
+
account?: string | null;
|
|
2113
|
+
/**
|
|
2114
|
+
* Debit account
|
|
2115
|
+
*/
|
|
2116
|
+
debit_account?: string | null;
|
|
2117
|
+
/**
|
|
2118
|
+
* Memo
|
|
2119
|
+
*/
|
|
2120
|
+
memo?: string;
|
|
2121
|
+
/**
|
|
2122
|
+
* User
|
|
2123
|
+
*/
|
|
2124
|
+
user: string;
|
|
2125
|
+
};
|
|
2126
|
+
type AdminUserWritable = {
|
|
2127
|
+
/**
|
|
2128
|
+
* First name
|
|
2129
|
+
*/
|
|
2130
|
+
first_name?: string | null;
|
|
2131
|
+
/**
|
|
2132
|
+
* Last name
|
|
2133
|
+
*/
|
|
2134
|
+
last_name?: string | null;
|
|
2135
|
+
/**
|
|
2136
|
+
* Username
|
|
2137
|
+
*/
|
|
2138
|
+
username?: string | null;
|
|
2139
|
+
};
|
|
2140
|
+
type AdminUserMemoWritable = {
|
|
2141
|
+
/**
|
|
2142
|
+
* Rehive account
|
|
2143
|
+
*/
|
|
2144
|
+
rehive_account?: string | null;
|
|
2145
|
+
};
|
|
2146
|
+
type WarmstorageAccountWritable = {
|
|
2147
|
+
/**
|
|
2148
|
+
* Account address
|
|
2149
|
+
*/
|
|
2150
|
+
account_address?: string | null;
|
|
2151
|
+
/**
|
|
2152
|
+
* Status
|
|
2153
|
+
*/
|
|
2154
|
+
status?: 'Active' | 'Disabled' | 'Removed';
|
|
2155
|
+
/**
|
|
2156
|
+
* Primary
|
|
2157
|
+
*/
|
|
2158
|
+
primary?: boolean;
|
|
2159
|
+
/**
|
|
2160
|
+
* Note
|
|
2161
|
+
*/
|
|
2162
|
+
note?: string | null;
|
|
2163
|
+
};
|
|
2164
|
+
type CompanyWritable = {
|
|
2165
|
+
[key: string]: unknown;
|
|
2166
|
+
};
|
|
2167
|
+
type SendTransactionWritable = {
|
|
2168
|
+
/**
|
|
2169
|
+
* Reference
|
|
2170
|
+
*/
|
|
2171
|
+
reference?: string | null;
|
|
2172
|
+
/**
|
|
2173
|
+
* To reference
|
|
2174
|
+
*/
|
|
2175
|
+
to_reference?: string | null;
|
|
2176
|
+
/**
|
|
2177
|
+
* Amount
|
|
2178
|
+
*/
|
|
2179
|
+
amount: number;
|
|
2180
|
+
/**
|
|
2181
|
+
* Currency
|
|
2182
|
+
*/
|
|
2183
|
+
currency?: string | null;
|
|
2184
|
+
/**
|
|
2185
|
+
* Account
|
|
2186
|
+
*/
|
|
2187
|
+
account?: string | null;
|
|
2188
|
+
/**
|
|
2189
|
+
* Debit account
|
|
2190
|
+
*/
|
|
2191
|
+
debit_account?: string | null;
|
|
2192
|
+
/**
|
|
2193
|
+
* Memo
|
|
2194
|
+
*/
|
|
2195
|
+
memo?: string;
|
|
2196
|
+
};
|
|
2197
|
+
type UserInfoSeralizerWritable = {
|
|
2198
|
+
/**
|
|
2199
|
+
* Username
|
|
2200
|
+
*/
|
|
2201
|
+
username?: string | null;
|
|
2202
|
+
};
|
|
2203
|
+
type AnchorAccountValidateWritable = {
|
|
2204
|
+
[key: string]: unknown;
|
|
2205
|
+
};
|
|
2206
|
+
type AnchorSessionValidateWritable = {
|
|
2207
|
+
[key: string]: unknown;
|
|
2208
|
+
};
|
|
2209
|
+
type UserSep24TransactionWritable = {
|
|
2210
|
+
/**
|
|
2211
|
+
* Tx type
|
|
2212
|
+
*/
|
|
2213
|
+
tx_type: 'deposit' | 'withdraw';
|
|
2214
|
+
/**
|
|
2215
|
+
* Amount
|
|
2216
|
+
*/
|
|
2217
|
+
amount?: number;
|
|
2218
|
+
/**
|
|
2219
|
+
* Currency
|
|
2220
|
+
*/
|
|
2221
|
+
currency: string;
|
|
2222
|
+
/**
|
|
2223
|
+
* Rehive withdrawal account reference
|
|
2224
|
+
*/
|
|
2225
|
+
rehive_withdrawal_account_reference?: string | null;
|
|
2226
|
+
/**
|
|
2227
|
+
* Status
|
|
2228
|
+
*/
|
|
2229
|
+
status: 'initiated' | 'initiated_invoicing' | 'prs_requested' | 'prs_quoted' | 'prs_processing' | 'prs_complete' | 'processing_internal_dispersal' | 'completed_internal_dispersal' | 'processing_external_dispersal' | 'completed_external_dispersal' | 'complete' | 'failed';
|
|
2230
|
+
};
|
|
2231
|
+
type UserMemoWritable = {
|
|
2232
|
+
/**
|
|
2233
|
+
* Rehive account
|
|
2234
|
+
*/
|
|
2235
|
+
rehive_account?: string | null;
|
|
2236
|
+
};
|
|
2237
|
+
type ActivateCreateData = {
|
|
2238
|
+
body: ActivateWritable;
|
|
2239
|
+
path?: never;
|
|
2240
|
+
query?: never;
|
|
2241
|
+
url: '/activate/';
|
|
2242
|
+
};
|
|
2243
|
+
type ActivateCreateResponses = {
|
|
2244
|
+
201: Activate;
|
|
2245
|
+
};
|
|
2246
|
+
type ActivateCreateResponse = ActivateCreateResponses[keyof ActivateCreateResponses];
|
|
2247
|
+
type AdminAssetListData = {
|
|
2248
|
+
body?: never;
|
|
2249
|
+
path?: never;
|
|
2250
|
+
query?: never;
|
|
2251
|
+
url: '/admin/asset/';
|
|
2252
|
+
};
|
|
2253
|
+
type AdminAssetListResponses = {
|
|
2254
|
+
200: Array<AdminCreateAsset>;
|
|
2255
|
+
};
|
|
2256
|
+
type AdminAssetListResponse = AdminAssetListResponses[keyof AdminAssetListResponses];
|
|
2257
|
+
type AdminAssetCreateData = {
|
|
2258
|
+
body: AdminCreateAssetWritable;
|
|
2259
|
+
path?: never;
|
|
2260
|
+
query?: never;
|
|
2261
|
+
url: '/admin/asset/';
|
|
2262
|
+
};
|
|
2263
|
+
type AdminAssetCreateResponses = {
|
|
2264
|
+
201: AdminCreateAsset;
|
|
2265
|
+
};
|
|
2266
|
+
type AdminAssetCreateResponse = AdminAssetCreateResponses[keyof AdminAssetCreateResponses];
|
|
2267
|
+
type AdminAssetReadData = {
|
|
2268
|
+
body?: never;
|
|
2269
|
+
path: {
|
|
2270
|
+
id: string;
|
|
2271
|
+
};
|
|
2272
|
+
query?: never;
|
|
2273
|
+
url: '/admin/asset/{id}/';
|
|
2274
|
+
};
|
|
2275
|
+
type AdminAssetReadResponses = {
|
|
2276
|
+
200: AdminAsset;
|
|
2277
|
+
};
|
|
2278
|
+
type AdminAssetReadResponse = AdminAssetReadResponses[keyof AdminAssetReadResponses];
|
|
2279
|
+
type AdminAssetPartialUpdateData = {
|
|
2280
|
+
body: AdminAssetWritable;
|
|
2281
|
+
path: {
|
|
2282
|
+
id: string;
|
|
2283
|
+
};
|
|
2284
|
+
query?: never;
|
|
2285
|
+
url: '/admin/asset/{id}/';
|
|
2286
|
+
};
|
|
2287
|
+
type AdminAssetPartialUpdateResponses = {
|
|
2288
|
+
200: AdminAsset;
|
|
2289
|
+
};
|
|
2290
|
+
type AdminAssetPartialUpdateResponse = AdminAssetPartialUpdateResponses[keyof AdminAssetPartialUpdateResponses];
|
|
2291
|
+
type AdminAssetAuthoriseHolderCreateData = {
|
|
2292
|
+
body: AdminAuthAssetTrust;
|
|
2293
|
+
path: {
|
|
2294
|
+
id: string;
|
|
2295
|
+
};
|
|
2296
|
+
query?: never;
|
|
2297
|
+
url: '/admin/asset/{id}/authorise_holder/';
|
|
2298
|
+
};
|
|
2299
|
+
type AdminAssetAuthoriseHolderCreateResponses = {
|
|
2300
|
+
201: AdminAuthAssetTrust;
|
|
2301
|
+
};
|
|
2302
|
+
type AdminAssetAuthoriseHolderCreateResponse = AdminAssetAuthoriseHolderCreateResponses[keyof AdminAssetAuthoriseHolderCreateResponses];
|
|
2303
|
+
type AdminAssetFundCreateData = {
|
|
2304
|
+
body: AdminFundAsset;
|
|
2305
|
+
path: {
|
|
2306
|
+
id: string;
|
|
2307
|
+
};
|
|
2308
|
+
query?: never;
|
|
2309
|
+
url: '/admin/asset/{id}/fund/';
|
|
2310
|
+
};
|
|
2311
|
+
type AdminAssetFundCreateResponses = {
|
|
2312
|
+
201: AdminFundAsset;
|
|
2313
|
+
};
|
|
2314
|
+
type AdminAssetFundCreateResponse = AdminAssetFundCreateResponses[keyof AdminAssetFundCreateResponses];
|
|
2315
|
+
type AdminBlacklistedAccountDeleteData = {
|
|
2316
|
+
body?: never;
|
|
2317
|
+
path: {
|
|
2318
|
+
id: string;
|
|
2319
|
+
};
|
|
2320
|
+
query?: never;
|
|
2321
|
+
url: '/admin/blacklisted-account/{id}/';
|
|
2322
|
+
};
|
|
2323
|
+
type AdminBlacklistedAccountDeleteResponses = {
|
|
2324
|
+
204: unknown;
|
|
2325
|
+
};
|
|
2326
|
+
type AdminBlacklistedAccountReadData = {
|
|
2327
|
+
body?: never;
|
|
2328
|
+
path: {
|
|
2329
|
+
id: string;
|
|
2330
|
+
};
|
|
2331
|
+
query?: never;
|
|
2332
|
+
url: '/admin/blacklisted-account/{id}/';
|
|
2333
|
+
};
|
|
2334
|
+
type AdminBlacklistedAccountReadResponses = {
|
|
2335
|
+
200: BlacklistedAccount;
|
|
2336
|
+
};
|
|
2337
|
+
type AdminBlacklistedAccountReadResponse = AdminBlacklistedAccountReadResponses[keyof AdminBlacklistedAccountReadResponses];
|
|
2338
|
+
type AdminBlacklistedAccountPartialUpdateData = {
|
|
2339
|
+
body: BlacklistedAccountWritable;
|
|
2340
|
+
path: {
|
|
2341
|
+
id: string;
|
|
2342
|
+
};
|
|
2343
|
+
query?: never;
|
|
2344
|
+
url: '/admin/blacklisted-account/{id}/';
|
|
2345
|
+
};
|
|
2346
|
+
type AdminBlacklistedAccountPartialUpdateResponses = {
|
|
2347
|
+
200: BlacklistedAccount;
|
|
2348
|
+
};
|
|
2349
|
+
type AdminBlacklistedAccountPartialUpdateResponse = AdminBlacklistedAccountPartialUpdateResponses[keyof AdminBlacklistedAccountPartialUpdateResponses];
|
|
2350
|
+
type AdminBlacklistedAccountUpdateData = {
|
|
2351
|
+
body: BlacklistedAccountWritable;
|
|
2352
|
+
path: {
|
|
2353
|
+
id: string;
|
|
2354
|
+
};
|
|
2355
|
+
query?: never;
|
|
2356
|
+
url: '/admin/blacklisted-account/{id}/';
|
|
2357
|
+
};
|
|
2358
|
+
type AdminBlacklistedAccountUpdateResponses = {
|
|
2359
|
+
200: BlacklistedAccount;
|
|
2360
|
+
};
|
|
2361
|
+
type AdminBlacklistedAccountUpdateResponse = AdminBlacklistedAccountUpdateResponses[keyof AdminBlacklistedAccountUpdateResponses];
|
|
2362
|
+
type AdminBlacklistedAccountsListData = {
|
|
2363
|
+
body?: never;
|
|
2364
|
+
path?: never;
|
|
2365
|
+
query?: never;
|
|
2366
|
+
url: '/admin/blacklisted-accounts/';
|
|
2367
|
+
};
|
|
2368
|
+
type AdminBlacklistedAccountsListResponses = {
|
|
2369
|
+
200: Array<BlacklistedAccount>;
|
|
2370
|
+
};
|
|
2371
|
+
type AdminBlacklistedAccountsListResponse = AdminBlacklistedAccountsListResponses[keyof AdminBlacklistedAccountsListResponses];
|
|
2372
|
+
type AdminBlacklistedAccountsCreateData = {
|
|
2373
|
+
body: BlacklistedAccountWritable;
|
|
2374
|
+
path?: never;
|
|
2375
|
+
query?: never;
|
|
2376
|
+
url: '/admin/blacklisted-accounts/';
|
|
2377
|
+
};
|
|
2378
|
+
type AdminBlacklistedAccountsCreateResponses = {
|
|
2379
|
+
201: BlacklistedAccount;
|
|
2380
|
+
};
|
|
2381
|
+
type AdminBlacklistedAccountsCreateResponse = AdminBlacklistedAccountsCreateResponses[keyof AdminBlacklistedAccountsCreateResponses];
|
|
2382
|
+
type AdminColdstorageListData = {
|
|
2383
|
+
body?: never;
|
|
2384
|
+
path?: never;
|
|
2385
|
+
query?: {
|
|
2386
|
+
/**
|
|
2387
|
+
* A page number within the paginated result set.
|
|
2388
|
+
*/
|
|
2389
|
+
page?: number;
|
|
2390
|
+
/**
|
|
2391
|
+
* Number of results to return per page.
|
|
2392
|
+
*/
|
|
2393
|
+
page_size?: number;
|
|
2394
|
+
};
|
|
2395
|
+
url: '/admin/coldstorage/';
|
|
2396
|
+
};
|
|
2397
|
+
type AdminColdstorageListResponses = {
|
|
2398
|
+
200: {
|
|
2399
|
+
count: number;
|
|
2400
|
+
next?: string | null;
|
|
2401
|
+
previous?: string | null;
|
|
2402
|
+
results: Array<Coldstorage>;
|
|
2403
|
+
};
|
|
2404
|
+
};
|
|
2405
|
+
type AdminColdstorageListResponse = AdminColdstorageListResponses[keyof AdminColdstorageListResponses];
|
|
2406
|
+
type AdminColdstorageAccountsListData = {
|
|
2407
|
+
body?: never;
|
|
2408
|
+
path?: never;
|
|
2409
|
+
query?: {
|
|
2410
|
+
/**
|
|
2411
|
+
* A page number within the paginated result set.
|
|
2412
|
+
*/
|
|
2413
|
+
page?: number;
|
|
2414
|
+
/**
|
|
2415
|
+
* Number of results to return per page.
|
|
2416
|
+
*/
|
|
2417
|
+
page_size?: number;
|
|
2418
|
+
};
|
|
2419
|
+
url: '/admin/coldstorage/accounts/';
|
|
2420
|
+
};
|
|
2421
|
+
type AdminColdstorageAccountsListResponses = {
|
|
2422
|
+
200: {
|
|
2423
|
+
count: number;
|
|
2424
|
+
next?: string | null;
|
|
2425
|
+
previous?: string | null;
|
|
2426
|
+
results: Array<ColdstorageAccount>;
|
|
2427
|
+
};
|
|
2428
|
+
};
|
|
2429
|
+
type AdminColdstorageAccountsListResponse = AdminColdstorageAccountsListResponses[keyof AdminColdstorageAccountsListResponses];
|
|
2430
|
+
type AdminColdstorageAccountsCreateData = {
|
|
2431
|
+
body: ColdstorageAccountWritable;
|
|
2432
|
+
path?: never;
|
|
2433
|
+
query?: never;
|
|
2434
|
+
url: '/admin/coldstorage/accounts/';
|
|
2435
|
+
};
|
|
2436
|
+
type AdminColdstorageAccountsCreateResponses = {
|
|
2437
|
+
201: ColdstorageAccount;
|
|
2438
|
+
};
|
|
2439
|
+
type AdminColdstorageAccountsCreateResponse = AdminColdstorageAccountsCreateResponses[keyof AdminColdstorageAccountsCreateResponses];
|
|
2440
|
+
type AdminColdstorageAccountsReadData = {
|
|
2441
|
+
body?: never;
|
|
2442
|
+
path: {
|
|
2443
|
+
id: string;
|
|
2444
|
+
};
|
|
2445
|
+
query?: never;
|
|
2446
|
+
url: '/admin/coldstorage/accounts/{id}/';
|
|
2447
|
+
};
|
|
2448
|
+
type AdminColdstorageAccountsReadResponses = {
|
|
2449
|
+
200: ColdstorageAccount;
|
|
2450
|
+
};
|
|
2451
|
+
type AdminColdstorageAccountsReadResponse = AdminColdstorageAccountsReadResponses[keyof AdminColdstorageAccountsReadResponses];
|
|
2452
|
+
type AdminColdstorageAccountsPartialUpdateData = {
|
|
2453
|
+
body: ColdstorageAccountWritable;
|
|
2454
|
+
path: {
|
|
2455
|
+
id: string;
|
|
2456
|
+
};
|
|
2457
|
+
query?: never;
|
|
2458
|
+
url: '/admin/coldstorage/accounts/{id}/';
|
|
2459
|
+
};
|
|
2460
|
+
type AdminColdstorageAccountsPartialUpdateResponses = {
|
|
2461
|
+
200: ColdstorageAccount;
|
|
2462
|
+
};
|
|
2463
|
+
type AdminColdstorageAccountsPartialUpdateResponse = AdminColdstorageAccountsPartialUpdateResponses[keyof AdminColdstorageAccountsPartialUpdateResponses];
|
|
2464
|
+
type AdminCompanyListData = {
|
|
2465
|
+
body?: never;
|
|
2466
|
+
path?: never;
|
|
2467
|
+
query?: never;
|
|
2468
|
+
url: '/admin/company/';
|
|
2469
|
+
};
|
|
2470
|
+
type AdminCompanyListResponses = {
|
|
2471
|
+
200: Array<CompanyAdmin>;
|
|
2472
|
+
};
|
|
2473
|
+
type AdminCompanyListResponse = AdminCompanyListResponses[keyof AdminCompanyListResponses];
|
|
2474
|
+
type AdminCompanyPartialUpdateData = {
|
|
2475
|
+
body: CompanyAdminWritable;
|
|
2476
|
+
path?: never;
|
|
2477
|
+
query?: never;
|
|
2478
|
+
url: '/admin/company/';
|
|
2479
|
+
};
|
|
2480
|
+
type AdminCompanyPartialUpdateResponses = {
|
|
2481
|
+
200: CompanyAdmin;
|
|
2482
|
+
};
|
|
2483
|
+
type AdminCompanyPartialUpdateResponse = AdminCompanyPartialUpdateResponses[keyof AdminCompanyPartialUpdateResponses];
|
|
2484
|
+
type AdminCompanyConfigurationListData = {
|
|
2485
|
+
body?: never;
|
|
2486
|
+
path?: never;
|
|
2487
|
+
query?: never;
|
|
2488
|
+
url: '/admin/company/configuration/';
|
|
2489
|
+
};
|
|
2490
|
+
type AdminCompanyConfigurationListResponses = {
|
|
2491
|
+
200: Array<CompanyConfiguration>;
|
|
2492
|
+
};
|
|
2493
|
+
type AdminCompanyConfigurationListResponse = AdminCompanyConfigurationListResponses[keyof AdminCompanyConfigurationListResponses];
|
|
2494
|
+
type AdminCompanyConfigurationPartialUpdateData = {
|
|
2495
|
+
body: CompanyConfigurationWritable;
|
|
2496
|
+
path?: never;
|
|
2497
|
+
query?: never;
|
|
2498
|
+
url: '/admin/company/configuration/';
|
|
2499
|
+
};
|
|
2500
|
+
type AdminCompanyConfigurationPartialUpdateResponses = {
|
|
2501
|
+
200: CompanyConfiguration;
|
|
2502
|
+
};
|
|
2503
|
+
type AdminCompanyConfigurationPartialUpdateResponse = AdminCompanyConfigurationPartialUpdateResponses[keyof AdminCompanyConfigurationPartialUpdateResponses];
|
|
2504
|
+
type AdminCompanyConfigurationUpdateData = {
|
|
2505
|
+
body: CompanyConfigurationWritable;
|
|
2506
|
+
path?: never;
|
|
2507
|
+
query?: never;
|
|
2508
|
+
url: '/admin/company/configuration/';
|
|
2509
|
+
};
|
|
2510
|
+
type AdminCompanyConfigurationUpdateResponses = {
|
|
2511
|
+
200: CompanyConfiguration;
|
|
2512
|
+
};
|
|
2513
|
+
type AdminCompanyConfigurationUpdateResponse = AdminCompanyConfigurationUpdateResponses[keyof AdminCompanyConfigurationUpdateResponses];
|
|
2514
|
+
type AdminCompanyConfigurationAccountGroupsListData = {
|
|
2515
|
+
body?: never;
|
|
2516
|
+
path?: never;
|
|
2517
|
+
query?: never;
|
|
2518
|
+
url: '/admin/company/configuration/account-groups/';
|
|
2519
|
+
};
|
|
2520
|
+
type AdminCompanyConfigurationAccountGroupsListResponses = {
|
|
2521
|
+
200: Array<DefaultGroupAccountPair>;
|
|
2522
|
+
};
|
|
2523
|
+
type AdminCompanyConfigurationAccountGroupsListResponse = AdminCompanyConfigurationAccountGroupsListResponses[keyof AdminCompanyConfigurationAccountGroupsListResponses];
|
|
2524
|
+
type AdminCompanyConfigurationAccountGroupsCreateData = {
|
|
2525
|
+
body: DefaultGroupAccountPairWritable;
|
|
2526
|
+
path?: never;
|
|
2527
|
+
query?: never;
|
|
2528
|
+
url: '/admin/company/configuration/account-groups/';
|
|
2529
|
+
};
|
|
2530
|
+
type AdminCompanyConfigurationAccountGroupsCreateResponses = {
|
|
2531
|
+
201: DefaultGroupAccountPair;
|
|
2532
|
+
};
|
|
2533
|
+
type AdminCompanyConfigurationAccountGroupsCreateResponse = AdminCompanyConfigurationAccountGroupsCreateResponses[keyof AdminCompanyConfigurationAccountGroupsCreateResponses];
|
|
2534
|
+
type AdminCompanyConfigurationAccountGroupsDeleteData = {
|
|
2535
|
+
body?: never;
|
|
2536
|
+
path: {
|
|
2537
|
+
id: string;
|
|
2538
|
+
};
|
|
2539
|
+
query?: never;
|
|
2540
|
+
url: '/admin/company/configuration/account-groups/{id}/';
|
|
2541
|
+
};
|
|
2542
|
+
type AdminCompanyConfigurationAccountGroupsDeleteResponses = {
|
|
2543
|
+
204: unknown;
|
|
2544
|
+
};
|
|
2545
|
+
type AdminCompanyConfigurationAccountGroupsReadData = {
|
|
2546
|
+
body?: never;
|
|
2547
|
+
path: {
|
|
2548
|
+
id: string;
|
|
2549
|
+
};
|
|
2550
|
+
query?: never;
|
|
2551
|
+
url: '/admin/company/configuration/account-groups/{id}/';
|
|
2552
|
+
};
|
|
2553
|
+
type AdminCompanyConfigurationAccountGroupsReadResponses = {
|
|
2554
|
+
200: DefaultGroupAccountPair;
|
|
2555
|
+
};
|
|
2556
|
+
type AdminCompanyConfigurationAccountGroupsReadResponse = AdminCompanyConfigurationAccountGroupsReadResponses[keyof AdminCompanyConfigurationAccountGroupsReadResponses];
|
|
2557
|
+
type AdminCompanyConfigurationAccountGroupsPartialUpdateData = {
|
|
2558
|
+
body: DefaultGroupAccountPairWritable;
|
|
2559
|
+
path: {
|
|
2560
|
+
id: string;
|
|
2561
|
+
};
|
|
2562
|
+
query?: never;
|
|
2563
|
+
url: '/admin/company/configuration/account-groups/{id}/';
|
|
2564
|
+
};
|
|
2565
|
+
type AdminCompanyConfigurationAccountGroupsPartialUpdateResponses = {
|
|
2566
|
+
200: DefaultGroupAccountPair;
|
|
2567
|
+
};
|
|
2568
|
+
type AdminCompanyConfigurationAccountGroupsPartialUpdateResponse = AdminCompanyConfigurationAccountGroupsPartialUpdateResponses[keyof AdminCompanyConfigurationAccountGroupsPartialUpdateResponses];
|
|
2569
|
+
type AdminCompanyConfigurationAccountGroupsUpdateData = {
|
|
2570
|
+
body: DefaultGroupAccountPairWritable;
|
|
2571
|
+
path: {
|
|
2572
|
+
id: string;
|
|
2573
|
+
};
|
|
2574
|
+
query?: never;
|
|
2575
|
+
url: '/admin/company/configuration/account-groups/{id}/';
|
|
2576
|
+
};
|
|
2577
|
+
type AdminCompanyConfigurationAccountGroupsUpdateResponses = {
|
|
2578
|
+
200: DefaultGroupAccountPair;
|
|
2579
|
+
};
|
|
2580
|
+
type AdminCompanyConfigurationAccountGroupsUpdateResponse = AdminCompanyConfigurationAccountGroupsUpdateResponses[keyof AdminCompanyConfigurationAccountGroupsUpdateResponses];
|
|
2581
|
+
type AdminCompanyConfigurationAnchorPlatformListData = {
|
|
2582
|
+
body?: never;
|
|
2583
|
+
path?: never;
|
|
2584
|
+
query?: never;
|
|
2585
|
+
url: '/admin/company/configuration/anchor_platform/';
|
|
2586
|
+
};
|
|
2587
|
+
type AdminCompanyConfigurationAnchorPlatformListResponses = {
|
|
2588
|
+
200: Array<AnchorPlatformConfiguration>;
|
|
2589
|
+
};
|
|
2590
|
+
type AdminCompanyConfigurationAnchorPlatformListResponse = AdminCompanyConfigurationAnchorPlatformListResponses[keyof AdminCompanyConfigurationAnchorPlatformListResponses];
|
|
2591
|
+
type AdminCompanyConfigurationAnchorPlatformPartialUpdateData = {
|
|
2592
|
+
body: AnchorPlatformConfiguration;
|
|
2593
|
+
path?: never;
|
|
2594
|
+
query?: never;
|
|
2595
|
+
url: '/admin/company/configuration/anchor_platform/';
|
|
2596
|
+
};
|
|
2597
|
+
type AdminCompanyConfigurationAnchorPlatformPartialUpdateResponses = {
|
|
2598
|
+
200: AnchorPlatformConfiguration;
|
|
2599
|
+
};
|
|
2600
|
+
type AdminCompanyConfigurationAnchorPlatformPartialUpdateResponse = AdminCompanyConfigurationAnchorPlatformPartialUpdateResponses[keyof AdminCompanyConfigurationAnchorPlatformPartialUpdateResponses];
|
|
2601
|
+
type AdminCompanyConfigurationAnchorPlatformUpdateData = {
|
|
2602
|
+
body: AnchorPlatformConfiguration;
|
|
2603
|
+
path?: never;
|
|
2604
|
+
query?: never;
|
|
2605
|
+
url: '/admin/company/configuration/anchor_platform/';
|
|
2606
|
+
};
|
|
2607
|
+
type AdminCompanyConfigurationAnchorPlatformUpdateResponses = {
|
|
2608
|
+
200: AnchorPlatformConfiguration;
|
|
2609
|
+
};
|
|
2610
|
+
type AdminCompanyConfigurationAnchorPlatformUpdateResponse = AdminCompanyConfigurationAnchorPlatformUpdateResponses[keyof AdminCompanyConfigurationAnchorPlatformUpdateResponses];
|
|
2611
|
+
type AdminCompanyStellarTomlListData = {
|
|
2612
|
+
body?: never;
|
|
2613
|
+
path?: never;
|
|
2614
|
+
query?: never;
|
|
2615
|
+
url: '/admin/company/stellar-toml/';
|
|
2616
|
+
};
|
|
2617
|
+
type AdminCompanyStellarTomlListResponses = {
|
|
2618
|
+
200: Array<StellarToml>;
|
|
2619
|
+
};
|
|
2620
|
+
type AdminCompanyStellarTomlListResponse = AdminCompanyStellarTomlListResponses[keyof AdminCompanyStellarTomlListResponses];
|
|
2621
|
+
type AdminFederationListData = {
|
|
2622
|
+
body?: never;
|
|
2623
|
+
path?: never;
|
|
2624
|
+
query?: never;
|
|
2625
|
+
url: '/admin/federation/';
|
|
2626
|
+
};
|
|
2627
|
+
type AdminFederationListResponses = {
|
|
2628
|
+
200: Array<Federation>;
|
|
2629
|
+
};
|
|
2630
|
+
type AdminFederationListResponse = AdminFederationListResponses[keyof AdminFederationListResponses];
|
|
2631
|
+
type AdminFederationCreateData = {
|
|
2632
|
+
body: FederationWritable;
|
|
2633
|
+
path?: never;
|
|
2634
|
+
query?: never;
|
|
2635
|
+
url: '/admin/federation/';
|
|
2636
|
+
};
|
|
2637
|
+
type AdminFederationCreateResponses = {
|
|
2638
|
+
201: Federation;
|
|
2639
|
+
};
|
|
2640
|
+
type AdminFederationCreateResponse = AdminFederationCreateResponses[keyof AdminFederationCreateResponses];
|
|
2641
|
+
type AdminHotwalletListData = {
|
|
2642
|
+
body?: never;
|
|
2643
|
+
path?: never;
|
|
2644
|
+
query?: never;
|
|
2645
|
+
url: '/admin/hotwallet/';
|
|
2646
|
+
};
|
|
2647
|
+
type AdminHotwalletListResponses = {
|
|
2648
|
+
200: Array<Hotwallet>;
|
|
2649
|
+
};
|
|
2650
|
+
type AdminHotwalletListResponse = AdminHotwalletListResponses[keyof AdminHotwalletListResponses];
|
|
2651
|
+
type AdminHotwalletPartialUpdateData = {
|
|
2652
|
+
body: HotwalletWritable;
|
|
2653
|
+
path?: never;
|
|
2654
|
+
query?: never;
|
|
2655
|
+
url: '/admin/hotwallet/';
|
|
2656
|
+
};
|
|
2657
|
+
type AdminHotwalletPartialUpdateResponses = {
|
|
2658
|
+
200: Hotwallet;
|
|
2659
|
+
};
|
|
2660
|
+
type AdminHotwalletPartialUpdateResponse = AdminHotwalletPartialUpdateResponses[keyof AdminHotwalletPartialUpdateResponses];
|
|
2661
|
+
type AdminHotwalletCreateData = {
|
|
2662
|
+
body: HotwalletWritable;
|
|
2663
|
+
path?: never;
|
|
2664
|
+
query?: never;
|
|
2665
|
+
url: '/admin/hotwallet/';
|
|
2666
|
+
};
|
|
2667
|
+
type AdminHotwalletCreateResponses = {
|
|
2668
|
+
201: Hotwallet;
|
|
2669
|
+
};
|
|
2670
|
+
type AdminHotwalletCreateResponse = AdminHotwalletCreateResponses[keyof AdminHotwalletCreateResponses];
|
|
2671
|
+
type AdminHotwalletActiveListData = {
|
|
2672
|
+
body?: never;
|
|
2673
|
+
path?: never;
|
|
2674
|
+
query?: never;
|
|
2675
|
+
url: '/admin/hotwallet/active/';
|
|
2676
|
+
};
|
|
2677
|
+
type AdminHotwalletActiveListResponses = {
|
|
2678
|
+
200: Array<HotwalletBalance>;
|
|
2679
|
+
};
|
|
2680
|
+
type AdminHotwalletActiveListResponse = AdminHotwalletActiveListResponses[keyof AdminHotwalletActiveListResponses];
|
|
2681
|
+
type AdminHotwalletEnableMssCreateData = {
|
|
2682
|
+
body: HotwalletFund;
|
|
2683
|
+
path?: never;
|
|
2684
|
+
query?: never;
|
|
2685
|
+
url: '/admin/hotwallet/enable_mss/';
|
|
2686
|
+
};
|
|
2687
|
+
type AdminHotwalletEnableMssCreateResponses = {
|
|
2688
|
+
201: HotwalletFund;
|
|
2689
|
+
};
|
|
2690
|
+
type AdminHotwalletEnableMssCreateResponse = AdminHotwalletEnableMssCreateResponses[keyof AdminHotwalletEnableMssCreateResponses];
|
|
2691
|
+
type AdminHotwalletFeesListData = {
|
|
2692
|
+
body?: never;
|
|
2693
|
+
path?: never;
|
|
2694
|
+
query?: never;
|
|
2695
|
+
url: '/admin/hotwallet/fees/';
|
|
2696
|
+
};
|
|
2697
|
+
type AdminHotwalletFeesListResponses = {
|
|
2698
|
+
200: Array<HotwalletFees>;
|
|
2699
|
+
};
|
|
2700
|
+
type AdminHotwalletFeesListResponse = AdminHotwalletFeesListResponses[keyof AdminHotwalletFeesListResponses];
|
|
2701
|
+
type AdminHotwalletFundListData = {
|
|
2702
|
+
body?: never;
|
|
2703
|
+
path?: never;
|
|
2704
|
+
query?: never;
|
|
2705
|
+
url: '/admin/hotwallet/fund/';
|
|
2706
|
+
};
|
|
2707
|
+
type AdminHotwalletFundListResponses = {
|
|
2708
|
+
200: Array<HotwalletFund>;
|
|
2709
|
+
};
|
|
2710
|
+
type AdminHotwalletFundListResponse = AdminHotwalletFundListResponses[keyof AdminHotwalletFundListResponses];
|
|
2711
|
+
type AdminHotwalletMergeCreateData = {
|
|
2712
|
+
body: HotwalletMerge;
|
|
2713
|
+
path?: never;
|
|
2714
|
+
query?: never;
|
|
2715
|
+
url: '/admin/hotwallet/merge/';
|
|
2716
|
+
};
|
|
2717
|
+
type AdminHotwalletMergeCreateResponses = {
|
|
2718
|
+
201: HotwalletMerge;
|
|
2719
|
+
};
|
|
2720
|
+
type AdminHotwalletMergeCreateResponse = AdminHotwalletMergeCreateResponses[keyof AdminHotwalletMergeCreateResponses];
|
|
2721
|
+
type AdminHotwalletSendCreateData = {
|
|
2722
|
+
body: HotwalletSendWritable;
|
|
2723
|
+
path?: never;
|
|
2724
|
+
query?: never;
|
|
2725
|
+
url: '/admin/hotwallet/send/';
|
|
2726
|
+
};
|
|
2727
|
+
type AdminHotwalletSendCreateResponses = {
|
|
2728
|
+
201: HotwalletSend;
|
|
2729
|
+
};
|
|
2730
|
+
type AdminHotwalletSendCreateResponse = AdminHotwalletSendCreateResponses[keyof AdminHotwalletSendCreateResponses];
|
|
2731
|
+
type AdminKnownPublicAddressesListData = {
|
|
2732
|
+
body?: never;
|
|
2733
|
+
path?: never;
|
|
2734
|
+
query?: never;
|
|
2735
|
+
url: '/admin/known-public-addresses/';
|
|
2736
|
+
};
|
|
2737
|
+
type AdminKnownPublicAddressesListResponses = {
|
|
2738
|
+
200: Array<KnownPublicAddresses>;
|
|
2739
|
+
};
|
|
2740
|
+
type AdminKnownPublicAddressesListResponse = AdminKnownPublicAddressesListResponses[keyof AdminKnownPublicAddressesListResponses];
|
|
2741
|
+
type AdminKnownPublicAddressesCreateData = {
|
|
2742
|
+
body: KnownPublicAddressesWritable;
|
|
2743
|
+
path?: never;
|
|
2744
|
+
query?: never;
|
|
2745
|
+
url: '/admin/known-public-addresses/';
|
|
2746
|
+
};
|
|
2747
|
+
type AdminKnownPublicAddressesCreateResponses = {
|
|
2748
|
+
201: KnownPublicAddresses;
|
|
2749
|
+
};
|
|
2750
|
+
type AdminKnownPublicAddressesCreateResponse = AdminKnownPublicAddressesCreateResponses[keyof AdminKnownPublicAddressesCreateResponses];
|
|
2751
|
+
type AdminKnownPublicAddressesDeleteData = {
|
|
2752
|
+
body?: never;
|
|
2753
|
+
path: {
|
|
2754
|
+
id: string;
|
|
2755
|
+
};
|
|
2756
|
+
query?: never;
|
|
2757
|
+
url: '/admin/known-public-addresses/{id}/';
|
|
2758
|
+
};
|
|
2759
|
+
type AdminKnownPublicAddressesDeleteResponses = {
|
|
2760
|
+
204: unknown;
|
|
2761
|
+
};
|
|
2762
|
+
type AdminKnownPublicAddressesReadData = {
|
|
2763
|
+
body?: never;
|
|
2764
|
+
path: {
|
|
2765
|
+
id: string;
|
|
2766
|
+
};
|
|
2767
|
+
query?: never;
|
|
2768
|
+
url: '/admin/known-public-addresses/{id}/';
|
|
2769
|
+
};
|
|
2770
|
+
type AdminKnownPublicAddressesReadResponses = {
|
|
2771
|
+
200: KnownPublicAddresses;
|
|
2772
|
+
};
|
|
2773
|
+
type AdminKnownPublicAddressesReadResponse = AdminKnownPublicAddressesReadResponses[keyof AdminKnownPublicAddressesReadResponses];
|
|
2774
|
+
type AdminKnownPublicAddressesPartialUpdateData = {
|
|
2775
|
+
body: KnownPublicAddressesWritable;
|
|
2776
|
+
path: {
|
|
2777
|
+
id: string;
|
|
2778
|
+
};
|
|
2779
|
+
query?: never;
|
|
2780
|
+
url: '/admin/known-public-addresses/{id}/';
|
|
2781
|
+
};
|
|
2782
|
+
type AdminKnownPublicAddressesPartialUpdateResponses = {
|
|
2783
|
+
200: KnownPublicAddresses;
|
|
2784
|
+
};
|
|
2785
|
+
type AdminKnownPublicAddressesPartialUpdateResponse = AdminKnownPublicAddressesPartialUpdateResponses[keyof AdminKnownPublicAddressesPartialUpdateResponses];
|
|
2786
|
+
type AdminKnownPublicAddressesUpdateData = {
|
|
2787
|
+
body: KnownPublicAddressesWritable;
|
|
2788
|
+
path: {
|
|
2789
|
+
id: string;
|
|
2790
|
+
};
|
|
2791
|
+
query?: never;
|
|
2792
|
+
url: '/admin/known-public-addresses/{id}/';
|
|
2793
|
+
};
|
|
2794
|
+
type AdminKnownPublicAddressesUpdateResponses = {
|
|
2795
|
+
200: KnownPublicAddresses;
|
|
2796
|
+
};
|
|
2797
|
+
type AdminKnownPublicAddressesUpdateResponse = AdminKnownPublicAddressesUpdateResponses[keyof AdminKnownPublicAddressesUpdateResponses];
|
|
2798
|
+
type AdminMemosListData = {
|
|
2799
|
+
body?: never;
|
|
2800
|
+
path?: never;
|
|
2801
|
+
query?: never;
|
|
2802
|
+
url: '/admin/memos/';
|
|
2803
|
+
};
|
|
2804
|
+
type AdminMemosListResponses = {
|
|
2805
|
+
200: Array<AdminMemo>;
|
|
2806
|
+
};
|
|
2807
|
+
type AdminMemosListResponse = AdminMemosListResponses[keyof AdminMemosListResponses];
|
|
2808
|
+
type AdminMemosCreateData = {
|
|
2809
|
+
body: AdminMemoWritable;
|
|
2810
|
+
path?: never;
|
|
2811
|
+
query?: never;
|
|
2812
|
+
url: '/admin/memos/';
|
|
2813
|
+
};
|
|
2814
|
+
type AdminMemosCreateResponses = {
|
|
2815
|
+
201: AdminMemo;
|
|
2816
|
+
};
|
|
2817
|
+
type AdminMemosCreateResponse = AdminMemosCreateResponses[keyof AdminMemosCreateResponses];
|
|
2818
|
+
type AdminSep10AuthenticatedAccountsListData = {
|
|
2819
|
+
body?: never;
|
|
2820
|
+
path?: never;
|
|
2821
|
+
query?: {
|
|
2822
|
+
/**
|
|
2823
|
+
* A page number within the paginated result set.
|
|
2824
|
+
*/
|
|
2825
|
+
page?: number;
|
|
2826
|
+
/**
|
|
2827
|
+
* Number of results to return per page.
|
|
2828
|
+
*/
|
|
2829
|
+
page_size?: number;
|
|
2830
|
+
};
|
|
2831
|
+
url: '/admin/sep10-authenticated-accounts/';
|
|
2832
|
+
};
|
|
2833
|
+
type AdminSep10AuthenticatedAccountsListResponses = {
|
|
2834
|
+
200: {
|
|
2835
|
+
count: number;
|
|
2836
|
+
next?: string | null;
|
|
2837
|
+
previous?: string | null;
|
|
2838
|
+
results: Array<AdminSep10AuthenticatedAccount>;
|
|
2839
|
+
};
|
|
2840
|
+
};
|
|
2841
|
+
type AdminSep10AuthenticatedAccountsListResponse = AdminSep10AuthenticatedAccountsListResponses[keyof AdminSep10AuthenticatedAccountsListResponses];
|
|
2842
|
+
type AdminSep10AuthenticatedAccountsReadData = {
|
|
2843
|
+
body?: never;
|
|
2844
|
+
path: {
|
|
2845
|
+
id: string;
|
|
2846
|
+
};
|
|
2847
|
+
query?: never;
|
|
2848
|
+
url: '/admin/sep10-authenticated-accounts/{id}/';
|
|
2849
|
+
};
|
|
2850
|
+
type AdminSep10AuthenticatedAccountsReadResponses = {
|
|
2851
|
+
200: AdminSep10AuthenticatedAccount;
|
|
2852
|
+
};
|
|
2853
|
+
type AdminSep10AuthenticatedAccountsReadResponse = AdminSep10AuthenticatedAccountsReadResponses[keyof AdminSep10AuthenticatedAccountsReadResponses];
|
|
2854
|
+
type AdminSep24TransactionsListData = {
|
|
2855
|
+
body?: never;
|
|
2856
|
+
path?: never;
|
|
2857
|
+
query?: {
|
|
2858
|
+
/**
|
|
2859
|
+
* A page number within the paginated result set.
|
|
2860
|
+
*/
|
|
2861
|
+
page?: number;
|
|
2862
|
+
/**
|
|
2863
|
+
* Number of results to return per page.
|
|
2864
|
+
*/
|
|
2865
|
+
page_size?: number;
|
|
2866
|
+
};
|
|
2867
|
+
url: '/admin/sep24-transactions/';
|
|
2868
|
+
};
|
|
2869
|
+
type AdminSep24TransactionsListResponses = {
|
|
2870
|
+
200: {
|
|
2871
|
+
count: number;
|
|
2872
|
+
next?: string | null;
|
|
2873
|
+
previous?: string | null;
|
|
2874
|
+
results: Array<AdminSep24Transaction>;
|
|
2875
|
+
};
|
|
2876
|
+
};
|
|
2877
|
+
type AdminSep24TransactionsListResponse = AdminSep24TransactionsListResponses[keyof AdminSep24TransactionsListResponses];
|
|
2878
|
+
type AdminSep24TransactionsReadData = {
|
|
2879
|
+
body?: never;
|
|
2880
|
+
path: {
|
|
2881
|
+
id: string;
|
|
2882
|
+
};
|
|
2883
|
+
query?: never;
|
|
2884
|
+
url: '/admin/sep24-transactions/{id}/';
|
|
2885
|
+
};
|
|
2886
|
+
type AdminSep24TransactionsReadResponses = {
|
|
2887
|
+
200: AdminSep24Transaction;
|
|
2888
|
+
};
|
|
2889
|
+
type AdminSep24TransactionsReadResponse = AdminSep24TransactionsReadResponses[keyof AdminSep24TransactionsReadResponses];
|
|
2890
|
+
type AdminStellarAccountsListData = {
|
|
2891
|
+
body?: never;
|
|
2892
|
+
path?: never;
|
|
2893
|
+
query?: {
|
|
2894
|
+
/**
|
|
2895
|
+
* A page number within the paginated result set.
|
|
2896
|
+
*/
|
|
2897
|
+
page?: number;
|
|
2898
|
+
/**
|
|
2899
|
+
* Number of results to return per page.
|
|
2900
|
+
*/
|
|
2901
|
+
page_size?: number;
|
|
2902
|
+
};
|
|
2903
|
+
url: '/admin/stellar_accounts/';
|
|
2904
|
+
};
|
|
2905
|
+
type AdminStellarAccountsListResponses = {
|
|
2906
|
+
200: {
|
|
2907
|
+
count: number;
|
|
2908
|
+
next?: string | null;
|
|
2909
|
+
previous?: string | null;
|
|
2910
|
+
results: Array<StellarAccount>;
|
|
2911
|
+
};
|
|
2912
|
+
};
|
|
2913
|
+
type AdminStellarAccountsListResponse = AdminStellarAccountsListResponses[keyof AdminStellarAccountsListResponses];
|
|
2914
|
+
type AdminStellarAccountsGenerateCreateData = {
|
|
2915
|
+
body: StellarAccountGenerateWritable;
|
|
2916
|
+
path?: never;
|
|
2917
|
+
query?: never;
|
|
2918
|
+
url: '/admin/stellar_accounts/generate/';
|
|
2919
|
+
};
|
|
2920
|
+
type AdminStellarAccountsGenerateCreateResponses = {
|
|
2921
|
+
201: StellarAccountGenerate;
|
|
2922
|
+
};
|
|
2923
|
+
type AdminStellarAccountsGenerateCreateResponse = AdminStellarAccountsGenerateCreateResponses[keyof AdminStellarAccountsGenerateCreateResponses];
|
|
2924
|
+
type AdminStellarAccountsReadData = {
|
|
2925
|
+
body?: never;
|
|
2926
|
+
path: {
|
|
2927
|
+
id: string;
|
|
2928
|
+
};
|
|
2929
|
+
query?: never;
|
|
2930
|
+
url: '/admin/stellar_accounts/{id}/';
|
|
2931
|
+
};
|
|
2932
|
+
type AdminStellarAccountsReadResponses = {
|
|
2933
|
+
200: StellarAccount;
|
|
2934
|
+
};
|
|
2935
|
+
type AdminStellarAccountsReadResponse = AdminStellarAccountsReadResponses[keyof AdminStellarAccountsReadResponses];
|
|
2936
|
+
type AdminStellarAccountsPartialUpdateData = {
|
|
2937
|
+
body: StellarAccountWritable;
|
|
2938
|
+
path: {
|
|
2939
|
+
id: string;
|
|
2940
|
+
};
|
|
2941
|
+
query?: never;
|
|
2942
|
+
url: '/admin/stellar_accounts/{id}/';
|
|
2943
|
+
};
|
|
2944
|
+
type AdminStellarAccountsPartialUpdateResponses = {
|
|
2945
|
+
200: StellarAccount;
|
|
2946
|
+
};
|
|
2947
|
+
type AdminStellarAccountsPartialUpdateResponse = AdminStellarAccountsPartialUpdateResponses[keyof AdminStellarAccountsPartialUpdateResponses];
|
|
2948
|
+
type AdminStellarAccountsChangeOwnershipCreateData = {
|
|
2949
|
+
body: StellarAccountChangeOwnership;
|
|
2950
|
+
path: {
|
|
2951
|
+
id: string;
|
|
2952
|
+
};
|
|
2953
|
+
query?: never;
|
|
2954
|
+
url: '/admin/stellar_accounts/{id}/change_ownership/';
|
|
2955
|
+
};
|
|
2956
|
+
type AdminStellarAccountsChangeOwnershipCreateResponses = {
|
|
2957
|
+
201: StellarAccountChangeOwnership;
|
|
2958
|
+
};
|
|
2959
|
+
type AdminStellarAccountsChangeOwnershipCreateResponse = AdminStellarAccountsChangeOwnershipCreateResponses[keyof AdminStellarAccountsChangeOwnershipCreateResponses];
|
|
2960
|
+
type AdminTransactionsListData = {
|
|
2961
|
+
body?: never;
|
|
2962
|
+
path?: never;
|
|
2963
|
+
query?: {
|
|
2964
|
+
/**
|
|
2965
|
+
* A page number within the paginated result set.
|
|
2966
|
+
*/
|
|
2967
|
+
page?: number;
|
|
2968
|
+
/**
|
|
2969
|
+
* Number of results to return per page.
|
|
2970
|
+
*/
|
|
2971
|
+
page_size?: number;
|
|
2972
|
+
};
|
|
2973
|
+
url: '/admin/transactions/';
|
|
2974
|
+
};
|
|
2975
|
+
type AdminTransactionsListResponses = {
|
|
2976
|
+
200: {
|
|
2977
|
+
count: number;
|
|
2978
|
+
next?: string | null;
|
|
2979
|
+
previous?: string | null;
|
|
2980
|
+
results: Array<AdminTransaction>;
|
|
2981
|
+
};
|
|
2982
|
+
};
|
|
2983
|
+
type AdminTransactionsListResponse = AdminTransactionsListResponses[keyof AdminTransactionsListResponses];
|
|
2984
|
+
type AdminTransactionsSendCreateData = {
|
|
2985
|
+
body: AdminSendTransactionWritable;
|
|
2986
|
+
path?: never;
|
|
2987
|
+
query?: never;
|
|
2988
|
+
url: '/admin/transactions/send/';
|
|
2989
|
+
};
|
|
2990
|
+
type AdminTransactionsSendCreateResponses = {
|
|
2991
|
+
201: AdminSendTransaction;
|
|
2992
|
+
};
|
|
2993
|
+
type AdminTransactionsSendCreateResponse = AdminTransactionsSendCreateResponses[keyof AdminTransactionsSendCreateResponses];
|
|
2994
|
+
type AdminTransactionsReadData = {
|
|
2995
|
+
body?: never;
|
|
2996
|
+
path: {
|
|
2997
|
+
id: string;
|
|
2998
|
+
};
|
|
2999
|
+
query?: never;
|
|
3000
|
+
url: '/admin/transactions/{id}/';
|
|
3001
|
+
};
|
|
3002
|
+
type AdminTransactionsReadResponses = {
|
|
3003
|
+
200: AdminTransaction;
|
|
3004
|
+
};
|
|
3005
|
+
type AdminTransactionsReadResponse = AdminTransactionsReadResponses[keyof AdminTransactionsReadResponses];
|
|
3006
|
+
type AdminTransactionsPartialUpdateData = {
|
|
3007
|
+
body: AdminTransactionWritable;
|
|
3008
|
+
path: {
|
|
3009
|
+
id: string;
|
|
3010
|
+
};
|
|
3011
|
+
query?: never;
|
|
3012
|
+
url: '/admin/transactions/{id}/';
|
|
3013
|
+
};
|
|
3014
|
+
type AdminTransactionsPartialUpdateResponses = {
|
|
3015
|
+
200: AdminTransaction;
|
|
3016
|
+
};
|
|
3017
|
+
type AdminTransactionsPartialUpdateResponse = AdminTransactionsPartialUpdateResponses[keyof AdminTransactionsPartialUpdateResponses];
|
|
3018
|
+
type AdminUsersListData = {
|
|
3019
|
+
body?: never;
|
|
3020
|
+
path?: never;
|
|
3021
|
+
query?: {
|
|
3022
|
+
/**
|
|
3023
|
+
* A page number within the paginated result set.
|
|
3024
|
+
*/
|
|
3025
|
+
page?: number;
|
|
3026
|
+
/**
|
|
3027
|
+
* Number of results to return per page.
|
|
3028
|
+
*/
|
|
3029
|
+
page_size?: number;
|
|
3030
|
+
};
|
|
3031
|
+
url: '/admin/users/';
|
|
3032
|
+
};
|
|
3033
|
+
type AdminUsersListResponses = {
|
|
3034
|
+
200: {
|
|
3035
|
+
count: number;
|
|
3036
|
+
next?: string | null;
|
|
3037
|
+
previous?: string | null;
|
|
3038
|
+
results: Array<AdminUserInfoSeralizer>;
|
|
3039
|
+
};
|
|
3040
|
+
};
|
|
3041
|
+
type AdminUsersListResponse = AdminUsersListResponses[keyof AdminUsersListResponses];
|
|
3042
|
+
type AdminUsersCreateData = {
|
|
3043
|
+
body: AdminUserInfoSeralizerWritable;
|
|
3044
|
+
path?: never;
|
|
3045
|
+
query?: never;
|
|
3046
|
+
url: '/admin/users/';
|
|
3047
|
+
};
|
|
3048
|
+
type AdminUsersCreateResponses = {
|
|
3049
|
+
201: AdminUserInfoSeralizer;
|
|
3050
|
+
};
|
|
3051
|
+
type AdminUsersCreateResponse = AdminUsersCreateResponses[keyof AdminUsersCreateResponses];
|
|
3052
|
+
type AdminUsersReadData = {
|
|
3053
|
+
body?: never;
|
|
3054
|
+
path: {
|
|
3055
|
+
id: string;
|
|
3056
|
+
};
|
|
3057
|
+
query?: never;
|
|
3058
|
+
url: '/admin/users/{id}/';
|
|
3059
|
+
};
|
|
3060
|
+
type AdminUsersReadResponses = {
|
|
3061
|
+
200: AdminUser;
|
|
3062
|
+
};
|
|
3063
|
+
type AdminUsersReadResponse = AdminUsersReadResponses[keyof AdminUsersReadResponses];
|
|
3064
|
+
type AdminUsersPartialUpdateData = {
|
|
3065
|
+
body: UserSeralizerWritable;
|
|
3066
|
+
path: {
|
|
3067
|
+
id: string;
|
|
3068
|
+
};
|
|
3069
|
+
query?: never;
|
|
3070
|
+
url: '/admin/users/{id}/';
|
|
3071
|
+
};
|
|
3072
|
+
type AdminUsersPartialUpdateResponses = {
|
|
3073
|
+
200: UserSeralizer;
|
|
3074
|
+
};
|
|
3075
|
+
type AdminUsersPartialUpdateResponse = AdminUsersPartialUpdateResponses[keyof AdminUsersPartialUpdateResponses];
|
|
3076
|
+
type AdminUsersMemosListData = {
|
|
3077
|
+
body?: never;
|
|
3078
|
+
path: {
|
|
3079
|
+
id: string;
|
|
3080
|
+
};
|
|
3081
|
+
query?: never;
|
|
3082
|
+
url: '/admin/users/{id}/memos/';
|
|
3083
|
+
};
|
|
3084
|
+
type AdminUsersMemosListResponses = {
|
|
3085
|
+
200: Array<AdminUserMemo>;
|
|
3086
|
+
};
|
|
3087
|
+
type AdminUsersMemosListResponse = AdminUsersMemosListResponses[keyof AdminUsersMemosListResponses];
|
|
3088
|
+
type AdminUsersMemosCreateData = {
|
|
3089
|
+
body: AdminUserMemoWritable;
|
|
3090
|
+
path: {
|
|
3091
|
+
id: string;
|
|
3092
|
+
};
|
|
3093
|
+
query?: never;
|
|
3094
|
+
url: '/admin/users/{id}/memos/';
|
|
3095
|
+
};
|
|
3096
|
+
type AdminUsersMemosCreateResponses = {
|
|
3097
|
+
201: AdminUserMemo;
|
|
3098
|
+
};
|
|
3099
|
+
type AdminUsersMemosCreateResponse = AdminUsersMemosCreateResponses[keyof AdminUsersMemosCreateResponses];
|
|
3100
|
+
type AdminWarmstorageListData = {
|
|
3101
|
+
body?: never;
|
|
3102
|
+
path?: never;
|
|
3103
|
+
query?: {
|
|
3104
|
+
/**
|
|
3105
|
+
* A page number within the paginated result set.
|
|
3106
|
+
*/
|
|
3107
|
+
page?: number;
|
|
3108
|
+
/**
|
|
3109
|
+
* Number of results to return per page.
|
|
3110
|
+
*/
|
|
3111
|
+
page_size?: number;
|
|
3112
|
+
};
|
|
3113
|
+
url: '/admin/warmstorage/';
|
|
3114
|
+
};
|
|
3115
|
+
type AdminWarmstorageListResponses = {
|
|
3116
|
+
200: {
|
|
3117
|
+
count: number;
|
|
3118
|
+
next?: string | null;
|
|
3119
|
+
previous?: string | null;
|
|
3120
|
+
results: Array<Warmstorage>;
|
|
3121
|
+
};
|
|
3122
|
+
};
|
|
3123
|
+
type AdminWarmstorageListResponse = AdminWarmstorageListResponses[keyof AdminWarmstorageListResponses];
|
|
3124
|
+
type AdminWarmstorageAccountsListData = {
|
|
3125
|
+
body?: never;
|
|
3126
|
+
path?: never;
|
|
3127
|
+
query?: {
|
|
3128
|
+
/**
|
|
3129
|
+
* A page number within the paginated result set.
|
|
3130
|
+
*/
|
|
3131
|
+
page?: number;
|
|
3132
|
+
/**
|
|
3133
|
+
* Number of results to return per page.
|
|
3134
|
+
*/
|
|
3135
|
+
page_size?: number;
|
|
3136
|
+
};
|
|
3137
|
+
url: '/admin/warmstorage/accounts/';
|
|
3138
|
+
};
|
|
3139
|
+
type AdminWarmstorageAccountsListResponses = {
|
|
3140
|
+
200: {
|
|
3141
|
+
count: number;
|
|
3142
|
+
next?: string | null;
|
|
3143
|
+
previous?: string | null;
|
|
3144
|
+
results: Array<WarmstorageAccount>;
|
|
3145
|
+
};
|
|
3146
|
+
};
|
|
3147
|
+
type AdminWarmstorageAccountsListResponse = AdminWarmstorageAccountsListResponses[keyof AdminWarmstorageAccountsListResponses];
|
|
3148
|
+
type AdminWarmstorageAccountsCreateData = {
|
|
3149
|
+
body: WarmstorageAccountWritable;
|
|
3150
|
+
path?: never;
|
|
3151
|
+
query?: never;
|
|
3152
|
+
url: '/admin/warmstorage/accounts/';
|
|
3153
|
+
};
|
|
3154
|
+
type AdminWarmstorageAccountsCreateResponses = {
|
|
3155
|
+
201: WarmstorageAccount;
|
|
3156
|
+
};
|
|
3157
|
+
type AdminWarmstorageAccountsCreateResponse = AdminWarmstorageAccountsCreateResponses[keyof AdminWarmstorageAccountsCreateResponses];
|
|
3158
|
+
type AdminWarmstorageAccountsReadData = {
|
|
3159
|
+
body?: never;
|
|
3160
|
+
path: {
|
|
3161
|
+
id: string;
|
|
3162
|
+
};
|
|
3163
|
+
query?: never;
|
|
3164
|
+
url: '/admin/warmstorage/accounts/{id}/';
|
|
3165
|
+
};
|
|
3166
|
+
type AdminWarmstorageAccountsReadResponses = {
|
|
3167
|
+
200: WarmstorageAccount;
|
|
3168
|
+
};
|
|
3169
|
+
type AdminWarmstorageAccountsReadResponse = AdminWarmstorageAccountsReadResponses[keyof AdminWarmstorageAccountsReadResponses];
|
|
3170
|
+
type AdminWarmstorageAccountsPartialUpdateData = {
|
|
3171
|
+
body: WarmstorageAccountWritable;
|
|
3172
|
+
path: {
|
|
3173
|
+
id: string;
|
|
3174
|
+
};
|
|
3175
|
+
query?: never;
|
|
3176
|
+
url: '/admin/warmstorage/accounts/{id}/';
|
|
3177
|
+
};
|
|
3178
|
+
type AdminWarmstorageAccountsPartialUpdateResponses = {
|
|
3179
|
+
200: WarmstorageAccount;
|
|
3180
|
+
};
|
|
3181
|
+
type AdminWarmstorageAccountsPartialUpdateResponse = AdminWarmstorageAccountsPartialUpdateResponses[keyof AdminWarmstorageAccountsPartialUpdateResponses];
|
|
3182
|
+
type CompanyListData = {
|
|
3183
|
+
body?: never;
|
|
3184
|
+
path?: never;
|
|
3185
|
+
query?: never;
|
|
3186
|
+
url: '/company/';
|
|
3187
|
+
};
|
|
3188
|
+
type CompanyListResponses = {
|
|
3189
|
+
200: Array<Company>;
|
|
3190
|
+
};
|
|
3191
|
+
type CompanyListResponse = CompanyListResponses[keyof CompanyListResponses];
|
|
3192
|
+
type CompanyAssetsListData = {
|
|
3193
|
+
body?: never;
|
|
3194
|
+
path?: never;
|
|
3195
|
+
query?: never;
|
|
3196
|
+
url: '/company/assets/';
|
|
3197
|
+
};
|
|
3198
|
+
type CompanyAssetsListResponses = {
|
|
3199
|
+
200: Array<Asset>;
|
|
3200
|
+
};
|
|
3201
|
+
type CompanyAssetsListResponse = CompanyAssetsListResponses[keyof CompanyAssetsListResponses];
|
|
3202
|
+
type DeactivateCreateData = {
|
|
3203
|
+
body: Deactivate;
|
|
3204
|
+
path?: never;
|
|
3205
|
+
query?: never;
|
|
3206
|
+
url: '/deactivate/';
|
|
3207
|
+
};
|
|
3208
|
+
type DeactivateCreateResponses = {
|
|
3209
|
+
201: Deactivate;
|
|
3210
|
+
};
|
|
3211
|
+
type DeactivateCreateResponse = DeactivateCreateResponses[keyof DeactivateCreateResponses];
|
|
3212
|
+
type HooksPrsCreateData = {
|
|
3213
|
+
body: PrsWebhook;
|
|
3214
|
+
path?: never;
|
|
3215
|
+
query?: never;
|
|
3216
|
+
url: '/hooks/prs/';
|
|
3217
|
+
};
|
|
3218
|
+
type HooksPrsCreateResponses = {
|
|
3219
|
+
201: PrsWebhook;
|
|
3220
|
+
};
|
|
3221
|
+
type HooksPrsCreateResponse = HooksPrsCreateResponses[keyof HooksPrsCreateResponses];
|
|
3222
|
+
type InfoListData = {
|
|
3223
|
+
body?: never;
|
|
3224
|
+
path?: never;
|
|
3225
|
+
query?: never;
|
|
3226
|
+
url: '/info/';
|
|
3227
|
+
};
|
|
3228
|
+
type InfoListResponses = {
|
|
3229
|
+
200: Array<InfoView>;
|
|
3230
|
+
};
|
|
3231
|
+
type InfoListResponse = InfoListResponses[keyof InfoListResponses];
|
|
3232
|
+
type KnownAssetsListData = {
|
|
3233
|
+
body?: never;
|
|
3234
|
+
path?: never;
|
|
3235
|
+
query?: {
|
|
3236
|
+
/**
|
|
3237
|
+
* A page number within the paginated result set.
|
|
3238
|
+
*/
|
|
3239
|
+
page?: number;
|
|
3240
|
+
/**
|
|
3241
|
+
* Number of results to return per page.
|
|
3242
|
+
*/
|
|
3243
|
+
page_size?: number;
|
|
3244
|
+
};
|
|
3245
|
+
url: '/known-assets/';
|
|
3246
|
+
};
|
|
3247
|
+
type KnownAssetsListResponses = {
|
|
3248
|
+
200: {
|
|
3249
|
+
count: number;
|
|
3250
|
+
next?: string | null;
|
|
3251
|
+
previous?: string | null;
|
|
3252
|
+
results: Array<KnownAssets>;
|
|
3253
|
+
};
|
|
3254
|
+
};
|
|
3255
|
+
type KnownAssetsListResponse = KnownAssetsListResponses[keyof KnownAssetsListResponses];
|
|
3256
|
+
type StellarFederationReadData = {
|
|
3257
|
+
body?: never;
|
|
3258
|
+
path: {
|
|
3259
|
+
company: string;
|
|
3260
|
+
};
|
|
3261
|
+
query?: never;
|
|
3262
|
+
url: '/stellar_federation/{company}/';
|
|
3263
|
+
};
|
|
3264
|
+
type StellarFederationReadResponses = {
|
|
3265
|
+
200: unknown;
|
|
3266
|
+
};
|
|
3267
|
+
type TransactionsListData = {
|
|
3268
|
+
body?: never;
|
|
3269
|
+
path?: never;
|
|
3270
|
+
query?: {
|
|
3271
|
+
/**
|
|
3272
|
+
* A page number within the paginated result set.
|
|
3273
|
+
*/
|
|
3274
|
+
page?: number;
|
|
3275
|
+
/**
|
|
3276
|
+
* Number of results to return per page.
|
|
3277
|
+
*/
|
|
3278
|
+
page_size?: number;
|
|
3279
|
+
};
|
|
3280
|
+
url: '/transactions/';
|
|
3281
|
+
};
|
|
3282
|
+
type TransactionsListResponses = {
|
|
3283
|
+
200: {
|
|
3284
|
+
count: number;
|
|
3285
|
+
next?: string | null;
|
|
3286
|
+
previous?: string | null;
|
|
3287
|
+
results: Array<AdminTransaction>;
|
|
3288
|
+
};
|
|
3289
|
+
};
|
|
3290
|
+
type TransactionsListResponse = TransactionsListResponses[keyof TransactionsListResponses];
|
|
3291
|
+
type TransactionsSendCreateData = {
|
|
3292
|
+
body: SendTransactionWritable;
|
|
3293
|
+
path?: never;
|
|
3294
|
+
query?: never;
|
|
3295
|
+
url: '/transactions/send/';
|
|
3296
|
+
};
|
|
3297
|
+
type TransactionsSendCreateResponses = {
|
|
3298
|
+
201: SendTransaction;
|
|
3299
|
+
};
|
|
3300
|
+
type TransactionsSendCreateResponse = TransactionsSendCreateResponses[keyof TransactionsSendCreateResponses];
|
|
3301
|
+
type UserListData = {
|
|
3302
|
+
body?: never;
|
|
3303
|
+
path?: never;
|
|
3304
|
+
query?: never;
|
|
3305
|
+
url: '/user/';
|
|
3306
|
+
};
|
|
3307
|
+
type UserListResponses = {
|
|
3308
|
+
200: Array<UserInfoSeralizer>;
|
|
3309
|
+
};
|
|
3310
|
+
type UserListResponse = UserListResponses[keyof UserListResponses];
|
|
3311
|
+
type UserPartialUpdateData = {
|
|
3312
|
+
body: UserInfoSeralizerWritable;
|
|
3313
|
+
path?: never;
|
|
3314
|
+
query?: never;
|
|
3315
|
+
url: '/user/';
|
|
3316
|
+
};
|
|
3317
|
+
type UserPartialUpdateResponses = {
|
|
3318
|
+
200: UserInfoSeralizer;
|
|
3319
|
+
};
|
|
3320
|
+
type UserPartialUpdateResponse = UserPartialUpdateResponses[keyof UserPartialUpdateResponses];
|
|
3321
|
+
type UserAccountListData = {
|
|
3322
|
+
body?: never;
|
|
3323
|
+
path?: never;
|
|
3324
|
+
query?: never;
|
|
3325
|
+
url: '/user/account/';
|
|
3326
|
+
};
|
|
3327
|
+
type UserAccountListResponses = {
|
|
3328
|
+
200: unknown;
|
|
3329
|
+
};
|
|
3330
|
+
type UserAnchorSessionsValidateCreateData = {
|
|
3331
|
+
body: AnchorAccountValidateWritable;
|
|
3332
|
+
path: {
|
|
3333
|
+
session_id: string;
|
|
3334
|
+
};
|
|
3335
|
+
query?: never;
|
|
3336
|
+
url: '/user/anchor/sessions/{session_id}/validate/';
|
|
3337
|
+
};
|
|
3338
|
+
type UserAnchorSessionsValidateCreateResponses = {
|
|
3339
|
+
201: AnchorAccountValidate;
|
|
3340
|
+
};
|
|
3341
|
+
type UserAnchorSessionsValidateCreateResponse = UserAnchorSessionsValidateCreateResponses[keyof UserAnchorSessionsValidateCreateResponses];
|
|
3342
|
+
type UserAnchorSessionsValidateAccountCreateData = {
|
|
3343
|
+
body: AnchorAccountValidateWritable;
|
|
3344
|
+
path: {
|
|
3345
|
+
session_id: string;
|
|
3346
|
+
};
|
|
3347
|
+
query?: never;
|
|
3348
|
+
url: '/user/anchor/sessions/{session_id}/validate_account/';
|
|
3349
|
+
};
|
|
3350
|
+
type UserAnchorSessionsValidateAccountCreateResponses = {
|
|
3351
|
+
201: AnchorAccountValidate;
|
|
3352
|
+
};
|
|
3353
|
+
type UserAnchorSessionsValidateAccountCreateResponse = UserAnchorSessionsValidateAccountCreateResponses[keyof UserAnchorSessionsValidateAccountCreateResponses];
|
|
3354
|
+
type UserAnchorSessionsValidateSessionCreateData = {
|
|
3355
|
+
body: AnchorSessionValidateWritable;
|
|
3356
|
+
path: {
|
|
3357
|
+
session_id: string;
|
|
3358
|
+
};
|
|
3359
|
+
query?: never;
|
|
3360
|
+
url: '/user/anchor/sessions/{session_id}/validate_session/';
|
|
3361
|
+
};
|
|
3362
|
+
type UserAnchorSessionsValidateSessionCreateResponses = {
|
|
3363
|
+
201: AnchorSessionValidate;
|
|
3364
|
+
};
|
|
3365
|
+
type UserAnchorSessionsValidateSessionCreateResponse = UserAnchorSessionsValidateSessionCreateResponses[keyof UserAnchorSessionsValidateSessionCreateResponses];
|
|
3366
|
+
type UserAnchorTransactionsListData = {
|
|
3367
|
+
body?: never;
|
|
3368
|
+
path?: never;
|
|
3369
|
+
query?: never;
|
|
3370
|
+
url: '/user/anchor/transactions/';
|
|
3371
|
+
};
|
|
3372
|
+
type UserAnchorTransactionsListResponses = {
|
|
3373
|
+
200: Array<UserSep24Transaction>;
|
|
3374
|
+
};
|
|
3375
|
+
type UserAnchorTransactionsListResponse = UserAnchorTransactionsListResponses[keyof UserAnchorTransactionsListResponses];
|
|
3376
|
+
type UserAnchorTransactionsReadData = {
|
|
3377
|
+
body?: never;
|
|
3378
|
+
path: {
|
|
3379
|
+
transaction_id: string;
|
|
3380
|
+
};
|
|
3381
|
+
query?: never;
|
|
3382
|
+
url: '/user/anchor/transactions/{transaction_id}/';
|
|
3383
|
+
};
|
|
3384
|
+
type UserAnchorTransactionsReadResponses = {
|
|
3385
|
+
200: UserSep24Transaction;
|
|
3386
|
+
};
|
|
3387
|
+
type UserAnchorTransactionsReadResponse = UserAnchorTransactionsReadResponses[keyof UserAnchorTransactionsReadResponses];
|
|
3388
|
+
type UserAnchorTransactionsPartialUpdateData = {
|
|
3389
|
+
body: UserSep24TransactionWritable;
|
|
3390
|
+
path: {
|
|
3391
|
+
transaction_id: string;
|
|
3392
|
+
};
|
|
3393
|
+
query?: never;
|
|
3394
|
+
url: '/user/anchor/transactions/{transaction_id}/';
|
|
3395
|
+
};
|
|
3396
|
+
type UserAnchorTransactionsPartialUpdateResponses = {
|
|
3397
|
+
200: UserSep24Transaction;
|
|
3398
|
+
};
|
|
3399
|
+
type UserAnchorTransactionsPartialUpdateResponse = UserAnchorTransactionsPartialUpdateResponses[keyof UserAnchorTransactionsPartialUpdateResponses];
|
|
3400
|
+
type UserAnchorTransactionsCreateData = {
|
|
3401
|
+
body: UserSep24TransactionWritable;
|
|
3402
|
+
path: {
|
|
3403
|
+
transaction_id: string;
|
|
3404
|
+
};
|
|
3405
|
+
query?: never;
|
|
3406
|
+
url: '/user/anchor/transactions/{transaction_id}/';
|
|
3407
|
+
};
|
|
3408
|
+
type UserAnchorTransactionsCreateResponses = {
|
|
3409
|
+
201: UserSep24Transaction;
|
|
3410
|
+
};
|
|
3411
|
+
type UserAnchorTransactionsCreateResponse = UserAnchorTransactionsCreateResponses[keyof UserAnchorTransactionsCreateResponses];
|
|
3412
|
+
type UserAnchorAuthCreateData = {
|
|
3413
|
+
body?: never;
|
|
3414
|
+
path: {
|
|
3415
|
+
company_id: string;
|
|
3416
|
+
};
|
|
3417
|
+
query?: never;
|
|
3418
|
+
url: '/user/anchor/{company_id}/auth/';
|
|
3419
|
+
};
|
|
3420
|
+
type UserAnchorAuthCreateResponses = {
|
|
3421
|
+
201: unknown;
|
|
3422
|
+
};
|
|
3423
|
+
type UserKnownPublicAddressesListData = {
|
|
3424
|
+
body?: never;
|
|
3425
|
+
path?: never;
|
|
3426
|
+
query?: never;
|
|
3427
|
+
url: '/user/known-public-addresses/';
|
|
3428
|
+
};
|
|
3429
|
+
type UserKnownPublicAddressesListResponses = {
|
|
3430
|
+
200: Array<KnownPublicAddresses>;
|
|
3431
|
+
};
|
|
3432
|
+
type UserKnownPublicAddressesListResponse = UserKnownPublicAddressesListResponses[keyof UserKnownPublicAddressesListResponses];
|
|
3433
|
+
type UserMemosListData = {
|
|
3434
|
+
body?: never;
|
|
3435
|
+
path?: never;
|
|
3436
|
+
query?: never;
|
|
3437
|
+
url: '/user/memos/';
|
|
3438
|
+
};
|
|
3439
|
+
type UserMemosListResponses = {
|
|
3440
|
+
200: Array<UserMemo>;
|
|
3441
|
+
};
|
|
3442
|
+
type UserMemosListResponse = UserMemosListResponses[keyof UserMemosListResponses];
|
|
3443
|
+
type UserMemosCreateData = {
|
|
3444
|
+
body: UserMemoWritable;
|
|
3445
|
+
path?: never;
|
|
3446
|
+
query?: never;
|
|
3447
|
+
url: '/user/memos/';
|
|
3448
|
+
};
|
|
3449
|
+
type UserMemosCreateResponses = {
|
|
3450
|
+
201: UserMemo;
|
|
3451
|
+
};
|
|
3452
|
+
type UserMemosCreateResponse = UserMemosCreateResponses[keyof UserMemosCreateResponses];
|
|
3453
|
+
type UserTransactionsSendCreateData = {
|
|
3454
|
+
body: SendTransactionWritable;
|
|
3455
|
+
path?: never;
|
|
3456
|
+
query?: never;
|
|
3457
|
+
url: '/user/transactions/send/';
|
|
3458
|
+
};
|
|
3459
|
+
type UserTransactionsSendCreateResponses = {
|
|
3460
|
+
201: SendTransaction;
|
|
3461
|
+
};
|
|
3462
|
+
type UserTransactionsSendCreateResponse = UserTransactionsSendCreateResponses[keyof UserTransactionsSendCreateResponses];
|
|
3463
|
+
type UserUsernameSetCreateData = {
|
|
3464
|
+
body: SetUsernameMemo;
|
|
3465
|
+
path?: never;
|
|
3466
|
+
query?: never;
|
|
3467
|
+
url: '/user/username/set/';
|
|
3468
|
+
};
|
|
3469
|
+
type UserUsernameSetCreateResponses = {
|
|
3470
|
+
201: SetUsernameMemo;
|
|
3471
|
+
};
|
|
3472
|
+
type UserUsernameSetCreateResponse = UserUsernameSetCreateResponses[keyof UserUsernameSetCreateResponses];
|
|
3473
|
+
|
|
3474
|
+
type Options<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean> = Options$1<TData, ThrowOnError> & {
|
|
3475
|
+
/**
|
|
3476
|
+
* You can provide a client instance returned by `createClient()` instead of
|
|
3477
|
+
* individual options. This might be also useful if you want to implement a
|
|
3478
|
+
* custom client.
|
|
3479
|
+
*/
|
|
3480
|
+
client?: Client;
|
|
3481
|
+
/**
|
|
3482
|
+
* You can pass arbitrary values through the `meta` object. This can be
|
|
3483
|
+
* used to access values that aren't defined as part of the SDK function.
|
|
3484
|
+
*/
|
|
3485
|
+
meta?: Record<string, unknown>;
|
|
3486
|
+
};
|
|
3487
|
+
/**
|
|
3488
|
+
* This endpoint is used by the Rehive Marketplace to add this service for a specific company. It requires an permanent API token for that company with admin permissions.
|
|
3489
|
+
*/
|
|
3490
|
+
declare const activateCreate: <ThrowOnError extends boolean = false>(options: Options<ActivateCreateData, ThrowOnError>) => RequestResult<ActivateCreateResponses, unknown, ThrowOnError, "data">;
|
|
3491
|
+
/**
|
|
3492
|
+
* Add a new stellar asset to the service, or list existing assets. You'll need to include a valid stellar anchor issuing address and asset ID.
|
|
3493
|
+
*/
|
|
3494
|
+
declare const adminAssetList: <ThrowOnError extends boolean = false>(options?: Options<AdminAssetListData, ThrowOnError>) => RequestResult<AdminAssetListResponses, unknown, ThrowOnError, "data">;
|
|
3495
|
+
/**
|
|
3496
|
+
* Add a new stellar asset to the service, or list existing assets. You'll need to include a valid stellar anchor issuing address and asset ID.
|
|
3497
|
+
*/
|
|
3498
|
+
declare const adminAssetCreate: <ThrowOnError extends boolean = false>(options: Options<AdminAssetCreateData, ThrowOnError>) => RequestResult<AdminAssetCreateResponses, unknown, ThrowOnError, "data">;
|
|
3499
|
+
declare const adminAssetRead: <ThrowOnError extends boolean = false>(options: Options<AdminAssetReadData, ThrowOnError>) => RequestResult<AdminAssetReadResponses, unknown, ThrowOnError, "data">;
|
|
3500
|
+
declare const adminAssetPartialUpdate: <ThrowOnError extends boolean = false>(options: Options<AdminAssetPartialUpdateData, ThrowOnError>) => RequestResult<AdminAssetPartialUpdateResponses, unknown, ThrowOnError, "data">;
|
|
3501
|
+
/**
|
|
3502
|
+
* A simple APIView for funding asset accounts.
|
|
3503
|
+
*/
|
|
3504
|
+
declare const adminAssetAuthoriseHolderCreate: <ThrowOnError extends boolean = false>(options: Options<AdminAssetAuthoriseHolderCreateData, ThrowOnError>) => RequestResult<AdminAssetAuthoriseHolderCreateResponses, unknown, ThrowOnError, "data">;
|
|
3505
|
+
/**
|
|
3506
|
+
* A simple APIView for funding asset accounts.
|
|
3507
|
+
*/
|
|
3508
|
+
declare const adminAssetFundCreate: <ThrowOnError extends boolean = false>(options: Options<AdminAssetFundCreateData, ThrowOnError>) => RequestResult<AdminAssetFundCreateResponses, unknown, ThrowOnError, "data">;
|
|
3509
|
+
declare const adminBlacklistedAccountDelete: <ThrowOnError extends boolean = false>(options: Options<AdminBlacklistedAccountDeleteData, ThrowOnError>) => RequestResult<AdminBlacklistedAccountDeleteResponses, unknown, ThrowOnError, "data">;
|
|
3510
|
+
declare const adminBlacklistedAccountRead: <ThrowOnError extends boolean = false>(options: Options<AdminBlacklistedAccountReadData, ThrowOnError>) => RequestResult<AdminBlacklistedAccountReadResponses, unknown, ThrowOnError, "data">;
|
|
3511
|
+
declare const adminBlacklistedAccountPartialUpdate: <ThrowOnError extends boolean = false>(options: Options<AdminBlacklistedAccountPartialUpdateData, ThrowOnError>) => RequestResult<AdminBlacklistedAccountPartialUpdateResponses, unknown, ThrowOnError, "data">;
|
|
3512
|
+
declare const adminBlacklistedAccountUpdate: <ThrowOnError extends boolean = false>(options: Options<AdminBlacklistedAccountUpdateData, ThrowOnError>) => RequestResult<AdminBlacklistedAccountUpdateResponses, unknown, ThrowOnError, "data">;
|
|
3513
|
+
declare const adminBlacklistedAccountsList: <ThrowOnError extends boolean = false>(options?: Options<AdminBlacklistedAccountsListData, ThrowOnError>) => RequestResult<AdminBlacklistedAccountsListResponses, unknown, ThrowOnError, "data">;
|
|
3514
|
+
declare const adminBlacklistedAccountsCreate: <ThrowOnError extends boolean = false>(options: Options<AdminBlacklistedAccountsCreateData, ThrowOnError>) => RequestResult<AdminBlacklistedAccountsCreateResponses, unknown, ThrowOnError, "data">;
|
|
3515
|
+
/**
|
|
3516
|
+
* ### View coldstorage balance
|
|
3517
|
+
*/
|
|
3518
|
+
declare const adminColdstorageList: <ThrowOnError extends boolean = false>(options?: Options<AdminColdstorageListData, ThrowOnError>) => RequestResult<AdminColdstorageListResponses, unknown, ThrowOnError, "data">;
|
|
3519
|
+
/**
|
|
3520
|
+
* ### List or create coldstorage accounts for monitoring
|
|
3521
|
+
*/
|
|
3522
|
+
declare const adminColdstorageAccountsList: <ThrowOnError extends boolean = false>(options?: Options<AdminColdstorageAccountsListData, ThrowOnError>) => RequestResult<AdminColdstorageAccountsListResponses, unknown, ThrowOnError, "data">;
|
|
3523
|
+
/**
|
|
3524
|
+
* ### List or create coldstorage accounts for monitoring
|
|
3525
|
+
*/
|
|
3526
|
+
declare const adminColdstorageAccountsCreate: <ThrowOnError extends boolean = false>(options: Options<AdminColdstorageAccountsCreateData, ThrowOnError>) => RequestResult<AdminColdstorageAccountsCreateResponses, unknown, ThrowOnError, "data">;
|
|
3527
|
+
/**
|
|
3528
|
+
* ### View or update a cold storage account
|
|
3529
|
+
*/
|
|
3530
|
+
declare const adminColdstorageAccountsRead: <ThrowOnError extends boolean = false>(options: Options<AdminColdstorageAccountsReadData, ThrowOnError>) => RequestResult<AdminColdstorageAccountsReadResponses, unknown, ThrowOnError, "data">;
|
|
3531
|
+
/**
|
|
3532
|
+
* ### View or update a cold storage account
|
|
3533
|
+
*/
|
|
3534
|
+
declare const adminColdstorageAccountsPartialUpdate: <ThrowOnError extends boolean = false>(options: Options<AdminColdstorageAccountsPartialUpdateData, ThrowOnError>) => RequestResult<AdminColdstorageAccountsPartialUpdateResponses, unknown, ThrowOnError, "data">;
|
|
3535
|
+
/**
|
|
3536
|
+
* Details of Rehive company that was added via the /activate/ endpoint.
|
|
3537
|
+
*/
|
|
3538
|
+
declare const adminCompanyList: <ThrowOnError extends boolean = false>(options?: Options<AdminCompanyListData, ThrowOnError>) => RequestResult<AdminCompanyListResponses, unknown, ThrowOnError, "data">;
|
|
3539
|
+
/**
|
|
3540
|
+
* Details of Rehive company that was added via the /activate/ endpoint.
|
|
3541
|
+
*/
|
|
3542
|
+
declare const adminCompanyPartialUpdate: <ThrowOnError extends boolean = false>(options: Options<AdminCompanyPartialUpdateData, ThrowOnError>) => RequestResult<AdminCompanyPartialUpdateResponses, unknown, ThrowOnError, "data">;
|
|
3543
|
+
/**
|
|
3544
|
+
* Details of Rehive company that was added via the /activate/ endpoint.
|
|
3545
|
+
*/
|
|
3546
|
+
declare const adminCompanyConfigurationList: <ThrowOnError extends boolean = false>(options?: Options<AdminCompanyConfigurationListData, ThrowOnError>) => RequestResult<AdminCompanyConfigurationListResponses, unknown, ThrowOnError, "data">;
|
|
3547
|
+
/**
|
|
3548
|
+
* Details of Rehive company that was added via the /activate/ endpoint.
|
|
3549
|
+
*/
|
|
3550
|
+
declare const adminCompanyConfigurationPartialUpdate: <ThrowOnError extends boolean = false>(options: Options<AdminCompanyConfigurationPartialUpdateData, ThrowOnError>) => RequestResult<AdminCompanyConfigurationPartialUpdateResponses, unknown, ThrowOnError, "data">;
|
|
3551
|
+
/**
|
|
3552
|
+
* Details of Rehive company that was added via the /activate/ endpoint.
|
|
3553
|
+
*/
|
|
3554
|
+
declare const adminCompanyConfigurationUpdate: <ThrowOnError extends boolean = false>(options: Options<AdminCompanyConfigurationUpdateData, ThrowOnError>) => RequestResult<AdminCompanyConfigurationUpdateResponses, unknown, ThrowOnError, "data">;
|
|
3555
|
+
/**
|
|
3556
|
+
* Group/Account Pairs specified for the company
|
|
3557
|
+
*/
|
|
3558
|
+
declare const adminCompanyConfigurationAccountGroupsList: <ThrowOnError extends boolean = false>(options?: Options<AdminCompanyConfigurationAccountGroupsListData, ThrowOnError>) => RequestResult<AdminCompanyConfigurationAccountGroupsListResponses, unknown, ThrowOnError, "data">;
|
|
3559
|
+
/**
|
|
3560
|
+
* Group/Account Pairs specified for the company
|
|
3561
|
+
*/
|
|
3562
|
+
declare const adminCompanyConfigurationAccountGroupsCreate: <ThrowOnError extends boolean = false>(options: Options<AdminCompanyConfigurationAccountGroupsCreateData, ThrowOnError>) => RequestResult<AdminCompanyConfigurationAccountGroupsCreateResponses, unknown, ThrowOnError, "data">;
|
|
3563
|
+
/**
|
|
3564
|
+
* Details for a Group/Account pair
|
|
3565
|
+
*/
|
|
3566
|
+
declare const adminCompanyConfigurationAccountGroupsDelete: <ThrowOnError extends boolean = false>(options: Options<AdminCompanyConfigurationAccountGroupsDeleteData, ThrowOnError>) => RequestResult<AdminCompanyConfigurationAccountGroupsDeleteResponses, unknown, ThrowOnError, "data">;
|
|
3567
|
+
/**
|
|
3568
|
+
* Details for a Group/Account pair
|
|
3569
|
+
*/
|
|
3570
|
+
declare const adminCompanyConfigurationAccountGroupsRead: <ThrowOnError extends boolean = false>(options: Options<AdminCompanyConfigurationAccountGroupsReadData, ThrowOnError>) => RequestResult<AdminCompanyConfigurationAccountGroupsReadResponses, unknown, ThrowOnError, "data">;
|
|
3571
|
+
/**
|
|
3572
|
+
* Details for a Group/Account pair
|
|
3573
|
+
*/
|
|
3574
|
+
declare const adminCompanyConfigurationAccountGroupsPartialUpdate: <ThrowOnError extends boolean = false>(options: Options<AdminCompanyConfigurationAccountGroupsPartialUpdateData, ThrowOnError>) => RequestResult<AdminCompanyConfigurationAccountGroupsPartialUpdateResponses, unknown, ThrowOnError, "data">;
|
|
3575
|
+
/**
|
|
3576
|
+
* Details for a Group/Account pair
|
|
3577
|
+
*/
|
|
3578
|
+
declare const adminCompanyConfigurationAccountGroupsUpdate: <ThrowOnError extends boolean = false>(options: Options<AdminCompanyConfigurationAccountGroupsUpdateData, ThrowOnError>) => RequestResult<AdminCompanyConfigurationAccountGroupsUpdateResponses, unknown, ThrowOnError, "data">;
|
|
3579
|
+
/**
|
|
3580
|
+
* Details of Rehive company that was added via the /activate/ endpoint.
|
|
3581
|
+
*/
|
|
3582
|
+
declare const adminCompanyConfigurationAnchorPlatformList: <ThrowOnError extends boolean = false>(options?: Options<AdminCompanyConfigurationAnchorPlatformListData, ThrowOnError>) => RequestResult<AdminCompanyConfigurationAnchorPlatformListResponses, unknown, ThrowOnError, "data">;
|
|
3583
|
+
/**
|
|
3584
|
+
* Details of Rehive company that was added via the /activate/ endpoint.
|
|
3585
|
+
*/
|
|
3586
|
+
declare const adminCompanyConfigurationAnchorPlatformPartialUpdate: <ThrowOnError extends boolean = false>(options: Options<AdminCompanyConfigurationAnchorPlatformPartialUpdateData, ThrowOnError>) => RequestResult<AdminCompanyConfigurationAnchorPlatformPartialUpdateResponses, unknown, ThrowOnError, "data">;
|
|
3587
|
+
/**
|
|
3588
|
+
* Details of Rehive company that was added via the /activate/ endpoint.
|
|
3589
|
+
*/
|
|
3590
|
+
declare const adminCompanyConfigurationAnchorPlatformUpdate: <ThrowOnError extends boolean = false>(options: Options<AdminCompanyConfigurationAnchorPlatformUpdateData, ThrowOnError>) => RequestResult<AdminCompanyConfigurationAnchorPlatformUpdateResponses, unknown, ThrowOnError, "data">;
|
|
3591
|
+
/**
|
|
3592
|
+
* Create and sends back a link to a Stellar.toml file
|
|
3593
|
+
*/
|
|
3594
|
+
declare const adminCompanyStellarTomlList: <ThrowOnError extends boolean = false>(options?: Options<AdminCompanyStellarTomlListData, ThrowOnError>) => RequestResult<AdminCompanyStellarTomlListResponses, unknown, ThrowOnError, "data">;
|
|
3595
|
+
/**
|
|
3596
|
+
* ### View or update a Stellar Account
|
|
3597
|
+
*/
|
|
3598
|
+
declare const adminFederationList: <ThrowOnError extends boolean = false>(options?: Options<AdminFederationListData, ThrowOnError>) => RequestResult<AdminFederationListResponses, unknown, ThrowOnError, "data">;
|
|
3599
|
+
/**
|
|
3600
|
+
* ### View or update a Stellar Account
|
|
3601
|
+
*/
|
|
3602
|
+
declare const adminFederationCreate: <ThrowOnError extends boolean = false>(options: Options<AdminFederationCreateData, ThrowOnError>) => RequestResult<AdminFederationCreateResponses, unknown, ThrowOnError, "data">;
|
|
3603
|
+
/**
|
|
3604
|
+
* ### View, create and update the hot wallet
|
|
3605
|
+
*/
|
|
3606
|
+
declare const adminHotwalletList: <ThrowOnError extends boolean = false>(options?: Options<AdminHotwalletListData, ThrowOnError>) => RequestResult<AdminHotwalletListResponses, unknown, ThrowOnError, "data">;
|
|
3607
|
+
/**
|
|
3608
|
+
* ### View, create and update the hot wallet
|
|
3609
|
+
*/
|
|
3610
|
+
declare const adminHotwalletPartialUpdate: <ThrowOnError extends boolean = false>(options: Options<AdminHotwalletPartialUpdateData, ThrowOnError>) => RequestResult<AdminHotwalletPartialUpdateResponses, unknown, ThrowOnError, "data">;
|
|
3611
|
+
/**
|
|
3612
|
+
* ### View, create and update the hot wallet
|
|
3613
|
+
*/
|
|
3614
|
+
declare const adminHotwalletCreate: <ThrowOnError extends boolean = false>(options: Options<AdminHotwalletCreateData, ThrowOnError>) => RequestResult<AdminHotwalletCreateResponses, unknown, ThrowOnError, "data">;
|
|
3615
|
+
/**
|
|
3616
|
+
* ### View hotwallet balance
|
|
3617
|
+
*/
|
|
3618
|
+
declare const adminHotwalletActiveList: <ThrowOnError extends boolean = false>(options?: Options<AdminHotwalletActiveListData, ThrowOnError>) => RequestResult<AdminHotwalletActiveListResponses, unknown, ThrowOnError, "data">;
|
|
3619
|
+
/**
|
|
3620
|
+
* A simple APIView for funding asset accounts.
|
|
3621
|
+
*/
|
|
3622
|
+
declare const adminHotwalletEnableMssCreate: <ThrowOnError extends boolean = false>(options: Options<AdminHotwalletEnableMssCreateData, ThrowOnError>) => RequestResult<AdminHotwalletEnableMssCreateResponses, unknown, ThrowOnError, "data">;
|
|
3623
|
+
/**
|
|
3624
|
+
* ### View hotwallet balance
|
|
3625
|
+
*/
|
|
3626
|
+
declare const adminHotwalletFeesList: <ThrowOnError extends boolean = false>(options?: Options<AdminHotwalletFeesListData, ThrowOnError>) => RequestResult<AdminHotwalletFeesListResponses, unknown, ThrowOnError, "data">;
|
|
3627
|
+
/**
|
|
3628
|
+
* View and update company. Authenticates requests using a token in the
|
|
3629
|
+
* Authorization header.
|
|
3630
|
+
*/
|
|
3631
|
+
declare const adminHotwalletFundList: <ThrowOnError extends boolean = false>(options?: Options<AdminHotwalletFundListData, ThrowOnError>) => RequestResult<AdminHotwalletFundListResponses, unknown, ThrowOnError, "data">;
|
|
3632
|
+
/**
|
|
3633
|
+
* ### Merges and deletes the current hotwallet
|
|
3634
|
+
*/
|
|
3635
|
+
declare const adminHotwalletMergeCreate: <ThrowOnError extends boolean = false>(options: Options<AdminHotwalletMergeCreateData, ThrowOnError>) => RequestResult<AdminHotwalletMergeCreateResponses, unknown, ThrowOnError, "data">;
|
|
3636
|
+
/**
|
|
3637
|
+
* ### Sends an onchain transactions directly from the Hotwallet
|
|
3638
|
+
*/
|
|
3639
|
+
declare const adminHotwalletSendCreate: <ThrowOnError extends boolean = false>(options: Options<AdminHotwalletSendCreateData, ThrowOnError>) => RequestResult<AdminHotwalletSendCreateResponses, unknown, ThrowOnError, "data">;
|
|
3640
|
+
declare const adminKnownPublicAddressesList: <ThrowOnError extends boolean = false>(options?: Options<AdminKnownPublicAddressesListData, ThrowOnError>) => RequestResult<AdminKnownPublicAddressesListResponses, unknown, ThrowOnError, "data">;
|
|
3641
|
+
declare const adminKnownPublicAddressesCreate: <ThrowOnError extends boolean = false>(options: Options<AdminKnownPublicAddressesCreateData, ThrowOnError>) => RequestResult<AdminKnownPublicAddressesCreateResponses, unknown, ThrowOnError, "data">;
|
|
3642
|
+
declare const adminKnownPublicAddressesDelete: <ThrowOnError extends boolean = false>(options: Options<AdminKnownPublicAddressesDeleteData, ThrowOnError>) => RequestResult<AdminKnownPublicAddressesDeleteResponses, unknown, ThrowOnError, "data">;
|
|
3643
|
+
declare const adminKnownPublicAddressesRead: <ThrowOnError extends boolean = false>(options: Options<AdminKnownPublicAddressesReadData, ThrowOnError>) => RequestResult<AdminKnownPublicAddressesReadResponses, unknown, ThrowOnError, "data">;
|
|
3644
|
+
declare const adminKnownPublicAddressesPartialUpdate: <ThrowOnError extends boolean = false>(options: Options<AdminKnownPublicAddressesPartialUpdateData, ThrowOnError>) => RequestResult<AdminKnownPublicAddressesPartialUpdateResponses, unknown, ThrowOnError, "data">;
|
|
3645
|
+
declare const adminKnownPublicAddressesUpdate: <ThrowOnError extends boolean = false>(options: Options<AdminKnownPublicAddressesUpdateData, ThrowOnError>) => RequestResult<AdminKnownPublicAddressesUpdateResponses, unknown, ThrowOnError, "data">;
|
|
3646
|
+
declare const adminMemosList: <ThrowOnError extends boolean = false>(options?: Options<AdminMemosListData, ThrowOnError>) => RequestResult<AdminMemosListResponses, unknown, ThrowOnError, "data">;
|
|
3647
|
+
declare const adminMemosCreate: <ThrowOnError extends boolean = false>(options: Options<AdminMemosCreateData, ThrowOnError>) => RequestResult<AdminMemosCreateResponses, unknown, ThrowOnError, "data">;
|
|
3648
|
+
/**
|
|
3649
|
+
* ### List transactions
|
|
3650
|
+
*/
|
|
3651
|
+
declare const adminSep10AuthenticatedAccountsList: <ThrowOnError extends boolean = false>(options?: Options<AdminSep10AuthenticatedAccountsListData, ThrowOnError>) => RequestResult<AdminSep10AuthenticatedAccountsListResponses, unknown, ThrowOnError, "data">;
|
|
3652
|
+
/**
|
|
3653
|
+
* ### GET a single SEP10AuthenticatedAccount object
|
|
3654
|
+
*/
|
|
3655
|
+
declare const adminSep10AuthenticatedAccountsRead: <ThrowOnError extends boolean = false>(options: Options<AdminSep10AuthenticatedAccountsReadData, ThrowOnError>) => RequestResult<AdminSep10AuthenticatedAccountsReadResponses, unknown, ThrowOnError, "data">;
|
|
3656
|
+
/**
|
|
3657
|
+
* ### List all SEP24Transaction objects
|
|
3658
|
+
*/
|
|
3659
|
+
declare const adminSep24TransactionsList: <ThrowOnError extends boolean = false>(options?: Options<AdminSep24TransactionsListData, ThrowOnError>) => RequestResult<AdminSep24TransactionsListResponses, unknown, ThrowOnError, "data">;
|
|
3660
|
+
/**
|
|
3661
|
+
* ### GET a single SEP24Transaction object
|
|
3662
|
+
*/
|
|
3663
|
+
declare const adminSep24TransactionsRead: <ThrowOnError extends boolean = false>(options: Options<AdminSep24TransactionsReadData, ThrowOnError>) => RequestResult<AdminSep24TransactionsReadResponses, unknown, ThrowOnError, "data">;
|
|
3664
|
+
/**
|
|
3665
|
+
* ### List stellar accounts
|
|
3666
|
+
*/
|
|
3667
|
+
declare const adminStellarAccountsList: <ThrowOnError extends boolean = false>(options?: Options<AdminStellarAccountsListData, ThrowOnError>) => RequestResult<AdminStellarAccountsListResponses, unknown, ThrowOnError, "data">;
|
|
3668
|
+
/**
|
|
3669
|
+
* ### View or update a Stellar Account
|
|
3670
|
+
*/
|
|
3671
|
+
declare const adminStellarAccountsGenerateCreate: <ThrowOnError extends boolean = false>(options: Options<AdminStellarAccountsGenerateCreateData, ThrowOnError>) => RequestResult<AdminStellarAccountsGenerateCreateResponses, unknown, ThrowOnError, "data">;
|
|
3672
|
+
/**
|
|
3673
|
+
* ### View or update a Stellar Account
|
|
3674
|
+
*/
|
|
3675
|
+
declare const adminStellarAccountsRead: <ThrowOnError extends boolean = false>(options: Options<AdminStellarAccountsReadData, ThrowOnError>) => RequestResult<AdminStellarAccountsReadResponses, unknown, ThrowOnError, "data">;
|
|
3676
|
+
/**
|
|
3677
|
+
* ### View or update a Stellar Account
|
|
3678
|
+
*/
|
|
3679
|
+
declare const adminStellarAccountsPartialUpdate: <ThrowOnError extends boolean = false>(options: Options<AdminStellarAccountsPartialUpdateData, ThrowOnError>) => RequestResult<AdminStellarAccountsPartialUpdateResponses, unknown, ThrowOnError, "data">;
|
|
3680
|
+
/**
|
|
3681
|
+
* ### Change the ownership of a service generated account
|
|
3682
|
+
* ### Adds a new primary signer and removes the services secret as a signer
|
|
3683
|
+
*/
|
|
3684
|
+
declare const adminStellarAccountsChangeOwnershipCreate: <ThrowOnError extends boolean = false>(options: Options<AdminStellarAccountsChangeOwnershipCreateData, ThrowOnError>) => RequestResult<AdminStellarAccountsChangeOwnershipCreateResponses, unknown, ThrowOnError, "data">;
|
|
3685
|
+
/**
|
|
3686
|
+
* ### List transactions
|
|
3687
|
+
*/
|
|
3688
|
+
declare const adminTransactionsList: <ThrowOnError extends boolean = false>(options?: Options<AdminTransactionsListData, ThrowOnError>) => RequestResult<AdminTransactionsListResponses, unknown, ThrowOnError, "data">;
|
|
3689
|
+
/**
|
|
3690
|
+
* View for sending assets directly out of the hotwallet account
|
|
3691
|
+
*/
|
|
3692
|
+
declare const adminTransactionsSendCreate: <ThrowOnError extends boolean = false>(options: Options<AdminTransactionsSendCreateData, ThrowOnError>) => RequestResult<AdminTransactionsSendCreateResponses, unknown, ThrowOnError, "data">;
|
|
3693
|
+
/**
|
|
3694
|
+
* ### GET and PATCH a single transaction on the Stellar service
|
|
3695
|
+
*/
|
|
3696
|
+
declare const adminTransactionsRead: <ThrowOnError extends boolean = false>(options: Options<AdminTransactionsReadData, ThrowOnError>) => RequestResult<AdminTransactionsReadResponses, unknown, ThrowOnError, "data">;
|
|
3697
|
+
/**
|
|
3698
|
+
* ### GET and PATCH a single transaction on the Stellar service
|
|
3699
|
+
*/
|
|
3700
|
+
declare const adminTransactionsPartialUpdate: <ThrowOnError extends boolean = false>(options: Options<AdminTransactionsPartialUpdateData, ThrowOnError>) => RequestResult<AdminTransactionsPartialUpdateResponses, unknown, ThrowOnError, "data">;
|
|
3701
|
+
/**
|
|
3702
|
+
* ### List users
|
|
3703
|
+
*/
|
|
3704
|
+
declare const adminUsersList: <ThrowOnError extends boolean = false>(options?: Options<AdminUsersListData, ThrowOnError>) => RequestResult<AdminUsersListResponses, unknown, ThrowOnError, "data">;
|
|
3705
|
+
/**
|
|
3706
|
+
* ### List users
|
|
3707
|
+
*/
|
|
3708
|
+
declare const adminUsersCreate: <ThrowOnError extends boolean = false>(options: Options<AdminUsersCreateData, ThrowOnError>) => RequestResult<AdminUsersCreateResponses, unknown, ThrowOnError, "data">;
|
|
3709
|
+
/**
|
|
3710
|
+
* ### List users
|
|
3711
|
+
*/
|
|
3712
|
+
declare const adminUsersRead: <ThrowOnError extends boolean = false>(options: Options<AdminUsersReadData, ThrowOnError>) => RequestResult<AdminUsersReadResponses, unknown, ThrowOnError, "data">;
|
|
3713
|
+
/**
|
|
3714
|
+
* ### List users
|
|
3715
|
+
*/
|
|
3716
|
+
declare const adminUsersPartialUpdate: <ThrowOnError extends boolean = false>(options: Options<AdminUsersPartialUpdateData, ThrowOnError>) => RequestResult<AdminUsersPartialUpdateResponses, unknown, ThrowOnError, "data">;
|
|
3717
|
+
declare const adminUsersMemosList: <ThrowOnError extends boolean = false>(options: Options<AdminUsersMemosListData, ThrowOnError>) => RequestResult<AdminUsersMemosListResponses, unknown, ThrowOnError, "data">;
|
|
3718
|
+
declare const adminUsersMemosCreate: <ThrowOnError extends boolean = false>(options: Options<AdminUsersMemosCreateData, ThrowOnError>) => RequestResult<AdminUsersMemosCreateResponses, unknown, ThrowOnError, "data">;
|
|
3719
|
+
/**
|
|
3720
|
+
* ### View warmstorage balance
|
|
3721
|
+
*/
|
|
3722
|
+
declare const adminWarmstorageList: <ThrowOnError extends boolean = false>(options?: Options<AdminWarmstorageListData, ThrowOnError>) => RequestResult<AdminWarmstorageListResponses, unknown, ThrowOnError, "data">;
|
|
3723
|
+
/**
|
|
3724
|
+
* ### List or create warmstorage accounts for monitoring
|
|
3725
|
+
*/
|
|
3726
|
+
declare const adminWarmstorageAccountsList: <ThrowOnError extends boolean = false>(options?: Options<AdminWarmstorageAccountsListData, ThrowOnError>) => RequestResult<AdminWarmstorageAccountsListResponses, unknown, ThrowOnError, "data">;
|
|
3727
|
+
/**
|
|
3728
|
+
* ### List or create warmstorage accounts for monitoring
|
|
3729
|
+
*/
|
|
3730
|
+
declare const adminWarmstorageAccountsCreate: <ThrowOnError extends boolean = false>(options: Options<AdminWarmstorageAccountsCreateData, ThrowOnError>) => RequestResult<AdminWarmstorageAccountsCreateResponses, unknown, ThrowOnError, "data">;
|
|
3731
|
+
/**
|
|
3732
|
+
* ### View or update a warm storage account
|
|
3733
|
+
*/
|
|
3734
|
+
declare const adminWarmstorageAccountsRead: <ThrowOnError extends boolean = false>(options: Options<AdminWarmstorageAccountsReadData, ThrowOnError>) => RequestResult<AdminWarmstorageAccountsReadResponses, unknown, ThrowOnError, "data">;
|
|
3735
|
+
/**
|
|
3736
|
+
* ### View or update a warm storage account
|
|
3737
|
+
*/
|
|
3738
|
+
declare const adminWarmstorageAccountsPartialUpdate: <ThrowOnError extends boolean = false>(options: Options<AdminWarmstorageAccountsPartialUpdateData, ThrowOnError>) => RequestResult<AdminWarmstorageAccountsPartialUpdateResponses, unknown, ThrowOnError, "data">;
|
|
3739
|
+
/**
|
|
3740
|
+
* Public details of the Rehive company that was added via the /activate/ endpoint.
|
|
3741
|
+
*/
|
|
3742
|
+
declare const companyList: <ThrowOnError extends boolean = false>(options?: Options<CompanyListData, ThrowOnError>) => RequestResult<CompanyListResponses, unknown, ThrowOnError, "data">;
|
|
3743
|
+
/**
|
|
3744
|
+
* Add a new stellar asset to the service, or list existing assets. You'll need to include a valid stellar anchor issuing address and asset ID.
|
|
3745
|
+
*/
|
|
3746
|
+
declare const companyAssetsList: <ThrowOnError extends boolean = false>(options?: Options<CompanyAssetsListData, ThrowOnError>) => RequestResult<CompanyAssetsListResponses, unknown, ThrowOnError, "data">;
|
|
3747
|
+
/**
|
|
3748
|
+
* This endpoint is used by the Rehive Marketplace to remove this service for a specific company. It requires a permanent API token for that company.
|
|
3749
|
+
*/
|
|
3750
|
+
declare const deactivateCreate: <ThrowOnError extends boolean = false>(options: Options<DeactivateCreateData, ThrowOnError>) => RequestResult<DeactivateCreateResponses, unknown, ThrowOnError, "data">;
|
|
3751
|
+
declare const hooksPrsCreate: <ThrowOnError extends boolean = false>(options: Options<HooksPrsCreateData, ThrowOnError>) => RequestResult<HooksPrsCreateResponses, unknown, ThrowOnError, "data">;
|
|
3752
|
+
/**
|
|
3753
|
+
* Returns node and network data for the service
|
|
3754
|
+
*/
|
|
3755
|
+
declare const infoList: <ThrowOnError extends boolean = false>(options?: Options<InfoListData, ThrowOnError>) => RequestResult<InfoListResponses, unknown, ThrowOnError, "data">;
|
|
3756
|
+
/**
|
|
3757
|
+
* Returns node and network data for the service
|
|
3758
|
+
*/
|
|
3759
|
+
declare const knownAssetsList: <ThrowOnError extends boolean = false>(options?: Options<KnownAssetsListData, ThrowOnError>) => RequestResult<KnownAssetsListResponses, unknown, ThrowOnError, "data">;
|
|
3760
|
+
declare const stellarFederationRead: <ThrowOnError extends boolean = false>(options: Options<StellarFederationReadData, ThrowOnError>) => RequestResult<StellarFederationReadResponses, unknown, ThrowOnError, "data">;
|
|
3761
|
+
/**
|
|
3762
|
+
* ### List transactions
|
|
3763
|
+
*/
|
|
3764
|
+
declare const transactionsList: <ThrowOnError extends boolean = false>(options?: Options<TransactionsListData, ThrowOnError>) => RequestResult<TransactionsListResponses, unknown, ThrowOnError, "data">;
|
|
3765
|
+
/**
|
|
3766
|
+
* Create the send transaction on Rehive, and/or on the stellar blockchain. When the an email address, the transaction will be handled off-chain, only on the rehive ledger. When sent to a stellar address, the transaction is created on Rehive. Rehive then sends a webhook to the /hooks/debit/ endpoint and a blockchain transaction is created and broadcasted.
|
|
3767
|
+
*/
|
|
3768
|
+
declare const transactionsSendCreate: <ThrowOnError extends boolean = false>(options: Options<TransactionsSendCreateData, ThrowOnError>) => RequestResult<TransactionsSendCreateResponses, unknown, ThrowOnError, "data">;
|
|
3769
|
+
declare const userList: <ThrowOnError extends boolean = false>(options?: Options<UserListData, ThrowOnError>) => RequestResult<UserListResponses, unknown, ThrowOnError, "data">;
|
|
3770
|
+
declare const userPartialUpdate: <ThrowOnError extends boolean = false>(options: Options<UserPartialUpdateData, ThrowOnError>) => RequestResult<UserPartialUpdateResponses, unknown, ThrowOnError, "data">;
|
|
3771
|
+
declare const userAccountList: <ThrowOnError extends boolean = false>(options?: Options<UserAccountListData, ThrowOnError>) => RequestResult<UserAccountListResponses, unknown, ThrowOnError, "data">;
|
|
3772
|
+
/**
|
|
3773
|
+
* ### Endpoint for validating a specific session id using a valid Rehive user session
|
|
3774
|
+
*/
|
|
3775
|
+
declare const userAnchorSessionsValidateCreate: <ThrowOnError extends boolean = false>(options: Options<UserAnchorSessionsValidateCreateData, ThrowOnError>) => RequestResult<UserAnchorSessionsValidateCreateResponses, unknown, ThrowOnError, "data">;
|
|
3776
|
+
/**
|
|
3777
|
+
* ### Endpoint for validating a specific session id using a valid Rehive user session
|
|
3778
|
+
*/
|
|
3779
|
+
declare const userAnchorSessionsValidateAccountCreate: <ThrowOnError extends boolean = false>(options: Options<UserAnchorSessionsValidateAccountCreateData, ThrowOnError>) => RequestResult<UserAnchorSessionsValidateAccountCreateResponses, unknown, ThrowOnError, "data">;
|
|
3780
|
+
/**
|
|
3781
|
+
* ### Endpoint for validating a specific session id using a valid Rehive user session
|
|
3782
|
+
*/
|
|
3783
|
+
declare const userAnchorSessionsValidateSessionCreate: <ThrowOnError extends boolean = false>(options: Options<UserAnchorSessionsValidateSessionCreateData, ThrowOnError>) => RequestResult<UserAnchorSessionsValidateSessionCreateResponses, unknown, ThrowOnError, "data">;
|
|
3784
|
+
/**
|
|
3785
|
+
* ### Endpoint for viewing all user SEP-10 sessions
|
|
3786
|
+
*/
|
|
3787
|
+
declare const userAnchorTransactionsList: <ThrowOnError extends boolean = false>(options?: Options<UserAnchorTransactionsListData, ThrowOnError>) => RequestResult<UserAnchorTransactionsListResponses, unknown, ThrowOnError, "data">;
|
|
3788
|
+
/**
|
|
3789
|
+
* ### Endpoint for viewing all user SEP-10 sessions
|
|
3790
|
+
*/
|
|
3791
|
+
declare const userAnchorTransactionsRead: <ThrowOnError extends boolean = false>(options: Options<UserAnchorTransactionsReadData, ThrowOnError>) => RequestResult<UserAnchorTransactionsReadResponses, unknown, ThrowOnError, "data">;
|
|
3792
|
+
/**
|
|
3793
|
+
* ### Endpoint for viewing all user SEP-10 sessions
|
|
3794
|
+
*/
|
|
3795
|
+
declare const userAnchorTransactionsPartialUpdate: <ThrowOnError extends boolean = false>(options: Options<UserAnchorTransactionsPartialUpdateData, ThrowOnError>) => RequestResult<UserAnchorTransactionsPartialUpdateResponses, unknown, ThrowOnError, "data">;
|
|
3796
|
+
/**
|
|
3797
|
+
* ### Endpoint for viewing all user SEP-10 sessions
|
|
3798
|
+
*/
|
|
3799
|
+
declare const userAnchorTransactionsCreate: <ThrowOnError extends boolean = false>(options: Options<UserAnchorTransactionsCreateData, ThrowOnError>) => RequestResult<UserAnchorTransactionsCreateResponses, unknown, ThrowOnError, "data">;
|
|
3800
|
+
/**
|
|
3801
|
+
* ### Endpoint for generating a new unvalidated authentication session using a SEP 10 JWT
|
|
3802
|
+
*/
|
|
3803
|
+
declare const userAnchorAuthCreate: <ThrowOnError extends boolean = false>(options: Options<UserAnchorAuthCreateData, ThrowOnError>) => RequestResult<UserAnchorAuthCreateResponses, unknown, ThrowOnError, "data">;
|
|
3804
|
+
declare const userKnownPublicAddressesList: <ThrowOnError extends boolean = false>(options?: Options<UserKnownPublicAddressesListData, ThrowOnError>) => RequestResult<UserKnownPublicAddressesListResponses, unknown, ThrowOnError, "data">;
|
|
3805
|
+
declare const userMemosList: <ThrowOnError extends boolean = false>(options?: Options<UserMemosListData, ThrowOnError>) => RequestResult<UserMemosListResponses, unknown, ThrowOnError, "data">;
|
|
3806
|
+
declare const userMemosCreate: <ThrowOnError extends boolean = false>(options: Options<UserMemosCreateData, ThrowOnError>) => RequestResult<UserMemosCreateResponses, unknown, ThrowOnError, "data">;
|
|
3807
|
+
/**
|
|
3808
|
+
* Create the send transaction on Rehive, and/or on the stellar blockchain. When the an email address, the transaction will be handled off-chain, only on the rehive ledger. When sent to a stellar address, the transaction is created on Rehive. Rehive then sends a webhook to the /hooks/debit/ endpoint and a blockchain transaction is created and broadcasted.
|
|
3809
|
+
*/
|
|
3810
|
+
declare const userTransactionsSendCreate: <ThrowOnError extends boolean = false>(options: Options<UserTransactionsSendCreateData, ThrowOnError>) => RequestResult<UserTransactionsSendCreateResponses, unknown, ThrowOnError, "data">;
|
|
3811
|
+
declare const userUsernameSetCreate: <ThrowOnError extends boolean = false>(options: Options<UserUsernameSetCreateData, ThrowOnError>) => RequestResult<UserUsernameSetCreateResponses, unknown, ThrowOnError, "data">;
|
|
3812
|
+
|
|
3813
|
+
type sdk_Options<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean> = Options<TData, ThrowOnError>;
|
|
3814
|
+
declare const sdk_activateCreate: typeof activateCreate;
|
|
3815
|
+
declare const sdk_adminAssetAuthoriseHolderCreate: typeof adminAssetAuthoriseHolderCreate;
|
|
3816
|
+
declare const sdk_adminAssetCreate: typeof adminAssetCreate;
|
|
3817
|
+
declare const sdk_adminAssetFundCreate: typeof adminAssetFundCreate;
|
|
3818
|
+
declare const sdk_adminAssetList: typeof adminAssetList;
|
|
3819
|
+
declare const sdk_adminAssetPartialUpdate: typeof adminAssetPartialUpdate;
|
|
3820
|
+
declare const sdk_adminAssetRead: typeof adminAssetRead;
|
|
3821
|
+
declare const sdk_adminBlacklistedAccountDelete: typeof adminBlacklistedAccountDelete;
|
|
3822
|
+
declare const sdk_adminBlacklistedAccountPartialUpdate: typeof adminBlacklistedAccountPartialUpdate;
|
|
3823
|
+
declare const sdk_adminBlacklistedAccountRead: typeof adminBlacklistedAccountRead;
|
|
3824
|
+
declare const sdk_adminBlacklistedAccountUpdate: typeof adminBlacklistedAccountUpdate;
|
|
3825
|
+
declare const sdk_adminBlacklistedAccountsCreate: typeof adminBlacklistedAccountsCreate;
|
|
3826
|
+
declare const sdk_adminBlacklistedAccountsList: typeof adminBlacklistedAccountsList;
|
|
3827
|
+
declare const sdk_adminColdstorageAccountsCreate: typeof adminColdstorageAccountsCreate;
|
|
3828
|
+
declare const sdk_adminColdstorageAccountsList: typeof adminColdstorageAccountsList;
|
|
3829
|
+
declare const sdk_adminColdstorageAccountsPartialUpdate: typeof adminColdstorageAccountsPartialUpdate;
|
|
3830
|
+
declare const sdk_adminColdstorageAccountsRead: typeof adminColdstorageAccountsRead;
|
|
3831
|
+
declare const sdk_adminColdstorageList: typeof adminColdstorageList;
|
|
3832
|
+
declare const sdk_adminCompanyConfigurationAccountGroupsCreate: typeof adminCompanyConfigurationAccountGroupsCreate;
|
|
3833
|
+
declare const sdk_adminCompanyConfigurationAccountGroupsDelete: typeof adminCompanyConfigurationAccountGroupsDelete;
|
|
3834
|
+
declare const sdk_adminCompanyConfigurationAccountGroupsList: typeof adminCompanyConfigurationAccountGroupsList;
|
|
3835
|
+
declare const sdk_adminCompanyConfigurationAccountGroupsPartialUpdate: typeof adminCompanyConfigurationAccountGroupsPartialUpdate;
|
|
3836
|
+
declare const sdk_adminCompanyConfigurationAccountGroupsRead: typeof adminCompanyConfigurationAccountGroupsRead;
|
|
3837
|
+
declare const sdk_adminCompanyConfigurationAccountGroupsUpdate: typeof adminCompanyConfigurationAccountGroupsUpdate;
|
|
3838
|
+
declare const sdk_adminCompanyConfigurationAnchorPlatformList: typeof adminCompanyConfigurationAnchorPlatformList;
|
|
3839
|
+
declare const sdk_adminCompanyConfigurationAnchorPlatformPartialUpdate: typeof adminCompanyConfigurationAnchorPlatformPartialUpdate;
|
|
3840
|
+
declare const sdk_adminCompanyConfigurationAnchorPlatformUpdate: typeof adminCompanyConfigurationAnchorPlatformUpdate;
|
|
3841
|
+
declare const sdk_adminCompanyConfigurationList: typeof adminCompanyConfigurationList;
|
|
3842
|
+
declare const sdk_adminCompanyConfigurationPartialUpdate: typeof adminCompanyConfigurationPartialUpdate;
|
|
3843
|
+
declare const sdk_adminCompanyConfigurationUpdate: typeof adminCompanyConfigurationUpdate;
|
|
3844
|
+
declare const sdk_adminCompanyList: typeof adminCompanyList;
|
|
3845
|
+
declare const sdk_adminCompanyPartialUpdate: typeof adminCompanyPartialUpdate;
|
|
3846
|
+
declare const sdk_adminCompanyStellarTomlList: typeof adminCompanyStellarTomlList;
|
|
3847
|
+
declare const sdk_adminFederationCreate: typeof adminFederationCreate;
|
|
3848
|
+
declare const sdk_adminFederationList: typeof adminFederationList;
|
|
3849
|
+
declare const sdk_adminHotwalletActiveList: typeof adminHotwalletActiveList;
|
|
3850
|
+
declare const sdk_adminHotwalletCreate: typeof adminHotwalletCreate;
|
|
3851
|
+
declare const sdk_adminHotwalletEnableMssCreate: typeof adminHotwalletEnableMssCreate;
|
|
3852
|
+
declare const sdk_adminHotwalletFeesList: typeof adminHotwalletFeesList;
|
|
3853
|
+
declare const sdk_adminHotwalletFundList: typeof adminHotwalletFundList;
|
|
3854
|
+
declare const sdk_adminHotwalletList: typeof adminHotwalletList;
|
|
3855
|
+
declare const sdk_adminHotwalletMergeCreate: typeof adminHotwalletMergeCreate;
|
|
3856
|
+
declare const sdk_adminHotwalletPartialUpdate: typeof adminHotwalletPartialUpdate;
|
|
3857
|
+
declare const sdk_adminHotwalletSendCreate: typeof adminHotwalletSendCreate;
|
|
3858
|
+
declare const sdk_adminKnownPublicAddressesCreate: typeof adminKnownPublicAddressesCreate;
|
|
3859
|
+
declare const sdk_adminKnownPublicAddressesDelete: typeof adminKnownPublicAddressesDelete;
|
|
3860
|
+
declare const sdk_adminKnownPublicAddressesList: typeof adminKnownPublicAddressesList;
|
|
3861
|
+
declare const sdk_adminKnownPublicAddressesPartialUpdate: typeof adminKnownPublicAddressesPartialUpdate;
|
|
3862
|
+
declare const sdk_adminKnownPublicAddressesRead: typeof adminKnownPublicAddressesRead;
|
|
3863
|
+
declare const sdk_adminKnownPublicAddressesUpdate: typeof adminKnownPublicAddressesUpdate;
|
|
3864
|
+
declare const sdk_adminMemosCreate: typeof adminMemosCreate;
|
|
3865
|
+
declare const sdk_adminMemosList: typeof adminMemosList;
|
|
3866
|
+
declare const sdk_adminSep10AuthenticatedAccountsList: typeof adminSep10AuthenticatedAccountsList;
|
|
3867
|
+
declare const sdk_adminSep10AuthenticatedAccountsRead: typeof adminSep10AuthenticatedAccountsRead;
|
|
3868
|
+
declare const sdk_adminSep24TransactionsList: typeof adminSep24TransactionsList;
|
|
3869
|
+
declare const sdk_adminSep24TransactionsRead: typeof adminSep24TransactionsRead;
|
|
3870
|
+
declare const sdk_adminStellarAccountsChangeOwnershipCreate: typeof adminStellarAccountsChangeOwnershipCreate;
|
|
3871
|
+
declare const sdk_adminStellarAccountsGenerateCreate: typeof adminStellarAccountsGenerateCreate;
|
|
3872
|
+
declare const sdk_adminStellarAccountsList: typeof adminStellarAccountsList;
|
|
3873
|
+
declare const sdk_adminStellarAccountsPartialUpdate: typeof adminStellarAccountsPartialUpdate;
|
|
3874
|
+
declare const sdk_adminStellarAccountsRead: typeof adminStellarAccountsRead;
|
|
3875
|
+
declare const sdk_adminTransactionsList: typeof adminTransactionsList;
|
|
3876
|
+
declare const sdk_adminTransactionsPartialUpdate: typeof adminTransactionsPartialUpdate;
|
|
3877
|
+
declare const sdk_adminTransactionsRead: typeof adminTransactionsRead;
|
|
3878
|
+
declare const sdk_adminTransactionsSendCreate: typeof adminTransactionsSendCreate;
|
|
3879
|
+
declare const sdk_adminUsersCreate: typeof adminUsersCreate;
|
|
3880
|
+
declare const sdk_adminUsersList: typeof adminUsersList;
|
|
3881
|
+
declare const sdk_adminUsersMemosCreate: typeof adminUsersMemosCreate;
|
|
3882
|
+
declare const sdk_adminUsersMemosList: typeof adminUsersMemosList;
|
|
3883
|
+
declare const sdk_adminUsersPartialUpdate: typeof adminUsersPartialUpdate;
|
|
3884
|
+
declare const sdk_adminUsersRead: typeof adminUsersRead;
|
|
3885
|
+
declare const sdk_adminWarmstorageAccountsCreate: typeof adminWarmstorageAccountsCreate;
|
|
3886
|
+
declare const sdk_adminWarmstorageAccountsList: typeof adminWarmstorageAccountsList;
|
|
3887
|
+
declare const sdk_adminWarmstorageAccountsPartialUpdate: typeof adminWarmstorageAccountsPartialUpdate;
|
|
3888
|
+
declare const sdk_adminWarmstorageAccountsRead: typeof adminWarmstorageAccountsRead;
|
|
3889
|
+
declare const sdk_adminWarmstorageList: typeof adminWarmstorageList;
|
|
3890
|
+
declare const sdk_companyAssetsList: typeof companyAssetsList;
|
|
3891
|
+
declare const sdk_companyList: typeof companyList;
|
|
3892
|
+
declare const sdk_deactivateCreate: typeof deactivateCreate;
|
|
3893
|
+
declare const sdk_hooksPrsCreate: typeof hooksPrsCreate;
|
|
3894
|
+
declare const sdk_infoList: typeof infoList;
|
|
3895
|
+
declare const sdk_knownAssetsList: typeof knownAssetsList;
|
|
3896
|
+
declare const sdk_stellarFederationRead: typeof stellarFederationRead;
|
|
3897
|
+
declare const sdk_transactionsList: typeof transactionsList;
|
|
3898
|
+
declare const sdk_transactionsSendCreate: typeof transactionsSendCreate;
|
|
3899
|
+
declare const sdk_userAccountList: typeof userAccountList;
|
|
3900
|
+
declare const sdk_userAnchorAuthCreate: typeof userAnchorAuthCreate;
|
|
3901
|
+
declare const sdk_userAnchorSessionsValidateAccountCreate: typeof userAnchorSessionsValidateAccountCreate;
|
|
3902
|
+
declare const sdk_userAnchorSessionsValidateCreate: typeof userAnchorSessionsValidateCreate;
|
|
3903
|
+
declare const sdk_userAnchorSessionsValidateSessionCreate: typeof userAnchorSessionsValidateSessionCreate;
|
|
3904
|
+
declare const sdk_userAnchorTransactionsCreate: typeof userAnchorTransactionsCreate;
|
|
3905
|
+
declare const sdk_userAnchorTransactionsList: typeof userAnchorTransactionsList;
|
|
3906
|
+
declare const sdk_userAnchorTransactionsPartialUpdate: typeof userAnchorTransactionsPartialUpdate;
|
|
3907
|
+
declare const sdk_userAnchorTransactionsRead: typeof userAnchorTransactionsRead;
|
|
3908
|
+
declare const sdk_userKnownPublicAddressesList: typeof userKnownPublicAddressesList;
|
|
3909
|
+
declare const sdk_userList: typeof userList;
|
|
3910
|
+
declare const sdk_userMemosCreate: typeof userMemosCreate;
|
|
3911
|
+
declare const sdk_userMemosList: typeof userMemosList;
|
|
3912
|
+
declare const sdk_userPartialUpdate: typeof userPartialUpdate;
|
|
3913
|
+
declare const sdk_userTransactionsSendCreate: typeof userTransactionsSendCreate;
|
|
3914
|
+
declare const sdk_userUsernameSetCreate: typeof userUsernameSetCreate;
|
|
3915
|
+
declare namespace sdk {
|
|
3916
|
+
export { type sdk_Options as Options, sdk_activateCreate as activateCreate, sdk_adminAssetAuthoriseHolderCreate as adminAssetAuthoriseHolderCreate, sdk_adminAssetCreate as adminAssetCreate, sdk_adminAssetFundCreate as adminAssetFundCreate, sdk_adminAssetList as adminAssetList, sdk_adminAssetPartialUpdate as adminAssetPartialUpdate, sdk_adminAssetRead as adminAssetRead, sdk_adminBlacklistedAccountDelete as adminBlacklistedAccountDelete, sdk_adminBlacklistedAccountPartialUpdate as adminBlacklistedAccountPartialUpdate, sdk_adminBlacklistedAccountRead as adminBlacklistedAccountRead, sdk_adminBlacklistedAccountUpdate as adminBlacklistedAccountUpdate, sdk_adminBlacklistedAccountsCreate as adminBlacklistedAccountsCreate, sdk_adminBlacklistedAccountsList as adminBlacklistedAccountsList, sdk_adminColdstorageAccountsCreate as adminColdstorageAccountsCreate, sdk_adminColdstorageAccountsList as adminColdstorageAccountsList, sdk_adminColdstorageAccountsPartialUpdate as adminColdstorageAccountsPartialUpdate, sdk_adminColdstorageAccountsRead as adminColdstorageAccountsRead, sdk_adminColdstorageList as adminColdstorageList, sdk_adminCompanyConfigurationAccountGroupsCreate as adminCompanyConfigurationAccountGroupsCreate, sdk_adminCompanyConfigurationAccountGroupsDelete as adminCompanyConfigurationAccountGroupsDelete, sdk_adminCompanyConfigurationAccountGroupsList as adminCompanyConfigurationAccountGroupsList, sdk_adminCompanyConfigurationAccountGroupsPartialUpdate as adminCompanyConfigurationAccountGroupsPartialUpdate, sdk_adminCompanyConfigurationAccountGroupsRead as adminCompanyConfigurationAccountGroupsRead, sdk_adminCompanyConfigurationAccountGroupsUpdate as adminCompanyConfigurationAccountGroupsUpdate, sdk_adminCompanyConfigurationAnchorPlatformList as adminCompanyConfigurationAnchorPlatformList, sdk_adminCompanyConfigurationAnchorPlatformPartialUpdate as adminCompanyConfigurationAnchorPlatformPartialUpdate, sdk_adminCompanyConfigurationAnchorPlatformUpdate as adminCompanyConfigurationAnchorPlatformUpdate, sdk_adminCompanyConfigurationList as adminCompanyConfigurationList, sdk_adminCompanyConfigurationPartialUpdate as adminCompanyConfigurationPartialUpdate, sdk_adminCompanyConfigurationUpdate as adminCompanyConfigurationUpdate, sdk_adminCompanyList as adminCompanyList, sdk_adminCompanyPartialUpdate as adminCompanyPartialUpdate, sdk_adminCompanyStellarTomlList as adminCompanyStellarTomlList, sdk_adminFederationCreate as adminFederationCreate, sdk_adminFederationList as adminFederationList, sdk_adminHotwalletActiveList as adminHotwalletActiveList, sdk_adminHotwalletCreate as adminHotwalletCreate, sdk_adminHotwalletEnableMssCreate as adminHotwalletEnableMssCreate, sdk_adminHotwalletFeesList as adminHotwalletFeesList, sdk_adminHotwalletFundList as adminHotwalletFundList, sdk_adminHotwalletList as adminHotwalletList, sdk_adminHotwalletMergeCreate as adminHotwalletMergeCreate, sdk_adminHotwalletPartialUpdate as adminHotwalletPartialUpdate, sdk_adminHotwalletSendCreate as adminHotwalletSendCreate, sdk_adminKnownPublicAddressesCreate as adminKnownPublicAddressesCreate, sdk_adminKnownPublicAddressesDelete as adminKnownPublicAddressesDelete, sdk_adminKnownPublicAddressesList as adminKnownPublicAddressesList, sdk_adminKnownPublicAddressesPartialUpdate as adminKnownPublicAddressesPartialUpdate, sdk_adminKnownPublicAddressesRead as adminKnownPublicAddressesRead, sdk_adminKnownPublicAddressesUpdate as adminKnownPublicAddressesUpdate, sdk_adminMemosCreate as adminMemosCreate, sdk_adminMemosList as adminMemosList, sdk_adminSep10AuthenticatedAccountsList as adminSep10AuthenticatedAccountsList, sdk_adminSep10AuthenticatedAccountsRead as adminSep10AuthenticatedAccountsRead, sdk_adminSep24TransactionsList as adminSep24TransactionsList, sdk_adminSep24TransactionsRead as adminSep24TransactionsRead, sdk_adminStellarAccountsChangeOwnershipCreate as adminStellarAccountsChangeOwnershipCreate, sdk_adminStellarAccountsGenerateCreate as adminStellarAccountsGenerateCreate, sdk_adminStellarAccountsList as adminStellarAccountsList, sdk_adminStellarAccountsPartialUpdate as adminStellarAccountsPartialUpdate, sdk_adminStellarAccountsRead as adminStellarAccountsRead, sdk_adminTransactionsList as adminTransactionsList, sdk_adminTransactionsPartialUpdate as adminTransactionsPartialUpdate, sdk_adminTransactionsRead as adminTransactionsRead, sdk_adminTransactionsSendCreate as adminTransactionsSendCreate, sdk_adminUsersCreate as adminUsersCreate, sdk_adminUsersList as adminUsersList, sdk_adminUsersMemosCreate as adminUsersMemosCreate, sdk_adminUsersMemosList as adminUsersMemosList, sdk_adminUsersPartialUpdate as adminUsersPartialUpdate, sdk_adminUsersRead as adminUsersRead, sdk_adminWarmstorageAccountsCreate as adminWarmstorageAccountsCreate, sdk_adminWarmstorageAccountsList as adminWarmstorageAccountsList, sdk_adminWarmstorageAccountsPartialUpdate as adminWarmstorageAccountsPartialUpdate, sdk_adminWarmstorageAccountsRead as adminWarmstorageAccountsRead, sdk_adminWarmstorageList as adminWarmstorageList, sdk_companyAssetsList as companyAssetsList, sdk_companyList as companyList, sdk_deactivateCreate as deactivateCreate, sdk_hooksPrsCreate as hooksPrsCreate, sdk_infoList as infoList, sdk_knownAssetsList as knownAssetsList, sdk_stellarFederationRead as stellarFederationRead, sdk_transactionsList as transactionsList, sdk_transactionsSendCreate as transactionsSendCreate, sdk_userAccountList as userAccountList, sdk_userAnchorAuthCreate as userAnchorAuthCreate, sdk_userAnchorSessionsValidateAccountCreate as userAnchorSessionsValidateAccountCreate, sdk_userAnchorSessionsValidateCreate as userAnchorSessionsValidateCreate, sdk_userAnchorSessionsValidateSessionCreate as userAnchorSessionsValidateSessionCreate, sdk_userAnchorTransactionsCreate as userAnchorTransactionsCreate, sdk_userAnchorTransactionsList as userAnchorTransactionsList, sdk_userAnchorTransactionsPartialUpdate as userAnchorTransactionsPartialUpdate, sdk_userAnchorTransactionsRead as userAnchorTransactionsRead, sdk_userKnownPublicAddressesList as userKnownPublicAddressesList, sdk_userList as userList, sdk_userMemosCreate as userMemosCreate, sdk_userMemosList as userMemosList, sdk_userPartialUpdate as userPartialUpdate, sdk_userTransactionsSendCreate as userTransactionsSendCreate, sdk_userUsernameSetCreate as userUsernameSetCreate };
|
|
3917
|
+
}
|
|
3918
|
+
|
|
3919
|
+
type StellarTestnetApi = BoundSdk<typeof sdk>;
|
|
3920
|
+
declare function createStellarTestnetApi(config: ApiFactoryConfig): StellarTestnetApi;
|
|
3921
|
+
|
|
3922
|
+
export { type Activate, type ActivateCreateData, type ActivateCreateResponse, type ActivateCreateResponses, type ActivateWritable, type AdminAsset, type AdminAssetAuthoriseHolderCreateData, type AdminAssetAuthoriseHolderCreateResponse, type AdminAssetAuthoriseHolderCreateResponses, type AdminAssetCreateData, type AdminAssetCreateResponse, type AdminAssetCreateResponses, type AdminAssetFundCreateData, type AdminAssetFundCreateResponse, type AdminAssetFundCreateResponses, type AdminAssetListData, type AdminAssetListResponse, type AdminAssetListResponses, type AdminAssetPartialUpdateData, type AdminAssetPartialUpdateResponse, type AdminAssetPartialUpdateResponses, type AdminAssetReadData, type AdminAssetReadResponse, type AdminAssetReadResponses, type AdminAssetWritable, type AdminAuthAssetTrust, type AdminBlacklistedAccountDeleteData, type AdminBlacklistedAccountDeleteResponses, type AdminBlacklistedAccountPartialUpdateData, type AdminBlacklistedAccountPartialUpdateResponse, type AdminBlacklistedAccountPartialUpdateResponses, type AdminBlacklistedAccountReadData, type AdminBlacklistedAccountReadResponse, type AdminBlacklistedAccountReadResponses, type AdminBlacklistedAccountUpdateData, type AdminBlacklistedAccountUpdateResponse, type AdminBlacklistedAccountUpdateResponses, type AdminBlacklistedAccountsCreateData, type AdminBlacklistedAccountsCreateResponse, type AdminBlacklistedAccountsCreateResponses, type AdminBlacklistedAccountsListData, type AdminBlacklistedAccountsListResponse, type AdminBlacklistedAccountsListResponses, type AdminColdstorageAccountsCreateData, type AdminColdstorageAccountsCreateResponse, type AdminColdstorageAccountsCreateResponses, type AdminColdstorageAccountsListData, type AdminColdstorageAccountsListResponse, type AdminColdstorageAccountsListResponses, type AdminColdstorageAccountsPartialUpdateData, type AdminColdstorageAccountsPartialUpdateResponse, type AdminColdstorageAccountsPartialUpdateResponses, type AdminColdstorageAccountsReadData, type AdminColdstorageAccountsReadResponse, type AdminColdstorageAccountsReadResponses, type AdminColdstorageListData, type AdminColdstorageListResponse, type AdminColdstorageListResponses, type AdminCompanyConfigurationAccountGroupsCreateData, type AdminCompanyConfigurationAccountGroupsCreateResponse, type AdminCompanyConfigurationAccountGroupsCreateResponses, type AdminCompanyConfigurationAccountGroupsDeleteData, type AdminCompanyConfigurationAccountGroupsDeleteResponses, type AdminCompanyConfigurationAccountGroupsListData, type AdminCompanyConfigurationAccountGroupsListResponse, type AdminCompanyConfigurationAccountGroupsListResponses, type AdminCompanyConfigurationAccountGroupsPartialUpdateData, type AdminCompanyConfigurationAccountGroupsPartialUpdateResponse, type AdminCompanyConfigurationAccountGroupsPartialUpdateResponses, type AdminCompanyConfigurationAccountGroupsReadData, type AdminCompanyConfigurationAccountGroupsReadResponse, type AdminCompanyConfigurationAccountGroupsReadResponses, type AdminCompanyConfigurationAccountGroupsUpdateData, type AdminCompanyConfigurationAccountGroupsUpdateResponse, type AdminCompanyConfigurationAccountGroupsUpdateResponses, type AdminCompanyConfigurationAnchorPlatformListData, type AdminCompanyConfigurationAnchorPlatformListResponse, type AdminCompanyConfigurationAnchorPlatformListResponses, type AdminCompanyConfigurationAnchorPlatformPartialUpdateData, type AdminCompanyConfigurationAnchorPlatformPartialUpdateResponse, type AdminCompanyConfigurationAnchorPlatformPartialUpdateResponses, type AdminCompanyConfigurationAnchorPlatformUpdateData, type AdminCompanyConfigurationAnchorPlatformUpdateResponse, type AdminCompanyConfigurationAnchorPlatformUpdateResponses, type AdminCompanyConfigurationListData, type AdminCompanyConfigurationListResponse, type AdminCompanyConfigurationListResponses, type AdminCompanyConfigurationPartialUpdateData, type AdminCompanyConfigurationPartialUpdateResponse, type AdminCompanyConfigurationPartialUpdateResponses, type AdminCompanyConfigurationUpdateData, type AdminCompanyConfigurationUpdateResponse, type AdminCompanyConfigurationUpdateResponses, type AdminCompanyListData, type AdminCompanyListResponse, type AdminCompanyListResponses, type AdminCompanyPartialUpdateData, type AdminCompanyPartialUpdateResponse, type AdminCompanyPartialUpdateResponses, type AdminCompanyStellarTomlListData, type AdminCompanyStellarTomlListResponse, type AdminCompanyStellarTomlListResponses, type AdminCreateAsset, type AdminCreateAssetWritable, type AdminFederationCreateData, type AdminFederationCreateResponse, type AdminFederationCreateResponses, type AdminFederationListData, type AdminFederationListResponse, type AdminFederationListResponses, type AdminFundAsset, type AdminHotwalletActiveListData, type AdminHotwalletActiveListResponse, type AdminHotwalletActiveListResponses, type AdminHotwalletCreateData, type AdminHotwalletCreateResponse, type AdminHotwalletCreateResponses, type AdminHotwalletEnableMssCreateData, type AdminHotwalletEnableMssCreateResponse, type AdminHotwalletEnableMssCreateResponses, type AdminHotwalletFeesListData, type AdminHotwalletFeesListResponse, type AdminHotwalletFeesListResponses, type AdminHotwalletFundListData, type AdminHotwalletFundListResponse, type AdminHotwalletFundListResponses, type AdminHotwalletListData, type AdminHotwalletListResponse, type AdminHotwalletListResponses, type AdminHotwalletMergeCreateData, type AdminHotwalletMergeCreateResponse, type AdminHotwalletMergeCreateResponses, type AdminHotwalletPartialUpdateData, type AdminHotwalletPartialUpdateResponse, type AdminHotwalletPartialUpdateResponses, type AdminHotwalletSendCreateData, type AdminHotwalletSendCreateResponse, type AdminHotwalletSendCreateResponses, type AdminKnownPublicAddressesCreateData, type AdminKnownPublicAddressesCreateResponse, type AdminKnownPublicAddressesCreateResponses, type AdminKnownPublicAddressesDeleteData, type AdminKnownPublicAddressesDeleteResponses, type AdminKnownPublicAddressesListData, type AdminKnownPublicAddressesListResponse, type AdminKnownPublicAddressesListResponses, type AdminKnownPublicAddressesPartialUpdateData, type AdminKnownPublicAddressesPartialUpdateResponse, type AdminKnownPublicAddressesPartialUpdateResponses, type AdminKnownPublicAddressesReadData, type AdminKnownPublicAddressesReadResponse, type AdminKnownPublicAddressesReadResponses, type AdminKnownPublicAddressesUpdateData, type AdminKnownPublicAddressesUpdateResponse, type AdminKnownPublicAddressesUpdateResponses, type AdminMemo, type AdminMemoWritable, type AdminMemosCreateData, type AdminMemosCreateResponse, type AdminMemosCreateResponses, type AdminMemosListData, type AdminMemosListResponse, type AdminMemosListResponses, type AdminSendTransaction, type AdminSendTransactionWritable, type AdminSep10AuthenticatedAccount, type AdminSep10AuthenticatedAccountWritable, type AdminSep10AuthenticatedAccountsListData, type AdminSep10AuthenticatedAccountsListResponse, type AdminSep10AuthenticatedAccountsListResponses, type AdminSep10AuthenticatedAccountsReadData, type AdminSep10AuthenticatedAccountsReadResponse, type AdminSep10AuthenticatedAccountsReadResponses, type AdminSep24Transaction, type AdminSep24TransactionWritable, type AdminSep24TransactionsListData, type AdminSep24TransactionsListResponse, type AdminSep24TransactionsListResponses, type AdminSep24TransactionsReadData, type AdminSep24TransactionsReadResponse, type AdminSep24TransactionsReadResponses, type AdminStellarAccountsChangeOwnershipCreateData, type AdminStellarAccountsChangeOwnershipCreateResponse, type AdminStellarAccountsChangeOwnershipCreateResponses, type AdminStellarAccountsGenerateCreateData, type AdminStellarAccountsGenerateCreateResponse, type AdminStellarAccountsGenerateCreateResponses, type AdminStellarAccountsListData, type AdminStellarAccountsListResponse, type AdminStellarAccountsListResponses, type AdminStellarAccountsPartialUpdateData, type AdminStellarAccountsPartialUpdateResponse, type AdminStellarAccountsPartialUpdateResponses, type AdminStellarAccountsReadData, type AdminStellarAccountsReadResponse, type AdminStellarAccountsReadResponses, type AdminTransaction, type AdminTransactionWritable, type AdminTransactionsListData, type AdminTransactionsListResponse, type AdminTransactionsListResponses, type AdminTransactionsPartialUpdateData, type AdminTransactionsPartialUpdateResponse, type AdminTransactionsPartialUpdateResponses, type AdminTransactionsReadData, type AdminTransactionsReadResponse, type AdminTransactionsReadResponses, type AdminTransactionsSendCreateData, type AdminTransactionsSendCreateResponse, type AdminTransactionsSendCreateResponses, type AdminUser, type AdminUserInfoSeralizer, type AdminUserInfoSeralizerWritable, type AdminUserMemo, type AdminUserMemoWritable, type AdminUserWritable, type AdminUsersCreateData, type AdminUsersCreateResponse, type AdminUsersCreateResponses, type AdminUsersListData, type AdminUsersListResponse, type AdminUsersListResponses, type AdminUsersMemosCreateData, type AdminUsersMemosCreateResponse, type AdminUsersMemosCreateResponses, type AdminUsersMemosListData, type AdminUsersMemosListResponse, type AdminUsersMemosListResponses, type AdminUsersPartialUpdateData, type AdminUsersPartialUpdateResponse, type AdminUsersPartialUpdateResponses, type AdminUsersReadData, type AdminUsersReadResponse, type AdminUsersReadResponses, type AdminWarmstorageAccountsCreateData, type AdminWarmstorageAccountsCreateResponse, type AdminWarmstorageAccountsCreateResponses, type AdminWarmstorageAccountsListData, type AdminWarmstorageAccountsListResponse, type AdminWarmstorageAccountsListResponses, type AdminWarmstorageAccountsPartialUpdateData, type AdminWarmstorageAccountsPartialUpdateResponse, type AdminWarmstorageAccountsPartialUpdateResponses, type AdminWarmstorageAccountsReadData, type AdminWarmstorageAccountsReadResponse, type AdminWarmstorageAccountsReadResponses, type AdminWarmstorageListData, type AdminWarmstorageListResponse, type AdminWarmstorageListResponses, type AnchorAccountValidate, type AnchorAccountValidateWritable, type AnchorPlatformConfiguration, type AnchorSessionValidate, type AnchorSessionValidateWritable, type Asset, type BlacklistedAccount, type BlacklistedAccountWritable, type ClientOptions, type Coldstorage, type ColdstorageAccount, type ColdstorageAccountWritable, type Company, type CompanyAdmin, type CompanyAdminWritable, type CompanyAssetsListData, type CompanyAssetsListResponse, type CompanyAssetsListResponses, type CompanyConfiguration, type CompanyConfigurationWritable, type CompanyListData, type CompanyListResponse, type CompanyListResponses, type CompanyWritable, type Deactivate, type DeactivateCreateData, type DeactivateCreateResponse, type DeactivateCreateResponses, type DefaultGroupAccountPair, type DefaultGroupAccountPairWritable, type Federation, type FederationWritable, type HooksPrsCreateData, type HooksPrsCreateResponse, type HooksPrsCreateResponses, type Hotwallet, type HotwalletBalance, type HotwalletFees, type HotwalletFund, type HotwalletMerge, type HotwalletSend, type HotwalletSendWritable, type HotwalletWritable, type InfoListData, type InfoListResponse, type InfoListResponses, type InfoView, type KnownAssets, type KnownAssetsListData, type KnownAssetsListResponse, type KnownAssetsListResponses, type KnownPublicAddresses, type KnownPublicAddressesWritable, type PrsWebhook, type SendTransaction, type SendTransactionWritable, type SetUsernameMemo, type StellarAccount, type StellarAccountChangeOwnership, type StellarAccountGenerate, type StellarAccountGenerateWritable, type StellarAccountWritable, type StellarFederationReadData, type StellarFederationReadResponses, type StellarTestnetApi, type StellarToml, type Transaction, type TransactionWritable, type TransactionsListData, type TransactionsListResponse, type TransactionsListResponses, type TransactionsSendCreateData, type TransactionsSendCreateResponse, type TransactionsSendCreateResponses, type UserAccountListData, type UserAccountListResponses, type UserAnchorAuthCreateData, type UserAnchorAuthCreateResponses, type UserAnchorSessionsValidateAccountCreateData, type UserAnchorSessionsValidateAccountCreateResponse, type UserAnchorSessionsValidateAccountCreateResponses, type UserAnchorSessionsValidateCreateData, type UserAnchorSessionsValidateCreateResponse, type UserAnchorSessionsValidateCreateResponses, type UserAnchorSessionsValidateSessionCreateData, type UserAnchorSessionsValidateSessionCreateResponse, type UserAnchorSessionsValidateSessionCreateResponses, type UserAnchorTransactionsCreateData, type UserAnchorTransactionsCreateResponse, type UserAnchorTransactionsCreateResponses, type UserAnchorTransactionsListData, type UserAnchorTransactionsListResponse, type UserAnchorTransactionsListResponses, type UserAnchorTransactionsPartialUpdateData, type UserAnchorTransactionsPartialUpdateResponse, type UserAnchorTransactionsPartialUpdateResponses, type UserAnchorTransactionsReadData, type UserAnchorTransactionsReadResponse, type UserAnchorTransactionsReadResponses, type UserCompanyConfiguration, type UserInfoSeralizer, type UserInfoSeralizerWritable, type UserKnownPublicAddressesListData, type UserKnownPublicAddressesListResponse, type UserKnownPublicAddressesListResponses, type UserListData, type UserListResponse, type UserListResponses, type UserMemo, type UserMemoWritable, type UserMemosCreateData, type UserMemosCreateResponse, type UserMemosCreateResponses, type UserMemosListData, type UserMemosListResponse, type UserMemosListResponses, type UserPartialUpdateData, type UserPartialUpdateResponse, type UserPartialUpdateResponses, type UserSep24Transaction, type UserSep24TransactionWritable, type UserSeralizer, type UserSeralizerWritable, type UserTransactionsSendCreateData, type UserTransactionsSendCreateResponse, type UserTransactionsSendCreateResponses, type UserUsernameSetCreateData, type UserUsernameSetCreateResponse, type UserUsernameSetCreateResponses, type Warmstorage, type WarmstorageAccount, type WarmstorageAccountWritable, createStellarTestnetApi };
|