vellum-ai 1.2.3 → 1.2.5

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 (331) hide show
  1. package/Client.js +11 -11
  2. package/api/resources/adHoc/client/Client.js +2 -2
  3. package/api/resources/containerImages/client/Client.js +4 -4
  4. package/api/resources/deployments/client/Client.js +8 -8
  5. package/api/resources/documentIndexes/client/Client.js +8 -8
  6. package/api/resources/documents/client/Client.js +5 -5
  7. package/api/resources/events/client/Client.js +1 -1
  8. package/api/resources/folderEntities/client/Client.js +2 -2
  9. package/api/resources/metricDefinitions/client/Client.js +2 -2
  10. package/api/resources/mlModels/client/Client.js +1 -1
  11. package/api/resources/organizations/client/Client.js +1 -1
  12. package/api/resources/prompts/client/Client.js +2 -2
  13. package/api/resources/sandboxes/client/Client.js +3 -3
  14. package/api/resources/testSuiteRuns/client/Client.js +3 -3
  15. package/api/resources/testSuites/client/Client.js +4 -4
  16. package/api/resources/workflowDeployments/client/Client.js +9 -9
  17. package/api/resources/workflowExecutions/client/Client.js +1 -1
  18. package/api/resources/workflowSandboxes/client/Client.js +2 -2
  19. package/api/resources/workflows/client/Client.js +9 -3
  20. package/api/resources/workflows/client/requests/WorkflowsPullRequest.d.ts +8 -0
  21. package/api/resources/workspaceSecrets/client/Client.js +2 -2
  22. package/api/resources/workspaces/client/Client.js +1 -1
  23. package/api/types/AudioInput.d.ts +13 -0
  24. package/api/types/AudioInput.js +5 -0
  25. package/api/types/CodeExecutorInput.d.ts +1 -1
  26. package/api/types/DocumentInput.d.ts +13 -0
  27. package/api/types/DocumentInput.js +5 -0
  28. package/api/types/ImageInput.d.ts +13 -0
  29. package/api/types/ImageInput.js +5 -0
  30. package/api/types/NamedScenarioInputAudioVariableValueRequest.d.ts +9 -0
  31. package/api/types/NamedScenarioInputAudioVariableValueRequest.js +5 -0
  32. package/api/types/NamedScenarioInputDocumentVariableValueRequest.d.ts +9 -0
  33. package/api/types/NamedScenarioInputDocumentVariableValueRequest.js +5 -0
  34. package/api/types/NamedScenarioInputImageVariableValueRequest.d.ts +9 -0
  35. package/api/types/NamedScenarioInputImageVariableValueRequest.js +5 -0
  36. package/api/types/NamedScenarioInputRequest.d.ts +1 -1
  37. package/api/types/NamedScenarioInputVideoVariableValueRequest.d.ts +9 -0
  38. package/api/types/NamedScenarioInputVideoVariableValueRequest.js +5 -0
  39. package/api/types/NamedTestCaseAudioVariableValue.d.ts +12 -0
  40. package/api/types/NamedTestCaseAudioVariableValue.js +5 -0
  41. package/api/types/NamedTestCaseAudioVariableValueRequest.d.ts +12 -0
  42. package/api/types/NamedTestCaseAudioVariableValueRequest.js +5 -0
  43. package/api/types/NamedTestCaseDocumentVariableValue.d.ts +9 -0
  44. package/api/types/NamedTestCaseDocumentVariableValue.js +5 -0
  45. package/api/types/NamedTestCaseDocumentVariableValueRequest.d.ts +9 -0
  46. package/api/types/NamedTestCaseDocumentVariableValueRequest.js +5 -0
  47. package/api/types/NamedTestCaseImageVariableValue.d.ts +9 -0
  48. package/api/types/NamedTestCaseImageVariableValue.js +5 -0
  49. package/api/types/NamedTestCaseImageVariableValueRequest.d.ts +9 -0
  50. package/api/types/NamedTestCaseImageVariableValueRequest.js +5 -0
  51. package/api/types/NamedTestCaseVariableValue.d.ts +1 -1
  52. package/api/types/NamedTestCaseVariableValueRequest.d.ts +1 -1
  53. package/api/types/NamedTestCaseVideoVariableValue.d.ts +9 -0
  54. package/api/types/NamedTestCaseVideoVariableValue.js +5 -0
  55. package/api/types/NamedTestCaseVideoVariableValueRequest.d.ts +9 -0
  56. package/api/types/NamedTestCaseVideoVariableValueRequest.js +5 -0
  57. package/api/types/NodeExecutionSpanAttributes.d.ts +1 -0
  58. package/api/types/ScenarioInput.d.ts +1 -1
  59. package/api/types/ScenarioInputAudioVariableValue.d.ts +9 -0
  60. package/api/types/ScenarioInputAudioVariableValue.js +5 -0
  61. package/api/types/ScenarioInputDocumentVariableValue.d.ts +9 -0
  62. package/api/types/ScenarioInputDocumentVariableValue.js +5 -0
  63. package/api/types/ScenarioInputImageVariableValue.d.ts +9 -0
  64. package/api/types/ScenarioInputImageVariableValue.js +5 -0
  65. package/api/types/ScenarioInputVideoVariableValue.d.ts +9 -0
  66. package/api/types/ScenarioInputVideoVariableValue.js +5 -0
  67. package/api/types/SpanLinkTypeEnum.d.ts +8 -1
  68. package/api/types/SpanLinkTypeEnum.js +6 -0
  69. package/api/types/TestCaseAudioVariableValue.d.ts +13 -0
  70. package/api/types/TestCaseAudioVariableValue.js +5 -0
  71. package/api/types/TestCaseDocumentVariableValue.d.ts +13 -0
  72. package/api/types/TestCaseDocumentVariableValue.js +5 -0
  73. package/api/types/TestCaseImageVariableValue.d.ts +13 -0
  74. package/api/types/TestCaseImageVariableValue.js +5 -0
  75. package/api/types/TestCaseVariableValue.d.ts +1 -1
  76. package/api/types/TestCaseVideoVariableValue.d.ts +13 -0
  77. package/api/types/TestCaseVideoVariableValue.js +5 -0
  78. package/api/types/VideoInput.d.ts +13 -0
  79. package/api/types/VideoInput.js +5 -0
  80. package/api/types/WorkflowPushDeploymentConfigRequest.d.ts +1 -0
  81. package/api/types/index.d.ts +24 -0
  82. package/api/types/index.js +24 -0
  83. package/dist/Client.js +11 -11
  84. package/dist/api/resources/adHoc/client/Client.js +2 -2
  85. package/dist/api/resources/containerImages/client/Client.js +4 -4
  86. package/dist/api/resources/deployments/client/Client.js +8 -8
  87. package/dist/api/resources/documentIndexes/client/Client.js +8 -8
  88. package/dist/api/resources/documents/client/Client.js +5 -5
  89. package/dist/api/resources/events/client/Client.js +1 -1
  90. package/dist/api/resources/folderEntities/client/Client.js +2 -2
  91. package/dist/api/resources/metricDefinitions/client/Client.js +2 -2
  92. package/dist/api/resources/mlModels/client/Client.js +1 -1
  93. package/dist/api/resources/organizations/client/Client.js +1 -1
  94. package/dist/api/resources/prompts/client/Client.js +2 -2
  95. package/dist/api/resources/sandboxes/client/Client.js +3 -3
  96. package/dist/api/resources/testSuiteRuns/client/Client.js +3 -3
  97. package/dist/api/resources/testSuites/client/Client.js +4 -4
  98. package/dist/api/resources/workflowDeployments/client/Client.js +9 -9
  99. package/dist/api/resources/workflowExecutions/client/Client.js +1 -1
  100. package/dist/api/resources/workflowSandboxes/client/Client.js +2 -2
  101. package/dist/api/resources/workflows/client/Client.js +9 -3
  102. package/dist/api/resources/workflows/client/requests/WorkflowsPullRequest.d.ts +8 -0
  103. package/dist/api/resources/workspaceSecrets/client/Client.js +2 -2
  104. package/dist/api/resources/workspaces/client/Client.js +1 -1
  105. package/dist/api/types/AudioInput.d.ts +13 -0
  106. package/dist/api/types/AudioInput.js +5 -0
  107. package/dist/api/types/CodeExecutorInput.d.ts +1 -1
  108. package/dist/api/types/DocumentInput.d.ts +13 -0
  109. package/dist/api/types/DocumentInput.js +5 -0
  110. package/dist/api/types/ImageInput.d.ts +13 -0
  111. package/dist/api/types/ImageInput.js +5 -0
  112. package/dist/api/types/NamedScenarioInputAudioVariableValueRequest.d.ts +9 -0
  113. package/dist/api/types/NamedScenarioInputAudioVariableValueRequest.js +5 -0
  114. package/dist/api/types/NamedScenarioInputDocumentVariableValueRequest.d.ts +9 -0
  115. package/dist/api/types/NamedScenarioInputDocumentVariableValueRequest.js +5 -0
  116. package/dist/api/types/NamedScenarioInputImageVariableValueRequest.d.ts +9 -0
  117. package/dist/api/types/NamedScenarioInputImageVariableValueRequest.js +5 -0
  118. package/dist/api/types/NamedScenarioInputRequest.d.ts +1 -1
  119. package/dist/api/types/NamedScenarioInputVideoVariableValueRequest.d.ts +9 -0
  120. package/dist/api/types/NamedScenarioInputVideoVariableValueRequest.js +5 -0
  121. package/dist/api/types/NamedTestCaseAudioVariableValue.d.ts +12 -0
  122. package/dist/api/types/NamedTestCaseAudioVariableValue.js +5 -0
  123. package/dist/api/types/NamedTestCaseAudioVariableValueRequest.d.ts +12 -0
  124. package/dist/api/types/NamedTestCaseAudioVariableValueRequest.js +5 -0
  125. package/dist/api/types/NamedTestCaseDocumentVariableValue.d.ts +9 -0
  126. package/dist/api/types/NamedTestCaseDocumentVariableValue.js +5 -0
  127. package/dist/api/types/NamedTestCaseDocumentVariableValueRequest.d.ts +9 -0
  128. package/dist/api/types/NamedTestCaseDocumentVariableValueRequest.js +5 -0
  129. package/dist/api/types/NamedTestCaseImageVariableValue.d.ts +9 -0
  130. package/dist/api/types/NamedTestCaseImageVariableValue.js +5 -0
  131. package/dist/api/types/NamedTestCaseImageVariableValueRequest.d.ts +9 -0
  132. package/dist/api/types/NamedTestCaseImageVariableValueRequest.js +5 -0
  133. package/dist/api/types/NamedTestCaseVariableValue.d.ts +1 -1
  134. package/dist/api/types/NamedTestCaseVariableValueRequest.d.ts +1 -1
  135. package/dist/api/types/NamedTestCaseVideoVariableValue.d.ts +9 -0
  136. package/dist/api/types/NamedTestCaseVideoVariableValue.js +5 -0
  137. package/dist/api/types/NamedTestCaseVideoVariableValueRequest.d.ts +9 -0
  138. package/dist/api/types/NamedTestCaseVideoVariableValueRequest.js +5 -0
  139. package/dist/api/types/NodeExecutionSpanAttributes.d.ts +1 -0
  140. package/dist/api/types/ScenarioInput.d.ts +1 -1
  141. package/dist/api/types/ScenarioInputAudioVariableValue.d.ts +9 -0
  142. package/dist/api/types/ScenarioInputAudioVariableValue.js +5 -0
  143. package/dist/api/types/ScenarioInputDocumentVariableValue.d.ts +9 -0
  144. package/dist/api/types/ScenarioInputDocumentVariableValue.js +5 -0
  145. package/dist/api/types/ScenarioInputImageVariableValue.d.ts +9 -0
  146. package/dist/api/types/ScenarioInputImageVariableValue.js +5 -0
  147. package/dist/api/types/ScenarioInputVideoVariableValue.d.ts +9 -0
  148. package/dist/api/types/ScenarioInputVideoVariableValue.js +5 -0
  149. package/dist/api/types/SpanLinkTypeEnum.d.ts +8 -1
  150. package/dist/api/types/SpanLinkTypeEnum.js +6 -0
  151. package/dist/api/types/TestCaseAudioVariableValue.d.ts +13 -0
  152. package/dist/api/types/TestCaseAudioVariableValue.js +5 -0
  153. package/dist/api/types/TestCaseDocumentVariableValue.d.ts +13 -0
  154. package/dist/api/types/TestCaseDocumentVariableValue.js +5 -0
  155. package/dist/api/types/TestCaseImageVariableValue.d.ts +13 -0
  156. package/dist/api/types/TestCaseImageVariableValue.js +5 -0
  157. package/dist/api/types/TestCaseVariableValue.d.ts +1 -1
  158. package/dist/api/types/TestCaseVideoVariableValue.d.ts +13 -0
  159. package/dist/api/types/TestCaseVideoVariableValue.js +5 -0
  160. package/dist/api/types/VideoInput.d.ts +13 -0
  161. package/dist/api/types/VideoInput.js +5 -0
  162. package/dist/api/types/WorkflowPushDeploymentConfigRequest.d.ts +1 -0
  163. package/dist/api/types/index.d.ts +24 -0
  164. package/dist/api/types/index.js +24 -0
  165. package/dist/serialization/types/AudioInput.d.ts +15 -0
  166. package/dist/{terraform/index.js → serialization/types/AudioInput.js} +11 -7
  167. package/dist/serialization/types/CodeExecutorInput.d.ts +5 -1
  168. package/dist/serialization/types/CodeExecutorInput.js +8 -0
  169. package/dist/serialization/types/DocumentInput.d.ts +15 -0
  170. package/{terraform/index.js → dist/serialization/types/DocumentInput.js} +11 -7
  171. package/dist/serialization/types/ImageInput.d.ts +15 -0
  172. package/dist/serialization/types/ImageInput.js +46 -0
  173. package/dist/serialization/types/NamedScenarioInputAudioVariableValueRequest.d.ts +15 -0
  174. package/dist/serialization/types/NamedScenarioInputAudioVariableValueRequest.js +46 -0
  175. package/dist/serialization/types/NamedScenarioInputDocumentVariableValueRequest.d.ts +15 -0
  176. package/dist/serialization/types/NamedScenarioInputDocumentVariableValueRequest.js +46 -0
  177. package/dist/serialization/types/NamedScenarioInputImageVariableValueRequest.d.ts +15 -0
  178. package/dist/serialization/types/NamedScenarioInputImageVariableValueRequest.js +46 -0
  179. package/dist/serialization/types/NamedScenarioInputRequest.d.ts +5 -1
  180. package/dist/serialization/types/NamedScenarioInputRequest.js +8 -0
  181. package/dist/serialization/types/NamedScenarioInputVideoVariableValueRequest.d.ts +15 -0
  182. package/dist/serialization/types/NamedScenarioInputVideoVariableValueRequest.js +46 -0
  183. package/dist/serialization/types/NamedTestCaseAudioVariableValue.d.ts +15 -0
  184. package/dist/serialization/types/NamedTestCaseAudioVariableValue.js +46 -0
  185. package/dist/serialization/types/NamedTestCaseAudioVariableValueRequest.d.ts +15 -0
  186. package/dist/serialization/types/NamedTestCaseAudioVariableValueRequest.js +46 -0
  187. package/dist/serialization/types/NamedTestCaseDocumentVariableValue.d.ts +15 -0
  188. package/dist/serialization/types/NamedTestCaseDocumentVariableValue.js +46 -0
  189. package/dist/serialization/types/NamedTestCaseDocumentVariableValueRequest.d.ts +15 -0
  190. package/dist/serialization/types/NamedTestCaseDocumentVariableValueRequest.js +46 -0
  191. package/dist/serialization/types/NamedTestCaseImageVariableValue.d.ts +15 -0
  192. package/dist/serialization/types/NamedTestCaseImageVariableValue.js +46 -0
  193. package/dist/serialization/types/NamedTestCaseImageVariableValueRequest.d.ts +15 -0
  194. package/dist/serialization/types/NamedTestCaseImageVariableValueRequest.js +46 -0
  195. package/dist/serialization/types/NamedTestCaseVariableValue.d.ts +5 -1
  196. package/dist/serialization/types/NamedTestCaseVariableValue.js +8 -0
  197. package/dist/serialization/types/NamedTestCaseVariableValueRequest.d.ts +5 -1
  198. package/dist/serialization/types/NamedTestCaseVariableValueRequest.js +8 -0
  199. package/dist/serialization/types/NamedTestCaseVideoVariableValue.d.ts +15 -0
  200. package/dist/serialization/types/NamedTestCaseVideoVariableValue.js +46 -0
  201. package/dist/serialization/types/NamedTestCaseVideoVariableValueRequest.d.ts +15 -0
  202. package/dist/serialization/types/NamedTestCaseVideoVariableValueRequest.js +46 -0
  203. package/dist/serialization/types/NodeExecutionSpanAttributes.d.ts +1 -0
  204. package/dist/serialization/types/NodeExecutionSpanAttributes.js +1 -0
  205. package/dist/serialization/types/ScenarioInput.d.ts +5 -1
  206. package/dist/serialization/types/ScenarioInput.js +8 -0
  207. package/dist/serialization/types/ScenarioInputAudioVariableValue.d.ts +15 -0
  208. package/dist/serialization/types/ScenarioInputAudioVariableValue.js +46 -0
  209. package/dist/serialization/types/ScenarioInputDocumentVariableValue.d.ts +15 -0
  210. package/dist/serialization/types/ScenarioInputDocumentVariableValue.js +46 -0
  211. package/dist/serialization/types/ScenarioInputImageVariableValue.d.ts +15 -0
  212. package/dist/serialization/types/ScenarioInputImageVariableValue.js +46 -0
  213. package/dist/serialization/types/ScenarioInputVideoVariableValue.d.ts +15 -0
  214. package/dist/serialization/types/ScenarioInputVideoVariableValue.js +46 -0
  215. package/dist/serialization/types/SpanLinkTypeEnum.d.ts +1 -1
  216. package/dist/serialization/types/SpanLinkTypeEnum.js +1 -1
  217. package/dist/serialization/types/TestCaseAudioVariableValue.d.ts +16 -0
  218. package/dist/serialization/types/TestCaseAudioVariableValue.js +47 -0
  219. package/dist/serialization/types/TestCaseDocumentVariableValue.d.ts +16 -0
  220. package/dist/serialization/types/TestCaseDocumentVariableValue.js +47 -0
  221. package/dist/serialization/types/TestCaseImageVariableValue.d.ts +16 -0
  222. package/dist/serialization/types/TestCaseImageVariableValue.js +47 -0
  223. package/dist/serialization/types/TestCaseVariableValue.d.ts +5 -1
  224. package/dist/serialization/types/TestCaseVariableValue.js +8 -0
  225. package/dist/serialization/types/TestCaseVideoVariableValue.d.ts +16 -0
  226. package/dist/serialization/types/TestCaseVideoVariableValue.js +47 -0
  227. package/dist/serialization/types/VideoInput.d.ts +15 -0
  228. package/dist/serialization/types/VideoInput.js +46 -0
  229. package/dist/serialization/types/WorkflowPushDeploymentConfigRequest.d.ts +1 -0
  230. package/dist/serialization/types/WorkflowPushDeploymentConfigRequest.js +1 -0
  231. package/dist/serialization/types/index.d.ts +24 -0
  232. package/dist/serialization/types/index.js +24 -0
  233. package/dist/version.d.ts +1 -1
  234. package/dist/version.js +1 -1
  235. package/package.json +1 -3
  236. package/serialization/types/AudioInput.d.ts +15 -0
  237. package/serialization/types/AudioInput.js +46 -0
  238. package/serialization/types/CodeExecutorInput.d.ts +5 -1
  239. package/serialization/types/CodeExecutorInput.js +8 -0
  240. package/serialization/types/DocumentInput.d.ts +15 -0
  241. package/serialization/types/DocumentInput.js +46 -0
  242. package/serialization/types/ImageInput.d.ts +15 -0
  243. package/serialization/types/ImageInput.js +46 -0
  244. package/serialization/types/NamedScenarioInputAudioVariableValueRequest.d.ts +15 -0
  245. package/serialization/types/NamedScenarioInputAudioVariableValueRequest.js +46 -0
  246. package/serialization/types/NamedScenarioInputDocumentVariableValueRequest.d.ts +15 -0
  247. package/serialization/types/NamedScenarioInputDocumentVariableValueRequest.js +46 -0
  248. package/serialization/types/NamedScenarioInputImageVariableValueRequest.d.ts +15 -0
  249. package/serialization/types/NamedScenarioInputImageVariableValueRequest.js +46 -0
  250. package/serialization/types/NamedScenarioInputRequest.d.ts +5 -1
  251. package/serialization/types/NamedScenarioInputRequest.js +8 -0
  252. package/serialization/types/NamedScenarioInputVideoVariableValueRequest.d.ts +15 -0
  253. package/serialization/types/NamedScenarioInputVideoVariableValueRequest.js +46 -0
  254. package/serialization/types/NamedTestCaseAudioVariableValue.d.ts +15 -0
  255. package/serialization/types/NamedTestCaseAudioVariableValue.js +46 -0
  256. package/serialization/types/NamedTestCaseAudioVariableValueRequest.d.ts +15 -0
  257. package/serialization/types/NamedTestCaseAudioVariableValueRequest.js +46 -0
  258. package/serialization/types/NamedTestCaseDocumentVariableValue.d.ts +15 -0
  259. package/serialization/types/NamedTestCaseDocumentVariableValue.js +46 -0
  260. package/serialization/types/NamedTestCaseDocumentVariableValueRequest.d.ts +15 -0
  261. package/serialization/types/NamedTestCaseDocumentVariableValueRequest.js +46 -0
  262. package/serialization/types/NamedTestCaseImageVariableValue.d.ts +15 -0
  263. package/serialization/types/NamedTestCaseImageVariableValue.js +46 -0
  264. package/serialization/types/NamedTestCaseImageVariableValueRequest.d.ts +15 -0
  265. package/serialization/types/NamedTestCaseImageVariableValueRequest.js +46 -0
  266. package/serialization/types/NamedTestCaseVariableValue.d.ts +5 -1
  267. package/serialization/types/NamedTestCaseVariableValue.js +8 -0
  268. package/serialization/types/NamedTestCaseVariableValueRequest.d.ts +5 -1
  269. package/serialization/types/NamedTestCaseVariableValueRequest.js +8 -0
  270. package/serialization/types/NamedTestCaseVideoVariableValue.d.ts +15 -0
  271. package/serialization/types/NamedTestCaseVideoVariableValue.js +46 -0
  272. package/serialization/types/NamedTestCaseVideoVariableValueRequest.d.ts +15 -0
  273. package/serialization/types/NamedTestCaseVideoVariableValueRequest.js +46 -0
  274. package/serialization/types/NodeExecutionSpanAttributes.d.ts +1 -0
  275. package/serialization/types/NodeExecutionSpanAttributes.js +1 -0
  276. package/serialization/types/ScenarioInput.d.ts +5 -1
  277. package/serialization/types/ScenarioInput.js +8 -0
  278. package/serialization/types/ScenarioInputAudioVariableValue.d.ts +15 -0
  279. package/serialization/types/ScenarioInputAudioVariableValue.js +46 -0
  280. package/serialization/types/ScenarioInputDocumentVariableValue.d.ts +15 -0
  281. package/serialization/types/ScenarioInputDocumentVariableValue.js +46 -0
  282. package/serialization/types/ScenarioInputImageVariableValue.d.ts +15 -0
  283. package/serialization/types/ScenarioInputImageVariableValue.js +46 -0
  284. package/serialization/types/ScenarioInputVideoVariableValue.d.ts +15 -0
  285. package/serialization/types/ScenarioInputVideoVariableValue.js +46 -0
  286. package/serialization/types/SpanLinkTypeEnum.d.ts +1 -1
  287. package/serialization/types/SpanLinkTypeEnum.js +1 -1
  288. package/serialization/types/TestCaseAudioVariableValue.d.ts +16 -0
  289. package/serialization/types/TestCaseAudioVariableValue.js +47 -0
  290. package/serialization/types/TestCaseDocumentVariableValue.d.ts +16 -0
  291. package/serialization/types/TestCaseDocumentVariableValue.js +47 -0
  292. package/serialization/types/TestCaseImageVariableValue.d.ts +16 -0
  293. package/serialization/types/TestCaseImageVariableValue.js +47 -0
  294. package/serialization/types/TestCaseVariableValue.d.ts +5 -1
  295. package/serialization/types/TestCaseVariableValue.js +8 -0
  296. package/serialization/types/TestCaseVideoVariableValue.d.ts +16 -0
  297. package/serialization/types/TestCaseVideoVariableValue.js +47 -0
  298. package/serialization/types/VideoInput.d.ts +15 -0
  299. package/serialization/types/VideoInput.js +46 -0
  300. package/serialization/types/WorkflowPushDeploymentConfigRequest.d.ts +1 -0
  301. package/serialization/types/WorkflowPushDeploymentConfigRequest.js +1 -0
  302. package/serialization/types/index.d.ts +24 -0
  303. package/serialization/types/index.js +24 -0
  304. package/version.d.ts +1 -1
  305. package/version.js +1 -1
  306. package/dist/terraform/data-vellum-document-index/index.d.ts +0 -61
  307. package/dist/terraform/data-vellum-document-index/index.js +0 -162
  308. package/dist/terraform/data-vellum-ml-model/index.d.ts +0 -61
  309. package/dist/terraform/data-vellum-ml-model/index.js +0 -162
  310. package/dist/terraform/document-index/index.d.ts +0 -83
  311. package/dist/terraform/document-index/index.js +0 -190
  312. package/dist/terraform/index.d.ts +0 -5
  313. package/dist/terraform/lazy-index.d.ts +0 -0
  314. package/dist/terraform/lazy-index.js +0 -7
  315. package/dist/terraform/ml-model/index.d.ts +0 -148
  316. package/dist/terraform/ml-model/index.js +0 -364
  317. package/dist/terraform/provider/index.d.ts +0 -65
  318. package/dist/terraform/provider/index.js +0 -158
  319. package/terraform/data-vellum-document-index/index.d.ts +0 -61
  320. package/terraform/data-vellum-document-index/index.js +0 -162
  321. package/terraform/data-vellum-ml-model/index.d.ts +0 -61
  322. package/terraform/data-vellum-ml-model/index.js +0 -162
  323. package/terraform/document-index/index.d.ts +0 -83
  324. package/terraform/document-index/index.js +0 -190
  325. package/terraform/index.d.ts +0 -5
  326. package/terraform/lazy-index.d.ts +0 -0
  327. package/terraform/lazy-index.js +0 -7
  328. package/terraform/ml-model/index.d.ts +0 -148
  329. package/terraform/ml-model/index.js +0 -364
  330. package/terraform/provider/index.d.ts +0 -65
  331. package/terraform/provider/index.js +0 -158
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "../index";
5
+ export interface ScenarioInputDocumentVariableValue {
6
+ type: "DOCUMENT";
7
+ value: Vellum.VellumDocument;
8
+ inputVariableId: string;
9
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "../index";
5
+ export interface ScenarioInputImageVariableValue {
6
+ type: "IMAGE";
7
+ value: Vellum.VellumImage;
8
+ inputVariableId: string;
9
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "../index";
5
+ export interface ScenarioInputVideoVariableValue {
6
+ type: "VIDEO";
7
+ value: Vellum.VellumVideo;
8
+ inputVariableId: string;
9
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -3,5 +3,12 @@
3
3
  */
4
4
  /**
5
5
  * * `TRIGGERED_BY` - TRIGGERED_BY
6
+ * * `PREVIOUS_SPAN` - PREVIOUS_SPAN
7
+ * * `ROOT_SPAN` - ROOT_SPAN
6
8
  */
7
- export type SpanLinkTypeEnum = "TRIGGERED_BY";
9
+ export type SpanLinkTypeEnum = "TRIGGERED_BY" | "PREVIOUS_SPAN" | "ROOT_SPAN";
10
+ export declare const SpanLinkTypeEnum: {
11
+ readonly TriggeredBy: "TRIGGERED_BY";
12
+ readonly PreviousSpan: "PREVIOUS_SPAN";
13
+ readonly RootSpan: "ROOT_SPAN";
14
+ };
@@ -3,3 +3,9 @@
3
3
  * This file was auto-generated by Fern from our API Definition.
4
4
  */
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.SpanLinkTypeEnum = void 0;
7
+ exports.SpanLinkTypeEnum = {
8
+ TriggeredBy: "TRIGGERED_BY",
9
+ PreviousSpan: "PREVIOUS_SPAN",
10
+ RootSpan: "ROOT_SPAN",
11
+ };
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "../index";
5
+ /**
6
+ * An audio value for a variable in a Test Case.
7
+ */
8
+ export interface TestCaseAudioVariableValue {
9
+ variableId: string;
10
+ name?: string;
11
+ type: "AUDIO";
12
+ value: Vellum.VellumAudio;
13
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "../index";
5
+ /**
6
+ * A document value for a variable in a Test Case.
7
+ */
8
+ export interface TestCaseDocumentVariableValue {
9
+ variableId: string;
10
+ name?: string;
11
+ type: "DOCUMENT";
12
+ value: Vellum.VellumDocument;
13
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "../index";
5
+ /**
6
+ * An image value for a variable in a Test Case.
7
+ */
8
+ export interface TestCaseImageVariableValue {
9
+ variableId: string;
10
+ name?: string;
11
+ type: "IMAGE";
12
+ value: Vellum.VellumImage;
13
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -2,4 +2,4 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  import * as Vellum from "../index";
5
- export type TestCaseVariableValue = Vellum.TestCaseStringVariableValue | Vellum.TestCaseNumberVariableValue | Vellum.TestCaseJsonVariableValue | Vellum.TestCaseChatHistoryVariableValue | Vellum.TestCaseSearchResultsVariableValue | Vellum.TestCaseErrorVariableValue | Vellum.TestCaseFunctionCallVariableValue | Vellum.TestCaseArrayVariableValue;
5
+ export type TestCaseVariableValue = Vellum.TestCaseStringVariableValue | Vellum.TestCaseNumberVariableValue | Vellum.TestCaseJsonVariableValue | Vellum.TestCaseChatHistoryVariableValue | Vellum.TestCaseSearchResultsVariableValue | Vellum.TestCaseErrorVariableValue | Vellum.TestCaseFunctionCallVariableValue | Vellum.TestCaseArrayVariableValue | Vellum.TestCaseAudioVariableValue | Vellum.TestCaseImageVariableValue | Vellum.TestCaseVideoVariableValue | Vellum.TestCaseDocumentVariableValue;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "../index";
5
+ /**
6
+ * A video value for a variable in a Test Case.
7
+ */
8
+ export interface TestCaseVideoVariableValue {
9
+ variableId: string;
10
+ name?: string;
11
+ type: "VIDEO";
12
+ value: Vellum.VellumVideo;
13
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "../index";
5
+ /**
6
+ * A user input representing a Vellum Video value
7
+ */
8
+ export interface VideoInput {
9
+ /** The variable's name */
10
+ name: string;
11
+ type: "VIDEO";
12
+ value: Vellum.VellumVideo;
13
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -6,4 +6,5 @@ export interface WorkflowPushDeploymentConfigRequest {
6
6
  name?: string | null;
7
7
  description?: string | null;
8
8
  releaseTags?: string[] | null;
9
+ releaseDescription?: string | null;
9
10
  }
@@ -21,6 +21,7 @@ export * from "./ArrayVellumValue";
21
21
  export * from "./ArrayVellumValueRequest";
22
22
  export * from "./AudioChatMessageContent";
23
23
  export * from "./AudioChatMessageContentRequest";
24
+ export * from "./AudioInput";
24
25
  export * from "./AudioInputRequest";
25
26
  export * from "./AudioPromptBlock";
26
27
  export * from "./AudioVellumValue";
@@ -88,6 +89,7 @@ export * from "./DocumentIndexChunkingRequest";
88
89
  export * from "./DocumentIndexIndexingConfig";
89
90
  export * from "./DocumentIndexIndexingConfigRequest";
90
91
  export * from "./DocumentIndexRead";
92
+ export * from "./DocumentInput";
91
93
  export * from "./DocumentInputRequest";
92
94
  export * from "./DocumentProcessingState";
93
95
  export * from "./DocumentPromptBlock";
@@ -184,6 +186,7 @@ export * from "./HkunlpInstructorXlVectorizer";
184
186
  export * from "./HkunlpInstructorXlVectorizerRequest";
185
187
  export * from "./ImageChatMessageContent";
186
188
  export * from "./ImageChatMessageContentRequest";
189
+ export * from "./ImageInput";
187
190
  export * from "./ImageInputRequest";
188
191
  export * from "./ImagePromptBlock";
189
192
  export * from "./ImageVellumValue";
@@ -222,18 +225,28 @@ export * from "./MetricDefinitionExecution";
222
225
  export * from "./MetricDefinitionHistoryItem";
223
226
  export * from "./MetricDefinitionInput";
224
227
  export * from "./MetricNodeResult";
228
+ export * from "./NamedScenarioInputAudioVariableValueRequest";
225
229
  export * from "./NamedScenarioInputChatHistoryVariableValueRequest";
230
+ export * from "./NamedScenarioInputDocumentVariableValueRequest";
231
+ export * from "./NamedScenarioInputImageVariableValueRequest";
226
232
  export * from "./NamedScenarioInputJsonVariableValueRequest";
227
233
  export * from "./NamedScenarioInputRequest";
228
234
  export * from "./NamedScenarioInputStringVariableValueRequest";
235
+ export * from "./NamedScenarioInputVideoVariableValueRequest";
229
236
  export * from "./NamedTestCaseArrayVariableValue";
230
237
  export * from "./NamedTestCaseArrayVariableValueRequest";
238
+ export * from "./NamedTestCaseAudioVariableValue";
239
+ export * from "./NamedTestCaseAudioVariableValueRequest";
231
240
  export * from "./NamedTestCaseChatHistoryVariableValue";
232
241
  export * from "./NamedTestCaseChatHistoryVariableValueRequest";
242
+ export * from "./NamedTestCaseDocumentVariableValue";
243
+ export * from "./NamedTestCaseDocumentVariableValueRequest";
233
244
  export * from "./NamedTestCaseErrorVariableValue";
234
245
  export * from "./NamedTestCaseErrorVariableValueRequest";
235
246
  export * from "./NamedTestCaseFunctionCallVariableValue";
236
247
  export * from "./NamedTestCaseFunctionCallVariableValueRequest";
248
+ export * from "./NamedTestCaseImageVariableValue";
249
+ export * from "./NamedTestCaseImageVariableValueRequest";
237
250
  export * from "./NamedTestCaseJsonVariableValue";
238
251
  export * from "./NamedTestCaseJsonVariableValueRequest";
239
252
  export * from "./NamedTestCaseNumberVariableValue";
@@ -244,6 +257,8 @@ export * from "./NamedTestCaseStringVariableValue";
244
257
  export * from "./NamedTestCaseStringVariableValueRequest";
245
258
  export * from "./NamedTestCaseVariableValue";
246
259
  export * from "./NamedTestCaseVariableValueRequest";
260
+ export * from "./NamedTestCaseVideoVariableValue";
261
+ export * from "./NamedTestCaseVideoVariableValueRequest";
247
262
  export * from "./NewMemberJoinBehaviorEnum";
248
263
  export * from "./NodeExecutionFulfilledBody";
249
264
  export * from "./NodeExecutionFulfilledEvent";
@@ -365,9 +380,13 @@ export * from "./RichTextChildBlock";
365
380
  export * from "./RichTextPromptBlock";
366
381
  export * from "./SandboxScenario";
367
382
  export * from "./ScenarioInput";
383
+ export * from "./ScenarioInputAudioVariableValue";
368
384
  export * from "./ScenarioInputChatHistoryVariableValue";
385
+ export * from "./ScenarioInputDocumentVariableValue";
386
+ export * from "./ScenarioInputImageVariableValue";
369
387
  export * from "./ScenarioInputJsonVariableValue";
370
388
  export * from "./ScenarioInputStringVariableValue";
389
+ export * from "./ScenarioInputVideoVariableValue";
371
390
  export * from "./SearchFiltersRequest";
372
391
  export * from "./SearchNodeResult";
373
392
  export * from "./SearchNodeResultData";
@@ -436,14 +455,18 @@ export * from "./TerminalNodeResultOutput";
436
455
  export * from "./TerminalNodeSearchResultsResult";
437
456
  export * from "./TerminalNodeStringResult";
438
457
  export * from "./TestCaseArrayVariableValue";
458
+ export * from "./TestCaseAudioVariableValue";
439
459
  export * from "./TestCaseChatHistoryVariableValue";
460
+ export * from "./TestCaseDocumentVariableValue";
440
461
  export * from "./TestCaseErrorVariableValue";
441
462
  export * from "./TestCaseFunctionCallVariableValue";
463
+ export * from "./TestCaseImageVariableValue";
442
464
  export * from "./TestCaseJsonVariableValue";
443
465
  export * from "./TestCaseNumberVariableValue";
444
466
  export * from "./TestCaseSearchResultsVariableValue";
445
467
  export * from "./TestCaseStringVariableValue";
446
468
  export * from "./TestCaseVariableValue";
469
+ export * from "./TestCaseVideoVariableValue";
447
470
  export * from "./TestSuiteRunDeploymentReleaseTagExecConfig";
448
471
  export * from "./TestSuiteRunDeploymentReleaseTagExecConfigData";
449
472
  export * from "./TestSuiteRunDeploymentReleaseTagExecConfigDataRequest";
@@ -545,6 +568,7 @@ export * from "./VellumVideoRequest";
545
568
  export * from "./VellumWorkflowExecutionEvent";
546
569
  export * from "./VideoChatMessageContent";
547
570
  export * from "./VideoChatMessageContentRequest";
571
+ export * from "./VideoInput";
548
572
  export * from "./VideoInputRequest";
549
573
  export * from "./VideoPromptBlock";
550
574
  export * from "./VideoVellumValue";
@@ -37,6 +37,7 @@ __exportStar(require("./ArrayVellumValue"), exports);
37
37
  __exportStar(require("./ArrayVellumValueRequest"), exports);
38
38
  __exportStar(require("./AudioChatMessageContent"), exports);
39
39
  __exportStar(require("./AudioChatMessageContentRequest"), exports);
40
+ __exportStar(require("./AudioInput"), exports);
40
41
  __exportStar(require("./AudioInputRequest"), exports);
41
42
  __exportStar(require("./AudioPromptBlock"), exports);
42
43
  __exportStar(require("./AudioVellumValue"), exports);
@@ -104,6 +105,7 @@ __exportStar(require("./DocumentIndexChunkingRequest"), exports);
104
105
  __exportStar(require("./DocumentIndexIndexingConfig"), exports);
105
106
  __exportStar(require("./DocumentIndexIndexingConfigRequest"), exports);
106
107
  __exportStar(require("./DocumentIndexRead"), exports);
108
+ __exportStar(require("./DocumentInput"), exports);
107
109
  __exportStar(require("./DocumentInputRequest"), exports);
108
110
  __exportStar(require("./DocumentProcessingState"), exports);
109
111
  __exportStar(require("./DocumentPromptBlock"), exports);
@@ -200,6 +202,7 @@ __exportStar(require("./HkunlpInstructorXlVectorizer"), exports);
200
202
  __exportStar(require("./HkunlpInstructorXlVectorizerRequest"), exports);
201
203
  __exportStar(require("./ImageChatMessageContent"), exports);
202
204
  __exportStar(require("./ImageChatMessageContentRequest"), exports);
205
+ __exportStar(require("./ImageInput"), exports);
203
206
  __exportStar(require("./ImageInputRequest"), exports);
204
207
  __exportStar(require("./ImagePromptBlock"), exports);
205
208
  __exportStar(require("./ImageVellumValue"), exports);
@@ -238,18 +241,28 @@ __exportStar(require("./MetricDefinitionExecution"), exports);
238
241
  __exportStar(require("./MetricDefinitionHistoryItem"), exports);
239
242
  __exportStar(require("./MetricDefinitionInput"), exports);
240
243
  __exportStar(require("./MetricNodeResult"), exports);
244
+ __exportStar(require("./NamedScenarioInputAudioVariableValueRequest"), exports);
241
245
  __exportStar(require("./NamedScenarioInputChatHistoryVariableValueRequest"), exports);
246
+ __exportStar(require("./NamedScenarioInputDocumentVariableValueRequest"), exports);
247
+ __exportStar(require("./NamedScenarioInputImageVariableValueRequest"), exports);
242
248
  __exportStar(require("./NamedScenarioInputJsonVariableValueRequest"), exports);
243
249
  __exportStar(require("./NamedScenarioInputRequest"), exports);
244
250
  __exportStar(require("./NamedScenarioInputStringVariableValueRequest"), exports);
251
+ __exportStar(require("./NamedScenarioInputVideoVariableValueRequest"), exports);
245
252
  __exportStar(require("./NamedTestCaseArrayVariableValue"), exports);
246
253
  __exportStar(require("./NamedTestCaseArrayVariableValueRequest"), exports);
254
+ __exportStar(require("./NamedTestCaseAudioVariableValue"), exports);
255
+ __exportStar(require("./NamedTestCaseAudioVariableValueRequest"), exports);
247
256
  __exportStar(require("./NamedTestCaseChatHistoryVariableValue"), exports);
248
257
  __exportStar(require("./NamedTestCaseChatHistoryVariableValueRequest"), exports);
258
+ __exportStar(require("./NamedTestCaseDocumentVariableValue"), exports);
259
+ __exportStar(require("./NamedTestCaseDocumentVariableValueRequest"), exports);
249
260
  __exportStar(require("./NamedTestCaseErrorVariableValue"), exports);
250
261
  __exportStar(require("./NamedTestCaseErrorVariableValueRequest"), exports);
251
262
  __exportStar(require("./NamedTestCaseFunctionCallVariableValue"), exports);
252
263
  __exportStar(require("./NamedTestCaseFunctionCallVariableValueRequest"), exports);
264
+ __exportStar(require("./NamedTestCaseImageVariableValue"), exports);
265
+ __exportStar(require("./NamedTestCaseImageVariableValueRequest"), exports);
253
266
  __exportStar(require("./NamedTestCaseJsonVariableValue"), exports);
254
267
  __exportStar(require("./NamedTestCaseJsonVariableValueRequest"), exports);
255
268
  __exportStar(require("./NamedTestCaseNumberVariableValue"), exports);
@@ -260,6 +273,8 @@ __exportStar(require("./NamedTestCaseStringVariableValue"), exports);
260
273
  __exportStar(require("./NamedTestCaseStringVariableValueRequest"), exports);
261
274
  __exportStar(require("./NamedTestCaseVariableValue"), exports);
262
275
  __exportStar(require("./NamedTestCaseVariableValueRequest"), exports);
276
+ __exportStar(require("./NamedTestCaseVideoVariableValue"), exports);
277
+ __exportStar(require("./NamedTestCaseVideoVariableValueRequest"), exports);
263
278
  __exportStar(require("./NewMemberJoinBehaviorEnum"), exports);
264
279
  __exportStar(require("./NodeExecutionFulfilledBody"), exports);
265
280
  __exportStar(require("./NodeExecutionFulfilledEvent"), exports);
@@ -381,9 +396,13 @@ __exportStar(require("./RichTextChildBlock"), exports);
381
396
  __exportStar(require("./RichTextPromptBlock"), exports);
382
397
  __exportStar(require("./SandboxScenario"), exports);
383
398
  __exportStar(require("./ScenarioInput"), exports);
399
+ __exportStar(require("./ScenarioInputAudioVariableValue"), exports);
384
400
  __exportStar(require("./ScenarioInputChatHistoryVariableValue"), exports);
401
+ __exportStar(require("./ScenarioInputDocumentVariableValue"), exports);
402
+ __exportStar(require("./ScenarioInputImageVariableValue"), exports);
385
403
  __exportStar(require("./ScenarioInputJsonVariableValue"), exports);
386
404
  __exportStar(require("./ScenarioInputStringVariableValue"), exports);
405
+ __exportStar(require("./ScenarioInputVideoVariableValue"), exports);
387
406
  __exportStar(require("./SearchFiltersRequest"), exports);
388
407
  __exportStar(require("./SearchNodeResult"), exports);
389
408
  __exportStar(require("./SearchNodeResultData"), exports);
@@ -452,14 +471,18 @@ __exportStar(require("./TerminalNodeResultOutput"), exports);
452
471
  __exportStar(require("./TerminalNodeSearchResultsResult"), exports);
453
472
  __exportStar(require("./TerminalNodeStringResult"), exports);
454
473
  __exportStar(require("./TestCaseArrayVariableValue"), exports);
474
+ __exportStar(require("./TestCaseAudioVariableValue"), exports);
455
475
  __exportStar(require("./TestCaseChatHistoryVariableValue"), exports);
476
+ __exportStar(require("./TestCaseDocumentVariableValue"), exports);
456
477
  __exportStar(require("./TestCaseErrorVariableValue"), exports);
457
478
  __exportStar(require("./TestCaseFunctionCallVariableValue"), exports);
479
+ __exportStar(require("./TestCaseImageVariableValue"), exports);
458
480
  __exportStar(require("./TestCaseJsonVariableValue"), exports);
459
481
  __exportStar(require("./TestCaseNumberVariableValue"), exports);
460
482
  __exportStar(require("./TestCaseSearchResultsVariableValue"), exports);
461
483
  __exportStar(require("./TestCaseStringVariableValue"), exports);
462
484
  __exportStar(require("./TestCaseVariableValue"), exports);
485
+ __exportStar(require("./TestCaseVideoVariableValue"), exports);
463
486
  __exportStar(require("./TestSuiteRunDeploymentReleaseTagExecConfig"), exports);
464
487
  __exportStar(require("./TestSuiteRunDeploymentReleaseTagExecConfigData"), exports);
465
488
  __exportStar(require("./TestSuiteRunDeploymentReleaseTagExecConfigDataRequest"), exports);
@@ -561,6 +584,7 @@ __exportStar(require("./VellumVideoRequest"), exports);
561
584
  __exportStar(require("./VellumWorkflowExecutionEvent"), exports);
562
585
  __exportStar(require("./VideoChatMessageContent"), exports);
563
586
  __exportStar(require("./VideoChatMessageContentRequest"), exports);
587
+ __exportStar(require("./VideoInput"), exports);
564
588
  __exportStar(require("./VideoInputRequest"), exports);
565
589
  __exportStar(require("./VideoPromptBlock"), exports);
566
590
  __exportStar(require("./VideoVellumValue"), exports);
package/dist/Client.js CHANGED
@@ -182,7 +182,7 @@ class VellumClient {
182
182
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
183
183
  unrecognizedObjectKeys: "strip",
184
184
  })
185
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
185
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.5", "User-Agent": "vellum-ai/1.2.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
186
186
  contentType: "application/json",
187
187
  requestType: "json",
188
188
  body: serializers.ExecuteApiRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -268,7 +268,7 @@ class VellumClient {
268
268
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
269
269
  unrecognizedObjectKeys: "strip",
270
270
  })
271
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
271
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.5", "User-Agent": "vellum-ai/1.2.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
272
272
  contentType: "application/json",
273
273
  requestType: "json",
274
274
  body: serializers.CodeExecutor.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -354,7 +354,7 @@ class VellumClient {
354
354
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
355
355
  unrecognizedObjectKeys: "strip",
356
356
  })
357
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
357
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.5", "User-Agent": "vellum-ai/1.2.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
358
358
  contentType: "application/json",
359
359
  requestType: "json",
360
360
  body: serializers.ExecutePromptRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -425,7 +425,7 @@ class VellumClient {
425
425
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
426
426
  unrecognizedObjectKeys: "strip",
427
427
  })
428
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
428
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.5", "User-Agent": "vellum-ai/1.2.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
429
429
  contentType: "application/json",
430
430
  requestType: "json",
431
431
  body: serializers.ExecutePromptStreamRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -527,7 +527,7 @@ class VellumClient {
527
527
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
528
528
  unrecognizedObjectKeys: "strip",
529
529
  })
530
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
530
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.5", "User-Agent": "vellum-ai/1.2.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
531
531
  contentType: "application/json",
532
532
  requestType: "json",
533
533
  body: serializers.ExecuteWorkflowRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -596,7 +596,7 @@ class VellumClient {
596
596
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
597
597
  unrecognizedObjectKeys: "strip",
598
598
  })
599
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
599
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.5", "User-Agent": "vellum-ai/1.2.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
600
600
  contentType: "application/json",
601
601
  requestType: "json",
602
602
  body: serializers.ExecuteWorkflowStreamRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -704,7 +704,7 @@ class VellumClient {
704
704
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
705
705
  unrecognizedObjectKeys: "strip",
706
706
  })
707
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
707
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.5", "User-Agent": "vellum-ai/1.2.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
708
708
  contentType: "application/json",
709
709
  requestType: "json",
710
710
  body: serializers.GenerateBodyRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -778,7 +778,7 @@ class VellumClient {
778
778
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
779
779
  unrecognizedObjectKeys: "strip",
780
780
  })
781
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
781
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.5", "User-Agent": "vellum-ai/1.2.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
782
782
  contentType: "application/json",
783
783
  requestType: "json",
784
784
  body: serializers.GenerateStreamBodyRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -872,7 +872,7 @@ class VellumClient {
872
872
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
873
873
  unrecognizedObjectKeys: "strip",
874
874
  })
875
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
875
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.5", "User-Agent": "vellum-ai/1.2.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
876
876
  contentType: "application/json",
877
877
  requestType: "json",
878
878
  body: serializers.SearchRequestBodyRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -953,7 +953,7 @@ class VellumClient {
953
953
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
954
954
  unrecognizedObjectKeys: "strip",
955
955
  })
956
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
956
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.5", "User-Agent": "vellum-ai/1.2.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
957
957
  contentType: "application/json",
958
958
  requestType: "json",
959
959
  body: serializers.SubmitCompletionActualsRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -1028,7 +1028,7 @@ class VellumClient {
1028
1028
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
1029
1029
  unrecognizedObjectKeys: "strip",
1030
1030
  })
1031
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
1031
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.5", "User-Agent": "vellum-ai/1.2.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
1032
1032
  contentType: "application/json",
1033
1033
  requestType: "json",
1034
1034
  body: serializers.SubmitWorkflowExecutionActualsRequest.jsonOrThrow(request, {
@@ -112,7 +112,7 @@ class AdHoc {
112
112
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
113
113
  unrecognizedObjectKeys: "strip",
114
114
  })
115
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
115
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.5", "User-Agent": "vellum-ai/1.2.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
116
116
  contentType: "application/json",
117
117
  requestType: "json",
118
118
  body: serializers.AdHocExecutePrompt.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -178,7 +178,7 @@ class AdHoc {
178
178
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
179
179
  unrecognizedObjectKeys: "strip",
180
180
  })
181
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
181
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.5", "User-Agent": "vellum-ai/1.2.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
182
182
  contentType: "application/json",
183
183
  requestType: "json",
184
184
  body: serializers.AdHocExecutePromptStream.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -92,7 +92,7 @@ class ContainerImages {
92
92
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
93
93
  unrecognizedObjectKeys: "strip",
94
94
  })
95
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
95
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.5", "User-Agent": "vellum-ai/1.2.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
96
96
  contentType: "application/json",
97
97
  queryParameters: _queryParams,
98
98
  requestType: "json",
@@ -158,7 +158,7 @@ class ContainerImages {
158
158
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
159
159
  unrecognizedObjectKeys: "strip",
160
160
  })
161
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
161
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.5", "User-Agent": "vellum-ai/1.2.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
162
162
  contentType: "application/json",
163
163
  requestType: "json",
164
164
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -220,7 +220,7 @@ class ContainerImages {
220
220
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
221
221
  unrecognizedObjectKeys: "strip",
222
222
  })
223
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
223
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.5", "User-Agent": "vellum-ai/1.2.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
224
224
  contentType: "application/json",
225
225
  requestType: "json",
226
226
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -287,7 +287,7 @@ class ContainerImages {
287
287
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
288
288
  unrecognizedObjectKeys: "strip",
289
289
  })
290
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
290
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.5", "User-Agent": "vellum-ai/1.2.5", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
291
291
  contentType: "application/json",
292
292
  requestType: "json",
293
293
  body: serializers.PushContainerImageRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),