vellum-ai 0.8.30 → 0.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.mock/definition/__package__.yml +67 -42
- package/.mock/definition/containerImages.yml +122 -0
- package/.mock/openapi/openapi.yml +3627 -3761
- package/Client.d.ts +3 -0
- package/Client.js +39 -34
- package/api/resources/adHoc/client/Client.js +1 -1
- package/api/resources/containerImages/client/Client.d.ts +61 -0
- package/api/resources/containerImages/client/Client.js +231 -0
- package/api/resources/containerImages/client/index.d.ts +1 -0
- package/api/resources/containerImages/client/index.js +17 -0
- package/api/resources/containerImages/client/requests/ContainerImagesListRequest.d.ts +21 -0
- package/api/resources/containerImages/client/requests/PushContainerImageRequest.d.ts +16 -0
- package/api/resources/containerImages/client/requests/index.d.ts +2 -0
- package/api/resources/containerImages/client/requests/index.js +2 -0
- package/api/resources/containerImages/index.d.ts +1 -0
- package/api/resources/containerImages/index.js +17 -0
- package/api/resources/deployments/client/Client.js +5 -5
- 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/index.d.ts +2 -0
- package/api/resources/index.js +3 -1
- package/api/resources/metricDefinitions/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 +4 -4
- package/api/resources/workflowSandboxes/client/Client.js +1 -1
- package/api/resources/workflows/client/Client.js +1 -1
- package/api/resources/workspaceSecrets/client/Client.js +2 -2
- package/api/types/ArrayInputRequest.d.ts +1 -1
- package/api/types/ArrayVellumValue.d.ts +1 -1
- package/api/types/ArrayVellumValueRequest.d.ts +1 -1
- package/api/types/CodeExecutionNodeArrayResult.d.ts +1 -1
- package/api/types/ContainerImageRead.d.ts +14 -0
- package/api/types/EntityVisibility.d.ts +16 -0
- package/api/types/EntityVisibility.js +12 -0
- package/api/types/ExecutionArrayVellumValue.d.ts +1 -1
- package/api/types/NamedTestCaseArrayVariableValue.d.ts +1 -1
- package/api/types/NamedTestCaseArrayVariableValueRequest.d.ts +1 -1
- package/api/types/NodeInputCompiledArrayValue.d.ts +1 -1
- package/api/types/NodeOutputCompiledArrayValue.d.ts +1 -1
- package/api/types/PaginatedContainerImageReadList.d.ts +10 -0
- package/api/types/TemplatingNodeArrayResult.d.ts +1 -1
- package/api/types/TerminalNodeArrayResult.d.ts +1 -1
- package/api/types/TestCaseArrayVariableValue.d.ts +1 -1
- package/api/types/TestSuiteRunExecutionArrayOutput.d.ts +1 -1
- package/api/types/VellumVariableType.d.ts +3 -1
- package/api/types/VellumVariableType.js +1 -0
- package/api/types/WorkflowOutputArray.d.ts +1 -1
- package/api/types/index.d.ts +3 -2
- package/api/types/index.js +3 -2
- package/dist/Client.d.ts +3 -0
- package/dist/Client.js +39 -34
- package/dist/api/resources/adHoc/client/Client.js +1 -1
- package/dist/api/resources/containerImages/client/Client.d.ts +61 -0
- package/dist/api/resources/containerImages/client/Client.js +231 -0
- package/dist/api/resources/containerImages/client/index.d.ts +1 -0
- package/dist/api/resources/containerImages/client/index.js +17 -0
- package/dist/api/resources/containerImages/client/requests/ContainerImagesListRequest.d.ts +21 -0
- package/dist/api/resources/containerImages/client/requests/ContainerImagesListRequest.js +5 -0
- package/dist/api/resources/containerImages/client/requests/PushContainerImageRequest.d.ts +16 -0
- package/dist/api/resources/containerImages/client/requests/PushContainerImageRequest.js +5 -0
- package/dist/api/resources/containerImages/client/requests/index.d.ts +2 -0
- package/dist/api/resources/containerImages/client/requests/index.js +2 -0
- package/dist/api/resources/containerImages/index.d.ts +1 -0
- package/dist/api/resources/containerImages/index.js +17 -0
- package/dist/api/resources/deployments/client/Client.js +5 -5
- 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/index.d.ts +2 -0
- package/dist/api/resources/index.js +3 -1
- package/dist/api/resources/metricDefinitions/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 +4 -4
- package/dist/api/resources/workflowSandboxes/client/Client.js +1 -1
- package/dist/api/resources/workflows/client/Client.js +1 -1
- package/dist/api/resources/workspaceSecrets/client/Client.js +2 -2
- package/dist/api/types/ArrayInputRequest.d.ts +1 -1
- package/dist/api/types/ArrayVellumValue.d.ts +1 -1
- package/dist/api/types/ArrayVellumValueRequest.d.ts +1 -1
- package/dist/api/types/CodeExecutionNodeArrayResult.d.ts +1 -1
- package/dist/api/types/ContainerImageRead.d.ts +14 -0
- package/dist/api/types/ContainerImageRead.js +5 -0
- package/dist/api/types/EntityVisibility.d.ts +16 -0
- package/dist/api/types/EntityVisibility.js +12 -0
- package/dist/api/types/ExecutionArrayVellumValue.d.ts +1 -1
- package/dist/api/types/NamedTestCaseArrayVariableValue.d.ts +1 -1
- package/dist/api/types/NamedTestCaseArrayVariableValueRequest.d.ts +1 -1
- package/dist/api/types/NodeInputCompiledArrayValue.d.ts +1 -1
- package/dist/api/types/NodeOutputCompiledArrayValue.d.ts +1 -1
- package/dist/api/types/PaginatedContainerImageReadList.d.ts +10 -0
- package/dist/api/types/PaginatedContainerImageReadList.js +5 -0
- package/dist/api/types/TemplatingNodeArrayResult.d.ts +1 -1
- package/dist/api/types/TerminalNodeArrayResult.d.ts +1 -1
- package/dist/api/types/TestCaseArrayVariableValue.d.ts +1 -1
- package/dist/api/types/TestSuiteRunExecutionArrayOutput.d.ts +1 -1
- package/dist/api/types/VellumVariableType.d.ts +3 -1
- package/dist/api/types/VellumVariableType.js +1 -0
- package/dist/api/types/WorkflowOutputArray.d.ts +1 -1
- package/dist/api/types/index.d.ts +3 -2
- package/dist/api/types/index.js +3 -2
- package/dist/serialization/resources/containerImages/client/index.d.ts +1 -0
- package/dist/serialization/resources/containerImages/client/index.js +17 -0
- package/dist/serialization/resources/containerImages/client/requests/PushContainerImageRequest.d.ts +14 -0
- package/dist/serialization/resources/containerImages/client/requests/PushContainerImageRequest.js +35 -0
- package/dist/serialization/resources/containerImages/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/containerImages/client/requests/index.js +5 -0
- package/dist/serialization/resources/containerImages/index.d.ts +1 -0
- package/dist/serialization/resources/containerImages/index.js +17 -0
- package/dist/serialization/resources/index.d.ts +2 -0
- package/dist/serialization/resources/index.js +3 -1
- package/dist/serialization/types/ArrayInputRequest.d.ts +1 -1
- package/dist/serialization/types/ArrayInputRequest.js +1 -1
- package/dist/serialization/types/ArrayVellumValue.d.ts +1 -1
- package/dist/serialization/types/ArrayVellumValue.js +1 -1
- package/dist/serialization/types/ArrayVellumValueRequest.d.ts +1 -1
- package/dist/serialization/types/ArrayVellumValueRequest.js +1 -1
- package/dist/serialization/types/CodeExecutionNodeArrayResult.d.ts +1 -1
- package/dist/serialization/types/CodeExecutionNodeArrayResult.js +1 -1
- package/dist/serialization/types/CodeExecutorResponse.d.ts +1 -2
- package/dist/serialization/types/CodeExecutorResponse.js +2 -2
- package/dist/serialization/types/ContainerImageRead.d.ts +20 -0
- package/{serialization/types/ArrayVellumValueItem.js → dist/serialization/types/ContainerImageRead.js} +12 -21
- package/dist/serialization/types/EntityVisibility.d.ts +10 -0
- package/dist/serialization/types/{ArrayVellumValueItem.js → EntityVisibility.js} +2 -21
- package/dist/serialization/types/ExecutionArrayVellumValue.d.ts +1 -1
- package/dist/serialization/types/ExecutionArrayVellumValue.js +1 -1
- package/dist/serialization/types/NamedTestCaseArrayVariableValue.d.ts +1 -1
- package/dist/serialization/types/NamedTestCaseArrayVariableValue.js +1 -1
- package/dist/serialization/types/NamedTestCaseArrayVariableValueRequest.d.ts +1 -1
- package/dist/serialization/types/NamedTestCaseArrayVariableValueRequest.js +1 -1
- package/dist/serialization/types/NodeInputCompiledArrayValue.d.ts +1 -1
- package/dist/serialization/types/NodeInputCompiledArrayValue.js +1 -1
- package/dist/serialization/types/NodeOutputCompiledArrayValue.d.ts +1 -1
- package/dist/serialization/types/NodeOutputCompiledArrayValue.js +1 -1
- package/dist/serialization/types/PaginatedContainerImageReadList.d.ts +16 -0
- package/dist/serialization/types/PaginatedContainerImageReadList.js +37 -0
- package/dist/serialization/types/TemplatingNodeArrayResult.d.ts +1 -1
- package/dist/serialization/types/TemplatingNodeArrayResult.js +1 -1
- package/dist/serialization/types/TerminalNodeArrayResult.d.ts +1 -1
- package/dist/serialization/types/TerminalNodeArrayResult.js +1 -1
- package/dist/serialization/types/TestCaseArrayVariableValue.d.ts +1 -1
- package/dist/serialization/types/TestCaseArrayVariableValue.js +1 -1
- package/dist/serialization/types/TestSuiteRunExecutionArrayOutput.d.ts +1 -1
- package/dist/serialization/types/TestSuiteRunExecutionArrayOutput.js +1 -1
- package/dist/serialization/types/VellumValueLogicalConditionRequest.d.ts +2 -3
- package/dist/serialization/types/VellumValueLogicalConditionRequest.js +3 -3
- package/dist/serialization/types/VellumVariable.d.ts +1 -2
- package/dist/serialization/types/VellumVariable.js +2 -2
- package/dist/serialization/types/VellumVariableRequest.d.ts +1 -2
- package/dist/serialization/types/VellumVariableRequest.js +2 -2
- package/dist/serialization/types/VellumVariableType.d.ts +1 -1
- package/dist/serialization/types/VellumVariableType.js +1 -0
- package/dist/serialization/types/WorkflowOutputArray.d.ts +1 -1
- package/dist/serialization/types/WorkflowOutputArray.js +1 -1
- package/dist/serialization/types/index.d.ts +3 -2
- package/dist/serialization/types/index.js +3 -2
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +195 -0
- package/serialization/resources/containerImages/client/index.d.ts +1 -0
- package/serialization/resources/containerImages/client/index.js +17 -0
- package/serialization/resources/containerImages/client/requests/PushContainerImageRequest.d.ts +14 -0
- package/serialization/resources/containerImages/client/requests/PushContainerImageRequest.js +35 -0
- package/serialization/resources/containerImages/client/requests/index.d.ts +1 -0
- package/serialization/resources/containerImages/client/requests/index.js +5 -0
- package/serialization/resources/containerImages/index.d.ts +1 -0
- package/serialization/resources/containerImages/index.js +17 -0
- package/serialization/resources/index.d.ts +2 -0
- package/serialization/resources/index.js +3 -1
- package/serialization/types/ArrayInputRequest.d.ts +1 -1
- package/serialization/types/ArrayInputRequest.js +1 -1
- package/serialization/types/ArrayVellumValue.d.ts +1 -1
- package/serialization/types/ArrayVellumValue.js +1 -1
- package/serialization/types/ArrayVellumValueRequest.d.ts +1 -1
- package/serialization/types/ArrayVellumValueRequest.js +1 -1
- package/serialization/types/CodeExecutionNodeArrayResult.d.ts +1 -1
- package/serialization/types/CodeExecutionNodeArrayResult.js +1 -1
- package/serialization/types/CodeExecutorResponse.d.ts +1 -2
- package/serialization/types/CodeExecutorResponse.js +2 -2
- package/serialization/types/ContainerImageRead.d.ts +20 -0
- package/serialization/types/ContainerImageRead.js +41 -0
- package/serialization/types/EntityVisibility.d.ts +10 -0
- package/serialization/types/EntityVisibility.js +31 -0
- package/serialization/types/ExecutionArrayVellumValue.d.ts +1 -1
- package/serialization/types/ExecutionArrayVellumValue.js +1 -1
- package/serialization/types/NamedTestCaseArrayVariableValue.d.ts +1 -1
- package/serialization/types/NamedTestCaseArrayVariableValue.js +1 -1
- package/serialization/types/NamedTestCaseArrayVariableValueRequest.d.ts +1 -1
- package/serialization/types/NamedTestCaseArrayVariableValueRequest.js +1 -1
- package/serialization/types/NodeInputCompiledArrayValue.d.ts +1 -1
- package/serialization/types/NodeInputCompiledArrayValue.js +1 -1
- package/serialization/types/NodeOutputCompiledArrayValue.d.ts +1 -1
- package/serialization/types/NodeOutputCompiledArrayValue.js +1 -1
- package/serialization/types/PaginatedContainerImageReadList.d.ts +16 -0
- package/serialization/types/PaginatedContainerImageReadList.js +37 -0
- package/serialization/types/TemplatingNodeArrayResult.d.ts +1 -1
- package/serialization/types/TemplatingNodeArrayResult.js +1 -1
- package/serialization/types/TerminalNodeArrayResult.d.ts +1 -1
- package/serialization/types/TerminalNodeArrayResult.js +1 -1
- package/serialization/types/TestCaseArrayVariableValue.d.ts +1 -1
- package/serialization/types/TestCaseArrayVariableValue.js +1 -1
- package/serialization/types/TestSuiteRunExecutionArrayOutput.d.ts +1 -1
- package/serialization/types/TestSuiteRunExecutionArrayOutput.js +1 -1
- package/serialization/types/VellumValueLogicalConditionRequest.d.ts +2 -3
- package/serialization/types/VellumValueLogicalConditionRequest.js +3 -3
- package/serialization/types/VellumVariable.d.ts +1 -2
- package/serialization/types/VellumVariable.js +2 -2
- package/serialization/types/VellumVariableRequest.d.ts +1 -2
- package/serialization/types/VellumVariableRequest.js +2 -2
- package/serialization/types/VellumVariableType.d.ts +1 -1
- package/serialization/types/VellumVariableType.js +1 -0
- package/serialization/types/WorkflowOutputArray.d.ts +1 -1
- package/serialization/types/WorkflowOutputArray.js +1 -1
- package/serialization/types/index.d.ts +3 -2
- package/serialization/types/index.js +3 -2
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/types/ArrayVellumValueItem.d.ts +0 -5
- package/api/types/ArrayVellumValueItemRequest.d.ts +0 -5
- package/dist/api/types/ArrayVellumValueItem.d.ts +0 -5
- package/dist/api/types/ArrayVellumValueItemRequest.d.ts +0 -5
- package/dist/serialization/types/ArrayVellumValueItem.d.ts +0 -18
- package/dist/serialization/types/ArrayVellumValueItemRequest.d.ts +0 -18
- package/dist/serialization/types/ArrayVellumValueItemRequest.js +0 -50
- package/serialization/types/ArrayVellumValueItem.d.ts +0 -18
- package/serialization/types/ArrayVellumValueItemRequest.d.ts +0 -18
- package/serialization/types/ArrayVellumValueItemRequest.js +0 -50
- /package/api/{types/ArrayVellumValueItem.js → resources/containerImages/client/requests/ContainerImagesListRequest.js} +0 -0
- /package/api/{types/ArrayVellumValueItemRequest.js → resources/containerImages/client/requests/PushContainerImageRequest.js} +0 -0
- /package/{dist/api/types/ArrayVellumValueItem.js → api/types/ContainerImageRead.js} +0 -0
- /package/{dist/api/types/ArrayVellumValueItemRequest.js → api/types/PaginatedContainerImageReadList.js} +0 -0
|
@@ -11,9 +11,10 @@
|
|
|
11
11
|
* - `ARRAY` - ARRAY
|
|
12
12
|
* - `FUNCTION_CALL` - FUNCTION_CALL
|
|
13
13
|
* - `IMAGE` - IMAGE
|
|
14
|
+
* - `AUDIO` - AUDIO
|
|
14
15
|
* - `NULL` - NULL
|
|
15
16
|
*/
|
|
16
|
-
export declare type VellumVariableType = "STRING" | "NUMBER" | "JSON" | "CHAT_HISTORY" | "SEARCH_RESULTS" | "ERROR" | "ARRAY" | "FUNCTION_CALL" | "IMAGE" | "NULL";
|
|
17
|
+
export declare type VellumVariableType = "STRING" | "NUMBER" | "JSON" | "CHAT_HISTORY" | "SEARCH_RESULTS" | "ERROR" | "ARRAY" | "FUNCTION_CALL" | "IMAGE" | "AUDIO" | "NULL";
|
|
17
18
|
export declare const VellumVariableType: {
|
|
18
19
|
readonly String: "STRING";
|
|
19
20
|
readonly Number: "NUMBER";
|
|
@@ -24,5 +25,6 @@ export declare const VellumVariableType: {
|
|
|
24
25
|
readonly Array: "ARRAY";
|
|
25
26
|
readonly FunctionCall: "FUNCTION_CALL";
|
|
26
27
|
readonly Image: "IMAGE";
|
|
28
|
+
readonly Audio: "AUDIO";
|
|
27
29
|
readonly Null: "NULL";
|
|
28
30
|
};
|
package/api/types/index.d.ts
CHANGED
|
@@ -15,8 +15,6 @@ export * from "./ArrayInputRequest";
|
|
|
15
15
|
export * from "./ArrayVariableValue";
|
|
16
16
|
export * from "./ArrayVariableValueItem";
|
|
17
17
|
export * from "./ArrayVellumValue";
|
|
18
|
-
export * from "./ArrayVellumValueItem";
|
|
19
|
-
export * from "./ArrayVellumValueItemRequest";
|
|
20
18
|
export * from "./ArrayVellumValueRequest";
|
|
21
19
|
export * from "./BasicVectorizerIntfloatMultilingualE5Large";
|
|
22
20
|
export * from "./BasicVectorizerIntfloatMultilingualE5LargeRequest";
|
|
@@ -56,6 +54,7 @@ export * from "./CompilePromptMeta";
|
|
|
56
54
|
export * from "./ConditionCombinator";
|
|
57
55
|
export * from "./ConditionalNodeResult";
|
|
58
56
|
export * from "./ConditionalNodeResultData";
|
|
57
|
+
export * from "./ContainerImageRead";
|
|
59
58
|
export * from "./CreateTestSuiteTestCaseRequest";
|
|
60
59
|
export * from "./DeploymentProviderPayloadResponsePayload";
|
|
61
60
|
export * from "./DeploymentProviderPayloadResponse";
|
|
@@ -72,6 +71,7 @@ export * from "./DocumentRead";
|
|
|
72
71
|
export * from "./DocumentStatus";
|
|
73
72
|
export * from "./EnrichedNormalizedCompletion";
|
|
74
73
|
export * from "./EntityStatus";
|
|
74
|
+
export * from "./EntityVisibility";
|
|
75
75
|
export * from "./EnvironmentEnum";
|
|
76
76
|
export * from "./EphemeralPromptCacheConfigRequest";
|
|
77
77
|
export * from "./EphemeralPromptCacheConfigTypeEnum";
|
|
@@ -231,6 +231,7 @@ export * from "./OpenAiVectorizerTextEmbedding3Small";
|
|
|
231
231
|
export * from "./OpenAiVectorizerTextEmbedding3SmallRequest";
|
|
232
232
|
export * from "./OpenAiVectorizerTextEmbeddingAda002";
|
|
233
233
|
export * from "./OpenAiVectorizerTextEmbeddingAda002Request";
|
|
234
|
+
export * from "./PaginatedContainerImageReadList";
|
|
234
235
|
export * from "./PaginatedDocumentIndexReadList";
|
|
235
236
|
export * from "./PaginatedFolderEntityList";
|
|
236
237
|
export * from "./PaginatedSlimDeploymentReadList";
|
package/api/types/index.js
CHANGED
|
@@ -31,8 +31,6 @@ __exportStar(require("./ArrayInputRequest"), exports);
|
|
|
31
31
|
__exportStar(require("./ArrayVariableValue"), exports);
|
|
32
32
|
__exportStar(require("./ArrayVariableValueItem"), exports);
|
|
33
33
|
__exportStar(require("./ArrayVellumValue"), exports);
|
|
34
|
-
__exportStar(require("./ArrayVellumValueItem"), exports);
|
|
35
|
-
__exportStar(require("./ArrayVellumValueItemRequest"), exports);
|
|
36
34
|
__exportStar(require("./ArrayVellumValueRequest"), exports);
|
|
37
35
|
__exportStar(require("./BasicVectorizerIntfloatMultilingualE5Large"), exports);
|
|
38
36
|
__exportStar(require("./BasicVectorizerIntfloatMultilingualE5LargeRequest"), exports);
|
|
@@ -72,6 +70,7 @@ __exportStar(require("./CompilePromptMeta"), exports);
|
|
|
72
70
|
__exportStar(require("./ConditionCombinator"), exports);
|
|
73
71
|
__exportStar(require("./ConditionalNodeResult"), exports);
|
|
74
72
|
__exportStar(require("./ConditionalNodeResultData"), exports);
|
|
73
|
+
__exportStar(require("./ContainerImageRead"), exports);
|
|
75
74
|
__exportStar(require("./CreateTestSuiteTestCaseRequest"), exports);
|
|
76
75
|
__exportStar(require("./DeploymentProviderPayloadResponsePayload"), exports);
|
|
77
76
|
__exportStar(require("./DeploymentProviderPayloadResponse"), exports);
|
|
@@ -88,6 +87,7 @@ __exportStar(require("./DocumentRead"), exports);
|
|
|
88
87
|
__exportStar(require("./DocumentStatus"), exports);
|
|
89
88
|
__exportStar(require("./EnrichedNormalizedCompletion"), exports);
|
|
90
89
|
__exportStar(require("./EntityStatus"), exports);
|
|
90
|
+
__exportStar(require("./EntityVisibility"), exports);
|
|
91
91
|
__exportStar(require("./EnvironmentEnum"), exports);
|
|
92
92
|
__exportStar(require("./EphemeralPromptCacheConfigRequest"), exports);
|
|
93
93
|
__exportStar(require("./EphemeralPromptCacheConfigTypeEnum"), exports);
|
|
@@ -247,6 +247,7 @@ __exportStar(require("./OpenAiVectorizerTextEmbedding3Small"), exports);
|
|
|
247
247
|
__exportStar(require("./OpenAiVectorizerTextEmbedding3SmallRequest"), exports);
|
|
248
248
|
__exportStar(require("./OpenAiVectorizerTextEmbeddingAda002"), exports);
|
|
249
249
|
__exportStar(require("./OpenAiVectorizerTextEmbeddingAda002Request"), exports);
|
|
250
|
+
__exportStar(require("./PaginatedContainerImageReadList"), exports);
|
|
250
251
|
__exportStar(require("./PaginatedDocumentIndexReadList"), exports);
|
|
251
252
|
__exportStar(require("./PaginatedFolderEntityList"), exports);
|
|
252
253
|
__exportStar(require("./PaginatedSlimDeploymentReadList"), exports);
|
package/dist/Client.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ import * as environments from "./environments";
|
|
|
5
5
|
import * as core from "./core";
|
|
6
6
|
import * as Vellum from "./api/index";
|
|
7
7
|
import { AdHoc } from "./api/resources/adHoc/client/Client";
|
|
8
|
+
import { ContainerImages } from "./api/resources/containerImages/client/Client";
|
|
8
9
|
import { Deployments } from "./api/resources/deployments/client/Client";
|
|
9
10
|
import { DocumentIndexes } from "./api/resources/documentIndexes/client/Client";
|
|
10
11
|
import { Documents } from "./api/resources/documents/client/Client";
|
|
@@ -189,6 +190,8 @@ export declare class VellumClient {
|
|
|
189
190
|
submitWorkflowExecutionActuals(request: Vellum.SubmitWorkflowExecutionActualsRequest, requestOptions?: VellumClient.RequestOptions): Promise<void>;
|
|
190
191
|
protected _adHoc: AdHoc | undefined;
|
|
191
192
|
get adHoc(): AdHoc;
|
|
193
|
+
protected _containerImages: ContainerImages | undefined;
|
|
194
|
+
get containerImages(): ContainerImages;
|
|
192
195
|
protected _deployments: Deployments | undefined;
|
|
193
196
|
get deployments(): Deployments;
|
|
194
197
|
protected _documentIndexes: DocumentIndexes | undefined;
|
package/dist/Client.js
CHANGED
|
@@ -46,18 +46,19 @@ const serializers = __importStar(require("./serialization/index"));
|
|
|
46
46
|
const url_join_1 = __importDefault(require("url-join"));
|
|
47
47
|
const errors = __importStar(require("./errors/index"));
|
|
48
48
|
const Client_1 = require("./api/resources/adHoc/client/Client");
|
|
49
|
-
const Client_2 = require("./api/resources/
|
|
50
|
-
const Client_3 = require("./api/resources/
|
|
51
|
-
const Client_4 = require("./api/resources/
|
|
52
|
-
const Client_5 = require("./api/resources/
|
|
53
|
-
const Client_6 = require("./api/resources/
|
|
54
|
-
const Client_7 = require("./api/resources/
|
|
55
|
-
const Client_8 = require("./api/resources/
|
|
56
|
-
const Client_9 = require("./api/resources/
|
|
57
|
-
const Client_10 = require("./api/resources/
|
|
58
|
-
const Client_11 = require("./api/resources/
|
|
59
|
-
const Client_12 = require("./api/resources/
|
|
60
|
-
const Client_13 = require("./api/resources/
|
|
49
|
+
const Client_2 = require("./api/resources/containerImages/client/Client");
|
|
50
|
+
const Client_3 = require("./api/resources/deployments/client/Client");
|
|
51
|
+
const Client_4 = require("./api/resources/documentIndexes/client/Client");
|
|
52
|
+
const Client_5 = require("./api/resources/documents/client/Client");
|
|
53
|
+
const Client_6 = require("./api/resources/folderEntities/client/Client");
|
|
54
|
+
const Client_7 = require("./api/resources/metricDefinitions/client/Client");
|
|
55
|
+
const Client_8 = require("./api/resources/sandboxes/client/Client");
|
|
56
|
+
const Client_9 = require("./api/resources/testSuiteRuns/client/Client");
|
|
57
|
+
const Client_10 = require("./api/resources/testSuites/client/Client");
|
|
58
|
+
const Client_11 = require("./api/resources/workflowDeployments/client/Client");
|
|
59
|
+
const Client_12 = require("./api/resources/workflowSandboxes/client/Client");
|
|
60
|
+
const Client_13 = require("./api/resources/workflows/client/Client");
|
|
61
|
+
const Client_14 = require("./api/resources/workspaceSecrets/client/Client");
|
|
61
62
|
class VellumClient {
|
|
62
63
|
constructor(_options = {}) {
|
|
63
64
|
this._options = _options;
|
|
@@ -93,7 +94,7 @@ class VellumClient {
|
|
|
93
94
|
url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
|
|
94
95
|
.default, "v1/execute-code"),
|
|
95
96
|
method: "POST",
|
|
96
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "
|
|
97
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "v0.9.1", "User-Agent": "vellum-ai/v0.9.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
97
98
|
contentType: "application/json",
|
|
98
99
|
requestType: "json",
|
|
99
100
|
body: serializers.CodeExecutorRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -162,7 +163,7 @@ class VellumClient {
|
|
|
162
163
|
url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
|
|
163
164
|
.predict, "v1/execute-prompt"),
|
|
164
165
|
method: "POST",
|
|
165
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "
|
|
166
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "v0.9.1", "User-Agent": "vellum-ai/v0.9.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
166
167
|
contentType: "application/json",
|
|
167
168
|
requestType: "json",
|
|
168
169
|
body: serializers.ExecutePromptRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -220,7 +221,7 @@ class VellumClient {
|
|
|
220
221
|
url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
|
|
221
222
|
.predict, "v1/execute-prompt-stream"),
|
|
222
223
|
method: "POST",
|
|
223
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "
|
|
224
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "v0.9.1", "User-Agent": "vellum-ai/v0.9.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
224
225
|
contentType: "application/json",
|
|
225
226
|
requestType: "json",
|
|
226
227
|
body: serializers.ExecutePromptStreamRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -305,7 +306,7 @@ class VellumClient {
|
|
|
305
306
|
url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
|
|
306
307
|
.predict, "v1/execute-workflow"),
|
|
307
308
|
method: "POST",
|
|
308
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "
|
|
309
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "v0.9.1", "User-Agent": "vellum-ai/v0.9.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
309
310
|
contentType: "application/json",
|
|
310
311
|
requestType: "json",
|
|
311
312
|
body: serializers.ExecuteWorkflowRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -361,7 +362,7 @@ class VellumClient {
|
|
|
361
362
|
url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
|
|
362
363
|
.predict, "v1/execute-workflow-stream"),
|
|
363
364
|
method: "POST",
|
|
364
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "
|
|
365
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "v0.9.1", "User-Agent": "vellum-ai/v0.9.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
365
366
|
contentType: "application/json",
|
|
366
367
|
requestType: "json",
|
|
367
368
|
body: serializers.ExecuteWorkflowStreamRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -448,7 +449,7 @@ class VellumClient {
|
|
|
448
449
|
url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
|
|
449
450
|
.predict, "v1/generate"),
|
|
450
451
|
method: "POST",
|
|
451
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "
|
|
452
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "v0.9.1", "User-Agent": "vellum-ai/v0.9.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
452
453
|
contentType: "application/json",
|
|
453
454
|
requestType: "json",
|
|
454
455
|
body: serializers.GenerateBodyRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -509,7 +510,7 @@ class VellumClient {
|
|
|
509
510
|
url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
|
|
510
511
|
.predict, "v1/generate-stream"),
|
|
511
512
|
method: "POST",
|
|
512
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "
|
|
513
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "v0.9.1", "User-Agent": "vellum-ai/v0.9.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
513
514
|
contentType: "application/json",
|
|
514
515
|
requestType: "json",
|
|
515
516
|
body: serializers.GenerateStreamBodyRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -590,7 +591,7 @@ class VellumClient {
|
|
|
590
591
|
url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
|
|
591
592
|
.predict, "v1/search"),
|
|
592
593
|
method: "POST",
|
|
593
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "
|
|
594
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "v0.9.1", "User-Agent": "vellum-ai/v0.9.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
594
595
|
contentType: "application/json",
|
|
595
596
|
requestType: "json",
|
|
596
597
|
body: serializers.SearchRequestBodyRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -658,7 +659,7 @@ class VellumClient {
|
|
|
658
659
|
url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
|
|
659
660
|
.predict, "v1/submit-completion-actuals"),
|
|
660
661
|
method: "POST",
|
|
661
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "
|
|
662
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "v0.9.1", "User-Agent": "vellum-ai/v0.9.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
662
663
|
contentType: "application/json",
|
|
663
664
|
requestType: "json",
|
|
664
665
|
body: serializers.SubmitCompletionActualsRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -721,7 +722,7 @@ class VellumClient {
|
|
|
721
722
|
url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
|
|
722
723
|
.predict, "v1/submit-workflow-execution-actuals"),
|
|
723
724
|
method: "POST",
|
|
724
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "
|
|
725
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "v0.9.1", "User-Agent": "vellum-ai/v0.9.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
725
726
|
contentType: "application/json",
|
|
726
727
|
requestType: "json",
|
|
727
728
|
body: serializers.SubmitWorkflowExecutionActualsRequest.jsonOrThrow(request, {
|
|
@@ -759,53 +760,57 @@ class VellumClient {
|
|
|
759
760
|
var _a;
|
|
760
761
|
return ((_a = this._adHoc) !== null && _a !== void 0 ? _a : (this._adHoc = new Client_1.AdHoc(this._options)));
|
|
761
762
|
}
|
|
763
|
+
get containerImages() {
|
|
764
|
+
var _a;
|
|
765
|
+
return ((_a = this._containerImages) !== null && _a !== void 0 ? _a : (this._containerImages = new Client_2.ContainerImages(this._options)));
|
|
766
|
+
}
|
|
762
767
|
get deployments() {
|
|
763
768
|
var _a;
|
|
764
|
-
return ((_a = this._deployments) !== null && _a !== void 0 ? _a : (this._deployments = new
|
|
769
|
+
return ((_a = this._deployments) !== null && _a !== void 0 ? _a : (this._deployments = new Client_3.Deployments(this._options)));
|
|
765
770
|
}
|
|
766
771
|
get documentIndexes() {
|
|
767
772
|
var _a;
|
|
768
|
-
return ((_a = this._documentIndexes) !== null && _a !== void 0 ? _a : (this._documentIndexes = new
|
|
773
|
+
return ((_a = this._documentIndexes) !== null && _a !== void 0 ? _a : (this._documentIndexes = new Client_4.DocumentIndexes(this._options)));
|
|
769
774
|
}
|
|
770
775
|
get documents() {
|
|
771
776
|
var _a;
|
|
772
|
-
return ((_a = this._documents) !== null && _a !== void 0 ? _a : (this._documents = new
|
|
777
|
+
return ((_a = this._documents) !== null && _a !== void 0 ? _a : (this._documents = new Client_5.Documents(this._options)));
|
|
773
778
|
}
|
|
774
779
|
get folderEntities() {
|
|
775
780
|
var _a;
|
|
776
|
-
return ((_a = this._folderEntities) !== null && _a !== void 0 ? _a : (this._folderEntities = new
|
|
781
|
+
return ((_a = this._folderEntities) !== null && _a !== void 0 ? _a : (this._folderEntities = new Client_6.FolderEntities(this._options)));
|
|
777
782
|
}
|
|
778
783
|
get metricDefinitions() {
|
|
779
784
|
var _a;
|
|
780
|
-
return ((_a = this._metricDefinitions) !== null && _a !== void 0 ? _a : (this._metricDefinitions = new
|
|
785
|
+
return ((_a = this._metricDefinitions) !== null && _a !== void 0 ? _a : (this._metricDefinitions = new Client_7.MetricDefinitions(this._options)));
|
|
781
786
|
}
|
|
782
787
|
get sandboxes() {
|
|
783
788
|
var _a;
|
|
784
|
-
return ((_a = this._sandboxes) !== null && _a !== void 0 ? _a : (this._sandboxes = new
|
|
789
|
+
return ((_a = this._sandboxes) !== null && _a !== void 0 ? _a : (this._sandboxes = new Client_8.Sandboxes(this._options)));
|
|
785
790
|
}
|
|
786
791
|
get testSuiteRuns() {
|
|
787
792
|
var _a;
|
|
788
|
-
return ((_a = this._testSuiteRuns) !== null && _a !== void 0 ? _a : (this._testSuiteRuns = new
|
|
793
|
+
return ((_a = this._testSuiteRuns) !== null && _a !== void 0 ? _a : (this._testSuiteRuns = new Client_9.TestSuiteRuns(this._options)));
|
|
789
794
|
}
|
|
790
795
|
get testSuites() {
|
|
791
796
|
var _a;
|
|
792
|
-
return ((_a = this._testSuites) !== null && _a !== void 0 ? _a : (this._testSuites = new
|
|
797
|
+
return ((_a = this._testSuites) !== null && _a !== void 0 ? _a : (this._testSuites = new Client_10.TestSuites(this._options)));
|
|
793
798
|
}
|
|
794
799
|
get workflowDeployments() {
|
|
795
800
|
var _a;
|
|
796
|
-
return ((_a = this._workflowDeployments) !== null && _a !== void 0 ? _a : (this._workflowDeployments = new
|
|
801
|
+
return ((_a = this._workflowDeployments) !== null && _a !== void 0 ? _a : (this._workflowDeployments = new Client_11.WorkflowDeployments(this._options)));
|
|
797
802
|
}
|
|
798
803
|
get workflowSandboxes() {
|
|
799
804
|
var _a;
|
|
800
|
-
return ((_a = this._workflowSandboxes) !== null && _a !== void 0 ? _a : (this._workflowSandboxes = new
|
|
805
|
+
return ((_a = this._workflowSandboxes) !== null && _a !== void 0 ? _a : (this._workflowSandboxes = new Client_12.WorkflowSandboxes(this._options)));
|
|
801
806
|
}
|
|
802
807
|
get workflows() {
|
|
803
808
|
var _a;
|
|
804
|
-
return ((_a = this._workflows) !== null && _a !== void 0 ? _a : (this._workflows = new
|
|
809
|
+
return ((_a = this._workflows) !== null && _a !== void 0 ? _a : (this._workflows = new Client_13.Workflows(this._options)));
|
|
805
810
|
}
|
|
806
811
|
get workspaceSecrets() {
|
|
807
812
|
var _a;
|
|
808
|
-
return ((_a = this._workspaceSecrets) !== null && _a !== void 0 ? _a : (this._workspaceSecrets = new
|
|
813
|
+
return ((_a = this._workspaceSecrets) !== null && _a !== void 0 ? _a : (this._workspaceSecrets = new Client_14.WorkspaceSecrets(this._options)));
|
|
809
814
|
}
|
|
810
815
|
_getCustomAuthorizationHeaders() {
|
|
811
816
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -59,7 +59,7 @@ class AdHoc {
|
|
|
59
59
|
url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
|
|
60
60
|
.default, "v1/ad-hoc/execute-prompt-stream"),
|
|
61
61
|
method: "POST",
|
|
62
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "
|
|
62
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "v0.9.1", "User-Agent": "vellum-ai/v0.9.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
63
63
|
contentType: "application/json",
|
|
64
64
|
requestType: "json",
|
|
65
65
|
body: serializers.AdHocExecutePromptStreamRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as environments from "../../../../environments";
|
|
5
|
+
import * as core from "../../../../core";
|
|
6
|
+
import * as Vellum from "../../../index";
|
|
7
|
+
export declare namespace ContainerImages {
|
|
8
|
+
interface Options {
|
|
9
|
+
environment?: core.Supplier<environments.VellumEnvironment | environments.VellumEnvironmentUrls>;
|
|
10
|
+
apiKey?: core.Supplier<string | undefined>;
|
|
11
|
+
}
|
|
12
|
+
interface RequestOptions {
|
|
13
|
+
/** The maximum time to wait for a response in seconds. */
|
|
14
|
+
timeoutInSeconds?: number;
|
|
15
|
+
/** The number of times to retry the request. Defaults to 2. */
|
|
16
|
+
maxRetries?: number;
|
|
17
|
+
/** A hook to abort the request. */
|
|
18
|
+
abortSignal?: AbortSignal;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
export declare class ContainerImages {
|
|
22
|
+
protected readonly _options: ContainerImages.Options;
|
|
23
|
+
constructor(_options?: ContainerImages.Options);
|
|
24
|
+
/**
|
|
25
|
+
* Retrieve a list of container images for the organization.
|
|
26
|
+
*
|
|
27
|
+
* @param {Vellum.ContainerImagesListRequest} request
|
|
28
|
+
* @param {ContainerImages.RequestOptions} requestOptions - Request-specific configuration.
|
|
29
|
+
*
|
|
30
|
+
* @example
|
|
31
|
+
* await client.containerImages.list()
|
|
32
|
+
*/
|
|
33
|
+
list(request?: Vellum.ContainerImagesListRequest, requestOptions?: ContainerImages.RequestOptions): Promise<Vellum.PaginatedContainerImageReadList>;
|
|
34
|
+
/**
|
|
35
|
+
* Retrieve a Container Image by its ID or name.
|
|
36
|
+
*
|
|
37
|
+
* @param {string} id - Either the Container Image's ID or its unique name
|
|
38
|
+
* @param {ContainerImages.RequestOptions} requestOptions - Request-specific configuration.
|
|
39
|
+
*
|
|
40
|
+
* @example
|
|
41
|
+
* await client.containerImages.retrieve("id")
|
|
42
|
+
*/
|
|
43
|
+
retrieve(id: string, requestOptions?: ContainerImages.RequestOptions): Promise<Vellum.ContainerImageRead>;
|
|
44
|
+
/**
|
|
45
|
+
* An internal-only endpoint that's subject to breaking changes without notice. Not intended for public use.
|
|
46
|
+
*
|
|
47
|
+
* @param {Vellum.PushContainerImageRequest} request
|
|
48
|
+
* @param {ContainerImages.RequestOptions} requestOptions - Request-specific configuration.
|
|
49
|
+
*
|
|
50
|
+
* @example
|
|
51
|
+
* await client.containerImages.pushContainerImage({
|
|
52
|
+
* name: "name",
|
|
53
|
+
* sha: "sha",
|
|
54
|
+
* tags: ["tags"]
|
|
55
|
+
* })
|
|
56
|
+
*/
|
|
57
|
+
pushContainerImage(request: Vellum.PushContainerImageRequest, requestOptions?: ContainerImages.RequestOptions): Promise<Vellum.ContainerImageRead>;
|
|
58
|
+
protected _getCustomAuthorizationHeaders(): Promise<{
|
|
59
|
+
X_API_KEY: string | undefined;
|
|
60
|
+
}>;
|
|
61
|
+
}
|