@veruna/api-contracts 1.0.69 → 1.0.71
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/index.d.ts +4 -0
- package/build/controllers/index.js +9 -1
- package/build/controllers/index.js.map +1 -1
- package/build/controllers/vk-auth.controllers.d.ts +1 -0
- package/build/controllers/vk-auth.controllers.js +5 -0
- package/build/controllers/vk-auth.controllers.js.map +1 -0
- package/build/controllers/vk-profile.controllers.d.ts +1 -0
- package/build/controllers/vk-profile.controllers.js +5 -0
- package/build/controllers/vk-profile.controllers.js.map +1 -0
- package/build/controllers/yandex-auth.controllers.d.ts +1 -0
- package/build/controllers/yandex-auth.controllers.js +5 -0
- package/build/controllers/yandex-auth.controllers.js.map +1 -0
- package/build/controllers/yandex-profile.controllers.d.ts +1 -0
- package/build/controllers/yandex-profile.controllers.js +5 -0
- package/build/controllers/yandex-profile.controllers.js.map +1 -0
- package/build/locales/validation.d.ts +98 -0
- package/build/locales/validation.js +98 -0
- package/build/locales/validation.js.map +1 -1
- package/build/rest-api.d.ts +26 -0
- package/build/rest-api.js +26 -0
- package/build/rest-api.js.map +1 -1
- package/build/routes/chat-project.routes.d.ts +1 -0
- package/build/routes/chat-project.routes.js +1 -0
- package/build/routes/chat-project.routes.js.map +1 -1
- package/build/routes/chat.routes.d.ts +1 -0
- package/build/routes/chat.routes.js +1 -0
- package/build/routes/chat.routes.js.map +1 -1
- package/build/routes/index.d.ts +4 -0
- package/build/routes/index.js +9 -1
- package/build/routes/index.js.map +1 -1
- package/build/routes/vk-auth.routes.d.ts +6 -0
- package/build/routes/vk-auth.routes.js +10 -0
- package/build/routes/vk-auth.routes.js.map +1 -0
- package/build/routes/vk-profile.routes.d.ts +6 -0
- package/build/routes/vk-profile.routes.js +10 -0
- package/build/routes/vk-profile.routes.js.map +1 -0
- package/build/routes/yandex-auth.routes.d.ts +6 -0
- package/build/routes/yandex-auth.routes.js +10 -0
- package/build/routes/yandex-auth.routes.js.map +1 -0
- package/build/routes/yandex-profile.routes.d.ts +6 -0
- package/build/routes/yandex-profile.routes.js +10 -0
- package/build/routes/yandex-profile.routes.js.map +1 -0
- package/build/tsconfig.tsbuildinfo +1 -1
- package/build/v1/auth/commands/signin.command.d.ts +1 -1
- package/build/v1/auth/commands/signup.command.d.ts +1 -1
- package/build/v1/auth/schemas/auth-response.schema.d.ts +1 -1
- package/build/v1/chat/commands/delete-homeless-chats.command.d.ts +12 -0
- package/build/v1/chat/commands/delete-homeless-chats.command.js +15 -0
- package/build/v1/chat/commands/delete-homeless-chats.command.js.map +1 -0
- package/build/v1/chat/commands/index.d.ts +1 -0
- package/build/v1/chat/commands/index.js +3 -1
- package/build/v1/chat/commands/index.js.map +1 -1
- package/build/v1/chat/schemas/bulk-delete-chats-response.schema.d.ts +5 -0
- package/build/v1/chat/schemas/bulk-delete-chats-response.schema.js +8 -0
- package/build/v1/chat/schemas/bulk-delete-chats-response.schema.js.map +1 -0
- package/build/v1/chat/schemas/index.d.ts +2 -0
- package/build/v1/chat/schemas/index.js +3 -1
- package/build/v1/chat/schemas/index.js.map +1 -1
- package/build/v1/chat-project/commands/delete-folder-chats.command.d.ts +12 -0
- package/build/v1/chat-project/commands/delete-folder-chats.command.js +15 -0
- package/build/v1/chat-project/commands/delete-folder-chats.command.js.map +1 -0
- package/build/v1/chat-project/commands/index.d.ts +1 -0
- package/build/v1/chat-project/commands/index.js +1 -0
- package/build/v1/chat-project/commands/index.js.map +1 -1
- package/build/v1/index.d.ts +5 -0
- package/build/v1/index.js +5 -0
- package/build/v1/index.js.map +1 -1
- package/build/v1/oauth-common/index.d.ts +1 -0
- package/build/v1/oauth-common/index.js +18 -0
- package/build/v1/oauth-common/index.js.map +1 -0
- package/build/v1/oauth-common/schemas/index.d.ts +1 -0
- package/build/v1/oauth-common/schemas/index.js +18 -0
- package/build/v1/oauth-common/schemas/index.js.map +1 -0
- package/build/v1/oauth-common/schemas/oauth-auth-request-type.enum.d.ts +4 -0
- package/build/v1/oauth-common/schemas/oauth-auth-request-type.enum.js +9 -0
- package/build/v1/oauth-common/schemas/oauth-auth-request-type.enum.js.map +1 -0
- package/build/v1/telegram-auth/commands/exchange-telegram-auth.command.d.ts +1 -0
- package/build/v1/telegram-auth/schemas/telegram-auth-exchange-request.schema.d.ts +1 -0
- package/build/v1/telegram-auth/schemas/telegram-auth-exchange-request.schema.js +4 -0
- package/build/v1/telegram-auth/schemas/telegram-auth-exchange-request.schema.js.map +1 -1
- package/build/v1/telegram-auth/schemas/telegram-auth-request-type.enum.d.ts +1 -4
- package/build/v1/telegram-auth/schemas/telegram-auth-request-type.enum.js +2 -5
- package/build/v1/telegram-auth/schemas/telegram-auth-request-type.enum.js.map +1 -1
- package/build/v1/telegram-profile/commands/unlink-telegram.command.d.ts +1 -3
- package/build/v1/telegram-profile/commands/unlink-telegram.command.js +2 -2
- package/build/v1/telegram-profile/commands/unlink-telegram.command.js.map +1 -1
- package/build/v1/telegram-profile/schemas/index.d.ts +0 -1
- package/build/v1/telegram-profile/schemas/index.js +0 -1
- package/build/v1/telegram-profile/schemas/index.js.map +1 -1
- package/build/v1/telegram-profile/telegram-profile.errors.d.ts +2 -1
- package/build/v1/telegram-profile/telegram-profile.errors.js +5 -0
- package/build/v1/telegram-profile/telegram-profile.errors.js.map +1 -1
- package/build/v1/users/commands/toggle-marketing-consent.command.d.ts +1 -1
- package/build/v1/users/commands/update-profile.command.d.ts +1 -1
- package/build/v1/users/queries/get-current-user.query.d.ts +1 -1
- package/build/v1/users/schemas/register-type.enum.d.ts +3 -1
- package/build/v1/users/schemas/register-type.enum.js +2 -0
- package/build/v1/users/schemas/register-type.enum.js.map +1 -1
- package/build/v1/users/schemas/response-unions.schema.d.ts +3 -3
- package/build/v1/users/schemas/user-response.schema.d.ts +1 -1
- package/build/v1/users/schemas/user-response.schema.js +1 -1
- package/build/v1/users/schemas/user-response.schema.js.map +1 -1
- package/build/v1/vk-auth/commands/exchange-vk-auth.command.d.ts +15 -0
- package/build/v1/vk-auth/commands/exchange-vk-auth.command.js +14 -0
- package/build/v1/vk-auth/commands/exchange-vk-auth.command.js.map +1 -0
- package/build/v1/vk-auth/commands/index.d.ts +2 -0
- package/build/v1/vk-auth/commands/index.js +19 -0
- package/build/v1/vk-auth/commands/index.js.map +1 -0
- package/build/v1/vk-auth/commands/init-vk-auth.command.d.ts +14 -0
- package/build/v1/vk-auth/commands/init-vk-auth.command.js +15 -0
- package/build/v1/vk-auth/commands/init-vk-auth.command.js.map +1 -0
- package/build/v1/vk-auth/index.d.ts +6 -0
- package/build/v1/vk-auth/index.js +26 -0
- package/build/v1/vk-auth/index.js.map +1 -0
- package/build/v1/vk-auth/queries/get-vk-auth-status.query.d.ts +13 -0
- package/build/v1/vk-auth/queries/get-vk-auth-status.query.js +15 -0
- package/build/v1/vk-auth/queries/get-vk-auth-status.query.js.map +1 -0
- package/build/v1/vk-auth/queries/handle-vk-auth-callback.query.d.ts +14 -0
- package/build/v1/vk-auth/queries/handle-vk-auth-callback.query.js +15 -0
- package/build/v1/vk-auth/queries/handle-vk-auth-callback.query.js.map +1 -0
- package/build/v1/vk-auth/queries/index.d.ts +2 -0
- package/build/v1/vk-auth/queries/index.js +19 -0
- package/build/v1/vk-auth/queries/index.js.map +1 -0
- package/build/v1/vk-auth/schemas/index.d.ts +7 -0
- package/build/v1/vk-auth/schemas/index.js +24 -0
- package/build/v1/vk-auth/schemas/index.js.map +1 -0
- package/build/v1/vk-auth/schemas/vk-auth-callback-query.schema.d.ts +7 -0
- package/build/v1/vk-auth/schemas/vk-auth-callback-query.schema.js +10 -0
- package/build/v1/vk-auth/schemas/vk-auth-callback-query.schema.js.map +1 -0
- package/build/v1/vk-auth/schemas/vk-auth-exchange-request.schema.d.ts +6 -0
- package/build/v1/vk-auth/schemas/vk-auth-exchange-request.schema.js +14 -0
- package/build/v1/vk-auth/schemas/vk-auth-exchange-request.schema.js.map +1 -0
- package/build/v1/vk-auth/schemas/vk-auth-exchange-response.schema.d.ts +6 -0
- package/build/v1/vk-auth/schemas/vk-auth-exchange-response.schema.js +9 -0
- package/build/v1/vk-auth/schemas/vk-auth-exchange-response.schema.js.map +1 -0
- package/build/v1/vk-auth/schemas/vk-auth-init-response.schema.d.ts +7 -0
- package/build/v1/vk-auth/schemas/vk-auth-init-response.schema.js +10 -0
- package/build/v1/vk-auth/schemas/vk-auth-init-response.schema.js.map +1 -0
- package/build/v1/vk-auth/schemas/vk-auth-request-type.enum.d.ts +1 -0
- package/build/v1/vk-auth/schemas/vk-auth-request-type.enum.js +6 -0
- package/build/v1/vk-auth/schemas/vk-auth-request-type.enum.js.map +1 -0
- package/build/v1/vk-auth/schemas/vk-auth-status-response.schema.d.ts +7 -0
- package/build/v1/vk-auth/schemas/vk-auth-status-response.schema.js +10 -0
- package/build/v1/vk-auth/schemas/vk-auth-status-response.schema.js.map +1 -0
- package/build/v1/vk-auth/schemas/vk-auth-status.enum.d.ts +7 -0
- package/build/v1/vk-auth/schemas/vk-auth-status.enum.js +12 -0
- package/build/v1/vk-auth/schemas/vk-auth-status.enum.js.map +1 -0
- package/build/v1/vk-auth/vk-auth.errors.d.ts +14 -0
- package/build/v1/vk-auth/vk-auth.errors.js +29 -0
- package/build/v1/vk-auth/vk-auth.errors.js.map +1 -0
- package/build/v1/vk-profile/commands/index.d.ts +2 -0
- package/build/v1/vk-profile/commands/index.js +19 -0
- package/build/v1/vk-profile/commands/index.js.map +1 -0
- package/build/v1/vk-profile/commands/link-vk.command.d.ts +14 -0
- package/build/v1/vk-profile/commands/link-vk.command.js +15 -0
- package/build/v1/vk-profile/commands/link-vk.command.js.map +1 -0
- package/build/v1/vk-profile/commands/unlink-vk.command.d.ts +8 -0
- package/build/v1/vk-profile/commands/unlink-vk.command.js +13 -0
- package/build/v1/vk-profile/commands/unlink-vk.command.js.map +1 -0
- package/build/v1/vk-profile/index.d.ts +6 -0
- package/build/v1/vk-profile/index.js +26 -0
- package/build/v1/vk-profile/index.js.map +1 -0
- package/build/v1/vk-profile/queries/get-vk-link-status.query.d.ts +12 -0
- package/build/v1/vk-profile/queries/get-vk-link-status.query.js +13 -0
- package/build/v1/vk-profile/queries/get-vk-link-status.query.js.map +1 -0
- package/build/v1/vk-profile/queries/get-vk-profile.query.d.ts +20 -0
- package/build/v1/vk-profile/queries/get-vk-profile.query.js +13 -0
- package/build/v1/vk-profile/queries/get-vk-profile.query.js.map +1 -0
- package/build/v1/vk-profile/queries/index.d.ts +2 -0
- package/build/v1/vk-profile/queries/index.js +19 -0
- package/build/v1/vk-profile/queries/index.js.map +1 -0
- package/build/v1/vk-profile/schemas/index.d.ts +3 -0
- package/build/v1/vk-profile/schemas/index.js +20 -0
- package/build/v1/vk-profile/schemas/index.js.map +1 -0
- package/build/v1/vk-profile/schemas/vk-link-response.schema.d.ts +7 -0
- package/build/v1/vk-profile/schemas/vk-link-response.schema.js +10 -0
- package/build/v1/vk-profile/schemas/vk-link-response.schema.js.map +1 -0
- package/build/v1/vk-profile/schemas/vk-link-status-response.schema.d.ts +8 -0
- package/build/v1/vk-profile/schemas/vk-link-status-response.schema.js +11 -0
- package/build/v1/vk-profile/schemas/vk-link-status-response.schema.js.map +1 -0
- package/build/v1/vk-profile/schemas/vk-profile-response.schema.d.ts +15 -0
- package/build/v1/vk-profile/schemas/vk-profile-response.schema.js +18 -0
- package/build/v1/vk-profile/schemas/vk-profile-response.schema.js.map +1 -0
- package/build/v1/vk-profile/vk-profile.errors.d.ts +11 -0
- package/build/v1/vk-profile/vk-profile.errors.js +23 -0
- package/build/v1/vk-profile/vk-profile.errors.js.map +1 -0
- package/build/v1/yandex-auth/commands/exchange-yandex-auth.command.d.ts +16 -0
- package/build/v1/yandex-auth/commands/exchange-yandex-auth.command.js +14 -0
- package/build/v1/yandex-auth/commands/exchange-yandex-auth.command.js.map +1 -0
- package/build/v1/yandex-auth/commands/index.d.ts +2 -0
- package/build/v1/yandex-auth/commands/index.js +19 -0
- package/build/v1/yandex-auth/commands/index.js.map +1 -0
- package/build/v1/yandex-auth/commands/init-yandex-auth.command.d.ts +14 -0
- package/build/v1/yandex-auth/commands/init-yandex-auth.command.js +15 -0
- package/build/v1/yandex-auth/commands/init-yandex-auth.command.js.map +1 -0
- package/build/v1/yandex-auth/index.d.ts +6 -0
- package/build/v1/yandex-auth/index.js +26 -0
- package/build/v1/yandex-auth/index.js.map +1 -0
- package/build/v1/yandex-auth/queries/get-yandex-auth-status.query.d.ts +13 -0
- package/build/v1/yandex-auth/queries/get-yandex-auth-status.query.js +15 -0
- package/build/v1/yandex-auth/queries/get-yandex-auth-status.query.js.map +1 -0
- package/build/v1/yandex-auth/queries/handle-yandex-auth-callback.query.d.ts +13 -0
- package/build/v1/yandex-auth/queries/handle-yandex-auth-callback.query.js +15 -0
- package/build/v1/yandex-auth/queries/handle-yandex-auth-callback.query.js.map +1 -0
- package/build/v1/yandex-auth/queries/index.d.ts +2 -0
- package/build/v1/yandex-auth/queries/index.js +19 -0
- package/build/v1/yandex-auth/queries/index.js.map +1 -0
- package/build/v1/yandex-auth/schemas/index.d.ts +7 -0
- package/build/v1/yandex-auth/schemas/index.js +24 -0
- package/build/v1/yandex-auth/schemas/index.js.map +1 -0
- package/build/v1/yandex-auth/schemas/yandex-auth-callback-query.schema.d.ts +6 -0
- package/build/v1/yandex-auth/schemas/yandex-auth-callback-query.schema.js +9 -0
- package/build/v1/yandex-auth/schemas/yandex-auth-callback-query.schema.js.map +1 -0
- package/build/v1/yandex-auth/schemas/yandex-auth-exchange-request.schema.d.ts +6 -0
- package/build/v1/yandex-auth/schemas/yandex-auth-exchange-request.schema.js +14 -0
- package/build/v1/yandex-auth/schemas/yandex-auth-exchange-request.schema.js.map +1 -0
- package/build/v1/yandex-auth/schemas/yandex-auth-exchange-response.schema.d.ts +6 -0
- package/build/v1/yandex-auth/schemas/yandex-auth-exchange-response.schema.js +9 -0
- package/build/v1/yandex-auth/schemas/yandex-auth-exchange-response.schema.js.map +1 -0
- package/build/v1/yandex-auth/schemas/yandex-auth-init-response.schema.d.ts +7 -0
- package/build/v1/yandex-auth/schemas/yandex-auth-init-response.schema.js +10 -0
- package/build/v1/yandex-auth/schemas/yandex-auth-init-response.schema.js.map +1 -0
- package/build/v1/yandex-auth/schemas/yandex-auth-request-type.enum.d.ts +1 -0
- package/build/v1/yandex-auth/schemas/yandex-auth-request-type.enum.js +6 -0
- package/build/v1/yandex-auth/schemas/yandex-auth-request-type.enum.js.map +1 -0
- package/build/v1/yandex-auth/schemas/yandex-auth-status-response.schema.d.ts +7 -0
- package/build/v1/yandex-auth/schemas/yandex-auth-status-response.schema.js +10 -0
- package/build/v1/yandex-auth/schemas/yandex-auth-status-response.schema.js.map +1 -0
- package/build/v1/yandex-auth/schemas/yandex-auth-status.enum.d.ts +7 -0
- package/build/v1/yandex-auth/schemas/yandex-auth-status.enum.js +12 -0
- package/build/v1/yandex-auth/schemas/yandex-auth-status.enum.js.map +1 -0
- package/build/v1/yandex-auth/yandex-auth.errors.d.ts +14 -0
- package/build/v1/yandex-auth/yandex-auth.errors.js +59 -0
- package/build/v1/yandex-auth/yandex-auth.errors.js.map +1 -0
- package/build/v1/yandex-profile/commands/index.d.ts +2 -0
- package/build/v1/yandex-profile/commands/index.js +19 -0
- package/build/v1/yandex-profile/commands/index.js.map +1 -0
- package/build/v1/yandex-profile/commands/link-yandex.command.d.ts +14 -0
- package/build/v1/yandex-profile/commands/link-yandex.command.js +15 -0
- package/build/v1/yandex-profile/commands/link-yandex.command.js.map +1 -0
- package/build/v1/yandex-profile/commands/unlink-yandex.command.d.ts +8 -0
- package/build/v1/yandex-profile/commands/unlink-yandex.command.js +13 -0
- package/build/v1/yandex-profile/commands/unlink-yandex.command.js.map +1 -0
- package/build/v1/yandex-profile/index.d.ts +6 -0
- package/build/v1/yandex-profile/index.js +26 -0
- package/build/v1/yandex-profile/index.js.map +1 -0
- package/build/v1/yandex-profile/queries/get-yandex-link-status.query.d.ts +12 -0
- package/build/v1/yandex-profile/queries/get-yandex-link-status.query.js +13 -0
- package/build/v1/yandex-profile/queries/get-yandex-link-status.query.js.map +1 -0
- package/build/v1/yandex-profile/queries/get-yandex-profile.query.d.ts +29 -0
- package/build/v1/yandex-profile/queries/get-yandex-profile.query.js +13 -0
- package/build/v1/yandex-profile/queries/get-yandex-profile.query.js.map +1 -0
- package/build/v1/yandex-profile/queries/index.d.ts +2 -0
- package/build/v1/yandex-profile/queries/index.js +19 -0
- package/build/v1/yandex-profile/queries/index.js.map +1 -0
- package/build/v1/yandex-profile/schemas/index.d.ts +3 -0
- package/build/v1/yandex-profile/schemas/index.js +20 -0
- package/build/v1/yandex-profile/schemas/index.js.map +1 -0
- package/build/v1/yandex-profile/schemas/yandex-link-response.schema.d.ts +7 -0
- package/build/v1/yandex-profile/schemas/yandex-link-response.schema.js +10 -0
- package/build/v1/yandex-profile/schemas/yandex-link-response.schema.js.map +1 -0
- package/build/v1/yandex-profile/schemas/yandex-link-status-response.schema.d.ts +8 -0
- package/build/v1/yandex-profile/schemas/yandex-link-status-response.schema.js +11 -0
- package/build/v1/yandex-profile/schemas/yandex-link-status-response.schema.js.map +1 -0
- package/build/v1/yandex-profile/schemas/yandex-profile-response.schema.d.ts +24 -0
- package/build/v1/yandex-profile/schemas/yandex-profile-response.schema.js +27 -0
- package/build/v1/yandex-profile/schemas/yandex-profile-response.schema.js.map +1 -0
- package/build/v1/yandex-profile/yandex-profile.errors.d.ts +11 -0
- package/build/v1/yandex-profile/yandex-profile.errors.js +44 -0
- package/build/v1/yandex-profile/yandex-profile.errors.js.map +1 -0
- package/package.json +1 -1
- package/build/v1/telegram-profile/schemas/telegram-unlink-response.schema.d.ts +0 -5
- package/build/v1/telegram-profile/schemas/telegram-unlink-response.schema.js +0 -8
- package/build/v1/telegram-profile/schemas/telegram-unlink-response.schema.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chat.routes.js","sourceRoot":"","sources":["../../routes/chat.routes.ts"],"names":[],"mappings":";;;AAGa,QAAA,iBAAiB,GAAG;IAC7B,GAAG,EAAE,EAAE;IACP,MAAM,EAAE,EAAE;CACJ,CAAC;AAEE,QAAA,eAAe,GAAG;IAC3B,MAAM,EAAE,EAAE;IACV,eAAe,EAAE,aAAa;IAC9B,SAAS,EAAE,SAAS;IACpB,MAAM,EAAE,SAAS;IACjB,YAAY,EAAE,SAAS;CACjB,CAAC;AAEE,QAAA,mBAAmB,GAAG;IAC/B,OAAO,EAAE,SAAS;IAClB,MAAM,EAAE,QAAQ;
|
|
1
|
+
{"version":3,"file":"chat.routes.js","sourceRoot":"","sources":["../../routes/chat.routes.ts"],"names":[],"mappings":";;;AAGa,QAAA,iBAAiB,GAAG;IAC7B,GAAG,EAAE,EAAE;IACP,MAAM,EAAE,EAAE;CACJ,CAAC;AAEE,QAAA,eAAe,GAAG;IAC3B,MAAM,EAAE,EAAE;IACV,eAAe,EAAE,aAAa;IAC9B,SAAS,EAAE,SAAS;IACpB,MAAM,EAAE,SAAS;IACjB,YAAY,EAAE,SAAS;CACjB,CAAC;AAEE,QAAA,mBAAmB,GAAG;IAC/B,OAAO,EAAE,SAAS;IAClB,MAAM,EAAE,QAAQ;IAChB,eAAe,EAAE,UAAU;CACrB,CAAC"}
|
package/build/routes/index.d.ts
CHANGED
|
@@ -24,4 +24,8 @@ export { PAGE_HINTS_ROUTES } from './page-hints.routes';
|
|
|
24
24
|
export { S2S_ROUTES } from './s2s.routes';
|
|
25
25
|
export { TELEGRAM_AUTH_ROUTES } from './telegram-auth.routes';
|
|
26
26
|
export { TELEGRAM_PROFILE_ROUTES } from './telegram-profile.routes';
|
|
27
|
+
export { VK_AUTH_ROUTES } from './vk-auth.routes';
|
|
28
|
+
export { VK_PROFILE_ROUTES } from './vk-profile.routes';
|
|
29
|
+
export { YANDEX_AUTH_ROUTES } from './yandex-auth.routes';
|
|
30
|
+
export { YANDEX_PROFILE_ROUTES } from './yandex-profile.routes';
|
|
27
31
|
export { FORMS_ROUTES } from './forms.routes';
|
package/build/routes/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FORMS_ROUTES = exports.TELEGRAM_PROFILE_ROUTES = exports.TELEGRAM_AUTH_ROUTES = exports.S2S_ROUTES = exports.PAGE_HINTS_ROUTES = exports.WALLET_ROUTES = exports.SITEMAP_ROUTES = exports.VERIFICATION_ROUTES = exports.MESSAGE_REG_ROUTES = exports.MESSAGE_UNREG_ROUTES = exports.CHAT_HISTORY_ROUTES = exports.CHAT_REG_ROUTES = exports.CHAT_UNREG_ROUTES = exports.CHAT_PROJECT_ROUTES = exports.FILE_ROUTES = exports.CLIENT_FILE_ROUTES = exports.ADMIN_FILE_ROUTES = exports.AI_MODEL_UNREG_ROUTES = exports.AI_MODEL_PUBLIC_ROUTES = exports.AI_MODEL_ADMIN_ROUTES = exports.AI_PROVIDER_PUBLIC_ROUTES = exports.AI_PROVIDER_ADMIN_ROUTES = exports.SEO_PAGES_PUBLIC_ROUTES = exports.SEO_PAGES_ADMIN_ROUTES = exports.BLOG_PUBLIC_POSTS_ROUTES = exports.BLOG_PUBLIC_CATEGORIES_ROUTES = exports.BLOG_ADMIN_POSTS_ROUTES = exports.BLOG_ADMIN_CATEGORIES_ROUTES = exports.UNREG_USERS_ROUTES = exports.USERS_ROUTES = exports.AUTH_ROUTES = void 0;
|
|
3
|
+
exports.FORMS_ROUTES = exports.YANDEX_PROFILE_ROUTES = exports.YANDEX_AUTH_ROUTES = exports.VK_PROFILE_ROUTES = exports.VK_AUTH_ROUTES = exports.TELEGRAM_PROFILE_ROUTES = exports.TELEGRAM_AUTH_ROUTES = exports.S2S_ROUTES = exports.PAGE_HINTS_ROUTES = exports.WALLET_ROUTES = exports.SITEMAP_ROUTES = exports.VERIFICATION_ROUTES = exports.MESSAGE_REG_ROUTES = exports.MESSAGE_UNREG_ROUTES = exports.CHAT_HISTORY_ROUTES = exports.CHAT_REG_ROUTES = exports.CHAT_UNREG_ROUTES = exports.CHAT_PROJECT_ROUTES = exports.FILE_ROUTES = exports.CLIENT_FILE_ROUTES = exports.ADMIN_FILE_ROUTES = exports.AI_MODEL_UNREG_ROUTES = exports.AI_MODEL_PUBLIC_ROUTES = exports.AI_MODEL_ADMIN_ROUTES = exports.AI_PROVIDER_PUBLIC_ROUTES = exports.AI_PROVIDER_ADMIN_ROUTES = exports.SEO_PAGES_PUBLIC_ROUTES = exports.SEO_PAGES_ADMIN_ROUTES = exports.BLOG_PUBLIC_POSTS_ROUTES = exports.BLOG_PUBLIC_CATEGORIES_ROUTES = exports.BLOG_ADMIN_POSTS_ROUTES = exports.BLOG_ADMIN_CATEGORIES_ROUTES = exports.UNREG_USERS_ROUTES = exports.USERS_ROUTES = exports.AUTH_ROUTES = void 0;
|
|
4
4
|
var auth_routes_1 = require("./auth.routes");
|
|
5
5
|
Object.defineProperty(exports, "AUTH_ROUTES", { enumerable: true, get: function () { return auth_routes_1.AUTH_ROUTES; } });
|
|
6
6
|
var users_routes_1 = require("./users.routes");
|
|
@@ -57,6 +57,14 @@ var telegram_auth_routes_1 = require("./telegram-auth.routes");
|
|
|
57
57
|
Object.defineProperty(exports, "TELEGRAM_AUTH_ROUTES", { enumerable: true, get: function () { return telegram_auth_routes_1.TELEGRAM_AUTH_ROUTES; } });
|
|
58
58
|
var telegram_profile_routes_1 = require("./telegram-profile.routes");
|
|
59
59
|
Object.defineProperty(exports, "TELEGRAM_PROFILE_ROUTES", { enumerable: true, get: function () { return telegram_profile_routes_1.TELEGRAM_PROFILE_ROUTES; } });
|
|
60
|
+
var vk_auth_routes_1 = require("./vk-auth.routes");
|
|
61
|
+
Object.defineProperty(exports, "VK_AUTH_ROUTES", { enumerable: true, get: function () { return vk_auth_routes_1.VK_AUTH_ROUTES; } });
|
|
62
|
+
var vk_profile_routes_1 = require("./vk-profile.routes");
|
|
63
|
+
Object.defineProperty(exports, "VK_PROFILE_ROUTES", { enumerable: true, get: function () { return vk_profile_routes_1.VK_PROFILE_ROUTES; } });
|
|
64
|
+
var yandex_auth_routes_1 = require("./yandex-auth.routes");
|
|
65
|
+
Object.defineProperty(exports, "YANDEX_AUTH_ROUTES", { enumerable: true, get: function () { return yandex_auth_routes_1.YANDEX_AUTH_ROUTES; } });
|
|
66
|
+
var yandex_profile_routes_1 = require("./yandex-profile.routes");
|
|
67
|
+
Object.defineProperty(exports, "YANDEX_PROFILE_ROUTES", { enumerable: true, get: function () { return yandex_profile_routes_1.YANDEX_PROFILE_ROUTES; } });
|
|
60
68
|
var forms_routes_1 = require("./forms.routes");
|
|
61
69
|
Object.defineProperty(exports, "FORMS_ROUTES", { enumerable: true, get: function () { return forms_routes_1.FORMS_ROUTES; } });
|
|
62
70
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../routes/index.ts"],"names":[],"mappings":";;;AAGA,6CAA4C;AAAnC,0GAAA,WAAW,OAAA;AACpB,+CAA8C;AAArC,4GAAA,YAAY,OAAA;AACrB,2DAA0D;AAAjD,wHAAA,kBAAkB,OAAA;AAC3B,+EAA8E;AAArE,4IAAA,4BAA4B,OAAA;AACrC,qEAAoE;AAA3D,kIAAA,uBAAuB,OAAA;AAChC,2DAA+F;AAAtF,mIAAA,6BAA6B,OAAA;AAAE,8HAAA,wBAAwB,OAAA;AAChE,mEAAkE;AAAzD,gIAAA,sBAAsB,OAAA;AAC/B,qEAAoE;AAA3D,kIAAA,uBAAuB,OAAA;AAChC,uEAAsE;AAA7D,oIAAA,wBAAwB,OAAA;AACjC,yEAAwE;AAA/D,sIAAA,yBAAyB,OAAA;AAClC,iEAAgE;AAAvD,8HAAA,qBAAqB,OAAA;AAC9B,mEAAkE;AAAzD,gIAAA,sBAAsB,OAAA;AAC/B,iEAAgE;AAAvD,8HAAA,qBAAqB,OAAA;AAC9B,yDAAwD;AAA/C,sHAAA,iBAAiB,OAAA;AAC1B,2DAA0D;AAAjD,wHAAA,kBAAkB,OAAA;AAC3B,6CAA4C;AAAnC,0GAAA,WAAW,OAAA;AACpB,6DAA4D;AAAnD,0HAAA,mBAAmB,OAAA;AAC5B,6CAAwF;AAA/E,gHAAA,iBAAiB,OAAA;AAAE,8GAAA,eAAe,OAAA;AAAE,kHAAA,mBAAmB,OAAA;AAChE,mDAA4E;AAAnE,sHAAA,oBAAoB,OAAA;AAAE,oHAAA,kBAAkB,OAAA;AACjD,6DAA4D;AAAnD,0HAAA,mBAAmB,OAAA;AAC5B,mDAAkD;AAAzC,gHAAA,cAAc,OAAA;AACvB,iDAAgD;AAAvC,8GAAA,aAAa,OAAA;AACtB,yDAAwD;AAA/C,sHAAA,iBAAiB,OAAA;AAC1B,2CAA0C;AAAjC,wGAAA,UAAU,OAAA;AACnB,+DAA8D;AAArD,4HAAA,oBAAoB,OAAA;AAC7B,qEAAoE;AAA3D,kIAAA,uBAAuB,OAAA;AAChC,+CAA8C;AAArC,4GAAA,YAAY,OAAA"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../routes/index.ts"],"names":[],"mappings":";;;AAGA,6CAA4C;AAAnC,0GAAA,WAAW,OAAA;AACpB,+CAA8C;AAArC,4GAAA,YAAY,OAAA;AACrB,2DAA0D;AAAjD,wHAAA,kBAAkB,OAAA;AAC3B,+EAA8E;AAArE,4IAAA,4BAA4B,OAAA;AACrC,qEAAoE;AAA3D,kIAAA,uBAAuB,OAAA;AAChC,2DAA+F;AAAtF,mIAAA,6BAA6B,OAAA;AAAE,8HAAA,wBAAwB,OAAA;AAChE,mEAAkE;AAAzD,gIAAA,sBAAsB,OAAA;AAC/B,qEAAoE;AAA3D,kIAAA,uBAAuB,OAAA;AAChC,uEAAsE;AAA7D,oIAAA,wBAAwB,OAAA;AACjC,yEAAwE;AAA/D,sIAAA,yBAAyB,OAAA;AAClC,iEAAgE;AAAvD,8HAAA,qBAAqB,OAAA;AAC9B,mEAAkE;AAAzD,gIAAA,sBAAsB,OAAA;AAC/B,iEAAgE;AAAvD,8HAAA,qBAAqB,OAAA;AAC9B,yDAAwD;AAA/C,sHAAA,iBAAiB,OAAA;AAC1B,2DAA0D;AAAjD,wHAAA,kBAAkB,OAAA;AAC3B,6CAA4C;AAAnC,0GAAA,WAAW,OAAA;AACpB,6DAA4D;AAAnD,0HAAA,mBAAmB,OAAA;AAC5B,6CAAwF;AAA/E,gHAAA,iBAAiB,OAAA;AAAE,8GAAA,eAAe,OAAA;AAAE,kHAAA,mBAAmB,OAAA;AAChE,mDAA4E;AAAnE,sHAAA,oBAAoB,OAAA;AAAE,oHAAA,kBAAkB,OAAA;AACjD,6DAA4D;AAAnD,0HAAA,mBAAmB,OAAA;AAC5B,mDAAkD;AAAzC,gHAAA,cAAc,OAAA;AACvB,iDAAgD;AAAvC,8GAAA,aAAa,OAAA;AACtB,yDAAwD;AAA/C,sHAAA,iBAAiB,OAAA;AAC1B,2CAA0C;AAAjC,wGAAA,UAAU,OAAA;AACnB,+DAA8D;AAArD,4HAAA,oBAAoB,OAAA;AAC7B,qEAAoE;AAA3D,kIAAA,uBAAuB,OAAA;AAChC,mDAAkD;AAAzC,gHAAA,cAAc,OAAA;AACvB,yDAAwD;AAA/C,sHAAA,iBAAiB,OAAA;AAC1B,2DAA0D;AAAjD,wHAAA,kBAAkB,OAAA;AAC3B,iEAAgE;AAAvD,8HAAA,qBAAqB,OAAA;AAC9B,+CAA8C;AAArC,4GAAA,YAAY,OAAA"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VK_AUTH_ROUTES = void 0;
|
|
4
|
+
exports.VK_AUTH_ROUTES = {
|
|
5
|
+
INIT: 'init',
|
|
6
|
+
CALLBACK: 'callback',
|
|
7
|
+
STATUS: 'status/:uuid',
|
|
8
|
+
EXCHANGE: 'exchange',
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=vk-auth.routes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vk-auth.routes.js","sourceRoot":"","sources":["../../routes/vk-auth.routes.ts"],"names":[],"mappings":";;;AAIa,QAAA,cAAc,GAAG;IAC1B,IAAI,EAAE,MAAM;IACZ,QAAQ,EAAE,UAAU;IACpB,MAAM,EAAE,cAAc;IACtB,QAAQ,EAAE,UAAU;CACd,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VK_PROFILE_ROUTES = void 0;
|
|
4
|
+
exports.VK_PROFILE_ROUTES = {
|
|
5
|
+
GET_PROFILE: '',
|
|
6
|
+
LINK: 'link',
|
|
7
|
+
LINK_STATUS: 'link/:uuid',
|
|
8
|
+
UNLINK: 'unlink',
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=vk-profile.routes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vk-profile.routes.js","sourceRoot":"","sources":["../../routes/vk-profile.routes.ts"],"names":[],"mappings":";;;AAIa,QAAA,iBAAiB,GAAG;IAC7B,WAAW,EAAE,EAAE;IACf,IAAI,EAAE,MAAM;IACZ,WAAW,EAAE,YAAY;IACzB,MAAM,EAAE,QAAQ;CACV,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.YANDEX_AUTH_ROUTES = void 0;
|
|
4
|
+
exports.YANDEX_AUTH_ROUTES = {
|
|
5
|
+
INIT: 'init',
|
|
6
|
+
CALLBACK: 'callback',
|
|
7
|
+
STATUS: 'status/:uuid',
|
|
8
|
+
EXCHANGE: 'exchange',
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=yandex-auth.routes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"yandex-auth.routes.js","sourceRoot":"","sources":["../../routes/yandex-auth.routes.ts"],"names":[],"mappings":";;;AAIa,QAAA,kBAAkB,GAAG;IAC9B,IAAI,EAAE,MAAM;IACZ,QAAQ,EAAE,UAAU;IACpB,MAAM,EAAE,cAAc;IACtB,QAAQ,EAAE,UAAU;CACd,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.YANDEX_PROFILE_ROUTES = void 0;
|
|
4
|
+
exports.YANDEX_PROFILE_ROUTES = {
|
|
5
|
+
GET_PROFILE: '',
|
|
6
|
+
LINK: 'link',
|
|
7
|
+
LINK_STATUS: 'link/:uuid',
|
|
8
|
+
UNLINK: 'unlink',
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=yandex-profile.routes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"yandex-profile.routes.js","sourceRoot":"","sources":["../../routes/yandex-profile.routes.ts"],"names":[],"mappings":";;;AAIa,QAAA,qBAAqB,GAAG;IACjC,WAAW,EAAE,EAAE;IACf,IAAI,EAAE,MAAM;IACZ,WAAW,EAAE,YAAY;IACzB,MAAM,EAAE,QAAQ;CACV,CAAC"}
|