@purpleschool/student-works 1.4.0 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/api/controller/http/auth.d.ts +15 -0
- package/build/api/controller/http/auth.d.ts.map +1 -0
- package/build/api/controller/http/cloud-payments.d.ts +5 -0
- package/build/api/controller/http/cloud-payments.d.ts.map +1 -0
- package/build/api/controller/http/files.d.ts +8 -0
- package/build/api/controller/http/files.d.ts.map +1 -0
- package/build/api/controller/http/index.d.ts +20 -0
- package/build/api/controller/http/index.d.ts.map +1 -0
- package/build/api/controller/http/page-question.d.ts +9 -0
- package/build/api/controller/http/page-question.d.ts.map +1 -0
- package/build/api/controller/http/page.d.ts +12 -0
- package/build/api/controller/http/page.d.ts.map +1 -0
- package/build/api/controller/http/payment.d.ts +5 -0
- package/build/api/controller/http/payment.d.ts.map +1 -0
- package/build/api/controller/http/presentation.d.ts +32 -0
- package/build/api/controller/http/presentation.d.ts.map +1 -0
- package/build/api/controller/http/product.d.ts +10 -0
- package/build/api/controller/http/product.d.ts.map +1 -0
- package/build/api/controller/http/promocode.d.ts +9 -0
- package/build/api/controller/http/promocode.d.ts.map +1 -0
- package/build/api/controller/http/referral.d.ts +7 -0
- package/build/api/controller/http/referral.d.ts.map +1 -0
- package/build/api/controller/http/solving-edu-task.d.ts +14 -0
- package/build/api/controller/http/solving-edu-task.d.ts.map +1 -0
- package/build/api/controller/http/subscription.d.ts +13 -0
- package/build/api/controller/http/subscription.d.ts.map +1 -0
- package/build/api/controller/http/tools.d.ts +7 -0
- package/build/api/controller/http/tools.d.ts.map +1 -0
- package/build/api/controller/http/unregistered-user.d.ts +2 -0
- package/build/api/controller/http/unregistered-user.d.ts.map +1 -0
- package/build/api/controller/http/user-balance.d.ts +6 -0
- package/build/api/controller/http/user-balance.d.ts.map +1 -0
- package/build/api/controller/http/user-to-product.d.ts +6 -0
- package/build/api/controller/http/user-to-product.d.ts.map +1 -0
- package/build/api/controller/http/user-to-subscription.d.ts +6 -0
- package/build/api/controller/http/user-to-subscription.d.ts.map +1 -0
- package/build/api/controller/http/user.d.ts +13 -0
- package/build/api/controller/http/user.d.ts.map +1 -0
- package/build/api/controller/http/writer.d.ts +29 -0
- package/build/api/controller/http/writer.d.ts.map +1 -0
- package/build/api/controller/index.d.ts +2 -0
- package/build/api/controller/index.d.ts.map +1 -0
- package/build/api/controller/user-balance.controller.d.ts +6 -0
- package/build/api/controller/user-balance.controller.d.ts.map +1 -0
- package/build/api/index.d.ts +3 -0
- package/build/api/index.d.ts.map +1 -0
- package/build/api/routes.d.ts +231 -0
- package/build/api/routes.d.ts.map +1 -0
- package/build/commands/account-merge/index.d.ts +2 -0
- package/build/commands/account-merge/index.d.ts.map +1 -0
- package/build/commands/account-merge/merge-account.command.d.ts +15 -0
- package/build/commands/account-merge/merge-account.command.d.ts.map +1 -0
- package/build/commands/auth/change-password.command.d.ts +15 -0
- package/build/commands/auth/change-password.command.d.ts.map +1 -0
- package/build/commands/auth/create-user.command.d.ts +14 -0
- package/build/commands/auth/create-user.command.d.ts.map +1 -0
- package/build/commands/auth/index.d.ts +11 -0
- package/build/commands/auth/index.d.ts.map +1 -0
- package/build/commands/auth/login.command.d.ts +15 -0
- package/build/commands/auth/login.command.d.ts.map +1 -0
- package/build/commands/auth/register-user.command.d.ts +17 -0
- package/build/commands/auth/register-user.command.d.ts.map +1 -0
- package/build/commands/auth/reset-password.command.d.ts +16 -0
- package/build/commands/auth/reset-password.command.d.ts.map +1 -0
- package/build/commands/auth/restore-password.command.d.ts +14 -0
- package/build/commands/auth/restore-password.command.d.ts.map +1 -0
- package/build/commands/auth/verify-email-retry.command.d.ts +8 -0
- package/build/commands/auth/verify-email-retry.command.d.ts.map +1 -0
- package/build/commands/auth/verify-email.command.d.ts +11 -0
- package/build/commands/auth/verify-email.command.d.ts.map +1 -0
- package/build/commands/auth/vk-login.command.d.ts +19 -0
- package/build/commands/auth/vk-login.command.d.ts.map +1 -0
- package/build/commands/auth/yandex-login.command.d.ts +17 -0
- package/build/commands/auth/yandex-login.command.d.ts.map +1 -0
- package/build/commands/files/delete-user-file.command.d.ts +9 -0
- package/build/commands/files/delete-user-file.command.d.ts.map +1 -0
- package/build/commands/files/index.d.ts +3 -0
- package/build/commands/files/index.d.ts.map +1 -0
- package/build/commands/files/upload.command.d.ts +20 -0
- package/build/commands/files/upload.command.d.ts.map +1 -0
- package/build/commands/index.d.ts +18 -0
- package/build/commands/index.d.ts.map +1 -0
- package/build/commands/page/create-page-question.command.d.ts +21 -0
- package/build/commands/page/create-page-question.command.d.ts.map +1 -0
- package/build/commands/page/create-page.command.d.ts +45 -0
- package/build/commands/page/create-page.command.d.ts.map +1 -0
- package/build/commands/page/delete-page-question.command.d.ts +10 -0
- package/build/commands/page/delete-page-question.command.d.ts.map +1 -0
- package/build/commands/page/delete-page.command.d.ts +10 -0
- package/build/commands/page/delete-page.command.d.ts.map +1 -0
- package/build/commands/page/find-page-by-alias.command.d.ts +101 -0
- package/build/commands/page/find-page-by-alias.command.d.ts.map +1 -0
- package/build/commands/page/find-page-by-criteria.command.d.ts +47 -0
- package/build/commands/page/find-page-by-criteria.command.d.ts.map +1 -0
- package/build/commands/page/find-page.command.d.ts +70 -0
- package/build/commands/page/find-page.command.d.ts.map +1 -0
- package/build/commands/page/index.d.ts +10 -0
- package/build/commands/page/index.d.ts.map +1 -0
- package/build/commands/page/update-page-question.command.d.ts +25 -0
- package/build/commands/page/update-page-question.command.d.ts.map +1 -0
- package/build/commands/page/update-page.command.d.ts +49 -0
- package/build/commands/page/update-page.command.d.ts.map +1 -0
- package/build/commands/payment/check.command.d.ts +64 -0
- package/build/commands/payment/check.command.d.ts.map +1 -0
- package/build/commands/payment/get-payment-history.command.d.ts +16 -0
- package/build/commands/payment/get-payment-history.command.d.ts.map +1 -0
- package/build/commands/payment/index.d.ts +6 -0
- package/build/commands/payment/index.d.ts.map +1 -0
- package/build/commands/payment/pay.command.d.ts +61 -0
- package/build/commands/payment/pay.command.d.ts.map +1 -0
- package/build/commands/payment/receipt.command.d.ts +403 -0
- package/build/commands/payment/receipt.command.d.ts.map +1 -0
- package/build/commands/payment/recurrent.command.d.ts +61 -0
- package/build/commands/payment/recurrent.command.d.ts.map +1 -0
- package/build/commands/presentation/build-blank-slide.command.d.ts +160 -0
- package/build/commands/presentation/build-blank-slide.command.d.ts.map +1 -0
- package/build/commands/presentation/create-presentation.command.d.ts +40 -0
- package/build/commands/presentation/create-presentation.command.d.ts.map +1 -0
- package/build/commands/presentation/create-presentation.command.js +1 -0
- package/build/commands/presentation/delete-all-user-presentations.command.d.ts +8 -0
- package/build/commands/presentation/delete-all-user-presentations.command.d.ts.map +1 -0
- package/build/commands/presentation/delete-presentation.command.d.ts +10 -0
- package/build/commands/presentation/delete-presentation.command.d.ts.map +1 -0
- package/build/commands/presentation/delete-slide-outline.command.d.ts +10 -0
- package/build/commands/presentation/delete-slide-outline.command.d.ts.map +1 -0
- package/build/commands/presentation/export-presentation-as-pptx.command.d.ts +162 -0
- package/build/commands/presentation/export-presentation-as-pptx.command.d.ts.map +1 -0
- package/build/commands/presentation/find-presentation-by-uuid.command.d.ts +191 -0
- package/build/commands/presentation/find-presentation-by-uuid.command.d.ts.map +1 -0
- package/build/commands/presentation/find-presentation-outline.command.d.ts +21 -0
- package/build/commands/presentation/find-presentation-outline.command.d.ts.map +1 -0
- package/build/commands/presentation/find-presentations.command.d.ts +38 -0
- package/build/commands/presentation/find-presentations.command.d.ts.map +1 -0
- package/build/commands/presentation/generate-and-insert-slide.command.d.ts +167 -0
- package/build/commands/presentation/generate-and-insert-slide.command.d.ts.map +1 -0
- package/build/commands/presentation/generate-presentation-slides.command.d.ts +42 -0
- package/build/commands/presentation/generate-presentation-slides.command.d.ts.map +1 -0
- package/build/commands/presentation/get-presentation-config.command.d.ts +60 -0
- package/build/commands/presentation/get-presentation-config.command.d.ts.map +1 -0
- package/build/commands/presentation/index.d.ts +25 -0
- package/build/commands/presentation/index.d.ts.map +1 -0
- package/build/commands/presentation/presentation-generate-report.command.d.ts +19 -0
- package/build/commands/presentation/presentation-generate-report.command.d.ts.map +1 -0
- package/build/commands/presentation/presentation-paraphrase.command.d.ts +25 -0
- package/build/commands/presentation/presentation-paraphrase.command.d.ts.map +1 -0
- package/build/commands/presentation/reposition-slide-outline.command.d.ts +15 -0
- package/build/commands/presentation/reposition-slide-outline.command.d.ts.map +1 -0
- package/build/commands/presentation/reposition-slide.command.d.ts +15 -0
- package/build/commands/presentation/reposition-slide.command.d.ts.map +1 -0
- package/build/commands/presentation/set-reaction-to-presentation.command.d.ts +40 -0
- package/build/commands/presentation/set-reaction-to-presentation.command.d.ts.map +1 -0
- package/build/commands/presentation/update-presentation-outline.command.d.ts +29 -0
- package/build/commands/presentation/update-presentation-outline.command.d.ts.map +1 -0
- package/build/commands/presentation/update-presentation-slides.command.d.ts +263 -0
- package/build/commands/presentation/update-presentation-slides.command.d.ts.map +1 -0
- package/build/commands/presentation/update-presentation-slides.command.js +1 -1
- package/build/commands/presentation/update-presentation.command.d.ts +44 -0
- package/build/commands/presentation/update-presentation.command.d.ts.map +1 -0
- package/build/commands/presentation/update-slide-image-slot.command.d.ts +46 -0
- package/build/commands/presentation/update-slide-image-slot.command.d.ts.map +1 -0
- package/build/commands/presentation/update-slide-outline.command.d.ts +28 -0
- package/build/commands/presentation/update-slide-outline.command.d.ts.map +1 -0
- package/build/commands/presentation/update-slide.command.d.ts +407 -0
- package/build/commands/presentation/update-slide.command.d.ts.map +1 -0
- package/build/commands/product/buy-product.command.d.ts +83 -0
- package/build/commands/product/buy-product.command.d.ts.map +1 -0
- package/build/commands/product/create-product.command.d.ts +23 -0
- package/build/commands/product/create-product.command.d.ts.map +1 -0
- package/build/commands/product/delete-product.command.d.ts +10 -0
- package/build/commands/product/delete-product.command.d.ts.map +1 -0
- package/build/commands/product/find-product.command.d.ts +32 -0
- package/build/commands/product/find-product.command.d.ts.map +1 -0
- package/build/commands/product/get-my-products.command.d.ts +26 -0
- package/build/commands/product/get-my-products.command.d.ts.map +1 -0
- package/build/commands/product/index.d.ts +7 -0
- package/build/commands/product/index.d.ts.map +1 -0
- package/build/commands/product/update-product.command.d.ts +27 -0
- package/build/commands/product/update-product.command.d.ts.map +1 -0
- package/build/commands/promocode/create-promocode.command.d.ts +35 -0
- package/build/commands/promocode/create-promocode.command.d.ts.map +1 -0
- package/build/commands/promocode/delete-promocode.command.d.ts +14 -0
- package/build/commands/promocode/delete-promocode.command.d.ts.map +1 -0
- package/build/commands/promocode/find-promocode.command.d.ts +44 -0
- package/build/commands/promocode/find-promocode.command.d.ts.map +1 -0
- package/build/commands/promocode/index.d.ts +6 -0
- package/build/commands/promocode/index.d.ts.map +1 -0
- package/build/commands/promocode/update-promocode.command.d.ts +39 -0
- package/build/commands/promocode/update-promocode.command.d.ts.map +1 -0
- package/build/commands/promocode/validate-promocode.command.d.ts +15 -0
- package/build/commands/promocode/validate-promocode.command.d.ts.map +1 -0
- package/build/commands/referral/get-by-bonuses.command.d.ts +15 -0
- package/build/commands/referral/get-by-bonuses.command.d.ts.map +1 -0
- package/build/commands/referral/index.d.ts +3 -0
- package/build/commands/referral/index.d.ts.map +1 -0
- package/build/commands/referral/validate-referral.command.d.ts +14 -0
- package/build/commands/referral/validate-referral.command.d.ts.map +1 -0
- package/build/commands/solving-edu-task/delete-all-solving-edu-task-jobs.command.d.ts +8 -0
- package/build/commands/solving-edu-task/delete-all-solving-edu-task-jobs.command.d.ts.map +1 -0
- package/build/commands/solving-edu-task/delete-solving-edu-task-job-by-uuid.command.d.ts +12 -0
- package/build/commands/solving-edu-task/delete-solving-edu-task-job-by-uuid.command.d.ts.map +1 -0
- package/build/commands/solving-edu-task/execute-solving-edu-task.command.d.ts +39 -0
- package/build/commands/solving-edu-task/execute-solving-edu-task.command.d.ts.map +1 -0
- package/build/commands/solving-edu-task/find-solving-edu-task-job-by-uuid.command.d.ts +35 -0
- package/build/commands/solving-edu-task/find-solving-edu-task-job-by-uuid.command.d.ts.map +1 -0
- package/build/commands/solving-edu-task/find-solving-edu-task-jobs.command.d.ts +39 -0
- package/build/commands/solving-edu-task/find-solving-edu-task-jobs.command.d.ts.map +1 -0
- package/build/commands/solving-edu-task/get-solving-edu-task-config.command.d.ts +35 -0
- package/build/commands/solving-edu-task/get-solving-edu-task-config.command.d.ts.map +1 -0
- package/build/commands/solving-edu-task/index.d.ts +10 -0
- package/build/commands/solving-edu-task/index.d.ts.map +1 -0
- package/build/commands/solving-edu-task/retry-solving-edu-task-job.command.d.ts +43 -0
- package/build/commands/solving-edu-task/retry-solving-edu-task-job.command.d.ts.map +1 -0
- package/build/commands/solving-edu-task/set-reaction-to-solving-edu-task-job.command.d.ts +41 -0
- package/build/commands/solving-edu-task/set-reaction-to-solving-edu-task-job.command.d.ts.map +1 -0
- package/build/commands/solving-edu-task/update-solving-edu-task-job-title.command.d.ts +39 -0
- package/build/commands/solving-edu-task/update-solving-edu-task-job-title.command.d.ts.map +1 -0
- package/build/commands/subscription/buy-subscription.command.d.ts +121 -0
- package/build/commands/subscription/buy-subscription.command.d.ts.map +1 -0
- package/build/commands/subscription/cancel-subscription.command.d.ts +14 -0
- package/build/commands/subscription/cancel-subscription.command.d.ts.map +1 -0
- package/build/commands/subscription/create-subscription.command.d.ts +41 -0
- package/build/commands/subscription/create-subscription.command.d.ts.map +1 -0
- package/build/commands/subscription/delete-subscription.command.d.ts +12 -0
- package/build/commands/subscription/delete-subscription.command.d.ts.map +1 -0
- package/build/commands/subscription/downgrade-subscription.command.d.ts +41 -0
- package/build/commands/subscription/downgrade-subscription.command.d.ts.map +1 -0
- package/build/commands/subscription/find-subscription.command.d.ts +69 -0
- package/build/commands/subscription/find-subscription.command.d.ts.map +1 -0
- package/build/commands/subscription/get-available-upgrades.command.d.ts +29 -0
- package/build/commands/subscription/get-available-upgrades.command.d.ts.map +1 -0
- package/build/commands/subscription/get-free-subscription.command.d.ts +25 -0
- package/build/commands/subscription/get-free-subscription.command.d.ts.map +1 -0
- package/build/commands/subscription/index.d.ts +13 -0
- package/build/commands/subscription/index.d.ts.map +1 -0
- package/build/commands/subscription/recover-past-due-subscription.command.d.ts +12 -0
- package/build/commands/subscription/recover-past-due-subscription.command.d.ts.map +1 -0
- package/build/commands/subscription/recover-subscription.command.d.ts +10 -0
- package/build/commands/subscription/recover-subscription.command.d.ts.map +1 -0
- package/build/commands/subscription/update-subscription.command.d.ts +45 -0
- package/build/commands/subscription/update-subscription.command.d.ts.map +1 -0
- package/build/commands/subscription/upgrade-subscription.command.d.ts +42 -0
- package/build/commands/subscription/upgrade-subscription.command.d.ts.map +1 -0
- package/build/commands/unregistered-user/create-unregistered-user.command.d.ts +10 -0
- package/build/commands/unregistered-user/create-unregistered-user.command.d.ts.map +1 -0
- package/build/commands/unregistered-user/index.d.ts +2 -0
- package/build/commands/unregistered-user/index.d.ts.map +1 -0
- package/build/commands/user/check-email.command.d.ts +7 -0
- package/build/commands/user/check-email.command.d.ts.map +1 -0
- package/build/commands/user/delete-account.command.d.ts +11 -0
- package/build/commands/user/delete-account.command.d.ts.map +1 -0
- package/build/commands/user/find-user-by-uuid.command.d.ts +22 -0
- package/build/commands/user/find-user-by-uuid.command.d.ts.map +1 -0
- package/build/commands/user/find-users-by-criteria.command.d.ts +60 -0
- package/build/commands/user/find-users-by-criteria.command.d.ts.map +1 -0
- package/build/commands/user/get-aggregated-user-data.command.d.ts +34 -0
- package/build/commands/user/get-aggregated-user-data.command.d.ts.map +1 -0
- package/build/commands/user/get-me.command.d.ts +23 -0
- package/build/commands/user/get-me.command.d.ts.map +1 -0
- package/build/commands/user/get-user-orders.command.d.ts +32 -0
- package/build/commands/user/get-user-orders.command.d.ts.map +1 -0
- package/build/commands/user/get-user-products.command.d.ts +27 -0
- package/build/commands/user/get-user-products.command.d.ts.map +1 -0
- package/build/commands/user/get-user-subscriptions.command.d.ts +32 -0
- package/build/commands/user/get-user-subscriptions.command.d.ts.map +1 -0
- package/build/commands/user/index.d.ts +11 -0
- package/build/commands/user/index.d.ts.map +1 -0
- package/build/commands/user/up-token-bonus-balance.command.d.ts +26 -0
- package/build/commands/user/up-token-bonus-balance.command.d.ts.map +1 -0
- package/build/commands/user-balance/get-user-balance.command.d.ts +15 -0
- package/build/commands/user-balance/get-user-balance.command.d.ts.map +1 -0
- package/build/commands/user-balance/index.d.ts +2 -0
- package/build/commands/user-balance/index.d.ts.map +1 -0
- package/build/commands/user-to-product/get-user-to-product-by-uuid.command.d.ts +21 -0
- package/build/commands/user-to-product/get-user-to-product-by-uuid.command.d.ts.map +1 -0
- package/build/commands/user-to-product/index.d.ts +3 -0
- package/build/commands/user-to-product/index.d.ts.map +1 -0
- package/build/commands/user-to-product/update-user-to-product.command.d.ts +27 -0
- package/build/commands/user-to-product/update-user-to-product.command.d.ts.map +1 -0
- package/build/commands/user-to-subscription/get-user-to-subscription-by-uuid.command.d.ts +26 -0
- package/build/commands/user-to-subscription/get-user-to-subscription-by-uuid.command.d.ts.map +1 -0
- package/build/commands/user-to-subscription/get-user-to-subscriptions.command.d.ts +41 -0
- package/build/commands/user-to-subscription/get-user-to-subscriptions.command.d.ts.map +1 -0
- package/build/commands/user-to-subscription/index.d.ts +4 -0
- package/build/commands/user-to-subscription/index.d.ts.map +1 -0
- package/build/commands/user-to-subscription/update-user-to-subscription.command.d.ts +38 -0
- package/build/commands/user-to-subscription/update-user-to-subscription.command.d.ts.map +1 -0
- package/build/commands/writer/collect-writer-document-sources.command.d.ts +50 -0
- package/build/commands/writer/collect-writer-document-sources.command.d.ts.map +1 -0
- package/build/commands/writer/confirm-source-citation-metadata.command.d.ts +62 -0
- package/build/commands/writer/confirm-source-citation-metadata.command.d.ts.map +1 -0
- package/build/commands/writer/create-writer-document.command.d.ts +49 -0
- package/build/commands/writer/create-writer-document.command.d.ts.map +1 -0
- package/build/commands/writer/delete-all-writer-documents.command.d.ts +6 -0
- package/build/commands/writer/delete-all-writer-documents.command.d.ts.map +1 -0
- package/build/commands/writer/delete-writer-document-by-uuid.command.d.ts +10 -0
- package/build/commands/writer/delete-writer-document-by-uuid.command.d.ts.map +1 -0
- package/build/commands/writer/discard-writer-source.command.d.ts +16 -0
- package/build/commands/writer/discard-writer-source.command.d.ts.map +1 -0
- package/build/commands/writer/export-writer-document-as-docx.command.d.ts +14 -0
- package/build/commands/writer/export-writer-document-as-docx.command.d.ts.map +1 -0
- package/build/commands/writer/find-writer-document-by-uuid.command.d.ts +48 -0
- package/build/commands/writer/find-writer-document-by-uuid.command.d.ts.map +1 -0
- package/build/commands/writer/find-writer-documents.command.d.ts +52 -0
- package/build/commands/writer/find-writer-documents.command.d.ts.map +1 -0
- package/build/commands/writer/generate-writer-document-contents.command.d.ts +50 -0
- package/build/commands/writer/generate-writer-document-contents.command.d.ts.map +1 -0
- package/build/commands/writer/generate-writer-document-outline.command.d.ts +53 -0
- package/build/commands/writer/generate-writer-document-outline.command.d.ts.map +1 -0
- package/build/commands/writer/get-writer-document-sources.command.d.ts +40 -0
- package/build/commands/writer/get-writer-document-sources.command.d.ts.map +1 -0
- package/build/commands/writer/get-writer-tool-config.command.d.ts +53 -0
- package/build/commands/writer/get-writer-tool-config.command.d.ts.map +1 -0
- package/build/commands/writer/index.d.ts +25 -0
- package/build/commands/writer/index.d.ts.map +1 -0
- package/build/commands/writer/set-reaction.writer-document.command.d.ts +53 -0
- package/build/commands/writer/set-reaction.writer-document.command.d.ts.map +1 -0
- package/build/commands/writer/toggle-writer-document-title-page.command.d.ts +18 -0
- package/build/commands/writer/toggle-writer-document-title-page.command.d.ts.map +1 -0
- package/build/commands/writer/update-writer-document-contents.command.d.ts +18 -0
- package/build/commands/writer/update-writer-document-contents.command.d.ts.map +1 -0
- package/build/commands/writer/update-writer-document-outline.command.d.ts +28 -0
- package/build/commands/writer/update-writer-document-outline.command.d.ts.map +1 -0
- package/build/commands/writer/update-writer-document-title-page.command.d.ts +32 -0
- package/build/commands/writer/update-writer-document-title-page.command.d.ts.map +1 -0
- package/build/commands/writer/upload-writer-source.command.d.ts +44 -0
- package/build/commands/writer/upload-writer-source.command.d.ts.map +1 -0
- package/build/commands/writer/writer-extend-text.command.d.ts +18 -0
- package/build/commands/writer/writer-extend-text.command.d.ts.map +1 -0
- package/build/commands/writer/writer-fix-errors.command.d.ts +18 -0
- package/build/commands/writer/writer-fix-errors.command.d.ts.map +1 -0
- package/build/commands/writer/writer-generate-text.command.d.ts +21 -0
- package/build/commands/writer/writer-generate-text.command.d.ts.map +1 -0
- package/build/commands/writer/writer-paraphrase.command.d.ts +18 -0
- package/build/commands/writer/writer-paraphrase.command.d.ts.map +1 -0
- package/build/commands/writer/writer-shorten-text.command.d.ts +18 -0
- package/build/commands/writer/writer-shorten-text.command.d.ts.map +1 -0
- package/build/common/enums/index.d.ts +2 -0
- package/build/common/enums/index.d.ts.map +1 -0
- package/build/common/enums/tool-type.enum.d.ts +6 -0
- package/build/common/enums/tool-type.enum.d.ts.map +1 -0
- package/build/common/enums/tool-type.enum.js +1 -0
- package/build/common/index.d.ts +3 -0
- package/build/common/index.d.ts.map +1 -0
- package/build/common/models/command-response.schema.d.ts +13 -0
- package/build/common/models/command-response.schema.d.ts.map +1 -0
- package/build/common/models/index.d.ts +2 -0
- package/build/common/models/index.d.ts.map +1 -0
- package/build/constants/cloud-payments/index.d.ts +9 -0
- package/build/constants/cloud-payments/index.d.ts.map +1 -0
- package/build/constants/common/enums/ai-model-status.enum.d.ts +5 -0
- package/build/constants/common/enums/ai-model-status.enum.d.ts.map +1 -0
- package/build/constants/common/enums/index.d.ts +3 -0
- package/build/constants/common/enums/index.d.ts.map +1 -0
- package/build/constants/common/enums/job-status.enum.d.ts +6 -0
- package/build/constants/common/enums/job-status.enum.d.ts.map +1 -0
- package/build/constants/common/index.d.ts +2 -0
- package/build/constants/common/index.d.ts.map +1 -0
- package/build/constants/domains/index.d.ts +2 -0
- package/build/constants/domains/index.d.ts.map +1 -0
- package/build/constants/domains/white-list.d.ts +3 -0
- package/build/constants/domains/white-list.d.ts.map +1 -0
- package/build/constants/email/email-endpoint.d.ts +2 -0
- package/build/constants/email/email-endpoint.d.ts.map +1 -0
- package/build/constants/email/index.d.ts +3 -0
- package/build/constants/email/index.d.ts.map +1 -0
- package/build/constants/email/subjects.d.ts +13 -0
- package/build/constants/email/subjects.d.ts.map +1 -0
- package/build/constants/errors/errors.d.ts +1408 -0
- package/build/constants/errors/errors.d.ts.map +1 -0
- package/build/constants/errors/errors.js +5 -0
- package/build/constants/errors/index.d.ts +3 -0
- package/build/constants/errors/index.d.ts.map +1 -0
- package/build/constants/errors/verbose.d.ts +7 -0
- package/build/constants/errors/verbose.d.ts.map +1 -0
- package/build/constants/files/enums/file-type.enum.d.ts +7 -0
- package/build/constants/files/enums/file-type.enum.d.ts.map +1 -0
- package/build/constants/files/enums/index.d.ts +2 -0
- package/build/constants/files/enums/index.d.ts.map +1 -0
- package/build/constants/files/file.constants.d.ts +9 -0
- package/build/constants/files/file.constants.d.ts.map +1 -0
- package/build/constants/files/index.d.ts +3 -0
- package/build/constants/files/index.d.ts.map +1 -0
- package/build/constants/index.d.ts +18 -0
- package/build/constants/index.d.ts.map +1 -0
- package/build/constants/order/enums/index.d.ts +3 -0
- package/build/constants/order/enums/index.d.ts.map +1 -0
- package/build/constants/order/enums/order-sort-by.enum.d.ts +8 -0
- package/build/constants/order/enums/order-sort-by.enum.d.ts.map +1 -0
- package/build/constants/order/enums/order-status.enum.d.ts +13 -0
- package/build/constants/order/enums/order-status.enum.d.ts.map +1 -0
- package/build/constants/order/enums/order-type.enum.d.ts +6 -0
- package/build/constants/order/enums/order-type.enum.d.ts.map +1 -0
- package/build/constants/order/index.d.ts +2 -0
- package/build/constants/order/index.d.ts.map +1 -0
- package/build/constants/page/enums/index.d.ts +2 -0
- package/build/constants/page/enums/index.d.ts.map +1 -0
- package/build/constants/page/enums/page-type.enum.d.ts +6 -0
- package/build/constants/page/enums/page-type.enum.d.ts.map +1 -0
- package/build/constants/page/index.d.ts +2 -0
- package/build/constants/page/index.d.ts.map +1 -0
- package/build/constants/payment/enums/index.d.ts +3 -0
- package/build/constants/payment/enums/index.d.ts.map +1 -0
- package/build/constants/payment/enums/payment-history-item-type.enum.d.ts +5 -0
- package/build/constants/payment/enums/payment-history-item-type.enum.d.ts.map +1 -0
- package/build/constants/payment/enums/payment-status.enum.d.ts +8 -0
- package/build/constants/payment/enums/payment-status.enum.d.ts.map +1 -0
- package/build/constants/payment/index.d.ts +2 -0
- package/build/constants/payment/index.d.ts.map +1 -0
- package/build/constants/presentation/enums/index.d.ts +12 -0
- package/build/constants/presentation/enums/index.d.ts.map +1 -0
- package/build/constants/presentation/enums/presentation-ai-action-call-status.enum.d.ts +6 -0
- package/build/constants/presentation/enums/presentation-ai-action-call-status.enum.d.ts.map +1 -0
- package/build/constants/presentation/enums/presentation-ai-action-pricing-type.enum.d.ts +5 -0
- package/build/constants/presentation/enums/presentation-ai-action-pricing-type.enum.d.ts.map +1 -0
- package/build/constants/presentation/enums/presentation-ai-action-type.enum.d.ts +5 -0
- package/build/constants/presentation/enums/presentation-ai-action-type.enum.d.ts.map +1 -0
- package/build/constants/presentation/enums/presentation-stage.enum.d.ts +11 -0
- package/build/constants/presentation/enums/presentation-stage.enum.d.ts.map +1 -0
- package/build/constants/presentation/enums/presentation-target-audience.enum.d.ts +7 -0
- package/build/constants/presentation/enums/presentation-target-audience.enum.d.ts.map +1 -0
- package/build/constants/presentation/enums/slide-content-type.enum.d.ts +13 -0
- package/build/constants/presentation/enums/slide-content-type.enum.d.ts.map +1 -0
- package/build/constants/presentation/enums/slide-icon-slot-status.enum.d.ts +7 -0
- package/build/constants/presentation/enums/slide-icon-slot-status.enum.d.ts.map +1 -0
- package/build/constants/presentation/enums/slide-image-slot-action.enum.d.ts +5 -0
- package/build/constants/presentation/enums/slide-image-slot-action.enum.d.ts.map +1 -0
- package/build/constants/presentation/enums/slide-image-slot.status.enum.d.ts +7 -0
- package/build/constants/presentation/enums/slide-image-slot.status.enum.d.ts.map +1 -0
- package/build/constants/presentation/enums/slide-layout.enum.d.ts +5 -0
- package/build/constants/presentation/enums/slide-layout.enum.d.ts.map +1 -0
- package/build/constants/presentation/index.d.ts +3 -0
- package/build/constants/presentation/index.d.ts.map +1 -0
- package/build/constants/presentation/maps/index.d.ts +2 -0
- package/build/constants/presentation/maps/index.d.ts.map +1 -0
- package/build/constants/presentation/maps/slide-layout-map.constant.d.ts +4 -0
- package/build/constants/presentation/maps/slide-layout-map.constant.d.ts.map +1 -0
- package/build/constants/product/enums/index.d.ts +3 -0
- package/build/constants/product/enums/index.d.ts.map +1 -0
- package/build/constants/product/enums/product-sort-by.enum.d.ts +6 -0
- package/build/constants/product/enums/product-sort-by.enum.d.ts.map +1 -0
- package/build/constants/product/enums/product-status.enum.d.ts +6 -0
- package/build/constants/product/enums/product-status.enum.d.ts.map +1 -0
- package/build/constants/product/index.d.ts +2 -0
- package/build/constants/product/index.d.ts.map +1 -0
- package/build/constants/promocode/enums/index.d.ts +3 -0
- package/build/constants/promocode/enums/index.d.ts.map +1 -0
- package/build/constants/promocode/enums/promocode-promotion.enum.d.ts +6 -0
- package/build/constants/promocode/enums/promocode-promotion.enum.d.ts.map +1 -0
- package/build/constants/promocode/enums/promocode-status.enum.d.ts +5 -0
- package/build/constants/promocode/enums/promocode-status.enum.d.ts.map +1 -0
- package/build/constants/promocode/index.d.ts +2 -0
- package/build/constants/promocode/index.d.ts.map +1 -0
- package/build/constants/referral/enums/index.d.ts +2 -0
- package/build/constants/referral/enums/index.d.ts.map +1 -0
- package/build/constants/referral/enums/referral-bonus-type.enum.d.ts +5 -0
- package/build/constants/referral/enums/referral-bonus-type.enum.d.ts.map +1 -0
- package/build/constants/referral/index.d.ts +2 -0
- package/build/constants/referral/index.d.ts.map +1 -0
- package/build/constants/subscription/enums/index.d.ts +8 -0
- package/build/constants/subscription/enums/index.d.ts.map +1 -0
- package/build/constants/subscription/enums/subscription-action.enum.d.ts +8 -0
- package/build/constants/subscription/enums/subscription-action.enum.d.ts.map +1 -0
- package/build/constants/subscription/enums/subscription-feature-type.enum.d.ts +4 -0
- package/build/constants/subscription/enums/subscription-feature-type.enum.d.ts.map +1 -0
- package/build/constants/subscription/enums/subscription-sort-by.enum.d.ts +6 -0
- package/build/constants/subscription/enums/subscription-sort-by.enum.d.ts.map +1 -0
- package/build/constants/subscription/enums/subscription-status.enum.d.ts +12 -0
- package/build/constants/subscription/enums/subscription-status.enum.d.ts.map +1 -0
- package/build/constants/subscription/enums/subscription-type.enum.d.ts +5 -0
- package/build/constants/subscription/enums/subscription-type.enum.d.ts.map +1 -0
- package/build/constants/subscription/enums/user-to-subscription-marks.enum.d.ts +8 -0
- package/build/constants/subscription/enums/user-to-subscription-marks.enum.d.ts.map +1 -0
- package/build/constants/subscription/enums/user-to-subscription-type.enum.d.ts +5 -0
- package/build/constants/subscription/enums/user-to-subscription-type.enum.d.ts.map +1 -0
- package/build/constants/subscription/index.d.ts +2 -0
- package/build/constants/subscription/index.d.ts.map +1 -0
- package/build/constants/transaction/enums/index.d.ts +3 -0
- package/build/constants/transaction/enums/index.d.ts.map +1 -0
- package/build/constants/transaction/enums/transaction-status.enum.d.ts +8 -0
- package/build/constants/transaction/enums/transaction-status.enum.d.ts.map +1 -0
- package/build/constants/transaction/enums/user-balance-status.enum.d.ts +8 -0
- package/build/constants/transaction/enums/user-balance-status.enum.d.ts.map +1 -0
- package/build/constants/transaction/index.d.ts +2 -0
- package/build/constants/transaction/index.d.ts.map +1 -0
- package/build/constants/unregistered-user/enums/index.d.ts +2 -0
- package/build/constants/unregistered-user/enums/index.d.ts.map +1 -0
- package/build/constants/unregistered-user/enums/unregistered-user-status.enum.d.ts +6 -0
- package/build/constants/unregistered-user/enums/unregistered-user-status.enum.d.ts.map +1 -0
- package/build/constants/unregistered-user/index.d.ts +2 -0
- package/build/constants/unregistered-user/index.d.ts.map +1 -0
- package/build/constants/user/enums/index.d.ts +7 -0
- package/build/constants/user/enums/index.d.ts.map +1 -0
- package/build/constants/user/enums/singup-method.enum.d.ts +7 -0
- package/build/constants/user/enums/singup-method.enum.d.ts.map +1 -0
- package/build/constants/user/enums/sort-order.enum.d.ts +5 -0
- package/build/constants/user/enums/sort-order.enum.d.ts.map +1 -0
- package/build/constants/user/enums/user-reaction.enum.d.ts +5 -0
- package/build/constants/user/enums/user-reaction.enum.d.ts.map +1 -0
- package/build/constants/user/enums/user-role.enum.d.ts +8 -0
- package/build/constants/user/enums/user-role.enum.d.ts.map +1 -0
- package/build/constants/user/enums/user-sort-by.enum.d.ts +6 -0
- package/build/constants/user/enums/user-sort-by.enum.d.ts.map +1 -0
- package/build/constants/user/enums/user-status.d.ts +7 -0
- package/build/constants/user/enums/user-status.d.ts.map +1 -0
- package/build/constants/user/index.d.ts +2 -0
- package/build/constants/user/index.d.ts.map +1 -0
- package/build/constants/writer/enums/index.d.ts +9 -0
- package/build/constants/writer/enums/index.d.ts.map +1 -0
- package/build/constants/writer/enums/source-origin.enum.d.ts +5 -0
- package/build/constants/writer/enums/source-origin.enum.d.ts.map +1 -0
- package/build/constants/writer/enums/source-status.enum.d.ts +6 -0
- package/build/constants/writer/enums/source-status.enum.d.ts.map +1 -0
- package/build/constants/writer/enums/source-type.enum.d.ts +5 -0
- package/build/constants/writer/enums/source-type.enum.d.ts.map +1 -0
- package/build/constants/writer/enums/writer-ai-action-pricing-type.enum.d.ts +5 -0
- package/build/constants/writer/enums/writer-ai-action-pricing-type.enum.d.ts.map +1 -0
- package/build/constants/writer/enums/writer-ai-action-type.enum.d.ts +8 -0
- package/build/constants/writer/enums/writer-ai-action-type.enum.d.ts.map +1 -0
- package/build/constants/writer/enums/writer-document-section-type.enum.d.ts +6 -0
- package/build/constants/writer/enums/writer-document-section-type.enum.d.ts.map +1 -0
- package/build/constants/writer/enums/writer-document-stage.enum.d.ts +16 -0
- package/build/constants/writer/enums/writer-document-stage.enum.d.ts.map +1 -0
- package/build/constants/writer/enums/writer-model-status.enum.d.ts +5 -0
- package/build/constants/writer/enums/writer-model-status.enum.d.ts.map +1 -0
- package/build/constants/writer/index.d.ts +2 -0
- package/build/constants/writer/index.d.ts.map +1 -0
- package/build/helpers/index.d.ts +4 -0
- package/build/helpers/index.d.ts.map +1 -0
- package/build/helpers/presentation/calculate-presentation-ai-action-price.util.d.ts +3 -0
- package/build/helpers/presentation/calculate-presentation-ai-action-price.util.d.ts.map +1 -0
- package/build/helpers/presentation/index.d.ts +2 -0
- package/build/helpers/presentation/index.d.ts.map +1 -0
- package/build/helpers/subscription/calc-custom-subscription-price.helper.d.ts +2 -0
- package/build/helpers/subscription/calc-custom-subscription-price.helper.d.ts.map +1 -0
- package/build/helpers/subscription/index.d.ts +2 -0
- package/build/helpers/subscription/index.d.ts.map +1 -0
- package/build/helpers/writer/calculate-page-count.util.d.ts +4 -0
- package/build/helpers/writer/calculate-page-count.util.d.ts.map +1 -0
- package/build/helpers/writer/calculate-writer-ai-action-price.util.d.ts +3 -0
- package/build/helpers/writer/calculate-writer-ai-action-price.util.d.ts.map +1 -0
- package/build/helpers/writer/calculate-writer-content-generation-price.util.d.ts +2 -0
- package/build/helpers/writer/calculate-writer-content-generation-price.util.d.ts.map +1 -0
- package/build/helpers/writer/index.d.ts +4 -0
- package/build/helpers/writer/index.d.ts.map +1 -0
- package/build/index.d.ts +7 -0
- package/build/index.d.ts.map +1 -0
- package/build/models/cloud-payments-receipt.schema.d.ts +113 -0
- package/build/models/cloud-payments-receipt.schema.d.ts.map +1 -0
- package/build/models/file.schema.d.ts +14 -0
- package/build/models/file.schema.d.ts.map +1 -0
- package/build/models/filters.schema.d.ts +16 -0
- package/build/models/filters.schema.d.ts.map +1 -0
- package/build/models/icon-variants.schema.d.ts +12 -0
- package/build/models/icon-variants.schema.d.ts.map +1 -0
- package/build/models/index.d.ts +27 -0
- package/build/models/index.d.ts.map +1 -0
- package/build/models/language.schema.d.ts +9 -0
- package/build/models/language.schema.d.ts.map +1 -0
- package/build/models/order.schema.d.ts +15 -0
- package/build/models/order.schema.d.ts.map +1 -0
- package/build/models/page-question.schema.d.ts +10 -0
- package/build/models/page-question.schema.d.ts.map +1 -0
- package/build/models/page.schema.d.ts +69 -0
- package/build/models/page.schema.d.ts.map +1 -0
- package/build/models/payment-history-item.schema.d.ts +12 -0
- package/build/models/payment-history-item.schema.d.ts.map +1 -0
- package/build/models/payment.schema.d.ts +11 -0
- package/build/models/payment.schema.d.ts.map +1 -0
- package/build/models/presentation/index.d.ts +10 -0
- package/build/models/presentation/index.d.ts.map +1 -0
- package/build/models/presentation/pptx-export-payload.schema.d.ts +742 -0
- package/build/models/presentation/pptx-export-payload.schema.d.ts.map +1 -0
- package/build/models/presentation/presentation-ai-action.schema.d.ts +30 -0
- package/build/models/presentation/presentation-ai-action.schema.d.ts.map +1 -0
- package/build/models/presentation/presentation-config.schema.d.ts +56 -0
- package/build/models/presentation/presentation-config.schema.d.ts.map +1 -0
- package/build/models/presentation/presentation-template.schema.d.ts +12 -0
- package/build/models/presentation/presentation-template.schema.d.ts.map +1 -0
- package/build/models/presentation/presentation-template.schema.js +1 -0
- package/build/models/presentation/presentation-title-page.schema.d.ts +8 -0
- package/build/models/presentation/presentation-title-page.schema.d.ts.map +1 -0
- package/build/models/presentation/presentation.schema.d.ts +218 -0
- package/build/models/presentation/presentation.schema.d.ts.map +1 -0
- package/build/models/presentation/presentation.schema.js +1 -0
- package/build/models/presentation/slide-content-edit.schema.d.ts +260 -0
- package/build/models/presentation/slide-content-edit.schema.d.ts.map +1 -0
- package/build/models/presentation/slide-content-edit.schema.js +2 -0
- package/build/models/presentation/slide-content-type.schema.d.ts +13 -0
- package/build/models/presentation/slide-content-type.schema.d.ts.map +1 -0
- package/build/models/presentation/slide-content.schema.d.ts +401 -0
- package/build/models/presentation/slide-content.schema.d.ts.map +1 -0
- package/build/models/presentation/slide-content.schema.js +5 -1
- package/build/models/presentation/slide-icon-slot.schema.d.ts +13 -0
- package/build/models/presentation/slide-icon-slot.schema.d.ts.map +1 -0
- package/build/models/presentation/slide-image-slot.schema.d.ts +14 -0
- package/build/models/presentation/slide-image-slot.schema.d.ts.map +1 -0
- package/build/models/presentation/slide-outline.schema.d.ts +29 -0
- package/build/models/presentation/slide-outline.schema.d.ts.map +1 -0
- package/build/models/presentation/slide.schema.d.ts +397 -0
- package/build/models/presentation/slide.schema.d.ts.map +1 -0
- package/build/models/product.schema.d.ts +11 -0
- package/build/models/product.schema.d.ts.map +1 -0
- package/build/models/promocode.schema.d.ts +18 -0
- package/build/models/promocode.schema.d.ts.map +1 -0
- package/build/models/referral-bonus.schema.d.ts +17 -0
- package/build/models/referral-bonus.schema.d.ts.map +1 -0
- package/build/models/solving-edu-task/attached-file.schema.d.ts +11 -0
- package/build/models/solving-edu-task/attached-file.schema.d.ts.map +1 -0
- package/build/models/solving-edu-task/index.d.ts +5 -0
- package/build/models/solving-edu-task/index.d.ts.map +1 -0
- package/build/models/solving-edu-task/solving-edu-task-config.schema.d.ts +31 -0
- package/build/models/solving-edu-task/solving-edu-task-config.schema.d.ts.map +1 -0
- package/build/models/solving-edu-task/solving-edu-task-job.schema.d.ts +39 -0
- package/build/models/solving-edu-task/solving-edu-task-job.schema.d.ts.map +1 -0
- package/build/models/solving-edu-task/solving-edu-task-model.schema.d.ts +38 -0
- package/build/models/solving-edu-task/solving-edu-task-model.schema.d.ts.map +1 -0
- package/build/models/subscription-feature.schema.d.ts +11 -0
- package/build/models/subscription-feature.schema.d.ts.map +1 -0
- package/build/models/subscription-upgrade-schema.d.ts +22 -0
- package/build/models/subscription-upgrade-schema.d.ts.map +1 -0
- package/build/models/subscription.schema.d.ts +96 -0
- package/build/models/subscription.schema.d.ts.map +1 -0
- package/build/models/tools/index.d.ts +2 -0
- package/build/models/tools/index.d.ts.map +1 -0
- package/build/models/tools/unified-tool-job.schema.d.ts +16 -0
- package/build/models/tools/unified-tool-job.schema.d.ts.map +1 -0
- package/build/models/unlocked-by-subscription.schema.d.ts +15 -0
- package/build/models/unlocked-by-subscription.schema.d.ts.map +1 -0
- package/build/models/unregistered-user.schema.d.ts +8 -0
- package/build/models/unregistered-user.schema.d.ts.map +1 -0
- package/build/models/user-referrals.schema.d.ts +5 -0
- package/build/models/user-referrals.schema.d.ts.map +1 -0
- package/build/models/user-to-product.schema.d.ts +32 -0
- package/build/models/user-to-product.schema.d.ts.map +1 -0
- package/build/models/user-to-subscription.schema.d.ts +52 -0
- package/build/models/user-to-subscription.schema.d.ts.map +1 -0
- package/build/models/user.schema.d.ts +59 -0
- package/build/models/user.schema.d.ts.map +1 -0
- package/build/models/writer/index.d.ts +7 -0
- package/build/models/writer/index.d.ts.map +1 -0
- package/build/models/writer/writer-ai-action.schema.d.ts +27 -0
- package/build/models/writer/writer-ai-action.schema.d.ts.map +1 -0
- package/build/models/writer/writer-config.schema.d.ts +49 -0
- package/build/models/writer/writer-config.schema.d.ts.map +1 -0
- package/build/models/writer/writer-document-outline.schema.d.ts +22 -0
- package/build/models/writer/writer-document-outline.schema.d.ts.map +1 -0
- package/build/models/writer/writer-document-title-page.schema.d.ts +12 -0
- package/build/models/writer/writer-document-title-page.schema.d.ts.map +1 -0
- package/build/models/writer/writer-document-type.schema.d.ts +21 -0
- package/build/models/writer/writer-document-type.schema.d.ts.map +1 -0
- package/build/models/writer/writer-document.schema.d.ts +41 -0
- package/build/models/writer/writer-document.schema.d.ts.map +1 -0
- package/build/models/writer/writer-model.schema.d.ts +12 -0
- package/build/models/writer/writer-model.schema.d.ts.map +1 -0
- package/build/models/writer-source.schema.d.ts +73 -0
- package/build/models/writer-source.schema.d.ts.map +1 -0
- package/build/queries/index.d.ts +2 -0
- package/build/queries/index.d.ts.map +1 -0
- package/build/queries/page/find-all-page-questions.query.d.ts +15 -0
- package/build/queries/page/find-all-page-questions.query.d.ts.map +1 -0
- package/build/queries/page/find-page-question-by-uuid.query.d.ts +19 -0
- package/build/queries/page/find-page-question-by-uuid.query.d.ts.map +1 -0
- package/build/queries/page/find-page-questions-by-page-id.query.d.ts +19 -0
- package/build/queries/page/find-page-questions-by-page-id.query.d.ts.map +1 -0
- package/build/queries/page/index.d.ts +4 -0
- package/build/queries/page/index.d.ts.map +1 -0
- package/build/queries/tools/find-unified-tool-job-history-full.query.d.ts +75 -0
- package/build/queries/tools/find-unified-tool-job-history-full.query.d.ts.map +1 -0
- package/build/queries/tools/find-unified-tool-job-history.query.d.ts +25 -0
- package/build/queries/tools/find-unified-tool-job-history.query.d.ts.map +1 -0
- package/build/queries/tools/index.d.ts +3 -0
- package/build/queries/tools/index.d.ts.map +1 -0
- package/commands/presentation/create-presentation.command.ts +1 -0
- package/commands/presentation/update-presentation-slides.command.ts +2 -2
- package/common/enums/tool-type.enum.ts +1 -0
- package/constants/errors/errors.ts +5 -0
- package/models/presentation/presentation-template.schema.ts +1 -0
- package/models/presentation/presentation.schema.ts +1 -0
- package/models/presentation/slide-content-edit.schema.ts +3 -0
- package/models/presentation/slide-content.schema.ts +11 -2
- package/package.json +2 -2
- package/tsconfig.json +2 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"subscription-type.enum.d.ts","sourceRoot":"","sources":["../../../../constants/subscription/enums/subscription-type.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,iBAAiB;IACzB,IAAI,SAAS;IACb,GAAG,QAAQ;CACd"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare enum USER_TO_SUBSCRIPTION_MARKS {
|
|
2
|
+
WITHOUT_AUTO_RENEWAL = "WITHOUT_AUTO_RENEWAL",
|
|
3
|
+
MOCK = "MOCK",
|
|
4
|
+
SENT_RENEWAL_REMINDER = "SENT_RENEWAL_REMINDER",
|
|
5
|
+
SENT_CANCELLATION_WARNING = "SENT_CANCELLATION_WARNING",
|
|
6
|
+
SENT_PAST_DUE_RECOVER_REQUEST = "SENT_PAST_DUE_RECOVER_REQUEST"
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=user-to-subscription-marks.enum.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-to-subscription-marks.enum.d.ts","sourceRoot":"","sources":["../../../../constants/subscription/enums/user-to-subscription-marks.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,0BAA0B;IAClC,oBAAoB,yBAAyB;IAC7C,IAAI,SAAS;IACb,qBAAqB,0BAA0B;IAC/C,yBAAyB,8BAA8B;IACvD,6BAA6B,kCAAkC;CAClE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-to-subscription-type.enum.d.ts","sourceRoot":"","sources":["../../../../constants/subscription/enums/user-to-subscription-type.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,yBAAyB;IACjC,IAAI,SAAS;IACb,QAAQ,aAAa;CACxB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../constants/subscription/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../constants/transaction/enums/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,4BAA4B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"transaction-status.enum.d.ts","sourceRoot":"","sources":["../../../../constants/transaction/enums/transaction-status.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,kBAAkB;IAC1B,OAAO,YAAY;IACnB,UAAU,eAAe;IACzB,GAAG,QAAQ;IACX,KAAK,UAAU;IACf,mBAAmB,wBAAwB;CAC9C"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare enum USER_BALANCE_STATUS {
|
|
2
|
+
bonus_balance = "bonus_balance",
|
|
3
|
+
subscription_balance = "subscription_balance",
|
|
4
|
+
carried_over_balance = "carried_over_balance",
|
|
5
|
+
product_balance = "product_balance",
|
|
6
|
+
referral_bonus_balance = "referral_bonus_balance"
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=user-balance-status.enum.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-balance-status.enum.d.ts","sourceRoot":"","sources":["../../../../constants/transaction/enums/user-balance-status.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,mBAAmB;IAC3B,aAAa,kBAAkB;IAC/B,oBAAoB,yBAAyB;IAC7C,oBAAoB,yBAAyB;IAC7C,eAAe,oBAAoB;IACnC,sBAAsB,2BAA2B;CACpD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../constants/transaction/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../constants/unregistered-user/enums/index.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"unregistered-user-status.enum.d.ts","sourceRoot":"","sources":["../../../../constants/unregistered-user/enums/unregistered-user-status.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,wBAAwB;IAChC,MAAM,WAAW;IACjB,KAAK,UAAU;IACf,WAAW,gBAAgB;CAC9B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../constants/unregistered-user/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../constants/user/enums/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"singup-method.enum.d.ts","sourceRoot":"","sources":["../../../../constants/user/enums/singup-method.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa;IACrB,KAAK,UAAU;IACf,EAAE,OAAO;IACT,MAAM,WAAW;IACjB,QAAQ,aAAa;CACxB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sort-order.enum.d.ts","sourceRoot":"","sources":["../../../../constants/user/enums/sort-order.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,UAAU;IAClB,GAAG,QAAQ;IACX,IAAI,SAAS;CAChB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-reaction.enum.d.ts","sourceRoot":"","sources":["../../../../constants/user/enums/user-reaction.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa;IACrB,KAAK,UAAU;IACf,QAAQ,aAAa;CACxB"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const USER_ROLE: {
|
|
2
|
+
readonly USER: "user";
|
|
3
|
+
readonly ADMIN: "admin";
|
|
4
|
+
readonly DEACTIVATED: "deactivated";
|
|
5
|
+
};
|
|
6
|
+
export type TRole = typeof USER_ROLE;
|
|
7
|
+
export type TRolesKey = (typeof USER_ROLE)[keyof typeof USER_ROLE];
|
|
8
|
+
//# sourceMappingURL=user-role.enum.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-role.enum.d.ts","sourceRoot":"","sources":["../../../../constants/user/enums/user-role.enum.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS;;;;CAIZ,CAAC;AAEX,MAAM,MAAM,KAAK,GAAG,OAAO,SAAS,CAAC;AACrC,MAAM,MAAM,SAAS,GAAG,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,OAAO,SAAS,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-sort-by.enum.d.ts","sourceRoot":"","sources":["../../../../constants/user/enums/user-sort-by.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,YAAY;IACpB,KAAK,UAAU;IACf,UAAU,cAAc;IACxB,UAAU,cAAc;CAC3B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-status.d.ts","sourceRoot":"","sources":["../../../../constants/user/enums/user-status.ts"],"names":[],"mappings":"AAAA,oBAAY,WAAW;IACnB,MAAM,WAAW;IACjB,QAAQ,aAAa;IACrB,MAAM,WAAW;IACjB,OAAO,YAAY;CACtB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../constants/user/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export * from './source-type.enum';
|
|
2
|
+
export * from './source-status.enum';
|
|
3
|
+
export * from './source-origin.enum';
|
|
4
|
+
export * from './writer-document-section-type.enum';
|
|
5
|
+
export * from './writer-document-stage.enum';
|
|
6
|
+
export * from './writer-ai-action-pricing-type.enum';
|
|
7
|
+
export * from './writer-ai-action-type.enum';
|
|
8
|
+
export * from './writer-model-status.enum';
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../constants/writer/enums/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,qCAAqC,CAAC;AACpD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,sCAAsC,CAAC;AACrD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,4BAA4B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"source-origin.enum.d.ts","sourceRoot":"","sources":["../../../../constants/writer/enums/source-origin.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa;IACrB,UAAU,eAAe;IACzB,WAAW,gBAAgB;CAC9B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"source-status.enum.d.ts","sourceRoot":"","sources":["../../../../constants/writer/enums/source-status.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa;IACrB,KAAK,UAAU;IACf,uCAAuC,4CAA4C;IACnF,SAAS,cAAc;CAC1B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"source-type.enum.d.ts","sourceRoot":"","sources":["../../../../constants/writer/enums/source-type.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,WAAW;IACnB,eAAe,oBAAoB;IACnC,IAAI,SAAS;CAChB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"writer-ai-action-pricing-type.enum.d.ts","sourceRoot":"","sources":["../../../../constants/writer/enums/writer-ai-action-pricing-type.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,6BAA6B;IACrC,aAAa,kBAAkB;IAC/B,IAAI,SAAS;CAChB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"writer-ai-action-type.enum.d.ts","sourceRoot":"","sources":["../../../../constants/writer/enums/writer-ai-action-type.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,qBAAqB;IAC7B,UAAU,eAAe;IACzB,WAAW,gBAAgB;IAC3B,YAAY,iBAAiB;IAC7B,aAAa,kBAAkB;IAC/B,UAAU,eAAe;CAC5B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"writer-document-section-type.enum.d.ts","sourceRoot":"","sources":["../../../../constants/writer/enums/writer-document-section-type.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,4BAA4B;IACpC,YAAY,iBAAiB;IAC7B,UAAU,eAAe;IACzB,OAAO,YAAY;CACtB"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare enum WRITER_DOCUMENT_STAGE {
|
|
2
|
+
ANALYZING_TOPIC = "ANALYZING_TOPIC",
|
|
3
|
+
TOPIC_ANALYZED = "TOPIC_ANALYZED",
|
|
4
|
+
TOPIC_ANALYSIS_FAILED = "TOPIC_ANALYSIS_FAILED",
|
|
5
|
+
GENERATING_OUTLINE = "GENERATING_OUTLINE",
|
|
6
|
+
OUTLINE_GENERATED = "OUTLINE_GENERATED",
|
|
7
|
+
OUTLINE_GENERATION_FAILED = "OUTLINE_GENERATION_FAILED",
|
|
8
|
+
COLLECTING_SOURCES = "COLLECTING_SOURCES",
|
|
9
|
+
SOURCES_COLLECTED = "SOURCES_COLLECTED",
|
|
10
|
+
SOURCES_COLLECTION_FAILED = "SOURCES_COLLECTION_FAILED",
|
|
11
|
+
GENERATING_CONTENT = "GENERATING_CONTENT",
|
|
12
|
+
CONTENT_GENERATED = "CONTENT_GENERATED",
|
|
13
|
+
CONTENT_GENERATION_FAILED = "CONTENT_GENERATION_FAILED",
|
|
14
|
+
DELETED = "DELETED"
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=writer-document-stage.enum.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"writer-document-stage.enum.d.ts","sourceRoot":"","sources":["../../../../constants/writer/enums/writer-document-stage.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,qBAAqB;IAC7B,eAAe,oBAAoB;IACnC,cAAc,mBAAmB;IACjC,qBAAqB,0BAA0B;IAE/C,kBAAkB,uBAAuB;IACzC,iBAAiB,sBAAsB;IACvC,yBAAyB,8BAA8B;IAEvD,kBAAkB,uBAAuB;IACzC,iBAAiB,sBAAsB;IACvC,yBAAyB,8BAA8B;IAEvD,kBAAkB,uBAAuB;IACzC,iBAAiB,sBAAsB;IACvC,yBAAyB,8BAA8B;IAEvD,OAAO,YAAY;CACtB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"writer-model-status.enum.d.ts","sourceRoot":"","sources":["../../../../constants/writer/enums/writer-model-status.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,mBAAmB;IAC3B,MAAM,WAAW;IACjB,QAAQ,aAAa;CACxB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../constants/writer/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../helpers/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { PresentationAiActionPricingRules } from '../../models';
|
|
2
|
+
export declare function calculatePresentationAiActionPrice(pricingRules: PresentationAiActionPricingRules, selectionText: string): number;
|
|
3
|
+
//# sourceMappingURL=calculate-presentation-ai-action-price.util.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calculate-presentation-ai-action-price.util.d.ts","sourceRoot":"","sources":["../../../helpers/presentation/calculate-presentation-ai-action-price.util.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gCAAgC,EAAE,MAAM,cAAc,CAAC;AAEhE,wBAAgB,kCAAkC,CAC9C,YAAY,EAAE,gCAAgC,EAC9C,aAAa,EAAE,MAAM,GACtB,MAAM,CAaR"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../helpers/presentation/index.ts"],"names":[],"mappings":"AAAA,cAAc,+CAA+C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calc-custom-subscription-price.helper.d.ts","sourceRoot":"","sources":["../../../helpers/subscription/calc-custom-subscription-price.helper.ts"],"names":[],"mappings":"AAAA,wBAAgB,2BAA2B,CAAC,UAAU,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,UAkB7E"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../helpers/subscription/index.ts"],"names":[],"mappings":"AAAA,cAAc,yCAAyC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calculate-page-count.util.d.ts","sourceRoot":"","sources":["../../../helpers/writer/calculate-page-count.util.ts"],"names":[],"mappings":"AAgCA,eAAO,MAAM,mBAAmB,QAE/B,CAAC;AAEF,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAGvD;AAED,wBAAgB,iBAAiB,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM,CAI5D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calculate-writer-ai-action-price.util.d.ts","sourceRoot":"","sources":["../../../helpers/writer/calculate-writer-ai-action-price.util.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,0BAA0B,EAAE,MAAM,cAAc,CAAC;AAG1D,wBAAgB,4BAA4B,CACxC,YAAY,EAAE,0BAA0B,EACxC,aAAa,EAAE,MAAM,GACtB,MAAM,CAaR"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calculate-writer-content-generation-price.util.d.ts","sourceRoot":"","sources":["../../../helpers/writer/calculate-writer-content-generation-price.util.ts"],"names":[],"mappings":"AACA,wBAAgB,qCAAqC,CAAC,KAAK,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,GAAG,MAAM,CAEjG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../helpers/writer/index.ts"],"names":[],"mappings":"AAAA,cAAc,yCAAyC,CAAC;AACxD,cAAc,kDAAkD,CAAC;AACjE,cAAc,6BAA6B,CAAC"}
|
package/build/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,OAAO,CAAC;AACtB,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC"}
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const CloudPaymentsReceiptSchema: z.ZodObject<{
|
|
3
|
+
TinyUrl: z.ZodString;
|
|
4
|
+
Email: z.ZodString;
|
|
5
|
+
Phone: z.ZodNullable<z.ZodString>;
|
|
6
|
+
CalculationPlace: z.ZodString;
|
|
7
|
+
SettlePlace: z.ZodString;
|
|
8
|
+
Items: z.ZodArray<z.ZodObject<{
|
|
9
|
+
Label: z.ZodString;
|
|
10
|
+
Price: z.ZodNumber;
|
|
11
|
+
Quantity: z.ZodNumber;
|
|
12
|
+
Amount: z.ZodNumber;
|
|
13
|
+
Department: z.ZodNullable<z.ZodUnknown>;
|
|
14
|
+
Vat: z.ZodNumber;
|
|
15
|
+
EAN13: z.ZodNullable<z.ZodString>;
|
|
16
|
+
AgentSign: z.ZodNullable<z.ZodUnknown>;
|
|
17
|
+
Method: z.ZodNumber;
|
|
18
|
+
Object: z.ZodNumber;
|
|
19
|
+
MeasurementUnit: z.ZodNullable<z.ZodString>;
|
|
20
|
+
UnitCode: z.ZodNullable<z.ZodString>;
|
|
21
|
+
Code: z.ZodNullable<z.ZodString>;
|
|
22
|
+
CalcVat: z.ZodNumber;
|
|
23
|
+
VatDescription: z.ZodString;
|
|
24
|
+
MethodName: z.ZodNullable<z.ZodString>;
|
|
25
|
+
ObjectName: z.ZodNullable<z.ZodString>;
|
|
26
|
+
AgentDescription: z.ZodString;
|
|
27
|
+
AgentData: z.ZodNullable<z.ZodUnknown>;
|
|
28
|
+
PurveyorData: z.ZodNullable<z.ZodUnknown>;
|
|
29
|
+
Excise: z.ZodNullable<z.ZodUnknown>;
|
|
30
|
+
CountryOriginCode: z.ZodNullable<z.ZodString>;
|
|
31
|
+
CustomsDeclarationNumber: z.ZodNullable<z.ZodString>;
|
|
32
|
+
ProductCodeData: z.ZodNullable<z.ZodUnknown>;
|
|
33
|
+
AdditionalPositionInfo: z.ZodNullable<z.ZodString>;
|
|
34
|
+
SaleObjectData: z.ZodNullable<z.ZodUnknown>;
|
|
35
|
+
PriceChangeDescription: z.ZodNullable<z.ZodString>;
|
|
36
|
+
IndustryRequisiteCollection: z.ZodArray<z.ZodUnknown>;
|
|
37
|
+
MarkPartQuantity: z.ZodNullable<z.ZodUnknown>;
|
|
38
|
+
ExpectedMarkItemStatus: z.ZodNullable<z.ZodUnknown>;
|
|
39
|
+
MarkCheckFlags: z.ZodNullable<z.ZodUnknown>;
|
|
40
|
+
RawMarkCode: z.ZodNullable<z.ZodString>;
|
|
41
|
+
GroupSeparator: z.ZodNullable<z.ZodString>;
|
|
42
|
+
MarkResultSign: z.ZodNullable<z.ZodUnknown>;
|
|
43
|
+
Spic: z.ZodNullable<z.ZodString>;
|
|
44
|
+
PackageCode: z.ZodNullable<z.ZodString>;
|
|
45
|
+
Barcode: z.ZodNullable<z.ZodString>;
|
|
46
|
+
Discount: z.ZodNullable<z.ZodNumber>;
|
|
47
|
+
OtherDiscount: z.ZodNullable<z.ZodNumber>;
|
|
48
|
+
MarkCodes: z.ZodArray<z.ZodUnknown>;
|
|
49
|
+
}, z.core.$strip>>;
|
|
50
|
+
TaxationSystem: z.ZodNumber;
|
|
51
|
+
Amounts: z.ZodObject<{
|
|
52
|
+
Electronic: z.ZodNumber;
|
|
53
|
+
Cash: z.ZodNumber;
|
|
54
|
+
AdvancePayment: z.ZodNumber;
|
|
55
|
+
Credit: z.ZodNumber;
|
|
56
|
+
Provision: z.ZodNumber;
|
|
57
|
+
}, z.core.$strip>;
|
|
58
|
+
IsBso: z.ZodBoolean;
|
|
59
|
+
Currency: z.ZodNumber;
|
|
60
|
+
CustomerInfo: z.ZodNullable<z.ZodUnknown>;
|
|
61
|
+
CustomerInn: z.ZodNullable<z.ZodString>;
|
|
62
|
+
CustomerBirthday: z.ZodNullable<z.ZodString>;
|
|
63
|
+
CustomerStateCode: z.ZodNullable<z.ZodString>;
|
|
64
|
+
CustomerDocType: z.ZodNullable<z.ZodString>;
|
|
65
|
+
CustomerDoc: z.ZodNullable<z.ZodString>;
|
|
66
|
+
CustomerPlace: z.ZodNullable<z.ZodString>;
|
|
67
|
+
HasServices: z.ZodBoolean;
|
|
68
|
+
AgentSign: z.ZodNullable<z.ZodUnknown>;
|
|
69
|
+
EncryptedData: z.ZodNullable<z.ZodUnknown>;
|
|
70
|
+
Signature: z.ZodNullable<z.ZodString>;
|
|
71
|
+
HasAgentData: z.ZodBoolean;
|
|
72
|
+
CashierName: z.ZodNullable<z.ZodString>;
|
|
73
|
+
CashierInn: z.ZodNullable<z.ZodString>;
|
|
74
|
+
PurveyorData: z.ZodNullable<z.ZodUnknown>;
|
|
75
|
+
AgentData: z.ZodNullable<z.ZodUnknown>;
|
|
76
|
+
DocumentNumber: z.ZodString;
|
|
77
|
+
SessionNumber: z.ZodString;
|
|
78
|
+
SessionCheckNumber: z.ZodString;
|
|
79
|
+
FiscalSign: z.ZodString;
|
|
80
|
+
FiscalDate: z.ZodDate;
|
|
81
|
+
DeviceNumber: z.ZodString;
|
|
82
|
+
RegNumber: z.ZodString;
|
|
83
|
+
FiscalNumber: z.ZodString;
|
|
84
|
+
Ofd: z.ZodNumber;
|
|
85
|
+
Url: z.ZodString;
|
|
86
|
+
TestMode: z.ZodBoolean;
|
|
87
|
+
ClientAdress: z.ZodString;
|
|
88
|
+
FfdVersion: z.ZodNumber;
|
|
89
|
+
KkmModelName: z.ZodString;
|
|
90
|
+
IsSmsDisabled: z.ZodBoolean;
|
|
91
|
+
ReceiptQrCodeUrl: z.ZodString;
|
|
92
|
+
ReceiptOfdUrl: z.ZodString;
|
|
93
|
+
ReceiptLocalUrl: z.ZodString;
|
|
94
|
+
OfdName: z.ZodString;
|
|
95
|
+
OfdUrl: z.ZodString;
|
|
96
|
+
OfdInn: z.ZodString;
|
|
97
|
+
VatTotals: z.ZodArray<z.ZodObject<{
|
|
98
|
+
Vat: z.ZodNumber;
|
|
99
|
+
Label: z.ZodString;
|
|
100
|
+
Amount: z.ZodNumber;
|
|
101
|
+
}, z.core.$strip>>;
|
|
102
|
+
TaxationSystemDescription: z.ZodString;
|
|
103
|
+
AdditionalReceiptInfos: z.ZodArray<z.ZodUnknown>;
|
|
104
|
+
UserRequisiteData: z.ZodNullable<z.ZodUnknown>;
|
|
105
|
+
AdditionalReceiptRequisite: z.ZodNullable<z.ZodUnknown>;
|
|
106
|
+
IndustryRequisiteCollection: z.ZodArray<z.ZodUnknown>;
|
|
107
|
+
OperationReceiptRequisite: z.ZodNullable<z.ZodUnknown>;
|
|
108
|
+
TinyUrlRefundTarget: z.ZodNullable<z.ZodString>;
|
|
109
|
+
Location: z.ZodNullable<z.ZodUnknown>;
|
|
110
|
+
TaxiData: z.ZodNullable<z.ZodUnknown>;
|
|
111
|
+
OtherContactData: z.ZodNullable<z.ZodUnknown>;
|
|
112
|
+
}, z.core.$strip>;
|
|
113
|
+
//# sourceMappingURL=cloud-payments-receipt.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cloud-payments-receipt.schema.d.ts","sourceRoot":"","sources":["../../models/cloud-payments-receipt.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AA2DxB,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA2DrC,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { FILE_TYPE } from '../constants';
|
|
3
|
+
export declare const FileSchema: z.ZodObject<{
|
|
4
|
+
uuid: z.ZodString;
|
|
5
|
+
name: z.ZodString;
|
|
6
|
+
size: z.ZodNumber;
|
|
7
|
+
mimeType: z.ZodString;
|
|
8
|
+
url: z.ZodString;
|
|
9
|
+
key: z.ZodString;
|
|
10
|
+
type: z.ZodEnum<typeof FILE_TYPE>;
|
|
11
|
+
createdAt: z.ZodDate;
|
|
12
|
+
updatedAt: z.ZodDate;
|
|
13
|
+
}, z.core.$strip>;
|
|
14
|
+
//# sourceMappingURL=file.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"file.schema.d.ts","sourceRoot":"","sources":["../../models/file.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,eAAO,MAAM,UAAU;;;;;;;;;;iBAUrB,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const DateFilter: z.ZodObject<{
|
|
3
|
+
gt: z.ZodOptional<z.ZodCoercedDate<unknown>>;
|
|
4
|
+
gte: z.ZodOptional<z.ZodCoercedDate<unknown>>;
|
|
5
|
+
lt: z.ZodOptional<z.ZodCoercedDate<unknown>>;
|
|
6
|
+
lte: z.ZodOptional<z.ZodCoercedDate<unknown>>;
|
|
7
|
+
}, z.core.$strip>;
|
|
8
|
+
export type DateFilter = z.infer<typeof DateFilter>;
|
|
9
|
+
export declare const NumberFilter: z.ZodObject<{
|
|
10
|
+
gt: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
11
|
+
gte: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
12
|
+
lt: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
13
|
+
lte: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
14
|
+
}, z.core.$strip>;
|
|
15
|
+
export type NumberFilter = z.infer<typeof NumberFilter>;
|
|
16
|
+
//# sourceMappingURL=filters.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"filters.schema.d.ts","sourceRoot":"","sources":["../../models/filters.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,UAAU;;;;;iBAKrB,CAAC;AACH,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,UAAU,CAAC,CAAC;AAEpD,eAAO,MAAM,YAAY;;;;;iBAKvB,CAAC;AACH,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import z from 'zod';
|
|
2
|
+
export declare const IconVariantsSchema: z.ZodObject<{
|
|
3
|
+
light: z.ZodObject<{
|
|
4
|
+
svg: z.ZodString;
|
|
5
|
+
png: z.ZodString;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
dark: z.ZodObject<{
|
|
8
|
+
svg: z.ZodString;
|
|
9
|
+
png: z.ZodString;
|
|
10
|
+
}, z.core.$strip>;
|
|
11
|
+
}, z.core.$strip>;
|
|
12
|
+
//# sourceMappingURL=icon-variants.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-variants.schema.d.ts","sourceRoot":"","sources":["../../models/icon-variants.schema.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAEpB,eAAO,MAAM,kBAAkB;;;;;;;;;iBAS7B,CAAC"}
|