@purpleschool/gptbot 0.14.39 → 0.14.41
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/controllers/http/account-merge-private.d.ts +4 -0
- package/build/api/controllers/http/account-merge.d.ts +4 -0
- package/build/api/controllers/http/agents/agent-ai-model.d.ts +5 -0
- package/build/api/controllers/http/agents/agent-channel.d.ts +8 -0
- package/build/api/controllers/http/agents/agent-dialog.d.ts +14 -0
- package/build/api/controllers/http/agents/agent-document.d.ts +8 -0
- package/build/api/controllers/http/agents/agent-files.d.ts +4 -0
- package/build/api/controllers/http/agents/agent-lead-form.d.ts +8 -0
- package/build/api/controllers/http/agents/agent-lead.d.ts +8 -0
- package/build/api/controllers/http/agents/agent-statistics.d.ts +4 -0
- package/build/api/controllers/http/agents/agent-template.d.ts +14 -0
- package/build/api/controllers/http/agents/agent-tool.d.ts +8 -0
- package/build/api/controllers/http/agents/agent.d.ts +15 -0
- package/build/api/controllers/http/ai-model.d.ts +9 -0
- package/build/api/controllers/http/ai-vendor.d.ts +8 -0
- package/build/api/controllers/http/auth.d.ts +14 -0
- package/build/api/controllers/http/avatar-studio.d.ts +43 -0
- package/build/api/controllers/http/b2b-compatible.d.ts +12 -0
- package/build/api/controllers/http/b2b-usage-log.d.ts +4 -0
- package/build/api/controllers/http/b2b.d.ts +13 -0
- package/build/api/controllers/http/blog.d.ts +16 -0
- package/build/api/controllers/http/cabinet.d.ts +5 -0
- package/build/api/controllers/http/canvas-cron.d.ts +4 -0
- package/build/api/controllers/http/canvas-edge.d.ts +7 -0
- package/build/api/controllers/http/canvas-node-definition.d.ts +4 -0
- package/build/api/controllers/http/canvas-node.d.ts +8 -0
- package/build/api/controllers/http/canvas-template.d.ts +12 -0
- package/build/api/controllers/http/canvas-text-generation.d.ts +6 -0
- package/build/api/controllers/http/canvas-var-generation.d.ts +6 -0
- package/build/api/controllers/http/canvas.d.ts +13 -0
- package/build/api/controllers/http/category.d.ts +10 -0
- package/build/api/controllers/http/chat-private.d.ts +18 -0
- package/build/api/controllers/http/chat-public.d.ts +16 -0
- package/build/api/controllers/http/cloud-payments.d.ts +4 -0
- package/build/api/controllers/http/community.d.ts +24 -0
- package/build/api/controllers/http/course.d.ts +14 -0
- package/build/api/controllers/http/daily-streak.d.ts +5 -0
- package/build/api/controllers/http/diagrams.d.ts +16 -0
- package/build/api/controllers/http/feedback.d.ts +5 -0
- package/build/api/controllers/http/files.d.ts +13 -0
- package/build/api/controllers/http/folder.d.ts +9 -0
- package/build/api/controllers/http/form-submission.d.ts +5 -0
- package/build/api/controllers/http/html-page-builder.d.ts +13 -0
- package/build/api/controllers/http/image-editor.d.ts +14 -0
- package/build/api/controllers/http/image-generation.d.ts +14 -0
- package/build/api/controllers/http/image-recognition.d.ts +14 -0
- package/build/api/controllers/http/index.d.ts +86 -0
- package/build/api/controllers/http/interior-design.d.ts +14 -0
- package/build/api/controllers/http/key-value.d.ts +9 -0
- package/build/api/controllers/http/marketplace-card.d.ts +15 -0
- package/build/api/controllers/http/message.d.ts +10 -0
- package/build/api/controllers/http/model-page.d.ts +32 -0
- package/build/api/controllers/http/music.d.ts +22 -0
- package/build/api/controllers/http/order.d.ts +5 -0
- package/build/api/controllers/http/page.d.ts +13 -0
- package/build/api/controllers/http/palette.d.ts +5 -0
- package/build/api/controllers/http/paraphrase.d.ts +14 -0
- package/build/api/controllers/http/payment.d.ts +6 -0
- package/build/api/controllers/http/photo-studio.d.ts +26 -0
- package/build/api/controllers/http/presentation.d.ts +32 -0
- package/build/api/controllers/http/product.d.ts +10 -0
- package/build/api/controllers/http/promocode.d.ts +8 -0
- package/build/api/controllers/http/prompt-category.d.ts +13 -0
- package/build/api/controllers/http/prompt-topic.d.ts +15 -0
- package/build/api/controllers/http/prompt.d.ts +14 -0
- package/build/api/controllers/http/question.d.ts +8 -0
- package/build/api/controllers/http/referral.d.ts +6 -0
- package/build/api/controllers/http/review.d.ts +7 -0
- package/build/api/controllers/http/solving-edu-task.d.ts +14 -0
- package/build/api/controllers/http/spell-corrector.d.ts +14 -0
- package/build/api/controllers/http/stt.d.ts +14 -0
- package/build/api/controllers/http/subscription.d.ts +20 -0
- package/build/api/controllers/http/support-feedback.d.ts +6 -0
- package/build/api/controllers/http/task.d.ts +5 -0
- package/build/api/controllers/http/team-account.d.ts +33 -0
- package/build/api/controllers/http/telegram-auth.d.ts +6 -0
- package/build/api/controllers/http/telegram-connect.d.ts +5 -0
- package/build/api/controllers/http/telegram-profile.d.ts +4 -0
- package/build/api/controllers/http/tool-job.d.ts +4 -0
- package/build/api/controllers/http/tool-workspace.d.ts +9 -0
- package/build/api/controllers/http/tool.d.ts +6 -0
- package/build/api/controllers/http/tts.d.ts +14 -0
- package/build/api/controllers/http/ui-notification.d.ts +15 -0
- package/build/api/controllers/http/unregistered-user.d.ts +5 -0
- package/build/api/controllers/http/update-post.d.ts +14 -0
- package/build/api/controllers/http/user-private.d.ts +4 -0
- package/build/api/controllers/http/user-profile.d.ts +7 -0
- package/build/api/controllers/http/user-to-product.d.ts +5 -0
- package/build/api/controllers/http/user-to-subscription.d.ts +6 -0
- package/build/api/controllers/http/user-to-task-private.d.ts +7 -0
- package/build/api/controllers/http/user-to-task-public.d.ts +4 -0
- package/build/api/controllers/http/user.d.ts +21 -0
- package/build/api/controllers/http/video-editor.d.ts +14 -0
- package/build/api/controllers/http/video.d.ts +14 -0
- package/build/api/controllers/http/webmaster-click.d.ts +6 -0
- package/build/api/controllers/http/webmaster.d.ts +10 -0
- package/build/api/controllers/http/writer.d.ts +28 -0
- package/build/api/routes.d.ts +1310 -0
- package/build/commands/account-merge/merge-account-by-telegram-id.command.d.ts +14 -0
- package/build/commands/account-merge/merge-account.command.d.ts +14 -0
- package/build/commands/agents/agent-ai-model/find-agent-ai-models.command.d.ts +25 -0
- package/build/commands/agents/agent-ai-model/get-agent-ai-model-by-id.command.d.ts +29 -0
- package/build/commands/agents/agent-channel/create-agent-channel.command.d.ts +54 -0
- package/build/commands/agents/agent-channel/delete-agent-channel.command.d.ts +12 -0
- package/build/commands/agents/agent-channel/find-agent-channels-catalog.command.d.ts +26 -0
- package/build/commands/agents/agent-channel/find-agent-channels.command.d.ts +33 -0
- package/build/commands/agents/agent-channel/update-agent-channel.command.d.ts +53 -0
- package/build/commands/agents/agent-dialog/delete-dialog.command.d.ts +14 -0
- package/build/commands/agents/agent-dialog/find-agent-dialogs.command.d.ts +55 -0
- package/build/commands/agents/agent-dialog/get-agent-dialog-by-id.command.d.ts +63 -0
- package/build/commands/agents/agent-dialog/get-cabinet-config.command.d.ts +10 -0
- package/build/commands/agents/agent-dialog/get-cabinet-price-preview.command.d.ts +22 -0
- package/build/commands/agents/agent-dialog/get-dialog-context-length.command.d.ts +25 -0
- package/build/commands/agents/agent-dialog/rename-agent-dialog.command.d.ts +48 -0
- package/build/commands/agents/agent-dialog/send-agent-dialog-admin-reply.command.d.ts +22 -0
- package/build/commands/agents/agent-dialog/send-cabinet-message.command.d.ts +23 -0
- package/build/commands/agents/agent-dialog/start-cabinet-dialog.command.d.ts +17 -0
- package/build/commands/agents/agent-dialog/stop-cabinet-stream.command.d.ts +13 -0
- package/build/commands/agents/agent-dialog/update-agent-dialog-status.command.d.ts +51 -0
- package/build/commands/agents/agent-document/add-document-from-url.command.d.ts +26 -0
- package/build/commands/agents/agent-document/delete-agent-document.command.d.ts +12 -0
- package/build/commands/agents/agent-document/find-agent-documents.command.d.ts +34 -0
- package/build/commands/agents/agent-document/get-agent-document-by-id.command.d.ts +25 -0
- package/build/commands/agents/agent-document/upload-agent-document.command.d.ts +22 -0
- package/build/commands/agents/agent-files/upload-agent-chat-file.command.d.ts +45 -0
- package/build/commands/agents/agent-lead/create-agent-lead.command.d.ts +21 -0
- package/build/commands/agents/agent-lead/delete-agent-lead.command.d.ts +11 -0
- package/build/commands/agents/agent-lead/find-agent-leads.command.d.ts +19 -0
- package/build/commands/agents/agent-lead/get-agent-lead-by-id.command.d.ts +19 -0
- package/build/commands/agents/agent-lead/update-agent-lead.command.d.ts +25 -0
- package/build/commands/agents/agent-lead-form/delete-agent-lead-form.command.d.ts +12 -0
- package/build/commands/agents/agent-lead-form/find-agent-lead-forms.command.d.ts +26 -0
- package/build/commands/agents/agent-lead-form/get-agent-lead-form-by-agent.command.d.ts +24 -0
- package/build/commands/agents/agent-lead-form/get-agent-lead-form-by-id.command.d.ts +24 -0
- package/build/commands/agents/agent-lead-form/upsert-agent-lead-form.command.d.ts +34 -0
- package/build/commands/agents/agent-template/create-agent-template-category.command.d.ts +23 -0
- package/build/commands/agents/agent-template/create-agent-template-instruction.command.d.ts +28 -0
- package/build/commands/agents/agent-template/create-agent-template.command.d.ts +74 -0
- package/build/commands/agents/agent-template/delete-agent-template-category.command.d.ts +11 -0
- package/build/commands/agents/agent-template/delete-agent-template-instruction.command.d.ts +12 -0
- package/build/commands/agents/agent-template/delete-agent-template.command.d.ts +11 -0
- package/build/commands/agents/agent-template/find-agent-template-catalog.command.d.ts +64 -0
- package/build/commands/agents/agent-template/find-agent-template-categories.command.d.ts +24 -0
- package/build/commands/agents/agent-template/find-agent-template-instructions.command.d.ts +27 -0
- package/build/commands/agents/agent-template/find-agent-templates.command.d.ts +49 -0
- package/build/commands/agents/agent-template/get-agent-template-instructions-by-template.command.d.ts +21 -0
- package/build/commands/agents/agent-template/update-agent-template-category.command.d.ts +28 -0
- package/build/commands/agents/agent-template/update-agent-template-instruction.command.d.ts +30 -0
- package/build/commands/agents/agent-template/update-agent-template.command.d.ts +79 -0
- package/build/commands/agents/agent-tool/connect-agent-tool.command.d.ts +38 -0
- package/build/commands/agents/agent-tool/disconnect-agent-tool.command.d.ts +12 -0
- package/build/commands/agents/agent-tool/find-agent-tools-catalog.command.d.ts +24 -0
- package/build/commands/agents/agent-tool/find-agent-tools.command.d.ts +20 -0
- package/build/commands/agents/agent-tool/update-agent-tool.command.d.ts +39 -0
- package/build/commands/agents/agents/activate-agent.command.d.ts +38 -0
- package/build/commands/agents/agents/create-agent.command.d.ts +42 -0
- package/build/commands/agents/agents/delete-agent.command.d.ts +11 -0
- package/build/commands/agents/agents/find-agents.command.d.ts +42 -0
- package/build/commands/agents/agents/get-agent-aggregate.command.d.ts +181 -0
- package/build/commands/agents/agents/get-agent-by-id.command.d.ts +38 -0
- package/build/commands/agents/agents/get-agent-public-info.command.d.ts +41 -0
- package/build/commands/agents/agents/get-agent-statistics.command.d.ts +56 -0
- package/build/commands/agents/agents/stop-agent.command.d.ts +38 -0
- package/build/commands/agents/agents/update-agent.command.d.ts +64 -0
- package/build/commands/ai-model/create-ai-model.command.d.ts +132 -0
- package/build/commands/ai-model/delete-ai-model.command.d.ts +11 -0
- package/build/commands/ai-model/find-ai-model.command.d.ts +161 -0
- package/build/commands/ai-model/find-ai-models-available-to-user.comand.d.ts +71 -0
- package/build/commands/ai-model/find-formatted-ai-model-v2.command.d.ts +27 -0
- package/build/commands/ai-model/find-formatted-ai-model.command.d.ts +143 -0
- package/build/commands/ai-model/find-model-pages.command.d.ts +62 -0
- package/build/commands/ai-model/update-ai-model.command.d.ts +136 -0
- package/build/commands/ai-studio/canvas/create-canvas.command.d.ts +17 -0
- package/build/commands/ai-studio/canvas/delete-canvas.command.d.ts +13 -0
- package/build/commands/ai-studio/canvas/execute-graph-by-node.command.d.ts +702 -0
- package/build/commands/ai-studio/canvas/find-canvas-by-uuid-with-relations.query.d.ts +714 -0
- package/build/commands/ai-studio/canvas/find-canvas-by-uuid.query.d.ts +17 -0
- package/build/commands/ai-studio/canvas/find-canvases-by-user.query.d.ts +22 -0
- package/build/commands/ai-studio/canvas/get-price.query.d.ts +37 -0
- package/build/commands/ai-studio/canvas/recover-stale-nodes.command.d.ts +9 -0
- package/build/commands/ai-studio/canvas/run-canvas.command.d.ts +714 -0
- package/build/commands/ai-studio/canvas/save-canvas.command.d.ts +761 -0
- package/build/commands/ai-studio/canvas/update-canvas.command.d.ts +21 -0
- package/build/commands/ai-studio/canvas-edge/create-canvas-edge.command.d.ts +26 -0
- package/build/commands/ai-studio/canvas-edge/delete-canvas-edge.command.d.ts +18 -0
- package/build/commands/ai-studio/canvas-edge/find-canvas-edge-by-source-and-target.query.d.ts +23 -0
- package/build/commands/ai-studio/canvas-edge/find-canvas-edges-by-canvas.query.d.ts +18 -0
- package/build/commands/ai-studio/canvas-node/count-canvas-nodes-by-canvas.query.d.ts +14 -0
- package/build/commands/ai-studio/canvas-node/create-canvas-node.command.d.ts +715 -0
- package/build/commands/ai-studio/canvas-node/delete-canvas-node.command.d.ts +14 -0
- package/build/commands/ai-studio/canvas-node/find-canvas-node-by-uuid.query.d.ts +700 -0
- package/build/commands/ai-studio/canvas-node/find-canvas-node-definitions-with-configs.query.d.ts +653 -0
- package/build/commands/ai-studio/canvas-node/find-canvas-nodes-by-canvas.query.d.ts +699 -0
- package/build/commands/ai-studio/canvas-node/update-canvas-node.command.d.ts +717 -0
- package/build/commands/ai-studio/canvas-template/create-canvas-from-generated-template.command.d.ts +754 -0
- package/build/commands/ai-studio/canvas-template/create-canvas-from-template.command.d.ts +714 -0
- package/build/commands/ai-studio/canvas-template/create-canvas-template.command.d.ts +84 -0
- package/build/commands/ai-studio/canvas-template/delete-canvas-template.command.d.ts +13 -0
- package/build/commands/ai-studio/canvas-template/find-canvas-template-by-uuid.query.d.ts +50 -0
- package/build/commands/ai-studio/canvas-template/find-canvas-templates.query.d.ts +58 -0
- package/build/commands/ai-studio/canvas-template/generate-canvas-template-by-prompt.command.d.ts +715 -0
- package/build/commands/ai-studio/canvas-template/get-canvas-template-price.command.d.ts +15 -0
- package/build/commands/ai-studio/canvas-template/update-canvas-template.command.d.ts +88 -0
- package/build/commands/ai-studio/canvas-tool/palette/generate-palette.command.d.ts +20 -0
- package/build/commands/ai-studio/canvas-tool/palette/get-palette-price.command.d.ts +15 -0
- package/build/commands/ai-studio/canvas-tool/text-gen/generate-text.command.d.ts +16 -0
- package/build/commands/ai-studio/canvas-tool/text-gen/get-text-generation-config.command.d.ts +91 -0
- package/build/commands/ai-studio/canvas-tool/text-gen/get-text-generation-price.command.d.ts +16 -0
- package/build/commands/ai-studio/canvas-tool/var-gen/generate-variables.command.d.ts +20 -0
- package/build/commands/ai-studio/canvas-tool/var-gen/get-var-gen-config.command.d.ts +69 -0
- package/build/commands/ai-studio/canvas-tool/var-gen/get-var-gen-price.command.d.ts +16 -0
- package/build/commands/ai-vendor/create-ai-vendor.command.d.ts +40 -0
- package/build/commands/ai-vendor/delete-ai-vendor.command.d.ts +9 -0
- package/build/commands/ai-vendor/find-ai-vendor-by-uuid.query.d.ts +28 -0
- package/build/commands/ai-vendor/find-ai-vendors-by-criteria.query.d.ts +40 -0
- package/build/commands/ai-vendor/find-all-ai-vendors.command.d.ts +24 -0
- package/build/commands/ai-vendor/update-ai-vendor.command.d.ts +42 -0
- package/build/commands/auth/change-password.command.d.ts +14 -0
- package/build/commands/auth/create-user.command.d.ts +13 -0
- package/build/commands/auth/login.command.d.ts +14 -0
- package/build/commands/auth/register-user.command.d.ts +27 -0
- package/build/commands/auth/reset-password.command.d.ts +15 -0
- package/build/commands/auth/restore-password.command.d.ts +13 -0
- package/build/commands/auth/verify-email-retry.command.d.ts +7 -0
- package/build/commands/auth/verify-email.command.d.ts +10 -0
- package/build/commands/auth/vk-login.command.d.ts +22 -0
- package/build/commands/auth/yandex-login.command.d.ts +20 -0
- package/build/commands/avatar-studio/clip/create-avatar-studio-clip.command.d.ts +356 -0
- package/build/commands/avatar-studio/clip/delete-avatar-studio-clip.command.d.ts +13 -0
- package/build/commands/avatar-studio/clip/find-avatar-studio-clips.query.d.ts +354 -0
- package/build/commands/avatar-studio/clip/get-avatar-studio-clip.query.d.ts +350 -0
- package/build/commands/avatar-studio/clip/update-avatar-studio-clip.command.d.ts +360 -0
- package/build/commands/avatar-studio/export-job/find-avatar-studio-export-jobs.query.d.ts +71 -0
- package/build/commands/avatar-studio/export-job/get-avatar-studio-export-job.query.d.ts +64 -0
- package/build/commands/avatar-studio/export-job/start-avatar-studio-export.command.d.ts +64 -0
- package/build/commands/avatar-studio/generation-job/find-avatar-studio-generation-jobs.query.d.ts +75 -0
- package/build/commands/avatar-studio/generation-job/generate-avatar-studio-frame.command.d.ts +76 -0
- package/build/commands/avatar-studio/generation-job/generate-avatar-studio-image.command.d.ts +79 -0
- package/build/commands/avatar-studio/generation-job/generate-avatar-studio-scene-video.command.d.ts +78 -0
- package/build/commands/avatar-studio/generation-job/generate-avatar-studio-scene-voice.command.d.ts +76 -0
- package/build/commands/avatar-studio/generation-job/generate-avatar-studio-talking-avatar.command.d.ts +78 -0
- package/build/commands/avatar-studio/generation-job/get-avatar-studio-generation-job.query.d.ts +67 -0
- package/build/commands/avatar-studio/media/create-avatar-studio-media-from-file.command.d.ts +58 -0
- package/build/commands/avatar-studio/media/delete-avatar-studio-media.command.d.ts +13 -0
- package/build/commands/avatar-studio/media/find-avatar-studio-media.query.d.ts +68 -0
- package/build/commands/avatar-studio/media/update-avatar-studio-media.command.d.ts +54 -0
- package/build/commands/avatar-studio/scene/apply-avatar-studio-voice-sample-to-all-scenes.command.d.ts +351 -0
- package/build/commands/avatar-studio/scene/create-avatar-studio-scene.command.d.ts +174 -0
- package/build/commands/avatar-studio/scene/delete-avatar-studio-scene.command.d.ts +14 -0
- package/build/commands/avatar-studio/scene/reorder-avatar-studio-scenes.command.d.ts +179 -0
- package/build/commands/avatar-studio/scene/set-avatar-studio-scene-slot.command.d.ts +179 -0
- package/build/commands/avatar-studio/scene/update-avatar-studio-scene.command.d.ts +196 -0
- package/build/commands/avatar-studio/scriptwriter/apply-avatar-studio-scriptwriter-message.command.d.ts +188 -0
- package/build/commands/avatar-studio/scriptwriter/calculate-avatar-studio-scriptwriter-price.command.d.ts +27 -0
- package/build/commands/avatar-studio/scriptwriter/create-avatar-studio-scriptwriter-message.command.d.ts +94 -0
- package/build/commands/avatar-studio/scriptwriter/find-avatar-studio-scriptwriter-messages.query.d.ts +21 -0
- package/build/commands/avatar-studio/shared/avatar-studio-common.schema.d.ts +68 -0
- package/build/commands/avatar-studio/shared/get-avatar-studio-config.query.d.ts +203 -0
- package/build/commands/avatar-studio/voice/design-avatar-studio-voice.command.d.ts +73 -0
- package/build/commands/b2b/create-api-key.command.d.ts +17 -0
- package/build/commands/b2b/delete-api-key.command.d.ts +13 -0
- package/build/commands/b2b/find-b2b-image-generation-job-by-uuid.command.d.ts +17 -0
- package/build/commands/b2b/get-api-key.command.d.ts +20 -0
- package/build/commands/b2b/get-b2b-documentation.command.d.ts +405 -0
- package/build/commands/b2b/refresh-api-key.command.d.ts +9 -0
- package/build/commands/b2b/send-image-request.command.d.ts +23 -0
- package/build/commands/b2b/send-text-request.command.d.ts +39 -0
- package/build/commands/b2b/submit-balance-top-up-form.command.d.ts +17 -0
- package/build/commands/b2b/update-api-key.command.d.ts +30 -0
- package/build/commands/b2b/upload-b2b-file.command.d.ts +30 -0
- package/build/commands/b2b-compatible/anthropic-files.command.d.ts +31 -0
- package/build/commands/b2b-compatible/anthropic-messages.command.d.ts +303 -0
- package/build/commands/b2b-compatible/anthropic-models.command.d.ts +35 -0
- package/build/commands/b2b-compatible/common.schemas.d.ts +34 -0
- package/build/commands/b2b-compatible/openai-files.command.d.ts +49 -0
- package/build/commands/b2b-compatible/openai-models.command.d.ts +33 -0
- package/build/commands/b2b-compatible/openai-responses.command.d.ts +245 -0
- package/build/commands/b2b-usage-log/get-b2b-usage-statistics.command.d.ts +77 -0
- package/build/commands/blog/create-post-translation.command.d.ts +33 -0
- package/build/commands/blog/create-post.command.d.ts +31 -0
- package/build/commands/blog/delete-post.command.d.ts +9 -0
- package/build/commands/blog/find-all-posts.command.d.ts +26 -0
- package/build/commands/blog/find-post-by-alias.command.d.ts +42 -0
- package/build/commands/blog/find-post-by-uuid.command.d.ts +25 -0
- package/build/commands/blog/find-posts.command.d.ts +30 -0
- package/build/commands/blog/get-all-post-translations.query.d.ts +23 -0
- package/build/commands/blog/get-latest-updates.command.d.ts +25 -0
- package/build/commands/blog/get-posts-count.command.d.ts +12 -0
- package/build/commands/blog/update-post-translation.command.d.ts +33 -0
- package/build/commands/blog/update-post.command.d.ts +31 -0
- package/build/commands/cabinet/get-user-statistics-by-month.command.d.ts +21 -0
- package/build/commands/cabinet/get-user-statistics-overview.command.d.ts +27 -0
- package/build/commands/category/create-category-translation.command.d.ts +29 -0
- package/build/commands/category/create-category.command.d.ts +34 -0
- package/build/commands/category/delete-category.command.d.ts +9 -0
- package/build/commands/category/find-category.command.d.ts +110 -0
- package/build/commands/category/get-all-category-translations.query.d.ts +21 -0
- package/build/commands/category/update-category-translation.command.d.ts +29 -0
- package/build/commands/category/update-category.command.d.ts +38 -0
- package/build/commands/chat/archive-all.command.d.ts +7 -0
- package/build/commands/chat/calculate-chat-price.command.d.ts +18 -0
- package/build/commands/chat/check-limit.command.d.ts +19 -0
- package/build/commands/chat/compact-chat.command.d.ts +15 -0
- package/build/commands/chat/create-chat.command.d.ts +60 -0
- package/build/commands/chat/delete-chat.command.d.ts +9 -0
- package/build/commands/chat/find-chat-by-uuid.command.d.ts +59 -0
- package/build/commands/chat/find-chats.command.d.ts +34 -0
- package/build/commands/chat/get-chats-config.command.d.ts +13 -0
- package/build/commands/chat/get-input-limits.command.d.ts +15 -0
- package/build/commands/chat/get-last-active-chat-command.d.ts +58 -0
- package/build/commands/chat/update-chat.command.d.ts +32 -0
- package/build/commands/community/archive-community-post.command.d.ts +11 -0
- package/build/commands/community/create-community-post.command.d.ts +142 -0
- package/build/commands/community/delete-community-post.command.d.ts +11 -0
- package/build/commands/community/get-all-community-posts-by-criteria.command.d.ts +157 -0
- package/build/commands/community/get-community-post-by-uuid.command.d.ts +145 -0
- package/build/commands/community/get-count-of-likes-on-user-posts.command.d.ts +11 -0
- package/build/commands/community/get-my-community-posts-by-criteria.command.d.ts +159 -0
- package/build/commands/community/get-my-favorite-community-posts.command.d.ts +151 -0
- package/build/commands/community/get-my-likes-community-posts.command.d.ts +150 -0
- package/build/commands/community/send-report-to-community-post.command.d.ts +13 -0
- package/build/commands/community/set-favorite-community-post.command.d.ts +11 -0
- package/build/commands/community/set-like-community-post.command.d.ts +145 -0
- package/build/commands/community/set-reject-community-post.command.d.ts +16 -0
- package/build/commands/community/set-visibility-community-post.command.d.ts +20 -0
- package/build/commands/community/share-my-community-post.command.d.ts +11 -0
- package/build/commands/course/create-course-translation.command.d.ts +31 -0
- package/build/commands/course/create-course.command.d.ts +35 -0
- package/build/commands/course/create-lesson-translation.command.d.ts +23 -0
- package/build/commands/course/create-section-translation.command.d.ts +23 -0
- package/build/commands/course/find-course-by-alias.command.d.ts +49 -0
- package/build/commands/course/find-course-by-uuid.command.d.ts +49 -0
- package/build/commands/course/get-all-course-translations.query.d.ts +22 -0
- package/build/commands/course/get-all-lesson-translations.query.d.ts +18 -0
- package/build/commands/course/get-all-section-translations.query.d.ts +18 -0
- package/build/commands/course/update-course-translation.command.d.ts +31 -0
- package/build/commands/course/update-lesson-translation.command.d.ts +23 -0
- package/build/commands/course/update-section-translation.command.d.ts +23 -0
- package/build/commands/daily-streak/collect-daily-reward.command.d.ts +37 -0
- package/build/commands/daily-streak/get-daily-streak.command.d.ts +37 -0
- package/build/commands/feedback/check-if-user-ready-for-feedback.command.d.ts +11 -0
- package/build/commands/feedback/create-feedback.command.d.ts +20 -0
- package/build/commands/feedback/udpate-feedback.command.d.ts +24 -0
- package/build/commands/file/calculate-file-cost.command.d.ts +33 -0
- package/build/commands/file/delete-user-file.command.d.ts +8 -0
- package/build/commands/file/upload.command.d.ts +29 -0
- package/build/commands/folder/create-folder.command.d.ts +19 -0
- package/build/commands/folder/delete-folder.command.d.ts +13 -0
- package/build/commands/folder/find-folder-by-uuid-with-chats.command.d.ts +43 -0
- package/build/commands/folder/find-folder-by-uuid.command.d.ts +18 -0
- package/build/commands/folder/find-folders-by-user.command.d.ts +22 -0
- package/build/commands/folder/update-folder.command.d.ts +23 -0
- package/build/commands/form-submission/create-form-submission.command.d.ts +20 -0
- package/build/commands/key-value/create-key-value.command.d.ts +27 -0
- package/build/commands/key-value/delete-key-value-by-key.command.d.ts +10 -0
- package/build/commands/key-value/find-all-key-values.command.d.ts +16 -0
- package/build/commands/key-value/find-all-namespace-key-values.command.d.ts +20 -0
- package/build/commands/key-value/find-key-value-by-key.command.d.ts +21 -0
- package/build/commands/key-value/update-key-value-by-key.command.d.ts +29 -0
- package/build/commands/message/create-suggestions.command.d.ts +14 -0
- package/build/commands/message/create-text-message.command.d.ts +49 -0
- package/build/commands/message/find-message-by-uuid.command.d.ts +42 -0
- package/build/commands/message/rate-message.command.d.ts +45 -0
- package/build/commands/message/stop-stream.command.d.ts +11 -0
- package/build/commands/midjourney/midjourney-callback.command.d.ts +23 -0
- package/build/commands/model-page/base/create-model-page.command.d.ts +24 -0
- package/build/commands/model-page/base/delete-model-page.command.d.ts +11 -0
- package/build/commands/model-page/base/find-model-page-admin.command.d.ts +375 -0
- package/build/commands/model-page/base/find-model-pages-admin.command.d.ts +27 -0
- package/build/commands/model-page/base/update-model-page.command.d.ts +29 -0
- package/build/commands/model-page/common.schemas.d.ts +20 -0
- package/build/commands/model-page/public/find-model-page-answer-detail.command.d.ts +359 -0
- package/build/commands/model-page/public/find-model-page-detail.command.d.ts +363 -0
- package/build/commands/model-page/public/find-model-page-hub.command.d.ts +361 -0
- package/build/commands/model-page/public/find-model-page-question-type.command.d.ts +23 -0
- package/build/commands/model-page/public/find-model-page-vendors.command.d.ts +19 -0
- package/build/commands/model-page/question/create-model-page-question.command.d.ts +18 -0
- package/build/commands/model-page/question/delete-model-page-question.command.d.ts +11 -0
- package/build/commands/model-page/question/find-model-page-question-admin.command.d.ts +17 -0
- package/build/commands/model-page/question/find-model-page-questions-admin.command.d.ts +23 -0
- package/build/commands/model-page/question/update-model-page-question.command.d.ts +22 -0
- package/build/commands/model-page/question-translation/create-model-page-question-translation.command.d.ts +29 -0
- package/build/commands/model-page/question-translation/delete-model-page-question-translation.command.d.ts +12 -0
- package/build/commands/model-page/question-translation/find-model-page-question-translation.command.d.ts +22 -0
- package/build/commands/model-page/question-translation/find-model-page-question-translations.command.d.ts +21 -0
- package/build/commands/model-page/question-translation/update-model-page-question-translation.command.d.ts +29 -0
- package/build/commands/model-page/translation/create-model-page-translation.command.d.ts +31 -0
- package/build/commands/model-page/translation/delete-model-page-translation.command.d.ts +12 -0
- package/build/commands/model-page/translation/find-model-page-translation.command.d.ts +23 -0
- package/build/commands/model-page/translation/find-model-page-translations.command.d.ts +22 -0
- package/build/commands/model-page/translation/update-model-page-translation.command.d.ts +31 -0
- package/build/commands/order/get-order-payment-status.command.d.ts +14 -0
- package/build/commands/page/create-page-translation.command.d.ts +33 -0
- package/build/commands/page/create-page.command.d.ts +35 -0
- package/build/commands/page/delete-page.command.d.ts +9 -0
- package/build/commands/page/find-page-by-alias.command.d.ts +270 -0
- package/build/commands/page/find-page.command.d.ts +182 -0
- package/build/commands/page/find-pages-by-criteria.command.d.ts +280 -0
- package/build/commands/page/get-all-page-translations.query.d.ts +23 -0
- package/build/commands/page/update-page-translation.command.d.ts +33 -0
- package/build/commands/page/update-page.command.d.ts +39 -0
- package/build/commands/payment/check.command.d.ts +63 -0
- package/build/commands/payment/find-payments-by-criteria.command.d.ts +49 -0
- package/build/commands/payment/get-payment-history.command.d.ts +20 -0
- package/build/commands/payment/pay.command.d.ts +63 -0
- package/build/commands/payment/receipt.command.d.ts +402 -0
- package/build/commands/payment/recurrent.command.d.ts +60 -0
- package/build/commands/payment/refund-payment.command.d.ts +13 -0
- package/build/commands/photo-studio/add-photo-studio-checkpoint.command.d.ts +67 -0
- package/build/commands/photo-studio/add-photo-studio-image.command.d.ts +74 -0
- package/build/commands/photo-studio/clear-photo-studio-checkpoints.command.d.ts +44 -0
- package/build/commands/photo-studio/create-photo-studio-canvas.command.d.ts +33 -0
- package/build/commands/photo-studio/delete-photo-studio-canvas.command.d.ts +13 -0
- package/build/commands/photo-studio/delete-photo-studio-checkpoint.command.d.ts +14 -0
- package/build/commands/photo-studio/delete-photo-studio-image.command.d.ts +49 -0
- package/build/commands/photo-studio/delete-photo-studio-job.command.d.ts +14 -0
- package/build/commands/photo-studio/execute-photo-studio-action.command.d.ts +308 -0
- package/build/commands/photo-studio/find-photo-studio-canvas-by-uuid.query.d.ts +19 -0
- package/build/commands/photo-studio/find-photo-studio-canvases.query.d.ts +23 -0
- package/build/commands/photo-studio/find-photo-studio-checkpoints.query.d.ts +44 -0
- package/build/commands/photo-studio/find-photo-studio-job-by-id.query.d.ts +94 -0
- package/build/commands/photo-studio/find-photo-studio-jobs.query.d.ts +48 -0
- package/build/commands/photo-studio/get-photo-studio-actions.query.d.ts +18 -0
- package/build/commands/photo-studio/get-photo-studio-config.query.d.ts +292 -0
- package/build/commands/photo-studio/move-photo-studio-image.command.d.ts +59 -0
- package/build/commands/photo-studio/rename-photo-studio-image.command.d.ts +50 -0
- package/build/commands/photo-studio/retry-photo-studio-job.command.d.ts +36 -0
- package/build/commands/photo-studio/save-photo-studio-canvas.command.d.ts +43 -0
- package/build/commands/photo-studio/update-photo-studio-canvas.command.d.ts +23 -0
- package/build/commands/photo-studio/update-photo-studio-checkpoint.command.d.ts +67 -0
- package/build/commands/product/buy-product.command.d.ts +157 -0
- package/build/commands/product/create-product.command.d.ts +474 -0
- package/build/commands/product/delete-product.command.d.ts +9 -0
- package/build/commands/product/find-product.command.d.ts +488 -0
- package/build/commands/product/get-my-products.command.d.ts +251 -0
- package/build/commands/product/refund-product.command.d.ts +13 -0
- package/build/commands/product/update-product.command.d.ts +478 -0
- package/build/commands/promocode/create-promocode.command.d.ts +34 -0
- package/build/commands/promocode/delete-promocode.command.d.ts +13 -0
- package/build/commands/promocode/find-promocode.command.d.ts +43 -0
- package/build/commands/promocode/get-upsell-offer.command.d.ts +32 -0
- package/build/commands/promocode/update-promocode.command.d.ts +38 -0
- package/build/commands/promocode/validate-promocode.command.d.ts +14 -0
- package/build/commands/prompt/create-prompt-translation.command.d.ts +25 -0
- package/build/commands/prompt/create-prompt.command.d.ts +18 -0
- package/build/commands/prompt/delete-prompt.command.d.ts +13 -0
- package/build/commands/prompt/find-all-prompts.command.d.ts +15 -0
- package/build/commands/prompt/find-prompt-by-uuid.command.d.ts +18 -0
- package/build/commands/prompt/find-prompts-by-topic.command.d.ts +19 -0
- package/build/commands/prompt/get-all-prompt-translations.query.d.ts +19 -0
- package/build/commands/prompt/update-prompt-translation.command.d.ts +25 -0
- package/build/commands/prompt/update-prompt.command.d.ts +22 -0
- package/build/commands/prompt-category/create-prompt-category-translation.command.d.ts +27 -0
- package/build/commands/prompt-category/create-prompt-category.command.d.ts +21 -0
- package/build/commands/prompt-category/delete-prompt-category.command.d.ts +13 -0
- package/build/commands/prompt-category/find-all-prompt-categories.command.d.ts +17 -0
- package/build/commands/prompt-category/find-prompt-category-by-alias.command.d.ts +20 -0
- package/build/commands/prompt-category/find-prompt-category-by-uuid.command.d.ts +20 -0
- package/build/commands/prompt-category/get-all-prompt-category-translations.query.d.ts +20 -0
- package/build/commands/prompt-category/update-prompt-category-translation.command.d.ts +27 -0
- package/build/commands/prompt-category/update-prompt-category.command.d.ts +25 -0
- package/build/commands/prompt-topic/create-prompt-topic-translation.command.d.ts +31 -0
- package/build/commands/prompt-topic/create-prompt-topic.command.d.ts +24 -0
- package/build/commands/prompt-topic/delete-prompt-topic.command.d.ts +13 -0
- package/build/commands/prompt-topic/find-all-prompt-topics.command.d.ts +20 -0
- package/build/commands/prompt-topic/find-prompt-topic-by-alias.command.d.ts +23 -0
- package/build/commands/prompt-topic/find-prompt-topic-by-category.command.d.ts +39 -0
- package/build/commands/prompt-topic/find-prompt-topic-by-uuid.command.d.ts +23 -0
- package/build/commands/prompt-topic/get-all-prompt-topic-translations.query.d.ts +22 -0
- package/build/commands/prompt-topic/update-prompt-topic-translation.command.d.ts +31 -0
- package/build/commands/prompt-topic/update-prompt-topic.command.d.ts +29 -0
- package/build/commands/question/create-question-translation.command.d.ts +25 -0
- package/build/commands/question/create-question.command.d.ts +28 -0
- package/build/commands/question/delete-question.command.d.ts +11 -0
- package/build/commands/question/find-question.command.d.ts +31 -0
- package/build/commands/question/get-all-question-translations.query.d.ts +19 -0
- package/build/commands/question/update-question-translation.command.d.ts +25 -0
- package/build/commands/question/update-question.command.d.ts +24 -0
- package/build/commands/referral/get-by-bonuses.command.d.ts +14 -0
- package/build/commands/referral/validate-referral.command.d.ts +13 -0
- package/build/commands/review/create-review.command.d.ts +22 -0
- package/build/commands/review/find-all-reviews.command.d.ts +23 -0
- package/build/commands/review/find-reviews.command.d.ts +22 -0
- package/build/commands/review/get-review-count.command.d.ts +10 -0
- package/build/commands/subscription/buy-subscription.command.d.ts +213 -0
- package/build/commands/subscription/cancel-subscription.command.d.ts +15 -0
- package/build/commands/subscription/create-subscription.command.d.ts +520 -0
- package/build/commands/subscription/delete-subscription.command.d.ts +11 -0
- package/build/commands/subscription/downgrade-subscription.command.d.ts +14 -0
- package/build/commands/subscription/find-subscription.command.d.ts +891 -0
- package/build/commands/subscription/get-available-upgrades.command.d.ts +484 -0
- package/build/commands/subscription/get-free-subscription.command.d.ts +264 -0
- package/build/commands/subscription/get-subscriptions-summary.command.d.ts +1280 -0
- package/build/commands/subscription/recover-past-due-subscription.command.d.ts +11 -0
- package/build/commands/subscription/recover-subscription.command.d.ts +14 -0
- package/build/commands/subscription/refund-subscription.command.d.ts +13 -0
- package/build/commands/subscription/update-subscription.command.d.ts +524 -0
- package/build/commands/subscription/upgrade-subscription.command.d.ts +134 -0
- package/build/commands/support-feedback/check-support-feedback.command.d.ts +21 -0
- package/build/commands/support-feedback/upsert-support-feedback.command.d.ts +22 -0
- package/build/commands/task/find-all-active-tasks.command.d.ts +16 -0
- package/build/commands/task/get-potential-tasks-rewards.command.d.ts +12 -0
- package/build/commands/task/get-task-statistics.command.d.ts +12 -0
- package/build/commands/team-account/accept-team-account-invite.command.d.ts +23 -0
- package/build/commands/team-account/cancel-team-trial-subscription.command.d.ts +9 -0
- package/build/commands/team-account/create-manual-team-product.command.d.ts +24 -0
- package/build/commands/team-account/create-manual-team-subscription-upgrade.command.d.ts +37 -0
- package/build/commands/team-account/create-manual-team-subscription.command.d.ts +36 -0
- package/build/commands/team-account/create-team-account-invoice-payment.command.d.ts +20 -0
- package/build/commands/team-account/create-team-account.command.d.ts +24 -0
- package/build/commands/team-account/find-current-team-account-products-by-team-account-id.command.d.ts +258 -0
- package/build/commands/team-account/find-current-team-account-products.command.d.ts +254 -0
- package/build/commands/team-account/find-current-team-account-subscriptions-by-team-account-id.command.d.ts +293 -0
- package/build/commands/team-account/find-current-team-account-subscriptions.command.d.ts +289 -0
- package/build/commands/team-account/find-team-account-by-uuid.command.d.ts +40 -0
- package/build/commands/team-account/find-team-account-members-by-team-account-id.command.d.ts +22 -0
- package/build/commands/team-account/find-team-account-members.command.d.ts +18 -0
- package/build/commands/team-account/find-team-account-operations.command.d.ts +21 -0
- package/build/commands/team-account/find-team-account-products.command.d.ts +241 -0
- package/build/commands/team-account/find-team-account-subscriptions.command.d.ts +523 -0
- package/build/commands/team-account/find-team-accounts-by-name.command.d.ts +49 -0
- package/build/commands/team-account/get-invoice-for-payment.command.d.ts +52 -0
- package/build/commands/team-account/get-my-team-account.command.d.ts +30 -0
- package/build/commands/team-account/get-team-account-available-upgrades.command.d.ts +268 -0
- package/build/commands/team-account/get-team-account-balance.command.d.ts +12 -0
- package/build/commands/team-account/get-team-account-payment-history.command.d.ts +19 -0
- package/build/commands/team-account/get-team-account-statistics-by-month.command.d.ts +22 -0
- package/build/commands/team-account/get-team-account-statistics-overview.command.d.ts +28 -0
- package/build/commands/team-account/invite-team-account-member.command.d.ts +27 -0
- package/build/commands/team-account/leave-team-account-member.command.d.ts +11 -0
- package/build/commands/team-account/refund-team-account-balance.command.d.ts +21 -0
- package/build/commands/team-account/remove-team-account-member.command.d.ts +13 -0
- package/build/commands/team-account/revoke-team-account-invite.command.d.ts +13 -0
- package/build/commands/team-account/update-team-account-invite.command.d.ts +29 -0
- package/build/commands/team-account/update-team-account-member.command.d.ts +29 -0
- package/build/commands/team-account/update-team-account.command.d.ts +24 -0
- package/build/commands/team-to-product/add-team-to-product.command.d.ts +25 -0
- package/build/commands/team-to-product/get-team-to-product-by-uuid.command.d.ts +23 -0
- package/build/commands/team-to-product/get-team-to-products.command.d.ts +258 -0
- package/build/commands/team-to-product/update-team-to-product.command.d.ts +31 -0
- package/build/commands/team-to-subscription/add-team-to-subscription.command.d.ts +41 -0
- package/build/commands/team-to-subscription/get-team-to-subscription-by-uuid.command.d.ts +34 -0
- package/build/commands/team-to-subscription/get-team-to-subscriptions.command.d.ts +293 -0
- package/build/commands/team-to-subscription/update-team-to-subscription.command.d.ts +53 -0
- package/build/commands/telegram/get-telegram-config.command.d.ts +9 -0
- package/build/commands/telegram-auth/create-telegram-auth-link.command.d.ts +19 -0
- package/build/commands/telegram-auth/get-telegram-auth-session-status.command.d.ts +16 -0
- package/build/commands/telegram-auth/redeem-telegram-auth-session.command.d.ts +13 -0
- package/build/commands/telegram-profile/auth-with-telegram-web-app.command.d.ts +27 -0
- package/build/commands/telegram-profile/bot-was-blocked-by-user.command.d.ts +9 -0
- package/build/commands/telegram-profile/check-telegram-profile-exists.command.d.ts +12 -0
- package/build/commands/telegram-profile/create-telegram-profile-connection-link.command.d.ts +17 -0
- package/build/commands/telegram-profile/user-joined-telegram.command.d.ts +9 -0
- package/build/commands/tools/diagrams/delete-all-diagrams-jobs.command.d.ts +7 -0
- package/build/commands/tools/diagrams/delete-diagrams-job-by-uuid.command.d.ts +11 -0
- package/build/commands/tools/diagrams/diagrams.command.d.ts +46 -0
- package/build/commands/tools/diagrams/edit-diagrams-job.command.d.ts +49 -0
- package/build/commands/tools/diagrams/find-diagrams-job-by-uuid.command.d.ts +41 -0
- package/build/commands/tools/diagrams/find-diagrams-jobs.command.d.ts +50 -0
- package/build/commands/tools/diagrams/get-diagrams-price.command.d.ts +20 -0
- package/build/commands/tools/diagrams/get-diagrams-tool-config.command.d.ts +54 -0
- package/build/commands/tools/diagrams/retry-diagrams-job.command.d.ts +50 -0
- package/build/commands/tools/diagrams/set-reaction-to-diagrams-job.command.d.ts +47 -0
- package/build/commands/tools/diagrams/update-diagrams-job-favorite.command.d.ts +45 -0
- package/build/commands/tools/diagrams/update-diagrams-job-title.command.d.ts +45 -0
- package/build/commands/tools/html-page-builder/delete-all-html-page-builder-sessions.command.d.ts +7 -0
- package/build/commands/tools/html-page-builder/delete-html-page-builder-session-by-uuid.command.d.ts +11 -0
- package/build/commands/tools/html-page-builder/execute-html-page-builder.command.d.ts +58 -0
- package/build/commands/tools/html-page-builder/find-html-page-builder-session-by-uuid.command.d.ts +53 -0
- package/build/commands/tools/html-page-builder/find-html-page-builder-sessions.command.d.ts +62 -0
- package/build/commands/tools/html-page-builder/get-html-page-builder-price.command.d.ts +17 -0
- package/build/commands/tools/html-page-builder/get-html-page-builder-tool-config.command.d.ts +30 -0
- package/build/commands/tools/html-page-builder/update-html-page-builder-session-favorite.command.d.ts +57 -0
- package/build/commands/tools/html-page-builder/update-html-page-builder-session-title.command.d.ts +57 -0
- package/build/commands/tools/image-editor/delete-all-image-editor-jobs.command.d.ts +5 -0
- package/build/commands/tools/image-editor/delete-image-editor-job-by-uuid.command.d.ts +9 -0
- package/build/commands/tools/image-editor/find-image-editor-job-by-uuid.command.d.ts +44 -0
- package/build/commands/tools/image-editor/find-image-editor-jobs.command.d.ts +53 -0
- package/build/commands/tools/image-editor/get-image-editor-tool-config.command.d.ts +86 -0
- package/build/commands/tools/image-editor/image-editor.command.d.ts +30 -0
- package/build/commands/tools/image-editor/retry-image-editor-job.command.d.ts +54 -0
- package/build/commands/tools/image-editor/set-reaction-to-image-editor-job.command.d.ts +50 -0
- package/build/commands/tools/image-editor/update-image-editor-job-favorite.command.d.ts +48 -0
- package/build/commands/tools/image-editor/update-image-editor-job-title.command.d.ts +48 -0
- package/build/commands/tools/image-generation/delete-all-image-generation-jobs.command.d.ts +7 -0
- package/build/commands/tools/image-generation/delete-image-generation-job-by-uuid.command.d.ts +11 -0
- package/build/commands/tools/image-generation/find-image-generation-job-by-uuid.command.d.ts +50 -0
- package/build/commands/tools/image-generation/find-image-generation-jobs.command.d.ts +59 -0
- package/build/commands/tools/image-generation/get-image-generation-config.command.d.ts +65 -0
- package/build/commands/tools/image-generation/image-generation.command.d.ts +28 -0
- package/build/commands/tools/image-generation/retry-image-generation-job.command.d.ts +63 -0
- package/build/commands/tools/image-generation/set-reaction-to-image-generation-job.command.d.ts +56 -0
- package/build/commands/tools/image-generation/update-image-generation-job-favorite.command.d.ts +54 -0
- package/build/commands/tools/image-generation/update-image-generation-job-title.command.d.ts +54 -0
- package/build/commands/tools/image-recognition/delete-all-image-recognition-jobs.command.d.ts +5 -0
- package/build/commands/tools/image-recognition/delete-image-recognition-job-by-uuid.command.d.ts +9 -0
- package/build/commands/tools/image-recognition/find-image-recognition-job-by-uuid.command.d.ts +38 -0
- package/build/commands/tools/image-recognition/find-image-recognition-jobs.command.d.ts +47 -0
- package/build/commands/tools/image-recognition/get-image-recognition-tool-config.command.d.ts +57 -0
- package/build/commands/tools/image-recognition/image-recognition.command.d.ts +43 -0
- package/build/commands/tools/image-recognition/retry-image-recognition-job.command.d.ts +47 -0
- package/build/commands/tools/image-recognition/set-reaction-to-image-recognition-job.command.d.ts +44 -0
- package/build/commands/tools/image-recognition/update-image-recognition-job-favorite.command.d.ts +42 -0
- package/build/commands/tools/image-recognition/update-image-recognition-job-title.command.d.ts +42 -0
- package/build/commands/tools/interior-design/delete-all-interior-design-jobs.command.d.ts +5 -0
- package/build/commands/tools/interior-design/delete-interior-design-job-by-uuid.command.d.ts +9 -0
- package/build/commands/tools/interior-design/find-interior-design-job-by-uuid.command.d.ts +42 -0
- package/build/commands/tools/interior-design/find-interior-design-jobs.command.d.ts +51 -0
- package/build/commands/tools/interior-design/get-interior-design-tool-config.command.d.ts +58 -0
- package/build/commands/tools/interior-design/interior-design.command.d.ts +26 -0
- package/build/commands/tools/interior-design/retry-interior-design-job.command.d.ts +52 -0
- package/build/commands/tools/interior-design/set-reaction-to-interior-design-job.command.d.ts +48 -0
- package/build/commands/tools/interior-design/update-interior-design-job-favorite.command.d.ts +46 -0
- package/build/commands/tools/interior-design/update-interior-design-job-title.command.d.ts +46 -0
- package/build/commands/tools/marketplace-card/delete-all-marketplace-card-jobs.command.d.ts +7 -0
- package/build/commands/tools/marketplace-card/delete-marketplace-card-by-uuid.command.d.ts +11 -0
- package/build/commands/tools/marketplace-card/execute-marketplace-card.command.d.ts +60 -0
- package/build/commands/tools/marketplace-card/find-marketplace-card-job-by-uuid.command.d.ts +44 -0
- package/build/commands/tools/marketplace-card/find-marketplace-card-jobs.command.d.ts +53 -0
- package/build/commands/tools/marketplace-card/generate-marketplace-card-description.command.d.ts +20 -0
- package/build/commands/tools/marketplace-card/get-marketplace-card-config.command.d.ts +39 -0
- package/build/commands/tools/marketplace-card/retry-marketplace-card-job.command.d.ts +57 -0
- package/build/commands/tools/marketplace-card/set-reaction-to-marketplace-card.command.d.ts +50 -0
- package/build/commands/tools/marketplace-card/update-marketplace-card-job-favorite.command.d.ts +48 -0
- package/build/commands/tools/marketplace-card/update-marketplace-card-job-title.command.d.ts +48 -0
- package/build/commands/tools/music/add-track-to-music-playlist.command.d.ts +48 -0
- package/build/commands/tools/music/boost-music-style.command.d.ts +13 -0
- package/build/commands/tools/music/convert-to-wav.command.d.ts +14 -0
- package/build/commands/tools/music/create-music-playlist.command.d.ts +44 -0
- package/build/commands/tools/music/delete-all-music-jobs.command.d.ts +5 -0
- package/build/commands/tools/music/delete-music-job-by-uuid.command.d.ts +9 -0
- package/build/commands/tools/music/delete-music-playlist.command.d.ts +9 -0
- package/build/commands/tools/music/edit-music.command.d.ts +105 -0
- package/build/commands/tools/music/find-music-job-by-uuid.command.d.ts +96 -0
- package/build/commands/tools/music/find-music-jobs.command.d.ts +105 -0
- package/build/commands/tools/music/find-music-playlists.command.d.ts +40 -0
- package/build/commands/tools/music/generate-lyrics.command.d.ts +13 -0
- package/build/commands/tools/music/generate-music.command.d.ts +100 -0
- package/build/commands/tools/music/get-music-tool-config.command.d.ts +52 -0
- package/build/commands/tools/music/remove-track-from-music-playlist.command.d.ts +45 -0
- package/build/commands/tools/music/retry-music-job.command.d.ts +118 -0
- package/build/commands/tools/music/set-reaction-to-music-job.command.d.ts +102 -0
- package/build/commands/tools/music/update-music-job-favorite.command.d.ts +100 -0
- package/build/commands/tools/music/update-music-job-title.command.d.ts +100 -0
- package/build/commands/tools/music/update-music-playlist.command.d.ts +48 -0
- package/build/commands/tools/paraphrase/delete-all-paraphrase-jobs.command.d.ts +5 -0
- package/build/commands/tools/paraphrase/delete-paraphrase-job-by-uuid.command.d.ts +9 -0
- package/build/commands/tools/paraphrase/find-paraphrase-job-by-uuid.command.d.ts +26 -0
- package/build/commands/tools/paraphrase/find-paraphrase-jobs.command.d.ts +35 -0
- package/build/commands/tools/paraphrase/get-paraphrase-tool-config.command.d.ts +32 -0
- package/build/commands/tools/paraphrase/paraphrase.command.d.ts +22 -0
- package/build/commands/tools/paraphrase/retry-paraphrase-job.command.d.ts +26 -0
- package/build/commands/tools/paraphrase/set-reaction-to-paraphrase-job.command.d.ts +32 -0
- package/build/commands/tools/paraphrase/update-paraphrase-job-favorite.command.d.ts +30 -0
- package/build/commands/tools/paraphrase/update-paraphrase-job-title.command.d.ts +30 -0
- package/build/commands/tools/presentation/build-blank-slide.command.d.ts +19 -0
- package/build/commands/tools/presentation/create-presentation.command.d.ts +39 -0
- package/build/commands/tools/presentation/delete-all-user-presentations.command.d.ts +5 -0
- package/build/commands/tools/presentation/delete-presentation.command.d.ts +8 -0
- package/build/commands/tools/presentation/delete-slide-outline.command.d.ts +9 -0
- package/build/commands/tools/presentation/export-presentation-as-pptx.command.d.ts +161 -0
- package/build/commands/tools/presentation/find-presentation-by-uuid.command.d.ts +183 -0
- package/build/commands/tools/presentation/find-presentation-outline.command.d.ts +20 -0
- package/build/commands/tools/presentation/find-presentations.command.d.ts +43 -0
- package/build/commands/tools/presentation/generate-and-insert-slide.command.d.ts +158 -0
- package/build/commands/tools/presentation/generate-presentation-slides.command.d.ts +42 -0
- package/build/commands/tools/presentation/get-presentation-config.command.d.ts +60 -0
- package/build/commands/tools/presentation/presentation-generate-report.command.d.ts +18 -0
- package/build/commands/tools/presentation/presentation-paraphrase.command.d.ts +24 -0
- package/build/commands/tools/presentation/reposition-slide-outline.command.d.ts +14 -0
- package/build/commands/tools/presentation/reposition-slide.command.d.ts +14 -0
- package/build/commands/tools/presentation/set-reaction-to-presentation.command.d.ts +40 -0
- package/build/commands/tools/presentation/update-presentation-favorite.command.d.ts +38 -0
- package/build/commands/tools/presentation/update-presentation-outline.command.d.ts +28 -0
- package/build/commands/tools/presentation/update-presentation-slides.command.d.ts +138 -0
- package/build/commands/tools/presentation/update-presentation.command.d.ts +44 -0
- package/build/commands/tools/presentation/update-slide-image-slot.command.d.ts +45 -0
- package/build/commands/tools/presentation/update-slide-outline.command.d.ts +27 -0
- package/build/commands/tools/presentation/update-slide.command.d.ts +382 -0
- package/build/commands/tools/solving-edu-task/delete-all-solving-edu-task-jobs.command.d.ts +7 -0
- package/build/commands/tools/solving-edu-task/delete-solving-edu-task-job-by-uuid.command.d.ts +11 -0
- package/build/commands/tools/solving-edu-task/find-solving-edu-task-job-by-uuid.command.d.ts +36 -0
- package/build/commands/tools/solving-edu-task/find-solving-edu-task-jobs.command.d.ts +45 -0
- package/build/commands/tools/solving-edu-task/get-solving-edu-task-tool-config.command.d.ts +24 -0
- package/build/commands/tools/solving-edu-task/retry-solving-edu-task-job.command.d.ts +44 -0
- package/build/commands/tools/solving-edu-task/set-reaction-to-solving-edu-task-job.command.d.ts +42 -0
- package/build/commands/tools/solving-edu-task/solving-edu-task.command.d.ts +40 -0
- package/build/commands/tools/solving-edu-task/update-solving-edu-task-job-favorite.command.d.ts +40 -0
- package/build/commands/tools/solving-edu-task/update-solving-edu-task-job-title.command.d.ts +40 -0
- package/build/commands/tools/spell-corrector/delete-all-spell-corrector-jobs.command.d.ts +5 -0
- package/build/commands/tools/spell-corrector/delete-spell-corrector-job-by-uuid.command.d.ts +9 -0
- package/build/commands/tools/spell-corrector/find-spell-corrector-job-by-uuid.command.d.ts +23 -0
- package/build/commands/tools/spell-corrector/find-spell-corrector-jobs.command.d.ts +32 -0
- package/build/commands/tools/spell-corrector/get-spell-corrector-tool-config.command.d.ts +32 -0
- package/build/commands/tools/spell-corrector/retry-spell-corrector-job.command.d.ts +23 -0
- package/build/commands/tools/spell-corrector/set-reaction-to-spell-corrector-job.command.d.ts +29 -0
- package/build/commands/tools/spell-corrector/spell-corrector.command.d.ts +19 -0
- package/build/commands/tools/spell-corrector/update-spell-corrector-job-favorite.command.d.ts +27 -0
- package/build/commands/tools/spell-corrector/update-spell-corrector-job-title.command.d.ts +27 -0
- package/build/commands/tools/stt/delete-all-stt-jobs.command.d.ts +5 -0
- package/build/commands/tools/stt/delete-stt-job-by-uuid.command.d.ts +9 -0
- package/build/commands/tools/stt/find-stt-job-by-uuid.command.d.ts +31 -0
- package/build/commands/tools/stt/find-stt-jobs.command.d.ts +40 -0
- package/build/commands/tools/stt/get-stt-tool-config.command.d.ts +33 -0
- package/build/commands/tools/stt/retry-stt-job.command.d.ts +31 -0
- package/build/commands/tools/stt/set-reaction-to-stt-job.command.d.ts +37 -0
- package/build/commands/tools/stt/stt.command.d.ts +19 -0
- package/build/commands/tools/stt/update-stt-job-favorite.command.d.ts +35 -0
- package/build/commands/tools/stt/update-stt-job-title.command.d.ts +35 -0
- package/build/commands/tools/tool/find-all-tools.command.d.ts +17 -0
- package/build/commands/tools/tool/find-formatted-tools.command.d.ts +24 -0
- package/build/commands/tools/tool/find-grouped-tools.command.d.ts +22 -0
- package/build/commands/tools/tool-workspace/delete-all-tool-workspaces-by-tool-type.command.d.ts +10 -0
- package/build/commands/tools/tool-workspace/delete-tool-workspace-by-uuid.command.d.ts +9 -0
- package/build/commands/tools/tool-workspace/find-tool-workspace-by-uuid.command.d.ts +115 -0
- package/build/commands/tools/tool-workspace/find-tool-workspaces.command.d.ts +27 -0
- package/build/commands/tools/tool-workspace/update-tool-workspace.command.d.ts +28 -0
- package/build/commands/tools/tts/delete-all-tts-jobs.command.d.ts +5 -0
- package/build/commands/tools/tts/delete-tts-job-by-uuid.command.d.ts +9 -0
- package/build/commands/tools/tts/find-tts-job-by-uuid.command.d.ts +31 -0
- package/build/commands/tools/tts/find-tts-jobs.command.d.ts +40 -0
- package/build/commands/tools/tts/get-tts-tool-config.command.d.ts +128 -0
- package/build/commands/tools/tts/retry-tts-job.command.d.ts +31 -0
- package/build/commands/tools/tts/set-reaction-to-tts-job.command.d.ts +37 -0
- package/build/commands/tools/tts/tts.command.d.ts +31 -0
- package/build/commands/tools/tts/update-tts-job-favorite.command.d.ts +35 -0
- package/build/commands/tools/tts/update-tts-job-title.command.d.ts +35 -0
- package/build/commands/tools/video/delete-all-video-jobs.command.d.ts +5 -0
- package/build/commands/tools/video/delete-video-job-by-uuid.command.d.ts +9 -0
- package/build/commands/tools/video/find-video-job-by-uuid.command.d.ts +54 -0
- package/build/commands/tools/video/find-video-jobs.command.d.ts +63 -0
- package/build/commands/tools/video/get-video-tool-config.command.d.ts +103 -0
- package/build/commands/tools/video/retry-video-job.command.d.ts +73 -0
- package/build/commands/tools/video/set-reaction-to-video-job.command.d.ts +60 -0
- package/build/commands/tools/video/update-video-job-favorite.command.d.ts +58 -0
- package/build/commands/tools/video/update-video-job-title.command.d.ts +58 -0
- package/build/commands/tools/video/video.command.d.ts +39 -0
- package/build/commands/tools/video-editor/delete-all-video-editor-jobs.command.d.ts +9 -0
- package/build/commands/tools/video-editor/delete-video-editor-job-by-uuid.command.d.ts +11 -0
- package/build/commands/tools/video-editor/edit-video.command.d.ts +45 -0
- package/build/commands/tools/video-editor/find-video-editor-job-by-id.command.d.ts +41 -0
- package/build/commands/tools/video-editor/find-video-editor-jobs.command.d.ts +50 -0
- package/build/commands/tools/video-editor/get-video-editor-config.command.d.ts +57 -0
- package/build/commands/tools/video-editor/retry-video-editor-job.command.d.ts +49 -0
- package/build/commands/tools/video-editor/set-reaction-to-video-editor-job.command.d.ts +47 -0
- package/build/commands/tools/video-editor/update-video-editor-job-favorite.command.d.ts +45 -0
- package/build/commands/tools/video-editor/update-video-editor-job-title.command.d.ts +45 -0
- package/build/commands/tools/writer/collect-writer-document-sources.command.d.ts +50 -0
- package/build/commands/tools/writer/confirm-source-citation-metadata.command.d.ts +62 -0
- package/build/commands/tools/writer/create-writer-document.command.d.ts +50 -0
- package/build/commands/tools/writer/delete-all-writer-documents.command.d.ts +5 -0
- package/build/commands/tools/writer/delete-writer-document-by-uuid.command.d.ts +9 -0
- package/build/commands/tools/writer/discard-writer-source.command.d.ts +15 -0
- package/build/commands/tools/writer/export-writer-document-as-docx.command.d.ts +13 -0
- package/build/commands/tools/writer/find-writer-document-by-uuid.command.d.ts +48 -0
- package/build/commands/tools/writer/find-writer-documents.command.d.ts +57 -0
- package/build/commands/tools/writer/generate-writer-document-contents.command.d.ts +52 -0
- package/build/commands/tools/writer/get-writer-document-sources.command.d.ts +41 -0
- package/build/commands/tools/writer/get-writer-tool-config.command.d.ts +74 -0
- package/build/commands/tools/writer/set-reaction.writer-document.command.d.ts +54 -0
- package/build/commands/tools/writer/toggle-writer-document-title-page.command.d.ts +17 -0
- package/build/commands/tools/writer/update-writer-document-contents.command.d.ts +17 -0
- package/build/commands/tools/writer/update-writer-document-favorite.command.d.ts +52 -0
- package/build/commands/tools/writer/update-writer-document-outline.command.d.ts +28 -0
- package/build/commands/tools/writer/update-writer-document-title-page.command.d.ts +31 -0
- package/build/commands/tools/writer/upload-writer-source.command.d.ts +45 -0
- package/build/commands/tools/writer/writer-extend-text.command.d.ts +17 -0
- package/build/commands/tools/writer/writer-fix-errors.command.d.ts +17 -0
- package/build/commands/tools/writer/writer-generate-text.command.d.ts +20 -0
- package/build/commands/tools/writer/writer-paraphrase.command.d.ts +17 -0
- package/build/commands/tools/writer/writer-shorten-text.command.d.ts +17 -0
- package/build/commands/ui-notification/cancel-ui-notification.command.d.ts +13 -0
- package/build/commands/ui-notification/complete-ui-notification.command.d.ts +13 -0
- package/build/commands/ui-notification/create-admin-broadcast-ui-notification.command.d.ts +15 -0
- package/build/commands/ui-notification/delete-all-ui-notifications.command.d.ts +9 -0
- package/build/commands/ui-notification/delete-many-ui-notifications.command.d.ts +13 -0
- package/build/commands/ui-notification/delete-ui-notification.command.d.ts +13 -0
- package/build/commands/ui-notification/find-active-ui-notifications-by-page-and-user.command.d.ts +105 -0
- package/build/commands/ui-notification/find-ui-notifications.command.d.ts +106 -0
- package/build/commands/ui-notification/read-all-ui-notifications.command.d.ts +9 -0
- package/build/commands/ui-notification/read-many-ui-notifications.command.d.ts +13 -0
- package/build/commands/ui-notification/read-ui-notification.command.d.ts +13 -0
- package/build/commands/unregistered-user/create-unregistered-user.command.d.ts +10 -0
- package/build/commands/unregistered-user/patch-locale.command.d.ts +14 -0
- package/build/commands/update-post/create-update-post-translation.command.d.ts +27 -0
- package/build/commands/update-post/create-update-post.command.d.ts +19 -0
- package/build/commands/update-post/delete-update-post.command.d.ts +16 -0
- package/build/commands/update-post/find-all-update-posts.command.d.ts +25 -0
- package/build/commands/update-post/find-update-post.command.d.ts +23 -0
- package/build/commands/update-post/get-all-update-post-translations.query.d.ts +20 -0
- package/build/commands/update-post/get-latest-update-posts.command.d.ts +15 -0
- package/build/commands/update-post/update-update-post-translation.command.d.ts +27 -0
- package/build/commands/update-post/update-update-post.command.d.ts +23 -0
- package/build/commands/user/cancel-user-product.command.d.ts +16 -0
- package/build/commands/user/cancel-user-subscription.command.d.ts +16 -0
- package/build/commands/user/check-email.command.d.ts +6 -0
- package/build/commands/user/delete-account.command.d.ts +10 -0
- package/build/commands/user/find-user-by-uuid.command.d.ts +23 -0
- package/build/commands/user/find-users-by-criteria.command.d.ts +62 -0
- package/build/commands/user/get-aggregated-user-data.command.d.ts +35 -0
- package/build/commands/user/get-client-country-code.command.d.ts +11 -0
- package/build/commands/user/get-me.command.d.ts +33 -0
- package/build/commands/user/get-telegram-notification.command.d.ts +19 -0
- package/build/commands/user/get-user-balance.command.d.ts +13 -0
- package/build/commands/user/get-user-orders.command.d.ts +30 -0
- package/build/commands/user/get-user-payments.command.d.ts +33 -0
- package/build/commands/user/get-user-products.command.d.ts +261 -0
- package/build/commands/user/get-user-subscriptions.command.d.ts +292 -0
- package/build/commands/user/index.d.ts +19 -0
- package/build/commands/user/index.js +2 -0
- package/build/commands/user/patch-digital-processing-consent.command.d.ts +13 -0
- package/build/commands/user/patch-locale.command.d.ts +14 -0
- package/build/commands/user/send-telegram-notification.command.d.ts +24 -0
- package/build/commands/user/up-token-bonus-balance.command.d.ts +26 -0
- package/build/commands/user-profile/delete-avatar.command.d.ts +15 -0
- package/build/commands/user-profile/get-user-profile-by-user-id.command.d.ts +17 -0
- package/build/commands/user-profile/update-profile.command.d.ts +17 -0
- package/build/commands/user-profile/upload-avatar.command.d.ts +13 -0
- package/build/commands/user-to-product/get-user-to-product-by-uuid.command.d.ts +20 -0
- package/build/commands/user-to-product/update-user-to-product.command.d.ts +26 -0
- package/build/commands/user-to-subscription/delete-user-to-subscription.command.d.ts +13 -0
- package/build/commands/user-to-subscription/get-user-to-subscription-by-uuid.command.d.ts +27 -0
- package/build/commands/user-to-subscription/get-user-to-subscriptions.command.d.ts +282 -0
- package/build/commands/user-to-subscription/update-user-to-subscription.command.d.ts +39 -0
- package/build/commands/user-to-task/check-task-completion.command.d.ts +20 -0
- package/build/commands/user-to-task/claim-task-reward.command.d.ts +8 -0
- package/build/commands/user-to-task/get-my-tasks.command.d.ts +16 -0
- package/build/commands/user-to-task/start-task.command.d.ts +19 -0
- package/build/commands/webmaster/confirm-withdrawal.command.d.ts +21 -0
- package/build/commands/webmaster/create-webmaster.command.d.ts +23 -0
- package/build/commands/webmaster/create-withdrawal-request.command.d.ts +14 -0
- package/build/commands/webmaster/get-my-webmaster.command.d.ts +19 -0
- package/build/commands/webmaster/get-webmaster-balance-overview.command.d.ts +25 -0
- package/build/commands/webmaster/update-webmaster.command.d.ts +56 -0
- package/build/commands/webmaster-click/create-webmaster-click.command.d.ts +18 -0
- package/build/commands/webmaster-click/get-webmaster-clicks-overview.command.d.ts +23 -0
- package/build/constants/agents/enums/agent-channel-type.enum.d.ts +5 -0
- package/build/constants/agents/enums/agent-document-status.enum.d.ts +5 -0
- package/build/constants/agents/enums/agent-interaction-mode.enum.d.ts +4 -0
- package/build/constants/agents/enums/agent-status.enum.d.ts +5 -0
- package/build/constants/agents/enums/agent-tool-status.enum.d.ts +5 -0
- package/build/constants/agents/enums/agent-tool-type.enum.d.ts +6 -0
- package/build/constants/agents/enums/dialog-status.enum.d.ts +7 -0
- package/build/constants/agents/enums/message-file-type.enum.d.ts +8 -0
- package/build/constants/agents/enums/message-sender-type.enum.d.ts +5 -0
- package/build/constants/agents/enums/url-ingestion-strategy.enum.d.ts +6 -0
- package/build/constants/ai-model/enums/ai-model-config-selector-type.enum.d.ts +7 -0
- package/build/constants/ai-model/enums/ai-model-feature.enum.d.ts +8 -0
- package/build/constants/ai-model/enums/ai-model-status.enum.d.ts +4 -0
- package/build/constants/ai-model/enums/ai-model-strategy.enum.d.ts +21 -0
- package/build/constants/ai-model/enums/ai-model-tag.enum.d.ts +3 -0
- package/build/constants/ai-vendor/enums/ai-vendor.enum.d.ts +4 -0
- package/build/constants/api-key/enums/api-key-expiration-option.enum.d.ts +7 -0
- package/build/constants/api-key/enums/api-key-status.enum.d.ts +6 -0
- package/build/constants/avatar-studio/enums/avatar-studio-export-status.enum.d.ts +6 -0
- package/build/constants/avatar-studio/enums/avatar-studio-image-style.enum.d.ts +5 -0
- package/build/constants/avatar-studio/enums/avatar-studio-job-status.enum.d.ts +6 -0
- package/build/constants/avatar-studio/enums/avatar-studio-job-type.enum.d.ts +9 -0
- package/build/constants/avatar-studio/enums/avatar-studio-media-kind.enum.d.ts +6 -0
- package/build/constants/avatar-studio/enums/avatar-studio-scriptwriter-role.enum.d.ts +5 -0
- package/build/constants/avatar-studio/enums/avatar-studio-slot.enum.d.ts +14 -0
- package/build/constants/avatar-studio/enums/avatar-studio-subtitle-font.enum.d.ts +6 -0
- package/build/constants/avatar-studio/enums/avatar-studio-subtitle-mode.enum.d.ts +5 -0
- package/build/constants/avatar-studio/enums/avatar-studio-unavailable-reason.enum.d.ts +12 -0
- package/build/constants/avatar-studio/enums/avatar-studio-video-mode.enum.d.ts +4 -0
- package/build/constants/avatar-studio/enums/avatar-studio-video-quality.enum.d.ts +4 -0
- package/build/constants/b2b/enums/b2b-debit-status.enum.d.ts +5 -0
- package/build/constants/b2b/enums/b2b-endpoint-family.enum.d.ts +5 -0
- package/build/constants/b2b/enums/b2b-statistics-granularity.enum.d.ts +4 -0
- package/build/constants/b2b/enums/b2b-statistics-period.enum.d.ts +9 -0
- package/build/constants/b2b/enums/b2b-usage-operation.enum.d.ts +4 -0
- package/build/constants/b2b/enums/b2b-usage-spend-component.enum.d.ts +8 -0
- package/build/constants/b2b/enums/b2b-usage-status.enum.d.ts +4 -0
- package/build/constants/billing/enums/billing-scope.enum.d.ts +4 -0
- package/build/constants/blog/enums/post-type.enum.d.ts +4 -0
- package/build/constants/cabinet/enums/group-by.enum.d.ts +5 -0
- package/build/constants/cabinet/enums/statistics-metric-type.enum.d.ts +4 -0
- package/build/constants/cabinet/enums/statistics-request-type.enum.d.ts +22 -0
- package/build/constants/canvas-edge/enums/input-output-type.enum.d.ts +12 -0
- package/build/constants/canvas-node/enums/canvas-node-error-kind.enum.d.ts +4 -0
- package/build/constants/canvas-node/enums/canvas-node-type.enum.d.ts +20 -0
- package/build/constants/canvas-node/enums/node-run-status.enum.d.ts +8 -0
- package/build/constants/category/enums/category-content-type.enum.d.ts +5 -0
- package/build/constants/category/enums/category-mark.enum.d.ts +4 -0
- package/build/constants/category/enums/category-type.enum.d.ts +5 -0
- package/build/constants/chat/enums/chat-status.enum.d.ts +7 -0
- package/build/constants/chat/enums/dalle-image-size.enum.d.ts +5 -0
- package/build/constants/chat/enums/image-format.enum.d.ts +5 -0
- package/build/constants/cloud-payments/index.d.ts +10 -0
- package/build/constants/community/community-post-report/enums/community-post-report-reason.enum.d.ts +14 -0
- package/build/constants/community/default-pagination.constant.d.ts +3 -0
- package/build/constants/community/enums/community-aspect-ratio.enum.d.ts +7 -0
- package/build/constants/community/enums/community-post-visibility.enum.d.ts +4 -0
- package/build/constants/community/enums/community-status.enum.d.ts +7 -0
- package/build/constants/community/enums/community-tool-type.enum.d.ts +7 -0
- package/build/constants/community/enums/community-type.enum.d.ts +7 -0
- package/build/constants/course/enums/course-status.enum.d.ts +4 -0
- package/build/constants/daily-streak/enums/daily-streak-status.enum.d.ts +5 -0
- package/build/constants/daily-streak/enums/day-in-daily-streak-reward-type.enum.d.ts +4 -0
- package/build/constants/email/email-endpoint.d.ts +1 -0
- package/build/constants/email/subjects.d.ts +13 -0
- package/build/constants/feedback/enums/user-readiness-for-feedback.enum.d.ts +5 -0
- package/build/constants/file/enums/file-type.enum.d.ts +8 -0
- package/build/constants/file/file.constants.d.ts +11 -0
- package/build/constants/form-submission/enums/form-type.enum.d.ts +4 -0
- package/build/constants/index.d.ts +59 -0
- package/build/constants/index.js +1 -0
- package/build/constants/message/enums/message-status.enum.d.ts +6 -0
- package/build/constants/message/enums/user-reaction.enum.d.ts +4 -0
- package/build/constants/midjourney/enums/midjournet-job-status.enum.d.ts +6 -0
- package/build/constants/model/enums/unified-model-content-type.enum.d.ts +19 -0
- package/build/constants/model-page/enums/model-page-context-filter.enum.d.ts +7 -0
- package/build/constants/model-page/enums/model-page-question-type.enum.d.ts +7 -0
- package/build/constants/model-page/enums/model-page-sort-by.enum.d.ts +4 -0
- package/build/constants/model-page/enums/model-page-type.enum.d.ts +8 -0
- package/build/constants/order/enums/index.d.ts +3 -0
- package/build/constants/order/enums/index.js +1 -0
- package/build/constants/order/enums/order-sort-by.enum.d.ts +7 -0
- package/build/constants/order/enums/order-status.enum.d.ts +12 -0
- package/build/constants/order/enums/order-type.enum.d.ts +5 -0
- package/build/constants/page/enums/page-sort-by.enum.d.ts +7 -0
- package/build/constants/page/enums/page-type.enum.d.ts +7 -0
- package/build/constants/payment/enums/payment-history-item-type.enum.d.ts +4 -0
- package/build/constants/payment/enums/payment-provider.enum.d.ts +4 -0
- package/build/constants/payment/enums/payment-sort-by.enum.d.ts +6 -0
- package/build/constants/payment/enums/payment-status.enum.d.ts +8 -0
- package/build/constants/photo-studio/enums/photo-studio-action-alias.enum.d.ts +14 -0
- package/build/constants/photo-studio/enums/photo-studio-checkpoint-action-type.enum.d.ts +7 -0
- package/build/constants/photo-studio/enums/photo-studio-effect-alias.enum.d.ts +14 -0
- package/build/constants/photo-studio/enums/photo-studio-font-style-alias.enum.d.ts +8 -0
- package/build/constants/photo-studio/enums/photo-studio-placement-alias.enum.d.ts +5 -0
- package/build/constants/photo-studio/enums/photo-studio-upscale-size.enum.d.ts +5 -0
- package/build/constants/photo-studio/enums/photo-studio-variation-strength-alias.enum.d.ts +5 -0
- package/build/constants/photo-studio/photo-studio-action-title.constant.d.ts +15 -0
- package/build/constants/photo-studio/photo-studio-checkpoint-action-title.constant.d.ts +7 -0
- package/build/constants/presentation/enums/presentation-ai-action-call-status.enum.d.ts +5 -0
- package/build/constants/presentation/enums/presentation-ai-action-pricing-type.enum.d.ts +4 -0
- package/build/constants/presentation/enums/presentation-ai-action-type.enum.d.ts +4 -0
- package/build/constants/presentation/enums/presentation-stage.enum.d.ts +10 -0
- package/build/constants/presentation/enums/presentation-target-audience.enum.d.ts +6 -0
- package/build/constants/presentation/enums/slide-content-type.enum.d.ts +12 -0
- package/build/constants/presentation/enums/slide-icon-slot-status.enum.d.ts +6 -0
- package/build/constants/presentation/enums/slide-image-slot-action.enum.d.ts +4 -0
- package/build/constants/presentation/enums/slide-image-slot.status.enum.d.ts +6 -0
- package/build/constants/presentation/enums/slide-layout.enum.d.ts +4 -0
- package/build/constants/presentation/maps/slide-layout-map.constant.d.ts +3 -0
- package/build/constants/product/enums/product-sort-by.enum.d.ts +5 -0
- package/build/constants/product/enums/product-status.enum.d.ts +7 -0
- package/build/constants/promocode/enums/promocode-promotion.enum.d.ts +5 -0
- package/build/constants/promocode/enums/promocode-status.enum.d.ts +4 -0
- package/build/constants/referral/enums/referral-bonus-type.enum.d.ts +4 -0
- package/build/constants/review/enums/review-status.enum.d.ts +6 -0
- package/build/constants/roles/role.d.ts +7 -0
- package/build/constants/subscription/enums/subscription-action.enum.d.ts +7 -0
- package/build/constants/subscription/enums/subscription-balance-field.enum.d.ts +4 -0
- package/build/constants/subscription/enums/subscription-feature-type.enum.d.ts +56 -0
- package/build/constants/subscription/enums/subscription-plan.enum.d.ts +5 -0
- package/build/constants/subscription/enums/subscription-sort-by.enum.d.ts +5 -0
- package/build/constants/subscription/enums/subscription-status.enum.d.ts +14 -0
- package/build/constants/subscription/enums/subscription-type.enum.d.ts +4 -0
- package/build/constants/subscription/enums/user-to-subscription-marks.enum.d.ts +8 -0
- package/build/constants/subscription/enums/user-to-subscription-type.enum.d.ts +4 -0
- package/build/constants/subscription/free-subscription.constant.d.ts +41 -0
- package/build/constants/subscription/team-baseline-subscription.constant.d.ts +1 -0
- package/build/constants/subscription/team-trial-subscription.constant.d.ts +1 -0
- package/build/constants/task/enums/task-status.enum.d.ts +5 -0
- package/build/constants/task/enums/task-type.enum.d.ts +7 -0
- package/build/constants/task/enums/user-to-task-status.enum.d.ts +6 -0
- package/build/constants/team-account/enums/invoice-for-payment-sort-by.enum.d.ts +10 -0
- package/build/constants/team-account/enums/team-account-admin-sort-by.enum.d.ts +7 -0
- package/build/constants/team-account/enums/team-account-invite-status.enum.d.ts +6 -0
- package/build/constants/team-account/enums/team-account-member-role.enum.d.ts +5 -0
- package/build/constants/team-account/enums/team-account-member-status.enum.d.ts +7 -0
- package/build/constants/team-account/enums/team-account-operation-type.enum.d.ts +6 -0
- package/build/constants/team-account/enums/team-subscription-feature-key.enum.d.ts +7 -0
- package/build/constants/telegram/telegram-auth/enums/telegram-auth-status.enum.d.ts +6 -0
- package/build/constants/telegram/telegram-auth-log/enums/telegram-auth-log-type.enum.d.ts +4 -0
- package/build/constants/telegram/telegram-connect/enums/telegram-connect-status.enum.d.ts +5 -0
- package/build/constants/token-reservation/enums/token-reservation-status.enum.d.ts +6 -0
- package/build/constants/tool/enums/job-sort.enum.d.ts +4 -0
- package/build/constants/tool/enums/tool-content-type.enum.d.ts +19 -0
- package/build/constants/tool/enums/tool-group.enum.d.ts +8 -0
- package/build/constants/tool/enums/tool-job-status.enum.d.ts +6 -0
- package/build/constants/tool/enums/tool-type.enum.d.ts +21 -0
- package/build/constants/tool/enums/tool-workspace-item-slot.enum.d.ts +5 -0
- package/build/constants/tool/enums/tool-workspace-status.enum.d.ts +4 -0
- package/build/constants/tool-html-page-builder/enums/html-page-builder-session-stage.enum.d.ts +4 -0
- package/build/constants/tool-image-editor/enums/image-editor-model-type.enum.d.ts +3 -0
- package/build/constants/tool-image-editor/enums/image-editor-strategy.enum.d.ts +4 -0
- package/build/constants/tool-image-generation/enums/image-generation-resolution.enum.d.ts +5 -0
- package/build/constants/tool-interior-design/enums/interior-design-job-source.enum.d.ts +4 -0
- package/build/constants/tool-music/enums/music-action-type.enum.d.ts +10 -0
- package/build/constants/tool-music/enums/music-audio-action-type.enum.d.ts +8 -0
- package/build/constants/tool-music/enums/music-generation-action-type.enum.d.ts +6 -0
- package/build/constants/tool-music/enums/music-lyrics-structure.enum.d.ts +5 -0
- package/build/constants/tool-music/enums/music-pricing-rule-type.enum.d.ts +3 -0
- package/build/constants/tool-music/enums/music-strategy.enum.d.ts +3 -0
- package/build/constants/tool-music/enums/music-vocal-gender.enum.d.ts +4 -0
- package/build/constants/tool-music/enums/suno-mode-type.enum.d.ts +6 -0
- package/build/constants/tool-music/enums/suno-model-type.enum.d.ts +6 -0
- package/build/constants/tool-paraphrase/enums/paraphrasing-intesity.enum.d.ts +5 -0
- package/build/constants/tool-video/enums/veo-aspect-ratio.enum.d.ts +4 -0
- package/build/constants/tool-video/enums/veo-audio-support.enum.d.ts +4 -0
- package/build/constants/tool-video/enums/veo-input-modality.enum.d.ts +4 -0
- package/build/constants/tool-video/enums/veo-job-params-type.enum.d.ts +4 -0
- package/build/constants/tool-video/enums/veo-person-allow.enum.d.ts +5 -0
- package/build/constants/tool-video/enums/video-generation-model-limitation.enum.d.ts +8 -0
- package/build/constants/tool-video/enums/video-model-type.enum.d.ts +4 -0
- package/build/constants/tool-video/enums/video-pricing-rule-type.enum.d.ts +4 -0
- package/build/constants/tool-video/enums/video-publish-moderation-status.enum.d.ts +5 -0
- package/build/constants/tool-video/enums/video-resolution.enum.d.ts +4 -0
- package/build/constants/tool-video/enums/video-strategy.enum.d.ts +3 -0
- package/build/constants/tool-video-editor/enums/index.d.ts +3 -0
- package/build/constants/tool-video-editor/enums/index.js +1 -0
- package/build/constants/tool-video-editor/enums/video-editor-model-limitation.enum.d.ts +4 -0
- package/build/constants/tool-video-editor/enums/video-editor-model-strategy.enum.d.ts +3 -0
- package/build/constants/tool-video-editor/enums/video-editor-pricing-rule-type.enum.d.ts +4 -0
- package/build/constants/transaction/enums/transaction-status.enum.d.ts +7 -0
- package/build/constants/transaction/enums/user-balance-status.enum.d.ts +10 -0
- package/build/constants/ui-notification/enums/ui-notification-condition-of-execution.enum.d.ts +4 -0
- package/build/constants/ui-notification/enums/ui-notification-status.enum.d.ts +6 -0
- package/build/constants/ui-notification/enums/ui-notification-type.enum.d.ts +8 -0
- package/build/constants/unregistered-user/enums/unregistered-user-status.enum.d.ts +5 -0
- package/build/constants/update-post/enums/update-post-sort-by.enum.d.ts +6 -0
- package/build/constants/user/enums/singup-method.enum.d.ts +6 -0
- package/build/constants/user/enums/sort-order.enum.d.ts +4 -0
- package/build/constants/user/enums/user-sort-by.enum.d.ts +5 -0
- package/build/constants/user/enums/user-status.d.ts +8 -0
- package/build/constants/user/user-public.d.ts +1 -0
- package/build/constants/user-profile/user-profile.constant.d.ts +5 -0
- package/build/constants/webmaster/enums/organization-type.enum.d.ts +4 -0
- package/build/constants/webmaster-balance/enums/webmaster-balance-status.enum.d.ts +6 -0
- package/build/constants/webmaster-balance/enums/webmaster-balance-type.enum.d.ts +4 -0
- package/build/constants/writer/enums/tool-model-status.enum.d.ts +4 -0
- package/build/constants/writer/enums/writer-ai-action-pricing-type.enum.d.ts +4 -0
- package/build/constants/writer/enums/writer-ai-action-type.enum.d.ts +7 -0
- package/build/constants/writer/enums/writer-document-section-type.enum.d.ts +5 -0
- package/build/constants/writer/enums/writer-document-stage.enum.d.ts +16 -0
- package/build/constants/writer/enums/writer-source-origin.enum.d.ts +4 -0
- package/build/constants/writer/enums/writer-source-status.enum.d.ts +5 -0
- package/build/constants/writer/enums/writer-source-type.enum.d.ts +4 -0
- package/build/helpers/ai-model/calc-base-text-generation-price.helper.d.ts +8 -0
- package/build/helpers/image-editor/calculate-image-editor-price.helper.d.ts +6 -0
- package/build/helpers/image-generation/calculate-gpt-image-2-price-with-margin.helper.d.ts +52 -0
- package/build/helpers/image-generation/calculate-image-generation-price.helper.d.ts +7 -0
- package/build/helpers/interior-design/calculate-interior-design-price.helper.d.ts +6 -0
- package/build/helpers/localized-text.schema.d.ts +3 -0
- package/build/helpers/music/calculate-music-price.helper.d.ts +6 -0
- package/build/helpers/presentation/calculate-presentation-ai-action-price.util.d.ts +2 -0
- package/build/helpers/query-boolean.schema.d.ts +2 -0
- package/build/helpers/stt/calculate-stt-price.helper.d.ts +1 -0
- package/build/helpers/subscription/calc-custom-subscription-price.helper.d.ts +1 -0
- package/build/helpers/tts/calculate-tts-price.helper.d.ts +1 -0
- package/build/helpers/video/calculate-video-price.helper.d.ts +6 -0
- package/build/helpers/video-editor/calculate-video-editing-price.helper.d.ts +6 -0
- package/build/helpers/writer/calculate-page-count.util.d.ts +3 -0
- package/build/helpers/writer/calculate-writer-ai-action-price.util.d.ts +2 -0
- package/build/helpers/writer/calculate-writer-content-generation-price.util.d.ts +2 -0
- package/build/models/agents/agent-aggregate.schema.d.ts +221 -0
- package/build/models/agents/agent-ai-model.schema.d.ts +21 -0
- package/build/models/agents/agent-channel-credentials.schema.d.ts +40 -0
- package/build/models/agents/agent-channel.schema.d.ts +26 -0
- package/build/models/agents/agent-dialog-lead.schema.d.ts +11 -0
- package/build/models/agents/agent-dialog-message-file.schema.d.ts +12 -0
- package/build/models/agents/agent-dialog-message.schema.d.ts +20 -0
- package/build/models/agents/agent-document-chunk.schema.d.ts +13 -0
- package/build/models/agents/agent-document-find-result.schema.d.ts +21 -0
- package/build/models/agents/agent-document.schema.d.ts +17 -0
- package/build/models/agents/agent-lead-find-result.schema.d.ts +16 -0
- package/build/models/agents/agent-lead-form-field.schema.d.ts +8 -0
- package/build/models/agents/agent-lead-form.schema.d.ts +16 -0
- package/build/models/agents/agent-lead.schema.d.ts +11 -0
- package/build/models/agents/agent-statistics.schema.d.ts +61 -0
- package/build/models/agents/agent-template-catalog.schema.d.ts +164 -0
- package/build/models/agents/agent-template-category.schema.d.ts +12 -0
- package/build/models/agents/agent-template-instruction.schema.d.ts +13 -0
- package/build/models/agents/agent-template.schema.d.ts +38 -0
- package/build/models/agents/agent-tool-catalog.schema.d.ts +14 -0
- package/build/models/agents/agent-tool-credentials.schema.d.ts +40 -0
- package/build/models/agents/agent-tool.schema.d.ts +11 -0
- package/build/models/agents/agent.schema.d.ts +32 -0
- package/build/models/agents/channel-connection-instruction.schema.d.ts +30 -0
- package/build/models/agents/channel.schema.d.ts +23 -0
- package/build/models/agents/dialog-find-result.schema.d.ts +39 -0
- package/build/models/agents/dialog-with-messages.schema.d.ts +53 -0
- package/build/models/agents/dialog.schema.d.ts +37 -0
- package/build/models/agents/message-attachment.schema.d.ts +27 -0
- package/build/models/ai-model-config.schema.d.ts +94 -0
- package/build/models/ai-model-formatted.schema.d.ts +68 -0
- package/build/models/ai-model.schema.d.ts +198 -0
- package/build/models/ai-vendor.schema.d.ts +20 -0
- package/build/models/api-key.schema.d.ts +17 -0
- package/build/models/avatar-studio/avatar-studio.schema.d.ts +830 -0
- package/build/models/b2b/b2b-completions-stream-chunk.schema.d.ts +8 -0
- package/build/models/b2b/b2b-file-upload-response.schema.d.ts +45 -0
- package/build/models/b2b/b2b-usage-statistics.schema.d.ts +126 -0
- package/build/models/canvas-edge.schema.d.ts +11 -0
- package/build/models/canvas-node-definition.schema.d.ts +2036 -0
- package/build/models/canvas-node.schema.d.ts +1145 -0
- package/build/models/canvas-template.schema.d.ts +112 -0
- package/build/models/canvas.schema.d.ts +8 -0
- package/build/models/category-translation.schema.d.ts +13 -0
- package/build/models/category.schema.d.ts +19 -0
- package/build/models/chat-with-messages.schema.d.ts +50 -0
- package/build/models/chat.schema.d.ts +18 -0
- package/build/models/cloud-payments-receipt.schema.d.ts +112 -0
- package/build/models/community/community-post-media-data.schema.d.ts +218 -0
- package/build/models/community/community-post-report/community-post-report.schema.d.ts +10 -0
- package/build/models/community/community-post.schema.d.ts +396 -0
- package/build/models/course-author.schema.d.ts +6 -0
- package/build/models/course-translation.schema.d.ts +14 -0
- package/build/models/course.schema.d.ts +59 -0
- package/build/models/daily-streak.d.ts +55 -0
- package/build/models/date.schema.d.ts +2 -0
- package/build/models/feedback.schema.d.ts +10 -0
- package/build/models/file.schema.d.ts +26 -0
- package/build/models/filters.schema.d.ts +15 -0
- package/build/models/folder.schema.d.ts +9 -0
- package/build/models/form-submission.schema.d.ts +11 -0
- package/build/models/icon-variants.schema.d.ts +35 -0
- package/build/models/index.d.ts +87 -0
- package/build/models/invoice-for-payment.schema.d.ts +47 -0
- package/build/models/json-value.schema.d.ts +7 -0
- package/build/models/key-value.schema.d.ts +12 -0
- package/build/models/lesson-translation.schema.d.ts +10 -0
- package/build/models/lesson.schema.d.ts +11 -0
- package/build/models/message.schema.d.ts +34 -0
- package/build/models/midjourney-job.schema.d.ts +34 -0
- package/build/models/model-page/model-page-public.schema.d.ts +1121 -0
- package/build/models/model-page/model-page-question-translation.schema.d.ts +14 -0
- package/build/models/model-page/model-page-question.schema.d.ts +10 -0
- package/build/models/model-page/model-page-technical-model.schema.d.ts +1000 -0
- package/build/models/model-page/model-page-translation.schema.d.ts +15 -0
- package/build/models/model-page/model-page.schema.d.ts +13 -0
- package/build/models/order.schema.d.ts +13 -0
- package/build/models/page-translation.schema.d.ts +15 -0
- package/build/models/page.schema.d.ts +20 -0
- package/build/models/payment-history-item.schema.d.ts +11 -0
- package/build/models/payment.schema.d.ts +24 -0
- package/build/models/photo-studio/photo-studio-action.schema.d.ts +20 -0
- package/build/models/photo-studio/photo-studio-checkpoint.schema.d.ts +43 -0
- package/build/models/photo-studio/photo-studio-image-node.schema.d.ts +43 -0
- package/build/models/photo-studio/photo-studio.schema.d.ts +11 -0
- package/build/models/post-translation.schema.d.ts +15 -0
- package/build/models/post.schema.d.ts +17 -0
- package/build/models/product.schema.d.ts +241 -0
- package/build/models/promocode.schema.d.ts +17 -0
- package/build/models/prompt-category-translation.schema.d.ts +12 -0
- package/build/models/prompt-category.schema.d.ts +42 -0
- package/build/models/prompt-topic-translation.schema.d.ts +14 -0
- package/build/models/prompt-topic.schema.d.ts +35 -0
- package/build/models/prompt-translation.schema.d.ts +11 -0
- package/build/models/prompt.schema.d.ts +9 -0
- package/build/models/question-translation.schema.d.ts +11 -0
- package/build/models/question.schema.d.ts +10 -0
- package/build/models/referral-bonus.schema.d.ts +16 -0
- package/build/models/review.schema.d.ts +12 -0
- package/build/models/section-translation.schema.d.ts +10 -0
- package/build/models/section.schema.d.ts +30 -0
- package/build/models/subscription-feature.schema.d.ts +498 -0
- package/build/models/subscription-upgrade-schema.d.ts +261 -0
- package/build/models/subscription.schema.d.ts +1437 -0
- package/build/models/support-feedback.schema.d.ts +11 -0
- package/build/models/team-account/team-account-invite.schema.d.ts +32 -0
- package/build/models/team-account/team-account-member-list-item.schema.d.ts +14 -0
- package/build/models/team-account/team-account-member.schema.d.ts +14 -0
- package/build/models/team-account/team-account-operation.schema.d.ts +9 -0
- package/build/models/team-account/team-account-with-balance.schema.d.ts +31 -0
- package/build/models/team-account/team-account.schema.d.ts +37 -0
- package/build/models/team-account/team-to-product.schema.d.ts +263 -0
- package/build/models/team-account/team-to-subscription.schema.d.ts +309 -0
- package/build/models/team-subscription-feature.schema.d.ts +20 -0
- package/build/models/telegram-user-data.schema.d.ts +10 -0
- package/build/models/tool-group.schema.d.ts +18 -0
- package/build/models/tool-job.schema.d.ts +10 -0
- package/build/models/tool.schema.d.ts +29 -0
- package/build/models/tools/common/attached-tool-file.schema.d.ts +11 -0
- package/build/models/tools/diagrams/diagrams-chart-type.schema.d.ts +38 -0
- package/build/models/tools/diagrams/diagrams-config.schema.d.ts +50 -0
- package/build/models/tools/diagrams/diagrams-job.schema.d.ts +100 -0
- package/build/models/tools/diagrams/diagrams-model.schema.d.ts +73 -0
- package/build/models/tools/html-page-builder/html-page-builder-config.schema.d.ts +26 -0
- package/build/models/tools/html-page-builder/html-page-builder-job.schema.d.ts +45 -0
- package/build/models/tools/html-page-builder/html-page-builder-model.schema.d.ts +24 -0
- package/build/models/tools/html-page-builder/html-page-builder-session.schema.d.ts +46 -0
- package/build/models/tools/image-editor/image-editor-config.schema.d.ts +143 -0
- package/build/models/tools/image-editor/image-editor-job.schema.d.ts +52 -0
- package/build/models/tools/image-editor/image-editor-model.schema.d.ts +68 -0
- package/build/models/tools/image-generation/image-generation-config.schema.d.ts +120 -0
- package/build/models/tools/image-generation/image-generation-job.schema.d.ts +67 -0
- package/build/models/tools/image-generation/image-generation-model.schema.d.ts +63 -0
- package/build/models/tools/image-recognition/image-recognition-category.schema.d.ts +22 -0
- package/build/models/tools/image-recognition/image-recognition-config.schema.d.ts +53 -0
- package/build/models/tools/image-recognition/image-recognition-job.schema.d.ts +43 -0
- package/build/models/tools/image-recognition/image-recognition-model.schema.d.ts +39 -0
- package/build/models/tools/interior-design/interior-design-config.schema.d.ts +69 -0
- package/build/models/tools/interior-design/interior-design-job.schema.d.ts +49 -0
- package/build/models/tools/interior-design/interior-design-model.schema.d.ts +58 -0
- package/build/models/tools/language/language.schema.d.ts +8 -0
- package/build/models/tools/marketplace-card/marketplace-card-config.schema.d.ts +68 -0
- package/build/models/tools/marketplace-card/marketplace-card-description-generation.schema.d.ts +13 -0
- package/build/models/tools/marketplace-card/marketplace-card-job.schema.d.ts +55 -0
- package/build/models/tools/music/music-config.schema.d.ts +51 -0
- package/build/models/tools/music/music-job.schema.d.ts +232 -0
- package/build/models/tools/music/music-model.schema.d.ts +68 -0
- package/build/models/tools/music/music-playlist.schema.d.ts +36 -0
- package/build/models/tools/music/music-track.schema.d.ts +27 -0
- package/build/models/tools/paraphrase/paraphrase-config.schema.d.ts +27 -0
- package/build/models/tools/paraphrase/paraphrase-job.schema.d.ts +18 -0
- package/build/models/tools/paraphrase/paraphrase-model.schema.d.ts +13 -0
- package/build/models/tools/paraphrase/paraphrase-style.schema.d.ts +12 -0
- package/build/models/tools/presentation/index.d.ts +13 -0
- package/build/models/tools/presentation/index.js +4 -0
- package/build/models/tools/presentation/pptx-export-payload.schema.d.ts +741 -0
- package/build/models/tools/presentation/presentation-ai-action.schema.d.ts +29 -0
- package/build/models/tools/presentation/presentation-config.schema.d.ts +56 -0
- package/build/models/tools/presentation/presentation-template.schema.d.ts +12 -0
- package/build/models/tools/presentation/presentation-title-page.schema.d.ts +7 -0
- package/build/models/tools/presentation/presentation.schema.d.ts +201 -0
- package/build/models/tools/presentation/slide-content-edit.schema.d.ts +243 -0
- package/build/models/tools/presentation/slide-content-type.schema.d.ts +12 -0
- package/build/models/tools/presentation/slide-content.schema.d.ts +382 -0
- package/build/models/tools/presentation/slide-icon-slot.schema.d.ts +12 -0
- package/build/models/tools/presentation/slide-image-slot.schema.d.ts +13 -0
- package/build/models/tools/presentation/slide-outline.schema.d.ts +28 -0
- package/build/models/tools/presentation/slide.schema.d.ts +372 -0
- package/build/models/tools/solving-edu-task/solving-edu-task-config.schema.d.ts +20 -0
- package/build/models/tools/solving-edu-task/solving-edu-task-job.schema.d.ts +42 -0
- package/build/models/tools/solving-edu-task/solving-edu-task-model.schema.d.ts +27 -0
- package/build/models/tools/spell-corrector/spell-corrector-config.schema.d.ts +27 -0
- package/build/models/tools/spell-corrector/spell-corrector-job.schema.d.ts +15 -0
- package/build/models/tools/spell-corrector/spell-corrector-model.schema.d.ts +24 -0
- package/build/models/tools/stt/stt-config.schema.d.ts +29 -0
- package/build/models/tools/stt/stt-job.schema.d.ts +24 -0
- package/build/models/tools/stt/stt-model.schema.d.ts +27 -0
- package/build/models/tools/stt/stt-response.schema.d.ts +8 -0
- package/build/models/tools/tool-workspace/tool-workspace-contents.schema.d.ts +107 -0
- package/build/models/tools/tool-workspace/tool-workspace-item.schema.d.ts +95 -0
- package/build/models/tools/tool-workspace/tool-workspace-job.schema.d.ts +86 -0
- package/build/models/tools/tool-workspace/tool-workspace.schema.d.ts +14 -0
- package/build/models/tools/tts/tts-config.schema.d.ts +123 -0
- package/build/models/tools/tts/tts-job.schema.d.ts +31 -0
- package/build/models/tools/tts/tts-model.schema.d.ts +237 -0
- package/build/models/tools/video/video-config.schema.d.ts +195 -0
- package/build/models/tools/video/video-job.schema.d.ts +67 -0
- package/build/models/tools/video/video-model.schema.d.ts +158 -0
- package/build/models/tools/video-editor/video-editor-config.schema.d.ts +50 -0
- package/build/models/tools/video-editor/video-editor-job.schema.d.ts +39 -0
- package/build/models/tools/video-editor/video-editor-model.schema.d.ts +77 -0
- package/build/models/tools/writer/index.d.ts +9 -0
- package/build/models/tools/writer/index.js +1 -0
- package/build/models/tools/writer/writer-ai-action.schema.d.ts +28 -0
- package/build/models/tools/writer/writer-config.schema.d.ts +70 -0
- package/build/models/tools/writer/writer-document-outline.schema.d.ts +21 -0
- package/build/models/tools/writer/writer-document-title-page.schema.d.ts +11 -0
- package/build/models/tools/writer/writer-document-type.schema.d.ts +24 -0
- package/build/models/tools/writer/writer-document.schema.d.ts +41 -0
- package/build/models/tools/writer/writer-model.schema.d.ts +29 -0
- package/build/models/tools/writer/writer-source-bibliographic-metadata.schema.d.ts +38 -0
- package/build/models/tools/writer/writer-source.schema.d.ts +34 -0
- package/build/models/ui-notification.schema.d.ts +146 -0
- package/build/models/unlocked-by-subscription.schema.d.ts +14 -0
- package/build/models/unregistered-user.schema.d.ts +7 -0
- package/build/models/update-post-translation.schema.d.ts +12 -0
- package/build/models/update-post.schema.d.ts +10 -0
- package/build/models/user-profile.schema.d.ts +17 -0
- package/build/models/user-referrals.schema.d.ts +8 -0
- package/build/models/user-task.schema.d.ts +12 -0
- package/build/models/user-to-product.schema.d.ts +257 -0
- package/build/models/user-to-subscription.schema.d.ts +829 -0
- package/build/models/user.schema.d.ts +64 -0
- package/build/models/users-filter-notification.schema.d.ts +12 -0
- package/build/models/utm.schema.d.ts +9 -0
- package/build/models/webmaster-balance.schema.d.ts +13 -0
- package/build/models/webmaster-click.schema.d.ts +9 -0
- package/build/models/webmaster.schema.d.ts +25 -0
- package/package.json +4 -1
- package/api/controllers/http/account-merge-private.ts +0 -5
- package/api/controllers/http/account-merge.ts +0 -5
- package/api/controllers/http/agents/agent-ai-model.ts +0 -6
- package/api/controllers/http/agents/agent-channel.ts +0 -9
- package/api/controllers/http/agents/agent-dialog.ts +0 -17
- package/api/controllers/http/agents/agent-document.ts +0 -9
- package/api/controllers/http/agents/agent-files.ts +0 -5
- package/api/controllers/http/agents/agent-lead-form.ts +0 -9
- package/api/controllers/http/agents/agent-lead.ts +0 -9
- package/api/controllers/http/agents/agent-statistics.ts +0 -5
- package/api/controllers/http/agents/agent-template.ts +0 -15
- package/api/controllers/http/agents/agent-tool.ts +0 -9
- package/api/controllers/http/agents/agent.ts +0 -17
- package/api/controllers/http/ai-model.ts +0 -10
- package/api/controllers/http/ai-vendor.ts +0 -9
- package/api/controllers/http/auth.ts +0 -15
- package/api/controllers/http/avatar-studio.ts +0 -55
- package/api/controllers/http/b2b-compatible.ts +0 -14
- package/api/controllers/http/b2b-usage-log.ts +0 -5
- package/api/controllers/http/b2b.ts +0 -14
- package/api/controllers/http/blog.ts +0 -19
- package/api/controllers/http/cabinet.ts +0 -6
- package/api/controllers/http/canvas-cron.ts +0 -5
- package/api/controllers/http/canvas-edge.ts +0 -9
- package/api/controllers/http/canvas-node-definition.ts +0 -5
- package/api/controllers/http/canvas-node.ts +0 -10
- package/api/controllers/http/canvas-template.ts +0 -13
- package/api/controllers/http/canvas-text-generation.ts +0 -7
- package/api/controllers/http/canvas-var-generation.ts +0 -7
- package/api/controllers/http/canvas.ts +0 -14
- package/api/controllers/http/category.ts +0 -12
- package/api/controllers/http/chat-private.ts +0 -19
- package/api/controllers/http/chat-public.ts +0 -17
- package/api/controllers/http/cloud-payments.ts +0 -4
- package/api/controllers/http/community.ts +0 -26
- package/api/controllers/http/course.ts +0 -18
- package/api/controllers/http/daily-streak.ts +0 -6
- package/api/controllers/http/diagrams.ts +0 -17
- package/api/controllers/http/feedback.ts +0 -6
- package/api/controllers/http/files.ts +0 -14
- package/api/controllers/http/folder.ts +0 -10
- package/api/controllers/http/form-submission.ts +0 -6
- package/api/controllers/http/html-page-builder.ts +0 -14
- package/api/controllers/http/image-editor.ts +0 -15
- package/api/controllers/http/image-generation.ts +0 -15
- package/api/controllers/http/image-recognition.ts +0 -15
- package/api/controllers/http/index.ts +0 -87
- package/api/controllers/http/interior-design.ts +0 -15
- package/api/controllers/http/key-value.ts +0 -10
- package/api/controllers/http/marketplace-card.ts +0 -16
- package/api/controllers/http/message.ts +0 -12
- package/api/controllers/http/model-page.ts +0 -41
- package/api/controllers/http/music.ts +0 -23
- package/api/controllers/http/order.ts +0 -7
- package/api/controllers/http/page.ts +0 -15
- package/api/controllers/http/palette.ts +0 -6
- package/api/controllers/http/paraphrase.ts +0 -15
- package/api/controllers/http/payment.ts +0 -7
- package/api/controllers/http/photo-studio.ts +0 -31
- package/api/controllers/http/presentation.ts +0 -40
- package/api/controllers/http/product.ts +0 -12
- package/api/controllers/http/promocode.ts +0 -9
- package/api/controllers/http/prompt-category.ts +0 -15
- package/api/controllers/http/prompt-topic.ts +0 -17
- package/api/controllers/http/prompt.ts +0 -16
- package/api/controllers/http/question.ts +0 -9
- package/api/controllers/http/referral.ts +0 -7
- package/api/controllers/http/review.ts +0 -8
- package/api/controllers/http/solving-edu-task.ts +0 -15
- package/api/controllers/http/spell-corrector.ts +0 -15
- package/api/controllers/http/stt.ts +0 -15
- package/api/controllers/http/subscription.ts +0 -22
- package/api/controllers/http/support-feedback.ts +0 -7
- package/api/controllers/http/task.ts +0 -6
- package/api/controllers/http/team-account.ts +0 -37
- package/api/controllers/http/telegram-auth.ts +0 -7
- package/api/controllers/http/telegram-connect.ts +0 -6
- package/api/controllers/http/telegram-profile.ts +0 -5
- package/api/controllers/http/tool-job.ts +0 -5
- package/api/controllers/http/tool-workspace.ts +0 -10
- package/api/controllers/http/tool.ts +0 -7
- package/api/controllers/http/tts.ts +0 -15
- package/api/controllers/http/ui-notification.ts +0 -16
- package/api/controllers/http/unregistered-user.ts +0 -6
- package/api/controllers/http/update-post.ts +0 -16
- package/api/controllers/http/user-private.ts +0 -5
- package/api/controllers/http/user-profile.ts +0 -8
- package/api/controllers/http/user-to-product.ts +0 -6
- package/api/controllers/http/user-to-subscription.ts +0 -7
- package/api/controllers/http/user-to-task-private.ts +0 -8
- package/api/controllers/http/user-to-task-public.ts +0 -5
- package/api/controllers/http/user.ts +0 -22
- package/api/controllers/http/video-editor.ts +0 -15
- package/api/controllers/http/video.ts +0 -15
- package/api/controllers/http/webmaster-click.ts +0 -7
- package/api/controllers/http/webmaster.ts +0 -11
- package/api/controllers/http/writer.ts +0 -30
- package/api/routes.ts +0 -1906
- package/commands/account-merge/merge-account-by-telegram-id.command.ts +0 -18
- package/commands/account-merge/merge-account.command.ts +0 -18
- package/commands/agents/agent-ai-model/find-agent-ai-models.command.ts +0 -9
- package/commands/agents/agent-ai-model/get-agent-ai-model-by-id.command.ts +0 -14
- package/commands/agents/agent-channel/create-agent-channel.command.ts +0 -22
- package/commands/agents/agent-channel/delete-agent-channel.command.ts +0 -14
- package/commands/agents/agent-channel/find-agent-channels-catalog.command.ts +0 -9
- package/commands/agents/agent-channel/find-agent-channels.command.ts +0 -14
- package/commands/agents/agent-channel/update-agent-channel.command.ts +0 -21
- package/commands/agents/agent-dialog/delete-dialog.command.ts +0 -16
- package/commands/agents/agent-dialog/find-agent-dialogs.command.ts +0 -22
- package/commands/agents/agent-dialog/get-agent-dialog-by-id.command.ts +0 -17
- package/commands/agents/agent-dialog/get-cabinet-config.command.ts +0 -11
- package/commands/agents/agent-dialog/get-cabinet-price-preview.command.ts +0 -28
- package/commands/agents/agent-dialog/get-dialog-context-length.command.ts +0 -31
- package/commands/agents/agent-dialog/rename-agent-dialog.command.ts +0 -19
- package/commands/agents/agent-dialog/send-agent-dialog-admin-reply.command.ts +0 -31
- package/commands/agents/agent-dialog/send-cabinet-message.command.ts +0 -32
- package/commands/agents/agent-dialog/start-cabinet-dialog.command.ts +0 -20
- package/commands/agents/agent-dialog/stop-cabinet-stream.command.ts +0 -15
- package/commands/agents/agent-dialog/update-agent-dialog-status.command.ts +0 -23
- package/commands/agents/agent-document/add-document-from-url.command.ts +0 -26
- package/commands/agents/agent-document/delete-agent-document.command.ts +0 -14
- package/commands/agents/agent-document/find-agent-documents.command.ts +0 -20
- package/commands/agents/agent-document/get-agent-document-by-id.command.ts +0 -15
- package/commands/agents/agent-document/upload-agent-document.command.ts +0 -21
- package/commands/agents/agent-files/upload-agent-chat-file.command.ts +0 -29
- package/commands/agents/agent-lead/create-agent-lead.command.ts +0 -16
- package/commands/agents/agent-lead/delete-agent-lead.command.ts +0 -13
- package/commands/agents/agent-lead/find-agent-leads.command.ts +0 -14
- package/commands/agents/agent-lead/get-agent-lead-by-id.command.ts +0 -14
- package/commands/agents/agent-lead/update-agent-lead.command.ts +0 -21
- package/commands/agents/agent-lead-form/delete-agent-lead-form.command.ts +0 -14
- package/commands/agents/agent-lead-form/find-agent-lead-forms.command.ts +0 -16
- package/commands/agents/agent-lead-form/get-agent-lead-form-by-agent.command.ts +0 -14
- package/commands/agents/agent-lead-form/get-agent-lead-form-by-id.command.ts +0 -14
- package/commands/agents/agent-lead-form/upsert-agent-lead-form.command.ts +0 -21
- package/commands/agents/agent-template/create-agent-template-category.command.ts +0 -17
- package/commands/agents/agent-template/create-agent-template-instruction.command.ts +0 -22
- package/commands/agents/agent-template/create-agent-template.command.ts +0 -26
- package/commands/agents/agent-template/delete-agent-template-category.command.ts +0 -13
- package/commands/agents/agent-template/delete-agent-template-instruction.command.ts +0 -14
- package/commands/agents/agent-template/delete-agent-template.command.ts +0 -13
- package/commands/agents/agent-template/find-agent-template-catalog.command.ts +0 -9
- package/commands/agents/agent-template/find-agent-template-categories.command.ts +0 -18
- package/commands/agents/agent-template/find-agent-template-instructions.command.ts +0 -21
- package/commands/agents/agent-template/find-agent-templates.command.ts +0 -18
- package/commands/agents/agent-template/get-agent-template-instructions-by-template.command.ts +0 -14
- package/commands/agents/agent-template/update-agent-template-category.command.ts +0 -23
- package/commands/agents/agent-template/update-agent-template-instruction.command.ts +0 -24
- package/commands/agents/agent-template/update-agent-template.command.ts +0 -32
- package/commands/agents/agent-tool/connect-agent-tool.command.ts +0 -22
- package/commands/agents/agent-tool/disconnect-agent-tool.command.ts +0 -14
- package/commands/agents/agent-tool/find-agent-tools-catalog.command.ts +0 -17
- package/commands/agents/agent-tool/find-agent-tools.command.ts +0 -16
- package/commands/agents/agent-tool/update-agent-tool.command.ts +0 -23
- package/commands/agents/agents/activate-agent.command.ts +0 -14
- package/commands/agents/agents/create-agent.command.ts +0 -18
- package/commands/agents/agents/delete-agent.command.ts +0 -13
- package/commands/agents/agents/find-agents.command.ts +0 -18
- package/commands/agents/agents/get-agent-aggregate.command.ts +0 -24
- package/commands/agents/agents/get-agent-by-id.command.ts +0 -14
- package/commands/agents/agents/get-agent-public-info.command.ts +0 -23
- package/commands/agents/agents/get-agent-statistics.command.ts +0 -28
- package/commands/agents/agents/stop-agent.command.ts +0 -14
- package/commands/agents/agents/update-agent.command.ts +0 -33
- package/commands/ai-model/create-ai-model.command.ts +0 -18
- package/commands/ai-model/delete-ai-model.command.ts +0 -15
- package/commands/ai-model/find-ai-model.command.ts +0 -26
- package/commands/ai-model/find-ai-models-available-to-user.comand.ts +0 -12
- package/commands/ai-model/find-formatted-ai-model-v2.command.ts +0 -23
- package/commands/ai-model/find-formatted-ai-model.command.ts +0 -22
- package/commands/ai-model/find-model-pages.command.ts +0 -34
- package/commands/ai-model/update-ai-model.command.ts +0 -24
- package/commands/ai-studio/canvas/create-canvas.command.ts +0 -16
- package/commands/ai-studio/canvas/delete-canvas.command.ts +0 -18
- package/commands/ai-studio/canvas/execute-graph-by-node.command.ts +0 -20
- package/commands/ai-studio/canvas/find-canvas-by-uuid-with-relations.query.ts +0 -19
- package/commands/ai-studio/canvas/find-canvas-by-uuid.query.ts +0 -16
- package/commands/ai-studio/canvas/find-canvases-by-user.query.ts +0 -20
- package/commands/ai-studio/canvas/get-price.query.ts +0 -37
- package/commands/ai-studio/canvas/recover-stale-nodes.command.ts +0 -13
- package/commands/ai-studio/canvas/run-canvas.command.ts +0 -19
- package/commands/ai-studio/canvas/save-canvas.command.ts +0 -55
- package/commands/ai-studio/canvas/update-canvas.command.ts +0 -22
- package/commands/ai-studio/canvas-edge/create-canvas-edge.command.ts +0 -26
- package/commands/ai-studio/canvas-edge/delete-canvas-edge.command.ts +0 -24
- package/commands/ai-studio/canvas-edge/find-canvas-edge-by-source-and-target.query.ts +0 -23
- package/commands/ai-studio/canvas-edge/find-canvas-edges-by-canvas.query.ts +0 -16
- package/commands/ai-studio/canvas-node/count-canvas-nodes-by-canvas.query.ts +0 -20
- package/commands/ai-studio/canvas-node/create-canvas-node.command.ts +0 -33
- package/commands/ai-studio/canvas-node/delete-canvas-node.command.ts +0 -19
- package/commands/ai-studio/canvas-node/find-canvas-node-by-uuid.query.ts +0 -17
- package/commands/ai-studio/canvas-node/find-canvas-node-definitions-with-configs.query.ts +0 -10
- package/commands/ai-studio/canvas-node/find-canvas-nodes-by-canvas.query.ts +0 -16
- package/commands/ai-studio/canvas-node/update-canvas-node.command.ts +0 -40
- package/commands/ai-studio/canvas-template/create-canvas-from-generated-template.command.ts +0 -57
- package/commands/ai-studio/canvas-template/create-canvas-from-template.command.ts +0 -19
- package/commands/ai-studio/canvas-template/create-canvas-template.command.ts +0 -25
- package/commands/ai-studio/canvas-template/delete-canvas-template.command.ts +0 -18
- package/commands/ai-studio/canvas-template/find-canvas-template-by-uuid.query.ts +0 -16
- package/commands/ai-studio/canvas-template/find-canvas-templates.query.ts +0 -24
- package/commands/ai-studio/canvas-template/generate-canvas-template-by-prompt.command.ts +0 -20
- package/commands/ai-studio/canvas-template/get-canvas-template-price.command.ts +0 -19
- package/commands/ai-studio/canvas-template/update-canvas-template.command.ts +0 -31
- package/commands/ai-studio/canvas-tool/palette/generate-palette.command.ts +0 -23
- package/commands/ai-studio/canvas-tool/palette/get-palette-price.command.ts +0 -17
- package/commands/ai-studio/canvas-tool/text-gen/generate-text.command.ts +0 -17
- package/commands/ai-studio/canvas-tool/text-gen/get-text-generation-config.command.ts +0 -13
- package/commands/ai-studio/canvas-tool/text-gen/get-text-generation-price.command.ts +0 -18
- package/commands/ai-studio/canvas-tool/var-gen/generate-variables.command.ts +0 -20
- package/commands/ai-studio/canvas-tool/var-gen/get-var-gen-config.command.ts +0 -9
- package/commands/ai-studio/canvas-tool/var-gen/get-var-gen-price.command.ts +0 -18
- package/commands/ai-vendor/create-ai-vendor.command.ts +0 -17
- package/commands/ai-vendor/delete-ai-vendor.command.ts +0 -12
- package/commands/ai-vendor/find-ai-vendor-by-uuid.query.ts +0 -15
- package/commands/ai-vendor/find-ai-vendors-by-criteria.query.ts +0 -17
- package/commands/ai-vendor/find-all-ai-vendors.command.ts +0 -9
- package/commands/ai-vendor/update-ai-vendor.command.ts +0 -15
- package/commands/auth/change-password.command.ts +0 -18
- package/commands/auth/create-user.command.ts +0 -17
- package/commands/auth/login.command.ts +0 -18
- package/commands/auth/register-user.command.ts +0 -41
- package/commands/auth/reset-password.command.ts +0 -19
- package/commands/auth/restore-password.command.ts +0 -16
- package/commands/auth/verify-email-retry.command.ts +0 -10
- package/commands/auth/verify-email.command.ts +0 -14
- package/commands/auth/vk-login.command.ts +0 -44
- package/commands/auth/yandex-login.command.ts +0 -42
- package/commands/avatar-studio/clip/create-avatar-studio-clip.command.ts +0 -17
- package/commands/avatar-studio/clip/delete-avatar-studio-clip.command.ts +0 -12
- package/commands/avatar-studio/clip/find-avatar-studio-clips.query.ts +0 -16
- package/commands/avatar-studio/clip/get-avatar-studio-clip.query.ts +0 -13
- package/commands/avatar-studio/clip/update-avatar-studio-clip.command.ts +0 -21
- package/commands/avatar-studio/export-job/find-avatar-studio-export-jobs.query.ts +0 -18
- package/commands/avatar-studio/export-job/get-avatar-studio-export-job.query.ts +0 -13
- package/commands/avatar-studio/export-job/start-avatar-studio-export.command.ts +0 -13
- package/commands/avatar-studio/generation-job/find-avatar-studio-generation-jobs.query.ts +0 -20
- package/commands/avatar-studio/generation-job/generate-avatar-studio-frame.command.ts +0 -27
- package/commands/avatar-studio/generation-job/generate-avatar-studio-image.command.ts +0 -24
- package/commands/avatar-studio/generation-job/generate-avatar-studio-scene-video.command.ts +0 -19
- package/commands/avatar-studio/generation-job/generate-avatar-studio-scene-voice.command.ts +0 -24
- package/commands/avatar-studio/generation-job/generate-avatar-studio-talking-avatar.command.ts +0 -19
- package/commands/avatar-studio/generation-job/get-avatar-studio-generation-job.query.ts +0 -13
- package/commands/avatar-studio/media/create-avatar-studio-media-from-file.command.ts +0 -25
- package/commands/avatar-studio/media/delete-avatar-studio-media.command.ts +0 -12
- package/commands/avatar-studio/media/find-avatar-studio-media.query.ts +0 -26
- package/commands/avatar-studio/media/update-avatar-studio-media.command.ts +0 -21
- package/commands/avatar-studio/scene/apply-avatar-studio-voice-sample-to-all-scenes.command.ts +0 -20
- package/commands/avatar-studio/scene/create-avatar-studio-scene.command.ts +0 -16
- package/commands/avatar-studio/scene/delete-avatar-studio-scene.command.ts +0 -12
- package/commands/avatar-studio/scene/reorder-avatar-studio-scenes.command.ts +0 -23
- package/commands/avatar-studio/scene/set-avatar-studio-scene-slot.command.ts +0 -23
- package/commands/avatar-studio/scene/update-avatar-studio-scene.command.ts +0 -19
- package/commands/avatar-studio/scriptwriter/apply-avatar-studio-scriptwriter-message.command.ts +0 -21
- package/commands/avatar-studio/scriptwriter/calculate-avatar-studio-scriptwriter-price.command.ts +0 -28
- package/commands/avatar-studio/scriptwriter/create-avatar-studio-scriptwriter-message.command.ts +0 -85
- package/commands/avatar-studio/scriptwriter/find-avatar-studio-scriptwriter-messages.query.ts +0 -13
- package/commands/avatar-studio/shared/avatar-studio-common.schema.ts +0 -72
- package/commands/avatar-studio/shared/get-avatar-studio-config.query.ts +0 -232
- package/commands/avatar-studio/voice/design-avatar-studio-voice.command.ts +0 -22
- package/commands/b2b/create-api-key.command.ts +0 -49
- package/commands/b2b/delete-api-key.command.ts +0 -16
- package/commands/b2b/find-b2b-image-generation-job-by-uuid.command.ts +0 -21
- package/commands/b2b/get-api-key.command.ts +0 -10
- package/commands/b2b/get-b2b-documentation.command.ts +0 -121
- package/commands/b2b/refresh-api-key.command.ts +0 -11
- package/commands/b2b/send-image-request.command.ts +0 -28
- package/commands/b2b/send-text-request.command.ts +0 -32
- package/commands/b2b/submit-balance-top-up-form.command.ts +0 -22
- package/commands/b2b/update-api-key.command.ts +0 -22
- package/commands/b2b/upload-b2b-file.command.ts +0 -14
- package/commands/b2b-compatible/anthropic-files.command.ts +0 -29
- package/commands/b2b-compatible/anthropic-messages.command.ts +0 -244
- package/commands/b2b-compatible/anthropic-models.command.ts +0 -31
- package/commands/b2b-compatible/common.schemas.ts +0 -55
- package/commands/b2b-compatible/openai-files.command.ts +0 -37
- package/commands/b2b-compatible/openai-models.command.ts +0 -29
- package/commands/b2b-compatible/openai-responses.command.ts +0 -191
- package/commands/b2b-usage-log/get-b2b-usage-statistics.command.ts +0 -128
- package/commands/blog/create-post-translation.command.ts +0 -28
- package/commands/blog/create-post.command.ts +0 -22
- package/commands/blog/delete-post.command.ts +0 -13
- package/commands/blog/find-all-posts.command.ts +0 -17
- package/commands/blog/find-post-by-alias.command.ts +0 -20
- package/commands/blog/find-post-by-uuid.command.ts +0 -16
- package/commands/blog/find-posts.command.ts +0 -21
- package/commands/blog/get-all-post-translations.query.ts +0 -16
- package/commands/blog/get-latest-updates.command.ts +0 -16
- package/commands/blog/get-posts-count.command.ts +0 -17
- package/commands/blog/update-post-translation.command.ts +0 -28
- package/commands/blog/update-post.command.ts +0 -31
- package/commands/cabinet/get-user-statistics-by-month.command.ts +0 -29
- package/commands/cabinet/get-user-statistics-overview.command.ts +0 -34
- package/commands/category/create-category-translation.command.ts +0 -26
- package/commands/category/create-category.command.ts +0 -20
- package/commands/category/delete-category.command.ts +0 -13
- package/commands/category/find-category.command.ts +0 -44
- package/commands/category/get-all-category-translations.query.ts +0 -16
- package/commands/category/update-category-translation.command.ts +0 -26
- package/commands/category/update-category.command.ts +0 -28
- package/commands/chat/archive-all.command.ts +0 -9
- package/commands/chat/calculate-chat-price.command.ts +0 -21
- package/commands/chat/check-limit.command.ts +0 -22
- package/commands/chat/compact-chat.command.ts +0 -19
- package/commands/chat/create-chat.command.ts +0 -18
- package/commands/chat/delete-chat.command.ts +0 -12
- package/commands/chat/find-chat-by-uuid.command.ts +0 -16
- package/commands/chat/find-chats.command.ts +0 -24
- package/commands/chat/get-chats-config.command.ts +0 -15
- package/commands/chat/get-input-limits.command.ts +0 -19
- package/commands/chat/get-last-active-chat-command.ts +0 -14
- package/commands/chat/update-chat.command.ts +0 -22
- package/commands/community/archive-community-post.command.ts +0 -13
- package/commands/community/create-community-post.command.ts +0 -19
- package/commands/community/delete-community-post.command.ts +0 -13
- package/commands/community/get-all-community-posts-by-criteria.command.ts +0 -39
- package/commands/community/get-community-post-by-uuid.command.ts +0 -16
- package/commands/community/get-count-of-likes-on-user-posts.command.ts +0 -14
- package/commands/community/get-my-community-posts-by-criteria.command.ts +0 -50
- package/commands/community/get-my-favorite-community-posts.command.ts +0 -30
- package/commands/community/get-my-likes-community-posts.command.ts +0 -19
- package/commands/community/send-report-to-community-post.command.ts +0 -16
- package/commands/community/set-favorite-community-post.command.ts +0 -13
- package/commands/community/set-like-community-post.command.ts +0 -14
- package/commands/community/set-reject-community-post.command.ts +0 -19
- package/commands/community/set-visibility-community-post.command.ts +0 -24
- package/commands/community/share-my-community-post.command.ts +0 -13
- package/commands/course/create-course-translation.command.ts +0 -27
- package/commands/course/create-course.command.ts +0 -19
- package/commands/course/create-lesson-translation.command.ts +0 -23
- package/commands/course/create-section-translation.command.ts +0 -23
- package/commands/course/find-course-by-alias.command.ts +0 -16
- package/commands/course/find-course-by-uuid.command.ts +0 -16
- package/commands/course/get-all-course-translations.query.ts +0 -16
- package/commands/course/get-all-lesson-translations.query.ts +0 -16
- package/commands/course/get-all-section-translations.query.ts +0 -16
- package/commands/course/update-course-translation.command.ts +0 -27
- package/commands/course/update-lesson-translation.command.ts +0 -23
- package/commands/course/update-section-translation.command.ts +0 -23
- package/commands/daily-streak/collect-daily-reward.command.ts +0 -12
- package/commands/daily-streak/get-daily-streak.command.ts +0 -12
- package/commands/feedback/check-if-user-ready-for-feedback.command.ts +0 -14
- package/commands/feedback/create-feedback.command.ts +0 -20
- package/commands/feedback/udpate-feedback.command.ts +0 -26
- package/commands/file/calculate-file-cost.command.ts +0 -22
- package/commands/file/delete-user-file.command.ts +0 -12
- package/commands/file/upload.command.ts +0 -16
- package/commands/folder/create-folder.command.ts +0 -17
- package/commands/folder/delete-folder.command.ts +0 -18
- package/commands/folder/find-folder-by-uuid-with-chats.command.ts +0 -28
- package/commands/folder/find-folder-by-uuid.command.ts +0 -16
- package/commands/folder/find-folders-by-user.command.ts +0 -20
- package/commands/folder/update-folder.command.ts +0 -23
- package/commands/form-submission/create-form-submission.command.ts +0 -18
- package/commands/key-value/create-key-value.command.ts +0 -22
- package/commands/key-value/delete-key-value-by-key.command.ts +0 -13
- package/commands/key-value/find-all-key-values.command.ts +0 -9
- package/commands/key-value/find-all-namespace-key-values.command.ts +0 -14
- package/commands/key-value/find-key-value-by-key.command.ts +0 -15
- package/commands/key-value/update-key-value-by-key.command.ts +0 -22
- package/commands/message/create-suggestions.command.ts +0 -20
- package/commands/message/create-text-message.command.ts +0 -24
- package/commands/message/find-message-by-uuid.command.ts +0 -16
- package/commands/message/rate-message.command.ts +0 -20
- package/commands/message/stop-stream.command.ts +0 -16
- package/commands/midjourney/midjourney-callback.command.ts +0 -10
- package/commands/model-page/base/create-model-page.command.ts +0 -15
- package/commands/model-page/base/delete-model-page.command.ts +0 -10
- package/commands/model-page/base/find-model-page-admin.command.ts +0 -14
- package/commands/model-page/base/find-model-pages-admin.command.ts +0 -24
- package/commands/model-page/base/update-model-page.command.ts +0 -69
- package/commands/model-page/common.schemas.ts +0 -64
- package/commands/model-page/public/find-model-page-answer-detail.command.ts +0 -15
- package/commands/model-page/public/find-model-page-detail.command.ts +0 -13
- package/commands/model-page/public/find-model-page-hub.command.ts +0 -26
- package/commands/model-page/public/find-model-page-question-type.command.ts +0 -14
- package/commands/model-page/public/find-model-page-vendors.command.ts +0 -7
- package/commands/model-page/question/create-model-page-question.command.ts +0 -17
- package/commands/model-page/question/delete-model-page-question.command.ts +0 -10
- package/commands/model-page/question/find-model-page-question-admin.command.ts +0 -14
- package/commands/model-page/question/find-model-page-questions-admin.command.ts +0 -22
- package/commands/model-page/question/update-model-page-question.command.ts +0 -21
- package/commands/model-page/question-translation/create-model-page-question-translation.command.ts +0 -25
- package/commands/model-page/question-translation/delete-model-page-question-translation.command.ts +0 -10
- package/commands/model-page/question-translation/find-model-page-question-translation.command.ts +0 -14
- package/commands/model-page/question-translation/find-model-page-question-translations.command.ts +0 -14
- package/commands/model-page/question-translation/update-model-page-question-translation.command.ts +0 -23
- package/commands/model-page/translation/create-model-page-translation.command.ts +0 -28
- package/commands/model-page/translation/delete-model-page-translation.command.ts +0 -10
- package/commands/model-page/translation/find-model-page-translation.command.ts +0 -14
- package/commands/model-page/translation/find-model-page-translations.command.ts +0 -14
- package/commands/model-page/translation/update-model-page-translation.command.ts +0 -24
- package/commands/order/get-order-payment-status.command.ts +0 -18
- package/commands/page/create-page-translation.command.ts +0 -28
- package/commands/page/create-page.command.ts +0 -57
- package/commands/page/delete-page.command.ts +0 -13
- package/commands/page/find-page-by-alias.command.ts +0 -46
- package/commands/page/find-page.command.ts +0 -46
- package/commands/page/find-pages-by-criteria.command.ts +0 -50
- package/commands/page/get-all-page-translations.query.ts +0 -16
- package/commands/page/update-page-translation.command.ts +0 -28
- package/commands/page/update-page.command.ts +0 -29
- package/commands/payment/check.command.ts +0 -52
- package/commands/payment/find-payments-by-criteria.command.ts +0 -63
- package/commands/payment/get-payment-history.command.ts +0 -17
- package/commands/payment/pay.command.ts +0 -51
- package/commands/payment/receipt.command.ts +0 -68
- package/commands/payment/recurrent.command.ts +0 -48
- package/commands/payment/refund-payment.command.ts +0 -17
- package/commands/photo-studio/add-photo-studio-checkpoint.command.ts +0 -23
- package/commands/photo-studio/add-photo-studio-image.command.ts +0 -37
- package/commands/photo-studio/clear-photo-studio-checkpoints.command.ts +0 -12
- package/commands/photo-studio/create-photo-studio-canvas.command.ts +0 -16
- package/commands/photo-studio/delete-photo-studio-canvas.command.ts +0 -11
- package/commands/photo-studio/delete-photo-studio-checkpoint.command.ts +0 -14
- package/commands/photo-studio/delete-photo-studio-image.command.ts +0 -20
- package/commands/photo-studio/delete-photo-studio-job.command.ts +0 -14
- package/commands/photo-studio/execute-photo-studio-action.command.ts +0 -203
- package/commands/photo-studio/find-photo-studio-canvas-by-uuid.query.ts +0 -12
- package/commands/photo-studio/find-photo-studio-canvases.query.ts +0 -20
- package/commands/photo-studio/find-photo-studio-checkpoints.query.ts +0 -12
- package/commands/photo-studio/find-photo-studio-job-by-id.query.ts +0 -46
- package/commands/photo-studio/find-photo-studio-jobs.query.ts +0 -20
- package/commands/photo-studio/get-photo-studio-actions.query.ts +0 -10
- package/commands/photo-studio/get-photo-studio-config.query.ts +0 -22
- package/commands/photo-studio/move-photo-studio-image.command.ts +0 -21
- package/commands/photo-studio/rename-photo-studio-image.command.ts +0 -21
- package/commands/photo-studio/retry-photo-studio-job.command.ts +0 -13
- package/commands/photo-studio/save-photo-studio-canvas.command.ts +0 -24
- package/commands/photo-studio/update-photo-studio-canvas.command.ts +0 -17
- package/commands/photo-studio/update-photo-studio-checkpoint.command.ts +0 -25
- package/commands/product/buy-product.command.ts +0 -127
- package/commands/product/create-product.command.ts +0 -18
- package/commands/product/delete-product.command.ts +0 -13
- package/commands/product/find-product.command.ts +0 -29
- package/commands/product/get-my-products.command.ts +0 -10
- package/commands/product/refund-product.command.ts +0 -17
- package/commands/product/update-product.command.ts +0 -24
- package/commands/promocode/create-promocode.command.ts +0 -20
- package/commands/promocode/delete-promocode.command.ts +0 -18
- package/commands/promocode/find-promocode.command.ts +0 -22
- package/commands/promocode/get-upsell-offer.command.ts +0 -25
- package/commands/promocode/update-promocode.command.ts +0 -24
- package/commands/promocode/validate-promocode.command.ts +0 -19
- package/commands/prompt/create-prompt-translation.command.ts +0 -24
- package/commands/prompt/create-prompt.command.ts +0 -16
- package/commands/prompt/delete-prompt.command.ts +0 -17
- package/commands/prompt/find-all-prompts.command.ts +0 -12
- package/commands/prompt/find-prompt-by-uuid.command.ts +0 -16
- package/commands/prompt/find-prompts-by-topic.command.ts +0 -17
- package/commands/prompt/get-all-prompt-translations.query.ts +0 -16
- package/commands/prompt/update-prompt-translation.command.ts +0 -24
- package/commands/prompt/update-prompt.command.ts +0 -26
- package/commands/prompt-category/create-prompt-category-translation.command.ts +0 -25
- package/commands/prompt-category/create-prompt-category.command.ts +0 -17
- package/commands/prompt-category/delete-prompt-category.command.ts +0 -17
- package/commands/prompt-category/find-all-prompt-categories.command.ts +0 -12
- package/commands/prompt-category/find-prompt-category-by-alias.command.ts +0 -16
- package/commands/prompt-category/find-prompt-category-by-uuid.command.ts +0 -16
- package/commands/prompt-category/get-all-prompt-category-translations.query.ts +0 -16
- package/commands/prompt-category/update-prompt-category-translation.command.ts +0 -25
- package/commands/prompt-category/update-prompt-category.command.ts +0 -27
- package/commands/prompt-topic/create-prompt-topic-translation.command.ts +0 -27
- package/commands/prompt-topic/create-prompt-topic.command.ts +0 -17
- package/commands/prompt-topic/delete-prompt-topic.command.ts +0 -17
- package/commands/prompt-topic/find-all-prompt-topics.command.ts +0 -12
- package/commands/prompt-topic/find-prompt-topic-by-alias.command.ts +0 -16
- package/commands/prompt-topic/find-prompt-topic-by-category.command.ts +0 -26
- package/commands/prompt-topic/find-prompt-topic-by-uuid.command.ts +0 -16
- package/commands/prompt-topic/get-all-prompt-topic-translations.query.ts +0 -16
- package/commands/prompt-topic/update-prompt-topic-translation.command.ts +0 -27
- package/commands/prompt-topic/update-prompt-topic.command.ts +0 -29
- package/commands/question/create-question-translation.command.ts +0 -24
- package/commands/question/create-question.command.ts +0 -30
- package/commands/question/delete-question.command.ts +0 -15
- package/commands/question/find-question.command.ts +0 -22
- package/commands/question/get-all-question-translations.query.ts +0 -16
- package/commands/question/update-question-translation.command.ts +0 -24
- package/commands/question/update-question.command.ts +0 -33
- package/commands/referral/get-by-bonuses.command.ts +0 -14
- package/commands/referral/validate-referral.command.ts +0 -17
- package/commands/review/create-review.command.ts +0 -19
- package/commands/review/find-all-reviews.command.ts +0 -19
- package/commands/review/find-reviews.command.ts +0 -19
- package/commands/review/get-review-count.command.ts +0 -13
- package/commands/subscription/buy-subscription.command.ts +0 -143
- package/commands/subscription/cancel-subscription.command.ts +0 -21
- package/commands/subscription/create-subscription.command.ts +0 -18
- package/commands/subscription/delete-subscription.command.ts +0 -15
- package/commands/subscription/downgrade-subscription.command.ts +0 -20
- package/commands/subscription/find-subscription.command.ts +0 -39
- package/commands/subscription/get-available-upgrades.command.ts +0 -24
- package/commands/subscription/get-free-subscription.command.ts +0 -10
- package/commands/subscription/get-subscriptions-summary.command.ts +0 -18
- package/commands/subscription/recover-past-due-subscription.command.ts +0 -15
- package/commands/subscription/recover-subscription.command.ts +0 -20
- package/commands/subscription/refund-subscription.command.ts +0 -17
- package/commands/subscription/update-subscription.command.ts +0 -24
- package/commands/subscription/upgrade-subscription.command.ts +0 -78
- package/commands/support-feedback/check-support-feedback.command.ts +0 -26
- package/commands/support-feedback/upsert-support-feedback.command.ts +0 -20
- package/commands/task/find-all-active-tasks.command.ts +0 -10
- package/commands/task/get-potential-tasks-rewards.command.ts +0 -14
- package/commands/task/get-task-statistics.command.ts +0 -15
- package/commands/team-account/accept-team-account-invite.command.ts +0 -16
- package/commands/team-account/cancel-team-trial-subscription.command.ts +0 -11
- package/commands/team-account/create-manual-team-product.command.ts +0 -17
- package/commands/team-account/create-manual-team-subscription-upgrade.command.ts +0 -19
- package/commands/team-account/create-manual-team-subscription.command.ts +0 -18
- package/commands/team-account/create-team-account-invoice-payment.command.ts +0 -36
- package/commands/team-account/create-team-account.command.ts +0 -22
- package/commands/team-account/find-current-team-account-products-by-team-account-id.command.ts +0 -16
- package/commands/team-account/find-current-team-account-products.command.ts +0 -10
- package/commands/team-account/find-current-team-account-subscriptions-by-team-account-id.command.ts +0 -16
- package/commands/team-account/find-current-team-account-subscriptions.command.ts +0 -10
- package/commands/team-account/find-team-account-by-uuid.command.ts +0 -16
- package/commands/team-account/find-team-account-members-by-team-account-id.command.ts +0 -16
- package/commands/team-account/find-team-account-members.command.ts +0 -10
- package/commands/team-account/find-team-account-operations.command.ts +0 -19
- package/commands/team-account/find-team-account-products.command.ts +0 -10
- package/commands/team-account/find-team-account-subscriptions.command.ts +0 -10
- package/commands/team-account/find-team-accounts-by-name.command.ts +0 -51
- package/commands/team-account/get-invoice-for-payment.command.ts +0 -32
- package/commands/team-account/get-my-team-account.command.ts +0 -10
- package/commands/team-account/get-team-account-available-upgrades.command.ts +0 -16
- package/commands/team-account/get-team-account-balance.command.ts +0 -14
- package/commands/team-account/get-team-account-payment-history.command.ts +0 -16
- package/commands/team-account/get-team-account-statistics-by-month.command.ts +0 -30
- package/commands/team-account/get-team-account-statistics-overview.command.ts +0 -35
- package/commands/team-account/invite-team-account-member.command.ts +0 -27
- package/commands/team-account/leave-team-account-member.command.ts +0 -15
- package/commands/team-account/refund-team-account-balance.command.ts +0 -16
- package/commands/team-account/remove-team-account-member.command.ts +0 -17
- package/commands/team-account/revoke-team-account-invite.command.ts +0 -17
- package/commands/team-account/update-team-account-invite.command.ts +0 -22
- package/commands/team-account/update-team-account-member.command.ts +0 -25
- package/commands/team-account/update-team-account.command.ts +0 -31
- package/commands/team-to-product/add-team-to-product.command.ts +0 -18
- package/commands/team-to-product/get-team-to-product-by-uuid.command.ts +0 -16
- package/commands/team-to-product/get-team-to-products.command.ts +0 -16
- package/commands/team-to-product/update-team-to-product.command.ts +0 -26
- package/commands/team-to-subscription/add-team-to-subscription.command.ts +0 -23
- package/commands/team-to-subscription/get-team-to-subscription-by-uuid.command.ts +0 -16
- package/commands/team-to-subscription/get-team-to-subscriptions.command.ts +0 -16
- package/commands/team-to-subscription/update-team-to-subscription.command.ts +0 -37
- package/commands/telegram/get-telegram-config.command.ts +0 -12
- package/commands/telegram-auth/create-telegram-auth-link.command.ts +0 -39
- package/commands/telegram-auth/get-telegram-auth-session-status.command.ts +0 -19
- package/commands/telegram-auth/redeem-telegram-auth-session.command.ts +0 -16
- package/commands/telegram-profile/auth-with-telegram-web-app.command.ts +0 -31
- package/commands/telegram-profile/bot-was-blocked-by-user.command.ts +0 -13
- package/commands/telegram-profile/check-telegram-profile-exists.command.ts +0 -16
- package/commands/telegram-profile/create-telegram-profile-connection-link.command.ts +0 -14
- package/commands/telegram-profile/user-joined-telegram.command.ts +0 -13
- package/commands/tools/diagrams/delete-all-diagrams-jobs.command.ts +0 -8
- package/commands/tools/diagrams/delete-diagrams-job-by-uuid.command.ts +0 -13
- package/commands/tools/diagrams/diagrams.command.ts +0 -19
- package/commands/tools/diagrams/edit-diagrams-job.command.ts +0 -23
- package/commands/tools/diagrams/find-diagrams-job-by-uuid.command.ts +0 -14
- package/commands/tools/diagrams/find-diagrams-jobs.command.ts +0 -24
- package/commands/tools/diagrams/get-diagrams-price.command.ts +0 -22
- package/commands/tools/diagrams/get-diagrams-tool-config.command.ts +0 -9
- package/commands/tools/diagrams/retry-diagrams-job.command.ts +0 -21
- package/commands/tools/diagrams/set-reaction-to-diagrams-job.command.ts +0 -33
- package/commands/tools/diagrams/update-diagrams-job-favorite.command.ts +0 -19
- package/commands/tools/diagrams/update-diagrams-job-title.command.ts +0 -19
- package/commands/tools/html-page-builder/delete-all-html-page-builder-sessions.command.ts +0 -8
- package/commands/tools/html-page-builder/delete-html-page-builder-session-by-uuid.command.ts +0 -13
- package/commands/tools/html-page-builder/execute-html-page-builder.command.ts +0 -19
- package/commands/tools/html-page-builder/find-html-page-builder-session-by-uuid.command.ts +0 -15
- package/commands/tools/html-page-builder/find-html-page-builder-sessions.command.ts +0 -24
- package/commands/tools/html-page-builder/get-html-page-builder-price.command.ts +0 -19
- package/commands/tools/html-page-builder/get-html-page-builder-tool-config.command.ts +0 -9
- package/commands/tools/html-page-builder/update-html-page-builder-session-favorite.command.ts +0 -13
- package/commands/tools/html-page-builder/update-html-page-builder-session-title.command.ts +0 -19
- package/commands/tools/image-editor/delete-all-image-editor-jobs.command.ts +0 -6
- package/commands/tools/image-editor/delete-image-editor-job-by-uuid.command.ts +0 -11
- package/commands/tools/image-editor/find-image-editor-job-by-uuid.command.ts +0 -16
- package/commands/tools/image-editor/find-image-editor-jobs.command.ts +0 -24
- package/commands/tools/image-editor/get-image-editor-tool-config.command.ts +0 -10
- package/commands/tools/image-editor/image-editor.command.ts +0 -27
- package/commands/tools/image-editor/retry-image-editor-job.command.ts +0 -27
- package/commands/tools/image-editor/set-reaction-to-image-editor-job.command.ts +0 -33
- package/commands/tools/image-editor/update-image-editor-job-favorite.command.ts +0 -19
- package/commands/tools/image-editor/update-image-editor-job-title.command.ts +0 -19
- package/commands/tools/image-generation/delete-all-image-generation-jobs.command.ts +0 -8
- package/commands/tools/image-generation/delete-image-generation-job-by-uuid.command.ts +0 -13
- package/commands/tools/image-generation/find-image-generation-job-by-uuid.command.ts +0 -16
- package/commands/tools/image-generation/find-image-generation-jobs.command.ts +0 -24
- package/commands/tools/image-generation/get-image-generation-config.command.ts +0 -9
- package/commands/tools/image-generation/image-generation.command.ts +0 -26
- package/commands/tools/image-generation/retry-image-generation-job.command.ts +0 -30
- package/commands/tools/image-generation/set-reaction-to-image-generation-job.command.ts +0 -33
- package/commands/tools/image-generation/update-image-generation-job-favorite.command.ts +0 -19
- package/commands/tools/image-generation/update-image-generation-job-title.command.ts +0 -19
- package/commands/tools/image-recognition/delete-all-image-recognition-jobs.command.ts +0 -6
- package/commands/tools/image-recognition/delete-image-recognition-job-by-uuid.command.ts +0 -11
- package/commands/tools/image-recognition/find-image-recognition-job-by-uuid.command.ts +0 -16
- package/commands/tools/image-recognition/find-image-recognition-jobs.command.ts +0 -24
- package/commands/tools/image-recognition/get-image-recognition-tool-config.command.ts +0 -10
- package/commands/tools/image-recognition/image-recognition.command.ts +0 -20
- package/commands/tools/image-recognition/retry-image-recognition-job.command.ts +0 -26
- package/commands/tools/image-recognition/set-reaction-to-image-recognition-job.command.ts +0 -33
- package/commands/tools/image-recognition/update-image-recognition-job-favorite.command.ts +0 -19
- package/commands/tools/image-recognition/update-image-recognition-job-title.command.ts +0 -19
- package/commands/tools/interior-design/delete-all-interior-design-jobs.command.ts +0 -6
- package/commands/tools/interior-design/delete-interior-design-job-by-uuid.command.ts +0 -11
- package/commands/tools/interior-design/find-interior-design-job-by-uuid.command.ts +0 -16
- package/commands/tools/interior-design/find-interior-design-jobs.command.ts +0 -24
- package/commands/tools/interior-design/get-interior-design-tool-config.command.ts +0 -10
- package/commands/tools/interior-design/interior-design.command.ts +0 -23
- package/commands/tools/interior-design/retry-interior-design-job.command.ts +0 -27
- package/commands/tools/interior-design/set-reaction-to-interior-design-job.command.ts +0 -33
- package/commands/tools/interior-design/update-interior-design-job-favorite.command.ts +0 -19
- package/commands/tools/interior-design/update-interior-design-job-title.command.ts +0 -19
- package/commands/tools/marketplace-card/delete-all-marketplace-card-jobs.command.ts +0 -8
- package/commands/tools/marketplace-card/delete-marketplace-card-by-uuid.command.ts +0 -13
- package/commands/tools/marketplace-card/execute-marketplace-card.command.ts +0 -54
- package/commands/tools/marketplace-card/find-marketplace-card-job-by-uuid.command.ts +0 -16
- package/commands/tools/marketplace-card/find-marketplace-card-jobs.command.ts +0 -24
- package/commands/tools/marketplace-card/generate-marketplace-card-description.command.ts +0 -16
- package/commands/tools/marketplace-card/get-marketplace-card-config.command.ts +0 -9
- package/commands/tools/marketplace-card/retry-marketplace-card-job.command.ts +0 -51
- package/commands/tools/marketplace-card/set-reaction-to-marketplace-card.command.ts +0 -33
- package/commands/tools/marketplace-card/update-marketplace-card-job-favorite.command.ts +0 -19
- package/commands/tools/marketplace-card/update-marketplace-card-job-title.command.ts +0 -19
- package/commands/tools/music/add-track-to-music-playlist.command.ts +0 -19
- package/commands/tools/music/boost-music-style.command.ts +0 -17
- package/commands/tools/music/convert-to-wav.command.ts +0 -17
- package/commands/tools/music/create-music-playlist.command.ts +0 -14
- package/commands/tools/music/delete-all-music-jobs.command.ts +0 -6
- package/commands/tools/music/delete-music-job-by-uuid.command.ts +0 -11
- package/commands/tools/music/delete-music-playlist.command.ts +0 -11
- package/commands/tools/music/edit-music.command.ts +0 -16
- package/commands/tools/music/find-music-job-by-uuid.command.ts +0 -16
- package/commands/tools/music/find-music-jobs.command.ts +0 -24
- package/commands/tools/music/find-music-playlists.command.ts +0 -9
- package/commands/tools/music/generate-lyrics.command.ts +0 -16
- package/commands/tools/music/generate-music.command.ts +0 -13
- package/commands/tools/music/get-music-tool-config.command.ts +0 -10
- package/commands/tools/music/remove-track-from-music-playlist.command.ts +0 -15
- package/commands/tools/music/retry-music-job.command.ts +0 -20
- package/commands/tools/music/set-reaction-to-music-job.command.ts +0 -33
- package/commands/tools/music/update-music-job-favorite.command.ts +0 -19
- package/commands/tools/music/update-music-job-title.command.ts +0 -19
- package/commands/tools/music/update-music-playlist.command.ts +0 -19
- package/commands/tools/paraphrase/delete-all-paraphrase-jobs.command.ts +0 -6
- package/commands/tools/paraphrase/delete-paraphrase-job-by-uuid.command.ts +0 -11
- package/commands/tools/paraphrase/find-paraphrase-job-by-uuid.command.ts +0 -16
- package/commands/tools/paraphrase/find-paraphrase-jobs.command.ts +0 -24
- package/commands/tools/paraphrase/get-paraphrase-tool-config.command.ts +0 -10
- package/commands/tools/paraphrase/paraphrase.command.ts +0 -20
- package/commands/tools/paraphrase/retry-paraphrase-job.command.ts +0 -14
- package/commands/tools/paraphrase/set-reaction-to-paraphrase-job.command.ts +0 -33
- package/commands/tools/paraphrase/update-paraphrase-job-favorite.command.ts +0 -19
- package/commands/tools/paraphrase/update-paraphrase-job-title.command.ts +0 -19
- package/commands/tools/presentation/build-blank-slide.command.ts +0 -23
- package/commands/tools/presentation/create-presentation.command.ts +0 -21
- package/commands/tools/presentation/delete-all-user-presentations.command.ts +0 -6
- package/commands/tools/presentation/delete-presentation.command.ts +0 -11
- package/commands/tools/presentation/delete-slide-outline.command.ts +0 -12
- package/commands/tools/presentation/export-presentation-as-pptx.command.ts +0 -20
- package/commands/tools/presentation/find-presentation-by-uuid.command.ts +0 -16
- package/commands/tools/presentation/find-presentation-outline.command.ts +0 -16
- package/commands/tools/presentation/find-presentations.command.ts +0 -24
- package/commands/tools/presentation/generate-and-insert-slide.command.ts +0 -27
- package/commands/tools/presentation/generate-presentation-slides.command.ts +0 -25
- package/commands/tools/presentation/get-presentation-config.command.ts +0 -10
- package/commands/tools/presentation/presentation-generate-report.command.ts +0 -21
- package/commands/tools/presentation/presentation-paraphrase.command.ts +0 -26
- package/commands/tools/presentation/reposition-slide-outline.command.ts +0 -17
- package/commands/tools/presentation/reposition-slide.command.ts +0 -17
- package/commands/tools/presentation/set-reaction-to-presentation.command.ts +0 -33
- package/commands/tools/presentation/update-presentation-favorite.command.ts +0 -13
- package/commands/tools/presentation/update-presentation-outline.command.ts +0 -21
- package/commands/tools/presentation/update-presentation-slides.command.ts +0 -32
- package/commands/tools/presentation/update-presentation.command.ts +0 -22
- package/commands/tools/presentation/update-slide-image-slot.command.ts +0 -40
- package/commands/tools/presentation/update-slide-outline.command.ts +0 -26
- package/commands/tools/presentation/update-slide.command.ts +0 -25
- package/commands/tools/solving-edu-task/delete-all-solving-edu-task-jobs.command.ts +0 -8
- package/commands/tools/solving-edu-task/delete-solving-edu-task-job-by-uuid.command.ts +0 -13
- package/commands/tools/solving-edu-task/find-solving-edu-task-job-by-uuid.command.ts +0 -16
- package/commands/tools/solving-edu-task/find-solving-edu-task-jobs.command.ts +0 -24
- package/commands/tools/solving-edu-task/get-solving-edu-task-tool-config.command.ts +0 -9
- package/commands/tools/solving-edu-task/retry-solving-edu-task-job.command.ts +0 -25
- package/commands/tools/solving-edu-task/set-reaction-to-solving-edu-task-job.command.ts +0 -33
- package/commands/tools/solving-edu-task/solving-edu-task.command.ts +0 -31
- package/commands/tools/solving-edu-task/update-solving-edu-task-job-favorite.command.ts +0 -19
- package/commands/tools/solving-edu-task/update-solving-edu-task-job-title.command.ts +0 -19
- package/commands/tools/spell-corrector/delete-all-spell-corrector-jobs.command.ts +0 -6
- package/commands/tools/spell-corrector/delete-spell-corrector-job-by-uuid.command.ts +0 -11
- package/commands/tools/spell-corrector/find-spell-corrector-job-by-uuid.command.ts +0 -16
- package/commands/tools/spell-corrector/find-spell-corrector-jobs.command.ts +0 -24
- package/commands/tools/spell-corrector/get-spell-corrector-tool-config.command.ts +0 -10
- package/commands/tools/spell-corrector/retry-spell-corrector-job.command.ts +0 -14
- package/commands/tools/spell-corrector/set-reaction-to-spell-corrector-job.command.ts +0 -33
- package/commands/tools/spell-corrector/spell-corrector.command.ts +0 -17
- package/commands/tools/spell-corrector/update-spell-corrector-job-favorite.command.ts +0 -19
- package/commands/tools/spell-corrector/update-spell-corrector-job-title.command.ts +0 -19
- package/commands/tools/stt/delete-all-stt-jobs.command.ts +0 -6
- package/commands/tools/stt/delete-stt-job-by-uuid.command.ts +0 -11
- package/commands/tools/stt/find-stt-job-by-uuid.command.ts +0 -16
- package/commands/tools/stt/find-stt-jobs.command.ts +0 -24
- package/commands/tools/stt/get-stt-tool-config.command.ts +0 -10
- package/commands/tools/stt/retry-stt-job.command.ts +0 -14
- package/commands/tools/stt/set-reaction-to-stt-job.command.ts +0 -33
- package/commands/tools/stt/stt.command.ts +0 -17
- package/commands/tools/stt/update-stt-job-favorite.command.ts +0 -19
- package/commands/tools/stt/update-stt-job-title.command.ts +0 -19
- package/commands/tools/tool/find-all-tools.command.ts +0 -10
- package/commands/tools/tool/find-formatted-tools.command.ts +0 -11
- package/commands/tools/tool/find-grouped-tools.command.ts +0 -12
- package/commands/tools/tool-workspace/delete-all-tool-workspaces-by-tool-type.command.ts +0 -12
- package/commands/tools/tool-workspace/delete-tool-workspace-by-uuid.command.ts +0 -11
- package/commands/tools/tool-workspace/find-tool-workspace-by-uuid.command.ts +0 -14
- package/commands/tools/tool-workspace/find-tool-workspaces.command.ts +0 -20
- package/commands/tools/tool-workspace/update-tool-workspace.command.ts +0 -22
- package/commands/tools/tts/delete-all-tts-jobs.command.ts +0 -6
- package/commands/tools/tts/delete-tts-job-by-uuid.command.ts +0 -11
- package/commands/tools/tts/find-tts-job-by-uuid.command.ts +0 -16
- package/commands/tools/tts/find-tts-jobs.command.ts +0 -24
- package/commands/tools/tts/get-tts-tool-config.command.ts +0 -10
- package/commands/tools/tts/retry-tts-job.command.ts +0 -14
- package/commands/tools/tts/set-reaction-to-tts-job.command.ts +0 -33
- package/commands/tools/tts/tts.command.ts +0 -34
- package/commands/tools/tts/update-tts-job-favorite.command.ts +0 -19
- package/commands/tools/tts/update-tts-job-title.command.ts +0 -19
- package/commands/tools/video/delete-all-video-jobs.command.ts +0 -6
- package/commands/tools/video/delete-video-job-by-uuid.command.ts +0 -11
- package/commands/tools/video/find-video-job-by-uuid.command.ts +0 -16
- package/commands/tools/video/find-video-jobs.command.ts +0 -24
- package/commands/tools/video/get-video-tool-config.command.ts +0 -10
- package/commands/tools/video/retry-video-job.command.ts +0 -21
- package/commands/tools/video/set-reaction-to-video-job.command.ts +0 -33
- package/commands/tools/video/update-video-job-favorite.command.ts +0 -19
- package/commands/tools/video/update-video-job-title.command.ts +0 -19
- package/commands/tools/video/video.command.ts +0 -23
- package/commands/tools/video-editor/delete-all-video-editor-jobs.command.ts +0 -13
- package/commands/tools/video-editor/delete-video-editor-job-by-uuid.command.ts +0 -16
- package/commands/tools/video-editor/edit-video.command.ts +0 -20
- package/commands/tools/video-editor/find-video-editor-job-by-id.command.ts +0 -16
- package/commands/tools/video-editor/find-video-editor-jobs.command.ts +0 -24
- package/commands/tools/video-editor/get-video-editor-config.command.ts +0 -16
- package/commands/tools/video-editor/retry-video-editor-job.command.ts +0 -25
- package/commands/tools/video-editor/set-reaction-to-video-editor-job.command.ts +0 -34
- package/commands/tools/video-editor/update-video-editor-job-favorite.command.ts +0 -19
- package/commands/tools/video-editor/update-video-editor-job-title.command.ts +0 -20
- package/commands/tools/writer/collect-writer-document-sources.command.ts +0 -17
- package/commands/tools/writer/confirm-source-citation-metadata.command.ts +0 -21
- package/commands/tools/writer/create-writer-document.command.ts +0 -16
- package/commands/tools/writer/delete-all-writer-documents.command.ts +0 -6
- package/commands/tools/writer/delete-writer-document-by-uuid.command.ts +0 -11
- package/commands/tools/writer/discard-writer-source.command.ts +0 -18
- package/commands/tools/writer/export-writer-document-as-docx.command.ts +0 -15
- package/commands/tools/writer/find-writer-document-by-uuid.command.ts +0 -14
- package/commands/tools/writer/find-writer-documents.command.ts +0 -24
- package/commands/tools/writer/generate-writer-document-contents.command.ts +0 -19
- package/commands/tools/writer/get-writer-document-sources.command.ts +0 -14
- package/commands/tools/writer/get-writer-tool-config.command.ts +0 -10
- package/commands/tools/writer/set-reaction.writer-document.command.ts +0 -34
- package/commands/tools/writer/toggle-writer-document-title-page.command.ts +0 -20
- package/commands/tools/writer/update-writer-document-contents.command.ts +0 -20
- package/commands/tools/writer/update-writer-document-favorite.command.ts +0 -13
- package/commands/tools/writer/update-writer-document-outline.command.ts +0 -20
- package/commands/tools/writer/update-writer-document-title-page.command.ts +0 -19
- package/commands/tools/writer/upload-writer-source.command.ts +0 -19
- package/commands/tools/writer/writer-extend-text.command.ts +0 -20
- package/commands/tools/writer/writer-fix-errors.command.ts +0 -20
- package/commands/tools/writer/writer-generate-text.command.ts +0 -23
- package/commands/tools/writer/writer-paraphrase.command.ts +0 -20
- package/commands/tools/writer/writer-shorten-text.command.ts +0 -20
- package/commands/ui-notification/cancel-ui-notification.command.ts +0 -16
- package/commands/ui-notification/complete-ui-notification.command.ts +0 -16
- package/commands/ui-notification/create-admin-broadcast-ui-notification.command.ts +0 -20
- package/commands/ui-notification/delete-all-ui-notifications.command.ts +0 -11
- package/commands/ui-notification/delete-many-ui-notifications.command.ts +0 -17
- package/commands/ui-notification/delete-ui-notification.command.ts +0 -17
- package/commands/ui-notification/find-active-ui-notifications-by-page-and-user.command.ts +0 -15
- package/commands/ui-notification/find-ui-notifications.command.ts +0 -17
- package/commands/ui-notification/read-all-ui-notifications.command.ts +0 -10
- package/commands/ui-notification/read-many-ui-notifications.command.ts +0 -16
- package/commands/ui-notification/read-ui-notification.command.ts +0 -16
- package/commands/unregistered-user/create-unregistered-user.command.ts +0 -11
- package/commands/unregistered-user/patch-locale.command.ts +0 -18
- package/commands/update-post/create-update-post-translation.command.ts +0 -25
- package/commands/update-post/create-update-post.command.ts +0 -16
- package/commands/update-post/delete-update-post.command.ts +0 -26
- package/commands/update-post/find-all-update-posts.command.ts +0 -22
- package/commands/update-post/find-update-post.command.ts +0 -22
- package/commands/update-post/get-all-update-post-translations.query.ts +0 -16
- package/commands/update-post/get-latest-update-posts.command.ts +0 -10
- package/commands/update-post/update-update-post-translation.command.ts +0 -25
- package/commands/update-post/update-update-post.command.ts +0 -22
- package/commands/user/cancel-user-product.command.ts +0 -21
- package/commands/user/cancel-user-subscription.command.ts +0 -21
- package/commands/user/check-email.command.ts +0 -7
- package/commands/user/delete-account.command.ts +0 -13
- package/commands/user/find-user-by-uuid.command.ts +0 -23
- package/commands/user/find-users-by-criteria.command.ts +0 -73
- package/commands/user/get-aggregated-user-data.command.ts +0 -30
- package/commands/user/get-client-country-code.command.ts +0 -15
- package/commands/user/get-me.command.ts +0 -28
- package/commands/user/get-telegram-notification.command.ts +0 -12
- package/commands/user/get-user-balance.command.ts +0 -17
- package/commands/user/get-user-orders.command.ts +0 -28
- package/commands/user/get-user-payments.command.ts +0 -29
- package/commands/user/get-user-products.command.ts +0 -26
- package/commands/user/get-user-subscriptions.command.ts +0 -26
- package/commands/user/index.ts +0 -17
- package/commands/user/patch-digital-processing-consent.command.ts +0 -17
- package/commands/user/patch-locale.command.ts +0 -18
- package/commands/user/send-telegram-notification.command.ts +0 -19
- package/commands/user/up-token-bonus-balance.command.ts +0 -23
- package/commands/user-profile/delete-avatar.command.ts +0 -14
- package/commands/user-profile/get-user-profile-by-user-id.command.ts +0 -16
- package/commands/user-profile/update-profile.command.ts +0 -16
- package/commands/user-profile/upload-avatar.command.ts +0 -10
- package/commands/user-to-product/get-user-to-product-by-uuid.command.ts +0 -16
- package/commands/user-to-product/update-user-to-product.command.ts +0 -24
- package/commands/user-to-subscription/delete-user-to-subscription.command.ts +0 -18
- package/commands/user-to-subscription/get-user-to-subscription-by-uuid.command.ts +0 -16
- package/commands/user-to-subscription/get-user-to-subscriptions.command.ts +0 -10
- package/commands/user-to-subscription/update-user-to-subscription.command.ts +0 -32
- package/commands/user-to-task/check-task-completion.command.ts +0 -14
- package/commands/user-to-task/claim-task-reward.command.ts +0 -12
- package/commands/user-to-task/get-my-tasks.command.ts +0 -10
- package/commands/user-to-task/start-task.command.ts +0 -14
- package/commands/webmaster/confirm-withdrawal.command.ts +0 -16
- package/commands/webmaster/create-webmaster.command.ts +0 -18
- package/commands/webmaster/create-withdrawal-request.command.ts +0 -18
- package/commands/webmaster/get-my-webmaster.command.ts +0 -12
- package/commands/webmaster/get-webmaster-balance-overview.command.ts +0 -29
- package/commands/webmaster/update-webmaster.command.ts +0 -45
- package/commands/webmaster-click/create-webmaster-click.command.ts +0 -16
- package/commands/webmaster-click/get-webmaster-clicks-overview.command.ts +0 -28
- package/constants/agents/enums/agent-channel-type.enum.ts +0 -5
- package/constants/agents/enums/agent-document-status.enum.ts +0 -5
- package/constants/agents/enums/agent-interaction-mode.enum.ts +0 -4
- package/constants/agents/enums/agent-status.enum.ts +0 -5
- package/constants/agents/enums/agent-tool-status.enum.ts +0 -5
- package/constants/agents/enums/agent-tool-type.enum.ts +0 -6
- package/constants/agents/enums/dialog-status.enum.ts +0 -7
- package/constants/agents/enums/message-file-type.enum.ts +0 -8
- package/constants/agents/enums/message-sender-type.enum.ts +0 -5
- package/constants/agents/enums/url-ingestion-strategy.enum.ts +0 -6
- package/constants/ai-model/enums/ai-model-config-selector-type.enum.ts +0 -7
- package/constants/ai-model/enums/ai-model-feature.enum.ts +0 -8
- package/constants/ai-model/enums/ai-model-status.enum.ts +0 -4
- package/constants/ai-model/enums/ai-model-strategy.enum.ts +0 -21
- package/constants/ai-model/enums/ai-model-tag.enum.ts +0 -3
- package/constants/ai-vendor/enums/ai-vendor.enum.ts +0 -4
- package/constants/api-key/enums/api-key-expiration-option.enum.ts +0 -7
- package/constants/api-key/enums/api-key-status.enum.ts +0 -6
- package/constants/avatar-studio/enums/avatar-studio-export-status.enum.ts +0 -6
- package/constants/avatar-studio/enums/avatar-studio-image-style.enum.ts +0 -5
- package/constants/avatar-studio/enums/avatar-studio-job-status.enum.ts +0 -6
- package/constants/avatar-studio/enums/avatar-studio-job-type.enum.ts +0 -9
- package/constants/avatar-studio/enums/avatar-studio-media-kind.enum.ts +0 -6
- package/constants/avatar-studio/enums/avatar-studio-scriptwriter-role.enum.ts +0 -5
- package/constants/avatar-studio/enums/avatar-studio-slot.enum.ts +0 -14
- package/constants/avatar-studio/enums/avatar-studio-subtitle-font.enum.ts +0 -6
- package/constants/avatar-studio/enums/avatar-studio-subtitle-mode.enum.ts +0 -5
- package/constants/avatar-studio/enums/avatar-studio-unavailable-reason.enum.ts +0 -12
- package/constants/avatar-studio/enums/avatar-studio-video-mode.enum.ts +0 -4
- package/constants/avatar-studio/enums/avatar-studio-video-quality.enum.ts +0 -4
- package/constants/b2b/enums/b2b-debit-status.enum.ts +0 -5
- package/constants/b2b/enums/b2b-endpoint-family.enum.ts +0 -5
- package/constants/b2b/enums/b2b-statistics-granularity.enum.ts +0 -4
- package/constants/b2b/enums/b2b-statistics-period.enum.ts +0 -9
- package/constants/b2b/enums/b2b-usage-operation.enum.ts +0 -4
- package/constants/b2b/enums/b2b-usage-spend-component.enum.ts +0 -8
- package/constants/b2b/enums/b2b-usage-status.enum.ts +0 -4
- package/constants/billing/enums/billing-scope.enum.ts +0 -4
- package/constants/blog/enums/post-type.enum.ts +0 -4
- package/constants/cabinet/enums/group-by.enum.ts +0 -5
- package/constants/cabinet/enums/statistics-metric-type.enum.ts +0 -4
- package/constants/cabinet/enums/statistics-request-type.enum.ts +0 -22
- package/constants/canvas-edge/enums/input-output-type.enum.ts +0 -12
- package/constants/canvas-node/enums/canvas-node-error-kind.enum.ts +0 -4
- package/constants/canvas-node/enums/canvas-node-type.enum.ts +0 -20
- package/constants/canvas-node/enums/node-run-status.enum.ts +0 -8
- package/constants/category/enums/category-content-type.enum.ts +0 -7
- package/constants/category/enums/category-mark.enum.ts +0 -4
- package/constants/category/enums/category-type.enum.ts +0 -5
- package/constants/chat/enums/chat-status.enum.ts +0 -8
- package/constants/chat/enums/dalle-image-size.enum.ts +0 -5
- package/constants/chat/enums/image-format.enum.ts +0 -5
- package/constants/cloud-payments/index.ts +0 -15
- package/constants/community/community-post-report/enums/community-post-report-reason.enum.ts +0 -14
- package/constants/community/default-pagination.constant.ts +0 -4
- package/constants/community/enums/community-aspect-ratio.enum.ts +0 -7
- package/constants/community/enums/community-post-visibility.enum.ts +0 -4
- package/constants/community/enums/community-status.enum.ts +0 -7
- package/constants/community/enums/community-tool-type.enum.ts +0 -7
- package/constants/community/enums/community-type.enum.ts +0 -7
- package/constants/course/enums/course-status.enum.ts +0 -4
- package/constants/daily-streak/enums/daily-streak-status.enum.ts +0 -5
- package/constants/daily-streak/enums/day-in-daily-streak-reward-type.enum.ts +0 -4
- package/constants/email/email-endpoint.ts +0 -1
- package/constants/email/subjects.ts +0 -13
- package/constants/feedback/enums/user-readiness-for-feedback.enum.ts +0 -5
- package/constants/file/enums/file-type.enum.ts +0 -8
- package/constants/file/file.constants.ts +0 -75
- package/constants/form-submission/enums/form-type.enum.ts +0 -4
- package/constants/index.ts +0 -58
- package/constants/message/enums/message-status.enum.ts +0 -6
- package/constants/message/enums/user-reaction.enum.ts +0 -4
- package/constants/midjourney/enums/midjournet-job-status.enum.ts +0 -6
- package/constants/model/enums/unified-model-content-type.enum.ts +0 -21
- package/constants/model-page/enums/model-page-context-filter.enum.ts +0 -7
- package/constants/model-page/enums/model-page-question-type.enum.ts +0 -7
- package/constants/model-page/enums/model-page-sort-by.enum.ts +0 -4
- package/constants/model-page/enums/model-page-type.enum.ts +0 -8
- package/constants/order/enums/index.ts +0 -2
- package/constants/order/enums/order-sort-by.enum.ts +0 -7
- package/constants/order/enums/order-status.enum.ts +0 -12
- package/constants/order/enums/order-type.enum.ts +0 -5
- package/constants/page/enums/page-sort-by.enum.ts +0 -7
- package/constants/page/enums/page-type.enum.ts +0 -7
- package/constants/payment/enums/payment-history-item-type.enum.ts +0 -4
- package/constants/payment/enums/payment-provider.enum.ts +0 -4
- package/constants/payment/enums/payment-sort-by.enum.ts +0 -6
- package/constants/payment/enums/payment-status.enum.ts +0 -8
- package/constants/photo-studio/enums/photo-studio-action-alias.enum.ts +0 -14
- package/constants/photo-studio/enums/photo-studio-checkpoint-action-type.enum.ts +0 -7
- package/constants/photo-studio/enums/photo-studio-effect-alias.enum.ts +0 -14
- package/constants/photo-studio/enums/photo-studio-font-style-alias.enum.ts +0 -8
- package/constants/photo-studio/enums/photo-studio-placement-alias.enum.ts +0 -5
- package/constants/photo-studio/enums/photo-studio-upscale-size.enum.ts +0 -5
- package/constants/photo-studio/enums/photo-studio-variation-strength-alias.enum.ts +0 -5
- package/constants/photo-studio/photo-studio-action-title.constant.ts +0 -18
- package/constants/photo-studio/photo-studio-checkpoint-action-title.constant.ts +0 -9
- package/constants/presentation/enums/presentation-ai-action-call-status.enum.ts +0 -5
- package/constants/presentation/enums/presentation-ai-action-pricing-type.enum.ts +0 -4
- package/constants/presentation/enums/presentation-ai-action-type.enum.ts +0 -4
- package/constants/presentation/enums/presentation-stage.enum.ts +0 -13
- package/constants/presentation/enums/presentation-target-audience.enum.ts +0 -6
- package/constants/presentation/enums/slide-content-type.enum.ts +0 -12
- package/constants/presentation/enums/slide-icon-slot-status.enum.ts +0 -6
- package/constants/presentation/enums/slide-image-slot-action.enum.ts +0 -4
- package/constants/presentation/enums/slide-image-slot.status.enum.ts +0 -6
- package/constants/presentation/enums/slide-layout.enum.ts +0 -4
- package/constants/presentation/maps/slide-layout-map.constant.ts +0 -15
- package/constants/product/enums/product-sort-by.enum.ts +0 -5
- package/constants/product/enums/product-status.enum.ts +0 -7
- package/constants/promocode/enums/promocode-promotion.enum.ts +0 -5
- package/constants/promocode/enums/promocode-status.enum.ts +0 -4
- package/constants/referral/enums/referral-bonus-type.enum.ts +0 -4
- package/constants/review/enums/review-status.enum.ts +0 -6
- package/constants/roles/role.ts +0 -8
- package/constants/subscription/enums/subscription-action.enum.ts +0 -7
- package/constants/subscription/enums/subscription-balance-field.enum.ts +0 -4
- package/constants/subscription/enums/subscription-feature-type.enum.ts +0 -57
- package/constants/subscription/enums/subscription-plan.enum.ts +0 -5
- package/constants/subscription/enums/subscription-sort-by.enum.ts +0 -5
- package/constants/subscription/enums/subscription-status.enum.ts +0 -14
- package/constants/subscription/enums/subscription-type.enum.ts +0 -4
- package/constants/subscription/enums/user-to-subscription-marks.enum.ts +0 -8
- package/constants/subscription/enums/user-to-subscription-type.enum.ts +0 -4
- package/constants/subscription/free-subscription.constant.ts +0 -48
- package/constants/subscription/team-baseline-subscription.constant.ts +0 -1
- package/constants/subscription/team-trial-subscription.constant.ts +0 -1
- package/constants/task/enums/task-status.enum.ts +0 -5
- package/constants/task/enums/task-type.enum.ts +0 -7
- package/constants/task/enums/user-to-task-status.enum.ts +0 -6
- package/constants/team-account/enums/invoice-for-payment-sort-by.enum.ts +0 -10
- package/constants/team-account/enums/team-account-admin-sort-by.enum.ts +0 -7
- package/constants/team-account/enums/team-account-invite-status.enum.ts +0 -6
- package/constants/team-account/enums/team-account-member-role.enum.ts +0 -5
- package/constants/team-account/enums/team-account-member-status.enum.ts +0 -7
- package/constants/team-account/enums/team-account-operation-type.enum.ts +0 -6
- package/constants/team-account/enums/team-subscription-feature-key.enum.ts +0 -7
- package/constants/telegram/telegram-auth/enums/telegram-auth-status.enum.ts +0 -6
- package/constants/telegram/telegram-auth-log/enums/telegram-auth-log-type.enum.ts +0 -4
- package/constants/telegram/telegram-connect/enums/telegram-connect-status.enum.ts +0 -5
- package/constants/token-reservation/enums/token-reservation-status.enum.ts +0 -6
- package/constants/tool/enums/job-sort.enum.ts +0 -4
- package/constants/tool/enums/tool-content-type.enum.ts +0 -19
- package/constants/tool/enums/tool-group.enum.ts +0 -8
- package/constants/tool/enums/tool-job-status.enum.ts +0 -6
- package/constants/tool/enums/tool-type.enum.ts +0 -21
- package/constants/tool/enums/tool-workspace-item-slot.enum.ts +0 -5
- package/constants/tool/enums/tool-workspace-status.enum.ts +0 -4
- package/constants/tool-html-page-builder/enums/html-page-builder-session-stage.enum.ts +0 -4
- package/constants/tool-image-editor/enums/image-editor-model-type.enum.ts +0 -3
- package/constants/tool-image-editor/enums/image-editor-strategy.enum.ts +0 -4
- package/constants/tool-image-generation/enums/image-generation-resolution.enum.ts +0 -5
- package/constants/tool-interior-design/enums/interior-design-job-source.enum.ts +0 -4
- package/constants/tool-music/enums/music-action-type.enum.ts +0 -10
- package/constants/tool-music/enums/music-audio-action-type.enum.ts +0 -8
- package/constants/tool-music/enums/music-generation-action-type.enum.ts +0 -6
- package/constants/tool-music/enums/music-lyrics-structure.enum.ts +0 -5
- package/constants/tool-music/enums/music-pricing-rule-type.enum.ts +0 -3
- package/constants/tool-music/enums/music-strategy.enum.ts +0 -3
- package/constants/tool-music/enums/music-vocal-gender.enum.ts +0 -4
- package/constants/tool-music/enums/suno-mode-type.enum.ts +0 -6
- package/constants/tool-music/enums/suno-model-type.enum.ts +0 -6
- package/constants/tool-paraphrase/enums/paraphrasing-intesity.enum.ts +0 -5
- package/constants/tool-video/enums/veo-aspect-ratio.enum.ts +0 -4
- package/constants/tool-video/enums/veo-audio-support.enum.ts +0 -4
- package/constants/tool-video/enums/veo-input-modality.enum.ts +0 -4
- package/constants/tool-video/enums/veo-job-params-type.enum.ts +0 -4
- package/constants/tool-video/enums/veo-person-allow.enum.ts +0 -5
- package/constants/tool-video/enums/video-generation-model-limitation.enum.ts +0 -8
- package/constants/tool-video/enums/video-model-type.enum.ts +0 -4
- package/constants/tool-video/enums/video-pricing-rule-type.enum.ts +0 -4
- package/constants/tool-video/enums/video-publish-moderation-status.enum.ts +0 -5
- package/constants/tool-video/enums/video-resolution.enum.ts +0 -4
- package/constants/tool-video/enums/video-strategy.enum.ts +0 -3
- package/constants/tool-video-editor/enums/index.ts +0 -2
- package/constants/tool-video-editor/enums/video-editor-model-limitation.enum.ts +0 -4
- package/constants/tool-video-editor/enums/video-editor-model-strategy.enum.ts +0 -3
- package/constants/tool-video-editor/enums/video-editor-pricing-rule-type.enum.ts +0 -4
- package/constants/transaction/enums/transaction-status.enum.ts +0 -7
- package/constants/transaction/enums/user-balance-status.enum.ts +0 -10
- package/constants/ui-notification/enums/ui-notification-condition-of-execution.enum.ts +0 -4
- package/constants/ui-notification/enums/ui-notification-status.enum.ts +0 -6
- package/constants/ui-notification/enums/ui-notification-type.enum.ts +0 -8
- package/constants/unregistered-user/enums/unregistered-user-status.enum.ts +0 -5
- package/constants/update-post/enums/update-post-sort-by.enum.ts +0 -6
- package/constants/user/enums/singup-method.enum.ts +0 -6
- package/constants/user/enums/sort-order.enum.ts +0 -4
- package/constants/user/enums/user-sort-by.enum.ts +0 -5
- package/constants/user/enums/user-status.ts +0 -8
- package/constants/user/user-public.ts +0 -1
- package/constants/user-profile/user-profile.constant.ts +0 -14
- package/constants/webmaster/enums/organization-type.enum.ts +0 -4
- package/constants/webmaster-balance/enums/webmaster-balance-status.enum.ts +0 -6
- package/constants/webmaster-balance/enums/webmaster-balance-type.enum.ts +0 -4
- package/constants/writer/enums/tool-model-status.enum.ts +0 -4
- package/constants/writer/enums/writer-ai-action-pricing-type.enum.ts +0 -4
- package/constants/writer/enums/writer-ai-action-type.enum.ts +0 -7
- package/constants/writer/enums/writer-document-section-type.enum.ts +0 -5
- package/constants/writer/enums/writer-document-stage.enum.ts +0 -21
- package/constants/writer/enums/writer-source-origin.enum.ts +0 -4
- package/constants/writer/enums/writer-source-status.enum.ts +0 -5
- package/constants/writer/enums/writer-source-type.enum.ts +0 -4
- package/helpers/ai-model/calc-base-text-generation-price.helper.ts +0 -24
- package/helpers/image-editor/calculate-image-editor-price.helper.ts +0 -23
- package/helpers/image-generation/calculate-gpt-image-2-price-with-margin.helper.ts +0 -158
- package/helpers/image-generation/calculate-image-generation-price.helper.ts +0 -29
- package/helpers/interior-design/calculate-interior-design-price.helper.ts +0 -23
- package/helpers/localized-text.schema.ts +0 -16
- package/helpers/music/calculate-music-price.helper.ts +0 -23
- package/helpers/presentation/calculate-presentation-ai-action-price.util.ts +0 -20
- package/helpers/query-boolean.schema.ts +0 -13
- package/helpers/stt/calculate-stt-price.helper.ts +0 -4
- package/helpers/subscription/calc-custom-subscription-price.helper.ts +0 -19
- package/helpers/tts/calculate-tts-price.helper.ts +0 -4
- package/helpers/video/calculate-video-price.helper.ts +0 -56
- package/helpers/video-editor/calculate-video-editing-price.helper.ts +0 -53
- package/helpers/writer/calculate-page-count.util.ts +0 -46
- package/helpers/writer/calculate-writer-ai-action-price.util.ts +0 -20
- package/helpers/writer/calculate-writer-content-generation-price.util.ts +0 -5
- package/models/agents/agent-aggregate.schema.ts +0 -28
- package/models/agents/agent-ai-model.schema.ts +0 -15
- package/models/agents/agent-channel-credentials.schema.ts +0 -37
- package/models/agents/agent-channel.schema.ts +0 -14
- package/models/agents/agent-dialog-lead.schema.ts +0 -13
- package/models/agents/agent-dialog-message-file.schema.ts +0 -14
- package/models/agents/agent-dialog-message.schema.ts +0 -15
- package/models/agents/agent-document-chunk.schema.ts +0 -15
- package/models/agents/agent-document-find-result.schema.ts +0 -11
- package/models/agents/agent-document.schema.ts +0 -19
- package/models/agents/agent-lead-find-result.schema.ts +0 -11
- package/models/agents/agent-lead-form-field.schema.ts +0 -10
- package/models/agents/agent-lead-form.schema.ts +0 -14
- package/models/agents/agent-lead.schema.ts +0 -13
- package/models/agents/agent-statistics.schema.ts +0 -38
- package/models/agents/agent-template-catalog.schema.ts +0 -22
- package/models/agents/agent-template-category.schema.ts +0 -14
- package/models/agents/agent-template-instruction.schema.ts +0 -15
- package/models/agents/agent-template.schema.ts +0 -23
- package/models/agents/agent-tool-catalog.schema.ts +0 -16
- package/models/agents/agent-tool-credentials.schema.ts +0 -46
- package/models/agents/agent-tool.schema.ts +0 -13
- package/models/agents/agent.schema.ts +0 -26
- package/models/agents/channel-connection-instruction.schema.ts +0 -36
- package/models/agents/channel.schema.ts +0 -16
- package/models/agents/dialog-find-result.schema.ts +0 -9
- package/models/agents/dialog-with-messages.schema.ts +0 -9
- package/models/agents/dialog.schema.ts +0 -32
- package/models/agents/message-attachment.schema.ts +0 -22
- package/models/ai-model-config.schema.ts +0 -72
- package/models/ai-model-formatted.schema.ts +0 -8
- package/models/ai-model.schema.ts +0 -52
- package/models/ai-vendor.schema.ts +0 -21
- package/models/api-key.schema.ts +0 -19
- package/models/avatar-studio/avatar-studio.schema.ts +0 -274
- package/models/b2b/b2b-completions-stream-chunk.schema.ts +0 -10
- package/models/b2b/b2b-file-upload-response.schema.ts +0 -14
- package/models/b2b/b2b-usage-statistics.schema.ts +0 -81
- package/models/canvas-edge.schema.ts +0 -13
- package/models/canvas-node-definition.schema.ts +0 -118
- package/models/canvas-node.schema.ts +0 -440
- package/models/canvas-template.schema.ts +0 -92
- package/models/canvas.schema.ts +0 -9
- package/models/category-translation.schema.ts +0 -14
- package/models/category.schema.ts +0 -17
- package/models/chat-with-messages.schema.ts +0 -7
- package/models/chat.schema.ts +0 -17
- package/models/cloud-payments-receipt.schema.ts +0 -119
- package/models/community/community-post-media-data.schema.ts +0 -65
- package/models/community/community-post-report/community-post-report.schema.ts +0 -11
- package/models/community/community-post.schema.ts +0 -68
- package/models/course-author.schema.ts +0 -7
- package/models/course-translation.schema.ts +0 -15
- package/models/course.schema.ts +0 -27
- package/models/daily-streak.ts +0 -27
- package/models/date.schema.ts +0 -9
- package/models/feedback.schema.ts +0 -11
- package/models/file.schema.ts +0 -25
- package/models/filters.schema.ts +0 -17
- package/models/folder.schema.ts +0 -10
- package/models/form-submission.schema.ts +0 -12
- package/models/icon-variants.schema.ts +0 -21
- package/models/index.ts +0 -88
- package/models/invoice-for-payment.schema.ts +0 -36
- package/models/json-value.schema.ts +0 -18
- package/models/key-value.schema.ts +0 -15
- package/models/lesson-translation.schema.ts +0 -11
- package/models/lesson.schema.ts +0 -13
- package/models/message.schema.ts +0 -19
- package/models/midjourney-job.schema.ts +0 -24
- package/models/model-page/model-page-public.schema.ts +0 -128
- package/models/model-page/model-page-question-translation.schema.ts +0 -16
- package/models/model-page/model-page-question.schema.ts +0 -12
- package/models/model-page/model-page-technical-model.schema.ts +0 -110
- package/models/model-page/model-page-translation.schema.ts +0 -17
- package/models/model-page/model-page.schema.ts +0 -15
- package/models/order.schema.ts +0 -15
- package/models/page-translation.schema.ts +0 -16
- package/models/page.schema.ts +0 -22
- package/models/payment-history-item.schema.ts +0 -12
- package/models/payment.schema.ts +0 -21
- package/models/photo-studio/photo-studio-action.schema.ts +0 -19
- package/models/photo-studio/photo-studio-checkpoint.schema.ts +0 -22
- package/models/photo-studio/photo-studio-image-node.schema.ts +0 -24
- package/models/photo-studio/photo-studio.schema.ts +0 -12
- package/models/post-translation.schema.ts +0 -16
- package/models/post.schema.ts +0 -19
- package/models/product.schema.ts +0 -34
- package/models/promocode.schema.ts +0 -19
- package/models/prompt-category-translation.schema.ts +0 -13
- package/models/prompt-category.schema.ts +0 -18
- package/models/prompt-topic-translation.schema.ts +0 -15
- package/models/prompt-topic.schema.ts +0 -21
- package/models/prompt-translation.schema.ts +0 -12
- package/models/prompt.schema.ts +0 -11
- package/models/question-translation.schema.ts +0 -12
- package/models/question.schema.ts +0 -12
- package/models/referral-bonus.schema.ts +0 -18
- package/models/review.schema.ts +0 -14
- package/models/section-translation.schema.ts +0 -11
- package/models/section.schema.ts +0 -20
- package/models/subscription-feature.schema.ts +0 -325
- package/models/subscription-upgrade-schema.ts +0 -9
- package/models/subscription.schema.ts +0 -71
- package/models/support-feedback.schema.ts +0 -12
- package/models/team-account/team-account-invite.schema.ts +0 -22
- package/models/team-account/team-account-member-list-item.schema.ts +0 -15
- package/models/team-account/team-account-member.schema.ts +0 -15
- package/models/team-account/team-account-operation.schema.ts +0 -10
- package/models/team-account/team-account-with-balance.schema.ts +0 -24
- package/models/team-account/team-account.schema.ts +0 -41
- package/models/team-account/team-to-product.schema.ts +0 -21
- package/models/team-account/team-to-subscription.schema.ts +0 -39
- package/models/team-subscription-feature.schema.ts +0 -14
- package/models/telegram-user-data.schema.ts +0 -12
- package/models/tool-group.schema.ts +0 -11
- package/models/tool-job.schema.ts +0 -11
- package/models/tool.schema.ts +0 -25
- package/models/tools/common/attached-tool-file.schema.ts +0 -13
- package/models/tools/diagrams/diagrams-chart-type.schema.ts +0 -20
- package/models/tools/diagrams/diagrams-config.schema.ts +0 -10
- package/models/tools/diagrams/diagrams-job.schema.ts +0 -86
- package/models/tools/diagrams/diagrams-model.schema.ts +0 -45
- package/models/tools/html-page-builder/html-page-builder-config.schema.ts +0 -9
- package/models/tools/html-page-builder/html-page-builder-job.schema.ts +0 -32
- package/models/tools/html-page-builder/html-page-builder-model.schema.ts +0 -18
- package/models/tools/html-page-builder/html-page-builder-session.schema.ts +0 -20
- package/models/tools/image-editor/image-editor-config.schema.ts +0 -44
- package/models/tools/image-editor/image-editor-job.schema.ts +0 -36
- package/models/tools/image-editor/image-editor-model.schema.ts +0 -59
- package/models/tools/image-generation/image-generation-config.schema.ts +0 -29
- package/models/tools/image-generation/image-generation-job.schema.ts +0 -49
- package/models/tools/image-generation/image-generation-model.schema.ts +0 -58
- package/models/tools/image-recognition/image-recognition-category.schema.ts +0 -16
- package/models/tools/image-recognition/image-recognition-config.schema.ts +0 -10
- package/models/tools/image-recognition/image-recognition-job.schema.ts +0 -25
- package/models/tools/image-recognition/image-recognition-model.schema.ts +0 -29
- package/models/tools/interior-design/interior-design-config.schema.ts +0 -29
- package/models/tools/interior-design/interior-design-job.schema.ts +0 -34
- package/models/tools/interior-design/interior-design-model.schema.ts +0 -45
- package/models/tools/language/language.schema.ts +0 -9
- package/models/tools/marketplace-card/marketplace-card-config.schema.ts +0 -34
- package/models/tools/marketplace-card/marketplace-card-description-generation.schema.ts +0 -17
- package/models/tools/marketplace-card/marketplace-card-job.schema.ts +0 -37
- package/models/tools/music/music-config.schema.ts +0 -16
- package/models/tools/music/music-job.schema.ts +0 -208
- package/models/tools/music/music-model.schema.ts +0 -48
- package/models/tools/music/music-playlist.schema.ts +0 -15
- package/models/tools/music/music-track.schema.ts +0 -34
- package/models/tools/paraphrase/paraphrase-config.schema.ts +0 -8
- package/models/tools/paraphrase/paraphrase-job.schema.ts +0 -14
- package/models/tools/paraphrase/paraphrase-model.schema.ts +0 -12
- package/models/tools/paraphrase/paraphrase-style.schema.ts +0 -11
- package/models/tools/presentation/index.ts +0 -9
- package/models/tools/presentation/pptx-export-payload.schema.ts +0 -246
- package/models/tools/presentation/presentation-ai-action.schema.ts +0 -33
- package/models/tools/presentation/presentation-config.schema.ts +0 -20
- package/models/tools/presentation/presentation-template.schema.ts +0 -13
- package/models/tools/presentation/presentation-title-page.schema.ts +0 -9
- package/models/tools/presentation/presentation.schema.ts +0 -37
- package/models/tools/presentation/slide-content-edit.schema.ts +0 -187
- package/models/tools/presentation/slide-content-type.schema.ts +0 -13
- package/models/tools/presentation/slide-content.schema.ts +0 -382
- package/models/tools/presentation/slide-icon-slot.schema.ts +0 -13
- package/models/tools/presentation/slide-image-slot.schema.ts +0 -14
- package/models/tools/presentation/slide-outline.schema.ts +0 -58
- package/models/tools/presentation/slide.schema.ts +0 -66
- package/models/tools/solving-edu-task/solving-edu-task-config.schema.ts +0 -8
- package/models/tools/solving-edu-task/solving-edu-task-job.schema.ts +0 -29
- package/models/tools/solving-edu-task/solving-edu-task-model.schema.ts +0 -25
- package/models/tools/spell-corrector/spell-corrector-config.schema.ts +0 -7
- package/models/tools/spell-corrector/spell-corrector-job.schema.ts +0 -11
- package/models/tools/spell-corrector/spell-corrector-model.schema.ts +0 -15
- package/models/tools/stt/stt-config.schema.ts +0 -8
- package/models/tools/stt/stt-job.schema.ts +0 -17
- package/models/tools/stt/stt-model.schema.ts +0 -19
- package/models/tools/stt/stt-response.schema.ts +0 -10
- package/models/tools/tool-workspace/tool-workspace-contents.schema.ts +0 -10
- package/models/tools/tool-workspace/tool-workspace-item.schema.ts +0 -16
- package/models/tools/tool-workspace/tool-workspace-job.schema.ts +0 -17
- package/models/tools/tool-workspace/tool-workspace.schema.ts +0 -16
- package/models/tools/tts/tts-config.schema.ts +0 -6
- package/models/tools/tts/tts-job.schema.ts +0 -24
- package/models/tools/tts/tts-model.schema.ts +0 -56
- package/models/tools/video/video-config.schema.ts +0 -19
- package/models/tools/video/video-job.schema.ts +0 -52
- package/models/tools/video/video-model.schema.ts +0 -116
- package/models/tools/video-editor/video-editor-config.schema.ts +0 -6
- package/models/tools/video-editor/video-editor-job.schema.ts +0 -39
- package/models/tools/video-editor/video-editor-model.schema.ts +0 -63
- package/models/tools/writer/index.ts +0 -8
- package/models/tools/writer/writer-ai-action.schema.ts +0 -27
- package/models/tools/writer/writer-config.schema.ts +0 -12
- package/models/tools/writer/writer-document-outline.schema.ts +0 -28
- package/models/tools/writer/writer-document-title-page.schema.ts +0 -13
- package/models/tools/writer/writer-document-type.schema.ts +0 -17
- package/models/tools/writer/writer-document.schema.ts +0 -30
- package/models/tools/writer/writer-model.schema.ts +0 -21
- package/models/tools/writer/writer-source-bibliographic-metadata.schema.ts +0 -31
- package/models/tools/writer/writer-source.schema.ts +0 -21
- package/models/ui-notification.schema.ts +0 -91
- package/models/unlocked-by-subscription.schema.ts +0 -14
- package/models/unregistered-user.schema.ts +0 -9
- package/models/update-post-translation.schema.ts +0 -13
- package/models/update-post.schema.ts +0 -11
- package/models/user-profile.schema.ts +0 -16
- package/models/user-referrals.schema.ts +0 -16
- package/models/user-task.schema.ts +0 -12
- package/models/user-to-product.schema.ts +0 -18
- package/models/user-to-subscription.schema.ts +0 -34
- package/models/user.schema.ts +0 -29
- package/models/users-filter-notification.schema.ts +0 -13
- package/models/utm.schema.ts +0 -15
- package/models/webmaster-balance.schema.ts +0 -15
- package/models/webmaster-click.schema.ts +0 -11
- package/models/webmaster.schema.ts +0 -19
- package/tsconfig.json +0 -103
- /package/{api/controllers/http/agents/index.ts → build/api/controllers/http/agents/index.d.ts} +0 -0
- /package/{api/controllers/index.ts → build/api/controllers/index.d.ts} +0 -0
- /package/{api/index.ts → build/api/index.d.ts} +0 -0
- /package/{commands/account-merge/index.ts → build/commands/account-merge/index.d.ts} +0 -0
- /package/{commands/agents/agent-ai-model/index.ts → build/commands/agents/agent-ai-model/index.d.ts} +0 -0
- /package/{commands/agents/agent-channel/index.ts → build/commands/agents/agent-channel/index.d.ts} +0 -0
- /package/{commands/agents/agent-dialog/index.ts → build/commands/agents/agent-dialog/index.d.ts} +0 -0
- /package/{commands/agents/agent-document/index.ts → build/commands/agents/agent-document/index.d.ts} +0 -0
- /package/{commands/agents/agent-files/index.ts → build/commands/agents/agent-files/index.d.ts} +0 -0
- /package/{commands/agents/agent-lead/index.ts → build/commands/agents/agent-lead/index.d.ts} +0 -0
- /package/{commands/agents/agent-lead-form/index.ts → build/commands/agents/agent-lead-form/index.d.ts} +0 -0
- /package/{commands/agents/agent-template/index.ts → build/commands/agents/agent-template/index.d.ts} +0 -0
- /package/{commands/agents/agent-tool/index.ts → build/commands/agents/agent-tool/index.d.ts} +0 -0
- /package/{commands/agents/agents/index.ts → build/commands/agents/agents/index.d.ts} +0 -0
- /package/{commands/agents/index.ts → build/commands/agents/index.d.ts} +0 -0
- /package/{commands/ai-model/index.ts → build/commands/ai-model/index.d.ts} +0 -0
- /package/{commands/ai-studio/canvas/index.ts → build/commands/ai-studio/canvas/index.d.ts} +0 -0
- /package/{commands/ai-studio/canvas-edge/index.ts → build/commands/ai-studio/canvas-edge/index.d.ts} +0 -0
- /package/{commands/ai-studio/canvas-node/index.ts → build/commands/ai-studio/canvas-node/index.d.ts} +0 -0
- /package/{commands/ai-studio/canvas-template/index.ts → build/commands/ai-studio/canvas-template/index.d.ts} +0 -0
- /package/{commands/ai-studio/canvas-tool/index.ts → build/commands/ai-studio/canvas-tool/index.d.ts} +0 -0
- /package/{commands/ai-studio/canvas-tool/palette/index.ts → build/commands/ai-studio/canvas-tool/palette/index.d.ts} +0 -0
- /package/{commands/ai-studio/canvas-tool/text-gen/index.ts → build/commands/ai-studio/canvas-tool/text-gen/index.d.ts} +0 -0
- /package/{commands/ai-studio/canvas-tool/var-gen/index.ts → build/commands/ai-studio/canvas-tool/var-gen/index.d.ts} +0 -0
- /package/{commands/ai-studio/index.ts → build/commands/ai-studio/index.d.ts} +0 -0
- /package/{commands/ai-vendor/index.ts → build/commands/ai-vendor/index.d.ts} +0 -0
- /package/{commands/auth/index.ts → build/commands/auth/index.d.ts} +0 -0
- /package/{commands/avatar-studio/clip/index.ts → build/commands/avatar-studio/clip/index.d.ts} +0 -0
- /package/{commands/avatar-studio/export-job/index.ts → build/commands/avatar-studio/export-job/index.d.ts} +0 -0
- /package/{commands/avatar-studio/generation-job/index.ts → build/commands/avatar-studio/generation-job/index.d.ts} +0 -0
- /package/{commands/avatar-studio/index.ts → build/commands/avatar-studio/index.d.ts} +0 -0
- /package/{commands/avatar-studio/media/index.ts → build/commands/avatar-studio/media/index.d.ts} +0 -0
- /package/{commands/avatar-studio/scene/index.ts → build/commands/avatar-studio/scene/index.d.ts} +0 -0
- /package/{commands/avatar-studio/scriptwriter/index.ts → build/commands/avatar-studio/scriptwriter/index.d.ts} +0 -0
- /package/{commands/avatar-studio/shared/index.ts → build/commands/avatar-studio/shared/index.d.ts} +0 -0
- /package/{commands/avatar-studio/voice/index.ts → build/commands/avatar-studio/voice/index.d.ts} +0 -0
- /package/{commands/b2b/index.ts → build/commands/b2b/index.d.ts} +0 -0
- /package/{commands/b2b-compatible/index.ts → build/commands/b2b-compatible/index.d.ts} +0 -0
- /package/{commands/b2b-usage-log/index.ts → build/commands/b2b-usage-log/index.d.ts} +0 -0
- /package/{commands/blog/index.ts → build/commands/blog/index.d.ts} +0 -0
- /package/{commands/cabinet/index.ts → build/commands/cabinet/index.d.ts} +0 -0
- /package/{commands/category/index.ts → build/commands/category/index.d.ts} +0 -0
- /package/{commands/chat/index.ts → build/commands/chat/index.d.ts} +0 -0
- /package/{commands/community/index.ts → build/commands/community/index.d.ts} +0 -0
- /package/{commands/course/index.ts → build/commands/course/index.d.ts} +0 -0
- /package/{commands/daily-streak/index.ts → build/commands/daily-streak/index.d.ts} +0 -0
- /package/{commands/feedback/index.ts → build/commands/feedback/index.d.ts} +0 -0
- /package/{commands/file/index.ts → build/commands/file/index.d.ts} +0 -0
- /package/{commands/folder/index.ts → build/commands/folder/index.d.ts} +0 -0
- /package/{commands/form-submission/index.ts → build/commands/form-submission/index.d.ts} +0 -0
- /package/{commands/index.ts → build/commands/index.d.ts} +0 -0
- /package/{commands/key-value/index.ts → build/commands/key-value/index.d.ts} +0 -0
- /package/{commands/message/index.ts → build/commands/message/index.d.ts} +0 -0
- /package/{commands/midjourney/index.ts → build/commands/midjourney/index.d.ts} +0 -0
- /package/{commands/model-page/base/index.ts → build/commands/model-page/base/index.d.ts} +0 -0
- /package/{commands/model-page/index.ts → build/commands/model-page/index.d.ts} +0 -0
- /package/{commands/model-page/public/index.ts → build/commands/model-page/public/index.d.ts} +0 -0
- /package/{commands/model-page/question/index.ts → build/commands/model-page/question/index.d.ts} +0 -0
- /package/{commands/model-page/question-translation/index.ts → build/commands/model-page/question-translation/index.d.ts} +0 -0
- /package/{commands/model-page/translation/index.ts → build/commands/model-page/translation/index.d.ts} +0 -0
- /package/{commands/order/index.ts → build/commands/order/index.d.ts} +0 -0
- /package/{commands/page/index.ts → build/commands/page/index.d.ts} +0 -0
- /package/{commands/payment/index.ts → build/commands/payment/index.d.ts} +0 -0
- /package/{commands/photo-studio/index.ts → build/commands/photo-studio/index.d.ts} +0 -0
- /package/{commands/product/index.ts → build/commands/product/index.d.ts} +0 -0
- /package/{commands/promocode/index.ts → build/commands/promocode/index.d.ts} +0 -0
- /package/{commands/prompt/index.ts → build/commands/prompt/index.d.ts} +0 -0
- /package/{commands/prompt-category/index.ts → build/commands/prompt-category/index.d.ts} +0 -0
- /package/{commands/prompt-topic/index.ts → build/commands/prompt-topic/index.d.ts} +0 -0
- /package/{commands/question/index.ts → build/commands/question/index.d.ts} +0 -0
- /package/{commands/referral/index.ts → build/commands/referral/index.d.ts} +0 -0
- /package/{commands/review/index.ts → build/commands/review/index.d.ts} +0 -0
- /package/{commands/subscription/index.ts → build/commands/subscription/index.d.ts} +0 -0
- /package/{commands/support-feedback/index.ts → build/commands/support-feedback/index.d.ts} +0 -0
- /package/{commands/task/index.ts → build/commands/task/index.d.ts} +0 -0
- /package/{commands/team-account/index.ts → build/commands/team-account/index.d.ts} +0 -0
- /package/{commands/team-to-product/index.ts → build/commands/team-to-product/index.d.ts} +0 -0
- /package/{commands/team-to-subscription/index.ts → build/commands/team-to-subscription/index.d.ts} +0 -0
- /package/{commands/telegram/index.ts → build/commands/telegram/index.d.ts} +0 -0
- /package/{commands/telegram-auth/index.ts → build/commands/telegram-auth/index.d.ts} +0 -0
- /package/{commands/telegram-profile/index.ts → build/commands/telegram-profile/index.d.ts} +0 -0
- /package/{commands/tools/diagrams/index.ts → build/commands/tools/diagrams/index.d.ts} +0 -0
- /package/{commands/tools/html-page-builder/index.ts → build/commands/tools/html-page-builder/index.d.ts} +0 -0
- /package/{commands/tools/image-editor/index.ts → build/commands/tools/image-editor/index.d.ts} +0 -0
- /package/{commands/tools/image-generation/index.ts → build/commands/tools/image-generation/index.d.ts} +0 -0
- /package/{commands/tools/image-recognition/index.ts → build/commands/tools/image-recognition/index.d.ts} +0 -0
- /package/{commands/tools/index.ts → build/commands/tools/index.d.ts} +0 -0
- /package/{commands/tools/interior-design/index.ts → build/commands/tools/interior-design/index.d.ts} +0 -0
- /package/{commands/tools/marketplace-card/index.ts → build/commands/tools/marketplace-card/index.d.ts} +0 -0
- /package/{commands/tools/music/index.ts → build/commands/tools/music/index.d.ts} +0 -0
- /package/{commands/tools/paraphrase/index.ts → build/commands/tools/paraphrase/index.d.ts} +0 -0
- /package/{commands/tools/presentation/index.ts → build/commands/tools/presentation/index.d.ts} +0 -0
- /package/{commands/tools/solving-edu-task/index.ts → build/commands/tools/solving-edu-task/index.d.ts} +0 -0
- /package/{commands/tools/spell-corrector/index.ts → build/commands/tools/spell-corrector/index.d.ts} +0 -0
- /package/{commands/tools/stt/index.ts → build/commands/tools/stt/index.d.ts} +0 -0
- /package/{commands/tools/tool/index.ts → build/commands/tools/tool/index.d.ts} +0 -0
- /package/{commands/tools/tool-workspace/index.ts → build/commands/tools/tool-workspace/index.d.ts} +0 -0
- /package/{commands/tools/tts/index.ts → build/commands/tools/tts/index.d.ts} +0 -0
- /package/{commands/tools/video/index.ts → build/commands/tools/video/index.d.ts} +0 -0
- /package/{commands/tools/video-editor/index.ts → build/commands/tools/video-editor/index.d.ts} +0 -0
- /package/{commands/tools/writer/index.ts → build/commands/tools/writer/index.d.ts} +0 -0
- /package/{commands/ui-notification/index.ts → build/commands/ui-notification/index.d.ts} +0 -0
- /package/{commands/unregistered-user/index.ts → build/commands/unregistered-user/index.d.ts} +0 -0
- /package/{commands/update-post/index.ts → build/commands/update-post/index.d.ts} +0 -0
- /package/{commands/user-profile/index.ts → build/commands/user-profile/index.d.ts} +0 -0
- /package/{commands/user-to-product/index.ts → build/commands/user-to-product/index.d.ts} +0 -0
- /package/{commands/user-to-subscription/index.ts → build/commands/user-to-subscription/index.d.ts} +0 -0
- /package/{commands/user-to-task/index.ts → build/commands/user-to-task/index.d.ts} +0 -0
- /package/{commands/webmaster/index.ts → build/commands/webmaster/index.d.ts} +0 -0
- /package/{commands/webmaster-click/index.ts → build/commands/webmaster-click/index.d.ts} +0 -0
- /package/{constants/agents/enums/index.ts → build/constants/agents/enums/index.d.ts} +0 -0
- /package/{constants/agents/index.ts → build/constants/agents/index.d.ts} +0 -0
- /package/{constants/ai-model/enums/index.ts → build/constants/ai-model/enums/index.d.ts} +0 -0
- /package/{constants/ai-model/index.ts → build/constants/ai-model/index.d.ts} +0 -0
- /package/{constants/ai-vendor/enums/index.ts → build/constants/ai-vendor/enums/index.d.ts} +0 -0
- /package/{constants/ai-vendor/index.ts → build/constants/ai-vendor/index.d.ts} +0 -0
- /package/{constants/api-key/enums/index.ts → build/constants/api-key/enums/index.d.ts} +0 -0
- /package/{constants/api-key/index.ts → build/constants/api-key/index.d.ts} +0 -0
- /package/{constants/avatar-studio/enums/index.ts → build/constants/avatar-studio/enums/index.d.ts} +0 -0
- /package/{constants/avatar-studio/index.ts → build/constants/avatar-studio/index.d.ts} +0 -0
- /package/{constants/b2b/enums/index.ts → build/constants/b2b/enums/index.d.ts} +0 -0
- /package/{constants/b2b/index.ts → build/constants/b2b/index.d.ts} +0 -0
- /package/{constants/billing/enums/index.ts → build/constants/billing/enums/index.d.ts} +0 -0
- /package/{constants/billing/index.ts → build/constants/billing/index.d.ts} +0 -0
- /package/{constants/blog/enums/index.ts → build/constants/blog/enums/index.d.ts} +0 -0
- /package/{constants/blog/index.ts → build/constants/blog/index.d.ts} +0 -0
- /package/{constants/cabinet/enums/index.ts → build/constants/cabinet/enums/index.d.ts} +0 -0
- /package/{constants/cabinet/index.ts → build/constants/cabinet/index.d.ts} +0 -0
- /package/{constants/canvas-edge/enums/index.ts → build/constants/canvas-edge/enums/index.d.ts} +0 -0
- /package/{constants/canvas-edge/index.ts → build/constants/canvas-edge/index.d.ts} +0 -0
- /package/{constants/canvas-node/enums/index.ts → build/constants/canvas-node/enums/index.d.ts} +0 -0
- /package/{constants/canvas-node/index.ts → build/constants/canvas-node/index.d.ts} +0 -0
- /package/{constants/category/enums/index.ts → build/constants/category/enums/index.d.ts} +0 -0
- /package/{constants/category/index.ts → build/constants/category/index.d.ts} +0 -0
- /package/{constants/chat/enums/index.ts → build/constants/chat/enums/index.d.ts} +0 -0
- /package/{constants/chat/index.ts → build/constants/chat/index.d.ts} +0 -0
- /package/{constants/community/community-post-report/enums/index.ts → build/constants/community/community-post-report/enums/index.d.ts} +0 -0
- /package/{constants/community/community-post-report/index.ts → build/constants/community/community-post-report/index.d.ts} +0 -0
- /package/{constants/community/enums/index.ts → build/constants/community/enums/index.d.ts} +0 -0
- /package/{constants/community/index.ts → build/constants/community/index.d.ts} +0 -0
- /package/{constants/course/enums/index.ts → build/constants/course/enums/index.d.ts} +0 -0
- /package/{constants/course/index.ts → build/constants/course/index.d.ts} +0 -0
- /package/{constants/daily-streak/enums/index.ts → build/constants/daily-streak/enums/index.d.ts} +0 -0
- /package/{constants/daily-streak/index.ts → build/constants/daily-streak/index.d.ts} +0 -0
- /package/{constants/email/index.ts → build/constants/email/index.d.ts} +0 -0
- /package/{constants/feedback/enums/index.ts → build/constants/feedback/enums/index.d.ts} +0 -0
- /package/{constants/feedback/index.ts → build/constants/feedback/index.d.ts} +0 -0
- /package/{constants/file/enums/index.ts → build/constants/file/enums/index.d.ts} +0 -0
- /package/{constants/file/index.ts → build/constants/file/index.d.ts} +0 -0
- /package/{constants/form-submission/enums/index.ts → build/constants/form-submission/enums/index.d.ts} +0 -0
- /package/{constants/form-submission/index.ts → build/constants/form-submission/index.d.ts} +0 -0
- /package/{constants/message/enums/index.ts → build/constants/message/enums/index.d.ts} +0 -0
- /package/{constants/message/index.ts → build/constants/message/index.d.ts} +0 -0
- /package/{constants/midjourney/enums/index.ts → build/constants/midjourney/enums/index.d.ts} +0 -0
- /package/{constants/midjourney/index.ts → build/constants/midjourney/index.d.ts} +0 -0
- /package/{constants/model/enums/index.ts → build/constants/model/enums/index.d.ts} +0 -0
- /package/{constants/model/index.ts → build/constants/model/index.d.ts} +0 -0
- /package/{constants/model-page/enums/index.ts → build/constants/model-page/enums/index.d.ts} +0 -0
- /package/{constants/model-page/index.ts → build/constants/model-page/index.d.ts} +0 -0
- /package/{constants/order/index.ts → build/constants/order/index.d.ts} +0 -0
- /package/{constants/page/enums/index.ts → build/constants/page/enums/index.d.ts} +0 -0
- /package/{constants/page/index.ts → build/constants/page/index.d.ts} +0 -0
- /package/{constants/payment/enums/index.ts → build/constants/payment/enums/index.d.ts} +0 -0
- /package/{constants/payment/index.ts → build/constants/payment/index.d.ts} +0 -0
- /package/{constants/photo-studio/enums/index.ts → build/constants/photo-studio/enums/index.d.ts} +0 -0
- /package/{constants/photo-studio/index.ts → build/constants/photo-studio/index.d.ts} +0 -0
- /package/{constants/presentation/enums/index.ts → build/constants/presentation/enums/index.d.ts} +0 -0
- /package/{constants/presentation/index.ts → build/constants/presentation/index.d.ts} +0 -0
- /package/{constants/presentation/maps/index.ts → build/constants/presentation/maps/index.d.ts} +0 -0
- /package/{constants/product/enums/index.ts → build/constants/product/enums/index.d.ts} +0 -0
- /package/{constants/product/index.ts → build/constants/product/index.d.ts} +0 -0
- /package/{constants/promocode/enums/index.ts → build/constants/promocode/enums/index.d.ts} +0 -0
- /package/{constants/promocode/index.ts → build/constants/promocode/index.d.ts} +0 -0
- /package/{constants/referral/enums/index.ts → build/constants/referral/enums/index.d.ts} +0 -0
- /package/{constants/referral/index.ts → build/constants/referral/index.d.ts} +0 -0
- /package/{constants/review/enums/index.ts → build/constants/review/enums/index.d.ts} +0 -0
- /package/{constants/review/index.ts → build/constants/review/index.d.ts} +0 -0
- /package/{constants/roles/index.ts → build/constants/roles/index.d.ts} +0 -0
- /package/{constants/subscription/enums/index.ts → build/constants/subscription/enums/index.d.ts} +0 -0
- /package/{constants/subscription/index.ts → build/constants/subscription/index.d.ts} +0 -0
- /package/{constants/task/enums/index.ts → build/constants/task/enums/index.d.ts} +0 -0
- /package/{constants/task/index.ts → build/constants/task/index.d.ts} +0 -0
- /package/{constants/team-account/enums/index.ts → build/constants/team-account/enums/index.d.ts} +0 -0
- /package/{constants/team-account/index.ts → build/constants/team-account/index.d.ts} +0 -0
- /package/{constants/telegram/index.ts → build/constants/telegram/index.d.ts} +0 -0
- /package/{constants/telegram/telegram-auth/enums/index.ts → build/constants/telegram/telegram-auth/enums/index.d.ts} +0 -0
- /package/{constants/telegram/telegram-auth/index.ts → build/constants/telegram/telegram-auth/index.d.ts} +0 -0
- /package/{constants/telegram/telegram-auth-log/enums/index.ts → build/constants/telegram/telegram-auth-log/enums/index.d.ts} +0 -0
- /package/{constants/telegram/telegram-auth-log/index.ts → build/constants/telegram/telegram-auth-log/index.d.ts} +0 -0
- /package/{constants/telegram/telegram-connect/enums/index.ts → build/constants/telegram/telegram-connect/enums/index.d.ts} +0 -0
- /package/{constants/telegram/telegram-connect/index.ts → build/constants/telegram/telegram-connect/index.d.ts} +0 -0
- /package/{constants/token-reservation/enums/index.ts → build/constants/token-reservation/enums/index.d.ts} +0 -0
- /package/{constants/token-reservation/index.ts → build/constants/token-reservation/index.d.ts} +0 -0
- /package/{constants/tool/enums/index.ts → build/constants/tool/enums/index.d.ts} +0 -0
- /package/{constants/tool/index.ts → build/constants/tool/index.d.ts} +0 -0
- /package/{constants/tool-html-page-builder/enums/index.ts → build/constants/tool-html-page-builder/enums/index.d.ts} +0 -0
- /package/{constants/tool-html-page-builder/index.ts → build/constants/tool-html-page-builder/index.d.ts} +0 -0
- /package/{constants/tool-image-editor/enums/index.ts → build/constants/tool-image-editor/enums/index.d.ts} +0 -0
- /package/{constants/tool-image-editor/index.ts → build/constants/tool-image-editor/index.d.ts} +0 -0
- /package/{constants/tool-image-generation/enums/index.ts → build/constants/tool-image-generation/enums/index.d.ts} +0 -0
- /package/{constants/tool-image-generation/index.ts → build/constants/tool-image-generation/index.d.ts} +0 -0
- /package/{constants/tool-interior-design/enums/index.ts → build/constants/tool-interior-design/enums/index.d.ts} +0 -0
- /package/{constants/tool-interior-design/index.ts → build/constants/tool-interior-design/index.d.ts} +0 -0
- /package/{constants/tool-music/enums/index.ts → build/constants/tool-music/enums/index.d.ts} +0 -0
- /package/{constants/tool-music/index.ts → build/constants/tool-music/index.d.ts} +0 -0
- /package/{constants/tool-paraphrase/enums/index.ts → build/constants/tool-paraphrase/enums/index.d.ts} +0 -0
- /package/{constants/tool-paraphrase/index.ts → build/constants/tool-paraphrase/index.d.ts} +0 -0
- /package/{constants/tool-video/enums/index.ts → build/constants/tool-video/enums/index.d.ts} +0 -0
- /package/{constants/tool-video/index.ts → build/constants/tool-video/index.d.ts} +0 -0
- /package/{constants/tool-video-editor/index.ts → build/constants/tool-video-editor/index.d.ts} +0 -0
- /package/{constants/transaction/enums/index.ts → build/constants/transaction/enums/index.d.ts} +0 -0
- /package/{constants/transaction/index.ts → build/constants/transaction/index.d.ts} +0 -0
- /package/{constants/ui-notification/enums/index.ts → build/constants/ui-notification/enums/index.d.ts} +0 -0
- /package/{constants/ui-notification/index.ts → build/constants/ui-notification/index.d.ts} +0 -0
- /package/{constants/unregistered-user/enums/index.ts → build/constants/unregistered-user/enums/index.d.ts} +0 -0
- /package/{constants/unregistered-user/index.ts → build/constants/unregistered-user/index.d.ts} +0 -0
- /package/{constants/update-post/enums/index.ts → build/constants/update-post/enums/index.d.ts} +0 -0
- /package/{constants/update-post/index.ts → build/constants/update-post/index.d.ts} +0 -0
- /package/{constants/user/enums/index.ts → build/constants/user/enums/index.d.ts} +0 -0
- /package/{constants/user/index.ts → build/constants/user/index.d.ts} +0 -0
- /package/{constants/user-profile/index.ts → build/constants/user-profile/index.d.ts} +0 -0
- /package/{constants/webmaster/enums/index.ts → build/constants/webmaster/enums/index.d.ts} +0 -0
- /package/{constants/webmaster/index.ts → build/constants/webmaster/index.d.ts} +0 -0
- /package/{constants/webmaster-balance/enums/index.ts → build/constants/webmaster-balance/enums/index.d.ts} +0 -0
- /package/{constants/webmaster-balance/index.ts → build/constants/webmaster-balance/index.d.ts} +0 -0
- /package/{constants/writer/enums/index.ts → build/constants/writer/enums/index.d.ts} +0 -0
- /package/{constants/writer/index.ts → build/constants/writer/index.d.ts} +0 -0
- /package/{helpers/ai-model/index.ts → build/helpers/ai-model/index.d.ts} +0 -0
- /package/{helpers/image-editor/index.ts → build/helpers/image-editor/index.d.ts} +0 -0
- /package/{helpers/image-generation/index.ts → build/helpers/image-generation/index.d.ts} +0 -0
- /package/{helpers/index.ts → build/helpers/index.d.ts} +0 -0
- /package/{helpers/interior-design/index.ts → build/helpers/interior-design/index.d.ts} +0 -0
- /package/{helpers/music/index.ts → build/helpers/music/index.d.ts} +0 -0
- /package/{helpers/presentation/index.ts → build/helpers/presentation/index.d.ts} +0 -0
- /package/{helpers/stt/index.ts → build/helpers/stt/index.d.ts} +0 -0
- /package/{helpers/subscription/index.ts → build/helpers/subscription/index.d.ts} +0 -0
- /package/{helpers/tts/index.ts → build/helpers/tts/index.d.ts} +0 -0
- /package/{helpers/video/index.ts → build/helpers/video/index.d.ts} +0 -0
- /package/{helpers/video-editor/index.ts → build/helpers/video-editor/index.d.ts} +0 -0
- /package/{helpers/writer/index.ts → build/helpers/writer/index.d.ts} +0 -0
- /package/{index.ts → build/index.d.ts} +0 -0
- /package/{models/agents/index.ts → build/models/agents/index.d.ts} +0 -0
- /package/{models/avatar-studio/index.ts → build/models/avatar-studio/index.d.ts} +0 -0
- /package/{models/b2b/index.ts → build/models/b2b/index.d.ts} +0 -0
- /package/{models/community/community-post-report/index.ts → build/models/community/community-post-report/index.d.ts} +0 -0
- /package/{models/community/index.ts → build/models/community/index.d.ts} +0 -0
- /package/{models/model-page/index.ts → build/models/model-page/index.d.ts} +0 -0
- /package/{models/photo-studio/index.ts → build/models/photo-studio/index.d.ts} +0 -0
- /package/{models/team-account/index.ts → build/models/team-account/index.d.ts} +0 -0
- /package/{models/tools/common/index.ts → build/models/tools/common/index.d.ts} +0 -0
- /package/{models/tools/diagrams/index.ts → build/models/tools/diagrams/index.d.ts} +0 -0
- /package/{models/tools/html-page-builder/index.ts → build/models/tools/html-page-builder/index.d.ts} +0 -0
- /package/{models/tools/image-editor/index.ts → build/models/tools/image-editor/index.d.ts} +0 -0
- /package/{models/tools/image-generation/index.ts → build/models/tools/image-generation/index.d.ts} +0 -0
- /package/{models/tools/image-recognition/index.ts → build/models/tools/image-recognition/index.d.ts} +0 -0
- /package/{models/tools/index.ts → build/models/tools/index.d.ts} +0 -0
- /package/{models/tools/interior-design/index.ts → build/models/tools/interior-design/index.d.ts} +0 -0
- /package/{models/tools/language/index.ts → build/models/tools/language/index.d.ts} +0 -0
- /package/{models/tools/marketplace-card/index.ts → build/models/tools/marketplace-card/index.d.ts} +0 -0
- /package/{models/tools/music/index.ts → build/models/tools/music/index.d.ts} +0 -0
- /package/{models/tools/paraphrase/index.ts → build/models/tools/paraphrase/index.d.ts} +0 -0
- /package/{models/tools/solving-edu-task/index.ts → build/models/tools/solving-edu-task/index.d.ts} +0 -0
- /package/{models/tools/spell-corrector/index.ts → build/models/tools/spell-corrector/index.d.ts} +0 -0
- /package/{models/tools/stt/index.ts → build/models/tools/stt/index.d.ts} +0 -0
- /package/{models/tools/tool-workspace/index.ts → build/models/tools/tool-workspace/index.d.ts} +0 -0
- /package/{models/tools/tts/index.ts → build/models/tools/tts/index.d.ts} +0 -0
- /package/{models/tools/video/index.ts → build/models/tools/video/index.d.ts} +0 -0
- /package/{models/tools/video-editor/index.ts → build/models/tools/video-editor/index.d.ts} +0 -0
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const AGENT_CHANNEL_CONTROLLER_PRIVATE: 'private/agents-channels';
|
|
2
|
+
export declare const AGENT_CHANNEL_ROUTES: {
|
|
3
|
+
readonly CATALOG: 'catalog';
|
|
4
|
+
readonly LIST: (agentId: string) => string;
|
|
5
|
+
readonly CREATE: (agentId: string) => string;
|
|
6
|
+
readonly UPDATE: (agentId: string, id: string) => string;
|
|
7
|
+
readonly DELETE: (agentId: string, id: string) => string;
|
|
8
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare const AGENT_DIALOG_CONTROLLER_PRIVATE: 'private/agents-dialogs';
|
|
2
|
+
export declare const AGENT_DIALOG_ROUTES: {
|
|
3
|
+
readonly LIST: '';
|
|
4
|
+
readonly GET_BY_ID: (id: string) => string;
|
|
5
|
+
readonly UPDATE_STATUS: (id: string) => string;
|
|
6
|
+
readonly ADMIN_REPLY: (id: string) => string;
|
|
7
|
+
readonly RENAME: (id: string) => string;
|
|
8
|
+
readonly DELETE_DIALOG: (agentId: string, dialogId: string) => string;
|
|
9
|
+
readonly CABINET_CONFIG: 'cabinet/config';
|
|
10
|
+
readonly CABINET_START_DIALOG: (agentId: string) => string;
|
|
11
|
+
readonly CABINET_SEND_MESSAGE_STREAM: (agentId: string, dialogId: string) => string;
|
|
12
|
+
readonly STOP_CABINET_STREAM: (agentId: string, dialogId: string, messageId: string) => string;
|
|
13
|
+
readonly CABINET_PRICE_PREVIEW: (agentId: string) => string;
|
|
14
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const AGENT_DOCUMENT_CONTROLLER_PRIVATE: 'private/agents-documents';
|
|
2
|
+
export declare const AGENT_DOCUMENT_ROUTES: {
|
|
3
|
+
readonly LIST: (agentId: string) => string;
|
|
4
|
+
readonly GET_BY_ID: (agentId: string, documentId: string) => string;
|
|
5
|
+
readonly DELETE: (agentId: string, documentId: string) => string;
|
|
6
|
+
readonly UPLOAD: (agentId: string) => string;
|
|
7
|
+
readonly ADD_FROM_URL: (agentId: string) => string;
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const AGENT_LEAD_FORM_CONTROLLER_PRIVATE: 'private/agents-lead-forms';
|
|
2
|
+
export declare const AGENT_LEAD_FORM_ROUTES: {
|
|
3
|
+
readonly LIST: '';
|
|
4
|
+
readonly BY_AGENT: (agentId: string) => string;
|
|
5
|
+
readonly UPSERT: (agentId: string) => string;
|
|
6
|
+
readonly GET_BY_ID: (agentId: string, id: string) => string;
|
|
7
|
+
readonly DELETE: (agentId: string, id: string) => string;
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const AGENT_LEAD_CONTROLLER_PRIVATE: 'private/agents-leads';
|
|
2
|
+
export declare const AGENT_LEAD_ROUTES: {
|
|
3
|
+
readonly LIST: '';
|
|
4
|
+
readonly CREATE: '';
|
|
5
|
+
readonly GET_BY_ID: (id: string) => string;
|
|
6
|
+
readonly UPDATE: (id: string) => string;
|
|
7
|
+
readonly DELETE: (id: string) => string;
|
|
8
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare const AGENT_TEMPLATE_CONTROLLER_PRIVATE: 'private/agents-templates';
|
|
2
|
+
export declare const AGENT_TEMPLATE_ROUTES: {
|
|
3
|
+
readonly CATALOG: 'catalog';
|
|
4
|
+
readonly CATEGORIES: 'categories';
|
|
5
|
+
readonly CREATE_CATEGORIES: 'categories';
|
|
6
|
+
readonly CATEGORY: (id: string) => string;
|
|
7
|
+
readonly TEMPLATES: 'templates';
|
|
8
|
+
readonly CREATE_TEMPLATES: 'templates';
|
|
9
|
+
readonly TEMPLATE: (id: string) => string;
|
|
10
|
+
readonly INSTRUCTIONS: (templateId: string) => string;
|
|
11
|
+
readonly CREATE_INSTRUCTIONS: (templateId: string) => string;
|
|
12
|
+
readonly INSTRUCTIONS_BY_TEMPLATE: (templateId: string) => string;
|
|
13
|
+
readonly INSTRUCTION: (templateId: string, id: string) => string;
|
|
14
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const AGENT_TOOL_CONTROLLER_PRIVATE: 'private/agents-tools';
|
|
2
|
+
export declare const AGENT_TOOL_ROUTES: {
|
|
3
|
+
readonly CATALOG: 'catalog';
|
|
4
|
+
readonly LIST_AGENT_TOOLS: (agentId: string) => string;
|
|
5
|
+
readonly CONNECT_AGENT_TOOL: (agentId: string) => string;
|
|
6
|
+
readonly UPDATE: (agentId: string, id: string) => string;
|
|
7
|
+
readonly DISCONNECT: (agentId: string, id: string) => string;
|
|
8
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export declare const AGENT_CONTROLLER_PRIVATE: 'private/agents';
|
|
2
|
+
export declare const AGENT_CONTROLLER_PUBLIC: 'public/agents';
|
|
3
|
+
export declare const AGENT_ROUTES: {
|
|
4
|
+
readonly LIST: '';
|
|
5
|
+
readonly CREATE: '';
|
|
6
|
+
readonly GET_BY_ID: (id: string) => string;
|
|
7
|
+
readonly GET_AGGREGATE: (id: string) => string;
|
|
8
|
+
readonly UPDATE: (id: string) => string;
|
|
9
|
+
readonly ACTIVATE: (id: string) => string;
|
|
10
|
+
readonly STOP: (id: string) => string;
|
|
11
|
+
readonly DELETE: (id: string) => string;
|
|
12
|
+
};
|
|
13
|
+
export declare const AGENT_PUBLIC_ROUTES: {
|
|
14
|
+
readonly PUBLIC_INFO: (id: string) => string;
|
|
15
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare const AI_MODEL_CONTROLLER_PRIVATE: 'ai-module/private';
|
|
2
|
+
export declare const AI_MODEL_CONTROLLER_PUBLIC: 'ai-module/public';
|
|
3
|
+
export declare const AI_MODEL_ROUTES: {
|
|
4
|
+
readonly FIND_BY_UUID: (uuid: string) => string;
|
|
5
|
+
readonly GET_ALL: 'all';
|
|
6
|
+
readonly GET_FORMATTED: 'formatted';
|
|
7
|
+
readonly GET_FORMATTED_V2: 'formatted/v2';
|
|
8
|
+
readonly AVAILABLE: 'available';
|
|
9
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const AI_VENDOR_CONTROLLER = "ai-vendor";
|
|
2
|
+
export declare const AI_VENDOR_ROUTES: {
|
|
3
|
+
readonly CREATE: '';
|
|
4
|
+
readonly UPDATE: (uuid: string) => string;
|
|
5
|
+
readonly FIND_ALL: 'all';
|
|
6
|
+
readonly DELETE: (uuid: string) => string;
|
|
7
|
+
readonly FIND_BY_UUID: (uuid: string) => string;
|
|
8
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare const AUTH_CONTROLLER: 'auth';
|
|
2
|
+
export declare const AUTH_ROUTES: {
|
|
3
|
+
readonly REGISTER: 'register';
|
|
4
|
+
readonly ADMIN_LOGIN: 'admin/login';
|
|
5
|
+
readonly LOGIN: 'login';
|
|
6
|
+
readonly VK_LOGIN: 'vk/login';
|
|
7
|
+
readonly YANDEX_LOGIN: 'yandex/login';
|
|
8
|
+
readonly CREATE_USER: 'create-user';
|
|
9
|
+
readonly RESTORE_PASSWORD: 'restore-password';
|
|
10
|
+
readonly RESET_PASSWORD: 'reset-password';
|
|
11
|
+
readonly VERIFY_EMAIL: 'verify-email';
|
|
12
|
+
readonly VERIFY_EMAIL_RETRY: 'verify-email-retry';
|
|
13
|
+
readonly CHANGE_PASSWORD: 'change-password';
|
|
14
|
+
};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
export declare const AVATAR_STUDIO_CONTROLLER_PRIVATE: 'private/avatar-studio';
|
|
2
|
+
/**
|
|
3
|
+
* Тот же набор роутов для незарегистрированных. Правила доступа к моделям это не ослабляет:
|
|
4
|
+
* анрегу недоступна ни одна модель студии, поэтому ему остаются клипы, сцены, медиатека и экспорт.
|
|
5
|
+
*/
|
|
6
|
+
export declare const AVATAR_STUDIO_CONTROLLER_PUBLIC: 'public/avatar-studio';
|
|
7
|
+
export declare const AVATAR_STUDIO_ROUTES: {
|
|
8
|
+
readonly CREATE_CLIP: 'clips';
|
|
9
|
+
readonly GET_CLIPS: 'clips';
|
|
10
|
+
readonly GET_CLIP: (clipId: string) => string;
|
|
11
|
+
readonly UPDATE_CLIP: (clipId: string) => string;
|
|
12
|
+
readonly DELETE_CLIP: (clipId: string) => string;
|
|
13
|
+
readonly CREATE_SCENE: (clipId: string) => string;
|
|
14
|
+
readonly UPDATE_SCENE: (clipId: string, sceneId: string) => string;
|
|
15
|
+
readonly DELETE_SCENE: (clipId: string, sceneId: string) => string;
|
|
16
|
+
readonly REORDER_SCENES: (clipId: string) => string;
|
|
17
|
+
readonly SET_SCENE_SLOT: (clipId: string, sceneId: string, slot: string) => string;
|
|
18
|
+
/**
|
|
19
|
+
* Разовое действие над всеми сценами клипа: проставить им один образец голоса.
|
|
20
|
+
* Не состояние клипа — голос принадлежит сцене, поэтому новые сцены его не наследуют.
|
|
21
|
+
*/
|
|
22
|
+
readonly APPLY_VOICE_SAMPLE_TO_ALL_SCENES: (clipId: string, mediaId: string) => string;
|
|
23
|
+
readonly GET_CONFIG: 'config';
|
|
24
|
+
readonly CREATE_MEDIA_FROM_FILE: 'media/from-file';
|
|
25
|
+
readonly GET_MEDIA: 'media';
|
|
26
|
+
readonly UPDATE_MEDIA: (mediaId: string) => string;
|
|
27
|
+
readonly DELETE_MEDIA: (mediaId: string) => string;
|
|
28
|
+
readonly GENERATE_FRAME: (clipId: string, sceneId: string) => string;
|
|
29
|
+
readonly GENERATE_IMAGE: 'images/generate';
|
|
30
|
+
readonly GENERATE_SCENE_VIDEO: (clipId: string, sceneId: string) => string;
|
|
31
|
+
readonly GENERATE_SCENE_VOICE: (clipId: string, sceneId: string) => string;
|
|
32
|
+
readonly GENERATE_AVATAR: (clipId: string, sceneId: string) => string;
|
|
33
|
+
readonly DESIGN_VOICE: 'voices/design';
|
|
34
|
+
readonly CALCULATE_SCRIPTWRITER_PRICE: 'scriptwriter/price';
|
|
35
|
+
readonly GET_SCRIPTWRITER_MESSAGES: (clipId: string) => string;
|
|
36
|
+
readonly CREATE_SCRIPTWRITER_MESSAGE: (clipId: string) => string;
|
|
37
|
+
readonly APPLY_SCRIPTWRITER_MESSAGE: (clipId: string, messageId: string) => string;
|
|
38
|
+
readonly GET_GENERATION_JOB: (jobId: string) => string;
|
|
39
|
+
readonly GET_CLIP_GENERATION_JOBS: (clipId: string) => string;
|
|
40
|
+
readonly GET_EXPORT_JOB: (jobId: string) => string;
|
|
41
|
+
readonly GET_CLIP_EXPORT_JOBS: (clipId: string) => string;
|
|
42
|
+
readonly START_EXPORT: (clipId: string) => string;
|
|
43
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const OPENAI_COMPATIBLE_CONTROLLER: 'openai/v1';
|
|
2
|
+
export declare const ANTHROPIC_COMPATIBLE_CONTROLLER: 'anthropic/v1';
|
|
3
|
+
export declare const OPENAI_COMPATIBLE_ROUTES: {
|
|
4
|
+
readonly RESPONSES: 'responses';
|
|
5
|
+
readonly MODELS: 'models';
|
|
6
|
+
readonly FILES: 'files';
|
|
7
|
+
};
|
|
8
|
+
export declare const ANTHROPIC_COMPATIBLE_ROUTES: {
|
|
9
|
+
readonly MESSAGES: 'messages';
|
|
10
|
+
readonly MODELS: 'models';
|
|
11
|
+
readonly FILES: 'files';
|
|
12
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare const B2B_CONTROLLER: 'private/b2b';
|
|
2
|
+
export declare const B2B_ROUTES: {
|
|
3
|
+
readonly GET_API_TOKENS: 'tokens';
|
|
4
|
+
readonly UPDATE_API_TOKEN: (uuid: string) => string;
|
|
5
|
+
readonly DELETE_API_TOKEN: (uuid: string) => string;
|
|
6
|
+
readonly CREATE_API_TOKEN: 'create/token';
|
|
7
|
+
readonly SEND_TEXT_REQUEST: 'completions';
|
|
8
|
+
readonly SEND_IMAGE_REQUEST: 'image/generation';
|
|
9
|
+
readonly GET_B2B_IMAGE_JOB: (uuid: string) => string;
|
|
10
|
+
readonly DOCUMENTATION: 'documentation';
|
|
11
|
+
readonly FILE_UPLOAD: 'file/upload';
|
|
12
|
+
readonly BALANCE_TOP_UP: 'balance/top-up';
|
|
13
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { POST_TYPE } from '../../../constants';
|
|
2
|
+
export declare const BLOG_CONTROLLER: (type: POST_TYPE) => "blog/type/article" | "blog/type/update";
|
|
3
|
+
export declare const BLOG_ROUTES: {
|
|
4
|
+
readonly CREATE: 'create';
|
|
5
|
+
readonly GET_ALL_TRANSLATIONS: (uuid: string) => string;
|
|
6
|
+
readonly CREATE_TRANSLATION: (uuid: string) => string;
|
|
7
|
+
readonly DELETE: (uuid: string) => string;
|
|
8
|
+
readonly UPDATE: (uuid: string) => string;
|
|
9
|
+
readonly UPDATE_TRANSLATION: (uuid: string, translationUuid: string) => string;
|
|
10
|
+
readonly FIND: 'find';
|
|
11
|
+
readonly FIND_ALL: 'find/all';
|
|
12
|
+
readonly FIND_BY_UUID: (uuid: string) => string;
|
|
13
|
+
readonly FIND_BY_ALIAS: (alias: string) => string;
|
|
14
|
+
readonly LATEST: 'latest';
|
|
15
|
+
readonly COUNT: 'count';
|
|
16
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare const CANVAS_EDGE_PRIVATE_CONTROLLER: (canvasId: string) => `private/canvas/${string}/edge`;
|
|
2
|
+
export declare const CANVAS_EDGE_ROUTES: {
|
|
3
|
+
readonly CREATE: '';
|
|
4
|
+
readonly GET_ALL: '';
|
|
5
|
+
readonly FIND_BY_SOURCE_AND_TARGET: 'find';
|
|
6
|
+
readonly DELETE: '';
|
|
7
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const CANVAS_NODE_PRIVATE_CONTROLLER: (canvasId: string) => `private/canvas/${string}/node`;
|
|
2
|
+
export declare const CANVAS_NODE_ROUTES: {
|
|
3
|
+
readonly CREATE: '';
|
|
4
|
+
readonly GET_ALL: '';
|
|
5
|
+
readonly FIND_BY_UUID: (uuid: string) => string;
|
|
6
|
+
readonly UPDATE: (uuid: string) => string;
|
|
7
|
+
readonly DELETE: (uuid: string) => string;
|
|
8
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const CANVAS_TEMPLATE_PRIVATE_CONTROLLER: 'private/canvas-template';
|
|
2
|
+
export declare const CANVAS_TEMPLATE_ROUTES: {
|
|
3
|
+
readonly CREATE: '';
|
|
4
|
+
readonly CREATE_CANVAS: (uuid: string) => string;
|
|
5
|
+
readonly CREATE_CANVAS_FROM_BODY: 'create-canvas';
|
|
6
|
+
readonly GENERATE: 'generate';
|
|
7
|
+
readonly PRICE: 'price';
|
|
8
|
+
readonly GET_ALL: '';
|
|
9
|
+
readonly FIND_BY_UUID: (uuid: string) => string;
|
|
10
|
+
readonly UPDATE: (uuid: string) => string;
|
|
11
|
+
readonly DELETE: (uuid: string) => string;
|
|
12
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare const CANVAS_PRIVATE_CONTROLLER: 'private/canvas';
|
|
2
|
+
export declare const CANVAS_ROUTES: {
|
|
3
|
+
readonly CREATE: '';
|
|
4
|
+
readonly GET_ALL: '';
|
|
5
|
+
readonly FIND_BY_UUID: (uuid: string) => string;
|
|
6
|
+
readonly FIND_BY_UUID_WITH_RELATIONS: (uuid: string) => string;
|
|
7
|
+
readonly SAVE: (uuid: string) => string;
|
|
8
|
+
readonly UPDATE: (uuid: string) => string;
|
|
9
|
+
readonly DELETE: (uuid: string) => string;
|
|
10
|
+
readonly RUN: (uuid: string) => string;
|
|
11
|
+
readonly EXECUTE_NODE: (uuid: string) => string;
|
|
12
|
+
readonly GET_PRICE: (uuid: string) => string;
|
|
13
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export declare const CATEGORY_CONTROLLER: 'category';
|
|
2
|
+
export declare const CATEGORY_ROUTES: {
|
|
3
|
+
readonly FIND_BY_UUID: (uuid: string) => string;
|
|
4
|
+
readonly GET_ALL: 'all';
|
|
5
|
+
readonly GET_FORMATTED: 'formatted';
|
|
6
|
+
readonly GET_FILTER: 'filter';
|
|
7
|
+
readonly GET_ALL_TRANSLATIONS: (uuid: string) => string;
|
|
8
|
+
readonly CREATE_TRANSLATION: (uuid: string) => string;
|
|
9
|
+
readonly UPDATE_TRANSLATION: (uuid: string, translationUuid: string) => string;
|
|
10
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export declare const CHAT_PRIVATE_CONTROLLER = "private/chats";
|
|
2
|
+
export declare const CHAT_PRIVATE_ROUTES: {
|
|
3
|
+
readonly CONFIG: 'config';
|
|
4
|
+
readonly INPUT_LIMITS: 'input-limits';
|
|
5
|
+
readonly CHECK_LIMIT: 'limits';
|
|
6
|
+
readonly GET_LAST_ACTIVE_CHAT: `last-active-chat`;
|
|
7
|
+
readonly CREATE: '';
|
|
8
|
+
readonly FIND_MANY: '';
|
|
9
|
+
readonly FIND_BY_UUID: (uuid: string) => string;
|
|
10
|
+
readonly PRICE: 'price';
|
|
11
|
+
readonly COMPACT: (uuid: string) => string;
|
|
12
|
+
readonly SEND_TEXT_MESSAGE: (uuid: string) => string;
|
|
13
|
+
readonly STOP_STREAM: (uuid: string, messageId: string) => string;
|
|
14
|
+
readonly ARCHIVE: 'archive';
|
|
15
|
+
readonly DELETE: (uuid: string) => string;
|
|
16
|
+
readonly UPDATE: (uuid: string) => string;
|
|
17
|
+
readonly CREATE_SUGGESTIONS: (uuid: string) => string;
|
|
18
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare const CHAT_PUBLIC_CONTROLLER = "public/chats";
|
|
2
|
+
export declare const CHAT_PUBLIC_ROUTES: {
|
|
3
|
+
readonly CONFIG: 'config';
|
|
4
|
+
readonly CHECK_LIMIT: 'limits';
|
|
5
|
+
readonly GET_LAST_ACTIVE_CHAT: `last-active-chat`;
|
|
6
|
+
readonly CREATE: '';
|
|
7
|
+
readonly FIND_MANY: 'find';
|
|
8
|
+
readonly FIND_BY_UUID: (uuid: string) => string;
|
|
9
|
+
readonly PRICE: 'price';
|
|
10
|
+
readonly COMPACT: (uuid: string) => string;
|
|
11
|
+
readonly SEND_TEXT_MESSAGE: (uuid: string) => string;
|
|
12
|
+
readonly STOP_STREAM: (uuid: string, messageId: string) => string;
|
|
13
|
+
readonly SEND_IMAGE_MESSAGE: (uuid: string) => string;
|
|
14
|
+
readonly INPUT_LIMITS: 'input-limits';
|
|
15
|
+
readonly CREATE_SUGGESTIONS: (uuid: string) => string;
|
|
16
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export declare const COMMUNITY_CONTROLLER_PRIVATE: 'private/community/posts';
|
|
2
|
+
export declare const COMMUNITY_CONTROLLER_PUBLIC: 'public/community/posts';
|
|
3
|
+
export declare const COMMUNITY_ROUTES_PRIVATE: {
|
|
4
|
+
readonly GET_ALL: '';
|
|
5
|
+
readonly GET_MY: 'my';
|
|
6
|
+
readonly GET_MY_LIKE: 'my/likes';
|
|
7
|
+
readonly GET_MY_FAVORITE: 'my/favorites';
|
|
8
|
+
readonly GET_BY_UUID: (uuid: string) => string;
|
|
9
|
+
readonly GET_BY_USER_ID: (uuid: string) => string;
|
|
10
|
+
readonly CREATE: '';
|
|
11
|
+
readonly UPDATE: (uuid: string) => string;
|
|
12
|
+
readonly DELETE: (uuid: string) => string;
|
|
13
|
+
readonly LIKE: (uuid: string) => string;
|
|
14
|
+
readonly FAVORITE: (uuid: string) => string;
|
|
15
|
+
readonly SET_VISIBILITY: (uuid: string) => string;
|
|
16
|
+
readonly REJECT: (uuid: string) => string;
|
|
17
|
+
readonly REPORT: (uuid: string) => string;
|
|
18
|
+
readonly LIKES_COUNT: (userId: string) => string;
|
|
19
|
+
};
|
|
20
|
+
export declare const COMMUNITY_ROUTES_PUBLIC: {
|
|
21
|
+
readonly GET_ALL: '';
|
|
22
|
+
readonly GET_BY_UUID: (uuid: string) => string;
|
|
23
|
+
readonly LIKES_COUNT: (userId: string) => string;
|
|
24
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare const COURSE_CONTROLLER: 'course';
|
|
2
|
+
export declare const COURSE_ROUTES: {
|
|
3
|
+
readonly FIND_BY_UUID: 'by/uuid';
|
|
4
|
+
readonly FIND_BY_ALIAS: 'by/alias';
|
|
5
|
+
readonly GET_ALL_TRANSLATIONS: (uuid: string) => string;
|
|
6
|
+
readonly CREATE_TRANSLATION: (uuid: string) => string;
|
|
7
|
+
readonly UPDATE_TRANSLATION: (uuid: string, translationUuid: string) => string;
|
|
8
|
+
readonly GET_ALL_SECTION_TRANSLATIONS: (uuid: string) => string;
|
|
9
|
+
readonly CREATE_SECTION_TRANSLATION: (uuid: string) => string;
|
|
10
|
+
readonly UPDATE_SECTION_TRANSLATION: (uuid: string, translationUuid: string) => string;
|
|
11
|
+
readonly GET_ALL_LESSON_TRANSLATIONS: (uuid: string) => string;
|
|
12
|
+
readonly CREATE_LESSON_TRANSLATION: (uuid: string) => string;
|
|
13
|
+
readonly UPDATE_LESSON_TRANSLATION: (uuid: string, translationUuid: string) => string;
|
|
14
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare const DIAGRAMS_CONTROLLER_PRIVATE: 'private/tools/diagrams';
|
|
2
|
+
export declare const DIAGRAMS_CONTROLLER_PUBLIC: 'public/tools/diagrams';
|
|
3
|
+
export declare const DIAGRAMS_ROUTES: {
|
|
4
|
+
readonly CONFIG: 'config';
|
|
5
|
+
readonly PRICE: 'price';
|
|
6
|
+
readonly EXECUTE: 'execute';
|
|
7
|
+
readonly GET_JOBS: 'jobs';
|
|
8
|
+
readonly GET_JOB: (uuid: string) => string;
|
|
9
|
+
readonly EDIT: (uuid: string) => string;
|
|
10
|
+
readonly UPDATE: (uuid: string) => string;
|
|
11
|
+
readonly UPDATE_FAVORITE: (uuid: string) => string;
|
|
12
|
+
readonly SET_REACTION: (uuid: string) => string;
|
|
13
|
+
readonly DELETE: (uuid: string) => string;
|
|
14
|
+
readonly DELETE_ALL: 'jobs';
|
|
15
|
+
readonly RETRY: (uuid: string) => string;
|
|
16
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare const FILE_CONTROLLER: 'file';
|
|
2
|
+
export declare const FILE_PUBLIC_CONTROLLER: 'public/file';
|
|
3
|
+
export declare const FILE_ROUTES: {
|
|
4
|
+
readonly DELETE: (uuid: string) => string;
|
|
5
|
+
readonly UPLOAD: 'upload';
|
|
6
|
+
readonly UPLOAD_PUBLIC: 'upload-public';
|
|
7
|
+
readonly UPLOAD_FILE: 'upload-file';
|
|
8
|
+
readonly UPLOAD_IMAGE: 'upload-image';
|
|
9
|
+
readonly CALCULATE_TEXT_FILE_COST: (uuid: string) => string;
|
|
10
|
+
readonly CRON: {
|
|
11
|
+
readonly DELETE_UNUSED: 'cron/delete-unused';
|
|
12
|
+
};
|
|
13
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare const FOLDER_PRIVATE_CONTROLLER: 'private/folder';
|
|
2
|
+
export declare const FOLDER_ROUTES: {
|
|
3
|
+
readonly FIND_MANY_BY_USER: 'user';
|
|
4
|
+
readonly FIND_BY_UUID: (uuid: string) => string;
|
|
5
|
+
readonly FIND_BY_UUID_WITH_CHATS: (uuid: string) => string;
|
|
6
|
+
readonly CREATE: '';
|
|
7
|
+
readonly UPDATE: (uuid: string) => string;
|
|
8
|
+
readonly DELETE: (uuid: string) => string;
|
|
9
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare const HTML_PAGE_BUILDER_CONTROLLER_PRIVATE: 'private/tools/html-page-builder';
|
|
2
|
+
export declare const HTML_PAGE_BUILDER_CONTROLLER_PUBLIC: 'public/tools/html-page-builder';
|
|
3
|
+
export declare const HTML_PAGE_BUILDER_ROUTES: {
|
|
4
|
+
readonly CONFIG: 'config';
|
|
5
|
+
readonly PRICE: 'price';
|
|
6
|
+
readonly EXECUTE: 'execute';
|
|
7
|
+
readonly GET_SESSIONS: 'sessions';
|
|
8
|
+
readonly GET_SESSION: (uuid: string) => string;
|
|
9
|
+
readonly UPDATE: (uuid: string) => string;
|
|
10
|
+
readonly UPDATE_SESSION_FAVORITE: (uuid: string) => string;
|
|
11
|
+
readonly DELETE: (uuid: string) => string;
|
|
12
|
+
readonly DELETE_ALL: 'sessions';
|
|
13
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare const IMAGE_EDITOR_CONTROLLER_PRIVATE: 'private/tools/image-editor';
|
|
2
|
+
export declare const IMAGE_EDITOR_CONTROLLER_PUBLIC: 'public/tools/image-editor';
|
|
3
|
+
export declare const IMAGE_EDITOR_ROUTES: {
|
|
4
|
+
readonly CONFIG: 'config';
|
|
5
|
+
readonly EXECUTE: 'execute';
|
|
6
|
+
readonly GET_JOBS: 'jobs';
|
|
7
|
+
readonly GET_JOB: (uuid: string) => string;
|
|
8
|
+
readonly UPDATE: (uuid: string) => string;
|
|
9
|
+
readonly UPDATE_FAVORITE: (uuid: string) => string;
|
|
10
|
+
readonly SET_REACTION: (uuid: string) => string;
|
|
11
|
+
readonly DELETE: (uuid: string) => string;
|
|
12
|
+
readonly DELETE_ALL: 'jobs';
|
|
13
|
+
readonly RETRY: (uuid: string) => string;
|
|
14
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare const IMAGE_GENERATION_CONTROLLER_PRIVATE: 'private/tools/image-generation';
|
|
2
|
+
export declare const IMAGE_GENERATION_CONTROLLER_PUBLIC: 'public/tools/image-generation';
|
|
3
|
+
export declare const IMAGE_GENERATION_ROUTES: {
|
|
4
|
+
readonly CONFIG: 'config';
|
|
5
|
+
readonly EXECUTE: 'execute';
|
|
6
|
+
readonly GET_JOBS: 'jobs';
|
|
7
|
+
readonly GET_JOB: (uuid: string) => string;
|
|
8
|
+
readonly UPDATE: (uuid: string) => string;
|
|
9
|
+
readonly UPDATE_FAVORITE: (uuid: string) => string;
|
|
10
|
+
readonly SET_REACTION: (uuid: string) => string;
|
|
11
|
+
readonly DELETE: (uuid: string) => string;
|
|
12
|
+
readonly DELETE_ALL: 'jobs';
|
|
13
|
+
readonly RETRY: (uuid: string) => string;
|
|
14
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare const IMAGE_RECOGNITION_CONTROLLER_PUBLIC: 'public/tools/image-recognition';
|
|
2
|
+
export declare const IMAGE_RECOGNITION_CONTROLLER_PRIVATE: 'private/tools/image-recognition';
|
|
3
|
+
export declare const IMAGE_RECOGNITION_ROUTES: {
|
|
4
|
+
readonly CONFIG: 'config';
|
|
5
|
+
readonly EXECUTE: 'execute';
|
|
6
|
+
readonly GET_JOBS: 'jobs';
|
|
7
|
+
readonly GET_JOB: (uuid: string) => string;
|
|
8
|
+
readonly UPDATE: (uuid: string) => string;
|
|
9
|
+
readonly UPDATE_FAVORITE: (uuid: string) => string;
|
|
10
|
+
readonly SET_REACTION: (uuid: string) => string;
|
|
11
|
+
readonly RETRY: (uuid: string) => string;
|
|
12
|
+
readonly DELETE: (uuid: string) => string;
|
|
13
|
+
readonly DELETE_ALL: 'jobs';
|
|
14
|
+
};
|