vellum-ai 0.14.72 → 0.14.74

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 (315) hide show
  1. package/Client.js +11 -11
  2. package/api/resources/adHoc/client/Client.js +2 -2
  3. package/api/resources/containerImages/client/Client.js +4 -4
  4. package/api/resources/deployments/client/Client.js +8 -8
  5. package/api/resources/documentIndexes/client/Client.js +8 -8
  6. package/api/resources/documents/client/Client.js +5 -5
  7. package/api/resources/folderEntities/client/Client.js +2 -2
  8. package/api/resources/metricDefinitions/client/Client.js +2 -2
  9. package/api/resources/mlModels/client/Client.js +1 -1
  10. package/api/resources/organizations/client/Client.js +1 -1
  11. package/api/resources/prompts/client/Client.js +2 -2
  12. package/api/resources/releaseReviews/client/Client.js +1 -1
  13. package/api/resources/sandboxes/client/Client.js +3 -3
  14. package/api/resources/testSuiteRuns/client/Client.js +3 -3
  15. package/api/resources/testSuites/client/Client.js +4 -4
  16. package/api/resources/workflowDeployments/client/Client.js +8 -8
  17. package/api/resources/workflowSandboxes/client/Client.js +2 -2
  18. package/api/resources/workflows/client/Client.js +2 -2
  19. package/api/resources/workspaceSecrets/client/Client.js +2 -2
  20. package/api/resources/workspaces/client/Client.js +1 -1
  21. package/api/types/BuildStatusEnum.d.ts +18 -0
  22. package/api/types/BuildStatusEnum.js +13 -0
  23. package/api/types/ContainerImageBuildConfig.d.ts +7 -0
  24. package/api/types/ContainerImageBuildConfig.js +5 -0
  25. package/api/types/ContainerImageRead.d.ts +3 -1
  26. package/api/types/DeploymentRead.d.ts +2 -2
  27. package/api/types/DocumentDocumentToDocumentIndex.d.ts +3 -3
  28. package/api/types/DocumentIndexRead.d.ts +2 -2
  29. package/api/types/DocumentRead.d.ts +1 -1
  30. package/api/types/ExecuteApiResponse.d.ts +1 -1
  31. package/api/types/FolderEntity.d.ts +1 -1
  32. package/api/types/FolderEntityDataset.d.ts +12 -0
  33. package/api/types/FolderEntityDataset.js +5 -0
  34. package/api/types/FolderEntityDatasetData.d.ts +11 -0
  35. package/api/types/FolderEntityDatasetData.js +5 -0
  36. package/api/types/MetricDefinitionHistoryItem.d.ts +2 -2
  37. package/api/types/MlModelRead.d.ts +1 -1
  38. package/api/types/OrganizationRead.d.ts +1 -1
  39. package/api/types/PromptDeploymentRelease.d.ts +2 -2
  40. package/api/types/PromptDeploymentReleasePromptDeployment.d.ts +1 -1
  41. package/api/types/PromptDeploymentReleasePromptVersion.d.ts +2 -2
  42. package/api/types/ReleaseCreatedBy.d.ts +1 -1
  43. package/api/types/ReleaseEnvironment.d.ts +1 -1
  44. package/api/types/ReleaseReviewReviewer.d.ts +1 -1
  45. package/api/types/SecretTypeEnum.d.ts +3 -1
  46. package/api/types/SecretTypeEnum.js +1 -0
  47. package/api/types/SlimDeploymentRead.d.ts +2 -2
  48. package/api/types/SlimDocument.d.ts +1 -1
  49. package/api/types/SlimDocumentDocumentToDocumentIndex.d.ts +3 -3
  50. package/api/types/SlimReleaseReview.d.ts +2 -2
  51. package/api/types/SlimWorkflowDeployment.d.ts +2 -2
  52. package/api/types/TestCaseArrayVariableValue.d.ts +1 -1
  53. package/api/types/TestCaseChatHistoryVariableValue.d.ts +1 -1
  54. package/api/types/TestCaseErrorVariableValue.d.ts +1 -1
  55. package/api/types/TestCaseFunctionCallVariableValue.d.ts +1 -1
  56. package/api/types/TestCaseJsonVariableValue.d.ts +1 -1
  57. package/api/types/TestCaseNumberVariableValue.d.ts +1 -1
  58. package/api/types/TestCaseSearchResultsVariableValue.d.ts +1 -1
  59. package/api/types/TestCaseStringVariableValue.d.ts +1 -1
  60. package/api/types/TestSuiteRunRead.d.ts +2 -2
  61. package/api/types/WorkflowDeploymentRead.d.ts +2 -2
  62. package/api/types/WorkflowDeploymentRelease.d.ts +2 -2
  63. package/api/types/WorkflowDeploymentReleaseWorkflowDeployment.d.ts +1 -1
  64. package/api/types/WorkflowDeploymentReleaseWorkflowVersion.d.ts +3 -3
  65. package/api/types/WorkflowSandboxExample.d.ts +1 -1
  66. package/api/types/WorkspaceRead.d.ts +3 -3
  67. package/api/types/WorkspaceSecretRead.d.ts +2 -2
  68. package/api/types/index.d.ts +4 -0
  69. package/api/types/index.js +4 -0
  70. package/dist/Client.js +11 -11
  71. package/dist/api/resources/adHoc/client/Client.js +2 -2
  72. package/dist/api/resources/containerImages/client/Client.js +4 -4
  73. package/dist/api/resources/deployments/client/Client.js +8 -8
  74. package/dist/api/resources/documentIndexes/client/Client.js +8 -8
  75. package/dist/api/resources/documents/client/Client.js +5 -5
  76. package/dist/api/resources/folderEntities/client/Client.js +2 -2
  77. package/dist/api/resources/metricDefinitions/client/Client.js +2 -2
  78. package/dist/api/resources/mlModels/client/Client.js +1 -1
  79. package/dist/api/resources/organizations/client/Client.js +1 -1
  80. package/dist/api/resources/prompts/client/Client.js +2 -2
  81. package/dist/api/resources/releaseReviews/client/Client.js +1 -1
  82. package/dist/api/resources/sandboxes/client/Client.js +3 -3
  83. package/dist/api/resources/testSuiteRuns/client/Client.js +3 -3
  84. package/dist/api/resources/testSuites/client/Client.js +4 -4
  85. package/dist/api/resources/workflowDeployments/client/Client.js +8 -8
  86. package/dist/api/resources/workflowSandboxes/client/Client.js +2 -2
  87. package/dist/api/resources/workflows/client/Client.js +2 -2
  88. package/dist/api/resources/workspaceSecrets/client/Client.js +2 -2
  89. package/dist/api/resources/workspaces/client/Client.js +1 -1
  90. package/dist/api/types/BuildStatusEnum.d.ts +18 -0
  91. package/dist/api/types/BuildStatusEnum.js +13 -0
  92. package/dist/api/types/ContainerImageBuildConfig.d.ts +7 -0
  93. package/dist/api/types/ContainerImageBuildConfig.js +5 -0
  94. package/dist/api/types/ContainerImageRead.d.ts +3 -1
  95. package/dist/api/types/DeploymentRead.d.ts +2 -2
  96. package/dist/api/types/DocumentDocumentToDocumentIndex.d.ts +3 -3
  97. package/dist/api/types/DocumentIndexRead.d.ts +2 -2
  98. package/dist/api/types/DocumentRead.d.ts +1 -1
  99. package/dist/api/types/ExecuteApiResponse.d.ts +1 -1
  100. package/dist/api/types/FolderEntity.d.ts +1 -1
  101. package/dist/api/types/FolderEntityDataset.d.ts +12 -0
  102. package/dist/api/types/FolderEntityDataset.js +5 -0
  103. package/dist/api/types/FolderEntityDatasetData.d.ts +11 -0
  104. package/dist/api/types/FolderEntityDatasetData.js +5 -0
  105. package/dist/api/types/MetricDefinitionHistoryItem.d.ts +2 -2
  106. package/dist/api/types/MlModelRead.d.ts +1 -1
  107. package/dist/api/types/OrganizationRead.d.ts +1 -1
  108. package/dist/api/types/PromptDeploymentRelease.d.ts +2 -2
  109. package/dist/api/types/PromptDeploymentReleasePromptDeployment.d.ts +1 -1
  110. package/dist/api/types/PromptDeploymentReleasePromptVersion.d.ts +2 -2
  111. package/dist/api/types/ReleaseCreatedBy.d.ts +1 -1
  112. package/dist/api/types/ReleaseEnvironment.d.ts +1 -1
  113. package/dist/api/types/ReleaseReviewReviewer.d.ts +1 -1
  114. package/dist/api/types/SecretTypeEnum.d.ts +3 -1
  115. package/dist/api/types/SecretTypeEnum.js +1 -0
  116. package/dist/api/types/SlimDeploymentRead.d.ts +2 -2
  117. package/dist/api/types/SlimDocument.d.ts +1 -1
  118. package/dist/api/types/SlimDocumentDocumentToDocumentIndex.d.ts +3 -3
  119. package/dist/api/types/SlimReleaseReview.d.ts +2 -2
  120. package/dist/api/types/SlimWorkflowDeployment.d.ts +2 -2
  121. package/dist/api/types/TestCaseArrayVariableValue.d.ts +1 -1
  122. package/dist/api/types/TestCaseChatHistoryVariableValue.d.ts +1 -1
  123. package/dist/api/types/TestCaseErrorVariableValue.d.ts +1 -1
  124. package/dist/api/types/TestCaseFunctionCallVariableValue.d.ts +1 -1
  125. package/dist/api/types/TestCaseJsonVariableValue.d.ts +1 -1
  126. package/dist/api/types/TestCaseNumberVariableValue.d.ts +1 -1
  127. package/dist/api/types/TestCaseSearchResultsVariableValue.d.ts +1 -1
  128. package/dist/api/types/TestCaseStringVariableValue.d.ts +1 -1
  129. package/dist/api/types/TestSuiteRunRead.d.ts +2 -2
  130. package/dist/api/types/WorkflowDeploymentRead.d.ts +2 -2
  131. package/dist/api/types/WorkflowDeploymentRelease.d.ts +2 -2
  132. package/dist/api/types/WorkflowDeploymentReleaseWorkflowDeployment.d.ts +1 -1
  133. package/dist/api/types/WorkflowDeploymentReleaseWorkflowVersion.d.ts +3 -3
  134. package/dist/api/types/WorkflowSandboxExample.d.ts +1 -1
  135. package/dist/api/types/WorkspaceRead.d.ts +3 -3
  136. package/dist/api/types/WorkspaceSecretRead.d.ts +2 -2
  137. package/dist/api/types/index.d.ts +4 -0
  138. package/dist/api/types/index.js +4 -0
  139. package/dist/serialization/types/BuildStatusEnum.d.ts +10 -0
  140. package/dist/serialization/types/BuildStatusEnum.js +41 -0
  141. package/dist/serialization/types/ContainerImageBuildConfig.d.ts +13 -0
  142. package/dist/serialization/types/ContainerImageBuildConfig.js +44 -0
  143. package/dist/serialization/types/ContainerImageRead.d.ts +5 -1
  144. package/dist/serialization/types/ContainerImageRead.js +5 -1
  145. package/dist/serialization/types/DeploymentRead.d.ts +2 -2
  146. package/dist/serialization/types/DeploymentRead.js +2 -2
  147. package/dist/serialization/types/DocumentDocumentToDocumentIndex.d.ts +3 -3
  148. package/dist/serialization/types/DocumentDocumentToDocumentIndex.js +3 -3
  149. package/dist/serialization/types/DocumentIndexRead.d.ts +2 -2
  150. package/dist/serialization/types/DocumentIndexRead.js +2 -2
  151. package/dist/serialization/types/DocumentRead.d.ts +1 -1
  152. package/dist/serialization/types/DocumentRead.js +1 -1
  153. package/dist/serialization/types/ExecuteApiResponse.d.ts +1 -1
  154. package/dist/serialization/types/ExecuteApiResponse.js +1 -1
  155. package/dist/serialization/types/FolderEntity.d.ts +2 -1
  156. package/dist/serialization/types/FolderEntity.js +2 -0
  157. package/dist/serialization/types/FolderEntityDataset.d.ts +15 -0
  158. package/dist/serialization/types/FolderEntityDataset.js +46 -0
  159. package/dist/serialization/types/FolderEntityDatasetData.d.ts +17 -0
  160. package/dist/serialization/types/FolderEntityDatasetData.js +48 -0
  161. package/dist/serialization/types/MetricDefinitionHistoryItem.d.ts +2 -2
  162. package/dist/serialization/types/MetricDefinitionHistoryItem.js +2 -2
  163. package/dist/serialization/types/MlModelRead.d.ts +1 -1
  164. package/dist/serialization/types/MlModelRead.js +1 -1
  165. package/dist/serialization/types/OrganizationRead.d.ts +1 -1
  166. package/dist/serialization/types/OrganizationRead.js +1 -1
  167. package/dist/serialization/types/PromptDeploymentRelease.d.ts +2 -2
  168. package/dist/serialization/types/PromptDeploymentRelease.js +2 -2
  169. package/dist/serialization/types/PromptDeploymentReleasePromptDeployment.d.ts +1 -1
  170. package/dist/serialization/types/PromptDeploymentReleasePromptDeployment.js +1 -1
  171. package/dist/serialization/types/PromptDeploymentReleasePromptVersion.d.ts +2 -2
  172. package/dist/serialization/types/PromptDeploymentReleasePromptVersion.js +2 -2
  173. package/dist/serialization/types/ReleaseCreatedBy.d.ts +1 -1
  174. package/dist/serialization/types/ReleaseCreatedBy.js +1 -1
  175. package/dist/serialization/types/ReleaseEnvironment.d.ts +1 -1
  176. package/dist/serialization/types/ReleaseEnvironment.js +1 -1
  177. package/dist/serialization/types/ReleaseReviewReviewer.d.ts +1 -1
  178. package/dist/serialization/types/ReleaseReviewReviewer.js +1 -1
  179. package/dist/serialization/types/SecretTypeEnum.d.ts +1 -1
  180. package/dist/serialization/types/SecretTypeEnum.js +1 -1
  181. package/dist/serialization/types/SlimDeploymentRead.d.ts +2 -2
  182. package/dist/serialization/types/SlimDeploymentRead.js +2 -2
  183. package/dist/serialization/types/SlimDocument.d.ts +1 -1
  184. package/dist/serialization/types/SlimDocument.js +1 -1
  185. package/dist/serialization/types/SlimDocumentDocumentToDocumentIndex.d.ts +3 -3
  186. package/dist/serialization/types/SlimDocumentDocumentToDocumentIndex.js +3 -3
  187. package/dist/serialization/types/SlimReleaseReview.d.ts +2 -2
  188. package/dist/serialization/types/SlimReleaseReview.js +2 -2
  189. package/dist/serialization/types/SlimWorkflowDeployment.d.ts +2 -2
  190. package/dist/serialization/types/SlimWorkflowDeployment.js +2 -2
  191. package/dist/serialization/types/TestCaseArrayVariableValue.d.ts +1 -1
  192. package/dist/serialization/types/TestCaseArrayVariableValue.js +1 -1
  193. package/dist/serialization/types/TestCaseChatHistoryVariableValue.d.ts +1 -1
  194. package/dist/serialization/types/TestCaseChatHistoryVariableValue.js +1 -1
  195. package/dist/serialization/types/TestCaseErrorVariableValue.d.ts +1 -1
  196. package/dist/serialization/types/TestCaseErrorVariableValue.js +1 -1
  197. package/dist/serialization/types/TestCaseFunctionCallVariableValue.d.ts +1 -1
  198. package/dist/serialization/types/TestCaseFunctionCallVariableValue.js +1 -1
  199. package/dist/serialization/types/TestCaseJsonVariableValue.d.ts +1 -1
  200. package/dist/serialization/types/TestCaseJsonVariableValue.js +1 -1
  201. package/dist/serialization/types/TestCaseNumberVariableValue.d.ts +1 -1
  202. package/dist/serialization/types/TestCaseNumberVariableValue.js +1 -1
  203. package/dist/serialization/types/TestCaseSearchResultsVariableValue.d.ts +1 -1
  204. package/dist/serialization/types/TestCaseSearchResultsVariableValue.js +1 -1
  205. package/dist/serialization/types/TestCaseStringVariableValue.d.ts +1 -1
  206. package/dist/serialization/types/TestCaseStringVariableValue.js +1 -1
  207. package/dist/serialization/types/TestSuiteRunRead.d.ts +2 -2
  208. package/dist/serialization/types/TestSuiteRunRead.js +2 -2
  209. package/dist/serialization/types/WorkflowDeploymentRead.d.ts +2 -2
  210. package/dist/serialization/types/WorkflowDeploymentRead.js +2 -2
  211. package/dist/serialization/types/WorkflowDeploymentRelease.d.ts +2 -2
  212. package/dist/serialization/types/WorkflowDeploymentRelease.js +2 -2
  213. package/dist/serialization/types/WorkflowDeploymentReleaseWorkflowDeployment.d.ts +1 -1
  214. package/dist/serialization/types/WorkflowDeploymentReleaseWorkflowDeployment.js +1 -1
  215. package/dist/serialization/types/WorkflowDeploymentReleaseWorkflowVersion.d.ts +3 -3
  216. package/dist/serialization/types/WorkflowDeploymentReleaseWorkflowVersion.js +3 -3
  217. package/dist/serialization/types/WorkflowSandboxExample.d.ts +1 -1
  218. package/dist/serialization/types/WorkflowSandboxExample.js +1 -1
  219. package/dist/serialization/types/WorkspaceRead.d.ts +3 -3
  220. package/dist/serialization/types/WorkspaceRead.js +3 -3
  221. package/dist/serialization/types/WorkspaceSecretRead.d.ts +2 -2
  222. package/dist/serialization/types/WorkspaceSecretRead.js +2 -2
  223. package/dist/serialization/types/index.d.ts +4 -0
  224. package/dist/serialization/types/index.js +4 -0
  225. package/dist/version.d.ts +1 -1
  226. package/dist/version.js +1 -1
  227. package/package.json +1 -1
  228. package/serialization/types/BuildStatusEnum.d.ts +10 -0
  229. package/serialization/types/BuildStatusEnum.js +41 -0
  230. package/serialization/types/ContainerImageBuildConfig.d.ts +13 -0
  231. package/serialization/types/ContainerImageBuildConfig.js +44 -0
  232. package/serialization/types/ContainerImageRead.d.ts +5 -1
  233. package/serialization/types/ContainerImageRead.js +5 -1
  234. package/serialization/types/DeploymentRead.d.ts +2 -2
  235. package/serialization/types/DeploymentRead.js +2 -2
  236. package/serialization/types/DocumentDocumentToDocumentIndex.d.ts +3 -3
  237. package/serialization/types/DocumentDocumentToDocumentIndex.js +3 -3
  238. package/serialization/types/DocumentIndexRead.d.ts +2 -2
  239. package/serialization/types/DocumentIndexRead.js +2 -2
  240. package/serialization/types/DocumentRead.d.ts +1 -1
  241. package/serialization/types/DocumentRead.js +1 -1
  242. package/serialization/types/ExecuteApiResponse.d.ts +1 -1
  243. package/serialization/types/ExecuteApiResponse.js +1 -1
  244. package/serialization/types/FolderEntity.d.ts +2 -1
  245. package/serialization/types/FolderEntity.js +2 -0
  246. package/serialization/types/FolderEntityDataset.d.ts +15 -0
  247. package/serialization/types/FolderEntityDataset.js +46 -0
  248. package/serialization/types/FolderEntityDatasetData.d.ts +17 -0
  249. package/serialization/types/FolderEntityDatasetData.js +48 -0
  250. package/serialization/types/MetricDefinitionHistoryItem.d.ts +2 -2
  251. package/serialization/types/MetricDefinitionHistoryItem.js +2 -2
  252. package/serialization/types/MlModelRead.d.ts +1 -1
  253. package/serialization/types/MlModelRead.js +1 -1
  254. package/serialization/types/OrganizationRead.d.ts +1 -1
  255. package/serialization/types/OrganizationRead.js +1 -1
  256. package/serialization/types/PromptDeploymentRelease.d.ts +2 -2
  257. package/serialization/types/PromptDeploymentRelease.js +2 -2
  258. package/serialization/types/PromptDeploymentReleasePromptDeployment.d.ts +1 -1
  259. package/serialization/types/PromptDeploymentReleasePromptDeployment.js +1 -1
  260. package/serialization/types/PromptDeploymentReleasePromptVersion.d.ts +2 -2
  261. package/serialization/types/PromptDeploymentReleasePromptVersion.js +2 -2
  262. package/serialization/types/ReleaseCreatedBy.d.ts +1 -1
  263. package/serialization/types/ReleaseCreatedBy.js +1 -1
  264. package/serialization/types/ReleaseEnvironment.d.ts +1 -1
  265. package/serialization/types/ReleaseEnvironment.js +1 -1
  266. package/serialization/types/ReleaseReviewReviewer.d.ts +1 -1
  267. package/serialization/types/ReleaseReviewReviewer.js +1 -1
  268. package/serialization/types/SecretTypeEnum.d.ts +1 -1
  269. package/serialization/types/SecretTypeEnum.js +1 -1
  270. package/serialization/types/SlimDeploymentRead.d.ts +2 -2
  271. package/serialization/types/SlimDeploymentRead.js +2 -2
  272. package/serialization/types/SlimDocument.d.ts +1 -1
  273. package/serialization/types/SlimDocument.js +1 -1
  274. package/serialization/types/SlimDocumentDocumentToDocumentIndex.d.ts +3 -3
  275. package/serialization/types/SlimDocumentDocumentToDocumentIndex.js +3 -3
  276. package/serialization/types/SlimReleaseReview.d.ts +2 -2
  277. package/serialization/types/SlimReleaseReview.js +2 -2
  278. package/serialization/types/SlimWorkflowDeployment.d.ts +2 -2
  279. package/serialization/types/SlimWorkflowDeployment.js +2 -2
  280. package/serialization/types/TestCaseArrayVariableValue.d.ts +1 -1
  281. package/serialization/types/TestCaseArrayVariableValue.js +1 -1
  282. package/serialization/types/TestCaseChatHistoryVariableValue.d.ts +1 -1
  283. package/serialization/types/TestCaseChatHistoryVariableValue.js +1 -1
  284. package/serialization/types/TestCaseErrorVariableValue.d.ts +1 -1
  285. package/serialization/types/TestCaseErrorVariableValue.js +1 -1
  286. package/serialization/types/TestCaseFunctionCallVariableValue.d.ts +1 -1
  287. package/serialization/types/TestCaseFunctionCallVariableValue.js +1 -1
  288. package/serialization/types/TestCaseJsonVariableValue.d.ts +1 -1
  289. package/serialization/types/TestCaseJsonVariableValue.js +1 -1
  290. package/serialization/types/TestCaseNumberVariableValue.d.ts +1 -1
  291. package/serialization/types/TestCaseNumberVariableValue.js +1 -1
  292. package/serialization/types/TestCaseSearchResultsVariableValue.d.ts +1 -1
  293. package/serialization/types/TestCaseSearchResultsVariableValue.js +1 -1
  294. package/serialization/types/TestCaseStringVariableValue.d.ts +1 -1
  295. package/serialization/types/TestCaseStringVariableValue.js +1 -1
  296. package/serialization/types/TestSuiteRunRead.d.ts +2 -2
  297. package/serialization/types/TestSuiteRunRead.js +2 -2
  298. package/serialization/types/WorkflowDeploymentRead.d.ts +2 -2
  299. package/serialization/types/WorkflowDeploymentRead.js +2 -2
  300. package/serialization/types/WorkflowDeploymentRelease.d.ts +2 -2
  301. package/serialization/types/WorkflowDeploymentRelease.js +2 -2
  302. package/serialization/types/WorkflowDeploymentReleaseWorkflowDeployment.d.ts +1 -1
  303. package/serialization/types/WorkflowDeploymentReleaseWorkflowDeployment.js +1 -1
  304. package/serialization/types/WorkflowDeploymentReleaseWorkflowVersion.d.ts +3 -3
  305. package/serialization/types/WorkflowDeploymentReleaseWorkflowVersion.js +3 -3
  306. package/serialization/types/WorkflowSandboxExample.d.ts +1 -1
  307. package/serialization/types/WorkflowSandboxExample.js +1 -1
  308. package/serialization/types/WorkspaceRead.d.ts +3 -3
  309. package/serialization/types/WorkspaceRead.js +3 -3
  310. package/serialization/types/WorkspaceSecretRead.d.ts +2 -2
  311. package/serialization/types/WorkspaceSecretRead.js +2 -2
  312. package/serialization/types/index.d.ts +4 -0
  313. package/serialization/types/index.js +4 -0
  314. package/version.d.ts +1 -1
  315. package/version.js +1 -1
@@ -94,7 +94,7 @@ class FolderEntities {
94
94
  url: (0, url_join_1.default)((_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : ((_d = (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.VellumEnvironment.Production)
95
95
  .default, "v1/folder-entities"),
96
96
  method: "GET",
97
- headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.72", "User-Agent": "vellum-ai/0.14.72", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
97
+ headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.74", "User-Agent": "vellum-ai/0.14.74", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
98
98
  contentType: "application/json",
99
99
  queryParameters: _queryParams,
100
100
  requestType: "json",
@@ -166,7 +166,7 @@ class FolderEntities {
166
166
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.VellumEnvironment.Production)
167
167
  .default, `v1/folders/${encodeURIComponent(folderId)}/add-entity`),
168
168
  method: "POST",
169
- headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.72", "User-Agent": "vellum-ai/0.14.72", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
169
+ headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.74", "User-Agent": "vellum-ai/0.14.74", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
170
170
  contentType: "application/json",
171
171
  requestType: "json",
172
172
  body: serializers.AddEntityToFolderRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -82,7 +82,7 @@ class MetricDefinitions {
82
82
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.VellumEnvironment.Production)
83
83
  .predict, `v1/metric-definitions/${encodeURIComponent(id)}/execute`),
84
84
  method: "POST",
85
- headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.72", "User-Agent": "vellum-ai/0.14.72", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
85
+ headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.74", "User-Agent": "vellum-ai/0.14.74", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
86
86
  contentType: "application/json",
87
87
  requestType: "json",
88
88
  body: serializers.ExecuteMetricDefinition.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -143,7 +143,7 @@ class MetricDefinitions {
143
143
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.VellumEnvironment.Production)
144
144
  .default, `v1/metric-definitions/${encodeURIComponent(id)}/history/${encodeURIComponent(historyIdOrReleaseTag)}`),
145
145
  method: "GET",
146
- headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.72", "User-Agent": "vellum-ai/0.14.72", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
146
+ headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.74", "User-Agent": "vellum-ai/0.14.74", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
147
147
  contentType: "application/json",
148
148
  requestType: "json",
149
149
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -77,7 +77,7 @@ class MlModels {
77
77
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.VellumEnvironment.Production)
78
78
  .default, `v1/ml-models/${encodeURIComponent(id)}`),
79
79
  method: "GET",
80
- headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.72", "User-Agent": "vellum-ai/0.14.72", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
80
+ headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.74", "User-Agent": "vellum-ai/0.14.74", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
81
81
  contentType: "application/json",
82
82
  requestType: "json",
83
83
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -76,7 +76,7 @@ class Organizations {
76
76
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.VellumEnvironment.Production)
77
77
  .default, "v1/organizations/identity"),
78
78
  method: "GET",
79
- headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.72", "User-Agent": "vellum-ai/0.14.72", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
79
+ headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.74", "User-Agent": "vellum-ai/0.14.74", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
80
80
  contentType: "application/json",
81
81
  requestType: "json",
82
82
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -87,7 +87,7 @@ class Prompts {
87
87
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.VellumEnvironment.Production)
88
88
  .default, `v1/prompts/${encodeURIComponent(id)}/pull`),
89
89
  method: "GET",
90
- headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.72", "User-Agent": "vellum-ai/0.14.72", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, Accept: "application/json" }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
90
+ headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.74", "User-Agent": "vellum-ai/0.14.74", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, Accept: "application/json" }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
91
91
  contentType: "application/json",
92
92
  queryParameters: _queryParams,
93
93
  requestType: "json",
@@ -173,7 +173,7 @@ class Prompts {
173
173
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.VellumEnvironment.Production)
174
174
  .default, "v1/prompts/push"),
175
175
  method: "POST",
176
- headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.72", "User-Agent": "vellum-ai/0.14.72", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
176
+ headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.74", "User-Agent": "vellum-ai/0.14.74", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
177
177
  contentType: "application/json",
178
178
  requestType: "json",
179
179
  body: serializers.PromptPush.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -78,7 +78,7 @@ class ReleaseReviews {
78
78
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.VellumEnvironment.Production)
79
79
  .default, `v1/workflow-deployments/${encodeURIComponent(id)}/releases/${encodeURIComponent(releaseIdOrReleaseTag)}`),
80
80
  method: "GET",
81
- headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.72", "User-Agent": "vellum-ai/0.14.72", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
81
+ headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.74", "User-Agent": "vellum-ai/0.14.74", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
82
82
  contentType: "application/json",
83
83
  requestType: "json",
84
84
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -77,7 +77,7 @@ class Sandboxes {
77
77
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.VellumEnvironment.Production)
78
78
  .default, `v1/sandboxes/${encodeURIComponent(id)}/prompts/${encodeURIComponent(promptVariantId)}/deploy`),
79
79
  method: "POST",
80
- headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.72", "User-Agent": "vellum-ai/0.14.72", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
80
+ headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.74", "User-Agent": "vellum-ai/0.14.74", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
81
81
  contentType: "application/json",
82
82
  requestType: "json",
83
83
  body: serializers.DeploySandboxPromptRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -173,7 +173,7 @@ class Sandboxes {
173
173
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.VellumEnvironment.Production)
174
174
  .default, `v1/sandboxes/${encodeURIComponent(id)}/scenarios`),
175
175
  method: "POST",
176
- headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.72", "User-Agent": "vellum-ai/0.14.72", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
176
+ headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.74", "User-Agent": "vellum-ai/0.14.74", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
177
177
  contentType: "application/json",
178
178
  requestType: "json",
179
179
  body: serializers.UpsertSandboxScenarioRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -236,7 +236,7 @@ class Sandboxes {
236
236
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.VellumEnvironment.Production)
237
237
  .default, `v1/sandboxes/${encodeURIComponent(id)}/scenarios/${encodeURIComponent(scenarioId)}`),
238
238
  method: "DELETE",
239
- headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.72", "User-Agent": "vellum-ai/0.14.72", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
239
+ headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.74", "User-Agent": "vellum-ai/0.14.74", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
240
240
  contentType: "application/json",
241
241
  requestType: "json",
242
242
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -84,7 +84,7 @@ class TestSuiteRuns {
84
84
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.VellumEnvironment.Production)
85
85
  .default, "v1/test-suite-runs"),
86
86
  method: "POST",
87
- headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.72", "User-Agent": "vellum-ai/0.14.72", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
87
+ headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.74", "User-Agent": "vellum-ai/0.14.74", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
88
88
  contentType: "application/json",
89
89
  requestType: "json",
90
90
  body: serializers.TestSuiteRunCreateRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -146,7 +146,7 @@ class TestSuiteRuns {
146
146
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.VellumEnvironment.Production)
147
147
  .default, `v1/test-suite-runs/${encodeURIComponent(id)}`),
148
148
  method: "GET",
149
- headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.72", "User-Agent": "vellum-ai/0.14.72", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
149
+ headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.74", "User-Agent": "vellum-ai/0.14.74", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
150
150
  contentType: "application/json",
151
151
  requestType: "json",
152
152
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -222,7 +222,7 @@ class TestSuiteRuns {
222
222
  url: (0, url_join_1.default)((_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : ((_d = (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.VellumEnvironment.Production)
223
223
  .default, `v1/test-suite-runs/${encodeURIComponent(id)}/executions`),
224
224
  method: "GET",
225
- headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.72", "User-Agent": "vellum-ai/0.14.72", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
225
+ headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.74", "User-Agent": "vellum-ai/0.14.74", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
226
226
  contentType: "application/json",
227
227
  queryParameters: _queryParams,
228
228
  requestType: "json",
@@ -86,7 +86,7 @@ class TestSuites {
86
86
  url: (0, url_join_1.default)((_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : ((_d = (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.VellumEnvironment.Production)
87
87
  .default, `v1/test-suites/${encodeURIComponent(id)}/test-cases`),
88
88
  method: "GET",
89
- headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.72", "User-Agent": "vellum-ai/0.14.72", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
89
+ headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.74", "User-Agent": "vellum-ai/0.14.74", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
90
90
  contentType: "application/json",
91
91
  queryParameters: _queryParams,
92
92
  requestType: "json",
@@ -176,7 +176,7 @@ class TestSuites {
176
176
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.VellumEnvironment.Production)
177
177
  .default, `v1/test-suites/${encodeURIComponent(id)}/test-cases`),
178
178
  method: "POST",
179
- headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.72", "User-Agent": "vellum-ai/0.14.72", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
179
+ headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.74", "User-Agent": "vellum-ai/0.14.74", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
180
180
  contentType: "application/json",
181
181
  requestType: "json",
182
182
  body: serializers.UpsertTestSuiteTestCaseRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -232,7 +232,7 @@ class TestSuites {
232
232
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.VellumEnvironment.Production)
233
233
  .default, `v1/test-suites/${encodeURIComponent(id)}/test-cases-bulk`),
234
234
  method: "POST",
235
- headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.72", "User-Agent": "vellum-ai/0.14.72", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
235
+ headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.74", "User-Agent": "vellum-ai/0.14.74", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
236
236
  contentType: "application/x-ndjson",
237
237
  requestType: "json",
238
238
  body: serializers.testSuites.testSuiteTestCasesBulk.Request.jsonOrThrow(request, {
@@ -308,7 +308,7 @@ class TestSuites {
308
308
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.VellumEnvironment.Production)
309
309
  .default, `v1/test-suites/${encodeURIComponent(id)}/test-cases/${encodeURIComponent(testCaseId)}`),
310
310
  method: "DELETE",
311
- headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.72", "User-Agent": "vellum-ai/0.14.72", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
311
+ headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.74", "User-Agent": "vellum-ai/0.14.74", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
312
312
  contentType: "application/json",
313
313
  requestType: "json",
314
314
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -93,7 +93,7 @@ class WorkflowDeployments {
93
93
  url: (0, url_join_1.default)((_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : ((_d = (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.VellumEnvironment.Production)
94
94
  .default, "v1/workflow-deployments"),
95
95
  method: "GET",
96
- headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.72", "User-Agent": "vellum-ai/0.14.72", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
96
+ headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.74", "User-Agent": "vellum-ai/0.14.74", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
97
97
  contentType: "application/json",
98
98
  queryParameters: _queryParams,
99
99
  requestType: "json",
@@ -155,7 +155,7 @@ class WorkflowDeployments {
155
155
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.VellumEnvironment.Production)
156
156
  .default, `v1/workflow-deployments/${encodeURIComponent(id)}`),
157
157
  method: "GET",
158
- headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.72", "User-Agent": "vellum-ai/0.14.72", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
158
+ headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.74", "User-Agent": "vellum-ai/0.14.74", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
159
159
  contentType: "application/json",
160
160
  requestType: "json",
161
161
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -226,7 +226,7 @@ class WorkflowDeployments {
226
226
  url: (0, url_join_1.default)((_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : ((_d = (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.VellumEnvironment.Production)
227
227
  .default, `v1/workflow-deployments/${encodeURIComponent(id)}/execution-events`),
228
228
  method: "GET",
229
- headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.72", "User-Agent": "vellum-ai/0.14.72", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
229
+ headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.74", "User-Agent": "vellum-ai/0.14.74", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
230
230
  contentType: "application/json",
231
231
  queryParameters: _queryParams,
232
232
  requestType: "json",
@@ -287,7 +287,7 @@ class WorkflowDeployments {
287
287
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.VellumEnvironment.Production)
288
288
  .default, `v1/workflow-deployments/${encodeURIComponent(id)}/execution-events/${encodeURIComponent(executionId)}`),
289
289
  method: "GET",
290
- headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.72", "User-Agent": "vellum-ai/0.14.72", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
290
+ headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.74", "User-Agent": "vellum-ai/0.14.74", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
291
291
  contentType: "application/json",
292
292
  requestType: "json",
293
293
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -350,7 +350,7 @@ class WorkflowDeployments {
350
350
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.VellumEnvironment.Production)
351
351
  .default, `v1/workflow-deployments/${encodeURIComponent(id)}/history/${encodeURIComponent(historyIdOrReleaseTag)}`),
352
352
  method: "GET",
353
- headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.72", "User-Agent": "vellum-ai/0.14.72", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
353
+ headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.74", "User-Agent": "vellum-ai/0.14.74", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
354
354
  contentType: "application/json",
355
355
  requestType: "json",
356
356
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -428,7 +428,7 @@ class WorkflowDeployments {
428
428
  url: (0, url_join_1.default)((_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : ((_d = (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.VellumEnvironment.Production)
429
429
  .default, `v1/workflow-deployments/${encodeURIComponent(id)}/release-tags`),
430
430
  method: "GET",
431
- headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.72", "User-Agent": "vellum-ai/0.14.72", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
431
+ headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.74", "User-Agent": "vellum-ai/0.14.74", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
432
432
  contentType: "application/json",
433
433
  queryParameters: _queryParams,
434
434
  requestType: "json",
@@ -491,7 +491,7 @@ class WorkflowDeployments {
491
491
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.VellumEnvironment.Production)
492
492
  .default, `v1/workflow-deployments/${encodeURIComponent(id)}/release-tags/${encodeURIComponent(name)}`),
493
493
  method: "GET",
494
- headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.72", "User-Agent": "vellum-ai/0.14.72", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
494
+ headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.74", "User-Agent": "vellum-ai/0.14.74", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
495
495
  contentType: "application/json",
496
496
  requestType: "json",
497
497
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -554,7 +554,7 @@ class WorkflowDeployments {
554
554
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.VellumEnvironment.Production)
555
555
  .default, `v1/workflow-deployments/${encodeURIComponent(id)}/release-tags/${encodeURIComponent(name)}`),
556
556
  method: "PATCH",
557
- headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.72", "User-Agent": "vellum-ai/0.14.72", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
557
+ headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.74", "User-Agent": "vellum-ai/0.14.74", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
558
558
  contentType: "application/json",
559
559
  requestType: "json",
560
560
  body: serializers.PatchedWorkflowReleaseTagUpdateRequest.jsonOrThrow(request, {
@@ -77,7 +77,7 @@ class WorkflowSandboxes {
77
77
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.VellumEnvironment.Production)
78
78
  .default, `v1/workflow-sandboxes/${encodeURIComponent(id)}/workflows/${encodeURIComponent(workflowId)}/deploy`),
79
79
  method: "POST",
80
- headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.72", "User-Agent": "vellum-ai/0.14.72", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
80
+ headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.74", "User-Agent": "vellum-ai/0.14.74", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
81
81
  contentType: "application/json",
82
82
  requestType: "json",
83
83
  body: serializers.DeploySandboxWorkflowRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -155,7 +155,7 @@ class WorkflowSandboxes {
155
155
  url: (0, url_join_1.default)((_c = (yield core.Supplier.get(this._options.baseUrl))) !== null && _c !== void 0 ? _c : ((_d = (yield core.Supplier.get(this._options.environment))) !== null && _d !== void 0 ? _d : environments.VellumEnvironment.Production)
156
156
  .default, "v1/workflow-sandboxes/examples"),
157
157
  method: "GET",
158
- headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.72", "User-Agent": "vellum-ai/0.14.72", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
158
+ headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.74", "User-Agent": "vellum-ai/0.14.74", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
159
159
  contentType: "application/json",
160
160
  queryParameters: _queryParams,
161
161
  requestType: "json",
@@ -87,7 +87,7 @@ class Workflows {
87
87
  url: (0, url_join_1.default)((_e = (yield core.Supplier.get(this._options.baseUrl))) !== null && _e !== void 0 ? _e : ((_f = (yield core.Supplier.get(this._options.environment))) !== null && _f !== void 0 ? _f : environments.VellumEnvironment.Production)
88
88
  .default, `v1/workflows/${encodeURIComponent(id)}/pull`),
89
89
  method: "GET",
90
- headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.72", "User-Agent": "vellum-ai/0.14.72", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
90
+ headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.74", "User-Agent": "vellum-ai/0.14.74", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
91
91
  contentType: "application/json",
92
92
  queryParameters: _queryParams,
93
93
  requestType: "json",
@@ -168,7 +168,7 @@ class Workflows {
168
168
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.VellumEnvironment.Production)
169
169
  .default, "v1/workflows/push"),
170
170
  method: "POST",
171
- headers: Object.assign(Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.72", "User-Agent": "vellum-ai/0.14.72", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), _maybeEncodedRequest.headers), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
171
+ headers: Object.assign(Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.74", "User-Agent": "vellum-ai/0.14.74", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), _maybeEncodedRequest.headers), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
172
172
  requestType: "file",
173
173
  duplex: _maybeEncodedRequest.duplex,
174
174
  body: _maybeEncodedRequest.body,
@@ -77,7 +77,7 @@ class WorkspaceSecrets {
77
77
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.VellumEnvironment.Production)
78
78
  .default, `v1/workspace-secrets/${encodeURIComponent(id)}`),
79
79
  method: "GET",
80
- headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.72", "User-Agent": "vellum-ai/0.14.72", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
80
+ headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.74", "User-Agent": "vellum-ai/0.14.74", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
81
81
  contentType: "application/json",
82
82
  requestType: "json",
83
83
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -139,7 +139,7 @@ class WorkspaceSecrets {
139
139
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.VellumEnvironment.Production)
140
140
  .default, `v1/workspace-secrets/${encodeURIComponent(id)}`),
141
141
  method: "PATCH",
142
- headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.72", "User-Agent": "vellum-ai/0.14.72", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
142
+ headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.74", "User-Agent": "vellum-ai/0.14.74", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
143
143
  contentType: "application/json",
144
144
  requestType: "json",
145
145
  body: serializers.PatchedWorkspaceSecretUpdateRequest.jsonOrThrow(request, {
@@ -76,7 +76,7 @@ class Workspaces {
76
76
  url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.VellumEnvironment.Production)
77
77
  .default, "v1/workspaces/identity"),
78
78
  method: "GET",
79
- headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.72", "User-Agent": "vellum-ai/0.14.72", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
79
+ headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.74", "User-Agent": "vellum-ai/0.14.74", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
80
80
  contentType: "application/json",
81
81
  requestType: "json",
82
82
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -0,0 +1,18 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ /**
5
+ * * `QUEUED` - Queued
6
+ * * `BUILDING` - Building
7
+ * * `AVAILABLE` - Available
8
+ * * `FAILED` - Failed
9
+ * * `UNKNOWN` - Unknown
10
+ */
11
+ export type BuildStatusEnum = "QUEUED" | "BUILDING" | "AVAILABLE" | "FAILED" | "UNKNOWN";
12
+ export declare const BuildStatusEnum: {
13
+ readonly Queued: "QUEUED";
14
+ readonly Building: "BUILDING";
15
+ readonly Available: "AVAILABLE";
16
+ readonly Failed: "FAILED";
17
+ readonly Unknown: "UNKNOWN";
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.BuildStatusEnum = void 0;
7
+ exports.BuildStatusEnum = {
8
+ Queued: "QUEUED",
9
+ Building: "BUILDING",
10
+ Available: "AVAILABLE",
11
+ Failed: "FAILED",
12
+ Unknown: "UNKNOWN",
13
+ };
@@ -0,0 +1,7 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "../index";
5
+ export interface ContainerImageBuildConfig {
6
+ packages: Vellum.CodeExecutionPackage[];
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 });
@@ -3,7 +3,7 @@
3
3
  */
4
4
  import * as Vellum from "../index";
5
5
  export interface ContainerImageRead {
6
- id?: string;
6
+ id: string;
7
7
  name: string;
8
8
  visibility: Vellum.EntityVisibility;
9
9
  created: Date;
@@ -11,4 +11,6 @@ export interface ContainerImageRead {
11
11
  repository: string;
12
12
  sha: string;
13
13
  tags: Vellum.ContainerImageContainerImageTag[];
14
+ buildStatus?: Vellum.BuildStatusEnum | null;
15
+ buildConfig?: Vellum.ContainerImageBuildConfig | null;
14
16
  }
@@ -3,8 +3,8 @@
3
3
  */
4
4
  import * as Vellum from "../index";
5
5
  export interface DeploymentRead {
6
- id?: string;
7
- created?: Date;
6
+ id: string;
7
+ created: Date;
8
8
  /** A human-readable label for the deployment */
9
9
  label: string;
10
10
  /** A name that uniquely identifies this deployment within its workspace */
@@ -7,11 +7,11 @@ import * as Vellum from "../index";
7
7
  */
8
8
  export interface DocumentDocumentToDocumentIndex {
9
9
  /** Vellum-generated ID that uniquely identifies this link. */
10
- id?: string;
10
+ id: string;
11
11
  /** Vellum-generated ID that uniquely identifies the environment index this document is included in. */
12
- environmentDocumentIndexId?: string;
12
+ environmentDocumentIndexId: string;
13
13
  /** Vellum-generated ID that uniquely identifies the index this document is included in. */
14
- documentIndexId?: string;
14
+ documentIndexId: string;
15
15
  /**
16
16
  * An enum value representing where this document is along its indexing lifecycle for this index.
17
17
  *
@@ -3,8 +3,8 @@
3
3
  */
4
4
  import * as Vellum from "../index";
5
5
  export interface DocumentIndexRead {
6
- id?: string;
7
- created?: Date;
6
+ id: string;
7
+ created: Date;
8
8
  /** A human-readable label for the document index */
9
9
  label: string;
10
10
  /** A name that uniquely identifies this index within its workspace */
@@ -3,7 +3,7 @@
3
3
  */
4
4
  import * as Vellum from "../index";
5
5
  export interface DocumentRead {
6
- id?: string;
6
+ id: string;
7
7
  /** The unique id of this document as it exists in the user's system. */
8
8
  externalId?: string | null;
9
9
  lastUploadedAt: Date;
@@ -5,6 +5,6 @@ import * as Vellum from "../index";
5
5
  export interface ExecuteApiResponse {
6
6
  statusCode: number;
7
7
  text: string;
8
- json: Vellum.ExecuteApiResponseJson;
8
+ json?: Vellum.ExecuteApiResponseJson | null;
9
9
  headers: Record<string, string>;
10
10
  }
@@ -2,4 +2,4 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  import * as Vellum from "../index";
5
- export type FolderEntity = Vellum.FolderEntityFolder | Vellum.FolderEntityPromptSandbox | Vellum.FolderEntityWorkflowSandbox | Vellum.FolderEntityDocumentIndex | Vellum.FolderEntityTestSuite;
5
+ export type FolderEntity = Vellum.FolderEntityFolder | Vellum.FolderEntityPromptSandbox | Vellum.FolderEntityWorkflowSandbox | Vellum.FolderEntityDocumentIndex | Vellum.FolderEntityTestSuite | Vellum.FolderEntityDataset;
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "../index";
5
+ /**
6
+ * A slim representation of a Dataset, as it exists within a Folder.
7
+ */
8
+ export interface FolderEntityDataset {
9
+ id: string;
10
+ type: "DATASET";
11
+ data: Vellum.FolderEntityDatasetData;
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,11 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface FolderEntityDatasetData {
5
+ id: string;
6
+ label: string;
7
+ name: string;
8
+ description?: string | null;
9
+ created: Date;
10
+ modified: Date;
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 });
@@ -9,6 +9,6 @@ export interface MetricDefinitionHistoryItem {
9
9
  /** A name that uniquely identifies this metric within its workspace */
10
10
  name: string;
11
11
  description: string;
12
- inputVariables?: Vellum.VellumVariable[];
13
- outputVariables?: Vellum.VellumVariable[];
12
+ inputVariables: Vellum.VellumVariable[];
13
+ outputVariables: Vellum.VellumVariable[];
14
14
  }
@@ -5,7 +5,7 @@
5
5
  * An ML Model that your Workspace has access to.
6
6
  */
7
7
  export interface MlModelRead {
8
- id?: string;
8
+ id: string;
9
9
  /** The unique name of the ML Model. */
10
10
  name: string;
11
11
  }
@@ -3,7 +3,7 @@
3
3
  */
4
4
  import * as Vellum from "../index";
5
5
  export interface OrganizationRead {
6
- id?: string;
6
+ id: string;
7
7
  name: string;
8
8
  allowStaffAccess?: boolean;
9
9
  newMemberJoinBehavior: Vellum.NewMemberJoinBehaviorEnum;
@@ -3,8 +3,8 @@
3
3
  */
4
4
  import * as Vellum from "../index";
5
5
  export interface PromptDeploymentRelease {
6
- id?: string;
7
- created?: Date;
6
+ id: string;
7
+ created: Date;
8
8
  environment: Vellum.ReleaseEnvironment;
9
9
  createdBy?: Vellum.ReleaseCreatedBy | null;
10
10
  promptVersion: Vellum.PromptDeploymentReleasePromptVersion;