vellum-ai 0.8.23 → 0.8.25
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 +141 -0
- package/.mock/definition/folderEntities.yml +91 -2
- package/.mock/openapi/openapi.yml +300 -2
- package/Client.d.ts +3 -3
- package/Client.js +11 -11
- package/api/resources/adHoc/client/Client.d.ts +3 -3
- package/api/resources/adHoc/client/Client.js +2 -2
- package/api/resources/deployments/client/Client.d.ts +3 -3
- package/api/resources/deployments/client/Client.js +6 -6
- package/api/resources/documentIndexes/client/Client.d.ts +3 -3
- package/api/resources/documentIndexes/client/Client.js +9 -9
- package/api/resources/documents/client/Client.d.ts +3 -3
- package/api/resources/documents/client/Client.js +6 -6
- package/api/resources/folderEntities/client/Client.d.ts +22 -4
- package/api/resources/folderEntities/client/Client.js +80 -4
- package/api/resources/folderEntities/client/requests/FolderEntitiesListRequest.d.ts +43 -0
- package/api/resources/folderEntities/client/requests/FolderEntitiesListRequest.js +5 -0
- package/api/resources/folderEntities/client/requests/index.d.ts +1 -0
- package/api/resources/folderEntities/index.d.ts +1 -0
- package/api/resources/folderEntities/index.js +1 -0
- package/api/resources/folderEntities/types/FolderEntitiesListRequestEntityStatus.d.ts +8 -0
- package/api/resources/folderEntities/types/FolderEntitiesListRequestEntityStatus.js +10 -0
- package/api/resources/folderEntities/types/index.d.ts +1 -0
- package/api/resources/folderEntities/types/index.js +17 -0
- package/api/resources/index.d.ts +2 -1
- package/api/resources/index.js +3 -2
- package/api/resources/metricDefinitions/client/Client.d.ts +3 -3
- package/api/resources/metricDefinitions/client/Client.js +2 -2
- package/api/resources/sandboxes/client/Client.d.ts +3 -3
- package/api/resources/sandboxes/client/Client.js +4 -4
- package/api/resources/testSuiteRuns/client/Client.d.ts +3 -3
- package/api/resources/testSuiteRuns/client/Client.js +4 -4
- package/api/resources/testSuites/client/Client.d.ts +3 -3
- package/api/resources/testSuites/client/Client.js +5 -5
- package/api/resources/workflowDeployments/client/Client.d.ts +3 -3
- package/api/resources/workflowDeployments/client/Client.js +5 -5
- package/api/resources/workflowSandboxes/client/Client.d.ts +3 -3
- package/api/resources/workflowSandboxes/client/Client.js +2 -2
- package/api/types/FolderEntity.d.ts +5 -0
- package/api/types/FolderEntity.js +5 -0
- package/api/types/FolderEntityDocumentIndex.d.ts +12 -0
- package/api/types/FolderEntityDocumentIndex.js +5 -0
- package/api/types/FolderEntityDocumentIndexData.d.ts +11 -0
- package/api/types/FolderEntityDocumentIndexData.js +5 -0
- package/api/types/FolderEntityFolder.d.ts +12 -0
- package/api/types/FolderEntityFolder.js +5 -0
- package/api/types/FolderEntityFolderData.d.ts +10 -0
- package/api/types/FolderEntityFolderData.js +5 -0
- package/api/types/FolderEntityPromptSandbox.d.ts +12 -0
- package/api/types/FolderEntityPromptSandbox.js +5 -0
- package/api/types/FolderEntityPromptSandboxData.d.ts +12 -0
- package/api/types/FolderEntityPromptSandboxData.js +5 -0
- package/api/types/FolderEntityTestSuite.d.ts +12 -0
- package/api/types/FolderEntityTestSuite.js +5 -0
- package/api/types/FolderEntityTestSuiteData.d.ts +11 -0
- package/api/types/FolderEntityTestSuiteData.js +5 -0
- package/api/types/FolderEntityWorkflowSandbox.d.ts +12 -0
- package/api/types/FolderEntityWorkflowSandbox.js +5 -0
- package/api/types/FolderEntityWorkflowSandboxData.d.ts +12 -0
- package/api/types/FolderEntityWorkflowSandboxData.js +5 -0
- package/api/types/PaginatedFolderEntityList.d.ts +10 -0
- package/api/types/PaginatedFolderEntityList.js +5 -0
- package/api/types/index.d.ts +12 -0
- package/api/types/index.js +12 -0
- package/dist/Client.d.ts +3 -3
- package/dist/Client.js +11 -11
- package/dist/api/resources/adHoc/client/Client.d.ts +3 -3
- package/dist/api/resources/adHoc/client/Client.js +2 -2
- package/dist/api/resources/deployments/client/Client.d.ts +3 -3
- package/dist/api/resources/deployments/client/Client.js +6 -6
- package/dist/api/resources/documentIndexes/client/Client.d.ts +3 -3
- package/dist/api/resources/documentIndexes/client/Client.js +9 -9
- package/dist/api/resources/documents/client/Client.d.ts +3 -3
- package/dist/api/resources/documents/client/Client.js +6 -6
- package/dist/api/resources/folderEntities/client/Client.d.ts +22 -4
- package/dist/api/resources/folderEntities/client/Client.js +80 -4
- package/dist/api/resources/folderEntities/client/requests/FolderEntitiesListRequest.d.ts +43 -0
- package/dist/api/resources/folderEntities/client/requests/FolderEntitiesListRequest.js +5 -0
- package/dist/api/resources/folderEntities/client/requests/index.d.ts +1 -0
- package/dist/api/resources/folderEntities/index.d.ts +1 -0
- package/dist/api/resources/folderEntities/index.js +1 -0
- package/dist/api/resources/folderEntities/types/FolderEntitiesListRequestEntityStatus.d.ts +8 -0
- package/dist/api/resources/folderEntities/types/FolderEntitiesListRequestEntityStatus.js +10 -0
- package/dist/api/resources/folderEntities/types/index.d.ts +1 -0
- package/dist/api/resources/folderEntities/types/index.js +17 -0
- package/dist/api/resources/index.d.ts +2 -1
- package/dist/api/resources/index.js +3 -2
- package/dist/api/resources/metricDefinitions/client/Client.d.ts +3 -3
- package/dist/api/resources/metricDefinitions/client/Client.js +2 -2
- package/dist/api/resources/sandboxes/client/Client.d.ts +3 -3
- package/dist/api/resources/sandboxes/client/Client.js +4 -4
- package/dist/api/resources/testSuiteRuns/client/Client.d.ts +3 -3
- package/dist/api/resources/testSuiteRuns/client/Client.js +4 -4
- package/dist/api/resources/testSuites/client/Client.d.ts +3 -3
- package/dist/api/resources/testSuites/client/Client.js +5 -5
- package/dist/api/resources/workflowDeployments/client/Client.d.ts +3 -3
- package/dist/api/resources/workflowDeployments/client/Client.js +5 -5
- package/dist/api/resources/workflowSandboxes/client/Client.d.ts +3 -3
- package/dist/api/resources/workflowSandboxes/client/Client.js +2 -2
- package/dist/api/types/FolderEntity.d.ts +5 -0
- package/dist/api/types/FolderEntity.js +5 -0
- package/dist/api/types/FolderEntityDocumentIndex.d.ts +12 -0
- package/dist/api/types/FolderEntityDocumentIndex.js +5 -0
- package/dist/api/types/FolderEntityDocumentIndexData.d.ts +11 -0
- package/dist/api/types/FolderEntityDocumentIndexData.js +5 -0
- package/dist/api/types/FolderEntityFolder.d.ts +12 -0
- package/dist/api/types/FolderEntityFolder.js +5 -0
- package/dist/api/types/FolderEntityFolderData.d.ts +10 -0
- package/dist/api/types/FolderEntityFolderData.js +5 -0
- package/dist/api/types/FolderEntityPromptSandbox.d.ts +12 -0
- package/dist/api/types/FolderEntityPromptSandbox.js +5 -0
- package/dist/api/types/FolderEntityPromptSandboxData.d.ts +12 -0
- package/dist/api/types/FolderEntityPromptSandboxData.js +5 -0
- package/dist/api/types/FolderEntityTestSuite.d.ts +12 -0
- package/dist/api/types/FolderEntityTestSuite.js +5 -0
- package/dist/api/types/FolderEntityTestSuiteData.d.ts +11 -0
- package/dist/api/types/FolderEntityTestSuiteData.js +5 -0
- package/dist/api/types/FolderEntityWorkflowSandbox.d.ts +12 -0
- package/dist/api/types/FolderEntityWorkflowSandbox.js +5 -0
- package/dist/api/types/FolderEntityWorkflowSandboxData.d.ts +12 -0
- package/dist/api/types/FolderEntityWorkflowSandboxData.js +5 -0
- package/dist/api/types/PaginatedFolderEntityList.d.ts +10 -0
- package/dist/api/types/PaginatedFolderEntityList.js +5 -0
- package/dist/api/types/index.d.ts +12 -0
- package/dist/api/types/index.js +12 -0
- package/dist/serialization/resources/folderEntities/index.d.ts +1 -0
- package/dist/serialization/resources/folderEntities/index.js +1 -0
- package/dist/serialization/resources/folderEntities/types/FolderEntitiesListRequestEntityStatus.d.ts +10 -0
- package/dist/serialization/resources/folderEntities/types/FolderEntitiesListRequestEntityStatus.js +31 -0
- package/dist/serialization/resources/folderEntities/types/index.d.ts +1 -0
- package/dist/serialization/resources/folderEntities/types/index.js +17 -0
- package/dist/serialization/resources/index.d.ts +2 -1
- package/dist/serialization/resources/index.js +3 -2
- package/dist/serialization/types/FolderEntity.d.ts +15 -0
- package/dist/serialization/types/FolderEntity.js +42 -0
- package/dist/serialization/types/FolderEntityDocumentIndex.d.ts +15 -0
- package/dist/serialization/types/FolderEntityDocumentIndex.js +36 -0
- package/dist/serialization/types/FolderEntityDocumentIndexData.d.ts +17 -0
- package/dist/serialization/types/FolderEntityDocumentIndexData.js +38 -0
- package/dist/serialization/types/FolderEntityFolder.d.ts +15 -0
- package/dist/serialization/types/FolderEntityFolder.js +36 -0
- package/dist/serialization/types/FolderEntityFolderData.d.ts +16 -0
- package/dist/serialization/types/FolderEntityFolderData.js +37 -0
- package/dist/serialization/types/FolderEntityPromptSandbox.d.ts +15 -0
- package/dist/serialization/types/FolderEntityPromptSandbox.js +36 -0
- package/dist/serialization/types/FolderEntityPromptSandboxData.d.ts +18 -0
- package/dist/serialization/types/FolderEntityPromptSandboxData.js +39 -0
- package/dist/serialization/types/FolderEntityTestSuite.d.ts +15 -0
- package/dist/serialization/types/FolderEntityTestSuite.js +36 -0
- package/dist/serialization/types/FolderEntityTestSuiteData.d.ts +17 -0
- package/dist/serialization/types/FolderEntityTestSuiteData.js +38 -0
- package/dist/serialization/types/FolderEntityWorkflowSandbox.d.ts +15 -0
- package/dist/serialization/types/FolderEntityWorkflowSandbox.js +36 -0
- package/dist/serialization/types/FolderEntityWorkflowSandboxData.d.ts +18 -0
- package/dist/serialization/types/FolderEntityWorkflowSandboxData.js +39 -0
- package/dist/serialization/types/PaginatedFolderEntityList.d.ts +16 -0
- package/dist/serialization/types/PaginatedFolderEntityList.js +37 -0
- package/dist/serialization/types/index.d.ts +12 -0
- package/dist/serialization/types/index.js +12 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +74 -1
- package/serialization/resources/folderEntities/index.d.ts +1 -0
- package/serialization/resources/folderEntities/index.js +1 -0
- package/serialization/resources/folderEntities/types/FolderEntitiesListRequestEntityStatus.d.ts +10 -0
- package/serialization/resources/folderEntities/types/FolderEntitiesListRequestEntityStatus.js +31 -0
- package/serialization/resources/folderEntities/types/index.d.ts +1 -0
- package/serialization/resources/folderEntities/types/index.js +17 -0
- package/serialization/resources/index.d.ts +2 -1
- package/serialization/resources/index.js +3 -2
- package/serialization/types/FolderEntity.d.ts +15 -0
- package/serialization/types/FolderEntity.js +42 -0
- package/serialization/types/FolderEntityDocumentIndex.d.ts +15 -0
- package/serialization/types/FolderEntityDocumentIndex.js +36 -0
- package/serialization/types/FolderEntityDocumentIndexData.d.ts +17 -0
- package/serialization/types/FolderEntityDocumentIndexData.js +38 -0
- package/serialization/types/FolderEntityFolder.d.ts +15 -0
- package/serialization/types/FolderEntityFolder.js +36 -0
- package/serialization/types/FolderEntityFolderData.d.ts +16 -0
- package/serialization/types/FolderEntityFolderData.js +37 -0
- package/serialization/types/FolderEntityPromptSandbox.d.ts +15 -0
- package/serialization/types/FolderEntityPromptSandbox.js +36 -0
- package/serialization/types/FolderEntityPromptSandboxData.d.ts +18 -0
- package/serialization/types/FolderEntityPromptSandboxData.js +39 -0
- package/serialization/types/FolderEntityTestSuite.d.ts +15 -0
- package/serialization/types/FolderEntityTestSuite.js +36 -0
- package/serialization/types/FolderEntityTestSuiteData.d.ts +17 -0
- package/serialization/types/FolderEntityTestSuiteData.js +38 -0
- package/serialization/types/FolderEntityWorkflowSandbox.d.ts +15 -0
- package/serialization/types/FolderEntityWorkflowSandbox.js +36 -0
- package/serialization/types/FolderEntityWorkflowSandboxData.d.ts +18 -0
- package/serialization/types/FolderEntityWorkflowSandboxData.js +39 -0
- package/serialization/types/PaginatedFolderEntityList.d.ts +16 -0
- package/serialization/types/PaginatedFolderEntityList.js +37 -0
- package/serialization/types/index.d.ts +12 -0
- package/serialization/types/index.js +12 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -7,7 +7,7 @@ import * as Vellum from "../../../index";
|
|
|
7
7
|
export declare namespace WorkflowDeployments {
|
|
8
8
|
interface Options {
|
|
9
9
|
environment?: core.Supplier<environments.VellumEnvironment | environments.VellumEnvironmentUrls>;
|
|
10
|
-
apiKey
|
|
10
|
+
apiKey?: core.Supplier<string | undefined>;
|
|
11
11
|
}
|
|
12
12
|
interface RequestOptions {
|
|
13
13
|
/** The maximum time to wait for a response in seconds. */
|
|
@@ -20,7 +20,7 @@ export declare namespace WorkflowDeployments {
|
|
|
20
20
|
}
|
|
21
21
|
export declare class WorkflowDeployments {
|
|
22
22
|
protected readonly _options: WorkflowDeployments.Options;
|
|
23
|
-
constructor(_options
|
|
23
|
+
constructor(_options?: WorkflowDeployments.Options);
|
|
24
24
|
/**
|
|
25
25
|
* Used to list all Workflow Deployments.
|
|
26
26
|
*
|
|
@@ -65,6 +65,6 @@ export declare class WorkflowDeployments {
|
|
|
65
65
|
*/
|
|
66
66
|
updateWorkflowReleaseTag(id: string, name: string, request?: Vellum.PatchedWorkflowReleaseTagUpdateRequest, requestOptions?: WorkflowDeployments.RequestOptions): Promise<Vellum.WorkflowReleaseTagRead>;
|
|
67
67
|
protected _getCustomAuthorizationHeaders(): Promise<{
|
|
68
|
-
X_API_KEY: string;
|
|
68
|
+
X_API_KEY: string | undefined;
|
|
69
69
|
}>;
|
|
70
70
|
}
|
|
@@ -45,7 +45,7 @@ const url_join_1 = __importDefault(require("url-join"));
|
|
|
45
45
|
const serializers = __importStar(require("../../../../serialization/index"));
|
|
46
46
|
const errors = __importStar(require("../../../../errors/index"));
|
|
47
47
|
class WorkflowDeployments {
|
|
48
|
-
constructor(_options) {
|
|
48
|
+
constructor(_options = {}) {
|
|
49
49
|
this._options = _options;
|
|
50
50
|
}
|
|
51
51
|
/**
|
|
@@ -78,7 +78,7 @@ class WorkflowDeployments {
|
|
|
78
78
|
url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
|
|
79
79
|
.default, "v1/workflow-deployments"),
|
|
80
80
|
method: "GET",
|
|
81
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.8.
|
|
81
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.8.25", "User-Agent": "vellum-ai/0.8.25", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
82
82
|
contentType: "application/json",
|
|
83
83
|
queryParameters: _queryParams,
|
|
84
84
|
requestType: "json",
|
|
@@ -131,7 +131,7 @@ class WorkflowDeployments {
|
|
|
131
131
|
url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
|
|
132
132
|
.default, `v1/workflow-deployments/${encodeURIComponent(id)}`),
|
|
133
133
|
method: "GET",
|
|
134
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.8.
|
|
134
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.8.25", "User-Agent": "vellum-ai/0.8.25", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
135
135
|
contentType: "application/json",
|
|
136
136
|
requestType: "json",
|
|
137
137
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
@@ -184,7 +184,7 @@ class WorkflowDeployments {
|
|
|
184
184
|
url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
|
|
185
185
|
.default, `v1/workflow-deployments/${encodeURIComponent(id)}/release-tags/${encodeURIComponent(name)}`),
|
|
186
186
|
method: "GET",
|
|
187
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.8.
|
|
187
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.8.25", "User-Agent": "vellum-ai/0.8.25", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
188
188
|
contentType: "application/json",
|
|
189
189
|
requestType: "json",
|
|
190
190
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
@@ -238,7 +238,7 @@ class WorkflowDeployments {
|
|
|
238
238
|
url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
|
|
239
239
|
.default, `v1/workflow-deployments/${encodeURIComponent(id)}/release-tags/${encodeURIComponent(name)}`),
|
|
240
240
|
method: "PATCH",
|
|
241
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.8.
|
|
241
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.8.25", "User-Agent": "vellum-ai/0.8.25", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
242
242
|
contentType: "application/json",
|
|
243
243
|
requestType: "json",
|
|
244
244
|
body: serializers.PatchedWorkflowReleaseTagUpdateRequest.jsonOrThrow(request, {
|
|
@@ -7,7 +7,7 @@ import * as Vellum from "../../../index";
|
|
|
7
7
|
export declare namespace WorkflowSandboxes {
|
|
8
8
|
interface Options {
|
|
9
9
|
environment?: core.Supplier<environments.VellumEnvironment | environments.VellumEnvironmentUrls>;
|
|
10
|
-
apiKey
|
|
10
|
+
apiKey?: core.Supplier<string | undefined>;
|
|
11
11
|
}
|
|
12
12
|
interface RequestOptions {
|
|
13
13
|
/** The maximum time to wait for a response in seconds. */
|
|
@@ -20,7 +20,7 @@ export declare namespace WorkflowSandboxes {
|
|
|
20
20
|
}
|
|
21
21
|
export declare class WorkflowSandboxes {
|
|
22
22
|
protected readonly _options: WorkflowSandboxes.Options;
|
|
23
|
-
constructor(_options
|
|
23
|
+
constructor(_options?: WorkflowSandboxes.Options);
|
|
24
24
|
/**
|
|
25
25
|
* @param {string} id - A UUID string identifying this workflow sandbox.
|
|
26
26
|
* @param {string} workflowId - An ID identifying the Workflow you'd like to deploy.
|
|
@@ -32,6 +32,6 @@ export declare class WorkflowSandboxes {
|
|
|
32
32
|
*/
|
|
33
33
|
deployWorkflow(id: string, workflowId: string, request?: Vellum.DeploySandboxWorkflowRequest, requestOptions?: WorkflowSandboxes.RequestOptions): Promise<Vellum.WorkflowDeploymentRead>;
|
|
34
34
|
protected _getCustomAuthorizationHeaders(): Promise<{
|
|
35
|
-
X_API_KEY: string;
|
|
35
|
+
X_API_KEY: string | undefined;
|
|
36
36
|
}>;
|
|
37
37
|
}
|
|
@@ -45,7 +45,7 @@ const serializers = __importStar(require("../../../../serialization/index"));
|
|
|
45
45
|
const url_join_1 = __importDefault(require("url-join"));
|
|
46
46
|
const errors = __importStar(require("../../../../errors/index"));
|
|
47
47
|
class WorkflowSandboxes {
|
|
48
|
-
constructor(_options) {
|
|
48
|
+
constructor(_options = {}) {
|
|
49
49
|
this._options = _options;
|
|
50
50
|
}
|
|
51
51
|
/**
|
|
@@ -64,7 +64,7 @@ class WorkflowSandboxes {
|
|
|
64
64
|
url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
|
|
65
65
|
.default, `v1/workflow-sandboxes/${encodeURIComponent(id)}/workflows/${encodeURIComponent(workflowId)}/deploy`),
|
|
66
66
|
method: "POST",
|
|
67
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.8.
|
|
67
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.8.25", "User-Agent": "vellum-ai/0.8.25", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
68
68
|
contentType: "application/json",
|
|
69
69
|
requestType: "json",
|
|
70
70
|
body: serializers.DeploySandboxWorkflowRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Vellum from "../index";
|
|
5
|
+
export declare type FolderEntity = Vellum.FolderEntityFolder | Vellum.FolderEntityPromptSandbox | Vellum.FolderEntityWorkflowSandbox | Vellum.FolderEntityDocumentIndex | Vellum.FolderEntityTestSuite;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Vellum from "../index";
|
|
5
|
+
/**
|
|
6
|
+
* A slim representation of a Document Index, as it exists within a Folder.
|
|
7
|
+
*/
|
|
8
|
+
export interface FolderEntityDocumentIndex {
|
|
9
|
+
id: string;
|
|
10
|
+
type: "DOCUMENT_INDEX";
|
|
11
|
+
data: Vellum.FolderEntityDocumentIndexData;
|
|
12
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Vellum from "../index";
|
|
5
|
+
export interface FolderEntityDocumentIndexData {
|
|
6
|
+
id: string;
|
|
7
|
+
label: string;
|
|
8
|
+
created: Date;
|
|
9
|
+
modified: Date;
|
|
10
|
+
status: Vellum.EntityStatus;
|
|
11
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Vellum from "../index";
|
|
5
|
+
/**
|
|
6
|
+
* A slim representation of a Folder, as it exists within another Folder.
|
|
7
|
+
*/
|
|
8
|
+
export interface FolderEntityFolder {
|
|
9
|
+
id: string;
|
|
10
|
+
type: "FOLDER";
|
|
11
|
+
data: Vellum.FolderEntityFolderData;
|
|
12
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Vellum from "../index";
|
|
5
|
+
/**
|
|
6
|
+
* A slim representation of a Prompt Sandbox, as it exists within a Folder.
|
|
7
|
+
*/
|
|
8
|
+
export interface FolderEntityPromptSandbox {
|
|
9
|
+
id: string;
|
|
10
|
+
type: "PROMPT_SANDBOX";
|
|
11
|
+
data: Vellum.FolderEntityPromptSandboxData;
|
|
12
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Vellum from "../index";
|
|
5
|
+
export interface FolderEntityPromptSandboxData {
|
|
6
|
+
id: string;
|
|
7
|
+
label: string;
|
|
8
|
+
created: Date;
|
|
9
|
+
modified: Date;
|
|
10
|
+
status: Vellum.EntityStatus;
|
|
11
|
+
lastDeployedOn?: Date;
|
|
12
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Vellum from "../index";
|
|
5
|
+
/**
|
|
6
|
+
* A slim representation of a Test Suite, as it exists within a Folder.
|
|
7
|
+
*/
|
|
8
|
+
export interface FolderEntityTestSuite {
|
|
9
|
+
id: string;
|
|
10
|
+
type: "TEST_SUITE";
|
|
11
|
+
data: Vellum.FolderEntityTestSuiteData;
|
|
12
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Vellum from "../index";
|
|
5
|
+
export interface FolderEntityTestSuiteData {
|
|
6
|
+
id: string;
|
|
7
|
+
label: string;
|
|
8
|
+
created: Date;
|
|
9
|
+
modified: Date;
|
|
10
|
+
status: Vellum.EntityStatus;
|
|
11
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Vellum from "../index";
|
|
5
|
+
/**
|
|
6
|
+
* A slim representation of a Workflow Sandbox, as it exists within a Folder.
|
|
7
|
+
*/
|
|
8
|
+
export interface FolderEntityWorkflowSandbox {
|
|
9
|
+
id: string;
|
|
10
|
+
type: "WORKFLOW_SANDBOX";
|
|
11
|
+
data: Vellum.FolderEntityWorkflowSandboxData;
|
|
12
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Vellum from "../index";
|
|
5
|
+
export interface FolderEntityWorkflowSandboxData {
|
|
6
|
+
id: string;
|
|
7
|
+
label: string;
|
|
8
|
+
created: Date;
|
|
9
|
+
modified: Date;
|
|
10
|
+
status: Vellum.EntityStatus;
|
|
11
|
+
lastDeployedOn?: Date;
|
|
12
|
+
}
|
|
@@ -94,6 +94,17 @@ export * from "./ExecutionVellumValue";
|
|
|
94
94
|
export * from "./ExternalTestCaseExecution";
|
|
95
95
|
export * from "./ExternalTestCaseExecutionRequest";
|
|
96
96
|
export * from "./FinishReasonEnum";
|
|
97
|
+
export * from "./FolderEntity";
|
|
98
|
+
export * from "./FolderEntityDocumentIndex";
|
|
99
|
+
export * from "./FolderEntityDocumentIndexData";
|
|
100
|
+
export * from "./FolderEntityFolder";
|
|
101
|
+
export * from "./FolderEntityFolderData";
|
|
102
|
+
export * from "./FolderEntityPromptSandbox";
|
|
103
|
+
export * from "./FolderEntityPromptSandboxData";
|
|
104
|
+
export * from "./FolderEntityTestSuite";
|
|
105
|
+
export * from "./FolderEntityTestSuiteData";
|
|
106
|
+
export * from "./FolderEntityWorkflowSandbox";
|
|
107
|
+
export * from "./FolderEntityWorkflowSandboxData";
|
|
97
108
|
export * from "./FulfilledAdHocExecutePromptEvent";
|
|
98
109
|
export * from "./FulfilledEnum";
|
|
99
110
|
export * from "./FulfilledExecutePromptEvent";
|
|
@@ -220,6 +231,7 @@ export * from "./OpenAiVectorizerTextEmbedding3SmallRequest";
|
|
|
220
231
|
export * from "./OpenAiVectorizerTextEmbeddingAda002";
|
|
221
232
|
export * from "./OpenAiVectorizerTextEmbeddingAda002Request";
|
|
222
233
|
export * from "./PaginatedDocumentIndexReadList";
|
|
234
|
+
export * from "./PaginatedFolderEntityList";
|
|
223
235
|
export * from "./PaginatedSlimDeploymentReadList";
|
|
224
236
|
export * from "./PaginatedSlimDocumentList";
|
|
225
237
|
export * from "./PaginatedSlimWorkflowDeploymentList";
|
package/dist/api/types/index.js
CHANGED
|
@@ -110,6 +110,17 @@ __exportStar(require("./ExecutionVellumValue"), exports);
|
|
|
110
110
|
__exportStar(require("./ExternalTestCaseExecution"), exports);
|
|
111
111
|
__exportStar(require("./ExternalTestCaseExecutionRequest"), exports);
|
|
112
112
|
__exportStar(require("./FinishReasonEnum"), exports);
|
|
113
|
+
__exportStar(require("./FolderEntity"), exports);
|
|
114
|
+
__exportStar(require("./FolderEntityDocumentIndex"), exports);
|
|
115
|
+
__exportStar(require("./FolderEntityDocumentIndexData"), exports);
|
|
116
|
+
__exportStar(require("./FolderEntityFolder"), exports);
|
|
117
|
+
__exportStar(require("./FolderEntityFolderData"), exports);
|
|
118
|
+
__exportStar(require("./FolderEntityPromptSandbox"), exports);
|
|
119
|
+
__exportStar(require("./FolderEntityPromptSandboxData"), exports);
|
|
120
|
+
__exportStar(require("./FolderEntityTestSuite"), exports);
|
|
121
|
+
__exportStar(require("./FolderEntityTestSuiteData"), exports);
|
|
122
|
+
__exportStar(require("./FolderEntityWorkflowSandbox"), exports);
|
|
123
|
+
__exportStar(require("./FolderEntityWorkflowSandboxData"), exports);
|
|
113
124
|
__exportStar(require("./FulfilledAdHocExecutePromptEvent"), exports);
|
|
114
125
|
__exportStar(require("./FulfilledEnum"), exports);
|
|
115
126
|
__exportStar(require("./FulfilledExecutePromptEvent"), exports);
|
|
@@ -236,6 +247,7 @@ __exportStar(require("./OpenAiVectorizerTextEmbedding3SmallRequest"), exports);
|
|
|
236
247
|
__exportStar(require("./OpenAiVectorizerTextEmbeddingAda002"), exports);
|
|
237
248
|
__exportStar(require("./OpenAiVectorizerTextEmbeddingAda002Request"), exports);
|
|
238
249
|
__exportStar(require("./PaginatedDocumentIndexReadList"), exports);
|
|
250
|
+
__exportStar(require("./PaginatedFolderEntityList"), exports);
|
|
239
251
|
__exportStar(require("./PaginatedSlimDeploymentReadList"), exports);
|
|
240
252
|
__exportStar(require("./PaginatedSlimDocumentList"), exports);
|
|
241
253
|
__exportStar(require("./PaginatedSlimWorkflowDeploymentList"), exports);
|
|
@@ -14,4 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./types"), exports);
|
|
17
18
|
__exportStar(require("./client"), exports);
|
package/dist/serialization/resources/folderEntities/types/FolderEntitiesListRequestEntityStatus.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
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 FolderEntitiesListRequestEntityStatus: core.serialization.Schema<serializers.FolderEntitiesListRequestEntityStatus.Raw, Vellum.FolderEntitiesListRequestEntityStatus>;
|
|
8
|
+
export declare namespace FolderEntitiesListRequestEntityStatus {
|
|
9
|
+
type Raw = "ACTIVE" | "ARCHIVED";
|
|
10
|
+
}
|
package/dist/serialization/resources/folderEntities/types/FolderEntitiesListRequestEntityStatus.js
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
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.FolderEntitiesListRequestEntityStatus = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../core"));
|
|
31
|
+
exports.FolderEntitiesListRequestEntityStatus = core.serialization.enum_(["ACTIVE", "ARCHIVED"]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./FolderEntitiesListRequestEntityStatus";
|
|
@@ -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("./FolderEntitiesListRequestEntityStatus"), exports);
|
|
@@ -2,6 +2,8 @@ export * as deployments from "./deployments";
|
|
|
2
2
|
export * from "./deployments/types";
|
|
3
3
|
export * as documentIndexes from "./documentIndexes";
|
|
4
4
|
export * from "./documentIndexes/types";
|
|
5
|
+
export * as folderEntities from "./folderEntities";
|
|
6
|
+
export * from "./folderEntities/types";
|
|
5
7
|
export * as workflowDeployments from "./workflowDeployments";
|
|
6
8
|
export * from "./workflowDeployments/types";
|
|
7
9
|
export * as testSuites from "./testSuites";
|
|
@@ -11,7 +13,6 @@ export * from "./deployments/client/requests";
|
|
|
11
13
|
export * from "./documentIndexes/client/requests";
|
|
12
14
|
export * as documents from "./documents";
|
|
13
15
|
export * from "./documents/client/requests";
|
|
14
|
-
export * as folderEntities from "./folderEntities";
|
|
15
16
|
export * from "./folderEntities/client/requests";
|
|
16
17
|
export * as metricDefinitions from "./metricDefinitions";
|
|
17
18
|
export * from "./metricDefinitions/client/requests";
|
|
@@ -26,11 +26,13 @@ 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.workflowSandboxes = exports.testSuiteRuns = exports.sandboxes = exports.metricDefinitions = exports.
|
|
29
|
+
exports.workflowSandboxes = exports.testSuiteRuns = exports.sandboxes = exports.metricDefinitions = exports.documents = exports.adHoc = exports.testSuites = exports.workflowDeployments = exports.folderEntities = 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"));
|
|
33
33
|
__exportStar(require("./documentIndexes/types"), exports);
|
|
34
|
+
exports.folderEntities = __importStar(require("./folderEntities"));
|
|
35
|
+
__exportStar(require("./folderEntities/types"), exports);
|
|
34
36
|
exports.workflowDeployments = __importStar(require("./workflowDeployments"));
|
|
35
37
|
__exportStar(require("./workflowDeployments/types"), exports);
|
|
36
38
|
exports.testSuites = __importStar(require("./testSuites"));
|
|
@@ -40,7 +42,6 @@ __exportStar(require("./deployments/client/requests"), exports);
|
|
|
40
42
|
__exportStar(require("./documentIndexes/client/requests"), exports);
|
|
41
43
|
exports.documents = __importStar(require("./documents"));
|
|
42
44
|
__exportStar(require("./documents/client/requests"), exports);
|
|
43
|
-
exports.folderEntities = __importStar(require("./folderEntities"));
|
|
44
45
|
__exportStar(require("./folderEntities/client/requests"), exports);
|
|
45
46
|
exports.metricDefinitions = __importStar(require("./metricDefinitions"));
|
|
46
47
|
__exportStar(require("./metricDefinitions/client/requests"), exports);
|
|
@@ -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 { FolderEntityFolder } from "./FolderEntityFolder";
|
|
8
|
+
import { FolderEntityPromptSandbox } from "./FolderEntityPromptSandbox";
|
|
9
|
+
import { FolderEntityWorkflowSandbox } from "./FolderEntityWorkflowSandbox";
|
|
10
|
+
import { FolderEntityDocumentIndex } from "./FolderEntityDocumentIndex";
|
|
11
|
+
import { FolderEntityTestSuite } from "./FolderEntityTestSuite";
|
|
12
|
+
export declare const FolderEntity: core.serialization.Schema<serializers.FolderEntity.Raw, Vellum.FolderEntity>;
|
|
13
|
+
export declare namespace FolderEntity {
|
|
14
|
+
type Raw = FolderEntityFolder.Raw | FolderEntityPromptSandbox.Raw | FolderEntityWorkflowSandbox.Raw | FolderEntityDocumentIndex.Raw | FolderEntityTestSuite.Raw;
|
|
15
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
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.FolderEntity = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
const FolderEntityFolder_1 = require("./FolderEntityFolder");
|
|
32
|
+
const FolderEntityPromptSandbox_1 = require("./FolderEntityPromptSandbox");
|
|
33
|
+
const FolderEntityWorkflowSandbox_1 = require("./FolderEntityWorkflowSandbox");
|
|
34
|
+
const FolderEntityDocumentIndex_1 = require("./FolderEntityDocumentIndex");
|
|
35
|
+
const FolderEntityTestSuite_1 = require("./FolderEntityTestSuite");
|
|
36
|
+
exports.FolderEntity = core.serialization.undiscriminatedUnion([
|
|
37
|
+
FolderEntityFolder_1.FolderEntityFolder,
|
|
38
|
+
FolderEntityPromptSandbox_1.FolderEntityPromptSandbox,
|
|
39
|
+
FolderEntityWorkflowSandbox_1.FolderEntityWorkflowSandbox,
|
|
40
|
+
FolderEntityDocumentIndex_1.FolderEntityDocumentIndex,
|
|
41
|
+
FolderEntityTestSuite_1.FolderEntityTestSuite,
|
|
42
|
+
]);
|
|
@@ -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 { FolderEntityDocumentIndexData } from "./FolderEntityDocumentIndexData";
|
|
8
|
+
export declare const FolderEntityDocumentIndex: core.serialization.ObjectSchema<serializers.FolderEntityDocumentIndex.Raw, Vellum.FolderEntityDocumentIndex>;
|
|
9
|
+
export declare namespace FolderEntityDocumentIndex {
|
|
10
|
+
interface Raw {
|
|
11
|
+
id: string;
|
|
12
|
+
type: "DOCUMENT_INDEX";
|
|
13
|
+
data: FolderEntityDocumentIndexData.Raw;
|
|
14
|
+
}
|
|
15
|
+
}
|