@veruna/api-contracts 1.0.55 → 1.0.56
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/ai-model.controllers.d.ts +0 -3
- package/build/controllers/ai-model.controllers.js +1 -3
- package/build/controllers/ai-model.controllers.js.map +1 -0
- package/build/controllers/ai-provider.controllers.d.ts +0 -3
- package/build/controllers/ai-provider.controllers.js +1 -3
- package/build/controllers/ai-provider.controllers.js.map +1 -0
- package/build/controllers/auth.controllers.d.ts +0 -3
- package/build/controllers/auth.controllers.js +1 -3
- package/build/controllers/auth.controllers.js.map +1 -0
- package/build/controllers/blog.controllers.d.ts +0 -3
- package/build/controllers/blog.controllers.js +1 -3
- package/build/controllers/blog.controllers.js.map +1 -0
- package/build/controllers/chat-project.controllers.d.ts +0 -3
- package/build/controllers/chat-project.controllers.js +1 -3
- package/build/controllers/chat-project.controllers.js.map +1 -0
- package/build/controllers/chat.controllers.d.ts +0 -3
- package/build/controllers/chat.controllers.js +1 -3
- package/build/controllers/chat.controllers.js.map +1 -0
- package/build/controllers/file.controllers.d.ts +0 -4
- package/build/controllers/file.controllers.js +1 -4
- package/build/controllers/file.controllers.js.map +1 -0
- package/build/controllers/index.d.ts +0 -3
- package/build/controllers/index.js +1 -3
- package/build/controllers/index.js.map +1 -0
- package/build/controllers/message.controllers.js +1 -0
- package/build/controllers/message.controllers.js.map +1 -0
- package/build/controllers/page-hints.controllers.d.ts +0 -3
- package/build/controllers/page-hints.controllers.js +1 -3
- package/build/controllers/page-hints.controllers.js.map +1 -0
- package/build/controllers/s2s.controllers.d.ts +0 -4
- package/build/controllers/s2s.controllers.js +1 -4
- package/build/controllers/s2s.controllers.js.map +1 -0
- package/build/controllers/seo-pages.controllers.d.ts +0 -3
- package/build/controllers/seo-pages.controllers.js +1 -3
- package/build/controllers/seo-pages.controllers.js.map +1 -0
- package/build/controllers/sitemap.controllers.js +1 -0
- package/build/controllers/sitemap.controllers.js.map +1 -0
- package/build/controllers/telegram-auth.controllers.d.ts +0 -3
- package/build/controllers/telegram-auth.controllers.js +1 -3
- package/build/controllers/telegram-auth.controllers.js.map +1 -0
- package/build/controllers/unreg-users.controllers.d.ts +0 -3
- package/build/controllers/unreg-users.controllers.js +1 -3
- package/build/controllers/unreg-users.controllers.js.map +1 -0
- package/build/controllers/users.controllers.d.ts +0 -3
- package/build/controllers/users.controllers.js +1 -3
- package/build/controllers/users.controllers.js.map +1 -0
- package/build/controllers/verification.controllers.d.ts +0 -4
- package/build/controllers/verification.controllers.js +1 -4
- package/build/controllers/verification.controllers.js.map +1 -0
- package/build/controllers/wallet.controllers.d.ts +0 -6
- package/build/controllers/wallet.controllers.js +1 -6
- package/build/controllers/wallet.controllers.js.map +1 -0
- package/build/index.js +1 -1
- package/build/index.js.map +1 -0
- package/build/locales/en.d.ts +0 -3
- package/build/locales/en.js +1 -9
- package/build/locales/en.js.map +1 -0
- package/build/locales/index.d.ts +0 -6
- package/build/locales/index.js +1 -6
- package/build/locales/index.js.map +1 -0
- package/build/locales/ru.d.ts +0 -3
- package/build/locales/ru.js +1 -9
- package/build/locales/ru.js.map +1 -0
- package/build/locales/validation.d.ts +0 -10
- package/build/locales/validation.js +1 -40
- package/build/locales/validation.js.map +1 -0
- package/build/rest-api.d.ts +0 -4
- package/build/rest-api.js +1 -19
- package/build/rest-api.js.map +1 -0
- package/build/routes/ai-model-admin.routes.d.ts +0 -4
- package/build/routes/ai-model-admin.routes.js +6 -9
- package/build/routes/ai-model-admin.routes.js.map +1 -0
- package/build/routes/ai-model-public.routes.d.ts +0 -4
- package/build/routes/ai-model-public.routes.js +3 -6
- package/build/routes/ai-model-public.routes.js.map +1 -0
- package/build/routes/ai-model-unreg.routes.js +1 -0
- package/build/routes/ai-model-unreg.routes.js.map +1 -0
- package/build/routes/ai-provider-admin.routes.d.ts +0 -4
- package/build/routes/ai-provider-admin.routes.js +6 -9
- package/build/routes/ai-provider-admin.routes.js.map +1 -0
- package/build/routes/ai-provider-public.routes.d.ts +0 -4
- package/build/routes/ai-provider-public.routes.js +2 -5
- package/build/routes/ai-provider-public.routes.js.map +1 -0
- package/build/routes/auth.routes.d.ts +0 -4
- package/build/routes/auth.routes.js +1 -4
- package/build/routes/auth.routes.js.map +1 -0
- package/build/routes/blog-admin-categories.routes.d.ts +0 -4
- package/build/routes/blog-admin-categories.routes.js +6 -9
- package/build/routes/blog-admin-categories.routes.js.map +1 -0
- package/build/routes/blog-admin-posts.routes.d.ts +0 -3
- package/build/routes/blog-admin-posts.routes.js +1 -3
- package/build/routes/blog-admin-posts.routes.js.map +1 -0
- package/build/routes/blog-public.routes.d.ts +0 -3
- package/build/routes/blog-public.routes.js +4 -6
- package/build/routes/blog-public.routes.js.map +1 -0
- package/build/routes/chat-project.routes.d.ts +0 -4
- package/build/routes/chat-project.routes.js +7 -10
- package/build/routes/chat-project.routes.js.map +1 -0
- package/build/routes/chat.routes.d.ts +0 -3
- package/build/routes/chat.routes.js +1 -3
- package/build/routes/chat.routes.js.map +1 -0
- package/build/routes/file.routes.d.ts +0 -5
- package/build/routes/file.routes.js +1 -8
- package/build/routes/file.routes.js.map +1 -0
- package/build/routes/index.d.ts +0 -3
- package/build/routes/index.js +1 -3
- package/build/routes/index.js.map +1 -0
- package/build/routes/message.routes.js +1 -0
- package/build/routes/message.routes.js.map +1 -0
- package/build/routes/page-hints.routes.d.ts +0 -3
- package/build/routes/page-hints.routes.js +1 -3
- package/build/routes/page-hints.routes.js.map +1 -0
- package/build/routes/s2s.routes.d.ts +0 -4
- package/build/routes/s2s.routes.js +1 -4
- package/build/routes/s2s.routes.js.map +1 -0
- package/build/routes/seo-pages-admin.routes.d.ts +0 -3
- package/build/routes/seo-pages-admin.routes.js +1 -3
- package/build/routes/seo-pages-admin.routes.js.map +1 -0
- package/build/routes/seo-pages-public.routes.d.ts +0 -3
- package/build/routes/seo-pages-public.routes.js +4 -6
- package/build/routes/seo-pages-public.routes.js.map +1 -0
- package/build/routes/sitemap.routes.js +1 -0
- package/build/routes/sitemap.routes.js.map +1 -0
- package/build/routes/telegram-auth.routes.d.ts +0 -4
- package/build/routes/telegram-auth.routes.js +1 -4
- package/build/routes/telegram-auth.routes.js.map +1 -0
- package/build/routes/unreg-users.routes.d.ts +0 -3
- package/build/routes/unreg-users.routes.js +2 -4
- package/build/routes/unreg-users.routes.js.map +1 -0
- package/build/routes/users.routes.d.ts +0 -4
- package/build/routes/users.routes.js +1 -4
- package/build/routes/users.routes.js.map +1 -0
- package/build/routes/verification.routes.d.ts +0 -4
- package/build/routes/verification.routes.js +1 -4
- package/build/routes/verification.routes.js.map +1 -0
- package/build/routes/wallet.routes.d.ts +0 -8
- package/build/routes/wallet.routes.js +1 -8
- package/build/routes/wallet.routes.js.map +1 -0
- package/build/shared/api-error-response.schema.d.ts +0 -24
- package/build/shared/api-error-response.schema.js +1 -28
- package/build/shared/api-error-response.schema.js.map +1 -0
- package/build/shared/common-schemas.d.ts +0 -15
- package/build/shared/common-schemas.js +1 -15
- package/build/shared/common-schemas.js.map +1 -0
- package/build/shared/common.errors.js +1 -0
- package/build/shared/common.errors.js.map +1 -0
- package/build/shared/constants.d.ts +0 -3
- package/build/shared/constants.js +4 -6
- package/build/shared/constants.js.map +1 -0
- package/build/shared/device-type.enum.d.ts +0 -4
- package/build/shared/device-type.enum.js +1 -4
- package/build/shared/device-type.enum.js.map +1 -0
- package/build/shared/error-metadata.d.ts +0 -5
- package/build/shared/error-metadata.js +1 -0
- package/build/shared/error-metadata.js.map +1 -0
- package/build/shared/http-method.d.ts +0 -3
- package/build/shared/http-method.js +1 -3
- package/build/shared/http-method.js.map +1 -0
- package/build/shared/index.js +1 -0
- package/build/shared/index.js.map +1 -0
- package/build/shared/pagination.schema.d.ts +0 -10
- package/build/shared/pagination.schema.js +1 -10
- package/build/shared/pagination.schema.js.map +1 -0
- package/build/shared/regex.d.ts +0 -3
- package/build/shared/regex.js +1 -10
- package/build/shared/regex.js.map +1 -0
- package/build/tsconfig.tsbuildinfo +1 -0
- package/build/utils/index.js +1 -0
- package/build/utils/index.js.map +1 -0
- package/build/utils/path-builder.d.ts +0 -17
- package/build/utils/path-builder.js +1 -17
- package/build/utils/path-builder.js.map +1 -0
- package/build/v1/ai/ai.errors.js +1 -5
- package/build/v1/ai/ai.errors.js.map +1 -0
- package/build/v1/ai/index.js +1 -0
- package/build/v1/ai/index.js.map +1 -0
- package/build/v1/ai/plugins.types.d.ts +0 -9
- package/build/v1/ai/plugins.types.js +1 -9
- package/build/v1/ai/plugins.types.js.map +1 -0
- package/build/v1/ai-model/admin/commands/create-model.command.js +1 -0
- package/build/v1/ai-model/admin/commands/create-model.command.js.map +1 -0
- package/build/v1/ai-model/admin/commands/delete-model.command.js +1 -0
- package/build/v1/ai-model/admin/commands/delete-model.command.js.map +1 -0
- package/build/v1/ai-model/admin/commands/index.js +1 -0
- package/build/v1/ai-model/admin/commands/index.js.map +1 -0
- package/build/v1/ai-model/admin/commands/update-model.command.js +1 -0
- package/build/v1/ai-model/admin/commands/update-model.command.js.map +1 -0
- package/build/v1/ai-model/admin/queries/get-model.query.js +1 -0
- package/build/v1/ai-model/admin/queries/get-model.query.js.map +1 -0
- package/build/v1/ai-model/admin/queries/get-models.query.js +1 -0
- package/build/v1/ai-model/admin/queries/get-models.query.js.map +1 -0
- package/build/v1/ai-model/admin/queries/index.js +1 -0
- package/build/v1/ai-model/admin/queries/index.js.map +1 -0
- package/build/v1/ai-model/ai-model.errors.js +1 -0
- package/build/v1/ai-model/ai-model.errors.js.map +1 -0
- package/build/v1/ai-model/index.js +1 -0
- package/build/v1/ai-model/index.js.map +1 -0
- package/build/v1/ai-model/public/queries/get-active-models.query.js +1 -0
- package/build/v1/ai-model/public/queries/get-active-models.query.js.map +1 -0
- package/build/v1/ai-model/public/queries/get-models-list.query.js +1 -0
- package/build/v1/ai-model/public/queries/get-models-list.query.js.map +1 -0
- package/build/v1/ai-model/public/queries/index.js +1 -0
- package/build/v1/ai-model/public/queries/index.js.map +1 -0
- package/build/v1/ai-model/schemas/ai-model-status.enum.d.ts +0 -3
- package/build/v1/ai-model/schemas/ai-model-status.enum.js +1 -3
- package/build/v1/ai-model/schemas/ai-model-status.enum.js.map +1 -0
- package/build/v1/ai-model/schemas/api-provider.enum.d.ts +0 -3
- package/build/v1/ai-model/schemas/api-provider.enum.js +1 -3
- package/build/v1/ai-model/schemas/api-provider.enum.js.map +1 -0
- package/build/v1/ai-model/schemas/create-model-request.schema.d.ts +0 -4
- package/build/v1/ai-model/schemas/create-model-request.schema.js +1 -4
- package/build/v1/ai-model/schemas/create-model-request.schema.js.map +1 -0
- package/build/v1/ai-model/schemas/get-models-filters.schema.d.ts +0 -4
- package/build/v1/ai-model/schemas/get-models-filters.schema.js +1 -4
- package/build/v1/ai-model/schemas/get-models-filters.schema.js.map +1 -0
- package/build/v1/ai-model/schemas/index.js +1 -0
- package/build/v1/ai-model/schemas/index.js.map +1 -0
- package/build/v1/ai-model/schemas/modality.enum.d.ts +0 -3
- package/build/v1/ai-model/schemas/modality.enum.js +1 -3
- package/build/v1/ai-model/schemas/modality.enum.js.map +1 -0
- package/build/v1/ai-model/schemas/model-mark.enum.d.ts +0 -3
- package/build/v1/ai-model/schemas/model-mark.enum.js +1 -3
- package/build/v1/ai-model/schemas/model-mark.enum.js.map +1 -0
- package/build/v1/ai-model/schemas/model-response.schema.d.ts +0 -10
- package/build/v1/ai-model/schemas/model-response.schema.js +1 -10
- package/build/v1/ai-model/schemas/model-response.schema.js.map +1 -0
- package/build/v1/ai-model/schemas/model-type.enum.d.ts +0 -3
- package/build/v1/ai-model/schemas/model-type.enum.js +1 -3
- package/build/v1/ai-model/schemas/model-type.enum.js.map +1 -0
- package/build/v1/ai-model/schemas/models-list-response.schema.d.ts +0 -11
- package/build/v1/ai-model/schemas/models-list-response.schema.js +1 -11
- package/build/v1/ai-model/schemas/models-list-response.schema.js.map +1 -0
- package/build/v1/ai-model/schemas/route-params.schema.d.ts +0 -4
- package/build/v1/ai-model/schemas/route-params.schema.js +1 -4
- package/build/v1/ai-model/schemas/route-params.schema.js.map +1 -0
- package/build/v1/ai-model/schemas/unreg-models-list-response.schema.d.ts +0 -10
- package/build/v1/ai-model/schemas/unreg-models-list-response.schema.js +1 -10
- package/build/v1/ai-model/schemas/unreg-models-list-response.schema.js.map +1 -0
- package/build/v1/ai-model/schemas/update-model-request.schema.d.ts +0 -4
- package/build/v1/ai-model/schemas/update-model-request.schema.js +1 -4
- package/build/v1/ai-model/schemas/update-model-request.schema.js.map +1 -0
- package/build/v1/ai-model/unreg/index.js +1 -0
- package/build/v1/ai-model/unreg/index.js.map +1 -0
- package/build/v1/ai-model/unreg/queries/get-models-list.query.js +1 -0
- package/build/v1/ai-model/unreg/queries/get-models-list.query.js.map +1 -0
- package/build/v1/ai-model/unreg/queries/index.js +1 -0
- package/build/v1/ai-model/unreg/queries/index.js.map +1 -0
- package/build/v1/ai-provider/admin/commands/create-provider.command.js +1 -0
- package/build/v1/ai-provider/admin/commands/create-provider.command.js.map +1 -0
- package/build/v1/ai-provider/admin/commands/delete-provider.command.js +1 -0
- package/build/v1/ai-provider/admin/commands/delete-provider.command.js.map +1 -0
- package/build/v1/ai-provider/admin/commands/index.js +1 -0
- package/build/v1/ai-provider/admin/commands/index.js.map +1 -0
- package/build/v1/ai-provider/admin/commands/update-provider.command.js +1 -0
- package/build/v1/ai-provider/admin/commands/update-provider.command.js.map +1 -0
- package/build/v1/ai-provider/admin/queries/get-provider.query.js +1 -0
- package/build/v1/ai-provider/admin/queries/get-provider.query.js.map +1 -0
- package/build/v1/ai-provider/admin/queries/get-providers.query.js +1 -0
- package/build/v1/ai-provider/admin/queries/get-providers.query.js.map +1 -0
- package/build/v1/ai-provider/admin/queries/index.js +1 -0
- package/build/v1/ai-provider/admin/queries/index.js.map +1 -0
- package/build/v1/ai-provider/ai-provider.errors.js +1 -0
- package/build/v1/ai-provider/ai-provider.errors.js.map +1 -0
- package/build/v1/ai-provider/index.js +1 -0
- package/build/v1/ai-provider/index.js.map +1 -0
- package/build/v1/ai-provider/public/queries/get-active-providers.query.js +1 -0
- package/build/v1/ai-provider/public/queries/get-active-providers.query.js.map +1 -0
- package/build/v1/ai-provider/public/queries/index.js +1 -0
- package/build/v1/ai-provider/public/queries/index.js.map +1 -0
- package/build/v1/ai-provider/schemas/ai-provider-status.enum.d.ts +0 -3
- package/build/v1/ai-provider/schemas/ai-provider-status.enum.js +1 -3
- package/build/v1/ai-provider/schemas/ai-provider-status.enum.js.map +1 -0
- package/build/v1/ai-provider/schemas/create-provider-request.schema.d.ts +0 -4
- package/build/v1/ai-provider/schemas/create-provider-request.schema.js +1 -4
- package/build/v1/ai-provider/schemas/create-provider-request.schema.js.map +1 -0
- package/build/v1/ai-provider/schemas/index.js +1 -0
- package/build/v1/ai-provider/schemas/index.js.map +1 -0
- package/build/v1/ai-provider/schemas/provider-response.schema.d.ts +0 -3
- package/build/v1/ai-provider/schemas/provider-response.schema.js +1 -3
- package/build/v1/ai-provider/schemas/provider-response.schema.js.map +1 -0
- package/build/v1/ai-provider/schemas/route-params.schema.d.ts +0 -4
- package/build/v1/ai-provider/schemas/route-params.schema.js +1 -4
- package/build/v1/ai-provider/schemas/route-params.schema.js.map +1 -0
- package/build/v1/ai-provider/schemas/update-provider-request.schema.d.ts +0 -4
- package/build/v1/ai-provider/schemas/update-provider-request.schema.js +1 -4
- package/build/v1/ai-provider/schemas/update-provider-request.schema.js.map +1 -0
- package/build/v1/auth/auth.errors.js +1 -0
- package/build/v1/auth/auth.errors.js.map +1 -0
- package/build/v1/auth/commands/delete-session.command.js +1 -2
- package/build/v1/auth/commands/delete-session.command.js.map +1 -0
- package/build/v1/auth/commands/index.js +1 -0
- package/build/v1/auth/commands/index.js.map +1 -0
- package/build/v1/auth/commands/logout-all.command.js +1 -2
- package/build/v1/auth/commands/logout-all.command.js.map +1 -0
- package/build/v1/auth/commands/logout.command.js +1 -2
- package/build/v1/auth/commands/logout.command.js.map +1 -0
- package/build/v1/auth/commands/signin.command.js +1 -2
- package/build/v1/auth/commands/signin.command.js.map +1 -0
- package/build/v1/auth/commands/signup.command.js +1 -2
- package/build/v1/auth/commands/signup.command.js.map +1 -0
- package/build/v1/auth/index.js +1 -1
- package/build/v1/auth/index.js.map +1 -0
- package/build/v1/auth/queries/get-sessions.query.js +1 -2
- package/build/v1/auth/queries/get-sessions.query.js.map +1 -0
- package/build/v1/auth/queries/index.js +1 -0
- package/build/v1/auth/queries/index.js.map +1 -0
- package/build/v1/auth/schemas/auth-response.schema.d.ts +0 -6
- package/build/v1/auth/schemas/auth-response.schema.js +1 -6
- package/build/v1/auth/schemas/auth-response.schema.js.map +1 -0
- package/build/v1/auth/schemas/index.js +1 -0
- package/build/v1/auth/schemas/index.js.map +1 -0
- package/build/v1/auth/schemas/session-response.schema.d.ts +0 -4
- package/build/v1/auth/schemas/session-response.schema.js +1 -4
- package/build/v1/auth/schemas/session-response.schema.js.map +1 -0
- package/build/v1/auth/schemas/signin-request.schema.d.ts +0 -4
- package/build/v1/auth/schemas/signin-request.schema.js +1 -4
- package/build/v1/auth/schemas/signin-request.schema.js.map +1 -0
- package/build/v1/auth/schemas/signup-request.schema.d.ts +0 -4
- package/build/v1/auth/schemas/signup-request.schema.js +1 -4
- package/build/v1/auth/schemas/signup-request.schema.js.map +1 -0
- package/build/v1/auth/schemas/user-role.enum.d.ts +0 -3
- package/build/v1/auth/schemas/user-role.enum.js +1 -3
- package/build/v1/auth/schemas/user-role.enum.js.map +1 -0
- package/build/v1/blog/admin/commands/create-category.command.js +1 -0
- package/build/v1/blog/admin/commands/create-category.command.js.map +1 -0
- package/build/v1/blog/admin/commands/create-post.command.js +1 -0
- package/build/v1/blog/admin/commands/create-post.command.js.map +1 -0
- package/build/v1/blog/admin/commands/delete-category.command.js +1 -0
- package/build/v1/blog/admin/commands/delete-category.command.js.map +1 -0
- package/build/v1/blog/admin/commands/delete-post.command.js +1 -0
- package/build/v1/blog/admin/commands/delete-post.command.js.map +1 -0
- package/build/v1/blog/admin/commands/index.js +1 -0
- package/build/v1/blog/admin/commands/index.js.map +1 -0
- package/build/v1/blog/admin/commands/update-category.command.js +1 -0
- package/build/v1/blog/admin/commands/update-category.command.js.map +1 -0
- package/build/v1/blog/admin/commands/update-post.command.js +1 -0
- package/build/v1/blog/admin/commands/update-post.command.js.map +1 -0
- package/build/v1/blog/admin/queries/get-categories.query.js +1 -0
- package/build/v1/blog/admin/queries/get-categories.query.js.map +1 -0
- package/build/v1/blog/admin/queries/get-category.query.js +1 -0
- package/build/v1/blog/admin/queries/get-category.query.js.map +1 -0
- package/build/v1/blog/admin/queries/get-post.query.js +1 -0
- package/build/v1/blog/admin/queries/get-post.query.js.map +1 -0
- package/build/v1/blog/admin/queries/get-posts.query.js +1 -0
- package/build/v1/blog/admin/queries/get-posts.query.js.map +1 -0
- package/build/v1/blog/admin/queries/index.js +1 -0
- package/build/v1/blog/admin/queries/index.js.map +1 -0
- package/build/v1/blog/blog.errors.js +1 -6
- package/build/v1/blog/blog.errors.js.map +1 -0
- package/build/v1/blog/index.js +1 -1
- package/build/v1/blog/index.js.map +1 -0
- package/build/v1/blog/public/queries/get-categories.query.js +1 -0
- package/build/v1/blog/public/queries/get-categories.query.js.map +1 -0
- package/build/v1/blog/public/queries/get-post-by-alias.query.js +1 -0
- package/build/v1/blog/public/queries/get-post-by-alias.query.js.map +1 -0
- package/build/v1/blog/public/queries/get-posts.query.js +1 -0
- package/build/v1/blog/public/queries/get-posts.query.js.map +1 -0
- package/build/v1/blog/public/queries/index.js +1 -0
- package/build/v1/blog/public/queries/index.js.map +1 -0
- package/build/v1/blog/schemas/blog-category-status.enum.d.ts +0 -3
- package/build/v1/blog/schemas/blog-category-status.enum.js +1 -3
- package/build/v1/blog/schemas/blog-category-status.enum.js.map +1 -0
- package/build/v1/blog/schemas/blog-post-mark.enum.d.ts +0 -4
- package/build/v1/blog/schemas/blog-post-mark.enum.js +1 -4
- package/build/v1/blog/schemas/blog-post-mark.enum.js.map +1 -0
- package/build/v1/blog/schemas/blog-post-status.enum.d.ts +0 -3
- package/build/v1/blog/schemas/blog-post-status.enum.js +1 -3
- package/build/v1/blog/schemas/blog-post-status.enum.js.map +1 -0
- package/build/v1/blog/schemas/category-response.schema.d.ts +0 -3
- package/build/v1/blog/schemas/category-response.schema.js +1 -3
- package/build/v1/blog/schemas/category-response.schema.js.map +1 -0
- package/build/v1/blog/schemas/create-category-request.schema.d.ts +0 -4
- package/build/v1/blog/schemas/create-category-request.schema.js +1 -4
- package/build/v1/blog/schemas/create-category-request.schema.js.map +1 -0
- package/build/v1/blog/schemas/create-post-request.schema.d.ts +0 -4
- package/build/v1/blog/schemas/create-post-request.schema.js +1 -4
- package/build/v1/blog/schemas/create-post-request.schema.js.map +1 -0
- package/build/v1/blog/schemas/get-posts-query.schema.js +1 -0
- package/build/v1/blog/schemas/get-posts-query.schema.js.map +1 -0
- package/build/v1/blog/schemas/index.js +1 -0
- package/build/v1/blog/schemas/index.js.map +1 -0
- package/build/v1/blog/schemas/post-response.schema.d.ts +0 -3
- package/build/v1/blog/schemas/post-response.schema.js +1 -3
- package/build/v1/blog/schemas/post-response.schema.js.map +1 -0
- package/build/v1/blog/schemas/public-post-response.schema.d.ts +0 -7
- package/build/v1/blog/schemas/public-post-response.schema.js +1 -7
- package/build/v1/blog/schemas/public-post-response.schema.js.map +1 -0
- package/build/v1/blog/schemas/route-params.schema.d.ts +0 -10
- package/build/v1/blog/schemas/route-params.schema.js +1 -10
- package/build/v1/blog/schemas/route-params.schema.js.map +1 -0
- package/build/v1/blog/schemas/update-category-request.schema.d.ts +0 -4
- package/build/v1/blog/schemas/update-category-request.schema.js +1 -4
- package/build/v1/blog/schemas/update-category-request.schema.js.map +1 -0
- package/build/v1/blog/schemas/update-post-request.schema.d.ts +0 -4
- package/build/v1/blog/schemas/update-post-request.schema.js +1 -4
- package/build/v1/blog/schemas/update-post-request.schema.js.map +1 -0
- package/build/v1/chat/chat.errors.js +1 -0
- package/build/v1/chat/chat.errors.js.map +1 -0
- package/build/v1/chat/commands/create-reg-chat.command.d.ts +0 -4
- package/build/v1/chat/commands/create-reg-chat.command.js +1 -4
- package/build/v1/chat/commands/create-reg-chat.command.js.map +1 -0
- package/build/v1/chat/commands/create-unreg-chat.command.d.ts +0 -4
- package/build/v1/chat/commands/create-unreg-chat.command.js +1 -4
- package/build/v1/chat/commands/create-unreg-chat.command.js.map +1 -0
- package/build/v1/chat/commands/delete-chat.command.d.ts +0 -4
- package/build/v1/chat/commands/delete-chat.command.js +1 -4
- package/build/v1/chat/commands/delete-chat.command.js.map +1 -0
- package/build/v1/chat/commands/index.js +1 -0
- package/build/v1/chat/commands/index.js.map +1 -0
- package/build/v1/chat/commands/update-chat-title.command.d.ts +0 -4
- package/build/v1/chat/commands/update-chat-title.command.js +1 -4
- package/build/v1/chat/commands/update-chat-title.command.js.map +1 -0
- package/build/v1/chat/commands/update-chat.command.d.ts +0 -4
- package/build/v1/chat/commands/update-chat.command.js +1 -4
- package/build/v1/chat/commands/update-chat.command.js.map +1 -0
- package/build/v1/chat/index.js +1 -0
- package/build/v1/chat/index.js.map +1 -0
- package/build/v1/chat/queries/get-chat-history.query.d.ts +0 -4
- package/build/v1/chat/queries/get-chat-history.query.js +1 -4
- package/build/v1/chat/queries/get-chat-history.query.js.map +1 -0
- package/build/v1/chat/queries/get-last-active-chat.query.d.ts +0 -4
- package/build/v1/chat/queries/get-last-active-chat.query.js +1 -4
- package/build/v1/chat/queries/get-last-active-chat.query.js.map +1 -0
- package/build/v1/chat/queries/get-reg-chat.query.d.ts +0 -4
- package/build/v1/chat/queries/get-reg-chat.query.js +1 -4
- package/build/v1/chat/queries/get-reg-chat.query.js.map +1 -0
- package/build/v1/chat/queries/get-unreg-chat.query.d.ts +0 -4
- package/build/v1/chat/queries/get-unreg-chat.query.js +1 -4
- package/build/v1/chat/queries/get-unreg-chat.query.js.map +1 -0
- package/build/v1/chat/queries/index.js +1 -0
- package/build/v1/chat/queries/index.js.map +1 -0
- package/build/v1/chat/schemas/chat-history.schema.d.ts +0 -22
- package/build/v1/chat/schemas/chat-history.schema.js +2 -23
- package/build/v1/chat/schemas/chat-history.schema.js.map +1 -0
- package/build/v1/chat/schemas/chat-id-param.schema.d.ts +0 -4
- package/build/v1/chat/schemas/chat-id-param.schema.js +1 -4
- package/build/v1/chat/schemas/chat-id-param.schema.js.map +1 -0
- package/build/v1/chat/schemas/chat-response.schema.js +1 -0
- package/build/v1/chat/schemas/chat-response.schema.js.map +1 -0
- package/build/v1/chat/schemas/chat-status.enum.d.ts +0 -3
- package/build/v1/chat/schemas/chat-status.enum.js +1 -3
- package/build/v1/chat/schemas/chat-status.enum.js.map +1 -0
- package/build/v1/chat/schemas/chat-with-messages-response.schema.js +1 -0
- package/build/v1/chat/schemas/chat-with-messages-response.schema.js.map +1 -0
- package/build/v1/chat/schemas/create-chat-request.schema.d.ts +0 -4
- package/build/v1/chat/schemas/create-chat-request.schema.js +1 -4
- package/build/v1/chat/schemas/create-chat-request.schema.js.map +1 -0
- package/build/v1/chat/schemas/delete-chat-response.schema.js +1 -0
- package/build/v1/chat/schemas/delete-chat-response.schema.js.map +1 -0
- package/build/v1/chat/schemas/index.js +1 -0
- package/build/v1/chat/schemas/index.js.map +1 -0
- package/build/v1/chat/schemas/page-id-param.schema.d.ts +0 -4
- package/build/v1/chat/schemas/page-id-param.schema.js +1 -4
- package/build/v1/chat/schemas/page-id-param.schema.js.map +1 -0
- package/build/v1/chat/schemas/update-chat-request.schema.d.ts +0 -4
- package/build/v1/chat/schemas/update-chat-request.schema.js +1 -4
- package/build/v1/chat/schemas/update-chat-request.schema.js.map +1 -0
- package/build/v1/chat/schemas/update-chat-title-request.schema.d.ts +0 -4
- package/build/v1/chat/schemas/update-chat-title-request.schema.js +1 -4
- package/build/v1/chat/schemas/update-chat-title-request.schema.js.map +1 -0
- package/build/v1/chat-project/chat-project.errors.js +1 -0
- package/build/v1/chat-project/chat-project.errors.js.map +1 -0
- package/build/v1/chat-project/commands/create-project.command.js +1 -0
- package/build/v1/chat-project/commands/create-project.command.js.map +1 -0
- package/build/v1/chat-project/commands/delete-project.command.js +1 -0
- package/build/v1/chat-project/commands/delete-project.command.js.map +1 -0
- package/build/v1/chat-project/commands/index.js +1 -0
- package/build/v1/chat-project/commands/index.js.map +1 -0
- package/build/v1/chat-project/commands/update-project.command.js +1 -0
- package/build/v1/chat-project/commands/update-project.command.js.map +1 -0
- package/build/v1/chat-project/events/folder-deleted.event.d.ts +0 -5
- package/build/v1/chat-project/events/folder-deleted.event.js +1 -0
- package/build/v1/chat-project/events/folder-deleted.event.js.map +1 -0
- package/build/v1/chat-project/events/index.js +1 -0
- package/build/v1/chat-project/events/index.js.map +1 -0
- package/build/v1/chat-project/index.js +1 -0
- package/build/v1/chat-project/index.js.map +1 -0
- package/build/v1/chat-project/queries/get-project-chats.query.d.ts +0 -4
- package/build/v1/chat-project/queries/get-project-chats.query.js +1 -4
- package/build/v1/chat-project/queries/get-project-chats.query.js.map +1 -0
- package/build/v1/chat-project/queries/get-project.query.js +1 -0
- package/build/v1/chat-project/queries/get-project.query.js.map +1 -0
- package/build/v1/chat-project/queries/get-projects.query.js +1 -0
- package/build/v1/chat-project/queries/get-projects.query.js.map +1 -0
- package/build/v1/chat-project/queries/index.js +1 -0
- package/build/v1/chat-project/queries/index.js.map +1 -0
- package/build/v1/chat-project/schemas/chat-project-status.enum.d.ts +0 -3
- package/build/v1/chat-project/schemas/chat-project-status.enum.js +1 -3
- package/build/v1/chat-project/schemas/chat-project-status.enum.js.map +1 -0
- package/build/v1/chat-project/schemas/create-project-request.schema.d.ts +0 -4
- package/build/v1/chat-project/schemas/create-project-request.schema.js +1 -4
- package/build/v1/chat-project/schemas/create-project-request.schema.js.map +1 -0
- package/build/v1/chat-project/schemas/get-project-chats.schema.d.ts +0 -10
- package/build/v1/chat-project/schemas/get-project-chats.schema.js +1 -10
- package/build/v1/chat-project/schemas/get-project-chats.schema.js.map +1 -0
- package/build/v1/chat-project/schemas/index.js +1 -0
- package/build/v1/chat-project/schemas/index.js.map +1 -0
- package/build/v1/chat-project/schemas/project-response.schema.d.ts +0 -3
- package/build/v1/chat-project/schemas/project-response.schema.js +1 -3
- package/build/v1/chat-project/schemas/project-response.schema.js.map +1 -0
- package/build/v1/chat-project/schemas/route-params.schema.d.ts +0 -4
- package/build/v1/chat-project/schemas/route-params.schema.js +1 -4
- package/build/v1/chat-project/schemas/route-params.schema.js.map +1 -0
- package/build/v1/chat-project/schemas/update-project-request.schema.d.ts +0 -4
- package/build/v1/chat-project/schemas/update-project-request.schema.js +1 -4
- package/build/v1/chat-project/schemas/update-project-request.schema.js.map +1 -0
- package/build/v1/email/email.errors.js +1 -0
- package/build/v1/email/email.errors.js.map +1 -0
- package/build/v1/email/index.js +1 -0
- package/build/v1/email/index.js.map +1 -0
- package/build/v1/email-validation/email-validation.errors.d.ts +0 -3
- package/build/v1/email-validation/email-validation.errors.js +1 -3
- package/build/v1/email-validation/email-validation.errors.js.map +1 -0
- package/build/v1/email-validation/index.js +1 -0
- package/build/v1/email-validation/index.js.map +1 -0
- package/build/v1/file/commands/delete-file-by-key.command.js +1 -2
- package/build/v1/file/commands/delete-file-by-key.command.js.map +1 -0
- package/build/v1/file/commands/delete-file.command.js +1 -2
- package/build/v1/file/commands/delete-file.command.js.map +1 -0
- package/build/v1/file/commands/index.js +1 -0
- package/build/v1/file/commands/index.js.map +1 -0
- package/build/v1/file/commands/upload-file.command.js +1 -2
- package/build/v1/file/commands/upload-file.command.js.map +1 -0
- package/build/v1/file/commands/upload-image.command.js +1 -2
- package/build/v1/file/commands/upload-image.command.js.map +1 -0
- package/build/v1/file/file.errors.js +1 -10
- package/build/v1/file/file.errors.js.map +1 -0
- package/build/v1/file/index.js +1 -1
- package/build/v1/file/index.js.map +1 -0
- package/build/v1/file/queries/get-file.query.js +1 -2
- package/build/v1/file/queries/get-file.query.js.map +1 -0
- package/build/v1/file/queries/index.js +1 -0
- package/build/v1/file/queries/index.js.map +1 -0
- package/build/v1/file/queries/list-files.query.js +1 -2
- package/build/v1/file/queries/list-files.query.js.map +1 -0
- package/build/v1/file/queries/list-folders.query.js +1 -2
- package/build/v1/file/queries/list-folders.query.js.map +1 -0
- package/build/v1/file/schemas/delete-file-by-key-request.schema.d.ts +0 -4
- package/build/v1/file/schemas/delete-file-by-key-request.schema.js +1 -4
- package/build/v1/file/schemas/delete-file-by-key-request.schema.js.map +1 -0
- package/build/v1/file/schemas/delete-file-response.schema.d.ts +0 -6
- package/build/v1/file/schemas/delete-file-response.schema.js +1 -6
- package/build/v1/file/schemas/delete-file-response.schema.js.map +1 -0
- package/build/v1/file/schemas/file-category.enum.d.ts +0 -3
- package/build/v1/file/schemas/file-category.enum.js +1 -3
- package/build/v1/file/schemas/file-category.enum.js.map +1 -0
- package/build/v1/file/schemas/file-response.schema.d.ts +0 -3
- package/build/v1/file/schemas/file-response.schema.js +1 -3
- package/build/v1/file/schemas/file-response.schema.js.map +1 -0
- package/build/v1/file/schemas/file-status.enum.d.ts +0 -3
- package/build/v1/file/schemas/file-status.enum.js +1 -3
- package/build/v1/file/schemas/file-status.enum.js.map +1 -0
- package/build/v1/file/schemas/file-variant-response.schema.d.ts +0 -3
- package/build/v1/file/schemas/file-variant-response.schema.js +1 -3
- package/build/v1/file/schemas/file-variant-response.schema.js.map +1 -0
- package/build/v1/file/schemas/file-with-variants-response.schema.d.ts +0 -3
- package/build/v1/file/schemas/file-with-variants-response.schema.js +1 -3
- package/build/v1/file/schemas/file-with-variants-response.schema.js.map +1 -0
- package/build/v1/file/schemas/folder-response.schema.d.ts +0 -6
- package/build/v1/file/schemas/folder-response.schema.js +1 -6
- package/build/v1/file/schemas/folder-response.schema.js.map +1 -0
- package/build/v1/file/schemas/image-format.enum.d.ts +0 -3
- package/build/v1/file/schemas/image-format.enum.js +1 -3
- package/build/v1/file/schemas/image-format.enum.js.map +1 -0
- package/build/v1/file/schemas/index.js +1 -5
- package/build/v1/file/schemas/index.js.map +1 -0
- package/build/v1/file/schemas/list-files-request.schema.d.ts +0 -4
- package/build/v1/file/schemas/list-files-request.schema.js +1 -4
- package/build/v1/file/schemas/list-files-request.schema.js.map +1 -0
- package/build/v1/file/schemas/list-files-response.schema.d.ts +0 -3
- package/build/v1/file/schemas/list-files-response.schema.js +1 -3
- package/build/v1/file/schemas/list-files-response.schema.js.map +1 -0
- package/build/v1/file/schemas/list-folders-request.schema.d.ts +0 -3
- package/build/v1/file/schemas/list-folders-request.schema.js +1 -3
- package/build/v1/file/schemas/list-folders-request.schema.js.map +1 -0
- package/build/v1/file/schemas/upload-file-request.schema.d.ts +0 -4
- package/build/v1/file/schemas/upload-file-request.schema.js +1 -4
- package/build/v1/file/schemas/upload-file-request.schema.js.map +1 -0
- package/build/v1/file/schemas/upload-file-response.schema.d.ts +0 -3
- package/build/v1/file/schemas/upload-file-response.schema.js +1 -3
- package/build/v1/file/schemas/upload-file-response.schema.js.map +1 -0
- package/build/v1/file/schemas/upload-image-request.schema.d.ts +0 -10
- package/build/v1/file/schemas/upload-image-request.schema.js +3 -12
- package/build/v1/file/schemas/upload-image-request.schema.js.map +1 -0
- package/build/v1/file/schemas/upload-image-response.schema.d.ts +0 -3
- package/build/v1/file/schemas/upload-image-response.schema.js +2 -9
- package/build/v1/file/schemas/upload-image-response.schema.js.map +1 -0
- package/build/v1/index.js +1 -0
- package/build/v1/index.js.map +1 -0
- package/build/v1/message/commands/create-message.command.d.ts +0 -37
- package/build/v1/message/commands/create-message.command.js +1 -37
- package/build/v1/message/commands/create-message.command.js.map +1 -0
- package/build/v1/message/commands/index.js +1 -0
- package/build/v1/message/commands/index.js.map +1 -0
- package/build/v1/message/commands/rate-message-reg.command.js +1 -0
- package/build/v1/message/commands/rate-message-reg.command.js.map +1 -0
- package/build/v1/message/commands/rate-message-unreg.command.js +1 -0
- package/build/v1/message/commands/rate-message-unreg.command.js.map +1 -0
- package/build/v1/message/index.js +1 -0
- package/build/v1/message/index.js.map +1 -0
- package/build/v1/message/message.errors.js +1 -0
- package/build/v1/message/message.errors.js.map +1 -0
- package/build/v1/message/schemas/citation.schema.d.ts +0 -3
- package/build/v1/message/schemas/citation.schema.js +1 -8
- package/build/v1/message/schemas/citation.schema.js.map +1 -0
- package/build/v1/message/schemas/create-message-request.schema.d.ts +0 -4
- package/build/v1/message/schemas/create-message-request.schema.js +1 -4
- package/build/v1/message/schemas/create-message-request.schema.js.map +1 -0
- package/build/v1/message/schemas/create-message-response.schema.js +1 -0
- package/build/v1/message/schemas/create-message-response.schema.js.map +1 -0
- package/build/v1/message/schemas/delete-message.schema.d.ts +0 -4
- package/build/v1/message/schemas/delete-message.schema.js +1 -4
- package/build/v1/message/schemas/delete-message.schema.js.map +1 -0
- package/build/v1/message/schemas/generation-step.schema.d.ts +0 -8
- package/build/v1/message/schemas/generation-step.schema.js +1 -15
- package/build/v1/message/schemas/generation-step.schema.js.map +1 -0
- package/build/v1/message/schemas/index.js +1 -0
- package/build/v1/message/schemas/index.js.map +1 -0
- package/build/v1/message/schemas/message-attachment.schema.d.ts +0 -11
- package/build/v1/message/schemas/message-attachment.schema.js +1 -14
- package/build/v1/message/schemas/message-attachment.schema.js.map +1 -0
- package/build/v1/message/schemas/message-meta.schema.d.ts +0 -10
- package/build/v1/message/schemas/message-meta.schema.js +1 -17
- package/build/v1/message/schemas/message-meta.schema.js.map +1 -0
- package/build/v1/message/schemas/message-response.schema.js +1 -0
- package/build/v1/message/schemas/message-response.schema.js.map +1 -0
- package/build/v1/message/schemas/message-role.enum.js +1 -0
- package/build/v1/message/schemas/message-role.enum.js.map +1 -0
- package/build/v1/message/schemas/message-status.enum.js +1 -0
- package/build/v1/message/schemas/message-status.enum.js.map +1 -0
- package/build/v1/message/schemas/rate-message.schema.d.ts +0 -8
- package/build/v1/message/schemas/rate-message.schema.js +1 -8
- package/build/v1/message/schemas/rate-message.schema.js.map +1 -0
- package/build/v1/message/schemas/stream-events.schema.d.ts +0 -52
- package/build/v1/message/schemas/stream-events.schema.js +1 -81
- package/build/v1/message/schemas/stream-events.schema.js.map +1 -0
- package/build/v1/message/schemas/user-rating.enum.js +1 -0
- package/build/v1/message/schemas/user-rating.enum.js.map +1 -0
- package/build/v1/notifications/index.js +1 -0
- package/build/v1/notifications/index.js.map +1 -0
- package/build/v1/notifications/notifications.errors.d.ts +0 -7
- package/build/v1/notifications/notifications.errors.js +1 -18
- package/build/v1/notifications/notifications.errors.js.map +1 -0
- package/build/v1/notifications/schemas/email-template.enum.d.ts +0 -4
- package/build/v1/notifications/schemas/email-template.enum.js +1 -8
- package/build/v1/notifications/schemas/email-template.enum.js.map +1 -0
- package/build/v1/notifications/schemas/index.js +1 -0
- package/build/v1/notifications/schemas/index.js.map +1 -0
- package/build/v1/notifications/schemas/notification-status.enum.d.ts +4 -8
- package/build/v1/notifications/schemas/notification-status.enum.js +1 -4
- package/build/v1/notifications/schemas/notification-status.enum.js.map +1 -0
- package/build/v1/notifications/schemas/notification-type.enum.d.ts +0 -4
- package/build/v1/notifications/schemas/notification-type.enum.js +1 -6
- package/build/v1/notifications/schemas/notification-type.enum.js.map +1 -0
- package/build/v1/page-hints/admin/commands/create-hint.command.js +1 -0
- package/build/v1/page-hints/admin/commands/create-hint.command.js.map +1 -0
- package/build/v1/page-hints/admin/commands/delete-hint.command.js +1 -0
- package/build/v1/page-hints/admin/commands/delete-hint.command.js.map +1 -0
- package/build/v1/page-hints/admin/commands/index.js +1 -0
- package/build/v1/page-hints/admin/commands/index.js.map +1 -0
- package/build/v1/page-hints/admin/commands/update-hint.command.js +1 -0
- package/build/v1/page-hints/admin/commands/update-hint.command.js.map +1 -0
- package/build/v1/page-hints/admin/queries/get-hint.query.js +1 -0
- package/build/v1/page-hints/admin/queries/get-hint.query.js.map +1 -0
- package/build/v1/page-hints/admin/queries/get-hints.query.js +1 -0
- package/build/v1/page-hints/admin/queries/get-hints.query.js.map +1 -0
- package/build/v1/page-hints/admin/queries/index.js +1 -0
- package/build/v1/page-hints/admin/queries/index.js.map +1 -0
- package/build/v1/page-hints/index.d.ts +0 -3
- package/build/v1/page-hints/index.js +1 -7
- package/build/v1/page-hints/index.js.map +1 -0
- package/build/v1/page-hints/page-hints.errors.js +1 -3
- package/build/v1/page-hints/page-hints.errors.js.map +1 -0
- package/build/v1/page-hints/schemas/create-hint-request.schema.d.ts +0 -4
- package/build/v1/page-hints/schemas/create-hint-request.schema.js +1 -4
- package/build/v1/page-hints/schemas/create-hint-request.schema.js.map +1 -0
- package/build/v1/page-hints/schemas/hint-response.schema.d.ts +0 -6
- package/build/v1/page-hints/schemas/hint-response.schema.js +1 -6
- package/build/v1/page-hints/schemas/hint-response.schema.js.map +1 -0
- package/build/v1/page-hints/schemas/index.js +1 -0
- package/build/v1/page-hints/schemas/index.js.map +1 -0
- package/build/v1/page-hints/schemas/update-hint-request.schema.d.ts +0 -4
- package/build/v1/page-hints/schemas/update-hint-request.schema.js +1 -4
- package/build/v1/page-hints/schemas/update-hint-request.schema.js.map +1 -0
- package/build/v1/registration-antifraud/enums/fraud-check-result.enum.js +1 -0
- package/build/v1/registration-antifraud/enums/fraud-check-result.enum.js.map +1 -0
- package/build/v1/registration-antifraud/enums/fraud-reason.enum.js +1 -0
- package/build/v1/registration-antifraud/enums/fraud-reason.enum.js.map +1 -0
- package/build/v1/registration-antifraud/enums/index.js +1 -0
- package/build/v1/registration-antifraud/enums/index.js.map +1 -0
- package/build/v1/registration-antifraud/index.js +1 -0
- package/build/v1/registration-antifraud/index.js.map +1 -0
- package/build/v1/registration-antifraud/registration-antifraud.errors.js +1 -0
- package/build/v1/registration-antifraud/registration-antifraud.errors.js.map +1 -0
- package/build/v1/s2s/index.js +1 -0
- package/build/v1/s2s/index.js.map +1 -0
- package/build/v1/s2s/queries/get-user-by-session.query.js +1 -0
- package/build/v1/s2s/queries/get-user-by-session.query.js.map +1 -0
- package/build/v1/s2s/queries/index.js +1 -0
- package/build/v1/s2s/queries/index.js.map +1 -0
- package/build/v1/s2s/s2s.errors.js +1 -0
- package/build/v1/s2s/s2s.errors.js.map +1 -0
- package/build/v1/s2s/schemas/index.js +1 -0
- package/build/v1/s2s/schemas/index.js.map +1 -0
- package/build/v1/s2s/schemas/s2s-user-response.schema.d.ts +0 -4
- package/build/v1/s2s/schemas/s2s-user-response.schema.js +1 -4
- package/build/v1/s2s/schemas/s2s-user-response.schema.js.map +1 -0
- package/build/v1/s2s/schemas/session-id-param.schema.d.ts +0 -4
- package/build/v1/s2s/schemas/session-id-param.schema.js +1 -4
- package/build/v1/s2s/schemas/session-id-param.schema.js.map +1 -0
- package/build/v1/s3/index.js +1 -0
- package/build/v1/s3/index.js.map +1 -0
- package/build/v1/s3/s3.errors.d.ts +0 -6
- package/build/v1/s3/s3.errors.js +1 -6
- package/build/v1/s3/s3.errors.js.map +1 -0
- package/build/v1/seo-pages/admin/commands/create-page.command.js +1 -0
- package/build/v1/seo-pages/admin/commands/create-page.command.js.map +1 -0
- package/build/v1/seo-pages/admin/commands/delete-page.command.js +1 -0
- package/build/v1/seo-pages/admin/commands/delete-page.command.js.map +1 -0
- package/build/v1/seo-pages/admin/commands/index.d.ts +0 -3
- package/build/v1/seo-pages/admin/commands/index.js +1 -3
- package/build/v1/seo-pages/admin/commands/index.js.map +1 -0
- package/build/v1/seo-pages/admin/commands/update-page.command.js +1 -0
- package/build/v1/seo-pages/admin/commands/update-page.command.js.map +1 -0
- package/build/v1/seo-pages/admin/queries/get-page.query.js +1 -0
- package/build/v1/seo-pages/admin/queries/get-page.query.js.map +1 -0
- package/build/v1/seo-pages/admin/queries/get-pages.query.js +1 -0
- package/build/v1/seo-pages/admin/queries/get-pages.query.js.map +1 -0
- package/build/v1/seo-pages/admin/queries/index.d.ts +0 -3
- package/build/v1/seo-pages/admin/queries/index.js +1 -3
- package/build/v1/seo-pages/admin/queries/index.js.map +1 -0
- package/build/v1/seo-pages/index.d.ts +0 -3
- package/build/v1/seo-pages/index.js +1 -8
- package/build/v1/seo-pages/index.js.map +1 -0
- package/build/v1/seo-pages/public/queries/get-hierarchy-list.query.js +1 -0
- package/build/v1/seo-pages/public/queries/get-hierarchy-list.query.js.map +1 -0
- package/build/v1/seo-pages/public/queries/get-index-page.query.js +1 -0
- package/build/v1/seo-pages/public/queries/get-index-page.query.js.map +1 -0
- package/build/v1/seo-pages/public/queries/get-page-by-alias.query.js +1 -0
- package/build/v1/seo-pages/public/queries/get-page-by-alias.query.js.map +1 -0
- package/build/v1/seo-pages/public/queries/index.d.ts +0 -3
- package/build/v1/seo-pages/public/queries/index.js +1 -3
- package/build/v1/seo-pages/public/queries/index.js.map +1 -0
- package/build/v1/seo-pages/schemas/create-page-request.schema.d.ts +0 -4
- package/build/v1/seo-pages/schemas/create-page-request.schema.js +1 -5
- package/build/v1/seo-pages/schemas/create-page-request.schema.js.map +1 -0
- package/build/v1/seo-pages/schemas/faq.schema.d.ts +0 -8
- package/build/v1/seo-pages/schemas/faq.schema.js +1 -8
- package/build/v1/seo-pages/schemas/faq.schema.js.map +1 -0
- package/build/v1/seo-pages/schemas/index.d.ts +0 -3
- package/build/v1/seo-pages/schemas/index.js +1 -3
- package/build/v1/seo-pages/schemas/index.js.map +1 -0
- package/build/v1/seo-pages/schemas/page-hierarchy.schema.d.ts +0 -12
- package/build/v1/seo-pages/schemas/page-hierarchy.schema.js +1 -12
- package/build/v1/seo-pages/schemas/page-hierarchy.schema.js.map +1 -0
- package/build/v1/seo-pages/schemas/page-response.schema.d.ts +0 -9
- package/build/v1/seo-pages/schemas/page-response.schema.js +1 -11
- package/build/v1/seo-pages/schemas/page-response.schema.js.map +1 -0
- package/build/v1/seo-pages/schemas/page-type.enum.d.ts +0 -6
- package/build/v1/seo-pages/schemas/page-type.enum.js +1 -6
- package/build/v1/seo-pages/schemas/page-type.enum.js.map +1 -0
- package/build/v1/seo-pages/schemas/update-page-request.schema.d.ts +0 -4
- package/build/v1/seo-pages/schemas/update-page-request.schema.js +1 -5
- package/build/v1/seo-pages/schemas/update-page-request.schema.js.map +1 -0
- package/build/v1/seo-pages/seo-pages.errors.js +1 -2
- package/build/v1/seo-pages/seo-pages.errors.js.map +1 -0
- package/build/v1/sitemap/index.js +1 -0
- package/build/v1/sitemap/index.js.map +1 -0
- package/build/v1/sitemap/sitemap-changefreq.enum.js +1 -0
- package/build/v1/sitemap/sitemap-changefreq.enum.js.map +1 -0
- package/build/v1/telegram-auth/commands/index.js +1 -0
- package/build/v1/telegram-auth/commands/index.js.map +1 -0
- package/build/v1/telegram-auth/index.js +1 -1
- package/build/v1/telegram-auth/index.js.map +1 -0
- package/build/v1/telegram-auth/queries/index.js +1 -0
- package/build/v1/telegram-auth/queries/index.js.map +1 -0
- package/build/v1/telegram-auth/schemas/index.js +1 -0
- package/build/v1/telegram-auth/schemas/index.js.map +1 -0
- package/build/v1/telegram-auth/schemas/telegram-auth-exchange-request.schema.js +1 -0
- package/build/v1/telegram-auth/schemas/telegram-auth-exchange-request.schema.js.map +1 -0
- package/build/v1/telegram-auth/schemas/telegram-auth-exchange-response.schema.js +1 -0
- package/build/v1/telegram-auth/schemas/telegram-auth-exchange-response.schema.js.map +1 -0
- package/build/v1/telegram-auth/schemas/telegram-auth-init-response.schema.js +1 -0
- package/build/v1/telegram-auth/schemas/telegram-auth-init-response.schema.js.map +1 -0
- package/build/v1/telegram-auth/schemas/telegram-auth-status-response.schema.js +1 -0
- package/build/v1/telegram-auth/schemas/telegram-auth-status-response.schema.js.map +1 -0
- package/build/v1/telegram-auth/schemas/telegram-auth-status.enum.js +1 -0
- package/build/v1/telegram-auth/schemas/telegram-auth-status.enum.js.map +1 -0
- package/build/v1/telegram-auth/telegram-auth.errors.js +1 -0
- package/build/v1/telegram-auth/telegram-auth.errors.js.map +1 -0
- package/build/v1/telegram-profile/index.js +1 -0
- package/build/v1/telegram-profile/index.js.map +1 -0
- package/build/v1/telegram-profile/telegram-profile.errors.js +1 -0
- package/build/v1/telegram-profile/telegram-profile.errors.js.map +1 -0
- package/build/v1/unregistered-users/commands/authenticate.command.js +1 -0
- package/build/v1/unregistered-users/commands/authenticate.command.js.map +1 -0
- package/build/v1/unregistered-users/commands/index.js +1 -0
- package/build/v1/unregistered-users/commands/index.js.map +1 -0
- package/build/v1/unregistered-users/index.js +1 -0
- package/build/v1/unregistered-users/index.js.map +1 -0
- package/build/v1/unregistered-users/schemas/authenticate-request.schema.d.ts +0 -8
- package/build/v1/unregistered-users/schemas/authenticate-request.schema.js +1 -8
- package/build/v1/unregistered-users/schemas/authenticate-request.schema.js.map +1 -0
- package/build/v1/unregistered-users/schemas/authenticate-response.schema.d.ts +0 -3
- package/build/v1/unregistered-users/schemas/authenticate-response.schema.js +1 -3
- package/build/v1/unregistered-users/schemas/authenticate-response.schema.js.map +1 -0
- package/build/v1/unregistered-users/schemas/index.js +1 -0
- package/build/v1/unregistered-users/schemas/index.js.map +1 -0
- package/build/v1/unregistered-users/schemas/unreg-user-status.enum.d.ts +0 -3
- package/build/v1/unregistered-users/schemas/unreg-user-status.enum.js +1 -3
- package/build/v1/unregistered-users/schemas/unreg-user-status.enum.js.map +1 -0
- package/build/v1/unregistered-users/unregistered-users.errors.js +1 -0
- package/build/v1/unregistered-users/unregistered-users.errors.js.map +1 -0
- package/build/v1/users/commands/change-password.command.js +1 -0
- package/build/v1/users/commands/change-password.command.js.map +1 -0
- package/build/v1/users/commands/delete-account-complete.command.js +1 -0
- package/build/v1/users/commands/delete-account-complete.command.js.map +1 -0
- package/build/v1/users/commands/delete-account-start.command.js +1 -0
- package/build/v1/users/commands/delete-account-start.command.js.map +1 -0
- package/build/v1/users/commands/delete-account-verify.command.js +1 -0
- package/build/v1/users/commands/delete-account-verify.command.js.map +1 -0
- package/build/v1/users/commands/delete-account.command.js +1 -0
- package/build/v1/users/commands/delete-account.command.js.map +1 -0
- package/build/v1/users/commands/email-change-complete.command.js +1 -0
- package/build/v1/users/commands/email-change-complete.command.js.map +1 -0
- package/build/v1/users/commands/email-change-start.command.js +1 -0
- package/build/v1/users/commands/email-change-start.command.js.map +1 -0
- package/build/v1/users/commands/email-change-verify.command.js +1 -0
- package/build/v1/users/commands/email-change-verify.command.js.map +1 -0
- package/build/v1/users/commands/index.js +1 -0
- package/build/v1/users/commands/index.js.map +1 -0
- package/build/v1/users/commands/password-change-complete.command.js +1 -0
- package/build/v1/users/commands/password-change-complete.command.js.map +1 -0
- package/build/v1/users/commands/password-change-start.command.js +1 -0
- package/build/v1/users/commands/password-change-start.command.js.map +1 -0
- package/build/v1/users/commands/password-change-verify.command.js +1 -0
- package/build/v1/users/commands/password-change-verify.command.js.map +1 -0
- package/build/v1/users/commands/toggle-marketing-consent.command.js +1 -0
- package/build/v1/users/commands/toggle-marketing-consent.command.js.map +1 -0
- package/build/v1/users/commands/update-profile.command.js +1 -0
- package/build/v1/users/commands/update-profile.command.js.map +1 -0
- package/build/v1/users/index.js +1 -1
- package/build/v1/users/index.js.map +1 -0
- package/build/v1/users/queries/delete-account-status.query.js +1 -0
- package/build/v1/users/queries/delete-account-status.query.js.map +1 -0
- package/build/v1/users/queries/email-change-status.query.js +1 -0
- package/build/v1/users/queries/email-change-status.query.js.map +1 -0
- package/build/v1/users/queries/get-current-user.query.js +1 -0
- package/build/v1/users/queries/get-current-user.query.js.map +1 -0
- package/build/v1/users/queries/index.js +1 -0
- package/build/v1/users/queries/index.js.map +1 -0
- package/build/v1/users/queries/password-change-status.query.js +1 -0
- package/build/v1/users/queries/password-change-status.query.js.map +1 -0
- package/build/v1/users/schemas/change-password-request.schema.d.ts +0 -4
- package/build/v1/users/schemas/change-password-request.schema.js +1 -4
- package/build/v1/users/schemas/change-password-request.schema.js.map +1 -0
- package/build/v1/users/schemas/delete-account-request.schema.d.ts +0 -3
- package/build/v1/users/schemas/delete-account-request.schema.js +1 -3
- package/build/v1/users/schemas/delete-account-request.schema.js.map +1 -0
- package/build/v1/users/schemas/delete-account-start-request.schema.d.ts +0 -4
- package/build/v1/users/schemas/delete-account-start-request.schema.js +1 -4
- package/build/v1/users/schemas/delete-account-start-request.schema.js.map +1 -0
- package/build/v1/users/schemas/email-change-start-request.schema.d.ts +0 -4
- package/build/v1/users/schemas/email-change-start-request.schema.js +1 -4
- package/build/v1/users/schemas/email-change-start-request.schema.js.map +1 -0
- package/build/v1/users/schemas/index.js +1 -0
- package/build/v1/users/schemas/index.js.map +1 -0
- package/build/v1/users/schemas/password-change-complete-request.schema.d.ts +0 -4
- package/build/v1/users/schemas/password-change-complete-request.schema.js +1 -4
- package/build/v1/users/schemas/password-change-complete-request.schema.js.map +1 -0
- package/build/v1/users/schemas/password-change-start-request.schema.d.ts +0 -4
- package/build/v1/users/schemas/password-change-start-request.schema.js +1 -4
- package/build/v1/users/schemas/password-change-start-request.schema.js.map +1 -0
- package/build/v1/users/schemas/register-type.enum.d.ts +0 -3
- package/build/v1/users/schemas/register-type.enum.js +1 -3
- package/build/v1/users/schemas/register-type.enum.js.map +1 -0
- package/build/v1/users/schemas/response-unions.schema.d.ts +0 -3
- package/build/v1/users/schemas/response-unions.schema.js +1 -3
- package/build/v1/users/schemas/response-unions.schema.js.map +1 -0
- package/build/v1/users/schemas/toggle-marketing-consent-request.schema.d.ts +0 -4
- package/build/v1/users/schemas/toggle-marketing-consent-request.schema.js +1 -4
- package/build/v1/users/schemas/toggle-marketing-consent-request.schema.js.map +1 -0
- package/build/v1/users/schemas/update-profile-request.schema.d.ts +0 -4
- package/build/v1/users/schemas/update-profile-request.schema.js +1 -4
- package/build/v1/users/schemas/update-profile-request.schema.js.map +1 -0
- package/build/v1/users/schemas/user-response.schema.d.ts +0 -3
- package/build/v1/users/schemas/user-response.schema.js +1 -3
- package/build/v1/users/schemas/user-response.schema.js.map +1 -0
- package/build/v1/users/users.errors.js +1 -0
- package/build/v1/users/users.errors.js.map +1 -0
- package/build/v1/verification/commands/cancel-verification.command.js +1 -0
- package/build/v1/verification/commands/cancel-verification.command.js.map +1 -0
- package/build/v1/verification/commands/index.js +1 -0
- package/build/v1/verification/commands/index.js.map +1 -0
- package/build/v1/verification/commands/resend.command.js +1 -0
- package/build/v1/verification/commands/resend.command.js.map +1 -0
- package/build/v1/verification/index.js +1 -0
- package/build/v1/verification/index.js.map +1 -0
- package/build/v1/verification/queries/get-active-verifications.query.js +1 -0
- package/build/v1/verification/queries/get-active-verifications.query.js.map +1 -0
- package/build/v1/verification/queries/index.js +1 -0
- package/build/v1/verification/queries/index.js.map +1 -0
- package/build/v1/verification/schemas/index.js +1 -0
- package/build/v1/verification/schemas/index.js.map +1 -0
- package/build/v1/verification/schemas/verification-channel.enum.js +1 -0
- package/build/v1/verification/schemas/verification-channel.enum.js.map +1 -0
- package/build/v1/verification/schemas/verification-complete-request.schema.d.ts +0 -4
- package/build/v1/verification/schemas/verification-complete-request.schema.js +1 -4
- package/build/v1/verification/schemas/verification-complete-request.schema.js.map +1 -0
- package/build/v1/verification/schemas/verification-complete-response.schema.js +1 -0
- package/build/v1/verification/schemas/verification-complete-response.schema.js.map +1 -0
- package/build/v1/verification/schemas/verification-request-status.enum.js +1 -0
- package/build/v1/verification/schemas/verification-request-status.enum.js.map +1 -0
- package/build/v1/verification/schemas/verification-resend-request.schema.d.ts +0 -4
- package/build/v1/verification/schemas/verification-resend-request.schema.js +1 -4
- package/build/v1/verification/schemas/verification-resend-request.schema.js.map +1 -0
- package/build/v1/verification/schemas/verification-resend-response.schema.js +1 -0
- package/build/v1/verification/schemas/verification-resend-response.schema.js.map +1 -0
- package/build/v1/verification/schemas/verification-start-response.schema.js +1 -0
- package/build/v1/verification/schemas/verification-start-response.schema.js.map +1 -0
- package/build/v1/verification/schemas/verification-status-response.schema.js +1 -0
- package/build/v1/verification/schemas/verification-status-response.schema.js.map +1 -0
- package/build/v1/verification/schemas/verification-step-status.enum.js +1 -0
- package/build/v1/verification/schemas/verification-step-status.enum.js.map +1 -0
- package/build/v1/verification/schemas/verification-step.schema.js +1 -0
- package/build/v1/verification/schemas/verification-step.schema.js.map +1 -0
- package/build/v1/verification/schemas/verification-type.enum.js +1 -0
- package/build/v1/verification/schemas/verification-type.enum.js.map +1 -0
- package/build/v1/verification/schemas/verification-verify-request.schema.d.ts +0 -4
- package/build/v1/verification/schemas/verification-verify-request.schema.js +1 -4
- package/build/v1/verification/schemas/verification-verify-request.schema.js.map +1 -0
- package/build/v1/verification/schemas/verification-verify-response.schema.js +1 -0
- package/build/v1/verification/schemas/verification-verify-response.schema.js.map +1 -0
- package/build/v1/verification/verification.errors.js +1 -0
- package/build/v1/verification/verification.errors.js.map +1 -0
- package/build/v1/wallet/index.js +1 -1
- package/build/v1/wallet/index.js.map +1 -0
- package/build/v1/wallet/queries/get-balance-summary.query.d.ts +0 -4
- package/build/v1/wallet/queries/get-balance-summary.query.js +1 -4
- package/build/v1/wallet/queries/get-balance-summary.query.js.map +1 -0
- package/build/v1/wallet/queries/index.js +1 -0
- package/build/v1/wallet/queries/index.js.map +1 -0
- package/build/v1/wallet/schemas/balance-response.schema.d.ts +0 -9
- package/build/v1/wallet/schemas/balance-response.schema.js +1 -9
- package/build/v1/wallet/schemas/balance-response.schema.js.map +1 -0
- package/build/v1/wallet/schemas/balance-status.enum.d.ts +0 -4
- package/build/v1/wallet/schemas/balance-status.enum.js +1 -4
- package/build/v1/wallet/schemas/balance-status.enum.js.map +1 -0
- package/build/v1/wallet/schemas/hold-status.enum.d.ts +0 -4
- package/build/v1/wallet/schemas/hold-status.enum.js +1 -4
- package/build/v1/wallet/schemas/hold-status.enum.js.map +1 -0
- package/build/v1/wallet/schemas/index.js +1 -3
- package/build/v1/wallet/schemas/index.js.map +1 -0
- package/build/v1/wallet/schemas/initiator-type.enum.d.ts +0 -7
- package/build/v1/wallet/schemas/initiator-type.enum.js +1 -7
- package/build/v1/wallet/schemas/initiator-type.enum.js.map +1 -0
- package/build/v1/wallet/schemas/metadata.schema.d.ts +0 -16
- package/build/v1/wallet/schemas/metadata.schema.js +3 -34
- package/build/v1/wallet/schemas/metadata.schema.js.map +1 -0
- package/build/v1/wallet/schemas/source-type.enum.d.ts +0 -5
- package/build/v1/wallet/schemas/source-type.enum.js +1 -5
- package/build/v1/wallet/schemas/source-type.enum.js.map +1 -0
- package/build/v1/wallet/schemas/transaction-type.enum.d.ts +0 -4
- package/build/v1/wallet/schemas/transaction-type.enum.js +1 -4
- package/build/v1/wallet/schemas/transaction-type.enum.js.map +1 -0
- package/build/v1/wallet/wallet.errors.d.ts +0 -4
- package/build/v1/wallet/wallet.errors.js +1 -18
- package/build/v1/wallet/wallet.errors.js.map +1 -0
- package/package.json +8 -8
|
@@ -1,8 +1,4 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
/**
|
|
3
|
-
* Unreg Model in List Response
|
|
4
|
-
* Same as Public but with access field
|
|
5
|
-
*/
|
|
6
2
|
export declare const UnregModelInListSchema: z.ZodObject<{
|
|
7
3
|
uuid: z.ZodString;
|
|
8
4
|
title: z.ZodString;
|
|
@@ -23,9 +19,6 @@ export declare const UnregModelInListSchema: z.ZodObject<{
|
|
|
23
19
|
}, z.core.$strip>>;
|
|
24
20
|
access: z.ZodBoolean;
|
|
25
21
|
}, z.core.$strip>;
|
|
26
|
-
/**
|
|
27
|
-
* Unreg Provider with Models
|
|
28
|
-
*/
|
|
29
22
|
export declare const UnregProviderWithModelsSchema: z.ZodObject<{
|
|
30
23
|
uuid: z.ZodString;
|
|
31
24
|
title: z.ZodString;
|
|
@@ -52,9 +45,6 @@ export declare const UnregProviderWithModelsSchema: z.ZodObject<{
|
|
|
52
45
|
access: z.ZodBoolean;
|
|
53
46
|
}, z.core.$strip>>;
|
|
54
47
|
}, z.core.$strip>;
|
|
55
|
-
/**
|
|
56
|
-
* Unreg Models List Response Schema
|
|
57
|
-
*/
|
|
58
48
|
export declare const UnregModelsListResponseSchema: z.ZodObject<{
|
|
59
49
|
providers: z.ZodArray<z.ZodObject<{
|
|
60
50
|
uuid: z.ZodString;
|
|
@@ -4,14 +4,7 @@ exports.UnregModelsListResponseSchema = exports.UnregProviderWithModelsSchema =
|
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
5
|
const model_response_schema_1 = require("./model-response.schema");
|
|
6
6
|
const ai_provider_1 = require("../../ai-provider");
|
|
7
|
-
/**
|
|
8
|
-
* Unreg Model in List Response
|
|
9
|
-
* Same as Public but with access field
|
|
10
|
-
*/
|
|
11
7
|
exports.UnregModelInListSchema = model_response_schema_1.UnregModelResponseSchema;
|
|
12
|
-
/**
|
|
13
|
-
* Unreg Provider with Models
|
|
14
|
-
*/
|
|
15
8
|
exports.UnregProviderWithModelsSchema = ai_provider_1.ProviderResponseSchema.pick({
|
|
16
9
|
uuid: true,
|
|
17
10
|
title: true,
|
|
@@ -20,9 +13,7 @@ exports.UnregProviderWithModelsSchema = ai_provider_1.ProviderResponseSchema.pic
|
|
|
20
13
|
}).extend({
|
|
21
14
|
models: zod_1.z.array(exports.UnregModelInListSchema),
|
|
22
15
|
});
|
|
23
|
-
/**
|
|
24
|
-
* Unreg Models List Response Schema
|
|
25
|
-
*/
|
|
26
16
|
exports.UnregModelsListResponseSchema = zod_1.z.object({
|
|
27
17
|
providers: zod_1.z.array(exports.UnregProviderWithModelsSchema),
|
|
28
18
|
});
|
|
19
|
+
//# sourceMappingURL=unreg-models-list-response.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"unreg-models-list-response.schema.js","sourceRoot":"","sources":["../../../../v1/ai-model/schemas/unreg-models-list-response.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,mEAAmE;AACnE,mDAA2D;AAM9C,QAAA,sBAAsB,GAAG,gDAAwB,CAAC;AAKlD,QAAA,6BAA6B,GAAG,oCAAsB,CAAC,IAAI,CAAC;IACrE,IAAI,EAAE,IAAI;IACV,KAAK,EAAE,IAAI;IACX,IAAI,EAAE,IAAI;IACV,KAAK,EAAE,IAAI;CACd,CAAC,CAAC,MAAM,CAAC;IACN,MAAM,EAAE,OAAC,CAAC,KAAK,CAAC,8BAAsB,CAAC;CAC1C,CAAC,CAAC;AAKU,QAAA,6BAA6B,GAAG,OAAC,CAAC,MAAM,CAAC;IAClD,SAAS,EAAE,OAAC,CAAC,KAAK,CAAC,qCAA6B,CAAC;CACpD,CAAC,CAAC"}
|
|
@@ -4,10 +4,6 @@ import { ModelMark } from './model-mark.enum';
|
|
|
4
4
|
import { ModelType } from './model-type.enum';
|
|
5
5
|
import { ApiProvider } from './api-provider.enum';
|
|
6
6
|
import { Modality } from './modality.enum';
|
|
7
|
-
/**
|
|
8
|
-
* Update Model Request Schema
|
|
9
|
-
* Error messages: UpdateModelRequest.{field}.{rule}
|
|
10
|
-
*/
|
|
11
7
|
export declare const UpdateModelRequestSchema: z.ZodObject<{
|
|
12
8
|
title: z.ZodOptional<z.ZodString>;
|
|
13
9
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -8,10 +8,6 @@ const model_type_enum_1 = require("./model-type.enum");
|
|
|
8
8
|
const api_provider_enum_1 = require("./api-provider.enum");
|
|
9
9
|
const modality_enum_1 = require("./modality.enum");
|
|
10
10
|
const plugins_types_1 = require("../../ai/plugins.types");
|
|
11
|
-
/**
|
|
12
|
-
* Update Model Request Schema
|
|
13
|
-
* Error messages: UpdateModelRequest.{field}.{rule}
|
|
14
|
-
*/
|
|
15
11
|
exports.UpdateModelRequestSchema = zod_1.z.object({
|
|
16
12
|
title: zod_1.z
|
|
17
13
|
.string()
|
|
@@ -69,3 +65,4 @@ exports.UpdateModelRequestSchema = zod_1.z.object({
|
|
|
69
65
|
isAvailableForUnreg: zod_1.z.boolean().optional(),
|
|
70
66
|
plugins: plugins_types_1.PluginsConfigArraySchema.optional(),
|
|
71
67
|
});
|
|
68
|
+
//# sourceMappingURL=update-model-request.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-model-request.schema.js","sourceRoot":"","sources":["../../../../v1/ai-model/schemas/update-model-request.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,iEAAuD;AACvD,uDAA8C;AAC9C,uDAA8C;AAC9C,2DAAkD;AAClD,mDAA2C;AAC3C,0DAAkE;AAMrD,QAAA,wBAAwB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC7C,KAAK,EAAE,OAAC;SACH,MAAM,EAAE;SACR,GAAG,CAAC,CAAC,EAAE,EAAE,OAAO,EAAE,8BAA8B,EAAE,CAAC;SACnD,GAAG,CAAC,GAAG,EAAE,EAAE,OAAO,EAAE,8BAA8B,EAAE,CAAC;SACrD,QAAQ,EAAE;IACf,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAClC,KAAK,EAAE,OAAC;SACH,MAAM,EAAE;SACR,GAAG,CAAC,CAAC,EAAE,EAAE,OAAO,EAAE,8BAA8B,EAAE,CAAC;SACnD,GAAG,CAAC,GAAG,EAAE,EAAE,OAAO,EAAE,8BAA8B,EAAE,CAAC;SACrD,QAAQ,EAAE;IACf,IAAI,EAAE,OAAC;SACF,MAAM,EAAE;SACR,GAAG,CAAC,EAAE,OAAO,EAAE,iCAAiC,EAAE,CAAC;SACnD,MAAM,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,UAAU,CAAC,UAAU,CAAC,EAAE;QACzC,OAAO,EAAE,+BAA+B;KAC3C,CAAC;SACD,QAAQ,EAAE;IACf,MAAM,EAAE,OAAC,CAAC,UAAU,CAAC,oCAAa,CAAC,CAAC,QAAQ,EAAE;IAC9C,KAAK,EAAE,OAAC;SACH,MAAM,EAAE;SACR,GAAG,CAAC,EAAE,OAAO,EAAE,kCAAkC,EAAE,CAAC;SACpD,WAAW,CAAC,EAAE,OAAO,EAAE,kCAAkC,EAAE,CAAC;SAC5D,QAAQ,EAAE;IACf,YAAY,EAAE,OAAC;SACV,MAAM,EAAE;SACR,IAAI,CAAC,EAAE,OAAO,EAAE,yCAAyC,EAAE,CAAC;SAC5D,QAAQ,EAAE;SACV,QAAQ,EAAE;IACf,KAAK,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,UAAU,CAAC,2BAAS,CAAC,CAAC,CAAC,QAAQ,EAAE;IAClD,KAAK,EAAE,OAAC;SACH,MAAM,EAAE;SACR,GAAG,CAAC,EAAE,OAAO,EAAE,kCAAkC,EAAE,CAAC;SACpD,QAAQ,CAAC,EAAE,OAAO,EAAE,kCAAkC,EAAE,CAAC;SACzD,QAAQ,EAAE;IACf,KAAK,EAAE,OAAC;SACH,MAAM,EAAE;SACR,GAAG,EAAE;SACL,GAAG,CAAC,CAAC,EAAE,EAAE,OAAO,EAAE,8BAA8B,EAAE,CAAC;SACnD,GAAG,CAAC,CAAC,EAAE,EAAE,OAAO,EAAE,8BAA8B,EAAE,CAAC;SACnD,QAAQ,EAAE;IACf,OAAO,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IACvC,aAAa,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC7C,aAAa,EAAE,OAAC;SACX,MAAM,EAAE;SACR,GAAG,CAAC,EAAE,OAAO,EAAE,0CAA0C,EAAE,CAAC;SAC5D,QAAQ,CAAC,EAAE,OAAO,EAAE,0CAA0C,EAAE,CAAC;SACjE,QAAQ,EAAE;IACf,WAAW,EAAE,OAAC,CAAC,UAAU,CAAC,+BAAW,CAAC,CAAC,QAAQ,EAAE;IACjD,eAAe,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,UAAU,CAAC,wBAAQ,CAAC,CAAC,CAAC,QAAQ,EAAE;IAC3D,gBAAgB,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,UAAU,CAAC,wBAAQ,CAAC,CAAC,CAAC,QAAQ,EAAE;IAC5D,SAAS,EAAE,OAAC,CAAC,UAAU,CAAC,2BAAS,CAAC,CAAC,QAAQ,EAAE;IAC7C,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAC9C,mBAAmB,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAC3C,OAAO,EAAE,wCAAwB,CAAC,QAAQ,EAAE;CAC/C,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../v1/ai-model/unreg/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4CAA0B"}
|
|
@@ -12,3 +12,4 @@ var UnregAiModelGetModelsListQuery;
|
|
|
12
12
|
UnregAiModelGetModelsListQuery.URL = rest_api_1.REST_API.V1.AI_MODEL.UNREG.GET_LIST;
|
|
13
13
|
UnregAiModelGetModelsListQuery.METHOD = http_method_1.HttpMethod.GET;
|
|
14
14
|
})(UnregAiModelGetModelsListQuery || (exports.UnregAiModelGetModelsListQuery = UnregAiModelGetModelsListQuery = {}));
|
|
15
|
+
//# sourceMappingURL=get-models-list.query.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-models-list.query.js","sourceRoot":"","sources":["../../../../../v1/ai-model/unreg/queries/get-models-list.query.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,2CAA8D;AAC9D,mDAAgD;AAChD,gEAA4D;AAE5D,IAAiB,8BAA8B,CAO9C;AAPD,WAAiB,8BAA8B;IAC9B,sCAAO,GAAG,OAAC,CAAC,IAAI,EAAE,CAAC;IACnB,uCAAQ,GAAG,uCAA6B,CAAC;IACzC,kCAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,QAAQ,CAAC,KAAK,CAAC,QAAQ,CAAC;IAC1C,qCAAM,GAAG,wBAAU,CAAC,GAAG,CAAC;AAGzC,CAAC,EAPgB,8BAA8B,8CAA9B,8BAA8B,QAO9C"}
|
|
@@ -3,3 +3,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.UnregAiModelGetModelsListQuery = void 0;
|
|
4
4
|
var get_models_list_query_1 = require("./get-models-list.query");
|
|
5
5
|
Object.defineProperty(exports, "UnregAiModelGetModelsListQuery", { enumerable: true, get: function () { return get_models_list_query_1.UnregAiModelGetModelsListQuery; } });
|
|
6
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../v1/ai-model/unreg/queries/index.ts"],"names":[],"mappings":";;;AAAA,iEAAyE;AAAhE,uIAAA,8BAA8B,OAAA"}
|
|
@@ -11,3 +11,4 @@ var AdminAiProviderCreateCommand;
|
|
|
11
11
|
AdminAiProviderCreateCommand.URL = rest_api_1.REST_API.V1.AI_PROVIDER.ADMIN.CREATE;
|
|
12
12
|
AdminAiProviderCreateCommand.METHOD = http_method_1.HttpMethod.POST;
|
|
13
13
|
})(AdminAiProviderCreateCommand || (exports.AdminAiProviderCreateCommand = AdminAiProviderCreateCommand = {}));
|
|
14
|
+
//# sourceMappingURL=create-provider.command.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-provider.command.js","sourceRoot":"","sources":["../../../../../v1/ai-provider/admin/commands/create-provider.command.ts"],"names":[],"mappings":";;;AACA,2CAAoF;AACpF,mDAAgD;AAChD,gEAA4D;AAE5D,IAAiB,4BAA4B,CAO5C;AAPD,WAAiB,4BAA4B;IAC5B,oCAAO,GAAG,qCAA2B,CAAC;IACtC,qCAAQ,GAAG,gCAAsB,CAAC;IAClC,gCAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,CAAC,MAAM,CAAC;IAC3C,mCAAM,GAAG,wBAAU,CAAC,IAAI,CAAC;AAG1C,CAAC,EAPgB,4BAA4B,4CAA5B,4BAA4B,QAO5C"}
|
|
@@ -12,3 +12,4 @@ var AdminAiProviderDeleteCommand;
|
|
|
12
12
|
AdminAiProviderDeleteCommand.URL = (uuid) => rest_api_1.REST_API.V1.AI_PROVIDER.ADMIN.DELETE(uuid);
|
|
13
13
|
AdminAiProviderDeleteCommand.METHOD = http_method_1.HttpMethod.DELETE;
|
|
14
14
|
})(AdminAiProviderDeleteCommand || (exports.AdminAiProviderDeleteCommand = AdminAiProviderDeleteCommand = {}));
|
|
15
|
+
//# sourceMappingURL=delete-provider.command.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-provider.command.js","sourceRoot":"","sources":["../../../../../v1/ai-provider/admin/commands/delete-provider.command.ts"],"names":[],"mappings":";;;AACA,2CAAwD;AACxD,mDAAgD;AAChD,gEAA4D;AAC5D,+CAA0D;AAE1D,IAAiB,4BAA4B,CAO5C;AAPD,WAAiB,4BAA4B;IAC5B,oCAAO,GAAG,iCAAuB,CAAC;IAClC,qCAAQ,GAAG,6BAAoB,CAAC;IAChC,gCAAG,GAAG,CAAC,IAAY,EAAE,EAAE,CAAC,mBAAQ,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;IACnE,mCAAM,GAAG,wBAAU,CAAC,MAAM,CAAC;AAG5C,CAAC,EAPgB,4BAA4B,4CAA5B,4BAA4B,QAO5C"}
|
|
@@ -17,3 +17,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17
17
|
__exportStar(require("./create-provider.command"), exports);
|
|
18
18
|
__exportStar(require("./update-provider.command"), exports);
|
|
19
19
|
__exportStar(require("./delete-provider.command"), exports);
|
|
20
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../v1/ai-provider/admin/commands/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4DAA0C;AAC1C,4DAA0C;AAC1C,4DAA0C"}
|
|
@@ -12,3 +12,4 @@ var AdminAiProviderUpdateCommand;
|
|
|
12
12
|
AdminAiProviderUpdateCommand.URL = (uuid) => rest_api_1.REST_API.V1.AI_PROVIDER.ADMIN.UPDATE(uuid);
|
|
13
13
|
AdminAiProviderUpdateCommand.METHOD = http_method_1.HttpMethod.PATCH;
|
|
14
14
|
})(AdminAiProviderUpdateCommand || (exports.AdminAiProviderUpdateCommand = AdminAiProviderUpdateCommand = {}));
|
|
15
|
+
//# sourceMappingURL=update-provider.command.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-provider.command.js","sourceRoot":"","sources":["../../../../../v1/ai-provider/admin/commands/update-provider.command.ts"],"names":[],"mappings":";;;AACA,2CAIuB;AACvB,mDAAgD;AAChD,gEAA4D;AAE5D,IAAiB,4BAA4B,CAS5C;AATD,WAAiB,4BAA4B;IAC5B,mCAAM,GAAG,iCAAuB,CAAC;IACjC,oCAAO,GAAG,qCAA2B,CAAC;IACtC,qCAAQ,GAAG,gCAAsB,CAAC;IAClC,gCAAG,GAAG,CAAC,IAAY,EAAE,EAAE,CAAC,mBAAQ,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;IACnE,mCAAM,GAAG,wBAAU,CAAC,KAAK,CAAC;AAI3C,CAAC,EATgB,4BAA4B,4CAA5B,4BAA4B,QAS5C"}
|
|
@@ -11,3 +11,4 @@ var AdminAiProviderGetProviderQuery;
|
|
|
11
11
|
AdminAiProviderGetProviderQuery.URL = (uuid) => rest_api_1.REST_API.V1.AI_PROVIDER.ADMIN.GET_BY_UUID(uuid);
|
|
12
12
|
AdminAiProviderGetProviderQuery.METHOD = http_method_1.HttpMethod.GET;
|
|
13
13
|
})(AdminAiProviderGetProviderQuery || (exports.AdminAiProviderGetProviderQuery = AdminAiProviderGetProviderQuery = {}));
|
|
14
|
+
//# sourceMappingURL=get-provider.query.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-provider.query.js","sourceRoot":"","sources":["../../../../../v1/ai-provider/admin/queries/get-provider.query.ts"],"names":[],"mappings":";;;AACA,2CAAgF;AAChF,mDAAgD;AAChD,gEAA4D;AAE5D,IAAiB,+BAA+B,CAO/C;AAPD,WAAiB,+BAA+B;IAC/B,uCAAO,GAAG,iCAAuB,CAAC;IAClC,wCAAQ,GAAG,gCAAsB,CAAC;IAClC,mCAAG,GAAG,CAAC,IAAY,EAAE,EAAE,CAAC,mBAAQ,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;IACxE,sCAAM,GAAG,wBAAU,CAAC,GAAG,CAAC;AAGzC,CAAC,EAPgB,+BAA+B,+CAA/B,+BAA+B,QAO/C"}
|
|
@@ -12,3 +12,4 @@ var AdminAiProviderGetProvidersQuery;
|
|
|
12
12
|
AdminAiProviderGetProvidersQuery.URL = rest_api_1.REST_API.V1.AI_PROVIDER.ADMIN.GET_ALL;
|
|
13
13
|
AdminAiProviderGetProvidersQuery.METHOD = http_method_1.HttpMethod.GET;
|
|
14
14
|
})(AdminAiProviderGetProvidersQuery || (exports.AdminAiProviderGetProvidersQuery = AdminAiProviderGetProvidersQuery = {}));
|
|
15
|
+
//# sourceMappingURL=get-providers.query.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-providers.query.js","sourceRoot":"","sources":["../../../../../v1/ai-provider/admin/queries/get-providers.query.ts"],"names":[],"mappings":";;;AACA,2CAAuD;AACvD,+CAA0F;AAC1F,mDAAgD;AAChD,gEAA4D;AAE5D,IAAiB,gCAAgC,CAOhD;AAPD,WAAiB,gCAAgC;IAChC,wCAAO,GAAG,8BAAqB,CAAC;IAChC,yCAAQ,GAAG,IAAA,sCAA6B,EAAC,gCAAsB,CAAC,CAAC;IACjE,oCAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,CAAC,OAAO,CAAC;IAC5C,uCAAM,GAAG,wBAAU,CAAC,GAAG,CAAC;AAGzC,CAAC,EAPgB,gCAAgC,gDAAhC,gCAAgC,QAOhD"}
|
|
@@ -16,3 +16,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./get-providers.query"), exports);
|
|
18
18
|
__exportStar(require("./get-provider.query"), exports);
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../v1/ai-provider/admin/queries/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC;AACtC,uDAAqC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-provider.errors.js","sourceRoot":"","sources":["../../../v1/ai-provider/ai-provider.errors.ts"],"names":[],"mappings":";;;AAEA,IAAY,mBAIX;AAJD,WAAY,mBAAmB;IAC3B,gEAAyC,CAAA;IACzC,0EAAmD,CAAA;IACnD,0EAAmD,CAAA;AACvD,CAAC,EAJW,mBAAmB,mCAAnB,mBAAmB,QAI9B;AAEY,QAAA,kBAAkB,GAA+C;IAC1E,CAAC,mBAAmB,CAAC,kBAAkB,CAAC,EAAE;QACtC,IAAI,EAAE,mBAAmB,CAAC,kBAAkB;QAC5C,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,mBAAmB,CAAC,uBAAuB,CAAC,EAAE;QAC3C,IAAI,EAAE,mBAAmB,CAAC,uBAAuB;QACjD,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,mBAAmB,CAAC,uBAAuB,CAAC,EAAE;QAC3C,IAAI,EAAE,mBAAmB,CAAC,uBAAuB;QACjD,UAAU,EAAE,GAAG;KAClB;CACK,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../v1/ai-provider/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC;AACrC,4CAA0B;AAC1B,mDAAiC;AACjC,kDAAgC;AAChC,mDAAiC"}
|
|
@@ -14,3 +14,4 @@ var PublicAiProviderGetActiveProvidersQuery;
|
|
|
14
14
|
PublicAiProviderGetActiveProvidersQuery.URL = rest_api_1.REST_API.V1.AI_PROVIDER.PUBLIC.GET_ALL;
|
|
15
15
|
PublicAiProviderGetActiveProvidersQuery.METHOD = http_method_1.HttpMethod.GET;
|
|
16
16
|
})(PublicAiProviderGetActiveProvidersQuery || (exports.PublicAiProviderGetActiveProvidersQuery = PublicAiProviderGetActiveProvidersQuery = {}));
|
|
17
|
+
//# sourceMappingURL=get-active-providers.query.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-active-providers.query.js","sourceRoot":"","sources":["../../../../../v1/ai-provider/public/queries/get-active-providers.query.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,2CAAuD;AACvD,mDAAgD;AAChD,gEAA4D;AAE5D,MAAM,6BAA6B,GAAG,OAAC,CAAC,MAAM,CAAC;IAC3C,SAAS,EAAE,OAAC,CAAC,KAAK,CAAC,gCAAsB,CAAC;CAC7C,CAAC,CAAC;AAEH,IAAiB,uCAAuC,CAKvD;AALD,WAAiB,uCAAuC;IACvC,gDAAQ,GAAG,6BAA6B,CAAC;IACzC,2CAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,WAAW,CAAC,MAAM,CAAC,OAAO,CAAC;IAC7C,8CAAM,GAAG,wBAAU,CAAC,GAAG,CAAC;AAEzC,CAAC,EALgB,uCAAuC,uDAAvC,uCAAuC,QAKvD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../v1/ai-provider/public/queries/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+DAA6C"}
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AiProviderStatus = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* AI Provider Status
|
|
6
|
-
*/
|
|
7
4
|
var AiProviderStatus;
|
|
8
5
|
(function (AiProviderStatus) {
|
|
9
6
|
AiProviderStatus["ACTIVE"] = "active";
|
|
10
7
|
AiProviderStatus["INACTIVE"] = "inactive";
|
|
11
8
|
})(AiProviderStatus || (exports.AiProviderStatus = AiProviderStatus = {}));
|
|
9
|
+
//# sourceMappingURL=ai-provider-status.enum.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-provider-status.enum.js","sourceRoot":"","sources":["../../../../v1/ai-provider/schemas/ai-provider-status.enum.ts"],"names":[],"mappings":";;;AAGA,IAAY,gBAGX;AAHD,WAAY,gBAAgB;IACxB,qCAAiB,CAAA;IACjB,yCAAqB,CAAA;AACzB,CAAC,EAHW,gBAAgB,gCAAhB,gBAAgB,QAG3B"}
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
import { AiProviderStatus } from './ai-provider-status.enum';
|
|
3
|
-
/**
|
|
4
|
-
* Create Provider Request Schema
|
|
5
|
-
* Error messages: CreateProviderRequest.{field}.{rule}
|
|
6
|
-
*/
|
|
7
3
|
export declare const CreateProviderRequestSchema: z.ZodObject<{
|
|
8
4
|
title: z.ZodString;
|
|
9
5
|
icon: z.ZodString;
|
|
@@ -3,10 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.CreateProviderRequestSchema = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
5
|
const ai_provider_status_enum_1 = require("./ai-provider-status.enum");
|
|
6
|
-
/**
|
|
7
|
-
* Create Provider Request Schema
|
|
8
|
-
* Error messages: CreateProviderRequest.{field}.{rule}
|
|
9
|
-
*/
|
|
10
6
|
exports.CreateProviderRequestSchema = zod_1.z.object({
|
|
11
7
|
title: zod_1.z
|
|
12
8
|
.string({ error: 'CreateProviderRequest.title.required' })
|
|
@@ -25,3 +21,4 @@ exports.CreateProviderRequestSchema = zod_1.z.object({
|
|
|
25
21
|
.nonnegative({ message: 'CreateProviderRequest.order.invalid' })
|
|
26
22
|
.default(0),
|
|
27
23
|
});
|
|
24
|
+
//# sourceMappingURL=create-provider-request.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-provider-request.schema.js","sourceRoot":"","sources":["../../../../v1/ai-provider/schemas/create-provider-request.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,uEAA6D;AAMhD,QAAA,2BAA2B,GAAG,OAAC,CAAC,MAAM,CAAC;IAChD,KAAK,EAAE,OAAC;SACH,MAAM,CAAC,EAAE,KAAK,EAAE,sCAAsC,EAAE,CAAC;SACzD,GAAG,CAAC,CAAC,EAAE,EAAE,OAAO,EAAE,iCAAiC,EAAE,CAAC;SACtD,GAAG,CAAC,GAAG,EAAE,EAAE,OAAO,EAAE,iCAAiC,EAAE,CAAC;IAC7D,IAAI,EAAE,OAAC;SACF,MAAM,CAAC,EAAE,KAAK,EAAE,qCAAqC,EAAE,CAAC;SACxD,GAAG,CAAC,EAAE,OAAO,EAAE,oCAAoC,EAAE,CAAC;SACtD,MAAM,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,UAAU,CAAC,UAAU,CAAC,EAAE;QACzC,OAAO,EAAE,kCAAkC;KAC9C,CAAC;IACN,MAAM,EAAE,OAAC,CAAC,UAAU,CAAC,0CAAgB,CAAC,CAAC,OAAO,CAAC,0CAAgB,CAAC,MAAM,CAAC;IACvE,KAAK,EAAE,OAAC;SACH,MAAM,EAAE;SACR,GAAG,CAAC,EAAE,OAAO,EAAE,qCAAqC,EAAE,CAAC;SACvD,WAAW,CAAC,EAAE,OAAO,EAAE,qCAAqC,EAAE,CAAC;SAC/D,OAAO,CAAC,CAAC,CAAC;CAClB,CAAC,CAAC"}
|
|
@@ -19,3 +19,4 @@ __exportStar(require("./provider-response.schema"), exports);
|
|
|
19
19
|
__exportStar(require("./create-provider-request.schema"), exports);
|
|
20
20
|
__exportStar(require("./update-provider-request.schema"), exports);
|
|
21
21
|
__exportStar(require("./route-params.schema"), exports);
|
|
22
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../v1/ai-provider/schemas/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4DAA0C;AAC1C,6DAA2C;AAC3C,mEAAiD;AACjD,mEAAiD;AACjD,wDAAsC"}
|
|
@@ -4,9 +4,6 @@ exports.ProviderResponseSchema = void 0;
|
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
5
|
const shared_1 = require("../../../shared");
|
|
6
6
|
const ai_provider_status_enum_1 = require("./ai-provider-status.enum");
|
|
7
|
-
/**
|
|
8
|
-
* AI Provider Response Schema
|
|
9
|
-
*/
|
|
10
7
|
exports.ProviderResponseSchema = zod_1.z.object({
|
|
11
8
|
uuid: zod_1.z.string().regex(shared_1.UUID_REGEX),
|
|
12
9
|
title: zod_1.z.string(),
|
|
@@ -16,3 +13,4 @@ exports.ProviderResponseSchema = zod_1.z.object({
|
|
|
16
13
|
createdAt: zod_1.z.string().regex(shared_1.DATETIME_REGEX),
|
|
17
14
|
updatedAt: zod_1.z.string().regex(shared_1.DATETIME_REGEX),
|
|
18
15
|
});
|
|
16
|
+
//# sourceMappingURL=provider-response.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"provider-response.schema.js","sourceRoot":"","sources":["../../../../v1/ai-provider/schemas/provider-response.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,4CAA6D;AAC7D,uEAA6D;AAKhD,QAAA,sBAAsB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC3C,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,KAAK,CAAC,mBAAU,CAAC;IAClC,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE;IACjB,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;IAChB,MAAM,EAAE,OAAC,CAAC,IAAI,CAAC,0CAAgB,CAAC;IAChC,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,WAAW,EAAE;IACrC,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,KAAK,CAAC,uBAAc,CAAC;IAC3C,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,KAAK,CAAC,uBAAc,CAAC;CAC9C,CAAC,CAAC"}
|
|
@@ -3,12 +3,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.ProviderUuidParamSchema = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
5
|
const shared_1 = require("../../../shared");
|
|
6
|
-
/**
|
|
7
|
-
* Provider UUID Param Schema
|
|
8
|
-
* Error messages: ProviderUuidParam.{field}.{rule}
|
|
9
|
-
*/
|
|
10
6
|
exports.ProviderUuidParamSchema = zod_1.z.object({
|
|
11
7
|
uuid: zod_1.z
|
|
12
8
|
.string({ error: 'ProviderUuidParam.uuid.required' })
|
|
13
9
|
.regex(shared_1.UUID_REGEX, { message: 'ProviderUuidParam.uuid.invalid' }),
|
|
14
10
|
});
|
|
11
|
+
//# sourceMappingURL=route-params.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"route-params.schema.js","sourceRoot":"","sources":["../../../../v1/ai-provider/schemas/route-params.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,4CAA6C;AAMhC,QAAA,uBAAuB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC5C,IAAI,EAAE,OAAC;SACF,MAAM,CAAC,EAAE,KAAK,EAAE,iCAAiC,EAAE,CAAC;SACpD,KAAK,CAAC,mBAAU,EAAE,EAAE,OAAO,EAAE,gCAAgC,EAAE,CAAC;CACxE,CAAC,CAAC"}
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
import { AiProviderStatus } from './ai-provider-status.enum';
|
|
3
|
-
/**
|
|
4
|
-
* Update Provider Request Schema
|
|
5
|
-
* Error messages: UpdateProviderRequest.{field}.{rule}
|
|
6
|
-
*/
|
|
7
3
|
export declare const UpdateProviderRequestSchema: z.ZodObject<{
|
|
8
4
|
title: z.ZodOptional<z.ZodString>;
|
|
9
5
|
icon: z.ZodOptional<z.ZodString>;
|
|
@@ -3,10 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.UpdateProviderRequestSchema = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
5
|
const ai_provider_status_enum_1 = require("./ai-provider-status.enum");
|
|
6
|
-
/**
|
|
7
|
-
* Update Provider Request Schema
|
|
8
|
-
* Error messages: UpdateProviderRequest.{field}.{rule}
|
|
9
|
-
*/
|
|
10
6
|
exports.UpdateProviderRequestSchema = zod_1.z.object({
|
|
11
7
|
title: zod_1.z
|
|
12
8
|
.string()
|
|
@@ -27,3 +23,4 @@ exports.UpdateProviderRequestSchema = zod_1.z.object({
|
|
|
27
23
|
.nonnegative({ message: 'UpdateProviderRequest.order.invalid' })
|
|
28
24
|
.optional(),
|
|
29
25
|
});
|
|
26
|
+
//# sourceMappingURL=update-provider-request.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-provider-request.schema.js","sourceRoot":"","sources":["../../../../v1/ai-provider/schemas/update-provider-request.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,uEAA6D;AAMhD,QAAA,2BAA2B,GAAG,OAAC,CAAC,MAAM,CAAC;IAChD,KAAK,EAAE,OAAC;SACH,MAAM,EAAE;SACR,GAAG,CAAC,CAAC,EAAE,EAAE,OAAO,EAAE,iCAAiC,EAAE,CAAC;SACtD,GAAG,CAAC,GAAG,EAAE,EAAE,OAAO,EAAE,iCAAiC,EAAE,CAAC;SACxD,QAAQ,EAAE;IACf,IAAI,EAAE,OAAC;SACF,MAAM,EAAE;SACR,GAAG,CAAC,EAAE,OAAO,EAAE,oCAAoC,EAAE,CAAC;SACtD,MAAM,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,UAAU,CAAC,UAAU,CAAC,EAAE;QACzC,OAAO,EAAE,kCAAkC;KAC9C,CAAC;SACD,QAAQ,EAAE;IACf,MAAM,EAAE,OAAC,CAAC,UAAU,CAAC,0CAAgB,CAAC,CAAC,QAAQ,EAAE;IACjD,KAAK,EAAE,OAAC;SACH,MAAM,EAAE;SACR,GAAG,CAAC,EAAE,OAAO,EAAE,qCAAqC,EAAE,CAAC;SACvD,WAAW,CAAC,EAAE,OAAO,EAAE,qCAAqC,EAAE,CAAC;SAC/D,QAAQ,EAAE;CAClB,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auth.errors.js","sourceRoot":"","sources":["../../../v1/auth/auth.errors.ts"],"names":[],"mappings":";;;AAEA,IAAY,aAaX;AAbD,WAAY,aAAa;IACrB,8DAA6C,CAAA;IAC7C,4DAA2C,CAAA;IAC3C,kDAAiC,CAAA;IACjC,8CAA6B,CAAA;IAC7B,wDAAuC,CAAA;IACvC,sDAAqC,CAAA;IACrC,gDAA+B,CAAA;IAC/B,wDAAuC,CAAA;IACvC,4EAA2D,CAAA;IAC3D,wEAAuD,CAAA;IACvD,sEAAqD,CAAA;IACrD,gFAA+D,CAAA;AACnE,CAAC,EAbW,aAAa,6BAAb,aAAa,QAaxB;AAEY,QAAA,WAAW,GAAyC;IAC7D,CAAC,aAAa,CAAC,oBAAoB,CAAC,EAAE;QAClC,IAAI,EAAE,aAAa,CAAC,oBAAoB;QACxC,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,aAAa,CAAC,mBAAmB,CAAC,EAAE;QACjC,IAAI,EAAE,aAAa,CAAC,mBAAmB;QACvC,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,aAAa,CAAC,cAAc,CAAC,EAAE,EAAE,IAAI,EAAE,aAAa,CAAC,cAAc,EAAE,UAAU,EAAE,GAAG,EAAE;IACvF,CAAC,aAAa,CAAC,YAAY,CAAC,EAAE,EAAE,IAAI,EAAE,aAAa,CAAC,YAAY,EAAE,UAAU,EAAE,GAAG,EAAE;IACnF,CAAC,aAAa,CAAC,iBAAiB,CAAC,EAAE,EAAE,IAAI,EAAE,aAAa,CAAC,iBAAiB,EAAE,UAAU,EAAE,GAAG,EAAE;IAC7F,CAAC,aAAa,CAAC,gBAAgB,CAAC,EAAE,EAAE,IAAI,EAAE,aAAa,CAAC,gBAAgB,EAAE,UAAU,EAAE,GAAG,EAAE;IAC3F,CAAC,aAAa,CAAC,aAAa,CAAC,EAAE,EAAE,IAAI,EAAE,aAAa,CAAC,aAAa,EAAE,UAAU,EAAE,GAAG,EAAE;IACrF,CAAC,aAAa,CAAC,iBAAiB,CAAC,EAAE,EAAE,IAAI,EAAE,aAAa,CAAC,iBAAiB,EAAE,UAAU,EAAE,GAAG,EAAE;IAC7F,CAAC,aAAa,CAAC,2BAA2B,CAAC,EAAE;QACzC,IAAI,EAAE,aAAa,CAAC,2BAA2B;QAC/C,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,aAAa,CAAC,yBAAyB,CAAC,EAAE;QACvC,IAAI,EAAE,aAAa,CAAC,yBAAyB;QAC7C,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,aAAa,CAAC,wBAAwB,CAAC,EAAE;QACtC,IAAI,EAAE,aAAa,CAAC,wBAAwB;QAC5C,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,aAAa,CAAC,6BAA6B,CAAC,EAAE;QAC3C,IAAI,EAAE,aAAa,CAAC,6BAA6B;QACjD,UAAU,EAAE,GAAG;KAClB;CACK,CAAC"}
|
|
@@ -6,12 +6,11 @@ const rest_api_1 = require("../../../rest-api");
|
|
|
6
6
|
const http_method_1 = require("../../../shared/http-method");
|
|
7
7
|
var AuthDeleteSessionCommand;
|
|
8
8
|
(function (AuthDeleteSessionCommand) {
|
|
9
|
-
// Request/Response
|
|
10
9
|
AuthDeleteSessionCommand.Request = zod_1.z.object({});
|
|
11
10
|
AuthDeleteSessionCommand.Response = zod_1.z.object({
|
|
12
11
|
sessionId: zod_1.z.string().uuid(),
|
|
13
12
|
});
|
|
14
|
-
// URL/Method
|
|
15
13
|
AuthDeleteSessionCommand.URL = (id) => rest_api_1.REST_API.V1.AUTH.SESSION_BY_ID(id);
|
|
16
14
|
AuthDeleteSessionCommand.METHOD = http_method_1.HttpMethod.DELETE;
|
|
17
15
|
})(AuthDeleteSessionCommand || (exports.AuthDeleteSessionCommand = AuthDeleteSessionCommand = {}));
|
|
16
|
+
//# sourceMappingURL=delete-session.command.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-session.command.js","sourceRoot":"","sources":["../../../../v1/auth/commands/delete-session.command.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,gDAA6C;AAC7C,6DAAyD;AAEzD,IAAiB,wBAAwB,CAcxC;AAdD,WAAiB,wBAAwB;IAE1B,gCAAO,GAAG,OAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;IACvB,iCAAQ,GAAG,OAAC,CAAC,MAAM,CAAC;QAC/B,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;KAC7B,CAAC,CAAC;IAGU,4BAAG,GAAG,CAAC,EAAU,EAAE,EAAE,CAAC,mBAAQ,CAAC,EAAE,CAAC,IAAI,CAAC,aAAa,CAAC,EAAE,CAAC,CAAC;IACzD,+BAAM,GAAG,wBAAU,CAAC,MAAM,CAAC;AAK1C,CAAC,EAdgB,wBAAwB,wCAAxB,wBAAwB,QAcxC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../v1/auth/commands/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,mDAAiC;AACjC,mDAAiC;AACjC,mDAAiC;AACjC,uDAAqC;AACrC,2DAAyC"}
|
|
@@ -6,12 +6,11 @@ const rest_api_1 = require("../../../rest-api");
|
|
|
6
6
|
const http_method_1 = require("../../../shared/http-method");
|
|
7
7
|
var AuthLogoutAllCommand;
|
|
8
8
|
(function (AuthLogoutAllCommand) {
|
|
9
|
-
// Request/Response
|
|
10
9
|
AuthLogoutAllCommand.Request = zod_1.z.object({});
|
|
11
10
|
AuthLogoutAllCommand.Response = zod_1.z.object({
|
|
12
11
|
sessionIds: zod_1.z.array(zod_1.z.string().uuid()),
|
|
13
12
|
});
|
|
14
|
-
// URL/Method
|
|
15
13
|
AuthLogoutAllCommand.URL = rest_api_1.REST_API.V1.AUTH.LOGOUT_ALL;
|
|
16
14
|
AuthLogoutAllCommand.METHOD = http_method_1.HttpMethod.POST;
|
|
17
15
|
})(AuthLogoutAllCommand || (exports.AuthLogoutAllCommand = AuthLogoutAllCommand = {}));
|
|
16
|
+
//# sourceMappingURL=logout-all.command.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"logout-all.command.js","sourceRoot":"","sources":["../../../../v1/auth/commands/logout-all.command.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,gDAA6C;AAC7C,6DAAyD;AAEzD,IAAiB,oBAAoB,CAcpC;AAdD,WAAiB,oBAAoB;IAEpB,4BAAO,GAAG,OAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;IACvB,6BAAQ,GAAG,OAAC,CAAC,MAAM,CAAC;QAC7B,UAAU,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC;KACzC,CAAC,CAAC;IAGU,wBAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,IAAI,CAAC,UAAU,CAAC;IAClC,2BAAM,GAAG,wBAAU,CAAC,IAAI,CAAC;AAK1C,CAAC,EAdgB,oBAAoB,oCAApB,oBAAoB,QAcpC"}
|
|
@@ -6,12 +6,11 @@ const rest_api_1 = require("../../../rest-api");
|
|
|
6
6
|
const http_method_1 = require("../../../shared/http-method");
|
|
7
7
|
var AuthLogoutCommand;
|
|
8
8
|
(function (AuthLogoutCommand) {
|
|
9
|
-
// Request/Response
|
|
10
9
|
AuthLogoutCommand.Request = zod_1.z.object({});
|
|
11
10
|
AuthLogoutCommand.Response = zod_1.z.object({
|
|
12
11
|
sessionId: zod_1.z.string().uuid(),
|
|
13
12
|
});
|
|
14
|
-
// URL/Method
|
|
15
13
|
AuthLogoutCommand.URL = rest_api_1.REST_API.V1.AUTH.LOGOUT;
|
|
16
14
|
AuthLogoutCommand.METHOD = http_method_1.HttpMethod.POST;
|
|
17
15
|
})(AuthLogoutCommand || (exports.AuthLogoutCommand = AuthLogoutCommand = {}));
|
|
16
|
+
//# sourceMappingURL=logout.command.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"logout.command.js","sourceRoot":"","sources":["../../../../v1/auth/commands/logout.command.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,gDAA6C;AAC7C,6DAAyD;AAEzD,IAAiB,iBAAiB,CAcjC;AAdD,WAAiB,iBAAiB;IAEjB,yBAAO,GAAG,OAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;IACvB,0BAAQ,GAAG,OAAC,CAAC,MAAM,CAAC;QAC7B,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;KAC/B,CAAC,CAAC;IAGU,qBAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC;IAC9B,wBAAM,GAAG,wBAAU,CAAC,IAAI,CAAC;AAK1C,CAAC,EAdgB,iBAAiB,iCAAjB,iBAAiB,QAcjC"}
|
|
@@ -7,10 +7,9 @@ const rest_api_1 = require("../../../rest-api");
|
|
|
7
7
|
const http_method_1 = require("../../../shared/http-method");
|
|
8
8
|
var AuthSignInCommand;
|
|
9
9
|
(function (AuthSignInCommand) {
|
|
10
|
-
// Request/Response
|
|
11
10
|
AuthSignInCommand.Request = signin_request_schema_1.SignInRequestSchema;
|
|
12
11
|
AuthSignInCommand.Response = auth_response_schema_1.AuthResponseSchema;
|
|
13
|
-
// URL/Method
|
|
14
12
|
AuthSignInCommand.URL = rest_api_1.REST_API.V1.AUTH.SIGNIN;
|
|
15
13
|
AuthSignInCommand.METHOD = http_method_1.HttpMethod.POST;
|
|
16
14
|
})(AuthSignInCommand || (exports.AuthSignInCommand = AuthSignInCommand = {}));
|
|
15
|
+
//# sourceMappingURL=signin.command.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"signin.command.js","sourceRoot":"","sources":["../../../../v1/auth/commands/signin.command.ts"],"names":[],"mappings":";;;AACA,4EAAuE;AACvE,0EAAqE;AACrE,gDAA6C;AAC7C,6DAAyD;AAEzD,IAAiB,iBAAiB,CAYjC;AAZD,WAAiB,iBAAiB;IAEnB,yBAAO,GAAG,2CAAmB,CAAC;IAC9B,0BAAQ,GAAG,yCAAkB,CAAC;IAG9B,qBAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC;IAC9B,wBAAM,GAAG,wBAAU,CAAC,IAAI,CAAC;AAKxC,CAAC,EAZgB,iBAAiB,iCAAjB,iBAAiB,QAYjC"}
|
|
@@ -7,10 +7,9 @@ const rest_api_1 = require("../../../rest-api");
|
|
|
7
7
|
const http_method_1 = require("../../../shared/http-method");
|
|
8
8
|
var AuthSignupCommand;
|
|
9
9
|
(function (AuthSignupCommand) {
|
|
10
|
-
// Request/Response
|
|
11
10
|
AuthSignupCommand.Request = schemas_1.SignUpRequestSchema;
|
|
12
11
|
AuthSignupCommand.Response = schemas_2.AuthResponseSchema;
|
|
13
|
-
// URL/Method
|
|
14
12
|
AuthSignupCommand.URL = rest_api_1.REST_API.V1.AUTH.SIGNUP;
|
|
15
13
|
AuthSignupCommand.METHOD = http_method_1.HttpMethod.POST;
|
|
16
14
|
})(AuthSignupCommand || (exports.AuthSignupCommand = AuthSignupCommand = {}));
|
|
15
|
+
//# sourceMappingURL=signup.command.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"signup.command.js","sourceRoot":"","sources":["../../../../v1/auth/commands/signup.command.ts"],"names":[],"mappings":";;;AACA,wCAAiD;AACjD,wCAAgD;AAChD,gDAA6C;AAC7C,6DAAyD;AAEzD,IAAiB,iBAAiB,CAYjC;AAZD,WAAiB,iBAAiB;IAEjB,yBAAO,GAAG,6BAAmB,CAAC;IAC9B,0BAAQ,GAAG,4BAAkB,CAAC;IAG9B,qBAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC;IAC9B,wBAAM,GAAG,wBAAU,CAAC,IAAI,CAAC;AAK1C,CAAC,EAZgB,iBAAiB,iCAAjB,iBAAiB,QAYjC"}
|
package/build/v1/auth/index.js
CHANGED
|
@@ -19,8 +19,8 @@ __exportStar(require("./schemas"), exports);
|
|
|
19
19
|
__exportStar(require("./auth.errors"), exports);
|
|
20
20
|
__exportStar(require("./commands"), exports);
|
|
21
21
|
__exportStar(require("./queries"), exports);
|
|
22
|
-
// Re-export from centralized locations
|
|
23
22
|
var controllers_1 = require("../../controllers");
|
|
24
23
|
Object.defineProperty(exports, "AUTH_CONTROLLER", { enumerable: true, get: function () { return controllers_1.AUTH_CONTROLLER; } });
|
|
25
24
|
var routes_1 = require("../../routes");
|
|
26
25
|
Object.defineProperty(exports, "AUTH_ROUTES", { enumerable: true, get: function () { return routes_1.AUTH_ROUTES; } });
|
|
26
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../v1/auth/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,4CAA0B;AAC1B,gDAA8B;AAC9B,6CAA2B;AAC3B,4CAA0B;AAE1B,iDAAoD;AAA3C,8GAAA,eAAe,OAAA;AACxB,uCAA2C;AAAlC,qGAAA,WAAW,OAAA"}
|
|
@@ -7,10 +7,9 @@ const rest_api_1 = require("../../../rest-api");
|
|
|
7
7
|
const http_method_1 = require("../../../shared/http-method");
|
|
8
8
|
var AuthGetSessionsQuery;
|
|
9
9
|
(function (AuthGetSessionsQuery) {
|
|
10
|
-
// Request/Response
|
|
11
10
|
AuthGetSessionsQuery.Request = zod_1.z.object({});
|
|
12
11
|
AuthGetSessionsQuery.Response = auth_response_schema_1.SessionsListResponseSchema;
|
|
13
|
-
// URL/Method
|
|
14
12
|
AuthGetSessionsQuery.URL = rest_api_1.REST_API.V1.AUTH.SESSIONS;
|
|
15
13
|
AuthGetSessionsQuery.METHOD = http_method_1.HttpMethod.GET;
|
|
16
14
|
})(AuthGetSessionsQuery || (exports.AuthGetSessionsQuery = AuthGetSessionsQuery = {}));
|
|
15
|
+
//# sourceMappingURL=get-sessions.query.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-sessions.query.js","sourceRoot":"","sources":["../../../../v1/auth/queries/get-sessions.query.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,0EAA6E;AAC7E,gDAA6C;AAC7C,6DAAyD;AAEzD,IAAiB,oBAAoB,CAYpC;AAZD,WAAiB,oBAAoB;IAEtB,4BAAO,GAAG,OAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;IACvB,6BAAQ,GAAG,iDAA0B,CAAC;IAGtC,wBAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC;IAChC,2BAAM,GAAG,wBAAU,CAAC,GAAG,CAAC;AAKvC,CAAC,EAZgB,oBAAoB,oCAApB,oBAAoB,QAYpC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../v1/auth/queries/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC"}
|
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
/**
|
|
3
|
-
* Auth Response Schema (signup/login)
|
|
4
|
-
*/
|
|
5
2
|
export declare const AuthResponseSchema: z.ZodObject<{
|
|
6
3
|
user: z.ZodObject<{
|
|
7
4
|
uuid: z.ZodString;
|
|
@@ -24,9 +21,6 @@ export declare const AuthResponseSchema: z.ZodObject<{
|
|
|
24
21
|
lastUsedAt: z.ZodString;
|
|
25
22
|
}, z.core.$strip>;
|
|
26
23
|
}, z.core.$strip>;
|
|
27
|
-
/**
|
|
28
|
-
* Sessions List Response Schema
|
|
29
|
-
*/
|
|
30
24
|
export declare const SessionsListResponseSchema: z.ZodObject<{
|
|
31
25
|
sessions: z.ZodArray<z.ZodObject<{
|
|
32
26
|
uuid: z.ZodString;
|
|
@@ -4,17 +4,12 @@ exports.SessionsListResponseSchema = exports.AuthResponseSchema = void 0;
|
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
5
|
const user_response_schema_1 = require("../../users/schemas/user-response.schema");
|
|
6
6
|
const session_response_schema_1 = require("./session-response.schema");
|
|
7
|
-
/**
|
|
8
|
-
* Auth Response Schema (signup/login)
|
|
9
|
-
*/
|
|
10
7
|
exports.AuthResponseSchema = zod_1.z.object({
|
|
11
8
|
user: user_response_schema_1.UserResponseSchema,
|
|
12
9
|
accessToken: zod_1.z.string(),
|
|
13
10
|
session: session_response_schema_1.SessionResponseSchema,
|
|
14
11
|
});
|
|
15
|
-
/**
|
|
16
|
-
* Sessions List Response Schema
|
|
17
|
-
*/
|
|
18
12
|
exports.SessionsListResponseSchema = zod_1.z.object({
|
|
19
13
|
sessions: zod_1.z.array(session_response_schema_1.SessionResponseSchema),
|
|
20
14
|
});
|
|
15
|
+
//# sourceMappingURL=auth-response.schema.js.map
|