vellum-ai 0.6.0 → 0.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Client.d.ts +3 -0
- package/Client.js +22 -17
- package/README.md +1 -1
- package/api/resources/deployments/client/Client.d.ts +15 -0
- package/api/resources/deployments/client/Client.js +144 -3
- package/api/resources/deployments/client/requests/DeploySandboxWorkflowRequest.d.ts +17 -0
- package/api/resources/deployments/client/requests/DeploySandboxWorkflowRequest.js +5 -0
- package/api/resources/deployments/client/requests/PatchedDeploymentReleaseTagUpdateRequest.d.ts +11 -0
- package/api/resources/deployments/client/requests/PatchedDeploymentReleaseTagUpdateRequest.js +5 -0
- package/api/resources/deployments/client/requests/index.d.ts +2 -0
- package/api/resources/documentIndexes/client/Client.js +6 -6
- package/api/resources/documents/client/Client.js +5 -5
- package/api/resources/folderEntities/client/Client.js +1 -1
- package/api/resources/index.d.ts +2 -0
- package/api/resources/index.js +3 -1
- package/api/resources/promptVersions/client/Client.d.ts +24 -0
- package/api/resources/promptVersions/client/Client.js +102 -0
- package/api/resources/promptVersions/client/index.d.ts +1 -0
- package/api/resources/promptVersions/client/index.js +17 -0
- package/api/resources/promptVersions/client/requests/DeploySandboxPromptRequest.d.ts +17 -0
- package/api/resources/promptVersions/client/requests/DeploySandboxPromptRequest.js +5 -0
- package/api/resources/promptVersions/client/requests/index.d.ts +1 -0
- package/api/resources/promptVersions/client/requests/index.js +2 -0
- package/api/resources/promptVersions/index.d.ts +1 -0
- package/api/resources/promptVersions/index.js +17 -0
- package/api/resources/sandboxes/client/Client.js +2 -2
- package/api/resources/testSuiteRuns/client/Client.js +3 -3
- package/api/resources/testSuites/client/Client.js +3 -3
- package/api/resources/workflowDeployments/client/Client.d.ts +14 -0
- package/api/resources/workflowDeployments/client/Client.js +99 -2
- package/api/resources/workflowDeployments/client/requests/PatchedWorkflowReleaseTagUpdateRequest.d.ts +11 -0
- package/api/resources/workflowDeployments/client/requests/PatchedWorkflowReleaseTagUpdateRequest.js +5 -0
- package/api/resources/workflowDeployments/client/requests/index.d.ts +1 -0
- package/api/types/DeploymentReleaseTagDeploymentHistoryItem.d.ts +7 -0
- package/api/types/DeploymentReleaseTagDeploymentHistoryItem.js +5 -0
- package/api/types/DeploymentReleaseTagRead.d.ts +17 -0
- package/api/types/DeploymentReleaseTagRead.js +5 -0
- package/api/types/DocumentStatus.d.ts +3 -0
- package/api/types/MergeEnum.d.ts +4 -0
- package/api/types/MergeEnum.js +5 -0
- package/api/types/MergeNodeResult.d.ts +8 -0
- package/api/types/MergeNodeResult.js +5 -0
- package/api/types/ReleaseTagSource.d.ts +12 -0
- package/api/types/ReleaseTagSource.js +10 -0
- package/api/types/SearchResultDocument.d.ts +1 -1
- package/api/types/SearchResultDocumentRequest.d.ts +2 -0
- package/api/types/SubmitCompletionActualRequest.d.ts +2 -0
- package/api/types/SubworkflowNodeResult.d.ts +2 -0
- package/api/types/SubworkflowNodeResultData.d.ts +6 -0
- package/api/types/SubworkflowNodeResultData.js +5 -0
- package/api/types/TestSuiteRunDeploymentReleaseTagExecConfigTypeEnum.d.ts +3 -0
- package/api/types/TestSuiteRunExternalExecConfigTypeEnum.d.ts +3 -0
- package/api/types/TestSuiteRunMetricErrorOutputTypeEnum.d.ts +3 -0
- package/api/types/TestSuiteRunMetricNumberOutputTypeEnum.d.ts +3 -0
- package/api/types/TestSuiteRunMetricStringOutputTypeEnum.d.ts +3 -0
- package/api/types/TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum.d.ts +3 -0
- package/api/types/WorkflowNodeResultData.d.ts +4 -1
- package/api/types/WorkflowReleaseTagRead.d.ts +17 -0
- package/api/types/WorkflowReleaseTagRead.js +5 -0
- package/api/types/WorkflowReleaseTagWorkflowDeploymentHistoryItem.d.ts +9 -0
- package/api/types/WorkflowReleaseTagWorkflowDeploymentHistoryItem.js +5 -0
- package/api/types/index.d.ts +8 -0
- package/api/types/index.js +8 -0
- package/dist/Client.d.ts +3 -0
- package/dist/Client.js +22 -17
- package/dist/api/resources/deployments/client/Client.d.ts +15 -0
- package/dist/api/resources/deployments/client/Client.js +144 -3
- package/dist/api/resources/deployments/client/requests/DeploySandboxWorkflowRequest.d.ts +17 -0
- package/dist/api/resources/deployments/client/requests/DeploySandboxWorkflowRequest.js +5 -0
- package/dist/api/resources/deployments/client/requests/PatchedDeploymentReleaseTagUpdateRequest.d.ts +11 -0
- package/dist/api/resources/deployments/client/requests/PatchedDeploymentReleaseTagUpdateRequest.js +5 -0
- package/dist/api/resources/deployments/client/requests/index.d.ts +2 -0
- package/dist/api/resources/documentIndexes/client/Client.js +6 -6
- package/dist/api/resources/documents/client/Client.js +5 -5
- package/dist/api/resources/folderEntities/client/Client.js +1 -1
- package/dist/api/resources/index.d.ts +2 -0
- package/dist/api/resources/index.js +3 -1
- package/dist/api/resources/promptVersions/client/Client.d.ts +24 -0
- package/dist/api/resources/promptVersions/client/Client.js +102 -0
- package/dist/api/resources/promptVersions/client/index.d.ts +1 -0
- package/dist/api/resources/promptVersions/client/index.js +17 -0
- package/dist/api/resources/promptVersions/client/requests/DeploySandboxPromptRequest.d.ts +17 -0
- package/dist/api/resources/promptVersions/client/requests/DeploySandboxPromptRequest.js +5 -0
- package/dist/api/resources/promptVersions/client/requests/index.d.ts +1 -0
- package/dist/api/resources/promptVersions/client/requests/index.js +2 -0
- package/dist/api/resources/promptVersions/index.d.ts +1 -0
- package/dist/api/resources/promptVersions/index.js +17 -0
- package/dist/api/resources/sandboxes/client/Client.js +2 -2
- package/dist/api/resources/testSuiteRuns/client/Client.js +3 -3
- package/dist/api/resources/testSuites/client/Client.js +3 -3
- package/dist/api/resources/workflowDeployments/client/Client.d.ts +14 -0
- package/dist/api/resources/workflowDeployments/client/Client.js +99 -2
- package/dist/api/resources/workflowDeployments/client/requests/PatchedWorkflowReleaseTagUpdateRequest.d.ts +11 -0
- package/dist/api/resources/workflowDeployments/client/requests/PatchedWorkflowReleaseTagUpdateRequest.js +5 -0
- package/dist/api/resources/workflowDeployments/client/requests/index.d.ts +1 -0
- package/dist/api/types/DeploymentReleaseTagDeploymentHistoryItem.d.ts +7 -0
- package/dist/api/types/DeploymentReleaseTagDeploymentHistoryItem.js +5 -0
- package/dist/api/types/DeploymentReleaseTagRead.d.ts +17 -0
- package/dist/api/types/DeploymentReleaseTagRead.js +5 -0
- package/dist/api/types/DocumentStatus.d.ts +3 -0
- package/dist/api/types/MergeEnum.d.ts +4 -0
- package/dist/api/types/MergeEnum.js +5 -0
- package/dist/api/types/MergeNodeResult.d.ts +8 -0
- package/dist/api/types/MergeNodeResult.js +5 -0
- package/dist/api/types/ReleaseTagSource.d.ts +12 -0
- package/dist/api/types/ReleaseTagSource.js +10 -0
- package/dist/api/types/SearchResultDocument.d.ts +1 -1
- package/dist/api/types/SearchResultDocumentRequest.d.ts +2 -0
- package/dist/api/types/SubmitCompletionActualRequest.d.ts +2 -0
- package/dist/api/types/SubworkflowNodeResult.d.ts +2 -0
- package/dist/api/types/SubworkflowNodeResultData.d.ts +6 -0
- package/dist/api/types/SubworkflowNodeResultData.js +5 -0
- package/dist/api/types/TestSuiteRunDeploymentReleaseTagExecConfigTypeEnum.d.ts +3 -0
- package/dist/api/types/TestSuiteRunExternalExecConfigTypeEnum.d.ts +3 -0
- package/dist/api/types/TestSuiteRunMetricErrorOutputTypeEnum.d.ts +3 -0
- package/dist/api/types/TestSuiteRunMetricNumberOutputTypeEnum.d.ts +3 -0
- package/dist/api/types/TestSuiteRunMetricStringOutputTypeEnum.d.ts +3 -0
- package/dist/api/types/TestSuiteRunWorkflowReleaseTagExecConfigTypeEnum.d.ts +3 -0
- package/dist/api/types/WorkflowNodeResultData.d.ts +4 -1
- package/dist/api/types/WorkflowReleaseTagRead.d.ts +17 -0
- package/dist/api/types/WorkflowReleaseTagRead.js +5 -0
- package/dist/api/types/WorkflowReleaseTagWorkflowDeploymentHistoryItem.d.ts +9 -0
- package/dist/api/types/WorkflowReleaseTagWorkflowDeploymentHistoryItem.js +5 -0
- package/dist/api/types/index.d.ts +8 -0
- package/dist/api/types/index.js +8 -0
- package/dist/serialization/resources/deployments/client/requests/DeploySandboxWorkflowRequest.d.ts +15 -0
- package/dist/serialization/resources/deployments/client/requests/DeploySandboxWorkflowRequest.js +36 -0
- package/dist/serialization/resources/deployments/client/requests/PatchedDeploymentReleaseTagUpdateRequest.d.ts +12 -0
- package/dist/serialization/resources/deployments/client/requests/PatchedDeploymentReleaseTagUpdateRequest.js +33 -0
- package/dist/serialization/resources/deployments/client/requests/index.d.ts +2 -0
- package/dist/serialization/resources/deployments/client/requests/index.js +5 -1
- package/dist/serialization/resources/index.d.ts +3 -0
- package/dist/serialization/resources/index.js +4 -1
- package/dist/serialization/resources/promptVersions/client/index.d.ts +1 -0
- package/dist/serialization/resources/promptVersions/client/index.js +17 -0
- package/dist/serialization/resources/promptVersions/client/requests/DeploySandboxPromptRequest.d.ts +15 -0
- package/dist/serialization/resources/promptVersions/client/requests/DeploySandboxPromptRequest.js +36 -0
- package/dist/serialization/resources/promptVersions/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/promptVersions/client/requests/index.js +5 -0
- package/dist/serialization/resources/promptVersions/index.d.ts +1 -0
- package/dist/serialization/resources/promptVersions/index.js +17 -0
- package/dist/serialization/resources/workflowDeployments/client/index.d.ts +1 -0
- package/dist/serialization/resources/workflowDeployments/client/index.js +17 -0
- package/dist/serialization/resources/workflowDeployments/client/requests/PatchedWorkflowReleaseTagUpdateRequest.d.ts +12 -0
- package/dist/serialization/resources/workflowDeployments/client/requests/PatchedWorkflowReleaseTagUpdateRequest.js +33 -0
- package/dist/serialization/resources/workflowDeployments/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/workflowDeployments/client/requests/index.js +5 -0
- package/dist/serialization/resources/workflowDeployments/index.d.ts +1 -0
- package/dist/serialization/resources/workflowDeployments/index.js +1 -0
- package/dist/serialization/types/DeploymentReleaseTagDeploymentHistoryItem.d.ts +13 -0
- package/dist/serialization/types/DeploymentReleaseTagDeploymentHistoryItem.js +34 -0
- package/dist/serialization/types/DeploymentReleaseTagRead.d.ts +16 -0
- package/dist/serialization/types/DeploymentReleaseTagRead.js +37 -0
- package/dist/serialization/types/MergeEnum.d.ts +10 -0
- package/dist/serialization/types/MergeEnum.js +31 -0
- package/dist/serialization/types/MergeNodeResult.d.ts +11 -0
- package/dist/serialization/types/MergeNodeResult.js +31 -0
- package/dist/serialization/types/ReleaseTagSource.d.ts +10 -0
- package/dist/serialization/types/ReleaseTagSource.js +31 -0
- package/dist/serialization/types/SearchResultDocument.d.ts +1 -1
- package/dist/serialization/types/SearchResultDocument.js +1 -1
- package/dist/serialization/types/SearchResultDocumentRequest.d.ts +1 -0
- package/dist/serialization/types/SearchResultDocumentRequest.js +1 -0
- package/dist/serialization/types/SubmitCompletionActualRequest.d.ts +1 -0
- package/dist/serialization/types/SubmitCompletionActualRequest.js +1 -0
- package/dist/serialization/types/SubworkflowNodeResult.d.ts +2 -0
- package/dist/serialization/types/SubworkflowNodeResult.js +4 -1
- package/dist/serialization/types/SubworkflowNodeResultData.d.ts +12 -0
- package/dist/serialization/types/SubworkflowNodeResultData.js +33 -0
- package/dist/serialization/types/WorkflowNodeResultData.d.ts +5 -1
- package/dist/serialization/types/WorkflowNodeResultData.js +2 -0
- package/dist/serialization/types/WorkflowReleaseTagRead.d.ts +16 -0
- package/dist/serialization/types/WorkflowReleaseTagRead.js +37 -0
- package/dist/serialization/types/WorkflowReleaseTagWorkflowDeploymentHistoryItem.d.ts +13 -0
- package/dist/serialization/types/WorkflowReleaseTagWorkflowDeploymentHistoryItem.js +34 -0
- package/dist/serialization/types/index.d.ts +8 -0
- package/dist/serialization/types/index.js +8 -0
- package/package.json +1 -1
- package/serialization/resources/deployments/client/requests/DeploySandboxWorkflowRequest.d.ts +15 -0
- package/serialization/resources/deployments/client/requests/DeploySandboxWorkflowRequest.js +36 -0
- package/serialization/resources/deployments/client/requests/PatchedDeploymentReleaseTagUpdateRequest.d.ts +12 -0
- package/serialization/resources/deployments/client/requests/PatchedDeploymentReleaseTagUpdateRequest.js +33 -0
- package/serialization/resources/deployments/client/requests/index.d.ts +2 -0
- package/serialization/resources/deployments/client/requests/index.js +5 -1
- package/serialization/resources/index.d.ts +3 -0
- package/serialization/resources/index.js +4 -1
- package/serialization/resources/promptVersions/client/index.d.ts +1 -0
- package/serialization/resources/promptVersions/client/index.js +17 -0
- package/serialization/resources/promptVersions/client/requests/DeploySandboxPromptRequest.d.ts +15 -0
- package/serialization/resources/promptVersions/client/requests/DeploySandboxPromptRequest.js +36 -0
- package/serialization/resources/promptVersions/client/requests/index.d.ts +1 -0
- package/serialization/resources/promptVersions/client/requests/index.js +5 -0
- package/serialization/resources/promptVersions/index.d.ts +1 -0
- package/serialization/resources/promptVersions/index.js +17 -0
- package/serialization/resources/workflowDeployments/client/index.d.ts +1 -0
- package/serialization/resources/workflowDeployments/client/index.js +17 -0
- package/serialization/resources/workflowDeployments/client/requests/PatchedWorkflowReleaseTagUpdateRequest.d.ts +12 -0
- package/serialization/resources/workflowDeployments/client/requests/PatchedWorkflowReleaseTagUpdateRequest.js +33 -0
- package/serialization/resources/workflowDeployments/client/requests/index.d.ts +1 -0
- package/serialization/resources/workflowDeployments/client/requests/index.js +5 -0
- package/serialization/resources/workflowDeployments/index.d.ts +1 -0
- package/serialization/resources/workflowDeployments/index.js +1 -0
- package/serialization/types/DeploymentReleaseTagDeploymentHistoryItem.d.ts +13 -0
- package/serialization/types/DeploymentReleaseTagDeploymentHistoryItem.js +34 -0
- package/serialization/types/DeploymentReleaseTagRead.d.ts +16 -0
- package/serialization/types/DeploymentReleaseTagRead.js +37 -0
- package/serialization/types/MergeEnum.d.ts +10 -0
- package/serialization/types/MergeEnum.js +31 -0
- package/serialization/types/MergeNodeResult.d.ts +11 -0
- package/serialization/types/MergeNodeResult.js +31 -0
- package/serialization/types/ReleaseTagSource.d.ts +10 -0
- package/serialization/types/ReleaseTagSource.js +31 -0
- package/serialization/types/SearchResultDocument.d.ts +1 -1
- package/serialization/types/SearchResultDocument.js +1 -1
- package/serialization/types/SearchResultDocumentRequest.d.ts +1 -0
- package/serialization/types/SearchResultDocumentRequest.js +1 -0
- package/serialization/types/SubmitCompletionActualRequest.d.ts +1 -0
- package/serialization/types/SubmitCompletionActualRequest.js +1 -0
- package/serialization/types/SubworkflowNodeResult.d.ts +2 -0
- package/serialization/types/SubworkflowNodeResult.js +4 -1
- package/serialization/types/SubworkflowNodeResultData.d.ts +12 -0
- package/serialization/types/SubworkflowNodeResultData.js +33 -0
- package/serialization/types/WorkflowNodeResultData.d.ts +5 -1
- package/serialization/types/WorkflowNodeResultData.js +2 -0
- package/serialization/types/WorkflowReleaseTagRead.d.ts +16 -0
- package/serialization/types/WorkflowReleaseTagRead.js +37 -0
- package/serialization/types/WorkflowReleaseTagWorkflowDeploymentHistoryItem.d.ts +13 -0
- package/serialization/types/WorkflowReleaseTagWorkflowDeploymentHistoryItem.js +34 -0
- package/serialization/types/index.d.ts +8 -0
- package/serialization/types/index.js +8 -0
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Vellum from "..";
|
|
5
|
+
export interface DeploymentReleaseTagRead {
|
|
6
|
+
/** The name of the Release Tag */
|
|
7
|
+
name: string;
|
|
8
|
+
/**
|
|
9
|
+
* The source of how the Release Tag was originally created
|
|
10
|
+
*
|
|
11
|
+
* - `SYSTEM` - System
|
|
12
|
+
* - `USER` - User
|
|
13
|
+
*/
|
|
14
|
+
source: Vellum.ReleaseTagSource;
|
|
15
|
+
/** The Deployment History Item that this Release Tag is associated with */
|
|
16
|
+
historyItem: Vellum.DeploymentReleaseTagDeploymentHistoryItem;
|
|
17
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* - `SYSTEM` - System
|
|
6
|
+
* - `USER` - User
|
|
7
|
+
*/
|
|
8
|
+
export declare type ReleaseTagSource = "SYSTEM" | "USER";
|
|
9
|
+
export declare const ReleaseTagSource: {
|
|
10
|
+
readonly System: "SYSTEM";
|
|
11
|
+
readonly User: "USER";
|
|
12
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.ReleaseTagSource = void 0;
|
|
7
|
+
exports.ReleaseTagSource = {
|
|
8
|
+
System: "SYSTEM",
|
|
9
|
+
User: "USER",
|
|
10
|
+
};
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export interface SearchResultDocument {
|
|
5
5
|
/** The ID of the document. */
|
|
6
|
-
id
|
|
6
|
+
id?: string;
|
|
7
7
|
/** The human-readable name for the document. */
|
|
8
8
|
label: string;
|
|
9
9
|
/** The unique ID of the document as represented in an external system and specified when it was originally uploaded. */
|
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
export interface SearchResultDocumentRequest {
|
|
5
|
+
/** The ID of the document. */
|
|
6
|
+
id?: string;
|
|
5
7
|
/** The human-readable name for the document. */
|
|
6
8
|
label: string;
|
|
7
9
|
/** The unique ID of the document as represented in an external system and specified when it was originally uploaded. */
|
|
@@ -12,4 +12,6 @@ export interface SubmitCompletionActualRequest {
|
|
|
12
12
|
quality?: number;
|
|
13
13
|
/** Optionally provide the timestamp representing when this feedback was collected. Used for reporting purposes. */
|
|
14
14
|
timestamp?: Date;
|
|
15
|
+
/** Optionally provide additional metadata about the feedback submission. */
|
|
16
|
+
metadata?: Record<string, unknown>;
|
|
15
17
|
}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
+
import * as Vellum from "..";
|
|
4
5
|
/**
|
|
5
6
|
* A Node Result Event emitted from a Subworkflow Node.
|
|
6
7
|
*/
|
|
7
8
|
export interface SubworkflowNodeResult {
|
|
9
|
+
data?: Vellum.SubworkflowNodeResultData;
|
|
8
10
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as Vellum from "..";
|
|
5
|
-
export declare type WorkflowNodeResultData = Vellum.WorkflowNodeResultData.Prompt | Vellum.WorkflowNodeResultData.Search | Vellum.WorkflowNodeResultData.Templating | Vellum.WorkflowNodeResultData.CodeExecution | Vellum.WorkflowNodeResultData.Conditional | Vellum.WorkflowNodeResultData.Api | Vellum.WorkflowNodeResultData.Terminal | Vellum.WorkflowNodeResultData.Subworkflow | Vellum.WorkflowNodeResultData.Metric;
|
|
5
|
+
export declare type WorkflowNodeResultData = Vellum.WorkflowNodeResultData.Prompt | Vellum.WorkflowNodeResultData.Search | Vellum.WorkflowNodeResultData.Templating | Vellum.WorkflowNodeResultData.CodeExecution | Vellum.WorkflowNodeResultData.Conditional | Vellum.WorkflowNodeResultData.Api | Vellum.WorkflowNodeResultData.Terminal | Vellum.WorkflowNodeResultData.Merge | Vellum.WorkflowNodeResultData.Subworkflow | Vellum.WorkflowNodeResultData.Metric;
|
|
6
6
|
export declare namespace WorkflowNodeResultData {
|
|
7
7
|
interface Prompt extends Vellum.PromptNodeResult {
|
|
8
8
|
type: "PROMPT";
|
|
@@ -25,6 +25,9 @@ export declare namespace WorkflowNodeResultData {
|
|
|
25
25
|
interface Terminal extends Vellum.TerminalNodeResult {
|
|
26
26
|
type: "TERMINAL";
|
|
27
27
|
}
|
|
28
|
+
interface Merge extends Vellum.MergeNodeResult {
|
|
29
|
+
type: "MERGE";
|
|
30
|
+
}
|
|
28
31
|
interface Subworkflow extends Vellum.SubworkflowNodeResult {
|
|
29
32
|
type: "SUBWORKFLOW";
|
|
30
33
|
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Vellum from "..";
|
|
5
|
+
export interface WorkflowReleaseTagRead {
|
|
6
|
+
/** The name of the Release Tag */
|
|
7
|
+
name: string;
|
|
8
|
+
/**
|
|
9
|
+
* The source of how the Release Tag was originally created
|
|
10
|
+
*
|
|
11
|
+
* - `SYSTEM` - System
|
|
12
|
+
* - `USER` - User
|
|
13
|
+
*/
|
|
14
|
+
source: Vellum.ReleaseTagSource;
|
|
15
|
+
/** The Workflow Deployment History Item that this Release Tag is associated with */
|
|
16
|
+
historyItem: Vellum.WorkflowReleaseTagWorkflowDeploymentHistoryItem;
|
|
17
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
export interface WorkflowReleaseTagWorkflowDeploymentHistoryItem {
|
|
5
|
+
/** The ID of the Workflow Deployment History Item */
|
|
6
|
+
id: string;
|
|
7
|
+
/** The timestamp representing when this History Item was created */
|
|
8
|
+
timestamp: Date;
|
|
9
|
+
}
|
|
@@ -36,6 +36,8 @@ export * from "./ConditionalNodeResult";
|
|
|
36
36
|
export * from "./ConditionalNodeResultData";
|
|
37
37
|
export * from "./DeploymentProviderPayloadResponse";
|
|
38
38
|
export * from "./DeploymentRead";
|
|
39
|
+
export * from "./DeploymentReleaseTagDeploymentHistoryItem";
|
|
40
|
+
export * from "./DeploymentReleaseTagRead";
|
|
39
41
|
export * from "./DocumentDocumentToDocumentIndex";
|
|
40
42
|
export * from "./DocumentIndexChunking";
|
|
41
43
|
export * from "./DocumentIndexChunkingRequest";
|
|
@@ -117,6 +119,8 @@ export * from "./JsonVellumValue";
|
|
|
117
119
|
export * from "./LogicalOperator";
|
|
118
120
|
export * from "./LogprobsEnum";
|
|
119
121
|
export * from "./MlModelUsage";
|
|
122
|
+
export * from "./MergeEnum";
|
|
123
|
+
export * from "./MergeNodeResult";
|
|
120
124
|
export * from "./MetadataFilterConfigRequest";
|
|
121
125
|
export * from "./MetadataFilterRuleCombinator";
|
|
122
126
|
export * from "./MetadataFilterRuleRequest";
|
|
@@ -197,6 +201,7 @@ export * from "./RejectedExecutePromptResponse";
|
|
|
197
201
|
export * from "./RejectedExecuteWorkflowWorkflowResultEvent";
|
|
198
202
|
export * from "./RejectedPromptExecutionMeta";
|
|
199
203
|
export * from "./RejectedWorkflowNodeResultEvent";
|
|
204
|
+
export * from "./ReleaseTagSource";
|
|
200
205
|
export * from "./SandboxScenario";
|
|
201
206
|
export * from "./ScenarioInput";
|
|
202
207
|
export * from "./ScenarioInputChatHistoryVariableValue";
|
|
@@ -236,6 +241,7 @@ export * from "./SubmitCompletionActualsErrorResponse";
|
|
|
236
241
|
export * from "./SubmitWorkflowExecutionActualRequest";
|
|
237
242
|
export * from "./SubworkflowEnum";
|
|
238
243
|
export * from "./SubworkflowNodeResult";
|
|
244
|
+
export * from "./SubworkflowNodeResultData";
|
|
239
245
|
export * from "./TemplatingNodeArrayResult";
|
|
240
246
|
export * from "./TemplatingNodeChatHistoryResult";
|
|
241
247
|
export * from "./TemplatingNodeErrorResult";
|
|
@@ -340,6 +346,8 @@ export * from "./WorkflowOutputJson";
|
|
|
340
346
|
export * from "./WorkflowOutputNumber";
|
|
341
347
|
export * from "./WorkflowOutputSearchResults";
|
|
342
348
|
export * from "./WorkflowOutputString";
|
|
349
|
+
export * from "./WorkflowReleaseTagRead";
|
|
350
|
+
export * from "./WorkflowReleaseTagWorkflowDeploymentHistoryItem";
|
|
343
351
|
export * from "./WorkflowRequestChatHistoryInputRequest";
|
|
344
352
|
export * from "./WorkflowRequestInputRequest";
|
|
345
353
|
export * from "./WorkflowRequestJsonInputRequest";
|
package/dist/api/types/index.js
CHANGED
|
@@ -52,6 +52,8 @@ __exportStar(require("./ConditionalNodeResult"), exports);
|
|
|
52
52
|
__exportStar(require("./ConditionalNodeResultData"), exports);
|
|
53
53
|
__exportStar(require("./DeploymentProviderPayloadResponse"), exports);
|
|
54
54
|
__exportStar(require("./DeploymentRead"), exports);
|
|
55
|
+
__exportStar(require("./DeploymentReleaseTagDeploymentHistoryItem"), exports);
|
|
56
|
+
__exportStar(require("./DeploymentReleaseTagRead"), exports);
|
|
55
57
|
__exportStar(require("./DocumentDocumentToDocumentIndex"), exports);
|
|
56
58
|
__exportStar(require("./DocumentIndexChunking"), exports);
|
|
57
59
|
__exportStar(require("./DocumentIndexChunkingRequest"), exports);
|
|
@@ -133,6 +135,8 @@ __exportStar(require("./JsonVellumValue"), exports);
|
|
|
133
135
|
__exportStar(require("./LogicalOperator"), exports);
|
|
134
136
|
__exportStar(require("./LogprobsEnum"), exports);
|
|
135
137
|
__exportStar(require("./MlModelUsage"), exports);
|
|
138
|
+
__exportStar(require("./MergeEnum"), exports);
|
|
139
|
+
__exportStar(require("./MergeNodeResult"), exports);
|
|
136
140
|
__exportStar(require("./MetadataFilterConfigRequest"), exports);
|
|
137
141
|
__exportStar(require("./MetadataFilterRuleCombinator"), exports);
|
|
138
142
|
__exportStar(require("./MetadataFilterRuleRequest"), exports);
|
|
@@ -213,6 +217,7 @@ __exportStar(require("./RejectedExecutePromptResponse"), exports);
|
|
|
213
217
|
__exportStar(require("./RejectedExecuteWorkflowWorkflowResultEvent"), exports);
|
|
214
218
|
__exportStar(require("./RejectedPromptExecutionMeta"), exports);
|
|
215
219
|
__exportStar(require("./RejectedWorkflowNodeResultEvent"), exports);
|
|
220
|
+
__exportStar(require("./ReleaseTagSource"), exports);
|
|
216
221
|
__exportStar(require("./SandboxScenario"), exports);
|
|
217
222
|
__exportStar(require("./ScenarioInput"), exports);
|
|
218
223
|
__exportStar(require("./ScenarioInputChatHistoryVariableValue"), exports);
|
|
@@ -252,6 +257,7 @@ __exportStar(require("./SubmitCompletionActualsErrorResponse"), exports);
|
|
|
252
257
|
__exportStar(require("./SubmitWorkflowExecutionActualRequest"), exports);
|
|
253
258
|
__exportStar(require("./SubworkflowEnum"), exports);
|
|
254
259
|
__exportStar(require("./SubworkflowNodeResult"), exports);
|
|
260
|
+
__exportStar(require("./SubworkflowNodeResultData"), exports);
|
|
255
261
|
__exportStar(require("./TemplatingNodeArrayResult"), exports);
|
|
256
262
|
__exportStar(require("./TemplatingNodeChatHistoryResult"), exports);
|
|
257
263
|
__exportStar(require("./TemplatingNodeErrorResult"), exports);
|
|
@@ -356,6 +362,8 @@ __exportStar(require("./WorkflowOutputJson"), exports);
|
|
|
356
362
|
__exportStar(require("./WorkflowOutputNumber"), exports);
|
|
357
363
|
__exportStar(require("./WorkflowOutputSearchResults"), exports);
|
|
358
364
|
__exportStar(require("./WorkflowOutputString"), exports);
|
|
365
|
+
__exportStar(require("./WorkflowReleaseTagRead"), exports);
|
|
366
|
+
__exportStar(require("./WorkflowReleaseTagWorkflowDeploymentHistoryItem"), exports);
|
|
359
367
|
__exportStar(require("./WorkflowRequestChatHistoryInputRequest"), exports);
|
|
360
368
|
__exportStar(require("./WorkflowRequestInputRequest"), exports);
|
|
361
369
|
__exportStar(require("./WorkflowRequestJsonInputRequest"), exports);
|
package/dist/serialization/resources/deployments/client/requests/DeploySandboxWorkflowRequest.d.ts
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
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 DeploySandboxWorkflowRequest: core.serialization.Schema<serializers.DeploySandboxWorkflowRequest.Raw, Vellum.DeploySandboxWorkflowRequest>;
|
|
8
|
+
export declare namespace DeploySandboxWorkflowRequest {
|
|
9
|
+
interface Raw {
|
|
10
|
+
workflow_deployment_id?: string | null;
|
|
11
|
+
workflow_deployment_name?: string | null;
|
|
12
|
+
label?: string | null;
|
|
13
|
+
release_tags?: string[] | null;
|
|
14
|
+
}
|
|
15
|
+
}
|
package/dist/serialization/resources/deployments/client/requests/DeploySandboxWorkflowRequest.js
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.DeploySandboxWorkflowRequest = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../core"));
|
|
31
|
+
exports.DeploySandboxWorkflowRequest = core.serialization.object({
|
|
32
|
+
workflowDeploymentId: core.serialization.property("workflow_deployment_id", core.serialization.string().optional()),
|
|
33
|
+
workflowDeploymentName: core.serialization.property("workflow_deployment_name", core.serialization.string().optional()),
|
|
34
|
+
label: core.serialization.string().optional(),
|
|
35
|
+
releaseTags: core.serialization.property("release_tags", core.serialization.list(core.serialization.string()).optional()),
|
|
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 PatchedDeploymentReleaseTagUpdateRequest: core.serialization.Schema<serializers.PatchedDeploymentReleaseTagUpdateRequest.Raw, Vellum.PatchedDeploymentReleaseTagUpdateRequest>;
|
|
8
|
+
export declare namespace PatchedDeploymentReleaseTagUpdateRequest {
|
|
9
|
+
interface Raw {
|
|
10
|
+
history_item_id?: string | null;
|
|
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.PatchedDeploymentReleaseTagUpdateRequest = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../core"));
|
|
31
|
+
exports.PatchedDeploymentReleaseTagUpdateRequest = core.serialization.object({
|
|
32
|
+
historyItemId: core.serialization.property("history_item_id", core.serialization.string().optional()),
|
|
33
|
+
});
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeploymentProviderPayloadRequest = void 0;
|
|
3
|
+
exports.DeploySandboxWorkflowRequest = exports.DeploymentProviderPayloadRequest = exports.PatchedDeploymentReleaseTagUpdateRequest = void 0;
|
|
4
|
+
var PatchedDeploymentReleaseTagUpdateRequest_1 = require("./PatchedDeploymentReleaseTagUpdateRequest");
|
|
5
|
+
Object.defineProperty(exports, "PatchedDeploymentReleaseTagUpdateRequest", { enumerable: true, get: function () { return PatchedDeploymentReleaseTagUpdateRequest_1.PatchedDeploymentReleaseTagUpdateRequest; } });
|
|
4
6
|
var DeploymentProviderPayloadRequest_1 = require("./DeploymentProviderPayloadRequest");
|
|
5
7
|
Object.defineProperty(exports, "DeploymentProviderPayloadRequest", { enumerable: true, get: function () { return DeploymentProviderPayloadRequest_1.DeploymentProviderPayloadRequest; } });
|
|
8
|
+
var DeploySandboxWorkflowRequest_1 = require("./DeploySandboxWorkflowRequest");
|
|
9
|
+
Object.defineProperty(exports, "DeploySandboxWorkflowRequest", { enumerable: true, get: function () { return DeploySandboxWorkflowRequest_1.DeploySandboxWorkflowRequest; } });
|
|
@@ -10,9 +10,12 @@ export * as documents from "./documents";
|
|
|
10
10
|
export * from "./documents/client/requests";
|
|
11
11
|
export * as folderEntities from "./folderEntities";
|
|
12
12
|
export * from "./folderEntities/client/requests";
|
|
13
|
+
export * as promptVersions from "./promptVersions";
|
|
14
|
+
export * from "./promptVersions/client/requests";
|
|
13
15
|
export * as sandboxes from "./sandboxes";
|
|
14
16
|
export * from "./sandboxes/client/requests";
|
|
15
17
|
export * as testSuiteRuns from "./testSuiteRuns";
|
|
16
18
|
export * from "./testSuiteRuns/client/requests";
|
|
17
19
|
export * as testSuites from "./testSuites";
|
|
18
20
|
export * from "./testSuites/client/requests";
|
|
21
|
+
export * from "./workflowDeployments/client/requests";
|
|
@@ -26,7 +26,7 @@ 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.testSuiteRuns = exports.sandboxes = exports.folderEntities = exports.documents = exports.workflowDeployments = exports.documentIndexes = exports.deployments = void 0;
|
|
29
|
+
exports.testSuites = exports.testSuiteRuns = exports.sandboxes = exports.promptVersions = exports.folderEntities = exports.documents = exports.workflowDeployments = 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"));
|
|
@@ -39,9 +39,12 @@ exports.documents = __importStar(require("./documents"));
|
|
|
39
39
|
__exportStar(require("./documents/client/requests"), exports);
|
|
40
40
|
exports.folderEntities = __importStar(require("./folderEntities"));
|
|
41
41
|
__exportStar(require("./folderEntities/client/requests"), exports);
|
|
42
|
+
exports.promptVersions = __importStar(require("./promptVersions"));
|
|
43
|
+
__exportStar(require("./promptVersions/client/requests"), exports);
|
|
42
44
|
exports.sandboxes = __importStar(require("./sandboxes"));
|
|
43
45
|
__exportStar(require("./sandboxes/client/requests"), exports);
|
|
44
46
|
exports.testSuiteRuns = __importStar(require("./testSuiteRuns"));
|
|
45
47
|
__exportStar(require("./testSuiteRuns/client/requests"), exports);
|
|
46
48
|
exports.testSuites = __importStar(require("./testSuites"));
|
|
47
49
|
__exportStar(require("./testSuites/client/requests"), exports);
|
|
50
|
+
__exportStar(require("./workflowDeployments/client/requests"), exports);
|
|
@@ -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);
|
package/dist/serialization/resources/promptVersions/client/requests/DeploySandboxPromptRequest.d.ts
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
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 DeploySandboxPromptRequest: core.serialization.Schema<serializers.DeploySandboxPromptRequest.Raw, Vellum.DeploySandboxPromptRequest>;
|
|
8
|
+
export declare namespace DeploySandboxPromptRequest {
|
|
9
|
+
interface Raw {
|
|
10
|
+
prompt_deployment_id?: string | null;
|
|
11
|
+
prompt_deployment_name?: string | null;
|
|
12
|
+
label?: string | null;
|
|
13
|
+
release_tags?: string[] | null;
|
|
14
|
+
}
|
|
15
|
+
}
|
package/dist/serialization/resources/promptVersions/client/requests/DeploySandboxPromptRequest.js
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.DeploySandboxPromptRequest = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../core"));
|
|
31
|
+
exports.DeploySandboxPromptRequest = core.serialization.object({
|
|
32
|
+
promptDeploymentId: core.serialization.property("prompt_deployment_id", core.serialization.string().optional()),
|
|
33
|
+
promptDeploymentName: core.serialization.property("prompt_deployment_name", core.serialization.string().optional()),
|
|
34
|
+
label: core.serialization.string().optional(),
|
|
35
|
+
releaseTags: core.serialization.property("release_tags", core.serialization.list(core.serialization.string()).optional()),
|
|
36
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { DeploySandboxPromptRequest } from "./DeploySandboxPromptRequest";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeploySandboxPromptRequest = void 0;
|
|
4
|
+
var DeploySandboxPromptRequest_1 = require("./DeploySandboxPromptRequest");
|
|
5
|
+
Object.defineProperty(exports, "DeploySandboxPromptRequest", { enumerable: true, get: function () { return DeploySandboxPromptRequest_1.DeploySandboxPromptRequest; } });
|
|
@@ -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 @@
|
|
|
1
|
+
export * from "./requests";
|