vellum-ai 1.9.9 → 1.10.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 (97) hide show
  1. package/Client.js +11 -11
  2. package/api/errors/MisdirectedRequestError.d.ts +9 -0
  3. package/api/errors/MisdirectedRequestError.js +52 -0
  4. package/api/errors/index.d.ts +1 -0
  5. package/api/errors/index.js +1 -0
  6. package/api/resources/adHoc/client/Client.js +2 -2
  7. package/api/resources/containerImages/client/Client.js +4 -4
  8. package/api/resources/deployments/client/Client.js +8 -8
  9. package/api/resources/documentIndexes/client/Client.js +8 -8
  10. package/api/resources/documents/client/Client.js +5 -5
  11. package/api/resources/environments/client/Client.js +1 -1
  12. package/api/resources/events/client/Client.js +1 -1
  13. package/api/resources/folderEntities/client/Client.js +2 -2
  14. package/api/resources/integrationAuthConfigs/client/Client.js +1 -1
  15. package/api/resources/integrationProviders/client/Client.js +2 -2
  16. package/api/resources/integrations/client/Client.js +8 -5
  17. package/api/resources/integrations/client/requests/IntegrationsListRequest.d.ts +1 -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 +10 -10
  26. package/api/resources/workflowExecutions/client/Client.d.ts +3 -0
  27. package/api/resources/workflowExecutions/client/Client.js +22 -6
  28. package/api/resources/workflowSandboxes/client/Client.js +2 -2
  29. package/api/resources/workflows/client/Client.js +4 -4
  30. package/api/resources/workspaceSecrets/client/Client.js +2 -2
  31. package/api/resources/workspaces/client/Client.js +1 -1
  32. package/api/types/ComposioIntegrationExecConfig.d.ts +1 -0
  33. package/api/types/IntegrationName.d.ts +35 -1
  34. package/api/types/IntegrationName.js +17 -0
  35. package/api/types/UpdateActiveWorkspaceResponse.d.ts +11 -0
  36. package/api/types/UpdateActiveWorkspaceResponse.js +5 -0
  37. package/api/types/index.d.ts +1 -0
  38. package/api/types/index.js +1 -0
  39. package/dist/Client.js +11 -11
  40. package/dist/api/errors/MisdirectedRequestError.d.ts +9 -0
  41. package/dist/api/errors/MisdirectedRequestError.js +52 -0
  42. package/dist/api/errors/index.d.ts +1 -0
  43. package/dist/api/errors/index.js +1 -0
  44. package/dist/api/resources/adHoc/client/Client.js +2 -2
  45. package/dist/api/resources/containerImages/client/Client.js +4 -4
  46. package/dist/api/resources/deployments/client/Client.js +8 -8
  47. package/dist/api/resources/documentIndexes/client/Client.js +8 -8
  48. package/dist/api/resources/documents/client/Client.js +5 -5
  49. package/dist/api/resources/environments/client/Client.js +1 -1
  50. package/dist/api/resources/events/client/Client.js +1 -1
  51. package/dist/api/resources/folderEntities/client/Client.js +2 -2
  52. package/dist/api/resources/integrationAuthConfigs/client/Client.js +1 -1
  53. package/dist/api/resources/integrationProviders/client/Client.js +2 -2
  54. package/dist/api/resources/integrations/client/Client.js +8 -5
  55. package/dist/api/resources/integrations/client/requests/IntegrationsListRequest.d.ts +1 -0
  56. package/dist/api/resources/metricDefinitions/client/Client.js +2 -2
  57. package/dist/api/resources/mlModels/client/Client.js +1 -1
  58. package/dist/api/resources/organizations/client/Client.js +1 -1
  59. package/dist/api/resources/prompts/client/Client.js +2 -2
  60. package/dist/api/resources/sandboxes/client/Client.js +3 -3
  61. package/dist/api/resources/testSuiteRuns/client/Client.js +3 -3
  62. package/dist/api/resources/testSuites/client/Client.js +4 -4
  63. package/dist/api/resources/workflowDeployments/client/Client.js +10 -10
  64. package/dist/api/resources/workflowExecutions/client/Client.d.ts +3 -0
  65. package/dist/api/resources/workflowExecutions/client/Client.js +22 -6
  66. package/dist/api/resources/workflowSandboxes/client/Client.js +2 -2
  67. package/dist/api/resources/workflows/client/Client.js +4 -4
  68. package/dist/api/resources/workspaceSecrets/client/Client.js +2 -2
  69. package/dist/api/resources/workspaces/client/Client.js +1 -1
  70. package/dist/api/types/ComposioIntegrationExecConfig.d.ts +1 -0
  71. package/dist/api/types/IntegrationName.d.ts +35 -1
  72. package/dist/api/types/IntegrationName.js +17 -0
  73. package/dist/api/types/UpdateActiveWorkspaceResponse.d.ts +11 -0
  74. package/dist/api/types/UpdateActiveWorkspaceResponse.js +5 -0
  75. package/dist/api/types/index.d.ts +1 -0
  76. package/dist/api/types/index.js +1 -0
  77. package/dist/serialization/types/ComposioIntegrationExecConfig.d.ts +1 -0
  78. package/dist/serialization/types/ComposioIntegrationExecConfig.js +1 -0
  79. package/dist/serialization/types/IntegrationName.d.ts +1 -1
  80. package/dist/serialization/types/IntegrationName.js +17 -0
  81. package/dist/serialization/types/UpdateActiveWorkspaceResponse.d.ts +14 -0
  82. package/dist/serialization/types/UpdateActiveWorkspaceResponse.js +45 -0
  83. package/dist/serialization/types/index.d.ts +1 -0
  84. package/dist/serialization/types/index.js +1 -0
  85. package/dist/version.d.ts +1 -1
  86. package/dist/version.js +1 -1
  87. package/package.json +1 -1
  88. package/serialization/types/ComposioIntegrationExecConfig.d.ts +1 -0
  89. package/serialization/types/ComposioIntegrationExecConfig.js +1 -0
  90. package/serialization/types/IntegrationName.d.ts +1 -1
  91. package/serialization/types/IntegrationName.js +17 -0
  92. package/serialization/types/UpdateActiveWorkspaceResponse.d.ts +14 -0
  93. package/serialization/types/UpdateActiveWorkspaceResponse.js +45 -0
  94. package/serialization/types/index.d.ts +1 -0
  95. package/serialization/types/index.js +1 -0
  96. package/version.d.ts +1 -1
  97. package/version.js +1 -1
@@ -8,9 +8,13 @@
8
8
  * * `CALENDLY` - Calendly
9
9
  * * `CANVA` - Canva
10
10
  * * `CLICKUP` - ClickUp
11
+ * * `CODA` - Coda
11
12
  * * `HUBSPOT` - Hubspot
12
13
  * * `INTERCOM` - Intercom
13
14
  * * `LINEAR` - Linear
15
+ * * `LINKUP` - Linkup
16
+ * * `LISTENNOTES` - Listen Notes
17
+ * * `LMNT` - LMNT
14
18
  * * `LINKEDIN` - LinkedIn
15
19
  * * `MAILCHIMP` - Mailchimp
16
20
  * * `MEM0` - Mem0
@@ -20,6 +24,10 @@
20
24
  * * `GOOGLE_CALENDAR` - Google Calendar
21
25
  * * `GOOGLE_DRIVE` - Google Drive
22
26
  * * `GMAIL` - Gmail
27
+ * * `ACCULYNX` - AccuLynx
28
+ * * `AFFINITY` - Affinity
29
+ * * `AGENCYZOOM` - AgencyZoom
30
+ * * `AHREFS` - Ahrefs
23
31
  * * `AIRTABLE` - Airtable
24
32
  * * `APOLLO` - Apollo
25
33
  * * `ASANA` - Asana
@@ -36,8 +44,11 @@
36
44
  * * `GITLAB` - Gitlab
37
45
  * * `FIRECRAWL` - Firecrawl
38
46
  * * `FIGMA` - Figma
47
+ * * `FIREFLIES` - Fireflies
39
48
  * * `GOOGLE_MAPS` - Google Maps
49
+ * * `HEYGEN` - HeyGen
40
50
  * * `JIRA` - Jira
51
+ * * `JUNGLESCOUT` - Jungle Scout
41
52
  * * `KLAVIYO` - Klaviyo
42
53
  * * `PAGERDUTY` - PagerDuty
43
54
  * * `PARSERA` - Parsera
@@ -46,21 +57,27 @@
46
57
  * * `POSTHOG` - PostHog
47
58
  * * `REDDIT` - Reddit
48
59
  * * `SEMRUSH` - Semrush
60
+ * * `SEMANTICSCHOLAR` - Semantic Scholar
61
+ * * `SENDGRID` - SendGrid
49
62
  * * `SERPAPI` - Serp Api
50
63
  * * `SHARE_POINT` - SharePoint
64
+ * * `SHORTCUT` - Shortcut
51
65
  * * `STRIPE` - Stripe
52
66
  * * `SUPABASE` - Supabase
53
67
  * * `TAVILY` - Tavily
54
68
  * * `TELEGRAM` - Telegram
55
69
  * * `WEBFLOW` - Webflow
70
+ * * `YOUSEARCH` - You Search
56
71
  * * `ZENDESK` - Zendesk
72
+ * * `ZENROWS` - ZenRows
57
73
  * * `DROPBOX` - Dropbox
58
74
  * * `EVENTBRITE` - Eventbrite
59
75
  * * `CONFLUENCE` - Confluence
76
+ * * `COINBASE` - Coinbase
60
77
  * * `DISCORD` - Discord
61
78
  * * `DOCUSIGN` - DocuSign
62
79
  */
63
- export type IntegrationName = "SLACK" | "NOTION" | "GOOGLE" | "CALENDLY" | "CANVA" | "CLICKUP" | "HUBSPOT" | "INTERCOM" | "LINEAR" | "LINKEDIN" | "MAILCHIMP" | "MEM0" | "NEON" | "GITHUB" | "GOOGLE_SHEETS" | "GOOGLE_CALENDAR" | "GOOGLE_DRIVE" | "GMAIL" | "AIRTABLE" | "APOLLO" | "ASANA" | "ATLASSIAN" | "BITBUCKET" | "BOX" | "BREVO" | "BROWSERBASE_TOOL" | "CAL" | "CANVAS" | "ELEVENLABS" | "EXA" | "GAMMA" | "GITLAB" | "FIRECRAWL" | "FIGMA" | "GOOGLE_MAPS" | "JIRA" | "KLAVIYO" | "PAGERDUTY" | "PARSERA" | "PEOPLEDATALABS" | "PERPLEXITY" | "POSTHOG" | "REDDIT" | "SEMRUSH" | "SERPAPI" | "SHARE_POINT" | "STRIPE" | "SUPABASE" | "TAVILY" | "TELEGRAM" | "WEBFLOW" | "ZENDESK" | "DROPBOX" | "EVENTBRITE" | "CONFLUENCE" | "DISCORD" | "DOCUSIGN";
80
+ export type IntegrationName = "SLACK" | "NOTION" | "GOOGLE" | "CALENDLY" | "CANVA" | "CLICKUP" | "CODA" | "HUBSPOT" | "INTERCOM" | "LINEAR" | "LINKUP" | "LISTENNOTES" | "LMNT" | "LINKEDIN" | "MAILCHIMP" | "MEM0" | "NEON" | "GITHUB" | "GOOGLE_SHEETS" | "GOOGLE_CALENDAR" | "GOOGLE_DRIVE" | "GMAIL" | "ACCULYNX" | "AFFINITY" | "AGENCYZOOM" | "AHREFS" | "AIRTABLE" | "APOLLO" | "ASANA" | "ATLASSIAN" | "BITBUCKET" | "BOX" | "BREVO" | "BROWSERBASE_TOOL" | "CAL" | "CANVAS" | "ELEVENLABS" | "EXA" | "GAMMA" | "GITLAB" | "FIRECRAWL" | "FIGMA" | "FIREFLIES" | "GOOGLE_MAPS" | "HEYGEN" | "JIRA" | "JUNGLESCOUT" | "KLAVIYO" | "PAGERDUTY" | "PARSERA" | "PEOPLEDATALABS" | "PERPLEXITY" | "POSTHOG" | "REDDIT" | "SEMRUSH" | "SEMANTICSCHOLAR" | "SENDGRID" | "SERPAPI" | "SHARE_POINT" | "SHORTCUT" | "STRIPE" | "SUPABASE" | "TAVILY" | "TELEGRAM" | "WEBFLOW" | "YOUSEARCH" | "ZENDESK" | "ZENROWS" | "DROPBOX" | "EVENTBRITE" | "CONFLUENCE" | "COINBASE" | "DISCORD" | "DOCUSIGN";
64
81
  export declare const IntegrationName: {
65
82
  readonly Slack: "SLACK";
66
83
  readonly Notion: "NOTION";
@@ -68,9 +85,13 @@ export declare const IntegrationName: {
68
85
  readonly Calendly: "CALENDLY";
69
86
  readonly Canva: "CANVA";
70
87
  readonly Clickup: "CLICKUP";
88
+ readonly Coda: "CODA";
71
89
  readonly Hubspot: "HUBSPOT";
72
90
  readonly Intercom: "INTERCOM";
73
91
  readonly Linear: "LINEAR";
92
+ readonly Linkup: "LINKUP";
93
+ readonly Listennotes: "LISTENNOTES";
94
+ readonly Lmnt: "LMNT";
74
95
  readonly Linkedin: "LINKEDIN";
75
96
  readonly Mailchimp: "MAILCHIMP";
76
97
  readonly Mem0: "MEM0";
@@ -80,6 +101,10 @@ export declare const IntegrationName: {
80
101
  readonly GoogleCalendar: "GOOGLE_CALENDAR";
81
102
  readonly GoogleDrive: "GOOGLE_DRIVE";
82
103
  readonly Gmail: "GMAIL";
104
+ readonly Acculynx: "ACCULYNX";
105
+ readonly Affinity: "AFFINITY";
106
+ readonly Agencyzoom: "AGENCYZOOM";
107
+ readonly Ahrefs: "AHREFS";
83
108
  readonly Airtable: "AIRTABLE";
84
109
  readonly Apollo: "APOLLO";
85
110
  readonly Asana: "ASANA";
@@ -96,8 +121,11 @@ export declare const IntegrationName: {
96
121
  readonly Gitlab: "GITLAB";
97
122
  readonly Firecrawl: "FIRECRAWL";
98
123
  readonly Figma: "FIGMA";
124
+ readonly Fireflies: "FIREFLIES";
99
125
  readonly GoogleMaps: "GOOGLE_MAPS";
126
+ readonly Heygen: "HEYGEN";
100
127
  readonly Jira: "JIRA";
128
+ readonly Junglescout: "JUNGLESCOUT";
101
129
  readonly Klaviyo: "KLAVIYO";
102
130
  readonly Pagerduty: "PAGERDUTY";
103
131
  readonly Parsera: "PARSERA";
@@ -106,17 +134,23 @@ export declare const IntegrationName: {
106
134
  readonly Posthog: "POSTHOG";
107
135
  readonly Reddit: "REDDIT";
108
136
  readonly Semrush: "SEMRUSH";
137
+ readonly Semanticscholar: "SEMANTICSCHOLAR";
138
+ readonly Sendgrid: "SENDGRID";
109
139
  readonly Serpapi: "SERPAPI";
110
140
  readonly SharePoint: "SHARE_POINT";
141
+ readonly Shortcut: "SHORTCUT";
111
142
  readonly Stripe: "STRIPE";
112
143
  readonly Supabase: "SUPABASE";
113
144
  readonly Tavily: "TAVILY";
114
145
  readonly Telegram: "TELEGRAM";
115
146
  readonly Webflow: "WEBFLOW";
147
+ readonly Yousearch: "YOUSEARCH";
116
148
  readonly Zendesk: "ZENDESK";
149
+ readonly Zenrows: "ZENROWS";
117
150
  readonly Dropbox: "DROPBOX";
118
151
  readonly Eventbrite: "EVENTBRITE";
119
152
  readonly Confluence: "CONFLUENCE";
153
+ readonly Coinbase: "COINBASE";
120
154
  readonly Discord: "DISCORD";
121
155
  readonly Docusign: "DOCUSIGN";
122
156
  };
@@ -11,9 +11,13 @@ exports.IntegrationName = {
11
11
  Calendly: "CALENDLY",
12
12
  Canva: "CANVA",
13
13
  Clickup: "CLICKUP",
14
+ Coda: "CODA",
14
15
  Hubspot: "HUBSPOT",
15
16
  Intercom: "INTERCOM",
16
17
  Linear: "LINEAR",
18
+ Linkup: "LINKUP",
19
+ Listennotes: "LISTENNOTES",
20
+ Lmnt: "LMNT",
17
21
  Linkedin: "LINKEDIN",
18
22
  Mailchimp: "MAILCHIMP",
19
23
  Mem0: "MEM0",
@@ -23,6 +27,10 @@ exports.IntegrationName = {
23
27
  GoogleCalendar: "GOOGLE_CALENDAR",
24
28
  GoogleDrive: "GOOGLE_DRIVE",
25
29
  Gmail: "GMAIL",
30
+ Acculynx: "ACCULYNX",
31
+ Affinity: "AFFINITY",
32
+ Agencyzoom: "AGENCYZOOM",
33
+ Ahrefs: "AHREFS",
26
34
  Airtable: "AIRTABLE",
27
35
  Apollo: "APOLLO",
28
36
  Asana: "ASANA",
@@ -39,8 +47,11 @@ exports.IntegrationName = {
39
47
  Gitlab: "GITLAB",
40
48
  Firecrawl: "FIRECRAWL",
41
49
  Figma: "FIGMA",
50
+ Fireflies: "FIREFLIES",
42
51
  GoogleMaps: "GOOGLE_MAPS",
52
+ Heygen: "HEYGEN",
43
53
  Jira: "JIRA",
54
+ Junglescout: "JUNGLESCOUT",
44
55
  Klaviyo: "KLAVIYO",
45
56
  Pagerduty: "PAGERDUTY",
46
57
  Parsera: "PARSERA",
@@ -49,17 +60,23 @@ exports.IntegrationName = {
49
60
  Posthog: "POSTHOG",
50
61
  Reddit: "REDDIT",
51
62
  Semrush: "SEMRUSH",
63
+ Semanticscholar: "SEMANTICSCHOLAR",
64
+ Sendgrid: "SENDGRID",
52
65
  Serpapi: "SERPAPI",
53
66
  SharePoint: "SHARE_POINT",
67
+ Shortcut: "SHORTCUT",
54
68
  Stripe: "STRIPE",
55
69
  Supabase: "SUPABASE",
56
70
  Tavily: "TAVILY",
57
71
  Telegram: "TELEGRAM",
58
72
  Webflow: "WEBFLOW",
73
+ Yousearch: "YOUSEARCH",
59
74
  Zendesk: "ZENDESK",
75
+ Zenrows: "ZENROWS",
60
76
  Dropbox: "DROPBOX",
61
77
  Eventbrite: "EVENTBRITE",
62
78
  Confluence: "CONFLUENCE",
79
+ Coinbase: "COINBASE",
63
80
  Discord: "DISCORD",
64
81
  Docusign: "DOCUSIGN",
65
82
  };
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export interface UpdateActiveWorkspaceResponse {
5
+ /** The id of the workspace that the user should update to, or null if no workspace change needed. */
6
+ updateActiveWorkspaceId?: string | null;
7
+ /** The id of the environment that the user should update to, or null if no environment change needed. */
8
+ updateActiveEnvironmentId?: string | null;
9
+ /** Whether or not the user is a staff member of Vellum. */
10
+ isStaff?: boolean;
11
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -571,6 +571,7 @@ export * from "./TokenOverlappingWindowChunking";
571
571
  export * from "./TokenOverlappingWindowChunkingRequest";
572
572
  export * from "./ComponentsSchemasComposioToolDefinition";
573
573
  export * from "./UnitEnum";
574
+ export * from "./UpdateActiveWorkspaceResponse";
574
575
  export * from "./UploadDocumentResponse";
575
576
  export * from "./UpsertTestSuiteTestCaseRequest";
576
577
  export * from "./VariablePromptBlock";
@@ -587,6 +587,7 @@ __exportStar(require("./TokenOverlappingWindowChunking"), exports);
587
587
  __exportStar(require("./TokenOverlappingWindowChunkingRequest"), exports);
588
588
  __exportStar(require("./ComponentsSchemasComposioToolDefinition"), exports);
589
589
  __exportStar(require("./UnitEnum"), exports);
590
+ __exportStar(require("./UpdateActiveWorkspaceResponse"), exports);
590
591
  __exportStar(require("./UploadDocumentResponse"), exports);
591
592
  __exportStar(require("./UpsertTestSuiteTestCaseRequest"), exports);
592
593
  __exportStar(require("./VariablePromptBlock"), exports);
package/dist/Client.js CHANGED
@@ -202,7 +202,7 @@ class VellumClient {
202
202
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
203
203
  unrecognizedObjectKeys: "strip",
204
204
  })
205
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.9.9", "User-Agent": "vellum-ai/1.9.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
205
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.10.0", "User-Agent": "vellum-ai/1.10.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),
206
206
  contentType: "application/json",
207
207
  requestType: "json",
208
208
  body: serializers.ExecuteApiRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -288,7 +288,7 @@ class VellumClient {
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.9.9", "User-Agent": "vellum-ai/1.9.9", "X-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.10.0", "User-Agent": "vellum-ai/1.10.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.CodeExecutor.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -374,7 +374,7 @@ class VellumClient {
374
374
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
375
375
  unrecognizedObjectKeys: "strip",
376
376
  })
377
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.9.9", "User-Agent": "vellum-ai/1.9.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
377
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.10.0", "User-Agent": "vellum-ai/1.10.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),
378
378
  contentType: "application/json",
379
379
  requestType: "json",
380
380
  body: serializers.ExecutePromptRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -445,7 +445,7 @@ class VellumClient {
445
445
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
446
446
  unrecognizedObjectKeys: "strip",
447
447
  })
448
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.9.9", "User-Agent": "vellum-ai/1.9.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
448
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.10.0", "User-Agent": "vellum-ai/1.10.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),
449
449
  contentType: "application/json",
450
450
  requestType: "json",
451
451
  body: serializers.ExecutePromptStreamRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -547,7 +547,7 @@ class VellumClient {
547
547
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
548
548
  unrecognizedObjectKeys: "strip",
549
549
  })
550
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.9.9", "User-Agent": "vellum-ai/1.9.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
550
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.10.0", "User-Agent": "vellum-ai/1.10.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),
551
551
  contentType: "application/json",
552
552
  requestType: "json",
553
553
  body: serializers.ExecuteWorkflowRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -616,7 +616,7 @@ class VellumClient {
616
616
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
617
617
  unrecognizedObjectKeys: "strip",
618
618
  })
619
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.9.9", "User-Agent": "vellum-ai/1.9.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
619
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.10.0", "User-Agent": "vellum-ai/1.10.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),
620
620
  contentType: "application/json",
621
621
  requestType: "json",
622
622
  body: serializers.ExecuteWorkflowStreamRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -724,7 +724,7 @@ class VellumClient {
724
724
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
725
725
  unrecognizedObjectKeys: "strip",
726
726
  })
727
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.9.9", "User-Agent": "vellum-ai/1.9.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
727
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.10.0", "User-Agent": "vellum-ai/1.10.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),
728
728
  contentType: "application/json",
729
729
  requestType: "json",
730
730
  body: serializers.GenerateBodyRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -798,7 +798,7 @@ class VellumClient {
798
798
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
799
799
  unrecognizedObjectKeys: "strip",
800
800
  })
801
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.9.9", "User-Agent": "vellum-ai/1.9.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
801
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.10.0", "User-Agent": "vellum-ai/1.10.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),
802
802
  contentType: "application/json",
803
803
  requestType: "json",
804
804
  body: serializers.GenerateStreamBodyRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -892,7 +892,7 @@ class VellumClient {
892
892
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
893
893
  unrecognizedObjectKeys: "strip",
894
894
  })
895
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.9.9", "User-Agent": "vellum-ai/1.9.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
895
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.10.0", "User-Agent": "vellum-ai/1.10.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),
896
896
  contentType: "application/json",
897
897
  requestType: "json",
898
898
  body: serializers.SearchRequestBodyRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -973,7 +973,7 @@ class VellumClient {
973
973
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
974
974
  unrecognizedObjectKeys: "strip",
975
975
  })
976
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.9.9", "User-Agent": "vellum-ai/1.9.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
976
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.10.0", "User-Agent": "vellum-ai/1.10.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),
977
977
  contentType: "application/json",
978
978
  requestType: "json",
979
979
  body: serializers.SubmitCompletionActualsRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
@@ -1048,7 +1048,7 @@ class VellumClient {
1048
1048
  ? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
1049
1049
  unrecognizedObjectKeys: "strip",
1050
1050
  })
1051
- : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.9.9", "User-Agent": "vellum-ai/1.9.9", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
1051
+ : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.10.0", "User-Agent": "vellum-ai/1.10.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),
1052
1052
  contentType: "application/json",
1053
1053
  requestType: "json",
1054
1054
  body: serializers.SubmitWorkflowExecutionActualsRequest.jsonOrThrow(request, {
@@ -0,0 +1,9 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as errors from "../../errors/index";
5
+ import * as Vellum from "../index";
6
+ import * as core from "../../core";
7
+ export declare class MisdirectedRequestError extends errors.VellumError {
8
+ constructor(body: Vellum.UpdateActiveWorkspaceResponse, rawResponse?: core.RawResponse);
9
+ }
@@ -0,0 +1,52 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || (function () {
22
+ var ownKeys = function(o) {
23
+ ownKeys = Object.getOwnPropertyNames || function (o) {
24
+ var ar = [];
25
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
26
+ return ar;
27
+ };
28
+ return ownKeys(o);
29
+ };
30
+ return function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ })();
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ exports.MisdirectedRequestError = void 0;
40
+ const errors = __importStar(require("../../errors/index"));
41
+ class MisdirectedRequestError extends errors.VellumError {
42
+ constructor(body, rawResponse) {
43
+ super({
44
+ message: "MisdirectedRequestError",
45
+ statusCode: 421,
46
+ body: body,
47
+ rawResponse: rawResponse,
48
+ });
49
+ Object.setPrototypeOf(this, MisdirectedRequestError.prototype);
50
+ }
51
+ }
52
+ exports.MisdirectedRequestError = MisdirectedRequestError;
@@ -4,3 +4,4 @@ export * from "./ForbiddenError";
4
4
  export * from "./UnauthorizedError";
5
5
  export * from "./TooManyRequestsError";
6
6
  export * from "./InternalServerError";
7
+ export * from "./MisdirectedRequestError";
@@ -20,3 +20,4 @@ __exportStar(require("./ForbiddenError"), exports);
20
20
  __exportStar(require("./UnauthorizedError"), exports);
21
21
  __exportStar(require("./TooManyRequestsError"), exports);
22
22
  __exportStar(require("./InternalServerError"), exports);
23
+ __exportStar(require("./MisdirectedRequestError"), 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.9.9", "User-Agent": "vellum-ai/1.9.9", "X-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.10.0", "User-Agent": "vellum-ai/1.10.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.9.9", "User-Agent": "vellum-ai/1.9.9", "X-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.10.0", "User-Agent": "vellum-ai/1.10.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.9.9", "User-Agent": "vellum-ai/1.9.9", "X-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.10.0", "User-Agent": "vellum-ai/1.10.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.9.9", "User-Agent": "vellum-ai/1.9.9", "X-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.10.0", "User-Agent": "vellum-ai/1.10.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.9.9", "User-Agent": "vellum-ai/1.9.9", "X-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.10.0", "User-Agent": "vellum-ai/1.10.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.9.9", "User-Agent": "vellum-ai/1.9.9", "X-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.10.0", "User-Agent": "vellum-ai/1.10.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.9.9", "User-Agent": "vellum-ai/1.9.9", "X-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.10.0", "User-Agent": "vellum-ai/1.10.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.9.9", "User-Agent": "vellum-ai/1.9.9", "X-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.10.0", "User-Agent": "vellum-ai/1.10.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.9.9", "User-Agent": "vellum-ai/1.9.9", "X-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.10.0", "User-Agent": "vellum-ai/1.10.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.9.9", "User-Agent": "vellum-ai/1.9.9", "X-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.10.0", "User-Agent": "vellum-ai/1.10.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.9.9", "User-Agent": "vellum-ai/1.9.9", "X-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.10.0", "User-Agent": "vellum-ai/1.10.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.9.9", "User-Agent": "vellum-ai/1.9.9", "X-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.10.0", "User-Agent": "vellum-ai/1.10.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.9.9", "User-Agent": "vellum-ai/1.9.9", "X-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.10.0", "User-Agent": "vellum-ai/1.10.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.9.9", "User-Agent": "vellum-ai/1.9.9", "X-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.10.0", "User-Agent": "vellum-ai/1.10.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, {