@purpleschool/student-works 1.4.1 → 1.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/routes.ts +2 -0
- package/build/api/controller/http/auth.d.ts +15 -0
- package/build/api/controller/http/auth.d.ts.map +1 -0
- package/build/api/controller/http/cloud-payments.d.ts +5 -0
- package/build/api/controller/http/cloud-payments.d.ts.map +1 -0
- package/build/api/controller/http/files.d.ts +8 -0
- package/build/api/controller/http/files.d.ts.map +1 -0
- package/build/api/controller/http/index.d.ts +20 -0
- package/build/api/controller/http/index.d.ts.map +1 -0
- package/build/api/controller/http/page-question.d.ts +9 -0
- package/build/api/controller/http/page-question.d.ts.map +1 -0
- package/build/api/controller/http/page.d.ts +12 -0
- package/build/api/controller/http/page.d.ts.map +1 -0
- package/build/api/controller/http/payment.d.ts +5 -0
- package/build/api/controller/http/payment.d.ts.map +1 -0
- package/build/api/controller/http/presentation.d.ts +32 -0
- package/build/api/controller/http/presentation.d.ts.map +1 -0
- package/build/api/controller/http/product.d.ts +10 -0
- package/build/api/controller/http/product.d.ts.map +1 -0
- package/build/api/controller/http/promocode.d.ts +9 -0
- package/build/api/controller/http/promocode.d.ts.map +1 -0
- package/build/api/controller/http/referral.d.ts +7 -0
- package/build/api/controller/http/referral.d.ts.map +1 -0
- package/build/api/controller/http/solving-edu-task.d.ts +14 -0
- package/build/api/controller/http/solving-edu-task.d.ts.map +1 -0
- package/build/api/controller/http/subscription.d.ts +13 -0
- package/build/api/controller/http/subscription.d.ts.map +1 -0
- package/build/api/controller/http/tools.d.ts +7 -0
- package/build/api/controller/http/tools.d.ts.map +1 -0
- package/build/api/controller/http/unregistered-user.d.ts +2 -0
- package/build/api/controller/http/unregistered-user.d.ts.map +1 -0
- package/build/api/controller/http/user-balance.d.ts +6 -0
- package/build/api/controller/http/user-balance.d.ts.map +1 -0
- package/build/api/controller/http/user-to-product.d.ts +6 -0
- package/build/api/controller/http/user-to-product.d.ts.map +1 -0
- package/build/api/controller/http/user-to-subscription.d.ts +6 -0
- package/build/api/controller/http/user-to-subscription.d.ts.map +1 -0
- package/build/api/controller/http/user.d.ts +13 -0
- package/build/api/controller/http/user.d.ts.map +1 -0
- package/build/api/controller/http/writer.d.ts +29 -0
- package/build/api/controller/http/writer.d.ts.map +1 -0
- package/build/api/controller/index.d.ts +2 -0
- package/build/api/controller/index.d.ts.map +1 -0
- package/build/api/controller/user-balance.controller.d.ts +6 -0
- package/build/api/controller/user-balance.controller.d.ts.map +1 -0
- package/build/api/index.d.ts +3 -0
- package/build/api/index.d.ts.map +1 -0
- package/build/api/routes.d.ts +233 -0
- package/build/api/routes.d.ts.map +1 -0
- package/build/api/routes.js +2 -0
- package/build/commands/account-merge/index.d.ts +2 -0
- package/build/commands/account-merge/index.d.ts.map +1 -0
- package/build/commands/account-merge/merge-account.command.d.ts +15 -0
- package/build/commands/account-merge/merge-account.command.d.ts.map +1 -0
- package/build/commands/auth/change-password.command.d.ts +15 -0
- package/build/commands/auth/change-password.command.d.ts.map +1 -0
- package/build/commands/auth/create-user.command.d.ts +14 -0
- package/build/commands/auth/create-user.command.d.ts.map +1 -0
- package/build/commands/auth/index.d.ts +11 -0
- package/build/commands/auth/index.d.ts.map +1 -0
- package/build/commands/auth/login.command.d.ts +15 -0
- package/build/commands/auth/login.command.d.ts.map +1 -0
- package/build/commands/auth/register-user.command.d.ts +17 -0
- package/build/commands/auth/register-user.command.d.ts.map +1 -0
- package/build/commands/auth/reset-password.command.d.ts +16 -0
- package/build/commands/auth/reset-password.command.d.ts.map +1 -0
- package/build/commands/auth/restore-password.command.d.ts +14 -0
- package/build/commands/auth/restore-password.command.d.ts.map +1 -0
- package/build/commands/auth/verify-email-retry.command.d.ts +8 -0
- package/build/commands/auth/verify-email-retry.command.d.ts.map +1 -0
- package/build/commands/auth/verify-email.command.d.ts +11 -0
- package/build/commands/auth/verify-email.command.d.ts.map +1 -0
- package/build/commands/auth/vk-login.command.d.ts +19 -0
- package/build/commands/auth/vk-login.command.d.ts.map +1 -0
- package/build/commands/auth/yandex-login.command.d.ts +17 -0
- package/build/commands/auth/yandex-login.command.d.ts.map +1 -0
- package/build/commands/files/delete-user-file.command.d.ts +9 -0
- package/build/commands/files/delete-user-file.command.d.ts.map +1 -0
- package/build/commands/files/index.d.ts +3 -0
- package/build/commands/files/index.d.ts.map +1 -0
- package/build/commands/files/upload.command.d.ts +20 -0
- package/build/commands/files/upload.command.d.ts.map +1 -0
- package/build/commands/index.d.ts +18 -0
- package/build/commands/index.d.ts.map +1 -0
- package/build/commands/page/create-page-question.command.d.ts +21 -0
- package/build/commands/page/create-page-question.command.d.ts.map +1 -0
- package/build/commands/page/create-page.command.d.ts +45 -0
- package/build/commands/page/create-page.command.d.ts.map +1 -0
- package/build/commands/page/delete-page-question.command.d.ts +10 -0
- package/build/commands/page/delete-page-question.command.d.ts.map +1 -0
- package/build/commands/page/delete-page.command.d.ts +10 -0
- package/build/commands/page/delete-page.command.d.ts.map +1 -0
- package/build/commands/page/find-page-by-alias.command.d.ts +101 -0
- package/build/commands/page/find-page-by-alias.command.d.ts.map +1 -0
- package/build/commands/page/find-page-by-criteria.command.d.ts +47 -0
- package/build/commands/page/find-page-by-criteria.command.d.ts.map +1 -0
- package/build/commands/page/find-page.command.d.ts +70 -0
- package/build/commands/page/find-page.command.d.ts.map +1 -0
- package/build/commands/page/index.d.ts +10 -0
- package/build/commands/page/index.d.ts.map +1 -0
- package/build/commands/page/update-page-question.command.d.ts +25 -0
- package/build/commands/page/update-page-question.command.d.ts.map +1 -0
- package/build/commands/page/update-page.command.d.ts +49 -0
- package/build/commands/page/update-page.command.d.ts.map +1 -0
- package/build/commands/payment/check.command.d.ts +64 -0
- package/build/commands/payment/check.command.d.ts.map +1 -0
- package/build/commands/payment/get-payment-history.command.d.ts +16 -0
- package/build/commands/payment/get-payment-history.command.d.ts.map +1 -0
- package/build/commands/payment/index.d.ts +6 -0
- package/build/commands/payment/index.d.ts.map +1 -0
- package/build/commands/payment/pay.command.d.ts +61 -0
- package/build/commands/payment/pay.command.d.ts.map +1 -0
- package/build/commands/payment/receipt.command.d.ts +403 -0
- package/build/commands/payment/receipt.command.d.ts.map +1 -0
- package/build/commands/payment/recurrent.command.d.ts +61 -0
- package/build/commands/payment/recurrent.command.d.ts.map +1 -0
- package/build/commands/presentation/build-blank-slide.command.d.ts +160 -0
- package/build/commands/presentation/build-blank-slide.command.d.ts.map +1 -0
- package/build/commands/presentation/create-presentation.command.d.ts +40 -0
- package/build/commands/presentation/create-presentation.command.d.ts.map +1 -0
- package/build/commands/presentation/create-presentation.command.js +1 -0
- package/build/commands/presentation/delete-all-user-presentations.command.d.ts +8 -0
- package/build/commands/presentation/delete-all-user-presentations.command.d.ts.map +1 -0
- package/build/commands/presentation/delete-presentation.command.d.ts +10 -0
- package/build/commands/presentation/delete-presentation.command.d.ts.map +1 -0
- package/build/commands/presentation/delete-slide-outline.command.d.ts +10 -0
- package/build/commands/presentation/delete-slide-outline.command.d.ts.map +1 -0
- package/build/commands/presentation/export-presentation-as-pptx.command.d.ts +162 -0
- package/build/commands/presentation/export-presentation-as-pptx.command.d.ts.map +1 -0
- package/build/commands/presentation/find-presentation-by-uuid.command.d.ts +191 -0
- package/build/commands/presentation/find-presentation-by-uuid.command.d.ts.map +1 -0
- package/build/commands/presentation/find-presentation-outline.command.d.ts +21 -0
- package/build/commands/presentation/find-presentation-outline.command.d.ts.map +1 -0
- package/build/commands/presentation/find-presentations.command.d.ts +38 -0
- package/build/commands/presentation/find-presentations.command.d.ts.map +1 -0
- package/build/commands/presentation/generate-and-insert-slide.command.d.ts +167 -0
- package/build/commands/presentation/generate-and-insert-slide.command.d.ts.map +1 -0
- package/build/commands/presentation/generate-presentation-slides.command.d.ts +42 -0
- package/build/commands/presentation/generate-presentation-slides.command.d.ts.map +1 -0
- package/build/commands/presentation/get-presentation-config.command.d.ts +60 -0
- package/build/commands/presentation/get-presentation-config.command.d.ts.map +1 -0
- package/build/commands/presentation/index.d.ts +25 -0
- package/build/commands/presentation/index.d.ts.map +1 -0
- package/build/commands/presentation/presentation-generate-report.command.d.ts +19 -0
- package/build/commands/presentation/presentation-generate-report.command.d.ts.map +1 -0
- package/build/commands/presentation/presentation-paraphrase.command.d.ts +25 -0
- package/build/commands/presentation/presentation-paraphrase.command.d.ts.map +1 -0
- package/build/commands/presentation/reposition-slide-outline.command.d.ts +15 -0
- package/build/commands/presentation/reposition-slide-outline.command.d.ts.map +1 -0
- package/build/commands/presentation/reposition-slide.command.d.ts +15 -0
- package/build/commands/presentation/reposition-slide.command.d.ts.map +1 -0
- package/build/commands/presentation/set-reaction-to-presentation.command.d.ts +40 -0
- package/build/commands/presentation/set-reaction-to-presentation.command.d.ts.map +1 -0
- package/build/commands/presentation/update-presentation-outline.command.d.ts +29 -0
- package/build/commands/presentation/update-presentation-outline.command.d.ts.map +1 -0
- package/build/commands/presentation/update-presentation-slides.command.d.ts +263 -0
- package/build/commands/presentation/update-presentation-slides.command.d.ts.map +1 -0
- package/build/commands/presentation/update-presentation-slides.command.js +1 -1
- package/build/commands/presentation/update-presentation.command.d.ts +44 -0
- package/build/commands/presentation/update-presentation.command.d.ts.map +1 -0
- package/build/commands/presentation/update-slide-image-slot.command.d.ts +46 -0
- package/build/commands/presentation/update-slide-image-slot.command.d.ts.map +1 -0
- package/build/commands/presentation/update-slide-outline.command.d.ts +28 -0
- package/build/commands/presentation/update-slide-outline.command.d.ts.map +1 -0
- package/build/commands/presentation/update-slide.command.d.ts +407 -0
- package/build/commands/presentation/update-slide.command.d.ts.map +1 -0
- package/build/commands/product/buy-product.command.d.ts +83 -0
- package/build/commands/product/buy-product.command.d.ts.map +1 -0
- package/build/commands/product/create-product.command.d.ts +23 -0
- package/build/commands/product/create-product.command.d.ts.map +1 -0
- package/build/commands/product/delete-product.command.d.ts +10 -0
- package/build/commands/product/delete-product.command.d.ts.map +1 -0
- package/build/commands/product/find-product.command.d.ts +32 -0
- package/build/commands/product/find-product.command.d.ts.map +1 -0
- package/build/commands/product/get-my-products.command.d.ts +26 -0
- package/build/commands/product/get-my-products.command.d.ts.map +1 -0
- package/build/commands/product/index.d.ts +7 -0
- package/build/commands/product/index.d.ts.map +1 -0
- package/build/commands/product/update-product.command.d.ts +27 -0
- package/build/commands/product/update-product.command.d.ts.map +1 -0
- package/build/commands/promocode/create-promocode.command.d.ts +35 -0
- package/build/commands/promocode/create-promocode.command.d.ts.map +1 -0
- package/build/commands/promocode/delete-promocode.command.d.ts +14 -0
- package/build/commands/promocode/delete-promocode.command.d.ts.map +1 -0
- package/build/commands/promocode/find-promocode.command.d.ts +44 -0
- package/build/commands/promocode/find-promocode.command.d.ts.map +1 -0
- package/build/commands/promocode/index.d.ts +6 -0
- package/build/commands/promocode/index.d.ts.map +1 -0
- package/build/commands/promocode/update-promocode.command.d.ts +39 -0
- package/build/commands/promocode/update-promocode.command.d.ts.map +1 -0
- package/build/commands/promocode/validate-promocode.command.d.ts +15 -0
- package/build/commands/promocode/validate-promocode.command.d.ts.map +1 -0
- package/build/commands/referral/get-by-bonuses.command.d.ts +15 -0
- package/build/commands/referral/get-by-bonuses.command.d.ts.map +1 -0
- package/build/commands/referral/index.d.ts +3 -0
- package/build/commands/referral/index.d.ts.map +1 -0
- package/build/commands/referral/validate-referral.command.d.ts +14 -0
- package/build/commands/referral/validate-referral.command.d.ts.map +1 -0
- package/build/commands/solving-edu-task/delete-all-solving-edu-task-jobs.command.d.ts +8 -0
- package/build/commands/solving-edu-task/delete-all-solving-edu-task-jobs.command.d.ts.map +1 -0
- package/build/commands/solving-edu-task/delete-solving-edu-task-job-by-uuid.command.d.ts +12 -0
- package/build/commands/solving-edu-task/delete-solving-edu-task-job-by-uuid.command.d.ts.map +1 -0
- package/build/commands/solving-edu-task/execute-solving-edu-task.command.d.ts +39 -0
- package/build/commands/solving-edu-task/execute-solving-edu-task.command.d.ts.map +1 -0
- package/build/commands/solving-edu-task/find-solving-edu-task-job-by-uuid.command.d.ts +35 -0
- package/build/commands/solving-edu-task/find-solving-edu-task-job-by-uuid.command.d.ts.map +1 -0
- package/build/commands/solving-edu-task/find-solving-edu-task-jobs.command.d.ts +39 -0
- package/build/commands/solving-edu-task/find-solving-edu-task-jobs.command.d.ts.map +1 -0
- package/build/commands/solving-edu-task/get-solving-edu-task-config.command.d.ts +35 -0
- package/build/commands/solving-edu-task/get-solving-edu-task-config.command.d.ts.map +1 -0
- package/build/commands/solving-edu-task/index.d.ts +10 -0
- package/build/commands/solving-edu-task/index.d.ts.map +1 -0
- package/build/commands/solving-edu-task/retry-solving-edu-task-job.command.d.ts +43 -0
- package/build/commands/solving-edu-task/retry-solving-edu-task-job.command.d.ts.map +1 -0
- package/build/commands/solving-edu-task/set-reaction-to-solving-edu-task-job.command.d.ts +41 -0
- package/build/commands/solving-edu-task/set-reaction-to-solving-edu-task-job.command.d.ts.map +1 -0
- package/build/commands/solving-edu-task/update-solving-edu-task-job-title.command.d.ts +39 -0
- package/build/commands/solving-edu-task/update-solving-edu-task-job-title.command.d.ts.map +1 -0
- package/build/commands/subscription/buy-subscription.command.d.ts +121 -0
- package/build/commands/subscription/buy-subscription.command.d.ts.map +1 -0
- package/build/commands/subscription/cancel-subscription.command.d.ts +14 -0
- package/build/commands/subscription/cancel-subscription.command.d.ts.map +1 -0
- package/build/commands/subscription/create-subscription.command.d.ts +41 -0
- package/build/commands/subscription/create-subscription.command.d.ts.map +1 -0
- package/build/commands/subscription/delete-subscription.command.d.ts +12 -0
- package/build/commands/subscription/delete-subscription.command.d.ts.map +1 -0
- package/build/commands/subscription/downgrade-subscription.command.d.ts +41 -0
- package/build/commands/subscription/downgrade-subscription.command.d.ts.map +1 -0
- package/build/commands/subscription/find-subscription.command.d.ts +69 -0
- package/build/commands/subscription/find-subscription.command.d.ts.map +1 -0
- package/build/commands/subscription/get-available-upgrades.command.d.ts +29 -0
- package/build/commands/subscription/get-available-upgrades.command.d.ts.map +1 -0
- package/build/commands/subscription/get-free-subscription.command.d.ts +25 -0
- package/build/commands/subscription/get-free-subscription.command.d.ts.map +1 -0
- package/build/commands/subscription/index.d.ts +13 -0
- package/build/commands/subscription/index.d.ts.map +1 -0
- package/build/commands/subscription/recover-past-due-subscription.command.d.ts +12 -0
- package/build/commands/subscription/recover-past-due-subscription.command.d.ts.map +1 -0
- package/build/commands/subscription/recover-subscription.command.d.ts +10 -0
- package/build/commands/subscription/recover-subscription.command.d.ts.map +1 -0
- package/build/commands/subscription/update-subscription.command.d.ts +45 -0
- package/build/commands/subscription/update-subscription.command.d.ts.map +1 -0
- package/build/commands/subscription/upgrade-subscription.command.d.ts +42 -0
- package/build/commands/subscription/upgrade-subscription.command.d.ts.map +1 -0
- package/build/commands/unregistered-user/create-unregistered-user.command.d.ts +10 -0
- package/build/commands/unregistered-user/create-unregistered-user.command.d.ts.map +1 -0
- package/build/commands/unregistered-user/index.d.ts +2 -0
- package/build/commands/unregistered-user/index.d.ts.map +1 -0
- package/build/commands/user/check-email.command.d.ts +7 -0
- package/build/commands/user/check-email.command.d.ts.map +1 -0
- package/build/commands/user/delete-account.command.d.ts +11 -0
- package/build/commands/user/delete-account.command.d.ts.map +1 -0
- package/build/commands/user/find-user-by-uuid.command.d.ts +22 -0
- package/build/commands/user/find-user-by-uuid.command.d.ts.map +1 -0
- package/build/commands/user/find-users-by-criteria.command.d.ts +60 -0
- package/build/commands/user/find-users-by-criteria.command.d.ts.map +1 -0
- package/build/commands/user/get-aggregated-user-data.command.d.ts +34 -0
- package/build/commands/user/get-aggregated-user-data.command.d.ts.map +1 -0
- package/build/commands/user/get-me.command.d.ts +23 -0
- package/build/commands/user/get-me.command.d.ts.map +1 -0
- package/build/commands/user/get-user-orders.command.d.ts +32 -0
- package/build/commands/user/get-user-orders.command.d.ts.map +1 -0
- package/build/commands/user/get-user-products.command.d.ts +27 -0
- package/build/commands/user/get-user-products.command.d.ts.map +1 -0
- package/build/commands/user/get-user-subscriptions.command.d.ts +32 -0
- package/build/commands/user/get-user-subscriptions.command.d.ts.map +1 -0
- package/build/commands/user/index.d.ts +11 -0
- package/build/commands/user/index.d.ts.map +1 -0
- package/build/commands/user/up-token-bonus-balance.command.d.ts +26 -0
- package/build/commands/user/up-token-bonus-balance.command.d.ts.map +1 -0
- package/build/commands/user-balance/get-user-balance.command.d.ts +15 -0
- package/build/commands/user-balance/get-user-balance.command.d.ts.map +1 -0
- package/build/commands/user-balance/index.d.ts +2 -0
- package/build/commands/user-balance/index.d.ts.map +1 -0
- package/build/commands/user-to-product/get-user-to-product-by-uuid.command.d.ts +21 -0
- package/build/commands/user-to-product/get-user-to-product-by-uuid.command.d.ts.map +1 -0
- package/build/commands/user-to-product/index.d.ts +3 -0
- package/build/commands/user-to-product/index.d.ts.map +1 -0
- package/build/commands/user-to-product/update-user-to-product.command.d.ts +27 -0
- package/build/commands/user-to-product/update-user-to-product.command.d.ts.map +1 -0
- package/build/commands/user-to-subscription/get-user-to-subscription-by-uuid.command.d.ts +26 -0
- package/build/commands/user-to-subscription/get-user-to-subscription-by-uuid.command.d.ts.map +1 -0
- package/build/commands/user-to-subscription/get-user-to-subscriptions.command.d.ts +41 -0
- package/build/commands/user-to-subscription/get-user-to-subscriptions.command.d.ts.map +1 -0
- package/build/commands/user-to-subscription/index.d.ts +4 -0
- package/build/commands/user-to-subscription/index.d.ts.map +1 -0
- package/build/commands/user-to-subscription/update-user-to-subscription.command.d.ts +38 -0
- package/build/commands/user-to-subscription/update-user-to-subscription.command.d.ts.map +1 -0
- package/build/commands/writer/collect-writer-document-sources.command.d.ts +50 -0
- package/build/commands/writer/collect-writer-document-sources.command.d.ts.map +1 -0
- package/build/commands/writer/confirm-source-citation-metadata.command.d.ts +62 -0
- package/build/commands/writer/confirm-source-citation-metadata.command.d.ts.map +1 -0
- package/build/commands/writer/create-writer-document.command.d.ts +49 -0
- package/build/commands/writer/create-writer-document.command.d.ts.map +1 -0
- package/build/commands/writer/delete-all-writer-documents.command.d.ts +6 -0
- package/build/commands/writer/delete-all-writer-documents.command.d.ts.map +1 -0
- package/build/commands/writer/delete-writer-document-by-uuid.command.d.ts +10 -0
- package/build/commands/writer/delete-writer-document-by-uuid.command.d.ts.map +1 -0
- package/build/commands/writer/discard-writer-source.command.d.ts +16 -0
- package/build/commands/writer/discard-writer-source.command.d.ts.map +1 -0
- package/build/commands/writer/export-writer-document-as-docx.command.d.ts +14 -0
- package/build/commands/writer/export-writer-document-as-docx.command.d.ts.map +1 -0
- package/build/commands/writer/find-writer-document-by-uuid.command.d.ts +48 -0
- package/build/commands/writer/find-writer-document-by-uuid.command.d.ts.map +1 -0
- package/build/commands/writer/find-writer-documents.command.d.ts +52 -0
- package/build/commands/writer/find-writer-documents.command.d.ts.map +1 -0
- package/build/commands/writer/generate-writer-document-contents.command.d.ts +50 -0
- package/build/commands/writer/generate-writer-document-contents.command.d.ts.map +1 -0
- package/build/commands/writer/generate-writer-document-outline.command.d.ts +53 -0
- package/build/commands/writer/generate-writer-document-outline.command.d.ts.map +1 -0
- package/build/commands/writer/get-writer-document-sources.command.d.ts +40 -0
- package/build/commands/writer/get-writer-document-sources.command.d.ts.map +1 -0
- package/build/commands/writer/get-writer-tool-config.command.d.ts +53 -0
- package/build/commands/writer/get-writer-tool-config.command.d.ts.map +1 -0
- package/build/commands/writer/index.d.ts +25 -0
- package/build/commands/writer/index.d.ts.map +1 -0
- package/build/commands/writer/set-reaction.writer-document.command.d.ts +53 -0
- package/build/commands/writer/set-reaction.writer-document.command.d.ts.map +1 -0
- package/build/commands/writer/toggle-writer-document-title-page.command.d.ts +18 -0
- package/build/commands/writer/toggle-writer-document-title-page.command.d.ts.map +1 -0
- package/build/commands/writer/update-writer-document-contents.command.d.ts +18 -0
- package/build/commands/writer/update-writer-document-contents.command.d.ts.map +1 -0
- package/build/commands/writer/update-writer-document-outline.command.d.ts +28 -0
- package/build/commands/writer/update-writer-document-outline.command.d.ts.map +1 -0
- package/build/commands/writer/update-writer-document-title-page.command.d.ts +32 -0
- package/build/commands/writer/update-writer-document-title-page.command.d.ts.map +1 -0
- package/build/commands/writer/upload-writer-source.command.d.ts +44 -0
- package/build/commands/writer/upload-writer-source.command.d.ts.map +1 -0
- package/build/commands/writer/writer-extend-text.command.d.ts +18 -0
- package/build/commands/writer/writer-extend-text.command.d.ts.map +1 -0
- package/build/commands/writer/writer-fix-errors.command.d.ts +18 -0
- package/build/commands/writer/writer-fix-errors.command.d.ts.map +1 -0
- package/build/commands/writer/writer-generate-text.command.d.ts +21 -0
- package/build/commands/writer/writer-generate-text.command.d.ts.map +1 -0
- package/build/commands/writer/writer-paraphrase.command.d.ts +18 -0
- package/build/commands/writer/writer-paraphrase.command.d.ts.map +1 -0
- package/build/commands/writer/writer-shorten-text.command.d.ts +18 -0
- package/build/commands/writer/writer-shorten-text.command.d.ts.map +1 -0
- package/build/common/enums/index.d.ts +2 -0
- package/build/common/enums/index.d.ts.map +1 -0
- package/build/common/enums/tool-type.enum.d.ts +6 -0
- package/build/common/enums/tool-type.enum.d.ts.map +1 -0
- package/build/common/index.d.ts +3 -0
- package/build/common/index.d.ts.map +1 -0
- package/build/common/models/command-response.schema.d.ts +13 -0
- package/build/common/models/command-response.schema.d.ts.map +1 -0
- package/build/common/models/index.d.ts +2 -0
- package/build/common/models/index.d.ts.map +1 -0
- package/build/constants/cloud-payments/index.d.ts +9 -0
- package/build/constants/cloud-payments/index.d.ts.map +1 -0
- package/build/constants/common/enums/ai-model-status.enum.d.ts +5 -0
- package/build/constants/common/enums/ai-model-status.enum.d.ts.map +1 -0
- package/build/constants/common/enums/index.d.ts +3 -0
- package/build/constants/common/enums/index.d.ts.map +1 -0
- package/build/constants/common/enums/job-status.enum.d.ts +6 -0
- package/build/constants/common/enums/job-status.enum.d.ts.map +1 -0
- package/build/constants/common/index.d.ts +2 -0
- package/build/constants/common/index.d.ts.map +1 -0
- package/build/constants/domains/index.d.ts +2 -0
- package/build/constants/domains/index.d.ts.map +1 -0
- package/build/constants/domains/white-list.d.ts +3 -0
- package/build/constants/domains/white-list.d.ts.map +1 -0
- package/build/constants/email/email-endpoint.d.ts +2 -0
- package/build/constants/email/email-endpoint.d.ts.map +1 -0
- package/build/constants/email/index.d.ts +3 -0
- package/build/constants/email/index.d.ts.map +1 -0
- package/build/constants/email/subjects.d.ts +13 -0
- package/build/constants/email/subjects.d.ts.map +1 -0
- package/build/constants/errors/errors.d.ts +1408 -0
- package/build/constants/errors/errors.d.ts.map +1 -0
- package/build/constants/errors/errors.js +5 -0
- package/build/constants/errors/index.d.ts +3 -0
- package/build/constants/errors/index.d.ts.map +1 -0
- package/build/constants/errors/verbose.d.ts +7 -0
- package/build/constants/errors/verbose.d.ts.map +1 -0
- package/build/constants/files/enums/file-type.enum.d.ts +7 -0
- package/build/constants/files/enums/file-type.enum.d.ts.map +1 -0
- package/build/constants/files/enums/index.d.ts +2 -0
- package/build/constants/files/enums/index.d.ts.map +1 -0
- package/build/constants/files/file.constants.d.ts +9 -0
- package/build/constants/files/file.constants.d.ts.map +1 -0
- package/build/constants/files/index.d.ts +3 -0
- package/build/constants/files/index.d.ts.map +1 -0
- package/build/constants/index.d.ts +18 -0
- package/build/constants/index.d.ts.map +1 -0
- package/build/constants/order/enums/index.d.ts +3 -0
- package/build/constants/order/enums/index.d.ts.map +1 -0
- package/build/constants/order/enums/order-sort-by.enum.d.ts +8 -0
- package/build/constants/order/enums/order-sort-by.enum.d.ts.map +1 -0
- package/build/constants/order/enums/order-status.enum.d.ts +13 -0
- package/build/constants/order/enums/order-status.enum.d.ts.map +1 -0
- package/build/constants/order/enums/order-type.enum.d.ts +6 -0
- package/build/constants/order/enums/order-type.enum.d.ts.map +1 -0
- package/build/constants/order/index.d.ts +2 -0
- package/build/constants/order/index.d.ts.map +1 -0
- package/build/constants/page/enums/index.d.ts +2 -0
- package/build/constants/page/enums/index.d.ts.map +1 -0
- package/build/constants/page/enums/page-type.enum.d.ts +6 -0
- package/build/constants/page/enums/page-type.enum.d.ts.map +1 -0
- package/build/constants/page/index.d.ts +2 -0
- package/build/constants/page/index.d.ts.map +1 -0
- package/build/constants/payment/enums/index.d.ts +3 -0
- package/build/constants/payment/enums/index.d.ts.map +1 -0
- package/build/constants/payment/enums/payment-history-item-type.enum.d.ts +5 -0
- package/build/constants/payment/enums/payment-history-item-type.enum.d.ts.map +1 -0
- package/build/constants/payment/enums/payment-status.enum.d.ts +8 -0
- package/build/constants/payment/enums/payment-status.enum.d.ts.map +1 -0
- package/build/constants/payment/index.d.ts +2 -0
- package/build/constants/payment/index.d.ts.map +1 -0
- package/build/constants/presentation/enums/index.d.ts +12 -0
- package/build/constants/presentation/enums/index.d.ts.map +1 -0
- package/build/constants/presentation/enums/presentation-ai-action-call-status.enum.d.ts +6 -0
- package/build/constants/presentation/enums/presentation-ai-action-call-status.enum.d.ts.map +1 -0
- package/build/constants/presentation/enums/presentation-ai-action-pricing-type.enum.d.ts +5 -0
- package/build/constants/presentation/enums/presentation-ai-action-pricing-type.enum.d.ts.map +1 -0
- package/build/constants/presentation/enums/presentation-ai-action-type.enum.d.ts +5 -0
- package/build/constants/presentation/enums/presentation-ai-action-type.enum.d.ts.map +1 -0
- package/build/constants/presentation/enums/presentation-stage.enum.d.ts +11 -0
- package/build/constants/presentation/enums/presentation-stage.enum.d.ts.map +1 -0
- package/build/constants/presentation/enums/presentation-target-audience.enum.d.ts +7 -0
- package/build/constants/presentation/enums/presentation-target-audience.enum.d.ts.map +1 -0
- package/build/constants/presentation/enums/slide-content-type.enum.d.ts +13 -0
- package/build/constants/presentation/enums/slide-content-type.enum.d.ts.map +1 -0
- package/build/constants/presentation/enums/slide-icon-slot-status.enum.d.ts +7 -0
- package/build/constants/presentation/enums/slide-icon-slot-status.enum.d.ts.map +1 -0
- package/build/constants/presentation/enums/slide-image-slot-action.enum.d.ts +5 -0
- package/build/constants/presentation/enums/slide-image-slot-action.enum.d.ts.map +1 -0
- package/build/constants/presentation/enums/slide-image-slot.status.enum.d.ts +7 -0
- package/build/constants/presentation/enums/slide-image-slot.status.enum.d.ts.map +1 -0
- package/build/constants/presentation/enums/slide-layout.enum.d.ts +5 -0
- package/build/constants/presentation/enums/slide-layout.enum.d.ts.map +1 -0
- package/build/constants/presentation/index.d.ts +3 -0
- package/build/constants/presentation/index.d.ts.map +1 -0
- package/build/constants/presentation/maps/index.d.ts +2 -0
- package/build/constants/presentation/maps/index.d.ts.map +1 -0
- package/build/constants/presentation/maps/slide-layout-map.constant.d.ts +4 -0
- package/build/constants/presentation/maps/slide-layout-map.constant.d.ts.map +1 -0
- package/build/constants/product/enums/index.d.ts +3 -0
- package/build/constants/product/enums/index.d.ts.map +1 -0
- package/build/constants/product/enums/product-sort-by.enum.d.ts +6 -0
- package/build/constants/product/enums/product-sort-by.enum.d.ts.map +1 -0
- package/build/constants/product/enums/product-status.enum.d.ts +6 -0
- package/build/constants/product/enums/product-status.enum.d.ts.map +1 -0
- package/build/constants/product/index.d.ts +2 -0
- package/build/constants/product/index.d.ts.map +1 -0
- package/build/constants/promocode/enums/index.d.ts +3 -0
- package/build/constants/promocode/enums/index.d.ts.map +1 -0
- package/build/constants/promocode/enums/promocode-promotion.enum.d.ts +6 -0
- package/build/constants/promocode/enums/promocode-promotion.enum.d.ts.map +1 -0
- package/build/constants/promocode/enums/promocode-status.enum.d.ts +5 -0
- package/build/constants/promocode/enums/promocode-status.enum.d.ts.map +1 -0
- package/build/constants/promocode/index.d.ts +2 -0
- package/build/constants/promocode/index.d.ts.map +1 -0
- package/build/constants/referral/enums/index.d.ts +2 -0
- package/build/constants/referral/enums/index.d.ts.map +1 -0
- package/build/constants/referral/enums/referral-bonus-type.enum.d.ts +5 -0
- package/build/constants/referral/enums/referral-bonus-type.enum.d.ts.map +1 -0
- package/build/constants/referral/index.d.ts +2 -0
- package/build/constants/referral/index.d.ts.map +1 -0
- package/build/constants/subscription/enums/index.d.ts +8 -0
- package/build/constants/subscription/enums/index.d.ts.map +1 -0
- package/build/constants/subscription/enums/subscription-action.enum.d.ts +8 -0
- package/build/constants/subscription/enums/subscription-action.enum.d.ts.map +1 -0
- package/build/constants/subscription/enums/subscription-feature-type.enum.d.ts +4 -0
- package/build/constants/subscription/enums/subscription-feature-type.enum.d.ts.map +1 -0
- package/build/constants/subscription/enums/subscription-sort-by.enum.d.ts +6 -0
- package/build/constants/subscription/enums/subscription-sort-by.enum.d.ts.map +1 -0
- package/build/constants/subscription/enums/subscription-status.enum.d.ts +12 -0
- package/build/constants/subscription/enums/subscription-status.enum.d.ts.map +1 -0
- package/build/constants/subscription/enums/subscription-type.enum.d.ts +5 -0
- package/build/constants/subscription/enums/subscription-type.enum.d.ts.map +1 -0
- package/build/constants/subscription/enums/user-to-subscription-marks.enum.d.ts +8 -0
- package/build/constants/subscription/enums/user-to-subscription-marks.enum.d.ts.map +1 -0
- package/build/constants/subscription/enums/user-to-subscription-type.enum.d.ts +5 -0
- package/build/constants/subscription/enums/user-to-subscription-type.enum.d.ts.map +1 -0
- package/build/constants/subscription/index.d.ts +2 -0
- package/build/constants/subscription/index.d.ts.map +1 -0
- package/build/constants/transaction/enums/index.d.ts +3 -0
- package/build/constants/transaction/enums/index.d.ts.map +1 -0
- package/build/constants/transaction/enums/transaction-status.enum.d.ts +8 -0
- package/build/constants/transaction/enums/transaction-status.enum.d.ts.map +1 -0
- package/build/constants/transaction/enums/user-balance-status.enum.d.ts +8 -0
- package/build/constants/transaction/enums/user-balance-status.enum.d.ts.map +1 -0
- package/build/constants/transaction/index.d.ts +2 -0
- package/build/constants/transaction/index.d.ts.map +1 -0
- package/build/constants/unregistered-user/enums/index.d.ts +2 -0
- package/build/constants/unregistered-user/enums/index.d.ts.map +1 -0
- package/build/constants/unregistered-user/enums/unregistered-user-status.enum.d.ts +6 -0
- package/build/constants/unregistered-user/enums/unregistered-user-status.enum.d.ts.map +1 -0
- package/build/constants/unregistered-user/index.d.ts +2 -0
- package/build/constants/unregistered-user/index.d.ts.map +1 -0
- package/build/constants/user/enums/index.d.ts +7 -0
- package/build/constants/user/enums/index.d.ts.map +1 -0
- package/build/constants/user/enums/singup-method.enum.d.ts +7 -0
- package/build/constants/user/enums/singup-method.enum.d.ts.map +1 -0
- package/build/constants/user/enums/sort-order.enum.d.ts +5 -0
- package/build/constants/user/enums/sort-order.enum.d.ts.map +1 -0
- package/build/constants/user/enums/user-reaction.enum.d.ts +5 -0
- package/build/constants/user/enums/user-reaction.enum.d.ts.map +1 -0
- package/build/constants/user/enums/user-role.enum.d.ts +8 -0
- package/build/constants/user/enums/user-role.enum.d.ts.map +1 -0
- package/build/constants/user/enums/user-sort-by.enum.d.ts +6 -0
- package/build/constants/user/enums/user-sort-by.enum.d.ts.map +1 -0
- package/build/constants/user/enums/user-status.d.ts +7 -0
- package/build/constants/user/enums/user-status.d.ts.map +1 -0
- package/build/constants/user/index.d.ts +2 -0
- package/build/constants/user/index.d.ts.map +1 -0
- package/build/constants/writer/enums/index.d.ts +9 -0
- package/build/constants/writer/enums/index.d.ts.map +1 -0
- package/build/constants/writer/enums/source-origin.enum.d.ts +5 -0
- package/build/constants/writer/enums/source-origin.enum.d.ts.map +1 -0
- package/build/constants/writer/enums/source-status.enum.d.ts +6 -0
- package/build/constants/writer/enums/source-status.enum.d.ts.map +1 -0
- package/build/constants/writer/enums/source-type.enum.d.ts +5 -0
- package/build/constants/writer/enums/source-type.enum.d.ts.map +1 -0
- package/build/constants/writer/enums/writer-ai-action-pricing-type.enum.d.ts +5 -0
- package/build/constants/writer/enums/writer-ai-action-pricing-type.enum.d.ts.map +1 -0
- package/build/constants/writer/enums/writer-ai-action-type.enum.d.ts +8 -0
- package/build/constants/writer/enums/writer-ai-action-type.enum.d.ts.map +1 -0
- package/build/constants/writer/enums/writer-document-section-type.enum.d.ts +6 -0
- package/build/constants/writer/enums/writer-document-section-type.enum.d.ts.map +1 -0
- package/build/constants/writer/enums/writer-document-stage.enum.d.ts +16 -0
- package/build/constants/writer/enums/writer-document-stage.enum.d.ts.map +1 -0
- package/build/constants/writer/enums/writer-model-status.enum.d.ts +5 -0
- package/build/constants/writer/enums/writer-model-status.enum.d.ts.map +1 -0
- package/build/constants/writer/index.d.ts +2 -0
- package/build/constants/writer/index.d.ts.map +1 -0
- package/build/helpers/index.d.ts +4 -0
- package/build/helpers/index.d.ts.map +1 -0
- package/build/helpers/presentation/calculate-presentation-ai-action-price.util.d.ts +3 -0
- package/build/helpers/presentation/calculate-presentation-ai-action-price.util.d.ts.map +1 -0
- package/build/helpers/presentation/index.d.ts +2 -0
- package/build/helpers/presentation/index.d.ts.map +1 -0
- package/build/helpers/subscription/calc-custom-subscription-price.helper.d.ts +2 -0
- package/build/helpers/subscription/calc-custom-subscription-price.helper.d.ts.map +1 -0
- package/build/helpers/subscription/index.d.ts +2 -0
- package/build/helpers/subscription/index.d.ts.map +1 -0
- package/build/helpers/writer/calculate-page-count.util.d.ts +4 -0
- package/build/helpers/writer/calculate-page-count.util.d.ts.map +1 -0
- package/build/helpers/writer/calculate-writer-ai-action-price.util.d.ts +3 -0
- package/build/helpers/writer/calculate-writer-ai-action-price.util.d.ts.map +1 -0
- package/build/helpers/writer/calculate-writer-content-generation-price.util.d.ts +2 -0
- package/build/helpers/writer/calculate-writer-content-generation-price.util.d.ts.map +1 -0
- package/build/helpers/writer/index.d.ts +4 -0
- package/build/helpers/writer/index.d.ts.map +1 -0
- package/build/index.d.ts +7 -0
- package/build/index.d.ts.map +1 -0
- package/build/models/cloud-payments-receipt.schema.d.ts +113 -0
- package/build/models/cloud-payments-receipt.schema.d.ts.map +1 -0
- package/build/models/file.schema.d.ts +14 -0
- package/build/models/file.schema.d.ts.map +1 -0
- package/build/models/filters.schema.d.ts +16 -0
- package/build/models/filters.schema.d.ts.map +1 -0
- package/build/models/icon-variants.schema.d.ts +12 -0
- package/build/models/icon-variants.schema.d.ts.map +1 -0
- package/build/models/index.d.ts +27 -0
- package/build/models/index.d.ts.map +1 -0
- package/build/models/language.schema.d.ts +9 -0
- package/build/models/language.schema.d.ts.map +1 -0
- package/build/models/order.schema.d.ts +15 -0
- package/build/models/order.schema.d.ts.map +1 -0
- package/build/models/page-question.schema.d.ts +10 -0
- package/build/models/page-question.schema.d.ts.map +1 -0
- package/build/models/page.schema.d.ts +69 -0
- package/build/models/page.schema.d.ts.map +1 -0
- package/build/models/payment-history-item.schema.d.ts +12 -0
- package/build/models/payment-history-item.schema.d.ts.map +1 -0
- package/build/models/payment.schema.d.ts +11 -0
- package/build/models/payment.schema.d.ts.map +1 -0
- package/build/models/presentation/index.d.ts +10 -0
- package/build/models/presentation/index.d.ts.map +1 -0
- package/build/models/presentation/pptx-export-payload.schema.d.ts +742 -0
- package/build/models/presentation/pptx-export-payload.schema.d.ts.map +1 -0
- package/build/models/presentation/presentation-ai-action.schema.d.ts +30 -0
- package/build/models/presentation/presentation-ai-action.schema.d.ts.map +1 -0
- package/build/models/presentation/presentation-config.schema.d.ts +56 -0
- package/build/models/presentation/presentation-config.schema.d.ts.map +1 -0
- package/build/models/presentation/presentation-template.schema.d.ts +12 -0
- package/build/models/presentation/presentation-template.schema.d.ts.map +1 -0
- package/build/models/presentation/presentation-template.schema.js +1 -0
- package/build/models/presentation/presentation-title-page.schema.d.ts +8 -0
- package/build/models/presentation/presentation-title-page.schema.d.ts.map +1 -0
- package/build/models/presentation/presentation.schema.d.ts +218 -0
- package/build/models/presentation/presentation.schema.d.ts.map +1 -0
- package/build/models/presentation/presentation.schema.js +1 -0
- package/build/models/presentation/slide-content-edit.schema.d.ts +260 -0
- package/build/models/presentation/slide-content-edit.schema.d.ts.map +1 -0
- package/build/models/presentation/slide-content-edit.schema.js +2 -0
- package/build/models/presentation/slide-content-type.schema.d.ts +13 -0
- package/build/models/presentation/slide-content-type.schema.d.ts.map +1 -0
- package/build/models/presentation/slide-content.schema.d.ts +401 -0
- package/build/models/presentation/slide-content.schema.d.ts.map +1 -0
- package/build/models/presentation/slide-content.schema.js +5 -1
- package/build/models/presentation/slide-icon-slot.schema.d.ts +13 -0
- package/build/models/presentation/slide-icon-slot.schema.d.ts.map +1 -0
- package/build/models/presentation/slide-image-slot.schema.d.ts +14 -0
- package/build/models/presentation/slide-image-slot.schema.d.ts.map +1 -0
- package/build/models/presentation/slide-outline.schema.d.ts +29 -0
- package/build/models/presentation/slide-outline.schema.d.ts.map +1 -0
- package/build/models/presentation/slide.schema.d.ts +397 -0
- package/build/models/presentation/slide.schema.d.ts.map +1 -0
- package/build/models/product.schema.d.ts +11 -0
- package/build/models/product.schema.d.ts.map +1 -0
- package/build/models/promocode.schema.d.ts +18 -0
- package/build/models/promocode.schema.d.ts.map +1 -0
- package/build/models/referral-bonus.schema.d.ts +17 -0
- package/build/models/referral-bonus.schema.d.ts.map +1 -0
- package/build/models/solving-edu-task/attached-file.schema.d.ts +11 -0
- package/build/models/solving-edu-task/attached-file.schema.d.ts.map +1 -0
- package/build/models/solving-edu-task/index.d.ts +5 -0
- package/build/models/solving-edu-task/index.d.ts.map +1 -0
- package/build/models/solving-edu-task/solving-edu-task-config.schema.d.ts +31 -0
- package/build/models/solving-edu-task/solving-edu-task-config.schema.d.ts.map +1 -0
- package/build/models/solving-edu-task/solving-edu-task-job.schema.d.ts +39 -0
- package/build/models/solving-edu-task/solving-edu-task-job.schema.d.ts.map +1 -0
- package/build/models/solving-edu-task/solving-edu-task-model.schema.d.ts +38 -0
- package/build/models/solving-edu-task/solving-edu-task-model.schema.d.ts.map +1 -0
- package/build/models/subscription-feature.schema.d.ts +11 -0
- package/build/models/subscription-feature.schema.d.ts.map +1 -0
- package/build/models/subscription-upgrade-schema.d.ts +22 -0
- package/build/models/subscription-upgrade-schema.d.ts.map +1 -0
- package/build/models/subscription.schema.d.ts +96 -0
- package/build/models/subscription.schema.d.ts.map +1 -0
- package/build/models/tools/index.d.ts +2 -0
- package/build/models/tools/index.d.ts.map +1 -0
- package/build/models/tools/unified-tool-job.schema.d.ts +16 -0
- package/build/models/tools/unified-tool-job.schema.d.ts.map +1 -0
- package/build/models/unlocked-by-subscription.schema.d.ts +15 -0
- package/build/models/unlocked-by-subscription.schema.d.ts.map +1 -0
- package/build/models/unregistered-user.schema.d.ts +8 -0
- package/build/models/unregistered-user.schema.d.ts.map +1 -0
- package/build/models/user-referrals.schema.d.ts +5 -0
- package/build/models/user-referrals.schema.d.ts.map +1 -0
- package/build/models/user-to-product.schema.d.ts +32 -0
- package/build/models/user-to-product.schema.d.ts.map +1 -0
- package/build/models/user-to-subscription.schema.d.ts +52 -0
- package/build/models/user-to-subscription.schema.d.ts.map +1 -0
- package/build/models/user.schema.d.ts +59 -0
- package/build/models/user.schema.d.ts.map +1 -0
- package/build/models/writer/index.d.ts +7 -0
- package/build/models/writer/index.d.ts.map +1 -0
- package/build/models/writer/writer-ai-action.schema.d.ts +27 -0
- package/build/models/writer/writer-ai-action.schema.d.ts.map +1 -0
- package/build/models/writer/writer-config.schema.d.ts +49 -0
- package/build/models/writer/writer-config.schema.d.ts.map +1 -0
- package/build/models/writer/writer-document-outline.schema.d.ts +22 -0
- package/build/models/writer/writer-document-outline.schema.d.ts.map +1 -0
- package/build/models/writer/writer-document-title-page.schema.d.ts +12 -0
- package/build/models/writer/writer-document-title-page.schema.d.ts.map +1 -0
- package/build/models/writer/writer-document-type.schema.d.ts +21 -0
- package/build/models/writer/writer-document-type.schema.d.ts.map +1 -0
- package/build/models/writer/writer-document.schema.d.ts +41 -0
- package/build/models/writer/writer-document.schema.d.ts.map +1 -0
- package/build/models/writer/writer-model.schema.d.ts +12 -0
- package/build/models/writer/writer-model.schema.d.ts.map +1 -0
- package/build/models/writer-source.schema.d.ts +73 -0
- package/build/models/writer-source.schema.d.ts.map +1 -0
- package/build/queries/index.d.ts +2 -0
- package/build/queries/index.d.ts.map +1 -0
- package/build/queries/page/find-all-page-questions.query.d.ts +15 -0
- package/build/queries/page/find-all-page-questions.query.d.ts.map +1 -0
- package/build/queries/page/find-page-question-by-uuid.query.d.ts +19 -0
- package/build/queries/page/find-page-question-by-uuid.query.d.ts.map +1 -0
- package/build/queries/page/find-page-questions-by-page-id.query.d.ts +19 -0
- package/build/queries/page/find-page-questions-by-page-id.query.d.ts.map +1 -0
- package/build/queries/page/index.d.ts +4 -0
- package/build/queries/page/index.d.ts.map +1 -0
- package/build/queries/tools/find-unified-tool-job-history-full.query.d.ts +75 -0
- package/build/queries/tools/find-unified-tool-job-history-full.query.d.ts.map +1 -0
- package/build/queries/tools/find-unified-tool-job-history.query.d.ts +25 -0
- package/build/queries/tools/find-unified-tool-job-history.query.d.ts.map +1 -0
- package/build/queries/tools/index.d.ts +3 -0
- package/build/queries/tools/index.d.ts.map +1 -0
- package/commands/presentation/create-presentation.command.ts +1 -0
- package/commands/presentation/update-presentation-slides.command.ts +2 -2
- package/constants/errors/errors.ts +5 -0
- package/models/presentation/presentation-template.schema.ts +1 -0
- package/models/presentation/presentation.schema.ts +1 -0
- package/models/presentation/slide-content-edit.schema.ts +3 -0
- package/models/presentation/slide-content.schema.ts +11 -2
- package/package.json +2 -2
- package/tsconfig.json +2 -2
|
@@ -0,0 +1,742 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare enum PPTX_SHAPE_TYPE {
|
|
3
|
+
TEXT_BOX = "text_box",
|
|
4
|
+
PICTURE_BOX = "picture_box",
|
|
5
|
+
CUSTOM_SHAPE = "custom_shape",
|
|
6
|
+
TABLE = "table",
|
|
7
|
+
CHEVRON = "chevron"
|
|
8
|
+
}
|
|
9
|
+
export declare enum PPTX_CHEVRON_DIRECTION {
|
|
10
|
+
RIGHT = "right",
|
|
11
|
+
LEFT = "left",
|
|
12
|
+
UP = "up",
|
|
13
|
+
DOWN = "down"
|
|
14
|
+
}
|
|
15
|
+
export declare enum PPTX_ARROW_TYPE {
|
|
16
|
+
RIGHT = "rightArrow",
|
|
17
|
+
LEFT = "leftArrow",
|
|
18
|
+
UP = "upArrow",
|
|
19
|
+
DOWN = "downArrow"
|
|
20
|
+
}
|
|
21
|
+
export declare enum PPTX_H_ALIGN {
|
|
22
|
+
LEFT = "left",
|
|
23
|
+
CENTER = "center",
|
|
24
|
+
RIGHT = "right",
|
|
25
|
+
JUSTIFY = "justify"
|
|
26
|
+
}
|
|
27
|
+
export declare enum PPTX_V_ALIGN {
|
|
28
|
+
TOP = "top",
|
|
29
|
+
MIDDLE = "middle",
|
|
30
|
+
BOTTOM = "bottom"
|
|
31
|
+
}
|
|
32
|
+
export declare enum PPTX_OBJECT_FIT {
|
|
33
|
+
COVER = "cover",
|
|
34
|
+
CONTAIN = "contain",
|
|
35
|
+
CROP = "crop"
|
|
36
|
+
}
|
|
37
|
+
export declare enum PPTX_BORDER_TYPE {
|
|
38
|
+
SOLID = "solid",
|
|
39
|
+
NONE = "none",
|
|
40
|
+
DASH = "dash"
|
|
41
|
+
}
|
|
42
|
+
export declare enum PPTX_FILL_TYPE {
|
|
43
|
+
SOLID = "solid",
|
|
44
|
+
NONE = "none"
|
|
45
|
+
}
|
|
46
|
+
export declare enum PPTX_SHADOW_TYPE {
|
|
47
|
+
OUTER = "outer",
|
|
48
|
+
INNER = "inner",
|
|
49
|
+
NONE = "none"
|
|
50
|
+
}
|
|
51
|
+
export declare enum PPTX_CUSTOM_SHAPE_TYPE {
|
|
52
|
+
ROUND_RECT = "roundRect"
|
|
53
|
+
}
|
|
54
|
+
export declare const PPTXShadowSchema: z.ZodObject<{
|
|
55
|
+
type: z.ZodEnum<typeof PPTX_SHADOW_TYPE>;
|
|
56
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
57
|
+
color: z.ZodOptional<z.ZodString>;
|
|
58
|
+
blur: z.ZodOptional<z.ZodNumber>;
|
|
59
|
+
angle: z.ZodOptional<z.ZodNumber>;
|
|
60
|
+
offset: z.ZodOptional<z.ZodNumber>;
|
|
61
|
+
rotateWithShape: z.ZodOptional<z.ZodBoolean>;
|
|
62
|
+
}, z.core.$strip>;
|
|
63
|
+
export declare const PPTXFillSchema: z.ZodObject<{
|
|
64
|
+
color: z.ZodString;
|
|
65
|
+
type: z.ZodEnum<typeof PPTX_FILL_TYPE>;
|
|
66
|
+
transparency: z.ZodOptional<z.ZodNumber>;
|
|
67
|
+
alpha: z.ZodOptional<z.ZodNumber>;
|
|
68
|
+
}, z.core.$strip>;
|
|
69
|
+
export declare const PPTXMarginSchema: z.ZodUnion<readonly [z.ZodNumber, z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber, z.ZodNumber], null>]>;
|
|
70
|
+
export type PPTXMargin = z.infer<typeof PPTXMarginSchema>;
|
|
71
|
+
export declare const PPTXPositionSchema: z.ZodObject<{
|
|
72
|
+
height: z.ZodNumber;
|
|
73
|
+
width: z.ZodNumber;
|
|
74
|
+
top: z.ZodNumber;
|
|
75
|
+
left: z.ZodNumber;
|
|
76
|
+
}, z.core.$strip>;
|
|
77
|
+
export type PPTXPosition = z.infer<typeof PPTXPositionSchema>;
|
|
78
|
+
export declare const PPTXFontSchema: z.ZodObject<{
|
|
79
|
+
bold: z.ZodOptional<z.ZodBoolean>;
|
|
80
|
+
color: z.ZodString;
|
|
81
|
+
name: z.ZodString;
|
|
82
|
+
size: z.ZodNumber;
|
|
83
|
+
lineHeight: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
84
|
+
percent: z.ZodNumber;
|
|
85
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
86
|
+
px: z.ZodNumber;
|
|
87
|
+
}, z.core.$strip>]>>;
|
|
88
|
+
}, z.core.$strip>;
|
|
89
|
+
export type PPTXFont = z.infer<typeof PPTXFontSchema>;
|
|
90
|
+
export declare const PPTXParagraphSchema: z.ZodObject<{
|
|
91
|
+
alignment: z.ZodEnum<typeof PPTX_H_ALIGN>;
|
|
92
|
+
font: z.ZodObject<{
|
|
93
|
+
bold: z.ZodOptional<z.ZodBoolean>;
|
|
94
|
+
color: z.ZodString;
|
|
95
|
+
name: z.ZodString;
|
|
96
|
+
size: z.ZodNumber;
|
|
97
|
+
lineHeight: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
98
|
+
percent: z.ZodNumber;
|
|
99
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
100
|
+
px: z.ZodNumber;
|
|
101
|
+
}, z.core.$strip>]>>;
|
|
102
|
+
}, z.core.$strip>;
|
|
103
|
+
valign: z.ZodOptional<z.ZodEnum<typeof PPTX_V_ALIGN>>;
|
|
104
|
+
margin: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber, z.ZodNumber], null>]>>;
|
|
105
|
+
rotate: z.ZodOptional<z.ZodNumber>;
|
|
106
|
+
text: z.ZodString;
|
|
107
|
+
}, z.core.$strip>;
|
|
108
|
+
export type PPTXParagraph = z.infer<typeof PPTXParagraphSchema>;
|
|
109
|
+
export declare const PPTXTextBoxSchema: z.ZodObject<{
|
|
110
|
+
type: z.ZodLiteral<PPTX_SHAPE_TYPE.TEXT_BOX>;
|
|
111
|
+
position: z.ZodObject<{
|
|
112
|
+
height: z.ZodNumber;
|
|
113
|
+
width: z.ZodNumber;
|
|
114
|
+
top: z.ZodNumber;
|
|
115
|
+
left: z.ZodNumber;
|
|
116
|
+
}, z.core.$strip>;
|
|
117
|
+
paragraphs: z.ZodArray<z.ZodObject<{
|
|
118
|
+
alignment: z.ZodEnum<typeof PPTX_H_ALIGN>;
|
|
119
|
+
font: z.ZodObject<{
|
|
120
|
+
bold: z.ZodOptional<z.ZodBoolean>;
|
|
121
|
+
color: z.ZodString;
|
|
122
|
+
name: z.ZodString;
|
|
123
|
+
size: z.ZodNumber;
|
|
124
|
+
lineHeight: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
125
|
+
percent: z.ZodNumber;
|
|
126
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
127
|
+
px: z.ZodNumber;
|
|
128
|
+
}, z.core.$strip>]>>;
|
|
129
|
+
}, z.core.$strip>;
|
|
130
|
+
valign: z.ZodOptional<z.ZodEnum<typeof PPTX_V_ALIGN>>;
|
|
131
|
+
margin: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber, z.ZodNumber], null>]>>;
|
|
132
|
+
rotate: z.ZodOptional<z.ZodNumber>;
|
|
133
|
+
text: z.ZodString;
|
|
134
|
+
}, z.core.$strip>>;
|
|
135
|
+
}, z.core.$strip>;
|
|
136
|
+
export type PPTXTextBox = z.infer<typeof PPTXTextBoxSchema>;
|
|
137
|
+
export declare const PPTXPictureBoxSchema: z.ZodObject<{
|
|
138
|
+
type: z.ZodLiteral<PPTX_SHAPE_TYPE.PICTURE_BOX>;
|
|
139
|
+
position: z.ZodObject<{
|
|
140
|
+
height: z.ZodNumber;
|
|
141
|
+
width: z.ZodNumber;
|
|
142
|
+
top: z.ZodNumber;
|
|
143
|
+
left: z.ZodNumber;
|
|
144
|
+
}, z.core.$strip>;
|
|
145
|
+
borderRadius: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
146
|
+
objectFit: z.ZodEnum<typeof PPTX_OBJECT_FIT>;
|
|
147
|
+
data: z.ZodUnion<readonly [z.ZodObject<{
|
|
148
|
+
base64: z.ZodString;
|
|
149
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
150
|
+
path: z.ZodString;
|
|
151
|
+
}, z.core.$strip>]>;
|
|
152
|
+
}, z.core.$strip>;
|
|
153
|
+
export type PPTXPictureBox = z.infer<typeof PPTXPictureBoxSchema>;
|
|
154
|
+
export declare const PPTXCustomShapeSchema: z.ZodObject<{
|
|
155
|
+
type: z.ZodLiteral<PPTX_SHAPE_TYPE.CUSTOM_SHAPE>;
|
|
156
|
+
customShapeType: z.ZodOptional<z.ZodEnum<typeof PPTX_CUSTOM_SHAPE_TYPE>>;
|
|
157
|
+
position: z.ZodObject<{
|
|
158
|
+
height: z.ZodNumber;
|
|
159
|
+
width: z.ZodNumber;
|
|
160
|
+
top: z.ZodNumber;
|
|
161
|
+
left: z.ZodNumber;
|
|
162
|
+
}, z.core.$strip>;
|
|
163
|
+
borderRadius: z.ZodNumber;
|
|
164
|
+
fill: z.ZodOptional<z.ZodObject<{
|
|
165
|
+
color: z.ZodString;
|
|
166
|
+
type: z.ZodEnum<typeof PPTX_FILL_TYPE>;
|
|
167
|
+
transparency: z.ZodOptional<z.ZodNumber>;
|
|
168
|
+
alpha: z.ZodOptional<z.ZodNumber>;
|
|
169
|
+
}, z.core.$strip>>;
|
|
170
|
+
shadow: z.ZodOptional<z.ZodObject<{
|
|
171
|
+
type: z.ZodEnum<typeof PPTX_SHADOW_TYPE>;
|
|
172
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
173
|
+
color: z.ZodOptional<z.ZodString>;
|
|
174
|
+
blur: z.ZodOptional<z.ZodNumber>;
|
|
175
|
+
angle: z.ZodOptional<z.ZodNumber>;
|
|
176
|
+
offset: z.ZodOptional<z.ZodNumber>;
|
|
177
|
+
rotateWithShape: z.ZodOptional<z.ZodBoolean>;
|
|
178
|
+
}, z.core.$strip>>;
|
|
179
|
+
}, z.core.$strip>;
|
|
180
|
+
export type PPTXCustomShape = z.infer<typeof PPTXCustomShapeSchema>;
|
|
181
|
+
export declare const PPTXTableCellSchema: z.ZodObject<{
|
|
182
|
+
text: z.ZodOptional<z.ZodString>;
|
|
183
|
+
font: z.ZodOptional<z.ZodObject<{
|
|
184
|
+
bold: z.ZodOptional<z.ZodBoolean>;
|
|
185
|
+
color: z.ZodString;
|
|
186
|
+
name: z.ZodString;
|
|
187
|
+
size: z.ZodNumber;
|
|
188
|
+
lineHeight: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
189
|
+
percent: z.ZodNumber;
|
|
190
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
191
|
+
px: z.ZodNumber;
|
|
192
|
+
}, z.core.$strip>]>>;
|
|
193
|
+
}, z.core.$strip>>;
|
|
194
|
+
fill: z.ZodOptional<z.ZodObject<{
|
|
195
|
+
color: z.ZodString;
|
|
196
|
+
type: z.ZodEnum<typeof PPTX_FILL_TYPE>;
|
|
197
|
+
transparency: z.ZodOptional<z.ZodNumber>;
|
|
198
|
+
}, z.core.$strip>>;
|
|
199
|
+
align: z.ZodOptional<z.ZodEnum<typeof PPTX_H_ALIGN>>;
|
|
200
|
+
valign: z.ZodOptional<z.ZodEnum<typeof PPTX_V_ALIGN>>;
|
|
201
|
+
colspan: z.ZodOptional<z.ZodNumber>;
|
|
202
|
+
rowspan: z.ZodOptional<z.ZodNumber>;
|
|
203
|
+
margin: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber, z.ZodNumber], null>]>>;
|
|
204
|
+
}, z.core.$strip>;
|
|
205
|
+
export type PPTXTableCell = z.infer<typeof PPTXTableCellSchema>;
|
|
206
|
+
export declare const PPTXTableRowSchema: z.ZodArray<z.ZodObject<{
|
|
207
|
+
text: z.ZodOptional<z.ZodString>;
|
|
208
|
+
font: z.ZodOptional<z.ZodObject<{
|
|
209
|
+
bold: z.ZodOptional<z.ZodBoolean>;
|
|
210
|
+
color: z.ZodString;
|
|
211
|
+
name: z.ZodString;
|
|
212
|
+
size: z.ZodNumber;
|
|
213
|
+
lineHeight: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
214
|
+
percent: z.ZodNumber;
|
|
215
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
216
|
+
px: z.ZodNumber;
|
|
217
|
+
}, z.core.$strip>]>>;
|
|
218
|
+
}, z.core.$strip>>;
|
|
219
|
+
fill: z.ZodOptional<z.ZodObject<{
|
|
220
|
+
color: z.ZodString;
|
|
221
|
+
type: z.ZodEnum<typeof PPTX_FILL_TYPE>;
|
|
222
|
+
transparency: z.ZodOptional<z.ZodNumber>;
|
|
223
|
+
}, z.core.$strip>>;
|
|
224
|
+
align: z.ZodOptional<z.ZodEnum<typeof PPTX_H_ALIGN>>;
|
|
225
|
+
valign: z.ZodOptional<z.ZodEnum<typeof PPTX_V_ALIGN>>;
|
|
226
|
+
colspan: z.ZodOptional<z.ZodNumber>;
|
|
227
|
+
rowspan: z.ZodOptional<z.ZodNumber>;
|
|
228
|
+
margin: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber, z.ZodNumber], null>]>>;
|
|
229
|
+
}, z.core.$strip>>;
|
|
230
|
+
export type PPTXTableRow = z.infer<typeof PPTXTableRowSchema>;
|
|
231
|
+
export declare const PPTXTableShapeSchema: z.ZodObject<{
|
|
232
|
+
type: z.ZodLiteral<PPTX_SHAPE_TYPE.TABLE>;
|
|
233
|
+
position: z.ZodObject<{
|
|
234
|
+
height: z.ZodNumber;
|
|
235
|
+
width: z.ZodNumber;
|
|
236
|
+
top: z.ZodNumber;
|
|
237
|
+
left: z.ZodNumber;
|
|
238
|
+
}, z.core.$strip>;
|
|
239
|
+
rows: z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
240
|
+
text: z.ZodOptional<z.ZodString>;
|
|
241
|
+
font: z.ZodOptional<z.ZodObject<{
|
|
242
|
+
bold: z.ZodOptional<z.ZodBoolean>;
|
|
243
|
+
color: z.ZodString;
|
|
244
|
+
name: z.ZodString;
|
|
245
|
+
size: z.ZodNumber;
|
|
246
|
+
lineHeight: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
247
|
+
percent: z.ZodNumber;
|
|
248
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
249
|
+
px: z.ZodNumber;
|
|
250
|
+
}, z.core.$strip>]>>;
|
|
251
|
+
}, z.core.$strip>>;
|
|
252
|
+
fill: z.ZodOptional<z.ZodObject<{
|
|
253
|
+
color: z.ZodString;
|
|
254
|
+
type: z.ZodEnum<typeof PPTX_FILL_TYPE>;
|
|
255
|
+
transparency: z.ZodOptional<z.ZodNumber>;
|
|
256
|
+
}, z.core.$strip>>;
|
|
257
|
+
align: z.ZodOptional<z.ZodEnum<typeof PPTX_H_ALIGN>>;
|
|
258
|
+
valign: z.ZodOptional<z.ZodEnum<typeof PPTX_V_ALIGN>>;
|
|
259
|
+
colspan: z.ZodOptional<z.ZodNumber>;
|
|
260
|
+
rowspan: z.ZodOptional<z.ZodNumber>;
|
|
261
|
+
margin: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber, z.ZodNumber], null>]>>;
|
|
262
|
+
}, z.core.$strip>>>;
|
|
263
|
+
columnWidths: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
264
|
+
headerRows: z.ZodOptional<z.ZodNumber>;
|
|
265
|
+
border: z.ZodObject<{
|
|
266
|
+
type: z.ZodEnum<typeof PPTX_BORDER_TYPE>;
|
|
267
|
+
color: z.ZodString;
|
|
268
|
+
px: z.ZodNumber;
|
|
269
|
+
}, z.core.$strip>;
|
|
270
|
+
}, z.core.$strip>;
|
|
271
|
+
export type PPTXTableShape = z.infer<typeof PPTXTableShapeSchema>;
|
|
272
|
+
export declare const PPTXChevronShapeSchema: z.ZodObject<{
|
|
273
|
+
type: z.ZodLiteral<PPTX_SHAPE_TYPE.CHEVRON>;
|
|
274
|
+
direction: z.ZodDefault<z.ZodEnum<typeof PPTX_CHEVRON_DIRECTION>>;
|
|
275
|
+
position: z.ZodObject<{
|
|
276
|
+
height: z.ZodNumber;
|
|
277
|
+
width: z.ZodNumber;
|
|
278
|
+
top: z.ZodNumber;
|
|
279
|
+
left: z.ZodNumber;
|
|
280
|
+
}, z.core.$strip>;
|
|
281
|
+
fill: z.ZodOptional<z.ZodObject<{
|
|
282
|
+
color: z.ZodString;
|
|
283
|
+
type: z.ZodEnum<typeof PPTX_FILL_TYPE>;
|
|
284
|
+
transparency: z.ZodOptional<z.ZodNumber>;
|
|
285
|
+
alpha: z.ZodOptional<z.ZodNumber>;
|
|
286
|
+
}, z.core.$strip>>;
|
|
287
|
+
text: z.ZodOptional<z.ZodString>;
|
|
288
|
+
font: z.ZodOptional<z.ZodObject<{
|
|
289
|
+
bold: z.ZodOptional<z.ZodBoolean>;
|
|
290
|
+
color: z.ZodString;
|
|
291
|
+
name: z.ZodString;
|
|
292
|
+
size: z.ZodNumber;
|
|
293
|
+
lineHeight: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
294
|
+
percent: z.ZodNumber;
|
|
295
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
296
|
+
px: z.ZodNumber;
|
|
297
|
+
}, z.core.$strip>]>>;
|
|
298
|
+
}, z.core.$strip>>;
|
|
299
|
+
align: z.ZodDefault<z.ZodOptional<z.ZodEnum<typeof PPTX_H_ALIGN>>>;
|
|
300
|
+
valign: z.ZodDefault<z.ZodOptional<z.ZodEnum<typeof PPTX_V_ALIGN>>>;
|
|
301
|
+
}, z.core.$strip>;
|
|
302
|
+
export type PPTXChevronShape = z.infer<typeof PPTXChevronShapeSchema>;
|
|
303
|
+
export declare const PPTXShapeSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
304
|
+
type: z.ZodLiteral<PPTX_SHAPE_TYPE.TEXT_BOX>;
|
|
305
|
+
position: z.ZodObject<{
|
|
306
|
+
height: z.ZodNumber;
|
|
307
|
+
width: z.ZodNumber;
|
|
308
|
+
top: z.ZodNumber;
|
|
309
|
+
left: z.ZodNumber;
|
|
310
|
+
}, z.core.$strip>;
|
|
311
|
+
paragraphs: z.ZodArray<z.ZodObject<{
|
|
312
|
+
alignment: z.ZodEnum<typeof PPTX_H_ALIGN>;
|
|
313
|
+
font: z.ZodObject<{
|
|
314
|
+
bold: z.ZodOptional<z.ZodBoolean>;
|
|
315
|
+
color: z.ZodString;
|
|
316
|
+
name: z.ZodString;
|
|
317
|
+
size: z.ZodNumber;
|
|
318
|
+
lineHeight: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
319
|
+
percent: z.ZodNumber;
|
|
320
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
321
|
+
px: z.ZodNumber;
|
|
322
|
+
}, z.core.$strip>]>>;
|
|
323
|
+
}, z.core.$strip>;
|
|
324
|
+
valign: z.ZodOptional<z.ZodEnum<typeof PPTX_V_ALIGN>>;
|
|
325
|
+
margin: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber, z.ZodNumber], null>]>>;
|
|
326
|
+
rotate: z.ZodOptional<z.ZodNumber>;
|
|
327
|
+
text: z.ZodString;
|
|
328
|
+
}, z.core.$strip>>;
|
|
329
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
330
|
+
type: z.ZodLiteral<PPTX_SHAPE_TYPE.PICTURE_BOX>;
|
|
331
|
+
position: z.ZodObject<{
|
|
332
|
+
height: z.ZodNumber;
|
|
333
|
+
width: z.ZodNumber;
|
|
334
|
+
top: z.ZodNumber;
|
|
335
|
+
left: z.ZodNumber;
|
|
336
|
+
}, z.core.$strip>;
|
|
337
|
+
borderRadius: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
338
|
+
objectFit: z.ZodEnum<typeof PPTX_OBJECT_FIT>;
|
|
339
|
+
data: z.ZodUnion<readonly [z.ZodObject<{
|
|
340
|
+
base64: z.ZodString;
|
|
341
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
342
|
+
path: z.ZodString;
|
|
343
|
+
}, z.core.$strip>]>;
|
|
344
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
345
|
+
type: z.ZodLiteral<PPTX_SHAPE_TYPE.CUSTOM_SHAPE>;
|
|
346
|
+
customShapeType: z.ZodOptional<z.ZodEnum<typeof PPTX_CUSTOM_SHAPE_TYPE>>;
|
|
347
|
+
position: z.ZodObject<{
|
|
348
|
+
height: z.ZodNumber;
|
|
349
|
+
width: z.ZodNumber;
|
|
350
|
+
top: z.ZodNumber;
|
|
351
|
+
left: z.ZodNumber;
|
|
352
|
+
}, z.core.$strip>;
|
|
353
|
+
borderRadius: z.ZodNumber;
|
|
354
|
+
fill: z.ZodOptional<z.ZodObject<{
|
|
355
|
+
color: z.ZodString;
|
|
356
|
+
type: z.ZodEnum<typeof PPTX_FILL_TYPE>;
|
|
357
|
+
transparency: z.ZodOptional<z.ZodNumber>;
|
|
358
|
+
alpha: z.ZodOptional<z.ZodNumber>;
|
|
359
|
+
}, z.core.$strip>>;
|
|
360
|
+
shadow: z.ZodOptional<z.ZodObject<{
|
|
361
|
+
type: z.ZodEnum<typeof PPTX_SHADOW_TYPE>;
|
|
362
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
363
|
+
color: z.ZodOptional<z.ZodString>;
|
|
364
|
+
blur: z.ZodOptional<z.ZodNumber>;
|
|
365
|
+
angle: z.ZodOptional<z.ZodNumber>;
|
|
366
|
+
offset: z.ZodOptional<z.ZodNumber>;
|
|
367
|
+
rotateWithShape: z.ZodOptional<z.ZodBoolean>;
|
|
368
|
+
}, z.core.$strip>>;
|
|
369
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
370
|
+
type: z.ZodLiteral<PPTX_SHAPE_TYPE.TABLE>;
|
|
371
|
+
position: z.ZodObject<{
|
|
372
|
+
height: z.ZodNumber;
|
|
373
|
+
width: z.ZodNumber;
|
|
374
|
+
top: z.ZodNumber;
|
|
375
|
+
left: z.ZodNumber;
|
|
376
|
+
}, z.core.$strip>;
|
|
377
|
+
rows: z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
378
|
+
text: z.ZodOptional<z.ZodString>;
|
|
379
|
+
font: z.ZodOptional<z.ZodObject<{
|
|
380
|
+
bold: z.ZodOptional<z.ZodBoolean>;
|
|
381
|
+
color: z.ZodString;
|
|
382
|
+
name: z.ZodString;
|
|
383
|
+
size: z.ZodNumber;
|
|
384
|
+
lineHeight: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
385
|
+
percent: z.ZodNumber;
|
|
386
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
387
|
+
px: z.ZodNumber;
|
|
388
|
+
}, z.core.$strip>]>>;
|
|
389
|
+
}, z.core.$strip>>;
|
|
390
|
+
fill: z.ZodOptional<z.ZodObject<{
|
|
391
|
+
color: z.ZodString;
|
|
392
|
+
type: z.ZodEnum<typeof PPTX_FILL_TYPE>;
|
|
393
|
+
transparency: z.ZodOptional<z.ZodNumber>;
|
|
394
|
+
}, z.core.$strip>>;
|
|
395
|
+
align: z.ZodOptional<z.ZodEnum<typeof PPTX_H_ALIGN>>;
|
|
396
|
+
valign: z.ZodOptional<z.ZodEnum<typeof PPTX_V_ALIGN>>;
|
|
397
|
+
colspan: z.ZodOptional<z.ZodNumber>;
|
|
398
|
+
rowspan: z.ZodOptional<z.ZodNumber>;
|
|
399
|
+
margin: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber, z.ZodNumber], null>]>>;
|
|
400
|
+
}, z.core.$strip>>>;
|
|
401
|
+
columnWidths: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
402
|
+
headerRows: z.ZodOptional<z.ZodNumber>;
|
|
403
|
+
border: z.ZodObject<{
|
|
404
|
+
type: z.ZodEnum<typeof PPTX_BORDER_TYPE>;
|
|
405
|
+
color: z.ZodString;
|
|
406
|
+
px: z.ZodNumber;
|
|
407
|
+
}, z.core.$strip>;
|
|
408
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
409
|
+
type: z.ZodLiteral<PPTX_SHAPE_TYPE.CHEVRON>;
|
|
410
|
+
direction: z.ZodDefault<z.ZodEnum<typeof PPTX_CHEVRON_DIRECTION>>;
|
|
411
|
+
position: z.ZodObject<{
|
|
412
|
+
height: z.ZodNumber;
|
|
413
|
+
width: z.ZodNumber;
|
|
414
|
+
top: z.ZodNumber;
|
|
415
|
+
left: z.ZodNumber;
|
|
416
|
+
}, z.core.$strip>;
|
|
417
|
+
fill: z.ZodOptional<z.ZodObject<{
|
|
418
|
+
color: z.ZodString;
|
|
419
|
+
type: z.ZodEnum<typeof PPTX_FILL_TYPE>;
|
|
420
|
+
transparency: z.ZodOptional<z.ZodNumber>;
|
|
421
|
+
alpha: z.ZodOptional<z.ZodNumber>;
|
|
422
|
+
}, z.core.$strip>>;
|
|
423
|
+
text: z.ZodOptional<z.ZodString>;
|
|
424
|
+
font: z.ZodOptional<z.ZodObject<{
|
|
425
|
+
bold: z.ZodOptional<z.ZodBoolean>;
|
|
426
|
+
color: z.ZodString;
|
|
427
|
+
name: z.ZodString;
|
|
428
|
+
size: z.ZodNumber;
|
|
429
|
+
lineHeight: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
430
|
+
percent: z.ZodNumber;
|
|
431
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
432
|
+
px: z.ZodNumber;
|
|
433
|
+
}, z.core.$strip>]>>;
|
|
434
|
+
}, z.core.$strip>>;
|
|
435
|
+
align: z.ZodDefault<z.ZodOptional<z.ZodEnum<typeof PPTX_H_ALIGN>>>;
|
|
436
|
+
valign: z.ZodDefault<z.ZodOptional<z.ZodEnum<typeof PPTX_V_ALIGN>>>;
|
|
437
|
+
}, z.core.$strip>], "type">;
|
|
438
|
+
export type PPTXShape = z.infer<typeof PPTXShapeSchema>;
|
|
439
|
+
export declare const SlideBackground: z.ZodUnion<readonly [z.ZodObject<{
|
|
440
|
+
color: z.ZodString;
|
|
441
|
+
type: z.ZodEnum<typeof PPTX_FILL_TYPE>;
|
|
442
|
+
transparency: z.ZodOptional<z.ZodNumber>;
|
|
443
|
+
alpha: z.ZodOptional<z.ZodNumber>;
|
|
444
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
445
|
+
path: z.ZodString;
|
|
446
|
+
}, z.core.$strip>]>;
|
|
447
|
+
export type SlideBackground = z.infer<typeof SlideBackground>;
|
|
448
|
+
export declare const PPTXSlideSchema: z.ZodObject<{
|
|
449
|
+
background: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
450
|
+
color: z.ZodString;
|
|
451
|
+
type: z.ZodEnum<typeof PPTX_FILL_TYPE>;
|
|
452
|
+
transparency: z.ZodOptional<z.ZodNumber>;
|
|
453
|
+
alpha: z.ZodOptional<z.ZodNumber>;
|
|
454
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
455
|
+
path: z.ZodString;
|
|
456
|
+
}, z.core.$strip>]>>;
|
|
457
|
+
shapes: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
458
|
+
type: z.ZodLiteral<PPTX_SHAPE_TYPE.TEXT_BOX>;
|
|
459
|
+
position: z.ZodObject<{
|
|
460
|
+
height: z.ZodNumber;
|
|
461
|
+
width: z.ZodNumber;
|
|
462
|
+
top: z.ZodNumber;
|
|
463
|
+
left: z.ZodNumber;
|
|
464
|
+
}, z.core.$strip>;
|
|
465
|
+
paragraphs: z.ZodArray<z.ZodObject<{
|
|
466
|
+
alignment: z.ZodEnum<typeof PPTX_H_ALIGN>;
|
|
467
|
+
font: z.ZodObject<{
|
|
468
|
+
bold: z.ZodOptional<z.ZodBoolean>;
|
|
469
|
+
color: z.ZodString;
|
|
470
|
+
name: z.ZodString;
|
|
471
|
+
size: z.ZodNumber;
|
|
472
|
+
lineHeight: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
473
|
+
percent: z.ZodNumber;
|
|
474
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
475
|
+
px: z.ZodNumber;
|
|
476
|
+
}, z.core.$strip>]>>;
|
|
477
|
+
}, z.core.$strip>;
|
|
478
|
+
valign: z.ZodOptional<z.ZodEnum<typeof PPTX_V_ALIGN>>;
|
|
479
|
+
margin: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber, z.ZodNumber], null>]>>;
|
|
480
|
+
rotate: z.ZodOptional<z.ZodNumber>;
|
|
481
|
+
text: z.ZodString;
|
|
482
|
+
}, z.core.$strip>>;
|
|
483
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
484
|
+
type: z.ZodLiteral<PPTX_SHAPE_TYPE.PICTURE_BOX>;
|
|
485
|
+
position: z.ZodObject<{
|
|
486
|
+
height: z.ZodNumber;
|
|
487
|
+
width: z.ZodNumber;
|
|
488
|
+
top: z.ZodNumber;
|
|
489
|
+
left: z.ZodNumber;
|
|
490
|
+
}, z.core.$strip>;
|
|
491
|
+
borderRadius: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
492
|
+
objectFit: z.ZodEnum<typeof PPTX_OBJECT_FIT>;
|
|
493
|
+
data: z.ZodUnion<readonly [z.ZodObject<{
|
|
494
|
+
base64: z.ZodString;
|
|
495
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
496
|
+
path: z.ZodString;
|
|
497
|
+
}, z.core.$strip>]>;
|
|
498
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
499
|
+
type: z.ZodLiteral<PPTX_SHAPE_TYPE.CUSTOM_SHAPE>;
|
|
500
|
+
customShapeType: z.ZodOptional<z.ZodEnum<typeof PPTX_CUSTOM_SHAPE_TYPE>>;
|
|
501
|
+
position: z.ZodObject<{
|
|
502
|
+
height: z.ZodNumber;
|
|
503
|
+
width: z.ZodNumber;
|
|
504
|
+
top: z.ZodNumber;
|
|
505
|
+
left: z.ZodNumber;
|
|
506
|
+
}, z.core.$strip>;
|
|
507
|
+
borderRadius: z.ZodNumber;
|
|
508
|
+
fill: z.ZodOptional<z.ZodObject<{
|
|
509
|
+
color: z.ZodString;
|
|
510
|
+
type: z.ZodEnum<typeof PPTX_FILL_TYPE>;
|
|
511
|
+
transparency: z.ZodOptional<z.ZodNumber>;
|
|
512
|
+
alpha: z.ZodOptional<z.ZodNumber>;
|
|
513
|
+
}, z.core.$strip>>;
|
|
514
|
+
shadow: z.ZodOptional<z.ZodObject<{
|
|
515
|
+
type: z.ZodEnum<typeof PPTX_SHADOW_TYPE>;
|
|
516
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
517
|
+
color: z.ZodOptional<z.ZodString>;
|
|
518
|
+
blur: z.ZodOptional<z.ZodNumber>;
|
|
519
|
+
angle: z.ZodOptional<z.ZodNumber>;
|
|
520
|
+
offset: z.ZodOptional<z.ZodNumber>;
|
|
521
|
+
rotateWithShape: z.ZodOptional<z.ZodBoolean>;
|
|
522
|
+
}, z.core.$strip>>;
|
|
523
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
524
|
+
type: z.ZodLiteral<PPTX_SHAPE_TYPE.TABLE>;
|
|
525
|
+
position: z.ZodObject<{
|
|
526
|
+
height: z.ZodNumber;
|
|
527
|
+
width: z.ZodNumber;
|
|
528
|
+
top: z.ZodNumber;
|
|
529
|
+
left: z.ZodNumber;
|
|
530
|
+
}, z.core.$strip>;
|
|
531
|
+
rows: z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
532
|
+
text: z.ZodOptional<z.ZodString>;
|
|
533
|
+
font: z.ZodOptional<z.ZodObject<{
|
|
534
|
+
bold: z.ZodOptional<z.ZodBoolean>;
|
|
535
|
+
color: z.ZodString;
|
|
536
|
+
name: z.ZodString;
|
|
537
|
+
size: z.ZodNumber;
|
|
538
|
+
lineHeight: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
539
|
+
percent: z.ZodNumber;
|
|
540
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
541
|
+
px: z.ZodNumber;
|
|
542
|
+
}, z.core.$strip>]>>;
|
|
543
|
+
}, z.core.$strip>>;
|
|
544
|
+
fill: z.ZodOptional<z.ZodObject<{
|
|
545
|
+
color: z.ZodString;
|
|
546
|
+
type: z.ZodEnum<typeof PPTX_FILL_TYPE>;
|
|
547
|
+
transparency: z.ZodOptional<z.ZodNumber>;
|
|
548
|
+
}, z.core.$strip>>;
|
|
549
|
+
align: z.ZodOptional<z.ZodEnum<typeof PPTX_H_ALIGN>>;
|
|
550
|
+
valign: z.ZodOptional<z.ZodEnum<typeof PPTX_V_ALIGN>>;
|
|
551
|
+
colspan: z.ZodOptional<z.ZodNumber>;
|
|
552
|
+
rowspan: z.ZodOptional<z.ZodNumber>;
|
|
553
|
+
margin: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber, z.ZodNumber], null>]>>;
|
|
554
|
+
}, z.core.$strip>>>;
|
|
555
|
+
columnWidths: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
556
|
+
headerRows: z.ZodOptional<z.ZodNumber>;
|
|
557
|
+
border: z.ZodObject<{
|
|
558
|
+
type: z.ZodEnum<typeof PPTX_BORDER_TYPE>;
|
|
559
|
+
color: z.ZodString;
|
|
560
|
+
px: z.ZodNumber;
|
|
561
|
+
}, z.core.$strip>;
|
|
562
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
563
|
+
type: z.ZodLiteral<PPTX_SHAPE_TYPE.CHEVRON>;
|
|
564
|
+
direction: z.ZodDefault<z.ZodEnum<typeof PPTX_CHEVRON_DIRECTION>>;
|
|
565
|
+
position: z.ZodObject<{
|
|
566
|
+
height: z.ZodNumber;
|
|
567
|
+
width: z.ZodNumber;
|
|
568
|
+
top: z.ZodNumber;
|
|
569
|
+
left: z.ZodNumber;
|
|
570
|
+
}, z.core.$strip>;
|
|
571
|
+
fill: z.ZodOptional<z.ZodObject<{
|
|
572
|
+
color: z.ZodString;
|
|
573
|
+
type: z.ZodEnum<typeof PPTX_FILL_TYPE>;
|
|
574
|
+
transparency: z.ZodOptional<z.ZodNumber>;
|
|
575
|
+
alpha: z.ZodOptional<z.ZodNumber>;
|
|
576
|
+
}, z.core.$strip>>;
|
|
577
|
+
text: z.ZodOptional<z.ZodString>;
|
|
578
|
+
font: z.ZodOptional<z.ZodObject<{
|
|
579
|
+
bold: z.ZodOptional<z.ZodBoolean>;
|
|
580
|
+
color: z.ZodString;
|
|
581
|
+
name: z.ZodString;
|
|
582
|
+
size: z.ZodNumber;
|
|
583
|
+
lineHeight: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
584
|
+
percent: z.ZodNumber;
|
|
585
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
586
|
+
px: z.ZodNumber;
|
|
587
|
+
}, z.core.$strip>]>>;
|
|
588
|
+
}, z.core.$strip>>;
|
|
589
|
+
align: z.ZodDefault<z.ZodOptional<z.ZodEnum<typeof PPTX_H_ALIGN>>>;
|
|
590
|
+
valign: z.ZodDefault<z.ZodOptional<z.ZodEnum<typeof PPTX_V_ALIGN>>>;
|
|
591
|
+
}, z.core.$strip>], "type">>;
|
|
592
|
+
}, z.core.$strip>;
|
|
593
|
+
export type PPTXSlide = z.infer<typeof PPTXSlideSchema>;
|
|
594
|
+
export declare const PPTXExportPayloadSchema: z.ZodObject<{
|
|
595
|
+
slides: z.ZodArray<z.ZodObject<{
|
|
596
|
+
background: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
597
|
+
color: z.ZodString;
|
|
598
|
+
type: z.ZodEnum<typeof PPTX_FILL_TYPE>;
|
|
599
|
+
transparency: z.ZodOptional<z.ZodNumber>;
|
|
600
|
+
alpha: z.ZodOptional<z.ZodNumber>;
|
|
601
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
602
|
+
path: z.ZodString;
|
|
603
|
+
}, z.core.$strip>]>>;
|
|
604
|
+
shapes: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
605
|
+
type: z.ZodLiteral<PPTX_SHAPE_TYPE.TEXT_BOX>;
|
|
606
|
+
position: z.ZodObject<{
|
|
607
|
+
height: z.ZodNumber;
|
|
608
|
+
width: z.ZodNumber;
|
|
609
|
+
top: z.ZodNumber;
|
|
610
|
+
left: z.ZodNumber;
|
|
611
|
+
}, z.core.$strip>;
|
|
612
|
+
paragraphs: z.ZodArray<z.ZodObject<{
|
|
613
|
+
alignment: z.ZodEnum<typeof PPTX_H_ALIGN>;
|
|
614
|
+
font: z.ZodObject<{
|
|
615
|
+
bold: z.ZodOptional<z.ZodBoolean>;
|
|
616
|
+
color: z.ZodString;
|
|
617
|
+
name: z.ZodString;
|
|
618
|
+
size: z.ZodNumber;
|
|
619
|
+
lineHeight: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
620
|
+
percent: z.ZodNumber;
|
|
621
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
622
|
+
px: z.ZodNumber;
|
|
623
|
+
}, z.core.$strip>]>>;
|
|
624
|
+
}, z.core.$strip>;
|
|
625
|
+
valign: z.ZodOptional<z.ZodEnum<typeof PPTX_V_ALIGN>>;
|
|
626
|
+
margin: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber, z.ZodNumber], null>]>>;
|
|
627
|
+
rotate: z.ZodOptional<z.ZodNumber>;
|
|
628
|
+
text: z.ZodString;
|
|
629
|
+
}, z.core.$strip>>;
|
|
630
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
631
|
+
type: z.ZodLiteral<PPTX_SHAPE_TYPE.PICTURE_BOX>;
|
|
632
|
+
position: z.ZodObject<{
|
|
633
|
+
height: z.ZodNumber;
|
|
634
|
+
width: z.ZodNumber;
|
|
635
|
+
top: z.ZodNumber;
|
|
636
|
+
left: z.ZodNumber;
|
|
637
|
+
}, z.core.$strip>;
|
|
638
|
+
borderRadius: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
639
|
+
objectFit: z.ZodEnum<typeof PPTX_OBJECT_FIT>;
|
|
640
|
+
data: z.ZodUnion<readonly [z.ZodObject<{
|
|
641
|
+
base64: z.ZodString;
|
|
642
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
643
|
+
path: z.ZodString;
|
|
644
|
+
}, z.core.$strip>]>;
|
|
645
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
646
|
+
type: z.ZodLiteral<PPTX_SHAPE_TYPE.CUSTOM_SHAPE>;
|
|
647
|
+
customShapeType: z.ZodOptional<z.ZodEnum<typeof PPTX_CUSTOM_SHAPE_TYPE>>;
|
|
648
|
+
position: z.ZodObject<{
|
|
649
|
+
height: z.ZodNumber;
|
|
650
|
+
width: z.ZodNumber;
|
|
651
|
+
top: z.ZodNumber;
|
|
652
|
+
left: z.ZodNumber;
|
|
653
|
+
}, z.core.$strip>;
|
|
654
|
+
borderRadius: z.ZodNumber;
|
|
655
|
+
fill: z.ZodOptional<z.ZodObject<{
|
|
656
|
+
color: z.ZodString;
|
|
657
|
+
type: z.ZodEnum<typeof PPTX_FILL_TYPE>;
|
|
658
|
+
transparency: z.ZodOptional<z.ZodNumber>;
|
|
659
|
+
alpha: z.ZodOptional<z.ZodNumber>;
|
|
660
|
+
}, z.core.$strip>>;
|
|
661
|
+
shadow: z.ZodOptional<z.ZodObject<{
|
|
662
|
+
type: z.ZodEnum<typeof PPTX_SHADOW_TYPE>;
|
|
663
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
664
|
+
color: z.ZodOptional<z.ZodString>;
|
|
665
|
+
blur: z.ZodOptional<z.ZodNumber>;
|
|
666
|
+
angle: z.ZodOptional<z.ZodNumber>;
|
|
667
|
+
offset: z.ZodOptional<z.ZodNumber>;
|
|
668
|
+
rotateWithShape: z.ZodOptional<z.ZodBoolean>;
|
|
669
|
+
}, z.core.$strip>>;
|
|
670
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
671
|
+
type: z.ZodLiteral<PPTX_SHAPE_TYPE.TABLE>;
|
|
672
|
+
position: z.ZodObject<{
|
|
673
|
+
height: z.ZodNumber;
|
|
674
|
+
width: z.ZodNumber;
|
|
675
|
+
top: z.ZodNumber;
|
|
676
|
+
left: z.ZodNumber;
|
|
677
|
+
}, z.core.$strip>;
|
|
678
|
+
rows: z.ZodArray<z.ZodArray<z.ZodObject<{
|
|
679
|
+
text: z.ZodOptional<z.ZodString>;
|
|
680
|
+
font: z.ZodOptional<z.ZodObject<{
|
|
681
|
+
bold: z.ZodOptional<z.ZodBoolean>;
|
|
682
|
+
color: z.ZodString;
|
|
683
|
+
name: z.ZodString;
|
|
684
|
+
size: z.ZodNumber;
|
|
685
|
+
lineHeight: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
686
|
+
percent: z.ZodNumber;
|
|
687
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
688
|
+
px: z.ZodNumber;
|
|
689
|
+
}, z.core.$strip>]>>;
|
|
690
|
+
}, z.core.$strip>>;
|
|
691
|
+
fill: z.ZodOptional<z.ZodObject<{
|
|
692
|
+
color: z.ZodString;
|
|
693
|
+
type: z.ZodEnum<typeof PPTX_FILL_TYPE>;
|
|
694
|
+
transparency: z.ZodOptional<z.ZodNumber>;
|
|
695
|
+
}, z.core.$strip>>;
|
|
696
|
+
align: z.ZodOptional<z.ZodEnum<typeof PPTX_H_ALIGN>>;
|
|
697
|
+
valign: z.ZodOptional<z.ZodEnum<typeof PPTX_V_ALIGN>>;
|
|
698
|
+
colspan: z.ZodOptional<z.ZodNumber>;
|
|
699
|
+
rowspan: z.ZodOptional<z.ZodNumber>;
|
|
700
|
+
margin: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber, z.ZodNumber], null>]>>;
|
|
701
|
+
}, z.core.$strip>>>;
|
|
702
|
+
columnWidths: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
703
|
+
headerRows: z.ZodOptional<z.ZodNumber>;
|
|
704
|
+
border: z.ZodObject<{
|
|
705
|
+
type: z.ZodEnum<typeof PPTX_BORDER_TYPE>;
|
|
706
|
+
color: z.ZodString;
|
|
707
|
+
px: z.ZodNumber;
|
|
708
|
+
}, z.core.$strip>;
|
|
709
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
710
|
+
type: z.ZodLiteral<PPTX_SHAPE_TYPE.CHEVRON>;
|
|
711
|
+
direction: z.ZodDefault<z.ZodEnum<typeof PPTX_CHEVRON_DIRECTION>>;
|
|
712
|
+
position: z.ZodObject<{
|
|
713
|
+
height: z.ZodNumber;
|
|
714
|
+
width: z.ZodNumber;
|
|
715
|
+
top: z.ZodNumber;
|
|
716
|
+
left: z.ZodNumber;
|
|
717
|
+
}, z.core.$strip>;
|
|
718
|
+
fill: z.ZodOptional<z.ZodObject<{
|
|
719
|
+
color: z.ZodString;
|
|
720
|
+
type: z.ZodEnum<typeof PPTX_FILL_TYPE>;
|
|
721
|
+
transparency: z.ZodOptional<z.ZodNumber>;
|
|
722
|
+
alpha: z.ZodOptional<z.ZodNumber>;
|
|
723
|
+
}, z.core.$strip>>;
|
|
724
|
+
text: z.ZodOptional<z.ZodString>;
|
|
725
|
+
font: z.ZodOptional<z.ZodObject<{
|
|
726
|
+
bold: z.ZodOptional<z.ZodBoolean>;
|
|
727
|
+
color: z.ZodString;
|
|
728
|
+
name: z.ZodString;
|
|
729
|
+
size: z.ZodNumber;
|
|
730
|
+
lineHeight: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
731
|
+
percent: z.ZodNumber;
|
|
732
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
733
|
+
px: z.ZodNumber;
|
|
734
|
+
}, z.core.$strip>]>>;
|
|
735
|
+
}, z.core.$strip>>;
|
|
736
|
+
align: z.ZodDefault<z.ZodOptional<z.ZodEnum<typeof PPTX_H_ALIGN>>>;
|
|
737
|
+
valign: z.ZodDefault<z.ZodOptional<z.ZodEnum<typeof PPTX_V_ALIGN>>>;
|
|
738
|
+
}, z.core.$strip>], "type">>;
|
|
739
|
+
}, z.core.$strip>>;
|
|
740
|
+
}, z.core.$strip>;
|
|
741
|
+
export type PPTXExportPayload = z.infer<typeof PPTXExportPayloadSchema>;
|
|
742
|
+
//# sourceMappingURL=pptx-export-payload.schema.d.ts.map
|