vellum-ai 0.8.14 → 0.8.16
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/.mock/definition/__package__.yml +69 -0
- package/.mock/openapi/openapi.yml +141 -0
- package/Client.js +9 -9
- package/api/resources/adHoc/client/Client.js +1 -1
- package/api/resources/deployments/client/Client.js +5 -5
- package/api/resources/documentIndexes/client/Client.js +8 -8
- package/api/resources/documents/client/Client.js +5 -5
- package/api/resources/folderEntities/client/Client.js +1 -1
- 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 +4 -4
- package/api/resources/workflowSandboxes/client/Client.js +1 -1
- package/api/types/ArrayVariableValue.d.ts +8 -0
- package/api/types/ArrayVariableValue.js +5 -0
- package/api/types/ArrayVariableValueItem.d.ts +1 -1
- package/api/types/ArrayVellumValue.d.ts +11 -0
- package/api/types/ArrayVellumValue.js +5 -0
- package/api/types/ArrayVellumValueItem.d.ts +1 -1
- package/api/types/ArrayVellumValueItemRequest.d.ts +1 -1
- package/api/types/ArrayVellumValueRequest.d.ts +11 -0
- package/api/types/ArrayVellumValueRequest.js +5 -0
- package/api/types/ChatHistoryVariableValue.d.ts +8 -0
- package/api/types/ChatHistoryVariableValue.js +5 -0
- package/api/types/ChatHistoryVellumValue.d.ts +11 -0
- package/api/types/ChatHistoryVellumValue.js +5 -0
- package/api/types/ChatHistoryVellumValueRequest.d.ts +11 -0
- package/api/types/ChatHistoryVellumValueRequest.js +5 -0
- package/api/types/SearchResultsVariableValue.d.ts +8 -0
- package/api/types/SearchResultsVariableValue.js +5 -0
- package/api/types/SearchResultsVellumValue.d.ts +11 -0
- package/api/types/SearchResultsVellumValue.js +5 -0
- package/api/types/SearchResultsVellumValueRequest.d.ts +11 -0
- package/api/types/SearchResultsVellumValueRequest.js +5 -0
- package/api/types/index.d.ts +9 -0
- package/api/types/index.js +9 -0
- package/dist/Client.js +9 -9
- package/dist/api/resources/adHoc/client/Client.js +1 -1
- package/dist/api/resources/deployments/client/Client.js +5 -5
- package/dist/api/resources/documentIndexes/client/Client.js +8 -8
- package/dist/api/resources/documents/client/Client.js +5 -5
- package/dist/api/resources/folderEntities/client/Client.js +1 -1
- 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 +4 -4
- package/dist/api/resources/workflowSandboxes/client/Client.js +1 -1
- package/dist/api/types/ArrayVariableValue.d.ts +8 -0
- package/dist/api/types/ArrayVariableValue.js +5 -0
- package/dist/api/types/ArrayVariableValueItem.d.ts +1 -1
- package/dist/api/types/ArrayVellumValue.d.ts +11 -0
- package/dist/api/types/ArrayVellumValue.js +5 -0
- package/dist/api/types/ArrayVellumValueItem.d.ts +1 -1
- package/dist/api/types/ArrayVellumValueItemRequest.d.ts +1 -1
- package/dist/api/types/ArrayVellumValueRequest.d.ts +11 -0
- package/dist/api/types/ArrayVellumValueRequest.js +5 -0
- package/dist/api/types/ChatHistoryVariableValue.d.ts +8 -0
- package/dist/api/types/ChatHistoryVariableValue.js +5 -0
- package/dist/api/types/ChatHistoryVellumValue.d.ts +11 -0
- package/dist/api/types/ChatHistoryVellumValue.js +5 -0
- package/dist/api/types/ChatHistoryVellumValueRequest.d.ts +11 -0
- package/dist/api/types/ChatHistoryVellumValueRequest.js +5 -0
- package/dist/api/types/SearchResultsVariableValue.d.ts +8 -0
- package/dist/api/types/SearchResultsVariableValue.js +5 -0
- package/dist/api/types/SearchResultsVellumValue.d.ts +11 -0
- package/dist/api/types/SearchResultsVellumValue.js +5 -0
- package/dist/api/types/SearchResultsVellumValueRequest.d.ts +11 -0
- package/dist/api/types/SearchResultsVellumValueRequest.js +5 -0
- package/dist/api/types/index.d.ts +9 -0
- package/dist/api/types/index.js +9 -0
- package/dist/serialization/types/ArrayVariableValue.d.ts +13 -0
- package/dist/serialization/types/ArrayVariableValue.js +35 -0
- package/dist/serialization/types/ArrayVariableValueItem.d.ts +3 -1
- package/dist/serialization/types/ArrayVariableValueItem.js +6 -0
- package/dist/serialization/types/ArrayVellumValue.d.ts +13 -0
- package/dist/serialization/types/ArrayVellumValue.js +35 -0
- package/dist/serialization/types/ArrayVellumValueItem.d.ts +3 -1
- package/dist/serialization/types/ArrayVellumValueItem.js +6 -0
- package/dist/serialization/types/ArrayVellumValueItemRequest.d.ts +3 -1
- package/dist/serialization/types/ArrayVellumValueItemRequest.js +6 -0
- package/dist/serialization/types/ArrayVellumValueRequest.d.ts +13 -0
- package/dist/serialization/types/ArrayVellumValueRequest.js +35 -0
- package/dist/serialization/types/ChatHistoryVariableValue.d.ts +14 -0
- package/dist/serialization/types/ChatHistoryVariableValue.js +35 -0
- package/dist/serialization/types/ChatHistoryVellumValue.d.ts +14 -0
- package/dist/serialization/types/ChatHistoryVellumValue.js +35 -0
- package/dist/serialization/types/ChatHistoryVellumValueRequest.d.ts +14 -0
- package/dist/serialization/types/ChatHistoryVellumValueRequest.js +35 -0
- package/dist/serialization/types/CodeExecutionNodeArrayResult.d.ts +1 -2
- package/dist/serialization/types/CodeExecutionNodeArrayResult.js +2 -2
- package/dist/serialization/types/ExecutionArrayVellumValue.d.ts +1 -2
- package/dist/serialization/types/ExecutionArrayVellumValue.js +2 -2
- package/dist/serialization/types/NamedTestCaseArrayVariableValue.d.ts +1 -2
- package/dist/serialization/types/NamedTestCaseArrayVariableValue.js +2 -2
- package/dist/serialization/types/NamedTestCaseArrayVariableValueRequest.d.ts +1 -2
- package/dist/serialization/types/NamedTestCaseArrayVariableValueRequest.js +2 -2
- package/dist/serialization/types/NodeInputCompiledArrayValue.d.ts +1 -2
- package/dist/serialization/types/NodeInputCompiledArrayValue.js +2 -2
- package/dist/serialization/types/NodeOutputCompiledArrayValue.d.ts +1 -2
- package/dist/serialization/types/NodeOutputCompiledArrayValue.js +2 -2
- package/dist/serialization/types/SearchResultsVariableValue.d.ts +14 -0
- package/dist/serialization/types/SearchResultsVariableValue.js +35 -0
- package/dist/serialization/types/SearchResultsVellumValue.d.ts +14 -0
- package/dist/serialization/types/SearchResultsVellumValue.js +35 -0
- package/dist/serialization/types/SearchResultsVellumValueRequest.d.ts +14 -0
- package/dist/serialization/types/SearchResultsVellumValueRequest.js +35 -0
- package/dist/serialization/types/TemplatingNodeArrayResult.d.ts +1 -2
- package/dist/serialization/types/TemplatingNodeArrayResult.js +2 -2
- package/dist/serialization/types/TerminalNodeArrayResult.d.ts +1 -2
- package/dist/serialization/types/TerminalNodeArrayResult.js +2 -2
- package/dist/serialization/types/TestCaseArrayVariableValue.d.ts +1 -2
- package/dist/serialization/types/TestCaseArrayVariableValue.js +2 -2
- package/dist/serialization/types/TestSuiteRunExecutionArrayOutput.d.ts +1 -2
- package/dist/serialization/types/TestSuiteRunExecutionArrayOutput.js +2 -2
- package/dist/serialization/types/WorkflowOutputArray.d.ts +1 -2
- package/dist/serialization/types/WorkflowOutputArray.js +2 -2
- package/dist/serialization/types/WorkflowResultEventOutputDataArray.d.ts +1 -2
- package/dist/serialization/types/WorkflowResultEventOutputDataArray.js +2 -2
- package/dist/serialization/types/index.d.ts +9 -0
- package/dist/serialization/types/index.js +9 -0
- package/package.json +1 -1
- package/serialization/types/ArrayVariableValue.d.ts +13 -0
- package/serialization/types/ArrayVariableValue.js +35 -0
- package/serialization/types/ArrayVariableValueItem.d.ts +3 -1
- package/serialization/types/ArrayVariableValueItem.js +6 -0
- package/serialization/types/ArrayVellumValue.d.ts +13 -0
- package/serialization/types/ArrayVellumValue.js +35 -0
- package/serialization/types/ArrayVellumValueItem.d.ts +3 -1
- package/serialization/types/ArrayVellumValueItem.js +6 -0
- package/serialization/types/ArrayVellumValueItemRequest.d.ts +3 -1
- package/serialization/types/ArrayVellumValueItemRequest.js +6 -0
- package/serialization/types/ArrayVellumValueRequest.d.ts +13 -0
- package/serialization/types/ArrayVellumValueRequest.js +35 -0
- package/serialization/types/ChatHistoryVariableValue.d.ts +14 -0
- package/serialization/types/ChatHistoryVariableValue.js +35 -0
- package/serialization/types/ChatHistoryVellumValue.d.ts +14 -0
- package/serialization/types/ChatHistoryVellumValue.js +35 -0
- package/serialization/types/ChatHistoryVellumValueRequest.d.ts +14 -0
- package/serialization/types/ChatHistoryVellumValueRequest.js +35 -0
- package/serialization/types/CodeExecutionNodeArrayResult.d.ts +1 -2
- package/serialization/types/CodeExecutionNodeArrayResult.js +2 -2
- package/serialization/types/ExecutionArrayVellumValue.d.ts +1 -2
- package/serialization/types/ExecutionArrayVellumValue.js +2 -2
- package/serialization/types/NamedTestCaseArrayVariableValue.d.ts +1 -2
- package/serialization/types/NamedTestCaseArrayVariableValue.js +2 -2
- package/serialization/types/NamedTestCaseArrayVariableValueRequest.d.ts +1 -2
- package/serialization/types/NamedTestCaseArrayVariableValueRequest.js +2 -2
- package/serialization/types/NodeInputCompiledArrayValue.d.ts +1 -2
- package/serialization/types/NodeInputCompiledArrayValue.js +2 -2
- package/serialization/types/NodeOutputCompiledArrayValue.d.ts +1 -2
- package/serialization/types/NodeOutputCompiledArrayValue.js +2 -2
- package/serialization/types/SearchResultsVariableValue.d.ts +14 -0
- package/serialization/types/SearchResultsVariableValue.js +35 -0
- package/serialization/types/SearchResultsVellumValue.d.ts +14 -0
- package/serialization/types/SearchResultsVellumValue.js +35 -0
- package/serialization/types/SearchResultsVellumValueRequest.d.ts +14 -0
- package/serialization/types/SearchResultsVellumValueRequest.js +35 -0
- package/serialization/types/TemplatingNodeArrayResult.d.ts +1 -2
- package/serialization/types/TemplatingNodeArrayResult.js +2 -2
- package/serialization/types/TerminalNodeArrayResult.d.ts +1 -2
- package/serialization/types/TerminalNodeArrayResult.js +2 -2
- package/serialization/types/TestCaseArrayVariableValue.d.ts +1 -2
- package/serialization/types/TestCaseArrayVariableValue.js +2 -2
- package/serialization/types/TestSuiteRunExecutionArrayOutput.d.ts +1 -2
- package/serialization/types/TestSuiteRunExecutionArrayOutput.js +2 -2
- package/serialization/types/WorkflowOutputArray.d.ts +1 -2
- package/serialization/types/WorkflowOutputArray.js +2 -2
- package/serialization/types/WorkflowResultEventOutputDataArray.d.ts +1 -2
- package/serialization/types/WorkflowResultEventOutputDataArray.js +2 -2
- package/serialization/types/index.d.ts +9 -0
- package/serialization/types/index.js +9 -0
|
@@ -0,0 +1,35 @@
|
|
|
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.ChatHistoryVariableValue = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
const ChatMessage_1 = require("./ChatMessage");
|
|
32
|
+
exports.ChatHistoryVariableValue = core.serialization.object({
|
|
33
|
+
type: core.serialization.stringLiteral("CHAT_HISTORY"),
|
|
34
|
+
value: core.serialization.list(ChatMessage_1.ChatMessage).optional(),
|
|
35
|
+
});
|
|
@@ -0,0 +1,14 @@
|
|
|
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 { ChatMessage } from "./ChatMessage";
|
|
8
|
+
export declare const ChatHistoryVellumValue: core.serialization.ObjectSchema<serializers.ChatHistoryVellumValue.Raw, Vellum.ChatHistoryVellumValue>;
|
|
9
|
+
export declare namespace ChatHistoryVellumValue {
|
|
10
|
+
interface Raw {
|
|
11
|
+
type: "CHAT_HISTORY";
|
|
12
|
+
value?: ChatMessage.Raw[] | null;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
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.ChatHistoryVellumValue = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
const ChatMessage_1 = require("./ChatMessage");
|
|
32
|
+
exports.ChatHistoryVellumValue = core.serialization.object({
|
|
33
|
+
type: core.serialization.stringLiteral("CHAT_HISTORY"),
|
|
34
|
+
value: core.serialization.list(ChatMessage_1.ChatMessage).optional(),
|
|
35
|
+
});
|
|
@@ -0,0 +1,14 @@
|
|
|
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 { ChatMessageRequest } from "./ChatMessageRequest";
|
|
8
|
+
export declare const ChatHistoryVellumValueRequest: core.serialization.ObjectSchema<serializers.ChatHistoryVellumValueRequest.Raw, Vellum.ChatHistoryVellumValueRequest>;
|
|
9
|
+
export declare namespace ChatHistoryVellumValueRequest {
|
|
10
|
+
interface Raw {
|
|
11
|
+
type: "CHAT_HISTORY";
|
|
12
|
+
value?: ChatMessageRequest.Raw[] | null;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
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.ChatHistoryVellumValueRequest = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
const ChatMessageRequest_1 = require("./ChatMessageRequest");
|
|
32
|
+
exports.ChatHistoryVellumValueRequest = core.serialization.object({
|
|
33
|
+
type: core.serialization.stringLiteral("CHAT_HISTORY"),
|
|
34
|
+
value: core.serialization.list(ChatMessageRequest_1.ChatMessageRequest).optional(),
|
|
35
|
+
});
|
|
@@ -4,12 +4,11 @@
|
|
|
4
4
|
import * as serializers from "../index";
|
|
5
5
|
import * as Vellum from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
|
-
import { ArrayVariableValueItem } from "./ArrayVariableValueItem";
|
|
8
7
|
export declare const CodeExecutionNodeArrayResult: core.serialization.ObjectSchema<serializers.CodeExecutionNodeArrayResult.Raw, Vellum.CodeExecutionNodeArrayResult>;
|
|
9
8
|
export declare namespace CodeExecutionNodeArrayResult {
|
|
10
9
|
interface Raw {
|
|
11
10
|
id: string;
|
|
12
11
|
type: "ARRAY";
|
|
13
|
-
value?: ArrayVariableValueItem.Raw[] | null;
|
|
12
|
+
value?: serializers.ArrayVariableValueItem.Raw[] | null;
|
|
14
13
|
}
|
|
15
14
|
}
|
|
@@ -27,10 +27,10 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.CodeExecutionNodeArrayResult = void 0;
|
|
30
|
+
const serializers = __importStar(require("../index"));
|
|
30
31
|
const core = __importStar(require("../../core"));
|
|
31
|
-
const ArrayVariableValueItem_1 = require("./ArrayVariableValueItem");
|
|
32
32
|
exports.CodeExecutionNodeArrayResult = core.serialization.object({
|
|
33
33
|
id: core.serialization.string(),
|
|
34
34
|
type: core.serialization.stringLiteral("ARRAY"),
|
|
35
|
-
value: core.serialization.list(
|
|
35
|
+
value: core.serialization.list(core.serialization.lazy(() => serializers.ArrayVariableValueItem)).optional(),
|
|
36
36
|
});
|
|
@@ -4,13 +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 { ArrayVellumValueItem } from "./ArrayVellumValueItem";
|
|
8
7
|
export declare const ExecutionArrayVellumValue: core.serialization.ObjectSchema<serializers.ExecutionArrayVellumValue.Raw, Vellum.ExecutionArrayVellumValue>;
|
|
9
8
|
export declare namespace ExecutionArrayVellumValue {
|
|
10
9
|
interface Raw {
|
|
11
10
|
id: string;
|
|
12
11
|
name: string;
|
|
13
12
|
type: "ARRAY";
|
|
14
|
-
value?: ArrayVellumValueItem.Raw[] | null;
|
|
13
|
+
value?: serializers.ArrayVellumValueItem.Raw[] | null;
|
|
15
14
|
}
|
|
16
15
|
}
|
|
@@ -27,11 +27,11 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.ExecutionArrayVellumValue = void 0;
|
|
30
|
+
const serializers = __importStar(require("../index"));
|
|
30
31
|
const core = __importStar(require("../../core"));
|
|
31
|
-
const ArrayVellumValueItem_1 = require("./ArrayVellumValueItem");
|
|
32
32
|
exports.ExecutionArrayVellumValue = core.serialization.object({
|
|
33
33
|
id: core.serialization.string(),
|
|
34
34
|
name: core.serialization.string(),
|
|
35
35
|
type: core.serialization.stringLiteral("ARRAY"),
|
|
36
|
-
value: core.serialization.list(
|
|
36
|
+
value: core.serialization.list(core.serialization.lazy(() => serializers.ArrayVellumValueItem)).optional(),
|
|
37
37
|
});
|
|
@@ -4,12 +4,11 @@
|
|
|
4
4
|
import * as serializers from "../index";
|
|
5
5
|
import * as Vellum from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
|
-
import { ArrayVellumValueItem } from "./ArrayVellumValueItem";
|
|
8
7
|
export declare const NamedTestCaseArrayVariableValue: core.serialization.ObjectSchema<serializers.NamedTestCaseArrayVariableValue.Raw, Vellum.NamedTestCaseArrayVariableValue>;
|
|
9
8
|
export declare namespace NamedTestCaseArrayVariableValue {
|
|
10
9
|
interface Raw {
|
|
11
10
|
type: "ARRAY";
|
|
12
|
-
value?: ArrayVellumValueItem.Raw[] | null;
|
|
11
|
+
value?: serializers.ArrayVellumValueItem.Raw[] | null;
|
|
13
12
|
name: string;
|
|
14
13
|
}
|
|
15
14
|
}
|
|
@@ -27,10 +27,10 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.NamedTestCaseArrayVariableValue = void 0;
|
|
30
|
+
const serializers = __importStar(require("../index"));
|
|
30
31
|
const core = __importStar(require("../../core"));
|
|
31
|
-
const ArrayVellumValueItem_1 = require("./ArrayVellumValueItem");
|
|
32
32
|
exports.NamedTestCaseArrayVariableValue = core.serialization.object({
|
|
33
33
|
type: core.serialization.stringLiteral("ARRAY"),
|
|
34
|
-
value: core.serialization.list(
|
|
34
|
+
value: core.serialization.list(core.serialization.lazy(() => serializers.ArrayVellumValueItem)).optional(),
|
|
35
35
|
name: core.serialization.string(),
|
|
36
36
|
});
|
|
@@ -4,12 +4,11 @@
|
|
|
4
4
|
import * as serializers from "../index";
|
|
5
5
|
import * as Vellum from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
|
-
import { ArrayVellumValueItemRequest } from "./ArrayVellumValueItemRequest";
|
|
8
7
|
export declare const NamedTestCaseArrayVariableValueRequest: core.serialization.ObjectSchema<serializers.NamedTestCaseArrayVariableValueRequest.Raw, Vellum.NamedTestCaseArrayVariableValueRequest>;
|
|
9
8
|
export declare namespace NamedTestCaseArrayVariableValueRequest {
|
|
10
9
|
interface Raw {
|
|
11
10
|
type: "ARRAY";
|
|
12
|
-
value?: ArrayVellumValueItemRequest.Raw[] | null;
|
|
11
|
+
value?: serializers.ArrayVellumValueItemRequest.Raw[] | null;
|
|
13
12
|
name: string;
|
|
14
13
|
}
|
|
15
14
|
}
|
|
@@ -27,10 +27,10 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.NamedTestCaseArrayVariableValueRequest = void 0;
|
|
30
|
+
const serializers = __importStar(require("../index"));
|
|
30
31
|
const core = __importStar(require("../../core"));
|
|
31
|
-
const ArrayVellumValueItemRequest_1 = require("./ArrayVellumValueItemRequest");
|
|
32
32
|
exports.NamedTestCaseArrayVariableValueRequest = core.serialization.object({
|
|
33
33
|
type: core.serialization.stringLiteral("ARRAY"),
|
|
34
|
-
value: core.serialization.list(
|
|
34
|
+
value: core.serialization.list(core.serialization.lazy(() => serializers.ArrayVellumValueItemRequest)).optional(),
|
|
35
35
|
name: core.serialization.string(),
|
|
36
36
|
});
|
|
@@ -4,13 +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 { ArrayVariableValueItem } from "./ArrayVariableValueItem";
|
|
8
7
|
export declare const NodeInputCompiledArrayValue: core.serialization.ObjectSchema<serializers.NodeInputCompiledArrayValue.Raw, Vellum.NodeInputCompiledArrayValue>;
|
|
9
8
|
export declare namespace NodeInputCompiledArrayValue {
|
|
10
9
|
interface Raw {
|
|
11
10
|
node_input_id: string;
|
|
12
11
|
key: string;
|
|
13
12
|
type: "ARRAY";
|
|
14
|
-
value?: ArrayVariableValueItem.Raw[] | null;
|
|
13
|
+
value?: serializers.ArrayVariableValueItem.Raw[] | null;
|
|
15
14
|
}
|
|
16
15
|
}
|
|
@@ -27,11 +27,11 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.NodeInputCompiledArrayValue = void 0;
|
|
30
|
+
const serializers = __importStar(require("../index"));
|
|
30
31
|
const core = __importStar(require("../../core"));
|
|
31
|
-
const ArrayVariableValueItem_1 = require("./ArrayVariableValueItem");
|
|
32
32
|
exports.NodeInputCompiledArrayValue = core.serialization.object({
|
|
33
33
|
nodeInputId: core.serialization.property("node_input_id", core.serialization.string()),
|
|
34
34
|
key: core.serialization.string(),
|
|
35
35
|
type: core.serialization.stringLiteral("ARRAY"),
|
|
36
|
-
value: core.serialization.list(
|
|
36
|
+
value: core.serialization.list(core.serialization.lazy(() => serializers.ArrayVariableValueItem)).optional(),
|
|
37
37
|
});
|
|
@@ -4,13 +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 { ArrayVellumValueItem } from "./ArrayVellumValueItem";
|
|
8
7
|
import { WorkflowNodeResultEventState } from "./WorkflowNodeResultEventState";
|
|
9
8
|
export declare const NodeOutputCompiledArrayValue: core.serialization.ObjectSchema<serializers.NodeOutputCompiledArrayValue.Raw, Vellum.NodeOutputCompiledArrayValue>;
|
|
10
9
|
export declare namespace NodeOutputCompiledArrayValue {
|
|
11
10
|
interface Raw {
|
|
12
11
|
type: "ARRAY";
|
|
13
|
-
value?: ArrayVellumValueItem.Raw[] | null;
|
|
12
|
+
value?: serializers.ArrayVellumValueItem.Raw[] | null;
|
|
14
13
|
node_output_id: string;
|
|
15
14
|
state?: WorkflowNodeResultEventState.Raw | null;
|
|
16
15
|
}
|
|
@@ -27,12 +27,12 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.NodeOutputCompiledArrayValue = void 0;
|
|
30
|
+
const serializers = __importStar(require("../index"));
|
|
30
31
|
const core = __importStar(require("../../core"));
|
|
31
|
-
const ArrayVellumValueItem_1 = require("./ArrayVellumValueItem");
|
|
32
32
|
const WorkflowNodeResultEventState_1 = require("./WorkflowNodeResultEventState");
|
|
33
33
|
exports.NodeOutputCompiledArrayValue = core.serialization.object({
|
|
34
34
|
type: core.serialization.stringLiteral("ARRAY"),
|
|
35
|
-
value: core.serialization.list(
|
|
35
|
+
value: core.serialization.list(core.serialization.lazy(() => serializers.ArrayVellumValueItem)).optional(),
|
|
36
36
|
nodeOutputId: core.serialization.property("node_output_id", core.serialization.string()),
|
|
37
37
|
state: WorkflowNodeResultEventState_1.WorkflowNodeResultEventState.optional(),
|
|
38
38
|
});
|
|
@@ -0,0 +1,14 @@
|
|
|
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 { SearchResult } from "./SearchResult";
|
|
8
|
+
export declare const SearchResultsVariableValue: core.serialization.ObjectSchema<serializers.SearchResultsVariableValue.Raw, Vellum.SearchResultsVariableValue>;
|
|
9
|
+
export declare namespace SearchResultsVariableValue {
|
|
10
|
+
interface Raw {
|
|
11
|
+
type: "SEARCH_RESULTS";
|
|
12
|
+
value?: SearchResult.Raw[] | null;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
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.SearchResultsVariableValue = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
const SearchResult_1 = require("./SearchResult");
|
|
32
|
+
exports.SearchResultsVariableValue = core.serialization.object({
|
|
33
|
+
type: core.serialization.stringLiteral("SEARCH_RESULTS"),
|
|
34
|
+
value: core.serialization.list(SearchResult_1.SearchResult).optional(),
|
|
35
|
+
});
|
|
@@ -0,0 +1,14 @@
|
|
|
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 { SearchResult } from "./SearchResult";
|
|
8
|
+
export declare const SearchResultsVellumValue: core.serialization.ObjectSchema<serializers.SearchResultsVellumValue.Raw, Vellum.SearchResultsVellumValue>;
|
|
9
|
+
export declare namespace SearchResultsVellumValue {
|
|
10
|
+
interface Raw {
|
|
11
|
+
type: "SEARCH_RESULTS";
|
|
12
|
+
value?: SearchResult.Raw[] | null;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
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.SearchResultsVellumValue = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
const SearchResult_1 = require("./SearchResult");
|
|
32
|
+
exports.SearchResultsVellumValue = core.serialization.object({
|
|
33
|
+
type: core.serialization.stringLiteral("SEARCH_RESULTS"),
|
|
34
|
+
value: core.serialization.list(SearchResult_1.SearchResult).optional(),
|
|
35
|
+
});
|
|
@@ -0,0 +1,14 @@
|
|
|
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 { SearchResultRequest } from "./SearchResultRequest";
|
|
8
|
+
export declare const SearchResultsVellumValueRequest: core.serialization.ObjectSchema<serializers.SearchResultsVellumValueRequest.Raw, Vellum.SearchResultsVellumValueRequest>;
|
|
9
|
+
export declare namespace SearchResultsVellumValueRequest {
|
|
10
|
+
interface Raw {
|
|
11
|
+
type: "SEARCH_RESULTS";
|
|
12
|
+
value?: SearchResultRequest.Raw[] | null;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
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.SearchResultsVellumValueRequest = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
const SearchResultRequest_1 = require("./SearchResultRequest");
|
|
32
|
+
exports.SearchResultsVellumValueRequest = core.serialization.object({
|
|
33
|
+
type: core.serialization.stringLiteral("SEARCH_RESULTS"),
|
|
34
|
+
value: core.serialization.list(SearchResultRequest_1.SearchResultRequest).optional(),
|
|
35
|
+
});
|
|
@@ -4,12 +4,11 @@
|
|
|
4
4
|
import * as serializers from "../index";
|
|
5
5
|
import * as Vellum from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
|
-
import { ArrayVariableValueItem } from "./ArrayVariableValueItem";
|
|
8
7
|
export declare const TemplatingNodeArrayResult: core.serialization.ObjectSchema<serializers.TemplatingNodeArrayResult.Raw, Vellum.TemplatingNodeArrayResult>;
|
|
9
8
|
export declare namespace TemplatingNodeArrayResult {
|
|
10
9
|
interface Raw {
|
|
11
10
|
id: string;
|
|
12
11
|
type: "ARRAY";
|
|
13
|
-
value?: ArrayVariableValueItem.Raw[] | null;
|
|
12
|
+
value?: serializers.ArrayVariableValueItem.Raw[] | null;
|
|
14
13
|
}
|
|
15
14
|
}
|
|
@@ -27,10 +27,10 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.TemplatingNodeArrayResult = void 0;
|
|
30
|
+
const serializers = __importStar(require("../index"));
|
|
30
31
|
const core = __importStar(require("../../core"));
|
|
31
|
-
const ArrayVariableValueItem_1 = require("./ArrayVariableValueItem");
|
|
32
32
|
exports.TemplatingNodeArrayResult = core.serialization.object({
|
|
33
33
|
id: core.serialization.string(),
|
|
34
34
|
type: core.serialization.stringLiteral("ARRAY"),
|
|
35
|
-
value: core.serialization.list(
|
|
35
|
+
value: core.serialization.list(core.serialization.lazy(() => serializers.ArrayVariableValueItem)).optional(),
|
|
36
36
|
});
|
|
@@ -4,13 +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 { ArrayVariableValueItem } from "./ArrayVariableValueItem";
|
|
8
7
|
export declare const TerminalNodeArrayResult: core.serialization.ObjectSchema<serializers.TerminalNodeArrayResult.Raw, Vellum.TerminalNodeArrayResult>;
|
|
9
8
|
export declare namespace TerminalNodeArrayResult {
|
|
10
9
|
interface Raw {
|
|
11
10
|
id?: string | null;
|
|
12
11
|
name: string;
|
|
13
12
|
type: "ARRAY";
|
|
14
|
-
value?: ArrayVariableValueItem.Raw[] | null;
|
|
13
|
+
value?: serializers.ArrayVariableValueItem.Raw[] | null;
|
|
15
14
|
}
|
|
16
15
|
}
|
|
@@ -27,11 +27,11 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.TerminalNodeArrayResult = void 0;
|
|
30
|
+
const serializers = __importStar(require("../index"));
|
|
30
31
|
const core = __importStar(require("../../core"));
|
|
31
|
-
const ArrayVariableValueItem_1 = require("./ArrayVariableValueItem");
|
|
32
32
|
exports.TerminalNodeArrayResult = core.serialization.object({
|
|
33
33
|
id: core.serialization.string().optional(),
|
|
34
34
|
name: core.serialization.string(),
|
|
35
35
|
type: core.serialization.stringLiteral("ARRAY"),
|
|
36
|
-
value: core.serialization.list(
|
|
36
|
+
value: core.serialization.list(core.serialization.lazy(() => serializers.ArrayVariableValueItem)).optional(),
|
|
37
37
|
});
|
|
@@ -4,13 +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 { ArrayVellumValueItem } from "./ArrayVellumValueItem";
|
|
8
7
|
export declare const TestCaseArrayVariableValue: core.serialization.ObjectSchema<serializers.TestCaseArrayVariableValue.Raw, Vellum.TestCaseArrayVariableValue>;
|
|
9
8
|
export declare namespace TestCaseArrayVariableValue {
|
|
10
9
|
interface Raw {
|
|
11
10
|
variable_id: string;
|
|
12
11
|
name: string;
|
|
13
12
|
type: "ARRAY";
|
|
14
|
-
value?: ArrayVellumValueItem.Raw[] | null;
|
|
13
|
+
value?: serializers.ArrayVellumValueItem.Raw[] | null;
|
|
15
14
|
}
|
|
16
15
|
}
|
|
@@ -27,11 +27,11 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.TestCaseArrayVariableValue = void 0;
|
|
30
|
+
const serializers = __importStar(require("../index"));
|
|
30
31
|
const core = __importStar(require("../../core"));
|
|
31
|
-
const ArrayVellumValueItem_1 = require("./ArrayVellumValueItem");
|
|
32
32
|
exports.TestCaseArrayVariableValue = core.serialization.object({
|
|
33
33
|
variableId: core.serialization.property("variable_id", core.serialization.string()),
|
|
34
34
|
name: core.serialization.string(),
|
|
35
35
|
type: core.serialization.stringLiteral("ARRAY"),
|
|
36
|
-
value: core.serialization.list(
|
|
36
|
+
value: core.serialization.list(core.serialization.lazy(() => serializers.ArrayVellumValueItem)).optional(),
|
|
37
37
|
});
|
|
@@ -4,13 +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 { ArrayVellumValueItem } from "./ArrayVellumValueItem";
|
|
8
7
|
export declare const TestSuiteRunExecutionArrayOutput: core.serialization.ObjectSchema<serializers.TestSuiteRunExecutionArrayOutput.Raw, Vellum.TestSuiteRunExecutionArrayOutput>;
|
|
9
8
|
export declare namespace TestSuiteRunExecutionArrayOutput {
|
|
10
9
|
interface Raw {
|
|
11
10
|
name: string;
|
|
12
11
|
type: "ARRAY";
|
|
13
|
-
value?: ArrayVellumValueItem.Raw[] | null;
|
|
12
|
+
value?: serializers.ArrayVellumValueItem.Raw[] | null;
|
|
14
13
|
output_variable_id: string;
|
|
15
14
|
}
|
|
16
15
|
}
|
|
@@ -27,11 +27,11 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.TestSuiteRunExecutionArrayOutput = void 0;
|
|
30
|
+
const serializers = __importStar(require("../index"));
|
|
30
31
|
const core = __importStar(require("../../core"));
|
|
31
|
-
const ArrayVellumValueItem_1 = require("./ArrayVellumValueItem");
|
|
32
32
|
exports.TestSuiteRunExecutionArrayOutput = core.serialization.object({
|
|
33
33
|
name: core.serialization.string(),
|
|
34
34
|
type: core.serialization.stringLiteral("ARRAY"),
|
|
35
|
-
value: core.serialization.list(
|
|
35
|
+
value: core.serialization.list(core.serialization.lazy(() => serializers.ArrayVellumValueItem)).optional(),
|
|
36
36
|
outputVariableId: core.serialization.property("output_variable_id", core.serialization.string()),
|
|
37
37
|
});
|
|
@@ -4,13 +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 { ArrayVellumValueItem } from "./ArrayVellumValueItem";
|
|
8
7
|
export declare const WorkflowOutputArray: core.serialization.ObjectSchema<serializers.WorkflowOutputArray.Raw, Vellum.WorkflowOutputArray>;
|
|
9
8
|
export declare namespace WorkflowOutputArray {
|
|
10
9
|
interface Raw {
|
|
11
10
|
id: string;
|
|
12
11
|
name: string;
|
|
13
12
|
type: "ARRAY";
|
|
14
|
-
value?: ArrayVellumValueItem.Raw[] | null;
|
|
13
|
+
value?: serializers.ArrayVellumValueItem.Raw[] | null;
|
|
15
14
|
}
|
|
16
15
|
}
|
|
@@ -27,11 +27,11 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.WorkflowOutputArray = void 0;
|
|
30
|
+
const serializers = __importStar(require("../index"));
|
|
30
31
|
const core = __importStar(require("../../core"));
|
|
31
|
-
const ArrayVellumValueItem_1 = require("./ArrayVellumValueItem");
|
|
32
32
|
exports.WorkflowOutputArray = core.serialization.object({
|
|
33
33
|
id: core.serialization.string(),
|
|
34
34
|
name: core.serialization.string(),
|
|
35
35
|
type: core.serialization.stringLiteral("ARRAY"),
|
|
36
|
-
value: core.serialization.list(
|
|
36
|
+
value: core.serialization.list(core.serialization.lazy(() => serializers.ArrayVellumValueItem)).optional(),
|
|
37
37
|
});
|