vellum-ai 0.14.41 → 0.14.43
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 +1 -1
- package/Client.js +12 -12
- package/api/resources/adHoc/client/Client.d.ts +1 -1
- package/api/resources/adHoc/client/Client.js +3 -3
- package/api/resources/containerImages/client/Client.d.ts +1 -1
- package/api/resources/containerImages/client/Client.js +5 -5
- package/api/resources/deployments/client/Client.d.ts +1 -1
- package/api/resources/deployments/client/Client.js +8 -8
- package/api/resources/documentIndexes/client/Client.d.ts +1 -1
- package/api/resources/documentIndexes/client/Client.js +9 -9
- package/api/resources/documents/client/Client.d.ts +4 -4
- package/api/resources/documents/client/Client.js +9 -9
- package/api/resources/folderEntities/client/Client.d.ts +1 -1
- package/api/resources/folderEntities/client/Client.js +3 -3
- package/api/resources/metricDefinitions/client/Client.d.ts +1 -1
- package/api/resources/metricDefinitions/client/Client.js +3 -3
- package/api/resources/mlModels/client/Client.d.ts +1 -1
- package/api/resources/mlModels/client/Client.js +2 -2
- package/api/resources/organizations/client/Client.d.ts +1 -1
- package/api/resources/organizations/client/Client.js +2 -2
- package/api/resources/prompts/client/Client.d.ts +28 -1
- package/api/resources/prompts/client/Client.js +79 -2
- package/api/resources/prompts/client/requests/PromptPush.d.ts +27 -0
- package/api/resources/prompts/client/requests/index.d.ts +1 -0
- package/api/resources/releaseReviews/client/Client.d.ts +1 -1
- package/api/resources/releaseReviews/client/Client.js +3 -3
- package/api/resources/sandboxes/client/Client.d.ts +1 -1
- package/api/resources/sandboxes/client/Client.js +4 -4
- package/api/resources/testSuiteRuns/client/Client.d.ts +1 -1
- package/api/resources/testSuiteRuns/client/Client.js +4 -4
- package/api/resources/testSuites/client/Client.d.ts +1 -1
- package/api/resources/testSuites/client/Client.js +5 -5
- package/api/resources/workflowDeployments/client/Client.d.ts +1 -1
- package/api/resources/workflowDeployments/client/Client.js +9 -9
- package/api/resources/workflowSandboxes/client/Client.d.ts +1 -1
- package/api/resources/workflowSandboxes/client/Client.js +3 -3
- package/api/resources/workflows/client/Client.d.ts +1 -1
- package/api/resources/workflows/client/Client.js +3 -3
- package/api/resources/workspaceSecrets/client/Client.d.ts +1 -1
- package/api/resources/workspaceSecrets/client/Client.js +3 -3
- package/api/resources/workspaces/client/Client.d.ts +1 -1
- package/api/resources/workspaces/client/Client.js +2 -2
- package/api/types/DeploymentRead.d.ts +2 -2
- package/api/types/ExecuteApiResponse.d.ts +2 -1
- package/api/types/ExecuteApiResponseJson.d.ts +4 -0
- package/api/types/PromptPushResponse.d.ts +7 -0
- package/api/types/PromptSettings.d.ts +1 -0
- package/api/types/WorkflowExecutionInitiatedBody.d.ts +0 -1
- package/api/types/index.d.ts +2 -2
- package/api/types/index.js +2 -2
- package/dist/Client.d.ts +1 -1
- package/dist/Client.js +12 -12
- package/dist/api/resources/adHoc/client/Client.d.ts +1 -1
- package/dist/api/resources/adHoc/client/Client.js +3 -3
- package/dist/api/resources/containerImages/client/Client.d.ts +1 -1
- package/dist/api/resources/containerImages/client/Client.js +5 -5
- package/dist/api/resources/deployments/client/Client.d.ts +1 -1
- package/dist/api/resources/deployments/client/Client.js +8 -8
- package/dist/api/resources/documentIndexes/client/Client.d.ts +1 -1
- package/dist/api/resources/documentIndexes/client/Client.js +9 -9
- package/dist/api/resources/documents/client/Client.d.ts +4 -4
- package/dist/api/resources/documents/client/Client.js +9 -9
- package/dist/api/resources/folderEntities/client/Client.d.ts +1 -1
- package/dist/api/resources/folderEntities/client/Client.js +3 -3
- package/dist/api/resources/metricDefinitions/client/Client.d.ts +1 -1
- package/dist/api/resources/metricDefinitions/client/Client.js +3 -3
- package/dist/api/resources/mlModels/client/Client.d.ts +1 -1
- package/dist/api/resources/mlModels/client/Client.js +2 -2
- package/dist/api/resources/organizations/client/Client.d.ts +1 -1
- package/dist/api/resources/organizations/client/Client.js +2 -2
- package/dist/api/resources/prompts/client/Client.d.ts +28 -1
- package/dist/api/resources/prompts/client/Client.js +79 -2
- package/dist/api/resources/prompts/client/requests/PromptPush.d.ts +27 -0
- package/dist/api/resources/prompts/client/requests/index.d.ts +1 -0
- package/dist/api/resources/releaseReviews/client/Client.d.ts +1 -1
- package/dist/api/resources/releaseReviews/client/Client.js +3 -3
- package/dist/api/resources/sandboxes/client/Client.d.ts +1 -1
- package/dist/api/resources/sandboxes/client/Client.js +4 -4
- package/dist/api/resources/testSuiteRuns/client/Client.d.ts +1 -1
- package/dist/api/resources/testSuiteRuns/client/Client.js +4 -4
- package/dist/api/resources/testSuites/client/Client.d.ts +1 -1
- package/dist/api/resources/testSuites/client/Client.js +5 -5
- package/dist/api/resources/workflowDeployments/client/Client.d.ts +1 -1
- package/dist/api/resources/workflowDeployments/client/Client.js +9 -9
- package/dist/api/resources/workflowSandboxes/client/Client.d.ts +1 -1
- package/dist/api/resources/workflowSandboxes/client/Client.js +3 -3
- package/dist/api/resources/workflows/client/Client.d.ts +1 -1
- package/dist/api/resources/workflows/client/Client.js +3 -3
- package/dist/api/resources/workspaceSecrets/client/Client.d.ts +1 -1
- package/dist/api/resources/workspaceSecrets/client/Client.js +3 -3
- package/dist/api/resources/workspaces/client/Client.d.ts +1 -1
- package/dist/api/resources/workspaces/client/Client.js +2 -2
- package/dist/api/types/DeploymentRead.d.ts +2 -2
- package/dist/api/types/ExecuteApiResponse.d.ts +2 -1
- package/dist/api/types/ExecuteApiResponseJson.d.ts +4 -0
- package/dist/api/types/ExecuteApiResponseJson.js +5 -0
- package/dist/api/types/PromptPushResponse.d.ts +7 -0
- package/dist/api/types/PromptPushResponse.js +5 -0
- package/dist/api/types/PromptSettings.d.ts +1 -0
- package/dist/api/types/WorkflowExecutionInitiatedBody.d.ts +0 -1
- package/dist/api/types/index.d.ts +2 -2
- package/dist/api/types/index.js +2 -2
- package/dist/serialization/resources/index.d.ts +2 -0
- package/dist/serialization/resources/index.js +3 -1
- package/dist/serialization/resources/prompts/client/index.d.ts +1 -0
- package/dist/serialization/resources/prompts/client/index.js +17 -0
- package/dist/serialization/resources/prompts/client/requests/PromptPush.d.ts +15 -0
- package/dist/serialization/resources/prompts/client/requests/PromptPush.js +46 -0
- package/dist/serialization/resources/prompts/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/prompts/client/requests/index.js +5 -0
- package/dist/serialization/resources/prompts/index.d.ts +1 -0
- package/dist/serialization/resources/prompts/index.js +17 -0
- package/dist/serialization/types/DeploymentRead.d.ts +1 -1
- package/dist/serialization/types/DeploymentRead.js +1 -1
- package/dist/serialization/types/ExecuteApiResponse.d.ts +2 -1
- package/dist/serialization/types/ExecuteApiResponse.js +2 -1
- package/dist/serialization/types/ExecuteApiResponseJson.d.ts +10 -0
- package/dist/serialization/types/{NodeEventDisplayContext.js → ExecuteApiResponseJson.js} +5 -8
- package/dist/serialization/types/PromptPushResponse.d.ts +13 -0
- package/dist/serialization/types/{WorkflowEventDisplayContext.js → PromptPushResponse.js} +4 -6
- package/dist/serialization/types/PromptSettings.d.ts +1 -0
- package/dist/serialization/types/PromptSettings.js +1 -0
- package/dist/serialization/types/WorkflowExecutionInitiatedBody.d.ts +0 -1
- package/dist/serialization/types/WorkflowExecutionInitiatedBody.js +0 -2
- package/dist/serialization/types/index.d.ts +2 -2
- package/dist/serialization/types/index.js +2 -2
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +84 -3
- package/serialization/resources/index.d.ts +2 -0
- package/serialization/resources/index.js +3 -1
- package/serialization/resources/prompts/client/index.d.ts +1 -0
- package/serialization/resources/prompts/client/index.js +17 -0
- package/serialization/resources/prompts/client/requests/PromptPush.d.ts +15 -0
- package/serialization/resources/prompts/client/requests/PromptPush.js +46 -0
- package/serialization/resources/prompts/client/requests/index.d.ts +1 -0
- package/serialization/resources/prompts/client/requests/index.js +5 -0
- package/serialization/resources/prompts/index.d.ts +1 -0
- package/serialization/resources/prompts/index.js +17 -0
- package/serialization/types/DeploymentRead.d.ts +1 -1
- package/serialization/types/DeploymentRead.js +1 -1
- package/serialization/types/ExecuteApiResponse.d.ts +2 -1
- package/serialization/types/ExecuteApiResponse.js +2 -1
- package/serialization/types/ExecuteApiResponseJson.d.ts +10 -0
- package/serialization/types/{NodeEventDisplayContext.js → ExecuteApiResponseJson.js} +5 -8
- package/serialization/types/PromptPushResponse.d.ts +13 -0
- package/serialization/types/{WorkflowEventDisplayContext.js → PromptPushResponse.js} +4 -6
- package/serialization/types/PromptSettings.d.ts +1 -0
- package/serialization/types/PromptSettings.js +1 -0
- package/serialization/types/WorkflowExecutionInitiatedBody.d.ts +0 -1
- package/serialization/types/WorkflowExecutionInitiatedBody.js +0 -2
- package/serialization/types/index.d.ts +2 -2
- package/serialization/types/index.js +2 -2
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/types/NodeEventDisplayContext.d.ts +0 -10
- package/api/types/WorkflowEventDisplayContext.d.ts +0 -9
- package/dist/api/types/NodeEventDisplayContext.d.ts +0 -10
- package/dist/api/types/WorkflowEventDisplayContext.d.ts +0 -9
- package/dist/serialization/types/NodeEventDisplayContext.d.ts +0 -15
- package/dist/serialization/types/WorkflowEventDisplayContext.d.ts +0 -14
- package/serialization/types/NodeEventDisplayContext.d.ts +0 -15
- package/serialization/types/WorkflowEventDisplayContext.d.ts +0 -14
- /package/api/{types/NodeEventDisplayContext.js → resources/prompts/client/requests/PromptPush.js} +0 -0
- /package/api/types/{WorkflowEventDisplayContext.js → ExecuteApiResponseJson.js} +0 -0
- /package/{dist/api/types/NodeEventDisplayContext.js → api/types/PromptPushResponse.js} +0 -0
- /package/dist/api/{types/WorkflowEventDisplayContext.js → resources/prompts/client/requests/PromptPush.js} +0 -0
|
@@ -36,12 +36,9 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
};
|
|
37
37
|
})();
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.
|
|
40
|
-
const serializers = __importStar(require("../index"));
|
|
39
|
+
exports.ExecuteApiResponseJson = void 0;
|
|
41
40
|
const core = __importStar(require("../../core"));
|
|
42
|
-
exports.
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
subworkflowDisplay: core.serialization.property("subworkflow_display", core.serialization.lazyObject(() => serializers.WorkflowEventDisplayContext).optional()),
|
|
47
|
-
});
|
|
41
|
+
exports.ExecuteApiResponseJson = core.serialization.undiscriminatedUnion([
|
|
42
|
+
core.serialization.record(core.serialization.string(), core.serialization.unknown()),
|
|
43
|
+
core.serialization.list(core.serialization.unknown()),
|
|
44
|
+
]);
|
|
@@ -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 PromptPushResponse: core.serialization.ObjectSchema<serializers.PromptPushResponse.Raw, Vellum.PromptPushResponse>;
|
|
8
|
+
export declare namespace PromptPushResponse {
|
|
9
|
+
interface Raw {
|
|
10
|
+
prompt_variant_id: string;
|
|
11
|
+
prompt_sandbox_id: string;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -36,11 +36,9 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
};
|
|
37
37
|
})();
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.
|
|
40
|
-
const serializers = __importStar(require("../index"));
|
|
39
|
+
exports.PromptPushResponse = void 0;
|
|
41
40
|
const core = __importStar(require("../../core"));
|
|
42
|
-
exports.
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
workflowOutputs: core.serialization.property("workflow_outputs", core.serialization.record(core.serialization.string(), core.serialization.string())),
|
|
41
|
+
exports.PromptPushResponse = core.serialization.object({
|
|
42
|
+
promptVariantId: core.serialization.property("prompt_variant_id", core.serialization.string()),
|
|
43
|
+
promptSandboxId: core.serialization.property("prompt_sandbox_id", core.serialization.string()),
|
|
46
44
|
});
|
|
@@ -40,4 +40,5 @@ exports.PromptSettings = void 0;
|
|
|
40
40
|
const core = __importStar(require("../../core"));
|
|
41
41
|
exports.PromptSettings = core.serialization.object({
|
|
42
42
|
timeout: core.serialization.number().optional(),
|
|
43
|
+
streamEnabled: core.serialization.property("stream_enabled", core.serialization.boolean().optional()),
|
|
43
44
|
});
|
|
@@ -9,7 +9,6 @@ export declare const WorkflowExecutionInitiatedBody: core.serialization.ObjectSc
|
|
|
9
9
|
export declare namespace WorkflowExecutionInitiatedBody {
|
|
10
10
|
interface Raw {
|
|
11
11
|
workflow_definition: VellumCodeResourceDefinition.Raw;
|
|
12
|
-
display_context?: serializers.WorkflowEventDisplayContext.Raw | null;
|
|
13
12
|
inputs: Record<string, unknown>;
|
|
14
13
|
}
|
|
15
14
|
}
|
|
@@ -37,11 +37,9 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
37
37
|
})();
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
39
|
exports.WorkflowExecutionInitiatedBody = void 0;
|
|
40
|
-
const serializers = __importStar(require("../index"));
|
|
41
40
|
const core = __importStar(require("../../core"));
|
|
42
41
|
const VellumCodeResourceDefinition_1 = require("./VellumCodeResourceDefinition");
|
|
43
42
|
exports.WorkflowExecutionInitiatedBody = core.serialization.object({
|
|
44
43
|
workflowDefinition: core.serialization.property("workflow_definition", VellumCodeResourceDefinition_1.VellumCodeResourceDefinition),
|
|
45
|
-
displayContext: core.serialization.property("display_context", core.serialization.lazyObject(() => serializers.WorkflowEventDisplayContext).optional()),
|
|
46
44
|
inputs: core.serialization.record(core.serialization.string(), core.serialization.unknown()),
|
|
47
45
|
});
|
|
@@ -96,6 +96,7 @@ export * from "./EphemeralPromptCacheConfigTypeEnum";
|
|
|
96
96
|
export * from "./ErrorInput";
|
|
97
97
|
export * from "./ErrorVellumValue";
|
|
98
98
|
export * from "./ErrorVellumValueRequest";
|
|
99
|
+
export * from "./ExecuteApiResponseJson";
|
|
99
100
|
export * from "./ExecuteApiResponse";
|
|
100
101
|
export * from "./ExecutePromptEvent";
|
|
101
102
|
export * from "./ExecutePromptResponse";
|
|
@@ -221,7 +222,6 @@ export * from "./NamedTestCaseStringVariableValueRequest";
|
|
|
221
222
|
export * from "./NamedTestCaseVariableValue";
|
|
222
223
|
export * from "./NamedTestCaseVariableValueRequest";
|
|
223
224
|
export * from "./NewMemberJoinBehaviorEnum";
|
|
224
|
-
export * from "./NodeEventDisplayContext";
|
|
225
225
|
export * from "./NodeExecutionFulfilledBody";
|
|
226
226
|
export * from "./NodeExecutionFulfilledEvent";
|
|
227
227
|
export * from "./NodeExecutionInitiatedBody";
|
|
@@ -302,6 +302,7 @@ export * from "./PromptNodeResult";
|
|
|
302
302
|
export * from "./PromptNodeResultData";
|
|
303
303
|
export * from "./PromptOutput";
|
|
304
304
|
export * from "./PromptParameters";
|
|
305
|
+
export * from "./PromptPushResponse";
|
|
305
306
|
export * from "./PromptRequestChatHistoryInput";
|
|
306
307
|
export * from "./PromptRequestInput";
|
|
307
308
|
export * from "./PromptRequestJsonInput";
|
|
@@ -512,7 +513,6 @@ export * from "./WorkflowDeploymentRelease";
|
|
|
512
513
|
export * from "./WorkflowDeploymentReleaseWorkflowDeployment";
|
|
513
514
|
export * from "./WorkflowDeploymentReleaseWorkflowVersion";
|
|
514
515
|
export * from "./WorkflowError";
|
|
515
|
-
export * from "./WorkflowEventDisplayContext";
|
|
516
516
|
export * from "./WorkflowEventError";
|
|
517
517
|
export * from "./WorkflowEventExecutionRead";
|
|
518
518
|
export * from "./WorkflowExecutionActual";
|
|
@@ -112,6 +112,7 @@ __exportStar(require("./EphemeralPromptCacheConfigTypeEnum"), exports);
|
|
|
112
112
|
__exportStar(require("./ErrorInput"), exports);
|
|
113
113
|
__exportStar(require("./ErrorVellumValue"), exports);
|
|
114
114
|
__exportStar(require("./ErrorVellumValueRequest"), exports);
|
|
115
|
+
__exportStar(require("./ExecuteApiResponseJson"), exports);
|
|
115
116
|
__exportStar(require("./ExecuteApiResponse"), exports);
|
|
116
117
|
__exportStar(require("./ExecutePromptEvent"), exports);
|
|
117
118
|
__exportStar(require("./ExecutePromptResponse"), exports);
|
|
@@ -237,7 +238,6 @@ __exportStar(require("./NamedTestCaseStringVariableValueRequest"), exports);
|
|
|
237
238
|
__exportStar(require("./NamedTestCaseVariableValue"), exports);
|
|
238
239
|
__exportStar(require("./NamedTestCaseVariableValueRequest"), exports);
|
|
239
240
|
__exportStar(require("./NewMemberJoinBehaviorEnum"), exports);
|
|
240
|
-
__exportStar(require("./NodeEventDisplayContext"), exports);
|
|
241
241
|
__exportStar(require("./NodeExecutionFulfilledBody"), exports);
|
|
242
242
|
__exportStar(require("./NodeExecutionFulfilledEvent"), exports);
|
|
243
243
|
__exportStar(require("./NodeExecutionInitiatedBody"), exports);
|
|
@@ -318,6 +318,7 @@ __exportStar(require("./PromptNodeResult"), exports);
|
|
|
318
318
|
__exportStar(require("./PromptNodeResultData"), exports);
|
|
319
319
|
__exportStar(require("./PromptOutput"), exports);
|
|
320
320
|
__exportStar(require("./PromptParameters"), exports);
|
|
321
|
+
__exportStar(require("./PromptPushResponse"), exports);
|
|
321
322
|
__exportStar(require("./PromptRequestChatHistoryInput"), exports);
|
|
322
323
|
__exportStar(require("./PromptRequestInput"), exports);
|
|
323
324
|
__exportStar(require("./PromptRequestJsonInput"), exports);
|
|
@@ -528,7 +529,6 @@ __exportStar(require("./WorkflowDeploymentRelease"), exports);
|
|
|
528
529
|
__exportStar(require("./WorkflowDeploymentReleaseWorkflowDeployment"), exports);
|
|
529
530
|
__exportStar(require("./WorkflowDeploymentReleaseWorkflowVersion"), exports);
|
|
530
531
|
__exportStar(require("./WorkflowError"), exports);
|
|
531
|
-
__exportStar(require("./WorkflowEventDisplayContext"), exports);
|
|
532
532
|
__exportStar(require("./WorkflowEventError"), exports);
|
|
533
533
|
__exportStar(require("./WorkflowEventExecutionRead"), exports);
|
|
534
534
|
__exportStar(require("./WorkflowExecutionActual"), exports);
|
package/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.14.
|
|
1
|
+
export declare const SDK_VERSION = "0.14.43";
|
package/version.js
CHANGED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Vellum from "../index";
|
|
5
|
-
export interface NodeEventDisplayContext {
|
|
6
|
-
inputDisplay: Record<string, string>;
|
|
7
|
-
outputDisplay: Record<string, string>;
|
|
8
|
-
portDisplay: Record<string, string>;
|
|
9
|
-
subworkflowDisplay?: Vellum.WorkflowEventDisplayContext;
|
|
10
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Vellum from "../index";
|
|
5
|
-
export interface WorkflowEventDisplayContext {
|
|
6
|
-
nodeDisplays: Record<string, Vellum.NodeEventDisplayContext>;
|
|
7
|
-
workflowInputs: Record<string, string>;
|
|
8
|
-
workflowOutputs: Record<string, string>;
|
|
9
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Vellum from "../index";
|
|
5
|
-
export interface NodeEventDisplayContext {
|
|
6
|
-
inputDisplay: Record<string, string>;
|
|
7
|
-
outputDisplay: Record<string, string>;
|
|
8
|
-
portDisplay: Record<string, string>;
|
|
9
|
-
subworkflowDisplay?: Vellum.WorkflowEventDisplayContext;
|
|
10
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Vellum from "../index";
|
|
5
|
-
export interface WorkflowEventDisplayContext {
|
|
6
|
-
nodeDisplays: Record<string, Vellum.NodeEventDisplayContext>;
|
|
7
|
-
workflowInputs: Record<string, string>;
|
|
8
|
-
workflowOutputs: Record<string, string>;
|
|
9
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
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 NodeEventDisplayContext: core.serialization.ObjectSchema<serializers.NodeEventDisplayContext.Raw, Vellum.NodeEventDisplayContext>;
|
|
8
|
-
export declare namespace NodeEventDisplayContext {
|
|
9
|
-
interface Raw {
|
|
10
|
-
input_display: Record<string, string>;
|
|
11
|
-
output_display: Record<string, string>;
|
|
12
|
-
port_display: Record<string, string>;
|
|
13
|
-
subworkflow_display?: serializers.WorkflowEventDisplayContext.Raw | null;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
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 WorkflowEventDisplayContext: core.serialization.ObjectSchema<serializers.WorkflowEventDisplayContext.Raw, Vellum.WorkflowEventDisplayContext>;
|
|
8
|
-
export declare namespace WorkflowEventDisplayContext {
|
|
9
|
-
interface Raw {
|
|
10
|
-
node_displays: Record<string, serializers.NodeEventDisplayContext.Raw>;
|
|
11
|
-
workflow_inputs: Record<string, string>;
|
|
12
|
-
workflow_outputs: Record<string, string>;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
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 NodeEventDisplayContext: core.serialization.ObjectSchema<serializers.NodeEventDisplayContext.Raw, Vellum.NodeEventDisplayContext>;
|
|
8
|
-
export declare namespace NodeEventDisplayContext {
|
|
9
|
-
interface Raw {
|
|
10
|
-
input_display: Record<string, string>;
|
|
11
|
-
output_display: Record<string, string>;
|
|
12
|
-
port_display: Record<string, string>;
|
|
13
|
-
subworkflow_display?: serializers.WorkflowEventDisplayContext.Raw | null;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
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 WorkflowEventDisplayContext: core.serialization.ObjectSchema<serializers.WorkflowEventDisplayContext.Raw, Vellum.WorkflowEventDisplayContext>;
|
|
8
|
-
export declare namespace WorkflowEventDisplayContext {
|
|
9
|
-
interface Raw {
|
|
10
|
-
node_displays: Record<string, serializers.NodeEventDisplayContext.Raw>;
|
|
11
|
-
workflow_inputs: Record<string, string>;
|
|
12
|
-
workflow_outputs: Record<string, string>;
|
|
13
|
-
}
|
|
14
|
-
}
|
/package/api/{types/NodeEventDisplayContext.js → resources/prompts/client/requests/PromptPush.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|