vellum-ai 0.0.37 → 0.0.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Client.d.ts +9 -1
- package/Client.js +43 -1
- package/api/client/requests/SubmitWorkflowExecutionActualsRequest.d.ts +12 -0
- package/api/client/requests/index.d.ts +1 -0
- package/api/types/DocumentRead.d.ts +1 -1
- package/api/types/SearchResult.d.ts +1 -1
- package/api/types/{Document.d.ts → SearchResultDocument.d.ts} +3 -1
- package/api/types/SlimDocument.d.ts +2 -0
- package/api/types/SubmitWorkflowExecutionActualRequest.d.ts +16 -0
- package/api/types/SubmitWorkflowExecutionActualRequest.js +5 -0
- package/api/types/WorkflowExecutionActualChatHistoryRequest.d.ts +16 -0
- package/api/types/WorkflowExecutionActualChatHistoryRequest.js +5 -0
- package/api/types/WorkflowExecutionActualJsonRequest.d.ts +15 -0
- package/api/types/WorkflowExecutionActualJsonRequest.js +5 -0
- package/api/types/WorkflowExecutionActualStringRequest.d.ts +15 -0
- package/api/types/WorkflowExecutionActualStringRequest.js +5 -0
- package/api/types/index.d.ts +5 -1
- package/api/types/index.js +5 -1
- package/dist/Client.d.ts +9 -1
- package/dist/Client.js +43 -1
- package/dist/api/client/requests/SubmitWorkflowExecutionActualsRequest.d.ts +12 -0
- package/dist/api/client/requests/SubmitWorkflowExecutionActualsRequest.js +5 -0
- package/dist/api/client/requests/index.d.ts +1 -0
- package/dist/api/types/DocumentRead.d.ts +1 -1
- package/dist/api/types/SearchResult.d.ts +1 -1
- package/dist/api/types/{Document.d.ts → SearchResultDocument.d.ts} +3 -1
- package/dist/api/types/SearchResultDocument.js +5 -0
- package/dist/api/types/SlimDocument.d.ts +2 -0
- package/dist/api/types/SubmitWorkflowExecutionActualRequest.d.ts +16 -0
- package/dist/api/types/SubmitWorkflowExecutionActualRequest.js +5 -0
- package/dist/api/types/WorkflowExecutionActualChatHistoryRequest.d.ts +16 -0
- package/dist/api/types/WorkflowExecutionActualChatHistoryRequest.js +5 -0
- package/dist/api/types/WorkflowExecutionActualJsonRequest.d.ts +15 -0
- package/dist/api/types/WorkflowExecutionActualJsonRequest.js +5 -0
- package/dist/api/types/WorkflowExecutionActualStringRequest.d.ts +15 -0
- package/dist/api/types/WorkflowExecutionActualStringRequest.js +5 -0
- package/dist/api/types/index.d.ts +5 -1
- package/dist/api/types/index.js +5 -1
- package/dist/serialization/client/requests/SubmitWorkflowExecutionActualsRequest.d.ts +14 -0
- package/dist/serialization/client/requests/SubmitWorkflowExecutionActualsRequest.js +35 -0
- package/dist/serialization/client/requests/index.d.ts +1 -0
- package/dist/serialization/client/requests/index.js +3 -1
- package/dist/serialization/types/SearchResult.d.ts +1 -1
- package/dist/serialization/types/SearchResult.js +1 -1
- package/dist/serialization/types/{Document.d.ts → SearchResultDocument.d.ts} +3 -2
- package/dist/serialization/types/{Document.js → SearchResultDocument.js} +3 -2
- package/dist/serialization/types/SlimDocument.d.ts +1 -0
- package/dist/serialization/types/SlimDocument.js +1 -0
- package/dist/serialization/types/SubmitWorkflowExecutionActualRequest.d.ts +19 -0
- package/dist/serialization/types/SubmitWorkflowExecutionActualRequest.js +40 -0
- package/dist/serialization/types/WorkflowExecutionActualChatHistoryRequest.d.ts +16 -0
- package/dist/serialization/types/WorkflowExecutionActualChatHistoryRequest.js +39 -0
- package/dist/serialization/types/WorkflowExecutionActualJsonRequest.d.ts +16 -0
- package/dist/serialization/types/WorkflowExecutionActualJsonRequest.js +37 -0
- package/dist/serialization/types/WorkflowExecutionActualStringRequest.d.ts +16 -0
- package/dist/serialization/types/WorkflowExecutionActualStringRequest.js +37 -0
- package/dist/serialization/types/index.d.ts +5 -1
- package/dist/serialization/types/index.js +5 -1
- package/package.json +1 -1
- package/serialization/client/requests/SubmitWorkflowExecutionActualsRequest.d.ts +14 -0
- package/serialization/client/requests/SubmitWorkflowExecutionActualsRequest.js +35 -0
- package/serialization/client/requests/index.d.ts +1 -0
- package/serialization/client/requests/index.js +3 -1
- package/serialization/types/SearchResult.d.ts +1 -1
- package/serialization/types/SearchResult.js +1 -1
- package/serialization/types/{Document.d.ts → SearchResultDocument.d.ts} +3 -2
- package/serialization/types/{Document.js → SearchResultDocument.js} +3 -2
- package/serialization/types/SlimDocument.d.ts +1 -0
- package/serialization/types/SlimDocument.js +1 -0
- package/serialization/types/SubmitWorkflowExecutionActualRequest.d.ts +19 -0
- package/serialization/types/SubmitWorkflowExecutionActualRequest.js +40 -0
- package/serialization/types/WorkflowExecutionActualChatHistoryRequest.d.ts +16 -0
- package/serialization/types/WorkflowExecutionActualChatHistoryRequest.js +39 -0
- package/serialization/types/WorkflowExecutionActualJsonRequest.d.ts +16 -0
- package/serialization/types/WorkflowExecutionActualJsonRequest.js +37 -0
- package/serialization/types/WorkflowExecutionActualStringRequest.d.ts +16 -0
- package/serialization/types/WorkflowExecutionActualStringRequest.js +37 -0
- package/serialization/types/index.d.ts +5 -1
- package/serialization/types/index.js +5 -1
- /package/api/{types/Document.js → client/requests/SubmitWorkflowExecutionActualsRequest.js} +0 -0
- /package/{dist/api/types/Document.js → api/types/SearchResultDocument.js} +0 -0
|
@@ -0,0 +1,40 @@
|
|
|
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 (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.SubmitWorkflowExecutionActualRequest = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.SubmitWorkflowExecutionActualRequest = core.serialization
|
|
32
|
+
.union(core.serialization.discriminant("outputType", "output_type"), {
|
|
33
|
+
STRING: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).WorkflowExecutionActualStringRequest),
|
|
34
|
+
JSON: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).WorkflowExecutionActualJsonRequest),
|
|
35
|
+
CHAT_HISTORY: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).WorkflowExecutionActualChatHistoryRequest),
|
|
36
|
+
})
|
|
37
|
+
.transform({
|
|
38
|
+
transform: (value) => value,
|
|
39
|
+
untransform: (value) => value,
|
|
40
|
+
});
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Vellum from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
export declare const WorkflowExecutionActualChatHistoryRequest: core.serialization.ObjectSchema<serializers.WorkflowExecutionActualChatHistoryRequest.Raw, Vellum.WorkflowExecutionActualChatHistoryRequest>;
|
|
8
|
+
export declare namespace WorkflowExecutionActualChatHistoryRequest {
|
|
9
|
+
interface Raw {
|
|
10
|
+
output_id?: string | null;
|
|
11
|
+
output_key?: string | null;
|
|
12
|
+
quality?: number | null;
|
|
13
|
+
timestamp?: number | null;
|
|
14
|
+
desired_output_value?: serializers.ChatMessageRequest.Raw[] | null;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
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 (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.WorkflowExecutionActualChatHistoryRequest = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.WorkflowExecutionActualChatHistoryRequest = core.serialization.object({
|
|
32
|
+
outputId: core.serialization.property("output_id", core.serialization.string().optional()),
|
|
33
|
+
outputKey: core.serialization.property("output_key", core.serialization.string().optional()),
|
|
34
|
+
quality: core.serialization.number().optional(),
|
|
35
|
+
timestamp: core.serialization.number().optional(),
|
|
36
|
+
desiredOutputValue: core.serialization.property("desired_output_value", core.serialization
|
|
37
|
+
.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).ChatMessageRequest))
|
|
38
|
+
.optional()),
|
|
39
|
+
});
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Vellum from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
export declare const WorkflowExecutionActualJsonRequest: core.serialization.ObjectSchema<serializers.WorkflowExecutionActualJsonRequest.Raw, Vellum.WorkflowExecutionActualJsonRequest>;
|
|
8
|
+
export declare namespace WorkflowExecutionActualJsonRequest {
|
|
9
|
+
interface Raw {
|
|
10
|
+
output_id?: string | null;
|
|
11
|
+
output_key?: string | null;
|
|
12
|
+
quality?: number | null;
|
|
13
|
+
timestamp?: number | null;
|
|
14
|
+
desired_output_value?: Record<string, unknown> | null;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
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 (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.WorkflowExecutionActualJsonRequest = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.WorkflowExecutionActualJsonRequest = core.serialization.object({
|
|
32
|
+
outputId: core.serialization.property("output_id", core.serialization.string().optional()),
|
|
33
|
+
outputKey: core.serialization.property("output_key", core.serialization.string().optional()),
|
|
34
|
+
quality: core.serialization.number().optional(),
|
|
35
|
+
timestamp: core.serialization.number().optional(),
|
|
36
|
+
desiredOutputValue: core.serialization.property("desired_output_value", core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional()),
|
|
37
|
+
});
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Vellum from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
export declare const WorkflowExecutionActualStringRequest: core.serialization.ObjectSchema<serializers.WorkflowExecutionActualStringRequest.Raw, Vellum.WorkflowExecutionActualStringRequest>;
|
|
8
|
+
export declare namespace WorkflowExecutionActualStringRequest {
|
|
9
|
+
interface Raw {
|
|
10
|
+
output_id?: string | null;
|
|
11
|
+
output_key?: string | null;
|
|
12
|
+
quality?: number | null;
|
|
13
|
+
timestamp?: number | null;
|
|
14
|
+
desired_output_value?: string | null;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
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 (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.WorkflowExecutionActualStringRequest = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.WorkflowExecutionActualStringRequest = core.serialization.object({
|
|
32
|
+
outputId: core.serialization.property("output_id", core.serialization.string().optional()),
|
|
33
|
+
outputKey: core.serialization.property("output_key", core.serialization.string().optional()),
|
|
34
|
+
quality: core.serialization.number().optional(),
|
|
35
|
+
timestamp: core.serialization.number().optional(),
|
|
36
|
+
desiredOutputValue: core.serialization.property("desired_output_value", core.serialization.string().optional()),
|
|
37
|
+
});
|
|
@@ -7,7 +7,6 @@ export * from "./ConditionalNodeResultData";
|
|
|
7
7
|
export * from "./ContentType";
|
|
8
8
|
export * from "./DeploymentRead";
|
|
9
9
|
export * from "./DeploymentStatus";
|
|
10
|
-
export * from "./Document";
|
|
11
10
|
export * from "./DocumentDocumentToDocumentIndex";
|
|
12
11
|
export * from "./DocumentIndexRead";
|
|
13
12
|
export * from "./DocumentIndexStatus";
|
|
@@ -85,11 +84,13 @@ export * from "./SearchNodeResultData";
|
|
|
85
84
|
export * from "./SearchRequestOptionsRequest";
|
|
86
85
|
export * from "./SearchResponse";
|
|
87
86
|
export * from "./SearchResult";
|
|
87
|
+
export * from "./SearchResultDocument";
|
|
88
88
|
export * from "./SearchResultMergingRequest";
|
|
89
89
|
export * from "./SearchWeightsRequest";
|
|
90
90
|
export * from "./SlimDocument";
|
|
91
91
|
export * from "./SubmitCompletionActualRequest";
|
|
92
92
|
export * from "./SubmitCompletionActualsErrorResponse";
|
|
93
|
+
export * from "./SubmitWorkflowExecutionActualRequest";
|
|
93
94
|
export * from "./TemplatingNodeChatHistoryResult";
|
|
94
95
|
export * from "./TemplatingNodeJsonResult";
|
|
95
96
|
export * from "./TemplatingNodeResult";
|
|
@@ -110,6 +111,9 @@ export * from "./UploadDocumentResponse";
|
|
|
110
111
|
export * from "./VellumVariable";
|
|
111
112
|
export * from "./VellumVariableType";
|
|
112
113
|
export * from "./WorkflowEventError";
|
|
114
|
+
export * from "./WorkflowExecutionActualChatHistoryRequest";
|
|
115
|
+
export * from "./WorkflowExecutionActualJsonRequest";
|
|
116
|
+
export * from "./WorkflowExecutionActualStringRequest";
|
|
113
117
|
export * from "./WorkflowExecutionEventErrorCode";
|
|
114
118
|
export * from "./WorkflowExecutionEventType";
|
|
115
119
|
export * from "./WorkflowExecutionNodeResultEvent";
|
|
@@ -23,7 +23,6 @@ __exportStar(require("./ConditionalNodeResultData"), exports);
|
|
|
23
23
|
__exportStar(require("./ContentType"), exports);
|
|
24
24
|
__exportStar(require("./DeploymentRead"), exports);
|
|
25
25
|
__exportStar(require("./DeploymentStatus"), exports);
|
|
26
|
-
__exportStar(require("./Document"), exports);
|
|
27
26
|
__exportStar(require("./DocumentDocumentToDocumentIndex"), exports);
|
|
28
27
|
__exportStar(require("./DocumentIndexRead"), exports);
|
|
29
28
|
__exportStar(require("./DocumentIndexStatus"), exports);
|
|
@@ -101,11 +100,13 @@ __exportStar(require("./SearchNodeResultData"), exports);
|
|
|
101
100
|
__exportStar(require("./SearchRequestOptionsRequest"), exports);
|
|
102
101
|
__exportStar(require("./SearchResponse"), exports);
|
|
103
102
|
__exportStar(require("./SearchResult"), exports);
|
|
103
|
+
__exportStar(require("./SearchResultDocument"), exports);
|
|
104
104
|
__exportStar(require("./SearchResultMergingRequest"), exports);
|
|
105
105
|
__exportStar(require("./SearchWeightsRequest"), exports);
|
|
106
106
|
__exportStar(require("./SlimDocument"), exports);
|
|
107
107
|
__exportStar(require("./SubmitCompletionActualRequest"), exports);
|
|
108
108
|
__exportStar(require("./SubmitCompletionActualsErrorResponse"), exports);
|
|
109
|
+
__exportStar(require("./SubmitWorkflowExecutionActualRequest"), exports);
|
|
109
110
|
__exportStar(require("./TemplatingNodeChatHistoryResult"), exports);
|
|
110
111
|
__exportStar(require("./TemplatingNodeJsonResult"), exports);
|
|
111
112
|
__exportStar(require("./TemplatingNodeResult"), exports);
|
|
@@ -126,6 +127,9 @@ __exportStar(require("./UploadDocumentResponse"), exports);
|
|
|
126
127
|
__exportStar(require("./VellumVariable"), exports);
|
|
127
128
|
__exportStar(require("./VellumVariableType"), exports);
|
|
128
129
|
__exportStar(require("./WorkflowEventError"), exports);
|
|
130
|
+
__exportStar(require("./WorkflowExecutionActualChatHistoryRequest"), exports);
|
|
131
|
+
__exportStar(require("./WorkflowExecutionActualJsonRequest"), exports);
|
|
132
|
+
__exportStar(require("./WorkflowExecutionActualStringRequest"), exports);
|
|
129
133
|
__exportStar(require("./WorkflowExecutionEventErrorCode"), exports);
|
|
130
134
|
__exportStar(require("./WorkflowExecutionEventType"), exports);
|
|
131
135
|
__exportStar(require("./WorkflowExecutionNodeResultEvent"), exports);
|
|
File without changes
|
|
File without changes
|