vellum-ai 0.8.29 → 0.9.0
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 +33 -42
- package/.mock/definition/workspaceSecrets.yml +4 -1
- package/.mock/openapi/openapi.yml +43 -61
- package/Client.js +10 -10
- package/api/resources/adHoc/client/Client.js +1 -1
- 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 +1 -0
- package/api/resources/index.js +1 -0
- 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.d.ts +11 -0
- package/api/resources/workspaceSecrets/client/Client.js +57 -1
- package/api/resources/workspaceSecrets/client/index.d.ts +1 -1
- package/api/resources/workspaceSecrets/client/index.js +15 -0
- package/api/resources/workspaceSecrets/client/requests/PatchedWorkspaceSecretUpdateRequest.d.ts +11 -0
- package/api/resources/workspaceSecrets/client/requests/index.d.ts +1 -0
- package/api/resources/workspaceSecrets/client/requests/index.js +2 -0
- 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/CodeExecutorInputRequest.d.ts +1 -1
- package/api/types/CodeExecutorSecretInputRequest.d.ts +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/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 +1 -2
- package/api/types/index.js +1 -2
- package/dist/Client.js +10 -10
- package/dist/api/resources/adHoc/client/Client.js +1 -1
- 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 +1 -0
- package/dist/api/resources/index.js +1 -0
- 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.d.ts +11 -0
- package/dist/api/resources/workspaceSecrets/client/Client.js +57 -1
- package/dist/api/resources/workspaceSecrets/client/index.d.ts +1 -1
- package/dist/api/resources/workspaceSecrets/client/index.js +15 -0
- package/dist/api/resources/workspaceSecrets/client/requests/PatchedWorkspaceSecretUpdateRequest.d.ts +11 -0
- package/dist/api/resources/workspaceSecrets/client/requests/index.d.ts +1 -0
- package/dist/api/resources/workspaceSecrets/client/requests/index.js +2 -0
- 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/CodeExecutorInputRequest.d.ts +1 -1
- package/dist/api/types/CodeExecutorSecretInputRequest.d.ts +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/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 +1 -2
- package/dist/api/types/index.js +1 -2
- package/dist/serialization/resources/index.d.ts +2 -0
- package/dist/serialization/resources/index.js +3 -1
- package/dist/serialization/resources/workspaceSecrets/client/index.d.ts +1 -0
- package/dist/serialization/resources/workspaceSecrets/client/index.js +17 -0
- package/dist/serialization/resources/workspaceSecrets/client/requests/PatchedWorkspaceSecretUpdateRequest.d.ts +13 -0
- package/dist/serialization/resources/workspaceSecrets/client/requests/PatchedWorkspaceSecretUpdateRequest.js +34 -0
- package/dist/serialization/resources/workspaceSecrets/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/workspaceSecrets/client/requests/index.js +5 -0
- package/dist/serialization/resources/workspaceSecrets/index.d.ts +1 -0
- package/dist/serialization/resources/workspaceSecrets/index.js +17 -0
- 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/CodeExecutorInputRequest.d.ts +2 -1
- package/dist/serialization/types/CodeExecutorInputRequest.js +2 -0
- package/dist/serialization/types/CodeExecutorResponse.d.ts +1 -2
- package/dist/serialization/types/CodeExecutorResponse.js +2 -2
- package/dist/serialization/types/CodeExecutorSecretInputRequest.d.ts +14 -0
- package/{serialization/types/ArrayVellumValueItem.js → dist/serialization/types/CodeExecutorSecretInputRequest.js} +6 -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/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 +1 -2
- package/dist/serialization/types/index.js +1 -2
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +71 -0
- package/serialization/resources/index.d.ts +2 -0
- package/serialization/resources/index.js +3 -1
- package/serialization/resources/workspaceSecrets/client/index.d.ts +1 -0
- package/serialization/resources/workspaceSecrets/client/index.js +17 -0
- package/serialization/resources/workspaceSecrets/client/requests/PatchedWorkspaceSecretUpdateRequest.d.ts +13 -0
- package/serialization/resources/workspaceSecrets/client/requests/PatchedWorkspaceSecretUpdateRequest.js +34 -0
- package/serialization/resources/workspaceSecrets/client/requests/index.d.ts +1 -0
- package/serialization/resources/workspaceSecrets/client/requests/index.js +5 -0
- package/serialization/resources/workspaceSecrets/index.d.ts +1 -0
- package/serialization/resources/workspaceSecrets/index.js +17 -0
- 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/CodeExecutorInputRequest.d.ts +2 -1
- package/serialization/types/CodeExecutorInputRequest.js +2 -0
- package/serialization/types/CodeExecutorResponse.d.ts +1 -2
- package/serialization/types/CodeExecutorResponse.js +2 -2
- package/serialization/types/CodeExecutorSecretInputRequest.d.ts +14 -0
- package/{dist/serialization/types/ArrayVellumValueItem.js → serialization/types/CodeExecutorSecretInputRequest.js} +6 -21
- 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/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 +1 -2
- package/serialization/types/index.js +1 -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/workspaceSecrets/client/requests/PatchedWorkspaceSecretUpdateRequest.js} +0 -0
- /package/api/types/{ArrayVellumValueItemRequest.js → CodeExecutorSecretInputRequest.js} +0 -0
- /package/dist/api/{types/ArrayVellumValueItem.js → resources/workspaceSecrets/client/requests/PatchedWorkspaceSecretUpdateRequest.js} +0 -0
- /package/dist/api/types/{ArrayVellumValueItemRequest.js → CodeExecutorSecretInputRequest.js} +0 -0
|
@@ -69,7 +69,7 @@ class Workflows {
|
|
|
69
69
|
url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
|
|
70
70
|
.default, "v1/workflows/push"),
|
|
71
71
|
method: "POST",
|
|
72
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.
|
|
72
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.9.0", "User-Agent": "vellum-ai/0.9.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
73
73
|
contentType: "application/json",
|
|
74
74
|
requestType: "json",
|
|
75
75
|
body: serializers.WorkflowPushRequest.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
@@ -31,6 +31,17 @@ export declare class WorkspaceSecrets {
|
|
|
31
31
|
* await client.workspaceSecrets.retrieve("id")
|
|
32
32
|
*/
|
|
33
33
|
retrieve(id: string, requestOptions?: WorkspaceSecrets.RequestOptions): Promise<Vellum.WorkspaceSecretRead>;
|
|
34
|
+
/**
|
|
35
|
+
* Used to update a Workspace Secret given its ID or name.
|
|
36
|
+
*
|
|
37
|
+
* @param {string} id - Either the Workspace Secret's ID or its unique name
|
|
38
|
+
* @param {Vellum.PatchedWorkspaceSecretUpdateRequest} request
|
|
39
|
+
* @param {WorkspaceSecrets.RequestOptions} requestOptions - Request-specific configuration.
|
|
40
|
+
*
|
|
41
|
+
* @example
|
|
42
|
+
* await client.workspaceSecrets.partialUpdate("id")
|
|
43
|
+
*/
|
|
44
|
+
partialUpdate(id: string, request?: Vellum.PatchedWorkspaceSecretUpdateRequest, requestOptions?: WorkspaceSecrets.RequestOptions): Promise<Vellum.WorkspaceSecretRead>;
|
|
34
45
|
protected _getCustomAuthorizationHeaders(): Promise<{
|
|
35
46
|
X_API_KEY: string | undefined;
|
|
36
47
|
}>;
|
|
@@ -64,7 +64,7 @@ class WorkspaceSecrets {
|
|
|
64
64
|
url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
|
|
65
65
|
.default, `v1/workspace-secrets/${encodeURIComponent(id)}`),
|
|
66
66
|
method: "GET",
|
|
67
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.
|
|
67
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.9.0", "User-Agent": "vellum-ai/0.9.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
68
68
|
contentType: "application/json",
|
|
69
69
|
requestType: "json",
|
|
70
70
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
@@ -100,6 +100,62 @@ class WorkspaceSecrets {
|
|
|
100
100
|
}
|
|
101
101
|
});
|
|
102
102
|
}
|
|
103
|
+
/**
|
|
104
|
+
* Used to update a Workspace Secret given its ID or name.
|
|
105
|
+
*
|
|
106
|
+
* @param {string} id - Either the Workspace Secret's ID or its unique name
|
|
107
|
+
* @param {Vellum.PatchedWorkspaceSecretUpdateRequest} request
|
|
108
|
+
* @param {WorkspaceSecrets.RequestOptions} requestOptions - Request-specific configuration.
|
|
109
|
+
*
|
|
110
|
+
* @example
|
|
111
|
+
* await client.workspaceSecrets.partialUpdate("id")
|
|
112
|
+
*/
|
|
113
|
+
partialUpdate(id, request = {}, requestOptions) {
|
|
114
|
+
var _a;
|
|
115
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
116
|
+
const _response = yield core.fetcher({
|
|
117
|
+
url: (0, url_join_1.default)(((_a = (yield core.Supplier.get(this._options.environment))) !== null && _a !== void 0 ? _a : environments.VellumEnvironment.Production)
|
|
118
|
+
.default, `v1/workspace-secrets/${encodeURIComponent(id)}`),
|
|
119
|
+
method: "PATCH",
|
|
120
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.9.0", "User-Agent": "vellum-ai/0.9.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
121
|
+
contentType: "application/json",
|
|
122
|
+
requestType: "json",
|
|
123
|
+
body: serializers.PatchedWorkspaceSecretUpdateRequest.jsonOrThrow(request, {
|
|
124
|
+
unrecognizedObjectKeys: "strip",
|
|
125
|
+
}),
|
|
126
|
+
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
127
|
+
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
128
|
+
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
129
|
+
});
|
|
130
|
+
if (_response.ok) {
|
|
131
|
+
return serializers.WorkspaceSecretRead.parseOrThrow(_response.body, {
|
|
132
|
+
unrecognizedObjectKeys: "passthrough",
|
|
133
|
+
allowUnrecognizedUnionMembers: true,
|
|
134
|
+
allowUnrecognizedEnumValues: true,
|
|
135
|
+
breadcrumbsPrefix: ["response"],
|
|
136
|
+
});
|
|
137
|
+
}
|
|
138
|
+
if (_response.error.reason === "status-code") {
|
|
139
|
+
throw new errors.VellumError({
|
|
140
|
+
statusCode: _response.error.statusCode,
|
|
141
|
+
body: _response.error.body,
|
|
142
|
+
});
|
|
143
|
+
}
|
|
144
|
+
switch (_response.error.reason) {
|
|
145
|
+
case "non-json":
|
|
146
|
+
throw new errors.VellumError({
|
|
147
|
+
statusCode: _response.error.statusCode,
|
|
148
|
+
body: _response.error.rawBody,
|
|
149
|
+
});
|
|
150
|
+
case "timeout":
|
|
151
|
+
throw new errors.VellumTimeoutError();
|
|
152
|
+
case "unknown":
|
|
153
|
+
throw new errors.VellumError({
|
|
154
|
+
message: _response.error.errorMessage,
|
|
155
|
+
});
|
|
156
|
+
}
|
|
157
|
+
});
|
|
158
|
+
}
|
|
103
159
|
_getCustomAuthorizationHeaders() {
|
|
104
160
|
return __awaiter(this, void 0, void 0, function* () {
|
|
105
161
|
const apiKeyValue = yield core.Supplier.get(this._options.apiKey);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export * from "./requests";
|
|
@@ -1,2 +1,17 @@
|
|
|
1
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
|
+
};
|
|
2
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./requests"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { type PatchedWorkspaceSecretUpdateRequest } from "./PatchedWorkspaceSecretUpdateRequest";
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as Vellum from "../index";
|
|
5
|
-
export declare type CodeExecutorInputRequest = Vellum.StringInputRequest | Vellum.JsonInputRequest | Vellum.ChatHistoryInputRequest | Vellum.NumberInputRequest | Vellum.SearchResultsInputRequest | Vellum.ErrorInputRequest | Vellum.ArrayInputRequest | Vellum.FunctionCallInputRequest;
|
|
5
|
+
export declare type CodeExecutorInputRequest = Vellum.StringInputRequest | Vellum.JsonInputRequest | Vellum.ChatHistoryInputRequest | Vellum.NumberInputRequest | Vellum.SearchResultsInputRequest | Vellum.ErrorInputRequest | Vellum.ArrayInputRequest | Vellum.FunctionCallInputRequest | Vellum.CodeExecutorSecretInputRequest;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* A user input representing a Vellum Workspace Secret value
|
|
6
|
+
*/
|
|
7
|
+
export interface CodeExecutorSecretInputRequest {
|
|
8
|
+
/** The variable's name */
|
|
9
|
+
name: string;
|
|
10
|
+
type: "SECRET";
|
|
11
|
+
value: string;
|
|
12
|
+
}
|
|
@@ -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
|
};
|
|
@@ -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";
|
|
@@ -50,6 +48,7 @@ export * from "./CodeExecutionPackageRequest";
|
|
|
50
48
|
export * from "./CodeExecutionRuntime";
|
|
51
49
|
export * from "./CodeExecutorInputRequest";
|
|
52
50
|
export * from "./CodeExecutorResponse";
|
|
51
|
+
export * from "./CodeExecutorSecretInputRequest";
|
|
53
52
|
export * from "./CompilePromptDeploymentExpandMetaRequest";
|
|
54
53
|
export * from "./CompilePromptMeta";
|
|
55
54
|
export * from "./ConditionCombinator";
|
package/dist/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);
|
|
@@ -66,6 +64,7 @@ __exportStar(require("./CodeExecutionPackageRequest"), exports);
|
|
|
66
64
|
__exportStar(require("./CodeExecutionRuntime"), exports);
|
|
67
65
|
__exportStar(require("./CodeExecutorInputRequest"), exports);
|
|
68
66
|
__exportStar(require("./CodeExecutorResponse"), exports);
|
|
67
|
+
__exportStar(require("./CodeExecutorSecretInputRequest"), exports);
|
|
69
68
|
__exportStar(require("./CompilePromptDeploymentExpandMetaRequest"), exports);
|
|
70
69
|
__exportStar(require("./CompilePromptMeta"), exports);
|
|
71
70
|
__exportStar(require("./ConditionCombinator"), exports);
|
|
@@ -25,3 +25,5 @@ export * as workflowSandboxes from "./workflowSandboxes";
|
|
|
25
25
|
export * from "./workflowSandboxes/client/requests";
|
|
26
26
|
export * as workflows from "./workflows";
|
|
27
27
|
export * from "./workflows/client/requests";
|
|
28
|
+
export * as workspaceSecrets from "./workspaceSecrets";
|
|
29
|
+
export * from "./workspaceSecrets/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.workflows = exports.workflowSandboxes = exports.testSuiteRuns = exports.sandboxes = exports.metricDefinitions = exports.documents = exports.adHoc = exports.testSuites = exports.workflowDeployments = exports.folderEntities = exports.documentIndexes = exports.deployments = void 0;
|
|
29
|
+
exports.workspaceSecrets = exports.workflows = exports.workflowSandboxes = exports.testSuiteRuns = exports.sandboxes = exports.metricDefinitions = exports.documents = exports.adHoc = exports.testSuites = exports.workflowDeployments = exports.folderEntities = exports.documentIndexes = exports.deployments = void 0;
|
|
30
30
|
exports.deployments = __importStar(require("./deployments"));
|
|
31
31
|
__exportStar(require("./deployments/types"), exports);
|
|
32
32
|
exports.documentIndexes = __importStar(require("./documentIndexes"));
|
|
@@ -54,3 +54,5 @@ exports.workflowSandboxes = __importStar(require("./workflowSandboxes"));
|
|
|
54
54
|
__exportStar(require("./workflowSandboxes/client/requests"), exports);
|
|
55
55
|
exports.workflows = __importStar(require("./workflows"));
|
|
56
56
|
__exportStar(require("./workflows/client/requests"), exports);
|
|
57
|
+
exports.workspaceSecrets = __importStar(require("./workspaceSecrets"));
|
|
58
|
+
__exportStar(require("./workspaceSecrets/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);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../index";
|
|
5
|
+
import * as Vellum from "../../../../../api/index";
|
|
6
|
+
import * as core from "../../../../../core";
|
|
7
|
+
export declare const PatchedWorkspaceSecretUpdateRequest: core.serialization.Schema<serializers.PatchedWorkspaceSecretUpdateRequest.Raw, Vellum.PatchedWorkspaceSecretUpdateRequest>;
|
|
8
|
+
export declare namespace PatchedWorkspaceSecretUpdateRequest {
|
|
9
|
+
interface Raw {
|
|
10
|
+
label?: string | null;
|
|
11
|
+
value?: string | null;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.PatchedWorkspaceSecretUpdateRequest = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../core"));
|
|
31
|
+
exports.PatchedWorkspaceSecretUpdateRequest = core.serialization.object({
|
|
32
|
+
label: core.serialization.string().optional(),
|
|
33
|
+
value: core.serialization.string().optional(),
|
|
34
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { PatchedWorkspaceSecretUpdateRequest } from "./PatchedWorkspaceSecretUpdateRequest";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PatchedWorkspaceSecretUpdateRequest = void 0;
|
|
4
|
+
var PatchedWorkspaceSecretUpdateRequest_1 = require("./PatchedWorkspaceSecretUpdateRequest");
|
|
5
|
+
Object.defineProperty(exports, "PatchedWorkspaceSecretUpdateRequest", { enumerable: true, get: function () { return PatchedWorkspaceSecretUpdateRequest_1.PatchedWorkspaceSecretUpdateRequest; } });
|
|
@@ -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);
|
|
@@ -32,5 +32,5 @@ const core = __importStar(require("../../core"));
|
|
|
32
32
|
exports.ArrayInputRequest = core.serialization.object({
|
|
33
33
|
name: core.serialization.string(),
|
|
34
34
|
type: core.serialization.stringLiteral("ARRAY"),
|
|
35
|
-
value: core.serialization.list(core.serialization.lazy(() => serializers.
|
|
35
|
+
value: core.serialization.list(core.serialization.lazy(() => serializers.VellumValueRequest)),
|
|
36
36
|
});
|
|
@@ -8,6 +8,6 @@ export declare const ArrayVellumValue: core.serialization.ObjectSchema<serialize
|
|
|
8
8
|
export declare namespace ArrayVellumValue {
|
|
9
9
|
interface Raw {
|
|
10
10
|
type: "ARRAY";
|
|
11
|
-
value?: serializers.
|
|
11
|
+
value?: serializers.VellumValue.Raw[] | null;
|
|
12
12
|
}
|
|
13
13
|
}
|
|
@@ -31,5 +31,5 @@ const serializers = __importStar(require("../index"));
|
|
|
31
31
|
const core = __importStar(require("../../core"));
|
|
32
32
|
exports.ArrayVellumValue = core.serialization.object({
|
|
33
33
|
type: core.serialization.stringLiteral("ARRAY"),
|
|
34
|
-
value: core.serialization.list(core.serialization.lazy(() => serializers.
|
|
34
|
+
value: core.serialization.list(core.serialization.lazy(() => serializers.VellumValue)).optional(),
|
|
35
35
|
});
|
|
@@ -8,6 +8,6 @@ export declare const ArrayVellumValueRequest: core.serialization.ObjectSchema<se
|
|
|
8
8
|
export declare namespace ArrayVellumValueRequest {
|
|
9
9
|
interface Raw {
|
|
10
10
|
type: "ARRAY";
|
|
11
|
-
value?: serializers.
|
|
11
|
+
value?: serializers.VellumValueRequest.Raw[] | null;
|
|
12
12
|
}
|
|
13
13
|
}
|
|
@@ -31,5 +31,5 @@ const serializers = __importStar(require("../index"));
|
|
|
31
31
|
const core = __importStar(require("../../core"));
|
|
32
32
|
exports.ArrayVellumValueRequest = core.serialization.object({
|
|
33
33
|
type: core.serialization.stringLiteral("ARRAY"),
|
|
34
|
-
value: core.serialization.list(core.serialization.lazy(() => serializers.
|
|
34
|
+
value: core.serialization.list(core.serialization.lazy(() => serializers.VellumValueRequest)).optional(),
|
|
35
35
|
});
|
|
@@ -32,5 +32,5 @@ const core = __importStar(require("../../core"));
|
|
|
32
32
|
exports.CodeExecutionNodeArrayResult = core.serialization.object({
|
|
33
33
|
id: core.serialization.string(),
|
|
34
34
|
type: core.serialization.stringLiteral("ARRAY"),
|
|
35
|
-
value: core.serialization.list(core.serialization.lazy(() => serializers.
|
|
35
|
+
value: core.serialization.list(core.serialization.lazy(() => serializers.VellumValue)).optional(),
|
|
36
36
|
});
|
|
@@ -12,7 +12,8 @@ import { SearchResultsInputRequest } from "./SearchResultsInputRequest";
|
|
|
12
12
|
import { ErrorInputRequest } from "./ErrorInputRequest";
|
|
13
13
|
import { ArrayInputRequest } from "./ArrayInputRequest";
|
|
14
14
|
import { FunctionCallInputRequest } from "./FunctionCallInputRequest";
|
|
15
|
+
import { CodeExecutorSecretInputRequest } from "./CodeExecutorSecretInputRequest";
|
|
15
16
|
export declare const CodeExecutorInputRequest: core.serialization.Schema<serializers.CodeExecutorInputRequest.Raw, Vellum.CodeExecutorInputRequest>;
|
|
16
17
|
export declare namespace CodeExecutorInputRequest {
|
|
17
|
-
type Raw = StringInputRequest.Raw | JsonInputRequest.Raw | ChatHistoryInputRequest.Raw | NumberInputRequest.Raw | SearchResultsInputRequest.Raw | ErrorInputRequest.Raw | ArrayInputRequest.Raw | FunctionCallInputRequest.Raw;
|
|
18
|
+
type Raw = StringInputRequest.Raw | JsonInputRequest.Raw | ChatHistoryInputRequest.Raw | NumberInputRequest.Raw | SearchResultsInputRequest.Raw | ErrorInputRequest.Raw | ArrayInputRequest.Raw | FunctionCallInputRequest.Raw | CodeExecutorSecretInputRequest.Raw;
|
|
18
19
|
}
|
|
@@ -36,6 +36,7 @@ const SearchResultsInputRequest_1 = require("./SearchResultsInputRequest");
|
|
|
36
36
|
const ErrorInputRequest_1 = require("./ErrorInputRequest");
|
|
37
37
|
const ArrayInputRequest_1 = require("./ArrayInputRequest");
|
|
38
38
|
const FunctionCallInputRequest_1 = require("./FunctionCallInputRequest");
|
|
39
|
+
const CodeExecutorSecretInputRequest_1 = require("./CodeExecutorSecretInputRequest");
|
|
39
40
|
exports.CodeExecutorInputRequest = core.serialization.undiscriminatedUnion([
|
|
40
41
|
StringInputRequest_1.StringInputRequest,
|
|
41
42
|
JsonInputRequest_1.JsonInputRequest,
|
|
@@ -45,4 +46,5 @@ exports.CodeExecutorInputRequest = core.serialization.undiscriminatedUnion([
|
|
|
45
46
|
ErrorInputRequest_1.ErrorInputRequest,
|
|
46
47
|
ArrayInputRequest_1.ArrayInputRequest,
|
|
47
48
|
FunctionCallInputRequest_1.FunctionCallInputRequest,
|
|
49
|
+
CodeExecutorSecretInputRequest_1.CodeExecutorSecretInputRequest,
|
|
48
50
|
]);
|
|
@@ -4,11 +4,10 @@
|
|
|
4
4
|
import * as serializers from "../index";
|
|
5
5
|
import * as Vellum from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
|
-
import { VellumValue } from "./VellumValue";
|
|
8
7
|
export declare const CodeExecutorResponse: core.serialization.ObjectSchema<serializers.CodeExecutorResponse.Raw, Vellum.CodeExecutorResponse>;
|
|
9
8
|
export declare namespace CodeExecutorResponse {
|
|
10
9
|
interface Raw {
|
|
11
10
|
log: string;
|
|
12
|
-
output: VellumValue.Raw;
|
|
11
|
+
output: serializers.VellumValue.Raw;
|
|
13
12
|
}
|
|
14
13
|
}
|
|
@@ -27,9 +27,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.CodeExecutorResponse = void 0;
|
|
30
|
+
const serializers = __importStar(require("../index"));
|
|
30
31
|
const core = __importStar(require("../../core"));
|
|
31
|
-
const VellumValue_1 = require("./VellumValue");
|
|
32
32
|
exports.CodeExecutorResponse = core.serialization.object({
|
|
33
33
|
log: core.serialization.string(),
|
|
34
|
-
output:
|
|
34
|
+
output: core.serialization.lazy(() => serializers.VellumValue),
|
|
35
35
|
});
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as Vellum from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
export declare const CodeExecutorSecretInputRequest: core.serialization.ObjectSchema<serializers.CodeExecutorSecretInputRequest.Raw, Vellum.CodeExecutorSecretInputRequest>;
|
|
8
|
+
export declare namespace CodeExecutorSecretInputRequest {
|
|
9
|
+
interface Raw {
|
|
10
|
+
name: string;
|
|
11
|
+
type: "SECRET";
|
|
12
|
+
value: string;
|
|
13
|
+
}
|
|
14
|
+
}
|