@purpleschool/gptbot 0.15.76 → 0.15.78-stage-2
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/avatar-studio.d.ts +12 -0
- package/build/api/controllers/http/avatar-studio.js +13 -0
- package/build/commands/account-merge/merge-account-by-telegram-id.command.d.ts +1 -1
- package/build/commands/account-merge/merge-account-by-telegram-id.command.js +1 -1
- package/build/commands/account-merge/merge-account.command.d.ts +1 -1
- package/build/commands/account-merge/merge-account.command.js +1 -1
- package/build/commands/agents/agent-ai-model/find-agent-ai-models.command.d.ts +1 -1
- package/build/commands/agents/agent-ai-model/get-agent-ai-model-by-id.command.d.ts +2 -2
- package/build/commands/agents/agent-ai-model/get-agent-ai-model-by-id.command.js +1 -1
- package/build/commands/agents/agent-channel/create-agent-channel.command.d.ts +5 -5
- package/build/commands/agents/agent-channel/create-agent-channel.command.js +2 -2
- package/build/commands/agents/agent-channel/delete-agent-channel.command.d.ts +2 -2
- package/build/commands/agents/agent-channel/delete-agent-channel.command.js +2 -2
- package/build/commands/agents/agent-channel/find-agent-channels.command.d.ts +4 -4
- package/build/commands/agents/agent-channel/find-agent-channels.command.js +1 -1
- package/build/commands/agents/agent-channel/update-agent-channel.command.d.ts +6 -6
- package/build/commands/agents/agent-channel/update-agent-channel.command.js +2 -2
- package/build/commands/agents/agent-dialog/delete-dialog.command.d.ts +2 -2
- package/build/commands/agents/agent-dialog/delete-dialog.command.js +2 -2
- package/build/commands/agents/agent-dialog/find-agent-dialogs.command.d.ts +7 -7
- package/build/commands/agents/agent-dialog/find-agent-dialogs.command.js +2 -2
- package/build/commands/agents/agent-dialog/get-agent-dialog-by-id.command.d.ts +9 -9
- package/build/commands/agents/agent-dialog/get-agent-dialog-by-id.command.js +1 -1
- package/build/commands/agents/agent-dialog/get-cabinet-price-preview.command.d.ts +3 -3
- package/build/commands/agents/agent-dialog/get-cabinet-price-preview.command.js +3 -3
- package/build/commands/agents/agent-dialog/get-dialog-context-length.command.d.ts +4 -4
- package/build/commands/agents/agent-dialog/get-dialog-context-length.command.js +4 -4
- package/build/commands/agents/agent-dialog/rename-agent-dialog.command.d.ts +7 -7
- package/build/commands/agents/agent-dialog/rename-agent-dialog.command.js +1 -1
- package/build/commands/agents/agent-dialog/send-agent-dialog-admin-reply.command.d.ts +4 -4
- package/build/commands/agents/agent-dialog/send-agent-dialog-admin-reply.command.js +4 -4
- package/build/commands/agents/agent-dialog/send-cabinet-message.command.d.ts +3 -3
- package/build/commands/agents/agent-dialog/send-cabinet-message.command.js +3 -3
- package/build/commands/agents/agent-dialog/start-cabinet-dialog.command.d.ts +2 -2
- package/build/commands/agents/agent-dialog/start-cabinet-dialog.command.js +2 -2
- package/build/commands/agents/agent-dialog/stop-cabinet-stream.command.d.ts +3 -3
- package/build/commands/agents/agent-dialog/stop-cabinet-stream.command.js +3 -3
- package/build/commands/agents/agent-dialog/update-agent-dialog-status.command.d.ts +7 -7
- package/build/commands/agents/agent-dialog/update-agent-dialog-status.command.js +2 -2
- package/build/commands/agents/agent-document/add-document-from-url.command.d.ts +4 -4
- package/build/commands/agents/agent-document/add-document-from-url.command.js +4 -4
- package/build/commands/agents/agent-document/delete-agent-document.command.d.ts +2 -2
- package/build/commands/agents/agent-document/delete-agent-document.command.js +2 -2
- package/build/commands/agents/agent-document/find-agent-documents.command.d.ts +4 -4
- package/build/commands/agents/agent-document/find-agent-documents.command.js +1 -1
- package/build/commands/agents/agent-document/get-agent-document-by-id.command.d.ts +5 -5
- package/build/commands/agents/agent-document/get-agent-document-by-id.command.js +2 -2
- package/build/commands/agents/agent-document/upload-agent-document.command.d.ts +3 -3
- package/build/commands/agents/agent-document/upload-agent-document.command.js +3 -3
- package/build/commands/agents/agent-files/upload-agent-chat-file.command.d.ts +4 -4
- package/build/commands/agents/agent-files/upload-agent-chat-file.command.js +3 -3
- package/build/commands/agents/agent-lead/create-agent-lead.command.d.ts +5 -5
- package/build/commands/agents/agent-lead/create-agent-lead.command.js +2 -2
- package/build/commands/agents/agent-lead/delete-agent-lead.command.d.ts +1 -1
- package/build/commands/agents/agent-lead/delete-agent-lead.command.js +1 -1
- package/build/commands/agents/agent-lead/find-agent-leads.command.d.ts +4 -4
- package/build/commands/agents/agent-lead/find-agent-leads.command.js +1 -1
- package/build/commands/agents/agent-lead/get-agent-lead-by-id.command.d.ts +4 -4
- package/build/commands/agents/agent-lead/get-agent-lead-by-id.command.js +1 -1
- package/build/commands/agents/agent-lead/update-agent-lead.command.d.ts +6 -6
- package/build/commands/agents/agent-lead/update-agent-lead.command.js +3 -3
- package/build/commands/agents/agent-lead-form/delete-agent-lead-form.command.d.ts +2 -2
- package/build/commands/agents/agent-lead-form/delete-agent-lead-form.command.js +2 -2
- package/build/commands/agents/agent-lead-form/find-agent-lead-forms.command.d.ts +3 -3
- package/build/commands/agents/agent-lead-form/find-agent-lead-forms.command.js +1 -1
- package/build/commands/agents/agent-lead-form/get-agent-lead-form-by-agent.command.d.ts +3 -3
- package/build/commands/agents/agent-lead-form/get-agent-lead-form-by-agent.command.js +1 -1
- package/build/commands/agents/agent-lead-form/get-agent-lead-form-by-id.command.d.ts +3 -3
- package/build/commands/agents/agent-lead-form/get-agent-lead-form-by-id.command.js +1 -1
- package/build/commands/agents/agent-lead-form/upsert-agent-lead-form.command.d.ts +3 -3
- package/build/commands/agents/agent-lead-form/upsert-agent-lead-form.command.js +1 -1
- package/build/commands/agents/agent-template/create-agent-template-category.command.d.ts +1 -1
- package/build/commands/agents/agent-template/create-agent-template-instruction.command.d.ts +3 -3
- package/build/commands/agents/agent-template/create-agent-template-instruction.command.js +1 -1
- package/build/commands/agents/agent-template/create-agent-template.command.d.ts +3 -3
- package/build/commands/agents/agent-template/create-agent-template.command.js +2 -2
- package/build/commands/agents/agent-template/delete-agent-template-category.command.d.ts +1 -1
- package/build/commands/agents/agent-template/delete-agent-template-category.command.js +1 -1
- package/build/commands/agents/agent-template/delete-agent-template-instruction.command.d.ts +2 -2
- package/build/commands/agents/agent-template/delete-agent-template-instruction.command.js +2 -2
- package/build/commands/agents/agent-template/delete-agent-template.command.d.ts +1 -1
- package/build/commands/agents/agent-template/delete-agent-template.command.js +1 -1
- package/build/commands/agents/agent-template/find-agent-template-catalog.command.d.ts +5 -5
- package/build/commands/agents/agent-template/find-agent-template-categories.command.d.ts +2 -2
- package/build/commands/agents/agent-template/find-agent-template-categories.command.js +1 -1
- package/build/commands/agents/agent-template/find-agent-template-instructions.command.d.ts +3 -3
- package/build/commands/agents/agent-template/find-agent-template-instructions.command.js +1 -1
- package/build/commands/agents/agent-template/find-agent-templates.command.d.ts +4 -4
- package/build/commands/agents/agent-template/find-agent-templates.command.js +2 -2
- package/build/commands/agents/agent-template/get-agent-template-instructions-by-template.command.d.ts +3 -3
- package/build/commands/agents/agent-template/get-agent-template-instructions-by-template.command.js +1 -1
- package/build/commands/agents/agent-template/update-agent-template-category.command.d.ts +2 -2
- package/build/commands/agents/agent-template/update-agent-template-category.command.js +1 -1
- package/build/commands/agents/agent-template/update-agent-template-instruction.command.d.ts +4 -4
- package/build/commands/agents/agent-template/update-agent-template-instruction.command.js +2 -2
- package/build/commands/agents/agent-template/update-agent-template.command.d.ts +4 -4
- package/build/commands/agents/agent-template/update-agent-template.command.js +3 -3
- package/build/commands/agents/agent-tool/connect-agent-tool.command.d.ts +5 -5
- package/build/commands/agents/agent-tool/connect-agent-tool.command.js +2 -2
- package/build/commands/agents/agent-tool/disconnect-agent-tool.command.d.ts +2 -2
- package/build/commands/agents/agent-tool/disconnect-agent-tool.command.js +2 -2
- package/build/commands/agents/agent-tool/find-agent-tools-catalog.command.js +1 -1
- package/build/commands/agents/agent-tool/find-agent-tools.command.d.ts +3 -3
- package/build/commands/agents/agent-tool/find-agent-tools.command.js +1 -1
- package/build/commands/agents/agent-tool/update-agent-tool.command.d.ts +6 -6
- package/build/commands/agents/agent-tool/update-agent-tool.command.js +3 -3
- package/build/commands/agents/agents/activate-agent.command.d.ts +5 -5
- package/build/commands/agents/agents/activate-agent.command.js +1 -1
- package/build/commands/agents/agents/create-agent.command.d.ts +7 -7
- package/build/commands/agents/agents/create-agent.command.js +3 -3
- package/build/commands/agents/agents/delete-agent.command.d.ts +1 -1
- package/build/commands/agents/agents/delete-agent.command.js +1 -1
- package/build/commands/agents/agents/find-agents.command.d.ts +5 -5
- package/build/commands/agents/agents/find-agents.command.js +1 -1
- package/build/commands/agents/agents/get-agent-aggregate.command.d.ts +24 -24
- package/build/commands/agents/agents/get-agent-aggregate.command.js +5 -5
- package/build/commands/agents/agents/get-agent-by-id.command.d.ts +5 -5
- package/build/commands/agents/agents/get-agent-by-id.command.js +1 -1
- package/build/commands/agents/agents/get-agent-public-info.command.d.ts +1 -1
- package/build/commands/agents/agents/get-agent-public-info.command.js +1 -1
- package/build/commands/agents/agents/get-agent-statistics.command.d.ts +6 -6
- package/build/commands/agents/agents/get-agent-statistics.command.js +3 -3
- package/build/commands/agents/agents/stop-agent.command.d.ts +5 -5
- package/build/commands/agents/agents/stop-agent.command.js +1 -1
- package/build/commands/agents/agents/update-agent.command.d.ts +8 -8
- package/build/commands/agents/agents/update-agent.command.js +6 -6
- package/build/commands/ai-model/create-ai-model.command.d.ts +3 -3
- package/build/commands/ai-model/delete-ai-model.command.d.ts +1 -1
- package/build/commands/ai-model/find-ai-model.command.d.ts +7 -7
- package/build/commands/ai-model/find-ai-models-available-to-user.comand.d.ts +2 -2
- package/build/commands/ai-model/find-formatted-ai-model-v2.command.d.ts +2 -2
- package/build/commands/ai-model/find-formatted-ai-model-v2.command.js +3 -3
- package/build/commands/ai-model/find-formatted-ai-model.command.d.ts +5 -5
- package/build/commands/ai-model/find-model-pages.command.d.ts +12 -12
- package/build/commands/ai-model/find-model-pages.command.js +7 -7
- package/build/commands/ai-model/update-ai-model.command.d.ts +4 -4
- package/build/commands/ai-model/update-ai-model.command.js +1 -1
- package/build/commands/ai-studio/canvas/create-canvas.command.d.ts +2 -2
- package/build/commands/ai-studio/canvas/delete-canvas.command.d.ts +1 -1
- package/build/commands/ai-studio/canvas/execute-graph-by-node.command.d.ts +94 -94
- package/build/commands/ai-studio/canvas/execute-graph-by-node.command.js +1 -1
- package/build/commands/ai-studio/canvas/find-canvas-by-uuid-with-relations.query.d.ts +97 -97
- package/build/commands/ai-studio/canvas/find-canvas-by-uuid.query.d.ts +3 -3
- package/build/commands/ai-studio/canvas/find-canvases-by-user.query.d.ts +2 -2
- package/build/commands/ai-studio/canvas/get-price.query.d.ts +4 -4
- package/build/commands/ai-studio/canvas/get-price.query.js +4 -4
- package/build/commands/ai-studio/canvas/run-canvas.command.d.ts +97 -97
- package/build/commands/ai-studio/canvas/save-canvas.command.d.ts +103 -103
- package/build/commands/ai-studio/canvas/save-canvas.command.js +6 -6
- package/build/commands/ai-studio/canvas/update-canvas.command.d.ts +3 -3
- package/build/commands/ai-studio/canvas-edge/create-canvas-edge.command.d.ts +5 -5
- package/build/commands/ai-studio/canvas-edge/create-canvas-edge.command.js +5 -5
- package/build/commands/ai-studio/canvas-edge/delete-canvas-edge.command.d.ts +3 -3
- package/build/commands/ai-studio/canvas-edge/delete-canvas-edge.command.js +3 -3
- package/build/commands/ai-studio/canvas-edge/find-canvas-edge-by-source-and-target.query.d.ts +5 -5
- package/build/commands/ai-studio/canvas-edge/find-canvas-edge-by-source-and-target.query.js +3 -3
- package/build/commands/ai-studio/canvas-edge/find-canvas-edges-by-canvas.query.d.ts +3 -3
- package/build/commands/ai-studio/canvas-edge/find-canvas-edges-by-canvas.query.js +1 -1
- package/build/commands/ai-studio/canvas-node/count-canvas-nodes-by-canvas.query.d.ts +2 -2
- package/build/commands/ai-studio/canvas-node/count-canvas-nodes-by-canvas.query.js +2 -2
- package/build/commands/ai-studio/canvas-node/create-canvas-node.command.d.ts +93 -93
- package/build/commands/ai-studio/canvas-node/create-canvas-node.command.js +2 -2
- package/build/commands/ai-studio/canvas-node/delete-canvas-node.command.d.ts +2 -2
- package/build/commands/ai-studio/canvas-node/find-canvas-node-by-uuid.query.d.ts +94 -94
- package/build/commands/ai-studio/canvas-node/find-canvas-node-definitions-with-configs.query.d.ts +11 -11
- package/build/commands/ai-studio/canvas-node/find-canvas-nodes-by-canvas.query.d.ts +93 -93
- package/build/commands/ai-studio/canvas-node/find-canvas-nodes-by-canvas.query.js +1 -1
- package/build/commands/ai-studio/canvas-node/update-canvas-node.command.d.ts +94 -94
- package/build/commands/ai-studio/canvas-node/update-canvas-node.command.js +1 -1
- package/build/commands/ai-studio/canvas-template/create-canvas-from-generated-template.command.d.ts +97 -97
- package/build/commands/ai-studio/canvas-template/create-canvas-from-generated-template.command.js +4 -4
- package/build/commands/ai-studio/canvas-template/create-canvas-from-template.command.d.ts +97 -97
- package/build/commands/ai-studio/canvas-template/create-canvas-from-template.command.js +1 -1
- package/build/commands/ai-studio/canvas-template/create-canvas-template.command.d.ts +3 -3
- package/build/commands/ai-studio/canvas-template/create-canvas-template.command.js +1 -1
- package/build/commands/ai-studio/canvas-template/delete-canvas-template.command.d.ts +1 -1
- package/build/commands/ai-studio/canvas-template/find-canvas-template-by-uuid.query.d.ts +3 -3
- package/build/commands/ai-studio/canvas-template/find-canvas-templates.query.d.ts +2 -2
- package/build/commands/ai-studio/canvas-template/generate-canvas-template-by-prompt.command.d.ts +97 -97
- package/build/commands/ai-studio/canvas-template/generate-canvas-template-by-prompt.command.js +1 -1
- package/build/commands/ai-studio/canvas-template/update-canvas-template.command.d.ts +4 -4
- package/build/commands/ai-studio/canvas-template/update-canvas-template.command.js +1 -1
- package/build/commands/ai-studio/canvas-tool/palette/generate-palette.command.d.ts +2 -2
- package/build/commands/ai-studio/canvas-tool/palette/generate-palette.command.js +2 -2
- package/build/commands/ai-studio/canvas-tool/text-gen/generate-text.command.d.ts +3 -3
- package/build/commands/ai-studio/canvas-tool/text-gen/generate-text.command.js +3 -3
- package/build/commands/ai-studio/canvas-tool/text-gen/get-text-generation-config.command.d.ts +4 -4
- package/build/commands/ai-studio/canvas-tool/text-gen/get-text-generation-price.command.d.ts +1 -1
- package/build/commands/ai-studio/canvas-tool/text-gen/get-text-generation-price.command.js +1 -1
- package/build/commands/ai-studio/canvas-tool/var-gen/generate-variables.command.d.ts +3 -3
- package/build/commands/ai-studio/canvas-tool/var-gen/generate-variables.command.js +3 -3
- package/build/commands/ai-studio/canvas-tool/var-gen/get-var-gen-config.command.d.ts +2 -2
- package/build/commands/ai-studio/canvas-tool/var-gen/get-var-gen-price.command.d.ts +1 -1
- package/build/commands/ai-studio/canvas-tool/var-gen/get-var-gen-price.command.js +1 -1
- package/build/commands/ai-vendor/create-ai-vendor.command.d.ts +1 -1
- package/build/commands/ai-vendor/delete-ai-vendor.command.d.ts +1 -1
- package/build/commands/ai-vendor/delete-ai-vendor.command.js +1 -1
- package/build/commands/ai-vendor/find-ai-vendor-by-uuid.query.d.ts +2 -2
- package/build/commands/ai-vendor/find-ai-vendor-by-uuid.query.js +1 -1
- package/build/commands/ai-vendor/find-ai-vendors-by-criteria.query.d.ts +1 -1
- package/build/commands/ai-vendor/find-all-ai-vendors.command.d.ts +1 -1
- package/build/commands/ai-vendor/update-ai-vendor.command.d.ts +1 -1
- package/build/commands/auth/create-user.command.d.ts +2 -2
- package/build/commands/auth/login.command.d.ts +1 -1
- package/build/commands/auth/register-user.command.d.ts +3 -3
- package/build/commands/auth/register-user.command.js +1 -1
- package/build/commands/auth/reset-password.command.d.ts +1 -1
- package/build/commands/auth/reset-password.command.js +1 -1
- package/build/commands/auth/restore-password.command.d.ts +1 -1
- package/build/commands/auth/verify-email.command.d.ts +1 -1
- package/build/commands/auth/vk-login.command.d.ts +2 -2
- package/build/commands/auth/vk-login.command.js +1 -1
- package/build/commands/auth/yandex-login.command.d.ts +2 -2
- package/build/commands/auth/yandex-login.command.js +1 -1
- package/build/commands/avatar-studio/character/create-avatar-studio-character.command.d.ts +32 -0
- package/build/commands/avatar-studio/character/create-avatar-studio-character.command.js +23 -0
- package/build/commands/avatar-studio/character/delete-avatar-studio-character.command.d.ts +13 -0
- package/build/commands/avatar-studio/character/delete-avatar-studio-character.command.js +12 -0
- package/build/commands/avatar-studio/character/find-avatar-studio-characters.query.d.ts +28 -0
- package/build/commands/avatar-studio/character/find-avatar-studio-characters.query.js +10 -0
- package/build/commands/avatar-studio/character/generate-avatar-studio-character-reference.command.d.ts +76 -0
- package/build/commands/avatar-studio/character/generate-avatar-studio-character-reference.command.js +24 -0
- package/build/commands/avatar-studio/character/get-avatar-studio-character.query.d.ts +25 -0
- package/build/commands/avatar-studio/character/get-avatar-studio-character.query.js +13 -0
- package/build/commands/avatar-studio/character/index.d.ts +6 -0
- package/build/commands/avatar-studio/character/index.js +22 -0
- package/build/commands/avatar-studio/character/update-avatar-studio-character.command.d.ts +32 -0
- package/build/commands/avatar-studio/character/update-avatar-studio-character.command.js +24 -0
- package/build/commands/avatar-studio/clip/create-avatar-studio-clip.command.d.ts +69 -67
- package/build/commands/avatar-studio/clip/delete-avatar-studio-clip.command.d.ts +2 -2
- package/build/commands/avatar-studio/clip/delete-avatar-studio-clip.command.js +1 -1
- package/build/commands/avatar-studio/clip/find-avatar-studio-clips.query.d.ts +69 -67
- package/build/commands/avatar-studio/clip/get-avatar-studio-clip.query.d.ts +70 -68
- package/build/commands/avatar-studio/clip/update-avatar-studio-clip.command.d.ts +70 -68
- package/build/commands/avatar-studio/export-job/find-avatar-studio-export-jobs.query.d.ts +12 -12
- package/build/commands/avatar-studio/export-job/get-avatar-studio-export-job.query.d.ts +12 -12
- package/build/commands/avatar-studio/export-job/start-avatar-studio-export.command.d.ts +12 -12
- package/build/commands/avatar-studio/generation-job/find-avatar-studio-generation-jobs.query.d.ts +15 -15
- package/build/commands/avatar-studio/generation-job/find-avatar-studio-generation-jobs.query.js +1 -1
- package/build/commands/avatar-studio/generation-job/generate-avatar-studio-frame.command.d.ts +19 -17
- package/build/commands/avatar-studio/generation-job/generate-avatar-studio-frame.command.js +6 -2
- package/build/commands/avatar-studio/generation-job/generate-avatar-studio-image.command.d.ts +15 -15
- package/build/commands/avatar-studio/generation-job/generate-avatar-studio-image.command.js +1 -1
- package/build/commands/avatar-studio/generation-job/generate-avatar-studio-scene-video.command.d.ts +16 -16
- package/build/commands/avatar-studio/generation-job/generate-avatar-studio-scene-voice.command.d.ts +16 -16
- package/build/commands/avatar-studio/generation-job/generate-avatar-studio-scene-voice.command.js +1 -1
- package/build/commands/avatar-studio/generation-job/get-avatar-studio-generation-job.query.d.ts +14 -14
- package/build/commands/avatar-studio/index.d.ts +2 -0
- package/build/commands/avatar-studio/index.js +2 -0
- package/build/commands/avatar-studio/location/create-avatar-studio-location.command.d.ts +30 -0
- package/build/commands/avatar-studio/location/create-avatar-studio-location.command.js +22 -0
- package/build/commands/avatar-studio/location/delete-avatar-studio-location.command.d.ts +13 -0
- package/build/commands/avatar-studio/location/delete-avatar-studio-location.command.js +12 -0
- package/build/commands/avatar-studio/location/find-avatar-studio-locations.query.d.ts +27 -0
- package/build/commands/avatar-studio/location/find-avatar-studio-locations.query.js +10 -0
- package/build/commands/avatar-studio/location/generate-avatar-studio-location-reference.command.d.ts +76 -0
- package/build/commands/avatar-studio/location/generate-avatar-studio-location-reference.command.js +24 -0
- package/build/commands/avatar-studio/location/get-avatar-studio-location.query.d.ts +24 -0
- package/build/commands/avatar-studio/location/get-avatar-studio-location.query.js +13 -0
- package/build/commands/avatar-studio/location/index.d.ts +6 -0
- package/build/commands/avatar-studio/location/index.js +22 -0
- package/build/commands/avatar-studio/location/update-avatar-studio-location.command.d.ts +30 -0
- package/build/commands/avatar-studio/location/update-avatar-studio-location.command.js +23 -0
- package/build/commands/avatar-studio/media/create-avatar-studio-media-from-file.command.d.ts +7 -7
- package/build/commands/avatar-studio/media/create-avatar-studio-media-from-file.command.js +2 -2
- package/build/commands/avatar-studio/media/delete-avatar-studio-media.command.d.ts +2 -2
- package/build/commands/avatar-studio/media/delete-avatar-studio-media.command.js +1 -1
- package/build/commands/avatar-studio/media/find-avatar-studio-media.query.d.ts +7 -7
- package/build/commands/avatar-studio/media/find-avatar-studio-media.query.js +2 -2
- package/build/commands/avatar-studio/media/update-avatar-studio-media.command.d.ts +7 -7
- package/build/commands/avatar-studio/scene/apply-avatar-studio-voice-to-all-scenes.command.d.ts +71 -69
- package/build/commands/avatar-studio/scene/apply-avatar-studio-voice-to-all-scenes.command.js +1 -1
- package/build/commands/avatar-studio/scene/create-avatar-studio-scene.command.d.ts +31 -29
- package/build/commands/avatar-studio/scene/delete-avatar-studio-scene.command.d.ts +3 -3
- package/build/commands/avatar-studio/scene/delete-avatar-studio-scene.command.js +1 -1
- package/build/commands/avatar-studio/scene/reorder-avatar-studio-scenes.command.d.ts +32 -30
- package/build/commands/avatar-studio/scene/reorder-avatar-studio-scenes.command.js +1 -1
- package/build/commands/avatar-studio/scene/set-avatar-studio-scene-slot.command.d.ts +33 -31
- package/build/commands/avatar-studio/scene/set-avatar-studio-scene-slot.command.js +2 -2
- package/build/commands/avatar-studio/scene/update-avatar-studio-scene.command.d.ts +37 -33
- package/build/commands/avatar-studio/scriptwriter/apply-avatar-studio-scriptwriter-message.command.d.ts +37 -35
- package/build/commands/avatar-studio/scriptwriter/apply-avatar-studio-scriptwriter-message.command.js +1 -1
- package/build/commands/avatar-studio/scriptwriter/calculate-avatar-studio-scriptwriter-price.command.d.ts +1 -1
- package/build/commands/avatar-studio/scriptwriter/calculate-avatar-studio-scriptwriter-price.command.js +1 -1
- package/build/commands/avatar-studio/scriptwriter/create-avatar-studio-scriptwriter-message.command.d.ts +9 -9
- package/build/commands/avatar-studio/scriptwriter/create-avatar-studio-scriptwriter-message.command.js +6 -6
- package/build/commands/avatar-studio/scriptwriter/find-avatar-studio-scriptwriter-messages.query.d.ts +6 -6
- package/build/commands/avatar-studio/shared/avatar-studio-common.schema.d.ts +20 -12
- package/build/commands/avatar-studio/shared/avatar-studio-common.schema.js +16 -9
- package/build/commands/avatar-studio/shared/get-avatar-studio-config.query.d.ts +46 -4
- package/build/commands/avatar-studio/shared/get-avatar-studio-config.query.js +27 -5
- package/build/commands/avatar-studio/voice/clone-avatar-studio-voice.command.d.ts +4 -4
- package/build/commands/avatar-studio/voice/clone-avatar-studio-voice.command.js +2 -2
- package/build/commands/avatar-studio/voice/delete-avatar-studio-voice.command.d.ts +1 -1
- package/build/commands/avatar-studio/voice/delete-avatar-studio-voice.command.js +1 -1
- package/build/commands/avatar-studio/voice/design-avatar-studio-voice.command.d.ts +3 -3
- package/build/commands/avatar-studio/voice/design-avatar-studio-voice.command.js +1 -1
- package/build/commands/avatar-studio/voice/find-avatar-studio-voices.query.d.ts +3 -3
- package/build/commands/b2b/create-api-key.command.d.ts +1 -1
- package/build/commands/b2b/create-api-key.command.js +2 -2
- package/build/commands/b2b/delete-api-key.command.d.ts +1 -1
- package/build/commands/b2b/delete-api-key.command.js +1 -1
- package/build/commands/b2b/find-b2b-image-generation-job-by-uuid.command.d.ts +1 -1
- package/build/commands/b2b/find-b2b-image-generation-job-by-uuid.command.js +2 -2
- package/build/commands/b2b/get-api-key.command.d.ts +2 -2
- package/build/commands/b2b/get-b2b-documentation.command.d.ts +4 -4
- package/build/commands/b2b/get-b2b-documentation.command.js +1 -1
- package/build/commands/b2b/send-image-request.command.d.ts +1 -1
- package/build/commands/b2b/send-image-request.command.js +1 -1
- package/build/commands/b2b/send-text-request.command.d.ts +1 -1
- package/build/commands/b2b/send-text-request.command.js +2 -2
- package/build/commands/b2b/submit-balance-top-up-form.command.js +1 -1
- package/build/commands/b2b/update-api-key.command.d.ts +3 -3
- package/build/commands/b2b/update-api-key.command.js +1 -1
- package/build/commands/b2b/upload-b2b-file.command.d.ts +1 -1
- package/build/commands/b2b-compatible/anthropic-files.command.d.ts +2 -2
- package/build/commands/b2b-compatible/anthropic-files.command.js +2 -2
- package/build/commands/b2b-compatible/anthropic-messages.command.js +14 -14
- package/build/commands/b2b-compatible/anthropic-models.command.d.ts +2 -2
- package/build/commands/b2b-compatible/anthropic-models.command.js +1 -1
- package/build/commands/b2b-compatible/openai-files.command.d.ts +1 -1
- package/build/commands/b2b-compatible/openai-files.command.js +1 -1
- package/build/commands/b2b-compatible/openai-responses.command.js +8 -8
- package/build/commands/b2b-usage-log/get-b2b-usage-statistics.command.d.ts +8 -8
- package/build/commands/b2b-usage-log/get-b2b-usage-statistics.command.js +10 -10
- package/build/commands/blog/create-post-translation.command.d.ts +3 -3
- package/build/commands/blog/create-post-translation.command.js +1 -1
- package/build/commands/blog/create-post.command.d.ts +1 -1
- package/build/commands/blog/delete-post.command.d.ts +1 -1
- package/build/commands/blog/find-all-posts.command.d.ts +1 -1
- package/build/commands/blog/find-post-by-alias.command.d.ts +2 -2
- package/build/commands/blog/find-post-by-uuid.command.d.ts +2 -2
- package/build/commands/blog/find-posts.command.d.ts +1 -1
- package/build/commands/blog/get-all-post-translations.query.d.ts +3 -3
- package/build/commands/blog/get-all-post-translations.query.js +1 -1
- package/build/commands/blog/get-latest-updates.command.d.ts +1 -1
- package/build/commands/blog/update-post-translation.command.d.ts +4 -4
- package/build/commands/blog/update-post-translation.command.js +2 -2
- package/build/commands/blog/update-post.command.d.ts +2 -2
- package/build/commands/blog/update-post.command.js +1 -1
- package/build/commands/cabinet/get-user-statistics-by-month.command.js +3 -9
- package/build/commands/cabinet/get-user-statistics-overview.command.js +2 -5
- package/build/commands/category/create-category-translation.command.d.ts +3 -3
- package/build/commands/category/create-category-translation.command.js +1 -1
- package/build/commands/category/create-category.command.d.ts +3 -3
- package/build/commands/category/delete-category.command.d.ts +1 -1
- package/build/commands/category/find-category.command.d.ts +11 -11
- package/build/commands/category/get-all-category-translations.query.d.ts +3 -3
- package/build/commands/category/get-all-category-translations.query.js +1 -1
- package/build/commands/category/update-category-translation.command.d.ts +4 -4
- package/build/commands/category/update-category-translation.command.js +2 -2
- package/build/commands/category/update-category.command.d.ts +4 -4
- package/build/commands/category/update-category.command.js +1 -1
- package/build/commands/chat/calculate-chat-price.command.d.ts +3 -3
- package/build/commands/chat/calculate-chat-price.command.js +4 -4
- package/build/commands/chat/compact-chat.command.d.ts +1 -1
- package/build/commands/chat/compact-chat.command.js +1 -1
- package/build/commands/chat/create-chat.command.d.ts +10 -10
- package/build/commands/chat/create-chat.command.js +1 -1
- package/build/commands/chat/delete-chat.command.d.ts +1 -1
- package/build/commands/chat/detach-chat-file.command.d.ts +2 -2
- package/build/commands/chat/find-chat-by-uuid.command.d.ts +9 -9
- package/build/commands/chat/find-chats.command.d.ts +7 -7
- package/build/commands/chat/get-active-chat-files.command.d.ts +2 -2
- package/build/commands/chat/get-input-limits.command.d.ts +1 -1
- package/build/commands/chat/get-input-limits.command.js +1 -1
- package/build/commands/chat/get-last-active-chat-command.d.ts +9 -9
- package/build/commands/chat/update-chat.command.d.ts +7 -7
- package/build/commands/chat/update-chat.command.js +1 -1
- package/build/commands/community/archive-community-post.command.d.ts +1 -1
- package/build/commands/community/archive-community-post.command.js +1 -1
- package/build/commands/community/create-community-post.command.d.ts +11 -11
- package/build/commands/community/create-community-post.command.js +4 -4
- package/build/commands/community/delete-community-post.command.d.ts +1 -1
- package/build/commands/community/delete-community-post.command.js +1 -1
- package/build/commands/community/get-all-community-posts-by-criteria.command.d.ts +11 -11
- package/build/commands/community/get-all-community-posts-by-criteria.command.js +3 -3
- package/build/commands/community/get-community-post-by-uuid.command.d.ts +11 -11
- package/build/commands/community/get-community-post-by-uuid.command.js +1 -1
- package/build/commands/community/get-count-of-likes-on-user-posts.command.d.ts +1 -1
- package/build/commands/community/get-count-of-likes-on-user-posts.command.js +1 -1
- package/build/commands/community/get-my-community-posts-by-criteria.command.d.ts +10 -10
- package/build/commands/community/get-my-community-posts-by-criteria.command.js +4 -4
- package/build/commands/community/get-my-favorite-community-posts.command.d.ts +10 -10
- package/build/commands/community/get-my-favorite-community-posts.command.js +2 -2
- package/build/commands/community/get-my-likes-community-posts.command.d.ts +10 -10
- package/build/commands/community/get-my-likes-community-posts.command.js +1 -1
- package/build/commands/community/send-report-to-community-post.command.d.ts +1 -1
- package/build/commands/community/send-report-to-community-post.command.js +1 -1
- package/build/commands/community/set-favorite-community-post.command.d.ts +1 -1
- package/build/commands/community/set-favorite-community-post.command.js +1 -1
- package/build/commands/community/set-like-community-post.command.d.ts +11 -11
- package/build/commands/community/set-like-community-post.command.js +1 -1
- package/build/commands/community/set-reject-community-post.command.d.ts +2 -2
- package/build/commands/community/set-reject-community-post.command.js +3 -3
- package/build/commands/community/set-visibility-community-post.command.d.ts +2 -2
- package/build/commands/community/set-visibility-community-post.command.js +4 -4
- package/build/commands/community/share-my-community-post.command.d.ts +2 -2
- package/build/commands/community/share-my-community-post.command.js +2 -2
- package/build/commands/course/create-course-translation.command.d.ts +3 -3
- package/build/commands/course/create-course-translation.command.js +1 -1
- package/build/commands/course/create-course.command.d.ts +1 -1
- package/build/commands/course/create-lesson-translation.command.d.ts +3 -3
- package/build/commands/course/create-lesson-translation.command.js +1 -1
- package/build/commands/course/create-section-translation.command.d.ts +3 -3
- package/build/commands/course/create-section-translation.command.js +1 -1
- package/build/commands/course/find-course-by-alias.command.d.ts +5 -5
- package/build/commands/course/find-course-by-uuid.command.d.ts +6 -6
- package/build/commands/course/get-all-course-translations.query.d.ts +3 -3
- package/build/commands/course/get-all-course-translations.query.js +1 -1
- package/build/commands/course/get-all-lesson-translations.query.d.ts +3 -3
- package/build/commands/course/get-all-lesson-translations.query.js +1 -1
- package/build/commands/course/get-all-section-translations.query.d.ts +3 -3
- package/build/commands/course/get-all-section-translations.query.js +1 -1
- package/build/commands/course/update-course-translation.command.d.ts +4 -4
- package/build/commands/course/update-course-translation.command.js +2 -2
- package/build/commands/course/update-lesson-translation.command.d.ts +4 -4
- package/build/commands/course/update-lesson-translation.command.js +2 -2
- package/build/commands/course/update-section-translation.command.d.ts +4 -4
- package/build/commands/course/update-section-translation.command.js +2 -2
- package/build/commands/daily-streak/collect-daily-reward.command.d.ts +5 -5
- package/build/commands/daily-streak/get-daily-streak.command.d.ts +5 -5
- package/build/commands/feedback/check-if-user-ready-for-feedback.command.js +1 -1
- package/build/commands/feedback/create-feedback.command.d.ts +3 -3
- package/build/commands/feedback/udpate-feedback.command.d.ts +4 -4
- package/build/commands/feedback/udpate-feedback.command.js +1 -1
- package/build/commands/file/delete-user-file.command.d.ts +1 -1
- package/build/commands/file/upload.command.d.ts +1 -1
- package/build/commands/folder/create-folder.command.d.ts +2 -2
- package/build/commands/folder/delete-folder.command.d.ts +1 -1
- package/build/commands/folder/find-folder-by-uuid-with-chats.command.d.ts +8 -8
- package/build/commands/folder/find-folder-by-uuid.command.d.ts +3 -3
- package/build/commands/folder/find-folders-by-user.command.d.ts +2 -2
- package/build/commands/folder/update-folder.command.d.ts +3 -3
- package/build/commands/key-value/create-key-value.command.d.ts +1 -1
- package/build/commands/key-value/find-all-key-values.command.d.ts +1 -1
- package/build/commands/key-value/find-all-namespace-key-values.command.d.ts +1 -1
- package/build/commands/key-value/find-key-value-by-key.command.d.ts +1 -1
- package/build/commands/key-value/update-key-value-by-key.command.d.ts +1 -1
- package/build/commands/message/create-suggestions.command.d.ts +1 -1
- package/build/commands/message/create-text-message.command.d.ts +6 -6
- package/build/commands/message/create-text-message.command.js +3 -3
- package/build/commands/message/find-message-by-uuid.command.d.ts +4 -4
- package/build/commands/message/rate-message.command.d.ts +4 -4
- package/build/commands/message/stop-stream.command.d.ts +2 -2
- package/build/commands/message/stop-stream.command.js +2 -2
- package/build/commands/model-page/base/create-model-page.command.d.ts +7 -7
- package/build/commands/model-page/base/delete-model-page.command.d.ts +1 -1
- package/build/commands/model-page/base/find-model-page-admin.command.d.ts +18 -18
- package/build/commands/model-page/base/find-model-pages-admin.command.d.ts +5 -5
- package/build/commands/model-page/base/find-model-pages-admin.command.js +2 -2
- package/build/commands/model-page/base/update-model-page.command.d.ts +8 -8
- package/build/commands/model-page/base/update-model-page.command.js +9 -9
- package/build/commands/model-page/common.schemas.d.ts +6 -6
- package/build/commands/model-page/common.schemas.js +10 -10
- package/build/commands/model-page/public/find-model-page-answer-detail.command.d.ts +14 -14
- package/build/commands/model-page/public/find-model-page-answer-detail.command.js +1 -1
- package/build/commands/model-page/public/find-model-page-detail.command.d.ts +15 -15
- package/build/commands/model-page/public/find-model-page-hub.command.d.ts +13 -13
- package/build/commands/model-page/public/find-model-page-hub.command.js +5 -5
- package/build/commands/model-page/public/find-model-page-question-type.command.d.ts +2 -2
- package/build/commands/model-page/public/find-model-page-question-type.command.js +1 -1
- package/build/commands/model-page/public/find-model-page-vendors.command.d.ts +1 -1
- package/build/commands/model-page/question/create-model-page-question.command.d.ts +3 -3
- package/build/commands/model-page/question/delete-model-page-question.command.d.ts +1 -1
- package/build/commands/model-page/question/find-model-page-question-admin.command.d.ts +3 -3
- package/build/commands/model-page/question/find-model-page-questions-admin.command.d.ts +3 -3
- package/build/commands/model-page/question/find-model-page-questions-admin.command.js +2 -2
- package/build/commands/model-page/question/update-model-page-question.command.d.ts +4 -4
- package/build/commands/model-page/question-translation/create-model-page-question-translation.command.d.ts +3 -3
- package/build/commands/model-page/question-translation/delete-model-page-question-translation.command.d.ts +2 -2
- package/build/commands/model-page/question-translation/find-model-page-question-translation.command.d.ts +4 -4
- package/build/commands/model-page/question-translation/find-model-page-question-translations.command.d.ts +3 -3
- package/build/commands/model-page/question-translation/update-model-page-question-translation.command.d.ts +4 -4
- package/build/commands/model-page/translation/create-model-page-translation.command.d.ts +3 -3
- package/build/commands/model-page/translation/create-model-page-translation.command.js +2 -2
- package/build/commands/model-page/translation/delete-model-page-translation.command.d.ts +2 -2
- package/build/commands/model-page/translation/find-model-page-translation.command.d.ts +4 -4
- package/build/commands/model-page/translation/find-model-page-translations.command.d.ts +3 -3
- package/build/commands/model-page/translation/update-model-page-translation.command.d.ts +4 -4
- package/build/commands/order/get-order-payment-status.command.d.ts +1 -1
- package/build/commands/order/get-order-payment-status.command.js +2 -2
- package/build/commands/page/create-page-translation.command.d.ts +3 -3
- package/build/commands/page/create-page-translation.command.js +1 -1
- package/build/commands/page/create-page.command.d.ts +11 -11
- package/build/commands/page/delete-page.command.d.ts +1 -1
- package/build/commands/page/find-page-by-alias.command.d.ts +34 -34
- package/build/commands/page/find-page.command.d.ts +27 -27
- package/build/commands/page/find-pages-by-criteria.command.d.ts +37 -37
- package/build/commands/page/find-pages-by-criteria.command.js +6 -6
- package/build/commands/page/get-all-page-translations.query.d.ts +3 -3
- package/build/commands/page/get-all-page-translations.query.js +1 -1
- package/build/commands/page/update-page-translation.command.d.ts +4 -4
- package/build/commands/page/update-page-translation.command.js +2 -2
- package/build/commands/page/update-page.command.d.ts +12 -12
- package/build/commands/page/update-page.command.js +1 -1
- package/build/commands/payment/find-payments-by-criteria.command.d.ts +4 -4
- package/build/commands/payment/find-payments-by-criteria.command.js +4 -4
- package/build/commands/payment/get-payment-history.command.d.ts +1 -1
- package/build/commands/payment/get-payment-history.command.js +1 -1
- package/build/commands/payment/receipt.command.d.ts +4 -4
- package/build/commands/payment/refund-payment.command.d.ts +1 -1
- package/build/commands/payment/refund-payment.command.js +1 -1
- package/build/commands/photo-studio/add-photo-studio-checkpoint.command.d.ts +7 -7
- package/build/commands/photo-studio/add-photo-studio-checkpoint.command.js +1 -1
- package/build/commands/photo-studio/add-photo-studio-image.command.d.ts +8 -8
- package/build/commands/photo-studio/add-photo-studio-image.command.js +3 -3
- package/build/commands/photo-studio/clear-photo-studio-checkpoints.command.d.ts +6 -6
- package/build/commands/photo-studio/clear-photo-studio-checkpoints.command.js +1 -1
- package/build/commands/photo-studio/create-photo-studio-canvas.command.d.ts +4 -4
- package/build/commands/photo-studio/delete-photo-studio-canvas.command.d.ts +1 -1
- package/build/commands/photo-studio/delete-photo-studio-canvas.command.js +1 -1
- package/build/commands/photo-studio/delete-photo-studio-checkpoint.command.d.ts +2 -2
- package/build/commands/photo-studio/delete-photo-studio-checkpoint.command.js +2 -2
- package/build/commands/photo-studio/delete-photo-studio-image.command.d.ts +7 -7
- package/build/commands/photo-studio/delete-photo-studio-image.command.js +2 -2
- package/build/commands/photo-studio/delete-photo-studio-job.command.d.ts +2 -2
- package/build/commands/photo-studio/execute-photo-studio-action.command.d.ts +24 -24
- package/build/commands/photo-studio/execute-photo-studio-action.command.js +27 -27
- package/build/commands/photo-studio/find-photo-studio-canvas-by-uuid.query.d.ts +4 -4
- package/build/commands/photo-studio/find-photo-studio-canvas-by-uuid.query.js +1 -1
- package/build/commands/photo-studio/find-photo-studio-canvases.query.d.ts +3 -3
- package/build/commands/photo-studio/find-photo-studio-checkpoints.query.d.ts +6 -6
- package/build/commands/photo-studio/find-photo-studio-checkpoints.query.js +1 -1
- package/build/commands/photo-studio/find-photo-studio-job-by-id.query.d.ts +7 -7
- package/build/commands/photo-studio/find-photo-studio-job-by-id.query.js +6 -6
- package/build/commands/photo-studio/find-photo-studio-jobs.query.d.ts +3 -3
- package/build/commands/photo-studio/find-photo-studio-jobs.query.js +2 -2
- package/build/commands/photo-studio/get-photo-studio-config.query.d.ts +6 -6
- package/build/commands/photo-studio/get-photo-studio-config.query.js +1 -1
- package/build/commands/photo-studio/move-photo-studio-image.command.d.ts +7 -7
- package/build/commands/photo-studio/move-photo-studio-image.command.js +2 -2
- package/build/commands/photo-studio/rename-photo-studio-image.command.d.ts +7 -7
- package/build/commands/photo-studio/rename-photo-studio-image.command.js +2 -2
- package/build/commands/photo-studio/retry-photo-studio-job.command.d.ts +3 -3
- package/build/commands/photo-studio/save-photo-studio-canvas.command.d.ts +5 -5
- package/build/commands/photo-studio/save-photo-studio-canvas.command.js +1 -1
- package/build/commands/photo-studio/update-photo-studio-canvas.command.d.ts +4 -4
- package/build/commands/photo-studio/update-photo-studio-canvas.command.js +1 -1
- package/build/commands/photo-studio/update-photo-studio-checkpoint.command.d.ts +8 -8
- package/build/commands/photo-studio/update-photo-studio-checkpoint.command.js +2 -2
- package/build/commands/product/buy-product.command.d.ts +4 -4
- package/build/commands/product/buy-product.command.js +5 -9
- package/build/commands/product/create-product.command.d.ts +1 -1
- package/build/commands/product/delete-product.command.d.ts +1 -1
- package/build/commands/product/find-product.command.d.ts +3 -3
- package/build/commands/product/find-product.command.js +1 -1
- package/build/commands/product/get-my-products.command.d.ts +4 -4
- package/build/commands/product/refund-product.command.d.ts +1 -1
- package/build/commands/product/refund-product.command.js +1 -1
- package/build/commands/product/update-product.command.d.ts +2 -2
- package/build/commands/product/update-product.command.js +1 -1
- package/build/commands/promocode/create-promocode.command.d.ts +5 -5
- package/build/commands/promocode/delete-promocode.command.d.ts +1 -1
- package/build/commands/promocode/find-promocode.command.d.ts +7 -7
- package/build/commands/promocode/get-upsell-offer.command.d.ts +3 -3
- package/build/commands/promocode/update-promocode.command.d.ts +6 -6
- package/build/commands/promocode/update-promocode.command.js +1 -1
- package/build/commands/prompt/create-prompt-translation.command.d.ts +3 -3
- package/build/commands/prompt/create-prompt-translation.command.js +1 -1
- package/build/commands/prompt/create-prompt.command.d.ts +3 -3
- package/build/commands/prompt/delete-prompt.command.d.ts +1 -1
- package/build/commands/prompt/delete-prompt.command.js +1 -1
- package/build/commands/prompt/find-all-prompts.command.d.ts +2 -2
- package/build/commands/prompt/find-prompt-by-uuid.command.d.ts +3 -3
- package/build/commands/prompt/find-prompts-by-topic.command.d.ts +3 -3
- package/build/commands/prompt/find-prompts-by-topic.command.js +1 -1
- package/build/commands/prompt/get-all-prompt-translations.query.d.ts +3 -3
- package/build/commands/prompt/get-all-prompt-translations.query.js +1 -1
- package/build/commands/prompt/update-prompt-translation.command.d.ts +4 -4
- package/build/commands/prompt/update-prompt-translation.command.js +2 -2
- package/build/commands/prompt/update-prompt.command.d.ts +4 -4
- package/build/commands/prompt/update-prompt.command.js +1 -1
- package/build/commands/prompt-category/create-prompt-category-translation.command.d.ts +3 -3
- package/build/commands/prompt-category/create-prompt-category-translation.command.js +1 -1
- package/build/commands/prompt-category/create-prompt-category.command.d.ts +1 -1
- package/build/commands/prompt-category/delete-prompt-category.command.d.ts +1 -1
- package/build/commands/prompt-category/delete-prompt-category.command.js +1 -1
- package/build/commands/prompt-category/find-all-prompt-categories.command.d.ts +1 -1
- package/build/commands/prompt-category/find-prompt-category-by-alias.command.d.ts +1 -1
- package/build/commands/prompt-category/find-prompt-category-by-uuid.command.d.ts +2 -2
- package/build/commands/prompt-category/find-prompt-category-by-uuid.command.js +1 -1
- package/build/commands/prompt-category/get-all-prompt-category-translations.query.d.ts +3 -3
- package/build/commands/prompt-category/get-all-prompt-category-translations.query.js +1 -1
- package/build/commands/prompt-category/update-prompt-category-translation.command.d.ts +4 -4
- package/build/commands/prompt-category/update-prompt-category-translation.command.js +2 -2
- package/build/commands/prompt-category/update-prompt-category.command.d.ts +2 -2
- package/build/commands/prompt-category/update-prompt-category.command.js +1 -1
- package/build/commands/prompt-topic/create-prompt-topic-translation.command.d.ts +3 -3
- package/build/commands/prompt-topic/create-prompt-topic-translation.command.js +1 -1
- package/build/commands/prompt-topic/create-prompt-topic.command.d.ts +3 -3
- package/build/commands/prompt-topic/delete-prompt-topic.command.d.ts +1 -1
- package/build/commands/prompt-topic/delete-prompt-topic.command.js +1 -1
- package/build/commands/prompt-topic/find-all-prompt-topics.command.d.ts +2 -2
- package/build/commands/prompt-topic/find-prompt-topic-by-alias.command.d.ts +2 -2
- package/build/commands/prompt-topic/find-prompt-topic-by-category.command.d.ts +5 -5
- package/build/commands/prompt-topic/find-prompt-topic-by-category.command.js +1 -1
- package/build/commands/prompt-topic/find-prompt-topic-by-uuid.command.d.ts +3 -3
- package/build/commands/prompt-topic/find-prompt-topic-by-uuid.command.js +1 -1
- package/build/commands/prompt-topic/get-all-prompt-topic-translations.query.d.ts +3 -3
- package/build/commands/prompt-topic/get-all-prompt-topic-translations.query.js +1 -1
- package/build/commands/prompt-topic/update-prompt-topic-translation.command.d.ts +4 -4
- package/build/commands/prompt-topic/update-prompt-topic-translation.command.js +2 -2
- package/build/commands/prompt-topic/update-prompt-topic.command.d.ts +4 -4
- package/build/commands/prompt-topic/update-prompt-topic.command.js +1 -1
- package/build/commands/question/create-question-translation.command.d.ts +3 -3
- package/build/commands/question/create-question-translation.command.js +1 -1
- package/build/commands/question/create-question.command.d.ts +9 -9
- package/build/commands/question/create-question.command.js +1 -1
- package/build/commands/question/delete-question.command.d.ts +1 -1
- package/build/commands/question/find-question.command.d.ts +7 -7
- package/build/commands/question/get-all-question-translations.query.d.ts +3 -3
- package/build/commands/question/get-all-question-translations.query.js +1 -1
- package/build/commands/question/update-question-translation.command.d.ts +4 -4
- package/build/commands/question/update-question-translation.command.js +2 -2
- package/build/commands/question/update-question.command.d.ts +6 -6
- package/build/commands/question/update-question.command.js +2 -2
- package/build/commands/referral/validate-referral.command.d.ts +1 -1
- package/build/commands/referral/validate-referral.command.js +1 -1
- package/build/commands/review/create-review.command.d.ts +3 -3
- package/build/commands/review/find-all-reviews.command.d.ts +2 -2
- package/build/commands/review/find-reviews.command.d.ts +2 -2
- package/build/commands/subscription/buy-subscription.command.d.ts +4 -4
- package/build/commands/subscription/buy-subscription.command.js +6 -10
- package/build/commands/subscription/cancel-subscription.command.js +1 -1
- package/build/commands/subscription/create-subscription.command.d.ts +3 -3
- package/build/commands/subscription/delete-subscription.command.d.ts +1 -1
- package/build/commands/subscription/downgrade-subscription.command.d.ts +2 -2
- package/build/commands/subscription/downgrade-subscription.command.js +1 -1
- package/build/commands/subscription/find-subscription.command.d.ts +11 -11
- package/build/commands/subscription/find-subscription.command.js +1 -1
- package/build/commands/subscription/get-available-upgrades.command.d.ts +3 -3
- package/build/commands/subscription/get-available-upgrades.command.js +2 -2
- package/build/commands/subscription/get-free-subscription.command.d.ts +2 -2
- package/build/commands/subscription/get-subscriptions-summary.command.d.ts +18 -18
- package/build/commands/subscription/recover-past-due-subscription.command.d.ts +1 -1
- package/build/commands/subscription/recover-past-due-subscription.command.js +1 -1
- package/build/commands/subscription/recover-subscription.command.js +1 -1
- package/build/commands/subscription/refund-subscription.command.d.ts +1 -1
- package/build/commands/subscription/refund-subscription.command.js +1 -1
- package/build/commands/subscription/update-subscription.command.d.ts +4 -4
- package/build/commands/subscription/update-subscription.command.js +1 -1
- package/build/commands/subscription/upgrade-subscription.command.d.ts +2 -2
- package/build/commands/subscription/upgrade-subscription.command.js +4 -4
- package/build/commands/support-feedback/check-support-feedback.command.d.ts +1 -1
- package/build/commands/support-feedback/upsert-support-feedback.command.d.ts +3 -3
- package/build/commands/task/find-all-active-tasks.command.d.ts +1 -1
- package/build/commands/task/get-task-statistics.command.d.ts +1 -1
- package/build/commands/task/get-task-statistics.command.js +1 -1
- package/build/commands/team-account/accept-team-account-invite.command.d.ts +3 -3
- package/build/commands/team-account/create-manual-team-product.command.d.ts +6 -6
- package/build/commands/team-account/create-manual-team-product.command.js +2 -2
- package/build/commands/team-account/create-manual-team-subscription-upgrade.command.d.ts +9 -9
- package/build/commands/team-account/create-manual-team-subscription-upgrade.command.js +3 -3
- package/build/commands/team-account/create-manual-team-subscription.command.d.ts +8 -8
- package/build/commands/team-account/create-manual-team-subscription.command.js +2 -2
- package/build/commands/team-account/create-team-account-invoice-payment.command.d.ts +4 -4
- package/build/commands/team-account/create-team-account-invoice-payment.command.js +4 -4
- package/build/commands/team-account/create-team-account.command.d.ts +5 -5
- package/build/commands/team-account/create-team-account.command.js +2 -2
- package/build/commands/team-account/find-current-team-account-products-by-team-account-id.command.d.ts +6 -6
- package/build/commands/team-account/find-current-team-account-products-by-team-account-id.command.js +1 -1
- package/build/commands/team-account/find-current-team-account-products.command.d.ts +5 -5
- package/build/commands/team-account/find-current-team-account-subscriptions-by-team-account-id.command.d.ts +9 -9
- package/build/commands/team-account/find-current-team-account-subscriptions-by-team-account-id.command.js +1 -1
- package/build/commands/team-account/find-current-team-account-subscriptions.command.d.ts +8 -8
- package/build/commands/team-account/find-team-account-by-uuid.command.d.ts +4 -4
- package/build/commands/team-account/find-team-account-by-uuid.command.js +1 -1
- package/build/commands/team-account/find-team-account-members-by-team-account-id.command.d.ts +4 -4
- package/build/commands/team-account/find-team-account-members-by-team-account-id.command.js +1 -1
- package/build/commands/team-account/find-team-account-members.command.d.ts +3 -3
- package/build/commands/team-account/find-team-account-operations.command.d.ts +3 -3
- package/build/commands/team-account/find-team-account-products.command.d.ts +1 -1
- package/build/commands/team-account/find-team-account-subscriptions.command.d.ts +4 -4
- package/build/commands/team-account/find-team-accounts-by-name.command.d.ts +3 -3
- package/build/commands/team-account/find-team-accounts-by-name.command.js +3 -3
- package/build/commands/team-account/get-invoice-for-payment.command.d.ts +10 -10
- package/build/commands/team-account/get-invoice-for-payment.command.js +5 -5
- package/build/commands/team-account/get-my-team-account.command.d.ts +2 -2
- package/build/commands/team-account/get-team-account-available-upgrades.command.d.ts +3 -3
- package/build/commands/team-account/get-team-account-available-upgrades.command.js +1 -1
- package/build/commands/team-account/get-team-account-payment-history.command.d.ts +2 -2
- package/build/commands/team-account/get-team-account-payment-history.command.js +1 -1
- package/build/commands/team-account/get-team-account-statistics-by-month.command.d.ts +1 -1
- package/build/commands/team-account/get-team-account-statistics-by-month.command.js +4 -10
- package/build/commands/team-account/get-team-account-statistics-overview.command.d.ts +1 -1
- package/build/commands/team-account/get-team-account-statistics-overview.command.js +3 -6
- package/build/commands/team-account/invite-team-account-member.command.d.ts +8 -8
- package/build/commands/team-account/invite-team-account-member.command.js +3 -3
- package/build/commands/team-account/refund-team-account-balance.command.d.ts +3 -3
- package/build/commands/team-account/remove-team-account-member.command.d.ts +1 -1
- package/build/commands/team-account/remove-team-account-member.command.js +1 -1
- package/build/commands/team-account/revoke-team-account-invite.command.d.ts +1 -1
- package/build/commands/team-account/revoke-team-account-invite.command.js +1 -1
- package/build/commands/team-account/update-team-account-invite.command.d.ts +6 -6
- package/build/commands/team-account/update-team-account-invite.command.js +1 -1
- package/build/commands/team-account/update-team-account-member.command.d.ts +4 -4
- package/build/commands/team-account/update-team-account-member.command.js +1 -1
- package/build/commands/team-account/update-team-account.command.d.ts +5 -5
- package/build/commands/team-account/update-team-account.command.js +2 -2
- package/build/commands/team-to-product/add-team-to-product.command.d.ts +7 -7
- package/build/commands/team-to-product/add-team-to-product.command.js +3 -3
- package/build/commands/team-to-product/get-team-to-product-by-uuid.command.d.ts +5 -5
- package/build/commands/team-to-product/get-team-to-products.command.d.ts +6 -6
- package/build/commands/team-to-product/get-team-to-products.command.js +1 -1
- package/build/commands/team-to-product/update-team-to-product.command.d.ts +6 -6
- package/build/commands/team-to-subscription/add-team-to-subscription.command.d.ts +11 -11
- package/build/commands/team-to-subscription/add-team-to-subscription.command.js +5 -5
- package/build/commands/team-to-subscription/get-team-to-subscription-by-uuid.command.d.ts +7 -7
- package/build/commands/team-to-subscription/get-team-to-subscriptions.command.d.ts +9 -9
- package/build/commands/team-to-subscription/get-team-to-subscriptions.command.js +1 -1
- package/build/commands/team-to-subscription/update-team-to-subscription.command.d.ts +10 -10
- package/build/commands/telegram-auth/create-telegram-auth-link.command.d.ts +3 -3
- package/build/commands/telegram-auth/create-telegram-auth-link.command.js +1 -1
- package/build/commands/telegram-auth/get-telegram-auth-session-status.command.d.ts +2 -2
- package/build/commands/telegram-auth/get-telegram-auth-session-status.command.js +3 -3
- package/build/commands/telegram-auth/redeem-telegram-auth-session.command.d.ts +1 -1
- package/build/commands/telegram-auth/redeem-telegram-auth-session.command.js +1 -1
- package/build/commands/telegram-profile/auth-with-telegram-web-app.command.d.ts +1 -1
- package/build/commands/telegram-profile/auth-with-telegram-web-app.command.js +1 -2
- package/build/commands/tools/diagrams/delete-diagrams-job-by-uuid.command.d.ts +1 -1
- package/build/commands/tools/diagrams/delete-diagrams-job-by-uuid.command.js +1 -1
- package/build/commands/tools/diagrams/diagrams.command.d.ts +12 -12
- package/build/commands/tools/diagrams/diagrams.command.js +1 -1
- package/build/commands/tools/diagrams/edit-diagrams-job.command.d.ts +13 -13
- package/build/commands/tools/diagrams/edit-diagrams-job.command.js +3 -3
- package/build/commands/tools/diagrams/find-diagrams-job-by-uuid.command.d.ts +9 -9
- package/build/commands/tools/diagrams/find-diagrams-jobs.command.d.ts +8 -8
- package/build/commands/tools/diagrams/find-diagrams-jobs.command.js +2 -2
- package/build/commands/tools/diagrams/get-diagrams-price.command.d.ts +6 -6
- package/build/commands/tools/diagrams/get-diagrams-price.command.js +3 -3
- package/build/commands/tools/diagrams/get-diagrams-tool-config.command.d.ts +2 -2
- package/build/commands/tools/diagrams/retry-diagrams-job.command.d.ts +12 -12
- package/build/commands/tools/diagrams/retry-diagrams-job.command.js +2 -2
- package/build/commands/tools/diagrams/set-reaction-to-diagrams-job.command.d.ts +9 -9
- package/build/commands/tools/diagrams/set-reaction-to-diagrams-job.command.js +2 -2
- package/build/commands/tools/diagrams/update-diagrams-job-favorite.command.d.ts +9 -9
- package/build/commands/tools/diagrams/update-diagrams-job-favorite.command.js +1 -1
- package/build/commands/tools/diagrams/update-diagrams-job-title.command.d.ts +9 -9
- package/build/commands/tools/diagrams/update-diagrams-job-title.command.js +1 -1
- package/build/commands/tools/html-page-builder/delete-html-page-builder-session-by-uuid.command.d.ts +1 -1
- package/build/commands/tools/html-page-builder/delete-html-page-builder-session-by-uuid.command.js +1 -1
- package/build/commands/tools/html-page-builder/execute-html-page-builder.command.d.ts +8 -8
- package/build/commands/tools/html-page-builder/execute-html-page-builder.command.js +3 -3
- package/build/commands/tools/html-page-builder/find-html-page-builder-session-by-uuid.command.d.ts +6 -6
- package/build/commands/tools/html-page-builder/find-html-page-builder-sessions.command.d.ts +5 -5
- package/build/commands/tools/html-page-builder/find-html-page-builder-sessions.command.js +2 -2
- package/build/commands/tools/html-page-builder/get-html-page-builder-price.command.d.ts +2 -2
- package/build/commands/tools/html-page-builder/get-html-page-builder-price.command.js +2 -2
- package/build/commands/tools/html-page-builder/update-html-page-builder-session-favorite.command.d.ts +6 -6
- package/build/commands/tools/html-page-builder/update-html-page-builder-session-favorite.command.js +1 -1
- package/build/commands/tools/html-page-builder/update-html-page-builder-session-title.command.d.ts +6 -6
- package/build/commands/tools/html-page-builder/update-html-page-builder-session-title.command.js +1 -1
- package/build/commands/tools/image-editor/delete-image-editor-job-by-uuid.command.d.ts +1 -1
- package/build/commands/tools/image-editor/delete-image-editor-job-by-uuid.command.js +1 -1
- package/build/commands/tools/image-editor/find-image-editor-job-by-uuid.command.d.ts +3 -3
- package/build/commands/tools/image-editor/find-image-editor-jobs.command.d.ts +2 -2
- package/build/commands/tools/image-editor/find-image-editor-jobs.command.js +2 -2
- package/build/commands/tools/image-editor/get-image-editor-tool-config.command.d.ts +1 -1
- package/build/commands/tools/image-editor/image-editor.command.d.ts +4 -4
- package/build/commands/tools/image-editor/image-editor.command.js +5 -5
- package/build/commands/tools/image-editor/retry-image-editor-job.command.d.ts +4 -4
- package/build/commands/tools/image-editor/retry-image-editor-job.command.js +2 -2
- package/build/commands/tools/image-editor/set-reaction-to-image-editor-job.command.d.ts +3 -3
- package/build/commands/tools/image-editor/set-reaction-to-image-editor-job.command.js +2 -2
- package/build/commands/tools/image-editor/update-image-editor-job-favorite.command.d.ts +3 -3
- package/build/commands/tools/image-editor/update-image-editor-job-favorite.command.js +1 -1
- package/build/commands/tools/image-editor/update-image-editor-job-title.command.d.ts +3 -3
- package/build/commands/tools/image-editor/update-image-editor-job-title.command.js +1 -1
- package/build/commands/tools/image-generation/delete-image-generation-job-by-uuid.command.d.ts +1 -1
- package/build/commands/tools/image-generation/delete-image-generation-job-by-uuid.command.js +1 -1
- package/build/commands/tools/image-generation/find-image-generation-job-by-uuid.command.d.ts +3 -3
- package/build/commands/tools/image-generation/find-image-generation-jobs.command.d.ts +2 -2
- package/build/commands/tools/image-generation/find-image-generation-jobs.command.js +2 -2
- package/build/commands/tools/image-generation/get-image-generation-config.command.d.ts +2 -2
- package/build/commands/tools/image-generation/image-generation.command.d.ts +3 -3
- package/build/commands/tools/image-generation/image-generation.command.js +3 -3
- package/build/commands/tools/image-generation/retry-image-generation-job.command.d.ts +5 -5
- package/build/commands/tools/image-generation/retry-image-generation-job.command.js +4 -4
- package/build/commands/tools/image-generation/set-reaction-to-image-generation-job.command.d.ts +3 -3
- package/build/commands/tools/image-generation/set-reaction-to-image-generation-job.command.js +2 -2
- package/build/commands/tools/image-generation/update-image-generation-job-favorite.command.d.ts +3 -3
- package/build/commands/tools/image-generation/update-image-generation-job-favorite.command.js +1 -1
- package/build/commands/tools/image-generation/update-image-generation-job-title.command.d.ts +3 -3
- package/build/commands/tools/image-generation/update-image-generation-job-title.command.js +1 -1
- package/build/commands/tools/image-recognition/delete-image-recognition-job-by-uuid.command.d.ts +1 -1
- package/build/commands/tools/image-recognition/delete-image-recognition-job-by-uuid.command.js +1 -1
- package/build/commands/tools/image-recognition/find-image-recognition-job-by-uuid.command.d.ts +2 -2
- package/build/commands/tools/image-recognition/find-image-recognition-jobs.command.d.ts +1 -1
- package/build/commands/tools/image-recognition/find-image-recognition-jobs.command.js +2 -2
- package/build/commands/tools/image-recognition/image-recognition.command.d.ts +3 -3
- package/build/commands/tools/image-recognition/image-recognition.command.js +2 -2
- package/build/commands/tools/image-recognition/retry-image-recognition-job.command.d.ts +4 -4
- package/build/commands/tools/image-recognition/retry-image-recognition-job.command.js +3 -3
- package/build/commands/tools/image-recognition/set-reaction-to-image-recognition-job.command.d.ts +2 -2
- package/build/commands/tools/image-recognition/set-reaction-to-image-recognition-job.command.js +2 -2
- package/build/commands/tools/image-recognition/update-image-recognition-job-favorite.command.d.ts +2 -2
- package/build/commands/tools/image-recognition/update-image-recognition-job-favorite.command.js +1 -1
- package/build/commands/tools/image-recognition/update-image-recognition-job-title.command.d.ts +2 -2
- package/build/commands/tools/image-recognition/update-image-recognition-job-title.command.js +1 -1
- package/build/commands/tools/interior-design/delete-interior-design-job-by-uuid.command.d.ts +1 -1
- package/build/commands/tools/interior-design/delete-interior-design-job-by-uuid.command.js +1 -1
- package/build/commands/tools/interior-design/find-interior-design-job-by-uuid.command.d.ts +3 -3
- package/build/commands/tools/interior-design/find-interior-design-jobs.command.d.ts +2 -2
- package/build/commands/tools/interior-design/find-interior-design-jobs.command.js +2 -2
- package/build/commands/tools/interior-design/interior-design.command.d.ts +2 -2
- package/build/commands/tools/interior-design/interior-design.command.js +2 -2
- package/build/commands/tools/interior-design/retry-interior-design-job.command.d.ts +4 -4
- package/build/commands/tools/interior-design/retry-interior-design-job.command.js +2 -2
- package/build/commands/tools/interior-design/set-reaction-to-interior-design-job.command.d.ts +3 -3
- package/build/commands/tools/interior-design/set-reaction-to-interior-design-job.command.js +2 -2
- package/build/commands/tools/interior-design/update-interior-design-job-favorite.command.d.ts +3 -3
- package/build/commands/tools/interior-design/update-interior-design-job-favorite.command.js +1 -1
- package/build/commands/tools/interior-design/update-interior-design-job-title.command.d.ts +3 -3
- package/build/commands/tools/interior-design/update-interior-design-job-title.command.js +1 -1
- package/build/commands/tools/marketplace-card/delete-marketplace-card-by-uuid.command.d.ts +1 -1
- package/build/commands/tools/marketplace-card/delete-marketplace-card-by-uuid.command.js +1 -1
- package/build/commands/tools/marketplace-card/execute-marketplace-card.command.d.ts +8 -8
- package/build/commands/tools/marketplace-card/execute-marketplace-card.command.js +10 -10
- package/build/commands/tools/marketplace-card/find-marketplace-card-job-by-uuid.command.d.ts +3 -3
- package/build/commands/tools/marketplace-card/find-marketplace-card-job-by-uuid.command.js +1 -1
- package/build/commands/tools/marketplace-card/find-marketplace-card-jobs.command.d.ts +2 -2
- package/build/commands/tools/marketplace-card/find-marketplace-card-jobs.command.js +2 -2
- package/build/commands/tools/marketplace-card/generate-marketplace-card-description.command.d.ts +1 -1
- package/build/commands/tools/marketplace-card/get-marketplace-card-config.command.d.ts +2 -2
- package/build/commands/tools/marketplace-card/retry-marketplace-card-job.command.d.ts +5 -5
- package/build/commands/tools/marketplace-card/retry-marketplace-card-job.command.js +5 -5
- package/build/commands/tools/marketplace-card/set-reaction-to-marketplace-card.command.d.ts +3 -3
- package/build/commands/tools/marketplace-card/set-reaction-to-marketplace-card.command.js +2 -2
- package/build/commands/tools/marketplace-card/update-marketplace-card-job-favorite.command.d.ts +3 -3
- package/build/commands/tools/marketplace-card/update-marketplace-card-job-favorite.command.js +1 -1
- package/build/commands/tools/marketplace-card/update-marketplace-card-job-title.command.d.ts +3 -3
- package/build/commands/tools/marketplace-card/update-marketplace-card-job-title.command.js +1 -1
- package/build/commands/tools/music/add-track-to-music-playlist.command.d.ts +25 -25
- package/build/commands/tools/music/add-track-to-music-playlist.command.js +2 -2
- package/build/commands/tools/music/convert-to-wav.command.d.ts +1 -1
- package/build/commands/tools/music/convert-to-wav.command.js +1 -1
- package/build/commands/tools/music/create-music-playlist.command.d.ts +23 -23
- package/build/commands/tools/music/delete-music-job-by-uuid.command.d.ts +1 -1
- package/build/commands/tools/music/delete-music-job-by-uuid.command.js +1 -1
- package/build/commands/tools/music/delete-music-playlist.command.d.ts +1 -1
- package/build/commands/tools/music/delete-music-playlist.command.js +1 -1
- package/build/commands/tools/music/edit-music.command.d.ts +21 -21
- package/build/commands/tools/music/find-music-job-by-uuid.command.d.ts +21 -21
- package/build/commands/tools/music/find-music-jobs.command.d.ts +20 -20
- package/build/commands/tools/music/find-music-jobs.command.js +2 -2
- package/build/commands/tools/music/find-music-playlists.command.d.ts +23 -23
- package/build/commands/tools/music/generate-music.command.d.ts +21 -21
- package/build/commands/tools/music/remove-track-from-music-playlist.command.d.ts +25 -25
- package/build/commands/tools/music/remove-track-from-music-playlist.command.js +2 -2
- package/build/commands/tools/music/retry-music-job.command.d.ts +22 -22
- package/build/commands/tools/music/retry-music-job.command.js +2 -2
- package/build/commands/tools/music/set-reaction-to-music-job.command.d.ts +21 -21
- package/build/commands/tools/music/set-reaction-to-music-job.command.js +2 -2
- package/build/commands/tools/music/update-music-job-favorite.command.d.ts +21 -21
- package/build/commands/tools/music/update-music-job-favorite.command.js +1 -1
- package/build/commands/tools/music/update-music-job-title.command.d.ts +21 -21
- package/build/commands/tools/music/update-music-job-title.command.js +1 -1
- package/build/commands/tools/music/update-music-playlist.command.d.ts +24 -24
- package/build/commands/tools/music/update-music-playlist.command.js +1 -1
- package/build/commands/tools/paraphrase/delete-paraphrase-job-by-uuid.command.d.ts +1 -1
- package/build/commands/tools/paraphrase/delete-paraphrase-job-by-uuid.command.js +1 -1
- package/build/commands/tools/paraphrase/find-paraphrase-job-by-uuid.command.d.ts +6 -6
- package/build/commands/tools/paraphrase/find-paraphrase-jobs.command.d.ts +5 -5
- package/build/commands/tools/paraphrase/find-paraphrase-jobs.command.js +2 -2
- package/build/commands/tools/paraphrase/get-paraphrase-price.command.d.ts +8 -8
- package/build/commands/tools/paraphrase/get-paraphrase-price.command.js +7 -7
- package/build/commands/tools/paraphrase/get-paraphrase-tool-config.command.d.ts +2 -2
- package/build/commands/tools/paraphrase/paraphrase.command.d.ts +10 -10
- package/build/commands/tools/paraphrase/paraphrase.command.js +7 -7
- package/build/commands/tools/paraphrase/retry-paraphrase-job.command.d.ts +6 -6
- package/build/commands/tools/paraphrase/retry-paraphrase-job.command.js +1 -1
- package/build/commands/tools/paraphrase/set-reaction-to-paraphrase-job.command.d.ts +6 -6
- package/build/commands/tools/paraphrase/set-reaction-to-paraphrase-job.command.js +2 -2
- package/build/commands/tools/paraphrase/update-paraphrase-job-favorite.command.d.ts +6 -6
- package/build/commands/tools/paraphrase/update-paraphrase-job-favorite.command.js +1 -1
- package/build/commands/tools/paraphrase/update-paraphrase-job-title.command.d.ts +6 -6
- package/build/commands/tools/paraphrase/update-paraphrase-job-title.command.js +1 -1
- package/build/commands/tools/photo-session/admin/create-photo-session-style.command.d.ts +3 -3
- package/build/commands/tools/photo-session/admin/delete-photo-session-style.command.d.ts +1 -1
- package/build/commands/tools/photo-session/admin/delete-photo-session-style.command.js +1 -1
- package/build/commands/tools/photo-session/admin/list-photo-session-styles.command.js +1 -1
- package/build/commands/tools/photo-session/admin/update-photo-session-style.command.d.ts +4 -4
- package/build/commands/tools/photo-session/admin/update-photo-session-style.command.js +2 -2
- package/build/commands/tools/photo-session/delete-photo-session-job-by-uuid.command.d.ts +1 -1
- package/build/commands/tools/photo-session/delete-photo-session-job-by-uuid.command.js +1 -1
- package/build/commands/tools/photo-session/find-photo-session-job-by-uuid.command.d.ts +3 -3
- package/build/commands/tools/photo-session/find-photo-session-job-by-uuid.command.js +1 -1
- package/build/commands/tools/photo-session/find-photo-session-jobs.command.d.ts +2 -2
- package/build/commands/tools/photo-session/find-photo-session-jobs.command.js +1 -1
- package/build/commands/tools/photo-session/get-photo-session-config.command.d.ts +3 -3
- package/build/commands/tools/photo-session/get-photo-session-styles.command.d.ts +3 -3
- package/build/commands/tools/photo-session/photo-session.command.d.ts +2 -2
- package/build/commands/tools/photo-session/retry-photo-session-job.command.d.ts +3 -3
- package/build/commands/tools/photo-session/retry-photo-session-job.command.js +1 -1
- package/build/commands/tools/photo-session/set-reaction-to-photo-session-job.command.d.ts +3 -3
- package/build/commands/tools/photo-session/set-reaction-to-photo-session-job.command.js +1 -1
- package/build/commands/tools/photo-session/update-photo-session-job-favorite.command.d.ts +3 -3
- package/build/commands/tools/photo-session/update-photo-session-job-favorite.command.js +1 -1
- package/build/commands/tools/photo-session/update-photo-session-job-title.command.d.ts +3 -3
- package/build/commands/tools/photo-session/update-photo-session-job-title.command.js +1 -1
- package/build/commands/tools/photo-session/update-published-status-photo-session-job.command.d.ts +3 -3
- package/build/commands/tools/photo-session/update-published-status-photo-session-job.command.js +1 -1
- package/build/commands/tools/presentation/build-blank-slide.command.d.ts +1 -1
- package/build/commands/tools/presentation/build-blank-slide.command.js +1 -1
- package/build/commands/tools/presentation/create-presentation.command.d.ts +4 -4
- package/build/commands/tools/presentation/create-presentation.command.js +3 -3
- package/build/commands/tools/presentation/delete-presentation.command.d.ts +1 -1
- package/build/commands/tools/presentation/delete-presentation.command.js +1 -1
- package/build/commands/tools/presentation/delete-slide-outline.command.d.ts +2 -2
- package/build/commands/tools/presentation/delete-slide-outline.command.js +2 -2
- package/build/commands/tools/presentation/export-presentation-as-pptx.command.d.ts +1 -1
- package/build/commands/tools/presentation/export-presentation-as-pptx.command.js +1 -1
- package/build/commands/tools/presentation/find-presentation-by-uuid.command.d.ts +7 -7
- package/build/commands/tools/presentation/find-presentation-by-uuid.command.js +1 -1
- package/build/commands/tools/presentation/find-presentation-outline.command.d.ts +1 -1
- package/build/commands/tools/presentation/find-presentation-outline.command.js +1 -1
- package/build/commands/tools/presentation/find-presentations.command.d.ts +2 -2
- package/build/commands/tools/presentation/find-presentations.command.js +2 -2
- package/build/commands/tools/presentation/generate-and-insert-slide.command.d.ts +5 -5
- package/build/commands/tools/presentation/generate-and-insert-slide.command.js +3 -3
- package/build/commands/tools/presentation/generate-presentation-slides.command.d.ts +4 -4
- package/build/commands/tools/presentation/generate-presentation-slides.command.js +1 -1
- package/build/commands/tools/presentation/get-presentation-config.command.d.ts +1 -1
- package/build/commands/tools/presentation/presentation-paraphrase.command.js +1 -1
- package/build/commands/tools/presentation/reposition-slide-outline.command.d.ts +2 -2
- package/build/commands/tools/presentation/reposition-slide-outline.command.js +2 -2
- package/build/commands/tools/presentation/reposition-slide.command.d.ts +2 -2
- package/build/commands/tools/presentation/reposition-slide.command.js +2 -2
- package/build/commands/tools/presentation/set-reaction-to-presentation.command.d.ts +3 -3
- package/build/commands/tools/presentation/set-reaction-to-presentation.command.js +2 -2
- package/build/commands/tools/presentation/update-presentation-favorite.command.d.ts +3 -3
- package/build/commands/tools/presentation/update-presentation-favorite.command.js +1 -1
- package/build/commands/tools/presentation/update-presentation-outline.command.d.ts +2 -2
- package/build/commands/tools/presentation/update-presentation-outline.command.js +1 -1
- package/build/commands/tools/presentation/update-presentation-slides.command.d.ts +4 -4
- package/build/commands/tools/presentation/update-presentation-slides.command.js +2 -2
- package/build/commands/tools/presentation/update-presentation.command.d.ts +4 -4
- package/build/commands/tools/presentation/update-presentation.command.js +1 -1
- package/build/commands/tools/presentation/update-slide-image-slot.command.d.ts +6 -6
- package/build/commands/tools/presentation/update-slide-image-slot.command.js +4 -4
- package/build/commands/tools/presentation/update-slide-outline.command.d.ts +2 -2
- package/build/commands/tools/presentation/update-slide-outline.command.js +3 -3
- package/build/commands/tools/presentation/update-slide.command.d.ts +6 -6
- package/build/commands/tools/presentation/update-slide.command.js +1 -1
- package/build/commands/tools/solving-edu-task/delete-solving-edu-task-job-by-uuid.command.d.ts +1 -1
- package/build/commands/tools/solving-edu-task/delete-solving-edu-task-job-by-uuid.command.js +1 -1
- package/build/commands/tools/solving-edu-task/find-solving-edu-task-job-by-uuid.command.d.ts +2 -2
- package/build/commands/tools/solving-edu-task/find-solving-edu-task-jobs.command.d.ts +1 -1
- package/build/commands/tools/solving-edu-task/find-solving-edu-task-jobs.command.js +2 -2
- package/build/commands/tools/solving-edu-task/retry-solving-edu-task-job.command.d.ts +4 -4
- package/build/commands/tools/solving-edu-task/retry-solving-edu-task-job.command.js +3 -3
- package/build/commands/tools/solving-edu-task/set-reaction-to-solving-edu-task-job.command.d.ts +2 -2
- package/build/commands/tools/solving-edu-task/set-reaction-to-solving-edu-task-job.command.js +2 -2
- package/build/commands/tools/solving-edu-task/solving-edu-task.command.d.ts +3 -3
- package/build/commands/tools/solving-edu-task/solving-edu-task.command.js +3 -3
- package/build/commands/tools/solving-edu-task/update-solving-edu-task-job-favorite.command.d.ts +2 -2
- package/build/commands/tools/solving-edu-task/update-solving-edu-task-job-favorite.command.js +1 -1
- package/build/commands/tools/solving-edu-task/update-solving-edu-task-job-title.command.d.ts +2 -2
- package/build/commands/tools/solving-edu-task/update-solving-edu-task-job-title.command.js +1 -1
- package/build/commands/tools/sound-generation/find-sound-generation-job-by-uuid.command.d.ts +2 -2
- package/build/commands/tools/sound-generation/find-sound-generation-jobs.command.d.ts +1 -1
- package/build/commands/tools/sound-generation/retry-sound-generation-job.command.d.ts +1 -1
- package/build/commands/tools/sound-generation/set-reaction-to-sound-generation-job.command.d.ts +1 -1
- package/build/commands/tools/sound-generation/sound-generation.command.d.ts +1 -1
- package/build/commands/tools/sound-generation/update-sound-generation-job-favorite.command.d.ts +1 -1
- package/build/commands/tools/sound-generation/update-sound-generation-job-title.command.d.ts +1 -1
- package/build/commands/tools/spell-corrector/delete-spell-corrector-job-by-uuid.command.d.ts +1 -1
- package/build/commands/tools/spell-corrector/delete-spell-corrector-job-by-uuid.command.js +1 -1
- package/build/commands/tools/spell-corrector/find-spell-corrector-job-by-uuid.command.d.ts +5 -5
- package/build/commands/tools/spell-corrector/find-spell-corrector-jobs.command.d.ts +4 -4
- package/build/commands/tools/spell-corrector/find-spell-corrector-jobs.command.js +2 -2
- package/build/commands/tools/spell-corrector/get-spell-corrector-price.command.d.ts +5 -5
- package/build/commands/tools/spell-corrector/get-spell-corrector-price.command.js +3 -3
- package/build/commands/tools/spell-corrector/get-spell-corrector-tool-config.command.d.ts +1 -1
- package/build/commands/tools/spell-corrector/retry-spell-corrector-job.command.d.ts +5 -5
- package/build/commands/tools/spell-corrector/retry-spell-corrector-job.command.js +1 -1
- package/build/commands/tools/spell-corrector/set-reaction-to-spell-corrector-job.command.d.ts +5 -5
- package/build/commands/tools/spell-corrector/set-reaction-to-spell-corrector-job.command.js +2 -2
- package/build/commands/tools/spell-corrector/spell-corrector.command.d.ts +9 -9
- package/build/commands/tools/spell-corrector/spell-corrector.command.js +5 -5
- package/build/commands/tools/spell-corrector/update-spell-corrector-job-favorite.command.d.ts +5 -5
- package/build/commands/tools/spell-corrector/update-spell-corrector-job-favorite.command.js +1 -1
- package/build/commands/tools/spell-corrector/update-spell-corrector-job-title.command.d.ts +5 -5
- package/build/commands/tools/spell-corrector/update-spell-corrector-job-title.command.js +1 -1
- package/build/commands/tools/stt/delete-stt-job-by-uuid.command.d.ts +1 -1
- package/build/commands/tools/stt/delete-stt-job-by-uuid.command.js +1 -1
- package/build/commands/tools/stt/find-stt-job-by-uuid.command.d.ts +2 -2
- package/build/commands/tools/stt/find-stt-jobs.command.d.ts +1 -1
- package/build/commands/tools/stt/find-stt-jobs.command.js +2 -2
- package/build/commands/tools/stt/retry-stt-job.command.d.ts +2 -2
- package/build/commands/tools/stt/retry-stt-job.command.js +1 -1
- package/build/commands/tools/stt/set-reaction-to-stt-job.command.d.ts +2 -2
- package/build/commands/tools/stt/set-reaction-to-stt-job.command.js +2 -2
- package/build/commands/tools/stt/stt.command.d.ts +3 -3
- package/build/commands/tools/stt/stt.command.js +2 -2
- package/build/commands/tools/stt/update-stt-job-favorite.command.d.ts +2 -2
- package/build/commands/tools/stt/update-stt-job-favorite.command.js +1 -1
- package/build/commands/tools/stt/update-stt-job-title.command.d.ts +2 -2
- package/build/commands/tools/stt/update-stt-job-title.command.js +1 -1
- package/build/commands/tools/tool/find-all-tools.command.d.ts +1 -1
- package/build/commands/tools/tool/find-formatted-tools.command.d.ts +2 -2
- package/build/commands/tools/tool/find-grouped-tools.command.d.ts +1 -1
- package/build/commands/tools/tool-workspace/delete-all-tool-workspaces-by-tool-type.command.js +1 -1
- package/build/commands/tools/tool-workspace/delete-tool-workspace-by-uuid.command.d.ts +1 -1
- package/build/commands/tools/tool-workspace/delete-tool-workspace-by-uuid.command.js +1 -1
- package/build/commands/tools/tool-workspace/find-tool-workspace-by-uuid.command.d.ts +11 -11
- package/build/commands/tools/tool-workspace/find-tool-workspace-by-uuid.command.js +1 -1
- package/build/commands/tools/tool-workspace/find-tool-workspaces.command.d.ts +3 -3
- package/build/commands/tools/tool-workspace/find-tool-workspaces.command.js +1 -1
- package/build/commands/tools/tool-workspace/update-tool-workspace.command.d.ts +4 -4
- package/build/commands/tools/tool-workspace/update-tool-workspace.command.js +2 -2
- package/build/commands/tools/tts/create-voice-clone.command.d.ts +5 -5
- package/build/commands/tools/tts/create-voice-clone.command.js +3 -3
- package/build/commands/tools/tts/create-voice-design.command.d.ts +3 -3
- package/build/commands/tools/tts/create-voice-design.command.js +2 -2
- package/build/commands/tools/tts/delete-tts-job-by-uuid.command.d.ts +1 -1
- package/build/commands/tools/tts/delete-tts-job-by-uuid.command.js +1 -1
- package/build/commands/tools/tts/delete-voice.command.d.ts +1 -1
- package/build/commands/tools/tts/delete-voice.command.js +1 -1
- package/build/commands/tools/tts/download-tts-job.command.d.ts +1 -1
- package/build/commands/tools/tts/download-tts-job.command.js +2 -2
- package/build/commands/tools/tts/find-tts-job-by-uuid.command.d.ts +2 -2
- package/build/commands/tools/tts/find-tts-jobs.command.d.ts +1 -1
- package/build/commands/tools/tts/find-tts-jobs.command.js +2 -2
- package/build/commands/tools/tts/find-voice-by-uuid.query.d.ts +4 -4
- package/build/commands/tools/tts/find-voice-by-uuid.query.js +1 -1
- package/build/commands/tools/tts/find-voices.query.d.ts +3 -3
- package/build/commands/tools/tts/find-voices.query.js +2 -2
- package/build/commands/tools/tts/retry-tts-job.command.d.ts +6 -6
- package/build/commands/tools/tts/retry-tts-job.command.js +3 -3
- package/build/commands/tools/tts/select-voice-design.command.d.ts +5 -5
- package/build/commands/tools/tts/select-voice-design.command.js +2 -2
- package/build/commands/tools/tts/set-reaction-to-tts-job.command.d.ts +2 -2
- package/build/commands/tools/tts/set-reaction-to-tts-job.command.js +2 -2
- package/build/commands/tools/tts/tts.command.d.ts +7 -7
- package/build/commands/tools/tts/tts.command.js +4 -4
- package/build/commands/tools/tts/update-tts-job-favorite.command.d.ts +2 -2
- package/build/commands/tools/tts/update-tts-job-favorite.command.js +1 -1
- package/build/commands/tools/tts/update-tts-job-title.command.d.ts +2 -2
- package/build/commands/tools/tts/update-tts-job-title.command.js +1 -1
- package/build/commands/tools/tts/update-voice.command.d.ts +5 -5
- package/build/commands/tools/tts/update-voice.command.js +2 -2
- package/build/commands/tools/video/delete-video-job-by-uuid.command.d.ts +1 -1
- package/build/commands/tools/video/delete-video-job-by-uuid.command.js +1 -1
- package/build/commands/tools/video/find-video-job-by-uuid.command.d.ts +4 -4
- package/build/commands/tools/video/find-video-jobs.command.d.ts +3 -3
- package/build/commands/tools/video/find-video-jobs.command.js +2 -2
- package/build/commands/tools/video/get-video-tool-config.command.d.ts +1 -1
- package/build/commands/tools/video/retry-video-job.command.d.ts +9 -9
- package/build/commands/tools/video/retry-video-job.command.js +2 -2
- package/build/commands/tools/video/set-reaction-to-video-job.command.d.ts +4 -4
- package/build/commands/tools/video/set-reaction-to-video-job.command.js +2 -2
- package/build/commands/tools/video/update-video-job-favorite.command.d.ts +4 -4
- package/build/commands/tools/video/update-video-job-favorite.command.js +1 -1
- package/build/commands/tools/video/update-video-job-title.command.d.ts +4 -4
- package/build/commands/tools/video/update-video-job-title.command.js +1 -1
- package/build/commands/tools/video/video.command.d.ts +8 -8
- package/build/commands/tools/video/video.command.js +5 -5
- package/build/commands/tools/video-editor/delete-video-editor-job-by-uuid.command.d.ts +1 -1
- package/build/commands/tools/video-editor/edit-video.command.d.ts +3 -3
- package/build/commands/tools/video-editor/edit-video.command.js +2 -2
- package/build/commands/tools/video-editor/find-video-editor-job-by-id.command.d.ts +2 -2
- package/build/commands/tools/video-editor/find-video-editor-jobs.command.d.ts +1 -1
- package/build/commands/tools/video-editor/find-video-editor-jobs.command.js +2 -2
- package/build/commands/tools/video-editor/retry-video-editor-job.command.d.ts +4 -4
- package/build/commands/tools/video-editor/retry-video-editor-job.command.js +2 -2
- package/build/commands/tools/video-editor/set-reaction-to-video-editor-job.command.d.ts +2 -2
- package/build/commands/tools/video-editor/set-reaction-to-video-editor-job.command.js +2 -2
- package/build/commands/tools/video-editor/update-video-editor-job-favorite.command.d.ts +2 -2
- package/build/commands/tools/video-editor/update-video-editor-job-favorite.command.js +1 -1
- package/build/commands/tools/video-editor/update-video-editor-job-title.command.d.ts +2 -2
- package/build/commands/tools/video-editor/update-video-editor-job-title.command.js +1 -1
- package/build/commands/tools/writer/collect-writer-document-sources.command.d.ts +2 -2
- package/build/commands/tools/writer/collect-writer-document-sources.command.js +1 -1
- package/build/commands/tools/writer/confirm-source-citation-metadata.command.d.ts +4 -4
- package/build/commands/tools/writer/confirm-source-citation-metadata.command.js +2 -2
- package/build/commands/tools/writer/create-writer-document.command.d.ts +1 -1
- package/build/commands/tools/writer/delete-writer-document-by-uuid.command.d.ts +1 -1
- package/build/commands/tools/writer/delete-writer-document-by-uuid.command.js +1 -1
- package/build/commands/tools/writer/discard-writer-source.command.d.ts +1 -1
- package/build/commands/tools/writer/discard-writer-source.command.js +1 -1
- package/build/commands/tools/writer/export-writer-document-as-docx.command.d.ts +1 -1
- package/build/commands/tools/writer/export-writer-document-as-docx.command.js +1 -1
- package/build/commands/tools/writer/find-writer-document-by-uuid.command.d.ts +2 -2
- package/build/commands/tools/writer/find-writer-document-by-uuid.command.js +1 -1
- package/build/commands/tools/writer/find-writer-documents.command.d.ts +1 -1
- package/build/commands/tools/writer/find-writer-documents.command.js +2 -2
- package/build/commands/tools/writer/generate-writer-document-contents.command.d.ts +3 -3
- package/build/commands/tools/writer/generate-writer-document-contents.command.js +2 -2
- package/build/commands/tools/writer/get-writer-document-sources.command.d.ts +3 -3
- package/build/commands/tools/writer/get-writer-document-sources.command.js +1 -1
- package/build/commands/tools/writer/get-writer-tool-config.command.d.ts +1 -1
- package/build/commands/tools/writer/set-reaction.writer-document.command.d.ts +2 -2
- package/build/commands/tools/writer/set-reaction.writer-document.command.js +2 -2
- package/build/commands/tools/writer/toggle-writer-document-title-page.command.d.ts +1 -1
- package/build/commands/tools/writer/toggle-writer-document-title-page.command.js +1 -1
- package/build/commands/tools/writer/update-writer-document-contents.command.d.ts +1 -1
- package/build/commands/tools/writer/update-writer-document-contents.command.js +1 -1
- package/build/commands/tools/writer/update-writer-document-favorite.command.d.ts +2 -2
- package/build/commands/tools/writer/update-writer-document-favorite.command.js +1 -1
- package/build/commands/tools/writer/update-writer-document-outline.command.d.ts +1 -1
- package/build/commands/tools/writer/update-writer-document-outline.command.js +1 -1
- package/build/commands/tools/writer/update-writer-document-title-page.command.d.ts +1 -1
- package/build/commands/tools/writer/update-writer-document-title-page.command.js +1 -1
- package/build/commands/tools/writer/upload-writer-source.command.d.ts +4 -4
- package/build/commands/tools/writer/upload-writer-source.command.js +2 -2
- package/build/commands/tools/writer/writer-extend-text.command.d.ts +1 -1
- package/build/commands/tools/writer/writer-extend-text.command.js +1 -1
- package/build/commands/tools/writer/writer-fix-errors.command.d.ts +1 -1
- package/build/commands/tools/writer/writer-fix-errors.command.js +1 -1
- package/build/commands/tools/writer/writer-generate-text.command.d.ts +1 -1
- package/build/commands/tools/writer/writer-generate-text.command.js +1 -1
- package/build/commands/tools/writer/writer-paraphrase.command.d.ts +1 -1
- package/build/commands/tools/writer/writer-paraphrase.command.js +1 -1
- package/build/commands/tools/writer/writer-shorten-text.command.d.ts +1 -1
- package/build/commands/tools/writer/writer-shorten-text.command.js +1 -1
- package/build/commands/ui-notification/cancel-ui-notification.command.d.ts +1 -1
- package/build/commands/ui-notification/cancel-ui-notification.command.js +1 -1
- package/build/commands/ui-notification/complete-ui-notification.command.d.ts +1 -1
- package/build/commands/ui-notification/complete-ui-notification.command.js +1 -1
- package/build/commands/ui-notification/delete-many-ui-notifications.command.d.ts +1 -1
- package/build/commands/ui-notification/delete-many-ui-notifications.command.js +1 -1
- package/build/commands/ui-notification/delete-ui-notification.command.d.ts +1 -1
- package/build/commands/ui-notification/delete-ui-notification.command.js +1 -1
- package/build/commands/ui-notification/find-active-ui-notifications-by-page-and-user.command.d.ts +11 -11
- package/build/commands/ui-notification/find-ui-notifications.command.d.ts +11 -11
- package/build/commands/ui-notification/read-many-ui-notifications.command.d.ts +1 -1
- package/build/commands/ui-notification/read-many-ui-notifications.command.js +1 -1
- package/build/commands/ui-notification/read-ui-notification.command.d.ts +1 -1
- package/build/commands/ui-notification/read-ui-notification.command.js +1 -1
- package/build/commands/unregistered-user/patch-locale.command.js +2 -2
- package/build/commands/update-post/create-update-post-translation.command.d.ts +3 -3
- package/build/commands/update-post/create-update-post-translation.command.js +1 -1
- package/build/commands/update-post/create-update-post.command.d.ts +1 -1
- package/build/commands/update-post/delete-update-post.command.d.ts +1 -1
- package/build/commands/update-post/delete-update-post.command.js +1 -1
- package/build/commands/update-post/find-all-update-posts.command.d.ts +1 -1
- package/build/commands/update-post/find-all-update-posts.command.js +2 -2
- package/build/commands/update-post/find-update-post.command.d.ts +2 -2
- package/build/commands/update-post/find-update-post.command.js +1 -1
- package/build/commands/update-post/get-all-update-post-translations.query.d.ts +3 -3
- package/build/commands/update-post/get-all-update-post-translations.query.js +1 -1
- package/build/commands/update-post/get-latest-update-posts.command.d.ts +1 -1
- package/build/commands/update-post/update-update-post-translation.command.d.ts +4 -4
- package/build/commands/update-post/update-update-post-translation.command.js +2 -2
- package/build/commands/update-post/update-update-post.command.d.ts +2 -2
- package/build/commands/update-post/update-update-post.command.js +1 -1
- package/build/commands/user/cancel-user-product.command.d.ts +2 -2
- package/build/commands/user/cancel-user-product.command.js +2 -2
- package/build/commands/user/cancel-user-subscription.command.d.ts +2 -2
- package/build/commands/user/cancel-user-subscription.command.js +2 -2
- package/build/commands/user/check-email.command.d.ts +1 -1
- package/build/commands/user/check-email.command.js +1 -1
- package/build/commands/user/find-user-by-uuid.command.d.ts +3 -3
- package/build/commands/user/find-user-by-uuid.command.js +1 -1
- package/build/commands/user/find-users-by-criteria.command.d.ts +3 -3
- package/build/commands/user/find-users-by-criteria.command.js +5 -5
- package/build/commands/user/get-aggregated-user-data.command.d.ts +9 -9
- package/build/commands/user/get-aggregated-user-data.command.js +5 -5
- package/build/commands/user/get-me.command.d.ts +5 -5
- package/build/commands/user/get-me.command.js +7 -7
- package/build/commands/user/get-telegram-notification.command.d.ts +5 -5
- package/build/commands/user/get-user-balance.command.d.ts +1 -1
- package/build/commands/user/get-user-balance.command.js +1 -1
- package/build/commands/user/get-user-orders.command.d.ts +5 -5
- package/build/commands/user/get-user-orders.command.js +5 -5
- package/build/commands/user/get-user-payments.command.d.ts +5 -5
- package/build/commands/user/get-user-payments.command.js +4 -4
- package/build/commands/user/get-user-products.command.d.ts +5 -5
- package/build/commands/user/get-user-products.command.js +4 -4
- package/build/commands/user/get-user-subscriptions.command.d.ts +5 -5
- package/build/commands/user/get-user-subscriptions.command.js +4 -4
- package/build/commands/user/patch-locale.command.js +2 -2
- package/build/commands/user/send-telegram-notification.command.d.ts +5 -5
- package/build/commands/user/up-token-bonus-balance.command.d.ts +3 -3
- package/build/commands/user/up-token-bonus-balance.command.js +1 -1
- package/build/commands/user-profile/delete-avatar.command.d.ts +2 -2
- package/build/commands/user-profile/get-user-profile-by-user-id.command.d.ts +3 -3
- package/build/commands/user-profile/get-user-profile-by-user-id.command.js +1 -1
- package/build/commands/user-profile/update-profile.command.d.ts +2 -2
- package/build/commands/user-profile/upload-avatar.command.d.ts +2 -2
- package/build/commands/user-to-product/get-user-to-product-by-uuid.command.d.ts +4 -4
- package/build/commands/user-to-product/update-user-to-product.command.d.ts +4 -4
- package/build/commands/user-to-subscription/delete-user-to-subscription.command.d.ts +1 -1
- package/build/commands/user-to-subscription/get-user-to-subscription-by-uuid.command.d.ts +3 -3
- package/build/commands/user-to-subscription/get-user-to-subscriptions.command.d.ts +4 -4
- package/build/commands/user-to-subscription/update-user-to-subscription.command.d.ts +4 -4
- package/build/commands/user-to-subscription/update-user-to-subscription.command.js +1 -1
- package/build/commands/user-to-task/check-task-completion.command.d.ts +2 -2
- package/build/commands/user-to-task/claim-task-reward.command.d.ts +1 -1
- package/build/commands/user-to-task/get-my-tasks.command.d.ts +1 -1
- package/build/commands/user-to-task/start-task.command.d.ts +2 -2
- package/build/commands/webmaster/confirm-withdrawal.command.d.ts +5 -5
- package/build/commands/webmaster/confirm-withdrawal.command.js +1 -1
- package/build/commands/webmaster/create-webmaster.command.d.ts +2 -2
- package/build/commands/webmaster/get-my-webmaster.command.d.ts +2 -2
- package/build/commands/webmaster/get-webmaster-balance-overview.command.js +1 -1
- package/build/commands/webmaster/update-webmaster.command.d.ts +6 -6
- package/build/commands/webmaster-click/create-webmaster-click.command.d.ts +2 -2
- package/build/commands/webmaster-click/get-webmaster-clicks-overview.command.js +1 -1
- package/build/constants/avatar-studio/enums/avatar-studio-job-type.enum.d.ts +5 -1
- package/build/constants/avatar-studio/enums/avatar-studio-job-type.enum.js +4 -0
- package/build/constants/avatar-studio/enums/avatar-studio-reference-card-status.enum.d.ts +6 -0
- package/build/constants/avatar-studio/enums/avatar-studio-reference-card-status.enum.js +10 -0
- package/build/constants/avatar-studio/enums/index.d.ts +1 -0
- package/build/constants/avatar-studio/enums/index.js +1 -0
- package/build/models/agents/agent-aggregate.schema.d.ts +25 -25
- package/build/models/agents/agent-ai-model.schema.d.ts +1 -1
- package/build/models/agents/agent-ai-model.schema.js +1 -1
- package/build/models/agents/agent-channel-credentials.schema.d.ts +2 -2
- package/build/models/agents/agent-channel-credentials.schema.js +1 -1
- package/build/models/agents/agent-channel.schema.d.ts +3 -3
- package/build/models/agents/agent-channel.schema.js +3 -3
- package/build/models/agents/agent-dialog-lead.schema.d.ts +3 -3
- package/build/models/agents/agent-dialog-lead.schema.js +3 -3
- package/build/models/agents/agent-dialog-message-file.schema.d.ts +1 -1
- package/build/models/agents/agent-dialog-message-file.schema.js +2 -2
- package/build/models/agents/agent-dialog-message.schema.d.ts +2 -2
- package/build/models/agents/agent-dialog-message.schema.js +2 -2
- package/build/models/agents/agent-document-chunk.schema.d.ts +2 -2
- package/build/models/agents/agent-document-chunk.schema.js +2 -2
- package/build/models/agents/agent-document-find-result.schema.d.ts +3 -3
- package/build/models/agents/agent-document.schema.d.ts +3 -3
- package/build/models/agents/agent-document.schema.js +4 -4
- package/build/models/agents/agent-lead-find-result.schema.d.ts +3 -3
- package/build/models/agents/agent-lead-form.schema.d.ts +2 -2
- package/build/models/agents/agent-lead-form.schema.js +2 -2
- package/build/models/agents/agent-lead.schema.d.ts +3 -3
- package/build/models/agents/agent-lead.schema.js +3 -3
- package/build/models/agents/agent-statistics.schema.d.ts +6 -6
- package/build/models/agents/agent-statistics.schema.js +3 -3
- package/build/models/agents/agent-template-catalog.schema.d.ts +14 -14
- package/build/models/agents/agent-template-category.schema.d.ts +1 -1
- package/build/models/agents/agent-template-category.schema.js +1 -1
- package/build/models/agents/agent-template-instruction.schema.d.ts +2 -2
- package/build/models/agents/agent-template-instruction.schema.js +2 -2
- package/build/models/agents/agent-template.schema.d.ts +2 -2
- package/build/models/agents/agent-template.schema.js +3 -3
- package/build/models/agents/agent-tool-catalog.schema.js +1 -1
- package/build/models/agents/agent-tool-credentials.schema.d.ts +4 -4
- package/build/models/agents/agent-tool-credentials.schema.js +2 -5
- package/build/models/agents/agent-tool.schema.d.ts +2 -2
- package/build/models/agents/agent-tool.schema.js +4 -4
- package/build/models/agents/agent.schema.d.ts +4 -4
- package/build/models/agents/agent.schema.js +6 -6
- package/build/models/agents/channel.schema.js +1 -1
- package/build/models/agents/dialog-find-result.schema.d.ts +6 -6
- package/build/models/agents/dialog-with-messages.schema.d.ts +8 -8
- package/build/models/agents/dialog.schema.d.ts +6 -6
- package/build/models/agents/dialog.schema.js +4 -4
- package/build/models/agents/message-attachment.schema.d.ts +1 -1
- package/build/models/agents/message-attachment.schema.js +1 -1
- package/build/models/ai-model-formatted.schema.d.ts +2 -2
- package/build/models/ai-model.schema.d.ts +7 -7
- package/build/models/ai-model.schema.js +7 -7
- package/build/models/ai-vendor.schema.d.ts +1 -1
- package/build/models/ai-vendor.schema.js +2 -2
- package/build/models/api-key.schema.d.ts +2 -2
- package/build/models/api-key.schema.js +3 -3
- package/build/models/avatar-studio/avatar-studio.schema.d.ts +211 -153
- package/build/models/avatar-studio/avatar-studio.schema.js +80 -50
- package/build/models/b2b/b2b-file-upload-response.schema.d.ts +2 -2
- package/build/models/b2b/b2b-usage-statistics.schema.d.ts +14 -14
- package/build/models/b2b/b2b-usage-statistics.schema.js +14 -14
- package/build/models/canvas-edge.schema.d.ts +2 -2
- package/build/models/canvas-edge.schema.js +4 -4
- package/build/models/canvas-node-definition.schema.d.ts +40 -40
- package/build/models/canvas-node-definition.schema.js +7 -7
- package/build/models/canvas-node.schema.d.ts +135 -135
- package/build/models/canvas-node.schema.js +10 -10
- package/build/models/canvas-template.schema.d.ts +3 -3
- package/build/models/canvas-template.schema.js +9 -9
- package/build/models/canvas.schema.d.ts +2 -2
- package/build/models/canvas.schema.js +2 -2
- package/build/models/category-translation.schema.d.ts +2 -2
- package/build/models/category-translation.schema.js +3 -3
- package/build/models/category.schema.d.ts +2 -2
- package/build/models/category.schema.js +3 -3
- package/build/models/chat-with-messages.schema.d.ts +8 -8
- package/build/models/chat.schema.d.ts +5 -5
- package/build/models/chat.schema.js +5 -5
- package/build/models/cloud-payments-receipt.schema.d.ts +4 -4
- package/build/models/cloud-payments-receipt.schema.js +4 -4
- package/build/models/community/community-post-media-data.schema.d.ts +12 -12
- package/build/models/community/community-post-report/community-post-report.schema.d.ts +3 -3
- package/build/models/community/community-post-report/community-post-report.schema.js +4 -4
- package/build/models/community/community-post.schema.d.ts +28 -28
- package/build/models/community/community-post.schema.js +18 -18
- package/build/models/course-translation.schema.d.ts +2 -2
- package/build/models/course-translation.schema.js +3 -3
- package/build/models/course.schema.d.ts +6 -6
- package/build/models/course.schema.js +2 -2
- package/build/models/daily-streak.d.ts +8 -8
- package/build/models/daily-streak.js +6 -6
- package/build/models/feedback.schema.d.ts +3 -3
- package/build/models/feedback.schema.js +3 -3
- package/build/models/file.schema.d.ts +1 -1
- package/build/models/file.schema.js +2 -2
- package/build/models/folder.schema.d.ts +2 -2
- package/build/models/folder.schema.js +2 -2
- package/build/models/form-submission.schema.js +2 -2
- package/build/models/invoice-for-payment.schema.d.ts +9 -9
- package/build/models/invoice-for-payment.schema.js +7 -7
- package/build/models/key-value.schema.d.ts +1 -1
- package/build/models/key-value.schema.js +1 -1
- package/build/models/lesson-translation.schema.d.ts +2 -2
- package/build/models/lesson-translation.schema.js +3 -3
- package/build/models/lesson.schema.d.ts +2 -2
- package/build/models/lesson.schema.js +2 -2
- package/build/models/message.schema.d.ts +3 -3
- package/build/models/message.schema.js +5 -5
- package/build/models/midjourney-job.schema.js +1 -1
- package/build/models/model-page/model-page-public.schema.d.ts +46 -46
- package/build/models/model-page/model-page-public.schema.js +12 -12
- package/build/models/model-page/model-page-question-translation.schema.d.ts +2 -2
- package/build/models/model-page/model-page-question-translation.schema.js +3 -3
- package/build/models/model-page/model-page-question.schema.d.ts +2 -2
- package/build/models/model-page/model-page-question.schema.js +3 -3
- package/build/models/model-page/model-page-technical-model.schema.d.ts +37 -37
- package/build/models/model-page/model-page-technical-model.schema.js +4 -4
- package/build/models/model-page/model-page-translation.schema.d.ts +2 -2
- package/build/models/model-page/model-page-translation.schema.js +3 -3
- package/build/models/model-page/model-page.schema.d.ts +4 -4
- package/build/models/model-page/model-page.schema.js +5 -5
- package/build/models/order.schema.d.ts +4 -4
- package/build/models/order.schema.js +4 -4
- package/build/models/page-translation.schema.d.ts +2 -2
- package/build/models/page-translation.schema.js +3 -3
- package/build/models/page.schema.d.ts +6 -6
- package/build/models/page.schema.js +7 -7
- package/build/models/payment-history-item.schema.d.ts +1 -1
- package/build/models/payment-history-item.schema.js +3 -3
- package/build/models/payment.schema.d.ts +6 -6
- package/build/models/payment.schema.js +5 -5
- package/build/models/photo-studio/photo-studio-action.schema.js +1 -1
- package/build/models/photo-studio/photo-studio-checkpoint.schema.d.ts +5 -5
- package/build/models/photo-studio/photo-studio-checkpoint.schema.js +3 -3
- package/build/models/photo-studio/photo-studio-image-node.schema.d.ts +4 -4
- package/build/models/photo-studio/photo-studio-image-node.schema.js +4 -4
- package/build/models/photo-studio/photo-studio.schema.d.ts +3 -3
- package/build/models/photo-studio/photo-studio.schema.js +3 -3
- package/build/models/post-translation.schema.d.ts +2 -2
- package/build/models/post-translation.schema.js +3 -3
- package/build/models/post.schema.d.ts +1 -1
- package/build/models/post.schema.js +2 -2
- package/build/models/product.schema.d.ts +1 -1
- package/build/models/product.schema.js +2 -2
- package/build/models/promocode.schema.d.ts +3 -3
- package/build/models/promocode.schema.js +5 -5
- package/build/models/prompt-category-translation.schema.d.ts +2 -2
- package/build/models/prompt-category-translation.schema.js +3 -3
- package/build/models/prompt-category.schema.d.ts +6 -6
- package/build/models/prompt-category.schema.js +1 -1
- package/build/models/prompt-topic-translation.schema.d.ts +2 -2
- package/build/models/prompt-topic-translation.schema.js +3 -3
- package/build/models/prompt-topic.schema.d.ts +6 -6
- package/build/models/prompt-topic.schema.js +2 -2
- package/build/models/prompt-translation.schema.d.ts +2 -2
- package/build/models/prompt-translation.schema.js +3 -3
- package/build/models/prompt.schema.d.ts +2 -2
- package/build/models/prompt.schema.js +2 -2
- package/build/models/question-translation.schema.d.ts +2 -2
- package/build/models/question-translation.schema.js +3 -3
- package/build/models/question.schema.d.ts +3 -3
- package/build/models/question.schema.js +3 -3
- package/build/models/referral-bonus.schema.d.ts +3 -3
- package/build/models/referral-bonus.schema.js +4 -4
- package/build/models/review.schema.d.ts +2 -2
- package/build/models/review.schema.js +4 -4
- package/build/models/section-translation.schema.d.ts +2 -2
- package/build/models/section-translation.schema.js +3 -3
- package/build/models/section.schema.d.ts +6 -6
- package/build/models/section.schema.js +2 -2
- package/build/models/subscription-feature.schema.js +2 -2
- package/build/models/subscription-upgrade-schema.d.ts +2 -2
- package/build/models/subscription.schema.d.ts +16 -16
- package/build/models/subscription.schema.js +7 -7
- package/build/models/support-feedback.schema.d.ts +3 -3
- package/build/models/support-feedback.schema.js +3 -3
- package/build/models/team-account/team-account-invite.schema.d.ts +10 -10
- package/build/models/team-account/team-account-invite.schema.js +5 -5
- package/build/models/team-account/team-account-member-list-item.schema.d.ts +3 -3
- package/build/models/team-account/team-account-member-list-item.schema.js +5 -5
- package/build/models/team-account/team-account-member.schema.d.ts +3 -3
- package/build/models/team-account/team-account-member.schema.js +3 -3
- package/build/models/team-account/team-account-operation.schema.d.ts +3 -3
- package/build/models/team-account/team-account-operation.schema.js +3 -3
- package/build/models/team-account/team-account-with-balance.schema.d.ts +3 -3
- package/build/models/team-account/team-account.schema.d.ts +5 -5
- package/build/models/team-account/team-account.schema.js +6 -6
- package/build/models/team-account/team-to-product.schema.d.ts +9 -9
- package/build/models/team-account/team-to-product.schema.js +5 -5
- package/build/models/team-account/team-to-subscription.schema.d.ts +14 -14
- package/build/models/team-account/team-to-subscription.schema.js +9 -9
- package/build/models/team-subscription-feature.schema.js +1 -1
- package/build/models/tool-group.schema.d.ts +1 -1
- package/build/models/tool-group.schema.js +1 -1
- package/build/models/tool-job.schema.d.ts +1 -1
- package/build/models/tool-job.schema.js +2 -2
- package/build/models/tool.schema.d.ts +3 -3
- package/build/models/tool.schema.js +1 -1
- package/build/models/tools/diagrams/diagrams-chart-type.schema.d.ts +2 -2
- package/build/models/tools/diagrams/diagrams-chart-type.schema.js +1 -1
- package/build/models/tools/diagrams/diagrams-config.schema.d.ts +2 -2
- package/build/models/tools/diagrams/diagrams-job.schema.d.ts +37 -37
- package/build/models/tools/diagrams/diagrams-job.schema.js +18 -18
- package/build/models/tools/diagrams/diagrams-model.schema.d.ts +2 -2
- package/build/models/tools/diagrams/diagrams-model.schema.js +2 -2
- package/build/models/tools/html-page-builder/html-page-builder-job.schema.d.ts +3 -3
- package/build/models/tools/html-page-builder/html-page-builder-job.schema.js +5 -5
- package/build/models/tools/html-page-builder/html-page-builder-model.schema.js +1 -1
- package/build/models/tools/html-page-builder/html-page-builder-session.schema.d.ts +5 -5
- package/build/models/tools/html-page-builder/html-page-builder-session.schema.js +3 -3
- package/build/models/tools/image-editor/image-editor-config.schema.d.ts +3 -3
- package/build/models/tools/image-editor/image-editor-config.schema.js +1 -1
- package/build/models/tools/image-editor/image-editor-job.schema.d.ts +2 -2
- package/build/models/tools/image-editor/image-editor-job.schema.js +1 -1
- package/build/models/tools/image-generation/image-generation-config.schema.d.ts +4 -4
- package/build/models/tools/image-generation/image-generation-config.schema.js +2 -2
- package/build/models/tools/image-generation/image-generation-job.schema.d.ts +2 -2
- package/build/models/tools/image-generation/image-generation-job.schema.js +3 -3
- package/build/models/tools/image-generation/image-generation-model.schema.js +1 -1
- package/build/models/tools/image-recognition/image-recognition-job.schema.d.ts +1 -1
- package/build/models/tools/image-recognition/image-recognition-job.schema.js +1 -1
- package/build/models/tools/interior-design/interior-design-job.schema.d.ts +2 -2
- package/build/models/tools/interior-design/interior-design-job.schema.js +2 -2
- package/build/models/tools/marketplace-card/marketplace-card-config.schema.d.ts +4 -4
- package/build/models/tools/marketplace-card/marketplace-card-config.schema.js +3 -3
- package/build/models/tools/marketplace-card/marketplace-card-description-generation.schema.d.ts +1 -1
- package/build/models/tools/marketplace-card/marketplace-card-description-generation.schema.js +2 -2
- package/build/models/tools/marketplace-card/marketplace-card-job.schema.d.ts +2 -2
- package/build/models/tools/marketplace-card/marketplace-card-job.schema.js +3 -3
- package/build/models/tools/music/music-config.schema.js +1 -1
- package/build/models/tools/music/music-job.schema.d.ts +31 -31
- package/build/models/tools/music/music-job.schema.js +20 -20
- package/build/models/tools/music/music-model.schema.js +1 -1
- package/build/models/tools/music/music-playlist.schema.d.ts +23 -23
- package/build/models/tools/music/music-playlist.schema.js +3 -3
- package/build/models/tools/music/music-track.schema.d.ts +1 -1
- package/build/models/tools/paraphrase/paraphrase-config.schema.d.ts +2 -2
- package/build/models/tools/paraphrase/paraphrase-document.schema.d.ts +1 -1
- package/build/models/tools/paraphrase/paraphrase-document.schema.js +1 -1
- package/build/models/tools/paraphrase/paraphrase-job.schema.d.ts +5 -5
- package/build/models/tools/paraphrase/paraphrase-job.schema.js +5 -5
- package/build/models/tools/paraphrase/paraphrase-model.schema.d.ts +1 -1
- package/build/models/tools/paraphrase/paraphrase-model.schema.js +2 -2
- package/build/models/tools/paraphrase/paraphrase-style.schema.d.ts +1 -1
- package/build/models/tools/paraphrase/paraphrase-style.schema.js +1 -1
- package/build/models/tools/photo-session/photo-session-config.schema.d.ts +6 -6
- package/build/models/tools/photo-session/photo-session-config.schema.js +1 -1
- package/build/models/tools/photo-session/photo-session-group.schema.d.ts +2 -2
- package/build/models/tools/photo-session/photo-session-group.schema.js +2 -2
- package/build/models/tools/photo-session/photo-session-job.schema.d.ts +4 -4
- package/build/models/tools/photo-session/photo-session-job.schema.js +3 -3
- package/build/models/tools/photo-session/photo-session-model.schema.js +1 -1
- package/build/models/tools/photo-session/photo-session-style.schema.d.ts +5 -5
- package/build/models/tools/photo-session/photo-session-style.schema.js +3 -3
- package/build/models/tools/presentation/pptx-export-payload.schema.js +13 -13
- package/build/models/tools/presentation/presentation-ai-action.schema.js +1 -1
- package/build/models/tools/presentation/presentation-config.schema.d.ts +1 -1
- package/build/models/tools/presentation/presentation-template.schema.d.ts +1 -1
- package/build/models/tools/presentation/presentation-template.schema.js +1 -1
- package/build/models/tools/presentation/presentation-title-page.schema.d.ts +1 -1
- package/build/models/tools/presentation/presentation-title-page.schema.js +1 -1
- package/build/models/tools/presentation/presentation.schema.d.ts +8 -8
- package/build/models/tools/presentation/presentation.schema.js +4 -4
- package/build/models/tools/presentation/slide-content-edit.schema.d.ts +2 -2
- package/build/models/tools/presentation/slide-content-type.schema.js +2 -2
- package/build/models/tools/presentation/slide-content.schema.d.ts +4 -4
- package/build/models/tools/presentation/slide-content.schema.js +0 -2
- package/build/models/tools/presentation/slide-icon-slot.schema.d.ts +1 -1
- package/build/models/tools/presentation/slide-icon-slot.schema.js +2 -2
- package/build/models/tools/presentation/slide-image-slot.schema.d.ts +1 -1
- package/build/models/tools/presentation/slide-image-slot.schema.js +2 -2
- package/build/models/tools/presentation/slide-outline.schema.d.ts +1 -1
- package/build/models/tools/presentation/slide-outline.schema.js +2 -2
- package/build/models/tools/presentation/slide.schema.d.ts +7 -7
- package/build/models/tools/presentation/slide.schema.js +4 -4
- package/build/models/tools/solving-edu-task/solving-edu-task-job.schema.d.ts +1 -1
- package/build/models/tools/solving-edu-task/solving-edu-task-job.schema.js +3 -3
- package/build/models/tools/solving-edu-task/solving-edu-task-model.schema.js +1 -1
- package/build/models/tools/sound-generation/sound-generation-job.schema.d.ts +1 -1
- package/build/models/tools/sound-generation/sound-generation-model.schema.js +2 -2
- package/build/models/tools/spell-corrector/spell-corrector-config.schema.d.ts +1 -1
- package/build/models/tools/spell-corrector/spell-corrector-job.schema.d.ts +5 -5
- package/build/models/tools/spell-corrector/spell-corrector-job.schema.js +4 -4
- package/build/models/tools/spell-corrector/spell-corrector-model.schema.d.ts +1 -1
- package/build/models/tools/spell-corrector/spell-corrector-model.schema.js +2 -2
- package/build/models/tools/stt/stt-job.schema.d.ts +1 -1
- package/build/models/tools/stt/stt-job.schema.js +1 -1
- package/build/models/tools/tool-workspace/tool-workspace-contents.schema.d.ts +10 -10
- package/build/models/tools/tool-workspace/tool-workspace-item.schema.d.ts +7 -7
- package/build/models/tools/tool-workspace/tool-workspace-item.schema.js +4 -4
- package/build/models/tools/tool-workspace/tool-workspace-job.schema.d.ts +5 -5
- package/build/models/tools/tool-workspace/tool-workspace.schema.d.ts +3 -3
- package/build/models/tools/tool-workspace/tool-workspace.schema.js +5 -5
- package/build/models/tools/tts/tts-config.schema.js +3 -3
- package/build/models/tools/tts/tts-job.schema.d.ts +1 -1
- package/build/models/tools/tts/tts-job.schema.js +1 -1
- package/build/models/tools/tts/voice-design-draft.schema.d.ts +2 -2
- package/build/models/tools/tts/voice-design-draft.schema.js +2 -2
- package/build/models/tools/tts/voice-design-sample.schema.d.ts +1 -1
- package/build/models/tools/tts/voice-design-sample.schema.js +1 -1
- package/build/models/tools/tts/voice.schema.d.ts +3 -3
- package/build/models/tools/tts/voice.schema.js +8 -8
- package/build/models/tools/video/video-config.schema.d.ts +2 -2
- package/build/models/tools/video/video-config.schema.js +1 -1
- package/build/models/tools/video/video-job.schema.d.ts +5 -5
- package/build/models/tools/video/video-job.schema.js +4 -4
- package/build/models/tools/video/video-model.schema.d.ts +4 -4
- package/build/models/tools/video/video-model.schema.js +6 -6
- package/build/models/tools/video-editor/video-editor-job.schema.d.ts +1 -1
- package/build/models/tools/video-editor/video-editor-job.schema.js +1 -1
- package/build/models/tools/video-editor/video-editor-model.schema.js +2 -2
- package/build/models/tools/writer/writer-ai-action.schema.js +1 -1
- package/build/models/tools/writer/writer-config.schema.d.ts +1 -1
- package/build/models/tools/writer/writer-document-outline.schema.js +1 -1
- package/build/models/tools/writer/writer-document-type.schema.d.ts +1 -1
- package/build/models/tools/writer/writer-document-type.schema.js +1 -1
- package/build/models/tools/writer/writer-document.schema.d.ts +1 -1
- package/build/models/tools/writer/writer-document.schema.js +3 -3
- package/build/models/tools/writer/writer-model.schema.js +1 -1
- package/build/models/tools/writer/writer-source.schema.d.ts +2 -2
- package/build/models/tools/writer/writer-source.schema.js +4 -4
- package/build/models/ui-notification.schema.d.ts +16 -16
- package/build/models/ui-notification.schema.js +7 -7
- package/build/models/unregistered-user.schema.d.ts +1 -1
- package/build/models/unregistered-user.schema.js +1 -1
- package/build/models/update-post-translation.schema.d.ts +2 -2
- package/build/models/update-post-translation.schema.js +3 -3
- package/build/models/update-post.schema.d.ts +1 -1
- package/build/models/update-post.schema.js +1 -1
- package/build/models/user-profile.schema.d.ts +4 -4
- package/build/models/user-profile.schema.js +2 -2
- package/build/models/user-referrals.schema.d.ts +2 -2
- package/build/models/user-referrals.schema.js +2 -3
- package/build/models/user-task.schema.d.ts +1 -1
- package/build/models/user-task.schema.js +3 -3
- package/build/models/user-to-product.schema.d.ts +7 -7
- package/build/models/user-to-product.schema.js +4 -4
- package/build/models/user-to-subscription.schema.d.ts +12 -12
- package/build/models/user-to-subscription.schema.js +2 -2
- package/build/models/user.schema.d.ts +9 -9
- package/build/models/user.schema.js +3 -3
- package/build/models/users-filter-notification.schema.d.ts +5 -5
- package/build/models/users-filter-notification.schema.js +5 -5
- package/build/models/webmaster-balance.schema.d.ts +4 -4
- package/build/models/webmaster-balance.schema.js +6 -6
- package/build/models/webmaster-click.schema.d.ts +2 -2
- package/build/models/webmaster-click.schema.js +2 -2
- package/build/models/webmaster.schema.d.ts +4 -4
- package/build/models/webmaster.schema.js +3 -3
- package/package.json +1 -1
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
export declare namespace FindCanvasByUuidWithRelationsQuery {
|
|
3
3
|
const RequestSchema: z.ZodObject<{
|
|
4
|
-
uuid: z.
|
|
4
|
+
uuid: z.ZodUUID;
|
|
5
5
|
}, z.core.$strip>;
|
|
6
6
|
type Request = z.infer<typeof RequestSchema>;
|
|
7
7
|
const ResponseSchema: z.ZodObject<{
|
|
8
8
|
data: z.ZodObject<{
|
|
9
|
-
uuid: z.
|
|
9
|
+
uuid: z.ZodUUID;
|
|
10
10
|
name: z.ZodString;
|
|
11
|
-
userId: z.
|
|
11
|
+
userId: z.ZodUUID;
|
|
12
12
|
createdAt: z.ZodDate;
|
|
13
13
|
updatedAt: z.ZodDate;
|
|
14
14
|
nodes: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
15
|
-
uuid: z.
|
|
16
|
-
canvasId: z.
|
|
15
|
+
uuid: z.ZodUUID;
|
|
16
|
+
canvasId: z.ZodUUID;
|
|
17
17
|
position: z.ZodObject<{
|
|
18
18
|
topLeft: z.ZodObject<{
|
|
19
19
|
x: z.ZodNumber;
|
|
@@ -25,13 +25,13 @@ export declare namespace FindCanvasByUuidWithRelationsQuery {
|
|
|
25
25
|
}, z.core.$strip>;
|
|
26
26
|
}, z.core.$strip>;
|
|
27
27
|
status: z.ZodEnum<typeof import("../../..").NODE_RUN_STATUS>;
|
|
28
|
-
toolJobId: z.ZodNullable<z.
|
|
28
|
+
toolJobId: z.ZodNullable<z.ZodUUID>;
|
|
29
29
|
isParamsChanged: z.ZodOptional<z.ZodBoolean>;
|
|
30
30
|
error: z.ZodNullable<z.ZodObject<{
|
|
31
31
|
code: z.ZodString;
|
|
32
32
|
message: z.ZodString;
|
|
33
33
|
details: z.ZodOptional<z.ZodObject<{
|
|
34
|
-
nodeId: z.ZodOptional<z.
|
|
34
|
+
nodeId: z.ZodOptional<z.ZodUUID>;
|
|
35
35
|
errorKind: z.ZodOptional<z.ZodEnum<typeof import("../../..").CANVAS_NODE_ERROR_KIND>>;
|
|
36
36
|
}, z.core.$catchall<z.ZodUnknown>>>;
|
|
37
37
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -48,8 +48,8 @@ export declare namespace FindCanvasByUuidWithRelationsQuery {
|
|
|
48
48
|
result: z.ZodString;
|
|
49
49
|
}, z.core.$strict>>;
|
|
50
50
|
}, z.core.$strip>, z.ZodObject<{
|
|
51
|
-
uuid: z.
|
|
52
|
-
canvasId: z.
|
|
51
|
+
uuid: z.ZodUUID;
|
|
52
|
+
canvasId: z.ZodUUID;
|
|
53
53
|
position: z.ZodObject<{
|
|
54
54
|
topLeft: z.ZodObject<{
|
|
55
55
|
x: z.ZodNumber;
|
|
@@ -61,13 +61,13 @@ export declare namespace FindCanvasByUuidWithRelationsQuery {
|
|
|
61
61
|
}, z.core.$strip>;
|
|
62
62
|
}, z.core.$strip>;
|
|
63
63
|
status: z.ZodEnum<typeof import("../../..").NODE_RUN_STATUS>;
|
|
64
|
-
toolJobId: z.ZodNullable<z.
|
|
64
|
+
toolJobId: z.ZodNullable<z.ZodUUID>;
|
|
65
65
|
isParamsChanged: z.ZodOptional<z.ZodBoolean>;
|
|
66
66
|
error: z.ZodNullable<z.ZodObject<{
|
|
67
67
|
code: z.ZodString;
|
|
68
68
|
message: z.ZodString;
|
|
69
69
|
details: z.ZodOptional<z.ZodObject<{
|
|
70
|
-
nodeId: z.ZodOptional<z.
|
|
70
|
+
nodeId: z.ZodOptional<z.ZodUUID>;
|
|
71
71
|
errorKind: z.ZodOptional<z.ZodEnum<typeof import("../../..").CANVAS_NODE_ERROR_KIND>>;
|
|
72
72
|
}, z.core.$catchall<z.ZodUnknown>>>;
|
|
73
73
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -84,14 +84,14 @@ export declare namespace FindCanvasByUuidWithRelationsQuery {
|
|
|
84
84
|
}, z.core.$strict>>;
|
|
85
85
|
output: z.ZodNullable<z.ZodObject<{
|
|
86
86
|
images: z.ZodArray<z.ZodObject<{
|
|
87
|
-
fileId: z.
|
|
88
|
-
url: z.
|
|
87
|
+
fileId: z.ZodUUID;
|
|
88
|
+
url: z.ZodURL;
|
|
89
89
|
text: z.ZodNullable<z.ZodString>;
|
|
90
90
|
}, z.core.$strict>>;
|
|
91
91
|
}, z.core.$strict>>;
|
|
92
92
|
}, z.core.$strip>, z.ZodObject<{
|
|
93
|
-
uuid: z.
|
|
94
|
-
canvasId: z.
|
|
93
|
+
uuid: z.ZodUUID;
|
|
94
|
+
canvasId: z.ZodUUID;
|
|
95
95
|
position: z.ZodObject<{
|
|
96
96
|
topLeft: z.ZodObject<{
|
|
97
97
|
x: z.ZodNumber;
|
|
@@ -103,13 +103,13 @@ export declare namespace FindCanvasByUuidWithRelationsQuery {
|
|
|
103
103
|
}, z.core.$strip>;
|
|
104
104
|
}, z.core.$strip>;
|
|
105
105
|
status: z.ZodEnum<typeof import("../../..").NODE_RUN_STATUS>;
|
|
106
|
-
toolJobId: z.ZodNullable<z.
|
|
106
|
+
toolJobId: z.ZodNullable<z.ZodUUID>;
|
|
107
107
|
isParamsChanged: z.ZodOptional<z.ZodBoolean>;
|
|
108
108
|
error: z.ZodNullable<z.ZodObject<{
|
|
109
109
|
code: z.ZodString;
|
|
110
110
|
message: z.ZodString;
|
|
111
111
|
details: z.ZodOptional<z.ZodObject<{
|
|
112
|
-
nodeId: z.ZodOptional<z.
|
|
112
|
+
nodeId: z.ZodOptional<z.ZodUUID>;
|
|
113
113
|
errorKind: z.ZodOptional<z.ZodEnum<typeof import("../../..").CANVAS_NODE_ERROR_KIND>>;
|
|
114
114
|
}, z.core.$catchall<z.ZodUnknown>>>;
|
|
115
115
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -126,14 +126,14 @@ export declare namespace FindCanvasByUuidWithRelationsQuery {
|
|
|
126
126
|
}, z.core.$strict>>;
|
|
127
127
|
output: z.ZodNullable<z.ZodObject<{
|
|
128
128
|
images: z.ZodArray<z.ZodObject<{
|
|
129
|
-
fileId: z.
|
|
130
|
-
url: z.
|
|
129
|
+
fileId: z.ZodUUID;
|
|
130
|
+
url: z.ZodURL;
|
|
131
131
|
text: z.ZodNullable<z.ZodString>;
|
|
132
132
|
}, z.core.$strict>>;
|
|
133
133
|
}, z.core.$strict>>;
|
|
134
134
|
}, z.core.$strip>, z.ZodObject<{
|
|
135
|
-
uuid: z.
|
|
136
|
-
canvasId: z.
|
|
135
|
+
uuid: z.ZodUUID;
|
|
136
|
+
canvasId: z.ZodUUID;
|
|
137
137
|
position: z.ZodObject<{
|
|
138
138
|
topLeft: z.ZodObject<{
|
|
139
139
|
x: z.ZodNumber;
|
|
@@ -145,13 +145,13 @@ export declare namespace FindCanvasByUuidWithRelationsQuery {
|
|
|
145
145
|
}, z.core.$strip>;
|
|
146
146
|
}, z.core.$strip>;
|
|
147
147
|
status: z.ZodEnum<typeof import("../../..").NODE_RUN_STATUS>;
|
|
148
|
-
toolJobId: z.ZodNullable<z.
|
|
148
|
+
toolJobId: z.ZodNullable<z.ZodUUID>;
|
|
149
149
|
isParamsChanged: z.ZodOptional<z.ZodBoolean>;
|
|
150
150
|
error: z.ZodNullable<z.ZodObject<{
|
|
151
151
|
code: z.ZodString;
|
|
152
152
|
message: z.ZodString;
|
|
153
153
|
details: z.ZodOptional<z.ZodObject<{
|
|
154
|
-
nodeId: z.ZodOptional<z.
|
|
154
|
+
nodeId: z.ZodOptional<z.ZodUUID>;
|
|
155
155
|
errorKind: z.ZodOptional<z.ZodEnum<typeof import("../../..").CANVAS_NODE_ERROR_KIND>>;
|
|
156
156
|
}, z.core.$catchall<z.ZodUnknown>>>;
|
|
157
157
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -166,18 +166,18 @@ export declare namespace FindCanvasByUuidWithRelationsQuery {
|
|
|
166
166
|
duration: z.ZodString;
|
|
167
167
|
aspectRatio: z.ZodOptional<z.ZodString>;
|
|
168
168
|
resolution: z.ZodOptional<z.ZodString>;
|
|
169
|
-
referenceImages: z.ZodOptional<z.ZodArray<z.
|
|
169
|
+
referenceImages: z.ZodOptional<z.ZodArray<z.ZodUUID>>;
|
|
170
170
|
}, z.core.$strict>>;
|
|
171
171
|
output: z.ZodNullable<z.ZodObject<{
|
|
172
172
|
video: z.ZodObject<{
|
|
173
|
-
fileId: z.
|
|
174
|
-
url: z.
|
|
173
|
+
fileId: z.ZodUUID;
|
|
174
|
+
url: z.ZodURL;
|
|
175
175
|
text: z.ZodNullable<z.ZodString>;
|
|
176
176
|
}, z.core.$strict>;
|
|
177
177
|
}, z.core.$strict>>;
|
|
178
178
|
}, z.core.$strip>, z.ZodObject<{
|
|
179
|
-
uuid: z.
|
|
180
|
-
canvasId: z.
|
|
179
|
+
uuid: z.ZodUUID;
|
|
180
|
+
canvasId: z.ZodUUID;
|
|
181
181
|
position: z.ZodObject<{
|
|
182
182
|
topLeft: z.ZodObject<{
|
|
183
183
|
x: z.ZodNumber;
|
|
@@ -189,13 +189,13 @@ export declare namespace FindCanvasByUuidWithRelationsQuery {
|
|
|
189
189
|
}, z.core.$strip>;
|
|
190
190
|
}, z.core.$strip>;
|
|
191
191
|
status: z.ZodEnum<typeof import("../../..").NODE_RUN_STATUS>;
|
|
192
|
-
toolJobId: z.ZodNullable<z.
|
|
192
|
+
toolJobId: z.ZodNullable<z.ZodUUID>;
|
|
193
193
|
isParamsChanged: z.ZodOptional<z.ZodBoolean>;
|
|
194
194
|
error: z.ZodNullable<z.ZodObject<{
|
|
195
195
|
code: z.ZodString;
|
|
196
196
|
message: z.ZodString;
|
|
197
197
|
details: z.ZodOptional<z.ZodObject<{
|
|
198
|
-
nodeId: z.ZodOptional<z.
|
|
198
|
+
nodeId: z.ZodOptional<z.ZodUUID>;
|
|
199
199
|
errorKind: z.ZodOptional<z.ZodEnum<typeof import("../../..").CANVAS_NODE_ERROR_KIND>>;
|
|
200
200
|
}, z.core.$catchall<z.ZodUnknown>>>;
|
|
201
201
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -210,18 +210,18 @@ export declare namespace FindCanvasByUuidWithRelationsQuery {
|
|
|
210
210
|
duration: z.ZodString;
|
|
211
211
|
aspectRatio: z.ZodOptional<z.ZodString>;
|
|
212
212
|
resolution: z.ZodOptional<z.ZodString>;
|
|
213
|
-
referenceImages: z.ZodOptional<z.ZodArray<z.
|
|
213
|
+
referenceImages: z.ZodOptional<z.ZodArray<z.ZodUUID>>;
|
|
214
214
|
}, z.core.$strict>>;
|
|
215
215
|
output: z.ZodNullable<z.ZodObject<{
|
|
216
216
|
video: z.ZodObject<{
|
|
217
|
-
fileId: z.
|
|
218
|
-
url: z.
|
|
217
|
+
fileId: z.ZodUUID;
|
|
218
|
+
url: z.ZodURL;
|
|
219
219
|
text: z.ZodNullable<z.ZodString>;
|
|
220
220
|
}, z.core.$strict>;
|
|
221
221
|
}, z.core.$strict>>;
|
|
222
222
|
}, z.core.$strip>, z.ZodObject<{
|
|
223
|
-
uuid: z.
|
|
224
|
-
canvasId: z.
|
|
223
|
+
uuid: z.ZodUUID;
|
|
224
|
+
canvasId: z.ZodUUID;
|
|
225
225
|
position: z.ZodObject<{
|
|
226
226
|
topLeft: z.ZodObject<{
|
|
227
227
|
x: z.ZodNumber;
|
|
@@ -233,13 +233,13 @@ export declare namespace FindCanvasByUuidWithRelationsQuery {
|
|
|
233
233
|
}, z.core.$strip>;
|
|
234
234
|
}, z.core.$strip>;
|
|
235
235
|
status: z.ZodEnum<typeof import("../../..").NODE_RUN_STATUS>;
|
|
236
|
-
toolJobId: z.ZodNullable<z.
|
|
236
|
+
toolJobId: z.ZodNullable<z.ZodUUID>;
|
|
237
237
|
isParamsChanged: z.ZodOptional<z.ZodBoolean>;
|
|
238
238
|
error: z.ZodNullable<z.ZodObject<{
|
|
239
239
|
code: z.ZodString;
|
|
240
240
|
message: z.ZodString;
|
|
241
241
|
details: z.ZodOptional<z.ZodObject<{
|
|
242
|
-
nodeId: z.ZodOptional<z.
|
|
242
|
+
nodeId: z.ZodOptional<z.ZodUUID>;
|
|
243
243
|
errorKind: z.ZodOptional<z.ZodEnum<typeof import("../../..").CANVAS_NODE_ERROR_KIND>>;
|
|
244
244
|
}, z.core.$catchall<z.ZodUnknown>>>;
|
|
245
245
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -264,14 +264,14 @@ export declare namespace FindCanvasByUuidWithRelationsQuery {
|
|
|
264
264
|
}, z.core.$strict>], "mode">>;
|
|
265
265
|
output: z.ZodNullable<z.ZodObject<{
|
|
266
266
|
audio: z.ZodObject<{
|
|
267
|
-
fileId: z.
|
|
268
|
-
url: z.
|
|
267
|
+
fileId: z.ZodUUID;
|
|
268
|
+
url: z.ZodURL;
|
|
269
269
|
text: z.ZodNullable<z.ZodString>;
|
|
270
270
|
}, z.core.$strict>;
|
|
271
271
|
}, z.core.$strict>>;
|
|
272
272
|
}, z.core.$strip>, z.ZodObject<{
|
|
273
|
-
uuid: z.
|
|
274
|
-
canvasId: z.
|
|
273
|
+
uuid: z.ZodUUID;
|
|
274
|
+
canvasId: z.ZodUUID;
|
|
275
275
|
position: z.ZodObject<{
|
|
276
276
|
topLeft: z.ZodObject<{
|
|
277
277
|
x: z.ZodNumber;
|
|
@@ -283,13 +283,13 @@ export declare namespace FindCanvasByUuidWithRelationsQuery {
|
|
|
283
283
|
}, z.core.$strip>;
|
|
284
284
|
}, z.core.$strip>;
|
|
285
285
|
status: z.ZodEnum<typeof import("../../..").NODE_RUN_STATUS>;
|
|
286
|
-
toolJobId: z.ZodNullable<z.
|
|
286
|
+
toolJobId: z.ZodNullable<z.ZodUUID>;
|
|
287
287
|
isParamsChanged: z.ZodOptional<z.ZodBoolean>;
|
|
288
288
|
error: z.ZodNullable<z.ZodObject<{
|
|
289
289
|
code: z.ZodString;
|
|
290
290
|
message: z.ZodString;
|
|
291
291
|
details: z.ZodOptional<z.ZodObject<{
|
|
292
|
-
nodeId: z.ZodOptional<z.
|
|
292
|
+
nodeId: z.ZodOptional<z.ZodUUID>;
|
|
293
293
|
errorKind: z.ZodOptional<z.ZodEnum<typeof import("../../..").CANVAS_NODE_ERROR_KIND>>;
|
|
294
294
|
}, z.core.$catchall<z.ZodUnknown>>>;
|
|
295
295
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -316,8 +316,8 @@ export declare namespace FindCanvasByUuidWithRelationsQuery {
|
|
|
316
316
|
transcript: z.ZodString;
|
|
317
317
|
}, z.core.$strict>>;
|
|
318
318
|
}, z.core.$strip>, z.ZodObject<{
|
|
319
|
-
uuid: z.
|
|
320
|
-
canvasId: z.
|
|
319
|
+
uuid: z.ZodUUID;
|
|
320
|
+
canvasId: z.ZodUUID;
|
|
321
321
|
position: z.ZodObject<{
|
|
322
322
|
topLeft: z.ZodObject<{
|
|
323
323
|
x: z.ZodNumber;
|
|
@@ -329,13 +329,13 @@ export declare namespace FindCanvasByUuidWithRelationsQuery {
|
|
|
329
329
|
}, z.core.$strip>;
|
|
330
330
|
}, z.core.$strip>;
|
|
331
331
|
status: z.ZodEnum<typeof import("../../..").NODE_RUN_STATUS>;
|
|
332
|
-
toolJobId: z.ZodNullable<z.
|
|
332
|
+
toolJobId: z.ZodNullable<z.ZodUUID>;
|
|
333
333
|
isParamsChanged: z.ZodOptional<z.ZodBoolean>;
|
|
334
334
|
error: z.ZodNullable<z.ZodObject<{
|
|
335
335
|
code: z.ZodString;
|
|
336
336
|
message: z.ZodString;
|
|
337
337
|
details: z.ZodOptional<z.ZodObject<{
|
|
338
|
-
nodeId: z.ZodOptional<z.
|
|
338
|
+
nodeId: z.ZodOptional<z.ZodUUID>;
|
|
339
339
|
errorKind: z.ZodOptional<z.ZodEnum<typeof import("../../..").CANVAS_NODE_ERROR_KIND>>;
|
|
340
340
|
}, z.core.$catchall<z.ZodUnknown>>>;
|
|
341
341
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -348,8 +348,8 @@ export declare namespace FindCanvasByUuidWithRelationsQuery {
|
|
|
348
348
|
text: z.ZodString;
|
|
349
349
|
}, z.core.$strict>>;
|
|
350
350
|
}, z.core.$strip>, z.ZodObject<{
|
|
351
|
-
uuid: z.
|
|
352
|
-
canvasId: z.
|
|
351
|
+
uuid: z.ZodUUID;
|
|
352
|
+
canvasId: z.ZodUUID;
|
|
353
353
|
position: z.ZodObject<{
|
|
354
354
|
topLeft: z.ZodObject<{
|
|
355
355
|
x: z.ZodNumber;
|
|
@@ -361,13 +361,13 @@ export declare namespace FindCanvasByUuidWithRelationsQuery {
|
|
|
361
361
|
}, z.core.$strip>;
|
|
362
362
|
}, z.core.$strip>;
|
|
363
363
|
status: z.ZodEnum<typeof import("../../..").NODE_RUN_STATUS>;
|
|
364
|
-
toolJobId: z.ZodNullable<z.
|
|
364
|
+
toolJobId: z.ZodNullable<z.ZodUUID>;
|
|
365
365
|
isParamsChanged: z.ZodOptional<z.ZodBoolean>;
|
|
366
366
|
error: z.ZodNullable<z.ZodObject<{
|
|
367
367
|
code: z.ZodString;
|
|
368
368
|
message: z.ZodString;
|
|
369
369
|
details: z.ZodOptional<z.ZodObject<{
|
|
370
|
-
nodeId: z.ZodOptional<z.
|
|
370
|
+
nodeId: z.ZodOptional<z.ZodUUID>;
|
|
371
371
|
errorKind: z.ZodOptional<z.ZodEnum<typeof import("../../..").CANVAS_NODE_ERROR_KIND>>;
|
|
372
372
|
}, z.core.$catchall<z.ZodUnknown>>>;
|
|
373
373
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -378,14 +378,14 @@ export declare namespace FindCanvasByUuidWithRelationsQuery {
|
|
|
378
378
|
params: z.ZodNull;
|
|
379
379
|
output: z.ZodNullable<z.ZodObject<{
|
|
380
380
|
image: z.ZodObject<{
|
|
381
|
-
fileId: z.
|
|
382
|
-
url: z.
|
|
381
|
+
fileId: z.ZodUUID;
|
|
382
|
+
url: z.ZodURL;
|
|
383
383
|
text: z.ZodNullable<z.ZodString>;
|
|
384
384
|
}, z.core.$strict>;
|
|
385
385
|
}, z.core.$strict>>;
|
|
386
386
|
}, z.core.$strip>, z.ZodObject<{
|
|
387
|
-
uuid: z.
|
|
388
|
-
canvasId: z.
|
|
387
|
+
uuid: z.ZodUUID;
|
|
388
|
+
canvasId: z.ZodUUID;
|
|
389
389
|
position: z.ZodObject<{
|
|
390
390
|
topLeft: z.ZodObject<{
|
|
391
391
|
x: z.ZodNumber;
|
|
@@ -397,13 +397,13 @@ export declare namespace FindCanvasByUuidWithRelationsQuery {
|
|
|
397
397
|
}, z.core.$strip>;
|
|
398
398
|
}, z.core.$strip>;
|
|
399
399
|
status: z.ZodEnum<typeof import("../../..").NODE_RUN_STATUS>;
|
|
400
|
-
toolJobId: z.ZodNullable<z.
|
|
400
|
+
toolJobId: z.ZodNullable<z.ZodUUID>;
|
|
401
401
|
isParamsChanged: z.ZodOptional<z.ZodBoolean>;
|
|
402
402
|
error: z.ZodNullable<z.ZodObject<{
|
|
403
403
|
code: z.ZodString;
|
|
404
404
|
message: z.ZodString;
|
|
405
405
|
details: z.ZodOptional<z.ZodObject<{
|
|
406
|
-
nodeId: z.ZodOptional<z.
|
|
406
|
+
nodeId: z.ZodOptional<z.ZodUUID>;
|
|
407
407
|
errorKind: z.ZodOptional<z.ZodEnum<typeof import("../../..").CANVAS_NODE_ERROR_KIND>>;
|
|
408
408
|
}, z.core.$catchall<z.ZodUnknown>>>;
|
|
409
409
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -414,14 +414,14 @@ export declare namespace FindCanvasByUuidWithRelationsQuery {
|
|
|
414
414
|
params: z.ZodNull;
|
|
415
415
|
output: z.ZodNullable<z.ZodObject<{
|
|
416
416
|
video: z.ZodObject<{
|
|
417
|
-
fileId: z.
|
|
418
|
-
url: z.
|
|
417
|
+
fileId: z.ZodUUID;
|
|
418
|
+
url: z.ZodURL;
|
|
419
419
|
text: z.ZodNullable<z.ZodString>;
|
|
420
420
|
}, z.core.$strict>;
|
|
421
421
|
}, z.core.$strict>>;
|
|
422
422
|
}, z.core.$strip>, z.ZodObject<{
|
|
423
|
-
uuid: z.
|
|
424
|
-
canvasId: z.
|
|
423
|
+
uuid: z.ZodUUID;
|
|
424
|
+
canvasId: z.ZodUUID;
|
|
425
425
|
position: z.ZodObject<{
|
|
426
426
|
topLeft: z.ZodObject<{
|
|
427
427
|
x: z.ZodNumber;
|
|
@@ -433,13 +433,13 @@ export declare namespace FindCanvasByUuidWithRelationsQuery {
|
|
|
433
433
|
}, z.core.$strip>;
|
|
434
434
|
}, z.core.$strip>;
|
|
435
435
|
status: z.ZodEnum<typeof import("../../..").NODE_RUN_STATUS>;
|
|
436
|
-
toolJobId: z.ZodNullable<z.
|
|
436
|
+
toolJobId: z.ZodNullable<z.ZodUUID>;
|
|
437
437
|
isParamsChanged: z.ZodOptional<z.ZodBoolean>;
|
|
438
438
|
error: z.ZodNullable<z.ZodObject<{
|
|
439
439
|
code: z.ZodString;
|
|
440
440
|
message: z.ZodString;
|
|
441
441
|
details: z.ZodOptional<z.ZodObject<{
|
|
442
|
-
nodeId: z.ZodOptional<z.
|
|
442
|
+
nodeId: z.ZodOptional<z.ZodUUID>;
|
|
443
443
|
errorKind: z.ZodOptional<z.ZodEnum<typeof import("../../..").CANVAS_NODE_ERROR_KIND>>;
|
|
444
444
|
}, z.core.$catchall<z.ZodUnknown>>>;
|
|
445
445
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -450,14 +450,14 @@ export declare namespace FindCanvasByUuidWithRelationsQuery {
|
|
|
450
450
|
params: z.ZodNull;
|
|
451
451
|
output: z.ZodNullable<z.ZodObject<{
|
|
452
452
|
file: z.ZodObject<{
|
|
453
|
-
fileId: z.
|
|
454
|
-
url: z.
|
|
453
|
+
fileId: z.ZodUUID;
|
|
454
|
+
url: z.ZodURL;
|
|
455
455
|
text: z.ZodNullable<z.ZodString>;
|
|
456
456
|
}, z.core.$strict>;
|
|
457
457
|
}, z.core.$strict>>;
|
|
458
458
|
}, z.core.$strip>, z.ZodObject<{
|
|
459
|
-
uuid: z.
|
|
460
|
-
canvasId: z.
|
|
459
|
+
uuid: z.ZodUUID;
|
|
460
|
+
canvasId: z.ZodUUID;
|
|
461
461
|
position: z.ZodObject<{
|
|
462
462
|
topLeft: z.ZodObject<{
|
|
463
463
|
x: z.ZodNumber;
|
|
@@ -469,13 +469,13 @@ export declare namespace FindCanvasByUuidWithRelationsQuery {
|
|
|
469
469
|
}, z.core.$strip>;
|
|
470
470
|
}, z.core.$strip>;
|
|
471
471
|
status: z.ZodEnum<typeof import("../../..").NODE_RUN_STATUS>;
|
|
472
|
-
toolJobId: z.ZodNullable<z.
|
|
472
|
+
toolJobId: z.ZodNullable<z.ZodUUID>;
|
|
473
473
|
isParamsChanged: z.ZodOptional<z.ZodBoolean>;
|
|
474
474
|
error: z.ZodNullable<z.ZodObject<{
|
|
475
475
|
code: z.ZodString;
|
|
476
476
|
message: z.ZodString;
|
|
477
477
|
details: z.ZodOptional<z.ZodObject<{
|
|
478
|
-
nodeId: z.ZodOptional<z.
|
|
478
|
+
nodeId: z.ZodOptional<z.ZodUUID>;
|
|
479
479
|
errorKind: z.ZodOptional<z.ZodEnum<typeof import("../../..").CANVAS_NODE_ERROR_KIND>>;
|
|
480
480
|
}, z.core.$catchall<z.ZodUnknown>>>;
|
|
481
481
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -488,8 +488,8 @@ export declare namespace FindCanvasByUuidWithRelationsQuery {
|
|
|
488
488
|
content: z.ZodString;
|
|
489
489
|
}, z.core.$strict>>;
|
|
490
490
|
}, z.core.$strip>, z.ZodObject<{
|
|
491
|
-
uuid: z.
|
|
492
|
-
canvasId: z.
|
|
491
|
+
uuid: z.ZodUUID;
|
|
492
|
+
canvasId: z.ZodUUID;
|
|
493
493
|
position: z.ZodObject<{
|
|
494
494
|
topLeft: z.ZodObject<{
|
|
495
495
|
x: z.ZodNumber;
|
|
@@ -501,13 +501,13 @@ export declare namespace FindCanvasByUuidWithRelationsQuery {
|
|
|
501
501
|
}, z.core.$strip>;
|
|
502
502
|
}, z.core.$strip>;
|
|
503
503
|
status: z.ZodEnum<typeof import("../../..").NODE_RUN_STATUS>;
|
|
504
|
-
toolJobId: z.ZodNullable<z.
|
|
504
|
+
toolJobId: z.ZodNullable<z.ZodUUID>;
|
|
505
505
|
isParamsChanged: z.ZodOptional<z.ZodBoolean>;
|
|
506
506
|
error: z.ZodNullable<z.ZodObject<{
|
|
507
507
|
code: z.ZodString;
|
|
508
508
|
message: z.ZodString;
|
|
509
509
|
details: z.ZodOptional<z.ZodObject<{
|
|
510
|
-
nodeId: z.ZodOptional<z.
|
|
510
|
+
nodeId: z.ZodOptional<z.ZodUUID>;
|
|
511
511
|
errorKind: z.ZodOptional<z.ZodEnum<typeof import("../../..").CANVAS_NODE_ERROR_KIND>>;
|
|
512
512
|
}, z.core.$catchall<z.ZodUnknown>>>;
|
|
513
513
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -522,8 +522,8 @@ export declare namespace FindCanvasByUuidWithRelationsQuery {
|
|
|
522
522
|
colors: z.ZodArray<z.ZodString>;
|
|
523
523
|
}, z.core.$strict>>;
|
|
524
524
|
}, z.core.$strip>, z.ZodObject<{
|
|
525
|
-
uuid: z.
|
|
526
|
-
canvasId: z.
|
|
525
|
+
uuid: z.ZodUUID;
|
|
526
|
+
canvasId: z.ZodUUID;
|
|
527
527
|
position: z.ZodObject<{
|
|
528
528
|
topLeft: z.ZodObject<{
|
|
529
529
|
x: z.ZodNumber;
|
|
@@ -535,13 +535,13 @@ export declare namespace FindCanvasByUuidWithRelationsQuery {
|
|
|
535
535
|
}, z.core.$strip>;
|
|
536
536
|
}, z.core.$strip>;
|
|
537
537
|
status: z.ZodEnum<typeof import("../../..").NODE_RUN_STATUS>;
|
|
538
|
-
toolJobId: z.ZodNullable<z.
|
|
538
|
+
toolJobId: z.ZodNullable<z.ZodUUID>;
|
|
539
539
|
isParamsChanged: z.ZodOptional<z.ZodBoolean>;
|
|
540
540
|
error: z.ZodNullable<z.ZodObject<{
|
|
541
541
|
code: z.ZodString;
|
|
542
542
|
message: z.ZodString;
|
|
543
543
|
details: z.ZodOptional<z.ZodObject<{
|
|
544
|
-
nodeId: z.ZodOptional<z.
|
|
544
|
+
nodeId: z.ZodOptional<z.ZodUUID>;
|
|
545
545
|
errorKind: z.ZodOptional<z.ZodEnum<typeof import("../../..").CANVAS_NODE_ERROR_KIND>>;
|
|
546
546
|
}, z.core.$catchall<z.ZodUnknown>>>;
|
|
547
547
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -560,8 +560,8 @@ export declare namespace FindCanvasByUuidWithRelationsQuery {
|
|
|
560
560
|
resultUrl: z.ZodString;
|
|
561
561
|
}, z.core.$strict>>;
|
|
562
562
|
}, z.core.$strip>, z.ZodObject<{
|
|
563
|
-
uuid: z.
|
|
564
|
-
canvasId: z.
|
|
563
|
+
uuid: z.ZodUUID;
|
|
564
|
+
canvasId: z.ZodUUID;
|
|
565
565
|
position: z.ZodObject<{
|
|
566
566
|
topLeft: z.ZodObject<{
|
|
567
567
|
x: z.ZodNumber;
|
|
@@ -573,13 +573,13 @@ export declare namespace FindCanvasByUuidWithRelationsQuery {
|
|
|
573
573
|
}, z.core.$strip>;
|
|
574
574
|
}, z.core.$strip>;
|
|
575
575
|
status: z.ZodEnum<typeof import("../../..").NODE_RUN_STATUS>;
|
|
576
|
-
toolJobId: z.ZodNullable<z.
|
|
576
|
+
toolJobId: z.ZodNullable<z.ZodUUID>;
|
|
577
577
|
isParamsChanged: z.ZodOptional<z.ZodBoolean>;
|
|
578
578
|
error: z.ZodNullable<z.ZodObject<{
|
|
579
579
|
code: z.ZodString;
|
|
580
580
|
message: z.ZodString;
|
|
581
581
|
details: z.ZodOptional<z.ZodObject<{
|
|
582
|
-
nodeId: z.ZodOptional<z.
|
|
582
|
+
nodeId: z.ZodOptional<z.ZodUUID>;
|
|
583
583
|
errorKind: z.ZodOptional<z.ZodEnum<typeof import("../../..").CANVAS_NODE_ERROR_KIND>>;
|
|
584
584
|
}, z.core.$catchall<z.ZodUnknown>>>;
|
|
585
585
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -596,8 +596,8 @@ export declare namespace FindCanvasByUuidWithRelationsQuery {
|
|
|
596
596
|
variables: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
597
597
|
}, z.core.$strict>>;
|
|
598
598
|
}, z.core.$strip>, z.ZodObject<{
|
|
599
|
-
uuid: z.
|
|
600
|
-
canvasId: z.
|
|
599
|
+
uuid: z.ZodUUID;
|
|
600
|
+
canvasId: z.ZodUUID;
|
|
601
601
|
position: z.ZodObject<{
|
|
602
602
|
topLeft: z.ZodObject<{
|
|
603
603
|
x: z.ZodNumber;
|
|
@@ -609,13 +609,13 @@ export declare namespace FindCanvasByUuidWithRelationsQuery {
|
|
|
609
609
|
}, z.core.$strip>;
|
|
610
610
|
}, z.core.$strip>;
|
|
611
611
|
status: z.ZodEnum<typeof import("../../..").NODE_RUN_STATUS>;
|
|
612
|
-
toolJobId: z.ZodNullable<z.
|
|
612
|
+
toolJobId: z.ZodNullable<z.ZodUUID>;
|
|
613
613
|
isParamsChanged: z.ZodOptional<z.ZodBoolean>;
|
|
614
614
|
error: z.ZodNullable<z.ZodObject<{
|
|
615
615
|
code: z.ZodString;
|
|
616
616
|
message: z.ZodString;
|
|
617
617
|
details: z.ZodOptional<z.ZodObject<{
|
|
618
|
-
nodeId: z.ZodOptional<z.
|
|
618
|
+
nodeId: z.ZodOptional<z.ZodUUID>;
|
|
619
619
|
errorKind: z.ZodOptional<z.ZodEnum<typeof import("../../..").CANVAS_NODE_ERROR_KIND>>;
|
|
620
620
|
}, z.core.$catchall<z.ZodUnknown>>>;
|
|
621
621
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -629,8 +629,8 @@ export declare namespace FindCanvasByUuidWithRelationsQuery {
|
|
|
629
629
|
value: z.ZodString;
|
|
630
630
|
}, z.core.$strict>>;
|
|
631
631
|
}, z.core.$strip>, z.ZodObject<{
|
|
632
|
-
uuid: z.
|
|
633
|
-
canvasId: z.
|
|
632
|
+
uuid: z.ZodUUID;
|
|
633
|
+
canvasId: z.ZodUUID;
|
|
634
634
|
position: z.ZodObject<{
|
|
635
635
|
topLeft: z.ZodObject<{
|
|
636
636
|
x: z.ZodNumber;
|
|
@@ -642,13 +642,13 @@ export declare namespace FindCanvasByUuidWithRelationsQuery {
|
|
|
642
642
|
}, z.core.$strip>;
|
|
643
643
|
}, z.core.$strip>;
|
|
644
644
|
status: z.ZodEnum<typeof import("../../..").NODE_RUN_STATUS>;
|
|
645
|
-
toolJobId: z.ZodNullable<z.
|
|
645
|
+
toolJobId: z.ZodNullable<z.ZodUUID>;
|
|
646
646
|
isParamsChanged: z.ZodOptional<z.ZodBoolean>;
|
|
647
647
|
error: z.ZodNullable<z.ZodObject<{
|
|
648
648
|
code: z.ZodString;
|
|
649
649
|
message: z.ZodString;
|
|
650
650
|
details: z.ZodOptional<z.ZodObject<{
|
|
651
|
-
nodeId: z.ZodOptional<z.
|
|
651
|
+
nodeId: z.ZodOptional<z.ZodUUID>;
|
|
652
652
|
errorKind: z.ZodOptional<z.ZodEnum<typeof import("../../..").CANVAS_NODE_ERROR_KIND>>;
|
|
653
653
|
}, z.core.$catchall<z.ZodUnknown>>>;
|
|
654
654
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -666,8 +666,8 @@ export declare namespace FindCanvasByUuidWithRelationsQuery {
|
|
|
666
666
|
html: z.ZodString;
|
|
667
667
|
}, z.core.$strict>>;
|
|
668
668
|
}, z.core.$strip>, z.ZodObject<{
|
|
669
|
-
uuid: z.
|
|
670
|
-
canvasId: z.
|
|
669
|
+
uuid: z.ZodUUID;
|
|
670
|
+
canvasId: z.ZodUUID;
|
|
671
671
|
position: z.ZodObject<{
|
|
672
672
|
topLeft: z.ZodObject<{
|
|
673
673
|
x: z.ZodNumber;
|
|
@@ -679,13 +679,13 @@ export declare namespace FindCanvasByUuidWithRelationsQuery {
|
|
|
679
679
|
}, z.core.$strip>;
|
|
680
680
|
}, z.core.$strip>;
|
|
681
681
|
status: z.ZodEnum<typeof import("../../..").NODE_RUN_STATUS>;
|
|
682
|
-
toolJobId: z.ZodNullable<z.
|
|
682
|
+
toolJobId: z.ZodNullable<z.ZodUUID>;
|
|
683
683
|
isParamsChanged: z.ZodOptional<z.ZodBoolean>;
|
|
684
684
|
error: z.ZodNullable<z.ZodObject<{
|
|
685
685
|
code: z.ZodString;
|
|
686
686
|
message: z.ZodString;
|
|
687
687
|
details: z.ZodOptional<z.ZodObject<{
|
|
688
|
-
nodeId: z.ZodOptional<z.
|
|
688
|
+
nodeId: z.ZodOptional<z.ZodUUID>;
|
|
689
689
|
errorKind: z.ZodOptional<z.ZodEnum<typeof import("../../..").CANVAS_NODE_ERROR_KIND>>;
|
|
690
690
|
}, z.core.$catchall<z.ZodUnknown>>>;
|
|
691
691
|
retryable: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -696,15 +696,15 @@ export declare namespace FindCanvasByUuidWithRelationsQuery {
|
|
|
696
696
|
params: z.ZodNull;
|
|
697
697
|
output: z.ZodNullable<z.ZodObject<{
|
|
698
698
|
audio: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
699
|
-
fileId: z.
|
|
700
|
-
url: z.
|
|
699
|
+
fileId: z.ZodUUID;
|
|
700
|
+
url: z.ZodURL;
|
|
701
701
|
text: z.ZodNullable<z.ZodString>;
|
|
702
702
|
}, z.core.$strict>>>;
|
|
703
703
|
}, z.core.$strict>>;
|
|
704
704
|
}, z.core.$strip>], "nodeDefinitionId">>;
|
|
705
705
|
edges: z.ZodArray<z.ZodObject<{
|
|
706
|
-
sourceId: z.
|
|
707
|
-
targetId: z.
|
|
706
|
+
sourceId: z.ZodUUID;
|
|
707
|
+
targetId: z.ZodUUID;
|
|
708
708
|
sourceHandle: z.ZodEnum<typeof import("../../..").INPUT_OUTPUT_TYPE>;
|
|
709
709
|
targetHandle: z.ZodEnum<typeof import("../../..").INPUT_OUTPUT_TYPE>;
|
|
710
710
|
createdAt: z.ZodDate;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
export declare namespace FindCanvasByUuidQuery {
|
|
3
3
|
const RequestSchema: z.ZodObject<{
|
|
4
|
-
uuid: z.
|
|
4
|
+
uuid: z.ZodUUID;
|
|
5
5
|
}, z.core.$strip>;
|
|
6
6
|
type Request = z.infer<typeof RequestSchema>;
|
|
7
7
|
const ResponseSchema: z.ZodObject<{
|
|
8
8
|
data: z.ZodObject<{
|
|
9
|
-
uuid: z.
|
|
9
|
+
uuid: z.ZodUUID;
|
|
10
10
|
name: z.ZodString;
|
|
11
|
-
userId: z.
|
|
11
|
+
userId: z.ZodUUID;
|
|
12
12
|
createdAt: z.ZodDate;
|
|
13
13
|
updatedAt: z.ZodDate;
|
|
14
14
|
}, z.core.$strip>;
|
|
@@ -8,9 +8,9 @@ export declare namespace FindCanvasesByUserQuery {
|
|
|
8
8
|
type Request = z.infer<typeof RequestSchema>;
|
|
9
9
|
const ResponseSchema: z.ZodObject<{
|
|
10
10
|
data: z.ZodArray<z.ZodObject<{
|
|
11
|
-
uuid: z.
|
|
11
|
+
uuid: z.ZodUUID;
|
|
12
12
|
name: z.ZodString;
|
|
13
|
-
userId: z.
|
|
13
|
+
userId: z.ZodUUID;
|
|
14
14
|
createdAt: z.ZodDate;
|
|
15
15
|
updatedAt: z.ZodDate;
|
|
16
16
|
countOfNodes: z.ZodNumber;
|
|
@@ -2,15 +2,15 @@ import { z } from 'zod';
|
|
|
2
2
|
import { CANVAS_NODE_TYPE, TOOL_CONTENT_TYPE } from '../../../constants';
|
|
3
3
|
export declare namespace PriceCanvasQuery {
|
|
4
4
|
const RequestParamSchema: z.ZodObject<{
|
|
5
|
-
uuid: z.
|
|
5
|
+
uuid: z.ZodUUID;
|
|
6
6
|
}, z.core.$strip>;
|
|
7
7
|
type RequestParam = z.infer<typeof RequestParamSchema>;
|
|
8
8
|
const QueryParamsSchema: z.ZodObject<{
|
|
9
|
-
executableNodeId: z.ZodOptional<z.
|
|
9
|
+
executableNodeId: z.ZodOptional<z.ZodUUID>;
|
|
10
10
|
}, z.core.$strip>;
|
|
11
11
|
type QueryParams = z.infer<typeof QueryParamsSchema>;
|
|
12
12
|
const NodePriceSchema: z.ZodObject<{
|
|
13
|
-
nodeId: z.
|
|
13
|
+
nodeId: z.ZodUUID;
|
|
14
14
|
nodeType: z.ZodEnum<typeof CANVAS_NODE_TYPE>;
|
|
15
15
|
toolType: z.ZodNullable<z.ZodEnum<typeof TOOL_CONTENT_TYPE>>;
|
|
16
16
|
price: z.ZodNumber;
|
|
@@ -23,7 +23,7 @@ export declare namespace PriceCanvasQuery {
|
|
|
23
23
|
const ResponseSchema: z.ZodObject<{
|
|
24
24
|
price: z.ZodNumber;
|
|
25
25
|
nodes: z.ZodArray<z.ZodObject<{
|
|
26
|
-
nodeId: z.
|
|
26
|
+
nodeId: z.ZodUUID;
|
|
27
27
|
nodeType: z.ZodEnum<typeof CANVAS_NODE_TYPE>;
|
|
28
28
|
toolType: z.ZodNullable<z.ZodEnum<typeof TOOL_CONTENT_TYPE>>;
|
|
29
29
|
price: z.ZodNumber;
|