vellum-ai 0.6.0 → 0.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Client.d.ts +3 -0
- package/Client.js +22 -17
- package/README.md +1 -1
- package/api/resources/deployments/client/Client.d.ts +15 -0
- package/api/resources/deployments/client/Client.js +144 -3
- package/api/resources/deployments/client/requests/DeploySandboxWorkflowRequest.d.ts +17 -0
- package/api/resources/deployments/client/requests/DeploySandboxWorkflowRequest.js +5 -0
- package/api/resources/deployments/client/requests/PatchedDeploymentReleaseTagUpdateRequest.d.ts +11 -0
- package/api/resources/deployments/client/requests/PatchedDeploymentReleaseTagUpdateRequest.js +5 -0
- package/api/resources/deployments/client/requests/index.d.ts +2 -0
- package/api/resources/documentIndexes/client/Client.js +6 -6
- package/api/resources/documents/client/Client.js +5 -5
- package/api/resources/folderEntities/client/Client.js +1 -1
- package/api/resources/index.d.ts +2 -0
- package/api/resources/index.js +3 -1
- package/api/resources/promptVersions/client/Client.d.ts +24 -0
- package/api/resources/promptVersions/client/Client.js +102 -0
- package/api/resources/promptVersions/client/index.d.ts +1 -0
- package/api/resources/promptVersions/client/index.js +17 -0
- package/api/resources/promptVersions/client/requests/DeploySandboxPromptRequest.d.ts +17 -0
- package/api/resources/promptVersions/client/requests/DeploySandboxPromptRequest.js +5 -0
- package/api/resources/promptVersions/client/requests/index.d.ts +1 -0
- package/api/resources/promptVersions/client/requests/index.js +2 -0
- package/api/resources/promptVersions/index.d.ts +1 -0
- package/api/resources/promptVersions/index.js +17 -0
- package/api/resources/sandboxes/client/Client.js +2 -2
- package/api/resources/testSuiteRuns/client/Client.js +3 -3
- package/api/resources/testSuites/client/Client.js +3 -3
- package/api/resources/workflowDeployments/client/Client.d.ts +14 -0
- package/api/resources/workflowDeployments/client/Client.js +99 -2
- package/api/resources/workflowDeployments/client/requests/PatchedWorkflowReleaseTagUpdateRequest.d.ts +11 -0
- package/api/resources/workflowDeployments/client/requests/PatchedWorkflowReleaseTagUpdateRequest.js +5 -0
- package/api/resources/workflowDeployments/client/requests/index.d.ts +1 -0
- package/api/types/DeploymentReleaseTagDeploymentHistoryItem.d.ts +7 -0
- package/api/types/DeploymentReleaseTagDeploymentHistoryItem.js +5 -0
- package/api/types/DeploymentReleaseTagRead.d.ts +17 -0
- package/api/types/DeploymentReleaseTagRead.js +5 -0
- package/api/types/DocumentStatus.d.ts +3 -0
- package/api/types/MergeEnum.d.ts +4 -0
- package/api/types/MergeEnum.js +5 -0
- package/api/types/MergeNodeResult.d.ts +8 -0
- package/api/types/MergeNodeResult.js +5 -0
- package/api/types/ReleaseTagSource.d.ts +12 -0
- package/api/types/ReleaseTagSource.js +10 -0
- package/api/types/SearchResultDocument.d.ts +1 -1
- package/api/types/SearchResultDocumentRequest.d.ts +2 -0
- package/api/types/SubmitCompletionActualRequest.d.ts +2 -0
- package/api/types/SubworkflowNodeResult.d.ts +2 -0
- package/api/types/SubworkflowNodeResultData.d.ts +6 -0
- package/api/types/SubworkflowNodeResultData.js +5 -0
- package/api/types/TestSuiteRunDeploymentReleaseTagExecConfigTypeEnum.d.ts +3 -0
- package/api/types/TestSuiteRunExternalExecConfigTypeEnum.d.ts +3 -0
- package/api/types/TestSuiteRunMetricErrorOutputTypeEnum.d.ts +3 -0
- package/api/types/TestSuiteRunMetricNumberOutputTypeEnum.d.ts +3 -0
- package/api/types/TestSuiteRunMetricStringOutputTypeEnum.d.ts +3 -0
- package/api/types/TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum.d.ts +3 -0
- package/api/types/WorkflowNodeResultData.d.ts +4 -1
- package/api/types/WorkflowReleaseTagRead.d.ts +17 -0
- package/api/types/WorkflowReleaseTagRead.js +5 -0
- package/api/types/WorkflowReleaseTagWorkflowDeploymentHistoryItem.d.ts +9 -0
- package/api/types/WorkflowReleaseTagWorkflowDeploymentHistoryItem.js +5 -0
- package/api/types/index.d.ts +8 -0
- package/api/types/index.js +8 -0
- package/dist/Client.d.ts +3 -0
- package/dist/Client.js +22 -17
- package/dist/api/resources/deployments/client/Client.d.ts +15 -0
- package/dist/api/resources/deployments/client/Client.js +144 -3
- package/dist/api/resources/deployments/client/requests/DeploySandboxWorkflowRequest.d.ts +17 -0
- package/dist/api/resources/deployments/client/requests/DeploySandboxWorkflowRequest.js +5 -0
- package/dist/api/resources/deployments/client/requests/PatchedDeploymentReleaseTagUpdateRequest.d.ts +11 -0
- package/dist/api/resources/deployments/client/requests/PatchedDeploymentReleaseTagUpdateRequest.js +5 -0
- package/dist/api/resources/deployments/client/requests/index.d.ts +2 -0
- package/dist/api/resources/documentIndexes/client/Client.js +6 -6
- package/dist/api/resources/documents/client/Client.js +5 -5
- package/dist/api/resources/folderEntities/client/Client.js +1 -1
- package/dist/api/resources/index.d.ts +2 -0
- package/dist/api/resources/index.js +3 -1
- package/dist/api/resources/promptVersions/client/Client.d.ts +24 -0
- package/dist/api/resources/promptVersions/client/Client.js +102 -0
- package/dist/api/resources/promptVersions/client/index.d.ts +1 -0
- package/dist/api/resources/promptVersions/client/index.js +17 -0
- package/dist/api/resources/promptVersions/client/requests/DeploySandboxPromptRequest.d.ts +17 -0
- package/dist/api/resources/promptVersions/client/requests/DeploySandboxPromptRequest.js +5 -0
- package/dist/api/resources/promptVersions/client/requests/index.d.ts +1 -0
- package/dist/api/resources/promptVersions/client/requests/index.js +2 -0
- package/dist/api/resources/promptVersions/index.d.ts +1 -0
- package/dist/api/resources/promptVersions/index.js +17 -0
- package/dist/api/resources/sandboxes/client/Client.js +2 -2
- package/dist/api/resources/testSuiteRuns/client/Client.js +3 -3
- package/dist/api/resources/testSuites/client/Client.js +3 -3
- package/dist/api/resources/workflowDeployments/client/Client.d.ts +14 -0
- package/dist/api/resources/workflowDeployments/client/Client.js +99 -2
- package/dist/api/resources/workflowDeployments/client/requests/PatchedWorkflowReleaseTagUpdateRequest.d.ts +11 -0
- package/dist/api/resources/workflowDeployments/client/requests/PatchedWorkflowReleaseTagUpdateRequest.js +5 -0
- package/dist/api/resources/workflowDeployments/client/requests/index.d.ts +1 -0
- package/dist/api/types/DeploymentReleaseTagDeploymentHistoryItem.d.ts +7 -0
- package/dist/api/types/DeploymentReleaseTagDeploymentHistoryItem.js +5 -0
- package/dist/api/types/DeploymentReleaseTagRead.d.ts +17 -0
- package/dist/api/types/DeploymentReleaseTagRead.js +5 -0
- package/dist/api/types/DocumentStatus.d.ts +3 -0
- package/dist/api/types/MergeEnum.d.ts +4 -0
- package/dist/api/types/MergeEnum.js +5 -0
- package/dist/api/types/MergeNodeResult.d.ts +8 -0
- package/dist/api/types/MergeNodeResult.js +5 -0
- package/dist/api/types/ReleaseTagSource.d.ts +12 -0
- package/dist/api/types/ReleaseTagSource.js +10 -0
- package/dist/api/types/SearchResultDocument.d.ts +1 -1
- package/dist/api/types/SearchResultDocumentRequest.d.ts +2 -0
- package/dist/api/types/SubmitCompletionActualRequest.d.ts +2 -0
- package/dist/api/types/SubworkflowNodeResult.d.ts +2 -0
- package/dist/api/types/SubworkflowNodeResultData.d.ts +6 -0
- package/dist/api/types/SubworkflowNodeResultData.js +5 -0
- package/dist/api/types/TestSuiteRunDeploymentReleaseTagExecConfigTypeEnum.d.ts +3 -0
- package/dist/api/types/TestSuiteRunExternalExecConfigTypeEnum.d.ts +3 -0
- package/dist/api/types/TestSuiteRunMetricErrorOutputTypeEnum.d.ts +3 -0
- package/dist/api/types/TestSuiteRunMetricNumberOutputTypeEnum.d.ts +3 -0
- package/dist/api/types/TestSuiteRunMetricStringOutputTypeEnum.d.ts +3 -0
- package/dist/api/types/TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum.d.ts +3 -0
- package/dist/api/types/WorkflowNodeResultData.d.ts +4 -1
- package/dist/api/types/WorkflowReleaseTagRead.d.ts +17 -0
- package/dist/api/types/WorkflowReleaseTagRead.js +5 -0
- package/dist/api/types/WorkflowReleaseTagWorkflowDeploymentHistoryItem.d.ts +9 -0
- package/dist/api/types/WorkflowReleaseTagWorkflowDeploymentHistoryItem.js +5 -0
- package/dist/api/types/index.d.ts +8 -0
- package/dist/api/types/index.js +8 -0
- package/dist/serialization/resources/deployments/client/requests/DeploySandboxWorkflowRequest.d.ts +15 -0
- package/dist/serialization/resources/deployments/client/requests/DeploySandboxWorkflowRequest.js +36 -0
- package/dist/serialization/resources/deployments/client/requests/PatchedDeploymentReleaseTagUpdateRequest.d.ts +12 -0
- package/dist/serialization/resources/deployments/client/requests/PatchedDeploymentReleaseTagUpdateRequest.js +33 -0
- package/dist/serialization/resources/deployments/client/requests/index.d.ts +2 -0
- package/dist/serialization/resources/deployments/client/requests/index.js +5 -1
- package/dist/serialization/resources/index.d.ts +3 -0
- package/dist/serialization/resources/index.js +4 -1
- package/dist/serialization/resources/promptVersions/client/index.d.ts +1 -0
- package/dist/serialization/resources/promptVersions/client/index.js +17 -0
- package/dist/serialization/resources/promptVersions/client/requests/DeploySandboxPromptRequest.d.ts +15 -0
- package/dist/serialization/resources/promptVersions/client/requests/DeploySandboxPromptRequest.js +36 -0
- package/dist/serialization/resources/promptVersions/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/promptVersions/client/requests/index.js +5 -0
- package/dist/serialization/resources/promptVersions/index.d.ts +1 -0
- package/dist/serialization/resources/promptVersions/index.js +17 -0
- package/dist/serialization/resources/workflowDeployments/client/index.d.ts +1 -0
- package/dist/serialization/resources/workflowDeployments/client/index.js +17 -0
- package/dist/serialization/resources/workflowDeployments/client/requests/PatchedWorkflowReleaseTagUpdateRequest.d.ts +12 -0
- package/dist/serialization/resources/workflowDeployments/client/requests/PatchedWorkflowReleaseTagUpdateRequest.js +33 -0
- package/dist/serialization/resources/workflowDeployments/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/workflowDeployments/client/requests/index.js +5 -0
- package/dist/serialization/resources/workflowDeployments/index.d.ts +1 -0
- package/dist/serialization/resources/workflowDeployments/index.js +1 -0
- package/dist/serialization/types/DeploymentReleaseTagDeploymentHistoryItem.d.ts +13 -0
- package/dist/serialization/types/DeploymentReleaseTagDeploymentHistoryItem.js +34 -0
- package/dist/serialization/types/DeploymentReleaseTagRead.d.ts +16 -0
- package/dist/serialization/types/DeploymentReleaseTagRead.js +37 -0
- package/dist/serialization/types/MergeEnum.d.ts +10 -0
- package/dist/serialization/types/MergeEnum.js +31 -0
- package/dist/serialization/types/MergeNodeResult.d.ts +11 -0
- package/dist/serialization/types/MergeNodeResult.js +31 -0
- package/dist/serialization/types/ReleaseTagSource.d.ts +10 -0
- package/dist/serialization/types/ReleaseTagSource.js +31 -0
- package/dist/serialization/types/SearchResultDocument.d.ts +1 -1
- package/dist/serialization/types/SearchResultDocument.js +1 -1
- package/dist/serialization/types/SearchResultDocumentRequest.d.ts +1 -0
- package/dist/serialization/types/SearchResultDocumentRequest.js +1 -0
- package/dist/serialization/types/SubmitCompletionActualRequest.d.ts +1 -0
- package/dist/serialization/types/SubmitCompletionActualRequest.js +1 -0
- package/dist/serialization/types/SubworkflowNodeResult.d.ts +2 -0
- package/dist/serialization/types/SubworkflowNodeResult.js +4 -1
- package/dist/serialization/types/SubworkflowNodeResultData.d.ts +12 -0
- package/dist/serialization/types/SubworkflowNodeResultData.js +33 -0
- package/dist/serialization/types/WorkflowNodeResultData.d.ts +5 -1
- package/dist/serialization/types/WorkflowNodeResultData.js +2 -0
- package/dist/serialization/types/WorkflowReleaseTagRead.d.ts +16 -0
- package/dist/serialization/types/WorkflowReleaseTagRead.js +37 -0
- package/dist/serialization/types/WorkflowReleaseTagWorkflowDeploymentHistoryItem.d.ts +13 -0
- package/dist/serialization/types/WorkflowReleaseTagWorkflowDeploymentHistoryItem.js +34 -0
- package/dist/serialization/types/index.d.ts +8 -0
- package/dist/serialization/types/index.js +8 -0
- package/package.json +1 -1
- package/serialization/resources/deployments/client/requests/DeploySandboxWorkflowRequest.d.ts +15 -0
- package/serialization/resources/deployments/client/requests/DeploySandboxWorkflowRequest.js +36 -0
- package/serialization/resources/deployments/client/requests/PatchedDeploymentReleaseTagUpdateRequest.d.ts +12 -0
- package/serialization/resources/deployments/client/requests/PatchedDeploymentReleaseTagUpdateRequest.js +33 -0
- package/serialization/resources/deployments/client/requests/index.d.ts +2 -0
- package/serialization/resources/deployments/client/requests/index.js +5 -1
- package/serialization/resources/index.d.ts +3 -0
- package/serialization/resources/index.js +4 -1
- package/serialization/resources/promptVersions/client/index.d.ts +1 -0
- package/serialization/resources/promptVersions/client/index.js +17 -0
- package/serialization/resources/promptVersions/client/requests/DeploySandboxPromptRequest.d.ts +15 -0
- package/serialization/resources/promptVersions/client/requests/DeploySandboxPromptRequest.js +36 -0
- package/serialization/resources/promptVersions/client/requests/index.d.ts +1 -0
- package/serialization/resources/promptVersions/client/requests/index.js +5 -0
- package/serialization/resources/promptVersions/index.d.ts +1 -0
- package/serialization/resources/promptVersions/index.js +17 -0
- package/serialization/resources/workflowDeployments/client/index.d.ts +1 -0
- package/serialization/resources/workflowDeployments/client/index.js +17 -0
- package/serialization/resources/workflowDeployments/client/requests/PatchedWorkflowReleaseTagUpdateRequest.d.ts +12 -0
- package/serialization/resources/workflowDeployments/client/requests/PatchedWorkflowReleaseTagUpdateRequest.js +33 -0
- package/serialization/resources/workflowDeployments/client/requests/index.d.ts +1 -0
- package/serialization/resources/workflowDeployments/client/requests/index.js +5 -0
- package/serialization/resources/workflowDeployments/index.d.ts +1 -0
- package/serialization/resources/workflowDeployments/index.js +1 -0
- package/serialization/types/DeploymentReleaseTagDeploymentHistoryItem.d.ts +13 -0
- package/serialization/types/DeploymentReleaseTagDeploymentHistoryItem.js +34 -0
- package/serialization/types/DeploymentReleaseTagRead.d.ts +16 -0
- package/serialization/types/DeploymentReleaseTagRead.js +37 -0
- package/serialization/types/MergeEnum.d.ts +10 -0
- package/serialization/types/MergeEnum.js +31 -0
- package/serialization/types/MergeNodeResult.d.ts +11 -0
- package/serialization/types/MergeNodeResult.js +31 -0
- package/serialization/types/ReleaseTagSource.d.ts +10 -0
- package/serialization/types/ReleaseTagSource.js +31 -0
- package/serialization/types/SearchResultDocument.d.ts +1 -1
- package/serialization/types/SearchResultDocument.js +1 -1
- package/serialization/types/SearchResultDocumentRequest.d.ts +1 -0
- package/serialization/types/SearchResultDocumentRequest.js +1 -0
- package/serialization/types/SubmitCompletionActualRequest.d.ts +1 -0
- package/serialization/types/SubmitCompletionActualRequest.js +1 -0
- package/serialization/types/SubworkflowNodeResult.d.ts +2 -0
- package/serialization/types/SubworkflowNodeResult.js +4 -1
- package/serialization/types/SubworkflowNodeResultData.d.ts +12 -0
- package/serialization/types/SubworkflowNodeResultData.js +33 -0
- package/serialization/types/WorkflowNodeResultData.d.ts +5 -1
- package/serialization/types/WorkflowNodeResultData.js +2 -0
- package/serialization/types/WorkflowReleaseTagRead.d.ts +16 -0
- package/serialization/types/WorkflowReleaseTagRead.js +37 -0
- package/serialization/types/WorkflowReleaseTagWorkflowDeploymentHistoryItem.d.ts +13 -0
- package/serialization/types/WorkflowReleaseTagWorkflowDeploymentHistoryItem.js +34 -0
- package/serialization/types/index.d.ts +8 -0
- package/serialization/types/index.js +8 -0
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./requests"), exports);
|
|
@@ -0,0 +1,12 @@
|
|
|
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 PatchedWorkflowReleaseTagUpdateRequest: core.serialization.Schema<serializers.PatchedWorkflowReleaseTagUpdateRequest.Raw, Vellum.PatchedWorkflowReleaseTagUpdateRequest>;
|
|
8
|
+
export declare namespace PatchedWorkflowReleaseTagUpdateRequest {
|
|
9
|
+
interface Raw {
|
|
10
|
+
history_item_id?: string | null;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
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.PatchedWorkflowReleaseTagUpdateRequest = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../core"));
|
|
31
|
+
exports.PatchedWorkflowReleaseTagUpdateRequest = core.serialization.object({
|
|
32
|
+
historyItemId: core.serialization.property("history_item_id", core.serialization.string().optional()),
|
|
33
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { PatchedWorkflowReleaseTagUpdateRequest } from "./PatchedWorkflowReleaseTagUpdateRequest";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PatchedWorkflowReleaseTagUpdateRequest = void 0;
|
|
4
|
+
var PatchedWorkflowReleaseTagUpdateRequest_1 = require("./PatchedWorkflowReleaseTagUpdateRequest");
|
|
5
|
+
Object.defineProperty(exports, "PatchedWorkflowReleaseTagUpdateRequest", { enumerable: true, get: function () { return PatchedWorkflowReleaseTagUpdateRequest_1.PatchedWorkflowReleaseTagUpdateRequest; } });
|
|
@@ -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 DeploymentReleaseTagDeploymentHistoryItem: core.serialization.ObjectSchema<serializers.DeploymentReleaseTagDeploymentHistoryItem.Raw, Vellum.DeploymentReleaseTagDeploymentHistoryItem>;
|
|
8
|
+
export declare namespace DeploymentReleaseTagDeploymentHistoryItem {
|
|
9
|
+
interface Raw {
|
|
10
|
+
id: string;
|
|
11
|
+
timestamp: string;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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.DeploymentReleaseTagDeploymentHistoryItem = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.DeploymentReleaseTagDeploymentHistoryItem = core.serialization.object({
|
|
32
|
+
id: core.serialization.string(),
|
|
33
|
+
timestamp: core.serialization.date(),
|
|
34
|
+
});
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Vellum from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { ReleaseTagSource } from "./ReleaseTagSource";
|
|
8
|
+
import { DeploymentReleaseTagDeploymentHistoryItem } from "./DeploymentReleaseTagDeploymentHistoryItem";
|
|
9
|
+
export declare const DeploymentReleaseTagRead: core.serialization.ObjectSchema<serializers.DeploymentReleaseTagRead.Raw, Vellum.DeploymentReleaseTagRead>;
|
|
10
|
+
export declare namespace DeploymentReleaseTagRead {
|
|
11
|
+
interface Raw {
|
|
12
|
+
name: string;
|
|
13
|
+
source: ReleaseTagSource.Raw;
|
|
14
|
+
history_item: DeploymentReleaseTagDeploymentHistoryItem.Raw;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.DeploymentReleaseTagRead = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
const ReleaseTagSource_1 = require("./ReleaseTagSource");
|
|
32
|
+
const DeploymentReleaseTagDeploymentHistoryItem_1 = require("./DeploymentReleaseTagDeploymentHistoryItem");
|
|
33
|
+
exports.DeploymentReleaseTagRead = core.serialization.object({
|
|
34
|
+
name: core.serialization.string(),
|
|
35
|
+
source: ReleaseTagSource_1.ReleaseTagSource,
|
|
36
|
+
historyItem: core.serialization.property("history_item", DeploymentReleaseTagDeploymentHistoryItem_1.DeploymentReleaseTagDeploymentHistoryItem),
|
|
37
|
+
});
|
|
@@ -0,0 +1,10 @@
|
|
|
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 MergeEnum: core.serialization.Schema<serializers.MergeEnum.Raw, Vellum.MergeEnum>;
|
|
8
|
+
export declare namespace MergeEnum {
|
|
9
|
+
type Raw = "MERGE";
|
|
10
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
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.MergeEnum = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.MergeEnum = core.serialization.stringLiteral("MERGE");
|
|
@@ -0,0 +1,11 @@
|
|
|
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 MergeNodeResult: core.serialization.ObjectSchema<serializers.MergeNodeResult.Raw, Vellum.MergeNodeResult>;
|
|
8
|
+
export declare namespace MergeNodeResult {
|
|
9
|
+
interface Raw {
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
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.MergeNodeResult = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.MergeNodeResult = core.serialization.object({});
|
|
@@ -0,0 +1,10 @@
|
|
|
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 ReleaseTagSource: core.serialization.Schema<serializers.ReleaseTagSource.Raw, Vellum.ReleaseTagSource>;
|
|
8
|
+
export declare namespace ReleaseTagSource {
|
|
9
|
+
type Raw = "SYSTEM" | "USER";
|
|
10
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
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.ReleaseTagSource = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.ReleaseTagSource = core.serialization.enum_(["SYSTEM", "USER"]);
|
|
@@ -7,7 +7,7 @@ import * as core from "../../core";
|
|
|
7
7
|
export declare const SearchResultDocument: core.serialization.ObjectSchema<serializers.SearchResultDocument.Raw, Vellum.SearchResultDocument>;
|
|
8
8
|
export declare namespace SearchResultDocument {
|
|
9
9
|
interface Raw {
|
|
10
|
-
id
|
|
10
|
+
id?: string | null;
|
|
11
11
|
label: string;
|
|
12
12
|
external_id?: string | null;
|
|
13
13
|
metadata?: Record<string, unknown> | null;
|
|
@@ -29,7 +29,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
29
29
|
exports.SearchResultDocument = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
31
|
exports.SearchResultDocument = core.serialization.object({
|
|
32
|
-
id: core.serialization.string(),
|
|
32
|
+
id: core.serialization.string().optional(),
|
|
33
33
|
label: core.serialization.string(),
|
|
34
34
|
externalId: core.serialization.property("external_id", core.serialization.string().optional()),
|
|
35
35
|
metadata: core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional(),
|
|
@@ -7,6 +7,7 @@ import * as core from "../../core";
|
|
|
7
7
|
export declare const SearchResultDocumentRequest: core.serialization.ObjectSchema<serializers.SearchResultDocumentRequest.Raw, Vellum.SearchResultDocumentRequest>;
|
|
8
8
|
export declare namespace SearchResultDocumentRequest {
|
|
9
9
|
interface Raw {
|
|
10
|
+
id?: string | null;
|
|
10
11
|
label: string;
|
|
11
12
|
external_id?: string | null;
|
|
12
13
|
metadata?: Record<string, unknown> | null;
|
|
@@ -29,6 +29,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
29
29
|
exports.SearchResultDocumentRequest = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
31
|
exports.SearchResultDocumentRequest = core.serialization.object({
|
|
32
|
+
id: core.serialization.string().optional(),
|
|
32
33
|
label: core.serialization.string(),
|
|
33
34
|
externalId: core.serialization.property("external_id", core.serialization.string().optional()),
|
|
34
35
|
metadata: core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional(),
|
|
@@ -34,4 +34,5 @@ exports.SubmitCompletionActualRequest = core.serialization.object({
|
|
|
34
34
|
text: core.serialization.string().optional(),
|
|
35
35
|
quality: core.serialization.number().optional(),
|
|
36
36
|
timestamp: core.serialization.date().optional(),
|
|
37
|
+
metadata: core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional(),
|
|
37
38
|
});
|
|
@@ -4,8 +4,10 @@
|
|
|
4
4
|
import * as serializers from "..";
|
|
5
5
|
import * as Vellum from "../../api";
|
|
6
6
|
import * as core from "../../core";
|
|
7
|
+
import { SubworkflowNodeResultData } from "./SubworkflowNodeResultData";
|
|
7
8
|
export declare const SubworkflowNodeResult: core.serialization.ObjectSchema<serializers.SubworkflowNodeResult.Raw, Vellum.SubworkflowNodeResult>;
|
|
8
9
|
export declare namespace SubworkflowNodeResult {
|
|
9
10
|
interface Raw {
|
|
11
|
+
data?: SubworkflowNodeResultData.Raw | null;
|
|
10
12
|
}
|
|
11
13
|
}
|
|
@@ -28,4 +28,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.SubworkflowNodeResult = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
|
-
|
|
31
|
+
const SubworkflowNodeResultData_1 = require("./SubworkflowNodeResultData");
|
|
32
|
+
exports.SubworkflowNodeResult = core.serialization.object({
|
|
33
|
+
data: SubworkflowNodeResultData_1.SubworkflowNodeResultData.optional(),
|
|
34
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
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 SubworkflowNodeResultData: core.serialization.ObjectSchema<serializers.SubworkflowNodeResultData.Raw, Vellum.SubworkflowNodeResultData>;
|
|
8
|
+
export declare namespace SubworkflowNodeResultData {
|
|
9
|
+
interface Raw {
|
|
10
|
+
execution_id?: string | null;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
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.SubworkflowNodeResultData = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.SubworkflowNodeResultData = core.serialization.object({
|
|
32
|
+
executionId: core.serialization.property("execution_id", core.serialization.string().optional()),
|
|
33
|
+
});
|
|
@@ -11,11 +11,12 @@ import { CodeExecutionNodeResult } from "./CodeExecutionNodeResult";
|
|
|
11
11
|
import { ConditionalNodeResult } from "./ConditionalNodeResult";
|
|
12
12
|
import { ApiNodeResult } from "./ApiNodeResult";
|
|
13
13
|
import { TerminalNodeResult } from "./TerminalNodeResult";
|
|
14
|
+
import { MergeNodeResult } from "./MergeNodeResult";
|
|
14
15
|
import { SubworkflowNodeResult } from "./SubworkflowNodeResult";
|
|
15
16
|
import { MetricNodeResult } from "./MetricNodeResult";
|
|
16
17
|
export declare const WorkflowNodeResultData: core.serialization.Schema<serializers.WorkflowNodeResultData.Raw, Vellum.WorkflowNodeResultData>;
|
|
17
18
|
export declare namespace WorkflowNodeResultData {
|
|
18
|
-
type Raw = WorkflowNodeResultData.Prompt | WorkflowNodeResultData.Search | WorkflowNodeResultData.Templating | WorkflowNodeResultData.CodeExecution | WorkflowNodeResultData.Conditional | WorkflowNodeResultData.Api | WorkflowNodeResultData.Terminal | WorkflowNodeResultData.Subworkflow | WorkflowNodeResultData.Metric;
|
|
19
|
+
type Raw = WorkflowNodeResultData.Prompt | WorkflowNodeResultData.Search | WorkflowNodeResultData.Templating | WorkflowNodeResultData.CodeExecution | WorkflowNodeResultData.Conditional | WorkflowNodeResultData.Api | WorkflowNodeResultData.Terminal | WorkflowNodeResultData.Merge | WorkflowNodeResultData.Subworkflow | WorkflowNodeResultData.Metric;
|
|
19
20
|
interface Prompt extends PromptNodeResult.Raw {
|
|
20
21
|
type: "PROMPT";
|
|
21
22
|
}
|
|
@@ -37,6 +38,9 @@ export declare namespace WorkflowNodeResultData {
|
|
|
37
38
|
interface Terminal extends TerminalNodeResult.Raw {
|
|
38
39
|
type: "TERMINAL";
|
|
39
40
|
}
|
|
41
|
+
interface Merge extends MergeNodeResult.Raw {
|
|
42
|
+
type: "MERGE";
|
|
43
|
+
}
|
|
40
44
|
interface Subworkflow extends SubworkflowNodeResult.Raw {
|
|
41
45
|
type: "SUBWORKFLOW";
|
|
42
46
|
}
|
|
@@ -35,6 +35,7 @@ const CodeExecutionNodeResult_1 = require("./CodeExecutionNodeResult");
|
|
|
35
35
|
const ConditionalNodeResult_1 = require("./ConditionalNodeResult");
|
|
36
36
|
const ApiNodeResult_1 = require("./ApiNodeResult");
|
|
37
37
|
const TerminalNodeResult_1 = require("./TerminalNodeResult");
|
|
38
|
+
const MergeNodeResult_1 = require("./MergeNodeResult");
|
|
38
39
|
const SubworkflowNodeResult_1 = require("./SubworkflowNodeResult");
|
|
39
40
|
const MetricNodeResult_1 = require("./MetricNodeResult");
|
|
40
41
|
exports.WorkflowNodeResultData = core.serialization
|
|
@@ -46,6 +47,7 @@ exports.WorkflowNodeResultData = core.serialization
|
|
|
46
47
|
CONDITIONAL: ConditionalNodeResult_1.ConditionalNodeResult,
|
|
47
48
|
API: ApiNodeResult_1.ApiNodeResult,
|
|
48
49
|
TERMINAL: TerminalNodeResult_1.TerminalNodeResult,
|
|
50
|
+
MERGE: MergeNodeResult_1.MergeNodeResult,
|
|
49
51
|
SUBWORKFLOW: SubworkflowNodeResult_1.SubworkflowNodeResult,
|
|
50
52
|
METRIC: MetricNodeResult_1.MetricNodeResult,
|
|
51
53
|
})
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Vellum from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { ReleaseTagSource } from "./ReleaseTagSource";
|
|
8
|
+
import { WorkflowReleaseTagWorkflowDeploymentHistoryItem } from "./WorkflowReleaseTagWorkflowDeploymentHistoryItem";
|
|
9
|
+
export declare const WorkflowReleaseTagRead: core.serialization.ObjectSchema<serializers.WorkflowReleaseTagRead.Raw, Vellum.WorkflowReleaseTagRead>;
|
|
10
|
+
export declare namespace WorkflowReleaseTagRead {
|
|
11
|
+
interface Raw {
|
|
12
|
+
name: string;
|
|
13
|
+
source: ReleaseTagSource.Raw;
|
|
14
|
+
history_item: WorkflowReleaseTagWorkflowDeploymentHistoryItem.Raw;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.WorkflowReleaseTagRead = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
const ReleaseTagSource_1 = require("./ReleaseTagSource");
|
|
32
|
+
const WorkflowReleaseTagWorkflowDeploymentHistoryItem_1 = require("./WorkflowReleaseTagWorkflowDeploymentHistoryItem");
|
|
33
|
+
exports.WorkflowReleaseTagRead = core.serialization.object({
|
|
34
|
+
name: core.serialization.string(),
|
|
35
|
+
source: ReleaseTagSource_1.ReleaseTagSource,
|
|
36
|
+
historyItem: core.serialization.property("history_item", WorkflowReleaseTagWorkflowDeploymentHistoryItem_1.WorkflowReleaseTagWorkflowDeploymentHistoryItem),
|
|
37
|
+
});
|
|
@@ -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 WorkflowReleaseTagWorkflowDeploymentHistoryItem: core.serialization.ObjectSchema<serializers.WorkflowReleaseTagWorkflowDeploymentHistoryItem.Raw, Vellum.WorkflowReleaseTagWorkflowDeploymentHistoryItem>;
|
|
8
|
+
export declare namespace WorkflowReleaseTagWorkflowDeploymentHistoryItem {
|
|
9
|
+
interface Raw {
|
|
10
|
+
id: string;
|
|
11
|
+
timestamp: string;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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.WorkflowReleaseTagWorkflowDeploymentHistoryItem = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.WorkflowReleaseTagWorkflowDeploymentHistoryItem = core.serialization.object({
|
|
32
|
+
id: core.serialization.string(),
|
|
33
|
+
timestamp: core.serialization.date(),
|
|
34
|
+
});
|
|
@@ -36,6 +36,8 @@ export * from "./ConditionalNodeResult";
|
|
|
36
36
|
export * from "./ConditionalNodeResultData";
|
|
37
37
|
export * from "./DeploymentProviderPayloadResponse";
|
|
38
38
|
export * from "./DeploymentRead";
|
|
39
|
+
export * from "./DeploymentReleaseTagDeploymentHistoryItem";
|
|
40
|
+
export * from "./DeploymentReleaseTagRead";
|
|
39
41
|
export * from "./DocumentDocumentToDocumentIndex";
|
|
40
42
|
export * from "./DocumentIndexChunking";
|
|
41
43
|
export * from "./DocumentIndexChunkingRequest";
|
|
@@ -117,6 +119,8 @@ export * from "./JsonVellumValue";
|
|
|
117
119
|
export * from "./LogicalOperator";
|
|
118
120
|
export * from "./LogprobsEnum";
|
|
119
121
|
export * from "./MlModelUsage";
|
|
122
|
+
export * from "./MergeEnum";
|
|
123
|
+
export * from "./MergeNodeResult";
|
|
120
124
|
export * from "./MetadataFilterConfigRequest";
|
|
121
125
|
export * from "./MetadataFilterRuleCombinator";
|
|
122
126
|
export * from "./MetadataFilterRuleRequest";
|
|
@@ -197,6 +201,7 @@ export * from "./RejectedExecutePromptResponse";
|
|
|
197
201
|
export * from "./RejectedExecuteWorkflowWorkflowResultEvent";
|
|
198
202
|
export * from "./RejectedPromptExecutionMeta";
|
|
199
203
|
export * from "./RejectedWorkflowNodeResultEvent";
|
|
204
|
+
export * from "./ReleaseTagSource";
|
|
200
205
|
export * from "./SandboxScenario";
|
|
201
206
|
export * from "./ScenarioInput";
|
|
202
207
|
export * from "./ScenarioInputChatHistoryVariableValue";
|
|
@@ -236,6 +241,7 @@ export * from "./SubmitCompletionActualsErrorResponse";
|
|
|
236
241
|
export * from "./SubmitWorkflowExecutionActualRequest";
|
|
237
242
|
export * from "./SubworkflowEnum";
|
|
238
243
|
export * from "./SubworkflowNodeResult";
|
|
244
|
+
export * from "./SubworkflowNodeResultData";
|
|
239
245
|
export * from "./TemplatingNodeArrayResult";
|
|
240
246
|
export * from "./TemplatingNodeChatHistoryResult";
|
|
241
247
|
export * from "./TemplatingNodeErrorResult";
|
|
@@ -340,6 +346,8 @@ export * from "./WorkflowOutputJson";
|
|
|
340
346
|
export * from "./WorkflowOutputNumber";
|
|
341
347
|
export * from "./WorkflowOutputSearchResults";
|
|
342
348
|
export * from "./WorkflowOutputString";
|
|
349
|
+
export * from "./WorkflowReleaseTagRead";
|
|
350
|
+
export * from "./WorkflowReleaseTagWorkflowDeploymentHistoryItem";
|
|
343
351
|
export * from "./WorkflowRequestChatHistoryInputRequest";
|
|
344
352
|
export * from "./WorkflowRequestInputRequest";
|
|
345
353
|
export * from "./WorkflowRequestJsonInputRequest";
|