@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.
Files changed (1554) hide show
  1. package/build/api/controllers/http/avatar-studio.d.ts +12 -0
  2. package/build/api/controllers/http/avatar-studio.js +13 -0
  3. package/build/commands/account-merge/merge-account-by-telegram-id.command.d.ts +1 -1
  4. package/build/commands/account-merge/merge-account-by-telegram-id.command.js +1 -1
  5. package/build/commands/account-merge/merge-account.command.d.ts +1 -1
  6. package/build/commands/account-merge/merge-account.command.js +1 -1
  7. package/build/commands/agents/agent-ai-model/find-agent-ai-models.command.d.ts +1 -1
  8. package/build/commands/agents/agent-ai-model/get-agent-ai-model-by-id.command.d.ts +2 -2
  9. package/build/commands/agents/agent-ai-model/get-agent-ai-model-by-id.command.js +1 -1
  10. package/build/commands/agents/agent-channel/create-agent-channel.command.d.ts +5 -5
  11. package/build/commands/agents/agent-channel/create-agent-channel.command.js +2 -2
  12. package/build/commands/agents/agent-channel/delete-agent-channel.command.d.ts +2 -2
  13. package/build/commands/agents/agent-channel/delete-agent-channel.command.js +2 -2
  14. package/build/commands/agents/agent-channel/find-agent-channels.command.d.ts +4 -4
  15. package/build/commands/agents/agent-channel/find-agent-channels.command.js +1 -1
  16. package/build/commands/agents/agent-channel/update-agent-channel.command.d.ts +6 -6
  17. package/build/commands/agents/agent-channel/update-agent-channel.command.js +2 -2
  18. package/build/commands/agents/agent-dialog/delete-dialog.command.d.ts +2 -2
  19. package/build/commands/agents/agent-dialog/delete-dialog.command.js +2 -2
  20. package/build/commands/agents/agent-dialog/find-agent-dialogs.command.d.ts +7 -7
  21. package/build/commands/agents/agent-dialog/find-agent-dialogs.command.js +2 -2
  22. package/build/commands/agents/agent-dialog/get-agent-dialog-by-id.command.d.ts +9 -9
  23. package/build/commands/agents/agent-dialog/get-agent-dialog-by-id.command.js +1 -1
  24. package/build/commands/agents/agent-dialog/get-cabinet-price-preview.command.d.ts +3 -3
  25. package/build/commands/agents/agent-dialog/get-cabinet-price-preview.command.js +3 -3
  26. package/build/commands/agents/agent-dialog/get-dialog-context-length.command.d.ts +4 -4
  27. package/build/commands/agents/agent-dialog/get-dialog-context-length.command.js +4 -4
  28. package/build/commands/agents/agent-dialog/rename-agent-dialog.command.d.ts +7 -7
  29. package/build/commands/agents/agent-dialog/rename-agent-dialog.command.js +1 -1
  30. package/build/commands/agents/agent-dialog/send-agent-dialog-admin-reply.command.d.ts +4 -4
  31. package/build/commands/agents/agent-dialog/send-agent-dialog-admin-reply.command.js +4 -4
  32. package/build/commands/agents/agent-dialog/send-cabinet-message.command.d.ts +3 -3
  33. package/build/commands/agents/agent-dialog/send-cabinet-message.command.js +3 -3
  34. package/build/commands/agents/agent-dialog/start-cabinet-dialog.command.d.ts +2 -2
  35. package/build/commands/agents/agent-dialog/start-cabinet-dialog.command.js +2 -2
  36. package/build/commands/agents/agent-dialog/stop-cabinet-stream.command.d.ts +3 -3
  37. package/build/commands/agents/agent-dialog/stop-cabinet-stream.command.js +3 -3
  38. package/build/commands/agents/agent-dialog/update-agent-dialog-status.command.d.ts +7 -7
  39. package/build/commands/agents/agent-dialog/update-agent-dialog-status.command.js +2 -2
  40. package/build/commands/agents/agent-document/add-document-from-url.command.d.ts +4 -4
  41. package/build/commands/agents/agent-document/add-document-from-url.command.js +4 -4
  42. package/build/commands/agents/agent-document/delete-agent-document.command.d.ts +2 -2
  43. package/build/commands/agents/agent-document/delete-agent-document.command.js +2 -2
  44. package/build/commands/agents/agent-document/find-agent-documents.command.d.ts +4 -4
  45. package/build/commands/agents/agent-document/find-agent-documents.command.js +1 -1
  46. package/build/commands/agents/agent-document/get-agent-document-by-id.command.d.ts +5 -5
  47. package/build/commands/agents/agent-document/get-agent-document-by-id.command.js +2 -2
  48. package/build/commands/agents/agent-document/upload-agent-document.command.d.ts +3 -3
  49. package/build/commands/agents/agent-document/upload-agent-document.command.js +3 -3
  50. package/build/commands/agents/agent-files/upload-agent-chat-file.command.d.ts +4 -4
  51. package/build/commands/agents/agent-files/upload-agent-chat-file.command.js +3 -3
  52. package/build/commands/agents/agent-lead/create-agent-lead.command.d.ts +5 -5
  53. package/build/commands/agents/agent-lead/create-agent-lead.command.js +2 -2
  54. package/build/commands/agents/agent-lead/delete-agent-lead.command.d.ts +1 -1
  55. package/build/commands/agents/agent-lead/delete-agent-lead.command.js +1 -1
  56. package/build/commands/agents/agent-lead/find-agent-leads.command.d.ts +4 -4
  57. package/build/commands/agents/agent-lead/find-agent-leads.command.js +1 -1
  58. package/build/commands/agents/agent-lead/get-agent-lead-by-id.command.d.ts +4 -4
  59. package/build/commands/agents/agent-lead/get-agent-lead-by-id.command.js +1 -1
  60. package/build/commands/agents/agent-lead/update-agent-lead.command.d.ts +6 -6
  61. package/build/commands/agents/agent-lead/update-agent-lead.command.js +3 -3
  62. package/build/commands/agents/agent-lead-form/delete-agent-lead-form.command.d.ts +2 -2
  63. package/build/commands/agents/agent-lead-form/delete-agent-lead-form.command.js +2 -2
  64. package/build/commands/agents/agent-lead-form/find-agent-lead-forms.command.d.ts +3 -3
  65. package/build/commands/agents/agent-lead-form/find-agent-lead-forms.command.js +1 -1
  66. package/build/commands/agents/agent-lead-form/get-agent-lead-form-by-agent.command.d.ts +3 -3
  67. package/build/commands/agents/agent-lead-form/get-agent-lead-form-by-agent.command.js +1 -1
  68. package/build/commands/agents/agent-lead-form/get-agent-lead-form-by-id.command.d.ts +3 -3
  69. package/build/commands/agents/agent-lead-form/get-agent-lead-form-by-id.command.js +1 -1
  70. package/build/commands/agents/agent-lead-form/upsert-agent-lead-form.command.d.ts +3 -3
  71. package/build/commands/agents/agent-lead-form/upsert-agent-lead-form.command.js +1 -1
  72. package/build/commands/agents/agent-template/create-agent-template-category.command.d.ts +1 -1
  73. package/build/commands/agents/agent-template/create-agent-template-instruction.command.d.ts +3 -3
  74. package/build/commands/agents/agent-template/create-agent-template-instruction.command.js +1 -1
  75. package/build/commands/agents/agent-template/create-agent-template.command.d.ts +3 -3
  76. package/build/commands/agents/agent-template/create-agent-template.command.js +2 -2
  77. package/build/commands/agents/agent-template/delete-agent-template-category.command.d.ts +1 -1
  78. package/build/commands/agents/agent-template/delete-agent-template-category.command.js +1 -1
  79. package/build/commands/agents/agent-template/delete-agent-template-instruction.command.d.ts +2 -2
  80. package/build/commands/agents/agent-template/delete-agent-template-instruction.command.js +2 -2
  81. package/build/commands/agents/agent-template/delete-agent-template.command.d.ts +1 -1
  82. package/build/commands/agents/agent-template/delete-agent-template.command.js +1 -1
  83. package/build/commands/agents/agent-template/find-agent-template-catalog.command.d.ts +5 -5
  84. package/build/commands/agents/agent-template/find-agent-template-categories.command.d.ts +2 -2
  85. package/build/commands/agents/agent-template/find-agent-template-categories.command.js +1 -1
  86. package/build/commands/agents/agent-template/find-agent-template-instructions.command.d.ts +3 -3
  87. package/build/commands/agents/agent-template/find-agent-template-instructions.command.js +1 -1
  88. package/build/commands/agents/agent-template/find-agent-templates.command.d.ts +4 -4
  89. package/build/commands/agents/agent-template/find-agent-templates.command.js +2 -2
  90. package/build/commands/agents/agent-template/get-agent-template-instructions-by-template.command.d.ts +3 -3
  91. package/build/commands/agents/agent-template/get-agent-template-instructions-by-template.command.js +1 -1
  92. package/build/commands/agents/agent-template/update-agent-template-category.command.d.ts +2 -2
  93. package/build/commands/agents/agent-template/update-agent-template-category.command.js +1 -1
  94. package/build/commands/agents/agent-template/update-agent-template-instruction.command.d.ts +4 -4
  95. package/build/commands/agents/agent-template/update-agent-template-instruction.command.js +2 -2
  96. package/build/commands/agents/agent-template/update-agent-template.command.d.ts +4 -4
  97. package/build/commands/agents/agent-template/update-agent-template.command.js +3 -3
  98. package/build/commands/agents/agent-tool/connect-agent-tool.command.d.ts +5 -5
  99. package/build/commands/agents/agent-tool/connect-agent-tool.command.js +2 -2
  100. package/build/commands/agents/agent-tool/disconnect-agent-tool.command.d.ts +2 -2
  101. package/build/commands/agents/agent-tool/disconnect-agent-tool.command.js +2 -2
  102. package/build/commands/agents/agent-tool/find-agent-tools-catalog.command.js +1 -1
  103. package/build/commands/agents/agent-tool/find-agent-tools.command.d.ts +3 -3
  104. package/build/commands/agents/agent-tool/find-agent-tools.command.js +1 -1
  105. package/build/commands/agents/agent-tool/update-agent-tool.command.d.ts +6 -6
  106. package/build/commands/agents/agent-tool/update-agent-tool.command.js +3 -3
  107. package/build/commands/agents/agents/activate-agent.command.d.ts +5 -5
  108. package/build/commands/agents/agents/activate-agent.command.js +1 -1
  109. package/build/commands/agents/agents/create-agent.command.d.ts +7 -7
  110. package/build/commands/agents/agents/create-agent.command.js +3 -3
  111. package/build/commands/agents/agents/delete-agent.command.d.ts +1 -1
  112. package/build/commands/agents/agents/delete-agent.command.js +1 -1
  113. package/build/commands/agents/agents/find-agents.command.d.ts +5 -5
  114. package/build/commands/agents/agents/find-agents.command.js +1 -1
  115. package/build/commands/agents/agents/get-agent-aggregate.command.d.ts +24 -24
  116. package/build/commands/agents/agents/get-agent-aggregate.command.js +5 -5
  117. package/build/commands/agents/agents/get-agent-by-id.command.d.ts +5 -5
  118. package/build/commands/agents/agents/get-agent-by-id.command.js +1 -1
  119. package/build/commands/agents/agents/get-agent-public-info.command.d.ts +1 -1
  120. package/build/commands/agents/agents/get-agent-public-info.command.js +1 -1
  121. package/build/commands/agents/agents/get-agent-statistics.command.d.ts +6 -6
  122. package/build/commands/agents/agents/get-agent-statistics.command.js +3 -3
  123. package/build/commands/agents/agents/stop-agent.command.d.ts +5 -5
  124. package/build/commands/agents/agents/stop-agent.command.js +1 -1
  125. package/build/commands/agents/agents/update-agent.command.d.ts +8 -8
  126. package/build/commands/agents/agents/update-agent.command.js +6 -6
  127. package/build/commands/ai-model/create-ai-model.command.d.ts +3 -3
  128. package/build/commands/ai-model/delete-ai-model.command.d.ts +1 -1
  129. package/build/commands/ai-model/find-ai-model.command.d.ts +7 -7
  130. package/build/commands/ai-model/find-ai-models-available-to-user.comand.d.ts +2 -2
  131. package/build/commands/ai-model/find-formatted-ai-model-v2.command.d.ts +2 -2
  132. package/build/commands/ai-model/find-formatted-ai-model-v2.command.js +3 -3
  133. package/build/commands/ai-model/find-formatted-ai-model.command.d.ts +5 -5
  134. package/build/commands/ai-model/find-model-pages.command.d.ts +12 -12
  135. package/build/commands/ai-model/find-model-pages.command.js +7 -7
  136. package/build/commands/ai-model/update-ai-model.command.d.ts +4 -4
  137. package/build/commands/ai-model/update-ai-model.command.js +1 -1
  138. package/build/commands/ai-studio/canvas/create-canvas.command.d.ts +2 -2
  139. package/build/commands/ai-studio/canvas/delete-canvas.command.d.ts +1 -1
  140. package/build/commands/ai-studio/canvas/execute-graph-by-node.command.d.ts +94 -94
  141. package/build/commands/ai-studio/canvas/execute-graph-by-node.command.js +1 -1
  142. package/build/commands/ai-studio/canvas/find-canvas-by-uuid-with-relations.query.d.ts +97 -97
  143. package/build/commands/ai-studio/canvas/find-canvas-by-uuid.query.d.ts +3 -3
  144. package/build/commands/ai-studio/canvas/find-canvases-by-user.query.d.ts +2 -2
  145. package/build/commands/ai-studio/canvas/get-price.query.d.ts +4 -4
  146. package/build/commands/ai-studio/canvas/get-price.query.js +4 -4
  147. package/build/commands/ai-studio/canvas/run-canvas.command.d.ts +97 -97
  148. package/build/commands/ai-studio/canvas/save-canvas.command.d.ts +103 -103
  149. package/build/commands/ai-studio/canvas/save-canvas.command.js +6 -6
  150. package/build/commands/ai-studio/canvas/update-canvas.command.d.ts +3 -3
  151. package/build/commands/ai-studio/canvas-edge/create-canvas-edge.command.d.ts +5 -5
  152. package/build/commands/ai-studio/canvas-edge/create-canvas-edge.command.js +5 -5
  153. package/build/commands/ai-studio/canvas-edge/delete-canvas-edge.command.d.ts +3 -3
  154. package/build/commands/ai-studio/canvas-edge/delete-canvas-edge.command.js +3 -3
  155. package/build/commands/ai-studio/canvas-edge/find-canvas-edge-by-source-and-target.query.d.ts +5 -5
  156. package/build/commands/ai-studio/canvas-edge/find-canvas-edge-by-source-and-target.query.js +3 -3
  157. package/build/commands/ai-studio/canvas-edge/find-canvas-edges-by-canvas.query.d.ts +3 -3
  158. package/build/commands/ai-studio/canvas-edge/find-canvas-edges-by-canvas.query.js +1 -1
  159. package/build/commands/ai-studio/canvas-node/count-canvas-nodes-by-canvas.query.d.ts +2 -2
  160. package/build/commands/ai-studio/canvas-node/count-canvas-nodes-by-canvas.query.js +2 -2
  161. package/build/commands/ai-studio/canvas-node/create-canvas-node.command.d.ts +93 -93
  162. package/build/commands/ai-studio/canvas-node/create-canvas-node.command.js +2 -2
  163. package/build/commands/ai-studio/canvas-node/delete-canvas-node.command.d.ts +2 -2
  164. package/build/commands/ai-studio/canvas-node/find-canvas-node-by-uuid.query.d.ts +94 -94
  165. package/build/commands/ai-studio/canvas-node/find-canvas-node-definitions-with-configs.query.d.ts +11 -11
  166. package/build/commands/ai-studio/canvas-node/find-canvas-nodes-by-canvas.query.d.ts +93 -93
  167. package/build/commands/ai-studio/canvas-node/find-canvas-nodes-by-canvas.query.js +1 -1
  168. package/build/commands/ai-studio/canvas-node/update-canvas-node.command.d.ts +94 -94
  169. package/build/commands/ai-studio/canvas-node/update-canvas-node.command.js +1 -1
  170. package/build/commands/ai-studio/canvas-template/create-canvas-from-generated-template.command.d.ts +97 -97
  171. package/build/commands/ai-studio/canvas-template/create-canvas-from-generated-template.command.js +4 -4
  172. package/build/commands/ai-studio/canvas-template/create-canvas-from-template.command.d.ts +97 -97
  173. package/build/commands/ai-studio/canvas-template/create-canvas-from-template.command.js +1 -1
  174. package/build/commands/ai-studio/canvas-template/create-canvas-template.command.d.ts +3 -3
  175. package/build/commands/ai-studio/canvas-template/create-canvas-template.command.js +1 -1
  176. package/build/commands/ai-studio/canvas-template/delete-canvas-template.command.d.ts +1 -1
  177. package/build/commands/ai-studio/canvas-template/find-canvas-template-by-uuid.query.d.ts +3 -3
  178. package/build/commands/ai-studio/canvas-template/find-canvas-templates.query.d.ts +2 -2
  179. package/build/commands/ai-studio/canvas-template/generate-canvas-template-by-prompt.command.d.ts +97 -97
  180. package/build/commands/ai-studio/canvas-template/generate-canvas-template-by-prompt.command.js +1 -1
  181. package/build/commands/ai-studio/canvas-template/update-canvas-template.command.d.ts +4 -4
  182. package/build/commands/ai-studio/canvas-template/update-canvas-template.command.js +1 -1
  183. package/build/commands/ai-studio/canvas-tool/palette/generate-palette.command.d.ts +2 -2
  184. package/build/commands/ai-studio/canvas-tool/palette/generate-palette.command.js +2 -2
  185. package/build/commands/ai-studio/canvas-tool/text-gen/generate-text.command.d.ts +3 -3
  186. package/build/commands/ai-studio/canvas-tool/text-gen/generate-text.command.js +3 -3
  187. package/build/commands/ai-studio/canvas-tool/text-gen/get-text-generation-config.command.d.ts +4 -4
  188. package/build/commands/ai-studio/canvas-tool/text-gen/get-text-generation-price.command.d.ts +1 -1
  189. package/build/commands/ai-studio/canvas-tool/text-gen/get-text-generation-price.command.js +1 -1
  190. package/build/commands/ai-studio/canvas-tool/var-gen/generate-variables.command.d.ts +3 -3
  191. package/build/commands/ai-studio/canvas-tool/var-gen/generate-variables.command.js +3 -3
  192. package/build/commands/ai-studio/canvas-tool/var-gen/get-var-gen-config.command.d.ts +2 -2
  193. package/build/commands/ai-studio/canvas-tool/var-gen/get-var-gen-price.command.d.ts +1 -1
  194. package/build/commands/ai-studio/canvas-tool/var-gen/get-var-gen-price.command.js +1 -1
  195. package/build/commands/ai-vendor/create-ai-vendor.command.d.ts +1 -1
  196. package/build/commands/ai-vendor/delete-ai-vendor.command.d.ts +1 -1
  197. package/build/commands/ai-vendor/delete-ai-vendor.command.js +1 -1
  198. package/build/commands/ai-vendor/find-ai-vendor-by-uuid.query.d.ts +2 -2
  199. package/build/commands/ai-vendor/find-ai-vendor-by-uuid.query.js +1 -1
  200. package/build/commands/ai-vendor/find-ai-vendors-by-criteria.query.d.ts +1 -1
  201. package/build/commands/ai-vendor/find-all-ai-vendors.command.d.ts +1 -1
  202. package/build/commands/ai-vendor/update-ai-vendor.command.d.ts +1 -1
  203. package/build/commands/auth/create-user.command.d.ts +2 -2
  204. package/build/commands/auth/login.command.d.ts +1 -1
  205. package/build/commands/auth/register-user.command.d.ts +3 -3
  206. package/build/commands/auth/register-user.command.js +1 -1
  207. package/build/commands/auth/reset-password.command.d.ts +1 -1
  208. package/build/commands/auth/reset-password.command.js +1 -1
  209. package/build/commands/auth/restore-password.command.d.ts +1 -1
  210. package/build/commands/auth/verify-email.command.d.ts +1 -1
  211. package/build/commands/auth/vk-login.command.d.ts +2 -2
  212. package/build/commands/auth/vk-login.command.js +1 -1
  213. package/build/commands/auth/yandex-login.command.d.ts +2 -2
  214. package/build/commands/auth/yandex-login.command.js +1 -1
  215. package/build/commands/avatar-studio/character/create-avatar-studio-character.command.d.ts +32 -0
  216. package/build/commands/avatar-studio/character/create-avatar-studio-character.command.js +23 -0
  217. package/build/commands/avatar-studio/character/delete-avatar-studio-character.command.d.ts +13 -0
  218. package/build/commands/avatar-studio/character/delete-avatar-studio-character.command.js +12 -0
  219. package/build/commands/avatar-studio/character/find-avatar-studio-characters.query.d.ts +28 -0
  220. package/build/commands/avatar-studio/character/find-avatar-studio-characters.query.js +10 -0
  221. package/build/commands/avatar-studio/character/generate-avatar-studio-character-reference.command.d.ts +76 -0
  222. package/build/commands/avatar-studio/character/generate-avatar-studio-character-reference.command.js +24 -0
  223. package/build/commands/avatar-studio/character/get-avatar-studio-character.query.d.ts +25 -0
  224. package/build/commands/avatar-studio/character/get-avatar-studio-character.query.js +13 -0
  225. package/build/commands/avatar-studio/character/index.d.ts +6 -0
  226. package/build/commands/avatar-studio/character/index.js +22 -0
  227. package/build/commands/avatar-studio/character/update-avatar-studio-character.command.d.ts +32 -0
  228. package/build/commands/avatar-studio/character/update-avatar-studio-character.command.js +24 -0
  229. package/build/commands/avatar-studio/clip/create-avatar-studio-clip.command.d.ts +69 -67
  230. package/build/commands/avatar-studio/clip/delete-avatar-studio-clip.command.d.ts +2 -2
  231. package/build/commands/avatar-studio/clip/delete-avatar-studio-clip.command.js +1 -1
  232. package/build/commands/avatar-studio/clip/find-avatar-studio-clips.query.d.ts +69 -67
  233. package/build/commands/avatar-studio/clip/get-avatar-studio-clip.query.d.ts +70 -68
  234. package/build/commands/avatar-studio/clip/update-avatar-studio-clip.command.d.ts +70 -68
  235. package/build/commands/avatar-studio/export-job/find-avatar-studio-export-jobs.query.d.ts +12 -12
  236. package/build/commands/avatar-studio/export-job/get-avatar-studio-export-job.query.d.ts +12 -12
  237. package/build/commands/avatar-studio/export-job/start-avatar-studio-export.command.d.ts +12 -12
  238. package/build/commands/avatar-studio/generation-job/find-avatar-studio-generation-jobs.query.d.ts +15 -15
  239. package/build/commands/avatar-studio/generation-job/find-avatar-studio-generation-jobs.query.js +1 -1
  240. package/build/commands/avatar-studio/generation-job/generate-avatar-studio-frame.command.d.ts +19 -17
  241. package/build/commands/avatar-studio/generation-job/generate-avatar-studio-frame.command.js +6 -2
  242. package/build/commands/avatar-studio/generation-job/generate-avatar-studio-image.command.d.ts +15 -15
  243. package/build/commands/avatar-studio/generation-job/generate-avatar-studio-image.command.js +1 -1
  244. package/build/commands/avatar-studio/generation-job/generate-avatar-studio-scene-video.command.d.ts +16 -16
  245. package/build/commands/avatar-studio/generation-job/generate-avatar-studio-scene-voice.command.d.ts +16 -16
  246. package/build/commands/avatar-studio/generation-job/generate-avatar-studio-scene-voice.command.js +1 -1
  247. package/build/commands/avatar-studio/generation-job/get-avatar-studio-generation-job.query.d.ts +14 -14
  248. package/build/commands/avatar-studio/index.d.ts +2 -0
  249. package/build/commands/avatar-studio/index.js +2 -0
  250. package/build/commands/avatar-studio/location/create-avatar-studio-location.command.d.ts +30 -0
  251. package/build/commands/avatar-studio/location/create-avatar-studio-location.command.js +22 -0
  252. package/build/commands/avatar-studio/location/delete-avatar-studio-location.command.d.ts +13 -0
  253. package/build/commands/avatar-studio/location/delete-avatar-studio-location.command.js +12 -0
  254. package/build/commands/avatar-studio/location/find-avatar-studio-locations.query.d.ts +27 -0
  255. package/build/commands/avatar-studio/location/find-avatar-studio-locations.query.js +10 -0
  256. package/build/commands/avatar-studio/location/generate-avatar-studio-location-reference.command.d.ts +76 -0
  257. package/build/commands/avatar-studio/location/generate-avatar-studio-location-reference.command.js +24 -0
  258. package/build/commands/avatar-studio/location/get-avatar-studio-location.query.d.ts +24 -0
  259. package/build/commands/avatar-studio/location/get-avatar-studio-location.query.js +13 -0
  260. package/build/commands/avatar-studio/location/index.d.ts +6 -0
  261. package/build/commands/avatar-studio/location/index.js +22 -0
  262. package/build/commands/avatar-studio/location/update-avatar-studio-location.command.d.ts +30 -0
  263. package/build/commands/avatar-studio/location/update-avatar-studio-location.command.js +23 -0
  264. package/build/commands/avatar-studio/media/create-avatar-studio-media-from-file.command.d.ts +7 -7
  265. package/build/commands/avatar-studio/media/create-avatar-studio-media-from-file.command.js +2 -2
  266. package/build/commands/avatar-studio/media/delete-avatar-studio-media.command.d.ts +2 -2
  267. package/build/commands/avatar-studio/media/delete-avatar-studio-media.command.js +1 -1
  268. package/build/commands/avatar-studio/media/find-avatar-studio-media.query.d.ts +7 -7
  269. package/build/commands/avatar-studio/media/find-avatar-studio-media.query.js +2 -2
  270. package/build/commands/avatar-studio/media/update-avatar-studio-media.command.d.ts +7 -7
  271. package/build/commands/avatar-studio/scene/apply-avatar-studio-voice-to-all-scenes.command.d.ts +71 -69
  272. package/build/commands/avatar-studio/scene/apply-avatar-studio-voice-to-all-scenes.command.js +1 -1
  273. package/build/commands/avatar-studio/scene/create-avatar-studio-scene.command.d.ts +31 -29
  274. package/build/commands/avatar-studio/scene/delete-avatar-studio-scene.command.d.ts +3 -3
  275. package/build/commands/avatar-studio/scene/delete-avatar-studio-scene.command.js +1 -1
  276. package/build/commands/avatar-studio/scene/reorder-avatar-studio-scenes.command.d.ts +32 -30
  277. package/build/commands/avatar-studio/scene/reorder-avatar-studio-scenes.command.js +1 -1
  278. package/build/commands/avatar-studio/scene/set-avatar-studio-scene-slot.command.d.ts +33 -31
  279. package/build/commands/avatar-studio/scene/set-avatar-studio-scene-slot.command.js +2 -2
  280. package/build/commands/avatar-studio/scene/update-avatar-studio-scene.command.d.ts +37 -33
  281. package/build/commands/avatar-studio/scriptwriter/apply-avatar-studio-scriptwriter-message.command.d.ts +37 -35
  282. package/build/commands/avatar-studio/scriptwriter/apply-avatar-studio-scriptwriter-message.command.js +1 -1
  283. package/build/commands/avatar-studio/scriptwriter/calculate-avatar-studio-scriptwriter-price.command.d.ts +1 -1
  284. package/build/commands/avatar-studio/scriptwriter/calculate-avatar-studio-scriptwriter-price.command.js +1 -1
  285. package/build/commands/avatar-studio/scriptwriter/create-avatar-studio-scriptwriter-message.command.d.ts +9 -9
  286. package/build/commands/avatar-studio/scriptwriter/create-avatar-studio-scriptwriter-message.command.js +6 -6
  287. package/build/commands/avatar-studio/scriptwriter/find-avatar-studio-scriptwriter-messages.query.d.ts +6 -6
  288. package/build/commands/avatar-studio/shared/avatar-studio-common.schema.d.ts +20 -12
  289. package/build/commands/avatar-studio/shared/avatar-studio-common.schema.js +16 -9
  290. package/build/commands/avatar-studio/shared/get-avatar-studio-config.query.d.ts +46 -4
  291. package/build/commands/avatar-studio/shared/get-avatar-studio-config.query.js +27 -5
  292. package/build/commands/avatar-studio/voice/clone-avatar-studio-voice.command.d.ts +4 -4
  293. package/build/commands/avatar-studio/voice/clone-avatar-studio-voice.command.js +2 -2
  294. package/build/commands/avatar-studio/voice/delete-avatar-studio-voice.command.d.ts +1 -1
  295. package/build/commands/avatar-studio/voice/delete-avatar-studio-voice.command.js +1 -1
  296. package/build/commands/avatar-studio/voice/design-avatar-studio-voice.command.d.ts +3 -3
  297. package/build/commands/avatar-studio/voice/design-avatar-studio-voice.command.js +1 -1
  298. package/build/commands/avatar-studio/voice/find-avatar-studio-voices.query.d.ts +3 -3
  299. package/build/commands/b2b/create-api-key.command.d.ts +1 -1
  300. package/build/commands/b2b/create-api-key.command.js +2 -2
  301. package/build/commands/b2b/delete-api-key.command.d.ts +1 -1
  302. package/build/commands/b2b/delete-api-key.command.js +1 -1
  303. package/build/commands/b2b/find-b2b-image-generation-job-by-uuid.command.d.ts +1 -1
  304. package/build/commands/b2b/find-b2b-image-generation-job-by-uuid.command.js +2 -2
  305. package/build/commands/b2b/get-api-key.command.d.ts +2 -2
  306. package/build/commands/b2b/get-b2b-documentation.command.d.ts +4 -4
  307. package/build/commands/b2b/get-b2b-documentation.command.js +1 -1
  308. package/build/commands/b2b/send-image-request.command.d.ts +1 -1
  309. package/build/commands/b2b/send-image-request.command.js +1 -1
  310. package/build/commands/b2b/send-text-request.command.d.ts +1 -1
  311. package/build/commands/b2b/send-text-request.command.js +2 -2
  312. package/build/commands/b2b/submit-balance-top-up-form.command.js +1 -1
  313. package/build/commands/b2b/update-api-key.command.d.ts +3 -3
  314. package/build/commands/b2b/update-api-key.command.js +1 -1
  315. package/build/commands/b2b/upload-b2b-file.command.d.ts +1 -1
  316. package/build/commands/b2b-compatible/anthropic-files.command.d.ts +2 -2
  317. package/build/commands/b2b-compatible/anthropic-files.command.js +2 -2
  318. package/build/commands/b2b-compatible/anthropic-messages.command.js +14 -14
  319. package/build/commands/b2b-compatible/anthropic-models.command.d.ts +2 -2
  320. package/build/commands/b2b-compatible/anthropic-models.command.js +1 -1
  321. package/build/commands/b2b-compatible/openai-files.command.d.ts +1 -1
  322. package/build/commands/b2b-compatible/openai-files.command.js +1 -1
  323. package/build/commands/b2b-compatible/openai-responses.command.js +8 -8
  324. package/build/commands/b2b-usage-log/get-b2b-usage-statistics.command.d.ts +8 -8
  325. package/build/commands/b2b-usage-log/get-b2b-usage-statistics.command.js +10 -10
  326. package/build/commands/blog/create-post-translation.command.d.ts +3 -3
  327. package/build/commands/blog/create-post-translation.command.js +1 -1
  328. package/build/commands/blog/create-post.command.d.ts +1 -1
  329. package/build/commands/blog/delete-post.command.d.ts +1 -1
  330. package/build/commands/blog/find-all-posts.command.d.ts +1 -1
  331. package/build/commands/blog/find-post-by-alias.command.d.ts +2 -2
  332. package/build/commands/blog/find-post-by-uuid.command.d.ts +2 -2
  333. package/build/commands/blog/find-posts.command.d.ts +1 -1
  334. package/build/commands/blog/get-all-post-translations.query.d.ts +3 -3
  335. package/build/commands/blog/get-all-post-translations.query.js +1 -1
  336. package/build/commands/blog/get-latest-updates.command.d.ts +1 -1
  337. package/build/commands/blog/update-post-translation.command.d.ts +4 -4
  338. package/build/commands/blog/update-post-translation.command.js +2 -2
  339. package/build/commands/blog/update-post.command.d.ts +2 -2
  340. package/build/commands/blog/update-post.command.js +1 -1
  341. package/build/commands/cabinet/get-user-statistics-by-month.command.js +3 -9
  342. package/build/commands/cabinet/get-user-statistics-overview.command.js +2 -5
  343. package/build/commands/category/create-category-translation.command.d.ts +3 -3
  344. package/build/commands/category/create-category-translation.command.js +1 -1
  345. package/build/commands/category/create-category.command.d.ts +3 -3
  346. package/build/commands/category/delete-category.command.d.ts +1 -1
  347. package/build/commands/category/find-category.command.d.ts +11 -11
  348. package/build/commands/category/get-all-category-translations.query.d.ts +3 -3
  349. package/build/commands/category/get-all-category-translations.query.js +1 -1
  350. package/build/commands/category/update-category-translation.command.d.ts +4 -4
  351. package/build/commands/category/update-category-translation.command.js +2 -2
  352. package/build/commands/category/update-category.command.d.ts +4 -4
  353. package/build/commands/category/update-category.command.js +1 -1
  354. package/build/commands/chat/calculate-chat-price.command.d.ts +3 -3
  355. package/build/commands/chat/calculate-chat-price.command.js +4 -4
  356. package/build/commands/chat/compact-chat.command.d.ts +1 -1
  357. package/build/commands/chat/compact-chat.command.js +1 -1
  358. package/build/commands/chat/create-chat.command.d.ts +10 -10
  359. package/build/commands/chat/create-chat.command.js +1 -1
  360. package/build/commands/chat/delete-chat.command.d.ts +1 -1
  361. package/build/commands/chat/detach-chat-file.command.d.ts +2 -2
  362. package/build/commands/chat/find-chat-by-uuid.command.d.ts +9 -9
  363. package/build/commands/chat/find-chats.command.d.ts +7 -7
  364. package/build/commands/chat/get-active-chat-files.command.d.ts +2 -2
  365. package/build/commands/chat/get-input-limits.command.d.ts +1 -1
  366. package/build/commands/chat/get-input-limits.command.js +1 -1
  367. package/build/commands/chat/get-last-active-chat-command.d.ts +9 -9
  368. package/build/commands/chat/update-chat.command.d.ts +7 -7
  369. package/build/commands/chat/update-chat.command.js +1 -1
  370. package/build/commands/community/archive-community-post.command.d.ts +1 -1
  371. package/build/commands/community/archive-community-post.command.js +1 -1
  372. package/build/commands/community/create-community-post.command.d.ts +11 -11
  373. package/build/commands/community/create-community-post.command.js +4 -4
  374. package/build/commands/community/delete-community-post.command.d.ts +1 -1
  375. package/build/commands/community/delete-community-post.command.js +1 -1
  376. package/build/commands/community/get-all-community-posts-by-criteria.command.d.ts +11 -11
  377. package/build/commands/community/get-all-community-posts-by-criteria.command.js +3 -3
  378. package/build/commands/community/get-community-post-by-uuid.command.d.ts +11 -11
  379. package/build/commands/community/get-community-post-by-uuid.command.js +1 -1
  380. package/build/commands/community/get-count-of-likes-on-user-posts.command.d.ts +1 -1
  381. package/build/commands/community/get-count-of-likes-on-user-posts.command.js +1 -1
  382. package/build/commands/community/get-my-community-posts-by-criteria.command.d.ts +10 -10
  383. package/build/commands/community/get-my-community-posts-by-criteria.command.js +4 -4
  384. package/build/commands/community/get-my-favorite-community-posts.command.d.ts +10 -10
  385. package/build/commands/community/get-my-favorite-community-posts.command.js +2 -2
  386. package/build/commands/community/get-my-likes-community-posts.command.d.ts +10 -10
  387. package/build/commands/community/get-my-likes-community-posts.command.js +1 -1
  388. package/build/commands/community/send-report-to-community-post.command.d.ts +1 -1
  389. package/build/commands/community/send-report-to-community-post.command.js +1 -1
  390. package/build/commands/community/set-favorite-community-post.command.d.ts +1 -1
  391. package/build/commands/community/set-favorite-community-post.command.js +1 -1
  392. package/build/commands/community/set-like-community-post.command.d.ts +11 -11
  393. package/build/commands/community/set-like-community-post.command.js +1 -1
  394. package/build/commands/community/set-reject-community-post.command.d.ts +2 -2
  395. package/build/commands/community/set-reject-community-post.command.js +3 -3
  396. package/build/commands/community/set-visibility-community-post.command.d.ts +2 -2
  397. package/build/commands/community/set-visibility-community-post.command.js +4 -4
  398. package/build/commands/community/share-my-community-post.command.d.ts +2 -2
  399. package/build/commands/community/share-my-community-post.command.js +2 -2
  400. package/build/commands/course/create-course-translation.command.d.ts +3 -3
  401. package/build/commands/course/create-course-translation.command.js +1 -1
  402. package/build/commands/course/create-course.command.d.ts +1 -1
  403. package/build/commands/course/create-lesson-translation.command.d.ts +3 -3
  404. package/build/commands/course/create-lesson-translation.command.js +1 -1
  405. package/build/commands/course/create-section-translation.command.d.ts +3 -3
  406. package/build/commands/course/create-section-translation.command.js +1 -1
  407. package/build/commands/course/find-course-by-alias.command.d.ts +5 -5
  408. package/build/commands/course/find-course-by-uuid.command.d.ts +6 -6
  409. package/build/commands/course/get-all-course-translations.query.d.ts +3 -3
  410. package/build/commands/course/get-all-course-translations.query.js +1 -1
  411. package/build/commands/course/get-all-lesson-translations.query.d.ts +3 -3
  412. package/build/commands/course/get-all-lesson-translations.query.js +1 -1
  413. package/build/commands/course/get-all-section-translations.query.d.ts +3 -3
  414. package/build/commands/course/get-all-section-translations.query.js +1 -1
  415. package/build/commands/course/update-course-translation.command.d.ts +4 -4
  416. package/build/commands/course/update-course-translation.command.js +2 -2
  417. package/build/commands/course/update-lesson-translation.command.d.ts +4 -4
  418. package/build/commands/course/update-lesson-translation.command.js +2 -2
  419. package/build/commands/course/update-section-translation.command.d.ts +4 -4
  420. package/build/commands/course/update-section-translation.command.js +2 -2
  421. package/build/commands/daily-streak/collect-daily-reward.command.d.ts +5 -5
  422. package/build/commands/daily-streak/get-daily-streak.command.d.ts +5 -5
  423. package/build/commands/feedback/check-if-user-ready-for-feedback.command.js +1 -1
  424. package/build/commands/feedback/create-feedback.command.d.ts +3 -3
  425. package/build/commands/feedback/udpate-feedback.command.d.ts +4 -4
  426. package/build/commands/feedback/udpate-feedback.command.js +1 -1
  427. package/build/commands/file/delete-user-file.command.d.ts +1 -1
  428. package/build/commands/file/upload.command.d.ts +1 -1
  429. package/build/commands/folder/create-folder.command.d.ts +2 -2
  430. package/build/commands/folder/delete-folder.command.d.ts +1 -1
  431. package/build/commands/folder/find-folder-by-uuid-with-chats.command.d.ts +8 -8
  432. package/build/commands/folder/find-folder-by-uuid.command.d.ts +3 -3
  433. package/build/commands/folder/find-folders-by-user.command.d.ts +2 -2
  434. package/build/commands/folder/update-folder.command.d.ts +3 -3
  435. package/build/commands/key-value/create-key-value.command.d.ts +1 -1
  436. package/build/commands/key-value/find-all-key-values.command.d.ts +1 -1
  437. package/build/commands/key-value/find-all-namespace-key-values.command.d.ts +1 -1
  438. package/build/commands/key-value/find-key-value-by-key.command.d.ts +1 -1
  439. package/build/commands/key-value/update-key-value-by-key.command.d.ts +1 -1
  440. package/build/commands/message/create-suggestions.command.d.ts +1 -1
  441. package/build/commands/message/create-text-message.command.d.ts +6 -6
  442. package/build/commands/message/create-text-message.command.js +3 -3
  443. package/build/commands/message/find-message-by-uuid.command.d.ts +4 -4
  444. package/build/commands/message/rate-message.command.d.ts +4 -4
  445. package/build/commands/message/stop-stream.command.d.ts +2 -2
  446. package/build/commands/message/stop-stream.command.js +2 -2
  447. package/build/commands/model-page/base/create-model-page.command.d.ts +7 -7
  448. package/build/commands/model-page/base/delete-model-page.command.d.ts +1 -1
  449. package/build/commands/model-page/base/find-model-page-admin.command.d.ts +18 -18
  450. package/build/commands/model-page/base/find-model-pages-admin.command.d.ts +5 -5
  451. package/build/commands/model-page/base/find-model-pages-admin.command.js +2 -2
  452. package/build/commands/model-page/base/update-model-page.command.d.ts +8 -8
  453. package/build/commands/model-page/base/update-model-page.command.js +9 -9
  454. package/build/commands/model-page/common.schemas.d.ts +6 -6
  455. package/build/commands/model-page/common.schemas.js +10 -10
  456. package/build/commands/model-page/public/find-model-page-answer-detail.command.d.ts +14 -14
  457. package/build/commands/model-page/public/find-model-page-answer-detail.command.js +1 -1
  458. package/build/commands/model-page/public/find-model-page-detail.command.d.ts +15 -15
  459. package/build/commands/model-page/public/find-model-page-hub.command.d.ts +13 -13
  460. package/build/commands/model-page/public/find-model-page-hub.command.js +5 -5
  461. package/build/commands/model-page/public/find-model-page-question-type.command.d.ts +2 -2
  462. package/build/commands/model-page/public/find-model-page-question-type.command.js +1 -1
  463. package/build/commands/model-page/public/find-model-page-vendors.command.d.ts +1 -1
  464. package/build/commands/model-page/question/create-model-page-question.command.d.ts +3 -3
  465. package/build/commands/model-page/question/delete-model-page-question.command.d.ts +1 -1
  466. package/build/commands/model-page/question/find-model-page-question-admin.command.d.ts +3 -3
  467. package/build/commands/model-page/question/find-model-page-questions-admin.command.d.ts +3 -3
  468. package/build/commands/model-page/question/find-model-page-questions-admin.command.js +2 -2
  469. package/build/commands/model-page/question/update-model-page-question.command.d.ts +4 -4
  470. package/build/commands/model-page/question-translation/create-model-page-question-translation.command.d.ts +3 -3
  471. package/build/commands/model-page/question-translation/delete-model-page-question-translation.command.d.ts +2 -2
  472. package/build/commands/model-page/question-translation/find-model-page-question-translation.command.d.ts +4 -4
  473. package/build/commands/model-page/question-translation/find-model-page-question-translations.command.d.ts +3 -3
  474. package/build/commands/model-page/question-translation/update-model-page-question-translation.command.d.ts +4 -4
  475. package/build/commands/model-page/translation/create-model-page-translation.command.d.ts +3 -3
  476. package/build/commands/model-page/translation/create-model-page-translation.command.js +2 -2
  477. package/build/commands/model-page/translation/delete-model-page-translation.command.d.ts +2 -2
  478. package/build/commands/model-page/translation/find-model-page-translation.command.d.ts +4 -4
  479. package/build/commands/model-page/translation/find-model-page-translations.command.d.ts +3 -3
  480. package/build/commands/model-page/translation/update-model-page-translation.command.d.ts +4 -4
  481. package/build/commands/order/get-order-payment-status.command.d.ts +1 -1
  482. package/build/commands/order/get-order-payment-status.command.js +2 -2
  483. package/build/commands/page/create-page-translation.command.d.ts +3 -3
  484. package/build/commands/page/create-page-translation.command.js +1 -1
  485. package/build/commands/page/create-page.command.d.ts +11 -11
  486. package/build/commands/page/delete-page.command.d.ts +1 -1
  487. package/build/commands/page/find-page-by-alias.command.d.ts +34 -34
  488. package/build/commands/page/find-page.command.d.ts +27 -27
  489. package/build/commands/page/find-pages-by-criteria.command.d.ts +37 -37
  490. package/build/commands/page/find-pages-by-criteria.command.js +6 -6
  491. package/build/commands/page/get-all-page-translations.query.d.ts +3 -3
  492. package/build/commands/page/get-all-page-translations.query.js +1 -1
  493. package/build/commands/page/update-page-translation.command.d.ts +4 -4
  494. package/build/commands/page/update-page-translation.command.js +2 -2
  495. package/build/commands/page/update-page.command.d.ts +12 -12
  496. package/build/commands/page/update-page.command.js +1 -1
  497. package/build/commands/payment/find-payments-by-criteria.command.d.ts +4 -4
  498. package/build/commands/payment/find-payments-by-criteria.command.js +4 -4
  499. package/build/commands/payment/get-payment-history.command.d.ts +1 -1
  500. package/build/commands/payment/get-payment-history.command.js +1 -1
  501. package/build/commands/payment/receipt.command.d.ts +4 -4
  502. package/build/commands/payment/refund-payment.command.d.ts +1 -1
  503. package/build/commands/payment/refund-payment.command.js +1 -1
  504. package/build/commands/photo-studio/add-photo-studio-checkpoint.command.d.ts +7 -7
  505. package/build/commands/photo-studio/add-photo-studio-checkpoint.command.js +1 -1
  506. package/build/commands/photo-studio/add-photo-studio-image.command.d.ts +8 -8
  507. package/build/commands/photo-studio/add-photo-studio-image.command.js +3 -3
  508. package/build/commands/photo-studio/clear-photo-studio-checkpoints.command.d.ts +6 -6
  509. package/build/commands/photo-studio/clear-photo-studio-checkpoints.command.js +1 -1
  510. package/build/commands/photo-studio/create-photo-studio-canvas.command.d.ts +4 -4
  511. package/build/commands/photo-studio/delete-photo-studio-canvas.command.d.ts +1 -1
  512. package/build/commands/photo-studio/delete-photo-studio-canvas.command.js +1 -1
  513. package/build/commands/photo-studio/delete-photo-studio-checkpoint.command.d.ts +2 -2
  514. package/build/commands/photo-studio/delete-photo-studio-checkpoint.command.js +2 -2
  515. package/build/commands/photo-studio/delete-photo-studio-image.command.d.ts +7 -7
  516. package/build/commands/photo-studio/delete-photo-studio-image.command.js +2 -2
  517. package/build/commands/photo-studio/delete-photo-studio-job.command.d.ts +2 -2
  518. package/build/commands/photo-studio/execute-photo-studio-action.command.d.ts +24 -24
  519. package/build/commands/photo-studio/execute-photo-studio-action.command.js +27 -27
  520. package/build/commands/photo-studio/find-photo-studio-canvas-by-uuid.query.d.ts +4 -4
  521. package/build/commands/photo-studio/find-photo-studio-canvas-by-uuid.query.js +1 -1
  522. package/build/commands/photo-studio/find-photo-studio-canvases.query.d.ts +3 -3
  523. package/build/commands/photo-studio/find-photo-studio-checkpoints.query.d.ts +6 -6
  524. package/build/commands/photo-studio/find-photo-studio-checkpoints.query.js +1 -1
  525. package/build/commands/photo-studio/find-photo-studio-job-by-id.query.d.ts +7 -7
  526. package/build/commands/photo-studio/find-photo-studio-job-by-id.query.js +6 -6
  527. package/build/commands/photo-studio/find-photo-studio-jobs.query.d.ts +3 -3
  528. package/build/commands/photo-studio/find-photo-studio-jobs.query.js +2 -2
  529. package/build/commands/photo-studio/get-photo-studio-config.query.d.ts +6 -6
  530. package/build/commands/photo-studio/get-photo-studio-config.query.js +1 -1
  531. package/build/commands/photo-studio/move-photo-studio-image.command.d.ts +7 -7
  532. package/build/commands/photo-studio/move-photo-studio-image.command.js +2 -2
  533. package/build/commands/photo-studio/rename-photo-studio-image.command.d.ts +7 -7
  534. package/build/commands/photo-studio/rename-photo-studio-image.command.js +2 -2
  535. package/build/commands/photo-studio/retry-photo-studio-job.command.d.ts +3 -3
  536. package/build/commands/photo-studio/save-photo-studio-canvas.command.d.ts +5 -5
  537. package/build/commands/photo-studio/save-photo-studio-canvas.command.js +1 -1
  538. package/build/commands/photo-studio/update-photo-studio-canvas.command.d.ts +4 -4
  539. package/build/commands/photo-studio/update-photo-studio-canvas.command.js +1 -1
  540. package/build/commands/photo-studio/update-photo-studio-checkpoint.command.d.ts +8 -8
  541. package/build/commands/photo-studio/update-photo-studio-checkpoint.command.js +2 -2
  542. package/build/commands/product/buy-product.command.d.ts +4 -4
  543. package/build/commands/product/buy-product.command.js +5 -9
  544. package/build/commands/product/create-product.command.d.ts +1 -1
  545. package/build/commands/product/delete-product.command.d.ts +1 -1
  546. package/build/commands/product/find-product.command.d.ts +3 -3
  547. package/build/commands/product/find-product.command.js +1 -1
  548. package/build/commands/product/get-my-products.command.d.ts +4 -4
  549. package/build/commands/product/refund-product.command.d.ts +1 -1
  550. package/build/commands/product/refund-product.command.js +1 -1
  551. package/build/commands/product/update-product.command.d.ts +2 -2
  552. package/build/commands/product/update-product.command.js +1 -1
  553. package/build/commands/promocode/create-promocode.command.d.ts +5 -5
  554. package/build/commands/promocode/delete-promocode.command.d.ts +1 -1
  555. package/build/commands/promocode/find-promocode.command.d.ts +7 -7
  556. package/build/commands/promocode/get-upsell-offer.command.d.ts +3 -3
  557. package/build/commands/promocode/update-promocode.command.d.ts +6 -6
  558. package/build/commands/promocode/update-promocode.command.js +1 -1
  559. package/build/commands/prompt/create-prompt-translation.command.d.ts +3 -3
  560. package/build/commands/prompt/create-prompt-translation.command.js +1 -1
  561. package/build/commands/prompt/create-prompt.command.d.ts +3 -3
  562. package/build/commands/prompt/delete-prompt.command.d.ts +1 -1
  563. package/build/commands/prompt/delete-prompt.command.js +1 -1
  564. package/build/commands/prompt/find-all-prompts.command.d.ts +2 -2
  565. package/build/commands/prompt/find-prompt-by-uuid.command.d.ts +3 -3
  566. package/build/commands/prompt/find-prompts-by-topic.command.d.ts +3 -3
  567. package/build/commands/prompt/find-prompts-by-topic.command.js +1 -1
  568. package/build/commands/prompt/get-all-prompt-translations.query.d.ts +3 -3
  569. package/build/commands/prompt/get-all-prompt-translations.query.js +1 -1
  570. package/build/commands/prompt/update-prompt-translation.command.d.ts +4 -4
  571. package/build/commands/prompt/update-prompt-translation.command.js +2 -2
  572. package/build/commands/prompt/update-prompt.command.d.ts +4 -4
  573. package/build/commands/prompt/update-prompt.command.js +1 -1
  574. package/build/commands/prompt-category/create-prompt-category-translation.command.d.ts +3 -3
  575. package/build/commands/prompt-category/create-prompt-category-translation.command.js +1 -1
  576. package/build/commands/prompt-category/create-prompt-category.command.d.ts +1 -1
  577. package/build/commands/prompt-category/delete-prompt-category.command.d.ts +1 -1
  578. package/build/commands/prompt-category/delete-prompt-category.command.js +1 -1
  579. package/build/commands/prompt-category/find-all-prompt-categories.command.d.ts +1 -1
  580. package/build/commands/prompt-category/find-prompt-category-by-alias.command.d.ts +1 -1
  581. package/build/commands/prompt-category/find-prompt-category-by-uuid.command.d.ts +2 -2
  582. package/build/commands/prompt-category/find-prompt-category-by-uuid.command.js +1 -1
  583. package/build/commands/prompt-category/get-all-prompt-category-translations.query.d.ts +3 -3
  584. package/build/commands/prompt-category/get-all-prompt-category-translations.query.js +1 -1
  585. package/build/commands/prompt-category/update-prompt-category-translation.command.d.ts +4 -4
  586. package/build/commands/prompt-category/update-prompt-category-translation.command.js +2 -2
  587. package/build/commands/prompt-category/update-prompt-category.command.d.ts +2 -2
  588. package/build/commands/prompt-category/update-prompt-category.command.js +1 -1
  589. package/build/commands/prompt-topic/create-prompt-topic-translation.command.d.ts +3 -3
  590. package/build/commands/prompt-topic/create-prompt-topic-translation.command.js +1 -1
  591. package/build/commands/prompt-topic/create-prompt-topic.command.d.ts +3 -3
  592. package/build/commands/prompt-topic/delete-prompt-topic.command.d.ts +1 -1
  593. package/build/commands/prompt-topic/delete-prompt-topic.command.js +1 -1
  594. package/build/commands/prompt-topic/find-all-prompt-topics.command.d.ts +2 -2
  595. package/build/commands/prompt-topic/find-prompt-topic-by-alias.command.d.ts +2 -2
  596. package/build/commands/prompt-topic/find-prompt-topic-by-category.command.d.ts +5 -5
  597. package/build/commands/prompt-topic/find-prompt-topic-by-category.command.js +1 -1
  598. package/build/commands/prompt-topic/find-prompt-topic-by-uuid.command.d.ts +3 -3
  599. package/build/commands/prompt-topic/find-prompt-topic-by-uuid.command.js +1 -1
  600. package/build/commands/prompt-topic/get-all-prompt-topic-translations.query.d.ts +3 -3
  601. package/build/commands/prompt-topic/get-all-prompt-topic-translations.query.js +1 -1
  602. package/build/commands/prompt-topic/update-prompt-topic-translation.command.d.ts +4 -4
  603. package/build/commands/prompt-topic/update-prompt-topic-translation.command.js +2 -2
  604. package/build/commands/prompt-topic/update-prompt-topic.command.d.ts +4 -4
  605. package/build/commands/prompt-topic/update-prompt-topic.command.js +1 -1
  606. package/build/commands/question/create-question-translation.command.d.ts +3 -3
  607. package/build/commands/question/create-question-translation.command.js +1 -1
  608. package/build/commands/question/create-question.command.d.ts +9 -9
  609. package/build/commands/question/create-question.command.js +1 -1
  610. package/build/commands/question/delete-question.command.d.ts +1 -1
  611. package/build/commands/question/find-question.command.d.ts +7 -7
  612. package/build/commands/question/get-all-question-translations.query.d.ts +3 -3
  613. package/build/commands/question/get-all-question-translations.query.js +1 -1
  614. package/build/commands/question/update-question-translation.command.d.ts +4 -4
  615. package/build/commands/question/update-question-translation.command.js +2 -2
  616. package/build/commands/question/update-question.command.d.ts +6 -6
  617. package/build/commands/question/update-question.command.js +2 -2
  618. package/build/commands/referral/validate-referral.command.d.ts +1 -1
  619. package/build/commands/referral/validate-referral.command.js +1 -1
  620. package/build/commands/review/create-review.command.d.ts +3 -3
  621. package/build/commands/review/find-all-reviews.command.d.ts +2 -2
  622. package/build/commands/review/find-reviews.command.d.ts +2 -2
  623. package/build/commands/subscription/buy-subscription.command.d.ts +4 -4
  624. package/build/commands/subscription/buy-subscription.command.js +6 -10
  625. package/build/commands/subscription/cancel-subscription.command.js +1 -1
  626. package/build/commands/subscription/create-subscription.command.d.ts +3 -3
  627. package/build/commands/subscription/delete-subscription.command.d.ts +1 -1
  628. package/build/commands/subscription/downgrade-subscription.command.d.ts +2 -2
  629. package/build/commands/subscription/downgrade-subscription.command.js +1 -1
  630. package/build/commands/subscription/find-subscription.command.d.ts +11 -11
  631. package/build/commands/subscription/find-subscription.command.js +1 -1
  632. package/build/commands/subscription/get-available-upgrades.command.d.ts +3 -3
  633. package/build/commands/subscription/get-available-upgrades.command.js +2 -2
  634. package/build/commands/subscription/get-free-subscription.command.d.ts +2 -2
  635. package/build/commands/subscription/get-subscriptions-summary.command.d.ts +18 -18
  636. package/build/commands/subscription/recover-past-due-subscription.command.d.ts +1 -1
  637. package/build/commands/subscription/recover-past-due-subscription.command.js +1 -1
  638. package/build/commands/subscription/recover-subscription.command.js +1 -1
  639. package/build/commands/subscription/refund-subscription.command.d.ts +1 -1
  640. package/build/commands/subscription/refund-subscription.command.js +1 -1
  641. package/build/commands/subscription/update-subscription.command.d.ts +4 -4
  642. package/build/commands/subscription/update-subscription.command.js +1 -1
  643. package/build/commands/subscription/upgrade-subscription.command.d.ts +2 -2
  644. package/build/commands/subscription/upgrade-subscription.command.js +4 -4
  645. package/build/commands/support-feedback/check-support-feedback.command.d.ts +1 -1
  646. package/build/commands/support-feedback/upsert-support-feedback.command.d.ts +3 -3
  647. package/build/commands/task/find-all-active-tasks.command.d.ts +1 -1
  648. package/build/commands/task/get-task-statistics.command.d.ts +1 -1
  649. package/build/commands/task/get-task-statistics.command.js +1 -1
  650. package/build/commands/team-account/accept-team-account-invite.command.d.ts +3 -3
  651. package/build/commands/team-account/create-manual-team-product.command.d.ts +6 -6
  652. package/build/commands/team-account/create-manual-team-product.command.js +2 -2
  653. package/build/commands/team-account/create-manual-team-subscription-upgrade.command.d.ts +9 -9
  654. package/build/commands/team-account/create-manual-team-subscription-upgrade.command.js +3 -3
  655. package/build/commands/team-account/create-manual-team-subscription.command.d.ts +8 -8
  656. package/build/commands/team-account/create-manual-team-subscription.command.js +2 -2
  657. package/build/commands/team-account/create-team-account-invoice-payment.command.d.ts +4 -4
  658. package/build/commands/team-account/create-team-account-invoice-payment.command.js +4 -4
  659. package/build/commands/team-account/create-team-account.command.d.ts +5 -5
  660. package/build/commands/team-account/create-team-account.command.js +2 -2
  661. package/build/commands/team-account/find-current-team-account-products-by-team-account-id.command.d.ts +6 -6
  662. package/build/commands/team-account/find-current-team-account-products-by-team-account-id.command.js +1 -1
  663. package/build/commands/team-account/find-current-team-account-products.command.d.ts +5 -5
  664. package/build/commands/team-account/find-current-team-account-subscriptions-by-team-account-id.command.d.ts +9 -9
  665. package/build/commands/team-account/find-current-team-account-subscriptions-by-team-account-id.command.js +1 -1
  666. package/build/commands/team-account/find-current-team-account-subscriptions.command.d.ts +8 -8
  667. package/build/commands/team-account/find-team-account-by-uuid.command.d.ts +4 -4
  668. package/build/commands/team-account/find-team-account-by-uuid.command.js +1 -1
  669. package/build/commands/team-account/find-team-account-members-by-team-account-id.command.d.ts +4 -4
  670. package/build/commands/team-account/find-team-account-members-by-team-account-id.command.js +1 -1
  671. package/build/commands/team-account/find-team-account-members.command.d.ts +3 -3
  672. package/build/commands/team-account/find-team-account-operations.command.d.ts +3 -3
  673. package/build/commands/team-account/find-team-account-products.command.d.ts +1 -1
  674. package/build/commands/team-account/find-team-account-subscriptions.command.d.ts +4 -4
  675. package/build/commands/team-account/find-team-accounts-by-name.command.d.ts +3 -3
  676. package/build/commands/team-account/find-team-accounts-by-name.command.js +3 -3
  677. package/build/commands/team-account/get-invoice-for-payment.command.d.ts +10 -10
  678. package/build/commands/team-account/get-invoice-for-payment.command.js +5 -5
  679. package/build/commands/team-account/get-my-team-account.command.d.ts +2 -2
  680. package/build/commands/team-account/get-team-account-available-upgrades.command.d.ts +3 -3
  681. package/build/commands/team-account/get-team-account-available-upgrades.command.js +1 -1
  682. package/build/commands/team-account/get-team-account-payment-history.command.d.ts +2 -2
  683. package/build/commands/team-account/get-team-account-payment-history.command.js +1 -1
  684. package/build/commands/team-account/get-team-account-statistics-by-month.command.d.ts +1 -1
  685. package/build/commands/team-account/get-team-account-statistics-by-month.command.js +4 -10
  686. package/build/commands/team-account/get-team-account-statistics-overview.command.d.ts +1 -1
  687. package/build/commands/team-account/get-team-account-statistics-overview.command.js +3 -6
  688. package/build/commands/team-account/invite-team-account-member.command.d.ts +8 -8
  689. package/build/commands/team-account/invite-team-account-member.command.js +3 -3
  690. package/build/commands/team-account/refund-team-account-balance.command.d.ts +3 -3
  691. package/build/commands/team-account/remove-team-account-member.command.d.ts +1 -1
  692. package/build/commands/team-account/remove-team-account-member.command.js +1 -1
  693. package/build/commands/team-account/revoke-team-account-invite.command.d.ts +1 -1
  694. package/build/commands/team-account/revoke-team-account-invite.command.js +1 -1
  695. package/build/commands/team-account/update-team-account-invite.command.d.ts +6 -6
  696. package/build/commands/team-account/update-team-account-invite.command.js +1 -1
  697. package/build/commands/team-account/update-team-account-member.command.d.ts +4 -4
  698. package/build/commands/team-account/update-team-account-member.command.js +1 -1
  699. package/build/commands/team-account/update-team-account.command.d.ts +5 -5
  700. package/build/commands/team-account/update-team-account.command.js +2 -2
  701. package/build/commands/team-to-product/add-team-to-product.command.d.ts +7 -7
  702. package/build/commands/team-to-product/add-team-to-product.command.js +3 -3
  703. package/build/commands/team-to-product/get-team-to-product-by-uuid.command.d.ts +5 -5
  704. package/build/commands/team-to-product/get-team-to-products.command.d.ts +6 -6
  705. package/build/commands/team-to-product/get-team-to-products.command.js +1 -1
  706. package/build/commands/team-to-product/update-team-to-product.command.d.ts +6 -6
  707. package/build/commands/team-to-subscription/add-team-to-subscription.command.d.ts +11 -11
  708. package/build/commands/team-to-subscription/add-team-to-subscription.command.js +5 -5
  709. package/build/commands/team-to-subscription/get-team-to-subscription-by-uuid.command.d.ts +7 -7
  710. package/build/commands/team-to-subscription/get-team-to-subscriptions.command.d.ts +9 -9
  711. package/build/commands/team-to-subscription/get-team-to-subscriptions.command.js +1 -1
  712. package/build/commands/team-to-subscription/update-team-to-subscription.command.d.ts +10 -10
  713. package/build/commands/telegram-auth/create-telegram-auth-link.command.d.ts +3 -3
  714. package/build/commands/telegram-auth/create-telegram-auth-link.command.js +1 -1
  715. package/build/commands/telegram-auth/get-telegram-auth-session-status.command.d.ts +2 -2
  716. package/build/commands/telegram-auth/get-telegram-auth-session-status.command.js +3 -3
  717. package/build/commands/telegram-auth/redeem-telegram-auth-session.command.d.ts +1 -1
  718. package/build/commands/telegram-auth/redeem-telegram-auth-session.command.js +1 -1
  719. package/build/commands/telegram-profile/auth-with-telegram-web-app.command.d.ts +1 -1
  720. package/build/commands/telegram-profile/auth-with-telegram-web-app.command.js +1 -2
  721. package/build/commands/tools/diagrams/delete-diagrams-job-by-uuid.command.d.ts +1 -1
  722. package/build/commands/tools/diagrams/delete-diagrams-job-by-uuid.command.js +1 -1
  723. package/build/commands/tools/diagrams/diagrams.command.d.ts +12 -12
  724. package/build/commands/tools/diagrams/diagrams.command.js +1 -1
  725. package/build/commands/tools/diagrams/edit-diagrams-job.command.d.ts +13 -13
  726. package/build/commands/tools/diagrams/edit-diagrams-job.command.js +3 -3
  727. package/build/commands/tools/diagrams/find-diagrams-job-by-uuid.command.d.ts +9 -9
  728. package/build/commands/tools/diagrams/find-diagrams-jobs.command.d.ts +8 -8
  729. package/build/commands/tools/diagrams/find-diagrams-jobs.command.js +2 -2
  730. package/build/commands/tools/diagrams/get-diagrams-price.command.d.ts +6 -6
  731. package/build/commands/tools/diagrams/get-diagrams-price.command.js +3 -3
  732. package/build/commands/tools/diagrams/get-diagrams-tool-config.command.d.ts +2 -2
  733. package/build/commands/tools/diagrams/retry-diagrams-job.command.d.ts +12 -12
  734. package/build/commands/tools/diagrams/retry-diagrams-job.command.js +2 -2
  735. package/build/commands/tools/diagrams/set-reaction-to-diagrams-job.command.d.ts +9 -9
  736. package/build/commands/tools/diagrams/set-reaction-to-diagrams-job.command.js +2 -2
  737. package/build/commands/tools/diagrams/update-diagrams-job-favorite.command.d.ts +9 -9
  738. package/build/commands/tools/diagrams/update-diagrams-job-favorite.command.js +1 -1
  739. package/build/commands/tools/diagrams/update-diagrams-job-title.command.d.ts +9 -9
  740. package/build/commands/tools/diagrams/update-diagrams-job-title.command.js +1 -1
  741. package/build/commands/tools/html-page-builder/delete-html-page-builder-session-by-uuid.command.d.ts +1 -1
  742. package/build/commands/tools/html-page-builder/delete-html-page-builder-session-by-uuid.command.js +1 -1
  743. package/build/commands/tools/html-page-builder/execute-html-page-builder.command.d.ts +8 -8
  744. package/build/commands/tools/html-page-builder/execute-html-page-builder.command.js +3 -3
  745. package/build/commands/tools/html-page-builder/find-html-page-builder-session-by-uuid.command.d.ts +6 -6
  746. package/build/commands/tools/html-page-builder/find-html-page-builder-sessions.command.d.ts +5 -5
  747. package/build/commands/tools/html-page-builder/find-html-page-builder-sessions.command.js +2 -2
  748. package/build/commands/tools/html-page-builder/get-html-page-builder-price.command.d.ts +2 -2
  749. package/build/commands/tools/html-page-builder/get-html-page-builder-price.command.js +2 -2
  750. package/build/commands/tools/html-page-builder/update-html-page-builder-session-favorite.command.d.ts +6 -6
  751. package/build/commands/tools/html-page-builder/update-html-page-builder-session-favorite.command.js +1 -1
  752. package/build/commands/tools/html-page-builder/update-html-page-builder-session-title.command.d.ts +6 -6
  753. package/build/commands/tools/html-page-builder/update-html-page-builder-session-title.command.js +1 -1
  754. package/build/commands/tools/image-editor/delete-image-editor-job-by-uuid.command.d.ts +1 -1
  755. package/build/commands/tools/image-editor/delete-image-editor-job-by-uuid.command.js +1 -1
  756. package/build/commands/tools/image-editor/find-image-editor-job-by-uuid.command.d.ts +3 -3
  757. package/build/commands/tools/image-editor/find-image-editor-jobs.command.d.ts +2 -2
  758. package/build/commands/tools/image-editor/find-image-editor-jobs.command.js +2 -2
  759. package/build/commands/tools/image-editor/get-image-editor-tool-config.command.d.ts +1 -1
  760. package/build/commands/tools/image-editor/image-editor.command.d.ts +4 -4
  761. package/build/commands/tools/image-editor/image-editor.command.js +5 -5
  762. package/build/commands/tools/image-editor/retry-image-editor-job.command.d.ts +4 -4
  763. package/build/commands/tools/image-editor/retry-image-editor-job.command.js +2 -2
  764. package/build/commands/tools/image-editor/set-reaction-to-image-editor-job.command.d.ts +3 -3
  765. package/build/commands/tools/image-editor/set-reaction-to-image-editor-job.command.js +2 -2
  766. package/build/commands/tools/image-editor/update-image-editor-job-favorite.command.d.ts +3 -3
  767. package/build/commands/tools/image-editor/update-image-editor-job-favorite.command.js +1 -1
  768. package/build/commands/tools/image-editor/update-image-editor-job-title.command.d.ts +3 -3
  769. package/build/commands/tools/image-editor/update-image-editor-job-title.command.js +1 -1
  770. package/build/commands/tools/image-generation/delete-image-generation-job-by-uuid.command.d.ts +1 -1
  771. package/build/commands/tools/image-generation/delete-image-generation-job-by-uuid.command.js +1 -1
  772. package/build/commands/tools/image-generation/find-image-generation-job-by-uuid.command.d.ts +3 -3
  773. package/build/commands/tools/image-generation/find-image-generation-jobs.command.d.ts +2 -2
  774. package/build/commands/tools/image-generation/find-image-generation-jobs.command.js +2 -2
  775. package/build/commands/tools/image-generation/get-image-generation-config.command.d.ts +2 -2
  776. package/build/commands/tools/image-generation/image-generation.command.d.ts +3 -3
  777. package/build/commands/tools/image-generation/image-generation.command.js +3 -3
  778. package/build/commands/tools/image-generation/retry-image-generation-job.command.d.ts +5 -5
  779. package/build/commands/tools/image-generation/retry-image-generation-job.command.js +4 -4
  780. package/build/commands/tools/image-generation/set-reaction-to-image-generation-job.command.d.ts +3 -3
  781. package/build/commands/tools/image-generation/set-reaction-to-image-generation-job.command.js +2 -2
  782. package/build/commands/tools/image-generation/update-image-generation-job-favorite.command.d.ts +3 -3
  783. package/build/commands/tools/image-generation/update-image-generation-job-favorite.command.js +1 -1
  784. package/build/commands/tools/image-generation/update-image-generation-job-title.command.d.ts +3 -3
  785. package/build/commands/tools/image-generation/update-image-generation-job-title.command.js +1 -1
  786. package/build/commands/tools/image-recognition/delete-image-recognition-job-by-uuid.command.d.ts +1 -1
  787. package/build/commands/tools/image-recognition/delete-image-recognition-job-by-uuid.command.js +1 -1
  788. package/build/commands/tools/image-recognition/find-image-recognition-job-by-uuid.command.d.ts +2 -2
  789. package/build/commands/tools/image-recognition/find-image-recognition-jobs.command.d.ts +1 -1
  790. package/build/commands/tools/image-recognition/find-image-recognition-jobs.command.js +2 -2
  791. package/build/commands/tools/image-recognition/image-recognition.command.d.ts +3 -3
  792. package/build/commands/tools/image-recognition/image-recognition.command.js +2 -2
  793. package/build/commands/tools/image-recognition/retry-image-recognition-job.command.d.ts +4 -4
  794. package/build/commands/tools/image-recognition/retry-image-recognition-job.command.js +3 -3
  795. package/build/commands/tools/image-recognition/set-reaction-to-image-recognition-job.command.d.ts +2 -2
  796. package/build/commands/tools/image-recognition/set-reaction-to-image-recognition-job.command.js +2 -2
  797. package/build/commands/tools/image-recognition/update-image-recognition-job-favorite.command.d.ts +2 -2
  798. package/build/commands/tools/image-recognition/update-image-recognition-job-favorite.command.js +1 -1
  799. package/build/commands/tools/image-recognition/update-image-recognition-job-title.command.d.ts +2 -2
  800. package/build/commands/tools/image-recognition/update-image-recognition-job-title.command.js +1 -1
  801. package/build/commands/tools/interior-design/delete-interior-design-job-by-uuid.command.d.ts +1 -1
  802. package/build/commands/tools/interior-design/delete-interior-design-job-by-uuid.command.js +1 -1
  803. package/build/commands/tools/interior-design/find-interior-design-job-by-uuid.command.d.ts +3 -3
  804. package/build/commands/tools/interior-design/find-interior-design-jobs.command.d.ts +2 -2
  805. package/build/commands/tools/interior-design/find-interior-design-jobs.command.js +2 -2
  806. package/build/commands/tools/interior-design/interior-design.command.d.ts +2 -2
  807. package/build/commands/tools/interior-design/interior-design.command.js +2 -2
  808. package/build/commands/tools/interior-design/retry-interior-design-job.command.d.ts +4 -4
  809. package/build/commands/tools/interior-design/retry-interior-design-job.command.js +2 -2
  810. package/build/commands/tools/interior-design/set-reaction-to-interior-design-job.command.d.ts +3 -3
  811. package/build/commands/tools/interior-design/set-reaction-to-interior-design-job.command.js +2 -2
  812. package/build/commands/tools/interior-design/update-interior-design-job-favorite.command.d.ts +3 -3
  813. package/build/commands/tools/interior-design/update-interior-design-job-favorite.command.js +1 -1
  814. package/build/commands/tools/interior-design/update-interior-design-job-title.command.d.ts +3 -3
  815. package/build/commands/tools/interior-design/update-interior-design-job-title.command.js +1 -1
  816. package/build/commands/tools/marketplace-card/delete-marketplace-card-by-uuid.command.d.ts +1 -1
  817. package/build/commands/tools/marketplace-card/delete-marketplace-card-by-uuid.command.js +1 -1
  818. package/build/commands/tools/marketplace-card/execute-marketplace-card.command.d.ts +8 -8
  819. package/build/commands/tools/marketplace-card/execute-marketplace-card.command.js +10 -10
  820. package/build/commands/tools/marketplace-card/find-marketplace-card-job-by-uuid.command.d.ts +3 -3
  821. package/build/commands/tools/marketplace-card/find-marketplace-card-job-by-uuid.command.js +1 -1
  822. package/build/commands/tools/marketplace-card/find-marketplace-card-jobs.command.d.ts +2 -2
  823. package/build/commands/tools/marketplace-card/find-marketplace-card-jobs.command.js +2 -2
  824. package/build/commands/tools/marketplace-card/generate-marketplace-card-description.command.d.ts +1 -1
  825. package/build/commands/tools/marketplace-card/get-marketplace-card-config.command.d.ts +2 -2
  826. package/build/commands/tools/marketplace-card/retry-marketplace-card-job.command.d.ts +5 -5
  827. package/build/commands/tools/marketplace-card/retry-marketplace-card-job.command.js +5 -5
  828. package/build/commands/tools/marketplace-card/set-reaction-to-marketplace-card.command.d.ts +3 -3
  829. package/build/commands/tools/marketplace-card/set-reaction-to-marketplace-card.command.js +2 -2
  830. package/build/commands/tools/marketplace-card/update-marketplace-card-job-favorite.command.d.ts +3 -3
  831. package/build/commands/tools/marketplace-card/update-marketplace-card-job-favorite.command.js +1 -1
  832. package/build/commands/tools/marketplace-card/update-marketplace-card-job-title.command.d.ts +3 -3
  833. package/build/commands/tools/marketplace-card/update-marketplace-card-job-title.command.js +1 -1
  834. package/build/commands/tools/music/add-track-to-music-playlist.command.d.ts +25 -25
  835. package/build/commands/tools/music/add-track-to-music-playlist.command.js +2 -2
  836. package/build/commands/tools/music/convert-to-wav.command.d.ts +1 -1
  837. package/build/commands/tools/music/convert-to-wav.command.js +1 -1
  838. package/build/commands/tools/music/create-music-playlist.command.d.ts +23 -23
  839. package/build/commands/tools/music/delete-music-job-by-uuid.command.d.ts +1 -1
  840. package/build/commands/tools/music/delete-music-job-by-uuid.command.js +1 -1
  841. package/build/commands/tools/music/delete-music-playlist.command.d.ts +1 -1
  842. package/build/commands/tools/music/delete-music-playlist.command.js +1 -1
  843. package/build/commands/tools/music/edit-music.command.d.ts +21 -21
  844. package/build/commands/tools/music/find-music-job-by-uuid.command.d.ts +21 -21
  845. package/build/commands/tools/music/find-music-jobs.command.d.ts +20 -20
  846. package/build/commands/tools/music/find-music-jobs.command.js +2 -2
  847. package/build/commands/tools/music/find-music-playlists.command.d.ts +23 -23
  848. package/build/commands/tools/music/generate-music.command.d.ts +21 -21
  849. package/build/commands/tools/music/remove-track-from-music-playlist.command.d.ts +25 -25
  850. package/build/commands/tools/music/remove-track-from-music-playlist.command.js +2 -2
  851. package/build/commands/tools/music/retry-music-job.command.d.ts +22 -22
  852. package/build/commands/tools/music/retry-music-job.command.js +2 -2
  853. package/build/commands/tools/music/set-reaction-to-music-job.command.d.ts +21 -21
  854. package/build/commands/tools/music/set-reaction-to-music-job.command.js +2 -2
  855. package/build/commands/tools/music/update-music-job-favorite.command.d.ts +21 -21
  856. package/build/commands/tools/music/update-music-job-favorite.command.js +1 -1
  857. package/build/commands/tools/music/update-music-job-title.command.d.ts +21 -21
  858. package/build/commands/tools/music/update-music-job-title.command.js +1 -1
  859. package/build/commands/tools/music/update-music-playlist.command.d.ts +24 -24
  860. package/build/commands/tools/music/update-music-playlist.command.js +1 -1
  861. package/build/commands/tools/paraphrase/delete-paraphrase-job-by-uuid.command.d.ts +1 -1
  862. package/build/commands/tools/paraphrase/delete-paraphrase-job-by-uuid.command.js +1 -1
  863. package/build/commands/tools/paraphrase/find-paraphrase-job-by-uuid.command.d.ts +6 -6
  864. package/build/commands/tools/paraphrase/find-paraphrase-jobs.command.d.ts +5 -5
  865. package/build/commands/tools/paraphrase/find-paraphrase-jobs.command.js +2 -2
  866. package/build/commands/tools/paraphrase/get-paraphrase-price.command.d.ts +8 -8
  867. package/build/commands/tools/paraphrase/get-paraphrase-price.command.js +7 -7
  868. package/build/commands/tools/paraphrase/get-paraphrase-tool-config.command.d.ts +2 -2
  869. package/build/commands/tools/paraphrase/paraphrase.command.d.ts +10 -10
  870. package/build/commands/tools/paraphrase/paraphrase.command.js +7 -7
  871. package/build/commands/tools/paraphrase/retry-paraphrase-job.command.d.ts +6 -6
  872. package/build/commands/tools/paraphrase/retry-paraphrase-job.command.js +1 -1
  873. package/build/commands/tools/paraphrase/set-reaction-to-paraphrase-job.command.d.ts +6 -6
  874. package/build/commands/tools/paraphrase/set-reaction-to-paraphrase-job.command.js +2 -2
  875. package/build/commands/tools/paraphrase/update-paraphrase-job-favorite.command.d.ts +6 -6
  876. package/build/commands/tools/paraphrase/update-paraphrase-job-favorite.command.js +1 -1
  877. package/build/commands/tools/paraphrase/update-paraphrase-job-title.command.d.ts +6 -6
  878. package/build/commands/tools/paraphrase/update-paraphrase-job-title.command.js +1 -1
  879. package/build/commands/tools/photo-session/admin/create-photo-session-style.command.d.ts +3 -3
  880. package/build/commands/tools/photo-session/admin/delete-photo-session-style.command.d.ts +1 -1
  881. package/build/commands/tools/photo-session/admin/delete-photo-session-style.command.js +1 -1
  882. package/build/commands/tools/photo-session/admin/list-photo-session-styles.command.js +1 -1
  883. package/build/commands/tools/photo-session/admin/update-photo-session-style.command.d.ts +4 -4
  884. package/build/commands/tools/photo-session/admin/update-photo-session-style.command.js +2 -2
  885. package/build/commands/tools/photo-session/delete-photo-session-job-by-uuid.command.d.ts +1 -1
  886. package/build/commands/tools/photo-session/delete-photo-session-job-by-uuid.command.js +1 -1
  887. package/build/commands/tools/photo-session/find-photo-session-job-by-uuid.command.d.ts +3 -3
  888. package/build/commands/tools/photo-session/find-photo-session-job-by-uuid.command.js +1 -1
  889. package/build/commands/tools/photo-session/find-photo-session-jobs.command.d.ts +2 -2
  890. package/build/commands/tools/photo-session/find-photo-session-jobs.command.js +1 -1
  891. package/build/commands/tools/photo-session/get-photo-session-config.command.d.ts +3 -3
  892. package/build/commands/tools/photo-session/get-photo-session-styles.command.d.ts +3 -3
  893. package/build/commands/tools/photo-session/photo-session.command.d.ts +2 -2
  894. package/build/commands/tools/photo-session/retry-photo-session-job.command.d.ts +3 -3
  895. package/build/commands/tools/photo-session/retry-photo-session-job.command.js +1 -1
  896. package/build/commands/tools/photo-session/set-reaction-to-photo-session-job.command.d.ts +3 -3
  897. package/build/commands/tools/photo-session/set-reaction-to-photo-session-job.command.js +1 -1
  898. package/build/commands/tools/photo-session/update-photo-session-job-favorite.command.d.ts +3 -3
  899. package/build/commands/tools/photo-session/update-photo-session-job-favorite.command.js +1 -1
  900. package/build/commands/tools/photo-session/update-photo-session-job-title.command.d.ts +3 -3
  901. package/build/commands/tools/photo-session/update-photo-session-job-title.command.js +1 -1
  902. package/build/commands/tools/photo-session/update-published-status-photo-session-job.command.d.ts +3 -3
  903. package/build/commands/tools/photo-session/update-published-status-photo-session-job.command.js +1 -1
  904. package/build/commands/tools/presentation/build-blank-slide.command.d.ts +1 -1
  905. package/build/commands/tools/presentation/build-blank-slide.command.js +1 -1
  906. package/build/commands/tools/presentation/create-presentation.command.d.ts +4 -4
  907. package/build/commands/tools/presentation/create-presentation.command.js +3 -3
  908. package/build/commands/tools/presentation/delete-presentation.command.d.ts +1 -1
  909. package/build/commands/tools/presentation/delete-presentation.command.js +1 -1
  910. package/build/commands/tools/presentation/delete-slide-outline.command.d.ts +2 -2
  911. package/build/commands/tools/presentation/delete-slide-outline.command.js +2 -2
  912. package/build/commands/tools/presentation/export-presentation-as-pptx.command.d.ts +1 -1
  913. package/build/commands/tools/presentation/export-presentation-as-pptx.command.js +1 -1
  914. package/build/commands/tools/presentation/find-presentation-by-uuid.command.d.ts +7 -7
  915. package/build/commands/tools/presentation/find-presentation-by-uuid.command.js +1 -1
  916. package/build/commands/tools/presentation/find-presentation-outline.command.d.ts +1 -1
  917. package/build/commands/tools/presentation/find-presentation-outline.command.js +1 -1
  918. package/build/commands/tools/presentation/find-presentations.command.d.ts +2 -2
  919. package/build/commands/tools/presentation/find-presentations.command.js +2 -2
  920. package/build/commands/tools/presentation/generate-and-insert-slide.command.d.ts +5 -5
  921. package/build/commands/tools/presentation/generate-and-insert-slide.command.js +3 -3
  922. package/build/commands/tools/presentation/generate-presentation-slides.command.d.ts +4 -4
  923. package/build/commands/tools/presentation/generate-presentation-slides.command.js +1 -1
  924. package/build/commands/tools/presentation/get-presentation-config.command.d.ts +1 -1
  925. package/build/commands/tools/presentation/presentation-paraphrase.command.js +1 -1
  926. package/build/commands/tools/presentation/reposition-slide-outline.command.d.ts +2 -2
  927. package/build/commands/tools/presentation/reposition-slide-outline.command.js +2 -2
  928. package/build/commands/tools/presentation/reposition-slide.command.d.ts +2 -2
  929. package/build/commands/tools/presentation/reposition-slide.command.js +2 -2
  930. package/build/commands/tools/presentation/set-reaction-to-presentation.command.d.ts +3 -3
  931. package/build/commands/tools/presentation/set-reaction-to-presentation.command.js +2 -2
  932. package/build/commands/tools/presentation/update-presentation-favorite.command.d.ts +3 -3
  933. package/build/commands/tools/presentation/update-presentation-favorite.command.js +1 -1
  934. package/build/commands/tools/presentation/update-presentation-outline.command.d.ts +2 -2
  935. package/build/commands/tools/presentation/update-presentation-outline.command.js +1 -1
  936. package/build/commands/tools/presentation/update-presentation-slides.command.d.ts +4 -4
  937. package/build/commands/tools/presentation/update-presentation-slides.command.js +2 -2
  938. package/build/commands/tools/presentation/update-presentation.command.d.ts +4 -4
  939. package/build/commands/tools/presentation/update-presentation.command.js +1 -1
  940. package/build/commands/tools/presentation/update-slide-image-slot.command.d.ts +6 -6
  941. package/build/commands/tools/presentation/update-slide-image-slot.command.js +4 -4
  942. package/build/commands/tools/presentation/update-slide-outline.command.d.ts +2 -2
  943. package/build/commands/tools/presentation/update-slide-outline.command.js +3 -3
  944. package/build/commands/tools/presentation/update-slide.command.d.ts +6 -6
  945. package/build/commands/tools/presentation/update-slide.command.js +1 -1
  946. package/build/commands/tools/solving-edu-task/delete-solving-edu-task-job-by-uuid.command.d.ts +1 -1
  947. package/build/commands/tools/solving-edu-task/delete-solving-edu-task-job-by-uuid.command.js +1 -1
  948. package/build/commands/tools/solving-edu-task/find-solving-edu-task-job-by-uuid.command.d.ts +2 -2
  949. package/build/commands/tools/solving-edu-task/find-solving-edu-task-jobs.command.d.ts +1 -1
  950. package/build/commands/tools/solving-edu-task/find-solving-edu-task-jobs.command.js +2 -2
  951. package/build/commands/tools/solving-edu-task/retry-solving-edu-task-job.command.d.ts +4 -4
  952. package/build/commands/tools/solving-edu-task/retry-solving-edu-task-job.command.js +3 -3
  953. package/build/commands/tools/solving-edu-task/set-reaction-to-solving-edu-task-job.command.d.ts +2 -2
  954. package/build/commands/tools/solving-edu-task/set-reaction-to-solving-edu-task-job.command.js +2 -2
  955. package/build/commands/tools/solving-edu-task/solving-edu-task.command.d.ts +3 -3
  956. package/build/commands/tools/solving-edu-task/solving-edu-task.command.js +3 -3
  957. package/build/commands/tools/solving-edu-task/update-solving-edu-task-job-favorite.command.d.ts +2 -2
  958. package/build/commands/tools/solving-edu-task/update-solving-edu-task-job-favorite.command.js +1 -1
  959. package/build/commands/tools/solving-edu-task/update-solving-edu-task-job-title.command.d.ts +2 -2
  960. package/build/commands/tools/solving-edu-task/update-solving-edu-task-job-title.command.js +1 -1
  961. package/build/commands/tools/sound-generation/find-sound-generation-job-by-uuid.command.d.ts +2 -2
  962. package/build/commands/tools/sound-generation/find-sound-generation-jobs.command.d.ts +1 -1
  963. package/build/commands/tools/sound-generation/retry-sound-generation-job.command.d.ts +1 -1
  964. package/build/commands/tools/sound-generation/set-reaction-to-sound-generation-job.command.d.ts +1 -1
  965. package/build/commands/tools/sound-generation/sound-generation.command.d.ts +1 -1
  966. package/build/commands/tools/sound-generation/update-sound-generation-job-favorite.command.d.ts +1 -1
  967. package/build/commands/tools/sound-generation/update-sound-generation-job-title.command.d.ts +1 -1
  968. package/build/commands/tools/spell-corrector/delete-spell-corrector-job-by-uuid.command.d.ts +1 -1
  969. package/build/commands/tools/spell-corrector/delete-spell-corrector-job-by-uuid.command.js +1 -1
  970. package/build/commands/tools/spell-corrector/find-spell-corrector-job-by-uuid.command.d.ts +5 -5
  971. package/build/commands/tools/spell-corrector/find-spell-corrector-jobs.command.d.ts +4 -4
  972. package/build/commands/tools/spell-corrector/find-spell-corrector-jobs.command.js +2 -2
  973. package/build/commands/tools/spell-corrector/get-spell-corrector-price.command.d.ts +5 -5
  974. package/build/commands/tools/spell-corrector/get-spell-corrector-price.command.js +3 -3
  975. package/build/commands/tools/spell-corrector/get-spell-corrector-tool-config.command.d.ts +1 -1
  976. package/build/commands/tools/spell-corrector/retry-spell-corrector-job.command.d.ts +5 -5
  977. package/build/commands/tools/spell-corrector/retry-spell-corrector-job.command.js +1 -1
  978. package/build/commands/tools/spell-corrector/set-reaction-to-spell-corrector-job.command.d.ts +5 -5
  979. package/build/commands/tools/spell-corrector/set-reaction-to-spell-corrector-job.command.js +2 -2
  980. package/build/commands/tools/spell-corrector/spell-corrector.command.d.ts +9 -9
  981. package/build/commands/tools/spell-corrector/spell-corrector.command.js +5 -5
  982. package/build/commands/tools/spell-corrector/update-spell-corrector-job-favorite.command.d.ts +5 -5
  983. package/build/commands/tools/spell-corrector/update-spell-corrector-job-favorite.command.js +1 -1
  984. package/build/commands/tools/spell-corrector/update-spell-corrector-job-title.command.d.ts +5 -5
  985. package/build/commands/tools/spell-corrector/update-spell-corrector-job-title.command.js +1 -1
  986. package/build/commands/tools/stt/delete-stt-job-by-uuid.command.d.ts +1 -1
  987. package/build/commands/tools/stt/delete-stt-job-by-uuid.command.js +1 -1
  988. package/build/commands/tools/stt/find-stt-job-by-uuid.command.d.ts +2 -2
  989. package/build/commands/tools/stt/find-stt-jobs.command.d.ts +1 -1
  990. package/build/commands/tools/stt/find-stt-jobs.command.js +2 -2
  991. package/build/commands/tools/stt/retry-stt-job.command.d.ts +2 -2
  992. package/build/commands/tools/stt/retry-stt-job.command.js +1 -1
  993. package/build/commands/tools/stt/set-reaction-to-stt-job.command.d.ts +2 -2
  994. package/build/commands/tools/stt/set-reaction-to-stt-job.command.js +2 -2
  995. package/build/commands/tools/stt/stt.command.d.ts +3 -3
  996. package/build/commands/tools/stt/stt.command.js +2 -2
  997. package/build/commands/tools/stt/update-stt-job-favorite.command.d.ts +2 -2
  998. package/build/commands/tools/stt/update-stt-job-favorite.command.js +1 -1
  999. package/build/commands/tools/stt/update-stt-job-title.command.d.ts +2 -2
  1000. package/build/commands/tools/stt/update-stt-job-title.command.js +1 -1
  1001. package/build/commands/tools/tool/find-all-tools.command.d.ts +1 -1
  1002. package/build/commands/tools/tool/find-formatted-tools.command.d.ts +2 -2
  1003. package/build/commands/tools/tool/find-grouped-tools.command.d.ts +1 -1
  1004. package/build/commands/tools/tool-workspace/delete-all-tool-workspaces-by-tool-type.command.js +1 -1
  1005. package/build/commands/tools/tool-workspace/delete-tool-workspace-by-uuid.command.d.ts +1 -1
  1006. package/build/commands/tools/tool-workspace/delete-tool-workspace-by-uuid.command.js +1 -1
  1007. package/build/commands/tools/tool-workspace/find-tool-workspace-by-uuid.command.d.ts +11 -11
  1008. package/build/commands/tools/tool-workspace/find-tool-workspace-by-uuid.command.js +1 -1
  1009. package/build/commands/tools/tool-workspace/find-tool-workspaces.command.d.ts +3 -3
  1010. package/build/commands/tools/tool-workspace/find-tool-workspaces.command.js +1 -1
  1011. package/build/commands/tools/tool-workspace/update-tool-workspace.command.d.ts +4 -4
  1012. package/build/commands/tools/tool-workspace/update-tool-workspace.command.js +2 -2
  1013. package/build/commands/tools/tts/create-voice-clone.command.d.ts +5 -5
  1014. package/build/commands/tools/tts/create-voice-clone.command.js +3 -3
  1015. package/build/commands/tools/tts/create-voice-design.command.d.ts +3 -3
  1016. package/build/commands/tools/tts/create-voice-design.command.js +2 -2
  1017. package/build/commands/tools/tts/delete-tts-job-by-uuid.command.d.ts +1 -1
  1018. package/build/commands/tools/tts/delete-tts-job-by-uuid.command.js +1 -1
  1019. package/build/commands/tools/tts/delete-voice.command.d.ts +1 -1
  1020. package/build/commands/tools/tts/delete-voice.command.js +1 -1
  1021. package/build/commands/tools/tts/download-tts-job.command.d.ts +1 -1
  1022. package/build/commands/tools/tts/download-tts-job.command.js +2 -2
  1023. package/build/commands/tools/tts/find-tts-job-by-uuid.command.d.ts +2 -2
  1024. package/build/commands/tools/tts/find-tts-jobs.command.d.ts +1 -1
  1025. package/build/commands/tools/tts/find-tts-jobs.command.js +2 -2
  1026. package/build/commands/tools/tts/find-voice-by-uuid.query.d.ts +4 -4
  1027. package/build/commands/tools/tts/find-voice-by-uuid.query.js +1 -1
  1028. package/build/commands/tools/tts/find-voices.query.d.ts +3 -3
  1029. package/build/commands/tools/tts/find-voices.query.js +2 -2
  1030. package/build/commands/tools/tts/retry-tts-job.command.d.ts +6 -6
  1031. package/build/commands/tools/tts/retry-tts-job.command.js +3 -3
  1032. package/build/commands/tools/tts/select-voice-design.command.d.ts +5 -5
  1033. package/build/commands/tools/tts/select-voice-design.command.js +2 -2
  1034. package/build/commands/tools/tts/set-reaction-to-tts-job.command.d.ts +2 -2
  1035. package/build/commands/tools/tts/set-reaction-to-tts-job.command.js +2 -2
  1036. package/build/commands/tools/tts/tts.command.d.ts +7 -7
  1037. package/build/commands/tools/tts/tts.command.js +4 -4
  1038. package/build/commands/tools/tts/update-tts-job-favorite.command.d.ts +2 -2
  1039. package/build/commands/tools/tts/update-tts-job-favorite.command.js +1 -1
  1040. package/build/commands/tools/tts/update-tts-job-title.command.d.ts +2 -2
  1041. package/build/commands/tools/tts/update-tts-job-title.command.js +1 -1
  1042. package/build/commands/tools/tts/update-voice.command.d.ts +5 -5
  1043. package/build/commands/tools/tts/update-voice.command.js +2 -2
  1044. package/build/commands/tools/video/delete-video-job-by-uuid.command.d.ts +1 -1
  1045. package/build/commands/tools/video/delete-video-job-by-uuid.command.js +1 -1
  1046. package/build/commands/tools/video/find-video-job-by-uuid.command.d.ts +4 -4
  1047. package/build/commands/tools/video/find-video-jobs.command.d.ts +3 -3
  1048. package/build/commands/tools/video/find-video-jobs.command.js +2 -2
  1049. package/build/commands/tools/video/get-video-tool-config.command.d.ts +1 -1
  1050. package/build/commands/tools/video/retry-video-job.command.d.ts +9 -9
  1051. package/build/commands/tools/video/retry-video-job.command.js +2 -2
  1052. package/build/commands/tools/video/set-reaction-to-video-job.command.d.ts +4 -4
  1053. package/build/commands/tools/video/set-reaction-to-video-job.command.js +2 -2
  1054. package/build/commands/tools/video/update-video-job-favorite.command.d.ts +4 -4
  1055. package/build/commands/tools/video/update-video-job-favorite.command.js +1 -1
  1056. package/build/commands/tools/video/update-video-job-title.command.d.ts +4 -4
  1057. package/build/commands/tools/video/update-video-job-title.command.js +1 -1
  1058. package/build/commands/tools/video/video.command.d.ts +8 -8
  1059. package/build/commands/tools/video/video.command.js +5 -5
  1060. package/build/commands/tools/video-editor/delete-video-editor-job-by-uuid.command.d.ts +1 -1
  1061. package/build/commands/tools/video-editor/edit-video.command.d.ts +3 -3
  1062. package/build/commands/tools/video-editor/edit-video.command.js +2 -2
  1063. package/build/commands/tools/video-editor/find-video-editor-job-by-id.command.d.ts +2 -2
  1064. package/build/commands/tools/video-editor/find-video-editor-jobs.command.d.ts +1 -1
  1065. package/build/commands/tools/video-editor/find-video-editor-jobs.command.js +2 -2
  1066. package/build/commands/tools/video-editor/retry-video-editor-job.command.d.ts +4 -4
  1067. package/build/commands/tools/video-editor/retry-video-editor-job.command.js +2 -2
  1068. package/build/commands/tools/video-editor/set-reaction-to-video-editor-job.command.d.ts +2 -2
  1069. package/build/commands/tools/video-editor/set-reaction-to-video-editor-job.command.js +2 -2
  1070. package/build/commands/tools/video-editor/update-video-editor-job-favorite.command.d.ts +2 -2
  1071. package/build/commands/tools/video-editor/update-video-editor-job-favorite.command.js +1 -1
  1072. package/build/commands/tools/video-editor/update-video-editor-job-title.command.d.ts +2 -2
  1073. package/build/commands/tools/video-editor/update-video-editor-job-title.command.js +1 -1
  1074. package/build/commands/tools/writer/collect-writer-document-sources.command.d.ts +2 -2
  1075. package/build/commands/tools/writer/collect-writer-document-sources.command.js +1 -1
  1076. package/build/commands/tools/writer/confirm-source-citation-metadata.command.d.ts +4 -4
  1077. package/build/commands/tools/writer/confirm-source-citation-metadata.command.js +2 -2
  1078. package/build/commands/tools/writer/create-writer-document.command.d.ts +1 -1
  1079. package/build/commands/tools/writer/delete-writer-document-by-uuid.command.d.ts +1 -1
  1080. package/build/commands/tools/writer/delete-writer-document-by-uuid.command.js +1 -1
  1081. package/build/commands/tools/writer/discard-writer-source.command.d.ts +1 -1
  1082. package/build/commands/tools/writer/discard-writer-source.command.js +1 -1
  1083. package/build/commands/tools/writer/export-writer-document-as-docx.command.d.ts +1 -1
  1084. package/build/commands/tools/writer/export-writer-document-as-docx.command.js +1 -1
  1085. package/build/commands/tools/writer/find-writer-document-by-uuid.command.d.ts +2 -2
  1086. package/build/commands/tools/writer/find-writer-document-by-uuid.command.js +1 -1
  1087. package/build/commands/tools/writer/find-writer-documents.command.d.ts +1 -1
  1088. package/build/commands/tools/writer/find-writer-documents.command.js +2 -2
  1089. package/build/commands/tools/writer/generate-writer-document-contents.command.d.ts +3 -3
  1090. package/build/commands/tools/writer/generate-writer-document-contents.command.js +2 -2
  1091. package/build/commands/tools/writer/get-writer-document-sources.command.d.ts +3 -3
  1092. package/build/commands/tools/writer/get-writer-document-sources.command.js +1 -1
  1093. package/build/commands/tools/writer/get-writer-tool-config.command.d.ts +1 -1
  1094. package/build/commands/tools/writer/set-reaction.writer-document.command.d.ts +2 -2
  1095. package/build/commands/tools/writer/set-reaction.writer-document.command.js +2 -2
  1096. package/build/commands/tools/writer/toggle-writer-document-title-page.command.d.ts +1 -1
  1097. package/build/commands/tools/writer/toggle-writer-document-title-page.command.js +1 -1
  1098. package/build/commands/tools/writer/update-writer-document-contents.command.d.ts +1 -1
  1099. package/build/commands/tools/writer/update-writer-document-contents.command.js +1 -1
  1100. package/build/commands/tools/writer/update-writer-document-favorite.command.d.ts +2 -2
  1101. package/build/commands/tools/writer/update-writer-document-favorite.command.js +1 -1
  1102. package/build/commands/tools/writer/update-writer-document-outline.command.d.ts +1 -1
  1103. package/build/commands/tools/writer/update-writer-document-outline.command.js +1 -1
  1104. package/build/commands/tools/writer/update-writer-document-title-page.command.d.ts +1 -1
  1105. package/build/commands/tools/writer/update-writer-document-title-page.command.js +1 -1
  1106. package/build/commands/tools/writer/upload-writer-source.command.d.ts +4 -4
  1107. package/build/commands/tools/writer/upload-writer-source.command.js +2 -2
  1108. package/build/commands/tools/writer/writer-extend-text.command.d.ts +1 -1
  1109. package/build/commands/tools/writer/writer-extend-text.command.js +1 -1
  1110. package/build/commands/tools/writer/writer-fix-errors.command.d.ts +1 -1
  1111. package/build/commands/tools/writer/writer-fix-errors.command.js +1 -1
  1112. package/build/commands/tools/writer/writer-generate-text.command.d.ts +1 -1
  1113. package/build/commands/tools/writer/writer-generate-text.command.js +1 -1
  1114. package/build/commands/tools/writer/writer-paraphrase.command.d.ts +1 -1
  1115. package/build/commands/tools/writer/writer-paraphrase.command.js +1 -1
  1116. package/build/commands/tools/writer/writer-shorten-text.command.d.ts +1 -1
  1117. package/build/commands/tools/writer/writer-shorten-text.command.js +1 -1
  1118. package/build/commands/ui-notification/cancel-ui-notification.command.d.ts +1 -1
  1119. package/build/commands/ui-notification/cancel-ui-notification.command.js +1 -1
  1120. package/build/commands/ui-notification/complete-ui-notification.command.d.ts +1 -1
  1121. package/build/commands/ui-notification/complete-ui-notification.command.js +1 -1
  1122. package/build/commands/ui-notification/delete-many-ui-notifications.command.d.ts +1 -1
  1123. package/build/commands/ui-notification/delete-many-ui-notifications.command.js +1 -1
  1124. package/build/commands/ui-notification/delete-ui-notification.command.d.ts +1 -1
  1125. package/build/commands/ui-notification/delete-ui-notification.command.js +1 -1
  1126. package/build/commands/ui-notification/find-active-ui-notifications-by-page-and-user.command.d.ts +11 -11
  1127. package/build/commands/ui-notification/find-ui-notifications.command.d.ts +11 -11
  1128. package/build/commands/ui-notification/read-many-ui-notifications.command.d.ts +1 -1
  1129. package/build/commands/ui-notification/read-many-ui-notifications.command.js +1 -1
  1130. package/build/commands/ui-notification/read-ui-notification.command.d.ts +1 -1
  1131. package/build/commands/ui-notification/read-ui-notification.command.js +1 -1
  1132. package/build/commands/unregistered-user/patch-locale.command.js +2 -2
  1133. package/build/commands/update-post/create-update-post-translation.command.d.ts +3 -3
  1134. package/build/commands/update-post/create-update-post-translation.command.js +1 -1
  1135. package/build/commands/update-post/create-update-post.command.d.ts +1 -1
  1136. package/build/commands/update-post/delete-update-post.command.d.ts +1 -1
  1137. package/build/commands/update-post/delete-update-post.command.js +1 -1
  1138. package/build/commands/update-post/find-all-update-posts.command.d.ts +1 -1
  1139. package/build/commands/update-post/find-all-update-posts.command.js +2 -2
  1140. package/build/commands/update-post/find-update-post.command.d.ts +2 -2
  1141. package/build/commands/update-post/find-update-post.command.js +1 -1
  1142. package/build/commands/update-post/get-all-update-post-translations.query.d.ts +3 -3
  1143. package/build/commands/update-post/get-all-update-post-translations.query.js +1 -1
  1144. package/build/commands/update-post/get-latest-update-posts.command.d.ts +1 -1
  1145. package/build/commands/update-post/update-update-post-translation.command.d.ts +4 -4
  1146. package/build/commands/update-post/update-update-post-translation.command.js +2 -2
  1147. package/build/commands/update-post/update-update-post.command.d.ts +2 -2
  1148. package/build/commands/update-post/update-update-post.command.js +1 -1
  1149. package/build/commands/user/cancel-user-product.command.d.ts +2 -2
  1150. package/build/commands/user/cancel-user-product.command.js +2 -2
  1151. package/build/commands/user/cancel-user-subscription.command.d.ts +2 -2
  1152. package/build/commands/user/cancel-user-subscription.command.js +2 -2
  1153. package/build/commands/user/check-email.command.d.ts +1 -1
  1154. package/build/commands/user/check-email.command.js +1 -1
  1155. package/build/commands/user/find-user-by-uuid.command.d.ts +3 -3
  1156. package/build/commands/user/find-user-by-uuid.command.js +1 -1
  1157. package/build/commands/user/find-users-by-criteria.command.d.ts +3 -3
  1158. package/build/commands/user/find-users-by-criteria.command.js +5 -5
  1159. package/build/commands/user/get-aggregated-user-data.command.d.ts +9 -9
  1160. package/build/commands/user/get-aggregated-user-data.command.js +5 -5
  1161. package/build/commands/user/get-me.command.d.ts +5 -5
  1162. package/build/commands/user/get-me.command.js +7 -7
  1163. package/build/commands/user/get-telegram-notification.command.d.ts +5 -5
  1164. package/build/commands/user/get-user-balance.command.d.ts +1 -1
  1165. package/build/commands/user/get-user-balance.command.js +1 -1
  1166. package/build/commands/user/get-user-orders.command.d.ts +5 -5
  1167. package/build/commands/user/get-user-orders.command.js +5 -5
  1168. package/build/commands/user/get-user-payments.command.d.ts +5 -5
  1169. package/build/commands/user/get-user-payments.command.js +4 -4
  1170. package/build/commands/user/get-user-products.command.d.ts +5 -5
  1171. package/build/commands/user/get-user-products.command.js +4 -4
  1172. package/build/commands/user/get-user-subscriptions.command.d.ts +5 -5
  1173. package/build/commands/user/get-user-subscriptions.command.js +4 -4
  1174. package/build/commands/user/patch-locale.command.js +2 -2
  1175. package/build/commands/user/send-telegram-notification.command.d.ts +5 -5
  1176. package/build/commands/user/up-token-bonus-balance.command.d.ts +3 -3
  1177. package/build/commands/user/up-token-bonus-balance.command.js +1 -1
  1178. package/build/commands/user-profile/delete-avatar.command.d.ts +2 -2
  1179. package/build/commands/user-profile/get-user-profile-by-user-id.command.d.ts +3 -3
  1180. package/build/commands/user-profile/get-user-profile-by-user-id.command.js +1 -1
  1181. package/build/commands/user-profile/update-profile.command.d.ts +2 -2
  1182. package/build/commands/user-profile/upload-avatar.command.d.ts +2 -2
  1183. package/build/commands/user-to-product/get-user-to-product-by-uuid.command.d.ts +4 -4
  1184. package/build/commands/user-to-product/update-user-to-product.command.d.ts +4 -4
  1185. package/build/commands/user-to-subscription/delete-user-to-subscription.command.d.ts +1 -1
  1186. package/build/commands/user-to-subscription/get-user-to-subscription-by-uuid.command.d.ts +3 -3
  1187. package/build/commands/user-to-subscription/get-user-to-subscriptions.command.d.ts +4 -4
  1188. package/build/commands/user-to-subscription/update-user-to-subscription.command.d.ts +4 -4
  1189. package/build/commands/user-to-subscription/update-user-to-subscription.command.js +1 -1
  1190. package/build/commands/user-to-task/check-task-completion.command.d.ts +2 -2
  1191. package/build/commands/user-to-task/claim-task-reward.command.d.ts +1 -1
  1192. package/build/commands/user-to-task/get-my-tasks.command.d.ts +1 -1
  1193. package/build/commands/user-to-task/start-task.command.d.ts +2 -2
  1194. package/build/commands/webmaster/confirm-withdrawal.command.d.ts +5 -5
  1195. package/build/commands/webmaster/confirm-withdrawal.command.js +1 -1
  1196. package/build/commands/webmaster/create-webmaster.command.d.ts +2 -2
  1197. package/build/commands/webmaster/get-my-webmaster.command.d.ts +2 -2
  1198. package/build/commands/webmaster/get-webmaster-balance-overview.command.js +1 -1
  1199. package/build/commands/webmaster/update-webmaster.command.d.ts +6 -6
  1200. package/build/commands/webmaster-click/create-webmaster-click.command.d.ts +2 -2
  1201. package/build/commands/webmaster-click/get-webmaster-clicks-overview.command.js +1 -1
  1202. package/build/constants/avatar-studio/enums/avatar-studio-job-type.enum.d.ts +5 -1
  1203. package/build/constants/avatar-studio/enums/avatar-studio-job-type.enum.js +4 -0
  1204. package/build/constants/avatar-studio/enums/avatar-studio-reference-card-status.enum.d.ts +6 -0
  1205. package/build/constants/avatar-studio/enums/avatar-studio-reference-card-status.enum.js +10 -0
  1206. package/build/constants/avatar-studio/enums/index.d.ts +1 -0
  1207. package/build/constants/avatar-studio/enums/index.js +1 -0
  1208. package/build/models/agents/agent-aggregate.schema.d.ts +25 -25
  1209. package/build/models/agents/agent-ai-model.schema.d.ts +1 -1
  1210. package/build/models/agents/agent-ai-model.schema.js +1 -1
  1211. package/build/models/agents/agent-channel-credentials.schema.d.ts +2 -2
  1212. package/build/models/agents/agent-channel-credentials.schema.js +1 -1
  1213. package/build/models/agents/agent-channel.schema.d.ts +3 -3
  1214. package/build/models/agents/agent-channel.schema.js +3 -3
  1215. package/build/models/agents/agent-dialog-lead.schema.d.ts +3 -3
  1216. package/build/models/agents/agent-dialog-lead.schema.js +3 -3
  1217. package/build/models/agents/agent-dialog-message-file.schema.d.ts +1 -1
  1218. package/build/models/agents/agent-dialog-message-file.schema.js +2 -2
  1219. package/build/models/agents/agent-dialog-message.schema.d.ts +2 -2
  1220. package/build/models/agents/agent-dialog-message.schema.js +2 -2
  1221. package/build/models/agents/agent-document-chunk.schema.d.ts +2 -2
  1222. package/build/models/agents/agent-document-chunk.schema.js +2 -2
  1223. package/build/models/agents/agent-document-find-result.schema.d.ts +3 -3
  1224. package/build/models/agents/agent-document.schema.d.ts +3 -3
  1225. package/build/models/agents/agent-document.schema.js +4 -4
  1226. package/build/models/agents/agent-lead-find-result.schema.d.ts +3 -3
  1227. package/build/models/agents/agent-lead-form.schema.d.ts +2 -2
  1228. package/build/models/agents/agent-lead-form.schema.js +2 -2
  1229. package/build/models/agents/agent-lead.schema.d.ts +3 -3
  1230. package/build/models/agents/agent-lead.schema.js +3 -3
  1231. package/build/models/agents/agent-statistics.schema.d.ts +6 -6
  1232. package/build/models/agents/agent-statistics.schema.js +3 -3
  1233. package/build/models/agents/agent-template-catalog.schema.d.ts +14 -14
  1234. package/build/models/agents/agent-template-category.schema.d.ts +1 -1
  1235. package/build/models/agents/agent-template-category.schema.js +1 -1
  1236. package/build/models/agents/agent-template-instruction.schema.d.ts +2 -2
  1237. package/build/models/agents/agent-template-instruction.schema.js +2 -2
  1238. package/build/models/agents/agent-template.schema.d.ts +2 -2
  1239. package/build/models/agents/agent-template.schema.js +3 -3
  1240. package/build/models/agents/agent-tool-catalog.schema.js +1 -1
  1241. package/build/models/agents/agent-tool-credentials.schema.d.ts +4 -4
  1242. package/build/models/agents/agent-tool-credentials.schema.js +2 -5
  1243. package/build/models/agents/agent-tool.schema.d.ts +2 -2
  1244. package/build/models/agents/agent-tool.schema.js +4 -4
  1245. package/build/models/agents/agent.schema.d.ts +4 -4
  1246. package/build/models/agents/agent.schema.js +6 -6
  1247. package/build/models/agents/channel.schema.js +1 -1
  1248. package/build/models/agents/dialog-find-result.schema.d.ts +6 -6
  1249. package/build/models/agents/dialog-with-messages.schema.d.ts +8 -8
  1250. package/build/models/agents/dialog.schema.d.ts +6 -6
  1251. package/build/models/agents/dialog.schema.js +4 -4
  1252. package/build/models/agents/message-attachment.schema.d.ts +1 -1
  1253. package/build/models/agents/message-attachment.schema.js +1 -1
  1254. package/build/models/ai-model-formatted.schema.d.ts +2 -2
  1255. package/build/models/ai-model.schema.d.ts +7 -7
  1256. package/build/models/ai-model.schema.js +7 -7
  1257. package/build/models/ai-vendor.schema.d.ts +1 -1
  1258. package/build/models/ai-vendor.schema.js +2 -2
  1259. package/build/models/api-key.schema.d.ts +2 -2
  1260. package/build/models/api-key.schema.js +3 -3
  1261. package/build/models/avatar-studio/avatar-studio.schema.d.ts +211 -153
  1262. package/build/models/avatar-studio/avatar-studio.schema.js +80 -50
  1263. package/build/models/b2b/b2b-file-upload-response.schema.d.ts +2 -2
  1264. package/build/models/b2b/b2b-usage-statistics.schema.d.ts +14 -14
  1265. package/build/models/b2b/b2b-usage-statistics.schema.js +14 -14
  1266. package/build/models/canvas-edge.schema.d.ts +2 -2
  1267. package/build/models/canvas-edge.schema.js +4 -4
  1268. package/build/models/canvas-node-definition.schema.d.ts +40 -40
  1269. package/build/models/canvas-node-definition.schema.js +7 -7
  1270. package/build/models/canvas-node.schema.d.ts +135 -135
  1271. package/build/models/canvas-node.schema.js +10 -10
  1272. package/build/models/canvas-template.schema.d.ts +3 -3
  1273. package/build/models/canvas-template.schema.js +9 -9
  1274. package/build/models/canvas.schema.d.ts +2 -2
  1275. package/build/models/canvas.schema.js +2 -2
  1276. package/build/models/category-translation.schema.d.ts +2 -2
  1277. package/build/models/category-translation.schema.js +3 -3
  1278. package/build/models/category.schema.d.ts +2 -2
  1279. package/build/models/category.schema.js +3 -3
  1280. package/build/models/chat-with-messages.schema.d.ts +8 -8
  1281. package/build/models/chat.schema.d.ts +5 -5
  1282. package/build/models/chat.schema.js +5 -5
  1283. package/build/models/cloud-payments-receipt.schema.d.ts +4 -4
  1284. package/build/models/cloud-payments-receipt.schema.js +4 -4
  1285. package/build/models/community/community-post-media-data.schema.d.ts +12 -12
  1286. package/build/models/community/community-post-report/community-post-report.schema.d.ts +3 -3
  1287. package/build/models/community/community-post-report/community-post-report.schema.js +4 -4
  1288. package/build/models/community/community-post.schema.d.ts +28 -28
  1289. package/build/models/community/community-post.schema.js +18 -18
  1290. package/build/models/course-translation.schema.d.ts +2 -2
  1291. package/build/models/course-translation.schema.js +3 -3
  1292. package/build/models/course.schema.d.ts +6 -6
  1293. package/build/models/course.schema.js +2 -2
  1294. package/build/models/daily-streak.d.ts +8 -8
  1295. package/build/models/daily-streak.js +6 -6
  1296. package/build/models/feedback.schema.d.ts +3 -3
  1297. package/build/models/feedback.schema.js +3 -3
  1298. package/build/models/file.schema.d.ts +1 -1
  1299. package/build/models/file.schema.js +2 -2
  1300. package/build/models/folder.schema.d.ts +2 -2
  1301. package/build/models/folder.schema.js +2 -2
  1302. package/build/models/form-submission.schema.js +2 -2
  1303. package/build/models/invoice-for-payment.schema.d.ts +9 -9
  1304. package/build/models/invoice-for-payment.schema.js +7 -7
  1305. package/build/models/key-value.schema.d.ts +1 -1
  1306. package/build/models/key-value.schema.js +1 -1
  1307. package/build/models/lesson-translation.schema.d.ts +2 -2
  1308. package/build/models/lesson-translation.schema.js +3 -3
  1309. package/build/models/lesson.schema.d.ts +2 -2
  1310. package/build/models/lesson.schema.js +2 -2
  1311. package/build/models/message.schema.d.ts +3 -3
  1312. package/build/models/message.schema.js +5 -5
  1313. package/build/models/midjourney-job.schema.js +1 -1
  1314. package/build/models/model-page/model-page-public.schema.d.ts +46 -46
  1315. package/build/models/model-page/model-page-public.schema.js +12 -12
  1316. package/build/models/model-page/model-page-question-translation.schema.d.ts +2 -2
  1317. package/build/models/model-page/model-page-question-translation.schema.js +3 -3
  1318. package/build/models/model-page/model-page-question.schema.d.ts +2 -2
  1319. package/build/models/model-page/model-page-question.schema.js +3 -3
  1320. package/build/models/model-page/model-page-technical-model.schema.d.ts +37 -37
  1321. package/build/models/model-page/model-page-technical-model.schema.js +4 -4
  1322. package/build/models/model-page/model-page-translation.schema.d.ts +2 -2
  1323. package/build/models/model-page/model-page-translation.schema.js +3 -3
  1324. package/build/models/model-page/model-page.schema.d.ts +4 -4
  1325. package/build/models/model-page/model-page.schema.js +5 -5
  1326. package/build/models/order.schema.d.ts +4 -4
  1327. package/build/models/order.schema.js +4 -4
  1328. package/build/models/page-translation.schema.d.ts +2 -2
  1329. package/build/models/page-translation.schema.js +3 -3
  1330. package/build/models/page.schema.d.ts +6 -6
  1331. package/build/models/page.schema.js +7 -7
  1332. package/build/models/payment-history-item.schema.d.ts +1 -1
  1333. package/build/models/payment-history-item.schema.js +3 -3
  1334. package/build/models/payment.schema.d.ts +6 -6
  1335. package/build/models/payment.schema.js +5 -5
  1336. package/build/models/photo-studio/photo-studio-action.schema.js +1 -1
  1337. package/build/models/photo-studio/photo-studio-checkpoint.schema.d.ts +5 -5
  1338. package/build/models/photo-studio/photo-studio-checkpoint.schema.js +3 -3
  1339. package/build/models/photo-studio/photo-studio-image-node.schema.d.ts +4 -4
  1340. package/build/models/photo-studio/photo-studio-image-node.schema.js +4 -4
  1341. package/build/models/photo-studio/photo-studio.schema.d.ts +3 -3
  1342. package/build/models/photo-studio/photo-studio.schema.js +3 -3
  1343. package/build/models/post-translation.schema.d.ts +2 -2
  1344. package/build/models/post-translation.schema.js +3 -3
  1345. package/build/models/post.schema.d.ts +1 -1
  1346. package/build/models/post.schema.js +2 -2
  1347. package/build/models/product.schema.d.ts +1 -1
  1348. package/build/models/product.schema.js +2 -2
  1349. package/build/models/promocode.schema.d.ts +3 -3
  1350. package/build/models/promocode.schema.js +5 -5
  1351. package/build/models/prompt-category-translation.schema.d.ts +2 -2
  1352. package/build/models/prompt-category-translation.schema.js +3 -3
  1353. package/build/models/prompt-category.schema.d.ts +6 -6
  1354. package/build/models/prompt-category.schema.js +1 -1
  1355. package/build/models/prompt-topic-translation.schema.d.ts +2 -2
  1356. package/build/models/prompt-topic-translation.schema.js +3 -3
  1357. package/build/models/prompt-topic.schema.d.ts +6 -6
  1358. package/build/models/prompt-topic.schema.js +2 -2
  1359. package/build/models/prompt-translation.schema.d.ts +2 -2
  1360. package/build/models/prompt-translation.schema.js +3 -3
  1361. package/build/models/prompt.schema.d.ts +2 -2
  1362. package/build/models/prompt.schema.js +2 -2
  1363. package/build/models/question-translation.schema.d.ts +2 -2
  1364. package/build/models/question-translation.schema.js +3 -3
  1365. package/build/models/question.schema.d.ts +3 -3
  1366. package/build/models/question.schema.js +3 -3
  1367. package/build/models/referral-bonus.schema.d.ts +3 -3
  1368. package/build/models/referral-bonus.schema.js +4 -4
  1369. package/build/models/review.schema.d.ts +2 -2
  1370. package/build/models/review.schema.js +4 -4
  1371. package/build/models/section-translation.schema.d.ts +2 -2
  1372. package/build/models/section-translation.schema.js +3 -3
  1373. package/build/models/section.schema.d.ts +6 -6
  1374. package/build/models/section.schema.js +2 -2
  1375. package/build/models/subscription-feature.schema.js +2 -2
  1376. package/build/models/subscription-upgrade-schema.d.ts +2 -2
  1377. package/build/models/subscription.schema.d.ts +16 -16
  1378. package/build/models/subscription.schema.js +7 -7
  1379. package/build/models/support-feedback.schema.d.ts +3 -3
  1380. package/build/models/support-feedback.schema.js +3 -3
  1381. package/build/models/team-account/team-account-invite.schema.d.ts +10 -10
  1382. package/build/models/team-account/team-account-invite.schema.js +5 -5
  1383. package/build/models/team-account/team-account-member-list-item.schema.d.ts +3 -3
  1384. package/build/models/team-account/team-account-member-list-item.schema.js +5 -5
  1385. package/build/models/team-account/team-account-member.schema.d.ts +3 -3
  1386. package/build/models/team-account/team-account-member.schema.js +3 -3
  1387. package/build/models/team-account/team-account-operation.schema.d.ts +3 -3
  1388. package/build/models/team-account/team-account-operation.schema.js +3 -3
  1389. package/build/models/team-account/team-account-with-balance.schema.d.ts +3 -3
  1390. package/build/models/team-account/team-account.schema.d.ts +5 -5
  1391. package/build/models/team-account/team-account.schema.js +6 -6
  1392. package/build/models/team-account/team-to-product.schema.d.ts +9 -9
  1393. package/build/models/team-account/team-to-product.schema.js +5 -5
  1394. package/build/models/team-account/team-to-subscription.schema.d.ts +14 -14
  1395. package/build/models/team-account/team-to-subscription.schema.js +9 -9
  1396. package/build/models/team-subscription-feature.schema.js +1 -1
  1397. package/build/models/tool-group.schema.d.ts +1 -1
  1398. package/build/models/tool-group.schema.js +1 -1
  1399. package/build/models/tool-job.schema.d.ts +1 -1
  1400. package/build/models/tool-job.schema.js +2 -2
  1401. package/build/models/tool.schema.d.ts +3 -3
  1402. package/build/models/tool.schema.js +1 -1
  1403. package/build/models/tools/diagrams/diagrams-chart-type.schema.d.ts +2 -2
  1404. package/build/models/tools/diagrams/diagrams-chart-type.schema.js +1 -1
  1405. package/build/models/tools/diagrams/diagrams-config.schema.d.ts +2 -2
  1406. package/build/models/tools/diagrams/diagrams-job.schema.d.ts +37 -37
  1407. package/build/models/tools/diagrams/diagrams-job.schema.js +18 -18
  1408. package/build/models/tools/diagrams/diagrams-model.schema.d.ts +2 -2
  1409. package/build/models/tools/diagrams/diagrams-model.schema.js +2 -2
  1410. package/build/models/tools/html-page-builder/html-page-builder-job.schema.d.ts +3 -3
  1411. package/build/models/tools/html-page-builder/html-page-builder-job.schema.js +5 -5
  1412. package/build/models/tools/html-page-builder/html-page-builder-model.schema.js +1 -1
  1413. package/build/models/tools/html-page-builder/html-page-builder-session.schema.d.ts +5 -5
  1414. package/build/models/tools/html-page-builder/html-page-builder-session.schema.js +3 -3
  1415. package/build/models/tools/image-editor/image-editor-config.schema.d.ts +3 -3
  1416. package/build/models/tools/image-editor/image-editor-config.schema.js +1 -1
  1417. package/build/models/tools/image-editor/image-editor-job.schema.d.ts +2 -2
  1418. package/build/models/tools/image-editor/image-editor-job.schema.js +1 -1
  1419. package/build/models/tools/image-generation/image-generation-config.schema.d.ts +4 -4
  1420. package/build/models/tools/image-generation/image-generation-config.schema.js +2 -2
  1421. package/build/models/tools/image-generation/image-generation-job.schema.d.ts +2 -2
  1422. package/build/models/tools/image-generation/image-generation-job.schema.js +3 -3
  1423. package/build/models/tools/image-generation/image-generation-model.schema.js +1 -1
  1424. package/build/models/tools/image-recognition/image-recognition-job.schema.d.ts +1 -1
  1425. package/build/models/tools/image-recognition/image-recognition-job.schema.js +1 -1
  1426. package/build/models/tools/interior-design/interior-design-job.schema.d.ts +2 -2
  1427. package/build/models/tools/interior-design/interior-design-job.schema.js +2 -2
  1428. package/build/models/tools/marketplace-card/marketplace-card-config.schema.d.ts +4 -4
  1429. package/build/models/tools/marketplace-card/marketplace-card-config.schema.js +3 -3
  1430. package/build/models/tools/marketplace-card/marketplace-card-description-generation.schema.d.ts +1 -1
  1431. package/build/models/tools/marketplace-card/marketplace-card-description-generation.schema.js +2 -2
  1432. package/build/models/tools/marketplace-card/marketplace-card-job.schema.d.ts +2 -2
  1433. package/build/models/tools/marketplace-card/marketplace-card-job.schema.js +3 -3
  1434. package/build/models/tools/music/music-config.schema.js +1 -1
  1435. package/build/models/tools/music/music-job.schema.d.ts +31 -31
  1436. package/build/models/tools/music/music-job.schema.js +20 -20
  1437. package/build/models/tools/music/music-model.schema.js +1 -1
  1438. package/build/models/tools/music/music-playlist.schema.d.ts +23 -23
  1439. package/build/models/tools/music/music-playlist.schema.js +3 -3
  1440. package/build/models/tools/music/music-track.schema.d.ts +1 -1
  1441. package/build/models/tools/paraphrase/paraphrase-config.schema.d.ts +2 -2
  1442. package/build/models/tools/paraphrase/paraphrase-document.schema.d.ts +1 -1
  1443. package/build/models/tools/paraphrase/paraphrase-document.schema.js +1 -1
  1444. package/build/models/tools/paraphrase/paraphrase-job.schema.d.ts +5 -5
  1445. package/build/models/tools/paraphrase/paraphrase-job.schema.js +5 -5
  1446. package/build/models/tools/paraphrase/paraphrase-model.schema.d.ts +1 -1
  1447. package/build/models/tools/paraphrase/paraphrase-model.schema.js +2 -2
  1448. package/build/models/tools/paraphrase/paraphrase-style.schema.d.ts +1 -1
  1449. package/build/models/tools/paraphrase/paraphrase-style.schema.js +1 -1
  1450. package/build/models/tools/photo-session/photo-session-config.schema.d.ts +6 -6
  1451. package/build/models/tools/photo-session/photo-session-config.schema.js +1 -1
  1452. package/build/models/tools/photo-session/photo-session-group.schema.d.ts +2 -2
  1453. package/build/models/tools/photo-session/photo-session-group.schema.js +2 -2
  1454. package/build/models/tools/photo-session/photo-session-job.schema.d.ts +4 -4
  1455. package/build/models/tools/photo-session/photo-session-job.schema.js +3 -3
  1456. package/build/models/tools/photo-session/photo-session-model.schema.js +1 -1
  1457. package/build/models/tools/photo-session/photo-session-style.schema.d.ts +5 -5
  1458. package/build/models/tools/photo-session/photo-session-style.schema.js +3 -3
  1459. package/build/models/tools/presentation/pptx-export-payload.schema.js +13 -13
  1460. package/build/models/tools/presentation/presentation-ai-action.schema.js +1 -1
  1461. package/build/models/tools/presentation/presentation-config.schema.d.ts +1 -1
  1462. package/build/models/tools/presentation/presentation-template.schema.d.ts +1 -1
  1463. package/build/models/tools/presentation/presentation-template.schema.js +1 -1
  1464. package/build/models/tools/presentation/presentation-title-page.schema.d.ts +1 -1
  1465. package/build/models/tools/presentation/presentation-title-page.schema.js +1 -1
  1466. package/build/models/tools/presentation/presentation.schema.d.ts +8 -8
  1467. package/build/models/tools/presentation/presentation.schema.js +4 -4
  1468. package/build/models/tools/presentation/slide-content-edit.schema.d.ts +2 -2
  1469. package/build/models/tools/presentation/slide-content-type.schema.js +2 -2
  1470. package/build/models/tools/presentation/slide-content.schema.d.ts +4 -4
  1471. package/build/models/tools/presentation/slide-content.schema.js +0 -2
  1472. package/build/models/tools/presentation/slide-icon-slot.schema.d.ts +1 -1
  1473. package/build/models/tools/presentation/slide-icon-slot.schema.js +2 -2
  1474. package/build/models/tools/presentation/slide-image-slot.schema.d.ts +1 -1
  1475. package/build/models/tools/presentation/slide-image-slot.schema.js +2 -2
  1476. package/build/models/tools/presentation/slide-outline.schema.d.ts +1 -1
  1477. package/build/models/tools/presentation/slide-outline.schema.js +2 -2
  1478. package/build/models/tools/presentation/slide.schema.d.ts +7 -7
  1479. package/build/models/tools/presentation/slide.schema.js +4 -4
  1480. package/build/models/tools/solving-edu-task/solving-edu-task-job.schema.d.ts +1 -1
  1481. package/build/models/tools/solving-edu-task/solving-edu-task-job.schema.js +3 -3
  1482. package/build/models/tools/solving-edu-task/solving-edu-task-model.schema.js +1 -1
  1483. package/build/models/tools/sound-generation/sound-generation-job.schema.d.ts +1 -1
  1484. package/build/models/tools/sound-generation/sound-generation-model.schema.js +2 -2
  1485. package/build/models/tools/spell-corrector/spell-corrector-config.schema.d.ts +1 -1
  1486. package/build/models/tools/spell-corrector/spell-corrector-job.schema.d.ts +5 -5
  1487. package/build/models/tools/spell-corrector/spell-corrector-job.schema.js +4 -4
  1488. package/build/models/tools/spell-corrector/spell-corrector-model.schema.d.ts +1 -1
  1489. package/build/models/tools/spell-corrector/spell-corrector-model.schema.js +2 -2
  1490. package/build/models/tools/stt/stt-job.schema.d.ts +1 -1
  1491. package/build/models/tools/stt/stt-job.schema.js +1 -1
  1492. package/build/models/tools/tool-workspace/tool-workspace-contents.schema.d.ts +10 -10
  1493. package/build/models/tools/tool-workspace/tool-workspace-item.schema.d.ts +7 -7
  1494. package/build/models/tools/tool-workspace/tool-workspace-item.schema.js +4 -4
  1495. package/build/models/tools/tool-workspace/tool-workspace-job.schema.d.ts +5 -5
  1496. package/build/models/tools/tool-workspace/tool-workspace.schema.d.ts +3 -3
  1497. package/build/models/tools/tool-workspace/tool-workspace.schema.js +5 -5
  1498. package/build/models/tools/tts/tts-config.schema.js +3 -3
  1499. package/build/models/tools/tts/tts-job.schema.d.ts +1 -1
  1500. package/build/models/tools/tts/tts-job.schema.js +1 -1
  1501. package/build/models/tools/tts/voice-design-draft.schema.d.ts +2 -2
  1502. package/build/models/tools/tts/voice-design-draft.schema.js +2 -2
  1503. package/build/models/tools/tts/voice-design-sample.schema.d.ts +1 -1
  1504. package/build/models/tools/tts/voice-design-sample.schema.js +1 -1
  1505. package/build/models/tools/tts/voice.schema.d.ts +3 -3
  1506. package/build/models/tools/tts/voice.schema.js +8 -8
  1507. package/build/models/tools/video/video-config.schema.d.ts +2 -2
  1508. package/build/models/tools/video/video-config.schema.js +1 -1
  1509. package/build/models/tools/video/video-job.schema.d.ts +5 -5
  1510. package/build/models/tools/video/video-job.schema.js +4 -4
  1511. package/build/models/tools/video/video-model.schema.d.ts +4 -4
  1512. package/build/models/tools/video/video-model.schema.js +6 -6
  1513. package/build/models/tools/video-editor/video-editor-job.schema.d.ts +1 -1
  1514. package/build/models/tools/video-editor/video-editor-job.schema.js +1 -1
  1515. package/build/models/tools/video-editor/video-editor-model.schema.js +2 -2
  1516. package/build/models/tools/writer/writer-ai-action.schema.js +1 -1
  1517. package/build/models/tools/writer/writer-config.schema.d.ts +1 -1
  1518. package/build/models/tools/writer/writer-document-outline.schema.js +1 -1
  1519. package/build/models/tools/writer/writer-document-type.schema.d.ts +1 -1
  1520. package/build/models/tools/writer/writer-document-type.schema.js +1 -1
  1521. package/build/models/tools/writer/writer-document.schema.d.ts +1 -1
  1522. package/build/models/tools/writer/writer-document.schema.js +3 -3
  1523. package/build/models/tools/writer/writer-model.schema.js +1 -1
  1524. package/build/models/tools/writer/writer-source.schema.d.ts +2 -2
  1525. package/build/models/tools/writer/writer-source.schema.js +4 -4
  1526. package/build/models/ui-notification.schema.d.ts +16 -16
  1527. package/build/models/ui-notification.schema.js +7 -7
  1528. package/build/models/unregistered-user.schema.d.ts +1 -1
  1529. package/build/models/unregistered-user.schema.js +1 -1
  1530. package/build/models/update-post-translation.schema.d.ts +2 -2
  1531. package/build/models/update-post-translation.schema.js +3 -3
  1532. package/build/models/update-post.schema.d.ts +1 -1
  1533. package/build/models/update-post.schema.js +1 -1
  1534. package/build/models/user-profile.schema.d.ts +4 -4
  1535. package/build/models/user-profile.schema.js +2 -2
  1536. package/build/models/user-referrals.schema.d.ts +2 -2
  1537. package/build/models/user-referrals.schema.js +2 -3
  1538. package/build/models/user-task.schema.d.ts +1 -1
  1539. package/build/models/user-task.schema.js +3 -3
  1540. package/build/models/user-to-product.schema.d.ts +7 -7
  1541. package/build/models/user-to-product.schema.js +4 -4
  1542. package/build/models/user-to-subscription.schema.d.ts +12 -12
  1543. package/build/models/user-to-subscription.schema.js +2 -2
  1544. package/build/models/user.schema.d.ts +9 -9
  1545. package/build/models/user.schema.js +3 -3
  1546. package/build/models/users-filter-notification.schema.d.ts +5 -5
  1547. package/build/models/users-filter-notification.schema.js +5 -5
  1548. package/build/models/webmaster-balance.schema.d.ts +4 -4
  1549. package/build/models/webmaster-balance.schema.js +6 -6
  1550. package/build/models/webmaster-click.schema.d.ts +2 -2
  1551. package/build/models/webmaster-click.schema.js +2 -2
  1552. package/build/models/webmaster.schema.d.ts +4 -4
  1553. package/build/models/webmaster.schema.js +3 -3
  1554. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  import { z } from 'zod';
2
2
  export declare const DiagramsConfigSchema: z.ZodObject<{
3
3
  models: z.ZodArray<z.ZodObject<{
4
- uuid: z.ZodString;
4
+ uuid: z.ZodUUID;
5
5
  title: z.ZodString;
6
6
  description: z.ZodString;
7
7
  tokenMultiplicator: z.ZodNumber;
@@ -35,7 +35,7 @@ export declare const DiagramsConfigSchema: z.ZodObject<{
35
35
  canUse: z.ZodBoolean;
36
36
  }, z.core.$strip>>;
37
37
  chartTypes: z.ZodArray<z.ZodObject<{
38
- uuid: z.ZodString;
38
+ uuid: z.ZodUUID;
39
39
  title: z.ZodString;
40
40
  icons: z.ZodObject<{
41
41
  light: z.ZodObject<{
@@ -8,12 +8,12 @@ export declare const DiagramsModeSchema: z.ZodEnum<{
8
8
  export declare const DiagramsReportAccentColorSchema: z.ZodString;
9
9
  export declare const DiagramsJobRequestParamsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
10
10
  mode: z.ZodLiteral<"chart">;
11
- chartTypeUuid: z.ZodString;
12
- fileIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
11
+ chartTypeUuid: z.ZodUUID;
12
+ fileIds: z.ZodOptional<z.ZodArray<z.ZodUUID>>;
13
13
  }, z.core.$strip>, z.ZodObject<{
14
14
  mode: z.ZodLiteral<"report">;
15
15
  accentColor: z.ZodString;
16
- fileIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
16
+ fileIds: z.ZodOptional<z.ZodArray<z.ZodUUID>>;
17
17
  }, z.core.$strip>], "mode">;
18
18
  export type DiagramsJobRequestParams = z.infer<typeof DiagramsJobRequestParamsSchema>;
19
19
  export declare const DiagramsJobRequestParamsUpdateSchema: z.ZodObject<{
@@ -21,16 +21,16 @@ export declare const DiagramsJobRequestParamsUpdateSchema: z.ZodObject<{
21
21
  chart: "chart";
22
22
  report: "report";
23
23
  }>>;
24
- chartTypeUuid: z.ZodOptional<z.ZodString>;
24
+ chartTypeUuid: z.ZodOptional<z.ZodUUID>;
25
25
  accentColor: z.ZodOptional<z.ZodString>;
26
- fileIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
26
+ fileIds: z.ZodOptional<z.ZodArray<z.ZodUUID>>;
27
27
  }, z.core.$strip>;
28
28
  export type DiagramsJobRequestParamsUpdate = z.infer<typeof DiagramsJobRequestParamsUpdateSchema>;
29
29
  export declare const DiagramsChartParamsSchema: z.ZodObject<{
30
30
  mode: z.ZodDefault<z.ZodLiteral<"chart">>;
31
- chartTypeUuid: z.ZodString;
31
+ chartTypeUuid: z.ZodUUID;
32
32
  data: z.ZodOptional<z.ZodArray<z.ZodObject<{
33
- fileId: z.ZodString;
33
+ fileId: z.ZodUUID;
34
34
  url: z.ZodString;
35
35
  }, z.core.$strip>>>;
36
36
  }, z.core.$strip>;
@@ -38,14 +38,14 @@ export declare const DiagramsReportParamsSchema: z.ZodObject<{
38
38
  mode: z.ZodLiteral<"report">;
39
39
  accentColor: z.ZodString;
40
40
  data: z.ZodOptional<z.ZodArray<z.ZodObject<{
41
- fileId: z.ZodString;
41
+ fileId: z.ZodUUID;
42
42
  url: z.ZodString;
43
43
  }, z.core.$strip>>>;
44
44
  }, z.core.$strip>;
45
45
  export declare const DiagramsNewJobParamsSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
46
- chartTypeUuid: z.ZodString;
46
+ chartTypeUuid: z.ZodUUID;
47
47
  data: z.ZodOptional<z.ZodArray<z.ZodObject<{
48
- fileId: z.ZodString;
48
+ fileId: z.ZodUUID;
49
49
  url: z.ZodString;
50
50
  }, z.core.$strip>>>;
51
51
  mode: z.ZodLiteral<"chart">;
@@ -53,22 +53,22 @@ export declare const DiagramsNewJobParamsSchema: z.ZodDiscriminatedUnion<[z.ZodO
53
53
  mode: z.ZodLiteral<"report">;
54
54
  accentColor: z.ZodString;
55
55
  data: z.ZodOptional<z.ZodArray<z.ZodObject<{
56
- fileId: z.ZodString;
56
+ fileId: z.ZodUUID;
57
57
  url: z.ZodString;
58
58
  }, z.core.$strip>>>;
59
59
  }, z.core.$strip>], "mode">;
60
60
  export declare const DiagramsJobParamsSchema: z.ZodPreprocess<z.ZodDiscriminatedUnion<[z.ZodObject<{
61
61
  mode: z.ZodDefault<z.ZodLiteral<"chart">>;
62
- chartTypeUuid: z.ZodString;
62
+ chartTypeUuid: z.ZodUUID;
63
63
  data: z.ZodOptional<z.ZodArray<z.ZodObject<{
64
- fileId: z.ZodString;
64
+ fileId: z.ZodUUID;
65
65
  url: z.ZodString;
66
66
  }, z.core.$strip>>>;
67
67
  }, z.core.$strip>, z.ZodObject<{
68
68
  mode: z.ZodLiteral<"report">;
69
69
  accentColor: z.ZodString;
70
70
  data: z.ZodOptional<z.ZodArray<z.ZodObject<{
71
- fileId: z.ZodString;
71
+ fileId: z.ZodUUID;
72
72
  url: z.ZodString;
73
73
  }, z.core.$strip>>>;
74
74
  }, z.core.$strip>], "mode">>;
@@ -78,10 +78,10 @@ export declare const DiagramsJobParamsUpdateSchema: z.ZodObject<{
78
78
  chart: "chart";
79
79
  report: "report";
80
80
  }>>;
81
- chartTypeUuid: z.ZodOptional<z.ZodString>;
81
+ chartTypeUuid: z.ZodOptional<z.ZodUUID>;
82
82
  accentColor: z.ZodOptional<z.ZodString>;
83
83
  data: z.ZodOptional<z.ZodArray<z.ZodObject<{
84
- fileId: z.ZodString;
84
+ fileId: z.ZodUUID;
85
85
  url: z.ZodString;
86
86
  }, z.core.$strip>>>;
87
87
  }, z.core.$strip>;
@@ -90,45 +90,45 @@ export declare const DiagramsJobOutputSchema: z.ZodObject<{
90
90
  uuid: z.ZodString;
91
91
  htmlUrl: z.ZodString;
92
92
  createdAt: z.ZodString;
93
- parentUuid: z.ZodOptional<z.ZodString>;
93
+ parentUuid: z.ZodOptional<z.ZodUUID>;
94
94
  }, z.core.$strip>>;
95
95
  }, z.core.$strip>;
96
96
  export type DiagramsJobOutput = z.infer<typeof DiagramsJobOutputSchema>;
97
97
  export declare const DiagramsJobParamsSchemaResponse: z.ZodDiscriminatedUnion<[z.ZodObject<{
98
98
  mode: z.ZodLiteral<"chart">;
99
- chartTypeUuid: z.ZodString;
99
+ chartTypeUuid: z.ZodUUID;
100
100
  data: z.ZodOptional<z.ZodArray<z.ZodObject<{
101
- fileId: z.ZodString;
101
+ fileId: z.ZodUUID;
102
102
  }, z.core.$strip>>>;
103
103
  }, z.core.$strip>, z.ZodObject<{
104
104
  mode: z.ZodLiteral<"report">;
105
105
  accentColor: z.ZodString;
106
106
  data: z.ZodOptional<z.ZodArray<z.ZodObject<{
107
- fileId: z.ZodString;
107
+ fileId: z.ZodUUID;
108
108
  }, z.core.$strip>>>;
109
109
  }, z.core.$strip>], "mode">;
110
110
  export type DiagramsJobParamsResponse = z.infer<typeof DiagramsJobParamsSchemaResponse>;
111
111
  export declare const DiagramsJobSchema: z.ZodObject<{
112
- uuid: z.ZodString;
112
+ uuid: z.ZodUUID;
113
113
  prompt: z.ZodString;
114
114
  title: z.ZodString;
115
115
  status: z.ZodEnum<typeof TOOL_JOB_STATUS>;
116
116
  error: z.ZodNullable<z.ZodString>;
117
117
  internalError: z.ZodOptional<z.ZodNullable<z.ZodString>>;
118
- modelId: z.ZodString;
118
+ modelId: z.ZodUUID;
119
119
  price: z.ZodNumber;
120
120
  params: z.ZodPreprocess<z.ZodDiscriminatedUnion<[z.ZodObject<{
121
121
  mode: z.ZodDefault<z.ZodLiteral<"chart">>;
122
- chartTypeUuid: z.ZodString;
122
+ chartTypeUuid: z.ZodUUID;
123
123
  data: z.ZodOptional<z.ZodArray<z.ZodObject<{
124
- fileId: z.ZodString;
124
+ fileId: z.ZodUUID;
125
125
  url: z.ZodString;
126
126
  }, z.core.$strip>>>;
127
127
  }, z.core.$strip>, z.ZodObject<{
128
128
  mode: z.ZodLiteral<"report">;
129
129
  accentColor: z.ZodString;
130
130
  data: z.ZodOptional<z.ZodArray<z.ZodObject<{
131
- fileId: z.ZodString;
131
+ fileId: z.ZodUUID;
132
132
  url: z.ZodString;
133
133
  }, z.core.$strip>>>;
134
134
  }, z.core.$strip>], "mode">>;
@@ -137,15 +137,15 @@ export declare const DiagramsJobSchema: z.ZodObject<{
137
137
  uuid: z.ZodString;
138
138
  htmlUrl: z.ZodString;
139
139
  createdAt: z.ZodString;
140
- parentUuid: z.ZodOptional<z.ZodString>;
140
+ parentUuid: z.ZodOptional<z.ZodUUID>;
141
141
  }, z.core.$strip>>;
142
142
  }, z.core.$strip>;
143
143
  reaction: z.ZodNullable<z.ZodEnum<typeof USER_REACTION>>;
144
144
  dislikeReason: z.ZodNullable<z.ZodString>;
145
145
  attempts: z.ZodArray<z.ZodAny>;
146
- userId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
147
- unregisteredUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
148
- tokenReservationId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
146
+ userId: z.ZodOptional<z.ZodNullable<z.ZodUUID>>;
147
+ unregisteredUserId: z.ZodOptional<z.ZodNullable<z.ZodUUID>>;
148
+ tokenReservationId: z.ZodOptional<z.ZodNullable<z.ZodUUID>>;
149
149
  isDeleted: z.ZodBoolean;
150
150
  isFavorite: z.ZodBoolean;
151
151
  createdAt: z.ZodDate;
@@ -154,40 +154,40 @@ export declare const DiagramsJobSchema: z.ZodObject<{
154
154
  }, z.core.$strip>;
155
155
  export type DiagramsJob = z.infer<typeof DiagramsJobSchema>;
156
156
  export declare const DiagramsJobSchemaResponse: z.ZodObject<{
157
- uuid: z.ZodString;
157
+ uuid: z.ZodUUID;
158
158
  prompt: z.ZodString;
159
159
  title: z.ZodString;
160
160
  status: z.ZodEnum<typeof TOOL_JOB_STATUS>;
161
161
  error: z.ZodNullable<z.ZodString>;
162
- modelId: z.ZodString;
162
+ modelId: z.ZodUUID;
163
163
  price: z.ZodNumber;
164
164
  output: z.ZodObject<{
165
165
  versions: z.ZodArray<z.ZodObject<{
166
166
  uuid: z.ZodString;
167
167
  htmlUrl: z.ZodString;
168
168
  createdAt: z.ZodString;
169
- parentUuid: z.ZodOptional<z.ZodString>;
169
+ parentUuid: z.ZodOptional<z.ZodUUID>;
170
170
  }, z.core.$strip>>;
171
171
  }, z.core.$strip>;
172
172
  reaction: z.ZodNullable<z.ZodEnum<typeof USER_REACTION>>;
173
173
  attempts: z.ZodArray<z.ZodAny>;
174
- userId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
175
- unregisteredUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
174
+ userId: z.ZodOptional<z.ZodNullable<z.ZodUUID>>;
175
+ unregisteredUserId: z.ZodOptional<z.ZodNullable<z.ZodUUID>>;
176
176
  isFavorite: z.ZodBoolean;
177
177
  createdAt: z.ZodDate;
178
178
  completedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
179
179
  updatedAt: z.ZodDate;
180
180
  params: z.ZodDiscriminatedUnion<[z.ZodObject<{
181
181
  mode: z.ZodLiteral<"chart">;
182
- chartTypeUuid: z.ZodString;
182
+ chartTypeUuid: z.ZodUUID;
183
183
  data: z.ZodOptional<z.ZodArray<z.ZodObject<{
184
- fileId: z.ZodString;
184
+ fileId: z.ZodUUID;
185
185
  }, z.core.$strip>>>;
186
186
  }, z.core.$strip>, z.ZodObject<{
187
187
  mode: z.ZodLiteral<"report">;
188
188
  accentColor: z.ZodString;
189
189
  data: z.ZodOptional<z.ZodArray<z.ZodObject<{
190
- fileId: z.ZodString;
190
+ fileId: z.ZodUUID;
191
191
  }, z.core.$strip>>>;
192
192
  }, z.core.$strip>], "mode">;
193
193
  }, z.core.$strip>;
@@ -11,30 +11,30 @@ exports.DiagramsReportAccentColorSchema = zod_1.z
11
11
  exports.DiagramsJobRequestParamsSchema = zod_1.z.discriminatedUnion('mode', [
12
12
  zod_1.z.object({
13
13
  mode: zod_1.z.literal('chart'),
14
- chartTypeUuid: zod_1.z.string().uuid(),
15
- fileIds: zod_1.z.array(zod_1.z.string().uuid()).optional(),
14
+ chartTypeUuid: zod_1.z.uuid(),
15
+ fileIds: zod_1.z.array(zod_1.z.uuid()).optional(),
16
16
  }),
17
17
  zod_1.z.object({
18
18
  mode: zod_1.z.literal('report'),
19
19
  accentColor: exports.DiagramsReportAccentColorSchema,
20
- fileIds: zod_1.z.array(zod_1.z.string().uuid()).optional(),
20
+ fileIds: zod_1.z.array(zod_1.z.uuid()).optional(),
21
21
  }),
22
22
  ]);
23
23
  exports.DiagramsJobRequestParamsUpdateSchema = zod_1.z.object({
24
24
  mode: exports.DiagramsModeSchema.optional(),
25
- chartTypeUuid: zod_1.z.string().uuid().optional(),
25
+ chartTypeUuid: zod_1.z.uuid().optional(),
26
26
  accentColor: exports.DiagramsReportAccentColorSchema.optional(),
27
- fileIds: zod_1.z.array(zod_1.z.string().uuid()).optional(),
27
+ fileIds: zod_1.z.array(zod_1.z.uuid()).optional(),
28
28
  });
29
29
  const DiagramsJobDataSchema = zod_1.z
30
30
  .array(zod_1.z.object({
31
- fileId: zod_1.z.string().uuid(),
31
+ fileId: zod_1.z.uuid(),
32
32
  url: zod_1.z.string(),
33
33
  }))
34
34
  .optional();
35
35
  exports.DiagramsChartParamsSchema = zod_1.z.object({
36
36
  mode: zod_1.z.literal('chart').default('chart'),
37
- chartTypeUuid: zod_1.z.string().uuid(),
37
+ chartTypeUuid: zod_1.z.uuid(),
38
38
  data: DiagramsJobDataSchema,
39
39
  });
40
40
  exports.DiagramsReportParamsSchema = zod_1.z.object({
@@ -57,7 +57,7 @@ exports.DiagramsJobParamsSchema = zod_1.z.preprocess((params) => {
57
57
  }, zod_1.z.discriminatedUnion('mode', [exports.DiagramsChartParamsSchema, exports.DiagramsReportParamsSchema]));
58
58
  exports.DiagramsJobParamsUpdateSchema = zod_1.z.object({
59
59
  mode: exports.DiagramsModeSchema.optional(),
60
- chartTypeUuid: zod_1.z.string().uuid().optional(),
60
+ chartTypeUuid: zod_1.z.uuid().optional(),
61
61
  accentColor: exports.DiagramsReportAccentColorSchema.optional(),
62
62
  data: DiagramsJobDataSchema,
63
63
  });
@@ -66,18 +66,18 @@ exports.DiagramsJobOutputSchema = zod_1.z.object({
66
66
  uuid: zod_1.z.string(),
67
67
  htmlUrl: zod_1.z.string(),
68
68
  createdAt: zod_1.z.string(),
69
- parentUuid: zod_1.z.string().uuid().optional(),
69
+ parentUuid: zod_1.z.uuid().optional(),
70
70
  })),
71
71
  });
72
72
  const DiagramsJobDataResponseSchema = zod_1.z
73
73
  .array(zod_1.z.object({
74
- fileId: zod_1.z.string().uuid(),
74
+ fileId: zod_1.z.uuid(),
75
75
  }))
76
76
  .optional();
77
77
  exports.DiagramsJobParamsSchemaResponse = zod_1.z.discriminatedUnion('mode', [
78
78
  zod_1.z.object({
79
79
  mode: zod_1.z.literal('chart'),
80
- chartTypeUuid: zod_1.z.string().uuid(),
80
+ chartTypeUuid: zod_1.z.uuid(),
81
81
  data: DiagramsJobDataResponseSchema,
82
82
  }),
83
83
  zod_1.z.object({
@@ -87,22 +87,22 @@ exports.DiagramsJobParamsSchemaResponse = zod_1.z.discriminatedUnion('mode', [
87
87
  }),
88
88
  ]);
89
89
  exports.DiagramsJobSchema = zod_1.z.object({
90
- uuid: zod_1.z.string().uuid(),
90
+ uuid: zod_1.z.uuid(),
91
91
  prompt: zod_1.z.string(),
92
92
  title: zod_1.z.string(),
93
- status: zod_1.z.nativeEnum(constants_1.TOOL_JOB_STATUS),
93
+ status: zod_1.z.enum(constants_1.TOOL_JOB_STATUS),
94
94
  error: zod_1.z.string().nullable(),
95
95
  internalError: zod_1.z.string().nullable().optional(),
96
- modelId: zod_1.z.string().uuid(),
96
+ modelId: zod_1.z.uuid(),
97
97
  price: zod_1.z.number(),
98
98
  params: exports.DiagramsJobParamsSchema,
99
99
  output: exports.DiagramsJobOutputSchema,
100
- reaction: zod_1.z.nativeEnum(constants_1.USER_REACTION).nullable(),
100
+ reaction: zod_1.z.enum(constants_1.USER_REACTION).nullable(),
101
101
  dislikeReason: zod_1.z.string().nullable(),
102
102
  attempts: zod_1.z.array(zod_1.z.any()),
103
- userId: zod_1.z.string().uuid().nullable().optional(),
104
- unregisteredUserId: zod_1.z.string().uuid().nullable().optional(),
105
- tokenReservationId: zod_1.z.string().uuid().nullable().optional(),
103
+ userId: zod_1.z.uuid().nullable().optional(),
104
+ unregisteredUserId: zod_1.z.uuid().nullable().optional(),
105
+ tokenReservationId: zod_1.z.uuid().nullable().optional(),
106
106
  isDeleted: zod_1.z.boolean(),
107
107
  isFavorite: zod_1.z.boolean(),
108
108
  createdAt: zod_1.z.date(),
@@ -7,7 +7,7 @@ export declare const DiagramsModelConfigSchema: z.ZodObject<{
7
7
  }, z.core.$strip>;
8
8
  export type DiagramsModelConfig = z.infer<typeof DiagramsModelConfigSchema>;
9
9
  export declare const DiagramsModelSchema: z.ZodObject<{
10
- uuid: z.ZodString;
10
+ uuid: z.ZodUUID;
11
11
  title: z.ZodString;
12
12
  description: z.ZodString;
13
13
  aiModel: z.ZodString;
@@ -47,7 +47,7 @@ export declare const DiagramsModelSchema: z.ZodObject<{
47
47
  }, z.core.$strip>;
48
48
  export type DiagramsModel = z.infer<typeof DiagramsModelSchema>;
49
49
  export declare const DiagramsModelSchemaResponse: z.ZodObject<{
50
- uuid: z.ZodString;
50
+ uuid: z.ZodUUID;
51
51
  title: z.ZodString;
52
52
  description: z.ZodString;
53
53
  tokenMultiplicator: z.ZodNumber;
@@ -11,7 +11,7 @@ exports.DiagramsModelConfigSchema = zod_1.z.object({
11
11
  }),
12
12
  });
13
13
  exports.DiagramsModelSchema = zod_1.z.object({
14
- uuid: zod_1.z.string().uuid(),
14
+ uuid: zod_1.z.uuid(),
15
15
  title: zod_1.z.string(),
16
16
  description: zod_1.z.string(),
17
17
  aiModel: zod_1.z.string(),
@@ -22,7 +22,7 @@ exports.DiagramsModelSchema = zod_1.z.object({
22
22
  isPremium: zod_1.z.boolean(),
23
23
  isNew: zod_1.z.boolean(),
24
24
  order: zod_1.z.number(),
25
- status: zod_1.z.nativeEnum(constants_1.TOOL_MODEL_STATUS),
25
+ status: zod_1.z.enum(constants_1.TOOL_MODEL_STATUS),
26
26
  icons: icon_variants_schema_1.IconVariantsSchema,
27
27
  maxPromptLength: zod_1.z.number(),
28
28
  maxPromptTokens: zod_1.z.number(),
@@ -15,9 +15,9 @@ export declare const HtmlPageBuilderJobParamsSchema: z.ZodObject<{
15
15
  }, z.core.$strip>;
16
16
  export type HtmlPageBuilderJobParams = z.infer<typeof HtmlPageBuilderJobParamsSchema>;
17
17
  export declare const HtmlPageBuilderJobSchema: z.ZodObject<{
18
- uuid: z.ZodString;
19
- sessionId: z.ZodString;
20
- modelId: z.ZodString;
18
+ uuid: z.ZodUUID;
19
+ sessionId: z.ZodUUID;
20
+ modelId: z.ZodUUID;
21
21
  userPrompt: z.ZodString;
22
22
  title: z.ZodString;
23
23
  generatedHtml: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -8,16 +8,16 @@ exports.HtmlPageBuilderJobParamsSchema = zod_1.z.object({
8
8
  attachedFiles: zod_1.z.array(common_1.AttachedToolFileSchema),
9
9
  });
10
10
  exports.HtmlPageBuilderJobSchema = zod_1.z.object({
11
- uuid: zod_1.z.string().uuid(),
12
- sessionId: zod_1.z.string().uuid(),
13
- modelId: zod_1.z.string().uuid(),
11
+ uuid: zod_1.z.uuid(),
12
+ sessionId: zod_1.z.uuid(),
13
+ modelId: zod_1.z.uuid(),
14
14
  userPrompt: zod_1.z.string(),
15
15
  title: zod_1.z.string(),
16
16
  generatedHtml: zod_1.z.string().nullable().optional(),
17
- status: zod_1.z.nativeEnum(constants_1.TOOL_JOB_STATUS),
17
+ status: zod_1.z.enum(constants_1.TOOL_JOB_STATUS),
18
18
  error: zod_1.z.string().nullable(),
19
19
  price: zod_1.z.number(),
20
- reaction: zod_1.z.nativeEnum(constants_1.USER_REACTION).nullable(),
20
+ reaction: zod_1.z.enum(constants_1.USER_REACTION).nullable(),
21
21
  dislikeReason: zod_1.z.string().nullable(),
22
22
  userId: zod_1.z.string().nullable().optional(),
23
23
  unregisteredUserId: zod_1.z.string().nullable().optional(),
@@ -10,7 +10,7 @@ exports.HtmlPageBuilderModelSchema = zod_1.z.object({
10
10
  title: zod_1.z.string(),
11
11
  description: zod_1.z.string(),
12
12
  order: zod_1.z.number(),
13
- status: zod_1.z.nativeEnum(constants_1.TOOL_MODEL_STATUS),
13
+ status: zod_1.z.enum(constants_1.TOOL_MODEL_STATUS),
14
14
  icons: icon_variants_schema_1.IconVariantsSchema,
15
15
  maxPromptLength: zod_1.z.number(),
16
16
  tokenMultiplicator: zod_1.z.number(),
@@ -1,15 +1,15 @@
1
1
  import { z } from 'zod';
2
2
  import { TOOL_JOB_STATUS } from '../../../constants';
3
3
  export declare const HtmlPageBuilderSessionSchema: z.ZodObject<{
4
- uuid: z.ZodString;
4
+ uuid: z.ZodUUID;
5
5
  title: z.ZodString;
6
6
  status: z.ZodEnum<typeof TOOL_JOB_STATUS>;
7
7
  currentHtml: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8
- lastUsedModelId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8
+ lastUsedModelId: z.ZodOptional<z.ZodNullable<z.ZodUUID>>;
9
9
  jobs: z.ZodArray<z.ZodObject<{
10
- uuid: z.ZodString;
11
- sessionId: z.ZodString;
12
- modelId: z.ZodString;
10
+ uuid: z.ZodUUID;
11
+ sessionId: z.ZodUUID;
12
+ modelId: z.ZodUUID;
13
13
  userPrompt: z.ZodString;
14
14
  title: z.ZodString;
15
15
  generatedHtml: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -5,11 +5,11 @@ const zod_1 = require("zod");
5
5
  const constants_1 = require("../../../constants");
6
6
  const html_page_builder_job_schema_1 = require("./html-page-builder-job.schema");
7
7
  exports.HtmlPageBuilderSessionSchema = zod_1.z.object({
8
- uuid: zod_1.z.string().uuid(),
8
+ uuid: zod_1.z.uuid(),
9
9
  title: zod_1.z.string(),
10
- status: zod_1.z.nativeEnum(constants_1.TOOL_JOB_STATUS),
10
+ status: zod_1.z.enum(constants_1.TOOL_JOB_STATUS),
11
11
  currentHtml: zod_1.z.string().nullable().optional(),
12
- lastUsedModelId: zod_1.z.string().uuid().nullable().optional(),
12
+ lastUsedModelId: zod_1.z.uuid().nullable().optional(),
13
13
  jobs: zod_1.z.array(html_page_builder_job_schema_1.HtmlPageBuilderJobSchema),
14
14
  userId: zod_1.z.string().nullable().optional(),
15
15
  unregisteredUserId: zod_1.z.string().nullable().optional(),
@@ -12,7 +12,7 @@ export declare const SystemPromptSchema: z.ZodObject<{
12
12
  description: z.ZodString;
13
13
  prompt: z.ZodString;
14
14
  allowUserPrompt: z.ZodBoolean;
15
- groupId: z.ZodString;
15
+ groupId: z.ZodUUID;
16
16
  params: z.ZodObject<{
17
17
  imageSettings: z.ZodObject<{
18
18
  minImages: z.ZodNumber;
@@ -45,7 +45,7 @@ export declare const PromptGroupSchema: z.ZodObject<{
45
45
  description: z.ZodString;
46
46
  prompt: z.ZodString;
47
47
  allowUserPrompt: z.ZodBoolean;
48
- groupId: z.ZodString;
48
+ groupId: z.ZodUUID;
49
49
  params: z.ZodObject<{
50
50
  imageSettings: z.ZodObject<{
51
51
  minImages: z.ZodNumber;
@@ -128,7 +128,7 @@ export declare const ImageEditorConfigSchema: z.ZodObject<{
128
128
  description: z.ZodString;
129
129
  prompt: z.ZodString;
130
130
  allowUserPrompt: z.ZodBoolean;
131
- groupId: z.ZodString;
131
+ groupId: z.ZodUUID;
132
132
  params: z.ZodObject<{
133
133
  imageSettings: z.ZodObject<{
134
134
  minImages: z.ZodNumber;
@@ -16,7 +16,7 @@ exports.SystemPromptSchema = zod_1.z.object({
16
16
  description: zod_1.z.string(),
17
17
  prompt: zod_1.z.string(),
18
18
  allowUserPrompt: zod_1.z.boolean(),
19
- groupId: zod_1.z.string().uuid(),
19
+ groupId: zod_1.z.uuid(),
20
20
  params: exports.SystemPromptParamsSchema,
21
21
  preview: zod_1.z
22
22
  .object({
@@ -19,7 +19,7 @@ export declare const ImageEditorJobParamsSchema: z.ZodObject<{
19
19
  }, z.core.$strip>;
20
20
  export type ImageEditorJobParams = z.infer<typeof ImageEditorJobParamsSchema>;
21
21
  export declare const ImageEditorJobSchema: z.ZodObject<{
22
- uuid: z.ZodString;
22
+ uuid: z.ZodUUID;
23
23
  status: z.ZodEnum<typeof import("../../..").TOOL_JOB_STATUS>;
24
24
  error: z.ZodNullable<z.ZodString>;
25
25
  isFavorite: z.ZodBoolean;
@@ -30,7 +30,7 @@ export declare const ImageEditorJobSchema: z.ZodObject<{
30
30
  reaction: z.ZodNullable<z.ZodEnum<typeof USER_REACTION>>;
31
31
  imageUrls: z.ZodArray<z.ZodString>;
32
32
  images: z.ZodNullable<z.ZodArray<z.ZodObject<{
33
- uuid: z.ZodString;
33
+ uuid: z.ZodUUID;
34
34
  url: z.ZodString;
35
35
  }, z.core.$strip>>>;
36
36
  params: z.ZodObject<{
@@ -16,7 +16,7 @@ exports.ImageEditorJobParamsSchema = zod_1.z.object({
16
16
  exports.ImageEditorJobSchema = tool_job_schema_1.ToolJobSchema.extend({
17
17
  title: zod_1.z.string(),
18
18
  prompt: zod_1.z.string(),
19
- reaction: zod_1.z.nativeEnum(constants_1.USER_REACTION).nullable(),
19
+ reaction: zod_1.z.enum(constants_1.USER_REACTION).nullable(),
20
20
  imageUrls: zod_1.z.string().array(),
21
21
  images: zod_1.z
22
22
  .array(file_schema_1.FileSchema.pick({
@@ -1,6 +1,6 @@
1
1
  import { z } from 'zod';
2
2
  export declare const ImageGenerationVendorSchema: z.ZodObject<{
3
- uuid: z.ZodString;
3
+ uuid: z.ZodUUID;
4
4
  title: z.ZodString;
5
5
  order: z.ZodNumber;
6
6
  icons: z.ZodObject<{
@@ -53,7 +53,7 @@ export declare const ImageGenerationVendorSchema: z.ZodObject<{
53
53
  }, z.core.$strip>;
54
54
  export type ImageGenerationVendor = z.infer<typeof ImageGenerationVendorSchema>;
55
55
  export declare const ImageGenerationPresetSchema: z.ZodObject<{
56
- uuid: z.ZodString;
56
+ uuid: z.ZodUUID;
57
57
  title: z.ZodString;
58
58
  sample: z.ZodString;
59
59
  order: z.ZodNumber;
@@ -61,7 +61,7 @@ export declare const ImageGenerationPresetSchema: z.ZodObject<{
61
61
  export type ImageGenerationPreset = z.infer<typeof ImageGenerationPresetSchema>;
62
62
  export declare const ImageGenerationConfigSchema: z.ZodObject<{
63
63
  vendors: z.ZodArray<z.ZodObject<{
64
- uuid: z.ZodString;
64
+ uuid: z.ZodUUID;
65
65
  title: z.ZodString;
66
66
  order: z.ZodNumber;
67
67
  icons: z.ZodObject<{
@@ -113,7 +113,7 @@ export declare const ImageGenerationConfigSchema: z.ZodObject<{
113
113
  }, z.core.$strip>>;
114
114
  }, z.core.$strip>>;
115
115
  presets: z.ZodArray<z.ZodObject<{
116
- uuid: z.ZodString;
116
+ uuid: z.ZodUUID;
117
117
  title: z.ZodString;
118
118
  sample: z.ZodString;
119
119
  order: z.ZodNumber;
@@ -5,14 +5,14 @@ const zod_1 = require("zod");
5
5
  const image_generation_model_schema_1 = require("./image-generation-model.schema");
6
6
  const icon_variants_schema_1 = require("../../icon-variants.schema");
7
7
  exports.ImageGenerationVendorSchema = zod_1.z.object({
8
- uuid: zod_1.z.string().uuid(),
8
+ uuid: zod_1.z.uuid(),
9
9
  title: zod_1.z.string(),
10
10
  order: zod_1.z.number(),
11
11
  icons: icon_variants_schema_1.IconVariantsSchema,
12
12
  models: zod_1.z.array(image_generation_model_schema_1.ImageGenerationModelSchema),
13
13
  });
14
14
  exports.ImageGenerationPresetSchema = zod_1.z.object({
15
- uuid: zod_1.z.string().uuid(),
15
+ uuid: zod_1.z.uuid(),
16
16
  title: zod_1.z.string(),
17
17
  sample: zod_1.z.string(),
18
18
  order: zod_1.z.number(),
@@ -25,7 +25,7 @@ export declare const ImageGenerationJobParamsSchema: z.ZodObject<{
25
25
  }, z.core.$strip>;
26
26
  export type ImageGenerationJobParams = z.infer<typeof ImageGenerationJobParamsSchema>;
27
27
  export declare const ImageGenerationJobSchema: z.ZodObject<{
28
- uuid: z.ZodString;
28
+ uuid: z.ZodUUID;
29
29
  status: z.ZodEnum<typeof import("../../..").TOOL_JOB_STATUS>;
30
30
  error: z.ZodNullable<z.ZodString>;
31
31
  isFavorite: z.ZodBoolean;
@@ -34,7 +34,7 @@ export declare const ImageGenerationJobSchema: z.ZodObject<{
34
34
  title: z.ZodString;
35
35
  prompt: z.ZodString;
36
36
  reaction: z.ZodNullable<z.ZodEnum<typeof USER_REACTION>>;
37
- presetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
37
+ presetId: z.ZodOptional<z.ZodNullable<z.ZodUUID>>;
38
38
  output: z.ZodNullable<z.ZodArray<z.ZodString>>;
39
39
  images: z.ZodNullable<z.ZodArray<z.ZodObject<{
40
40
  uuid: z.ZodString;
@@ -17,14 +17,14 @@ exports.ImageGenerationJobParamsSchema = zod_1.z.object({
17
17
  aspectRatio: zod_1.z.string().optional(),
18
18
  attachedFiles: zod_1.z.array(exports.ImageGenerationFileAttachmentSchema),
19
19
  enhancePrompt: zod_1.z.boolean().optional(),
20
- resolution: zod_1.z.nativeEnum(constants_1.IMAGE_GENERATION_RESOLUTION).optional(),
20
+ resolution: zod_1.z.enum(constants_1.IMAGE_GENERATION_RESOLUTION).optional(),
21
21
  batching: zod_1.z.number().int().min(1).max(4).optional(),
22
22
  });
23
23
  exports.ImageGenerationJobSchema = tool_job_schema_1.ToolJobSchema.extend({
24
24
  title: zod_1.z.string(),
25
25
  prompt: zod_1.z.string(),
26
- reaction: zod_1.z.nativeEnum(constants_1.USER_REACTION).nullable(),
27
- presetId: zod_1.z.string().uuid().nullable().optional(),
26
+ reaction: zod_1.z.enum(constants_1.USER_REACTION).nullable(),
27
+ presetId: zod_1.z.uuid().nullable().optional(),
28
28
  output: zod_1.z.array(zod_1.z.string()).nullable(),
29
29
  images: zod_1.z
30
30
  .array(zod_1.z.object({
@@ -15,7 +15,7 @@ exports.ImageGenerationModelParamsSchema = zod_1.z.object({
15
15
  quality: zod_1.z.union([zod_1.z.string(), zod_1.z.record(zod_1.z.string(), zod_1.z.string())]).optional(),
16
16
  resolution: zod_1.z
17
17
  .object({
18
- options: zod_1.z.array(zod_1.z.nativeEnum(constants_1.IMAGE_GENERATION_RESOLUTION)),
18
+ options: zod_1.z.array(zod_1.z.enum(constants_1.IMAGE_GENERATION_RESOLUTION)),
19
19
  })
20
20
  .optional(),
21
21
  });
@@ -15,7 +15,7 @@ export declare const ImageRecognitionJobParamsSchema: z.ZodObject<{
15
15
  }, z.core.$strip>;
16
16
  export type ImageRecognitionJobParams = z.infer<typeof ImageRecognitionJobParamsSchema>;
17
17
  export declare const ImageRecognitionJobSchema: z.ZodObject<{
18
- uuid: z.ZodString;
18
+ uuid: z.ZodUUID;
19
19
  status: z.ZodEnum<typeof import("../../..").TOOL_JOB_STATUS>;
20
20
  error: z.ZodNullable<z.ZodString>;
21
21
  isFavorite: z.ZodBoolean;
@@ -13,7 +13,7 @@ exports.ImageRecognitionJobSchema = tool_job_schema_1.ToolJobSchema.extend({
13
13
  prompt: zod_1.z.string().nullable(),
14
14
  categoryId: zod_1.z.string(),
15
15
  aiOutput: zod_1.z.string().nullable(),
16
- reaction: zod_1.z.nativeEnum(constants_1.USER_REACTION).nullable(),
16
+ reaction: zod_1.z.enum(constants_1.USER_REACTION).nullable(),
17
17
  dislikeReason: zod_1.z.string().nullable(),
18
18
  modelId: zod_1.z.string(),
19
19
  price: zod_1.z.number(),