vellum-ai 0.0.12 → 0.0.14
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 +8 -0
- package/Client.js +18 -8
- package/api/resources/deployments/client/Client.d.ts +24 -0
- package/api/resources/deployments/client/Client.js +87 -0
- package/api/resources/deployments/client/index.d.ts +1 -0
- package/api/resources/deployments/client/index.js +2 -0
- package/api/resources/deployments/index.d.ts +1 -0
- package/api/resources/deployments/index.js +17 -0
- package/api/resources/index.d.ts +2 -0
- package/api/resources/index.js +3 -1
- package/api/resources/modelVersions/client/Client.d.ts +6 -0
- package/api/resources/modelVersions/client/Client.js +44 -0
- package/api/resources/modelVersions/client/index.d.ts +1 -1
- package/api/resources/modelVersions/client/index.js +15 -0
- package/api/resources/modelVersions/client/requests/ModelVersionCompilePromptRequestRequest.d.ts +7 -0
- package/api/resources/modelVersions/client/requests/ModelVersionCompilePromptRequestRequest.js +5 -0
- package/api/resources/modelVersions/client/requests/index.d.ts +1 -0
- package/api/resources/modelVersions/client/requests/index.js +2 -0
- package/api/types/DeploymentRead.d.ts +20 -0
- package/api/types/DeploymentRead.js +5 -0
- package/api/types/DeploymentReadStatusEnum.d.ts +9 -0
- package/api/types/DeploymentReadStatusEnum.js +11 -0
- package/api/types/EnvironmentEnum.d.ts +9 -0
- package/api/types/EnvironmentEnum.js +11 -0
- package/api/types/ModelVersionCompilePromptResponse.d.ts +8 -0
- package/api/types/ModelVersionCompilePromptResponse.js +5 -0
- package/api/types/ModelVersionCompiledPrompt.d.ts +9 -0
- package/api/types/ModelVersionCompiledPrompt.js +5 -0
- package/api/types/ModelVersionExecConfigRead.d.ts +2 -2
- package/api/types/ModelVersionSandboxSnapshot.d.ts +1 -0
- package/api/types/PromptTemplateInputVariable.d.ts +7 -0
- package/api/types/PromptTemplateInputVariable.js +5 -0
- package/api/types/index.d.ts +6 -0
- package/api/types/index.js +6 -0
- package/dist/Client.d.ts +8 -0
- package/dist/Client.js +18 -8
- package/dist/api/resources/deployments/client/Client.d.ts +24 -0
- package/dist/api/resources/deployments/client/Client.js +87 -0
- package/dist/api/resources/deployments/client/index.d.ts +1 -0
- package/dist/api/resources/deployments/client/index.js +2 -0
- package/dist/api/resources/deployments/index.d.ts +1 -0
- package/dist/api/resources/deployments/index.js +17 -0
- package/dist/api/resources/index.d.ts +2 -0
- package/dist/api/resources/index.js +3 -1
- package/dist/api/resources/modelVersions/client/Client.d.ts +6 -0
- package/dist/api/resources/modelVersions/client/Client.js +44 -0
- package/dist/api/resources/modelVersions/client/index.d.ts +1 -1
- package/dist/api/resources/modelVersions/client/index.js +15 -0
- package/dist/api/resources/modelVersions/client/requests/ModelVersionCompilePromptRequestRequest.d.ts +7 -0
- package/dist/api/resources/modelVersions/client/requests/ModelVersionCompilePromptRequestRequest.js +5 -0
- package/dist/api/resources/modelVersions/client/requests/index.d.ts +1 -0
- package/dist/api/resources/modelVersions/client/requests/index.js +2 -0
- package/dist/api/types/DeploymentRead.d.ts +20 -0
- package/dist/api/types/DeploymentRead.js +5 -0
- package/dist/api/types/DeploymentReadStatusEnum.d.ts +9 -0
- package/dist/api/types/DeploymentReadStatusEnum.js +11 -0
- package/dist/api/types/EnvironmentEnum.d.ts +9 -0
- package/dist/api/types/EnvironmentEnum.js +11 -0
- package/dist/api/types/ModelVersionCompilePromptResponse.d.ts +8 -0
- package/dist/api/types/ModelVersionCompilePromptResponse.js +5 -0
- package/dist/api/types/ModelVersionCompiledPrompt.d.ts +9 -0
- package/dist/api/types/ModelVersionCompiledPrompt.js +5 -0
- package/dist/api/types/ModelVersionExecConfigRead.d.ts +2 -2
- package/dist/api/types/ModelVersionSandboxSnapshot.d.ts +1 -0
- package/dist/api/types/PromptTemplateInputVariable.d.ts +7 -0
- package/dist/api/types/PromptTemplateInputVariable.js +5 -0
- package/dist/api/types/index.d.ts +6 -0
- package/dist/api/types/index.js +6 -0
- package/dist/serialization/resources/index.d.ts +2 -0
- package/dist/serialization/resources/index.js +3 -1
- package/dist/serialization/resources/modelVersions/client/index.d.ts +1 -0
- package/dist/serialization/resources/modelVersions/client/index.js +17 -0
- package/dist/serialization/resources/modelVersions/client/requests/ModelVersionCompilePromptRequestRequest.d.ts +12 -0
- package/dist/serialization/resources/modelVersions/client/requests/ModelVersionCompilePromptRequestRequest.js +33 -0
- package/dist/serialization/resources/modelVersions/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/modelVersions/client/requests/index.js +5 -0
- package/dist/serialization/resources/modelVersions/index.d.ts +1 -0
- package/dist/serialization/resources/modelVersions/index.js +17 -0
- package/dist/serialization/types/DeploymentRead.d.ts +20 -0
- package/dist/serialization/types/DeploymentRead.js +41 -0
- package/dist/serialization/types/DeploymentReadStatusEnum.d.ts +10 -0
- package/dist/serialization/types/DeploymentReadStatusEnum.js +31 -0
- package/dist/serialization/types/EnvironmentEnum.d.ts +10 -0
- package/dist/serialization/types/EnvironmentEnum.js +31 -0
- package/dist/serialization/types/ModelVersionCompilePromptResponse.d.ts +12 -0
- package/dist/serialization/types/ModelVersionCompilePromptResponse.js +33 -0
- package/dist/serialization/types/ModelVersionCompiledPrompt.d.ts +13 -0
- package/dist/serialization/types/ModelVersionCompiledPrompt.js +34 -0
- package/dist/serialization/types/ModelVersionExecConfigRead.d.ts +1 -1
- package/dist/serialization/types/ModelVersionExecConfigRead.js +1 -1
- package/dist/serialization/types/ModelVersionSandboxSnapshot.d.ts +1 -0
- package/dist/serialization/types/ModelVersionSandboxSnapshot.js +1 -0
- package/dist/serialization/types/PromptTemplateInputVariable.d.ts +12 -0
- package/dist/serialization/types/PromptTemplateInputVariable.js +33 -0
- package/dist/serialization/types/index.d.ts +6 -0
- package/dist/serialization/types/index.js +6 -0
- package/package.json +1 -1
- package/serialization/resources/index.d.ts +2 -0
- package/serialization/resources/index.js +3 -1
- package/serialization/resources/modelVersions/client/index.d.ts +1 -0
- package/serialization/resources/modelVersions/client/index.js +17 -0
- package/serialization/resources/modelVersions/client/requests/ModelVersionCompilePromptRequestRequest.d.ts +12 -0
- package/serialization/resources/modelVersions/client/requests/ModelVersionCompilePromptRequestRequest.js +33 -0
- package/serialization/resources/modelVersions/client/requests/index.d.ts +1 -0
- package/serialization/resources/modelVersions/client/requests/index.js +5 -0
- package/serialization/resources/modelVersions/index.d.ts +1 -0
- package/serialization/resources/modelVersions/index.js +17 -0
- package/serialization/types/DeploymentRead.d.ts +20 -0
- package/serialization/types/DeploymentRead.js +41 -0
- package/serialization/types/DeploymentReadStatusEnum.d.ts +10 -0
- package/serialization/types/DeploymentReadStatusEnum.js +31 -0
- package/serialization/types/EnvironmentEnum.d.ts +10 -0
- package/serialization/types/EnvironmentEnum.js +31 -0
- package/serialization/types/ModelVersionCompilePromptResponse.d.ts +12 -0
- package/serialization/types/ModelVersionCompilePromptResponse.js +33 -0
- package/serialization/types/ModelVersionCompiledPrompt.d.ts +13 -0
- package/serialization/types/ModelVersionCompiledPrompt.js +34 -0
- package/serialization/types/ModelVersionExecConfigRead.d.ts +1 -1
- package/serialization/types/ModelVersionExecConfigRead.js +1 -1
- package/serialization/types/ModelVersionSandboxSnapshot.d.ts +1 -0
- package/serialization/types/ModelVersionSandboxSnapshot.js +1 -0
- package/serialization/types/PromptTemplateInputVariable.d.ts +12 -0
- package/serialization/types/PromptTemplateInputVariable.js +33 -0
- package/serialization/types/index.d.ts +6 -0
- package/serialization/types/index.js +6 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./client";
|
|
@@ -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("./client"), exports);
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Vellum from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
export declare const DeploymentRead: core.serialization.ObjectSchema<serializers.DeploymentRead.Raw, Vellum.DeploymentRead>;
|
|
8
|
+
export declare namespace DeploymentRead {
|
|
9
|
+
interface Raw {
|
|
10
|
+
id: string;
|
|
11
|
+
created: string;
|
|
12
|
+
label: string;
|
|
13
|
+
name: string;
|
|
14
|
+
status?: serializers.DeploymentReadStatusEnum.Raw | null;
|
|
15
|
+
environment?: serializers.EnvironmentEnum.Raw | null;
|
|
16
|
+
model_type: serializers.ModelTypeEnum.Raw;
|
|
17
|
+
active_model_version_ids: string[];
|
|
18
|
+
last_deployed_on: string;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
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.DeploymentRead = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.DeploymentRead = core.serialization.object({
|
|
32
|
+
id: core.serialization.string(),
|
|
33
|
+
created: core.serialization.string(),
|
|
34
|
+
label: core.serialization.string(),
|
|
35
|
+
name: core.serialization.string(),
|
|
36
|
+
status: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("..")))).DeploymentReadStatusEnum).optional(),
|
|
37
|
+
environment: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("..")))).EnvironmentEnum).optional(),
|
|
38
|
+
modelType: core.serialization.property("model_type", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("..")))).ModelTypeEnum)),
|
|
39
|
+
activeModelVersionIds: core.serialization.property("active_model_version_ids", core.serialization.list(core.serialization.string())),
|
|
40
|
+
lastDeployedOn: core.serialization.property("last_deployed_on", core.serialization.string()),
|
|
41
|
+
});
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Vellum from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
export declare const DeploymentReadStatusEnum: core.serialization.Schema<serializers.DeploymentReadStatusEnum.Raw, Vellum.DeploymentReadStatusEnum>;
|
|
8
|
+
export declare namespace DeploymentReadStatusEnum {
|
|
9
|
+
type Raw = "ACTIVE" | "INACTIVE" | "ARCHIVED";
|
|
10
|
+
}
|
|
@@ -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.DeploymentReadStatusEnum = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.DeploymentReadStatusEnum = core.serialization.enum_(["ACTIVE", "INACTIVE", "ARCHIVED"]);
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Vellum from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
export declare const EnvironmentEnum: core.serialization.Schema<serializers.EnvironmentEnum.Raw, Vellum.EnvironmentEnum>;
|
|
8
|
+
export declare namespace EnvironmentEnum {
|
|
9
|
+
type Raw = "DEVELOPMENT" | "STAGING" | "PRODUCTION";
|
|
10
|
+
}
|
|
@@ -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.EnvironmentEnum = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.EnvironmentEnum = core.serialization.enum_(["DEVELOPMENT", "STAGING", "PRODUCTION"]);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Vellum from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
export declare const ModelVersionCompilePromptResponse: core.serialization.ObjectSchema<serializers.ModelVersionCompilePromptResponse.Raw, Vellum.ModelVersionCompilePromptResponse>;
|
|
8
|
+
export declare namespace ModelVersionCompilePromptResponse {
|
|
9
|
+
interface Raw {
|
|
10
|
+
prompt: serializers.ModelVersionCompiledPrompt.Raw;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
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.ModelVersionCompilePromptResponse = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.ModelVersionCompilePromptResponse = core.serialization.object({
|
|
32
|
+
prompt: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).ModelVersionCompiledPrompt),
|
|
33
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Vellum from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
export declare const ModelVersionCompiledPrompt: core.serialization.ObjectSchema<serializers.ModelVersionCompiledPrompt.Raw, Vellum.ModelVersionCompiledPrompt>;
|
|
8
|
+
export declare namespace ModelVersionCompiledPrompt {
|
|
9
|
+
interface Raw {
|
|
10
|
+
text: string;
|
|
11
|
+
num_tokens: number;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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.ModelVersionCompiledPrompt = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.ModelVersionCompiledPrompt = core.serialization.object({
|
|
32
|
+
text: core.serialization.string(),
|
|
33
|
+
numTokens: core.serialization.property("num_tokens", core.serialization.number()),
|
|
34
|
+
});
|
|
@@ -8,7 +8,7 @@ export declare const ModelVersionExecConfigRead: core.serialization.ObjectSchema
|
|
|
8
8
|
export declare namespace ModelVersionExecConfigRead {
|
|
9
9
|
interface Raw {
|
|
10
10
|
parameters: serializers.ModelVersionExecConfigParameters.Raw;
|
|
11
|
-
input_variables:
|
|
11
|
+
input_variables: serializers.PromptTemplateInputVariable.Raw[];
|
|
12
12
|
prompt_template?: string | null;
|
|
13
13
|
prompt_block_data?: serializers.PromptTemplateBlockData.Raw | null;
|
|
14
14
|
prompt_syntax_version: number;
|
|
@@ -30,7 +30,7 @@ exports.ModelVersionExecConfigRead = void 0;
|
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
31
|
exports.ModelVersionExecConfigRead = core.serialization.object({
|
|
32
32
|
parameters: core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).ModelVersionExecConfigParameters),
|
|
33
|
-
inputVariables: core.serialization.property("input_variables", core.serialization.list(core.serialization.
|
|
33
|
+
inputVariables: core.serialization.property("input_variables", core.serialization.list(core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).PromptTemplateInputVariable))),
|
|
34
34
|
promptTemplate: core.serialization.property("prompt_template", core.serialization.string().optional()),
|
|
35
35
|
promptBlockData: core.serialization.property("prompt_block_data", core.serialization.lazyObject(async () => (await Promise.resolve().then(() => __importStar(require("..")))).PromptTemplateBlockData).optional()),
|
|
36
36
|
promptSyntaxVersion: core.serialization.property("prompt_syntax_version", core.serialization.number()),
|
|
@@ -32,4 +32,5 @@ exports.ModelVersionSandboxSnapshot = core.serialization.object({
|
|
|
32
32
|
id: core.serialization.string(),
|
|
33
33
|
promptIndex: core.serialization.property("prompt_index", core.serialization.number().optional()),
|
|
34
34
|
promptId: core.serialization.property("prompt_id", core.serialization.string().optional()),
|
|
35
|
+
sandboxId: core.serialization.property("sandbox_id", core.serialization.string()),
|
|
35
36
|
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Vellum from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
export declare const PromptTemplateInputVariable: core.serialization.ObjectSchema<serializers.PromptTemplateInputVariable.Raw, Vellum.PromptTemplateInputVariable>;
|
|
8
|
+
export declare namespace PromptTemplateInputVariable {
|
|
9
|
+
interface Raw {
|
|
10
|
+
key: string;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
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.PromptTemplateInputVariable = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.PromptTemplateInputVariable = core.serialization.object({
|
|
32
|
+
key: core.serialization.string(),
|
|
33
|
+
});
|
|
@@ -2,9 +2,12 @@ export * from "./BlockTypeEnum";
|
|
|
2
2
|
export * from "./ChatMessage";
|
|
3
3
|
export * from "./ChatMessageRequest";
|
|
4
4
|
export * from "./ChatMessageRole";
|
|
5
|
+
export * from "./DeploymentRead";
|
|
6
|
+
export * from "./DeploymentReadStatusEnum";
|
|
5
7
|
export * from "./Document";
|
|
6
8
|
export * from "./DocumentDocumentToDocumentIndex";
|
|
7
9
|
export * from "./EnrichedNormalizedCompletion";
|
|
10
|
+
export * from "./EnvironmentEnum";
|
|
8
11
|
export * from "./EvaluationParams";
|
|
9
12
|
export * from "./EvaluationParamsRequest";
|
|
10
13
|
export * from "./FinishReasonEnum";
|
|
@@ -22,6 +25,8 @@ export * from "./IndexingStateEnum";
|
|
|
22
25
|
export * from "./LogprobsEnum";
|
|
23
26
|
export * from "./ModelTypeEnum";
|
|
24
27
|
export * from "./ModelVersionBuildConfig";
|
|
28
|
+
export * from "./ModelVersionCompilePromptResponse";
|
|
29
|
+
export * from "./ModelVersionCompiledPrompt";
|
|
25
30
|
export * from "./ModelVersionExecConfigParameters";
|
|
26
31
|
export * from "./ModelVersionExecConfigRead";
|
|
27
32
|
export * from "./ModelVersionRead";
|
|
@@ -35,6 +40,7 @@ export * from "./ProcessingStateEnum";
|
|
|
35
40
|
export * from "./PromptTemplateBlock";
|
|
36
41
|
export * from "./PromptTemplateBlockData";
|
|
37
42
|
export * from "./PromptTemplateBlockProperties";
|
|
43
|
+
export * from "./PromptTemplateInputVariable";
|
|
38
44
|
export * from "./ProviderEnum";
|
|
39
45
|
export * from "./SandboxMetricInputParams";
|
|
40
46
|
export * from "./SandboxMetricInputParamsRequest";
|
|
@@ -18,9 +18,12 @@ __exportStar(require("./BlockTypeEnum"), exports);
|
|
|
18
18
|
__exportStar(require("./ChatMessage"), exports);
|
|
19
19
|
__exportStar(require("./ChatMessageRequest"), exports);
|
|
20
20
|
__exportStar(require("./ChatMessageRole"), exports);
|
|
21
|
+
__exportStar(require("./DeploymentRead"), exports);
|
|
22
|
+
__exportStar(require("./DeploymentReadStatusEnum"), exports);
|
|
21
23
|
__exportStar(require("./Document"), exports);
|
|
22
24
|
__exportStar(require("./DocumentDocumentToDocumentIndex"), exports);
|
|
23
25
|
__exportStar(require("./EnrichedNormalizedCompletion"), exports);
|
|
26
|
+
__exportStar(require("./EnvironmentEnum"), exports);
|
|
24
27
|
__exportStar(require("./EvaluationParams"), exports);
|
|
25
28
|
__exportStar(require("./EvaluationParamsRequest"), exports);
|
|
26
29
|
__exportStar(require("./FinishReasonEnum"), exports);
|
|
@@ -38,6 +41,8 @@ __exportStar(require("./IndexingStateEnum"), exports);
|
|
|
38
41
|
__exportStar(require("./LogprobsEnum"), exports);
|
|
39
42
|
__exportStar(require("./ModelTypeEnum"), exports);
|
|
40
43
|
__exportStar(require("./ModelVersionBuildConfig"), exports);
|
|
44
|
+
__exportStar(require("./ModelVersionCompilePromptResponse"), exports);
|
|
45
|
+
__exportStar(require("./ModelVersionCompiledPrompt"), exports);
|
|
41
46
|
__exportStar(require("./ModelVersionExecConfigParameters"), exports);
|
|
42
47
|
__exportStar(require("./ModelVersionExecConfigRead"), exports);
|
|
43
48
|
__exportStar(require("./ModelVersionRead"), exports);
|
|
@@ -51,6 +56,7 @@ __exportStar(require("./ProcessingStateEnum"), exports);
|
|
|
51
56
|
__exportStar(require("./PromptTemplateBlock"), exports);
|
|
52
57
|
__exportStar(require("./PromptTemplateBlockData"), exports);
|
|
53
58
|
__exportStar(require("./PromptTemplateBlockProperties"), exports);
|
|
59
|
+
__exportStar(require("./PromptTemplateInputVariable"), exports);
|
|
54
60
|
__exportStar(require("./ProviderEnum"), exports);
|
|
55
61
|
__exportStar(require("./SandboxMetricInputParams"), exports);
|
|
56
62
|
__exportStar(require("./SandboxMetricInputParamsRequest"), exports);
|
package/package.json
CHANGED
|
@@ -26,7 +26,9 @@ 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.testSuites = exports.sandboxes = void 0;
|
|
29
|
+
exports.testSuites = exports.sandboxes = exports.modelVersions = void 0;
|
|
30
|
+
exports.modelVersions = __importStar(require("./modelVersions"));
|
|
31
|
+
__exportStar(require("./modelVersions/client/requests"), exports);
|
|
30
32
|
exports.sandboxes = __importStar(require("./sandboxes"));
|
|
31
33
|
__exportStar(require("./sandboxes/client/requests"), exports);
|
|
32
34
|
exports.testSuites = __importStar(require("./testSuites"));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./requests";
|
|
@@ -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("./requests"), exports);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../..";
|
|
5
|
+
import * as Vellum from "../../../../../api";
|
|
6
|
+
import * as core from "../../../../../core";
|
|
7
|
+
export declare const ModelVersionCompilePromptRequestRequest: core.serialization.Schema<serializers.ModelVersionCompilePromptRequestRequest.Raw, Vellum.ModelVersionCompilePromptRequestRequest>;
|
|
8
|
+
export declare namespace ModelVersionCompilePromptRequestRequest {
|
|
9
|
+
interface Raw {
|
|
10
|
+
input_values: Record<string, unknown>;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
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.ModelVersionCompilePromptRequestRequest = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../core"));
|
|
31
|
+
exports.ModelVersionCompilePromptRequestRequest = core.serialization.object({
|
|
32
|
+
inputValues: core.serialization.property("input_values", core.serialization.record(core.serialization.string(), core.serialization.unknown())),
|
|
33
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ModelVersionCompilePromptRequestRequest } from "./ModelVersionCompilePromptRequestRequest";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ModelVersionCompilePromptRequestRequest = void 0;
|
|
4
|
+
var ModelVersionCompilePromptRequestRequest_1 = require("./ModelVersionCompilePromptRequestRequest");
|
|
5
|
+
Object.defineProperty(exports, "ModelVersionCompilePromptRequestRequest", { enumerable: true, get: function () { return ModelVersionCompilePromptRequestRequest_1.ModelVersionCompilePromptRequestRequest; } });
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./client";
|
|
@@ -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("./client"), exports);
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Vellum from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
export declare const DeploymentRead: core.serialization.ObjectSchema<serializers.DeploymentRead.Raw, Vellum.DeploymentRead>;
|
|
8
|
+
export declare namespace DeploymentRead {
|
|
9
|
+
interface Raw {
|
|
10
|
+
id: string;
|
|
11
|
+
created: string;
|
|
12
|
+
label: string;
|
|
13
|
+
name: string;
|
|
14
|
+
status?: serializers.DeploymentReadStatusEnum.Raw | null;
|
|
15
|
+
environment?: serializers.EnvironmentEnum.Raw | null;
|
|
16
|
+
model_type: serializers.ModelTypeEnum.Raw;
|
|
17
|
+
active_model_version_ids: string[];
|
|
18
|
+
last_deployed_on: string;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
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.DeploymentRead = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.DeploymentRead = core.serialization.object({
|
|
32
|
+
id: core.serialization.string(),
|
|
33
|
+
created: core.serialization.string(),
|
|
34
|
+
label: core.serialization.string(),
|
|
35
|
+
name: core.serialization.string(),
|
|
36
|
+
status: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("..")))).DeploymentReadStatusEnum).optional(),
|
|
37
|
+
environment: core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("..")))).EnvironmentEnum).optional(),
|
|
38
|
+
modelType: core.serialization.property("model_type", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("..")))).ModelTypeEnum)),
|
|
39
|
+
activeModelVersionIds: core.serialization.property("active_model_version_ids", core.serialization.list(core.serialization.string())),
|
|
40
|
+
lastDeployedOn: core.serialization.property("last_deployed_on", core.serialization.string()),
|
|
41
|
+
});
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Vellum from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
export declare const DeploymentReadStatusEnum: core.serialization.Schema<serializers.DeploymentReadStatusEnum.Raw, Vellum.DeploymentReadStatusEnum>;
|
|
8
|
+
export declare namespace DeploymentReadStatusEnum {
|
|
9
|
+
type Raw = "ACTIVE" | "INACTIVE" | "ARCHIVED";
|
|
10
|
+
}
|