vellum-ai 0.11.1 → 0.11.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/.mock/definition/__package__.yml +40 -1
- package/.mock/definition/documents.yml +2 -0
- package/.mock/openapi/openapi.yml +38 -1
- package/Client.js +10 -10
- 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/metricDefinitions/client/Client.js +2 -2
- package/api/resources/mlModels/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 +6 -6
- package/api/resources/workflowSandboxes/client/Client.js +1 -1
- package/api/resources/workflows/client/Client.js +2 -2
- package/api/resources/workspaceSecrets/client/Client.js +2 -2
- package/api/types/DocumentDocumentToDocumentIndex.d.ts +4 -0
- package/api/types/SlimDocument.d.ts +1 -1
- package/api/types/SlimDocumentDocumentToDocumentIndex.d.ts +23 -0
- package/api/types/SlimDocumentDocumentToDocumentIndex.js +5 -0
- package/api/types/index.d.ts +1 -0
- package/api/types/index.js +1 -0
- package/dist/Client.js +10 -10
- 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/metricDefinitions/client/Client.js +2 -2
- package/dist/api/resources/mlModels/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 +6 -6
- package/dist/api/resources/workflowSandboxes/client/Client.js +1 -1
- package/dist/api/resources/workflows/client/Client.js +2 -2
- package/dist/api/resources/workspaceSecrets/client/Client.js +2 -2
- package/dist/api/types/DocumentDocumentToDocumentIndex.d.ts +4 -0
- package/dist/api/types/SlimDocument.d.ts +1 -1
- package/dist/api/types/SlimDocumentDocumentToDocumentIndex.d.ts +23 -0
- package/dist/api/types/SlimDocumentDocumentToDocumentIndex.js +5 -0
- package/dist/api/types/index.d.ts +1 -0
- package/dist/api/types/index.js +1 -0
- package/dist/serialization/types/DocumentDocumentToDocumentIndex.d.ts +1 -0
- package/dist/serialization/types/DocumentDocumentToDocumentIndex.js +1 -0
- package/dist/serialization/types/SlimDocument.d.ts +2 -2
- package/dist/serialization/types/SlimDocument.js +2 -2
- package/dist/serialization/types/SlimDocumentDocumentToDocumentIndex.d.ts +15 -0
- package/dist/serialization/types/SlimDocumentDocumentToDocumentIndex.js +36 -0
- package/dist/serialization/types/index.d.ts +1 -0
- package/dist/serialization/types/index.js +1 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/serialization/types/DocumentDocumentToDocumentIndex.d.ts +1 -0
- package/serialization/types/DocumentDocumentToDocumentIndex.js +1 -0
- package/serialization/types/SlimDocument.d.ts +2 -2
- package/serialization/types/SlimDocument.js +2 -2
- package/serialization/types/SlimDocumentDocumentToDocumentIndex.d.ts +15 -0
- package/serialization/types/SlimDocumentDocumentToDocumentIndex.js +36 -0
- package/serialization/types/index.d.ts +1 -0
- package/serialization/types/index.js +1 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -0,0 +1,15 @@
|
|
|
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
|
+
import { IndexingStateEnum } from "./IndexingStateEnum";
|
|
8
|
+
export declare const SlimDocumentDocumentToDocumentIndex: core.serialization.ObjectSchema<serializers.SlimDocumentDocumentToDocumentIndex.Raw, Vellum.SlimDocumentDocumentToDocumentIndex>;
|
|
9
|
+
export declare namespace SlimDocumentDocumentToDocumentIndex {
|
|
10
|
+
interface Raw {
|
|
11
|
+
id: string;
|
|
12
|
+
document_index_id: string;
|
|
13
|
+
indexing_state?: IndexingStateEnum.Raw | 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.SlimDocumentDocumentToDocumentIndex = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
const IndexingStateEnum_1 = require("./IndexingStateEnum");
|
|
32
|
+
exports.SlimDocumentDocumentToDocumentIndex = core.serialization.object({
|
|
33
|
+
id: core.serialization.string(),
|
|
34
|
+
documentIndexId: core.serialization.property("document_index_id", core.serialization.string()),
|
|
35
|
+
indexingState: core.serialization.property("indexing_state", IndexingStateEnum_1.IndexingStateEnum.optional()),
|
|
36
|
+
});
|
|
@@ -316,6 +316,7 @@ export * from "./SentenceChunking";
|
|
|
316
316
|
export * from "./SentenceChunkingRequest";
|
|
317
317
|
export * from "./SlimDeploymentRead";
|
|
318
318
|
export * from "./SlimDocument";
|
|
319
|
+
export * from "./SlimDocumentDocumentToDocumentIndex";
|
|
319
320
|
export * from "./SlimWorkflowDeployment";
|
|
320
321
|
export * from "./StreamingAdHocExecutePromptEvent";
|
|
321
322
|
export * from "./StreamingExecutePromptEvent";
|
|
@@ -332,6 +332,7 @@ __exportStar(require("./SentenceChunking"), exports);
|
|
|
332
332
|
__exportStar(require("./SentenceChunkingRequest"), exports);
|
|
333
333
|
__exportStar(require("./SlimDeploymentRead"), exports);
|
|
334
334
|
__exportStar(require("./SlimDocument"), exports);
|
|
335
|
+
__exportStar(require("./SlimDocumentDocumentToDocumentIndex"), exports);
|
|
335
336
|
__exportStar(require("./SlimWorkflowDeployment"), exports);
|
|
336
337
|
__exportStar(require("./StreamingAdHocExecutePromptEvent"), exports);
|
|
337
338
|
__exportStar(require("./StreamingExecutePromptEvent"), exports);
|
package/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.11.
|
|
1
|
+
export declare const SDK_VERSION = "0.11.2";
|
package/version.js
CHANGED