@veruna/api-contracts 1.0.55 → 1.0.57
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 +5 -4
- package/build/rest-api.js +6 -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/exchange-telegram-auth.command.d.ts +15 -0
- package/build/v1/telegram-auth/commands/exchange-telegram-auth.command.js +14 -0
- package/build/v1/telegram-auth/commands/exchange-telegram-auth.command.js.map +1 -0
- package/build/v1/telegram-auth/commands/index.d.ts +2 -1
- package/build/v1/telegram-auth/commands/index.js +17 -0
- package/build/v1/telegram-auth/commands/index.js.map +1 -0
- package/build/v1/telegram-auth/commands/init-telegram-auth.command.d.ts +14 -0
- package/build/v1/telegram-auth/commands/init-telegram-auth.command.js +15 -0
- package/build/v1/telegram-auth/commands/init-telegram-auth.command.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/get-telegram-auth-status.query.d.ts +12 -0
- package/build/v1/telegram-auth/queries/get-telegram-auth-status.query.js +15 -0
- package/build/v1/telegram-auth/queries/get-telegram-auth-status.query.js.map +1 -0
- package/build/v1/telegram-auth/queries/index.d.ts +1 -1
- package/build/v1/telegram-auth/queries/index.js +16 -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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"blog-admin-categories.routes.js","sourceRoot":"","sources":["../../routes/blog-admin-categories.routes.ts"],"names":[],"mappings":";;;AAIa,QAAA,4BAA4B,GAAG;IAC1C,MAAM,EAAE,EAAE;IACV,OAAO,EAAE,EAAE;IACX,WAAW,EAAE,OAAO;IACpB,MAAM,EAAE,OAAO;IACf,MAAM,EAAE,OAAO;CACP,CAAC"}
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.BLOG_ADMIN_POSTS_ROUTES = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* Blog Admin Posts Routes
|
|
6
|
-
*/
|
|
7
4
|
exports.BLOG_ADMIN_POSTS_ROUTES = {
|
|
8
5
|
CREATE: '',
|
|
9
6
|
GET_ALL: '',
|
|
@@ -11,3 +8,4 @@ exports.BLOG_ADMIN_POSTS_ROUTES = {
|
|
|
11
8
|
UPDATE: ':uuid',
|
|
12
9
|
DELETE: ':uuid',
|
|
13
10
|
};
|
|
11
|
+
//# sourceMappingURL=blog-admin-posts.routes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"blog-admin-posts.routes.js","sourceRoot":"","sources":["../../routes/blog-admin-posts.routes.ts"],"names":[],"mappings":";;;AAGa,QAAA,uBAAuB,GAAG;IACrC,MAAM,EAAE,EAAE;IACV,OAAO,EAAE,EAAE;IACX,WAAW,EAAE,OAAO;IACpB,MAAM,EAAE,OAAO;IACf,MAAM,EAAE,OAAO;CACP,CAAC"}
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.BLOG_PUBLIC_POSTS_ROUTES = exports.BLOG_PUBLIC_CATEGORIES_ROUTES = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* Blog Public Routes
|
|
6
|
-
*/
|
|
7
4
|
exports.BLOG_PUBLIC_CATEGORIES_ROUTES = {
|
|
8
|
-
GET_ALL: '',
|
|
5
|
+
GET_ALL: '',
|
|
9
6
|
};
|
|
10
7
|
exports.BLOG_PUBLIC_POSTS_ROUTES = {
|
|
11
|
-
GET_ALL: '',
|
|
12
|
-
GET_BY_ALIAS: ':alias',
|
|
8
|
+
GET_ALL: '',
|
|
9
|
+
GET_BY_ALIAS: ':alias',
|
|
13
10
|
};
|
|
11
|
+
//# sourceMappingURL=blog-public.routes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"blog-public.routes.js","sourceRoot":"","sources":["../../routes/blog-public.routes.ts"],"names":[],"mappings":";;;AAGa,QAAA,6BAA6B,GAAG;IAC3C,OAAO,EAAE,EAAE;CACH,CAAC;AAEE,QAAA,wBAAwB,GAAG;IACtC,OAAO,EAAE,EAAE;IACX,YAAY,EAAE,QAAQ;CACd,CAAC"}
|
|
@@ -1,15 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CHAT_PROJECT_ROUTES = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* Chat Project Routes
|
|
6
|
-
* For NestJS method decorators (@Get, @Post, etc.)
|
|
7
|
-
*/
|
|
8
4
|
exports.CHAT_PROJECT_ROUTES = {
|
|
9
|
-
CREATE: '',
|
|
10
|
-
GET_ALL: '',
|
|
11
|
-
GET_BY_UUID: ':uuid',
|
|
12
|
-
UPDATE: ':uuid',
|
|
13
|
-
DELETE: ':uuid',
|
|
14
|
-
GET_CHATS: ':uuid/chats',
|
|
5
|
+
CREATE: '',
|
|
6
|
+
GET_ALL: '',
|
|
7
|
+
GET_BY_UUID: ':uuid',
|
|
8
|
+
UPDATE: ':uuid',
|
|
9
|
+
DELETE: ':uuid',
|
|
10
|
+
GET_CHATS: ':uuid/chats',
|
|
15
11
|
};
|
|
12
|
+
//# sourceMappingURL=chat-project.routes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"chat-project.routes.js","sourceRoot":"","sources":["../../routes/chat-project.routes.ts"],"names":[],"mappings":";;;AAIa,QAAA,mBAAmB,GAAG;IAC/B,MAAM,EAAE,EAAE;IACV,OAAO,EAAE,EAAE;IACX,WAAW,EAAE,OAAO;IACpB,MAAM,EAAE,OAAO;IACf,MAAM,EAAE,OAAO;IACf,SAAS,EAAE,aAAa;CAClB,CAAC"}
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CHAT_HISTORY_ROUTES = exports.CHAT_REG_ROUTES = exports.CHAT_UNREG_ROUTES = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* Chat Routes
|
|
6
|
-
*/
|
|
7
4
|
exports.CHAT_UNREG_ROUTES = {
|
|
8
5
|
GET: '',
|
|
9
6
|
CREATE: '',
|
|
@@ -18,3 +15,4 @@ exports.CHAT_REG_ROUTES = {
|
|
|
18
15
|
exports.CHAT_HISTORY_ROUTES = {
|
|
19
16
|
HISTORY: 'history',
|
|
20
17
|
};
|
|
18
|
+
//# sourceMappingURL=chat.routes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"chat.routes.js","sourceRoot":"","sources":["../../routes/chat.routes.ts"],"names":[],"mappings":";;;AAGa,QAAA,iBAAiB,GAAG;IAC7B,GAAG,EAAE,EAAE;IACP,MAAM,EAAE,EAAE;CACJ,CAAC;AAEE,QAAA,eAAe,GAAG;IAC3B,MAAM,EAAE,EAAE;IACV,eAAe,EAAE,aAAa;IAC9B,SAAS,EAAE,SAAS;IACpB,MAAM,EAAE,SAAS;IACjB,YAAY,EAAE,SAAS;CACjB,CAAC;AAEE,QAAA,mBAAmB,GAAG;IAC/B,OAAO,EAAE,SAAS;CACZ,CAAC"}
|
|
@@ -1,20 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.FILE_ROUTES = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* File Routes
|
|
6
|
-
* For NestJS method decorators (@Get, @Post, etc.)
|
|
7
|
-
* External File API (Go service)
|
|
8
|
-
*/
|
|
9
4
|
exports.FILE_ROUTES = {
|
|
10
|
-
// Images
|
|
11
5
|
UPLOAD_IMAGE: 'upload-image',
|
|
12
|
-
// Files
|
|
13
6
|
UPLOAD: 'upload',
|
|
14
7
|
LIST: '',
|
|
15
8
|
GET_BY_ID: ':id',
|
|
16
9
|
DELETE_BY_ID: ':id',
|
|
17
10
|
DELETE_BY_KEY: 'by-key',
|
|
18
|
-
// Folders
|
|
19
11
|
FOLDERS: 'folders',
|
|
20
12
|
};
|
|
13
|
+
//# sourceMappingURL=file.routes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"file.routes.js","sourceRoot":"","sources":["../../routes/file.routes.ts"],"names":[],"mappings":";;;AAKa,QAAA,WAAW,GAAG;IAEvB,YAAY,EAAE,cAAc;IAG5B,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,EAAE;IACR,SAAS,EAAE,KAAK;IAChB,YAAY,EAAE,KAAK;IACnB,aAAa,EAAE,QAAQ;IAGvB,OAAO,EAAE,SAAS;CACZ,CAAC"}
|
package/build/routes/index.d.ts
CHANGED
package/build/routes/index.js
CHANGED
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.TELEGRAM_AUTH_ROUTES = exports.S2S_ROUTES = exports.PAGE_HINTS_ROUTES = exports.WALLET_ROUTES = exports.SITEMAP_ROUTES = exports.VERIFICATION_ROUTES = exports.MESSAGE_REG_ROUTES = exports.MESSAGE_UNREG_ROUTES = exports.CHAT_HISTORY_ROUTES = exports.CHAT_REG_ROUTES = exports.CHAT_UNREG_ROUTES = exports.CHAT_PROJECT_ROUTES = exports.FILE_ROUTES = exports.AI_MODEL_UNREG_ROUTES = exports.AI_MODEL_PUBLIC_ROUTES = exports.AI_MODEL_ADMIN_ROUTES = exports.AI_PROVIDER_PUBLIC_ROUTES = exports.AI_PROVIDER_ADMIN_ROUTES = exports.SEO_PAGES_PUBLIC_ROUTES = exports.SEO_PAGES_ADMIN_ROUTES = exports.BLOG_PUBLIC_POSTS_ROUTES = exports.BLOG_PUBLIC_CATEGORIES_ROUTES = exports.BLOG_ADMIN_POSTS_ROUTES = exports.BLOG_ADMIN_CATEGORIES_ROUTES = exports.UNREG_USERS_ROUTES = exports.USERS_ROUTES = exports.AUTH_ROUTES = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* Centralized exports for all routes
|
|
6
|
-
*/
|
|
7
4
|
var auth_routes_1 = require("./auth.routes");
|
|
8
5
|
Object.defineProperty(exports, "AUTH_ROUTES", { enumerable: true, get: function () { return auth_routes_1.AUTH_ROUTES; } });
|
|
9
6
|
var users_routes_1 = require("./users.routes");
|
|
@@ -54,3 +51,4 @@ var s2s_routes_1 = require("./s2s.routes");
|
|
|
54
51
|
Object.defineProperty(exports, "S2S_ROUTES", { enumerable: true, get: function () { return s2s_routes_1.S2S_ROUTES; } });
|
|
55
52
|
var telegram_auth_routes_1 = require("./telegram-auth.routes");
|
|
56
53
|
Object.defineProperty(exports, "TELEGRAM_AUTH_ROUTES", { enumerable: true, get: function () { return telegram_auth_routes_1.TELEGRAM_AUTH_ROUTES; } });
|
|
54
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../routes/index.ts"],"names":[],"mappings":";;;AAGA,6CAA4C;AAAnC,0GAAA,WAAW,OAAA;AACpB,+CAA8C;AAArC,4GAAA,YAAY,OAAA;AACrB,2DAA0D;AAAjD,wHAAA,kBAAkB,OAAA;AAC3B,+EAA8E;AAArE,4IAAA,4BAA4B,OAAA;AACrC,qEAAoE;AAA3D,kIAAA,uBAAuB,OAAA;AAChC,2DAA+F;AAAtF,mIAAA,6BAA6B,OAAA;AAAE,8HAAA,wBAAwB,OAAA;AAChE,mEAAkE;AAAzD,gIAAA,sBAAsB,OAAA;AAC/B,qEAAoE;AAA3D,kIAAA,uBAAuB,OAAA;AAChC,uEAAsE;AAA7D,oIAAA,wBAAwB,OAAA;AACjC,yEAAwE;AAA/D,sIAAA,yBAAyB,OAAA;AAClC,iEAAgE;AAAvD,8HAAA,qBAAqB,OAAA;AAC9B,mEAAkE;AAAzD,gIAAA,sBAAsB,OAAA;AAC/B,iEAAgE;AAAvD,8HAAA,qBAAqB,OAAA;AAC9B,6CAA4C;AAAnC,0GAAA,WAAW,OAAA;AACpB,6DAA4D;AAAnD,0HAAA,mBAAmB,OAAA;AAC5B,6CAAwF;AAA/E,gHAAA,iBAAiB,OAAA;AAAE,8GAAA,eAAe,OAAA;AAAE,kHAAA,mBAAmB,OAAA;AAChE,mDAA4E;AAAnE,sHAAA,oBAAoB,OAAA;AAAE,oHAAA,kBAAkB,OAAA;AACjD,6DAA4D;AAAnD,0HAAA,mBAAmB,OAAA;AAC5B,mDAAkD;AAAzC,gHAAA,cAAc,OAAA;AACvB,iDAAgD;AAAvC,8GAAA,aAAa,OAAA;AACtB,yDAAwD;AAA/C,sHAAA,iBAAiB,OAAA;AAC1B,2CAA0C;AAAjC,wGAAA,UAAU,OAAA;AACnB,+DAA8D;AAArD,4HAAA,oBAAoB,OAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"message.routes.js","sourceRoot":"","sources":["../../routes/message.routes.ts"],"names":[],"mappings":";;;AAAa,QAAA,oBAAoB,GAAG;IAChC,IAAI,EAAE,EAAE;IACR,IAAI,EAAE,mBAAmB;IACzB,MAAM,EAAE,YAAY;CACd,CAAC;AAEE,QAAA,kBAAkB,GAAG;IAC9B,IAAI,EAAE,EAAE;IACR,IAAI,EAAE,mBAAmB;IACzB,MAAM,EAAE,YAAY;CACd,CAAC"}
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PAGE_HINTS_ROUTES = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* Page Hints Admin Routes
|
|
6
|
-
*/
|
|
7
4
|
exports.PAGE_HINTS_ROUTES = {
|
|
8
5
|
CREATE: '',
|
|
9
6
|
GET_ALL: '',
|
|
@@ -11,3 +8,4 @@ exports.PAGE_HINTS_ROUTES = {
|
|
|
11
8
|
UPDATE: ':hintUuid',
|
|
12
9
|
DELETE: ':hintUuid',
|
|
13
10
|
};
|
|
11
|
+
//# sourceMappingURL=page-hints.routes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"page-hints.routes.js","sourceRoot":"","sources":["../../routes/page-hints.routes.ts"],"names":[],"mappings":";;;AAGa,QAAA,iBAAiB,GAAG;IAC7B,MAAM,EAAE,EAAE;IACV,OAAO,EAAE,EAAE;IACX,WAAW,EAAE,WAAW;IACxB,MAAM,EAAE,WAAW;IACnB,MAAM,EAAE,WAAW;CACb,CAAC"}
|
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.S2S_ROUTES = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* S2S (Server-to-Server) Routes
|
|
6
|
-
* For NestJS method decorators (@Get, @Post, etc.)
|
|
7
|
-
*/
|
|
8
4
|
exports.S2S_ROUTES = {
|
|
9
5
|
GET_USER_BY_SESSION: 'session/:sessionId/user',
|
|
10
6
|
};
|
|
7
|
+
//# sourceMappingURL=s2s.routes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"s2s.routes.js","sourceRoot":"","sources":["../../routes/s2s.routes.ts"],"names":[],"mappings":";;;AAIa,QAAA,UAAU,GAAG;IACtB,mBAAmB,EAAE,yBAAyB;CACxC,CAAC"}
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.SEO_PAGES_ADMIN_ROUTES = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* SEO Pages Admin Routes
|
|
6
|
-
*/
|
|
7
4
|
exports.SEO_PAGES_ADMIN_ROUTES = {
|
|
8
5
|
CREATE: '',
|
|
9
6
|
GET_ALL: '',
|
|
@@ -11,3 +8,4 @@ exports.SEO_PAGES_ADMIN_ROUTES = {
|
|
|
11
8
|
UPDATE: ':uuid',
|
|
12
9
|
DELETE: ':uuid',
|
|
13
10
|
};
|
|
11
|
+
//# sourceMappingURL=seo-pages-admin.routes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"seo-pages-admin.routes.js","sourceRoot":"","sources":["../../routes/seo-pages-admin.routes.ts"],"names":[],"mappings":";;;AAGa,QAAA,sBAAsB,GAAG;IACpC,MAAM,EAAE,EAAE;IACV,OAAO,EAAE,EAAE;IACX,WAAW,EAAE,OAAO;IACpB,MAAM,EAAE,OAAO;IACf,MAAM,EAAE,OAAO;CACP,CAAC"}
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.SEO_PAGES_PUBLIC_ROUTES = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* SEO Pages Public Routes
|
|
6
|
-
*/
|
|
7
4
|
exports.SEO_PAGES_PUBLIC_ROUTES = {
|
|
8
|
-
GET_INDEX: '',
|
|
9
|
-
GET_LIST: 'list',
|
|
10
|
-
GET_BY_ALIAS: ':alias',
|
|
5
|
+
GET_INDEX: '',
|
|
6
|
+
GET_LIST: 'list',
|
|
7
|
+
GET_BY_ALIAS: ':alias',
|
|
11
8
|
};
|
|
9
|
+
//# sourceMappingURL=seo-pages-public.routes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"seo-pages-public.routes.js","sourceRoot":"","sources":["../../routes/seo-pages-public.routes.ts"],"names":[],"mappings":";;;AAGa,QAAA,uBAAuB,GAAG;IACrC,SAAS,EAAE,EAAE;IACb,QAAQ,EAAE,MAAM;IAChB,YAAY,EAAE,QAAQ;CACd,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sitemap.routes.js","sourceRoot":"","sources":["../../routes/sitemap.routes.ts"],"names":[],"mappings":";;;AAAa,QAAA,cAAc,GAAG;IAC1B,GAAG,EAAE,EAAE;CACD,CAAC"}
|
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.TELEGRAM_AUTH_ROUTES = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* Telegram Auth Routes
|
|
6
|
-
* For NestJS method decorators (@Get, @Post, etc.)
|
|
7
|
-
*/
|
|
8
4
|
exports.TELEGRAM_AUTH_ROUTES = {
|
|
9
5
|
INIT: 'init',
|
|
10
6
|
STATUS: 'status/:uuid',
|
|
11
7
|
EXCHANGE: 'exchange',
|
|
12
8
|
};
|
|
9
|
+
//# sourceMappingURL=telegram-auth.routes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"telegram-auth.routes.js","sourceRoot":"","sources":["../../routes/telegram-auth.routes.ts"],"names":[],"mappings":";;;AAIa,QAAA,oBAAoB,GAAG;IAChC,IAAI,EAAE,MAAM;IACZ,MAAM,EAAE,cAAc;IACtB,QAAQ,EAAE,UAAU;CACd,CAAC"}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UNREG_USERS_ROUTES = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* Unregistered Users Routes
|
|
6
|
-
*/
|
|
7
4
|
exports.UNREG_USERS_ROUTES = {
|
|
8
|
-
AUTHENTICATE: '',
|
|
5
|
+
AUTHENTICATE: '',
|
|
9
6
|
};
|
|
7
|
+
//# sourceMappingURL=unreg-users.routes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"unreg-users.routes.js","sourceRoot":"","sources":["../../routes/unreg-users.routes.ts"],"names":[],"mappings":";;;AAGa,QAAA,kBAAkB,GAAG;IAChC,YAAY,EAAE,EAAE;CACR,CAAC"}
|
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.USERS_ROUTES = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* Users Routes
|
|
6
|
-
* For NestJS method decorators
|
|
7
|
-
*/
|
|
8
4
|
exports.USERS_ROUTES = {
|
|
9
5
|
ME: 'me',
|
|
10
6
|
ME_MARKETING_CONSENT: 'me/marketing-consent',
|
|
@@ -22,3 +18,4 @@ exports.USERS_ROUTES = {
|
|
|
22
18
|
PASSWORD_CHANGE_STATUS: 'me/password/change/status',
|
|
23
19
|
PASSWORD_CHANGE_COMPLETE: 'me/password/change/complete',
|
|
24
20
|
};
|
|
21
|
+
//# sourceMappingURL=users.routes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"users.routes.js","sourceRoot":"","sources":["../../routes/users.routes.ts"],"names":[],"mappings":";;;AAIa,QAAA,YAAY,GAAG;IACxB,EAAE,EAAE,IAAI;IACR,oBAAoB,EAAE,sBAAsB;IAC5C,WAAW,EAAE,aAAa;IAC1B,kBAAkB,EAAE,uBAAuB;IAC3C,mBAAmB,EAAE,wBAAwB;IAC7C,mBAAmB,EAAE,wBAAwB;IAC7C,qBAAqB,EAAE,0BAA0B;IACjD,oBAAoB,EAAE,yBAAyB;IAC/C,qBAAqB,EAAE,0BAA0B;IACjD,qBAAqB,EAAE,0BAA0B;IACjD,uBAAuB,EAAE,4BAA4B;IACrD,qBAAqB,EAAE,0BAA0B;IACjD,sBAAsB,EAAE,2BAA2B;IACnD,sBAAsB,EAAE,2BAA2B;IACnD,wBAAwB,EAAE,6BAA6B;CACjD,CAAC"}
|
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.VERIFICATION_ROUTES = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* Verification Routes
|
|
6
|
-
* For NestJS method decorators
|
|
7
|
-
*/
|
|
8
4
|
exports.VERIFICATION_ROUTES = {
|
|
9
5
|
RESEND: 'resend',
|
|
10
6
|
ACTIVE: 'active',
|
|
11
7
|
CANCEL: ':requestId/cancel',
|
|
12
8
|
};
|
|
9
|
+
//# sourceMappingURL=verification.routes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"verification.routes.js","sourceRoot":"","sources":["../../routes/verification.routes.ts"],"names":[],"mappings":";;;AAIa,QAAA,mBAAmB,GAAG;IAC/B,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,mBAAmB;CACrB,CAAC"}
|
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Wallet Routes
|
|
3
|
-
* For NestJS method decorators (@Get, @Post, etc.)
|
|
4
|
-
*
|
|
5
|
-
* Only public route for getting balance.
|
|
6
|
-
* All other operations (Credit, Debit, Hold) are internal service calls,
|
|
7
|
-
* not exposed via HTTP endpoints.
|
|
8
|
-
*/
|
|
9
1
|
export declare const WALLET_ROUTES: {
|
|
10
2
|
readonly BALANCE: "balance";
|
|
11
3
|
};
|
|
@@ -1,14 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.WALLET_ROUTES = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* Wallet Routes
|
|
6
|
-
* For NestJS method decorators (@Get, @Post, etc.)
|
|
7
|
-
*
|
|
8
|
-
* Only public route for getting balance.
|
|
9
|
-
* All other operations (Credit, Debit, Hold) are internal service calls,
|
|
10
|
-
* not exposed via HTTP endpoints.
|
|
11
|
-
*/
|
|
12
4
|
exports.WALLET_ROUTES = {
|
|
13
5
|
BALANCE: 'balance',
|
|
14
6
|
};
|
|
7
|
+
//# sourceMappingURL=wallet.routes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"wallet.routes.js","sourceRoot":"","sources":["../../routes/wallet.routes.ts"],"names":[],"mappings":";;;AAQa,QAAA,aAAa,GAAG;IACzB,OAAO,EAAE,SAAS;CACZ,CAAC"}
|
|
@@ -1,28 +1,4 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
/**
|
|
3
|
-
* API Error Response Schema
|
|
4
|
-
*
|
|
5
|
-
* This is the standard error response format returned by the API.
|
|
6
|
-
* All errors follow this structure.
|
|
7
|
-
*
|
|
8
|
-
* @example
|
|
9
|
-
* {
|
|
10
|
-
* "code": "EMAIL_ALREADY_EXISTS",
|
|
11
|
-
* "message": "Email already exists",
|
|
12
|
-
* "requestId": "41572f77-891e-4d64-9887-6f31b952e0a1"
|
|
13
|
-
* }
|
|
14
|
-
*
|
|
15
|
-
* @example with details (validation errors)
|
|
16
|
-
* {
|
|
17
|
-
* "code": "VALIDATION_ERROR",
|
|
18
|
-
* "message": "Validation failed",
|
|
19
|
-
* "requestId": "41572f77-891e-4d64-9887-6f31b952e0a1",
|
|
20
|
-
* "details": {
|
|
21
|
-
* "email": ["Invalid email format"],
|
|
22
|
-
* "password": ["Password must be at least 8 characters"]
|
|
23
|
-
* }
|
|
24
|
-
* }
|
|
25
|
-
*/
|
|
26
2
|
export declare const ApiErrorResponseSchema: z.ZodObject<{
|
|
27
3
|
code: z.ZodString;
|
|
28
4
|
message: z.ZodString;
|
|
@@ -2,39 +2,12 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ApiErrorResponseSchema = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
|
-
/**
|
|
6
|
-
* API Error Response Schema
|
|
7
|
-
*
|
|
8
|
-
* This is the standard error response format returned by the API.
|
|
9
|
-
* All errors follow this structure.
|
|
10
|
-
*
|
|
11
|
-
* @example
|
|
12
|
-
* {
|
|
13
|
-
* "code": "EMAIL_ALREADY_EXISTS",
|
|
14
|
-
* "message": "Email already exists",
|
|
15
|
-
* "requestId": "41572f77-891e-4d64-9887-6f31b952e0a1"
|
|
16
|
-
* }
|
|
17
|
-
*
|
|
18
|
-
* @example with details (validation errors)
|
|
19
|
-
* {
|
|
20
|
-
* "code": "VALIDATION_ERROR",
|
|
21
|
-
* "message": "Validation failed",
|
|
22
|
-
* "requestId": "41572f77-891e-4d64-9887-6f31b952e0a1",
|
|
23
|
-
* "details": {
|
|
24
|
-
* "email": ["Invalid email format"],
|
|
25
|
-
* "password": ["Password must be at least 8 characters"]
|
|
26
|
-
* }
|
|
27
|
-
* }
|
|
28
|
-
*/
|
|
29
5
|
exports.ApiErrorResponseSchema = zod_1.z.object({
|
|
30
|
-
/** Error code for client-side localization and error handling */
|
|
31
6
|
code: zod_1.z.string(),
|
|
32
|
-
/** Human-readable error message */
|
|
33
7
|
message: zod_1.z.string(),
|
|
34
|
-
/** Unique request identifier for debugging and support */
|
|
35
8
|
requestId: zod_1.z.string().uuid(),
|
|
36
|
-
/** Optional error details (validation errors, additional context) */
|
|
37
9
|
details: zod_1.z
|
|
38
10
|
.union([zod_1.z.record(zod_1.z.string(), zod_1.z.unknown()), zod_1.z.array(zod_1.z.string()), zod_1.z.string()])
|
|
39
11
|
.optional(),
|
|
40
12
|
});
|
|
13
|
+
//# sourceMappingURL=api-error-response.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"api-error-response.schema.js","sourceRoot":"","sources":["../../shared/api-error-response.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AA0BX,QAAA,sBAAsB,GAAG,OAAC,CAAC,MAAM,CAAC;IAE3C,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;IAEhB,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE;IAEnB,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAE5B,OAAO,EAAE,OAAC;SACL,KAAK,CAAC,CAAC,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,MAAM,EAAE,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC;SAC3E,QAAQ,EAAE;CAClB,CAAC,CAAC"}
|
|
@@ -1,22 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
/**
|
|
3
|
-
* Query parameter array transform
|
|
4
|
-
* Converts single string or array of strings to array
|
|
5
|
-
* Usage: queryArraySchema() for optional, queryArraySchema(false) for required
|
|
6
|
-
*/
|
|
7
2
|
export declare const queryArraySchema: (optional?: boolean) => z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>, z.ZodTransform<string[], string | string[]>> | z.ZodOptional<z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>, z.ZodTransform<string[], string | string[]>>>;
|
|
8
|
-
/**
|
|
9
|
-
* Empty Response (for void operations)
|
|
10
|
-
*/
|
|
11
3
|
export declare const EmptyResponseSchema: z.ZodObject<{}, z.core.$strip>;
|
|
12
|
-
/**
|
|
13
|
-
* Delete Response Schema (returns UUID of deleted entity)
|
|
14
|
-
*/
|
|
15
4
|
export declare const DeleteResponseSchema: z.ZodObject<{
|
|
16
5
|
uuid: z.ZodString;
|
|
17
6
|
}, z.core.$strip>;
|
|
18
|
-
/**
|
|
19
|
-
* BigInt as string schema (for JSON serialization of bigint values)
|
|
20
|
-
* Validates that string contains only digits (non-negative integer)
|
|
21
|
-
*/
|
|
22
7
|
export declare const BigIntStringSchema: z.ZodString;
|
|
@@ -3,11 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.BigIntStringSchema = exports.DeleteResponseSchema = exports.EmptyResponseSchema = exports.queryArraySchema = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
5
|
const regex_1 = require("./regex");
|
|
6
|
-
/**
|
|
7
|
-
* Query parameter array transform
|
|
8
|
-
* Converts single string or array of strings to array
|
|
9
|
-
* Usage: queryArraySchema() for optional, queryArraySchema(false) for required
|
|
10
|
-
*/
|
|
11
6
|
const queryArraySchema = (optional = true) => {
|
|
12
7
|
const schema = zod_1.z.union([zod_1.z.string(), zod_1.z.array(zod_1.z.string())]).transform((val) => {
|
|
13
8
|
if (Array.isArray(val))
|
|
@@ -17,20 +12,11 @@ const queryArraySchema = (optional = true) => {
|
|
|
17
12
|
return optional ? schema.optional() : schema;
|
|
18
13
|
};
|
|
19
14
|
exports.queryArraySchema = queryArraySchema;
|
|
20
|
-
/**
|
|
21
|
-
* Empty Response (for void operations)
|
|
22
|
-
*/
|
|
23
15
|
exports.EmptyResponseSchema = zod_1.z.object({});
|
|
24
|
-
/**
|
|
25
|
-
* Delete Response Schema (returns UUID of deleted entity)
|
|
26
|
-
*/
|
|
27
16
|
exports.DeleteResponseSchema = zod_1.z.object({
|
|
28
17
|
uuid: zod_1.z.string().regex(regex_1.UUID_REGEX),
|
|
29
18
|
});
|
|
30
|
-
/**
|
|
31
|
-
* BigInt as string schema (for JSON serialization of bigint values)
|
|
32
|
-
* Validates that string contains only digits (non-negative integer)
|
|
33
|
-
*/
|
|
34
19
|
exports.BigIntStringSchema = zod_1.z
|
|
35
20
|
.string()
|
|
36
21
|
.regex(regex_1.BIGINT_STRING_REGEX, 'Must be a non-negative integer string');
|
|
22
|
+
//# sourceMappingURL=common-schemas.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"common-schemas.js","sourceRoot":"","sources":["../../shared/common-schemas.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,mCAA0D;AAOnD,MAAM,gBAAgB,GAAG,CAAC,QAAQ,GAAG,IAAI,EAAE,EAAE;IAChD,MAAM,MAAM,GAAG,OAAC,CAAC,KAAK,CAAC,CAAC,OAAC,CAAC,MAAM,EAAE,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,GAAG,EAAE,EAAE;QACxE,IAAI,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC;YAAE,OAAO,GAAG,CAAC;QACnC,OAAO,CAAC,GAAG,CAAC,CAAC;IACjB,CAAC,CAAC,CAAC;IAEH,OAAO,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,QAAQ,EAAE,CAAC,CAAC,CAAC,MAAM,CAAC;AACjD,CAAC,CAAC;AAPW,QAAA,gBAAgB,oBAO3B;AAKW,QAAA,mBAAmB,GAAG,OAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;AAKnC,QAAA,oBAAoB,GAAG,OAAC,CAAC,MAAM,CAAC;IACzC,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,KAAK,CAAC,kBAAU,CAAC;CACrC,CAAC,CAAC;AAMU,QAAA,kBAAkB,GAAG,OAAC;KAC9B,MAAM,EAAE;KACR,KAAK,CAAC,2BAAmB,EAAE,uCAAuC,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"common.errors.js","sourceRoot":"","sources":["../../shared/common.errors.ts"],"names":[],"mappings":";;;AAEA,IAAY,eAMX;AAND,WAAY,eAAe;IACvB,kEAA+C,CAAA;IAC/C,wDAAqC,CAAA;IACrC,0DAAuC,CAAA;IACvC,wDAAqC,CAAA;IACrC,kDAA+B,CAAA;AACnC,CAAC,EANW,eAAe,+BAAf,eAAe,QAM1B;AAEY,QAAA,aAAa,GAA2C;IACjE,CAAC,eAAe,CAAC,qBAAqB,CAAC,EAAE;QACrC,IAAI,EAAE,eAAe,CAAC,qBAAqB;QAC3C,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,eAAe,CAAC,gBAAgB,CAAC,EAAE;QAChC,IAAI,EAAE,eAAe,CAAC,gBAAgB;QACtC,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,eAAe,CAAC,iBAAiB,CAAC,EAAE;QACjC,IAAI,EAAE,eAAe,CAAC,iBAAiB;QACvC,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,eAAe,CAAC,gBAAgB,CAAC,EAAE;QAChC,IAAI,EAAE,eAAe,CAAC,gBAAgB;QACtC,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,eAAe,CAAC,aAAa,CAAC,EAAE;QAC7B,IAAI,EAAE,eAAe,CAAC,aAAa;QACnC,UAAU,EAAE,GAAG;KAClB;CACK,CAAC"}
|