rehive 3.1.4 → 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 -506
- 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,2042 @@
|
|
|
1
|
+
import { A as ApiFactoryConfig, B as BoundSdk } from '../create-api-client-BMeX50D6.js';
|
|
2
|
+
import '../create-auth-UTklIOTc.js';
|
|
3
|
+
|
|
4
|
+
type AuthToken = string | undefined;
|
|
5
|
+
interface Auth {
|
|
6
|
+
/**
|
|
7
|
+
* Which part of the request do we use to send the auth?
|
|
8
|
+
*
|
|
9
|
+
* @default 'header'
|
|
10
|
+
*/
|
|
11
|
+
in?: 'header' | 'query' | 'cookie';
|
|
12
|
+
/**
|
|
13
|
+
* Header or query parameter name.
|
|
14
|
+
*
|
|
15
|
+
* @default 'Authorization'
|
|
16
|
+
*/
|
|
17
|
+
name?: string;
|
|
18
|
+
scheme?: 'basic' | 'bearer';
|
|
19
|
+
type: 'apiKey' | 'http';
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
interface SerializerOptions<T> {
|
|
23
|
+
/**
|
|
24
|
+
* @default true
|
|
25
|
+
*/
|
|
26
|
+
explode: boolean;
|
|
27
|
+
style: T;
|
|
28
|
+
}
|
|
29
|
+
type ArrayStyle = 'form' | 'spaceDelimited' | 'pipeDelimited';
|
|
30
|
+
type ObjectStyle = 'form' | 'deepObject';
|
|
31
|
+
|
|
32
|
+
type QuerySerializer = (query: Record<string, unknown>) => string;
|
|
33
|
+
type BodySerializer = (body: any) => any;
|
|
34
|
+
type QuerySerializerOptionsObject = {
|
|
35
|
+
allowReserved?: boolean;
|
|
36
|
+
array?: Partial<SerializerOptions<ArrayStyle>>;
|
|
37
|
+
object?: Partial<SerializerOptions<ObjectStyle>>;
|
|
38
|
+
};
|
|
39
|
+
type QuerySerializerOptions = QuerySerializerOptionsObject & {
|
|
40
|
+
/**
|
|
41
|
+
* Per-parameter serialization overrides. When provided, these settings
|
|
42
|
+
* override the global array/object settings for specific parameter names.
|
|
43
|
+
*/
|
|
44
|
+
parameters?: Record<string, QuerySerializerOptionsObject>;
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
type HttpMethod = 'connect' | 'delete' | 'get' | 'head' | 'options' | 'patch' | 'post' | 'put' | 'trace';
|
|
48
|
+
type Client$1<RequestFn = never, Config = unknown, MethodFn = never, BuildUrlFn = never, SseFn = never> = {
|
|
49
|
+
/**
|
|
50
|
+
* Returns the final request URL.
|
|
51
|
+
*/
|
|
52
|
+
buildUrl: BuildUrlFn;
|
|
53
|
+
getConfig: () => Config;
|
|
54
|
+
request: RequestFn;
|
|
55
|
+
setConfig: (config: Config) => Config;
|
|
56
|
+
} & {
|
|
57
|
+
[K in HttpMethod]: MethodFn;
|
|
58
|
+
} & ([SseFn] extends [never] ? {
|
|
59
|
+
sse?: never;
|
|
60
|
+
} : {
|
|
61
|
+
sse: {
|
|
62
|
+
[K in HttpMethod]: SseFn;
|
|
63
|
+
};
|
|
64
|
+
});
|
|
65
|
+
interface Config$1 {
|
|
66
|
+
/**
|
|
67
|
+
* Auth token or a function returning auth token. The resolved value will be
|
|
68
|
+
* added to the request payload as defined by its `security` array.
|
|
69
|
+
*/
|
|
70
|
+
auth?: ((auth: Auth) => Promise<AuthToken> | AuthToken) | AuthToken;
|
|
71
|
+
/**
|
|
72
|
+
* A function for serializing request body parameter. By default,
|
|
73
|
+
* {@link JSON.stringify()} will be used.
|
|
74
|
+
*/
|
|
75
|
+
bodySerializer?: BodySerializer | null;
|
|
76
|
+
/**
|
|
77
|
+
* An object containing any HTTP headers that you want to pre-populate your
|
|
78
|
+
* `Headers` object with.
|
|
79
|
+
*
|
|
80
|
+
* {@link https://developer.mozilla.org/docs/Web/API/Headers/Headers#init See more}
|
|
81
|
+
*/
|
|
82
|
+
headers?: RequestInit['headers'] | Record<string, string | number | boolean | (string | number | boolean)[] | null | undefined | unknown>;
|
|
83
|
+
/**
|
|
84
|
+
* The request method.
|
|
85
|
+
*
|
|
86
|
+
* {@link https://developer.mozilla.org/docs/Web/API/fetch#method See more}
|
|
87
|
+
*/
|
|
88
|
+
method?: Uppercase<HttpMethod>;
|
|
89
|
+
/**
|
|
90
|
+
* A function for serializing request query parameters. By default, arrays
|
|
91
|
+
* will be exploded in form style, objects will be exploded in deepObject
|
|
92
|
+
* style, and reserved characters are percent-encoded.
|
|
93
|
+
*
|
|
94
|
+
* This method will have no effect if the native `paramsSerializer()` Axios
|
|
95
|
+
* API function is used.
|
|
96
|
+
*
|
|
97
|
+
* {@link https://swagger.io/docs/specification/serialization/#query View examples}
|
|
98
|
+
*/
|
|
99
|
+
querySerializer?: QuerySerializer | QuerySerializerOptions;
|
|
100
|
+
/**
|
|
101
|
+
* A function validating request data. This is useful if you want to ensure
|
|
102
|
+
* the request conforms to the desired shape, so it can be safely sent to
|
|
103
|
+
* the server.
|
|
104
|
+
*/
|
|
105
|
+
requestValidator?: (data: unknown) => Promise<unknown>;
|
|
106
|
+
/**
|
|
107
|
+
* A function transforming response data before it's returned. This is useful
|
|
108
|
+
* for post-processing data, e.g. converting ISO strings into Date objects.
|
|
109
|
+
*/
|
|
110
|
+
responseTransformer?: (data: unknown) => Promise<unknown>;
|
|
111
|
+
/**
|
|
112
|
+
* A function validating response data. This is useful if you want to ensure
|
|
113
|
+
* the response conforms to the desired shape, so it can be safely passed to
|
|
114
|
+
* the transformers and returned to the user.
|
|
115
|
+
*/
|
|
116
|
+
responseValidator?: (data: unknown) => Promise<unknown>;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
type ServerSentEventsOptions<TData = unknown> = Omit<RequestInit, 'method'> & Pick<Config$1, 'method' | 'responseTransformer' | 'responseValidator'> & {
|
|
120
|
+
/**
|
|
121
|
+
* Fetch API implementation. You can use this option to provide a custom
|
|
122
|
+
* fetch instance.
|
|
123
|
+
*
|
|
124
|
+
* @default globalThis.fetch
|
|
125
|
+
*/
|
|
126
|
+
fetch?: typeof fetch;
|
|
127
|
+
/**
|
|
128
|
+
* Implementing clients can call request interceptors inside this hook.
|
|
129
|
+
*/
|
|
130
|
+
onRequest?: (url: string, init: RequestInit) => Promise<Request>;
|
|
131
|
+
/**
|
|
132
|
+
* Callback invoked when a network or parsing error occurs during streaming.
|
|
133
|
+
*
|
|
134
|
+
* This option applies only if the endpoint returns a stream of events.
|
|
135
|
+
*
|
|
136
|
+
* @param error The error that occurred.
|
|
137
|
+
*/
|
|
138
|
+
onSseError?: (error: unknown) => void;
|
|
139
|
+
/**
|
|
140
|
+
* Callback invoked when an event is streamed from the server.
|
|
141
|
+
*
|
|
142
|
+
* This option applies only if the endpoint returns a stream of events.
|
|
143
|
+
*
|
|
144
|
+
* @param event Event streamed from the server.
|
|
145
|
+
* @returns Nothing (void).
|
|
146
|
+
*/
|
|
147
|
+
onSseEvent?: (event: StreamEvent<TData>) => void;
|
|
148
|
+
serializedBody?: RequestInit['body'];
|
|
149
|
+
/**
|
|
150
|
+
* Default retry delay in milliseconds.
|
|
151
|
+
*
|
|
152
|
+
* This option applies only if the endpoint returns a stream of events.
|
|
153
|
+
*
|
|
154
|
+
* @default 3000
|
|
155
|
+
*/
|
|
156
|
+
sseDefaultRetryDelay?: number;
|
|
157
|
+
/**
|
|
158
|
+
* Maximum number of retry attempts before giving up.
|
|
159
|
+
*/
|
|
160
|
+
sseMaxRetryAttempts?: number;
|
|
161
|
+
/**
|
|
162
|
+
* Maximum retry delay in milliseconds.
|
|
163
|
+
*
|
|
164
|
+
* Applies only when exponential backoff is used.
|
|
165
|
+
*
|
|
166
|
+
* This option applies only if the endpoint returns a stream of events.
|
|
167
|
+
*
|
|
168
|
+
* @default 30000
|
|
169
|
+
*/
|
|
170
|
+
sseMaxRetryDelay?: number;
|
|
171
|
+
/**
|
|
172
|
+
* Optional sleep function for retry backoff.
|
|
173
|
+
*
|
|
174
|
+
* Defaults to using `setTimeout`.
|
|
175
|
+
*/
|
|
176
|
+
sseSleepFn?: (ms: number) => Promise<void>;
|
|
177
|
+
url: string;
|
|
178
|
+
};
|
|
179
|
+
interface StreamEvent<TData = unknown> {
|
|
180
|
+
data: TData;
|
|
181
|
+
event?: string;
|
|
182
|
+
id?: string;
|
|
183
|
+
retry?: number;
|
|
184
|
+
}
|
|
185
|
+
type ServerSentEventsResult<TData = unknown, TReturn = void, TNext = unknown> = {
|
|
186
|
+
stream: AsyncGenerator<TData extends Record<string, unknown> ? TData[keyof TData] : TData, TReturn, TNext>;
|
|
187
|
+
};
|
|
188
|
+
|
|
189
|
+
type ErrInterceptor<Err, Res, Req, Options> = (error: Err, response: Res, request: Req, options: Options) => Err | Promise<Err>;
|
|
190
|
+
type ReqInterceptor<Req, Options> = (request: Req, options: Options) => Req | Promise<Req>;
|
|
191
|
+
type ResInterceptor<Res, Req, Options> = (response: Res, request: Req, options: Options) => Res | Promise<Res>;
|
|
192
|
+
declare class Interceptors<Interceptor> {
|
|
193
|
+
fns: Array<Interceptor | null>;
|
|
194
|
+
clear(): void;
|
|
195
|
+
eject(id: number | Interceptor): void;
|
|
196
|
+
exists(id: number | Interceptor): boolean;
|
|
197
|
+
getInterceptorIndex(id: number | Interceptor): number;
|
|
198
|
+
update(id: number | Interceptor, fn: Interceptor): number | Interceptor | false;
|
|
199
|
+
use(fn: Interceptor): number;
|
|
200
|
+
}
|
|
201
|
+
interface Middleware<Req, Res, Err, Options> {
|
|
202
|
+
error: Interceptors<ErrInterceptor<Err, Res, Req, Options>>;
|
|
203
|
+
request: Interceptors<ReqInterceptor<Req, Options>>;
|
|
204
|
+
response: Interceptors<ResInterceptor<Res, Req, Options>>;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
type ResponseStyle = 'data' | 'fields';
|
|
208
|
+
interface Config<T extends ClientOptions$1 = ClientOptions$1> extends Omit<RequestInit, 'body' | 'headers' | 'method'>, Config$1 {
|
|
209
|
+
/**
|
|
210
|
+
* Base URL for all requests made by this client.
|
|
211
|
+
*/
|
|
212
|
+
baseUrl?: T['baseUrl'];
|
|
213
|
+
/**
|
|
214
|
+
* Fetch API implementation. You can use this option to provide a custom
|
|
215
|
+
* fetch instance.
|
|
216
|
+
*
|
|
217
|
+
* @default globalThis.fetch
|
|
218
|
+
*/
|
|
219
|
+
fetch?: typeof fetch;
|
|
220
|
+
/**
|
|
221
|
+
* Please don't use the Fetch client for Next.js applications. The `next`
|
|
222
|
+
* options won't have any effect.
|
|
223
|
+
*
|
|
224
|
+
* Install {@link https://www.npmjs.com/package/@hey-api/client-next `@hey-api/client-next`} instead.
|
|
225
|
+
*/
|
|
226
|
+
next?: never;
|
|
227
|
+
/**
|
|
228
|
+
* Return the response data parsed in a specified format. By default, `auto`
|
|
229
|
+
* will infer the appropriate method from the `Content-Type` response header.
|
|
230
|
+
* You can override this behavior with any of the {@link Body} methods.
|
|
231
|
+
* Select `stream` if you don't want to parse response data at all.
|
|
232
|
+
*
|
|
233
|
+
* @default 'auto'
|
|
234
|
+
*/
|
|
235
|
+
parseAs?: 'arrayBuffer' | 'auto' | 'blob' | 'formData' | 'json' | 'stream' | 'text';
|
|
236
|
+
/**
|
|
237
|
+
* Should we return only data or multiple fields (data, error, response, etc.)?
|
|
238
|
+
*
|
|
239
|
+
* @default 'fields'
|
|
240
|
+
*/
|
|
241
|
+
responseStyle?: ResponseStyle;
|
|
242
|
+
/**
|
|
243
|
+
* Throw an error instead of returning it in the response?
|
|
244
|
+
*
|
|
245
|
+
* @default false
|
|
246
|
+
*/
|
|
247
|
+
throwOnError?: T['throwOnError'];
|
|
248
|
+
}
|
|
249
|
+
interface RequestOptions<TData = unknown, TResponseStyle extends ResponseStyle = 'data', ThrowOnError extends boolean = boolean, Url extends string = string> extends Config<{
|
|
250
|
+
responseStyle: TResponseStyle;
|
|
251
|
+
throwOnError: ThrowOnError;
|
|
252
|
+
}>, Pick<ServerSentEventsOptions<TData>, 'onSseError' | 'onSseEvent' | 'sseDefaultRetryDelay' | 'sseMaxRetryAttempts' | 'sseMaxRetryDelay'> {
|
|
253
|
+
/**
|
|
254
|
+
* Any body that you want to add to your request.
|
|
255
|
+
*
|
|
256
|
+
* {@link https://developer.mozilla.org/docs/Web/API/fetch#body}
|
|
257
|
+
*/
|
|
258
|
+
body?: unknown;
|
|
259
|
+
path?: Record<string, unknown>;
|
|
260
|
+
query?: Record<string, unknown>;
|
|
261
|
+
/**
|
|
262
|
+
* Security mechanism(s) to use for the request.
|
|
263
|
+
*/
|
|
264
|
+
security?: ReadonlyArray<Auth>;
|
|
265
|
+
url: Url;
|
|
266
|
+
}
|
|
267
|
+
interface ResolvedRequestOptions<TResponseStyle extends ResponseStyle = 'data', ThrowOnError extends boolean = boolean, Url extends string = string> extends RequestOptions<unknown, TResponseStyle, ThrowOnError, Url> {
|
|
268
|
+
serializedBody?: string;
|
|
269
|
+
}
|
|
270
|
+
type RequestResult<TData = unknown, TError = unknown, ThrowOnError extends boolean = boolean, TResponseStyle extends ResponseStyle = 'data'> = ThrowOnError extends true ? Promise<TResponseStyle extends 'data' ? TData extends Record<string, unknown> ? TData[keyof TData] : TData : {
|
|
271
|
+
data: TData extends Record<string, unknown> ? TData[keyof TData] : TData;
|
|
272
|
+
request: Request;
|
|
273
|
+
response: Response;
|
|
274
|
+
}> : Promise<TResponseStyle extends 'data' ? (TData extends Record<string, unknown> ? TData[keyof TData] : TData) | undefined : ({
|
|
275
|
+
data: TData extends Record<string, unknown> ? TData[keyof TData] : TData;
|
|
276
|
+
error: undefined;
|
|
277
|
+
} | {
|
|
278
|
+
data: undefined;
|
|
279
|
+
error: TError extends Record<string, unknown> ? TError[keyof TError] : TError;
|
|
280
|
+
}) & {
|
|
281
|
+
request: Request;
|
|
282
|
+
response: Response;
|
|
283
|
+
}>;
|
|
284
|
+
interface ClientOptions$1 {
|
|
285
|
+
baseUrl?: string;
|
|
286
|
+
responseStyle?: ResponseStyle;
|
|
287
|
+
throwOnError?: boolean;
|
|
288
|
+
}
|
|
289
|
+
type MethodFn = <TData = unknown, TError = unknown, ThrowOnError extends boolean = false, TResponseStyle extends ResponseStyle = 'data'>(options: Omit<RequestOptions<TData, TResponseStyle, ThrowOnError>, 'method'>) => RequestResult<TData, TError, ThrowOnError, TResponseStyle>;
|
|
290
|
+
type SseFn = <TData = unknown, TError = unknown, ThrowOnError extends boolean = false, TResponseStyle extends ResponseStyle = 'data'>(options: Omit<RequestOptions<TData, TResponseStyle, ThrowOnError>, 'method'>) => Promise<ServerSentEventsResult<TData, TError>>;
|
|
291
|
+
type RequestFn = <TData = unknown, TError = unknown, ThrowOnError extends boolean = false, TResponseStyle extends ResponseStyle = 'data'>(options: Omit<RequestOptions<TData, TResponseStyle, ThrowOnError>, 'method'> & Pick<Required<RequestOptions<TData, TResponseStyle, ThrowOnError>>, 'method'>) => RequestResult<TData, TError, ThrowOnError, TResponseStyle>;
|
|
292
|
+
type BuildUrlFn = <TData extends {
|
|
293
|
+
body?: unknown;
|
|
294
|
+
path?: Record<string, unknown>;
|
|
295
|
+
query?: Record<string, unknown>;
|
|
296
|
+
url: string;
|
|
297
|
+
}>(options: TData & Options$1<TData>) => string;
|
|
298
|
+
type Client = Client$1<RequestFn, Config, MethodFn, BuildUrlFn, SseFn> & {
|
|
299
|
+
interceptors: Middleware<Request, Response, unknown, ResolvedRequestOptions>;
|
|
300
|
+
};
|
|
301
|
+
interface TDataShape {
|
|
302
|
+
body?: unknown;
|
|
303
|
+
headers?: unknown;
|
|
304
|
+
path?: unknown;
|
|
305
|
+
query?: unknown;
|
|
306
|
+
url: string;
|
|
307
|
+
}
|
|
308
|
+
type OmitKeys<T, K> = Pick<T, Exclude<keyof T, K>>;
|
|
309
|
+
type Options$1<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean, TResponse = unknown, TResponseStyle extends ResponseStyle = 'data'> = OmitKeys<RequestOptions<TResponse, TResponseStyle, ThrowOnError>, 'body' | 'path' | 'query' | 'url'> & ([TData] extends [never] ? unknown : Omit<TData, 'url'>);
|
|
310
|
+
|
|
311
|
+
type ClientOptions = {
|
|
312
|
+
baseUrl: 'https://app.services.rehive.com/api/' | (string & {});
|
|
313
|
+
};
|
|
314
|
+
/**
|
|
315
|
+
* This serializer can be used if only a `status` is required in the response.
|
|
316
|
+
*/
|
|
317
|
+
type ActionResponse = {
|
|
318
|
+
status?: string;
|
|
319
|
+
};
|
|
320
|
+
type Activate = {
|
|
321
|
+
token: string;
|
|
322
|
+
readonly id: string;
|
|
323
|
+
readonly secret: string;
|
|
324
|
+
};
|
|
325
|
+
/**
|
|
326
|
+
* A ModelSerializer that takes additional arguments for
|
|
327
|
+
* "fields", "omit" and "expand" in order to
|
|
328
|
+
* control which fields are displayed, and whether to replace simple
|
|
329
|
+
* values with complex, nested serializations
|
|
330
|
+
*/
|
|
331
|
+
type AdminCompany = {
|
|
332
|
+
readonly id: string;
|
|
333
|
+
readonly secret: string;
|
|
334
|
+
config?: {
|
|
335
|
+
[key: string]: unknown;
|
|
336
|
+
} | null;
|
|
337
|
+
android_play_store_url?: string | null;
|
|
338
|
+
apple_app_store_url?: string | null;
|
|
339
|
+
readonly domains: Array<string> | null;
|
|
340
|
+
};
|
|
341
|
+
type AdminCompanyResponse = {
|
|
342
|
+
status?: string;
|
|
343
|
+
data?: AdminCompany;
|
|
344
|
+
};
|
|
345
|
+
/**
|
|
346
|
+
* A ModelSerializer that takes additional arguments for
|
|
347
|
+
* "fields", "omit" and "expand" in order to
|
|
348
|
+
* control which fields are displayed, and whether to replace simple
|
|
349
|
+
* values with complex, nested serializations
|
|
350
|
+
*/
|
|
351
|
+
type AdminCreateDomain = {
|
|
352
|
+
readonly id: string;
|
|
353
|
+
/**
|
|
354
|
+
* * `native` - Native
|
|
355
|
+
* * `client` - Client
|
|
356
|
+
*/
|
|
357
|
+
host?: 'native' | 'client';
|
|
358
|
+
domain: string;
|
|
359
|
+
/**
|
|
360
|
+
* * `active` - Active
|
|
361
|
+
* * `inactive` - Inactive
|
|
362
|
+
*/
|
|
363
|
+
status: 'active' | 'inactive';
|
|
364
|
+
readonly created: number;
|
|
365
|
+
readonly updated: number;
|
|
366
|
+
};
|
|
367
|
+
/**
|
|
368
|
+
* A ModelSerializer that takes additional arguments for
|
|
369
|
+
* "fields", "omit" and "expand" in order to
|
|
370
|
+
* control which fields are displayed, and whether to replace simple
|
|
371
|
+
* values with complex, nested serializations
|
|
372
|
+
*/
|
|
373
|
+
type AdminCreateLocale = {
|
|
374
|
+
id: string;
|
|
375
|
+
translation: {
|
|
376
|
+
[key: string]: unknown;
|
|
377
|
+
};
|
|
378
|
+
icon?: string | null;
|
|
379
|
+
name?: string | null;
|
|
380
|
+
};
|
|
381
|
+
/**
|
|
382
|
+
* A ModelSerializer that takes additional arguments for
|
|
383
|
+
* "fields", "omit" and "expand" in order to
|
|
384
|
+
* control which fields are displayed, and whether to replace simple
|
|
385
|
+
* values with complex, nested serializations
|
|
386
|
+
*/
|
|
387
|
+
type AdminDomain = {
|
|
388
|
+
readonly id: string;
|
|
389
|
+
/**
|
|
390
|
+
* * `native` - Native
|
|
391
|
+
* * `client` - Client
|
|
392
|
+
*/
|
|
393
|
+
host: 'native' | 'client';
|
|
394
|
+
readonly domain: string;
|
|
395
|
+
/**
|
|
396
|
+
* * `active` - Active
|
|
397
|
+
* * `inactive` - Inactive
|
|
398
|
+
*/
|
|
399
|
+
status: 'active' | 'inactive';
|
|
400
|
+
readonly created: number;
|
|
401
|
+
readonly updated: number;
|
|
402
|
+
};
|
|
403
|
+
type AdminDomainResponse = {
|
|
404
|
+
status?: string;
|
|
405
|
+
data?: AdminDomain;
|
|
406
|
+
};
|
|
407
|
+
/**
|
|
408
|
+
* A ModelSerializer that takes additional arguments for
|
|
409
|
+
* "fields", "omit" and "expand" in order to
|
|
410
|
+
* control which fields are displayed, and whether to replace simple
|
|
411
|
+
* values with complex, nested serializations
|
|
412
|
+
*/
|
|
413
|
+
type AndroidApp = {
|
|
414
|
+
readonly id: string;
|
|
415
|
+
package: string;
|
|
416
|
+
name?: string | null;
|
|
417
|
+
short_description?: string | null;
|
|
418
|
+
full_description?: string | null;
|
|
419
|
+
whats_new?: string | null;
|
|
420
|
+
website?: string | null;
|
|
421
|
+
contact_phone_number?: string | null;
|
|
422
|
+
contact_email_address?: string | null;
|
|
423
|
+
terms_and_conditions?: string | null;
|
|
424
|
+
privacy_policy?: string | null;
|
|
425
|
+
expo_project_id?: string | null;
|
|
426
|
+
readonly created: number;
|
|
427
|
+
readonly updated: number;
|
|
428
|
+
};
|
|
429
|
+
type AndroidAppResponse = {
|
|
430
|
+
status?: string;
|
|
431
|
+
data?: AndroidApp;
|
|
432
|
+
};
|
|
433
|
+
/**
|
|
434
|
+
* A ModelSerializer that takes additional arguments for
|
|
435
|
+
* "fields", "omit" and "expand" in order to
|
|
436
|
+
* control which fields are displayed, and whether to replace simple
|
|
437
|
+
* values with complex, nested serializations
|
|
438
|
+
*/
|
|
439
|
+
type AppCodebase = {
|
|
440
|
+
readonly id: string;
|
|
441
|
+
/**
|
|
442
|
+
* * `mobile` - Mobile
|
|
443
|
+
* * `web` - Web
|
|
444
|
+
*/
|
|
445
|
+
type: 'mobile' | 'web';
|
|
446
|
+
file: string;
|
|
447
|
+
version: string;
|
|
448
|
+
title?: string | null;
|
|
449
|
+
description?: string | null;
|
|
450
|
+
readonly created: string;
|
|
451
|
+
readonly updated: string;
|
|
452
|
+
};
|
|
453
|
+
type AppCodebaseResponse = {
|
|
454
|
+
status?: string;
|
|
455
|
+
data?: AppCodebase;
|
|
456
|
+
};
|
|
457
|
+
/**
|
|
458
|
+
* A ModelSerializer that takes additional arguments for
|
|
459
|
+
* "fields", "omit" and "expand" in order to
|
|
460
|
+
* control which fields are displayed, and whether to replace simple
|
|
461
|
+
* values with complex, nested serializations
|
|
462
|
+
*/
|
|
463
|
+
type Company = {
|
|
464
|
+
readonly id: string;
|
|
465
|
+
readonly config: {
|
|
466
|
+
[key: string]: unknown;
|
|
467
|
+
};
|
|
468
|
+
android_play_store_url?: string | null;
|
|
469
|
+
apple_app_store_url?: string | null;
|
|
470
|
+
readonly domains: Array<string> | null;
|
|
471
|
+
};
|
|
472
|
+
type CompanyResponse = {
|
|
473
|
+
status?: string;
|
|
474
|
+
data?: Company;
|
|
475
|
+
};
|
|
476
|
+
type Deactivate = {
|
|
477
|
+
token: string;
|
|
478
|
+
purge?: boolean;
|
|
479
|
+
};
|
|
480
|
+
/**
|
|
481
|
+
* A ModelSerializer that takes additional arguments for
|
|
482
|
+
* "fields", "omit" and "expand" in order to
|
|
483
|
+
* control which fields are displayed, and whether to replace simple
|
|
484
|
+
* values with complex, nested serializations
|
|
485
|
+
*/
|
|
486
|
+
type IosApp = {
|
|
487
|
+
readonly id: string;
|
|
488
|
+
bundle_identifier: string;
|
|
489
|
+
name?: string | null;
|
|
490
|
+
subtitle?: string | null;
|
|
491
|
+
description?: string | null;
|
|
492
|
+
promotional_text?: string | null;
|
|
493
|
+
whats_new?: string | null;
|
|
494
|
+
keywords?: string | null;
|
|
495
|
+
support_url?: string | null;
|
|
496
|
+
marketing_url?: string | null;
|
|
497
|
+
contact_first_name?: string | null;
|
|
498
|
+
contact_last_name?: string | null;
|
|
499
|
+
contact_phone_number?: string | null;
|
|
500
|
+
contact_email_address?: string | null;
|
|
501
|
+
copyright?: string | null;
|
|
502
|
+
terms_and_conditions?: string | null;
|
|
503
|
+
privacy_policy?: string | null;
|
|
504
|
+
expo_project_id?: string | null;
|
|
505
|
+
readonly created: number;
|
|
506
|
+
readonly updated: number;
|
|
507
|
+
};
|
|
508
|
+
type IosAppResponse = {
|
|
509
|
+
status?: string;
|
|
510
|
+
data?: IosApp;
|
|
511
|
+
};
|
|
512
|
+
/**
|
|
513
|
+
* A ModelSerializer that takes additional arguments for
|
|
514
|
+
* "fields", "omit" and "expand" in order to
|
|
515
|
+
* control which fields are displayed, and whether to replace simple
|
|
516
|
+
* values with complex, nested serializations
|
|
517
|
+
*/
|
|
518
|
+
type Locale = {
|
|
519
|
+
readonly id: string;
|
|
520
|
+
translation: {
|
|
521
|
+
[key: string]: unknown;
|
|
522
|
+
};
|
|
523
|
+
readonly created: number;
|
|
524
|
+
readonly updated: number;
|
|
525
|
+
icon?: string | null;
|
|
526
|
+
name?: string | null;
|
|
527
|
+
};
|
|
528
|
+
type LocaleResponse = {
|
|
529
|
+
status?: string;
|
|
530
|
+
data?: Locale;
|
|
531
|
+
};
|
|
532
|
+
type PaginatedAdminDomainList = {
|
|
533
|
+
count?: number;
|
|
534
|
+
next?: string | null;
|
|
535
|
+
previous?: string | null;
|
|
536
|
+
results?: Array<AdminDomain>;
|
|
537
|
+
};
|
|
538
|
+
type PaginatedAdminDomainListResponse = {
|
|
539
|
+
status?: string;
|
|
540
|
+
data?: PaginatedAdminDomainList;
|
|
541
|
+
};
|
|
542
|
+
type PaginatedAndroidAppList = {
|
|
543
|
+
count?: number;
|
|
544
|
+
next?: string | null;
|
|
545
|
+
previous?: string | null;
|
|
546
|
+
results?: Array<AndroidApp>;
|
|
547
|
+
};
|
|
548
|
+
type PaginatedAndroidAppListResponse = {
|
|
549
|
+
status?: string;
|
|
550
|
+
data?: PaginatedAndroidAppList;
|
|
551
|
+
};
|
|
552
|
+
type PaginatedAppCodebaseList = {
|
|
553
|
+
count?: number;
|
|
554
|
+
next?: string | null;
|
|
555
|
+
previous?: string | null;
|
|
556
|
+
results?: Array<AppCodebase>;
|
|
557
|
+
};
|
|
558
|
+
type PaginatedAppCodebaseListResponse = {
|
|
559
|
+
status?: string;
|
|
560
|
+
data?: PaginatedAppCodebaseList;
|
|
561
|
+
};
|
|
562
|
+
type PaginatedIosAppList = {
|
|
563
|
+
count?: number;
|
|
564
|
+
next?: string | null;
|
|
565
|
+
previous?: string | null;
|
|
566
|
+
results?: Array<IosApp>;
|
|
567
|
+
};
|
|
568
|
+
type PaginatedIosAppListResponse = {
|
|
569
|
+
status?: string;
|
|
570
|
+
data?: PaginatedIosAppList;
|
|
571
|
+
};
|
|
572
|
+
type PaginatedLocaleList = {
|
|
573
|
+
count?: number;
|
|
574
|
+
next?: string | null;
|
|
575
|
+
previous?: string | null;
|
|
576
|
+
results?: Array<Locale>;
|
|
577
|
+
};
|
|
578
|
+
type PaginatedLocaleListResponse = {
|
|
579
|
+
status?: string;
|
|
580
|
+
data?: PaginatedLocaleList;
|
|
581
|
+
};
|
|
582
|
+
type PaginatedUserAndroidAppList = {
|
|
583
|
+
count?: number;
|
|
584
|
+
next?: string | null;
|
|
585
|
+
previous?: string | null;
|
|
586
|
+
results?: Array<UserAndroidApp>;
|
|
587
|
+
};
|
|
588
|
+
type PaginatedUserAndroidAppListResponse = {
|
|
589
|
+
status?: string;
|
|
590
|
+
data?: PaginatedUserAndroidAppList;
|
|
591
|
+
};
|
|
592
|
+
type PaginatedUserIosAppList = {
|
|
593
|
+
count?: number;
|
|
594
|
+
next?: string | null;
|
|
595
|
+
previous?: string | null;
|
|
596
|
+
results?: Array<UserIosApp>;
|
|
597
|
+
};
|
|
598
|
+
type PaginatedUserIosAppListResponse = {
|
|
599
|
+
status?: string;
|
|
600
|
+
data?: PaginatedUserIosAppList;
|
|
601
|
+
};
|
|
602
|
+
/**
|
|
603
|
+
* A ModelSerializer that takes additional arguments for
|
|
604
|
+
* "fields", "omit" and "expand" in order to
|
|
605
|
+
* control which fields are displayed, and whether to replace simple
|
|
606
|
+
* values with complex, nested serializations
|
|
607
|
+
*/
|
|
608
|
+
type PatchedAdminCompany = {
|
|
609
|
+
readonly id?: string;
|
|
610
|
+
readonly secret?: string;
|
|
611
|
+
config?: {
|
|
612
|
+
[key: string]: unknown;
|
|
613
|
+
} | null;
|
|
614
|
+
android_play_store_url?: string | null;
|
|
615
|
+
apple_app_store_url?: string | null;
|
|
616
|
+
readonly domains?: Array<string> | null;
|
|
617
|
+
};
|
|
618
|
+
/**
|
|
619
|
+
* A ModelSerializer that takes additional arguments for
|
|
620
|
+
* "fields", "omit" and "expand" in order to
|
|
621
|
+
* control which fields are displayed, and whether to replace simple
|
|
622
|
+
* values with complex, nested serializations
|
|
623
|
+
*/
|
|
624
|
+
type PatchedAdminDomain = {
|
|
625
|
+
readonly id?: string;
|
|
626
|
+
/**
|
|
627
|
+
* * `native` - Native
|
|
628
|
+
* * `client` - Client
|
|
629
|
+
*/
|
|
630
|
+
host?: 'native' | 'client';
|
|
631
|
+
readonly domain?: string;
|
|
632
|
+
/**
|
|
633
|
+
* * `active` - Active
|
|
634
|
+
* * `inactive` - Inactive
|
|
635
|
+
*/
|
|
636
|
+
status?: 'active' | 'inactive';
|
|
637
|
+
readonly created?: number;
|
|
638
|
+
readonly updated?: number;
|
|
639
|
+
};
|
|
640
|
+
/**
|
|
641
|
+
* A ModelSerializer that takes additional arguments for
|
|
642
|
+
* "fields", "omit" and "expand" in order to
|
|
643
|
+
* control which fields are displayed, and whether to replace simple
|
|
644
|
+
* values with complex, nested serializations
|
|
645
|
+
*/
|
|
646
|
+
type PatchedAndroidApp = {
|
|
647
|
+
readonly id?: string;
|
|
648
|
+
package?: string;
|
|
649
|
+
name?: string | null;
|
|
650
|
+
short_description?: string | null;
|
|
651
|
+
full_description?: string | null;
|
|
652
|
+
whats_new?: string | null;
|
|
653
|
+
website?: string | null;
|
|
654
|
+
contact_phone_number?: string | null;
|
|
655
|
+
contact_email_address?: string | null;
|
|
656
|
+
terms_and_conditions?: string | null;
|
|
657
|
+
privacy_policy?: string | null;
|
|
658
|
+
expo_project_id?: string | null;
|
|
659
|
+
readonly created?: number;
|
|
660
|
+
readonly updated?: number;
|
|
661
|
+
};
|
|
662
|
+
/**
|
|
663
|
+
* A ModelSerializer that takes additional arguments for
|
|
664
|
+
* "fields", "omit" and "expand" in order to
|
|
665
|
+
* control which fields are displayed, and whether to replace simple
|
|
666
|
+
* values with complex, nested serializations
|
|
667
|
+
*/
|
|
668
|
+
type PatchedAppCodebase = {
|
|
669
|
+
readonly id?: string;
|
|
670
|
+
/**
|
|
671
|
+
* * `mobile` - Mobile
|
|
672
|
+
* * `web` - Web
|
|
673
|
+
*/
|
|
674
|
+
type?: 'mobile' | 'web';
|
|
675
|
+
file?: string;
|
|
676
|
+
version?: string;
|
|
677
|
+
title?: string | null;
|
|
678
|
+
description?: string | null;
|
|
679
|
+
readonly created?: string;
|
|
680
|
+
readonly updated?: string;
|
|
681
|
+
};
|
|
682
|
+
/**
|
|
683
|
+
* A ModelSerializer that takes additional arguments for
|
|
684
|
+
* "fields", "omit" and "expand" in order to
|
|
685
|
+
* control which fields are displayed, and whether to replace simple
|
|
686
|
+
* values with complex, nested serializations
|
|
687
|
+
*/
|
|
688
|
+
type PatchedIosApp = {
|
|
689
|
+
readonly id?: string;
|
|
690
|
+
bundle_identifier?: string;
|
|
691
|
+
name?: string | null;
|
|
692
|
+
subtitle?: string | null;
|
|
693
|
+
description?: string | null;
|
|
694
|
+
promotional_text?: string | null;
|
|
695
|
+
whats_new?: string | null;
|
|
696
|
+
keywords?: string | null;
|
|
697
|
+
support_url?: string | null;
|
|
698
|
+
marketing_url?: string | null;
|
|
699
|
+
contact_first_name?: string | null;
|
|
700
|
+
contact_last_name?: string | null;
|
|
701
|
+
contact_phone_number?: string | null;
|
|
702
|
+
contact_email_address?: string | null;
|
|
703
|
+
copyright?: string | null;
|
|
704
|
+
terms_and_conditions?: string | null;
|
|
705
|
+
privacy_policy?: string | null;
|
|
706
|
+
expo_project_id?: string | null;
|
|
707
|
+
readonly created?: number;
|
|
708
|
+
readonly updated?: number;
|
|
709
|
+
};
|
|
710
|
+
/**
|
|
711
|
+
* A ModelSerializer that takes additional arguments for
|
|
712
|
+
* "fields", "omit" and "expand" in order to
|
|
713
|
+
* control which fields are displayed, and whether to replace simple
|
|
714
|
+
* values with complex, nested serializations
|
|
715
|
+
*/
|
|
716
|
+
type PatchedLocale = {
|
|
717
|
+
readonly id?: string;
|
|
718
|
+
translation?: {
|
|
719
|
+
[key: string]: unknown;
|
|
720
|
+
};
|
|
721
|
+
readonly created?: number;
|
|
722
|
+
readonly updated?: number;
|
|
723
|
+
icon?: string | null;
|
|
724
|
+
name?: string | null;
|
|
725
|
+
};
|
|
726
|
+
/**
|
|
727
|
+
* A ModelSerializer that takes additional arguments for
|
|
728
|
+
* "fields", "omit" and "expand" in order to
|
|
729
|
+
* control which fields are displayed, and whether to replace simple
|
|
730
|
+
* values with complex, nested serializations
|
|
731
|
+
*/
|
|
732
|
+
type PatchedUser = {
|
|
733
|
+
readonly id?: string;
|
|
734
|
+
config?: {
|
|
735
|
+
[key: string]: unknown;
|
|
736
|
+
} | null;
|
|
737
|
+
};
|
|
738
|
+
/**
|
|
739
|
+
* A ModelSerializer that takes additional arguments for
|
|
740
|
+
* "fields", "omit" and "expand" in order to
|
|
741
|
+
* control which fields are displayed, and whether to replace simple
|
|
742
|
+
* values with complex, nested serializations
|
|
743
|
+
*/
|
|
744
|
+
type User = {
|
|
745
|
+
readonly id: string;
|
|
746
|
+
config?: {
|
|
747
|
+
[key: string]: unknown;
|
|
748
|
+
} | null;
|
|
749
|
+
};
|
|
750
|
+
/**
|
|
751
|
+
* A ModelSerializer that takes additional arguments for
|
|
752
|
+
* "fields", "omit" and "expand" in order to
|
|
753
|
+
* control which fields are displayed, and whether to replace simple
|
|
754
|
+
* values with complex, nested serializations
|
|
755
|
+
*/
|
|
756
|
+
type UserAndroidApp = {
|
|
757
|
+
readonly id: string;
|
|
758
|
+
readonly package: string;
|
|
759
|
+
readonly name: string | null;
|
|
760
|
+
readonly short_description: string | null;
|
|
761
|
+
readonly full_description: string | null;
|
|
762
|
+
readonly whats_new: string | null;
|
|
763
|
+
readonly website: string | null;
|
|
764
|
+
readonly contact_phone_number: string | null;
|
|
765
|
+
readonly contact_email_address: string | null;
|
|
766
|
+
readonly terms_and_conditions: string | null;
|
|
767
|
+
readonly privacy_policy: string | null;
|
|
768
|
+
readonly expo_project_id: string | null;
|
|
769
|
+
readonly created: number;
|
|
770
|
+
readonly updated: number;
|
|
771
|
+
};
|
|
772
|
+
/**
|
|
773
|
+
* A ModelSerializer that takes additional arguments for
|
|
774
|
+
* "fields", "omit" and "expand" in order to
|
|
775
|
+
* control which fields are displayed, and whether to replace simple
|
|
776
|
+
* values with complex, nested serializations
|
|
777
|
+
*/
|
|
778
|
+
type UserIosApp = {
|
|
779
|
+
readonly id: string;
|
|
780
|
+
readonly bundle_identifier: string;
|
|
781
|
+
readonly name: string | null;
|
|
782
|
+
readonly subtitle: string | null;
|
|
783
|
+
readonly description: string | null;
|
|
784
|
+
readonly promotional_text: string | null;
|
|
785
|
+
readonly whats_new: string | null;
|
|
786
|
+
readonly keywords: string | null;
|
|
787
|
+
readonly support_url: string | null;
|
|
788
|
+
readonly marketing_url: string | null;
|
|
789
|
+
readonly contact_first_name: string | null;
|
|
790
|
+
readonly contact_last_name: string | null;
|
|
791
|
+
readonly contact_phone_number: string | null;
|
|
792
|
+
readonly contact_email_address: string | null;
|
|
793
|
+
readonly copyright: string | null;
|
|
794
|
+
readonly terms_and_conditions: string | null;
|
|
795
|
+
readonly privacy_policy: string | null;
|
|
796
|
+
readonly expo_project_id: string | null;
|
|
797
|
+
readonly created: number;
|
|
798
|
+
readonly updated: number;
|
|
799
|
+
};
|
|
800
|
+
type UserResponse = {
|
|
801
|
+
status?: string;
|
|
802
|
+
data?: User;
|
|
803
|
+
};
|
|
804
|
+
/**
|
|
805
|
+
* A ModelSerializer that takes additional arguments for
|
|
806
|
+
* "fields", "omit" and "expand" in order to
|
|
807
|
+
* control which fields are displayed, and whether to replace simple
|
|
808
|
+
* values with complex, nested serializations
|
|
809
|
+
*/
|
|
810
|
+
type AdminCompanyWritable = {
|
|
811
|
+
config?: {
|
|
812
|
+
[key: string]: unknown;
|
|
813
|
+
} | null;
|
|
814
|
+
android_play_store_url?: string | null;
|
|
815
|
+
apple_app_store_url?: string | null;
|
|
816
|
+
};
|
|
817
|
+
type AdminCompanyResponseWritable = {
|
|
818
|
+
status?: string;
|
|
819
|
+
data?: AdminCompanyWritable;
|
|
820
|
+
};
|
|
821
|
+
/**
|
|
822
|
+
* A ModelSerializer that takes additional arguments for
|
|
823
|
+
* "fields", "omit" and "expand" in order to
|
|
824
|
+
* control which fields are displayed, and whether to replace simple
|
|
825
|
+
* values with complex, nested serializations
|
|
826
|
+
*/
|
|
827
|
+
type AdminCreateDomainWritable = {
|
|
828
|
+
/**
|
|
829
|
+
* * `native` - Native
|
|
830
|
+
* * `client` - Client
|
|
831
|
+
*/
|
|
832
|
+
host?: 'native' | 'client';
|
|
833
|
+
domain: string;
|
|
834
|
+
};
|
|
835
|
+
/**
|
|
836
|
+
* A ModelSerializer that takes additional arguments for
|
|
837
|
+
* "fields", "omit" and "expand" in order to
|
|
838
|
+
* control which fields are displayed, and whether to replace simple
|
|
839
|
+
* values with complex, nested serializations
|
|
840
|
+
*/
|
|
841
|
+
type AdminDomainWritable = {
|
|
842
|
+
/**
|
|
843
|
+
* * `active` - Active
|
|
844
|
+
* * `inactive` - Inactive
|
|
845
|
+
*/
|
|
846
|
+
status: 'active' | 'inactive';
|
|
847
|
+
};
|
|
848
|
+
type AdminDomainResponseWritable = {
|
|
849
|
+
status?: string;
|
|
850
|
+
data?: AdminDomainWritable;
|
|
851
|
+
};
|
|
852
|
+
/**
|
|
853
|
+
* A ModelSerializer that takes additional arguments for
|
|
854
|
+
* "fields", "omit" and "expand" in order to
|
|
855
|
+
* control which fields are displayed, and whether to replace simple
|
|
856
|
+
* values with complex, nested serializations
|
|
857
|
+
*/
|
|
858
|
+
type AndroidAppWritable = {
|
|
859
|
+
package: string;
|
|
860
|
+
name?: string | null;
|
|
861
|
+
short_description?: string | null;
|
|
862
|
+
full_description?: string | null;
|
|
863
|
+
whats_new?: string | null;
|
|
864
|
+
website?: string | null;
|
|
865
|
+
contact_phone_number?: string | null;
|
|
866
|
+
contact_email_address?: string | null;
|
|
867
|
+
terms_and_conditions?: string | null;
|
|
868
|
+
privacy_policy?: string | null;
|
|
869
|
+
expo_project_id?: string | null;
|
|
870
|
+
};
|
|
871
|
+
type AndroidAppResponseWritable = {
|
|
872
|
+
status?: string;
|
|
873
|
+
data?: AndroidAppWritable;
|
|
874
|
+
};
|
|
875
|
+
/**
|
|
876
|
+
* A ModelSerializer that takes additional arguments for
|
|
877
|
+
* "fields", "omit" and "expand" in order to
|
|
878
|
+
* control which fields are displayed, and whether to replace simple
|
|
879
|
+
* values with complex, nested serializations
|
|
880
|
+
*/
|
|
881
|
+
type AppCodebaseWritable = {
|
|
882
|
+
/**
|
|
883
|
+
* * `mobile` - Mobile
|
|
884
|
+
* * `web` - Web
|
|
885
|
+
*/
|
|
886
|
+
type: 'mobile' | 'web';
|
|
887
|
+
file: string;
|
|
888
|
+
version: string;
|
|
889
|
+
title?: string | null;
|
|
890
|
+
description?: string | null;
|
|
891
|
+
};
|
|
892
|
+
type AppCodebaseResponseWritable = {
|
|
893
|
+
status?: string;
|
|
894
|
+
data?: AppCodebaseWritable;
|
|
895
|
+
};
|
|
896
|
+
/**
|
|
897
|
+
* A ModelSerializer that takes additional arguments for
|
|
898
|
+
* "fields", "omit" and "expand" in order to
|
|
899
|
+
* control which fields are displayed, and whether to replace simple
|
|
900
|
+
* values with complex, nested serializations
|
|
901
|
+
*/
|
|
902
|
+
type CompanyWritable = {
|
|
903
|
+
android_play_store_url?: string | null;
|
|
904
|
+
apple_app_store_url?: string | null;
|
|
905
|
+
};
|
|
906
|
+
type CompanyResponseWritable = {
|
|
907
|
+
status?: string;
|
|
908
|
+
data?: CompanyWritable;
|
|
909
|
+
};
|
|
910
|
+
/**
|
|
911
|
+
* A ModelSerializer that takes additional arguments for
|
|
912
|
+
* "fields", "omit" and "expand" in order to
|
|
913
|
+
* control which fields are displayed, and whether to replace simple
|
|
914
|
+
* values with complex, nested serializations
|
|
915
|
+
*/
|
|
916
|
+
type IosAppWritable = {
|
|
917
|
+
bundle_identifier: string;
|
|
918
|
+
name?: string | null;
|
|
919
|
+
subtitle?: string | null;
|
|
920
|
+
description?: string | null;
|
|
921
|
+
promotional_text?: string | null;
|
|
922
|
+
whats_new?: string | null;
|
|
923
|
+
keywords?: string | null;
|
|
924
|
+
support_url?: string | null;
|
|
925
|
+
marketing_url?: string | null;
|
|
926
|
+
contact_first_name?: string | null;
|
|
927
|
+
contact_last_name?: string | null;
|
|
928
|
+
contact_phone_number?: string | null;
|
|
929
|
+
contact_email_address?: string | null;
|
|
930
|
+
copyright?: string | null;
|
|
931
|
+
terms_and_conditions?: string | null;
|
|
932
|
+
privacy_policy?: string | null;
|
|
933
|
+
expo_project_id?: string | null;
|
|
934
|
+
};
|
|
935
|
+
type IosAppResponseWritable = {
|
|
936
|
+
status?: string;
|
|
937
|
+
data?: IosAppWritable;
|
|
938
|
+
};
|
|
939
|
+
/**
|
|
940
|
+
* A ModelSerializer that takes additional arguments for
|
|
941
|
+
* "fields", "omit" and "expand" in order to
|
|
942
|
+
* control which fields are displayed, and whether to replace simple
|
|
943
|
+
* values with complex, nested serializations
|
|
944
|
+
*/
|
|
945
|
+
type LocaleWritable = {
|
|
946
|
+
translation: {
|
|
947
|
+
[key: string]: unknown;
|
|
948
|
+
};
|
|
949
|
+
icon?: string | null;
|
|
950
|
+
name?: string | null;
|
|
951
|
+
};
|
|
952
|
+
type LocaleResponseWritable = {
|
|
953
|
+
status?: string;
|
|
954
|
+
data?: LocaleWritable;
|
|
955
|
+
};
|
|
956
|
+
type PaginatedAdminDomainListWritable = {
|
|
957
|
+
count?: number;
|
|
958
|
+
next?: string | null;
|
|
959
|
+
previous?: string | null;
|
|
960
|
+
results?: Array<AdminDomainWritable>;
|
|
961
|
+
};
|
|
962
|
+
type PaginatedAdminDomainListResponseWritable = {
|
|
963
|
+
status?: string;
|
|
964
|
+
data?: PaginatedAdminDomainListWritable;
|
|
965
|
+
};
|
|
966
|
+
type PaginatedAndroidAppListWritable = {
|
|
967
|
+
count?: number;
|
|
968
|
+
next?: string | null;
|
|
969
|
+
previous?: string | null;
|
|
970
|
+
results?: Array<AndroidAppWritable>;
|
|
971
|
+
};
|
|
972
|
+
type PaginatedAndroidAppListResponseWritable = {
|
|
973
|
+
status?: string;
|
|
974
|
+
data?: PaginatedAndroidAppListWritable;
|
|
975
|
+
};
|
|
976
|
+
type PaginatedAppCodebaseListWritable = {
|
|
977
|
+
count?: number;
|
|
978
|
+
next?: string | null;
|
|
979
|
+
previous?: string | null;
|
|
980
|
+
results?: Array<AppCodebaseWritable>;
|
|
981
|
+
};
|
|
982
|
+
type PaginatedAppCodebaseListResponseWritable = {
|
|
983
|
+
status?: string;
|
|
984
|
+
data?: PaginatedAppCodebaseListWritable;
|
|
985
|
+
};
|
|
986
|
+
type PaginatedIosAppListWritable = {
|
|
987
|
+
count?: number;
|
|
988
|
+
next?: string | null;
|
|
989
|
+
previous?: string | null;
|
|
990
|
+
results?: Array<IosAppWritable>;
|
|
991
|
+
};
|
|
992
|
+
type PaginatedIosAppListResponseWritable = {
|
|
993
|
+
status?: string;
|
|
994
|
+
data?: PaginatedIosAppListWritable;
|
|
995
|
+
};
|
|
996
|
+
type PaginatedLocaleListWritable = {
|
|
997
|
+
count?: number;
|
|
998
|
+
next?: string | null;
|
|
999
|
+
previous?: string | null;
|
|
1000
|
+
results?: Array<LocaleWritable>;
|
|
1001
|
+
};
|
|
1002
|
+
type PaginatedLocaleListResponseWritable = {
|
|
1003
|
+
status?: string;
|
|
1004
|
+
data?: PaginatedLocaleListWritable;
|
|
1005
|
+
};
|
|
1006
|
+
type PaginatedUserAndroidAppListWritable = {
|
|
1007
|
+
count?: number;
|
|
1008
|
+
next?: string | null;
|
|
1009
|
+
previous?: string | null;
|
|
1010
|
+
results?: Array<unknown>;
|
|
1011
|
+
};
|
|
1012
|
+
type PaginatedUserAndroidAppListResponseWritable = {
|
|
1013
|
+
status?: string;
|
|
1014
|
+
data?: PaginatedUserAndroidAppListWritable;
|
|
1015
|
+
};
|
|
1016
|
+
type PaginatedUserIosAppListWritable = {
|
|
1017
|
+
count?: number;
|
|
1018
|
+
next?: string | null;
|
|
1019
|
+
previous?: string | null;
|
|
1020
|
+
results?: Array<unknown>;
|
|
1021
|
+
};
|
|
1022
|
+
type PaginatedUserIosAppListResponseWritable = {
|
|
1023
|
+
status?: string;
|
|
1024
|
+
data?: PaginatedUserIosAppListWritable;
|
|
1025
|
+
};
|
|
1026
|
+
/**
|
|
1027
|
+
* A ModelSerializer that takes additional arguments for
|
|
1028
|
+
* "fields", "omit" and "expand" in order to
|
|
1029
|
+
* control which fields are displayed, and whether to replace simple
|
|
1030
|
+
* values with complex, nested serializations
|
|
1031
|
+
*/
|
|
1032
|
+
type PatchedAdminCompanyWritable = {
|
|
1033
|
+
config?: {
|
|
1034
|
+
[key: string]: unknown;
|
|
1035
|
+
} | null;
|
|
1036
|
+
android_play_store_url?: string | null;
|
|
1037
|
+
apple_app_store_url?: string | null;
|
|
1038
|
+
};
|
|
1039
|
+
/**
|
|
1040
|
+
* A ModelSerializer that takes additional arguments for
|
|
1041
|
+
* "fields", "omit" and "expand" in order to
|
|
1042
|
+
* control which fields are displayed, and whether to replace simple
|
|
1043
|
+
* values with complex, nested serializations
|
|
1044
|
+
*/
|
|
1045
|
+
type PatchedAdminDomainWritable = {
|
|
1046
|
+
/**
|
|
1047
|
+
* * `active` - Active
|
|
1048
|
+
* * `inactive` - Inactive
|
|
1049
|
+
*/
|
|
1050
|
+
status?: 'active' | 'inactive';
|
|
1051
|
+
};
|
|
1052
|
+
/**
|
|
1053
|
+
* A ModelSerializer that takes additional arguments for
|
|
1054
|
+
* "fields", "omit" and "expand" in order to
|
|
1055
|
+
* control which fields are displayed, and whether to replace simple
|
|
1056
|
+
* values with complex, nested serializations
|
|
1057
|
+
*/
|
|
1058
|
+
type PatchedAndroidAppWritable = {
|
|
1059
|
+
package?: string;
|
|
1060
|
+
name?: string | null;
|
|
1061
|
+
short_description?: string | null;
|
|
1062
|
+
full_description?: string | null;
|
|
1063
|
+
whats_new?: string | null;
|
|
1064
|
+
website?: string | null;
|
|
1065
|
+
contact_phone_number?: string | null;
|
|
1066
|
+
contact_email_address?: string | null;
|
|
1067
|
+
terms_and_conditions?: string | null;
|
|
1068
|
+
privacy_policy?: string | null;
|
|
1069
|
+
expo_project_id?: string | null;
|
|
1070
|
+
};
|
|
1071
|
+
/**
|
|
1072
|
+
* A ModelSerializer that takes additional arguments for
|
|
1073
|
+
* "fields", "omit" and "expand" in order to
|
|
1074
|
+
* control which fields are displayed, and whether to replace simple
|
|
1075
|
+
* values with complex, nested serializations
|
|
1076
|
+
*/
|
|
1077
|
+
type PatchedAppCodebaseWritable = {
|
|
1078
|
+
/**
|
|
1079
|
+
* * `mobile` - Mobile
|
|
1080
|
+
* * `web` - Web
|
|
1081
|
+
*/
|
|
1082
|
+
type?: 'mobile' | 'web';
|
|
1083
|
+
file?: string;
|
|
1084
|
+
version?: string;
|
|
1085
|
+
title?: string | null;
|
|
1086
|
+
description?: string | null;
|
|
1087
|
+
};
|
|
1088
|
+
/**
|
|
1089
|
+
* A ModelSerializer that takes additional arguments for
|
|
1090
|
+
* "fields", "omit" and "expand" in order to
|
|
1091
|
+
* control which fields are displayed, and whether to replace simple
|
|
1092
|
+
* values with complex, nested serializations
|
|
1093
|
+
*/
|
|
1094
|
+
type PatchedIosAppWritable = {
|
|
1095
|
+
bundle_identifier?: string;
|
|
1096
|
+
name?: string | null;
|
|
1097
|
+
subtitle?: string | null;
|
|
1098
|
+
description?: string | null;
|
|
1099
|
+
promotional_text?: string | null;
|
|
1100
|
+
whats_new?: string | null;
|
|
1101
|
+
keywords?: string | null;
|
|
1102
|
+
support_url?: string | null;
|
|
1103
|
+
marketing_url?: string | null;
|
|
1104
|
+
contact_first_name?: string | null;
|
|
1105
|
+
contact_last_name?: string | null;
|
|
1106
|
+
contact_phone_number?: string | null;
|
|
1107
|
+
contact_email_address?: string | null;
|
|
1108
|
+
copyright?: string | null;
|
|
1109
|
+
terms_and_conditions?: string | null;
|
|
1110
|
+
privacy_policy?: string | null;
|
|
1111
|
+
expo_project_id?: string | null;
|
|
1112
|
+
};
|
|
1113
|
+
/**
|
|
1114
|
+
* A ModelSerializer that takes additional arguments for
|
|
1115
|
+
* "fields", "omit" and "expand" in order to
|
|
1116
|
+
* control which fields are displayed, and whether to replace simple
|
|
1117
|
+
* values with complex, nested serializations
|
|
1118
|
+
*/
|
|
1119
|
+
type PatchedLocaleWritable = {
|
|
1120
|
+
translation?: {
|
|
1121
|
+
[key: string]: unknown;
|
|
1122
|
+
};
|
|
1123
|
+
icon?: string | null;
|
|
1124
|
+
name?: string | null;
|
|
1125
|
+
};
|
|
1126
|
+
/**
|
|
1127
|
+
* A ModelSerializer that takes additional arguments for
|
|
1128
|
+
* "fields", "omit" and "expand" in order to
|
|
1129
|
+
* control which fields are displayed, and whether to replace simple
|
|
1130
|
+
* values with complex, nested serializations
|
|
1131
|
+
*/
|
|
1132
|
+
type PatchedUserWritable = {
|
|
1133
|
+
config?: {
|
|
1134
|
+
[key: string]: unknown;
|
|
1135
|
+
} | null;
|
|
1136
|
+
};
|
|
1137
|
+
/**
|
|
1138
|
+
* A ModelSerializer that takes additional arguments for
|
|
1139
|
+
* "fields", "omit" and "expand" in order to
|
|
1140
|
+
* control which fields are displayed, and whether to replace simple
|
|
1141
|
+
* values with complex, nested serializations
|
|
1142
|
+
*/
|
|
1143
|
+
type UserWritable = {
|
|
1144
|
+
config?: {
|
|
1145
|
+
[key: string]: unknown;
|
|
1146
|
+
} | null;
|
|
1147
|
+
};
|
|
1148
|
+
type UserResponseWritable = {
|
|
1149
|
+
status?: string;
|
|
1150
|
+
data?: UserWritable;
|
|
1151
|
+
};
|
|
1152
|
+
type ActivateCreateData = {
|
|
1153
|
+
body: Activate;
|
|
1154
|
+
path?: never;
|
|
1155
|
+
query?: never;
|
|
1156
|
+
url: '/activate/';
|
|
1157
|
+
};
|
|
1158
|
+
type ActivateCreateResponses = {
|
|
1159
|
+
200: ActionResponse;
|
|
1160
|
+
};
|
|
1161
|
+
type ActivateCreateResponse = ActivateCreateResponses[keyof ActivateCreateResponses];
|
|
1162
|
+
type AdminAndroidAppsListData = {
|
|
1163
|
+
body?: never;
|
|
1164
|
+
path?: never;
|
|
1165
|
+
query?: {
|
|
1166
|
+
/**
|
|
1167
|
+
* A page number within the paginated result set.
|
|
1168
|
+
*/
|
|
1169
|
+
page?: number;
|
|
1170
|
+
/**
|
|
1171
|
+
* Number of results to return per page.
|
|
1172
|
+
*/
|
|
1173
|
+
page_size?: number;
|
|
1174
|
+
};
|
|
1175
|
+
url: '/admin/android-apps/';
|
|
1176
|
+
};
|
|
1177
|
+
type AdminAndroidAppsListResponses = {
|
|
1178
|
+
200: PaginatedAndroidAppListResponse;
|
|
1179
|
+
};
|
|
1180
|
+
type AdminAndroidAppsListResponse = AdminAndroidAppsListResponses[keyof AdminAndroidAppsListResponses];
|
|
1181
|
+
type AdminAndroidAppsCreateData = {
|
|
1182
|
+
body: AndroidAppWritable;
|
|
1183
|
+
path?: never;
|
|
1184
|
+
query?: never;
|
|
1185
|
+
url: '/admin/android-apps/';
|
|
1186
|
+
};
|
|
1187
|
+
type AdminAndroidAppsCreateResponses = {
|
|
1188
|
+
201: AndroidAppResponse;
|
|
1189
|
+
};
|
|
1190
|
+
type AdminAndroidAppsCreateResponse = AdminAndroidAppsCreateResponses[keyof AdminAndroidAppsCreateResponses];
|
|
1191
|
+
type AdminAndroidAppsDestroyData = {
|
|
1192
|
+
body?: never;
|
|
1193
|
+
path: {
|
|
1194
|
+
id: string;
|
|
1195
|
+
};
|
|
1196
|
+
query?: never;
|
|
1197
|
+
url: '/admin/android-apps/{id}/';
|
|
1198
|
+
};
|
|
1199
|
+
type AdminAndroidAppsDestroyResponses = {
|
|
1200
|
+
200: AndroidAppResponse;
|
|
1201
|
+
};
|
|
1202
|
+
type AdminAndroidAppsDestroyResponse = AdminAndroidAppsDestroyResponses[keyof AdminAndroidAppsDestroyResponses];
|
|
1203
|
+
type AdminAndroidAppsRetrieveData = {
|
|
1204
|
+
body?: never;
|
|
1205
|
+
path: {
|
|
1206
|
+
id: string;
|
|
1207
|
+
};
|
|
1208
|
+
query?: never;
|
|
1209
|
+
url: '/admin/android-apps/{id}/';
|
|
1210
|
+
};
|
|
1211
|
+
type AdminAndroidAppsRetrieveResponses = {
|
|
1212
|
+
200: AndroidAppResponse;
|
|
1213
|
+
};
|
|
1214
|
+
type AdminAndroidAppsRetrieveResponse = AdminAndroidAppsRetrieveResponses[keyof AdminAndroidAppsRetrieveResponses];
|
|
1215
|
+
type AdminAndroidAppsPartialUpdateData = {
|
|
1216
|
+
body?: PatchedAndroidAppWritable;
|
|
1217
|
+
path: {
|
|
1218
|
+
id: string;
|
|
1219
|
+
};
|
|
1220
|
+
query?: never;
|
|
1221
|
+
url: '/admin/android-apps/{id}/';
|
|
1222
|
+
};
|
|
1223
|
+
type AdminAndroidAppsPartialUpdateResponses = {
|
|
1224
|
+
200: AndroidAppResponse;
|
|
1225
|
+
};
|
|
1226
|
+
type AdminAndroidAppsPartialUpdateResponse = AdminAndroidAppsPartialUpdateResponses[keyof AdminAndroidAppsPartialUpdateResponses];
|
|
1227
|
+
type AdminAndroidAppsUpdateData = {
|
|
1228
|
+
body: AndroidAppWritable;
|
|
1229
|
+
path: {
|
|
1230
|
+
id: string;
|
|
1231
|
+
};
|
|
1232
|
+
query?: never;
|
|
1233
|
+
url: '/admin/android-apps/{id}/';
|
|
1234
|
+
};
|
|
1235
|
+
type AdminAndroidAppsUpdateResponses = {
|
|
1236
|
+
200: AndroidAppResponse;
|
|
1237
|
+
};
|
|
1238
|
+
type AdminAndroidAppsUpdateResponse = AdminAndroidAppsUpdateResponses[keyof AdminAndroidAppsUpdateResponses];
|
|
1239
|
+
type AdminAppCodebasesListData = {
|
|
1240
|
+
body?: never;
|
|
1241
|
+
path?: never;
|
|
1242
|
+
query?: {
|
|
1243
|
+
/**
|
|
1244
|
+
* A page number within the paginated result set.
|
|
1245
|
+
*/
|
|
1246
|
+
page?: number;
|
|
1247
|
+
/**
|
|
1248
|
+
* Number of results to return per page.
|
|
1249
|
+
*/
|
|
1250
|
+
page_size?: number;
|
|
1251
|
+
type?: string;
|
|
1252
|
+
version?: string;
|
|
1253
|
+
};
|
|
1254
|
+
url: '/admin/app-codebases/';
|
|
1255
|
+
};
|
|
1256
|
+
type AdminAppCodebasesListResponses = {
|
|
1257
|
+
200: PaginatedAppCodebaseListResponse;
|
|
1258
|
+
};
|
|
1259
|
+
type AdminAppCodebasesListResponse = AdminAppCodebasesListResponses[keyof AdminAppCodebasesListResponses];
|
|
1260
|
+
type AdminAppCodebasesRetrieveData = {
|
|
1261
|
+
body?: never;
|
|
1262
|
+
path: {
|
|
1263
|
+
id: string;
|
|
1264
|
+
};
|
|
1265
|
+
query?: never;
|
|
1266
|
+
url: '/admin/app-codebases/{id}/';
|
|
1267
|
+
};
|
|
1268
|
+
type AdminAppCodebasesRetrieveResponses = {
|
|
1269
|
+
200: AppCodebaseResponse;
|
|
1270
|
+
};
|
|
1271
|
+
type AdminAppCodebasesRetrieveResponse = AdminAppCodebasesRetrieveResponses[keyof AdminAppCodebasesRetrieveResponses];
|
|
1272
|
+
type AdminCompanyRetrieveData = {
|
|
1273
|
+
body?: never;
|
|
1274
|
+
path?: never;
|
|
1275
|
+
query?: never;
|
|
1276
|
+
url: '/admin/company/';
|
|
1277
|
+
};
|
|
1278
|
+
type AdminCompanyRetrieveResponses = {
|
|
1279
|
+
200: AdminCompanyResponse;
|
|
1280
|
+
};
|
|
1281
|
+
type AdminCompanyRetrieveResponse = AdminCompanyRetrieveResponses[keyof AdminCompanyRetrieveResponses];
|
|
1282
|
+
type AdminCompanyPartialUpdateData = {
|
|
1283
|
+
body?: PatchedAdminCompanyWritable;
|
|
1284
|
+
path?: never;
|
|
1285
|
+
query?: never;
|
|
1286
|
+
url: '/admin/company/';
|
|
1287
|
+
};
|
|
1288
|
+
type AdminCompanyPartialUpdateResponses = {
|
|
1289
|
+
200: AdminCompanyResponse;
|
|
1290
|
+
};
|
|
1291
|
+
type AdminCompanyPartialUpdateResponse = AdminCompanyPartialUpdateResponses[keyof AdminCompanyPartialUpdateResponses];
|
|
1292
|
+
type AdminCompanyUpdateData = {
|
|
1293
|
+
body?: AdminCompanyWritable;
|
|
1294
|
+
path?: never;
|
|
1295
|
+
query?: never;
|
|
1296
|
+
url: '/admin/company/';
|
|
1297
|
+
};
|
|
1298
|
+
type AdminCompanyUpdateResponses = {
|
|
1299
|
+
200: AdminCompanyResponse;
|
|
1300
|
+
};
|
|
1301
|
+
type AdminCompanyUpdateResponse = AdminCompanyUpdateResponses[keyof AdminCompanyUpdateResponses];
|
|
1302
|
+
type AdminDomainsListData = {
|
|
1303
|
+
body?: never;
|
|
1304
|
+
path?: never;
|
|
1305
|
+
query?: {
|
|
1306
|
+
/**
|
|
1307
|
+
* A page number within the paginated result set.
|
|
1308
|
+
*/
|
|
1309
|
+
page?: number;
|
|
1310
|
+
/**
|
|
1311
|
+
* Number of results to return per page.
|
|
1312
|
+
*/
|
|
1313
|
+
page_size?: number;
|
|
1314
|
+
};
|
|
1315
|
+
url: '/admin/domains/';
|
|
1316
|
+
};
|
|
1317
|
+
type AdminDomainsListResponses = {
|
|
1318
|
+
200: PaginatedAdminDomainListResponse;
|
|
1319
|
+
};
|
|
1320
|
+
type AdminDomainsListResponse = AdminDomainsListResponses[keyof AdminDomainsListResponses];
|
|
1321
|
+
type AdminDomainsCreateData = {
|
|
1322
|
+
body: AdminCreateDomainWritable;
|
|
1323
|
+
path?: never;
|
|
1324
|
+
query?: never;
|
|
1325
|
+
url: '/admin/domains/';
|
|
1326
|
+
};
|
|
1327
|
+
type AdminDomainsCreateResponses = {
|
|
1328
|
+
201: AdminDomainResponse;
|
|
1329
|
+
};
|
|
1330
|
+
type AdminDomainsCreateResponse = AdminDomainsCreateResponses[keyof AdminDomainsCreateResponses];
|
|
1331
|
+
type AdminDomainsDestroyData = {
|
|
1332
|
+
body?: never;
|
|
1333
|
+
path: {
|
|
1334
|
+
identifier: string;
|
|
1335
|
+
};
|
|
1336
|
+
query?: never;
|
|
1337
|
+
url: '/admin/domains/{identifier}/';
|
|
1338
|
+
};
|
|
1339
|
+
type AdminDomainsDestroyResponses = {
|
|
1340
|
+
200: AdminDomainResponse;
|
|
1341
|
+
};
|
|
1342
|
+
type AdminDomainsDestroyResponse = AdminDomainsDestroyResponses[keyof AdminDomainsDestroyResponses];
|
|
1343
|
+
type AdminDomainsRetrieveData = {
|
|
1344
|
+
body?: never;
|
|
1345
|
+
path: {
|
|
1346
|
+
identifier: string;
|
|
1347
|
+
};
|
|
1348
|
+
query?: never;
|
|
1349
|
+
url: '/admin/domains/{identifier}/';
|
|
1350
|
+
};
|
|
1351
|
+
type AdminDomainsRetrieveResponses = {
|
|
1352
|
+
200: AdminDomainResponse;
|
|
1353
|
+
};
|
|
1354
|
+
type AdminDomainsRetrieveResponse = AdminDomainsRetrieveResponses[keyof AdminDomainsRetrieveResponses];
|
|
1355
|
+
type AdminDomainsPartialUpdateData = {
|
|
1356
|
+
body?: PatchedAdminDomainWritable;
|
|
1357
|
+
path: {
|
|
1358
|
+
identifier: string;
|
|
1359
|
+
};
|
|
1360
|
+
query?: never;
|
|
1361
|
+
url: '/admin/domains/{identifier}/';
|
|
1362
|
+
};
|
|
1363
|
+
type AdminDomainsPartialUpdateResponses = {
|
|
1364
|
+
200: AdminDomainResponse;
|
|
1365
|
+
};
|
|
1366
|
+
type AdminDomainsPartialUpdateResponse = AdminDomainsPartialUpdateResponses[keyof AdminDomainsPartialUpdateResponses];
|
|
1367
|
+
type AdminDomainsUpdateData = {
|
|
1368
|
+
body: AdminDomainWritable;
|
|
1369
|
+
path: {
|
|
1370
|
+
identifier: string;
|
|
1371
|
+
};
|
|
1372
|
+
query?: never;
|
|
1373
|
+
url: '/admin/domains/{identifier}/';
|
|
1374
|
+
};
|
|
1375
|
+
type AdminDomainsUpdateResponses = {
|
|
1376
|
+
200: AdminDomainResponse;
|
|
1377
|
+
};
|
|
1378
|
+
type AdminDomainsUpdateResponse = AdminDomainsUpdateResponses[keyof AdminDomainsUpdateResponses];
|
|
1379
|
+
type AdminIosAppsListData = {
|
|
1380
|
+
body?: never;
|
|
1381
|
+
path?: never;
|
|
1382
|
+
query?: {
|
|
1383
|
+
/**
|
|
1384
|
+
* A page number within the paginated result set.
|
|
1385
|
+
*/
|
|
1386
|
+
page?: number;
|
|
1387
|
+
/**
|
|
1388
|
+
* Number of results to return per page.
|
|
1389
|
+
*/
|
|
1390
|
+
page_size?: number;
|
|
1391
|
+
};
|
|
1392
|
+
url: '/admin/ios-apps/';
|
|
1393
|
+
};
|
|
1394
|
+
type AdminIosAppsListResponses = {
|
|
1395
|
+
200: PaginatedIosAppListResponse;
|
|
1396
|
+
};
|
|
1397
|
+
type AdminIosAppsListResponse = AdminIosAppsListResponses[keyof AdminIosAppsListResponses];
|
|
1398
|
+
type AdminIosAppsCreateData = {
|
|
1399
|
+
body: IosAppWritable;
|
|
1400
|
+
path?: never;
|
|
1401
|
+
query?: never;
|
|
1402
|
+
url: '/admin/ios-apps/';
|
|
1403
|
+
};
|
|
1404
|
+
type AdminIosAppsCreateResponses = {
|
|
1405
|
+
201: IosAppResponse;
|
|
1406
|
+
};
|
|
1407
|
+
type AdminIosAppsCreateResponse = AdminIosAppsCreateResponses[keyof AdminIosAppsCreateResponses];
|
|
1408
|
+
type AdminIosAppsDestroyData = {
|
|
1409
|
+
body?: never;
|
|
1410
|
+
path: {
|
|
1411
|
+
id: string;
|
|
1412
|
+
};
|
|
1413
|
+
query?: never;
|
|
1414
|
+
url: '/admin/ios-apps/{id}/';
|
|
1415
|
+
};
|
|
1416
|
+
type AdminIosAppsDestroyResponses = {
|
|
1417
|
+
200: IosAppResponse;
|
|
1418
|
+
};
|
|
1419
|
+
type AdminIosAppsDestroyResponse = AdminIosAppsDestroyResponses[keyof AdminIosAppsDestroyResponses];
|
|
1420
|
+
type AdminIosAppsRetrieveData = {
|
|
1421
|
+
body?: never;
|
|
1422
|
+
path: {
|
|
1423
|
+
id: string;
|
|
1424
|
+
};
|
|
1425
|
+
query?: never;
|
|
1426
|
+
url: '/admin/ios-apps/{id}/';
|
|
1427
|
+
};
|
|
1428
|
+
type AdminIosAppsRetrieveResponses = {
|
|
1429
|
+
200: IosAppResponse;
|
|
1430
|
+
};
|
|
1431
|
+
type AdminIosAppsRetrieveResponse = AdminIosAppsRetrieveResponses[keyof AdminIosAppsRetrieveResponses];
|
|
1432
|
+
type AdminIosAppsPartialUpdateData = {
|
|
1433
|
+
body?: PatchedIosAppWritable;
|
|
1434
|
+
path: {
|
|
1435
|
+
id: string;
|
|
1436
|
+
};
|
|
1437
|
+
query?: never;
|
|
1438
|
+
url: '/admin/ios-apps/{id}/';
|
|
1439
|
+
};
|
|
1440
|
+
type AdminIosAppsPartialUpdateResponses = {
|
|
1441
|
+
200: IosAppResponse;
|
|
1442
|
+
};
|
|
1443
|
+
type AdminIosAppsPartialUpdateResponse = AdminIosAppsPartialUpdateResponses[keyof AdminIosAppsPartialUpdateResponses];
|
|
1444
|
+
type AdminIosAppsUpdateData = {
|
|
1445
|
+
body: IosAppWritable;
|
|
1446
|
+
path: {
|
|
1447
|
+
id: string;
|
|
1448
|
+
};
|
|
1449
|
+
query?: never;
|
|
1450
|
+
url: '/admin/ios-apps/{id}/';
|
|
1451
|
+
};
|
|
1452
|
+
type AdminIosAppsUpdateResponses = {
|
|
1453
|
+
200: IosAppResponse;
|
|
1454
|
+
};
|
|
1455
|
+
type AdminIosAppsUpdateResponse = AdminIosAppsUpdateResponses[keyof AdminIosAppsUpdateResponses];
|
|
1456
|
+
type AdminLocalesListData = {
|
|
1457
|
+
body?: never;
|
|
1458
|
+
path?: never;
|
|
1459
|
+
query?: {
|
|
1460
|
+
id?: string;
|
|
1461
|
+
id__in?: string;
|
|
1462
|
+
/**
|
|
1463
|
+
* A page number within the paginated result set.
|
|
1464
|
+
*/
|
|
1465
|
+
page?: number;
|
|
1466
|
+
/**
|
|
1467
|
+
* Number of results to return per page.
|
|
1468
|
+
*/
|
|
1469
|
+
page_size?: number;
|
|
1470
|
+
};
|
|
1471
|
+
url: '/admin/locales/';
|
|
1472
|
+
};
|
|
1473
|
+
type AdminLocalesListResponses = {
|
|
1474
|
+
200: PaginatedLocaleListResponse;
|
|
1475
|
+
};
|
|
1476
|
+
type AdminLocalesListResponse = AdminLocalesListResponses[keyof AdminLocalesListResponses];
|
|
1477
|
+
type AdminLocalesCreateData = {
|
|
1478
|
+
body: AdminCreateLocale;
|
|
1479
|
+
path?: never;
|
|
1480
|
+
query?: never;
|
|
1481
|
+
url: '/admin/locales/';
|
|
1482
|
+
};
|
|
1483
|
+
type AdminLocalesCreateResponses = {
|
|
1484
|
+
201: LocaleResponse;
|
|
1485
|
+
};
|
|
1486
|
+
type AdminLocalesCreateResponse = AdminLocalesCreateResponses[keyof AdminLocalesCreateResponses];
|
|
1487
|
+
type AdminLocalesDestroyData = {
|
|
1488
|
+
body?: never;
|
|
1489
|
+
path: {
|
|
1490
|
+
locale_id: string;
|
|
1491
|
+
};
|
|
1492
|
+
query?: never;
|
|
1493
|
+
url: '/admin/locales/{locale_id}/';
|
|
1494
|
+
};
|
|
1495
|
+
type AdminLocalesDestroyResponses = {
|
|
1496
|
+
200: LocaleResponse;
|
|
1497
|
+
};
|
|
1498
|
+
type AdminLocalesDestroyResponse = AdminLocalesDestroyResponses[keyof AdminLocalesDestroyResponses];
|
|
1499
|
+
type AdminLocalesRetrieveData = {
|
|
1500
|
+
body?: never;
|
|
1501
|
+
path: {
|
|
1502
|
+
locale_id: string;
|
|
1503
|
+
};
|
|
1504
|
+
query?: never;
|
|
1505
|
+
url: '/admin/locales/{locale_id}/';
|
|
1506
|
+
};
|
|
1507
|
+
type AdminLocalesRetrieveResponses = {
|
|
1508
|
+
200: LocaleResponse;
|
|
1509
|
+
};
|
|
1510
|
+
type AdminLocalesRetrieveResponse = AdminLocalesRetrieveResponses[keyof AdminLocalesRetrieveResponses];
|
|
1511
|
+
type AdminLocalesPartialUpdateData = {
|
|
1512
|
+
body?: PatchedLocaleWritable;
|
|
1513
|
+
path: {
|
|
1514
|
+
locale_id: string;
|
|
1515
|
+
};
|
|
1516
|
+
query?: never;
|
|
1517
|
+
url: '/admin/locales/{locale_id}/';
|
|
1518
|
+
};
|
|
1519
|
+
type AdminLocalesPartialUpdateResponses = {
|
|
1520
|
+
200: LocaleResponse;
|
|
1521
|
+
};
|
|
1522
|
+
type AdminLocalesPartialUpdateResponse = AdminLocalesPartialUpdateResponses[keyof AdminLocalesPartialUpdateResponses];
|
|
1523
|
+
type AdminLocalesUpdateData = {
|
|
1524
|
+
body: LocaleWritable;
|
|
1525
|
+
path: {
|
|
1526
|
+
locale_id: string;
|
|
1527
|
+
};
|
|
1528
|
+
query?: never;
|
|
1529
|
+
url: '/admin/locales/{locale_id}/';
|
|
1530
|
+
};
|
|
1531
|
+
type AdminLocalesUpdateResponses = {
|
|
1532
|
+
200: LocaleResponse;
|
|
1533
|
+
};
|
|
1534
|
+
type AdminLocalesUpdateResponse = AdminLocalesUpdateResponses[keyof AdminLocalesUpdateResponses];
|
|
1535
|
+
type DeactivateCreateData = {
|
|
1536
|
+
body: Deactivate;
|
|
1537
|
+
path?: never;
|
|
1538
|
+
query?: never;
|
|
1539
|
+
url: '/deactivate/';
|
|
1540
|
+
};
|
|
1541
|
+
type DeactivateCreateResponses = {
|
|
1542
|
+
200: ActionResponse;
|
|
1543
|
+
};
|
|
1544
|
+
type DeactivateCreateResponse = DeactivateCreateResponses[keyof DeactivateCreateResponses];
|
|
1545
|
+
type PublicCompanyRetrieveData = {
|
|
1546
|
+
body?: never;
|
|
1547
|
+
path?: never;
|
|
1548
|
+
query?: never;
|
|
1549
|
+
url: '/public/company/';
|
|
1550
|
+
};
|
|
1551
|
+
type PublicCompanyRetrieveResponses = {
|
|
1552
|
+
200: CompanyResponse;
|
|
1553
|
+
};
|
|
1554
|
+
type PublicCompanyRetrieveResponse = PublicCompanyRetrieveResponses[keyof PublicCompanyRetrieveResponses];
|
|
1555
|
+
type PublicCompanyLocalesListData = {
|
|
1556
|
+
body?: never;
|
|
1557
|
+
path: {
|
|
1558
|
+
company_id: string;
|
|
1559
|
+
};
|
|
1560
|
+
query?: {
|
|
1561
|
+
id?: string;
|
|
1562
|
+
id__in?: string;
|
|
1563
|
+
/**
|
|
1564
|
+
* A page number within the paginated result set.
|
|
1565
|
+
*/
|
|
1566
|
+
page?: number;
|
|
1567
|
+
/**
|
|
1568
|
+
* Number of results to return per page.
|
|
1569
|
+
*/
|
|
1570
|
+
page_size?: number;
|
|
1571
|
+
};
|
|
1572
|
+
url: '/public/company/{company_id}/locales/';
|
|
1573
|
+
};
|
|
1574
|
+
type PublicCompanyLocalesListResponses = {
|
|
1575
|
+
200: PaginatedLocaleListResponse;
|
|
1576
|
+
};
|
|
1577
|
+
type PublicCompanyLocalesListResponse = PublicCompanyLocalesListResponses[keyof PublicCompanyLocalesListResponses];
|
|
1578
|
+
type PublicCompanyLocalesRetrieveData = {
|
|
1579
|
+
body?: never;
|
|
1580
|
+
path: {
|
|
1581
|
+
company_id: string;
|
|
1582
|
+
locale_id: string;
|
|
1583
|
+
};
|
|
1584
|
+
query?: never;
|
|
1585
|
+
url: '/public/company/{company_id}/locales/{locale_id}/';
|
|
1586
|
+
};
|
|
1587
|
+
type PublicCompanyLocalesRetrieveResponses = {
|
|
1588
|
+
200: LocaleResponse;
|
|
1589
|
+
};
|
|
1590
|
+
type PublicCompanyLocalesRetrieveResponse = PublicCompanyLocalesRetrieveResponses[keyof PublicCompanyLocalesRetrieveResponses];
|
|
1591
|
+
type SuperadminAppCodebasesListData = {
|
|
1592
|
+
body?: never;
|
|
1593
|
+
path?: never;
|
|
1594
|
+
query?: {
|
|
1595
|
+
/**
|
|
1596
|
+
* A page number within the paginated result set.
|
|
1597
|
+
*/
|
|
1598
|
+
page?: number;
|
|
1599
|
+
/**
|
|
1600
|
+
* Number of results to return per page.
|
|
1601
|
+
*/
|
|
1602
|
+
page_size?: number;
|
|
1603
|
+
type?: string;
|
|
1604
|
+
version?: string;
|
|
1605
|
+
};
|
|
1606
|
+
url: '/superadmin/app-codebases/';
|
|
1607
|
+
};
|
|
1608
|
+
type SuperadminAppCodebasesListResponses = {
|
|
1609
|
+
200: PaginatedAppCodebaseListResponse;
|
|
1610
|
+
};
|
|
1611
|
+
type SuperadminAppCodebasesListResponse = SuperadminAppCodebasesListResponses[keyof SuperadminAppCodebasesListResponses];
|
|
1612
|
+
type SuperadminAppCodebasesCreateData = {
|
|
1613
|
+
body: AppCodebaseWritable;
|
|
1614
|
+
path?: never;
|
|
1615
|
+
query?: never;
|
|
1616
|
+
url: '/superadmin/app-codebases/';
|
|
1617
|
+
};
|
|
1618
|
+
type SuperadminAppCodebasesCreateResponses = {
|
|
1619
|
+
201: AppCodebaseResponse;
|
|
1620
|
+
};
|
|
1621
|
+
type SuperadminAppCodebasesCreateResponse = SuperadminAppCodebasesCreateResponses[keyof SuperadminAppCodebasesCreateResponses];
|
|
1622
|
+
type SuperadminAppCodebasesDestroyData = {
|
|
1623
|
+
body?: never;
|
|
1624
|
+
path: {
|
|
1625
|
+
id: string;
|
|
1626
|
+
};
|
|
1627
|
+
query?: never;
|
|
1628
|
+
url: '/superadmin/app-codebases/{id}/';
|
|
1629
|
+
};
|
|
1630
|
+
type SuperadminAppCodebasesDestroyResponses = {
|
|
1631
|
+
200: AppCodebaseResponse;
|
|
1632
|
+
};
|
|
1633
|
+
type SuperadminAppCodebasesDestroyResponse = SuperadminAppCodebasesDestroyResponses[keyof SuperadminAppCodebasesDestroyResponses];
|
|
1634
|
+
type SuperadminAppCodebasesRetrieveData = {
|
|
1635
|
+
body?: never;
|
|
1636
|
+
path: {
|
|
1637
|
+
id: string;
|
|
1638
|
+
};
|
|
1639
|
+
query?: never;
|
|
1640
|
+
url: '/superadmin/app-codebases/{id}/';
|
|
1641
|
+
};
|
|
1642
|
+
type SuperadminAppCodebasesRetrieveResponses = {
|
|
1643
|
+
200: AppCodebaseResponse;
|
|
1644
|
+
};
|
|
1645
|
+
type SuperadminAppCodebasesRetrieveResponse = SuperadminAppCodebasesRetrieveResponses[keyof SuperadminAppCodebasesRetrieveResponses];
|
|
1646
|
+
type SuperadminAppCodebasesPartialUpdateData = {
|
|
1647
|
+
body?: PatchedAppCodebaseWritable;
|
|
1648
|
+
path: {
|
|
1649
|
+
id: string;
|
|
1650
|
+
};
|
|
1651
|
+
query?: never;
|
|
1652
|
+
url: '/superadmin/app-codebases/{id}/';
|
|
1653
|
+
};
|
|
1654
|
+
type SuperadminAppCodebasesPartialUpdateResponses = {
|
|
1655
|
+
200: AppCodebaseResponse;
|
|
1656
|
+
};
|
|
1657
|
+
type SuperadminAppCodebasesPartialUpdateResponse = SuperadminAppCodebasesPartialUpdateResponses[keyof SuperadminAppCodebasesPartialUpdateResponses];
|
|
1658
|
+
type SuperadminAppCodebasesUpdateData = {
|
|
1659
|
+
body: AppCodebaseWritable;
|
|
1660
|
+
path: {
|
|
1661
|
+
id: string;
|
|
1662
|
+
};
|
|
1663
|
+
query?: never;
|
|
1664
|
+
url: '/superadmin/app-codebases/{id}/';
|
|
1665
|
+
};
|
|
1666
|
+
type SuperadminAppCodebasesUpdateResponses = {
|
|
1667
|
+
200: AppCodebaseResponse;
|
|
1668
|
+
};
|
|
1669
|
+
type SuperadminAppCodebasesUpdateResponse = SuperadminAppCodebasesUpdateResponses[keyof SuperadminAppCodebasesUpdateResponses];
|
|
1670
|
+
type UserRetrieveData = {
|
|
1671
|
+
body?: never;
|
|
1672
|
+
path?: never;
|
|
1673
|
+
query?: never;
|
|
1674
|
+
url: '/user/';
|
|
1675
|
+
};
|
|
1676
|
+
type UserRetrieveResponses = {
|
|
1677
|
+
200: UserResponse;
|
|
1678
|
+
};
|
|
1679
|
+
type UserRetrieveResponse = UserRetrieveResponses[keyof UserRetrieveResponses];
|
|
1680
|
+
type UserPartialUpdateData = {
|
|
1681
|
+
body?: PatchedUserWritable;
|
|
1682
|
+
path?: never;
|
|
1683
|
+
query?: never;
|
|
1684
|
+
url: '/user/';
|
|
1685
|
+
};
|
|
1686
|
+
type UserPartialUpdateResponses = {
|
|
1687
|
+
200: UserResponse;
|
|
1688
|
+
};
|
|
1689
|
+
type UserPartialUpdateResponse = UserPartialUpdateResponses[keyof UserPartialUpdateResponses];
|
|
1690
|
+
type UserUpdateData = {
|
|
1691
|
+
body?: UserWritable;
|
|
1692
|
+
path?: never;
|
|
1693
|
+
query?: never;
|
|
1694
|
+
url: '/user/';
|
|
1695
|
+
};
|
|
1696
|
+
type UserUpdateResponses = {
|
|
1697
|
+
200: UserResponse;
|
|
1698
|
+
};
|
|
1699
|
+
type UserUpdateResponse = UserUpdateResponses[keyof UserUpdateResponses];
|
|
1700
|
+
type UserAndroidAppsListData = {
|
|
1701
|
+
body?: never;
|
|
1702
|
+
path?: never;
|
|
1703
|
+
query?: {
|
|
1704
|
+
id?: string;
|
|
1705
|
+
package?: string;
|
|
1706
|
+
/**
|
|
1707
|
+
* A page number within the paginated result set.
|
|
1708
|
+
*/
|
|
1709
|
+
page?: number;
|
|
1710
|
+
/**
|
|
1711
|
+
* Number of results to return per page.
|
|
1712
|
+
*/
|
|
1713
|
+
page_size?: number;
|
|
1714
|
+
};
|
|
1715
|
+
url: '/user/android-apps/';
|
|
1716
|
+
};
|
|
1717
|
+
type UserAndroidAppsListResponses = {
|
|
1718
|
+
200: PaginatedUserAndroidAppListResponse;
|
|
1719
|
+
};
|
|
1720
|
+
type UserAndroidAppsListResponse = UserAndroidAppsListResponses[keyof UserAndroidAppsListResponses];
|
|
1721
|
+
type UserCompanyRetrieveData = {
|
|
1722
|
+
body?: never;
|
|
1723
|
+
path?: never;
|
|
1724
|
+
query?: never;
|
|
1725
|
+
url: '/user/company/';
|
|
1726
|
+
};
|
|
1727
|
+
type UserCompanyRetrieveResponses = {
|
|
1728
|
+
200: CompanyResponse;
|
|
1729
|
+
};
|
|
1730
|
+
type UserCompanyRetrieveResponse = UserCompanyRetrieveResponses[keyof UserCompanyRetrieveResponses];
|
|
1731
|
+
type UserIosAppsListData = {
|
|
1732
|
+
body?: never;
|
|
1733
|
+
path?: never;
|
|
1734
|
+
query?: {
|
|
1735
|
+
bundle_identifier?: string;
|
|
1736
|
+
id?: string;
|
|
1737
|
+
/**
|
|
1738
|
+
* A page number within the paginated result set.
|
|
1739
|
+
*/
|
|
1740
|
+
page?: number;
|
|
1741
|
+
/**
|
|
1742
|
+
* Number of results to return per page.
|
|
1743
|
+
*/
|
|
1744
|
+
page_size?: number;
|
|
1745
|
+
};
|
|
1746
|
+
url: '/user/ios-apps/';
|
|
1747
|
+
};
|
|
1748
|
+
type UserIosAppsListResponses = {
|
|
1749
|
+
200: PaginatedUserIosAppListResponse;
|
|
1750
|
+
};
|
|
1751
|
+
type UserIosAppsListResponse = UserIosAppsListResponses[keyof UserIosAppsListResponses];
|
|
1752
|
+
type UserLocalesListData = {
|
|
1753
|
+
body?: never;
|
|
1754
|
+
path?: never;
|
|
1755
|
+
query?: {
|
|
1756
|
+
id?: string;
|
|
1757
|
+
id__in?: string;
|
|
1758
|
+
/**
|
|
1759
|
+
* A page number within the paginated result set.
|
|
1760
|
+
*/
|
|
1761
|
+
page?: number;
|
|
1762
|
+
/**
|
|
1763
|
+
* Number of results to return per page.
|
|
1764
|
+
*/
|
|
1765
|
+
page_size?: number;
|
|
1766
|
+
};
|
|
1767
|
+
url: '/user/locales/';
|
|
1768
|
+
};
|
|
1769
|
+
type UserLocalesListResponses = {
|
|
1770
|
+
200: PaginatedLocaleListResponse;
|
|
1771
|
+
};
|
|
1772
|
+
type UserLocalesListResponse = UserLocalesListResponses[keyof UserLocalesListResponses];
|
|
1773
|
+
type UserLocalesRetrieveData = {
|
|
1774
|
+
body?: never;
|
|
1775
|
+
path: {
|
|
1776
|
+
locale_id: string;
|
|
1777
|
+
};
|
|
1778
|
+
query?: never;
|
|
1779
|
+
url: '/user/locales/{locale_id}/';
|
|
1780
|
+
};
|
|
1781
|
+
type UserLocalesRetrieveResponses = {
|
|
1782
|
+
200: LocaleResponse;
|
|
1783
|
+
};
|
|
1784
|
+
type UserLocalesRetrieveResponse = UserLocalesRetrieveResponses[keyof UserLocalesRetrieveResponses];
|
|
1785
|
+
|
|
1786
|
+
type Options<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean> = Options$1<TData, ThrowOnError> & {
|
|
1787
|
+
/**
|
|
1788
|
+
* You can provide a client instance returned by `createClient()` instead of
|
|
1789
|
+
* individual options. This might be also useful if you want to implement a
|
|
1790
|
+
* custom client.
|
|
1791
|
+
*/
|
|
1792
|
+
client?: Client;
|
|
1793
|
+
/**
|
|
1794
|
+
* You can pass arbitrary values through the `meta` object. This can be
|
|
1795
|
+
* used to access values that aren't defined as part of the SDK function.
|
|
1796
|
+
*/
|
|
1797
|
+
meta?: Record<string, unknown>;
|
|
1798
|
+
};
|
|
1799
|
+
/**
|
|
1800
|
+
* Activate service
|
|
1801
|
+
*/
|
|
1802
|
+
declare const activateCreate: <ThrowOnError extends boolean = false>(options: Options<ActivateCreateData, ThrowOnError>) => RequestResult<ActivateCreateResponses, unknown, ThrowOnError, "data">;
|
|
1803
|
+
/**
|
|
1804
|
+
* List android apps
|
|
1805
|
+
*/
|
|
1806
|
+
declare const adminAndroidAppsList: <ThrowOnError extends boolean = false>(options?: Options<AdminAndroidAppsListData, ThrowOnError>) => RequestResult<AdminAndroidAppsListResponses, unknown, ThrowOnError, "data">;
|
|
1807
|
+
/**
|
|
1808
|
+
* Create android app
|
|
1809
|
+
*/
|
|
1810
|
+
declare const adminAndroidAppsCreate: <ThrowOnError extends boolean = false>(options: Options<AdminAndroidAppsCreateData, ThrowOnError>) => RequestResult<AdminAndroidAppsCreateResponses, unknown, ThrowOnError, "data">;
|
|
1811
|
+
/**
|
|
1812
|
+
* Delete android app
|
|
1813
|
+
*/
|
|
1814
|
+
declare const adminAndroidAppsDestroy: <ThrowOnError extends boolean = false>(options: Options<AdminAndroidAppsDestroyData, ThrowOnError>) => RequestResult<AdminAndroidAppsDestroyResponses, unknown, ThrowOnError, "data">;
|
|
1815
|
+
/**
|
|
1816
|
+
* Retrieve android app
|
|
1817
|
+
*/
|
|
1818
|
+
declare const adminAndroidAppsRetrieve: <ThrowOnError extends boolean = false>(options: Options<AdminAndroidAppsRetrieveData, ThrowOnError>) => RequestResult<AdminAndroidAppsRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
1819
|
+
/**
|
|
1820
|
+
* Partially update android app
|
|
1821
|
+
*/
|
|
1822
|
+
declare const adminAndroidAppsPartialUpdate: <ThrowOnError extends boolean = false>(options: Options<AdminAndroidAppsPartialUpdateData, ThrowOnError>) => RequestResult<AdminAndroidAppsPartialUpdateResponses, unknown, ThrowOnError, "data">;
|
|
1823
|
+
/**
|
|
1824
|
+
* Update android app
|
|
1825
|
+
*/
|
|
1826
|
+
declare const adminAndroidAppsUpdate: <ThrowOnError extends boolean = false>(options: Options<AdminAndroidAppsUpdateData, ThrowOnError>) => RequestResult<AdminAndroidAppsUpdateResponses, unknown, ThrowOnError, "data">;
|
|
1827
|
+
/**
|
|
1828
|
+
* List app codebases
|
|
1829
|
+
*/
|
|
1830
|
+
declare const adminAppCodebasesList: <ThrowOnError extends boolean = false>(options?: Options<AdminAppCodebasesListData, ThrowOnError>) => RequestResult<AdminAppCodebasesListResponses, unknown, ThrowOnError, "data">;
|
|
1831
|
+
/**
|
|
1832
|
+
* Retrieve app codebase
|
|
1833
|
+
*/
|
|
1834
|
+
declare const adminAppCodebasesRetrieve: <ThrowOnError extends boolean = false>(options: Options<AdminAppCodebasesRetrieveData, ThrowOnError>) => RequestResult<AdminAppCodebasesRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
1835
|
+
/**
|
|
1836
|
+
* Retrieve company
|
|
1837
|
+
*/
|
|
1838
|
+
declare const adminCompanyRetrieve: <ThrowOnError extends boolean = false>(options?: Options<AdminCompanyRetrieveData, ThrowOnError>) => RequestResult<AdminCompanyRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
1839
|
+
/**
|
|
1840
|
+
* Partially update company
|
|
1841
|
+
*/
|
|
1842
|
+
declare const adminCompanyPartialUpdate: <ThrowOnError extends boolean = false>(options?: Options<AdminCompanyPartialUpdateData, ThrowOnError>) => RequestResult<AdminCompanyPartialUpdateResponses, unknown, ThrowOnError, "data">;
|
|
1843
|
+
/**
|
|
1844
|
+
* Update company
|
|
1845
|
+
*/
|
|
1846
|
+
declare const adminCompanyUpdate: <ThrowOnError extends boolean = false>(options?: Options<AdminCompanyUpdateData, ThrowOnError>) => RequestResult<AdminCompanyUpdateResponses, unknown, ThrowOnError, "data">;
|
|
1847
|
+
/**
|
|
1848
|
+
* List domains
|
|
1849
|
+
*/
|
|
1850
|
+
declare const adminDomainsList: <ThrowOnError extends boolean = false>(options?: Options<AdminDomainsListData, ThrowOnError>) => RequestResult<AdminDomainsListResponses, unknown, ThrowOnError, "data">;
|
|
1851
|
+
/**
|
|
1852
|
+
* Create domain
|
|
1853
|
+
*/
|
|
1854
|
+
declare const adminDomainsCreate: <ThrowOnError extends boolean = false>(options: Options<AdminDomainsCreateData, ThrowOnError>) => RequestResult<AdminDomainsCreateResponses, unknown, ThrowOnError, "data">;
|
|
1855
|
+
/**
|
|
1856
|
+
* Delete domain
|
|
1857
|
+
*/
|
|
1858
|
+
declare const adminDomainsDestroy: <ThrowOnError extends boolean = false>(options: Options<AdminDomainsDestroyData, ThrowOnError>) => RequestResult<AdminDomainsDestroyResponses, unknown, ThrowOnError, "data">;
|
|
1859
|
+
/**
|
|
1860
|
+
* Retrieve domain
|
|
1861
|
+
*/
|
|
1862
|
+
declare const adminDomainsRetrieve: <ThrowOnError extends boolean = false>(options: Options<AdminDomainsRetrieveData, ThrowOnError>) => RequestResult<AdminDomainsRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
1863
|
+
/**
|
|
1864
|
+
* Partially update domain
|
|
1865
|
+
*/
|
|
1866
|
+
declare const adminDomainsPartialUpdate: <ThrowOnError extends boolean = false>(options: Options<AdminDomainsPartialUpdateData, ThrowOnError>) => RequestResult<AdminDomainsPartialUpdateResponses, unknown, ThrowOnError, "data">;
|
|
1867
|
+
/**
|
|
1868
|
+
* Update domain
|
|
1869
|
+
*/
|
|
1870
|
+
declare const adminDomainsUpdate: <ThrowOnError extends boolean = false>(options: Options<AdminDomainsUpdateData, ThrowOnError>) => RequestResult<AdminDomainsUpdateResponses, unknown, ThrowOnError, "data">;
|
|
1871
|
+
/**
|
|
1872
|
+
* List iOS apps
|
|
1873
|
+
*/
|
|
1874
|
+
declare const adminIosAppsList: <ThrowOnError extends boolean = false>(options?: Options<AdminIosAppsListData, ThrowOnError>) => RequestResult<AdminIosAppsListResponses, unknown, ThrowOnError, "data">;
|
|
1875
|
+
/**
|
|
1876
|
+
* Create iOS app
|
|
1877
|
+
*/
|
|
1878
|
+
declare const adminIosAppsCreate: <ThrowOnError extends boolean = false>(options: Options<AdminIosAppsCreateData, ThrowOnError>) => RequestResult<AdminIosAppsCreateResponses, unknown, ThrowOnError, "data">;
|
|
1879
|
+
/**
|
|
1880
|
+
* Delete iOS app
|
|
1881
|
+
*/
|
|
1882
|
+
declare const adminIosAppsDestroy: <ThrowOnError extends boolean = false>(options: Options<AdminIosAppsDestroyData, ThrowOnError>) => RequestResult<AdminIosAppsDestroyResponses, unknown, ThrowOnError, "data">;
|
|
1883
|
+
/**
|
|
1884
|
+
* Retrieve iOS app
|
|
1885
|
+
*/
|
|
1886
|
+
declare const adminIosAppsRetrieve: <ThrowOnError extends boolean = false>(options: Options<AdminIosAppsRetrieveData, ThrowOnError>) => RequestResult<AdminIosAppsRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
1887
|
+
/**
|
|
1888
|
+
* Partially update iOS app
|
|
1889
|
+
*/
|
|
1890
|
+
declare const adminIosAppsPartialUpdate: <ThrowOnError extends boolean = false>(options: Options<AdminIosAppsPartialUpdateData, ThrowOnError>) => RequestResult<AdminIosAppsPartialUpdateResponses, unknown, ThrowOnError, "data">;
|
|
1891
|
+
/**
|
|
1892
|
+
* Update iOS app
|
|
1893
|
+
*/
|
|
1894
|
+
declare const adminIosAppsUpdate: <ThrowOnError extends boolean = false>(options: Options<AdminIosAppsUpdateData, ThrowOnError>) => RequestResult<AdminIosAppsUpdateResponses, unknown, ThrowOnError, "data">;
|
|
1895
|
+
/**
|
|
1896
|
+
* List locales
|
|
1897
|
+
*/
|
|
1898
|
+
declare const adminLocalesList: <ThrowOnError extends boolean = false>(options?: Options<AdminLocalesListData, ThrowOnError>) => RequestResult<AdminLocalesListResponses, unknown, ThrowOnError, "data">;
|
|
1899
|
+
/**
|
|
1900
|
+
* Create locale
|
|
1901
|
+
*/
|
|
1902
|
+
declare const adminLocalesCreate: <ThrowOnError extends boolean = false>(options: Options<AdminLocalesCreateData, ThrowOnError>) => RequestResult<AdminLocalesCreateResponses, unknown, ThrowOnError, "data">;
|
|
1903
|
+
/**
|
|
1904
|
+
* Delete locale
|
|
1905
|
+
*/
|
|
1906
|
+
declare const adminLocalesDestroy: <ThrowOnError extends boolean = false>(options: Options<AdminLocalesDestroyData, ThrowOnError>) => RequestResult<AdminLocalesDestroyResponses, unknown, ThrowOnError, "data">;
|
|
1907
|
+
/**
|
|
1908
|
+
* Retrieve locale
|
|
1909
|
+
*/
|
|
1910
|
+
declare const adminLocalesRetrieve: <ThrowOnError extends boolean = false>(options: Options<AdminLocalesRetrieveData, ThrowOnError>) => RequestResult<AdminLocalesRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
1911
|
+
/**
|
|
1912
|
+
* Partially update locale
|
|
1913
|
+
*/
|
|
1914
|
+
declare const adminLocalesPartialUpdate: <ThrowOnError extends boolean = false>(options: Options<AdminLocalesPartialUpdateData, ThrowOnError>) => RequestResult<AdminLocalesPartialUpdateResponses, unknown, ThrowOnError, "data">;
|
|
1915
|
+
/**
|
|
1916
|
+
* Update locale
|
|
1917
|
+
*/
|
|
1918
|
+
declare const adminLocalesUpdate: <ThrowOnError extends boolean = false>(options: Options<AdminLocalesUpdateData, ThrowOnError>) => RequestResult<AdminLocalesUpdateResponses, unknown, ThrowOnError, "data">;
|
|
1919
|
+
/**
|
|
1920
|
+
* Deactivate service
|
|
1921
|
+
*/
|
|
1922
|
+
declare const deactivateCreate: <ThrowOnError extends boolean = false>(options: Options<DeactivateCreateData, ThrowOnError>) => RequestResult<DeactivateCreateResponses, unknown, ThrowOnError, "data">;
|
|
1923
|
+
/**
|
|
1924
|
+
* Retrieve public company
|
|
1925
|
+
*/
|
|
1926
|
+
declare const publicCompanyRetrieve: <ThrowOnError extends boolean = false>(options?: Options<PublicCompanyRetrieveData, ThrowOnError>) => RequestResult<PublicCompanyRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
1927
|
+
/**
|
|
1928
|
+
* List public locales
|
|
1929
|
+
*/
|
|
1930
|
+
declare const publicCompanyLocalesList: <ThrowOnError extends boolean = false>(options: Options<PublicCompanyLocalesListData, ThrowOnError>) => RequestResult<PublicCompanyLocalesListResponses, unknown, ThrowOnError, "data">;
|
|
1931
|
+
/**
|
|
1932
|
+
* Retrieve public locale
|
|
1933
|
+
*/
|
|
1934
|
+
declare const publicCompanyLocalesRetrieve: <ThrowOnError extends boolean = false>(options: Options<PublicCompanyLocalesRetrieveData, ThrowOnError>) => RequestResult<PublicCompanyLocalesRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
1935
|
+
/**
|
|
1936
|
+
* List app codebases
|
|
1937
|
+
*/
|
|
1938
|
+
declare const superadminAppCodebasesList: <ThrowOnError extends boolean = false>(options?: Options<SuperadminAppCodebasesListData, ThrowOnError>) => RequestResult<SuperadminAppCodebasesListResponses, unknown, ThrowOnError, "data">;
|
|
1939
|
+
/**
|
|
1940
|
+
* Create app codebase
|
|
1941
|
+
*/
|
|
1942
|
+
declare const superadminAppCodebasesCreate: <ThrowOnError extends boolean = false>(options: Options<SuperadminAppCodebasesCreateData, ThrowOnError>) => RequestResult<SuperadminAppCodebasesCreateResponses, unknown, ThrowOnError, "data">;
|
|
1943
|
+
/**
|
|
1944
|
+
* Delete codebase
|
|
1945
|
+
*/
|
|
1946
|
+
declare const superadminAppCodebasesDestroy: <ThrowOnError extends boolean = false>(options: Options<SuperadminAppCodebasesDestroyData, ThrowOnError>) => RequestResult<SuperadminAppCodebasesDestroyResponses, unknown, ThrowOnError, "data">;
|
|
1947
|
+
/**
|
|
1948
|
+
* Retrieve app codebase
|
|
1949
|
+
*/
|
|
1950
|
+
declare const superadminAppCodebasesRetrieve: <ThrowOnError extends boolean = false>(options: Options<SuperadminAppCodebasesRetrieveData, ThrowOnError>) => RequestResult<SuperadminAppCodebasesRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
1951
|
+
/**
|
|
1952
|
+
* Partially update codebase
|
|
1953
|
+
*/
|
|
1954
|
+
declare const superadminAppCodebasesPartialUpdate: <ThrowOnError extends boolean = false>(options: Options<SuperadminAppCodebasesPartialUpdateData, ThrowOnError>) => RequestResult<SuperadminAppCodebasesPartialUpdateResponses, unknown, ThrowOnError, "data">;
|
|
1955
|
+
/**
|
|
1956
|
+
* Update app codebase
|
|
1957
|
+
*/
|
|
1958
|
+
declare const superadminAppCodebasesUpdate: <ThrowOnError extends boolean = false>(options: Options<SuperadminAppCodebasesUpdateData, ThrowOnError>) => RequestResult<SuperadminAppCodebasesUpdateResponses, unknown, ThrowOnError, "data">;
|
|
1959
|
+
/**
|
|
1960
|
+
* Retrieve user
|
|
1961
|
+
*/
|
|
1962
|
+
declare const userRetrieve: <ThrowOnError extends boolean = false>(options?: Options<UserRetrieveData, ThrowOnError>) => RequestResult<UserRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
1963
|
+
/**
|
|
1964
|
+
* Partially update user
|
|
1965
|
+
*/
|
|
1966
|
+
declare const userPartialUpdate: <ThrowOnError extends boolean = false>(options?: Options<UserPartialUpdateData, ThrowOnError>) => RequestResult<UserPartialUpdateResponses, unknown, ThrowOnError, "data">;
|
|
1967
|
+
/**
|
|
1968
|
+
* Update user
|
|
1969
|
+
*/
|
|
1970
|
+
declare const userUpdate: <ThrowOnError extends boolean = false>(options?: Options<UserUpdateData, ThrowOnError>) => RequestResult<UserUpdateResponses, unknown, ThrowOnError, "data">;
|
|
1971
|
+
declare const userAndroidAppsList: <ThrowOnError extends boolean = false>(options?: Options<UserAndroidAppsListData, ThrowOnError>) => RequestResult<UserAndroidAppsListResponses, unknown, ThrowOnError, "data">;
|
|
1972
|
+
/**
|
|
1973
|
+
* Retrieve company
|
|
1974
|
+
*/
|
|
1975
|
+
declare const userCompanyRetrieve: <ThrowOnError extends boolean = false>(options?: Options<UserCompanyRetrieveData, ThrowOnError>) => RequestResult<UserCompanyRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
1976
|
+
declare const userIosAppsList: <ThrowOnError extends boolean = false>(options?: Options<UserIosAppsListData, ThrowOnError>) => RequestResult<UserIosAppsListResponses, unknown, ThrowOnError, "data">;
|
|
1977
|
+
/**
|
|
1978
|
+
* List locales
|
|
1979
|
+
*/
|
|
1980
|
+
declare const userLocalesList: <ThrowOnError extends boolean = false>(options?: Options<UserLocalesListData, ThrowOnError>) => RequestResult<UserLocalesListResponses, unknown, ThrowOnError, "data">;
|
|
1981
|
+
/**
|
|
1982
|
+
* Retrieve locale
|
|
1983
|
+
*/
|
|
1984
|
+
declare const userLocalesRetrieve: <ThrowOnError extends boolean = false>(options: Options<UserLocalesRetrieveData, ThrowOnError>) => RequestResult<UserLocalesRetrieveResponses, unknown, ThrowOnError, "data">;
|
|
1985
|
+
|
|
1986
|
+
type sdk_Options<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean> = Options<TData, ThrowOnError>;
|
|
1987
|
+
declare const sdk_activateCreate: typeof activateCreate;
|
|
1988
|
+
declare const sdk_adminAndroidAppsCreate: typeof adminAndroidAppsCreate;
|
|
1989
|
+
declare const sdk_adminAndroidAppsDestroy: typeof adminAndroidAppsDestroy;
|
|
1990
|
+
declare const sdk_adminAndroidAppsList: typeof adminAndroidAppsList;
|
|
1991
|
+
declare const sdk_adminAndroidAppsPartialUpdate: typeof adminAndroidAppsPartialUpdate;
|
|
1992
|
+
declare const sdk_adminAndroidAppsRetrieve: typeof adminAndroidAppsRetrieve;
|
|
1993
|
+
declare const sdk_adminAndroidAppsUpdate: typeof adminAndroidAppsUpdate;
|
|
1994
|
+
declare const sdk_adminAppCodebasesList: typeof adminAppCodebasesList;
|
|
1995
|
+
declare const sdk_adminAppCodebasesRetrieve: typeof adminAppCodebasesRetrieve;
|
|
1996
|
+
declare const sdk_adminCompanyPartialUpdate: typeof adminCompanyPartialUpdate;
|
|
1997
|
+
declare const sdk_adminCompanyRetrieve: typeof adminCompanyRetrieve;
|
|
1998
|
+
declare const sdk_adminCompanyUpdate: typeof adminCompanyUpdate;
|
|
1999
|
+
declare const sdk_adminDomainsCreate: typeof adminDomainsCreate;
|
|
2000
|
+
declare const sdk_adminDomainsDestroy: typeof adminDomainsDestroy;
|
|
2001
|
+
declare const sdk_adminDomainsList: typeof adminDomainsList;
|
|
2002
|
+
declare const sdk_adminDomainsPartialUpdate: typeof adminDomainsPartialUpdate;
|
|
2003
|
+
declare const sdk_adminDomainsRetrieve: typeof adminDomainsRetrieve;
|
|
2004
|
+
declare const sdk_adminDomainsUpdate: typeof adminDomainsUpdate;
|
|
2005
|
+
declare const sdk_adminIosAppsCreate: typeof adminIosAppsCreate;
|
|
2006
|
+
declare const sdk_adminIosAppsDestroy: typeof adminIosAppsDestroy;
|
|
2007
|
+
declare const sdk_adminIosAppsList: typeof adminIosAppsList;
|
|
2008
|
+
declare const sdk_adminIosAppsPartialUpdate: typeof adminIosAppsPartialUpdate;
|
|
2009
|
+
declare const sdk_adminIosAppsRetrieve: typeof adminIosAppsRetrieve;
|
|
2010
|
+
declare const sdk_adminIosAppsUpdate: typeof adminIosAppsUpdate;
|
|
2011
|
+
declare const sdk_adminLocalesCreate: typeof adminLocalesCreate;
|
|
2012
|
+
declare const sdk_adminLocalesDestroy: typeof adminLocalesDestroy;
|
|
2013
|
+
declare const sdk_adminLocalesList: typeof adminLocalesList;
|
|
2014
|
+
declare const sdk_adminLocalesPartialUpdate: typeof adminLocalesPartialUpdate;
|
|
2015
|
+
declare const sdk_adminLocalesRetrieve: typeof adminLocalesRetrieve;
|
|
2016
|
+
declare const sdk_adminLocalesUpdate: typeof adminLocalesUpdate;
|
|
2017
|
+
declare const sdk_deactivateCreate: typeof deactivateCreate;
|
|
2018
|
+
declare const sdk_publicCompanyLocalesList: typeof publicCompanyLocalesList;
|
|
2019
|
+
declare const sdk_publicCompanyLocalesRetrieve: typeof publicCompanyLocalesRetrieve;
|
|
2020
|
+
declare const sdk_publicCompanyRetrieve: typeof publicCompanyRetrieve;
|
|
2021
|
+
declare const sdk_superadminAppCodebasesCreate: typeof superadminAppCodebasesCreate;
|
|
2022
|
+
declare const sdk_superadminAppCodebasesDestroy: typeof superadminAppCodebasesDestroy;
|
|
2023
|
+
declare const sdk_superadminAppCodebasesList: typeof superadminAppCodebasesList;
|
|
2024
|
+
declare const sdk_superadminAppCodebasesPartialUpdate: typeof superadminAppCodebasesPartialUpdate;
|
|
2025
|
+
declare const sdk_superadminAppCodebasesRetrieve: typeof superadminAppCodebasesRetrieve;
|
|
2026
|
+
declare const sdk_superadminAppCodebasesUpdate: typeof superadminAppCodebasesUpdate;
|
|
2027
|
+
declare const sdk_userAndroidAppsList: typeof userAndroidAppsList;
|
|
2028
|
+
declare const sdk_userCompanyRetrieve: typeof userCompanyRetrieve;
|
|
2029
|
+
declare const sdk_userIosAppsList: typeof userIosAppsList;
|
|
2030
|
+
declare const sdk_userLocalesList: typeof userLocalesList;
|
|
2031
|
+
declare const sdk_userLocalesRetrieve: typeof userLocalesRetrieve;
|
|
2032
|
+
declare const sdk_userPartialUpdate: typeof userPartialUpdate;
|
|
2033
|
+
declare const sdk_userRetrieve: typeof userRetrieve;
|
|
2034
|
+
declare const sdk_userUpdate: typeof userUpdate;
|
|
2035
|
+
declare namespace sdk {
|
|
2036
|
+
export { type sdk_Options as Options, sdk_activateCreate as activateCreate, sdk_adminAndroidAppsCreate as adminAndroidAppsCreate, sdk_adminAndroidAppsDestroy as adminAndroidAppsDestroy, sdk_adminAndroidAppsList as adminAndroidAppsList, sdk_adminAndroidAppsPartialUpdate as adminAndroidAppsPartialUpdate, sdk_adminAndroidAppsRetrieve as adminAndroidAppsRetrieve, sdk_adminAndroidAppsUpdate as adminAndroidAppsUpdate, sdk_adminAppCodebasesList as adminAppCodebasesList, sdk_adminAppCodebasesRetrieve as adminAppCodebasesRetrieve, sdk_adminCompanyPartialUpdate as adminCompanyPartialUpdate, sdk_adminCompanyRetrieve as adminCompanyRetrieve, sdk_adminCompanyUpdate as adminCompanyUpdate, sdk_adminDomainsCreate as adminDomainsCreate, sdk_adminDomainsDestroy as adminDomainsDestroy, sdk_adminDomainsList as adminDomainsList, sdk_adminDomainsPartialUpdate as adminDomainsPartialUpdate, sdk_adminDomainsRetrieve as adminDomainsRetrieve, sdk_adminDomainsUpdate as adminDomainsUpdate, sdk_adminIosAppsCreate as adminIosAppsCreate, sdk_adminIosAppsDestroy as adminIosAppsDestroy, sdk_adminIosAppsList as adminIosAppsList, sdk_adminIosAppsPartialUpdate as adminIosAppsPartialUpdate, sdk_adminIosAppsRetrieve as adminIosAppsRetrieve, sdk_adminIosAppsUpdate as adminIosAppsUpdate, sdk_adminLocalesCreate as adminLocalesCreate, sdk_adminLocalesDestroy as adminLocalesDestroy, sdk_adminLocalesList as adminLocalesList, sdk_adminLocalesPartialUpdate as adminLocalesPartialUpdate, sdk_adminLocalesRetrieve as adminLocalesRetrieve, sdk_adminLocalesUpdate as adminLocalesUpdate, sdk_deactivateCreate as deactivateCreate, sdk_publicCompanyLocalesList as publicCompanyLocalesList, sdk_publicCompanyLocalesRetrieve as publicCompanyLocalesRetrieve, sdk_publicCompanyRetrieve as publicCompanyRetrieve, sdk_superadminAppCodebasesCreate as superadminAppCodebasesCreate, sdk_superadminAppCodebasesDestroy as superadminAppCodebasesDestroy, sdk_superadminAppCodebasesList as superadminAppCodebasesList, sdk_superadminAppCodebasesPartialUpdate as superadminAppCodebasesPartialUpdate, sdk_superadminAppCodebasesRetrieve as superadminAppCodebasesRetrieve, sdk_superadminAppCodebasesUpdate as superadminAppCodebasesUpdate, sdk_userAndroidAppsList as userAndroidAppsList, sdk_userCompanyRetrieve as userCompanyRetrieve, sdk_userIosAppsList as userIosAppsList, sdk_userLocalesList as userLocalesList, sdk_userLocalesRetrieve as userLocalesRetrieve, sdk_userPartialUpdate as userPartialUpdate, sdk_userRetrieve as userRetrieve, sdk_userUpdate as userUpdate };
|
|
2037
|
+
}
|
|
2038
|
+
|
|
2039
|
+
type AppApi = BoundSdk<typeof sdk>;
|
|
2040
|
+
declare function createAppApi(config: ApiFactoryConfig): AppApi;
|
|
2041
|
+
|
|
2042
|
+
export { type ActionResponse, type Activate, type ActivateCreateData, type ActivateCreateResponse, type ActivateCreateResponses, type AdminAndroidAppsCreateData, type AdminAndroidAppsCreateResponse, type AdminAndroidAppsCreateResponses, type AdminAndroidAppsDestroyData, type AdminAndroidAppsDestroyResponse, type AdminAndroidAppsDestroyResponses, type AdminAndroidAppsListData, type AdminAndroidAppsListResponse, type AdminAndroidAppsListResponses, type AdminAndroidAppsPartialUpdateData, type AdminAndroidAppsPartialUpdateResponse, type AdminAndroidAppsPartialUpdateResponses, type AdminAndroidAppsRetrieveData, type AdminAndroidAppsRetrieveResponse, type AdminAndroidAppsRetrieveResponses, type AdminAndroidAppsUpdateData, type AdminAndroidAppsUpdateResponse, type AdminAndroidAppsUpdateResponses, type AdminAppCodebasesListData, type AdminAppCodebasesListResponse, type AdminAppCodebasesListResponses, type AdminAppCodebasesRetrieveData, type AdminAppCodebasesRetrieveResponse, type AdminAppCodebasesRetrieveResponses, type AdminCompany, type AdminCompanyPartialUpdateData, type AdminCompanyPartialUpdateResponse, type AdminCompanyPartialUpdateResponses, type AdminCompanyResponse, type AdminCompanyResponseWritable, type AdminCompanyRetrieveData, type AdminCompanyRetrieveResponse, type AdminCompanyRetrieveResponses, type AdminCompanyUpdateData, type AdminCompanyUpdateResponse, type AdminCompanyUpdateResponses, type AdminCompanyWritable, type AdminCreateDomain, type AdminCreateDomainWritable, type AdminCreateLocale, type AdminDomain, type AdminDomainResponse, type AdminDomainResponseWritable, type AdminDomainWritable, type AdminDomainsCreateData, type AdminDomainsCreateResponse, type AdminDomainsCreateResponses, type AdminDomainsDestroyData, type AdminDomainsDestroyResponse, type AdminDomainsDestroyResponses, type AdminDomainsListData, type AdminDomainsListResponse, type AdminDomainsListResponses, type AdminDomainsPartialUpdateData, type AdminDomainsPartialUpdateResponse, type AdminDomainsPartialUpdateResponses, type AdminDomainsRetrieveData, type AdminDomainsRetrieveResponse, type AdminDomainsRetrieveResponses, type AdminDomainsUpdateData, type AdminDomainsUpdateResponse, type AdminDomainsUpdateResponses, type AdminIosAppsCreateData, type AdminIosAppsCreateResponse, type AdminIosAppsCreateResponses, type AdminIosAppsDestroyData, type AdminIosAppsDestroyResponse, type AdminIosAppsDestroyResponses, type AdminIosAppsListData, type AdminIosAppsListResponse, type AdminIosAppsListResponses, type AdminIosAppsPartialUpdateData, type AdminIosAppsPartialUpdateResponse, type AdminIosAppsPartialUpdateResponses, type AdminIosAppsRetrieveData, type AdminIosAppsRetrieveResponse, type AdminIosAppsRetrieveResponses, type AdminIosAppsUpdateData, type AdminIosAppsUpdateResponse, type AdminIosAppsUpdateResponses, type AdminLocalesCreateData, type AdminLocalesCreateResponse, type AdminLocalesCreateResponses, type AdminLocalesDestroyData, type AdminLocalesDestroyResponse, type AdminLocalesDestroyResponses, type AdminLocalesListData, type AdminLocalesListResponse, type AdminLocalesListResponses, type AdminLocalesPartialUpdateData, type AdminLocalesPartialUpdateResponse, type AdminLocalesPartialUpdateResponses, type AdminLocalesRetrieveData, type AdminLocalesRetrieveResponse, type AdminLocalesRetrieveResponses, type AdminLocalesUpdateData, type AdminLocalesUpdateResponse, type AdminLocalesUpdateResponses, type AndroidApp, type AndroidAppResponse, type AndroidAppResponseWritable, type AndroidAppWritable, type AppApi, type AppCodebase, type AppCodebaseResponse, type AppCodebaseResponseWritable, type AppCodebaseWritable, type ClientOptions, type Company, type CompanyResponse, type CompanyResponseWritable, type CompanyWritable, type Deactivate, type DeactivateCreateData, type DeactivateCreateResponse, type DeactivateCreateResponses, type IosApp, type IosAppResponse, type IosAppResponseWritable, type IosAppWritable, type Locale, type LocaleResponse, type LocaleResponseWritable, type LocaleWritable, type PaginatedAdminDomainList, type PaginatedAdminDomainListResponse, type PaginatedAdminDomainListResponseWritable, type PaginatedAdminDomainListWritable, type PaginatedAndroidAppList, type PaginatedAndroidAppListResponse, type PaginatedAndroidAppListResponseWritable, type PaginatedAndroidAppListWritable, type PaginatedAppCodebaseList, type PaginatedAppCodebaseListResponse, type PaginatedAppCodebaseListResponseWritable, type PaginatedAppCodebaseListWritable, type PaginatedIosAppList, type PaginatedIosAppListResponse, type PaginatedIosAppListResponseWritable, type PaginatedIosAppListWritable, type PaginatedLocaleList, type PaginatedLocaleListResponse, type PaginatedLocaleListResponseWritable, type PaginatedLocaleListWritable, type PaginatedUserAndroidAppList, type PaginatedUserAndroidAppListResponse, type PaginatedUserAndroidAppListResponseWritable, type PaginatedUserAndroidAppListWritable, type PaginatedUserIosAppList, type PaginatedUserIosAppListResponse, type PaginatedUserIosAppListResponseWritable, type PaginatedUserIosAppListWritable, type PatchedAdminCompany, type PatchedAdminCompanyWritable, type PatchedAdminDomain, type PatchedAdminDomainWritable, type PatchedAndroidApp, type PatchedAndroidAppWritable, type PatchedAppCodebase, type PatchedAppCodebaseWritable, type PatchedIosApp, type PatchedIosAppWritable, type PatchedLocale, type PatchedLocaleWritable, type PatchedUser, type PatchedUserWritable, type PublicCompanyLocalesListData, type PublicCompanyLocalesListResponse, type PublicCompanyLocalesListResponses, type PublicCompanyLocalesRetrieveData, type PublicCompanyLocalesRetrieveResponse, type PublicCompanyLocalesRetrieveResponses, type PublicCompanyRetrieveData, type PublicCompanyRetrieveResponse, type PublicCompanyRetrieveResponses, type SuperadminAppCodebasesCreateData, type SuperadminAppCodebasesCreateResponse, type SuperadminAppCodebasesCreateResponses, type SuperadminAppCodebasesDestroyData, type SuperadminAppCodebasesDestroyResponse, type SuperadminAppCodebasesDestroyResponses, type SuperadminAppCodebasesListData, type SuperadminAppCodebasesListResponse, type SuperadminAppCodebasesListResponses, type SuperadminAppCodebasesPartialUpdateData, type SuperadminAppCodebasesPartialUpdateResponse, type SuperadminAppCodebasesPartialUpdateResponses, type SuperadminAppCodebasesRetrieveData, type SuperadminAppCodebasesRetrieveResponse, type SuperadminAppCodebasesRetrieveResponses, type SuperadminAppCodebasesUpdateData, type SuperadminAppCodebasesUpdateResponse, type SuperadminAppCodebasesUpdateResponses, type User, type UserAndroidApp, type UserAndroidAppsListData, type UserAndroidAppsListResponse, type UserAndroidAppsListResponses, type UserCompanyRetrieveData, type UserCompanyRetrieveResponse, type UserCompanyRetrieveResponses, type UserIosApp, type UserIosAppsListData, type UserIosAppsListResponse, type UserIosAppsListResponses, type UserLocalesListData, type UserLocalesListResponse, type UserLocalesListResponses, type UserLocalesRetrieveData, type UserLocalesRetrieveResponse, type UserLocalesRetrieveResponses, type UserPartialUpdateData, type UserPartialUpdateResponse, type UserPartialUpdateResponses, type UserResponse, type UserResponseWritable, type UserRetrieveData, type UserRetrieveResponse, type UserRetrieveResponses, type UserUpdateData, type UserUpdateResponse, type UserUpdateResponses, type UserWritable, createAppApi };
|