vellum-ai 1.7.15 → 1.8.1
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.js +11 -11
- 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.js +1 -1
- package/api/resources/events/client/Client.js +1 -1
- package/api/resources/folderEntities/client/Client.js +2 -2
- 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 +4 -4
- package/api/resources/workspaceSecrets/client/Client.js +2 -2
- package/api/resources/workspaces/client/Client.js +1 -1
- package/api/types/ComposioToolDefinition.d.ts +1 -1
- package/api/types/{ToolDefinitionIntegration.d.ts → Integration.d.ts} +4 -1
- package/api/types/IntegrationName.d.ts +47 -1
- package/api/types/IntegrationName.js +23 -0
- package/api/types/SlimComposioToolDefinition.d.ts +1 -1
- package/api/types/VellumErrorCodeEnum.d.ts +3 -1
- package/api/types/VellumErrorCodeEnum.js +1 -0
- package/api/types/VellumSdkErrorCodeEnum.d.ts +5 -1
- package/api/types/VellumSdkErrorCodeEnum.js +2 -0
- package/api/types/WorkflowExecutionEventErrorCode.d.ts +5 -1
- package/api/types/WorkflowExecutionEventErrorCode.js +2 -0
- package/api/types/index.d.ts +1 -1
- package/api/types/index.js +1 -1
- package/dist/Client.js +11 -11
- 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.js +1 -1
- package/dist/api/resources/events/client/Client.js +1 -1
- package/dist/api/resources/folderEntities/client/Client.js +2 -2
- 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 +4 -4
- package/dist/api/resources/workspaceSecrets/client/Client.js +2 -2
- package/dist/api/resources/workspaces/client/Client.js +1 -1
- package/dist/api/types/ComposioToolDefinition.d.ts +1 -1
- package/dist/api/types/{ToolDefinitionIntegration.d.ts → Integration.d.ts} +4 -1
- package/dist/api/types/IntegrationName.d.ts +47 -1
- package/dist/api/types/IntegrationName.js +23 -0
- package/dist/api/types/SlimComposioToolDefinition.d.ts +1 -1
- package/dist/api/types/VellumErrorCodeEnum.d.ts +3 -1
- package/dist/api/types/VellumErrorCodeEnum.js +1 -0
- package/dist/api/types/VellumSdkErrorCodeEnum.d.ts +5 -1
- package/dist/api/types/VellumSdkErrorCodeEnum.js +2 -0
- package/dist/api/types/WorkflowExecutionEventErrorCode.d.ts +5 -1
- package/dist/api/types/WorkflowExecutionEventErrorCode.js +2 -0
- package/dist/api/types/index.d.ts +1 -1
- package/dist/api/types/index.js +1 -1
- package/dist/serialization/types/ComposioToolDefinition.d.ts +2 -2
- package/dist/serialization/types/ComposioToolDefinition.js +2 -2
- package/dist/serialization/types/{ToolDefinitionIntegration.d.ts → Integration.d.ts} +2 -2
- package/dist/serialization/types/{ToolDefinitionIntegration.js → Integration.js} +2 -2
- package/dist/serialization/types/IntegrationName.d.ts +1 -1
- package/dist/serialization/types/IntegrationName.js +23 -0
- package/dist/serialization/types/SlimComposioToolDefinition.d.ts +2 -2
- package/dist/serialization/types/SlimComposioToolDefinition.js +2 -2
- package/dist/serialization/types/VellumErrorCodeEnum.d.ts +1 -1
- package/dist/serialization/types/VellumErrorCodeEnum.js +1 -0
- package/dist/serialization/types/VellumSdkErrorCodeEnum.d.ts +1 -1
- package/dist/serialization/types/VellumSdkErrorCodeEnum.js +2 -0
- package/dist/serialization/types/WorkflowExecutionEventErrorCode.d.ts +1 -1
- package/dist/serialization/types/WorkflowExecutionEventErrorCode.js +2 -0
- package/dist/serialization/types/index.d.ts +1 -1
- package/dist/serialization/types/index.js +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/serialization/types/ComposioToolDefinition.d.ts +2 -2
- package/serialization/types/ComposioToolDefinition.js +2 -2
- package/serialization/types/{ToolDefinitionIntegration.d.ts → Integration.d.ts} +2 -2
- package/serialization/types/{ToolDefinitionIntegration.js → Integration.js} +2 -2
- package/serialization/types/IntegrationName.d.ts +1 -1
- package/serialization/types/IntegrationName.js +23 -0
- package/serialization/types/SlimComposioToolDefinition.d.ts +2 -2
- package/serialization/types/SlimComposioToolDefinition.js +2 -2
- package/serialization/types/VellumErrorCodeEnum.d.ts +1 -1
- package/serialization/types/VellumErrorCodeEnum.js +1 -0
- package/serialization/types/VellumSdkErrorCodeEnum.d.ts +1 -1
- package/serialization/types/VellumSdkErrorCodeEnum.js +2 -0
- package/serialization/types/WorkflowExecutionEventErrorCode.d.ts +1 -1
- package/serialization/types/WorkflowExecutionEventErrorCode.js +2 -0
- package/serialization/types/index.d.ts +1 -1
- package/serialization/types/index.js +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- /package/api/types/{ToolDefinitionIntegration.js → Integration.js} +0 -0
- /package/dist/api/types/{ToolDefinitionIntegration.js → Integration.js} +0 -0
|
@@ -81,7 +81,7 @@ class Sandboxes {
|
|
|
81
81
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
82
82
|
unrecognizedObjectKeys: "strip",
|
|
83
83
|
})
|
|
84
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
84
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.8.1", "User-Agent": "vellum-ai/1.8.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
85
85
|
contentType: "application/json",
|
|
86
86
|
requestType: "json",
|
|
87
87
|
body: serializers.DeploySandboxPromptRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -162,7 +162,7 @@ class Sandboxes {
|
|
|
162
162
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
163
163
|
unrecognizedObjectKeys: "strip",
|
|
164
164
|
})
|
|
165
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
165
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.8.1", "User-Agent": "vellum-ai/1.8.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
166
166
|
contentType: "application/json",
|
|
167
167
|
requestType: "json",
|
|
168
168
|
body: serializers.UpsertSandboxScenarioRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -229,7 +229,7 @@ class Sandboxes {
|
|
|
229
229
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
230
230
|
unrecognizedObjectKeys: "strip",
|
|
231
231
|
})
|
|
232
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
232
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.8.1", "User-Agent": "vellum-ai/1.8.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
233
233
|
contentType: "application/json",
|
|
234
234
|
requestType: "json",
|
|
235
235
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
@@ -88,7 +88,7 @@ class TestSuiteRuns {
|
|
|
88
88
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
89
89
|
unrecognizedObjectKeys: "strip",
|
|
90
90
|
})
|
|
91
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
91
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.8.1", "User-Agent": "vellum-ai/1.8.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
92
92
|
contentType: "application/json",
|
|
93
93
|
requestType: "json",
|
|
94
94
|
body: serializers.TestSuiteRunCreateRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -154,7 +154,7 @@ class TestSuiteRuns {
|
|
|
154
154
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
155
155
|
unrecognizedObjectKeys: "strip",
|
|
156
156
|
})
|
|
157
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
157
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.8.1", "User-Agent": "vellum-ai/1.8.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
158
158
|
contentType: "application/json",
|
|
159
159
|
requestType: "json",
|
|
160
160
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
@@ -234,7 +234,7 @@ class TestSuiteRuns {
|
|
|
234
234
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
235
235
|
unrecognizedObjectKeys: "strip",
|
|
236
236
|
})
|
|
237
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
237
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.8.1", "User-Agent": "vellum-ai/1.8.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
238
238
|
contentType: "application/json",
|
|
239
239
|
queryParameters: _queryParams,
|
|
240
240
|
requestType: "json",
|
|
@@ -90,7 +90,7 @@ class TestSuites {
|
|
|
90
90
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
91
91
|
unrecognizedObjectKeys: "strip",
|
|
92
92
|
})
|
|
93
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
93
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.8.1", "User-Agent": "vellum-ai/1.8.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
94
94
|
contentType: "application/json",
|
|
95
95
|
queryParameters: _queryParams,
|
|
96
96
|
requestType: "json",
|
|
@@ -178,7 +178,7 @@ class TestSuites {
|
|
|
178
178
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
179
179
|
unrecognizedObjectKeys: "strip",
|
|
180
180
|
})
|
|
181
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
181
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.8.1", "User-Agent": "vellum-ai/1.8.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
182
182
|
contentType: "application/json",
|
|
183
183
|
requestType: "json",
|
|
184
184
|
body: serializers.UpsertTestSuiteTestCaseRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -238,7 +238,7 @@ class TestSuites {
|
|
|
238
238
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
239
239
|
unrecognizedObjectKeys: "strip",
|
|
240
240
|
})
|
|
241
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
241
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.8.1", "User-Agent": "vellum-ai/1.8.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
242
242
|
contentType: "application/x-ndjson",
|
|
243
243
|
requestType: "json",
|
|
244
244
|
body: serializers.testSuites.testSuiteTestCasesBulk.Request.jsonOrThrow(request, {
|
|
@@ -318,7 +318,7 @@ class TestSuites {
|
|
|
318
318
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
319
319
|
unrecognizedObjectKeys: "strip",
|
|
320
320
|
})
|
|
321
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
321
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.8.1", "User-Agent": "vellum-ai/1.8.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
322
322
|
contentType: "application/json",
|
|
323
323
|
requestType: "json",
|
|
324
324
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
@@ -97,7 +97,7 @@ class WorkflowDeployments {
|
|
|
97
97
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
98
98
|
unrecognizedObjectKeys: "strip",
|
|
99
99
|
})
|
|
100
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
100
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.8.1", "User-Agent": "vellum-ai/1.8.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
101
101
|
contentType: "application/json",
|
|
102
102
|
queryParameters: _queryParams,
|
|
103
103
|
requestType: "json",
|
|
@@ -163,7 +163,7 @@ class WorkflowDeployments {
|
|
|
163
163
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
164
164
|
unrecognizedObjectKeys: "strip",
|
|
165
165
|
})
|
|
166
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
166
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.8.1", "User-Agent": "vellum-ai/1.8.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
167
167
|
contentType: "application/json",
|
|
168
168
|
requestType: "json",
|
|
169
169
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
@@ -241,7 +241,7 @@ class WorkflowDeployments {
|
|
|
241
241
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
242
242
|
unrecognizedObjectKeys: "strip",
|
|
243
243
|
})
|
|
244
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
244
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.8.1", "User-Agent": "vellum-ai/1.8.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
245
245
|
contentType: "application/json",
|
|
246
246
|
queryParameters: _queryParams,
|
|
247
247
|
requestType: "json",
|
|
@@ -306,7 +306,7 @@ class WorkflowDeployments {
|
|
|
306
306
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
307
307
|
unrecognizedObjectKeys: "strip",
|
|
308
308
|
})
|
|
309
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
309
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.8.1", "User-Agent": "vellum-ai/1.8.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
310
310
|
contentType: "application/json",
|
|
311
311
|
requestType: "json",
|
|
312
312
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
@@ -373,7 +373,7 @@ class WorkflowDeployments {
|
|
|
373
373
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
374
374
|
unrecognizedObjectKeys: "strip",
|
|
375
375
|
})
|
|
376
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
376
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.8.1", "User-Agent": "vellum-ai/1.8.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
377
377
|
contentType: "application/json",
|
|
378
378
|
requestType: "json",
|
|
379
379
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
@@ -455,7 +455,7 @@ class WorkflowDeployments {
|
|
|
455
455
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
456
456
|
unrecognizedObjectKeys: "strip",
|
|
457
457
|
})
|
|
458
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
458
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.8.1", "User-Agent": "vellum-ai/1.8.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
459
459
|
contentType: "application/json",
|
|
460
460
|
queryParameters: _queryParams,
|
|
461
461
|
requestType: "json",
|
|
@@ -522,7 +522,7 @@ class WorkflowDeployments {
|
|
|
522
522
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
523
523
|
unrecognizedObjectKeys: "strip",
|
|
524
524
|
})
|
|
525
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
525
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.8.1", "User-Agent": "vellum-ai/1.8.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
526
526
|
contentType: "application/json",
|
|
527
527
|
requestType: "json",
|
|
528
528
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
@@ -589,7 +589,7 @@ class WorkflowDeployments {
|
|
|
589
589
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
590
590
|
unrecognizedObjectKeys: "strip",
|
|
591
591
|
})
|
|
592
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
592
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.8.1", "User-Agent": "vellum-ai/1.8.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
593
593
|
contentType: "application/json",
|
|
594
594
|
requestType: "json",
|
|
595
595
|
body: serializers.PatchedWorkflowReleaseTagUpdateRequest.jsonOrThrow(request, {
|
|
@@ -669,7 +669,7 @@ class WorkflowDeployments {
|
|
|
669
669
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
670
670
|
unrecognizedObjectKeys: "strip",
|
|
671
671
|
})
|
|
672
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
672
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.8.1", "User-Agent": "vellum-ai/1.8.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
673
673
|
contentType: "application/json",
|
|
674
674
|
queryParameters: _queryParams,
|
|
675
675
|
requestType: "json",
|
|
@@ -736,7 +736,7 @@ class WorkflowDeployments {
|
|
|
736
736
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
737
737
|
unrecognizedObjectKeys: "strip",
|
|
738
738
|
})
|
|
739
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
739
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.8.1", "User-Agent": "vellum-ai/1.8.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
740
740
|
contentType: "application/json",
|
|
741
741
|
requestType: "json",
|
|
742
742
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
@@ -88,7 +88,7 @@ class WorkflowExecutions {
|
|
|
88
88
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
89
89
|
unrecognizedObjectKeys: "strip",
|
|
90
90
|
})
|
|
91
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
91
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.8.1", "User-Agent": "vellum-ai/1.8.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
92
92
|
contentType: "application/json",
|
|
93
93
|
queryParameters: _queryParams,
|
|
94
94
|
requestType: "json",
|
|
@@ -80,7 +80,7 @@ class WorkflowSandboxes {
|
|
|
80
80
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
81
81
|
unrecognizedObjectKeys: "strip",
|
|
82
82
|
})
|
|
83
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
83
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.8.1", "User-Agent": "vellum-ai/1.8.1", "X-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.
|
|
165
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.8.1", "User-Agent": "vellum-ai/1.8.1", "X-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.
|
|
103
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.8.1", "User-Agent": "vellum-ai/1.8.1", "X-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.
|
|
169
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.8.1", "User-Agent": "vellum-ai/1.8.1", "X-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,
|
|
@@ -252,7 +252,7 @@ class Workflows {
|
|
|
252
252
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
253
253
|
unrecognizedObjectKeys: "strip",
|
|
254
254
|
})
|
|
255
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
255
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.8.1", "User-Agent": "vellum-ai/1.8.1", "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),
|
|
256
256
|
requestType: "file",
|
|
257
257
|
duplex: _maybeEncodedRequest.duplex,
|
|
258
258
|
body: _maybeEncodedRequest.body,
|
|
@@ -324,7 +324,7 @@ class Workflows {
|
|
|
324
324
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
325
325
|
unrecognizedObjectKeys: "strip",
|
|
326
326
|
})
|
|
327
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
327
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.8.1", "User-Agent": "vellum-ai/1.8.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
328
328
|
contentType: "application/json",
|
|
329
329
|
requestType: "json",
|
|
330
330
|
body: serializers.SerializeWorkflowFilesRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -81,7 +81,7 @@ class WorkspaceSecrets {
|
|
|
81
81
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
82
82
|
unrecognizedObjectKeys: "strip",
|
|
83
83
|
})
|
|
84
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.
|
|
84
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.8.1", "User-Agent": "vellum-ai/1.8.1", "X-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.
|
|
150
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.8.1", "User-Agent": "vellum-ai/1.8.1", "X-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.
|
|
83
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.8.1", "User-Agent": "vellum-ai/1.8.1", "X-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,
|
|
@@ -2,7 +2,10 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as Vellum from "../index";
|
|
5
|
-
|
|
5
|
+
/**
|
|
6
|
+
* Serializer for Integration model - used in both tool and trigger definitions.
|
|
7
|
+
*/
|
|
8
|
+
export interface Integration {
|
|
6
9
|
id: string;
|
|
7
10
|
provider: Vellum.IntegrationProvider;
|
|
8
11
|
name: Vellum.IntegrationName;
|
|
@@ -7,64 +7,110 @@
|
|
|
7
7
|
* * `GOOGLE` - Google
|
|
8
8
|
* * `CALENDLY` - Calendly
|
|
9
9
|
* * `CANVA` - Canva
|
|
10
|
+
* * `CLICKUP` - ClickUp
|
|
10
11
|
* * `HUBSPOT` - Hubspot
|
|
12
|
+
* * `INTERCOM` - Intercom
|
|
11
13
|
* * `LINEAR` - Linear
|
|
12
14
|
* * `LINKEDIN` - LinkedIn
|
|
13
15
|
* * `MAILCHIMP` - Mailchimp
|
|
16
|
+
* * `MEM0` - Mem0
|
|
17
|
+
* * `NEON` - Neon
|
|
14
18
|
* * `GITHUB` - Github
|
|
15
19
|
* * `GOOGLE_SHEETS` - Google Sheets
|
|
16
20
|
* * `GOOGLE_CALENDAR` - Google Calendar
|
|
17
21
|
* * `GOOGLE_DRIVE` - Google Drive
|
|
18
22
|
* * `GMAIL` - Gmail
|
|
19
23
|
* * `AIRTABLE` - Airtable
|
|
24
|
+
* * `APOLLO` - Apollo
|
|
25
|
+
* * `ASANA` - Asana
|
|
20
26
|
* * `ATLASSIAN` - Atlassian
|
|
27
|
+
* * `BOX` - Box
|
|
28
|
+
* * `BREVO` - Brevo
|
|
29
|
+
* * `BROWSERBASE_TOOL` - Browserbase Tool
|
|
30
|
+
* * `CAL` - Cal
|
|
31
|
+
* * `CANVAS` - Canvas
|
|
32
|
+
* * `ELEVENLABS` - ElevenLabs
|
|
33
|
+
* * `EXA` - Exa
|
|
21
34
|
* * `GAMMA` - Gamma
|
|
22
35
|
* * `GITLAB` - Gitlab
|
|
23
36
|
* * `FIRECRAWL` - Firecrawl
|
|
24
37
|
* * `FIGMA` - Figma
|
|
38
|
+
* * `GOOGLE_MAPS` - Google Maps
|
|
39
|
+
* * `JIRA` - Jira
|
|
40
|
+
* * `KLAVIYO` - Klaviyo
|
|
25
41
|
* * `PAGERDUTY` - PagerDuty
|
|
42
|
+
* * `PEOPLEDATALABS` - People Data Labs
|
|
26
43
|
* * `PERPLEXITY` - Perplexity
|
|
44
|
+
* * `POSTHOG` - PostHog
|
|
27
45
|
* * `REDDIT` - Reddit
|
|
46
|
+
* * `SEMRUSH` - Semrush
|
|
28
47
|
* * `SERPAPI` - Serp Api
|
|
48
|
+
* * `SHARE_POINT` - SharePoint
|
|
49
|
+
* * `STRIPE` - Stripe
|
|
29
50
|
* * `SUPABASE` - Supabase
|
|
51
|
+
* * `TAVILY` - Tavily
|
|
30
52
|
* * `WEBFLOW` - Webflow
|
|
31
53
|
* * `ZENDESK` - Zendesk
|
|
32
54
|
* * `DROPBOX` - Dropbox
|
|
33
55
|
* * `EVENTBRITE` - Eventbrite
|
|
34
56
|
* * `CONFLUENCE` - Confluence
|
|
57
|
+
* * `DISCORD` - Discord
|
|
35
58
|
* * `DOCUSIGN` - DocuSign
|
|
36
59
|
*/
|
|
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";
|
|
60
|
+
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" | "BOX" | "BREVO" | "BROWSERBASE_TOOL" | "CAL" | "CANVAS" | "ELEVENLABS" | "EXA" | "GAMMA" | "GITLAB" | "FIRECRAWL" | "FIGMA" | "GOOGLE_MAPS" | "JIRA" | "KLAVIYO" | "PAGERDUTY" | "PEOPLEDATALABS" | "PERPLEXITY" | "POSTHOG" | "REDDIT" | "SEMRUSH" | "SERPAPI" | "SHARE_POINT" | "STRIPE" | "SUPABASE" | "TAVILY" | "WEBFLOW" | "ZENDESK" | "DROPBOX" | "EVENTBRITE" | "CONFLUENCE" | "DISCORD" | "DOCUSIGN";
|
|
38
61
|
export declare const IntegrationName: {
|
|
39
62
|
readonly Slack: "SLACK";
|
|
40
63
|
readonly Notion: "NOTION";
|
|
41
64
|
readonly Google: "GOOGLE";
|
|
42
65
|
readonly Calendly: "CALENDLY";
|
|
43
66
|
readonly Canva: "CANVA";
|
|
67
|
+
readonly Clickup: "CLICKUP";
|
|
44
68
|
readonly Hubspot: "HUBSPOT";
|
|
69
|
+
readonly Intercom: "INTERCOM";
|
|
45
70
|
readonly Linear: "LINEAR";
|
|
46
71
|
readonly Linkedin: "LINKEDIN";
|
|
47
72
|
readonly Mailchimp: "MAILCHIMP";
|
|
73
|
+
readonly Mem0: "MEM0";
|
|
74
|
+
readonly Neon: "NEON";
|
|
48
75
|
readonly Github: "GITHUB";
|
|
49
76
|
readonly GoogleSheets: "GOOGLE_SHEETS";
|
|
50
77
|
readonly GoogleCalendar: "GOOGLE_CALENDAR";
|
|
51
78
|
readonly GoogleDrive: "GOOGLE_DRIVE";
|
|
52
79
|
readonly Gmail: "GMAIL";
|
|
53
80
|
readonly Airtable: "AIRTABLE";
|
|
81
|
+
readonly Apollo: "APOLLO";
|
|
82
|
+
readonly Asana: "ASANA";
|
|
54
83
|
readonly Atlassian: "ATLASSIAN";
|
|
84
|
+
readonly Box: "BOX";
|
|
85
|
+
readonly Brevo: "BREVO";
|
|
86
|
+
readonly BrowserbaseTool: "BROWSERBASE_TOOL";
|
|
87
|
+
readonly Cal: "CAL";
|
|
88
|
+
readonly Canvas: "CANVAS";
|
|
89
|
+
readonly Elevenlabs: "ELEVENLABS";
|
|
90
|
+
readonly Exa: "EXA";
|
|
55
91
|
readonly Gamma: "GAMMA";
|
|
56
92
|
readonly Gitlab: "GITLAB";
|
|
57
93
|
readonly Firecrawl: "FIRECRAWL";
|
|
58
94
|
readonly Figma: "FIGMA";
|
|
95
|
+
readonly GoogleMaps: "GOOGLE_MAPS";
|
|
96
|
+
readonly Jira: "JIRA";
|
|
97
|
+
readonly Klaviyo: "KLAVIYO";
|
|
59
98
|
readonly Pagerduty: "PAGERDUTY";
|
|
99
|
+
readonly Peopledatalabs: "PEOPLEDATALABS";
|
|
60
100
|
readonly Perplexity: "PERPLEXITY";
|
|
101
|
+
readonly Posthog: "POSTHOG";
|
|
61
102
|
readonly Reddit: "REDDIT";
|
|
103
|
+
readonly Semrush: "SEMRUSH";
|
|
62
104
|
readonly Serpapi: "SERPAPI";
|
|
105
|
+
readonly SharePoint: "SHARE_POINT";
|
|
106
|
+
readonly Stripe: "STRIPE";
|
|
63
107
|
readonly Supabase: "SUPABASE";
|
|
108
|
+
readonly Tavily: "TAVILY";
|
|
64
109
|
readonly Webflow: "WEBFLOW";
|
|
65
110
|
readonly Zendesk: "ZENDESK";
|
|
66
111
|
readonly Dropbox: "DROPBOX";
|
|
67
112
|
readonly Eventbrite: "EVENTBRITE";
|
|
68
113
|
readonly Confluence: "CONFLUENCE";
|
|
114
|
+
readonly Discord: "DISCORD";
|
|
69
115
|
readonly Docusign: "DOCUSIGN";
|
|
70
116
|
};
|
|
@@ -10,30 +10,53 @@ exports.IntegrationName = {
|
|
|
10
10
|
Google: "GOOGLE",
|
|
11
11
|
Calendly: "CALENDLY",
|
|
12
12
|
Canva: "CANVA",
|
|
13
|
+
Clickup: "CLICKUP",
|
|
13
14
|
Hubspot: "HUBSPOT",
|
|
15
|
+
Intercom: "INTERCOM",
|
|
14
16
|
Linear: "LINEAR",
|
|
15
17
|
Linkedin: "LINKEDIN",
|
|
16
18
|
Mailchimp: "MAILCHIMP",
|
|
19
|
+
Mem0: "MEM0",
|
|
20
|
+
Neon: "NEON",
|
|
17
21
|
Github: "GITHUB",
|
|
18
22
|
GoogleSheets: "GOOGLE_SHEETS",
|
|
19
23
|
GoogleCalendar: "GOOGLE_CALENDAR",
|
|
20
24
|
GoogleDrive: "GOOGLE_DRIVE",
|
|
21
25
|
Gmail: "GMAIL",
|
|
22
26
|
Airtable: "AIRTABLE",
|
|
27
|
+
Apollo: "APOLLO",
|
|
28
|
+
Asana: "ASANA",
|
|
23
29
|
Atlassian: "ATLASSIAN",
|
|
30
|
+
Box: "BOX",
|
|
31
|
+
Brevo: "BREVO",
|
|
32
|
+
BrowserbaseTool: "BROWSERBASE_TOOL",
|
|
33
|
+
Cal: "CAL",
|
|
34
|
+
Canvas: "CANVAS",
|
|
35
|
+
Elevenlabs: "ELEVENLABS",
|
|
36
|
+
Exa: "EXA",
|
|
24
37
|
Gamma: "GAMMA",
|
|
25
38
|
Gitlab: "GITLAB",
|
|
26
39
|
Firecrawl: "FIRECRAWL",
|
|
27
40
|
Figma: "FIGMA",
|
|
41
|
+
GoogleMaps: "GOOGLE_MAPS",
|
|
42
|
+
Jira: "JIRA",
|
|
43
|
+
Klaviyo: "KLAVIYO",
|
|
28
44
|
Pagerduty: "PAGERDUTY",
|
|
45
|
+
Peopledatalabs: "PEOPLEDATALABS",
|
|
29
46
|
Perplexity: "PERPLEXITY",
|
|
47
|
+
Posthog: "POSTHOG",
|
|
30
48
|
Reddit: "REDDIT",
|
|
49
|
+
Semrush: "SEMRUSH",
|
|
31
50
|
Serpapi: "SERPAPI",
|
|
51
|
+
SharePoint: "SHARE_POINT",
|
|
52
|
+
Stripe: "STRIPE",
|
|
32
53
|
Supabase: "SUPABASE",
|
|
54
|
+
Tavily: "TAVILY",
|
|
33
55
|
Webflow: "WEBFLOW",
|
|
34
56
|
Zendesk: "ZENDESK",
|
|
35
57
|
Dropbox: "DROPBOX",
|
|
36
58
|
Eventbrite: "EVENTBRITE",
|
|
37
59
|
Confluence: "CONFLUENCE",
|
|
60
|
+
Discord: "DISCORD",
|
|
38
61
|
Docusign: "DOCUSIGN",
|
|
39
62
|
};
|
|
@@ -13,8 +13,9 @@
|
|
|
13
13
|
* * `WORKFLOW_CANCELLED` - WORKFLOW_CANCELLED
|
|
14
14
|
* * `NODE_CANCELLED` - NODE_CANCELLED
|
|
15
15
|
* * `PROVIDER_QUOTA_EXCEEDED` - PROVIDER_QUOTA_EXCEEDED
|
|
16
|
+
* * `CHAT_QUOTA_EXCEEDED` - CHAT_QUOTA_EXCEEDED
|
|
16
17
|
*/
|
|
17
|
-
export type VellumErrorCodeEnum = "INVALID_REQUEST" | "INVALID_INPUTS" | "PROVIDER_ERROR" | "PROVIDER_CREDENTIALS_UNAVAILABLE" | "INTEGRATION_CREDENTIALS_UNAVAILABLE" | "REQUEST_TIMEOUT" | "INTERNAL_SERVER_ERROR" | "USER_DEFINED_ERROR" | "WORKFLOW_CANCELLED" | "NODE_CANCELLED" | "PROVIDER_QUOTA_EXCEEDED";
|
|
18
|
+
export type VellumErrorCodeEnum = "INVALID_REQUEST" | "INVALID_INPUTS" | "PROVIDER_ERROR" | "PROVIDER_CREDENTIALS_UNAVAILABLE" | "INTEGRATION_CREDENTIALS_UNAVAILABLE" | "REQUEST_TIMEOUT" | "INTERNAL_SERVER_ERROR" | "USER_DEFINED_ERROR" | "WORKFLOW_CANCELLED" | "NODE_CANCELLED" | "PROVIDER_QUOTA_EXCEEDED" | "CHAT_QUOTA_EXCEEDED";
|
|
18
19
|
export declare const VellumErrorCodeEnum: {
|
|
19
20
|
readonly InvalidRequest: "INVALID_REQUEST";
|
|
20
21
|
readonly InvalidInputs: "INVALID_INPUTS";
|
|
@@ -27,4 +28,5 @@ export declare const VellumErrorCodeEnum: {
|
|
|
27
28
|
readonly WorkflowCancelled: "WORKFLOW_CANCELLED";
|
|
28
29
|
readonly NodeCancelled: "NODE_CANCELLED";
|
|
29
30
|
readonly ProviderQuotaExceeded: "PROVIDER_QUOTA_EXCEEDED";
|
|
31
|
+
readonly ChatQuotaExceeded: "CHAT_QUOTA_EXCEEDED";
|
|
30
32
|
};
|
|
@@ -15,10 +15,12 @@
|
|
|
15
15
|
* * `PROVIDER_QUOTA_EXCEEDED` - PROVIDER_QUOTA_EXCEEDED
|
|
16
16
|
* * `USER_DEFINED_ERROR` - USER_DEFINED_ERROR
|
|
17
17
|
* * `WORKFLOW_CANCELLED` - WORKFLOW_CANCELLED
|
|
18
|
+
* * `WORKFLOW_TIMEOUT` - WORKFLOW_TIMEOUT
|
|
18
19
|
* * `NODE_CANCELLED` - NODE_CANCELLED
|
|
20
|
+
* * `NODE_TIMEOUT` - NODE_TIMEOUT
|
|
19
21
|
* * `NODE_EXECUTION` - NODE_EXECUTION
|
|
20
22
|
*/
|
|
21
|
-
export type VellumSdkErrorCodeEnum = "INVALID_WORKFLOW" | "INVALID_INPUTS" | "INVALID_OUTPUTS" | "INVALID_STATE" | "INVALID_CODE" | "INVALID_TEMPLATE" | "INTERNAL_ERROR" | "PROVIDER_CREDENTIALS_UNAVAILABLE" | "INTEGRATION_CREDENTIALS_UNAVAILABLE" | "PROVIDER_ERROR" | "PROVIDER_QUOTA_EXCEEDED" | "USER_DEFINED_ERROR" | "WORKFLOW_CANCELLED" | "NODE_CANCELLED" | "NODE_EXECUTION";
|
|
23
|
+
export type VellumSdkErrorCodeEnum = "INVALID_WORKFLOW" | "INVALID_INPUTS" | "INVALID_OUTPUTS" | "INVALID_STATE" | "INVALID_CODE" | "INVALID_TEMPLATE" | "INTERNAL_ERROR" | "PROVIDER_CREDENTIALS_UNAVAILABLE" | "INTEGRATION_CREDENTIALS_UNAVAILABLE" | "PROVIDER_ERROR" | "PROVIDER_QUOTA_EXCEEDED" | "USER_DEFINED_ERROR" | "WORKFLOW_CANCELLED" | "WORKFLOW_TIMEOUT" | "NODE_CANCELLED" | "NODE_TIMEOUT" | "NODE_EXECUTION";
|
|
22
24
|
export declare const VellumSdkErrorCodeEnum: {
|
|
23
25
|
readonly InvalidWorkflow: "INVALID_WORKFLOW";
|
|
24
26
|
readonly InvalidInputs: "INVALID_INPUTS";
|
|
@@ -33,6 +35,8 @@ export declare const VellumSdkErrorCodeEnum: {
|
|
|
33
35
|
readonly ProviderQuotaExceeded: "PROVIDER_QUOTA_EXCEEDED";
|
|
34
36
|
readonly UserDefinedError: "USER_DEFINED_ERROR";
|
|
35
37
|
readonly WorkflowCancelled: "WORKFLOW_CANCELLED";
|
|
38
|
+
readonly WorkflowTimeout: "WORKFLOW_TIMEOUT";
|
|
36
39
|
readonly NodeCancelled: "NODE_CANCELLED";
|
|
40
|
+
readonly NodeTimeout: "NODE_TIMEOUT";
|
|
37
41
|
readonly NodeExecution: "NODE_EXECUTION";
|
|
38
42
|
};
|
|
@@ -18,6 +18,8 @@ exports.VellumSdkErrorCodeEnum = {
|
|
|
18
18
|
ProviderQuotaExceeded: "PROVIDER_QUOTA_EXCEEDED",
|
|
19
19
|
UserDefinedError: "USER_DEFINED_ERROR",
|
|
20
20
|
WorkflowCancelled: "WORKFLOW_CANCELLED",
|
|
21
|
+
WorkflowTimeout: "WORKFLOW_TIMEOUT",
|
|
21
22
|
NodeCancelled: "NODE_CANCELLED",
|
|
23
|
+
NodeTimeout: "NODE_TIMEOUT",
|
|
22
24
|
NodeExecution: "NODE_EXECUTION",
|
|
23
25
|
};
|
|
@@ -4,28 +4,32 @@
|
|
|
4
4
|
/**
|
|
5
5
|
* * `WORKFLOW_INITIALIZATION` - WORKFLOW_INITIALIZATION
|
|
6
6
|
* * `WORKFLOW_CANCELLED` - WORKFLOW_CANCELLED
|
|
7
|
+
* * `WORKFLOW_TIMEOUT` - WORKFLOW_TIMEOUT
|
|
7
8
|
* * `PROVIDER_CREDENTIALS_UNAVAILABLE` - PROVIDER_CREDENTIALS_UNAVAILABLE
|
|
8
9
|
* * `INTEGRATION_CREDENTIALS_UNAVAILABLE` - INTEGRATION_CREDENTIALS_UNAVAILABLE
|
|
9
10
|
* * `NODE_EXECUTION_COUNT_LIMIT_REACHED` - NODE_EXECUTION_COUNT_LIMIT_REACHED
|
|
10
11
|
* * `INTERNAL_SERVER_ERROR` - INTERNAL_SERVER_ERROR
|
|
11
12
|
* * `NODE_EXECUTION` - NODE_EXECUTION
|
|
12
13
|
* * `NODE_CANCELLED` - NODE_CANCELLED
|
|
14
|
+
* * `NODE_TIMEOUT` - NODE_TIMEOUT
|
|
13
15
|
* * `LLM_PROVIDER` - LLM_PROVIDER
|
|
14
16
|
* * `INVALID_TEMPLATE` - INVALID_TEMPLATE
|
|
15
17
|
* * `INVALID_INPUTS` - INVALID_INPUTS
|
|
16
18
|
* * `PROVIDER_QUOTA_EXCEEDED` - PROVIDER_QUOTA_EXCEEDED
|
|
17
19
|
* * `USER_DEFINED_ERROR` - USER_DEFINED_ERROR
|
|
18
20
|
*/
|
|
19
|
-
export type WorkflowExecutionEventErrorCode = "WORKFLOW_INITIALIZATION" | "WORKFLOW_CANCELLED" | "PROVIDER_CREDENTIALS_UNAVAILABLE" | "INTEGRATION_CREDENTIALS_UNAVAILABLE" | "NODE_EXECUTION_COUNT_LIMIT_REACHED" | "INTERNAL_SERVER_ERROR" | "NODE_EXECUTION" | "NODE_CANCELLED" | "LLM_PROVIDER" | "INVALID_TEMPLATE" | "INVALID_INPUTS" | "PROVIDER_QUOTA_EXCEEDED" | "USER_DEFINED_ERROR";
|
|
21
|
+
export type WorkflowExecutionEventErrorCode = "WORKFLOW_INITIALIZATION" | "WORKFLOW_CANCELLED" | "WORKFLOW_TIMEOUT" | "PROVIDER_CREDENTIALS_UNAVAILABLE" | "INTEGRATION_CREDENTIALS_UNAVAILABLE" | "NODE_EXECUTION_COUNT_LIMIT_REACHED" | "INTERNAL_SERVER_ERROR" | "NODE_EXECUTION" | "NODE_CANCELLED" | "NODE_TIMEOUT" | "LLM_PROVIDER" | "INVALID_TEMPLATE" | "INVALID_INPUTS" | "PROVIDER_QUOTA_EXCEEDED" | "USER_DEFINED_ERROR";
|
|
20
22
|
export declare const WorkflowExecutionEventErrorCode: {
|
|
21
23
|
readonly WorkflowInitialization: "WORKFLOW_INITIALIZATION";
|
|
22
24
|
readonly WorkflowCancelled: "WORKFLOW_CANCELLED";
|
|
25
|
+
readonly WorkflowTimeout: "WORKFLOW_TIMEOUT";
|
|
23
26
|
readonly ProviderCredentialsUnavailable: "PROVIDER_CREDENTIALS_UNAVAILABLE";
|
|
24
27
|
readonly IntegrationCredentialsUnavailable: "INTEGRATION_CREDENTIALS_UNAVAILABLE";
|
|
25
28
|
readonly NodeExecutionCountLimitReached: "NODE_EXECUTION_COUNT_LIMIT_REACHED";
|
|
26
29
|
readonly InternalServerError: "INTERNAL_SERVER_ERROR";
|
|
27
30
|
readonly NodeExecution: "NODE_EXECUTION";
|
|
28
31
|
readonly NodeCancelled: "NODE_CANCELLED";
|
|
32
|
+
readonly NodeTimeout: "NODE_TIMEOUT";
|
|
29
33
|
readonly LlmProvider: "LLM_PROVIDER";
|
|
30
34
|
readonly InvalidTemplate: "INVALID_TEMPLATE";
|
|
31
35
|
readonly InvalidInputs: "INVALID_INPUTS";
|