vellum-ai 0.14.73 → 0.14.74
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Client.js +11 -11
- package/api/resources/adHoc/client/Client.js +2 -2
- package/api/resources/containerImages/client/Client.js +4 -4
- package/api/resources/deployments/client/Client.js +8 -8
- package/api/resources/documentIndexes/client/Client.js +8 -8
- package/api/resources/documents/client/Client.js +5 -5
- package/api/resources/folderEntities/client/Client.js +2 -2
- package/api/resources/metricDefinitions/client/Client.js +2 -2
- package/api/resources/mlModels/client/Client.js +1 -1
- package/api/resources/organizations/client/Client.js +1 -1
- package/api/resources/prompts/client/Client.js +2 -2
- package/api/resources/releaseReviews/client/Client.js +1 -1
- package/api/resources/sandboxes/client/Client.js +3 -3
- package/api/resources/testSuiteRuns/client/Client.js +3 -3
- package/api/resources/testSuites/client/Client.js +4 -4
- package/api/resources/workflowDeployments/client/Client.js +8 -8
- package/api/resources/workflowSandboxes/client/Client.js +2 -2
- package/api/resources/workflows/client/Client.js +2 -2
- package/api/resources/workspaceSecrets/client/Client.js +2 -2
- package/api/resources/workspaces/client/Client.js +1 -1
- package/api/types/DocumentDocumentToDocumentIndex.d.ts +3 -3
- package/api/types/DocumentIndexRead.d.ts +2 -2
- package/api/types/DocumentRead.d.ts +1 -1
- package/api/types/MetricDefinitionHistoryItem.d.ts +2 -2
- package/api/types/MlModelRead.d.ts +1 -1
- package/api/types/PromptDeploymentRelease.d.ts +2 -2
- package/api/types/PromptDeploymentReleasePromptDeployment.d.ts +1 -1
- package/api/types/PromptDeploymentReleasePromptVersion.d.ts +2 -2
- package/api/types/ReleaseCreatedBy.d.ts +1 -1
- package/api/types/ReleaseEnvironment.d.ts +1 -1
- package/api/types/ReleaseReviewReviewer.d.ts +1 -1
- package/api/types/SecretTypeEnum.d.ts +3 -1
- package/api/types/SecretTypeEnum.js +1 -0
- package/api/types/SlimDocument.d.ts +1 -1
- package/api/types/SlimDocumentDocumentToDocumentIndex.d.ts +3 -3
- package/api/types/SlimReleaseReview.d.ts +2 -2
- package/api/types/SlimWorkflowDeployment.d.ts +2 -2
- package/api/types/TestCaseArrayVariableValue.d.ts +1 -1
- package/api/types/TestCaseChatHistoryVariableValue.d.ts +1 -1
- package/api/types/TestCaseErrorVariableValue.d.ts +1 -1
- package/api/types/TestCaseFunctionCallVariableValue.d.ts +1 -1
- package/api/types/TestCaseJsonVariableValue.d.ts +1 -1
- package/api/types/TestCaseNumberVariableValue.d.ts +1 -1
- package/api/types/TestCaseSearchResultsVariableValue.d.ts +1 -1
- package/api/types/TestCaseStringVariableValue.d.ts +1 -1
- package/api/types/TestSuiteRunRead.d.ts +2 -2
- package/api/types/WorkflowDeploymentRead.d.ts +2 -2
- package/api/types/WorkflowDeploymentRelease.d.ts +2 -2
- package/api/types/WorkflowDeploymentReleaseWorkflowDeployment.d.ts +1 -1
- package/api/types/WorkflowDeploymentReleaseWorkflowVersion.d.ts +3 -3
- package/api/types/WorkflowSandboxExample.d.ts +1 -1
- package/api/types/WorkspaceRead.d.ts +3 -3
- package/api/types/WorkspaceSecretRead.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/folderEntities/client/Client.js +2 -2
- package/dist/api/resources/metricDefinitions/client/Client.js +2 -2
- package/dist/api/resources/mlModels/client/Client.js +1 -1
- package/dist/api/resources/organizations/client/Client.js +1 -1
- package/dist/api/resources/prompts/client/Client.js +2 -2
- package/dist/api/resources/releaseReviews/client/Client.js +1 -1
- package/dist/api/resources/sandboxes/client/Client.js +3 -3
- package/dist/api/resources/testSuiteRuns/client/Client.js +3 -3
- package/dist/api/resources/testSuites/client/Client.js +4 -4
- package/dist/api/resources/workflowDeployments/client/Client.js +8 -8
- package/dist/api/resources/workflowSandboxes/client/Client.js +2 -2
- package/dist/api/resources/workflows/client/Client.js +2 -2
- package/dist/api/resources/workspaceSecrets/client/Client.js +2 -2
- package/dist/api/resources/workspaces/client/Client.js +1 -1
- package/dist/api/types/DocumentDocumentToDocumentIndex.d.ts +3 -3
- package/dist/api/types/DocumentIndexRead.d.ts +2 -2
- package/dist/api/types/DocumentRead.d.ts +1 -1
- package/dist/api/types/MetricDefinitionHistoryItem.d.ts +2 -2
- package/dist/api/types/MlModelRead.d.ts +1 -1
- package/dist/api/types/PromptDeploymentRelease.d.ts +2 -2
- package/dist/api/types/PromptDeploymentReleasePromptDeployment.d.ts +1 -1
- package/dist/api/types/PromptDeploymentReleasePromptVersion.d.ts +2 -2
- package/dist/api/types/ReleaseCreatedBy.d.ts +1 -1
- package/dist/api/types/ReleaseEnvironment.d.ts +1 -1
- package/dist/api/types/ReleaseReviewReviewer.d.ts +1 -1
- package/dist/api/types/SecretTypeEnum.d.ts +3 -1
- package/dist/api/types/SecretTypeEnum.js +1 -0
- package/dist/api/types/SlimDocument.d.ts +1 -1
- package/dist/api/types/SlimDocumentDocumentToDocumentIndex.d.ts +3 -3
- package/dist/api/types/SlimReleaseReview.d.ts +2 -2
- package/dist/api/types/SlimWorkflowDeployment.d.ts +2 -2
- package/dist/api/types/TestCaseArrayVariableValue.d.ts +1 -1
- package/dist/api/types/TestCaseChatHistoryVariableValue.d.ts +1 -1
- package/dist/api/types/TestCaseErrorVariableValue.d.ts +1 -1
- package/dist/api/types/TestCaseFunctionCallVariableValue.d.ts +1 -1
- package/dist/api/types/TestCaseJsonVariableValue.d.ts +1 -1
- package/dist/api/types/TestCaseNumberVariableValue.d.ts +1 -1
- package/dist/api/types/TestCaseSearchResultsVariableValue.d.ts +1 -1
- package/dist/api/types/TestCaseStringVariableValue.d.ts +1 -1
- package/dist/api/types/TestSuiteRunRead.d.ts +2 -2
- package/dist/api/types/WorkflowDeploymentRead.d.ts +2 -2
- package/dist/api/types/WorkflowDeploymentRelease.d.ts +2 -2
- package/dist/api/types/WorkflowDeploymentReleaseWorkflowDeployment.d.ts +1 -1
- package/dist/api/types/WorkflowDeploymentReleaseWorkflowVersion.d.ts +3 -3
- package/dist/api/types/WorkflowSandboxExample.d.ts +1 -1
- package/dist/api/types/WorkspaceRead.d.ts +3 -3
- package/dist/api/types/WorkspaceSecretRead.d.ts +2 -2
- package/dist/serialization/types/DocumentDocumentToDocumentIndex.d.ts +3 -3
- package/dist/serialization/types/DocumentDocumentToDocumentIndex.js +3 -3
- package/dist/serialization/types/DocumentIndexRead.d.ts +2 -2
- package/dist/serialization/types/DocumentIndexRead.js +2 -2
- package/dist/serialization/types/DocumentRead.d.ts +1 -1
- package/dist/serialization/types/DocumentRead.js +1 -1
- package/dist/serialization/types/MetricDefinitionHistoryItem.d.ts +2 -2
- package/dist/serialization/types/MetricDefinitionHistoryItem.js +2 -2
- package/dist/serialization/types/MlModelRead.d.ts +1 -1
- package/dist/serialization/types/MlModelRead.js +1 -1
- package/dist/serialization/types/PromptDeploymentRelease.d.ts +2 -2
- package/dist/serialization/types/PromptDeploymentRelease.js +2 -2
- package/dist/serialization/types/PromptDeploymentReleasePromptDeployment.d.ts +1 -1
- package/dist/serialization/types/PromptDeploymentReleasePromptDeployment.js +1 -1
- package/dist/serialization/types/PromptDeploymentReleasePromptVersion.d.ts +2 -2
- package/dist/serialization/types/PromptDeploymentReleasePromptVersion.js +2 -2
- package/dist/serialization/types/ReleaseCreatedBy.d.ts +1 -1
- package/dist/serialization/types/ReleaseCreatedBy.js +1 -1
- package/dist/serialization/types/ReleaseEnvironment.d.ts +1 -1
- package/dist/serialization/types/ReleaseEnvironment.js +1 -1
- package/dist/serialization/types/ReleaseReviewReviewer.d.ts +1 -1
- package/dist/serialization/types/ReleaseReviewReviewer.js +1 -1
- package/dist/serialization/types/SecretTypeEnum.d.ts +1 -1
- package/dist/serialization/types/SecretTypeEnum.js +1 -1
- package/dist/serialization/types/SlimDocument.d.ts +1 -1
- package/dist/serialization/types/SlimDocument.js +1 -1
- package/dist/serialization/types/SlimDocumentDocumentToDocumentIndex.d.ts +3 -3
- package/dist/serialization/types/SlimDocumentDocumentToDocumentIndex.js +3 -3
- package/dist/serialization/types/SlimReleaseReview.d.ts +2 -2
- package/dist/serialization/types/SlimReleaseReview.js +2 -2
- package/dist/serialization/types/SlimWorkflowDeployment.d.ts +2 -2
- package/dist/serialization/types/SlimWorkflowDeployment.js +2 -2
- package/dist/serialization/types/TestCaseArrayVariableValue.d.ts +1 -1
- package/dist/serialization/types/TestCaseArrayVariableValue.js +1 -1
- package/dist/serialization/types/TestCaseChatHistoryVariableValue.d.ts +1 -1
- package/dist/serialization/types/TestCaseChatHistoryVariableValue.js +1 -1
- package/dist/serialization/types/TestCaseErrorVariableValue.d.ts +1 -1
- package/dist/serialization/types/TestCaseErrorVariableValue.js +1 -1
- package/dist/serialization/types/TestCaseFunctionCallVariableValue.d.ts +1 -1
- package/dist/serialization/types/TestCaseFunctionCallVariableValue.js +1 -1
- package/dist/serialization/types/TestCaseJsonVariableValue.d.ts +1 -1
- package/dist/serialization/types/TestCaseJsonVariableValue.js +1 -1
- package/dist/serialization/types/TestCaseNumberVariableValue.d.ts +1 -1
- package/dist/serialization/types/TestCaseNumberVariableValue.js +1 -1
- package/dist/serialization/types/TestCaseSearchResultsVariableValue.d.ts +1 -1
- package/dist/serialization/types/TestCaseSearchResultsVariableValue.js +1 -1
- package/dist/serialization/types/TestCaseStringVariableValue.d.ts +1 -1
- package/dist/serialization/types/TestCaseStringVariableValue.js +1 -1
- package/dist/serialization/types/TestSuiteRunRead.d.ts +2 -2
- package/dist/serialization/types/TestSuiteRunRead.js +2 -2
- package/dist/serialization/types/WorkflowDeploymentRead.d.ts +2 -2
- package/dist/serialization/types/WorkflowDeploymentRead.js +2 -2
- package/dist/serialization/types/WorkflowDeploymentRelease.d.ts +2 -2
- package/dist/serialization/types/WorkflowDeploymentRelease.js +2 -2
- package/dist/serialization/types/WorkflowDeploymentReleaseWorkflowDeployment.d.ts +1 -1
- package/dist/serialization/types/WorkflowDeploymentReleaseWorkflowDeployment.js +1 -1
- package/dist/serialization/types/WorkflowDeploymentReleaseWorkflowVersion.d.ts +3 -3
- package/dist/serialization/types/WorkflowDeploymentReleaseWorkflowVersion.js +3 -3
- package/dist/serialization/types/WorkflowSandboxExample.d.ts +1 -1
- package/dist/serialization/types/WorkflowSandboxExample.js +1 -1
- package/dist/serialization/types/WorkspaceRead.d.ts +3 -3
- package/dist/serialization/types/WorkspaceRead.js +3 -3
- package/dist/serialization/types/WorkspaceSecretRead.d.ts +2 -2
- package/dist/serialization/types/WorkspaceSecretRead.js +2 -2
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/serialization/types/DocumentDocumentToDocumentIndex.d.ts +3 -3
- package/serialization/types/DocumentDocumentToDocumentIndex.js +3 -3
- package/serialization/types/DocumentIndexRead.d.ts +2 -2
- package/serialization/types/DocumentIndexRead.js +2 -2
- package/serialization/types/DocumentRead.d.ts +1 -1
- package/serialization/types/DocumentRead.js +1 -1
- package/serialization/types/MetricDefinitionHistoryItem.d.ts +2 -2
- package/serialization/types/MetricDefinitionHistoryItem.js +2 -2
- package/serialization/types/MlModelRead.d.ts +1 -1
- package/serialization/types/MlModelRead.js +1 -1
- package/serialization/types/PromptDeploymentRelease.d.ts +2 -2
- package/serialization/types/PromptDeploymentRelease.js +2 -2
- package/serialization/types/PromptDeploymentReleasePromptDeployment.d.ts +1 -1
- package/serialization/types/PromptDeploymentReleasePromptDeployment.js +1 -1
- package/serialization/types/PromptDeploymentReleasePromptVersion.d.ts +2 -2
- package/serialization/types/PromptDeploymentReleasePromptVersion.js +2 -2
- package/serialization/types/ReleaseCreatedBy.d.ts +1 -1
- package/serialization/types/ReleaseCreatedBy.js +1 -1
- package/serialization/types/ReleaseEnvironment.d.ts +1 -1
- package/serialization/types/ReleaseEnvironment.js +1 -1
- package/serialization/types/ReleaseReviewReviewer.d.ts +1 -1
- package/serialization/types/ReleaseReviewReviewer.js +1 -1
- package/serialization/types/SecretTypeEnum.d.ts +1 -1
- package/serialization/types/SecretTypeEnum.js +1 -1
- package/serialization/types/SlimDocument.d.ts +1 -1
- package/serialization/types/SlimDocument.js +1 -1
- package/serialization/types/SlimDocumentDocumentToDocumentIndex.d.ts +3 -3
- package/serialization/types/SlimDocumentDocumentToDocumentIndex.js +3 -3
- package/serialization/types/SlimReleaseReview.d.ts +2 -2
- package/serialization/types/SlimReleaseReview.js +2 -2
- package/serialization/types/SlimWorkflowDeployment.d.ts +2 -2
- package/serialization/types/SlimWorkflowDeployment.js +2 -2
- package/serialization/types/TestCaseArrayVariableValue.d.ts +1 -1
- package/serialization/types/TestCaseArrayVariableValue.js +1 -1
- package/serialization/types/TestCaseChatHistoryVariableValue.d.ts +1 -1
- package/serialization/types/TestCaseChatHistoryVariableValue.js +1 -1
- package/serialization/types/TestCaseErrorVariableValue.d.ts +1 -1
- package/serialization/types/TestCaseErrorVariableValue.js +1 -1
- package/serialization/types/TestCaseFunctionCallVariableValue.d.ts +1 -1
- package/serialization/types/TestCaseFunctionCallVariableValue.js +1 -1
- package/serialization/types/TestCaseJsonVariableValue.d.ts +1 -1
- package/serialization/types/TestCaseJsonVariableValue.js +1 -1
- package/serialization/types/TestCaseNumberVariableValue.d.ts +1 -1
- package/serialization/types/TestCaseNumberVariableValue.js +1 -1
- package/serialization/types/TestCaseSearchResultsVariableValue.d.ts +1 -1
- package/serialization/types/TestCaseSearchResultsVariableValue.js +1 -1
- package/serialization/types/TestCaseStringVariableValue.d.ts +1 -1
- package/serialization/types/TestCaseStringVariableValue.js +1 -1
- package/serialization/types/TestSuiteRunRead.d.ts +2 -2
- package/serialization/types/TestSuiteRunRead.js +2 -2
- package/serialization/types/WorkflowDeploymentRead.d.ts +2 -2
- package/serialization/types/WorkflowDeploymentRead.js +2 -2
- package/serialization/types/WorkflowDeploymentRelease.d.ts +2 -2
- package/serialization/types/WorkflowDeploymentRelease.js +2 -2
- package/serialization/types/WorkflowDeploymentReleaseWorkflowDeployment.d.ts +1 -1
- package/serialization/types/WorkflowDeploymentReleaseWorkflowDeployment.js +1 -1
- package/serialization/types/WorkflowDeploymentReleaseWorkflowVersion.d.ts +3 -3
- package/serialization/types/WorkflowDeploymentReleaseWorkflowVersion.js +3 -3
- package/serialization/types/WorkflowSandboxExample.d.ts +1 -1
- package/serialization/types/WorkflowSandboxExample.js +1 -1
- package/serialization/types/WorkspaceRead.d.ts +3 -3
- package/serialization/types/WorkspaceRead.js +3 -3
- package/serialization/types/WorkspaceSecretRead.d.ts +2 -2
- package/serialization/types/WorkspaceSecretRead.js +2 -2
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -8,7 +8,7 @@ export declare const TestCaseStringVariableValue: core.serialization.ObjectSchem
|
|
|
8
8
|
export declare namespace TestCaseStringVariableValue {
|
|
9
9
|
interface Raw {
|
|
10
10
|
variable_id: string;
|
|
11
|
-
name
|
|
11
|
+
name: string;
|
|
12
12
|
type: "STRING";
|
|
13
13
|
value?: (string | null) | null;
|
|
14
14
|
}
|
|
@@ -40,7 +40,7 @@ exports.TestCaseStringVariableValue = void 0;
|
|
|
40
40
|
const core = __importStar(require("../../core"));
|
|
41
41
|
exports.TestCaseStringVariableValue = core.serialization.object({
|
|
42
42
|
variableId: core.serialization.property("variable_id", core.serialization.string()),
|
|
43
|
-
name: core.serialization.string()
|
|
43
|
+
name: core.serialization.string(),
|
|
44
44
|
type: core.serialization.stringLiteral("STRING"),
|
|
45
45
|
value: core.serialization.string().optionalNullable(),
|
|
46
46
|
});
|
|
@@ -11,8 +11,8 @@ import { TestSuiteRunProgress } from "./TestSuiteRunProgress";
|
|
|
11
11
|
export declare const TestSuiteRunRead: core.serialization.ObjectSchema<serializers.TestSuiteRunRead.Raw, Vellum.TestSuiteRunRead>;
|
|
12
12
|
export declare namespace TestSuiteRunRead {
|
|
13
13
|
interface Raw {
|
|
14
|
-
id
|
|
15
|
-
created
|
|
14
|
+
id: string;
|
|
15
|
+
created: string;
|
|
16
16
|
test_suite: TestSuiteRunTestSuite.Raw;
|
|
17
17
|
state: TestSuiteRunState.Raw;
|
|
18
18
|
exec_config?: (TestSuiteRunExecConfig.Raw | null) | null;
|
|
@@ -43,8 +43,8 @@ const TestSuiteRunState_1 = require("./TestSuiteRunState");
|
|
|
43
43
|
const TestSuiteRunExecConfig_1 = require("./TestSuiteRunExecConfig");
|
|
44
44
|
const TestSuiteRunProgress_1 = require("./TestSuiteRunProgress");
|
|
45
45
|
exports.TestSuiteRunRead = core.serialization.object({
|
|
46
|
-
id: core.serialization.string()
|
|
47
|
-
created: core.serialization.date()
|
|
46
|
+
id: core.serialization.string(),
|
|
47
|
+
created: core.serialization.date(),
|
|
48
48
|
testSuite: core.serialization.property("test_suite", TestSuiteRunTestSuite_1.TestSuiteRunTestSuite),
|
|
49
49
|
state: TestSuiteRunState_1.TestSuiteRunState,
|
|
50
50
|
execConfig: core.serialization.property("exec_config", TestSuiteRunExecConfig_1.TestSuiteRunExecConfig.optionalNullable()),
|
|
@@ -10,12 +10,12 @@ import { VellumVariable } from "./VellumVariable";
|
|
|
10
10
|
export declare const WorkflowDeploymentRead: core.serialization.ObjectSchema<serializers.WorkflowDeploymentRead.Raw, Vellum.WorkflowDeploymentRead>;
|
|
11
11
|
export declare namespace WorkflowDeploymentRead {
|
|
12
12
|
interface Raw {
|
|
13
|
-
id
|
|
13
|
+
id: string;
|
|
14
14
|
name: string;
|
|
15
15
|
label: string;
|
|
16
16
|
status?: EntityStatus.Raw | null;
|
|
17
17
|
environment?: EnvironmentEnum.Raw | null;
|
|
18
|
-
created
|
|
18
|
+
created: string;
|
|
19
19
|
last_deployed_on: string;
|
|
20
20
|
last_deployed_history_item_id: string;
|
|
21
21
|
input_variables: VellumVariable.Raw[];
|
|
@@ -42,12 +42,12 @@ const EntityStatus_1 = require("./EntityStatus");
|
|
|
42
42
|
const EnvironmentEnum_1 = require("./EnvironmentEnum");
|
|
43
43
|
const VellumVariable_1 = require("./VellumVariable");
|
|
44
44
|
exports.WorkflowDeploymentRead = core.serialization.object({
|
|
45
|
-
id: core.serialization.string()
|
|
45
|
+
id: core.serialization.string(),
|
|
46
46
|
name: core.serialization.string(),
|
|
47
47
|
label: core.serialization.string(),
|
|
48
48
|
status: EntityStatus_1.EntityStatus.optional(),
|
|
49
49
|
environment: EnvironmentEnum_1.EnvironmentEnum.optional(),
|
|
50
|
-
created: core.serialization.date()
|
|
50
|
+
created: core.serialization.date(),
|
|
51
51
|
lastDeployedOn: core.serialization.property("last_deployed_on", core.serialization.date()),
|
|
52
52
|
lastDeployedHistoryItemId: core.serialization.property("last_deployed_history_item_id", core.serialization.string()),
|
|
53
53
|
inputVariables: core.serialization.property("input_variables", core.serialization.list(VellumVariable_1.VellumVariable)),
|
|
@@ -13,8 +13,8 @@ import { SlimReleaseReview } from "./SlimReleaseReview";
|
|
|
13
13
|
export declare const WorkflowDeploymentRelease: core.serialization.ObjectSchema<serializers.WorkflowDeploymentRelease.Raw, Vellum.WorkflowDeploymentRelease>;
|
|
14
14
|
export declare namespace WorkflowDeploymentRelease {
|
|
15
15
|
interface Raw {
|
|
16
|
-
id
|
|
17
|
-
created
|
|
16
|
+
id: string;
|
|
17
|
+
created: string;
|
|
18
18
|
environment: ReleaseEnvironment.Raw;
|
|
19
19
|
created_by?: (ReleaseCreatedBy.Raw | null) | null;
|
|
20
20
|
workflow_version: WorkflowDeploymentReleaseWorkflowVersion.Raw;
|
|
@@ -45,8 +45,8 @@ const WorkflowDeploymentReleaseWorkflowDeployment_1 = require("./WorkflowDeploym
|
|
|
45
45
|
const ReleaseReleaseTag_1 = require("./ReleaseReleaseTag");
|
|
46
46
|
const SlimReleaseReview_1 = require("./SlimReleaseReview");
|
|
47
47
|
exports.WorkflowDeploymentRelease = core.serialization.object({
|
|
48
|
-
id: core.serialization.string()
|
|
49
|
-
created: core.serialization.date()
|
|
48
|
+
id: core.serialization.string(),
|
|
49
|
+
created: core.serialization.date(),
|
|
50
50
|
environment: ReleaseEnvironment_1.ReleaseEnvironment,
|
|
51
51
|
createdBy: core.serialization.property("created_by", ReleaseCreatedBy_1.ReleaseCreatedBy.optionalNullable()),
|
|
52
52
|
workflowVersion: core.serialization.property("workflow_version", WorkflowDeploymentReleaseWorkflowVersion_1.WorkflowDeploymentReleaseWorkflowVersion),
|
|
@@ -7,6 +7,6 @@ import * as core from "../../core";
|
|
|
7
7
|
export declare const WorkflowDeploymentReleaseWorkflowDeployment: core.serialization.ObjectSchema<serializers.WorkflowDeploymentReleaseWorkflowDeployment.Raw, Vellum.WorkflowDeploymentReleaseWorkflowDeployment>;
|
|
8
8
|
export declare namespace WorkflowDeploymentReleaseWorkflowDeployment {
|
|
9
9
|
interface Raw {
|
|
10
|
-
name
|
|
10
|
+
name: string;
|
|
11
11
|
}
|
|
12
12
|
}
|
|
@@ -39,5 +39,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
39
39
|
exports.WorkflowDeploymentReleaseWorkflowDeployment = void 0;
|
|
40
40
|
const core = __importStar(require("../../core"));
|
|
41
41
|
exports.WorkflowDeploymentReleaseWorkflowDeployment = core.serialization.object({
|
|
42
|
-
name: core.serialization.string()
|
|
42
|
+
name: core.serialization.string(),
|
|
43
43
|
});
|
|
@@ -8,8 +8,8 @@ import { VellumVariable } from "./VellumVariable";
|
|
|
8
8
|
export declare const WorkflowDeploymentReleaseWorkflowVersion: core.serialization.ObjectSchema<serializers.WorkflowDeploymentReleaseWorkflowVersion.Raw, Vellum.WorkflowDeploymentReleaseWorkflowVersion>;
|
|
9
9
|
export declare namespace WorkflowDeploymentReleaseWorkflowVersion {
|
|
10
10
|
interface Raw {
|
|
11
|
-
id
|
|
12
|
-
input_variables
|
|
13
|
-
output_variables
|
|
11
|
+
id: string;
|
|
12
|
+
input_variables: VellumVariable.Raw[];
|
|
13
|
+
output_variables: VellumVariable.Raw[];
|
|
14
14
|
}
|
|
15
15
|
}
|
|
@@ -40,7 +40,7 @@ exports.WorkflowDeploymentReleaseWorkflowVersion = void 0;
|
|
|
40
40
|
const core = __importStar(require("../../core"));
|
|
41
41
|
const VellumVariable_1 = require("./VellumVariable");
|
|
42
42
|
exports.WorkflowDeploymentReleaseWorkflowVersion = core.serialization.object({
|
|
43
|
-
id: core.serialization.string()
|
|
44
|
-
inputVariables: core.serialization.property("input_variables", core.serialization.list(VellumVariable_1.VellumVariable)
|
|
45
|
-
outputVariables: core.serialization.property("output_variables", core.serialization.list(VellumVariable_1.VellumVariable)
|
|
43
|
+
id: core.serialization.string(),
|
|
44
|
+
inputVariables: core.serialization.property("input_variables", core.serialization.list(VellumVariable_1.VellumVariable)),
|
|
45
|
+
outputVariables: core.serialization.property("output_variables", core.serialization.list(VellumVariable_1.VellumVariable)),
|
|
46
46
|
});
|
|
@@ -8,7 +8,7 @@ export declare const WorkflowSandboxExample: core.serialization.ObjectSchema<ser
|
|
|
8
8
|
export declare namespace WorkflowSandboxExample {
|
|
9
9
|
interface Raw {
|
|
10
10
|
id: string;
|
|
11
|
-
label
|
|
11
|
+
label: string;
|
|
12
12
|
description?: (string | null) | null;
|
|
13
13
|
icon_name?: (string | null) | null;
|
|
14
14
|
}
|
|
@@ -40,7 +40,7 @@ exports.WorkflowSandboxExample = void 0;
|
|
|
40
40
|
const core = __importStar(require("../../core"));
|
|
41
41
|
exports.WorkflowSandboxExample = core.serialization.object({
|
|
42
42
|
id: core.serialization.string(),
|
|
43
|
-
label: core.serialization.string()
|
|
43
|
+
label: core.serialization.string(),
|
|
44
44
|
description: core.serialization.string().optionalNullable(),
|
|
45
45
|
iconName: core.serialization.property("icon_name", core.serialization.string().optionalNullable()),
|
|
46
46
|
});
|
|
@@ -7,9 +7,9 @@ import * as core from "../../core";
|
|
|
7
7
|
export declare const WorkspaceRead: core.serialization.ObjectSchema<serializers.WorkspaceRead.Raw, Vellum.WorkspaceRead>;
|
|
8
8
|
export declare namespace WorkspaceRead {
|
|
9
9
|
interface Raw {
|
|
10
|
-
id
|
|
10
|
+
id: string;
|
|
11
11
|
name: string;
|
|
12
|
-
label
|
|
13
|
-
created
|
|
12
|
+
label: string;
|
|
13
|
+
created: string;
|
|
14
14
|
}
|
|
15
15
|
}
|
|
@@ -39,8 +39,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
39
39
|
exports.WorkspaceRead = void 0;
|
|
40
40
|
const core = __importStar(require("../../core"));
|
|
41
41
|
exports.WorkspaceRead = core.serialization.object({
|
|
42
|
-
id: core.serialization.string()
|
|
42
|
+
id: core.serialization.string(),
|
|
43
43
|
name: core.serialization.string(),
|
|
44
|
-
label: core.serialization.string()
|
|
45
|
-
created: core.serialization.date()
|
|
44
|
+
label: core.serialization.string(),
|
|
45
|
+
created: core.serialization.date(),
|
|
46
46
|
});
|
|
@@ -8,8 +8,8 @@ import { SecretTypeEnum } from "./SecretTypeEnum";
|
|
|
8
8
|
export declare const WorkspaceSecretRead: core.serialization.ObjectSchema<serializers.WorkspaceSecretRead.Raw, Vellum.WorkspaceSecretRead>;
|
|
9
9
|
export declare namespace WorkspaceSecretRead {
|
|
10
10
|
interface Raw {
|
|
11
|
-
id
|
|
12
|
-
modified
|
|
11
|
+
id: string;
|
|
12
|
+
modified: string;
|
|
13
13
|
name: string;
|
|
14
14
|
label: string;
|
|
15
15
|
secret_type: SecretTypeEnum.Raw;
|
|
@@ -40,8 +40,8 @@ exports.WorkspaceSecretRead = void 0;
|
|
|
40
40
|
const core = __importStar(require("../../core"));
|
|
41
41
|
const SecretTypeEnum_1 = require("./SecretTypeEnum");
|
|
42
42
|
exports.WorkspaceSecretRead = core.serialization.object({
|
|
43
|
-
id: core.serialization.string()
|
|
44
|
-
modified: core.serialization.date()
|
|
43
|
+
id: core.serialization.string(),
|
|
44
|
+
modified: core.serialization.date(),
|
|
45
45
|
name: core.serialization.string(),
|
|
46
46
|
label: core.serialization.string(),
|
|
47
47
|
secretType: core.serialization.property("secret_type", SecretTypeEnum_1.SecretTypeEnum),
|
package/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.14.
|
|
1
|
+
export declare const SDK_VERSION = "0.14.74";
|
package/version.js
CHANGED