@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,42 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare namespace GeneratePresentationSlidesCommand {
|
|
3
|
+
const RequestParamsSchema: z.ZodObject<{
|
|
4
|
+
uuid: z.ZodString;
|
|
5
|
+
}, z.core.$strip>;
|
|
6
|
+
type RequestParams = z.infer<typeof RequestParamsSchema>;
|
|
7
|
+
const RequestBodySchema: z.ZodObject<{
|
|
8
|
+
titlePage: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
9
|
+
author: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
10
|
+
createdAt: z.ZodNullable<z.ZodOptional<z.ZodDate>>;
|
|
11
|
+
email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
12
|
+
}, z.core.$strip>>>;
|
|
13
|
+
}, z.core.$strip>;
|
|
14
|
+
type RequestBody = z.infer<typeof RequestBodySchema>;
|
|
15
|
+
const ResponseSchema: z.ZodObject<{
|
|
16
|
+
data: z.ZodObject<{
|
|
17
|
+
uuid: z.ZodString;
|
|
18
|
+
prompt: z.ZodString;
|
|
19
|
+
stage: z.ZodEnum<typeof import("../..").PRESENTATION_STAGE>;
|
|
20
|
+
title: z.ZodString;
|
|
21
|
+
thumbnail: z.ZodString;
|
|
22
|
+
accentColor: z.ZodString;
|
|
23
|
+
languageId: z.ZodString;
|
|
24
|
+
templateId: z.ZodString;
|
|
25
|
+
downloadUrl: z.ZodNullable<z.ZodString>;
|
|
26
|
+
reaction: z.ZodNullable<z.ZodEnum<typeof import("../..").USER_REACTION>>;
|
|
27
|
+
dislikeReason: z.ZodNullable<z.ZodString>;
|
|
28
|
+
slideCount: z.ZodNumber;
|
|
29
|
+
lastContentUpdateAt: z.ZodNullable<z.ZodDate>;
|
|
30
|
+
lastPptxExportedAt: z.ZodNullable<z.ZodDate>;
|
|
31
|
+
titlePage: z.ZodNullable<z.ZodObject<{
|
|
32
|
+
author: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
33
|
+
createdAt: z.ZodNullable<z.ZodOptional<z.ZodDate>>;
|
|
34
|
+
email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
35
|
+
}, z.core.$strip>>;
|
|
36
|
+
createdAt: z.ZodDate;
|
|
37
|
+
updatedAt: z.ZodDate;
|
|
38
|
+
}, z.core.$strip>;
|
|
39
|
+
}, z.core.$strip>;
|
|
40
|
+
type Response = z.infer<typeof ResponseSchema>;
|
|
41
|
+
}
|
|
42
|
+
//# sourceMappingURL=generate-presentation-slides.command.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"generate-presentation-slides.command.d.ts","sourceRoot":"","sources":["../../../commands/presentation/generate-presentation-slides.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,yBAAiB,iCAAiC,CAAC;IACxC,MAAM,mBAAmB;;qBAE9B,CAAC;IAEH,KAAY,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;IAEzD,MAAM,iBAAiB;;;;;;qBAE5B,CAAC;IACH,KAAY,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;IAErD,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;qBAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare namespace GetPresentationConfigCommand {
|
|
3
|
+
const ResponseSchema: z.ZodObject<{
|
|
4
|
+
data: z.ZodObject<{
|
|
5
|
+
slideContentTypes: z.ZodArray<z.ZodObject<{
|
|
6
|
+
id: z.ZodEnum<typeof import("../..").SLIDE_CONTENT_TYPE>;
|
|
7
|
+
title: z.ZodString;
|
|
8
|
+
layouts: z.ZodArray<z.ZodEnum<typeof import("../..").SLIDE_LAYOUT>>;
|
|
9
|
+
order: z.ZodNumber;
|
|
10
|
+
icon: z.ZodString;
|
|
11
|
+
createdAt: z.ZodDate;
|
|
12
|
+
updatedAt: z.ZodDate;
|
|
13
|
+
}, z.core.$strip>>;
|
|
14
|
+
languages: z.ZodArray<z.ZodObject<{
|
|
15
|
+
uuid: z.ZodString;
|
|
16
|
+
name: z.ZodString;
|
|
17
|
+
order: z.ZodNumber;
|
|
18
|
+
createdAt: z.ZodDate;
|
|
19
|
+
updatedAt: z.ZodDate;
|
|
20
|
+
}, z.core.$strip>>;
|
|
21
|
+
templates: z.ZodArray<z.ZodObject<{
|
|
22
|
+
uuid: z.ZodString;
|
|
23
|
+
title: z.ZodString;
|
|
24
|
+
image: z.ZodString;
|
|
25
|
+
order: z.ZodNumber;
|
|
26
|
+
imagePlaceholder: z.ZodString;
|
|
27
|
+
accentColors: z.ZodArray<z.ZodString>;
|
|
28
|
+
createdAt: z.ZodDate;
|
|
29
|
+
updatedAt: z.ZodDate;
|
|
30
|
+
}, z.core.$strip>>;
|
|
31
|
+
aiActions: z.ZodArray<z.ZodObject<{
|
|
32
|
+
uuid: z.ZodString;
|
|
33
|
+
type: z.ZodEnum<typeof import("../..").PRESENTATION_AI_ACTION_TYPE>;
|
|
34
|
+
pricingRules: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
35
|
+
type: z.ZodLiteral<import("../..").PRESENTATION_AI_ACTION_PRICING_TYPE.PER_CHARACTER>;
|
|
36
|
+
price: z.ZodNumber;
|
|
37
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
38
|
+
type: z.ZodLiteral<import("../..").PRESENTATION_AI_ACTION_PRICING_TYPE.FLAT>;
|
|
39
|
+
price: z.ZodNumber;
|
|
40
|
+
}, z.core.$strip>], "type">;
|
|
41
|
+
maxPromptLength: z.ZodNumber;
|
|
42
|
+
aiModel: z.ZodString;
|
|
43
|
+
title: z.ZodString;
|
|
44
|
+
icon: z.ZodString;
|
|
45
|
+
order: z.ZodNumber;
|
|
46
|
+
createdAt: z.ZodDate;
|
|
47
|
+
updatedAt: z.ZodDate;
|
|
48
|
+
}, z.core.$strip>>;
|
|
49
|
+
slideGenerationPrice: z.ZodNumber;
|
|
50
|
+
maxSlides: z.ZodNumber;
|
|
51
|
+
minSlides: z.ZodNumber;
|
|
52
|
+
maxSlideTitleLength: z.ZodNumber;
|
|
53
|
+
maxSlideOutlineLength: z.ZodNumber;
|
|
54
|
+
maxPromptLength: z.ZodNumber;
|
|
55
|
+
imageGenerationPrice: z.ZodNumber;
|
|
56
|
+
}, z.core.$strip>;
|
|
57
|
+
}, z.core.$strip>;
|
|
58
|
+
type Response = z.infer<typeof ResponseSchema>;
|
|
59
|
+
}
|
|
60
|
+
//# sourceMappingURL=get-presentation-config.command.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-presentation-config.command.d.ts","sourceRoot":"","sources":["../../../commands/presentation/get-presentation-config.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,yBAAiB,4BAA4B,CAAC;IACnC,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export * from './build-blank-slide.command';
|
|
2
|
+
export * from './create-presentation.command';
|
|
3
|
+
export * from './delete-all-user-presentations.command';
|
|
4
|
+
export * from './delete-slide-outline.command';
|
|
5
|
+
export * from './delete-presentation.command';
|
|
6
|
+
export * from './export-presentation-as-pptx.command';
|
|
7
|
+
export * from './find-presentation-by-uuid.command';
|
|
8
|
+
export * from './find-presentation-outline.command';
|
|
9
|
+
export * from './find-presentations.command';
|
|
10
|
+
export * from './generate-presentation-slides.command';
|
|
11
|
+
export * from './generate-and-insert-slide.command';
|
|
12
|
+
export * from './get-presentation-config.command';
|
|
13
|
+
export * from './reposition-slide-outline.command';
|
|
14
|
+
export * from './reposition-slide.command';
|
|
15
|
+
export * from './update-slide-outline.command';
|
|
16
|
+
export * from './update-presentation-outline.command';
|
|
17
|
+
export * from './update-presentation.command';
|
|
18
|
+
export * from './update-presentation-slides.command';
|
|
19
|
+
export * from './update-slide-image-slot.command';
|
|
20
|
+
export * from './update-slide-outline.command';
|
|
21
|
+
export * from './presentation-paraphrase.command';
|
|
22
|
+
export * from './presentation-generate-report.command';
|
|
23
|
+
export * from './update-slide.command';
|
|
24
|
+
export * from './set-reaction-to-presentation.command';
|
|
25
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../commands/presentation/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC;AAC5C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,yCAAyC,CAAC;AACxD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,uCAAuC,CAAC;AACtD,cAAc,qCAAqC,CAAC;AACpD,cAAc,qCAAqC,CAAC;AACpD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,wCAAwC,CAAC;AACvD,cAAc,qCAAqC,CAAC;AACpD,cAAc,mCAAmC,CAAC;AAClD,cAAc,oCAAoC,CAAC;AACnD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,uCAAuC,CAAC;AACtD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,sCAAsC,CAAC;AACrD,cAAc,mCAAmC,CAAC;AAClD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,mCAAmC,CAAC;AAClD,cAAc,wCAAwC,CAAC;AACvD,cAAc,wBAAwB,CAAC;AACvC,cAAc,wCAAwC,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare namespace PresentationGenerateReportCommand {
|
|
3
|
+
const RequestParamsSchema: z.ZodObject<{
|
|
4
|
+
presentationId: z.ZodString;
|
|
5
|
+
}, z.core.$strip>;
|
|
6
|
+
const RequestSchema: z.ZodObject<{
|
|
7
|
+
presentationId: z.ZodString;
|
|
8
|
+
}, z.core.$strip>;
|
|
9
|
+
type RequestParams = z.infer<typeof RequestParamsSchema>;
|
|
10
|
+
type Request = z.infer<typeof RequestSchema>;
|
|
11
|
+
const ResponseSchema: z.ZodObject<{
|
|
12
|
+
data: z.ZodObject<{
|
|
13
|
+
output: z.ZodString;
|
|
14
|
+
docxUrl: z.ZodString;
|
|
15
|
+
}, z.core.$strip>;
|
|
16
|
+
}, z.core.$strip>;
|
|
17
|
+
type Response = z.infer<typeof ResponseSchema>;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=presentation-generate-report.command.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"presentation-generate-report.command.d.ts","sourceRoot":"","sources":["../../../commands/presentation/presentation-generate-report.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,yBAAiB,iCAAiC,CAAC;IACxC,MAAM,mBAAmB;;qBAE9B,CAAC;IAEI,MAAM,aAAa;;qBAAsB,CAAC;IAEjD,KAAY,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;IAChE,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;;qBAKzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare namespace PresentationParaphraseCommand {
|
|
3
|
+
const RequestParamsSchema: z.ZodObject<{
|
|
4
|
+
presentationId: z.ZodString;
|
|
5
|
+
slideId: z.ZodString;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
const RequestBodySchema: z.ZodObject<{
|
|
8
|
+
selectionText: z.ZodString;
|
|
9
|
+
}, z.core.$strip>;
|
|
10
|
+
const RequestSchema: z.ZodObject<{
|
|
11
|
+
presentationId: z.ZodString;
|
|
12
|
+
slideId: z.ZodString;
|
|
13
|
+
selectionText: z.ZodString;
|
|
14
|
+
}, z.core.$strip>;
|
|
15
|
+
type RequestParams = z.infer<typeof RequestParamsSchema>;
|
|
16
|
+
type RequestBody = z.infer<typeof RequestBodySchema>;
|
|
17
|
+
type Request = z.infer<typeof RequestSchema>;
|
|
18
|
+
const ResponseSchema: z.ZodObject<{
|
|
19
|
+
data: z.ZodObject<{
|
|
20
|
+
output: z.ZodString;
|
|
21
|
+
}, z.core.$strip>;
|
|
22
|
+
}, z.core.$strip>;
|
|
23
|
+
type Response = z.infer<typeof ResponseSchema>;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=presentation-paraphrase.command.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"presentation-paraphrase.command.d.ts","sourceRoot":"","sources":["../../../commands/presentation/presentation-paraphrase.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,yBAAiB,6BAA6B,CAAC;IACpC,MAAM,mBAAmB;;;qBAG9B,CAAC;IAEI,MAAM,iBAAiB;;qBAE5B,CAAC;IAEI,MAAM,aAAa;;;;qBAA+C,CAAC;IAE1E,KAAY,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;IAChE,KAAY,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;IAC5D,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc;;;;qBAIzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare namespace RepositionSlideOutlineCommand {
|
|
3
|
+
const RequestParamsSchema: z.ZodObject<{
|
|
4
|
+
presentationId: z.ZodString;
|
|
5
|
+
slideOutlineId: z.ZodString;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
type Params = z.infer<typeof RequestParamsSchema>;
|
|
8
|
+
const RequestBodySchema: z.ZodObject<{
|
|
9
|
+
newPosition: z.ZodNumber;
|
|
10
|
+
}, z.core.$strip>;
|
|
11
|
+
type Request = z.infer<typeof RequestBodySchema>;
|
|
12
|
+
const ResponseSchema: z.ZodVoid;
|
|
13
|
+
type Response = z.infer<typeof ResponseSchema>;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=reposition-slide-outline.command.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reposition-slide-outline.command.d.ts","sourceRoot":"","sources":["../../../commands/presentation/reposition-slide-outline.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,yBAAiB,6BAA6B,CAAC;IACpC,MAAM,mBAAmB;;;qBAG9B,CAAC;IACH,KAAY,MAAM,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;IAElD,MAAM,iBAAiB;;qBAE5B,CAAC;IACH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;IAEjD,MAAM,cAAc,WAAW,CAAC;IACvC,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare namespace RepositionSlideCommand {
|
|
3
|
+
const RequestParamsSchema: z.ZodObject<{
|
|
4
|
+
presentationId: z.ZodString;
|
|
5
|
+
slideId: z.ZodString;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
type Params = z.infer<typeof RequestParamsSchema>;
|
|
8
|
+
const RequestBodySchema: z.ZodObject<{
|
|
9
|
+
newPosition: z.ZodNumber;
|
|
10
|
+
}, z.core.$strip>;
|
|
11
|
+
type Request = z.infer<typeof RequestBodySchema>;
|
|
12
|
+
const ResponseSchema: z.ZodVoid;
|
|
13
|
+
type Response = z.infer<typeof ResponseSchema>;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=reposition-slide.command.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reposition-slide.command.d.ts","sourceRoot":"","sources":["../../../commands/presentation/reposition-slide.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,yBAAiB,sBAAsB,CAAC;IAC7B,MAAM,mBAAmB;;;qBAG9B,CAAC;IACH,KAAY,MAAM,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;IAElD,MAAM,iBAAiB;;qBAE5B,CAAC;IACH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;IAEjD,MAAM,cAAc,WAAW,CAAC;IACvC,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { USER_REACTION } from '../../constants';
|
|
3
|
+
export declare namespace SetReactionToPresentationCommand {
|
|
4
|
+
const RequestSchema: z.ZodObject<{
|
|
5
|
+
uuid: z.ZodString;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
type Request = z.infer<typeof RequestSchema>;
|
|
8
|
+
const RequestBodySchema: z.ZodObject<{
|
|
9
|
+
reaction: z.ZodNullable<z.ZodEnum<typeof USER_REACTION>>;
|
|
10
|
+
dislikeReason: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
11
|
+
}, z.core.$strip>;
|
|
12
|
+
type RequestParams = z.infer<typeof RequestBodySchema>;
|
|
13
|
+
const ResponseSchema: z.ZodObject<{
|
|
14
|
+
data: z.ZodObject<{
|
|
15
|
+
uuid: z.ZodString;
|
|
16
|
+
prompt: z.ZodString;
|
|
17
|
+
stage: z.ZodEnum<typeof import("../..").PRESENTATION_STAGE>;
|
|
18
|
+
title: z.ZodString;
|
|
19
|
+
thumbnail: z.ZodString;
|
|
20
|
+
accentColor: z.ZodString;
|
|
21
|
+
languageId: z.ZodString;
|
|
22
|
+
templateId: z.ZodString;
|
|
23
|
+
downloadUrl: z.ZodNullable<z.ZodString>;
|
|
24
|
+
reaction: z.ZodNullable<z.ZodEnum<typeof USER_REACTION>>;
|
|
25
|
+
dislikeReason: z.ZodNullable<z.ZodString>;
|
|
26
|
+
slideCount: z.ZodNumber;
|
|
27
|
+
lastContentUpdateAt: z.ZodNullable<z.ZodDate>;
|
|
28
|
+
lastPptxExportedAt: z.ZodNullable<z.ZodDate>;
|
|
29
|
+
titlePage: z.ZodNullable<z.ZodObject<{
|
|
30
|
+
author: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
31
|
+
createdAt: z.ZodNullable<z.ZodOptional<z.ZodDate>>;
|
|
32
|
+
email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
33
|
+
}, z.core.$strip>>;
|
|
34
|
+
createdAt: z.ZodDate;
|
|
35
|
+
updatedAt: z.ZodDate;
|
|
36
|
+
}, z.core.$strip>;
|
|
37
|
+
}, z.core.$strip>;
|
|
38
|
+
type Response = z.infer<typeof ResponseSchema>;
|
|
39
|
+
}
|
|
40
|
+
//# sourceMappingURL=set-reaction-to-presentation.command.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"set-reaction-to-presentation.command.d.ts","sourceRoot":"","sources":["../../../commands/presentation/set-reaction-to-presentation.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAGhD,yBAAiB,gCAAgC,CAAC;IACvC,MAAM,aAAa;;qBAExB,CAAC;IACH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,iBAAiB;;;qBAezB,CAAC;IACN,KAAY,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;IAEvD,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;qBAEzB,CAAC;IACH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare namespace UpdatePresentationOutlineCommand {
|
|
3
|
+
const RequestParamsSchema: z.ZodObject<{
|
|
4
|
+
uuid: z.ZodString;
|
|
5
|
+
}, z.core.$strip>;
|
|
6
|
+
const RequestBodySchema: z.ZodArray<z.ZodObject<{
|
|
7
|
+
title: z.ZodString;
|
|
8
|
+
order: z.ZodNumber;
|
|
9
|
+
body: z.ZodString;
|
|
10
|
+
contentTypeId: z.ZodEnum<typeof import("../..").SLIDE_CONTENT_TYPE>;
|
|
11
|
+
presentationId: z.ZodString;
|
|
12
|
+
uuid: z.ZodOptional<z.ZodString>;
|
|
13
|
+
}, z.core.$strip>>;
|
|
14
|
+
type Request = z.infer<typeof RequestBodySchema>;
|
|
15
|
+
const ResponseSchema: z.ZodObject<{
|
|
16
|
+
data: z.ZodArray<z.ZodObject<{
|
|
17
|
+
uuid: z.ZodString;
|
|
18
|
+
order: z.ZodNumber;
|
|
19
|
+
title: z.ZodString;
|
|
20
|
+
body: z.ZodString;
|
|
21
|
+
contentTypeId: z.ZodEnum<typeof import("../..").SLIDE_CONTENT_TYPE>;
|
|
22
|
+
presentationId: z.ZodString;
|
|
23
|
+
createdAt: z.ZodDate;
|
|
24
|
+
updatedAt: z.ZodDate;
|
|
25
|
+
}, z.core.$strip>>;
|
|
26
|
+
}, z.core.$strip>;
|
|
27
|
+
type Response = z.infer<typeof ResponseSchema>;
|
|
28
|
+
}
|
|
29
|
+
//# sourceMappingURL=update-presentation-outline.command.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-presentation-outline.command.d.ts","sourceRoot":"","sources":["../../../commands/presentation/update-presentation-outline.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,yBAAiB,gCAAgC,CAAC;IACvC,MAAM,mBAAmB;;qBAE9B,CAAC;IAEI,MAAM,iBAAiB;;;;;;;sBAA+B,CAAC;IAE9D,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;IAEjD,MAAM,cAAc;;;;;;;;;;;qBAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -0,0 +1,263 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare namespace UpdatePresentationSlidesCommand {
|
|
3
|
+
const RequestSchema: z.ZodObject<{
|
|
4
|
+
data: z.ZodArray<z.ZodObject<{
|
|
5
|
+
order: z.ZodNumber;
|
|
6
|
+
contentTypeId: z.ZodEnum<typeof import("../..").SLIDE_CONTENT_TYPE>;
|
|
7
|
+
presentationId: z.ZodString;
|
|
8
|
+
layoutId: z.ZodEnum<typeof import("../..").SLIDE_LAYOUT>;
|
|
9
|
+
uuid: z.ZodOptional<z.ZodString>;
|
|
10
|
+
content: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
11
|
+
contentType: z.ZodLiteral<import("../..").SLIDE_CONTENT_TYPE.COVER>;
|
|
12
|
+
title: z.ZodString;
|
|
13
|
+
author: z.ZodObject<{
|
|
14
|
+
label: z.ZodString;
|
|
15
|
+
value: z.ZodString;
|
|
16
|
+
}, z.core.$strip>;
|
|
17
|
+
date: z.ZodObject<{
|
|
18
|
+
label: z.ZodString;
|
|
19
|
+
value: z.ZodString;
|
|
20
|
+
}, z.core.$strip>;
|
|
21
|
+
email: z.ZodObject<{
|
|
22
|
+
label: z.ZodString;
|
|
23
|
+
value: z.ZodString;
|
|
24
|
+
}, z.core.$strip>;
|
|
25
|
+
version: z.ZodLiteral<1>;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
contentType: z.ZodLiteral<import("../..").SLIDE_CONTENT_TYPE.STRUCTURED_LIST>;
|
|
28
|
+
title: z.ZodString;
|
|
29
|
+
description: z.ZodString;
|
|
30
|
+
list: z.ZodArray<z.ZodObject<{
|
|
31
|
+
title: z.ZodString;
|
|
32
|
+
description: z.ZodString;
|
|
33
|
+
iconSlot: z.ZodObject<{
|
|
34
|
+
uuid: z.ZodString;
|
|
35
|
+
prompt: z.ZodString;
|
|
36
|
+
}, z.core.$strip>;
|
|
37
|
+
}, z.core.$strip>>;
|
|
38
|
+
version: z.ZodLiteral<1>;
|
|
39
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
40
|
+
contentType: z.ZodLiteral<import("../..").SLIDE_CONTENT_TYPE.TEXT>;
|
|
41
|
+
title: z.ZodString;
|
|
42
|
+
description: z.ZodString;
|
|
43
|
+
version: z.ZodLiteral<1>;
|
|
44
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
45
|
+
contentType: z.ZodLiteral<import("../..").SLIDE_CONTENT_TYPE.CONTENTS>;
|
|
46
|
+
title: z.ZodString;
|
|
47
|
+
items: z.ZodArray<z.ZodObject<{
|
|
48
|
+
pageNumber: z.ZodNumber;
|
|
49
|
+
title: z.ZodString;
|
|
50
|
+
}, z.core.$strip>>;
|
|
51
|
+
imageSlot: z.ZodObject<{
|
|
52
|
+
uuid: z.ZodString;
|
|
53
|
+
prompt: z.ZodString;
|
|
54
|
+
}, z.core.$strip>;
|
|
55
|
+
version: z.ZodLiteral<1>;
|
|
56
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
57
|
+
contentType: z.ZodLiteral<import("../..").SLIDE_CONTENT_TYPE.SECTION_BREAK>;
|
|
58
|
+
title: z.ZodString;
|
|
59
|
+
description: z.ZodString;
|
|
60
|
+
version: z.ZodLiteral<1>;
|
|
61
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
62
|
+
contentType: z.ZodLiteral<import("../..").SLIDE_CONTENT_TYPE.TEXT_WITH_IMAGE>;
|
|
63
|
+
title: z.ZodString;
|
|
64
|
+
description: z.ZodString;
|
|
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>, z.ZodObject<{
|
|
71
|
+
contentType: z.ZodLiteral<import("../..").SLIDE_CONTENT_TYPE.THANK_YOU>;
|
|
72
|
+
title: z.ZodString;
|
|
73
|
+
author: z.ZodObject<{
|
|
74
|
+
label: z.ZodString;
|
|
75
|
+
value: z.ZodString;
|
|
76
|
+
}, z.core.$strip>;
|
|
77
|
+
date: z.ZodObject<{
|
|
78
|
+
label: z.ZodString;
|
|
79
|
+
value: z.ZodString;
|
|
80
|
+
}, z.core.$strip>;
|
|
81
|
+
email: z.ZodObject<{
|
|
82
|
+
label: z.ZodString;
|
|
83
|
+
value: z.ZodString;
|
|
84
|
+
}, z.core.$strip>;
|
|
85
|
+
version: z.ZodLiteral<1>;
|
|
86
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
87
|
+
contentType: z.ZodLiteral<import("../..").SLIDE_CONTENT_TYPE.TABLE>;
|
|
88
|
+
title: z.ZodString;
|
|
89
|
+
description: z.ZodString;
|
|
90
|
+
table: z.ZodObject<{
|
|
91
|
+
columnHeaders: z.ZodArray<z.ZodString>;
|
|
92
|
+
rows: z.ZodArray<z.ZodArray<z.ZodString>>;
|
|
93
|
+
hasRowHeaders: z.ZodBoolean;
|
|
94
|
+
hasSummaryRow: z.ZodBoolean;
|
|
95
|
+
}, z.core.$strip>;
|
|
96
|
+
version: z.ZodLiteral<1>;
|
|
97
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
98
|
+
contentType: z.ZodLiteral<import("../..").SLIDE_CONTENT_TYPE.CHART>;
|
|
99
|
+
title: z.ZodString;
|
|
100
|
+
description: z.ZodString;
|
|
101
|
+
chart: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
102
|
+
type: z.ZodLiteral<import("../..").SLIDE_CHART_TYPE>;
|
|
103
|
+
categories: z.ZodArray<z.ZodString>;
|
|
104
|
+
series: z.ZodArray<z.ZodObject<{
|
|
105
|
+
name: z.ZodString;
|
|
106
|
+
data: z.ZodArray<z.ZodNumber>;
|
|
107
|
+
type: z.ZodNumber;
|
|
108
|
+
}, z.core.$strip>>;
|
|
109
|
+
yAxisLabel: z.ZodOptional<z.ZodString>;
|
|
110
|
+
unit: z.ZodOptional<z.ZodString>;
|
|
111
|
+
version: z.ZodLiteral<1>;
|
|
112
|
+
}, z.core.$strip>], "type">;
|
|
113
|
+
version: z.ZodLiteral<1>;
|
|
114
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
115
|
+
contentType: z.ZodLiteral<import("../..").SLIDE_CONTENT_TYPE.TIMELINE>;
|
|
116
|
+
title: z.ZodString;
|
|
117
|
+
description: z.ZodString;
|
|
118
|
+
timeline: z.ZodObject<{
|
|
119
|
+
events: z.ZodArray<z.ZodObject<{
|
|
120
|
+
date: z.ZodString;
|
|
121
|
+
title: z.ZodString;
|
|
122
|
+
description: z.ZodString;
|
|
123
|
+
}, z.core.$strip>>;
|
|
124
|
+
}, z.core.$strip>;
|
|
125
|
+
version: z.ZodLiteral<1>;
|
|
126
|
+
}, z.core.$strip>], "contentType">;
|
|
127
|
+
}, z.core.$strip>>;
|
|
128
|
+
}, z.core.$strip>;
|
|
129
|
+
type Request = z.infer<typeof RequestSchema>;
|
|
130
|
+
const RequestParamsSchema: z.ZodObject<{
|
|
131
|
+
uuid: z.ZodString;
|
|
132
|
+
}, z.core.$strip>;
|
|
133
|
+
type RequestParams = z.infer<typeof RequestParamsSchema>;
|
|
134
|
+
const ResponseSchema: z.ZodObject<{
|
|
135
|
+
data: z.ZodArray<z.ZodObject<{
|
|
136
|
+
uuid: z.ZodString;
|
|
137
|
+
order: z.ZodNumber;
|
|
138
|
+
contentTypeId: z.ZodString;
|
|
139
|
+
layoutId: z.ZodString;
|
|
140
|
+
content: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
141
|
+
contentType: z.ZodLiteral<import("../..").SLIDE_CONTENT_TYPE.COVER>;
|
|
142
|
+
title: z.ZodString;
|
|
143
|
+
author: z.ZodOptional<z.ZodObject<{
|
|
144
|
+
label: z.ZodString;
|
|
145
|
+
value: z.ZodString;
|
|
146
|
+
}, z.core.$strip>>;
|
|
147
|
+
date: z.ZodOptional<z.ZodObject<{
|
|
148
|
+
label: z.ZodString;
|
|
149
|
+
value: z.ZodString;
|
|
150
|
+
}, z.core.$strip>>;
|
|
151
|
+
email: z.ZodOptional<z.ZodObject<{
|
|
152
|
+
label: z.ZodString;
|
|
153
|
+
value: z.ZodString;
|
|
154
|
+
}, z.core.$strip>>;
|
|
155
|
+
version: z.ZodLiteral<1>;
|
|
156
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
157
|
+
contentType: z.ZodLiteral<import("../..").SLIDE_CONTENT_TYPE.STRUCTURED_LIST>;
|
|
158
|
+
title: z.ZodString;
|
|
159
|
+
description: z.ZodString;
|
|
160
|
+
list: z.ZodArray<z.ZodObject<{
|
|
161
|
+
title: z.ZodString;
|
|
162
|
+
description: z.ZodString;
|
|
163
|
+
iconSlot: z.ZodObject<{
|
|
164
|
+
uuid: z.ZodString;
|
|
165
|
+
prompt: z.ZodString;
|
|
166
|
+
}, z.core.$strip>;
|
|
167
|
+
}, z.core.$strip>>;
|
|
168
|
+
version: z.ZodLiteral<1>;
|
|
169
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
170
|
+
contentType: z.ZodLiteral<import("../..").SLIDE_CONTENT_TYPE.TEXT>;
|
|
171
|
+
title: z.ZodString;
|
|
172
|
+
description: z.ZodString;
|
|
173
|
+
version: z.ZodLiteral<1>;
|
|
174
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
175
|
+
contentType: z.ZodLiteral<import("../..").SLIDE_CONTENT_TYPE.CONTENTS>;
|
|
176
|
+
title: z.ZodString;
|
|
177
|
+
items: z.ZodArray<z.ZodObject<{
|
|
178
|
+
pageNumber: z.ZodNumber;
|
|
179
|
+
title: z.ZodString;
|
|
180
|
+
}, z.core.$strip>>;
|
|
181
|
+
imageSlot: z.ZodObject<{
|
|
182
|
+
uuid: z.ZodString;
|
|
183
|
+
prompt: z.ZodString;
|
|
184
|
+
}, z.core.$strip>;
|
|
185
|
+
version: z.ZodLiteral<1>;
|
|
186
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
187
|
+
contentType: z.ZodLiteral<import("../..").SLIDE_CONTENT_TYPE.SECTION_BREAK>;
|
|
188
|
+
title: z.ZodString;
|
|
189
|
+
description: z.ZodString;
|
|
190
|
+
version: z.ZodLiteral<1>;
|
|
191
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
192
|
+
contentType: z.ZodLiteral<import("../..").SLIDE_CONTENT_TYPE.TEXT_WITH_IMAGE>;
|
|
193
|
+
title: z.ZodString;
|
|
194
|
+
description: z.ZodString;
|
|
195
|
+
imageSlot: z.ZodObject<{
|
|
196
|
+
uuid: z.ZodString;
|
|
197
|
+
prompt: z.ZodString;
|
|
198
|
+
}, z.core.$strip>;
|
|
199
|
+
version: z.ZodLiteral<1>;
|
|
200
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
201
|
+
contentType: z.ZodLiteral<import("../..").SLIDE_CONTENT_TYPE.THANK_YOU>;
|
|
202
|
+
title: z.ZodString;
|
|
203
|
+
author: z.ZodOptional<z.ZodObject<{
|
|
204
|
+
label: z.ZodString;
|
|
205
|
+
value: z.ZodString;
|
|
206
|
+
}, z.core.$strip>>;
|
|
207
|
+
date: z.ZodOptional<z.ZodObject<{
|
|
208
|
+
label: z.ZodString;
|
|
209
|
+
value: z.ZodString;
|
|
210
|
+
}, z.core.$strip>>;
|
|
211
|
+
email: z.ZodOptional<z.ZodObject<{
|
|
212
|
+
label: z.ZodString;
|
|
213
|
+
value: z.ZodString;
|
|
214
|
+
}, z.core.$strip>>;
|
|
215
|
+
version: z.ZodLiteral<1>;
|
|
216
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
217
|
+
contentType: z.ZodLiteral<import("../..").SLIDE_CONTENT_TYPE.TABLE>;
|
|
218
|
+
title: z.ZodString;
|
|
219
|
+
description: z.ZodString;
|
|
220
|
+
table: z.ZodObject<{
|
|
221
|
+
columnHeaders: z.ZodArray<z.ZodString>;
|
|
222
|
+
rows: z.ZodArray<z.ZodArray<z.ZodString>>;
|
|
223
|
+
hasRowHeaders: z.ZodBoolean;
|
|
224
|
+
hasSummaryRow: z.ZodBoolean;
|
|
225
|
+
}, z.core.$strip>;
|
|
226
|
+
version: z.ZodLiteral<1>;
|
|
227
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
228
|
+
contentType: z.ZodLiteral<import("../..").SLIDE_CONTENT_TYPE.CHART>;
|
|
229
|
+
title: z.ZodString;
|
|
230
|
+
description: z.ZodString;
|
|
231
|
+
chart: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
232
|
+
type: z.ZodLiteral<import("../..").SLIDE_CHART_TYPE>;
|
|
233
|
+
categories: z.ZodArray<z.ZodString>;
|
|
234
|
+
series: z.ZodArray<z.ZodObject<{
|
|
235
|
+
name: z.ZodString;
|
|
236
|
+
data: z.ZodArray<z.ZodNumber>;
|
|
237
|
+
type: z.ZodNumber;
|
|
238
|
+
}, z.core.$strip>>;
|
|
239
|
+
yAxisLabel: z.ZodOptional<z.ZodString>;
|
|
240
|
+
unit: z.ZodOptional<z.ZodString>;
|
|
241
|
+
version: z.ZodLiteral<1>;
|
|
242
|
+
}, z.core.$strip>], "type">;
|
|
243
|
+
version: z.ZodLiteral<1>;
|
|
244
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
245
|
+
contentType: z.ZodLiteral<import("../..").SLIDE_CONTENT_TYPE.TIMELINE>;
|
|
246
|
+
title: z.ZodString;
|
|
247
|
+
description: z.ZodString;
|
|
248
|
+
timeline: z.ZodObject<{
|
|
249
|
+
events: z.ZodArray<z.ZodObject<{
|
|
250
|
+
date: z.ZodString;
|
|
251
|
+
title: z.ZodString;
|
|
252
|
+
description: z.ZodString;
|
|
253
|
+
}, z.core.$strip>>;
|
|
254
|
+
}, z.core.$strip>;
|
|
255
|
+
version: z.ZodLiteral<1>;
|
|
256
|
+
}, z.core.$strip>], "contentType">;
|
|
257
|
+
createdAt: z.ZodDate;
|
|
258
|
+
updatedAt: z.ZodDate;
|
|
259
|
+
}, z.core.$strip>>;
|
|
260
|
+
}, z.core.$strip>;
|
|
261
|
+
type Response = z.infer<typeof ResponseSchema>;
|
|
262
|
+
}
|
|
263
|
+
//# sourceMappingURL=update-presentation-slides.command.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-presentation-slides.command.d.ts","sourceRoot":"","sources":["../../../commands/presentation/update-presentation-slides.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,yBAAiB,+BAA+B,CAAC;IACtC,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAExB,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,mBAAmB;;qBAE9B,CAAC;IAEH,KAAY,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;IAEzD,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAYzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -17,7 +17,7 @@ var UpdatePresentationSlidesCommand;
|
|
|
17
17
|
order: zod_1.z.number(),
|
|
18
18
|
contentTypeId: zod_1.z.string(),
|
|
19
19
|
layoutId: zod_1.z.string(),
|
|
20
|
-
content:
|
|
20
|
+
content: presentation_1.SlideContentSchema,
|
|
21
21
|
createdAt: zod_1.z.date(),
|
|
22
22
|
updatedAt: zod_1.z.date(),
|
|
23
23
|
})),
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare namespace UpdatePresentationCommand {
|
|
3
|
+
const RequestParamsSchema: z.ZodObject<{
|
|
4
|
+
uuid: z.ZodString;
|
|
5
|
+
}, z.core.$strip>;
|
|
6
|
+
type RequestParams = z.infer<typeof RequestParamsSchema>;
|
|
7
|
+
const RequestBodySchema: z.ZodObject<{
|
|
8
|
+
title: z.ZodOptional<z.ZodString>;
|
|
9
|
+
titlePage: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
10
|
+
author: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
11
|
+
createdAt: z.ZodNullable<z.ZodOptional<z.ZodDate>>;
|
|
12
|
+
email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
13
|
+
}, z.core.$strip>>>;
|
|
14
|
+
templateId: z.ZodOptional<z.ZodString>;
|
|
15
|
+
}, z.core.$strip>;
|
|
16
|
+
type Request = z.infer<typeof RequestBodySchema>;
|
|
17
|
+
const ResponseSchema: z.ZodObject<{
|
|
18
|
+
data: z.ZodObject<{
|
|
19
|
+
uuid: z.ZodString;
|
|
20
|
+
prompt: z.ZodString;
|
|
21
|
+
stage: z.ZodEnum<typeof import("../..").PRESENTATION_STAGE>;
|
|
22
|
+
title: z.ZodString;
|
|
23
|
+
thumbnail: z.ZodString;
|
|
24
|
+
accentColor: z.ZodString;
|
|
25
|
+
languageId: z.ZodString;
|
|
26
|
+
templateId: z.ZodString;
|
|
27
|
+
downloadUrl: z.ZodNullable<z.ZodString>;
|
|
28
|
+
reaction: z.ZodNullable<z.ZodEnum<typeof import("../..").USER_REACTION>>;
|
|
29
|
+
dislikeReason: z.ZodNullable<z.ZodString>;
|
|
30
|
+
slideCount: z.ZodNumber;
|
|
31
|
+
lastContentUpdateAt: z.ZodNullable<z.ZodDate>;
|
|
32
|
+
lastPptxExportedAt: z.ZodNullable<z.ZodDate>;
|
|
33
|
+
titlePage: z.ZodNullable<z.ZodObject<{
|
|
34
|
+
author: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
35
|
+
createdAt: z.ZodNullable<z.ZodOptional<z.ZodDate>>;
|
|
36
|
+
email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
37
|
+
}, z.core.$strip>>;
|
|
38
|
+
createdAt: z.ZodDate;
|
|
39
|
+
updatedAt: z.ZodDate;
|
|
40
|
+
}, z.core.$strip>;
|
|
41
|
+
}, z.core.$strip>;
|
|
42
|
+
type Response = z.infer<typeof ResponseSchema>;
|
|
43
|
+
}
|
|
44
|
+
//# sourceMappingURL=update-presentation.command.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-presentation.command.d.ts","sourceRoot":"","sources":["../../../commands/presentation/update-presentation.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,yBAAiB,yBAAyB,CAAC;IAChC,MAAM,mBAAmB;;qBAE9B,CAAC;IACH,KAAY,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;IAEzD,MAAM,iBAAiB;;;;;;;;qBAA2B,CAAC;IAC1D,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;IAEjD,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;qBAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|