vellum-ai 1.7.12 → 1.7.14
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.
- package/Client.d.ts +3 -0
- package/Client.js +48 -43
- package/api/resources/adHoc/client/Client.js +2 -2
- package/api/resources/containerImages/client/Client.js +4 -4
- package/api/resources/deployments/client/Client.js +8 -8
- package/api/resources/documentIndexes/client/Client.js +8 -8
- package/api/resources/documents/client/Client.js +5 -5
- package/api/resources/environments/client/Client.d.ts +45 -0
- package/api/resources/environments/client/Client.js +132 -0
- package/api/resources/environments/client/index.d.ts +1 -0
- package/api/resources/environments/client/index.js +2 -0
- package/api/resources/environments/index.d.ts +1 -0
- package/api/resources/environments/index.js +17 -0
- package/api/resources/events/client/Client.js +1 -1
- package/api/resources/folderEntities/client/Client.js +2 -2
- package/api/resources/index.d.ts +1 -0
- package/api/resources/index.js +2 -1
- package/api/resources/integrationAuthConfigs/client/Client.js +1 -1
- package/api/resources/integrationProviders/client/Client.js +2 -2
- package/api/resources/integrations/client/Client.js +4 -4
- package/api/resources/metricDefinitions/client/Client.js +2 -2
- package/api/resources/mlModels/client/Client.js +1 -1
- package/api/resources/organizations/client/Client.js +1 -1
- package/api/resources/prompts/client/Client.js +2 -2
- package/api/resources/sandboxes/client/Client.js +3 -3
- package/api/resources/testSuiteRuns/client/Client.js +3 -3
- package/api/resources/testSuites/client/Client.js +4 -4
- package/api/resources/workflowDeployments/client/Client.js +10 -10
- package/api/resources/workflowExecutions/client/Client.js +1 -1
- package/api/resources/workflowSandboxes/client/Client.js +2 -2
- package/api/resources/workflows/client/Client.js +9 -4
- package/api/resources/workflows/client/requests/WorkflowPushRequest.d.ts +2 -0
- package/api/resources/workspaceSecrets/client/Client.js +2 -2
- package/api/resources/workspaces/client/Client.js +1 -1
- package/api/types/DatasetRowPushRequest.d.ts +7 -0
- package/api/types/DatasetRowPushRequest.js +5 -0
- package/api/types/EnvironmentDisplayConfig.d.ts +6 -0
- package/api/types/EnvironmentDisplayConfig.js +5 -0
- package/api/types/EnvironmentRead.d.ts +10 -0
- package/api/types/EnvironmentRead.js +5 -0
- package/api/types/IntegrationName.d.ts +31 -1
- package/api/types/IntegrationName.js +15 -0
- package/api/types/VellumDocument.d.ts +1 -0
- package/api/types/VellumDocumentRequest.d.ts +1 -0
- package/api/types/VellumImage.d.ts +1 -0
- package/api/types/VellumImageRequest.d.ts +1 -0
- package/api/types/WorkflowExecutionFulfilledBody.d.ts +1 -0
- package/api/types/index.d.ts +3 -0
- package/api/types/index.js +3 -0
- package/dist/Client.d.ts +3 -0
- package/dist/Client.js +48 -43
- package/dist/api/resources/adHoc/client/Client.js +2 -2
- package/dist/api/resources/containerImages/client/Client.js +4 -4
- package/dist/api/resources/deployments/client/Client.js +8 -8
- package/dist/api/resources/documentIndexes/client/Client.js +8 -8
- package/dist/api/resources/documents/client/Client.js +5 -5
- package/dist/api/resources/environments/client/Client.d.ts +45 -0
- package/dist/api/resources/environments/client/Client.js +132 -0
- package/dist/api/resources/environments/client/index.d.ts +1 -0
- package/dist/api/resources/environments/client/index.js +2 -0
- package/dist/api/resources/environments/index.d.ts +1 -0
- package/dist/api/resources/environments/index.js +17 -0
- package/dist/api/resources/events/client/Client.js +1 -1
- package/dist/api/resources/folderEntities/client/Client.js +2 -2
- package/dist/api/resources/index.d.ts +1 -0
- package/dist/api/resources/index.js +2 -1
- package/dist/api/resources/integrationAuthConfigs/client/Client.js +1 -1
- package/dist/api/resources/integrationProviders/client/Client.js +2 -2
- package/dist/api/resources/integrations/client/Client.js +4 -4
- package/dist/api/resources/metricDefinitions/client/Client.js +2 -2
- package/dist/api/resources/mlModels/client/Client.js +1 -1
- package/dist/api/resources/organizations/client/Client.js +1 -1
- package/dist/api/resources/prompts/client/Client.js +2 -2
- package/dist/api/resources/sandboxes/client/Client.js +3 -3
- package/dist/api/resources/testSuiteRuns/client/Client.js +3 -3
- package/dist/api/resources/testSuites/client/Client.js +4 -4
- package/dist/api/resources/workflowDeployments/client/Client.js +10 -10
- package/dist/api/resources/workflowExecutions/client/Client.js +1 -1
- package/dist/api/resources/workflowSandboxes/client/Client.js +2 -2
- package/dist/api/resources/workflows/client/Client.js +9 -4
- package/dist/api/resources/workflows/client/requests/WorkflowPushRequest.d.ts +2 -0
- package/dist/api/resources/workspaceSecrets/client/Client.js +2 -2
- package/dist/api/resources/workspaces/client/Client.js +1 -1
- package/dist/api/types/DatasetRowPushRequest.d.ts +7 -0
- package/dist/api/types/DatasetRowPushRequest.js +5 -0
- package/dist/api/types/EnvironmentDisplayConfig.d.ts +6 -0
- package/dist/api/types/EnvironmentDisplayConfig.js +5 -0
- package/dist/api/types/EnvironmentRead.d.ts +10 -0
- package/dist/api/types/EnvironmentRead.js +5 -0
- package/dist/api/types/IntegrationName.d.ts +31 -1
- package/dist/api/types/IntegrationName.js +15 -0
- package/dist/api/types/VellumDocument.d.ts +1 -0
- package/dist/api/types/VellumDocumentRequest.d.ts +1 -0
- package/dist/api/types/VellumImage.d.ts +1 -0
- package/dist/api/types/VellumImageRequest.d.ts +1 -0
- package/dist/api/types/WorkflowExecutionFulfilledBody.d.ts +1 -0
- package/dist/api/types/index.d.ts +3 -0
- package/dist/api/types/index.js +3 -0
- package/dist/serialization/types/DatasetRowPushRequest.d.ts +13 -0
- package/dist/serialization/types/DatasetRowPushRequest.js +44 -0
- package/dist/serialization/types/EnvironmentDisplayConfig.d.ts +12 -0
- package/dist/serialization/types/EnvironmentDisplayConfig.js +43 -0
- package/dist/serialization/types/EnvironmentRead.d.ts +16 -0
- package/dist/serialization/types/EnvironmentRead.js +47 -0
- package/dist/serialization/types/IntegrationName.d.ts +1 -1
- package/dist/serialization/types/IntegrationName.js +15 -0
- package/dist/serialization/types/WorkflowExecutionFulfilledBody.d.ts +1 -0
- package/dist/serialization/types/WorkflowExecutionFulfilledBody.js +1 -0
- package/dist/serialization/types/index.d.ts +3 -0
- package/dist/serialization/types/index.js +3 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +57 -0
- package/serialization/types/DatasetRowPushRequest.d.ts +13 -0
- package/serialization/types/DatasetRowPushRequest.js +44 -0
- package/serialization/types/EnvironmentDisplayConfig.d.ts +12 -0
- package/serialization/types/EnvironmentDisplayConfig.js +43 -0
- package/serialization/types/EnvironmentRead.d.ts +16 -0
- package/serialization/types/EnvironmentRead.js +47 -0
- package/serialization/types/IntegrationName.d.ts +1 -1
- package/serialization/types/IntegrationName.js +15 -0
- package/serialization/types/WorkflowExecutionFulfilledBody.d.ts +1 -0
- package/serialization/types/WorkflowExecutionFulfilledBody.js +1 -0
- package/serialization/types/index.d.ts +3 -0
- package/serialization/types/index.js +3 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -80,7 +80,7 @@ class WorkflowSandboxes {
|
|
|
80
80
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
81
81
|
unrecognizedObjectKeys: "strip",
|
|
82
82
|
})
|
|
83
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.7.
|
|
83
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.7.14", "User-Agent": "vellum-ai/1.7.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
84
84
|
contentType: "application/json",
|
|
85
85
|
requestType: "json",
|
|
86
86
|
body: serializers.DeploySandboxWorkflowRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -162,7 +162,7 @@ class WorkflowSandboxes {
|
|
|
162
162
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
163
163
|
unrecognizedObjectKeys: "strip",
|
|
164
164
|
})
|
|
165
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.7.
|
|
165
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.7.14", "User-Agent": "vellum-ai/1.7.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
166
166
|
contentType: "application/json",
|
|
167
167
|
queryParameters: _queryParams,
|
|
168
168
|
requestType: "json",
|
|
@@ -100,7 +100,7 @@ class Workflows {
|
|
|
100
100
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
101
101
|
unrecognizedObjectKeys: "strip",
|
|
102
102
|
})
|
|
103
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.7.
|
|
103
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.7.14", "User-Agent": "vellum-ai/1.7.14", "X-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",
|
|
@@ -166,7 +166,7 @@ class Workflows {
|
|
|
166
166
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
167
167
|
unrecognizedObjectKeys: "strip",
|
|
168
168
|
})
|
|
169
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.7.
|
|
169
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.7.14", "User-Agent": "vellum-ai/1.7.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
170
170
|
contentType: "application/json",
|
|
171
171
|
requestType: "json",
|
|
172
172
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
@@ -232,6 +232,11 @@ class Workflows {
|
|
|
232
232
|
if (artifact != null) {
|
|
233
233
|
yield _request.appendFile("artifact", artifact);
|
|
234
234
|
}
|
|
235
|
+
if (request.dataset != null) {
|
|
236
|
+
for (const _item of request.dataset) {
|
|
237
|
+
_request.append("dataset", (0, json_1.toJson)(serializers.DatasetRowPushRequest.jsonOrThrow(_item, { unrecognizedObjectKeys: "strip" })));
|
|
238
|
+
}
|
|
239
|
+
}
|
|
235
240
|
if (request.dryRun != null) {
|
|
236
241
|
_request.append("dry_run", request.dryRun.toString());
|
|
237
242
|
}
|
|
@@ -247,7 +252,7 @@ class Workflows {
|
|
|
247
252
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
248
253
|
unrecognizedObjectKeys: "strip",
|
|
249
254
|
})
|
|
250
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.7.
|
|
255
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.7.14", "User-Agent": "vellum-ai/1.7.14", "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),
|
|
251
256
|
requestType: "file",
|
|
252
257
|
duplex: _maybeEncodedRequest.duplex,
|
|
253
258
|
body: _maybeEncodedRequest.body,
|
|
@@ -319,7 +324,7 @@ class Workflows {
|
|
|
319
324
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
320
325
|
unrecognizedObjectKeys: "strip",
|
|
321
326
|
})
|
|
322
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.7.
|
|
327
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.7.14", "User-Agent": "vellum-ai/1.7.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
323
328
|
contentType: "application/json",
|
|
324
329
|
requestType: "json",
|
|
325
330
|
body: serializers.SerializeWorkflowFilesRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -7,6 +7,8 @@ export interface WorkflowPushRequest {
|
|
|
7
7
|
execConfig: Vellum.WorkflowPushExecConfig;
|
|
8
8
|
workflowSandboxId?: string | null;
|
|
9
9
|
deploymentConfig?: Vellum.WorkflowPushDeploymentConfigRequest | null;
|
|
10
|
+
/** List of dataset rows with inputs for scenarios. */
|
|
11
|
+
dataset?: Vellum.DatasetRowPushRequest[] | null;
|
|
10
12
|
dryRun?: boolean;
|
|
11
13
|
strict?: boolean;
|
|
12
14
|
}
|
|
@@ -81,7 +81,7 @@ class WorkspaceSecrets {
|
|
|
81
81
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
82
82
|
unrecognizedObjectKeys: "strip",
|
|
83
83
|
})
|
|
84
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.7.
|
|
84
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.7.14", "User-Agent": "vellum-ai/1.7.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
85
85
|
contentType: "application/json",
|
|
86
86
|
requestType: "json",
|
|
87
87
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
@@ -147,7 +147,7 @@ class WorkspaceSecrets {
|
|
|
147
147
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
148
148
|
unrecognizedObjectKeys: "strip",
|
|
149
149
|
})
|
|
150
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.7.
|
|
150
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.7.14", "User-Agent": "vellum-ai/1.7.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
151
151
|
contentType: "application/json",
|
|
152
152
|
requestType: "json",
|
|
153
153
|
body: serializers.PatchedWorkspaceSecretUpdateRequest.jsonOrThrow(request, {
|
|
@@ -80,7 +80,7 @@ class Workspaces {
|
|
|
80
80
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
81
81
|
unrecognizedObjectKeys: "strip",
|
|
82
82
|
})
|
|
83
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.7.
|
|
83
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.7.14", "User-Agent": "vellum-ai/1.7.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
84
84
|
contentType: "application/json",
|
|
85
85
|
requestType: "json",
|
|
86
86
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
@@ -6,35 +6,65 @@
|
|
|
6
6
|
* * `NOTION` - Notion
|
|
7
7
|
* * `GOOGLE` - Google
|
|
8
8
|
* * `CALENDLY` - Calendly
|
|
9
|
+
* * `CANVA` - Canva
|
|
9
10
|
* * `HUBSPOT` - Hubspot
|
|
10
11
|
* * `LINEAR` - Linear
|
|
12
|
+
* * `LINKEDIN` - LinkedIn
|
|
13
|
+
* * `MAILCHIMP` - Mailchimp
|
|
11
14
|
* * `GITHUB` - Github
|
|
12
15
|
* * `GOOGLE_SHEETS` - Google Sheets
|
|
13
16
|
* * `GOOGLE_CALENDAR` - Google Calendar
|
|
14
17
|
* * `GOOGLE_DRIVE` - Google Drive
|
|
15
18
|
* * `GMAIL` - Gmail
|
|
16
19
|
* * `AIRTABLE` - Airtable
|
|
20
|
+
* * `ATLASSIAN` - Atlassian
|
|
17
21
|
* * `GAMMA` - Gamma
|
|
22
|
+
* * `GITLAB` - Gitlab
|
|
18
23
|
* * `FIRECRAWL` - Firecrawl
|
|
24
|
+
* * `FIGMA` - Figma
|
|
25
|
+
* * `PAGERDUTY` - PagerDuty
|
|
19
26
|
* * `PERPLEXITY` - Perplexity
|
|
27
|
+
* * `REDDIT` - Reddit
|
|
20
28
|
* * `SERPAPI` - Serp Api
|
|
29
|
+
* * `SUPABASE` - Supabase
|
|
30
|
+
* * `WEBFLOW` - Webflow
|
|
31
|
+
* * `ZENDESK` - Zendesk
|
|
32
|
+
* * `DROPBOX` - Dropbox
|
|
33
|
+
* * `EVENTBRITE` - Eventbrite
|
|
34
|
+
* * `CONFLUENCE` - Confluence
|
|
35
|
+
* * `DOCUSIGN` - DocuSign
|
|
21
36
|
*/
|
|
22
|
-
export type IntegrationName = "SLACK" | "NOTION" | "GOOGLE" | "CALENDLY" | "HUBSPOT" | "LINEAR" | "GITHUB" | "GOOGLE_SHEETS" | "GOOGLE_CALENDAR" | "GOOGLE_DRIVE" | "GMAIL" | "AIRTABLE" | "GAMMA" | "FIRECRAWL" | "PERPLEXITY" | "SERPAPI";
|
|
37
|
+
export type IntegrationName = "SLACK" | "NOTION" | "GOOGLE" | "CALENDLY" | "CANVA" | "HUBSPOT" | "LINEAR" | "LINKEDIN" | "MAILCHIMP" | "GITHUB" | "GOOGLE_SHEETS" | "GOOGLE_CALENDAR" | "GOOGLE_DRIVE" | "GMAIL" | "AIRTABLE" | "ATLASSIAN" | "GAMMA" | "GITLAB" | "FIRECRAWL" | "FIGMA" | "PAGERDUTY" | "PERPLEXITY" | "REDDIT" | "SERPAPI" | "SUPABASE" | "WEBFLOW" | "ZENDESK" | "DROPBOX" | "EVENTBRITE" | "CONFLUENCE" | "DOCUSIGN";
|
|
23
38
|
export declare const IntegrationName: {
|
|
24
39
|
readonly Slack: "SLACK";
|
|
25
40
|
readonly Notion: "NOTION";
|
|
26
41
|
readonly Google: "GOOGLE";
|
|
27
42
|
readonly Calendly: "CALENDLY";
|
|
43
|
+
readonly Canva: "CANVA";
|
|
28
44
|
readonly Hubspot: "HUBSPOT";
|
|
29
45
|
readonly Linear: "LINEAR";
|
|
46
|
+
readonly Linkedin: "LINKEDIN";
|
|
47
|
+
readonly Mailchimp: "MAILCHIMP";
|
|
30
48
|
readonly Github: "GITHUB";
|
|
31
49
|
readonly GoogleSheets: "GOOGLE_SHEETS";
|
|
32
50
|
readonly GoogleCalendar: "GOOGLE_CALENDAR";
|
|
33
51
|
readonly GoogleDrive: "GOOGLE_DRIVE";
|
|
34
52
|
readonly Gmail: "GMAIL";
|
|
35
53
|
readonly Airtable: "AIRTABLE";
|
|
54
|
+
readonly Atlassian: "ATLASSIAN";
|
|
36
55
|
readonly Gamma: "GAMMA";
|
|
56
|
+
readonly Gitlab: "GITLAB";
|
|
37
57
|
readonly Firecrawl: "FIRECRAWL";
|
|
58
|
+
readonly Figma: "FIGMA";
|
|
59
|
+
readonly Pagerduty: "PAGERDUTY";
|
|
38
60
|
readonly Perplexity: "PERPLEXITY";
|
|
61
|
+
readonly Reddit: "REDDIT";
|
|
39
62
|
readonly Serpapi: "SERPAPI";
|
|
63
|
+
readonly Supabase: "SUPABASE";
|
|
64
|
+
readonly Webflow: "WEBFLOW";
|
|
65
|
+
readonly Zendesk: "ZENDESK";
|
|
66
|
+
readonly Dropbox: "DROPBOX";
|
|
67
|
+
readonly Eventbrite: "EVENTBRITE";
|
|
68
|
+
readonly Confluence: "CONFLUENCE";
|
|
69
|
+
readonly Docusign: "DOCUSIGN";
|
|
40
70
|
};
|
|
@@ -9,16 +9,31 @@ exports.IntegrationName = {
|
|
|
9
9
|
Notion: "NOTION",
|
|
10
10
|
Google: "GOOGLE",
|
|
11
11
|
Calendly: "CALENDLY",
|
|
12
|
+
Canva: "CANVA",
|
|
12
13
|
Hubspot: "HUBSPOT",
|
|
13
14
|
Linear: "LINEAR",
|
|
15
|
+
Linkedin: "LINKEDIN",
|
|
16
|
+
Mailchimp: "MAILCHIMP",
|
|
14
17
|
Github: "GITHUB",
|
|
15
18
|
GoogleSheets: "GOOGLE_SHEETS",
|
|
16
19
|
GoogleCalendar: "GOOGLE_CALENDAR",
|
|
17
20
|
GoogleDrive: "GOOGLE_DRIVE",
|
|
18
21
|
Gmail: "GMAIL",
|
|
19
22
|
Airtable: "AIRTABLE",
|
|
23
|
+
Atlassian: "ATLASSIAN",
|
|
20
24
|
Gamma: "GAMMA",
|
|
25
|
+
Gitlab: "GITLAB",
|
|
21
26
|
Firecrawl: "FIRECRAWL",
|
|
27
|
+
Figma: "FIGMA",
|
|
28
|
+
Pagerduty: "PAGERDUTY",
|
|
22
29
|
Perplexity: "PERPLEXITY",
|
|
30
|
+
Reddit: "REDDIT",
|
|
23
31
|
Serpapi: "SERPAPI",
|
|
32
|
+
Supabase: "SUPABASE",
|
|
33
|
+
Webflow: "WEBFLOW",
|
|
34
|
+
Zendesk: "ZENDESK",
|
|
35
|
+
Dropbox: "DROPBOX",
|
|
36
|
+
Eventbrite: "EVENTBRITE",
|
|
37
|
+
Confluence: "CONFLUENCE",
|
|
38
|
+
Docusign: "DOCUSIGN",
|
|
24
39
|
};
|
package/api/types/index.d.ts
CHANGED
|
@@ -76,6 +76,7 @@ export * from "./ContainerImageContainerImageTag";
|
|
|
76
76
|
export * from "./ContainerImageRead";
|
|
77
77
|
export * from "./CreateTestSuiteTestCaseRequest";
|
|
78
78
|
export * from "./CreateWorkflowEventRequest";
|
|
79
|
+
export * from "./DatasetRowPushRequest";
|
|
79
80
|
export * from "./DelimiterChunkerConfig";
|
|
80
81
|
export * from "./DelimiterChunkerConfigRequest";
|
|
81
82
|
export * from "./DelimiterChunking";
|
|
@@ -107,7 +108,9 @@ export * from "./DocumentVellumValueRequest";
|
|
|
107
108
|
export * from "./EnrichedNormalizedCompletion";
|
|
108
109
|
export * from "./EntityStatus";
|
|
109
110
|
export * from "./EntityVisibility";
|
|
111
|
+
export * from "./EnvironmentDisplayConfig";
|
|
110
112
|
export * from "./EnvironmentEnum";
|
|
113
|
+
export * from "./EnvironmentRead";
|
|
111
114
|
export * from "./EphemeralPromptCacheConfig";
|
|
112
115
|
export * from "./EphemeralPromptCacheConfigTypeEnum";
|
|
113
116
|
export * from "./ErrorDetailResponse";
|
package/api/types/index.js
CHANGED
|
@@ -92,6 +92,7 @@ __exportStar(require("./ContainerImageContainerImageTag"), exports);
|
|
|
92
92
|
__exportStar(require("./ContainerImageRead"), exports);
|
|
93
93
|
__exportStar(require("./CreateTestSuiteTestCaseRequest"), exports);
|
|
94
94
|
__exportStar(require("./CreateWorkflowEventRequest"), exports);
|
|
95
|
+
__exportStar(require("./DatasetRowPushRequest"), exports);
|
|
95
96
|
__exportStar(require("./DelimiterChunkerConfig"), exports);
|
|
96
97
|
__exportStar(require("./DelimiterChunkerConfigRequest"), exports);
|
|
97
98
|
__exportStar(require("./DelimiterChunking"), exports);
|
|
@@ -123,7 +124,9 @@ __exportStar(require("./DocumentVellumValueRequest"), exports);
|
|
|
123
124
|
__exportStar(require("./EnrichedNormalizedCompletion"), exports);
|
|
124
125
|
__exportStar(require("./EntityStatus"), exports);
|
|
125
126
|
__exportStar(require("./EntityVisibility"), exports);
|
|
127
|
+
__exportStar(require("./EnvironmentDisplayConfig"), exports);
|
|
126
128
|
__exportStar(require("./EnvironmentEnum"), exports);
|
|
129
|
+
__exportStar(require("./EnvironmentRead"), exports);
|
|
127
130
|
__exportStar(require("./EphemeralPromptCacheConfig"), exports);
|
|
128
131
|
__exportStar(require("./EphemeralPromptCacheConfigTypeEnum"), exports);
|
|
129
132
|
__exportStar(require("./ErrorDetailResponse"), exports);
|
package/dist/Client.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ import { ContainerImages } from "./api/resources/containerImages/client/Client";
|
|
|
11
11
|
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
|
+
import { Environments } from "./api/resources/environments/client/Client";
|
|
14
15
|
import { FolderEntities } from "./api/resources/folderEntities/client/Client";
|
|
15
16
|
import { IntegrationAuthConfigs } from "./api/resources/integrationAuthConfigs/client/Client";
|
|
16
17
|
import { IntegrationProviders } from "./api/resources/integrationProviders/client/Client";
|
|
@@ -58,6 +59,7 @@ export declare class VellumClient {
|
|
|
58
59
|
protected _deployments: Deployments | undefined;
|
|
59
60
|
protected _documentIndexes: DocumentIndexes | undefined;
|
|
60
61
|
protected _documents: Documents | undefined;
|
|
62
|
+
protected _environments: Environments | undefined;
|
|
61
63
|
protected _folderEntities: FolderEntities | undefined;
|
|
62
64
|
protected _integrationAuthConfigs: IntegrationAuthConfigs | undefined;
|
|
63
65
|
protected _integrationProviders: IntegrationProviders | undefined;
|
|
@@ -82,6 +84,7 @@ export declare class VellumClient {
|
|
|
82
84
|
get deployments(): Deployments;
|
|
83
85
|
get documentIndexes(): DocumentIndexes;
|
|
84
86
|
get documents(): Documents;
|
|
87
|
+
get environments(): Environments;
|
|
85
88
|
get folderEntities(): FolderEntities;
|
|
86
89
|
get integrationAuthConfigs(): IntegrationAuthConfigs;
|
|
87
90
|
get integrationProviders(): IntegrationProviders;
|
package/dist/Client.js
CHANGED
|
@@ -62,22 +62,23 @@ const Client_4 = require("./api/resources/containerImages/client/Client");
|
|
|
62
62
|
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
|
-
const Client_8 = require("./api/resources/
|
|
66
|
-
const Client_9 = require("./api/resources/
|
|
67
|
-
const Client_10 = require("./api/resources/
|
|
68
|
-
const Client_11 = require("./api/resources/
|
|
69
|
-
const Client_12 = require("./api/resources/
|
|
70
|
-
const Client_13 = require("./api/resources/
|
|
71
|
-
const Client_14 = require("./api/resources/
|
|
72
|
-
const Client_15 = require("./api/resources/
|
|
73
|
-
const Client_16 = require("./api/resources/
|
|
74
|
-
const Client_17 = require("./api/resources/
|
|
75
|
-
const Client_18 = require("./api/resources/
|
|
76
|
-
const Client_19 = require("./api/resources/
|
|
77
|
-
const Client_20 = require("./api/resources/
|
|
78
|
-
const Client_21 = require("./api/resources/
|
|
79
|
-
const Client_22 = require("./api/resources/
|
|
80
|
-
const Client_23 = require("./api/resources/
|
|
65
|
+
const Client_8 = require("./api/resources/environments/client/Client");
|
|
66
|
+
const Client_9 = require("./api/resources/folderEntities/client/Client");
|
|
67
|
+
const Client_10 = require("./api/resources/integrationAuthConfigs/client/Client");
|
|
68
|
+
const Client_11 = require("./api/resources/integrationProviders/client/Client");
|
|
69
|
+
const Client_12 = require("./api/resources/metricDefinitions/client/Client");
|
|
70
|
+
const Client_13 = require("./api/resources/mlModels/client/Client");
|
|
71
|
+
const Client_14 = require("./api/resources/organizations/client/Client");
|
|
72
|
+
const Client_15 = require("./api/resources/prompts/client/Client");
|
|
73
|
+
const Client_16 = require("./api/resources/sandboxes/client/Client");
|
|
74
|
+
const Client_17 = require("./api/resources/testSuiteRuns/client/Client");
|
|
75
|
+
const Client_18 = require("./api/resources/testSuites/client/Client");
|
|
76
|
+
const Client_19 = require("./api/resources/workflowDeployments/client/Client");
|
|
77
|
+
const Client_20 = require("./api/resources/workflowExecutions/client/Client");
|
|
78
|
+
const Client_21 = require("./api/resources/workflowSandboxes/client/Client");
|
|
79
|
+
const Client_22 = require("./api/resources/workflows/client/Client");
|
|
80
|
+
const Client_23 = require("./api/resources/workspaceSecrets/client/Client");
|
|
81
|
+
const Client_24 = require("./api/resources/workspaces/client/Client");
|
|
81
82
|
class VellumClient {
|
|
82
83
|
constructor(_options) {
|
|
83
84
|
this._options = _options;
|
|
@@ -110,69 +111,73 @@ class VellumClient {
|
|
|
110
111
|
var _a;
|
|
111
112
|
return ((_a = this._documents) !== null && _a !== void 0 ? _a : (this._documents = new Client_7.Documents(this._options)));
|
|
112
113
|
}
|
|
114
|
+
get environments() {
|
|
115
|
+
var _a;
|
|
116
|
+
return ((_a = this._environments) !== null && _a !== void 0 ? _a : (this._environments = new Client_8.Environments(this._options)));
|
|
117
|
+
}
|
|
113
118
|
get folderEntities() {
|
|
114
119
|
var _a;
|
|
115
|
-
return ((_a = this._folderEntities) !== null && _a !== void 0 ? _a : (this._folderEntities = new
|
|
120
|
+
return ((_a = this._folderEntities) !== null && _a !== void 0 ? _a : (this._folderEntities = new Client_9.FolderEntities(this._options)));
|
|
116
121
|
}
|
|
117
122
|
get integrationAuthConfigs() {
|
|
118
123
|
var _a;
|
|
119
|
-
return ((_a = this._integrationAuthConfigs) !== null && _a !== void 0 ? _a : (this._integrationAuthConfigs = new
|
|
124
|
+
return ((_a = this._integrationAuthConfigs) !== null && _a !== void 0 ? _a : (this._integrationAuthConfigs = new Client_10.IntegrationAuthConfigs(this._options)));
|
|
120
125
|
}
|
|
121
126
|
get integrationProviders() {
|
|
122
127
|
var _a;
|
|
123
|
-
return ((_a = this._integrationProviders) !== null && _a !== void 0 ? _a : (this._integrationProviders = new
|
|
128
|
+
return ((_a = this._integrationProviders) !== null && _a !== void 0 ? _a : (this._integrationProviders = new Client_11.IntegrationProviders(this._options)));
|
|
124
129
|
}
|
|
125
130
|
get metricDefinitions() {
|
|
126
131
|
var _a;
|
|
127
|
-
return ((_a = this._metricDefinitions) !== null && _a !== void 0 ? _a : (this._metricDefinitions = new
|
|
132
|
+
return ((_a = this._metricDefinitions) !== null && _a !== void 0 ? _a : (this._metricDefinitions = new Client_12.MetricDefinitions(this._options)));
|
|
128
133
|
}
|
|
129
134
|
get mlModels() {
|
|
130
135
|
var _a;
|
|
131
|
-
return ((_a = this._mlModels) !== null && _a !== void 0 ? _a : (this._mlModels = new
|
|
136
|
+
return ((_a = this._mlModels) !== null && _a !== void 0 ? _a : (this._mlModels = new Client_13.MlModels(this._options)));
|
|
132
137
|
}
|
|
133
138
|
get organizations() {
|
|
134
139
|
var _a;
|
|
135
|
-
return ((_a = this._organizations) !== null && _a !== void 0 ? _a : (this._organizations = new
|
|
140
|
+
return ((_a = this._organizations) !== null && _a !== void 0 ? _a : (this._organizations = new Client_14.Organizations(this._options)));
|
|
136
141
|
}
|
|
137
142
|
get prompts() {
|
|
138
143
|
var _a;
|
|
139
|
-
return ((_a = this._prompts) !== null && _a !== void 0 ? _a : (this._prompts = new
|
|
144
|
+
return ((_a = this._prompts) !== null && _a !== void 0 ? _a : (this._prompts = new Client_15.Prompts(this._options)));
|
|
140
145
|
}
|
|
141
146
|
get sandboxes() {
|
|
142
147
|
var _a;
|
|
143
|
-
return ((_a = this._sandboxes) !== null && _a !== void 0 ? _a : (this._sandboxes = new
|
|
148
|
+
return ((_a = this._sandboxes) !== null && _a !== void 0 ? _a : (this._sandboxes = new Client_16.Sandboxes(this._options)));
|
|
144
149
|
}
|
|
145
150
|
get testSuiteRuns() {
|
|
146
151
|
var _a;
|
|
147
|
-
return ((_a = this._testSuiteRuns) !== null && _a !== void 0 ? _a : (this._testSuiteRuns = new
|
|
152
|
+
return ((_a = this._testSuiteRuns) !== null && _a !== void 0 ? _a : (this._testSuiteRuns = new Client_17.TestSuiteRuns(this._options)));
|
|
148
153
|
}
|
|
149
154
|
get testSuites() {
|
|
150
155
|
var _a;
|
|
151
|
-
return ((_a = this._testSuites) !== null && _a !== void 0 ? _a : (this._testSuites = new
|
|
156
|
+
return ((_a = this._testSuites) !== null && _a !== void 0 ? _a : (this._testSuites = new Client_18.TestSuites(this._options)));
|
|
152
157
|
}
|
|
153
158
|
get workflowDeployments() {
|
|
154
159
|
var _a;
|
|
155
|
-
return ((_a = this._workflowDeployments) !== null && _a !== void 0 ? _a : (this._workflowDeployments = new
|
|
160
|
+
return ((_a = this._workflowDeployments) !== null && _a !== void 0 ? _a : (this._workflowDeployments = new Client_19.WorkflowDeployments(this._options)));
|
|
156
161
|
}
|
|
157
162
|
get workflowExecutions() {
|
|
158
163
|
var _a;
|
|
159
|
-
return ((_a = this._workflowExecutions) !== null && _a !== void 0 ? _a : (this._workflowExecutions = new
|
|
164
|
+
return ((_a = this._workflowExecutions) !== null && _a !== void 0 ? _a : (this._workflowExecutions = new Client_20.WorkflowExecutions(this._options)));
|
|
160
165
|
}
|
|
161
166
|
get workflowSandboxes() {
|
|
162
167
|
var _a;
|
|
163
|
-
return ((_a = this._workflowSandboxes) !== null && _a !== void 0 ? _a : (this._workflowSandboxes = new
|
|
168
|
+
return ((_a = this._workflowSandboxes) !== null && _a !== void 0 ? _a : (this._workflowSandboxes = new Client_21.WorkflowSandboxes(this._options)));
|
|
164
169
|
}
|
|
165
170
|
get workflows() {
|
|
166
171
|
var _a;
|
|
167
|
-
return ((_a = this._workflows) !== null && _a !== void 0 ? _a : (this._workflows = new
|
|
172
|
+
return ((_a = this._workflows) !== null && _a !== void 0 ? _a : (this._workflows = new Client_22.Workflows(this._options)));
|
|
168
173
|
}
|
|
169
174
|
get workspaceSecrets() {
|
|
170
175
|
var _a;
|
|
171
|
-
return ((_a = this._workspaceSecrets) !== null && _a !== void 0 ? _a : (this._workspaceSecrets = new
|
|
176
|
+
return ((_a = this._workspaceSecrets) !== null && _a !== void 0 ? _a : (this._workspaceSecrets = new Client_23.WorkspaceSecrets(this._options)));
|
|
172
177
|
}
|
|
173
178
|
get workspaces() {
|
|
174
179
|
var _a;
|
|
175
|
-
return ((_a = this._workspaces) !== null && _a !== void 0 ? _a : (this._workspaces = new
|
|
180
|
+
return ((_a = this._workspaces) !== null && _a !== void 0 ? _a : (this._workspaces = new Client_24.Workspaces(this._options)));
|
|
176
181
|
}
|
|
177
182
|
/**
|
|
178
183
|
* @param {Vellum.ExecuteApiRequest} request
|
|
@@ -197,7 +202,7 @@ class VellumClient {
|
|
|
197
202
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
198
203
|
unrecognizedObjectKeys: "strip",
|
|
199
204
|
})
|
|
200
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.7.
|
|
205
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.7.14", "User-Agent": "vellum-ai/1.7.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
201
206
|
contentType: "application/json",
|
|
202
207
|
requestType: "json",
|
|
203
208
|
body: serializers.ExecuteApiRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -283,7 +288,7 @@ class VellumClient {
|
|
|
283
288
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
284
289
|
unrecognizedObjectKeys: "strip",
|
|
285
290
|
})
|
|
286
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.7.
|
|
291
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.7.14", "User-Agent": "vellum-ai/1.7.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
287
292
|
contentType: "application/json",
|
|
288
293
|
requestType: "json",
|
|
289
294
|
body: serializers.CodeExecutor.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -369,7 +374,7 @@ class VellumClient {
|
|
|
369
374
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
370
375
|
unrecognizedObjectKeys: "strip",
|
|
371
376
|
})
|
|
372
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.7.
|
|
377
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.7.14", "User-Agent": "vellum-ai/1.7.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
373
378
|
contentType: "application/json",
|
|
374
379
|
requestType: "json",
|
|
375
380
|
body: serializers.ExecutePromptRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -440,7 +445,7 @@ class VellumClient {
|
|
|
440
445
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
441
446
|
unrecognizedObjectKeys: "strip",
|
|
442
447
|
})
|
|
443
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.7.
|
|
448
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.7.14", "User-Agent": "vellum-ai/1.7.14", "X-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
449
|
contentType: "application/json",
|
|
445
450
|
requestType: "json",
|
|
446
451
|
body: serializers.ExecutePromptStreamRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -542,7 +547,7 @@ class VellumClient {
|
|
|
542
547
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
543
548
|
unrecognizedObjectKeys: "strip",
|
|
544
549
|
})
|
|
545
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.7.
|
|
550
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.7.14", "User-Agent": "vellum-ai/1.7.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
546
551
|
contentType: "application/json",
|
|
547
552
|
requestType: "json",
|
|
548
553
|
body: serializers.ExecuteWorkflowRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -611,7 +616,7 @@ class VellumClient {
|
|
|
611
616
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
612
617
|
unrecognizedObjectKeys: "strip",
|
|
613
618
|
})
|
|
614
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.7.
|
|
619
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.7.14", "User-Agent": "vellum-ai/1.7.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
615
620
|
contentType: "application/json",
|
|
616
621
|
requestType: "json",
|
|
617
622
|
body: serializers.ExecuteWorkflowStreamRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -719,7 +724,7 @@ class VellumClient {
|
|
|
719
724
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
720
725
|
unrecognizedObjectKeys: "strip",
|
|
721
726
|
})
|
|
722
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.7.
|
|
727
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.7.14", "User-Agent": "vellum-ai/1.7.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
723
728
|
contentType: "application/json",
|
|
724
729
|
requestType: "json",
|
|
725
730
|
body: serializers.GenerateBodyRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -793,7 +798,7 @@ class VellumClient {
|
|
|
793
798
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
794
799
|
unrecognizedObjectKeys: "strip",
|
|
795
800
|
})
|
|
796
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.7.
|
|
801
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.7.14", "User-Agent": "vellum-ai/1.7.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
797
802
|
contentType: "application/json",
|
|
798
803
|
requestType: "json",
|
|
799
804
|
body: serializers.GenerateStreamBodyRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -887,7 +892,7 @@ class VellumClient {
|
|
|
887
892
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
888
893
|
unrecognizedObjectKeys: "strip",
|
|
889
894
|
})
|
|
890
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.7.
|
|
895
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.7.14", "User-Agent": "vellum-ai/1.7.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
891
896
|
contentType: "application/json",
|
|
892
897
|
requestType: "json",
|
|
893
898
|
body: serializers.SearchRequestBodyRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -968,7 +973,7 @@ class VellumClient {
|
|
|
968
973
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
969
974
|
unrecognizedObjectKeys: "strip",
|
|
970
975
|
})
|
|
971
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.7.
|
|
976
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.7.14", "User-Agent": "vellum-ai/1.7.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
972
977
|
contentType: "application/json",
|
|
973
978
|
requestType: "json",
|
|
974
979
|
body: serializers.SubmitCompletionActualsRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -1043,7 +1048,7 @@ class VellumClient {
|
|
|
1043
1048
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
1044
1049
|
unrecognizedObjectKeys: "strip",
|
|
1045
1050
|
})
|
|
1046
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.7.
|
|
1051
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.7.14", "User-Agent": "vellum-ai/1.7.14", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
1047
1052
|
contentType: "application/json",
|
|
1048
1053
|
requestType: "json",
|
|
1049
1054
|
body: serializers.SubmitWorkflowExecutionActualsRequest.jsonOrThrow(request, {
|