@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
|
@@ -3,12 +3,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.ProjectUuidParamSchema = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
5
|
const shared_1 = require("../../../shared");
|
|
6
|
-
/**
|
|
7
|
-
* Project UUID param schema for route validation
|
|
8
|
-
* Error messages: ProjectUuidParam.{field}.{rule}
|
|
9
|
-
*/
|
|
10
6
|
exports.ProjectUuidParamSchema = zod_1.z.object({
|
|
11
7
|
uuid: zod_1.z
|
|
12
8
|
.string({ error: 'ProjectUuidParam.uuid.required' })
|
|
13
9
|
.regex(shared_1.UUID_REGEX, { message: 'ProjectUuidParam.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/chat-project/schemas/route-params.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,4CAA6C;AAMhC,QAAA,sBAAsB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC3C,IAAI,EAAE,OAAC;SACF,MAAM,CAAC,EAAE,KAAK,EAAE,gCAAgC,EAAE,CAAC;SACnD,KAAK,CAAC,mBAAU,EAAE,EAAE,OAAO,EAAE,+BAA+B,EAAE,CAAC;CACvE,CAAC,CAAC"}
|
|
@@ -1,8 +1,4 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
/**
|
|
3
|
-
* Update Chat Project Request Schema
|
|
4
|
-
* Error messages: UpdateProjectRequest.{field}.{rule}
|
|
5
|
-
*/
|
|
6
2
|
export declare const UpdateProjectRequestSchema: z.ZodObject<{
|
|
7
3
|
title: z.ZodOptional<z.ZodString>;
|
|
8
4
|
color: z.ZodOptional<z.ZodString>;
|
|
@@ -3,10 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.UpdateProjectRequestSchema = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
5
|
const shared_1 = require("../../../shared");
|
|
6
|
-
/**
|
|
7
|
-
* Update Chat Project Request Schema
|
|
8
|
-
* Error messages: UpdateProjectRequest.{field}.{rule}
|
|
9
|
-
*/
|
|
10
6
|
exports.UpdateProjectRequestSchema = zod_1.z.object({
|
|
11
7
|
title: zod_1.z
|
|
12
8
|
.string()
|
|
@@ -18,3 +14,4 @@ exports.UpdateProjectRequestSchema = zod_1.z.object({
|
|
|
18
14
|
.regex(shared_1.HEX_COLOR_REGEX, { message: 'UpdateProjectRequest.color.invalid' })
|
|
19
15
|
.optional(),
|
|
20
16
|
});
|
|
17
|
+
//# sourceMappingURL=update-project-request.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-project-request.schema.js","sourceRoot":"","sources":["../../../../v1/chat-project/schemas/update-project-request.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,4CAAkD;AAMrC,QAAA,0BAA0B,GAAG,OAAC,CAAC,MAAM,CAAC;IAC/C,KAAK,EAAE,OAAC;SACH,MAAM,EAAE;SACR,GAAG,CAAC,CAAC,EAAE,EAAE,OAAO,EAAE,gCAAgC,EAAE,CAAC;SACrD,GAAG,CAAC,GAAG,EAAE,EAAE,OAAO,EAAE,gCAAgC,EAAE,CAAC;SACvD,QAAQ,EAAE;IACf,KAAK,EAAE,OAAC;SACH,MAAM,EAAE;SACR,KAAK,CAAC,wBAAe,EAAE,EAAE,OAAO,EAAE,oCAAoC,EAAE,CAAC;SACzE,QAAQ,EAAE;CAClB,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"email.errors.js","sourceRoot":"","sources":["../../../v1/email/email.errors.ts"],"names":[],"mappings":";;;AAEA,IAAY,cAYX;AAZD,WAAY,cAAc;IACtB,yDAAuC,CAAA;IACvC,6EAA2D,CAAA;IAC3D,6FAA2E,CAAA;IAC3E,2FAAyE,CAAA;IACzE,uEAAqD,CAAA;IACrD,+EAA6D,CAAA;IAC7D,2EAAyD,CAAA;IACzD,qEAAmD,CAAA;IACnD,6EAA2D,CAAA;IAC3D,2EAAyD,CAAA;IACzD,iEAA+C,CAAA;AACnD,CAAC,EAZW,cAAc,8BAAd,cAAc,QAYzB;AAEY,QAAA,YAAY,GAA0C;IAC/D,CAAC,cAAc,CAAC,iBAAiB,CAAC,EAAE;QAChC,IAAI,EAAE,cAAc,CAAC,iBAAiB;QACtC,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,cAAc,CAAC,2BAA2B,CAAC,EAAE;QAC1C,IAAI,EAAE,cAAc,CAAC,2BAA2B;QAChD,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,cAAc,CAAC,mCAAmC,CAAC,EAAE;QAClD,IAAI,EAAE,cAAc,CAAC,mCAAmC;QACxD,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,cAAc,CAAC,kCAAkC,CAAC,EAAE;QACjD,IAAI,EAAE,cAAc,CAAC,kCAAkC;QACvD,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,cAAc,CAAC,wBAAwB,CAAC,EAAE;QACvC,IAAI,EAAE,cAAc,CAAC,wBAAwB;QAC7C,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,cAAc,CAAC,4BAA4B,CAAC,EAAE;QAC3C,IAAI,EAAE,cAAc,CAAC,4BAA4B;QACjD,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,cAAc,CAAC,0BAA0B,CAAC,EAAE;QACzC,IAAI,EAAE,cAAc,CAAC,0BAA0B;QAC/C,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,cAAc,CAAC,uBAAuB,CAAC,EAAE;QACtC,IAAI,EAAE,cAAc,CAAC,uBAAuB;QAC5C,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,cAAc,CAAC,2BAA2B,CAAC,EAAE;QAC1C,IAAI,EAAE,cAAc,CAAC,2BAA2B;QAChD,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,cAAc,CAAC,0BAA0B,CAAC,EAAE;QACzC,IAAI,EAAE,cAAc,CAAC,0BAA0B;QAC/C,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,cAAc,CAAC,qBAAqB,CAAC,EAAE;QACpC,IAAI,EAAE,cAAc,CAAC,qBAAqB;QAC1C,UAAU,EAAE,GAAG;KAClB;CACK,CAAC"}
|
package/build/v1/email/index.js
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../v1/email/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iDAA+B"}
|
|
@@ -8,9 +8,6 @@ export declare enum EmailValidationErrorCode {
|
|
|
8
8
|
VALIDATION_FAILED = "VALIDATION_FAILED"
|
|
9
9
|
}
|
|
10
10
|
export declare const EMAIL_VALIDATION_ERRORS: Record<EmailValidationErrorCode, ErrorMetadata>;
|
|
11
|
-
/**
|
|
12
|
-
* Причины блокировки email
|
|
13
|
-
*/
|
|
14
11
|
export declare enum EmailBlockReason {
|
|
15
12
|
SYNTAX_INVALID = "SYNTAX_INVALID",
|
|
16
13
|
DOMAIN_NOT_FOUND = "DOMAIN_NOT_FOUND",
|
|
@@ -36,9 +36,6 @@ exports.EMAIL_VALIDATION_ERRORS = {
|
|
|
36
36
|
statusCode: 500,
|
|
37
37
|
},
|
|
38
38
|
};
|
|
39
|
-
/**
|
|
40
|
-
* Причины блокировки email
|
|
41
|
-
*/
|
|
42
39
|
var EmailBlockReason;
|
|
43
40
|
(function (EmailBlockReason) {
|
|
44
41
|
EmailBlockReason["SYNTAX_INVALID"] = "SYNTAX_INVALID";
|
|
@@ -46,3 +43,4 @@ var EmailBlockReason;
|
|
|
46
43
|
EmailBlockReason["NO_MX_RECORDS"] = "NO_MX_RECORDS";
|
|
47
44
|
EmailBlockReason["DISPOSABLE_EMAIL"] = "DISPOSABLE_EMAIL";
|
|
48
45
|
})(EmailBlockReason || (exports.EmailBlockReason = EmailBlockReason = {}));
|
|
46
|
+
//# sourceMappingURL=email-validation.errors.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"email-validation.errors.js","sourceRoot":"","sources":["../../../v1/email-validation/email-validation.errors.ts"],"names":[],"mappings":";;;AAEA,IAAY,wBAOX;AAPD,WAAY,wBAAwB;IAChC,mEAAuC,CAAA;IACvC,6DAAiC,CAAA;IACjC,iEAAqC,CAAA;IACrC,2DAA+B,CAAA;IAC/B,iEAAqC,CAAA;IACrC,mEAAuC,CAAA;AAC3C,CAAC,EAPW,wBAAwB,wCAAxB,wBAAwB,QAOnC;AAEY,QAAA,uBAAuB,GAAoD;IACpF,CAAC,wBAAwB,CAAC,iBAAiB,CAAC,EAAE;QAC1C,IAAI,EAAE,wBAAwB,CAAC,iBAAiB;QAChD,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,wBAAwB,CAAC,cAAc,CAAC,EAAE;QACvC,IAAI,EAAE,wBAAwB,CAAC,cAAc;QAC7C,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,wBAAwB,CAAC,gBAAgB,CAAC,EAAE;QACzC,IAAI,EAAE,wBAAwB,CAAC,gBAAgB;QAC/C,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,wBAAwB,CAAC,aAAa,CAAC,EAAE;QACtC,IAAI,EAAE,wBAAwB,CAAC,aAAa;QAC5C,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,wBAAwB,CAAC,gBAAgB,CAAC,EAAE;QACzC,IAAI,EAAE,wBAAwB,CAAC,gBAAgB;QAC/C,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,wBAAwB,CAAC,iBAAiB,CAAC,EAAE;QAC1C,IAAI,EAAE,wBAAwB,CAAC,iBAAiB;QAChD,UAAU,EAAE,GAAG;KAClB;CACK,CAAC;AAKX,IAAY,gBAKX;AALD,WAAY,gBAAgB;IACxB,qDAAiC,CAAA;IACjC,yDAAqC,CAAA;IACrC,mDAA+B,CAAA;IAC/B,yDAAqC,CAAA;AACzC,CAAC,EALW,gBAAgB,gCAAhB,gBAAgB,QAK3B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../v1/email-validation/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4DAA0C"}
|
|
@@ -6,10 +6,9 @@ const rest_api_1 = require("../../../rest-api");
|
|
|
6
6
|
const http_method_1 = require("../../../shared/http-method");
|
|
7
7
|
var FileDeleteByKeyCommand;
|
|
8
8
|
(function (FileDeleteByKeyCommand) {
|
|
9
|
-
// Request/Response
|
|
10
9
|
FileDeleteByKeyCommand.Request = schemas_1.DeleteFileByKeyQuerySchema;
|
|
11
10
|
FileDeleteByKeyCommand.Response = schemas_1.DeleteFileByKeyResponseSchema;
|
|
12
|
-
// URL/Method
|
|
13
11
|
FileDeleteByKeyCommand.URL = rest_api_1.REST_API.V1.FILE.DELETE_BY_KEY;
|
|
14
12
|
FileDeleteByKeyCommand.METHOD = http_method_1.HttpMethod.DELETE;
|
|
15
13
|
})(FileDeleteByKeyCommand || (exports.FileDeleteByKeyCommand = FileDeleteByKeyCommand = {}));
|
|
14
|
+
//# sourceMappingURL=delete-file-by-key.command.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-file-by-key.command.js","sourceRoot":"","sources":["../../../../v1/file/commands/delete-file-by-key.command.ts"],"names":[],"mappings":";;;AACA,wCAAuF;AACvF,gDAA6C;AAC7C,6DAAyD;AAEzD,IAAiB,sBAAsB,CAYtC;AAZD,WAAiB,sBAAsB;IAEtB,8BAAO,GAAG,oCAA0B,CAAC;IACrC,+BAAQ,GAAG,uCAA6B,CAAC;IAGzC,0BAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,IAAI,CAAC,aAAa,CAAC;IACrC,6BAAM,GAAG,wBAAU,CAAC,MAAM,CAAC;AAK5C,CAAC,EAZgB,sBAAsB,sCAAtB,sBAAsB,QAYtC"}
|
|
@@ -7,12 +7,11 @@ const rest_api_1 = require("../../../rest-api");
|
|
|
7
7
|
const http_method_1 = require("../../../shared/http-method");
|
|
8
8
|
var FileDeleteCommand;
|
|
9
9
|
(function (FileDeleteCommand) {
|
|
10
|
-
// Request/Response
|
|
11
10
|
FileDeleteCommand.Request = zod_1.z.object({
|
|
12
11
|
id: zod_1.z.string().uuid(),
|
|
13
12
|
});
|
|
14
13
|
FileDeleteCommand.Response = schemas_1.DeleteFileResponseSchema;
|
|
15
|
-
// URL/Method
|
|
16
14
|
FileDeleteCommand.URL = rest_api_1.REST_API.V1.FILE.DELETE_BY_ID;
|
|
17
15
|
FileDeleteCommand.METHOD = http_method_1.HttpMethod.DELETE;
|
|
18
16
|
})(FileDeleteCommand || (exports.FileDeleteCommand = FileDeleteCommand = {}));
|
|
17
|
+
//# sourceMappingURL=delete-file.command.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-file.command.js","sourceRoot":"","sources":["../../../../v1/file/commands/delete-file.command.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,wCAAsD;AACtD,gDAA6C;AAC7C,6DAAyD;AAEzD,IAAiB,iBAAiB,CAcjC;AAdD,WAAiB,iBAAiB;IAEjB,yBAAO,GAAG,OAAC,CAAC,MAAM,CAAC;QAC5B,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;KACxB,CAAC,CAAC;IACU,0BAAQ,GAAG,kCAAwB,CAAC;IAGpC,qBAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;IACpC,wBAAM,GAAG,wBAAU,CAAC,MAAM,CAAC;AAK5C,CAAC,EAdgB,iBAAiB,iCAAjB,iBAAiB,QAcjC"}
|
|
@@ -18,3 +18,4 @@ __exportStar(require("./upload-image.command"), exports);
|
|
|
18
18
|
__exportStar(require("./upload-file.command"), exports);
|
|
19
19
|
__exportStar(require("./delete-file.command"), exports);
|
|
20
20
|
__exportStar(require("./delete-file-by-key.command"), exports);
|
|
21
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../v1/file/commands/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yDAAuC;AACvC,wDAAsC;AACtC,wDAAsC;AACtC,+DAA6C"}
|
|
@@ -6,10 +6,9 @@ const rest_api_1 = require("../../../rest-api");
|
|
|
6
6
|
const http_method_1 = require("../../../shared/http-method");
|
|
7
7
|
var FileUploadCommand;
|
|
8
8
|
(function (FileUploadCommand) {
|
|
9
|
-
// Request/Response
|
|
10
9
|
FileUploadCommand.Request = schemas_1.UploadFileQuerySchema;
|
|
11
10
|
FileUploadCommand.Response = schemas_1.UploadFileResponseSchema;
|
|
12
|
-
// URL/Method
|
|
13
11
|
FileUploadCommand.URL = rest_api_1.REST_API.V1.FILE.UPLOAD;
|
|
14
12
|
FileUploadCommand.METHOD = http_method_1.HttpMethod.PUT;
|
|
15
13
|
})(FileUploadCommand || (exports.FileUploadCommand = FileUploadCommand = {}));
|
|
14
|
+
//# sourceMappingURL=upload-file.command.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"upload-file.command.js","sourceRoot":"","sources":["../../../../v1/file/commands/upload-file.command.ts"],"names":[],"mappings":";;;AACA,wCAA6E;AAC7E,gDAA6C;AAC7C,6DAAyD;AAEzD,IAAiB,iBAAiB,CAYjC;AAZD,WAAiB,iBAAiB;IAEjB,yBAAO,GAAG,+BAAqB,CAAC;IAChC,0BAAQ,GAAG,kCAAwB,CAAC;IAGpC,qBAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC;IAC9B,wBAAM,GAAG,wBAAU,CAAC,GAAG,CAAC;AAKzC,CAAC,EAZgB,iBAAiB,iCAAjB,iBAAiB,QAYjC"}
|
|
@@ -6,10 +6,9 @@ const rest_api_1 = require("../../../rest-api");
|
|
|
6
6
|
const http_method_1 = require("../../../shared/http-method");
|
|
7
7
|
var FileUploadImageCommand;
|
|
8
8
|
(function (FileUploadImageCommand) {
|
|
9
|
-
// Request/Response
|
|
10
9
|
FileUploadImageCommand.Request = schemas_1.UploadImageQuerySchema;
|
|
11
10
|
FileUploadImageCommand.Response = schemas_1.UploadImageResponseSchema;
|
|
12
|
-
// URL/Method
|
|
13
11
|
FileUploadImageCommand.URL = rest_api_1.REST_API.V1.FILE.UPLOAD_IMAGE;
|
|
14
12
|
FileUploadImageCommand.METHOD = http_method_1.HttpMethod.PUT;
|
|
15
13
|
})(FileUploadImageCommand || (exports.FileUploadImageCommand = FileUploadImageCommand = {}));
|
|
14
|
+
//# sourceMappingURL=upload-image.command.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"upload-image.command.js","sourceRoot":"","sources":["../../../../v1/file/commands/upload-image.command.ts"],"names":[],"mappings":";;;AACA,wCAA+E;AAC/E,gDAA6C;AAC7C,6DAAyD;AAEzD,IAAiB,sBAAsB,CAYtC;AAZD,WAAiB,sBAAsB;IAEtB,8BAAO,GAAG,gCAAsB,CAAC;IACjC,+BAAQ,GAAG,mCAAyB,CAAC;IAGrC,0BAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,IAAI,CAAC,YAAY,CAAC;IACpC,6BAAM,GAAG,wBAAU,CAAC,GAAG,CAAC;AAKzC,CAAC,EAZgB,sBAAsB,sCAAtB,sBAAsB,QAYtC"}
|
|
@@ -3,25 +3,19 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.FILE_ERRORS = exports.FileErrorCode = void 0;
|
|
4
4
|
var FileErrorCode;
|
|
5
5
|
(function (FileErrorCode) {
|
|
6
|
-
// 400 - Bad Request
|
|
7
6
|
FileErrorCode["INVALID_REQUEST"] = "INVALID_REQUEST";
|
|
8
7
|
FileErrorCode["INVALID_FILE_TYPE"] = "INVALID_FILE_TYPE";
|
|
9
8
|
FileErrorCode["FILE_TOO_LARGE"] = "FILE_TOO_LARGE";
|
|
10
9
|
FileErrorCode["MISSING_PARAMETER"] = "MISSING_PARAMETER";
|
|
11
10
|
FileErrorCode["INVALID_PARAMETER"] = "INVALID_PARAMETER";
|
|
12
|
-
// 401 - Unauthorized
|
|
13
11
|
FileErrorCode["UNAUTHORIZED"] = "UNAUTHORIZED";
|
|
14
|
-
// 403 - Forbidden
|
|
15
12
|
FileErrorCode["FORBIDDEN"] = "FORBIDDEN";
|
|
16
|
-
// 404 - Not Found
|
|
17
13
|
FileErrorCode["FILE_NOT_FOUND"] = "FILE_NOT_FOUND";
|
|
18
|
-
// 500 - Server Errors
|
|
19
14
|
FileErrorCode["UPLOAD_FAILED"] = "UPLOAD_FAILED";
|
|
20
15
|
FileErrorCode["CONVERSION_FAILED"] = "CONVERSION_FAILED";
|
|
21
16
|
FileErrorCode["INTERNAL_ERROR"] = "INTERNAL_ERROR";
|
|
22
17
|
})(FileErrorCode || (exports.FileErrorCode = FileErrorCode = {}));
|
|
23
18
|
exports.FILE_ERRORS = {
|
|
24
|
-
// 400 - Bad Request
|
|
25
19
|
[FileErrorCode.INVALID_REQUEST]: {
|
|
26
20
|
code: FileErrorCode.INVALID_REQUEST,
|
|
27
21
|
statusCode: 400,
|
|
@@ -42,22 +36,18 @@ exports.FILE_ERRORS = {
|
|
|
42
36
|
code: FileErrorCode.INVALID_PARAMETER,
|
|
43
37
|
statusCode: 400,
|
|
44
38
|
},
|
|
45
|
-
// 401 - Unauthorized
|
|
46
39
|
[FileErrorCode.UNAUTHORIZED]: {
|
|
47
40
|
code: FileErrorCode.UNAUTHORIZED,
|
|
48
41
|
statusCode: 401,
|
|
49
42
|
},
|
|
50
|
-
// 403 - Forbidden
|
|
51
43
|
[FileErrorCode.FORBIDDEN]: {
|
|
52
44
|
code: FileErrorCode.FORBIDDEN,
|
|
53
45
|
statusCode: 403,
|
|
54
46
|
},
|
|
55
|
-
// 404 - Not Found
|
|
56
47
|
[FileErrorCode.FILE_NOT_FOUND]: {
|
|
57
48
|
code: FileErrorCode.FILE_NOT_FOUND,
|
|
58
49
|
statusCode: 404,
|
|
59
50
|
},
|
|
60
|
-
// 500 - Server Errors
|
|
61
51
|
[FileErrorCode.UPLOAD_FAILED]: {
|
|
62
52
|
code: FileErrorCode.UPLOAD_FAILED,
|
|
63
53
|
statusCode: 500,
|
|
@@ -71,3 +61,4 @@ exports.FILE_ERRORS = {
|
|
|
71
61
|
statusCode: 500,
|
|
72
62
|
},
|
|
73
63
|
};
|
|
64
|
+
//# sourceMappingURL=file.errors.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"file.errors.js","sourceRoot":"","sources":["../../../v1/file/file.errors.ts"],"names":[],"mappings":";;;AAEA,IAAY,aAqBX;AArBD,WAAY,aAAa;IAErB,oDAAmC,CAAA;IACnC,wDAAuC,CAAA;IACvC,kDAAiC,CAAA;IACjC,wDAAuC,CAAA;IACvC,wDAAuC,CAAA;IAGvC,8CAA6B,CAAA;IAG7B,wCAAuB,CAAA;IAGvB,kDAAiC,CAAA;IAGjC,gDAA+B,CAAA;IAC/B,wDAAuC,CAAA;IACvC,kDAAiC,CAAA;AACrC,CAAC,EArBW,aAAa,6BAAb,aAAa,QAqBxB;AAEY,QAAA,WAAW,GAAyC;IAE7D,CAAC,aAAa,CAAC,eAAe,CAAC,EAAE;QAC7B,IAAI,EAAE,aAAa,CAAC,eAAe;QACnC,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,aAAa,CAAC,iBAAiB,CAAC,EAAE;QAC/B,IAAI,EAAE,aAAa,CAAC,iBAAiB;QACrC,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,aAAa,CAAC,cAAc,CAAC,EAAE;QAC5B,IAAI,EAAE,aAAa,CAAC,cAAc;QAClC,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,aAAa,CAAC,iBAAiB,CAAC,EAAE;QAC/B,IAAI,EAAE,aAAa,CAAC,iBAAiB;QACrC,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,aAAa,CAAC,iBAAiB,CAAC,EAAE;QAC/B,IAAI,EAAE,aAAa,CAAC,iBAAiB;QACrC,UAAU,EAAE,GAAG;KAClB;IAGD,CAAC,aAAa,CAAC,YAAY,CAAC,EAAE;QAC1B,IAAI,EAAE,aAAa,CAAC,YAAY;QAChC,UAAU,EAAE,GAAG;KAClB;IAGD,CAAC,aAAa,CAAC,SAAS,CAAC,EAAE;QACvB,IAAI,EAAE,aAAa,CAAC,SAAS;QAC7B,UAAU,EAAE,GAAG;KAClB;IAGD,CAAC,aAAa,CAAC,cAAc,CAAC,EAAE;QAC5B,IAAI,EAAE,aAAa,CAAC,cAAc;QAClC,UAAU,EAAE,GAAG;KAClB;IAGD,CAAC,aAAa,CAAC,aAAa,CAAC,EAAE;QAC3B,IAAI,EAAE,aAAa,CAAC,aAAa;QACjC,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,aAAa,CAAC,iBAAiB,CAAC,EAAE;QAC/B,IAAI,EAAE,aAAa,CAAC,iBAAiB;QACrC,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,aAAa,CAAC,cAAc,CAAC,EAAE;QAC5B,IAAI,EAAE,aAAa,CAAC,cAAc;QAClC,UAAU,EAAE,GAAG;KAClB;CACK,CAAC"}
|
package/build/v1/file/index.js
CHANGED
|
@@ -19,8 +19,8 @@ __exportStar(require("./schemas"), exports);
|
|
|
19
19
|
__exportStar(require("./file.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, "FILE_CONTROLLER", { enumerable: true, get: function () { return controllers_1.FILE_CONTROLLER; } });
|
|
25
24
|
var routes_1 = require("../../routes");
|
|
26
25
|
Object.defineProperty(exports, "FILE_ROUTES", { enumerable: true, get: function () { return routes_1.FILE_ROUTES; } });
|
|
26
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../v1/file/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,12 +7,11 @@ const rest_api_1 = require("../../../rest-api");
|
|
|
7
7
|
const http_method_1 = require("../../../shared/http-method");
|
|
8
8
|
var FileGetByIdQuery;
|
|
9
9
|
(function (FileGetByIdQuery) {
|
|
10
|
-
// Request/Response
|
|
11
10
|
FileGetByIdQuery.Request = zod_1.z.object({
|
|
12
11
|
id: zod_1.z.string().uuid(),
|
|
13
12
|
});
|
|
14
13
|
FileGetByIdQuery.Response = schemas_1.FileWithVariantsResponseSchema;
|
|
15
|
-
// URL/Method
|
|
16
14
|
FileGetByIdQuery.URL = rest_api_1.REST_API.V1.FILE.GET_BY_ID;
|
|
17
15
|
FileGetByIdQuery.METHOD = http_method_1.HttpMethod.GET;
|
|
18
16
|
})(FileGetByIdQuery || (exports.FileGetByIdQuery = FileGetByIdQuery = {}));
|
|
17
|
+
//# sourceMappingURL=get-file.query.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-file.query.js","sourceRoot":"","sources":["../../../../v1/file/queries/get-file.query.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,wCAA4D;AAC5D,gDAA6C;AAC7C,6DAAyD;AAEzD,IAAiB,gBAAgB,CAchC;AAdD,WAAiB,gBAAgB;IAEhB,wBAAO,GAAG,OAAC,CAAC,MAAM,CAAC;QAC5B,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;KACxB,CAAC,CAAC;IACU,yBAAQ,GAAG,wCAA8B,CAAC;IAG1C,oBAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC;IACjC,uBAAM,GAAG,wBAAU,CAAC,GAAG,CAAC;AAKzC,CAAC,EAdgB,gBAAgB,gCAAhB,gBAAgB,QAchC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../v1/file/queries/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,mDAAiC;AACjC,qDAAmC;AACnC,uDAAqC"}
|
|
@@ -6,10 +6,9 @@ const rest_api_1 = require("../../../rest-api");
|
|
|
6
6
|
const http_method_1 = require("../../../shared/http-method");
|
|
7
7
|
var FileListQuery;
|
|
8
8
|
(function (FileListQuery) {
|
|
9
|
-
// Request/Response
|
|
10
9
|
FileListQuery.Request = schemas_1.ListFilesQuerySchema;
|
|
11
10
|
FileListQuery.Response = schemas_1.ListFilesResponseSchema;
|
|
12
|
-
// URL/Method
|
|
13
11
|
FileListQuery.URL = rest_api_1.REST_API.V1.FILE.LIST;
|
|
14
12
|
FileListQuery.METHOD = http_method_1.HttpMethod.GET;
|
|
15
13
|
})(FileListQuery || (exports.FileListQuery = FileListQuery = {}));
|
|
14
|
+
//# sourceMappingURL=list-files.query.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-files.query.js","sourceRoot":"","sources":["../../../../v1/file/queries/list-files.query.ts"],"names":[],"mappings":";;;AACA,wCAA2E;AAC3E,gDAA6C;AAC7C,6DAAyD;AAEzD,IAAiB,aAAa,CAY7B;AAZD,WAAiB,aAAa;IAEb,qBAAO,GAAG,8BAAoB,CAAC;IAC/B,sBAAQ,GAAG,iCAAuB,CAAC;IAGnC,iBAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,IAAI,CAAC,IAAI,CAAC;IAC5B,oBAAM,GAAG,wBAAU,CAAC,GAAG,CAAC;AAKzC,CAAC,EAZgB,aAAa,6BAAb,aAAa,QAY7B"}
|
|
@@ -6,10 +6,9 @@ const rest_api_1 = require("../../../rest-api");
|
|
|
6
6
|
const http_method_1 = require("../../../shared/http-method");
|
|
7
7
|
var FileFoldersListQuery;
|
|
8
8
|
(function (FileFoldersListQuery) {
|
|
9
|
-
// Request/Response
|
|
10
9
|
FileFoldersListQuery.Request = schemas_1.ListFoldersQuerySchema;
|
|
11
10
|
FileFoldersListQuery.Response = schemas_1.ListFoldersResponseSchema;
|
|
12
|
-
// URL/Method
|
|
13
11
|
FileFoldersListQuery.URL = rest_api_1.REST_API.V1.FILE.FOLDERS;
|
|
14
12
|
FileFoldersListQuery.METHOD = http_method_1.HttpMethod.GET;
|
|
15
13
|
})(FileFoldersListQuery || (exports.FileFoldersListQuery = FileFoldersListQuery = {}));
|
|
14
|
+
//# sourceMappingURL=list-folders.query.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-folders.query.js","sourceRoot":"","sources":["../../../../v1/file/queries/list-folders.query.ts"],"names":[],"mappings":";;;AACA,wCAA+E;AAC/E,gDAA6C;AAC7C,6DAAyD;AAEzD,IAAiB,oBAAoB,CAYpC;AAZD,WAAiB,oBAAoB;IAEpB,4BAAO,GAAG,gCAAsB,CAAC;IACjC,6BAAQ,GAAG,mCAAyB,CAAC;IAGrC,wBAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC;IAC/B,2BAAM,GAAG,wBAAU,CAAC,GAAG,CAAC;AAKzC,CAAC,EAZgB,oBAAoB,oCAApB,oBAAoB,QAYpC"}
|
|
@@ -2,12 +2,9 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteFileByKeyQuerySchema = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
|
-
/**
|
|
6
|
-
* Delete file by key query parameters schema
|
|
7
|
-
* Error messages: DeleteFileByKeyQuery.{field}.{rule}
|
|
8
|
-
*/
|
|
9
5
|
exports.DeleteFileByKeyQuerySchema = zod_1.z.object({
|
|
10
6
|
key: zod_1.z
|
|
11
7
|
.string({ error: 'DeleteFileByKeyQuery.key.required' })
|
|
12
8
|
.min(1, { message: 'DeleteFileByKeyQuery.key.min' }),
|
|
13
9
|
});
|
|
10
|
+
//# sourceMappingURL=delete-file-by-key-request.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-file-by-key-request.schema.js","sourceRoot":"","sources":["../../../../v1/file/schemas/delete-file-by-key-request.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAMX,QAAA,0BAA0B,GAAG,OAAC,CAAC,MAAM,CAAC;IAC/C,GAAG,EAAE,OAAC;SACD,MAAM,CAAC,EAAE,KAAK,EAAE,mCAAmC,EAAE,CAAC;SACtD,GAAG,CAAC,CAAC,EAAE,EAAE,OAAO,EAAE,8BAA8B,EAAE,CAAC;CAC3D,CAAC,CAAC"}
|
|
@@ -1,14 +1,8 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
/**
|
|
3
|
-
* Delete file by ID response schema
|
|
4
|
-
*/
|
|
5
2
|
export declare const DeleteFileResponseSchema: z.ZodObject<{
|
|
6
3
|
success: z.ZodBoolean;
|
|
7
4
|
message: z.ZodString;
|
|
8
5
|
}, z.core.$strip>;
|
|
9
|
-
/**
|
|
10
|
-
* Delete file by key response schema (legacy)
|
|
11
|
-
*/
|
|
12
6
|
export declare const DeleteFileByKeyResponseSchema: z.ZodObject<{
|
|
13
7
|
message: z.ZodString;
|
|
14
8
|
key: z.ZodString;
|
|
@@ -2,17 +2,12 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteFileByKeyResponseSchema = exports.DeleteFileResponseSchema = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
|
-
/**
|
|
6
|
-
* Delete file by ID response schema
|
|
7
|
-
*/
|
|
8
5
|
exports.DeleteFileResponseSchema = zod_1.z.object({
|
|
9
6
|
success: zod_1.z.boolean(),
|
|
10
7
|
message: zod_1.z.string(),
|
|
11
8
|
});
|
|
12
|
-
/**
|
|
13
|
-
* Delete file by key response schema (legacy)
|
|
14
|
-
*/
|
|
15
9
|
exports.DeleteFileByKeyResponseSchema = zod_1.z.object({
|
|
16
10
|
message: zod_1.z.string(),
|
|
17
11
|
key: zod_1.z.string(),
|
|
18
12
|
});
|
|
13
|
+
//# sourceMappingURL=delete-file-response.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-file-response.schema.js","sourceRoot":"","sources":["../../../../v1/file/schemas/delete-file-response.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAKX,QAAA,wBAAwB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC7C,OAAO,EAAE,OAAC,CAAC,OAAO,EAAE;IACpB,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE;CACtB,CAAC,CAAC;AAKU,QAAA,6BAA6B,GAAG,OAAC,CAAC,MAAM,CAAC;IAClD,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE;IACnB,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE;CAClB,CAAC,CAAC"}
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.FileCategory = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* File category based on content type
|
|
6
|
-
*/
|
|
7
4
|
var FileCategory;
|
|
8
5
|
(function (FileCategory) {
|
|
9
6
|
FileCategory["IMAGE"] = "image";
|
|
@@ -11,3 +8,4 @@ var FileCategory;
|
|
|
11
8
|
FileCategory["VIDEO"] = "video";
|
|
12
9
|
FileCategory["OTHER"] = "other";
|
|
13
10
|
})(FileCategory || (exports.FileCategory = FileCategory = {}));
|
|
11
|
+
//# sourceMappingURL=file-category.enum.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"file-category.enum.js","sourceRoot":"","sources":["../../../../v1/file/schemas/file-category.enum.ts"],"names":[],"mappings":";;;AAGA,IAAY,YAKX;AALD,WAAY,YAAY;IACpB,+BAAe,CAAA;IACf,qCAAqB,CAAA;IACrB,+BAAe,CAAA;IACf,+BAAe,CAAA;AACnB,CAAC,EALW,YAAY,4BAAZ,YAAY,QAKvB"}
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
import { FileStatus } from './file-status.enum';
|
|
3
3
|
import { FileCategory } from './file-category.enum';
|
|
4
|
-
/**
|
|
5
|
-
* File item schema (for list responses)
|
|
6
|
-
*/
|
|
7
4
|
export declare const FileItemResponseSchema: z.ZodObject<{
|
|
8
5
|
id: z.ZodString;
|
|
9
6
|
folder: z.ZodString;
|
|
@@ -4,9 +4,6 @@ exports.FileItemResponseSchema = void 0;
|
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
5
|
const file_status_enum_1 = require("./file-status.enum");
|
|
6
6
|
const file_category_enum_1 = require("./file-category.enum");
|
|
7
|
-
/**
|
|
8
|
-
* File item schema (for list responses)
|
|
9
|
-
*/
|
|
10
7
|
exports.FileItemResponseSchema = zod_1.z.object({
|
|
11
8
|
id: zod_1.z.string().uuid(),
|
|
12
9
|
folder: zod_1.z.string(),
|
|
@@ -19,3 +16,4 @@ exports.FileItemResponseSchema = zod_1.z.object({
|
|
|
19
16
|
uploadedBy: zod_1.z.string(),
|
|
20
17
|
uploadedAt: zod_1.z.string().datetime(),
|
|
21
18
|
});
|
|
19
|
+
//# sourceMappingURL=file-response.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"file-response.schema.js","sourceRoot":"","sources":["../../../../v1/file/schemas/file-response.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,yDAAgD;AAChD,6DAAoD;AAKvC,QAAA,sBAAsB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC3C,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IACrB,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE;IAClB,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE;IACpB,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,WAAW,EAAE;IACpC,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE;IACvB,QAAQ,EAAE,OAAC,CAAC,IAAI,CAAC,iCAAY,CAAC;IAC9B,MAAM,EAAE,OAAC,CAAC,IAAI,CAAC,6BAAU,CAAC;IAC1B,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC1B,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE;IACtB,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACpC,CAAC,CAAC"}
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.FileStatus = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* File processing status
|
|
6
|
-
*/
|
|
7
4
|
var FileStatus;
|
|
8
5
|
(function (FileStatus) {
|
|
9
6
|
FileStatus["UPLOADING"] = "UPLOADING";
|
|
@@ -12,3 +9,4 @@ var FileStatus;
|
|
|
12
9
|
FileStatus["FAILED"] = "FAILED";
|
|
13
10
|
FileStatus["DELETED"] = "DELETED";
|
|
14
11
|
})(FileStatus || (exports.FileStatus = FileStatus = {}));
|
|
12
|
+
//# sourceMappingURL=file-status.enum.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"file-status.enum.js","sourceRoot":"","sources":["../../../../v1/file/schemas/file-status.enum.ts"],"names":[],"mappings":";;;AAGA,IAAY,UAMX;AAND,WAAY,UAAU;IAClB,qCAAuB,CAAA;IACvB,uCAAyB,CAAA;IACzB,6BAAe,CAAA;IACf,+BAAiB,CAAA;IACjB,iCAAmB,CAAA;AACvB,CAAC,EANW,UAAU,0BAAV,UAAU,QAMrB"}
|
|
@@ -2,9 +2,6 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.FileVariantResponseSchema = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
|
-
/**
|
|
6
|
-
* File variant schema (for images with different sizes/formats)
|
|
7
|
-
*/
|
|
8
5
|
exports.FileVariantResponseSchema = zod_1.z.object({
|
|
9
6
|
id: zod_1.z.string().uuid(),
|
|
10
7
|
sizeName: zod_1.z.string(),
|
|
@@ -14,3 +11,4 @@ exports.FileVariantResponseSchema = zod_1.z.object({
|
|
|
14
11
|
height: zod_1.z.number().int().positive().optional(),
|
|
15
12
|
url: zod_1.z.string().optional(),
|
|
16
13
|
});
|
|
14
|
+
//# sourceMappingURL=file-variant-response.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"file-variant-response.schema.js","sourceRoot":"","sources":["../../../../v1/file/schemas/file-variant-response.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAKX,QAAA,yBAAyB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC9C,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IACrB,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE;IACpB,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE;IAClB,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,WAAW,EAAE;IACzC,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAC7C,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAC9C,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAC7B,CAAC,CAAC"}
|
|
@@ -4,10 +4,8 @@ exports.FileWithVariantsResponseSchema = void 0;
|
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
5
|
const file_response_schema_1 = require("./file-response.schema");
|
|
6
6
|
const file_variant_response_schema_1 = require("./file-variant-response.schema");
|
|
7
|
-
/**
|
|
8
|
-
* File with variants schema (for single file response)
|
|
9
|
-
*/
|
|
10
7
|
exports.FileWithVariantsResponseSchema = file_response_schema_1.FileItemResponseSchema.extend({
|
|
11
8
|
updatedAt: zod_1.z.string().datetime(),
|
|
12
9
|
variants: zod_1.z.array(file_variant_response_schema_1.FileVariantResponseSchema),
|
|
13
10
|
});
|
|
11
|
+
//# sourceMappingURL=file-with-variants-response.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"file-with-variants-response.schema.js","sourceRoot":"","sources":["../../../../v1/file/schemas/file-with-variants-response.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,iEAAgE;AAChE,iFAA2E;AAK9D,QAAA,8BAA8B,GAAG,6CAAsB,CAAC,MAAM,CAAC;IACxE,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChC,QAAQ,EAAE,OAAC,CAAC,KAAK,CAAC,wDAAyB,CAAC;CAC/C,CAAC,CAAC"}
|
|
@@ -1,14 +1,8 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
/**
|
|
3
|
-
* Folder item schema
|
|
4
|
-
*/
|
|
5
2
|
export declare const FolderItemSchema: z.ZodObject<{
|
|
6
3
|
path: z.ZodString;
|
|
7
4
|
fileCount: z.ZodNumber;
|
|
8
5
|
}, z.core.$strip>;
|
|
9
|
-
/**
|
|
10
|
-
* List folders response schema
|
|
11
|
-
*/
|
|
12
6
|
export declare const ListFoldersResponseSchema: z.ZodObject<{
|
|
13
7
|
folders: z.ZodArray<z.ZodObject<{
|
|
14
8
|
path: z.ZodString;
|
|
@@ -2,16 +2,11 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListFoldersResponseSchema = exports.FolderItemSchema = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
|
-
/**
|
|
6
|
-
* Folder item schema
|
|
7
|
-
*/
|
|
8
5
|
exports.FolderItemSchema = zod_1.z.object({
|
|
9
6
|
path: zod_1.z.string(),
|
|
10
7
|
fileCount: zod_1.z.number().int().nonnegative(),
|
|
11
8
|
});
|
|
12
|
-
/**
|
|
13
|
-
* List folders response schema
|
|
14
|
-
*/
|
|
15
9
|
exports.ListFoldersResponseSchema = zod_1.z.object({
|
|
16
10
|
folders: zod_1.z.array(exports.FolderItemSchema),
|
|
17
11
|
});
|
|
12
|
+
//# sourceMappingURL=folder-response.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"folder-response.schema.js","sourceRoot":"","sources":["../../../../v1/file/schemas/folder-response.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAKX,QAAA,gBAAgB,GAAG,OAAC,CAAC,MAAM,CAAC;IACrC,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;IAChB,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,WAAW,EAAE;CAC5C,CAAC,CAAC;AAKU,QAAA,yBAAyB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC9C,OAAO,EAAE,OAAC,CAAC,KAAK,CAAC,wBAAgB,CAAC;CACrC,CAAC,CAAC"}
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ImageFormat = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* Supported image formats for conversion
|
|
6
|
-
*/
|
|
7
4
|
var ImageFormat;
|
|
8
5
|
(function (ImageFormat) {
|
|
9
6
|
ImageFormat["WEBP"] = "webp";
|
|
10
7
|
ImageFormat["JPEG"] = "jpeg";
|
|
11
8
|
})(ImageFormat || (exports.ImageFormat = ImageFormat = {}));
|
|
9
|
+
//# sourceMappingURL=image-format.enum.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"image-format.enum.js","sourceRoot":"","sources":["../../../../v1/file/schemas/image-format.enum.ts"],"names":[],"mappings":";;;AAGA,IAAY,WAGX;AAHD,WAAY,WAAW;IACnB,4BAAa,CAAA;IACb,4BAAa,CAAA;AACjB,CAAC,EAHW,WAAW,2BAAX,WAAW,QAGtB"}
|