@volcengine/vod20250101 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (941) hide show
  1. package/.turbo/turbo-build.log +19 -0
  2. package/LICENSE.txt +202 -0
  3. package/dist/cjs/index.js +305 -0
  4. package/dist/esm/api.d.ts +298 -0
  5. package/dist/esm/api.d.ts.map +1 -0
  6. package/dist/esm/index.d.ts +13 -0
  7. package/dist/esm/index.d.ts.map +1 -0
  8. package/dist/esm/index.mjs +196 -0
  9. package/dist/esm/types/ad-audit-for-get-execution-output.d.ts +30 -0
  10. package/dist/esm/types/ad-audit-for-get-execution-output.d.ts.map +1 -0
  11. package/dist/esm/types/ad-audit-for-start-execution-input.d.ts +30 -0
  12. package/dist/esm/types/ad-audit-for-start-execution-input.d.ts.map +1 -0
  13. package/dist/esm/types/all-tag-for-get-execution-output.d.ts +25 -0
  14. package/dist/esm/types/all-tag-for-get-execution-output.d.ts.map +1 -0
  15. package/dist/esm/types/area-for-get-execution-output.d.ts +40 -0
  16. package/dist/esm/types/area-for-get-execution-output.d.ts.map +1 -0
  17. package/dist/esm/types/area-for-start-execution-input.d.ts +40 -0
  18. package/dist/esm/types/area-for-start-execution-input.d.ts.map +1 -0
  19. package/dist/esm/types/asr-for-get-execution-output.d.ts +45 -0
  20. package/dist/esm/types/asr-for-get-execution-output.d.ts.map +1 -0
  21. package/dist/esm/types/asr-for-start-execution-input.d.ts +45 -0
  22. package/dist/esm/types/asr-for-start-execution-input.d.ts.map +1 -0
  23. package/dist/esm/types/attribute-for-get-execution-output.d.ts +35 -0
  24. package/dist/esm/types/attribute-for-get-execution-output.d.ts.map +1 -0
  25. package/dist/esm/types/audio-extract-for-get-execution-output.d.ts +25 -0
  26. package/dist/esm/types/audio-extract-for-get-execution-output.d.ts.map +1 -0
  27. package/dist/esm/types/audio-extract-for-start-execution-input.d.ts +25 -0
  28. package/dist/esm/types/audio-extract-for-start-execution-input.d.ts.map +1 -0
  29. package/dist/esm/types/audio-stream-meta-for-get-execution-output.d.ts +50 -0
  30. package/dist/esm/types/audio-stream-meta-for-get-execution-output.d.ts.map +1 -0
  31. package/dist/esm/types/auto-for-get-execution-output.d.ts +37 -0
  32. package/dist/esm/types/auto-for-get-execution-output.d.ts.map +1 -0
  33. package/dist/esm/types/auto-for-start-execution-input.d.ts +37 -0
  34. package/dist/esm/types/auto-for-start-execution-input.d.ts.map +1 -0
  35. package/dist/esm/types/background-audio-for-get-aitranslation-project-output.d.ts +50 -0
  36. package/dist/esm/types/background-audio-for-get-aitranslation-project-output.d.ts.map +1 -0
  37. package/dist/esm/types/background-clip-for-get-aitranslation-project-output.d.ts +40 -0
  38. package/dist/esm/types/background-clip-for-get-aitranslation-project-output.d.ts.map +1 -0
  39. package/dist/esm/types/background-for-get-execution-output.d.ts +35 -0
  40. package/dist/esm/types/background-for-get-execution-output.d.ts.map +1 -0
  41. package/dist/esm/types/bilingual-subtitle-for-get-aitranslation-project-output.d.ts +50 -0
  42. package/dist/esm/types/bilingual-subtitle-for-get-aitranslation-project-output.d.ts.map +1 -0
  43. package/dist/esm/types/byte-hdfor-get-execution-output.d.ts +30 -0
  44. package/dist/esm/types/byte-hdfor-get-execution-output.d.ts.map +1 -0
  45. package/dist/esm/types/byte-hdfor-start-execution-input.d.ts +30 -0
  46. package/dist/esm/types/byte-hdfor-start-execution-input.d.ts.map +1 -0
  47. package/dist/esm/types/canvas-for-get-execution-output.d.ts +55 -0
  48. package/dist/esm/types/canvas-for-get-execution-output.d.ts.map +1 -0
  49. package/dist/esm/types/canvas-for-start-execution-input.d.ts +55 -0
  50. package/dist/esm/types/canvas-for-start-execution-input.d.ts.map +1 -0
  51. package/dist/esm/types/clip-audio-for-create-aitranslation-utterance-output.d.ts +50 -0
  52. package/dist/esm/types/clip-audio-for-create-aitranslation-utterance-output.d.ts.map +1 -0
  53. package/dist/esm/types/clip-audio-for-generate-aitranslation-utterance-audio-output.d.ts +50 -0
  54. package/dist/esm/types/clip-audio-for-generate-aitranslation-utterance-audio-output.d.ts.map +1 -0
  55. package/dist/esm/types/clip-filter-for-get-execution-output.d.ts +31 -0
  56. package/dist/esm/types/clip-filter-for-get-execution-output.d.ts.map +1 -0
  57. package/dist/esm/types/clip-filter-for-start-execution-input.d.ts +31 -0
  58. package/dist/esm/types/clip-filter-for-start-execution-input.d.ts.map +1 -0
  59. package/dist/esm/types/clip-for-get-execution-output.d.ts +30 -0
  60. package/dist/esm/types/clip-for-get-execution-output.d.ts.map +1 -0
  61. package/dist/esm/types/clip-for-start-execution-input.d.ts +30 -0
  62. package/dist/esm/types/clip-for-start-execution-input.d.ts.map +1 -0
  63. package/dist/esm/types/clip-video-for-create-aitranslation-utterance-output.d.ts +50 -0
  64. package/dist/esm/types/clip-video-for-create-aitranslation-utterance-output.d.ts.map +1 -0
  65. package/dist/esm/types/clip-video-for-generate-aitranslation-utterance-audio-output.d.ts +50 -0
  66. package/dist/esm/types/clip-video-for-generate-aitranslation-utterance-audio-output.d.ts.map +1 -0
  67. package/dist/esm/types/codec-for-get-execution-output.d.ts +50 -0
  68. package/dist/esm/types/codec-for-get-execution-output.d.ts.map +1 -0
  69. package/dist/esm/types/codec-for-start-execution-input.d.ts +50 -0
  70. package/dist/esm/types/codec-for-start-execution-input.d.ts.map +1 -0
  71. package/dist/esm/types/continue-aitranslation-workflow-request.d.ts +30 -0
  72. package/dist/esm/types/continue-aitranslation-workflow-request.d.ts.map +1 -0
  73. package/dist/esm/types/continue-aitranslation-workflow-response.d.ts +26 -0
  74. package/dist/esm/types/continue-aitranslation-workflow-response.d.ts.map +1 -0
  75. package/dist/esm/types/control-for-get-execution-output.d.ts +45 -0
  76. package/dist/esm/types/control-for-get-execution-output.d.ts.map +1 -0
  77. package/dist/esm/types/control-for-start-execution-input.d.ts +45 -0
  78. package/dist/esm/types/control-for-start-execution-input.d.ts.map +1 -0
  79. package/dist/esm/types/convert-ad-audit-for-get-execution-output.d.ts +45 -0
  80. package/dist/esm/types/convert-ad-audit-for-get-execution-output.d.ts.map +1 -0
  81. package/dist/esm/types/convert-area-for-get-execution-output.d.ts +36 -0
  82. package/dist/esm/types/convert-area-for-get-execution-output.d.ts.map +1 -0
  83. package/dist/esm/types/convert-asr-for-get-execution-output.d.ts +41 -0
  84. package/dist/esm/types/convert-asr-for-get-execution-output.d.ts.map +1 -0
  85. package/dist/esm/types/convert-audio-extract-for-get-execution-output.d.ts +37 -0
  86. package/dist/esm/types/convert-audio-extract-for-get-execution-output.d.ts.map +1 -0
  87. package/dist/esm/types/convert-byte-hdfor-get-execution-output.d.ts +103 -0
  88. package/dist/esm/types/convert-byte-hdfor-get-execution-output.d.ts.map +1 -0
  89. package/dist/esm/types/convert-clip-for-get-execution-output.d.ts +35 -0
  90. package/dist/esm/types/convert-clip-for-get-execution-output.d.ts.map +1 -0
  91. package/dist/esm/types/convert-convert-clip-for-get-execution-output.d.ts +55 -0
  92. package/dist/esm/types/convert-convert-clip-for-get-execution-output.d.ts.map +1 -0
  93. package/dist/esm/types/convert-convert-convert-clip-for-get-execution-output.d.ts +65 -0
  94. package/dist/esm/types/convert-convert-convert-clip-for-get-execution-output.d.ts.map +1 -0
  95. package/dist/esm/types/convert-convert-convert-convert-convert-convert-segment-for-get-execution-output.d.ts +46 -0
  96. package/dist/esm/types/convert-convert-convert-convert-convert-convert-segment-for-get-execution-output.d.ts.map +1 -0
  97. package/dist/esm/types/convert-convert-convert-convert-convert-segment-for-get-execution-output.d.ts +31 -0
  98. package/dist/esm/types/convert-convert-convert-convert-convert-segment-for-get-execution-output.d.ts.map +1 -0
  99. package/dist/esm/types/convert-convert-convert-convert-segment-for-get-execution-output.d.ts +41 -0
  100. package/dist/esm/types/convert-convert-convert-convert-segment-for-get-execution-output.d.ts.map +1 -0
  101. package/dist/esm/types/convert-convert-convert-segment-for-get-execution-output.d.ts +60 -0
  102. package/dist/esm/types/convert-convert-convert-segment-for-get-execution-output.d.ts.map +1 -0
  103. package/dist/esm/types/convert-convert-convert-storyline-for-get-execution-output.d.ts +53 -0
  104. package/dist/esm/types/convert-convert-convert-storyline-for-get-execution-output.d.ts.map +1 -0
  105. package/dist/esm/types/convert-convert-enhance-for-get-execution-output.d.ts +103 -0
  106. package/dist/esm/types/convert-convert-enhance-for-get-execution-output.d.ts.map +1 -0
  107. package/dist/esm/types/convert-convert-model-for-get-execution-output.d.ts +50 -0
  108. package/dist/esm/types/convert-convert-model-for-get-execution-output.d.ts.map +1 -0
  109. package/dist/esm/types/convert-convert-output-for-get-execution-output.d.ts +43 -0
  110. package/dist/esm/types/convert-convert-output-for-get-execution-output.d.ts.map +1 -0
  111. package/dist/esm/types/convert-convert-segment-for-get-execution-output.d.ts +30 -0
  112. package/dist/esm/types/convert-convert-segment-for-get-execution-output.d.ts.map +1 -0
  113. package/dist/esm/types/convert-convert-segment-for-start-execution-input.d.ts +30 -0
  114. package/dist/esm/types/convert-convert-segment-for-start-execution-input.d.ts.map +1 -0
  115. package/dist/esm/types/convert-convert-storyline-for-get-execution-output.d.ts +35 -0
  116. package/dist/esm/types/convert-convert-storyline-for-get-execution-output.d.ts.map +1 -0
  117. package/dist/esm/types/convert-edit-for-get-execution-output.d.ts +35 -0
  118. package/dist/esm/types/convert-edit-for-get-execution-output.d.ts.map +1 -0
  119. package/dist/esm/types/convert-enhance-for-get-execution-output.d.ts +25 -0
  120. package/dist/esm/types/convert-enhance-for-get-execution-output.d.ts.map +1 -0
  121. package/dist/esm/types/convert-enhance-for-start-execution-input.d.ts +25 -0
  122. package/dist/esm/types/convert-enhance-for-start-execution-input.d.ts.map +1 -0
  123. package/dist/esm/types/convert-erase-for-get-execution-output.d.ts +37 -0
  124. package/dist/esm/types/convert-erase-for-get-execution-output.d.ts.map +1 -0
  125. package/dist/esm/types/convert-file-delete-for-get-execution-output.d.ts +26 -0
  126. package/dist/esm/types/convert-file-delete-for-get-execution-output.d.ts.map +1 -0
  127. package/dist/esm/types/convert-highlight-cuts-for-get-execution-output.d.ts +32 -0
  128. package/dist/esm/types/convert-highlight-cuts-for-get-execution-output.d.ts.map +1 -0
  129. package/dist/esm/types/convert-highlight-for-get-execution-output.d.ts +49 -0
  130. package/dist/esm/types/convert-highlight-for-get-execution-output.d.ts.map +1 -0
  131. package/dist/esm/types/convert-info-for-get-execution-output.d.ts +25 -0
  132. package/dist/esm/types/convert-info-for-get-execution-output.d.ts.map +1 -0
  133. package/dist/esm/types/convert-model-for-get-execution-output.d.ts +40 -0
  134. package/dist/esm/types/convert-model-for-get-execution-output.d.ts.map +1 -0
  135. package/dist/esm/types/convert-model-for-start-execution-input.d.ts +40 -0
  136. package/dist/esm/types/convert-model-for-start-execution-input.d.ts.map +1 -0
  137. package/dist/esm/types/convert-node-for-get-execution-output.d.ts +41 -0
  138. package/dist/esm/types/convert-node-for-get-execution-output.d.ts.map +1 -0
  139. package/dist/esm/types/convert-ocr-for-get-execution-output.d.ts +42 -0
  140. package/dist/esm/types/convert-ocr-for-get-execution-output.d.ts.map +1 -0
  141. package/dist/esm/types/convert-operation-for-get-execution-output.d.ts +43 -0
  142. package/dist/esm/types/convert-operation-for-get-execution-output.d.ts.map +1 -0
  143. package/dist/esm/types/convert-operation-for-start-execution-input.d.ts +43 -0
  144. package/dist/esm/types/convert-operation-for-start-execution-input.d.ts.map +1 -0
  145. package/dist/esm/types/convert-output-for-get-execution-output.d.ts +31 -0
  146. package/dist/esm/types/convert-output-for-get-execution-output.d.ts.map +1 -0
  147. package/dist/esm/types/convert-segment-for-get-execution-output.d.ts +35 -0
  148. package/dist/esm/types/convert-segment-for-get-execution-output.d.ts.map +1 -0
  149. package/dist/esm/types/convert-segment-for-start-execution-input.d.ts +35 -0
  150. package/dist/esm/types/convert-segment-for-start-execution-input.d.ts.map +1 -0
  151. package/dist/esm/types/convert-storyline-cuts-for-get-execution-output.d.ts +38 -0
  152. package/dist/esm/types/convert-storyline-cuts-for-get-execution-output.d.ts.map +1 -0
  153. package/dist/esm/types/convert-storyline-for-get-execution-output.d.ts +40 -0
  154. package/dist/esm/types/convert-storyline-for-get-execution-output.d.ts.map +1 -0
  155. package/dist/esm/types/convert-task-for-get-execution-output.d.ts +115 -0
  156. package/dist/esm/types/convert-task-for-get-execution-output.d.ts.map +1 -0
  157. package/dist/esm/types/convert-template-for-get-execution-output.d.ts +49 -0
  158. package/dist/esm/types/convert-template-for-get-execution-output.d.ts.map +1 -0
  159. package/dist/esm/types/convert-transcode-audio-for-get-execution-output.d.ts +103 -0
  160. package/dist/esm/types/convert-transcode-audio-for-get-execution-output.d.ts.map +1 -0
  161. package/dist/esm/types/convert-transcode-video-for-get-execution-output.d.ts +103 -0
  162. package/dist/esm/types/convert-transcode-video-for-get-execution-output.d.ts.map +1 -0
  163. package/dist/esm/types/convert-video-generation-for-get-execution-output.d.ts +41 -0
  164. package/dist/esm/types/convert-video-generation-for-get-execution-output.d.ts.map +1 -0
  165. package/dist/esm/types/convert-video-matting-for-get-execution-output.d.ts +36 -0
  166. package/dist/esm/types/convert-video-matting-for-get-execution-output.d.ts.map +1 -0
  167. package/dist/esm/types/convert-video-option-for-get-execution-output.d.ts +25 -0
  168. package/dist/esm/types/convert-video-option-for-get-execution-output.d.ts.map +1 -0
  169. package/dist/esm/types/convert-video-option-for-start-execution-input.d.ts +25 -0
  170. package/dist/esm/types/convert-video-option-for-start-execution-input.d.ts.map +1 -0
  171. package/dist/esm/types/convert-video-summary-for-get-execution-output.d.ts +30 -0
  172. package/dist/esm/types/convert-video-summary-for-get-execution-output.d.ts.map +1 -0
  173. package/dist/esm/types/convert-video-understanding-for-get-execution-output.d.ts +36 -0
  174. package/dist/esm/types/convert-video-understanding-for-get-execution-output.d.ts.map +1 -0
  175. package/dist/esm/types/convert-vision-for-get-execution-output.d.ts +46 -0
  176. package/dist/esm/types/convert-vision-for-get-execution-output.d.ts.map +1 -0
  177. package/dist/esm/types/convert-workflow-for-get-execution-output.d.ts +26 -0
  178. package/dist/esm/types/convert-workflow-for-get-execution-output.d.ts.map +1 -0
  179. package/dist/esm/types/create-aitermbase-request.d.ts +50 -0
  180. package/dist/esm/types/create-aitermbase-request.d.ts.map +1 -0
  181. package/dist/esm/types/create-aitermbase-response.d.ts +26 -0
  182. package/dist/esm/types/create-aitermbase-response.d.ts.map +1 -0
  183. package/dist/esm/types/create-aitranslation-speaker-request.d.ts +40 -0
  184. package/dist/esm/types/create-aitranslation-speaker-request.d.ts.map +1 -0
  185. package/dist/esm/types/create-aitranslation-speaker-response.d.ts +32 -0
  186. package/dist/esm/types/create-aitranslation-speaker-response.d.ts.map +1 -0
  187. package/dist/esm/types/create-aitranslation-speech-request.d.ts +45 -0
  188. package/dist/esm/types/create-aitranslation-speech-request.d.ts.map +1 -0
  189. package/dist/esm/types/create-aitranslation-speech-response.d.ts +26 -0
  190. package/dist/esm/types/create-aitranslation-speech-response.d.ts.map +1 -0
  191. package/dist/esm/types/create-aitranslation-utterance-request.d.ts +45 -0
  192. package/dist/esm/types/create-aitranslation-utterance-request.d.ts.map +1 -0
  193. package/dist/esm/types/create-aitranslation-utterance-response.d.ts +44 -0
  194. package/dist/esm/types/create-aitranslation-utterance-response.d.ts.map +1 -0
  195. package/dist/esm/types/custom-edit-for-get-execution-output.d.ts +32 -0
  196. package/dist/esm/types/custom-edit-for-get-execution-output.d.ts.map +1 -0
  197. package/dist/esm/types/custom-edit-for-start-execution-input.d.ts +32 -0
  198. package/dist/esm/types/custom-edit-for-start-execution-input.d.ts.map +1 -0
  199. package/dist/esm/types/cut-for-get-execution-output.d.ts +26 -0
  200. package/dist/esm/types/cut-for-get-execution-output.d.ts.map +1 -0
  201. package/dist/esm/types/cut-segment-for-get-execution-output.d.ts +25 -0
  202. package/dist/esm/types/cut-segment-for-get-execution-output.d.ts.map +1 -0
  203. package/dist/esm/types/delete-aiterm-item-request.d.ts +35 -0
  204. package/dist/esm/types/delete-aiterm-item-request.d.ts.map +1 -0
  205. package/dist/esm/types/delete-aiterm-item-response.d.ts +20 -0
  206. package/dist/esm/types/delete-aiterm-item-response.d.ts.map +1 -0
  207. package/dist/esm/types/delete-aitermbase-request.d.ts +30 -0
  208. package/dist/esm/types/delete-aitermbase-request.d.ts.map +1 -0
  209. package/dist/esm/types/delete-aitermbase-response.d.ts +20 -0
  210. package/dist/esm/types/delete-aitermbase-response.d.ts.map +1 -0
  211. package/dist/esm/types/delete-aitranslation-speech-request.d.ts +30 -0
  212. package/dist/esm/types/delete-aitranslation-speech-request.d.ts.map +1 -0
  213. package/dist/esm/types/delete-aitranslation-speech-response.d.ts +20 -0
  214. package/dist/esm/types/delete-aitranslation-speech-response.d.ts.map +1 -0
  215. package/dist/esm/types/detailed-info-for-get-execution-output.d.ts +31 -0
  216. package/dist/esm/types/detailed-info-for-get-execution-output.d.ts.map +1 -0
  217. package/dist/esm/types/direct-url-for-get-execution-output.d.ts +35 -0
  218. package/dist/esm/types/direct-url-for-get-execution-output.d.ts.map +1 -0
  219. package/dist/esm/types/direct-url-for-start-execution-input.d.ts +35 -0
  220. package/dist/esm/types/direct-url-for-start-execution-input.d.ts.map +1 -0
  221. package/dist/esm/types/edit-for-get-execution-output.d.ts +37 -0
  222. package/dist/esm/types/edit-for-get-execution-output.d.ts.map +1 -0
  223. package/dist/esm/types/edit-for-start-execution-input.d.ts +37 -0
  224. package/dist/esm/types/edit-for-start-execution-input.d.ts.map +1 -0
  225. package/dist/esm/types/encryption-for-get-execution-output.d.ts +25 -0
  226. package/dist/esm/types/encryption-for-get-execution-output.d.ts.map +1 -0
  227. package/dist/esm/types/enhance-for-get-execution-output.d.ts +37 -0
  228. package/dist/esm/types/enhance-for-get-execution-output.d.ts.map +1 -0
  229. package/dist/esm/types/enhance-for-start-execution-input.d.ts +37 -0
  230. package/dist/esm/types/enhance-for-start-execution-input.d.ts.map +1 -0
  231. package/dist/esm/types/erase-for-get-execution-output.d.ts +53 -0
  232. package/dist/esm/types/erase-for-get-execution-output.d.ts.map +1 -0
  233. package/dist/esm/types/erase-for-start-execution-input.d.ts +53 -0
  234. package/dist/esm/types/erase-for-start-execution-input.d.ts.map +1 -0
  235. package/dist/esm/types/erase-option-for-get-execution-output.d.ts +26 -0
  236. package/dist/esm/types/erase-option-for-get-execution-output.d.ts.map +1 -0
  237. package/dist/esm/types/erase-option-for-start-execution-input.d.ts +26 -0
  238. package/dist/esm/types/erase-option-for-start-execution-input.d.ts.map +1 -0
  239. package/dist/esm/types/erased-subtitle-video-for-get-aitranslation-project-output.d.ts +50 -0
  240. package/dist/esm/types/erased-subtitle-video-for-get-aitranslation-project-output.d.ts.map +1 -0
  241. package/dist/esm/types/facial-translation-video-for-get-aitranslation-project-output.d.ts +50 -0
  242. package/dist/esm/types/facial-translation-video-for-get-aitranslation-project-output.d.ts.map +1 -0
  243. package/dist/esm/types/file-delete-for-get-execution-output.d.ts +25 -0
  244. package/dist/esm/types/file-delete-for-get-execution-output.d.ts.map +1 -0
  245. package/dist/esm/types/file-delete-for-start-execution-input.d.ts +25 -0
  246. package/dist/esm/types/file-delete-for-start-execution-input.d.ts.map +1 -0
  247. package/dist/esm/types/file-for-get-execution-output.d.ts +35 -0
  248. package/dist/esm/types/file-for-get-execution-output.d.ts.map +1 -0
  249. package/dist/esm/types/file-id-for-get-execution-output.d.ts +30 -0
  250. package/dist/esm/types/file-id-for-get-execution-output.d.ts.map +1 -0
  251. package/dist/esm/types/file-id-for-start-execution-input.d.ts +30 -0
  252. package/dist/esm/types/file-id-for-start-execution-input.d.ts.map +1 -0
  253. package/dist/esm/types/foreground-audio-for-get-aitranslation-project-output.d.ts +50 -0
  254. package/dist/esm/types/foreground-audio-for-get-aitranslation-project-output.d.ts.map +1 -0
  255. package/dist/esm/types/generate-aitranslation-utterance-audio-request.d.ts +35 -0
  256. package/dist/esm/types/generate-aitranslation-utterance-audio-request.d.ts.map +1 -0
  257. package/dist/esm/types/generate-aitranslation-utterance-audio-response.d.ts +32 -0
  258. package/dist/esm/types/generate-aitranslation-utterance-audio-response.d.ts.map +1 -0
  259. package/dist/esm/types/get-aitermbase-request.d.ts +30 -0
  260. package/dist/esm/types/get-aitermbase-request.d.ts.map +1 -0
  261. package/dist/esm/types/get-aitermbase-response.d.ts +26 -0
  262. package/dist/esm/types/get-aitermbase-response.d.ts.map +1 -0
  263. package/dist/esm/types/get-aitranslation-project-request.d.ts +35 -0
  264. package/dist/esm/types/get-aitranslation-project-request.d.ts.map +1 -0
  265. package/dist/esm/types/get-aitranslation-project-response.d.ts +26 -0
  266. package/dist/esm/types/get-aitranslation-project-response.d.ts.map +1 -0
  267. package/dist/esm/types/get-execution-request.d.ts +25 -0
  268. package/dist/esm/types/get-execution-request.d.ts.map +1 -0
  269. package/dist/esm/types/get-execution-response.d.ts +76 -0
  270. package/dist/esm/types/get-execution-response.d.ts.map +1 -0
  271. package/dist/esm/types/highlight-cuts-for-get-execution-output.d.ts +46 -0
  272. package/dist/esm/types/highlight-cuts-for-get-execution-output.d.ts.map +1 -0
  273. package/dist/esm/types/highlight-cuts-for-start-execution-input.d.ts +46 -0
  274. package/dist/esm/types/highlight-cuts-for-start-execution-input.d.ts.map +1 -0
  275. package/dist/esm/types/highlight-for-get-execution-output.d.ts +60 -0
  276. package/dist/esm/types/highlight-for-get-execution-output.d.ts.map +1 -0
  277. package/dist/esm/types/highlight-for-start-execution-input.d.ts +60 -0
  278. package/dist/esm/types/highlight-for-start-execution-input.d.ts.map +1 -0
  279. package/dist/esm/types/image-set-for-get-execution-output.d.ts +30 -0
  280. package/dist/esm/types/image-set-for-get-execution-output.d.ts.map +1 -0
  281. package/dist/esm/types/index.d.ts +309 -0
  282. package/dist/esm/types/index.d.ts.map +1 -0
  283. package/dist/esm/types/info-for-get-execution-output.d.ts +36 -0
  284. package/dist/esm/types/info-for-get-execution-output.d.ts.map +1 -0
  285. package/dist/esm/types/input-for-get-execution-output.d.ts +52 -0
  286. package/dist/esm/types/input-for-get-execution-output.d.ts.map +1 -0
  287. package/dist/esm/types/input-for-start-execution-input.d.ts +52 -0
  288. package/dist/esm/types/input-for-start-execution-input.d.ts.map +1 -0
  289. package/dist/esm/types/input-subtitle-for-get-aitranslation-project-output.d.ts +50 -0
  290. package/dist/esm/types/input-subtitle-for-get-aitranslation-project-output.d.ts.map +1 -0
  291. package/dist/esm/types/input-video-for-get-aitranslation-project-output.d.ts +50 -0
  292. package/dist/esm/types/input-video-for-get-aitranslation-project-output.d.ts.map +1 -0
  293. package/dist/esm/types/input-video-for-list-aitranslation-project-output.d.ts +50 -0
  294. package/dist/esm/types/input-video-for-list-aitranslation-project-output.d.ts.map +1 -0
  295. package/dist/esm/types/list-aitermbase-request.d.ts +25 -0
  296. package/dist/esm/types/list-aitermbase-request.d.ts.map +1 -0
  297. package/dist/esm/types/list-aitermbase-response.d.ts +26 -0
  298. package/dist/esm/types/list-aitermbase-response.d.ts.map +1 -0
  299. package/dist/esm/types/list-aitranslation-project-request.d.ts +45 -0
  300. package/dist/esm/types/list-aitranslation-project-request.d.ts.map +1 -0
  301. package/dist/esm/types/list-aitranslation-project-response.d.ts +41 -0
  302. package/dist/esm/types/list-aitranslation-project-response.d.ts.map +1 -0
  303. package/dist/esm/types/list-aitranslation-speech-request.d.ts +35 -0
  304. package/dist/esm/types/list-aitranslation-speech-request.d.ts.map +1 -0
  305. package/dist/esm/types/list-aitranslation-speech-response.d.ts +32 -0
  306. package/dist/esm/types/list-aitranslation-speech-response.d.ts.map +1 -0
  307. package/dist/esm/types/location-for-get-execution-output.d.ts +26 -0
  308. package/dist/esm/types/location-for-get-execution-output.d.ts.map +1 -0
  309. package/dist/esm/types/location-for-start-execution-input.d.ts +26 -0
  310. package/dist/esm/types/location-for-start-execution-input.d.ts.map +1 -0
  311. package/dist/esm/types/manual-for-get-execution-output.d.ts +26 -0
  312. package/dist/esm/types/manual-for-get-execution-output.d.ts.map +1 -0
  313. package/dist/esm/types/manual-for-start-execution-input.d.ts +26 -0
  314. package/dist/esm/types/manual-for-start-execution-input.d.ts.map +1 -0
  315. package/dist/esm/types/meta-for-get-execution-output.d.ts +45 -0
  316. package/dist/esm/types/meta-for-get-execution-output.d.ts.map +1 -0
  317. package/dist/esm/types/mini-game-for-get-execution-output.d.ts +35 -0
  318. package/dist/esm/types/mini-game-for-get-execution-output.d.ts.map +1 -0
  319. package/dist/esm/types/mini-game-for-start-execution-input.d.ts +35 -0
  320. package/dist/esm/types/mini-game-for-start-execution-input.d.ts.map +1 -0
  321. package/dist/esm/types/miniseries-edit-for-get-execution-output.d.ts +35 -0
  322. package/dist/esm/types/miniseries-edit-for-get-execution-output.d.ts.map +1 -0
  323. package/dist/esm/types/miniseries-edit-for-start-execution-input.d.ts +35 -0
  324. package/dist/esm/types/miniseries-edit-for-start-execution-input.d.ts.map +1 -0
  325. package/dist/esm/types/miniseries-option-for-get-execution-output.d.ts +25 -0
  326. package/dist/esm/types/miniseries-option-for-get-execution-output.d.ts.map +1 -0
  327. package/dist/esm/types/miniseries-option-for-start-execution-input.d.ts +25 -0
  328. package/dist/esm/types/miniseries-option-for-start-execution-input.d.ts.map +1 -0
  329. package/dist/esm/types/model-for-get-execution-output.d.ts +30 -0
  330. package/dist/esm/types/model-for-get-execution-output.d.ts.map +1 -0
  331. package/dist/esm/types/model-for-start-execution-input.d.ts +30 -0
  332. package/dist/esm/types/model-for-start-execution-input.d.ts.map +1 -0
  333. package/dist/esm/types/module-for-get-execution-output.d.ts +25 -0
  334. package/dist/esm/types/module-for-get-execution-output.d.ts.map +1 -0
  335. package/dist/esm/types/module-for-start-execution-input.d.ts +25 -0
  336. package/dist/esm/types/module-for-start-execution-input.d.ts.map +1 -0
  337. package/dist/esm/types/moe-enhance-for-get-execution-output.d.ts +37 -0
  338. package/dist/esm/types/moe-enhance-for-get-execution-output.d.ts.map +1 -0
  339. package/dist/esm/types/moe-enhance-for-start-execution-input.d.ts +37 -0
  340. package/dist/esm/types/moe-enhance-for-start-execution-input.d.ts.map +1 -0
  341. package/dist/esm/types/multi-input-for-get-execution-output.d.ts +52 -0
  342. package/dist/esm/types/multi-input-for-get-execution-output.d.ts.map +1 -0
  343. package/dist/esm/types/multi-input-for-start-execution-input.d.ts +52 -0
  344. package/dist/esm/types/multi-input-for-start-execution-input.d.ts.map +1 -0
  345. package/dist/esm/types/node-for-get-execution-output.d.ts +58 -0
  346. package/dist/esm/types/node-for-get-execution-output.d.ts.map +1 -0
  347. package/dist/esm/types/node-for-start-execution-input.d.ts +58 -0
  348. package/dist/esm/types/node-for-start-execution-input.d.ts.map +1 -0
  349. package/dist/esm/types/ocr-for-get-execution-output.d.ts +30 -0
  350. package/dist/esm/types/ocr-for-get-execution-output.d.ts.map +1 -0
  351. package/dist/esm/types/ocr-for-start-execution-input.d.ts +30 -0
  352. package/dist/esm/types/ocr-for-start-execution-input.d.ts.map +1 -0
  353. package/dist/esm/types/opening-hook-for-get-execution-output.d.ts +45 -0
  354. package/dist/esm/types/opening-hook-for-get-execution-output.d.ts.map +1 -0
  355. package/dist/esm/types/opening-hook-for-start-execution-input.d.ts +45 -0
  356. package/dist/esm/types/opening-hook-for-start-execution-input.d.ts.map +1 -0
  357. package/dist/esm/types/operation-for-get-execution-output.d.ts +31 -0
  358. package/dist/esm/types/operation-for-get-execution-output.d.ts.map +1 -0
  359. package/dist/esm/types/operation-for-start-execution-input.d.ts +31 -0
  360. package/dist/esm/types/operation-for-start-execution-input.d.ts.map +1 -0
  361. package/dist/esm/types/operator-config-for-get-aitranslation-project-output.d.ts +32 -0
  362. package/dist/esm/types/operator-config-for-get-aitranslation-project-output.d.ts.map +1 -0
  363. package/dist/esm/types/operator-config-for-list-aitranslation-project-output.d.ts +32 -0
  364. package/dist/esm/types/operator-config-for-list-aitranslation-project-output.d.ts.map +1 -0
  365. package/dist/esm/types/operator-config-for-submit-aitranslation-workflow-input.d.ts +32 -0
  366. package/dist/esm/types/operator-config-for-submit-aitranslation-workflow-input.d.ts.map +1 -0
  367. package/dist/esm/types/output-for-get-execution-output.d.ts +66 -0
  368. package/dist/esm/types/output-for-get-execution-output.d.ts.map +1 -0
  369. package/dist/esm/types/output-for-start-execution-input.d.ts +66 -0
  370. package/dist/esm/types/output-for-start-execution-input.d.ts.map +1 -0
  371. package/dist/esm/types/output-subtitle-for-get-aitranslation-project-output.d.ts +50 -0
  372. package/dist/esm/types/output-subtitle-for-get-aitranslation-project-output.d.ts.map +1 -0
  373. package/dist/esm/types/output-video-for-get-aitranslation-project-output.d.ts +50 -0
  374. package/dist/esm/types/output-video-for-get-aitranslation-project-output.d.ts.map +1 -0
  375. package/dist/esm/types/output-video-for-list-aitranslation-project-output.d.ts +50 -0
  376. package/dist/esm/types/output-video-for-list-aitranslation-project-output.d.ts.map +1 -0
  377. package/dist/esm/types/pixel-rectangle-for-get-execution-output.d.ts +40 -0
  378. package/dist/esm/types/pixel-rectangle-for-get-execution-output.d.ts.map +1 -0
  379. package/dist/esm/types/policy-for-get-execution-output.d.ts +25 -0
  380. package/dist/esm/types/policy-for-get-execution-output.d.ts.map +1 -0
  381. package/dist/esm/types/policy-for-start-execution-input.d.ts +25 -0
  382. package/dist/esm/types/policy-for-start-execution-input.d.ts.map +1 -0
  383. package/dist/esm/types/preset-speech-for-list-aitranslation-speech-output.d.ts +50 -0
  384. package/dist/esm/types/preset-speech-for-list-aitranslation-speech-output.d.ts.map +1 -0
  385. package/dist/esm/types/preview-video-for-get-aitranslation-project-output.d.ts +50 -0
  386. package/dist/esm/types/preview-video-for-get-aitranslation-project-output.d.ts.map +1 -0
  387. package/dist/esm/types/preview-video-muted-for-get-aitranslation-project-output.d.ts +50 -0
  388. package/dist/esm/types/preview-video-muted-for-get-aitranslation-project-output.d.ts.map +1 -0
  389. package/dist/esm/types/process-config-for-submit-aitranslation-workflow-input.d.ts +35 -0
  390. package/dist/esm/types/process-config-for-submit-aitranslation-workflow-input.d.ts.map +1 -0
  391. package/dist/esm/types/process-config-for-update-aitranslation-project-config-input.d.ts +30 -0
  392. package/dist/esm/types/process-config-for-update-aitranslation-project-config-input.d.ts.map +1 -0
  393. package/dist/esm/types/project-base-info-for-continue-aitranslation-workflow-output.d.ts +30 -0
  394. package/dist/esm/types/project-base-info-for-continue-aitranslation-workflow-output.d.ts.map +1 -0
  395. package/dist/esm/types/project-base-info-for-create-aitranslation-speaker-output.d.ts +30 -0
  396. package/dist/esm/types/project-base-info-for-create-aitranslation-speaker-output.d.ts.map +1 -0
  397. package/dist/esm/types/project-base-info-for-generate-aitranslation-utterance-audio-output.d.ts +30 -0
  398. package/dist/esm/types/project-base-info-for-generate-aitranslation-utterance-audio-output.d.ts.map +1 -0
  399. package/dist/esm/types/project-base-info-for-refresh-aitranslation-project-output.d.ts +30 -0
  400. package/dist/esm/types/project-base-info-for-refresh-aitranslation-project-output.d.ts.map +1 -0
  401. package/dist/esm/types/project-base-info-for-submit-aitranslation-workflow-output.d.ts +30 -0
  402. package/dist/esm/types/project-base-info-for-submit-aitranslation-workflow-output.d.ts.map +1 -0
  403. package/dist/esm/types/project-base-info-for-update-aitranslation-speakers-output.d.ts +30 -0
  404. package/dist/esm/types/project-base-info-for-update-aitranslation-speakers-output.d.ts.map +1 -0
  405. package/dist/esm/types/project-base-info-for-update-aitranslation-utterances-output.d.ts +30 -0
  406. package/dist/esm/types/project-base-info-for-update-aitranslation-utterances-output.d.ts.map +1 -0
  407. package/dist/esm/types/project-for-list-aitranslation-project-output.d.ts +111 -0
  408. package/dist/esm/types/project-for-list-aitranslation-project-output.d.ts.map +1 -0
  409. package/dist/esm/types/project-info-for-get-aitranslation-project-output.d.ts +208 -0
  410. package/dist/esm/types/project-info-for-get-aitranslation-project-output.d.ts.map +1 -0
  411. package/dist/esm/types/ratio-location-for-get-execution-output.d.ts +40 -0
  412. package/dist/esm/types/ratio-location-for-get-execution-output.d.ts.map +1 -0
  413. package/dist/esm/types/ratio-location-for-start-execution-input.d.ts +40 -0
  414. package/dist/esm/types/ratio-location-for-start-execution-input.d.ts.map +1 -0
  415. package/dist/esm/types/refresh-aitranslation-project-request.d.ts +35 -0
  416. package/dist/esm/types/refresh-aitranslation-project-request.d.ts.map +1 -0
  417. package/dist/esm/types/refresh-aitranslation-project-response.d.ts +26 -0
  418. package/dist/esm/types/refresh-aitranslation-project-response.d.ts.map +1 -0
  419. package/dist/esm/types/remove-aitranslation-utterance-request.d.ts +35 -0
  420. package/dist/esm/types/remove-aitranslation-utterance-request.d.ts.map +1 -0
  421. package/dist/esm/types/remove-aitranslation-utterance-response.d.ts +20 -0
  422. package/dist/esm/types/remove-aitranslation-utterance-response.d.ts.map +1 -0
  423. package/dist/esm/types/segment-for-get-execution-output.d.ts +45 -0
  424. package/dist/esm/types/segment-for-get-execution-output.d.ts.map +1 -0
  425. package/dist/esm/types/segment-for-start-execution-input.d.ts +45 -0
  426. package/dist/esm/types/segment-for-start-execution-input.d.ts.map +1 -0
  427. package/dist/esm/types/set-aiterm-item-request.d.ts +36 -0
  428. package/dist/esm/types/set-aiterm-item-request.d.ts.map +1 -0
  429. package/dist/esm/types/set-aiterm-item-response.d.ts +20 -0
  430. package/dist/esm/types/set-aiterm-item-response.d.ts.map +1 -0
  431. package/dist/esm/types/snapshot-param-for-get-execution-output.d.ts +36 -0
  432. package/dist/esm/types/snapshot-param-for-get-execution-output.d.ts.map +1 -0
  433. package/dist/esm/types/snapshot-param-for-start-execution-input.d.ts +36 -0
  434. package/dist/esm/types/snapshot-param-for-start-execution-input.d.ts.map +1 -0
  435. package/dist/esm/types/source-blueprint-for-get-aitranslation-project-output.d.ts +40 -0
  436. package/dist/esm/types/source-blueprint-for-get-aitranslation-project-output.d.ts.map +1 -0
  437. package/dist/esm/types/source-blueprint-for-list-aitranslation-project-output.d.ts +40 -0
  438. package/dist/esm/types/source-blueprint-for-list-aitranslation-project-output.d.ts.map +1 -0
  439. package/dist/esm/types/source-clip-for-create-aitranslation-utterance-output.d.ts +58 -0
  440. package/dist/esm/types/source-clip-for-create-aitranslation-utterance-output.d.ts.map +1 -0
  441. package/dist/esm/types/source-clip-for-get-aitranslation-project-output.d.ts +57 -0
  442. package/dist/esm/types/source-clip-for-get-aitranslation-project-output.d.ts.map +1 -0
  443. package/dist/esm/types/source-track-for-get-aitranslation-project-output.d.ts +40 -0
  444. package/dist/esm/types/source-track-for-get-aitranslation-project-output.d.ts.map +1 -0
  445. package/dist/esm/types/source-utterance-for-create-aitranslation-utterance-output.d.ts +70 -0
  446. package/dist/esm/types/source-utterance-for-create-aitranslation-utterance-output.d.ts.map +1 -0
  447. package/dist/esm/types/source-utterance-for-get-aitranslation-project-output.d.ts +70 -0
  448. package/dist/esm/types/source-utterance-for-get-aitranslation-project-output.d.ts.map +1 -0
  449. package/dist/esm/types/speaker-for-create-aitranslation-speaker-output.d.ts +45 -0
  450. package/dist/esm/types/speaker-for-create-aitranslation-speaker-output.d.ts.map +1 -0
  451. package/dist/esm/types/speaker-for-get-aitranslation-project-output.d.ts +45 -0
  452. package/dist/esm/types/speaker-for-get-aitranslation-project-output.d.ts.map +1 -0
  453. package/dist/esm/types/speaker-for-update-aitranslation-speakers-input.d.ts +35 -0
  454. package/dist/esm/types/speaker-for-update-aitranslation-speakers-input.d.ts.map +1 -0
  455. package/dist/esm/types/speech-for-create-aitranslation-speech-output.d.ts +50 -0
  456. package/dist/esm/types/speech-for-create-aitranslation-speech-output.d.ts.map +1 -0
  457. package/dist/esm/types/speech-for-update-aitranslation-speeches-input.d.ts +30 -0
  458. package/dist/esm/types/speech-for-update-aitranslation-speeches-input.d.ts.map +1 -0
  459. package/dist/esm/types/start-execution-request.d.ts +49 -0
  460. package/dist/esm/types/start-execution-request.d.ts.map +1 -0
  461. package/dist/esm/types/start-execution-response.d.ts +25 -0
  462. package/dist/esm/types/start-execution-response.d.ts.map +1 -0
  463. package/dist/esm/types/storyboard-for-get-execution-output.d.ts +50 -0
  464. package/dist/esm/types/storyboard-for-get-execution-output.d.ts.map +1 -0
  465. package/dist/esm/types/storyline-cuts-for-get-execution-output.d.ts +35 -0
  466. package/dist/esm/types/storyline-cuts-for-get-execution-output.d.ts.map +1 -0
  467. package/dist/esm/types/storyline-cuts-for-start-execution-input.d.ts +35 -0
  468. package/dist/esm/types/storyline-cuts-for-start-execution-input.d.ts.map +1 -0
  469. package/dist/esm/types/storyline-for-get-execution-output.d.ts +35 -0
  470. package/dist/esm/types/storyline-for-get-execution-output.d.ts.map +1 -0
  471. package/dist/esm/types/storyline-for-start-execution-input.d.ts +35 -0
  472. package/dist/esm/types/storyline-for-start-execution-input.d.ts.map +1 -0
  473. package/dist/esm/types/submit-aitranslation-workflow-request.d.ts +54 -0
  474. package/dist/esm/types/submit-aitranslation-workflow-request.d.ts.map +1 -0
  475. package/dist/esm/types/submit-aitranslation-workflow-response.d.ts +26 -0
  476. package/dist/esm/types/submit-aitranslation-workflow-response.d.ts.map +1 -0
  477. package/dist/esm/types/subtitle-config-for-list-aitranslation-project-output.d.ts +55 -0
  478. package/dist/esm/types/subtitle-config-for-list-aitranslation-project-output.d.ts.map +1 -0
  479. package/dist/esm/types/subtitle-config-for-submit-aitranslation-workflow-input.d.ts +55 -0
  480. package/dist/esm/types/subtitle-config-for-submit-aitranslation-workflow-input.d.ts.map +1 -0
  481. package/dist/esm/types/subtitle-filter-for-get-execution-output.d.ts +35 -0
  482. package/dist/esm/types/subtitle-filter-for-get-execution-output.d.ts.map +1 -0
  483. package/dist/esm/types/subtitle-filter-for-start-execution-input.d.ts +35 -0
  484. package/dist/esm/types/subtitle-filter-for-start-execution-input.d.ts.map +1 -0
  485. package/dist/esm/types/subtitle-recognition-config-for-get-aitranslation-project-output.d.ts +50 -0
  486. package/dist/esm/types/subtitle-recognition-config-for-get-aitranslation-project-output.d.ts.map +1 -0
  487. package/dist/esm/types/subtitle-recognition-config-for-list-aitranslation-project-output.d.ts +50 -0
  488. package/dist/esm/types/subtitle-recognition-config-for-list-aitranslation-project-output.d.ts.map +1 -0
  489. package/dist/esm/types/subtitle-recognition-config-for-submit-aitranslation-workflow-input.d.ts +50 -0
  490. package/dist/esm/types/subtitle-recognition-config-for-submit-aitranslation-workflow-input.d.ts.map +1 -0
  491. package/dist/esm/types/target-blueprint-for-get-aitranslation-project-output.d.ts +40 -0
  492. package/dist/esm/types/target-blueprint-for-get-aitranslation-project-output.d.ts.map +1 -0
  493. package/dist/esm/types/target-blueprint-for-list-aitranslation-project-output.d.ts +40 -0
  494. package/dist/esm/types/target-blueprint-for-list-aitranslation-project-output.d.ts.map +1 -0
  495. package/dist/esm/types/target-clip-for-create-aitranslation-utterance-output.d.ts +58 -0
  496. package/dist/esm/types/target-clip-for-create-aitranslation-utterance-output.d.ts.map +1 -0
  497. package/dist/esm/types/target-clip-for-generate-aitranslation-utterance-audio-output.d.ts +58 -0
  498. package/dist/esm/types/target-clip-for-generate-aitranslation-utterance-audio-output.d.ts.map +1 -0
  499. package/dist/esm/types/target-clip-for-get-aitranslation-project-output.d.ts +57 -0
  500. package/dist/esm/types/target-clip-for-get-aitranslation-project-output.d.ts.map +1 -0
  501. package/dist/esm/types/target-for-get-execution-output.d.ts +35 -0
  502. package/dist/esm/types/target-for-get-execution-output.d.ts.map +1 -0
  503. package/dist/esm/types/target-for-start-execution-input.d.ts +35 -0
  504. package/dist/esm/types/target-for-start-execution-input.d.ts.map +1 -0
  505. package/dist/esm/types/target-track-for-get-aitranslation-project-output.d.ts +40 -0
  506. package/dist/esm/types/target-track-for-get-aitranslation-project-output.d.ts.map +1 -0
  507. package/dist/esm/types/target-utterance-for-create-aitranslation-utterance-output.d.ts +70 -0
  508. package/dist/esm/types/target-utterance-for-create-aitranslation-utterance-output.d.ts.map +1 -0
  509. package/dist/esm/types/target-utterance-for-get-aitranslation-project-output.d.ts +70 -0
  510. package/dist/esm/types/target-utterance-for-get-aitranslation-project-output.d.ts.map +1 -0
  511. package/dist/esm/types/task-for-get-execution-output.d.ts +115 -0
  512. package/dist/esm/types/task-for-get-execution-output.d.ts.map +1 -0
  513. package/dist/esm/types/task-for-start-execution-input.d.ts +115 -0
  514. package/dist/esm/types/task-for-start-execution-input.d.ts.map +1 -0
  515. package/dist/esm/types/template-for-get-execution-output.d.ts +49 -0
  516. package/dist/esm/types/template-for-get-execution-output.d.ts.map +1 -0
  517. package/dist/esm/types/template-for-start-execution-input.d.ts +49 -0
  518. package/dist/esm/types/template-for-start-execution-input.d.ts.map +1 -0
  519. package/dist/esm/types/term-item-for-create-aitermbase-output.d.ts +30 -0
  520. package/dist/esm/types/term-item-for-create-aitermbase-output.d.ts.map +1 -0
  521. package/dist/esm/types/term-item-for-get-aitermbase-output.d.ts +30 -0
  522. package/dist/esm/types/term-item-for-get-aitermbase-output.d.ts.map +1 -0
  523. package/dist/esm/types/term-item-for-list-aitermbase-output.d.ts +30 -0
  524. package/dist/esm/types/term-item-for-list-aitermbase-output.d.ts.map +1 -0
  525. package/dist/esm/types/term-item-for-set-aiterm-item-input.d.ts +30 -0
  526. package/dist/esm/types/term-item-for-set-aiterm-item-input.d.ts.map +1 -0
  527. package/dist/esm/types/termbase-config-for-submit-aitranslation-workflow-input.d.ts +25 -0
  528. package/dist/esm/types/termbase-config-for-submit-aitranslation-workflow-input.d.ts.map +1 -0
  529. package/dist/esm/types/termbase-for-create-aitermbase-output.d.ts +56 -0
  530. package/dist/esm/types/termbase-for-create-aitermbase-output.d.ts.map +1 -0
  531. package/dist/esm/types/termbase-for-get-aitermbase-output.d.ts +56 -0
  532. package/dist/esm/types/termbase-for-get-aitermbase-output.d.ts.map +1 -0
  533. package/dist/esm/types/termbase-for-list-aitermbase-output.d.ts +56 -0
  534. package/dist/esm/types/termbase-for-list-aitermbase-output.d.ts.map +1 -0
  535. package/dist/esm/types/text-for-get-execution-output.d.ts +41 -0
  536. package/dist/esm/types/text-for-get-execution-output.d.ts.map +1 -0
  537. package/dist/esm/types/transcode-audio-for-get-execution-output.d.ts +25 -0
  538. package/dist/esm/types/transcode-audio-for-get-execution-output.d.ts.map +1 -0
  539. package/dist/esm/types/transcode-audio-for-start-execution-input.d.ts +25 -0
  540. package/dist/esm/types/transcode-audio-for-start-execution-input.d.ts.map +1 -0
  541. package/dist/esm/types/transcode-video-for-get-execution-output.d.ts +30 -0
  542. package/dist/esm/types/transcode-video-for-get-execution-output.d.ts.map +1 -0
  543. package/dist/esm/types/transcode-video-for-start-execution-input.d.ts +30 -0
  544. package/dist/esm/types/transcode-video-for-start-execution-input.d.ts.map +1 -0
  545. package/dist/esm/types/translation-config-for-submit-aitranslation-workflow-input.d.ts +41 -0
  546. package/dist/esm/types/translation-config-for-submit-aitranslation-workflow-input.d.ts.map +1 -0
  547. package/dist/esm/types/trim-for-create-aitranslation-utterance-output.d.ts +30 -0
  548. package/dist/esm/types/trim-for-create-aitranslation-utterance-output.d.ts.map +1 -0
  549. package/dist/esm/types/trim-for-generate-aitranslation-utterance-audio-output.d.ts +30 -0
  550. package/dist/esm/types/trim-for-generate-aitranslation-utterance-audio-output.d.ts.map +1 -0
  551. package/dist/esm/types/trim-for-get-aitranslation-project-output.d.ts +30 -0
  552. package/dist/esm/types/trim-for-get-aitranslation-project-output.d.ts.map +1 -0
  553. package/dist/esm/types/trim-for-update-aitranslation-utterances-input.d.ts +30 -0
  554. package/dist/esm/types/trim-for-update-aitranslation-utterances-input.d.ts.map +1 -0
  555. package/dist/esm/types/update-aitermbase-request.d.ts +40 -0
  556. package/dist/esm/types/update-aitermbase-request.d.ts.map +1 -0
  557. package/dist/esm/types/update-aitermbase-response.d.ts +20 -0
  558. package/dist/esm/types/update-aitermbase-response.d.ts.map +1 -0
  559. package/dist/esm/types/update-aitranslation-project-config-request.d.ts +41 -0
  560. package/dist/esm/types/update-aitranslation-project-config-request.d.ts.map +1 -0
  561. package/dist/esm/types/update-aitranslation-project-config-response.d.ts +20 -0
  562. package/dist/esm/types/update-aitranslation-project-config-response.d.ts.map +1 -0
  563. package/dist/esm/types/update-aitranslation-speakers-request.d.ts +36 -0
  564. package/dist/esm/types/update-aitranslation-speakers-request.d.ts.map +1 -0
  565. package/dist/esm/types/update-aitranslation-speakers-response.d.ts +26 -0
  566. package/dist/esm/types/update-aitranslation-speakers-response.d.ts.map +1 -0
  567. package/dist/esm/types/update-aitranslation-speeches-request.d.ts +31 -0
  568. package/dist/esm/types/update-aitranslation-speeches-request.d.ts.map +1 -0
  569. package/dist/esm/types/update-aitranslation-speeches-response.d.ts +20 -0
  570. package/dist/esm/types/update-aitranslation-speeches-response.d.ts.map +1 -0
  571. package/dist/esm/types/update-aitranslation-utterances-request.d.ts +56 -0
  572. package/dist/esm/types/update-aitranslation-utterances-request.d.ts.map +1 -0
  573. package/dist/esm/types/update-aitranslation-utterances-response.d.ts +26 -0
  574. package/dist/esm/types/update-aitranslation-utterances-response.d.ts.map +1 -0
  575. package/dist/esm/types/user-speech-for-list-aitranslation-speech-output.d.ts +50 -0
  576. package/dist/esm/types/user-speech-for-list-aitranslation-speech-output.d.ts.map +1 -0
  577. package/dist/esm/types/utterance-for-get-execution-output.d.ts +41 -0
  578. package/dist/esm/types/utterance-for-get-execution-output.d.ts.map +1 -0
  579. package/dist/esm/types/utterance-for-update-aitranslation-utterances-input.d.ts +46 -0
  580. package/dist/esm/types/utterance-for-update-aitranslation-utterances-input.d.ts.map +1 -0
  581. package/dist/esm/types/video-for-get-execution-output.d.ts +35 -0
  582. package/dist/esm/types/video-for-get-execution-output.d.ts.map +1 -0
  583. package/dist/esm/types/video-generation-for-get-execution-output.d.ts +36 -0
  584. package/dist/esm/types/video-generation-for-get-execution-output.d.ts.map +1 -0
  585. package/dist/esm/types/video-generation-for-start-execution-input.d.ts +36 -0
  586. package/dist/esm/types/video-generation-for-start-execution-input.d.ts.map +1 -0
  587. package/dist/esm/types/video-matting-for-get-execution-output.d.ts +36 -0
  588. package/dist/esm/types/video-matting-for-get-execution-output.d.ts.map +1 -0
  589. package/dist/esm/types/video-matting-for-start-execution-input.d.ts +36 -0
  590. package/dist/esm/types/video-matting-for-start-execution-input.d.ts.map +1 -0
  591. package/dist/esm/types/video-option-for-get-execution-output.d.ts +60 -0
  592. package/dist/esm/types/video-option-for-get-execution-output.d.ts.map +1 -0
  593. package/dist/esm/types/video-option-for-start-execution-input.d.ts +60 -0
  594. package/dist/esm/types/video-option-for-start-execution-input.d.ts.map +1 -0
  595. package/dist/esm/types/video-strategy-for-get-execution-output.d.ts +30 -0
  596. package/dist/esm/types/video-strategy-for-get-execution-output.d.ts.map +1 -0
  597. package/dist/esm/types/video-strategy-for-start-execution-input.d.ts +30 -0
  598. package/dist/esm/types/video-strategy-for-start-execution-input.d.ts.map +1 -0
  599. package/dist/esm/types/video-stream-meta-for-get-execution-output.d.ts +55 -0
  600. package/dist/esm/types/video-stream-meta-for-get-execution-output.d.ts.map +1 -0
  601. package/dist/esm/types/video-summary-for-get-execution-output.d.ts +35 -0
  602. package/dist/esm/types/video-summary-for-get-execution-output.d.ts.map +1 -0
  603. package/dist/esm/types/video-summary-for-start-execution-input.d.ts +35 -0
  604. package/dist/esm/types/video-summary-for-start-execution-input.d.ts.map +1 -0
  605. package/dist/esm/types/video-understanding-for-get-execution-output.d.ts +42 -0
  606. package/dist/esm/types/video-understanding-for-get-execution-output.d.ts.map +1 -0
  607. package/dist/esm/types/video-understanding-for-start-execution-input.d.ts +42 -0
  608. package/dist/esm/types/video-understanding-for-start-execution-input.d.ts.map +1 -0
  609. package/dist/esm/types/vision-for-get-execution-output.d.ts +53 -0
  610. package/dist/esm/types/vision-for-get-execution-output.d.ts.map +1 -0
  611. package/dist/esm/types/vision-for-start-execution-input.d.ts +53 -0
  612. package/dist/esm/types/vision-for-start-execution-input.d.ts.map +1 -0
  613. package/dist/esm/types/voice-clone-config-for-get-aitranslation-project-output.d.ts +25 -0
  614. package/dist/esm/types/voice-clone-config-for-get-aitranslation-project-output.d.ts.map +1 -0
  615. package/dist/esm/types/voice-clone-config-for-list-aitranslation-project-output.d.ts +25 -0
  616. package/dist/esm/types/voice-clone-config-for-list-aitranslation-project-output.d.ts.map +1 -0
  617. package/dist/esm/types/voice-clone-config-for-submit-aitranslation-workflow-input.d.ts +25 -0
  618. package/dist/esm/types/voice-clone-config-for-submit-aitranslation-workflow-input.d.ts.map +1 -0
  619. package/dist/esm/types/voice-for-get-execution-output.d.ts +35 -0
  620. package/dist/esm/types/voice-for-get-execution-output.d.ts.map +1 -0
  621. package/dist/esm/types/voice-translation-video-for-get-aitranslation-project-output.d.ts +50 -0
  622. package/dist/esm/types/voice-translation-video-for-get-aitranslation-project-output.d.ts.map +1 -0
  623. package/dist/esm/types/workflow-for-get-execution-output.d.ts +26 -0
  624. package/dist/esm/types/workflow-for-get-execution-output.d.ts.map +1 -0
  625. package/dist/esm/types/workflow-for-start-execution-input.d.ts +26 -0
  626. package/dist/esm/types/workflow-for-start-execution-input.d.ts.map +1 -0
  627. package/dist/tsconfig.tsbuildinfo +1 -0
  628. package/package.json +37 -0
  629. package/rslib.config.ts +26 -0
  630. package/src/api.ts +514 -0
  631. package/src/index.ts +14 -0
  632. package/src/types/ad-audit-for-get-execution-output.ts +34 -0
  633. package/src/types/ad-audit-for-start-execution-input.ts +34 -0
  634. package/src/types/all-tag-for-get-execution-output.ts +28 -0
  635. package/src/types/area-for-get-execution-output.ts +46 -0
  636. package/src/types/area-for-start-execution-input.ts +46 -0
  637. package/src/types/asr-for-get-execution-output.ts +52 -0
  638. package/src/types/asr-for-start-execution-input.ts +52 -0
  639. package/src/types/attribute-for-get-execution-output.ts +40 -0
  640. package/src/types/audio-extract-for-get-execution-output.ts +28 -0
  641. package/src/types/audio-extract-for-start-execution-input.ts +28 -0
  642. package/src/types/audio-stream-meta-for-get-execution-output.ts +58 -0
  643. package/src/types/auto-for-get-execution-output.ts +42 -0
  644. package/src/types/auto-for-start-execution-input.ts +42 -0
  645. package/src/types/background-audio-for-get-aitranslation-project-output.ts +58 -0
  646. package/src/types/background-clip-for-get-aitranslation-project-output.ts +46 -0
  647. package/src/types/background-for-get-execution-output.ts +40 -0
  648. package/src/types/bilingual-subtitle-for-get-aitranslation-project-output.ts +58 -0
  649. package/src/types/byte-hdfor-get-execution-output.ts +34 -0
  650. package/src/types/byte-hdfor-start-execution-input.ts +34 -0
  651. package/src/types/canvas-for-get-execution-output.ts +64 -0
  652. package/src/types/canvas-for-start-execution-input.ts +64 -0
  653. package/src/types/clip-audio-for-create-aitranslation-utterance-output.ts +58 -0
  654. package/src/types/clip-audio-for-generate-aitranslation-utterance-audio-output.ts +58 -0
  655. package/src/types/clip-filter-for-get-execution-output.ts +35 -0
  656. package/src/types/clip-filter-for-start-execution-input.ts +35 -0
  657. package/src/types/clip-for-get-execution-output.ts +34 -0
  658. package/src/types/clip-for-start-execution-input.ts +34 -0
  659. package/src/types/clip-video-for-create-aitranslation-utterance-output.ts +58 -0
  660. package/src/types/clip-video-for-generate-aitranslation-utterance-audio-output.ts +58 -0
  661. package/src/types/codec-for-get-execution-output.ts +58 -0
  662. package/src/types/codec-for-start-execution-input.ts +58 -0
  663. package/src/types/continue-aitranslation-workflow-request.ts +34 -0
  664. package/src/types/continue-aitranslation-workflow-response.ts +29 -0
  665. package/src/types/control-for-get-execution-output.ts +52 -0
  666. package/src/types/control-for-start-execution-input.ts +52 -0
  667. package/src/types/convert-ad-audit-for-get-execution-output.ts +52 -0
  668. package/src/types/convert-area-for-get-execution-output.ts +41 -0
  669. package/src/types/convert-asr-for-get-execution-output.ts +47 -0
  670. package/src/types/convert-audio-extract-for-get-execution-output.ts +42 -0
  671. package/src/types/convert-byte-hdfor-get-execution-output.ts +121 -0
  672. package/src/types/convert-clip-for-get-execution-output.ts +40 -0
  673. package/src/types/convert-convert-clip-for-get-execution-output.ts +64 -0
  674. package/src/types/convert-convert-convert-clip-for-get-execution-output.ts +76 -0
  675. package/src/types/convert-convert-convert-convert-convert-convert-segment-for-get-execution-output.ts +53 -0
  676. package/src/types/convert-convert-convert-convert-convert-segment-for-get-execution-output.ts +35 -0
  677. package/src/types/convert-convert-convert-convert-segment-for-get-execution-output.ts +47 -0
  678. package/src/types/convert-convert-convert-segment-for-get-execution-output.ts +70 -0
  679. package/src/types/convert-convert-convert-storyline-for-get-execution-output.ts +61 -0
  680. package/src/types/convert-convert-enhance-for-get-execution-output.ts +121 -0
  681. package/src/types/convert-convert-model-for-get-execution-output.ts +58 -0
  682. package/src/types/convert-convert-output-for-get-execution-output.ts +49 -0
  683. package/src/types/convert-convert-segment-for-get-execution-output.ts +34 -0
  684. package/src/types/convert-convert-segment-for-start-execution-input.ts +34 -0
  685. package/src/types/convert-convert-storyline-for-get-execution-output.ts +40 -0
  686. package/src/types/convert-edit-for-get-execution-output.ts +40 -0
  687. package/src/types/convert-enhance-for-get-execution-output.ts +28 -0
  688. package/src/types/convert-enhance-for-start-execution-input.ts +28 -0
  689. package/src/types/convert-erase-for-get-execution-output.ts +42 -0
  690. package/src/types/convert-file-delete-for-get-execution-output.ts +29 -0
  691. package/src/types/convert-highlight-cuts-for-get-execution-output.ts +36 -0
  692. package/src/types/convert-highlight-for-get-execution-output.ts +56 -0
  693. package/src/types/convert-info-for-get-execution-output.ts +28 -0
  694. package/src/types/convert-model-for-get-execution-output.ts +46 -0
  695. package/src/types/convert-model-for-start-execution-input.ts +46 -0
  696. package/src/types/convert-node-for-get-execution-output.ts +47 -0
  697. package/src/types/convert-ocr-for-get-execution-output.ts +48 -0
  698. package/src/types/convert-operation-for-get-execution-output.ts +49 -0
  699. package/src/types/convert-operation-for-start-execution-input.ts +49 -0
  700. package/src/types/convert-output-for-get-execution-output.ts +35 -0
  701. package/src/types/convert-segment-for-get-execution-output.ts +40 -0
  702. package/src/types/convert-segment-for-start-execution-input.ts +40 -0
  703. package/src/types/convert-storyline-cuts-for-get-execution-output.ts +43 -0
  704. package/src/types/convert-storyline-for-get-execution-output.ts +46 -0
  705. package/src/types/convert-task-for-get-execution-output.ts +133 -0
  706. package/src/types/convert-template-for-get-execution-output.ts +56 -0
  707. package/src/types/convert-transcode-audio-for-get-execution-output.ts +121 -0
  708. package/src/types/convert-transcode-video-for-get-execution-output.ts +121 -0
  709. package/src/types/convert-video-generation-for-get-execution-output.ts +47 -0
  710. package/src/types/convert-video-matting-for-get-execution-output.ts +41 -0
  711. package/src/types/convert-video-option-for-get-execution-output.ts +28 -0
  712. package/src/types/convert-video-option-for-start-execution-input.ts +28 -0
  713. package/src/types/convert-video-summary-for-get-execution-output.ts +34 -0
  714. package/src/types/convert-video-understanding-for-get-execution-output.ts +41 -0
  715. package/src/types/convert-vision-for-get-execution-output.ts +53 -0
  716. package/src/types/convert-workflow-for-get-execution-output.ts +29 -0
  717. package/src/types/create-aitermbase-request.ts +58 -0
  718. package/src/types/create-aitermbase-response.ts +29 -0
  719. package/src/types/create-aitranslation-speaker-request.ts +46 -0
  720. package/src/types/create-aitranslation-speaker-response.ts +36 -0
  721. package/src/types/create-aitranslation-speech-request.ts +52 -0
  722. package/src/types/create-aitranslation-speech-response.ts +29 -0
  723. package/src/types/create-aitranslation-utterance-request.ts +52 -0
  724. package/src/types/create-aitranslation-utterance-response.ts +50 -0
  725. package/src/types/custom-edit-for-get-execution-output.ts +36 -0
  726. package/src/types/custom-edit-for-start-execution-input.ts +36 -0
  727. package/src/types/cut-for-get-execution-output.ts +29 -0
  728. package/src/types/cut-segment-for-get-execution-output.ts +28 -0
  729. package/src/types/delete-aiterm-item-request.ts +40 -0
  730. package/src/types/delete-aiterm-item-response.ts +22 -0
  731. package/src/types/delete-aitermbase-request.ts +34 -0
  732. package/src/types/delete-aitermbase-response.ts +22 -0
  733. package/src/types/delete-aitranslation-speech-request.ts +34 -0
  734. package/src/types/delete-aitranslation-speech-response.ts +22 -0
  735. package/src/types/detailed-info-for-get-execution-output.ts +35 -0
  736. package/src/types/direct-url-for-get-execution-output.ts +40 -0
  737. package/src/types/direct-url-for-start-execution-input.ts +40 -0
  738. package/src/types/edit-for-get-execution-output.ts +42 -0
  739. package/src/types/edit-for-start-execution-input.ts +42 -0
  740. package/src/types/encryption-for-get-execution-output.ts +28 -0
  741. package/src/types/enhance-for-get-execution-output.ts +42 -0
  742. package/src/types/enhance-for-start-execution-input.ts +42 -0
  743. package/src/types/erase-for-get-execution-output.ts +61 -0
  744. package/src/types/erase-for-start-execution-input.ts +61 -0
  745. package/src/types/erase-option-for-get-execution-output.ts +29 -0
  746. package/src/types/erase-option-for-start-execution-input.ts +29 -0
  747. package/src/types/erased-subtitle-video-for-get-aitranslation-project-output.ts +58 -0
  748. package/src/types/facial-translation-video-for-get-aitranslation-project-output.ts +58 -0
  749. package/src/types/file-delete-for-get-execution-output.ts +28 -0
  750. package/src/types/file-delete-for-start-execution-input.ts +28 -0
  751. package/src/types/file-for-get-execution-output.ts +40 -0
  752. package/src/types/file-id-for-get-execution-output.ts +34 -0
  753. package/src/types/file-id-for-start-execution-input.ts +34 -0
  754. package/src/types/foreground-audio-for-get-aitranslation-project-output.ts +58 -0
  755. package/src/types/generate-aitranslation-utterance-audio-request.ts +40 -0
  756. package/src/types/generate-aitranslation-utterance-audio-response.ts +36 -0
  757. package/src/types/get-aitermbase-request.ts +34 -0
  758. package/src/types/get-aitermbase-response.ts +29 -0
  759. package/src/types/get-aitranslation-project-request.ts +40 -0
  760. package/src/types/get-aitranslation-project-response.ts +29 -0
  761. package/src/types/get-execution-request.ts +28 -0
  762. package/src/types/get-execution-response.ts +88 -0
  763. package/src/types/highlight-cuts-for-get-execution-output.ts +53 -0
  764. package/src/types/highlight-cuts-for-start-execution-input.ts +53 -0
  765. package/src/types/highlight-for-get-execution-output.ts +69 -0
  766. package/src/types/highlight-for-start-execution-input.ts +69 -0
  767. package/src/types/image-set-for-get-execution-output.ts +34 -0
  768. package/src/types/index.ts +308 -0
  769. package/src/types/info-for-get-execution-output.ts +41 -0
  770. package/src/types/input-for-get-execution-output.ts +60 -0
  771. package/src/types/input-for-start-execution-input.ts +60 -0
  772. package/src/types/input-subtitle-for-get-aitranslation-project-output.ts +58 -0
  773. package/src/types/input-video-for-get-aitranslation-project-output.ts +58 -0
  774. package/src/types/input-video-for-list-aitranslation-project-output.ts +58 -0
  775. package/src/types/list-aitermbase-request.ts +28 -0
  776. package/src/types/list-aitermbase-response.ts +29 -0
  777. package/src/types/list-aitranslation-project-request.ts +52 -0
  778. package/src/types/list-aitranslation-project-response.ts +47 -0
  779. package/src/types/list-aitranslation-speech-request.ts +40 -0
  780. package/src/types/list-aitranslation-speech-response.ts +36 -0
  781. package/src/types/location-for-get-execution-output.ts +29 -0
  782. package/src/types/location-for-start-execution-input.ts +29 -0
  783. package/src/types/manual-for-get-execution-output.ts +29 -0
  784. package/src/types/manual-for-start-execution-input.ts +29 -0
  785. package/src/types/meta-for-get-execution-output.ts +52 -0
  786. package/src/types/mini-game-for-get-execution-output.ts +40 -0
  787. package/src/types/mini-game-for-start-execution-input.ts +40 -0
  788. package/src/types/miniseries-edit-for-get-execution-output.ts +40 -0
  789. package/src/types/miniseries-edit-for-start-execution-input.ts +40 -0
  790. package/src/types/miniseries-option-for-get-execution-output.ts +28 -0
  791. package/src/types/miniseries-option-for-start-execution-input.ts +28 -0
  792. package/src/types/model-for-get-execution-output.ts +34 -0
  793. package/src/types/model-for-start-execution-input.ts +34 -0
  794. package/src/types/module-for-get-execution-output.ts +28 -0
  795. package/src/types/module-for-start-execution-input.ts +28 -0
  796. package/src/types/moe-enhance-for-get-execution-output.ts +42 -0
  797. package/src/types/moe-enhance-for-start-execution-input.ts +42 -0
  798. package/src/types/multi-input-for-get-execution-output.ts +60 -0
  799. package/src/types/multi-input-for-start-execution-input.ts +60 -0
  800. package/src/types/node-for-get-execution-output.ts +67 -0
  801. package/src/types/node-for-start-execution-input.ts +67 -0
  802. package/src/types/ocr-for-get-execution-output.ts +34 -0
  803. package/src/types/ocr-for-start-execution-input.ts +34 -0
  804. package/src/types/opening-hook-for-get-execution-output.ts +52 -0
  805. package/src/types/opening-hook-for-start-execution-input.ts +52 -0
  806. package/src/types/operation-for-get-execution-output.ts +35 -0
  807. package/src/types/operation-for-start-execution-input.ts +35 -0
  808. package/src/types/operator-config-for-get-aitranslation-project-output.ts +36 -0
  809. package/src/types/operator-config-for-list-aitranslation-project-output.ts +36 -0
  810. package/src/types/operator-config-for-submit-aitranslation-workflow-input.ts +36 -0
  811. package/src/types/output-for-get-execution-output.ts +77 -0
  812. package/src/types/output-for-start-execution-input.ts +77 -0
  813. package/src/types/output-subtitle-for-get-aitranslation-project-output.ts +58 -0
  814. package/src/types/output-video-for-get-aitranslation-project-output.ts +58 -0
  815. package/src/types/output-video-for-list-aitranslation-project-output.ts +58 -0
  816. package/src/types/pixel-rectangle-for-get-execution-output.ts +46 -0
  817. package/src/types/policy-for-get-execution-output.ts +28 -0
  818. package/src/types/policy-for-start-execution-input.ts +28 -0
  819. package/src/types/preset-speech-for-list-aitranslation-speech-output.ts +58 -0
  820. package/src/types/preview-video-for-get-aitranslation-project-output.ts +58 -0
  821. package/src/types/preview-video-muted-for-get-aitranslation-project-output.ts +58 -0
  822. package/src/types/process-config-for-submit-aitranslation-workflow-input.ts +40 -0
  823. package/src/types/process-config-for-update-aitranslation-project-config-input.ts +34 -0
  824. package/src/types/project-base-info-for-continue-aitranslation-workflow-output.ts +34 -0
  825. package/src/types/project-base-info-for-create-aitranslation-speaker-output.ts +34 -0
  826. package/src/types/project-base-info-for-generate-aitranslation-utterance-audio-output.ts +34 -0
  827. package/src/types/project-base-info-for-refresh-aitranslation-project-output.ts +34 -0
  828. package/src/types/project-base-info-for-submit-aitranslation-workflow-output.ts +34 -0
  829. package/src/types/project-base-info-for-update-aitranslation-speakers-output.ts +34 -0
  830. package/src/types/project-base-info-for-update-aitranslation-utterances-output.ts +34 -0
  831. package/src/types/project-for-list-aitranslation-project-output.ts +130 -0
  832. package/src/types/project-info-for-get-aitranslation-project-output.ts +243 -0
  833. package/src/types/ratio-location-for-get-execution-output.ts +46 -0
  834. package/src/types/ratio-location-for-start-execution-input.ts +46 -0
  835. package/src/types/refresh-aitranslation-project-request.ts +40 -0
  836. package/src/types/refresh-aitranslation-project-response.ts +29 -0
  837. package/src/types/remove-aitranslation-utterance-request.ts +40 -0
  838. package/src/types/remove-aitranslation-utterance-response.ts +22 -0
  839. package/src/types/segment-for-get-execution-output.ts +52 -0
  840. package/src/types/segment-for-start-execution-input.ts +52 -0
  841. package/src/types/set-aiterm-item-request.ts +41 -0
  842. package/src/types/set-aiterm-item-response.ts +22 -0
  843. package/src/types/snapshot-param-for-get-execution-output.ts +41 -0
  844. package/src/types/snapshot-param-for-start-execution-input.ts +41 -0
  845. package/src/types/source-blueprint-for-get-aitranslation-project-output.ts +46 -0
  846. package/src/types/source-blueprint-for-list-aitranslation-project-output.ts +46 -0
  847. package/src/types/source-clip-for-create-aitranslation-utterance-output.ts +67 -0
  848. package/src/types/source-clip-for-get-aitranslation-project-output.ts +66 -0
  849. package/src/types/source-track-for-get-aitranslation-project-output.ts +46 -0
  850. package/src/types/source-utterance-for-create-aitranslation-utterance-output.ts +82 -0
  851. package/src/types/source-utterance-for-get-aitranslation-project-output.ts +82 -0
  852. package/src/types/speaker-for-create-aitranslation-speaker-output.ts +52 -0
  853. package/src/types/speaker-for-get-aitranslation-project-output.ts +52 -0
  854. package/src/types/speaker-for-update-aitranslation-speakers-input.ts +40 -0
  855. package/src/types/speech-for-create-aitranslation-speech-output.ts +58 -0
  856. package/src/types/speech-for-update-aitranslation-speeches-input.ts +34 -0
  857. package/src/types/start-execution-request.ts +56 -0
  858. package/src/types/start-execution-response.ts +28 -0
  859. package/src/types/storyboard-for-get-execution-output.ts +58 -0
  860. package/src/types/storyline-cuts-for-get-execution-output.ts +40 -0
  861. package/src/types/storyline-cuts-for-start-execution-input.ts +40 -0
  862. package/src/types/storyline-for-get-execution-output.ts +40 -0
  863. package/src/types/storyline-for-start-execution-input.ts +40 -0
  864. package/src/types/submit-aitranslation-workflow-request.ts +62 -0
  865. package/src/types/submit-aitranslation-workflow-response.ts +29 -0
  866. package/src/types/subtitle-config-for-list-aitranslation-project-output.ts +64 -0
  867. package/src/types/subtitle-config-for-submit-aitranslation-workflow-input.ts +64 -0
  868. package/src/types/subtitle-filter-for-get-execution-output.ts +40 -0
  869. package/src/types/subtitle-filter-for-start-execution-input.ts +40 -0
  870. package/src/types/subtitle-recognition-config-for-get-aitranslation-project-output.ts +58 -0
  871. package/src/types/subtitle-recognition-config-for-list-aitranslation-project-output.ts +58 -0
  872. package/src/types/subtitle-recognition-config-for-submit-aitranslation-workflow-input.ts +58 -0
  873. package/src/types/target-blueprint-for-get-aitranslation-project-output.ts +46 -0
  874. package/src/types/target-blueprint-for-list-aitranslation-project-output.ts +46 -0
  875. package/src/types/target-clip-for-create-aitranslation-utterance-output.ts +67 -0
  876. package/src/types/target-clip-for-generate-aitranslation-utterance-audio-output.ts +67 -0
  877. package/src/types/target-clip-for-get-aitranslation-project-output.ts +66 -0
  878. package/src/types/target-for-get-execution-output.ts +40 -0
  879. package/src/types/target-for-start-execution-input.ts +40 -0
  880. package/src/types/target-track-for-get-aitranslation-project-output.ts +46 -0
  881. package/src/types/target-utterance-for-create-aitranslation-utterance-output.ts +82 -0
  882. package/src/types/target-utterance-for-get-aitranslation-project-output.ts +82 -0
  883. package/src/types/task-for-get-execution-output.ts +133 -0
  884. package/src/types/task-for-start-execution-input.ts +133 -0
  885. package/src/types/template-for-get-execution-output.ts +56 -0
  886. package/src/types/template-for-start-execution-input.ts +56 -0
  887. package/src/types/term-item-for-create-aitermbase-output.ts +34 -0
  888. package/src/types/term-item-for-get-aitermbase-output.ts +34 -0
  889. package/src/types/term-item-for-list-aitermbase-output.ts +34 -0
  890. package/src/types/term-item-for-set-aiterm-item-input.ts +34 -0
  891. package/src/types/termbase-config-for-submit-aitranslation-workflow-input.ts +28 -0
  892. package/src/types/termbase-for-create-aitermbase-output.ts +65 -0
  893. package/src/types/termbase-for-get-aitermbase-output.ts +65 -0
  894. package/src/types/termbase-for-list-aitermbase-output.ts +65 -0
  895. package/src/types/text-for-get-execution-output.ts +47 -0
  896. package/src/types/transcode-audio-for-get-execution-output.ts +28 -0
  897. package/src/types/transcode-audio-for-start-execution-input.ts +28 -0
  898. package/src/types/transcode-video-for-get-execution-output.ts +34 -0
  899. package/src/types/transcode-video-for-start-execution-input.ts +34 -0
  900. package/src/types/translation-config-for-submit-aitranslation-workflow-input.ts +47 -0
  901. package/src/types/trim-for-create-aitranslation-utterance-output.ts +34 -0
  902. package/src/types/trim-for-generate-aitranslation-utterance-audio-output.ts +34 -0
  903. package/src/types/trim-for-get-aitranslation-project-output.ts +34 -0
  904. package/src/types/trim-for-update-aitranslation-utterances-input.ts +34 -0
  905. package/src/types/update-aitermbase-request.ts +46 -0
  906. package/src/types/update-aitermbase-response.ts +22 -0
  907. package/src/types/update-aitranslation-project-config-request.ts +47 -0
  908. package/src/types/update-aitranslation-project-config-response.ts +22 -0
  909. package/src/types/update-aitranslation-speakers-request.ts +41 -0
  910. package/src/types/update-aitranslation-speakers-response.ts +29 -0
  911. package/src/types/update-aitranslation-speeches-request.ts +35 -0
  912. package/src/types/update-aitranslation-speeches-response.ts +22 -0
  913. package/src/types/update-aitranslation-utterances-request.ts +65 -0
  914. package/src/types/update-aitranslation-utterances-response.ts +29 -0
  915. package/src/types/user-speech-for-list-aitranslation-speech-output.ts +58 -0
  916. package/src/types/utterance-for-get-execution-output.ts +47 -0
  917. package/src/types/utterance-for-update-aitranslation-utterances-input.ts +53 -0
  918. package/src/types/video-for-get-execution-output.ts +40 -0
  919. package/src/types/video-generation-for-get-execution-output.ts +41 -0
  920. package/src/types/video-generation-for-start-execution-input.ts +41 -0
  921. package/src/types/video-matting-for-get-execution-output.ts +41 -0
  922. package/src/types/video-matting-for-start-execution-input.ts +41 -0
  923. package/src/types/video-option-for-get-execution-output.ts +70 -0
  924. package/src/types/video-option-for-start-execution-input.ts +70 -0
  925. package/src/types/video-strategy-for-get-execution-output.ts +34 -0
  926. package/src/types/video-strategy-for-start-execution-input.ts +34 -0
  927. package/src/types/video-stream-meta-for-get-execution-output.ts +64 -0
  928. package/src/types/video-summary-for-get-execution-output.ts +40 -0
  929. package/src/types/video-summary-for-start-execution-input.ts +40 -0
  930. package/src/types/video-understanding-for-get-execution-output.ts +48 -0
  931. package/src/types/video-understanding-for-start-execution-input.ts +48 -0
  932. package/src/types/vision-for-get-execution-output.ts +61 -0
  933. package/src/types/vision-for-start-execution-input.ts +61 -0
  934. package/src/types/voice-clone-config-for-get-aitranslation-project-output.ts +28 -0
  935. package/src/types/voice-clone-config-for-list-aitranslation-project-output.ts +28 -0
  936. package/src/types/voice-clone-config-for-submit-aitranslation-workflow-input.ts +28 -0
  937. package/src/types/voice-for-get-execution-output.ts +40 -0
  938. package/src/types/voice-translation-video-for-get-aitranslation-project-output.ts +58 -0
  939. package/src/types/workflow-for-get-execution-output.ts +29 -0
  940. package/src/types/workflow-for-start-execution-input.ts +29 -0
  941. package/tsconfig.json +12 -0
@@ -0,0 +1,53 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * vod20250101
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ import { MiniseriesOptionForStartExecutionInput } from './miniseries-option-for-start-execution-input';
16
+ /**
17
+ *
18
+ *
19
+ * @export
20
+ * @interface HighlightCutsForStartExecutionInput
21
+ */
22
+ export interface HighlightCutsForStartExecutionInput {
23
+
24
+ /**
25
+ * @type {number}
26
+ * @memberof HighlightCutsForStartExecutionInput
27
+ */
28
+ MaxDuration?: number;
29
+
30
+ /**
31
+ * @type {number}
32
+ * @memberof HighlightCutsForStartExecutionInput
33
+ */
34
+ MaxNumber?: number;
35
+
36
+ /**
37
+ * @type {number}
38
+ * @memberof HighlightCutsForStartExecutionInput
39
+ */
40
+ MinDuration?: number;
41
+
42
+ /**
43
+ * @type {MiniseriesOptionForStartExecutionInput}
44
+ * @memberof HighlightCutsForStartExecutionInput
45
+ */
46
+ MiniseriesOption?: MiniseriesOptionForStartExecutionInput;
47
+
48
+ /**
49
+ * @type {boolean}
50
+ * @memberof HighlightCutsForStartExecutionInput
51
+ */
52
+ WithStoryboard?: boolean;
53
+ }
@@ -0,0 +1,69 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * vod20250101
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ import { EditForGetExecutionOutput } from './edit-for-get-execution-output';
16
+ import { HighlightCutsForGetExecutionOutput } from './highlight-cuts-for-get-execution-output';
17
+ import { MiniGameForGetExecutionOutput } from './mini-game-for-get-execution-output';
18
+ import { OpeningHookForGetExecutionOutput } from './opening-hook-for-get-execution-output';
19
+ import { StorylineCutsForGetExecutionOutput } from './storyline-cuts-for-get-execution-output';
20
+ /**
21
+ *
22
+ *
23
+ * @export
24
+ * @interface HighlightForGetExecutionOutput
25
+ */
26
+ export interface HighlightForGetExecutionOutput {
27
+
28
+ /**
29
+ * @type {EditForGetExecutionOutput}
30
+ * @memberof HighlightForGetExecutionOutput
31
+ */
32
+ Edit?: EditForGetExecutionOutput;
33
+
34
+ /**
35
+ * @type {HighlightCutsForGetExecutionOutput}
36
+ * @memberof HighlightForGetExecutionOutput
37
+ */
38
+ HighlightCuts?: HighlightCutsForGetExecutionOutput;
39
+
40
+ /**
41
+ * @type {MiniGameForGetExecutionOutput}
42
+ * @memberof HighlightForGetExecutionOutput
43
+ */
44
+ MiniGame?: MiniGameForGetExecutionOutput;
45
+
46
+ /**
47
+ * @type {string}
48
+ * @memberof HighlightForGetExecutionOutput
49
+ */
50
+ Mode?: string;
51
+
52
+ /**
53
+ * @type {string}
54
+ * @memberof HighlightForGetExecutionOutput
55
+ */
56
+ Model?: string;
57
+
58
+ /**
59
+ * @type {OpeningHookForGetExecutionOutput}
60
+ * @memberof HighlightForGetExecutionOutput
61
+ */
62
+ OpeningHook?: OpeningHookForGetExecutionOutput;
63
+
64
+ /**
65
+ * @type {StorylineCutsForGetExecutionOutput}
66
+ * @memberof HighlightForGetExecutionOutput
67
+ */
68
+ StorylineCuts?: StorylineCutsForGetExecutionOutput;
69
+ }
@@ -0,0 +1,69 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * vod20250101
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ import { EditForStartExecutionInput } from './edit-for-start-execution-input';
16
+ import { HighlightCutsForStartExecutionInput } from './highlight-cuts-for-start-execution-input';
17
+ import { MiniGameForStartExecutionInput } from './mini-game-for-start-execution-input';
18
+ import { OpeningHookForStartExecutionInput } from './opening-hook-for-start-execution-input';
19
+ import { StorylineCutsForStartExecutionInput } from './storyline-cuts-for-start-execution-input';
20
+ /**
21
+ *
22
+ *
23
+ * @export
24
+ * @interface HighlightForStartExecutionInput
25
+ */
26
+ export interface HighlightForStartExecutionInput {
27
+
28
+ /**
29
+ * @type {EditForStartExecutionInput}
30
+ * @memberof HighlightForStartExecutionInput
31
+ */
32
+ Edit?: EditForStartExecutionInput;
33
+
34
+ /**
35
+ * @type {HighlightCutsForStartExecutionInput}
36
+ * @memberof HighlightForStartExecutionInput
37
+ */
38
+ HighlightCuts?: HighlightCutsForStartExecutionInput;
39
+
40
+ /**
41
+ * @type {MiniGameForStartExecutionInput}
42
+ * @memberof HighlightForStartExecutionInput
43
+ */
44
+ MiniGame?: MiniGameForStartExecutionInput;
45
+
46
+ /**
47
+ * @type {string}
48
+ * @memberof HighlightForStartExecutionInput
49
+ */
50
+ Mode?: string;
51
+
52
+ /**
53
+ * @type {string}
54
+ * @memberof HighlightForStartExecutionInput
55
+ */
56
+ Model?: string;
57
+
58
+ /**
59
+ * @type {OpeningHookForStartExecutionInput}
60
+ * @memberof HighlightForStartExecutionInput
61
+ */
62
+ OpeningHook?: OpeningHookForStartExecutionInput;
63
+
64
+ /**
65
+ * @type {StorylineCutsForStartExecutionInput}
66
+ * @memberof HighlightForStartExecutionInput
67
+ */
68
+ StorylineCuts?: StorylineCutsForStartExecutionInput;
69
+ }
@@ -0,0 +1,34 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * vod20250101
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ /**
16
+ *
17
+ *
18
+ * @export
19
+ * @interface ImageSetForGetExecutionOutput
20
+ */
21
+ export interface ImageSetForGetExecutionOutput {
22
+
23
+ /**
24
+ * @type {string}
25
+ * @memberof ImageSetForGetExecutionOutput
26
+ */
27
+ FileName?: string;
28
+
29
+ /**
30
+ * @type {string}
31
+ * @memberof ImageSetForGetExecutionOutput
32
+ */
33
+ Text?: string;
34
+ }
@@ -0,0 +1,308 @@
1
+ export * from './ad-audit-for-get-execution-output';
2
+ export * from './ad-audit-for-start-execution-input';
3
+ export * from './all-tag-for-get-execution-output';
4
+ export * from './area-for-get-execution-output';
5
+ export * from './area-for-start-execution-input';
6
+ export * from './asr-for-get-execution-output';
7
+ export * from './asr-for-start-execution-input';
8
+ export * from './attribute-for-get-execution-output';
9
+ export * from './audio-extract-for-get-execution-output';
10
+ export * from './audio-extract-for-start-execution-input';
11
+ export * from './audio-stream-meta-for-get-execution-output';
12
+ export * from './auto-for-get-execution-output';
13
+ export * from './auto-for-start-execution-input';
14
+ export * from './background-audio-for-get-aitranslation-project-output';
15
+ export * from './background-clip-for-get-aitranslation-project-output';
16
+ export * from './background-for-get-execution-output';
17
+ export * from './bilingual-subtitle-for-get-aitranslation-project-output';
18
+ export * from './byte-hdfor-get-execution-output';
19
+ export * from './byte-hdfor-start-execution-input';
20
+ export * from './canvas-for-get-execution-output';
21
+ export * from './canvas-for-start-execution-input';
22
+ export * from './clip-audio-for-create-aitranslation-utterance-output';
23
+ export * from './clip-audio-for-generate-aitranslation-utterance-audio-output';
24
+ export * from './clip-filter-for-get-execution-output';
25
+ export * from './clip-filter-for-start-execution-input';
26
+ export * from './clip-for-get-execution-output';
27
+ export * from './clip-for-start-execution-input';
28
+ export * from './clip-video-for-create-aitranslation-utterance-output';
29
+ export * from './clip-video-for-generate-aitranslation-utterance-audio-output';
30
+ export * from './codec-for-get-execution-output';
31
+ export * from './codec-for-start-execution-input';
32
+ export * from './continue-aitranslation-workflow-request';
33
+ export * from './continue-aitranslation-workflow-response';
34
+ export * from './control-for-get-execution-output';
35
+ export * from './control-for-start-execution-input';
36
+ export * from './convert-ad-audit-for-get-execution-output';
37
+ export * from './convert-area-for-get-execution-output';
38
+ export * from './convert-asr-for-get-execution-output';
39
+ export * from './convert-audio-extract-for-get-execution-output';
40
+ export * from './convert-byte-hdfor-get-execution-output';
41
+ export * from './convert-clip-for-get-execution-output';
42
+ export * from './convert-convert-clip-for-get-execution-output';
43
+ export * from './convert-convert-convert-clip-for-get-execution-output';
44
+ export * from './convert-convert-convert-convert-convert-convert-segment-for-get-execution-output';
45
+ export * from './convert-convert-convert-convert-convert-segment-for-get-execution-output';
46
+ export * from './convert-convert-convert-convert-segment-for-get-execution-output';
47
+ export * from './convert-convert-convert-segment-for-get-execution-output';
48
+ export * from './convert-convert-convert-storyline-for-get-execution-output';
49
+ export * from './convert-convert-enhance-for-get-execution-output';
50
+ export * from './convert-convert-model-for-get-execution-output';
51
+ export * from './convert-convert-output-for-get-execution-output';
52
+ export * from './convert-convert-segment-for-get-execution-output';
53
+ export * from './convert-convert-segment-for-start-execution-input';
54
+ export * from './convert-convert-storyline-for-get-execution-output';
55
+ export * from './convert-edit-for-get-execution-output';
56
+ export * from './convert-enhance-for-get-execution-output';
57
+ export * from './convert-enhance-for-start-execution-input';
58
+ export * from './convert-erase-for-get-execution-output';
59
+ export * from './convert-file-delete-for-get-execution-output';
60
+ export * from './convert-highlight-cuts-for-get-execution-output';
61
+ export * from './convert-highlight-for-get-execution-output';
62
+ export * from './convert-info-for-get-execution-output';
63
+ export * from './convert-model-for-get-execution-output';
64
+ export * from './convert-model-for-start-execution-input';
65
+ export * from './convert-node-for-get-execution-output';
66
+ export * from './convert-ocr-for-get-execution-output';
67
+ export * from './convert-operation-for-get-execution-output';
68
+ export * from './convert-operation-for-start-execution-input';
69
+ export * from './convert-output-for-get-execution-output';
70
+ export * from './convert-segment-for-get-execution-output';
71
+ export * from './convert-segment-for-start-execution-input';
72
+ export * from './convert-storyline-cuts-for-get-execution-output';
73
+ export * from './convert-storyline-for-get-execution-output';
74
+ export * from './convert-task-for-get-execution-output';
75
+ export * from './convert-template-for-get-execution-output';
76
+ export * from './convert-transcode-audio-for-get-execution-output';
77
+ export * from './convert-transcode-video-for-get-execution-output';
78
+ export * from './convert-video-generation-for-get-execution-output';
79
+ export * from './convert-video-matting-for-get-execution-output';
80
+ export * from './convert-video-option-for-get-execution-output';
81
+ export * from './convert-video-option-for-start-execution-input';
82
+ export * from './convert-video-summary-for-get-execution-output';
83
+ export * from './convert-video-understanding-for-get-execution-output';
84
+ export * from './convert-vision-for-get-execution-output';
85
+ export * from './convert-workflow-for-get-execution-output';
86
+ export * from './create-aitermbase-request';
87
+ export * from './create-aitermbase-response';
88
+ export * from './create-aitranslation-speaker-request';
89
+ export * from './create-aitranslation-speaker-response';
90
+ export * from './create-aitranslation-speech-request';
91
+ export * from './create-aitranslation-speech-response';
92
+ export * from './create-aitranslation-utterance-request';
93
+ export * from './create-aitranslation-utterance-response';
94
+ export * from './custom-edit-for-get-execution-output';
95
+ export * from './custom-edit-for-start-execution-input';
96
+ export * from './cut-for-get-execution-output';
97
+ export * from './cut-segment-for-get-execution-output';
98
+ export * from './delete-aiterm-item-request';
99
+ export * from './delete-aiterm-item-response';
100
+ export * from './delete-aitermbase-request';
101
+ export * from './delete-aitermbase-response';
102
+ export * from './delete-aitranslation-speech-request';
103
+ export * from './delete-aitranslation-speech-response';
104
+ export * from './detailed-info-for-get-execution-output';
105
+ export * from './direct-url-for-get-execution-output';
106
+ export * from './direct-url-for-start-execution-input';
107
+ export * from './edit-for-get-execution-output';
108
+ export * from './edit-for-start-execution-input';
109
+ export * from './encryption-for-get-execution-output';
110
+ export * from './enhance-for-get-execution-output';
111
+ export * from './enhance-for-start-execution-input';
112
+ export * from './erase-for-get-execution-output';
113
+ export * from './erase-for-start-execution-input';
114
+ export * from './erase-option-for-get-execution-output';
115
+ export * from './erase-option-for-start-execution-input';
116
+ export * from './erased-subtitle-video-for-get-aitranslation-project-output';
117
+ export * from './facial-translation-video-for-get-aitranslation-project-output';
118
+ export * from './file-delete-for-get-execution-output';
119
+ export * from './file-delete-for-start-execution-input';
120
+ export * from './file-for-get-execution-output';
121
+ export * from './file-id-for-get-execution-output';
122
+ export * from './file-id-for-start-execution-input';
123
+ export * from './foreground-audio-for-get-aitranslation-project-output';
124
+ export * from './generate-aitranslation-utterance-audio-request';
125
+ export * from './generate-aitranslation-utterance-audio-response';
126
+ export * from './get-aitermbase-request';
127
+ export * from './get-aitermbase-response';
128
+ export * from './get-aitranslation-project-request';
129
+ export * from './get-aitranslation-project-response';
130
+ export * from './get-execution-request';
131
+ export * from './get-execution-response';
132
+ export * from './highlight-cuts-for-get-execution-output';
133
+ export * from './highlight-cuts-for-start-execution-input';
134
+ export * from './highlight-for-get-execution-output';
135
+ export * from './highlight-for-start-execution-input';
136
+ export * from './image-set-for-get-execution-output';
137
+ export * from './info-for-get-execution-output';
138
+ export * from './input-for-get-execution-output';
139
+ export * from './input-for-start-execution-input';
140
+ export * from './input-subtitle-for-get-aitranslation-project-output';
141
+ export * from './input-video-for-get-aitranslation-project-output';
142
+ export * from './input-video-for-list-aitranslation-project-output';
143
+ export * from './list-aitermbase-request';
144
+ export * from './list-aitermbase-response';
145
+ export * from './list-aitranslation-project-request';
146
+ export * from './list-aitranslation-project-response';
147
+ export * from './list-aitranslation-speech-request';
148
+ export * from './list-aitranslation-speech-response';
149
+ export * from './location-for-get-execution-output';
150
+ export * from './location-for-start-execution-input';
151
+ export * from './manual-for-get-execution-output';
152
+ export * from './manual-for-start-execution-input';
153
+ export * from './meta-for-get-execution-output';
154
+ export * from './mini-game-for-get-execution-output';
155
+ export * from './mini-game-for-start-execution-input';
156
+ export * from './miniseries-edit-for-get-execution-output';
157
+ export * from './miniseries-edit-for-start-execution-input';
158
+ export * from './miniseries-option-for-get-execution-output';
159
+ export * from './miniseries-option-for-start-execution-input';
160
+ export * from './model-for-get-execution-output';
161
+ export * from './model-for-start-execution-input';
162
+ export * from './module-for-get-execution-output';
163
+ export * from './module-for-start-execution-input';
164
+ export * from './moe-enhance-for-get-execution-output';
165
+ export * from './moe-enhance-for-start-execution-input';
166
+ export * from './multi-input-for-get-execution-output';
167
+ export * from './multi-input-for-start-execution-input';
168
+ export * from './node-for-get-execution-output';
169
+ export * from './node-for-start-execution-input';
170
+ export * from './ocr-for-get-execution-output';
171
+ export * from './ocr-for-start-execution-input';
172
+ export * from './opening-hook-for-get-execution-output';
173
+ export * from './opening-hook-for-start-execution-input';
174
+ export * from './operation-for-get-execution-output';
175
+ export * from './operation-for-start-execution-input';
176
+ export * from './operator-config-for-get-aitranslation-project-output';
177
+ export * from './operator-config-for-list-aitranslation-project-output';
178
+ export * from './operator-config-for-submit-aitranslation-workflow-input';
179
+ export * from './output-for-get-execution-output';
180
+ export * from './output-for-start-execution-input';
181
+ export * from './output-subtitle-for-get-aitranslation-project-output';
182
+ export * from './output-video-for-get-aitranslation-project-output';
183
+ export * from './output-video-for-list-aitranslation-project-output';
184
+ export * from './pixel-rectangle-for-get-execution-output';
185
+ export * from './policy-for-get-execution-output';
186
+ export * from './policy-for-start-execution-input';
187
+ export * from './preset-speech-for-list-aitranslation-speech-output';
188
+ export * from './preview-video-for-get-aitranslation-project-output';
189
+ export * from './preview-video-muted-for-get-aitranslation-project-output';
190
+ export * from './process-config-for-submit-aitranslation-workflow-input';
191
+ export * from './process-config-for-update-aitranslation-project-config-input';
192
+ export * from './project-base-info-for-continue-aitranslation-workflow-output';
193
+ export * from './project-base-info-for-create-aitranslation-speaker-output';
194
+ export * from './project-base-info-for-generate-aitranslation-utterance-audio-output';
195
+ export * from './project-base-info-for-refresh-aitranslation-project-output';
196
+ export * from './project-base-info-for-submit-aitranslation-workflow-output';
197
+ export * from './project-base-info-for-update-aitranslation-speakers-output';
198
+ export * from './project-base-info-for-update-aitranslation-utterances-output';
199
+ export * from './project-for-list-aitranslation-project-output';
200
+ export * from './project-info-for-get-aitranslation-project-output';
201
+ export * from './ratio-location-for-get-execution-output';
202
+ export * from './ratio-location-for-start-execution-input';
203
+ export * from './refresh-aitranslation-project-request';
204
+ export * from './refresh-aitranslation-project-response';
205
+ export * from './remove-aitranslation-utterance-request';
206
+ export * from './remove-aitranslation-utterance-response';
207
+ export * from './segment-for-get-execution-output';
208
+ export * from './segment-for-start-execution-input';
209
+ export * from './set-aiterm-item-request';
210
+ export * from './set-aiterm-item-response';
211
+ export * from './snapshot-param-for-get-execution-output';
212
+ export * from './snapshot-param-for-start-execution-input';
213
+ export * from './source-blueprint-for-get-aitranslation-project-output';
214
+ export * from './source-blueprint-for-list-aitranslation-project-output';
215
+ export * from './source-clip-for-create-aitranslation-utterance-output';
216
+ export * from './source-clip-for-get-aitranslation-project-output';
217
+ export * from './source-track-for-get-aitranslation-project-output';
218
+ export * from './source-utterance-for-create-aitranslation-utterance-output';
219
+ export * from './source-utterance-for-get-aitranslation-project-output';
220
+ export * from './speaker-for-create-aitranslation-speaker-output';
221
+ export * from './speaker-for-get-aitranslation-project-output';
222
+ export * from './speaker-for-update-aitranslation-speakers-input';
223
+ export * from './speech-for-create-aitranslation-speech-output';
224
+ export * from './speech-for-update-aitranslation-speeches-input';
225
+ export * from './start-execution-request';
226
+ export * from './start-execution-response';
227
+ export * from './storyboard-for-get-execution-output';
228
+ export * from './storyline-cuts-for-get-execution-output';
229
+ export * from './storyline-cuts-for-start-execution-input';
230
+ export * from './storyline-for-get-execution-output';
231
+ export * from './storyline-for-start-execution-input';
232
+ export * from './submit-aitranslation-workflow-request';
233
+ export * from './submit-aitranslation-workflow-response';
234
+ export * from './subtitle-config-for-list-aitranslation-project-output';
235
+ export * from './subtitle-config-for-submit-aitranslation-workflow-input';
236
+ export * from './subtitle-filter-for-get-execution-output';
237
+ export * from './subtitle-filter-for-start-execution-input';
238
+ export * from './subtitle-recognition-config-for-get-aitranslation-project-output';
239
+ export * from './subtitle-recognition-config-for-list-aitranslation-project-output';
240
+ export * from './subtitle-recognition-config-for-submit-aitranslation-workflow-input';
241
+ export * from './target-blueprint-for-get-aitranslation-project-output';
242
+ export * from './target-blueprint-for-list-aitranslation-project-output';
243
+ export * from './target-clip-for-create-aitranslation-utterance-output';
244
+ export * from './target-clip-for-generate-aitranslation-utterance-audio-output';
245
+ export * from './target-clip-for-get-aitranslation-project-output';
246
+ export * from './target-for-get-execution-output';
247
+ export * from './target-for-start-execution-input';
248
+ export * from './target-track-for-get-aitranslation-project-output';
249
+ export * from './target-utterance-for-create-aitranslation-utterance-output';
250
+ export * from './target-utterance-for-get-aitranslation-project-output';
251
+ export * from './task-for-get-execution-output';
252
+ export * from './task-for-start-execution-input';
253
+ export * from './template-for-get-execution-output';
254
+ export * from './template-for-start-execution-input';
255
+ export * from './term-item-for-create-aitermbase-output';
256
+ export * from './term-item-for-get-aitermbase-output';
257
+ export * from './term-item-for-list-aitermbase-output';
258
+ export * from './term-item-for-set-aiterm-item-input';
259
+ export * from './termbase-config-for-submit-aitranslation-workflow-input';
260
+ export * from './termbase-for-create-aitermbase-output';
261
+ export * from './termbase-for-get-aitermbase-output';
262
+ export * from './termbase-for-list-aitermbase-output';
263
+ export * from './text-for-get-execution-output';
264
+ export * from './transcode-audio-for-get-execution-output';
265
+ export * from './transcode-audio-for-start-execution-input';
266
+ export * from './transcode-video-for-get-execution-output';
267
+ export * from './transcode-video-for-start-execution-input';
268
+ export * from './translation-config-for-submit-aitranslation-workflow-input';
269
+ export * from './trim-for-create-aitranslation-utterance-output';
270
+ export * from './trim-for-generate-aitranslation-utterance-audio-output';
271
+ export * from './trim-for-get-aitranslation-project-output';
272
+ export * from './trim-for-update-aitranslation-utterances-input';
273
+ export * from './update-aitermbase-request';
274
+ export * from './update-aitermbase-response';
275
+ export * from './update-aitranslation-project-config-request';
276
+ export * from './update-aitranslation-project-config-response';
277
+ export * from './update-aitranslation-speakers-request';
278
+ export * from './update-aitranslation-speakers-response';
279
+ export * from './update-aitranslation-speeches-request';
280
+ export * from './update-aitranslation-speeches-response';
281
+ export * from './update-aitranslation-utterances-request';
282
+ export * from './update-aitranslation-utterances-response';
283
+ export * from './user-speech-for-list-aitranslation-speech-output';
284
+ export * from './utterance-for-get-execution-output';
285
+ export * from './utterance-for-update-aitranslation-utterances-input';
286
+ export * from './video-for-get-execution-output';
287
+ export * from './video-generation-for-get-execution-output';
288
+ export * from './video-generation-for-start-execution-input';
289
+ export * from './video-matting-for-get-execution-output';
290
+ export * from './video-matting-for-start-execution-input';
291
+ export * from './video-option-for-get-execution-output';
292
+ export * from './video-option-for-start-execution-input';
293
+ export * from './video-strategy-for-get-execution-output';
294
+ export * from './video-strategy-for-start-execution-input';
295
+ export * from './video-stream-meta-for-get-execution-output';
296
+ export * from './video-summary-for-get-execution-output';
297
+ export * from './video-summary-for-start-execution-input';
298
+ export * from './video-understanding-for-get-execution-output';
299
+ export * from './video-understanding-for-start-execution-input';
300
+ export * from './vision-for-get-execution-output';
301
+ export * from './vision-for-start-execution-input';
302
+ export * from './voice-clone-config-for-get-aitranslation-project-output';
303
+ export * from './voice-clone-config-for-list-aitranslation-project-output';
304
+ export * from './voice-clone-config-for-submit-aitranslation-workflow-input';
305
+ export * from './voice-for-get-execution-output';
306
+ export * from './voice-translation-video-for-get-aitranslation-project-output';
307
+ export * from './workflow-for-get-execution-output';
308
+ export * from './workflow-for-start-execution-input';
@@ -0,0 +1,41 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * vod20250101
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ import { ConvertAreaForGetExecutionOutput } from './convert-area-for-get-execution-output';
16
+ /**
17
+ *
18
+ *
19
+ * @export
20
+ * @interface InfoForGetExecutionOutput
21
+ */
22
+ export interface InfoForGetExecutionOutput {
23
+
24
+ /**
25
+ * @type {Array<ConvertAreaForGetExecutionOutput>}
26
+ * @memberof InfoForGetExecutionOutput
27
+ */
28
+ Areas?: Array<ConvertAreaForGetExecutionOutput>;
29
+
30
+ /**
31
+ * @type {number}
32
+ * @memberof InfoForGetExecutionOutput
33
+ */
34
+ Height?: number;
35
+
36
+ /**
37
+ * @type {number}
38
+ * @memberof InfoForGetExecutionOutput
39
+ */
40
+ Width?: number;
41
+ }
@@ -0,0 +1,60 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * vod20250101
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ import { DirectUrlForGetExecutionOutput } from './direct-url-for-get-execution-output';
16
+ import { FileIdForGetExecutionOutput } from './file-id-for-get-execution-output';
17
+ /**
18
+ *
19
+ *
20
+ * @export
21
+ * @interface InputForGetExecutionOutput
22
+ */
23
+ export interface InputForGetExecutionOutput {
24
+
25
+ /**
26
+ * @type {DirectUrlForGetExecutionOutput}
27
+ * @memberof InputForGetExecutionOutput
28
+ */
29
+ DirectUrl?: DirectUrlForGetExecutionOutput;
30
+
31
+ /**
32
+ * @type {FileIdForGetExecutionOutput}
33
+ * @memberof InputForGetExecutionOutput
34
+ */
35
+ FileId?: FileIdForGetExecutionOutput;
36
+
37
+ /**
38
+ * @type {string}
39
+ * @memberof InputForGetExecutionOutput
40
+ */
41
+ Schema?: string;
42
+
43
+ /**
44
+ * @type {string}
45
+ * @memberof InputForGetExecutionOutput
46
+ */
47
+ Tag?: string;
48
+
49
+ /**
50
+ * @type {string}
51
+ * @memberof InputForGetExecutionOutput
52
+ */
53
+ Type?: string;
54
+
55
+ /**
56
+ * @type {string}
57
+ * @memberof InputForGetExecutionOutput
58
+ */
59
+ Vid?: string;
60
+ }