vellum-ai 1.8.2 → 1.9.6
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/ApiActorTypeEnum.d.ts +16 -0
- package/api/types/ApiActorTypeEnum.js +12 -0
- package/api/types/ApiRequestParentContext.d.ts +3 -0
- package/api/types/ChatMessage.d.ts +1 -1
- package/api/types/ChatMessageRequest.d.ts +1 -1
- package/api/types/FolderEntityWorkflowSandboxData.d.ts +1 -0
- package/api/types/IntegrationName.d.ts +5 -1
- package/api/types/IntegrationName.js +2 -0
- package/api/types/IntegrationTriggerContext.d.ts +10 -0
- package/api/types/IntegrationTriggerContext.js +5 -0
- package/api/types/LogicalOperator.d.ts +11 -1
- package/api/types/LogicalOperator.js +2 -0
- package/api/types/ParentContext.d.ts +1 -1
- package/api/types/ScheduledTriggerContext.d.ts +10 -0
- package/api/types/ScheduledTriggerContext.js +5 -0
- package/api/types/SlimIntegrationAuthConfigRead.d.ts +3 -1
- package/api/types/WorkflowDeploymentDisplayData.d.ts +11 -0
- package/api/types/WorkflowDeploymentDisplayData.js +5 -0
- package/api/types/WorkflowDeploymentRead.d.ts +2 -0
- package/api/types/WorkflowDisplayIcon.d.ts +10 -0
- package/api/types/WorkflowDisplayIcon.js +5 -0
- package/api/types/WorkflowSandboxDisplayData.d.ts +11 -0
- package/api/types/WorkflowSandboxDisplayData.js +5 -0
- package/api/types/index.d.ts +6 -0
- package/api/types/index.js +6 -0
- 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/ApiActorTypeEnum.d.ts +16 -0
- package/dist/api/types/ApiActorTypeEnum.js +12 -0
- package/dist/api/types/ApiRequestParentContext.d.ts +3 -0
- package/dist/api/types/ChatMessage.d.ts +1 -1
- package/dist/api/types/ChatMessageRequest.d.ts +1 -1
- package/dist/api/types/FolderEntityWorkflowSandboxData.d.ts +1 -0
- package/dist/api/types/IntegrationName.d.ts +5 -1
- package/dist/api/types/IntegrationName.js +2 -0
- package/dist/api/types/IntegrationTriggerContext.d.ts +10 -0
- package/dist/api/types/IntegrationTriggerContext.js +5 -0
- package/dist/api/types/LogicalOperator.d.ts +11 -1
- package/dist/api/types/LogicalOperator.js +2 -0
- package/dist/api/types/ParentContext.d.ts +1 -1
- package/dist/api/types/ScheduledTriggerContext.d.ts +10 -0
- package/dist/api/types/ScheduledTriggerContext.js +5 -0
- package/dist/api/types/SlimIntegrationAuthConfigRead.d.ts +3 -1
- package/dist/api/types/WorkflowDeploymentDisplayData.d.ts +11 -0
- package/dist/api/types/WorkflowDeploymentDisplayData.js +5 -0
- package/dist/api/types/WorkflowDeploymentRead.d.ts +2 -0
- package/dist/api/types/WorkflowDisplayIcon.d.ts +10 -0
- package/dist/api/types/WorkflowDisplayIcon.js +5 -0
- package/dist/api/types/WorkflowSandboxDisplayData.d.ts +11 -0
- package/dist/api/types/WorkflowSandboxDisplayData.js +5 -0
- package/dist/api/types/index.d.ts +6 -0
- package/dist/api/types/index.js +6 -0
- package/dist/serialization/types/ApiActorTypeEnum.d.ts +10 -0
- package/dist/serialization/types/ApiActorTypeEnum.js +41 -0
- package/dist/serialization/types/ApiRequestParentContext.d.ts +4 -0
- package/dist/serialization/types/ApiRequestParentContext.js +4 -0
- package/dist/serialization/types/ChatMessage.d.ts +1 -1
- package/dist/serialization/types/ChatMessage.js +1 -1
- package/dist/serialization/types/ChatMessageRequest.d.ts +1 -1
- package/dist/serialization/types/ChatMessageRequest.js +1 -1
- package/dist/serialization/types/FolderEntityWorkflowSandboxData.d.ts +2 -0
- package/dist/serialization/types/FolderEntityWorkflowSandboxData.js +2 -0
- package/dist/serialization/types/IntegrationName.d.ts +1 -1
- package/dist/serialization/types/IntegrationName.js +2 -0
- package/dist/serialization/types/IntegrationTriggerContext.d.ts +15 -0
- package/dist/serialization/types/IntegrationTriggerContext.js +47 -0
- package/dist/serialization/types/LogicalOperator.d.ts +1 -1
- package/dist/serialization/types/LogicalOperator.js +2 -0
- package/dist/serialization/types/ParentContext.d.ts +1 -1
- package/dist/serialization/types/ParentContext.js +2 -0
- package/dist/serialization/types/ScheduledTriggerContext.d.ts +15 -0
- package/dist/serialization/types/ScheduledTriggerContext.js +47 -0
- package/dist/serialization/types/SlimIntegrationAuthConfigRead.d.ts +3 -2
- package/dist/serialization/types/SlimIntegrationAuthConfigRead.js +3 -2
- package/dist/serialization/types/WorkflowDeploymentDisplayData.d.ts +13 -0
- package/dist/serialization/types/WorkflowDeploymentDisplayData.js +44 -0
- package/dist/serialization/types/WorkflowDeploymentRead.d.ts +2 -0
- package/dist/serialization/types/WorkflowDeploymentRead.js +2 -0
- package/dist/serialization/types/WorkflowDisplayIcon.d.ts +13 -0
- package/dist/serialization/types/WorkflowDisplayIcon.js +44 -0
- package/dist/serialization/types/WorkflowSandboxDisplayData.d.ts +13 -0
- package/dist/serialization/types/WorkflowSandboxDisplayData.js +44 -0
- package/dist/serialization/types/index.d.ts +6 -0
- package/dist/serialization/types/index.js +6 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/serialization/types/ApiActorTypeEnum.d.ts +10 -0
- package/serialization/types/ApiActorTypeEnum.js +41 -0
- package/serialization/types/ApiRequestParentContext.d.ts +4 -0
- package/serialization/types/ApiRequestParentContext.js +4 -0
- package/serialization/types/ChatMessage.d.ts +1 -1
- package/serialization/types/ChatMessage.js +1 -1
- package/serialization/types/ChatMessageRequest.d.ts +1 -1
- package/serialization/types/ChatMessageRequest.js +1 -1
- package/serialization/types/FolderEntityWorkflowSandboxData.d.ts +2 -0
- package/serialization/types/FolderEntityWorkflowSandboxData.js +2 -0
- package/serialization/types/IntegrationName.d.ts +1 -1
- package/serialization/types/IntegrationName.js +2 -0
- package/serialization/types/IntegrationTriggerContext.d.ts +15 -0
- package/serialization/types/IntegrationTriggerContext.js +47 -0
- package/serialization/types/LogicalOperator.d.ts +1 -1
- package/serialization/types/LogicalOperator.js +2 -0
- package/serialization/types/ParentContext.d.ts +1 -1
- package/serialization/types/ParentContext.js +2 -0
- package/serialization/types/ScheduledTriggerContext.d.ts +15 -0
- package/serialization/types/ScheduledTriggerContext.js +47 -0
- package/serialization/types/SlimIntegrationAuthConfigRead.d.ts +3 -2
- package/serialization/types/SlimIntegrationAuthConfigRead.js +3 -2
- package/serialization/types/WorkflowDeploymentDisplayData.d.ts +13 -0
- package/serialization/types/WorkflowDeploymentDisplayData.js +44 -0
- package/serialization/types/WorkflowDeploymentRead.d.ts +2 -0
- package/serialization/types/WorkflowDeploymentRead.js +2 -0
- package/serialization/types/WorkflowDisplayIcon.d.ts +13 -0
- package/serialization/types/WorkflowDisplayIcon.js +44 -0
- package/serialization/types/WorkflowSandboxDisplayData.d.ts +13 -0
- package/serialization/types/WorkflowSandboxDisplayData.js +44 -0
- package/serialization/types/index.d.ts +6 -0
- package/serialization/types/index.js +6 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as Vellum from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
export declare const ScheduledTriggerContext: core.serialization.ObjectSchema<serializers.ScheduledTriggerContext.Raw, Vellum.ScheduledTriggerContext>;
|
|
8
|
+
export declare namespace ScheduledTriggerContext {
|
|
9
|
+
interface Raw {
|
|
10
|
+
parent?: (serializers.ParentContext.Raw | null) | null;
|
|
11
|
+
links?: (serializers.SpanLink.Raw[] | null) | null;
|
|
12
|
+
type: "SCHEDULED";
|
|
13
|
+
span_id: string;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.ScheduledTriggerContext = void 0;
|
|
40
|
+
const serializers = __importStar(require("../index"));
|
|
41
|
+
const core = __importStar(require("../../core"));
|
|
42
|
+
exports.ScheduledTriggerContext = core.serialization.object({
|
|
43
|
+
parent: core.serialization.lazy(() => serializers.ParentContext).optionalNullable(),
|
|
44
|
+
links: core.serialization.list(core.serialization.lazyObject(() => serializers.SpanLink)).optionalNullable(),
|
|
45
|
+
type: core.serialization.stringLiteral("SCHEDULED"),
|
|
46
|
+
spanId: core.serialization.property("span_id", core.serialization.string()),
|
|
47
|
+
});
|
|
@@ -5,16 +5,17 @@ import * as serializers from "../index";
|
|
|
5
5
|
import * as Vellum from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
import { IntegrationAuthConfigIntegration } from "./IntegrationAuthConfigIntegration";
|
|
8
|
-
import { IntegrationAuthConfigIntegrationCredential } from "./IntegrationAuthConfigIntegrationCredential";
|
|
9
8
|
import { AuthTypeEnum } from "./AuthTypeEnum";
|
|
9
|
+
import { IntegrationAuthConfigIntegrationCredential } from "./IntegrationAuthConfigIntegrationCredential";
|
|
10
10
|
import { IntegrationCredentialAccessType } from "./IntegrationCredentialAccessType";
|
|
11
11
|
export declare const SlimIntegrationAuthConfigRead: core.serialization.ObjectSchema<serializers.SlimIntegrationAuthConfigRead.Raw, Vellum.SlimIntegrationAuthConfigRead>;
|
|
12
12
|
export declare namespace SlimIntegrationAuthConfigRead {
|
|
13
13
|
interface Raw {
|
|
14
14
|
id: string;
|
|
15
15
|
integration: IntegrationAuthConfigIntegration.Raw;
|
|
16
|
-
integration_credentials?: (IntegrationAuthConfigIntegrationCredential.Raw[] | null) | null;
|
|
17
16
|
auth_type?: AuthTypeEnum.Raw | null;
|
|
17
|
+
integration_credentials?: (IntegrationAuthConfigIntegrationCredential.Raw[] | null) | null;
|
|
18
|
+
system_credential_eligible?: boolean | null;
|
|
18
19
|
default_access_type?: IntegrationCredentialAccessType.Raw | null;
|
|
19
20
|
}
|
|
20
21
|
}
|
|
@@ -39,13 +39,14 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
39
39
|
exports.SlimIntegrationAuthConfigRead = void 0;
|
|
40
40
|
const core = __importStar(require("../../core"));
|
|
41
41
|
const IntegrationAuthConfigIntegration_1 = require("./IntegrationAuthConfigIntegration");
|
|
42
|
-
const IntegrationAuthConfigIntegrationCredential_1 = require("./IntegrationAuthConfigIntegrationCredential");
|
|
43
42
|
const AuthTypeEnum_1 = require("./AuthTypeEnum");
|
|
43
|
+
const IntegrationAuthConfigIntegrationCredential_1 = require("./IntegrationAuthConfigIntegrationCredential");
|
|
44
44
|
const IntegrationCredentialAccessType_1 = require("./IntegrationCredentialAccessType");
|
|
45
45
|
exports.SlimIntegrationAuthConfigRead = core.serialization.object({
|
|
46
46
|
id: core.serialization.string(),
|
|
47
47
|
integration: IntegrationAuthConfigIntegration_1.IntegrationAuthConfigIntegration,
|
|
48
|
-
integrationCredentials: core.serialization.property("integration_credentials", core.serialization.list(IntegrationAuthConfigIntegrationCredential_1.IntegrationAuthConfigIntegrationCredential).optionalNullable()),
|
|
49
48
|
authType: core.serialization.property("auth_type", AuthTypeEnum_1.AuthTypeEnum.optional()),
|
|
49
|
+
integrationCredentials: core.serialization.property("integration_credentials", core.serialization.list(IntegrationAuthConfigIntegrationCredential_1.IntegrationAuthConfigIntegrationCredential).optionalNullable()),
|
|
50
|
+
systemCredentialEligible: core.serialization.property("system_credential_eligible", core.serialization.boolean().optional()),
|
|
50
51
|
defaultAccessType: core.serialization.property("default_access_type", IntegrationCredentialAccessType_1.IntegrationCredentialAccessType.optional()),
|
|
51
52
|
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as Vellum from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { WorkflowDisplayIcon } from "./WorkflowDisplayIcon";
|
|
8
|
+
export declare const WorkflowDeploymentDisplayData: core.serialization.ObjectSchema<serializers.WorkflowDeploymentDisplayData.Raw, Vellum.WorkflowDeploymentDisplayData>;
|
|
9
|
+
export declare namespace WorkflowDeploymentDisplayData {
|
|
10
|
+
interface Raw {
|
|
11
|
+
icon?: (WorkflowDisplayIcon.Raw | null) | null;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.WorkflowDeploymentDisplayData = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
const WorkflowDisplayIcon_1 = require("./WorkflowDisplayIcon");
|
|
42
|
+
exports.WorkflowDeploymentDisplayData = core.serialization.object({
|
|
43
|
+
icon: WorkflowDisplayIcon_1.WorkflowDisplayIcon.optionalNullable(),
|
|
44
|
+
});
|
|
@@ -7,6 +7,7 @@ import * as core from "../../core";
|
|
|
7
7
|
import { EntityStatus } from "./EntityStatus";
|
|
8
8
|
import { EnvironmentEnum } from "./EnvironmentEnum";
|
|
9
9
|
import { VellumVariable } from "./VellumVariable";
|
|
10
|
+
import { WorkflowDeploymentDisplayData } from "./WorkflowDeploymentDisplayData";
|
|
10
11
|
export declare const WorkflowDeploymentRead: core.serialization.ObjectSchema<serializers.WorkflowDeploymentRead.Raw, Vellum.WorkflowDeploymentRead>;
|
|
11
12
|
export declare namespace WorkflowDeploymentRead {
|
|
12
13
|
interface Raw {
|
|
@@ -21,5 +22,6 @@ export declare namespace WorkflowDeploymentRead {
|
|
|
21
22
|
input_variables: VellumVariable.Raw[];
|
|
22
23
|
output_variables: VellumVariable.Raw[];
|
|
23
24
|
description?: (string | null) | null;
|
|
25
|
+
display_data?: (WorkflowDeploymentDisplayData.Raw | null) | null;
|
|
24
26
|
}
|
|
25
27
|
}
|
|
@@ -41,6 +41,7 @@ const core = __importStar(require("../../core"));
|
|
|
41
41
|
const EntityStatus_1 = require("./EntityStatus");
|
|
42
42
|
const EnvironmentEnum_1 = require("./EnvironmentEnum");
|
|
43
43
|
const VellumVariable_1 = require("./VellumVariable");
|
|
44
|
+
const WorkflowDeploymentDisplayData_1 = require("./WorkflowDeploymentDisplayData");
|
|
44
45
|
exports.WorkflowDeploymentRead = core.serialization.object({
|
|
45
46
|
id: core.serialization.string(),
|
|
46
47
|
name: core.serialization.string(),
|
|
@@ -53,4 +54,5 @@ exports.WorkflowDeploymentRead = core.serialization.object({
|
|
|
53
54
|
inputVariables: core.serialization.property("input_variables", core.serialization.list(VellumVariable_1.VellumVariable)),
|
|
54
55
|
outputVariables: core.serialization.property("output_variables", core.serialization.list(VellumVariable_1.VellumVariable)),
|
|
55
56
|
description: core.serialization.string().optionalNullable(),
|
|
57
|
+
displayData: core.serialization.property("display_data", WorkflowDeploymentDisplayData_1.WorkflowDeploymentDisplayData.optionalNullable()),
|
|
56
58
|
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as Vellum from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
export declare const WorkflowDisplayIcon: core.serialization.ObjectSchema<serializers.WorkflowDisplayIcon.Raw, Vellum.WorkflowDisplayIcon>;
|
|
8
|
+
export declare namespace WorkflowDisplayIcon {
|
|
9
|
+
interface Raw {
|
|
10
|
+
src?: (string | null) | null;
|
|
11
|
+
color?: (string | null) | null;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.WorkflowDisplayIcon = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
exports.WorkflowDisplayIcon = core.serialization.object({
|
|
42
|
+
src: core.serialization.string().optionalNullable(),
|
|
43
|
+
color: core.serialization.string().optionalNullable(),
|
|
44
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as Vellum from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { WorkflowDisplayIcon } from "./WorkflowDisplayIcon";
|
|
8
|
+
export declare const WorkflowSandboxDisplayData: core.serialization.ObjectSchema<serializers.WorkflowSandboxDisplayData.Raw, Vellum.WorkflowSandboxDisplayData>;
|
|
9
|
+
export declare namespace WorkflowSandboxDisplayData {
|
|
10
|
+
interface Raw {
|
|
11
|
+
icon?: (WorkflowDisplayIcon.Raw | null) | null;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.WorkflowSandboxDisplayData = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
const WorkflowDisplayIcon_1 = require("./WorkflowDisplayIcon");
|
|
42
|
+
exports.WorkflowSandboxDisplayData = core.serialization.object({
|
|
43
|
+
icon: WorkflowDisplayIcon_1.WorkflowDisplayIcon.optionalNullable(),
|
|
44
|
+
});
|
|
@@ -9,6 +9,7 @@ export * from "./AdHocInitiatedPromptExecutionMeta";
|
|
|
9
9
|
export * from "./AdHocRejectedPromptExecutionMeta";
|
|
10
10
|
export * from "./AdHocStreamingPromptExecutionMeta";
|
|
11
11
|
export * from "./AddOpenaiApiKeyEnum";
|
|
12
|
+
export * from "./ApiActorTypeEnum";
|
|
12
13
|
export * from "./ApiNodeResult";
|
|
13
14
|
export * from "./ApiNodeResultData";
|
|
14
15
|
export * from "./ApiVersionEnum";
|
|
@@ -220,6 +221,7 @@ export * from "./ComponentsSchemasComposioIntegrationExecConfig";
|
|
|
220
221
|
export * from "./IntegrationName";
|
|
221
222
|
export * from "./IntegrationProvider";
|
|
222
223
|
export * from "./IntegrationRead";
|
|
224
|
+
export * from "./IntegrationTriggerContext";
|
|
223
225
|
export * from "./InvokedPort";
|
|
224
226
|
export * from "./IterationStateEnum";
|
|
225
227
|
export * from "./JsonInput";
|
|
@@ -413,6 +415,7 @@ export * from "./ScenarioInputImageVariableValue";
|
|
|
413
415
|
export * from "./ScenarioInputJsonVariableValue";
|
|
414
416
|
export * from "./ScenarioInputStringVariableValue";
|
|
415
417
|
export * from "./ScenarioInputVideoVariableValue";
|
|
418
|
+
export * from "./ScheduledTriggerContext";
|
|
416
419
|
export * from "./SearchFiltersRequest";
|
|
417
420
|
export * from "./SearchNodeResult";
|
|
418
421
|
export * from "./SearchNodeResultData";
|
|
@@ -604,6 +607,7 @@ export * from "./VideoInputRequest";
|
|
|
604
607
|
export * from "./VideoPromptBlock";
|
|
605
608
|
export * from "./VideoVellumValue";
|
|
606
609
|
export * from "./VideoVellumValueRequest";
|
|
610
|
+
export * from "./WorkflowDeploymentDisplayData";
|
|
607
611
|
export * from "./WorkflowDeploymentEventExecutionsResponse";
|
|
608
612
|
export * from "./WorkflowDeploymentHistoryItem";
|
|
609
613
|
export * from "./WorkflowDeploymentParentContext";
|
|
@@ -611,6 +615,7 @@ export * from "./WorkflowDeploymentRead";
|
|
|
611
615
|
export * from "./WorkflowDeploymentRelease";
|
|
612
616
|
export * from "./WorkflowDeploymentReleaseWorkflowDeployment";
|
|
613
617
|
export * from "./WorkflowDeploymentReleaseWorkflowVersion";
|
|
618
|
+
export * from "./WorkflowDisplayIcon";
|
|
614
619
|
export * from "./WorkflowError";
|
|
615
620
|
export * from "./WorkflowEvent";
|
|
616
621
|
export * from "./WorkflowEventError";
|
|
@@ -687,6 +692,7 @@ export * from "./WorkflowResultEventOutputDataJson";
|
|
|
687
692
|
export * from "./WorkflowResultEventOutputDataNumber";
|
|
688
693
|
export * from "./WorkflowResultEventOutputDataSearchResults";
|
|
689
694
|
export * from "./WorkflowResultEventOutputDataString";
|
|
695
|
+
export * from "./WorkflowSandboxDisplayData";
|
|
690
696
|
export * from "./WorkflowSandboxExample";
|
|
691
697
|
export * from "./WorkflowSandboxParentContext";
|
|
692
698
|
export * from "./WorkflowStreamEvent";
|
|
@@ -25,6 +25,7 @@ __exportStar(require("./AdHocInitiatedPromptExecutionMeta"), exports);
|
|
|
25
25
|
__exportStar(require("./AdHocRejectedPromptExecutionMeta"), exports);
|
|
26
26
|
__exportStar(require("./AdHocStreamingPromptExecutionMeta"), exports);
|
|
27
27
|
__exportStar(require("./AddOpenaiApiKeyEnum"), exports);
|
|
28
|
+
__exportStar(require("./ApiActorTypeEnum"), exports);
|
|
28
29
|
__exportStar(require("./ApiNodeResult"), exports);
|
|
29
30
|
__exportStar(require("./ApiNodeResultData"), exports);
|
|
30
31
|
__exportStar(require("./ApiVersionEnum"), exports);
|
|
@@ -236,6 +237,7 @@ __exportStar(require("./ComponentsSchemasComposioIntegrationExecConfig"), export
|
|
|
236
237
|
__exportStar(require("./IntegrationName"), exports);
|
|
237
238
|
__exportStar(require("./IntegrationProvider"), exports);
|
|
238
239
|
__exportStar(require("./IntegrationRead"), exports);
|
|
240
|
+
__exportStar(require("./IntegrationTriggerContext"), exports);
|
|
239
241
|
__exportStar(require("./InvokedPort"), exports);
|
|
240
242
|
__exportStar(require("./IterationStateEnum"), exports);
|
|
241
243
|
__exportStar(require("./JsonInput"), exports);
|
|
@@ -429,6 +431,7 @@ __exportStar(require("./ScenarioInputImageVariableValue"), exports);
|
|
|
429
431
|
__exportStar(require("./ScenarioInputJsonVariableValue"), exports);
|
|
430
432
|
__exportStar(require("./ScenarioInputStringVariableValue"), exports);
|
|
431
433
|
__exportStar(require("./ScenarioInputVideoVariableValue"), exports);
|
|
434
|
+
__exportStar(require("./ScheduledTriggerContext"), exports);
|
|
432
435
|
__exportStar(require("./SearchFiltersRequest"), exports);
|
|
433
436
|
__exportStar(require("./SearchNodeResult"), exports);
|
|
434
437
|
__exportStar(require("./SearchNodeResultData"), exports);
|
|
@@ -620,6 +623,7 @@ __exportStar(require("./VideoInputRequest"), exports);
|
|
|
620
623
|
__exportStar(require("./VideoPromptBlock"), exports);
|
|
621
624
|
__exportStar(require("./VideoVellumValue"), exports);
|
|
622
625
|
__exportStar(require("./VideoVellumValueRequest"), exports);
|
|
626
|
+
__exportStar(require("./WorkflowDeploymentDisplayData"), exports);
|
|
623
627
|
__exportStar(require("./WorkflowDeploymentEventExecutionsResponse"), exports);
|
|
624
628
|
__exportStar(require("./WorkflowDeploymentHistoryItem"), exports);
|
|
625
629
|
__exportStar(require("./WorkflowDeploymentParentContext"), exports);
|
|
@@ -627,6 +631,7 @@ __exportStar(require("./WorkflowDeploymentRead"), exports);
|
|
|
627
631
|
__exportStar(require("./WorkflowDeploymentRelease"), exports);
|
|
628
632
|
__exportStar(require("./WorkflowDeploymentReleaseWorkflowDeployment"), exports);
|
|
629
633
|
__exportStar(require("./WorkflowDeploymentReleaseWorkflowVersion"), exports);
|
|
634
|
+
__exportStar(require("./WorkflowDisplayIcon"), exports);
|
|
630
635
|
__exportStar(require("./WorkflowError"), exports);
|
|
631
636
|
__exportStar(require("./WorkflowEvent"), exports);
|
|
632
637
|
__exportStar(require("./WorkflowEventError"), exports);
|
|
@@ -703,6 +708,7 @@ __exportStar(require("./WorkflowResultEventOutputDataJson"), exports);
|
|
|
703
708
|
__exportStar(require("./WorkflowResultEventOutputDataNumber"), exports);
|
|
704
709
|
__exportStar(require("./WorkflowResultEventOutputDataSearchResults"), exports);
|
|
705
710
|
__exportStar(require("./WorkflowResultEventOutputDataString"), exports);
|
|
711
|
+
__exportStar(require("./WorkflowSandboxDisplayData"), exports);
|
|
706
712
|
__exportStar(require("./WorkflowSandboxExample"), exports);
|
|
707
713
|
__exportStar(require("./WorkflowSandboxParentContext"), exports);
|
|
708
714
|
__exportStar(require("./WorkflowStreamEvent"), exports);
|
package/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.
|
|
1
|
+
export declare const SDK_VERSION = "1.9.6";
|
package/version.js
CHANGED