vellum-ai 0.6.12 → 0.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Client.js +9 -9
- 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/CodeExecutionNodeJsonResult.d.ts +1 -1
- package/api/types/ExecutionJsonVellumValue.d.ts +1 -1
- package/api/types/JsonVariableValue.d.ts +1 -1
- package/api/types/JsonVellumValue.d.ts +1 -1
- package/api/types/NamedTestCaseJsonVariableValue.d.ts +1 -1
- package/api/types/NamedTestCaseJsonVariableValueRequest.d.ts +1 -1
- package/api/types/NodeInputCompiledJsonValue.d.ts +1 -1
- package/api/types/NodeOutputCompiledJsonValue.d.ts +1 -1
- package/api/types/TemplatingNodeJsonResult.d.ts +1 -1
- package/api/types/TerminalNodeJsonResult.d.ts +1 -1
- package/api/types/TestSuiteRunExecutionJsonOutput.d.ts +1 -1
- package/api/types/WorkflowOutputJson.d.ts +1 -1
- package/api/types/WorkflowRequestJsonInputRequest.d.ts +1 -1
- package/api/types/WorkflowResultEventOutputDataJson.d.ts +1 -1
- package/dist/Client.js +9 -9
- 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/CodeExecutionNodeJsonResult.d.ts +1 -1
- package/dist/api/types/ExecutionJsonVellumValue.d.ts +1 -1
- package/dist/api/types/JsonVariableValue.d.ts +1 -1
- package/dist/api/types/JsonVellumValue.d.ts +1 -1
- package/dist/api/types/NamedTestCaseJsonVariableValue.d.ts +1 -1
- package/dist/api/types/NamedTestCaseJsonVariableValueRequest.d.ts +1 -1
- package/dist/api/types/NodeInputCompiledJsonValue.d.ts +1 -1
- package/dist/api/types/NodeOutputCompiledJsonValue.d.ts +1 -1
- package/dist/api/types/TemplatingNodeJsonResult.d.ts +1 -1
- package/dist/api/types/TerminalNodeJsonResult.d.ts +1 -1
- package/dist/api/types/TestSuiteRunExecutionJsonOutput.d.ts +1 -1
- package/dist/api/types/WorkflowOutputJson.d.ts +1 -1
- package/dist/api/types/WorkflowRequestJsonInputRequest.d.ts +1 -1
- package/dist/api/types/WorkflowResultEventOutputDataJson.d.ts +1 -1
- package/dist/serialization/types/CodeExecutionNodeJsonResult.d.ts +1 -1
- package/dist/serialization/types/CodeExecutionNodeJsonResult.js +1 -1
- package/dist/serialization/types/ExecutionJsonVellumValue.d.ts +1 -1
- package/dist/serialization/types/ExecutionJsonVellumValue.js +1 -1
- package/dist/serialization/types/JsonVariableValue.d.ts +1 -1
- package/dist/serialization/types/JsonVariableValue.js +1 -1
- package/dist/serialization/types/JsonVellumValue.d.ts +1 -1
- package/dist/serialization/types/JsonVellumValue.js +1 -1
- package/dist/serialization/types/NamedTestCaseJsonVariableValue.d.ts +1 -1
- package/dist/serialization/types/NamedTestCaseJsonVariableValue.js +1 -1
- package/dist/serialization/types/NamedTestCaseJsonVariableValueRequest.d.ts +1 -1
- package/dist/serialization/types/NamedTestCaseJsonVariableValueRequest.js +1 -1
- package/dist/serialization/types/NodeInputCompiledJsonValue.d.ts +1 -1
- package/dist/serialization/types/NodeInputCompiledJsonValue.js +1 -1
- package/dist/serialization/types/NodeOutputCompiledJsonValue.d.ts +1 -1
- package/dist/serialization/types/NodeOutputCompiledJsonValue.js +1 -1
- package/dist/serialization/types/TemplatingNodeJsonResult.d.ts +1 -1
- package/dist/serialization/types/TemplatingNodeJsonResult.js +1 -1
- package/dist/serialization/types/TerminalNodeJsonResult.d.ts +1 -1
- package/dist/serialization/types/TerminalNodeJsonResult.js +1 -1
- package/dist/serialization/types/TestSuiteRunExecutionJsonOutput.d.ts +1 -1
- package/dist/serialization/types/TestSuiteRunExecutionJsonOutput.js +1 -1
- package/dist/serialization/types/WorkflowOutputJson.d.ts +1 -1
- package/dist/serialization/types/WorkflowOutputJson.js +1 -1
- package/dist/serialization/types/WorkflowRequestJsonInputRequest.d.ts +1 -1
- package/dist/serialization/types/WorkflowRequestJsonInputRequest.js +1 -1
- package/dist/serialization/types/WorkflowResultEventOutputDataJson.d.ts +1 -1
- package/dist/serialization/types/WorkflowResultEventOutputDataJson.js +1 -1
- package/package.json +1 -1
- package/serialization/types/CodeExecutionNodeJsonResult.d.ts +1 -1
- package/serialization/types/CodeExecutionNodeJsonResult.js +1 -1
- package/serialization/types/ExecutionJsonVellumValue.d.ts +1 -1
- package/serialization/types/ExecutionJsonVellumValue.js +1 -1
- package/serialization/types/JsonVariableValue.d.ts +1 -1
- package/serialization/types/JsonVariableValue.js +1 -1
- package/serialization/types/JsonVellumValue.d.ts +1 -1
- package/serialization/types/JsonVellumValue.js +1 -1
- package/serialization/types/NamedTestCaseJsonVariableValue.d.ts +1 -1
- package/serialization/types/NamedTestCaseJsonVariableValue.js +1 -1
- package/serialization/types/NamedTestCaseJsonVariableValueRequest.d.ts +1 -1
- package/serialization/types/NamedTestCaseJsonVariableValueRequest.js +1 -1
- package/serialization/types/NodeInputCompiledJsonValue.d.ts +1 -1
- package/serialization/types/NodeInputCompiledJsonValue.js +1 -1
- package/serialization/types/NodeOutputCompiledJsonValue.d.ts +1 -1
- package/serialization/types/NodeOutputCompiledJsonValue.js +1 -1
- package/serialization/types/TemplatingNodeJsonResult.d.ts +1 -1
- package/serialization/types/TemplatingNodeJsonResult.js +1 -1
- package/serialization/types/TerminalNodeJsonResult.d.ts +1 -1
- package/serialization/types/TerminalNodeJsonResult.js +1 -1
- package/serialization/types/TestSuiteRunExecutionJsonOutput.d.ts +1 -1
- package/serialization/types/TestSuiteRunExecutionJsonOutput.js +1 -1
- package/serialization/types/WorkflowOutputJson.d.ts +1 -1
- package/serialization/types/WorkflowOutputJson.js +1 -1
- package/serialization/types/WorkflowRequestJsonInputRequest.d.ts +1 -1
- package/serialization/types/WorkflowRequestJsonInputRequest.js +1 -1
- package/serialization/types/WorkflowResultEventOutputDataJson.d.ts +1 -1
- package/serialization/types/WorkflowResultEventOutputDataJson.js +1 -1
|
@@ -29,5 +29,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
29
29
|
exports.JsonVariableValue = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
31
|
exports.JsonVariableValue = core.serialization.object({
|
|
32
|
-
value: core.serialization.
|
|
32
|
+
value: core.serialization.unknown(),
|
|
33
33
|
});
|
|
@@ -7,6 +7,6 @@ import * as core from "../../core";
|
|
|
7
7
|
export declare const JsonVellumValue: core.serialization.ObjectSchema<serializers.JsonVellumValue.Raw, Vellum.JsonVellumValue>;
|
|
8
8
|
export declare namespace JsonVellumValue {
|
|
9
9
|
interface Raw {
|
|
10
|
-
value?:
|
|
10
|
+
value?: unknown;
|
|
11
11
|
}
|
|
12
12
|
}
|
|
@@ -29,5 +29,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
29
29
|
exports.JsonVellumValue = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
31
|
exports.JsonVellumValue = core.serialization.object({
|
|
32
|
-
value: core.serialization.
|
|
32
|
+
value: core.serialization.unknown(),
|
|
33
33
|
});
|
|
@@ -7,7 +7,7 @@ import * as core from "../../core";
|
|
|
7
7
|
export declare const NamedTestCaseJsonVariableValue: core.serialization.ObjectSchema<serializers.NamedTestCaseJsonVariableValue.Raw, Vellum.NamedTestCaseJsonVariableValue>;
|
|
8
8
|
export declare namespace NamedTestCaseJsonVariableValue {
|
|
9
9
|
interface Raw {
|
|
10
|
-
value?:
|
|
10
|
+
value?: unknown;
|
|
11
11
|
name: string;
|
|
12
12
|
}
|
|
13
13
|
}
|
|
@@ -29,6 +29,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
29
29
|
exports.NamedTestCaseJsonVariableValue = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
31
|
exports.NamedTestCaseJsonVariableValue = core.serialization.object({
|
|
32
|
-
value: core.serialization.
|
|
32
|
+
value: core.serialization.unknown(),
|
|
33
33
|
name: core.serialization.string(),
|
|
34
34
|
});
|
|
@@ -7,7 +7,7 @@ import * as core from "../../core";
|
|
|
7
7
|
export declare const NamedTestCaseJsonVariableValueRequest: core.serialization.ObjectSchema<serializers.NamedTestCaseJsonVariableValueRequest.Raw, Vellum.NamedTestCaseJsonVariableValueRequest>;
|
|
8
8
|
export declare namespace NamedTestCaseJsonVariableValueRequest {
|
|
9
9
|
interface Raw {
|
|
10
|
-
value?:
|
|
10
|
+
value?: unknown;
|
|
11
11
|
name: string;
|
|
12
12
|
}
|
|
13
13
|
}
|
|
@@ -29,6 +29,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
29
29
|
exports.NamedTestCaseJsonVariableValueRequest = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
31
|
exports.NamedTestCaseJsonVariableValueRequest = core.serialization.object({
|
|
32
|
-
value: core.serialization.
|
|
32
|
+
value: core.serialization.unknown(),
|
|
33
33
|
name: core.serialization.string(),
|
|
34
34
|
});
|
|
@@ -31,5 +31,5 @@ const core = __importStar(require("../../core"));
|
|
|
31
31
|
exports.NodeInputCompiledJsonValue = core.serialization.object({
|
|
32
32
|
nodeInputId: core.serialization.property("node_input_id", core.serialization.string()),
|
|
33
33
|
key: core.serialization.string(),
|
|
34
|
-
value: core.serialization.
|
|
34
|
+
value: core.serialization.unknown(),
|
|
35
35
|
});
|
|
@@ -8,7 +8,7 @@ import { WorkflowNodeResultEventState } from "./WorkflowNodeResultEventState";
|
|
|
8
8
|
export declare const NodeOutputCompiledJsonValue: core.serialization.ObjectSchema<serializers.NodeOutputCompiledJsonValue.Raw, Vellum.NodeOutputCompiledJsonValue>;
|
|
9
9
|
export declare namespace NodeOutputCompiledJsonValue {
|
|
10
10
|
interface Raw {
|
|
11
|
-
value?:
|
|
11
|
+
value?: unknown;
|
|
12
12
|
node_output_id: string;
|
|
13
13
|
state?: WorkflowNodeResultEventState.Raw | null;
|
|
14
14
|
}
|
|
@@ -30,7 +30,7 @@ exports.NodeOutputCompiledJsonValue = void 0;
|
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
31
|
const WorkflowNodeResultEventState_1 = require("./WorkflowNodeResultEventState");
|
|
32
32
|
exports.NodeOutputCompiledJsonValue = core.serialization.object({
|
|
33
|
-
value: core.serialization.
|
|
33
|
+
value: core.serialization.unknown(),
|
|
34
34
|
nodeOutputId: core.serialization.property("node_output_id", core.serialization.string()),
|
|
35
35
|
state: WorkflowNodeResultEventState_1.WorkflowNodeResultEventState.optional(),
|
|
36
36
|
});
|
|
@@ -30,5 +30,5 @@ exports.TemplatingNodeJsonResult = void 0;
|
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
31
|
exports.TemplatingNodeJsonResult = core.serialization.object({
|
|
32
32
|
id: core.serialization.string(),
|
|
33
|
-
value: core.serialization.
|
|
33
|
+
value: core.serialization.unknown(),
|
|
34
34
|
});
|
|
@@ -31,5 +31,5 @@ const core = __importStar(require("../../core"));
|
|
|
31
31
|
exports.TerminalNodeJsonResult = core.serialization.object({
|
|
32
32
|
id: core.serialization.string().optional(),
|
|
33
33
|
name: core.serialization.string(),
|
|
34
|
-
value: core.serialization.
|
|
34
|
+
value: core.serialization.unknown(),
|
|
35
35
|
});
|
|
@@ -8,7 +8,7 @@ export declare const TestSuiteRunExecutionJsonOutput: core.serialization.ObjectS
|
|
|
8
8
|
export declare namespace TestSuiteRunExecutionJsonOutput {
|
|
9
9
|
interface Raw {
|
|
10
10
|
name: string;
|
|
11
|
-
value?:
|
|
11
|
+
value?: unknown;
|
|
12
12
|
output_variable_id: string;
|
|
13
13
|
}
|
|
14
14
|
}
|
|
@@ -30,6 +30,6 @@ exports.TestSuiteRunExecutionJsonOutput = void 0;
|
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
31
|
exports.TestSuiteRunExecutionJsonOutput = core.serialization.object({
|
|
32
32
|
name: core.serialization.string(),
|
|
33
|
-
value: core.serialization.
|
|
33
|
+
value: core.serialization.unknown(),
|
|
34
34
|
outputVariableId: core.serialization.property("output_variable_id", core.serialization.string()),
|
|
35
35
|
});
|
|
@@ -31,5 +31,5 @@ const core = __importStar(require("../../core"));
|
|
|
31
31
|
exports.WorkflowOutputJson = core.serialization.object({
|
|
32
32
|
id: core.serialization.string(),
|
|
33
33
|
name: core.serialization.string(),
|
|
34
|
-
value: core.serialization.
|
|
34
|
+
value: core.serialization.unknown(),
|
|
35
35
|
});
|
|
@@ -30,5 +30,5 @@ exports.WorkflowRequestJsonInputRequest = void 0;
|
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
31
|
exports.WorkflowRequestJsonInputRequest = core.serialization.object({
|
|
32
32
|
name: core.serialization.string(),
|
|
33
|
-
value: core.serialization.
|
|
33
|
+
value: core.serialization.unknown(),
|
|
34
34
|
});
|
|
@@ -35,5 +35,5 @@ exports.WorkflowResultEventOutputDataJson = core.serialization.object({
|
|
|
35
35
|
state: WorkflowNodeResultEventState_1.WorkflowNodeResultEventState,
|
|
36
36
|
nodeId: core.serialization.property("node_id", core.serialization.string()),
|
|
37
37
|
delta: core.serialization.string().optional(),
|
|
38
|
-
value: core.serialization.
|
|
38
|
+
value: core.serialization.unknown(),
|
|
39
39
|
});
|
package/package.json
CHANGED
|
@@ -30,5 +30,5 @@ exports.CodeExecutionNodeJsonResult = void 0;
|
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
31
|
exports.CodeExecutionNodeJsonResult = core.serialization.object({
|
|
32
32
|
id: core.serialization.string(),
|
|
33
|
-
value: core.serialization.
|
|
33
|
+
value: core.serialization.unknown(),
|
|
34
34
|
});
|
|
@@ -31,5 +31,5 @@ const core = __importStar(require("../../core"));
|
|
|
31
31
|
exports.ExecutionJsonVellumValue = core.serialization.object({
|
|
32
32
|
id: core.serialization.string(),
|
|
33
33
|
name: core.serialization.string(),
|
|
34
|
-
value: core.serialization.
|
|
34
|
+
value: core.serialization.unknown(),
|
|
35
35
|
});
|
|
@@ -7,6 +7,6 @@ import * as core from "../../core";
|
|
|
7
7
|
export declare const JsonVariableValue: core.serialization.ObjectSchema<serializers.JsonVariableValue.Raw, Vellum.JsonVariableValue>;
|
|
8
8
|
export declare namespace JsonVariableValue {
|
|
9
9
|
interface Raw {
|
|
10
|
-
value?:
|
|
10
|
+
value?: unknown;
|
|
11
11
|
}
|
|
12
12
|
}
|
|
@@ -29,5 +29,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
29
29
|
exports.JsonVariableValue = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
31
|
exports.JsonVariableValue = core.serialization.object({
|
|
32
|
-
value: core.serialization.
|
|
32
|
+
value: core.serialization.unknown(),
|
|
33
33
|
});
|
|
@@ -7,6 +7,6 @@ import * as core from "../../core";
|
|
|
7
7
|
export declare const JsonVellumValue: core.serialization.ObjectSchema<serializers.JsonVellumValue.Raw, Vellum.JsonVellumValue>;
|
|
8
8
|
export declare namespace JsonVellumValue {
|
|
9
9
|
interface Raw {
|
|
10
|
-
value?:
|
|
10
|
+
value?: unknown;
|
|
11
11
|
}
|
|
12
12
|
}
|
|
@@ -29,5 +29,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
29
29
|
exports.JsonVellumValue = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
31
|
exports.JsonVellumValue = core.serialization.object({
|
|
32
|
-
value: core.serialization.
|
|
32
|
+
value: core.serialization.unknown(),
|
|
33
33
|
});
|
|
@@ -7,7 +7,7 @@ import * as core from "../../core";
|
|
|
7
7
|
export declare const NamedTestCaseJsonVariableValue: core.serialization.ObjectSchema<serializers.NamedTestCaseJsonVariableValue.Raw, Vellum.NamedTestCaseJsonVariableValue>;
|
|
8
8
|
export declare namespace NamedTestCaseJsonVariableValue {
|
|
9
9
|
interface Raw {
|
|
10
|
-
value?:
|
|
10
|
+
value?: unknown;
|
|
11
11
|
name: string;
|
|
12
12
|
}
|
|
13
13
|
}
|
|
@@ -29,6 +29,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
29
29
|
exports.NamedTestCaseJsonVariableValue = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
31
|
exports.NamedTestCaseJsonVariableValue = core.serialization.object({
|
|
32
|
-
value: core.serialization.
|
|
32
|
+
value: core.serialization.unknown(),
|
|
33
33
|
name: core.serialization.string(),
|
|
34
34
|
});
|
|
@@ -7,7 +7,7 @@ import * as core from "../../core";
|
|
|
7
7
|
export declare const NamedTestCaseJsonVariableValueRequest: core.serialization.ObjectSchema<serializers.NamedTestCaseJsonVariableValueRequest.Raw, Vellum.NamedTestCaseJsonVariableValueRequest>;
|
|
8
8
|
export declare namespace NamedTestCaseJsonVariableValueRequest {
|
|
9
9
|
interface Raw {
|
|
10
|
-
value?:
|
|
10
|
+
value?: unknown;
|
|
11
11
|
name: string;
|
|
12
12
|
}
|
|
13
13
|
}
|
|
@@ -29,6 +29,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
29
29
|
exports.NamedTestCaseJsonVariableValueRequest = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
31
|
exports.NamedTestCaseJsonVariableValueRequest = core.serialization.object({
|
|
32
|
-
value: core.serialization.
|
|
32
|
+
value: core.serialization.unknown(),
|
|
33
33
|
name: core.serialization.string(),
|
|
34
34
|
});
|
|
@@ -31,5 +31,5 @@ const core = __importStar(require("../../core"));
|
|
|
31
31
|
exports.NodeInputCompiledJsonValue = core.serialization.object({
|
|
32
32
|
nodeInputId: core.serialization.property("node_input_id", core.serialization.string()),
|
|
33
33
|
key: core.serialization.string(),
|
|
34
|
-
value: core.serialization.
|
|
34
|
+
value: core.serialization.unknown(),
|
|
35
35
|
});
|
|
@@ -8,7 +8,7 @@ import { WorkflowNodeResultEventState } from "./WorkflowNodeResultEventState";
|
|
|
8
8
|
export declare const NodeOutputCompiledJsonValue: core.serialization.ObjectSchema<serializers.NodeOutputCompiledJsonValue.Raw, Vellum.NodeOutputCompiledJsonValue>;
|
|
9
9
|
export declare namespace NodeOutputCompiledJsonValue {
|
|
10
10
|
interface Raw {
|
|
11
|
-
value?:
|
|
11
|
+
value?: unknown;
|
|
12
12
|
node_output_id: string;
|
|
13
13
|
state?: WorkflowNodeResultEventState.Raw | null;
|
|
14
14
|
}
|
|
@@ -30,7 +30,7 @@ exports.NodeOutputCompiledJsonValue = void 0;
|
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
31
|
const WorkflowNodeResultEventState_1 = require("./WorkflowNodeResultEventState");
|
|
32
32
|
exports.NodeOutputCompiledJsonValue = core.serialization.object({
|
|
33
|
-
value: core.serialization.
|
|
33
|
+
value: core.serialization.unknown(),
|
|
34
34
|
nodeOutputId: core.serialization.property("node_output_id", core.serialization.string()),
|
|
35
35
|
state: WorkflowNodeResultEventState_1.WorkflowNodeResultEventState.optional(),
|
|
36
36
|
});
|
|
@@ -30,5 +30,5 @@ exports.TemplatingNodeJsonResult = void 0;
|
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
31
|
exports.TemplatingNodeJsonResult = core.serialization.object({
|
|
32
32
|
id: core.serialization.string(),
|
|
33
|
-
value: core.serialization.
|
|
33
|
+
value: core.serialization.unknown(),
|
|
34
34
|
});
|
|
@@ -31,5 +31,5 @@ const core = __importStar(require("../../core"));
|
|
|
31
31
|
exports.TerminalNodeJsonResult = core.serialization.object({
|
|
32
32
|
id: core.serialization.string().optional(),
|
|
33
33
|
name: core.serialization.string(),
|
|
34
|
-
value: core.serialization.
|
|
34
|
+
value: core.serialization.unknown(),
|
|
35
35
|
});
|
|
@@ -8,7 +8,7 @@ export declare const TestSuiteRunExecutionJsonOutput: core.serialization.ObjectS
|
|
|
8
8
|
export declare namespace TestSuiteRunExecutionJsonOutput {
|
|
9
9
|
interface Raw {
|
|
10
10
|
name: string;
|
|
11
|
-
value?:
|
|
11
|
+
value?: unknown;
|
|
12
12
|
output_variable_id: string;
|
|
13
13
|
}
|
|
14
14
|
}
|
|
@@ -30,6 +30,6 @@ exports.TestSuiteRunExecutionJsonOutput = void 0;
|
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
31
|
exports.TestSuiteRunExecutionJsonOutput = core.serialization.object({
|
|
32
32
|
name: core.serialization.string(),
|
|
33
|
-
value: core.serialization.
|
|
33
|
+
value: core.serialization.unknown(),
|
|
34
34
|
outputVariableId: core.serialization.property("output_variable_id", core.serialization.string()),
|
|
35
35
|
});
|
|
@@ -31,5 +31,5 @@ const core = __importStar(require("../../core"));
|
|
|
31
31
|
exports.WorkflowOutputJson = core.serialization.object({
|
|
32
32
|
id: core.serialization.string(),
|
|
33
33
|
name: core.serialization.string(),
|
|
34
|
-
value: core.serialization.
|
|
34
|
+
value: core.serialization.unknown(),
|
|
35
35
|
});
|
|
@@ -30,5 +30,5 @@ exports.WorkflowRequestJsonInputRequest = void 0;
|
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
31
|
exports.WorkflowRequestJsonInputRequest = core.serialization.object({
|
|
32
32
|
name: core.serialization.string(),
|
|
33
|
-
value: core.serialization.
|
|
33
|
+
value: core.serialization.unknown(),
|
|
34
34
|
});
|
|
@@ -35,5 +35,5 @@ exports.WorkflowResultEventOutputDataJson = core.serialization.object({
|
|
|
35
35
|
state: WorkflowNodeResultEventState_1.WorkflowNodeResultEventState,
|
|
36
36
|
nodeId: core.serialization.property("node_id", core.serialization.string()),
|
|
37
37
|
delta: core.serialization.string().optional(),
|
|
38
|
-
value: core.serialization.
|
|
38
|
+
value: core.serialization.unknown(),
|
|
39
39
|
});
|