vellum-ai 0.0.41 → 0.0.42
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/api/client/requests/GenerateBodyRequest.d.ts +1 -1
- package/api/client/requests/GenerateStreamBodyRequest.d.ts +1 -1
- package/api/resources/documentIndexes/client/Client.d.ts +4 -0
- package/api/resources/documentIndexes/client/Client.js +39 -0
- package/api/types/ApiNodeResult.d.ts +7 -0
- package/api/types/{ContentType.js → ApiNodeResult.js} +0 -5
- package/api/types/ApiNodeResultData.d.ts +11 -0
- package/{dist/api/types/ContentType.js → api/types/ApiNodeResultData.js} +0 -5
- package/api/types/EnrichedNormalizedCompletion.d.ts +1 -1
- package/api/types/ModelVersionExecConfigParameters.d.ts +2 -2
- package/api/types/NodeInputCompiledNumberValue.d.ts +8 -0
- package/api/types/NodeInputCompiledNumberValue.js +5 -0
- package/api/types/NodeInputVariableCompiledValue.d.ts +4 -1
- package/api/types/PromptTemplateBlockProperties.d.ts +1 -1
- package/api/types/PromptTemplateBlockPropertiesRequest.d.ts +1 -1
- package/api/types/SearchResultMergingRequest.d.ts +1 -1
- package/api/types/SearchWeightsRequest.d.ts +3 -3
- package/api/types/TemplatingNodeNumberResult.d.ts +7 -0
- package/api/types/TemplatingNodeNumberResult.js +5 -0
- package/api/types/TemplatingNodeResultOutput.d.ts +4 -1
- package/api/types/TerminalNodeNumberResult.d.ts +9 -0
- package/api/types/TerminalNodeNumberResult.js +5 -0
- package/api/types/TerminalNodeResultOutput.d.ts +4 -1
- package/api/types/VellumVariableType.d.ts +6 -4
- package/api/types/VellumVariableType.js +1 -0
- package/api/types/WorkflowNodeResultData.d.ts +4 -1
- package/api/types/WorkflowResultEventOutputData.d.ts +4 -1
- package/api/types/WorkflowResultEventOutputDataNumber.d.ts +13 -0
- package/api/types/WorkflowResultEventOutputDataNumber.js +5 -0
- package/api/types/index.d.ts +6 -1
- package/api/types/index.js +6 -1
- package/dist/api/client/requests/GenerateBodyRequest.d.ts +1 -1
- package/dist/api/client/requests/GenerateStreamBodyRequest.d.ts +1 -1
- package/dist/api/resources/documentIndexes/client/Client.d.ts +4 -0
- package/dist/api/resources/documentIndexes/client/Client.js +39 -0
- package/dist/api/types/ApiNodeResult.d.ts +7 -0
- package/dist/api/types/ApiNodeResult.js +5 -0
- package/dist/api/types/ApiNodeResultData.d.ts +11 -0
- package/dist/api/types/ApiNodeResultData.js +5 -0
- package/dist/api/types/EnrichedNormalizedCompletion.d.ts +1 -1
- package/dist/api/types/ModelVersionExecConfigParameters.d.ts +2 -2
- package/dist/api/types/NodeInputCompiledNumberValue.d.ts +8 -0
- package/dist/api/types/NodeInputCompiledNumberValue.js +5 -0
- package/dist/api/types/NodeInputVariableCompiledValue.d.ts +4 -1
- package/dist/api/types/PromptTemplateBlockProperties.d.ts +1 -1
- package/dist/api/types/PromptTemplateBlockPropertiesRequest.d.ts +1 -1
- package/dist/api/types/SearchResultMergingRequest.d.ts +1 -1
- package/dist/api/types/SearchWeightsRequest.d.ts +3 -3
- package/dist/api/types/TemplatingNodeNumberResult.d.ts +7 -0
- package/dist/api/types/TemplatingNodeNumberResult.js +5 -0
- package/dist/api/types/TemplatingNodeResultOutput.d.ts +4 -1
- package/dist/api/types/TerminalNodeNumberResult.d.ts +9 -0
- package/dist/api/types/TerminalNodeNumberResult.js +5 -0
- package/dist/api/types/TerminalNodeResultOutput.d.ts +4 -1
- package/dist/api/types/VellumVariableType.d.ts +6 -4
- package/dist/api/types/VellumVariableType.js +1 -0
- package/dist/api/types/WorkflowNodeResultData.d.ts +4 -1
- package/dist/api/types/WorkflowResultEventOutputData.d.ts +4 -1
- package/dist/api/types/WorkflowResultEventOutputDataNumber.d.ts +13 -0
- package/dist/api/types/WorkflowResultEventOutputDataNumber.js +5 -0
- package/dist/api/types/index.d.ts +6 -1
- package/dist/api/types/index.js +6 -1
- package/dist/serialization/types/ApiNodeResult.d.ts +12 -0
- package/dist/serialization/types/ApiNodeResult.js +33 -0
- package/dist/serialization/types/ApiNodeResultData.d.ts +17 -0
- package/dist/serialization/types/ApiNodeResultData.js +38 -0
- package/dist/serialization/types/EnrichedNormalizedCompletion.d.ts +1 -1
- package/dist/serialization/types/EnrichedNormalizedCompletion.js +1 -1
- package/dist/serialization/types/ModelVersionExecConfigParameters.d.ts +2 -2
- package/dist/serialization/types/ModelVersionExecConfigParameters.js +2 -2
- package/dist/serialization/types/NodeInputCompiledNumberValue.d.ts +14 -0
- package/dist/serialization/types/NodeInputCompiledNumberValue.js +35 -0
- package/dist/serialization/types/NodeInputVariableCompiledValue.d.ts +4 -1
- package/dist/serialization/types/NodeInputVariableCompiledValue.js +1 -0
- package/dist/serialization/types/PromptTemplateBlockProperties.d.ts +1 -1
- package/dist/serialization/types/PromptTemplateBlockProperties.js +1 -1
- package/dist/serialization/types/PromptTemplateBlockPropertiesRequest.d.ts +1 -1
- package/dist/serialization/types/PromptTemplateBlockPropertiesRequest.js +1 -1
- package/dist/serialization/types/SearchResultMergingRequest.d.ts +1 -1
- package/dist/serialization/types/SearchResultMergingRequest.js +1 -1
- package/dist/serialization/types/SearchWeightsRequest.d.ts +2 -2
- package/dist/serialization/types/SearchWeightsRequest.js +2 -2
- package/dist/serialization/types/TemplatingNodeNumberResult.d.ts +13 -0
- package/dist/serialization/types/{ContentType.js → TemplatingNodeNumberResult.js} +5 -2
- package/dist/serialization/types/TemplatingNodeResultOutput.d.ts +4 -1
- package/dist/serialization/types/TemplatingNodeResultOutput.js +1 -0
- package/dist/serialization/types/TerminalNodeNumberResult.d.ts +14 -0
- package/dist/serialization/types/TerminalNodeNumberResult.js +35 -0
- package/dist/serialization/types/TerminalNodeResultOutput.d.ts +4 -1
- package/dist/serialization/types/TerminalNodeResultOutput.js +1 -0
- package/dist/serialization/types/VellumVariableType.d.ts +1 -1
- package/dist/serialization/types/VellumVariableType.js +1 -1
- package/dist/serialization/types/WorkflowNodeResultData.d.ts +4 -1
- package/dist/serialization/types/WorkflowNodeResultData.js +1 -0
- package/dist/serialization/types/WorkflowResultEventOutputData.d.ts +4 -1
- package/dist/serialization/types/WorkflowResultEventOutputData.js +1 -0
- package/dist/serialization/types/WorkflowResultEventOutputDataNumber.d.ts +17 -0
- package/dist/serialization/types/WorkflowResultEventOutputDataNumber.js +38 -0
- package/dist/serialization/types/index.d.ts +6 -1
- package/dist/serialization/types/index.js +6 -1
- package/package.json +1 -1
- package/serialization/types/ApiNodeResult.d.ts +12 -0
- package/serialization/types/ApiNodeResult.js +33 -0
- package/serialization/types/ApiNodeResultData.d.ts +17 -0
- package/serialization/types/ApiNodeResultData.js +38 -0
- package/serialization/types/EnrichedNormalizedCompletion.d.ts +1 -1
- package/serialization/types/EnrichedNormalizedCompletion.js +1 -1
- package/serialization/types/ModelVersionExecConfigParameters.d.ts +2 -2
- package/serialization/types/ModelVersionExecConfigParameters.js +2 -2
- package/serialization/types/NodeInputCompiledNumberValue.d.ts +14 -0
- package/serialization/types/NodeInputCompiledNumberValue.js +35 -0
- package/serialization/types/NodeInputVariableCompiledValue.d.ts +4 -1
- package/serialization/types/NodeInputVariableCompiledValue.js +1 -0
- package/serialization/types/PromptTemplateBlockProperties.d.ts +1 -1
- package/serialization/types/PromptTemplateBlockProperties.js +1 -1
- package/serialization/types/PromptTemplateBlockPropertiesRequest.d.ts +1 -1
- package/serialization/types/PromptTemplateBlockPropertiesRequest.js +1 -1
- package/serialization/types/SearchResultMergingRequest.d.ts +1 -1
- package/serialization/types/SearchResultMergingRequest.js +1 -1
- package/serialization/types/SearchWeightsRequest.d.ts +2 -2
- package/serialization/types/SearchWeightsRequest.js +2 -2
- package/serialization/types/TemplatingNodeNumberResult.d.ts +13 -0
- package/serialization/types/{ContentType.js → TemplatingNodeNumberResult.js} +5 -2
- package/serialization/types/TemplatingNodeResultOutput.d.ts +4 -1
- package/serialization/types/TemplatingNodeResultOutput.js +1 -0
- package/serialization/types/TerminalNodeNumberResult.d.ts +14 -0
- package/serialization/types/TerminalNodeNumberResult.js +35 -0
- package/serialization/types/TerminalNodeResultOutput.d.ts +4 -1
- package/serialization/types/TerminalNodeResultOutput.js +1 -0
- package/serialization/types/VellumVariableType.d.ts +1 -1
- package/serialization/types/VellumVariableType.js +1 -1
- package/serialization/types/WorkflowNodeResultData.d.ts +4 -1
- package/serialization/types/WorkflowNodeResultData.js +1 -0
- package/serialization/types/WorkflowResultEventOutputData.d.ts +4 -1
- package/serialization/types/WorkflowResultEventOutputData.js +1 -0
- package/serialization/types/WorkflowResultEventOutputDataNumber.d.ts +17 -0
- package/serialization/types/WorkflowResultEventOutputDataNumber.js +38 -0
- package/serialization/types/index.d.ts +6 -1
- package/serialization/types/index.js +6 -1
- package/api/types/ContentType.d.ts +0 -12
- package/dist/api/types/ContentType.d.ts +0 -12
- package/dist/serialization/types/ContentType.d.ts +0 -10
- package/serialization/types/ContentType.d.ts +0 -10
|
@@ -7,7 +7,7 @@ import * as core from "../../core";
|
|
|
7
7
|
export declare const SearchWeightsRequest: core.serialization.ObjectSchema<serializers.SearchWeightsRequest.Raw, Vellum.SearchWeightsRequest>;
|
|
8
8
|
export declare namespace SearchWeightsRequest {
|
|
9
9
|
interface Raw {
|
|
10
|
-
semantic_similarity
|
|
11
|
-
keywords
|
|
10
|
+
semantic_similarity?: number | null;
|
|
11
|
+
keywords?: number | null;
|
|
12
12
|
}
|
|
13
13
|
}
|
|
@@ -29,6 +29,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
29
29
|
exports.SearchWeightsRequest = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
31
|
exports.SearchWeightsRequest = core.serialization.object({
|
|
32
|
-
semanticSimilarity: core.serialization.property("semantic_similarity", core.serialization.number()),
|
|
33
|
-
keywords: core.serialization.number(),
|
|
32
|
+
semanticSimilarity: core.serialization.property("semantic_similarity", core.serialization.number().optional()),
|
|
33
|
+
keywords: core.serialization.number().optional(),
|
|
34
34
|
});
|
|
@@ -0,0 +1,13 @@
|
|
|
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 TemplatingNodeNumberResult: core.serialization.ObjectSchema<serializers.TemplatingNodeNumberResult.Raw, Vellum.TemplatingNodeNumberResult>;
|
|
8
|
+
export declare namespace TemplatingNodeNumberResult {
|
|
9
|
+
interface Raw {
|
|
10
|
+
id: string;
|
|
11
|
+
value?: number | null;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -26,6 +26,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
26
26
|
return result;
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.
|
|
29
|
+
exports.TemplatingNodeNumberResult = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
|
-
exports.
|
|
31
|
+
exports.TemplatingNodeNumberResult = core.serialization.object({
|
|
32
|
+
id: core.serialization.string(),
|
|
33
|
+
value: core.serialization.number().optional(),
|
|
34
|
+
});
|
|
@@ -6,10 +6,13 @@ import * as Vellum from "../../api";
|
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
export declare const TemplatingNodeResultOutput: core.serialization.Schema<serializers.TemplatingNodeResultOutput.Raw, Vellum.TemplatingNodeResultOutput>;
|
|
8
8
|
export declare namespace TemplatingNodeResultOutput {
|
|
9
|
-
type Raw = TemplatingNodeResultOutput.String | TemplatingNodeResultOutput.Json | TemplatingNodeResultOutput.ChatHistory | TemplatingNodeResultOutput.SearchResults;
|
|
9
|
+
type Raw = TemplatingNodeResultOutput.String | TemplatingNodeResultOutput.Number | TemplatingNodeResultOutput.Json | TemplatingNodeResultOutput.ChatHistory | TemplatingNodeResultOutput.SearchResults;
|
|
10
10
|
interface String extends serializers.TemplatingNodeStringResult.Raw {
|
|
11
11
|
type: "STRING";
|
|
12
12
|
}
|
|
13
|
+
interface Number extends serializers.TemplatingNodeNumberResult.Raw {
|
|
14
|
+
type: "NUMBER";
|
|
15
|
+
}
|
|
13
16
|
interface Json extends serializers.TemplatingNodeJsonResult.Raw {
|
|
14
17
|
type: "JSON";
|
|
15
18
|
}
|
|
@@ -31,6 +31,7 @@ const core = __importStar(require("../../core"));
|
|
|
31
31
|
exports.TemplatingNodeResultOutput = core.serialization
|
|
32
32
|
.union("type", {
|
|
33
33
|
STRING: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).TemplatingNodeStringResult),
|
|
34
|
+
NUMBER: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).TemplatingNodeNumberResult),
|
|
34
35
|
JSON: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).TemplatingNodeJsonResult),
|
|
35
36
|
CHAT_HISTORY: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).TemplatingNodeChatHistoryResult),
|
|
36
37
|
SEARCH_RESULTS: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).TemplatingNodeSearchResultsResult),
|
|
@@ -0,0 +1,14 @@
|
|
|
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 TerminalNodeNumberResult: core.serialization.ObjectSchema<serializers.TerminalNodeNumberResult.Raw, Vellum.TerminalNodeNumberResult>;
|
|
8
|
+
export declare namespace TerminalNodeNumberResult {
|
|
9
|
+
interface Raw {
|
|
10
|
+
id?: string | null;
|
|
11
|
+
name: string;
|
|
12
|
+
value?: number | 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.TerminalNodeNumberResult = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.TerminalNodeNumberResult = core.serialization.object({
|
|
32
|
+
id: core.serialization.string().optional(),
|
|
33
|
+
name: core.serialization.string(),
|
|
34
|
+
value: core.serialization.number().optional(),
|
|
35
|
+
});
|
|
@@ -6,10 +6,13 @@ import * as Vellum from "../../api";
|
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
export declare const TerminalNodeResultOutput: core.serialization.Schema<serializers.TerminalNodeResultOutput.Raw, Vellum.TerminalNodeResultOutput>;
|
|
8
8
|
export declare namespace TerminalNodeResultOutput {
|
|
9
|
-
type Raw = TerminalNodeResultOutput.String | TerminalNodeResultOutput.Json | TerminalNodeResultOutput.ChatHistory | TerminalNodeResultOutput.SearchResults;
|
|
9
|
+
type Raw = TerminalNodeResultOutput.String | TerminalNodeResultOutput.Number | TerminalNodeResultOutput.Json | TerminalNodeResultOutput.ChatHistory | TerminalNodeResultOutput.SearchResults;
|
|
10
10
|
interface String extends serializers.TerminalNodeStringResult.Raw {
|
|
11
11
|
type: "STRING";
|
|
12
12
|
}
|
|
13
|
+
interface Number extends serializers.TerminalNodeNumberResult.Raw {
|
|
14
|
+
type: "NUMBER";
|
|
15
|
+
}
|
|
13
16
|
interface Json extends serializers.TerminalNodeJsonResult.Raw {
|
|
14
17
|
type: "JSON";
|
|
15
18
|
}
|
|
@@ -31,6 +31,7 @@ const core = __importStar(require("../../core"));
|
|
|
31
31
|
exports.TerminalNodeResultOutput = core.serialization
|
|
32
32
|
.union("type", {
|
|
33
33
|
STRING: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).TerminalNodeStringResult),
|
|
34
|
+
NUMBER: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).TerminalNodeNumberResult),
|
|
34
35
|
JSON: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).TerminalNodeJsonResult),
|
|
35
36
|
CHAT_HISTORY: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).TerminalNodeChatHistoryResult),
|
|
36
37
|
SEARCH_RESULTS: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).TerminalNodeSearchResultsResult),
|
|
@@ -6,5 +6,5 @@ import * as Vellum from "../../api";
|
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
export declare const VellumVariableType: core.serialization.Schema<serializers.VellumVariableType.Raw, Vellum.VellumVariableType>;
|
|
8
8
|
export declare namespace VellumVariableType {
|
|
9
|
-
type Raw = "STRING" | "JSON" | "CHAT_HISTORY" | "SEARCH_RESULTS";
|
|
9
|
+
type Raw = "STRING" | "NUMBER" | "JSON" | "CHAT_HISTORY" | "SEARCH_RESULTS";
|
|
10
10
|
}
|
|
@@ -28,4 +28,4 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.VellumVariableType = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
|
-
exports.VellumVariableType = core.serialization.enum_(["STRING", "JSON", "CHAT_HISTORY", "SEARCH_RESULTS"]);
|
|
31
|
+
exports.VellumVariableType = core.serialization.enum_(["STRING", "NUMBER", "JSON", "CHAT_HISTORY", "SEARCH_RESULTS"]);
|
|
@@ -6,7 +6,7 @@ import * as Vellum from "../../api";
|
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
export declare const WorkflowNodeResultData: core.serialization.Schema<serializers.WorkflowNodeResultData.Raw, Vellum.WorkflowNodeResultData>;
|
|
8
8
|
export declare namespace WorkflowNodeResultData {
|
|
9
|
-
type Raw = WorkflowNodeResultData.Prompt | WorkflowNodeResultData.Search | WorkflowNodeResultData.Templating | WorkflowNodeResultData.Conditional | WorkflowNodeResultData.Terminal;
|
|
9
|
+
type Raw = WorkflowNodeResultData.Prompt | WorkflowNodeResultData.Search | WorkflowNodeResultData.Templating | WorkflowNodeResultData.Conditional | WorkflowNodeResultData.Api | WorkflowNodeResultData.Terminal;
|
|
10
10
|
interface Prompt extends serializers.PromptNodeResult.Raw {
|
|
11
11
|
type: "PROMPT";
|
|
12
12
|
}
|
|
@@ -19,6 +19,9 @@ export declare namespace WorkflowNodeResultData {
|
|
|
19
19
|
interface Conditional extends serializers.ConditionalNodeResult.Raw {
|
|
20
20
|
type: "CONDITIONAL";
|
|
21
21
|
}
|
|
22
|
+
interface Api extends serializers.ApiNodeResult.Raw {
|
|
23
|
+
type: "API";
|
|
24
|
+
}
|
|
22
25
|
interface Terminal extends serializers.TerminalNodeResult.Raw {
|
|
23
26
|
type: "TERMINAL";
|
|
24
27
|
}
|
|
@@ -34,6 +34,7 @@ exports.WorkflowNodeResultData = core.serialization
|
|
|
34
34
|
SEARCH: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).SearchNodeResult),
|
|
35
35
|
TEMPLATING: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).TemplatingNodeResult),
|
|
36
36
|
CONDITIONAL: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).ConditionalNodeResult),
|
|
37
|
+
API: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).ApiNodeResult),
|
|
37
38
|
TERMINAL: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).TerminalNodeResult),
|
|
38
39
|
})
|
|
39
40
|
.transform({
|
|
@@ -6,10 +6,13 @@ import * as Vellum from "../../api";
|
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
export declare const WorkflowResultEventOutputData: core.serialization.Schema<serializers.WorkflowResultEventOutputData.Raw, Vellum.WorkflowResultEventOutputData>;
|
|
8
8
|
export declare namespace WorkflowResultEventOutputData {
|
|
9
|
-
type Raw = WorkflowResultEventOutputData.String | WorkflowResultEventOutputData.Json | WorkflowResultEventOutputData.ChatHistory | WorkflowResultEventOutputData.SearchResults;
|
|
9
|
+
type Raw = WorkflowResultEventOutputData.String | WorkflowResultEventOutputData.Number | WorkflowResultEventOutputData.Json | WorkflowResultEventOutputData.ChatHistory | WorkflowResultEventOutputData.SearchResults;
|
|
10
10
|
interface String extends serializers.WorkflowResultEventOutputDataString.Raw {
|
|
11
11
|
type: "STRING";
|
|
12
12
|
}
|
|
13
|
+
interface Number extends serializers.WorkflowResultEventOutputDataNumber.Raw {
|
|
14
|
+
type: "NUMBER";
|
|
15
|
+
}
|
|
13
16
|
interface Json extends serializers.WorkflowResultEventOutputDataJson.Raw {
|
|
14
17
|
type: "JSON";
|
|
15
18
|
}
|
|
@@ -31,6 +31,7 @@ const core = __importStar(require("../../core"));
|
|
|
31
31
|
exports.WorkflowResultEventOutputData = core.serialization
|
|
32
32
|
.union("type", {
|
|
33
33
|
STRING: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).WorkflowResultEventOutputDataString),
|
|
34
|
+
NUMBER: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).WorkflowResultEventOutputDataNumber),
|
|
34
35
|
JSON: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).WorkflowResultEventOutputDataJson),
|
|
35
36
|
CHAT_HISTORY: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).WorkflowResultEventOutputDataChatHistory),
|
|
36
37
|
SEARCH_RESULTS: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).WorkflowResultEventOutputDataSearchResults),
|
|
@@ -0,0 +1,17 @@
|
|
|
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 WorkflowResultEventOutputDataNumber: core.serialization.ObjectSchema<serializers.WorkflowResultEventOutputDataNumber.Raw, Vellum.WorkflowResultEventOutputDataNumber>;
|
|
8
|
+
export declare namespace WorkflowResultEventOutputDataNumber {
|
|
9
|
+
interface Raw {
|
|
10
|
+
id?: string | null;
|
|
11
|
+
name: string;
|
|
12
|
+
state: serializers.WorkflowNodeResultEventState.Raw;
|
|
13
|
+
node_id: string;
|
|
14
|
+
delta?: string | null;
|
|
15
|
+
value?: number | null;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
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.WorkflowResultEventOutputDataNumber = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.WorkflowResultEventOutputDataNumber = core.serialization.object({
|
|
32
|
+
id: core.serialization.string().optional(),
|
|
33
|
+
name: core.serialization.string(),
|
|
34
|
+
state: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("..")))).WorkflowNodeResultEventState),
|
|
35
|
+
nodeId: core.serialization.property("node_id", core.serialization.string()),
|
|
36
|
+
delta: core.serialization.string().optional(),
|
|
37
|
+
value: core.serialization.number().optional(),
|
|
38
|
+
});
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
+
export * from "./ApiNodeResult";
|
|
2
|
+
export * from "./ApiNodeResultData";
|
|
1
3
|
export * from "./BlockTypeEnum";
|
|
2
4
|
export * from "./ChatMessage";
|
|
3
5
|
export * from "./ChatMessageRequest";
|
|
4
6
|
export * from "./ChatMessageRole";
|
|
5
7
|
export * from "./ConditionalNodeResult";
|
|
6
8
|
export * from "./ConditionalNodeResultData";
|
|
7
|
-
export * from "./ContentType";
|
|
8
9
|
export * from "./DeploymentRead";
|
|
9
10
|
export * from "./DeploymentStatus";
|
|
10
11
|
export * from "./DocumentDocumentToDocumentIndex";
|
|
@@ -45,6 +46,7 @@ export * from "./ModelVersionReadStatusEnum";
|
|
|
45
46
|
export * from "./ModelVersionSandboxSnapshot";
|
|
46
47
|
export * from "./NodeInputCompiledChatHistoryValue";
|
|
47
48
|
export * from "./NodeInputCompiledJsonValue";
|
|
49
|
+
export * from "./NodeInputCompiledNumberValue";
|
|
48
50
|
export * from "./NodeInputCompiledSearchResultsValue";
|
|
49
51
|
export * from "./NodeInputCompiledStringValue";
|
|
50
52
|
export * from "./NodeInputVariableCompiledValue";
|
|
@@ -94,6 +96,7 @@ export * from "./SubmitCompletionActualsErrorResponse";
|
|
|
94
96
|
export * from "./SubmitWorkflowExecutionActualRequest";
|
|
95
97
|
export * from "./TemplatingNodeChatHistoryResult";
|
|
96
98
|
export * from "./TemplatingNodeJsonResult";
|
|
99
|
+
export * from "./TemplatingNodeNumberResult";
|
|
97
100
|
export * from "./TemplatingNodeResult";
|
|
98
101
|
export * from "./TemplatingNodeResultData";
|
|
99
102
|
export * from "./TemplatingNodeResultOutput";
|
|
@@ -101,6 +104,7 @@ export * from "./TemplatingNodeSearchResultsResult";
|
|
|
101
104
|
export * from "./TemplatingNodeStringResult";
|
|
102
105
|
export * from "./TerminalNodeChatHistoryResult";
|
|
103
106
|
export * from "./TerminalNodeJsonResult";
|
|
107
|
+
export * from "./TerminalNodeNumberResult";
|
|
104
108
|
export * from "./TerminalNodeResult";
|
|
105
109
|
export * from "./TerminalNodeResultData";
|
|
106
110
|
export * from "./TerminalNodeResultOutput";
|
|
@@ -130,6 +134,7 @@ export * from "./WorkflowResultEvent";
|
|
|
130
134
|
export * from "./WorkflowResultEventOutputData";
|
|
131
135
|
export * from "./WorkflowResultEventOutputDataChatHistory";
|
|
132
136
|
export * from "./WorkflowResultEventOutputDataJson";
|
|
137
|
+
export * from "./WorkflowResultEventOutputDataNumber";
|
|
133
138
|
export * from "./WorkflowResultEventOutputDataSearchResults";
|
|
134
139
|
export * from "./WorkflowResultEventOutputDataString";
|
|
135
140
|
export * from "./WorkflowStreamEvent";
|
|
@@ -14,13 +14,14 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./ApiNodeResult"), exports);
|
|
18
|
+
__exportStar(require("./ApiNodeResultData"), exports);
|
|
17
19
|
__exportStar(require("./BlockTypeEnum"), exports);
|
|
18
20
|
__exportStar(require("./ChatMessage"), exports);
|
|
19
21
|
__exportStar(require("./ChatMessageRequest"), exports);
|
|
20
22
|
__exportStar(require("./ChatMessageRole"), exports);
|
|
21
23
|
__exportStar(require("./ConditionalNodeResult"), exports);
|
|
22
24
|
__exportStar(require("./ConditionalNodeResultData"), exports);
|
|
23
|
-
__exportStar(require("./ContentType"), exports);
|
|
24
25
|
__exportStar(require("./DeploymentRead"), exports);
|
|
25
26
|
__exportStar(require("./DeploymentStatus"), exports);
|
|
26
27
|
__exportStar(require("./DocumentDocumentToDocumentIndex"), exports);
|
|
@@ -61,6 +62,7 @@ __exportStar(require("./ModelVersionReadStatusEnum"), exports);
|
|
|
61
62
|
__exportStar(require("./ModelVersionSandboxSnapshot"), exports);
|
|
62
63
|
__exportStar(require("./NodeInputCompiledChatHistoryValue"), exports);
|
|
63
64
|
__exportStar(require("./NodeInputCompiledJsonValue"), exports);
|
|
65
|
+
__exportStar(require("./NodeInputCompiledNumberValue"), exports);
|
|
64
66
|
__exportStar(require("./NodeInputCompiledSearchResultsValue"), exports);
|
|
65
67
|
__exportStar(require("./NodeInputCompiledStringValue"), exports);
|
|
66
68
|
__exportStar(require("./NodeInputVariableCompiledValue"), exports);
|
|
@@ -110,6 +112,7 @@ __exportStar(require("./SubmitCompletionActualsErrorResponse"), exports);
|
|
|
110
112
|
__exportStar(require("./SubmitWorkflowExecutionActualRequest"), exports);
|
|
111
113
|
__exportStar(require("./TemplatingNodeChatHistoryResult"), exports);
|
|
112
114
|
__exportStar(require("./TemplatingNodeJsonResult"), exports);
|
|
115
|
+
__exportStar(require("./TemplatingNodeNumberResult"), exports);
|
|
113
116
|
__exportStar(require("./TemplatingNodeResult"), exports);
|
|
114
117
|
__exportStar(require("./TemplatingNodeResultData"), exports);
|
|
115
118
|
__exportStar(require("./TemplatingNodeResultOutput"), exports);
|
|
@@ -117,6 +120,7 @@ __exportStar(require("./TemplatingNodeSearchResultsResult"), exports);
|
|
|
117
120
|
__exportStar(require("./TemplatingNodeStringResult"), exports);
|
|
118
121
|
__exportStar(require("./TerminalNodeChatHistoryResult"), exports);
|
|
119
122
|
__exportStar(require("./TerminalNodeJsonResult"), exports);
|
|
123
|
+
__exportStar(require("./TerminalNodeNumberResult"), exports);
|
|
120
124
|
__exportStar(require("./TerminalNodeResult"), exports);
|
|
121
125
|
__exportStar(require("./TerminalNodeResultData"), exports);
|
|
122
126
|
__exportStar(require("./TerminalNodeResultOutput"), exports);
|
|
@@ -146,6 +150,7 @@ __exportStar(require("./WorkflowResultEvent"), exports);
|
|
|
146
150
|
__exportStar(require("./WorkflowResultEventOutputData"), exports);
|
|
147
151
|
__exportStar(require("./WorkflowResultEventOutputDataChatHistory"), exports);
|
|
148
152
|
__exportStar(require("./WorkflowResultEventOutputDataJson"), exports);
|
|
153
|
+
__exportStar(require("./WorkflowResultEventOutputDataNumber"), exports);
|
|
149
154
|
__exportStar(require("./WorkflowResultEventOutputDataSearchResults"), exports);
|
|
150
155
|
__exportStar(require("./WorkflowResultEventOutputDataString"), exports);
|
|
151
156
|
__exportStar(require("./WorkflowStreamEvent"), exports);
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* * `STRING` - STRING
|
|
6
|
-
* * `JSON` - JSON
|
|
7
|
-
*/
|
|
8
|
-
export declare type ContentType = "STRING" | "JSON";
|
|
9
|
-
export declare const ContentType: {
|
|
10
|
-
readonly String: "STRING";
|
|
11
|
-
readonly Json: "JSON";
|
|
12
|
-
};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* * `STRING` - STRING
|
|
6
|
-
* * `JSON` - JSON
|
|
7
|
-
*/
|
|
8
|
-
export declare type ContentType = "STRING" | "JSON";
|
|
9
|
-
export declare const ContentType: {
|
|
10
|
-
readonly String: "STRING";
|
|
11
|
-
readonly Json: "JSON";
|
|
12
|
-
};
|
|
@@ -1,10 +0,0 @@
|
|
|
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 ContentType: core.serialization.Schema<serializers.ContentType.Raw, Vellum.ContentType>;
|
|
8
|
-
export declare namespace ContentType {
|
|
9
|
-
type Raw = "STRING" | "JSON";
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
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 ContentType: core.serialization.Schema<serializers.ContentType.Raw, Vellum.ContentType>;
|
|
8
|
-
export declare namespace ContentType {
|
|
9
|
-
type Raw = "STRING" | "JSON";
|
|
10
|
-
}
|