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
|
@@ -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";
|
|
@@ -7,12 +7,14 @@ exports.WorkflowExecutionEventErrorCode = void 0;
|
|
|
7
7
|
exports.WorkflowExecutionEventErrorCode = {
|
|
8
8
|
WorkflowInitialization: "WORKFLOW_INITIALIZATION",
|
|
9
9
|
WorkflowCancelled: "WORKFLOW_CANCELLED",
|
|
10
|
+
WorkflowTimeout: "WORKFLOW_TIMEOUT",
|
|
10
11
|
ProviderCredentialsUnavailable: "PROVIDER_CREDENTIALS_UNAVAILABLE",
|
|
11
12
|
IntegrationCredentialsUnavailable: "INTEGRATION_CREDENTIALS_UNAVAILABLE",
|
|
12
13
|
NodeExecutionCountLimitReached: "NODE_EXECUTION_COUNT_LIMIT_REACHED",
|
|
13
14
|
InternalServerError: "INTERNAL_SERVER_ERROR",
|
|
14
15
|
NodeExecution: "NODE_EXECUTION",
|
|
15
16
|
NodeCancelled: "NODE_CANCELLED",
|
|
17
|
+
NodeTimeout: "NODE_TIMEOUT",
|
|
16
18
|
LlmProvider: "LLM_PROVIDER",
|
|
17
19
|
InvalidTemplate: "INVALID_TEMPLATE",
|
|
18
20
|
InvalidInputs: "INVALID_INPUTS",
|
|
@@ -212,6 +212,7 @@ export * from "./InitiatedPromptExecutionMeta";
|
|
|
212
212
|
export * from "./InitiatedWorkflowNodeResultEvent";
|
|
213
213
|
export * from "./InstructorVectorizerConfig";
|
|
214
214
|
export * from "./InstructorVectorizerConfigRequest";
|
|
215
|
+
export * from "./Integration";
|
|
215
216
|
export * from "./IntegrationAuthConfigIntegration";
|
|
216
217
|
export * from "./IntegrationAuthConfigIntegrationCredential";
|
|
217
218
|
export * from "./IntegrationCredentialAccessType";
|
|
@@ -566,7 +567,6 @@ export * from "./TokenOverlappingWindowChunkerConfigRequest";
|
|
|
566
567
|
export * from "./TokenOverlappingWindowChunking";
|
|
567
568
|
export * from "./TokenOverlappingWindowChunkingRequest";
|
|
568
569
|
export * from "./ComponentsSchemasComposioToolDefinition";
|
|
569
|
-
export * from "./ToolDefinitionIntegration";
|
|
570
570
|
export * from "./UnitEnum";
|
|
571
571
|
export * from "./UploadDocumentResponse";
|
|
572
572
|
export * from "./UpsertTestSuiteTestCaseRequest";
|
package/dist/api/types/index.js
CHANGED
|
@@ -228,6 +228,7 @@ __exportStar(require("./InitiatedPromptExecutionMeta"), exports);
|
|
|
228
228
|
__exportStar(require("./InitiatedWorkflowNodeResultEvent"), exports);
|
|
229
229
|
__exportStar(require("./InstructorVectorizerConfig"), exports);
|
|
230
230
|
__exportStar(require("./InstructorVectorizerConfigRequest"), exports);
|
|
231
|
+
__exportStar(require("./Integration"), exports);
|
|
231
232
|
__exportStar(require("./IntegrationAuthConfigIntegration"), exports);
|
|
232
233
|
__exportStar(require("./IntegrationAuthConfigIntegrationCredential"), exports);
|
|
233
234
|
__exportStar(require("./IntegrationCredentialAccessType"), exports);
|
|
@@ -582,7 +583,6 @@ __exportStar(require("./TokenOverlappingWindowChunkerConfigRequest"), exports);
|
|
|
582
583
|
__exportStar(require("./TokenOverlappingWindowChunking"), exports);
|
|
583
584
|
__exportStar(require("./TokenOverlappingWindowChunkingRequest"), exports);
|
|
584
585
|
__exportStar(require("./ComponentsSchemasComposioToolDefinition"), exports);
|
|
585
|
-
__exportStar(require("./ToolDefinitionIntegration"), exports);
|
|
586
586
|
__exportStar(require("./UnitEnum"), exports);
|
|
587
587
|
__exportStar(require("./UploadDocumentResponse"), exports);
|
|
588
588
|
__exportStar(require("./UpsertTestSuiteTestCaseRequest"), exports);
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
import * as serializers from "../index";
|
|
5
5
|
import * as Vellum from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
|
-
import {
|
|
7
|
+
import { Integration } from "./Integration";
|
|
8
8
|
export declare const ComposioToolDefinition: core.serialization.ObjectSchema<serializers.ComposioToolDefinition.Raw, Vellum.ComposioToolDefinition>;
|
|
9
9
|
export declare namespace ComposioToolDefinition {
|
|
10
10
|
interface Raw {
|
|
11
11
|
provider: "COMPOSIO";
|
|
12
|
-
integration:
|
|
12
|
+
integration: Integration.Raw;
|
|
13
13
|
name: string;
|
|
14
14
|
label: string;
|
|
15
15
|
description: string;
|
|
@@ -38,10 +38,10 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
39
|
exports.ComposioToolDefinition = void 0;
|
|
40
40
|
const core = __importStar(require("../../core"));
|
|
41
|
-
const
|
|
41
|
+
const Integration_1 = require("./Integration");
|
|
42
42
|
exports.ComposioToolDefinition = core.serialization.object({
|
|
43
43
|
provider: core.serialization.stringLiteral("COMPOSIO"),
|
|
44
|
-
integration:
|
|
44
|
+
integration: Integration_1.Integration,
|
|
45
45
|
name: core.serialization.string(),
|
|
46
46
|
label: core.serialization.string(),
|
|
47
47
|
description: core.serialization.string(),
|
|
@@ -6,8 +6,8 @@ import * as Vellum from "../../api/index";
|
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
import { IntegrationProvider } from "./IntegrationProvider";
|
|
8
8
|
import { IntegrationName } from "./IntegrationName";
|
|
9
|
-
export declare const
|
|
10
|
-
export declare namespace
|
|
9
|
+
export declare const Integration: core.serialization.ObjectSchema<serializers.Integration.Raw, Vellum.Integration>;
|
|
10
|
+
export declare namespace Integration {
|
|
11
11
|
interface Raw {
|
|
12
12
|
id: string;
|
|
13
13
|
provider: IntegrationProvider.Raw;
|
|
@@ -36,11 +36,11 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
};
|
|
37
37
|
})();
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.
|
|
39
|
+
exports.Integration = void 0;
|
|
40
40
|
const core = __importStar(require("../../core"));
|
|
41
41
|
const IntegrationProvider_1 = require("./IntegrationProvider");
|
|
42
42
|
const IntegrationName_1 = require("./IntegrationName");
|
|
43
|
-
exports.
|
|
43
|
+
exports.Integration = core.serialization.object({
|
|
44
44
|
id: core.serialization.string(),
|
|
45
45
|
provider: IntegrationProvider_1.IntegrationProvider,
|
|
46
46
|
name: IntegrationName_1.IntegrationName,
|
|
@@ -6,5 +6,5 @@ import * as Vellum from "../../api/index";
|
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
export declare const IntegrationName: core.serialization.Schema<serializers.IntegrationName.Raw, Vellum.IntegrationName>;
|
|
8
8
|
export declare namespace IntegrationName {
|
|
9
|
-
type Raw = "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";
|
|
9
|
+
type Raw = "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";
|
|
10
10
|
}
|
|
@@ -44,30 +44,53 @@ exports.IntegrationName = core.serialization.enum_([
|
|
|
44
44
|
"GOOGLE",
|
|
45
45
|
"CALENDLY",
|
|
46
46
|
"CANVA",
|
|
47
|
+
"CLICKUP",
|
|
47
48
|
"HUBSPOT",
|
|
49
|
+
"INTERCOM",
|
|
48
50
|
"LINEAR",
|
|
49
51
|
"LINKEDIN",
|
|
50
52
|
"MAILCHIMP",
|
|
53
|
+
"MEM0",
|
|
54
|
+
"NEON",
|
|
51
55
|
"GITHUB",
|
|
52
56
|
"GOOGLE_SHEETS",
|
|
53
57
|
"GOOGLE_CALENDAR",
|
|
54
58
|
"GOOGLE_DRIVE",
|
|
55
59
|
"GMAIL",
|
|
56
60
|
"AIRTABLE",
|
|
61
|
+
"APOLLO",
|
|
62
|
+
"ASANA",
|
|
57
63
|
"ATLASSIAN",
|
|
64
|
+
"BOX",
|
|
65
|
+
"BREVO",
|
|
66
|
+
"BROWSERBASE_TOOL",
|
|
67
|
+
"CAL",
|
|
68
|
+
"CANVAS",
|
|
69
|
+
"ELEVENLABS",
|
|
70
|
+
"EXA",
|
|
58
71
|
"GAMMA",
|
|
59
72
|
"GITLAB",
|
|
60
73
|
"FIRECRAWL",
|
|
61
74
|
"FIGMA",
|
|
75
|
+
"GOOGLE_MAPS",
|
|
76
|
+
"JIRA",
|
|
77
|
+
"KLAVIYO",
|
|
62
78
|
"PAGERDUTY",
|
|
79
|
+
"PEOPLEDATALABS",
|
|
63
80
|
"PERPLEXITY",
|
|
81
|
+
"POSTHOG",
|
|
64
82
|
"REDDIT",
|
|
83
|
+
"SEMRUSH",
|
|
65
84
|
"SERPAPI",
|
|
85
|
+
"SHARE_POINT",
|
|
86
|
+
"STRIPE",
|
|
66
87
|
"SUPABASE",
|
|
88
|
+
"TAVILY",
|
|
67
89
|
"WEBFLOW",
|
|
68
90
|
"ZENDESK",
|
|
69
91
|
"DROPBOX",
|
|
70
92
|
"EVENTBRITE",
|
|
71
93
|
"CONFLUENCE",
|
|
94
|
+
"DISCORD",
|
|
72
95
|
"DOCUSIGN",
|
|
73
96
|
]);
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
import * as serializers from "../index";
|
|
5
5
|
import * as Vellum from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
|
-
import {
|
|
7
|
+
import { Integration } from "./Integration";
|
|
8
8
|
export declare const SlimComposioToolDefinition: core.serialization.ObjectSchema<serializers.SlimComposioToolDefinition.Raw, Vellum.SlimComposioToolDefinition>;
|
|
9
9
|
export declare namespace SlimComposioToolDefinition {
|
|
10
10
|
interface Raw {
|
|
11
11
|
provider: "COMPOSIO";
|
|
12
|
-
integration:
|
|
12
|
+
integration: Integration.Raw;
|
|
13
13
|
name: string;
|
|
14
14
|
label: string;
|
|
15
15
|
description: string;
|
|
@@ -38,10 +38,10 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
39
|
exports.SlimComposioToolDefinition = void 0;
|
|
40
40
|
const core = __importStar(require("../../core"));
|
|
41
|
-
const
|
|
41
|
+
const Integration_1 = require("./Integration");
|
|
42
42
|
exports.SlimComposioToolDefinition = core.serialization.object({
|
|
43
43
|
provider: core.serialization.stringLiteral("COMPOSIO"),
|
|
44
|
-
integration:
|
|
44
|
+
integration: Integration_1.Integration,
|
|
45
45
|
name: core.serialization.string(),
|
|
46
46
|
label: core.serialization.string(),
|
|
47
47
|
description: core.serialization.string(),
|
|
@@ -6,5 +6,5 @@ import * as Vellum from "../../api/index";
|
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
export declare const VellumErrorCodeEnum: core.serialization.Schema<serializers.VellumErrorCodeEnum.Raw, Vellum.VellumErrorCodeEnum>;
|
|
8
8
|
export declare namespace VellumErrorCodeEnum {
|
|
9
|
-
type Raw = "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";
|
|
9
|
+
type Raw = "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";
|
|
10
10
|
}
|
|
@@ -6,5 +6,5 @@ import * as Vellum from "../../api/index";
|
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
export declare const VellumSdkErrorCodeEnum: core.serialization.Schema<serializers.VellumSdkErrorCodeEnum.Raw, Vellum.VellumSdkErrorCodeEnum>;
|
|
8
8
|
export declare namespace VellumSdkErrorCodeEnum {
|
|
9
|
-
type Raw = "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";
|
|
9
|
+
type Raw = "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";
|
|
10
10
|
}
|
|
@@ -6,5 +6,5 @@ import * as Vellum from "../../api/index";
|
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
export declare const WorkflowExecutionEventErrorCode: core.serialization.Schema<serializers.WorkflowExecutionEventErrorCode.Raw, Vellum.WorkflowExecutionEventErrorCode>;
|
|
8
8
|
export declare namespace WorkflowExecutionEventErrorCode {
|
|
9
|
-
type Raw = "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";
|
|
9
|
+
type Raw = "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";
|
|
10
10
|
}
|
|
@@ -41,12 +41,14 @@ const core = __importStar(require("../../core"));
|
|
|
41
41
|
exports.WorkflowExecutionEventErrorCode = core.serialization.enum_([
|
|
42
42
|
"WORKFLOW_INITIALIZATION",
|
|
43
43
|
"WORKFLOW_CANCELLED",
|
|
44
|
+
"WORKFLOW_TIMEOUT",
|
|
44
45
|
"PROVIDER_CREDENTIALS_UNAVAILABLE",
|
|
45
46
|
"INTEGRATION_CREDENTIALS_UNAVAILABLE",
|
|
46
47
|
"NODE_EXECUTION_COUNT_LIMIT_REACHED",
|
|
47
48
|
"INTERNAL_SERVER_ERROR",
|
|
48
49
|
"NODE_EXECUTION",
|
|
49
50
|
"NODE_CANCELLED",
|
|
51
|
+
"NODE_TIMEOUT",
|
|
50
52
|
"LLM_PROVIDER",
|
|
51
53
|
"INVALID_TEMPLATE",
|
|
52
54
|
"INVALID_INPUTS",
|
|
@@ -212,6 +212,7 @@ export * from "./InitiatedPromptExecutionMeta";
|
|
|
212
212
|
export * from "./InitiatedWorkflowNodeResultEvent";
|
|
213
213
|
export * from "./InstructorVectorizerConfig";
|
|
214
214
|
export * from "./InstructorVectorizerConfigRequest";
|
|
215
|
+
export * from "./Integration";
|
|
215
216
|
export * from "./IntegrationAuthConfigIntegration";
|
|
216
217
|
export * from "./IntegrationAuthConfigIntegrationCredential";
|
|
217
218
|
export * from "./IntegrationCredentialAccessType";
|
|
@@ -566,7 +567,6 @@ export * from "./TokenOverlappingWindowChunkerConfigRequest";
|
|
|
566
567
|
export * from "./TokenOverlappingWindowChunking";
|
|
567
568
|
export * from "./TokenOverlappingWindowChunkingRequest";
|
|
568
569
|
export * from "./ComponentsSchemasComposioToolDefinition";
|
|
569
|
-
export * from "./ToolDefinitionIntegration";
|
|
570
570
|
export * from "./UnitEnum";
|
|
571
571
|
export * from "./UploadDocumentResponse";
|
|
572
572
|
export * from "./UpsertTestSuiteTestCaseRequest";
|
|
@@ -228,6 +228,7 @@ __exportStar(require("./InitiatedPromptExecutionMeta"), exports);
|
|
|
228
228
|
__exportStar(require("./InitiatedWorkflowNodeResultEvent"), exports);
|
|
229
229
|
__exportStar(require("./InstructorVectorizerConfig"), exports);
|
|
230
230
|
__exportStar(require("./InstructorVectorizerConfigRequest"), exports);
|
|
231
|
+
__exportStar(require("./Integration"), exports);
|
|
231
232
|
__exportStar(require("./IntegrationAuthConfigIntegration"), exports);
|
|
232
233
|
__exportStar(require("./IntegrationAuthConfigIntegrationCredential"), exports);
|
|
233
234
|
__exportStar(require("./IntegrationCredentialAccessType"), exports);
|
|
@@ -582,7 +583,6 @@ __exportStar(require("./TokenOverlappingWindowChunkerConfigRequest"), exports);
|
|
|
582
583
|
__exportStar(require("./TokenOverlappingWindowChunking"), exports);
|
|
583
584
|
__exportStar(require("./TokenOverlappingWindowChunkingRequest"), exports);
|
|
584
585
|
__exportStar(require("./ComponentsSchemasComposioToolDefinition"), exports);
|
|
585
|
-
__exportStar(require("./ToolDefinitionIntegration"), exports);
|
|
586
586
|
__exportStar(require("./UnitEnum"), exports);
|
|
587
587
|
__exportStar(require("./UploadDocumentResponse"), exports);
|
|
588
588
|
__exportStar(require("./UpsertTestSuiteTestCaseRequest"), exports);
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.
|
|
1
|
+
export declare const SDK_VERSION = "1.8.1";
|
package/dist/version.js
CHANGED
package/package.json
CHANGED
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
import * as serializers from "../index";
|
|
5
5
|
import * as Vellum from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
|
-
import {
|
|
7
|
+
import { Integration } from "./Integration";
|
|
8
8
|
export declare const ComposioToolDefinition: core.serialization.ObjectSchema<serializers.ComposioToolDefinition.Raw, Vellum.ComposioToolDefinition>;
|
|
9
9
|
export declare namespace ComposioToolDefinition {
|
|
10
10
|
interface Raw {
|
|
11
11
|
provider: "COMPOSIO";
|
|
12
|
-
integration:
|
|
12
|
+
integration: Integration.Raw;
|
|
13
13
|
name: string;
|
|
14
14
|
label: string;
|
|
15
15
|
description: string;
|
|
@@ -38,10 +38,10 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
39
|
exports.ComposioToolDefinition = void 0;
|
|
40
40
|
const core = __importStar(require("../../core"));
|
|
41
|
-
const
|
|
41
|
+
const Integration_1 = require("./Integration");
|
|
42
42
|
exports.ComposioToolDefinition = core.serialization.object({
|
|
43
43
|
provider: core.serialization.stringLiteral("COMPOSIO"),
|
|
44
|
-
integration:
|
|
44
|
+
integration: Integration_1.Integration,
|
|
45
45
|
name: core.serialization.string(),
|
|
46
46
|
label: core.serialization.string(),
|
|
47
47
|
description: core.serialization.string(),
|
|
@@ -6,8 +6,8 @@ import * as Vellum from "../../api/index";
|
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
import { IntegrationProvider } from "./IntegrationProvider";
|
|
8
8
|
import { IntegrationName } from "./IntegrationName";
|
|
9
|
-
export declare const
|
|
10
|
-
export declare namespace
|
|
9
|
+
export declare const Integration: core.serialization.ObjectSchema<serializers.Integration.Raw, Vellum.Integration>;
|
|
10
|
+
export declare namespace Integration {
|
|
11
11
|
interface Raw {
|
|
12
12
|
id: string;
|
|
13
13
|
provider: IntegrationProvider.Raw;
|
|
@@ -36,11 +36,11 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
};
|
|
37
37
|
})();
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.
|
|
39
|
+
exports.Integration = void 0;
|
|
40
40
|
const core = __importStar(require("../../core"));
|
|
41
41
|
const IntegrationProvider_1 = require("./IntegrationProvider");
|
|
42
42
|
const IntegrationName_1 = require("./IntegrationName");
|
|
43
|
-
exports.
|
|
43
|
+
exports.Integration = core.serialization.object({
|
|
44
44
|
id: core.serialization.string(),
|
|
45
45
|
provider: IntegrationProvider_1.IntegrationProvider,
|
|
46
46
|
name: IntegrationName_1.IntegrationName,
|
|
@@ -6,5 +6,5 @@ import * as Vellum from "../../api/index";
|
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
export declare const IntegrationName: core.serialization.Schema<serializers.IntegrationName.Raw, Vellum.IntegrationName>;
|
|
8
8
|
export declare namespace IntegrationName {
|
|
9
|
-
type Raw = "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";
|
|
9
|
+
type Raw = "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";
|
|
10
10
|
}
|
|
@@ -44,30 +44,53 @@ exports.IntegrationName = core.serialization.enum_([
|
|
|
44
44
|
"GOOGLE",
|
|
45
45
|
"CALENDLY",
|
|
46
46
|
"CANVA",
|
|
47
|
+
"CLICKUP",
|
|
47
48
|
"HUBSPOT",
|
|
49
|
+
"INTERCOM",
|
|
48
50
|
"LINEAR",
|
|
49
51
|
"LINKEDIN",
|
|
50
52
|
"MAILCHIMP",
|
|
53
|
+
"MEM0",
|
|
54
|
+
"NEON",
|
|
51
55
|
"GITHUB",
|
|
52
56
|
"GOOGLE_SHEETS",
|
|
53
57
|
"GOOGLE_CALENDAR",
|
|
54
58
|
"GOOGLE_DRIVE",
|
|
55
59
|
"GMAIL",
|
|
56
60
|
"AIRTABLE",
|
|
61
|
+
"APOLLO",
|
|
62
|
+
"ASANA",
|
|
57
63
|
"ATLASSIAN",
|
|
64
|
+
"BOX",
|
|
65
|
+
"BREVO",
|
|
66
|
+
"BROWSERBASE_TOOL",
|
|
67
|
+
"CAL",
|
|
68
|
+
"CANVAS",
|
|
69
|
+
"ELEVENLABS",
|
|
70
|
+
"EXA",
|
|
58
71
|
"GAMMA",
|
|
59
72
|
"GITLAB",
|
|
60
73
|
"FIRECRAWL",
|
|
61
74
|
"FIGMA",
|
|
75
|
+
"GOOGLE_MAPS",
|
|
76
|
+
"JIRA",
|
|
77
|
+
"KLAVIYO",
|
|
62
78
|
"PAGERDUTY",
|
|
79
|
+
"PEOPLEDATALABS",
|
|
63
80
|
"PERPLEXITY",
|
|
81
|
+
"POSTHOG",
|
|
64
82
|
"REDDIT",
|
|
83
|
+
"SEMRUSH",
|
|
65
84
|
"SERPAPI",
|
|
85
|
+
"SHARE_POINT",
|
|
86
|
+
"STRIPE",
|
|
66
87
|
"SUPABASE",
|
|
88
|
+
"TAVILY",
|
|
67
89
|
"WEBFLOW",
|
|
68
90
|
"ZENDESK",
|
|
69
91
|
"DROPBOX",
|
|
70
92
|
"EVENTBRITE",
|
|
71
93
|
"CONFLUENCE",
|
|
94
|
+
"DISCORD",
|
|
72
95
|
"DOCUSIGN",
|
|
73
96
|
]);
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
import * as serializers from "../index";
|
|
5
5
|
import * as Vellum from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
|
-
import {
|
|
7
|
+
import { Integration } from "./Integration";
|
|
8
8
|
export declare const SlimComposioToolDefinition: core.serialization.ObjectSchema<serializers.SlimComposioToolDefinition.Raw, Vellum.SlimComposioToolDefinition>;
|
|
9
9
|
export declare namespace SlimComposioToolDefinition {
|
|
10
10
|
interface Raw {
|
|
11
11
|
provider: "COMPOSIO";
|
|
12
|
-
integration:
|
|
12
|
+
integration: Integration.Raw;
|
|
13
13
|
name: string;
|
|
14
14
|
label: string;
|
|
15
15
|
description: string;
|
|
@@ -38,10 +38,10 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
39
|
exports.SlimComposioToolDefinition = void 0;
|
|
40
40
|
const core = __importStar(require("../../core"));
|
|
41
|
-
const
|
|
41
|
+
const Integration_1 = require("./Integration");
|
|
42
42
|
exports.SlimComposioToolDefinition = core.serialization.object({
|
|
43
43
|
provider: core.serialization.stringLiteral("COMPOSIO"),
|
|
44
|
-
integration:
|
|
44
|
+
integration: Integration_1.Integration,
|
|
45
45
|
name: core.serialization.string(),
|
|
46
46
|
label: core.serialization.string(),
|
|
47
47
|
description: core.serialization.string(),
|
|
@@ -6,5 +6,5 @@ import * as Vellum from "../../api/index";
|
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
export declare const VellumErrorCodeEnum: core.serialization.Schema<serializers.VellumErrorCodeEnum.Raw, Vellum.VellumErrorCodeEnum>;
|
|
8
8
|
export declare namespace VellumErrorCodeEnum {
|
|
9
|
-
type Raw = "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";
|
|
9
|
+
type Raw = "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";
|
|
10
10
|
}
|
|
@@ -6,5 +6,5 @@ import * as Vellum from "../../api/index";
|
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
export declare const VellumSdkErrorCodeEnum: core.serialization.Schema<serializers.VellumSdkErrorCodeEnum.Raw, Vellum.VellumSdkErrorCodeEnum>;
|
|
8
8
|
export declare namespace VellumSdkErrorCodeEnum {
|
|
9
|
-
type Raw = "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";
|
|
9
|
+
type Raw = "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";
|
|
10
10
|
}
|
|
@@ -6,5 +6,5 @@ import * as Vellum from "../../api/index";
|
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
export declare const WorkflowExecutionEventErrorCode: core.serialization.Schema<serializers.WorkflowExecutionEventErrorCode.Raw, Vellum.WorkflowExecutionEventErrorCode>;
|
|
8
8
|
export declare namespace WorkflowExecutionEventErrorCode {
|
|
9
|
-
type Raw = "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";
|
|
9
|
+
type Raw = "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";
|
|
10
10
|
}
|
|
@@ -41,12 +41,14 @@ const core = __importStar(require("../../core"));
|
|
|
41
41
|
exports.WorkflowExecutionEventErrorCode = core.serialization.enum_([
|
|
42
42
|
"WORKFLOW_INITIALIZATION",
|
|
43
43
|
"WORKFLOW_CANCELLED",
|
|
44
|
+
"WORKFLOW_TIMEOUT",
|
|
44
45
|
"PROVIDER_CREDENTIALS_UNAVAILABLE",
|
|
45
46
|
"INTEGRATION_CREDENTIALS_UNAVAILABLE",
|
|
46
47
|
"NODE_EXECUTION_COUNT_LIMIT_REACHED",
|
|
47
48
|
"INTERNAL_SERVER_ERROR",
|
|
48
49
|
"NODE_EXECUTION",
|
|
49
50
|
"NODE_CANCELLED",
|
|
51
|
+
"NODE_TIMEOUT",
|
|
50
52
|
"LLM_PROVIDER",
|
|
51
53
|
"INVALID_TEMPLATE",
|
|
52
54
|
"INVALID_INPUTS",
|