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,988 @@
|
|
|
1
|
+
// This file is auto-generated by @hey-api/openapi-ts
|
|
2
|
+
|
|
3
|
+
export type ClientOptions = {
|
|
4
|
+
baseUrl: 'https://mass-send.services.rehive.com/api/1/' | (string & {});
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* This serializer can be used if only a `status` is required in the response.
|
|
9
|
+
*/
|
|
10
|
+
export type ActionResponse = {
|
|
11
|
+
status?: string;
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* Serialize the activation data, should be a token that represents an admin
|
|
16
|
+
* user.
|
|
17
|
+
*/
|
|
18
|
+
export type Activate = {
|
|
19
|
+
token: string;
|
|
20
|
+
readonly id: string;
|
|
21
|
+
readonly name: string;
|
|
22
|
+
readonly secret: string;
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
/**
|
|
26
|
+
* A ModelSerializer that takes additional arguments for
|
|
27
|
+
* "fields", "omit" and "expand" in order to
|
|
28
|
+
* control which fields are displayed, and whether to replace simple
|
|
29
|
+
* values with complex, nested serializations
|
|
30
|
+
*/
|
|
31
|
+
export type AdminCompany = {
|
|
32
|
+
readonly id: string;
|
|
33
|
+
readonly secret: string;
|
|
34
|
+
name?: string | null;
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
export type AdminCompanyResponse = {
|
|
38
|
+
status?: string;
|
|
39
|
+
data?: AdminCompany;
|
|
40
|
+
};
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* A ModelSerializer that takes additional arguments for
|
|
44
|
+
* "fields", "omit" and "expand" in order to
|
|
45
|
+
* control which fields are displayed, and whether to replace simple
|
|
46
|
+
* values with complex, nested serializations
|
|
47
|
+
*/
|
|
48
|
+
export type AdminListCreateTransactionBatch = {
|
|
49
|
+
readonly id: string;
|
|
50
|
+
file: string;
|
|
51
|
+
readonly file_hash: string | null;
|
|
52
|
+
readonly transactions_total: number;
|
|
53
|
+
readonly transactions_succeeded: number;
|
|
54
|
+
readonly transactions_failed: number;
|
|
55
|
+
readonly created: number;
|
|
56
|
+
readonly updated: number;
|
|
57
|
+
readonly status: string;
|
|
58
|
+
readonly errors: Array<string>;
|
|
59
|
+
published?: boolean;
|
|
60
|
+
/**
|
|
61
|
+
* * `admin` - Admin
|
|
62
|
+
* * `user` - User
|
|
63
|
+
*/
|
|
64
|
+
section: 'admin' | 'user';
|
|
65
|
+
};
|
|
66
|
+
|
|
67
|
+
export type AdminListCreateTransactionBatchResponse = {
|
|
68
|
+
status?: string;
|
|
69
|
+
data?: AdminListCreateTransactionBatch;
|
|
70
|
+
};
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* A ModelSerializer that takes additional arguments for
|
|
74
|
+
* "fields", "omit" and "expand" in order to
|
|
75
|
+
* control which fields are displayed, and whether to replace simple
|
|
76
|
+
* values with complex, nested serializations
|
|
77
|
+
*/
|
|
78
|
+
export type AdminListCreateTransactionUpdateBatch = {
|
|
79
|
+
readonly id: string;
|
|
80
|
+
file: string;
|
|
81
|
+
readonly file_hash: string | null;
|
|
82
|
+
readonly rows_total: number;
|
|
83
|
+
readonly rows_succeeded: number;
|
|
84
|
+
readonly rows_failed: number;
|
|
85
|
+
readonly created: number;
|
|
86
|
+
readonly updated: number;
|
|
87
|
+
readonly status: string;
|
|
88
|
+
readonly errors: Array<string>;
|
|
89
|
+
published?: boolean;
|
|
90
|
+
/**
|
|
91
|
+
* * `admin` - Admin
|
|
92
|
+
*/
|
|
93
|
+
section?: 'admin';
|
|
94
|
+
};
|
|
95
|
+
|
|
96
|
+
export type AdminListCreateTransactionUpdateBatchResponse = {
|
|
97
|
+
status?: string;
|
|
98
|
+
data?: AdminListCreateTransactionUpdateBatch;
|
|
99
|
+
};
|
|
100
|
+
|
|
101
|
+
/**
|
|
102
|
+
* Serialize the deactivation data, should be a token that represents an admin
|
|
103
|
+
* user.
|
|
104
|
+
*/
|
|
105
|
+
export type Deactivate = {
|
|
106
|
+
token: string;
|
|
107
|
+
purge?: boolean;
|
|
108
|
+
};
|
|
109
|
+
|
|
110
|
+
/**
|
|
111
|
+
* A ModelSerializer that takes additional arguments for
|
|
112
|
+
* "fields", "omit" and "expand" in order to
|
|
113
|
+
* control which fields are displayed, and whether to replace simple
|
|
114
|
+
* values with complex, nested serializations
|
|
115
|
+
*/
|
|
116
|
+
export type ListCreateTransactionBatch = {
|
|
117
|
+
readonly id: string;
|
|
118
|
+
file: string;
|
|
119
|
+
readonly file_hash: string | null;
|
|
120
|
+
readonly transactions_total: number;
|
|
121
|
+
readonly transactions_succeeded: number;
|
|
122
|
+
readonly transactions_failed: number;
|
|
123
|
+
readonly created: number;
|
|
124
|
+
readonly updated: number;
|
|
125
|
+
readonly status: string;
|
|
126
|
+
readonly errors: Array<string>;
|
|
127
|
+
published?: boolean;
|
|
128
|
+
};
|
|
129
|
+
|
|
130
|
+
export type ListCreateTransactionBatchResponse = {
|
|
131
|
+
status?: string;
|
|
132
|
+
data?: ListCreateTransactionBatch;
|
|
133
|
+
};
|
|
134
|
+
|
|
135
|
+
/**
|
|
136
|
+
* A ModelSerializer that takes additional arguments for
|
|
137
|
+
* "fields", "omit" and "expand" in order to
|
|
138
|
+
* control which fields are displayed, and whether to replace simple
|
|
139
|
+
* values with complex, nested serializations
|
|
140
|
+
*/
|
|
141
|
+
export type ListTransaction = {
|
|
142
|
+
readonly id: number;
|
|
143
|
+
readonly updated: string;
|
|
144
|
+
readonly created: string;
|
|
145
|
+
amount?: string | null;
|
|
146
|
+
currency?: string | null;
|
|
147
|
+
user?: string | null;
|
|
148
|
+
recipient?: string | null;
|
|
149
|
+
credit_account?: string | null;
|
|
150
|
+
credit_metadata?: {
|
|
151
|
+
[key: string]: unknown;
|
|
152
|
+
} | null;
|
|
153
|
+
credit_note?: string | null;
|
|
154
|
+
credit_reference?: string | null;
|
|
155
|
+
credit_subtype?: string | null;
|
|
156
|
+
debit_account?: string | null;
|
|
157
|
+
debit_metadata?: {
|
|
158
|
+
[key: string]: unknown;
|
|
159
|
+
} | null;
|
|
160
|
+
debit_note?: string | null;
|
|
161
|
+
debit_reference?: string | null;
|
|
162
|
+
debit_subtype?: string | null;
|
|
163
|
+
uploaded_to_rehive?: boolean;
|
|
164
|
+
rehive_error?: string | null;
|
|
165
|
+
processed?: boolean;
|
|
166
|
+
idempotency_key?: string | null;
|
|
167
|
+
};
|
|
168
|
+
|
|
169
|
+
/**
|
|
170
|
+
* A ModelSerializer that takes additional arguments for
|
|
171
|
+
* "fields", "omit" and "expand" in order to
|
|
172
|
+
* control which fields are displayed, and whether to replace simple
|
|
173
|
+
* values with complex, nested serializations
|
|
174
|
+
*/
|
|
175
|
+
export type ListTransactionUpdateRow = {
|
|
176
|
+
readonly id: number;
|
|
177
|
+
readonly updated: string;
|
|
178
|
+
readonly created: string;
|
|
179
|
+
tx_id: string;
|
|
180
|
+
note?: string | null;
|
|
181
|
+
metadata?: {
|
|
182
|
+
[key: string]: unknown;
|
|
183
|
+
} | null;
|
|
184
|
+
uploaded_to_rehive?: boolean;
|
|
185
|
+
rehive_error?: string | null;
|
|
186
|
+
processed?: boolean;
|
|
187
|
+
idempotency_key?: string | null;
|
|
188
|
+
};
|
|
189
|
+
|
|
190
|
+
export type PaginatedAdminListCreateTransactionBatchList = {
|
|
191
|
+
count?: number;
|
|
192
|
+
next?: string | null;
|
|
193
|
+
previous?: string | null;
|
|
194
|
+
results?: Array<AdminListCreateTransactionBatch>;
|
|
195
|
+
};
|
|
196
|
+
|
|
197
|
+
export type PaginatedAdminListCreateTransactionBatchListResponse = {
|
|
198
|
+
status?: string;
|
|
199
|
+
data?: PaginatedAdminListCreateTransactionBatchList;
|
|
200
|
+
};
|
|
201
|
+
|
|
202
|
+
export type PaginatedAdminListCreateTransactionUpdateBatchList = {
|
|
203
|
+
count?: number;
|
|
204
|
+
next?: string | null;
|
|
205
|
+
previous?: string | null;
|
|
206
|
+
results?: Array<AdminListCreateTransactionUpdateBatch>;
|
|
207
|
+
};
|
|
208
|
+
|
|
209
|
+
export type PaginatedAdminListCreateTransactionUpdateBatchListResponse = {
|
|
210
|
+
status?: string;
|
|
211
|
+
data?: PaginatedAdminListCreateTransactionUpdateBatchList;
|
|
212
|
+
};
|
|
213
|
+
|
|
214
|
+
export type PaginatedListCreateTransactionBatchList = {
|
|
215
|
+
count?: number;
|
|
216
|
+
next?: string | null;
|
|
217
|
+
previous?: string | null;
|
|
218
|
+
results?: Array<ListCreateTransactionBatch>;
|
|
219
|
+
};
|
|
220
|
+
|
|
221
|
+
export type PaginatedListCreateTransactionBatchListResponse = {
|
|
222
|
+
status?: string;
|
|
223
|
+
data?: PaginatedListCreateTransactionBatchList;
|
|
224
|
+
};
|
|
225
|
+
|
|
226
|
+
export type PaginatedListTransactionList = {
|
|
227
|
+
count?: number;
|
|
228
|
+
next?: string | null;
|
|
229
|
+
previous?: string | null;
|
|
230
|
+
results?: Array<ListTransaction>;
|
|
231
|
+
};
|
|
232
|
+
|
|
233
|
+
export type PaginatedListTransactionListResponse = {
|
|
234
|
+
status?: string;
|
|
235
|
+
data?: PaginatedListTransactionList;
|
|
236
|
+
};
|
|
237
|
+
|
|
238
|
+
export type PaginatedListTransactionUpdateRowList = {
|
|
239
|
+
count?: number;
|
|
240
|
+
next?: string | null;
|
|
241
|
+
previous?: string | null;
|
|
242
|
+
results?: Array<ListTransactionUpdateRow>;
|
|
243
|
+
};
|
|
244
|
+
|
|
245
|
+
export type PaginatedListTransactionUpdateRowListResponse = {
|
|
246
|
+
status?: string;
|
|
247
|
+
data?: PaginatedListTransactionUpdateRowList;
|
|
248
|
+
};
|
|
249
|
+
|
|
250
|
+
/**
|
|
251
|
+
* A ModelSerializer that takes additional arguments for
|
|
252
|
+
* "fields", "omit" and "expand" in order to
|
|
253
|
+
* control which fields are displayed, and whether to replace simple
|
|
254
|
+
* values with complex, nested serializations
|
|
255
|
+
*/
|
|
256
|
+
export type PatchedAdminCompany = {
|
|
257
|
+
readonly id?: string;
|
|
258
|
+
readonly secret?: string;
|
|
259
|
+
name?: string | null;
|
|
260
|
+
};
|
|
261
|
+
|
|
262
|
+
/**
|
|
263
|
+
* A ModelSerializer that takes additional arguments for
|
|
264
|
+
* "fields", "omit" and "expand" in order to
|
|
265
|
+
* control which fields are displayed, and whether to replace simple
|
|
266
|
+
* values with complex, nested serializations
|
|
267
|
+
*/
|
|
268
|
+
export type PatchedTransactionBatch = {
|
|
269
|
+
readonly id?: string;
|
|
270
|
+
readonly file?: string;
|
|
271
|
+
readonly file_hash?: string | null;
|
|
272
|
+
readonly transactions_total?: number;
|
|
273
|
+
readonly transactions_succeeded?: number;
|
|
274
|
+
readonly transactions_failed?: number;
|
|
275
|
+
readonly created?: number;
|
|
276
|
+
readonly updated?: number;
|
|
277
|
+
readonly status?: string;
|
|
278
|
+
readonly errors?: Array<string>;
|
|
279
|
+
published?: boolean;
|
|
280
|
+
};
|
|
281
|
+
|
|
282
|
+
/**
|
|
283
|
+
* A ModelSerializer that takes additional arguments for
|
|
284
|
+
* "fields", "omit" and "expand" in order to
|
|
285
|
+
* control which fields are displayed, and whether to replace simple
|
|
286
|
+
* values with complex, nested serializations
|
|
287
|
+
*/
|
|
288
|
+
export type PatchedTransactionUpdateBatch = {
|
|
289
|
+
readonly id?: string;
|
|
290
|
+
readonly file?: string;
|
|
291
|
+
readonly file_hash?: string | null;
|
|
292
|
+
readonly rows_total?: number;
|
|
293
|
+
readonly rows_succeeded?: number;
|
|
294
|
+
readonly rows_failed?: number;
|
|
295
|
+
readonly created?: number;
|
|
296
|
+
readonly updated?: number;
|
|
297
|
+
readonly status?: string;
|
|
298
|
+
readonly errors?: Array<string>;
|
|
299
|
+
published?: boolean;
|
|
300
|
+
};
|
|
301
|
+
|
|
302
|
+
/**
|
|
303
|
+
* A ModelSerializer that takes additional arguments for
|
|
304
|
+
* "fields", "omit" and "expand" in order to
|
|
305
|
+
* control which fields are displayed, and whether to replace simple
|
|
306
|
+
* values with complex, nested serializations
|
|
307
|
+
*/
|
|
308
|
+
export type TransactionBatch = {
|
|
309
|
+
readonly id: string;
|
|
310
|
+
readonly file: string;
|
|
311
|
+
readonly file_hash: string | null;
|
|
312
|
+
readonly transactions_total: number;
|
|
313
|
+
readonly transactions_succeeded: number;
|
|
314
|
+
readonly transactions_failed: number;
|
|
315
|
+
readonly created: number;
|
|
316
|
+
readonly updated: number;
|
|
317
|
+
readonly status: string;
|
|
318
|
+
readonly errors: Array<string>;
|
|
319
|
+
published?: boolean;
|
|
320
|
+
};
|
|
321
|
+
|
|
322
|
+
export type TransactionBatchResponse = {
|
|
323
|
+
status?: string;
|
|
324
|
+
data?: TransactionBatch;
|
|
325
|
+
};
|
|
326
|
+
|
|
327
|
+
/**
|
|
328
|
+
* A ModelSerializer that takes additional arguments for
|
|
329
|
+
* "fields", "omit" and "expand" in order to
|
|
330
|
+
* control which fields are displayed, and whether to replace simple
|
|
331
|
+
* values with complex, nested serializations
|
|
332
|
+
*/
|
|
333
|
+
export type TransactionUpdateBatch = {
|
|
334
|
+
readonly id: string;
|
|
335
|
+
readonly file: string;
|
|
336
|
+
readonly file_hash: string | null;
|
|
337
|
+
readonly rows_total: number;
|
|
338
|
+
readonly rows_succeeded: number;
|
|
339
|
+
readonly rows_failed: number;
|
|
340
|
+
readonly created: number;
|
|
341
|
+
readonly updated: number;
|
|
342
|
+
readonly status: string;
|
|
343
|
+
readonly errors: Array<string>;
|
|
344
|
+
published?: boolean;
|
|
345
|
+
};
|
|
346
|
+
|
|
347
|
+
export type Webhook = {
|
|
348
|
+
id: string;
|
|
349
|
+
/**
|
|
350
|
+
* * `currency.create` - currency.create
|
|
351
|
+
* * `currency.update` - currency.update
|
|
352
|
+
*/
|
|
353
|
+
event: 'currency.create' | 'currency.update';
|
|
354
|
+
company: string;
|
|
355
|
+
data: {
|
|
356
|
+
[key: string]: unknown;
|
|
357
|
+
};
|
|
358
|
+
};
|
|
359
|
+
|
|
360
|
+
/**
|
|
361
|
+
* A ModelSerializer that takes additional arguments for
|
|
362
|
+
* "fields", "omit" and "expand" in order to
|
|
363
|
+
* control which fields are displayed, and whether to replace simple
|
|
364
|
+
* values with complex, nested serializations
|
|
365
|
+
*/
|
|
366
|
+
export type AdminCompanyWritable = {
|
|
367
|
+
name?: string | null;
|
|
368
|
+
};
|
|
369
|
+
|
|
370
|
+
export type AdminCompanyResponseWritable = {
|
|
371
|
+
status?: string;
|
|
372
|
+
data?: AdminCompanyWritable;
|
|
373
|
+
};
|
|
374
|
+
|
|
375
|
+
/**
|
|
376
|
+
* A ModelSerializer that takes additional arguments for
|
|
377
|
+
* "fields", "omit" and "expand" in order to
|
|
378
|
+
* control which fields are displayed, and whether to replace simple
|
|
379
|
+
* values with complex, nested serializations
|
|
380
|
+
*/
|
|
381
|
+
export type AdminListCreateTransactionBatchWritable = {
|
|
382
|
+
file: string;
|
|
383
|
+
published?: boolean;
|
|
384
|
+
/**
|
|
385
|
+
* * `admin` - Admin
|
|
386
|
+
* * `user` - User
|
|
387
|
+
*/
|
|
388
|
+
section: 'admin' | 'user';
|
|
389
|
+
};
|
|
390
|
+
|
|
391
|
+
export type AdminListCreateTransactionBatchResponseWritable = {
|
|
392
|
+
status?: string;
|
|
393
|
+
data?: AdminListCreateTransactionBatchWritable;
|
|
394
|
+
};
|
|
395
|
+
|
|
396
|
+
/**
|
|
397
|
+
* A ModelSerializer that takes additional arguments for
|
|
398
|
+
* "fields", "omit" and "expand" in order to
|
|
399
|
+
* control which fields are displayed, and whether to replace simple
|
|
400
|
+
* values with complex, nested serializations
|
|
401
|
+
*/
|
|
402
|
+
export type AdminListCreateTransactionUpdateBatchWritable = {
|
|
403
|
+
file: string;
|
|
404
|
+
published?: boolean;
|
|
405
|
+
/**
|
|
406
|
+
* * `admin` - Admin
|
|
407
|
+
*/
|
|
408
|
+
section?: 'admin';
|
|
409
|
+
};
|
|
410
|
+
|
|
411
|
+
export type AdminListCreateTransactionUpdateBatchResponseWritable = {
|
|
412
|
+
status?: string;
|
|
413
|
+
data?: AdminListCreateTransactionUpdateBatchWritable;
|
|
414
|
+
};
|
|
415
|
+
|
|
416
|
+
/**
|
|
417
|
+
* A ModelSerializer that takes additional arguments for
|
|
418
|
+
* "fields", "omit" and "expand" in order to
|
|
419
|
+
* control which fields are displayed, and whether to replace simple
|
|
420
|
+
* values with complex, nested serializations
|
|
421
|
+
*/
|
|
422
|
+
export type ListCreateTransactionBatchWritable = {
|
|
423
|
+
file: string;
|
|
424
|
+
published?: boolean;
|
|
425
|
+
};
|
|
426
|
+
|
|
427
|
+
export type ListCreateTransactionBatchResponseWritable = {
|
|
428
|
+
status?: string;
|
|
429
|
+
data?: ListCreateTransactionBatchWritable;
|
|
430
|
+
};
|
|
431
|
+
|
|
432
|
+
/**
|
|
433
|
+
* A ModelSerializer that takes additional arguments for
|
|
434
|
+
* "fields", "omit" and "expand" in order to
|
|
435
|
+
* control which fields are displayed, and whether to replace simple
|
|
436
|
+
* values with complex, nested serializations
|
|
437
|
+
*/
|
|
438
|
+
export type ListTransactionWritable = {
|
|
439
|
+
amount?: string | null;
|
|
440
|
+
currency?: string | null;
|
|
441
|
+
user?: string | null;
|
|
442
|
+
recipient?: string | null;
|
|
443
|
+
credit_account?: string | null;
|
|
444
|
+
credit_metadata?: {
|
|
445
|
+
[key: string]: unknown;
|
|
446
|
+
} | null;
|
|
447
|
+
credit_note?: string | null;
|
|
448
|
+
credit_reference?: string | null;
|
|
449
|
+
credit_subtype?: string | null;
|
|
450
|
+
debit_account?: string | null;
|
|
451
|
+
debit_metadata?: {
|
|
452
|
+
[key: string]: unknown;
|
|
453
|
+
} | null;
|
|
454
|
+
debit_note?: string | null;
|
|
455
|
+
debit_reference?: string | null;
|
|
456
|
+
debit_subtype?: string | null;
|
|
457
|
+
uploaded_to_rehive?: boolean;
|
|
458
|
+
rehive_error?: string | null;
|
|
459
|
+
processed?: boolean;
|
|
460
|
+
idempotency_key?: string | null;
|
|
461
|
+
};
|
|
462
|
+
|
|
463
|
+
/**
|
|
464
|
+
* A ModelSerializer that takes additional arguments for
|
|
465
|
+
* "fields", "omit" and "expand" in order to
|
|
466
|
+
* control which fields are displayed, and whether to replace simple
|
|
467
|
+
* values with complex, nested serializations
|
|
468
|
+
*/
|
|
469
|
+
export type ListTransactionUpdateRowWritable = {
|
|
470
|
+
tx_id: string;
|
|
471
|
+
note?: string | null;
|
|
472
|
+
metadata?: {
|
|
473
|
+
[key: string]: unknown;
|
|
474
|
+
} | null;
|
|
475
|
+
uploaded_to_rehive?: boolean;
|
|
476
|
+
rehive_error?: string | null;
|
|
477
|
+
processed?: boolean;
|
|
478
|
+
idempotency_key?: string | null;
|
|
479
|
+
};
|
|
480
|
+
|
|
481
|
+
export type PaginatedAdminListCreateTransactionBatchListWritable = {
|
|
482
|
+
count?: number;
|
|
483
|
+
next?: string | null;
|
|
484
|
+
previous?: string | null;
|
|
485
|
+
results?: Array<AdminListCreateTransactionBatchWritable>;
|
|
486
|
+
};
|
|
487
|
+
|
|
488
|
+
export type PaginatedAdminListCreateTransactionBatchListResponseWritable = {
|
|
489
|
+
status?: string;
|
|
490
|
+
data?: PaginatedAdminListCreateTransactionBatchListWritable;
|
|
491
|
+
};
|
|
492
|
+
|
|
493
|
+
export type PaginatedAdminListCreateTransactionUpdateBatchListWritable = {
|
|
494
|
+
count?: number;
|
|
495
|
+
next?: string | null;
|
|
496
|
+
previous?: string | null;
|
|
497
|
+
results?: Array<AdminListCreateTransactionUpdateBatchWritable>;
|
|
498
|
+
};
|
|
499
|
+
|
|
500
|
+
export type PaginatedAdminListCreateTransactionUpdateBatchListResponseWritable = {
|
|
501
|
+
status?: string;
|
|
502
|
+
data?: PaginatedAdminListCreateTransactionUpdateBatchListWritable;
|
|
503
|
+
};
|
|
504
|
+
|
|
505
|
+
export type PaginatedListCreateTransactionBatchListWritable = {
|
|
506
|
+
count?: number;
|
|
507
|
+
next?: string | null;
|
|
508
|
+
previous?: string | null;
|
|
509
|
+
results?: Array<ListCreateTransactionBatchWritable>;
|
|
510
|
+
};
|
|
511
|
+
|
|
512
|
+
export type PaginatedListCreateTransactionBatchListResponseWritable = {
|
|
513
|
+
status?: string;
|
|
514
|
+
data?: PaginatedListCreateTransactionBatchListWritable;
|
|
515
|
+
};
|
|
516
|
+
|
|
517
|
+
export type PaginatedListTransactionListWritable = {
|
|
518
|
+
count?: number;
|
|
519
|
+
next?: string | null;
|
|
520
|
+
previous?: string | null;
|
|
521
|
+
results?: Array<ListTransactionWritable>;
|
|
522
|
+
};
|
|
523
|
+
|
|
524
|
+
export type PaginatedListTransactionListResponseWritable = {
|
|
525
|
+
status?: string;
|
|
526
|
+
data?: PaginatedListTransactionListWritable;
|
|
527
|
+
};
|
|
528
|
+
|
|
529
|
+
export type PaginatedListTransactionUpdateRowListWritable = {
|
|
530
|
+
count?: number;
|
|
531
|
+
next?: string | null;
|
|
532
|
+
previous?: string | null;
|
|
533
|
+
results?: Array<ListTransactionUpdateRowWritable>;
|
|
534
|
+
};
|
|
535
|
+
|
|
536
|
+
export type PaginatedListTransactionUpdateRowListResponseWritable = {
|
|
537
|
+
status?: string;
|
|
538
|
+
data?: PaginatedListTransactionUpdateRowListWritable;
|
|
539
|
+
};
|
|
540
|
+
|
|
541
|
+
/**
|
|
542
|
+
* A ModelSerializer that takes additional arguments for
|
|
543
|
+
* "fields", "omit" and "expand" in order to
|
|
544
|
+
* control which fields are displayed, and whether to replace simple
|
|
545
|
+
* values with complex, nested serializations
|
|
546
|
+
*/
|
|
547
|
+
export type PatchedAdminCompanyWritable = {
|
|
548
|
+
name?: string | null;
|
|
549
|
+
};
|
|
550
|
+
|
|
551
|
+
/**
|
|
552
|
+
* A ModelSerializer that takes additional arguments for
|
|
553
|
+
* "fields", "omit" and "expand" in order to
|
|
554
|
+
* control which fields are displayed, and whether to replace simple
|
|
555
|
+
* values with complex, nested serializations
|
|
556
|
+
*/
|
|
557
|
+
export type PatchedTransactionBatchWritable = {
|
|
558
|
+
published?: boolean;
|
|
559
|
+
};
|
|
560
|
+
|
|
561
|
+
/**
|
|
562
|
+
* A ModelSerializer that takes additional arguments for
|
|
563
|
+
* "fields", "omit" and "expand" in order to
|
|
564
|
+
* control which fields are displayed, and whether to replace simple
|
|
565
|
+
* values with complex, nested serializations
|
|
566
|
+
*/
|
|
567
|
+
export type PatchedTransactionUpdateBatchWritable = {
|
|
568
|
+
published?: boolean;
|
|
569
|
+
};
|
|
570
|
+
|
|
571
|
+
/**
|
|
572
|
+
* A ModelSerializer that takes additional arguments for
|
|
573
|
+
* "fields", "omit" and "expand" in order to
|
|
574
|
+
* control which fields are displayed, and whether to replace simple
|
|
575
|
+
* values with complex, nested serializations
|
|
576
|
+
*/
|
|
577
|
+
export type TransactionBatchWritable = {
|
|
578
|
+
published?: boolean;
|
|
579
|
+
};
|
|
580
|
+
|
|
581
|
+
export type TransactionBatchResponseWritable = {
|
|
582
|
+
status?: string;
|
|
583
|
+
data?: TransactionBatchWritable;
|
|
584
|
+
};
|
|
585
|
+
|
|
586
|
+
/**
|
|
587
|
+
* A ModelSerializer that takes additional arguments for
|
|
588
|
+
* "fields", "omit" and "expand" in order to
|
|
589
|
+
* control which fields are displayed, and whether to replace simple
|
|
590
|
+
* values with complex, nested serializations
|
|
591
|
+
*/
|
|
592
|
+
export type TransactionUpdateBatchWritable = {
|
|
593
|
+
published?: boolean;
|
|
594
|
+
};
|
|
595
|
+
|
|
596
|
+
export type ActivateCreateData = {
|
|
597
|
+
body: Activate;
|
|
598
|
+
path?: never;
|
|
599
|
+
query?: never;
|
|
600
|
+
url: '/activate/';
|
|
601
|
+
};
|
|
602
|
+
|
|
603
|
+
export type ActivateCreateResponses = {
|
|
604
|
+
200: ActionResponse;
|
|
605
|
+
};
|
|
606
|
+
|
|
607
|
+
export type ActivateCreateResponse = ActivateCreateResponses[keyof ActivateCreateResponses];
|
|
608
|
+
|
|
609
|
+
export type AdminCompanyRetrieveData = {
|
|
610
|
+
body?: never;
|
|
611
|
+
path?: never;
|
|
612
|
+
query?: never;
|
|
613
|
+
url: '/admin/company/';
|
|
614
|
+
};
|
|
615
|
+
|
|
616
|
+
export type AdminCompanyRetrieveResponses = {
|
|
617
|
+
200: AdminCompanyResponse;
|
|
618
|
+
};
|
|
619
|
+
|
|
620
|
+
export type AdminCompanyRetrieveResponse = AdminCompanyRetrieveResponses[keyof AdminCompanyRetrieveResponses];
|
|
621
|
+
|
|
622
|
+
export type AdminCompanyPartialUpdateData = {
|
|
623
|
+
body?: PatchedAdminCompanyWritable;
|
|
624
|
+
path?: never;
|
|
625
|
+
query?: never;
|
|
626
|
+
url: '/admin/company/';
|
|
627
|
+
};
|
|
628
|
+
|
|
629
|
+
export type AdminCompanyPartialUpdateResponses = {
|
|
630
|
+
200: AdminCompanyResponse;
|
|
631
|
+
};
|
|
632
|
+
|
|
633
|
+
export type AdminCompanyPartialUpdateResponse = AdminCompanyPartialUpdateResponses[keyof AdminCompanyPartialUpdateResponses];
|
|
634
|
+
|
|
635
|
+
export type AdminCompanyUpdateData = {
|
|
636
|
+
body?: AdminCompanyWritable;
|
|
637
|
+
path?: never;
|
|
638
|
+
query?: never;
|
|
639
|
+
url: '/admin/company/';
|
|
640
|
+
};
|
|
641
|
+
|
|
642
|
+
export type AdminCompanyUpdateResponses = {
|
|
643
|
+
200: AdminCompanyResponse;
|
|
644
|
+
};
|
|
645
|
+
|
|
646
|
+
export type AdminCompanyUpdateResponse = AdminCompanyUpdateResponses[keyof AdminCompanyUpdateResponses];
|
|
647
|
+
|
|
648
|
+
export type AdminTransactionUpdateBatchesListData = {
|
|
649
|
+
body?: never;
|
|
650
|
+
path?: never;
|
|
651
|
+
query?: {
|
|
652
|
+
/**
|
|
653
|
+
* A page number within the paginated result set.
|
|
654
|
+
*/
|
|
655
|
+
page?: number;
|
|
656
|
+
/**
|
|
657
|
+
* Number of results to return per page.
|
|
658
|
+
*/
|
|
659
|
+
page_size?: number;
|
|
660
|
+
section?: string;
|
|
661
|
+
user?: string;
|
|
662
|
+
};
|
|
663
|
+
url: '/admin/transaction-update-batches/';
|
|
664
|
+
};
|
|
665
|
+
|
|
666
|
+
export type AdminTransactionUpdateBatchesListResponses = {
|
|
667
|
+
200: PaginatedAdminListCreateTransactionUpdateBatchListResponse;
|
|
668
|
+
};
|
|
669
|
+
|
|
670
|
+
export type AdminTransactionUpdateBatchesListResponse = AdminTransactionUpdateBatchesListResponses[keyof AdminTransactionUpdateBatchesListResponses];
|
|
671
|
+
|
|
672
|
+
export type AdminTransactionUpdateBatchesCreateData = {
|
|
673
|
+
body: AdminListCreateTransactionUpdateBatchWritable;
|
|
674
|
+
path?: never;
|
|
675
|
+
query?: never;
|
|
676
|
+
url: '/admin/transaction-update-batches/';
|
|
677
|
+
};
|
|
678
|
+
|
|
679
|
+
export type AdminTransactionUpdateBatchesCreateResponses = {
|
|
680
|
+
201: AdminListCreateTransactionUpdateBatchResponse;
|
|
681
|
+
};
|
|
682
|
+
|
|
683
|
+
export type AdminTransactionUpdateBatchesCreateResponse = AdminTransactionUpdateBatchesCreateResponses[keyof AdminTransactionUpdateBatchesCreateResponses];
|
|
684
|
+
|
|
685
|
+
export type AdminTransactionUpdateBatchesRetrieveData = {
|
|
686
|
+
body?: never;
|
|
687
|
+
path: {
|
|
688
|
+
batch_id: string;
|
|
689
|
+
};
|
|
690
|
+
query?: never;
|
|
691
|
+
url: '/admin/transaction-update-batches/{batch_id}/';
|
|
692
|
+
};
|
|
693
|
+
|
|
694
|
+
export type AdminTransactionUpdateBatchesRetrieveResponses = {
|
|
695
|
+
200: AdminListCreateTransactionUpdateBatchResponse;
|
|
696
|
+
};
|
|
697
|
+
|
|
698
|
+
export type AdminTransactionUpdateBatchesRetrieveResponse = AdminTransactionUpdateBatchesRetrieveResponses[keyof AdminTransactionUpdateBatchesRetrieveResponses];
|
|
699
|
+
|
|
700
|
+
export type AdminTransactionUpdateBatchesPartialUpdateData = {
|
|
701
|
+
body?: PatchedTransactionUpdateBatchWritable;
|
|
702
|
+
path: {
|
|
703
|
+
batch_id: string;
|
|
704
|
+
};
|
|
705
|
+
query?: never;
|
|
706
|
+
url: '/admin/transaction-update-batches/{batch_id}/';
|
|
707
|
+
};
|
|
708
|
+
|
|
709
|
+
export type AdminTransactionUpdateBatchesPartialUpdateResponses = {
|
|
710
|
+
200: AdminListCreateTransactionUpdateBatchResponse;
|
|
711
|
+
};
|
|
712
|
+
|
|
713
|
+
export type AdminTransactionUpdateBatchesPartialUpdateResponse = AdminTransactionUpdateBatchesPartialUpdateResponses[keyof AdminTransactionUpdateBatchesPartialUpdateResponses];
|
|
714
|
+
|
|
715
|
+
export type AdminTransactionUpdateBatchesUpdateData = {
|
|
716
|
+
body?: TransactionUpdateBatchWritable;
|
|
717
|
+
path: {
|
|
718
|
+
batch_id: string;
|
|
719
|
+
};
|
|
720
|
+
query?: never;
|
|
721
|
+
url: '/admin/transaction-update-batches/{batch_id}/';
|
|
722
|
+
};
|
|
723
|
+
|
|
724
|
+
export type AdminTransactionUpdateBatchesUpdateResponses = {
|
|
725
|
+
200: AdminListCreateTransactionUpdateBatchResponse;
|
|
726
|
+
};
|
|
727
|
+
|
|
728
|
+
export type AdminTransactionUpdateBatchesUpdateResponse = AdminTransactionUpdateBatchesUpdateResponses[keyof AdminTransactionUpdateBatchesUpdateResponses];
|
|
729
|
+
|
|
730
|
+
export type AdminTransactionUpdateBatchesRowsListData = {
|
|
731
|
+
body?: never;
|
|
732
|
+
path: {
|
|
733
|
+
batch_id: string;
|
|
734
|
+
};
|
|
735
|
+
query?: {
|
|
736
|
+
/**
|
|
737
|
+
* A page number within the paginated result set.
|
|
738
|
+
*/
|
|
739
|
+
page?: number;
|
|
740
|
+
/**
|
|
741
|
+
* Number of results to return per page.
|
|
742
|
+
*/
|
|
743
|
+
page_size?: number;
|
|
744
|
+
};
|
|
745
|
+
url: '/admin/transaction-update-batches/{batch_id}/rows/';
|
|
746
|
+
};
|
|
747
|
+
|
|
748
|
+
export type AdminTransactionUpdateBatchesRowsListResponses = {
|
|
749
|
+
200: PaginatedListTransactionUpdateRowListResponse;
|
|
750
|
+
};
|
|
751
|
+
|
|
752
|
+
export type AdminTransactionUpdateBatchesRowsListResponse = AdminTransactionUpdateBatchesRowsListResponses[keyof AdminTransactionUpdateBatchesRowsListResponses];
|
|
753
|
+
|
|
754
|
+
export type AdminUploadsListData = {
|
|
755
|
+
body?: never;
|
|
756
|
+
path?: never;
|
|
757
|
+
query?: {
|
|
758
|
+
/**
|
|
759
|
+
* A page number within the paginated result set.
|
|
760
|
+
*/
|
|
761
|
+
page?: number;
|
|
762
|
+
/**
|
|
763
|
+
* Number of results to return per page.
|
|
764
|
+
*/
|
|
765
|
+
page_size?: number;
|
|
766
|
+
section?: string;
|
|
767
|
+
user?: string;
|
|
768
|
+
};
|
|
769
|
+
url: '/admin/uploads/';
|
|
770
|
+
};
|
|
771
|
+
|
|
772
|
+
export type AdminUploadsListResponses = {
|
|
773
|
+
200: PaginatedAdminListCreateTransactionBatchListResponse;
|
|
774
|
+
};
|
|
775
|
+
|
|
776
|
+
export type AdminUploadsListResponse = AdminUploadsListResponses[keyof AdminUploadsListResponses];
|
|
777
|
+
|
|
778
|
+
export type AdminUploadsCreateData = {
|
|
779
|
+
body: AdminListCreateTransactionBatchWritable;
|
|
780
|
+
path?: never;
|
|
781
|
+
query?: never;
|
|
782
|
+
url: '/admin/uploads/';
|
|
783
|
+
};
|
|
784
|
+
|
|
785
|
+
export type AdminUploadsCreateResponses = {
|
|
786
|
+
201: AdminListCreateTransactionBatchResponse;
|
|
787
|
+
};
|
|
788
|
+
|
|
789
|
+
export type AdminUploadsCreateResponse = AdminUploadsCreateResponses[keyof AdminUploadsCreateResponses];
|
|
790
|
+
|
|
791
|
+
export type AdminUploadsRetrieveData = {
|
|
792
|
+
body?: never;
|
|
793
|
+
path: {
|
|
794
|
+
batch_id: string;
|
|
795
|
+
};
|
|
796
|
+
query?: never;
|
|
797
|
+
url: '/admin/uploads/{batch_id}/';
|
|
798
|
+
};
|
|
799
|
+
|
|
800
|
+
export type AdminUploadsRetrieveResponses = {
|
|
801
|
+
200: AdminListCreateTransactionBatchResponse;
|
|
802
|
+
};
|
|
803
|
+
|
|
804
|
+
export type AdminUploadsRetrieveResponse = AdminUploadsRetrieveResponses[keyof AdminUploadsRetrieveResponses];
|
|
805
|
+
|
|
806
|
+
export type AdminUploadsPartialUpdateData = {
|
|
807
|
+
body?: PatchedTransactionBatchWritable;
|
|
808
|
+
path: {
|
|
809
|
+
batch_id: string;
|
|
810
|
+
};
|
|
811
|
+
query?: never;
|
|
812
|
+
url: '/admin/uploads/{batch_id}/';
|
|
813
|
+
};
|
|
814
|
+
|
|
815
|
+
export type AdminUploadsPartialUpdateResponses = {
|
|
816
|
+
200: AdminListCreateTransactionBatchResponse;
|
|
817
|
+
};
|
|
818
|
+
|
|
819
|
+
export type AdminUploadsPartialUpdateResponse = AdminUploadsPartialUpdateResponses[keyof AdminUploadsPartialUpdateResponses];
|
|
820
|
+
|
|
821
|
+
export type AdminUploadsUpdateData = {
|
|
822
|
+
body?: TransactionBatchWritable;
|
|
823
|
+
path: {
|
|
824
|
+
batch_id: string;
|
|
825
|
+
};
|
|
826
|
+
query?: never;
|
|
827
|
+
url: '/admin/uploads/{batch_id}/';
|
|
828
|
+
};
|
|
829
|
+
|
|
830
|
+
export type AdminUploadsUpdateResponses = {
|
|
831
|
+
200: AdminListCreateTransactionBatchResponse;
|
|
832
|
+
};
|
|
833
|
+
|
|
834
|
+
export type AdminUploadsUpdateResponse = AdminUploadsUpdateResponses[keyof AdminUploadsUpdateResponses];
|
|
835
|
+
|
|
836
|
+
export type AdminUploadsTransactionsListData = {
|
|
837
|
+
body?: never;
|
|
838
|
+
path: {
|
|
839
|
+
batch_id: string;
|
|
840
|
+
};
|
|
841
|
+
query?: {
|
|
842
|
+
/**
|
|
843
|
+
* A page number within the paginated result set.
|
|
844
|
+
*/
|
|
845
|
+
page?: number;
|
|
846
|
+
/**
|
|
847
|
+
* Number of results to return per page.
|
|
848
|
+
*/
|
|
849
|
+
page_size?: number;
|
|
850
|
+
};
|
|
851
|
+
url: '/admin/uploads/{batch_id}/transactions/';
|
|
852
|
+
};
|
|
853
|
+
|
|
854
|
+
export type AdminUploadsTransactionsListResponses = {
|
|
855
|
+
200: PaginatedListTransactionListResponse;
|
|
856
|
+
};
|
|
857
|
+
|
|
858
|
+
export type AdminUploadsTransactionsListResponse = AdminUploadsTransactionsListResponses[keyof AdminUploadsTransactionsListResponses];
|
|
859
|
+
|
|
860
|
+
export type DeactivateCreateData = {
|
|
861
|
+
body: Deactivate;
|
|
862
|
+
path?: never;
|
|
863
|
+
query?: never;
|
|
864
|
+
url: '/deactivate/';
|
|
865
|
+
};
|
|
866
|
+
|
|
867
|
+
export type DeactivateCreateResponses = {
|
|
868
|
+
200: ActionResponse;
|
|
869
|
+
};
|
|
870
|
+
|
|
871
|
+
export type DeactivateCreateResponse = DeactivateCreateResponses[keyof DeactivateCreateResponses];
|
|
872
|
+
|
|
873
|
+
export type UploadsListData = {
|
|
874
|
+
body?: never;
|
|
875
|
+
path?: never;
|
|
876
|
+
query?: {
|
|
877
|
+
/**
|
|
878
|
+
* A page number within the paginated result set.
|
|
879
|
+
*/
|
|
880
|
+
page?: number;
|
|
881
|
+
/**
|
|
882
|
+
* Number of results to return per page.
|
|
883
|
+
*/
|
|
884
|
+
page_size?: number;
|
|
885
|
+
};
|
|
886
|
+
url: '/uploads/';
|
|
887
|
+
};
|
|
888
|
+
|
|
889
|
+
export type UploadsListResponses = {
|
|
890
|
+
200: PaginatedListCreateTransactionBatchListResponse;
|
|
891
|
+
};
|
|
892
|
+
|
|
893
|
+
export type UploadsListResponse = UploadsListResponses[keyof UploadsListResponses];
|
|
894
|
+
|
|
895
|
+
export type UploadsCreateData = {
|
|
896
|
+
body: ListCreateTransactionBatchWritable;
|
|
897
|
+
path?: never;
|
|
898
|
+
query?: never;
|
|
899
|
+
url: '/uploads/';
|
|
900
|
+
};
|
|
901
|
+
|
|
902
|
+
export type UploadsCreateResponses = {
|
|
903
|
+
201: ListCreateTransactionBatchResponse;
|
|
904
|
+
};
|
|
905
|
+
|
|
906
|
+
export type UploadsCreateResponse = UploadsCreateResponses[keyof UploadsCreateResponses];
|
|
907
|
+
|
|
908
|
+
export type UploadsRetrieveData = {
|
|
909
|
+
body?: never;
|
|
910
|
+
path: {
|
|
911
|
+
batch_id: string;
|
|
912
|
+
};
|
|
913
|
+
query?: never;
|
|
914
|
+
url: '/uploads/{batch_id}/';
|
|
915
|
+
};
|
|
916
|
+
|
|
917
|
+
export type UploadsRetrieveResponses = {
|
|
918
|
+
200: TransactionBatchResponse;
|
|
919
|
+
};
|
|
920
|
+
|
|
921
|
+
export type UploadsRetrieveResponse = UploadsRetrieveResponses[keyof UploadsRetrieveResponses];
|
|
922
|
+
|
|
923
|
+
export type UploadsPartialUpdateData = {
|
|
924
|
+
body?: PatchedTransactionBatchWritable;
|
|
925
|
+
path: {
|
|
926
|
+
batch_id: string;
|
|
927
|
+
};
|
|
928
|
+
query?: never;
|
|
929
|
+
url: '/uploads/{batch_id}/';
|
|
930
|
+
};
|
|
931
|
+
|
|
932
|
+
export type UploadsPartialUpdateResponses = {
|
|
933
|
+
200: TransactionBatchResponse;
|
|
934
|
+
};
|
|
935
|
+
|
|
936
|
+
export type UploadsPartialUpdateResponse = UploadsPartialUpdateResponses[keyof UploadsPartialUpdateResponses];
|
|
937
|
+
|
|
938
|
+
export type UploadsUpdateData = {
|
|
939
|
+
body?: TransactionBatchWritable;
|
|
940
|
+
path: {
|
|
941
|
+
batch_id: string;
|
|
942
|
+
};
|
|
943
|
+
query?: never;
|
|
944
|
+
url: '/uploads/{batch_id}/';
|
|
945
|
+
};
|
|
946
|
+
|
|
947
|
+
export type UploadsUpdateResponses = {
|
|
948
|
+
200: TransactionBatchResponse;
|
|
949
|
+
};
|
|
950
|
+
|
|
951
|
+
export type UploadsUpdateResponse = UploadsUpdateResponses[keyof UploadsUpdateResponses];
|
|
952
|
+
|
|
953
|
+
export type UploadsTransactionsListData = {
|
|
954
|
+
body?: never;
|
|
955
|
+
path: {
|
|
956
|
+
batch_id: string;
|
|
957
|
+
};
|
|
958
|
+
query?: {
|
|
959
|
+
/**
|
|
960
|
+
* A page number within the paginated result set.
|
|
961
|
+
*/
|
|
962
|
+
page?: number;
|
|
963
|
+
/**
|
|
964
|
+
* Number of results to return per page.
|
|
965
|
+
*/
|
|
966
|
+
page_size?: number;
|
|
967
|
+
};
|
|
968
|
+
url: '/uploads/{batch_id}/transactions/';
|
|
969
|
+
};
|
|
970
|
+
|
|
971
|
+
export type UploadsTransactionsListResponses = {
|
|
972
|
+
200: PaginatedListTransactionListResponse;
|
|
973
|
+
};
|
|
974
|
+
|
|
975
|
+
export type UploadsTransactionsListResponse = UploadsTransactionsListResponses[keyof UploadsTransactionsListResponses];
|
|
976
|
+
|
|
977
|
+
export type WebhookCreateData = {
|
|
978
|
+
body: Webhook;
|
|
979
|
+
path?: never;
|
|
980
|
+
query?: never;
|
|
981
|
+
url: '/webhook/';
|
|
982
|
+
};
|
|
983
|
+
|
|
984
|
+
export type WebhookCreateResponses = {
|
|
985
|
+
200: ActionResponse;
|
|
986
|
+
};
|
|
987
|
+
|
|
988
|
+
export type WebhookCreateResponse = WebhookCreateResponses[keyof WebhookCreateResponses];
|