rehive 3.1.4 → 4.1.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 +31507 -0
- package/dist/admin.d.ts +31507 -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-7WQMKBQ6.js +7 -0
- package/dist/chunk-CUQ6U73E.mjs +1 -0
- package/dist/chunk-DRLSOKDI.js +7 -0
- package/dist/chunk-GR5TETAU.js +1 -0
- package/dist/chunk-JK4JOKBZ.js +1 -0
- package/dist/chunk-KQ5BJOW2.mjs +1 -0
- package/dist/chunk-KUM3UI4C.mjs +7 -0
- package/dist/chunk-OEIQFP6T.js +1 -0
- package/dist/chunk-S4QKN5WW.mjs +1 -0
- package/dist/chunk-S5UXBHRU.mjs +1 -0
- package/dist/chunk-UMUOM4B2.mjs +7 -0
- package/dist/chunk-YRYX3G3E.js +1 -0
- package/dist/create-api-client-2vNCP2LN.d.mts +25 -0
- package/dist/create-api-client-D-Z8R83N.d.ts +25 -0
- package/dist/create-auth-CHzmb_8_.d.mts +18570 -0
- package/dist/create-auth-CHzmb_8_.d.ts +18570 -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 +214 -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 +214 -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 +214 -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 +214 -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 +214 -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 +214 -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 +214 -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 +214 -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 +214 -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 +214 -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 +214 -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 +214 -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 +214 -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 +214 -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 +214 -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 +214 -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 +31428 -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 +214 -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 +19780 -0
- package/src/shared/api-utils.ts +22 -0
- package/src/shared/bind-sdk.ts +48 -0
- package/src/shared/create-api-client.ts +55 -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,1702 @@
|
|
|
1
|
+
// This file is auto-generated by @hey-api/openapi-ts
|
|
2
|
+
|
|
3
|
+
export type ClientOptions = {
|
|
4
|
+
baseUrl: 'https://app.services.rehive.com/api/' | (string & {});
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* This serializer can be used if only a `status` is required in the response.
|
|
9
|
+
*/
|
|
10
|
+
export type ActionResponse = {
|
|
11
|
+
status?: string;
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
export type Activate = {
|
|
15
|
+
token: string;
|
|
16
|
+
readonly id: string;
|
|
17
|
+
readonly secret: string;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* A ModelSerializer that takes additional arguments for
|
|
22
|
+
* "fields", "omit" and "expand" in order to
|
|
23
|
+
* control which fields are displayed, and whether to replace simple
|
|
24
|
+
* values with complex, nested serializations
|
|
25
|
+
*/
|
|
26
|
+
export type AdminCompany = {
|
|
27
|
+
readonly id: string;
|
|
28
|
+
readonly secret: string;
|
|
29
|
+
config?: {
|
|
30
|
+
[key: string]: unknown;
|
|
31
|
+
} | null;
|
|
32
|
+
android_play_store_url?: string | null;
|
|
33
|
+
apple_app_store_url?: string | null;
|
|
34
|
+
readonly domains: Array<string> | null;
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
export type AdminCompanyResponse = {
|
|
38
|
+
status?: string;
|
|
39
|
+
data?: AdminCompany;
|
|
40
|
+
};
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* A ModelSerializer that takes additional arguments for
|
|
44
|
+
* "fields", "omit" and "expand" in order to
|
|
45
|
+
* control which fields are displayed, and whether to replace simple
|
|
46
|
+
* values with complex, nested serializations
|
|
47
|
+
*/
|
|
48
|
+
export type AdminCreateDomain = {
|
|
49
|
+
readonly id: string;
|
|
50
|
+
/**
|
|
51
|
+
* * `native` - Native
|
|
52
|
+
* * `client` - Client
|
|
53
|
+
*/
|
|
54
|
+
host?: 'native' | 'client';
|
|
55
|
+
domain: string;
|
|
56
|
+
/**
|
|
57
|
+
* * `active` - Active
|
|
58
|
+
* * `inactive` - Inactive
|
|
59
|
+
*/
|
|
60
|
+
status: 'active' | 'inactive';
|
|
61
|
+
readonly created: number;
|
|
62
|
+
readonly updated: number;
|
|
63
|
+
};
|
|
64
|
+
|
|
65
|
+
/**
|
|
66
|
+
* A ModelSerializer that takes additional arguments for
|
|
67
|
+
* "fields", "omit" and "expand" in order to
|
|
68
|
+
* control which fields are displayed, and whether to replace simple
|
|
69
|
+
* values with complex, nested serializations
|
|
70
|
+
*/
|
|
71
|
+
export type AdminCreateLocale = {
|
|
72
|
+
id: string;
|
|
73
|
+
translation: {
|
|
74
|
+
[key: string]: unknown;
|
|
75
|
+
};
|
|
76
|
+
icon?: string | null;
|
|
77
|
+
name?: string | null;
|
|
78
|
+
};
|
|
79
|
+
|
|
80
|
+
/**
|
|
81
|
+
* A ModelSerializer that takes additional arguments for
|
|
82
|
+
* "fields", "omit" and "expand" in order to
|
|
83
|
+
* control which fields are displayed, and whether to replace simple
|
|
84
|
+
* values with complex, nested serializations
|
|
85
|
+
*/
|
|
86
|
+
export type AdminDomain = {
|
|
87
|
+
readonly id: string;
|
|
88
|
+
/**
|
|
89
|
+
* * `native` - Native
|
|
90
|
+
* * `client` - Client
|
|
91
|
+
*/
|
|
92
|
+
host: 'native' | 'client';
|
|
93
|
+
readonly domain: string;
|
|
94
|
+
/**
|
|
95
|
+
* * `active` - Active
|
|
96
|
+
* * `inactive` - Inactive
|
|
97
|
+
*/
|
|
98
|
+
status: 'active' | 'inactive';
|
|
99
|
+
readonly created: number;
|
|
100
|
+
readonly updated: number;
|
|
101
|
+
};
|
|
102
|
+
|
|
103
|
+
export type AdminDomainResponse = {
|
|
104
|
+
status?: string;
|
|
105
|
+
data?: AdminDomain;
|
|
106
|
+
};
|
|
107
|
+
|
|
108
|
+
/**
|
|
109
|
+
* A ModelSerializer that takes additional arguments for
|
|
110
|
+
* "fields", "omit" and "expand" in order to
|
|
111
|
+
* control which fields are displayed, and whether to replace simple
|
|
112
|
+
* values with complex, nested serializations
|
|
113
|
+
*/
|
|
114
|
+
export type AndroidApp = {
|
|
115
|
+
readonly id: string;
|
|
116
|
+
package: string;
|
|
117
|
+
name?: string | null;
|
|
118
|
+
short_description?: string | null;
|
|
119
|
+
full_description?: string | null;
|
|
120
|
+
whats_new?: string | null;
|
|
121
|
+
website?: string | null;
|
|
122
|
+
contact_phone_number?: string | null;
|
|
123
|
+
contact_email_address?: string | null;
|
|
124
|
+
terms_and_conditions?: string | null;
|
|
125
|
+
privacy_policy?: string | null;
|
|
126
|
+
expo_project_id?: string | null;
|
|
127
|
+
readonly created: number;
|
|
128
|
+
readonly updated: number;
|
|
129
|
+
};
|
|
130
|
+
|
|
131
|
+
export type AndroidAppResponse = {
|
|
132
|
+
status?: string;
|
|
133
|
+
data?: AndroidApp;
|
|
134
|
+
};
|
|
135
|
+
|
|
136
|
+
/**
|
|
137
|
+
* A ModelSerializer that takes additional arguments for
|
|
138
|
+
* "fields", "omit" and "expand" in order to
|
|
139
|
+
* control which fields are displayed, and whether to replace simple
|
|
140
|
+
* values with complex, nested serializations
|
|
141
|
+
*/
|
|
142
|
+
export type AppCodebase = {
|
|
143
|
+
readonly id: string;
|
|
144
|
+
/**
|
|
145
|
+
* * `mobile` - Mobile
|
|
146
|
+
* * `web` - Web
|
|
147
|
+
*/
|
|
148
|
+
type: 'mobile' | 'web';
|
|
149
|
+
file: string;
|
|
150
|
+
version: string;
|
|
151
|
+
title?: string | null;
|
|
152
|
+
description?: string | null;
|
|
153
|
+
readonly created: string;
|
|
154
|
+
readonly updated: string;
|
|
155
|
+
};
|
|
156
|
+
|
|
157
|
+
export type AppCodebaseResponse = {
|
|
158
|
+
status?: string;
|
|
159
|
+
data?: AppCodebase;
|
|
160
|
+
};
|
|
161
|
+
|
|
162
|
+
/**
|
|
163
|
+
* A ModelSerializer that takes additional arguments for
|
|
164
|
+
* "fields", "omit" and "expand" in order to
|
|
165
|
+
* control which fields are displayed, and whether to replace simple
|
|
166
|
+
* values with complex, nested serializations
|
|
167
|
+
*/
|
|
168
|
+
export type Company = {
|
|
169
|
+
readonly id: string;
|
|
170
|
+
readonly config: {
|
|
171
|
+
[key: string]: unknown;
|
|
172
|
+
};
|
|
173
|
+
android_play_store_url?: string | null;
|
|
174
|
+
apple_app_store_url?: string | null;
|
|
175
|
+
readonly domains: Array<string> | null;
|
|
176
|
+
};
|
|
177
|
+
|
|
178
|
+
export type CompanyResponse = {
|
|
179
|
+
status?: string;
|
|
180
|
+
data?: Company;
|
|
181
|
+
};
|
|
182
|
+
|
|
183
|
+
export type Deactivate = {
|
|
184
|
+
token: string;
|
|
185
|
+
purge?: boolean;
|
|
186
|
+
};
|
|
187
|
+
|
|
188
|
+
/**
|
|
189
|
+
* A ModelSerializer that takes additional arguments for
|
|
190
|
+
* "fields", "omit" and "expand" in order to
|
|
191
|
+
* control which fields are displayed, and whether to replace simple
|
|
192
|
+
* values with complex, nested serializations
|
|
193
|
+
*/
|
|
194
|
+
export type IosApp = {
|
|
195
|
+
readonly id: string;
|
|
196
|
+
bundle_identifier: string;
|
|
197
|
+
name?: string | null;
|
|
198
|
+
subtitle?: string | null;
|
|
199
|
+
description?: string | null;
|
|
200
|
+
promotional_text?: string | null;
|
|
201
|
+
whats_new?: string | null;
|
|
202
|
+
keywords?: string | null;
|
|
203
|
+
support_url?: string | null;
|
|
204
|
+
marketing_url?: string | null;
|
|
205
|
+
contact_first_name?: string | null;
|
|
206
|
+
contact_last_name?: string | null;
|
|
207
|
+
contact_phone_number?: string | null;
|
|
208
|
+
contact_email_address?: string | null;
|
|
209
|
+
copyright?: string | null;
|
|
210
|
+
terms_and_conditions?: string | null;
|
|
211
|
+
privacy_policy?: string | null;
|
|
212
|
+
expo_project_id?: string | null;
|
|
213
|
+
readonly created: number;
|
|
214
|
+
readonly updated: number;
|
|
215
|
+
};
|
|
216
|
+
|
|
217
|
+
export type IosAppResponse = {
|
|
218
|
+
status?: string;
|
|
219
|
+
data?: IosApp;
|
|
220
|
+
};
|
|
221
|
+
|
|
222
|
+
/**
|
|
223
|
+
* A ModelSerializer that takes additional arguments for
|
|
224
|
+
* "fields", "omit" and "expand" in order to
|
|
225
|
+
* control which fields are displayed, and whether to replace simple
|
|
226
|
+
* values with complex, nested serializations
|
|
227
|
+
*/
|
|
228
|
+
export type Locale = {
|
|
229
|
+
readonly id: string;
|
|
230
|
+
translation: {
|
|
231
|
+
[key: string]: unknown;
|
|
232
|
+
};
|
|
233
|
+
readonly created: number;
|
|
234
|
+
readonly updated: number;
|
|
235
|
+
icon?: string | null;
|
|
236
|
+
name?: string | null;
|
|
237
|
+
};
|
|
238
|
+
|
|
239
|
+
export type LocaleResponse = {
|
|
240
|
+
status?: string;
|
|
241
|
+
data?: Locale;
|
|
242
|
+
};
|
|
243
|
+
|
|
244
|
+
export type PaginatedAdminDomainList = {
|
|
245
|
+
count?: number;
|
|
246
|
+
next?: string | null;
|
|
247
|
+
previous?: string | null;
|
|
248
|
+
results?: Array<AdminDomain>;
|
|
249
|
+
};
|
|
250
|
+
|
|
251
|
+
export type PaginatedAdminDomainListResponse = {
|
|
252
|
+
status?: string;
|
|
253
|
+
data?: PaginatedAdminDomainList;
|
|
254
|
+
};
|
|
255
|
+
|
|
256
|
+
export type PaginatedAndroidAppList = {
|
|
257
|
+
count?: number;
|
|
258
|
+
next?: string | null;
|
|
259
|
+
previous?: string | null;
|
|
260
|
+
results?: Array<AndroidApp>;
|
|
261
|
+
};
|
|
262
|
+
|
|
263
|
+
export type PaginatedAndroidAppListResponse = {
|
|
264
|
+
status?: string;
|
|
265
|
+
data?: PaginatedAndroidAppList;
|
|
266
|
+
};
|
|
267
|
+
|
|
268
|
+
export type PaginatedAppCodebaseList = {
|
|
269
|
+
count?: number;
|
|
270
|
+
next?: string | null;
|
|
271
|
+
previous?: string | null;
|
|
272
|
+
results?: Array<AppCodebase>;
|
|
273
|
+
};
|
|
274
|
+
|
|
275
|
+
export type PaginatedAppCodebaseListResponse = {
|
|
276
|
+
status?: string;
|
|
277
|
+
data?: PaginatedAppCodebaseList;
|
|
278
|
+
};
|
|
279
|
+
|
|
280
|
+
export type PaginatedIosAppList = {
|
|
281
|
+
count?: number;
|
|
282
|
+
next?: string | null;
|
|
283
|
+
previous?: string | null;
|
|
284
|
+
results?: Array<IosApp>;
|
|
285
|
+
};
|
|
286
|
+
|
|
287
|
+
export type PaginatedIosAppListResponse = {
|
|
288
|
+
status?: string;
|
|
289
|
+
data?: PaginatedIosAppList;
|
|
290
|
+
};
|
|
291
|
+
|
|
292
|
+
export type PaginatedLocaleList = {
|
|
293
|
+
count?: number;
|
|
294
|
+
next?: string | null;
|
|
295
|
+
previous?: string | null;
|
|
296
|
+
results?: Array<Locale>;
|
|
297
|
+
};
|
|
298
|
+
|
|
299
|
+
export type PaginatedLocaleListResponse = {
|
|
300
|
+
status?: string;
|
|
301
|
+
data?: PaginatedLocaleList;
|
|
302
|
+
};
|
|
303
|
+
|
|
304
|
+
export type PaginatedUserAndroidAppList = {
|
|
305
|
+
count?: number;
|
|
306
|
+
next?: string | null;
|
|
307
|
+
previous?: string | null;
|
|
308
|
+
results?: Array<UserAndroidApp>;
|
|
309
|
+
};
|
|
310
|
+
|
|
311
|
+
export type PaginatedUserAndroidAppListResponse = {
|
|
312
|
+
status?: string;
|
|
313
|
+
data?: PaginatedUserAndroidAppList;
|
|
314
|
+
};
|
|
315
|
+
|
|
316
|
+
export type PaginatedUserIosAppList = {
|
|
317
|
+
count?: number;
|
|
318
|
+
next?: string | null;
|
|
319
|
+
previous?: string | null;
|
|
320
|
+
results?: Array<UserIosApp>;
|
|
321
|
+
};
|
|
322
|
+
|
|
323
|
+
export type PaginatedUserIosAppListResponse = {
|
|
324
|
+
status?: string;
|
|
325
|
+
data?: PaginatedUserIosAppList;
|
|
326
|
+
};
|
|
327
|
+
|
|
328
|
+
/**
|
|
329
|
+
* A ModelSerializer that takes additional arguments for
|
|
330
|
+
* "fields", "omit" and "expand" in order to
|
|
331
|
+
* control which fields are displayed, and whether to replace simple
|
|
332
|
+
* values with complex, nested serializations
|
|
333
|
+
*/
|
|
334
|
+
export type PatchedAdminCompany = {
|
|
335
|
+
readonly id?: string;
|
|
336
|
+
readonly secret?: string;
|
|
337
|
+
config?: {
|
|
338
|
+
[key: string]: unknown;
|
|
339
|
+
} | null;
|
|
340
|
+
android_play_store_url?: string | null;
|
|
341
|
+
apple_app_store_url?: string | null;
|
|
342
|
+
readonly domains?: Array<string> | null;
|
|
343
|
+
};
|
|
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
|
+
export type PatchedAdminDomain = {
|
|
352
|
+
readonly id?: string;
|
|
353
|
+
/**
|
|
354
|
+
* * `native` - Native
|
|
355
|
+
* * `client` - Client
|
|
356
|
+
*/
|
|
357
|
+
host?: 'native' | 'client';
|
|
358
|
+
readonly 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
|
+
/**
|
|
369
|
+
* A ModelSerializer that takes additional arguments for
|
|
370
|
+
* "fields", "omit" and "expand" in order to
|
|
371
|
+
* control which fields are displayed, and whether to replace simple
|
|
372
|
+
* values with complex, nested serializations
|
|
373
|
+
*/
|
|
374
|
+
export type PatchedAndroidApp = {
|
|
375
|
+
readonly id?: string;
|
|
376
|
+
package?: string;
|
|
377
|
+
name?: string | null;
|
|
378
|
+
short_description?: string | null;
|
|
379
|
+
full_description?: string | null;
|
|
380
|
+
whats_new?: string | null;
|
|
381
|
+
website?: string | null;
|
|
382
|
+
contact_phone_number?: string | null;
|
|
383
|
+
contact_email_address?: string | null;
|
|
384
|
+
terms_and_conditions?: string | null;
|
|
385
|
+
privacy_policy?: string | null;
|
|
386
|
+
expo_project_id?: string | null;
|
|
387
|
+
readonly created?: number;
|
|
388
|
+
readonly updated?: number;
|
|
389
|
+
};
|
|
390
|
+
|
|
391
|
+
/**
|
|
392
|
+
* A ModelSerializer that takes additional arguments for
|
|
393
|
+
* "fields", "omit" and "expand" in order to
|
|
394
|
+
* control which fields are displayed, and whether to replace simple
|
|
395
|
+
* values with complex, nested serializations
|
|
396
|
+
*/
|
|
397
|
+
export type PatchedAppCodebase = {
|
|
398
|
+
readonly id?: string;
|
|
399
|
+
/**
|
|
400
|
+
* * `mobile` - Mobile
|
|
401
|
+
* * `web` - Web
|
|
402
|
+
*/
|
|
403
|
+
type?: 'mobile' | 'web';
|
|
404
|
+
file?: string;
|
|
405
|
+
version?: string;
|
|
406
|
+
title?: string | null;
|
|
407
|
+
description?: string | null;
|
|
408
|
+
readonly created?: string;
|
|
409
|
+
readonly updated?: string;
|
|
410
|
+
};
|
|
411
|
+
|
|
412
|
+
/**
|
|
413
|
+
* A ModelSerializer that takes additional arguments for
|
|
414
|
+
* "fields", "omit" and "expand" in order to
|
|
415
|
+
* control which fields are displayed, and whether to replace simple
|
|
416
|
+
* values with complex, nested serializations
|
|
417
|
+
*/
|
|
418
|
+
export type PatchedIosApp = {
|
|
419
|
+
readonly id?: string;
|
|
420
|
+
bundle_identifier?: string;
|
|
421
|
+
name?: string | null;
|
|
422
|
+
subtitle?: string | null;
|
|
423
|
+
description?: string | null;
|
|
424
|
+
promotional_text?: string | null;
|
|
425
|
+
whats_new?: string | null;
|
|
426
|
+
keywords?: string | null;
|
|
427
|
+
support_url?: string | null;
|
|
428
|
+
marketing_url?: string | null;
|
|
429
|
+
contact_first_name?: string | null;
|
|
430
|
+
contact_last_name?: string | null;
|
|
431
|
+
contact_phone_number?: string | null;
|
|
432
|
+
contact_email_address?: string | null;
|
|
433
|
+
copyright?: string | null;
|
|
434
|
+
terms_and_conditions?: string | null;
|
|
435
|
+
privacy_policy?: string | null;
|
|
436
|
+
expo_project_id?: string | null;
|
|
437
|
+
readonly created?: number;
|
|
438
|
+
readonly updated?: number;
|
|
439
|
+
};
|
|
440
|
+
|
|
441
|
+
/**
|
|
442
|
+
* A ModelSerializer that takes additional arguments for
|
|
443
|
+
* "fields", "omit" and "expand" in order to
|
|
444
|
+
* control which fields are displayed, and whether to replace simple
|
|
445
|
+
* values with complex, nested serializations
|
|
446
|
+
*/
|
|
447
|
+
export type PatchedLocale = {
|
|
448
|
+
readonly id?: string;
|
|
449
|
+
translation?: {
|
|
450
|
+
[key: string]: unknown;
|
|
451
|
+
};
|
|
452
|
+
readonly created?: number;
|
|
453
|
+
readonly updated?: number;
|
|
454
|
+
icon?: string | null;
|
|
455
|
+
name?: string | null;
|
|
456
|
+
};
|
|
457
|
+
|
|
458
|
+
/**
|
|
459
|
+
* A ModelSerializer that takes additional arguments for
|
|
460
|
+
* "fields", "omit" and "expand" in order to
|
|
461
|
+
* control which fields are displayed, and whether to replace simple
|
|
462
|
+
* values with complex, nested serializations
|
|
463
|
+
*/
|
|
464
|
+
export type PatchedUser = {
|
|
465
|
+
readonly id?: string;
|
|
466
|
+
config?: {
|
|
467
|
+
[key: string]: unknown;
|
|
468
|
+
} | null;
|
|
469
|
+
};
|
|
470
|
+
|
|
471
|
+
/**
|
|
472
|
+
* A ModelSerializer that takes additional arguments for
|
|
473
|
+
* "fields", "omit" and "expand" in order to
|
|
474
|
+
* control which fields are displayed, and whether to replace simple
|
|
475
|
+
* values with complex, nested serializations
|
|
476
|
+
*/
|
|
477
|
+
export type User = {
|
|
478
|
+
readonly id: string;
|
|
479
|
+
config?: {
|
|
480
|
+
[key: string]: unknown;
|
|
481
|
+
} | null;
|
|
482
|
+
};
|
|
483
|
+
|
|
484
|
+
/**
|
|
485
|
+
* A ModelSerializer that takes additional arguments for
|
|
486
|
+
* "fields", "omit" and "expand" in order to
|
|
487
|
+
* control which fields are displayed, and whether to replace simple
|
|
488
|
+
* values with complex, nested serializations
|
|
489
|
+
*/
|
|
490
|
+
export type UserAndroidApp = {
|
|
491
|
+
readonly id: string;
|
|
492
|
+
readonly package: string;
|
|
493
|
+
readonly name: string | null;
|
|
494
|
+
readonly short_description: string | null;
|
|
495
|
+
readonly full_description: string | null;
|
|
496
|
+
readonly whats_new: string | null;
|
|
497
|
+
readonly website: string | null;
|
|
498
|
+
readonly contact_phone_number: string | null;
|
|
499
|
+
readonly contact_email_address: string | null;
|
|
500
|
+
readonly terms_and_conditions: string | null;
|
|
501
|
+
readonly privacy_policy: string | null;
|
|
502
|
+
readonly expo_project_id: string | null;
|
|
503
|
+
readonly created: number;
|
|
504
|
+
readonly updated: number;
|
|
505
|
+
};
|
|
506
|
+
|
|
507
|
+
/**
|
|
508
|
+
* A ModelSerializer that takes additional arguments for
|
|
509
|
+
* "fields", "omit" and "expand" in order to
|
|
510
|
+
* control which fields are displayed, and whether to replace simple
|
|
511
|
+
* values with complex, nested serializations
|
|
512
|
+
*/
|
|
513
|
+
export type UserIosApp = {
|
|
514
|
+
readonly id: string;
|
|
515
|
+
readonly bundle_identifier: string;
|
|
516
|
+
readonly name: string | null;
|
|
517
|
+
readonly subtitle: string | null;
|
|
518
|
+
readonly description: string | null;
|
|
519
|
+
readonly promotional_text: string | null;
|
|
520
|
+
readonly whats_new: string | null;
|
|
521
|
+
readonly keywords: string | null;
|
|
522
|
+
readonly support_url: string | null;
|
|
523
|
+
readonly marketing_url: string | null;
|
|
524
|
+
readonly contact_first_name: string | null;
|
|
525
|
+
readonly contact_last_name: string | null;
|
|
526
|
+
readonly contact_phone_number: string | null;
|
|
527
|
+
readonly contact_email_address: string | null;
|
|
528
|
+
readonly copyright: string | null;
|
|
529
|
+
readonly terms_and_conditions: string | null;
|
|
530
|
+
readonly privacy_policy: string | null;
|
|
531
|
+
readonly expo_project_id: string | null;
|
|
532
|
+
readonly created: number;
|
|
533
|
+
readonly updated: number;
|
|
534
|
+
};
|
|
535
|
+
|
|
536
|
+
export type UserResponse = {
|
|
537
|
+
status?: string;
|
|
538
|
+
data?: User;
|
|
539
|
+
};
|
|
540
|
+
|
|
541
|
+
/**
|
|
542
|
+
* A ModelSerializer that takes additional arguments for
|
|
543
|
+
* "fields", "omit" and "expand" in order to
|
|
544
|
+
* control which fields are displayed, and whether to replace simple
|
|
545
|
+
* values with complex, nested serializations
|
|
546
|
+
*/
|
|
547
|
+
export type AdminCompanyWritable = {
|
|
548
|
+
config?: {
|
|
549
|
+
[key: string]: unknown;
|
|
550
|
+
} | null;
|
|
551
|
+
android_play_store_url?: string | null;
|
|
552
|
+
apple_app_store_url?: string | null;
|
|
553
|
+
};
|
|
554
|
+
|
|
555
|
+
export type AdminCompanyResponseWritable = {
|
|
556
|
+
status?: string;
|
|
557
|
+
data?: AdminCompanyWritable;
|
|
558
|
+
};
|
|
559
|
+
|
|
560
|
+
/**
|
|
561
|
+
* A ModelSerializer that takes additional arguments for
|
|
562
|
+
* "fields", "omit" and "expand" in order to
|
|
563
|
+
* control which fields are displayed, and whether to replace simple
|
|
564
|
+
* values with complex, nested serializations
|
|
565
|
+
*/
|
|
566
|
+
export type AdminCreateDomainWritable = {
|
|
567
|
+
/**
|
|
568
|
+
* * `native` - Native
|
|
569
|
+
* * `client` - Client
|
|
570
|
+
*/
|
|
571
|
+
host?: 'native' | 'client';
|
|
572
|
+
domain: string;
|
|
573
|
+
};
|
|
574
|
+
|
|
575
|
+
/**
|
|
576
|
+
* A ModelSerializer that takes additional arguments for
|
|
577
|
+
* "fields", "omit" and "expand" in order to
|
|
578
|
+
* control which fields are displayed, and whether to replace simple
|
|
579
|
+
* values with complex, nested serializations
|
|
580
|
+
*/
|
|
581
|
+
export type AdminDomainWritable = {
|
|
582
|
+
/**
|
|
583
|
+
* * `active` - Active
|
|
584
|
+
* * `inactive` - Inactive
|
|
585
|
+
*/
|
|
586
|
+
status: 'active' | 'inactive';
|
|
587
|
+
};
|
|
588
|
+
|
|
589
|
+
export type AdminDomainResponseWritable = {
|
|
590
|
+
status?: string;
|
|
591
|
+
data?: AdminDomainWritable;
|
|
592
|
+
};
|
|
593
|
+
|
|
594
|
+
/**
|
|
595
|
+
* A ModelSerializer that takes additional arguments for
|
|
596
|
+
* "fields", "omit" and "expand" in order to
|
|
597
|
+
* control which fields are displayed, and whether to replace simple
|
|
598
|
+
* values with complex, nested serializations
|
|
599
|
+
*/
|
|
600
|
+
export type AndroidAppWritable = {
|
|
601
|
+
package: string;
|
|
602
|
+
name?: string | null;
|
|
603
|
+
short_description?: string | null;
|
|
604
|
+
full_description?: string | null;
|
|
605
|
+
whats_new?: string | null;
|
|
606
|
+
website?: string | null;
|
|
607
|
+
contact_phone_number?: string | null;
|
|
608
|
+
contact_email_address?: string | null;
|
|
609
|
+
terms_and_conditions?: string | null;
|
|
610
|
+
privacy_policy?: string | null;
|
|
611
|
+
expo_project_id?: string | null;
|
|
612
|
+
};
|
|
613
|
+
|
|
614
|
+
export type AndroidAppResponseWritable = {
|
|
615
|
+
status?: string;
|
|
616
|
+
data?: AndroidAppWritable;
|
|
617
|
+
};
|
|
618
|
+
|
|
619
|
+
/**
|
|
620
|
+
* A ModelSerializer that takes additional arguments for
|
|
621
|
+
* "fields", "omit" and "expand" in order to
|
|
622
|
+
* control which fields are displayed, and whether to replace simple
|
|
623
|
+
* values with complex, nested serializations
|
|
624
|
+
*/
|
|
625
|
+
export type AppCodebaseWritable = {
|
|
626
|
+
/**
|
|
627
|
+
* * `mobile` - Mobile
|
|
628
|
+
* * `web` - Web
|
|
629
|
+
*/
|
|
630
|
+
type: 'mobile' | 'web';
|
|
631
|
+
file: string;
|
|
632
|
+
version: string;
|
|
633
|
+
title?: string | null;
|
|
634
|
+
description?: string | null;
|
|
635
|
+
};
|
|
636
|
+
|
|
637
|
+
export type AppCodebaseResponseWritable = {
|
|
638
|
+
status?: string;
|
|
639
|
+
data?: AppCodebaseWritable;
|
|
640
|
+
};
|
|
641
|
+
|
|
642
|
+
/**
|
|
643
|
+
* A ModelSerializer that takes additional arguments for
|
|
644
|
+
* "fields", "omit" and "expand" in order to
|
|
645
|
+
* control which fields are displayed, and whether to replace simple
|
|
646
|
+
* values with complex, nested serializations
|
|
647
|
+
*/
|
|
648
|
+
export type CompanyWritable = {
|
|
649
|
+
android_play_store_url?: string | null;
|
|
650
|
+
apple_app_store_url?: string | null;
|
|
651
|
+
};
|
|
652
|
+
|
|
653
|
+
export type CompanyResponseWritable = {
|
|
654
|
+
status?: string;
|
|
655
|
+
data?: CompanyWritable;
|
|
656
|
+
};
|
|
657
|
+
|
|
658
|
+
/**
|
|
659
|
+
* A ModelSerializer that takes additional arguments for
|
|
660
|
+
* "fields", "omit" and "expand" in order to
|
|
661
|
+
* control which fields are displayed, and whether to replace simple
|
|
662
|
+
* values with complex, nested serializations
|
|
663
|
+
*/
|
|
664
|
+
export type IosAppWritable = {
|
|
665
|
+
bundle_identifier: string;
|
|
666
|
+
name?: string | null;
|
|
667
|
+
subtitle?: string | null;
|
|
668
|
+
description?: string | null;
|
|
669
|
+
promotional_text?: string | null;
|
|
670
|
+
whats_new?: string | null;
|
|
671
|
+
keywords?: string | null;
|
|
672
|
+
support_url?: string | null;
|
|
673
|
+
marketing_url?: string | null;
|
|
674
|
+
contact_first_name?: string | null;
|
|
675
|
+
contact_last_name?: string | null;
|
|
676
|
+
contact_phone_number?: string | null;
|
|
677
|
+
contact_email_address?: string | null;
|
|
678
|
+
copyright?: string | null;
|
|
679
|
+
terms_and_conditions?: string | null;
|
|
680
|
+
privacy_policy?: string | null;
|
|
681
|
+
expo_project_id?: string | null;
|
|
682
|
+
};
|
|
683
|
+
|
|
684
|
+
export type IosAppResponseWritable = {
|
|
685
|
+
status?: string;
|
|
686
|
+
data?: IosAppWritable;
|
|
687
|
+
};
|
|
688
|
+
|
|
689
|
+
/**
|
|
690
|
+
* A ModelSerializer that takes additional arguments for
|
|
691
|
+
* "fields", "omit" and "expand" in order to
|
|
692
|
+
* control which fields are displayed, and whether to replace simple
|
|
693
|
+
* values with complex, nested serializations
|
|
694
|
+
*/
|
|
695
|
+
export type LocaleWritable = {
|
|
696
|
+
translation: {
|
|
697
|
+
[key: string]: unknown;
|
|
698
|
+
};
|
|
699
|
+
icon?: string | null;
|
|
700
|
+
name?: string | null;
|
|
701
|
+
};
|
|
702
|
+
|
|
703
|
+
export type LocaleResponseWritable = {
|
|
704
|
+
status?: string;
|
|
705
|
+
data?: LocaleWritable;
|
|
706
|
+
};
|
|
707
|
+
|
|
708
|
+
export type PaginatedAdminDomainListWritable = {
|
|
709
|
+
count?: number;
|
|
710
|
+
next?: string | null;
|
|
711
|
+
previous?: string | null;
|
|
712
|
+
results?: Array<AdminDomainWritable>;
|
|
713
|
+
};
|
|
714
|
+
|
|
715
|
+
export type PaginatedAdminDomainListResponseWritable = {
|
|
716
|
+
status?: string;
|
|
717
|
+
data?: PaginatedAdminDomainListWritable;
|
|
718
|
+
};
|
|
719
|
+
|
|
720
|
+
export type PaginatedAndroidAppListWritable = {
|
|
721
|
+
count?: number;
|
|
722
|
+
next?: string | null;
|
|
723
|
+
previous?: string | null;
|
|
724
|
+
results?: Array<AndroidAppWritable>;
|
|
725
|
+
};
|
|
726
|
+
|
|
727
|
+
export type PaginatedAndroidAppListResponseWritable = {
|
|
728
|
+
status?: string;
|
|
729
|
+
data?: PaginatedAndroidAppListWritable;
|
|
730
|
+
};
|
|
731
|
+
|
|
732
|
+
export type PaginatedAppCodebaseListWritable = {
|
|
733
|
+
count?: number;
|
|
734
|
+
next?: string | null;
|
|
735
|
+
previous?: string | null;
|
|
736
|
+
results?: Array<AppCodebaseWritable>;
|
|
737
|
+
};
|
|
738
|
+
|
|
739
|
+
export type PaginatedAppCodebaseListResponseWritable = {
|
|
740
|
+
status?: string;
|
|
741
|
+
data?: PaginatedAppCodebaseListWritable;
|
|
742
|
+
};
|
|
743
|
+
|
|
744
|
+
export type PaginatedIosAppListWritable = {
|
|
745
|
+
count?: number;
|
|
746
|
+
next?: string | null;
|
|
747
|
+
previous?: string | null;
|
|
748
|
+
results?: Array<IosAppWritable>;
|
|
749
|
+
};
|
|
750
|
+
|
|
751
|
+
export type PaginatedIosAppListResponseWritable = {
|
|
752
|
+
status?: string;
|
|
753
|
+
data?: PaginatedIosAppListWritable;
|
|
754
|
+
};
|
|
755
|
+
|
|
756
|
+
export type PaginatedLocaleListWritable = {
|
|
757
|
+
count?: number;
|
|
758
|
+
next?: string | null;
|
|
759
|
+
previous?: string | null;
|
|
760
|
+
results?: Array<LocaleWritable>;
|
|
761
|
+
};
|
|
762
|
+
|
|
763
|
+
export type PaginatedLocaleListResponseWritable = {
|
|
764
|
+
status?: string;
|
|
765
|
+
data?: PaginatedLocaleListWritable;
|
|
766
|
+
};
|
|
767
|
+
|
|
768
|
+
export type PaginatedUserAndroidAppListWritable = {
|
|
769
|
+
count?: number;
|
|
770
|
+
next?: string | null;
|
|
771
|
+
previous?: string | null;
|
|
772
|
+
results?: Array<unknown>;
|
|
773
|
+
};
|
|
774
|
+
|
|
775
|
+
export type PaginatedUserAndroidAppListResponseWritable = {
|
|
776
|
+
status?: string;
|
|
777
|
+
data?: PaginatedUserAndroidAppListWritable;
|
|
778
|
+
};
|
|
779
|
+
|
|
780
|
+
export type PaginatedUserIosAppListWritable = {
|
|
781
|
+
count?: number;
|
|
782
|
+
next?: string | null;
|
|
783
|
+
previous?: string | null;
|
|
784
|
+
results?: Array<unknown>;
|
|
785
|
+
};
|
|
786
|
+
|
|
787
|
+
export type PaginatedUserIosAppListResponseWritable = {
|
|
788
|
+
status?: string;
|
|
789
|
+
data?: PaginatedUserIosAppListWritable;
|
|
790
|
+
};
|
|
791
|
+
|
|
792
|
+
/**
|
|
793
|
+
* A ModelSerializer that takes additional arguments for
|
|
794
|
+
* "fields", "omit" and "expand" in order to
|
|
795
|
+
* control which fields are displayed, and whether to replace simple
|
|
796
|
+
* values with complex, nested serializations
|
|
797
|
+
*/
|
|
798
|
+
export type PatchedAdminCompanyWritable = {
|
|
799
|
+
config?: {
|
|
800
|
+
[key: string]: unknown;
|
|
801
|
+
} | null;
|
|
802
|
+
android_play_store_url?: string | null;
|
|
803
|
+
apple_app_store_url?: string | null;
|
|
804
|
+
};
|
|
805
|
+
|
|
806
|
+
/**
|
|
807
|
+
* A ModelSerializer that takes additional arguments for
|
|
808
|
+
* "fields", "omit" and "expand" in order to
|
|
809
|
+
* control which fields are displayed, and whether to replace simple
|
|
810
|
+
* values with complex, nested serializations
|
|
811
|
+
*/
|
|
812
|
+
export type PatchedAdminDomainWritable = {
|
|
813
|
+
/**
|
|
814
|
+
* * `active` - Active
|
|
815
|
+
* * `inactive` - Inactive
|
|
816
|
+
*/
|
|
817
|
+
status?: 'active' | 'inactive';
|
|
818
|
+
};
|
|
819
|
+
|
|
820
|
+
/**
|
|
821
|
+
* A ModelSerializer that takes additional arguments for
|
|
822
|
+
* "fields", "omit" and "expand" in order to
|
|
823
|
+
* control which fields are displayed, and whether to replace simple
|
|
824
|
+
* values with complex, nested serializations
|
|
825
|
+
*/
|
|
826
|
+
export type PatchedAndroidAppWritable = {
|
|
827
|
+
package?: string;
|
|
828
|
+
name?: string | null;
|
|
829
|
+
short_description?: string | null;
|
|
830
|
+
full_description?: string | null;
|
|
831
|
+
whats_new?: string | null;
|
|
832
|
+
website?: string | null;
|
|
833
|
+
contact_phone_number?: string | null;
|
|
834
|
+
contact_email_address?: string | null;
|
|
835
|
+
terms_and_conditions?: string | null;
|
|
836
|
+
privacy_policy?: string | null;
|
|
837
|
+
expo_project_id?: string | null;
|
|
838
|
+
};
|
|
839
|
+
|
|
840
|
+
/**
|
|
841
|
+
* A ModelSerializer that takes additional arguments for
|
|
842
|
+
* "fields", "omit" and "expand" in order to
|
|
843
|
+
* control which fields are displayed, and whether to replace simple
|
|
844
|
+
* values with complex, nested serializations
|
|
845
|
+
*/
|
|
846
|
+
export type PatchedAppCodebaseWritable = {
|
|
847
|
+
/**
|
|
848
|
+
* * `mobile` - Mobile
|
|
849
|
+
* * `web` - Web
|
|
850
|
+
*/
|
|
851
|
+
type?: 'mobile' | 'web';
|
|
852
|
+
file?: string;
|
|
853
|
+
version?: string;
|
|
854
|
+
title?: string | null;
|
|
855
|
+
description?: string | null;
|
|
856
|
+
};
|
|
857
|
+
|
|
858
|
+
/**
|
|
859
|
+
* A ModelSerializer that takes additional arguments for
|
|
860
|
+
* "fields", "omit" and "expand" in order to
|
|
861
|
+
* control which fields are displayed, and whether to replace simple
|
|
862
|
+
* values with complex, nested serializations
|
|
863
|
+
*/
|
|
864
|
+
export type PatchedIosAppWritable = {
|
|
865
|
+
bundle_identifier?: string;
|
|
866
|
+
name?: string | null;
|
|
867
|
+
subtitle?: string | null;
|
|
868
|
+
description?: string | null;
|
|
869
|
+
promotional_text?: string | null;
|
|
870
|
+
whats_new?: string | null;
|
|
871
|
+
keywords?: string | null;
|
|
872
|
+
support_url?: string | null;
|
|
873
|
+
marketing_url?: string | null;
|
|
874
|
+
contact_first_name?: string | null;
|
|
875
|
+
contact_last_name?: string | null;
|
|
876
|
+
contact_phone_number?: string | null;
|
|
877
|
+
contact_email_address?: string | null;
|
|
878
|
+
copyright?: string | null;
|
|
879
|
+
terms_and_conditions?: string | null;
|
|
880
|
+
privacy_policy?: string | null;
|
|
881
|
+
expo_project_id?: string | null;
|
|
882
|
+
};
|
|
883
|
+
|
|
884
|
+
/**
|
|
885
|
+
* A ModelSerializer that takes additional arguments for
|
|
886
|
+
* "fields", "omit" and "expand" in order to
|
|
887
|
+
* control which fields are displayed, and whether to replace simple
|
|
888
|
+
* values with complex, nested serializations
|
|
889
|
+
*/
|
|
890
|
+
export type PatchedLocaleWritable = {
|
|
891
|
+
translation?: {
|
|
892
|
+
[key: string]: unknown;
|
|
893
|
+
};
|
|
894
|
+
icon?: string | null;
|
|
895
|
+
name?: string | null;
|
|
896
|
+
};
|
|
897
|
+
|
|
898
|
+
/**
|
|
899
|
+
* A ModelSerializer that takes additional arguments for
|
|
900
|
+
* "fields", "omit" and "expand" in order to
|
|
901
|
+
* control which fields are displayed, and whether to replace simple
|
|
902
|
+
* values with complex, nested serializations
|
|
903
|
+
*/
|
|
904
|
+
export type PatchedUserWritable = {
|
|
905
|
+
config?: {
|
|
906
|
+
[key: string]: unknown;
|
|
907
|
+
} | null;
|
|
908
|
+
};
|
|
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
|
+
export type UserWritable = {
|
|
917
|
+
config?: {
|
|
918
|
+
[key: string]: unknown;
|
|
919
|
+
} | null;
|
|
920
|
+
};
|
|
921
|
+
|
|
922
|
+
export type UserResponseWritable = {
|
|
923
|
+
status?: string;
|
|
924
|
+
data?: UserWritable;
|
|
925
|
+
};
|
|
926
|
+
|
|
927
|
+
export type ActivateCreateData = {
|
|
928
|
+
body: Activate;
|
|
929
|
+
path?: never;
|
|
930
|
+
query?: never;
|
|
931
|
+
url: '/activate/';
|
|
932
|
+
};
|
|
933
|
+
|
|
934
|
+
export type ActivateCreateResponses = {
|
|
935
|
+
200: ActionResponse;
|
|
936
|
+
};
|
|
937
|
+
|
|
938
|
+
export type ActivateCreateResponse = ActivateCreateResponses[keyof ActivateCreateResponses];
|
|
939
|
+
|
|
940
|
+
export type AdminAndroidAppsListData = {
|
|
941
|
+
body?: never;
|
|
942
|
+
path?: never;
|
|
943
|
+
query?: {
|
|
944
|
+
/**
|
|
945
|
+
* A page number within the paginated result set.
|
|
946
|
+
*/
|
|
947
|
+
page?: number;
|
|
948
|
+
/**
|
|
949
|
+
* Number of results to return per page.
|
|
950
|
+
*/
|
|
951
|
+
page_size?: number;
|
|
952
|
+
};
|
|
953
|
+
url: '/admin/android-apps/';
|
|
954
|
+
};
|
|
955
|
+
|
|
956
|
+
export type AdminAndroidAppsListResponses = {
|
|
957
|
+
200: PaginatedAndroidAppListResponse;
|
|
958
|
+
};
|
|
959
|
+
|
|
960
|
+
export type AdminAndroidAppsListResponse = AdminAndroidAppsListResponses[keyof AdminAndroidAppsListResponses];
|
|
961
|
+
|
|
962
|
+
export type AdminAndroidAppsCreateData = {
|
|
963
|
+
body: AndroidAppWritable;
|
|
964
|
+
path?: never;
|
|
965
|
+
query?: never;
|
|
966
|
+
url: '/admin/android-apps/';
|
|
967
|
+
};
|
|
968
|
+
|
|
969
|
+
export type AdminAndroidAppsCreateResponses = {
|
|
970
|
+
201: AndroidAppResponse;
|
|
971
|
+
};
|
|
972
|
+
|
|
973
|
+
export type AdminAndroidAppsCreateResponse = AdminAndroidAppsCreateResponses[keyof AdminAndroidAppsCreateResponses];
|
|
974
|
+
|
|
975
|
+
export type AdminAndroidAppsDestroyData = {
|
|
976
|
+
body?: never;
|
|
977
|
+
path: {
|
|
978
|
+
id: string;
|
|
979
|
+
};
|
|
980
|
+
query?: never;
|
|
981
|
+
url: '/admin/android-apps/{id}/';
|
|
982
|
+
};
|
|
983
|
+
|
|
984
|
+
export type AdminAndroidAppsDestroyResponses = {
|
|
985
|
+
200: AndroidAppResponse;
|
|
986
|
+
};
|
|
987
|
+
|
|
988
|
+
export type AdminAndroidAppsDestroyResponse = AdminAndroidAppsDestroyResponses[keyof AdminAndroidAppsDestroyResponses];
|
|
989
|
+
|
|
990
|
+
export type AdminAndroidAppsRetrieveData = {
|
|
991
|
+
body?: never;
|
|
992
|
+
path: {
|
|
993
|
+
id: string;
|
|
994
|
+
};
|
|
995
|
+
query?: never;
|
|
996
|
+
url: '/admin/android-apps/{id}/';
|
|
997
|
+
};
|
|
998
|
+
|
|
999
|
+
export type AdminAndroidAppsRetrieveResponses = {
|
|
1000
|
+
200: AndroidAppResponse;
|
|
1001
|
+
};
|
|
1002
|
+
|
|
1003
|
+
export type AdminAndroidAppsRetrieveResponse = AdminAndroidAppsRetrieveResponses[keyof AdminAndroidAppsRetrieveResponses];
|
|
1004
|
+
|
|
1005
|
+
export type AdminAndroidAppsPartialUpdateData = {
|
|
1006
|
+
body?: PatchedAndroidAppWritable;
|
|
1007
|
+
path: {
|
|
1008
|
+
id: string;
|
|
1009
|
+
};
|
|
1010
|
+
query?: never;
|
|
1011
|
+
url: '/admin/android-apps/{id}/';
|
|
1012
|
+
};
|
|
1013
|
+
|
|
1014
|
+
export type AdminAndroidAppsPartialUpdateResponses = {
|
|
1015
|
+
200: AndroidAppResponse;
|
|
1016
|
+
};
|
|
1017
|
+
|
|
1018
|
+
export type AdminAndroidAppsPartialUpdateResponse = AdminAndroidAppsPartialUpdateResponses[keyof AdminAndroidAppsPartialUpdateResponses];
|
|
1019
|
+
|
|
1020
|
+
export type AdminAndroidAppsUpdateData = {
|
|
1021
|
+
body: AndroidAppWritable;
|
|
1022
|
+
path: {
|
|
1023
|
+
id: string;
|
|
1024
|
+
};
|
|
1025
|
+
query?: never;
|
|
1026
|
+
url: '/admin/android-apps/{id}/';
|
|
1027
|
+
};
|
|
1028
|
+
|
|
1029
|
+
export type AdminAndroidAppsUpdateResponses = {
|
|
1030
|
+
200: AndroidAppResponse;
|
|
1031
|
+
};
|
|
1032
|
+
|
|
1033
|
+
export type AdminAndroidAppsUpdateResponse = AdminAndroidAppsUpdateResponses[keyof AdminAndroidAppsUpdateResponses];
|
|
1034
|
+
|
|
1035
|
+
export type AdminAppCodebasesListData = {
|
|
1036
|
+
body?: never;
|
|
1037
|
+
path?: never;
|
|
1038
|
+
query?: {
|
|
1039
|
+
/**
|
|
1040
|
+
* A page number within the paginated result set.
|
|
1041
|
+
*/
|
|
1042
|
+
page?: number;
|
|
1043
|
+
/**
|
|
1044
|
+
* Number of results to return per page.
|
|
1045
|
+
*/
|
|
1046
|
+
page_size?: number;
|
|
1047
|
+
type?: string;
|
|
1048
|
+
version?: string;
|
|
1049
|
+
};
|
|
1050
|
+
url: '/admin/app-codebases/';
|
|
1051
|
+
};
|
|
1052
|
+
|
|
1053
|
+
export type AdminAppCodebasesListResponses = {
|
|
1054
|
+
200: PaginatedAppCodebaseListResponse;
|
|
1055
|
+
};
|
|
1056
|
+
|
|
1057
|
+
export type AdminAppCodebasesListResponse = AdminAppCodebasesListResponses[keyof AdminAppCodebasesListResponses];
|
|
1058
|
+
|
|
1059
|
+
export type AdminAppCodebasesRetrieveData = {
|
|
1060
|
+
body?: never;
|
|
1061
|
+
path: {
|
|
1062
|
+
id: string;
|
|
1063
|
+
};
|
|
1064
|
+
query?: never;
|
|
1065
|
+
url: '/admin/app-codebases/{id}/';
|
|
1066
|
+
};
|
|
1067
|
+
|
|
1068
|
+
export type AdminAppCodebasesRetrieveResponses = {
|
|
1069
|
+
200: AppCodebaseResponse;
|
|
1070
|
+
};
|
|
1071
|
+
|
|
1072
|
+
export type AdminAppCodebasesRetrieveResponse = AdminAppCodebasesRetrieveResponses[keyof AdminAppCodebasesRetrieveResponses];
|
|
1073
|
+
|
|
1074
|
+
export type AdminCompanyRetrieveData = {
|
|
1075
|
+
body?: never;
|
|
1076
|
+
path?: never;
|
|
1077
|
+
query?: never;
|
|
1078
|
+
url: '/admin/company/';
|
|
1079
|
+
};
|
|
1080
|
+
|
|
1081
|
+
export type AdminCompanyRetrieveResponses = {
|
|
1082
|
+
200: AdminCompanyResponse;
|
|
1083
|
+
};
|
|
1084
|
+
|
|
1085
|
+
export type AdminCompanyRetrieveResponse = AdminCompanyRetrieveResponses[keyof AdminCompanyRetrieveResponses];
|
|
1086
|
+
|
|
1087
|
+
export type AdminCompanyPartialUpdateData = {
|
|
1088
|
+
body?: PatchedAdminCompanyWritable;
|
|
1089
|
+
path?: never;
|
|
1090
|
+
query?: never;
|
|
1091
|
+
url: '/admin/company/';
|
|
1092
|
+
};
|
|
1093
|
+
|
|
1094
|
+
export type AdminCompanyPartialUpdateResponses = {
|
|
1095
|
+
200: AdminCompanyResponse;
|
|
1096
|
+
};
|
|
1097
|
+
|
|
1098
|
+
export type AdminCompanyPartialUpdateResponse = AdminCompanyPartialUpdateResponses[keyof AdminCompanyPartialUpdateResponses];
|
|
1099
|
+
|
|
1100
|
+
export type AdminCompanyUpdateData = {
|
|
1101
|
+
body?: AdminCompanyWritable;
|
|
1102
|
+
path?: never;
|
|
1103
|
+
query?: never;
|
|
1104
|
+
url: '/admin/company/';
|
|
1105
|
+
};
|
|
1106
|
+
|
|
1107
|
+
export type AdminCompanyUpdateResponses = {
|
|
1108
|
+
200: AdminCompanyResponse;
|
|
1109
|
+
};
|
|
1110
|
+
|
|
1111
|
+
export type AdminCompanyUpdateResponse = AdminCompanyUpdateResponses[keyof AdminCompanyUpdateResponses];
|
|
1112
|
+
|
|
1113
|
+
export type AdminDomainsListData = {
|
|
1114
|
+
body?: never;
|
|
1115
|
+
path?: never;
|
|
1116
|
+
query?: {
|
|
1117
|
+
/**
|
|
1118
|
+
* A page number within the paginated result set.
|
|
1119
|
+
*/
|
|
1120
|
+
page?: number;
|
|
1121
|
+
/**
|
|
1122
|
+
* Number of results to return per page.
|
|
1123
|
+
*/
|
|
1124
|
+
page_size?: number;
|
|
1125
|
+
};
|
|
1126
|
+
url: '/admin/domains/';
|
|
1127
|
+
};
|
|
1128
|
+
|
|
1129
|
+
export type AdminDomainsListResponses = {
|
|
1130
|
+
200: PaginatedAdminDomainListResponse;
|
|
1131
|
+
};
|
|
1132
|
+
|
|
1133
|
+
export type AdminDomainsListResponse = AdminDomainsListResponses[keyof AdminDomainsListResponses];
|
|
1134
|
+
|
|
1135
|
+
export type AdminDomainsCreateData = {
|
|
1136
|
+
body: AdminCreateDomainWritable;
|
|
1137
|
+
path?: never;
|
|
1138
|
+
query?: never;
|
|
1139
|
+
url: '/admin/domains/';
|
|
1140
|
+
};
|
|
1141
|
+
|
|
1142
|
+
export type AdminDomainsCreateResponses = {
|
|
1143
|
+
201: AdminDomainResponse;
|
|
1144
|
+
};
|
|
1145
|
+
|
|
1146
|
+
export type AdminDomainsCreateResponse = AdminDomainsCreateResponses[keyof AdminDomainsCreateResponses];
|
|
1147
|
+
|
|
1148
|
+
export type AdminDomainsDestroyData = {
|
|
1149
|
+
body?: never;
|
|
1150
|
+
path: {
|
|
1151
|
+
identifier: string;
|
|
1152
|
+
};
|
|
1153
|
+
query?: never;
|
|
1154
|
+
url: '/admin/domains/{identifier}/';
|
|
1155
|
+
};
|
|
1156
|
+
|
|
1157
|
+
export type AdminDomainsDestroyResponses = {
|
|
1158
|
+
200: AdminDomainResponse;
|
|
1159
|
+
};
|
|
1160
|
+
|
|
1161
|
+
export type AdminDomainsDestroyResponse = AdminDomainsDestroyResponses[keyof AdminDomainsDestroyResponses];
|
|
1162
|
+
|
|
1163
|
+
export type AdminDomainsRetrieveData = {
|
|
1164
|
+
body?: never;
|
|
1165
|
+
path: {
|
|
1166
|
+
identifier: string;
|
|
1167
|
+
};
|
|
1168
|
+
query?: never;
|
|
1169
|
+
url: '/admin/domains/{identifier}/';
|
|
1170
|
+
};
|
|
1171
|
+
|
|
1172
|
+
export type AdminDomainsRetrieveResponses = {
|
|
1173
|
+
200: AdminDomainResponse;
|
|
1174
|
+
};
|
|
1175
|
+
|
|
1176
|
+
export type AdminDomainsRetrieveResponse = AdminDomainsRetrieveResponses[keyof AdminDomainsRetrieveResponses];
|
|
1177
|
+
|
|
1178
|
+
export type AdminDomainsPartialUpdateData = {
|
|
1179
|
+
body?: PatchedAdminDomainWritable;
|
|
1180
|
+
path: {
|
|
1181
|
+
identifier: string;
|
|
1182
|
+
};
|
|
1183
|
+
query?: never;
|
|
1184
|
+
url: '/admin/domains/{identifier}/';
|
|
1185
|
+
};
|
|
1186
|
+
|
|
1187
|
+
export type AdminDomainsPartialUpdateResponses = {
|
|
1188
|
+
200: AdminDomainResponse;
|
|
1189
|
+
};
|
|
1190
|
+
|
|
1191
|
+
export type AdminDomainsPartialUpdateResponse = AdminDomainsPartialUpdateResponses[keyof AdminDomainsPartialUpdateResponses];
|
|
1192
|
+
|
|
1193
|
+
export type AdminDomainsUpdateData = {
|
|
1194
|
+
body: AdminDomainWritable;
|
|
1195
|
+
path: {
|
|
1196
|
+
identifier: string;
|
|
1197
|
+
};
|
|
1198
|
+
query?: never;
|
|
1199
|
+
url: '/admin/domains/{identifier}/';
|
|
1200
|
+
};
|
|
1201
|
+
|
|
1202
|
+
export type AdminDomainsUpdateResponses = {
|
|
1203
|
+
200: AdminDomainResponse;
|
|
1204
|
+
};
|
|
1205
|
+
|
|
1206
|
+
export type AdminDomainsUpdateResponse = AdminDomainsUpdateResponses[keyof AdminDomainsUpdateResponses];
|
|
1207
|
+
|
|
1208
|
+
export type AdminIosAppsListData = {
|
|
1209
|
+
body?: never;
|
|
1210
|
+
path?: never;
|
|
1211
|
+
query?: {
|
|
1212
|
+
/**
|
|
1213
|
+
* A page number within the paginated result set.
|
|
1214
|
+
*/
|
|
1215
|
+
page?: number;
|
|
1216
|
+
/**
|
|
1217
|
+
* Number of results to return per page.
|
|
1218
|
+
*/
|
|
1219
|
+
page_size?: number;
|
|
1220
|
+
};
|
|
1221
|
+
url: '/admin/ios-apps/';
|
|
1222
|
+
};
|
|
1223
|
+
|
|
1224
|
+
export type AdminIosAppsListResponses = {
|
|
1225
|
+
200: PaginatedIosAppListResponse;
|
|
1226
|
+
};
|
|
1227
|
+
|
|
1228
|
+
export type AdminIosAppsListResponse = AdminIosAppsListResponses[keyof AdminIosAppsListResponses];
|
|
1229
|
+
|
|
1230
|
+
export type AdminIosAppsCreateData = {
|
|
1231
|
+
body: IosAppWritable;
|
|
1232
|
+
path?: never;
|
|
1233
|
+
query?: never;
|
|
1234
|
+
url: '/admin/ios-apps/';
|
|
1235
|
+
};
|
|
1236
|
+
|
|
1237
|
+
export type AdminIosAppsCreateResponses = {
|
|
1238
|
+
201: IosAppResponse;
|
|
1239
|
+
};
|
|
1240
|
+
|
|
1241
|
+
export type AdminIosAppsCreateResponse = AdminIosAppsCreateResponses[keyof AdminIosAppsCreateResponses];
|
|
1242
|
+
|
|
1243
|
+
export type AdminIosAppsDestroyData = {
|
|
1244
|
+
body?: never;
|
|
1245
|
+
path: {
|
|
1246
|
+
id: string;
|
|
1247
|
+
};
|
|
1248
|
+
query?: never;
|
|
1249
|
+
url: '/admin/ios-apps/{id}/';
|
|
1250
|
+
};
|
|
1251
|
+
|
|
1252
|
+
export type AdminIosAppsDestroyResponses = {
|
|
1253
|
+
200: IosAppResponse;
|
|
1254
|
+
};
|
|
1255
|
+
|
|
1256
|
+
export type AdminIosAppsDestroyResponse = AdminIosAppsDestroyResponses[keyof AdminIosAppsDestroyResponses];
|
|
1257
|
+
|
|
1258
|
+
export type AdminIosAppsRetrieveData = {
|
|
1259
|
+
body?: never;
|
|
1260
|
+
path: {
|
|
1261
|
+
id: string;
|
|
1262
|
+
};
|
|
1263
|
+
query?: never;
|
|
1264
|
+
url: '/admin/ios-apps/{id}/';
|
|
1265
|
+
};
|
|
1266
|
+
|
|
1267
|
+
export type AdminIosAppsRetrieveResponses = {
|
|
1268
|
+
200: IosAppResponse;
|
|
1269
|
+
};
|
|
1270
|
+
|
|
1271
|
+
export type AdminIosAppsRetrieveResponse = AdminIosAppsRetrieveResponses[keyof AdminIosAppsRetrieveResponses];
|
|
1272
|
+
|
|
1273
|
+
export type AdminIosAppsPartialUpdateData = {
|
|
1274
|
+
body?: PatchedIosAppWritable;
|
|
1275
|
+
path: {
|
|
1276
|
+
id: string;
|
|
1277
|
+
};
|
|
1278
|
+
query?: never;
|
|
1279
|
+
url: '/admin/ios-apps/{id}/';
|
|
1280
|
+
};
|
|
1281
|
+
|
|
1282
|
+
export type AdminIosAppsPartialUpdateResponses = {
|
|
1283
|
+
200: IosAppResponse;
|
|
1284
|
+
};
|
|
1285
|
+
|
|
1286
|
+
export type AdminIosAppsPartialUpdateResponse = AdminIosAppsPartialUpdateResponses[keyof AdminIosAppsPartialUpdateResponses];
|
|
1287
|
+
|
|
1288
|
+
export type AdminIosAppsUpdateData = {
|
|
1289
|
+
body: IosAppWritable;
|
|
1290
|
+
path: {
|
|
1291
|
+
id: string;
|
|
1292
|
+
};
|
|
1293
|
+
query?: never;
|
|
1294
|
+
url: '/admin/ios-apps/{id}/';
|
|
1295
|
+
};
|
|
1296
|
+
|
|
1297
|
+
export type AdminIosAppsUpdateResponses = {
|
|
1298
|
+
200: IosAppResponse;
|
|
1299
|
+
};
|
|
1300
|
+
|
|
1301
|
+
export type AdminIosAppsUpdateResponse = AdminIosAppsUpdateResponses[keyof AdminIosAppsUpdateResponses];
|
|
1302
|
+
|
|
1303
|
+
export type AdminLocalesListData = {
|
|
1304
|
+
body?: never;
|
|
1305
|
+
path?: never;
|
|
1306
|
+
query?: {
|
|
1307
|
+
id?: string;
|
|
1308
|
+
id__in?: string;
|
|
1309
|
+
/**
|
|
1310
|
+
* A page number within the paginated result set.
|
|
1311
|
+
*/
|
|
1312
|
+
page?: number;
|
|
1313
|
+
/**
|
|
1314
|
+
* Number of results to return per page.
|
|
1315
|
+
*/
|
|
1316
|
+
page_size?: number;
|
|
1317
|
+
};
|
|
1318
|
+
url: '/admin/locales/';
|
|
1319
|
+
};
|
|
1320
|
+
|
|
1321
|
+
export type AdminLocalesListResponses = {
|
|
1322
|
+
200: PaginatedLocaleListResponse;
|
|
1323
|
+
};
|
|
1324
|
+
|
|
1325
|
+
export type AdminLocalesListResponse = AdminLocalesListResponses[keyof AdminLocalesListResponses];
|
|
1326
|
+
|
|
1327
|
+
export type AdminLocalesCreateData = {
|
|
1328
|
+
body: AdminCreateLocale;
|
|
1329
|
+
path?: never;
|
|
1330
|
+
query?: never;
|
|
1331
|
+
url: '/admin/locales/';
|
|
1332
|
+
};
|
|
1333
|
+
|
|
1334
|
+
export type AdminLocalesCreateResponses = {
|
|
1335
|
+
201: LocaleResponse;
|
|
1336
|
+
};
|
|
1337
|
+
|
|
1338
|
+
export type AdminLocalesCreateResponse = AdminLocalesCreateResponses[keyof AdminLocalesCreateResponses];
|
|
1339
|
+
|
|
1340
|
+
export type AdminLocalesDestroyData = {
|
|
1341
|
+
body?: never;
|
|
1342
|
+
path: {
|
|
1343
|
+
locale_id: string;
|
|
1344
|
+
};
|
|
1345
|
+
query?: never;
|
|
1346
|
+
url: '/admin/locales/{locale_id}/';
|
|
1347
|
+
};
|
|
1348
|
+
|
|
1349
|
+
export type AdminLocalesDestroyResponses = {
|
|
1350
|
+
200: LocaleResponse;
|
|
1351
|
+
};
|
|
1352
|
+
|
|
1353
|
+
export type AdminLocalesDestroyResponse = AdminLocalesDestroyResponses[keyof AdminLocalesDestroyResponses];
|
|
1354
|
+
|
|
1355
|
+
export type AdminLocalesRetrieveData = {
|
|
1356
|
+
body?: never;
|
|
1357
|
+
path: {
|
|
1358
|
+
locale_id: string;
|
|
1359
|
+
};
|
|
1360
|
+
query?: never;
|
|
1361
|
+
url: '/admin/locales/{locale_id}/';
|
|
1362
|
+
};
|
|
1363
|
+
|
|
1364
|
+
export type AdminLocalesRetrieveResponses = {
|
|
1365
|
+
200: LocaleResponse;
|
|
1366
|
+
};
|
|
1367
|
+
|
|
1368
|
+
export type AdminLocalesRetrieveResponse = AdminLocalesRetrieveResponses[keyof AdminLocalesRetrieveResponses];
|
|
1369
|
+
|
|
1370
|
+
export type AdminLocalesPartialUpdateData = {
|
|
1371
|
+
body?: PatchedLocaleWritable;
|
|
1372
|
+
path: {
|
|
1373
|
+
locale_id: string;
|
|
1374
|
+
};
|
|
1375
|
+
query?: never;
|
|
1376
|
+
url: '/admin/locales/{locale_id}/';
|
|
1377
|
+
};
|
|
1378
|
+
|
|
1379
|
+
export type AdminLocalesPartialUpdateResponses = {
|
|
1380
|
+
200: LocaleResponse;
|
|
1381
|
+
};
|
|
1382
|
+
|
|
1383
|
+
export type AdminLocalesPartialUpdateResponse = AdminLocalesPartialUpdateResponses[keyof AdminLocalesPartialUpdateResponses];
|
|
1384
|
+
|
|
1385
|
+
export type AdminLocalesUpdateData = {
|
|
1386
|
+
body: LocaleWritable;
|
|
1387
|
+
path: {
|
|
1388
|
+
locale_id: string;
|
|
1389
|
+
};
|
|
1390
|
+
query?: never;
|
|
1391
|
+
url: '/admin/locales/{locale_id}/';
|
|
1392
|
+
};
|
|
1393
|
+
|
|
1394
|
+
export type AdminLocalesUpdateResponses = {
|
|
1395
|
+
200: LocaleResponse;
|
|
1396
|
+
};
|
|
1397
|
+
|
|
1398
|
+
export type AdminLocalesUpdateResponse = AdminLocalesUpdateResponses[keyof AdminLocalesUpdateResponses];
|
|
1399
|
+
|
|
1400
|
+
export type DeactivateCreateData = {
|
|
1401
|
+
body: Deactivate;
|
|
1402
|
+
path?: never;
|
|
1403
|
+
query?: never;
|
|
1404
|
+
url: '/deactivate/';
|
|
1405
|
+
};
|
|
1406
|
+
|
|
1407
|
+
export type DeactivateCreateResponses = {
|
|
1408
|
+
200: ActionResponse;
|
|
1409
|
+
};
|
|
1410
|
+
|
|
1411
|
+
export type DeactivateCreateResponse = DeactivateCreateResponses[keyof DeactivateCreateResponses];
|
|
1412
|
+
|
|
1413
|
+
export type PublicCompanyRetrieveData = {
|
|
1414
|
+
body?: never;
|
|
1415
|
+
path?: never;
|
|
1416
|
+
query?: never;
|
|
1417
|
+
url: '/public/company/';
|
|
1418
|
+
};
|
|
1419
|
+
|
|
1420
|
+
export type PublicCompanyRetrieveResponses = {
|
|
1421
|
+
200: CompanyResponse;
|
|
1422
|
+
};
|
|
1423
|
+
|
|
1424
|
+
export type PublicCompanyRetrieveResponse = PublicCompanyRetrieveResponses[keyof PublicCompanyRetrieveResponses];
|
|
1425
|
+
|
|
1426
|
+
export type PublicCompanyLocalesListData = {
|
|
1427
|
+
body?: never;
|
|
1428
|
+
path: {
|
|
1429
|
+
company_id: string;
|
|
1430
|
+
};
|
|
1431
|
+
query?: {
|
|
1432
|
+
id?: string;
|
|
1433
|
+
id__in?: string;
|
|
1434
|
+
/**
|
|
1435
|
+
* A page number within the paginated result set.
|
|
1436
|
+
*/
|
|
1437
|
+
page?: number;
|
|
1438
|
+
/**
|
|
1439
|
+
* Number of results to return per page.
|
|
1440
|
+
*/
|
|
1441
|
+
page_size?: number;
|
|
1442
|
+
};
|
|
1443
|
+
url: '/public/company/{company_id}/locales/';
|
|
1444
|
+
};
|
|
1445
|
+
|
|
1446
|
+
export type PublicCompanyLocalesListResponses = {
|
|
1447
|
+
200: PaginatedLocaleListResponse;
|
|
1448
|
+
};
|
|
1449
|
+
|
|
1450
|
+
export type PublicCompanyLocalesListResponse = PublicCompanyLocalesListResponses[keyof PublicCompanyLocalesListResponses];
|
|
1451
|
+
|
|
1452
|
+
export type PublicCompanyLocalesRetrieveData = {
|
|
1453
|
+
body?: never;
|
|
1454
|
+
path: {
|
|
1455
|
+
company_id: string;
|
|
1456
|
+
locale_id: string;
|
|
1457
|
+
};
|
|
1458
|
+
query?: never;
|
|
1459
|
+
url: '/public/company/{company_id}/locales/{locale_id}/';
|
|
1460
|
+
};
|
|
1461
|
+
|
|
1462
|
+
export type PublicCompanyLocalesRetrieveResponses = {
|
|
1463
|
+
200: LocaleResponse;
|
|
1464
|
+
};
|
|
1465
|
+
|
|
1466
|
+
export type PublicCompanyLocalesRetrieveResponse = PublicCompanyLocalesRetrieveResponses[keyof PublicCompanyLocalesRetrieveResponses];
|
|
1467
|
+
|
|
1468
|
+
export type SuperadminAppCodebasesListData = {
|
|
1469
|
+
body?: never;
|
|
1470
|
+
path?: never;
|
|
1471
|
+
query?: {
|
|
1472
|
+
/**
|
|
1473
|
+
* A page number within the paginated result set.
|
|
1474
|
+
*/
|
|
1475
|
+
page?: number;
|
|
1476
|
+
/**
|
|
1477
|
+
* Number of results to return per page.
|
|
1478
|
+
*/
|
|
1479
|
+
page_size?: number;
|
|
1480
|
+
type?: string;
|
|
1481
|
+
version?: string;
|
|
1482
|
+
};
|
|
1483
|
+
url: '/superadmin/app-codebases/';
|
|
1484
|
+
};
|
|
1485
|
+
|
|
1486
|
+
export type SuperadminAppCodebasesListResponses = {
|
|
1487
|
+
200: PaginatedAppCodebaseListResponse;
|
|
1488
|
+
};
|
|
1489
|
+
|
|
1490
|
+
export type SuperadminAppCodebasesListResponse = SuperadminAppCodebasesListResponses[keyof SuperadminAppCodebasesListResponses];
|
|
1491
|
+
|
|
1492
|
+
export type SuperadminAppCodebasesCreateData = {
|
|
1493
|
+
body: AppCodebaseWritable;
|
|
1494
|
+
path?: never;
|
|
1495
|
+
query?: never;
|
|
1496
|
+
url: '/superadmin/app-codebases/';
|
|
1497
|
+
};
|
|
1498
|
+
|
|
1499
|
+
export type SuperadminAppCodebasesCreateResponses = {
|
|
1500
|
+
201: AppCodebaseResponse;
|
|
1501
|
+
};
|
|
1502
|
+
|
|
1503
|
+
export type SuperadminAppCodebasesCreateResponse = SuperadminAppCodebasesCreateResponses[keyof SuperadminAppCodebasesCreateResponses];
|
|
1504
|
+
|
|
1505
|
+
export type SuperadminAppCodebasesDestroyData = {
|
|
1506
|
+
body?: never;
|
|
1507
|
+
path: {
|
|
1508
|
+
id: string;
|
|
1509
|
+
};
|
|
1510
|
+
query?: never;
|
|
1511
|
+
url: '/superadmin/app-codebases/{id}/';
|
|
1512
|
+
};
|
|
1513
|
+
|
|
1514
|
+
export type SuperadminAppCodebasesDestroyResponses = {
|
|
1515
|
+
200: AppCodebaseResponse;
|
|
1516
|
+
};
|
|
1517
|
+
|
|
1518
|
+
export type SuperadminAppCodebasesDestroyResponse = SuperadminAppCodebasesDestroyResponses[keyof SuperadminAppCodebasesDestroyResponses];
|
|
1519
|
+
|
|
1520
|
+
export type SuperadminAppCodebasesRetrieveData = {
|
|
1521
|
+
body?: never;
|
|
1522
|
+
path: {
|
|
1523
|
+
id: string;
|
|
1524
|
+
};
|
|
1525
|
+
query?: never;
|
|
1526
|
+
url: '/superadmin/app-codebases/{id}/';
|
|
1527
|
+
};
|
|
1528
|
+
|
|
1529
|
+
export type SuperadminAppCodebasesRetrieveResponses = {
|
|
1530
|
+
200: AppCodebaseResponse;
|
|
1531
|
+
};
|
|
1532
|
+
|
|
1533
|
+
export type SuperadminAppCodebasesRetrieveResponse = SuperadminAppCodebasesRetrieveResponses[keyof SuperadminAppCodebasesRetrieveResponses];
|
|
1534
|
+
|
|
1535
|
+
export type SuperadminAppCodebasesPartialUpdateData = {
|
|
1536
|
+
body?: PatchedAppCodebaseWritable;
|
|
1537
|
+
path: {
|
|
1538
|
+
id: string;
|
|
1539
|
+
};
|
|
1540
|
+
query?: never;
|
|
1541
|
+
url: '/superadmin/app-codebases/{id}/';
|
|
1542
|
+
};
|
|
1543
|
+
|
|
1544
|
+
export type SuperadminAppCodebasesPartialUpdateResponses = {
|
|
1545
|
+
200: AppCodebaseResponse;
|
|
1546
|
+
};
|
|
1547
|
+
|
|
1548
|
+
export type SuperadminAppCodebasesPartialUpdateResponse = SuperadminAppCodebasesPartialUpdateResponses[keyof SuperadminAppCodebasesPartialUpdateResponses];
|
|
1549
|
+
|
|
1550
|
+
export type SuperadminAppCodebasesUpdateData = {
|
|
1551
|
+
body: AppCodebaseWritable;
|
|
1552
|
+
path: {
|
|
1553
|
+
id: string;
|
|
1554
|
+
};
|
|
1555
|
+
query?: never;
|
|
1556
|
+
url: '/superadmin/app-codebases/{id}/';
|
|
1557
|
+
};
|
|
1558
|
+
|
|
1559
|
+
export type SuperadminAppCodebasesUpdateResponses = {
|
|
1560
|
+
200: AppCodebaseResponse;
|
|
1561
|
+
};
|
|
1562
|
+
|
|
1563
|
+
export type SuperadminAppCodebasesUpdateResponse = SuperadminAppCodebasesUpdateResponses[keyof SuperadminAppCodebasesUpdateResponses];
|
|
1564
|
+
|
|
1565
|
+
export type UserRetrieveData = {
|
|
1566
|
+
body?: never;
|
|
1567
|
+
path?: never;
|
|
1568
|
+
query?: never;
|
|
1569
|
+
url: '/user/';
|
|
1570
|
+
};
|
|
1571
|
+
|
|
1572
|
+
export type UserRetrieveResponses = {
|
|
1573
|
+
200: UserResponse;
|
|
1574
|
+
};
|
|
1575
|
+
|
|
1576
|
+
export type UserRetrieveResponse = UserRetrieveResponses[keyof UserRetrieveResponses];
|
|
1577
|
+
|
|
1578
|
+
export type UserPartialUpdateData = {
|
|
1579
|
+
body?: PatchedUserWritable;
|
|
1580
|
+
path?: never;
|
|
1581
|
+
query?: never;
|
|
1582
|
+
url: '/user/';
|
|
1583
|
+
};
|
|
1584
|
+
|
|
1585
|
+
export type UserPartialUpdateResponses = {
|
|
1586
|
+
200: UserResponse;
|
|
1587
|
+
};
|
|
1588
|
+
|
|
1589
|
+
export type UserPartialUpdateResponse = UserPartialUpdateResponses[keyof UserPartialUpdateResponses];
|
|
1590
|
+
|
|
1591
|
+
export type UserUpdateData = {
|
|
1592
|
+
body?: UserWritable;
|
|
1593
|
+
path?: never;
|
|
1594
|
+
query?: never;
|
|
1595
|
+
url: '/user/';
|
|
1596
|
+
};
|
|
1597
|
+
|
|
1598
|
+
export type UserUpdateResponses = {
|
|
1599
|
+
200: UserResponse;
|
|
1600
|
+
};
|
|
1601
|
+
|
|
1602
|
+
export type UserUpdateResponse = UserUpdateResponses[keyof UserUpdateResponses];
|
|
1603
|
+
|
|
1604
|
+
export type UserAndroidAppsListData = {
|
|
1605
|
+
body?: never;
|
|
1606
|
+
path?: never;
|
|
1607
|
+
query?: {
|
|
1608
|
+
id?: string;
|
|
1609
|
+
package?: string;
|
|
1610
|
+
/**
|
|
1611
|
+
* A page number within the paginated result set.
|
|
1612
|
+
*/
|
|
1613
|
+
page?: number;
|
|
1614
|
+
/**
|
|
1615
|
+
* Number of results to return per page.
|
|
1616
|
+
*/
|
|
1617
|
+
page_size?: number;
|
|
1618
|
+
};
|
|
1619
|
+
url: '/user/android-apps/';
|
|
1620
|
+
};
|
|
1621
|
+
|
|
1622
|
+
export type UserAndroidAppsListResponses = {
|
|
1623
|
+
200: PaginatedUserAndroidAppListResponse;
|
|
1624
|
+
};
|
|
1625
|
+
|
|
1626
|
+
export type UserAndroidAppsListResponse = UserAndroidAppsListResponses[keyof UserAndroidAppsListResponses];
|
|
1627
|
+
|
|
1628
|
+
export type UserCompanyRetrieveData = {
|
|
1629
|
+
body?: never;
|
|
1630
|
+
path?: never;
|
|
1631
|
+
query?: never;
|
|
1632
|
+
url: '/user/company/';
|
|
1633
|
+
};
|
|
1634
|
+
|
|
1635
|
+
export type UserCompanyRetrieveResponses = {
|
|
1636
|
+
200: CompanyResponse;
|
|
1637
|
+
};
|
|
1638
|
+
|
|
1639
|
+
export type UserCompanyRetrieveResponse = UserCompanyRetrieveResponses[keyof UserCompanyRetrieveResponses];
|
|
1640
|
+
|
|
1641
|
+
export type UserIosAppsListData = {
|
|
1642
|
+
body?: never;
|
|
1643
|
+
path?: never;
|
|
1644
|
+
query?: {
|
|
1645
|
+
bundle_identifier?: string;
|
|
1646
|
+
id?: string;
|
|
1647
|
+
/**
|
|
1648
|
+
* A page number within the paginated result set.
|
|
1649
|
+
*/
|
|
1650
|
+
page?: number;
|
|
1651
|
+
/**
|
|
1652
|
+
* Number of results to return per page.
|
|
1653
|
+
*/
|
|
1654
|
+
page_size?: number;
|
|
1655
|
+
};
|
|
1656
|
+
url: '/user/ios-apps/';
|
|
1657
|
+
};
|
|
1658
|
+
|
|
1659
|
+
export type UserIosAppsListResponses = {
|
|
1660
|
+
200: PaginatedUserIosAppListResponse;
|
|
1661
|
+
};
|
|
1662
|
+
|
|
1663
|
+
export type UserIosAppsListResponse = UserIosAppsListResponses[keyof UserIosAppsListResponses];
|
|
1664
|
+
|
|
1665
|
+
export type UserLocalesListData = {
|
|
1666
|
+
body?: never;
|
|
1667
|
+
path?: never;
|
|
1668
|
+
query?: {
|
|
1669
|
+
id?: string;
|
|
1670
|
+
id__in?: string;
|
|
1671
|
+
/**
|
|
1672
|
+
* A page number within the paginated result set.
|
|
1673
|
+
*/
|
|
1674
|
+
page?: number;
|
|
1675
|
+
/**
|
|
1676
|
+
* Number of results to return per page.
|
|
1677
|
+
*/
|
|
1678
|
+
page_size?: number;
|
|
1679
|
+
};
|
|
1680
|
+
url: '/user/locales/';
|
|
1681
|
+
};
|
|
1682
|
+
|
|
1683
|
+
export type UserLocalesListResponses = {
|
|
1684
|
+
200: PaginatedLocaleListResponse;
|
|
1685
|
+
};
|
|
1686
|
+
|
|
1687
|
+
export type UserLocalesListResponse = UserLocalesListResponses[keyof UserLocalesListResponses];
|
|
1688
|
+
|
|
1689
|
+
export type UserLocalesRetrieveData = {
|
|
1690
|
+
body?: never;
|
|
1691
|
+
path: {
|
|
1692
|
+
locale_id: string;
|
|
1693
|
+
};
|
|
1694
|
+
query?: never;
|
|
1695
|
+
url: '/user/locales/{locale_id}/';
|
|
1696
|
+
};
|
|
1697
|
+
|
|
1698
|
+
export type UserLocalesRetrieveResponses = {
|
|
1699
|
+
200: LocaleResponse;
|
|
1700
|
+
};
|
|
1701
|
+
|
|
1702
|
+
export type UserLocalesRetrieveResponse = UserLocalesRetrieveResponses[keyof UserLocalesRetrieveResponses];
|