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
|
@@ -1,1827 +0,0 @@
|
|
|
1
|
-
/* eslint-disable */
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
// @ts-nocheck
|
|
4
|
-
/*
|
|
5
|
-
* ---------------------------------------------------------------
|
|
6
|
-
* ## THIS FILE WAS GENERATED VIA SWAGGER-TYPESCRIPT-API ##
|
|
7
|
-
* ## ##
|
|
8
|
-
* ## AUTHOR: acacode ##
|
|
9
|
-
* ## SOURCE: https://github.com/acacode/swagger-typescript-api ##
|
|
10
|
-
* ---------------------------------------------------------------
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
/** This serializer can be used if only a `status` is required in the response. */
|
|
14
|
-
export interface ActionResponse {
|
|
15
|
-
/** @default "sucess" */
|
|
16
|
-
status?: string;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
export interface Activate {
|
|
20
|
-
token: string;
|
|
21
|
-
id: string;
|
|
22
|
-
/** @format uuid */
|
|
23
|
-
secret: string;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
* A ModelSerializer that takes additional arguments for
|
|
28
|
-
* "fields", "omit" and "expand" in order to
|
|
29
|
-
* control which fields are displayed, and whether to replace simple
|
|
30
|
-
* values with complex, nested serializations
|
|
31
|
-
*/
|
|
32
|
-
export interface AdminCompany {
|
|
33
|
-
id: string;
|
|
34
|
-
/** @format uuid */
|
|
35
|
-
secret: string;
|
|
36
|
-
config?: Record<string, any>;
|
|
37
|
-
/** @format uri */
|
|
38
|
-
android_play_store_url?: string | null;
|
|
39
|
-
/** @format uri */
|
|
40
|
-
apple_app_store_url?: string | null;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
export interface AdminCompanyResponse {
|
|
44
|
-
/** @example "success" */
|
|
45
|
-
status?: string;
|
|
46
|
-
/**
|
|
47
|
-
* A ModelSerializer that takes additional arguments for
|
|
48
|
-
* "fields", "omit" and "expand" in order to
|
|
49
|
-
* control which fields are displayed, and whether to replace simple
|
|
50
|
-
* values with complex, nested serializations
|
|
51
|
-
*/
|
|
52
|
-
data?: AdminCompany;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
/**
|
|
56
|
-
* A ModelSerializer that takes additional arguments for
|
|
57
|
-
* "fields", "omit" and "expand" in order to
|
|
58
|
-
* control which fields are displayed, and whether to replace simple
|
|
59
|
-
* values with complex, nested serializations
|
|
60
|
-
*/
|
|
61
|
-
export interface AdminCreateDomain {
|
|
62
|
-
id: string;
|
|
63
|
-
/**
|
|
64
|
-
* * `native` - Native
|
|
65
|
-
* * `client` - Client
|
|
66
|
-
*/
|
|
67
|
-
host?: "native" | "client";
|
|
68
|
-
/** @maxLength 100 */
|
|
69
|
-
domain: string;
|
|
70
|
-
/**
|
|
71
|
-
* * `active` - Active
|
|
72
|
-
* * `inactive` - Inactive
|
|
73
|
-
*/
|
|
74
|
-
status: "active" | "inactive";
|
|
75
|
-
created: number;
|
|
76
|
-
updated: number;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
/**
|
|
80
|
-
* A ModelSerializer that takes additional arguments for
|
|
81
|
-
* "fields", "omit" and "expand" in order to
|
|
82
|
-
* control which fields are displayed, and whether to replace simple
|
|
83
|
-
* values with complex, nested serializations
|
|
84
|
-
*/
|
|
85
|
-
export interface AdminCreateLocale {
|
|
86
|
-
/** @pattern ^[a-zA-Z0-9\_\-]+$ */
|
|
87
|
-
id: string;
|
|
88
|
-
translation: Record<string, any>;
|
|
89
|
-
/** @format uri */
|
|
90
|
-
icon?: string | null;
|
|
91
|
-
/** @maxLength 50 */
|
|
92
|
-
name?: string | null;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
/**
|
|
96
|
-
* A ModelSerializer that takes additional arguments for
|
|
97
|
-
* "fields", "omit" and "expand" in order to
|
|
98
|
-
* control which fields are displayed, and whether to replace simple
|
|
99
|
-
* values with complex, nested serializations
|
|
100
|
-
*/
|
|
101
|
-
export interface AdminDomain {
|
|
102
|
-
id: string;
|
|
103
|
-
/**
|
|
104
|
-
* * `native` - Native
|
|
105
|
-
* * `client` - Client
|
|
106
|
-
*/
|
|
107
|
-
host: "native" | "client";
|
|
108
|
-
domain: string;
|
|
109
|
-
/**
|
|
110
|
-
* * `active` - Active
|
|
111
|
-
* * `inactive` - Inactive
|
|
112
|
-
*/
|
|
113
|
-
status: "active" | "inactive";
|
|
114
|
-
created: number;
|
|
115
|
-
updated: number;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
export interface AdminDomainResponse {
|
|
119
|
-
/** @example "success" */
|
|
120
|
-
status?: string;
|
|
121
|
-
/**
|
|
122
|
-
* A ModelSerializer that takes additional arguments for
|
|
123
|
-
* "fields", "omit" and "expand" in order to
|
|
124
|
-
* control which fields are displayed, and whether to replace simple
|
|
125
|
-
* values with complex, nested serializations
|
|
126
|
-
*/
|
|
127
|
-
data?: AdminDomain;
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
/**
|
|
131
|
-
* A ModelSerializer that takes additional arguments for
|
|
132
|
-
* "fields", "omit" and "expand" in order to
|
|
133
|
-
* control which fields are displayed, and whether to replace simple
|
|
134
|
-
* values with complex, nested serializations
|
|
135
|
-
*/
|
|
136
|
-
export interface AndroidApp {
|
|
137
|
-
id: string;
|
|
138
|
-
/** @maxLength 50 */
|
|
139
|
-
package: string;
|
|
140
|
-
/** @maxLength 30 */
|
|
141
|
-
name?: string | null;
|
|
142
|
-
/** @maxLength 80 */
|
|
143
|
-
short_description?: string | null;
|
|
144
|
-
/** @maxLength 4000 */
|
|
145
|
-
full_description?: string | null;
|
|
146
|
-
/** @maxLength 3807 */
|
|
147
|
-
whats_new?: string | null;
|
|
148
|
-
/**
|
|
149
|
-
* @format uri
|
|
150
|
-
* @maxLength 200
|
|
151
|
-
*/
|
|
152
|
-
website?: string | null;
|
|
153
|
-
/** @maxLength 24 */
|
|
154
|
-
contact_phone_number?: string | null;
|
|
155
|
-
/**
|
|
156
|
-
* @format email
|
|
157
|
-
* @maxLength 254
|
|
158
|
-
*/
|
|
159
|
-
contact_email_address?: string | null;
|
|
160
|
-
/**
|
|
161
|
-
* @format uri
|
|
162
|
-
* @maxLength 200
|
|
163
|
-
*/
|
|
164
|
-
terms_and_conditions?: string | null;
|
|
165
|
-
/**
|
|
166
|
-
* @format uri
|
|
167
|
-
* @maxLength 200
|
|
168
|
-
*/
|
|
169
|
-
privacy_policy?: string | null;
|
|
170
|
-
created: number;
|
|
171
|
-
updated: number;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
export interface AndroidAppResponse {
|
|
175
|
-
/** @example "success" */
|
|
176
|
-
status?: string;
|
|
177
|
-
/**
|
|
178
|
-
* A ModelSerializer that takes additional arguments for
|
|
179
|
-
* "fields", "omit" and "expand" in order to
|
|
180
|
-
* control which fields are displayed, and whether to replace simple
|
|
181
|
-
* values with complex, nested serializations
|
|
182
|
-
*/
|
|
183
|
-
data?: AndroidApp;
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
/**
|
|
187
|
-
* A ModelSerializer that takes additional arguments for
|
|
188
|
-
* "fields", "omit" and "expand" in order to
|
|
189
|
-
* control which fields are displayed, and whether to replace simple
|
|
190
|
-
* values with complex, nested serializations
|
|
191
|
-
*/
|
|
192
|
-
export interface AppCodebase {
|
|
193
|
-
id: string;
|
|
194
|
-
/**
|
|
195
|
-
* * `mobile` - Mobile
|
|
196
|
-
* * `web` - Web
|
|
197
|
-
*/
|
|
198
|
-
type: "mobile" | "web";
|
|
199
|
-
/** @format uri */
|
|
200
|
-
file: string;
|
|
201
|
-
/** @maxLength 24 */
|
|
202
|
-
version: string;
|
|
203
|
-
/** @maxLength 24 */
|
|
204
|
-
title?: string | null;
|
|
205
|
-
description?: string | null;
|
|
206
|
-
/** @format date-time */
|
|
207
|
-
created: string;
|
|
208
|
-
/** @format date-time */
|
|
209
|
-
updated: string;
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
export interface AppCodebaseResponse {
|
|
213
|
-
/** @example "success" */
|
|
214
|
-
status?: string;
|
|
215
|
-
/**
|
|
216
|
-
* A ModelSerializer that takes additional arguments for
|
|
217
|
-
* "fields", "omit" and "expand" in order to
|
|
218
|
-
* control which fields are displayed, and whether to replace simple
|
|
219
|
-
* values with complex, nested serializations
|
|
220
|
-
*/
|
|
221
|
-
data?: AppCodebase;
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
/**
|
|
225
|
-
* A ModelSerializer that takes additional arguments for
|
|
226
|
-
* "fields", "omit" and "expand" in order to
|
|
227
|
-
* control which fields are displayed, and whether to replace simple
|
|
228
|
-
* values with complex, nested serializations
|
|
229
|
-
*/
|
|
230
|
-
export interface Company {
|
|
231
|
-
id: string;
|
|
232
|
-
config: Record<string, any>;
|
|
233
|
-
/** @format uri */
|
|
234
|
-
android_play_store_url?: string | null;
|
|
235
|
-
/** @format uri */
|
|
236
|
-
apple_app_store_url?: string | null;
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
export interface CompanyResponse {
|
|
240
|
-
/** @example "success" */
|
|
241
|
-
status?: string;
|
|
242
|
-
/**
|
|
243
|
-
* A ModelSerializer that takes additional arguments for
|
|
244
|
-
* "fields", "omit" and "expand" in order to
|
|
245
|
-
* control which fields are displayed, and whether to replace simple
|
|
246
|
-
* values with complex, nested serializations
|
|
247
|
-
*/
|
|
248
|
-
data?: Company;
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
export interface Deactivate {
|
|
252
|
-
token: string;
|
|
253
|
-
/** @default false */
|
|
254
|
-
purge?: boolean;
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
/**
|
|
258
|
-
* A ModelSerializer that takes additional arguments for
|
|
259
|
-
* "fields", "omit" and "expand" in order to
|
|
260
|
-
* control which fields are displayed, and whether to replace simple
|
|
261
|
-
* values with complex, nested serializations
|
|
262
|
-
*/
|
|
263
|
-
export interface IOSApp {
|
|
264
|
-
id: string;
|
|
265
|
-
/** @maxLength 50 */
|
|
266
|
-
bundle_identifier: string;
|
|
267
|
-
/** @maxLength 30 */
|
|
268
|
-
name?: string | null;
|
|
269
|
-
/** @maxLength 30 */
|
|
270
|
-
subtitle?: string | null;
|
|
271
|
-
/** @maxLength 3110 */
|
|
272
|
-
description?: string | null;
|
|
273
|
-
/** @maxLength 170 */
|
|
274
|
-
promotional_text?: string | null;
|
|
275
|
-
/** @maxLength 3807 */
|
|
276
|
-
whats_new?: string | null;
|
|
277
|
-
/** @maxLength 70 */
|
|
278
|
-
keywords?: string | null;
|
|
279
|
-
/**
|
|
280
|
-
* @format uri
|
|
281
|
-
* @maxLength 200
|
|
282
|
-
*/
|
|
283
|
-
support_url?: string | null;
|
|
284
|
-
/**
|
|
285
|
-
* @format uri
|
|
286
|
-
* @maxLength 200
|
|
287
|
-
*/
|
|
288
|
-
marketing_url?: string | null;
|
|
289
|
-
/** @maxLength 30 */
|
|
290
|
-
contact_first_name?: string | null;
|
|
291
|
-
/** @maxLength 30 */
|
|
292
|
-
contact_last_name?: string | null;
|
|
293
|
-
/** @maxLength 24 */
|
|
294
|
-
contact_phone_number?: string | null;
|
|
295
|
-
/**
|
|
296
|
-
* @format email
|
|
297
|
-
* @maxLength 254
|
|
298
|
-
*/
|
|
299
|
-
contact_email_address?: string | null;
|
|
300
|
-
/** @maxLength 70 */
|
|
301
|
-
copyright?: string | null;
|
|
302
|
-
/**
|
|
303
|
-
* @format uri
|
|
304
|
-
* @maxLength 200
|
|
305
|
-
*/
|
|
306
|
-
terms_and_conditions?: string | null;
|
|
307
|
-
/**
|
|
308
|
-
* @format uri
|
|
309
|
-
* @maxLength 200
|
|
310
|
-
*/
|
|
311
|
-
privacy_policy?: string | null;
|
|
312
|
-
created: number;
|
|
313
|
-
updated: number;
|
|
314
|
-
}
|
|
315
|
-
|
|
316
|
-
export interface IOSAppResponse {
|
|
317
|
-
/** @example "success" */
|
|
318
|
-
status?: string;
|
|
319
|
-
/**
|
|
320
|
-
* A ModelSerializer that takes additional arguments for
|
|
321
|
-
* "fields", "omit" and "expand" in order to
|
|
322
|
-
* control which fields are displayed, and whether to replace simple
|
|
323
|
-
* values with complex, nested serializations
|
|
324
|
-
*/
|
|
325
|
-
data?: IOSApp;
|
|
326
|
-
}
|
|
327
|
-
|
|
328
|
-
/**
|
|
329
|
-
* A ModelSerializer that takes additional arguments for
|
|
330
|
-
* "fields", "omit" and "expand" in order to
|
|
331
|
-
* control which fields are displayed, and whether to replace simple
|
|
332
|
-
* values with complex, nested serializations
|
|
333
|
-
*/
|
|
334
|
-
export interface Locale {
|
|
335
|
-
id: string;
|
|
336
|
-
translation: Record<string, any>;
|
|
337
|
-
created: number;
|
|
338
|
-
updated: number;
|
|
339
|
-
/** @format uri */
|
|
340
|
-
icon?: string | null;
|
|
341
|
-
/** @maxLength 50 */
|
|
342
|
-
name?: string | null;
|
|
343
|
-
}
|
|
344
|
-
|
|
345
|
-
export interface LocaleResponse {
|
|
346
|
-
/** @example "success" */
|
|
347
|
-
status?: string;
|
|
348
|
-
/**
|
|
349
|
-
* A ModelSerializer that takes additional arguments for
|
|
350
|
-
* "fields", "omit" and "expand" in order to
|
|
351
|
-
* control which fields are displayed, and whether to replace simple
|
|
352
|
-
* values with complex, nested serializations
|
|
353
|
-
*/
|
|
354
|
-
data?: Locale;
|
|
355
|
-
}
|
|
356
|
-
|
|
357
|
-
export interface PaginatedAdminDomainList {
|
|
358
|
-
/** @example 123 */
|
|
359
|
-
count?: number;
|
|
360
|
-
/**
|
|
361
|
-
* @format uri
|
|
362
|
-
* @example "http://api.example.org/accounts/?page=4"
|
|
363
|
-
*/
|
|
364
|
-
next?: string | null;
|
|
365
|
-
/**
|
|
366
|
-
* @format uri
|
|
367
|
-
* @example "http://api.example.org/accounts/?page=2"
|
|
368
|
-
*/
|
|
369
|
-
previous?: string | null;
|
|
370
|
-
results?: AdminDomain[];
|
|
371
|
-
}
|
|
372
|
-
|
|
373
|
-
export interface PaginatedAdminDomainListResponse {
|
|
374
|
-
/** @example "success" */
|
|
375
|
-
status?: string;
|
|
376
|
-
data?: PaginatedAdminDomainList;
|
|
377
|
-
}
|
|
378
|
-
|
|
379
|
-
export interface PaginatedAndroidAppList {
|
|
380
|
-
/** @example 123 */
|
|
381
|
-
count?: number;
|
|
382
|
-
/**
|
|
383
|
-
* @format uri
|
|
384
|
-
* @example "http://api.example.org/accounts/?page=4"
|
|
385
|
-
*/
|
|
386
|
-
next?: string | null;
|
|
387
|
-
/**
|
|
388
|
-
* @format uri
|
|
389
|
-
* @example "http://api.example.org/accounts/?page=2"
|
|
390
|
-
*/
|
|
391
|
-
previous?: string | null;
|
|
392
|
-
results?: AndroidApp[];
|
|
393
|
-
}
|
|
394
|
-
|
|
395
|
-
export interface PaginatedAndroidAppListResponse {
|
|
396
|
-
/** @example "success" */
|
|
397
|
-
status?: string;
|
|
398
|
-
data?: PaginatedAndroidAppList;
|
|
399
|
-
}
|
|
400
|
-
|
|
401
|
-
export interface PaginatedAppCodebaseList {
|
|
402
|
-
/** @example 123 */
|
|
403
|
-
count?: number;
|
|
404
|
-
/**
|
|
405
|
-
* @format uri
|
|
406
|
-
* @example "http://api.example.org/accounts/?page=4"
|
|
407
|
-
*/
|
|
408
|
-
next?: string | null;
|
|
409
|
-
/**
|
|
410
|
-
* @format uri
|
|
411
|
-
* @example "http://api.example.org/accounts/?page=2"
|
|
412
|
-
*/
|
|
413
|
-
previous?: string | null;
|
|
414
|
-
results?: AppCodebase[];
|
|
415
|
-
}
|
|
416
|
-
|
|
417
|
-
export interface PaginatedAppCodebaseListResponse {
|
|
418
|
-
/** @example "success" */
|
|
419
|
-
status?: string;
|
|
420
|
-
data?: PaginatedAppCodebaseList;
|
|
421
|
-
}
|
|
422
|
-
|
|
423
|
-
export interface PaginatedIOSAppList {
|
|
424
|
-
/** @example 123 */
|
|
425
|
-
count?: number;
|
|
426
|
-
/**
|
|
427
|
-
* @format uri
|
|
428
|
-
* @example "http://api.example.org/accounts/?page=4"
|
|
429
|
-
*/
|
|
430
|
-
next?: string | null;
|
|
431
|
-
/**
|
|
432
|
-
* @format uri
|
|
433
|
-
* @example "http://api.example.org/accounts/?page=2"
|
|
434
|
-
*/
|
|
435
|
-
previous?: string | null;
|
|
436
|
-
results?: IOSApp[];
|
|
437
|
-
}
|
|
438
|
-
|
|
439
|
-
export interface PaginatedIOSAppListResponse {
|
|
440
|
-
/** @example "success" */
|
|
441
|
-
status?: string;
|
|
442
|
-
data?: PaginatedIOSAppList;
|
|
443
|
-
}
|
|
444
|
-
|
|
445
|
-
export interface PaginatedLocaleList {
|
|
446
|
-
/** @example 123 */
|
|
447
|
-
count?: number;
|
|
448
|
-
/**
|
|
449
|
-
* @format uri
|
|
450
|
-
* @example "http://api.example.org/accounts/?page=4"
|
|
451
|
-
*/
|
|
452
|
-
next?: string | null;
|
|
453
|
-
/**
|
|
454
|
-
* @format uri
|
|
455
|
-
* @example "http://api.example.org/accounts/?page=2"
|
|
456
|
-
*/
|
|
457
|
-
previous?: string | null;
|
|
458
|
-
results?: Locale[];
|
|
459
|
-
}
|
|
460
|
-
|
|
461
|
-
export interface PaginatedLocaleListResponse {
|
|
462
|
-
/** @example "success" */
|
|
463
|
-
status?: string;
|
|
464
|
-
data?: PaginatedLocaleList;
|
|
465
|
-
}
|
|
466
|
-
|
|
467
|
-
/**
|
|
468
|
-
* A ModelSerializer that takes additional arguments for
|
|
469
|
-
* "fields", "omit" and "expand" in order to
|
|
470
|
-
* control which fields are displayed, and whether to replace simple
|
|
471
|
-
* values with complex, nested serializations
|
|
472
|
-
*/
|
|
473
|
-
export interface PatchedAdminCompany {
|
|
474
|
-
id?: string;
|
|
475
|
-
/** @format uuid */
|
|
476
|
-
secret?: string;
|
|
477
|
-
config?: Record<string, any>;
|
|
478
|
-
/** @format uri */
|
|
479
|
-
android_play_store_url?: string | null;
|
|
480
|
-
/** @format uri */
|
|
481
|
-
apple_app_store_url?: string | null;
|
|
482
|
-
}
|
|
483
|
-
|
|
484
|
-
/**
|
|
485
|
-
* A ModelSerializer that takes additional arguments for
|
|
486
|
-
* "fields", "omit" and "expand" in order to
|
|
487
|
-
* control which fields are displayed, and whether to replace simple
|
|
488
|
-
* values with complex, nested serializations
|
|
489
|
-
*/
|
|
490
|
-
export interface PatchedAdminDomain {
|
|
491
|
-
id?: string;
|
|
492
|
-
/**
|
|
493
|
-
* * `native` - Native
|
|
494
|
-
* * `client` - Client
|
|
495
|
-
*/
|
|
496
|
-
host?: "native" | "client";
|
|
497
|
-
domain?: string;
|
|
498
|
-
/**
|
|
499
|
-
* * `active` - Active
|
|
500
|
-
* * `inactive` - Inactive
|
|
501
|
-
*/
|
|
502
|
-
status?: "active" | "inactive";
|
|
503
|
-
created?: number;
|
|
504
|
-
updated?: number;
|
|
505
|
-
}
|
|
506
|
-
|
|
507
|
-
/**
|
|
508
|
-
* A ModelSerializer that takes additional arguments for
|
|
509
|
-
* "fields", "omit" and "expand" in order to
|
|
510
|
-
* control which fields are displayed, and whether to replace simple
|
|
511
|
-
* values with complex, nested serializations
|
|
512
|
-
*/
|
|
513
|
-
export interface PatchedAndroidApp {
|
|
514
|
-
id?: string;
|
|
515
|
-
/** @maxLength 50 */
|
|
516
|
-
package?: string;
|
|
517
|
-
/** @maxLength 30 */
|
|
518
|
-
name?: string | null;
|
|
519
|
-
/** @maxLength 80 */
|
|
520
|
-
short_description?: string | null;
|
|
521
|
-
/** @maxLength 4000 */
|
|
522
|
-
full_description?: string | null;
|
|
523
|
-
/** @maxLength 3807 */
|
|
524
|
-
whats_new?: string | null;
|
|
525
|
-
/**
|
|
526
|
-
* @format uri
|
|
527
|
-
* @maxLength 200
|
|
528
|
-
*/
|
|
529
|
-
website?: string | null;
|
|
530
|
-
/** @maxLength 24 */
|
|
531
|
-
contact_phone_number?: string | null;
|
|
532
|
-
/**
|
|
533
|
-
* @format email
|
|
534
|
-
* @maxLength 254
|
|
535
|
-
*/
|
|
536
|
-
contact_email_address?: string | null;
|
|
537
|
-
/**
|
|
538
|
-
* @format uri
|
|
539
|
-
* @maxLength 200
|
|
540
|
-
*/
|
|
541
|
-
terms_and_conditions?: string | null;
|
|
542
|
-
/**
|
|
543
|
-
* @format uri
|
|
544
|
-
* @maxLength 200
|
|
545
|
-
*/
|
|
546
|
-
privacy_policy?: string | null;
|
|
547
|
-
created?: number;
|
|
548
|
-
updated?: number;
|
|
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 interface PatchedAppCodebase {
|
|
558
|
-
id?: string;
|
|
559
|
-
/**
|
|
560
|
-
* * `mobile` - Mobile
|
|
561
|
-
* * `web` - Web
|
|
562
|
-
*/
|
|
563
|
-
type?: "mobile" | "web";
|
|
564
|
-
/** @format uri */
|
|
565
|
-
file?: string;
|
|
566
|
-
/** @maxLength 24 */
|
|
567
|
-
version?: string;
|
|
568
|
-
/** @maxLength 24 */
|
|
569
|
-
title?: string | null;
|
|
570
|
-
description?: string | null;
|
|
571
|
-
/** @format date-time */
|
|
572
|
-
created?: string;
|
|
573
|
-
/** @format date-time */
|
|
574
|
-
updated?: string;
|
|
575
|
-
}
|
|
576
|
-
|
|
577
|
-
/**
|
|
578
|
-
* A ModelSerializer that takes additional arguments for
|
|
579
|
-
* "fields", "omit" and "expand" in order to
|
|
580
|
-
* control which fields are displayed, and whether to replace simple
|
|
581
|
-
* values with complex, nested serializations
|
|
582
|
-
*/
|
|
583
|
-
export interface PatchedIOSApp {
|
|
584
|
-
id?: string;
|
|
585
|
-
/** @maxLength 50 */
|
|
586
|
-
bundle_identifier?: string;
|
|
587
|
-
/** @maxLength 30 */
|
|
588
|
-
name?: string | null;
|
|
589
|
-
/** @maxLength 30 */
|
|
590
|
-
subtitle?: string | null;
|
|
591
|
-
/** @maxLength 3110 */
|
|
592
|
-
description?: string | null;
|
|
593
|
-
/** @maxLength 170 */
|
|
594
|
-
promotional_text?: string | null;
|
|
595
|
-
/** @maxLength 3807 */
|
|
596
|
-
whats_new?: string | null;
|
|
597
|
-
/** @maxLength 70 */
|
|
598
|
-
keywords?: string | null;
|
|
599
|
-
/**
|
|
600
|
-
* @format uri
|
|
601
|
-
* @maxLength 200
|
|
602
|
-
*/
|
|
603
|
-
support_url?: string | null;
|
|
604
|
-
/**
|
|
605
|
-
* @format uri
|
|
606
|
-
* @maxLength 200
|
|
607
|
-
*/
|
|
608
|
-
marketing_url?: string | null;
|
|
609
|
-
/** @maxLength 30 */
|
|
610
|
-
contact_first_name?: string | null;
|
|
611
|
-
/** @maxLength 30 */
|
|
612
|
-
contact_last_name?: string | null;
|
|
613
|
-
/** @maxLength 24 */
|
|
614
|
-
contact_phone_number?: string | null;
|
|
615
|
-
/**
|
|
616
|
-
* @format email
|
|
617
|
-
* @maxLength 254
|
|
618
|
-
*/
|
|
619
|
-
contact_email_address?: string | null;
|
|
620
|
-
/** @maxLength 70 */
|
|
621
|
-
copyright?: string | null;
|
|
622
|
-
/**
|
|
623
|
-
* @format uri
|
|
624
|
-
* @maxLength 200
|
|
625
|
-
*/
|
|
626
|
-
terms_and_conditions?: string | null;
|
|
627
|
-
/**
|
|
628
|
-
* @format uri
|
|
629
|
-
* @maxLength 200
|
|
630
|
-
*/
|
|
631
|
-
privacy_policy?: string | null;
|
|
632
|
-
created?: number;
|
|
633
|
-
updated?: number;
|
|
634
|
-
}
|
|
635
|
-
|
|
636
|
-
/**
|
|
637
|
-
* A ModelSerializer that takes additional arguments for
|
|
638
|
-
* "fields", "omit" and "expand" in order to
|
|
639
|
-
* control which fields are displayed, and whether to replace simple
|
|
640
|
-
* values with complex, nested serializations
|
|
641
|
-
*/
|
|
642
|
-
export interface PatchedLocale {
|
|
643
|
-
id?: string;
|
|
644
|
-
translation?: Record<string, any>;
|
|
645
|
-
created?: number;
|
|
646
|
-
updated?: number;
|
|
647
|
-
/** @format uri */
|
|
648
|
-
icon?: string | null;
|
|
649
|
-
/** @maxLength 50 */
|
|
650
|
-
name?: string | null;
|
|
651
|
-
}
|
|
652
|
-
|
|
653
|
-
/**
|
|
654
|
-
* A ModelSerializer that takes additional arguments for
|
|
655
|
-
* "fields", "omit" and "expand" in order to
|
|
656
|
-
* control which fields are displayed, and whether to replace simple
|
|
657
|
-
* values with complex, nested serializations
|
|
658
|
-
*/
|
|
659
|
-
export interface PatchedUser {
|
|
660
|
-
id?: string;
|
|
661
|
-
config?: Record<string, any>;
|
|
662
|
-
}
|
|
663
|
-
|
|
664
|
-
/**
|
|
665
|
-
* A ModelSerializer that takes additional arguments for
|
|
666
|
-
* "fields", "omit" and "expand" in order to
|
|
667
|
-
* control which fields are displayed, and whether to replace simple
|
|
668
|
-
* values with complex, nested serializations
|
|
669
|
-
*/
|
|
670
|
-
export interface User {
|
|
671
|
-
id: string;
|
|
672
|
-
config?: Record<string, any>;
|
|
673
|
-
}
|
|
674
|
-
|
|
675
|
-
export interface UserResponse {
|
|
676
|
-
/** @example "success" */
|
|
677
|
-
status?: string;
|
|
678
|
-
/**
|
|
679
|
-
* A ModelSerializer that takes additional arguments for
|
|
680
|
-
* "fields", "omit" and "expand" in order to
|
|
681
|
-
* control which fields are displayed, and whether to replace simple
|
|
682
|
-
* values with complex, nested serializations
|
|
683
|
-
*/
|
|
684
|
-
data?: User;
|
|
685
|
-
}
|
|
686
|
-
|
|
687
|
-
export type ActivateCreateData = ActionResponse;
|
|
688
|
-
|
|
689
|
-
export interface AdminAndroidAppsListParams {
|
|
690
|
-
/** A page number within the paginated result set. */
|
|
691
|
-
page?: number;
|
|
692
|
-
/** Number of results to return per page. */
|
|
693
|
-
page_size?: number;
|
|
694
|
-
}
|
|
695
|
-
|
|
696
|
-
export type AdminAndroidAppsListData = PaginatedAndroidAppListResponse;
|
|
697
|
-
|
|
698
|
-
export type AdminAndroidAppsCreateData = AndroidAppResponse;
|
|
699
|
-
|
|
700
|
-
export type AdminAndroidAppsRetrieveData = AndroidAppResponse;
|
|
701
|
-
|
|
702
|
-
export type AdminAndroidAppsUpdateData = AndroidAppResponse;
|
|
703
|
-
|
|
704
|
-
export type AdminAndroidAppsPartialUpdateData = AndroidAppResponse;
|
|
705
|
-
|
|
706
|
-
export type AdminAndroidAppsDestroyData = AndroidAppResponse;
|
|
707
|
-
|
|
708
|
-
export interface AdminAppCodebasesListParams {
|
|
709
|
-
/** A page number within the paginated result set. */
|
|
710
|
-
page?: number;
|
|
711
|
-
/** Number of results to return per page. */
|
|
712
|
-
page_size?: number;
|
|
713
|
-
type?: string;
|
|
714
|
-
version?: string;
|
|
715
|
-
}
|
|
716
|
-
|
|
717
|
-
export type AdminAppCodebasesListData = PaginatedAppCodebaseListResponse;
|
|
718
|
-
|
|
719
|
-
export type AdminAppCodebasesRetrieveData = AppCodebaseResponse;
|
|
720
|
-
|
|
721
|
-
export type AdminCompanyRetrieveData = AdminCompanyResponse;
|
|
722
|
-
|
|
723
|
-
export type AdminCompanyUpdateData = AdminCompanyResponse;
|
|
724
|
-
|
|
725
|
-
export type AdminCompanyPartialUpdateData = AdminCompanyResponse;
|
|
726
|
-
|
|
727
|
-
export interface AdminDomainsListParams {
|
|
728
|
-
/** A page number within the paginated result set. */
|
|
729
|
-
page?: number;
|
|
730
|
-
/** Number of results to return per page. */
|
|
731
|
-
page_size?: number;
|
|
732
|
-
}
|
|
733
|
-
|
|
734
|
-
export type AdminDomainsListData = PaginatedAdminDomainListResponse;
|
|
735
|
-
|
|
736
|
-
export type AdminDomainsCreateData = AdminDomainResponse;
|
|
737
|
-
|
|
738
|
-
export type AdminDomainsRetrieveData = AdminDomainResponse;
|
|
739
|
-
|
|
740
|
-
export type AdminDomainsUpdateData = AdminDomainResponse;
|
|
741
|
-
|
|
742
|
-
export type AdminDomainsPartialUpdateData = AdminDomainResponse;
|
|
743
|
-
|
|
744
|
-
export type AdminDomainsDestroyData = AdminDomainResponse;
|
|
745
|
-
|
|
746
|
-
export interface AdminIosAppsListParams {
|
|
747
|
-
/** A page number within the paginated result set. */
|
|
748
|
-
page?: number;
|
|
749
|
-
/** Number of results to return per page. */
|
|
750
|
-
page_size?: number;
|
|
751
|
-
}
|
|
752
|
-
|
|
753
|
-
export type AdminIosAppsListData = PaginatedIOSAppListResponse;
|
|
754
|
-
|
|
755
|
-
export type AdminIosAppsCreateData = IOSAppResponse;
|
|
756
|
-
|
|
757
|
-
export type AdminIosAppsRetrieveData = IOSAppResponse;
|
|
758
|
-
|
|
759
|
-
export type AdminIosAppsUpdateData = IOSAppResponse;
|
|
760
|
-
|
|
761
|
-
export type AdminIosAppsPartialUpdateData = IOSAppResponse;
|
|
762
|
-
|
|
763
|
-
export type AdminIosAppsDestroyData = IOSAppResponse;
|
|
764
|
-
|
|
765
|
-
export interface AdminLocalesListParams {
|
|
766
|
-
id?: string;
|
|
767
|
-
id__in?: string;
|
|
768
|
-
/** A page number within the paginated result set. */
|
|
769
|
-
page?: number;
|
|
770
|
-
/** Number of results to return per page. */
|
|
771
|
-
page_size?: number;
|
|
772
|
-
}
|
|
773
|
-
|
|
774
|
-
export type AdminLocalesListData = PaginatedLocaleListResponse;
|
|
775
|
-
|
|
776
|
-
export type AdminLocalesCreateData = LocaleResponse;
|
|
777
|
-
|
|
778
|
-
export type AdminLocalesRetrieveData = LocaleResponse;
|
|
779
|
-
|
|
780
|
-
export type AdminLocalesUpdateData = LocaleResponse;
|
|
781
|
-
|
|
782
|
-
export type AdminLocalesPartialUpdateData = LocaleResponse;
|
|
783
|
-
|
|
784
|
-
export type AdminLocalesDestroyData = LocaleResponse;
|
|
785
|
-
|
|
786
|
-
export type DeactivateCreateData = ActionResponse;
|
|
787
|
-
|
|
788
|
-
export type PublicCompanyRetrieveData = CompanyResponse;
|
|
789
|
-
|
|
790
|
-
export interface PublicCompanyLocalesListParams {
|
|
791
|
-
id?: string;
|
|
792
|
-
id__in?: string;
|
|
793
|
-
/** A page number within the paginated result set. */
|
|
794
|
-
page?: number;
|
|
795
|
-
/** Number of results to return per page. */
|
|
796
|
-
page_size?: number;
|
|
797
|
-
/** @pattern ^([a-zA-Z0-9\_\-]+)$ */
|
|
798
|
-
companyId: string;
|
|
799
|
-
}
|
|
800
|
-
|
|
801
|
-
export type PublicCompanyLocalesListData = PaginatedLocaleListResponse;
|
|
802
|
-
|
|
803
|
-
export type PublicCompanyLocalesRetrieveData = LocaleResponse;
|
|
804
|
-
|
|
805
|
-
export interface SuperadminAppCodebasesListParams {
|
|
806
|
-
/** A page number within the paginated result set. */
|
|
807
|
-
page?: number;
|
|
808
|
-
/** Number of results to return per page. */
|
|
809
|
-
page_size?: number;
|
|
810
|
-
type?: string;
|
|
811
|
-
version?: string;
|
|
812
|
-
}
|
|
813
|
-
|
|
814
|
-
export type SuperadminAppCodebasesListData = PaginatedAppCodebaseListResponse;
|
|
815
|
-
|
|
816
|
-
export type SuperadminAppCodebasesCreateData = AppCodebaseResponse;
|
|
817
|
-
|
|
818
|
-
export type SuperadminAppCodebasesRetrieveData = AppCodebaseResponse;
|
|
819
|
-
|
|
820
|
-
export type SuperadminAppCodebasesUpdateData = AppCodebaseResponse;
|
|
821
|
-
|
|
822
|
-
export type SuperadminAppCodebasesPartialUpdateData = AppCodebaseResponse;
|
|
823
|
-
|
|
824
|
-
export type SuperadminAppCodebasesDestroyData = AppCodebaseResponse;
|
|
825
|
-
|
|
826
|
-
export type UserRetrieveData = UserResponse;
|
|
827
|
-
|
|
828
|
-
export type UserUpdateData = UserResponse;
|
|
829
|
-
|
|
830
|
-
export type UserPartialUpdateData = UserResponse;
|
|
831
|
-
|
|
832
|
-
export type UserCompanyRetrieveData = CompanyResponse;
|
|
833
|
-
|
|
834
|
-
export interface UserLocalesListParams {
|
|
835
|
-
id?: string;
|
|
836
|
-
id__in?: string;
|
|
837
|
-
/** A page number within the paginated result set. */
|
|
838
|
-
page?: number;
|
|
839
|
-
/** Number of results to return per page. */
|
|
840
|
-
page_size?: number;
|
|
841
|
-
}
|
|
842
|
-
|
|
843
|
-
export type UserLocalesListData = PaginatedLocaleListResponse;
|
|
844
|
-
|
|
845
|
-
export type UserLocalesRetrieveData = LocaleResponse;
|
|
846
|
-
|
|
847
|
-
// Import the shared http client instead of generating a new one
|
|
848
|
-
export * from "../../shared/http-client.js";
|
|
849
|
-
import { HttpClient } from "../../shared/http-client.js";
|
|
850
|
-
|
|
851
|
-
// Note: We don't need a specialized HttpClient class since we're using the shared one
|
|
852
|
-
// The shared HttpClient is imported and re-exported above
|
|
853
|
-
|
|
854
|
-
/**
|
|
855
|
-
* @title App Service API
|
|
856
|
-
* @version 1 (1)
|
|
857
|
-
* @termsOfService https://rehive.com/terms/
|
|
858
|
-
* @baseUrl https://app.services.rehive.com
|
|
859
|
-
* @externalDocs https://docs.rehive.com
|
|
860
|
-
* @contact Rehive Support <support@rehive.com> (https://rehive.com/support/)
|
|
861
|
-
*
|
|
862
|
-
*
|
|
863
|
-
* The **App Service API** is used for customizing the end-user app experience in Rehive.
|
|
864
|
-
*
|
|
865
|
-
*/
|
|
866
|
-
export class Api<
|
|
867
|
-
SecurityDataType extends unknown,
|
|
868
|
-
> extends HttpClient<SecurityDataType> {
|
|
869
|
-
activate = {
|
|
870
|
-
/**
|
|
871
|
-
* No description
|
|
872
|
-
*
|
|
873
|
-
* @tags activate
|
|
874
|
-
* @name ActivateCreate
|
|
875
|
-
* @summary Activate service
|
|
876
|
-
* @request POST:/activate/
|
|
877
|
-
* @secure
|
|
878
|
-
*/
|
|
879
|
-
activateCreate: (data: Activate, params: RequestParams = {}) =>
|
|
880
|
-
this.request<ActivateCreateData, any>({
|
|
881
|
-
path: `/activate/`,
|
|
882
|
-
method: "POST",
|
|
883
|
-
body: data,
|
|
884
|
-
secure: true,
|
|
885
|
-
type: "application/json",
|
|
886
|
-
format: "json",
|
|
887
|
-
...params,
|
|
888
|
-
}),
|
|
889
|
-
};
|
|
890
|
-
admin = {
|
|
891
|
-
/**
|
|
892
|
-
* No description
|
|
893
|
-
*
|
|
894
|
-
* @tags admin
|
|
895
|
-
* @name AdminAndroidAppsList
|
|
896
|
-
* @summary List android apps
|
|
897
|
-
* @request GET:/admin/android-apps/
|
|
898
|
-
* @secure
|
|
899
|
-
*/
|
|
900
|
-
adminAndroidAppsList: (
|
|
901
|
-
query: AdminAndroidAppsListParams,
|
|
902
|
-
params: RequestParams = {},
|
|
903
|
-
) =>
|
|
904
|
-
this.request<AdminAndroidAppsListData, any>({
|
|
905
|
-
path: `/admin/android-apps/`,
|
|
906
|
-
method: "GET",
|
|
907
|
-
query: query,
|
|
908
|
-
secure: true,
|
|
909
|
-
format: "json",
|
|
910
|
-
...params,
|
|
911
|
-
}),
|
|
912
|
-
|
|
913
|
-
/**
|
|
914
|
-
* No description
|
|
915
|
-
*
|
|
916
|
-
* @tags admin
|
|
917
|
-
* @name AdminAndroidAppsCreate
|
|
918
|
-
* @summary Create android app
|
|
919
|
-
* @request POST:/admin/android-apps/
|
|
920
|
-
* @secure
|
|
921
|
-
*/
|
|
922
|
-
adminAndroidAppsCreate: (data: AndroidApp, params: RequestParams = {}) =>
|
|
923
|
-
this.request<AdminAndroidAppsCreateData, any>({
|
|
924
|
-
path: `/admin/android-apps/`,
|
|
925
|
-
method: "POST",
|
|
926
|
-
body: data,
|
|
927
|
-
secure: true,
|
|
928
|
-
type: "application/json",
|
|
929
|
-
format: "json",
|
|
930
|
-
...params,
|
|
931
|
-
}),
|
|
932
|
-
|
|
933
|
-
/**
|
|
934
|
-
* No description
|
|
935
|
-
*
|
|
936
|
-
* @tags admin
|
|
937
|
-
* @name AdminAndroidAppsRetrieve
|
|
938
|
-
* @summary Retrieve android app
|
|
939
|
-
* @request GET:/admin/android-apps/{id}/
|
|
940
|
-
* @secure
|
|
941
|
-
*/
|
|
942
|
-
adminAndroidAppsRetrieve: (id: string, params: RequestParams = {}) =>
|
|
943
|
-
this.request<AdminAndroidAppsRetrieveData, any>({
|
|
944
|
-
path: `/admin/android-apps/${id}/`,
|
|
945
|
-
method: "GET",
|
|
946
|
-
secure: true,
|
|
947
|
-
format: "json",
|
|
948
|
-
...params,
|
|
949
|
-
}),
|
|
950
|
-
|
|
951
|
-
/**
|
|
952
|
-
* No description
|
|
953
|
-
*
|
|
954
|
-
* @tags admin
|
|
955
|
-
* @name AdminAndroidAppsUpdate
|
|
956
|
-
* @summary Update android app
|
|
957
|
-
* @request PUT:/admin/android-apps/{id}/
|
|
958
|
-
* @secure
|
|
959
|
-
*/
|
|
960
|
-
adminAndroidAppsUpdate: (
|
|
961
|
-
id: string,
|
|
962
|
-
data: AndroidApp,
|
|
963
|
-
params: RequestParams = {},
|
|
964
|
-
) =>
|
|
965
|
-
this.request<AdminAndroidAppsUpdateData, any>({
|
|
966
|
-
path: `/admin/android-apps/${id}/`,
|
|
967
|
-
method: "PUT",
|
|
968
|
-
body: data,
|
|
969
|
-
secure: true,
|
|
970
|
-
type: "application/json",
|
|
971
|
-
format: "json",
|
|
972
|
-
...params,
|
|
973
|
-
}),
|
|
974
|
-
|
|
975
|
-
/**
|
|
976
|
-
* No description
|
|
977
|
-
*
|
|
978
|
-
* @tags admin
|
|
979
|
-
* @name AdminAndroidAppsPartialUpdate
|
|
980
|
-
* @summary Partially update android app
|
|
981
|
-
* @request PATCH:/admin/android-apps/{id}/
|
|
982
|
-
* @secure
|
|
983
|
-
*/
|
|
984
|
-
adminAndroidAppsPartialUpdate: (
|
|
985
|
-
id: string,
|
|
986
|
-
data: PatchedAndroidApp,
|
|
987
|
-
params: RequestParams = {},
|
|
988
|
-
) =>
|
|
989
|
-
this.request<AdminAndroidAppsPartialUpdateData, any>({
|
|
990
|
-
path: `/admin/android-apps/${id}/`,
|
|
991
|
-
method: "PATCH",
|
|
992
|
-
body: data,
|
|
993
|
-
secure: true,
|
|
994
|
-
type: "application/json",
|
|
995
|
-
format: "json",
|
|
996
|
-
...params,
|
|
997
|
-
}),
|
|
998
|
-
|
|
999
|
-
/**
|
|
1000
|
-
* No description
|
|
1001
|
-
*
|
|
1002
|
-
* @tags admin
|
|
1003
|
-
* @name AdminAndroidAppsDestroy
|
|
1004
|
-
* @summary Delete android app
|
|
1005
|
-
* @request DELETE:/admin/android-apps/{id}/
|
|
1006
|
-
* @secure
|
|
1007
|
-
*/
|
|
1008
|
-
adminAndroidAppsDestroy: (id: string, params: RequestParams = {}) =>
|
|
1009
|
-
this.request<AdminAndroidAppsDestroyData, any>({
|
|
1010
|
-
path: `/admin/android-apps/${id}/`,
|
|
1011
|
-
method: "DELETE",
|
|
1012
|
-
secure: true,
|
|
1013
|
-
format: "json",
|
|
1014
|
-
...params,
|
|
1015
|
-
}),
|
|
1016
|
-
|
|
1017
|
-
/**
|
|
1018
|
-
* No description
|
|
1019
|
-
*
|
|
1020
|
-
* @tags admin
|
|
1021
|
-
* @name AdminAppCodebasesList
|
|
1022
|
-
* @summary List app codebases
|
|
1023
|
-
* @request GET:/admin/app-codebases/
|
|
1024
|
-
* @secure
|
|
1025
|
-
*/
|
|
1026
|
-
adminAppCodebasesList: (
|
|
1027
|
-
query: AdminAppCodebasesListParams,
|
|
1028
|
-
params: RequestParams = {},
|
|
1029
|
-
) =>
|
|
1030
|
-
this.request<AdminAppCodebasesListData, any>({
|
|
1031
|
-
path: `/admin/app-codebases/`,
|
|
1032
|
-
method: "GET",
|
|
1033
|
-
query: query,
|
|
1034
|
-
secure: true,
|
|
1035
|
-
format: "json",
|
|
1036
|
-
...params,
|
|
1037
|
-
}),
|
|
1038
|
-
|
|
1039
|
-
/**
|
|
1040
|
-
* No description
|
|
1041
|
-
*
|
|
1042
|
-
* @tags admin
|
|
1043
|
-
* @name AdminAppCodebasesRetrieve
|
|
1044
|
-
* @summary Retrieve app codebase
|
|
1045
|
-
* @request GET:/admin/app-codebases/{id}/
|
|
1046
|
-
* @secure
|
|
1047
|
-
*/
|
|
1048
|
-
adminAppCodebasesRetrieve: (id: string, params: RequestParams = {}) =>
|
|
1049
|
-
this.request<AdminAppCodebasesRetrieveData, any>({
|
|
1050
|
-
path: `/admin/app-codebases/${id}/`,
|
|
1051
|
-
method: "GET",
|
|
1052
|
-
secure: true,
|
|
1053
|
-
format: "json",
|
|
1054
|
-
...params,
|
|
1055
|
-
}),
|
|
1056
|
-
|
|
1057
|
-
/**
|
|
1058
|
-
* No description
|
|
1059
|
-
*
|
|
1060
|
-
* @tags admin
|
|
1061
|
-
* @name AdminCompanyRetrieve
|
|
1062
|
-
* @summary Retrieve company
|
|
1063
|
-
* @request GET:/admin/company/
|
|
1064
|
-
* @secure
|
|
1065
|
-
*/
|
|
1066
|
-
adminCompanyRetrieve: (params: RequestParams = {}) =>
|
|
1067
|
-
this.request<AdminCompanyRetrieveData, any>({
|
|
1068
|
-
path: `/admin/company/`,
|
|
1069
|
-
method: "GET",
|
|
1070
|
-
secure: true,
|
|
1071
|
-
format: "json",
|
|
1072
|
-
...params,
|
|
1073
|
-
}),
|
|
1074
|
-
|
|
1075
|
-
/**
|
|
1076
|
-
* No description
|
|
1077
|
-
*
|
|
1078
|
-
* @tags admin
|
|
1079
|
-
* @name AdminCompanyUpdate
|
|
1080
|
-
* @summary Update company
|
|
1081
|
-
* @request PUT:/admin/company/
|
|
1082
|
-
* @secure
|
|
1083
|
-
*/
|
|
1084
|
-
adminCompanyUpdate: (data: AdminCompany, params: RequestParams = {}) =>
|
|
1085
|
-
this.request<AdminCompanyUpdateData, any>({
|
|
1086
|
-
path: `/admin/company/`,
|
|
1087
|
-
method: "PUT",
|
|
1088
|
-
body: data,
|
|
1089
|
-
secure: true,
|
|
1090
|
-
type: "application/json",
|
|
1091
|
-
format: "json",
|
|
1092
|
-
...params,
|
|
1093
|
-
}),
|
|
1094
|
-
|
|
1095
|
-
/**
|
|
1096
|
-
* No description
|
|
1097
|
-
*
|
|
1098
|
-
* @tags admin
|
|
1099
|
-
* @name AdminCompanyPartialUpdate
|
|
1100
|
-
* @summary Partially update company
|
|
1101
|
-
* @request PATCH:/admin/company/
|
|
1102
|
-
* @secure
|
|
1103
|
-
*/
|
|
1104
|
-
adminCompanyPartialUpdate: (
|
|
1105
|
-
data: PatchedAdminCompany,
|
|
1106
|
-
params: RequestParams = {},
|
|
1107
|
-
) =>
|
|
1108
|
-
this.request<AdminCompanyPartialUpdateData, any>({
|
|
1109
|
-
path: `/admin/company/`,
|
|
1110
|
-
method: "PATCH",
|
|
1111
|
-
body: data,
|
|
1112
|
-
secure: true,
|
|
1113
|
-
type: "application/json",
|
|
1114
|
-
format: "json",
|
|
1115
|
-
...params,
|
|
1116
|
-
}),
|
|
1117
|
-
|
|
1118
|
-
/**
|
|
1119
|
-
* No description
|
|
1120
|
-
*
|
|
1121
|
-
* @tags admin
|
|
1122
|
-
* @name AdminDomainsList
|
|
1123
|
-
* @summary List domains
|
|
1124
|
-
* @request GET:/admin/domains/
|
|
1125
|
-
* @secure
|
|
1126
|
-
*/
|
|
1127
|
-
adminDomainsList: (
|
|
1128
|
-
query: AdminDomainsListParams,
|
|
1129
|
-
params: RequestParams = {},
|
|
1130
|
-
) =>
|
|
1131
|
-
this.request<AdminDomainsListData, any>({
|
|
1132
|
-
path: `/admin/domains/`,
|
|
1133
|
-
method: "GET",
|
|
1134
|
-
query: query,
|
|
1135
|
-
secure: true,
|
|
1136
|
-
format: "json",
|
|
1137
|
-
...params,
|
|
1138
|
-
}),
|
|
1139
|
-
|
|
1140
|
-
/**
|
|
1141
|
-
* No description
|
|
1142
|
-
*
|
|
1143
|
-
* @tags admin
|
|
1144
|
-
* @name AdminDomainsCreate
|
|
1145
|
-
* @summary Create domain
|
|
1146
|
-
* @request POST:/admin/domains/
|
|
1147
|
-
* @secure
|
|
1148
|
-
*/
|
|
1149
|
-
adminDomainsCreate: (data: AdminCreateDomain, params: RequestParams = {}) =>
|
|
1150
|
-
this.request<AdminDomainsCreateData, any>({
|
|
1151
|
-
path: `/admin/domains/`,
|
|
1152
|
-
method: "POST",
|
|
1153
|
-
body: data,
|
|
1154
|
-
secure: true,
|
|
1155
|
-
type: "application/json",
|
|
1156
|
-
format: "json",
|
|
1157
|
-
...params,
|
|
1158
|
-
}),
|
|
1159
|
-
|
|
1160
|
-
/**
|
|
1161
|
-
* No description
|
|
1162
|
-
*
|
|
1163
|
-
* @tags admin
|
|
1164
|
-
* @name AdminDomainsRetrieve
|
|
1165
|
-
* @summary Retrieve domain
|
|
1166
|
-
* @request GET:/admin/domains/{identifier}/
|
|
1167
|
-
* @secure
|
|
1168
|
-
*/
|
|
1169
|
-
adminDomainsRetrieve: (identifier: string, params: RequestParams = {}) =>
|
|
1170
|
-
this.request<AdminDomainsRetrieveData, any>({
|
|
1171
|
-
path: `/admin/domains/${identifier}/`,
|
|
1172
|
-
method: "GET",
|
|
1173
|
-
secure: true,
|
|
1174
|
-
format: "json",
|
|
1175
|
-
...params,
|
|
1176
|
-
}),
|
|
1177
|
-
|
|
1178
|
-
/**
|
|
1179
|
-
* No description
|
|
1180
|
-
*
|
|
1181
|
-
* @tags admin
|
|
1182
|
-
* @name AdminDomainsUpdate
|
|
1183
|
-
* @summary Update domain
|
|
1184
|
-
* @request PUT:/admin/domains/{identifier}/
|
|
1185
|
-
* @secure
|
|
1186
|
-
*/
|
|
1187
|
-
adminDomainsUpdate: (
|
|
1188
|
-
identifier: string,
|
|
1189
|
-
data: AdminDomain,
|
|
1190
|
-
params: RequestParams = {},
|
|
1191
|
-
) =>
|
|
1192
|
-
this.request<AdminDomainsUpdateData, any>({
|
|
1193
|
-
path: `/admin/domains/${identifier}/`,
|
|
1194
|
-
method: "PUT",
|
|
1195
|
-
body: data,
|
|
1196
|
-
secure: true,
|
|
1197
|
-
type: "application/json",
|
|
1198
|
-
format: "json",
|
|
1199
|
-
...params,
|
|
1200
|
-
}),
|
|
1201
|
-
|
|
1202
|
-
/**
|
|
1203
|
-
* No description
|
|
1204
|
-
*
|
|
1205
|
-
* @tags admin
|
|
1206
|
-
* @name AdminDomainsPartialUpdate
|
|
1207
|
-
* @summary Partially update domain
|
|
1208
|
-
* @request PATCH:/admin/domains/{identifier}/
|
|
1209
|
-
* @secure
|
|
1210
|
-
*/
|
|
1211
|
-
adminDomainsPartialUpdate: (
|
|
1212
|
-
identifier: string,
|
|
1213
|
-
data: PatchedAdminDomain,
|
|
1214
|
-
params: RequestParams = {},
|
|
1215
|
-
) =>
|
|
1216
|
-
this.request<AdminDomainsPartialUpdateData, any>({
|
|
1217
|
-
path: `/admin/domains/${identifier}/`,
|
|
1218
|
-
method: "PATCH",
|
|
1219
|
-
body: data,
|
|
1220
|
-
secure: true,
|
|
1221
|
-
type: "application/json",
|
|
1222
|
-
format: "json",
|
|
1223
|
-
...params,
|
|
1224
|
-
}),
|
|
1225
|
-
|
|
1226
|
-
/**
|
|
1227
|
-
* No description
|
|
1228
|
-
*
|
|
1229
|
-
* @tags admin
|
|
1230
|
-
* @name AdminDomainsDestroy
|
|
1231
|
-
* @summary Delete domain
|
|
1232
|
-
* @request DELETE:/admin/domains/{identifier}/
|
|
1233
|
-
* @secure
|
|
1234
|
-
*/
|
|
1235
|
-
adminDomainsDestroy: (identifier: string, params: RequestParams = {}) =>
|
|
1236
|
-
this.request<AdminDomainsDestroyData, any>({
|
|
1237
|
-
path: `/admin/domains/${identifier}/`,
|
|
1238
|
-
method: "DELETE",
|
|
1239
|
-
secure: true,
|
|
1240
|
-
format: "json",
|
|
1241
|
-
...params,
|
|
1242
|
-
}),
|
|
1243
|
-
|
|
1244
|
-
/**
|
|
1245
|
-
* No description
|
|
1246
|
-
*
|
|
1247
|
-
* @tags admin
|
|
1248
|
-
* @name AdminIosAppsList
|
|
1249
|
-
* @summary List iOS apps
|
|
1250
|
-
* @request GET:/admin/ios-apps/
|
|
1251
|
-
* @secure
|
|
1252
|
-
*/
|
|
1253
|
-
adminIosAppsList: (
|
|
1254
|
-
query: AdminIosAppsListParams,
|
|
1255
|
-
params: RequestParams = {},
|
|
1256
|
-
) =>
|
|
1257
|
-
this.request<AdminIosAppsListData, any>({
|
|
1258
|
-
path: `/admin/ios-apps/`,
|
|
1259
|
-
method: "GET",
|
|
1260
|
-
query: query,
|
|
1261
|
-
secure: true,
|
|
1262
|
-
format: "json",
|
|
1263
|
-
...params,
|
|
1264
|
-
}),
|
|
1265
|
-
|
|
1266
|
-
/**
|
|
1267
|
-
* No description
|
|
1268
|
-
*
|
|
1269
|
-
* @tags admin
|
|
1270
|
-
* @name AdminIosAppsCreate
|
|
1271
|
-
* @summary Create iOS app
|
|
1272
|
-
* @request POST:/admin/ios-apps/
|
|
1273
|
-
* @secure
|
|
1274
|
-
*/
|
|
1275
|
-
adminIosAppsCreate: (data: IOSApp, params: RequestParams = {}) =>
|
|
1276
|
-
this.request<AdminIosAppsCreateData, any>({
|
|
1277
|
-
path: `/admin/ios-apps/`,
|
|
1278
|
-
method: "POST",
|
|
1279
|
-
body: data,
|
|
1280
|
-
secure: true,
|
|
1281
|
-
type: "application/json",
|
|
1282
|
-
format: "json",
|
|
1283
|
-
...params,
|
|
1284
|
-
}),
|
|
1285
|
-
|
|
1286
|
-
/**
|
|
1287
|
-
* No description
|
|
1288
|
-
*
|
|
1289
|
-
* @tags admin
|
|
1290
|
-
* @name AdminIosAppsRetrieve
|
|
1291
|
-
* @summary Retrieve iOS app
|
|
1292
|
-
* @request GET:/admin/ios-apps/{id}/
|
|
1293
|
-
* @secure
|
|
1294
|
-
*/
|
|
1295
|
-
adminIosAppsRetrieve: (id: string, params: RequestParams = {}) =>
|
|
1296
|
-
this.request<AdminIosAppsRetrieveData, any>({
|
|
1297
|
-
path: `/admin/ios-apps/${id}/`,
|
|
1298
|
-
method: "GET",
|
|
1299
|
-
secure: true,
|
|
1300
|
-
format: "json",
|
|
1301
|
-
...params,
|
|
1302
|
-
}),
|
|
1303
|
-
|
|
1304
|
-
/**
|
|
1305
|
-
* No description
|
|
1306
|
-
*
|
|
1307
|
-
* @tags admin
|
|
1308
|
-
* @name AdminIosAppsUpdate
|
|
1309
|
-
* @summary Update iOS app
|
|
1310
|
-
* @request PUT:/admin/ios-apps/{id}/
|
|
1311
|
-
* @secure
|
|
1312
|
-
*/
|
|
1313
|
-
adminIosAppsUpdate: (
|
|
1314
|
-
id: string,
|
|
1315
|
-
data: IOSApp,
|
|
1316
|
-
params: RequestParams = {},
|
|
1317
|
-
) =>
|
|
1318
|
-
this.request<AdminIosAppsUpdateData, any>({
|
|
1319
|
-
path: `/admin/ios-apps/${id}/`,
|
|
1320
|
-
method: "PUT",
|
|
1321
|
-
body: data,
|
|
1322
|
-
secure: true,
|
|
1323
|
-
type: "application/json",
|
|
1324
|
-
format: "json",
|
|
1325
|
-
...params,
|
|
1326
|
-
}),
|
|
1327
|
-
|
|
1328
|
-
/**
|
|
1329
|
-
* No description
|
|
1330
|
-
*
|
|
1331
|
-
* @tags admin
|
|
1332
|
-
* @name AdminIosAppsPartialUpdate
|
|
1333
|
-
* @summary Partially update iOS app
|
|
1334
|
-
* @request PATCH:/admin/ios-apps/{id}/
|
|
1335
|
-
* @secure
|
|
1336
|
-
*/
|
|
1337
|
-
adminIosAppsPartialUpdate: (
|
|
1338
|
-
id: string,
|
|
1339
|
-
data: PatchedIOSApp,
|
|
1340
|
-
params: RequestParams = {},
|
|
1341
|
-
) =>
|
|
1342
|
-
this.request<AdminIosAppsPartialUpdateData, any>({
|
|
1343
|
-
path: `/admin/ios-apps/${id}/`,
|
|
1344
|
-
method: "PATCH",
|
|
1345
|
-
body: data,
|
|
1346
|
-
secure: true,
|
|
1347
|
-
type: "application/json",
|
|
1348
|
-
format: "json",
|
|
1349
|
-
...params,
|
|
1350
|
-
}),
|
|
1351
|
-
|
|
1352
|
-
/**
|
|
1353
|
-
* No description
|
|
1354
|
-
*
|
|
1355
|
-
* @tags admin
|
|
1356
|
-
* @name AdminIosAppsDestroy
|
|
1357
|
-
* @summary Delete iOS app
|
|
1358
|
-
* @request DELETE:/admin/ios-apps/{id}/
|
|
1359
|
-
* @secure
|
|
1360
|
-
*/
|
|
1361
|
-
adminIosAppsDestroy: (id: string, params: RequestParams = {}) =>
|
|
1362
|
-
this.request<AdminIosAppsDestroyData, any>({
|
|
1363
|
-
path: `/admin/ios-apps/${id}/`,
|
|
1364
|
-
method: "DELETE",
|
|
1365
|
-
secure: true,
|
|
1366
|
-
format: "json",
|
|
1367
|
-
...params,
|
|
1368
|
-
}),
|
|
1369
|
-
|
|
1370
|
-
/**
|
|
1371
|
-
* No description
|
|
1372
|
-
*
|
|
1373
|
-
* @tags admin
|
|
1374
|
-
* @name AdminLocalesList
|
|
1375
|
-
* @summary List locales
|
|
1376
|
-
* @request GET:/admin/locales/
|
|
1377
|
-
* @secure
|
|
1378
|
-
*/
|
|
1379
|
-
adminLocalesList: (
|
|
1380
|
-
query: AdminLocalesListParams,
|
|
1381
|
-
params: RequestParams = {},
|
|
1382
|
-
) =>
|
|
1383
|
-
this.request<AdminLocalesListData, any>({
|
|
1384
|
-
path: `/admin/locales/`,
|
|
1385
|
-
method: "GET",
|
|
1386
|
-
query: query,
|
|
1387
|
-
secure: true,
|
|
1388
|
-
format: "json",
|
|
1389
|
-
...params,
|
|
1390
|
-
}),
|
|
1391
|
-
|
|
1392
|
-
/**
|
|
1393
|
-
* No description
|
|
1394
|
-
*
|
|
1395
|
-
* @tags admin
|
|
1396
|
-
* @name AdminLocalesCreate
|
|
1397
|
-
* @summary Create locale
|
|
1398
|
-
* @request POST:/admin/locales/
|
|
1399
|
-
* @secure
|
|
1400
|
-
*/
|
|
1401
|
-
adminLocalesCreate: (data: AdminCreateLocale, params: RequestParams = {}) =>
|
|
1402
|
-
this.request<AdminLocalesCreateData, any>({
|
|
1403
|
-
path: `/admin/locales/`,
|
|
1404
|
-
method: "POST",
|
|
1405
|
-
body: data,
|
|
1406
|
-
secure: true,
|
|
1407
|
-
type: "application/json",
|
|
1408
|
-
format: "json",
|
|
1409
|
-
...params,
|
|
1410
|
-
}),
|
|
1411
|
-
|
|
1412
|
-
/**
|
|
1413
|
-
* No description
|
|
1414
|
-
*
|
|
1415
|
-
* @tags admin
|
|
1416
|
-
* @name AdminLocalesRetrieve
|
|
1417
|
-
* @summary Retrieve locale
|
|
1418
|
-
* @request GET:/admin/locales/{locale_id}/
|
|
1419
|
-
* @secure
|
|
1420
|
-
*/
|
|
1421
|
-
adminLocalesRetrieve: (localeId: string, params: RequestParams = {}) =>
|
|
1422
|
-
this.request<AdminLocalesRetrieveData, any>({
|
|
1423
|
-
path: `/admin/locales/${localeId}/`,
|
|
1424
|
-
method: "GET",
|
|
1425
|
-
secure: true,
|
|
1426
|
-
format: "json",
|
|
1427
|
-
...params,
|
|
1428
|
-
}),
|
|
1429
|
-
|
|
1430
|
-
/**
|
|
1431
|
-
* No description
|
|
1432
|
-
*
|
|
1433
|
-
* @tags admin
|
|
1434
|
-
* @name AdminLocalesUpdate
|
|
1435
|
-
* @summary Update locale
|
|
1436
|
-
* @request PUT:/admin/locales/{locale_id}/
|
|
1437
|
-
* @secure
|
|
1438
|
-
*/
|
|
1439
|
-
adminLocalesUpdate: (
|
|
1440
|
-
localeId: string,
|
|
1441
|
-
data: Locale,
|
|
1442
|
-
params: RequestParams = {},
|
|
1443
|
-
) =>
|
|
1444
|
-
this.request<AdminLocalesUpdateData, any>({
|
|
1445
|
-
path: `/admin/locales/${localeId}/`,
|
|
1446
|
-
method: "PUT",
|
|
1447
|
-
body: data,
|
|
1448
|
-
secure: true,
|
|
1449
|
-
type: "application/json",
|
|
1450
|
-
format: "json",
|
|
1451
|
-
...params,
|
|
1452
|
-
}),
|
|
1453
|
-
|
|
1454
|
-
/**
|
|
1455
|
-
* No description
|
|
1456
|
-
*
|
|
1457
|
-
* @tags admin
|
|
1458
|
-
* @name AdminLocalesPartialUpdate
|
|
1459
|
-
* @summary Partially update locale
|
|
1460
|
-
* @request PATCH:/admin/locales/{locale_id}/
|
|
1461
|
-
* @secure
|
|
1462
|
-
*/
|
|
1463
|
-
adminLocalesPartialUpdate: (
|
|
1464
|
-
localeId: string,
|
|
1465
|
-
data: PatchedLocale,
|
|
1466
|
-
params: RequestParams = {},
|
|
1467
|
-
) =>
|
|
1468
|
-
this.request<AdminLocalesPartialUpdateData, any>({
|
|
1469
|
-
path: `/admin/locales/${localeId}/`,
|
|
1470
|
-
method: "PATCH",
|
|
1471
|
-
body: data,
|
|
1472
|
-
secure: true,
|
|
1473
|
-
type: "application/json",
|
|
1474
|
-
format: "json",
|
|
1475
|
-
...params,
|
|
1476
|
-
}),
|
|
1477
|
-
|
|
1478
|
-
/**
|
|
1479
|
-
* No description
|
|
1480
|
-
*
|
|
1481
|
-
* @tags admin
|
|
1482
|
-
* @name AdminLocalesDestroy
|
|
1483
|
-
* @summary Delete locale
|
|
1484
|
-
* @request DELETE:/admin/locales/{locale_id}/
|
|
1485
|
-
* @secure
|
|
1486
|
-
*/
|
|
1487
|
-
adminLocalesDestroy: (localeId: string, params: RequestParams = {}) =>
|
|
1488
|
-
this.request<AdminLocalesDestroyData, any>({
|
|
1489
|
-
path: `/admin/locales/${localeId}/`,
|
|
1490
|
-
method: "DELETE",
|
|
1491
|
-
secure: true,
|
|
1492
|
-
format: "json",
|
|
1493
|
-
...params,
|
|
1494
|
-
}),
|
|
1495
|
-
};
|
|
1496
|
-
deactivate = {
|
|
1497
|
-
/**
|
|
1498
|
-
* No description
|
|
1499
|
-
*
|
|
1500
|
-
* @tags deactivate
|
|
1501
|
-
* @name DeactivateCreate
|
|
1502
|
-
* @summary Deactivate service
|
|
1503
|
-
* @request POST:/deactivate/
|
|
1504
|
-
* @secure
|
|
1505
|
-
*/
|
|
1506
|
-
deactivateCreate: (data: Deactivate, params: RequestParams = {}) =>
|
|
1507
|
-
this.request<DeactivateCreateData, any>({
|
|
1508
|
-
path: `/deactivate/`,
|
|
1509
|
-
method: "POST",
|
|
1510
|
-
body: data,
|
|
1511
|
-
secure: true,
|
|
1512
|
-
type: "application/json",
|
|
1513
|
-
format: "json",
|
|
1514
|
-
...params,
|
|
1515
|
-
}),
|
|
1516
|
-
};
|
|
1517
|
-
public = {
|
|
1518
|
-
/**
|
|
1519
|
-
* No description
|
|
1520
|
-
*
|
|
1521
|
-
* @tags public
|
|
1522
|
-
* @name PublicCompanyRetrieve
|
|
1523
|
-
* @summary Retrieve public company
|
|
1524
|
-
* @request GET:/public/company/
|
|
1525
|
-
* @secure
|
|
1526
|
-
*/
|
|
1527
|
-
publicCompanyRetrieve: (params: RequestParams = {}) =>
|
|
1528
|
-
this.request<PublicCompanyRetrieveData, any>({
|
|
1529
|
-
path: `/public/company/`,
|
|
1530
|
-
method: "GET",
|
|
1531
|
-
secure: true,
|
|
1532
|
-
format: "json",
|
|
1533
|
-
...params,
|
|
1534
|
-
}),
|
|
1535
|
-
|
|
1536
|
-
/**
|
|
1537
|
-
* No description
|
|
1538
|
-
*
|
|
1539
|
-
* @tags public
|
|
1540
|
-
* @name PublicCompanyLocalesList
|
|
1541
|
-
* @summary List public locales
|
|
1542
|
-
* @request GET:/public/company/{company_id}/locales/
|
|
1543
|
-
* @secure
|
|
1544
|
-
*/
|
|
1545
|
-
publicCompanyLocalesList: (
|
|
1546
|
-
{ companyId, ...query }: PublicCompanyLocalesListParams,
|
|
1547
|
-
params: RequestParams = {},
|
|
1548
|
-
) =>
|
|
1549
|
-
this.request<PublicCompanyLocalesListData, any>({
|
|
1550
|
-
path: `/public/company/${companyId}/locales/`,
|
|
1551
|
-
method: "GET",
|
|
1552
|
-
query: query,
|
|
1553
|
-
secure: true,
|
|
1554
|
-
format: "json",
|
|
1555
|
-
...params,
|
|
1556
|
-
}),
|
|
1557
|
-
|
|
1558
|
-
/**
|
|
1559
|
-
* No description
|
|
1560
|
-
*
|
|
1561
|
-
* @tags public
|
|
1562
|
-
* @name PublicCompanyLocalesRetrieve
|
|
1563
|
-
* @summary Retrieve public locale
|
|
1564
|
-
* @request GET:/public/company/{company_id}/locales/{locale_id}/
|
|
1565
|
-
* @secure
|
|
1566
|
-
*/
|
|
1567
|
-
publicCompanyLocalesRetrieve: (
|
|
1568
|
-
companyId: string,
|
|
1569
|
-
localeId: string,
|
|
1570
|
-
params: RequestParams = {},
|
|
1571
|
-
) =>
|
|
1572
|
-
this.request<PublicCompanyLocalesRetrieveData, any>({
|
|
1573
|
-
path: `/public/company/${companyId}/locales/${localeId}/`,
|
|
1574
|
-
method: "GET",
|
|
1575
|
-
secure: true,
|
|
1576
|
-
format: "json",
|
|
1577
|
-
...params,
|
|
1578
|
-
}),
|
|
1579
|
-
};
|
|
1580
|
-
superadmin = {
|
|
1581
|
-
/**
|
|
1582
|
-
* No description
|
|
1583
|
-
*
|
|
1584
|
-
* @tags superadmin
|
|
1585
|
-
* @name SuperadminAppCodebasesList
|
|
1586
|
-
* @summary List app codebases
|
|
1587
|
-
* @request GET:/superadmin/app-codebases/
|
|
1588
|
-
* @secure
|
|
1589
|
-
*/
|
|
1590
|
-
superadminAppCodebasesList: (
|
|
1591
|
-
query: SuperadminAppCodebasesListParams,
|
|
1592
|
-
params: RequestParams = {},
|
|
1593
|
-
) =>
|
|
1594
|
-
this.request<SuperadminAppCodebasesListData, any>({
|
|
1595
|
-
path: `/superadmin/app-codebases/`,
|
|
1596
|
-
method: "GET",
|
|
1597
|
-
query: query,
|
|
1598
|
-
secure: true,
|
|
1599
|
-
format: "json",
|
|
1600
|
-
...params,
|
|
1601
|
-
}),
|
|
1602
|
-
|
|
1603
|
-
/**
|
|
1604
|
-
* No description
|
|
1605
|
-
*
|
|
1606
|
-
* @tags superadmin
|
|
1607
|
-
* @name SuperadminAppCodebasesCreate
|
|
1608
|
-
* @summary Create app codebase
|
|
1609
|
-
* @request POST:/superadmin/app-codebases/
|
|
1610
|
-
* @secure
|
|
1611
|
-
*/
|
|
1612
|
-
superadminAppCodebasesCreate: (
|
|
1613
|
-
data: AppCodebase,
|
|
1614
|
-
params: RequestParams = {},
|
|
1615
|
-
) =>
|
|
1616
|
-
this.request<SuperadminAppCodebasesCreateData, any>({
|
|
1617
|
-
path: `/superadmin/app-codebases/`,
|
|
1618
|
-
method: "POST",
|
|
1619
|
-
body: data,
|
|
1620
|
-
secure: true,
|
|
1621
|
-
type: "application/json",
|
|
1622
|
-
format: "json",
|
|
1623
|
-
...params,
|
|
1624
|
-
}),
|
|
1625
|
-
|
|
1626
|
-
/**
|
|
1627
|
-
* No description
|
|
1628
|
-
*
|
|
1629
|
-
* @tags superadmin
|
|
1630
|
-
* @name SuperadminAppCodebasesRetrieve
|
|
1631
|
-
* @summary Retrieve app codebase
|
|
1632
|
-
* @request GET:/superadmin/app-codebases/{id}/
|
|
1633
|
-
* @secure
|
|
1634
|
-
*/
|
|
1635
|
-
superadminAppCodebasesRetrieve: (id: string, params: RequestParams = {}) =>
|
|
1636
|
-
this.request<SuperadminAppCodebasesRetrieveData, any>({
|
|
1637
|
-
path: `/superadmin/app-codebases/${id}/`,
|
|
1638
|
-
method: "GET",
|
|
1639
|
-
secure: true,
|
|
1640
|
-
format: "json",
|
|
1641
|
-
...params,
|
|
1642
|
-
}),
|
|
1643
|
-
|
|
1644
|
-
/**
|
|
1645
|
-
* No description
|
|
1646
|
-
*
|
|
1647
|
-
* @tags superadmin
|
|
1648
|
-
* @name SuperadminAppCodebasesUpdate
|
|
1649
|
-
* @summary Update app codebase
|
|
1650
|
-
* @request PUT:/superadmin/app-codebases/{id}/
|
|
1651
|
-
* @secure
|
|
1652
|
-
*/
|
|
1653
|
-
superadminAppCodebasesUpdate: (
|
|
1654
|
-
id: string,
|
|
1655
|
-
data: AppCodebase,
|
|
1656
|
-
params: RequestParams = {},
|
|
1657
|
-
) =>
|
|
1658
|
-
this.request<SuperadminAppCodebasesUpdateData, any>({
|
|
1659
|
-
path: `/superadmin/app-codebases/${id}/`,
|
|
1660
|
-
method: "PUT",
|
|
1661
|
-
body: data,
|
|
1662
|
-
secure: true,
|
|
1663
|
-
type: "application/json",
|
|
1664
|
-
format: "json",
|
|
1665
|
-
...params,
|
|
1666
|
-
}),
|
|
1667
|
-
|
|
1668
|
-
/**
|
|
1669
|
-
* No description
|
|
1670
|
-
*
|
|
1671
|
-
* @tags superadmin
|
|
1672
|
-
* @name SuperadminAppCodebasesPartialUpdate
|
|
1673
|
-
* @summary Partially update codebase
|
|
1674
|
-
* @request PATCH:/superadmin/app-codebases/{id}/
|
|
1675
|
-
* @secure
|
|
1676
|
-
*/
|
|
1677
|
-
superadminAppCodebasesPartialUpdate: (
|
|
1678
|
-
id: string,
|
|
1679
|
-
data: PatchedAppCodebase,
|
|
1680
|
-
params: RequestParams = {},
|
|
1681
|
-
) =>
|
|
1682
|
-
this.request<SuperadminAppCodebasesPartialUpdateData, any>({
|
|
1683
|
-
path: `/superadmin/app-codebases/${id}/`,
|
|
1684
|
-
method: "PATCH",
|
|
1685
|
-
body: data,
|
|
1686
|
-
secure: true,
|
|
1687
|
-
type: "application/json",
|
|
1688
|
-
format: "json",
|
|
1689
|
-
...params,
|
|
1690
|
-
}),
|
|
1691
|
-
|
|
1692
|
-
/**
|
|
1693
|
-
* No description
|
|
1694
|
-
*
|
|
1695
|
-
* @tags superadmin
|
|
1696
|
-
* @name SuperadminAppCodebasesDestroy
|
|
1697
|
-
* @summary Delete codebase
|
|
1698
|
-
* @request DELETE:/superadmin/app-codebases/{id}/
|
|
1699
|
-
* @secure
|
|
1700
|
-
*/
|
|
1701
|
-
superadminAppCodebasesDestroy: (id: string, params: RequestParams = {}) =>
|
|
1702
|
-
this.request<SuperadminAppCodebasesDestroyData, any>({
|
|
1703
|
-
path: `/superadmin/app-codebases/${id}/`,
|
|
1704
|
-
method: "DELETE",
|
|
1705
|
-
secure: true,
|
|
1706
|
-
format: "json",
|
|
1707
|
-
...params,
|
|
1708
|
-
}),
|
|
1709
|
-
};
|
|
1710
|
-
user = {
|
|
1711
|
-
/**
|
|
1712
|
-
* No description
|
|
1713
|
-
*
|
|
1714
|
-
* @tags user
|
|
1715
|
-
* @name UserRetrieve
|
|
1716
|
-
* @summary Retrieve user
|
|
1717
|
-
* @request GET:/user/
|
|
1718
|
-
* @secure
|
|
1719
|
-
*/
|
|
1720
|
-
userRetrieve: (params: RequestParams = {}) =>
|
|
1721
|
-
this.request<UserRetrieveData, any>({
|
|
1722
|
-
path: `/user/`,
|
|
1723
|
-
method: "GET",
|
|
1724
|
-
secure: true,
|
|
1725
|
-
format: "json",
|
|
1726
|
-
...params,
|
|
1727
|
-
}),
|
|
1728
|
-
|
|
1729
|
-
/**
|
|
1730
|
-
* No description
|
|
1731
|
-
*
|
|
1732
|
-
* @tags user
|
|
1733
|
-
* @name UserUpdate
|
|
1734
|
-
* @summary Update user
|
|
1735
|
-
* @request PUT:/user/
|
|
1736
|
-
* @secure
|
|
1737
|
-
*/
|
|
1738
|
-
userUpdate: (data: User, params: RequestParams = {}) =>
|
|
1739
|
-
this.request<UserUpdateData, any>({
|
|
1740
|
-
path: `/user/`,
|
|
1741
|
-
method: "PUT",
|
|
1742
|
-
body: data,
|
|
1743
|
-
secure: true,
|
|
1744
|
-
type: "application/json",
|
|
1745
|
-
format: "json",
|
|
1746
|
-
...params,
|
|
1747
|
-
}),
|
|
1748
|
-
|
|
1749
|
-
/**
|
|
1750
|
-
* No description
|
|
1751
|
-
*
|
|
1752
|
-
* @tags user
|
|
1753
|
-
* @name UserPartialUpdate
|
|
1754
|
-
* @summary Partially update user
|
|
1755
|
-
* @request PATCH:/user/
|
|
1756
|
-
* @secure
|
|
1757
|
-
*/
|
|
1758
|
-
userPartialUpdate: (data: PatchedUser, params: RequestParams = {}) =>
|
|
1759
|
-
this.request<UserPartialUpdateData, any>({
|
|
1760
|
-
path: `/user/`,
|
|
1761
|
-
method: "PATCH",
|
|
1762
|
-
body: data,
|
|
1763
|
-
secure: true,
|
|
1764
|
-
type: "application/json",
|
|
1765
|
-
format: "json",
|
|
1766
|
-
...params,
|
|
1767
|
-
}),
|
|
1768
|
-
|
|
1769
|
-
/**
|
|
1770
|
-
* No description
|
|
1771
|
-
*
|
|
1772
|
-
* @tags user
|
|
1773
|
-
* @name UserCompanyRetrieve
|
|
1774
|
-
* @summary Retrieve company
|
|
1775
|
-
* @request GET:/user/company/
|
|
1776
|
-
* @secure
|
|
1777
|
-
*/
|
|
1778
|
-
userCompanyRetrieve: (params: RequestParams = {}) =>
|
|
1779
|
-
this.request<UserCompanyRetrieveData, any>({
|
|
1780
|
-
path: `/user/company/`,
|
|
1781
|
-
method: "GET",
|
|
1782
|
-
secure: true,
|
|
1783
|
-
format: "json",
|
|
1784
|
-
...params,
|
|
1785
|
-
}),
|
|
1786
|
-
|
|
1787
|
-
/**
|
|
1788
|
-
* No description
|
|
1789
|
-
*
|
|
1790
|
-
* @tags user
|
|
1791
|
-
* @name UserLocalesList
|
|
1792
|
-
* @summary List locales
|
|
1793
|
-
* @request GET:/user/locales/
|
|
1794
|
-
* @secure
|
|
1795
|
-
*/
|
|
1796
|
-
userLocalesList: (
|
|
1797
|
-
query: UserLocalesListParams,
|
|
1798
|
-
params: RequestParams = {},
|
|
1799
|
-
) =>
|
|
1800
|
-
this.request<UserLocalesListData, any>({
|
|
1801
|
-
path: `/user/locales/`,
|
|
1802
|
-
method: "GET",
|
|
1803
|
-
query: query,
|
|
1804
|
-
secure: true,
|
|
1805
|
-
format: "json",
|
|
1806
|
-
...params,
|
|
1807
|
-
}),
|
|
1808
|
-
|
|
1809
|
-
/**
|
|
1810
|
-
* No description
|
|
1811
|
-
*
|
|
1812
|
-
* @tags user
|
|
1813
|
-
* @name UserLocalesRetrieve
|
|
1814
|
-
* @summary Retrieve locale
|
|
1815
|
-
* @request GET:/user/locales/{locale_id}/
|
|
1816
|
-
* @secure
|
|
1817
|
-
*/
|
|
1818
|
-
userLocalesRetrieve: (localeId: string, params: RequestParams = {}) =>
|
|
1819
|
-
this.request<UserLocalesRetrieveData, any>({
|
|
1820
|
-
path: `/user/locales/${localeId}/`,
|
|
1821
|
-
method: "GET",
|
|
1822
|
-
secure: true,
|
|
1823
|
-
format: "json",
|
|
1824
|
-
...params,
|
|
1825
|
-
}),
|
|
1826
|
-
};
|
|
1827
|
-
}
|