@veruna/api-contracts 6.9.0 → 6.10.0
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 +3 -0
- package/build/controllers/index.js +10 -1
- package/build/controllers/index.js.map +1 -1
- package/build/controllers/payment.controllers.d.ts +2 -0
- package/build/controllers/payment.controllers.js +6 -0
- package/build/controllers/payment.controllers.js.map +1 -0
- package/build/controllers/plans.controllers.d.ts +3 -0
- package/build/controllers/plans.controllers.js +7 -0
- package/build/controllers/plans.controllers.js.map +1 -0
- package/build/controllers/subscription.controllers.d.ts +1 -0
- package/build/controllers/subscription.controllers.js +5 -0
- package/build/controllers/subscription.controllers.js.map +1 -0
- package/build/locales/en.d.ts +25 -0
- package/build/locales/en.js +25 -0
- package/build/locales/en.js.map +1 -1
- package/build/locales/index.d.ts +50 -0
- package/build/locales/ru.d.ts +25 -0
- package/build/locales/ru.js +25 -0
- package/build/locales/ru.js.map +1 -1
- package/build/locales/validation.d.ts +686 -0
- package/build/locales/validation.js +516 -2
- package/build/locales/validation.js.map +1 -1
- package/build/rest-api.d.ts +167 -90
- package/build/rest-api.js +167 -90
- package/build/rest-api.js.map +1 -1
- package/build/routes/index.d.ts +3 -0
- package/build/routes/index.js +9 -1
- package/build/routes/index.js.map +1 -1
- package/build/routes/payment.routes.d.ts +13 -0
- package/build/routes/payment.routes.js +17 -0
- package/build/routes/payment.routes.js.map +1 -0
- package/build/routes/plans.routes.d.ts +9 -0
- package/build/routes/plans.routes.js +13 -0
- package/build/routes/plans.routes.js.map +1 -0
- package/build/routes/subscription.routes.d.ts +8 -0
- package/build/routes/subscription.routes.js +12 -0
- package/build/routes/subscription.routes.js.map +1 -0
- package/build/tsconfig.tsbuildinfo +1 -1
- package/build/v1/admin-file/commands/admin-file-delete-by-key.command.js +1 -1
- package/build/v1/admin-file/commands/admin-file-delete-by-key.command.js.map +1 -1
- package/build/v1/admin-file/commands/admin-file-upload.command.js +1 -1
- package/build/v1/admin-file/commands/admin-file-upload.command.js.map +1 -1
- package/build/v1/admin-file/queries/admin-file-get-by-key.query.js +1 -1
- package/build/v1/admin-file/queries/admin-file-get-by-key.query.js.map +1 -1
- package/build/v1/admin-file/queries/admin-file-list.query.js +1 -1
- package/build/v1/admin-file/queries/admin-file-list.query.js.map +1 -1
- package/build/v1/analytics/queries/list-messages.query.js +1 -1
- package/build/v1/analytics/queries/list-messages.query.js.map +1 -1
- package/build/v1/analytics/queries/message-details.query.js +1 -1
- package/build/v1/analytics/queries/message-details.query.js.map +1 -1
- package/build/v1/analytics/queries/requests-chart.query.js +1 -1
- package/build/v1/analytics/queries/requests-chart.query.js.map +1 -1
- package/build/v1/analytics/queries/spend-chart.query.js +1 -1
- package/build/v1/analytics/queries/spend-chart.query.js.map +1 -1
- package/build/v1/antifraud/admin/commands/admin-set-preset.command.js +1 -1
- package/build/v1/antifraud/admin/commands/admin-set-preset.command.js.map +1 -1
- package/build/v1/antifraud/admin/queries/admin-get-preset-history.query.js +1 -1
- package/build/v1/antifraud/admin/queries/admin-get-preset-history.query.js.map +1 -1
- package/build/v1/antifraud/admin/queries/admin-get-settings.query.js +1 -1
- package/build/v1/antifraud/admin/queries/admin-get-settings.query.js.map +1 -1
- package/build/v1/assistants/catalog/queries/catalog-long-reg.query.js +1 -1
- package/build/v1/assistants/catalog/queries/catalog-long-reg.query.js.map +1 -1
- package/build/v1/assistants/catalog/queries/catalog-long-unreg.query.js +1 -1
- package/build/v1/assistants/catalog/queries/catalog-long-unreg.query.js.map +1 -1
- package/build/v1/assistants/catalog/queries/catalog-short-reg.query.js +1 -1
- package/build/v1/assistants/catalog/queries/catalog-short-reg.query.js.map +1 -1
- package/build/v1/assistants/catalog/queries/catalog-short-unreg.query.js +1 -1
- package/build/v1/assistants/catalog/queries/catalog-short-unreg.query.js.map +1 -1
- package/build/v1/avatar/commands/avatar-delete.command.js +1 -1
- package/build/v1/avatar/commands/avatar-delete.command.js.map +1 -1
- package/build/v1/avatar/commands/avatar-upload.command.js +1 -1
- package/build/v1/avatar/commands/avatar-upload.command.js.map +1 -1
- package/build/v1/billing/commands/admin-create-markup-tier.command.js +1 -1
- package/build/v1/billing/commands/admin-create-markup-tier.command.js.map +1 -1
- package/build/v1/billing/commands/admin-delete-markup-tier.command.js +1 -1
- package/build/v1/billing/commands/admin-delete-markup-tier.command.js.map +1 -1
- package/build/v1/billing/commands/admin-update-markup-tier.command.js +1 -1
- package/build/v1/billing/commands/admin-update-markup-tier.command.js.map +1 -1
- package/build/v1/billing/queries/admin-list-markup-tiers.query.js +1 -1
- package/build/v1/billing/queries/admin-list-markup-tiers.query.js.map +1 -1
- package/build/v1/chat/commands/delete-homeless-chats.command.js +1 -1
- package/build/v1/chat/commands/delete-homeless-chats.command.js.map +1 -1
- package/build/v1/chat/queries/get-chat-history.query.js +1 -1
- package/build/v1/chat/queries/get-chat-history.query.js.map +1 -1
- package/build/v1/chat/queries/get-generating-chats.query.js +1 -1
- package/build/v1/chat/queries/get-generating-chats.query.js.map +1 -1
- package/build/v1/chat/queries/search-chats.query.js +1 -1
- package/build/v1/chat/queries/search-chats.query.js.map +1 -1
- package/build/v1/chat-project/commands/create-project.command.js +1 -1
- package/build/v1/chat-project/commands/create-project.command.js.map +1 -1
- package/build/v1/chat-project/commands/delete-folder-chats.command.js +1 -1
- package/build/v1/chat-project/commands/delete-folder-chats.command.js.map +1 -1
- package/build/v1/chat-project/commands/delete-project.command.js +1 -1
- package/build/v1/chat-project/commands/delete-project.command.js.map +1 -1
- package/build/v1/chat-project/commands/organize.command.js +1 -1
- package/build/v1/chat-project/commands/organize.command.js.map +1 -1
- package/build/v1/chat-project/commands/update-project.command.js +1 -1
- package/build/v1/chat-project/commands/update-project.command.js.map +1 -1
- package/build/v1/chat-project/queries/get-project-chats.query.js +1 -1
- package/build/v1/chat-project/queries/get-project-chats.query.js.map +1 -1
- package/build/v1/chat-project/queries/get-project.query.js +1 -1
- package/build/v1/chat-project/queries/get-project.query.js.map +1 -1
- package/build/v1/chat-project/queries/get-projects.query.js +1 -1
- package/build/v1/chat-project/queries/get-projects.query.js.map +1 -1
- package/build/v1/client-file/commands/client-file-attach.command.js +1 -1
- package/build/v1/client-file/commands/client-file-attach.command.js.map +1 -1
- package/build/v1/client-file/commands/client-file-delete.command.js +1 -1
- package/build/v1/client-file/commands/client-file-delete.command.js.map +1 -1
- package/build/v1/client-file/commands/client-file-upload.command.js +1 -1
- package/build/v1/client-file/commands/client-file-upload.command.js.map +1 -1
- package/build/v1/client-file/commands/user-file-delete.command.js +1 -1
- package/build/v1/client-file/commands/user-file-delete.command.js.map +1 -1
- package/build/v1/client-file/queries/client-file-list.query.js +1 -1
- package/build/v1/client-file/queries/client-file-list.query.js.map +1 -1
- package/build/v1/client-file/queries/user-files-list.query.js +1 -1
- package/build/v1/client-file/queries/user-files-list.query.js.map +1 -1
- package/build/v1/client-file/queries/user-files-stats.query.js +1 -1
- package/build/v1/client-file/queries/user-files-stats.query.js.map +1 -1
- package/build/v1/daily-rewards/commands/admin-upsert-reward-config.command.js +1 -1
- package/build/v1/daily-rewards/commands/admin-upsert-reward-config.command.js.map +1 -1
- package/build/v1/daily-rewards/commands/claim-daily-reward.command.js +1 -1
- package/build/v1/daily-rewards/commands/claim-daily-reward.command.js.map +1 -1
- package/build/v1/daily-rewards/commands/restore-streak-with-grace.command.js +1 -1
- package/build/v1/daily-rewards/commands/restore-streak-with-grace.command.js.map +1 -1
- package/build/v1/daily-rewards/queries/admin-get-reward-configs.query.js +1 -1
- package/build/v1/daily-rewards/queries/admin-get-reward-configs.query.js.map +1 -1
- package/build/v1/daily-rewards/queries/get-claim-history.query.js +1 -1
- package/build/v1/daily-rewards/queries/get-claim-history.query.js.map +1 -1
- package/build/v1/daily-rewards/queries/get-reward-table.query.js +1 -1
- package/build/v1/daily-rewards/queries/get-reward-table.query.js.map +1 -1
- package/build/v1/daily-rewards/queries/get-streak-status.query.js +1 -1
- package/build/v1/daily-rewards/queries/get-streak-status.query.js.map +1 -1
- package/build/v1/index.d.ts +3 -0
- package/build/v1/index.js +3 -0
- package/build/v1/index.js.map +1 -1
- package/build/v1/model-route/admin/commands/create-model-route.command.js +1 -1
- package/build/v1/model-route/admin/commands/create-model-route.command.js.map +1 -1
- package/build/v1/notifications/commands/update-notification-settings.command.js +1 -1
- package/build/v1/notifications/commands/update-notification-settings.command.js.map +1 -1
- package/build/v1/notifications/queries/get-notification-settings.query.js +1 -1
- package/build/v1/notifications/queries/get-notification-settings.query.js.map +1 -1
- package/build/v1/payment/commands/charge-saved-method.command.d.ts +15 -0
- package/build/v1/payment/commands/charge-saved-method.command.js +25 -0
- package/build/v1/payment/commands/charge-saved-method.command.js.map +1 -0
- package/build/v1/payment/commands/check-webhook.command.d.ts +20 -0
- package/build/v1/payment/commands/check-webhook.command.js +14 -0
- package/build/v1/payment/commands/check-webhook.command.js.map +1 -0
- package/build/v1/payment/commands/confirm-webhook.command.d.ts +19 -0
- package/build/v1/payment/commands/confirm-webhook.command.js +14 -0
- package/build/v1/payment/commands/confirm-webhook.command.js.map +1 -0
- package/build/v1/payment/commands/create-order.command.d.ts +25 -0
- package/build/v1/payment/commands/create-order.command.js +43 -0
- package/build/v1/payment/commands/create-order.command.js.map +1 -0
- package/build/v1/payment/commands/fail-webhook.command.d.ts +21 -0
- package/build/v1/payment/commands/fail-webhook.command.js +14 -0
- package/build/v1/payment/commands/fail-webhook.command.js.map +1 -0
- package/build/v1/payment/commands/index.d.ts +10 -0
- package/build/v1/payment/commands/index.js +27 -0
- package/build/v1/payment/commands/index.js.map +1 -0
- package/build/v1/payment/commands/mark-order-fulfilled.command.d.ts +13 -0
- package/build/v1/payment/commands/mark-order-fulfilled.command.js +19 -0
- package/build/v1/payment/commands/mark-order-fulfilled.command.js.map +1 -0
- package/build/v1/payment/commands/pay-webhook.command.d.ts +25 -0
- package/build/v1/payment/commands/pay-webhook.command.js +14 -0
- package/build/v1/payment/commands/pay-webhook.command.js.map +1 -0
- package/build/v1/payment/commands/recurrent-webhook.command.d.ts +22 -0
- package/build/v1/payment/commands/recurrent-webhook.command.js +14 -0
- package/build/v1/payment/commands/recurrent-webhook.command.js.map +1 -0
- package/build/v1/payment/commands/refund-webhook.command.d.ts +18 -0
- package/build/v1/payment/commands/refund-webhook.command.js +14 -0
- package/build/v1/payment/commands/refund-webhook.command.js.map +1 -0
- package/build/v1/payment/commands/revoke-saved-method.command.d.ts +15 -0
- package/build/v1/payment/commands/revoke-saved-method.command.js +24 -0
- package/build/v1/payment/commands/revoke-saved-method.command.js.map +1 -0
- package/build/v1/payment/index.d.ts +6 -0
- package/build/v1/payment/index.js +28 -0
- package/build/v1/payment/index.js.map +1 -0
- package/build/v1/payment/payment.errors.d.ts +16 -0
- package/build/v1/payment/payment.errors.js +69 -0
- package/build/v1/payment/payment.errors.js.map +1 -0
- package/build/v1/payment/queries/get-checkout-config.query.d.ts +20 -0
- package/build/v1/payment/queries/get-checkout-config.query.js +23 -0
- package/build/v1/payment/queries/get-checkout-config.query.js.map +1 -0
- package/build/v1/payment/queries/get-order.query.d.ts +29 -0
- package/build/v1/payment/queries/get-order.query.js +18 -0
- package/build/v1/payment/queries/get-order.query.js.map +1 -0
- package/build/v1/payment/queries/get-paid-unfulfilled-orders.query.d.ts +29 -0
- package/build/v1/payment/queries/get-paid-unfulfilled-orders.query.js +15 -0
- package/build/v1/payment/queries/get-paid-unfulfilled-orders.query.js.map +1 -0
- package/build/v1/payment/queries/get-saved-methods.query.d.ts +33 -0
- package/build/v1/payment/queries/get-saved-methods.query.js +30 -0
- package/build/v1/payment/queries/get-saved-methods.query.js.map +1 -0
- package/build/v1/payment/queries/index.d.ts +4 -0
- package/build/v1/payment/queries/index.js +21 -0
- package/build/v1/payment/queries/index.js.map +1 -0
- package/build/v1/payment/schemas/charge-initiator.enum.d.ts +4 -0
- package/build/v1/payment/schemas/charge-initiator.enum.js +9 -0
- package/build/v1/payment/schemas/charge-initiator.enum.js.map +1 -0
- package/build/v1/payment/schemas/cloudpayments-webhook.schemas.d.ts +106 -0
- package/build/v1/payment/schemas/cloudpayments-webhook.schemas.js +134 -0
- package/build/v1/payment/schemas/cloudpayments-webhook.schemas.js.map +1 -0
- package/build/v1/payment/schemas/cp-decline-codes.d.ts +4 -0
- package/build/v1/payment/schemas/cp-decline-codes.js +45 -0
- package/build/v1/payment/schemas/cp-decline-codes.js.map +1 -0
- package/build/v1/payment/schemas/cp-transaction-status.enum.d.ts +10 -0
- package/build/v1/payment/schemas/cp-transaction-status.enum.js +16 -0
- package/build/v1/payment/schemas/cp-transaction-status.enum.js.map +1 -0
- package/build/v1/payment/schemas/currency.enum.d.ts +3 -0
- package/build/v1/payment/schemas/currency.enum.js +8 -0
- package/build/v1/payment/schemas/currency.enum.js.map +1 -0
- package/build/v1/payment/schemas/decline-kind.enum.d.ts +6 -0
- package/build/v1/payment/schemas/decline-kind.enum.js +11 -0
- package/build/v1/payment/schemas/decline-kind.enum.js.map +1 -0
- package/build/v1/payment/schemas/dunning-stopped-reason.enum.d.ts +8 -0
- package/build/v1/payment/schemas/dunning-stopped-reason.enum.js +13 -0
- package/build/v1/payment/schemas/dunning-stopped-reason.enum.js.map +1 -0
- package/build/v1/payment/schemas/index.d.ts +12 -0
- package/build/v1/payment/schemas/index.js +29 -0
- package/build/v1/payment/schemas/index.js.map +1 -0
- package/build/v1/payment/schemas/order-kind.enum.d.ts +6 -0
- package/build/v1/payment/schemas/order-kind.enum.js +11 -0
- package/build/v1/payment/schemas/order-kind.enum.js.map +1 -0
- package/build/v1/payment/schemas/order-status.enum.d.ts +7 -0
- package/build/v1/payment/schemas/order-status.enum.js +12 -0
- package/build/v1/payment/schemas/order-status.enum.js.map +1 -0
- package/build/v1/payment/schemas/payment-provider.enum.d.ts +3 -0
- package/build/v1/payment/schemas/payment-provider.enum.js +8 -0
- package/build/v1/payment/schemas/payment-provider.enum.js.map +1 -0
- package/build/v1/payment/schemas/payment-status.enum.d.ts +7 -0
- package/build/v1/payment/schemas/payment-status.enum.js +12 -0
- package/build/v1/payment/schemas/payment-status.enum.js.map +1 -0
- package/build/v1/payment/schemas/saved-method-status.enum.d.ts +5 -0
- package/build/v1/payment/schemas/saved-method-status.enum.js +10 -0
- package/build/v1/payment/schemas/saved-method-status.enum.js.map +1 -0
- package/build/v1/plans/commands/admin-create-plan.command.d.ts +60 -0
- package/build/v1/plans/commands/admin-create-plan.command.js +14 -0
- package/build/v1/plans/commands/admin-create-plan.command.js.map +1 -0
- package/build/v1/plans/commands/admin-delete-plan.command.d.ts +12 -0
- package/build/v1/plans/commands/admin-delete-plan.command.js +15 -0
- package/build/v1/plans/commands/admin-delete-plan.command.js.map +1 -0
- package/build/v1/plans/commands/admin-update-plan.command.d.ts +59 -0
- package/build/v1/plans/commands/admin-update-plan.command.js +14 -0
- package/build/v1/plans/commands/admin-update-plan.command.js.map +1 -0
- package/build/v1/plans/commands/index.d.ts +3 -0
- package/build/v1/plans/commands/index.js +20 -0
- package/build/v1/plans/commands/index.js.map +1 -0
- package/build/v1/plans/index.d.ts +6 -0
- package/build/v1/plans/index.js +28 -0
- package/build/v1/plans/index.js.map +1 -0
- package/build/v1/plans/plans.errors.d.ts +11 -0
- package/build/v1/plans/plans.errors.js +44 -0
- package/build/v1/plans/plans.errors.js.map +1 -0
- package/build/v1/plans/queries/admin-get-plan-by-id.query.d.ts +41 -0
- package/build/v1/plans/queries/admin-get-plan-by-id.query.js +15 -0
- package/build/v1/plans/queries/admin-get-plan-by-id.query.js.map +1 -0
- package/build/v1/plans/queries/index.d.ts +2 -0
- package/build/v1/plans/queries/index.js +19 -0
- package/build/v1/plans/queries/index.js.map +1 -0
- package/build/v1/plans/queries/list-plans.query.d.ts +115 -0
- package/build/v1/plans/queries/list-plans.query.js +22 -0
- package/build/v1/plans/queries/list-plans.query.js.map +1 -0
- package/build/v1/plans/schemas/admin-delete-plan.schema.d.ts +4 -0
- package/build/v1/plans/schemas/admin-delete-plan.schema.js +8 -0
- package/build/v1/plans/schemas/admin-delete-plan.schema.js.map +1 -0
- package/build/v1/plans/schemas/index.d.ts +5 -0
- package/build/v1/plans/schemas/index.js +22 -0
- package/build/v1/plans/schemas/index.js.map +1 -0
- package/build/v1/plans/schemas/plan-feature.enum.d.ts +5 -0
- package/build/v1/plans/schemas/plan-feature.enum.js +10 -0
- package/build/v1/plans/schemas/plan-feature.enum.js.map +1 -0
- package/build/v1/plans/schemas/plan-status.enum.d.ts +5 -0
- package/build/v1/plans/schemas/plan-status.enum.js +10 -0
- package/build/v1/plans/schemas/plan-status.enum.js.map +1 -0
- package/build/v1/plans/schemas/plan-type.enum.d.ts +5 -0
- package/build/v1/plans/schemas/plan-type.enum.js +10 -0
- package/build/v1/plans/schemas/plan-type.enum.js.map +1 -0
- package/build/v1/plans/schemas/plan.schema.d.ts +270 -0
- package/build/v1/plans/schemas/plan.schema.js +249 -0
- package/build/v1/plans/schemas/plan.schema.js.map +1 -0
- package/build/v1/settings/commands/update-user-setting.command.js +1 -1
- package/build/v1/settings/commands/update-user-setting.command.js.map +1 -1
- package/build/v1/settings/queries/get-user-settings.query.js +1 -1
- package/build/v1/settings/queries/get-user-settings.query.js.map +1 -1
- package/build/v1/subscription/commands/buy-package.command.d.ts +19 -0
- package/build/v1/subscription/commands/buy-package.command.js +14 -0
- package/build/v1/subscription/commands/buy-package.command.js.map +1 -0
- package/build/v1/subscription/commands/cancel-subscription.command.d.ts +13 -0
- package/build/v1/subscription/commands/cancel-subscription.command.js +15 -0
- package/build/v1/subscription/commands/cancel-subscription.command.js.map +1 -0
- package/build/v1/subscription/commands/change-subscription.command.d.ts +18 -0
- package/build/v1/subscription/commands/change-subscription.command.js +14 -0
- package/build/v1/subscription/commands/change-subscription.command.js.map +1 -0
- package/build/v1/subscription/commands/checkout.command.d.ts +20 -0
- package/build/v1/subscription/commands/checkout.command.js +14 -0
- package/build/v1/subscription/commands/checkout.command.js.map +1 -0
- package/build/v1/subscription/commands/index.d.ts +5 -0
- package/build/v1/subscription/commands/index.js +22 -0
- package/build/v1/subscription/commands/index.js.map +1 -0
- package/build/v1/subscription/commands/uncancel-subscription.command.d.ts +12 -0
- package/build/v1/subscription/commands/uncancel-subscription.command.js +15 -0
- package/build/v1/subscription/commands/uncancel-subscription.command.js.map +1 -0
- package/build/v1/subscription/index.d.ts +6 -0
- package/build/v1/subscription/index.js +26 -0
- package/build/v1/subscription/index.js.map +1 -0
- package/build/v1/subscription/queries/get-my-subscription.query.d.ts +35 -0
- package/build/v1/subscription/queries/get-my-subscription.query.js +15 -0
- package/build/v1/subscription/queries/get-my-subscription.query.js.map +1 -0
- package/build/v1/subscription/queries/get-subscription-change-preview.query.d.ts +24 -0
- package/build/v1/subscription/queries/get-subscription-change-preview.query.js +35 -0
- package/build/v1/subscription/queries/get-subscription-change-preview.query.js.map +1 -0
- package/build/v1/subscription/queries/index.d.ts +2 -0
- package/build/v1/subscription/queries/index.js +19 -0
- package/build/v1/subscription/queries/index.js.map +1 -0
- package/build/v1/subscription/schemas/charge-status.enum.d.ts +5 -0
- package/build/v1/subscription/schemas/charge-status.enum.js +10 -0
- package/build/v1/subscription/schemas/charge-status.enum.js.map +1 -0
- package/build/v1/subscription/schemas/index.d.ts +6 -0
- package/build/v1/subscription/schemas/index.js +23 -0
- package/build/v1/subscription/schemas/index.js.map +1 -0
- package/build/v1/subscription/schemas/plan-transition-kind.enum.d.ts +6 -0
- package/build/v1/subscription/schemas/plan-transition-kind.enum.js +11 -0
- package/build/v1/subscription/schemas/plan-transition-kind.enum.js.map +1 -0
- package/build/v1/subscription/schemas/purchase-kind.enum.d.ts +6 -0
- package/build/v1/subscription/schemas/purchase-kind.enum.js +11 -0
- package/build/v1/subscription/schemas/purchase-kind.enum.js.map +1 -0
- package/build/v1/subscription/schemas/subscription-status.enum.d.ts +8 -0
- package/build/v1/subscription/schemas/subscription-status.enum.js +13 -0
- package/build/v1/subscription/schemas/subscription-status.enum.js.map +1 -0
- package/build/v1/subscription/schemas/subscription.schema.d.ts +110 -0
- package/build/v1/subscription/schemas/subscription.schema.js +113 -0
- package/build/v1/subscription/schemas/subscription.schema.js.map +1 -0
- package/build/v1/subscription/schemas/user-package-status.enum.d.ts +6 -0
- package/build/v1/subscription/schemas/user-package-status.enum.js +11 -0
- package/build/v1/subscription/schemas/user-package-status.enum.js.map +1 -0
- package/build/v1/subscription/subscription.errors.d.ts +17 -0
- package/build/v1/subscription/subscription.errors.js +74 -0
- package/build/v1/subscription/subscription.errors.js.map +1 -0
- package/build/v1/tasks/commands/admin-create-task-definition.command.js +1 -1
- package/build/v1/tasks/commands/admin-create-task-definition.command.js.map +1 -1
- package/build/v1/tasks/commands/admin-delete-task-definition.command.js +1 -1
- package/build/v1/tasks/commands/admin-delete-task-definition.command.js.map +1 -1
- package/build/v1/tasks/commands/admin-update-task-definition.command.js +1 -1
- package/build/v1/tasks/commands/admin-update-task-definition.command.js.map +1 -1
- package/build/v1/tasks/commands/claim-task.command.js +1 -1
- package/build/v1/tasks/commands/claim-task.command.js.map +1 -1
- package/build/v1/tasks/commands/verify-task.command.js +1 -1
- package/build/v1/tasks/commands/verify-task.command.js.map +1 -1
- package/build/v1/tasks/queries/get-admin-task-definitions.query.js +1 -1
- package/build/v1/tasks/queries/get-admin-task-definitions.query.js.map +1 -1
- package/build/v1/tasks/queries/get-user-tasks.query.js +1 -1
- package/build/v1/tasks/queries/get-user-tasks.query.js.map +1 -1
- package/build/v1/telegram-auth/commands/exchange-telegram-auth.command.js +1 -1
- package/build/v1/telegram-auth/commands/exchange-telegram-auth.command.js.map +1 -1
- package/build/v1/telegram-auth/commands/init-telegram-auth.command.js +1 -1
- package/build/v1/telegram-auth/commands/init-telegram-auth.command.js.map +1 -1
- package/build/v1/telegram-auth/queries/get-telegram-auth-status.query.js +1 -1
- package/build/v1/telegram-auth/queries/get-telegram-auth-status.query.js.map +1 -1
- package/build/v1/unregistered-users/commands/authenticate.command.js +1 -1
- package/build/v1/unregistered-users/commands/authenticate.command.js.map +1 -1
- package/build/v1/verification/commands/cancel-verification.command.js +1 -1
- package/build/v1/verification/commands/cancel-verification.command.js.map +1 -1
- package/build/v1/verification/commands/resend.command.js +1 -1
- package/build/v1/verification/commands/resend.command.js.map +1 -1
- package/build/v1/verification/queries/get-active-verifications.query.js +1 -1
- package/build/v1/verification/queries/get-active-verifications.query.js.map +1 -1
- package/build/v1/vk-auth/commands/exchange-vk-auth.command.js +1 -1
- package/build/v1/vk-auth/commands/exchange-vk-auth.command.js.map +1 -1
- package/build/v1/vk-auth/commands/init-vk-auth.command.js +1 -1
- package/build/v1/vk-auth/commands/init-vk-auth.command.js.map +1 -1
- package/build/v1/vk-auth/queries/get-vk-auth-status.query.js +1 -1
- package/build/v1/vk-auth/queries/get-vk-auth-status.query.js.map +1 -1
- package/build/v1/vk-auth/queries/handle-vk-auth-callback.query.js +1 -1
- package/build/v1/vk-auth/queries/handle-vk-auth-callback.query.js.map +1 -1
- package/build/v1/wallet/schemas/balance-type-code.enum.d.ts +5 -1
- package/build/v1/wallet/schemas/balance-type-code.enum.js +4 -0
- package/build/v1/wallet/schemas/balance-type-code.enum.js.map +1 -1
- package/build/v1/wallet/schemas/source-type.enum.d.ts +2 -1
- package/build/v1/wallet/schemas/source-type.enum.js +1 -0
- package/build/v1/wallet/schemas/source-type.enum.js.map +1 -1
- package/build/v1/web-notifications/commands/mark-web-notifications-read-up-to.command.js +1 -1
- package/build/v1/web-notifications/commands/mark-web-notifications-read-up-to.command.js.map +1 -1
- package/build/v1/web-notifications/queries/get-web-notifications.query.js +1 -1
- package/build/v1/web-notifications/queries/get-web-notifications.query.js.map +1 -1
- package/build/v1/web-notifications/queries/get-web-unread-count.query.js +1 -1
- package/build/v1/web-notifications/queries/get-web-unread-count.query.js.map +1 -1
- package/build/v1/yandex-auth/commands/exchange-yandex-auth.command.js +1 -1
- package/build/v1/yandex-auth/commands/exchange-yandex-auth.command.js.map +1 -1
- package/build/v1/yandex-auth/commands/init-yandex-auth.command.js +1 -1
- package/build/v1/yandex-auth/commands/init-yandex-auth.command.js.map +1 -1
- package/build/v1/yandex-auth/queries/get-yandex-auth-status.query.js +1 -1
- package/build/v1/yandex-auth/queries/get-yandex-auth-status.query.js.map +1 -1
- package/build/v1/yandex-auth/queries/handle-yandex-auth-callback.query.js +1 -1
- package/build/v1/yandex-auth/queries/handle-yandex-auth-callback.query.js.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"source-type.enum.js","sourceRoot":"","sources":["../../../../v1/wallet/schemas/source-type.enum.ts"],"names":[],"mappings":";;;AAKA,IAAY,
|
|
1
|
+
{"version":3,"file":"source-type.enum.js","sourceRoot":"","sources":["../../../../v1/wallet/schemas/source-type.enum.ts"],"names":[],"mappings":";;;AAKA,IAAY,UAYX;AAZD,WAAY,UAAU;IAClB,mCAAqB,CAAA;IACrB,6BAAe,CAAA;IACf,mCAAqB,CAAA;IACrB,6BAAe,CAAA;IACf,2CAA6B,CAAA;IAC7B,+BAAiB,CAAA;IAKjB,iCAAmB,CAAA;AACvB,CAAC,EAZW,UAAU,0BAAV,UAAU,QAYrB"}
|
|
@@ -8,7 +8,7 @@ var MarkWebNotificationsReadUpToCommand;
|
|
|
8
8
|
(function (MarkWebNotificationsReadUpToCommand) {
|
|
9
9
|
MarkWebNotificationsReadUpToCommand.Request = schemas_1.MarkWebNotificationsReadUpToRequestSchema;
|
|
10
10
|
MarkWebNotificationsReadUpToCommand.Response = schemas_1.MarkWebNotificationsReadUpToResponseSchema;
|
|
11
|
-
MarkWebNotificationsReadUpToCommand.URL = rest_api_1.REST_API.V1.WEB_NOTIFICATIONS.READ_UP_TO;
|
|
11
|
+
MarkWebNotificationsReadUpToCommand.URL = rest_api_1.REST_API.V1.WEB_NOTIFICATIONS.REG.READ_UP_TO;
|
|
12
12
|
MarkWebNotificationsReadUpToCommand.METHOD = http_method_enum_1.HttpMethod.POST;
|
|
13
13
|
})(MarkWebNotificationsReadUpToCommand || (exports.MarkWebNotificationsReadUpToCommand = MarkWebNotificationsReadUpToCommand = {}));
|
|
14
14
|
//# sourceMappingURL=mark-web-notifications-read-up-to.command.js.map
|
package/build/v1/web-notifications/commands/mark-web-notifications-read-up-to.command.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mark-web-notifications-read-up-to.command.js","sourceRoot":"","sources":["../../../../v1/web-notifications/commands/mark-web-notifications-read-up-to.command.ts"],"names":[],"mappings":";;;AACA,wCAGoB;AACpB,gDAA6C;AAC7C,uEAA8D;AAE9D,IAAiB,mCAAmC,CAQnD;AARD,WAAiB,mCAAmC;IACnC,2CAAO,GAAG,mDAAyC,CAAC;IACpD,4CAAQ,GAAG,oDAA0C,CAAC;IACtD,uCAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,iBAAiB,CAAC,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"mark-web-notifications-read-up-to.command.js","sourceRoot":"","sources":["../../../../v1/web-notifications/commands/mark-web-notifications-read-up-to.command.ts"],"names":[],"mappings":";;;AACA,wCAGoB;AACpB,gDAA6C;AAC7C,uEAA8D;AAE9D,IAAiB,mCAAmC,CAQnD;AARD,WAAiB,mCAAmC;IACnC,2CAAO,GAAG,mDAAyC,CAAC;IACpD,4CAAQ,GAAG,oDAA0C,CAAC;IACtD,uCAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,iBAAiB,CAAC,GAAG,CAAC,UAAU,CAAC;IACnD,0CAAM,GAAG,6BAAU,CAAC,IAAI,CAAC;AAI1C,CAAC,EARgB,mCAAmC,mDAAnC,mCAAmC,QAQnD"}
|
|
@@ -8,7 +8,7 @@ var GetWebNotificationsQuery;
|
|
|
8
8
|
(function (GetWebNotificationsQuery) {
|
|
9
9
|
GetWebNotificationsQuery.Request = schemas_1.GetWebNotificationsQuerySchema;
|
|
10
10
|
GetWebNotificationsQuery.Response = schemas_1.WebNotificationsResponseSchema;
|
|
11
|
-
GetWebNotificationsQuery.URL = rest_api_1.REST_API.V1.WEB_NOTIFICATIONS.LIST;
|
|
11
|
+
GetWebNotificationsQuery.URL = rest_api_1.REST_API.V1.WEB_NOTIFICATIONS.REG.LIST;
|
|
12
12
|
GetWebNotificationsQuery.METHOD = http_method_enum_1.HttpMethod.GET;
|
|
13
13
|
})(GetWebNotificationsQuery || (exports.GetWebNotificationsQuery = GetWebNotificationsQuery = {}));
|
|
14
14
|
//# sourceMappingURL=get-web-notifications.query.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-web-notifications.query.js","sourceRoot":"","sources":["../../../../v1/web-notifications/queries/get-web-notifications.query.ts"],"names":[],"mappings":";;;AACA,wCAA4F;AAC5F,gDAA6C;AAC7C,uEAA8D;AAE9D,IAAiB,wBAAwB,CAQxC;AARD,WAAiB,wBAAwB;IACxB,gCAAO,GAAG,wCAA8B,CAAC;IACzC,iCAAQ,GAAG,wCAA8B,CAAC;IAC1C,4BAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,iBAAiB,CAAC,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"get-web-notifications.query.js","sourceRoot":"","sources":["../../../../v1/web-notifications/queries/get-web-notifications.query.ts"],"names":[],"mappings":";;;AACA,wCAA4F;AAC5F,gDAA6C;AAC7C,uEAA8D;AAE9D,IAAiB,wBAAwB,CAQxC;AARD,WAAiB,wBAAwB;IACxB,gCAAO,GAAG,wCAA8B,CAAC;IACzC,iCAAQ,GAAG,wCAA8B,CAAC;IAC1C,4BAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,iBAAiB,CAAC,GAAG,CAAC,IAAI,CAAC;IAC7C,+BAAM,GAAG,6BAAU,CAAC,GAAG,CAAC;AAIzC,CAAC,EARgB,wBAAwB,wCAAxB,wBAAwB,QAQxC"}
|
|
@@ -9,7 +9,7 @@ var GetWebUnreadCountQuery;
|
|
|
9
9
|
(function (GetWebUnreadCountQuery) {
|
|
10
10
|
GetWebUnreadCountQuery.Request = zod_1.z.object({});
|
|
11
11
|
GetWebUnreadCountQuery.Response = schemas_1.WebUnreadCountResponseSchema;
|
|
12
|
-
GetWebUnreadCountQuery.URL = rest_api_1.REST_API.V1.WEB_NOTIFICATIONS.UNREAD_COUNT;
|
|
12
|
+
GetWebUnreadCountQuery.URL = rest_api_1.REST_API.V1.WEB_NOTIFICATIONS.REG.UNREAD_COUNT;
|
|
13
13
|
GetWebUnreadCountQuery.METHOD = http_method_enum_1.HttpMethod.GET;
|
|
14
14
|
})(GetWebUnreadCountQuery || (exports.GetWebUnreadCountQuery = GetWebUnreadCountQuery = {}));
|
|
15
15
|
//# sourceMappingURL=get-web-unread-count.query.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-web-unread-count.query.js","sourceRoot":"","sources":["../../../../v1/web-notifications/queries/get-web-unread-count.query.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,wCAA0D;AAC1D,gDAA6C;AAC7C,uEAA8D;AAE9D,IAAiB,sBAAsB,CAQtC;AARD,WAAiB,sBAAsB;IACtB,8BAAO,GAAG,OAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;IACvB,+BAAQ,GAAG,sCAA4B,CAAC;IACxC,0BAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,iBAAiB,CAAC,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"get-web-unread-count.query.js","sourceRoot":"","sources":["../../../../v1/web-notifications/queries/get-web-unread-count.query.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,wCAA0D;AAC1D,gDAA6C;AAC7C,uEAA8D;AAE9D,IAAiB,sBAAsB,CAQtC;AARD,WAAiB,sBAAsB;IACtB,8BAAO,GAAG,OAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;IACvB,+BAAQ,GAAG,sCAA4B,CAAC;IACxC,0BAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,iBAAiB,CAAC,GAAG,CAAC,YAAY,CAAC;IACrD,6BAAM,GAAG,6BAAU,CAAC,GAAG,CAAC;AAIzC,CAAC,EARgB,sBAAsB,sCAAtB,sBAAsB,QAQtC"}
|
|
@@ -8,7 +8,7 @@ var ExchangeYandexAuthCommand;
|
|
|
8
8
|
(function (ExchangeYandexAuthCommand) {
|
|
9
9
|
ExchangeYandexAuthCommand.Request = schemas_1.YandexAuthExchangeRequestSchema;
|
|
10
10
|
ExchangeYandexAuthCommand.Response = schemas_1.YandexAuthExchangeResponseSchema;
|
|
11
|
-
ExchangeYandexAuthCommand.URL = rest_api_1.REST_API.V1.YANDEX_AUTH.EXCHANGE;
|
|
11
|
+
ExchangeYandexAuthCommand.URL = rest_api_1.REST_API.V1.YANDEX_AUTH.PUBLIC.EXCHANGE;
|
|
12
12
|
ExchangeYandexAuthCommand.METHOD = http_method_enum_1.HttpMethod.POST;
|
|
13
13
|
})(ExchangeYandexAuthCommand || (exports.ExchangeYandexAuthCommand = ExchangeYandexAuthCommand = {}));
|
|
14
14
|
//# sourceMappingURL=exchange-yandex-auth.command.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"exchange-yandex-auth.command.js","sourceRoot":"","sources":["../../../../v1/yandex-auth/commands/exchange-yandex-auth.command.ts"],"names":[],"mappings":";;;AACA,wCAA+F;AAC/F,uEAA8D;AAC9D,gDAA6C;AAM7C,IAAiB,yBAAyB,CASzC;AATD,WAAiB,yBAAyB;IACzB,iCAAO,GAAG,yCAA+B,CAAC;IAC1C,kCAAQ,GAAG,0CAAgC,CAAC;IAE5C,6BAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,WAAW,CAAC,QAAQ,CAAC;
|
|
1
|
+
{"version":3,"file":"exchange-yandex-auth.command.js","sourceRoot":"","sources":["../../../../v1/yandex-auth/commands/exchange-yandex-auth.command.ts"],"names":[],"mappings":";;;AACA,wCAA+F;AAC/F,uEAA8D;AAC9D,gDAA6C;AAM7C,IAAiB,yBAAyB,CASzC;AATD,WAAiB,yBAAyB;IACzB,iCAAO,GAAG,yCAA+B,CAAC;IAC1C,kCAAQ,GAAG,0CAAgC,CAAC;IAE5C,6BAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,WAAW,CAAC,MAAM,CAAC,QAAQ,CAAC;IAC9C,gCAAM,GAAG,6BAAU,CAAC,IAAI,CAAC;AAI1C,CAAC,EATgB,yBAAyB,yCAAzB,yBAAyB,QASzC"}
|
|
@@ -9,7 +9,7 @@ var InitYandexAuthCommand;
|
|
|
9
9
|
(function (InitYandexAuthCommand) {
|
|
10
10
|
InitYandexAuthCommand.Request = zod_1.z.object({});
|
|
11
11
|
InitYandexAuthCommand.Response = schemas_1.YandexAuthInitResponseSchema;
|
|
12
|
-
InitYandexAuthCommand.URL = rest_api_1.REST_API.V1.YANDEX_AUTH.INIT;
|
|
12
|
+
InitYandexAuthCommand.URL = rest_api_1.REST_API.V1.YANDEX_AUTH.PUBLIC.INIT;
|
|
13
13
|
InitYandexAuthCommand.METHOD = http_method_enum_1.HttpMethod.POST;
|
|
14
14
|
})(InitYandexAuthCommand || (exports.InitYandexAuthCommand = InitYandexAuthCommand = {}));
|
|
15
15
|
//# sourceMappingURL=init-yandex-auth.command.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"init-yandex-auth.command.js","sourceRoot":"","sources":["../../../../v1/yandex-auth/commands/init-yandex-auth.command.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,wCAA0D;AAC1D,uEAA8D;AAC9D,gDAA6C;AAM7C,IAAiB,qBAAqB,CASrC;AATD,WAAiB,qBAAqB;IACrB,6BAAO,GAAG,OAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;IACvB,8BAAQ,GAAG,sCAA4B,CAAC;IAExC,yBAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,WAAW,CAAC,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"init-yandex-auth.command.js","sourceRoot":"","sources":["../../../../v1/yandex-auth/commands/init-yandex-auth.command.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,wCAA0D;AAC1D,uEAA8D;AAC9D,gDAA6C;AAM7C,IAAiB,qBAAqB,CASrC;AATD,WAAiB,qBAAqB;IACrB,6BAAO,GAAG,OAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;IACvB,8BAAQ,GAAG,sCAA4B,CAAC;IAExC,yBAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC;IAC1C,4BAAM,GAAG,6BAAU,CAAC,IAAI,CAAC;AAI1C,CAAC,EATgB,qBAAqB,qCAArB,qBAAqB,QASrC"}
|
|
@@ -9,7 +9,7 @@ var GetYandexAuthStatusQuery;
|
|
|
9
9
|
(function (GetYandexAuthStatusQuery) {
|
|
10
10
|
GetYandexAuthStatusQuery.Request = zod_1.z.object({});
|
|
11
11
|
GetYandexAuthStatusQuery.Response = schemas_1.YandexAuthStatusResponseSchema;
|
|
12
|
-
GetYandexAuthStatusQuery.URL = rest_api_1.REST_API.V1.YANDEX_AUTH.STATUS;
|
|
12
|
+
GetYandexAuthStatusQuery.URL = rest_api_1.REST_API.V1.YANDEX_AUTH.PUBLIC.STATUS;
|
|
13
13
|
GetYandexAuthStatusQuery.METHOD = http_method_enum_1.HttpMethod.GET;
|
|
14
14
|
})(GetYandexAuthStatusQuery || (exports.GetYandexAuthStatusQuery = GetYandexAuthStatusQuery = {}));
|
|
15
15
|
//# sourceMappingURL=get-yandex-auth-status.query.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-yandex-auth-status.query.js","sourceRoot":"","sources":["../../../../v1/yandex-auth/queries/get-yandex-auth-status.query.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,wCAA4D;AAC5D,uEAA8D;AAC9D,gDAA6C;AAM7C,IAAiB,wBAAwB,CASxC;AATD,WAAiB,wBAAwB;IACxB,gCAAO,GAAG,OAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;IACvB,iCAAQ,GAAG,wCAA8B,CAAC;IAE1C,4BAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,WAAW,CAAC,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"get-yandex-auth-status.query.js","sourceRoot":"","sources":["../../../../v1/yandex-auth/queries/get-yandex-auth-status.query.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,wCAA4D;AAC5D,uEAA8D;AAC9D,gDAA6C;AAM7C,IAAiB,wBAAwB,CASxC;AATD,WAAiB,wBAAwB;IACxB,gCAAO,GAAG,OAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;IACvB,iCAAQ,GAAG,wCAA8B,CAAC;IAE1C,4BAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,WAAW,CAAC,MAAM,CAAC,MAAM,CAAC;IAC5C,+BAAM,GAAG,6BAAU,CAAC,GAAG,CAAC;AAIzC,CAAC,EATgB,wBAAwB,wCAAxB,wBAAwB,QASxC"}
|
|
@@ -9,7 +9,7 @@ var HandleYandexAuthCallbackQuery;
|
|
|
9
9
|
(function (HandleYandexAuthCallbackQuery) {
|
|
10
10
|
HandleYandexAuthCallbackQuery.Request = schemas_1.YandexAuthCallbackQuerySchema;
|
|
11
11
|
HandleYandexAuthCallbackQuery.Response = zod_1.z.object({});
|
|
12
|
-
HandleYandexAuthCallbackQuery.URL = rest_api_1.REST_API.V1.YANDEX_AUTH.CALLBACK;
|
|
12
|
+
HandleYandexAuthCallbackQuery.URL = rest_api_1.REST_API.V1.YANDEX_AUTH.PUBLIC.CALLBACK;
|
|
13
13
|
HandleYandexAuthCallbackQuery.METHOD = http_method_enum_1.HttpMethod.GET;
|
|
14
14
|
})(HandleYandexAuthCallbackQuery || (exports.HandleYandexAuthCallbackQuery = HandleYandexAuthCallbackQuery = {}));
|
|
15
15
|
//# sourceMappingURL=handle-yandex-auth-callback.query.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"handle-yandex-auth-callback.query.js","sourceRoot":"","sources":["../../../../v1/yandex-auth/queries/handle-yandex-auth-callback.query.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,wCAA2D;AAC3D,uEAA8D;AAC9D,gDAA6C;AAM7C,IAAiB,6BAA6B,CAS7C;AATD,WAAiB,6BAA6B;IAC7B,qCAAO,GAAG,uCAA6B,CAAC;IACxC,sCAAQ,GAAG,OAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;IAExB,iCAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,WAAW,CAAC,QAAQ,CAAC;
|
|
1
|
+
{"version":3,"file":"handle-yandex-auth-callback.query.js","sourceRoot":"","sources":["../../../../v1/yandex-auth/queries/handle-yandex-auth-callback.query.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,wCAA2D;AAC3D,uEAA8D;AAC9D,gDAA6C;AAM7C,IAAiB,6BAA6B,CAS7C;AATD,WAAiB,6BAA6B;IAC7B,qCAAO,GAAG,uCAA6B,CAAC;IACxC,sCAAQ,GAAG,OAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;IAExB,iCAAG,GAAG,mBAAQ,CAAC,EAAE,CAAC,WAAW,CAAC,MAAM,CAAC,QAAQ,CAAC;IAC9C,oCAAM,GAAG,6BAAU,CAAC,GAAG,CAAC;AAIzC,CAAC,EATgB,6BAA6B,6CAA7B,6BAA6B,QAS7C"}
|