@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 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../constants/order/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"page-type.enum.d.ts","sourceRoot":"","sources":["../../../../constants/page/enums/page-type.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,QAAQ;IAChB,WAAW,gBAAgB;IAC3B,qBAAqB,0BAA0B;IAC/C,oBAAoB,yBAAyB;CAChD"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PageType = void 0;
|
|
4
|
+
var PageType;
|
|
5
|
+
(function (PageType) {
|
|
6
|
+
PageType["WRITER_TOOL"] = "WRITER_TOOL";
|
|
7
|
+
PageType["EDU_TASK_SOLVING_TOOL"] = "EDU_TASK_SOLVING_TOOL";
|
|
8
|
+
PageType["WRITER_DOCUMENT_TYPE"] = "WRITER_DOCUMENT_TYPE";
|
|
9
|
+
})(PageType || (exports.PageType = PageType = {}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../constants/page/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./enums/page-type.enum"), exports);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from './payment-status.enum';
|
|
2
|
-
|
|
2
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../constants/payment/enums/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payment-status.enum.d.ts","sourceRoot":"","sources":["../../../../constants/payment/enums/payment-status.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,cAAc;IACtB,OAAO,YAAY;CACtB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../constants/payment/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"free-subscription-id.constant.d.ts","sourceRoot":"","sources":["../../../constants/subscription/free-subscription-id.constant.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB,EAAG,sCAA+C,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from './free-subscription-id.constant';
|
|
2
|
-
|
|
2
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../constants/subscription/index.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../constants/tools/enums/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kCAAkC,CAAC;AACjD,cAAc,kBAAkB,CAAC"}
|
|
@@ -17,4 +17,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17
17
|
__exportStar(require("./job-status.enum"), exports);
|
|
18
18
|
__exportStar(require("./tool-model-status.enum"), exports);
|
|
19
19
|
__exportStar(require("./job-request-origin.enum"), exports);
|
|
20
|
+
__exportStar(require("./marketplace-card-strategy.enum"), exports);
|
|
20
21
|
__exportStar(require("./tool-type.enum"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"job-request-origin.enum.d.ts","sourceRoot":"","sources":["../../../../constants/tools/enums/job-request-origin.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,kBAAkB;IAC1B,GAAG,QAAQ;CACd"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"job-status.enum.d.ts","sourceRoot":"","sources":["../../../../constants/tools/enums/job-status.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,UAAU;IAClB,OAAO,YAAY;IACnB,SAAS,cAAc;IACvB,MAAM,WAAW;CACpB"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare enum MARKETPLACE_CARD_STRATEGY {
|
|
2
|
+
NANO_BANANA_POLLING = "NANO_BANANA_POLLING",
|
|
3
|
+
NANO_BANANA_CALLBACK = "NANO_BANANA_CALLBACK",
|
|
4
|
+
NANO_BANANA_PRO_CALLBACK = "NANO_BANANA_PRO_CALLBACK",
|
|
5
|
+
NANO_BANANA_PRO_POLLING = "NANO_BANANA_PRO_POLLING"
|
|
6
|
+
}
|
|
7
|
+
//# sourceMappingURL=marketplace-card-strategy.enum.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"marketplace-card-strategy.enum.d.ts","sourceRoot":"","sources":["../../../../constants/tools/enums/marketplace-card-strategy.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,yBAAyB;IACjC,mBAAmB,wBAAwB;IAC3C,oBAAoB,yBAAyB;IAC7C,wBAAwB,6BAA6B;IACrD,uBAAuB,4BAA4B;CACtD"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MARKETPLACE_CARD_STRATEGY = void 0;
|
|
4
|
+
var MARKETPLACE_CARD_STRATEGY;
|
|
5
|
+
(function (MARKETPLACE_CARD_STRATEGY) {
|
|
6
|
+
MARKETPLACE_CARD_STRATEGY["NANO_BANANA_POLLING"] = "NANO_BANANA_POLLING";
|
|
7
|
+
MARKETPLACE_CARD_STRATEGY["NANO_BANANA_CALLBACK"] = "NANO_BANANA_CALLBACK";
|
|
8
|
+
MARKETPLACE_CARD_STRATEGY["NANO_BANANA_PRO_CALLBACK"] = "NANO_BANANA_PRO_CALLBACK";
|
|
9
|
+
MARKETPLACE_CARD_STRATEGY["NANO_BANANA_PRO_POLLING"] = "NANO_BANANA_PRO_POLLING";
|
|
10
|
+
})(MARKETPLACE_CARD_STRATEGY || (exports.MARKETPLACE_CARD_STRATEGY = MARKETPLACE_CARD_STRATEGY = {}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tool-model-status.enum.d.ts","sourceRoot":"","sources":["../../../../constants/tools/enums/tool-model-status.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,iBAAiB;IACzB,MAAM,WAAW;IACjB,QAAQ,aAAa;CACxB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tool-type.enum.d.ts","sourceRoot":"","sources":["../../../../constants/tools/enums/tool-type.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,SAAS;IACjB,gBAAgB,qBAAqB;IACrC,YAAY,iBAAiB;IAC7B,gBAAgB,qBAAqB;CACxC"}
|
|
@@ -4,4 +4,6 @@ exports.TOOL_TYPE = void 0;
|
|
|
4
4
|
var TOOL_TYPE;
|
|
5
5
|
(function (TOOL_TYPE) {
|
|
6
6
|
TOOL_TYPE["IMAGE_GENERATION"] = "image_generation";
|
|
7
|
+
TOOL_TYPE["IMAGE_EDITOR"] = "image_editor";
|
|
8
|
+
TOOL_TYPE["MARKETPLACE_CARD"] = "marketplace_card";
|
|
7
9
|
})(TOOL_TYPE || (exports.TOOL_TYPE = TOOL_TYPE = {}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../constants/tools/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC"}
|
package/{constants/transaction/enums/index.ts → build/constants/transaction/enums/index.d.ts}
RENAMED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from './transaction-status.enum';
|
|
2
|
-
|
|
2
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../constants/transaction/enums/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"transaction-status.enum.d.ts","sourceRoot":"","sources":["../../../../constants/transaction/enums/transaction-status.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,kBAAkB;IAC1B,UAAU,eAAe;IACzB,OAAO,YAAY;IACnB,mBAAmB,wBAAwB;CAC9C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../constants/transaction/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../constants/user/enums/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC"}
|
|
@@ -16,3 +16,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./user-role.enum"), exports);
|
|
18
18
|
__exportStar(require("./user-status.enum"), exports);
|
|
19
|
+
__exportStar(require("./signup-method.enum"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"signup-method.enum.d.ts","sourceRoot":"","sources":["../../../../constants/user/enums/signup-method.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa;IACrB,KAAK,UAAU;IACf,QAAQ,aAAa;IACrB,EAAE,OAAO;IACT,MAAM,WAAW;CACpB"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SIGNUP_METHOD = void 0;
|
|
4
|
+
var SIGNUP_METHOD;
|
|
5
|
+
(function (SIGNUP_METHOD) {
|
|
6
|
+
SIGNUP_METHOD["EMAIL"] = "email";
|
|
7
|
+
SIGNUP_METHOD["TELEGRAM"] = "telegram";
|
|
8
|
+
SIGNUP_METHOD["VK"] = "vk";
|
|
9
|
+
SIGNUP_METHOD["YANDEX"] = "yandex";
|
|
10
|
+
})(SIGNUP_METHOD || (exports.SIGNUP_METHOD = SIGNUP_METHOD = {}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-role.enum.d.ts","sourceRoot":"","sources":["../../../../constants/user/enums/user-role.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,SAAS;IACjB,IAAI,SAAS;IACb,KAAK,UAAU;IACf,WAAW,gBAAgB;CAC9B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-status.enum.d.ts","sourceRoot":"","sources":["../../../../constants/user/enums/user-status.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,WAAW;IACnB,MAAM,WAAW;IACjB,QAAQ,aAAa;IACrB,OAAO,YAAY;CACtB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../constants/user/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from './user-to-product-status.enum';
|
|
2
|
-
|
|
2
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../constants/user-to-product/enums/index.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-to-product-status.enum.d.ts","sourceRoot":"","sources":["../../../../constants/user-to-product/enums/user-to-product-status.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,sBAAsB;IAC9B,MAAM,WAAW;CACpB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../constants/user-to-product/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from './user-to-subscription-status.enum';
|
|
2
|
-
|
|
2
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../constants/user-to-subscription/enums/index.ts"],"names":[],"mappings":"AAAA,cAAc,oCAAoC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-to-subscription-status.enum.d.ts","sourceRoot":"","sources":["../../../../constants/user-to-subscription/enums/user-to-subscription-status.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,2BAA2B;IACnC,MAAM,WAAW;CACpB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../constants/user-to-subscription/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAC;AACtB,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC"}
|