@veruna/api-contracts 1.0.53 → 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 +1 -3
- package/build/controllers/index.js +4 -4
- 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 +1 -0
- package/build/controllers/telegram-auth.controllers.js +5 -0
- 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 +1 -3
- package/build/routes/index.js +4 -4
- 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 +5 -0
- package/build/routes/telegram-auth.routes.js +9 -0
- 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.d.ts +2 -1
- package/build/shared/common.errors.js +6 -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.d.ts +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.d.ts +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 +1 -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.d.ts +2 -0
- package/build/v1/index.js +3 -0
- package/build/v1/index.js.map +1 -0
- package/build/v1/message/commands/create-message.command.d.ts +9 -39
- 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.d.ts +3 -1
- package/build/v1/message/message.errors.js +11 -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 +16 -49
- package/build/v1/message/schemas/stream-events.schema.js +9 -77
- 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.d.ts +1 -0
- package/build/v1/telegram-auth/commands/index.js +3 -0
- package/build/v1/telegram-auth/commands/index.js.map +1 -0
- package/build/v1/telegram-auth/index.d.ts +6 -0
- package/build/v1/telegram-auth/index.js +26 -0
- package/build/v1/telegram-auth/index.js.map +1 -0
- package/build/v1/telegram-auth/queries/index.d.ts +1 -0
- package/build/v1/telegram-auth/queries/index.js +3 -0
- package/build/v1/telegram-auth/queries/index.js.map +1 -0
- package/build/v1/telegram-auth/schemas/index.d.ts +5 -0
- package/build/v1/telegram-auth/schemas/index.js +22 -0
- package/build/v1/telegram-auth/schemas/index.js.map +1 -0
- package/build/v1/telegram-auth/schemas/telegram-auth-exchange-request.schema.d.ts +5 -0
- package/build/v1/telegram-auth/schemas/telegram-auth-exchange-request.schema.js +10 -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.d.ts +6 -0
- package/build/v1/telegram-auth/schemas/telegram-auth-exchange-response.schema.js +9 -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.d.ts +7 -0
- package/build/v1/telegram-auth/schemas/telegram-auth-init-response.schema.js +10 -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.d.ts +6 -0
- package/build/v1/telegram-auth/schemas/telegram-auth-status-response.schema.js +9 -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.d.ts +6 -0
- package/build/v1/telegram-auth/schemas/telegram-auth-status.enum.js +11 -0
- package/build/v1/telegram-auth/schemas/telegram-auth-status.enum.js.map +1 -0
- package/build/v1/telegram-auth/telegram-auth.errors.d.ts +10 -0
- package/build/v1/telegram-auth/telegram-auth.errors.js +39 -0
- package/build/v1/telegram-auth/telegram-auth.errors.js.map +1 -0
- package/build/v1/telegram-profile/index.d.ts +1 -0
- package/build/v1/telegram-profile/index.js +18 -0
- package/build/v1/telegram-profile/index.js.map +1 -0
- package/build/v1/telegram-profile/telegram-profile.errors.d.ts +5 -0
- package/build/v1/telegram-profile/telegram-profile.errors.js +14 -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.d.ts +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.d.ts +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.d.ts +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.d.ts +1 -0
- package/build/v1/users/schemas/index.js +2 -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 +4 -0
- package/build/v1/users/schemas/register-type.enum.js +9 -0
- package/build/v1/users/schemas/register-type.enum.js.map +1 -0
- package/build/v1/users/schemas/response-unions.schema.d.ts +3 -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 +2 -3
- package/build/v1/users/schemas/user-response.schema.js +3 -3
- package/build/v1/users/schemas/user-response.schema.js.map +1 -0
- package/build/v1/users/users.errors.js +1 -0
- package/build/v1/users/users.errors.js.map +1 -0
- package/build/v1/verification/commands/cancel-verification.command.js +1 -0
- package/build/v1/verification/commands/cancel-verification.command.js.map +1 -0
- package/build/v1/verification/commands/index.js +1 -0
- package/build/v1/verification/commands/index.js.map +1 -0
- package/build/v1/verification/commands/resend.command.js +1 -0
- package/build/v1/verification/commands/resend.command.js.map +1 -0
- package/build/v1/verification/index.js +1 -0
- package/build/v1/verification/index.js.map +1 -0
- package/build/v1/verification/queries/get-active-verifications.query.js +1 -0
- package/build/v1/verification/queries/get-active-verifications.query.js.map +1 -0
- package/build/v1/verification/queries/index.js +1 -0
- package/build/v1/verification/queries/index.js.map +1 -0
- package/build/v1/verification/schemas/index.js +1 -0
- package/build/v1/verification/schemas/index.js.map +1 -0
- package/build/v1/verification/schemas/verification-channel.enum.js +1 -0
- package/build/v1/verification/schemas/verification-channel.enum.js.map +1 -0
- package/build/v1/verification/schemas/verification-complete-request.schema.d.ts +0 -4
- package/build/v1/verification/schemas/verification-complete-request.schema.js +1 -4
- package/build/v1/verification/schemas/verification-complete-request.schema.js.map +1 -0
- package/build/v1/verification/schemas/verification-complete-response.schema.js +1 -0
- package/build/v1/verification/schemas/verification-complete-response.schema.js.map +1 -0
- package/build/v1/verification/schemas/verification-request-status.enum.js +1 -0
- package/build/v1/verification/schemas/verification-request-status.enum.js.map +1 -0
- package/build/v1/verification/schemas/verification-resend-request.schema.d.ts +0 -4
- package/build/v1/verification/schemas/verification-resend-request.schema.js +1 -4
- package/build/v1/verification/schemas/verification-resend-request.schema.js.map +1 -0
- package/build/v1/verification/schemas/verification-resend-response.schema.js +1 -0
- package/build/v1/verification/schemas/verification-resend-response.schema.js.map +1 -0
- package/build/v1/verification/schemas/verification-start-response.schema.js +1 -0
- package/build/v1/verification/schemas/verification-start-response.schema.js.map +1 -0
- package/build/v1/verification/schemas/verification-status-response.schema.js +1 -0
- package/build/v1/verification/schemas/verification-status-response.schema.js.map +1 -0
- package/build/v1/verification/schemas/verification-step-status.enum.js +1 -0
- package/build/v1/verification/schemas/verification-step-status.enum.js.map +1 -0
- package/build/v1/verification/schemas/verification-step.schema.js +1 -0
- package/build/v1/verification/schemas/verification-step.schema.js.map +1 -0
- package/build/v1/verification/schemas/verification-type.enum.js +1 -0
- package/build/v1/verification/schemas/verification-type.enum.js.map +1 -0
- package/build/v1/verification/schemas/verification-verify-request.schema.d.ts +0 -4
- package/build/v1/verification/schemas/verification-verify-request.schema.js +1 -4
- package/build/v1/verification/schemas/verification-verify-request.schema.js.map +1 -0
- package/build/v1/verification/schemas/verification-verify-response.schema.js +1 -0
- package/build/v1/verification/schemas/verification-verify-response.schema.js.map +1 -0
- package/build/v1/verification/verification.errors.js +1 -0
- package/build/v1/verification/verification.errors.js.map +1 -0
- package/build/v1/wallet/index.js +1 -1
- package/build/v1/wallet/index.js.map +1 -0
- package/build/v1/wallet/queries/get-balance-summary.query.d.ts +0 -4
- package/build/v1/wallet/queries/get-balance-summary.query.js +1 -4
- package/build/v1/wallet/queries/get-balance-summary.query.js.map +1 -0
- package/build/v1/wallet/queries/index.js +1 -0
- package/build/v1/wallet/queries/index.js.map +1 -0
- package/build/v1/wallet/schemas/balance-response.schema.d.ts +0 -9
- package/build/v1/wallet/schemas/balance-response.schema.js +1 -9
- package/build/v1/wallet/schemas/balance-response.schema.js.map +1 -0
- package/build/v1/wallet/schemas/balance-status.enum.d.ts +0 -4
- package/build/v1/wallet/schemas/balance-status.enum.js +1 -4
- package/build/v1/wallet/schemas/balance-status.enum.js.map +1 -0
- package/build/v1/wallet/schemas/hold-status.enum.d.ts +0 -4
- package/build/v1/wallet/schemas/hold-status.enum.js +1 -4
- package/build/v1/wallet/schemas/hold-status.enum.js.map +1 -0
- package/build/v1/wallet/schemas/index.js +1 -3
- package/build/v1/wallet/schemas/index.js.map +1 -0
- package/build/v1/wallet/schemas/initiator-type.enum.d.ts +0 -7
- package/build/v1/wallet/schemas/initiator-type.enum.js +1 -7
- package/build/v1/wallet/schemas/initiator-type.enum.js.map +1 -0
- package/build/v1/wallet/schemas/metadata.schema.d.ts +0 -16
- package/build/v1/wallet/schemas/metadata.schema.js +3 -34
- package/build/v1/wallet/schemas/metadata.schema.js.map +1 -0
- package/build/v1/wallet/schemas/source-type.enum.d.ts +0 -5
- package/build/v1/wallet/schemas/source-type.enum.js +1 -5
- package/build/v1/wallet/schemas/source-type.enum.js.map +1 -0
- package/build/v1/wallet/schemas/transaction-type.enum.d.ts +0 -4
- package/build/v1/wallet/schemas/transaction-type.enum.js +1 -4
- package/build/v1/wallet/schemas/transaction-type.enum.js.map +1 -0
- package/build/v1/wallet/wallet.errors.d.ts +0 -4
- package/build/v1/wallet/wallet.errors.js +1 -18
- package/build/v1/wallet/wallet.errors.js.map +1 -0
- package/package.json +8 -8
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-account-verify.command.js","sourceRoot":"","sources":["../../../../v1/users/commands/delete-account-verify.command.ts"],"names":[],"mappings":";;;AACA,gDAA6C;AAC7C,6DAAyD;AACzD,wDAGoC;AAEpC,IAAiB,8BAA8B,CAQ9C;AARD,WAAiB,8BAA8B;IAC9B,sCAAO,GAAG,yCAA+B,CAAC;IAC1C,uCAAQ,GAAG,0CAAgC,CAAC;IAC5C,kCAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC;IAC9C,qCAAM,GAAG,wBAAU,CAAC,IAAI,CAAC;AAI1C,CAAC,EARgB,8BAA8B,8CAA9B,8BAA8B,QAQ9C"}
|
|
@@ -14,3 +14,4 @@ var UserDeleteAccountCommand;
|
|
|
14
14
|
UserDeleteAccountCommand.URL = rest_api_1.REST_API.V1.USERS.ME;
|
|
15
15
|
UserDeleteAccountCommand.METHOD = http_method_1.HttpMethod.DELETE;
|
|
16
16
|
})(UserDeleteAccountCommand || (exports.UserDeleteAccountCommand = UserDeleteAccountCommand = {}));
|
|
17
|
+
//# sourceMappingURL=delete-account.command.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-account.command.js","sourceRoot":"","sources":["../../../../v1/users/commands/delete-account.command.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,gDAA6C;AAC7C,6DAAyD;AACzD,iDAAmD;AAEnD,IAAiB,wBAAwB,CASxC;AATD,WAAiB,wBAAwB;IAC1B,gCAAO,GAAG,OAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;IACvB,iCAAQ,GAAG,OAAC,CAAC,MAAM,CAAC;QAC/B,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,KAAK,CAAC,kBAAU,CAAC;KACrC,CAAC,CAAC;IACU,4BAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,CAAC;IAC3B,+BAAM,GAAG,wBAAU,CAAC,MAAM,CAAC;AAG1C,CAAC,EATgB,wBAAwB,wCAAxB,wBAAwB,QASxC"}
|
|
@@ -11,3 +11,4 @@ var UserEmailChangeCompleteCommand;
|
|
|
11
11
|
UserEmailChangeCompleteCommand.URL = rest_api_1.REST_API.V1.USERS.EMAIL_CHANGE.COMPLETE;
|
|
12
12
|
UserEmailChangeCompleteCommand.METHOD = http_method_1.HttpMethod.POST;
|
|
13
13
|
})(UserEmailChangeCompleteCommand || (exports.UserEmailChangeCompleteCommand = UserEmailChangeCompleteCommand = {}));
|
|
14
|
+
//# sourceMappingURL=email-change-complete.command.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"email-change-complete.command.js","sourceRoot":"","sources":["../../../../v1/users/commands/email-change-complete.command.ts"],"names":[],"mappings":";;;AACA,gDAA6C;AAC7C,6DAAyD;AACzD,wDAGoC;AAEpC,IAAiB,8BAA8B,CAQ9C;AARD,WAAiB,8BAA8B;IAC9B,sCAAO,GAAG,2CAAiC,CAAC;IAC5C,uCAAQ,GAAG,4CAAkC,CAAC;IAC9C,kCAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,KAAK,CAAC,YAAY,CAAC,QAAQ,CAAC;IAC9C,qCAAM,GAAG,wBAAU,CAAC,IAAI,CAAC;AAI1C,CAAC,EARgB,8BAA8B,8CAA9B,8BAA8B,QAQ9C"}
|
|
@@ -12,3 +12,4 @@ var UserEmailChangeStartCommand;
|
|
|
12
12
|
UserEmailChangeStartCommand.URL = rest_api_1.REST_API.V1.USERS.EMAIL_CHANGE.START;
|
|
13
13
|
UserEmailChangeStartCommand.METHOD = http_method_1.HttpMethod.POST;
|
|
14
14
|
})(UserEmailChangeStartCommand || (exports.UserEmailChangeStartCommand = UserEmailChangeStartCommand = {}));
|
|
15
|
+
//# sourceMappingURL=email-change-start.command.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"email-change-start.command.js","sourceRoot":"","sources":["../../../../v1/users/commands/email-change-start.command.ts"],"names":[],"mappings":";;;AACA,gDAA6C;AAC7C,6DAAyD;AACzD,wCAA2D;AAC3D,wDAA6E;AAE7E,IAAiB,2BAA2B,CAQ3C;AARD,WAAiB,2BAA2B;IAC3B,mCAAO,GAAG,uCAA6B,CAAC;IACxC,oCAAQ,GAAG,yCAA+B,CAAC;IAC3C,+BAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,KAAK,CAAC,YAAY,CAAC,KAAK,CAAC;IAC3C,kCAAM,GAAG,wBAAU,CAAC,IAAI,CAAC;AAI1C,CAAC,EARgB,2BAA2B,2CAA3B,2BAA2B,QAQ3C"}
|
|
@@ -11,3 +11,4 @@ var UserEmailChangeVerifyCommand;
|
|
|
11
11
|
UserEmailChangeVerifyCommand.URL = rest_api_1.REST_API.V1.USERS.EMAIL_CHANGE.VERIFY;
|
|
12
12
|
UserEmailChangeVerifyCommand.METHOD = http_method_1.HttpMethod.POST;
|
|
13
13
|
})(UserEmailChangeVerifyCommand || (exports.UserEmailChangeVerifyCommand = UserEmailChangeVerifyCommand = {}));
|
|
14
|
+
//# sourceMappingURL=email-change-verify.command.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"email-change-verify.command.js","sourceRoot":"","sources":["../../../../v1/users/commands/email-change-verify.command.ts"],"names":[],"mappings":";;;AACA,gDAA6C;AAC7C,6DAAyD;AACzD,wDAGoC;AAEpC,IAAiB,4BAA4B,CAQ5C;AARD,WAAiB,4BAA4B;IAC5B,oCAAO,GAAG,yCAA+B,CAAC;IAC1C,qCAAQ,GAAG,0CAAgC,CAAC;IAC5C,gCAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,KAAK,CAAC,YAAY,CAAC,MAAM,CAAC;IAC5C,mCAAM,GAAG,wBAAU,CAAC,IAAI,CAAC;AAI1C,CAAC,EARgB,4BAA4B,4CAA5B,4BAA4B,QAQ5C"}
|
|
@@ -27,3 +27,4 @@ __exportStar(require("./delete-account-complete.command"), exports);
|
|
|
27
27
|
__exportStar(require("./password-change-start.command"), exports);
|
|
28
28
|
__exportStar(require("./password-change-verify.command"), exports);
|
|
29
29
|
__exportStar(require("./password-change-complete.command"), exports);
|
|
30
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../v1/users/commands/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC;AACzC,4DAA0C;AAC1C,qEAAmD;AACnD,2DAAyC;AACzC,+DAA6C;AAC7C,gEAA8C;AAC9C,kEAAgD;AAChD,iEAA+C;AAC/C,kEAAgD;AAChD,oEAAkD;AAClD,kEAAgD;AAChD,mEAAiD;AACjD,qEAAmD"}
|
|
@@ -12,3 +12,4 @@ var UserPasswordChangeCompleteCommand;
|
|
|
12
12
|
UserPasswordChangeCompleteCommand.URL = rest_api_1.REST_API.V1.USERS.PASSWORD_CHANGE.COMPLETE;
|
|
13
13
|
UserPasswordChangeCompleteCommand.METHOD = http_method_1.HttpMethod.POST;
|
|
14
14
|
})(UserPasswordChangeCompleteCommand || (exports.UserPasswordChangeCompleteCommand = UserPasswordChangeCompleteCommand = {}));
|
|
15
|
+
//# sourceMappingURL=password-change-complete.command.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"password-change-complete.command.js","sourceRoot":"","sources":["../../../../v1/users/commands/password-change-complete.command.ts"],"names":[],"mappings":";;;AACA,gDAA6C;AAC7C,6DAAyD;AACzD,wDAAgF;AAChF,wCAAiE;AAEjE,IAAiB,iCAAiC,CAQjD;AARD,WAAiB,iCAAiC;IACjC,yCAAO,GAAG,6CAAmC,CAAC;IAC9C,0CAAQ,GAAG,4CAAkC,CAAC;IAC9C,qCAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,KAAK,CAAC,eAAe,CAAC,QAAQ,CAAC;IACjD,wCAAM,GAAG,wBAAU,CAAC,IAAI,CAAC;AAI1C,CAAC,EARgB,iCAAiC,iDAAjC,iCAAiC,QAQjD"}
|
|
@@ -12,3 +12,4 @@ var UserPasswordChangeStartCommand;
|
|
|
12
12
|
UserPasswordChangeStartCommand.URL = rest_api_1.REST_API.V1.USERS.PASSWORD_CHANGE.START;
|
|
13
13
|
UserPasswordChangeStartCommand.METHOD = http_method_1.HttpMethod.POST;
|
|
14
14
|
})(UserPasswordChangeStartCommand || (exports.UserPasswordChangeStartCommand = UserPasswordChangeStartCommand = {}));
|
|
15
|
+
//# sourceMappingURL=password-change-start.command.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"password-change-start.command.js","sourceRoot":"","sources":["../../../../v1/users/commands/password-change-start.command.ts"],"names":[],"mappings":";;;AACA,gDAA6C;AAC7C,6DAAyD;AACzD,wCAA8D;AAC9D,wDAA6E;AAE7E,IAAiB,8BAA8B,CAQ9C;AARD,WAAiB,8BAA8B;IAC9B,sCAAO,GAAG,0CAAgC,CAAC;IAC3C,uCAAQ,GAAG,yCAA+B,CAAC;IAC3C,kCAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,KAAK,CAAC,eAAe,CAAC,KAAK,CAAC;IAC9C,qCAAM,GAAG,wBAAU,CAAC,IAAI,CAAC;AAI1C,CAAC,EARgB,8BAA8B,8CAA9B,8BAA8B,QAQ9C"}
|
|
@@ -11,3 +11,4 @@ var UserPasswordChangeVerifyCommand;
|
|
|
11
11
|
UserPasswordChangeVerifyCommand.URL = rest_api_1.REST_API.V1.USERS.PASSWORD_CHANGE.VERIFY;
|
|
12
12
|
UserPasswordChangeVerifyCommand.METHOD = http_method_1.HttpMethod.POST;
|
|
13
13
|
})(UserPasswordChangeVerifyCommand || (exports.UserPasswordChangeVerifyCommand = UserPasswordChangeVerifyCommand = {}));
|
|
14
|
+
//# sourceMappingURL=password-change-verify.command.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"password-change-verify.command.js","sourceRoot":"","sources":["../../../../v1/users/commands/password-change-verify.command.ts"],"names":[],"mappings":";;;AACA,gDAA6C;AAC7C,6DAAyD;AACzD,wDAGoC;AAEpC,IAAiB,+BAA+B,CAQ/C;AARD,WAAiB,+BAA+B;IAC/B,uCAAO,GAAG,yCAA+B,CAAC;IAC1C,wCAAQ,GAAG,0CAAgC,CAAC;IAC5C,mCAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,KAAK,CAAC,eAAe,CAAC,MAAM,CAAC;IAC/C,sCAAM,GAAG,wBAAU,CAAC,IAAI,CAAC;AAI1C,CAAC,EARgB,+BAA+B,+CAA/B,+BAA+B,QAQ/C"}
|
|
@@ -9,6 +9,7 @@ export declare namespace UserToggleMarketingConsentCommand {
|
|
|
9
9
|
email: z.ZodString;
|
|
10
10
|
name: z.ZodString;
|
|
11
11
|
role: z.ZodString;
|
|
12
|
+
registerType: z.ZodEnum<typeof import("..").RegisterType>;
|
|
12
13
|
marketingConsent: z.ZodBoolean;
|
|
13
14
|
createdAt: z.ZodString;
|
|
14
15
|
}, z.core.$strip>;
|
|
@@ -12,3 +12,4 @@ var UserToggleMarketingConsentCommand;
|
|
|
12
12
|
UserToggleMarketingConsentCommand.URL = rest_api_1.REST_API.V1.USERS.ME_MARKETING_CONSENT;
|
|
13
13
|
UserToggleMarketingConsentCommand.METHOD = http_method_1.HttpMethod.PUT;
|
|
14
14
|
})(UserToggleMarketingConsentCommand || (exports.UserToggleMarketingConsentCommand = UserToggleMarketingConsentCommand = {}));
|
|
15
|
+
//# sourceMappingURL=toggle-marketing-consent.command.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toggle-marketing-consent.command.js","sourceRoot":"","sources":["../../../../v1/users/commands/toggle-marketing-consent.command.ts"],"names":[],"mappings":";;;AACA,gHAAyG;AACzG,0EAAqE;AACrE,gDAA6C;AAC7C,6DAAyD;AAEzD,IAAiB,iCAAiC,CAOjD;AAPD,WAAiB,iCAAiC;IACnC,yCAAO,GAAG,6EAAmC,CAAC;IAC9C,0CAAQ,GAAG,yCAAkB,CAAC;IAC9B,qCAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,KAAK,CAAC,oBAAoB,CAAC;IAC7C,wCAAM,GAAG,wBAAU,CAAC,GAAG,CAAC;AAGvC,CAAC,EAPgB,iCAAiC,iDAAjC,iCAAiC,QAOjD"}
|
|
@@ -12,3 +12,4 @@ var UserUpdateProfileCommand;
|
|
|
12
12
|
UserUpdateProfileCommand.URL = rest_api_1.REST_API.V1.USERS.ME;
|
|
13
13
|
UserUpdateProfileCommand.METHOD = http_method_1.HttpMethod.PATCH;
|
|
14
14
|
})(UserUpdateProfileCommand || (exports.UserUpdateProfileCommand = UserUpdateProfileCommand = {}));
|
|
15
|
+
//# sourceMappingURL=update-profile.command.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-profile.command.js","sourceRoot":"","sources":["../../../../v1/users/commands/update-profile.command.ts"],"names":[],"mappings":";;;AACA,4FAAsF;AACtF,0EAAqE;AACrE,gDAA6C;AAC7C,6DAAyD;AAEzD,IAAiB,wBAAwB,CAOxC;AAPD,WAAiB,wBAAwB;IAC1B,gCAAO,GAAG,0DAA0B,CAAC;IACrC,iCAAQ,GAAG,yCAAkB,CAAC;IAC9B,4BAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,CAAC;IAC3B,+BAAM,GAAG,wBAAU,CAAC,KAAK,CAAC;AAGzC,CAAC,EAPgB,wBAAwB,wCAAxB,wBAAwB,QAOxC"}
|
package/build/v1/users/index.js
CHANGED
|
@@ -19,8 +19,8 @@ __exportStar(require("./schemas"), exports);
|
|
|
19
19
|
__exportStar(require("./users.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, "USERS_CONTROLLER", { enumerable: true, get: function () { return controllers_1.USERS_CONTROLLER; } });
|
|
25
24
|
var routes_1 = require("../../routes");
|
|
26
25
|
Object.defineProperty(exports, "USERS_ROUTES", { enumerable: true, get: function () { return routes_1.USERS_ROUTES; } });
|
|
26
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../v1/users/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,4CAA0B;AAC1B,iDAA+B;AAC/B,6CAA2B;AAC3B,4CAA0B;AAE1B,iDAAqD;AAA5C,+GAAA,gBAAgB,OAAA;AACzB,uCAA4C;AAAnC,sGAAA,YAAY,OAAA"}
|
|
@@ -14,3 +14,4 @@ var UserDeleteAccountStatusQuery;
|
|
|
14
14
|
UserDeleteAccountStatusQuery.URL = rest_api_1.REST_API.V1.USERS.DELETE_ACCOUNT.STATUS;
|
|
15
15
|
UserDeleteAccountStatusQuery.METHOD = http_method_1.HttpMethod.GET;
|
|
16
16
|
})(UserDeleteAccountStatusQuery || (exports.UserDeleteAccountStatusQuery = UserDeleteAccountStatusQuery = {}));
|
|
17
|
+
//# sourceMappingURL=delete-account-status.query.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-account-status.query.js","sourceRoot":"","sources":["../../../../v1/users/queries/delete-account-status.query.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,gDAA6C;AAC7C,6DAAyD;AACzD,wDAA8E;AAE9E,IAAiB,4BAA4B,CAU5C;AAVD,WAAiB,4BAA4B;IAC5B,oCAAO,GAAG,OAAC,CAAC,MAAM,CAAC;QAC5B,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE;KACxB,CAAC,CAAC;IACU,qCAAQ,GAAG,0CAAgC,CAAC;IAC5C,gCAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC;IAC9C,mCAAM,GAAG,wBAAU,CAAC,GAAG,CAAC;AAIzC,CAAC,EAVgB,4BAA4B,4CAA5B,4BAA4B,QAU5C"}
|
|
@@ -14,3 +14,4 @@ var UserEmailChangeStatusQuery;
|
|
|
14
14
|
UserEmailChangeStatusQuery.URL = rest_api_1.REST_API.V1.USERS.EMAIL_CHANGE.STATUS;
|
|
15
15
|
UserEmailChangeStatusQuery.METHOD = http_method_1.HttpMethod.GET;
|
|
16
16
|
})(UserEmailChangeStatusQuery || (exports.UserEmailChangeStatusQuery = UserEmailChangeStatusQuery = {}));
|
|
17
|
+
//# sourceMappingURL=email-change-status.query.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"email-change-status.query.js","sourceRoot":"","sources":["../../../../v1/users/queries/email-change-status.query.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,gDAA6C;AAC7C,6DAAyD;AACzD,wDAA8E;AAE9E,IAAiB,0BAA0B,CAU1C;AAVD,WAAiB,0BAA0B;IAC1B,kCAAO,GAAG,OAAC,CAAC,MAAM,CAAC;QAC5B,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE;KACxB,CAAC,CAAC;IACU,mCAAQ,GAAG,0CAAgC,CAAC;IAC5C,8BAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,KAAK,CAAC,YAAY,CAAC,MAAM,CAAC;IAC5C,iCAAM,GAAG,wBAAU,CAAC,GAAG,CAAC;AAIzC,CAAC,EAVgB,0BAA0B,0CAA1B,0BAA0B,QAU1C"}
|
|
@@ -12,3 +12,4 @@ var UserGetCurrentUserQuery;
|
|
|
12
12
|
UserGetCurrentUserQuery.URL = rest_api_1.REST_API.V1.USERS.ME;
|
|
13
13
|
UserGetCurrentUserQuery.METHOD = http_method_1.HttpMethod.GET;
|
|
14
14
|
})(UserGetCurrentUserQuery || (exports.UserGetCurrentUserQuery = UserGetCurrentUserQuery = {}));
|
|
15
|
+
//# sourceMappingURL=get-current-user.query.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-current-user.query.js","sourceRoot":"","sources":["../../../../v1/users/queries/get-current-user.query.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,0EAAqE;AACrE,gDAA6C;AAC7C,6DAAyD;AAEzD,IAAiB,uBAAuB,CAOvC;AAPD,WAAiB,uBAAuB;IACzB,+BAAO,GAAG,OAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;IACvB,gCAAQ,GAAG,yCAAkB,CAAC;IAC9B,2BAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,CAAC;IAC3B,8BAAM,GAAG,wBAAU,CAAC,GAAG,CAAC;AAGvC,CAAC,EAPgB,uBAAuB,uCAAvB,uBAAuB,QAOvC"}
|
|
@@ -18,3 +18,4 @@ __exportStar(require("./get-current-user.query"), exports);
|
|
|
18
18
|
__exportStar(require("./email-change-status.query"), exports);
|
|
19
19
|
__exportStar(require("./delete-account-status.query"), exports);
|
|
20
20
|
__exportStar(require("./password-change-status.query"), exports);
|
|
21
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../v1/users/queries/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC;AACzC,8DAA4C;AAC5C,gEAA8C;AAC9C,iEAA+C"}
|
|
@@ -14,3 +14,4 @@ var UserPasswordChangeStatusQuery;
|
|
|
14
14
|
UserPasswordChangeStatusQuery.URL = rest_api_1.REST_API.V1.USERS.PASSWORD_CHANGE.STATUS;
|
|
15
15
|
UserPasswordChangeStatusQuery.METHOD = http_method_1.HttpMethod.GET;
|
|
16
16
|
})(UserPasswordChangeStatusQuery || (exports.UserPasswordChangeStatusQuery = UserPasswordChangeStatusQuery = {}));
|
|
17
|
+
//# sourceMappingURL=password-change-status.query.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"password-change-status.query.js","sourceRoot":"","sources":["../../../../v1/users/queries/password-change-status.query.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,gDAA6C;AAC7C,6DAAyD;AACzD,wDAA8E;AAE9E,IAAiB,6BAA6B,CAU7C;AAVD,WAAiB,6BAA6B;IAC7B,qCAAO,GAAG,OAAC,CAAC,MAAM,CAAC;QAC5B,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE;KACxB,CAAC,CAAC;IACU,sCAAQ,GAAG,0CAAgC,CAAC;IAC5C,iCAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,KAAK,CAAC,eAAe,CAAC,MAAM,CAAC;IAC/C,oCAAM,GAAG,wBAAU,CAAC,GAAG,CAAC;AAIzC,CAAC,EAVgB,6BAA6B,6CAA7B,6BAA6B,QAU7C"}
|
|
@@ -3,10 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.ChangePasswordRequestSchema = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
5
|
const regex_1 = require("../../../shared/regex");
|
|
6
|
-
/**
|
|
7
|
-
* Change Password Request Schema
|
|
8
|
-
* Error messages: ChangePasswordRequest.{field}.{rule}
|
|
9
|
-
*/
|
|
10
6
|
exports.ChangePasswordRequestSchema = zod_1.z.object({
|
|
11
7
|
oldPassword: zod_1.z
|
|
12
8
|
.string({ error: 'ChangePasswordRequest.oldPassword.required' })
|
|
@@ -18,3 +14,4 @@ exports.ChangePasswordRequestSchema = zod_1.z.object({
|
|
|
18
14
|
.regex(regex_1.PASSWORD_STRENGTH_REGEX, { message: 'ChangePasswordRequest.newPassword.weak' }),
|
|
19
15
|
logoutFromAllDevices: zod_1.z.boolean().default(false),
|
|
20
16
|
});
|
|
17
|
+
//# sourceMappingURL=change-password-request.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-password-request.schema.js","sourceRoot":"","sources":["../../../../v1/users/schemas/change-password-request.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,iDAAgE;AAMnD,QAAA,2BAA2B,GAAG,OAAC,CAAC,MAAM,CAAC;IAChD,WAAW,EAAE,OAAC;SACT,MAAM,CAAC,EAAE,KAAK,EAAE,4CAA4C,EAAE,CAAC;SAC/D,GAAG,CAAC,CAAC,EAAE,EAAE,OAAO,EAAE,uCAAuC,EAAE,CAAC;IACjE,WAAW,EAAE,OAAC;SACT,MAAM,CAAC,EAAE,KAAK,EAAE,4CAA4C,EAAE,CAAC;SAC/D,GAAG,CAAC,CAAC,EAAE,EAAE,OAAO,EAAE,uCAAuC,EAAE,CAAC;SAC5D,GAAG,CAAC,GAAG,EAAE,EAAE,OAAO,EAAE,uCAAuC,EAAE,CAAC;SAC9D,KAAK,CAAC,+BAAuB,EAAE,EAAE,OAAO,EAAE,wCAAwC,EAAE,CAAC;IAC1F,oBAAoB,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,OAAO,CAAC,KAAK,CAAC;CACnD,CAAC,CAAC"}
|
|
@@ -2,7 +2,5 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteAccountRequestSchema = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
|
-
/**
|
|
6
|
-
* Delete Account Request Schema (empty - no body)
|
|
7
|
-
*/
|
|
8
5
|
exports.DeleteAccountRequestSchema = zod_1.z.object({});
|
|
6
|
+
//# sourceMappingURL=delete-account-request.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-account-request.schema.js","sourceRoot":"","sources":["../../../../v1/users/schemas/delete-account-request.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAKX,QAAA,0BAA0B,GAAG,OAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC"}
|
|
@@ -2,12 +2,9 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteAccountStartRequestSchema = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
|
-
/**
|
|
6
|
-
* Delete Account Start Request Schema
|
|
7
|
-
* Error messages: DeleteAccountStartRequest.{field}.{rule}
|
|
8
|
-
*/
|
|
9
5
|
exports.DeleteAccountStartRequestSchema = zod_1.z.object({
|
|
10
6
|
password: zod_1.z
|
|
11
7
|
.string({ error: 'DeleteAccountStartRequest.password.required' })
|
|
12
8
|
.min(1, { message: 'DeleteAccountStartRequest.password.min' }),
|
|
13
9
|
});
|
|
10
|
+
//# sourceMappingURL=delete-account-start-request.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-account-start-request.schema.js","sourceRoot":"","sources":["../../../../v1/users/schemas/delete-account-start-request.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAMX,QAAA,+BAA+B,GAAG,OAAC,CAAC,MAAM,CAAC;IACpD,QAAQ,EAAE,OAAC;SACN,MAAM,CAAC,EAAE,KAAK,EAAE,6CAA6C,EAAE,CAAC;SAChE,GAAG,CAAC,CAAC,EAAE,EAAE,OAAO,EAAE,wCAAwC,EAAE,CAAC;CACrE,CAAC,CAAC"}
|
|
@@ -2,12 +2,9 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.EmailChangeStartRequestSchema = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
|
-
/**
|
|
6
|
-
* Email Change Start Request Schema
|
|
7
|
-
* Error messages: EmailChangeStartRequest.{field}.{rule}
|
|
8
|
-
*/
|
|
9
5
|
exports.EmailChangeStartRequestSchema = zod_1.z.object({
|
|
10
6
|
newEmail: zod_1.z
|
|
11
7
|
.string({ error: 'EmailChangeStartRequest.newEmail.required' })
|
|
12
8
|
.email({ message: 'EmailChangeStartRequest.newEmail.invalid' }),
|
|
13
9
|
});
|
|
10
|
+
//# sourceMappingURL=email-change-start-request.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"email-change-start-request.schema.js","sourceRoot":"","sources":["../../../../v1/users/schemas/email-change-start-request.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAMX,QAAA,6BAA6B,GAAG,OAAC,CAAC,MAAM,CAAC;IAClD,QAAQ,EAAE,OAAC;SACN,MAAM,CAAC,EAAE,KAAK,EAAE,2CAA2C,EAAE,CAAC;SAC9D,KAAK,CAAC,EAAE,OAAO,EAAE,0CAA0C,EAAE,CAAC;CACtE,CAAC,CAAC"}
|
|
@@ -14,6 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./register-type.enum"), exports);
|
|
17
18
|
__exportStar(require("./user-response.schema"), exports);
|
|
18
19
|
__exportStar(require("./update-profile-request.schema"), exports);
|
|
19
20
|
__exportStar(require("./change-password-request.schema"), exports);
|
|
@@ -24,3 +25,4 @@ __exportStar(require("./email-change-start-request.schema"), exports);
|
|
|
24
25
|
__exportStar(require("./delete-account-start-request.schema"), exports);
|
|
25
26
|
__exportStar(require("./password-change-start-request.schema"), exports);
|
|
26
27
|
__exportStar(require("./password-change-complete-request.schema"), exports);
|
|
28
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../v1/users/schemas/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC;AACrC,yDAAuC;AACvC,kEAAgD;AAChD,mEAAiD;AACjD,4EAA0D;AAC1D,kEAAgD;AAChD,2DAAyC;AACzC,sEAAoD;AACpD,wEAAsD;AACtD,yEAAuD;AACvD,4EAA0D"}
|
|
@@ -1,8 +1,4 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
/**
|
|
3
|
-
* Password Change Complete Request Schema
|
|
4
|
-
* Error messages: PasswordChangeCompleteRequest.{field}.{rule}
|
|
5
|
-
*/
|
|
6
2
|
export declare const PasswordChangeCompleteRequestSchema: z.ZodObject<{
|
|
7
3
|
requestId: z.ZodString;
|
|
8
4
|
newPassword: z.ZodString;
|
|
@@ -3,10 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.PasswordChangeCompleteRequestSchema = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
5
|
const regex_1 = require("../../../shared/regex");
|
|
6
|
-
/**
|
|
7
|
-
* Password Change Complete Request Schema
|
|
8
|
-
* Error messages: PasswordChangeCompleteRequest.{field}.{rule}
|
|
9
|
-
*/
|
|
10
6
|
exports.PasswordChangeCompleteRequestSchema = zod_1.z.object({
|
|
11
7
|
requestId: zod_1.z.string({ error: 'PasswordChangeCompleteRequest.requestId.required' }),
|
|
12
8
|
newPassword: zod_1.z
|
|
@@ -16,3 +12,4 @@ exports.PasswordChangeCompleteRequestSchema = zod_1.z.object({
|
|
|
16
12
|
.regex(regex_1.PASSWORD_STRENGTH_REGEX, { message: 'PasswordChangeCompleteRequest.newPassword.weak' }),
|
|
17
13
|
logoutOtherSessions: zod_1.z.boolean().default(true),
|
|
18
14
|
});
|
|
15
|
+
//# sourceMappingURL=password-change-complete-request.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"password-change-complete-request.schema.js","sourceRoot":"","sources":["../../../../v1/users/schemas/password-change-complete-request.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,iDAAgE;AAMnD,QAAA,mCAAmC,GAAG,OAAC,CAAC,MAAM,CAAC;IACxD,SAAS,EAAE,OAAC,CAAC,MAAM,CAAC,EAAE,KAAK,EAAE,kDAAkD,EAAE,CAAC;IAClF,WAAW,EAAE,OAAC;SACT,MAAM,CAAC,EAAE,KAAK,EAAE,oDAAoD,EAAE,CAAC;SACvE,GAAG,CAAC,CAAC,EAAE,EAAE,OAAO,EAAE,+CAA+C,EAAE,CAAC;SACpE,GAAG,CAAC,GAAG,EAAE,EAAE,OAAO,EAAE,+CAA+C,EAAE,CAAC;SACtE,KAAK,CAAC,+BAAuB,EAAE,EAAE,OAAO,EAAE,gDAAgD,EAAE,CAAC;IAClG,mBAAmB,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,OAAO,CAAC,IAAI,CAAC;CACjD,CAAC,CAAC"}
|
|
@@ -2,12 +2,9 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PasswordChangeStartRequestSchema = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
|
-
/**
|
|
6
|
-
* Password Change Start Request Schema
|
|
7
|
-
* Error messages: PasswordChangeStartRequest.{field}.{rule}
|
|
8
|
-
*/
|
|
9
5
|
exports.PasswordChangeStartRequestSchema = zod_1.z.object({
|
|
10
6
|
oldPassword: zod_1.z
|
|
11
7
|
.string({ error: 'PasswordChangeStartRequest.oldPassword.required' })
|
|
12
8
|
.min(1, { message: 'PasswordChangeStartRequest.oldPassword.min' }),
|
|
13
9
|
});
|
|
10
|
+
//# sourceMappingURL=password-change-start-request.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"password-change-start-request.schema.js","sourceRoot":"","sources":["../../../../v1/users/schemas/password-change-start-request.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAMX,QAAA,gCAAgC,GAAG,OAAC,CAAC,MAAM,CAAC;IACrD,WAAW,EAAE,OAAC;SACT,MAAM,CAAC,EAAE,KAAK,EAAE,iDAAiD,EAAE,CAAC;SACpE,GAAG,CAAC,CAAC,EAAE,EAAE,OAAO,EAAE,4CAA4C,EAAE,CAAC;CACzE,CAAC,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.RegisterType = void 0;
|
|
4
|
+
var RegisterType;
|
|
5
|
+
(function (RegisterType) {
|
|
6
|
+
RegisterType["EMAIL"] = "email";
|
|
7
|
+
RegisterType["TELEGRAM"] = "telegram";
|
|
8
|
+
})(RegisterType || (exports.RegisterType = RegisterType = {}));
|
|
9
|
+
//# sourceMappingURL=register-type.enum.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"register-type.enum.js","sourceRoot":"","sources":["../../../../v1/users/schemas/register-type.enum.ts"],"names":[],"mappings":";;;AAGA,IAAY,YAGX;AAHD,WAAY,YAAY;IACpB,+BAAe,CAAA;IACf,qCAAqB,CAAA;AACzB,CAAC,EAHW,YAAY,4BAAZ,YAAY,QAGvB"}
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
/**
|
|
3
|
-
* Endpoint Response Unions (for frontend type safety)
|
|
4
|
-
*/
|
|
5
2
|
export declare const UpdateProfileResponseSchema: z.ZodObject<{
|
|
6
3
|
uuid: z.ZodString;
|
|
7
4
|
email: z.ZodString;
|
|
8
5
|
name: z.ZodString;
|
|
9
6
|
role: z.ZodString;
|
|
7
|
+
registerType: z.ZodEnum<typeof import("./register-type.enum").RegisterType>;
|
|
10
8
|
marketingConsent: z.ZodBoolean;
|
|
11
9
|
createdAt: z.ZodString;
|
|
12
10
|
}, z.core.$strip>;
|
|
@@ -18,6 +16,7 @@ export declare const ToggleMarketingConsentResponseSchema: z.ZodObject<{
|
|
|
18
16
|
email: z.ZodString;
|
|
19
17
|
name: z.ZodString;
|
|
20
18
|
role: z.ZodString;
|
|
19
|
+
registerType: z.ZodEnum<typeof import("./register-type.enum").RegisterType>;
|
|
21
20
|
marketingConsent: z.ZodBoolean;
|
|
22
21
|
createdAt: z.ZodString;
|
|
23
22
|
}, z.core.$strip>;
|
|
@@ -29,6 +28,7 @@ export declare const GetCurrentUserResponseSchema: z.ZodObject<{
|
|
|
29
28
|
email: z.ZodString;
|
|
30
29
|
name: z.ZodString;
|
|
31
30
|
role: z.ZodString;
|
|
31
|
+
registerType: z.ZodEnum<typeof import("./register-type.enum").RegisterType>;
|
|
32
32
|
marketingConsent: z.ZodBoolean;
|
|
33
33
|
createdAt: z.ZodString;
|
|
34
34
|
}, z.core.$strip>;
|
|
@@ -4,11 +4,9 @@ exports.GetCurrentUserResponseSchema = exports.ChangePasswordResponseSchema = ex
|
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
5
|
const user_response_schema_1 = require("./user-response.schema");
|
|
6
6
|
const regex_1 = require("../../../shared/regex");
|
|
7
|
-
/**
|
|
8
|
-
* Endpoint Response Unions (for frontend type safety)
|
|
9
|
-
*/
|
|
10
7
|
exports.UpdateProfileResponseSchema = user_response_schema_1.UserResponseSchema;
|
|
11
8
|
exports.DeleteAccountResponseSchema = zod_1.z.object({ userId: zod_1.z.string().regex(regex_1.UUID_REGEX) });
|
|
12
9
|
exports.ToggleMarketingConsentResponseSchema = user_response_schema_1.UserResponseSchema;
|
|
13
10
|
exports.ChangePasswordResponseSchema = zod_1.z.object({ userId: zod_1.z.string().regex(regex_1.UUID_REGEX) });
|
|
14
11
|
exports.GetCurrentUserResponseSchema = user_response_schema_1.UserResponseSchema;
|
|
12
|
+
//# sourceMappingURL=response-unions.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"response-unions.schema.js","sourceRoot":"","sources":["../../../../v1/users/schemas/response-unions.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,iEAA4D;AAC5D,iDAAmD;AAKtC,QAAA,2BAA2B,GAAG,yCAAkB,CAAC;AACjD,QAAA,2BAA2B,GAAG,OAAC,CAAC,MAAM,CAAC,EAAE,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,KAAK,CAAC,kBAAU,CAAC,EAAE,CAAC,CAAC;AACjF,QAAA,oCAAoC,GAAG,yCAAkB,CAAC;AAC1D,QAAA,4BAA4B,GAAG,OAAC,CAAC,MAAM,CAAC,EAAE,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,KAAK,CAAC,kBAAU,CAAC,EAAE,CAAC,CAAC;AAClF,QAAA,4BAA4B,GAAG,yCAAkB,CAAC"}
|
|
@@ -1,8 +1,4 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
/**
|
|
3
|
-
* Toggle Marketing Consent Request Schema
|
|
4
|
-
* Error messages: ToggleMarketingConsentRequest.{field}.{rule}
|
|
5
|
-
*/
|
|
6
2
|
export declare const ToggleMarketingConsentRequestSchema: z.ZodObject<{
|
|
7
3
|
marketingConsent: z.ZodBoolean;
|
|
8
4
|
}, z.core.$strip>;
|
|
@@ -2,12 +2,9 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ToggleMarketingConsentRequestSchema = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
|
-
/**
|
|
6
|
-
* Toggle Marketing Consent Request Schema
|
|
7
|
-
* Error messages: ToggleMarketingConsentRequest.{field}.{rule}
|
|
8
|
-
*/
|
|
9
5
|
exports.ToggleMarketingConsentRequestSchema = zod_1.z.object({
|
|
10
6
|
marketingConsent: zod_1.z.boolean({
|
|
11
7
|
error: 'ToggleMarketingConsentRequest.marketingConsent.required',
|
|
12
8
|
}),
|
|
13
9
|
});
|
|
10
|
+
//# sourceMappingURL=toggle-marketing-consent-request.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toggle-marketing-consent-request.schema.js","sourceRoot":"","sources":["../../../../v1/users/schemas/toggle-marketing-consent-request.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAMX,QAAA,mCAAmC,GAAG,OAAC,CAAC,MAAM,CAAC;IACxD,gBAAgB,EAAE,OAAC,CAAC,OAAO,CAAC;QACxB,KAAK,EAAE,yDAAyD;KACnE,CAAC;CACL,CAAC,CAAC"}
|
|
@@ -2,13 +2,10 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateProfileRequestSchema = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
|
-
/**
|
|
6
|
-
* Update Profile Request Schema
|
|
7
|
-
* Error messages: UpdateProfileRequest.{field}.{rule}
|
|
8
|
-
*/
|
|
9
5
|
exports.UpdateProfileRequestSchema = zod_1.z.object({
|
|
10
6
|
name: zod_1.z
|
|
11
7
|
.string({ error: 'UpdateProfileRequest.name.required' })
|
|
12
8
|
.min(2, { message: 'UpdateProfileRequest.name.min' })
|
|
13
9
|
.max(100, { message: 'UpdateProfileRequest.name.max' }),
|
|
14
10
|
});
|
|
11
|
+
//# sourceMappingURL=update-profile-request.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-profile-request.schema.js","sourceRoot":"","sources":["../../../../v1/users/schemas/update-profile-request.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAMX,QAAA,0BAA0B,GAAG,OAAC,CAAC,MAAM,CAAC;IAC/C,IAAI,EAAE,OAAC;SACF,MAAM,CAAC,EAAE,KAAK,EAAE,oCAAoC,EAAE,CAAC;SACvD,GAAG,CAAC,CAAC,EAAE,EAAE,OAAO,EAAE,+BAA+B,EAAE,CAAC;SACpD,GAAG,CAAC,GAAG,EAAE,EAAE,OAAO,EAAE,+BAA+B,EAAE,CAAC;CAC9D,CAAC,CAAC"}
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
|
|
3
|
-
* User Response Schema
|
|
4
|
-
*/
|
|
2
|
+
import { RegisterType } from './register-type.enum';
|
|
5
3
|
export declare const UserResponseSchema: z.ZodObject<{
|
|
6
4
|
uuid: z.ZodString;
|
|
7
5
|
email: z.ZodString;
|
|
8
6
|
name: z.ZodString;
|
|
9
7
|
role: z.ZodString;
|
|
8
|
+
registerType: z.ZodEnum<typeof RegisterType>;
|
|
10
9
|
marketingConsent: z.ZodBoolean;
|
|
11
10
|
createdAt: z.ZodString;
|
|
12
11
|
}, z.core.$strip>;
|
|
@@ -3,14 +3,14 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.UserResponseSchema = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
5
|
const regex_1 = require("../../../shared/regex");
|
|
6
|
-
|
|
7
|
-
* User Response Schema
|
|
8
|
-
*/
|
|
6
|
+
const register_type_enum_1 = require("./register-type.enum");
|
|
9
7
|
exports.UserResponseSchema = zod_1.z.object({
|
|
10
8
|
uuid: zod_1.z.string().regex(regex_1.UUID_REGEX),
|
|
11
9
|
email: zod_1.z.string().regex(regex_1.EMAIL_REGEX),
|
|
12
10
|
name: zod_1.z.string(),
|
|
13
11
|
role: zod_1.z.string(),
|
|
12
|
+
registerType: zod_1.z.nativeEnum(register_type_enum_1.RegisterType),
|
|
14
13
|
marketingConsent: zod_1.z.boolean(),
|
|
15
14
|
createdAt: zod_1.z.string().regex(regex_1.DATETIME_REGEX),
|
|
16
15
|
});
|
|
16
|
+
//# sourceMappingURL=user-response.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-response.schema.js","sourceRoot":"","sources":["../../../../v1/users/schemas/user-response.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,iDAAgF;AAChF,6DAAoD;AAKvC,QAAA,kBAAkB,GAAG,OAAC,CAAC,MAAM,CAAC;IACvC,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,KAAK,CAAC,kBAAU,CAAC;IAClC,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,KAAK,CAAC,mBAAW,CAAC;IACpC,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;IAChB,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;IAChB,YAAY,EAAE,OAAC,CAAC,UAAU,CAAC,iCAAY,CAAC;IACxC,gBAAgB,EAAE,OAAC,CAAC,OAAO,EAAE;IAC7B,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,KAAK,CAAC,sBAAc,CAAC;CAC9C,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"users.errors.js","sourceRoot":"","sources":["../../../v1/users/users.errors.ts"],"names":[],"mappings":";;;AAEA,IAAY,aAiBX;AAjBD,WAAY,aAAa;IACrB,kDAAiC,CAAA;IACjC,0DAAyC,CAAA;IACzC,8CAA6B,CAAA;IAC7B,8DAA6C,CAAA;IAC7C,0EAAyD,CAAA;IACzD,kEAAiD,CAAA;IACjD,8DAA6C,CAAA;IAC7C,oEAAmD,CAAA;IACnD,gDAA+B,CAAA;IAC/B,wDAAuC,CAAA;IACvC,wDAAuC,CAAA;IACvC,gDAA+B,CAAA;IAC/B,wDAAuC,CAAA;IACvC,8DAA6C,CAAA;IAC7C,0DAAyC,CAAA;IACzC,kEAAiD,CAAA;AACrD,CAAC,EAjBW,aAAa,6BAAb,aAAa,QAiBxB;AAEY,QAAA,WAAW,GAAyC;IAC7D,CAAC,aAAa,CAAC,cAAc,CAAC,EAAE,EAAE,IAAI,EAAE,aAAa,CAAC,cAAc,EAAE,UAAU,EAAE,GAAG,EAAE;IACvF,CAAC,aAAa,CAAC,kBAAkB,CAAC,EAAE,EAAE,IAAI,EAAE,aAAa,CAAC,kBAAkB,EAAE,UAAU,EAAE,GAAG,EAAE;IAC/F,CAAC,aAAa,CAAC,YAAY,CAAC,EAAE,EAAE,IAAI,EAAE,aAAa,CAAC,YAAY,EAAE,UAAU,EAAE,GAAG,EAAE;IACnF,CAAC,aAAa,CAAC,oBAAoB,CAAC,EAAE;QAClC,IAAI,EAAE,aAAa,CAAC,oBAAoB;QACxC,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,aAAa,CAAC,0BAA0B,CAAC,EAAE;QACxC,IAAI,EAAE,aAAa,CAAC,0BAA0B;QAC9C,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,aAAa,CAAC,sBAAsB,CAAC,EAAE;QACpC,IAAI,EAAE,aAAa,CAAC,sBAAsB;QAC1C,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,aAAa,CAAC,oBAAoB,CAAC,EAAE;QAClC,IAAI,EAAE,aAAa,CAAC,oBAAoB;QACxC,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,aAAa,CAAC,uBAAuB,CAAC,EAAE;QACrC,IAAI,EAAE,aAAa,CAAC,uBAAuB;QAC3C,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,aAAa,CAAC,aAAa,CAAC,EAAE,EAAE,IAAI,EAAE,aAAa,CAAC,aAAa,EAAE,UAAU,EAAE,GAAG,EAAE;IACrF,CAAC,aAAa,CAAC,iBAAiB,CAAC,EAAE,EAAE,IAAI,EAAE,aAAa,CAAC,iBAAiB,EAAE,UAAU,EAAE,GAAG,EAAE;IAC7F,CAAC,aAAa,CAAC,iBAAiB,CAAC,EAAE,EAAE,IAAI,EAAE,aAAa,CAAC,iBAAiB,EAAE,UAAU,EAAE,GAAG,EAAE;IAC7F,CAAC,aAAa,CAAC,aAAa,CAAC,EAAE,EAAE,IAAI,EAAE,aAAa,CAAC,aAAa,EAAE,UAAU,EAAE,GAAG,EAAE;IACrF,CAAC,aAAa,CAAC,iBAAiB,CAAC,EAAE,EAAE,IAAI,EAAE,aAAa,CAAC,iBAAiB,EAAE,UAAU,EAAE,GAAG,EAAE;IAC7F,CAAC,aAAa,CAAC,oBAAoB,CAAC,EAAE;QAClC,IAAI,EAAE,aAAa,CAAC,oBAAoB;QACxC,UAAU,EAAE,GAAG;KAClB;IACD,CAAC,aAAa,CAAC,kBAAkB,CAAC,EAAE,EAAE,IAAI,EAAE,aAAa,CAAC,kBAAkB,EAAE,UAAU,EAAE,GAAG,EAAE;IAC/F,CAAC,aAAa,CAAC,sBAAsB,CAAC,EAAE;QACpC,IAAI,EAAE,aAAa,CAAC,sBAAsB;QAC1C,UAAU,EAAE,GAAG;KAClB;CACK,CAAC"}
|
|
@@ -16,3 +16,4 @@ var CancelVerificationCommand;
|
|
|
16
16
|
CancelVerificationCommand.URL = rest_api_1.REST_API.V1.VERIFICATION.CANCEL;
|
|
17
17
|
CancelVerificationCommand.METHOD = http_method_1.HttpMethod.POST;
|
|
18
18
|
})(CancelVerificationCommand || (exports.CancelVerificationCommand = CancelVerificationCommand = {}));
|
|
19
|
+
//# sourceMappingURL=cancel-verification.command.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cancel-verification.command.js","sourceRoot":"","sources":["../../../../v1/verification/commands/cancel-verification.command.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,6DAAyD;AACzD,gDAA6C;AAE7C,IAAiB,yBAAyB,CAYzC;AAZD,WAAiB,yBAAyB;IACzB,iCAAO,GAAG,OAAC,CAAC,MAAM,CAAC;QAC5B,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;KAC/B,CAAC,CAAC;IACU,kCAAQ,GAAG,OAAC,CAAC,MAAM,CAAC;QAC7B,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE;QACrB,SAAS,EAAE,OAAC,CAAC,OAAO,EAAE;KACzB,CAAC,CAAC;IACU,6BAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,MAAM,CAAC;IACtC,gCAAM,GAAG,wBAAU,CAAC,IAAI,CAAC;AAG1C,CAAC,EAZgB,yBAAyB,yCAAzB,yBAAyB,QAYzC"}
|
|
@@ -16,3 +16,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./resend.command"), exports);
|
|
18
18
|
__exportStar(require("./cancel-verification.command"), exports);
|
|
19
|
+
//# sourceMappingURL=index.js.map
|