vellum-ai 0.6.1 → 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/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/ReleaseTagSource.d.ts +12 -0
- package/api/types/ReleaseTagSource.js +10 -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/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 +6 -0
- package/api/types/index.js +6 -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/ReleaseTagSource.d.ts +12 -0
- package/dist/api/types/ReleaseTagSource.js +10 -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/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 +6 -0
- package/dist/api/types/index.js +6 -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/ReleaseTagSource.d.ts +10 -0
- package/dist/serialization/types/ReleaseTagSource.js +31 -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/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 +6 -0
- package/dist/serialization/types/index.js +6 -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/ReleaseTagSource.d.ts +10 -0
- package/serialization/types/ReleaseTagSource.js +31 -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/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 +6 -0
- package/serialization/types/index.js +6 -0
|
@@ -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";
|
|
@@ -199,6 +201,7 @@ export * from "./RejectedExecutePromptResponse";
|
|
|
199
201
|
export * from "./RejectedExecuteWorkflowWorkflowResultEvent";
|
|
200
202
|
export * from "./RejectedPromptExecutionMeta";
|
|
201
203
|
export * from "./RejectedWorkflowNodeResultEvent";
|
|
204
|
+
export * from "./ReleaseTagSource";
|
|
202
205
|
export * from "./SandboxScenario";
|
|
203
206
|
export * from "./ScenarioInput";
|
|
204
207
|
export * from "./ScenarioInputChatHistoryVariableValue";
|
|
@@ -238,6 +241,7 @@ export * from "./SubmitCompletionActualsErrorResponse";
|
|
|
238
241
|
export * from "./SubmitWorkflowExecutionActualRequest";
|
|
239
242
|
export * from "./SubworkflowEnum";
|
|
240
243
|
export * from "./SubworkflowNodeResult";
|
|
244
|
+
export * from "./SubworkflowNodeResultData";
|
|
241
245
|
export * from "./TemplatingNodeArrayResult";
|
|
242
246
|
export * from "./TemplatingNodeChatHistoryResult";
|
|
243
247
|
export * from "./TemplatingNodeErrorResult";
|
|
@@ -342,6 +346,8 @@ export * from "./WorkflowOutputJson";
|
|
|
342
346
|
export * from "./WorkflowOutputNumber";
|
|
343
347
|
export * from "./WorkflowOutputSearchResults";
|
|
344
348
|
export * from "./WorkflowOutputString";
|
|
349
|
+
export * from "./WorkflowReleaseTagRead";
|
|
350
|
+
export * from "./WorkflowReleaseTagWorkflowDeploymentHistoryItem";
|
|
345
351
|
export * from "./WorkflowRequestChatHistoryInputRequest";
|
|
346
352
|
export * from "./WorkflowRequestInputRequest";
|
|
347
353
|
export * from "./WorkflowRequestJsonInputRequest";
|
|
@@ -52,6 +52,8 @@ __exportStar(require("./ConditionalNodeResult"), exports);
|
|
|
52
52
|
__exportStar(require("./ConditionalNodeResultData"), exports);
|
|
53
53
|
__exportStar(require("./DeploymentProviderPayloadResponse"), exports);
|
|
54
54
|
__exportStar(require("./DeploymentRead"), exports);
|
|
55
|
+
__exportStar(require("./DeploymentReleaseTagDeploymentHistoryItem"), exports);
|
|
56
|
+
__exportStar(require("./DeploymentReleaseTagRead"), exports);
|
|
55
57
|
__exportStar(require("./DocumentDocumentToDocumentIndex"), exports);
|
|
56
58
|
__exportStar(require("./DocumentIndexChunking"), exports);
|
|
57
59
|
__exportStar(require("./DocumentIndexChunkingRequest"), exports);
|
|
@@ -215,6 +217,7 @@ __exportStar(require("./RejectedExecutePromptResponse"), exports);
|
|
|
215
217
|
__exportStar(require("./RejectedExecuteWorkflowWorkflowResultEvent"), exports);
|
|
216
218
|
__exportStar(require("./RejectedPromptExecutionMeta"), exports);
|
|
217
219
|
__exportStar(require("./RejectedWorkflowNodeResultEvent"), exports);
|
|
220
|
+
__exportStar(require("./ReleaseTagSource"), exports);
|
|
218
221
|
__exportStar(require("./SandboxScenario"), exports);
|
|
219
222
|
__exportStar(require("./ScenarioInput"), exports);
|
|
220
223
|
__exportStar(require("./ScenarioInputChatHistoryVariableValue"), exports);
|
|
@@ -254,6 +257,7 @@ __exportStar(require("./SubmitCompletionActualsErrorResponse"), exports);
|
|
|
254
257
|
__exportStar(require("./SubmitWorkflowExecutionActualRequest"), exports);
|
|
255
258
|
__exportStar(require("./SubworkflowEnum"), exports);
|
|
256
259
|
__exportStar(require("./SubworkflowNodeResult"), exports);
|
|
260
|
+
__exportStar(require("./SubworkflowNodeResultData"), exports);
|
|
257
261
|
__exportStar(require("./TemplatingNodeArrayResult"), exports);
|
|
258
262
|
__exportStar(require("./TemplatingNodeChatHistoryResult"), exports);
|
|
259
263
|
__exportStar(require("./TemplatingNodeErrorResult"), exports);
|
|
@@ -358,6 +362,8 @@ __exportStar(require("./WorkflowOutputJson"), exports);
|
|
|
358
362
|
__exportStar(require("./WorkflowOutputNumber"), exports);
|
|
359
363
|
__exportStar(require("./WorkflowOutputSearchResults"), exports);
|
|
360
364
|
__exportStar(require("./WorkflowOutputString"), exports);
|
|
365
|
+
__exportStar(require("./WorkflowReleaseTagRead"), exports);
|
|
366
|
+
__exportStar(require("./WorkflowReleaseTagWorkflowDeploymentHistoryItem"), exports);
|
|
361
367
|
__exportStar(require("./WorkflowRequestChatHistoryInputRequest"), exports);
|
|
362
368
|
__exportStar(require("./WorkflowRequestInputRequest"), exports);
|
|
363
369
|
__exportStar(require("./WorkflowRequestJsonInputRequest"), exports);
|
package/package.json
CHANGED
|
@@ -0,0 +1,15 @@
|
|
|
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 DeploySandboxWorkflowRequest: core.serialization.Schema<serializers.DeploySandboxWorkflowRequest.Raw, Vellum.DeploySandboxWorkflowRequest>;
|
|
8
|
+
export declare namespace DeploySandboxWorkflowRequest {
|
|
9
|
+
interface Raw {
|
|
10
|
+
workflow_deployment_id?: string | null;
|
|
11
|
+
workflow_deployment_name?: string | null;
|
|
12
|
+
label?: string | null;
|
|
13
|
+
release_tags?: string[] | null;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
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.DeploySandboxWorkflowRequest = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../core"));
|
|
31
|
+
exports.DeploySandboxWorkflowRequest = core.serialization.object({
|
|
32
|
+
workflowDeploymentId: core.serialization.property("workflow_deployment_id", core.serialization.string().optional()),
|
|
33
|
+
workflowDeploymentName: core.serialization.property("workflow_deployment_name", core.serialization.string().optional()),
|
|
34
|
+
label: core.serialization.string().optional(),
|
|
35
|
+
releaseTags: core.serialization.property("release_tags", core.serialization.list(core.serialization.string()).optional()),
|
|
36
|
+
});
|
|
@@ -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 PatchedDeploymentReleaseTagUpdateRequest: core.serialization.Schema<serializers.PatchedDeploymentReleaseTagUpdateRequest.Raw, Vellum.PatchedDeploymentReleaseTagUpdateRequest>;
|
|
8
|
+
export declare namespace PatchedDeploymentReleaseTagUpdateRequest {
|
|
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.PatchedDeploymentReleaseTagUpdateRequest = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../core"));
|
|
31
|
+
exports.PatchedDeploymentReleaseTagUpdateRequest = core.serialization.object({
|
|
32
|
+
historyItemId: core.serialization.property("history_item_id", core.serialization.string().optional()),
|
|
33
|
+
});
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeploymentProviderPayloadRequest = void 0;
|
|
3
|
+
exports.DeploySandboxWorkflowRequest = exports.DeploymentProviderPayloadRequest = exports.PatchedDeploymentReleaseTagUpdateRequest = void 0;
|
|
4
|
+
var PatchedDeploymentReleaseTagUpdateRequest_1 = require("./PatchedDeploymentReleaseTagUpdateRequest");
|
|
5
|
+
Object.defineProperty(exports, "PatchedDeploymentReleaseTagUpdateRequest", { enumerable: true, get: function () { return PatchedDeploymentReleaseTagUpdateRequest_1.PatchedDeploymentReleaseTagUpdateRequest; } });
|
|
4
6
|
var DeploymentProviderPayloadRequest_1 = require("./DeploymentProviderPayloadRequest");
|
|
5
7
|
Object.defineProperty(exports, "DeploymentProviderPayloadRequest", { enumerable: true, get: function () { return DeploymentProviderPayloadRequest_1.DeploymentProviderPayloadRequest; } });
|
|
8
|
+
var DeploySandboxWorkflowRequest_1 = require("./DeploySandboxWorkflowRequest");
|
|
9
|
+
Object.defineProperty(exports, "DeploySandboxWorkflowRequest", { enumerable: true, get: function () { return DeploySandboxWorkflowRequest_1.DeploySandboxWorkflowRequest; } });
|
|
@@ -10,9 +10,12 @@ export * as documents from "./documents";
|
|
|
10
10
|
export * from "./documents/client/requests";
|
|
11
11
|
export * as folderEntities from "./folderEntities";
|
|
12
12
|
export * from "./folderEntities/client/requests";
|
|
13
|
+
export * as promptVersions from "./promptVersions";
|
|
14
|
+
export * from "./promptVersions/client/requests";
|
|
13
15
|
export * as sandboxes from "./sandboxes";
|
|
14
16
|
export * from "./sandboxes/client/requests";
|
|
15
17
|
export * as testSuiteRuns from "./testSuiteRuns";
|
|
16
18
|
export * from "./testSuiteRuns/client/requests";
|
|
17
19
|
export * as testSuites from "./testSuites";
|
|
18
20
|
export * from "./testSuites/client/requests";
|
|
21
|
+
export * from "./workflowDeployments/client/requests";
|
|
@@ -26,7 +26,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
26
26
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.testSuites = exports.testSuiteRuns = exports.sandboxes = exports.folderEntities = exports.documents = exports.workflowDeployments = exports.documentIndexes = exports.deployments = void 0;
|
|
29
|
+
exports.testSuites = exports.testSuiteRuns = exports.sandboxes = exports.promptVersions = exports.folderEntities = exports.documents = exports.workflowDeployments = exports.documentIndexes = exports.deployments = void 0;
|
|
30
30
|
exports.deployments = __importStar(require("./deployments"));
|
|
31
31
|
__exportStar(require("./deployments/types"), exports);
|
|
32
32
|
exports.documentIndexes = __importStar(require("./documentIndexes"));
|
|
@@ -39,9 +39,12 @@ exports.documents = __importStar(require("./documents"));
|
|
|
39
39
|
__exportStar(require("./documents/client/requests"), exports);
|
|
40
40
|
exports.folderEntities = __importStar(require("./folderEntities"));
|
|
41
41
|
__exportStar(require("./folderEntities/client/requests"), exports);
|
|
42
|
+
exports.promptVersions = __importStar(require("./promptVersions"));
|
|
43
|
+
__exportStar(require("./promptVersions/client/requests"), exports);
|
|
42
44
|
exports.sandboxes = __importStar(require("./sandboxes"));
|
|
43
45
|
__exportStar(require("./sandboxes/client/requests"), exports);
|
|
44
46
|
exports.testSuiteRuns = __importStar(require("./testSuiteRuns"));
|
|
45
47
|
__exportStar(require("./testSuiteRuns/client/requests"), exports);
|
|
46
48
|
exports.testSuites = __importStar(require("./testSuites"));
|
|
47
49
|
__exportStar(require("./testSuites/client/requests"), exports);
|
|
50
|
+
__exportStar(require("./workflowDeployments/client/requests"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./requests";
|
|
@@ -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);
|
package/serialization/resources/promptVersions/client/requests/DeploySandboxPromptRequest.d.ts
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
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 DeploySandboxPromptRequest: core.serialization.Schema<serializers.DeploySandboxPromptRequest.Raw, Vellum.DeploySandboxPromptRequest>;
|
|
8
|
+
export declare namespace DeploySandboxPromptRequest {
|
|
9
|
+
interface Raw {
|
|
10
|
+
prompt_deployment_id?: string | null;
|
|
11
|
+
prompt_deployment_name?: string | null;
|
|
12
|
+
label?: string | null;
|
|
13
|
+
release_tags?: string[] | null;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
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.DeploySandboxPromptRequest = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../core"));
|
|
31
|
+
exports.DeploySandboxPromptRequest = core.serialization.object({
|
|
32
|
+
promptDeploymentId: core.serialization.property("prompt_deployment_id", core.serialization.string().optional()),
|
|
33
|
+
promptDeploymentName: core.serialization.property("prompt_deployment_name", core.serialization.string().optional()),
|
|
34
|
+
label: core.serialization.string().optional(),
|
|
35
|
+
releaseTags: core.serialization.property("release_tags", core.serialization.list(core.serialization.string()).optional()),
|
|
36
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { DeploySandboxPromptRequest } from "./DeploySandboxPromptRequest";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeploySandboxPromptRequest = void 0;
|
|
4
|
+
var DeploySandboxPromptRequest_1 = require("./DeploySandboxPromptRequest");
|
|
5
|
+
Object.defineProperty(exports, "DeploySandboxPromptRequest", { enumerable: true, get: function () { return DeploySandboxPromptRequest_1.DeploySandboxPromptRequest; } });
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./client";
|
|
@@ -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("./client"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./requests";
|
|
@@ -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
|
+
});
|