vellum-ai 0.14.86 → 0.14.88
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Client.js +11 -11
- package/api/resources/adHoc/client/Client.js +2 -2
- package/api/resources/containerImages/client/Client.js +4 -4
- package/api/resources/deployments/client/Client.js +8 -8
- 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/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.js +2 -2
- package/api/resources/releaseReviews/client/Client.js +1 -1
- package/api/resources/sandboxes/client/Client.js +3 -3
- package/api/resources/testSuiteRuns/client/Client.js +3 -3
- package/api/resources/testSuites/client/Client.js +4 -4
- package/api/resources/workflowDeployments/client/Client.js +8 -8
- package/api/resources/workflowSandboxes/client/Client.js +2 -2
- package/api/resources/workflows/client/Client.js +2 -2
- package/api/resources/workspaceSecrets/client/Client.js +2 -2
- package/api/resources/workspaces/client/Client.js +1 -1
- package/api/types/ApiVersionEnum.d.ts +7 -2
- package/api/types/ApiVersionEnum.js +5 -0
- package/api/types/ExecutionThinkingVellumValue.d.ts +1 -1
- package/api/types/ThinkingVellumValue.d.ts +1 -1
- package/api/types/ThinkingVellumValueRequest.d.ts +1 -1
- package/api/types/WorkflowEventExecutionRead.d.ts +1 -0
- package/dist/Client.js +11 -11
- package/dist/api/resources/adHoc/client/Client.js +2 -2
- package/dist/api/resources/containerImages/client/Client.js +4 -4
- package/dist/api/resources/deployments/client/Client.js +8 -8
- 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/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.js +2 -2
- package/dist/api/resources/releaseReviews/client/Client.js +1 -1
- package/dist/api/resources/sandboxes/client/Client.js +3 -3
- package/dist/api/resources/testSuiteRuns/client/Client.js +3 -3
- package/dist/api/resources/testSuites/client/Client.js +4 -4
- package/dist/api/resources/workflowDeployments/client/Client.js +8 -8
- package/dist/api/resources/workflowSandboxes/client/Client.js +2 -2
- package/dist/api/resources/workflows/client/Client.js +2 -2
- package/dist/api/resources/workspaceSecrets/client/Client.js +2 -2
- package/dist/api/resources/workspaces/client/Client.js +1 -1
- package/dist/api/types/ApiVersionEnum.d.ts +7 -2
- package/dist/api/types/ApiVersionEnum.js +5 -0
- package/dist/api/types/ExecutionThinkingVellumValue.d.ts +1 -1
- package/dist/api/types/ThinkingVellumValue.d.ts +1 -1
- package/dist/api/types/ThinkingVellumValueRequest.d.ts +1 -1
- package/dist/api/types/WorkflowEventExecutionRead.d.ts +1 -0
- package/dist/serialization/types/ApiVersionEnum.d.ts +1 -1
- package/dist/serialization/types/ApiVersionEnum.js +1 -1
- package/dist/serialization/types/ExecutionThinkingVellumValue.d.ts +1 -1
- package/dist/serialization/types/ExecutionThinkingVellumValue.js +1 -1
- package/dist/serialization/types/ThinkingVellumValue.d.ts +1 -1
- package/dist/serialization/types/ThinkingVellumValue.js +1 -1
- package/dist/serialization/types/ThinkingVellumValueRequest.d.ts +1 -1
- package/dist/serialization/types/ThinkingVellumValueRequest.js +1 -1
- package/dist/serialization/types/WorkflowEventExecutionRead.d.ts +1 -0
- package/dist/serialization/types/WorkflowEventExecutionRead.js +1 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/serialization/types/ApiVersionEnum.d.ts +1 -1
- package/serialization/types/ApiVersionEnum.js +1 -1
- package/serialization/types/ExecutionThinkingVellumValue.d.ts +1 -1
- package/serialization/types/ExecutionThinkingVellumValue.js +1 -1
- package/serialization/types/ThinkingVellumValue.d.ts +1 -1
- package/serialization/types/ThinkingVellumValue.js +1 -1
- package/serialization/types/ThinkingVellumValueRequest.d.ts +1 -1
- package/serialization/types/ThinkingVellumValueRequest.js +1 -1
- package/serialization/types/WorkflowEventExecutionRead.d.ts +1 -0
- package/serialization/types/WorkflowEventExecutionRead.js +1 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -38,4 +38,4 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
39
|
exports.ApiVersionEnum = void 0;
|
|
40
40
|
const core = __importStar(require("../../core"));
|
|
41
|
-
exports.ApiVersionEnum = core.serialization.
|
|
41
|
+
exports.ApiVersionEnum = core.serialization.enum_(["2024-10-25", "2025-07-30"]);
|
|
@@ -43,5 +43,5 @@ exports.ExecutionThinkingVellumValue = core.serialization.object({
|
|
|
43
43
|
id: core.serialization.string(),
|
|
44
44
|
name: core.serialization.string(),
|
|
45
45
|
type: core.serialization.stringLiteral("THINKING"),
|
|
46
|
-
value:
|
|
46
|
+
value: StringVellumValue_1.StringVellumValue,
|
|
47
47
|
});
|
|
@@ -41,5 +41,5 @@ const core = __importStar(require("../../core"));
|
|
|
41
41
|
const StringVellumValue_1 = require("./StringVellumValue");
|
|
42
42
|
exports.ThinkingVellumValue = core.serialization.object({
|
|
43
43
|
type: core.serialization.stringLiteral("THINKING"),
|
|
44
|
-
value:
|
|
44
|
+
value: StringVellumValue_1.StringVellumValue,
|
|
45
45
|
});
|
|
@@ -9,6 +9,6 @@ export declare const ThinkingVellumValueRequest: core.serialization.ObjectSchema
|
|
|
9
9
|
export declare namespace ThinkingVellumValueRequest {
|
|
10
10
|
interface Raw {
|
|
11
11
|
type: "THINKING";
|
|
12
|
-
value: StringVellumValueRequest.Raw
|
|
12
|
+
value: StringVellumValueRequest.Raw;
|
|
13
13
|
}
|
|
14
14
|
}
|
|
@@ -41,5 +41,5 @@ const core = __importStar(require("../../core"));
|
|
|
41
41
|
const StringVellumValueRequest_1 = require("./StringVellumValueRequest");
|
|
42
42
|
exports.ThinkingVellumValueRequest = core.serialization.object({
|
|
43
43
|
type: core.serialization.stringLiteral("THINKING"),
|
|
44
|
-
value:
|
|
44
|
+
value: StringVellumValueRequest_1.StringVellumValueRequest,
|
|
45
45
|
});
|
|
@@ -24,5 +24,6 @@ export declare namespace WorkflowEventExecutionRead {
|
|
|
24
24
|
metric_results: WorkflowExecutionViewOnlineEvalMetricResult.Raw[];
|
|
25
25
|
usage_results?: (WorkflowExecutionUsageResult.Raw[] | null) | null;
|
|
26
26
|
spans: VellumSpan.Raw[];
|
|
27
|
+
state?: (Record<string, unknown> | null) | null;
|
|
27
28
|
}
|
|
28
29
|
}
|
|
@@ -57,4 +57,5 @@ exports.WorkflowEventExecutionRead = core.serialization.object({
|
|
|
57
57
|
metricResults: core.serialization.property("metric_results", core.serialization.list(WorkflowExecutionViewOnlineEvalMetricResult_1.WorkflowExecutionViewOnlineEvalMetricResult)),
|
|
58
58
|
usageResults: core.serialization.property("usage_results", core.serialization.list(WorkflowExecutionUsageResult_1.WorkflowExecutionUsageResult).optionalNullable()),
|
|
59
59
|
spans: core.serialization.list(VellumSpan_1.VellumSpan),
|
|
60
|
+
state: core.serialization.record(core.serialization.string(), core.serialization.unknown()).optionalNullable(),
|
|
60
61
|
});
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.14.
|
|
1
|
+
export declare const SDK_VERSION = "0.14.88";
|
package/dist/version.js
CHANGED
package/package.json
CHANGED
|
@@ -6,5 +6,5 @@ import * as Vellum from "../../api/index";
|
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
export declare const ApiVersionEnum: core.serialization.Schema<serializers.ApiVersionEnum.Raw, Vellum.ApiVersionEnum>;
|
|
8
8
|
export declare namespace ApiVersionEnum {
|
|
9
|
-
type Raw = "2024-10-25";
|
|
9
|
+
type Raw = "2024-10-25" | "2025-07-30";
|
|
10
10
|
}
|
|
@@ -38,4 +38,4 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
39
|
exports.ApiVersionEnum = void 0;
|
|
40
40
|
const core = __importStar(require("../../core"));
|
|
41
|
-
exports.ApiVersionEnum = core.serialization.
|
|
41
|
+
exports.ApiVersionEnum = core.serialization.enum_(["2024-10-25", "2025-07-30"]);
|
|
@@ -43,5 +43,5 @@ exports.ExecutionThinkingVellumValue = core.serialization.object({
|
|
|
43
43
|
id: core.serialization.string(),
|
|
44
44
|
name: core.serialization.string(),
|
|
45
45
|
type: core.serialization.stringLiteral("THINKING"),
|
|
46
|
-
value:
|
|
46
|
+
value: StringVellumValue_1.StringVellumValue,
|
|
47
47
|
});
|
|
@@ -41,5 +41,5 @@ const core = __importStar(require("../../core"));
|
|
|
41
41
|
const StringVellumValue_1 = require("./StringVellumValue");
|
|
42
42
|
exports.ThinkingVellumValue = core.serialization.object({
|
|
43
43
|
type: core.serialization.stringLiteral("THINKING"),
|
|
44
|
-
value:
|
|
44
|
+
value: StringVellumValue_1.StringVellumValue,
|
|
45
45
|
});
|
|
@@ -9,6 +9,6 @@ export declare const ThinkingVellumValueRequest: core.serialization.ObjectSchema
|
|
|
9
9
|
export declare namespace ThinkingVellumValueRequest {
|
|
10
10
|
interface Raw {
|
|
11
11
|
type: "THINKING";
|
|
12
|
-
value: StringVellumValueRequest.Raw
|
|
12
|
+
value: StringVellumValueRequest.Raw;
|
|
13
13
|
}
|
|
14
14
|
}
|
|
@@ -41,5 +41,5 @@ const core = __importStar(require("../../core"));
|
|
|
41
41
|
const StringVellumValueRequest_1 = require("./StringVellumValueRequest");
|
|
42
42
|
exports.ThinkingVellumValueRequest = core.serialization.object({
|
|
43
43
|
type: core.serialization.stringLiteral("THINKING"),
|
|
44
|
-
value:
|
|
44
|
+
value: StringVellumValueRequest_1.StringVellumValueRequest,
|
|
45
45
|
});
|
|
@@ -24,5 +24,6 @@ export declare namespace WorkflowEventExecutionRead {
|
|
|
24
24
|
metric_results: WorkflowExecutionViewOnlineEvalMetricResult.Raw[];
|
|
25
25
|
usage_results?: (WorkflowExecutionUsageResult.Raw[] | null) | null;
|
|
26
26
|
spans: VellumSpan.Raw[];
|
|
27
|
+
state?: (Record<string, unknown> | null) | null;
|
|
27
28
|
}
|
|
28
29
|
}
|
|
@@ -57,4 +57,5 @@ exports.WorkflowEventExecutionRead = core.serialization.object({
|
|
|
57
57
|
metricResults: core.serialization.property("metric_results", core.serialization.list(WorkflowExecutionViewOnlineEvalMetricResult_1.WorkflowExecutionViewOnlineEvalMetricResult)),
|
|
58
58
|
usageResults: core.serialization.property("usage_results", core.serialization.list(WorkflowExecutionUsageResult_1.WorkflowExecutionUsageResult).optionalNullable()),
|
|
59
59
|
spans: core.serialization.list(VellumSpan_1.VellumSpan),
|
|
60
|
+
state: core.serialization.record(core.serialization.string(), core.serialization.unknown()).optionalNullable(),
|
|
60
61
|
});
|
package/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.14.
|
|
1
|
+
export declare const SDK_VERSION = "0.14.88";
|
package/version.js
CHANGED