@purpleschool/student-works 1.4.1 → 1.5.1
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/api/routes.ts +2 -0
- 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 +233 -0
- package/build/api/routes.d.ts.map +1 -0
- package/build/api/routes.js +2 -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/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/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 @@
|
|
|
1
|
+
{"version":3,"file":"pptx-export-payload.schema.d.ts","sourceRoot":"","sources":["../../../models/presentation/pptx-export-payload.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,oBAAY,eAAe;IACvB,QAAQ,aAAa;IACrB,WAAW,gBAAgB;IAC3B,YAAY,iBAAiB;IAC7B,KAAK,UAAU;IACf,OAAO,YAAY;CACtB;AAED,oBAAY,sBAAsB;IAC9B,KAAK,UAAU;IACf,IAAI,SAAS;IACb,EAAE,OAAO;IACT,IAAI,SAAS;CAChB;AAED,oBAAY,eAAe;IACvB,KAAK,eAAe;IACpB,IAAI,cAAc;IAClB,EAAE,YAAY;IACd,IAAI,cAAc;CACrB;AACD,oBAAY,YAAY;IACpB,IAAI,SAAS;IACb,MAAM,WAAW;IACjB,KAAK,UAAU;IACf,OAAO,YAAY;CACtB;AAED,oBAAY,YAAY;IACpB,GAAG,QAAQ;IACX,MAAM,WAAW;IACjB,MAAM,WAAW;CACpB;AAED,oBAAY,eAAe;IACvB,KAAK,UAAU;IACf,OAAO,YAAY;IACnB,IAAI,SAAS;CAChB;AAED,oBAAY,gBAAgB;IACxB,KAAK,UAAU;IACf,IAAI,SAAS;IACb,IAAI,SAAS;CAChB;AAED,oBAAY,cAAc;IACtB,KAAK,UAAU;IACf,IAAI,SAAS;CAChB;AAED,oBAAY,gBAAgB;IACxB,KAAK,UAAU;IACf,KAAK,UAAU;IACf,IAAI,SAAS;CAChB;AAED,oBAAY,sBAAsB;IAC9B,UAAU,cAAc;CAC3B;AAED,eAAO,MAAM,gBAAgB;;;;;;;;iBAQ3B,CAAC;AAEH,eAAO,MAAM,cAAc;;;;;iBAKzB,CAAC;AAEH,eAAO,MAAM,gBAAgB,4GAG3B,CAAC;AACH,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAG1D,eAAO,MAAM,kBAAkB;;;;;iBAK7B,CAAC;AACH,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAE9D,eAAO,MAAM,cAAc;;;;;;;;;;iBAezB,CAAC;AACH,MAAM,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAGtD,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;iBAO9B,CAAC;AACH,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAEhE,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;iBAK5B,CAAC;AACH,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAG5D,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;iBAe/B,CAAC;AACH,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAGlE,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;iBAOhC,CAAC;AACH,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAGpE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;iBAe9B,CAAC;AACH,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAEhE,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;kBAA+B,CAAC;AAC/D,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAE9D,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAW/B,CAAC;AACH,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAGlE,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAejC,CAAC;AACH,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAItE,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAM1B,CAAC;AACH,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AAExD,eAAO,MAAM,eAAe;;;;;;;mBAK1B,CAAC;AACH,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AAE9D,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAG1B,CAAC;AACH,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AAExD,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAElC,CAAC;AACH,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { PRESENTATION_AI_ACTION_PRICING_TYPE, PRESENTATION_AI_ACTION_TYPE } from '../../constants';
|
|
3
|
+
export declare const PresentationAiActionPricingRulesSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
4
|
+
type: z.ZodLiteral<PRESENTATION_AI_ACTION_PRICING_TYPE.PER_CHARACTER>;
|
|
5
|
+
price: z.ZodNumber;
|
|
6
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
7
|
+
type: z.ZodLiteral<PRESENTATION_AI_ACTION_PRICING_TYPE.FLAT>;
|
|
8
|
+
price: z.ZodNumber;
|
|
9
|
+
}, z.core.$strip>], "type">;
|
|
10
|
+
export type PresentationAiActionPricingRules = z.infer<typeof PresentationAiActionPricingRulesSchema>;
|
|
11
|
+
export declare const PresentationAiActionSchema: z.ZodObject<{
|
|
12
|
+
uuid: z.ZodString;
|
|
13
|
+
type: z.ZodEnum<typeof PRESENTATION_AI_ACTION_TYPE>;
|
|
14
|
+
pricingRules: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
15
|
+
type: z.ZodLiteral<PRESENTATION_AI_ACTION_PRICING_TYPE.PER_CHARACTER>;
|
|
16
|
+
price: z.ZodNumber;
|
|
17
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
18
|
+
type: z.ZodLiteral<PRESENTATION_AI_ACTION_PRICING_TYPE.FLAT>;
|
|
19
|
+
price: z.ZodNumber;
|
|
20
|
+
}, z.core.$strip>], "type">;
|
|
21
|
+
maxPromptLength: z.ZodNumber;
|
|
22
|
+
aiModel: z.ZodString;
|
|
23
|
+
title: z.ZodString;
|
|
24
|
+
icon: z.ZodString;
|
|
25
|
+
order: z.ZodNumber;
|
|
26
|
+
createdAt: z.ZodDate;
|
|
27
|
+
updatedAt: z.ZodDate;
|
|
28
|
+
}, z.core.$strip>;
|
|
29
|
+
export type PresentationAiAction = z.infer<typeof PresentationAiActionSchema>;
|
|
30
|
+
//# sourceMappingURL=presentation-ai-action.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"presentation-ai-action.schema.d.ts","sourceRoot":"","sources":["../../../models/presentation/presentation-ai-action.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,mCAAmC,EAAE,2BAA2B,EAAE,MAAM,iBAAiB,CAAC;AAEnG,eAAO,MAAM,sCAAsC;;;;;;2BASjD,CAAC;AACH,MAAM,MAAM,gCAAgC,GAAG,CAAC,CAAC,KAAK,CAClD,OAAO,sCAAsC,CAChD,CAAC;AAEF,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;iBAWrC,CAAC;AACH,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const PresentationConfigSchema: z.ZodObject<{
|
|
3
|
+
slideContentTypes: z.ZodArray<z.ZodObject<{
|
|
4
|
+
id: z.ZodEnum<typeof import("../..").SLIDE_CONTENT_TYPE>;
|
|
5
|
+
title: z.ZodString;
|
|
6
|
+
layouts: z.ZodArray<z.ZodEnum<typeof import("../..").SLIDE_LAYOUT>>;
|
|
7
|
+
order: z.ZodNumber;
|
|
8
|
+
icon: z.ZodString;
|
|
9
|
+
createdAt: z.ZodDate;
|
|
10
|
+
updatedAt: z.ZodDate;
|
|
11
|
+
}, z.core.$strip>>;
|
|
12
|
+
languages: z.ZodArray<z.ZodObject<{
|
|
13
|
+
uuid: z.ZodString;
|
|
14
|
+
name: z.ZodString;
|
|
15
|
+
order: z.ZodNumber;
|
|
16
|
+
createdAt: z.ZodDate;
|
|
17
|
+
updatedAt: z.ZodDate;
|
|
18
|
+
}, z.core.$strip>>;
|
|
19
|
+
templates: z.ZodArray<z.ZodObject<{
|
|
20
|
+
uuid: z.ZodString;
|
|
21
|
+
title: z.ZodString;
|
|
22
|
+
image: z.ZodString;
|
|
23
|
+
order: z.ZodNumber;
|
|
24
|
+
imagePlaceholder: z.ZodString;
|
|
25
|
+
accentColors: z.ZodArray<z.ZodString>;
|
|
26
|
+
createdAt: z.ZodDate;
|
|
27
|
+
updatedAt: z.ZodDate;
|
|
28
|
+
}, z.core.$strip>>;
|
|
29
|
+
aiActions: z.ZodArray<z.ZodObject<{
|
|
30
|
+
uuid: z.ZodString;
|
|
31
|
+
type: z.ZodEnum<typeof import("../..").PRESENTATION_AI_ACTION_TYPE>;
|
|
32
|
+
pricingRules: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
33
|
+
type: z.ZodLiteral<import("../..").PRESENTATION_AI_ACTION_PRICING_TYPE.PER_CHARACTER>;
|
|
34
|
+
price: z.ZodNumber;
|
|
35
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
36
|
+
type: z.ZodLiteral<import("../..").PRESENTATION_AI_ACTION_PRICING_TYPE.FLAT>;
|
|
37
|
+
price: z.ZodNumber;
|
|
38
|
+
}, z.core.$strip>], "type">;
|
|
39
|
+
maxPromptLength: z.ZodNumber;
|
|
40
|
+
aiModel: z.ZodString;
|
|
41
|
+
title: z.ZodString;
|
|
42
|
+
icon: z.ZodString;
|
|
43
|
+
order: z.ZodNumber;
|
|
44
|
+
createdAt: z.ZodDate;
|
|
45
|
+
updatedAt: z.ZodDate;
|
|
46
|
+
}, z.core.$strip>>;
|
|
47
|
+
slideGenerationPrice: z.ZodNumber;
|
|
48
|
+
maxSlides: z.ZodNumber;
|
|
49
|
+
minSlides: z.ZodNumber;
|
|
50
|
+
maxSlideTitleLength: z.ZodNumber;
|
|
51
|
+
maxSlideOutlineLength: z.ZodNumber;
|
|
52
|
+
maxPromptLength: z.ZodNumber;
|
|
53
|
+
imageGenerationPrice: z.ZodNumber;
|
|
54
|
+
}, z.core.$strip>;
|
|
55
|
+
export type PresentationConfig = z.infer<typeof PresentationConfigSchema>;
|
|
56
|
+
//# sourceMappingURL=presentation-config.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"presentation-config.schema.d.ts","sourceRoot":"","sources":["../../../models/presentation/presentation-config.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAYnC,CAAC;AACH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const PresentationTemplateSchema: z.ZodObject<{
|
|
3
|
+
uuid: z.ZodString;
|
|
4
|
+
title: z.ZodString;
|
|
5
|
+
image: z.ZodString;
|
|
6
|
+
order: z.ZodNumber;
|
|
7
|
+
imagePlaceholder: z.ZodString;
|
|
8
|
+
accentColors: z.ZodArray<z.ZodString>;
|
|
9
|
+
createdAt: z.ZodDate;
|
|
10
|
+
updatedAt: z.ZodDate;
|
|
11
|
+
}, z.core.$strip>;
|
|
12
|
+
//# sourceMappingURL=presentation-template.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"presentation-template.schema.d.ts","sourceRoot":"","sources":["../../../models/presentation/presentation-template.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,0BAA0B;;;;;;;;;iBASrC,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const PresentationTitlePageSchema: z.ZodObject<{
|
|
3
|
+
author: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
4
|
+
createdAt: z.ZodNullable<z.ZodOptional<z.ZodDate>>;
|
|
5
|
+
email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
export type PresentationTitlePage = z.infer<typeof PresentationTitlePageSchema>;
|
|
8
|
+
//# sourceMappingURL=presentation-title-page.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"presentation-title-page.schema.d.ts","sourceRoot":"","sources":["../../../models/presentation/presentation-title-page.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,2BAA2B;;;;iBAItC,CAAC;AAEH,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC"}
|
|
@@ -0,0 +1,218 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { PRESENTATION_STAGE, USER_REACTION } from '../../constants';
|
|
3
|
+
export declare const PresentationSchema: z.ZodObject<{
|
|
4
|
+
uuid: z.ZodString;
|
|
5
|
+
prompt: z.ZodString;
|
|
6
|
+
stage: z.ZodEnum<typeof PRESENTATION_STAGE>;
|
|
7
|
+
title: z.ZodString;
|
|
8
|
+
thumbnail: z.ZodString;
|
|
9
|
+
accentColor: z.ZodString;
|
|
10
|
+
languageId: z.ZodString;
|
|
11
|
+
templateId: z.ZodString;
|
|
12
|
+
downloadUrl: z.ZodNullable<z.ZodString>;
|
|
13
|
+
reaction: z.ZodNullable<z.ZodEnum<typeof USER_REACTION>>;
|
|
14
|
+
dislikeReason: z.ZodNullable<z.ZodString>;
|
|
15
|
+
slideCount: z.ZodNumber;
|
|
16
|
+
lastContentUpdateAt: z.ZodNullable<z.ZodDate>;
|
|
17
|
+
lastPptxExportedAt: z.ZodNullable<z.ZodDate>;
|
|
18
|
+
titlePage: z.ZodNullable<z.ZodObject<{
|
|
19
|
+
author: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
20
|
+
createdAt: z.ZodNullable<z.ZodOptional<z.ZodDate>>;
|
|
21
|
+
email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
22
|
+
}, z.core.$strip>>;
|
|
23
|
+
createdAt: z.ZodDate;
|
|
24
|
+
updatedAt: z.ZodDate;
|
|
25
|
+
}, z.core.$strip>;
|
|
26
|
+
export type Presentation = z.infer<typeof PresentationSchema>;
|
|
27
|
+
export declare const PresentationWithSlidesSchema: z.ZodObject<{
|
|
28
|
+
uuid: z.ZodString;
|
|
29
|
+
prompt: z.ZodString;
|
|
30
|
+
stage: z.ZodEnum<typeof PRESENTATION_STAGE>;
|
|
31
|
+
title: z.ZodString;
|
|
32
|
+
thumbnail: z.ZodString;
|
|
33
|
+
accentColor: z.ZodString;
|
|
34
|
+
languageId: z.ZodString;
|
|
35
|
+
templateId: z.ZodString;
|
|
36
|
+
downloadUrl: z.ZodNullable<z.ZodString>;
|
|
37
|
+
reaction: z.ZodNullable<z.ZodEnum<typeof USER_REACTION>>;
|
|
38
|
+
dislikeReason: z.ZodNullable<z.ZodString>;
|
|
39
|
+
slideCount: z.ZodNumber;
|
|
40
|
+
lastContentUpdateAt: z.ZodNullable<z.ZodDate>;
|
|
41
|
+
lastPptxExportedAt: z.ZodNullable<z.ZodDate>;
|
|
42
|
+
titlePage: z.ZodNullable<z.ZodObject<{
|
|
43
|
+
author: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
44
|
+
createdAt: z.ZodNullable<z.ZodOptional<z.ZodDate>>;
|
|
45
|
+
email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
46
|
+
}, z.core.$strip>>;
|
|
47
|
+
createdAt: z.ZodDate;
|
|
48
|
+
updatedAt: z.ZodDate;
|
|
49
|
+
outline: z.ZodArray<z.ZodObject<{
|
|
50
|
+
uuid: z.ZodString;
|
|
51
|
+
order: z.ZodNumber;
|
|
52
|
+
title: z.ZodString;
|
|
53
|
+
body: z.ZodString;
|
|
54
|
+
contentTypeId: z.ZodEnum<typeof import("../..").SLIDE_CONTENT_TYPE>;
|
|
55
|
+
presentationId: z.ZodString;
|
|
56
|
+
createdAt: z.ZodDate;
|
|
57
|
+
updatedAt: z.ZodDate;
|
|
58
|
+
}, z.core.$strip>>;
|
|
59
|
+
slides: z.ZodArray<z.ZodObject<{
|
|
60
|
+
uuid: z.ZodString;
|
|
61
|
+
order: z.ZodNumber;
|
|
62
|
+
contentTypeId: z.ZodEnum<typeof import("../..").SLIDE_CONTENT_TYPE>;
|
|
63
|
+
layoutId: z.ZodEnum<typeof import("../..").SLIDE_LAYOUT>;
|
|
64
|
+
content: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
65
|
+
contentType: z.ZodLiteral<import("../..").SLIDE_CONTENT_TYPE.COVER>;
|
|
66
|
+
title: z.ZodString;
|
|
67
|
+
author: z.ZodOptional<z.ZodObject<{
|
|
68
|
+
label: z.ZodString;
|
|
69
|
+
value: z.ZodString;
|
|
70
|
+
}, z.core.$strip>>;
|
|
71
|
+
date: z.ZodOptional<z.ZodObject<{
|
|
72
|
+
label: z.ZodString;
|
|
73
|
+
value: z.ZodString;
|
|
74
|
+
}, z.core.$strip>>;
|
|
75
|
+
email: z.ZodOptional<z.ZodObject<{
|
|
76
|
+
label: z.ZodString;
|
|
77
|
+
value: z.ZodString;
|
|
78
|
+
}, z.core.$strip>>;
|
|
79
|
+
version: z.ZodLiteral<1>;
|
|
80
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
81
|
+
contentType: z.ZodLiteral<import("../..").SLIDE_CONTENT_TYPE.STRUCTURED_LIST>;
|
|
82
|
+
title: z.ZodString;
|
|
83
|
+
description: z.ZodString;
|
|
84
|
+
list: z.ZodArray<z.ZodObject<{
|
|
85
|
+
title: z.ZodString;
|
|
86
|
+
description: z.ZodString;
|
|
87
|
+
iconSlot: z.ZodObject<{
|
|
88
|
+
uuid: z.ZodString;
|
|
89
|
+
prompt: z.ZodString;
|
|
90
|
+
}, z.core.$strip>;
|
|
91
|
+
}, z.core.$strip>>;
|
|
92
|
+
version: z.ZodLiteral<1>;
|
|
93
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
94
|
+
contentType: z.ZodLiteral<import("../..").SLIDE_CONTENT_TYPE.TEXT>;
|
|
95
|
+
title: z.ZodString;
|
|
96
|
+
description: z.ZodString;
|
|
97
|
+
version: z.ZodLiteral<1>;
|
|
98
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
99
|
+
contentType: z.ZodLiteral<import("../..").SLIDE_CONTENT_TYPE.CONTENTS>;
|
|
100
|
+
title: z.ZodString;
|
|
101
|
+
items: z.ZodArray<z.ZodObject<{
|
|
102
|
+
pageNumber: z.ZodNumber;
|
|
103
|
+
title: z.ZodString;
|
|
104
|
+
}, z.core.$strip>>;
|
|
105
|
+
imageSlot: z.ZodObject<{
|
|
106
|
+
uuid: z.ZodString;
|
|
107
|
+
prompt: z.ZodString;
|
|
108
|
+
}, z.core.$strip>;
|
|
109
|
+
version: z.ZodLiteral<1>;
|
|
110
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
111
|
+
contentType: z.ZodLiteral<import("../..").SLIDE_CONTENT_TYPE.SECTION_BREAK>;
|
|
112
|
+
title: z.ZodString;
|
|
113
|
+
description: z.ZodString;
|
|
114
|
+
version: z.ZodLiteral<1>;
|
|
115
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
116
|
+
contentType: z.ZodLiteral<import("../..").SLIDE_CONTENT_TYPE.TEXT_WITH_IMAGE>;
|
|
117
|
+
title: z.ZodString;
|
|
118
|
+
description: z.ZodString;
|
|
119
|
+
imageSlot: z.ZodObject<{
|
|
120
|
+
uuid: z.ZodString;
|
|
121
|
+
prompt: z.ZodString;
|
|
122
|
+
}, z.core.$strip>;
|
|
123
|
+
version: z.ZodLiteral<1>;
|
|
124
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
125
|
+
contentType: z.ZodLiteral<import("../..").SLIDE_CONTENT_TYPE.THANK_YOU>;
|
|
126
|
+
title: z.ZodString;
|
|
127
|
+
author: z.ZodOptional<z.ZodObject<{
|
|
128
|
+
label: z.ZodString;
|
|
129
|
+
value: z.ZodString;
|
|
130
|
+
}, z.core.$strip>>;
|
|
131
|
+
date: z.ZodOptional<z.ZodObject<{
|
|
132
|
+
label: z.ZodString;
|
|
133
|
+
value: z.ZodString;
|
|
134
|
+
}, z.core.$strip>>;
|
|
135
|
+
email: z.ZodOptional<z.ZodObject<{
|
|
136
|
+
label: z.ZodString;
|
|
137
|
+
value: z.ZodString;
|
|
138
|
+
}, z.core.$strip>>;
|
|
139
|
+
version: z.ZodLiteral<1>;
|
|
140
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
141
|
+
contentType: z.ZodLiteral<import("../..").SLIDE_CONTENT_TYPE.TABLE>;
|
|
142
|
+
title: z.ZodString;
|
|
143
|
+
description: z.ZodString;
|
|
144
|
+
table: z.ZodObject<{
|
|
145
|
+
columnHeaders: z.ZodArray<z.ZodString>;
|
|
146
|
+
rows: z.ZodArray<z.ZodArray<z.ZodString>>;
|
|
147
|
+
hasRowHeaders: z.ZodBoolean;
|
|
148
|
+
hasSummaryRow: z.ZodBoolean;
|
|
149
|
+
}, z.core.$strip>;
|
|
150
|
+
version: z.ZodLiteral<1>;
|
|
151
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
152
|
+
contentType: z.ZodLiteral<import("../..").SLIDE_CONTENT_TYPE.CHART>;
|
|
153
|
+
title: z.ZodString;
|
|
154
|
+
description: z.ZodString;
|
|
155
|
+
chart: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
156
|
+
type: z.ZodLiteral<import("./slide-content.schema").SLIDE_CHART_TYPE>;
|
|
157
|
+
categories: z.ZodArray<z.ZodString>;
|
|
158
|
+
series: z.ZodArray<z.ZodObject<{
|
|
159
|
+
name: z.ZodString;
|
|
160
|
+
data: z.ZodArray<z.ZodNumber>;
|
|
161
|
+
type: z.ZodNumber;
|
|
162
|
+
}, z.core.$strip>>;
|
|
163
|
+
yAxisLabel: z.ZodOptional<z.ZodString>;
|
|
164
|
+
unit: z.ZodOptional<z.ZodString>;
|
|
165
|
+
version: z.ZodLiteral<1>;
|
|
166
|
+
}, z.core.$strip>], "type">;
|
|
167
|
+
version: z.ZodLiteral<1>;
|
|
168
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
169
|
+
contentType: z.ZodLiteral<import("../..").SLIDE_CONTENT_TYPE.TIMELINE>;
|
|
170
|
+
title: z.ZodString;
|
|
171
|
+
description: z.ZodString;
|
|
172
|
+
timeline: z.ZodObject<{
|
|
173
|
+
events: z.ZodArray<z.ZodObject<{
|
|
174
|
+
date: z.ZodString;
|
|
175
|
+
title: z.ZodString;
|
|
176
|
+
description: z.ZodString;
|
|
177
|
+
}, z.core.$strip>>;
|
|
178
|
+
}, z.core.$strip>;
|
|
179
|
+
version: z.ZodLiteral<1>;
|
|
180
|
+
}, z.core.$strip>], "contentType">;
|
|
181
|
+
presentationId: z.ZodString;
|
|
182
|
+
iconSlots: z.ZodArray<z.ZodObject<{
|
|
183
|
+
uuid: z.ZodString;
|
|
184
|
+
prompt: z.ZodString;
|
|
185
|
+
alt: z.ZodString;
|
|
186
|
+
url: z.ZodNullable<z.ZodString>;
|
|
187
|
+
slideId: z.ZodString;
|
|
188
|
+
status: z.ZodEnum<typeof import("../..").SLIDE_ICON_SLOT_STATUS>;
|
|
189
|
+
createdAt: z.ZodDate;
|
|
190
|
+
updatedAt: z.ZodDate;
|
|
191
|
+
}, z.core.$strip>>;
|
|
192
|
+
imageSlots: z.ZodArray<z.ZodObject<{
|
|
193
|
+
uuid: z.ZodString;
|
|
194
|
+
prompt: z.ZodString;
|
|
195
|
+
alt: z.ZodString;
|
|
196
|
+
url: z.ZodNullable<z.ZodString>;
|
|
197
|
+
placeholder: z.ZodString;
|
|
198
|
+
slideId: z.ZodString;
|
|
199
|
+
status: z.ZodEnum<typeof import("../..").SLIDE_IMAGE_SLOT_STATUS>;
|
|
200
|
+
createdAt: z.ZodDate;
|
|
201
|
+
updatedAt: z.ZodDate;
|
|
202
|
+
}, z.core.$strip>>;
|
|
203
|
+
createdAt: z.ZodDate;
|
|
204
|
+
updatedAt: z.ZodDate;
|
|
205
|
+
}, z.core.$strip>>;
|
|
206
|
+
}, z.core.$strip>;
|
|
207
|
+
export type PresentationWithSlides = z.infer<typeof PresentationWithSlidesSchema>;
|
|
208
|
+
export declare const PresentationUpdateSchema: z.ZodObject<{
|
|
209
|
+
title: z.ZodOptional<z.ZodString>;
|
|
210
|
+
titlePage: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
211
|
+
author: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
212
|
+
createdAt: z.ZodNullable<z.ZodOptional<z.ZodDate>>;
|
|
213
|
+
email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
214
|
+
}, z.core.$strip>>>;
|
|
215
|
+
templateId: z.ZodOptional<z.ZodString>;
|
|
216
|
+
}, z.core.$strip>;
|
|
217
|
+
export type PresentationUpdate = z.infer<typeof PresentationUpdateSchema>;
|
|
218
|
+
//# sourceMappingURL=presentation.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"presentation.schema.d.ts","sourceRoot":"","sources":["../../../models/presentation/presentation.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,OAAO,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAGpE,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;iBAkB7B,CAAC;AACH,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAE9D,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAGvC,CAAC;AACH,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,4BAA4B,CAAC,CAAC;AAElF,eAAO,MAAM,wBAAwB;;;;;;;;iBAIzB,CAAC;AACb,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC"}
|
|
@@ -12,6 +12,7 @@ exports.PresentationSchema = zod_1.z.object({
|
|
|
12
12
|
stage: zod_1.z.nativeEnum(constants_1.PRESENTATION_STAGE),
|
|
13
13
|
title: zod_1.z.string(),
|
|
14
14
|
thumbnail: zod_1.z.string(),
|
|
15
|
+
accentColor: zod_1.z.string(),
|
|
15
16
|
languageId: zod_1.z.string(),
|
|
16
17
|
templateId: zod_1.z.string(),
|
|
17
18
|
downloadUrl: zod_1.z.string().nullable(),
|
|
@@ -0,0 +1,260 @@
|
|
|
1
|
+
import z from 'zod';
|
|
2
|
+
import { SLIDE_CHART_TYPE } from './slide-content.schema';
|
|
3
|
+
import { SLIDE_CONTENT_TYPE } from '../../constants';
|
|
4
|
+
export declare const CoverSlideDataUserEditSchema: z.ZodObject<{
|
|
5
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.COVER>;
|
|
6
|
+
title: z.ZodString;
|
|
7
|
+
author: z.ZodObject<{
|
|
8
|
+
label: z.ZodString;
|
|
9
|
+
value: z.ZodString;
|
|
10
|
+
}, z.core.$strip>;
|
|
11
|
+
date: z.ZodObject<{
|
|
12
|
+
label: z.ZodString;
|
|
13
|
+
value: z.ZodString;
|
|
14
|
+
}, z.core.$strip>;
|
|
15
|
+
email: z.ZodObject<{
|
|
16
|
+
label: z.ZodString;
|
|
17
|
+
value: z.ZodString;
|
|
18
|
+
}, z.core.$strip>;
|
|
19
|
+
version: z.ZodLiteral<1>;
|
|
20
|
+
}, z.core.$strip>;
|
|
21
|
+
export declare const ThankYouSlideDataUserEditSchema: z.ZodObject<{
|
|
22
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.THANK_YOU>;
|
|
23
|
+
title: z.ZodString;
|
|
24
|
+
author: z.ZodObject<{
|
|
25
|
+
label: z.ZodString;
|
|
26
|
+
value: z.ZodString;
|
|
27
|
+
}, z.core.$strip>;
|
|
28
|
+
date: z.ZodObject<{
|
|
29
|
+
label: z.ZodString;
|
|
30
|
+
value: z.ZodString;
|
|
31
|
+
}, z.core.$strip>;
|
|
32
|
+
email: z.ZodObject<{
|
|
33
|
+
label: z.ZodString;
|
|
34
|
+
value: z.ZodString;
|
|
35
|
+
}, z.core.$strip>;
|
|
36
|
+
version: z.ZodLiteral<1>;
|
|
37
|
+
}, z.core.$strip>;
|
|
38
|
+
export declare const TextSlideDataUserEditSchema: z.ZodObject<{
|
|
39
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.TEXT>;
|
|
40
|
+
title: z.ZodString;
|
|
41
|
+
description: z.ZodString;
|
|
42
|
+
version: z.ZodLiteral<1>;
|
|
43
|
+
}, z.core.$strip>;
|
|
44
|
+
export declare const StructuredListSlideDataUserEditSchema: z.ZodObject<{
|
|
45
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.STRUCTURED_LIST>;
|
|
46
|
+
title: z.ZodString;
|
|
47
|
+
description: z.ZodString;
|
|
48
|
+
list: z.ZodArray<z.ZodObject<{
|
|
49
|
+
title: z.ZodString;
|
|
50
|
+
description: z.ZodString;
|
|
51
|
+
iconSlot: z.ZodObject<{
|
|
52
|
+
uuid: z.ZodString;
|
|
53
|
+
prompt: z.ZodString;
|
|
54
|
+
}, z.core.$strip>;
|
|
55
|
+
}, z.core.$strip>>;
|
|
56
|
+
version: z.ZodLiteral<1>;
|
|
57
|
+
}, z.core.$strip>;
|
|
58
|
+
export declare const ContentsSlideDataUserEditSchema: z.ZodObject<{
|
|
59
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.CONTENTS>;
|
|
60
|
+
title: z.ZodString;
|
|
61
|
+
items: z.ZodArray<z.ZodObject<{
|
|
62
|
+
pageNumber: z.ZodNumber;
|
|
63
|
+
title: z.ZodString;
|
|
64
|
+
}, z.core.$strip>>;
|
|
65
|
+
imageSlot: z.ZodObject<{
|
|
66
|
+
uuid: z.ZodString;
|
|
67
|
+
prompt: z.ZodString;
|
|
68
|
+
}, z.core.$strip>;
|
|
69
|
+
version: z.ZodLiteral<1>;
|
|
70
|
+
}, z.core.$strip>;
|
|
71
|
+
export declare const ImageSlideDataUserEditSchema: z.ZodObject<{
|
|
72
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.TEXT_WITH_IMAGE>;
|
|
73
|
+
title: z.ZodString;
|
|
74
|
+
description: z.ZodString;
|
|
75
|
+
imageSlot: z.ZodObject<{
|
|
76
|
+
uuid: z.ZodString;
|
|
77
|
+
prompt: z.ZodString;
|
|
78
|
+
}, z.core.$strip>;
|
|
79
|
+
version: z.ZodLiteral<1>;
|
|
80
|
+
}, z.core.$strip>;
|
|
81
|
+
export declare const SectionBreakSlideDataUserEditSchema: z.ZodObject<{
|
|
82
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.SECTION_BREAK>;
|
|
83
|
+
title: z.ZodString;
|
|
84
|
+
description: z.ZodString;
|
|
85
|
+
version: z.ZodLiteral<1>;
|
|
86
|
+
}, z.core.$strip>;
|
|
87
|
+
export declare const TableSlideDataUserEditSchema: z.ZodObject<{
|
|
88
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.TABLE>;
|
|
89
|
+
title: z.ZodString;
|
|
90
|
+
description: z.ZodString;
|
|
91
|
+
table: z.ZodObject<{
|
|
92
|
+
columnHeaders: z.ZodArray<z.ZodString>;
|
|
93
|
+
rows: z.ZodArray<z.ZodArray<z.ZodString>>;
|
|
94
|
+
hasRowHeaders: z.ZodBoolean;
|
|
95
|
+
hasSummaryRow: z.ZodBoolean;
|
|
96
|
+
}, z.core.$strip>;
|
|
97
|
+
version: z.ZodLiteral<1>;
|
|
98
|
+
}, z.core.$strip>;
|
|
99
|
+
export declare const BarChartSlideDataUserEditSchema: z.ZodObject<{
|
|
100
|
+
type: z.ZodLiteral<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>;
|
|
111
|
+
export declare const ChartSlideDataUserEditSchema: z.ZodObject<{
|
|
112
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.CHART>;
|
|
113
|
+
title: z.ZodString;
|
|
114
|
+
description: z.ZodString;
|
|
115
|
+
chart: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
116
|
+
type: z.ZodLiteral<SLIDE_CHART_TYPE>;
|
|
117
|
+
categories: z.ZodArray<z.ZodString>;
|
|
118
|
+
series: z.ZodArray<z.ZodObject<{
|
|
119
|
+
name: z.ZodString;
|
|
120
|
+
data: z.ZodArray<z.ZodNumber>;
|
|
121
|
+
type: z.ZodNumber;
|
|
122
|
+
}, z.core.$strip>>;
|
|
123
|
+
yAxisLabel: z.ZodOptional<z.ZodString>;
|
|
124
|
+
unit: z.ZodOptional<z.ZodString>;
|
|
125
|
+
version: z.ZodLiteral<1>;
|
|
126
|
+
}, z.core.$strip>], "type">;
|
|
127
|
+
version: z.ZodLiteral<1>;
|
|
128
|
+
}, z.core.$strip>;
|
|
129
|
+
export declare const TimelineSlideDataUserEditSchema: z.ZodObject<{
|
|
130
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.TIMELINE>;
|
|
131
|
+
title: z.ZodString;
|
|
132
|
+
description: z.ZodString;
|
|
133
|
+
timeline: z.ZodObject<{
|
|
134
|
+
events: z.ZodArray<z.ZodObject<{
|
|
135
|
+
date: z.ZodString;
|
|
136
|
+
title: z.ZodString;
|
|
137
|
+
description: z.ZodString;
|
|
138
|
+
}, z.core.$strip>>;
|
|
139
|
+
}, z.core.$strip>;
|
|
140
|
+
version: z.ZodLiteral<1>;
|
|
141
|
+
}, z.core.$strip>;
|
|
142
|
+
export declare const SlideContentUserEditSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
143
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.COVER>;
|
|
144
|
+
title: z.ZodString;
|
|
145
|
+
author: z.ZodObject<{
|
|
146
|
+
label: z.ZodString;
|
|
147
|
+
value: z.ZodString;
|
|
148
|
+
}, z.core.$strip>;
|
|
149
|
+
date: z.ZodObject<{
|
|
150
|
+
label: z.ZodString;
|
|
151
|
+
value: z.ZodString;
|
|
152
|
+
}, z.core.$strip>;
|
|
153
|
+
email: z.ZodObject<{
|
|
154
|
+
label: z.ZodString;
|
|
155
|
+
value: z.ZodString;
|
|
156
|
+
}, z.core.$strip>;
|
|
157
|
+
version: z.ZodLiteral<1>;
|
|
158
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
159
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.STRUCTURED_LIST>;
|
|
160
|
+
title: z.ZodString;
|
|
161
|
+
description: z.ZodString;
|
|
162
|
+
list: z.ZodArray<z.ZodObject<{
|
|
163
|
+
title: z.ZodString;
|
|
164
|
+
description: z.ZodString;
|
|
165
|
+
iconSlot: z.ZodObject<{
|
|
166
|
+
uuid: z.ZodString;
|
|
167
|
+
prompt: z.ZodString;
|
|
168
|
+
}, z.core.$strip>;
|
|
169
|
+
}, z.core.$strip>>;
|
|
170
|
+
version: z.ZodLiteral<1>;
|
|
171
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
172
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.TEXT>;
|
|
173
|
+
title: z.ZodString;
|
|
174
|
+
description: z.ZodString;
|
|
175
|
+
version: z.ZodLiteral<1>;
|
|
176
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
177
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.CONTENTS>;
|
|
178
|
+
title: z.ZodString;
|
|
179
|
+
items: z.ZodArray<z.ZodObject<{
|
|
180
|
+
pageNumber: z.ZodNumber;
|
|
181
|
+
title: z.ZodString;
|
|
182
|
+
}, z.core.$strip>>;
|
|
183
|
+
imageSlot: z.ZodObject<{
|
|
184
|
+
uuid: z.ZodString;
|
|
185
|
+
prompt: z.ZodString;
|
|
186
|
+
}, z.core.$strip>;
|
|
187
|
+
version: z.ZodLiteral<1>;
|
|
188
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
189
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.SECTION_BREAK>;
|
|
190
|
+
title: z.ZodString;
|
|
191
|
+
description: z.ZodString;
|
|
192
|
+
version: z.ZodLiteral<1>;
|
|
193
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
194
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.TEXT_WITH_IMAGE>;
|
|
195
|
+
title: z.ZodString;
|
|
196
|
+
description: z.ZodString;
|
|
197
|
+
imageSlot: z.ZodObject<{
|
|
198
|
+
uuid: z.ZodString;
|
|
199
|
+
prompt: z.ZodString;
|
|
200
|
+
}, z.core.$strip>;
|
|
201
|
+
version: z.ZodLiteral<1>;
|
|
202
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
203
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.THANK_YOU>;
|
|
204
|
+
title: z.ZodString;
|
|
205
|
+
author: z.ZodObject<{
|
|
206
|
+
label: z.ZodString;
|
|
207
|
+
value: z.ZodString;
|
|
208
|
+
}, z.core.$strip>;
|
|
209
|
+
date: z.ZodObject<{
|
|
210
|
+
label: z.ZodString;
|
|
211
|
+
value: z.ZodString;
|
|
212
|
+
}, z.core.$strip>;
|
|
213
|
+
email: z.ZodObject<{
|
|
214
|
+
label: z.ZodString;
|
|
215
|
+
value: z.ZodString;
|
|
216
|
+
}, z.core.$strip>;
|
|
217
|
+
version: z.ZodLiteral<1>;
|
|
218
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
219
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.TABLE>;
|
|
220
|
+
title: z.ZodString;
|
|
221
|
+
description: z.ZodString;
|
|
222
|
+
table: z.ZodObject<{
|
|
223
|
+
columnHeaders: z.ZodArray<z.ZodString>;
|
|
224
|
+
rows: z.ZodArray<z.ZodArray<z.ZodString>>;
|
|
225
|
+
hasRowHeaders: z.ZodBoolean;
|
|
226
|
+
hasSummaryRow: z.ZodBoolean;
|
|
227
|
+
}, z.core.$strip>;
|
|
228
|
+
version: z.ZodLiteral<1>;
|
|
229
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
230
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.CHART>;
|
|
231
|
+
title: z.ZodString;
|
|
232
|
+
description: z.ZodString;
|
|
233
|
+
chart: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
234
|
+
type: z.ZodLiteral<SLIDE_CHART_TYPE>;
|
|
235
|
+
categories: z.ZodArray<z.ZodString>;
|
|
236
|
+
series: z.ZodArray<z.ZodObject<{
|
|
237
|
+
name: z.ZodString;
|
|
238
|
+
data: z.ZodArray<z.ZodNumber>;
|
|
239
|
+
type: z.ZodNumber;
|
|
240
|
+
}, z.core.$strip>>;
|
|
241
|
+
yAxisLabel: z.ZodOptional<z.ZodString>;
|
|
242
|
+
unit: z.ZodOptional<z.ZodString>;
|
|
243
|
+
version: z.ZodLiteral<1>;
|
|
244
|
+
}, z.core.$strip>], "type">;
|
|
245
|
+
version: z.ZodLiteral<1>;
|
|
246
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
247
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.TIMELINE>;
|
|
248
|
+
title: z.ZodString;
|
|
249
|
+
description: z.ZodString;
|
|
250
|
+
timeline: z.ZodObject<{
|
|
251
|
+
events: z.ZodArray<z.ZodObject<{
|
|
252
|
+
date: z.ZodString;
|
|
253
|
+
title: z.ZodString;
|
|
254
|
+
description: z.ZodString;
|
|
255
|
+
}, z.core.$strip>>;
|
|
256
|
+
}, z.core.$strip>;
|
|
257
|
+
version: z.ZodLiteral<1>;
|
|
258
|
+
}, z.core.$strip>], "contentType">;
|
|
259
|
+
export type SlideContentUserEdit = z.infer<typeof SlideContentUserEditSchema>;
|
|
260
|
+
//# sourceMappingURL=slide-content-edit.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"slide-content-edit.schema.d.ts","sourceRoot":"","sources":["../../../models/presentation/slide-content-edit.schema.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AACpB,OAAO,EASH,gBAAgB,EAMnB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAErD,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;iBAgBO,CAAC;AAEjD,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;iBAgBO,CAAC;AAEpD,eAAO,MAAM,2BAA2B;;;;;iBAKO,CAAC;AAEhD,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;iBAcO,CAAC;AAE1D,eAAO,MAAM,+BAA+B;;;;;;;;;;;;iBAaO,CAAC;AAEpD,eAAO,MAAM,4BAA4B;;;;;;;;;iBAMO,CAAC;AAEjD,eAAO,MAAM,mCAAmC;;;;;iBAKO,CAAC;AAExD,eAAO,MAAM,4BAA4B;;;;;;;;;;;iBAWO,CAAC;AAEjD,eAAO,MAAM,+BAA+B;;;;;;;;;;;iBAeO,CAAC;AAEpD,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;iBAMO,CAAC;AAEjD,eAAO,MAAM,+BAA+B;;;;;;;;;;;;iBAiBO,CAAC;AAEpD,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kCAWrC,CAAC;AACH,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC"}
|
|
@@ -55,6 +55,7 @@ exports.StructuredListSlideDataUserEditSchema = zod_1.default.object({
|
|
|
55
55
|
.array(zod_1.default.object({
|
|
56
56
|
title: zod_1.default.string().max(500),
|
|
57
57
|
description: zod_1.default.string().max(1000),
|
|
58
|
+
iconSlot: slide_content_schema_1.IconSlotSchema,
|
|
58
59
|
}))
|
|
59
60
|
.max(15),
|
|
60
61
|
version: zod_1.default.literal(1),
|
|
@@ -68,6 +69,7 @@ exports.ContentsSlideDataUserEditSchema = zod_1.default.object({
|
|
|
68
69
|
title: zod_1.default.string().max(1000),
|
|
69
70
|
}))
|
|
70
71
|
.max(100),
|
|
72
|
+
imageSlot: slide_content_schema_1.ImageSlotSchema,
|
|
71
73
|
version: zod_1.default.literal(1),
|
|
72
74
|
});
|
|
73
75
|
exports.ImageSlideDataUserEditSchema = zod_1.default.object({
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { SLIDE_CONTENT_TYPE, SLIDE_LAYOUT } from '../../constants';
|
|
3
|
+
export declare const SlideContentTypeSchema: z.ZodObject<{
|
|
4
|
+
id: z.ZodEnum<typeof SLIDE_CONTENT_TYPE>;
|
|
5
|
+
title: z.ZodString;
|
|
6
|
+
layouts: z.ZodArray<z.ZodEnum<typeof SLIDE_LAYOUT>>;
|
|
7
|
+
order: z.ZodNumber;
|
|
8
|
+
icon: z.ZodString;
|
|
9
|
+
createdAt: z.ZodDate;
|
|
10
|
+
updatedAt: z.ZodDate;
|
|
11
|
+
}, z.core.$strip>;
|
|
12
|
+
export type SlideContentType = z.infer<typeof SlideContentTypeSchema>;
|
|
13
|
+
//# sourceMappingURL=slide-content-type.schema.d.ts.map
|