vellum-ai 1.2.4 → 1.3.0

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 (382) 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.d.ts +2 -3
  19. package/api/resources/workflowSandboxes/client/Client.js +9 -10
  20. package/api/resources/workflows/client/Client.js +9 -3
  21. package/api/resources/workflows/client/requests/WorkflowsPullRequest.d.ts +8 -0
  22. package/api/resources/workspaceSecrets/client/Client.js +2 -2
  23. package/api/resources/workspaces/client/Client.js +1 -1
  24. package/api/types/AudioInput.d.ts +13 -0
  25. package/api/types/AudioInput.js +5 -0
  26. package/api/types/CodeExecutorInput.d.ts +1 -1
  27. package/api/types/DeploymentRead.d.ts +4 -7
  28. package/api/types/DocumentInput.d.ts +13 -0
  29. package/api/types/DocumentInput.js +5 -0
  30. package/api/types/EnvironmentEnum.d.ts +0 -5
  31. package/api/types/ImageInput.d.ts +13 -0
  32. package/api/types/ImageInput.js +5 -0
  33. package/api/types/NamedScenarioInputAudioVariableValueRequest.d.ts +9 -0
  34. package/api/types/NamedScenarioInputAudioVariableValueRequest.js +5 -0
  35. package/api/types/NamedScenarioInputDocumentVariableValueRequest.d.ts +9 -0
  36. package/api/types/NamedScenarioInputDocumentVariableValueRequest.js +5 -0
  37. package/api/types/NamedScenarioInputImageVariableValueRequest.d.ts +9 -0
  38. package/api/types/NamedScenarioInputImageVariableValueRequest.js +5 -0
  39. package/api/types/NamedScenarioInputRequest.d.ts +1 -1
  40. package/api/types/NamedScenarioInputVideoVariableValueRequest.d.ts +9 -0
  41. package/api/types/NamedScenarioInputVideoVariableValueRequest.js +5 -0
  42. package/api/types/NamedTestCaseAudioVariableValue.d.ts +12 -0
  43. package/api/types/NamedTestCaseAudioVariableValue.js +5 -0
  44. package/api/types/NamedTestCaseAudioVariableValueRequest.d.ts +12 -0
  45. package/api/types/NamedTestCaseAudioVariableValueRequest.js +5 -0
  46. package/api/types/NamedTestCaseDocumentVariableValue.d.ts +9 -0
  47. package/api/types/NamedTestCaseDocumentVariableValue.js +5 -0
  48. package/api/types/NamedTestCaseDocumentVariableValueRequest.d.ts +9 -0
  49. package/api/types/NamedTestCaseDocumentVariableValueRequest.js +5 -0
  50. package/api/types/NamedTestCaseImageVariableValue.d.ts +9 -0
  51. package/api/types/NamedTestCaseImageVariableValue.js +5 -0
  52. package/api/types/NamedTestCaseImageVariableValueRequest.d.ts +9 -0
  53. package/api/types/NamedTestCaseImageVariableValueRequest.js +5 -0
  54. package/api/types/NamedTestCaseVariableValue.d.ts +1 -1
  55. package/api/types/NamedTestCaseVariableValueRequest.d.ts +1 -1
  56. package/api/types/NamedTestCaseVideoVariableValue.d.ts +9 -0
  57. package/api/types/NamedTestCaseVideoVariableValue.js +5 -0
  58. package/api/types/NamedTestCaseVideoVariableValueRequest.d.ts +9 -0
  59. package/api/types/NamedTestCaseVideoVariableValueRequest.js +5 -0
  60. package/api/types/NodeExecutionSpanAttributes.d.ts +1 -0
  61. package/api/types/ScenarioInput.d.ts +1 -1
  62. package/api/types/ScenarioInputAudioVariableValue.d.ts +9 -0
  63. package/api/types/ScenarioInputAudioVariableValue.js +5 -0
  64. package/api/types/ScenarioInputDocumentVariableValue.d.ts +9 -0
  65. package/api/types/ScenarioInputDocumentVariableValue.js +5 -0
  66. package/api/types/ScenarioInputImageVariableValue.d.ts +9 -0
  67. package/api/types/ScenarioInputImageVariableValue.js +5 -0
  68. package/api/types/ScenarioInputVideoVariableValue.d.ts +9 -0
  69. package/api/types/ScenarioInputVideoVariableValue.js +5 -0
  70. package/api/types/SlimDeploymentRead.d.ts +4 -7
  71. package/api/types/SlimWorkflowDeployment.d.ts +4 -7
  72. package/api/types/SpanLinkTypeEnum.d.ts +8 -1
  73. package/api/types/SpanLinkTypeEnum.js +6 -0
  74. package/api/types/TestCaseAudioVariableValue.d.ts +13 -0
  75. package/api/types/TestCaseAudioVariableValue.js +5 -0
  76. package/api/types/TestCaseDocumentVariableValue.d.ts +13 -0
  77. package/api/types/TestCaseDocumentVariableValue.js +5 -0
  78. package/api/types/TestCaseImageVariableValue.d.ts +13 -0
  79. package/api/types/TestCaseImageVariableValue.js +5 -0
  80. package/api/types/TestCaseVariableValue.d.ts +1 -1
  81. package/api/types/TestCaseVideoVariableValue.d.ts +13 -0
  82. package/api/types/TestCaseVideoVariableValue.js +5 -0
  83. package/api/types/VideoInput.d.ts +13 -0
  84. package/api/types/VideoInput.js +5 -0
  85. package/api/types/WorkflowDeploymentRead.d.ts +4 -7
  86. package/api/types/WorkflowPushDeploymentConfigRequest.d.ts +1 -0
  87. package/api/types/WorkflowRequestAudioInputRequest.d.ts +13 -0
  88. package/api/types/WorkflowRequestAudioInputRequest.js +5 -0
  89. package/api/types/WorkflowRequestDocumentInputRequest.d.ts +13 -0
  90. package/api/types/WorkflowRequestDocumentInputRequest.js +5 -0
  91. package/api/types/WorkflowRequestImageInputRequest.d.ts +13 -0
  92. package/api/types/WorkflowRequestImageInputRequest.js +5 -0
  93. package/api/types/WorkflowRequestInputRequest.d.ts +1 -1
  94. package/api/types/WorkflowRequestVideoInputRequest.d.ts +13 -0
  95. package/api/types/WorkflowRequestVideoInputRequest.js +5 -0
  96. package/api/types/index.d.ts +28 -0
  97. package/api/types/index.js +28 -0
  98. package/dist/Client.js +11 -11
  99. package/dist/api/resources/adHoc/client/Client.js +2 -2
  100. package/dist/api/resources/containerImages/client/Client.js +4 -4
  101. package/dist/api/resources/deployments/client/Client.js +8 -8
  102. package/dist/api/resources/documentIndexes/client/Client.js +8 -8
  103. package/dist/api/resources/documents/client/Client.js +5 -5
  104. package/dist/api/resources/events/client/Client.js +1 -1
  105. package/dist/api/resources/folderEntities/client/Client.js +2 -2
  106. package/dist/api/resources/metricDefinitions/client/Client.js +2 -2
  107. package/dist/api/resources/mlModels/client/Client.js +1 -1
  108. package/dist/api/resources/organizations/client/Client.js +1 -1
  109. package/dist/api/resources/prompts/client/Client.js +2 -2
  110. package/dist/api/resources/sandboxes/client/Client.js +3 -3
  111. package/dist/api/resources/testSuiteRuns/client/Client.js +3 -3
  112. package/dist/api/resources/testSuites/client/Client.js +4 -4
  113. package/dist/api/resources/workflowDeployments/client/Client.js +9 -9
  114. package/dist/api/resources/workflowExecutions/client/Client.js +1 -1
  115. package/dist/api/resources/workflowSandboxes/client/Client.d.ts +2 -3
  116. package/dist/api/resources/workflowSandboxes/client/Client.js +9 -10
  117. package/dist/api/resources/workflows/client/Client.js +9 -3
  118. package/dist/api/resources/workflows/client/requests/WorkflowsPullRequest.d.ts +8 -0
  119. package/dist/api/resources/workspaceSecrets/client/Client.js +2 -2
  120. package/dist/api/resources/workspaces/client/Client.js +1 -1
  121. package/dist/api/types/AudioInput.d.ts +13 -0
  122. package/dist/api/types/AudioInput.js +5 -0
  123. package/dist/api/types/CodeExecutorInput.d.ts +1 -1
  124. package/dist/api/types/DeploymentRead.d.ts +4 -7
  125. package/dist/api/types/DocumentInput.d.ts +13 -0
  126. package/dist/api/types/DocumentInput.js +5 -0
  127. package/dist/api/types/EnvironmentEnum.d.ts +0 -5
  128. package/dist/api/types/ImageInput.d.ts +13 -0
  129. package/dist/api/types/ImageInput.js +5 -0
  130. package/dist/api/types/NamedScenarioInputAudioVariableValueRequest.d.ts +9 -0
  131. package/dist/api/types/NamedScenarioInputAudioVariableValueRequest.js +5 -0
  132. package/dist/api/types/NamedScenarioInputDocumentVariableValueRequest.d.ts +9 -0
  133. package/dist/api/types/NamedScenarioInputDocumentVariableValueRequest.js +5 -0
  134. package/dist/api/types/NamedScenarioInputImageVariableValueRequest.d.ts +9 -0
  135. package/dist/api/types/NamedScenarioInputImageVariableValueRequest.js +5 -0
  136. package/dist/api/types/NamedScenarioInputRequest.d.ts +1 -1
  137. package/dist/api/types/NamedScenarioInputVideoVariableValueRequest.d.ts +9 -0
  138. package/dist/api/types/NamedScenarioInputVideoVariableValueRequest.js +5 -0
  139. package/dist/api/types/NamedTestCaseAudioVariableValue.d.ts +12 -0
  140. package/dist/api/types/NamedTestCaseAudioVariableValue.js +5 -0
  141. package/dist/api/types/NamedTestCaseAudioVariableValueRequest.d.ts +12 -0
  142. package/dist/api/types/NamedTestCaseAudioVariableValueRequest.js +5 -0
  143. package/dist/api/types/NamedTestCaseDocumentVariableValue.d.ts +9 -0
  144. package/dist/api/types/NamedTestCaseDocumentVariableValue.js +5 -0
  145. package/dist/api/types/NamedTestCaseDocumentVariableValueRequest.d.ts +9 -0
  146. package/dist/api/types/NamedTestCaseDocumentVariableValueRequest.js +5 -0
  147. package/dist/api/types/NamedTestCaseImageVariableValue.d.ts +9 -0
  148. package/dist/api/types/NamedTestCaseImageVariableValue.js +5 -0
  149. package/dist/api/types/NamedTestCaseImageVariableValueRequest.d.ts +9 -0
  150. package/dist/api/types/NamedTestCaseImageVariableValueRequest.js +5 -0
  151. package/dist/api/types/NamedTestCaseVariableValue.d.ts +1 -1
  152. package/dist/api/types/NamedTestCaseVariableValueRequest.d.ts +1 -1
  153. package/dist/api/types/NamedTestCaseVideoVariableValue.d.ts +9 -0
  154. package/dist/api/types/NamedTestCaseVideoVariableValue.js +5 -0
  155. package/dist/api/types/NamedTestCaseVideoVariableValueRequest.d.ts +9 -0
  156. package/dist/api/types/NamedTestCaseVideoVariableValueRequest.js +5 -0
  157. package/dist/api/types/NodeExecutionSpanAttributes.d.ts +1 -0
  158. package/dist/api/types/ScenarioInput.d.ts +1 -1
  159. package/dist/api/types/ScenarioInputAudioVariableValue.d.ts +9 -0
  160. package/dist/api/types/ScenarioInputAudioVariableValue.js +5 -0
  161. package/dist/api/types/ScenarioInputDocumentVariableValue.d.ts +9 -0
  162. package/dist/api/types/ScenarioInputDocumentVariableValue.js +5 -0
  163. package/dist/api/types/ScenarioInputImageVariableValue.d.ts +9 -0
  164. package/dist/api/types/ScenarioInputImageVariableValue.js +5 -0
  165. package/dist/api/types/ScenarioInputVideoVariableValue.d.ts +9 -0
  166. package/dist/api/types/ScenarioInputVideoVariableValue.js +5 -0
  167. package/dist/api/types/SlimDeploymentRead.d.ts +4 -7
  168. package/dist/api/types/SlimWorkflowDeployment.d.ts +4 -7
  169. package/dist/api/types/SpanLinkTypeEnum.d.ts +8 -1
  170. package/dist/api/types/SpanLinkTypeEnum.js +6 -0
  171. package/dist/api/types/TestCaseAudioVariableValue.d.ts +13 -0
  172. package/dist/api/types/TestCaseAudioVariableValue.js +5 -0
  173. package/dist/api/types/TestCaseDocumentVariableValue.d.ts +13 -0
  174. package/dist/api/types/TestCaseDocumentVariableValue.js +5 -0
  175. package/dist/api/types/TestCaseImageVariableValue.d.ts +13 -0
  176. package/dist/api/types/TestCaseImageVariableValue.js +5 -0
  177. package/dist/api/types/TestCaseVariableValue.d.ts +1 -1
  178. package/dist/api/types/TestCaseVideoVariableValue.d.ts +13 -0
  179. package/dist/api/types/TestCaseVideoVariableValue.js +5 -0
  180. package/dist/api/types/VideoInput.d.ts +13 -0
  181. package/dist/api/types/VideoInput.js +5 -0
  182. package/dist/api/types/WorkflowDeploymentRead.d.ts +4 -7
  183. package/dist/api/types/WorkflowPushDeploymentConfigRequest.d.ts +1 -0
  184. package/dist/api/types/WorkflowRequestAudioInputRequest.d.ts +13 -0
  185. package/dist/api/types/WorkflowRequestAudioInputRequest.js +5 -0
  186. package/dist/api/types/WorkflowRequestDocumentInputRequest.d.ts +13 -0
  187. package/dist/api/types/WorkflowRequestDocumentInputRequest.js +5 -0
  188. package/dist/api/types/WorkflowRequestImageInputRequest.d.ts +13 -0
  189. package/dist/api/types/WorkflowRequestImageInputRequest.js +5 -0
  190. package/dist/api/types/WorkflowRequestInputRequest.d.ts +1 -1
  191. package/dist/api/types/WorkflowRequestVideoInputRequest.d.ts +13 -0
  192. package/dist/api/types/WorkflowRequestVideoInputRequest.js +5 -0
  193. package/dist/api/types/index.d.ts +28 -0
  194. package/dist/api/types/index.js +28 -0
  195. package/dist/serialization/types/AudioInput.d.ts +15 -0
  196. package/dist/{terraform/index.js → serialization/types/AudioInput.js} +11 -7
  197. package/dist/serialization/types/CodeExecutorInput.d.ts +5 -1
  198. package/dist/serialization/types/CodeExecutorInput.js +8 -0
  199. package/dist/serialization/types/DocumentInput.d.ts +15 -0
  200. package/{terraform/index.js → dist/serialization/types/DocumentInput.js} +11 -7
  201. package/dist/serialization/types/ImageInput.d.ts +15 -0
  202. package/dist/serialization/types/ImageInput.js +46 -0
  203. package/dist/serialization/types/NamedScenarioInputAudioVariableValueRequest.d.ts +15 -0
  204. package/dist/serialization/types/NamedScenarioInputAudioVariableValueRequest.js +46 -0
  205. package/dist/serialization/types/NamedScenarioInputDocumentVariableValueRequest.d.ts +15 -0
  206. package/dist/serialization/types/NamedScenarioInputDocumentVariableValueRequest.js +46 -0
  207. package/dist/serialization/types/NamedScenarioInputImageVariableValueRequest.d.ts +15 -0
  208. package/dist/serialization/types/NamedScenarioInputImageVariableValueRequest.js +46 -0
  209. package/dist/serialization/types/NamedScenarioInputRequest.d.ts +5 -1
  210. package/dist/serialization/types/NamedScenarioInputRequest.js +8 -0
  211. package/dist/serialization/types/NamedScenarioInputVideoVariableValueRequest.d.ts +15 -0
  212. package/dist/serialization/types/NamedScenarioInputVideoVariableValueRequest.js +46 -0
  213. package/dist/serialization/types/NamedTestCaseAudioVariableValue.d.ts +15 -0
  214. package/dist/serialization/types/NamedTestCaseAudioVariableValue.js +46 -0
  215. package/dist/serialization/types/NamedTestCaseAudioVariableValueRequest.d.ts +15 -0
  216. package/dist/serialization/types/NamedTestCaseAudioVariableValueRequest.js +46 -0
  217. package/dist/serialization/types/NamedTestCaseDocumentVariableValue.d.ts +15 -0
  218. package/dist/serialization/types/NamedTestCaseDocumentVariableValue.js +46 -0
  219. package/dist/serialization/types/NamedTestCaseDocumentVariableValueRequest.d.ts +15 -0
  220. package/dist/serialization/types/NamedTestCaseDocumentVariableValueRequest.js +46 -0
  221. package/dist/serialization/types/NamedTestCaseImageVariableValue.d.ts +15 -0
  222. package/dist/serialization/types/NamedTestCaseImageVariableValue.js +46 -0
  223. package/dist/serialization/types/NamedTestCaseImageVariableValueRequest.d.ts +15 -0
  224. package/dist/serialization/types/NamedTestCaseImageVariableValueRequest.js +46 -0
  225. package/dist/serialization/types/NamedTestCaseVariableValue.d.ts +5 -1
  226. package/dist/serialization/types/NamedTestCaseVariableValue.js +8 -0
  227. package/dist/serialization/types/NamedTestCaseVariableValueRequest.d.ts +5 -1
  228. package/dist/serialization/types/NamedTestCaseVariableValueRequest.js +8 -0
  229. package/dist/serialization/types/NamedTestCaseVideoVariableValue.d.ts +15 -0
  230. package/dist/serialization/types/NamedTestCaseVideoVariableValue.js +46 -0
  231. package/dist/serialization/types/NamedTestCaseVideoVariableValueRequest.d.ts +15 -0
  232. package/dist/serialization/types/NamedTestCaseVideoVariableValueRequest.js +46 -0
  233. package/dist/serialization/types/NodeExecutionSpanAttributes.d.ts +1 -0
  234. package/dist/serialization/types/NodeExecutionSpanAttributes.js +1 -0
  235. package/dist/serialization/types/ScenarioInput.d.ts +5 -1
  236. package/dist/serialization/types/ScenarioInput.js +8 -0
  237. package/dist/serialization/types/ScenarioInputAudioVariableValue.d.ts +15 -0
  238. package/dist/serialization/types/ScenarioInputAudioVariableValue.js +46 -0
  239. package/dist/serialization/types/ScenarioInputDocumentVariableValue.d.ts +15 -0
  240. package/dist/serialization/types/ScenarioInputDocumentVariableValue.js +46 -0
  241. package/dist/serialization/types/ScenarioInputImageVariableValue.d.ts +15 -0
  242. package/dist/serialization/types/ScenarioInputImageVariableValue.js +46 -0
  243. package/dist/serialization/types/ScenarioInputVideoVariableValue.d.ts +15 -0
  244. package/dist/serialization/types/ScenarioInputVideoVariableValue.js +46 -0
  245. package/dist/serialization/types/SpanLinkTypeEnum.d.ts +1 -1
  246. package/dist/serialization/types/SpanLinkTypeEnum.js +1 -1
  247. package/dist/serialization/types/TestCaseAudioVariableValue.d.ts +16 -0
  248. package/dist/serialization/types/TestCaseAudioVariableValue.js +47 -0
  249. package/dist/serialization/types/TestCaseDocumentVariableValue.d.ts +16 -0
  250. package/dist/serialization/types/TestCaseDocumentVariableValue.js +47 -0
  251. package/dist/serialization/types/TestCaseImageVariableValue.d.ts +16 -0
  252. package/dist/serialization/types/TestCaseImageVariableValue.js +47 -0
  253. package/dist/serialization/types/TestCaseVariableValue.d.ts +5 -1
  254. package/dist/serialization/types/TestCaseVariableValue.js +8 -0
  255. package/dist/serialization/types/TestCaseVideoVariableValue.d.ts +16 -0
  256. package/dist/serialization/types/TestCaseVideoVariableValue.js +47 -0
  257. package/dist/serialization/types/VideoInput.d.ts +15 -0
  258. package/dist/serialization/types/VideoInput.js +46 -0
  259. package/dist/serialization/types/WorkflowPushDeploymentConfigRequest.d.ts +1 -0
  260. package/dist/serialization/types/WorkflowPushDeploymentConfigRequest.js +1 -0
  261. package/dist/serialization/types/WorkflowRequestAudioInputRequest.d.ts +15 -0
  262. package/dist/serialization/types/WorkflowRequestAudioInputRequest.js +46 -0
  263. package/dist/serialization/types/WorkflowRequestDocumentInputRequest.d.ts +15 -0
  264. package/dist/serialization/types/WorkflowRequestDocumentInputRequest.js +46 -0
  265. package/dist/serialization/types/WorkflowRequestImageInputRequest.d.ts +15 -0
  266. package/dist/serialization/types/WorkflowRequestImageInputRequest.js +46 -0
  267. package/dist/serialization/types/WorkflowRequestInputRequest.d.ts +5 -1
  268. package/dist/serialization/types/WorkflowRequestInputRequest.js +8 -0
  269. package/dist/serialization/types/WorkflowRequestVideoInputRequest.d.ts +15 -0
  270. package/dist/serialization/types/WorkflowRequestVideoInputRequest.js +46 -0
  271. package/dist/serialization/types/index.d.ts +28 -0
  272. package/dist/serialization/types/index.js +28 -0
  273. package/dist/version.d.ts +1 -1
  274. package/dist/version.js +1 -1
  275. package/package.json +1 -3
  276. package/reference.md +2 -10
  277. package/serialization/types/AudioInput.d.ts +15 -0
  278. package/serialization/types/AudioInput.js +46 -0
  279. package/serialization/types/CodeExecutorInput.d.ts +5 -1
  280. package/serialization/types/CodeExecutorInput.js +8 -0
  281. package/serialization/types/DocumentInput.d.ts +15 -0
  282. package/serialization/types/DocumentInput.js +46 -0
  283. package/serialization/types/ImageInput.d.ts +15 -0
  284. package/serialization/types/ImageInput.js +46 -0
  285. package/serialization/types/NamedScenarioInputAudioVariableValueRequest.d.ts +15 -0
  286. package/serialization/types/NamedScenarioInputAudioVariableValueRequest.js +46 -0
  287. package/serialization/types/NamedScenarioInputDocumentVariableValueRequest.d.ts +15 -0
  288. package/serialization/types/NamedScenarioInputDocumentVariableValueRequest.js +46 -0
  289. package/serialization/types/NamedScenarioInputImageVariableValueRequest.d.ts +15 -0
  290. package/serialization/types/NamedScenarioInputImageVariableValueRequest.js +46 -0
  291. package/serialization/types/NamedScenarioInputRequest.d.ts +5 -1
  292. package/serialization/types/NamedScenarioInputRequest.js +8 -0
  293. package/serialization/types/NamedScenarioInputVideoVariableValueRequest.d.ts +15 -0
  294. package/serialization/types/NamedScenarioInputVideoVariableValueRequest.js +46 -0
  295. package/serialization/types/NamedTestCaseAudioVariableValue.d.ts +15 -0
  296. package/serialization/types/NamedTestCaseAudioVariableValue.js +46 -0
  297. package/serialization/types/NamedTestCaseAudioVariableValueRequest.d.ts +15 -0
  298. package/serialization/types/NamedTestCaseAudioVariableValueRequest.js +46 -0
  299. package/serialization/types/NamedTestCaseDocumentVariableValue.d.ts +15 -0
  300. package/serialization/types/NamedTestCaseDocumentVariableValue.js +46 -0
  301. package/serialization/types/NamedTestCaseDocumentVariableValueRequest.d.ts +15 -0
  302. package/serialization/types/NamedTestCaseDocumentVariableValueRequest.js +46 -0
  303. package/serialization/types/NamedTestCaseImageVariableValue.d.ts +15 -0
  304. package/serialization/types/NamedTestCaseImageVariableValue.js +46 -0
  305. package/serialization/types/NamedTestCaseImageVariableValueRequest.d.ts +15 -0
  306. package/serialization/types/NamedTestCaseImageVariableValueRequest.js +46 -0
  307. package/serialization/types/NamedTestCaseVariableValue.d.ts +5 -1
  308. package/serialization/types/NamedTestCaseVariableValue.js +8 -0
  309. package/serialization/types/NamedTestCaseVariableValueRequest.d.ts +5 -1
  310. package/serialization/types/NamedTestCaseVariableValueRequest.js +8 -0
  311. package/serialization/types/NamedTestCaseVideoVariableValue.d.ts +15 -0
  312. package/serialization/types/NamedTestCaseVideoVariableValue.js +46 -0
  313. package/serialization/types/NamedTestCaseVideoVariableValueRequest.d.ts +15 -0
  314. package/serialization/types/NamedTestCaseVideoVariableValueRequest.js +46 -0
  315. package/serialization/types/NodeExecutionSpanAttributes.d.ts +1 -0
  316. package/serialization/types/NodeExecutionSpanAttributes.js +1 -0
  317. package/serialization/types/ScenarioInput.d.ts +5 -1
  318. package/serialization/types/ScenarioInput.js +8 -0
  319. package/serialization/types/ScenarioInputAudioVariableValue.d.ts +15 -0
  320. package/serialization/types/ScenarioInputAudioVariableValue.js +46 -0
  321. package/serialization/types/ScenarioInputDocumentVariableValue.d.ts +15 -0
  322. package/serialization/types/ScenarioInputDocumentVariableValue.js +46 -0
  323. package/serialization/types/ScenarioInputImageVariableValue.d.ts +15 -0
  324. package/serialization/types/ScenarioInputImageVariableValue.js +46 -0
  325. package/serialization/types/ScenarioInputVideoVariableValue.d.ts +15 -0
  326. package/serialization/types/ScenarioInputVideoVariableValue.js +46 -0
  327. package/serialization/types/SpanLinkTypeEnum.d.ts +1 -1
  328. package/serialization/types/SpanLinkTypeEnum.js +1 -1
  329. package/serialization/types/TestCaseAudioVariableValue.d.ts +16 -0
  330. package/serialization/types/TestCaseAudioVariableValue.js +47 -0
  331. package/serialization/types/TestCaseDocumentVariableValue.d.ts +16 -0
  332. package/serialization/types/TestCaseDocumentVariableValue.js +47 -0
  333. package/serialization/types/TestCaseImageVariableValue.d.ts +16 -0
  334. package/serialization/types/TestCaseImageVariableValue.js +47 -0
  335. package/serialization/types/TestCaseVariableValue.d.ts +5 -1
  336. package/serialization/types/TestCaseVariableValue.js +8 -0
  337. package/serialization/types/TestCaseVideoVariableValue.d.ts +16 -0
  338. package/serialization/types/TestCaseVideoVariableValue.js +47 -0
  339. package/serialization/types/VideoInput.d.ts +15 -0
  340. package/serialization/types/VideoInput.js +46 -0
  341. package/serialization/types/WorkflowPushDeploymentConfigRequest.d.ts +1 -0
  342. package/serialization/types/WorkflowPushDeploymentConfigRequest.js +1 -0
  343. package/serialization/types/WorkflowRequestAudioInputRequest.d.ts +15 -0
  344. package/serialization/types/WorkflowRequestAudioInputRequest.js +46 -0
  345. package/serialization/types/WorkflowRequestDocumentInputRequest.d.ts +15 -0
  346. package/serialization/types/WorkflowRequestDocumentInputRequest.js +46 -0
  347. package/serialization/types/WorkflowRequestImageInputRequest.d.ts +15 -0
  348. package/serialization/types/WorkflowRequestImageInputRequest.js +46 -0
  349. package/serialization/types/WorkflowRequestInputRequest.d.ts +5 -1
  350. package/serialization/types/WorkflowRequestInputRequest.js +8 -0
  351. package/serialization/types/WorkflowRequestVideoInputRequest.d.ts +15 -0
  352. package/serialization/types/WorkflowRequestVideoInputRequest.js +46 -0
  353. package/serialization/types/index.d.ts +28 -0
  354. package/serialization/types/index.js +28 -0
  355. package/version.d.ts +1 -1
  356. package/version.js +1 -1
  357. package/dist/terraform/data-vellum-document-index/index.d.ts +0 -61
  358. package/dist/terraform/data-vellum-document-index/index.js +0 -162
  359. package/dist/terraform/data-vellum-ml-model/index.d.ts +0 -61
  360. package/dist/terraform/data-vellum-ml-model/index.js +0 -162
  361. package/dist/terraform/document-index/index.d.ts +0 -83
  362. package/dist/terraform/document-index/index.js +0 -190
  363. package/dist/terraform/index.d.ts +0 -5
  364. package/dist/terraform/lazy-index.d.ts +0 -0
  365. package/dist/terraform/lazy-index.js +0 -7
  366. package/dist/terraform/ml-model/index.d.ts +0 -148
  367. package/dist/terraform/ml-model/index.js +0 -364
  368. package/dist/terraform/provider/index.d.ts +0 -65
  369. package/dist/terraform/provider/index.js +0 -158
  370. package/terraform/data-vellum-document-index/index.d.ts +0 -61
  371. package/terraform/data-vellum-document-index/index.js +0 -162
  372. package/terraform/data-vellum-ml-model/index.d.ts +0 -61
  373. package/terraform/data-vellum-ml-model/index.js +0 -162
  374. package/terraform/document-index/index.d.ts +0 -83
  375. package/terraform/document-index/index.js +0 -190
  376. package/terraform/index.d.ts +0 -5
  377. package/terraform/lazy-index.d.ts +0 -0
  378. package/terraform/lazy-index.js +0 -7
  379. package/terraform/ml-model/index.d.ts +0 -148
  380. package/terraform/ml-model/index.js +0 -364
  381. package/terraform/provider/index.d.ts +0 -65
  382. package/terraform/provider/index.js +0 -158
@@ -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 });
@@ -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 });
@@ -2,6 +2,9 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  import * as Vellum from "../index";
5
+ /**
6
+ * A subset of a Prompt Deployment's full details.
7
+ */
5
8
  export interface SlimDeploymentRead {
6
9
  id: string;
7
10
  created: Date;
@@ -16,13 +19,7 @@ export interface SlimDeploymentRead {
16
19
  * * `ARCHIVED` - Archived
17
20
  */
18
21
  status?: Vellum.EntityStatus;
19
- /**
20
- * The environment this deployment is used in
21
- *
22
- * * `DEVELOPMENT` - Development
23
- * * `STAGING` - Staging
24
- * * `PRODUCTION` - Production
25
- */
22
+ /** Deprecated. The value returned will always be 'PRODUCTION'. */
26
23
  environment?: Vellum.EnvironmentEnum | null;
27
24
  lastDeployedOn: Date;
28
25
  inputVariables: Vellum.VellumVariable[];
@@ -2,6 +2,9 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  import * as Vellum from "../index";
5
+ /**
6
+ * A subset of a Workflow Deployment's full details.
7
+ */
5
8
  export interface SlimWorkflowDeployment {
6
9
  id: string;
7
10
  /** A name that uniquely identifies this workflow deployment within its workspace */
@@ -15,13 +18,7 @@ export interface SlimWorkflowDeployment {
15
18
  * * `ARCHIVED` - Archived
16
19
  */
17
20
  status?: Vellum.EntityStatus;
18
- /**
19
- * The environment this workflow deployment is used in
20
- *
21
- * * `DEVELOPMENT` - Development
22
- * * `STAGING` - Staging
23
- * * `PRODUCTION` - Production
24
- */
21
+ /** Deprecated. The value returned will always be 'PRODUCTION'. */
25
22
  environment?: Vellum.EnvironmentEnum | null;
26
23
  created: Date;
27
24
  lastDeployedOn: Date;
@@ -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 });
@@ -2,6 +2,9 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  import * as Vellum from "../index";
5
+ /**
6
+ * A Workflow Deployment's full details.
7
+ */
5
8
  export interface WorkflowDeploymentRead {
6
9
  id: string;
7
10
  /** A name that uniquely identifies this workflow deployment within its workspace */
@@ -15,13 +18,7 @@ export interface WorkflowDeploymentRead {
15
18
  * * `ARCHIVED` - Archived
16
19
  */
17
20
  status?: Vellum.EntityStatus;
18
- /**
19
- * The environment this workflow deployment is used in
20
- *
21
- * * `DEVELOPMENT` - Development
22
- * * `STAGING` - Staging
23
- * * `PRODUCTION` - Production
24
- */
21
+ /** Deprecated. The value returned will always be 'PRODUCTION'. */
25
22
  environment?: Vellum.EnvironmentEnum | null;
26
23
  created: Date;
27
24
  lastDeployedOn: Date;
@@ -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
  }
@@ -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
+ * The input for an audio variable in a Workflow.
7
+ */
8
+ export interface WorkflowRequestAudioInputRequest {
9
+ /** The variable's name, as defined in the Workflow. */
10
+ name: string;
11
+ type: "AUDIO";
12
+ value: Vellum.VellumAudioRequest;
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
+ * The input for a document variable in a Workflow.
7
+ */
8
+ export interface WorkflowRequestDocumentInputRequest {
9
+ /** The variable's name, as defined in the Workflow. */
10
+ name: string;
11
+ type: "DOCUMENT";
12
+ value: Vellum.VellumDocumentRequest;
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
+ * The input for an image variable in a Workflow.
7
+ */
8
+ export interface WorkflowRequestImageInputRequest {
9
+ /** The variable's name, as defined in the Workflow. */
10
+ name: string;
11
+ type: "IMAGE";
12
+ value: Vellum.VellumImageRequest;
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 WorkflowRequestInputRequest = Vellum.WorkflowRequestStringInputRequest | Vellum.WorkflowRequestJsonInputRequest | Vellum.WorkflowRequestChatHistoryInputRequest | Vellum.WorkflowRequestNumberInputRequest;
5
+ export type WorkflowRequestInputRequest = Vellum.WorkflowRequestStringInputRequest | Vellum.WorkflowRequestJsonInputRequest | Vellum.WorkflowRequestChatHistoryInputRequest | Vellum.WorkflowRequestNumberInputRequest | Vellum.WorkflowRequestAudioInputRequest | Vellum.WorkflowRequestVideoInputRequest | Vellum.WorkflowRequestImageInputRequest | Vellum.WorkflowRequestDocumentInputRequest;
@@ -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
+ * The input for a video variable in a Workflow.
7
+ */
8
+ export interface WorkflowRequestVideoInputRequest {
9
+ /** The variable's name, as defined in the Workflow. */
10
+ name: string;
11
+ type: "VIDEO";
12
+ value: Vellum.VellumVideoRequest;
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 });
@@ -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";
@@ -611,11 +635,15 @@ export * from "./WorkflowPushExecConfig";
611
635
  export * from "./WorkflowPushResponse";
612
636
  export * from "./WorkflowReleaseTagRead";
613
637
  export * from "./WorkflowReleaseTagWorkflowDeploymentHistoryItem";
638
+ export * from "./WorkflowRequestAudioInputRequest";
614
639
  export * from "./WorkflowRequestChatHistoryInputRequest";
640
+ export * from "./WorkflowRequestDocumentInputRequest";
641
+ export * from "./WorkflowRequestImageInputRequest";
615
642
  export * from "./WorkflowRequestInputRequest";
616
643
  export * from "./WorkflowRequestJsonInputRequest";
617
644
  export * from "./WorkflowRequestNumberInputRequest";
618
645
  export * from "./WorkflowRequestStringInputRequest";
646
+ export * from "./WorkflowRequestVideoInputRequest";
619
647
  export * from "./WorkflowResultEvent";
620
648
  export * from "./WorkflowResultEventOutputData";
621
649
  export * from "./WorkflowResultEventOutputDataArray";