@transloadit/node 4.1.3

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 (593) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +701 -0
  3. package/dist/ApiError.d.ts +22 -0
  4. package/dist/ApiError.d.ts.map +1 -0
  5. package/dist/ApiError.js +33 -0
  6. package/dist/ApiError.js.map +1 -0
  7. package/dist/InconsistentResponseError.d.ts +4 -0
  8. package/dist/InconsistentResponseError.d.ts.map +1 -0
  9. package/dist/InconsistentResponseError.js +4 -0
  10. package/dist/InconsistentResponseError.js.map +1 -0
  11. package/dist/PaginationStream.d.ts +14 -0
  12. package/dist/PaginationStream.d.ts.map +1 -0
  13. package/dist/PaginationStream.js +36 -0
  14. package/dist/PaginationStream.js.map +1 -0
  15. package/dist/PollingTimeoutError.d.ts +5 -0
  16. package/dist/PollingTimeoutError.d.ts.map +1 -0
  17. package/dist/PollingTimeoutError.js +5 -0
  18. package/dist/PollingTimeoutError.js.map +1 -0
  19. package/dist/Transloadit.d.ts +250 -0
  20. package/dist/Transloadit.d.ts.map +1 -0
  21. package/dist/Transloadit.js +661 -0
  22. package/dist/Transloadit.js.map +1 -0
  23. package/dist/alphalib/lib/nativeGlobby.d.ts +14 -0
  24. package/dist/alphalib/lib/nativeGlobby.d.ts.map +1 -0
  25. package/dist/alphalib/lib/nativeGlobby.js +181 -0
  26. package/dist/alphalib/lib/nativeGlobby.js.map +1 -0
  27. package/dist/alphalib/mcache.d.ts +65 -0
  28. package/dist/alphalib/mcache.d.ts.map +1 -0
  29. package/dist/alphalib/mcache.js +135 -0
  30. package/dist/alphalib/mcache.js.map +1 -0
  31. package/dist/alphalib/tryCatch.d.ts +21 -0
  32. package/dist/alphalib/tryCatch.d.ts.map +1 -0
  33. package/dist/alphalib/tryCatch.js +17 -0
  34. package/dist/alphalib/tryCatch.js.map +1 -0
  35. package/dist/alphalib/types/assembliesGet.d.ts +62 -0
  36. package/dist/alphalib/types/assembliesGet.d.ts.map +1 -0
  37. package/dist/alphalib/types/assembliesGet.js +33 -0
  38. package/dist/alphalib/types/assembliesGet.js.map +1 -0
  39. package/dist/alphalib/types/assemblyReplay.d.ts +7858 -0
  40. package/dist/alphalib/types/assemblyReplay.d.ts.map +1 -0
  41. package/dist/alphalib/types/assemblyReplay.js +15 -0
  42. package/dist/alphalib/types/assemblyReplay.js.map +1 -0
  43. package/dist/alphalib/types/assemblyReplayNotification.d.ts +7849 -0
  44. package/dist/alphalib/types/assemblyReplayNotification.d.ts.map +1 -0
  45. package/dist/alphalib/types/assemblyReplayNotification.js +13 -0
  46. package/dist/alphalib/types/assemblyReplayNotification.js.map +1 -0
  47. package/dist/alphalib/types/assemblyStatus.d.ts +71084 -0
  48. package/dist/alphalib/types/assemblyStatus.d.ts.map +1 -0
  49. package/dist/alphalib/types/assemblyStatus.js +710 -0
  50. package/dist/alphalib/types/assemblyStatus.js.map +1 -0
  51. package/dist/alphalib/types/bill.d.ts +44 -0
  52. package/dist/alphalib/types/bill.d.ts.map +1 -0
  53. package/dist/alphalib/types/bill.js +8 -0
  54. package/dist/alphalib/types/bill.js.map +1 -0
  55. package/dist/alphalib/types/robots/_index.d.ts +76306 -0
  56. package/dist/alphalib/types/robots/_index.d.ts.map +1 -0
  57. package/dist/alphalib/types/robots/_index.js +354 -0
  58. package/dist/alphalib/types/robots/_index.js.map +1 -0
  59. package/dist/alphalib/types/robots/_instructions-primitives.d.ts +3533 -0
  60. package/dist/alphalib/types/robots/_instructions-primitives.d.ts.map +1 -0
  61. package/dist/alphalib/types/robots/_instructions-primitives.js +1491 -0
  62. package/dist/alphalib/types/robots/_instructions-primitives.js.map +1 -0
  63. package/dist/alphalib/types/robots/ai-chat.d.ts +2096 -0
  64. package/dist/alphalib/types/robots/ai-chat.d.ts.map +1 -0
  65. package/dist/alphalib/types/robots/ai-chat.js +223 -0
  66. package/dist/alphalib/types/robots/ai-chat.js.map +1 -0
  67. package/dist/alphalib/types/robots/assembly-savejson.d.ts +52 -0
  68. package/dist/alphalib/types/robots/assembly-savejson.d.ts.map +1 -0
  69. package/dist/alphalib/types/robots/assembly-savejson.js +22 -0
  70. package/dist/alphalib/types/robots/assembly-savejson.js.map +1 -0
  71. package/dist/alphalib/types/robots/audio-artwork.d.ts +2867 -0
  72. package/dist/alphalib/types/robots/audio-artwork.d.ts.map +1 -0
  73. package/dist/alphalib/types/robots/audio-artwork.js +73 -0
  74. package/dist/alphalib/types/robots/audio-artwork.js.map +1 -0
  75. package/dist/alphalib/types/robots/audio-concat.d.ts +2916 -0
  76. package/dist/alphalib/types/robots/audio-concat.d.ts.map +1 -0
  77. package/dist/alphalib/types/robots/audio-concat.js +106 -0
  78. package/dist/alphalib/types/robots/audio-concat.js.map +1 -0
  79. package/dist/alphalib/types/robots/audio-encode.d.ts +2864 -0
  80. package/dist/alphalib/types/robots/audio-encode.d.ts.map +1 -0
  81. package/dist/alphalib/types/robots/audio-encode.js +67 -0
  82. package/dist/alphalib/types/robots/audio-encode.js.map +1 -0
  83. package/dist/alphalib/types/robots/audio-loop.d.ts +2879 -0
  84. package/dist/alphalib/types/robots/audio-loop.d.ts.map +1 -0
  85. package/dist/alphalib/types/robots/audio-loop.js +67 -0
  86. package/dist/alphalib/types/robots/audio-loop.js.map +1 -0
  87. package/dist/alphalib/types/robots/audio-merge.d.ts +2931 -0
  88. package/dist/alphalib/types/robots/audio-merge.d.ts.map +1 -0
  89. package/dist/alphalib/types/robots/audio-merge.js +101 -0
  90. package/dist/alphalib/types/robots/audio-merge.js.map +1 -0
  91. package/dist/alphalib/types/robots/audio-waveform.d.ts +3131 -0
  92. package/dist/alphalib/types/robots/audio-waveform.d.ts.map +1 -0
  93. package/dist/alphalib/types/robots/audio-waveform.js +238 -0
  94. package/dist/alphalib/types/robots/audio-waveform.js.map +1 -0
  95. package/dist/alphalib/types/robots/azure-import.d.ts +210 -0
  96. package/dist/alphalib/types/robots/azure-import.d.ts.map +1 -0
  97. package/dist/alphalib/types/robots/azure-import.js +73 -0
  98. package/dist/alphalib/types/robots/azure-import.js.map +1 -0
  99. package/dist/alphalib/types/robots/azure-store.d.ts +562 -0
  100. package/dist/alphalib/types/robots/azure-store.d.ts.map +1 -0
  101. package/dist/alphalib/types/robots/azure-store.js +115 -0
  102. package/dist/alphalib/types/robots/azure-store.js.map +1 -0
  103. package/dist/alphalib/types/robots/backblaze-import.d.ts +210 -0
  104. package/dist/alphalib/types/robots/backblaze-import.d.ts.map +1 -0
  105. package/dist/alphalib/types/robots/backblaze-import.js +81 -0
  106. package/dist/alphalib/types/robots/backblaze-import.js.map +1 -0
  107. package/dist/alphalib/types/robots/backblaze-store.d.ts +478 -0
  108. package/dist/alphalib/types/robots/backblaze-store.d.ts.map +1 -0
  109. package/dist/alphalib/types/robots/backblaze-store.js +76 -0
  110. package/dist/alphalib/types/robots/backblaze-store.js.map +1 -0
  111. package/dist/alphalib/types/robots/cloudfiles-import.d.ts +234 -0
  112. package/dist/alphalib/types/robots/cloudfiles-import.d.ts.map +1 -0
  113. package/dist/alphalib/types/robots/cloudfiles-import.js +80 -0
  114. package/dist/alphalib/types/robots/cloudfiles-import.js.map +1 -0
  115. package/dist/alphalib/types/robots/cloudfiles-store.d.ts +490 -0
  116. package/dist/alphalib/types/robots/cloudfiles-store.d.ts.map +1 -0
  117. package/dist/alphalib/types/robots/cloudfiles-store.js +70 -0
  118. package/dist/alphalib/types/robots/cloudfiles-store.js.map +1 -0
  119. package/dist/alphalib/types/robots/cloudflare-import.d.ts +234 -0
  120. package/dist/alphalib/types/robots/cloudflare-import.d.ts.map +1 -0
  121. package/dist/alphalib/types/robots/cloudflare-import.js +81 -0
  122. package/dist/alphalib/types/robots/cloudflare-import.js.map +1 -0
  123. package/dist/alphalib/types/robots/cloudflare-store.d.ts +514 -0
  124. package/dist/alphalib/types/robots/cloudflare-store.d.ts.map +1 -0
  125. package/dist/alphalib/types/robots/cloudflare-store.js +86 -0
  126. package/dist/alphalib/types/robots/cloudflare-store.js.map +1 -0
  127. package/dist/alphalib/types/robots/digitalocean-import.d.ts +234 -0
  128. package/dist/alphalib/types/robots/digitalocean-import.d.ts.map +1 -0
  129. package/dist/alphalib/types/robots/digitalocean-import.js +78 -0
  130. package/dist/alphalib/types/robots/digitalocean-import.js.map +1 -0
  131. package/dist/alphalib/types/robots/digitalocean-store.d.ts +526 -0
  132. package/dist/alphalib/types/robots/digitalocean-store.d.ts.map +1 -0
  133. package/dist/alphalib/types/robots/digitalocean-store.js +91 -0
  134. package/dist/alphalib/types/robots/digitalocean-store.js.map +1 -0
  135. package/dist/alphalib/types/robots/document-autorotate.d.ts +405 -0
  136. package/dist/alphalib/types/robots/document-autorotate.d.ts.map +1 -0
  137. package/dist/alphalib/types/robots/document-autorotate.js +44 -0
  138. package/dist/alphalib/types/robots/document-autorotate.js.map +1 -0
  139. package/dist/alphalib/types/robots/document-convert.d.ts +513 -0
  140. package/dist/alphalib/types/robots/document-convert.d.ts.map +1 -0
  141. package/dist/alphalib/types/robots/document-convert.js +273 -0
  142. package/dist/alphalib/types/robots/document-convert.js.map +1 -0
  143. package/dist/alphalib/types/robots/document-merge.d.ts +429 -0
  144. package/dist/alphalib/types/robots/document-merge.d.ts.map +1 -0
  145. package/dist/alphalib/types/robots/document-merge.js +86 -0
  146. package/dist/alphalib/types/robots/document-merge.js.map +1 -0
  147. package/dist/alphalib/types/robots/document-ocr.d.ts +441 -0
  148. package/dist/alphalib/types/robots/document-ocr.d.ts.map +1 -0
  149. package/dist/alphalib/types/robots/document-ocr.js +86 -0
  150. package/dist/alphalib/types/robots/document-ocr.js.map +1 -0
  151. package/dist/alphalib/types/robots/document-split.d.ts +417 -0
  152. package/dist/alphalib/types/robots/document-split.d.ts.map +1 -0
  153. package/dist/alphalib/types/robots/document-split.js +48 -0
  154. package/dist/alphalib/types/robots/document-split.js.map +1 -0
  155. package/dist/alphalib/types/robots/document-thumbs.d.ts +592 -0
  156. package/dist/alphalib/types/robots/document-thumbs.d.ts.map +1 -0
  157. package/dist/alphalib/types/robots/document-thumbs.js +196 -0
  158. package/dist/alphalib/types/robots/document-thumbs.js.map +1 -0
  159. package/dist/alphalib/types/robots/dropbox-import.d.ts +144 -0
  160. package/dist/alphalib/types/robots/dropbox-import.d.ts.map +1 -0
  161. package/dist/alphalib/types/robots/dropbox-import.js +65 -0
  162. package/dist/alphalib/types/robots/dropbox-import.js.map +1 -0
  163. package/dist/alphalib/types/robots/dropbox-store.d.ts +449 -0
  164. package/dist/alphalib/types/robots/dropbox-store.d.ts.map +1 -0
  165. package/dist/alphalib/types/robots/dropbox-store.js +68 -0
  166. package/dist/alphalib/types/robots/dropbox-store.js.map +1 -0
  167. package/dist/alphalib/types/robots/edgly-deliver.d.ts +100 -0
  168. package/dist/alphalib/types/robots/edgly-deliver.d.ts.map +1 -0
  169. package/dist/alphalib/types/robots/edgly-deliver.js +46 -0
  170. package/dist/alphalib/types/robots/edgly-deliver.js.map +1 -0
  171. package/dist/alphalib/types/robots/file-compress.d.ts +477 -0
  172. package/dist/alphalib/types/robots/file-compress.d.ts.map +1 -0
  173. package/dist/alphalib/types/robots/file-compress.js +139 -0
  174. package/dist/alphalib/types/robots/file-compress.js.map +1 -0
  175. package/dist/alphalib/types/robots/file-decompress.d.ts +404 -0
  176. package/dist/alphalib/types/robots/file-decompress.d.ts.map +1 -0
  177. package/dist/alphalib/types/robots/file-decompress.js +94 -0
  178. package/dist/alphalib/types/robots/file-decompress.js.map +1 -0
  179. package/dist/alphalib/types/robots/file-filter.d.ts +465 -0
  180. package/dist/alphalib/types/robots/file-filter.d.ts.map +1 -0
  181. package/dist/alphalib/types/robots/file-filter.js +136 -0
  182. package/dist/alphalib/types/robots/file-filter.js.map +1 -0
  183. package/dist/alphalib/types/robots/file-hash.d.ts +417 -0
  184. package/dist/alphalib/types/robots/file-hash.d.ts.map +1 -0
  185. package/dist/alphalib/types/robots/file-hash.js +59 -0
  186. package/dist/alphalib/types/robots/file-hash.js.map +1 -0
  187. package/dist/alphalib/types/robots/file-preview.d.ts +854 -0
  188. package/dist/alphalib/types/robots/file-preview.d.ts.map +1 -0
  189. package/dist/alphalib/types/robots/file-preview.js +221 -0
  190. package/dist/alphalib/types/robots/file-preview.js.map +1 -0
  191. package/dist/alphalib/types/robots/file-read.d.ts +405 -0
  192. package/dist/alphalib/types/robots/file-read.d.ts.map +1 -0
  193. package/dist/alphalib/types/robots/file-read.js +44 -0
  194. package/dist/alphalib/types/robots/file-read.js.map +1 -0
  195. package/dist/alphalib/types/robots/file-serve.d.ts +418 -0
  196. package/dist/alphalib/types/robots/file-serve.d.ts.map +1 -0
  197. package/dist/alphalib/types/robots/file-serve.js +99 -0
  198. package/dist/alphalib/types/robots/file-serve.js.map +1 -0
  199. package/dist/alphalib/types/robots/file-verify.d.ts +441 -0
  200. package/dist/alphalib/types/robots/file-verify.d.ts.map +1 -0
  201. package/dist/alphalib/types/robots/file-verify.js +73 -0
  202. package/dist/alphalib/types/robots/file-verify.js.map +1 -0
  203. package/dist/alphalib/types/robots/file-virusscan.d.ts +435 -0
  204. package/dist/alphalib/types/robots/file-virusscan.d.ts.map +1 -0
  205. package/dist/alphalib/types/robots/file-virusscan.js +82 -0
  206. package/dist/alphalib/types/robots/file-virusscan.js.map +1 -0
  207. package/dist/alphalib/types/robots/file-watermark.d.ts +417 -0
  208. package/dist/alphalib/types/robots/file-watermark.d.ts.map +1 -0
  209. package/dist/alphalib/types/robots/file-watermark.js +28 -0
  210. package/dist/alphalib/types/robots/file-watermark.js.map +1 -0
  211. package/dist/alphalib/types/robots/ftp-import.d.ts +198 -0
  212. package/dist/alphalib/types/robots/ftp-import.d.ts.map +1 -0
  213. package/dist/alphalib/types/robots/ftp-import.js +60 -0
  214. package/dist/alphalib/types/robots/ftp-import.js.map +1 -0
  215. package/dist/alphalib/types/robots/ftp-store.d.ts +532 -0
  216. package/dist/alphalib/types/robots/ftp-store.d.ts.map +1 -0
  217. package/dist/alphalib/types/robots/ftp-store.js +91 -0
  218. package/dist/alphalib/types/robots/ftp-store.js.map +1 -0
  219. package/dist/alphalib/types/robots/google-import.d.ts +174 -0
  220. package/dist/alphalib/types/robots/google-import.d.ts.map +1 -0
  221. package/dist/alphalib/types/robots/google-import.js +77 -0
  222. package/dist/alphalib/types/robots/google-import.js.map +1 -0
  223. package/dist/alphalib/types/robots/google-store.d.ts +476 -0
  224. package/dist/alphalib/types/robots/google-store.d.ts.map +1 -0
  225. package/dist/alphalib/types/robots/google-store.js +111 -0
  226. package/dist/alphalib/types/robots/google-store.js.map +1 -0
  227. package/dist/alphalib/types/robots/html-convert.d.ts +531 -0
  228. package/dist/alphalib/types/robots/html-convert.d.ts.map +1 -0
  229. package/dist/alphalib/types/robots/html-convert.js +137 -0
  230. package/dist/alphalib/types/robots/html-convert.js.map +1 -0
  231. package/dist/alphalib/types/robots/http-import.d.ts +215 -0
  232. package/dist/alphalib/types/robots/http-import.d.ts.map +1 -0
  233. package/dist/alphalib/types/robots/http-import.js +135 -0
  234. package/dist/alphalib/types/robots/http-import.js.map +1 -0
  235. package/dist/alphalib/types/robots/image-bgremove.d.ts +453 -0
  236. package/dist/alphalib/types/robots/image-bgremove.d.ts.map +1 -0
  237. package/dist/alphalib/types/robots/image-bgremove.js +65 -0
  238. package/dist/alphalib/types/robots/image-bgremove.js.map +1 -0
  239. package/dist/alphalib/types/robots/image-describe.d.ts +453 -0
  240. package/dist/alphalib/types/robots/image-describe.d.ts.map +1 -0
  241. package/dist/alphalib/types/robots/image-describe.js +86 -0
  242. package/dist/alphalib/types/robots/image-describe.js.map +1 -0
  243. package/dist/alphalib/types/robots/image-facedetect.d.ts +477 -0
  244. package/dist/alphalib/types/robots/image-facedetect.d.ts.map +1 -0
  245. package/dist/alphalib/types/robots/image-facedetect.js +151 -0
  246. package/dist/alphalib/types/robots/image-facedetect.js.map +1 -0
  247. package/dist/alphalib/types/robots/image-generate.d.ts +522 -0
  248. package/dist/alphalib/types/robots/image-generate.d.ts.map +1 -0
  249. package/dist/alphalib/types/robots/image-generate.js +64 -0
  250. package/dist/alphalib/types/robots/image-generate.js.map +1 -0
  251. package/dist/alphalib/types/robots/image-merge.d.ts +477 -0
  252. package/dist/alphalib/types/robots/image-merge.d.ts.map +1 -0
  253. package/dist/alphalib/types/robots/image-merge.js +92 -0
  254. package/dist/alphalib/types/robots/image-merge.js.map +1 -0
  255. package/dist/alphalib/types/robots/image-ocr.d.ts +441 -0
  256. package/dist/alphalib/types/robots/image-ocr.d.ts.map +1 -0
  257. package/dist/alphalib/types/robots/image-ocr.js +79 -0
  258. package/dist/alphalib/types/robots/image-ocr.js.map +1 -0
  259. package/dist/alphalib/types/robots/image-optimize.d.ts +453 -0
  260. package/dist/alphalib/types/robots/image-optimize.d.ts.map +1 -0
  261. package/dist/alphalib/types/robots/image-optimize.js +81 -0
  262. package/dist/alphalib/types/robots/image-optimize.js.map +1 -0
  263. package/dist/alphalib/types/robots/image-resize.d.ts +1758 -0
  264. package/dist/alphalib/types/robots/image-resize.d.ts.map +1 -0
  265. package/dist/alphalib/types/robots/image-resize.js +602 -0
  266. package/dist/alphalib/types/robots/image-resize.js.map +1 -0
  267. package/dist/alphalib/types/robots/meta-read.d.ts +98 -0
  268. package/dist/alphalib/types/robots/meta-read.d.ts.map +1 -0
  269. package/dist/alphalib/types/robots/meta-read.js +24 -0
  270. package/dist/alphalib/types/robots/meta-read.js.map +1 -0
  271. package/dist/alphalib/types/robots/meta-write.d.ts +2842 -0
  272. package/dist/alphalib/types/robots/meta-write.d.ts.map +1 -0
  273. package/dist/alphalib/types/robots/meta-write.js +66 -0
  274. package/dist/alphalib/types/robots/meta-write.js.map +1 -0
  275. package/dist/alphalib/types/robots/minio-import.d.ts +234 -0
  276. package/dist/alphalib/types/robots/minio-import.d.ts.map +1 -0
  277. package/dist/alphalib/types/robots/minio-import.js +81 -0
  278. package/dist/alphalib/types/robots/minio-import.js.map +1 -0
  279. package/dist/alphalib/types/robots/minio-store.d.ts +514 -0
  280. package/dist/alphalib/types/robots/minio-store.d.ts.map +1 -0
  281. package/dist/alphalib/types/robots/minio-store.js +87 -0
  282. package/dist/alphalib/types/robots/minio-store.js.map +1 -0
  283. package/dist/alphalib/types/robots/progress-simulate.d.ts +229 -0
  284. package/dist/alphalib/types/robots/progress-simulate.d.ts.map +1 -0
  285. package/dist/alphalib/types/robots/progress-simulate.js +25 -0
  286. package/dist/alphalib/types/robots/progress-simulate.js.map +1 -0
  287. package/dist/alphalib/types/robots/s3-import.d.ts +246 -0
  288. package/dist/alphalib/types/robots/s3-import.d.ts.map +1 -0
  289. package/dist/alphalib/types/robots/s3-import.js +137 -0
  290. package/dist/alphalib/types/robots/s3-import.js.map +1 -0
  291. package/dist/alphalib/types/robots/s3-store.d.ts +593 -0
  292. package/dist/alphalib/types/robots/s3-store.d.ts.map +1 -0
  293. package/dist/alphalib/types/robots/s3-store.js +169 -0
  294. package/dist/alphalib/types/robots/s3-store.js.map +1 -0
  295. package/dist/alphalib/types/robots/script-run.d.ts +423 -0
  296. package/dist/alphalib/types/robots/script-run.d.ts.map +1 -0
  297. package/dist/alphalib/types/robots/script-run.js +95 -0
  298. package/dist/alphalib/types/robots/script-run.js.map +1 -0
  299. package/dist/alphalib/types/robots/sftp-import.d.ts +192 -0
  300. package/dist/alphalib/types/robots/sftp-import.d.ts.map +1 -0
  301. package/dist/alphalib/types/robots/sftp-import.js +62 -0
  302. package/dist/alphalib/types/robots/sftp-import.js.map +1 -0
  303. package/dist/alphalib/types/robots/sftp-store.d.ts +520 -0
  304. package/dist/alphalib/types/robots/sftp-store.d.ts.map +1 -0
  305. package/dist/alphalib/types/robots/sftp-store.js +83 -0
  306. package/dist/alphalib/types/robots/sftp-store.js.map +1 -0
  307. package/dist/alphalib/types/robots/speech-transcribe.d.ts +465 -0
  308. package/dist/alphalib/types/robots/speech-transcribe.d.ts.map +1 -0
  309. package/dist/alphalib/types/robots/speech-transcribe.js +103 -0
  310. package/dist/alphalib/types/robots/speech-transcribe.js.map +1 -0
  311. package/dist/alphalib/types/robots/supabase-import.d.ts +246 -0
  312. package/dist/alphalib/types/robots/supabase-import.d.ts.map +1 -0
  313. package/dist/alphalib/types/robots/supabase-import.js +83 -0
  314. package/dist/alphalib/types/robots/supabase-import.js.map +1 -0
  315. package/dist/alphalib/types/robots/supabase-store.d.ts +514 -0
  316. package/dist/alphalib/types/robots/supabase-store.d.ts.map +1 -0
  317. package/dist/alphalib/types/robots/supabase-store.js +77 -0
  318. package/dist/alphalib/types/robots/supabase-store.js.map +1 -0
  319. package/dist/alphalib/types/robots/swift-import.d.ts +246 -0
  320. package/dist/alphalib/types/robots/swift-import.d.ts.map +1 -0
  321. package/dist/alphalib/types/robots/swift-import.js +81 -0
  322. package/dist/alphalib/types/robots/swift-import.js.map +1 -0
  323. package/dist/alphalib/types/robots/swift-store.d.ts +526 -0
  324. package/dist/alphalib/types/robots/swift-store.d.ts.map +1 -0
  325. package/dist/alphalib/types/robots/swift-store.js +84 -0
  326. package/dist/alphalib/types/robots/swift-store.js.map +1 -0
  327. package/dist/alphalib/types/robots/text-speak.d.ts +465 -0
  328. package/dist/alphalib/types/robots/text-speak.d.ts.map +1 -0
  329. package/dist/alphalib/types/robots/text-speak.js +119 -0
  330. package/dist/alphalib/types/robots/text-speak.js.map +1 -0
  331. package/dist/alphalib/types/robots/text-translate.d.ts +441 -0
  332. package/dist/alphalib/types/robots/text-translate.d.ts.map +1 -0
  333. package/dist/alphalib/types/robots/text-translate.js +211 -0
  334. package/dist/alphalib/types/robots/text-translate.js.map +1 -0
  335. package/dist/alphalib/types/robots/tigris-import.d.ts +244 -0
  336. package/dist/alphalib/types/robots/tigris-import.d.ts.map +1 -0
  337. package/dist/alphalib/types/robots/tigris-import.js +85 -0
  338. package/dist/alphalib/types/robots/tigris-import.js.map +1 -0
  339. package/dist/alphalib/types/robots/tigris-store.d.ts +524 -0
  340. package/dist/alphalib/types/robots/tigris-store.d.ts.map +1 -0
  341. package/dist/alphalib/types/robots/tigris-store.js +91 -0
  342. package/dist/alphalib/types/robots/tigris-store.js.map +1 -0
  343. package/dist/alphalib/types/robots/tlcdn-deliver.d.ts +100 -0
  344. package/dist/alphalib/types/robots/tlcdn-deliver.d.ts.map +1 -0
  345. package/dist/alphalib/types/robots/tlcdn-deliver.js +46 -0
  346. package/dist/alphalib/types/robots/tlcdn-deliver.js.map +1 -0
  347. package/dist/alphalib/types/robots/tus-store.d.ts +477 -0
  348. package/dist/alphalib/types/robots/tus-store.d.ts.map +1 -0
  349. package/dist/alphalib/types/robots/tus-store.js +102 -0
  350. package/dist/alphalib/types/robots/tus-store.js.map +1 -0
  351. package/dist/alphalib/types/robots/upload-handle.d.ts +100 -0
  352. package/dist/alphalib/types/robots/upload-handle.d.ts.map +1 -0
  353. package/dist/alphalib/types/robots/upload-handle.js +66 -0
  354. package/dist/alphalib/types/robots/upload-handle.js.map +1 -0
  355. package/dist/alphalib/types/robots/video-adaptive.d.ts +2915 -0
  356. package/dist/alphalib/types/robots/video-adaptive.d.ts.map +1 -0
  357. package/dist/alphalib/types/robots/video-adaptive.js +144 -0
  358. package/dist/alphalib/types/robots/video-adaptive.js.map +1 -0
  359. package/dist/alphalib/types/robots/video-concat.d.ts +2891 -0
  360. package/dist/alphalib/types/robots/video-concat.d.ts.map +1 -0
  361. package/dist/alphalib/types/robots/video-concat.js +96 -0
  362. package/dist/alphalib/types/robots/video-concat.js.map +1 -0
  363. package/dist/alphalib/types/robots/video-encode.d.ts +3280 -0
  364. package/dist/alphalib/types/robots/video-encode.d.ts.map +1 -0
  365. package/dist/alphalib/types/robots/video-encode.js +107 -0
  366. package/dist/alphalib/types/robots/video-encode.js.map +1 -0
  367. package/dist/alphalib/types/robots/video-merge.d.ts +2987 -0
  368. package/dist/alphalib/types/robots/video-merge.d.ts.map +1 -0
  369. package/dist/alphalib/types/robots/video-merge.js +102 -0
  370. package/dist/alphalib/types/robots/video-merge.js.map +1 -0
  371. package/dist/alphalib/types/robots/video-ondemand.d.ts +4553 -0
  372. package/dist/alphalib/types/robots/video-ondemand.d.ts.map +1 -0
  373. package/dist/alphalib/types/robots/video-ondemand.js +112 -0
  374. package/dist/alphalib/types/robots/video-ondemand.js.map +1 -0
  375. package/dist/alphalib/types/robots/video-subtitle.d.ts +2975 -0
  376. package/dist/alphalib/types/robots/video-subtitle.d.ts.map +1 -0
  377. package/dist/alphalib/types/robots/video-subtitle.js +122 -0
  378. package/dist/alphalib/types/robots/video-subtitle.js.map +1 -0
  379. package/dist/alphalib/types/robots/video-thumbs.d.ts +2938 -0
  380. package/dist/alphalib/types/robots/video-thumbs.d.ts.map +1 -0
  381. package/dist/alphalib/types/robots/video-thumbs.js +122 -0
  382. package/dist/alphalib/types/robots/video-thumbs.js.map +1 -0
  383. package/dist/alphalib/types/robots/vimeo-import.d.ts +189 -0
  384. package/dist/alphalib/types/robots/vimeo-import.d.ts.map +1 -0
  385. package/dist/alphalib/types/robots/vimeo-import.js +92 -0
  386. package/dist/alphalib/types/robots/vimeo-import.js.map +1 -0
  387. package/dist/alphalib/types/robots/vimeo-store.d.ts +520 -0
  388. package/dist/alphalib/types/robots/vimeo-store.d.ts.map +1 -0
  389. package/dist/alphalib/types/robots/vimeo-store.js +115 -0
  390. package/dist/alphalib/types/robots/vimeo-store.js.map +1 -0
  391. package/dist/alphalib/types/robots/wasabi-import.d.ts +244 -0
  392. package/dist/alphalib/types/robots/wasabi-import.d.ts.map +1 -0
  393. package/dist/alphalib/types/robots/wasabi-import.js +85 -0
  394. package/dist/alphalib/types/robots/wasabi-import.js.map +1 -0
  395. package/dist/alphalib/types/robots/wasabi-store.d.ts +526 -0
  396. package/dist/alphalib/types/robots/wasabi-store.d.ts.map +1 -0
  397. package/dist/alphalib/types/robots/wasabi-store.js +85 -0
  398. package/dist/alphalib/types/robots/wasabi-store.js.map +1 -0
  399. package/dist/alphalib/types/robots/youtube-store.d.ts +477 -0
  400. package/dist/alphalib/types/robots/youtube-store.d.ts.map +1 -0
  401. package/dist/alphalib/types/robots/youtube-store.js +122 -0
  402. package/dist/alphalib/types/robots/youtube-store.js.map +1 -0
  403. package/dist/alphalib/types/stackVersions.d.ts +13 -0
  404. package/dist/alphalib/types/stackVersions.d.ts.map +1 -0
  405. package/dist/alphalib/types/stackVersions.js +13 -0
  406. package/dist/alphalib/types/stackVersions.js.map +1 -0
  407. package/dist/alphalib/types/template.d.ts +131710 -0
  408. package/dist/alphalib/types/template.d.ts.map +1 -0
  409. package/dist/alphalib/types/template.js +218 -0
  410. package/dist/alphalib/types/template.js.map +1 -0
  411. package/dist/alphalib/types/templateCredential.d.ts +95 -0
  412. package/dist/alphalib/types/templateCredential.d.ts.map +1 -0
  413. package/dist/alphalib/types/templateCredential.js +57 -0
  414. package/dist/alphalib/types/templateCredential.js.map +1 -0
  415. package/dist/alphalib/zodParseWithContext.d.ts +17 -0
  416. package/dist/alphalib/zodParseWithContext.d.ts.map +1 -0
  417. package/dist/alphalib/zodParseWithContext.js +248 -0
  418. package/dist/alphalib/zodParseWithContext.js.map +1 -0
  419. package/dist/apiTypes.d.ts +112 -0
  420. package/dist/apiTypes.d.ts.map +1 -0
  421. package/dist/apiTypes.js +3 -0
  422. package/dist/apiTypes.js.map +1 -0
  423. package/dist/cli/OutputCtl.d.ts +47 -0
  424. package/dist/cli/OutputCtl.d.ts.map +1 -0
  425. package/dist/cli/OutputCtl.js +85 -0
  426. package/dist/cli/OutputCtl.js.map +1 -0
  427. package/dist/cli/commands/BaseCommand.d.ts +24 -0
  428. package/dist/cli/commands/BaseCommand.d.ts.map +1 -0
  429. package/dist/cli/commands/BaseCommand.js +52 -0
  430. package/dist/cli/commands/BaseCommand.js.map +1 -0
  431. package/dist/cli/commands/assemblies.d.ts +93 -0
  432. package/dist/cli/commands/assemblies.d.ts.map +1 -0
  433. package/dist/cli/commands/assemblies.js +1021 -0
  434. package/dist/cli/commands/assemblies.js.map +1 -0
  435. package/dist/cli/commands/auth.d.ts +28 -0
  436. package/dist/cli/commands/auth.d.ts.map +1 -0
  437. package/dist/cli/commands/auth.js +280 -0
  438. package/dist/cli/commands/auth.js.map +1 -0
  439. package/dist/cli/commands/bills.d.ts +14 -0
  440. package/dist/cli/commands/bills.d.ts.map +1 -0
  441. package/dist/cli/commands/bills.js +69 -0
  442. package/dist/cli/commands/bills.js.map +1 -0
  443. package/dist/cli/commands/index.d.ts +3 -0
  444. package/dist/cli/commands/index.d.ts.map +1 -0
  445. package/dist/cli/commands/index.js +39 -0
  446. package/dist/cli/commands/index.js.map +1 -0
  447. package/dist/cli/commands/notifications.d.ts +9 -0
  448. package/dist/cli/commands/notifications.d.ts.map +1 -0
  449. package/dist/cli/commands/notifications.js +44 -0
  450. package/dist/cli/commands/notifications.js.map +1 -0
  451. package/dist/cli/commands/templates.d.ts +73 -0
  452. package/dist/cli/commands/templates.d.ts.map +1 -0
  453. package/dist/cli/commands/templates.js +428 -0
  454. package/dist/cli/commands/templates.js.map +1 -0
  455. package/dist/cli/helpers.d.ts +13 -0
  456. package/dist/cli/helpers.d.ts.map +1 -0
  457. package/dist/cli/helpers.js +39 -0
  458. package/dist/cli/helpers.js.map +1 -0
  459. package/dist/cli/template-last-modified.d.ts +10 -0
  460. package/dist/cli/template-last-modified.d.ts.map +1 -0
  461. package/dist/cli/template-last-modified.js +134 -0
  462. package/dist/cli/template-last-modified.js.map +1 -0
  463. package/dist/cli/types.d.ts +78 -0
  464. package/dist/cli/types.d.ts.map +1 -0
  465. package/dist/cli/types.js +49 -0
  466. package/dist/cli/types.js.map +1 -0
  467. package/dist/cli.d.ts +6 -0
  468. package/dist/cli.d.ts.map +1 -0
  469. package/dist/cli.js +41 -0
  470. package/dist/cli.js.map +1 -0
  471. package/dist/tus.d.ts +18 -0
  472. package/dist/tus.d.ts.map +1 -0
  473. package/dist/tus.js +122 -0
  474. package/dist/tus.js.map +1 -0
  475. package/package.json +92 -0
  476. package/src/ApiError.ts +49 -0
  477. package/src/InconsistentResponseError.ts +3 -0
  478. package/src/PaginationStream.ts +54 -0
  479. package/src/PollingTimeoutError.ts +5 -0
  480. package/src/Transloadit.ts +980 -0
  481. package/src/alphalib/lib/nativeGlobby.ts +244 -0
  482. package/src/alphalib/mcache.ts +184 -0
  483. package/src/alphalib/tryCatch.ts +30 -0
  484. package/src/alphalib/types/assembliesGet.ts +42 -0
  485. package/src/alphalib/types/assemblyReplay.ts +24 -0
  486. package/src/alphalib/types/assemblyReplayNotification.ts +16 -0
  487. package/src/alphalib/types/assemblyStatus.ts +794 -0
  488. package/src/alphalib/types/bill.ts +9 -0
  489. package/src/alphalib/types/robots/_index.ts +1201 -0
  490. package/src/alphalib/types/robots/_instructions-primitives.ts +1770 -0
  491. package/src/alphalib/types/robots/ai-chat.ts +278 -0
  492. package/src/alphalib/types/robots/assembly-savejson.ts +37 -0
  493. package/src/alphalib/types/robots/audio-artwork.ts +107 -0
  494. package/src/alphalib/types/robots/audio-concat.ts +142 -0
  495. package/src/alphalib/types/robots/audio-encode.ts +103 -0
  496. package/src/alphalib/types/robots/audio-loop.ts +102 -0
  497. package/src/alphalib/types/robots/audio-merge.ts +137 -0
  498. package/src/alphalib/types/robots/audio-waveform.ts +280 -0
  499. package/src/alphalib/types/robots/azure-import.ts +111 -0
  500. package/src/alphalib/types/robots/azure-store.ts +143 -0
  501. package/src/alphalib/types/robots/backblaze-import.ts +119 -0
  502. package/src/alphalib/types/robots/backblaze-store.ts +104 -0
  503. package/src/alphalib/types/robots/cloudfiles-import.ts +118 -0
  504. package/src/alphalib/types/robots/cloudfiles-store.ts +104 -0
  505. package/src/alphalib/types/robots/cloudflare-import.ts +121 -0
  506. package/src/alphalib/types/robots/cloudflare-store.ts +120 -0
  507. package/src/alphalib/types/robots/digitalocean-import.ts +118 -0
  508. package/src/alphalib/types/robots/digitalocean-store.ts +125 -0
  509. package/src/alphalib/types/robots/document-autorotate.ts +74 -0
  510. package/src/alphalib/types/robots/document-convert.ts +302 -0
  511. package/src/alphalib/types/robots/document-merge.ts +114 -0
  512. package/src/alphalib/types/robots/document-ocr.ts +120 -0
  513. package/src/alphalib/types/robots/document-split.ts +78 -0
  514. package/src/alphalib/types/robots/document-thumbs.ts +231 -0
  515. package/src/alphalib/types/robots/dropbox-import.ts +100 -0
  516. package/src/alphalib/types/robots/dropbox-store.ts +97 -0
  517. package/src/alphalib/types/robots/edgly-deliver.ts +73 -0
  518. package/src/alphalib/types/robots/file-compress.ts +167 -0
  519. package/src/alphalib/types/robots/file-decompress.ts +125 -0
  520. package/src/alphalib/types/robots/file-filter.ts +173 -0
  521. package/src/alphalib/types/robots/file-hash.ts +86 -0
  522. package/src/alphalib/types/robots/file-preview.ts +260 -0
  523. package/src/alphalib/types/robots/file-read.ts +71 -0
  524. package/src/alphalib/types/robots/file-serve.ts +128 -0
  525. package/src/alphalib/types/robots/file-verify.ts +102 -0
  526. package/src/alphalib/types/robots/file-virusscan.ts +113 -0
  527. package/src/alphalib/types/robots/file-watermark.ts +56 -0
  528. package/src/alphalib/types/robots/ftp-import.ts +95 -0
  529. package/src/alphalib/types/robots/ftp-store.ts +119 -0
  530. package/src/alphalib/types/robots/google-import.ts +115 -0
  531. package/src/alphalib/types/robots/google-store.ts +139 -0
  532. package/src/alphalib/types/robots/html-convert.ts +165 -0
  533. package/src/alphalib/types/robots/http-import.ts +168 -0
  534. package/src/alphalib/types/robots/image-bgremove.ts +95 -0
  535. package/src/alphalib/types/robots/image-describe.ts +121 -0
  536. package/src/alphalib/types/robots/image-facedetect.ts +187 -0
  537. package/src/alphalib/types/robots/image-generate.ts +92 -0
  538. package/src/alphalib/types/robots/image-merge.ts +127 -0
  539. package/src/alphalib/types/robots/image-ocr.ts +112 -0
  540. package/src/alphalib/types/robots/image-optimize.ts +114 -0
  541. package/src/alphalib/types/robots/image-resize.ts +653 -0
  542. package/src/alphalib/types/robots/meta-read.ts +44 -0
  543. package/src/alphalib/types/robots/meta-write.ts +93 -0
  544. package/src/alphalib/types/robots/minio-import.ts +120 -0
  545. package/src/alphalib/types/robots/minio-store.ts +115 -0
  546. package/src/alphalib/types/robots/progress-simulate.ts +40 -0
  547. package/src/alphalib/types/robots/s3-import.ts +175 -0
  548. package/src/alphalib/types/robots/s3-store.ts +198 -0
  549. package/src/alphalib/types/robots/script-run.ts +122 -0
  550. package/src/alphalib/types/robots/sftp-import.ts +92 -0
  551. package/src/alphalib/types/robots/sftp-store.ts +110 -0
  552. package/src/alphalib/types/robots/speech-transcribe.ts +139 -0
  553. package/src/alphalib/types/robots/supabase-import.ts +122 -0
  554. package/src/alphalib/types/robots/supabase-store.ts +105 -0
  555. package/src/alphalib/types/robots/swift-import.ts +120 -0
  556. package/src/alphalib/types/robots/swift-store.ts +112 -0
  557. package/src/alphalib/types/robots/text-speak.ts +152 -0
  558. package/src/alphalib/types/robots/text-translate.ts +245 -0
  559. package/src/alphalib/types/robots/tigris-import.ts +124 -0
  560. package/src/alphalib/types/robots/tigris-store.ts +119 -0
  561. package/src/alphalib/types/robots/tlcdn-deliver.ts +73 -0
  562. package/src/alphalib/types/robots/tus-store.ts +129 -0
  563. package/src/alphalib/types/robots/upload-handle.ts +95 -0
  564. package/src/alphalib/types/robots/video-adaptive.ts +179 -0
  565. package/src/alphalib/types/robots/video-concat.ts +130 -0
  566. package/src/alphalib/types/robots/video-encode.ts +141 -0
  567. package/src/alphalib/types/robots/video-merge.ts +138 -0
  568. package/src/alphalib/types/robots/video-ondemand.ts +161 -0
  569. package/src/alphalib/types/robots/video-subtitle.ts +159 -0
  570. package/src/alphalib/types/robots/video-thumbs.ts +158 -0
  571. package/src/alphalib/types/robots/vimeo-import.ts +126 -0
  572. package/src/alphalib/types/robots/vimeo-store.ts +143 -0
  573. package/src/alphalib/types/robots/wasabi-import.ts +124 -0
  574. package/src/alphalib/types/robots/wasabi-store.ts +113 -0
  575. package/src/alphalib/types/robots/youtube-store.ts +153 -0
  576. package/src/alphalib/types/stackVersions.ts +12 -0
  577. package/src/alphalib/types/template.ts +277 -0
  578. package/src/alphalib/types/templateCredential.ts +61 -0
  579. package/src/alphalib/zodParseWithContext.ts +306 -0
  580. package/src/apiTypes.ts +154 -0
  581. package/src/cli/OutputCtl.ts +115 -0
  582. package/src/cli/commands/BaseCommand.ts +71 -0
  583. package/src/cli/commands/assemblies.ts +1373 -0
  584. package/src/cli/commands/auth.ts +354 -0
  585. package/src/cli/commands/bills.ts +91 -0
  586. package/src/cli/commands/index.ts +65 -0
  587. package/src/cli/commands/notifications.ts +63 -0
  588. package/src/cli/commands/templates.ts +556 -0
  589. package/src/cli/helpers.ts +50 -0
  590. package/src/cli/template-last-modified.ts +156 -0
  591. package/src/cli/types.ts +70 -0
  592. package/src/cli.ts +44 -0
  593. package/src/tus.ts +168 -0
@@ -0,0 +1,1201 @@
1
+ import { z } from 'zod'
2
+ import {
3
+ meta as aiChatMeta,
4
+ interpolatableRobotAiChatInstructionsSchema,
5
+ interpolatableRobotAiChatInstructionsWithHiddenFieldsSchema,
6
+ } from './ai-chat.ts'
7
+ import {
8
+ meta as audioArtworkMeta,
9
+ interpolatableRobotAudioArtworkInstructionsSchema,
10
+ interpolatableRobotAudioArtworkInstructionsWithHiddenFieldsSchema,
11
+ } from './audio-artwork.ts'
12
+ import {
13
+ meta as audioConcatMeta,
14
+ interpolatableRobotAudioConcatInstructionsSchema,
15
+ interpolatableRobotAudioConcatInstructionsWithHiddenFieldsSchema,
16
+ } from './audio-concat.ts'
17
+ import {
18
+ meta as audioEncodeMeta,
19
+ interpolatableRobotAudioEncodeInstructionsSchema,
20
+ interpolatableRobotAudioEncodeInstructionsWithHiddenFieldsSchema,
21
+ } from './audio-encode.ts'
22
+ import {
23
+ meta as audioLoopMeta,
24
+ interpolatableRobotAudioLoopInstructionsSchema,
25
+ interpolatableRobotAudioLoopInstructionsWithHiddenFieldsSchema,
26
+ } from './audio-loop.ts'
27
+ import {
28
+ meta as audioMergeMeta,
29
+ interpolatableRobotAudioMergeInstructionsSchema,
30
+ interpolatableRobotAudioMergeInstructionsWithHiddenFieldsSchema,
31
+ } from './audio-merge.ts'
32
+ import {
33
+ meta as audioWaveformMeta,
34
+ interpolatableRobotAudioWaveformInstructionsSchema,
35
+ interpolatableRobotAudioWaveformInstructionsWithHiddenFieldsSchema,
36
+ } from './audio-waveform.ts'
37
+ import {
38
+ meta as azureImportMeta,
39
+ interpolatableRobotAzureImportInstructionsSchema,
40
+ interpolatableRobotAzureImportInstructionsWithHiddenFieldsSchema,
41
+ } from './azure-import.ts'
42
+ import {
43
+ meta as azureStoreMeta,
44
+ interpolatableRobotAzureStoreInstructionsSchema,
45
+ interpolatableRobotAzureStoreInstructionsWithHiddenFieldsSchema,
46
+ } from './azure-store.ts'
47
+ import {
48
+ meta as backblazeImportMeta,
49
+ interpolatableRobotBackblazeImportInstructionsSchema,
50
+ interpolatableRobotBackblazeImportInstructionsWithHiddenFieldsSchema,
51
+ } from './backblaze-import.ts'
52
+ import {
53
+ meta as backblazeStoreMeta,
54
+ interpolatableRobotBackblazeStoreInstructionsSchema,
55
+ interpolatableRobotBackblazeStoreInstructionsWithHiddenFieldsSchema,
56
+ } from './backblaze-store.ts'
57
+ import {
58
+ meta as cloudfilesImportMeta,
59
+ interpolatableRobotCloudfilesImportInstructionsSchema,
60
+ interpolatableRobotCloudfilesImportInstructionsWithHiddenFieldsSchema,
61
+ } from './cloudfiles-import.ts'
62
+ import {
63
+ meta as cloudfilesStoreMeta,
64
+ interpolatableRobotCloudfilesStoreInstructionsSchema,
65
+ interpolatableRobotCloudfilesStoreInstructionsWithHiddenFieldsSchema,
66
+ } from './cloudfiles-store.ts'
67
+ import {
68
+ meta as cloudflareImportMeta,
69
+ interpolatableRobotCloudflareImportInstructionsSchema,
70
+ interpolatableRobotCloudflareImportInstructionsWithHiddenFieldsSchema,
71
+ } from './cloudflare-import.ts'
72
+ import {
73
+ meta as cloudflareStoreMeta,
74
+ interpolatableRobotCloudflareStoreInstructionsSchema,
75
+ interpolatableRobotCloudflareStoreInstructionsWithHiddenFieldsSchema,
76
+ } from './cloudflare-store.ts'
77
+ import {
78
+ meta as digitaloceanImportMeta,
79
+ interpolatableRobotDigitaloceanImportInstructionsSchema,
80
+ interpolatableRobotDigitaloceanImportInstructionsWithHiddenFieldsSchema,
81
+ } from './digitalocean-import.ts'
82
+ import {
83
+ meta as digitaloceanStoreMeta,
84
+ interpolatableRobotDigitaloceanStoreInstructionsSchema,
85
+ interpolatableRobotDigitaloceanStoreInstructionsWithHiddenFieldsSchema,
86
+ } from './digitalocean-store.ts'
87
+ import {
88
+ meta as documentAutorotateMeta,
89
+ interpolatableRobotDocumentAutorotateInstructionsSchema,
90
+ interpolatableRobotDocumentAutorotateInstructionsWithHiddenFieldsSchema,
91
+ } from './document-autorotate.ts'
92
+ import {
93
+ meta as documentConvertMeta,
94
+ interpolatableRobotDocumentConvertInstructionsSchema,
95
+ interpolatableRobotDocumentConvertInstructionsWithHiddenFieldsSchema,
96
+ } from './document-convert.ts'
97
+ import {
98
+ meta as documentMergeMeta,
99
+ interpolatableRobotDocumentMergeInstructionsSchema,
100
+ interpolatableRobotDocumentMergeInstructionsWithHiddenFieldsSchema,
101
+ } from './document-merge.ts'
102
+ import {
103
+ meta as documentOcrMeta,
104
+ interpolatableRobotDocumentOcrInstructionsSchema,
105
+ interpolatableRobotDocumentOcrInstructionsWithHiddenFieldsSchema,
106
+ } from './document-ocr.ts'
107
+ import {
108
+ meta as documentSplitMeta,
109
+ interpolatableRobotDocumentSplitInstructionsSchema,
110
+ interpolatableRobotDocumentSplitInstructionsWithHiddenFieldsSchema,
111
+ } from './document-split.ts'
112
+ import {
113
+ meta as documentThumbsMeta,
114
+ interpolatableRobotDocumentThumbsInstructionsSchema,
115
+ interpolatableRobotDocumentThumbsInstructionsWithHiddenFieldsSchema,
116
+ } from './document-thumbs.ts'
117
+ import {
118
+ meta as dropboxImportMeta,
119
+ interpolatableRobotDropboxImportInstructionsSchema,
120
+ interpolatableRobotDropboxImportInstructionsWithHiddenFieldsSchema,
121
+ } from './dropbox-import.ts'
122
+ import {
123
+ meta as dropboxStoreMeta,
124
+ interpolatableRobotDropboxStoreInstructionsSchema,
125
+ interpolatableRobotDropboxStoreInstructionsWithHiddenFieldsSchema,
126
+ } from './dropbox-store.ts'
127
+ import {
128
+ meta as edglyDeliverMeta,
129
+ interpolatableRobotEdglyDeliverInstructionsSchema,
130
+ interpolatableRobotEdglyDeliverInstructionsWithHiddenFieldsSchema,
131
+ } from './edgly-deliver.ts'
132
+ import {
133
+ meta as fileCompressMeta,
134
+ interpolatableRobotFileCompressInstructionsSchema,
135
+ interpolatableRobotFileCompressInstructionsWithHiddenFieldsSchema,
136
+ } from './file-compress.ts'
137
+ import {
138
+ meta as fileDecompressMeta,
139
+ interpolatableRobotFileDecompressInstructionsSchema,
140
+ interpolatableRobotFileDecompressInstructionsWithHiddenFieldsSchema,
141
+ } from './file-decompress.ts'
142
+ import {
143
+ meta as fileFilterMeta,
144
+ interpolatableRobotFileFilterInstructionsSchema,
145
+ interpolatableRobotFileFilterInstructionsWithHiddenFieldsSchema,
146
+ } from './file-filter.ts'
147
+ import {
148
+ meta as fileHashMeta,
149
+ interpolatableRobotFileHashInstructionsSchema,
150
+ interpolatableRobotFileHashInstructionsWithHiddenFieldsSchema,
151
+ } from './file-hash.ts'
152
+ import {
153
+ meta as filePreviewMeta,
154
+ interpolatableRobotFilePreviewInstructionsSchema,
155
+ interpolatableRobotFilePreviewInstructionsWithHiddenFieldsSchema,
156
+ } from './file-preview.ts'
157
+ import {
158
+ meta as fileReadMeta,
159
+ interpolatableRobotFileReadInstructionsSchema,
160
+ interpolatableRobotFileReadInstructionsWithHiddenFieldsSchema,
161
+ } from './file-read.ts'
162
+ import {
163
+ meta as fileServeMeta,
164
+ interpolatableRobotFileServeInstructionsSchema,
165
+ interpolatableRobotFileServeInstructionsWithHiddenFieldsSchema,
166
+ } from './file-serve.ts'
167
+ import {
168
+ meta as fileVerifyMeta,
169
+ interpolatableRobotFileVerifyInstructionsSchema,
170
+ interpolatableRobotFileVerifyInstructionsWithHiddenFieldsSchema,
171
+ } from './file-verify.ts'
172
+ import {
173
+ meta as fileVirusscanMeta,
174
+ interpolatableRobotFileVirusscanInstructionsSchema,
175
+ interpolatableRobotFileVirusscanInstructionsWithHiddenFieldsSchema,
176
+ } from './file-virusscan.ts'
177
+ import {
178
+ interpolatableRobotFileWatermarkInstructionsSchema,
179
+ interpolatableRobotFileWatermarkInstructionsWithHiddenFieldsSchema,
180
+ } from './file-watermark.ts'
181
+ import {
182
+ meta as ftpImportMeta,
183
+ interpolatableRobotFtpImportInstructionsSchema,
184
+ interpolatableRobotFtpImportInstructionsWithHiddenFieldsSchema,
185
+ } from './ftp-import.ts'
186
+ import {
187
+ meta as ftpStoreMeta,
188
+ interpolatableRobotFtpStoreInstructionsSchema,
189
+ interpolatableRobotFtpStoreInstructionsWithHiddenFieldsSchema,
190
+ } from './ftp-store.ts'
191
+ import {
192
+ meta as googleImportMeta,
193
+ interpolatableRobotGoogleImportInstructionsSchema,
194
+ interpolatableRobotGoogleImportInstructionsWithHiddenFieldsSchema,
195
+ } from './google-import.ts'
196
+ import {
197
+ meta as googleStoreMeta,
198
+ interpolatableRobotGoogleStoreInstructionsSchema,
199
+ interpolatableRobotGoogleStoreInstructionsWithHiddenFieldsSchema,
200
+ } from './google-store.ts'
201
+ import {
202
+ meta as htmlConvertMeta,
203
+ interpolatableRobotHtmlConvertInstructionsSchema,
204
+ interpolatableRobotHtmlConvertInstructionsWithHiddenFieldsSchema,
205
+ } from './html-convert.ts'
206
+ import {
207
+ meta as httpImportMeta,
208
+ interpolatableRobotHttpImportInstructionsSchema,
209
+ interpolatableRobotHttpImportInstructionsWithHiddenFieldsSchema,
210
+ } from './http-import.ts'
211
+ import {
212
+ meta as imageBgremoveMeta,
213
+ interpolatableRobotImageBgremoveInstructionsSchema,
214
+ interpolatableRobotImageBgremoveInstructionsWithHiddenFieldsSchema,
215
+ } from './image-bgremove.ts'
216
+ import {
217
+ meta as imageDescribeMeta,
218
+ interpolatableRobotImageDescribeInstructionsSchema,
219
+ interpolatableRobotImageDescribeInstructionsWithHiddenFieldsSchema,
220
+ } from './image-describe.ts'
221
+ import {
222
+ meta as imageFacedetectMeta,
223
+ interpolatableRobotImageFacedetectInstructionsSchema,
224
+ interpolatableRobotImageFacedetectInstructionsWithHiddenFieldsSchema,
225
+ } from './image-facedetect.ts'
226
+ import {
227
+ meta as imageGenerateMeta,
228
+ interpolatableRobotImageGenerateInstructionsSchema,
229
+ interpolatableRobotImageGenerateInstructionsWithHiddenFieldsSchema,
230
+ } from './image-generate.ts'
231
+ import {
232
+ meta as imageMergeMeta,
233
+ interpolatableRobotImageMergeInstructionsSchema,
234
+ interpolatableRobotImageMergeInstructionsWithHiddenFieldsSchema,
235
+ } from './image-merge.ts'
236
+ import {
237
+ meta as imageOcrMeta,
238
+ interpolatableRobotImageOcrInstructionsSchema,
239
+ interpolatableRobotImageOcrInstructionsWithHiddenFieldsSchema,
240
+ } from './image-ocr.ts'
241
+ import {
242
+ meta as imageOptimizeMeta,
243
+ interpolatableRobotImageOptimizeInstructionsSchema,
244
+ interpolatableRobotImageOptimizeInstructionsWithHiddenFieldsSchema,
245
+ } from './image-optimize.ts'
246
+ import {
247
+ meta as imageResizeMeta,
248
+ interpolatableRobotImageResizeInstructionsSchema,
249
+ interpolatableRobotImageResizeInstructionsWithHiddenFieldsSchema,
250
+ } from './image-resize.ts'
251
+ import {
252
+ interpolatableRobotMetaReadInstructionsSchema,
253
+ interpolatableRobotMetaReadInstructionsWithHiddenFieldsSchema,
254
+ } from './meta-read.ts'
255
+ import {
256
+ interpolatableRobotMetaWriteInstructionsSchema,
257
+ interpolatableRobotMetaWriteInstructionsWithHiddenFieldsSchema,
258
+ meta as metaWriteMeta,
259
+ } from './meta-write.ts'
260
+ import {
261
+ interpolatableRobotMinioImportInstructionsSchema,
262
+ interpolatableRobotMinioImportInstructionsWithHiddenFieldsSchema,
263
+ meta as minioImportMeta,
264
+ } from './minio-import.ts'
265
+ import {
266
+ interpolatableRobotMinioStoreInstructionsSchema,
267
+ interpolatableRobotMinioStoreInstructionsWithHiddenFieldsSchema,
268
+ meta as minioStoreMeta,
269
+ } from './minio-store.ts'
270
+ import { interpolatableRobotProgressSimulateInstructionsSchema } from './progress-simulate.ts'
271
+ import {
272
+ interpolatableRobotS3ImportInstructionsSchema,
273
+ interpolatableRobotS3ImportInstructionsWithHiddenFieldsSchema,
274
+ meta as s3ImportMeta,
275
+ } from './s3-import.ts'
276
+ import {
277
+ interpolatableRobotS3StoreInstructionsSchema,
278
+ interpolatableRobotS3StoreInstructionsWithHiddenFieldsSchema,
279
+ meta as s3StoreMeta,
280
+ } from './s3-store.ts'
281
+ import {
282
+ interpolatableRobotScriptRunInstructionsSchema,
283
+ interpolatableRobotScriptRunInstructionsWithHiddenFieldsSchema,
284
+ meta as scriptRunMeta,
285
+ } from './script-run.ts'
286
+ import {
287
+ interpolatableRobotSftpImportInstructionsSchema,
288
+ interpolatableRobotSftpImportInstructionsWithHiddenFieldsSchema,
289
+ meta as sftpImportMeta,
290
+ } from './sftp-import.ts'
291
+ import {
292
+ interpolatableRobotSftpStoreInstructionsSchema,
293
+ interpolatableRobotSftpStoreInstructionsWithHiddenFieldsSchema,
294
+ meta as sftpStoreMeta,
295
+ } from './sftp-store.ts'
296
+ import {
297
+ interpolatableRobotSpeechTranscribeInstructionsSchema,
298
+ interpolatableRobotSpeechTranscribeInstructionsWithHiddenFieldsSchema,
299
+ meta as speechTranscribeMeta,
300
+ } from './speech-transcribe.ts'
301
+ import {
302
+ interpolatableRobotSupabaseImportInstructionsSchema,
303
+ interpolatableRobotSupabaseImportInstructionsWithHiddenFieldsSchema,
304
+ meta as supabaseImportMeta,
305
+ } from './supabase-import.ts'
306
+ import {
307
+ interpolatableRobotSupabaseStoreInstructionsSchema,
308
+ interpolatableRobotSupabaseStoreInstructionsWithHiddenFieldsSchema,
309
+ meta as supabaseStoreMeta,
310
+ } from './supabase-store.ts'
311
+ import {
312
+ interpolatableRobotSwiftImportInstructionsSchema,
313
+ interpolatableRobotSwiftImportInstructionsWithHiddenFieldsSchema,
314
+ meta as swiftImportMeta,
315
+ } from './swift-import.ts'
316
+ import {
317
+ interpolatableRobotSwiftStoreInstructionsSchema,
318
+ interpolatableRobotSwiftStoreInstructionsWithHiddenFieldsSchema,
319
+ meta as swiftStoreMeta,
320
+ } from './swift-store.ts'
321
+ import {
322
+ interpolatableRobotTextSpeakInstructionsSchema,
323
+ interpolatableRobotTextSpeakInstructionsWithHiddenFieldsSchema,
324
+ meta as textSpeakMeta,
325
+ } from './text-speak.ts'
326
+ import {
327
+ interpolatableRobotTextTranslateInstructionsSchema,
328
+ interpolatableRobotTextTranslateInstructionsWithHiddenFieldsSchema,
329
+ meta as textTranslateMeta,
330
+ } from './text-translate.ts'
331
+ import {
332
+ interpolatableRobotTigrisImportInstructionsSchema,
333
+ interpolatableRobotTigrisImportInstructionsWithHiddenFieldsSchema,
334
+ meta as tigrisImport,
335
+ } from './tigris-import.ts'
336
+ import {
337
+ interpolatableRobotTigrisStoreInstructionsSchema,
338
+ interpolatableRobotTigrisStoreInstructionsWithHiddenFieldsSchema,
339
+ meta as tigrisStore,
340
+ } from './tigris-store.ts'
341
+ import {
342
+ interpolatableRobotTlcdnDeliverInstructionsSchema,
343
+ interpolatableRobotTlcdnDeliverInstructionsWithHiddenFieldsSchema,
344
+ meta as tlcdnDeliverMeta,
345
+ } from './tlcdn-deliver.ts'
346
+ import {
347
+ interpolatableRobotTusStoreInstructionsSchema,
348
+ interpolatableRobotTusStoreInstructionsWithHiddenFieldsSchema,
349
+ meta as tusStoreMeta,
350
+ } from './tus-store.ts'
351
+ import {
352
+ interpolatableRobotUploadHandleInstructionsSchema,
353
+ interpolatableRobotUploadHandleInstructionsWithHiddenFieldsSchema,
354
+ meta as uploadHandleMeta,
355
+ } from './upload-handle.ts'
356
+ import {
357
+ interpolatableRobotVideoAdaptiveInstructionsSchema,
358
+ interpolatableRobotVideoAdaptiveInstructionsWithHiddenFieldsSchema,
359
+ meta as videoAdaptiveMeta,
360
+ } from './video-adaptive.ts'
361
+ import {
362
+ interpolatableRobotVideoConcatInstructionsSchema,
363
+ interpolatableRobotVideoConcatInstructionsWithHiddenFieldsSchema,
364
+ meta as videoConcatMeta,
365
+ } from './video-concat.ts'
366
+ import {
367
+ interpolatableRobotVideoEncodeInstructionsSchema,
368
+ interpolatableRobotVideoEncodeInstructionsWithHiddenFieldsSchema,
369
+ meta as videoEncodeMeta,
370
+ } from './video-encode.ts'
371
+ import {
372
+ interpolatableRobotVideoMergeInstructionsSchema,
373
+ interpolatableRobotVideoMergeInstructionsWithHiddenFieldsSchema,
374
+ meta as videoMergeMeta,
375
+ } from './video-merge.ts'
376
+ import {
377
+ interpolatableRobotVideoOndemandInstructionsSchema,
378
+ interpolatableRobotVideoOndemandInstructionsWithHiddenFieldsSchema,
379
+ meta as videoOndemandMeta,
380
+ } from './video-ondemand.ts'
381
+ import {
382
+ interpolatableRobotVideoSubtitleInstructionsSchema,
383
+ interpolatableRobotVideoSubtitleInstructionsWithHiddenFieldsSchema,
384
+ meta as videoSubtitleMeta,
385
+ } from './video-subtitle.ts'
386
+ import {
387
+ interpolatableRobotVideoThumbsInstructionsSchema,
388
+ interpolatableRobotVideoThumbsInstructionsWithHiddenFieldsSchema,
389
+ meta as videoThumbsMeta,
390
+ } from './video-thumbs.ts'
391
+ import {
392
+ interpolatableRobotVimeoImportInstructionsSchema,
393
+ interpolatableRobotVimeoImportInstructionsWithHiddenFieldsSchema,
394
+ meta as vimeoImportMeta,
395
+ } from './vimeo-import.ts'
396
+ import {
397
+ interpolatableRobotVimeoStoreInstructionsSchema,
398
+ interpolatableRobotVimeoStoreInstructionsWithHiddenFieldsSchema,
399
+ meta as vimeoStoreMeta,
400
+ } from './vimeo-store.ts'
401
+ import {
402
+ interpolatableRobotWasabiImportInstructionsSchema,
403
+ interpolatableRobotWasabiImportInstructionsWithHiddenFieldsSchema,
404
+ meta as wasabiImportMeta,
405
+ } from './wasabi-import.ts'
406
+ import {
407
+ interpolatableRobotWasabiStoreInstructionsSchema,
408
+ interpolatableRobotWasabiStoreInstructionsWithHiddenFieldsSchema,
409
+ meta as wasabiStoreMeta,
410
+ } from './wasabi-store.ts'
411
+ import {
412
+ interpolatableRobotYoutubeStoreInstructionsSchema,
413
+ interpolatableRobotYoutubeStoreInstructionsWithHiddenFieldsSchema,
414
+ meta as youtubeStoreMeta,
415
+ } from './youtube-store.ts'
416
+
417
+ const robotStepsInstructions = [
418
+ interpolatableRobotAudioArtworkInstructionsSchema,
419
+ interpolatableRobotAudioConcatInstructionsSchema,
420
+ interpolatableRobotAudioEncodeInstructionsSchema,
421
+ interpolatableRobotAudioLoopInstructionsSchema,
422
+ interpolatableRobotAudioMergeInstructionsSchema,
423
+ interpolatableRobotAudioWaveformInstructionsSchema,
424
+ interpolatableRobotAzureImportInstructionsSchema,
425
+ interpolatableRobotAzureStoreInstructionsSchema,
426
+ interpolatableRobotBackblazeImportInstructionsSchema,
427
+ interpolatableRobotBackblazeStoreInstructionsSchema,
428
+ interpolatableRobotCloudfilesImportInstructionsSchema,
429
+ interpolatableRobotCloudfilesStoreInstructionsSchema,
430
+ interpolatableRobotCloudflareImportInstructionsSchema,
431
+ interpolatableRobotCloudflareStoreInstructionsSchema,
432
+ interpolatableRobotDigitaloceanImportInstructionsSchema,
433
+ interpolatableRobotDigitaloceanStoreInstructionsSchema,
434
+ interpolatableRobotDocumentAutorotateInstructionsSchema,
435
+ interpolatableRobotDocumentConvertInstructionsSchema,
436
+ interpolatableRobotDocumentMergeInstructionsSchema,
437
+ interpolatableRobotDocumentOcrInstructionsSchema,
438
+ interpolatableRobotFileReadInstructionsSchema,
439
+ interpolatableRobotDocumentSplitInstructionsSchema,
440
+ interpolatableRobotDocumentThumbsInstructionsSchema,
441
+ interpolatableRobotDropboxImportInstructionsSchema,
442
+ interpolatableRobotDropboxStoreInstructionsSchema,
443
+ interpolatableRobotEdglyDeliverInstructionsSchema,
444
+ interpolatableRobotFileCompressInstructionsSchema,
445
+ interpolatableRobotFileDecompressInstructionsSchema,
446
+ interpolatableRobotFileFilterInstructionsSchema,
447
+ interpolatableRobotFileHashInstructionsSchema,
448
+ interpolatableRobotFilePreviewInstructionsSchema,
449
+ interpolatableRobotFileServeInstructionsSchema,
450
+ interpolatableRobotFileVerifyInstructionsSchema,
451
+ interpolatableRobotFileVirusscanInstructionsSchema,
452
+ interpolatableRobotFtpImportInstructionsSchema,
453
+ interpolatableRobotFtpStoreInstructionsSchema,
454
+ interpolatableRobotGoogleImportInstructionsSchema,
455
+ interpolatableRobotGoogleStoreInstructionsSchema,
456
+ interpolatableRobotHtmlConvertInstructionsSchema,
457
+ interpolatableRobotHttpImportInstructionsSchema,
458
+ interpolatableRobotImageBgremoveInstructionsSchema,
459
+ interpolatableRobotImageDescribeInstructionsSchema,
460
+ interpolatableRobotImageFacedetectInstructionsSchema,
461
+ interpolatableRobotImageGenerateInstructionsSchema,
462
+ interpolatableRobotImageMergeInstructionsSchema,
463
+ interpolatableRobotImageOcrInstructionsSchema,
464
+ interpolatableRobotImageOptimizeInstructionsSchema,
465
+ interpolatableRobotImageResizeInstructionsSchema,
466
+ interpolatableRobotMetaWriteInstructionsSchema,
467
+ interpolatableRobotMinioImportInstructionsSchema,
468
+ interpolatableRobotMinioStoreInstructionsSchema,
469
+ interpolatableRobotS3ImportInstructionsSchema,
470
+ interpolatableRobotS3StoreInstructionsSchema,
471
+ interpolatableRobotScriptRunInstructionsSchema,
472
+ interpolatableRobotSftpImportInstructionsSchema,
473
+ interpolatableRobotSftpStoreInstructionsSchema,
474
+ interpolatableRobotSpeechTranscribeInstructionsSchema,
475
+ interpolatableRobotSupabaseImportInstructionsSchema,
476
+ interpolatableRobotSupabaseStoreInstructionsSchema,
477
+ interpolatableRobotSwiftImportInstructionsSchema,
478
+ interpolatableRobotSwiftStoreInstructionsSchema,
479
+ interpolatableRobotTextSpeakInstructionsSchema,
480
+ interpolatableRobotTextTranslateInstructionsSchema,
481
+ interpolatableRobotAiChatInstructionsSchema,
482
+ interpolatableRobotTigrisImportInstructionsSchema,
483
+ interpolatableRobotTigrisStoreInstructionsSchema,
484
+ interpolatableRobotTlcdnDeliverInstructionsSchema,
485
+ interpolatableRobotTusStoreInstructionsSchema,
486
+ interpolatableRobotUploadHandleInstructionsSchema,
487
+ interpolatableRobotVideoAdaptiveInstructionsSchema,
488
+ interpolatableRobotVideoConcatInstructionsSchema,
489
+ interpolatableRobotVideoEncodeInstructionsSchema,
490
+ interpolatableRobotVideoMergeInstructionsSchema,
491
+ interpolatableRobotVideoOndemandInstructionsSchema,
492
+ interpolatableRobotVideoSubtitleInstructionsSchema,
493
+ interpolatableRobotVideoThumbsInstructionsSchema,
494
+ interpolatableRobotVimeoImportInstructionsSchema,
495
+ interpolatableRobotVimeoStoreInstructionsSchema,
496
+ interpolatableRobotWasabiImportInstructionsSchema,
497
+ interpolatableRobotWasabiStoreInstructionsSchema,
498
+ interpolatableRobotYoutubeStoreInstructionsSchema,
499
+ ] as const
500
+
501
+ const robotStepsInstructionsWithHiddenFields = [
502
+ interpolatableRobotAudioArtworkInstructionsWithHiddenFieldsSchema,
503
+ interpolatableRobotAudioConcatInstructionsWithHiddenFieldsSchema,
504
+ interpolatableRobotAudioEncodeInstructionsWithHiddenFieldsSchema,
505
+ interpolatableRobotAudioLoopInstructionsWithHiddenFieldsSchema,
506
+ interpolatableRobotAudioMergeInstructionsWithHiddenFieldsSchema,
507
+ interpolatableRobotAudioWaveformInstructionsWithHiddenFieldsSchema,
508
+ interpolatableRobotAzureImportInstructionsWithHiddenFieldsSchema,
509
+ interpolatableRobotAzureStoreInstructionsWithHiddenFieldsSchema,
510
+ interpolatableRobotBackblazeImportInstructionsWithHiddenFieldsSchema,
511
+ interpolatableRobotBackblazeStoreInstructionsWithHiddenFieldsSchema,
512
+ interpolatableRobotCloudfilesImportInstructionsWithHiddenFieldsSchema,
513
+ interpolatableRobotCloudfilesStoreInstructionsWithHiddenFieldsSchema,
514
+ interpolatableRobotCloudflareImportInstructionsWithHiddenFieldsSchema,
515
+ interpolatableRobotCloudflareStoreInstructionsWithHiddenFieldsSchema,
516
+ interpolatableRobotDigitaloceanImportInstructionsWithHiddenFieldsSchema,
517
+ interpolatableRobotDigitaloceanStoreInstructionsWithHiddenFieldsSchema,
518
+ interpolatableRobotDocumentAutorotateInstructionsWithHiddenFieldsSchema,
519
+ interpolatableRobotDocumentConvertInstructionsWithHiddenFieldsSchema,
520
+ interpolatableRobotDocumentMergeInstructionsWithHiddenFieldsSchema,
521
+ interpolatableRobotDocumentOcrInstructionsWithHiddenFieldsSchema,
522
+ interpolatableRobotFileReadInstructionsWithHiddenFieldsSchema,
523
+ interpolatableRobotDocumentSplitInstructionsWithHiddenFieldsSchema,
524
+ interpolatableRobotDocumentThumbsInstructionsWithHiddenFieldsSchema,
525
+ interpolatableRobotDropboxImportInstructionsWithHiddenFieldsSchema,
526
+ interpolatableRobotDropboxStoreInstructionsWithHiddenFieldsSchema,
527
+ interpolatableRobotEdglyDeliverInstructionsWithHiddenFieldsSchema,
528
+ interpolatableRobotFileCompressInstructionsWithHiddenFieldsSchema,
529
+ interpolatableRobotFileDecompressInstructionsWithHiddenFieldsSchema,
530
+ interpolatableRobotFileFilterInstructionsWithHiddenFieldsSchema,
531
+ interpolatableRobotFileHashInstructionsWithHiddenFieldsSchema,
532
+ interpolatableRobotFilePreviewInstructionsWithHiddenFieldsSchema,
533
+ interpolatableRobotFileServeInstructionsWithHiddenFieldsSchema,
534
+ interpolatableRobotFileVerifyInstructionsWithHiddenFieldsSchema,
535
+ interpolatableRobotFileVirusscanInstructionsWithHiddenFieldsSchema,
536
+ interpolatableRobotFileWatermarkInstructionsWithHiddenFieldsSchema,
537
+ interpolatableRobotFtpImportInstructionsWithHiddenFieldsSchema,
538
+ interpolatableRobotFtpStoreInstructionsWithHiddenFieldsSchema,
539
+ interpolatableRobotGoogleImportInstructionsWithHiddenFieldsSchema,
540
+ interpolatableRobotGoogleStoreInstructionsWithHiddenFieldsSchema,
541
+ interpolatableRobotHtmlConvertInstructionsWithHiddenFieldsSchema,
542
+ interpolatableRobotHttpImportInstructionsWithHiddenFieldsSchema,
543
+ interpolatableRobotImageBgremoveInstructionsWithHiddenFieldsSchema,
544
+ interpolatableRobotImageDescribeInstructionsWithHiddenFieldsSchema,
545
+ interpolatableRobotImageFacedetectInstructionsWithHiddenFieldsSchema,
546
+ interpolatableRobotImageGenerateInstructionsWithHiddenFieldsSchema,
547
+ interpolatableRobotImageMergeInstructionsWithHiddenFieldsSchema,
548
+ interpolatableRobotImageOcrInstructionsWithHiddenFieldsSchema,
549
+ interpolatableRobotImageOptimizeInstructionsWithHiddenFieldsSchema,
550
+ interpolatableRobotImageResizeInstructionsWithHiddenFieldsSchema,
551
+ interpolatableRobotMetaWriteInstructionsWithHiddenFieldsSchema,
552
+ interpolatableRobotMinioImportInstructionsWithHiddenFieldsSchema,
553
+ interpolatableRobotMinioStoreInstructionsWithHiddenFieldsSchema,
554
+ interpolatableRobotS3ImportInstructionsWithHiddenFieldsSchema,
555
+ interpolatableRobotS3StoreInstructionsWithHiddenFieldsSchema,
556
+ interpolatableRobotScriptRunInstructionsWithHiddenFieldsSchema,
557
+ interpolatableRobotSftpImportInstructionsWithHiddenFieldsSchema,
558
+ interpolatableRobotSftpStoreInstructionsWithHiddenFieldsSchema,
559
+ interpolatableRobotSpeechTranscribeInstructionsWithHiddenFieldsSchema,
560
+ interpolatableRobotSupabaseImportInstructionsWithHiddenFieldsSchema,
561
+ interpolatableRobotSupabaseStoreInstructionsWithHiddenFieldsSchema,
562
+ interpolatableRobotSwiftImportInstructionsWithHiddenFieldsSchema,
563
+ interpolatableRobotSwiftStoreInstructionsWithHiddenFieldsSchema,
564
+ interpolatableRobotTextSpeakInstructionsWithHiddenFieldsSchema,
565
+ interpolatableRobotTextTranslateInstructionsWithHiddenFieldsSchema,
566
+ interpolatableRobotAiChatInstructionsWithHiddenFieldsSchema,
567
+ interpolatableRobotTigrisImportInstructionsWithHiddenFieldsSchema,
568
+ interpolatableRobotTigrisStoreInstructionsWithHiddenFieldsSchema,
569
+ interpolatableRobotTlcdnDeliverInstructionsWithHiddenFieldsSchema,
570
+ interpolatableRobotTusStoreInstructionsWithHiddenFieldsSchema,
571
+ interpolatableRobotUploadHandleInstructionsWithHiddenFieldsSchema,
572
+ interpolatableRobotVideoAdaptiveInstructionsWithHiddenFieldsSchema,
573
+ interpolatableRobotVideoConcatInstructionsWithHiddenFieldsSchema,
574
+ interpolatableRobotVideoEncodeInstructionsWithHiddenFieldsSchema,
575
+ interpolatableRobotVideoMergeInstructionsWithHiddenFieldsSchema,
576
+ interpolatableRobotVideoOndemandInstructionsWithHiddenFieldsSchema,
577
+ interpolatableRobotVideoSubtitleInstructionsWithHiddenFieldsSchema,
578
+ interpolatableRobotVideoThumbsInstructionsWithHiddenFieldsSchema,
579
+ interpolatableRobotVimeoImportInstructionsWithHiddenFieldsSchema,
580
+ interpolatableRobotVimeoStoreInstructionsWithHiddenFieldsSchema,
581
+ interpolatableRobotWasabiImportInstructionsWithHiddenFieldsSchema,
582
+ interpolatableRobotWasabiStoreInstructionsWithHiddenFieldsSchema,
583
+ interpolatableRobotYoutubeStoreInstructionsWithHiddenFieldsSchema,
584
+ ] as const
585
+
586
+ /**
587
+ * Public robot instructions
588
+ */
589
+ export type RobotsSchema = z.infer<typeof robotsSchema>
590
+ export const robotsSchema = z.discriminatedUnion('robot', [...robotStepsInstructions])
591
+ export const robotsWithHiddenFieldsSchema = z.discriminatedUnion('robot', [
592
+ ...robotStepsInstructionsWithHiddenFields,
593
+ ])
594
+
595
+ /**
596
+ * All robot instructions, including private ones.
597
+ */
598
+ export const robotsWithHiddenBotsSchema = z.discriminatedUnion('robot', [
599
+ ...robotStepsInstructions,
600
+ interpolatableRobotFileWatermarkInstructionsSchema,
601
+ interpolatableRobotMetaReadInstructionsSchema,
602
+ interpolatableRobotProgressSimulateInstructionsSchema,
603
+ ])
604
+ export const robotsWithHiddenBotsAndFieldsSchema = z.discriminatedUnion('robot', [
605
+ ...robotStepsInstructionsWithHiddenFields,
606
+ interpolatableRobotMetaReadInstructionsWithHiddenFieldsSchema,
607
+ interpolatableRobotProgressSimulateInstructionsSchema,
608
+ ])
609
+
610
+ export type RobotsWithHiddenBots = z.infer<typeof robotsWithHiddenBotsSchema>
611
+ export type RobotsWithHiddenBotsAndFields = z.infer<typeof robotsWithHiddenBotsAndFieldsSchema>
612
+
613
+ export const robotsMeta = {
614
+ aiChatMeta,
615
+ audioArtworkMeta,
616
+ audioConcatMeta,
617
+ audioEncodeMeta,
618
+ audioLoopMeta,
619
+ audioMergeMeta,
620
+ audioWaveformMeta,
621
+ azureImportMeta,
622
+ azureStoreMeta,
623
+ backblazeImportMeta,
624
+ backblazeStoreMeta,
625
+ cloudfilesImportMeta,
626
+ cloudfilesStoreMeta,
627
+ cloudflareImportMeta,
628
+ cloudflareStoreMeta,
629
+ digitaloceanImportMeta,
630
+ digitaloceanStoreMeta,
631
+ documentAutorotateMeta,
632
+ documentConvertMeta,
633
+ documentMergeMeta,
634
+ documentOcrMeta,
635
+ documentSplitMeta,
636
+ documentThumbsMeta,
637
+ dropboxImportMeta,
638
+ dropboxStoreMeta,
639
+ edglyDeliverMeta,
640
+ fileCompressMeta,
641
+ fileDecompressMeta,
642
+ fileFilterMeta,
643
+ fileHashMeta,
644
+ filePreviewMeta,
645
+ fileReadMeta,
646
+ fileServeMeta,
647
+ fileVerifyMeta,
648
+ fileVirusscanMeta,
649
+ ftpImportMeta,
650
+ ftpStoreMeta,
651
+ googleImportMeta,
652
+ googleStoreMeta,
653
+ htmlConvertMeta,
654
+ httpImportMeta,
655
+ imageDescribeMeta,
656
+ imageFacedetectMeta,
657
+ imageBgremoveMeta,
658
+ imageGenerateMeta,
659
+ imageMergeMeta,
660
+ imageOcrMeta,
661
+ imageOptimizeMeta,
662
+ imageResizeMeta,
663
+ metaWriteMeta,
664
+ minioImportMeta,
665
+ minioStoreMeta,
666
+ s3ImportMeta,
667
+ s3StoreMeta,
668
+ scriptRunMeta,
669
+ sftpImportMeta,
670
+ sftpStoreMeta,
671
+ speechTranscribeMeta,
672
+ supabaseImportMeta,
673
+ supabaseStoreMeta,
674
+ swiftImportMeta,
675
+ swiftStoreMeta,
676
+ textSpeakMeta,
677
+ textTranslateMeta,
678
+ tigrisImport,
679
+ tigrisStore,
680
+ tlcdnDeliverMeta,
681
+ tusStoreMeta,
682
+ uploadHandleMeta,
683
+ videoAdaptiveMeta,
684
+ videoConcatMeta,
685
+ videoEncodeMeta,
686
+ videoMergeMeta,
687
+ videoOndemandMeta,
688
+ videoSubtitleMeta,
689
+ videoThumbsMeta,
690
+ vimeoImportMeta,
691
+ vimeoStoreMeta,
692
+ wasabiImportMeta,
693
+ wasabiStoreMeta,
694
+ youtubeStoreMeta,
695
+ }
696
+
697
+ export type {
698
+ InterpolatableRobotAiChatInstructions,
699
+ InterpolatableRobotAiChatInstructionsInput,
700
+ InterpolatableRobotAiChatInstructionsWithHiddenFields,
701
+ InterpolatableRobotAiChatInstructionsWithHiddenFieldsInput,
702
+ } from './ai-chat.ts'
703
+ export type {
704
+ InterpolatableRobotAssemblySavejsonInstructions,
705
+ InterpolatableRobotAssemblySavejsonInstructionsInput,
706
+ } from './assembly-savejson.ts'
707
+ export type {
708
+ InterpolatableRobotAudioArtworkInstructions,
709
+ InterpolatableRobotAudioArtworkInstructionsInput,
710
+ InterpolatableRobotAudioArtworkInstructionsWithHiddenFields,
711
+ InterpolatableRobotAudioArtworkInstructionsWithHiddenFieldsInput,
712
+ } from './audio-artwork.ts'
713
+ export type {
714
+ InterpolatableRobotAudioConcatInstructions,
715
+ InterpolatableRobotAudioConcatInstructionsInput,
716
+ InterpolatableRobotAudioConcatInstructionsWithHiddenFields,
717
+ InterpolatableRobotAudioConcatInstructionsWithHiddenFieldsInput,
718
+ } from './audio-concat.ts'
719
+ export type {
720
+ InterpolatableRobotAudioEncodeInstructions,
721
+ InterpolatableRobotAudioEncodeInstructionsInput,
722
+ InterpolatableRobotAudioEncodeInstructionsWithHiddenFields,
723
+ InterpolatableRobotAudioEncodeInstructionsWithHiddenFieldsInput,
724
+ } from './audio-encode.ts'
725
+ export type {
726
+ InterpolatableRobotAudioLoopInstructions,
727
+ InterpolatableRobotAudioLoopInstructionsInput,
728
+ InterpolatableRobotAudioLoopInstructionsWithHiddenFields,
729
+ InterpolatableRobotAudioLoopInstructionsWithHiddenFieldsInput,
730
+ } from './audio-loop.ts'
731
+ export type {
732
+ InterpolatableRobotAudioMergeInstructions,
733
+ InterpolatableRobotAudioMergeInstructionsInput,
734
+ InterpolatableRobotAudioMergeInstructionsWithHiddenFields,
735
+ InterpolatableRobotAudioMergeInstructionsWithHiddenFieldsInput,
736
+ } from './audio-merge.ts'
737
+ export type {
738
+ InterpolatableRobotAudioWaveformInstructions,
739
+ InterpolatableRobotAudioWaveformInstructionsInput,
740
+ InterpolatableRobotAudioWaveformInstructionsWithHiddenFields,
741
+ InterpolatableRobotAudioWaveformInstructionsWithHiddenFieldsInput,
742
+ } from './audio-waveform.ts'
743
+ export type {
744
+ InterpolatableRobotAzureImportInstructions,
745
+ InterpolatableRobotAzureImportInstructionsInput,
746
+ InterpolatableRobotAzureImportInstructionsWithHiddenFields,
747
+ InterpolatableRobotAzureImportInstructionsWithHiddenFieldsInput,
748
+ } from './azure-import.ts'
749
+ export type {
750
+ InterpolatableRobotAzureStoreInstructions,
751
+ InterpolatableRobotAzureStoreInstructionsInput,
752
+ InterpolatableRobotAzureStoreInstructionsWithHiddenFields,
753
+ InterpolatableRobotAzureStoreInstructionsWithHiddenFieldsInput,
754
+ } from './azure-store.ts'
755
+ export type {
756
+ InterpolatableRobotBackblazeImportInstructions,
757
+ InterpolatableRobotBackblazeImportInstructionsInput,
758
+ InterpolatableRobotBackblazeImportInstructionsWithHiddenFields,
759
+ InterpolatableRobotBackblazeImportInstructionsWithHiddenFieldsInput,
760
+ } from './backblaze-import.ts'
761
+ export type {
762
+ InterpolatableRobotBackblazeStoreInstructions,
763
+ InterpolatableRobotBackblazeStoreInstructionsInput,
764
+ InterpolatableRobotBackblazeStoreInstructionsWithHiddenFields,
765
+ InterpolatableRobotBackblazeStoreInstructionsWithHiddenFieldsInput,
766
+ } from './backblaze-store.ts'
767
+ export type {
768
+ InterpolatableRobotCloudfilesImportInstructions,
769
+ InterpolatableRobotCloudfilesImportInstructionsInput,
770
+ InterpolatableRobotCloudfilesImportInstructionsWithHiddenFields,
771
+ InterpolatableRobotCloudfilesImportInstructionsWithHiddenFieldsInput,
772
+ } from './cloudfiles-import.ts'
773
+ export type {
774
+ InterpolatableRobotCloudfilesStoreInstructions,
775
+ InterpolatableRobotCloudfilesStoreInstructionsInput,
776
+ InterpolatableRobotCloudfilesStoreInstructionsWithHiddenFields,
777
+ InterpolatableRobotCloudfilesStoreInstructionsWithHiddenFieldsInput,
778
+ } from './cloudfiles-store.ts'
779
+ export type {
780
+ InterpolatableRobotCloudflareImportInstructions,
781
+ InterpolatableRobotCloudflareImportInstructionsInput,
782
+ InterpolatableRobotCloudflareImportInstructionsWithHiddenFields,
783
+ InterpolatableRobotCloudflareImportInstructionsWithHiddenFieldsInput,
784
+ } from './cloudflare-import.ts'
785
+ export type {
786
+ InterpolatableRobotCloudflareStoreInstructions,
787
+ InterpolatableRobotCloudflareStoreInstructionsInput,
788
+ InterpolatableRobotCloudflareStoreInstructionsWithHiddenFields,
789
+ InterpolatableRobotCloudflareStoreInstructionsWithHiddenFieldsInput,
790
+ } from './cloudflare-store.ts'
791
+ export type {
792
+ InterpolatableRobotDigitaloceanImportInstructions,
793
+ InterpolatableRobotDigitaloceanImportInstructionsInput,
794
+ InterpolatableRobotDigitaloceanImportInstructionsWithHiddenFields,
795
+ InterpolatableRobotDigitaloceanImportInstructionsWithHiddenFieldsInput,
796
+ } from './digitalocean-import.ts'
797
+ export type {
798
+ InterpolatableRobotDigitaloceanStoreInstructions,
799
+ InterpolatableRobotDigitaloceanStoreInstructionsInput,
800
+ InterpolatableRobotDigitaloceanStoreInstructionsWithHiddenFields,
801
+ InterpolatableRobotDigitaloceanStoreInstructionsWithHiddenFieldsInput,
802
+ } from './digitalocean-store.ts'
803
+ export type {
804
+ InterpolatableRobotDocumentAutorotateInstructions,
805
+ InterpolatableRobotDocumentAutorotateInstructionsInput,
806
+ InterpolatableRobotDocumentAutorotateInstructionsWithHiddenFields,
807
+ InterpolatableRobotDocumentAutorotateInstructionsWithHiddenFieldsInput,
808
+ } from './document-autorotate.ts'
809
+ export type {
810
+ InterpolatableRobotDocumentConvertInstructions,
811
+ InterpolatableRobotDocumentConvertInstructionsInput,
812
+ InterpolatableRobotDocumentConvertInstructionsWithHiddenFields,
813
+ InterpolatableRobotDocumentConvertInstructionsWithHiddenFieldsInput,
814
+ } from './document-convert.ts'
815
+ export type {
816
+ InterpolatableRobotDocumentMergeInstructions,
817
+ InterpolatableRobotDocumentMergeInstructionsInput,
818
+ InterpolatableRobotDocumentMergeInstructionsWithHiddenFields,
819
+ InterpolatableRobotDocumentMergeInstructionsWithHiddenFieldsInput,
820
+ } from './document-merge.ts'
821
+ export type {
822
+ InterpolatableRobotDocumentOcrInstructions,
823
+ InterpolatableRobotDocumentOcrInstructionsInput,
824
+ InterpolatableRobotDocumentOcrInstructionsWithHiddenFields,
825
+ InterpolatableRobotDocumentOcrInstructionsWithHiddenFieldsInput,
826
+ } from './document-ocr.ts'
827
+ export type {
828
+ InterpolatableRobotDocumentSplitInstructions,
829
+ InterpolatableRobotDocumentSplitInstructionsInput,
830
+ InterpolatableRobotDocumentSplitInstructionsWithHiddenFields,
831
+ InterpolatableRobotDocumentSplitInstructionsWithHiddenFieldsInput,
832
+ } from './document-split.ts'
833
+ export type {
834
+ InterpolatableRobotDocumentThumbsInstructions,
835
+ InterpolatableRobotDocumentThumbsInstructionsInput,
836
+ InterpolatableRobotDocumentThumbsInstructionsWithHiddenFields,
837
+ InterpolatableRobotDocumentThumbsInstructionsWithHiddenFieldsInput,
838
+ } from './document-thumbs.ts'
839
+ export type {
840
+ InterpolatableRobotDropboxImportInstructions,
841
+ InterpolatableRobotDropboxImportInstructionsInput,
842
+ InterpolatableRobotDropboxImportInstructionsWithHiddenFields,
843
+ InterpolatableRobotDropboxImportInstructionsWithHiddenFieldsInput,
844
+ } from './dropbox-import.ts'
845
+ export type {
846
+ InterpolatableRobotDropboxStoreInstructions,
847
+ InterpolatableRobotDropboxStoreInstructionsInput,
848
+ InterpolatableRobotDropboxStoreInstructionsWithHiddenFields,
849
+ InterpolatableRobotDropboxStoreInstructionsWithHiddenFieldsInput,
850
+ } from './dropbox-store.ts'
851
+ export type {
852
+ InterpolatableRobotEdglyDeliverInstructions,
853
+ InterpolatableRobotEdglyDeliverInstructionsInput,
854
+ InterpolatableRobotEdglyDeliverInstructionsWithHiddenFields,
855
+ InterpolatableRobotEdglyDeliverInstructionsWithHiddenFieldsInput,
856
+ } from './edgly-deliver.ts'
857
+ export type {
858
+ InterpolatableRobotFileCompressInstructions,
859
+ InterpolatableRobotFileCompressInstructionsInput,
860
+ InterpolatableRobotFileCompressInstructionsWithHiddenFields,
861
+ InterpolatableRobotFileCompressInstructionsWithHiddenFieldsInput,
862
+ } from './file-compress.ts'
863
+ export type {
864
+ InterpolatableRobotFileDecompressInstructions,
865
+ InterpolatableRobotFileDecompressInstructionsInput,
866
+ InterpolatableRobotFileDecompressInstructionsWithHiddenFields,
867
+ InterpolatableRobotFileDecompressInstructionsWithHiddenFieldsInput,
868
+ } from './file-decompress.ts'
869
+ export type {
870
+ InterpolatableRobotFileFilterInstructions,
871
+ InterpolatableRobotFileFilterInstructionsInput,
872
+ InterpolatableRobotFileFilterInstructionsWithHiddenFields,
873
+ InterpolatableRobotFileFilterInstructionsWithHiddenFieldsInput,
874
+ } from './file-filter.ts'
875
+ export type {
876
+ InterpolatableRobotFileHashInstructions,
877
+ InterpolatableRobotFileHashInstructionsInput,
878
+ InterpolatableRobotFileHashInstructionsWithHiddenFields,
879
+ InterpolatableRobotFileHashInstructionsWithHiddenFieldsInput,
880
+ } from './file-hash.ts'
881
+ export type {
882
+ InterpolatableRobotFilePreviewInstructions,
883
+ InterpolatableRobotFilePreviewInstructionsInput,
884
+ InterpolatableRobotFilePreviewInstructionsWithHiddenFields,
885
+ InterpolatableRobotFilePreviewInstructionsWithHiddenFieldsInput,
886
+ } from './file-preview.ts'
887
+ export type {
888
+ InterpolatableRobotFileReadInstructions,
889
+ InterpolatableRobotFileReadInstructionsInput,
890
+ InterpolatableRobotFileReadInstructionsWithHiddenFields,
891
+ InterpolatableRobotFileReadInstructionsWithHiddenFieldsInput,
892
+ } from './file-read.ts'
893
+ export type {
894
+ InterpolatableRobotFileServeInstructions,
895
+ InterpolatableRobotFileServeInstructionsInput,
896
+ InterpolatableRobotFileServeInstructionsWithHiddenFields,
897
+ InterpolatableRobotFileServeInstructionsWithHiddenFieldsInput,
898
+ } from './file-serve.ts'
899
+ export type {
900
+ InterpolatableRobotFileVerifyInstructions,
901
+ InterpolatableRobotFileVerifyInstructionsInput,
902
+ InterpolatableRobotFileVerifyInstructionsWithHiddenFields,
903
+ InterpolatableRobotFileVerifyInstructionsWithHiddenFieldsInput,
904
+ } from './file-verify.ts'
905
+ export type {
906
+ InterpolatableRobotFileVirusscanInstructions,
907
+ InterpolatableRobotFileVirusscanInstructionsInput,
908
+ InterpolatableRobotFileVirusscanInstructionsWithHiddenFields,
909
+ InterpolatableRobotFileVirusscanInstructionsWithHiddenFieldsInput,
910
+ } from './file-virusscan.ts'
911
+ export type {
912
+ InterpolatableRobotFileWatermarkInstructions,
913
+ InterpolatableRobotFileWatermarkInstructionsInput,
914
+ InterpolatableRobotFileWatermarkInstructionsWithHiddenFields,
915
+ InterpolatableRobotFileWatermarkInstructionsWithHiddenFieldsInput,
916
+ } from './file-watermark.ts'
917
+ export type {
918
+ InterpolatableRobotFtpImportInstructions,
919
+ InterpolatableRobotFtpImportInstructionsInput,
920
+ InterpolatableRobotFtpImportInstructionsWithHiddenFields,
921
+ InterpolatableRobotFtpImportInstructionsWithHiddenFieldsInput,
922
+ } from './ftp-import.ts'
923
+ export type {
924
+ InterpolatableRobotFtpStoreInstructions,
925
+ InterpolatableRobotFtpStoreInstructionsInput,
926
+ InterpolatableRobotFtpStoreInstructionsWithHiddenFields,
927
+ InterpolatableRobotFtpStoreInstructionsWithHiddenFieldsInput,
928
+ } from './ftp-store.ts'
929
+ export type {
930
+ InterpolatableRobotGoogleImportInstructions,
931
+ InterpolatableRobotGoogleImportInstructionsInput,
932
+ InterpolatableRobotGoogleImportInstructionsWithHiddenFields,
933
+ InterpolatableRobotGoogleImportInstructionsWithHiddenFieldsInput,
934
+ } from './google-import.ts'
935
+ export type {
936
+ InterpolatableRobotGoogleStoreInstructions,
937
+ InterpolatableRobotGoogleStoreInstructionsInput,
938
+ InterpolatableRobotGoogleStoreInstructionsWithHiddenFields,
939
+ InterpolatableRobotGoogleStoreInstructionsWithHiddenFieldsInput,
940
+ } from './google-store.ts'
941
+ export type {
942
+ InterpolatableRobotHtmlConvertInstructions,
943
+ InterpolatableRobotHtmlConvertInstructionsInput,
944
+ InterpolatableRobotHtmlConvertInstructionsWithHiddenFields,
945
+ InterpolatableRobotHtmlConvertInstructionsWithHiddenFieldsInput,
946
+ } from './html-convert.ts'
947
+ export type {
948
+ InterpolatableRobotHttpImportInstructions,
949
+ InterpolatableRobotHttpImportInstructionsInput,
950
+ InterpolatableRobotHttpImportInstructionsWithHiddenFields,
951
+ InterpolatableRobotHttpImportInstructionsWithHiddenFieldsInput,
952
+ } from './http-import.ts'
953
+ export type {
954
+ InterpolatableRobotImageBgremoveInstructions,
955
+ InterpolatableRobotImageBgremoveInstructionsInput,
956
+ InterpolatableRobotImageBgremoveInstructionsWithHiddenFields,
957
+ InterpolatableRobotImageBgremoveInstructionsWithHiddenFieldsInput,
958
+ } from './image-bgremove.ts'
959
+ export type {
960
+ InterpolatableRobotImageDescribeInstructions,
961
+ InterpolatableRobotImageDescribeInstructionsInput,
962
+ InterpolatableRobotImageDescribeInstructionsWithHiddenFields,
963
+ InterpolatableRobotImageDescribeInstructionsWithHiddenFieldsInput,
964
+ } from './image-describe.ts'
965
+ export type {
966
+ InterpolatableRobotImageFacedetectInstructions,
967
+ InterpolatableRobotImageFacedetectInstructionsInput,
968
+ InterpolatableRobotImageFacedetectInstructionsWithHiddenFields,
969
+ InterpolatableRobotImageFacedetectInstructionsWithHiddenFieldsInput,
970
+ } from './image-facedetect.ts'
971
+ export type {
972
+ InterpolatableRobotImageGenerateInstructions,
973
+ InterpolatableRobotImageGenerateInstructionsInput,
974
+ InterpolatableRobotImageGenerateInstructionsWithHiddenFields,
975
+ InterpolatableRobotImageGenerateInstructionsWithHiddenFieldsInput,
976
+ } from './image-generate.ts'
977
+ export type {
978
+ InterpolatableRobotImageMergeInstructions,
979
+ InterpolatableRobotImageMergeInstructionsInput,
980
+ InterpolatableRobotImageMergeInstructionsWithHiddenFields,
981
+ InterpolatableRobotImageMergeInstructionsWithHiddenFieldsInput,
982
+ } from './image-merge.ts'
983
+ export type {
984
+ InterpolatableRobotImageOcrInstructions,
985
+ InterpolatableRobotImageOcrInstructionsInput,
986
+ InterpolatableRobotImageOcrInstructionsWithHiddenFields,
987
+ InterpolatableRobotImageOcrInstructionsWithHiddenFieldsInput,
988
+ } from './image-ocr.ts'
989
+ export type {
990
+ InterpolatableRobotImageOptimizeInstructions,
991
+ InterpolatableRobotImageOptimizeInstructionsInput,
992
+ InterpolatableRobotImageOptimizeInstructionsWithHiddenFields,
993
+ InterpolatableRobotImageOptimizeInstructionsWithHiddenFieldsInput,
994
+ } from './image-optimize.ts'
995
+ export type {
996
+ InterpolatableRobotImageResizeInstructions,
997
+ InterpolatableRobotImageResizeInstructionsInput,
998
+ InterpolatableRobotImageResizeInstructionsWithHiddenFields,
999
+ InterpolatableRobotImageResizeInstructionsWithHiddenFieldsInput,
1000
+ } from './image-resize.ts'
1001
+ export type {
1002
+ InterpolatableRobotMetaReadInstructions,
1003
+ InterpolatableRobotMetaReadInstructionsInput,
1004
+ InterpolatableRobotMetaReadInstructionsWithHiddenFields,
1005
+ } from './meta-read.ts'
1006
+ export type {
1007
+ InterpolatableRobotMetaWriteInstructions,
1008
+ InterpolatableRobotMetaWriteInstructionsInput,
1009
+ InterpolatableRobotMetaWriteInstructionsWithHiddenFields,
1010
+ InterpolatableRobotMetaWriteInstructionsWithHiddenFieldsInput,
1011
+ } from './meta-write.ts'
1012
+ export type {
1013
+ InterpolatableRobotMinioImportInstructions,
1014
+ InterpolatableRobotMinioImportInstructionsInput,
1015
+ InterpolatableRobotMinioImportInstructionsWithHiddenFields,
1016
+ InterpolatableRobotMinioImportInstructionsWithHiddenFieldsInput,
1017
+ } from './minio-import.ts'
1018
+ export type {
1019
+ InterpolatableRobotMinioStoreInstructions,
1020
+ InterpolatableRobotMinioStoreInstructionsInput,
1021
+ InterpolatableRobotMinioStoreInstructionsWithHiddenFields,
1022
+ InterpolatableRobotMinioStoreInstructionsWithHiddenFieldsInput,
1023
+ } from './minio-store.ts'
1024
+ export type {
1025
+ InterpolatableRobotProgressSimulateInstructions,
1026
+ InterpolatableRobotProgressSimulateInstructionsInput,
1027
+ } from './progress-simulate.ts'
1028
+ export type {
1029
+ InterpolatableRobotS3ImportInstructions,
1030
+ InterpolatableRobotS3ImportInstructionsInput,
1031
+ InterpolatableRobotS3ImportInstructionsWithHiddenFields,
1032
+ InterpolatableRobotS3ImportInstructionsWithHiddenFieldsInput,
1033
+ } from './s3-import.ts'
1034
+ export type {
1035
+ InterpolatableRobotS3StoreInstructions,
1036
+ InterpolatableRobotS3StoreInstructionsInput,
1037
+ InterpolatableRobotS3StoreInstructionsWithHiddenFields,
1038
+ InterpolatableRobotS3StoreInstructionsWithHiddenFieldsInput,
1039
+ } from './s3-store.ts'
1040
+ export type {
1041
+ InterpolatableRobotScriptRunInstructions,
1042
+ InterpolatableRobotScriptRunInstructionsInput,
1043
+ InterpolatableRobotScriptRunInstructionsWithHiddenFields,
1044
+ InterpolatableRobotScriptRunInstructionsWithHiddenFieldsInput,
1045
+ } from './script-run.ts'
1046
+ export type {
1047
+ InterpolatableRobotSftpImportInstructions,
1048
+ InterpolatableRobotSftpImportInstructionsInput,
1049
+ InterpolatableRobotSftpImportInstructionsWithHiddenFields,
1050
+ InterpolatableRobotSftpImportInstructionsWithHiddenFieldsInput,
1051
+ } from './sftp-import.ts'
1052
+ export type {
1053
+ InterpolatableRobotSftpStoreInstructions,
1054
+ InterpolatableRobotSftpStoreInstructionsInput,
1055
+ InterpolatableRobotSftpStoreInstructionsWithHiddenFields,
1056
+ InterpolatableRobotSftpStoreInstructionsWithHiddenFieldsInput,
1057
+ } from './sftp-store.ts'
1058
+ export type {
1059
+ InterpolatableRobotSpeechTranscribeInstructions,
1060
+ InterpolatableRobotSpeechTranscribeInstructionsInput,
1061
+ InterpolatableRobotSpeechTranscribeInstructionsWithHiddenFields,
1062
+ InterpolatableRobotSpeechTranscribeInstructionsWithHiddenFieldsInput,
1063
+ } from './speech-transcribe.ts'
1064
+ export type {
1065
+ InterpolatableRobotSupabaseImportInstructions,
1066
+ InterpolatableRobotSupabaseImportInstructionsInput,
1067
+ InterpolatableRobotSupabaseImportInstructionsWithHiddenFields,
1068
+ InterpolatableRobotSupabaseImportInstructionsWithHiddenFieldsInput,
1069
+ } from './supabase-import.ts'
1070
+ export type {
1071
+ InterpolatableRobotSupabaseStoreInstructions,
1072
+ InterpolatableRobotSupabaseStoreInstructionsInput,
1073
+ InterpolatableRobotSupabaseStoreInstructionsWithHiddenFields,
1074
+ InterpolatableRobotSupabaseStoreInstructionsWithHiddenFieldsInput,
1075
+ } from './supabase-store.ts'
1076
+ export type {
1077
+ InterpolatableRobotSwiftImportInstructions,
1078
+ InterpolatableRobotSwiftImportInstructionsInput,
1079
+ InterpolatableRobotSwiftImportInstructionsWithHiddenFields,
1080
+ InterpolatableRobotSwiftImportInstructionsWithHiddenFieldsInput,
1081
+ } from './swift-import.ts'
1082
+ export type {
1083
+ InterpolatableRobotSwiftStoreInstructions,
1084
+ InterpolatableRobotSwiftStoreInstructionsInput,
1085
+ InterpolatableRobotSwiftStoreInstructionsWithHiddenFields,
1086
+ InterpolatableRobotSwiftStoreInstructionsWithHiddenFieldsInput,
1087
+ } from './swift-store.ts'
1088
+ export type {
1089
+ InterpolatableRobotTextSpeakInstructions,
1090
+ InterpolatableRobotTextSpeakInstructionsInput,
1091
+ InterpolatableRobotTextSpeakInstructionsWithHiddenFields,
1092
+ InterpolatableRobotTextSpeakInstructionsWithHiddenFieldsInput,
1093
+ } from './text-speak.ts'
1094
+ export type {
1095
+ InterpolatableRobotTextTranslateInstructions,
1096
+ InterpolatableRobotTextTranslateInstructionsInput,
1097
+ InterpolatableRobotTextTranslateInstructionsWithHiddenFields,
1098
+ InterpolatableRobotTextTranslateInstructionsWithHiddenFieldsInput,
1099
+ } from './text-translate.ts'
1100
+ export type {
1101
+ InterpolatableRobotTigrisImportInstructions,
1102
+ InterpolatableRobotTigrisImportInstructionsInput,
1103
+ InterpolatableRobotTigrisImportInstructionsWithHiddenFields,
1104
+ InterpolatableRobotTigrisImportInstructionsWithHiddenFieldsInput,
1105
+ } from './tigris-import.ts'
1106
+ export type {
1107
+ InterpolatableRobotTigrisStoreInstructions,
1108
+ InterpolatableRobotTigrisStoreInstructionsInput,
1109
+ InterpolatableRobotTigrisStoreInstructionsWithHiddenFields,
1110
+ InterpolatableRobotTigrisStoreInstructionsWithHiddenFieldsInput,
1111
+ } from './tigris-store.ts'
1112
+ export type {
1113
+ InterpolatableRobotTlcdnDeliverInstructions,
1114
+ InterpolatableRobotTlcdnDeliverInstructionsInput,
1115
+ InterpolatableRobotTlcdnDeliverInstructionsWithHiddenFields,
1116
+ InterpolatableRobotTlcdnDeliverInstructionsWithHiddenFieldsInput,
1117
+ } from './tlcdn-deliver.ts'
1118
+ export type {
1119
+ InterpolatableRobotTusStoreInstructions,
1120
+ InterpolatableRobotTusStoreInstructionsInput,
1121
+ InterpolatableRobotTusStoreInstructionsWithHiddenFields,
1122
+ InterpolatableRobotTusStoreInstructionsWithHiddenFieldsInput,
1123
+ } from './tus-store.ts'
1124
+ export type {
1125
+ InterpolatableRobotUploadHandleInstructions,
1126
+ InterpolatableRobotUploadHandleInstructionsInput,
1127
+ InterpolatableRobotUploadHandleInstructionsWithHiddenFields,
1128
+ InterpolatableRobotUploadHandleInstructionsWithHiddenFieldsInput,
1129
+ } from './upload-handle.ts'
1130
+ export type {
1131
+ InterpolatableRobotVideoAdaptiveInstructions,
1132
+ InterpolatableRobotVideoAdaptiveInstructionsInput,
1133
+ InterpolatableRobotVideoAdaptiveInstructionsWithHiddenFields,
1134
+ InterpolatableRobotVideoAdaptiveInstructionsWithHiddenFieldsInput,
1135
+ } from './video-adaptive.ts'
1136
+ export type {
1137
+ InterpolatableRobotVideoConcatInstructions,
1138
+ InterpolatableRobotVideoConcatInstructionsInput,
1139
+ InterpolatableRobotVideoConcatInstructionsWithHiddenFields,
1140
+ InterpolatableRobotVideoConcatInstructionsWithHiddenFieldsInput,
1141
+ } from './video-concat.ts'
1142
+ export type {
1143
+ InterpolatableRobotVideoEncodeInstructions,
1144
+ InterpolatableRobotVideoEncodeInstructionsInput,
1145
+ InterpolatableRobotVideoEncodeInstructionsWithHiddenFields,
1146
+ InterpolatableRobotVideoEncodeInstructionsWithHiddenFieldsInput,
1147
+ } from './video-encode.ts'
1148
+ export type {
1149
+ InterpolatableRobotVideoMergeInstructions,
1150
+ InterpolatableRobotVideoMergeInstructionsInput,
1151
+ InterpolatableRobotVideoMergeInstructionsWithHiddenFields,
1152
+ InterpolatableRobotVideoMergeInstructionsWithHiddenFieldsInput,
1153
+ } from './video-merge.ts'
1154
+ export type {
1155
+ InterpolatableRobotVideoOndemandInstructions,
1156
+ InterpolatableRobotVideoOndemandInstructionsInput,
1157
+ InterpolatableRobotVideoOndemandInstructionsWithHiddenFields,
1158
+ InterpolatableRobotVideoOndemandInstructionsWithHiddenFieldsInput,
1159
+ } from './video-ondemand.ts'
1160
+ export type {
1161
+ InterpolatableRobotVideoSubtitleInstructions,
1162
+ InterpolatableRobotVideoSubtitleInstructionsInput,
1163
+ InterpolatableRobotVideoSubtitleInstructionsWithHiddenFields,
1164
+ InterpolatableRobotVideoSubtitleInstructionsWithHiddenFieldsInput,
1165
+ } from './video-subtitle.ts'
1166
+ export type {
1167
+ InterpolatableRobotVideoThumbsInstructions,
1168
+ InterpolatableRobotVideoThumbsInstructionsInput,
1169
+ InterpolatableRobotVideoThumbsInstructionsWithHiddenFields,
1170
+ InterpolatableRobotVideoThumbsInstructionsWithHiddenFieldsInput,
1171
+ } from './video-thumbs.ts'
1172
+ export type {
1173
+ InterpolatableRobotVimeoImportInstructions,
1174
+ InterpolatableRobotVimeoImportInstructionsInput,
1175
+ InterpolatableRobotVimeoImportInstructionsWithHiddenFields,
1176
+ InterpolatableRobotVimeoImportInstructionsWithHiddenFieldsInput,
1177
+ } from './vimeo-import.ts'
1178
+ export type {
1179
+ InterpolatableRobotVimeoStoreInstructions,
1180
+ InterpolatableRobotVimeoStoreInstructionsInput,
1181
+ InterpolatableRobotVimeoStoreInstructionsWithHiddenFields,
1182
+ InterpolatableRobotVimeoStoreInstructionsWithHiddenFieldsInput,
1183
+ } from './vimeo-store.ts'
1184
+ export type {
1185
+ InterpolatableRobotWasabiImportInstructions,
1186
+ InterpolatableRobotWasabiImportInstructionsInput,
1187
+ InterpolatableRobotWasabiImportInstructionsWithHiddenFields,
1188
+ InterpolatableRobotWasabiImportInstructionsWithHiddenFieldsInput,
1189
+ } from './wasabi-import.ts'
1190
+ export type {
1191
+ InterpolatableRobotWasabiStoreInstructions,
1192
+ InterpolatableRobotWasabiStoreInstructionsInput,
1193
+ InterpolatableRobotWasabiStoreInstructionsWithHiddenFields,
1194
+ InterpolatableRobotWasabiStoreInstructionsWithHiddenFieldsInput,
1195
+ } from './wasabi-store.ts'
1196
+ export type {
1197
+ InterpolatableRobotYoutubeStoreInstructions,
1198
+ InterpolatableRobotYoutubeStoreInstructionsInput,
1199
+ InterpolatableRobotYoutubeStoreInstructionsWithHiddenFields,
1200
+ InterpolatableRobotYoutubeStoreInstructionsWithHiddenFieldsInput,
1201
+ } from './youtube-store.ts'