@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
|
@@ -12,6 +12,7 @@ var CreatePresentationCommand;
|
|
|
12
12
|
templateId: zod_1.z.string().uuid(),
|
|
13
13
|
languageId: zod_1.z.string().uuid(),
|
|
14
14
|
targetAudience: zod_1.z.nativeEnum(presentation_2.PRESENTATION_TARGET_AUDIENCE).optional(),
|
|
15
|
+
accentColor: zod_1.z.string(),
|
|
15
16
|
});
|
|
16
17
|
CreatePresentationCommand.ResponseSchema = zod_1.z.object({
|
|
17
18
|
data: presentation_1.PresentationSchema,
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare namespace DeleteAllUserPresentationsCommand {
|
|
3
|
+
const RequestSchema: z.ZodVoid;
|
|
4
|
+
type Request = z.infer<typeof RequestSchema>;
|
|
5
|
+
const ResponseSchema: z.ZodVoid;
|
|
6
|
+
type Response = z.infer<typeof ResponseSchema>;
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=delete-all-user-presentations.command.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-all-user-presentations.command.d.ts","sourceRoot":"","sources":["../../../commands/presentation/delete-all-user-presentations.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,yBAAiB,iCAAiC,CAAC;IACxC,MAAM,aAAa,WAAW,CAAC;IACtC,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,cAAc,WAAW,CAAC;IACvC,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare namespace DeletePresentationCommand {
|
|
3
|
+
const RequestParamsSchema: z.ZodObject<{
|
|
4
|
+
uuid: z.ZodString;
|
|
5
|
+
}, z.core.$strip>;
|
|
6
|
+
type Request = z.infer<typeof RequestParamsSchema>;
|
|
7
|
+
const ResponseSchema: z.ZodVoid;
|
|
8
|
+
type Response = z.infer<typeof ResponseSchema>;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=delete-presentation.command.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-presentation.command.d.ts","sourceRoot":"","sources":["../../../commands/presentation/delete-presentation.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,yBAAiB,yBAAyB,CAAC;IAChC,MAAM,mBAAmB;;qBAE9B,CAAC;IAEH,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;IAEnD,MAAM,cAAc,WAAW,CAAC;IAEvC,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare namespace DeleteSlideOutlineCommand {
|
|
3
|
+
const RequestParamsSchema: z.ZodObject<{
|
|
4
|
+
presentationId: z.ZodString;
|
|
5
|
+
slideOutlineId: z.ZodString;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
const ResponseSchema: z.ZodVoid;
|
|
8
|
+
type Response = z.infer<typeof ResponseSchema>;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=delete-slide-outline.command.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-slide-outline.command.d.ts","sourceRoot":"","sources":["../../../commands/presentation/delete-slide-outline.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,yBAAiB,yBAAyB,CAAC;IAChC,MAAM,mBAAmB;;;qBAG9B,CAAC;IAEI,MAAM,cAAc,WAAW,CAAC;IAEvC,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare namespace ExportPresentationAsPptxCommand {
|
|
3
|
+
const RequestSchema: z.ZodObject<{
|
|
4
|
+
slides: z.ZodArray<z.ZodObject<{
|
|
5
|
+
background: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
6
|
+
color: z.ZodString;
|
|
7
|
+
type: z.ZodEnum<typeof import("../..").PPTX_FILL_TYPE>;
|
|
8
|
+
transparency: z.ZodOptional<z.ZodNumber>;
|
|
9
|
+
alpha: z.ZodOptional<z.ZodNumber>;
|
|
10
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
11
|
+
path: z.ZodString;
|
|
12
|
+
}, z.core.$strip>]>>;
|
|
13
|
+
shapes: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
14
|
+
type: z.ZodLiteral<import("../..").PPTX_SHAPE_TYPE.TEXT_BOX>;
|
|
15
|
+
position: z.ZodObject<{
|
|
16
|
+
height: z.ZodNumber;
|
|
17
|
+
width: z.ZodNumber;
|
|
18
|
+
top: z.ZodNumber;
|
|
19
|
+
left: z.ZodNumber;
|
|
20
|
+
}, z.core.$strip>;
|
|
21
|
+
paragraphs: z.ZodArray<z.ZodObject<{
|
|
22
|
+
alignment: z.ZodEnum<typeof import("../..").PPTX_H_ALIGN>;
|
|
23
|
+
font: z.ZodObject<{
|
|
24
|
+
bold: z.ZodOptional<z.ZodBoolean>;
|
|
25
|
+
color: z.ZodString;
|
|
26
|
+
name: z.ZodString;
|
|
27
|
+
size: z.ZodNumber;
|
|
28
|
+
lineHeight: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
29
|
+
percent: z.ZodNumber;
|
|
30
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
31
|
+
px: z.ZodNumber;
|
|
32
|
+
}, z.core.$strip>]>>;
|
|
33
|
+
}, z.core.$strip>;
|
|
34
|
+
valign: z.ZodOptional<z.ZodEnum<typeof import("../..").PPTX_V_ALIGN>>;
|
|
35
|
+
margin: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber, z.ZodNumber], null>]>>;
|
|
36
|
+
rotate: z.ZodOptional<z.ZodNumber>;
|
|
37
|
+
text: z.ZodString;
|
|
38
|
+
}, z.core.$strip>>;
|
|
39
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
40
|
+
type: z.ZodLiteral<import("../..").PPTX_SHAPE_TYPE.PICTURE_BOX>;
|
|
41
|
+
position: z.ZodObject<{
|
|
42
|
+
height: z.ZodNumber;
|
|
43
|
+
width: z.ZodNumber;
|
|
44
|
+
top: z.ZodNumber;
|
|
45
|
+
left: z.ZodNumber;
|
|
46
|
+
}, z.core.$strip>;
|
|
47
|
+
borderRadius: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
48
|
+
objectFit: z.ZodEnum<typeof import("../..").PPTX_OBJECT_FIT>;
|
|
49
|
+
data: z.ZodUnion<readonly [z.ZodObject<{
|
|
50
|
+
base64: z.ZodString;
|
|
51
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
52
|
+
path: z.ZodString;
|
|
53
|
+
}, z.core.$strip>]>;
|
|
54
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
55
|
+
type: z.ZodLiteral<import("../..").PPTX_SHAPE_TYPE.CUSTOM_SHAPE>;
|
|
56
|
+
customShapeType: z.ZodOptional<z.ZodEnum<typeof import("../..").PPTX_CUSTOM_SHAPE_TYPE>>;
|
|
57
|
+
position: z.ZodObject<{
|
|
58
|
+
height: z.ZodNumber;
|
|
59
|
+
width: z.ZodNumber;
|
|
60
|
+
top: z.ZodNumber;
|
|
61
|
+
left: z.ZodNumber;
|
|
62
|
+
}, z.core.$strip>;
|
|
63
|
+
borderRadius: z.ZodNumber;
|
|
64
|
+
fill: z.ZodOptional<z.ZodObject<{
|
|
65
|
+
color: z.ZodString;
|
|
66
|
+
type: z.ZodEnum<typeof import("../..").PPTX_FILL_TYPE>;
|
|
67
|
+
transparency: z.ZodOptional<z.ZodNumber>;
|
|
68
|
+
alpha: z.ZodOptional<z.ZodNumber>;
|
|
69
|
+
}, z.core.$strip>>;
|
|
70
|
+
shadow: z.ZodOptional<z.ZodObject<{
|
|
71
|
+
type: z.ZodEnum<typeof import("../..").PPTX_SHADOW_TYPE>;
|
|
72
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
73
|
+
color: z.ZodOptional<z.ZodString>;
|
|
74
|
+
blur: z.ZodOptional<z.ZodNumber>;
|
|
75
|
+
angle: z.ZodOptional<z.ZodNumber>;
|
|
76
|
+
offset: z.ZodOptional<z.ZodNumber>;
|
|
77
|
+
rotateWithShape: z.ZodOptional<z.ZodBoolean>;
|
|
78
|
+
}, z.core.$strip>>;
|
|
79
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
80
|
+
type: z.ZodLiteral<import("../..").PPTX_SHAPE_TYPE.TABLE>;
|
|
81
|
+
position: z.ZodObject<{
|
|
82
|
+
height: z.ZodNumber;
|
|
83
|
+
width: z.ZodNumber;
|
|
84
|
+
top: z.ZodNumber;
|
|
85
|
+
left: z.ZodNumber;
|
|
86
|
+
}, z.core.$strip>;
|
|
87
|
+
rows: z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
88
|
+
text: z.ZodOptional<z.ZodString>;
|
|
89
|
+
font: z.ZodOptional<z.ZodObject<{
|
|
90
|
+
bold: z.ZodOptional<z.ZodBoolean>;
|
|
91
|
+
color: z.ZodString;
|
|
92
|
+
name: z.ZodString;
|
|
93
|
+
size: z.ZodNumber;
|
|
94
|
+
lineHeight: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
95
|
+
percent: z.ZodNumber;
|
|
96
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
97
|
+
px: z.ZodNumber;
|
|
98
|
+
}, z.core.$strip>]>>;
|
|
99
|
+
}, z.core.$strip>>;
|
|
100
|
+
fill: z.ZodOptional<z.ZodObject<{
|
|
101
|
+
color: z.ZodString;
|
|
102
|
+
type: z.ZodEnum<typeof import("../..").PPTX_FILL_TYPE>;
|
|
103
|
+
transparency: z.ZodOptional<z.ZodNumber>;
|
|
104
|
+
}, z.core.$strip>>;
|
|
105
|
+
align: z.ZodOptional<z.ZodEnum<typeof import("../..").PPTX_H_ALIGN>>;
|
|
106
|
+
valign: z.ZodOptional<z.ZodEnum<typeof import("../..").PPTX_V_ALIGN>>;
|
|
107
|
+
colspan: z.ZodOptional<z.ZodNumber>;
|
|
108
|
+
rowspan: z.ZodOptional<z.ZodNumber>;
|
|
109
|
+
margin: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber, z.ZodNumber], null>]>>;
|
|
110
|
+
}, z.core.$strip>>>;
|
|
111
|
+
columnWidths: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
112
|
+
headerRows: z.ZodOptional<z.ZodNumber>;
|
|
113
|
+
border: z.ZodObject<{
|
|
114
|
+
type: z.ZodEnum<typeof import("../..").PPTX_BORDER_TYPE>;
|
|
115
|
+
color: z.ZodString;
|
|
116
|
+
px: z.ZodNumber;
|
|
117
|
+
}, z.core.$strip>;
|
|
118
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
119
|
+
type: z.ZodLiteral<import("../..").PPTX_SHAPE_TYPE.CHEVRON>;
|
|
120
|
+
direction: z.ZodDefault<z.ZodEnum<typeof import("../..").PPTX_CHEVRON_DIRECTION>>;
|
|
121
|
+
position: z.ZodObject<{
|
|
122
|
+
height: z.ZodNumber;
|
|
123
|
+
width: z.ZodNumber;
|
|
124
|
+
top: z.ZodNumber;
|
|
125
|
+
left: z.ZodNumber;
|
|
126
|
+
}, z.core.$strip>;
|
|
127
|
+
fill: z.ZodOptional<z.ZodObject<{
|
|
128
|
+
color: z.ZodString;
|
|
129
|
+
type: z.ZodEnum<typeof import("../..").PPTX_FILL_TYPE>;
|
|
130
|
+
transparency: z.ZodOptional<z.ZodNumber>;
|
|
131
|
+
alpha: z.ZodOptional<z.ZodNumber>;
|
|
132
|
+
}, z.core.$strip>>;
|
|
133
|
+
text: z.ZodOptional<z.ZodString>;
|
|
134
|
+
font: z.ZodOptional<z.ZodObject<{
|
|
135
|
+
bold: z.ZodOptional<z.ZodBoolean>;
|
|
136
|
+
color: z.ZodString;
|
|
137
|
+
name: z.ZodString;
|
|
138
|
+
size: z.ZodNumber;
|
|
139
|
+
lineHeight: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
140
|
+
percent: z.ZodNumber;
|
|
141
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
142
|
+
px: z.ZodNumber;
|
|
143
|
+
}, z.core.$strip>]>>;
|
|
144
|
+
}, z.core.$strip>>;
|
|
145
|
+
align: z.ZodDefault<z.ZodOptional<z.ZodEnum<typeof import("../..").PPTX_H_ALIGN>>>;
|
|
146
|
+
valign: z.ZodDefault<z.ZodOptional<z.ZodEnum<typeof import("../..").PPTX_V_ALIGN>>>;
|
|
147
|
+
}, z.core.$strip>], "type">>;
|
|
148
|
+
}, z.core.$strip>>;
|
|
149
|
+
}, z.core.$strip>;
|
|
150
|
+
type Request = z.infer<typeof RequestSchema>;
|
|
151
|
+
const RequestParamsSchema: z.ZodObject<{
|
|
152
|
+
uuid: z.ZodString;
|
|
153
|
+
}, z.core.$strip>;
|
|
154
|
+
type RequestParams = z.infer<typeof RequestParamsSchema>;
|
|
155
|
+
const ResponseSchema: z.ZodObject<{
|
|
156
|
+
data: z.ZodObject<{
|
|
157
|
+
url: z.ZodString;
|
|
158
|
+
}, z.core.$strip>;
|
|
159
|
+
}, z.core.$strip>;
|
|
160
|
+
type Response = z.infer<typeof ResponseSchema>;
|
|
161
|
+
}
|
|
162
|
+
//# sourceMappingURL=export-presentation-as-pptx.command.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"export-presentation-as-pptx.command.d.ts","sourceRoot":"","sources":["../../../commands/presentation/export-presentation-as-pptx.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,yBAAiB,+BAA+B,CAAC;IACtC,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAA0B,CAAC;IACrD,KAAY,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;IAE7C,MAAM,mBAAmB;;qBAE9B,CAAC;IACH,KAAY,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;IAEzD,MAAM,cAAc;;;;qBAIzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare namespace FindPresentationByUuidCommand {
|
|
3
|
+
const RequestParamsSchema: z.ZodObject<{
|
|
4
|
+
uuid: z.ZodString;
|
|
5
|
+
}, z.core.$strip>;
|
|
6
|
+
type RequestParams = z.infer<typeof RequestParamsSchema>;
|
|
7
|
+
const ResponseSchema: z.ZodObject<{
|
|
8
|
+
data: z.ZodObject<{
|
|
9
|
+
uuid: z.ZodString;
|
|
10
|
+
prompt: z.ZodString;
|
|
11
|
+
stage: z.ZodEnum<typeof import("../..").PRESENTATION_STAGE>;
|
|
12
|
+
title: z.ZodString;
|
|
13
|
+
thumbnail: z.ZodString;
|
|
14
|
+
accentColor: z.ZodString;
|
|
15
|
+
languageId: z.ZodString;
|
|
16
|
+
templateId: z.ZodString;
|
|
17
|
+
downloadUrl: z.ZodNullable<z.ZodString>;
|
|
18
|
+
reaction: z.ZodNullable<z.ZodEnum<typeof import("../..").USER_REACTION>>;
|
|
19
|
+
dislikeReason: z.ZodNullable<z.ZodString>;
|
|
20
|
+
slideCount: z.ZodNumber;
|
|
21
|
+
lastContentUpdateAt: z.ZodNullable<z.ZodDate>;
|
|
22
|
+
lastPptxExportedAt: z.ZodNullable<z.ZodDate>;
|
|
23
|
+
titlePage: z.ZodNullable<z.ZodObject<{
|
|
24
|
+
author: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
25
|
+
createdAt: z.ZodNullable<z.ZodOptional<z.ZodDate>>;
|
|
26
|
+
email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
27
|
+
}, z.core.$strip>>;
|
|
28
|
+
createdAt: z.ZodDate;
|
|
29
|
+
updatedAt: z.ZodDate;
|
|
30
|
+
outline: z.ZodArray<z.ZodObject<{
|
|
31
|
+
uuid: z.ZodString;
|
|
32
|
+
order: z.ZodNumber;
|
|
33
|
+
title: z.ZodString;
|
|
34
|
+
body: z.ZodString;
|
|
35
|
+
contentTypeId: z.ZodEnum<typeof import("../..").SLIDE_CONTENT_TYPE>;
|
|
36
|
+
presentationId: z.ZodString;
|
|
37
|
+
createdAt: z.ZodDate;
|
|
38
|
+
updatedAt: z.ZodDate;
|
|
39
|
+
}, z.core.$strip>>;
|
|
40
|
+
slides: z.ZodArray<z.ZodObject<{
|
|
41
|
+
uuid: z.ZodString;
|
|
42
|
+
order: z.ZodNumber;
|
|
43
|
+
contentTypeId: z.ZodEnum<typeof import("../..").SLIDE_CONTENT_TYPE>;
|
|
44
|
+
layoutId: z.ZodEnum<typeof import("../..").SLIDE_LAYOUT>;
|
|
45
|
+
content: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
46
|
+
contentType: z.ZodLiteral<import("../..").SLIDE_CONTENT_TYPE.COVER>;
|
|
47
|
+
title: z.ZodString;
|
|
48
|
+
author: z.ZodOptional<z.ZodObject<{
|
|
49
|
+
label: z.ZodString;
|
|
50
|
+
value: z.ZodString;
|
|
51
|
+
}, z.core.$strip>>;
|
|
52
|
+
date: z.ZodOptional<z.ZodObject<{
|
|
53
|
+
label: z.ZodString;
|
|
54
|
+
value: z.ZodString;
|
|
55
|
+
}, z.core.$strip>>;
|
|
56
|
+
email: z.ZodOptional<z.ZodObject<{
|
|
57
|
+
label: z.ZodString;
|
|
58
|
+
value: z.ZodString;
|
|
59
|
+
}, z.core.$strip>>;
|
|
60
|
+
version: z.ZodLiteral<1>;
|
|
61
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
62
|
+
contentType: z.ZodLiteral<import("../..").SLIDE_CONTENT_TYPE.STRUCTURED_LIST>;
|
|
63
|
+
title: z.ZodString;
|
|
64
|
+
description: z.ZodString;
|
|
65
|
+
list: z.ZodArray<z.ZodObject<{
|
|
66
|
+
title: z.ZodString;
|
|
67
|
+
description: z.ZodString;
|
|
68
|
+
iconSlot: z.ZodObject<{
|
|
69
|
+
uuid: z.ZodString;
|
|
70
|
+
prompt: z.ZodString;
|
|
71
|
+
}, z.core.$strip>;
|
|
72
|
+
}, z.core.$strip>>;
|
|
73
|
+
version: z.ZodLiteral<1>;
|
|
74
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
75
|
+
contentType: z.ZodLiteral<import("../..").SLIDE_CONTENT_TYPE.TEXT>;
|
|
76
|
+
title: z.ZodString;
|
|
77
|
+
description: z.ZodString;
|
|
78
|
+
version: z.ZodLiteral<1>;
|
|
79
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
80
|
+
contentType: z.ZodLiteral<import("../..").SLIDE_CONTENT_TYPE.CONTENTS>;
|
|
81
|
+
title: z.ZodString;
|
|
82
|
+
items: z.ZodArray<z.ZodObject<{
|
|
83
|
+
pageNumber: z.ZodNumber;
|
|
84
|
+
title: z.ZodString;
|
|
85
|
+
}, z.core.$strip>>;
|
|
86
|
+
imageSlot: z.ZodObject<{
|
|
87
|
+
uuid: z.ZodString;
|
|
88
|
+
prompt: z.ZodString;
|
|
89
|
+
}, z.core.$strip>;
|
|
90
|
+
version: z.ZodLiteral<1>;
|
|
91
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
92
|
+
contentType: z.ZodLiteral<import("../..").SLIDE_CONTENT_TYPE.SECTION_BREAK>;
|
|
93
|
+
title: z.ZodString;
|
|
94
|
+
description: z.ZodString;
|
|
95
|
+
version: z.ZodLiteral<1>;
|
|
96
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
97
|
+
contentType: z.ZodLiteral<import("../..").SLIDE_CONTENT_TYPE.TEXT_WITH_IMAGE>;
|
|
98
|
+
title: z.ZodString;
|
|
99
|
+
description: z.ZodString;
|
|
100
|
+
imageSlot: z.ZodObject<{
|
|
101
|
+
uuid: z.ZodString;
|
|
102
|
+
prompt: z.ZodString;
|
|
103
|
+
}, z.core.$strip>;
|
|
104
|
+
version: z.ZodLiteral<1>;
|
|
105
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
106
|
+
contentType: z.ZodLiteral<import("../..").SLIDE_CONTENT_TYPE.THANK_YOU>;
|
|
107
|
+
title: z.ZodString;
|
|
108
|
+
author: z.ZodOptional<z.ZodObject<{
|
|
109
|
+
label: z.ZodString;
|
|
110
|
+
value: z.ZodString;
|
|
111
|
+
}, z.core.$strip>>;
|
|
112
|
+
date: z.ZodOptional<z.ZodObject<{
|
|
113
|
+
label: z.ZodString;
|
|
114
|
+
value: z.ZodString;
|
|
115
|
+
}, z.core.$strip>>;
|
|
116
|
+
email: z.ZodOptional<z.ZodObject<{
|
|
117
|
+
label: z.ZodString;
|
|
118
|
+
value: z.ZodString;
|
|
119
|
+
}, z.core.$strip>>;
|
|
120
|
+
version: z.ZodLiteral<1>;
|
|
121
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
122
|
+
contentType: z.ZodLiteral<import("../..").SLIDE_CONTENT_TYPE.TABLE>;
|
|
123
|
+
title: z.ZodString;
|
|
124
|
+
description: z.ZodString;
|
|
125
|
+
table: z.ZodObject<{
|
|
126
|
+
columnHeaders: z.ZodArray<z.ZodString>;
|
|
127
|
+
rows: z.ZodArray<z.ZodArray<z.ZodString>>;
|
|
128
|
+
hasRowHeaders: z.ZodBoolean;
|
|
129
|
+
hasSummaryRow: z.ZodBoolean;
|
|
130
|
+
}, z.core.$strip>;
|
|
131
|
+
version: z.ZodLiteral<1>;
|
|
132
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
133
|
+
contentType: z.ZodLiteral<import("../..").SLIDE_CONTENT_TYPE.CHART>;
|
|
134
|
+
title: z.ZodString;
|
|
135
|
+
description: z.ZodString;
|
|
136
|
+
chart: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
137
|
+
type: z.ZodLiteral<import("../..").SLIDE_CHART_TYPE>;
|
|
138
|
+
categories: z.ZodArray<z.ZodString>;
|
|
139
|
+
series: z.ZodArray<z.ZodObject<{
|
|
140
|
+
name: z.ZodString;
|
|
141
|
+
data: z.ZodArray<z.ZodNumber>;
|
|
142
|
+
type: z.ZodNumber;
|
|
143
|
+
}, z.core.$strip>>;
|
|
144
|
+
yAxisLabel: z.ZodOptional<z.ZodString>;
|
|
145
|
+
unit: z.ZodOptional<z.ZodString>;
|
|
146
|
+
version: z.ZodLiteral<1>;
|
|
147
|
+
}, z.core.$strip>], "type">;
|
|
148
|
+
version: z.ZodLiteral<1>;
|
|
149
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
150
|
+
contentType: z.ZodLiteral<import("../..").SLIDE_CONTENT_TYPE.TIMELINE>;
|
|
151
|
+
title: z.ZodString;
|
|
152
|
+
description: z.ZodString;
|
|
153
|
+
timeline: z.ZodObject<{
|
|
154
|
+
events: z.ZodArray<z.ZodObject<{
|
|
155
|
+
date: z.ZodString;
|
|
156
|
+
title: z.ZodString;
|
|
157
|
+
description: z.ZodString;
|
|
158
|
+
}, z.core.$strip>>;
|
|
159
|
+
}, z.core.$strip>;
|
|
160
|
+
version: z.ZodLiteral<1>;
|
|
161
|
+
}, z.core.$strip>], "contentType">;
|
|
162
|
+
presentationId: z.ZodString;
|
|
163
|
+
iconSlots: z.ZodArray<z.ZodObject<{
|
|
164
|
+
uuid: z.ZodString;
|
|
165
|
+
prompt: z.ZodString;
|
|
166
|
+
alt: z.ZodString;
|
|
167
|
+
url: z.ZodNullable<z.ZodString>;
|
|
168
|
+
slideId: z.ZodString;
|
|
169
|
+
status: z.ZodEnum<typeof import("../..").SLIDE_ICON_SLOT_STATUS>;
|
|
170
|
+
createdAt: z.ZodDate;
|
|
171
|
+
updatedAt: z.ZodDate;
|
|
172
|
+
}, z.core.$strip>>;
|
|
173
|
+
imageSlots: z.ZodArray<z.ZodObject<{
|
|
174
|
+
uuid: z.ZodString;
|
|
175
|
+
prompt: z.ZodString;
|
|
176
|
+
alt: z.ZodString;
|
|
177
|
+
url: z.ZodNullable<z.ZodString>;
|
|
178
|
+
placeholder: z.ZodString;
|
|
179
|
+
slideId: z.ZodString;
|
|
180
|
+
status: z.ZodEnum<typeof import("../..").SLIDE_IMAGE_SLOT_STATUS>;
|
|
181
|
+
createdAt: z.ZodDate;
|
|
182
|
+
updatedAt: z.ZodDate;
|
|
183
|
+
}, z.core.$strip>>;
|
|
184
|
+
createdAt: z.ZodDate;
|
|
185
|
+
updatedAt: z.ZodDate;
|
|
186
|
+
}, z.core.$strip>>;
|
|
187
|
+
}, z.core.$strip>;
|
|
188
|
+
}, z.core.$strip>;
|
|
189
|
+
type Response = z.infer<typeof ResponseSchema>;
|
|
190
|
+
}
|
|
191
|
+
//# sourceMappingURL=find-presentation-by-uuid.command.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"find-presentation-by-uuid.command.d.ts","sourceRoot":"","sources":["../../../commands/presentation/find-presentation-by-uuid.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,yBAAiB,6BAA6B,CAAC;IACpC,MAAM,mBAAmB;;qBAE9B,CAAC;IAEH,KAAY,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;IAEzD,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare namespace FindPresentationOutlineCommand {
|
|
3
|
+
const RequestParamsSchema: z.ZodObject<{
|
|
4
|
+
uuid: z.ZodString;
|
|
5
|
+
}, z.core.$strip>;
|
|
6
|
+
type RequestParams = z.infer<typeof RequestParamsSchema>;
|
|
7
|
+
const ResponseSchema: z.ZodObject<{
|
|
8
|
+
data: z.ZodArray<z.ZodObject<{
|
|
9
|
+
uuid: z.ZodString;
|
|
10
|
+
order: z.ZodNumber;
|
|
11
|
+
title: z.ZodString;
|
|
12
|
+
body: z.ZodString;
|
|
13
|
+
contentTypeId: z.ZodEnum<typeof import("../..").SLIDE_CONTENT_TYPE>;
|
|
14
|
+
presentationId: z.ZodString;
|
|
15
|
+
createdAt: z.ZodDate;
|
|
16
|
+
updatedAt: z.ZodDate;
|
|
17
|
+
}, z.core.$strip>>;
|
|
18
|
+
}, z.core.$strip>;
|
|
19
|
+
type Response = z.infer<typeof ResponseSchema>;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=find-presentation-outline.command.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"find-presentation-outline.command.d.ts","sourceRoot":"","sources":["../../../commands/presentation/find-presentation-outline.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,yBAAiB,8BAA8B,CAAC;IACrC,MAAM,mBAAmB;;qBAE9B,CAAC;IAEH,KAAY,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;IAEzD,MAAM,cAAc;;;;;;;;;;;qBAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare namespace FindPresentationsCommand {
|
|
3
|
+
const RequestQuerySchema: z.ZodObject<{
|
|
4
|
+
limit: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
5
|
+
offset: z.ZodOptional<z.ZodDefault<z.ZodCoercedNumber<unknown>>>;
|
|
6
|
+
title: z.ZodOptional<z.ZodString>;
|
|
7
|
+
}, z.core.$strip>;
|
|
8
|
+
type RequestQuery = z.infer<typeof RequestQuerySchema>;
|
|
9
|
+
const ResponseSchema: z.ZodObject<{
|
|
10
|
+
data: z.ZodArray<z.ZodObject<{
|
|
11
|
+
uuid: z.ZodString;
|
|
12
|
+
prompt: z.ZodString;
|
|
13
|
+
stage: z.ZodEnum<typeof import("../..").PRESENTATION_STAGE>;
|
|
14
|
+
title: z.ZodString;
|
|
15
|
+
thumbnail: z.ZodString;
|
|
16
|
+
accentColor: z.ZodString;
|
|
17
|
+
languageId: z.ZodString;
|
|
18
|
+
templateId: z.ZodString;
|
|
19
|
+
downloadUrl: z.ZodNullable<z.ZodString>;
|
|
20
|
+
reaction: z.ZodNullable<z.ZodEnum<typeof import("../..").USER_REACTION>>;
|
|
21
|
+
dislikeReason: z.ZodNullable<z.ZodString>;
|
|
22
|
+
slideCount: z.ZodNumber;
|
|
23
|
+
lastContentUpdateAt: z.ZodNullable<z.ZodDate>;
|
|
24
|
+
lastPptxExportedAt: z.ZodNullable<z.ZodDate>;
|
|
25
|
+
titlePage: z.ZodNullable<z.ZodObject<{
|
|
26
|
+
author: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
27
|
+
createdAt: z.ZodNullable<z.ZodOptional<z.ZodDate>>;
|
|
28
|
+
email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
29
|
+
}, z.core.$strip>>;
|
|
30
|
+
createdAt: z.ZodDate;
|
|
31
|
+
updatedAt: z.ZodDate;
|
|
32
|
+
}, z.core.$strip>>;
|
|
33
|
+
totalPages: z.ZodNumber;
|
|
34
|
+
page: z.ZodNumber;
|
|
35
|
+
}, z.core.$strip>;
|
|
36
|
+
type Response = z.infer<typeof ResponseSchema>;
|
|
37
|
+
}
|
|
38
|
+
//# sourceMappingURL=find-presentations.command.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"find-presentations.command.d.ts","sourceRoot":"","sources":["../../../commands/presentation/find-presentations.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,yBAAiB,wBAAwB,CAAC;IAC/B,MAAM,kBAAkB;;;;qBAI7B,CAAC;IACH,KAAY,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;IAEvD,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;qBAIzB,CAAC;IACH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { SLIDE_CONTENT_TYPE, SLIDE_LAYOUT } from '../../constants';
|
|
3
|
+
export declare namespace GenerateAndInsertSlideCommand {
|
|
4
|
+
const RequestSchema: z.ZodObject<{
|
|
5
|
+
contentTypeId: z.ZodEnum<typeof SLIDE_CONTENT_TYPE>;
|
|
6
|
+
prompt: z.ZodOptional<z.ZodString>;
|
|
7
|
+
title: z.ZodString;
|
|
8
|
+
position: z.ZodNumber;
|
|
9
|
+
layoutId: z.ZodOptional<z.ZodEnum<typeof SLIDE_LAYOUT>>;
|
|
10
|
+
}, z.core.$strip>;
|
|
11
|
+
type Request = z.infer<typeof RequestSchema>;
|
|
12
|
+
const RequestParamsSchema: z.ZodObject<{
|
|
13
|
+
uuid: z.ZodString;
|
|
14
|
+
}, z.core.$strip>;
|
|
15
|
+
type RequestParams = z.infer<typeof RequestParamsSchema>;
|
|
16
|
+
const ResponseSchema: z.ZodObject<{
|
|
17
|
+
data: z.ZodArray<z.ZodObject<{
|
|
18
|
+
uuid: z.ZodString;
|
|
19
|
+
order: z.ZodNumber;
|
|
20
|
+
contentTypeId: z.ZodEnum<typeof SLIDE_CONTENT_TYPE>;
|
|
21
|
+
layoutId: z.ZodEnum<typeof SLIDE_LAYOUT>;
|
|
22
|
+
content: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
23
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.COVER>;
|
|
24
|
+
title: z.ZodString;
|
|
25
|
+
author: z.ZodOptional<z.ZodObject<{
|
|
26
|
+
label: z.ZodString;
|
|
27
|
+
value: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>;
|
|
29
|
+
date: z.ZodOptional<z.ZodObject<{
|
|
30
|
+
label: z.ZodString;
|
|
31
|
+
value: z.ZodString;
|
|
32
|
+
}, z.core.$strip>>;
|
|
33
|
+
email: z.ZodOptional<z.ZodObject<{
|
|
34
|
+
label: z.ZodString;
|
|
35
|
+
value: z.ZodString;
|
|
36
|
+
}, z.core.$strip>>;
|
|
37
|
+
version: z.ZodLiteral<1>;
|
|
38
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
39
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.STRUCTURED_LIST>;
|
|
40
|
+
title: z.ZodString;
|
|
41
|
+
description: z.ZodString;
|
|
42
|
+
list: z.ZodArray<z.ZodObject<{
|
|
43
|
+
title: z.ZodString;
|
|
44
|
+
description: z.ZodString;
|
|
45
|
+
iconSlot: z.ZodObject<{
|
|
46
|
+
uuid: z.ZodString;
|
|
47
|
+
prompt: z.ZodString;
|
|
48
|
+
}, z.core.$strip>;
|
|
49
|
+
}, z.core.$strip>>;
|
|
50
|
+
version: z.ZodLiteral<1>;
|
|
51
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
52
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.TEXT>;
|
|
53
|
+
title: z.ZodString;
|
|
54
|
+
description: z.ZodString;
|
|
55
|
+
version: z.ZodLiteral<1>;
|
|
56
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
57
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.CONTENTS>;
|
|
58
|
+
title: z.ZodString;
|
|
59
|
+
items: z.ZodArray<z.ZodObject<{
|
|
60
|
+
pageNumber: z.ZodNumber;
|
|
61
|
+
title: z.ZodString;
|
|
62
|
+
}, z.core.$strip>>;
|
|
63
|
+
imageSlot: z.ZodObject<{
|
|
64
|
+
uuid: z.ZodString;
|
|
65
|
+
prompt: z.ZodString;
|
|
66
|
+
}, z.core.$strip>;
|
|
67
|
+
version: z.ZodLiteral<1>;
|
|
68
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
69
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.SECTION_BREAK>;
|
|
70
|
+
title: z.ZodString;
|
|
71
|
+
description: z.ZodString;
|
|
72
|
+
version: z.ZodLiteral<1>;
|
|
73
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
74
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.TEXT_WITH_IMAGE>;
|
|
75
|
+
title: z.ZodString;
|
|
76
|
+
description: z.ZodString;
|
|
77
|
+
imageSlot: z.ZodObject<{
|
|
78
|
+
uuid: z.ZodString;
|
|
79
|
+
prompt: z.ZodString;
|
|
80
|
+
}, z.core.$strip>;
|
|
81
|
+
version: z.ZodLiteral<1>;
|
|
82
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
83
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.THANK_YOU>;
|
|
84
|
+
title: z.ZodString;
|
|
85
|
+
author: z.ZodOptional<z.ZodObject<{
|
|
86
|
+
label: z.ZodString;
|
|
87
|
+
value: z.ZodString;
|
|
88
|
+
}, z.core.$strip>>;
|
|
89
|
+
date: z.ZodOptional<z.ZodObject<{
|
|
90
|
+
label: z.ZodString;
|
|
91
|
+
value: z.ZodString;
|
|
92
|
+
}, z.core.$strip>>;
|
|
93
|
+
email: z.ZodOptional<z.ZodObject<{
|
|
94
|
+
label: z.ZodString;
|
|
95
|
+
value: z.ZodString;
|
|
96
|
+
}, z.core.$strip>>;
|
|
97
|
+
version: z.ZodLiteral<1>;
|
|
98
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
99
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.TABLE>;
|
|
100
|
+
title: z.ZodString;
|
|
101
|
+
description: z.ZodString;
|
|
102
|
+
table: z.ZodObject<{
|
|
103
|
+
columnHeaders: z.ZodArray<z.ZodString>;
|
|
104
|
+
rows: z.ZodArray<z.ZodArray<z.ZodString>>;
|
|
105
|
+
hasRowHeaders: z.ZodBoolean;
|
|
106
|
+
hasSummaryRow: z.ZodBoolean;
|
|
107
|
+
}, z.core.$strip>;
|
|
108
|
+
version: z.ZodLiteral<1>;
|
|
109
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
110
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.CHART>;
|
|
111
|
+
title: z.ZodString;
|
|
112
|
+
description: z.ZodString;
|
|
113
|
+
chart: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
114
|
+
type: z.ZodLiteral<import("../..").SLIDE_CHART_TYPE>;
|
|
115
|
+
categories: z.ZodArray<z.ZodString>;
|
|
116
|
+
series: z.ZodArray<z.ZodObject<{
|
|
117
|
+
name: z.ZodString;
|
|
118
|
+
data: z.ZodArray<z.ZodNumber>;
|
|
119
|
+
type: z.ZodNumber;
|
|
120
|
+
}, z.core.$strip>>;
|
|
121
|
+
yAxisLabel: z.ZodOptional<z.ZodString>;
|
|
122
|
+
unit: z.ZodOptional<z.ZodString>;
|
|
123
|
+
version: z.ZodLiteral<1>;
|
|
124
|
+
}, z.core.$strip>], "type">;
|
|
125
|
+
version: z.ZodLiteral<1>;
|
|
126
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
127
|
+
contentType: z.ZodLiteral<SLIDE_CONTENT_TYPE.TIMELINE>;
|
|
128
|
+
title: z.ZodString;
|
|
129
|
+
description: z.ZodString;
|
|
130
|
+
timeline: z.ZodObject<{
|
|
131
|
+
events: z.ZodArray<z.ZodObject<{
|
|
132
|
+
date: z.ZodString;
|
|
133
|
+
title: z.ZodString;
|
|
134
|
+
description: z.ZodString;
|
|
135
|
+
}, z.core.$strip>>;
|
|
136
|
+
}, z.core.$strip>;
|
|
137
|
+
version: z.ZodLiteral<1>;
|
|
138
|
+
}, z.core.$strip>], "contentType">;
|
|
139
|
+
presentationId: z.ZodString;
|
|
140
|
+
iconSlots: z.ZodArray<z.ZodObject<{
|
|
141
|
+
uuid: z.ZodString;
|
|
142
|
+
prompt: z.ZodString;
|
|
143
|
+
alt: z.ZodString;
|
|
144
|
+
url: z.ZodNullable<z.ZodString>;
|
|
145
|
+
slideId: z.ZodString;
|
|
146
|
+
status: z.ZodEnum<typeof import("../..").SLIDE_ICON_SLOT_STATUS>;
|
|
147
|
+
createdAt: z.ZodDate;
|
|
148
|
+
updatedAt: z.ZodDate;
|
|
149
|
+
}, z.core.$strip>>;
|
|
150
|
+
imageSlots: z.ZodArray<z.ZodObject<{
|
|
151
|
+
uuid: z.ZodString;
|
|
152
|
+
prompt: z.ZodString;
|
|
153
|
+
alt: z.ZodString;
|
|
154
|
+
url: z.ZodNullable<z.ZodString>;
|
|
155
|
+
placeholder: z.ZodString;
|
|
156
|
+
slideId: z.ZodString;
|
|
157
|
+
status: z.ZodEnum<typeof import("../..").SLIDE_IMAGE_SLOT_STATUS>;
|
|
158
|
+
createdAt: z.ZodDate;
|
|
159
|
+
updatedAt: z.ZodDate;
|
|
160
|
+
}, z.core.$strip>>;
|
|
161
|
+
createdAt: z.ZodDate;
|
|
162
|
+
updatedAt: z.ZodDate;
|
|
163
|
+
}, z.core.$strip>>;
|
|
164
|
+
}, z.core.$strip>;
|
|
165
|
+
type Response = z.infer<typeof ResponseSchema>;
|
|
166
|
+
}
|
|
167
|
+
//# sourceMappingURL=generate-and-insert-slide.command.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"generate-and-insert-slide.command.d.ts","sourceRoot":"","sources":["../../../commands/presentation/generate-and-insert-slide.command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAE,kBAAkB,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAEnE,yBAAiB,6BAA6B,CAAC;IACpC,MAAM,aAAa;;;;;;qBAMxB,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAEzB,CAAC;IAEH,KAAY,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;CACzD"}
|