vellum-ai 1.6.0 → 1.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.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/events/client/Client.js +1 -1
- package/api/resources/folderEntities/client/Client.js +2 -2
- package/api/resources/integrationAuthConfigs/client/Client.js +1 -1
- package/api/resources/integrationProviders/client/Client.js +2 -2
- package/api/resources/integrations/client/Client.js +4 -4
- 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/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 +9 -9
- package/api/resources/workflowExecutions/client/Client.js +1 -1
- package/api/resources/workflowSandboxes/client/Client.js +2 -2
- package/api/resources/workflows/client/Client.js +3 -3
- package/api/resources/workspaceSecrets/client/Client.js +2 -2
- package/api/resources/workspaces/client/Client.js +1 -1
- package/api/types/PaginatedSlimToolDefinitionList.d.ts +2 -2
- 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/events/client/Client.js +1 -1
- package/dist/api/resources/folderEntities/client/Client.js +2 -2
- package/dist/api/resources/integrationAuthConfigs/client/Client.js +1 -1
- package/dist/api/resources/integrationProviders/client/Client.js +2 -2
- package/dist/api/resources/integrations/client/Client.js +4 -4
- 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/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 +9 -9
- package/dist/api/resources/workflowExecutions/client/Client.js +1 -1
- package/dist/api/resources/workflowSandboxes/client/Client.js +2 -2
- package/dist/api/resources/workflows/client/Client.js +3 -3
- package/dist/api/resources/workspaceSecrets/client/Client.js +2 -2
- package/dist/api/resources/workspaces/client/Client.js +1 -1
- package/dist/api/types/PaginatedSlimToolDefinitionList.d.ts +2 -2
- package/dist/serialization/types/PaginatedSlimToolDefinitionList.d.ts +2 -2
- package/dist/serialization/types/PaginatedSlimToolDefinitionList.js +2 -2
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/serialization/types/PaginatedSlimToolDefinitionList.d.ts +2 -2
- package/serialization/types/PaginatedSlimToolDefinitionList.js +2 -2
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -81,7 +81,7 @@ class WorkspaceSecrets {
|
|
|
81
81
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
82
82
|
unrecognizedObjectKeys: "strip",
|
|
83
83
|
})
|
|
84
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.6.
|
|
84
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.6.2", "User-Agent": "vellum-ai/1.6.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
85
85
|
contentType: "application/json",
|
|
86
86
|
requestType: "json",
|
|
87
87
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
@@ -147,7 +147,7 @@ class WorkspaceSecrets {
|
|
|
147
147
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
148
148
|
unrecognizedObjectKeys: "strip",
|
|
149
149
|
})
|
|
150
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.6.
|
|
150
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.6.2", "User-Agent": "vellum-ai/1.6.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
151
151
|
contentType: "application/json",
|
|
152
152
|
requestType: "json",
|
|
153
153
|
body: serializers.PatchedWorkspaceSecretUpdateRequest.jsonOrThrow(request, {
|
|
@@ -80,7 +80,7 @@ class Workspaces {
|
|
|
80
80
|
? serializers.ApiVersionEnum.jsonOrThrow(yield core.Supplier.get(this._options.apiVersion), {
|
|
81
81
|
unrecognizedObjectKeys: "strip",
|
|
82
82
|
})
|
|
83
|
-
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.6.
|
|
83
|
+
: "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "1.6.2", "User-Agent": "vellum-ai/1.6.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
84
84
|
contentType: "application/json",
|
|
85
85
|
requestType: "json",
|
|
86
86
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import * as Vellum from "../index";
|
|
5
5
|
export interface PaginatedSlimToolDefinitionList {
|
|
6
|
-
count
|
|
6
|
+
count: number;
|
|
7
7
|
next?: string | null;
|
|
8
8
|
previous?: string | null;
|
|
9
|
-
results
|
|
9
|
+
results: Vellum.ComponentsSchemasSlimComposioToolDefinition[];
|
|
10
10
|
}
|
|
@@ -8,9 +8,9 @@ import { ComponentsSchemasSlimComposioToolDefinition } from "./ComponentsSchemas
|
|
|
8
8
|
export declare const PaginatedSlimToolDefinitionList: core.serialization.ObjectSchema<serializers.PaginatedSlimToolDefinitionList.Raw, Vellum.PaginatedSlimToolDefinitionList>;
|
|
9
9
|
export declare namespace PaginatedSlimToolDefinitionList {
|
|
10
10
|
interface Raw {
|
|
11
|
-
count
|
|
11
|
+
count: number;
|
|
12
12
|
next?: (string | null) | null;
|
|
13
13
|
previous?: (string | null) | null;
|
|
14
|
-
results
|
|
14
|
+
results: ComponentsSchemasSlimComposioToolDefinition.Raw[];
|
|
15
15
|
}
|
|
16
16
|
}
|
|
@@ -40,8 +40,8 @@ exports.PaginatedSlimToolDefinitionList = void 0;
|
|
|
40
40
|
const core = __importStar(require("../../core"));
|
|
41
41
|
const ComponentsSchemasSlimComposioToolDefinition_1 = require("./ComponentsSchemasSlimComposioToolDefinition");
|
|
42
42
|
exports.PaginatedSlimToolDefinitionList = core.serialization.object({
|
|
43
|
-
count: core.serialization.number()
|
|
43
|
+
count: core.serialization.number(),
|
|
44
44
|
next: core.serialization.string().optionalNullable(),
|
|
45
45
|
previous: core.serialization.string().optionalNullable(),
|
|
46
|
-
results: core.serialization.list(ComponentsSchemasSlimComposioToolDefinition_1.ComponentsSchemasSlimComposioToolDefinition)
|
|
46
|
+
results: core.serialization.list(ComponentsSchemasSlimComposioToolDefinition_1.ComponentsSchemasSlimComposioToolDefinition),
|
|
47
47
|
});
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.6.
|
|
1
|
+
export declare const SDK_VERSION = "1.6.2";
|
package/dist/version.js
CHANGED
package/package.json
CHANGED
|
@@ -8,9 +8,9 @@ import { ComponentsSchemasSlimComposioToolDefinition } from "./ComponentsSchemas
|
|
|
8
8
|
export declare const PaginatedSlimToolDefinitionList: core.serialization.ObjectSchema<serializers.PaginatedSlimToolDefinitionList.Raw, Vellum.PaginatedSlimToolDefinitionList>;
|
|
9
9
|
export declare namespace PaginatedSlimToolDefinitionList {
|
|
10
10
|
interface Raw {
|
|
11
|
-
count
|
|
11
|
+
count: number;
|
|
12
12
|
next?: (string | null) | null;
|
|
13
13
|
previous?: (string | null) | null;
|
|
14
|
-
results
|
|
14
|
+
results: ComponentsSchemasSlimComposioToolDefinition.Raw[];
|
|
15
15
|
}
|
|
16
16
|
}
|
|
@@ -40,8 +40,8 @@ exports.PaginatedSlimToolDefinitionList = void 0;
|
|
|
40
40
|
const core = __importStar(require("../../core"));
|
|
41
41
|
const ComponentsSchemasSlimComposioToolDefinition_1 = require("./ComponentsSchemasSlimComposioToolDefinition");
|
|
42
42
|
exports.PaginatedSlimToolDefinitionList = core.serialization.object({
|
|
43
|
-
count: core.serialization.number()
|
|
43
|
+
count: core.serialization.number(),
|
|
44
44
|
next: core.serialization.string().optionalNullable(),
|
|
45
45
|
previous: core.serialization.string().optionalNullable(),
|
|
46
|
-
results: core.serialization.list(ComponentsSchemasSlimComposioToolDefinition_1.ComponentsSchemasSlimComposioToolDefinition)
|
|
46
|
+
results: core.serialization.list(ComponentsSchemasSlimComposioToolDefinition_1.ComponentsSchemasSlimComposioToolDefinition),
|
|
47
47
|
});
|
package/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.6.
|
|
1
|
+
export declare const SDK_VERSION = "1.6.2";
|
package/version.js
CHANGED