vellum-ai 0.3.12 → 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 (373) 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.js +6 -6
  5. package/api/resources/documents/client/Client.js +4 -4
  6. package/api/resources/folderEntities/client/Client.js +1 -1
  7. package/api/resources/index.d.ts +2 -0
  8. package/api/resources/index.js +3 -1
  9. package/api/resources/modelVersions/client/Client.js +1 -1
  10. package/api/resources/registeredPrompts/client/Client.js +1 -1
  11. package/api/resources/sandboxes/client/Client.js +2 -2
  12. package/api/resources/testSuiteRuns/client/Client.d.ts +32 -0
  13. package/api/resources/testSuiteRuns/client/Client.js +215 -0
  14. package/api/resources/testSuiteRuns/client/index.d.ts +1 -0
  15. package/api/resources/testSuiteRuns/client/index.js +17 -0
  16. package/api/resources/testSuiteRuns/client/requests/ListTestSuiteRunExecutionsRequest.d.ts +17 -0
  17. package/api/resources/testSuiteRuns/client/requests/ListTestSuiteRunExecutionsRequest.js +5 -0
  18. package/api/resources/testSuiteRuns/client/requests/TestSuiteRunCreateRequest.d.ts +10 -0
  19. package/api/resources/testSuiteRuns/client/requests/TestSuiteRunCreateRequest.js +5 -0
  20. package/api/resources/testSuiteRuns/client/requests/index.d.ts +2 -0
  21. package/api/resources/testSuiteRuns/client/requests/index.js +2 -0
  22. package/api/resources/testSuiteRuns/index.d.ts +1 -0
  23. package/api/resources/testSuiteRuns/index.js +17 -0
  24. package/api/resources/testSuites/client/Client.js +2 -2
  25. package/api/resources/workflowDeployments/client/Client.js +2 -2
  26. package/api/types/PaginatedTestSuiteRunExecutionList.d.ts +10 -0
  27. package/api/types/PaginatedTestSuiteRunExecutionList.js +5 -0
  28. package/api/types/TestSuiteRunDeploymentReleaseTagExecConfig.d.ts +12 -0
  29. package/api/types/TestSuiteRunDeploymentReleaseTagExecConfig.js +5 -0
  30. package/api/types/TestSuiteRunDeploymentReleaseTagExecConfigData.d.ts +9 -0
  31. package/api/types/TestSuiteRunDeploymentReleaseTagExecConfigData.js +5 -0
  32. package/api/types/TestSuiteRunDeploymentReleaseTagExecConfigDataRequest.d.ts +9 -0
  33. package/api/types/TestSuiteRunDeploymentReleaseTagExecConfigDataRequest.js +5 -0
  34. package/api/types/TestSuiteRunDeploymentReleaseTagExecConfigRequest.d.ts +12 -0
  35. package/api/types/TestSuiteRunDeploymentReleaseTagExecConfigRequest.js +5 -0
  36. package/api/types/TestSuiteRunDeploymentReleaseTagExecConfigTypeEnum.d.ts +4 -0
  37. package/api/types/TestSuiteRunDeploymentReleaseTagExecConfigTypeEnum.js +5 -0
  38. package/api/types/TestSuiteRunExecConfig.d.ts +13 -0
  39. package/api/types/TestSuiteRunExecConfig.js +5 -0
  40. package/api/types/TestSuiteRunExecConfigRequest.d.ts +13 -0
  41. package/api/types/TestSuiteRunExecConfigRequest.js +5 -0
  42. package/api/types/TestSuiteRunExecution.d.ts +10 -0
  43. package/api/types/TestSuiteRunExecution.js +5 -0
  44. package/api/types/TestSuiteRunExecutionChatHistoryOutput.d.ts +8 -0
  45. package/api/types/TestSuiteRunExecutionChatHistoryOutput.js +5 -0
  46. package/api/types/TestSuiteRunExecutionErrorOutput.d.ts +8 -0
  47. package/api/types/TestSuiteRunExecutionErrorOutput.js +5 -0
  48. package/api/types/TestSuiteRunExecutionJsonOutput.d.ts +7 -0
  49. package/api/types/TestSuiteRunExecutionJsonOutput.js +5 -0
  50. package/api/types/TestSuiteRunExecutionMetricResult.d.ts +8 -0
  51. package/api/types/TestSuiteRunExecutionMetricResult.js +5 -0
  52. package/api/types/TestSuiteRunExecutionNumberOutput.d.ts +7 -0
  53. package/api/types/TestSuiteRunExecutionNumberOutput.js +5 -0
  54. package/api/types/TestSuiteRunExecutionOutput.d.ts +25 -0
  55. package/api/types/TestSuiteRunExecutionOutput.js +5 -0
  56. package/api/types/TestSuiteRunExecutionSearchResultsOutput.d.ts +8 -0
  57. package/api/types/TestSuiteRunExecutionSearchResultsOutput.js +5 -0
  58. package/api/types/TestSuiteRunExecutionStringOutput.d.ts +7 -0
  59. package/api/types/TestSuiteRunExecutionStringOutput.js +5 -0
  60. package/api/types/TestSuiteRunMetricErrorOutput.d.ts +11 -0
  61. package/api/types/TestSuiteRunMetricErrorOutput.js +5 -0
  62. package/api/types/TestSuiteRunMetricErrorOutputTypeEnum.d.ts +4 -0
  63. package/api/types/TestSuiteRunMetricErrorOutputTypeEnum.js +5 -0
  64. package/api/types/TestSuiteRunMetricNumberOutput.d.ts +10 -0
  65. package/api/types/TestSuiteRunMetricNumberOutput.js +5 -0
  66. package/api/types/TestSuiteRunMetricNumberOutputTypeEnum.d.ts +4 -0
  67. package/api/types/TestSuiteRunMetricNumberOutputTypeEnum.js +5 -0
  68. package/api/types/TestSuiteRunMetricOutput.d.ts +13 -0
  69. package/api/types/TestSuiteRunMetricOutput.js +5 -0
  70. package/api/types/TestSuiteRunRead.d.ts +21 -0
  71. package/api/types/TestSuiteRunRead.js +5 -0
  72. package/api/types/TestSuiteRunState.d.ts +18 -0
  73. package/api/types/TestSuiteRunState.js +13 -0
  74. package/api/types/TestSuiteRunTestSuite.d.ts +8 -0
  75. package/api/types/TestSuiteRunTestSuite.js +5 -0
  76. package/api/types/TestSuiteRunWorkflowReleaseTagExecConfig.d.ts +12 -0
  77. package/api/types/TestSuiteRunWorkflowReleaseTagExecConfig.js +5 -0
  78. package/api/types/TestSuiteRunWorkflowReleaseTagExecConfigData.d.ts +9 -0
  79. package/api/types/TestSuiteRunWorkflowReleaseTagExecConfigData.js +5 -0
  80. package/api/types/TestSuiteRunWorkflowReleaseTagExecConfigDataRequest.d.ts +9 -0
  81. package/api/types/TestSuiteRunWorkflowReleaseTagExecConfigDataRequest.js +5 -0
  82. package/api/types/TestSuiteRunWorkflowReleaseTagExecConfigRequest.d.ts +12 -0
  83. package/api/types/TestSuiteRunWorkflowReleaseTagExecConfigRequest.js +5 -0
  84. package/api/types/TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum.d.ts +4 -0
  85. package/api/types/TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum.js +5 -0
  86. package/api/types/WorkflowOutputArray.d.ts +1 -1
  87. package/api/types/WorkflowOutputChatHistory.d.ts +1 -1
  88. package/api/types/WorkflowOutputError.d.ts +1 -1
  89. package/api/types/WorkflowOutputFunctionCall.d.ts +1 -1
  90. package/api/types/WorkflowOutputImage.d.ts +1 -1
  91. package/api/types/WorkflowOutputJson.d.ts +1 -1
  92. package/api/types/WorkflowOutputNumber.d.ts +1 -1
  93. package/api/types/WorkflowOutputSearchResults.d.ts +1 -1
  94. package/api/types/WorkflowOutputString.d.ts +1 -1
  95. package/api/types/index.d.ts +30 -0
  96. package/api/types/index.js +30 -0
  97. package/dist/Client.d.ts +3 -0
  98. package/dist/Client.js +18 -13
  99. package/dist/api/resources/deployments/client/Client.js +3 -3
  100. package/dist/api/resources/documentIndexes/client/Client.js +6 -6
  101. package/dist/api/resources/documents/client/Client.js +4 -4
  102. package/dist/api/resources/folderEntities/client/Client.js +1 -1
  103. package/dist/api/resources/index.d.ts +2 -0
  104. package/dist/api/resources/index.js +3 -1
  105. package/dist/api/resources/modelVersions/client/Client.js +1 -1
  106. package/dist/api/resources/registeredPrompts/client/Client.js +1 -1
  107. package/dist/api/resources/sandboxes/client/Client.js +2 -2
  108. package/dist/api/resources/testSuiteRuns/client/Client.d.ts +32 -0
  109. package/dist/api/resources/testSuiteRuns/client/Client.js +215 -0
  110. package/dist/api/resources/testSuiteRuns/client/index.d.ts +1 -0
  111. package/dist/api/resources/testSuiteRuns/client/index.js +17 -0
  112. package/dist/api/resources/testSuiteRuns/client/requests/ListTestSuiteRunExecutionsRequest.d.ts +17 -0
  113. package/dist/api/resources/testSuiteRuns/client/requests/ListTestSuiteRunExecutionsRequest.js +5 -0
  114. package/dist/api/resources/testSuiteRuns/client/requests/TestSuiteRunCreateRequest.d.ts +10 -0
  115. package/dist/api/resources/testSuiteRuns/client/requests/TestSuiteRunCreateRequest.js +5 -0
  116. package/dist/api/resources/testSuiteRuns/client/requests/index.d.ts +2 -0
  117. package/dist/api/resources/testSuiteRuns/client/requests/index.js +2 -0
  118. package/dist/api/resources/testSuiteRuns/index.d.ts +1 -0
  119. package/dist/api/resources/testSuiteRuns/index.js +17 -0
  120. package/dist/api/resources/testSuites/client/Client.js +2 -2
  121. package/dist/api/resources/workflowDeployments/client/Client.js +2 -2
  122. package/dist/api/types/PaginatedTestSuiteRunExecutionList.d.ts +10 -0
  123. package/dist/api/types/PaginatedTestSuiteRunExecutionList.js +5 -0
  124. package/dist/api/types/TestSuiteRunDeploymentReleaseTagExecConfig.d.ts +12 -0
  125. package/dist/api/types/TestSuiteRunDeploymentReleaseTagExecConfig.js +5 -0
  126. package/dist/api/types/TestSuiteRunDeploymentReleaseTagExecConfigData.d.ts +9 -0
  127. package/dist/api/types/TestSuiteRunDeploymentReleaseTagExecConfigData.js +5 -0
  128. package/dist/api/types/TestSuiteRunDeploymentReleaseTagExecConfigDataRequest.d.ts +9 -0
  129. package/dist/api/types/TestSuiteRunDeploymentReleaseTagExecConfigDataRequest.js +5 -0
  130. package/dist/api/types/TestSuiteRunDeploymentReleaseTagExecConfigRequest.d.ts +12 -0
  131. package/dist/api/types/TestSuiteRunDeploymentReleaseTagExecConfigRequest.js +5 -0
  132. package/dist/api/types/TestSuiteRunDeploymentReleaseTagExecConfigTypeEnum.d.ts +4 -0
  133. package/dist/api/types/TestSuiteRunDeploymentReleaseTagExecConfigTypeEnum.js +5 -0
  134. package/dist/api/types/TestSuiteRunExecConfig.d.ts +13 -0
  135. package/dist/api/types/TestSuiteRunExecConfig.js +5 -0
  136. package/dist/api/types/TestSuiteRunExecConfigRequest.d.ts +13 -0
  137. package/dist/api/types/TestSuiteRunExecConfigRequest.js +5 -0
  138. package/dist/api/types/TestSuiteRunExecution.d.ts +10 -0
  139. package/dist/api/types/TestSuiteRunExecution.js +5 -0
  140. package/dist/api/types/TestSuiteRunExecutionChatHistoryOutput.d.ts +8 -0
  141. package/dist/api/types/TestSuiteRunExecutionChatHistoryOutput.js +5 -0
  142. package/dist/api/types/TestSuiteRunExecutionErrorOutput.d.ts +8 -0
  143. package/dist/api/types/TestSuiteRunExecutionErrorOutput.js +5 -0
  144. package/dist/api/types/TestSuiteRunExecutionJsonOutput.d.ts +7 -0
  145. package/dist/api/types/TestSuiteRunExecutionJsonOutput.js +5 -0
  146. package/dist/api/types/TestSuiteRunExecutionMetricResult.d.ts +8 -0
  147. package/dist/api/types/TestSuiteRunExecutionMetricResult.js +5 -0
  148. package/dist/api/types/TestSuiteRunExecutionNumberOutput.d.ts +7 -0
  149. package/dist/api/types/TestSuiteRunExecutionNumberOutput.js +5 -0
  150. package/dist/api/types/TestSuiteRunExecutionOutput.d.ts +25 -0
  151. package/dist/api/types/TestSuiteRunExecutionOutput.js +5 -0
  152. package/dist/api/types/TestSuiteRunExecutionSearchResultsOutput.d.ts +8 -0
  153. package/dist/api/types/TestSuiteRunExecutionSearchResultsOutput.js +5 -0
  154. package/dist/api/types/TestSuiteRunExecutionStringOutput.d.ts +7 -0
  155. package/dist/api/types/TestSuiteRunExecutionStringOutput.js +5 -0
  156. package/dist/api/types/TestSuiteRunMetricErrorOutput.d.ts +11 -0
  157. package/dist/api/types/TestSuiteRunMetricErrorOutput.js +5 -0
  158. package/dist/api/types/TestSuiteRunMetricErrorOutputTypeEnum.d.ts +4 -0
  159. package/dist/api/types/TestSuiteRunMetricErrorOutputTypeEnum.js +5 -0
  160. package/dist/api/types/TestSuiteRunMetricNumberOutput.d.ts +10 -0
  161. package/dist/api/types/TestSuiteRunMetricNumberOutput.js +5 -0
  162. package/dist/api/types/TestSuiteRunMetricNumberOutputTypeEnum.d.ts +4 -0
  163. package/dist/api/types/TestSuiteRunMetricNumberOutputTypeEnum.js +5 -0
  164. package/dist/api/types/TestSuiteRunMetricOutput.d.ts +13 -0
  165. package/dist/api/types/TestSuiteRunMetricOutput.js +5 -0
  166. package/dist/api/types/TestSuiteRunRead.d.ts +21 -0
  167. package/dist/api/types/TestSuiteRunRead.js +5 -0
  168. package/dist/api/types/TestSuiteRunState.d.ts +18 -0
  169. package/dist/api/types/TestSuiteRunState.js +13 -0
  170. package/dist/api/types/TestSuiteRunTestSuite.d.ts +8 -0
  171. package/dist/api/types/TestSuiteRunTestSuite.js +5 -0
  172. package/dist/api/types/TestSuiteRunWorkflowReleaseTagExecConfig.d.ts +12 -0
  173. package/dist/api/types/TestSuiteRunWorkflowReleaseTagExecConfig.js +5 -0
  174. package/dist/api/types/TestSuiteRunWorkflowReleaseTagExecConfigData.d.ts +9 -0
  175. package/dist/api/types/TestSuiteRunWorkflowReleaseTagExecConfigData.js +5 -0
  176. package/dist/api/types/TestSuiteRunWorkflowReleaseTagExecConfigDataRequest.d.ts +9 -0
  177. package/dist/api/types/TestSuiteRunWorkflowReleaseTagExecConfigDataRequest.js +5 -0
  178. package/dist/api/types/TestSuiteRunWorkflowReleaseTagExecConfigRequest.d.ts +12 -0
  179. package/dist/api/types/TestSuiteRunWorkflowReleaseTagExecConfigRequest.js +5 -0
  180. package/dist/api/types/TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum.d.ts +4 -0
  181. package/dist/api/types/TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum.js +5 -0
  182. package/dist/api/types/WorkflowOutputArray.d.ts +1 -1
  183. package/dist/api/types/WorkflowOutputChatHistory.d.ts +1 -1
  184. package/dist/api/types/WorkflowOutputError.d.ts +1 -1
  185. package/dist/api/types/WorkflowOutputFunctionCall.d.ts +1 -1
  186. package/dist/api/types/WorkflowOutputImage.d.ts +1 -1
  187. package/dist/api/types/WorkflowOutputJson.d.ts +1 -1
  188. package/dist/api/types/WorkflowOutputNumber.d.ts +1 -1
  189. package/dist/api/types/WorkflowOutputSearchResults.d.ts +1 -1
  190. package/dist/api/types/WorkflowOutputString.d.ts +1 -1
  191. package/dist/api/types/index.d.ts +30 -0
  192. package/dist/api/types/index.js +30 -0
  193. package/dist/serialization/resources/index.d.ts +2 -0
  194. package/dist/serialization/resources/index.js +3 -1
  195. package/dist/serialization/resources/testSuiteRuns/client/index.d.ts +1 -0
  196. package/dist/serialization/resources/testSuiteRuns/client/index.js +17 -0
  197. package/dist/serialization/resources/testSuiteRuns/client/requests/TestSuiteRunCreateRequest.d.ts +13 -0
  198. package/dist/serialization/resources/testSuiteRuns/client/requests/TestSuiteRunCreateRequest.js +43 -0
  199. package/dist/serialization/resources/testSuiteRuns/client/requests/index.d.ts +1 -0
  200. package/dist/serialization/resources/testSuiteRuns/client/requests/index.js +5 -0
  201. package/dist/serialization/resources/testSuiteRuns/index.d.ts +1 -0
  202. package/dist/serialization/resources/testSuiteRuns/index.js +17 -0
  203. package/dist/serialization/types/PaginatedTestSuiteRunExecutionList.d.ts +15 -0
  204. package/dist/serialization/types/PaginatedTestSuiteRunExecutionList.js +47 -0
  205. package/dist/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfig.d.ts +13 -0
  206. package/dist/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfig.js +43 -0
  207. package/dist/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfigData.d.ts +13 -0
  208. package/dist/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfigData.js +34 -0
  209. package/dist/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfigDataRequest.d.ts +13 -0
  210. package/dist/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfigDataRequest.js +34 -0
  211. package/dist/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfigRequest.d.ts +13 -0
  212. package/dist/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfigRequest.js +43 -0
  213. package/dist/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfigTypeEnum.d.ts +10 -0
  214. package/dist/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfigTypeEnum.js +31 -0
  215. package/dist/serialization/types/TestSuiteRunExecConfig.d.ts +16 -0
  216. package/dist/serialization/types/TestSuiteRunExecConfig.js +48 -0
  217. package/dist/serialization/types/TestSuiteRunExecConfigRequest.d.ts +16 -0
  218. package/dist/serialization/types/TestSuiteRunExecConfigRequest.js +48 -0
  219. package/dist/serialization/types/TestSuiteRunExecution.d.ts +15 -0
  220. package/dist/serialization/types/TestSuiteRunExecution.js +45 -0
  221. package/dist/serialization/types/TestSuiteRunExecutionChatHistoryOutput.d.ts +13 -0
  222. package/dist/serialization/types/TestSuiteRunExecutionChatHistoryOutput.js +45 -0
  223. package/dist/serialization/types/TestSuiteRunExecutionErrorOutput.d.ts +13 -0
  224. package/dist/serialization/types/TestSuiteRunExecutionErrorOutput.js +43 -0
  225. package/dist/serialization/types/TestSuiteRunExecutionJsonOutput.d.ts +13 -0
  226. package/dist/serialization/types/TestSuiteRunExecutionJsonOutput.js +34 -0
  227. package/dist/serialization/types/TestSuiteRunExecutionMetricResult.d.ts +13 -0
  228. package/dist/serialization/types/TestSuiteRunExecutionMetricResult.js +43 -0
  229. package/dist/serialization/types/TestSuiteRunExecutionNumberOutput.d.ts +13 -0
  230. package/dist/serialization/types/TestSuiteRunExecutionNumberOutput.js +34 -0
  231. package/dist/serialization/types/TestSuiteRunExecutionOutput.d.ts +28 -0
  232. package/dist/serialization/types/TestSuiteRunExecutionOutput.js +52 -0
  233. package/dist/serialization/types/TestSuiteRunExecutionSearchResultsOutput.d.ts +13 -0
  234. package/dist/serialization/types/TestSuiteRunExecutionSearchResultsOutput.js +45 -0
  235. package/dist/serialization/types/TestSuiteRunExecutionStringOutput.d.ts +13 -0
  236. package/dist/serialization/types/TestSuiteRunExecutionStringOutput.js +34 -0
  237. package/dist/serialization/types/TestSuiteRunMetricErrorOutput.d.ts +13 -0
  238. package/dist/serialization/types/TestSuiteRunMetricErrorOutput.js +43 -0
  239. package/dist/serialization/types/TestSuiteRunMetricErrorOutputTypeEnum.d.ts +10 -0
  240. package/dist/serialization/types/TestSuiteRunMetricErrorOutputTypeEnum.js +31 -0
  241. package/dist/serialization/types/TestSuiteRunMetricNumberOutput.d.ts +13 -0
  242. package/dist/serialization/types/TestSuiteRunMetricNumberOutput.js +34 -0
  243. package/dist/serialization/types/TestSuiteRunMetricNumberOutputTypeEnum.d.ts +10 -0
  244. package/dist/serialization/types/TestSuiteRunMetricNumberOutputTypeEnum.js +31 -0
  245. package/dist/serialization/types/TestSuiteRunMetricOutput.d.ts +16 -0
  246. package/dist/serialization/types/TestSuiteRunMetricOutput.js +48 -0
  247. package/dist/serialization/types/TestSuiteRunRead.d.ts +16 -0
  248. package/dist/serialization/types/TestSuiteRunRead.js +46 -0
  249. package/dist/serialization/types/TestSuiteRunState.d.ts +10 -0
  250. package/dist/serialization/types/TestSuiteRunState.js +31 -0
  251. package/dist/serialization/types/TestSuiteRunTestSuite.d.ts +14 -0
  252. package/dist/serialization/types/TestSuiteRunTestSuite.js +35 -0
  253. package/dist/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfig.d.ts +13 -0
  254. package/dist/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfig.js +43 -0
  255. package/dist/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfigData.d.ts +13 -0
  256. package/dist/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfigData.js +34 -0
  257. package/dist/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfigDataRequest.d.ts +13 -0
  258. package/dist/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfigDataRequest.js +34 -0
  259. package/dist/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfigRequest.d.ts +13 -0
  260. package/dist/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfigRequest.js +43 -0
  261. package/dist/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum.d.ts +10 -0
  262. package/dist/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum.js +31 -0
  263. package/dist/serialization/types/WorkflowOutputArray.d.ts +1 -1
  264. package/dist/serialization/types/WorkflowOutputArray.js +3 -1
  265. package/dist/serialization/types/WorkflowOutputChatHistory.d.ts +1 -1
  266. package/dist/serialization/types/WorkflowOutputChatHistory.js +3 -1
  267. package/dist/serialization/types/WorkflowOutputError.d.ts +1 -1
  268. package/dist/serialization/types/WorkflowOutputError.js +1 -1
  269. package/dist/serialization/types/WorkflowOutputFunctionCall.d.ts +1 -1
  270. package/dist/serialization/types/WorkflowOutputFunctionCall.js +1 -1
  271. package/dist/serialization/types/WorkflowOutputImage.d.ts +1 -1
  272. package/dist/serialization/types/WorkflowOutputImage.js +1 -1
  273. package/dist/serialization/types/WorkflowOutputJson.d.ts +1 -1
  274. package/dist/serialization/types/WorkflowOutputJson.js +1 -1
  275. package/dist/serialization/types/WorkflowOutputNumber.d.ts +1 -1
  276. package/dist/serialization/types/WorkflowOutputNumber.js +1 -1
  277. package/dist/serialization/types/WorkflowOutputSearchResults.d.ts +1 -1
  278. package/dist/serialization/types/WorkflowOutputSearchResults.js +3 -1
  279. package/dist/serialization/types/WorkflowOutputString.d.ts +1 -1
  280. package/dist/serialization/types/WorkflowOutputString.js +1 -1
  281. package/dist/serialization/types/index.d.ts +30 -0
  282. package/dist/serialization/types/index.js +30 -0
  283. package/package.json +1 -1
  284. package/serialization/resources/index.d.ts +2 -0
  285. package/serialization/resources/index.js +3 -1
  286. package/serialization/resources/testSuiteRuns/client/index.d.ts +1 -0
  287. package/serialization/resources/testSuiteRuns/client/index.js +17 -0
  288. package/serialization/resources/testSuiteRuns/client/requests/TestSuiteRunCreateRequest.d.ts +13 -0
  289. package/serialization/resources/testSuiteRuns/client/requests/TestSuiteRunCreateRequest.js +43 -0
  290. package/serialization/resources/testSuiteRuns/client/requests/index.d.ts +1 -0
  291. package/serialization/resources/testSuiteRuns/client/requests/index.js +5 -0
  292. package/serialization/resources/testSuiteRuns/index.d.ts +1 -0
  293. package/serialization/resources/testSuiteRuns/index.js +17 -0
  294. package/serialization/types/PaginatedTestSuiteRunExecutionList.d.ts +15 -0
  295. package/serialization/types/PaginatedTestSuiteRunExecutionList.js +47 -0
  296. package/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfig.d.ts +13 -0
  297. package/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfig.js +43 -0
  298. package/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfigData.d.ts +13 -0
  299. package/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfigData.js +34 -0
  300. package/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfigDataRequest.d.ts +13 -0
  301. package/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfigDataRequest.js +34 -0
  302. package/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfigRequest.d.ts +13 -0
  303. package/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfigRequest.js +43 -0
  304. package/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfigTypeEnum.d.ts +10 -0
  305. package/serialization/types/TestSuiteRunDeploymentReleaseTagExecConfigTypeEnum.js +31 -0
  306. package/serialization/types/TestSuiteRunExecConfig.d.ts +16 -0
  307. package/serialization/types/TestSuiteRunExecConfig.js +48 -0
  308. package/serialization/types/TestSuiteRunExecConfigRequest.d.ts +16 -0
  309. package/serialization/types/TestSuiteRunExecConfigRequest.js +48 -0
  310. package/serialization/types/TestSuiteRunExecution.d.ts +15 -0
  311. package/serialization/types/TestSuiteRunExecution.js +45 -0
  312. package/serialization/types/TestSuiteRunExecutionChatHistoryOutput.d.ts +13 -0
  313. package/serialization/types/TestSuiteRunExecutionChatHistoryOutput.js +45 -0
  314. package/serialization/types/TestSuiteRunExecutionErrorOutput.d.ts +13 -0
  315. package/serialization/types/TestSuiteRunExecutionErrorOutput.js +43 -0
  316. package/serialization/types/TestSuiteRunExecutionJsonOutput.d.ts +13 -0
  317. package/serialization/types/TestSuiteRunExecutionJsonOutput.js +34 -0
  318. package/serialization/types/TestSuiteRunExecutionMetricResult.d.ts +13 -0
  319. package/serialization/types/TestSuiteRunExecutionMetricResult.js +43 -0
  320. package/serialization/types/TestSuiteRunExecutionNumberOutput.d.ts +13 -0
  321. package/serialization/types/TestSuiteRunExecutionNumberOutput.js +34 -0
  322. package/serialization/types/TestSuiteRunExecutionOutput.d.ts +28 -0
  323. package/serialization/types/TestSuiteRunExecutionOutput.js +52 -0
  324. package/serialization/types/TestSuiteRunExecutionSearchResultsOutput.d.ts +13 -0
  325. package/serialization/types/TestSuiteRunExecutionSearchResultsOutput.js +45 -0
  326. package/serialization/types/TestSuiteRunExecutionStringOutput.d.ts +13 -0
  327. package/serialization/types/TestSuiteRunExecutionStringOutput.js +34 -0
  328. package/serialization/types/TestSuiteRunMetricErrorOutput.d.ts +13 -0
  329. package/serialization/types/TestSuiteRunMetricErrorOutput.js +43 -0
  330. package/serialization/types/TestSuiteRunMetricErrorOutputTypeEnum.d.ts +10 -0
  331. package/serialization/types/TestSuiteRunMetricErrorOutputTypeEnum.js +31 -0
  332. package/serialization/types/TestSuiteRunMetricNumberOutput.d.ts +13 -0
  333. package/serialization/types/TestSuiteRunMetricNumberOutput.js +34 -0
  334. package/serialization/types/TestSuiteRunMetricNumberOutputTypeEnum.d.ts +10 -0
  335. package/serialization/types/TestSuiteRunMetricNumberOutputTypeEnum.js +31 -0
  336. package/serialization/types/TestSuiteRunMetricOutput.d.ts +16 -0
  337. package/serialization/types/TestSuiteRunMetricOutput.js +48 -0
  338. package/serialization/types/TestSuiteRunRead.d.ts +16 -0
  339. package/serialization/types/TestSuiteRunRead.js +46 -0
  340. package/serialization/types/TestSuiteRunState.d.ts +10 -0
  341. package/serialization/types/TestSuiteRunState.js +31 -0
  342. package/serialization/types/TestSuiteRunTestSuite.d.ts +14 -0
  343. package/serialization/types/TestSuiteRunTestSuite.js +35 -0
  344. package/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfig.d.ts +13 -0
  345. package/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfig.js +43 -0
  346. package/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfigData.d.ts +13 -0
  347. package/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfigData.js +34 -0
  348. package/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfigDataRequest.d.ts +13 -0
  349. package/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfigDataRequest.js +34 -0
  350. package/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfigRequest.d.ts +13 -0
  351. package/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfigRequest.js +43 -0
  352. package/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum.d.ts +10 -0
  353. package/serialization/types/TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum.js +31 -0
  354. package/serialization/types/WorkflowOutputArray.d.ts +1 -1
  355. package/serialization/types/WorkflowOutputArray.js +3 -1
  356. package/serialization/types/WorkflowOutputChatHistory.d.ts +1 -1
  357. package/serialization/types/WorkflowOutputChatHistory.js +3 -1
  358. package/serialization/types/WorkflowOutputError.d.ts +1 -1
  359. package/serialization/types/WorkflowOutputError.js +1 -1
  360. package/serialization/types/WorkflowOutputFunctionCall.d.ts +1 -1
  361. package/serialization/types/WorkflowOutputFunctionCall.js +1 -1
  362. package/serialization/types/WorkflowOutputImage.d.ts +1 -1
  363. package/serialization/types/WorkflowOutputImage.js +1 -1
  364. package/serialization/types/WorkflowOutputJson.d.ts +1 -1
  365. package/serialization/types/WorkflowOutputJson.js +1 -1
  366. package/serialization/types/WorkflowOutputNumber.d.ts +1 -1
  367. package/serialization/types/WorkflowOutputNumber.js +1 -1
  368. package/serialization/types/WorkflowOutputSearchResults.d.ts +1 -1
  369. package/serialization/types/WorkflowOutputSearchResults.js +3 -1
  370. package/serialization/types/WorkflowOutputString.d.ts +1 -1
  371. package/serialization/types/WorkflowOutputString.js +1 -1
  372. package/serialization/types/index.d.ts +30 -0
  373. package/serialization/types/index.js +30 -0
@@ -0,0 +1,2 @@
1
+ export { TestSuiteRunCreateRequest } from "./TestSuiteRunCreateRequest";
2
+ export { ListTestSuiteRunExecutionsRequest } from "./ListTestSuiteRunExecutionsRequest";
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1 @@
1
+ export * from "./client";
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./client"), exports);
@@ -74,7 +74,7 @@ class TestSuites {
74
74
  X_API_KEY: yield core.Supplier.get(this._options.apiKey),
75
75
  "X-Fern-Language": "JavaScript",
76
76
  "X-Fern-SDK-Name": "vellum-ai",
77
- "X-Fern-SDK-Version": "0.3.12",
77
+ "X-Fern-SDK-Version": "0.3.13",
78
78
  "X-Fern-Runtime": core.RUNTIME.type,
79
79
  "X-Fern-Runtime-Version": core.RUNTIME.version,
80
80
  },
@@ -131,7 +131,7 @@ class TestSuites {
131
131
  X_API_KEY: yield core.Supplier.get(this._options.apiKey),
132
132
  "X-Fern-Language": "JavaScript",
133
133
  "X-Fern-SDK-Name": "vellum-ai",
134
- "X-Fern-SDK-Version": "0.3.12",
134
+ "X-Fern-SDK-Version": "0.3.13",
135
135
  "X-Fern-Runtime": core.RUNTIME.type,
136
136
  "X-Fern-Runtime-Version": core.RUNTIME.version,
137
137
  },
@@ -73,7 +73,7 @@ class WorkflowDeployments {
73
73
  X_API_KEY: yield core.Supplier.get(this._options.apiKey),
74
74
  "X-Fern-Language": "JavaScript",
75
75
  "X-Fern-SDK-Name": "vellum-ai",
76
- "X-Fern-SDK-Version": "0.3.12",
76
+ "X-Fern-SDK-Version": "0.3.13",
77
77
  "X-Fern-Runtime": core.RUNTIME.type,
78
78
  "X-Fern-Runtime-Version": core.RUNTIME.version,
79
79
  },
@@ -128,7 +128,7 @@ class WorkflowDeployments {
128
128
  X_API_KEY: yield core.Supplier.get(this._options.apiKey),
129
129
  "X-Fern-Language": "JavaScript",
130
130
  "X-Fern-SDK-Name": "vellum-ai",
131
- "X-Fern-SDK-Version": "0.3.12",
131
+ "X-Fern-SDK-Version": "0.3.13",
132
132
  "X-Fern-Runtime": core.RUNTIME.type,
133
133
  "X-Fern-Runtime-Version": core.RUNTIME.version,
134
134
  },
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "..";
5
+ export interface PaginatedTestSuiteRunExecutionList {
6
+ count?: number;
7
+ next?: string;
8
+ previous?: string;
9
+ results?: Vellum.TestSuiteRunExecution[];
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,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 Prompt Deployment
7
+ */
8
+ export interface TestSuiteRunDeploymentReleaseTagExecConfig {
9
+ data: Vellum.TestSuiteRunDeploymentReleaseTagExecConfigData;
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 TestSuiteRunDeploymentReleaseTagExecConfigData {
5
+ /** The ID of the Prompt Deployment to run the Test Suite against. */
6
+ deploymentId: string;
7
+ /** A tag identifying which release of the Prompt Deployment to run the Test Suite against. Useful for testing past versions of the Prompt 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 TestSuiteRunDeploymentReleaseTagExecConfigDataRequest {
5
+ /** The ID of the Prompt Deployment to run the Test Suite against. */
6
+ deploymentId: string;
7
+ /** A tag identifying which release of the Prompt Deployment to run the Test Suite against. Useful for testing past versions of the Prompt 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 Prompt Deployment
7
+ */
8
+ export interface TestSuiteRunDeploymentReleaseTagExecConfigRequest {
9
+ data: Vellum.TestSuiteRunDeploymentReleaseTagExecConfigDataRequest;
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 TestSuiteRunDeploymentReleaseTagExecConfigTypeEnum = "DEPLOYMENT_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 });
@@ -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 TestSuiteRunExecConfig = Vellum.TestSuiteRunExecConfig.DeploymentReleaseTag | Vellum.TestSuiteRunExecConfig.WorkflowReleaseTag;
6
+ export declare namespace TestSuiteRunExecConfig {
7
+ interface DeploymentReleaseTag extends Vellum.TestSuiteRunDeploymentReleaseTagExecConfig {
8
+ type: "DEPLOYMENT_RELEASE_TAG";
9
+ }
10
+ interface WorkflowReleaseTag extends Vellum.TestSuiteRunWorkflowReleaseTagExecConfig {
11
+ type: "WORKFLOW_RELEASE_TAG";
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,13 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "..";
5
+ export declare type TestSuiteRunExecConfigRequest = Vellum.TestSuiteRunExecConfigRequest.DeploymentReleaseTag | Vellum.TestSuiteRunExecConfigRequest.WorkflowReleaseTag;
6
+ export declare namespace TestSuiteRunExecConfigRequest {
7
+ interface DeploymentReleaseTag extends Vellum.TestSuiteRunDeploymentReleaseTagExecConfigRequest {
8
+ type: "DEPLOYMENT_RELEASE_TAG";
9
+ }
10
+ interface WorkflowReleaseTag extends Vellum.TestSuiteRunWorkflowReleaseTagExecConfigRequest {
11
+ type: "WORKFLOW_RELEASE_TAG";
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,10 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "..";
5
+ export interface TestSuiteRunExecution {
6
+ id: string;
7
+ testCaseId: string;
8
+ outputs: Vellum.TestSuiteRunExecutionOutput[];
9
+ metricResults: Vellum.TestSuiteRunExecutionMetricResult[];
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,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "..";
5
+ export interface TestSuiteRunExecutionChatHistoryOutput {
6
+ outputVariableId: string;
7
+ value?: Vellum.ChatMessage[];
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,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "..";
5
+ export interface TestSuiteRunExecutionErrorOutput {
6
+ outputVariableId: string;
7
+ value?: Vellum.VellumError;
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 TestSuiteRunExecutionJsonOutput {
5
+ outputVariableId: string;
6
+ value?: Record<string, unknown>;
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,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 });