vellum-ai 1.2.1 → 1.2.3

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 (278) hide show
  1. package/Client.js +11 -11
  2. package/api/resources/adHoc/client/Client.js +2 -2
  3. package/api/resources/containerImages/client/Client.js +4 -4
  4. package/api/resources/deployments/client/Client.js +8 -8
  5. package/api/resources/documentIndexes/client/Client.js +8 -8
  6. package/api/resources/documents/client/Client.js +5 -5
  7. package/api/resources/events/client/Client.js +1 -1
  8. package/api/resources/folderEntities/client/Client.js +2 -2
  9. package/api/resources/index.d.ts +1 -0
  10. package/api/resources/index.js +1 -0
  11. package/api/resources/metricDefinitions/client/Client.js +2 -2
  12. package/api/resources/mlModels/client/Client.js +1 -1
  13. package/api/resources/organizations/client/Client.js +1 -1
  14. package/api/resources/prompts/client/Client.js +2 -2
  15. package/api/resources/sandboxes/client/Client.js +3 -3
  16. package/api/resources/testSuiteRuns/client/Client.js +3 -3
  17. package/api/resources/testSuites/client/Client.js +4 -4
  18. package/api/resources/workflowDeployments/client/Client.js +9 -9
  19. package/api/resources/workflowExecutions/client/Client.d.ts +2 -1
  20. package/api/resources/workflowExecutions/client/Client.js +17 -7
  21. package/api/resources/workflowExecutions/client/index.d.ts +1 -1
  22. package/api/resources/workflowExecutions/client/index.js +15 -0
  23. package/api/resources/workflowExecutions/client/requests/RetrieveWorkflowExecutionDetailRequest.d.ts +17 -0
  24. package/api/resources/workflowExecutions/client/requests/RetrieveWorkflowExecutionDetailRequest.js +5 -0
  25. package/api/resources/workflowExecutions/client/requests/index.d.ts +1 -0
  26. package/api/resources/workflowExecutions/client/requests/index.js +2 -0
  27. package/api/resources/workflowSandboxes/client/Client.js +2 -2
  28. package/api/resources/workflows/client/Client.js +2 -2
  29. package/api/resources/workspaceSecrets/client/Client.js +2 -2
  30. package/api/resources/workspaces/client/Client.js +1 -1
  31. package/api/types/AudioInputRequest.d.ts +13 -0
  32. package/api/types/AudioInputRequest.js +5 -0
  33. package/api/types/DelimiterChunkerConfig.d.ts +7 -0
  34. package/api/types/DelimiterChunkerConfig.js +5 -0
  35. package/api/types/DelimiterChunkerConfigRequest.d.ts +7 -0
  36. package/api/types/DelimiterChunkerConfigRequest.js +5 -0
  37. package/api/types/DelimiterChunking.d.ts +8 -0
  38. package/api/types/DelimiterChunking.js +5 -0
  39. package/api/types/DelimiterChunkingRequest.d.ts +8 -0
  40. package/api/types/DelimiterChunkingRequest.js +5 -0
  41. package/api/types/DocumentIndexChunking.d.ts +1 -1
  42. package/api/types/DocumentIndexChunkingRequest.d.ts +1 -1
  43. package/api/types/DocumentInputRequest.d.ts +13 -0
  44. package/api/types/DocumentInputRequest.js +5 -0
  45. package/api/types/ExecutionAudioVellumValue.d.ts +14 -0
  46. package/api/types/ExecutionAudioVellumValue.js +5 -0
  47. package/api/types/ExecutionDocumentVellumValue.d.ts +14 -0
  48. package/api/types/ExecutionDocumentVellumValue.js +5 -0
  49. package/api/types/ExecutionImageVellumValue.d.ts +14 -0
  50. package/api/types/ExecutionImageVellumValue.js +5 -0
  51. package/api/types/ExecutionVellumValue.d.ts +1 -1
  52. package/api/types/ExecutionVideoVellumValue.d.ts +14 -0
  53. package/api/types/ExecutionVideoVellumValue.js +5 -0
  54. package/api/types/ImageInputRequest.d.ts +13 -0
  55. package/api/types/ImageInputRequest.js +5 -0
  56. package/api/types/LogicalOperator.d.ts +3 -1
  57. package/api/types/LogicalOperator.js +1 -0
  58. package/api/types/NodeInputCompiledAudioValue.d.ts +10 -0
  59. package/api/types/NodeInputCompiledAudioValue.js +5 -0
  60. package/api/types/NodeInputCompiledDocumentValue.d.ts +10 -0
  61. package/api/types/NodeInputCompiledDocumentValue.js +5 -0
  62. package/api/types/NodeInputCompiledImageValue.d.ts +10 -0
  63. package/api/types/NodeInputCompiledImageValue.js +5 -0
  64. package/api/types/NodeInputCompiledVideoValue.d.ts +10 -0
  65. package/api/types/NodeInputCompiledVideoValue.js +5 -0
  66. package/api/types/NodeInputVariableCompiledValue.d.ts +1 -1
  67. package/api/types/PromptDeploymentInputRequest.d.ts +1 -1
  68. package/api/types/PromptRequestAudioInput.d.ts +10 -0
  69. package/api/types/PromptRequestAudioInput.js +5 -0
  70. package/api/types/PromptRequestDocumentInput.d.ts +10 -0
  71. package/api/types/PromptRequestDocumentInput.js +5 -0
  72. package/api/types/PromptRequestImageInput.d.ts +10 -0
  73. package/api/types/PromptRequestImageInput.js +5 -0
  74. package/api/types/PromptRequestInput.d.ts +1 -1
  75. package/api/types/PromptRequestVideoInput.d.ts +10 -0
  76. package/api/types/PromptRequestVideoInput.js +5 -0
  77. package/api/types/VideoInputRequest.d.ts +13 -0
  78. package/api/types/VideoInputRequest.js +5 -0
  79. package/api/types/index.d.ts +20 -0
  80. package/api/types/index.js +20 -0
  81. package/dist/Client.js +11 -11
  82. package/dist/api/resources/adHoc/client/Client.js +2 -2
  83. package/dist/api/resources/containerImages/client/Client.js +4 -4
  84. package/dist/api/resources/deployments/client/Client.js +8 -8
  85. package/dist/api/resources/documentIndexes/client/Client.js +8 -8
  86. package/dist/api/resources/documents/client/Client.js +5 -5
  87. package/dist/api/resources/events/client/Client.js +1 -1
  88. package/dist/api/resources/folderEntities/client/Client.js +2 -2
  89. package/dist/api/resources/index.d.ts +1 -0
  90. package/dist/api/resources/index.js +1 -0
  91. package/dist/api/resources/metricDefinitions/client/Client.js +2 -2
  92. package/dist/api/resources/mlModels/client/Client.js +1 -1
  93. package/dist/api/resources/organizations/client/Client.js +1 -1
  94. package/dist/api/resources/prompts/client/Client.js +2 -2
  95. package/dist/api/resources/sandboxes/client/Client.js +3 -3
  96. package/dist/api/resources/testSuiteRuns/client/Client.js +3 -3
  97. package/dist/api/resources/testSuites/client/Client.js +4 -4
  98. package/dist/api/resources/workflowDeployments/client/Client.js +9 -9
  99. package/dist/api/resources/workflowExecutions/client/Client.d.ts +2 -1
  100. package/dist/api/resources/workflowExecutions/client/Client.js +17 -7
  101. package/dist/api/resources/workflowExecutions/client/index.d.ts +1 -1
  102. package/dist/api/resources/workflowExecutions/client/index.js +15 -0
  103. package/dist/api/resources/workflowExecutions/client/requests/RetrieveWorkflowExecutionDetailRequest.d.ts +17 -0
  104. package/dist/api/resources/workflowExecutions/client/requests/RetrieveWorkflowExecutionDetailRequest.js +5 -0
  105. package/dist/api/resources/workflowExecutions/client/requests/index.d.ts +1 -0
  106. package/dist/api/resources/workflowExecutions/client/requests/index.js +2 -0
  107. package/dist/api/resources/workflowSandboxes/client/Client.js +2 -2
  108. package/dist/api/resources/workflows/client/Client.js +2 -2
  109. package/dist/api/resources/workspaceSecrets/client/Client.js +2 -2
  110. package/dist/api/resources/workspaces/client/Client.js +1 -1
  111. package/dist/api/types/AudioInputRequest.d.ts +13 -0
  112. package/dist/api/types/AudioInputRequest.js +5 -0
  113. package/dist/api/types/DelimiterChunkerConfig.d.ts +7 -0
  114. package/dist/api/types/DelimiterChunkerConfig.js +5 -0
  115. package/dist/api/types/DelimiterChunkerConfigRequest.d.ts +7 -0
  116. package/dist/api/types/DelimiterChunkerConfigRequest.js +5 -0
  117. package/dist/api/types/DelimiterChunking.d.ts +8 -0
  118. package/dist/api/types/DelimiterChunking.js +5 -0
  119. package/dist/api/types/DelimiterChunkingRequest.d.ts +8 -0
  120. package/dist/api/types/DelimiterChunkingRequest.js +5 -0
  121. package/dist/api/types/DocumentIndexChunking.d.ts +1 -1
  122. package/dist/api/types/DocumentIndexChunkingRequest.d.ts +1 -1
  123. package/dist/api/types/DocumentInputRequest.d.ts +13 -0
  124. package/dist/api/types/DocumentInputRequest.js +5 -0
  125. package/dist/api/types/ExecutionAudioVellumValue.d.ts +14 -0
  126. package/dist/api/types/ExecutionAudioVellumValue.js +5 -0
  127. package/dist/api/types/ExecutionDocumentVellumValue.d.ts +14 -0
  128. package/dist/api/types/ExecutionDocumentVellumValue.js +5 -0
  129. package/dist/api/types/ExecutionImageVellumValue.d.ts +14 -0
  130. package/dist/api/types/ExecutionImageVellumValue.js +5 -0
  131. package/dist/api/types/ExecutionVellumValue.d.ts +1 -1
  132. package/dist/api/types/ExecutionVideoVellumValue.d.ts +14 -0
  133. package/dist/api/types/ExecutionVideoVellumValue.js +5 -0
  134. package/dist/api/types/ImageInputRequest.d.ts +13 -0
  135. package/dist/api/types/ImageInputRequest.js +5 -0
  136. package/dist/api/types/LogicalOperator.d.ts +3 -1
  137. package/dist/api/types/LogicalOperator.js +1 -0
  138. package/dist/api/types/NodeInputCompiledAudioValue.d.ts +10 -0
  139. package/dist/api/types/NodeInputCompiledAudioValue.js +5 -0
  140. package/dist/api/types/NodeInputCompiledDocumentValue.d.ts +10 -0
  141. package/dist/api/types/NodeInputCompiledDocumentValue.js +5 -0
  142. package/dist/api/types/NodeInputCompiledImageValue.d.ts +10 -0
  143. package/dist/api/types/NodeInputCompiledImageValue.js +5 -0
  144. package/dist/api/types/NodeInputCompiledVideoValue.d.ts +10 -0
  145. package/dist/api/types/NodeInputCompiledVideoValue.js +5 -0
  146. package/dist/api/types/NodeInputVariableCompiledValue.d.ts +1 -1
  147. package/dist/api/types/PromptDeploymentInputRequest.d.ts +1 -1
  148. package/dist/api/types/PromptRequestAudioInput.d.ts +10 -0
  149. package/dist/api/types/PromptRequestAudioInput.js +5 -0
  150. package/dist/api/types/PromptRequestDocumentInput.d.ts +10 -0
  151. package/dist/api/types/PromptRequestDocumentInput.js +5 -0
  152. package/dist/api/types/PromptRequestImageInput.d.ts +10 -0
  153. package/dist/api/types/PromptRequestImageInput.js +5 -0
  154. package/dist/api/types/PromptRequestInput.d.ts +1 -1
  155. package/dist/api/types/PromptRequestVideoInput.d.ts +10 -0
  156. package/dist/api/types/PromptRequestVideoInput.js +5 -0
  157. package/dist/api/types/VideoInputRequest.d.ts +13 -0
  158. package/dist/api/types/VideoInputRequest.js +5 -0
  159. package/dist/api/types/index.d.ts +20 -0
  160. package/dist/api/types/index.js +20 -0
  161. package/dist/serialization/types/AudioInputRequest.d.ts +15 -0
  162. package/dist/serialization/types/AudioInputRequest.js +46 -0
  163. package/dist/serialization/types/DelimiterChunkerConfig.d.ts +13 -0
  164. package/dist/serialization/types/DelimiterChunkerConfig.js +44 -0
  165. package/dist/serialization/types/DelimiterChunkerConfigRequest.d.ts +13 -0
  166. package/dist/serialization/types/DelimiterChunkerConfigRequest.js +44 -0
  167. package/dist/serialization/types/DelimiterChunking.d.ts +14 -0
  168. package/dist/serialization/types/DelimiterChunking.js +45 -0
  169. package/dist/serialization/types/DelimiterChunkingRequest.d.ts +14 -0
  170. package/dist/serialization/types/DelimiterChunkingRequest.js +45 -0
  171. package/dist/serialization/types/DocumentIndexChunking.d.ts +2 -1
  172. package/dist/serialization/types/DocumentIndexChunking.js +7 -1
  173. package/dist/serialization/types/DocumentIndexChunkingRequest.d.ts +2 -1
  174. package/dist/serialization/types/DocumentIndexChunkingRequest.js +2 -0
  175. package/dist/serialization/types/DocumentInputRequest.d.ts +15 -0
  176. package/dist/serialization/types/DocumentInputRequest.js +46 -0
  177. package/dist/serialization/types/ExecutionAudioVellumValue.d.ts +16 -0
  178. package/dist/serialization/types/ExecutionAudioVellumValue.js +47 -0
  179. package/dist/serialization/types/ExecutionDocumentVellumValue.d.ts +16 -0
  180. package/dist/serialization/types/ExecutionDocumentVellumValue.js +47 -0
  181. package/dist/serialization/types/ExecutionImageVellumValue.d.ts +16 -0
  182. package/dist/serialization/types/ExecutionImageVellumValue.js +47 -0
  183. package/dist/serialization/types/ExecutionVellumValue.d.ts +5 -1
  184. package/dist/serialization/types/ExecutionVellumValue.js +8 -0
  185. package/dist/serialization/types/ExecutionVideoVellumValue.d.ts +16 -0
  186. package/dist/serialization/types/ExecutionVideoVellumValue.js +47 -0
  187. package/dist/serialization/types/ImageInputRequest.d.ts +15 -0
  188. package/dist/serialization/types/ImageInputRequest.js +46 -0
  189. package/dist/serialization/types/LogicalOperator.d.ts +1 -1
  190. package/dist/serialization/types/LogicalOperator.js +1 -0
  191. package/dist/serialization/types/NodeInputCompiledAudioValue.d.ts +16 -0
  192. package/dist/serialization/types/NodeInputCompiledAudioValue.js +47 -0
  193. package/dist/serialization/types/NodeInputCompiledDocumentValue.d.ts +16 -0
  194. package/dist/serialization/types/NodeInputCompiledDocumentValue.js +47 -0
  195. package/dist/serialization/types/NodeInputCompiledImageValue.d.ts +16 -0
  196. package/dist/serialization/types/NodeInputCompiledImageValue.js +47 -0
  197. package/dist/serialization/types/NodeInputCompiledVideoValue.d.ts +16 -0
  198. package/dist/serialization/types/NodeInputCompiledVideoValue.js +47 -0
  199. package/dist/serialization/types/NodeInputVariableCompiledValue.d.ts +5 -1
  200. package/dist/serialization/types/NodeInputVariableCompiledValue.js +8 -0
  201. package/dist/serialization/types/PromptDeploymentInputRequest.d.ts +5 -1
  202. package/dist/serialization/types/PromptDeploymentInputRequest.js +13 -1
  203. package/dist/serialization/types/PromptRequestAudioInput.d.ts +15 -0
  204. package/dist/serialization/types/PromptRequestAudioInput.js +46 -0
  205. package/dist/serialization/types/PromptRequestDocumentInput.d.ts +15 -0
  206. package/dist/serialization/types/PromptRequestDocumentInput.js +46 -0
  207. package/dist/serialization/types/PromptRequestImageInput.d.ts +15 -0
  208. package/dist/serialization/types/PromptRequestImageInput.js +46 -0
  209. package/dist/serialization/types/PromptRequestInput.d.ts +5 -1
  210. package/dist/serialization/types/PromptRequestInput.js +8 -0
  211. package/dist/serialization/types/PromptRequestVideoInput.d.ts +15 -0
  212. package/dist/serialization/types/PromptRequestVideoInput.js +46 -0
  213. package/dist/serialization/types/VideoInputRequest.d.ts +15 -0
  214. package/dist/serialization/types/VideoInputRequest.js +46 -0
  215. package/dist/serialization/types/index.d.ts +20 -0
  216. package/dist/serialization/types/index.js +20 -0
  217. package/dist/version.d.ts +1 -1
  218. package/dist/version.js +1 -1
  219. package/package.json +1 -1
  220. package/reference.md +9 -1
  221. package/serialization/types/AudioInputRequest.d.ts +15 -0
  222. package/serialization/types/AudioInputRequest.js +46 -0
  223. package/serialization/types/DelimiterChunkerConfig.d.ts +13 -0
  224. package/serialization/types/DelimiterChunkerConfig.js +44 -0
  225. package/serialization/types/DelimiterChunkerConfigRequest.d.ts +13 -0
  226. package/serialization/types/DelimiterChunkerConfigRequest.js +44 -0
  227. package/serialization/types/DelimiterChunking.d.ts +14 -0
  228. package/serialization/types/DelimiterChunking.js +45 -0
  229. package/serialization/types/DelimiterChunkingRequest.d.ts +14 -0
  230. package/serialization/types/DelimiterChunkingRequest.js +45 -0
  231. package/serialization/types/DocumentIndexChunking.d.ts +2 -1
  232. package/serialization/types/DocumentIndexChunking.js +7 -1
  233. package/serialization/types/DocumentIndexChunkingRequest.d.ts +2 -1
  234. package/serialization/types/DocumentIndexChunkingRequest.js +2 -0
  235. package/serialization/types/DocumentInputRequest.d.ts +15 -0
  236. package/serialization/types/DocumentInputRequest.js +46 -0
  237. package/serialization/types/ExecutionAudioVellumValue.d.ts +16 -0
  238. package/serialization/types/ExecutionAudioVellumValue.js +47 -0
  239. package/serialization/types/ExecutionDocumentVellumValue.d.ts +16 -0
  240. package/serialization/types/ExecutionDocumentVellumValue.js +47 -0
  241. package/serialization/types/ExecutionImageVellumValue.d.ts +16 -0
  242. package/serialization/types/ExecutionImageVellumValue.js +47 -0
  243. package/serialization/types/ExecutionVellumValue.d.ts +5 -1
  244. package/serialization/types/ExecutionVellumValue.js +8 -0
  245. package/serialization/types/ExecutionVideoVellumValue.d.ts +16 -0
  246. package/serialization/types/ExecutionVideoVellumValue.js +47 -0
  247. package/serialization/types/ImageInputRequest.d.ts +15 -0
  248. package/serialization/types/ImageInputRequest.js +46 -0
  249. package/serialization/types/LogicalOperator.d.ts +1 -1
  250. package/serialization/types/LogicalOperator.js +1 -0
  251. package/serialization/types/NodeInputCompiledAudioValue.d.ts +16 -0
  252. package/serialization/types/NodeInputCompiledAudioValue.js +47 -0
  253. package/serialization/types/NodeInputCompiledDocumentValue.d.ts +16 -0
  254. package/serialization/types/NodeInputCompiledDocumentValue.js +47 -0
  255. package/serialization/types/NodeInputCompiledImageValue.d.ts +16 -0
  256. package/serialization/types/NodeInputCompiledImageValue.js +47 -0
  257. package/serialization/types/NodeInputCompiledVideoValue.d.ts +16 -0
  258. package/serialization/types/NodeInputCompiledVideoValue.js +47 -0
  259. package/serialization/types/NodeInputVariableCompiledValue.d.ts +5 -1
  260. package/serialization/types/NodeInputVariableCompiledValue.js +8 -0
  261. package/serialization/types/PromptDeploymentInputRequest.d.ts +5 -1
  262. package/serialization/types/PromptDeploymentInputRequest.js +13 -1
  263. package/serialization/types/PromptRequestAudioInput.d.ts +15 -0
  264. package/serialization/types/PromptRequestAudioInput.js +46 -0
  265. package/serialization/types/PromptRequestDocumentInput.d.ts +15 -0
  266. package/serialization/types/PromptRequestDocumentInput.js +46 -0
  267. package/serialization/types/PromptRequestImageInput.d.ts +15 -0
  268. package/serialization/types/PromptRequestImageInput.js +46 -0
  269. package/serialization/types/PromptRequestInput.d.ts +5 -1
  270. package/serialization/types/PromptRequestInput.js +8 -0
  271. package/serialization/types/PromptRequestVideoInput.d.ts +15 -0
  272. package/serialization/types/PromptRequestVideoInput.js +46 -0
  273. package/serialization/types/VideoInputRequest.d.ts +15 -0
  274. package/serialization/types/VideoInputRequest.js +46 -0
  275. package/serialization/types/index.d.ts +20 -0
  276. package/serialization/types/index.js +20 -0
  277. package/version.d.ts +1 -1
  278. package/version.js +1 -1
@@ -98,7 +98,7 @@ class Deployments {
98
98
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
99
99
  unrecognizedObjectKeys: "strip",
100
100
  })
101
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.1", "User-Agent": "vellum-ai/1.2.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
101
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "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),
102
102
  contentType: "application/json",
103
103
  queryParameters: _queryParams,
104
104
  requestType: "json",
@@ -164,7 +164,7 @@ class Deployments {
164
164
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
165
165
  unrecognizedObjectKeys: "strip",
166
166
  })
167
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.1", "User-Agent": "vellum-ai/1.2.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
167
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "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),
168
168
  contentType: "application/json",
169
169
  requestType: "json",
170
170
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -231,7 +231,7 @@ class Deployments {
231
231
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
232
232
  unrecognizedObjectKeys: "strip",
233
233
  })
234
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.1", "User-Agent": "vellum-ai/1.2.1", "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),
234
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "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
235
  contentType: "application/json",
236
236
  requestType: "json",
237
237
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -313,7 +313,7 @@ class Deployments {
313
313
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
314
314
  unrecognizedObjectKeys: "strip",
315
315
  })
316
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.1", "User-Agent": "vellum-ai/1.2.1", "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),
316
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "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),
317
317
  contentType: "application/json",
318
318
  queryParameters: _queryParams,
319
319
  requestType: "json",
@@ -380,7 +380,7 @@ class Deployments {
380
380
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
381
381
  unrecognizedObjectKeys: "strip",
382
382
  })
383
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.1", "User-Agent": "vellum-ai/1.2.1", "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),
383
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "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),
384
384
  contentType: "application/json",
385
385
  requestType: "json",
386
386
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -447,7 +447,7 @@ class Deployments {
447
447
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
448
448
  unrecognizedObjectKeys: "strip",
449
449
  })
450
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.1", "User-Agent": "vellum-ai/1.2.1", "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),
450
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "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),
451
451
  contentType: "application/json",
452
452
  requestType: "json",
453
453
  body: serializers.PatchedDeploymentReleaseTagUpdateRequest.jsonOrThrow(request, {
@@ -516,7 +516,7 @@ class Deployments {
516
516
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
517
517
  unrecognizedObjectKeys: "strip",
518
518
  })
519
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.1", "User-Agent": "vellum-ai/1.2.1", "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),
519
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "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),
520
520
  contentType: "application/json",
521
521
  requestType: "json",
522
522
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -605,7 +605,7 @@ class Deployments {
605
605
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
606
606
  unrecognizedObjectKeys: "strip",
607
607
  })
608
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.1", "User-Agent": "vellum-ai/1.2.1", "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),
608
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "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),
609
609
  contentType: "application/json",
610
610
  requestType: "json",
611
611
  body: serializers.DeploymentProviderPayloadRequest.jsonOrThrow(request, {
@@ -100,7 +100,7 @@ class DocumentIndexes {
100
100
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
101
101
  unrecognizedObjectKeys: "strip",
102
102
  })
103
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.1", "User-Agent": "vellum-ai/1.2.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
103
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "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),
104
104
  contentType: "application/json",
105
105
  queryParameters: _queryParams,
106
106
  requestType: "json",
@@ -175,7 +175,7 @@ class DocumentIndexes {
175
175
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
176
176
  unrecognizedObjectKeys: "strip",
177
177
  })
178
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.1", "User-Agent": "vellum-ai/1.2.1", "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),
178
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "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
179
  contentType: "application/json",
180
180
  requestType: "json",
181
181
  body: serializers.DocumentIndexCreateRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -241,7 +241,7 @@ class DocumentIndexes {
241
241
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
242
242
  unrecognizedObjectKeys: "strip",
243
243
  })
244
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.1", "User-Agent": "vellum-ai/1.2.1", "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),
244
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "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),
245
245
  contentType: "application/json",
246
246
  requestType: "json",
247
247
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -309,7 +309,7 @@ class DocumentIndexes {
309
309
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
310
310
  unrecognizedObjectKeys: "strip",
311
311
  })
312
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.1", "User-Agent": "vellum-ai/1.2.1", "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
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "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),
313
313
  contentType: "application/json",
314
314
  requestType: "json",
315
315
  body: serializers.DocumentIndexUpdateRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -375,7 +375,7 @@ class DocumentIndexes {
375
375
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
376
376
  unrecognizedObjectKeys: "strip",
377
377
  })
378
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.1", "User-Agent": "vellum-ai/1.2.1", "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),
378
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "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),
379
379
  contentType: "application/json",
380
380
  requestType: "json",
381
381
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -433,7 +433,7 @@ class DocumentIndexes {
433
433
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
434
434
  unrecognizedObjectKeys: "strip",
435
435
  })
436
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.1", "User-Agent": "vellum-ai/1.2.1", "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),
436
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "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),
437
437
  contentType: "application/json",
438
438
  requestType: "json",
439
439
  body: serializers.PatchedDocumentIndexUpdateRequest.jsonOrThrow(request, {
@@ -502,7 +502,7 @@ class DocumentIndexes {
502
502
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
503
503
  unrecognizedObjectKeys: "strip",
504
504
  })
505
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.1", "User-Agent": "vellum-ai/1.2.1", "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),
505
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "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),
506
506
  contentType: "application/json",
507
507
  requestType: "json",
508
508
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -560,7 +560,7 @@ class DocumentIndexes {
560
560
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
561
561
  unrecognizedObjectKeys: "strip",
562
562
  })
563
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.1", "User-Agent": "vellum-ai/1.2.1", "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),
563
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "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),
564
564
  contentType: "application/json",
565
565
  requestType: "json",
566
566
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -99,7 +99,7 @@ class Documents {
99
99
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
100
100
  unrecognizedObjectKeys: "strip",
101
101
  })
102
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.1", "User-Agent": "vellum-ai/1.2.1", "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),
102
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
103
103
  contentType: "application/json",
104
104
  queryParameters: _queryParams,
105
105
  requestType: "json",
@@ -165,7 +165,7 @@ class Documents {
165
165
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
166
166
  unrecognizedObjectKeys: "strip",
167
167
  })
168
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.1", "User-Agent": "vellum-ai/1.2.1", "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),
168
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "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
169
  contentType: "application/json",
170
170
  requestType: "json",
171
171
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -230,7 +230,7 @@ class Documents {
230
230
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
231
231
  unrecognizedObjectKeys: "strip",
232
232
  })
233
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.1", "User-Agent": "vellum-ai/1.2.1", "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),
233
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "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),
234
234
  contentType: "application/json",
235
235
  requestType: "json",
236
236
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -288,7 +288,7 @@ class Documents {
288
288
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
289
289
  unrecognizedObjectKeys: "strip",
290
290
  })
291
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.1", "User-Agent": "vellum-ai/1.2.1", "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
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "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),
292
292
  contentType: "application/json",
293
293
  requestType: "json",
294
294
  body: serializers.PatchedDocumentUpdateRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -378,7 +378,7 @@ class Documents {
378
378
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
379
379
  unrecognizedObjectKeys: "strip",
380
380
  })
381
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.1", "User-Agent": "vellum-ai/1.2.1", "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),
381
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "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),
382
382
  requestType: "file",
383
383
  duplex: _maybeEncodedRequest.duplex,
384
384
  body: _maybeEncodedRequest.body,
@@ -105,7 +105,7 @@ class Events {
105
105
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
106
106
  unrecognizedObjectKeys: "strip",
107
107
  })
108
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.1", "User-Agent": "vellum-ai/1.2.1", "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),
108
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "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),
109
109
  contentType: "application/json",
110
110
  requestType: "json",
111
111
  body: serializers.WorkflowEvent.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -98,7 +98,7 @@ class FolderEntities {
98
98
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
99
99
  unrecognizedObjectKeys: "strip",
100
100
  })
101
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.1", "User-Agent": "vellum-ai/1.2.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
101
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "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),
102
102
  contentType: "application/json",
103
103
  queryParameters: _queryParams,
104
104
  requestType: "json",
@@ -174,7 +174,7 @@ class FolderEntities {
174
174
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
175
175
  unrecognizedObjectKeys: "strip",
176
176
  })
177
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.1", "User-Agent": "vellum-ai/1.2.1", "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
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "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),
178
178
  contentType: "application/json",
179
179
  requestType: "json",
180
180
  body: serializers.AddEntityToFolderRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -35,6 +35,7 @@ export * from "./sandboxes/client/requests";
35
35
  export * from "./testSuiteRuns/client/requests";
36
36
  export * from "./testSuites/client/requests";
37
37
  export * from "./workflowDeployments/client/requests";
38
+ export * from "./workflowExecutions/client/requests";
38
39
  export * from "./workflowSandboxes/client/requests";
39
40
  export * from "./workflows/client/requests";
40
41
  export * from "./workspaceSecrets/client/requests";
@@ -74,6 +74,7 @@ __exportStar(require("./sandboxes/client/requests"), exports);
74
74
  __exportStar(require("./testSuiteRuns/client/requests"), exports);
75
75
  __exportStar(require("./testSuites/client/requests"), exports);
76
76
  __exportStar(require("./workflowDeployments/client/requests"), exports);
77
+ __exportStar(require("./workflowExecutions/client/requests"), exports);
77
78
  __exportStar(require("./workflowSandboxes/client/requests"), exports);
78
79
  __exportStar(require("./workflows/client/requests"), exports);
79
80
  __exportStar(require("./workspaceSecrets/client/requests"), exports);
@@ -90,7 +90,7 @@ class MetricDefinitions {
90
90
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
91
91
  unrecognizedObjectKeys: "strip",
92
92
  })
93
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.1", "User-Agent": "vellum-ai/1.2.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
93
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
94
94
  contentType: "application/json",
95
95
  requestType: "json",
96
96
  body: serializers.ExecuteMetricDefinition.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -155,7 +155,7 @@ class MetricDefinitions {
155
155
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
156
156
  unrecognizedObjectKeys: "strip",
157
157
  })
158
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.1", "User-Agent": "vellum-ai/1.2.1", "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
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "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,
@@ -81,7 +81,7 @@ class MlModels {
81
81
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
82
82
  unrecognizedObjectKeys: "strip",
83
83
  })
84
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.1", "User-Agent": "vellum-ai/1.2.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
84
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
85
85
  contentType: "application/json",
86
86
  requestType: "json",
87
87
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -80,7 +80,7 @@ class Organizations {
80
80
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
81
81
  unrecognizedObjectKeys: "strip",
82
82
  })
83
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.1", "User-Agent": "vellum-ai/1.2.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
83
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
84
84
  contentType: "application/json",
85
85
  requestType: "json",
86
86
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -91,7 +91,7 @@ class Prompts {
91
91
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
92
92
  unrecognizedObjectKeys: "strip",
93
93
  })
94
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.1", "User-Agent": "vellum-ai/1.2.1", "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),
94
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "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),
95
95
  contentType: "application/json",
96
96
  queryParameters: _queryParams,
97
97
  requestType: "json",
@@ -188,7 +188,7 @@ class Prompts {
188
188
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
189
189
  unrecognizedObjectKeys: "strip",
190
190
  })
191
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.1", "User-Agent": "vellum-ai/1.2.1", "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),
191
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "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),
192
192
  contentType: "application/json",
193
193
  requestType: "json",
194
194
  body: serializers.PromptPush.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -81,7 +81,7 @@ class Sandboxes {
81
81
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
82
82
  unrecognizedObjectKeys: "strip",
83
83
  })
84
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.1", "User-Agent": "vellum-ai/1.2.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
84
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
85
85
  contentType: "application/json",
86
86
  requestType: "json",
87
87
  body: serializers.DeploySandboxPromptRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -162,7 +162,7 @@ class Sandboxes {
162
162
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
163
163
  unrecognizedObjectKeys: "strip",
164
164
  })
165
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.1", "User-Agent": "vellum-ai/1.2.1", "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),
165
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
166
166
  contentType: "application/json",
167
167
  requestType: "json",
168
168
  body: serializers.UpsertSandboxScenarioRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -229,7 +229,7 @@ class Sandboxes {
229
229
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
230
230
  unrecognizedObjectKeys: "strip",
231
231
  })
232
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.1", "User-Agent": "vellum-ai/1.2.1", "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),
232
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "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),
233
233
  contentType: "application/json",
234
234
  requestType: "json",
235
235
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -88,7 +88,7 @@ class TestSuiteRuns {
88
88
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
89
89
  unrecognizedObjectKeys: "strip",
90
90
  })
91
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.1", "User-Agent": "vellum-ai/1.2.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
91
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
92
92
  contentType: "application/json",
93
93
  requestType: "json",
94
94
  body: serializers.TestSuiteRunCreateRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -154,7 +154,7 @@ class TestSuiteRuns {
154
154
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
155
155
  unrecognizedObjectKeys: "strip",
156
156
  })
157
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.1", "User-Agent": "vellum-ai/1.2.1", "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),
157
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "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
158
  contentType: "application/json",
159
159
  requestType: "json",
160
160
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -234,7 +234,7 @@ class TestSuiteRuns {
234
234
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
235
235
  unrecognizedObjectKeys: "strip",
236
236
  })
237
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.1", "User-Agent": "vellum-ai/1.2.1", "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),
237
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "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),
238
238
  contentType: "application/json",
239
239
  queryParameters: _queryParams,
240
240
  requestType: "json",
@@ -90,7 +90,7 @@ class TestSuites {
90
90
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
91
91
  unrecognizedObjectKeys: "strip",
92
92
  })
93
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.1", "User-Agent": "vellum-ai/1.2.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
93
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
94
94
  contentType: "application/json",
95
95
  queryParameters: _queryParams,
96
96
  requestType: "json",
@@ -178,7 +178,7 @@ class TestSuites {
178
178
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
179
179
  unrecognizedObjectKeys: "strip",
180
180
  })
181
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.1", "User-Agent": "vellum-ai/1.2.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
181
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
182
182
  contentType: "application/json",
183
183
  requestType: "json",
184
184
  body: serializers.UpsertTestSuiteTestCaseRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -238,7 +238,7 @@ class TestSuites {
238
238
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
239
239
  unrecognizedObjectKeys: "strip",
240
240
  })
241
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.1", "User-Agent": "vellum-ai/1.2.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
241
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
242
242
  contentType: "application/x-ndjson",
243
243
  requestType: "json",
244
244
  body: serializers.testSuites.testSuiteTestCasesBulk.Request.jsonOrThrow(request, {
@@ -318,7 +318,7 @@ class TestSuites {
318
318
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
319
319
  unrecognizedObjectKeys: "strip",
320
320
  })
321
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.1", "User-Agent": "vellum-ai/1.2.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
321
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
322
322
  contentType: "application/json",
323
323
  requestType: "json",
324
324
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -97,7 +97,7 @@ class WorkflowDeployments {
97
97
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
98
98
  unrecognizedObjectKeys: "strip",
99
99
  })
100
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.1", "User-Agent": "vellum-ai/1.2.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
100
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
101
101
  contentType: "application/json",
102
102
  queryParameters: _queryParams,
103
103
  requestType: "json",
@@ -163,7 +163,7 @@ class WorkflowDeployments {
163
163
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
164
164
  unrecognizedObjectKeys: "strip",
165
165
  })
166
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.1", "User-Agent": "vellum-ai/1.2.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
166
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
167
167
  contentType: "application/json",
168
168
  requestType: "json",
169
169
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -238,7 +238,7 @@ class WorkflowDeployments {
238
238
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
239
239
  unrecognizedObjectKeys: "strip",
240
240
  })
241
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.1", "User-Agent": "vellum-ai/1.2.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
241
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
242
242
  contentType: "application/json",
243
243
  queryParameters: _queryParams,
244
244
  requestType: "json",
@@ -303,7 +303,7 @@ class WorkflowDeployments {
303
303
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
304
304
  unrecognizedObjectKeys: "strip",
305
305
  })
306
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.1", "User-Agent": "vellum-ai/1.2.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
306
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
307
307
  contentType: "application/json",
308
308
  requestType: "json",
309
309
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -370,7 +370,7 @@ class WorkflowDeployments {
370
370
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
371
371
  unrecognizedObjectKeys: "strip",
372
372
  })
373
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.1", "User-Agent": "vellum-ai/1.2.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
373
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
374
374
  contentType: "application/json",
375
375
  requestType: "json",
376
376
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -452,7 +452,7 @@ class WorkflowDeployments {
452
452
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
453
453
  unrecognizedObjectKeys: "strip",
454
454
  })
455
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.1", "User-Agent": "vellum-ai/1.2.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
455
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
456
456
  contentType: "application/json",
457
457
  queryParameters: _queryParams,
458
458
  requestType: "json",
@@ -519,7 +519,7 @@ class WorkflowDeployments {
519
519
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
520
520
  unrecognizedObjectKeys: "strip",
521
521
  })
522
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.1", "User-Agent": "vellum-ai/1.2.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
522
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
523
523
  contentType: "application/json",
524
524
  requestType: "json",
525
525
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -586,7 +586,7 @@ class WorkflowDeployments {
586
586
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
587
587
  unrecognizedObjectKeys: "strip",
588
588
  })
589
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.1", "User-Agent": "vellum-ai/1.2.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
589
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
590
590
  contentType: "application/json",
591
591
  requestType: "json",
592
592
  body: serializers.PatchedWorkflowReleaseTagUpdateRequest.jsonOrThrow(request, {
@@ -655,7 +655,7 @@ class WorkflowDeployments {
655
655
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
656
656
  unrecognizedObjectKeys: "strip",
657
657
  })
658
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.1", "User-Agent": "vellum-ai/1.2.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
658
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.2.3", "User-Agent": "vellum-ai/1.2.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
659
659
  contentType: "application/json",
660
660
  requestType: "json",
661
661
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -31,12 +31,13 @@ export declare class WorkflowExecutions {
31
31
  constructor(_options: WorkflowExecutions.Options);
32
32
  /**
33
33
  * @param {string} executionId
34
+ * @param {Vellum.RetrieveWorkflowExecutionDetailRequest} request
34
35
  * @param {WorkflowExecutions.RequestOptions} requestOptions - Request-specific configuration.
35
36
  *
36
37
  * @example
37
38
  * await client.workflowExecutions.retrieveWorkflowExecutionDetail("execution_id")
38
39
  */
39
- retrieveWorkflowExecutionDetail(executionId: string, requestOptions?: WorkflowExecutions.RequestOptions): core.HttpResponsePromise<Vellum.WorkflowExecutionDetail>;
40
+ retrieveWorkflowExecutionDetail(executionId: string, request?: Vellum.RetrieveWorkflowExecutionDetailRequest, requestOptions?: WorkflowExecutions.RequestOptions): core.HttpResponsePromise<Vellum.WorkflowExecutionDetail>;
40
41
  private __retrieveWorkflowExecutionDetail;
41
42
  protected _getCustomAuthorizationHeaders(): Promise<{
42
43
  "X-API-KEY": string;