vellum-ai 1.5.3 → 1.5.5

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 (250) hide show
  1. package/Client.d.ts +6 -0
  2. package/Client.js +47 -37
  3. package/api/errors/index.d.ts +1 -1
  4. package/api/errors/index.js +1 -1
  5. package/api/resources/adHoc/client/Client.js +2 -2
  6. package/api/resources/containerImages/client/Client.js +4 -4
  7. package/api/resources/deployments/client/Client.js +8 -8
  8. package/api/resources/documentIndexes/client/Client.js +8 -8
  9. package/api/resources/documents/client/Client.js +5 -5
  10. package/api/resources/events/client/Client.js +1 -1
  11. package/api/resources/folderEntities/client/Client.js +2 -2
  12. package/api/resources/index.d.ts +5 -0
  13. package/api/resources/index.js +6 -1
  14. package/api/resources/integrationAuthConfigs/client/Client.d.ts +46 -0
  15. package/api/resources/integrationAuthConfigs/client/Client.js +162 -0
  16. package/api/resources/integrationAuthConfigs/client/index.d.ts +1 -0
  17. package/api/resources/integrationAuthConfigs/client/index.js +17 -0
  18. package/api/resources/integrationAuthConfigs/client/requests/ListIntegrationAuthConfigsRequest.d.ts +32 -0
  19. package/api/resources/integrationAuthConfigs/client/requests/ListIntegrationAuthConfigsRequest.js +5 -0
  20. package/api/resources/integrationAuthConfigs/client/requests/index.d.ts +1 -0
  21. package/api/resources/integrationAuthConfigs/client/requests/index.js +2 -0
  22. package/api/resources/integrationAuthConfigs/index.d.ts +1 -0
  23. package/api/resources/integrationAuthConfigs/index.js +17 -0
  24. package/api/resources/integrationProviders/client/Client.d.ts +60 -0
  25. package/api/resources/integrationProviders/client/Client.js +216 -0
  26. package/api/resources/integrationProviders/client/index.d.ts +1 -0
  27. package/api/resources/integrationProviders/client/index.js +17 -0
  28. package/api/resources/integrationProviders/client/requests/ListIntegrationToolsRequest.d.ts +25 -0
  29. package/api/resources/integrationProviders/client/requests/ListIntegrationToolsRequest.js +5 -0
  30. package/api/resources/integrationProviders/client/requests/index.d.ts +1 -0
  31. package/api/resources/integrationProviders/client/requests/index.js +2 -0
  32. package/api/resources/integrationProviders/index.d.ts +1 -0
  33. package/api/resources/integrationProviders/index.js +17 -0
  34. package/api/resources/integrations/client/Client.d.ts +31 -8
  35. package/api/resources/integrations/client/Client.js +169 -18
  36. package/api/resources/integrations/client/index.d.ts +1 -1
  37. package/api/resources/integrations/client/index.js +15 -0
  38. package/api/resources/integrations/client/requests/IntegrationsListRequest.d.ts +29 -0
  39. package/api/resources/integrations/client/requests/IntegrationsListRequest.js +5 -0
  40. package/api/resources/integrations/client/requests/index.d.ts +1 -0
  41. package/api/resources/integrations/client/requests/index.js +2 -0
  42. package/api/resources/metricDefinitions/client/Client.js +2 -2
  43. package/api/resources/mlModels/client/Client.js +1 -1
  44. package/api/resources/organizations/client/Client.js +1 -1
  45. package/api/resources/prompts/client/Client.js +2 -2
  46. package/api/resources/sandboxes/client/Client.js +3 -3
  47. package/api/resources/testSuiteRuns/client/Client.js +3 -3
  48. package/api/resources/testSuiteRuns/client/requests/TestSuiteRunsListExecutionsRequest.d.ts +3 -3
  49. package/api/resources/testSuites/client/Client.js +4 -4
  50. package/api/resources/workflowDeployments/client/Client.js +9 -9
  51. package/api/resources/workflowExecutions/client/Client.js +1 -1
  52. package/api/resources/workflowSandboxes/client/Client.js +2 -2
  53. package/api/resources/workflows/client/Client.js +3 -3
  54. package/api/resources/workspaceSecrets/client/Client.js +2 -2
  55. package/api/resources/workspaces/client/Client.js +1 -1
  56. package/api/types/ComponentsSchemasComposioIntegrationExecConfig.d.ts +5 -0
  57. package/api/types/ComponentsSchemasComposioIntegrationExecConfig.js +5 -0
  58. package/api/types/ComponentsSchemasSlimComposioToolDefinition.d.ts +5 -0
  59. package/api/types/ComponentsSchemasSlimComposioToolDefinition.js +5 -0
  60. package/api/types/ComposioIntegrationExecConfig.d.ts +7 -0
  61. package/api/types/ComposioIntegrationExecConfig.js +5 -0
  62. package/api/types/ComposioToolDefinition.d.ts +4 -1
  63. package/api/types/IntegrationAuthConfigIntegrationCredential.d.ts +6 -0
  64. package/api/types/IntegrationAuthConfigIntegrationCredential.js +5 -0
  65. package/api/types/IntegrationCredentialAccessType.d.ts +12 -0
  66. package/api/types/IntegrationCredentialAccessType.js +10 -0
  67. package/api/types/IntegrationName.d.ts +30 -0
  68. package/api/types/IntegrationName.js +19 -0
  69. package/api/types/IntegrationProvider.d.ts +7 -0
  70. package/api/types/IntegrationProvider.js +5 -0
  71. package/api/types/IntegrationRead.d.ts +13 -0
  72. package/api/types/IntegrationRead.js +5 -0
  73. package/api/types/PaginatedSlimIntegrationAuthConfigReadList.d.ts +10 -0
  74. package/api/types/PaginatedSlimIntegrationAuthConfigReadList.js +5 -0
  75. package/api/types/PaginatedSlimIntegrationReadList.d.ts +10 -0
  76. package/api/types/PaginatedSlimIntegrationReadList.js +5 -0
  77. package/api/types/PaginatedSlimToolDefinitionList.d.ts +10 -0
  78. package/api/types/PaginatedSlimToolDefinitionList.js +5 -0
  79. package/api/types/SlimComposioToolDefinition.d.ts +10 -0
  80. package/api/types/SlimComposioToolDefinition.js +5 -0
  81. package/api/types/SlimIntegrationAuthConfigRead.d.ts +12 -0
  82. package/api/types/SlimIntegrationAuthConfigRead.js +5 -0
  83. package/api/types/SlimIntegrationRead.d.ts +11 -0
  84. package/api/types/SlimIntegrationRead.js +5 -0
  85. package/api/types/ToolDefinitionIntegration.d.ts +9 -0
  86. package/api/types/ToolDefinitionIntegration.js +5 -0
  87. package/api/types/index.d.ts +15 -0
  88. package/api/types/index.js +15 -0
  89. package/dist/Client.d.ts +6 -0
  90. package/dist/Client.js +47 -37
  91. package/dist/api/errors/index.d.ts +1 -1
  92. package/dist/api/errors/index.js +1 -1
  93. package/dist/api/resources/adHoc/client/Client.js +2 -2
  94. package/dist/api/resources/containerImages/client/Client.js +4 -4
  95. package/dist/api/resources/deployments/client/Client.js +8 -8
  96. package/dist/api/resources/documentIndexes/client/Client.js +8 -8
  97. package/dist/api/resources/documents/client/Client.js +5 -5
  98. package/dist/api/resources/events/client/Client.js +1 -1
  99. package/dist/api/resources/folderEntities/client/Client.js +2 -2
  100. package/dist/api/resources/index.d.ts +5 -0
  101. package/dist/api/resources/index.js +6 -1
  102. package/dist/api/resources/integrationAuthConfigs/client/Client.d.ts +46 -0
  103. package/dist/api/resources/integrationAuthConfigs/client/Client.js +162 -0
  104. package/dist/api/resources/integrationAuthConfigs/client/index.d.ts +1 -0
  105. package/dist/api/resources/integrationAuthConfigs/client/index.js +17 -0
  106. package/dist/api/resources/integrationAuthConfigs/client/requests/ListIntegrationAuthConfigsRequest.d.ts +32 -0
  107. package/dist/api/resources/integrationAuthConfigs/client/requests/ListIntegrationAuthConfigsRequest.js +5 -0
  108. package/dist/api/resources/integrationAuthConfigs/client/requests/index.d.ts +1 -0
  109. package/dist/api/resources/integrationAuthConfigs/client/requests/index.js +2 -0
  110. package/dist/api/resources/integrationAuthConfigs/index.d.ts +1 -0
  111. package/dist/api/resources/integrationAuthConfigs/index.js +17 -0
  112. package/dist/api/resources/integrationProviders/client/Client.d.ts +60 -0
  113. package/dist/api/resources/integrationProviders/client/Client.js +216 -0
  114. package/dist/api/resources/integrationProviders/client/index.d.ts +1 -0
  115. package/dist/api/resources/integrationProviders/client/index.js +17 -0
  116. package/dist/api/resources/integrationProviders/client/requests/ListIntegrationToolsRequest.d.ts +25 -0
  117. package/dist/api/resources/integrationProviders/client/requests/ListIntegrationToolsRequest.js +5 -0
  118. package/dist/api/resources/integrationProviders/client/requests/index.d.ts +1 -0
  119. package/dist/api/resources/integrationProviders/client/requests/index.js +2 -0
  120. package/dist/api/resources/integrationProviders/index.d.ts +1 -0
  121. package/dist/api/resources/integrationProviders/index.js +17 -0
  122. package/dist/api/resources/integrations/client/Client.d.ts +31 -8
  123. package/dist/api/resources/integrations/client/Client.js +169 -18
  124. package/dist/api/resources/integrations/client/index.d.ts +1 -1
  125. package/dist/api/resources/integrations/client/index.js +15 -0
  126. package/dist/api/resources/integrations/client/requests/IntegrationsListRequest.d.ts +29 -0
  127. package/dist/api/resources/integrations/client/requests/IntegrationsListRequest.js +5 -0
  128. package/dist/api/resources/integrations/client/requests/index.d.ts +1 -0
  129. package/dist/api/resources/integrations/client/requests/index.js +2 -0
  130. package/dist/api/resources/metricDefinitions/client/Client.js +2 -2
  131. package/dist/api/resources/mlModels/client/Client.js +1 -1
  132. package/dist/api/resources/organizations/client/Client.js +1 -1
  133. package/dist/api/resources/prompts/client/Client.js +2 -2
  134. package/dist/api/resources/sandboxes/client/Client.js +3 -3
  135. package/dist/api/resources/testSuiteRuns/client/Client.js +3 -3
  136. package/dist/api/resources/testSuiteRuns/client/requests/TestSuiteRunsListExecutionsRequest.d.ts +3 -3
  137. package/dist/api/resources/testSuites/client/Client.js +4 -4
  138. package/dist/api/resources/workflowDeployments/client/Client.js +9 -9
  139. package/dist/api/resources/workflowExecutions/client/Client.js +1 -1
  140. package/dist/api/resources/workflowSandboxes/client/Client.js +2 -2
  141. package/dist/api/resources/workflows/client/Client.js +3 -3
  142. package/dist/api/resources/workspaceSecrets/client/Client.js +2 -2
  143. package/dist/api/resources/workspaces/client/Client.js +1 -1
  144. package/dist/api/types/ComponentsSchemasComposioIntegrationExecConfig.d.ts +5 -0
  145. package/dist/api/types/ComponentsSchemasComposioIntegrationExecConfig.js +5 -0
  146. package/dist/api/types/ComponentsSchemasSlimComposioToolDefinition.d.ts +5 -0
  147. package/dist/api/types/ComponentsSchemasSlimComposioToolDefinition.js +5 -0
  148. package/dist/api/types/ComposioIntegrationExecConfig.d.ts +7 -0
  149. package/dist/api/types/ComposioIntegrationExecConfig.js +5 -0
  150. package/dist/api/types/ComposioToolDefinition.d.ts +4 -1
  151. package/dist/api/types/IntegrationAuthConfigIntegrationCredential.d.ts +6 -0
  152. package/dist/api/types/IntegrationAuthConfigIntegrationCredential.js +5 -0
  153. package/dist/api/types/IntegrationCredentialAccessType.d.ts +12 -0
  154. package/dist/api/types/IntegrationCredentialAccessType.js +10 -0
  155. package/dist/api/types/IntegrationName.d.ts +30 -0
  156. package/dist/api/types/IntegrationName.js +19 -0
  157. package/dist/api/types/IntegrationProvider.d.ts +7 -0
  158. package/dist/api/types/IntegrationProvider.js +5 -0
  159. package/dist/api/types/IntegrationRead.d.ts +13 -0
  160. package/dist/api/types/IntegrationRead.js +5 -0
  161. package/dist/api/types/PaginatedSlimIntegrationAuthConfigReadList.d.ts +10 -0
  162. package/dist/api/types/PaginatedSlimIntegrationAuthConfigReadList.js +5 -0
  163. package/dist/api/types/PaginatedSlimIntegrationReadList.d.ts +10 -0
  164. package/dist/api/types/PaginatedSlimIntegrationReadList.js +5 -0
  165. package/dist/api/types/PaginatedSlimToolDefinitionList.d.ts +10 -0
  166. package/dist/api/types/PaginatedSlimToolDefinitionList.js +5 -0
  167. package/dist/api/types/SlimComposioToolDefinition.d.ts +10 -0
  168. package/dist/api/types/SlimComposioToolDefinition.js +5 -0
  169. package/dist/api/types/SlimIntegrationAuthConfigRead.d.ts +12 -0
  170. package/dist/api/types/SlimIntegrationAuthConfigRead.js +5 -0
  171. package/dist/api/types/SlimIntegrationRead.d.ts +11 -0
  172. package/dist/api/types/SlimIntegrationRead.js +5 -0
  173. package/dist/api/types/ToolDefinitionIntegration.d.ts +9 -0
  174. package/dist/api/types/ToolDefinitionIntegration.js +5 -0
  175. package/dist/api/types/index.d.ts +15 -0
  176. package/dist/api/types/index.js +15 -0
  177. package/dist/serialization/types/ComponentsSchemasComposioIntegrationExecConfig.d.ts +11 -0
  178. package/dist/serialization/types/ComponentsSchemasComposioIntegrationExecConfig.js +8 -0
  179. package/dist/serialization/types/ComponentsSchemasSlimComposioToolDefinition.d.ts +11 -0
  180. package/dist/serialization/types/ComponentsSchemasSlimComposioToolDefinition.js +8 -0
  181. package/dist/serialization/types/ComposioIntegrationExecConfig.d.ts +13 -0
  182. package/dist/serialization/types/ComposioIntegrationExecConfig.js +44 -0
  183. package/dist/serialization/types/ComposioToolDefinition.d.ts +4 -1
  184. package/dist/serialization/types/ComposioToolDefinition.js +4 -1
  185. package/dist/serialization/types/IntegrationAuthConfigIntegrationCredential.d.ts +12 -0
  186. package/dist/serialization/types/IntegrationAuthConfigIntegrationCredential.js +43 -0
  187. package/dist/serialization/types/IntegrationCredentialAccessType.d.ts +10 -0
  188. package/dist/serialization/types/IntegrationCredentialAccessType.js +41 -0
  189. package/dist/serialization/types/IntegrationName.d.ts +10 -0
  190. package/dist/serialization/types/IntegrationName.js +53 -0
  191. package/dist/serialization/types/IntegrationProvider.d.ts +10 -0
  192. package/dist/serialization/types/IntegrationProvider.js +41 -0
  193. package/dist/serialization/types/IntegrationRead.d.ts +20 -0
  194. package/dist/serialization/types/IntegrationRead.js +51 -0
  195. package/dist/serialization/types/PaginatedSlimIntegrationAuthConfigReadList.d.ts +16 -0
  196. package/dist/serialization/types/PaginatedSlimIntegrationAuthConfigReadList.js +47 -0
  197. package/dist/serialization/types/PaginatedSlimIntegrationReadList.d.ts +16 -0
  198. package/dist/serialization/types/PaginatedSlimIntegrationReadList.js +47 -0
  199. package/dist/serialization/types/PaginatedSlimToolDefinitionList.d.ts +16 -0
  200. package/dist/serialization/types/PaginatedSlimToolDefinitionList.js +47 -0
  201. package/dist/serialization/types/SlimComposioToolDefinition.d.ts +16 -0
  202. package/dist/serialization/types/SlimComposioToolDefinition.js +47 -0
  203. package/dist/serialization/types/SlimIntegrationAuthConfigRead.d.ts +16 -0
  204. package/dist/serialization/types/SlimIntegrationAuthConfigRead.js +47 -0
  205. package/dist/serialization/types/SlimIntegrationRead.d.ts +18 -0
  206. package/dist/serialization/types/SlimIntegrationRead.js +49 -0
  207. package/dist/serialization/types/ToolDefinitionIntegration.d.ts +16 -0
  208. package/dist/serialization/types/ToolDefinitionIntegration.js +47 -0
  209. package/dist/serialization/types/index.d.ts +15 -0
  210. package/dist/serialization/types/index.js +15 -0
  211. package/dist/version.d.ts +1 -1
  212. package/dist/version.js +1 -1
  213. package/package.json +1 -1
  214. package/reference.md +355 -8
  215. package/serialization/types/ComponentsSchemasComposioIntegrationExecConfig.d.ts +11 -0
  216. package/serialization/types/ComponentsSchemasComposioIntegrationExecConfig.js +8 -0
  217. package/serialization/types/ComponentsSchemasSlimComposioToolDefinition.d.ts +11 -0
  218. package/serialization/types/ComponentsSchemasSlimComposioToolDefinition.js +8 -0
  219. package/serialization/types/ComposioIntegrationExecConfig.d.ts +13 -0
  220. package/serialization/types/ComposioIntegrationExecConfig.js +44 -0
  221. package/serialization/types/ComposioToolDefinition.d.ts +4 -1
  222. package/serialization/types/ComposioToolDefinition.js +4 -1
  223. package/serialization/types/IntegrationAuthConfigIntegrationCredential.d.ts +12 -0
  224. package/serialization/types/IntegrationAuthConfigIntegrationCredential.js +43 -0
  225. package/serialization/types/IntegrationCredentialAccessType.d.ts +10 -0
  226. package/serialization/types/IntegrationCredentialAccessType.js +41 -0
  227. package/serialization/types/IntegrationName.d.ts +10 -0
  228. package/serialization/types/IntegrationName.js +53 -0
  229. package/serialization/types/IntegrationProvider.d.ts +10 -0
  230. package/serialization/types/IntegrationProvider.js +41 -0
  231. package/serialization/types/IntegrationRead.d.ts +20 -0
  232. package/serialization/types/IntegrationRead.js +51 -0
  233. package/serialization/types/PaginatedSlimIntegrationAuthConfigReadList.d.ts +16 -0
  234. package/serialization/types/PaginatedSlimIntegrationAuthConfigReadList.js +47 -0
  235. package/serialization/types/PaginatedSlimIntegrationReadList.d.ts +16 -0
  236. package/serialization/types/PaginatedSlimIntegrationReadList.js +47 -0
  237. package/serialization/types/PaginatedSlimToolDefinitionList.d.ts +16 -0
  238. package/serialization/types/PaginatedSlimToolDefinitionList.js +47 -0
  239. package/serialization/types/SlimComposioToolDefinition.d.ts +16 -0
  240. package/serialization/types/SlimComposioToolDefinition.js +47 -0
  241. package/serialization/types/SlimIntegrationAuthConfigRead.d.ts +16 -0
  242. package/serialization/types/SlimIntegrationAuthConfigRead.js +47 -0
  243. package/serialization/types/SlimIntegrationRead.d.ts +18 -0
  244. package/serialization/types/SlimIntegrationRead.js +49 -0
  245. package/serialization/types/ToolDefinitionIntegration.d.ts +16 -0
  246. package/serialization/types/ToolDefinitionIntegration.js +47 -0
  247. package/serialization/types/index.d.ts +15 -0
  248. package/serialization/types/index.js +15 -0
  249. package/version.d.ts +1 -1
  250. package/version.js +1 -1
package/Client.d.ts CHANGED
@@ -12,6 +12,8 @@ import { Deployments } from "./api/resources/deployments/client/Client";
12
12
  import { DocumentIndexes } from "./api/resources/documentIndexes/client/Client";
13
13
  import { Documents } from "./api/resources/documents/client/Client";
14
14
  import { FolderEntities } from "./api/resources/folderEntities/client/Client";
15
+ import { IntegrationAuthConfigs } from "./api/resources/integrationAuthConfigs/client/Client";
16
+ import { IntegrationProviders } from "./api/resources/integrationProviders/client/Client";
15
17
  import { MetricDefinitions } from "./api/resources/metricDefinitions/client/Client";
16
18
  import { MlModels } from "./api/resources/mlModels/client/Client";
17
19
  import { Organizations } from "./api/resources/organizations/client/Client";
@@ -57,6 +59,8 @@ export declare class VellumClient {
57
59
  protected _documentIndexes: DocumentIndexes | undefined;
58
60
  protected _documents: Documents | undefined;
59
61
  protected _folderEntities: FolderEntities | undefined;
62
+ protected _integrationAuthConfigs: IntegrationAuthConfigs | undefined;
63
+ protected _integrationProviders: IntegrationProviders | undefined;
60
64
  protected _metricDefinitions: MetricDefinitions | undefined;
61
65
  protected _mlModels: MlModels | undefined;
62
66
  protected _organizations: Organizations | undefined;
@@ -79,6 +83,8 @@ export declare class VellumClient {
79
83
  get documentIndexes(): DocumentIndexes;
80
84
  get documents(): Documents;
81
85
  get folderEntities(): FolderEntities;
86
+ get integrationAuthConfigs(): IntegrationAuthConfigs;
87
+ get integrationProviders(): IntegrationProviders;
82
88
  get metricDefinitions(): MetricDefinitions;
83
89
  get mlModels(): MlModels;
84
90
  get organizations(): Organizations;
package/Client.js CHANGED
@@ -63,19 +63,21 @@ const Client_5 = require("./api/resources/deployments/client/Client");
63
63
  const Client_6 = require("./api/resources/documentIndexes/client/Client");
64
64
  const Client_7 = require("./api/resources/documents/client/Client");
65
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");
66
+ const Client_9 = require("./api/resources/integrationAuthConfigs/client/Client");
67
+ const Client_10 = require("./api/resources/integrationProviders/client/Client");
68
+ const Client_11 = require("./api/resources/metricDefinitions/client/Client");
69
+ const Client_12 = require("./api/resources/mlModels/client/Client");
70
+ const Client_13 = require("./api/resources/organizations/client/Client");
71
+ const Client_14 = require("./api/resources/prompts/client/Client");
72
+ const Client_15 = require("./api/resources/sandboxes/client/Client");
73
+ const Client_16 = require("./api/resources/testSuiteRuns/client/Client");
74
+ const Client_17 = require("./api/resources/testSuites/client/Client");
75
+ const Client_18 = require("./api/resources/workflowDeployments/client/Client");
76
+ const Client_19 = require("./api/resources/workflowExecutions/client/Client");
77
+ const Client_20 = require("./api/resources/workflowSandboxes/client/Client");
78
+ const Client_21 = require("./api/resources/workflows/client/Client");
79
+ const Client_22 = require("./api/resources/workspaceSecrets/client/Client");
80
+ const Client_23 = require("./api/resources/workspaces/client/Client");
79
81
  class VellumClient {
80
82
  constructor(_options) {
81
83
  this._options = _options;
@@ -112,57 +114,65 @@ class VellumClient {
112
114
  var _a;
113
115
  return ((_a = this._folderEntities) !== null && _a !== void 0 ? _a : (this._folderEntities = new Client_8.FolderEntities(this._options)));
114
116
  }
117
+ get integrationAuthConfigs() {
118
+ var _a;
119
+ return ((_a = this._integrationAuthConfigs) !== null && _a !== void 0 ? _a : (this._integrationAuthConfigs = new Client_9.IntegrationAuthConfigs(this._options)));
120
+ }
121
+ get integrationProviders() {
122
+ var _a;
123
+ return ((_a = this._integrationProviders) !== null && _a !== void 0 ? _a : (this._integrationProviders = new Client_10.IntegrationProviders(this._options)));
124
+ }
115
125
  get metricDefinitions() {
116
126
  var _a;
117
- return ((_a = this._metricDefinitions) !== null && _a !== void 0 ? _a : (this._metricDefinitions = new Client_9.MetricDefinitions(this._options)));
127
+ return ((_a = this._metricDefinitions) !== null && _a !== void 0 ? _a : (this._metricDefinitions = new Client_11.MetricDefinitions(this._options)));
118
128
  }
119
129
  get mlModels() {
120
130
  var _a;
121
- return ((_a = this._mlModels) !== null && _a !== void 0 ? _a : (this._mlModels = new Client_10.MlModels(this._options)));
131
+ return ((_a = this._mlModels) !== null && _a !== void 0 ? _a : (this._mlModels = new Client_12.MlModels(this._options)));
122
132
  }
123
133
  get organizations() {
124
134
  var _a;
125
- return ((_a = this._organizations) !== null && _a !== void 0 ? _a : (this._organizations = new Client_11.Organizations(this._options)));
135
+ return ((_a = this._organizations) !== null && _a !== void 0 ? _a : (this._organizations = new Client_13.Organizations(this._options)));
126
136
  }
127
137
  get prompts() {
128
138
  var _a;
129
- return ((_a = this._prompts) !== null && _a !== void 0 ? _a : (this._prompts = new Client_12.Prompts(this._options)));
139
+ return ((_a = this._prompts) !== null && _a !== void 0 ? _a : (this._prompts = new Client_14.Prompts(this._options)));
130
140
  }
131
141
  get sandboxes() {
132
142
  var _a;
133
- return ((_a = this._sandboxes) !== null && _a !== void 0 ? _a : (this._sandboxes = new Client_13.Sandboxes(this._options)));
143
+ return ((_a = this._sandboxes) !== null && _a !== void 0 ? _a : (this._sandboxes = new Client_15.Sandboxes(this._options)));
134
144
  }
135
145
  get testSuiteRuns() {
136
146
  var _a;
137
- return ((_a = this._testSuiteRuns) !== null && _a !== void 0 ? _a : (this._testSuiteRuns = new Client_14.TestSuiteRuns(this._options)));
147
+ return ((_a = this._testSuiteRuns) !== null && _a !== void 0 ? _a : (this._testSuiteRuns = new Client_16.TestSuiteRuns(this._options)));
138
148
  }
139
149
  get testSuites() {
140
150
  var _a;
141
- return ((_a = this._testSuites) !== null && _a !== void 0 ? _a : (this._testSuites = new Client_15.TestSuites(this._options)));
151
+ return ((_a = this._testSuites) !== null && _a !== void 0 ? _a : (this._testSuites = new Client_17.TestSuites(this._options)));
142
152
  }
143
153
  get workflowDeployments() {
144
154
  var _a;
145
- return ((_a = this._workflowDeployments) !== null && _a !== void 0 ? _a : (this._workflowDeployments = new Client_16.WorkflowDeployments(this._options)));
155
+ return ((_a = this._workflowDeployments) !== null && _a !== void 0 ? _a : (this._workflowDeployments = new Client_18.WorkflowDeployments(this._options)));
146
156
  }
147
157
  get workflowExecutions() {
148
158
  var _a;
149
- return ((_a = this._workflowExecutions) !== null && _a !== void 0 ? _a : (this._workflowExecutions = new Client_17.WorkflowExecutions(this._options)));
159
+ return ((_a = this._workflowExecutions) !== null && _a !== void 0 ? _a : (this._workflowExecutions = new Client_19.WorkflowExecutions(this._options)));
150
160
  }
151
161
  get workflowSandboxes() {
152
162
  var _a;
153
- return ((_a = this._workflowSandboxes) !== null && _a !== void 0 ? _a : (this._workflowSandboxes = new Client_18.WorkflowSandboxes(this._options)));
163
+ return ((_a = this._workflowSandboxes) !== null && _a !== void 0 ? _a : (this._workflowSandboxes = new Client_20.WorkflowSandboxes(this._options)));
154
164
  }
155
165
  get workflows() {
156
166
  var _a;
157
- return ((_a = this._workflows) !== null && _a !== void 0 ? _a : (this._workflows = new Client_19.Workflows(this._options)));
167
+ return ((_a = this._workflows) !== null && _a !== void 0 ? _a : (this._workflows = new Client_21.Workflows(this._options)));
158
168
  }
159
169
  get workspaceSecrets() {
160
170
  var _a;
161
- return ((_a = this._workspaceSecrets) !== null && _a !== void 0 ? _a : (this._workspaceSecrets = new Client_20.WorkspaceSecrets(this._options)));
171
+ return ((_a = this._workspaceSecrets) !== null && _a !== void 0 ? _a : (this._workspaceSecrets = new Client_22.WorkspaceSecrets(this._options)));
162
172
  }
163
173
  get workspaces() {
164
174
  var _a;
165
- return ((_a = this._workspaces) !== null && _a !== void 0 ? _a : (this._workspaces = new Client_21.Workspaces(this._options)));
175
+ return ((_a = this._workspaces) !== null && _a !== void 0 ? _a : (this._workspaces = new Client_23.Workspaces(this._options)));
166
176
  }
167
177
  /**
168
178
  * @param {Vellum.ExecuteApiRequest} request
@@ -187,7 +197,7 @@ class VellumClient {
187
197
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
188
198
  unrecognizedObjectKeys: "strip",
189
199
  })
190
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.3", "User-Agent": "vellum-ai/1.5.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
200
+ : "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),
191
201
  contentType: "application/json",
192
202
  requestType: "json",
193
203
  body: serializers.ExecuteApiRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -273,7 +283,7 @@ class VellumClient {
273
283
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
274
284
  unrecognizedObjectKeys: "strip",
275
285
  })
276
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.3", "User-Agent": "vellum-ai/1.5.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
286
+ : "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),
277
287
  contentType: "application/json",
278
288
  requestType: "json",
279
289
  body: serializers.CodeExecutor.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -359,7 +369,7 @@ class VellumClient {
359
369
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
360
370
  unrecognizedObjectKeys: "strip",
361
371
  })
362
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.3", "User-Agent": "vellum-ai/1.5.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
372
+ : "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),
363
373
  contentType: "application/json",
364
374
  requestType: "json",
365
375
  body: serializers.ExecutePromptRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -430,7 +440,7 @@ class VellumClient {
430
440
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
431
441
  unrecognizedObjectKeys: "strip",
432
442
  })
433
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.3", "User-Agent": "vellum-ai/1.5.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
443
+ : "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),
434
444
  contentType: "application/json",
435
445
  requestType: "json",
436
446
  body: serializers.ExecutePromptStreamRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -532,7 +542,7 @@ class VellumClient {
532
542
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
533
543
  unrecognizedObjectKeys: "strip",
534
544
  })
535
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.3", "User-Agent": "vellum-ai/1.5.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
545
+ : "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),
536
546
  contentType: "application/json",
537
547
  requestType: "json",
538
548
  body: serializers.ExecuteWorkflowRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -601,7 +611,7 @@ class VellumClient {
601
611
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
602
612
  unrecognizedObjectKeys: "strip",
603
613
  })
604
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.3", "User-Agent": "vellum-ai/1.5.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
614
+ : "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),
605
615
  contentType: "application/json",
606
616
  requestType: "json",
607
617
  body: serializers.ExecuteWorkflowStreamRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -709,7 +719,7 @@ class VellumClient {
709
719
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
710
720
  unrecognizedObjectKeys: "strip",
711
721
  })
712
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.3", "User-Agent": "vellum-ai/1.5.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
722
+ : "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),
713
723
  contentType: "application/json",
714
724
  requestType: "json",
715
725
  body: serializers.GenerateBodyRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -783,7 +793,7 @@ class VellumClient {
783
793
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
784
794
  unrecognizedObjectKeys: "strip",
785
795
  })
786
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.3", "User-Agent": "vellum-ai/1.5.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
796
+ : "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),
787
797
  contentType: "application/json",
788
798
  requestType: "json",
789
799
  body: serializers.GenerateStreamBodyRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -877,7 +887,7 @@ class VellumClient {
877
887
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
878
888
  unrecognizedObjectKeys: "strip",
879
889
  })
880
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.3", "User-Agent": "vellum-ai/1.5.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
890
+ : "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),
881
891
  contentType: "application/json",
882
892
  requestType: "json",
883
893
  body: serializers.SearchRequestBodyRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -958,7 +968,7 @@ class VellumClient {
958
968
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
959
969
  unrecognizedObjectKeys: "strip",
960
970
  })
961
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.3", "User-Agent": "vellum-ai/1.5.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
971
+ : "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),
962
972
  contentType: "application/json",
963
973
  requestType: "json",
964
974
  body: serializers.SubmitCompletionActualsRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -1033,7 +1043,7 @@ class VellumClient {
1033
1043
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
1034
1044
  unrecognizedObjectKeys: "strip",
1035
1045
  })
1036
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.3", "User-Agent": "vellum-ai/1.5.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
1046
+ : "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),
1037
1047
  contentType: "application/json",
1038
1048
  requestType: "json",
1039
1049
  body: serializers.SubmitWorkflowExecutionActualsRequest.jsonOrThrow(request, {
@@ -1,6 +1,6 @@
1
1
  export * from "./BadRequestError";
2
- export * from "./UnauthorizedError";
3
2
  export * from "./ForbiddenError";
3
+ export * from "./UnauthorizedError";
4
4
  export * from "./TooManyRequestsError";
5
5
  export * from "./InternalServerError";
6
6
  export * from "./NotFoundError";
@@ -15,8 +15,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./BadRequestError"), exports);
18
- __exportStar(require("./UnauthorizedError"), exports);
19
18
  __exportStar(require("./ForbiddenError"), exports);
19
+ __exportStar(require("./UnauthorizedError"), exports);
20
20
  __exportStar(require("./TooManyRequestsError"), exports);
21
21
  __exportStar(require("./InternalServerError"), exports);
22
22
  __exportStar(require("./NotFoundError"), exports);
@@ -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.5.3", "User-Agent": "vellum-ai/1.5.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
115
+ : "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),
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.5.3", "User-Agent": "vellum-ai/1.5.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
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),
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.5.3", "User-Agent": "vellum-ai/1.5.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
95
+ : "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),
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.5.3", "User-Agent": "vellum-ai/1.5.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
161
+ : "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),
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.5.3", "User-Agent": "vellum-ai/1.5.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
223
+ : "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),
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.5.3", "User-Agent": "vellum-ai/1.5.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
290
+ : "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),
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.5.3", "User-Agent": "vellum-ai/1.5.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
101
+ : "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),
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.5.3", "User-Agent": "vellum-ai/1.5.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
167
+ : "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),
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.5.3", "User-Agent": "vellum-ai/1.5.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
234
+ : "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),
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.5.3", "User-Agent": "vellum-ai/1.5.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
316
+ : "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),
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.5.3", "User-Agent": "vellum-ai/1.5.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
383
+ : "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),
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.5.3", "User-Agent": "vellum-ai/1.5.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
450
+ : "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),
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.5.3", "User-Agent": "vellum-ai/1.5.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
519
+ : "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),
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.5.3", "User-Agent": "vellum-ai/1.5.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
608
+ : "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),
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.5.3", "User-Agent": "vellum-ai/1.5.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
103
+ : "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),
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.5.3", "User-Agent": "vellum-ai/1.5.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
178
+ : "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),
179
179
  contentType: "application/json",
180
180
  requestType: "json",
181
181
  body: serializers.DocumentIndexCreateRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -247,7 +247,7 @@ class DocumentIndexes {
247
247
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
248
248
  unrecognizedObjectKeys: "strip",
249
249
  })
250
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.3", "User-Agent": "vellum-ai/1.5.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
250
+ : "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),
251
251
  contentType: "application/json",
252
252
  queryParameters: _queryParams,
253
253
  requestType: "json",
@@ -316,7 +316,7 @@ class DocumentIndexes {
316
316
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
317
317
  unrecognizedObjectKeys: "strip",
318
318
  })
319
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.3", "User-Agent": "vellum-ai/1.5.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
319
+ : "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),
320
320
  contentType: "application/json",
321
321
  requestType: "json",
322
322
  body: serializers.DocumentIndexUpdateRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -382,7 +382,7 @@ class DocumentIndexes {
382
382
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
383
383
  unrecognizedObjectKeys: "strip",
384
384
  })
385
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.3", "User-Agent": "vellum-ai/1.5.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
385
+ : "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),
386
386
  contentType: "application/json",
387
387
  requestType: "json",
388
388
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -440,7 +440,7 @@ class DocumentIndexes {
440
440
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
441
441
  unrecognizedObjectKeys: "strip",
442
442
  })
443
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.3", "User-Agent": "vellum-ai/1.5.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
443
+ : "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),
444
444
  contentType: "application/json",
445
445
  requestType: "json",
446
446
  body: serializers.PatchedDocumentIndexUpdateRequest.jsonOrThrow(request, {
@@ -509,7 +509,7 @@ class DocumentIndexes {
509
509
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
510
510
  unrecognizedObjectKeys: "strip",
511
511
  })
512
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.3", "User-Agent": "vellum-ai/1.5.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
512
+ : "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),
513
513
  contentType: "application/json",
514
514
  requestType: "json",
515
515
  timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
@@ -567,7 +567,7 @@ class DocumentIndexes {
567
567
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
568
568
  unrecognizedObjectKeys: "strip",
569
569
  })
570
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.5.3", "User-Agent": "vellum-ai/1.5.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
570
+ : "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),
571
571
  contentType: "application/json",
572
572
  requestType: "json",
573
573
  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.5.3", "User-Agent": "vellum-ai/1.5.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
102
+ : "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
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.5.3", "User-Agent": "vellum-ai/1.5.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
168
+ : "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),
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.5.3", "User-Agent": "vellum-ai/1.5.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
233
+ : "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),
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.5.3", "User-Agent": "vellum-ai/1.5.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
291
+ : "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),
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.5.3", "User-Agent": "vellum-ai/1.5.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), _maybeEncodedRequest.headers), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
381
+ : "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),
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.5.3", "User-Agent": "vellum-ai/1.5.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
126
+ : "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),
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.5.3", "User-Agent": "vellum-ai/1.5.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
101
+ : "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),
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.5.3", "User-Agent": "vellum-ai/1.5.3", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
177
+ : "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),
178
178
  contentType: "application/json",
179
179
  requestType: "json",
180
180
  body: serializers.AddEntityToFolderRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),