@purpleschool/student-works 1.4.0 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/api/controller/http/auth.d.ts +15 -0
- package/build/api/controller/http/auth.d.ts.map +1 -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/files.d.ts +8 -0
- package/build/api/controller/http/files.d.ts.map +1 -0
- package/build/api/controller/http/index.d.ts +20 -0
- package/build/api/controller/http/index.d.ts.map +1 -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.d.ts +12 -0
- package/build/api/controller/http/page.d.ts.map +1 -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/presentation.d.ts +32 -0
- package/build/api/controller/http/presentation.d.ts.map +1 -0
- package/build/api/controller/http/product.d.ts +10 -0
- package/build/api/controller/http/product.d.ts.map +1 -0
- package/build/api/controller/http/promocode.d.ts +9 -0
- package/build/api/controller/http/promocode.d.ts.map +1 -0
- package/build/api/controller/http/referral.d.ts +7 -0
- package/build/api/controller/http/referral.d.ts.map +1 -0
- package/build/api/controller/http/solving-edu-task.d.ts +14 -0
- package/build/api/controller/http/solving-edu-task.d.ts.map +1 -0
- package/build/api/controller/http/subscription.d.ts +13 -0
- package/build/api/controller/http/subscription.d.ts.map +1 -0
- package/build/api/controller/http/tools.d.ts +7 -0
- package/build/api/controller/http/tools.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-balance.d.ts +6 -0
- package/build/api/controller/http/user-balance.d.ts.map +1 -0
- package/build/api/controller/http/user-to-product.d.ts +6 -0
- package/build/api/controller/http/user-to-product.d.ts.map +1 -0
- package/build/api/controller/http/user-to-subscription.d.ts +6 -0
- package/build/api/controller/http/user-to-subscription.d.ts.map +1 -0
- package/build/api/controller/http/user.d.ts +13 -0
- package/build/api/controller/http/user.d.ts.map +1 -0
- package/build/api/controller/http/writer.d.ts +29 -0
- package/build/api/controller/http/writer.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/build/api/controller/user-balance.controller.d.ts +6 -0
- package/build/api/controller/user-balance.controller.d.ts.map +1 -0
- package/build/api/index.d.ts +3 -0
- package/build/api/index.d.ts.map +1 -0
- package/build/api/routes.d.ts +231 -0
- package/build/api/routes.d.ts.map +1 -0
- package/build/commands/account-merge/index.d.ts +2 -0
- package/build/commands/account-merge/index.d.ts.map +1 -0
- package/build/commands/account-merge/merge-account.command.d.ts +15 -0
- package/build/commands/account-merge/merge-account.command.d.ts.map +1 -0
- package/build/commands/auth/change-password.command.d.ts +15 -0
- package/build/commands/auth/change-password.command.d.ts.map +1 -0
- package/build/commands/auth/create-user.command.d.ts +14 -0
- package/build/commands/auth/create-user.command.d.ts.map +1 -0
- package/build/commands/auth/index.d.ts +11 -0
- package/build/commands/auth/index.d.ts.map +1 -0
- package/build/commands/auth/login.command.d.ts +15 -0
- package/build/commands/auth/login.command.d.ts.map +1 -0
- package/build/commands/auth/register-user.command.d.ts +17 -0
- package/build/commands/auth/register-user.command.d.ts.map +1 -0
- package/build/commands/auth/reset-password.command.d.ts +16 -0
- package/build/commands/auth/reset-password.command.d.ts.map +1 -0
- package/build/commands/auth/restore-password.command.d.ts +14 -0
- package/build/commands/auth/restore-password.command.d.ts.map +1 -0
- package/build/commands/auth/verify-email-retry.command.d.ts +8 -0
- package/build/commands/auth/verify-email-retry.command.d.ts.map +1 -0
- package/build/commands/auth/verify-email.command.d.ts +11 -0
- package/build/commands/auth/verify-email.command.d.ts.map +1 -0
- package/build/commands/auth/vk-login.command.d.ts +19 -0
- package/build/commands/auth/vk-login.command.d.ts.map +1 -0
- package/build/commands/auth/yandex-login.command.d.ts +17 -0
- package/build/commands/auth/yandex-login.command.d.ts.map +1 -0
- package/build/commands/files/delete-user-file.command.d.ts +9 -0
- package/build/commands/files/delete-user-file.command.d.ts.map +1 -0
- package/build/commands/files/index.d.ts +3 -0
- package/build/commands/files/index.d.ts.map +1 -0
- package/build/commands/files/upload.command.d.ts +20 -0
- package/build/commands/files/upload.command.d.ts.map +1 -0
- package/build/commands/index.d.ts +18 -0
- package/build/commands/index.d.ts.map +1 -0
- package/build/commands/page/create-page-question.command.d.ts +21 -0
- package/build/commands/page/create-page-question.command.d.ts.map +1 -0
- package/build/commands/page/create-page.command.d.ts +45 -0
- package/build/commands/page/create-page.command.d.ts.map +1 -0
- package/build/commands/page/delete-page-question.command.d.ts +10 -0
- package/build/commands/page/delete-page-question.command.d.ts.map +1 -0
- package/build/commands/page/delete-page.command.d.ts +10 -0
- package/build/commands/page/delete-page.command.d.ts.map +1 -0
- package/build/commands/page/find-page-by-alias.command.d.ts +101 -0
- package/build/commands/page/find-page-by-alias.command.d.ts.map +1 -0
- package/build/commands/page/find-page-by-criteria.command.d.ts +47 -0
- package/build/commands/page/find-page-by-criteria.command.d.ts.map +1 -0
- package/build/commands/page/find-page.command.d.ts +70 -0
- package/build/commands/page/find-page.command.d.ts.map +1 -0
- package/build/commands/page/index.d.ts +10 -0
- package/build/commands/page/index.d.ts.map +1 -0
- package/build/commands/page/update-page-question.command.d.ts +25 -0
- package/build/commands/page/update-page-question.command.d.ts.map +1 -0
- package/build/commands/page/update-page.command.d.ts +49 -0
- package/build/commands/page/update-page.command.d.ts.map +1 -0
- package/build/commands/payment/check.command.d.ts +64 -0
- package/build/commands/payment/check.command.d.ts.map +1 -0
- package/build/commands/payment/get-payment-history.command.d.ts +16 -0
- package/build/commands/payment/get-payment-history.command.d.ts.map +1 -0
- package/build/commands/payment/index.d.ts +6 -0
- package/build/commands/payment/index.d.ts.map +1 -0
- package/build/commands/payment/pay.command.d.ts +61 -0
- package/build/commands/payment/pay.command.d.ts.map +1 -0
- package/build/commands/payment/receipt.command.d.ts +403 -0
- package/build/commands/payment/receipt.command.d.ts.map +1 -0
- package/build/commands/payment/recurrent.command.d.ts +61 -0
- package/build/commands/payment/recurrent.command.d.ts.map +1 -0
- package/build/commands/presentation/build-blank-slide.command.d.ts +160 -0
- package/build/commands/presentation/build-blank-slide.command.d.ts.map +1 -0
- package/build/commands/presentation/create-presentation.command.d.ts +40 -0
- package/build/commands/presentation/create-presentation.command.d.ts.map +1 -0
- package/build/commands/presentation/create-presentation.command.js +1 -0
- package/build/commands/presentation/delete-all-user-presentations.command.d.ts +8 -0
- package/build/commands/presentation/delete-all-user-presentations.command.d.ts.map +1 -0
- package/build/commands/presentation/delete-presentation.command.d.ts +10 -0
- package/build/commands/presentation/delete-presentation.command.d.ts.map +1 -0
- package/build/commands/presentation/delete-slide-outline.command.d.ts +10 -0
- package/build/commands/presentation/delete-slide-outline.command.d.ts.map +1 -0
- package/build/commands/presentation/export-presentation-as-pptx.command.d.ts +162 -0
- package/build/commands/presentation/export-presentation-as-pptx.command.d.ts.map +1 -0
- package/build/commands/presentation/find-presentation-by-uuid.command.d.ts +191 -0
- package/build/commands/presentation/find-presentation-by-uuid.command.d.ts.map +1 -0
- package/build/commands/presentation/find-presentation-outline.command.d.ts +21 -0
- package/build/commands/presentation/find-presentation-outline.command.d.ts.map +1 -0
- package/build/commands/presentation/find-presentations.command.d.ts +38 -0
- package/build/commands/presentation/find-presentations.command.d.ts.map +1 -0
- package/build/commands/presentation/generate-and-insert-slide.command.d.ts +167 -0
- package/build/commands/presentation/generate-and-insert-slide.command.d.ts.map +1 -0
- package/build/commands/presentation/generate-presentation-slides.command.d.ts +42 -0
- package/build/commands/presentation/generate-presentation-slides.command.d.ts.map +1 -0
- package/build/commands/presentation/get-presentation-config.command.d.ts +60 -0
- package/build/commands/presentation/get-presentation-config.command.d.ts.map +1 -0
- package/build/commands/presentation/index.d.ts +25 -0
- package/build/commands/presentation/index.d.ts.map +1 -0
- package/build/commands/presentation/presentation-generate-report.command.d.ts +19 -0
- package/build/commands/presentation/presentation-generate-report.command.d.ts.map +1 -0
- package/build/commands/presentation/presentation-paraphrase.command.d.ts +25 -0
- package/build/commands/presentation/presentation-paraphrase.command.d.ts.map +1 -0
- package/build/commands/presentation/reposition-slide-outline.command.d.ts +15 -0
- package/build/commands/presentation/reposition-slide-outline.command.d.ts.map +1 -0
- package/build/commands/presentation/reposition-slide.command.d.ts +15 -0
- package/build/commands/presentation/reposition-slide.command.d.ts.map +1 -0
- package/build/commands/presentation/set-reaction-to-presentation.command.d.ts +40 -0
- package/build/commands/presentation/set-reaction-to-presentation.command.d.ts.map +1 -0
- package/build/commands/presentation/update-presentation-outline.command.d.ts +29 -0
- package/build/commands/presentation/update-presentation-outline.command.d.ts.map +1 -0
- package/build/commands/presentation/update-presentation-slides.command.d.ts +263 -0
- package/build/commands/presentation/update-presentation-slides.command.d.ts.map +1 -0
- package/build/commands/presentation/update-presentation-slides.command.js +1 -1
- package/build/commands/presentation/update-presentation.command.d.ts +44 -0
- package/build/commands/presentation/update-presentation.command.d.ts.map +1 -0
- package/build/commands/presentation/update-slide-image-slot.command.d.ts +46 -0
- package/build/commands/presentation/update-slide-image-slot.command.d.ts.map +1 -0
- package/build/commands/presentation/update-slide-outline.command.d.ts +28 -0
- package/build/commands/presentation/update-slide-outline.command.d.ts.map +1 -0
- package/build/commands/presentation/update-slide.command.d.ts +407 -0
- package/build/commands/presentation/update-slide.command.d.ts.map +1 -0
- package/build/commands/product/buy-product.command.d.ts +83 -0
- package/build/commands/product/buy-product.command.d.ts.map +1 -0
- package/build/commands/product/create-product.command.d.ts +23 -0
- package/build/commands/product/create-product.command.d.ts.map +1 -0
- package/build/commands/product/delete-product.command.d.ts +10 -0
- package/build/commands/product/delete-product.command.d.ts.map +1 -0
- package/build/commands/product/find-product.command.d.ts +32 -0
- package/build/commands/product/find-product.command.d.ts.map +1 -0
- package/build/commands/product/get-my-products.command.d.ts +26 -0
- package/build/commands/product/get-my-products.command.d.ts.map +1 -0
- package/build/commands/product/index.d.ts +7 -0
- package/build/commands/product/index.d.ts.map +1 -0
- package/build/commands/product/update-product.command.d.ts +27 -0
- package/build/commands/product/update-product.command.d.ts.map +1 -0
- package/build/commands/promocode/create-promocode.command.d.ts +35 -0
- package/build/commands/promocode/create-promocode.command.d.ts.map +1 -0
- package/build/commands/promocode/delete-promocode.command.d.ts +14 -0
- package/build/commands/promocode/delete-promocode.command.d.ts.map +1 -0
- package/build/commands/promocode/find-promocode.command.d.ts +44 -0
- package/build/commands/promocode/find-promocode.command.d.ts.map +1 -0
- package/build/commands/promocode/index.d.ts +6 -0
- package/build/commands/promocode/index.d.ts.map +1 -0
- package/build/commands/promocode/update-promocode.command.d.ts +39 -0
- package/build/commands/promocode/update-promocode.command.d.ts.map +1 -0
- package/build/commands/promocode/validate-promocode.command.d.ts +15 -0
- package/build/commands/promocode/validate-promocode.command.d.ts.map +1 -0
- package/build/commands/referral/get-by-bonuses.command.d.ts +15 -0
- package/build/commands/referral/get-by-bonuses.command.d.ts.map +1 -0
- package/build/commands/referral/index.d.ts +3 -0
- package/build/commands/referral/index.d.ts.map +1 -0
- package/build/commands/referral/validate-referral.command.d.ts +14 -0
- package/build/commands/referral/validate-referral.command.d.ts.map +1 -0
- package/build/commands/solving-edu-task/delete-all-solving-edu-task-jobs.command.d.ts +8 -0
- package/build/commands/solving-edu-task/delete-all-solving-edu-task-jobs.command.d.ts.map +1 -0
- package/build/commands/solving-edu-task/delete-solving-edu-task-job-by-uuid.command.d.ts +12 -0
- package/build/commands/solving-edu-task/delete-solving-edu-task-job-by-uuid.command.d.ts.map +1 -0
- package/build/commands/solving-edu-task/execute-solving-edu-task.command.d.ts +39 -0
- package/build/commands/solving-edu-task/execute-solving-edu-task.command.d.ts.map +1 -0
- package/build/commands/solving-edu-task/find-solving-edu-task-job-by-uuid.command.d.ts +35 -0
- package/build/commands/solving-edu-task/find-solving-edu-task-job-by-uuid.command.d.ts.map +1 -0
- package/build/commands/solving-edu-task/find-solving-edu-task-jobs.command.d.ts +39 -0
- package/build/commands/solving-edu-task/find-solving-edu-task-jobs.command.d.ts.map +1 -0
- package/build/commands/solving-edu-task/get-solving-edu-task-config.command.d.ts +35 -0
- package/build/commands/solving-edu-task/get-solving-edu-task-config.command.d.ts.map +1 -0
- package/build/commands/solving-edu-task/index.d.ts +10 -0
- package/build/commands/solving-edu-task/index.d.ts.map +1 -0
- package/build/commands/solving-edu-task/retry-solving-edu-task-job.command.d.ts +43 -0
- package/build/commands/solving-edu-task/retry-solving-edu-task-job.command.d.ts.map +1 -0
- package/build/commands/solving-edu-task/set-reaction-to-solving-edu-task-job.command.d.ts +41 -0
- package/build/commands/solving-edu-task/set-reaction-to-solving-edu-task-job.command.d.ts.map +1 -0
- package/build/commands/solving-edu-task/update-solving-edu-task-job-title.command.d.ts +39 -0
- package/build/commands/solving-edu-task/update-solving-edu-task-job-title.command.d.ts.map +1 -0
- package/build/commands/subscription/buy-subscription.command.d.ts +121 -0
- package/build/commands/subscription/buy-subscription.command.d.ts.map +1 -0
- package/build/commands/subscription/cancel-subscription.command.d.ts +14 -0
- package/build/commands/subscription/cancel-subscription.command.d.ts.map +1 -0
- package/build/commands/subscription/create-subscription.command.d.ts +41 -0
- package/build/commands/subscription/create-subscription.command.d.ts.map +1 -0
- package/build/commands/subscription/delete-subscription.command.d.ts +12 -0
- package/build/commands/subscription/delete-subscription.command.d.ts.map +1 -0
- package/build/commands/subscription/downgrade-subscription.command.d.ts +41 -0
- package/build/commands/subscription/downgrade-subscription.command.d.ts.map +1 -0
- package/build/commands/subscription/find-subscription.command.d.ts +69 -0
- package/build/commands/subscription/find-subscription.command.d.ts.map +1 -0
- package/build/commands/subscription/get-available-upgrades.command.d.ts +29 -0
- package/build/commands/subscription/get-available-upgrades.command.d.ts.map +1 -0
- package/build/commands/subscription/get-free-subscription.command.d.ts +25 -0
- package/build/commands/subscription/get-free-subscription.command.d.ts.map +1 -0
- package/build/commands/subscription/index.d.ts +13 -0
- package/build/commands/subscription/index.d.ts.map +1 -0
- package/build/commands/subscription/recover-past-due-subscription.command.d.ts +12 -0
- package/build/commands/subscription/recover-past-due-subscription.command.d.ts.map +1 -0
- package/build/commands/subscription/recover-subscription.command.d.ts +10 -0
- package/build/commands/subscription/recover-subscription.command.d.ts.map +1 -0
- package/build/commands/subscription/update-subscription.command.d.ts +45 -0
- package/build/commands/subscription/update-subscription.command.d.ts.map +1 -0
- package/build/commands/subscription/upgrade-subscription.command.d.ts +42 -0
- package/build/commands/subscription/upgrade-subscription.command.d.ts.map +1 -0
- package/build/commands/unregistered-user/create-unregistered-user.command.d.ts +10 -0
- package/build/commands/unregistered-user/create-unregistered-user.command.d.ts.map +1 -0
- package/build/commands/unregistered-user/index.d.ts +2 -0
- package/build/commands/unregistered-user/index.d.ts.map +1 -0
- package/build/commands/user/check-email.command.d.ts +7 -0
- package/build/commands/user/check-email.command.d.ts.map +1 -0
- package/build/commands/user/delete-account.command.d.ts +11 -0
- package/build/commands/user/delete-account.command.d.ts.map +1 -0
- package/build/commands/user/find-user-by-uuid.command.d.ts +22 -0
- package/build/commands/user/find-user-by-uuid.command.d.ts.map +1 -0
- package/build/commands/user/find-users-by-criteria.command.d.ts +60 -0
- package/build/commands/user/find-users-by-criteria.command.d.ts.map +1 -0
- package/build/commands/user/get-aggregated-user-data.command.d.ts +34 -0
- package/build/commands/user/get-aggregated-user-data.command.d.ts.map +1 -0
- package/build/commands/user/get-me.command.d.ts +23 -0
- package/build/commands/user/get-me.command.d.ts.map +1 -0
- package/build/commands/user/get-user-orders.command.d.ts +32 -0
- package/build/commands/user/get-user-orders.command.d.ts.map +1 -0
- package/build/commands/user/get-user-products.command.d.ts +27 -0
- package/build/commands/user/get-user-products.command.d.ts.map +1 -0
- package/build/commands/user/get-user-subscriptions.command.d.ts +32 -0
- package/build/commands/user/get-user-subscriptions.command.d.ts.map +1 -0
- package/build/commands/user/index.d.ts +11 -0
- package/build/commands/user/index.d.ts.map +1 -0
- package/build/commands/user/up-token-bonus-balance.command.d.ts +26 -0
- package/build/commands/user/up-token-bonus-balance.command.d.ts.map +1 -0
- package/build/commands/user-balance/get-user-balance.command.d.ts +15 -0
- package/build/commands/user-balance/get-user-balance.command.d.ts.map +1 -0
- package/build/commands/user-balance/index.d.ts +2 -0
- package/build/commands/user-balance/index.d.ts.map +1 -0
- package/build/commands/user-to-product/get-user-to-product-by-uuid.command.d.ts +21 -0
- package/build/commands/user-to-product/get-user-to-product-by-uuid.command.d.ts.map +1 -0
- package/build/commands/user-to-product/index.d.ts +3 -0
- package/build/commands/user-to-product/index.d.ts.map +1 -0
- package/build/commands/user-to-product/update-user-to-product.command.d.ts +27 -0
- package/build/commands/user-to-product/update-user-to-product.command.d.ts.map +1 -0
- package/build/commands/user-to-subscription/get-user-to-subscription-by-uuid.command.d.ts +26 -0
- package/build/commands/user-to-subscription/get-user-to-subscription-by-uuid.command.d.ts.map +1 -0
- package/build/commands/user-to-subscription/get-user-to-subscriptions.command.d.ts +41 -0
- package/build/commands/user-to-subscription/get-user-to-subscriptions.command.d.ts.map +1 -0
- package/build/commands/user-to-subscription/index.d.ts +4 -0
- package/build/commands/user-to-subscription/index.d.ts.map +1 -0
- package/build/commands/user-to-subscription/update-user-to-subscription.command.d.ts +38 -0
- package/build/commands/user-to-subscription/update-user-to-subscription.command.d.ts.map +1 -0
- package/build/commands/writer/collect-writer-document-sources.command.d.ts +50 -0
- package/build/commands/writer/collect-writer-document-sources.command.d.ts.map +1 -0
- package/build/commands/writer/confirm-source-citation-metadata.command.d.ts +62 -0
- package/build/commands/writer/confirm-source-citation-metadata.command.d.ts.map +1 -0
- package/build/commands/writer/create-writer-document.command.d.ts +49 -0
- package/build/commands/writer/create-writer-document.command.d.ts.map +1 -0
- package/build/commands/writer/delete-all-writer-documents.command.d.ts +6 -0
- package/build/commands/writer/delete-all-writer-documents.command.d.ts.map +1 -0
- package/build/commands/writer/delete-writer-document-by-uuid.command.d.ts +10 -0
- package/build/commands/writer/delete-writer-document-by-uuid.command.d.ts.map +1 -0
- package/build/commands/writer/discard-writer-source.command.d.ts +16 -0
- package/build/commands/writer/discard-writer-source.command.d.ts.map +1 -0
- package/build/commands/writer/export-writer-document-as-docx.command.d.ts +14 -0
- package/build/commands/writer/export-writer-document-as-docx.command.d.ts.map +1 -0
- package/build/commands/writer/find-writer-document-by-uuid.command.d.ts +48 -0
- package/build/commands/writer/find-writer-document-by-uuid.command.d.ts.map +1 -0
- package/build/commands/writer/find-writer-documents.command.d.ts +52 -0
- package/build/commands/writer/find-writer-documents.command.d.ts.map +1 -0
- package/build/commands/writer/generate-writer-document-contents.command.d.ts +50 -0
- package/build/commands/writer/generate-writer-document-contents.command.d.ts.map +1 -0
- package/build/commands/writer/generate-writer-document-outline.command.d.ts +53 -0
- package/build/commands/writer/generate-writer-document-outline.command.d.ts.map +1 -0
- package/build/commands/writer/get-writer-document-sources.command.d.ts +40 -0
- package/build/commands/writer/get-writer-document-sources.command.d.ts.map +1 -0
- package/build/commands/writer/get-writer-tool-config.command.d.ts +53 -0
- package/build/commands/writer/get-writer-tool-config.command.d.ts.map +1 -0
- package/build/commands/writer/index.d.ts +25 -0
- package/build/commands/writer/index.d.ts.map +1 -0
- package/build/commands/writer/set-reaction.writer-document.command.d.ts +53 -0
- package/build/commands/writer/set-reaction.writer-document.command.d.ts.map +1 -0
- package/build/commands/writer/toggle-writer-document-title-page.command.d.ts +18 -0
- package/build/commands/writer/toggle-writer-document-title-page.command.d.ts.map +1 -0
- package/build/commands/writer/update-writer-document-contents.command.d.ts +18 -0
- package/build/commands/writer/update-writer-document-contents.command.d.ts.map +1 -0
- package/build/commands/writer/update-writer-document-outline.command.d.ts +28 -0
- package/build/commands/writer/update-writer-document-outline.command.d.ts.map +1 -0
- package/build/commands/writer/update-writer-document-title-page.command.d.ts +32 -0
- package/build/commands/writer/update-writer-document-title-page.command.d.ts.map +1 -0
- package/build/commands/writer/upload-writer-source.command.d.ts +44 -0
- package/build/commands/writer/upload-writer-source.command.d.ts.map +1 -0
- package/build/commands/writer/writer-extend-text.command.d.ts +18 -0
- package/build/commands/writer/writer-extend-text.command.d.ts.map +1 -0
- package/build/commands/writer/writer-fix-errors.command.d.ts +18 -0
- package/build/commands/writer/writer-fix-errors.command.d.ts.map +1 -0
- package/build/commands/writer/writer-generate-text.command.d.ts +21 -0
- package/build/commands/writer/writer-generate-text.command.d.ts.map +1 -0
- package/build/commands/writer/writer-paraphrase.command.d.ts +18 -0
- package/build/commands/writer/writer-paraphrase.command.d.ts.map +1 -0
- package/build/commands/writer/writer-shorten-text.command.d.ts +18 -0
- package/build/commands/writer/writer-shorten-text.command.d.ts.map +1 -0
- package/build/common/enums/index.d.ts +2 -0
- package/build/common/enums/index.d.ts.map +1 -0
- package/build/common/enums/tool-type.enum.d.ts +6 -0
- package/build/common/enums/tool-type.enum.d.ts.map +1 -0
- package/build/common/enums/tool-type.enum.js +1 -0
- package/build/common/index.d.ts +3 -0
- package/build/common/index.d.ts.map +1 -0
- package/build/common/models/command-response.schema.d.ts +13 -0
- package/build/common/models/command-response.schema.d.ts.map +1 -0
- package/build/common/models/index.d.ts +2 -0
- package/build/common/models/index.d.ts.map +1 -0
- package/build/constants/cloud-payments/index.d.ts +9 -0
- package/build/constants/cloud-payments/index.d.ts.map +1 -0
- package/build/constants/common/enums/ai-model-status.enum.d.ts +5 -0
- package/build/constants/common/enums/ai-model-status.enum.d.ts.map +1 -0
- package/build/constants/common/enums/index.d.ts +3 -0
- package/build/constants/common/enums/index.d.ts.map +1 -0
- package/build/constants/common/enums/job-status.enum.d.ts +6 -0
- package/build/constants/common/enums/job-status.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/domains/index.d.ts +2 -0
- package/build/constants/domains/index.d.ts.map +1 -0
- package/build/constants/domains/white-list.d.ts +3 -0
- package/build/constants/domains/white-list.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/index.d.ts +3 -0
- package/build/constants/email/index.d.ts.map +1 -0
- package/build/constants/email/subjects.d.ts +13 -0
- package/build/constants/email/subjects.d.ts.map +1 -0
- package/build/constants/errors/errors.d.ts +1408 -0
- package/build/constants/errors/errors.d.ts.map +1 -0
- package/build/constants/errors/errors.js +5 -0
- package/build/constants/errors/index.d.ts +3 -0
- package/build/constants/errors/index.d.ts.map +1 -0
- package/build/constants/errors/verbose.d.ts +7 -0
- package/build/constants/errors/verbose.d.ts.map +1 -0
- package/build/constants/files/enums/file-type.enum.d.ts +7 -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/file.constants.d.ts +9 -0
- package/build/constants/files/file.constants.d.ts.map +1 -0
- package/build/constants/files/index.d.ts +3 -0
- package/build/constants/files/index.d.ts.map +1 -0
- package/build/constants/index.d.ts +18 -0
- package/build/constants/index.d.ts.map +1 -0
- package/build/constants/order/enums/index.d.ts +3 -0
- package/build/constants/order/enums/index.d.ts.map +1 -0
- package/build/constants/order/enums/order-sort-by.enum.d.ts +8 -0
- package/build/constants/order/enums/order-sort-by.enum.d.ts.map +1 -0
- package/build/constants/order/enums/order-status.enum.d.ts +13 -0
- package/build/constants/order/enums/order-status.enum.d.ts.map +1 -0
- package/build/constants/order/enums/order-type.enum.d.ts +6 -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/index.d.ts +2 -0
- package/build/constants/page/enums/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/index.d.ts +2 -0
- package/build/constants/page/index.d.ts.map +1 -0
- package/build/constants/payment/enums/index.d.ts +3 -0
- package/build/constants/payment/enums/index.d.ts.map +1 -0
- package/build/constants/payment/enums/payment-history-item-type.enum.d.ts +5 -0
- package/build/constants/payment/enums/payment-history-item-type.enum.d.ts.map +1 -0
- package/build/constants/payment/enums/payment-status.enum.d.ts +8 -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/presentation/enums/index.d.ts +12 -0
- package/build/constants/presentation/enums/index.d.ts.map +1 -0
- package/build/constants/presentation/enums/presentation-ai-action-call-status.enum.d.ts +6 -0
- package/build/constants/presentation/enums/presentation-ai-action-call-status.enum.d.ts.map +1 -0
- package/build/constants/presentation/enums/presentation-ai-action-pricing-type.enum.d.ts +5 -0
- package/build/constants/presentation/enums/presentation-ai-action-pricing-type.enum.d.ts.map +1 -0
- package/build/constants/presentation/enums/presentation-ai-action-type.enum.d.ts +5 -0
- package/build/constants/presentation/enums/presentation-ai-action-type.enum.d.ts.map +1 -0
- package/build/constants/presentation/enums/presentation-stage.enum.d.ts +11 -0
- package/build/constants/presentation/enums/presentation-stage.enum.d.ts.map +1 -0
- package/build/constants/presentation/enums/presentation-target-audience.enum.d.ts +7 -0
- package/build/constants/presentation/enums/presentation-target-audience.enum.d.ts.map +1 -0
- package/build/constants/presentation/enums/slide-content-type.enum.d.ts +13 -0
- package/build/constants/presentation/enums/slide-content-type.enum.d.ts.map +1 -0
- package/build/constants/presentation/enums/slide-icon-slot-status.enum.d.ts +7 -0
- package/build/constants/presentation/enums/slide-icon-slot-status.enum.d.ts.map +1 -0
- package/build/constants/presentation/enums/slide-image-slot-action.enum.d.ts +5 -0
- package/build/constants/presentation/enums/slide-image-slot-action.enum.d.ts.map +1 -0
- package/build/constants/presentation/enums/slide-image-slot.status.enum.d.ts +7 -0
- package/build/constants/presentation/enums/slide-image-slot.status.enum.d.ts.map +1 -0
- package/build/constants/presentation/enums/slide-layout.enum.d.ts +5 -0
- package/build/constants/presentation/enums/slide-layout.enum.d.ts.map +1 -0
- package/build/constants/presentation/index.d.ts +3 -0
- package/build/constants/presentation/index.d.ts.map +1 -0
- package/build/constants/presentation/maps/index.d.ts +2 -0
- package/build/constants/presentation/maps/index.d.ts.map +1 -0
- package/build/constants/presentation/maps/slide-layout-map.constant.d.ts +4 -0
- package/build/constants/presentation/maps/slide-layout-map.constant.d.ts.map +1 -0
- package/build/constants/product/enums/index.d.ts +3 -0
- package/build/constants/product/enums/index.d.ts.map +1 -0
- package/build/constants/product/enums/product-sort-by.enum.d.ts +6 -0
- package/build/constants/product/enums/product-sort-by.enum.d.ts.map +1 -0
- package/build/constants/product/enums/product-status.enum.d.ts +6 -0
- package/build/constants/product/enums/product-status.enum.d.ts.map +1 -0
- package/build/constants/product/index.d.ts +2 -0
- package/build/constants/product/index.d.ts.map +1 -0
- package/build/constants/promocode/enums/index.d.ts +3 -0
- package/build/constants/promocode/enums/index.d.ts.map +1 -0
- package/build/constants/promocode/enums/promocode-promotion.enum.d.ts +6 -0
- package/build/constants/promocode/enums/promocode-promotion.enum.d.ts.map +1 -0
- package/build/constants/promocode/enums/promocode-status.enum.d.ts +5 -0
- package/build/constants/promocode/enums/promocode-status.enum.d.ts.map +1 -0
- package/build/constants/promocode/index.d.ts +2 -0
- package/build/constants/promocode/index.d.ts.map +1 -0
- package/build/constants/referral/enums/index.d.ts +2 -0
- package/build/constants/referral/enums/index.d.ts.map +1 -0
- package/build/constants/referral/enums/referral-bonus-type.enum.d.ts +5 -0
- package/build/constants/referral/enums/referral-bonus-type.enum.d.ts.map +1 -0
- package/build/constants/referral/index.d.ts +2 -0
- package/build/constants/referral/index.d.ts.map +1 -0
- package/build/constants/subscription/enums/index.d.ts +8 -0
- package/build/constants/subscription/enums/index.d.ts.map +1 -0
- package/build/constants/subscription/enums/subscription-action.enum.d.ts +8 -0
- package/build/constants/subscription/enums/subscription-action.enum.d.ts.map +1 -0
- package/build/constants/subscription/enums/subscription-feature-type.enum.d.ts +4 -0
- package/build/constants/subscription/enums/subscription-feature-type.enum.d.ts.map +1 -0
- package/build/constants/subscription/enums/subscription-sort-by.enum.d.ts +6 -0
- package/build/constants/subscription/enums/subscription-sort-by.enum.d.ts.map +1 -0
- package/build/constants/subscription/enums/subscription-status.enum.d.ts +12 -0
- package/build/constants/subscription/enums/subscription-status.enum.d.ts.map +1 -0
- package/build/constants/subscription/enums/subscription-type.enum.d.ts +5 -0
- package/build/constants/subscription/enums/subscription-type.enum.d.ts.map +1 -0
- package/build/constants/subscription/enums/user-to-subscription-marks.enum.d.ts +8 -0
- package/build/constants/subscription/enums/user-to-subscription-marks.enum.d.ts.map +1 -0
- package/build/constants/subscription/enums/user-to-subscription-type.enum.d.ts +5 -0
- package/build/constants/subscription/enums/user-to-subscription-type.enum.d.ts.map +1 -0
- package/build/constants/subscription/index.d.ts +2 -0
- package/build/constants/subscription/index.d.ts.map +1 -0
- package/build/constants/transaction/enums/index.d.ts +3 -0
- package/build/constants/transaction/enums/index.d.ts.map +1 -0
- package/build/constants/transaction/enums/transaction-status.enum.d.ts +8 -0
- package/build/constants/transaction/enums/transaction-status.enum.d.ts.map +1 -0
- package/build/constants/transaction/enums/user-balance-status.enum.d.ts +8 -0
- package/build/constants/transaction/enums/user-balance-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/unregistered-user/enums/index.d.ts +2 -0
- package/build/constants/unregistered-user/enums/index.d.ts.map +1 -0
- package/build/constants/unregistered-user/enums/unregistered-user-status.enum.d.ts +6 -0
- package/build/constants/unregistered-user/enums/unregistered-user-status.enum.d.ts.map +1 -0
- package/build/constants/unregistered-user/index.d.ts +2 -0
- package/build/constants/unregistered-user/index.d.ts.map +1 -0
- package/build/constants/user/enums/index.d.ts +7 -0
- package/build/constants/user/enums/index.d.ts.map +1 -0
- package/build/constants/user/enums/singup-method.enum.d.ts +7 -0
- package/build/constants/user/enums/singup-method.enum.d.ts.map +1 -0
- package/build/constants/user/enums/sort-order.enum.d.ts +5 -0
- package/build/constants/user/enums/sort-order.enum.d.ts.map +1 -0
- package/build/constants/user/enums/user-reaction.enum.d.ts +5 -0
- package/build/constants/user/enums/user-reaction.enum.d.ts.map +1 -0
- package/build/constants/user/enums/user-role.enum.d.ts +8 -0
- package/build/constants/user/enums/user-role.enum.d.ts.map +1 -0
- package/build/constants/user/enums/user-sort-by.enum.d.ts +6 -0
- package/build/constants/user/enums/user-sort-by.enum.d.ts.map +1 -0
- package/build/constants/user/enums/user-status.d.ts +7 -0
- package/build/constants/user/enums/user-status.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/build/constants/writer/enums/index.d.ts +9 -0
- package/build/constants/writer/enums/index.d.ts.map +1 -0
- package/build/constants/writer/enums/source-origin.enum.d.ts +5 -0
- package/build/constants/writer/enums/source-origin.enum.d.ts.map +1 -0
- package/build/constants/writer/enums/source-status.enum.d.ts +6 -0
- package/build/constants/writer/enums/source-status.enum.d.ts.map +1 -0
- package/build/constants/writer/enums/source-type.enum.d.ts +5 -0
- package/build/constants/writer/enums/source-type.enum.d.ts.map +1 -0
- package/build/constants/writer/enums/writer-ai-action-pricing-type.enum.d.ts +5 -0
- package/build/constants/writer/enums/writer-ai-action-pricing-type.enum.d.ts.map +1 -0
- package/build/constants/writer/enums/writer-ai-action-type.enum.d.ts +8 -0
- package/build/constants/writer/enums/writer-ai-action-type.enum.d.ts.map +1 -0
- package/build/constants/writer/enums/writer-document-section-type.enum.d.ts +6 -0
- package/build/constants/writer/enums/writer-document-section-type.enum.d.ts.map +1 -0
- package/build/constants/writer/enums/writer-document-stage.enum.d.ts +16 -0
- package/build/constants/writer/enums/writer-document-stage.enum.d.ts.map +1 -0
- package/build/constants/writer/enums/writer-model-status.enum.d.ts +5 -0
- package/build/constants/writer/enums/writer-model-status.enum.d.ts.map +1 -0
- package/build/constants/writer/index.d.ts +2 -0
- package/build/constants/writer/index.d.ts.map +1 -0
- package/build/helpers/index.d.ts +4 -0
- package/build/helpers/index.d.ts.map +1 -0
- package/build/helpers/presentation/calculate-presentation-ai-action-price.util.d.ts +3 -0
- package/build/helpers/presentation/calculate-presentation-ai-action-price.util.d.ts.map +1 -0
- package/build/helpers/presentation/index.d.ts +2 -0
- package/build/helpers/presentation/index.d.ts.map +1 -0
- package/build/helpers/subscription/calc-custom-subscription-price.helper.d.ts +2 -0
- package/build/helpers/subscription/calc-custom-subscription-price.helper.d.ts.map +1 -0
- package/build/helpers/subscription/index.d.ts +2 -0
- package/build/helpers/subscription/index.d.ts.map +1 -0
- package/build/helpers/writer/calculate-page-count.util.d.ts +4 -0
- package/build/helpers/writer/calculate-page-count.util.d.ts.map +1 -0
- package/build/helpers/writer/calculate-writer-ai-action-price.util.d.ts +3 -0
- package/build/helpers/writer/calculate-writer-ai-action-price.util.d.ts.map +1 -0
- package/build/helpers/writer/calculate-writer-content-generation-price.util.d.ts +2 -0
- package/build/helpers/writer/calculate-writer-content-generation-price.util.d.ts.map +1 -0
- package/build/helpers/writer/index.d.ts +4 -0
- package/build/helpers/writer/index.d.ts.map +1 -0
- package/build/index.d.ts +7 -0
- package/build/index.d.ts.map +1 -0
- package/build/models/cloud-payments-receipt.schema.d.ts +113 -0
- package/build/models/cloud-payments-receipt.schema.d.ts.map +1 -0
- package/build/models/file.schema.d.ts +14 -0
- package/build/models/file.schema.d.ts.map +1 -0
- package/build/models/filters.schema.d.ts +16 -0
- package/build/models/filters.schema.d.ts.map +1 -0
- package/build/models/icon-variants.schema.d.ts +12 -0
- package/build/models/icon-variants.schema.d.ts.map +1 -0
- package/build/models/index.d.ts +27 -0
- package/build/models/index.d.ts.map +1 -0
- package/build/models/language.schema.d.ts +9 -0
- package/build/models/language.schema.d.ts.map +1 -0
- package/build/models/order.schema.d.ts +15 -0
- package/build/models/order.schema.d.ts.map +1 -0
- package/build/models/page-question.schema.d.ts +10 -0
- package/build/models/page-question.schema.d.ts.map +1 -0
- package/build/models/page.schema.d.ts +69 -0
- package/build/models/page.schema.d.ts.map +1 -0
- package/build/models/payment-history-item.schema.d.ts +12 -0
- package/build/models/payment-history-item.schema.d.ts.map +1 -0
- package/build/models/payment.schema.d.ts +11 -0
- package/build/models/payment.schema.d.ts.map +1 -0
- package/build/models/presentation/index.d.ts +10 -0
- package/build/models/presentation/index.d.ts.map +1 -0
- package/build/models/presentation/pptx-export-payload.schema.d.ts +742 -0
- package/build/models/presentation/pptx-export-payload.schema.d.ts.map +1 -0
- package/build/models/presentation/presentation-ai-action.schema.d.ts +30 -0
- package/build/models/presentation/presentation-ai-action.schema.d.ts.map +1 -0
- package/build/models/presentation/presentation-config.schema.d.ts +56 -0
- package/build/models/presentation/presentation-config.schema.d.ts.map +1 -0
- package/build/models/presentation/presentation-template.schema.d.ts +12 -0
- package/build/models/presentation/presentation-template.schema.d.ts.map +1 -0
- package/build/models/presentation/presentation-template.schema.js +1 -0
- package/build/models/presentation/presentation-title-page.schema.d.ts +8 -0
- package/build/models/presentation/presentation-title-page.schema.d.ts.map +1 -0
- package/build/models/presentation/presentation.schema.d.ts +218 -0
- package/build/models/presentation/presentation.schema.d.ts.map +1 -0
- package/build/models/presentation/presentation.schema.js +1 -0
- package/build/models/presentation/slide-content-edit.schema.d.ts +260 -0
- package/build/models/presentation/slide-content-edit.schema.d.ts.map +1 -0
- package/build/models/presentation/slide-content-edit.schema.js +2 -0
- package/build/models/presentation/slide-content-type.schema.d.ts +13 -0
- package/build/models/presentation/slide-content-type.schema.d.ts.map +1 -0
- package/build/models/presentation/slide-content.schema.d.ts +401 -0
- package/build/models/presentation/slide-content.schema.d.ts.map +1 -0
- package/build/models/presentation/slide-content.schema.js +5 -1
- package/build/models/presentation/slide-icon-slot.schema.d.ts +13 -0
- package/build/models/presentation/slide-icon-slot.schema.d.ts.map +1 -0
- package/build/models/presentation/slide-image-slot.schema.d.ts +14 -0
- package/build/models/presentation/slide-image-slot.schema.d.ts.map +1 -0
- package/build/models/presentation/slide-outline.schema.d.ts +29 -0
- package/build/models/presentation/slide-outline.schema.d.ts.map +1 -0
- package/build/models/presentation/slide.schema.d.ts +397 -0
- package/build/models/presentation/slide.schema.d.ts.map +1 -0
- package/build/models/product.schema.d.ts +11 -0
- package/build/models/product.schema.d.ts.map +1 -0
- package/build/models/promocode.schema.d.ts +18 -0
- package/build/models/promocode.schema.d.ts.map +1 -0
- package/build/models/referral-bonus.schema.d.ts +17 -0
- package/build/models/referral-bonus.schema.d.ts.map +1 -0
- package/build/models/solving-edu-task/attached-file.schema.d.ts +11 -0
- package/build/models/solving-edu-task/attached-file.schema.d.ts.map +1 -0
- package/build/models/solving-edu-task/index.d.ts +5 -0
- package/build/models/solving-edu-task/index.d.ts.map +1 -0
- package/build/models/solving-edu-task/solving-edu-task-config.schema.d.ts +31 -0
- package/build/models/solving-edu-task/solving-edu-task-config.schema.d.ts.map +1 -0
- package/build/models/solving-edu-task/solving-edu-task-job.schema.d.ts +39 -0
- package/build/models/solving-edu-task/solving-edu-task-job.schema.d.ts.map +1 -0
- package/build/models/solving-edu-task/solving-edu-task-model.schema.d.ts +38 -0
- package/build/models/solving-edu-task/solving-edu-task-model.schema.d.ts.map +1 -0
- package/build/models/subscription-feature.schema.d.ts +11 -0
- package/build/models/subscription-feature.schema.d.ts.map +1 -0
- package/build/models/subscription-upgrade-schema.d.ts +22 -0
- package/build/models/subscription-upgrade-schema.d.ts.map +1 -0
- package/build/models/subscription.schema.d.ts +96 -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/unified-tool-job.schema.d.ts +16 -0
- package/build/models/tools/unified-tool-job.schema.d.ts.map +1 -0
- package/build/models/unlocked-by-subscription.schema.d.ts +15 -0
- package/build/models/unlocked-by-subscription.schema.d.ts.map +1 -0
- package/build/models/unregistered-user.schema.d.ts +8 -0
- package/build/models/unregistered-user.schema.d.ts.map +1 -0
- package/build/models/user-referrals.schema.d.ts +5 -0
- package/build/models/user-referrals.schema.d.ts.map +1 -0
- package/build/models/user-to-product.schema.d.ts +32 -0
- package/build/models/user-to-product.schema.d.ts.map +1 -0
- package/build/models/user-to-subscription.schema.d.ts +52 -0
- package/build/models/user-to-subscription.schema.d.ts.map +1 -0
- package/build/models/user.schema.d.ts +59 -0
- package/build/models/user.schema.d.ts.map +1 -0
- package/build/models/writer/index.d.ts +7 -0
- package/build/models/writer/index.d.ts.map +1 -0
- package/build/models/writer/writer-ai-action.schema.d.ts +27 -0
- package/build/models/writer/writer-ai-action.schema.d.ts.map +1 -0
- package/build/models/writer/writer-config.schema.d.ts +49 -0
- package/build/models/writer/writer-config.schema.d.ts.map +1 -0
- package/build/models/writer/writer-document-outline.schema.d.ts +22 -0
- package/build/models/writer/writer-document-outline.schema.d.ts.map +1 -0
- package/build/models/writer/writer-document-title-page.schema.d.ts +12 -0
- package/build/models/writer/writer-document-title-page.schema.d.ts.map +1 -0
- package/build/models/writer/writer-document-type.schema.d.ts +21 -0
- package/build/models/writer/writer-document-type.schema.d.ts.map +1 -0
- package/build/models/writer/writer-document.schema.d.ts +41 -0
- package/build/models/writer/writer-document.schema.d.ts.map +1 -0
- package/build/models/writer/writer-model.schema.d.ts +12 -0
- package/build/models/writer/writer-model.schema.d.ts.map +1 -0
- package/build/models/writer-source.schema.d.ts +73 -0
- package/build/models/writer-source.schema.d.ts.map +1 -0
- package/build/queries/index.d.ts +2 -0
- package/build/queries/index.d.ts.map +1 -0
- package/build/queries/page/find-all-page-questions.query.d.ts +15 -0
- package/build/queries/page/find-all-page-questions.query.d.ts.map +1 -0
- package/build/queries/page/find-page-question-by-uuid.query.d.ts +19 -0
- package/build/queries/page/find-page-question-by-uuid.query.d.ts.map +1 -0
- package/build/queries/page/find-page-questions-by-page-id.query.d.ts +19 -0
- package/build/queries/page/find-page-questions-by-page-id.query.d.ts.map +1 -0
- package/build/queries/page/index.d.ts +4 -0
- package/build/queries/page/index.d.ts.map +1 -0
- package/build/queries/tools/find-unified-tool-job-history-full.query.d.ts +75 -0
- package/build/queries/tools/find-unified-tool-job-history-full.query.d.ts.map +1 -0
- package/build/queries/tools/find-unified-tool-job-history.query.d.ts +25 -0
- package/build/queries/tools/find-unified-tool-job-history.query.d.ts.map +1 -0
- package/build/queries/tools/index.d.ts +3 -0
- package/build/queries/tools/index.d.ts.map +1 -0
- package/commands/presentation/create-presentation.command.ts +1 -0
- package/commands/presentation/update-presentation-slides.command.ts +2 -2
- package/common/enums/tool-type.enum.ts +1 -0
- package/constants/errors/errors.ts +5 -0
- package/models/presentation/presentation-template.schema.ts +1 -0
- package/models/presentation/presentation.schema.ts +1 -0
- package/models/presentation/slide-content-edit.schema.ts +3 -0
- package/models/presentation/slide-content.schema.ts +11 -2
- package/package.json +2 -2
- package/tsconfig.json +2 -2
|
@@ -0,0 +1,397 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { SLIDE_CONTENT_TYPE, SLIDE_LAYOUT } from '../../constants';
|
|
3
|
+
export declare const SlideSchema: z.ZodObject<{
|
|
4
|
+
uuid: z.ZodString;
|
|
5
|
+
order: z.ZodNumber;
|
|
6
|
+
contentTypeId: z.ZodEnum<typeof SLIDE_CONTENT_TYPE>;
|
|
7
|
+
layoutId: z.ZodEnum<typeof SLIDE_LAYOUT>;
|
|
8
|
+
content: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
9
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.COVER>;
|
|
10
|
+
title: z.ZodString;
|
|
11
|
+
author: z.ZodOptional<z.ZodObject<{
|
|
12
|
+
label: z.ZodString;
|
|
13
|
+
value: z.ZodString;
|
|
14
|
+
}, z.core.$strip>>;
|
|
15
|
+
date: z.ZodOptional<z.ZodObject<{
|
|
16
|
+
label: z.ZodString;
|
|
17
|
+
value: z.ZodString;
|
|
18
|
+
}, z.core.$strip>>;
|
|
19
|
+
email: z.ZodOptional<z.ZodObject<{
|
|
20
|
+
label: z.ZodString;
|
|
21
|
+
value: z.ZodString;
|
|
22
|
+
}, z.core.$strip>>;
|
|
23
|
+
version: z.ZodLiteral<1>;
|
|
24
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
25
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.STRUCTURED_LIST>;
|
|
26
|
+
title: z.ZodString;
|
|
27
|
+
description: z.ZodString;
|
|
28
|
+
list: z.ZodArray<z.ZodObject<{
|
|
29
|
+
title: z.ZodString;
|
|
30
|
+
description: z.ZodString;
|
|
31
|
+
iconSlot: z.ZodObject<{
|
|
32
|
+
uuid: z.ZodString;
|
|
33
|
+
prompt: z.ZodString;
|
|
34
|
+
}, z.core.$strip>;
|
|
35
|
+
}, z.core.$strip>>;
|
|
36
|
+
version: z.ZodLiteral<1>;
|
|
37
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
38
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.TEXT>;
|
|
39
|
+
title: z.ZodString;
|
|
40
|
+
description: z.ZodString;
|
|
41
|
+
version: z.ZodLiteral<1>;
|
|
42
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
43
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.CONTENTS>;
|
|
44
|
+
title: z.ZodString;
|
|
45
|
+
items: z.ZodArray<z.ZodObject<{
|
|
46
|
+
pageNumber: z.ZodNumber;
|
|
47
|
+
title: z.ZodString;
|
|
48
|
+
}, z.core.$strip>>;
|
|
49
|
+
imageSlot: z.ZodObject<{
|
|
50
|
+
uuid: z.ZodString;
|
|
51
|
+
prompt: z.ZodString;
|
|
52
|
+
}, z.core.$strip>;
|
|
53
|
+
version: z.ZodLiteral<1>;
|
|
54
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
55
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.SECTION_BREAK>;
|
|
56
|
+
title: z.ZodString;
|
|
57
|
+
description: z.ZodString;
|
|
58
|
+
version: z.ZodLiteral<1>;
|
|
59
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
60
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.TEXT_WITH_IMAGE>;
|
|
61
|
+
title: z.ZodString;
|
|
62
|
+
description: z.ZodString;
|
|
63
|
+
imageSlot: z.ZodObject<{
|
|
64
|
+
uuid: z.ZodString;
|
|
65
|
+
prompt: z.ZodString;
|
|
66
|
+
}, z.core.$strip>;
|
|
67
|
+
version: z.ZodLiteral<1>;
|
|
68
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
69
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.THANK_YOU>;
|
|
70
|
+
title: z.ZodString;
|
|
71
|
+
author: z.ZodOptional<z.ZodObject<{
|
|
72
|
+
label: z.ZodString;
|
|
73
|
+
value: z.ZodString;
|
|
74
|
+
}, z.core.$strip>>;
|
|
75
|
+
date: z.ZodOptional<z.ZodObject<{
|
|
76
|
+
label: z.ZodString;
|
|
77
|
+
value: z.ZodString;
|
|
78
|
+
}, z.core.$strip>>;
|
|
79
|
+
email: z.ZodOptional<z.ZodObject<{
|
|
80
|
+
label: z.ZodString;
|
|
81
|
+
value: z.ZodString;
|
|
82
|
+
}, z.core.$strip>>;
|
|
83
|
+
version: z.ZodLiteral<1>;
|
|
84
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
85
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.TABLE>;
|
|
86
|
+
title: z.ZodString;
|
|
87
|
+
description: z.ZodString;
|
|
88
|
+
table: z.ZodObject<{
|
|
89
|
+
columnHeaders: z.ZodArray<z.ZodString>;
|
|
90
|
+
rows: z.ZodArray<z.ZodArray<z.ZodString>>;
|
|
91
|
+
hasRowHeaders: z.ZodBoolean;
|
|
92
|
+
hasSummaryRow: z.ZodBoolean;
|
|
93
|
+
}, z.core.$strip>;
|
|
94
|
+
version: z.ZodLiteral<1>;
|
|
95
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
96
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.CHART>;
|
|
97
|
+
title: z.ZodString;
|
|
98
|
+
description: z.ZodString;
|
|
99
|
+
chart: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
100
|
+
type: z.ZodLiteral<import("./slide-content.schema").SLIDE_CHART_TYPE>;
|
|
101
|
+
categories: z.ZodArray<z.ZodString>;
|
|
102
|
+
series: z.ZodArray<z.ZodObject<{
|
|
103
|
+
name: z.ZodString;
|
|
104
|
+
data: z.ZodArray<z.ZodNumber>;
|
|
105
|
+
type: z.ZodNumber;
|
|
106
|
+
}, z.core.$strip>>;
|
|
107
|
+
yAxisLabel: z.ZodOptional<z.ZodString>;
|
|
108
|
+
unit: z.ZodOptional<z.ZodString>;
|
|
109
|
+
version: z.ZodLiteral<1>;
|
|
110
|
+
}, z.core.$strip>], "type">;
|
|
111
|
+
version: z.ZodLiteral<1>;
|
|
112
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
113
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.TIMELINE>;
|
|
114
|
+
title: z.ZodString;
|
|
115
|
+
description: z.ZodString;
|
|
116
|
+
timeline: z.ZodObject<{
|
|
117
|
+
events: z.ZodArray<z.ZodObject<{
|
|
118
|
+
date: z.ZodString;
|
|
119
|
+
title: z.ZodString;
|
|
120
|
+
description: z.ZodString;
|
|
121
|
+
}, z.core.$strip>>;
|
|
122
|
+
}, z.core.$strip>;
|
|
123
|
+
version: z.ZodLiteral<1>;
|
|
124
|
+
}, z.core.$strip>], "contentType">;
|
|
125
|
+
presentationId: z.ZodString;
|
|
126
|
+
iconSlots: z.ZodArray<z.ZodObject<{
|
|
127
|
+
uuid: z.ZodString;
|
|
128
|
+
prompt: z.ZodString;
|
|
129
|
+
alt: z.ZodString;
|
|
130
|
+
url: z.ZodNullable<z.ZodString>;
|
|
131
|
+
slideId: z.ZodString;
|
|
132
|
+
status: z.ZodEnum<typeof import("../..").SLIDE_ICON_SLOT_STATUS>;
|
|
133
|
+
createdAt: z.ZodDate;
|
|
134
|
+
updatedAt: z.ZodDate;
|
|
135
|
+
}, z.core.$strip>>;
|
|
136
|
+
imageSlots: z.ZodArray<z.ZodObject<{
|
|
137
|
+
uuid: z.ZodString;
|
|
138
|
+
prompt: z.ZodString;
|
|
139
|
+
alt: z.ZodString;
|
|
140
|
+
url: z.ZodNullable<z.ZodString>;
|
|
141
|
+
placeholder: z.ZodString;
|
|
142
|
+
slideId: z.ZodString;
|
|
143
|
+
status: z.ZodEnum<typeof import("../..").SLIDE_IMAGE_SLOT_STATUS>;
|
|
144
|
+
createdAt: z.ZodDate;
|
|
145
|
+
updatedAt: z.ZodDate;
|
|
146
|
+
}, z.core.$strip>>;
|
|
147
|
+
createdAt: z.ZodDate;
|
|
148
|
+
updatedAt: z.ZodDate;
|
|
149
|
+
}, z.core.$strip>;
|
|
150
|
+
export type Slide = z.infer<typeof SlideSchema>;
|
|
151
|
+
export declare const SlideUpdateSchema: z.ZodObject<{
|
|
152
|
+
layoutId: z.ZodOptional<z.ZodEnum<typeof SLIDE_LAYOUT>>;
|
|
153
|
+
content: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
154
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.COVER>;
|
|
155
|
+
title: z.ZodString;
|
|
156
|
+
author: z.ZodObject<{
|
|
157
|
+
label: z.ZodString;
|
|
158
|
+
value: z.ZodString;
|
|
159
|
+
}, z.core.$strip>;
|
|
160
|
+
date: z.ZodObject<{
|
|
161
|
+
label: z.ZodString;
|
|
162
|
+
value: z.ZodString;
|
|
163
|
+
}, z.core.$strip>;
|
|
164
|
+
email: z.ZodObject<{
|
|
165
|
+
label: z.ZodString;
|
|
166
|
+
value: z.ZodString;
|
|
167
|
+
}, z.core.$strip>;
|
|
168
|
+
version: z.ZodLiteral<1>;
|
|
169
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
170
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.STRUCTURED_LIST>;
|
|
171
|
+
title: z.ZodString;
|
|
172
|
+
description: z.ZodString;
|
|
173
|
+
list: z.ZodArray<z.ZodObject<{
|
|
174
|
+
title: z.ZodString;
|
|
175
|
+
description: z.ZodString;
|
|
176
|
+
iconSlot: z.ZodObject<{
|
|
177
|
+
uuid: z.ZodString;
|
|
178
|
+
prompt: z.ZodString;
|
|
179
|
+
}, z.core.$strip>;
|
|
180
|
+
}, z.core.$strip>>;
|
|
181
|
+
version: z.ZodLiteral<1>;
|
|
182
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
183
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.TEXT>;
|
|
184
|
+
title: z.ZodString;
|
|
185
|
+
description: z.ZodString;
|
|
186
|
+
version: z.ZodLiteral<1>;
|
|
187
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
188
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.CONTENTS>;
|
|
189
|
+
title: z.ZodString;
|
|
190
|
+
items: z.ZodArray<z.ZodObject<{
|
|
191
|
+
pageNumber: z.ZodNumber;
|
|
192
|
+
title: z.ZodString;
|
|
193
|
+
}, z.core.$strip>>;
|
|
194
|
+
imageSlot: z.ZodObject<{
|
|
195
|
+
uuid: z.ZodString;
|
|
196
|
+
prompt: z.ZodString;
|
|
197
|
+
}, z.core.$strip>;
|
|
198
|
+
version: z.ZodLiteral<1>;
|
|
199
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
200
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.SECTION_BREAK>;
|
|
201
|
+
title: z.ZodString;
|
|
202
|
+
description: z.ZodString;
|
|
203
|
+
version: z.ZodLiteral<1>;
|
|
204
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
205
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.TEXT_WITH_IMAGE>;
|
|
206
|
+
title: z.ZodString;
|
|
207
|
+
description: z.ZodString;
|
|
208
|
+
imageSlot: z.ZodObject<{
|
|
209
|
+
uuid: z.ZodString;
|
|
210
|
+
prompt: z.ZodString;
|
|
211
|
+
}, z.core.$strip>;
|
|
212
|
+
version: z.ZodLiteral<1>;
|
|
213
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
214
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.THANK_YOU>;
|
|
215
|
+
title: z.ZodString;
|
|
216
|
+
author: z.ZodObject<{
|
|
217
|
+
label: z.ZodString;
|
|
218
|
+
value: z.ZodString;
|
|
219
|
+
}, z.core.$strip>;
|
|
220
|
+
date: z.ZodObject<{
|
|
221
|
+
label: z.ZodString;
|
|
222
|
+
value: z.ZodString;
|
|
223
|
+
}, z.core.$strip>;
|
|
224
|
+
email: z.ZodObject<{
|
|
225
|
+
label: z.ZodString;
|
|
226
|
+
value: z.ZodString;
|
|
227
|
+
}, z.core.$strip>;
|
|
228
|
+
version: z.ZodLiteral<1>;
|
|
229
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
230
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.TABLE>;
|
|
231
|
+
title: z.ZodString;
|
|
232
|
+
description: z.ZodString;
|
|
233
|
+
table: z.ZodObject<{
|
|
234
|
+
columnHeaders: z.ZodArray<z.ZodString>;
|
|
235
|
+
rows: z.ZodArray<z.ZodArray<z.ZodString>>;
|
|
236
|
+
hasRowHeaders: z.ZodBoolean;
|
|
237
|
+
hasSummaryRow: z.ZodBoolean;
|
|
238
|
+
}, z.core.$strip>;
|
|
239
|
+
version: z.ZodLiteral<1>;
|
|
240
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
241
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.CHART>;
|
|
242
|
+
title: z.ZodString;
|
|
243
|
+
description: z.ZodString;
|
|
244
|
+
chart: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
245
|
+
type: z.ZodLiteral<import("./slide-content.schema").SLIDE_CHART_TYPE>;
|
|
246
|
+
categories: z.ZodArray<z.ZodString>;
|
|
247
|
+
series: z.ZodArray<z.ZodObject<{
|
|
248
|
+
name: z.ZodString;
|
|
249
|
+
data: z.ZodArray<z.ZodNumber>;
|
|
250
|
+
type: z.ZodNumber;
|
|
251
|
+
}, z.core.$strip>>;
|
|
252
|
+
yAxisLabel: z.ZodOptional<z.ZodString>;
|
|
253
|
+
unit: z.ZodOptional<z.ZodString>;
|
|
254
|
+
version: z.ZodLiteral<1>;
|
|
255
|
+
}, z.core.$strip>], "type">;
|
|
256
|
+
version: z.ZodLiteral<1>;
|
|
257
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
258
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.TIMELINE>;
|
|
259
|
+
title: z.ZodString;
|
|
260
|
+
description: z.ZodString;
|
|
261
|
+
timeline: z.ZodObject<{
|
|
262
|
+
events: z.ZodArray<z.ZodObject<{
|
|
263
|
+
date: z.ZodString;
|
|
264
|
+
title: z.ZodString;
|
|
265
|
+
description: z.ZodString;
|
|
266
|
+
}, z.core.$strip>>;
|
|
267
|
+
}, z.core.$strip>;
|
|
268
|
+
version: z.ZodLiteral<1>;
|
|
269
|
+
}, z.core.$strip>], "contentType">>;
|
|
270
|
+
}, z.core.$strip>;
|
|
271
|
+
export type SlideUpdate = z.infer<typeof SlideUpdateSchema>;
|
|
272
|
+
export declare const SlideBulkUpdateSchema: z.ZodArray<z.ZodObject<{
|
|
273
|
+
order: z.ZodNumber;
|
|
274
|
+
contentTypeId: z.ZodEnum<typeof SLIDE_CONTENT_TYPE>;
|
|
275
|
+
presentationId: z.ZodString;
|
|
276
|
+
layoutId: z.ZodEnum<typeof SLIDE_LAYOUT>;
|
|
277
|
+
uuid: z.ZodOptional<z.ZodString>;
|
|
278
|
+
content: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
279
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.COVER>;
|
|
280
|
+
title: z.ZodString;
|
|
281
|
+
author: z.ZodObject<{
|
|
282
|
+
label: z.ZodString;
|
|
283
|
+
value: z.ZodString;
|
|
284
|
+
}, z.core.$strip>;
|
|
285
|
+
date: z.ZodObject<{
|
|
286
|
+
label: z.ZodString;
|
|
287
|
+
value: z.ZodString;
|
|
288
|
+
}, z.core.$strip>;
|
|
289
|
+
email: z.ZodObject<{
|
|
290
|
+
label: z.ZodString;
|
|
291
|
+
value: z.ZodString;
|
|
292
|
+
}, z.core.$strip>;
|
|
293
|
+
version: z.ZodLiteral<1>;
|
|
294
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
295
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.STRUCTURED_LIST>;
|
|
296
|
+
title: z.ZodString;
|
|
297
|
+
description: z.ZodString;
|
|
298
|
+
list: z.ZodArray<z.ZodObject<{
|
|
299
|
+
title: z.ZodString;
|
|
300
|
+
description: z.ZodString;
|
|
301
|
+
iconSlot: z.ZodObject<{
|
|
302
|
+
uuid: z.ZodString;
|
|
303
|
+
prompt: z.ZodString;
|
|
304
|
+
}, z.core.$strip>;
|
|
305
|
+
}, z.core.$strip>>;
|
|
306
|
+
version: z.ZodLiteral<1>;
|
|
307
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
308
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.TEXT>;
|
|
309
|
+
title: z.ZodString;
|
|
310
|
+
description: z.ZodString;
|
|
311
|
+
version: z.ZodLiteral<1>;
|
|
312
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
313
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.CONTENTS>;
|
|
314
|
+
title: z.ZodString;
|
|
315
|
+
items: z.ZodArray<z.ZodObject<{
|
|
316
|
+
pageNumber: z.ZodNumber;
|
|
317
|
+
title: z.ZodString;
|
|
318
|
+
}, z.core.$strip>>;
|
|
319
|
+
imageSlot: z.ZodObject<{
|
|
320
|
+
uuid: z.ZodString;
|
|
321
|
+
prompt: z.ZodString;
|
|
322
|
+
}, z.core.$strip>;
|
|
323
|
+
version: z.ZodLiteral<1>;
|
|
324
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
325
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.SECTION_BREAK>;
|
|
326
|
+
title: z.ZodString;
|
|
327
|
+
description: z.ZodString;
|
|
328
|
+
version: z.ZodLiteral<1>;
|
|
329
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
330
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.TEXT_WITH_IMAGE>;
|
|
331
|
+
title: z.ZodString;
|
|
332
|
+
description: z.ZodString;
|
|
333
|
+
imageSlot: z.ZodObject<{
|
|
334
|
+
uuid: z.ZodString;
|
|
335
|
+
prompt: z.ZodString;
|
|
336
|
+
}, z.core.$strip>;
|
|
337
|
+
version: z.ZodLiteral<1>;
|
|
338
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
339
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.THANK_YOU>;
|
|
340
|
+
title: z.ZodString;
|
|
341
|
+
author: z.ZodObject<{
|
|
342
|
+
label: z.ZodString;
|
|
343
|
+
value: z.ZodString;
|
|
344
|
+
}, z.core.$strip>;
|
|
345
|
+
date: z.ZodObject<{
|
|
346
|
+
label: z.ZodString;
|
|
347
|
+
value: z.ZodString;
|
|
348
|
+
}, z.core.$strip>;
|
|
349
|
+
email: z.ZodObject<{
|
|
350
|
+
label: z.ZodString;
|
|
351
|
+
value: z.ZodString;
|
|
352
|
+
}, z.core.$strip>;
|
|
353
|
+
version: z.ZodLiteral<1>;
|
|
354
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
355
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.TABLE>;
|
|
356
|
+
title: z.ZodString;
|
|
357
|
+
description: z.ZodString;
|
|
358
|
+
table: z.ZodObject<{
|
|
359
|
+
columnHeaders: z.ZodArray<z.ZodString>;
|
|
360
|
+
rows: z.ZodArray<z.ZodArray<z.ZodString>>;
|
|
361
|
+
hasRowHeaders: z.ZodBoolean;
|
|
362
|
+
hasSummaryRow: z.ZodBoolean;
|
|
363
|
+
}, z.core.$strip>;
|
|
364
|
+
version: z.ZodLiteral<1>;
|
|
365
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
366
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.CHART>;
|
|
367
|
+
title: z.ZodString;
|
|
368
|
+
description: z.ZodString;
|
|
369
|
+
chart: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
370
|
+
type: z.ZodLiteral<import("./slide-content.schema").SLIDE_CHART_TYPE>;
|
|
371
|
+
categories: z.ZodArray<z.ZodString>;
|
|
372
|
+
series: z.ZodArray<z.ZodObject<{
|
|
373
|
+
name: z.ZodString;
|
|
374
|
+
data: z.ZodArray<z.ZodNumber>;
|
|
375
|
+
type: z.ZodNumber;
|
|
376
|
+
}, z.core.$strip>>;
|
|
377
|
+
yAxisLabel: z.ZodOptional<z.ZodString>;
|
|
378
|
+
unit: z.ZodOptional<z.ZodString>;
|
|
379
|
+
version: z.ZodLiteral<1>;
|
|
380
|
+
}, z.core.$strip>], "type">;
|
|
381
|
+
version: z.ZodLiteral<1>;
|
|
382
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
383
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.TIMELINE>;
|
|
384
|
+
title: z.ZodString;
|
|
385
|
+
description: z.ZodString;
|
|
386
|
+
timeline: z.ZodObject<{
|
|
387
|
+
events: z.ZodArray<z.ZodObject<{
|
|
388
|
+
date: z.ZodString;
|
|
389
|
+
title: z.ZodString;
|
|
390
|
+
description: z.ZodString;
|
|
391
|
+
}, z.core.$strip>>;
|
|
392
|
+
}, z.core.$strip>;
|
|
393
|
+
version: z.ZodLiteral<1>;
|
|
394
|
+
}, z.core.$strip>], "contentType">;
|
|
395
|
+
}, z.core.$strip>>;
|
|
396
|
+
export type SlideBulkUpdate = z.infer<typeof SlideBulkUpdateSchema>;
|
|
397
|
+
//# sourceMappingURL=slide.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"slide.schema.d.ts","sourceRoot":"","sources":["../../../models/presentation/slide.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAE,kBAAkB,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAKnE,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAWtB,CAAC;AACH,MAAM,MAAM,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,CAAC;AAEhD,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAMhB,CAAC;AACf,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAE5D,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAkC7B,CAAC;AACN,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const ProductSchema: z.ZodObject<{
|
|
3
|
+
uuid: z.ZodString;
|
|
4
|
+
name: z.ZodString;
|
|
5
|
+
description: z.ZodString;
|
|
6
|
+
price: z.ZodNumber;
|
|
7
|
+
tokens: z.ZodNumber;
|
|
8
|
+
createdAt: z.ZodDate;
|
|
9
|
+
updatedAt: z.ZodDate;
|
|
10
|
+
}, z.core.$strip>;
|
|
11
|
+
//# sourceMappingURL=product.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"product.schema.d.ts","sourceRoot":"","sources":["../../models/product.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,aAAa;;;;;;;;iBAQxB,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { PROMOCODE_PROMOTION, PROMOCODE_STATUS } from '../constants';
|
|
3
|
+
export declare const PromocodeSchema: z.ZodObject<{
|
|
4
|
+
uuid: z.ZodString;
|
|
5
|
+
code: z.ZodString;
|
|
6
|
+
amount: z.ZodNumber;
|
|
7
|
+
promotion: z.ZodEnum<typeof PROMOCODE_PROMOTION>;
|
|
8
|
+
limit: z.ZodNumber;
|
|
9
|
+
used: z.ZodDefault<z.ZodNumber>;
|
|
10
|
+
status: z.ZodEnum<typeof PROMOCODE_STATUS>;
|
|
11
|
+
forFirstPurchase: z.ZodOptional<z.ZodBoolean>;
|
|
12
|
+
endDate: z.ZodNullable<z.ZodDate>;
|
|
13
|
+
userId: z.ZodNullable<z.ZodString>;
|
|
14
|
+
unregisteredUserId: z.ZodNullable<z.ZodString>;
|
|
15
|
+
createdAt: z.ZodDate;
|
|
16
|
+
updatedAt: z.ZodDate;
|
|
17
|
+
}, z.core.$strip>;
|
|
18
|
+
//# sourceMappingURL=promocode.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"promocode.schema.d.ts","sourceRoot":"","sources":["../../models/promocode.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAErE,eAAO,MAAM,eAAe;;;;;;;;;;;;;;iBAe1B,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { ReferralBonusType } from '../constants/referral';
|
|
3
|
+
export declare const ReferralBonusSchema: z.ZodObject<{
|
|
4
|
+
uuid: z.ZodString;
|
|
5
|
+
partnerId: z.ZodString;
|
|
6
|
+
referralId: z.ZodString;
|
|
7
|
+
initial: z.ZodNumber;
|
|
8
|
+
total: z.ZodNumber;
|
|
9
|
+
type: z.ZodEnum<typeof ReferralBonusType>;
|
|
10
|
+
createdAt: z.ZodDate;
|
|
11
|
+
updatedAt: z.ZodDate;
|
|
12
|
+
}, z.core.$strip>;
|
|
13
|
+
export declare const ReferralBonusStatisticsSchema: z.ZodObject<{
|
|
14
|
+
initial: z.ZodNumber;
|
|
15
|
+
weekStart: z.ZodDate;
|
|
16
|
+
}, z.core.$strip>;
|
|
17
|
+
//# sourceMappingURL=referral-bonus.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"referral-bonus.schema.d.ts","sourceRoot":"","sources":["../../models/referral-bonus.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAE1D,eAAO,MAAM,mBAAmB;;;;;;;;;iBAS9B,CAAC;AAEH,eAAO,MAAM,6BAA6B;;;iBAGxC,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const AttachedFileSchema: z.ZodObject<{
|
|
3
|
+
uuid: z.ZodString;
|
|
4
|
+
url: z.ZodString;
|
|
5
|
+
name: z.ZodString;
|
|
6
|
+
mimeType: z.ZodString;
|
|
7
|
+
type: z.ZodString;
|
|
8
|
+
size: z.ZodNumber;
|
|
9
|
+
}, z.core.$strip>;
|
|
10
|
+
export type AttachedFile = z.infer<typeof AttachedFileSchema>;
|
|
11
|
+
//# sourceMappingURL=attached-file.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"attached-file.schema.d.ts","sourceRoot":"","sources":["../../../models/solving-edu-task/attached-file.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,kBAAkB;;;;;;;iBAO7B,CAAC;AAEH,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../models/solving-edu-task/index.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAC;AAChD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,kCAAkC,CAAC;AACjD,cAAc,wBAAwB,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const SolvingEduTaskConfigSchema: z.ZodObject<{
|
|
3
|
+
models: z.ZodArray<z.ZodObject<{
|
|
4
|
+
uuid: z.ZodString;
|
|
5
|
+
title: z.ZodString;
|
|
6
|
+
description: z.ZodString;
|
|
7
|
+
price: z.ZodNumber;
|
|
8
|
+
order: z.ZodNumber;
|
|
9
|
+
status: z.ZodEnum<typeof import("../..").AI_MODEL_STATUS>;
|
|
10
|
+
maxPromptLength: z.ZodNumber;
|
|
11
|
+
params: z.ZodObject<{
|
|
12
|
+
imageAttachment: z.ZodObject<{
|
|
13
|
+
supported: z.ZodBoolean;
|
|
14
|
+
maxImages: z.ZodNumber;
|
|
15
|
+
acceptedTypes: z.ZodArray<z.ZodString>;
|
|
16
|
+
}, z.core.$strip>;
|
|
17
|
+
}, z.core.$strip>;
|
|
18
|
+
icons: z.ZodObject<{
|
|
19
|
+
light: z.ZodObject<{
|
|
20
|
+
svg: z.ZodString;
|
|
21
|
+
png: z.ZodString;
|
|
22
|
+
}, z.core.$strip>;
|
|
23
|
+
dark: z.ZodObject<{
|
|
24
|
+
svg: z.ZodString;
|
|
25
|
+
png: z.ZodString;
|
|
26
|
+
}, z.core.$strip>;
|
|
27
|
+
}, z.core.$strip>;
|
|
28
|
+
}, z.core.$strip>>;
|
|
29
|
+
}, z.core.$strip>;
|
|
30
|
+
export type SolvingEduTaskConfig = z.infer<typeof SolvingEduTaskConfigSchema>;
|
|
31
|
+
//# sourceMappingURL=solving-edu-task-config.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"solving-edu-task-config.schema.d.ts","sourceRoot":"","sources":["../../../models/solving-edu-task/solving-edu-task-config.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAErC,CAAC;AAEH,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { USER_REACTION, JOB_STATUS } from '../../constants';
|
|
3
|
+
export declare const SolvingEduTaskJobParamsSchema: z.ZodObject<{
|
|
4
|
+
attachedFiles: z.ZodArray<z.ZodObject<{
|
|
5
|
+
uuid: z.ZodString;
|
|
6
|
+
url: z.ZodString;
|
|
7
|
+
name: z.ZodString;
|
|
8
|
+
mimeType: z.ZodString;
|
|
9
|
+
type: z.ZodString;
|
|
10
|
+
size: z.ZodNumber;
|
|
11
|
+
}, z.core.$strip>>;
|
|
12
|
+
}, z.core.$strip>;
|
|
13
|
+
export type SolvingEduTaskJobParams = z.infer<typeof SolvingEduTaskJobParamsSchema>;
|
|
14
|
+
export declare const SolvingEduTaskJobSchema: z.ZodObject<{
|
|
15
|
+
uuid: z.ZodString;
|
|
16
|
+
prompt: z.ZodString;
|
|
17
|
+
aiOutput: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18
|
+
reaction: z.ZodNullable<z.ZodEnum<typeof USER_REACTION>>;
|
|
19
|
+
title: z.ZodString;
|
|
20
|
+
status: z.ZodEnum<typeof JOB_STATUS>;
|
|
21
|
+
modelId: z.ZodString;
|
|
22
|
+
price: z.ZodNumber;
|
|
23
|
+
params: z.ZodObject<{
|
|
24
|
+
attachedFiles: z.ZodArray<z.ZodObject<{
|
|
25
|
+
uuid: z.ZodString;
|
|
26
|
+
url: z.ZodString;
|
|
27
|
+
name: z.ZodString;
|
|
28
|
+
mimeType: z.ZodString;
|
|
29
|
+
type: z.ZodString;
|
|
30
|
+
size: z.ZodNumber;
|
|
31
|
+
}, z.core.$strip>>;
|
|
32
|
+
}, z.core.$strip>;
|
|
33
|
+
error: z.ZodNullable<z.ZodString>;
|
|
34
|
+
userId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
35
|
+
createdAt: z.ZodDate;
|
|
36
|
+
updatedAt: z.ZodDate;
|
|
37
|
+
}, z.core.$strip>;
|
|
38
|
+
export type SolvingEduTaskJob = z.infer<typeof SolvingEduTaskJobSchema>;
|
|
39
|
+
//# sourceMappingURL=solving-edu-task-job.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"solving-edu-task-job.schema.d.ts","sourceRoot":"","sources":["../../../models/solving-edu-task/solving-edu-task-job.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAG5D,eAAO,MAAM,6BAA6B;;;;;;;;;iBAExC,CAAC;AAEH,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,6BAA6B,CAAC,CAAC;AAEpF,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;iBAclC,CAAC;AAEH,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { AI_MODEL_STATUS } from '../../constants';
|
|
3
|
+
export declare const SolvingEduTaskModelParamsSchema: z.ZodObject<{
|
|
4
|
+
imageAttachment: z.ZodObject<{
|
|
5
|
+
supported: z.ZodBoolean;
|
|
6
|
+
maxImages: z.ZodNumber;
|
|
7
|
+
acceptedTypes: z.ZodArray<z.ZodString>;
|
|
8
|
+
}, z.core.$strip>;
|
|
9
|
+
}, z.core.$strip>;
|
|
10
|
+
export type SolvingEduTaskModelParams = z.infer<typeof SolvingEduTaskModelParamsSchema>;
|
|
11
|
+
export declare const SolvingEduTaskModelSchema: z.ZodObject<{
|
|
12
|
+
uuid: z.ZodString;
|
|
13
|
+
title: z.ZodString;
|
|
14
|
+
description: z.ZodString;
|
|
15
|
+
price: z.ZodNumber;
|
|
16
|
+
order: z.ZodNumber;
|
|
17
|
+
status: z.ZodEnum<typeof AI_MODEL_STATUS>;
|
|
18
|
+
maxPromptLength: z.ZodNumber;
|
|
19
|
+
params: z.ZodObject<{
|
|
20
|
+
imageAttachment: z.ZodObject<{
|
|
21
|
+
supported: z.ZodBoolean;
|
|
22
|
+
maxImages: z.ZodNumber;
|
|
23
|
+
acceptedTypes: z.ZodArray<z.ZodString>;
|
|
24
|
+
}, z.core.$strip>;
|
|
25
|
+
}, z.core.$strip>;
|
|
26
|
+
icons: z.ZodObject<{
|
|
27
|
+
light: z.ZodObject<{
|
|
28
|
+
svg: z.ZodString;
|
|
29
|
+
png: z.ZodString;
|
|
30
|
+
}, z.core.$strip>;
|
|
31
|
+
dark: z.ZodObject<{
|
|
32
|
+
svg: z.ZodString;
|
|
33
|
+
png: z.ZodString;
|
|
34
|
+
}, z.core.$strip>;
|
|
35
|
+
}, z.core.$strip>;
|
|
36
|
+
}, z.core.$strip>;
|
|
37
|
+
export type SolvingEduTaskModel = z.infer<typeof SolvingEduTaskModelSchema>;
|
|
38
|
+
//# sourceMappingURL=solving-edu-task-model.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"solving-edu-task-model.schema.d.ts","sourceRoot":"","sources":["../../../models/solving-edu-task/solving-edu-task-model.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAGlD,eAAO,MAAM,+BAA+B;;;;;;iBAM1C,CAAC;AAEH,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,+BAA+B,CAAC,CAAC;AAExF,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;iBAUpC,CAAC;AAEH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { SUBSCRIPTION_FEATURE_TYPE } from '../constants';
|
|
2
|
+
import { z } from 'zod';
|
|
3
|
+
export declare const GenericSubscriptionFeatureSchema: z.ZodObject<{
|
|
4
|
+
type: z.ZodLiteral<SUBSCRIPTION_FEATURE_TYPE>;
|
|
5
|
+
name: z.ZodString;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
export declare const SubscriptionFeatureSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
8
|
+
type: z.ZodLiteral<SUBSCRIPTION_FEATURE_TYPE>;
|
|
9
|
+
name: z.ZodString;
|
|
10
|
+
}, z.core.$strip>], "type">;
|
|
11
|
+
//# sourceMappingURL=subscription-feature.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"subscription-feature.schema.d.ts","sourceRoot":"","sources":["../../models/subscription-feature.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,cAAc,CAAC;AACzD,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,gCAAgC;;;iBAG3C,CAAC;AAEH,eAAO,MAAM,yBAAyB;;;2BAEpC,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const SubscriptionUpgradeSchema: z.ZodIntersection<z.ZodObject<{
|
|
3
|
+
uuid: z.ZodString;
|
|
4
|
+
mainSubscriptionId: z.ZodNullable<z.ZodString>;
|
|
5
|
+
description: z.ZodString;
|
|
6
|
+
name: z.ZodString;
|
|
7
|
+
price: z.ZodNumber;
|
|
8
|
+
type: z.ZodEnum<typeof import("..").SUBSCRIPTION_TYPE>;
|
|
9
|
+
discount: z.ZodNumber;
|
|
10
|
+
period: z.ZodNumber;
|
|
11
|
+
tokens: z.ZodNumber;
|
|
12
|
+
action: z.ZodNullable<z.ZodOptional<z.ZodEnum<typeof import("..").SUBSCRIPTION_ACTION>>>;
|
|
13
|
+
features: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
14
|
+
type: z.ZodLiteral<import("..").SUBSCRIPTION_FEATURE_TYPE>;
|
|
15
|
+
name: z.ZodString;
|
|
16
|
+
}, z.core.$strip>], "type">>;
|
|
17
|
+
createdAt: z.ZodDate;
|
|
18
|
+
updatedAt: z.ZodDate;
|
|
19
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
20
|
+
upgradePrice: z.ZodNumber;
|
|
21
|
+
}, z.core.$strip>>;
|
|
22
|
+
//# sourceMappingURL=subscription-upgrade-schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"subscription-upgrade-schema.d.ts","sourceRoot":"","sources":["../../models/subscription-upgrade-schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;kBAKrC,CAAC"}
|