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