vellum-ai 1.5.5 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (183) 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/integrationAuthConfigs/client/Client.js +1 -1
  10. package/api/resources/integrationProviders/client/Client.js +2 -2
  11. package/api/resources/integrations/client/Client.js +4 -4
  12. package/api/resources/metricDefinitions/client/Client.js +2 -2
  13. package/api/resources/mlModels/client/Client.js +1 -1
  14. package/api/resources/organizations/client/Client.js +1 -1
  15. package/api/resources/prompts/client/Client.js +2 -2
  16. package/api/resources/sandboxes/client/Client.js +3 -3
  17. package/api/resources/testSuiteRuns/client/Client.js +3 -3
  18. package/api/resources/testSuites/client/Client.js +4 -4
  19. package/api/resources/workflowDeployments/client/Client.js +9 -9
  20. package/api/resources/workflowExecutions/client/Client.js +1 -1
  21. package/api/resources/workflowSandboxes/client/Client.js +2 -2
  22. package/api/resources/workflows/client/Client.js +3 -3
  23. package/api/resources/workspaceSecrets/client/Client.js +2 -2
  24. package/api/resources/workspaces/client/Client.js +1 -1
  25. package/api/types/ComposioToolDefinition.d.ts +1 -0
  26. package/api/types/IntegrationAuthConfigIntegration.d.ts +9 -0
  27. package/api/types/IntegrationAuthConfigIntegration.js +5 -0
  28. package/api/types/IntegrationAuthConfigIntegrationCredential.d.ts +1 -1
  29. package/api/types/IntegrationRead.d.ts +1 -1
  30. package/api/types/NamedTestCaseAudioVariableValue.d.ts +1 -1
  31. package/api/types/NamedTestCaseAudioVariableValueRequest.d.ts +1 -1
  32. package/api/types/NamedTestCaseDocumentVariableValue.d.ts +1 -1
  33. package/api/types/NamedTestCaseDocumentVariableValueRequest.d.ts +1 -1
  34. package/api/types/NamedTestCaseImageVariableValue.d.ts +1 -1
  35. package/api/types/NamedTestCaseImageVariableValueRequest.d.ts +1 -1
  36. package/api/types/NamedTestCaseVideoVariableValue.d.ts +1 -1
  37. package/api/types/NamedTestCaseVideoVariableValueRequest.d.ts +1 -1
  38. package/api/types/SlimComposioToolDefinition.d.ts +1 -0
  39. package/api/types/SlimIntegrationAuthConfigRead.d.ts +2 -1
  40. package/api/types/SlimIntegrationRead.d.ts +1 -1
  41. package/api/types/TestCaseAudioVariableValue.d.ts +1 -1
  42. package/api/types/TestCaseDocumentVariableValue.d.ts +1 -1
  43. package/api/types/TestCaseImageVariableValue.d.ts +1 -1
  44. package/api/types/TestCaseVideoVariableValue.d.ts +1 -1
  45. package/api/types/ToolDefinitionIntegration.d.ts +1 -1
  46. package/api/types/index.d.ts +1 -0
  47. package/api/types/index.js +1 -0
  48. package/dist/Client.js +11 -11
  49. package/dist/api/resources/adHoc/client/Client.js +2 -2
  50. package/dist/api/resources/containerImages/client/Client.js +4 -4
  51. package/dist/api/resources/deployments/client/Client.js +8 -8
  52. package/dist/api/resources/documentIndexes/client/Client.js +8 -8
  53. package/dist/api/resources/documents/client/Client.js +5 -5
  54. package/dist/api/resources/events/client/Client.js +1 -1
  55. package/dist/api/resources/folderEntities/client/Client.js +2 -2
  56. package/dist/api/resources/integrationAuthConfigs/client/Client.js +1 -1
  57. package/dist/api/resources/integrationProviders/client/Client.js +2 -2
  58. package/dist/api/resources/integrations/client/Client.js +4 -4
  59. package/dist/api/resources/metricDefinitions/client/Client.js +2 -2
  60. package/dist/api/resources/mlModels/client/Client.js +1 -1
  61. package/dist/api/resources/organizations/client/Client.js +1 -1
  62. package/dist/api/resources/prompts/client/Client.js +2 -2
  63. package/dist/api/resources/sandboxes/client/Client.js +3 -3
  64. package/dist/api/resources/testSuiteRuns/client/Client.js +3 -3
  65. package/dist/api/resources/testSuites/client/Client.js +4 -4
  66. package/dist/api/resources/workflowDeployments/client/Client.js +9 -9
  67. package/dist/api/resources/workflowExecutions/client/Client.js +1 -1
  68. package/dist/api/resources/workflowSandboxes/client/Client.js +2 -2
  69. package/dist/api/resources/workflows/client/Client.js +3 -3
  70. package/dist/api/resources/workspaceSecrets/client/Client.js +2 -2
  71. package/dist/api/resources/workspaces/client/Client.js +1 -1
  72. package/dist/api/types/ComposioToolDefinition.d.ts +1 -0
  73. package/dist/api/types/IntegrationAuthConfigIntegration.d.ts +9 -0
  74. package/dist/api/types/IntegrationAuthConfigIntegration.js +5 -0
  75. package/dist/api/types/IntegrationAuthConfigIntegrationCredential.d.ts +1 -1
  76. package/dist/api/types/IntegrationRead.d.ts +1 -1
  77. package/dist/api/types/NamedTestCaseAudioVariableValue.d.ts +1 -1
  78. package/dist/api/types/NamedTestCaseAudioVariableValueRequest.d.ts +1 -1
  79. package/dist/api/types/NamedTestCaseDocumentVariableValue.d.ts +1 -1
  80. package/dist/api/types/NamedTestCaseDocumentVariableValueRequest.d.ts +1 -1
  81. package/dist/api/types/NamedTestCaseImageVariableValue.d.ts +1 -1
  82. package/dist/api/types/NamedTestCaseImageVariableValueRequest.d.ts +1 -1
  83. package/dist/api/types/NamedTestCaseVideoVariableValue.d.ts +1 -1
  84. package/dist/api/types/NamedTestCaseVideoVariableValueRequest.d.ts +1 -1
  85. package/dist/api/types/SlimComposioToolDefinition.d.ts +1 -0
  86. package/dist/api/types/SlimIntegrationAuthConfigRead.d.ts +2 -1
  87. package/dist/api/types/SlimIntegrationRead.d.ts +1 -1
  88. package/dist/api/types/TestCaseAudioVariableValue.d.ts +1 -1
  89. package/dist/api/types/TestCaseDocumentVariableValue.d.ts +1 -1
  90. package/dist/api/types/TestCaseImageVariableValue.d.ts +1 -1
  91. package/dist/api/types/TestCaseVideoVariableValue.d.ts +1 -1
  92. package/dist/api/types/ToolDefinitionIntegration.d.ts +1 -1
  93. package/dist/api/types/index.d.ts +1 -0
  94. package/dist/api/types/index.js +1 -0
  95. package/dist/serialization/types/ComposioToolDefinition.d.ts +1 -0
  96. package/dist/serialization/types/ComposioToolDefinition.js +1 -0
  97. package/dist/serialization/types/IntegrationAuthConfigIntegration.d.ts +16 -0
  98. package/dist/serialization/types/IntegrationAuthConfigIntegration.js +47 -0
  99. package/dist/serialization/types/IntegrationAuthConfigIntegrationCredential.d.ts +1 -1
  100. package/dist/serialization/types/IntegrationAuthConfigIntegrationCredential.js +1 -1
  101. package/dist/serialization/types/IntegrationRead.d.ts +1 -1
  102. package/dist/serialization/types/IntegrationRead.js +1 -1
  103. package/dist/serialization/types/NamedTestCaseAudioVariableValue.d.ts +1 -1
  104. package/dist/serialization/types/NamedTestCaseAudioVariableValue.js +1 -1
  105. package/dist/serialization/types/NamedTestCaseAudioVariableValueRequest.d.ts +1 -1
  106. package/dist/serialization/types/NamedTestCaseAudioVariableValueRequest.js +1 -1
  107. package/dist/serialization/types/NamedTestCaseDocumentVariableValue.d.ts +1 -1
  108. package/dist/serialization/types/NamedTestCaseDocumentVariableValue.js +1 -1
  109. package/dist/serialization/types/NamedTestCaseDocumentVariableValueRequest.d.ts +1 -1
  110. package/dist/serialization/types/NamedTestCaseDocumentVariableValueRequest.js +1 -1
  111. package/dist/serialization/types/NamedTestCaseImageVariableValue.d.ts +1 -1
  112. package/dist/serialization/types/NamedTestCaseImageVariableValue.js +1 -1
  113. package/dist/serialization/types/NamedTestCaseImageVariableValueRequest.d.ts +1 -1
  114. package/dist/serialization/types/NamedTestCaseImageVariableValueRequest.js +1 -1
  115. package/dist/serialization/types/NamedTestCaseVideoVariableValue.d.ts +1 -1
  116. package/dist/serialization/types/NamedTestCaseVideoVariableValue.js +1 -1
  117. package/dist/serialization/types/NamedTestCaseVideoVariableValueRequest.d.ts +1 -1
  118. package/dist/serialization/types/NamedTestCaseVideoVariableValueRequest.js +1 -1
  119. package/dist/serialization/types/SlimComposioToolDefinition.d.ts +1 -0
  120. package/dist/serialization/types/SlimComposioToolDefinition.js +1 -0
  121. package/dist/serialization/types/SlimIntegrationAuthConfigRead.d.ts +3 -1
  122. package/dist/serialization/types/SlimIntegrationAuthConfigRead.js +3 -1
  123. package/dist/serialization/types/SlimIntegrationRead.d.ts +1 -1
  124. package/dist/serialization/types/SlimIntegrationRead.js +1 -1
  125. package/dist/serialization/types/TestCaseAudioVariableValue.d.ts +1 -1
  126. package/dist/serialization/types/TestCaseAudioVariableValue.js +1 -1
  127. package/dist/serialization/types/TestCaseDocumentVariableValue.d.ts +1 -1
  128. package/dist/serialization/types/TestCaseDocumentVariableValue.js +1 -1
  129. package/dist/serialization/types/TestCaseImageVariableValue.d.ts +1 -1
  130. package/dist/serialization/types/TestCaseImageVariableValue.js +1 -1
  131. package/dist/serialization/types/TestCaseVideoVariableValue.d.ts +1 -1
  132. package/dist/serialization/types/TestCaseVideoVariableValue.js +1 -1
  133. package/dist/serialization/types/ToolDefinitionIntegration.d.ts +1 -1
  134. package/dist/serialization/types/ToolDefinitionIntegration.js +1 -1
  135. package/dist/serialization/types/index.d.ts +1 -0
  136. package/dist/serialization/types/index.js +1 -0
  137. package/dist/version.d.ts +1 -1
  138. package/dist/version.js +1 -1
  139. package/package.json +1 -1
  140. package/serialization/types/ComposioToolDefinition.d.ts +1 -0
  141. package/serialization/types/ComposioToolDefinition.js +1 -0
  142. package/serialization/types/IntegrationAuthConfigIntegration.d.ts +16 -0
  143. package/serialization/types/IntegrationAuthConfigIntegration.js +47 -0
  144. package/serialization/types/IntegrationAuthConfigIntegrationCredential.d.ts +1 -1
  145. package/serialization/types/IntegrationAuthConfigIntegrationCredential.js +1 -1
  146. package/serialization/types/IntegrationRead.d.ts +1 -1
  147. package/serialization/types/IntegrationRead.js +1 -1
  148. package/serialization/types/NamedTestCaseAudioVariableValue.d.ts +1 -1
  149. package/serialization/types/NamedTestCaseAudioVariableValue.js +1 -1
  150. package/serialization/types/NamedTestCaseAudioVariableValueRequest.d.ts +1 -1
  151. package/serialization/types/NamedTestCaseAudioVariableValueRequest.js +1 -1
  152. package/serialization/types/NamedTestCaseDocumentVariableValue.d.ts +1 -1
  153. package/serialization/types/NamedTestCaseDocumentVariableValue.js +1 -1
  154. package/serialization/types/NamedTestCaseDocumentVariableValueRequest.d.ts +1 -1
  155. package/serialization/types/NamedTestCaseDocumentVariableValueRequest.js +1 -1
  156. package/serialization/types/NamedTestCaseImageVariableValue.d.ts +1 -1
  157. package/serialization/types/NamedTestCaseImageVariableValue.js +1 -1
  158. package/serialization/types/NamedTestCaseImageVariableValueRequest.d.ts +1 -1
  159. package/serialization/types/NamedTestCaseImageVariableValueRequest.js +1 -1
  160. package/serialization/types/NamedTestCaseVideoVariableValue.d.ts +1 -1
  161. package/serialization/types/NamedTestCaseVideoVariableValue.js +1 -1
  162. package/serialization/types/NamedTestCaseVideoVariableValueRequest.d.ts +1 -1
  163. package/serialization/types/NamedTestCaseVideoVariableValueRequest.js +1 -1
  164. package/serialization/types/SlimComposioToolDefinition.d.ts +1 -0
  165. package/serialization/types/SlimComposioToolDefinition.js +1 -0
  166. package/serialization/types/SlimIntegrationAuthConfigRead.d.ts +3 -1
  167. package/serialization/types/SlimIntegrationAuthConfigRead.js +3 -1
  168. package/serialization/types/SlimIntegrationRead.d.ts +1 -1
  169. package/serialization/types/SlimIntegrationRead.js +1 -1
  170. package/serialization/types/TestCaseAudioVariableValue.d.ts +1 -1
  171. package/serialization/types/TestCaseAudioVariableValue.js +1 -1
  172. package/serialization/types/TestCaseDocumentVariableValue.d.ts +1 -1
  173. package/serialization/types/TestCaseDocumentVariableValue.js +1 -1
  174. package/serialization/types/TestCaseImageVariableValue.d.ts +1 -1
  175. package/serialization/types/TestCaseImageVariableValue.js +1 -1
  176. package/serialization/types/TestCaseVideoVariableValue.d.ts +1 -1
  177. package/serialization/types/TestCaseVideoVariableValue.js +1 -1
  178. package/serialization/types/ToolDefinitionIntegration.d.ts +1 -1
  179. package/serialization/types/ToolDefinitionIntegration.js +1 -1
  180. package/serialization/types/index.d.ts +1 -0
  181. package/serialization/types/index.js +1 -0
  182. package/version.d.ts +1 -1
  183. package/version.js +1 -1
@@ -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.5.5", "User-Agent": "vellum-ai/1.5.5", "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.6.0", "User-Agent": "vellum-ai/1.6.0", "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.5.5", "User-Agent": "vellum-ai/1.5.5", "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.6.0", "User-Agent": "vellum-ai/1.6.0", "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.5.5", "User-Agent": "vellum-ai/1.5.5", "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.6.0", "User-Agent": "vellum-ai/1.6.0", "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.5.5", "User-Agent": "vellum-ai/1.5.5", "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.6.0", "User-Agent": "vellum-ai/1.6.0", "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.5.5", "User-Agent": "vellum-ai/1.5.5", "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.6.0", "User-Agent": "vellum-ai/1.6.0", "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.5.5", "User-Agent": "vellum-ai/1.5.5", "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.6.0", "User-Agent": "vellum-ai/1.6.0", "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.5.5", "User-Agent": "vellum-ai/1.5.5", "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.6.0", "User-Agent": "vellum-ai/1.6.0", "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.5.5", "User-Agent": "vellum-ai/1.5.5", "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.6.0", "User-Agent": "vellum-ai/1.6.0", "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.5.5", "User-Agent": "vellum-ai/1.5.5", "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.6.0", "User-Agent": "vellum-ai/1.6.0", "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.5.5", "User-Agent": "vellum-ai/1.5.5", "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.6.0", "User-Agent": "vellum-ai/1.6.0", "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.5.5", "User-Agent": "vellum-ai/1.5.5", "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.6.0", "User-Agent": "vellum-ai/1.6.0", "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.5.5", "User-Agent": "vellum-ai/1.5.5", "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.6.0", "User-Agent": "vellum-ai/1.6.0", "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,
@@ -241,7 +241,7 @@ class WorkflowDeployments {
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.5.5", "User-Agent": "vellum-ai/1.5.5", "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.6.0", "User-Agent": "vellum-ai/1.6.0", "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
  queryParameters: _queryParams,
247
247
  requestType: "json",
@@ -306,7 +306,7 @@ class WorkflowDeployments {
306
306
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
307
307
  unrecognizedObjectKeys: "strip",
308
308
  })
309
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.5", "User-Agent": "vellum-ai/1.5.5", "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),
309
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.6.0", "User-Agent": "vellum-ai/1.6.0", "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),
310
310
  contentType: "application/json",
311
311
  requestType: "json",
312
312
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -373,7 +373,7 @@ class WorkflowDeployments {
373
373
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
374
374
  unrecognizedObjectKeys: "strip",
375
375
  })
376
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.5", "User-Agent": "vellum-ai/1.5.5", "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),
376
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.6.0", "User-Agent": "vellum-ai/1.6.0", "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),
377
377
  contentType: "application/json",
378
378
  requestType: "json",
379
379
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -455,7 +455,7 @@ class WorkflowDeployments {
455
455
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
456
456
  unrecognizedObjectKeys: "strip",
457
457
  })
458
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.5", "User-Agent": "vellum-ai/1.5.5", "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),
458
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.6.0", "User-Agent": "vellum-ai/1.6.0", "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),
459
459
  contentType: "application/json",
460
460
  queryParameters: _queryParams,
461
461
  requestType: "json",
@@ -522,7 +522,7 @@ class WorkflowDeployments {
522
522
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
523
523
  unrecognizedObjectKeys: "strip",
524
524
  })
525
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.5", "User-Agent": "vellum-ai/1.5.5", "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),
525
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.6.0", "User-Agent": "vellum-ai/1.6.0", "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),
526
526
  contentType: "application/json",
527
527
  requestType: "json",
528
528
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -589,7 +589,7 @@ class WorkflowDeployments {
589
589
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
590
590
  unrecognizedObjectKeys: "strip",
591
591
  })
592
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.5", "User-Agent": "vellum-ai/1.5.5", "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),
592
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.6.0", "User-Agent": "vellum-ai/1.6.0", "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),
593
593
  contentType: "application/json",
594
594
  requestType: "json",
595
595
  body: serializers.PatchedWorkflowReleaseTagUpdateRequest.jsonOrThrow(request, {
@@ -658,7 +658,7 @@ class WorkflowDeployments {
658
658
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
659
659
  unrecognizedObjectKeys: "strip",
660
660
  })
661
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.5", "User-Agent": "vellum-ai/1.5.5", "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),
661
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.6.0", "User-Agent": "vellum-ai/1.6.0", "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),
662
662
  contentType: "application/json",
663
663
  requestType: "json",
664
664
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -88,7 +88,7 @@ class WorkflowExecutions {
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.5.5", "User-Agent": "vellum-ai/1.5.5", "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.6.0", "User-Agent": "vellum-ai/1.6.0", "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
  queryParameters: _queryParams,
94
94
  requestType: "json",
@@ -80,7 +80,7 @@ class WorkflowSandboxes {
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.5.5", "User-Agent": "vellum-ai/1.5.5", "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.6.0", "User-Agent": "vellum-ai/1.6.0", "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
  body: serializers.DeploySandboxWorkflowRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -162,7 +162,7 @@ class WorkflowSandboxes {
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.5.5", "User-Agent": "vellum-ai/1.5.5", "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.6.0", "User-Agent": "vellum-ai/1.6.0", "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
  queryParameters: _queryParams,
168
168
  requestType: "json",
@@ -100,7 +100,7 @@ class Workflows {
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.5.5", "User-Agent": "vellum-ai/1.5.5", "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.6.0", "User-Agent": "vellum-ai/1.6.0", "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",
@@ -180,7 +180,7 @@ class Workflows {
180
180
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
181
181
  unrecognizedObjectKeys: "strip",
182
182
  })
183
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.5", "User-Agent": "vellum-ai/1.5.5", "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),
183
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.6.0", "User-Agent": "vellum-ai/1.6.0", "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),
184
184
  requestType: "file",
185
185
  duplex: _maybeEncodedRequest.duplex,
186
186
  body: _maybeEncodedRequest.body,
@@ -252,7 +252,7 @@ class Workflows {
252
252
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
253
253
  unrecognizedObjectKeys: "strip",
254
254
  })
255
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.5", "User-Agent": "vellum-ai/1.5.5", "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),
255
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.6.0", "User-Agent": "vellum-ai/1.6.0", "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),
256
256
  contentType: "application/json",
257
257
  requestType: "json",
258
258
  body: serializers.SerializeWorkflowFilesRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -81,7 +81,7 @@ class WorkspaceSecrets {
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.5.5", "User-Agent": "vellum-ai/1.5.5", "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.6.0", "User-Agent": "vellum-ai/1.6.0", "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,
@@ -147,7 +147,7 @@ class WorkspaceSecrets {
147
147
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
148
148
  unrecognizedObjectKeys: "strip",
149
149
  })
150
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.5", "User-Agent": "vellum-ai/1.5.5", "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
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.6.0", "User-Agent": "vellum-ai/1.6.0", "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),
151
151
  contentType: "application/json",
152
152
  requestType: "json",
153
153
  body: serializers.PatchedWorkspaceSecretUpdateRequest.jsonOrThrow(request, {
@@ -80,7 +80,7 @@ class Workspaces {
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.5.5", "User-Agent": "vellum-ai/1.5.5", "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.6.0", "User-Agent": "vellum-ai/1.6.0", "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,
@@ -9,6 +9,7 @@ export interface ComposioToolDefinition {
9
9
  provider: "COMPOSIO";
10
10
  integration: Vellum.ToolDefinitionIntegration;
11
11
  name: string;
12
+ label: string;
12
13
  description: string;
13
14
  inputParameters: Record<string, unknown>;
14
15
  outputParameters: Record<string, unknown>;
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as Vellum from "../index";
5
+ export interface IntegrationAuthConfigIntegration {
6
+ id: string;
7
+ provider: Vellum.IntegrationProvider;
8
+ name: Vellum.IntegrationName;
9
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -2,5 +2,5 @@
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
4
  export interface IntegrationAuthConfigIntegrationCredential {
5
- id?: string;
5
+ id: string;
6
6
  }
@@ -3,7 +3,7 @@
3
3
  */
4
4
  import * as Vellum from "../index";
5
5
  export interface IntegrationRead {
6
- id?: string;
6
+ id: string;
7
7
  label?: string;
8
8
  iconUrl: string;
9
9
  name: Vellum.IntegrationName;
@@ -7,6 +7,6 @@ import * as Vellum from "../index";
7
7
  */
8
8
  export interface NamedTestCaseAudioVariableValue {
9
9
  type: "AUDIO";
10
- value: Vellum.VellumAudio;
10
+ value?: Vellum.VellumAudio | null;
11
11
  name: string;
12
12
  }
@@ -7,6 +7,6 @@ import * as Vellum from "../index";
7
7
  */
8
8
  export interface NamedTestCaseAudioVariableValueRequest {
9
9
  type: "AUDIO";
10
- value: Vellum.VellumAudioRequest;
10
+ value?: Vellum.VellumAudioRequest | null;
11
11
  name: string;
12
12
  }
@@ -4,6 +4,6 @@
4
4
  import * as Vellum from "../index";
5
5
  export interface NamedTestCaseDocumentVariableValue {
6
6
  type: "DOCUMENT";
7
- value: Vellum.VellumDocument;
7
+ value?: Vellum.VellumDocument | null;
8
8
  name: string;
9
9
  }
@@ -4,6 +4,6 @@
4
4
  import * as Vellum from "../index";
5
5
  export interface NamedTestCaseDocumentVariableValueRequest {
6
6
  type: "DOCUMENT";
7
- value: Vellum.VellumDocumentRequest;
7
+ value?: Vellum.VellumDocumentRequest | null;
8
8
  name: string;
9
9
  }
@@ -4,6 +4,6 @@
4
4
  import * as Vellum from "../index";
5
5
  export interface NamedTestCaseImageVariableValue {
6
6
  type: "IMAGE";
7
- value: Vellum.VellumImage;
7
+ value?: Vellum.VellumImage | null;
8
8
  name: string;
9
9
  }
@@ -4,6 +4,6 @@
4
4
  import * as Vellum from "../index";
5
5
  export interface NamedTestCaseImageVariableValueRequest {
6
6
  type: "IMAGE";
7
- value: Vellum.VellumImageRequest;
7
+ value?: Vellum.VellumImageRequest | null;
8
8
  name: string;
9
9
  }
@@ -4,6 +4,6 @@
4
4
  import * as Vellum from "../index";
5
5
  export interface NamedTestCaseVideoVariableValue {
6
6
  type: "VIDEO";
7
- value: Vellum.VellumVideo;
7
+ value?: Vellum.VellumVideo | null;
8
8
  name: string;
9
9
  }
@@ -4,6 +4,6 @@
4
4
  import * as Vellum from "../index";
5
5
  export interface NamedTestCaseVideoVariableValueRequest {
6
6
  type: "VIDEO";
7
- value: Vellum.VellumVideoRequest;
7
+ value?: Vellum.VellumVideoRequest | null;
8
8
  name: string;
9
9
  }
@@ -6,5 +6,6 @@ export interface SlimComposioToolDefinition {
6
6
  provider: "COMPOSIO";
7
7
  integration: Vellum.ToolDefinitionIntegration;
8
8
  name: string;
9
+ label: string;
9
10
  description: string;
10
11
  }
@@ -6,7 +6,8 @@ import * as Vellum from "../index";
6
6
  * A slim representation of an Integration Auth Config.
7
7
  */
8
8
  export interface SlimIntegrationAuthConfigRead {
9
- id?: string;
9
+ id: string;
10
+ integration: Vellum.IntegrationAuthConfigIntegration;
10
11
  integrationCredentials?: Vellum.IntegrationAuthConfigIntegrationCredential[] | null;
11
12
  defaultAccessType?: Vellum.IntegrationCredentialAccessType;
12
13
  }
@@ -3,7 +3,7 @@
3
3
  */
4
4
  import * as Vellum from "../index";
5
5
  export interface SlimIntegrationRead {
6
- id?: string;
6
+ id: string;
7
7
  label?: string;
8
8
  iconUrl: string;
9
9
  name: Vellum.IntegrationName;
@@ -9,5 +9,5 @@ export interface TestCaseAudioVariableValue {
9
9
  variableId: string;
10
10
  name?: string;
11
11
  type: "AUDIO";
12
- value: Vellum.VellumAudio;
12
+ value?: Vellum.VellumAudio | null;
13
13
  }
@@ -9,5 +9,5 @@ export interface TestCaseDocumentVariableValue {
9
9
  variableId: string;
10
10
  name?: string;
11
11
  type: "DOCUMENT";
12
- value: Vellum.VellumDocument;
12
+ value?: Vellum.VellumDocument | null;
13
13
  }
@@ -9,5 +9,5 @@ export interface TestCaseImageVariableValue {
9
9
  variableId: string;
10
10
  name?: string;
11
11
  type: "IMAGE";
12
- value: Vellum.VellumImage;
12
+ value?: Vellum.VellumImage | null;
13
13
  }
@@ -9,5 +9,5 @@ export interface TestCaseVideoVariableValue {
9
9
  variableId: string;
10
10
  name?: string;
11
11
  type: "VIDEO";
12
- value: Vellum.VellumVideo;
12
+ value?: Vellum.VellumVideo | null;
13
13
  }
@@ -3,7 +3,7 @@
3
3
  */
4
4
  import * as Vellum from "../index";
5
5
  export interface ToolDefinitionIntegration {
6
- id?: string;
6
+ id: string;
7
7
  provider: Vellum.IntegrationProvider;
8
8
  name: Vellum.IntegrationName;
9
9
  }
@@ -208,6 +208,7 @@ export * from "./InitiatedPromptExecutionMeta";
208
208
  export * from "./InitiatedWorkflowNodeResultEvent";
209
209
  export * from "./InstructorVectorizerConfig";
210
210
  export * from "./InstructorVectorizerConfigRequest";
211
+ export * from "./IntegrationAuthConfigIntegration";
211
212
  export * from "./IntegrationAuthConfigIntegrationCredential";
212
213
  export * from "./IntegrationCredentialAccessType";
213
214
  export * from "./ComponentsSchemasComposioIntegrationExecConfig";
@@ -224,6 +224,7 @@ __exportStar(require("./InitiatedPromptExecutionMeta"), exports);
224
224
  __exportStar(require("./InitiatedWorkflowNodeResultEvent"), exports);
225
225
  __exportStar(require("./InstructorVectorizerConfig"), exports);
226
226
  __exportStar(require("./InstructorVectorizerConfigRequest"), exports);
227
+ __exportStar(require("./IntegrationAuthConfigIntegration"), exports);
227
228
  __exportStar(require("./IntegrationAuthConfigIntegrationCredential"), exports);
228
229
  __exportStar(require("./IntegrationCredentialAccessType"), exports);
229
230
  __exportStar(require("./ComponentsSchemasComposioIntegrationExecConfig"), exports);
@@ -11,6 +11,7 @@ export declare namespace ComposioToolDefinition {
11
11
  provider: "COMPOSIO";
12
12
  integration: ToolDefinitionIntegration.Raw;
13
13
  name: string;
14
+ label: string;
14
15
  description: string;
15
16
  input_parameters: Record<string, unknown>;
16
17
  output_parameters: Record<string, unknown>;
@@ -43,6 +43,7 @@ exports.ComposioToolDefinition = core.serialization.object({
43
43
  provider: core.serialization.stringLiteral("COMPOSIO"),
44
44
  integration: ToolDefinitionIntegration_1.ToolDefinitionIntegration,
45
45
  name: core.serialization.string(),
46
+ label: core.serialization.string(),
46
47
  description: core.serialization.string(),
47
48
  inputParameters: core.serialization.property("input_parameters", core.serialization.record(core.serialization.string(), core.serialization.unknown())),
48
49
  outputParameters: core.serialization.property("output_parameters", core.serialization.record(core.serialization.string(), core.serialization.unknown())),
@@ -0,0 +1,16 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../index";
5
+ import * as Vellum from "../../api/index";
6
+ import * as core from "../../core";
7
+ import { IntegrationProvider } from "./IntegrationProvider";
8
+ import { IntegrationName } from "./IntegrationName";
9
+ export declare const IntegrationAuthConfigIntegration: core.serialization.ObjectSchema<serializers.IntegrationAuthConfigIntegration.Raw, Vellum.IntegrationAuthConfigIntegration>;
10
+ export declare namespace IntegrationAuthConfigIntegration {
11
+ interface Raw {
12
+ id: string;
13
+ provider: IntegrationProvider.Raw;
14
+ name: IntegrationName.Raw;
15
+ }
16
+ }
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.IntegrationAuthConfigIntegration = void 0;
40
+ const core = __importStar(require("../../core"));
41
+ const IntegrationProvider_1 = require("./IntegrationProvider");
42
+ const IntegrationName_1 = require("./IntegrationName");
43
+ exports.IntegrationAuthConfigIntegration = core.serialization.object({
44
+ id: core.serialization.string(),
45
+ provider: IntegrationProvider_1.IntegrationProvider,
46
+ name: IntegrationName_1.IntegrationName,
47
+ });
@@ -7,6 +7,6 @@ import * as core from "../../core";
7
7
  export declare const IntegrationAuthConfigIntegrationCredential: core.serialization.ObjectSchema<serializers.IntegrationAuthConfigIntegrationCredential.Raw, Vellum.IntegrationAuthConfigIntegrationCredential>;
8
8
  export declare namespace IntegrationAuthConfigIntegrationCredential {
9
9
  interface Raw {
10
- id?: string | null;
10
+ id: string;
11
11
  }
12
12
  }