vellum-ai 0.14.25 → 0.14.27
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 +32 -27
- package/api/resources/adHoc/client/Client.js +1 -1
- package/api/resources/containerImages/client/Client.js +4 -4
- package/api/resources/deployments/client/Client.js +7 -7
- package/api/resources/documentIndexes/client/Client.js +8 -8
- package/api/resources/documents/client/Client.js +5 -5
- package/api/resources/folderEntities/client/Client.js +2 -2
- package/api/resources/index.d.ts +3 -2
- package/api/resources/index.js +4 -3
- package/api/resources/metricDefinitions/client/Client.js +2 -2
- package/api/resources/mlModels/client/Client.js +1 -1
- package/api/resources/organizations/client/Client.js +1 -1
- package/api/resources/prompts/client/Client.d.ts +45 -0
- package/api/resources/prompts/client/Client.js +138 -0
- package/api/resources/prompts/client/index.d.ts +1 -0
- package/{dist/serialization/resources/workflows/types → api/resources/prompts/client}/index.js +1 -1
- package/api/resources/prompts/client/requests/PromptsPullRequest.d.ts +13 -0
- package/api/resources/prompts/client/requests/index.d.ts +1 -0
- package/api/resources/prompts/client/requests/index.js +2 -0
- package/api/resources/prompts/index.d.ts +1 -0
- package/{serialization/resources/workflows → api/resources/prompts}/index.js +1 -1
- package/api/resources/sandboxes/client/Client.js +3 -3
- package/api/resources/testSuiteRuns/client/Client.js +3 -3
- package/api/resources/testSuites/client/Client.js +4 -4
- package/api/resources/workflowDeployments/client/Client.js +8 -8
- package/api/resources/workflowSandboxes/client/Client.js +2 -2
- package/api/resources/workflows/client/Client.js +4 -9
- package/api/resources/workflows/client/requests/WorkflowsPullRequest.d.ts +0 -2
- package/api/resources/workflows/index.d.ts +0 -1
- package/api/resources/workflows/index.js +0 -1
- package/api/resources/workspaceSecrets/client/Client.js +2 -2
- package/api/resources/workspaces/client/Client.js +1 -1
- package/api/types/DeploymentReleaseTagRead.d.ts +3 -1
- package/api/types/PromptExecConfig.d.ts +12 -0
- package/{dist/api/types/Release.d.ts → api/types/ReleaseTagRelease.d.ts} +1 -1
- package/{dist/api/resources/workflows/types/WorkflowsPullRequestFormat.js → api/types/ReleaseTagRelease.js} +0 -5
- package/api/types/WorkflowReleaseTagRead.d.ts +1 -1
- package/api/types/WorkflowReleaseTagWorkflowDeploymentHistoryItem.d.ts +0 -2
- package/api/types/index.d.ts +2 -1
- package/api/types/index.js +2 -1
- package/dist/Client.d.ts +3 -0
- package/dist/Client.js +32 -27
- package/dist/api/resources/adHoc/client/Client.js +1 -1
- package/dist/api/resources/containerImages/client/Client.js +4 -4
- package/dist/api/resources/deployments/client/Client.js +7 -7
- package/dist/api/resources/documentIndexes/client/Client.js +8 -8
- package/dist/api/resources/documents/client/Client.js +5 -5
- package/dist/api/resources/folderEntities/client/Client.js +2 -2
- package/dist/api/resources/index.d.ts +3 -2
- package/dist/api/resources/index.js +4 -3
- package/dist/api/resources/metricDefinitions/client/Client.js +2 -2
- package/dist/api/resources/mlModels/client/Client.js +1 -1
- package/dist/api/resources/organizations/client/Client.js +1 -1
- package/dist/api/resources/prompts/client/Client.d.ts +45 -0
- package/dist/api/resources/prompts/client/Client.js +138 -0
- package/dist/api/resources/prompts/client/index.d.ts +1 -0
- package/{api/resources/workflows/types → dist/api/resources/prompts/client}/index.js +1 -1
- package/dist/api/resources/prompts/client/requests/PromptsPullRequest.d.ts +13 -0
- package/{api/resources/workflows/types/WorkflowsPullRequestFormat.js → dist/api/resources/prompts/client/requests/PromptsPullRequest.js} +0 -5
- package/dist/api/resources/prompts/client/requests/index.d.ts +1 -0
- package/dist/api/resources/prompts/client/requests/index.js +2 -0
- package/dist/api/resources/prompts/index.d.ts +1 -0
- package/dist/{serialization/resources/workflows → api/resources/prompts}/index.js +1 -1
- package/dist/api/resources/sandboxes/client/Client.js +3 -3
- package/dist/api/resources/testSuiteRuns/client/Client.js +3 -3
- package/dist/api/resources/testSuites/client/Client.js +4 -4
- package/dist/api/resources/workflowDeployments/client/Client.js +8 -8
- package/dist/api/resources/workflowSandboxes/client/Client.js +2 -2
- package/dist/api/resources/workflows/client/Client.js +4 -9
- package/dist/api/resources/workflows/client/requests/WorkflowsPullRequest.d.ts +0 -2
- package/dist/api/resources/workflows/index.d.ts +0 -1
- package/dist/api/resources/workflows/index.js +0 -1
- package/dist/api/resources/workspaceSecrets/client/Client.js +2 -2
- package/dist/api/resources/workspaces/client/Client.js +1 -1
- package/dist/api/types/DeploymentReleaseTagRead.d.ts +3 -1
- package/dist/api/types/PromptExecConfig.d.ts +12 -0
- package/dist/api/types/PromptExecConfig.js +5 -0
- package/{api/types/Release.d.ts → dist/api/types/ReleaseTagRelease.d.ts} +1 -1
- package/dist/api/types/ReleaseTagRelease.js +5 -0
- package/dist/api/types/WorkflowReleaseTagRead.d.ts +1 -1
- package/dist/api/types/WorkflowReleaseTagWorkflowDeploymentHistoryItem.d.ts +0 -2
- package/dist/api/types/index.d.ts +2 -1
- package/dist/api/types/index.js +2 -1
- package/dist/serialization/resources/index.d.ts +0 -2
- package/dist/serialization/resources/index.js +1 -3
- package/dist/serialization/types/DeploymentReleaseTagRead.d.ts +2 -0
- package/dist/serialization/types/DeploymentReleaseTagRead.js +2 -0
- package/dist/serialization/types/PromptExecConfig.d.ts +21 -0
- package/dist/serialization/{resources/workflows/types/WorkflowsPullRequestFormat.js → types/PromptExecConfig.js} +15 -3
- package/dist/serialization/types/{Release.d.ts → ReleaseTagRelease.d.ts} +2 -2
- package/dist/serialization/types/{Release.js → ReleaseTagRelease.js} +2 -2
- package/dist/serialization/types/WorkflowReleaseTagRead.d.ts +2 -2
- package/dist/serialization/types/WorkflowReleaseTagRead.js +2 -2
- package/dist/serialization/types/index.d.ts +2 -1
- package/dist/serialization/types/index.js +2 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +73 -0
- package/serialization/resources/index.d.ts +0 -2
- package/serialization/resources/index.js +1 -3
- package/serialization/types/DeploymentReleaseTagRead.d.ts +2 -0
- package/serialization/types/DeploymentReleaseTagRead.js +2 -0
- package/serialization/types/PromptExecConfig.d.ts +21 -0
- package/serialization/{resources/workflows/types/WorkflowsPullRequestFormat.js → types/PromptExecConfig.js} +15 -3
- package/serialization/types/{Release.d.ts → ReleaseTagRelease.d.ts} +2 -2
- package/serialization/types/{Release.js → ReleaseTagRelease.js} +2 -2
- package/serialization/types/WorkflowReleaseTagRead.d.ts +2 -2
- package/serialization/types/WorkflowReleaseTagRead.js +2 -2
- package/serialization/types/index.d.ts +2 -1
- package/serialization/types/index.js +2 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/resources/workflows/types/WorkflowsPullRequestFormat.d.ts +0 -8
- package/api/resources/workflows/types/index.d.ts +0 -1
- package/dist/api/resources/workflows/types/WorkflowsPullRequestFormat.d.ts +0 -8
- package/dist/api/resources/workflows/types/index.d.ts +0 -1
- package/dist/api/resources/workflows/types/index.js +0 -17
- package/dist/serialization/resources/workflows/index.d.ts +0 -1
- package/dist/serialization/resources/workflows/types/WorkflowsPullRequestFormat.d.ts +0 -10
- package/dist/serialization/resources/workflows/types/index.d.ts +0 -1
- package/serialization/resources/workflows/index.d.ts +0 -1
- package/serialization/resources/workflows/types/WorkflowsPullRequestFormat.d.ts +0 -10
- package/serialization/resources/workflows/types/index.d.ts +0 -1
- package/serialization/resources/workflows/types/index.js +0 -17
- /package/api/{types/Release.js → resources/prompts/client/requests/PromptsPullRequest.js} +0 -0
- /package/{dist/api/types/Release.js → api/types/PromptExecConfig.js} +0 -0
|
@@ -36,9 +36,9 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
};
|
|
37
37
|
})();
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.
|
|
39
|
+
exports.ReleaseTagRelease = void 0;
|
|
40
40
|
const core = __importStar(require("../../core"));
|
|
41
|
-
exports.
|
|
41
|
+
exports.ReleaseTagRelease = core.serialization.object({
|
|
42
42
|
id: core.serialization.string(),
|
|
43
43
|
timestamp: core.serialization.date(),
|
|
44
44
|
});
|
|
@@ -6,13 +6,13 @@ import * as Vellum from "../../api/index";
|
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
import { ReleaseTagSource } from "./ReleaseTagSource";
|
|
8
8
|
import { WorkflowReleaseTagWorkflowDeploymentHistoryItem } from "./WorkflowReleaseTagWorkflowDeploymentHistoryItem";
|
|
9
|
-
import {
|
|
9
|
+
import { ReleaseTagRelease } from "./ReleaseTagRelease";
|
|
10
10
|
export declare const WorkflowReleaseTagRead: core.serialization.ObjectSchema<serializers.WorkflowReleaseTagRead.Raw, Vellum.WorkflowReleaseTagRead>;
|
|
11
11
|
export declare namespace WorkflowReleaseTagRead {
|
|
12
12
|
interface Raw {
|
|
13
13
|
name: string;
|
|
14
14
|
source: ReleaseTagSource.Raw;
|
|
15
15
|
history_item: WorkflowReleaseTagWorkflowDeploymentHistoryItem.Raw;
|
|
16
|
-
release:
|
|
16
|
+
release: ReleaseTagRelease.Raw;
|
|
17
17
|
}
|
|
18
18
|
}
|
|
@@ -40,10 +40,10 @@ exports.WorkflowReleaseTagRead = void 0;
|
|
|
40
40
|
const core = __importStar(require("../../core"));
|
|
41
41
|
const ReleaseTagSource_1 = require("./ReleaseTagSource");
|
|
42
42
|
const WorkflowReleaseTagWorkflowDeploymentHistoryItem_1 = require("./WorkflowReleaseTagWorkflowDeploymentHistoryItem");
|
|
43
|
-
const
|
|
43
|
+
const ReleaseTagRelease_1 = require("./ReleaseTagRelease");
|
|
44
44
|
exports.WorkflowReleaseTagRead = core.serialization.object({
|
|
45
45
|
name: core.serialization.string(),
|
|
46
46
|
source: ReleaseTagSource_1.ReleaseTagSource,
|
|
47
47
|
historyItem: core.serialization.property("history_item", WorkflowReleaseTagWorkflowDeploymentHistoryItem_1.WorkflowReleaseTagWorkflowDeploymentHistoryItem),
|
|
48
|
-
release:
|
|
48
|
+
release: ReleaseTagRelease_1.ReleaseTagRelease,
|
|
49
49
|
});
|
|
@@ -292,6 +292,7 @@ export * from "./PromptBlockState";
|
|
|
292
292
|
export * from "./PromptDeploymentExpandMetaRequest";
|
|
293
293
|
export * from "./PromptDeploymentInputRequest";
|
|
294
294
|
export * from "./PromptDeploymentParentContext";
|
|
295
|
+
export * from "./PromptExecConfig";
|
|
295
296
|
export * from "./PromptExecutionMeta";
|
|
296
297
|
export * from "./PromptNodeExecutionMeta";
|
|
297
298
|
export * from "./PromptNodeResult";
|
|
@@ -314,7 +315,7 @@ export * from "./RejectedExecutePromptResponse";
|
|
|
314
315
|
export * from "./RejectedExecuteWorkflowWorkflowResultEvent";
|
|
315
316
|
export * from "./RejectedPromptExecutionMeta";
|
|
316
317
|
export * from "./RejectedWorkflowNodeResultEvent";
|
|
317
|
-
export * from "./
|
|
318
|
+
export * from "./ReleaseTagRelease";
|
|
318
319
|
export * from "./ReleaseTagSource";
|
|
319
320
|
export * from "./ReplaceTestSuiteTestCaseRequest";
|
|
320
321
|
export * from "./RichTextChildBlock";
|
|
@@ -308,6 +308,7 @@ __exportStar(require("./PromptBlockState"), exports);
|
|
|
308
308
|
__exportStar(require("./PromptDeploymentExpandMetaRequest"), exports);
|
|
309
309
|
__exportStar(require("./PromptDeploymentInputRequest"), exports);
|
|
310
310
|
__exportStar(require("./PromptDeploymentParentContext"), exports);
|
|
311
|
+
__exportStar(require("./PromptExecConfig"), exports);
|
|
311
312
|
__exportStar(require("./PromptExecutionMeta"), exports);
|
|
312
313
|
__exportStar(require("./PromptNodeExecutionMeta"), exports);
|
|
313
314
|
__exportStar(require("./PromptNodeResult"), exports);
|
|
@@ -330,7 +331,7 @@ __exportStar(require("./RejectedExecutePromptResponse"), exports);
|
|
|
330
331
|
__exportStar(require("./RejectedExecuteWorkflowWorkflowResultEvent"), exports);
|
|
331
332
|
__exportStar(require("./RejectedPromptExecutionMeta"), exports);
|
|
332
333
|
__exportStar(require("./RejectedWorkflowNodeResultEvent"), exports);
|
|
333
|
-
__exportStar(require("./
|
|
334
|
+
__exportStar(require("./ReleaseTagRelease"), exports);
|
|
334
335
|
__exportStar(require("./ReleaseTagSource"), exports);
|
|
335
336
|
__exportStar(require("./ReplaceTestSuiteTestCaseRequest"), exports);
|
|
336
337
|
__exportStar(require("./RichTextChildBlock"), exports);
|
package/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.14.
|
|
1
|
+
export declare const SDK_VERSION = "0.14.27";
|
package/version.js
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./WorkflowsPullRequestFormat";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./WorkflowsPullRequestFormat";
|
|
@@ -1,17 +0,0 @@
|
|
|
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("./WorkflowsPullRequestFormat"), exports);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./types";
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "../../../index";
|
|
5
|
-
import * as Vellum from "../../../../api/index";
|
|
6
|
-
import * as core from "../../../../core";
|
|
7
|
-
export declare const WorkflowsPullRequestFormat: core.serialization.Schema<serializers.WorkflowsPullRequestFormat.Raw, Vellum.WorkflowsPullRequestFormat>;
|
|
8
|
-
export declare namespace WorkflowsPullRequestFormat {
|
|
9
|
-
type Raw = "json" | "zip";
|
|
10
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./WorkflowsPullRequestFormat";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./types";
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as serializers from "../../../index";
|
|
5
|
-
import * as Vellum from "../../../../api/index";
|
|
6
|
-
import * as core from "../../../../core";
|
|
7
|
-
export declare const WorkflowsPullRequestFormat: core.serialization.Schema<serializers.WorkflowsPullRequestFormat.Raw, Vellum.WorkflowsPullRequestFormat>;
|
|
8
|
-
export declare namespace WorkflowsPullRequestFormat {
|
|
9
|
-
type Raw = "json" | "zip";
|
|
10
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./WorkflowsPullRequestFormat";
|
|
@@ -1,17 +0,0 @@
|
|
|
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("./WorkflowsPullRequestFormat"), exports);
|
|
File without changes
|
|
File without changes
|