vellum-ai 1.2.4 → 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
@@ -90,7 +90,7 @@ class TestSuites {
90
90
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
91
91
  unrecognizedObjectKeys: "strip",
92
92
  })
93
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.4", "User-Agent": "vellum-ai/1.2.4", "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),
93
+ : "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),
94
94
  contentType: "application/json",
95
95
  queryParameters: _queryParams,
96
96
  requestType: "json",
@@ -178,7 +178,7 @@ class TestSuites {
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.4", "User-Agent": "vellum-ai/1.2.4", "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.UpsertTestSuiteTestCaseRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -238,7 +238,7 @@ class TestSuites {
238
238
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
239
239
  unrecognizedObjectKeys: "strip",
240
240
  })
241
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.4", "User-Agent": "vellum-ai/1.2.4", "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),
241
+ : "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),
242
242
  contentType: "application/x-ndjson",
243
243
  requestType: "json",
244
244
  body: serializers.testSuites.testSuiteTestCasesBulk.Request.jsonOrThrow(request, {
@@ -318,7 +318,7 @@ class TestSuites {
318
318
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
319
319
  unrecognizedObjectKeys: "strip",
320
320
  })
321
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.4", "User-Agent": "vellum-ai/1.2.4", "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),
321
+ : "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),
322
322
  contentType: "application/json",
323
323
  requestType: "json",
324
324
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -97,7 +97,7 @@ class WorkflowDeployments {
97
97
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
98
98
  unrecognizedObjectKeys: "strip",
99
99
  })
100
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.4", "User-Agent": "vellum-ai/1.2.4", "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),
100
+ : "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),
101
101
  contentType: "application/json",
102
102
  queryParameters: _queryParams,
103
103
  requestType: "json",
@@ -163,7 +163,7 @@ class WorkflowDeployments {
163
163
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
164
164
  unrecognizedObjectKeys: "strip",
165
165
  })
166
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.4", "User-Agent": "vellum-ai/1.2.4", "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),
166
+ : "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),
167
167
  contentType: "application/json",
168
168
  requestType: "json",
169
169
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -238,7 +238,7 @@ class WorkflowDeployments {
238
238
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
239
239
  unrecognizedObjectKeys: "strip",
240
240
  })
241
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.4", "User-Agent": "vellum-ai/1.2.4", "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),
241
+ : "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),
242
242
  contentType: "application/json",
243
243
  queryParameters: _queryParams,
244
244
  requestType: "json",
@@ -303,7 +303,7 @@ class WorkflowDeployments {
303
303
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
304
304
  unrecognizedObjectKeys: "strip",
305
305
  })
306
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.4", "User-Agent": "vellum-ai/1.2.4", "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),
306
+ : "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),
307
307
  contentType: "application/json",
308
308
  requestType: "json",
309
309
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -370,7 +370,7 @@ class WorkflowDeployments {
370
370
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
371
371
  unrecognizedObjectKeys: "strip",
372
372
  })
373
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.4", "User-Agent": "vellum-ai/1.2.4", "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),
373
+ : "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),
374
374
  contentType: "application/json",
375
375
  requestType: "json",
376
376
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -452,7 +452,7 @@ class WorkflowDeployments {
452
452
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
453
453
  unrecognizedObjectKeys: "strip",
454
454
  })
455
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.4", "User-Agent": "vellum-ai/1.2.4", "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),
455
+ : "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),
456
456
  contentType: "application/json",
457
457
  queryParameters: _queryParams,
458
458
  requestType: "json",
@@ -519,7 +519,7 @@ class WorkflowDeployments {
519
519
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
520
520
  unrecognizedObjectKeys: "strip",
521
521
  })
522
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.4", "User-Agent": "vellum-ai/1.2.4", "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),
522
+ : "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),
523
523
  contentType: "application/json",
524
524
  requestType: "json",
525
525
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -586,7 +586,7 @@ class WorkflowDeployments {
586
586
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
587
587
  unrecognizedObjectKeys: "strip",
588
588
  })
589
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.4", "User-Agent": "vellum-ai/1.2.4", "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),
589
+ : "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),
590
590
  contentType: "application/json",
591
591
  requestType: "json",
592
592
  body: serializers.PatchedWorkflowReleaseTagUpdateRequest.jsonOrThrow(request, {
@@ -655,7 +655,7 @@ class WorkflowDeployments {
655
655
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
656
656
  unrecognizedObjectKeys: "strip",
657
657
  })
658
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.4", "User-Agent": "vellum-ai/1.2.4", "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),
658
+ : "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),
659
659
  contentType: "application/json",
660
660
  requestType: "json",
661
661
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -88,7 +88,7 @@ class WorkflowExecutions {
88
88
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
89
89
  unrecognizedObjectKeys: "strip",
90
90
  })
91
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.4", "User-Agent": "vellum-ai/1.2.4", "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),
91
+ : "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),
92
92
  contentType: "application/json",
93
93
  queryParameters: _queryParams,
94
94
  requestType: "json",
@@ -81,7 +81,7 @@ class WorkflowSandboxes {
81
81
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
82
82
  unrecognizedObjectKeys: "strip",
83
83
  })
84
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.4", "User-Agent": "vellum-ai/1.2.4", "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),
84
+ : "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),
85
85
  contentType: "application/json",
86
86
  requestType: "json",
87
87
  body: serializers.DeploySandboxWorkflowRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -163,7 +163,7 @@ class WorkflowSandboxes {
163
163
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
164
164
  unrecognizedObjectKeys: "strip",
165
165
  })
166
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.4", "User-Agent": "vellum-ai/1.2.4", "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),
166
+ : "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),
167
167
  contentType: "application/json",
168
168
  queryParameters: _queryParams,
169
169
  requestType: "json",
@@ -69,7 +69,7 @@ class Workflows {
69
69
  __pull(id_1) {
70
70
  return __awaiter(this, arguments, void 0, function* (id, request = {}, requestOptions) {
71
71
  var _a, _b, _c, _d, _e, _f, _g;
72
- const { excludeCode, excludeDisplay, includeJson, includeSandbox, strict } = request;
72
+ const { excludeCode, excludeDisplay, includeJson, includeSandbox, releaseTag, strict, version } = request;
73
73
  const _queryParams = {};
74
74
  if (excludeCode !== undefined) {
75
75
  _queryParams["exclude_code"] = (_a = excludeCode === null || excludeCode === void 0 ? void 0 : excludeCode.toString()) !== null && _a !== void 0 ? _a : null;
@@ -83,9 +83,15 @@ class Workflows {
83
83
  if (includeSandbox !== undefined) {
84
84
  _queryParams["include_sandbox"] = (_d = includeSandbox === null || includeSandbox === void 0 ? void 0 : includeSandbox.toString()) !== null && _d !== void 0 ? _d : null;
85
85
  }
86
+ if (releaseTag !== undefined) {
87
+ _queryParams["release_tag"] = releaseTag;
88
+ }
86
89
  if (strict !== undefined) {
87
90
  _queryParams["strict"] = (_e = strict === null || strict === void 0 ? void 0 : strict.toString()) !== null && _e !== void 0 ? _e : null;
88
91
  }
92
+ if (version !== undefined) {
93
+ _queryParams["version"] = version;
94
+ }
89
95
  const _response = yield core.fetcher({
90
96
  url: (0, url_join_1.default)((_f = (yield core.Supplier.get(this._options.baseUrl))) !== null && _f !== void 0 ? _f : ((_g = (yield core.Supplier.get(this._options.environment))) !== null && _g !== void 0 ? _g : environments.VellumEnvironment.Production)
91
97
  .default, `v1/workflows/${encodeURIComponent(id)}/pull`),
@@ -94,7 +100,7 @@ class Workflows {
94
100
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
95
101
  unrecognizedObjectKeys: "strip",
96
102
  })
97
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.4", "User-Agent": "vellum-ai/1.2.4", "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),
103
+ : "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),
98
104
  contentType: "application/json",
99
105
  queryParameters: _queryParams,
100
106
  requestType: "json",
@@ -174,7 +180,7 @@ class Workflows {
174
180
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
175
181
  unrecognizedObjectKeys: "strip",
176
182
  })
177
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.4", "User-Agent": "vellum-ai/1.2.4", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), _maybeEncodedRequest.headers), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
183
+ : "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())), _maybeEncodedRequest.headers), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
178
184
  requestType: "file",
179
185
  duplex: _maybeEncodedRequest.duplex,
180
186
  body: _maybeEncodedRequest.body,
@@ -6,5 +6,13 @@ export interface WorkflowsPullRequest {
6
6
  excludeDisplay?: boolean | null;
7
7
  includeJson?: boolean | null;
8
8
  includeSandbox?: boolean | null;
9
+ /**
10
+ * Release tag to use when pulling from deployment (implies deployment-only lookup)
11
+ */
12
+ releaseTag?: string | null;
9
13
  strict?: boolean | null;
14
+ /**
15
+ * Semantic version range to validate against the Workflow SDK version (e.g., '>=1.0.0,<1.2.3')
16
+ */
17
+ version?: string | null;
10
18
  }
@@ -81,7 +81,7 @@ class WorkspaceSecrets {
81
81
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
82
82
  unrecognizedObjectKeys: "strip",
83
83
  })
84
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.4", "User-Agent": "vellum-ai/1.2.4", "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),
84
+ : "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),
85
85
  contentType: "application/json",
86
86
  requestType: "json",
87
87
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -147,7 +147,7 @@ class WorkspaceSecrets {
147
147
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
148
148
  unrecognizedObjectKeys: "strip",
149
149
  })
150
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.4", "User-Agent": "vellum-ai/1.2.4", "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),
150
+ : "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),
151
151
  contentType: "application/json",
152
152
  requestType: "json",
153
153
  body: serializers.PatchedWorkspaceSecretUpdateRequest.jsonOrThrow(request, {
@@ -80,7 +80,7 @@ class Workspaces {
80
80
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
81
81
  unrecognizedObjectKeys: "strip",
82
82
  })
83
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.4", "User-Agent": "vellum-ai/1.2.4", "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),
83
+ : "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),
84
84
  contentType: "application/json",
85
85
  requestType: "json",
86
86
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -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 Audio value
7
+ */
8
+ export interface AudioInput {
9
+ /** The variable's name */
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 });
@@ -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 CodeExecutorInput = Vellum.StringInput | Vellum.JsonInput | Vellum.ChatHistoryInput | Vellum.NumberInput | Vellum.SearchResultsInput | Vellum.ErrorInput | Vellum.ArrayInput | Vellum.FunctionCallInput | Vellum.CodeExecutorSecretInput;
5
+ export type CodeExecutorInput = Vellum.StringInput | Vellum.JsonInput | Vellum.ChatHistoryInput | Vellum.NumberInput | Vellum.SearchResultsInput | Vellum.ErrorInput | Vellum.ArrayInput | Vellum.FunctionCallInput | Vellum.AudioInput | Vellum.VideoInput | Vellum.ImageInput | Vellum.DocumentInput | Vellum.CodeExecutorSecretInput;
@@ -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 Document value
7
+ */
8
+ export interface DocumentInput {
9
+ /** The variable's name */
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
+ * A user input representing a Vellum Image value
7
+ */
8
+ export interface ImageInput {
9
+ /** The variable's name */
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 });
@@ -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 NamedScenarioInputAudioVariableValueRequest {
6
+ type: "AUDIO";
7
+ value: Vellum.VellumAudioRequest;
8
+ name: 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 NamedScenarioInputDocumentVariableValueRequest {
6
+ type: "DOCUMENT";
7
+ value: Vellum.VellumDocumentRequest;
8
+ name: 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 NamedScenarioInputImageVariableValueRequest {
6
+ type: "IMAGE";
7
+ value: Vellum.VellumImageRequest;
8
+ name: 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 });
@@ -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 NamedScenarioInputRequest = Vellum.NamedScenarioInputStringVariableValueRequest | Vellum.NamedScenarioInputJsonVariableValueRequest | Vellum.NamedScenarioInputChatHistoryVariableValueRequest;
5
+ export type NamedScenarioInputRequest = Vellum.NamedScenarioInputStringVariableValueRequest | Vellum.NamedScenarioInputJsonVariableValueRequest | Vellum.NamedScenarioInputChatHistoryVariableValueRequest | Vellum.NamedScenarioInputAudioVariableValueRequest | Vellum.NamedScenarioInputVideoVariableValueRequest | Vellum.NamedScenarioInputImageVariableValueRequest | Vellum.NamedScenarioInputDocumentVariableValueRequest;
@@ -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 NamedScenarioInputVideoVariableValueRequest {
6
+ type: "VIDEO";
7
+ value: Vellum.VellumVideoRequest;
8
+ name: 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,12 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "../index";
5
+ /**
6
+ * Named Test Case value that is of type AUDIO
7
+ */
8
+ export interface NamedTestCaseAudioVariableValue {
9
+ type: "AUDIO";
10
+ value: Vellum.VellumAudio;
11
+ name: string;
12
+ }
@@ -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,12 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "../index";
5
+ /**
6
+ * Named Test Case value that is of type AUDIO
7
+ */
8
+ export interface NamedTestCaseAudioVariableValueRequest {
9
+ type: "AUDIO";
10
+ value: Vellum.VellumAudioRequest;
11
+ name: string;
12
+ }
@@ -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 NamedTestCaseDocumentVariableValue {
6
+ type: "DOCUMENT";
7
+ value: Vellum.VellumDocument;
8
+ name: 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 NamedTestCaseDocumentVariableValueRequest {
6
+ type: "DOCUMENT";
7
+ value: Vellum.VellumDocumentRequest;
8
+ name: 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 NamedTestCaseImageVariableValue {
6
+ type: "IMAGE";
7
+ value: Vellum.VellumImage;
8
+ name: 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 NamedTestCaseImageVariableValueRequest {
6
+ type: "IMAGE";
7
+ value: Vellum.VellumImageRequest;
8
+ name: 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 });
@@ -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 NamedTestCaseVariableValue = Vellum.NamedTestCaseStringVariableValue | Vellum.NamedTestCaseNumberVariableValue | Vellum.NamedTestCaseJsonVariableValue | Vellum.NamedTestCaseChatHistoryVariableValue | Vellum.NamedTestCaseSearchResultsVariableValue | Vellum.NamedTestCaseErrorVariableValue | Vellum.NamedTestCaseFunctionCallVariableValue | Vellum.NamedTestCaseArrayVariableValue;
5
+ export type NamedTestCaseVariableValue = Vellum.NamedTestCaseStringVariableValue | Vellum.NamedTestCaseNumberVariableValue | Vellum.NamedTestCaseJsonVariableValue | Vellum.NamedTestCaseChatHistoryVariableValue | Vellum.NamedTestCaseSearchResultsVariableValue | Vellum.NamedTestCaseErrorVariableValue | Vellum.NamedTestCaseFunctionCallVariableValue | Vellum.NamedTestCaseArrayVariableValue | Vellum.NamedTestCaseAudioVariableValue | Vellum.NamedTestCaseVideoVariableValue | Vellum.NamedTestCaseImageVariableValue | Vellum.NamedTestCaseDocumentVariableValue;
@@ -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 NamedTestCaseVariableValueRequest = Vellum.NamedTestCaseStringVariableValueRequest | Vellum.NamedTestCaseNumberVariableValueRequest | Vellum.NamedTestCaseJsonVariableValueRequest | Vellum.NamedTestCaseChatHistoryVariableValueRequest | Vellum.NamedTestCaseSearchResultsVariableValueRequest | Vellum.NamedTestCaseErrorVariableValueRequest | Vellum.NamedTestCaseFunctionCallVariableValueRequest | Vellum.NamedTestCaseArrayVariableValueRequest;
5
+ export type NamedTestCaseVariableValueRequest = Vellum.NamedTestCaseStringVariableValueRequest | Vellum.NamedTestCaseNumberVariableValueRequest | Vellum.NamedTestCaseJsonVariableValueRequest | Vellum.NamedTestCaseChatHistoryVariableValueRequest | Vellum.NamedTestCaseSearchResultsVariableValueRequest | Vellum.NamedTestCaseErrorVariableValueRequest | Vellum.NamedTestCaseFunctionCallVariableValueRequest | Vellum.NamedTestCaseArrayVariableValueRequest | Vellum.NamedTestCaseAudioVariableValueRequest | Vellum.NamedTestCaseVideoVariableValueRequest | Vellum.NamedTestCaseImageVariableValueRequest | Vellum.NamedTestCaseDocumentVariableValueRequest;
@@ -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 NamedTestCaseVideoVariableValue {
6
+ type: "VIDEO";
7
+ value: Vellum.VellumVideo;
8
+ name: 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 NamedTestCaseVideoVariableValueRequest {
6
+ type: "VIDEO";
7
+ value: Vellum.VellumVideoRequest;
8
+ name: 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,6 @@
3
3
  */
4
4
  export interface NodeExecutionSpanAttributes {
5
5
  label: string;
6
+ filepath?: string | null;
6
7
  nodeId: string;
7
8
  }
@@ -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 ScenarioInput = Vellum.ScenarioInputStringVariableValue | Vellum.ScenarioInputJsonVariableValue | Vellum.ScenarioInputChatHistoryVariableValue;
5
+ export type ScenarioInput = Vellum.ScenarioInputStringVariableValue | Vellum.ScenarioInputJsonVariableValue | Vellum.ScenarioInputChatHistoryVariableValue | Vellum.ScenarioInputAudioVariableValue | Vellum.ScenarioInputVideoVariableValue | Vellum.ScenarioInputImageVariableValue | Vellum.ScenarioInputDocumentVariableValue;
@@ -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 ScenarioInputAudioVariableValue {
6
+ type: "AUDIO";
7
+ value: Vellum.VellumAudio;
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 });