@purpleschool/multisite 0.0.1 → 0.0.3
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/api/controller/http/ai-proxy.d.ts +6 -0
- package/build/api/controller/http/ai-proxy.d.ts.map +1 -0
- package/build/api/controller/http/ai-proxy.js +1 -0
- package/build/api/controller/http/auth.d.ts +14 -0
- package/build/api/controller/http/auth.d.ts.map +1 -0
- package/build/api/controller/http/auth.js +8 -0
- package/build/api/controller/http/cloud-payments.d.ts +5 -0
- package/build/api/controller/http/cloud-payments.d.ts.map +1 -0
- package/build/api/controller/http/file.d.ts +6 -0
- package/build/api/controller/http/file.d.ts.map +1 -0
- package/build/api/controller/http/health.d.ts +4 -0
- package/build/api/controller/http/health.d.ts.map +1 -0
- package/build/api/controller/http/image-editor.d.ts +15 -0
- package/build/api/controller/http/image-editor.d.ts.map +1 -0
- package/build/api/controller/http/image-editor.js +17 -0
- package/build/api/controller/http/image-generation.d.ts +15 -0
- package/build/api/controller/http/image-generation.d.ts.map +1 -0
- package/{api/controller/http/index.ts → build/api/controller/http/index.d.ts} +5 -0
- package/build/api/controller/http/index.d.ts.map +1 -0
- package/build/api/controller/http/index.js +4 -0
- package/build/api/controller/http/marketplace-card.d.ts +15 -0
- package/build/api/controller/http/marketplace-card.d.ts.map +1 -0
- package/build/api/controller/http/marketplace-card.js +17 -0
- package/build/api/controller/http/page-question.d.ts +9 -0
- package/build/api/controller/http/page-question.d.ts.map +1 -0
- package/build/api/controller/http/page-question.js +11 -0
- package/build/api/controller/http/page.d.ts +12 -0
- package/build/api/controller/http/page.d.ts.map +1 -0
- package/build/api/controller/http/page.js +14 -0
- package/build/api/controller/http/payment.d.ts +5 -0
- package/build/api/controller/http/payment.d.ts.map +1 -0
- package/build/api/controller/http/product.d.ts +7 -0
- package/build/api/controller/http/product.d.ts.map +1 -0
- package/build/api/controller/http/subscription.d.ts +7 -0
- package/build/api/controller/http/subscription.d.ts.map +1 -0
- package/build/api/controller/http/transaction.d.ts +5 -0
- package/build/api/controller/http/transaction.d.ts.map +1 -0
- package/build/api/controller/http/unregistered-user.d.ts +2 -0
- package/build/api/controller/http/unregistered-user.d.ts.map +1 -0
- package/build/api/controller/http/user.d.ts +5 -0
- package/build/api/controller/http/user.d.ts.map +1 -0
- package/build/api/controller/index.d.ts +2 -0
- package/build/api/controller/index.d.ts.map +1 -0
- package/{api/index.ts → build/api/index.d.ts} +1 -0
- package/build/api/index.d.ts.map +1 -0
- package/build/api/routes.d.ts +90 -0
- package/build/api/routes.d.ts.map +1 -0
- package/build/api/routes.js +23 -0
- package/build/commands/auth/create-user.command.d.ts +35 -0
- package/build/commands/auth/create-user.command.d.ts.map +1 -0
- package/build/commands/auth/create-user.command.js +16 -0
- package/build/commands/auth/index.d.ts +10 -0
- package/build/commands/auth/index.d.ts.map +1 -0
- package/build/commands/auth/index.js +7 -0
- package/build/commands/auth/login.command.d.ts +37 -0
- package/build/commands/auth/login.command.d.ts.map +1 -0
- package/build/commands/auth/register.command.d.ts +44 -0
- package/build/commands/auth/register.command.d.ts.map +1 -0
- package/build/commands/auth/register.command.js +3 -0
- package/build/commands/auth/reset-password.command.d.ts +36 -0
- package/build/commands/auth/reset-password.command.d.ts.map +1 -0
- package/build/commands/auth/reset-password.command.js +17 -0
- package/build/commands/auth/restore-password.command.d.ts +35 -0
- package/build/commands/auth/restore-password.command.d.ts.map +1 -0
- package/build/commands/auth/restore-password.command.js +16 -0
- package/build/commands/auth/verify-email-retry.command.d.ts +30 -0
- package/build/commands/auth/verify-email-retry.command.d.ts.map +1 -0
- package/build/commands/auth/verify-email-retry.command.js +15 -0
- package/build/commands/auth/verify-email.command.d.ts +33 -0
- package/build/commands/auth/verify-email.command.d.ts.map +1 -0
- package/build/commands/auth/verify-email.command.js +16 -0
- package/build/commands/auth/vk-login.command.d.ts +45 -0
- package/build/commands/auth/vk-login.command.d.ts.map +1 -0
- package/build/commands/auth/vk-login.command.js +20 -0
- package/build/commands/auth/yandex-login.command.d.ts +39 -0
- package/build/commands/auth/yandex-login.command.d.ts.map +1 -0
- package/build/commands/auth/yandex-login.command.js +18 -0
- package/{commands/file/index.ts → build/commands/file/index.d.ts} +1 -0
- package/build/commands/file/index.d.ts.map +1 -0
- package/build/commands/file/upload-file.command.d.ts +57 -0
- package/build/commands/file/upload-file.command.d.ts.map +1 -0
- package/build/commands/image-editor/execute-image-editor.command.d.ts +275 -0
- package/build/commands/image-editor/execute-image-editor.command.d.ts.map +1 -0
- package/build/commands/image-editor/execute-image-editor.command.js +16 -0
- package/build/commands/image-editor/index.d.ts +8 -0
- package/build/commands/image-editor/index.d.ts.map +1 -0
- package/build/commands/image-editor/index.js +23 -0
- package/build/commands/image-editor/proxy-image-editor-callback.command.d.ts +26 -0
- package/build/commands/image-editor/proxy-image-editor-callback.command.d.ts.map +1 -0
- package/build/commands/image-editor/proxy-image-editor-callback.command.js +15 -0
- package/build/commands/image-editor/retry-image-editor-job.command.d.ts +275 -0
- package/build/commands/image-editor/retry-image-editor-job.command.d.ts.map +1 -0
- package/build/commands/image-editor/retry-image-editor-job.command.js +16 -0
- package/build/commands/image-editor/set-reaction-to-image-editor-job.command.d.ts +253 -0
- package/build/commands/image-editor/set-reaction-to-image-editor-job.command.d.ts.map +1 -0
- package/build/commands/image-editor/set-reaction-to-image-editor-job.command.js +16 -0
- package/build/commands/image-editor/soft-delete-image-editor-job-by-uuid.command.d.ts +12 -0
- package/build/commands/image-editor/soft-delete-image-editor-job-by-uuid.command.d.ts.map +1 -0
- package/build/commands/image-editor/soft-delete-image-editor-job-by-uuid.command.js +10 -0
- package/build/commands/image-editor/soft-delete-image-editor-jobs-by-criteria.command.d.ts +12 -0
- package/build/commands/image-editor/soft-delete-image-editor-jobs-by-criteria.command.d.ts.map +1 -0
- package/build/commands/image-editor/soft-delete-image-editor-jobs-by-criteria.command.js +10 -0
- package/build/commands/image-editor/update-image-editor-job-title.command.d.ts +249 -0
- package/build/commands/image-editor/update-image-editor-job-title.command.d.ts.map +1 -0
- package/build/commands/image-editor/update-image-editor-job-title.command.js +14 -0
- package/build/commands/image-generation/execute-image-generation.command.d.ts +316 -0
- package/build/commands/image-generation/execute-image-generation.command.d.ts.map +1 -0
- package/{commands/image-generation/index.ts → build/commands/image-generation/index.d.ts} +1 -0
- package/build/commands/image-generation/index.d.ts.map +1 -0
- package/build/commands/image-generation/proxy-image-generation-callback.command.d.ts +48 -0
- package/build/commands/image-generation/proxy-image-generation-callback.command.d.ts.map +1 -0
- package/build/commands/image-generation/retry-image-generation-job.command.d.ts +316 -0
- package/build/commands/image-generation/retry-image-generation-job.command.d.ts.map +1 -0
- package/build/commands/image-generation/set-reaction-to-image-generation-job.command.d.ts +292 -0
- package/build/commands/image-generation/set-reaction-to-image-generation-job.command.d.ts.map +1 -0
- package/build/commands/image-generation/soft-delete-image-generation-job-by-uuid.command.d.ts +12 -0
- package/build/commands/image-generation/soft-delete-image-generation-job-by-uuid.command.d.ts.map +1 -0
- package/build/commands/image-generation/soft-delete-image-generation-jobs-by-criteria.command.d.ts +12 -0
- package/build/commands/image-generation/soft-delete-image-generation-jobs-by-criteria.command.d.ts.map +1 -0
- package/build/commands/image-generation/update-image-generation-job-title.command.d.ts +282 -0
- package/build/commands/image-generation/update-image-generation-job-title.command.d.ts.map +1 -0
- package/{commands/index.ts → build/commands/index.d.ts} +4 -0
- package/build/commands/index.d.ts.map +1 -0
- package/build/commands/index.js +3 -0
- package/build/commands/marketplace-card/execute-marketplace-card.command.d.ts +155 -0
- package/build/commands/marketplace-card/execute-marketplace-card.command.d.ts.map +1 -0
- package/build/commands/marketplace-card/execute-marketplace-card.command.js +12 -0
- package/build/commands/marketplace-card/index.d.ts +7 -0
- package/build/commands/marketplace-card/index.d.ts.map +1 -0
- package/build/commands/marketplace-card/index.js +22 -0
- package/build/commands/marketplace-card/retry-marketplace-card-job.command.d.ts +163 -0
- package/build/commands/marketplace-card/retry-marketplace-card-job.command.d.ts.map +1 -0
- package/build/commands/marketplace-card/retry-marketplace-card-job.command.js +25 -0
- package/build/commands/marketplace-card/set-reaction-to-marketplace-card-job.command.d.ts +143 -0
- package/build/commands/marketplace-card/set-reaction-to-marketplace-card-job.command.d.ts.map +1 -0
- package/build/commands/marketplace-card/set-reaction-to-marketplace-card-job.command.js +19 -0
- package/build/commands/marketplace-card/soft-delete-marketplace-card-job-by-uuid.command.d.ts +20 -0
- package/build/commands/marketplace-card/soft-delete-marketplace-card-job-by-uuid.command.d.ts.map +1 -0
- package/build/commands/marketplace-card/soft-delete-marketplace-card-job-by-uuid.command.js +13 -0
- package/build/commands/marketplace-card/soft-delete-marketplace-card-jobs-by-criteria.command.d.ts +12 -0
- package/build/commands/marketplace-card/soft-delete-marketplace-card-jobs-by-criteria.command.d.ts.map +1 -0
- package/build/commands/marketplace-card/soft-delete-marketplace-card-jobs-by-criteria.command.js +10 -0
- package/build/commands/marketplace-card/update-marketplace-card-job-title.command.d.ts +139 -0
- package/build/commands/marketplace-card/update-marketplace-card-job-title.command.d.ts.map +1 -0
- package/build/commands/marketplace-card/update-marketplace-card-job-title.command.js +17 -0
- package/build/commands/page/create-page-question.command.d.ts +64 -0
- package/build/commands/page/create-page-question.command.d.ts.map +1 -0
- package/build/commands/page/create-page-question.command.js +16 -0
- package/build/commands/page/create-page.command.d.ts +188 -0
- package/build/commands/page/create-page.command.d.ts.map +1 -0
- package/build/commands/page/create-page.command.js +16 -0
- package/build/commands/page/delete-page-question.command.d.ts +20 -0
- package/build/commands/page/delete-page-question.command.d.ts.map +1 -0
- package/build/commands/page/delete-page-question.command.js +13 -0
- package/build/commands/page/delete-page.command.d.ts +14 -0
- package/build/commands/page/delete-page.command.d.ts.map +1 -0
- package/build/commands/page/delete-page.command.js +11 -0
- package/build/commands/page/find-page-by-alias.command.d.ts +559 -0
- package/build/commands/page/find-page-by-alias.command.d.ts.map +1 -0
- package/build/commands/page/find-page-by-alias.command.js +20 -0
- package/build/commands/page/find-page-by-criteria.command.d.ts +206 -0
- package/build/commands/page/find-page-by-criteria.command.d.ts.map +1 -0
- package/build/commands/page/find-page-by-criteria.command.js +22 -0
- package/build/commands/page/find-page.command.d.ts +387 -0
- package/build/commands/page/find-page.command.d.ts.map +1 -0
- package/build/commands/page/find-page.command.js +17 -0
- package/build/commands/page/index.d.ts +10 -0
- package/build/commands/page/index.d.ts.map +1 -0
- package/build/commands/page/index.js +25 -0
- package/build/commands/page/update-page-question.command.d.ts +72 -0
- package/build/commands/page/update-page-question.command.d.ts.map +1 -0
- package/build/commands/page/update-page-question.command.js +19 -0
- package/build/commands/page/update-page.command.d.ts +193 -0
- package/build/commands/page/update-page.command.d.ts.map +1 -0
- package/build/commands/page/update-page.command.js +19 -0
- package/build/commands/payment/cloud-payments.command.d.ts +113 -0
- package/build/commands/payment/cloud-payments.command.d.ts.map +1 -0
- package/{commands/payment/index.ts → build/commands/payment/index.d.ts} +1 -0
- package/build/commands/payment/index.d.ts.map +1 -0
- package/build/commands/product/buy-product.command.d.ts +547 -0
- package/build/commands/product/buy-product.command.d.ts.map +1 -0
- package/{commands/product/index.ts → build/commands/product/index.d.ts} +1 -0
- package/build/commands/product/index.d.ts.map +1 -0
- package/build/commands/subscription/buy-subscription.command.d.ts +547 -0
- package/build/commands/subscription/buy-subscription.command.d.ts.map +1 -0
- package/{commands/subscription/index.ts → build/commands/subscription/index.d.ts} +1 -0
- package/build/commands/subscription/index.d.ts.map +1 -0
- package/{commands/transaction/index.ts → build/commands/transaction/index.d.ts} +1 -0
- package/build/commands/transaction/index.d.ts.map +1 -0
- package/build/commands/transaction/write-off.command.d.ts +44 -0
- package/build/commands/transaction/write-off.command.d.ts.map +1 -0
- package/{commands/unregistered-user/index.ts → build/commands/unregistered-user/index.d.ts} +1 -1
- package/build/commands/unregistered-user/index.d.ts.map +1 -0
- package/build/commands/unregistered-user/upsert-unregistered-user.command.d.ts +39 -0
- package/build/commands/unregistered-user/upsert-unregistered-user.command.d.ts.map +1 -0
- package/{constants/common/enums/index.ts → build/constants/common/enums/index.d.ts} +1 -1
- package/build/constants/common/enums/index.d.ts.map +1 -0
- package/build/constants/common/enums/user-reaction.enum.d.ts +5 -0
- package/build/constants/common/enums/user-reaction.enum.d.ts.map +1 -0
- package/build/constants/common/index.d.ts +2 -0
- package/build/constants/common/index.d.ts.map +1 -0
- package/build/constants/email/email-endpoint.d.ts +2 -0
- package/build/constants/email/email-endpoint.d.ts.map +1 -0
- package/build/constants/email/email-endpoint.js +4 -0
- package/build/constants/email/index.d.ts +3 -0
- package/build/constants/email/index.d.ts.map +1 -0
- package/build/constants/email/index.js +18 -0
- package/build/constants/email/subjects.d.ts +13 -0
- package/build/constants/email/subjects.d.ts.map +1 -0
- package/build/constants/email/subjects.js +15 -0
- package/build/constants/errors/errors.d.ts +643 -0
- package/build/constants/errors/errors.d.ts.map +1 -0
- package/build/constants/errors/errors.js +369 -2
- package/build/constants/errors/index.d.ts +2 -0
- package/build/constants/errors/index.d.ts.map +1 -0
- package/build/constants/files/enums/file-type.enum.d.ts +4 -0
- package/build/constants/files/enums/file-type.enum.d.ts.map +1 -0
- package/build/constants/files/enums/index.d.ts +2 -0
- package/build/constants/files/enums/index.d.ts.map +1 -0
- package/build/constants/files/index.d.ts +2 -0
- package/build/constants/files/index.d.ts.map +1 -0
- package/build/constants/image-editor/enums/image-editing-strategy.enum.d.ts +10 -0
- package/build/constants/image-editor/enums/image-editing-strategy.enum.d.ts.map +1 -0
- package/build/constants/image-editor/enums/image-editing-strategy.enum.js +13 -0
- package/build/constants/image-editor/enums/image-editor-model-type.enum.d.ts +6 -0
- package/build/constants/image-editor/enums/image-editor-model-type.enum.d.ts.map +1 -0
- package/build/constants/image-editor/enums/image-editor-model-type.enum.js +9 -0
- package/build/constants/image-editor/enums/index.d.ts +3 -0
- package/build/constants/image-editor/enums/index.d.ts.map +1 -0
- package/build/constants/image-editor/enums/index.js +18 -0
- package/build/constants/image-editor/index.d.ts +2 -0
- package/build/constants/image-editor/index.d.ts.map +1 -0
- package/build/constants/image-editor/index.js +17 -0
- package/build/constants/image-generation/enums/image-generation-model-strategy.enum.d.ts +15 -0
- package/build/constants/image-generation/enums/image-generation-model-strategy.enum.d.ts.map +1 -0
- package/build/constants/image-generation/enums/image-generation-resolution.enum.d.ts +6 -0
- package/build/constants/image-generation/enums/image-generation-resolution.enum.d.ts.map +1 -0
- package/{constants/image-generation/enums/index.ts → build/constants/image-generation/enums/index.d.ts} +1 -0
- package/build/constants/image-generation/enums/index.d.ts.map +1 -0
- package/build/constants/image-generation/index.d.ts +2 -0
- package/build/constants/image-generation/index.d.ts.map +1 -0
- package/{constants/index.ts → build/constants/index.d.ts} +4 -0
- package/build/constants/index.d.ts.map +1 -0
- package/build/constants/index.js +3 -0
- package/{constants/order/enums/index.ts → build/constants/order/enums/index.d.ts} +1 -1
- package/build/constants/order/enums/index.d.ts.map +1 -0
- package/build/constants/order/enums/order-status.enum.d.ts +6 -0
- package/build/constants/order/enums/order-status.enum.d.ts.map +1 -0
- package/build/constants/order/enums/order-type.enum.d.ts +4 -0
- package/build/constants/order/enums/order-type.enum.d.ts.map +1 -0
- package/build/constants/order/index.d.ts +2 -0
- package/build/constants/order/index.d.ts.map +1 -0
- package/build/constants/page/enums/page-type.enum.d.ts +6 -0
- package/build/constants/page/enums/page-type.enum.d.ts.map +1 -0
- package/build/constants/page/enums/page-type.enum.js +9 -0
- package/build/constants/page/index.d.ts +2 -0
- package/build/constants/page/index.d.ts.map +1 -0
- package/build/constants/page/index.js +17 -0
- package/{constants/payment/enums/index.ts → build/constants/payment/enums/index.d.ts} +1 -1
- package/build/constants/payment/enums/index.d.ts.map +1 -0
- package/build/constants/payment/enums/payment-status.enum.d.ts +4 -0
- package/build/constants/payment/enums/payment-status.enum.d.ts.map +1 -0
- package/build/constants/payment/index.d.ts +2 -0
- package/build/constants/payment/index.d.ts.map +1 -0
- package/build/constants/subscription/free-subscription-id.constant.d.ts +2 -0
- package/build/constants/subscription/free-subscription-id.constant.d.ts.map +1 -0
- package/{constants/subscription/index.ts → build/constants/subscription/index.d.ts} +1 -1
- package/build/constants/subscription/index.d.ts.map +1 -0
- package/{constants/tools/enums/index.ts → build/constants/tools/enums/index.d.ts} +2 -0
- package/build/constants/tools/enums/index.d.ts.map +1 -0
- package/build/constants/tools/enums/index.js +1 -0
- package/build/constants/tools/enums/job-request-origin.enum.d.ts +4 -0
- package/build/constants/tools/enums/job-request-origin.enum.d.ts.map +1 -0
- package/build/constants/tools/enums/job-status.enum.d.ts +6 -0
- package/build/constants/tools/enums/job-status.enum.d.ts.map +1 -0
- package/build/constants/tools/enums/marketplace-card-strategy.enum.d.ts +7 -0
- package/build/constants/tools/enums/marketplace-card-strategy.enum.d.ts.map +1 -0
- package/build/constants/tools/enums/marketplace-card-strategy.enum.js +10 -0
- package/build/constants/tools/enums/tool-model-status.enum.d.ts +5 -0
- package/build/constants/tools/enums/tool-model-status.enum.d.ts.map +1 -0
- package/build/constants/tools/enums/tool-type.enum.d.ts +6 -0
- package/build/constants/tools/enums/tool-type.enum.d.ts.map +1 -0
- package/build/constants/tools/enums/tool-type.enum.js +2 -0
- package/build/constants/tools/index.d.ts +2 -0
- package/build/constants/tools/index.d.ts.map +1 -0
- package/{constants/transaction/enums/index.ts → build/constants/transaction/enums/index.d.ts} +1 -1
- package/build/constants/transaction/enums/index.d.ts.map +1 -0
- package/build/constants/transaction/enums/transaction-status.enum.d.ts +6 -0
- package/build/constants/transaction/enums/transaction-status.enum.d.ts.map +1 -0
- package/build/constants/transaction/index.d.ts +2 -0
- package/build/constants/transaction/index.d.ts.map +1 -0
- package/build/constants/user/enums/index.d.ts +4 -0
- package/build/constants/user/enums/index.d.ts.map +1 -0
- package/build/constants/user/enums/index.js +1 -0
- package/build/constants/user/enums/signup-method.enum.d.ts +7 -0
- package/build/constants/user/enums/signup-method.enum.d.ts.map +1 -0
- package/build/constants/user/enums/signup-method.enum.js +10 -0
- package/build/constants/user/enums/user-role.enum.d.ts +6 -0
- package/build/constants/user/enums/user-role.enum.d.ts.map +1 -0
- package/build/constants/user/enums/user-status.enum.d.ts +6 -0
- package/build/constants/user/enums/user-status.enum.d.ts.map +1 -0
- package/build/constants/user/index.d.ts +2 -0
- package/build/constants/user/index.d.ts.map +1 -0
- package/{constants/user-to-product/enums/index.ts → build/constants/user-to-product/enums/index.d.ts} +1 -1
- package/build/constants/user-to-product/enums/index.d.ts.map +1 -0
- package/build/constants/user-to-product/enums/user-to-product-status.enum.d.ts +4 -0
- package/build/constants/user-to-product/enums/user-to-product-status.enum.d.ts.map +1 -0
- package/build/constants/user-to-product/index.d.ts +2 -0
- package/build/constants/user-to-product/index.d.ts.map +1 -0
- package/{constants/user-to-subscription/enums/index.ts → build/constants/user-to-subscription/enums/index.d.ts} +1 -1
- package/build/constants/user-to-subscription/enums/index.d.ts.map +1 -0
- package/build/constants/user-to-subscription/enums/user-to-subscription-status.enum.d.ts +4 -0
- package/build/constants/user-to-subscription/enums/user-to-subscription-status.enum.d.ts.map +1 -0
- package/build/constants/user-to-subscription/index.d.ts +2 -0
- package/build/constants/user-to-subscription/index.d.ts.map +1 -0
- package/{index.ts → build/index.d.ts} +1 -0
- package/build/index.d.ts.map +1 -0
- package/build/models/cloud-payments-widget-data.schema.d.ts +419 -0
- package/build/models/cloud-payments-widget-data.schema.d.ts.map +1 -0
- package/build/models/cloud-payments-widget.schema.d.ts +424 -0
- package/build/models/cloud-payments-widget.schema.d.ts.map +1 -0
- package/build/models/common/attached-file.schema.d.ts +29 -0
- package/build/models/common/attached-file.schema.d.ts.map +1 -0
- package/build/models/common/icon-variants.schema.d.ts +53 -0
- package/build/models/common/icon-variants.schema.d.ts.map +1 -0
- package/{models/common/index.ts → build/models/common/index.d.ts} +1 -0
- package/build/models/common/index.d.ts.map +1 -0
- package/build/models/common/json-value.schema.d.ts +8 -0
- package/build/models/common/json-value.schema.d.ts.map +1 -0
- package/build/models/common/receipt.schema.d.ts +82 -0
- package/build/models/common/receipt.schema.d.ts.map +1 -0
- package/build/models/file.schema.d.ts +31 -0
- package/build/models/file.schema.d.ts.map +1 -0
- package/build/models/image-editor/image-editor-config.schema.d.ts +509 -0
- package/build/models/image-editor/image-editor-config.schema.d.ts.map +1 -0
- package/build/models/image-editor/image-editor-config.schema.js +10 -0
- package/build/models/image-editor/image-editor-job-params.schema.d.ts +62 -0
- package/build/models/image-editor/image-editor-job-params.schema.d.ts.map +1 -0
- package/build/models/image-editor/image-editor-job-params.schema.js +12 -0
- package/build/models/image-editor/image-editor-job-request-params.schema.d.ts +16 -0
- package/build/models/image-editor/image-editor-job-request-params.schema.d.ts.map +1 -0
- package/build/models/image-editor/image-editor-job-request-params.schema.js +9 -0
- package/build/models/image-editor/image-editor-job.schema.d.ts +160 -0
- package/build/models/image-editor/image-editor-job.schema.d.ts.map +1 -0
- package/build/models/image-editor/image-editor-job.schema.js +30 -0
- package/build/models/image-editor/image-editor-model-params.schema.d.ts +48 -0
- package/build/models/image-editor/image-editor-model-params.schema.d.ts.map +1 -0
- package/build/models/image-editor/image-editor-model-params.schema.js +15 -0
- package/build/models/image-editor/image-editor-model.schema.d.ts +212 -0
- package/build/models/image-editor/image-editor-model.schema.d.ts.map +1 -0
- package/build/models/image-editor/image-editor-model.schema.js +28 -0
- package/build/models/image-editor/image-editor-pricing-rule.schema.d.ts +30 -0
- package/build/models/image-editor/image-editor-pricing-rule.schema.d.ts.map +1 -0
- package/build/models/image-editor/image-editor-pricing-rule.schema.js +11 -0
- package/build/models/image-editor/image-editor-prompt-group.schema.d.ts +149 -0
- package/build/models/image-editor/image-editor-prompt-group.schema.d.ts.map +1 -0
- package/build/models/image-editor/image-editor-prompt-group.schema.js +13 -0
- package/build/models/image-editor/image-editor-system-prompt.schema.d.ts +47 -0
- package/build/models/image-editor/image-editor-system-prompt.schema.d.ts.map +1 -0
- package/build/models/image-editor/image-editor-system-prompt.schema.js +20 -0
- package/build/models/image-editor/index.d.ts +10 -0
- package/build/models/image-editor/index.d.ts.map +1 -0
- package/build/models/image-editor/index.js +25 -0
- package/build/models/image-generation/image-generation-config.schema.d.ts +535 -0
- package/build/models/image-generation/image-generation-config.schema.d.ts.map +1 -0
- package/build/models/image-generation/image-generation-job-attempt.schema.d.ts +20 -0
- package/build/models/image-generation/image-generation-job-attempt.schema.d.ts.map +1 -0
- package/build/models/image-generation/image-generation-job-params.schema.d.ts +60 -0
- package/build/models/image-generation/image-generation-job-params.schema.d.ts.map +1 -0
- package/build/models/image-generation/image-generation-job-request-params.schema.d.ts +20 -0
- package/build/models/image-generation/image-generation-job-request-params.schema.d.ts.map +1 -0
- package/build/models/image-generation/image-generation-job.schema.d.ts +182 -0
- package/build/models/image-generation/image-generation-job.schema.d.ts.map +1 -0
- package/build/models/image-generation/image-generation-model-params.schema.d.ts +42 -0
- package/build/models/image-generation/image-generation-model-params.schema.d.ts.map +1 -0
- package/build/models/image-generation/image-generation-model.schema.d.ts +215 -0
- package/build/models/image-generation/image-generation-model.schema.d.ts.map +1 -0
- package/build/models/image-generation/image-generation-preset.schema.d.ts +19 -0
- package/build/models/image-generation/image-generation-preset.schema.d.ts.map +1 -0
- package/build/models/image-generation/image-generation-pricing-rule.schema.d.ts +66 -0
- package/build/models/image-generation/image-generation-pricing-rule.schema.d.ts.map +1 -0
- package/build/models/image-generation/image-generation-vendor.schema.d.ts +381 -0
- package/build/models/image-generation/image-generation-vendor.schema.d.ts.map +1 -0
- package/{models/image-generation/index.ts → build/models/image-generation/index.d.ts} +1 -0
- package/build/models/image-generation/index.d.ts.map +1 -0
- package/{models/index.ts → build/models/index.d.ts} +5 -0
- package/build/models/index.d.ts.map +1 -0
- package/build/models/index.js +4 -0
- package/build/models/marketplace-card/index.d.ts +7 -0
- package/build/models/marketplace-card/index.d.ts.map +1 -0
- package/build/models/marketplace-card/index.js +22 -0
- package/build/models/marketplace-card/marketplace-card-config.schema.d.ts +203 -0
- package/build/models/marketplace-card/marketplace-card-config.schema.d.ts.map +1 -0
- package/build/models/marketplace-card/marketplace-card-config.schema.js +10 -0
- package/build/models/marketplace-card/marketplace-card-job-request-params.schema.d.ts +34 -0
- package/build/models/marketplace-card/marketplace-card-job-request-params.schema.d.ts.map +1 -0
- package/build/models/marketplace-card/marketplace-card-job-request-params.schema.js +15 -0
- package/build/models/marketplace-card/marketplace-card-job.schema.d.ts +74 -0
- package/build/models/marketplace-card/marketplace-card-job.schema.d.ts.map +1 -0
- package/build/models/marketplace-card/marketplace-card-job.schema.js +28 -0
- package/build/models/marketplace-card/marketplace-card-model-params.schema.d.ts +30 -0
- package/build/models/marketplace-card/marketplace-card-model-params.schema.d.ts.map +1 -0
- package/build/models/marketplace-card/marketplace-card-model-params.schema.js +11 -0
- package/build/models/marketplace-card/marketplace-card-model.schema.d.ts +123 -0
- package/build/models/marketplace-card/marketplace-card-model.schema.d.ts.map +1 -0
- package/build/models/marketplace-card/marketplace-card-model.schema.js +15 -0
- package/build/models/marketplace-card/marketplace-card-style-preset.schema.d.ts +19 -0
- package/build/models/marketplace-card/marketplace-card-style-preset.schema.d.ts.map +1 -0
- package/build/models/marketplace-card/marketplace-card-style-preset.schema.js +10 -0
- package/build/models/page-question.schema.d.ts +24 -0
- package/build/models/page-question.schema.d.ts.map +1 -0
- package/build/models/page-question.schema.js +12 -0
- package/build/models/page.schema.d.ts +232 -0
- package/build/models/page.schema.d.ts.map +1 -0
- package/build/models/page.schema.js +37 -0
- package/build/models/product.schema.d.ts +24 -0
- package/build/models/product.schema.d.ts.map +1 -0
- package/build/models/subscription.schema.d.ts +30 -0
- package/build/models/subscription.schema.d.ts.map +1 -0
- package/build/models/tools/index.d.ts +2 -0
- package/build/models/tools/index.d.ts.map +1 -0
- package/build/models/tools/vendor.schema.d.ts +76 -0
- package/build/models/tools/vendor.schema.d.ts.map +1 -0
- package/build/models/user.schema.d.ts +25 -0
- package/build/models/user.schema.d.ts.map +1 -0
- package/build/queries/file/find-files.command.d.ts +91 -0
- package/build/queries/file/find-files.command.d.ts.map +1 -0
- package/build/queries/file/get-file.command.d.ts +65 -0
- package/build/queries/file/get-file.command.d.ts.map +1 -0
- package/{queries/file/index.ts → build/queries/file/index.d.ts} +1 -1
- package/build/queries/file/index.d.ts.map +1 -0
- package/build/queries/image-editor/find-image-editor-jobs.command.d.ts +275 -0
- package/build/queries/image-editor/find-image-editor-jobs.command.d.ts.map +1 -0
- package/build/queries/image-editor/find-image-editor-jobs.command.js +20 -0
- package/build/queries/image-editor/get-image-editor-config.command.d.ts +667 -0
- package/build/queries/image-editor/get-image-editor-config.command.d.ts.map +1 -0
- package/build/queries/image-editor/get-image-editor-config.command.js +11 -0
- package/build/queries/image-editor/get-image-editor-job.command.d.ts +249 -0
- package/build/queries/image-editor/get-image-editor-job.command.d.ts.map +1 -0
- package/build/queries/image-editor/get-image-editor-job.command.js +14 -0
- package/build/queries/image-editor/get-image-editor-price.command.d.ts +53 -0
- package/build/queries/image-editor/get-image-editor-price.command.d.ts.map +1 -0
- package/build/queries/image-editor/get-image-editor-price.command.js +17 -0
- package/build/queries/image-editor/index.d.ts +5 -0
- package/build/queries/image-editor/index.d.ts.map +1 -0
- package/build/queries/image-editor/index.js +20 -0
- package/build/queries/image-generation/find-image-generation-jobs.command.d.ts +308 -0
- package/build/queries/image-generation/find-image-generation-jobs.command.d.ts.map +1 -0
- package/build/queries/image-generation/get-image-generation-config.command.d.ts +679 -0
- package/build/queries/image-generation/get-image-generation-config.command.d.ts.map +1 -0
- package/build/queries/image-generation/get-image-generation-job.command.d.ts +282 -0
- package/build/queries/image-generation/get-image-generation-job.command.d.ts.map +1 -0
- package/build/queries/image-generation/get-image-generation-price.command.d.ts +44 -0
- package/build/queries/image-generation/get-image-generation-price.command.d.ts.map +1 -0
- package/{queries/image-generation/index.ts → build/queries/image-generation/index.d.ts} +1 -0
- package/build/queries/image-generation/index.d.ts.map +1 -0
- package/{queries/index.ts → build/queries/index.d.ts} +4 -1
- package/build/queries/index.d.ts.map +1 -0
- package/build/queries/index.js +3 -0
- package/build/queries/marketplace-card/find-marketplace-card-jobs.command.d.ts +160 -0
- package/build/queries/marketplace-card/find-marketplace-card-jobs.command.d.ts.map +1 -0
- package/build/queries/marketplace-card/find-marketplace-card-jobs.command.js +21 -0
- package/build/queries/marketplace-card/get-marketplace-card-config.command.d.ts +273 -0
- package/build/queries/marketplace-card/get-marketplace-card-config.command.d.ts.map +1 -0
- package/build/queries/marketplace-card/get-marketplace-card-config.command.js +11 -0
- package/build/queries/marketplace-card/get-marketplace-card-job.command.d.ts +131 -0
- package/build/queries/marketplace-card/get-marketplace-card-job.command.d.ts.map +1 -0
- package/build/queries/marketplace-card/get-marketplace-card-job.command.js +14 -0
- package/build/queries/marketplace-card/get-marketplace-card-price.command.d.ts +30 -0
- package/build/queries/marketplace-card/get-marketplace-card-price.command.d.ts.map +1 -0
- package/build/queries/marketplace-card/get-marketplace-card-price.command.js +15 -0
- package/build/queries/marketplace-card/index.d.ts +5 -0
- package/build/queries/marketplace-card/index.d.ts.map +1 -0
- package/build/queries/marketplace-card/index.js +20 -0
- package/build/queries/page/find-all-page-questions.query.d.ts +49 -0
- package/build/queries/page/find-all-page-questions.query.d.ts.map +1 -0
- package/build/queries/page/find-all-page-questions.query.js +12 -0
- package/build/queries/page/find-page-question-by-uuid.query.d.ts +55 -0
- package/build/queries/page/find-page-question-by-uuid.query.d.ts.map +1 -0
- package/build/queries/page/find-page-question-by-uuid.query.js +14 -0
- package/build/queries/page/find-page-questions-by-page-id.query.d.ts +55 -0
- package/build/queries/page/find-page-questions-by-page-id.query.d.ts.map +1 -0
- package/build/queries/page/find-page-questions-by-page-id.query.js +14 -0
- package/build/queries/page/index.d.ts +4 -0
- package/build/queries/page/index.d.ts.map +1 -0
- package/build/queries/page/index.js +19 -0
- package/build/queries/payment/get-payment-history.command.d.ts +62 -0
- package/build/queries/payment/get-payment-history.command.d.ts.map +1 -0
- package/{queries/payment/index.ts → build/queries/payment/index.d.ts} +1 -1
- package/build/queries/payment/index.d.ts.map +1 -0
- package/build/queries/product/find-products.command.d.ts +47 -0
- package/build/queries/product/find-products.command.d.ts.map +1 -0
- package/{queries/product/index.ts → build/queries/product/index.d.ts} +1 -1
- package/build/queries/product/index.d.ts.map +1 -0
- package/build/queries/subscription/find-subscriptions.command.d.ts +57 -0
- package/build/queries/subscription/find-subscriptions.command.d.ts.map +1 -0
- package/{queries/subscription/index.ts → build/queries/subscription/index.d.ts} +1 -1
- package/build/queries/subscription/index.d.ts.map +1 -0
- package/build/queries/user/get-my-products.command.d.ts +97 -0
- package/build/queries/user/get-my-products.command.d.ts.map +1 -0
- package/build/queries/user/get-my-subscriptions.command.d.ts +121 -0
- package/build/queries/user/get-my-subscriptions.command.d.ts.map +1 -0
- package/build/queries/user/get-user.command.d.ts +38 -0
- package/build/queries/user/get-user.command.d.ts.map +1 -0
- package/{queries/user/index.ts → build/queries/user/index.d.ts} +1 -0
- package/build/queries/user/index.d.ts.map +1 -0
- package/package.json +34 -2
- package/api/controller/http/ai-proxy.ts +0 -6
- package/api/controller/http/auth.ts +0 -7
- package/api/controller/http/cloud-payments.ts +0 -6
- package/api/controller/http/file.ts +0 -7
- package/api/controller/http/health.ts +0 -4
- package/api/controller/http/image-generation.ts +0 -15
- package/api/controller/http/payment.ts +0 -6
- package/api/controller/http/product.ts +0 -7
- package/api/controller/http/subscription.ts +0 -8
- package/api/controller/http/transaction.ts +0 -6
- package/api/controller/http/unregistered-user.ts +0 -1
- package/api/controller/http/user.ts +0 -5
- package/api/controller/index.ts +0 -2
- package/api/routes.ts +0 -76
- package/commands/auth/index.ts +0 -2
- package/commands/auth/login.command.ts +0 -18
- package/commands/auth/register.command.ts +0 -18
- package/commands/file/upload-file.command.ts +0 -10
- package/commands/image-generation/execute-image-generation.command.ts +0 -20
- package/commands/image-generation/proxy-image-generation-callback.command.ts +0 -21
- package/commands/image-generation/retry-image-generation-job.command.ts +0 -20
- package/commands/image-generation/set-reaction-to-image-generation-job.command.ts +0 -29
- package/commands/image-generation/soft-delete-image-generation-job-by-uuid.command.ts +0 -10
- package/commands/image-generation/soft-delete-image-generation-jobs-by-criteria.command.ts +0 -10
- package/commands/image-generation/update-image-generation-job-title.command.ts +0 -17
- package/commands/payment/cloud-payments.command.ts +0 -53
- package/commands/product/buy-product.command.ts +0 -20
- package/commands/subscription/buy-subscription.command.ts +0 -20
- package/commands/transaction/write-off.command.ts +0 -19
- package/commands/unregistered-user/upsert-unregistered-user.command.ts +0 -17
- package/constants/common/enums/user-reaction.enum.ts +0 -5
- package/constants/common/index.ts +0 -2
- package/constants/errors/errors.ts +0 -308
- package/constants/errors/index.ts +0 -2
- package/constants/files/enums/file-type.enum.ts +0 -4
- package/constants/files/enums/index.ts +0 -2
- package/constants/files/index.ts +0 -2
- package/constants/image-generation/enums/image-generation-model-strategy.enum.ts +0 -15
- package/constants/image-generation/enums/image-generation-resolution.enum.ts +0 -6
- package/constants/image-generation/index.ts +0 -2
- package/constants/order/enums/order-status.enum.ts +0 -6
- package/constants/order/enums/order-type.enum.ts +0 -4
- package/constants/order/index.ts +0 -2
- package/constants/payment/enums/payment-status.enum.ts +0 -4
- package/constants/payment/index.ts +0 -2
- package/constants/subscription/free-subscription-id.constant.ts +0 -2
- package/constants/tools/enums/job-request-origin.enum.ts +0 -4
- package/constants/tools/enums/job-status.enum.ts +0 -6
- package/constants/tools/enums/tool-model-status.enum.ts +0 -5
- package/constants/tools/enums/tool-type.enum.ts +0 -4
- package/constants/tools/index.ts +0 -2
- package/constants/transaction/enums/transaction-status.enum.ts +0 -6
- package/constants/transaction/index.ts +0 -2
- package/constants/user/enums/index.ts +0 -3
- package/constants/user/enums/user-role.enum.ts +0 -6
- package/constants/user/enums/user-status.enum.ts +0 -6
- package/constants/user/index.ts +0 -2
- package/constants/user-to-product/enums/user-to-product-status.enum.ts +0 -4
- package/constants/user-to-product/index.ts +0 -2
- package/constants/user-to-subscription/enums/user-to-subscription-status.enum.ts +0 -4
- package/constants/user-to-subscription/index.ts +0 -2
- package/models/cloud-payments-widget-data.schema.ts +0 -19
- package/models/cloud-payments-widget.schema.ts +0 -15
- package/models/common/attached-file.schema.ts +0 -14
- package/models/common/icon-variants.schema.ts +0 -13
- package/models/common/json-value.schema.ts +0 -11
- package/models/common/receipt.schema.ts +0 -20
- package/models/file.schema.ts +0 -14
- package/models/image-generation/image-generation-config.schema.ts +0 -11
- package/models/image-generation/image-generation-job-attempt.schema.ts +0 -12
- package/models/image-generation/image-generation-job-params.schema.ts +0 -11
- package/models/image-generation/image-generation-job-request-params.schema.ts +0 -11
- package/models/image-generation/image-generation-job.schema.ts +0 -30
- package/models/image-generation/image-generation-model-params.schema.ts +0 -22
- package/models/image-generation/image-generation-model.schema.ts +0 -28
- package/models/image-generation/image-generation-preset.schema.ts +0 -11
- package/models/image-generation/image-generation-pricing-rule.schema.ts +0 -20
- package/models/image-generation/image-generation-vendor.schema.ts +0 -9
- package/models/product.schema.ts +0 -10
- package/models/subscription.schema.ts +0 -12
- package/models/tools/index.ts +0 -2
- package/models/tools/vendor.schema.ts +0 -12
- package/models/user.schema.ts +0 -11
- package/queries/file/find-files.command.ts +0 -21
- package/queries/file/get-file.command.ts +0 -15
- package/queries/image-generation/find-image-generation-jobs.command.ts +0 -21
- package/queries/image-generation/get-image-generation-config.command.ts +0 -9
- package/queries/image-generation/get-image-generation-job.command.ts +0 -15
- package/queries/image-generation/get-image-generation-price.command.ts +0 -19
- package/queries/payment/get-payment-history.command.ts +0 -17
- package/queries/product/find-products.command.ts +0 -10
- package/queries/subscription/find-subscriptions.command.ts +0 -10
- package/queries/user/get-my-products.command.ts +0 -19
- package/queries/user/get-my-subscriptions.command.ts +0 -21
- package/queries/user/get-user.command.ts +0 -14
- package/tsconfig.json +0 -104
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare namespace RegisterCommand {
|
|
3
|
+
const RequestSchema: z.ZodObject<Pick<{
|
|
4
|
+
uuid: z.ZodOptional<z.ZodString>;
|
|
5
|
+
siteId: z.ZodOptional<z.ZodString>;
|
|
6
|
+
email: z.ZodString;
|
|
7
|
+
password: z.ZodString;
|
|
8
|
+
role: z.ZodOptional<z.ZodNativeEnum<typeof import("../..").USER_ROLE>>;
|
|
9
|
+
status: z.ZodOptional<z.ZodNativeEnum<typeof import("../..").USER_STATUS>>;
|
|
10
|
+
}, "email" | "password"> & {
|
|
11
|
+
partnerId: z.ZodOptional<z.ZodString>;
|
|
12
|
+
marketingConsent: z.ZodDefault<z.ZodBoolean>;
|
|
13
|
+
}, "strip", z.ZodTypeAny, {
|
|
14
|
+
email: string;
|
|
15
|
+
password: string;
|
|
16
|
+
marketingConsent: boolean;
|
|
17
|
+
partnerId?: string | undefined;
|
|
18
|
+
}, {
|
|
19
|
+
email: string;
|
|
20
|
+
password: string;
|
|
21
|
+
partnerId?: string | undefined;
|
|
22
|
+
marketingConsent?: boolean | undefined;
|
|
23
|
+
}>;
|
|
24
|
+
type Request = z.infer<typeof RequestSchema>;
|
|
25
|
+
const ResponseSchema: z.ZodObject<{
|
|
26
|
+
data: z.ZodObject<{
|
|
27
|
+
accessToken: z.ZodString;
|
|
28
|
+
}, "strip", z.ZodTypeAny, {
|
|
29
|
+
accessToken: string;
|
|
30
|
+
}, {
|
|
31
|
+
accessToken: string;
|
|
32
|
+
}>;
|
|
33
|
+
}, "strip", z.ZodTypeAny, {
|
|
34
|
+
data: {
|
|
35
|
+
accessToken: string;
|
|
36
|
+
};
|
|
37
|
+
}, {
|
|
38
|
+
data: {
|
|
39
|
+
accessToken: string;
|
|
40
|
+
};
|
|
41
|
+
}>;
|
|
42
|
+
type Response = z.infer<typeof ResponseSchema>;
|
|
43
|
+
}
|
|
44
|
+
//# sourceMappingURL=register.command.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"register.command.d.ts","sourceRoot":"","sources":["../../../commands/auth/register.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,yBAAiB,eAAe,CAAC;IACtB,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;MAMxB,CAAC;IACH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;MAIzB,CAAC;IACH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -8,6 +8,9 @@ var RegisterCommand;
|
|
|
8
8
|
RegisterCommand.RequestSchema = models_1.UserSchema.pick({
|
|
9
9
|
email: true,
|
|
10
10
|
password: true,
|
|
11
|
+
}).extend({
|
|
12
|
+
partnerId: zod_1.z.string().uuid().optional(),
|
|
13
|
+
marketingConsent: zod_1.z.boolean().default(false),
|
|
11
14
|
});
|
|
12
15
|
RegisterCommand.ResponseSchema = zod_1.z.object({
|
|
13
16
|
data: zod_1.z.object({
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare namespace ResetPasswordCommand {
|
|
3
|
+
const RequestSchema: z.ZodObject<{
|
|
4
|
+
userId: z.ZodString;
|
|
5
|
+
restoreToken: z.ZodString;
|
|
6
|
+
newPassword: z.ZodString;
|
|
7
|
+
}, "strip", z.ZodTypeAny, {
|
|
8
|
+
userId: string;
|
|
9
|
+
restoreToken: string;
|
|
10
|
+
newPassword: string;
|
|
11
|
+
}, {
|
|
12
|
+
userId: string;
|
|
13
|
+
restoreToken: string;
|
|
14
|
+
newPassword: string;
|
|
15
|
+
}>;
|
|
16
|
+
type Request = z.infer<typeof RequestSchema>;
|
|
17
|
+
const ResponseSchema: z.ZodObject<{
|
|
18
|
+
data: z.ZodObject<{
|
|
19
|
+
accessToken: z.ZodString;
|
|
20
|
+
}, "strip", z.ZodTypeAny, {
|
|
21
|
+
accessToken: string;
|
|
22
|
+
}, {
|
|
23
|
+
accessToken: string;
|
|
24
|
+
}>;
|
|
25
|
+
}, "strip", z.ZodTypeAny, {
|
|
26
|
+
data: {
|
|
27
|
+
accessToken: string;
|
|
28
|
+
};
|
|
29
|
+
}, {
|
|
30
|
+
data: {
|
|
31
|
+
accessToken: string;
|
|
32
|
+
};
|
|
33
|
+
}>;
|
|
34
|
+
type Response = z.infer<typeof ResponseSchema>;
|
|
35
|
+
}
|
|
36
|
+
//# sourceMappingURL=reset-password.command.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reset-password.command.d.ts","sourceRoot":"","sources":["../../../commands/auth/reset-password.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,yBAAiB,oBAAoB,CAAC;IAC3B,MAAM,aAAa;;;;;;;;;;;;MAIxB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;MAIzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ResetPasswordCommand = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
var ResetPasswordCommand;
|
|
6
|
+
(function (ResetPasswordCommand) {
|
|
7
|
+
ResetPasswordCommand.RequestSchema = zod_1.z.object({
|
|
8
|
+
userId: zod_1.z.string().uuid(),
|
|
9
|
+
restoreToken: zod_1.z.string().min(6),
|
|
10
|
+
newPassword: zod_1.z.string().min(6).max(128),
|
|
11
|
+
});
|
|
12
|
+
ResetPasswordCommand.ResponseSchema = zod_1.z.object({
|
|
13
|
+
data: zod_1.z.object({
|
|
14
|
+
accessToken: zod_1.z.string(),
|
|
15
|
+
}),
|
|
16
|
+
});
|
|
17
|
+
})(ResetPasswordCommand || (exports.ResetPasswordCommand = ResetPasswordCommand = {}));
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare namespace RestorePasswordCommand {
|
|
3
|
+
const RequestSchema: z.ZodObject<Pick<{
|
|
4
|
+
uuid: z.ZodOptional<z.ZodString>;
|
|
5
|
+
siteId: z.ZodOptional<z.ZodString>;
|
|
6
|
+
email: z.ZodString;
|
|
7
|
+
password: z.ZodString;
|
|
8
|
+
role: z.ZodOptional<z.ZodNativeEnum<typeof import("../..").USER_ROLE>>;
|
|
9
|
+
status: z.ZodOptional<z.ZodNativeEnum<typeof import("../..").USER_STATUS>>;
|
|
10
|
+
}, "email">, "strip", z.ZodTypeAny, {
|
|
11
|
+
email: string;
|
|
12
|
+
}, {
|
|
13
|
+
email: string;
|
|
14
|
+
}>;
|
|
15
|
+
type Request = z.infer<typeof RequestSchema>;
|
|
16
|
+
const ResponseSchema: z.ZodObject<{
|
|
17
|
+
data: z.ZodObject<{
|
|
18
|
+
message: z.ZodString;
|
|
19
|
+
}, "strip", z.ZodTypeAny, {
|
|
20
|
+
message: string;
|
|
21
|
+
}, {
|
|
22
|
+
message: string;
|
|
23
|
+
}>;
|
|
24
|
+
}, "strip", z.ZodTypeAny, {
|
|
25
|
+
data: {
|
|
26
|
+
message: string;
|
|
27
|
+
};
|
|
28
|
+
}, {
|
|
29
|
+
data: {
|
|
30
|
+
message: string;
|
|
31
|
+
};
|
|
32
|
+
}>;
|
|
33
|
+
type Response = z.infer<typeof ResponseSchema>;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=restore-password.command.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"restore-password.command.d.ts","sourceRoot":"","sources":["../../../commands/auth/restore-password.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,yBAAiB,sBAAsB,CAAC;IAC7B,MAAM,aAAa;;;;;;;;;;;MAExB,CAAC;IACH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;MAIzB,CAAC;IACH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.RestorePasswordCommand = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const models_1 = require("../../models");
|
|
6
|
+
var RestorePasswordCommand;
|
|
7
|
+
(function (RestorePasswordCommand) {
|
|
8
|
+
RestorePasswordCommand.RequestSchema = models_1.UserSchema.pick({
|
|
9
|
+
email: true,
|
|
10
|
+
});
|
|
11
|
+
RestorePasswordCommand.ResponseSchema = zod_1.z.object({
|
|
12
|
+
data: zod_1.z.object({
|
|
13
|
+
message: zod_1.z.string(),
|
|
14
|
+
}),
|
|
15
|
+
});
|
|
16
|
+
})(RestorePasswordCommand || (exports.RestorePasswordCommand = RestorePasswordCommand = {}));
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare namespace VerifyEmailRetryCommand {
|
|
3
|
+
const RequestSchema: z.ZodObject<{
|
|
4
|
+
userId: z.ZodString;
|
|
5
|
+
}, "strip", z.ZodTypeAny, {
|
|
6
|
+
userId: string;
|
|
7
|
+
}, {
|
|
8
|
+
userId: string;
|
|
9
|
+
}>;
|
|
10
|
+
type Request = z.infer<typeof RequestSchema>;
|
|
11
|
+
const ResponseSchema: z.ZodObject<{
|
|
12
|
+
data: z.ZodObject<{
|
|
13
|
+
isSuccess: z.ZodBoolean;
|
|
14
|
+
}, "strip", z.ZodTypeAny, {
|
|
15
|
+
isSuccess: boolean;
|
|
16
|
+
}, {
|
|
17
|
+
isSuccess: boolean;
|
|
18
|
+
}>;
|
|
19
|
+
}, "strip", z.ZodTypeAny, {
|
|
20
|
+
data: {
|
|
21
|
+
isSuccess: boolean;
|
|
22
|
+
};
|
|
23
|
+
}, {
|
|
24
|
+
data: {
|
|
25
|
+
isSuccess: boolean;
|
|
26
|
+
};
|
|
27
|
+
}>;
|
|
28
|
+
type Response = z.infer<typeof ResponseSchema>;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=verify-email-retry.command.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"verify-email-retry.command.d.ts","sourceRoot":"","sources":["../../../commands/auth/verify-email-retry.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,yBAAiB,uBAAuB,CAAC;IAC9B,MAAM,aAAa;;;;;;MAExB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;MAIzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VerifyEmailRetryCommand = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
var VerifyEmailRetryCommand;
|
|
6
|
+
(function (VerifyEmailRetryCommand) {
|
|
7
|
+
VerifyEmailRetryCommand.RequestSchema = zod_1.z.object({
|
|
8
|
+
userId: zod_1.z.string().uuid(),
|
|
9
|
+
});
|
|
10
|
+
VerifyEmailRetryCommand.ResponseSchema = zod_1.z.object({
|
|
11
|
+
data: zod_1.z.object({
|
|
12
|
+
isSuccess: zod_1.z.boolean(),
|
|
13
|
+
}),
|
|
14
|
+
});
|
|
15
|
+
})(VerifyEmailRetryCommand || (exports.VerifyEmailRetryCommand = VerifyEmailRetryCommand = {}));
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare namespace VerifyEmailCommand {
|
|
3
|
+
const RequestSchema: z.ZodObject<{
|
|
4
|
+
verifyTokenHash: z.ZodString;
|
|
5
|
+
email: z.ZodString;
|
|
6
|
+
}, "strip", z.ZodTypeAny, {
|
|
7
|
+
email: string;
|
|
8
|
+
verifyTokenHash: string;
|
|
9
|
+
}, {
|
|
10
|
+
email: string;
|
|
11
|
+
verifyTokenHash: string;
|
|
12
|
+
}>;
|
|
13
|
+
type Request = z.infer<typeof RequestSchema>;
|
|
14
|
+
const ResponseSchema: z.ZodObject<{
|
|
15
|
+
data: z.ZodObject<{
|
|
16
|
+
isSuccess: z.ZodBoolean;
|
|
17
|
+
}, "strip", z.ZodTypeAny, {
|
|
18
|
+
isSuccess: boolean;
|
|
19
|
+
}, {
|
|
20
|
+
isSuccess: boolean;
|
|
21
|
+
}>;
|
|
22
|
+
}, "strip", z.ZodTypeAny, {
|
|
23
|
+
data: {
|
|
24
|
+
isSuccess: boolean;
|
|
25
|
+
};
|
|
26
|
+
}, {
|
|
27
|
+
data: {
|
|
28
|
+
isSuccess: boolean;
|
|
29
|
+
};
|
|
30
|
+
}>;
|
|
31
|
+
type Response = z.infer<typeof ResponseSchema>;
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=verify-email.command.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"verify-email.command.d.ts","sourceRoot":"","sources":["../../../commands/auth/verify-email.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,yBAAiB,kBAAkB,CAAC;IACzB,MAAM,aAAa;;;;;;;;;MAGxB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;MAIzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VerifyEmailCommand = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
var VerifyEmailCommand;
|
|
6
|
+
(function (VerifyEmailCommand) {
|
|
7
|
+
VerifyEmailCommand.RequestSchema = zod_1.z.object({
|
|
8
|
+
verifyTokenHash: zod_1.z.string().min(6),
|
|
9
|
+
email: zod_1.z.string().email(),
|
|
10
|
+
});
|
|
11
|
+
VerifyEmailCommand.ResponseSchema = zod_1.z.object({
|
|
12
|
+
data: zod_1.z.object({
|
|
13
|
+
isSuccess: zod_1.z.boolean(),
|
|
14
|
+
}),
|
|
15
|
+
});
|
|
16
|
+
})(VerifyEmailCommand || (exports.VerifyEmailCommand = VerifyEmailCommand = {}));
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare namespace VKLoginCommand {
|
|
3
|
+
const RequestSchema: z.ZodObject<{
|
|
4
|
+
code: z.ZodString;
|
|
5
|
+
code_verifier: z.ZodString;
|
|
6
|
+
device_id: z.ZodString;
|
|
7
|
+
state: z.ZodString;
|
|
8
|
+
marketingConsent: z.ZodDefault<z.ZodBoolean>;
|
|
9
|
+
partnerId: z.ZodOptional<z.ZodString>;
|
|
10
|
+
}, "strip", z.ZodTypeAny, {
|
|
11
|
+
code: string;
|
|
12
|
+
marketingConsent: boolean;
|
|
13
|
+
code_verifier: string;
|
|
14
|
+
device_id: string;
|
|
15
|
+
state: string;
|
|
16
|
+
partnerId?: string | undefined;
|
|
17
|
+
}, {
|
|
18
|
+
code: string;
|
|
19
|
+
code_verifier: string;
|
|
20
|
+
device_id: string;
|
|
21
|
+
state: string;
|
|
22
|
+
partnerId?: string | undefined;
|
|
23
|
+
marketingConsent?: boolean | undefined;
|
|
24
|
+
}>;
|
|
25
|
+
type Request = z.infer<typeof RequestSchema>;
|
|
26
|
+
const ResponseSchema: z.ZodObject<{
|
|
27
|
+
data: z.ZodObject<{
|
|
28
|
+
accessToken: z.ZodString;
|
|
29
|
+
}, "strip", z.ZodTypeAny, {
|
|
30
|
+
accessToken: string;
|
|
31
|
+
}, {
|
|
32
|
+
accessToken: string;
|
|
33
|
+
}>;
|
|
34
|
+
}, "strip", z.ZodTypeAny, {
|
|
35
|
+
data: {
|
|
36
|
+
accessToken: string;
|
|
37
|
+
};
|
|
38
|
+
}, {
|
|
39
|
+
data: {
|
|
40
|
+
accessToken: string;
|
|
41
|
+
};
|
|
42
|
+
}>;
|
|
43
|
+
type Response = z.infer<typeof ResponseSchema>;
|
|
44
|
+
}
|
|
45
|
+
//# sourceMappingURL=vk-login.command.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vk-login.command.d.ts","sourceRoot":"","sources":["../../../commands/auth/vk-login.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,yBAAiB,cAAc,CAAC;IACrB,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;MAOxB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;MAIzB,CAAC;IACH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VKLoginCommand = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
var VKLoginCommand;
|
|
6
|
+
(function (VKLoginCommand) {
|
|
7
|
+
VKLoginCommand.RequestSchema = zod_1.z.object({
|
|
8
|
+
code: zod_1.z.string(),
|
|
9
|
+
code_verifier: zod_1.z.string(),
|
|
10
|
+
device_id: zod_1.z.string(),
|
|
11
|
+
state: zod_1.z.string(),
|
|
12
|
+
marketingConsent: zod_1.z.boolean().default(false),
|
|
13
|
+
partnerId: zod_1.z.string().uuid().optional(),
|
|
14
|
+
});
|
|
15
|
+
VKLoginCommand.ResponseSchema = zod_1.z.object({
|
|
16
|
+
data: zod_1.z.object({
|
|
17
|
+
accessToken: zod_1.z.string(),
|
|
18
|
+
}),
|
|
19
|
+
});
|
|
20
|
+
})(VKLoginCommand || (exports.VKLoginCommand = VKLoginCommand = {}));
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare namespace YandexLoginCommand {
|
|
3
|
+
const RequestSchema: z.ZodObject<{
|
|
4
|
+
code: z.ZodString;
|
|
5
|
+
code_verifier: z.ZodString;
|
|
6
|
+
marketingConsent: z.ZodDefault<z.ZodBoolean>;
|
|
7
|
+
partnerId: z.ZodOptional<z.ZodString>;
|
|
8
|
+
}, "strip", z.ZodTypeAny, {
|
|
9
|
+
code: string;
|
|
10
|
+
marketingConsent: boolean;
|
|
11
|
+
code_verifier: string;
|
|
12
|
+
partnerId?: string | undefined;
|
|
13
|
+
}, {
|
|
14
|
+
code: string;
|
|
15
|
+
code_verifier: string;
|
|
16
|
+
partnerId?: string | undefined;
|
|
17
|
+
marketingConsent?: boolean | undefined;
|
|
18
|
+
}>;
|
|
19
|
+
type Request = z.infer<typeof RequestSchema>;
|
|
20
|
+
const ResponseSchema: z.ZodObject<{
|
|
21
|
+
data: z.ZodObject<{
|
|
22
|
+
accessToken: z.ZodString;
|
|
23
|
+
}, "strip", z.ZodTypeAny, {
|
|
24
|
+
accessToken: string;
|
|
25
|
+
}, {
|
|
26
|
+
accessToken: string;
|
|
27
|
+
}>;
|
|
28
|
+
}, "strip", z.ZodTypeAny, {
|
|
29
|
+
data: {
|
|
30
|
+
accessToken: string;
|
|
31
|
+
};
|
|
32
|
+
}, {
|
|
33
|
+
data: {
|
|
34
|
+
accessToken: string;
|
|
35
|
+
};
|
|
36
|
+
}>;
|
|
37
|
+
type Response = z.infer<typeof ResponseSchema>;
|
|
38
|
+
}
|
|
39
|
+
//# sourceMappingURL=yandex-login.command.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"yandex-login.command.d.ts","sourceRoot":"","sources":["../../../commands/auth/yandex-login.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,yBAAiB,kBAAkB,CAAC;IACzB,MAAM,aAAa;;;;;;;;;;;;;;;MAKxB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;;;;;;;;;;;;MAIzB,CAAC;IACH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.YandexLoginCommand = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
var YandexLoginCommand;
|
|
6
|
+
(function (YandexLoginCommand) {
|
|
7
|
+
YandexLoginCommand.RequestSchema = zod_1.z.object({
|
|
8
|
+
code: zod_1.z.string(),
|
|
9
|
+
code_verifier: zod_1.z.string(),
|
|
10
|
+
marketingConsent: zod_1.z.boolean().default(false),
|
|
11
|
+
partnerId: zod_1.z.string().uuid().optional(),
|
|
12
|
+
});
|
|
13
|
+
YandexLoginCommand.ResponseSchema = zod_1.z.object({
|
|
14
|
+
data: zod_1.z.object({
|
|
15
|
+
accessToken: zod_1.z.string(),
|
|
16
|
+
}),
|
|
17
|
+
});
|
|
18
|
+
})(YandexLoginCommand || (exports.YandexLoginCommand = YandexLoginCommand = {}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../commands/file/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare namespace UploadFileCommand {
|
|
3
|
+
const ResponseSchema: z.ZodObject<{
|
|
4
|
+
data: z.ZodObject<{
|
|
5
|
+
uuid: z.ZodString;
|
|
6
|
+
name: z.ZodString;
|
|
7
|
+
key: z.ZodString;
|
|
8
|
+
url: z.ZodString;
|
|
9
|
+
mimeType: z.ZodString;
|
|
10
|
+
size: z.ZodNumber;
|
|
11
|
+
type: z.ZodNativeEnum<typeof import("../..").FILE_TYPE>;
|
|
12
|
+
createdAt: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
|
|
13
|
+
}, "strip", z.ZodTypeAny, {
|
|
14
|
+
uuid: string;
|
|
15
|
+
type: import("../..").FILE_TYPE;
|
|
16
|
+
name: string;
|
|
17
|
+
url: string;
|
|
18
|
+
mimeType: string;
|
|
19
|
+
size: number;
|
|
20
|
+
key: string;
|
|
21
|
+
createdAt?: string | Date | undefined;
|
|
22
|
+
}, {
|
|
23
|
+
uuid: string;
|
|
24
|
+
type: import("../..").FILE_TYPE;
|
|
25
|
+
name: string;
|
|
26
|
+
url: string;
|
|
27
|
+
mimeType: string;
|
|
28
|
+
size: number;
|
|
29
|
+
key: string;
|
|
30
|
+
createdAt?: string | Date | undefined;
|
|
31
|
+
}>;
|
|
32
|
+
}, "strip", z.ZodTypeAny, {
|
|
33
|
+
data: {
|
|
34
|
+
uuid: string;
|
|
35
|
+
type: import("../..").FILE_TYPE;
|
|
36
|
+
name: string;
|
|
37
|
+
url: string;
|
|
38
|
+
mimeType: string;
|
|
39
|
+
size: number;
|
|
40
|
+
key: string;
|
|
41
|
+
createdAt?: string | Date | undefined;
|
|
42
|
+
};
|
|
43
|
+
}, {
|
|
44
|
+
data: {
|
|
45
|
+
uuid: string;
|
|
46
|
+
type: import("../..").FILE_TYPE;
|
|
47
|
+
name: string;
|
|
48
|
+
url: string;
|
|
49
|
+
mimeType: string;
|
|
50
|
+
size: number;
|
|
51
|
+
key: string;
|
|
52
|
+
createdAt?: string | Date | undefined;
|
|
53
|
+
};
|
|
54
|
+
}>;
|
|
55
|
+
type Response = z.infer<typeof ResponseSchema>;
|
|
56
|
+
}
|
|
57
|
+
//# sourceMappingURL=upload-file.command.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"upload-file.command.d.ts","sourceRoot":"","sources":["../../../commands/file/upload-file.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,yBAAiB,iBAAiB,CAAC;IACxB,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAEzB,CAAC;IACH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|