vellum-ai 0.3.11 → 0.3.13

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 (445) hide show
  1. package/Client.d.ts +3 -0
  2. package/Client.js +18 -13
  3. package/api/resources/deployments/client/Client.js +3 -3
  4. package/api/resources/documentIndexes/client/Client.d.ts +23 -0
  5. package/api/resources/documentIndexes/client/Client.js +168 -3
  6. package/api/resources/documentIndexes/client/requests/DocumentIndexUpdateRequest.d.ts +29 -0
  7. package/api/resources/documentIndexes/client/requests/DocumentIndexUpdateRequest.js +5 -0
  8. package/api/resources/documentIndexes/client/requests/PatchedDocumentIndexUpdateRequest.d.ts +27 -0
  9. package/api/resources/documentIndexes/client/requests/PatchedDocumentIndexUpdateRequest.js +5 -0
  10. package/api/resources/documentIndexes/client/requests/index.d.ts +2 -0
  11. package/api/resources/documents/client/Client.js +4 -4
  12. package/api/resources/folderEntities/client/Client.js +1 -1
  13. package/api/resources/index.d.ts +2 -0
  14. package/api/resources/index.js +3 -1
  15. package/api/resources/modelVersions/client/Client.js +1 -1
  16. package/api/resources/registeredPrompts/client/Client.js +1 -1
  17. package/api/resources/sandboxes/client/Client.js +2 -2
  18. package/api/resources/testSuiteRuns/client/Client.d.ts +32 -0
  19. package/api/resources/testSuiteRuns/client/Client.js +215 -0
  20. package/api/resources/testSuiteRuns/client/index.d.ts +1 -0
  21. package/api/resources/testSuiteRuns/client/index.js +17 -0
  22. package/api/resources/testSuiteRuns/client/requests/ListTestSuiteRunExecutionsRequest.d.ts +17 -0
  23. package/api/resources/testSuiteRuns/client/requests/ListTestSuiteRunExecutionsRequest.js +5 -0
  24. package/api/resources/testSuiteRuns/client/requests/TestSuiteRunCreateRequest.d.ts +10 -0
  25. package/api/resources/testSuiteRuns/client/requests/TestSuiteRunCreateRequest.js +5 -0
  26. package/api/resources/testSuiteRuns/client/requests/index.d.ts +2 -0
  27. package/api/resources/testSuiteRuns/client/requests/index.js +2 -0
  28. package/api/resources/testSuiteRuns/index.d.ts +1 -0
  29. package/api/resources/testSuiteRuns/index.js +17 -0
  30. package/api/resources/testSuites/client/Client.js +2 -2
  31. package/api/resources/workflowDeployments/client/Client.js +2 -2
  32. package/api/types/ArrayVariableValueItem.d.ts +4 -1
  33. package/api/types/FulfilledWorkflowNodeResultEvent.d.ts +2 -0
  34. package/api/types/GenerateRequest.d.ts +1 -1
  35. package/api/types/ImageVariableValue.d.ts +10 -0
  36. package/api/types/ImageVariableValue.js +5 -0
  37. package/api/types/InitiatedWorkflowNodeResultEvent.d.ts +1 -0
  38. package/api/types/PaginatedTestSuiteRunExecutionList.d.ts +10 -0
  39. package/api/types/PaginatedTestSuiteRunExecutionList.js +5 -0
  40. package/api/types/RejectedWorkflowNodeResultEvent.d.ts +1 -0
  41. package/api/types/StreamingWorkflowNodeResultEvent.d.ts +1 -0
  42. package/api/types/TestSuiteRunDeploymentReleaseTagExecConfig.d.ts +12 -0
  43. package/api/types/TestSuiteRunDeploymentReleaseTagExecConfig.js +5 -0
  44. package/api/types/TestSuiteRunDeploymentReleaseTagExecConfigData.d.ts +9 -0
  45. package/api/types/TestSuiteRunDeploymentReleaseTagExecConfigData.js +5 -0
  46. package/api/types/TestSuiteRunDeploymentReleaseTagExecConfigDataRequest.d.ts +9 -0
  47. package/api/types/TestSuiteRunDeploymentReleaseTagExecConfigDataRequest.js +5 -0
  48. package/api/types/TestSuiteRunDeploymentReleaseTagExecConfigRequest.d.ts +12 -0
  49. package/api/types/TestSuiteRunDeploymentReleaseTagExecConfigRequest.js +5 -0
  50. package/api/types/TestSuiteRunDeploymentReleaseTagExecConfigTypeEnum.d.ts +4 -0
  51. package/api/types/TestSuiteRunDeploymentReleaseTagExecConfigTypeEnum.js +5 -0
  52. package/api/types/TestSuiteRunExecConfig.d.ts +13 -0
  53. package/api/types/TestSuiteRunExecConfig.js +5 -0
  54. package/api/types/TestSuiteRunExecConfigRequest.d.ts +13 -0
  55. package/api/types/TestSuiteRunExecConfigRequest.js +5 -0
  56. package/api/types/TestSuiteRunExecution.d.ts +10 -0
  57. package/api/types/TestSuiteRunExecution.js +5 -0
  58. package/api/types/TestSuiteRunExecutionChatHistoryOutput.d.ts +8 -0
  59. package/api/types/TestSuiteRunExecutionChatHistoryOutput.js +5 -0
  60. package/api/types/TestSuiteRunExecutionErrorOutput.d.ts +8 -0
  61. package/api/types/TestSuiteRunExecutionErrorOutput.js +5 -0
  62. package/api/types/TestSuiteRunExecutionJsonOutput.d.ts +7 -0
  63. package/api/types/TestSuiteRunExecutionJsonOutput.js +5 -0
  64. package/api/types/TestSuiteRunExecutionMetricResult.d.ts +8 -0
  65. package/api/types/TestSuiteRunExecutionMetricResult.js +5 -0
  66. package/api/types/TestSuiteRunExecutionNumberOutput.d.ts +7 -0
  67. package/api/types/TestSuiteRunExecutionNumberOutput.js +5 -0
  68. package/api/types/TestSuiteRunExecutionOutput.d.ts +25 -0
  69. package/api/types/TestSuiteRunExecutionOutput.js +5 -0
  70. package/api/types/TestSuiteRunExecutionSearchResultsOutput.d.ts +8 -0
  71. package/api/types/TestSuiteRunExecutionSearchResultsOutput.js +5 -0
  72. package/api/types/TestSuiteRunExecutionStringOutput.d.ts +7 -0
  73. package/api/types/TestSuiteRunExecutionStringOutput.js +5 -0
  74. package/api/types/TestSuiteRunMetricErrorOutput.d.ts +11 -0
  75. package/api/types/TestSuiteRunMetricErrorOutput.js +5 -0
  76. package/api/types/TestSuiteRunMetricErrorOutputTypeEnum.d.ts +4 -0
  77. package/api/types/TestSuiteRunMetricErrorOutputTypeEnum.js +5 -0
  78. package/api/types/TestSuiteRunMetricNumberOutput.d.ts +10 -0
  79. package/api/types/TestSuiteRunMetricNumberOutput.js +5 -0
  80. package/api/types/TestSuiteRunMetricNumberOutputTypeEnum.d.ts +4 -0
  81. package/api/types/TestSuiteRunMetricNumberOutputTypeEnum.js +5 -0
  82. package/api/types/TestSuiteRunMetricOutput.d.ts +13 -0
  83. package/api/types/TestSuiteRunMetricOutput.js +5 -0
  84. package/api/types/TestSuiteRunRead.d.ts +21 -0
  85. package/api/types/TestSuiteRunRead.js +5 -0
  86. package/api/types/TestSuiteRunState.d.ts +18 -0
  87. package/api/types/TestSuiteRunState.js +13 -0
  88. package/api/types/TestSuiteRunTestSuite.d.ts +8 -0
  89. package/api/types/TestSuiteRunTestSuite.js +5 -0
  90. package/api/types/TestSuiteRunWorkflowReleaseTagExecConfig.d.ts +12 -0
  91. package/api/types/TestSuiteRunWorkflowReleaseTagExecConfig.js +5 -0
  92. package/api/types/TestSuiteRunWorkflowReleaseTagExecConfigData.d.ts +9 -0
  93. package/api/types/TestSuiteRunWorkflowReleaseTagExecConfigData.js +5 -0
  94. package/api/types/TestSuiteRunWorkflowReleaseTagExecConfigDataRequest.d.ts +9 -0
  95. package/api/types/TestSuiteRunWorkflowReleaseTagExecConfigDataRequest.js +5 -0
  96. package/api/types/TestSuiteRunWorkflowReleaseTagExecConfigRequest.d.ts +12 -0
  97. package/api/types/TestSuiteRunWorkflowReleaseTagExecConfigRequest.js +5 -0
  98. package/api/types/TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum.d.ts +4 -0
  99. package/api/types/TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum.js +5 -0
  100. package/api/types/WorkflowExecutionEventErrorCode.d.ts +3 -1
  101. package/api/types/WorkflowExecutionEventErrorCode.js +1 -0
  102. package/api/types/WorkflowOutputArray.d.ts +1 -1
  103. package/api/types/WorkflowOutputChatHistory.d.ts +1 -1
  104. package/api/types/WorkflowOutputError.d.ts +1 -1
  105. package/api/types/WorkflowOutputFunctionCall.d.ts +1 -1
  106. package/api/types/WorkflowOutputImage.d.ts +1 -1
  107. package/api/types/WorkflowOutputJson.d.ts +1 -1
  108. package/api/types/WorkflowOutputNumber.d.ts +1 -1
  109. package/api/types/WorkflowOutputSearchResults.d.ts +1 -1
  110. package/api/types/WorkflowOutputString.d.ts +1 -1
  111. package/api/types/index.d.ts +31 -0
  112. package/api/types/index.js +31 -0
  113. package/dist/Client.d.ts +3 -0
  114. package/dist/Client.js +18 -13
  115. package/dist/api/resources/deployments/client/Client.js +3 -3
  116. package/dist/api/resources/documentIndexes/client/Client.d.ts +23 -0
  117. package/dist/api/resources/documentIndexes/client/Client.js +168 -3
  118. package/dist/api/resources/documentIndexes/client/requests/DocumentIndexUpdateRequest.d.ts +29 -0
  119. package/dist/api/resources/documentIndexes/client/requests/DocumentIndexUpdateRequest.js +5 -0
  120. package/dist/api/resources/documentIndexes/client/requests/PatchedDocumentIndexUpdateRequest.d.ts +27 -0
  121. package/dist/api/resources/documentIndexes/client/requests/PatchedDocumentIndexUpdateRequest.js +5 -0
  122. package/dist/api/resources/documentIndexes/client/requests/index.d.ts +2 -0
  123. package/dist/api/resources/documents/client/Client.js +4 -4
  124. package/dist/api/resources/folderEntities/client/Client.js +1 -1
  125. package/dist/api/resources/index.d.ts +2 -0
  126. package/dist/api/resources/index.js +3 -1
  127. package/dist/api/resources/modelVersions/client/Client.js +1 -1
  128. package/dist/api/resources/registeredPrompts/client/Client.js +1 -1
  129. package/dist/api/resources/sandboxes/client/Client.js +2 -2
  130. package/dist/api/resources/testSuiteRuns/client/Client.d.ts +32 -0
  131. package/dist/api/resources/testSuiteRuns/client/Client.js +215 -0
  132. package/dist/api/resources/testSuiteRuns/client/index.d.ts +1 -0
  133. package/dist/api/resources/testSuiteRuns/client/index.js +17 -0
  134. package/dist/api/resources/testSuiteRuns/client/requests/ListTestSuiteRunExecutionsRequest.d.ts +17 -0
  135. package/dist/api/resources/testSuiteRuns/client/requests/ListTestSuiteRunExecutionsRequest.js +5 -0
  136. package/dist/api/resources/testSuiteRuns/client/requests/TestSuiteRunCreateRequest.d.ts +10 -0
  137. package/dist/api/resources/testSuiteRuns/client/requests/TestSuiteRunCreateRequest.js +5 -0
  138. package/dist/api/resources/testSuiteRuns/client/requests/index.d.ts +2 -0
  139. package/dist/api/resources/testSuiteRuns/client/requests/index.js +2 -0
  140. package/dist/api/resources/testSuiteRuns/index.d.ts +1 -0
  141. package/dist/api/resources/testSuiteRuns/index.js +17 -0
  142. package/dist/api/resources/testSuites/client/Client.js +2 -2
  143. package/dist/api/resources/workflowDeployments/client/Client.js +2 -2
  144. package/dist/api/types/ArrayVariableValueItem.d.ts +4 -1
  145. package/dist/api/types/FulfilledWorkflowNodeResultEvent.d.ts +2 -0
  146. package/dist/api/types/GenerateRequest.d.ts +1 -1
  147. package/dist/api/types/ImageVariableValue.d.ts +10 -0
  148. package/dist/api/types/ImageVariableValue.js +5 -0
  149. package/dist/api/types/InitiatedWorkflowNodeResultEvent.d.ts +1 -0
  150. package/dist/api/types/PaginatedTestSuiteRunExecutionList.d.ts +10 -0
  151. package/dist/api/types/PaginatedTestSuiteRunExecutionList.js +5 -0
  152. package/dist/api/types/RejectedWorkflowNodeResultEvent.d.ts +1 -0
  153. package/dist/api/types/StreamingWorkflowNodeResultEvent.d.ts +1 -0
  154. package/dist/api/types/TestSuiteRunDeploymentReleaseTagExecConfig.d.ts +12 -0
  155. package/dist/api/types/TestSuiteRunDeploymentReleaseTagExecConfig.js +5 -0
  156. package/dist/api/types/TestSuiteRunDeploymentReleaseTagExecConfigData.d.ts +9 -0
  157. package/dist/api/types/TestSuiteRunDeploymentReleaseTagExecConfigData.js +5 -0
  158. package/dist/api/types/TestSuiteRunDeploymentReleaseTagExecConfigDataRequest.d.ts +9 -0
  159. package/dist/api/types/TestSuiteRunDeploymentReleaseTagExecConfigDataRequest.js +5 -0
  160. package/dist/api/types/TestSuiteRunDeploymentReleaseTagExecConfigRequest.d.ts +12 -0
  161. package/dist/api/types/TestSuiteRunDeploymentReleaseTagExecConfigRequest.js +5 -0
  162. package/dist/api/types/TestSuiteRunDeploymentReleaseTagExecConfigTypeEnum.d.ts +4 -0
  163. package/dist/api/types/TestSuiteRunDeploymentReleaseTagExecConfigTypeEnum.js +5 -0
  164. package/dist/api/types/TestSuiteRunExecConfig.d.ts +13 -0
  165. package/dist/api/types/TestSuiteRunExecConfig.js +5 -0
  166. package/dist/api/types/TestSuiteRunExecConfigRequest.d.ts +13 -0
  167. package/dist/api/types/TestSuiteRunExecConfigRequest.js +5 -0
  168. package/dist/api/types/TestSuiteRunExecution.d.ts +10 -0
  169. package/dist/api/types/TestSuiteRunExecution.js +5 -0
  170. package/dist/api/types/TestSuiteRunExecutionChatHistoryOutput.d.ts +8 -0
  171. package/dist/api/types/TestSuiteRunExecutionChatHistoryOutput.js +5 -0
  172. package/dist/api/types/TestSuiteRunExecutionErrorOutput.d.ts +8 -0
  173. package/dist/api/types/TestSuiteRunExecutionErrorOutput.js +5 -0
  174. package/dist/api/types/TestSuiteRunExecutionJsonOutput.d.ts +7 -0
  175. package/dist/api/types/TestSuiteRunExecutionJsonOutput.js +5 -0
  176. package/dist/api/types/TestSuiteRunExecutionMetricResult.d.ts +8 -0
  177. package/dist/api/types/TestSuiteRunExecutionMetricResult.js +5 -0
  178. package/dist/api/types/TestSuiteRunExecutionNumberOutput.d.ts +7 -0
  179. package/dist/api/types/TestSuiteRunExecutionNumberOutput.js +5 -0
  180. package/dist/api/types/TestSuiteRunExecutionOutput.d.ts +25 -0
  181. package/dist/api/types/TestSuiteRunExecutionOutput.js +5 -0
  182. package/dist/api/types/TestSuiteRunExecutionSearchResultsOutput.d.ts +8 -0
  183. package/dist/api/types/TestSuiteRunExecutionSearchResultsOutput.js +5 -0
  184. package/dist/api/types/TestSuiteRunExecutionStringOutput.d.ts +7 -0
  185. package/dist/api/types/TestSuiteRunExecutionStringOutput.js +5 -0
  186. package/dist/api/types/TestSuiteRunMetricErrorOutput.d.ts +11 -0
  187. package/dist/api/types/TestSuiteRunMetricErrorOutput.js +5 -0
  188. package/dist/api/types/TestSuiteRunMetricErrorOutputTypeEnum.d.ts +4 -0
  189. package/dist/api/types/TestSuiteRunMetricErrorOutputTypeEnum.js +5 -0
  190. package/dist/api/types/TestSuiteRunMetricNumberOutput.d.ts +10 -0
  191. package/dist/api/types/TestSuiteRunMetricNumberOutput.js +5 -0
  192. package/dist/api/types/TestSuiteRunMetricNumberOutputTypeEnum.d.ts +4 -0
  193. package/dist/api/types/TestSuiteRunMetricNumberOutputTypeEnum.js +5 -0
  194. package/dist/api/types/TestSuiteRunMetricOutput.d.ts +13 -0
  195. package/dist/api/types/TestSuiteRunMetricOutput.js +5 -0
  196. package/dist/api/types/TestSuiteRunRead.d.ts +21 -0
  197. package/dist/api/types/TestSuiteRunRead.js +5 -0
  198. package/dist/api/types/TestSuiteRunState.d.ts +18 -0
  199. package/dist/api/types/TestSuiteRunState.js +13 -0
  200. package/dist/api/types/TestSuiteRunTestSuite.d.ts +8 -0
  201. package/dist/api/types/TestSuiteRunTestSuite.js +5 -0
  202. package/dist/api/types/TestSuiteRunWorkflowReleaseTagExecConfig.d.ts +12 -0
  203. package/dist/api/types/TestSuiteRunWorkflowReleaseTagExecConfig.js +5 -0
  204. package/dist/api/types/TestSuiteRunWorkflowReleaseTagExecConfigData.d.ts +9 -0
  205. package/dist/api/types/TestSuiteRunWorkflowReleaseTagExecConfigData.js +5 -0
  206. package/dist/api/types/TestSuiteRunWorkflowReleaseTagExecConfigDataRequest.d.ts +9 -0
  207. package/dist/api/types/TestSuiteRunWorkflowReleaseTagExecConfigDataRequest.js +5 -0
  208. package/dist/api/types/TestSuiteRunWorkflowReleaseTagExecConfigRequest.d.ts +12 -0
  209. package/dist/api/types/TestSuiteRunWorkflowReleaseTagExecConfigRequest.js +5 -0
  210. package/dist/api/types/TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum.d.ts +4 -0
  211. package/dist/api/types/TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum.js +5 -0
  212. package/dist/api/types/WorkflowExecutionEventErrorCode.d.ts +3 -1
  213. package/dist/api/types/WorkflowExecutionEventErrorCode.js +1 -0
  214. package/dist/api/types/WorkflowOutputArray.d.ts +1 -1
  215. package/dist/api/types/WorkflowOutputChatHistory.d.ts +1 -1
  216. package/dist/api/types/WorkflowOutputError.d.ts +1 -1
  217. package/dist/api/types/WorkflowOutputFunctionCall.d.ts +1 -1
  218. package/dist/api/types/WorkflowOutputImage.d.ts +1 -1
  219. package/dist/api/types/WorkflowOutputJson.d.ts +1 -1
  220. package/dist/api/types/WorkflowOutputNumber.d.ts +1 -1
  221. package/dist/api/types/WorkflowOutputSearchResults.d.ts +1 -1
  222. package/dist/api/types/WorkflowOutputString.d.ts +1 -1
  223. package/dist/api/types/index.d.ts +31 -0
  224. package/dist/api/types/index.js +31 -0
  225. package/dist/serialization/resources/documentIndexes/client/requests/DocumentIndexUpdateRequest.d.ts +14 -0
  226. package/dist/serialization/resources/documentIndexes/client/requests/DocumentIndexUpdateRequest.js +44 -0
  227. package/dist/serialization/resources/documentIndexes/client/requests/PatchedDocumentIndexUpdateRequest.d.ts +14 -0
  228. package/dist/serialization/resources/documentIndexes/client/requests/PatchedDocumentIndexUpdateRequest.js +44 -0
  229. package/dist/serialization/resources/documentIndexes/client/requests/index.d.ts +2 -0
  230. package/dist/serialization/resources/documentIndexes/client/requests/index.js +5 -1
  231. package/dist/serialization/resources/index.d.ts +2 -0
  232. package/dist/serialization/resources/index.js +3 -1
  233. package/dist/serialization/resources/testSuiteRuns/client/index.d.ts +1 -0
  234. package/dist/serialization/resources/testSuiteRuns/client/index.js +17 -0
  235. package/dist/serialization/resources/testSuiteRuns/client/requests/TestSuiteRunCreateRequest.d.ts +13 -0
  236. package/dist/serialization/resources/testSuiteRuns/client/requests/TestSuiteRunCreateRequest.js +43 -0
  237. package/dist/serialization/resources/testSuiteRuns/client/requests/index.d.ts +1 -0
  238. package/dist/serialization/resources/testSuiteRuns/client/requests/index.js +5 -0
  239. package/dist/serialization/resources/testSuiteRuns/index.d.ts +1 -0
  240. package/dist/serialization/resources/testSuiteRuns/index.js +17 -0
  241. package/dist/serialization/types/ArrayVariableValueItem.d.ts +4 -1
  242. package/dist/serialization/types/ArrayVariableValueItem.js +1 -0
  243. package/dist/serialization/types/FulfilledWorkflowNodeResultEvent.d.ts +2 -0
  244. package/dist/serialization/types/FulfilledWorkflowNodeResultEvent.js +2 -0
  245. package/dist/serialization/types/ImageVariableValue.d.ts +12 -0
  246. package/dist/serialization/types/ImageVariableValue.js +42 -0
  247. package/dist/serialization/types/InitiatedWorkflowNodeResultEvent.d.ts +1 -0
  248. package/dist/serialization/types/InitiatedWorkflowNodeResultEvent.js +1 -0
  249. package/dist/serialization/types/PaginatedTestSuiteRunExecutionList.d.ts +15 -0
  250. package/dist/serialization/types/PaginatedTestSuiteRunExecutionList.js +47 -0
  251. package/dist/serialization/types/RejectedWorkflowNodeResultEvent.d.ts +1 -0
  252. package/dist/serialization/types/RejectedWorkflowNodeResultEvent.js +1 -0
  253. package/dist/serialization/types/StreamingWorkflowNodeResultEvent.d.ts +1 -0
  254. package/dist/serialization/types/StreamingWorkflowNodeResultEvent.js +1 -0
  255. package/dist/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfig.d.ts +13 -0
  256. package/dist/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfig.js +43 -0
  257. package/dist/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfigData.d.ts +13 -0
  258. package/dist/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfigData.js +34 -0
  259. package/dist/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfigDataRequest.d.ts +13 -0
  260. package/dist/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfigDataRequest.js +34 -0
  261. package/dist/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfigRequest.d.ts +13 -0
  262. package/dist/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfigRequest.js +43 -0
  263. package/dist/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfigTypeEnum.d.ts +10 -0
  264. package/dist/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfigTypeEnum.js +31 -0
  265. package/dist/serialization/types/TestSuiteRunExecConfig.d.ts +16 -0
  266. package/dist/serialization/types/TestSuiteRunExecConfig.js +48 -0
  267. package/dist/serialization/types/TestSuiteRunExecConfigRequest.d.ts +16 -0
  268. package/dist/serialization/types/TestSuiteRunExecConfigRequest.js +48 -0
  269. package/dist/serialization/types/TestSuiteRunExecution.d.ts +15 -0
  270. package/dist/serialization/types/TestSuiteRunExecution.js +45 -0
  271. package/dist/serialization/types/TestSuiteRunExecutionChatHistoryOutput.d.ts +13 -0
  272. package/dist/serialization/types/TestSuiteRunExecutionChatHistoryOutput.js +45 -0
  273. package/dist/serialization/types/TestSuiteRunExecutionErrorOutput.d.ts +13 -0
  274. package/dist/serialization/types/TestSuiteRunExecutionErrorOutput.js +43 -0
  275. package/dist/serialization/types/TestSuiteRunExecutionJsonOutput.d.ts +13 -0
  276. package/dist/serialization/types/TestSuiteRunExecutionJsonOutput.js +34 -0
  277. package/dist/serialization/types/TestSuiteRunExecutionMetricResult.d.ts +13 -0
  278. package/dist/serialization/types/TestSuiteRunExecutionMetricResult.js +43 -0
  279. package/dist/serialization/types/TestSuiteRunExecutionNumberOutput.d.ts +13 -0
  280. package/dist/serialization/types/TestSuiteRunExecutionNumberOutput.js +34 -0
  281. package/dist/serialization/types/TestSuiteRunExecutionOutput.d.ts +28 -0
  282. package/dist/serialization/types/TestSuiteRunExecutionOutput.js +52 -0
  283. package/dist/serialization/types/TestSuiteRunExecutionSearchResultsOutput.d.ts +13 -0
  284. package/dist/serialization/types/TestSuiteRunExecutionSearchResultsOutput.js +45 -0
  285. package/dist/serialization/types/TestSuiteRunExecutionStringOutput.d.ts +13 -0
  286. package/dist/serialization/types/TestSuiteRunExecutionStringOutput.js +34 -0
  287. package/dist/serialization/types/TestSuiteRunMetricErrorOutput.d.ts +13 -0
  288. package/dist/serialization/types/TestSuiteRunMetricErrorOutput.js +43 -0
  289. package/dist/serialization/types/TestSuiteRunMetricErrorOutputTypeEnum.d.ts +10 -0
  290. package/dist/serialization/types/TestSuiteRunMetricErrorOutputTypeEnum.js +31 -0
  291. package/dist/serialization/types/TestSuiteRunMetricNumberOutput.d.ts +13 -0
  292. package/dist/serialization/types/TestSuiteRunMetricNumberOutput.js +34 -0
  293. package/dist/serialization/types/TestSuiteRunMetricNumberOutputTypeEnum.d.ts +10 -0
  294. package/dist/serialization/types/TestSuiteRunMetricNumberOutputTypeEnum.js +31 -0
  295. package/dist/serialization/types/TestSuiteRunMetricOutput.d.ts +16 -0
  296. package/dist/serialization/types/TestSuiteRunMetricOutput.js +48 -0
  297. package/dist/serialization/types/TestSuiteRunRead.d.ts +16 -0
  298. package/dist/serialization/types/TestSuiteRunRead.js +46 -0
  299. package/dist/serialization/types/TestSuiteRunState.d.ts +10 -0
  300. package/dist/serialization/types/TestSuiteRunState.js +31 -0
  301. package/dist/serialization/types/TestSuiteRunTestSuite.d.ts +14 -0
  302. package/dist/serialization/types/TestSuiteRunTestSuite.js +35 -0
  303. package/dist/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfig.d.ts +13 -0
  304. package/dist/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfig.js +43 -0
  305. package/dist/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfigData.d.ts +13 -0
  306. package/dist/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfigData.js +34 -0
  307. package/dist/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfigDataRequest.d.ts +13 -0
  308. package/dist/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfigDataRequest.js +34 -0
  309. package/dist/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfigRequest.d.ts +13 -0
  310. package/dist/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfigRequest.js +43 -0
  311. package/dist/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum.d.ts +10 -0
  312. package/dist/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum.js +31 -0
  313. package/dist/serialization/types/WorkflowExecutionEventErrorCode.d.ts +1 -1
  314. package/dist/serialization/types/WorkflowExecutionEventErrorCode.js +1 -0
  315. package/dist/serialization/types/WorkflowOutputArray.d.ts +1 -1
  316. package/dist/serialization/types/WorkflowOutputArray.js +3 -1
  317. package/dist/serialization/types/WorkflowOutputChatHistory.d.ts +1 -1
  318. package/dist/serialization/types/WorkflowOutputChatHistory.js +3 -1
  319. package/dist/serialization/types/WorkflowOutputError.d.ts +1 -1
  320. package/dist/serialization/types/WorkflowOutputError.js +1 -1
  321. package/dist/serialization/types/WorkflowOutputFunctionCall.d.ts +1 -1
  322. package/dist/serialization/types/WorkflowOutputFunctionCall.js +1 -1
  323. package/dist/serialization/types/WorkflowOutputImage.d.ts +1 -1
  324. package/dist/serialization/types/WorkflowOutputImage.js +1 -1
  325. package/dist/serialization/types/WorkflowOutputJson.d.ts +1 -1
  326. package/dist/serialization/types/WorkflowOutputJson.js +1 -1
  327. package/dist/serialization/types/WorkflowOutputNumber.d.ts +1 -1
  328. package/dist/serialization/types/WorkflowOutputNumber.js +1 -1
  329. package/dist/serialization/types/WorkflowOutputSearchResults.d.ts +1 -1
  330. package/dist/serialization/types/WorkflowOutputSearchResults.js +3 -1
  331. package/dist/serialization/types/WorkflowOutputString.d.ts +1 -1
  332. package/dist/serialization/types/WorkflowOutputString.js +1 -1
  333. package/dist/serialization/types/index.d.ts +31 -0
  334. package/dist/serialization/types/index.js +31 -0
  335. package/package.json +1 -1
  336. package/serialization/resources/documentIndexes/client/requests/DocumentIndexUpdateRequest.d.ts +14 -0
  337. package/serialization/resources/documentIndexes/client/requests/DocumentIndexUpdateRequest.js +44 -0
  338. package/serialization/resources/documentIndexes/client/requests/PatchedDocumentIndexUpdateRequest.d.ts +14 -0
  339. package/serialization/resources/documentIndexes/client/requests/PatchedDocumentIndexUpdateRequest.js +44 -0
  340. package/serialization/resources/documentIndexes/client/requests/index.d.ts +2 -0
  341. package/serialization/resources/documentIndexes/client/requests/index.js +5 -1
  342. package/serialization/resources/index.d.ts +2 -0
  343. package/serialization/resources/index.js +3 -1
  344. package/serialization/resources/testSuiteRuns/client/index.d.ts +1 -0
  345. package/serialization/resources/testSuiteRuns/client/index.js +17 -0
  346. package/serialization/resources/testSuiteRuns/client/requests/TestSuiteRunCreateRequest.d.ts +13 -0
  347. package/serialization/resources/testSuiteRuns/client/requests/TestSuiteRunCreateRequest.js +43 -0
  348. package/serialization/resources/testSuiteRuns/client/requests/index.d.ts +1 -0
  349. package/serialization/resources/testSuiteRuns/client/requests/index.js +5 -0
  350. package/serialization/resources/testSuiteRuns/index.d.ts +1 -0
  351. package/serialization/resources/testSuiteRuns/index.js +17 -0
  352. package/serialization/types/ArrayVariableValueItem.d.ts +4 -1
  353. package/serialization/types/ArrayVariableValueItem.js +1 -0
  354. package/serialization/types/FulfilledWorkflowNodeResultEvent.d.ts +2 -0
  355. package/serialization/types/FulfilledWorkflowNodeResultEvent.js +2 -0
  356. package/serialization/types/ImageVariableValue.d.ts +12 -0
  357. package/serialization/types/ImageVariableValue.js +42 -0
  358. package/serialization/types/InitiatedWorkflowNodeResultEvent.d.ts +1 -0
  359. package/serialization/types/InitiatedWorkflowNodeResultEvent.js +1 -0
  360. package/serialization/types/PaginatedTestSuiteRunExecutionList.d.ts +15 -0
  361. package/serialization/types/PaginatedTestSuiteRunExecutionList.js +47 -0
  362. package/serialization/types/RejectedWorkflowNodeResultEvent.d.ts +1 -0
  363. package/serialization/types/RejectedWorkflowNodeResultEvent.js +1 -0
  364. package/serialization/types/StreamingWorkflowNodeResultEvent.d.ts +1 -0
  365. package/serialization/types/StreamingWorkflowNodeResultEvent.js +1 -0
  366. package/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfig.d.ts +13 -0
  367. package/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfig.js +43 -0
  368. package/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfigData.d.ts +13 -0
  369. package/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfigData.js +34 -0
  370. package/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfigDataRequest.d.ts +13 -0
  371. package/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfigDataRequest.js +34 -0
  372. package/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfigRequest.d.ts +13 -0
  373. package/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfigRequest.js +43 -0
  374. package/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfigTypeEnum.d.ts +10 -0
  375. package/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfigTypeEnum.js +31 -0
  376. package/serialization/types/TestSuiteRunExecConfig.d.ts +16 -0
  377. package/serialization/types/TestSuiteRunExecConfig.js +48 -0
  378. package/serialization/types/TestSuiteRunExecConfigRequest.d.ts +16 -0
  379. package/serialization/types/TestSuiteRunExecConfigRequest.js +48 -0
  380. package/serialization/types/TestSuiteRunExecution.d.ts +15 -0
  381. package/serialization/types/TestSuiteRunExecution.js +45 -0
  382. package/serialization/types/TestSuiteRunExecutionChatHistoryOutput.d.ts +13 -0
  383. package/serialization/types/TestSuiteRunExecutionChatHistoryOutput.js +45 -0
  384. package/serialization/types/TestSuiteRunExecutionErrorOutput.d.ts +13 -0
  385. package/serialization/types/TestSuiteRunExecutionErrorOutput.js +43 -0
  386. package/serialization/types/TestSuiteRunExecutionJsonOutput.d.ts +13 -0
  387. package/serialization/types/TestSuiteRunExecutionJsonOutput.js +34 -0
  388. package/serialization/types/TestSuiteRunExecutionMetricResult.d.ts +13 -0
  389. package/serialization/types/TestSuiteRunExecutionMetricResult.js +43 -0
  390. package/serialization/types/TestSuiteRunExecutionNumberOutput.d.ts +13 -0
  391. package/serialization/types/TestSuiteRunExecutionNumberOutput.js +34 -0
  392. package/serialization/types/TestSuiteRunExecutionOutput.d.ts +28 -0
  393. package/serialization/types/TestSuiteRunExecutionOutput.js +52 -0
  394. package/serialization/types/TestSuiteRunExecutionSearchResultsOutput.d.ts +13 -0
  395. package/serialization/types/TestSuiteRunExecutionSearchResultsOutput.js +45 -0
  396. package/serialization/types/TestSuiteRunExecutionStringOutput.d.ts +13 -0
  397. package/serialization/types/TestSuiteRunExecutionStringOutput.js +34 -0
  398. package/serialization/types/TestSuiteRunMetricErrorOutput.d.ts +13 -0
  399. package/serialization/types/TestSuiteRunMetricErrorOutput.js +43 -0
  400. package/serialization/types/TestSuiteRunMetricErrorOutputTypeEnum.d.ts +10 -0
  401. package/serialization/types/TestSuiteRunMetricErrorOutputTypeEnum.js +31 -0
  402. package/serialization/types/TestSuiteRunMetricNumberOutput.d.ts +13 -0
  403. package/serialization/types/TestSuiteRunMetricNumberOutput.js +34 -0
  404. package/serialization/types/TestSuiteRunMetricNumberOutputTypeEnum.d.ts +10 -0
  405. package/serialization/types/TestSuiteRunMetricNumberOutputTypeEnum.js +31 -0
  406. package/serialization/types/TestSuiteRunMetricOutput.d.ts +16 -0
  407. package/serialization/types/TestSuiteRunMetricOutput.js +48 -0
  408. package/serialization/types/TestSuiteRunRead.d.ts +16 -0
  409. package/serialization/types/TestSuiteRunRead.js +46 -0
  410. package/serialization/types/TestSuiteRunState.d.ts +10 -0
  411. package/serialization/types/TestSuiteRunState.js +31 -0
  412. package/serialization/types/TestSuiteRunTestSuite.d.ts +14 -0
  413. package/serialization/types/TestSuiteRunTestSuite.js +35 -0
  414. package/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfig.d.ts +13 -0
  415. package/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfig.js +43 -0
  416. package/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfigData.d.ts +13 -0
  417. package/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfigData.js +34 -0
  418. package/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfigDataRequest.d.ts +13 -0
  419. package/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfigDataRequest.js +34 -0
  420. package/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfigRequest.d.ts +13 -0
  421. package/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfigRequest.js +43 -0
  422. package/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum.d.ts +10 -0
  423. package/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum.js +31 -0
  424. package/serialization/types/WorkflowExecutionEventErrorCode.d.ts +1 -1
  425. package/serialization/types/WorkflowExecutionEventErrorCode.js +1 -0
  426. package/serialization/types/WorkflowOutputArray.d.ts +1 -1
  427. package/serialization/types/WorkflowOutputArray.js +3 -1
  428. package/serialization/types/WorkflowOutputChatHistory.d.ts +1 -1
  429. package/serialization/types/WorkflowOutputChatHistory.js +3 -1
  430. package/serialization/types/WorkflowOutputError.d.ts +1 -1
  431. package/serialization/types/WorkflowOutputError.js +1 -1
  432. package/serialization/types/WorkflowOutputFunctionCall.d.ts +1 -1
  433. package/serialization/types/WorkflowOutputFunctionCall.js +1 -1
  434. package/serialization/types/WorkflowOutputImage.d.ts +1 -1
  435. package/serialization/types/WorkflowOutputImage.js +1 -1
  436. package/serialization/types/WorkflowOutputJson.d.ts +1 -1
  437. package/serialization/types/WorkflowOutputJson.js +1 -1
  438. package/serialization/types/WorkflowOutputNumber.d.ts +1 -1
  439. package/serialization/types/WorkflowOutputNumber.js +1 -1
  440. package/serialization/types/WorkflowOutputSearchResults.d.ts +1 -1
  441. package/serialization/types/WorkflowOutputSearchResults.js +3 -1
  442. package/serialization/types/WorkflowOutputString.d.ts +1 -1
  443. package/serialization/types/WorkflowOutputString.js +1 -1
  444. package/serialization/types/index.d.ts +31 -0
  445. package/serialization/types/index.js +31 -0
@@ -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,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "..";
5
+ export interface TestSuiteRunExecutionMetricResult {
6
+ metricId: string;
7
+ outputs: Vellum.TestSuiteRunMetricOutput[];
8
+ }
@@ -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,7 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface TestSuiteRunExecutionNumberOutput {
5
+ outputVariableId: string;
6
+ value?: number;
7
+ }
@@ -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,25 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "..";
5
+ export declare type TestSuiteRunExecutionOutput = Vellum.TestSuiteRunExecutionOutput.String | Vellum.TestSuiteRunExecutionOutput.Number | Vellum.TestSuiteRunExecutionOutput.Json | Vellum.TestSuiteRunExecutionOutput.ChatHistory | Vellum.TestSuiteRunExecutionOutput.SearchResults | Vellum.TestSuiteRunExecutionOutput.Error_;
6
+ export declare namespace TestSuiteRunExecutionOutput {
7
+ interface String extends Vellum.TestSuiteRunExecutionStringOutput {
8
+ type: "STRING";
9
+ }
10
+ interface Number extends Vellum.TestSuiteRunExecutionNumberOutput {
11
+ type: "NUMBER";
12
+ }
13
+ interface Json extends Vellum.TestSuiteRunExecutionJsonOutput {
14
+ type: "JSON";
15
+ }
16
+ interface ChatHistory extends Vellum.TestSuiteRunExecutionChatHistoryOutput {
17
+ type: "CHAT_HISTORY";
18
+ }
19
+ interface SearchResults extends Vellum.TestSuiteRunExecutionSearchResultsOutput {
20
+ type: "SEARCH_RESULTS";
21
+ }
22
+ interface Error_ extends Vellum.TestSuiteRunExecutionErrorOutput {
23
+ type: "ERROR";
24
+ }
25
+ }
@@ -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,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "..";
5
+ export interface TestSuiteRunExecutionSearchResultsOutput {
6
+ outputVariableId: string;
7
+ value?: Vellum.SearchResult[];
8
+ }
@@ -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,7 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface TestSuiteRunExecutionStringOutput {
5
+ outputVariableId: string;
6
+ value?: string;
7
+ }
@@ -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,11 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "..";
5
+ /**
6
+ * Output for a test suite run metric that is of type ERROR
7
+ */
8
+ export interface TestSuiteRunMetricErrorOutput {
9
+ value: Vellum.VellumError;
10
+ name: string;
11
+ }
@@ -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,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export declare type TestSuiteRunMetricErrorOutputTypeEnum = "ERROR";
@@ -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,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * Output for a test suite run metric that is of type NUMBER
6
+ */
7
+ export interface TestSuiteRunMetricNumberOutput {
8
+ value: number;
9
+ name: string;
10
+ }
@@ -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,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export declare type TestSuiteRunMetricNumberOutputTypeEnum = "NUMBER";
@@ -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 "..";
5
+ export declare type TestSuiteRunMetricOutput = Vellum.TestSuiteRunMetricOutput.Number | Vellum.TestSuiteRunMetricOutput.Error_;
6
+ export declare namespace TestSuiteRunMetricOutput {
7
+ interface Number extends Vellum.TestSuiteRunMetricNumberOutput {
8
+ type: "NUMBER";
9
+ }
10
+ interface Error_ extends Vellum.TestSuiteRunMetricErrorOutput {
11
+ type: "ERROR";
12
+ }
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,21 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "..";
5
+ export interface TestSuiteRunRead {
6
+ id: string;
7
+ created: Date;
8
+ testSuite: Vellum.TestSuiteRunTestSuite;
9
+ /**
10
+ * The current state of this run
11
+ *
12
+ * - `QUEUED` - Queued
13
+ * - `RUNNING` - Running
14
+ * - `COMPLETE` - Complete
15
+ * - `FAILED` - Failed
16
+ * - `CANCELLED` - Cancelled
17
+ */
18
+ state?: Vellum.TestSuiteRunState;
19
+ /** Configuration that defines how the Test Suite should be run */
20
+ execConfig?: Vellum.TestSuiteRunExecConfig;
21
+ }
@@ -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,18 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * - `QUEUED` - Queued
6
+ * - `RUNNING` - Running
7
+ * - `COMPLETE` - Complete
8
+ * - `FAILED` - Failed
9
+ * - `CANCELLED` - Cancelled
10
+ */
11
+ export declare type TestSuiteRunState = "QUEUED" | "RUNNING" | "COMPLETE" | "FAILED" | "CANCELLED";
12
+ export declare const TestSuiteRunState: {
13
+ readonly Queued: "QUEUED";
14
+ readonly Running: "RUNNING";
15
+ readonly Complete: "COMPLETE";
16
+ readonly Failed: "FAILED";
17
+ readonly Cancelled: "CANCELLED";
18
+ };
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.TestSuiteRunState = void 0;
7
+ exports.TestSuiteRunState = {
8
+ Queued: "QUEUED",
9
+ Running: "RUNNING",
10
+ Complete: "COMPLETE",
11
+ Failed: "FAILED",
12
+ Cancelled: "CANCELLED",
13
+ };
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface TestSuiteRunTestSuite {
5
+ id: string;
6
+ historyItemId: string;
7
+ label: string;
8
+ }
@@ -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 "..";
5
+ /**
6
+ * Execution configuration for running a Test Suite against a Workflow Deployment
7
+ */
8
+ export interface TestSuiteRunWorkflowReleaseTagExecConfig {
9
+ data: Vellum.TestSuiteRunWorkflowReleaseTagExecConfigData;
10
+ /** Optionally specify a subset of test case ids to run. If not provided, all test cases within the test suite will be run by default. */
11
+ testCaseIds?: 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
+ export interface TestSuiteRunWorkflowReleaseTagExecConfigData {
5
+ /** The ID of the Workflow Deployment to run the Test Suite against. */
6
+ workflowDeploymentId: string;
7
+ /** A tag identifying which release of the Workflow Deployment to run the Test Suite against. Useful for testing past versions of the Workflow Deployment */
8
+ tag?: 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
+ export interface TestSuiteRunWorkflowReleaseTagExecConfigDataRequest {
5
+ /** The ID of the Workflow Deployment to run the Test Suite against. */
6
+ workflowDeploymentId: string;
7
+ /** A tag identifying which release of the Workflow Deployment to run the Test Suite against. Useful for testing past versions of the Workflow Deployment */
8
+ tag?: 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 "..";
5
+ /**
6
+ * Execution configuration for running a Test Suite against a Workflow Deployment
7
+ */
8
+ export interface TestSuiteRunWorkflowReleaseTagExecConfigRequest {
9
+ data: Vellum.TestSuiteRunWorkflowReleaseTagExecConfigDataRequest;
10
+ /** Optionally specify a subset of test case ids to run. If not provided, all test cases within the test suite will be run by default. */
11
+ testCaseIds?: 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,4 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export declare type TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum = "WORKFLOW_RELEASE_TAG";
@@ -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,6 +3,7 @@
3
3
  */
4
4
  /**
5
5
  * - `WORKFLOW_INITIALIZATION` - WORKFLOW_INITIALIZATION
6
+ * - `WORKFLOW_CANCELLED` - WORKFLOW_CANCELLED
6
7
  * - `NODE_EXECUTION_COUNT_LIMIT_REACHED` - NODE_EXECUTION_COUNT_LIMIT_REACHED
7
8
  * - `INTERNAL_SERVER_ERROR` - INTERNAL_SERVER_ERROR
8
9
  * - `NODE_EXECUTION` - NODE_EXECUTION
@@ -10,9 +11,10 @@
10
11
  * - `INVALID_TEMPLATE` - INVALID_TEMPLATE
11
12
  * - `USER_DEFINED_ERROR` - USER_DEFINED_ERROR
12
13
  */
13
- export declare type WorkflowExecutionEventErrorCode = "WORKFLOW_INITIALIZATION" | "NODE_EXECUTION_COUNT_LIMIT_REACHED" | "INTERNAL_SERVER_ERROR" | "NODE_EXECUTION" | "LLM_PROVIDER" | "INVALID_TEMPLATE" | "USER_DEFINED_ERROR";
14
+ export declare type WorkflowExecutionEventErrorCode = "WORKFLOW_INITIALIZATION" | "WORKFLOW_CANCELLED" | "NODE_EXECUTION_COUNT_LIMIT_REACHED" | "INTERNAL_SERVER_ERROR" | "NODE_EXECUTION" | "LLM_PROVIDER" | "INVALID_TEMPLATE" | "USER_DEFINED_ERROR";
14
15
  export declare const WorkflowExecutionEventErrorCode: {
15
16
  readonly WorkflowInitialization: "WORKFLOW_INITIALIZATION";
17
+ readonly WorkflowCancelled: "WORKFLOW_CANCELLED";
16
18
  readonly NodeExecutionCountLimitReached: "NODE_EXECUTION_COUNT_LIMIT_REACHED";
17
19
  readonly InternalServerError: "INTERNAL_SERVER_ERROR";
18
20
  readonly NodeExecution: "NODE_EXECUTION";
@@ -6,6 +6,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.WorkflowExecutionEventErrorCode = void 0;
7
7
  exports.WorkflowExecutionEventErrorCode = {
8
8
  WorkflowInitialization: "WORKFLOW_INITIALIZATION",
9
+ WorkflowCancelled: "WORKFLOW_CANCELLED",
9
10
  NodeExecutionCountLimitReached: "NODE_EXECUTION_COUNT_LIMIT_REACHED",
10
11
  InternalServerError: "INTERNAL_SERVER_ERROR",
11
12
  NodeExecution: "NODE_EXECUTION",
@@ -9,5 +9,5 @@ export interface WorkflowOutputArray {
9
9
  id: string;
10
10
  /** The output's name, as defined in the workflow */
11
11
  name: string;
12
- value: Vellum.ArrayVariableValueItem[];
12
+ value?: Vellum.ArrayVariableValueItem[];
13
13
  }
@@ -9,5 +9,5 @@ export interface WorkflowOutputChatHistory {
9
9
  id: string;
10
10
  /** The output's name, as defined in the workflow */
11
11
  name: string;
12
- value: Vellum.ChatMessage[];
12
+ value?: Vellum.ChatMessage[];
13
13
  }
@@ -9,5 +9,5 @@ export interface WorkflowOutputError {
9
9
  id: string;
10
10
  /** The output's name, as defined in the workflow */
11
11
  name: string;
12
- value: Vellum.VellumError;
12
+ value?: Vellum.VellumError;
13
13
  }
@@ -9,5 +9,5 @@ export interface WorkflowOutputFunctionCall {
9
9
  id: string;
10
10
  /** The output's name, as defined in the workflow */
11
11
  name: string;
12
- value: Vellum.FunctionCall;
12
+ value?: Vellum.FunctionCall;
13
13
  }
@@ -9,5 +9,5 @@ export interface WorkflowOutputImage {
9
9
  id: string;
10
10
  /** The output's name, as defined in the workflow */
11
11
  name: string;
12
- value: Vellum.VellumImage;
12
+ value?: Vellum.VellumImage;
13
13
  }
@@ -8,5 +8,5 @@ export interface WorkflowOutputJson {
8
8
  id: string;
9
9
  /** The output's name, as defined in the workflow */
10
10
  name: string;
11
- value: Record<string, unknown>;
11
+ value?: Record<string, unknown>;
12
12
  }
@@ -8,5 +8,5 @@ export interface WorkflowOutputNumber {
8
8
  id: string;
9
9
  /** The output's name, as defined in the workflow */
10
10
  name: string;
11
- value: number;
11
+ value?: number;
12
12
  }
@@ -9,5 +9,5 @@ export interface WorkflowOutputSearchResults {
9
9
  id: string;
10
10
  /** The output's name, as defined in the workflow */
11
11
  name: string;
12
- value: Vellum.SearchResult[];
12
+ value?: Vellum.SearchResult[];
13
13
  }
@@ -8,5 +8,5 @@ export interface WorkflowOutputString {
8
8
  id: string;
9
9
  /** The output's name, as defined in the workflow */
10
10
  name: string;
11
- value: string;
11
+ value?: string;
12
12
  }
@@ -81,6 +81,7 @@ export * from "./GenerateStreamResultData";
81
81
  export * from "./ImageChatMessageContent";
82
82
  export * from "./ImageChatMessageContentRequest";
83
83
  export * from "./ImageEnum";
84
+ export * from "./ImageVariableValue";
84
85
  export * from "./IndexingStateEnum";
85
86
  export * from "./InitiatedEnum";
86
87
  export * from "./InitiatedExecutePromptEvent";
@@ -132,6 +133,7 @@ export * from "./PaginatedDocumentIndexReadList";
132
133
  export * from "./PaginatedSlimDeploymentReadList";
133
134
  export * from "./PaginatedSlimDocumentList";
134
135
  export * from "./PaginatedSlimWorkflowDeploymentList";
136
+ export * from "./PaginatedTestSuiteRunExecutionList";
135
137
  export * from "./ProcessingFailureReasonEnum";
136
138
  export * from "./ProcessingStateEnum";
137
139
  export * from "./PromptDeploymentExpandMetaRequestRequest";
@@ -227,6 +229,35 @@ export * from "./TestCaseNumberVariableValue";
227
229
  export * from "./TestCaseSearchResultsVariableValue";
228
230
  export * from "./TestCaseStringVariableValue";
229
231
  export * from "./TestCaseVariableValue";
232
+ export * from "./TestSuiteRunDeploymentReleaseTagExecConfig";
233
+ export * from "./TestSuiteRunDeploymentReleaseTagExecConfigData";
234
+ export * from "./TestSuiteRunDeploymentReleaseTagExecConfigDataRequest";
235
+ export * from "./TestSuiteRunDeploymentReleaseTagExecConfigRequest";
236
+ export * from "./TestSuiteRunDeploymentReleaseTagExecConfigTypeEnum";
237
+ export * from "./TestSuiteRunExecConfig";
238
+ export * from "./TestSuiteRunExecConfigRequest";
239
+ export * from "./TestSuiteRunExecution";
240
+ export * from "./TestSuiteRunExecutionChatHistoryOutput";
241
+ export * from "./TestSuiteRunExecutionErrorOutput";
242
+ export * from "./TestSuiteRunExecutionJsonOutput";
243
+ export * from "./TestSuiteRunExecutionMetricResult";
244
+ export * from "./TestSuiteRunExecutionNumberOutput";
245
+ export * from "./TestSuiteRunExecutionOutput";
246
+ export * from "./TestSuiteRunExecutionSearchResultsOutput";
247
+ export * from "./TestSuiteRunExecutionStringOutput";
248
+ export * from "./TestSuiteRunMetricErrorOutput";
249
+ export * from "./TestSuiteRunMetricErrorOutputTypeEnum";
250
+ export * from "./TestSuiteRunMetricNumberOutput";
251
+ export * from "./TestSuiteRunMetricNumberOutputTypeEnum";
252
+ export * from "./TestSuiteRunMetricOutput";
253
+ export * from "./TestSuiteRunRead";
254
+ export * from "./TestSuiteRunState";
255
+ export * from "./TestSuiteRunTestSuite";
256
+ export * from "./TestSuiteRunWorkflowReleaseTagExecConfig";
257
+ export * from "./TestSuiteRunWorkflowReleaseTagExecConfigData";
258
+ export * from "./TestSuiteRunWorkflowReleaseTagExecConfigDataRequest";
259
+ export * from "./TestSuiteRunWorkflowReleaseTagExecConfigRequest";
260
+ export * from "./TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum";
230
261
  export * from "./TestSuiteTestCase";
231
262
  export * from "./UploadDocumentErrorResponse";
232
263
  export * from "./UploadDocumentResponse";
@@ -97,6 +97,7 @@ __exportStar(require("./GenerateStreamResultData"), exports);
97
97
  __exportStar(require("./ImageChatMessageContent"), exports);
98
98
  __exportStar(require("./ImageChatMessageContentRequest"), exports);
99
99
  __exportStar(require("./ImageEnum"), exports);
100
+ __exportStar(require("./ImageVariableValue"), exports);
100
101
  __exportStar(require("./IndexingStateEnum"), exports);
101
102
  __exportStar(require("./InitiatedEnum"), exports);
102
103
  __exportStar(require("./InitiatedExecutePromptEvent"), exports);
@@ -148,6 +149,7 @@ __exportStar(require("./PaginatedDocumentIndexReadList"), exports);
148
149
  __exportStar(require("./PaginatedSlimDeploymentReadList"), exports);
149
150
  __exportStar(require("./PaginatedSlimDocumentList"), exports);
150
151
  __exportStar(require("./PaginatedSlimWorkflowDeploymentList"), exports);
152
+ __exportStar(require("./PaginatedTestSuiteRunExecutionList"), exports);
151
153
  __exportStar(require("./ProcessingFailureReasonEnum"), exports);
152
154
  __exportStar(require("./ProcessingStateEnum"), exports);
153
155
  __exportStar(require("./PromptDeploymentExpandMetaRequestRequest"), exports);
@@ -243,6 +245,35 @@ __exportStar(require("./TestCaseNumberVariableValue"), exports);
243
245
  __exportStar(require("./TestCaseSearchResultsVariableValue"), exports);
244
246
  __exportStar(require("./TestCaseStringVariableValue"), exports);
245
247
  __exportStar(require("./TestCaseVariableValue"), exports);
248
+ __exportStar(require("./TestSuiteRunDeploymentReleaseTagExecConfig"), exports);
249
+ __exportStar(require("./TestSuiteRunDeploymentReleaseTagExecConfigData"), exports);
250
+ __exportStar(require("./TestSuiteRunDeploymentReleaseTagExecConfigDataRequest"), exports);
251
+ __exportStar(require("./TestSuiteRunDeploymentReleaseTagExecConfigRequest"), exports);
252
+ __exportStar(require("./TestSuiteRunDeploymentReleaseTagExecConfigTypeEnum"), exports);
253
+ __exportStar(require("./TestSuiteRunExecConfig"), exports);
254
+ __exportStar(require("./TestSuiteRunExecConfigRequest"), exports);
255
+ __exportStar(require("./TestSuiteRunExecution"), exports);
256
+ __exportStar(require("./TestSuiteRunExecutionChatHistoryOutput"), exports);
257
+ __exportStar(require("./TestSuiteRunExecutionErrorOutput"), exports);
258
+ __exportStar(require("./TestSuiteRunExecutionJsonOutput"), exports);
259
+ __exportStar(require("./TestSuiteRunExecutionMetricResult"), exports);
260
+ __exportStar(require("./TestSuiteRunExecutionNumberOutput"), exports);
261
+ __exportStar(require("./TestSuiteRunExecutionOutput"), exports);
262
+ __exportStar(require("./TestSuiteRunExecutionSearchResultsOutput"), exports);
263
+ __exportStar(require("./TestSuiteRunExecutionStringOutput"), exports);
264
+ __exportStar(require("./TestSuiteRunMetricErrorOutput"), exports);
265
+ __exportStar(require("./TestSuiteRunMetricErrorOutputTypeEnum"), exports);
266
+ __exportStar(require("./TestSuiteRunMetricNumberOutput"), exports);
267
+ __exportStar(require("./TestSuiteRunMetricNumberOutputTypeEnum"), exports);
268
+ __exportStar(require("./TestSuiteRunMetricOutput"), exports);
269
+ __exportStar(require("./TestSuiteRunRead"), exports);
270
+ __exportStar(require("./TestSuiteRunState"), exports);
271
+ __exportStar(require("./TestSuiteRunTestSuite"), exports);
272
+ __exportStar(require("./TestSuiteRunWorkflowReleaseTagExecConfig"), exports);
273
+ __exportStar(require("./TestSuiteRunWorkflowReleaseTagExecConfigData"), exports);
274
+ __exportStar(require("./TestSuiteRunWorkflowReleaseTagExecConfigDataRequest"), exports);
275
+ __exportStar(require("./TestSuiteRunWorkflowReleaseTagExecConfigRequest"), exports);
276
+ __exportStar(require("./TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum"), exports);
246
277
  __exportStar(require("./TestSuiteTestCase"), exports);
247
278
  __exportStar(require("./UploadDocumentErrorResponse"), exports);
248
279
  __exportStar(require("./UploadDocumentResponse"), exports);
package/dist/Client.d.ts CHANGED
@@ -11,6 +11,7 @@ import { FolderEntities } from "./api/resources/folderEntities/client/Client";
11
11
  import { ModelVersions } from "./api/resources/modelVersions/client/Client";
12
12
  import { RegisteredPrompts } from "./api/resources/registeredPrompts/client/Client";
13
13
  import { Sandboxes } from "./api/resources/sandboxes/client/Client";
14
+ import { TestSuiteRuns } from "./api/resources/testSuiteRuns/client/Client";
14
15
  import { TestSuites } from "./api/resources/testSuites/client/Client";
15
16
  import { WorkflowDeployments } from "./api/resources/workflowDeployments/client/Client";
16
17
  export declare namespace VellumClient {
@@ -125,6 +126,8 @@ export declare class VellumClient {
125
126
  get registeredPrompts(): RegisteredPrompts;
126
127
  protected _sandboxes: Sandboxes | undefined;
127
128
  get sandboxes(): Sandboxes;
129
+ protected _testSuiteRuns: TestSuiteRuns | undefined;
130
+ get testSuiteRuns(): TestSuiteRuns;
128
131
  protected _testSuites: TestSuites | undefined;
129
132
  get testSuites(): TestSuites;
130
133
  protected _workflowDeployments: WorkflowDeployments | undefined;