vellum-ai 1.4.2 → 1.5.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 (142) hide show
  1. package/Client.d.ts +3 -0
  2. package/Client.js +56 -51
  3. package/api/resources/adHoc/client/Client.js +2 -2
  4. package/api/resources/containerImages/client/Client.js +4 -4
  5. package/api/resources/deployments/client/Client.js +8 -8
  6. package/api/resources/documentIndexes/client/Client.js +8 -8
  7. package/api/resources/documents/client/Client.js +5 -5
  8. package/api/resources/events/client/Client.js +1 -1
  9. package/api/resources/folderEntities/client/Client.js +2 -2
  10. package/api/resources/index.d.ts +1 -0
  11. package/api/resources/index.js +2 -1
  12. package/api/resources/integrations/client/Client.d.ts +67 -0
  13. package/api/resources/integrations/client/Client.js +217 -0
  14. package/api/resources/integrations/client/index.d.ts +1 -0
  15. package/api/resources/integrations/client/index.js +2 -0
  16. package/api/resources/integrations/index.d.ts +1 -0
  17. package/api/resources/integrations/index.js +17 -0
  18. package/api/resources/metricDefinitions/client/Client.js +2 -2
  19. package/api/resources/mlModels/client/Client.js +1 -1
  20. package/api/resources/organizations/client/Client.js +1 -1
  21. package/api/resources/prompts/client/Client.js +2 -2
  22. package/api/resources/sandboxes/client/Client.js +3 -3
  23. package/api/resources/testSuiteRuns/client/Client.js +3 -3
  24. package/api/resources/testSuites/client/Client.js +4 -4
  25. package/api/resources/workflowDeployments/client/Client.js +9 -9
  26. package/api/resources/workflowExecutions/client/Client.js +1 -1
  27. package/api/resources/workflowSandboxes/client/Client.js +2 -2
  28. package/api/resources/workflows/client/Client.js +3 -3
  29. package/api/resources/workspaceSecrets/client/Client.js +2 -2
  30. package/api/resources/workspaces/client/Client.js +1 -1
  31. package/api/types/ComponentsSchemasComposioExecuteToolRequest.d.ts +5 -0
  32. package/api/types/ComponentsSchemasComposioExecuteToolRequest.js +5 -0
  33. package/api/types/ComponentsSchemasComposioExecuteToolResponse.d.ts +5 -0
  34. package/api/types/ComponentsSchemasComposioExecuteToolResponse.js +5 -0
  35. package/api/types/ComponentsSchemasComposioToolDefinition.d.ts +5 -0
  36. package/api/types/ComponentsSchemasComposioToolDefinition.js +5 -0
  37. package/api/types/ComposioExecuteToolRequest.d.ts +10 -0
  38. package/api/types/ComposioExecuteToolRequest.js +5 -0
  39. package/api/types/ComposioExecuteToolResponse.d.ts +10 -0
  40. package/api/types/ComposioExecuteToolResponse.js +5 -0
  41. package/api/types/ComposioToolDefinition.d.ts +12 -0
  42. package/api/types/ComposioToolDefinition.js +5 -0
  43. package/api/types/VellumErrorCodeEnum.d.ts +5 -1
  44. package/api/types/VellumErrorCodeEnum.js +2 -0
  45. package/api/types/VellumSdkError.d.ts +1 -0
  46. package/api/types/WorkflowEventError.d.ts +1 -0
  47. package/api/types/index.d.ts +6 -0
  48. package/api/types/index.js +6 -0
  49. package/dist/Client.d.ts +3 -0
  50. package/dist/Client.js +56 -51
  51. package/dist/api/resources/adHoc/client/Client.js +2 -2
  52. package/dist/api/resources/containerImages/client/Client.js +4 -4
  53. package/dist/api/resources/deployments/client/Client.js +8 -8
  54. package/dist/api/resources/documentIndexes/client/Client.js +8 -8
  55. package/dist/api/resources/documents/client/Client.js +5 -5
  56. package/dist/api/resources/events/client/Client.js +1 -1
  57. package/dist/api/resources/folderEntities/client/Client.js +2 -2
  58. package/dist/api/resources/index.d.ts +1 -0
  59. package/dist/api/resources/index.js +2 -1
  60. package/dist/api/resources/integrations/client/Client.d.ts +67 -0
  61. package/dist/api/resources/integrations/client/Client.js +217 -0
  62. package/dist/api/resources/integrations/client/index.d.ts +1 -0
  63. package/dist/api/resources/integrations/client/index.js +2 -0
  64. package/dist/api/resources/integrations/index.d.ts +1 -0
  65. package/dist/api/resources/integrations/index.js +17 -0
  66. package/dist/api/resources/metricDefinitions/client/Client.js +2 -2
  67. package/dist/api/resources/mlModels/client/Client.js +1 -1
  68. package/dist/api/resources/organizations/client/Client.js +1 -1
  69. package/dist/api/resources/prompts/client/Client.js +2 -2
  70. package/dist/api/resources/sandboxes/client/Client.js +3 -3
  71. package/dist/api/resources/testSuiteRuns/client/Client.js +3 -3
  72. package/dist/api/resources/testSuites/client/Client.js +4 -4
  73. package/dist/api/resources/workflowDeployments/client/Client.js +9 -9
  74. package/dist/api/resources/workflowExecutions/client/Client.js +1 -1
  75. package/dist/api/resources/workflowSandboxes/client/Client.js +2 -2
  76. package/dist/api/resources/workflows/client/Client.js +3 -3
  77. package/dist/api/resources/workspaceSecrets/client/Client.js +2 -2
  78. package/dist/api/resources/workspaces/client/Client.js +1 -1
  79. package/dist/api/types/ComponentsSchemasComposioExecuteToolRequest.d.ts +5 -0
  80. package/dist/api/types/ComponentsSchemasComposioExecuteToolRequest.js +5 -0
  81. package/dist/api/types/ComponentsSchemasComposioExecuteToolResponse.d.ts +5 -0
  82. package/dist/api/types/ComponentsSchemasComposioExecuteToolResponse.js +5 -0
  83. package/dist/api/types/ComponentsSchemasComposioToolDefinition.d.ts +5 -0
  84. package/dist/api/types/ComponentsSchemasComposioToolDefinition.js +5 -0
  85. package/dist/api/types/ComposioExecuteToolRequest.d.ts +10 -0
  86. package/dist/api/types/ComposioExecuteToolRequest.js +5 -0
  87. package/dist/api/types/ComposioExecuteToolResponse.d.ts +10 -0
  88. package/dist/api/types/ComposioExecuteToolResponse.js +5 -0
  89. package/dist/api/types/ComposioToolDefinition.d.ts +12 -0
  90. package/dist/api/types/ComposioToolDefinition.js +5 -0
  91. package/dist/api/types/VellumErrorCodeEnum.d.ts +5 -1
  92. package/dist/api/types/VellumErrorCodeEnum.js +2 -0
  93. package/dist/api/types/VellumSdkError.d.ts +1 -0
  94. package/dist/api/types/WorkflowEventError.d.ts +1 -0
  95. package/dist/api/types/index.d.ts +6 -0
  96. package/dist/api/types/index.js +6 -0
  97. package/dist/serialization/types/ComponentsSchemasComposioExecuteToolRequest.d.ts +11 -0
  98. package/dist/serialization/types/ComponentsSchemasComposioExecuteToolRequest.js +8 -0
  99. package/dist/serialization/types/ComponentsSchemasComposioExecuteToolResponse.d.ts +11 -0
  100. package/dist/serialization/types/ComponentsSchemasComposioExecuteToolResponse.js +8 -0
  101. package/dist/serialization/types/ComponentsSchemasComposioToolDefinition.d.ts +11 -0
  102. package/dist/serialization/types/ComponentsSchemasComposioToolDefinition.js +8 -0
  103. package/dist/serialization/types/ComposioExecuteToolRequest.d.ts +13 -0
  104. package/dist/serialization/types/ComposioExecuteToolRequest.js +44 -0
  105. package/dist/serialization/types/ComposioExecuteToolResponse.d.ts +13 -0
  106. package/dist/serialization/types/ComposioExecuteToolResponse.js +44 -0
  107. package/dist/serialization/types/ComposioToolDefinition.d.ts +15 -0
  108. package/dist/serialization/types/ComposioToolDefinition.js +46 -0
  109. package/dist/serialization/types/VellumErrorCodeEnum.d.ts +1 -1
  110. package/dist/serialization/types/VellumErrorCodeEnum.js +2 -0
  111. package/dist/serialization/types/VellumSdkError.d.ts +1 -0
  112. package/dist/serialization/types/VellumSdkError.js +1 -0
  113. package/dist/serialization/types/WorkflowEventError.d.ts +1 -0
  114. package/dist/serialization/types/WorkflowEventError.js +1 -0
  115. package/dist/serialization/types/index.d.ts +6 -0
  116. package/dist/serialization/types/index.js +6 -0
  117. package/dist/version.d.ts +1 -1
  118. package/dist/version.js +1 -1
  119. package/package.json +1 -1
  120. package/reference.md +145 -0
  121. package/serialization/types/ComponentsSchemasComposioExecuteToolRequest.d.ts +11 -0
  122. package/serialization/types/ComponentsSchemasComposioExecuteToolRequest.js +8 -0
  123. package/serialization/types/ComponentsSchemasComposioExecuteToolResponse.d.ts +11 -0
  124. package/serialization/types/ComponentsSchemasComposioExecuteToolResponse.js +8 -0
  125. package/serialization/types/ComponentsSchemasComposioToolDefinition.d.ts +11 -0
  126. package/serialization/types/ComponentsSchemasComposioToolDefinition.js +8 -0
  127. package/serialization/types/ComposioExecuteToolRequest.d.ts +13 -0
  128. package/serialization/types/ComposioExecuteToolRequest.js +44 -0
  129. package/serialization/types/ComposioExecuteToolResponse.d.ts +13 -0
  130. package/serialization/types/ComposioExecuteToolResponse.js +44 -0
  131. package/serialization/types/ComposioToolDefinition.d.ts +15 -0
  132. package/serialization/types/ComposioToolDefinition.js +46 -0
  133. package/serialization/types/VellumErrorCodeEnum.d.ts +1 -1
  134. package/serialization/types/VellumErrorCodeEnum.js +2 -0
  135. package/serialization/types/VellumSdkError.d.ts +1 -0
  136. package/serialization/types/VellumSdkError.js +1 -0
  137. package/serialization/types/WorkflowEventError.d.ts +1 -0
  138. package/serialization/types/WorkflowEventError.js +1 -0
  139. package/serialization/types/index.d.ts +6 -0
  140. package/serialization/types/index.js +6 -0
  141. package/version.d.ts +1 -1
  142. package/version.js +1 -1
package/dist/Client.js CHANGED
@@ -55,109 +55,114 @@ const Vellum = __importStar(require("./api/index"));
55
55
  const serializers = __importStar(require("./serialization/index"));
56
56
  const url_join_1 = __importDefault(require("url-join"));
57
57
  const errors = __importStar(require("./errors/index"));
58
- const Client_1 = require("./api/resources/events/client/Client");
59
- const Client_2 = require("./api/resources/adHoc/client/Client");
60
- const Client_3 = require("./api/resources/containerImages/client/Client");
61
- const Client_4 = require("./api/resources/deployments/client/Client");
62
- const Client_5 = require("./api/resources/documentIndexes/client/Client");
63
- const Client_6 = require("./api/resources/documents/client/Client");
64
- const Client_7 = require("./api/resources/folderEntities/client/Client");
65
- const Client_8 = require("./api/resources/metricDefinitions/client/Client");
66
- const Client_9 = require("./api/resources/mlModels/client/Client");
67
- const Client_10 = require("./api/resources/organizations/client/Client");
68
- const Client_11 = require("./api/resources/prompts/client/Client");
69
- const Client_12 = require("./api/resources/sandboxes/client/Client");
70
- const Client_13 = require("./api/resources/testSuiteRuns/client/Client");
71
- const Client_14 = require("./api/resources/testSuites/client/Client");
72
- const Client_15 = require("./api/resources/workflowDeployments/client/Client");
73
- const Client_16 = require("./api/resources/workflowExecutions/client/Client");
74
- const Client_17 = require("./api/resources/workflowSandboxes/client/Client");
75
- const Client_18 = require("./api/resources/workflows/client/Client");
76
- const Client_19 = require("./api/resources/workspaceSecrets/client/Client");
77
- const Client_20 = require("./api/resources/workspaces/client/Client");
58
+ const Client_1 = require("./api/resources/integrations/client/Client");
59
+ const Client_2 = require("./api/resources/events/client/Client");
60
+ const Client_3 = require("./api/resources/adHoc/client/Client");
61
+ const Client_4 = require("./api/resources/containerImages/client/Client");
62
+ const Client_5 = require("./api/resources/deployments/client/Client");
63
+ const Client_6 = require("./api/resources/documentIndexes/client/Client");
64
+ const Client_7 = require("./api/resources/documents/client/Client");
65
+ const Client_8 = require("./api/resources/folderEntities/client/Client");
66
+ const Client_9 = require("./api/resources/metricDefinitions/client/Client");
67
+ const Client_10 = require("./api/resources/mlModels/client/Client");
68
+ const Client_11 = require("./api/resources/organizations/client/Client");
69
+ const Client_12 = require("./api/resources/prompts/client/Client");
70
+ const Client_13 = require("./api/resources/sandboxes/client/Client");
71
+ const Client_14 = require("./api/resources/testSuiteRuns/client/Client");
72
+ const Client_15 = require("./api/resources/testSuites/client/Client");
73
+ const Client_16 = require("./api/resources/workflowDeployments/client/Client");
74
+ const Client_17 = require("./api/resources/workflowExecutions/client/Client");
75
+ const Client_18 = require("./api/resources/workflowSandboxes/client/Client");
76
+ const Client_19 = require("./api/resources/workflows/client/Client");
77
+ const Client_20 = require("./api/resources/workspaceSecrets/client/Client");
78
+ const Client_21 = require("./api/resources/workspaces/client/Client");
78
79
  class VellumClient {
79
80
  constructor(_options) {
80
81
  this._options = _options;
81
82
  }
83
+ get integrations() {
84
+ var _a;
85
+ return ((_a = this._integrations) !== null && _a !== void 0 ? _a : (this._integrations = new Client_1.Integrations(this._options)));
86
+ }
82
87
  get events() {
83
88
  var _a;
84
- return ((_a = this._events) !== null && _a !== void 0 ? _a : (this._events = new Client_1.Events(this._options)));
89
+ return ((_a = this._events) !== null && _a !== void 0 ? _a : (this._events = new Client_2.Events(this._options)));
85
90
  }
86
91
  get adHoc() {
87
92
  var _a;
88
- return ((_a = this._adHoc) !== null && _a !== void 0 ? _a : (this._adHoc = new Client_2.AdHoc(this._options)));
93
+ return ((_a = this._adHoc) !== null && _a !== void 0 ? _a : (this._adHoc = new Client_3.AdHoc(this._options)));
89
94
  }
90
95
  get containerImages() {
91
96
  var _a;
92
- return ((_a = this._containerImages) !== null && _a !== void 0 ? _a : (this._containerImages = new Client_3.ContainerImages(this._options)));
97
+ return ((_a = this._containerImages) !== null && _a !== void 0 ? _a : (this._containerImages = new Client_4.ContainerImages(this._options)));
93
98
  }
94
99
  get deployments() {
95
100
  var _a;
96
- return ((_a = this._deployments) !== null && _a !== void 0 ? _a : (this._deployments = new Client_4.Deployments(this._options)));
101
+ return ((_a = this._deployments) !== null && _a !== void 0 ? _a : (this._deployments = new Client_5.Deployments(this._options)));
97
102
  }
98
103
  get documentIndexes() {
99
104
  var _a;
100
- return ((_a = this._documentIndexes) !== null && _a !== void 0 ? _a : (this._documentIndexes = new Client_5.DocumentIndexes(this._options)));
105
+ return ((_a = this._documentIndexes) !== null && _a !== void 0 ? _a : (this._documentIndexes = new Client_6.DocumentIndexes(this._options)));
101
106
  }
102
107
  get documents() {
103
108
  var _a;
104
- return ((_a = this._documents) !== null && _a !== void 0 ? _a : (this._documents = new Client_6.Documents(this._options)));
109
+ return ((_a = this._documents) !== null && _a !== void 0 ? _a : (this._documents = new Client_7.Documents(this._options)));
105
110
  }
106
111
  get folderEntities() {
107
112
  var _a;
108
- return ((_a = this._folderEntities) !== null && _a !== void 0 ? _a : (this._folderEntities = new Client_7.FolderEntities(this._options)));
113
+ return ((_a = this._folderEntities) !== null && _a !== void 0 ? _a : (this._folderEntities = new Client_8.FolderEntities(this._options)));
109
114
  }
110
115
  get metricDefinitions() {
111
116
  var _a;
112
- return ((_a = this._metricDefinitions) !== null && _a !== void 0 ? _a : (this._metricDefinitions = new Client_8.MetricDefinitions(this._options)));
117
+ return ((_a = this._metricDefinitions) !== null && _a !== void 0 ? _a : (this._metricDefinitions = new Client_9.MetricDefinitions(this._options)));
113
118
  }
114
119
  get mlModels() {
115
120
  var _a;
116
- return ((_a = this._mlModels) !== null && _a !== void 0 ? _a : (this._mlModels = new Client_9.MlModels(this._options)));
121
+ return ((_a = this._mlModels) !== null && _a !== void 0 ? _a : (this._mlModels = new Client_10.MlModels(this._options)));
117
122
  }
118
123
  get organizations() {
119
124
  var _a;
120
- return ((_a = this._organizations) !== null && _a !== void 0 ? _a : (this._organizations = new Client_10.Organizations(this._options)));
125
+ return ((_a = this._organizations) !== null && _a !== void 0 ? _a : (this._organizations = new Client_11.Organizations(this._options)));
121
126
  }
122
127
  get prompts() {
123
128
  var _a;
124
- return ((_a = this._prompts) !== null && _a !== void 0 ? _a : (this._prompts = new Client_11.Prompts(this._options)));
129
+ return ((_a = this._prompts) !== null && _a !== void 0 ? _a : (this._prompts = new Client_12.Prompts(this._options)));
125
130
  }
126
131
  get sandboxes() {
127
132
  var _a;
128
- return ((_a = this._sandboxes) !== null && _a !== void 0 ? _a : (this._sandboxes = new Client_12.Sandboxes(this._options)));
133
+ return ((_a = this._sandboxes) !== null && _a !== void 0 ? _a : (this._sandboxes = new Client_13.Sandboxes(this._options)));
129
134
  }
130
135
  get testSuiteRuns() {
131
136
  var _a;
132
- return ((_a = this._testSuiteRuns) !== null && _a !== void 0 ? _a : (this._testSuiteRuns = new Client_13.TestSuiteRuns(this._options)));
137
+ return ((_a = this._testSuiteRuns) !== null && _a !== void 0 ? _a : (this._testSuiteRuns = new Client_14.TestSuiteRuns(this._options)));
133
138
  }
134
139
  get testSuites() {
135
140
  var _a;
136
- return ((_a = this._testSuites) !== null && _a !== void 0 ? _a : (this._testSuites = new Client_14.TestSuites(this._options)));
141
+ return ((_a = this._testSuites) !== null && _a !== void 0 ? _a : (this._testSuites = new Client_15.TestSuites(this._options)));
137
142
  }
138
143
  get workflowDeployments() {
139
144
  var _a;
140
- return ((_a = this._workflowDeployments) !== null && _a !== void 0 ? _a : (this._workflowDeployments = new Client_15.WorkflowDeployments(this._options)));
145
+ return ((_a = this._workflowDeployments) !== null && _a !== void 0 ? _a : (this._workflowDeployments = new Client_16.WorkflowDeployments(this._options)));
141
146
  }
142
147
  get workflowExecutions() {
143
148
  var _a;
144
- return ((_a = this._workflowExecutions) !== null && _a !== void 0 ? _a : (this._workflowExecutions = new Client_16.WorkflowExecutions(this._options)));
149
+ return ((_a = this._workflowExecutions) !== null && _a !== void 0 ? _a : (this._workflowExecutions = new Client_17.WorkflowExecutions(this._options)));
145
150
  }
146
151
  get workflowSandboxes() {
147
152
  var _a;
148
- return ((_a = this._workflowSandboxes) !== null && _a !== void 0 ? _a : (this._workflowSandboxes = new Client_17.WorkflowSandboxes(this._options)));
153
+ return ((_a = this._workflowSandboxes) !== null && _a !== void 0 ? _a : (this._workflowSandboxes = new Client_18.WorkflowSandboxes(this._options)));
149
154
  }
150
155
  get workflows() {
151
156
  var _a;
152
- return ((_a = this._workflows) !== null && _a !== void 0 ? _a : (this._workflows = new Client_18.Workflows(this._options)));
157
+ return ((_a = this._workflows) !== null && _a !== void 0 ? _a : (this._workflows = new Client_19.Workflows(this._options)));
153
158
  }
154
159
  get workspaceSecrets() {
155
160
  var _a;
156
- return ((_a = this._workspaceSecrets) !== null && _a !== void 0 ? _a : (this._workspaceSecrets = new Client_19.WorkspaceSecrets(this._options)));
161
+ return ((_a = this._workspaceSecrets) !== null && _a !== void 0 ? _a : (this._workspaceSecrets = new Client_20.WorkspaceSecrets(this._options)));
157
162
  }
158
163
  get workspaces() {
159
164
  var _a;
160
- return ((_a = this._workspaces) !== null && _a !== void 0 ? _a : (this._workspaces = new Client_20.Workspaces(this._options)));
165
+ return ((_a = this._workspaces) !== null && _a !== void 0 ? _a : (this._workspaces = new Client_21.Workspaces(this._options)));
161
166
  }
162
167
  /**
163
168
  * @param {Vellum.ExecuteApiRequest} request
@@ -182,7 +187,7 @@ class VellumClient {
182
187
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
183
188
  unrecognizedObjectKeys: "strip",
184
189
  })
185
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.4.2", "User-Agent": "vellum-ai/1.4.2", "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),
190
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.0", "User-Agent": "vellum-ai/1.5.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),
186
191
  contentType: "application/json",
187
192
  requestType: "json",
188
193
  body: serializers.ExecuteApiRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -268,7 +273,7 @@ class VellumClient {
268
273
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
269
274
  unrecognizedObjectKeys: "strip",
270
275
  })
271
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.4.2", "User-Agent": "vellum-ai/1.4.2", "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),
276
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.0", "User-Agent": "vellum-ai/1.5.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),
272
277
  contentType: "application/json",
273
278
  requestType: "json",
274
279
  body: serializers.CodeExecutor.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -354,7 +359,7 @@ class VellumClient {
354
359
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
355
360
  unrecognizedObjectKeys: "strip",
356
361
  })
357
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.4.2", "User-Agent": "vellum-ai/1.4.2", "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),
362
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.0", "User-Agent": "vellum-ai/1.5.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),
358
363
  contentType: "application/json",
359
364
  requestType: "json",
360
365
  body: serializers.ExecutePromptRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -425,7 +430,7 @@ class VellumClient {
425
430
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
426
431
  unrecognizedObjectKeys: "strip",
427
432
  })
428
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.4.2", "User-Agent": "vellum-ai/1.4.2", "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),
433
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.0", "User-Agent": "vellum-ai/1.5.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),
429
434
  contentType: "application/json",
430
435
  requestType: "json",
431
436
  body: serializers.ExecutePromptStreamRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -527,7 +532,7 @@ class VellumClient {
527
532
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
528
533
  unrecognizedObjectKeys: "strip",
529
534
  })
530
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.4.2", "User-Agent": "vellum-ai/1.4.2", "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),
535
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.0", "User-Agent": "vellum-ai/1.5.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),
531
536
  contentType: "application/json",
532
537
  requestType: "json",
533
538
  body: serializers.ExecuteWorkflowRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -596,7 +601,7 @@ class VellumClient {
596
601
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
597
602
  unrecognizedObjectKeys: "strip",
598
603
  })
599
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.4.2", "User-Agent": "vellum-ai/1.4.2", "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),
604
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.0", "User-Agent": "vellum-ai/1.5.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),
600
605
  contentType: "application/json",
601
606
  requestType: "json",
602
607
  body: serializers.ExecuteWorkflowStreamRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -704,7 +709,7 @@ class VellumClient {
704
709
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
705
710
  unrecognizedObjectKeys: "strip",
706
711
  })
707
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.4.2", "User-Agent": "vellum-ai/1.4.2", "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),
712
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.0", "User-Agent": "vellum-ai/1.5.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),
708
713
  contentType: "application/json",
709
714
  requestType: "json",
710
715
  body: serializers.GenerateBodyRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -778,7 +783,7 @@ class VellumClient {
778
783
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
779
784
  unrecognizedObjectKeys: "strip",
780
785
  })
781
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.4.2", "User-Agent": "vellum-ai/1.4.2", "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),
786
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.0", "User-Agent": "vellum-ai/1.5.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),
782
787
  contentType: "application/json",
783
788
  requestType: "json",
784
789
  body: serializers.GenerateStreamBodyRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -872,7 +877,7 @@ class VellumClient {
872
877
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
873
878
  unrecognizedObjectKeys: "strip",
874
879
  })
875
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.4.2", "User-Agent": "vellum-ai/1.4.2", "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),
880
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.0", "User-Agent": "vellum-ai/1.5.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),
876
881
  contentType: "application/json",
877
882
  requestType: "json",
878
883
  body: serializers.SearchRequestBodyRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -953,7 +958,7 @@ class VellumClient {
953
958
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
954
959
  unrecognizedObjectKeys: "strip",
955
960
  })
956
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.4.2", "User-Agent": "vellum-ai/1.4.2", "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),
961
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.0", "User-Agent": "vellum-ai/1.5.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),
957
962
  contentType: "application/json",
958
963
  requestType: "json",
959
964
  body: serializers.SubmitCompletionActualsRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -1028,7 +1033,7 @@ class VellumClient {
1028
1033
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
1029
1034
  unrecognizedObjectKeys: "strip",
1030
1035
  })
1031
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.4.2", "User-Agent": "vellum-ai/1.4.2", "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),
1036
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.0", "User-Agent": "vellum-ai/1.5.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),
1032
1037
  contentType: "application/json",
1033
1038
  requestType: "json",
1034
1039
  body: serializers.SubmitWorkflowExecutionActualsRequest.jsonOrThrow(request, {
@@ -112,7 +112,7 @@ class AdHoc {
112
112
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
113
113
  unrecognizedObjectKeys: "strip",
114
114
  })
115
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.4.2", "User-Agent": "vellum-ai/1.4.2", "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),
115
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.0", "User-Agent": "vellum-ai/1.5.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),
116
116
  contentType: "application/json",
117
117
  requestType: "json",
118
118
  body: serializers.AdHocExecutePrompt.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -178,7 +178,7 @@ class AdHoc {
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.4.2", "User-Agent": "vellum-ai/1.4.2", "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.5.0", "User-Agent": "vellum-ai/1.5.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.AdHocExecutePromptStream.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -92,7 +92,7 @@ class ContainerImages {
92
92
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
93
93
  unrecognizedObjectKeys: "strip",
94
94
  })
95
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.4.2", "User-Agent": "vellum-ai/1.4.2", "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),
95
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.0", "User-Agent": "vellum-ai/1.5.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),
96
96
  contentType: "application/json",
97
97
  queryParameters: _queryParams,
98
98
  requestType: "json",
@@ -158,7 +158,7 @@ class ContainerImages {
158
158
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
159
159
  unrecognizedObjectKeys: "strip",
160
160
  })
161
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.4.2", "User-Agent": "vellum-ai/1.4.2", "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),
161
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.0", "User-Agent": "vellum-ai/1.5.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),
162
162
  contentType: "application/json",
163
163
  requestType: "json",
164
164
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -220,7 +220,7 @@ class ContainerImages {
220
220
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
221
221
  unrecognizedObjectKeys: "strip",
222
222
  })
223
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.4.2", "User-Agent": "vellum-ai/1.4.2", "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),
223
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.0", "User-Agent": "vellum-ai/1.5.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),
224
224
  contentType: "application/json",
225
225
  requestType: "json",
226
226
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -287,7 +287,7 @@ class ContainerImages {
287
287
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
288
288
  unrecognizedObjectKeys: "strip",
289
289
  })
290
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.4.2", "User-Agent": "vellum-ai/1.4.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
290
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.0", "User-Agent": "vellum-ai/1.5.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),
291
291
  contentType: "application/json",
292
292
  requestType: "json",
293
293
  body: serializers.PushContainerImageRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -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.4.2", "User-Agent": "vellum-ai/1.4.2", "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.5.0", "User-Agent": "vellum-ai/1.5.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),
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.4.2", "User-Agent": "vellum-ai/1.4.2", "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.5.0", "User-Agent": "vellum-ai/1.5.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),
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.4.2", "User-Agent": "vellum-ai/1.4.2", "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.5.0", "User-Agent": "vellum-ai/1.5.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),
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.4.2", "User-Agent": "vellum-ai/1.4.2", "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.5.0", "User-Agent": "vellum-ai/1.5.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),
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.4.2", "User-Agent": "vellum-ai/1.4.2", "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.5.0", "User-Agent": "vellum-ai/1.5.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),
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.4.2", "User-Agent": "vellum-ai/1.4.2", "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.5.0", "User-Agent": "vellum-ai/1.5.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),
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.4.2", "User-Agent": "vellum-ai/1.4.2", "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.5.0", "User-Agent": "vellum-ai/1.5.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),
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.4.2", "User-Agent": "vellum-ai/1.4.2", "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.5.0", "User-Agent": "vellum-ai/1.5.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),
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.4.2", "User-Agent": "vellum-ai/1.4.2", "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.5.0", "User-Agent": "vellum-ai/1.5.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",
@@ -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.4.2", "User-Agent": "vellum-ai/1.4.2", "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.5.0", "User-Agent": "vellum-ai/1.5.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),
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.4.2", "User-Agent": "vellum-ai/1.4.2", "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.5.0", "User-Agent": "vellum-ai/1.5.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
  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.4.2", "User-Agent": "vellum-ai/1.4.2", "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.5.0", "User-Agent": "vellum-ai/1.5.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),
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.4.2", "User-Agent": "vellum-ai/1.4.2", "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.5.0", "User-Agent": "vellum-ai/1.5.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),
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.4.2", "User-Agent": "vellum-ai/1.4.2", "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.5.0", "User-Agent": "vellum-ai/1.5.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),
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.4.2", "User-Agent": "vellum-ai/1.4.2", "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.5.0", "User-Agent": "vellum-ai/1.5.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),
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.4.2", "User-Agent": "vellum-ai/1.4.2", "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.5.0", "User-Agent": "vellum-ai/1.5.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),
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.4.2", "User-Agent": "vellum-ai/1.4.2", "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.5.0", "User-Agent": "vellum-ai/1.5.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),
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.4.2", "User-Agent": "vellum-ai/1.4.2", "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.5.0", "User-Agent": "vellum-ai/1.5.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),
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.4.2", "User-Agent": "vellum-ai/1.4.2", "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.5.0", "User-Agent": "vellum-ai/1.5.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),
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.4.2", "User-Agent": "vellum-ai/1.4.2", "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.5.0", "User-Agent": "vellum-ai/1.5.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),
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.4.2", "User-Agent": "vellum-ai/1.4.2", "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.5.0", "User-Agent": "vellum-ai/1.5.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),
382
382
  requestType: "file",
383
383
  duplex: _maybeEncodedRequest.duplex,
384
384
  body: _maybeEncodedRequest.body,
@@ -123,7 +123,7 @@ class Events {
123
123
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
124
124
  unrecognizedObjectKeys: "strip",
125
125
  })
126
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.4.2", "User-Agent": "vellum-ai/1.4.2", "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),
126
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.0", "User-Agent": "vellum-ai/1.5.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),
127
127
  contentType: "application/json",
128
128
  requestType: "json",
129
129
  body: serializers.CreateWorkflowEventRequest.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.4.2", "User-Agent": "vellum-ai/1.4.2", "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.5.0", "User-Agent": "vellum-ai/1.5.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),
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.4.2", "User-Agent": "vellum-ai/1.4.2", "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.5.0", "User-Agent": "vellum-ai/1.5.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),
178
178
  contentType: "application/json",
179
179
  requestType: "json",
180
180
  body: serializers.AddEntityToFolderRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -8,6 +8,7 @@ export * as workflowDeployments from "./workflowDeployments";
8
8
  export * from "./workflowDeployments/types";
9
9
  export * as workflowSandboxes from "./workflowSandboxes";
10
10
  export * from "./workflowSandboxes/types";
11
+ export * as integrations from "./integrations";
11
12
  export * as events from "./events";
12
13
  export * as adHoc from "./adHoc";
13
14
  export * as containerImages from "./containerImages";