@veruna/api-contracts 3.0.0 → 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/build/controllers/client-file.controllers.d.ts +1 -0
- package/build/controllers/client-file.controllers.js +2 -1
- package/build/controllers/client-file.controllers.js.map +1 -1
- package/build/controllers/index.d.ts +1 -1
- package/build/controllers/index.js +3 -2
- package/build/controllers/index.js.map +1 -1
- package/build/locales/validation.d.ts +40 -0
- package/build/locales/validation.js +40 -0
- package/build/locales/validation.js.map +1 -1
- package/build/rest-api.d.ts +6 -0
- package/build/rest-api.js +6 -0
- package/build/rest-api.js.map +1 -1
- package/build/routes/client-file.routes.d.ts +5 -0
- package/build/routes/client-file.routes.js +6 -1
- package/build/routes/client-file.routes.js.map +1 -1
- package/build/routes/index.d.ts +1 -1
- package/build/routes/index.js +3 -2
- package/build/routes/index.js.map +1 -1
- package/build/routes/wallet.routes.d.ts +1 -0
- package/build/routes/wallet.routes.js +1 -0
- package/build/routes/wallet.routes.js.map +1 -1
- package/build/shared/audience.enum.d.ts +2 -2
- package/build/shared/audience.enum.js +2 -2
- package/build/shared/device-type.enum.d.ts +5 -5
- package/build/shared/device-type.enum.js +5 -5
- package/build/shared/{http-method.js → http-method.enum.js} +1 -1
- package/build/shared/http-method.enum.js.map +1 -0
- package/build/tsconfig.tsbuildinfo +1 -1
- package/build/v1/admin-file/commands/admin-file-delete-by-key.command.d.ts +1 -1
- package/build/v1/admin-file/commands/admin-file-delete-by-key.command.js +2 -2
- package/build/v1/admin-file/commands/admin-file-delete-by-key.command.js.map +1 -1
- package/build/v1/admin-file/commands/admin-file-upload.command.d.ts +1 -1
- package/build/v1/admin-file/commands/admin-file-upload.command.js +2 -2
- package/build/v1/admin-file/commands/admin-file-upload.command.js.map +1 -1
- package/build/v1/admin-file/queries/admin-file-get-by-key.query.d.ts +1 -1
- package/build/v1/admin-file/queries/admin-file-get-by-key.query.js +2 -2
- package/build/v1/admin-file/queries/admin-file-get-by-key.query.js.map +1 -1
- package/build/v1/admin-file/queries/admin-file-list.query.d.ts +1 -1
- package/build/v1/admin-file/queries/admin-file-list.query.js +2 -2
- package/build/v1/admin-file/queries/admin-file-list.query.js.map +1 -1
- package/build/v1/admin-file/schemas/admin-file-item-response.schema.js +1 -1
- package/build/v1/admin-file/schemas/admin-file-item-response.schema.js.map +1 -1
- package/build/v1/admin-file/schemas/admin-file-list-request.schema.js +1 -1
- package/build/v1/admin-file/schemas/admin-file-list-request.schema.js.map +1 -1
- package/build/v1/admin-file/schemas/admin-file-type.enum.d.ts +4 -4
- package/build/v1/admin-file/schemas/admin-file-type.enum.js +4 -4
- package/build/v1/admin-file/schemas/admin-file-upload-response.schema.js +1 -1
- package/build/v1/admin-file/schemas/admin-file-upload-response.schema.js.map +1 -1
- package/build/v1/ai/index.d.ts +2 -0
- package/build/v1/ai/index.js +2 -0
- package/build/v1/ai/index.js.map +1 -1
- package/build/v1/ai/plugin-id.enum.d.ts +4 -0
- package/build/v1/ai/plugin-id.enum.js +9 -0
- package/build/v1/ai/plugin-id.enum.js.map +1 -0
- package/build/v1/ai/plugins.types.d.ts +2 -11
- package/build/v1/ai/plugins.types.js +12 -23
- package/build/v1/ai/plugins.types.js.map +1 -1
- package/build/v1/ai/reasoning-effort.enum.d.ts +7 -0
- package/build/v1/ai/reasoning-effort.enum.js +12 -0
- package/build/v1/ai/reasoning-effort.enum.js.map +1 -0
- package/build/v1/ai/resolved-tool-settings.types.d.ts +1 -1
- package/build/v1/ai/tool-id.enum.d.ts +7 -7
- package/build/v1/ai/tool-id.enum.js +7 -7
- package/build/v1/ai/tool-id.enum.js.map +1 -1
- package/build/v1/ai-model/admin/commands/create-model.command.d.ts +1 -1
- package/build/v1/ai-model/admin/commands/create-model.command.js +2 -2
- package/build/v1/ai-model/admin/commands/create-model.command.js.map +1 -1
- package/build/v1/ai-model/admin/commands/delete-model.command.d.ts +1 -1
- package/build/v1/ai-model/admin/commands/delete-model.command.js +2 -2
- package/build/v1/ai-model/admin/commands/delete-model.command.js.map +1 -1
- package/build/v1/ai-model/admin/commands/replace-default-favorites.command.d.ts +1 -1
- package/build/v1/ai-model/admin/commands/replace-default-favorites.command.js +2 -2
- package/build/v1/ai-model/admin/commands/replace-default-favorites.command.js.map +1 -1
- package/build/v1/ai-model/admin/commands/update-model.command.d.ts +1 -1
- package/build/v1/ai-model/admin/commands/update-model.command.js +2 -2
- package/build/v1/ai-model/admin/commands/update-model.command.js.map +1 -1
- package/build/v1/ai-model/admin/queries/get-default-favorites.query.d.ts +1 -1
- package/build/v1/ai-model/admin/queries/get-default-favorites.query.js +2 -2
- package/build/v1/ai-model/admin/queries/get-default-favorites.query.js.map +1 -1
- package/build/v1/ai-model/admin/queries/get-model.query.d.ts +1 -1
- package/build/v1/ai-model/admin/queries/get-model.query.js +2 -2
- package/build/v1/ai-model/admin/queries/get-model.query.js.map +1 -1
- package/build/v1/ai-model/admin/queries/get-models.query.d.ts +1 -1
- package/build/v1/ai-model/admin/queries/get-models.query.js +2 -2
- package/build/v1/ai-model/admin/queries/get-models.query.js.map +1 -1
- package/build/v1/ai-model/public/queries/get-active-models.query.d.ts +1 -1
- package/build/v1/ai-model/public/queries/get-active-models.query.js +2 -2
- package/build/v1/ai-model/public/queries/get-active-models.query.js.map +1 -1
- package/build/v1/ai-model/public/queries/get-models-list.query.d.ts +1 -1
- package/build/v1/ai-model/public/queries/get-models-list.query.js +2 -2
- package/build/v1/ai-model/public/queries/get-models-list.query.js.map +1 -1
- package/build/v1/ai-model/schemas/ai-model-status.enum.d.ts +2 -2
- package/build/v1/ai-model/schemas/ai-model-status.enum.js +2 -2
- package/build/v1/ai-model/schemas/api-provider.enum.d.ts +4 -4
- package/build/v1/ai-model/schemas/api-provider.enum.js +4 -4
- package/build/v1/ai-model/schemas/create-model-request.schema.d.ts +5 -5
- package/build/v1/ai-model/schemas/create-model-request.schema.js +7 -7
- package/build/v1/ai-model/schemas/create-model-request.schema.js.map +1 -1
- package/build/v1/ai-model/schemas/default-favorites.schema.js +3 -3
- package/build/v1/ai-model/schemas/default-favorites.schema.js.map +1 -1
- package/build/v1/ai-model/schemas/get-models-filters.schema.js +1 -1
- package/build/v1/ai-model/schemas/get-models-filters.schema.js.map +1 -1
- package/build/v1/ai-model/schemas/index.d.ts +1 -0
- package/build/v1/ai-model/schemas/index.js +1 -0
- package/build/v1/ai-model/schemas/index.js.map +1 -1
- package/build/v1/ai-model/schemas/modality.enum.d.ts +5 -5
- package/build/v1/ai-model/schemas/modality.enum.js +5 -5
- package/build/v1/ai-model/schemas/model-mark.enum.d.ts +3 -3
- package/build/v1/ai-model/schemas/model-mark.enum.js +3 -3
- package/build/v1/ai-model/schemas/model-response.schema.d.ts +9 -9
- package/build/v1/ai-model/schemas/model-response.schema.js +8 -8
- package/build/v1/ai-model/schemas/model-response.schema.js.map +1 -1
- package/build/v1/ai-model/schemas/model-role.enum.d.ts +2 -2
- package/build/v1/ai-model/schemas/model-role.enum.js +2 -2
- package/build/v1/ai-model/schemas/model-settings.schema.d.ts +25 -30
- package/build/v1/ai-model/schemas/model-settings.schema.js +7 -13
- package/build/v1/ai-model/schemas/model-settings.schema.js.map +1 -1
- package/build/v1/ai-model/schemas/model-type.enum.d.ts +4 -4
- package/build/v1/ai-model/schemas/model-type.enum.js +4 -4
- package/build/v1/ai-model/schemas/setting-key.enum.d.ts +6 -0
- package/build/v1/ai-model/schemas/setting-key.enum.js +11 -0
- package/build/v1/ai-model/schemas/setting-key.enum.js.map +1 -0
- package/build/v1/ai-model/schemas/steps-settings.schema.d.ts +1 -1
- package/build/v1/ai-model/schemas/steps-settings.schema.js +3 -3
- package/build/v1/ai-model/schemas/steps-settings.schema.js.map +1 -1
- package/build/v1/ai-model/schemas/update-model-request.schema.d.ts +5 -5
- package/build/v1/ai-model/schemas/update-model-request.schema.js +7 -7
- package/build/v1/ai-model/schemas/update-model-request.schema.js.map +1 -1
- package/build/v1/ai-model/schemas/user-ai-model-type.enum.d.ts +1 -1
- package/build/v1/ai-model/schemas/user-ai-model-type.enum.js +1 -1
- package/build/v1/ai-model/unreg/queries/get-models-list.query.d.ts +1 -1
- package/build/v1/ai-model/unreg/queries/get-models-list.query.js +2 -2
- package/build/v1/ai-model/unreg/queries/get-models-list.query.js.map +1 -1
- package/build/v1/ai-model/user/commands/toggle-favorite.command.d.ts +1 -1
- package/build/v1/ai-model/user/commands/toggle-favorite.command.js +2 -2
- package/build/v1/ai-model/user/commands/toggle-favorite.command.js.map +1 -1
- package/build/v1/ai-provider/admin/commands/create-provider.command.d.ts +1 -1
- package/build/v1/ai-provider/admin/commands/create-provider.command.js +2 -2
- package/build/v1/ai-provider/admin/commands/create-provider.command.js.map +1 -1
- package/build/v1/ai-provider/admin/commands/delete-provider.command.d.ts +1 -1
- package/build/v1/ai-provider/admin/commands/delete-provider.command.js +2 -2
- package/build/v1/ai-provider/admin/commands/delete-provider.command.js.map +1 -1
- package/build/v1/ai-provider/admin/commands/update-provider.command.d.ts +1 -1
- package/build/v1/ai-provider/admin/commands/update-provider.command.js +2 -2
- package/build/v1/ai-provider/admin/commands/update-provider.command.js.map +1 -1
- package/build/v1/ai-provider/admin/queries/get-provider.query.d.ts +1 -1
- package/build/v1/ai-provider/admin/queries/get-provider.query.js +2 -2
- package/build/v1/ai-provider/admin/queries/get-provider.query.js.map +1 -1
- package/build/v1/ai-provider/admin/queries/get-providers.query.d.ts +1 -1
- package/build/v1/ai-provider/admin/queries/get-providers.query.js +2 -2
- package/build/v1/ai-provider/admin/queries/get-providers.query.js.map +1 -1
- package/build/v1/ai-provider/public/queries/get-active-providers.query.d.ts +1 -1
- package/build/v1/ai-provider/public/queries/get-active-providers.query.js +2 -2
- package/build/v1/ai-provider/public/queries/get-active-providers.query.js.map +1 -1
- package/build/v1/ai-provider/schemas/ai-provider-status.enum.d.ts +2 -2
- package/build/v1/ai-provider/schemas/ai-provider-status.enum.js +2 -2
- package/build/v1/ai-provider/schemas/create-provider-request.schema.js +1 -1
- package/build/v1/ai-provider/schemas/create-provider-request.schema.js.map +1 -1
- package/build/v1/ai-provider/schemas/update-provider-request.schema.js +1 -1
- package/build/v1/ai-provider/schemas/update-provider-request.schema.js.map +1 -1
- package/build/v1/analytics/queries/list-messages.query.d.ts +3 -1
- package/build/v1/analytics/queries/list-messages.query.js +2 -2
- package/build/v1/analytics/queries/list-messages.query.js.map +1 -1
- package/build/v1/analytics/queries/message-details.query.d.ts +3 -1
- package/build/v1/analytics/queries/message-details.query.js +2 -2
- package/build/v1/analytics/queries/message-details.query.js.map +1 -1
- package/build/v1/analytics/queries/requests-chart.query.d.ts +1 -1
- package/build/v1/analytics/queries/requests-chart.query.js +2 -2
- package/build/v1/analytics/queries/requests-chart.query.js.map +1 -1
- package/build/v1/analytics/queries/spend-chart.query.d.ts +1 -1
- package/build/v1/analytics/queries/spend-chart.query.js +2 -2
- package/build/v1/analytics/queries/spend-chart.query.js.map +1 -1
- package/build/v1/analytics/schemas/chart.schema.d.ts +5 -27
- package/build/v1/analytics/schemas/chart.schema.js +10 -33
- package/build/v1/analytics/schemas/chart.schema.js.map +1 -1
- package/build/v1/analytics/schemas/index.d.ts +5 -0
- package/build/v1/analytics/schemas/index.js +5 -0
- package/build/v1/analytics/schemas/index.js.map +1 -1
- package/build/v1/analytics/schemas/message.schema.d.ts +13 -11
- package/build/v1/analytics/schemas/message.schema.js +9 -14
- package/build/v1/analytics/schemas/message.schema.js.map +1 -1
- package/build/v1/analytics/schemas/usage-chart-unit.enum.d.ts +6 -0
- package/build/v1/analytics/schemas/usage-chart-unit.enum.js +11 -0
- package/build/v1/analytics/schemas/usage-chart-unit.enum.js.map +1 -0
- package/build/v1/analytics/schemas/usage-finish-reason.enum.d.ts +7 -0
- package/build/v1/analytics/schemas/usage-finish-reason.enum.js +12 -0
- package/build/v1/analytics/schemas/usage-finish-reason.enum.js.map +1 -0
- package/build/v1/analytics/schemas/usage-granularity.enum.d.ts +7 -0
- package/build/v1/analytics/schemas/usage-granularity.enum.js +12 -0
- package/build/v1/analytics/schemas/usage-granularity.enum.js.map +1 -0
- package/build/v1/analytics/schemas/usage-message-status.enum.d.ts +7 -0
- package/build/v1/analytics/schemas/usage-message-status.enum.js +12 -0
- package/build/v1/analytics/schemas/usage-message-status.enum.js.map +1 -0
- package/build/v1/analytics/schemas/usage-series-kind.enum.d.ts +7 -0
- package/build/v1/analytics/schemas/usage-series-kind.enum.js +12 -0
- package/build/v1/analytics/schemas/usage-series-kind.enum.js.map +1 -0
- package/build/v1/assistant-categories/admin/commands/create-assistant-category.command.d.ts +1 -1
- package/build/v1/assistant-categories/admin/commands/create-assistant-category.command.js +2 -2
- package/build/v1/assistant-categories/admin/commands/create-assistant-category.command.js.map +1 -1
- package/build/v1/assistant-categories/admin/commands/delete-assistant-category.command.d.ts +1 -1
- package/build/v1/assistant-categories/admin/commands/delete-assistant-category.command.js +2 -2
- package/build/v1/assistant-categories/admin/commands/delete-assistant-category.command.js.map +1 -1
- package/build/v1/assistant-categories/admin/commands/update-assistant-category.command.d.ts +1 -1
- package/build/v1/assistant-categories/admin/commands/update-assistant-category.command.js +2 -2
- package/build/v1/assistant-categories/admin/commands/update-assistant-category.command.js.map +1 -1
- package/build/v1/assistant-categories/admin/queries/get-assistant-categories.query.d.ts +1 -1
- package/build/v1/assistant-categories/admin/queries/get-assistant-categories.query.js +2 -2
- package/build/v1/assistant-categories/admin/queries/get-assistant-categories.query.js.map +1 -1
- package/build/v1/assistant-categories/admin/queries/get-assistant-category.query.d.ts +1 -1
- package/build/v1/assistant-categories/admin/queries/get-assistant-category.query.js +2 -2
- package/build/v1/assistant-categories/admin/queries/get-assistant-category.query.js.map +1 -1
- package/build/v1/assistant-categories/public/queries/get-public-categories.query.d.ts +1 -1
- package/build/v1/assistant-categories/public/queries/get-public-categories.query.js +2 -2
- package/build/v1/assistant-categories/public/queries/get-public-categories.query.js.map +1 -1
- package/build/v1/assistant-categories/schemas/assistant-category-response.schema.js +1 -1
- package/build/v1/assistant-categories/schemas/assistant-category-response.schema.js.map +1 -1
- package/build/v1/assistant-categories/schemas/assistant-category-status.enum.d.ts +3 -3
- package/build/v1/assistant-categories/schemas/assistant-category-status.enum.js +3 -3
- package/build/v1/assistant-hints/admin/commands/create-hint.command.d.ts +1 -1
- package/build/v1/assistant-hints/admin/commands/create-hint.command.js +2 -2
- package/build/v1/assistant-hints/admin/commands/create-hint.command.js.map +1 -1
- package/build/v1/assistant-hints/admin/commands/delete-hint.command.d.ts +1 -1
- package/build/v1/assistant-hints/admin/commands/delete-hint.command.js +2 -2
- package/build/v1/assistant-hints/admin/commands/delete-hint.command.js.map +1 -1
- package/build/v1/assistant-hints/admin/commands/update-hint.command.d.ts +1 -1
- package/build/v1/assistant-hints/admin/commands/update-hint.command.js +2 -2
- package/build/v1/assistant-hints/admin/commands/update-hint.command.js.map +1 -1
- package/build/v1/assistant-hints/admin/queries/get-hint.query.d.ts +1 -1
- package/build/v1/assistant-hints/admin/queries/get-hint.query.js +2 -2
- package/build/v1/assistant-hints/admin/queries/get-hint.query.js.map +1 -1
- package/build/v1/assistant-hints/admin/queries/get-hints.query.d.ts +1 -1
- package/build/v1/assistant-hints/admin/queries/get-hints.query.js +2 -2
- package/build/v1/assistant-hints/admin/queries/get-hints.query.js.map +1 -1
- package/build/v1/assistants/admin/commands/create-assistant.command.d.ts +1 -1
- package/build/v1/assistants/admin/commands/create-assistant.command.js +2 -2
- package/build/v1/assistants/admin/commands/create-assistant.command.js.map +1 -1
- package/build/v1/assistants/admin/commands/delete-assistant.command.d.ts +1 -1
- package/build/v1/assistants/admin/commands/delete-assistant.command.js +2 -2
- package/build/v1/assistants/admin/commands/delete-assistant.command.js.map +1 -1
- package/build/v1/assistants/admin/commands/update-assistant.command.d.ts +1 -1
- package/build/v1/assistants/admin/commands/update-assistant.command.js +2 -2
- package/build/v1/assistants/admin/commands/update-assistant.command.js.map +1 -1
- package/build/v1/assistants/admin/queries/get-assistant.query.d.ts +1 -1
- package/build/v1/assistants/admin/queries/get-assistant.query.js +2 -2
- package/build/v1/assistants/admin/queries/get-assistant.query.js.map +1 -1
- package/build/v1/assistants/admin/queries/get-assistants.query.d.ts +1 -1
- package/build/v1/assistants/admin/queries/get-assistants.query.js +2 -2
- package/build/v1/assistants/admin/queries/get-assistants.query.js.map +1 -1
- package/build/v1/assistants/catalog/queries/catalog-long-reg.query.d.ts +1 -1
- package/build/v1/assistants/catalog/queries/catalog-long-reg.query.js +2 -2
- package/build/v1/assistants/catalog/queries/catalog-long-reg.query.js.map +1 -1
- package/build/v1/assistants/catalog/queries/catalog-long-unreg.query.d.ts +1 -1
- package/build/v1/assistants/catalog/queries/catalog-long-unreg.query.js +2 -2
- package/build/v1/assistants/catalog/queries/catalog-long-unreg.query.js.map +1 -1
- package/build/v1/assistants/catalog/queries/catalog-short-reg.query.d.ts +1 -1
- package/build/v1/assistants/catalog/queries/catalog-short-reg.query.js +2 -2
- package/build/v1/assistants/catalog/queries/catalog-short-reg.query.js.map +1 -1
- package/build/v1/assistants/catalog/queries/catalog-short-unreg.query.d.ts +1 -1
- package/build/v1/assistants/catalog/queries/catalog-short-unreg.query.js +2 -2
- package/build/v1/assistants/catalog/queries/catalog-short-unreg.query.js.map +1 -1
- package/build/v1/assistants/public/queries/get-tree.query.d.ts +1 -1
- package/build/v1/assistants/public/queries/get-tree.query.js +2 -2
- package/build/v1/assistants/public/queries/get-tree.query.js.map +1 -1
- package/build/v1/assistants/schemas/assistant-linked-page.schema.js +2 -2
- package/build/v1/assistants/schemas/assistant-linked-page.schema.js.map +1 -1
- package/build/v1/assistants/schemas/assistant-mark.enum.d.ts +1 -1
- package/build/v1/assistants/schemas/assistant-mark.enum.js +1 -1
- package/build/v1/assistants/schemas/assistant-public.schema.js +1 -1
- package/build/v1/assistants/schemas/assistant-public.schema.js.map +1 -1
- package/build/v1/assistants/schemas/assistant-response.schema.js +3 -3
- package/build/v1/assistants/schemas/assistant-response.schema.js.map +1 -1
- package/build/v1/assistants/schemas/assistant-status.enum.d.ts +3 -3
- package/build/v1/assistants/schemas/assistant-status.enum.js +3 -3
- package/build/v1/assistants/schemas/assistant-tree.schema.js +1 -1
- package/build/v1/assistants/schemas/assistant-tree.schema.js.map +1 -1
- package/build/v1/assistants/schemas/assistant-visibility.enum.d.ts +2 -2
- package/build/v1/assistants/schemas/assistant-visibility.enum.js +2 -2
- package/build/v1/assistants/schemas/catalog-filter.enum.d.ts +3 -3
- package/build/v1/assistants/schemas/catalog-filter.enum.js +3 -3
- package/build/v1/assistants/schemas/catalog-short-response.schema.js +1 -1
- package/build/v1/assistants/schemas/catalog-short-response.schema.js.map +1 -1
- package/build/v1/assistants/schemas/catalog-sort.enum.d.ts +3 -3
- package/build/v1/assistants/schemas/catalog-sort.enum.js +3 -3
- package/build/v1/assistants/schemas/create-assistant-request.schema.js +1 -1
- package/build/v1/assistants/schemas/create-assistant-request.schema.js.map +1 -1
- package/build/v1/assistants/schemas/update-assistant-request.schema.js +1 -1
- package/build/v1/assistants/schemas/update-assistant-request.schema.js.map +1 -1
- package/build/v1/assistants/schemas/user-assistant-response.schema.js +1 -1
- package/build/v1/assistants/schemas/user-assistant-response.schema.js.map +1 -1
- package/build/v1/assistants/schemas/user-assistant-type.enum.d.ts +3 -3
- package/build/v1/assistants/schemas/user-assistant-type.enum.js +3 -3
- package/build/v1/assistants/user/commands/create-user-assistant.command.d.ts +1 -1
- package/build/v1/assistants/user/commands/create-user-assistant.command.js +2 -2
- package/build/v1/assistants/user/commands/create-user-assistant.command.js.map +1 -1
- package/build/v1/assistants/user/commands/delete-user-assistant.command.d.ts +1 -1
- package/build/v1/assistants/user/commands/delete-user-assistant.command.js +2 -2
- package/build/v1/assistants/user/commands/delete-user-assistant.command.js.map +1 -1
- package/build/v1/assistants/user/commands/toggle-favorite-assistant.command.d.ts +1 -1
- package/build/v1/assistants/user/commands/toggle-favorite-assistant.command.js +2 -2
- package/build/v1/assistants/user/commands/toggle-favorite-assistant.command.js.map +1 -1
- package/build/v1/assistants/user/commands/update-user-assistant.command.d.ts +1 -1
- package/build/v1/assistants/user/commands/update-user-assistant.command.js +2 -2
- package/build/v1/assistants/user/commands/update-user-assistant.command.js.map +1 -1
- package/build/v1/assistants/user/queries/get-user-assistant.query.d.ts +1 -1
- package/build/v1/assistants/user/queries/get-user-assistant.query.js +2 -2
- package/build/v1/assistants/user/queries/get-user-assistant.query.js.map +1 -1
- package/build/v1/attribution/schemas/attribution-method.enum.d.ts +2 -2
- package/build/v1/attribution/schemas/attribution-method.enum.js +2 -2
- package/build/v1/attribution/schemas/attribution-source-module.enum.d.ts +1 -1
- package/build/v1/attribution/schemas/attribution-source-module.enum.js +1 -1
- package/build/v1/auth/commands/delete-session.command.d.ts +1 -1
- package/build/v1/auth/commands/delete-session.command.js +2 -2
- package/build/v1/auth/commands/delete-session.command.js.map +1 -1
- package/build/v1/auth/commands/logout-all.command.d.ts +1 -1
- package/build/v1/auth/commands/logout-all.command.js +2 -2
- package/build/v1/auth/commands/logout-all.command.js.map +1 -1
- package/build/v1/auth/commands/logout.command.d.ts +1 -1
- package/build/v1/auth/commands/logout.command.js +2 -2
- package/build/v1/auth/commands/logout.command.js.map +1 -1
- package/build/v1/auth/commands/signin.command.d.ts +1 -1
- package/build/v1/auth/commands/signin.command.js +2 -2
- package/build/v1/auth/commands/signin.command.js.map +1 -1
- package/build/v1/auth/commands/signup.command.d.ts +1 -1
- package/build/v1/auth/commands/signup.command.js +2 -2
- package/build/v1/auth/commands/signup.command.js.map +1 -1
- package/build/v1/auth/queries/get-sessions.query.d.ts +1 -1
- package/build/v1/auth/queries/get-sessions.query.js +2 -2
- package/build/v1/auth/queries/get-sessions.query.js.map +1 -1
- package/build/v1/auth/schemas/user-role.enum.d.ts +2 -2
- package/build/v1/auth/schemas/user-role.enum.js +2 -2
- package/build/v1/avatar/avatar-owner-type.enum.d.ts +1 -1
- package/build/v1/avatar/avatar-owner-type.enum.js +1 -1
- package/build/v1/avatar/commands/avatar-attach.command.d.ts +1 -1
- package/build/v1/avatar/commands/avatar-attach.command.js +2 -2
- package/build/v1/avatar/commands/avatar-attach.command.js.map +1 -1
- package/build/v1/avatar/commands/avatar-delete.command.d.ts +1 -1
- package/build/v1/avatar/commands/avatar-delete.command.js +2 -2
- package/build/v1/avatar/commands/avatar-delete.command.js.map +1 -1
- package/build/v1/avatar/commands/avatar-release-by-uuid.command.d.ts +1 -1
- package/build/v1/avatar/commands/avatar-release-by-uuid.command.js +2 -2
- package/build/v1/avatar/commands/avatar-release-by-uuid.command.js.map +1 -1
- package/build/v1/avatar/commands/avatar-release.command.d.ts +1 -1
- package/build/v1/avatar/commands/avatar-release.command.js +2 -2
- package/build/v1/avatar/commands/avatar-release.command.js.map +1 -1
- package/build/v1/avatar/commands/avatar-upload.command.d.ts +1 -1
- package/build/v1/avatar/commands/avatar-upload.command.js +2 -2
- package/build/v1/avatar/commands/avatar-upload.command.js.map +1 -1
- package/build/v1/avatar/schemas/avatar-attach-request.schema.js +1 -1
- package/build/v1/avatar/schemas/avatar-attach-request.schema.js.map +1 -1
- package/build/v1/avatar/schemas/avatar-release-request.schema.js +1 -1
- package/build/v1/avatar/schemas/avatar-release-request.schema.js.map +1 -1
- package/build/v1/avatar/schemas/avatar-upload-query.schema.js +1 -1
- package/build/v1/avatar/schemas/avatar-upload-query.schema.js.map +1 -1
- package/build/v1/billing/billing.errors.d.ts +1 -0
- package/build/v1/billing/billing.errors.js +5 -0
- package/build/v1/billing/billing.errors.js.map +1 -1
- package/build/v1/billing/commands/admin-create-markup-tier.command.d.ts +1 -1
- package/build/v1/billing/commands/admin-create-markup-tier.command.js +2 -2
- package/build/v1/billing/commands/admin-create-markup-tier.command.js.map +1 -1
- package/build/v1/billing/commands/admin-delete-markup-tier.command.d.ts +1 -1
- package/build/v1/billing/commands/admin-delete-markup-tier.command.js +2 -2
- package/build/v1/billing/commands/admin-delete-markup-tier.command.js.map +1 -1
- package/build/v1/billing/commands/admin-update-markup-tier.command.d.ts +1 -1
- package/build/v1/billing/commands/admin-update-markup-tier.command.js +2 -2
- package/build/v1/billing/commands/admin-update-markup-tier.command.js.map +1 -1
- package/build/v1/billing/queries/admin-list-markup-tiers.query.d.ts +1 -1
- package/build/v1/billing/queries/admin-list-markup-tiers.query.js +2 -2
- package/build/v1/billing/queries/admin-list-markup-tiers.query.js.map +1 -1
- package/build/v1/blog/admin/commands/create-category.command.d.ts +1 -1
- package/build/v1/blog/admin/commands/create-category.command.js +2 -2
- package/build/v1/blog/admin/commands/create-category.command.js.map +1 -1
- package/build/v1/blog/admin/commands/create-post.command.d.ts +1 -1
- package/build/v1/blog/admin/commands/create-post.command.js +2 -2
- package/build/v1/blog/admin/commands/create-post.command.js.map +1 -1
- package/build/v1/blog/admin/commands/delete-category.command.d.ts +1 -1
- package/build/v1/blog/admin/commands/delete-category.command.js +2 -2
- package/build/v1/blog/admin/commands/delete-category.command.js.map +1 -1
- package/build/v1/blog/admin/commands/delete-post.command.d.ts +1 -1
- package/build/v1/blog/admin/commands/delete-post.command.js +2 -2
- package/build/v1/blog/admin/commands/delete-post.command.js.map +1 -1
- package/build/v1/blog/admin/commands/update-category.command.d.ts +1 -1
- package/build/v1/blog/admin/commands/update-category.command.js +2 -2
- package/build/v1/blog/admin/commands/update-category.command.js.map +1 -1
- package/build/v1/blog/admin/commands/update-post.command.d.ts +1 -1
- package/build/v1/blog/admin/commands/update-post.command.js +2 -2
- package/build/v1/blog/admin/commands/update-post.command.js.map +1 -1
- package/build/v1/blog/admin/queries/get-categories.query.d.ts +1 -1
- package/build/v1/blog/admin/queries/get-categories.query.js +3 -3
- package/build/v1/blog/admin/queries/get-categories.query.js.map +1 -1
- package/build/v1/blog/admin/queries/get-category.query.d.ts +1 -1
- package/build/v1/blog/admin/queries/get-category.query.js +2 -2
- package/build/v1/blog/admin/queries/get-category.query.js.map +1 -1
- package/build/v1/blog/admin/queries/get-post.query.d.ts +1 -1
- package/build/v1/blog/admin/queries/get-post.query.js +2 -2
- package/build/v1/blog/admin/queries/get-post.query.js.map +1 -1
- package/build/v1/blog/admin/queries/get-posts.query.d.ts +1 -1
- package/build/v1/blog/admin/queries/get-posts.query.js +2 -2
- package/build/v1/blog/admin/queries/get-posts.query.js.map +1 -1
- package/build/v1/blog/public/queries/get-categories.query.d.ts +1 -1
- package/build/v1/blog/public/queries/get-categories.query.js +2 -2
- package/build/v1/blog/public/queries/get-categories.query.js.map +1 -1
- package/build/v1/blog/public/queries/get-post-by-alias.query.d.ts +1 -1
- package/build/v1/blog/public/queries/get-post-by-alias.query.js +2 -2
- package/build/v1/blog/public/queries/get-post-by-alias.query.js.map +1 -1
- package/build/v1/blog/public/queries/get-posts.query.d.ts +1 -1
- package/build/v1/blog/public/queries/get-posts.query.js +2 -2
- package/build/v1/blog/public/queries/get-posts.query.js.map +1 -1
- package/build/v1/blog/schemas/blog-category-status.enum.d.ts +3 -3
- package/build/v1/blog/schemas/blog-category-status.enum.js +3 -3
- package/build/v1/blog/schemas/blog-post-status.enum.d.ts +3 -3
- package/build/v1/blog/schemas/blog-post-status.enum.js +3 -3
- package/build/v1/blog/schemas/category-response.schema.js +1 -1
- package/build/v1/blog/schemas/category-response.schema.js.map +1 -1
- package/build/v1/blog/schemas/create-category-request.schema.js +1 -1
- package/build/v1/blog/schemas/create-category-request.schema.js.map +1 -1
- package/build/v1/blog/schemas/create-post-request.schema.js +2 -2
- package/build/v1/blog/schemas/create-post-request.schema.js.map +1 -1
- package/build/v1/blog/schemas/post-response.schema.js +2 -2
- package/build/v1/blog/schemas/post-response.schema.js.map +1 -1
- package/build/v1/blog/schemas/update-category-request.schema.js +1 -1
- package/build/v1/blog/schemas/update-category-request.schema.js.map +1 -1
- package/build/v1/blog/schemas/update-post-request.schema.js +2 -2
- package/build/v1/blog/schemas/update-post-request.schema.js.map +1 -1
- package/build/v1/chat/commands/create-reg-chat.command.d.ts +3 -1
- package/build/v1/chat/commands/create-reg-chat.command.js +2 -2
- package/build/v1/chat/commands/create-reg-chat.command.js.map +1 -1
- package/build/v1/chat/commands/create-unreg-chat.command.d.ts +3 -1
- package/build/v1/chat/commands/create-unreg-chat.command.js +2 -2
- package/build/v1/chat/commands/create-unreg-chat.command.js.map +1 -1
- package/build/v1/chat/commands/delete-chat.command.d.ts +1 -1
- package/build/v1/chat/commands/delete-chat.command.js +2 -2
- package/build/v1/chat/commands/delete-chat.command.js.map +1 -1
- package/build/v1/chat/commands/delete-homeless-chats.command.d.ts +1 -1
- package/build/v1/chat/commands/delete-homeless-chats.command.js +2 -2
- package/build/v1/chat/commands/delete-homeless-chats.command.js.map +1 -1
- package/build/v1/chat/commands/update-chat-title.command.d.ts +3 -1
- package/build/v1/chat/commands/update-chat-title.command.js +2 -2
- package/build/v1/chat/commands/update-chat-title.command.js.map +1 -1
- package/build/v1/chat/commands/update-chat.command.d.ts +3 -1
- package/build/v1/chat/commands/update-chat.command.js +2 -2
- package/build/v1/chat/commands/update-chat.command.js.map +1 -1
- package/build/v1/chat/queries/get-chat-history.query.d.ts +1 -1
- package/build/v1/chat/queries/get-chat-history.query.js +2 -2
- package/build/v1/chat/queries/get-chat-history.query.js.map +1 -1
- package/build/v1/chat/queries/get-generating-chats.query.d.ts +1 -1
- package/build/v1/chat/queries/get-generating-chats.query.js +2 -2
- package/build/v1/chat/queries/get-generating-chats.query.js.map +1 -1
- package/build/v1/chat/queries/get-last-active-chat.query.d.ts +3 -1
- package/build/v1/chat/queries/get-last-active-chat.query.js +2 -2
- package/build/v1/chat/queries/get-last-active-chat.query.js.map +1 -1
- package/build/v1/chat/queries/get-reg-chat.query.d.ts +3 -1
- package/build/v1/chat/queries/get-reg-chat.query.js +2 -2
- package/build/v1/chat/queries/get-reg-chat.query.js.map +1 -1
- package/build/v1/chat/queries/get-unreg-chat.query.d.ts +3 -1
- package/build/v1/chat/queries/get-unreg-chat.query.js +2 -2
- package/build/v1/chat/queries/get-unreg-chat.query.js.map +1 -1
- package/build/v1/chat/queries/search-chats.query.d.ts +1 -1
- package/build/v1/chat/queries/search-chats.query.js +2 -2
- package/build/v1/chat/queries/search-chats.query.js.map +1 -1
- package/build/v1/chat/schemas/chat-history.schema.d.ts +1 -7
- package/build/v1/chat/schemas/chat-history.schema.js +6 -13
- package/build/v1/chat/schemas/chat-history.schema.js.map +1 -1
- package/build/v1/chat/schemas/chat-mark.enum.d.ts +1 -1
- package/build/v1/chat/schemas/chat-mark.enum.js +1 -1
- package/build/v1/chat/schemas/chat-period-type.enum.d.ts +7 -0
- package/build/v1/chat/schemas/chat-period-type.enum.js +12 -0
- package/build/v1/chat/schemas/chat-period-type.enum.js.map +1 -0
- package/build/v1/chat/schemas/chat-response.schema.js +1 -1
- package/build/v1/chat/schemas/chat-response.schema.js.map +1 -1
- package/build/v1/chat/schemas/chat-status.enum.d.ts +4 -4
- package/build/v1/chat/schemas/chat-status.enum.js +4 -4
- package/build/v1/chat/schemas/chat-with-messages-response.schema.d.ts +2 -0
- package/build/v1/chat/schemas/chat-with-messages-response.schema.js +1 -1
- package/build/v1/chat/schemas/chat-with-messages-response.schema.js.map +1 -1
- package/build/v1/chat/schemas/generating-chats.schema.js +1 -1
- package/build/v1/chat/schemas/generating-chats.schema.js.map +1 -1
- package/build/v1/chat/schemas/index.d.ts +4 -2
- package/build/v1/chat/schemas/index.js +4 -2
- package/build/v1/chat/schemas/index.js.map +1 -1
- package/build/v1/chat/schemas/search-chats.schema.d.ts +2 -6
- package/build/v1/chat/schemas/search-chats.schema.js +5 -10
- package/build/v1/chat/schemas/search-chats.schema.js.map +1 -1
- package/build/v1/chat/schemas/search-match-type.enum.d.ts +5 -0
- package/build/v1/chat/schemas/search-match-type.enum.js +10 -0
- package/build/v1/chat/schemas/search-match-type.enum.js.map +1 -0
- package/build/v1/chat-project/commands/create-project.command.d.ts +1 -1
- package/build/v1/chat-project/commands/create-project.command.js +2 -2
- package/build/v1/chat-project/commands/create-project.command.js.map +1 -1
- package/build/v1/chat-project/commands/delete-folder-chats.command.d.ts +1 -1
- package/build/v1/chat-project/commands/delete-folder-chats.command.js +2 -2
- package/build/v1/chat-project/commands/delete-folder-chats.command.js.map +1 -1
- package/build/v1/chat-project/commands/delete-project.command.d.ts +1 -1
- package/build/v1/chat-project/commands/delete-project.command.js +2 -2
- package/build/v1/chat-project/commands/delete-project.command.js.map +1 -1
- package/build/v1/chat-project/commands/organize.command.d.ts +1 -1
- package/build/v1/chat-project/commands/organize.command.js +2 -2
- package/build/v1/chat-project/commands/organize.command.js.map +1 -1
- package/build/v1/chat-project/commands/update-project.command.d.ts +1 -1
- package/build/v1/chat-project/commands/update-project.command.js +2 -2
- package/build/v1/chat-project/commands/update-project.command.js.map +1 -1
- package/build/v1/chat-project/queries/get-project-chats.query.d.ts +1 -1
- package/build/v1/chat-project/queries/get-project-chats.query.js +2 -2
- package/build/v1/chat-project/queries/get-project-chats.query.js.map +1 -1
- package/build/v1/chat-project/queries/get-project.query.d.ts +1 -1
- package/build/v1/chat-project/queries/get-project.query.js +2 -2
- package/build/v1/chat-project/queries/get-project.query.js.map +1 -1
- package/build/v1/chat-project/queries/get-projects.query.d.ts +1 -1
- package/build/v1/chat-project/queries/get-projects.query.js +2 -2
- package/build/v1/chat-project/queries/get-projects.query.js.map +1 -1
- package/build/v1/chat-project/schemas/chat-project-status.enum.d.ts +2 -2
- package/build/v1/chat-project/schemas/chat-project-status.enum.js +2 -2
- package/build/v1/chat-project/schemas/project-response.schema.js +1 -1
- package/build/v1/chat-project/schemas/project-response.schema.js.map +1 -1
- package/build/v1/client-file/commands/client-file-attach.command.d.ts +1 -1
- package/build/v1/client-file/commands/client-file-attach.command.js +2 -2
- package/build/v1/client-file/commands/client-file-attach.command.js.map +1 -1
- package/build/v1/client-file/commands/client-file-delete.command.d.ts +1 -1
- package/build/v1/client-file/commands/client-file-delete.command.js +2 -2
- package/build/v1/client-file/commands/client-file-delete.command.js.map +1 -1
- package/build/v1/client-file/commands/client-file-upload.command.d.ts +2 -1
- package/build/v1/client-file/commands/client-file-upload.command.js +2 -2
- package/build/v1/client-file/commands/client-file-upload.command.js.map +1 -1
- package/build/v1/client-file/commands/index.d.ts +1 -0
- package/build/v1/client-file/commands/index.js +1 -0
- package/build/v1/client-file/commands/index.js.map +1 -1
- package/build/v1/client-file/commands/user-file-delete.command.d.ts +14 -0
- package/build/v1/client-file/commands/user-file-delete.command.js +14 -0
- package/build/v1/client-file/commands/user-file-delete.command.js.map +1 -0
- package/build/v1/client-file/queries/client-file-list.query.d.ts +2 -1
- package/build/v1/client-file/queries/client-file-list.query.js +2 -2
- package/build/v1/client-file/queries/client-file-list.query.js.map +1 -1
- package/build/v1/client-file/queries/index.d.ts +2 -0
- package/build/v1/client-file/queries/index.js +2 -0
- package/build/v1/client-file/queries/index.js.map +1 -1
- package/build/v1/client-file/queries/user-files-list.query.d.ts +38 -0
- package/build/v1/client-file/queries/user-files-list.query.js +14 -0
- package/build/v1/client-file/queries/user-files-list.query.js.map +1 -0
- package/build/v1/client-file/queries/user-files-stats.query.d.ts +31 -0
- package/build/v1/client-file/queries/user-files-stats.query.js +13 -0
- package/build/v1/client-file/queries/user-files-stats.query.js.map +1 -0
- package/build/v1/client-file/schemas/client-file-attach-response.schema.js +1 -1
- package/build/v1/client-file/schemas/client-file-attach-response.schema.js.map +1 -1
- package/build/v1/client-file/schemas/client-file-item-response.schema.d.ts +2 -0
- package/build/v1/client-file/schemas/client-file-item-response.schema.js +3 -1
- package/build/v1/client-file/schemas/client-file-item-response.schema.js.map +1 -1
- package/build/v1/client-file/schemas/client-file-list-response.schema.d.ts +1 -0
- package/build/v1/client-file/schemas/client-file-status.enum.d.ts +6 -0
- package/build/v1/client-file/schemas/client-file-status.enum.js +11 -0
- package/build/v1/client-file/schemas/client-file-status.enum.js.map +1 -0
- package/build/v1/client-file/schemas/client-file-type.enum.d.ts +2 -2
- package/build/v1/client-file/schemas/client-file-type.enum.js +2 -2
- package/build/v1/client-file/schemas/client-file-upload-response.schema.d.ts +1 -0
- package/build/v1/client-file/schemas/index.d.ts +5 -0
- package/build/v1/client-file/schemas/index.js +5 -0
- package/build/v1/client-file/schemas/index.js.map +1 -1
- package/build/v1/client-file/schemas/processing-category.enum.d.ts +4 -4
- package/build/v1/client-file/schemas/processing-category.enum.js +4 -4
- package/build/v1/client-file/schemas/user-file-item-response.schema.d.ts +25 -0
- package/build/v1/client-file/schemas/user-file-item-response.schema.js +31 -0
- package/build/v1/client-file/schemas/user-file-item-response.schema.js.map +1 -0
- package/build/v1/client-file/schemas/user-files-list-request.schema.d.ts +10 -0
- package/build/v1/client-file/schemas/user-files-list-request.schema.js +29 -0
- package/build/v1/client-file/schemas/user-files-list-request.schema.js.map +1 -0
- package/build/v1/client-file/schemas/user-files-list-response.schema.d.ts +26 -0
- package/build/v1/client-file/schemas/user-files-list-response.schema.js +11 -0
- package/build/v1/client-file/schemas/user-files-list-response.schema.js.map +1 -0
- package/build/v1/client-file/schemas/user-files-stats-response.schema.d.ts +26 -0
- package/build/v1/client-file/schemas/user-files-stats-response.schema.js +31 -0
- package/build/v1/client-file/schemas/user-files-stats-response.schema.js.map +1 -0
- package/build/v1/daily-rewards/commands/admin-delete-reward-config.command.d.ts +1 -1
- package/build/v1/daily-rewards/commands/admin-delete-reward-config.command.js +2 -2
- package/build/v1/daily-rewards/commands/admin-delete-reward-config.command.js.map +1 -1
- package/build/v1/daily-rewards/commands/admin-update-reward-config.command.d.ts +1 -1
- package/build/v1/daily-rewards/commands/admin-update-reward-config.command.js +2 -2
- package/build/v1/daily-rewards/commands/admin-update-reward-config.command.js.map +1 -1
- package/build/v1/daily-rewards/commands/admin-upsert-reward-config.command.d.ts +1 -1
- package/build/v1/daily-rewards/commands/admin-upsert-reward-config.command.js +2 -2
- package/build/v1/daily-rewards/commands/admin-upsert-reward-config.command.js.map +1 -1
- package/build/v1/daily-rewards/commands/claim-daily-reward.command.d.ts +1 -1
- package/build/v1/daily-rewards/commands/claim-daily-reward.command.js +2 -2
- package/build/v1/daily-rewards/commands/claim-daily-reward.command.js.map +1 -1
- package/build/v1/daily-rewards/commands/restore-streak-with-grace.command.d.ts +1 -1
- package/build/v1/daily-rewards/commands/restore-streak-with-grace.command.js +2 -2
- package/build/v1/daily-rewards/commands/restore-streak-with-grace.command.js.map +1 -1
- package/build/v1/daily-rewards/daily-rewards.constants.d.ts +0 -3
- package/build/v1/daily-rewards/daily-rewards.constants.js +1 -5
- package/build/v1/daily-rewards/daily-rewards.constants.js.map +1 -1
- package/build/v1/daily-rewards/index.d.ts +1 -0
- package/build/v1/daily-rewards/index.js +1 -0
- package/build/v1/daily-rewards/index.js.map +1 -1
- package/build/v1/daily-rewards/queries/admin-get-reward-configs.query.d.ts +1 -1
- package/build/v1/daily-rewards/queries/admin-get-reward-configs.query.js +2 -2
- package/build/v1/daily-rewards/queries/admin-get-reward-configs.query.js.map +1 -1
- package/build/v1/daily-rewards/queries/get-claim-history.query.d.ts +1 -1
- package/build/v1/daily-rewards/queries/get-claim-history.query.js +2 -2
- package/build/v1/daily-rewards/queries/get-claim-history.query.js.map +1 -1
- package/build/v1/daily-rewards/queries/get-reward-table.query.d.ts +1 -1
- package/build/v1/daily-rewards/queries/get-reward-table.query.js +2 -2
- package/build/v1/daily-rewards/queries/get-reward-table.query.js.map +1 -1
- package/build/v1/daily-rewards/queries/get-streak-status.query.d.ts +1 -1
- package/build/v1/daily-rewards/queries/get-streak-status.query.js +2 -2
- package/build/v1/daily-rewards/queries/get-streak-status.query.js.map +1 -1
- package/build/v1/daily-rewards/queries/get-unreg-reward-table.query.d.ts +1 -1
- package/build/v1/daily-rewards/queries/get-unreg-reward-table.query.js +2 -2
- package/build/v1/daily-rewards/queries/get-unreg-reward-table.query.js.map +1 -1
- package/build/v1/daily-rewards/schemas/unreg-reward-table-response.schema.d.ts +1 -1
- package/build/v1/daily-rewards/schemas/unreg-reward-table-response.schema.js +2 -2
- package/build/v1/daily-rewards/schemas/unreg-reward-table-response.schema.js.map +1 -1
- package/build/v1/daily-rewards/unreg-reward-claim-status.enum.d.ts +3 -0
- package/build/v1/daily-rewards/unreg-reward-claim-status.enum.js +8 -0
- package/build/v1/daily-rewards/unreg-reward-claim-status.enum.js.map +1 -0
- package/build/v1/email-validation/email-block-reason.enum.d.ts +6 -0
- package/build/v1/email-validation/email-block-reason.enum.js +11 -0
- package/build/v1/email-validation/email-block-reason.enum.js.map +1 -0
- package/build/v1/email-validation/email-validation.errors.d.ts +0 -6
- package/build/v1/email-validation/email-validation.errors.js +1 -8
- package/build/v1/email-validation/email-validation.errors.js.map +1 -1
- package/build/v1/email-validation/index.d.ts +1 -0
- package/build/v1/email-validation/index.js +1 -0
- package/build/v1/email-validation/index.js.map +1 -1
- package/build/v1/file/file.errors.d.ts +1 -0
- package/build/v1/file/file.errors.js +5 -0
- package/build/v1/file/file.errors.js.map +1 -1
- package/build/v1/forms/commands/submit-form-reg.command.d.ts +1 -1
- package/build/v1/forms/commands/submit-form-reg.command.js +2 -2
- package/build/v1/forms/commands/submit-form-reg.command.js.map +1 -1
- package/build/v1/forms/commands/submit-form-unreg.command.d.ts +1 -1
- package/build/v1/forms/commands/submit-form-unreg.command.js +2 -2
- package/build/v1/forms/commands/submit-form-unreg.command.js.map +1 -1
- package/build/v1/forms/schemas/form-key.enum.d.ts +1 -1
- package/build/v1/forms/schemas/form-key.enum.js +1 -1
- package/build/v1/message/commands/cancel-stream-reg.command.d.ts +1 -1
- package/build/v1/message/commands/cancel-stream-reg.command.js +2 -2
- package/build/v1/message/commands/cancel-stream-reg.command.js.map +1 -1
- package/build/v1/message/commands/cancel-stream-unreg.command.d.ts +1 -1
- package/build/v1/message/commands/cancel-stream-unreg.command.js +2 -2
- package/build/v1/message/commands/cancel-stream-unreg.command.js.map +1 -1
- package/build/v1/message/commands/cancel-stream.command.d.ts +1 -1
- package/build/v1/message/commands/cancel-stream.command.js +2 -2
- package/build/v1/message/commands/cancel-stream.command.js.map +1 -1
- package/build/v1/message/commands/create-message.command.d.ts +1 -1
- package/build/v1/message/commands/create-message.command.js +2 -2
- package/build/v1/message/commands/create-message.command.js.map +1 -1
- package/build/v1/message/commands/delete-message-reg.command.d.ts +1 -1
- package/build/v1/message/commands/delete-message-reg.command.js +2 -2
- package/build/v1/message/commands/delete-message-reg.command.js.map +1 -1
- package/build/v1/message/commands/delete-message-unreg.command.d.ts +1 -1
- package/build/v1/message/commands/delete-message-unreg.command.js +2 -2
- package/build/v1/message/commands/delete-message-unreg.command.js.map +1 -1
- package/build/v1/message/commands/rate-message-reg.command.d.ts +1 -1
- package/build/v1/message/commands/rate-message-reg.command.js +2 -2
- package/build/v1/message/commands/rate-message-reg.command.js.map +1 -1
- package/build/v1/message/commands/rate-message-unreg.command.d.ts +1 -1
- package/build/v1/message/commands/rate-message-unreg.command.js +2 -2
- package/build/v1/message/commands/rate-message-unreg.command.js.map +1 -1
- package/build/v1/message/queries/get-message-stream-reg.query.d.ts +1 -1
- package/build/v1/message/queries/get-message-stream-reg.query.js +2 -2
- package/build/v1/message/queries/get-message-stream-reg.query.js.map +1 -1
- package/build/v1/message/queries/get-message-stream-unreg.query.d.ts +1 -1
- package/build/v1/message/queries/get-message-stream-unreg.query.js +2 -2
- package/build/v1/message/queries/get-message-stream-unreg.query.js.map +1 -1
- package/build/v1/message/schemas/attachment-source.enum.d.ts +4 -0
- package/build/v1/message/schemas/attachment-source.enum.js +9 -0
- package/build/v1/message/schemas/attachment-source.enum.js.map +1 -0
- package/build/v1/message/schemas/attachment-status.enum.d.ts +4 -0
- package/build/v1/message/schemas/attachment-status.enum.js +9 -0
- package/build/v1/message/schemas/attachment-status.enum.js.map +1 -0
- package/build/v1/message/schemas/attachment-type.enum.d.ts +6 -0
- package/build/v1/message/schemas/attachment-type.enum.js +11 -0
- package/build/v1/message/schemas/attachment-type.enum.js.map +1 -0
- package/build/v1/message/schemas/bash-chunk-stream.enum.d.ts +4 -0
- package/build/v1/message/schemas/bash-chunk-stream.enum.js +9 -0
- package/build/v1/message/schemas/bash-chunk-stream.enum.js.map +1 -0
- package/build/v1/message/schemas/citation-status.enum.d.ts +4 -0
- package/build/v1/message/schemas/citation-status.enum.js +9 -0
- package/build/v1/message/schemas/citation-status.enum.js.map +1 -0
- package/build/v1/message/schemas/citation.schema.d.ts +0 -4
- package/build/v1/message/schemas/citation.schema.js +1 -6
- package/build/v1/message/schemas/citation.schema.js.map +1 -1
- package/build/v1/message/schemas/create-message-request.schema.d.ts +3 -3
- package/build/v1/message/schemas/generation-step-type.enum.d.ts +16 -0
- package/build/v1/message/schemas/generation-step-type.enum.js +21 -0
- package/build/v1/message/schemas/generation-step-type.enum.js.map +1 -0
- package/build/v1/message/schemas/generation-step.schema.d.ts +1 -24
- package/build/v1/message/schemas/generation-step.schema.js +3 -28
- package/build/v1/message/schemas/generation-step.schema.js.map +1 -1
- package/build/v1/message/schemas/index.d.ts +14 -5
- package/build/v1/message/schemas/index.js +20 -11
- package/build/v1/message/schemas/index.js.map +1 -1
- package/build/v1/message/schemas/message-attachment-response.schema.d.ts +2 -1
- package/build/v1/message/schemas/message-attachment-response.schema.js +4 -3
- package/build/v1/message/schemas/message-attachment-response.schema.js.map +1 -1
- package/build/v1/message/schemas/message-attachment.schema.d.ts +1 -14
- package/build/v1/message/schemas/message-attachment.schema.js +3 -19
- package/build/v1/message/schemas/message-attachment.schema.js.map +1 -1
- package/build/v1/message/schemas/message-response.schema.d.ts +6 -4
- package/build/v1/message/schemas/message-response.schema.js +4 -3
- package/build/v1/message/schemas/message-response.schema.js.map +1 -1
- package/build/v1/message/schemas/message-role.enum.d.ts +8 -8
- package/build/v1/message/schemas/message-role.enum.js +8 -8
- package/build/v1/message/schemas/message-status.enum.d.ts +6 -6
- package/build/v1/message/schemas/message-status.enum.js +6 -6
- package/build/v1/message/schemas/message-step-response.schema.d.ts +4 -1
- package/build/v1/message/schemas/message-step-response.schema.js +5 -3
- package/build/v1/message/schemas/message-step-response.schema.js.map +1 -1
- package/build/v1/message/schemas/message-step-status.enum.d.ts +8 -0
- package/build/v1/message/schemas/message-step-status.enum.js +13 -0
- package/build/v1/message/schemas/message-step-status.enum.js.map +1 -0
- package/build/v1/message/schemas/rate-message.schema.js +1 -1
- package/build/v1/message/schemas/rate-message.schema.js.map +1 -1
- package/build/v1/message/schemas/step-chunk-kind.enum.d.ts +8 -0
- package/build/v1/message/schemas/step-chunk-kind.enum.js +13 -0
- package/build/v1/message/schemas/step-chunk-kind.enum.js.map +1 -0
- package/build/v1/message/schemas/step-chunk-metadata.schema.d.ts +2 -12
- package/build/v1/message/schemas/step-chunk-metadata.schema.js +12 -24
- package/build/v1/message/schemas/step-chunk-metadata.schema.js.map +1 -1
- package/build/v1/message/schemas/step-metadata.schema.d.ts +1 -1
- package/build/v1/message/schemas/step-metadata.schema.js +7 -7
- package/build/v1/message/schemas/step-metadata.schema.js.map +1 -1
- package/build/v1/message/schemas/stream-event-type.enum.d.ts +15 -0
- package/build/v1/message/schemas/stream-event-type.enum.js +20 -0
- package/build/v1/message/schemas/stream-event-type.enum.js.map +1 -0
- package/build/v1/message/schemas/stream-events.schema.d.ts +16 -30
- package/build/v1/message/schemas/stream-events.schema.js +20 -35
- package/build/v1/message/schemas/stream-events.schema.js.map +1 -1
- package/build/v1/message/schemas/user-rating.enum.d.ts +2 -2
- package/build/v1/message/schemas/user-rating.enum.js +2 -2
- package/build/v1/model-route/admin/commands/create-model-route.command.d.ts +1 -1
- package/build/v1/model-route/admin/commands/create-model-route.command.js +2 -2
- package/build/v1/model-route/admin/commands/create-model-route.command.js.map +1 -1
- package/build/v1/model-route/admin/commands/delete-model-route.command.d.ts +1 -1
- package/build/v1/model-route/admin/commands/delete-model-route.command.js +2 -2
- package/build/v1/model-route/admin/commands/delete-model-route.command.js.map +1 -1
- package/build/v1/model-route/admin/commands/update-model-route.command.d.ts +1 -1
- package/build/v1/model-route/admin/commands/update-model-route.command.js +2 -2
- package/build/v1/model-route/admin/commands/update-model-route.command.js.map +1 -1
- package/build/v1/model-route/admin/queries/get-model-route.query.d.ts +1 -1
- package/build/v1/model-route/admin/queries/get-model-route.query.js +2 -2
- package/build/v1/model-route/admin/queries/get-model-route.query.js.map +1 -1
- package/build/v1/model-route/admin/queries/list-model-routes-by-model.query.d.ts +1 -1
- package/build/v1/model-route/admin/queries/list-model-routes-by-model.query.js +2 -2
- package/build/v1/model-route/admin/queries/list-model-routes-by-model.query.js.map +1 -1
- package/build/v1/model-route/schemas/create-model-route-request.schema.js +1 -1
- package/build/v1/model-route/schemas/create-model-route-request.schema.js.map +1 -1
- package/build/v1/model-route/schemas/model-route-response.schema.js +2 -2
- package/build/v1/model-route/schemas/model-route-response.schema.js.map +1 -1
- package/build/v1/model-route/schemas/model-route-status.enum.d.ts +2 -2
- package/build/v1/model-route/schemas/model-route-status.enum.js +2 -2
- package/build/v1/model-route/schemas/provider-generation-config.schema.js +1 -1
- package/build/v1/model-route/schemas/provider-generation-config.schema.js.map +1 -1
- package/build/v1/model-route/schemas/update-model-route-request.schema.js +2 -2
- package/build/v1/model-route/schemas/update-model-route-request.schema.js.map +1 -1
- package/build/v1/notifications/commands/update-notification-settings.command.d.ts +1 -1
- package/build/v1/notifications/commands/update-notification-settings.command.js +2 -2
- package/build/v1/notifications/commands/update-notification-settings.command.js.map +1 -1
- package/build/v1/notifications/queries/get-notification-settings.query.d.ts +1 -1
- package/build/v1/notifications/queries/get-notification-settings.query.js +2 -2
- package/build/v1/notifications/queries/get-notification-settings.query.js.map +1 -1
- package/build/v1/notifications/schemas/notification-provider.enum.d.ts +2 -2
- package/build/v1/notifications/schemas/notification-provider.enum.js +2 -2
- package/build/v1/notifications/schemas/notification-setting.schema.js +4 -4
- package/build/v1/notifications/schemas/notification-setting.schema.js.map +1 -1
- package/build/v1/notifications/schemas/notification-settings-response.schema.js +1 -1
- package/build/v1/notifications/schemas/notification-settings-response.schema.js.map +1 -1
- package/build/v1/notifications/schemas/update-notification-settings-request.schema.js +2 -2
- package/build/v1/notifications/schemas/update-notification-settings-request.schema.js.map +1 -1
- package/build/v1/oauth-common/schemas/oauth-auth-request-type.enum.d.ts +2 -2
- package/build/v1/oauth-common/schemas/oauth-auth-request-type.enum.js +2 -2
- package/build/v1/open-graph/queries/get-open-graph-preview-reg.query.d.ts +1 -1
- package/build/v1/open-graph/queries/get-open-graph-preview-reg.query.js +2 -2
- package/build/v1/open-graph/queries/get-open-graph-preview-reg.query.js.map +1 -1
- package/build/v1/open-graph/queries/get-open-graph-preview-unreg.query.d.ts +1 -1
- package/build/v1/open-graph/queries/get-open-graph-preview-unreg.query.js +2 -2
- package/build/v1/open-graph/queries/get-open-graph-preview-unreg.query.js.map +1 -1
- package/build/v1/s2s/commands/upload-ai-file.command.d.ts +1 -1
- package/build/v1/s2s/commands/upload-ai-file.command.js +2 -2
- package/build/v1/s2s/commands/upload-ai-file.command.js.map +1 -1
- package/build/v1/s2s/commands/upload-ai-image.command.d.ts +1 -1
- package/build/v1/s2s/commands/upload-ai-image.command.js +2 -2
- package/build/v1/s2s/commands/upload-ai-image.command.js.map +1 -1
- package/build/v1/s2s/queries/get-chat-by-id.query.d.ts +1 -1
- package/build/v1/s2s/queries/get-chat-by-id.query.js +2 -2
- package/build/v1/s2s/queries/get-chat-by-id.query.js.map +1 -1
- package/build/v1/s2s/queries/get-user-by-session.query.d.ts +1 -1
- package/build/v1/s2s/queries/get-user-by-session.query.js +2 -2
- package/build/v1/s2s/queries/get-user-by-session.query.js.map +1 -1
- package/build/v1/s2s/schemas/index.d.ts +2 -0
- package/build/v1/s2s/schemas/index.js +2 -0
- package/build/v1/s2s/schemas/index.js.map +1 -1
- package/build/v1/s2s/schemas/s2s-upload-ai-file-owner-type.enum.d.ts +4 -0
- package/build/v1/s2s/schemas/s2s-upload-ai-file-owner-type.enum.js +9 -0
- package/build/v1/s2s/schemas/s2s-upload-ai-file-owner-type.enum.js.map +1 -0
- package/build/v1/s2s/schemas/s2s-upload-ai-file-request.schema.d.ts +1 -4
- package/build/v1/s2s/schemas/s2s-upload-ai-file-request.schema.js +3 -7
- package/build/v1/s2s/schemas/s2s-upload-ai-file-request.schema.js.map +1 -1
- package/build/v1/s2s/schemas/s2s-upload-ai-image-owner-type.enum.d.ts +4 -0
- package/build/v1/s2s/schemas/s2s-upload-ai-image-owner-type.enum.js +9 -0
- package/build/v1/s2s/schemas/s2s-upload-ai-image-owner-type.enum.js.map +1 -0
- package/build/v1/s2s/schemas/s2s-upload-ai-image-request.schema.d.ts +1 -4
- package/build/v1/s2s/schemas/s2s-upload-ai-image-request.schema.js +3 -7
- package/build/v1/s2s/schemas/s2s-upload-ai-image-request.schema.js.map +1 -1
- package/build/v1/s2s/schemas/s2s-user-response.schema.js +1 -1
- package/build/v1/s2s/schemas/s2s-user-response.schema.js.map +1 -1
- package/build/v1/seo-pages/admin/commands/create-page.command.d.ts +1 -1
- package/build/v1/seo-pages/admin/commands/create-page.command.js +2 -2
- package/build/v1/seo-pages/admin/commands/create-page.command.js.map +1 -1
- package/build/v1/seo-pages/admin/commands/delete-page.command.d.ts +1 -1
- package/build/v1/seo-pages/admin/commands/delete-page.command.js +2 -2
- package/build/v1/seo-pages/admin/commands/delete-page.command.js.map +1 -1
- package/build/v1/seo-pages/admin/commands/update-page.command.d.ts +1 -1
- package/build/v1/seo-pages/admin/commands/update-page.command.js +2 -2
- package/build/v1/seo-pages/admin/commands/update-page.command.js.map +1 -1
- package/build/v1/seo-pages/admin/queries/get-page.query.d.ts +1 -1
- package/build/v1/seo-pages/admin/queries/get-page.query.js +2 -2
- package/build/v1/seo-pages/admin/queries/get-page.query.js.map +1 -1
- package/build/v1/seo-pages/admin/queries/get-pages.query.d.ts +1 -1
- package/build/v1/seo-pages/admin/queries/get-pages.query.js +2 -2
- package/build/v1/seo-pages/admin/queries/get-pages.query.js.map +1 -1
- package/build/v1/seo-pages/public/queries/get-index-page.query.d.ts +1 -1
- package/build/v1/seo-pages/public/queries/get-index-page.query.js +2 -2
- package/build/v1/seo-pages/public/queries/get-index-page.query.js.map +1 -1
- package/build/v1/seo-pages/public/queries/get-page-by-alias.query.d.ts +1 -1
- package/build/v1/seo-pages/public/queries/get-page-by-alias.query.js +2 -2
- package/build/v1/seo-pages/public/queries/get-page-by-alias.query.js.map +1 -1
- package/build/v1/seo-pages/schemas/page-response.schema.js +4 -4
- package/build/v1/seo-pages/schemas/page-response.schema.js.map +1 -1
- package/build/v1/seo-pages/schemas/page-status.enum.d.ts +3 -3
- package/build/v1/seo-pages/schemas/page-status.enum.js +3 -3
- package/build/v1/seo-pages/schemas/page-type.enum.d.ts +3 -3
- package/build/v1/seo-pages/schemas/page-type.enum.js +3 -3
- package/build/v1/seo-pages/schemas/update-page-request.schema.js +1 -1
- package/build/v1/seo-pages/schemas/update-page-request.schema.js.map +1 -1
- package/build/v1/shared/access.schema.d.ts +2 -1
- package/build/v1/shared/access.schema.js +4 -3
- package/build/v1/shared/access.schema.js.map +1 -1
- package/build/v1/shared/index.d.ts +1 -0
- package/build/v1/shared/index.js +1 -0
- package/build/v1/shared/index.js.map +1 -1
- package/build/v1/shared/visibility.enum.d.ts +4 -9
- package/build/v1/shared/visibility.enum.js +5 -11
- package/build/v1/shared/visibility.enum.js.map +1 -1
- package/build/v1/shared/writable-visibility.enum.d.ts +5 -0
- package/build/v1/shared/writable-visibility.enum.js +10 -0
- package/build/v1/shared/writable-visibility.enum.js.map +1 -0
- package/build/v1/tasks/commands/admin-create-task-definition.command.d.ts +5 -5
- package/build/v1/tasks/commands/admin-create-task-definition.command.js +2 -2
- package/build/v1/tasks/commands/admin-create-task-definition.command.js.map +1 -1
- package/build/v1/tasks/commands/admin-delete-task-definition.command.d.ts +1 -1
- package/build/v1/tasks/commands/admin-delete-task-definition.command.js +2 -2
- package/build/v1/tasks/commands/admin-delete-task-definition.command.js.map +1 -1
- package/build/v1/tasks/commands/admin-update-task-definition.command.d.ts +5 -5
- package/build/v1/tasks/commands/admin-update-task-definition.command.js +2 -2
- package/build/v1/tasks/commands/admin-update-task-definition.command.js.map +1 -1
- package/build/v1/tasks/commands/claim-task.command.d.ts +2 -2
- package/build/v1/tasks/commands/claim-task.command.js +2 -2
- package/build/v1/tasks/commands/claim-task.command.js.map +1 -1
- package/build/v1/tasks/commands/verify-task.command.d.ts +2 -2
- package/build/v1/tasks/commands/verify-task.command.js +2 -2
- package/build/v1/tasks/commands/verify-task.command.js.map +1 -1
- package/build/v1/tasks/queries/get-admin-task-definitions.query.d.ts +3 -3
- package/build/v1/tasks/queries/get-admin-task-definitions.query.js +2 -2
- package/build/v1/tasks/queries/get-admin-task-definitions.query.js.map +1 -1
- package/build/v1/tasks/queries/get-unreg-tasks.query.d.ts +3 -3
- package/build/v1/tasks/queries/get-unreg-tasks.query.js +2 -2
- package/build/v1/tasks/queries/get-unreg-tasks.query.js.map +1 -1
- package/build/v1/tasks/queries/get-user-tasks.query.d.ts +3 -3
- package/build/v1/tasks/queries/get-user-tasks.query.js +2 -2
- package/build/v1/tasks/queries/get-user-tasks.query.js.map +1 -1
- package/build/v1/tasks/schemas/admin-task-definition.schema.d.ts +10 -9
- package/build/v1/tasks/schemas/admin-task-definition.schema.js +9 -7
- package/build/v1/tasks/schemas/admin-task-definition.schema.js.map +1 -1
- package/build/v1/tasks/schemas/claim-task-response.schema.d.ts +1 -1
- package/build/v1/tasks/schemas/claim-task-response.schema.js +2 -2
- package/build/v1/tasks/schemas/claim-task-response.schema.js.map +1 -1
- package/build/v1/tasks/schemas/index.d.ts +6 -0
- package/build/v1/tasks/schemas/index.js +6 -0
- package/build/v1/tasks/schemas/index.js.map +1 -1
- package/build/v1/tasks/schemas/metadata/task-code-metadata.registry.d.ts +1 -1
- package/build/v1/tasks/schemas/metadata/task-code-metadata.registry.js +2 -2
- package/build/v1/tasks/schemas/metadata/task-code-metadata.registry.js.map +1 -1
- package/build/v1/tasks/schemas/task-audience.enum.d.ts +5 -0
- package/build/v1/tasks/schemas/task-audience.enum.js +10 -0
- package/build/v1/tasks/schemas/task-audience.enum.js.map +1 -0
- package/build/v1/tasks/schemas/task-audience.schema.d.ts +1 -5
- package/build/v1/tasks/schemas/task-audience.schema.js +3 -8
- package/build/v1/tasks/schemas/task-audience.schema.js.map +1 -1
- package/build/v1/tasks/schemas/task-code.enum.d.ts +8 -0
- package/build/v1/tasks/schemas/task-code.enum.js +13 -0
- package/build/v1/tasks/schemas/task-code.enum.js.map +1 -0
- package/build/v1/tasks/schemas/task-definition-status.enum.d.ts +5 -0
- package/build/v1/tasks/schemas/task-definition-status.enum.js +10 -0
- package/build/v1/tasks/schemas/task-definition-status.enum.js.map +1 -0
- package/build/v1/tasks/schemas/task-requirement.enum.d.ts +7 -0
- package/build/v1/tasks/schemas/task-requirement.enum.js +12 -0
- package/build/v1/tasks/schemas/task-requirement.enum.js.map +1 -0
- package/build/v1/tasks/schemas/task-requirements.schema.d.ts +1 -7
- package/build/v1/tasks/schemas/task-requirements.schema.js +3 -10
- package/build/v1/tasks/schemas/task-requirements.schema.js.map +1 -1
- package/build/v1/tasks/schemas/task-type.enum.d.ts +6 -0
- package/build/v1/tasks/schemas/task-type.enum.js +11 -0
- package/build/v1/tasks/schemas/task-type.enum.js.map +1 -0
- package/build/v1/tasks/schemas/user-task-response.schema.d.ts +3 -2
- package/build/v1/tasks/schemas/user-task-response.schema.js +6 -5
- package/build/v1/tasks/schemas/user-task-response.schema.js.map +1 -1
- package/build/v1/tasks/schemas/user-task-status.enum.d.ts +5 -0
- package/build/v1/tasks/schemas/user-task-status.enum.js +10 -0
- package/build/v1/tasks/schemas/user-task-status.enum.js.map +1 -0
- package/build/v1/tasks/schemas/verify-task-response.schema.d.ts +1 -1
- package/build/v1/tasks/schemas/verify-task-response.schema.js +2 -2
- package/build/v1/tasks/schemas/verify-task-response.schema.js.map +1 -1
- package/build/v1/tasks/tasks.constants.d.ts +0 -24
- package/build/v1/tasks/tasks.constants.js +1 -29
- package/build/v1/tasks/tasks.constants.js.map +1 -1
- package/build/v1/telegram-auth/commands/exchange-telegram-auth.command.d.ts +1 -1
- package/build/v1/telegram-auth/commands/exchange-telegram-auth.command.js +2 -2
- package/build/v1/telegram-auth/commands/exchange-telegram-auth.command.js.map +1 -1
- package/build/v1/telegram-auth/commands/init-telegram-auth.command.d.ts +1 -1
- package/build/v1/telegram-auth/commands/init-telegram-auth.command.js +2 -2
- package/build/v1/telegram-auth/commands/init-telegram-auth.command.js.map +1 -1
- package/build/v1/telegram-auth/queries/get-telegram-auth-status.query.d.ts +1 -1
- package/build/v1/telegram-auth/queries/get-telegram-auth-status.query.js +2 -2
- package/build/v1/telegram-auth/queries/get-telegram-auth-status.query.js.map +1 -1
- package/build/v1/telegram-auth/schemas/telegram-auth-status-response.schema.js +1 -1
- package/build/v1/telegram-auth/schemas/telegram-auth-status-response.schema.js.map +1 -1
- package/build/v1/telegram-auth/schemas/telegram-auth-status.enum.d.ts +5 -5
- package/build/v1/telegram-auth/schemas/telegram-auth-status.enum.js +5 -5
- package/build/v1/telegram-profile/commands/link-telegram.command.d.ts +1 -1
- package/build/v1/telegram-profile/commands/link-telegram.command.js +2 -2
- package/build/v1/telegram-profile/commands/link-telegram.command.js.map +1 -1
- package/build/v1/telegram-profile/commands/unlink-telegram.command.d.ts +1 -1
- package/build/v1/telegram-profile/commands/unlink-telegram.command.js +2 -2
- package/build/v1/telegram-profile/commands/unlink-telegram.command.js.map +1 -1
- package/build/v1/telegram-profile/queries/get-telegram-link-status.query.d.ts +1 -1
- package/build/v1/telegram-profile/queries/get-telegram-link-status.query.js +2 -2
- package/build/v1/telegram-profile/queries/get-telegram-link-status.query.js.map +1 -1
- package/build/v1/telegram-profile/queries/get-telegram-profile.query.d.ts +1 -1
- package/build/v1/telegram-profile/queries/get-telegram-profile.query.js +2 -2
- package/build/v1/telegram-profile/queries/get-telegram-profile.query.js.map +1 -1
- package/build/v1/telegram-profile/schemas/telegram-link-status-response.schema.js +1 -1
- package/build/v1/telegram-profile/schemas/telegram-link-status-response.schema.js.map +1 -1
- package/build/v1/tool/admin/commands/create-model-tool-binding.command.d.ts +33 -33
- package/build/v1/tool/admin/commands/create-model-tool-binding.command.js +2 -2
- package/build/v1/tool/admin/commands/create-model-tool-binding.command.js.map +1 -1
- package/build/v1/tool/admin/commands/delete-model-tool-binding.command.d.ts +1 -1
- package/build/v1/tool/admin/commands/delete-model-tool-binding.command.js +2 -2
- package/build/v1/tool/admin/commands/delete-model-tool-binding.command.js.map +1 -1
- package/build/v1/tool/admin/commands/delete-tool.command.d.ts +1 -1
- package/build/v1/tool/admin/commands/delete-tool.command.js +2 -2
- package/build/v1/tool/admin/commands/delete-tool.command.js.map +1 -1
- package/build/v1/tool/admin/commands/update-model-tool-binding.command.d.ts +33 -33
- package/build/v1/tool/admin/commands/update-model-tool-binding.command.js +2 -2
- package/build/v1/tool/admin/commands/update-model-tool-binding.command.js.map +1 -1
- package/build/v1/tool/admin/commands/update-tool.command.d.ts +1 -1
- package/build/v1/tool/admin/commands/update-tool.command.js +2 -2
- package/build/v1/tool/admin/commands/update-tool.command.js.map +1 -1
- package/build/v1/tool/admin/queries/get-model-tool-bindings.query.d.ts +17 -17
- package/build/v1/tool/admin/queries/get-model-tool-bindings.query.js +2 -2
- package/build/v1/tool/admin/queries/get-model-tool-bindings.query.js.map +1 -1
- package/build/v1/tool/admin/queries/get-tools.query.d.ts +1 -1
- package/build/v1/tool/admin/queries/get-tools.query.js +2 -2
- package/build/v1/tool/admin/queries/get-tools.query.js.map +1 -1
- package/build/v1/tool/public/queries/get-tool-availability.query.d.ts +1 -1
- package/build/v1/tool/public/queries/get-tool-availability.query.js +2 -2
- package/build/v1/tool/public/queries/get-tool-availability.query.js.map +1 -1
- package/build/v1/tool/public/queries/get-tools.query.d.ts +1 -1
- package/build/v1/tool/public/queries/get-tools.query.js +2 -2
- package/build/v1/tool/public/queries/get-tools.query.js.map +1 -1
- package/build/v1/tool/sandbox/code-execution-language.enum.d.ts +2 -2
- package/build/v1/tool/sandbox/code-execution-language.enum.js +2 -2
- package/build/v1/tool/sandbox/code-execution-outcome-kind.enum.d.ts +3 -3
- package/build/v1/tool/sandbox/code-execution-outcome-kind.enum.js +3 -3
- package/build/v1/tool/sandbox/sandbox-primitive-type.enum.d.ts +4 -4
- package/build/v1/tool/sandbox/sandbox-primitive-type.enum.js +4 -4
- package/build/v1/tool/sandbox/sandbox-view-kind.enum.d.ts +4 -4
- package/build/v1/tool/sandbox/sandbox-view-kind.enum.js +4 -4
- package/build/v1/tool/schemas/{freshness.types.d.ts → freshness.enum.d.ts} +4 -4
- package/build/v1/tool/schemas/{freshness.types.js → freshness.enum.js} +5 -5
- package/build/v1/tool/schemas/freshness.enum.js.map +1 -0
- package/build/v1/tool/schemas/index.d.ts +7 -2
- package/build/v1/tool/schemas/index.js +7 -2
- package/build/v1/tool/schemas/index.js.map +1 -1
- package/build/v1/tool/schemas/kie-body-mode.enum.d.ts +3 -3
- package/build/v1/tool/schemas/kie-body-mode.enum.js +3 -3
- package/build/v1/tool/schemas/kie-tool-runtime-overrides.schema.js +1 -1
- package/build/v1/tool/schemas/kie-tool-runtime-overrides.schema.js.map +1 -1
- package/build/v1/tool/schemas/tool-binding-status.enum.d.ts +5 -0
- package/build/v1/tool/schemas/tool-binding-status.enum.js +10 -0
- package/build/v1/tool/schemas/tool-binding-status.enum.js.map +1 -0
- package/build/v1/tool/schemas/tool-definition-source.enum.d.ts +4 -0
- package/build/v1/tool/schemas/tool-definition-source.enum.js +9 -0
- package/build/v1/tool/schemas/tool-definition-source.enum.js.map +1 -0
- package/build/v1/tool/schemas/tool-executor-type.enum.d.ts +6 -0
- package/build/v1/tool/schemas/tool-executor-type.enum.js +11 -0
- package/build/v1/tool/schemas/tool-executor-type.enum.js.map +1 -0
- package/build/v1/tool/schemas/tool-kind.enum.d.ts +5 -0
- package/build/v1/tool/schemas/tool-kind.enum.js +10 -0
- package/build/v1/tool/schemas/tool-kind.enum.js.map +1 -0
- package/build/v1/tool/schemas/tool-risk-level.enum.d.ts +6 -0
- package/build/v1/tool/schemas/tool-risk-level.enum.js +11 -0
- package/build/v1/tool/schemas/tool-risk-level.enum.js.map +1 -0
- package/build/v1/tool/schemas/tool-status.enum.d.ts +5 -0
- package/build/v1/tool/schemas/tool-status.enum.js +10 -0
- package/build/v1/tool/schemas/tool-status.enum.js.map +1 -0
- package/build/v1/tool/schemas/tool.schema.d.ts +106 -101
- package/build/v1/tool/schemas/tool.schema.js +14 -9
- package/build/v1/tool/schemas/tool.schema.js.map +1 -1
- package/build/v1/tool/unreg/queries/get-tool-availability-unreg.query.d.ts +1 -1
- package/build/v1/tool/unreg/queries/get-tool-availability-unreg.query.js +2 -2
- package/build/v1/tool/unreg/queries/get-tool-availability-unreg.query.js.map +1 -1
- package/build/v1/tool/unreg/queries/get-tools-unreg.query.d.ts +1 -1
- package/build/v1/tool/unreg/queries/get-tools-unreg.query.js +2 -2
- package/build/v1/tool/unreg/queries/get-tools-unreg.query.js.map +1 -1
- package/build/v1/unregistered-users/commands/authenticate.command.d.ts +1 -1
- package/build/v1/unregistered-users/commands/authenticate.command.js +2 -2
- package/build/v1/unregistered-users/commands/authenticate.command.js.map +1 -1
- package/build/v1/unregistered-users/schemas/authenticate-response.schema.js +1 -1
- package/build/v1/unregistered-users/schemas/authenticate-response.schema.js.map +1 -1
- package/build/v1/unregistered-users/schemas/unreg-user-status.enum.d.ts +3 -3
- package/build/v1/unregistered-users/schemas/unreg-user-status.enum.js +3 -3
- package/build/v1/users/commands/confirm-email-verification.command.d.ts +1 -1
- package/build/v1/users/commands/confirm-email-verification.command.js +2 -2
- package/build/v1/users/commands/confirm-email-verification.command.js.map +1 -1
- package/build/v1/users/commands/delete-account-complete.command.d.ts +1 -1
- package/build/v1/users/commands/delete-account-complete.command.js +2 -2
- package/build/v1/users/commands/delete-account-complete.command.js.map +1 -1
- package/build/v1/users/commands/delete-account-start.command.d.ts +1 -1
- package/build/v1/users/commands/delete-account-start.command.js +2 -2
- package/build/v1/users/commands/delete-account-start.command.js.map +1 -1
- package/build/v1/users/commands/delete-account-verify.command.d.ts +1 -1
- package/build/v1/users/commands/delete-account-verify.command.js +2 -2
- package/build/v1/users/commands/delete-account-verify.command.js.map +1 -1
- package/build/v1/users/commands/email-change-complete.command.d.ts +1 -1
- package/build/v1/users/commands/email-change-complete.command.js +2 -2
- package/build/v1/users/commands/email-change-complete.command.js.map +1 -1
- package/build/v1/users/commands/email-change-start.command.d.ts +1 -1
- package/build/v1/users/commands/email-change-start.command.js +2 -2
- package/build/v1/users/commands/email-change-start.command.js.map +1 -1
- package/build/v1/users/commands/email-change-verify.command.d.ts +1 -1
- package/build/v1/users/commands/email-change-verify.command.js +2 -2
- package/build/v1/users/commands/email-change-verify.command.js.map +1 -1
- package/build/v1/users/commands/password-change-complete.command.d.ts +1 -1
- package/build/v1/users/commands/password-change-complete.command.js +2 -2
- package/build/v1/users/commands/password-change-complete.command.js.map +1 -1
- package/build/v1/users/commands/password-change-start.command.d.ts +1 -1
- package/build/v1/users/commands/password-change-start.command.js +2 -2
- package/build/v1/users/commands/password-change-start.command.js.map +1 -1
- package/build/v1/users/commands/password-change-verify.command.d.ts +1 -1
- package/build/v1/users/commands/password-change-verify.command.js +2 -2
- package/build/v1/users/commands/password-change-verify.command.js.map +1 -1
- package/build/v1/users/commands/password-reset-confirm.command.d.ts +1 -1
- package/build/v1/users/commands/password-reset-confirm.command.js +2 -2
- package/build/v1/users/commands/password-reset-confirm.command.js.map +1 -1
- package/build/v1/users/commands/password-reset-request.command.d.ts +1 -1
- package/build/v1/users/commands/password-reset-request.command.js +2 -2
- package/build/v1/users/commands/password-reset-request.command.js.map +1 -1
- package/build/v1/users/commands/resend-email-verification.command.d.ts +1 -1
- package/build/v1/users/commands/resend-email-verification.command.js +2 -2
- package/build/v1/users/commands/resend-email-verification.command.js.map +1 -1
- package/build/v1/users/commands/setup-email-complete.command.d.ts +1 -1
- package/build/v1/users/commands/setup-email-complete.command.js +2 -2
- package/build/v1/users/commands/setup-email-complete.command.js.map +1 -1
- package/build/v1/users/commands/setup-email-verify.command.d.ts +1 -1
- package/build/v1/users/commands/setup-email-verify.command.js +2 -2
- package/build/v1/users/commands/setup-email-verify.command.js.map +1 -1
- package/build/v1/users/commands/setup-email.command.d.ts +1 -1
- package/build/v1/users/commands/setup-email.command.js +2 -2
- package/build/v1/users/commands/setup-email.command.js.map +1 -1
- package/build/v1/users/commands/setup-password-complete.command.d.ts +1 -1
- package/build/v1/users/commands/setup-password-complete.command.js +2 -2
- package/build/v1/users/commands/setup-password-complete.command.js.map +1 -1
- package/build/v1/users/commands/setup-password-verify.command.d.ts +1 -1
- package/build/v1/users/commands/setup-password-verify.command.js +2 -2
- package/build/v1/users/commands/setup-password-verify.command.js.map +1 -1
- package/build/v1/users/commands/setup-password.command.d.ts +1 -1
- package/build/v1/users/commands/setup-password.command.js +2 -2
- package/build/v1/users/commands/setup-password.command.js.map +1 -1
- package/build/v1/users/commands/update-profile.command.d.ts +1 -1
- package/build/v1/users/commands/update-profile.command.js +2 -2
- package/build/v1/users/commands/update-profile.command.js.map +1 -1
- package/build/v1/users/queries/delete-account-status.query.d.ts +1 -1
- package/build/v1/users/queries/delete-account-status.query.js +2 -2
- package/build/v1/users/queries/delete-account-status.query.js.map +1 -1
- package/build/v1/users/queries/email-change-status.query.d.ts +1 -1
- package/build/v1/users/queries/email-change-status.query.js +2 -2
- package/build/v1/users/queries/email-change-status.query.js.map +1 -1
- package/build/v1/users/queries/get-current-user.query.d.ts +1 -1
- package/build/v1/users/queries/get-current-user.query.js +2 -2
- package/build/v1/users/queries/get-current-user.query.js.map +1 -1
- package/build/v1/users/queries/get-setup-status.query.d.ts +2 -2
- package/build/v1/users/queries/get-setup-status.query.js +2 -2
- package/build/v1/users/queries/get-setup-status.query.js.map +1 -1
- package/build/v1/users/queries/password-change-status.query.d.ts +1 -1
- package/build/v1/users/queries/password-change-status.query.js +2 -2
- package/build/v1/users/queries/password-change-status.query.js.map +1 -1
- package/build/v1/users/queries/setup-email-status.query.d.ts +1 -1
- package/build/v1/users/queries/setup-email-status.query.js +2 -2
- package/build/v1/users/queries/setup-email-status.query.js.map +1 -1
- package/build/v1/users/queries/setup-password-status.query.d.ts +1 -1
- package/build/v1/users/queries/setup-password-status.query.js +2 -2
- package/build/v1/users/queries/setup-password-status.query.js.map +1 -1
- package/build/v1/users/schemas/auth-profile-status.enum.d.ts +2 -2
- package/build/v1/users/schemas/auth-profile-status.enum.js +2 -2
- package/build/v1/users/schemas/email-profile-status.enum.d.ts +3 -3
- package/build/v1/users/schemas/email-profile-status.enum.js +3 -3
- package/build/v1/users/schemas/email-verification-response.schema.js +1 -1
- package/build/v1/users/schemas/email-verification-response.schema.js.map +1 -1
- package/build/v1/users/schemas/index.d.ts +1 -0
- package/build/v1/users/schemas/index.js +1 -0
- package/build/v1/users/schemas/index.js.map +1 -1
- package/build/v1/users/schemas/register-type.enum.d.ts +4 -4
- package/build/v1/users/schemas/register-type.enum.js +4 -4
- package/build/v1/users/schemas/setup-status-response.schema.d.ts +1 -4
- package/build/v1/users/schemas/setup-status-response.schema.js +4 -8
- package/build/v1/users/schemas/setup-status-response.schema.js.map +1 -1
- package/build/v1/users/schemas/setup-verification-hint.enum.d.ts +4 -0
- package/build/v1/users/schemas/setup-verification-hint.enum.js +9 -0
- package/build/v1/users/schemas/setup-verification-hint.enum.js.map +1 -0
- package/build/v1/users/schemas/user-response.schema.js +1 -1
- package/build/v1/users/schemas/user-response.schema.js.map +1 -1
- package/build/v1/users/schemas/user-status.enum.d.ts +4 -4
- package/build/v1/users/schemas/user-status.enum.js +4 -4
- package/build/v1/verification/commands/cancel-verification.command.d.ts +1 -1
- package/build/v1/verification/commands/cancel-verification.command.js +2 -2
- package/build/v1/verification/commands/cancel-verification.command.js.map +1 -1
- package/build/v1/verification/commands/resend.command.d.ts +1 -1
- package/build/v1/verification/commands/resend.command.js +2 -2
- package/build/v1/verification/commands/resend.command.js.map +1 -1
- package/build/v1/verification/queries/get-active-verifications.query.d.ts +1 -1
- package/build/v1/verification/queries/get-active-verifications.query.js +2 -2
- package/build/v1/verification/queries/get-active-verifications.query.js.map +1 -1
- package/build/v1/vk-auth/commands/exchange-vk-auth.command.d.ts +1 -1
- package/build/v1/vk-auth/commands/exchange-vk-auth.command.js +2 -2
- package/build/v1/vk-auth/commands/exchange-vk-auth.command.js.map +1 -1
- package/build/v1/vk-auth/commands/init-vk-auth.command.d.ts +1 -1
- package/build/v1/vk-auth/commands/init-vk-auth.command.js +2 -2
- package/build/v1/vk-auth/commands/init-vk-auth.command.js.map +1 -1
- package/build/v1/vk-auth/queries/get-vk-auth-status.query.d.ts +1 -1
- package/build/v1/vk-auth/queries/get-vk-auth-status.query.js +2 -2
- package/build/v1/vk-auth/queries/get-vk-auth-status.query.js.map +1 -1
- package/build/v1/vk-auth/queries/handle-vk-auth-callback.query.d.ts +1 -1
- package/build/v1/vk-auth/queries/handle-vk-auth-callback.query.js +2 -2
- package/build/v1/vk-auth/queries/handle-vk-auth-callback.query.js.map +1 -1
- package/build/v1/vk-auth/schemas/vk-auth-status-response.schema.js +1 -1
- package/build/v1/vk-auth/schemas/vk-auth-status-response.schema.js.map +1 -1
- package/build/v1/vk-auth/schemas/vk-auth-status.enum.d.ts +5 -5
- package/build/v1/vk-auth/schemas/vk-auth-status.enum.js +5 -5
- package/build/v1/vk-profile/commands/link-vk.command.d.ts +1 -1
- package/build/v1/vk-profile/commands/link-vk.command.js +2 -2
- package/build/v1/vk-profile/commands/link-vk.command.js.map +1 -1
- package/build/v1/vk-profile/commands/unlink-vk.command.d.ts +1 -1
- package/build/v1/vk-profile/commands/unlink-vk.command.js +2 -2
- package/build/v1/vk-profile/commands/unlink-vk.command.js.map +1 -1
- package/build/v1/vk-profile/queries/get-vk-link-status.query.d.ts +1 -1
- package/build/v1/vk-profile/queries/get-vk-link-status.query.js +2 -2
- package/build/v1/vk-profile/queries/get-vk-link-status.query.js.map +1 -1
- package/build/v1/vk-profile/queries/get-vk-profile.query.d.ts +1 -1
- package/build/v1/vk-profile/queries/get-vk-profile.query.js +2 -2
- package/build/v1/vk-profile/queries/get-vk-profile.query.js.map +1 -1
- package/build/v1/vk-profile/schemas/vk-link-status-response.schema.js +1 -1
- package/build/v1/vk-profile/schemas/vk-link-status-response.schema.js.map +1 -1
- package/build/v1/wallet/queries/get-balance-summary.query.d.ts +1 -1
- package/build/v1/wallet/queries/get-balance-summary.query.js +2 -2
- package/build/v1/wallet/queries/get-balance-summary.query.js.map +1 -1
- package/build/v1/wallet/queries/index.d.ts +1 -0
- package/build/v1/wallet/queries/index.js +3 -1
- package/build/v1/wallet/queries/index.js.map +1 -1
- package/build/v1/wallet/queries/list-wallet-events.query.d.ts +25 -0
- package/build/v1/wallet/queries/list-wallet-events.query.js +14 -0
- package/build/v1/wallet/queries/list-wallet-events.query.js.map +1 -0
- package/build/v1/wallet/schemas/balance-response.schema.js +1 -1
- package/build/v1/wallet/schemas/balance-response.schema.js.map +1 -1
- package/build/v1/wallet/schemas/index.d.ts +3 -0
- package/build/v1/wallet/schemas/index.js +9 -1
- package/build/v1/wallet/schemas/index.js.map +1 -1
- package/build/v1/wallet/schemas/initiator-type.enum.d.ts +3 -3
- package/build/v1/wallet/schemas/initiator-type.enum.js +3 -3
- package/build/v1/wallet/schemas/source-type.enum.d.ts +6 -6
- package/build/v1/wallet/schemas/source-type.enum.js +6 -6
- package/build/v1/wallet/schemas/wallet-event-direction.enum.d.ts +4 -0
- package/build/v1/wallet/schemas/wallet-event-direction.enum.js +9 -0
- package/build/v1/wallet/schemas/wallet-event-direction.enum.js.map +1 -0
- package/build/v1/wallet/schemas/wallet-event-kind.enum.d.ts +10 -0
- package/build/v1/wallet/schemas/wallet-event-kind.enum.js +15 -0
- package/build/v1/wallet/schemas/wallet-event-kind.enum.js.map +1 -0
- package/build/v1/wallet/schemas/wallet-event.schema.d.ts +31 -0
- package/build/v1/wallet/schemas/wallet-event.schema.js +33 -0
- package/build/v1/wallet/schemas/wallet-event.schema.js.map +1 -0
- package/build/v1/web-notifications/commands/mark-web-notifications-read-up-to.command.d.ts +1 -1
- package/build/v1/web-notifications/commands/mark-web-notifications-read-up-to.command.js +2 -2
- package/build/v1/web-notifications/commands/mark-web-notifications-read-up-to.command.js.map +1 -1
- package/build/v1/web-notifications/queries/get-web-notifications.query.d.ts +1 -1
- package/build/v1/web-notifications/queries/get-web-notifications.query.js +2 -2
- package/build/v1/web-notifications/queries/get-web-notifications.query.js.map +1 -1
- package/build/v1/web-notifications/queries/get-web-unread-count.query.d.ts +1 -1
- package/build/v1/web-notifications/queries/get-web-unread-count.query.js +2 -2
- package/build/v1/web-notifications/queries/get-web-unread-count.query.js.map +1 -1
- package/build/v1/web-notifications/schemas/web-notification-status-filter.enum.d.ts +3 -3
- package/build/v1/web-notifications/schemas/web-notification-status-filter.enum.js +3 -3
- package/build/v1/web-notifications/schemas/web-notification.schema.js +1 -1
- package/build/v1/web-notifications/schemas/web-notification.schema.js.map +1 -1
- package/build/v1/yandex-auth/commands/exchange-yandex-auth.command.d.ts +1 -1
- package/build/v1/yandex-auth/commands/exchange-yandex-auth.command.js +2 -2
- package/build/v1/yandex-auth/commands/exchange-yandex-auth.command.js.map +1 -1
- package/build/v1/yandex-auth/commands/init-yandex-auth.command.d.ts +1 -1
- package/build/v1/yandex-auth/commands/init-yandex-auth.command.js +2 -2
- package/build/v1/yandex-auth/commands/init-yandex-auth.command.js.map +1 -1
- package/build/v1/yandex-auth/queries/get-yandex-auth-status.query.d.ts +1 -1
- package/build/v1/yandex-auth/queries/get-yandex-auth-status.query.js +2 -2
- package/build/v1/yandex-auth/queries/get-yandex-auth-status.query.js.map +1 -1
- package/build/v1/yandex-auth/queries/handle-yandex-auth-callback.query.d.ts +1 -1
- package/build/v1/yandex-auth/queries/handle-yandex-auth-callback.query.js +2 -2
- package/build/v1/yandex-auth/queries/handle-yandex-auth-callback.query.js.map +1 -1
- package/build/v1/yandex-auth/schemas/yandex-auth-status-response.schema.js +1 -1
- package/build/v1/yandex-auth/schemas/yandex-auth-status-response.schema.js.map +1 -1
- package/build/v1/yandex-auth/schemas/yandex-auth-status.enum.d.ts +5 -5
- package/build/v1/yandex-auth/schemas/yandex-auth-status.enum.js +5 -5
- package/build/v1/yandex-profile/commands/link-yandex.command.d.ts +1 -1
- package/build/v1/yandex-profile/commands/link-yandex.command.js +2 -2
- package/build/v1/yandex-profile/commands/link-yandex.command.js.map +1 -1
- package/build/v1/yandex-profile/commands/unlink-yandex.command.d.ts +1 -1
- package/build/v1/yandex-profile/commands/unlink-yandex.command.js +2 -2
- package/build/v1/yandex-profile/commands/unlink-yandex.command.js.map +1 -1
- package/build/v1/yandex-profile/queries/get-yandex-link-status.query.d.ts +1 -1
- package/build/v1/yandex-profile/queries/get-yandex-link-status.query.js +2 -2
- package/build/v1/yandex-profile/queries/get-yandex-link-status.query.js.map +1 -1
- package/build/v1/yandex-profile/queries/get-yandex-profile.query.d.ts +1 -1
- package/build/v1/yandex-profile/queries/get-yandex-profile.query.js +2 -2
- package/build/v1/yandex-profile/queries/get-yandex-profile.query.js.map +1 -1
- package/build/v1/yandex-profile/schemas/yandex-link-status-response.schema.js +1 -1
- package/build/v1/yandex-profile/schemas/yandex-link-status-response.schema.js.map +1 -1
- package/package.json +1 -1
- package/build/shared/http-method.js.map +0 -1
- package/build/v1/tool/schemas/freshness.types.js.map +0 -1
- package/build/v1/tool/schemas/tool.enums.d.ts +0 -31
- package/build/v1/tool/schemas/tool.enums.js +0 -41
- package/build/v1/tool/schemas/tool.enums.js.map +0 -1
- /package/build/shared/{http-method.d.ts → http-method.enum.d.ts} +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export declare enum SourceType {
|
|
2
|
-
PURCHASE = "
|
|
3
|
-
PROMO = "
|
|
4
|
-
REFERRAL = "
|
|
5
|
-
ADMIN = "
|
|
6
|
-
SUBSCRIPTION = "
|
|
7
|
-
REFUND = "
|
|
2
|
+
PURCHASE = "PURCHASE",
|
|
3
|
+
PROMO = "PROMO",
|
|
4
|
+
REFERRAL = "REFERRAL",
|
|
5
|
+
ADMIN = "ADMIN",
|
|
6
|
+
SUBSCRIPTION = "SUBSCRIPTION",
|
|
7
|
+
REFUND = "REFUND"
|
|
8
8
|
}
|
|
@@ -3,11 +3,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.SourceType = void 0;
|
|
4
4
|
var SourceType;
|
|
5
5
|
(function (SourceType) {
|
|
6
|
-
SourceType["PURCHASE"] = "
|
|
7
|
-
SourceType["PROMO"] = "
|
|
8
|
-
SourceType["REFERRAL"] = "
|
|
9
|
-
SourceType["ADMIN"] = "
|
|
10
|
-
SourceType["SUBSCRIPTION"] = "
|
|
11
|
-
SourceType["REFUND"] = "
|
|
6
|
+
SourceType["PURCHASE"] = "PURCHASE";
|
|
7
|
+
SourceType["PROMO"] = "PROMO";
|
|
8
|
+
SourceType["REFERRAL"] = "REFERRAL";
|
|
9
|
+
SourceType["ADMIN"] = "ADMIN";
|
|
10
|
+
SourceType["SUBSCRIPTION"] = "SUBSCRIPTION";
|
|
11
|
+
SourceType["REFUND"] = "REFUND";
|
|
12
12
|
})(SourceType || (exports.SourceType = SourceType = {}));
|
|
13
13
|
//# sourceMappingURL=source-type.enum.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.WalletEventDirection = void 0;
|
|
4
|
+
var WalletEventDirection;
|
|
5
|
+
(function (WalletEventDirection) {
|
|
6
|
+
WalletEventDirection["INCOMING"] = "INCOMING";
|
|
7
|
+
WalletEventDirection["OUTGOING"] = "OUTGOING";
|
|
8
|
+
})(WalletEventDirection || (exports.WalletEventDirection = WalletEventDirection = {}));
|
|
9
|
+
//# sourceMappingURL=wallet-event-direction.enum.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"wallet-event-direction.enum.js","sourceRoot":"","sources":["../../../../v1/wallet/schemas/wallet-event-direction.enum.ts"],"names":[],"mappings":";;;AAUA,IAAY,oBAGX;AAHD,WAAY,oBAAoB;IAC5B,6CAAqB,CAAA;IACrB,6CAAqB,CAAA;AACzB,CAAC,EAHW,oBAAoB,oCAApB,oBAAoB,QAG/B"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.WalletEventKind = void 0;
|
|
4
|
+
var WalletEventKind;
|
|
5
|
+
(function (WalletEventKind) {
|
|
6
|
+
WalletEventKind["TOPUP"] = "TOPUP";
|
|
7
|
+
WalletEventKind["BONUS"] = "BONUS";
|
|
8
|
+
WalletEventKind["REFUND"] = "REFUND";
|
|
9
|
+
WalletEventKind["GENERATION"] = "GENERATION";
|
|
10
|
+
WalletEventKind["ADJUSTMENT"] = "ADJUSTMENT";
|
|
11
|
+
WalletEventKind["EXPIRY"] = "EXPIRY";
|
|
12
|
+
WalletEventKind["TRANSFER_IN"] = "TRANSFER_IN";
|
|
13
|
+
WalletEventKind["TRANSFER_OUT"] = "TRANSFER_OUT";
|
|
14
|
+
})(WalletEventKind || (exports.WalletEventKind = WalletEventKind = {}));
|
|
15
|
+
//# sourceMappingURL=wallet-event-kind.enum.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"wallet-event-kind.enum.js","sourceRoot":"","sources":["../../../../v1/wallet/schemas/wallet-event-kind.enum.ts"],"names":[],"mappings":";;;AAsBA,IAAY,eASX;AATD,WAAY,eAAe;IACvB,kCAAe,CAAA;IACf,kCAAe,CAAA;IACf,oCAAiB,CAAA;IACjB,4CAAyB,CAAA;IACzB,4CAAyB,CAAA;IACzB,oCAAiB,CAAA;IACjB,8CAA2B,CAAA;IAC3B,gDAA6B,CAAA;AACjC,CAAC,EATW,eAAe,+BAAf,eAAe,QAS1B"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { WalletEventDirection } from './wallet-event-direction.enum';
|
|
3
|
+
import { WalletEventKind } from './wallet-event-kind.enum';
|
|
4
|
+
export declare const WalletEventItemSchema: z.ZodObject<{
|
|
5
|
+
correlationId: z.ZodString;
|
|
6
|
+
direction: z.ZodEnum<typeof WalletEventDirection>;
|
|
7
|
+
kind: z.ZodEnum<typeof WalletEventKind>;
|
|
8
|
+
amount: z.ZodNumber;
|
|
9
|
+
balanceAfter: z.ZodNumber;
|
|
10
|
+
eventAt: z.ZodString;
|
|
11
|
+
}, z.core.$strip>;
|
|
12
|
+
export type WalletEventItem = z.infer<typeof WalletEventItemSchema>;
|
|
13
|
+
export declare const WalletEventsListResponseSchema: z.ZodObject<{
|
|
14
|
+
items: z.ZodArray<z.ZodObject<{
|
|
15
|
+
correlationId: z.ZodString;
|
|
16
|
+
direction: z.ZodEnum<typeof WalletEventDirection>;
|
|
17
|
+
kind: z.ZodEnum<typeof WalletEventKind>;
|
|
18
|
+
amount: z.ZodNumber;
|
|
19
|
+
balanceAfter: z.ZodNumber;
|
|
20
|
+
eventAt: z.ZodString;
|
|
21
|
+
}, z.core.$strip>>;
|
|
22
|
+
nextCursor: z.ZodNullable<z.ZodString>;
|
|
23
|
+
hasMore: z.ZodBoolean;
|
|
24
|
+
}, z.core.$strip>;
|
|
25
|
+
export type WalletEventsListResponse = z.infer<typeof WalletEventsListResponseSchema>;
|
|
26
|
+
export declare const WalletEventsListRequestSchema: z.ZodObject<{
|
|
27
|
+
cursor: z.ZodOptional<z.ZodString>;
|
|
28
|
+
limit: z.ZodDefault<z.ZodNumber>;
|
|
29
|
+
direction: z.ZodOptional<z.ZodEnum<typeof WalletEventDirection>>;
|
|
30
|
+
}, z.core.$strip>;
|
|
31
|
+
export type WalletEventsListRequest = z.infer<typeof WalletEventsListRequestSchema>;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.WalletEventsListRequestSchema = exports.WalletEventsListResponseSchema = exports.WalletEventItemSchema = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const wallet_event_direction_enum_1 = require("./wallet-event-direction.enum");
|
|
6
|
+
const wallet_event_kind_enum_1 = require("./wallet-event-kind.enum");
|
|
7
|
+
exports.WalletEventItemSchema = zod_1.z.object({
|
|
8
|
+
correlationId: zod_1.z.string().uuid(),
|
|
9
|
+
direction: zod_1.z.enum(wallet_event_direction_enum_1.WalletEventDirection),
|
|
10
|
+
kind: zod_1.z.enum(wallet_event_kind_enum_1.WalletEventKind),
|
|
11
|
+
amount: zod_1.z.number().int().nonnegative(),
|
|
12
|
+
balanceAfter: zod_1.z.number().int().nonnegative(),
|
|
13
|
+
eventAt: zod_1.z.string().datetime(),
|
|
14
|
+
});
|
|
15
|
+
exports.WalletEventsListResponseSchema = zod_1.z.object({
|
|
16
|
+
items: zod_1.z.array(exports.WalletEventItemSchema),
|
|
17
|
+
nextCursor: zod_1.z.string().nullable(),
|
|
18
|
+
hasMore: zod_1.z.boolean(),
|
|
19
|
+
});
|
|
20
|
+
exports.WalletEventsListRequestSchema = zod_1.z.object({
|
|
21
|
+
cursor: zod_1.z
|
|
22
|
+
.string({ error: 'WalletEventsListRequest.cursor.invalid' })
|
|
23
|
+
.max(256, { message: 'WalletEventsListRequest.cursor.max' })
|
|
24
|
+
.optional(),
|
|
25
|
+
limit: zod_1.z
|
|
26
|
+
.number({ error: 'WalletEventsListRequest.limit.invalid' })
|
|
27
|
+
.int({ message: 'WalletEventsListRequest.limit.int' })
|
|
28
|
+
.min(1, { message: 'WalletEventsListRequest.limit.min' })
|
|
29
|
+
.max(50, { message: 'WalletEventsListRequest.limit.max' })
|
|
30
|
+
.default(20),
|
|
31
|
+
direction: zod_1.z.enum(wallet_event_direction_enum_1.WalletEventDirection).optional(),
|
|
32
|
+
});
|
|
33
|
+
//# sourceMappingURL=wallet-event.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"wallet-event.schema.js","sourceRoot":"","sources":["../../../../v1/wallet/schemas/wallet-event.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,+EAAqE;AACrE,qEAA2D;AAoB9C,QAAA,qBAAqB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC1C,aAAa,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAChC,SAAS,EAAE,OAAC,CAAC,IAAI,CAAC,kDAAoB,CAAC;IACvC,IAAI,EAAE,OAAC,CAAC,IAAI,CAAC,wCAAe,CAAC;IAC7B,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,WAAW,EAAE;IACtC,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,WAAW,EAAE;IAC5C,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACjC,CAAC,CAAC;AAOU,QAAA,8BAA8B,GAAG,OAAC,CAAC,MAAM,CAAC;IACnD,KAAK,EAAE,OAAC,CAAC,KAAK,CAAC,6BAAqB,CAAC;IACrC,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,OAAO,EAAE,OAAC,CAAC,OAAO,EAAE;CACvB,CAAC,CAAC;AAWU,QAAA,6BAA6B,GAAG,OAAC,CAAC,MAAM,CAAC;IAClD,MAAM,EAAE,OAAC;SACJ,MAAM,CAAC,EAAE,KAAK,EAAE,wCAAwC,EAAE,CAAC;SAC3D,GAAG,CAAC,GAAG,EAAE,EAAE,OAAO,EAAE,oCAAoC,EAAE,CAAC;SAC3D,QAAQ,EAAE;IACf,KAAK,EAAE,OAAC;SACH,MAAM,CAAC,EAAE,KAAK,EAAE,uCAAuC,EAAE,CAAC;SAC1D,GAAG,CAAC,EAAE,OAAO,EAAE,mCAAmC,EAAE,CAAC;SACrD,GAAG,CAAC,CAAC,EAAE,EAAE,OAAO,EAAE,mCAAmC,EAAE,CAAC;SACxD,GAAG,CAAC,EAAE,EAAE,EAAE,OAAO,EAAE,mCAAmC,EAAE,CAAC;SACzD,OAAO,CAAC,EAAE,CAAC;IAChB,SAAS,EAAE,OAAC,CAAC,IAAI,CAAC,kDAAoB,CAAC,CAAC,QAAQ,EAAE;CACrD,CAAC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { HttpMethod } from '../../../shared/http-method';
|
|
2
|
+
import { HttpMethod } from '../../../shared/http-method.enum';
|
|
3
3
|
export declare namespace MarkWebNotificationsReadUpToCommand {
|
|
4
4
|
const Request: z.ZodObject<{
|
|
5
5
|
lastUuid: z.ZodString;
|
|
@@ -3,12 +3,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.MarkWebNotificationsReadUpToCommand = void 0;
|
|
4
4
|
const schemas_1 = require("../schemas");
|
|
5
5
|
const rest_api_1 = require("../../../rest-api");
|
|
6
|
-
const
|
|
6
|
+
const http_method_enum_1 = require("../../../shared/http-method.enum");
|
|
7
7
|
var MarkWebNotificationsReadUpToCommand;
|
|
8
8
|
(function (MarkWebNotificationsReadUpToCommand) {
|
|
9
9
|
MarkWebNotificationsReadUpToCommand.Request = schemas_1.MarkWebNotificationsReadUpToRequestSchema;
|
|
10
10
|
MarkWebNotificationsReadUpToCommand.Response = schemas_1.MarkWebNotificationsReadUpToResponseSchema;
|
|
11
11
|
MarkWebNotificationsReadUpToCommand.URL = rest_api_1.REST_API.V1.WEB_NOTIFICATIONS.READ_UP_TO;
|
|
12
|
-
MarkWebNotificationsReadUpToCommand.METHOD =
|
|
12
|
+
MarkWebNotificationsReadUpToCommand.METHOD = http_method_enum_1.HttpMethod.POST;
|
|
13
13
|
})(MarkWebNotificationsReadUpToCommand || (exports.MarkWebNotificationsReadUpToCommand = MarkWebNotificationsReadUpToCommand = {}));
|
|
14
14
|
//# sourceMappingURL=mark-web-notifications-read-up-to.command.js.map
|
package/build/v1/web-notifications/commands/mark-web-notifications-read-up-to.command.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mark-web-notifications-read-up-to.command.js","sourceRoot":"","sources":["../../../../v1/web-notifications/commands/mark-web-notifications-read-up-to.command.ts"],"names":[],"mappings":";;;AACA,wCAGoB;AACpB,gDAA6C;AAC7C,
|
|
1
|
+
{"version":3,"file":"mark-web-notifications-read-up-to.command.js","sourceRoot":"","sources":["../../../../v1/web-notifications/commands/mark-web-notifications-read-up-to.command.ts"],"names":[],"mappings":";;;AACA,wCAGoB;AACpB,gDAA6C;AAC7C,uEAA8D;AAE9D,IAAiB,mCAAmC,CAQnD;AARD,WAAiB,mCAAmC;IACnC,2CAAO,GAAG,mDAAyC,CAAC;IACpD,4CAAQ,GAAG,oDAA0C,CAAC;IACtD,uCAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,iBAAiB,CAAC,UAAU,CAAC;IAC/C,0CAAM,GAAG,6BAAU,CAAC,IAAI,CAAC;AAI1C,CAAC,EARgB,mCAAmC,mDAAnC,mCAAmC,QAQnD"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { HttpMethod } from '../../../shared/http-method';
|
|
2
|
+
import { HttpMethod } from '../../../shared/http-method.enum';
|
|
3
3
|
export declare namespace GetWebNotificationsQuery {
|
|
4
4
|
const Request: z.ZodObject<{
|
|
5
5
|
status: z.ZodOptional<z.ZodEnum<typeof import("../schemas").WebNotificationStatusFilter>>;
|
|
@@ -3,12 +3,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.GetWebNotificationsQuery = void 0;
|
|
4
4
|
const schemas_1 = require("../schemas");
|
|
5
5
|
const rest_api_1 = require("../../../rest-api");
|
|
6
|
-
const
|
|
6
|
+
const http_method_enum_1 = require("../../../shared/http-method.enum");
|
|
7
7
|
var GetWebNotificationsQuery;
|
|
8
8
|
(function (GetWebNotificationsQuery) {
|
|
9
9
|
GetWebNotificationsQuery.Request = schemas_1.GetWebNotificationsQuerySchema;
|
|
10
10
|
GetWebNotificationsQuery.Response = schemas_1.WebNotificationsResponseSchema;
|
|
11
11
|
GetWebNotificationsQuery.URL = rest_api_1.REST_API.V1.WEB_NOTIFICATIONS.LIST;
|
|
12
|
-
GetWebNotificationsQuery.METHOD =
|
|
12
|
+
GetWebNotificationsQuery.METHOD = http_method_enum_1.HttpMethod.GET;
|
|
13
13
|
})(GetWebNotificationsQuery || (exports.GetWebNotificationsQuery = GetWebNotificationsQuery = {}));
|
|
14
14
|
//# sourceMappingURL=get-web-notifications.query.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-web-notifications.query.js","sourceRoot":"","sources":["../../../../v1/web-notifications/queries/get-web-notifications.query.ts"],"names":[],"mappings":";;;AACA,wCAA4F;AAC5F,gDAA6C;AAC7C,
|
|
1
|
+
{"version":3,"file":"get-web-notifications.query.js","sourceRoot":"","sources":["../../../../v1/web-notifications/queries/get-web-notifications.query.ts"],"names":[],"mappings":";;;AACA,wCAA4F;AAC5F,gDAA6C;AAC7C,uEAA8D;AAE9D,IAAiB,wBAAwB,CAQxC;AARD,WAAiB,wBAAwB;IACxB,gCAAO,GAAG,wCAA8B,CAAC;IACzC,iCAAQ,GAAG,wCAA8B,CAAC;IAC1C,4BAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,iBAAiB,CAAC,IAAI,CAAC;IACzC,+BAAM,GAAG,6BAAU,CAAC,GAAG,CAAC;AAIzC,CAAC,EARgB,wBAAwB,wCAAxB,wBAAwB,QAQxC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { HttpMethod } from '../../../shared/http-method';
|
|
2
|
+
import { HttpMethod } from '../../../shared/http-method.enum';
|
|
3
3
|
export declare namespace GetWebUnreadCountQuery {
|
|
4
4
|
const Request: z.ZodObject<{}, z.core.$strip>;
|
|
5
5
|
const Response: z.ZodObject<{
|
|
@@ -4,12 +4,12 @@ exports.GetWebUnreadCountQuery = void 0;
|
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
5
|
const schemas_1 = require("../schemas");
|
|
6
6
|
const rest_api_1 = require("../../../rest-api");
|
|
7
|
-
const
|
|
7
|
+
const http_method_enum_1 = require("../../../shared/http-method.enum");
|
|
8
8
|
var GetWebUnreadCountQuery;
|
|
9
9
|
(function (GetWebUnreadCountQuery) {
|
|
10
10
|
GetWebUnreadCountQuery.Request = zod_1.z.object({});
|
|
11
11
|
GetWebUnreadCountQuery.Response = schemas_1.WebUnreadCountResponseSchema;
|
|
12
12
|
GetWebUnreadCountQuery.URL = rest_api_1.REST_API.V1.WEB_NOTIFICATIONS.UNREAD_COUNT;
|
|
13
|
-
GetWebUnreadCountQuery.METHOD =
|
|
13
|
+
GetWebUnreadCountQuery.METHOD = http_method_enum_1.HttpMethod.GET;
|
|
14
14
|
})(GetWebUnreadCountQuery || (exports.GetWebUnreadCountQuery = GetWebUnreadCountQuery = {}));
|
|
15
15
|
//# sourceMappingURL=get-web-unread-count.query.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-web-unread-count.query.js","sourceRoot":"","sources":["../../../../v1/web-notifications/queries/get-web-unread-count.query.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,wCAA0D;AAC1D,gDAA6C;AAC7C,
|
|
1
|
+
{"version":3,"file":"get-web-unread-count.query.js","sourceRoot":"","sources":["../../../../v1/web-notifications/queries/get-web-unread-count.query.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,wCAA0D;AAC1D,gDAA6C;AAC7C,uEAA8D;AAE9D,IAAiB,sBAAsB,CAQtC;AARD,WAAiB,sBAAsB;IACtB,8BAAO,GAAG,OAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;IACvB,+BAAQ,GAAG,sCAA4B,CAAC;IACxC,0BAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,iBAAiB,CAAC,YAAY,CAAC;IACjD,6BAAM,GAAG,6BAAU,CAAC,GAAG,CAAC;AAIzC,CAAC,EARgB,sBAAsB,sCAAtB,sBAAsB,QAQtC"}
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.WebNotificationStatusFilter = void 0;
|
|
4
4
|
var WebNotificationStatusFilter;
|
|
5
5
|
(function (WebNotificationStatusFilter) {
|
|
6
|
-
WebNotificationStatusFilter["UNREAD"] = "
|
|
7
|
-
WebNotificationStatusFilter["READ"] = "
|
|
8
|
-
WebNotificationStatusFilter["ALL"] = "
|
|
6
|
+
WebNotificationStatusFilter["UNREAD"] = "UNREAD";
|
|
7
|
+
WebNotificationStatusFilter["READ"] = "READ";
|
|
8
|
+
WebNotificationStatusFilter["ALL"] = "ALL";
|
|
9
9
|
})(WebNotificationStatusFilter || (exports.WebNotificationStatusFilter = WebNotificationStatusFilter = {}));
|
|
10
10
|
//# sourceMappingURL=web-notification-status-filter.enum.js.map
|
|
@@ -7,7 +7,7 @@ const notification_group_enum_1 = require("../../notifications/schemas/notificat
|
|
|
7
7
|
exports.WebNotificationSchema = zod_1.z.object({
|
|
8
8
|
uuid: zod_1.z.string().regex(regex_1.UUID_REGEX),
|
|
9
9
|
messageId: zod_1.z.string().regex(regex_1.UUID_REGEX),
|
|
10
|
-
groupKey: zod_1.z.
|
|
10
|
+
groupKey: zod_1.z.enum(notification_group_enum_1.NotificationGroup),
|
|
11
11
|
title: zod_1.z.string(),
|
|
12
12
|
bodyMd: zod_1.z.string(),
|
|
13
13
|
ctaLabel: zod_1.z.string().nullable(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"web-notification.schema.js","sourceRoot":"","sources":["../../../../v1/web-notifications/schemas/web-notification.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,iDAAmE;AACnE,iGAAwF;AAE3E,QAAA,qBAAqB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC1C,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,KAAK,CAAC,kBAAU,CAAC;IAClC,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,KAAK,CAAC,kBAAU,CAAC;IACvC,QAAQ,EAAE,OAAC,CAAC,
|
|
1
|
+
{"version":3,"file":"web-notification.schema.js","sourceRoot":"","sources":["../../../../v1/web-notifications/schemas/web-notification.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,iDAAmE;AACnE,iGAAwF;AAE3E,QAAA,qBAAqB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC1C,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,KAAK,CAAC,kBAAU,CAAC;IAClC,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,KAAK,CAAC,kBAAU,CAAC;IACvC,QAAQ,EAAE,OAAC,CAAC,IAAI,CAAC,2CAAiB,CAAC;IACnC,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE;IACjB,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE;IAClB,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC/B,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC/B,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,KAAK,CAAC,sBAAc,CAAC,CAAC,QAAQ,EAAE;IACnD,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,KAAK,CAAC,sBAAc,CAAC;CAC9C,CAAC,CAAC"}
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ExchangeYandexAuthCommand = void 0;
|
|
4
4
|
const schemas_1 = require("../schemas");
|
|
5
|
-
const
|
|
5
|
+
const http_method_enum_1 = require("../../../shared/http-method.enum");
|
|
6
6
|
const rest_api_1 = require("../../../rest-api");
|
|
7
7
|
var ExchangeYandexAuthCommand;
|
|
8
8
|
(function (ExchangeYandexAuthCommand) {
|
|
9
9
|
ExchangeYandexAuthCommand.Request = schemas_1.YandexAuthExchangeRequestSchema;
|
|
10
10
|
ExchangeYandexAuthCommand.Response = schemas_1.YandexAuthExchangeResponseSchema;
|
|
11
11
|
ExchangeYandexAuthCommand.URL = rest_api_1.REST_API.V1.YANDEX_AUTH.EXCHANGE;
|
|
12
|
-
ExchangeYandexAuthCommand.METHOD =
|
|
12
|
+
ExchangeYandexAuthCommand.METHOD = http_method_enum_1.HttpMethod.POST;
|
|
13
13
|
})(ExchangeYandexAuthCommand || (exports.ExchangeYandexAuthCommand = ExchangeYandexAuthCommand = {}));
|
|
14
14
|
//# sourceMappingURL=exchange-yandex-auth.command.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"exchange-yandex-auth.command.js","sourceRoot":"","sources":["../../../../v1/yandex-auth/commands/exchange-yandex-auth.command.ts"],"names":[],"mappings":";;;AACA,wCAA+F;AAC/F,
|
|
1
|
+
{"version":3,"file":"exchange-yandex-auth.command.js","sourceRoot":"","sources":["../../../../v1/yandex-auth/commands/exchange-yandex-auth.command.ts"],"names":[],"mappings":";;;AACA,wCAA+F;AAC/F,uEAA8D;AAC9D,gDAA6C;AAM7C,IAAiB,yBAAyB,CASzC;AATD,WAAiB,yBAAyB;IACzB,iCAAO,GAAG,yCAA+B,CAAC;IAC1C,kCAAQ,GAAG,0CAAgC,CAAC;IAE5C,6BAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,WAAW,CAAC,QAAQ,CAAC;IACvC,gCAAM,GAAG,6BAAU,CAAC,IAAI,CAAC;AAI1C,CAAC,EATgB,yBAAyB,yCAAzB,yBAAyB,QASzC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { HttpMethod } from '../../../shared/http-method';
|
|
2
|
+
import { HttpMethod } from '../../../shared/http-method.enum';
|
|
3
3
|
export declare namespace InitYandexAuthCommand {
|
|
4
4
|
const Request: z.ZodObject<{}, z.core.$strip>;
|
|
5
5
|
const Response: z.ZodObject<{
|
|
@@ -3,13 +3,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.InitYandexAuthCommand = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
5
|
const schemas_1 = require("../schemas");
|
|
6
|
-
const
|
|
6
|
+
const http_method_enum_1 = require("../../../shared/http-method.enum");
|
|
7
7
|
const rest_api_1 = require("../../../rest-api");
|
|
8
8
|
var InitYandexAuthCommand;
|
|
9
9
|
(function (InitYandexAuthCommand) {
|
|
10
10
|
InitYandexAuthCommand.Request = zod_1.z.object({});
|
|
11
11
|
InitYandexAuthCommand.Response = schemas_1.YandexAuthInitResponseSchema;
|
|
12
12
|
InitYandexAuthCommand.URL = rest_api_1.REST_API.V1.YANDEX_AUTH.INIT;
|
|
13
|
-
InitYandexAuthCommand.METHOD =
|
|
13
|
+
InitYandexAuthCommand.METHOD = http_method_enum_1.HttpMethod.POST;
|
|
14
14
|
})(InitYandexAuthCommand || (exports.InitYandexAuthCommand = InitYandexAuthCommand = {}));
|
|
15
15
|
//# sourceMappingURL=init-yandex-auth.command.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"init-yandex-auth.command.js","sourceRoot":"","sources":["../../../../v1/yandex-auth/commands/init-yandex-auth.command.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,wCAA0D;AAC1D,
|
|
1
|
+
{"version":3,"file":"init-yandex-auth.command.js","sourceRoot":"","sources":["../../../../v1/yandex-auth/commands/init-yandex-auth.command.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,wCAA0D;AAC1D,uEAA8D;AAC9D,gDAA6C;AAM7C,IAAiB,qBAAqB,CASrC;AATD,WAAiB,qBAAqB;IACrB,6BAAO,GAAG,OAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;IACvB,8BAAQ,GAAG,sCAA4B,CAAC;IAExC,yBAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,WAAW,CAAC,IAAI,CAAC;IACnC,4BAAM,GAAG,6BAAU,CAAC,IAAI,CAAC;AAI1C,CAAC,EATgB,qBAAqB,qCAArB,qBAAqB,QASrC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { HttpMethod } from '../../../shared/http-method';
|
|
2
|
+
import { HttpMethod } from '../../../shared/http-method.enum';
|
|
3
3
|
export declare namespace GetYandexAuthStatusQuery {
|
|
4
4
|
const Request: z.ZodObject<{}, z.core.$strip>;
|
|
5
5
|
const Response: z.ZodObject<{
|
|
@@ -3,13 +3,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.GetYandexAuthStatusQuery = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
5
|
const schemas_1 = require("../schemas");
|
|
6
|
-
const
|
|
6
|
+
const http_method_enum_1 = require("../../../shared/http-method.enum");
|
|
7
7
|
const rest_api_1 = require("../../../rest-api");
|
|
8
8
|
var GetYandexAuthStatusQuery;
|
|
9
9
|
(function (GetYandexAuthStatusQuery) {
|
|
10
10
|
GetYandexAuthStatusQuery.Request = zod_1.z.object({});
|
|
11
11
|
GetYandexAuthStatusQuery.Response = schemas_1.YandexAuthStatusResponseSchema;
|
|
12
12
|
GetYandexAuthStatusQuery.URL = rest_api_1.REST_API.V1.YANDEX_AUTH.STATUS;
|
|
13
|
-
GetYandexAuthStatusQuery.METHOD =
|
|
13
|
+
GetYandexAuthStatusQuery.METHOD = http_method_enum_1.HttpMethod.GET;
|
|
14
14
|
})(GetYandexAuthStatusQuery || (exports.GetYandexAuthStatusQuery = GetYandexAuthStatusQuery = {}));
|
|
15
15
|
//# sourceMappingURL=get-yandex-auth-status.query.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-yandex-auth-status.query.js","sourceRoot":"","sources":["../../../../v1/yandex-auth/queries/get-yandex-auth-status.query.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,wCAA4D;AAC5D,
|
|
1
|
+
{"version":3,"file":"get-yandex-auth-status.query.js","sourceRoot":"","sources":["../../../../v1/yandex-auth/queries/get-yandex-auth-status.query.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,wCAA4D;AAC5D,uEAA8D;AAC9D,gDAA6C;AAM7C,IAAiB,wBAAwB,CASxC;AATD,WAAiB,wBAAwB;IACxB,gCAAO,GAAG,OAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;IACvB,iCAAQ,GAAG,wCAA8B,CAAC;IAE1C,4BAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,WAAW,CAAC,MAAM,CAAC;IACrC,+BAAM,GAAG,6BAAU,CAAC,GAAG,CAAC;AAIzC,CAAC,EATgB,wBAAwB,wCAAxB,wBAAwB,QASxC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { HttpMethod } from '../../../shared/http-method';
|
|
2
|
+
import { HttpMethod } from '../../../shared/http-method.enum';
|
|
3
3
|
export declare namespace HandleYandexAuthCallbackQuery {
|
|
4
4
|
const Request: z.ZodObject<{
|
|
5
5
|
code: z.ZodOptional<z.ZodString>;
|
|
@@ -3,13 +3,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.HandleYandexAuthCallbackQuery = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
5
|
const schemas_1 = require("../schemas");
|
|
6
|
-
const
|
|
6
|
+
const http_method_enum_1 = require("../../../shared/http-method.enum");
|
|
7
7
|
const rest_api_1 = require("../../../rest-api");
|
|
8
8
|
var HandleYandexAuthCallbackQuery;
|
|
9
9
|
(function (HandleYandexAuthCallbackQuery) {
|
|
10
10
|
HandleYandexAuthCallbackQuery.Request = schemas_1.YandexAuthCallbackQuerySchema;
|
|
11
11
|
HandleYandexAuthCallbackQuery.Response = zod_1.z.object({});
|
|
12
12
|
HandleYandexAuthCallbackQuery.URL = rest_api_1.REST_API.V1.YANDEX_AUTH.CALLBACK;
|
|
13
|
-
HandleYandexAuthCallbackQuery.METHOD =
|
|
13
|
+
HandleYandexAuthCallbackQuery.METHOD = http_method_enum_1.HttpMethod.GET;
|
|
14
14
|
})(HandleYandexAuthCallbackQuery || (exports.HandleYandexAuthCallbackQuery = HandleYandexAuthCallbackQuery = {}));
|
|
15
15
|
//# sourceMappingURL=handle-yandex-auth-callback.query.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"handle-yandex-auth-callback.query.js","sourceRoot":"","sources":["../../../../v1/yandex-auth/queries/handle-yandex-auth-callback.query.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,wCAA2D;AAC3D,
|
|
1
|
+
{"version":3,"file":"handle-yandex-auth-callback.query.js","sourceRoot":"","sources":["../../../../v1/yandex-auth/queries/handle-yandex-auth-callback.query.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,wCAA2D;AAC3D,uEAA8D;AAC9D,gDAA6C;AAM7C,IAAiB,6BAA6B,CAS7C;AATD,WAAiB,6BAA6B;IAC7B,qCAAO,GAAG,uCAA6B,CAAC;IACxC,sCAAQ,GAAG,OAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;IAExB,iCAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,WAAW,CAAC,QAAQ,CAAC;IACvC,oCAAM,GAAG,6BAAU,CAAC,GAAG,CAAC;AAIzC,CAAC,EATgB,6BAA6B,6CAA7B,6BAA6B,QAS7C"}
|
|
@@ -4,7 +4,7 @@ exports.YandexAuthStatusResponseSchema = void 0;
|
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
5
|
const yandex_auth_status_enum_1 = require("./yandex-auth-status.enum");
|
|
6
6
|
exports.YandexAuthStatusResponseSchema = zod_1.z.object({
|
|
7
|
-
status: zod_1.z.
|
|
7
|
+
status: zod_1.z.enum(yandex_auth_status_enum_1.YandexAuthStatus),
|
|
8
8
|
errorCode: zod_1.z.string().nullable(),
|
|
9
9
|
});
|
|
10
10
|
//# sourceMappingURL=yandex-auth-status-response.schema.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"yandex-auth-status-response.schema.js","sourceRoot":"","sources":["../../../../v1/yandex-auth/schemas/yandex-auth-status-response.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,uEAA6D;AAEhD,QAAA,8BAA8B,GAAG,OAAC,CAAC,MAAM,CAAC;IACnD,MAAM,EAAE,OAAC,CAAC,
|
|
1
|
+
{"version":3,"file":"yandex-auth-status-response.schema.js","sourceRoot":"","sources":["../../../../v1/yandex-auth/schemas/yandex-auth-status-response.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,uEAA6D;AAEhD,QAAA,8BAA8B,GAAG,OAAC,CAAC,MAAM,CAAC;IACnD,MAAM,EAAE,OAAC,CAAC,IAAI,CAAC,0CAAgB,CAAC;IAChC,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACnC,CAAC,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare enum YandexAuthStatus {
|
|
2
|
-
PENDING = "
|
|
3
|
-
CONFIRMED = "
|
|
4
|
-
EXCHANGED = "
|
|
5
|
-
EXPIRED = "
|
|
6
|
-
FAILED = "
|
|
2
|
+
PENDING = "PENDING",
|
|
3
|
+
CONFIRMED = "CONFIRMED",
|
|
4
|
+
EXCHANGED = "EXCHANGED",
|
|
5
|
+
EXPIRED = "EXPIRED",
|
|
6
|
+
FAILED = "FAILED"
|
|
7
7
|
}
|
|
@@ -3,10 +3,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.YandexAuthStatus = void 0;
|
|
4
4
|
var YandexAuthStatus;
|
|
5
5
|
(function (YandexAuthStatus) {
|
|
6
|
-
YandexAuthStatus["PENDING"] = "
|
|
7
|
-
YandexAuthStatus["CONFIRMED"] = "
|
|
8
|
-
YandexAuthStatus["EXCHANGED"] = "
|
|
9
|
-
YandexAuthStatus["EXPIRED"] = "
|
|
10
|
-
YandexAuthStatus["FAILED"] = "
|
|
6
|
+
YandexAuthStatus["PENDING"] = "PENDING";
|
|
7
|
+
YandexAuthStatus["CONFIRMED"] = "CONFIRMED";
|
|
8
|
+
YandexAuthStatus["EXCHANGED"] = "EXCHANGED";
|
|
9
|
+
YandexAuthStatus["EXPIRED"] = "EXPIRED";
|
|
10
|
+
YandexAuthStatus["FAILED"] = "FAILED";
|
|
11
11
|
})(YandexAuthStatus || (exports.YandexAuthStatus = YandexAuthStatus = {}));
|
|
12
12
|
//# sourceMappingURL=yandex-auth-status.enum.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { HttpMethod } from '../../../shared/http-method';
|
|
2
|
+
import { HttpMethod } from '../../../shared/http-method.enum';
|
|
3
3
|
export declare namespace LinkYandexCommand {
|
|
4
4
|
const Request: z.ZodObject<{}, z.core.$strip>;
|
|
5
5
|
const Response: z.ZodObject<{
|
|
@@ -3,13 +3,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.LinkYandexCommand = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
5
|
const schemas_1 = require("../schemas");
|
|
6
|
-
const
|
|
6
|
+
const http_method_enum_1 = require("../../../shared/http-method.enum");
|
|
7
7
|
const rest_api_1 = require("../../../rest-api");
|
|
8
8
|
var LinkYandexCommand;
|
|
9
9
|
(function (LinkYandexCommand) {
|
|
10
10
|
LinkYandexCommand.Request = zod_1.z.object({});
|
|
11
11
|
LinkYandexCommand.Response = schemas_1.YandexLinkResponseSchema;
|
|
12
12
|
LinkYandexCommand.URL = rest_api_1.REST_API.V1.YANDEX_PROFILE.LINK;
|
|
13
|
-
LinkYandexCommand.METHOD =
|
|
13
|
+
LinkYandexCommand.METHOD = http_method_enum_1.HttpMethod.POST;
|
|
14
14
|
})(LinkYandexCommand || (exports.LinkYandexCommand = LinkYandexCommand = {}));
|
|
15
15
|
//# sourceMappingURL=link-yandex.command.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"link-yandex.command.js","sourceRoot":"","sources":["../../../../v1/yandex-profile/commands/link-yandex.command.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,wCAAsD;AACtD,
|
|
1
|
+
{"version":3,"file":"link-yandex.command.js","sourceRoot":"","sources":["../../../../v1/yandex-profile/commands/link-yandex.command.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,wCAAsD;AACtD,uEAA8D;AAC9D,gDAA6C;AAM7C,IAAiB,iBAAiB,CASjC;AATD,WAAiB,iBAAiB;IACjB,yBAAO,GAAG,OAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;IACvB,0BAAQ,GAAG,kCAAwB,CAAC;IAEpC,qBAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,cAAc,CAAC,IAAI,CAAC;IACtC,wBAAM,GAAG,6BAAU,CAAC,IAAI,CAAC;AAI1C,CAAC,EATgB,iBAAiB,iCAAjB,iBAAiB,QASjC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { HttpMethod } from '../../../shared/http-method';
|
|
2
|
+
import { HttpMethod } from '../../../shared/http-method.enum';
|
|
3
3
|
export declare namespace UnlinkYandexCommand {
|
|
4
4
|
const Response: z.ZodVoid;
|
|
5
5
|
const URL: "/api/v1/profiles/yandex/unlink";
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UnlinkYandexCommand = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
|
-
const
|
|
5
|
+
const http_method_enum_1 = require("../../../shared/http-method.enum");
|
|
6
6
|
const rest_api_1 = require("../../../rest-api");
|
|
7
7
|
var UnlinkYandexCommand;
|
|
8
8
|
(function (UnlinkYandexCommand) {
|
|
9
9
|
UnlinkYandexCommand.Response = zod_1.z.void();
|
|
10
10
|
UnlinkYandexCommand.URL = rest_api_1.REST_API.V1.YANDEX_PROFILE.UNLINK;
|
|
11
|
-
UnlinkYandexCommand.METHOD =
|
|
11
|
+
UnlinkYandexCommand.METHOD = http_method_enum_1.HttpMethod.DELETE;
|
|
12
12
|
})(UnlinkYandexCommand || (exports.UnlinkYandexCommand = UnlinkYandexCommand = {}));
|
|
13
13
|
//# sourceMappingURL=unlink-yandex.command.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"unlink-yandex.command.js","sourceRoot":"","sources":["../../../../v1/yandex-profile/commands/unlink-yandex.command.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,
|
|
1
|
+
{"version":3,"file":"unlink-yandex.command.js","sourceRoot":"","sources":["../../../../v1/yandex-profile/commands/unlink-yandex.command.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,uEAA8D;AAC9D,gDAA6C;AAM7C,IAAiB,mBAAmB,CAOnC;AAPD,WAAiB,mBAAmB;IACnB,4BAAQ,GAAG,OAAC,CAAC,IAAI,EAAE,CAAC;IAEpB,uBAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,cAAc,CAAC,MAAM,CAAC;IACxC,0BAAM,GAAG,6BAAU,CAAC,MAAM,CAAC;AAG5C,CAAC,EAPgB,mBAAmB,mCAAnB,mBAAmB,QAOnC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { HttpMethod } from '../../../shared/http-method';
|
|
2
|
+
import { HttpMethod } from '../../../shared/http-method.enum';
|
|
3
3
|
export declare namespace GetYandexLinkStatusQuery {
|
|
4
4
|
const Response: z.ZodObject<{
|
|
5
5
|
status: z.ZodEnum<typeof import("../..").YandexAuthStatus>;
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetYandexLinkStatusQuery = void 0;
|
|
4
4
|
const schemas_1 = require("../schemas");
|
|
5
|
-
const
|
|
5
|
+
const http_method_enum_1 = require("../../../shared/http-method.enum");
|
|
6
6
|
const rest_api_1 = require("../../../rest-api");
|
|
7
7
|
var GetYandexLinkStatusQuery;
|
|
8
8
|
(function (GetYandexLinkStatusQuery) {
|
|
9
9
|
GetYandexLinkStatusQuery.Response = schemas_1.YandexLinkStatusResponseSchema;
|
|
10
10
|
GetYandexLinkStatusQuery.URL = (uuid) => rest_api_1.REST_API.V1.YANDEX_PROFILE.LINK_STATUS(uuid);
|
|
11
|
-
GetYandexLinkStatusQuery.METHOD =
|
|
11
|
+
GetYandexLinkStatusQuery.METHOD = http_method_enum_1.HttpMethod.GET;
|
|
12
12
|
})(GetYandexLinkStatusQuery || (exports.GetYandexLinkStatusQuery = GetYandexLinkStatusQuery = {}));
|
|
13
13
|
//# sourceMappingURL=get-yandex-link-status.query.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-yandex-link-status.query.js","sourceRoot":"","sources":["../../../../v1/yandex-profile/queries/get-yandex-link-status.query.ts"],"names":[],"mappings":";;;AACA,wCAA4D;AAC5D,
|
|
1
|
+
{"version":3,"file":"get-yandex-link-status.query.js","sourceRoot":"","sources":["../../../../v1/yandex-profile/queries/get-yandex-link-status.query.ts"],"names":[],"mappings":";;;AACA,wCAA4D;AAC5D,uEAA8D;AAC9D,gDAA6C;AAM7C,IAAiB,wBAAwB,CAOxC;AAPD,WAAiB,wBAAwB;IACxB,iCAAQ,GAAG,wCAA8B,CAAC;IAE1C,4BAAG,GAAG,CAAC,IAAY,EAAE,EAAE,CAAC,mBAAQ,CAAC,EAAE,CAAC,cAAc,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;IACrE,+BAAM,GAAG,6BAAU,CAAC,GAAG,CAAC;AAGzC,CAAC,EAPgB,wBAAwB,wCAAxB,wBAAwB,QAOxC"}
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetYandexProfileQuery = void 0;
|
|
4
4
|
const schemas_1 = require("../schemas");
|
|
5
|
-
const
|
|
5
|
+
const http_method_enum_1 = require("../../../shared/http-method.enum");
|
|
6
6
|
const rest_api_1 = require("../../../rest-api");
|
|
7
7
|
var GetYandexProfileQuery;
|
|
8
8
|
(function (GetYandexProfileQuery) {
|
|
9
9
|
GetYandexProfileQuery.Response = schemas_1.YandexProfileResponseSchema;
|
|
10
10
|
GetYandexProfileQuery.URL = rest_api_1.REST_API.V1.YANDEX_PROFILE.GET_PROFILE;
|
|
11
|
-
GetYandexProfileQuery.METHOD =
|
|
11
|
+
GetYandexProfileQuery.METHOD = http_method_enum_1.HttpMethod.GET;
|
|
12
12
|
})(GetYandexProfileQuery || (exports.GetYandexProfileQuery = GetYandexProfileQuery = {}));
|
|
13
13
|
//# sourceMappingURL=get-yandex-profile.query.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-yandex-profile.query.js","sourceRoot":"","sources":["../../../../v1/yandex-profile/queries/get-yandex-profile.query.ts"],"names":[],"mappings":";;;AACA,wCAAyD;AACzD,
|
|
1
|
+
{"version":3,"file":"get-yandex-profile.query.js","sourceRoot":"","sources":["../../../../v1/yandex-profile/queries/get-yandex-profile.query.ts"],"names":[],"mappings":";;;AACA,wCAAyD;AACzD,uEAA8D;AAC9D,gDAA6C;AAM7C,IAAiB,qBAAqB,CAOrC;AAPD,WAAiB,qBAAqB;IACrB,8BAAQ,GAAG,qCAA2B,CAAC;IAEvC,yBAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,cAAc,CAAC,WAAW,CAAC;IAC7C,4BAAM,GAAG,6BAAU,CAAC,GAAG,CAAC;AAGzC,CAAC,EAPgB,qBAAqB,qCAArB,qBAAqB,QAOrC"}
|