vellum-ai 0.14.4 → 0.14.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Client.d.ts +3 -3
- package/Client.js +12 -12
- package/api/client/requests/ExecutePromptRequest.d.ts +1 -1
- package/api/client/requests/ExecutePromptStreamRequest.d.ts +1 -1
- package/api/client/requests/ExecuteWorkflowRequest.d.ts +1 -1
- package/api/client/requests/ExecuteWorkflowStreamRequest.d.ts +1 -1
- package/api/resources/adHoc/client/Client.d.ts +3 -3
- package/api/resources/adHoc/client/Client.js +2 -2
- package/api/resources/containerImages/client/Client.d.ts +3 -3
- package/api/resources/containerImages/client/Client.js +5 -5
- package/api/resources/deployments/client/Client.d.ts +3 -3
- package/api/resources/deployments/client/Client.js +8 -8
- package/api/resources/documentIndexes/client/Client.d.ts +3 -3
- package/api/resources/documentIndexes/client/Client.js +9 -9
- package/api/resources/documents/client/Client.d.ts +3 -3
- package/api/resources/documents/client/Client.js +6 -6
- package/api/resources/folderEntities/client/Client.d.ts +3 -3
- package/api/resources/folderEntities/client/Client.js +3 -3
- package/api/resources/index.d.ts +2 -1
- package/api/resources/index.js +3 -2
- package/api/resources/metricDefinitions/client/Client.d.ts +3 -3
- package/api/resources/metricDefinitions/client/Client.js +3 -3
- package/api/resources/mlModels/client/Client.d.ts +3 -3
- package/api/resources/mlModels/client/Client.js +2 -2
- package/api/resources/organizations/client/Client.d.ts +3 -3
- package/api/resources/organizations/client/Client.js +2 -2
- package/api/resources/sandboxes/client/Client.d.ts +3 -3
- package/api/resources/sandboxes/client/Client.js +4 -4
- package/api/resources/testSuiteRuns/client/Client.d.ts +3 -3
- package/api/resources/testSuiteRuns/client/Client.js +4 -4
- package/api/resources/testSuites/client/Client.d.ts +3 -3
- package/api/resources/testSuites/client/Client.js +5 -5
- package/api/resources/workflowDeployments/client/Client.d.ts +3 -3
- package/api/resources/workflowDeployments/client/Client.js +7 -7
- package/api/resources/workflowSandboxes/client/Client.d.ts +13 -3
- package/api/resources/workflowSandboxes/client/Client.js +71 -2
- package/api/resources/workflowSandboxes/client/requests/ListWorkflowSandboxExamplesRequest.d.ts +23 -0
- package/api/resources/workflowSandboxes/client/requests/ListWorkflowSandboxExamplesRequest.js +5 -0
- package/api/resources/workflowSandboxes/client/requests/index.d.ts +1 -0
- package/api/resources/workflowSandboxes/index.d.ts +1 -0
- package/api/resources/workflowSandboxes/index.js +1 -0
- package/api/resources/workflowSandboxes/types/ListWorkflowSandboxExamplesRequestTag.d.ts +8 -0
- package/api/resources/workflowSandboxes/types/ListWorkflowSandboxExamplesRequestTag.js +10 -0
- package/api/resources/workflowSandboxes/types/index.d.ts +1 -0
- package/api/resources/workflowSandboxes/types/index.js +17 -0
- package/api/resources/workflows/client/Client.d.ts +3 -3
- package/api/resources/workflows/client/Client.js +3 -3
- package/api/resources/workspaceSecrets/client/Client.d.ts +3 -3
- package/api/resources/workspaceSecrets/client/Client.js +3 -3
- package/api/resources/workspaces/client/Client.d.ts +3 -3
- package/api/resources/workspaces/client/Client.js +2 -2
- package/api/types/PaginatedWorkflowSandboxExampleList.d.ts +10 -0
- package/api/types/PaginatedWorkflowSandboxExampleList.js +5 -0
- package/api/types/WorkflowSandboxExample.d.ts +9 -0
- package/api/types/WorkflowSandboxExample.js +5 -0
- package/api/types/index.d.ts +2 -0
- package/api/types/index.js +2 -0
- package/dist/Client.d.ts +3 -3
- package/dist/Client.js +12 -12
- package/dist/api/client/requests/ExecutePromptRequest.d.ts +1 -1
- package/dist/api/client/requests/ExecutePromptStreamRequest.d.ts +1 -1
- package/dist/api/client/requests/ExecuteWorkflowRequest.d.ts +1 -1
- package/dist/api/client/requests/ExecuteWorkflowStreamRequest.d.ts +1 -1
- package/dist/api/resources/adHoc/client/Client.d.ts +3 -3
- package/dist/api/resources/adHoc/client/Client.js +2 -2
- package/dist/api/resources/containerImages/client/Client.d.ts +3 -3
- package/dist/api/resources/containerImages/client/Client.js +5 -5
- package/dist/api/resources/deployments/client/Client.d.ts +3 -3
- package/dist/api/resources/deployments/client/Client.js +8 -8
- package/dist/api/resources/documentIndexes/client/Client.d.ts +3 -3
- package/dist/api/resources/documentIndexes/client/Client.js +9 -9
- package/dist/api/resources/documents/client/Client.d.ts +3 -3
- package/dist/api/resources/documents/client/Client.js +6 -6
- package/dist/api/resources/folderEntities/client/Client.d.ts +3 -3
- package/dist/api/resources/folderEntities/client/Client.js +3 -3
- package/dist/api/resources/index.d.ts +2 -1
- package/dist/api/resources/index.js +3 -2
- package/dist/api/resources/metricDefinitions/client/Client.d.ts +3 -3
- package/dist/api/resources/metricDefinitions/client/Client.js +3 -3
- package/dist/api/resources/mlModels/client/Client.d.ts +3 -3
- package/dist/api/resources/mlModels/client/Client.js +2 -2
- package/dist/api/resources/organizations/client/Client.d.ts +3 -3
- package/dist/api/resources/organizations/client/Client.js +2 -2
- package/dist/api/resources/sandboxes/client/Client.d.ts +3 -3
- package/dist/api/resources/sandboxes/client/Client.js +4 -4
- package/dist/api/resources/testSuiteRuns/client/Client.d.ts +3 -3
- package/dist/api/resources/testSuiteRuns/client/Client.js +4 -4
- package/dist/api/resources/testSuites/client/Client.d.ts +3 -3
- package/dist/api/resources/testSuites/client/Client.js +5 -5
- package/dist/api/resources/workflowDeployments/client/Client.d.ts +3 -3
- package/dist/api/resources/workflowDeployments/client/Client.js +7 -7
- package/dist/api/resources/workflowSandboxes/client/Client.d.ts +13 -3
- package/dist/api/resources/workflowSandboxes/client/Client.js +71 -2
- package/dist/api/resources/workflowSandboxes/client/requests/ListWorkflowSandboxExamplesRequest.d.ts +23 -0
- package/dist/api/resources/workflowSandboxes/client/requests/ListWorkflowSandboxExamplesRequest.js +5 -0
- package/dist/api/resources/workflowSandboxes/client/requests/index.d.ts +1 -0
- package/dist/api/resources/workflowSandboxes/index.d.ts +1 -0
- package/dist/api/resources/workflowSandboxes/index.js +1 -0
- package/dist/api/resources/workflowSandboxes/types/ListWorkflowSandboxExamplesRequestTag.d.ts +8 -0
- package/dist/api/resources/workflowSandboxes/types/ListWorkflowSandboxExamplesRequestTag.js +10 -0
- package/dist/api/resources/workflowSandboxes/types/index.d.ts +1 -0
- package/dist/api/resources/workflowSandboxes/types/index.js +17 -0
- package/dist/api/resources/workflows/client/Client.d.ts +3 -3
- package/dist/api/resources/workflows/client/Client.js +3 -3
- package/dist/api/resources/workspaceSecrets/client/Client.d.ts +3 -3
- package/dist/api/resources/workspaceSecrets/client/Client.js +3 -3
- package/dist/api/resources/workspaces/client/Client.d.ts +3 -3
- package/dist/api/resources/workspaces/client/Client.js +2 -2
- package/dist/api/types/PaginatedWorkflowSandboxExampleList.d.ts +10 -0
- package/dist/api/types/PaginatedWorkflowSandboxExampleList.js +5 -0
- package/dist/api/types/WorkflowSandboxExample.d.ts +9 -0
- package/dist/api/types/WorkflowSandboxExample.js +5 -0
- package/dist/api/types/index.d.ts +2 -0
- package/dist/api/types/index.js +2 -0
- package/dist/serialization/resources/index.d.ts +2 -1
- package/dist/serialization/resources/index.js +3 -2
- package/dist/serialization/resources/workflowSandboxes/index.d.ts +1 -0
- package/dist/serialization/resources/workflowSandboxes/index.js +1 -0
- package/dist/serialization/resources/workflowSandboxes/types/ListWorkflowSandboxExamplesRequestTag.d.ts +10 -0
- package/dist/serialization/resources/workflowSandboxes/types/ListWorkflowSandboxExamplesRequestTag.js +41 -0
- package/dist/serialization/resources/workflowSandboxes/types/index.d.ts +1 -0
- package/dist/serialization/resources/workflowSandboxes/types/index.js +17 -0
- package/dist/serialization/types/PaginatedWorkflowSandboxExampleList.d.ts +16 -0
- package/dist/serialization/types/PaginatedWorkflowSandboxExampleList.js +47 -0
- package/dist/serialization/types/WorkflowSandboxExample.d.ts +15 -0
- package/dist/serialization/types/WorkflowSandboxExample.js +46 -0
- package/dist/serialization/types/index.d.ts +2 -0
- package/dist/serialization/types/index.js +2 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +63 -0
- package/serialization/resources/index.d.ts +2 -1
- package/serialization/resources/index.js +3 -2
- package/serialization/resources/workflowSandboxes/index.d.ts +1 -0
- package/serialization/resources/workflowSandboxes/index.js +1 -0
- package/serialization/resources/workflowSandboxes/types/ListWorkflowSandboxExamplesRequestTag.d.ts +10 -0
- package/serialization/resources/workflowSandboxes/types/ListWorkflowSandboxExamplesRequestTag.js +41 -0
- package/serialization/resources/workflowSandboxes/types/index.d.ts +1 -0
- package/serialization/resources/workflowSandboxes/types/index.js +17 -0
- package/serialization/types/PaginatedWorkflowSandboxExampleList.d.ts +16 -0
- package/serialization/types/PaginatedWorkflowSandboxExampleList.js +47 -0
- package/serialization/types/WorkflowSandboxExample.d.ts +15 -0
- package/serialization/types/WorkflowSandboxExample.js +46 -0
- package/serialization/types/index.d.ts +2 -0
- package/serialization/types/index.js +2 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -0,0 +1,41 @@
|
|
|
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 () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.ListWorkflowSandboxExamplesRequestTag = void 0;
|
|
40
|
+
const core = __importStar(require("../../../../core"));
|
|
41
|
+
exports.ListWorkflowSandboxExamplesRequestTag = core.serialization.enum_(["ONBOARDING", "TEMPLATES"]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./ListWorkflowSandboxExamplesRequestTag";
|
|
@@ -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("./ListWorkflowSandboxExamplesRequestTag"), exports);
|
|
@@ -0,0 +1,16 @@
|
|
|
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
|
+
import { WorkflowSandboxExample } from "./WorkflowSandboxExample";
|
|
8
|
+
export declare const PaginatedWorkflowSandboxExampleList: core.serialization.ObjectSchema<serializers.PaginatedWorkflowSandboxExampleList.Raw, Vellum.PaginatedWorkflowSandboxExampleList>;
|
|
9
|
+
export declare namespace PaginatedWorkflowSandboxExampleList {
|
|
10
|
+
interface Raw {
|
|
11
|
+
count?: number | null;
|
|
12
|
+
next?: string | null;
|
|
13
|
+
previous?: string | null;
|
|
14
|
+
results?: WorkflowSandboxExample.Raw[] | null;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
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 () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.PaginatedWorkflowSandboxExampleList = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
const WorkflowSandboxExample_1 = require("./WorkflowSandboxExample");
|
|
42
|
+
exports.PaginatedWorkflowSandboxExampleList = core.serialization.object({
|
|
43
|
+
count: core.serialization.number().optional(),
|
|
44
|
+
next: core.serialization.string().optional(),
|
|
45
|
+
previous: core.serialization.string().optional(),
|
|
46
|
+
results: core.serialization.list(WorkflowSandboxExample_1.WorkflowSandboxExample).optional(),
|
|
47
|
+
});
|
|
@@ -0,0 +1,15 @@
|
|
|
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 WorkflowSandboxExample: core.serialization.ObjectSchema<serializers.WorkflowSandboxExample.Raw, Vellum.WorkflowSandboxExample>;
|
|
8
|
+
export declare namespace WorkflowSandboxExample {
|
|
9
|
+
interface Raw {
|
|
10
|
+
id: string;
|
|
11
|
+
label: string;
|
|
12
|
+
description?: string | null;
|
|
13
|
+
icon_name?: string | null;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
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 () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.WorkflowSandboxExample = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
exports.WorkflowSandboxExample = core.serialization.object({
|
|
42
|
+
id: core.serialization.string(),
|
|
43
|
+
label: core.serialization.string(),
|
|
44
|
+
description: core.serialization.string().optional(),
|
|
45
|
+
iconName: core.serialization.property("icon_name", core.serialization.string().optional()),
|
|
46
|
+
});
|
|
@@ -251,6 +251,7 @@ export * from "./PaginatedSlimWorkflowDeploymentList";
|
|
|
251
251
|
export * from "./PaginatedTestSuiteRunExecutionList";
|
|
252
252
|
export * from "./PaginatedTestSuiteTestCaseList";
|
|
253
253
|
export * from "./PaginatedWorkflowReleaseTagReadList";
|
|
254
|
+
export * from "./PaginatedWorkflowSandboxExampleList";
|
|
254
255
|
export * from "./PdfSearchResultMetaSource";
|
|
255
256
|
export * from "./PdfSearchResultMetaSourceRequest";
|
|
256
257
|
export * from "./PlainTextPromptBlock";
|
|
@@ -489,6 +490,7 @@ export * from "./WorkflowResultEventOutputDataJson";
|
|
|
489
490
|
export * from "./WorkflowResultEventOutputDataNumber";
|
|
490
491
|
export * from "./WorkflowResultEventOutputDataSearchResults";
|
|
491
492
|
export * from "./WorkflowResultEventOutputDataString";
|
|
493
|
+
export * from "./WorkflowSandboxExample";
|
|
492
494
|
export * from "./WorkflowStreamEvent";
|
|
493
495
|
export * from "./WorkspaceRead";
|
|
494
496
|
export * from "./WorkspaceSecretRead";
|
|
@@ -267,6 +267,7 @@ __exportStar(require("./PaginatedSlimWorkflowDeploymentList"), exports);
|
|
|
267
267
|
__exportStar(require("./PaginatedTestSuiteRunExecutionList"), exports);
|
|
268
268
|
__exportStar(require("./PaginatedTestSuiteTestCaseList"), exports);
|
|
269
269
|
__exportStar(require("./PaginatedWorkflowReleaseTagReadList"), exports);
|
|
270
|
+
__exportStar(require("./PaginatedWorkflowSandboxExampleList"), exports);
|
|
270
271
|
__exportStar(require("./PdfSearchResultMetaSource"), exports);
|
|
271
272
|
__exportStar(require("./PdfSearchResultMetaSourceRequest"), exports);
|
|
272
273
|
__exportStar(require("./PlainTextPromptBlock"), exports);
|
|
@@ -505,6 +506,7 @@ __exportStar(require("./WorkflowResultEventOutputDataJson"), exports);
|
|
|
505
506
|
__exportStar(require("./WorkflowResultEventOutputDataNumber"), exports);
|
|
506
507
|
__exportStar(require("./WorkflowResultEventOutputDataSearchResults"), exports);
|
|
507
508
|
__exportStar(require("./WorkflowResultEventOutputDataString"), exports);
|
|
509
|
+
__exportStar(require("./WorkflowSandboxExample"), exports);
|
|
508
510
|
__exportStar(require("./WorkflowStreamEvent"), exports);
|
|
509
511
|
__exportStar(require("./WorkspaceRead"), exports);
|
|
510
512
|
__exportStar(require("./WorkspaceSecretRead"), exports);
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.14.
|
|
1
|
+
export declare const SDK_VERSION = "0.14.6";
|
package/dist/version.js
CHANGED
package/package.json
CHANGED
package/reference.md
CHANGED
|
@@ -3415,6 +3415,69 @@ await client.workflowSandboxes.deployWorkflow("id", "workflow_id");
|
|
|
3415
3415
|
</dl>
|
|
3416
3416
|
</details>
|
|
3417
3417
|
|
|
3418
|
+
<details><summary><code>client.workflowSandboxes.<a href="/src/api/resources/workflowSandboxes/client/Client.ts">listWorkflowSandboxExamples</a>({ ...params }) -> Vellum.PaginatedWorkflowSandboxExampleList</code></summary>
|
|
3419
|
+
<dl>
|
|
3420
|
+
<dd>
|
|
3421
|
+
|
|
3422
|
+
#### 📝 Description
|
|
3423
|
+
|
|
3424
|
+
<dl>
|
|
3425
|
+
<dd>
|
|
3426
|
+
|
|
3427
|
+
<dl>
|
|
3428
|
+
<dd>
|
|
3429
|
+
|
|
3430
|
+
List Workflow Sandbox examples that were previously cloned into the User's Workspace
|
|
3431
|
+
|
|
3432
|
+
</dd>
|
|
3433
|
+
</dl>
|
|
3434
|
+
</dd>
|
|
3435
|
+
</dl>
|
|
3436
|
+
|
|
3437
|
+
#### 🔌 Usage
|
|
3438
|
+
|
|
3439
|
+
<dl>
|
|
3440
|
+
<dd>
|
|
3441
|
+
|
|
3442
|
+
<dl>
|
|
3443
|
+
<dd>
|
|
3444
|
+
|
|
3445
|
+
```typescript
|
|
3446
|
+
await client.workflowSandboxes.listWorkflowSandboxExamples();
|
|
3447
|
+
```
|
|
3448
|
+
|
|
3449
|
+
</dd>
|
|
3450
|
+
</dl>
|
|
3451
|
+
</dd>
|
|
3452
|
+
</dl>
|
|
3453
|
+
|
|
3454
|
+
#### ⚙️ Parameters
|
|
3455
|
+
|
|
3456
|
+
<dl>
|
|
3457
|
+
<dd>
|
|
3458
|
+
|
|
3459
|
+
<dl>
|
|
3460
|
+
<dd>
|
|
3461
|
+
|
|
3462
|
+
**request:** `Vellum.ListWorkflowSandboxExamplesRequest`
|
|
3463
|
+
|
|
3464
|
+
</dd>
|
|
3465
|
+
</dl>
|
|
3466
|
+
|
|
3467
|
+
<dl>
|
|
3468
|
+
<dd>
|
|
3469
|
+
|
|
3470
|
+
**requestOptions:** `WorkflowSandboxes.RequestOptions`
|
|
3471
|
+
|
|
3472
|
+
</dd>
|
|
3473
|
+
</dl>
|
|
3474
|
+
</dd>
|
|
3475
|
+
</dl>
|
|
3476
|
+
|
|
3477
|
+
</dd>
|
|
3478
|
+
</dl>
|
|
3479
|
+
</details>
|
|
3480
|
+
|
|
3418
3481
|
## Workflows
|
|
3419
3482
|
|
|
3420
3483
|
<details><summary><code>client.workflows.<a href="/src/api/resources/workflows/client/Client.ts">push</a>(artifact, { ...params }) -> Vellum.WorkflowPushResponse</code></summary>
|
|
@@ -6,6 +6,8 @@ export * as folderEntities from "./folderEntities";
|
|
|
6
6
|
export * from "./folderEntities/types";
|
|
7
7
|
export * as workflowDeployments from "./workflowDeployments";
|
|
8
8
|
export * from "./workflowDeployments/types";
|
|
9
|
+
export * as workflowSandboxes from "./workflowSandboxes";
|
|
10
|
+
export * from "./workflowSandboxes/types";
|
|
9
11
|
export * as workflows from "./workflows";
|
|
10
12
|
export * from "./workflows/types";
|
|
11
13
|
export * as testSuites from "./testSuites";
|
|
@@ -25,7 +27,6 @@ export * from "./sandboxes/client/requests";
|
|
|
25
27
|
export * as testSuiteRuns from "./testSuiteRuns";
|
|
26
28
|
export * from "./testSuiteRuns/client/requests";
|
|
27
29
|
export * from "./workflowDeployments/client/requests";
|
|
28
|
-
export * as workflowSandboxes from "./workflowSandboxes";
|
|
29
30
|
export * from "./workflowSandboxes/client/requests";
|
|
30
31
|
export * as workspaceSecrets from "./workspaceSecrets";
|
|
31
32
|
export * from "./workspaceSecrets/client/requests";
|
|
@@ -36,7 +36,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
36
36
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
37
37
|
};
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.workspaceSecrets = exports.
|
|
39
|
+
exports.workspaceSecrets = exports.testSuiteRuns = exports.sandboxes = exports.metricDefinitions = exports.documents = exports.containerImages = exports.adHoc = exports.testSuites = exports.workflows = exports.workflowSandboxes = exports.workflowDeployments = exports.folderEntities = exports.documentIndexes = exports.deployments = void 0;
|
|
40
40
|
exports.deployments = __importStar(require("./deployments"));
|
|
41
41
|
__exportStar(require("./deployments/types"), exports);
|
|
42
42
|
exports.documentIndexes = __importStar(require("./documentIndexes"));
|
|
@@ -45,6 +45,8 @@ exports.folderEntities = __importStar(require("./folderEntities"));
|
|
|
45
45
|
__exportStar(require("./folderEntities/types"), exports);
|
|
46
46
|
exports.workflowDeployments = __importStar(require("./workflowDeployments"));
|
|
47
47
|
__exportStar(require("./workflowDeployments/types"), exports);
|
|
48
|
+
exports.workflowSandboxes = __importStar(require("./workflowSandboxes"));
|
|
49
|
+
__exportStar(require("./workflowSandboxes/types"), exports);
|
|
48
50
|
exports.workflows = __importStar(require("./workflows"));
|
|
49
51
|
__exportStar(require("./workflows/types"), exports);
|
|
50
52
|
exports.testSuites = __importStar(require("./testSuites"));
|
|
@@ -64,7 +66,6 @@ __exportStar(require("./sandboxes/client/requests"), exports);
|
|
|
64
66
|
exports.testSuiteRuns = __importStar(require("./testSuiteRuns"));
|
|
65
67
|
__exportStar(require("./testSuiteRuns/client/requests"), exports);
|
|
66
68
|
__exportStar(require("./workflowDeployments/client/requests"), exports);
|
|
67
|
-
exports.workflowSandboxes = __importStar(require("./workflowSandboxes"));
|
|
68
69
|
__exportStar(require("./workflowSandboxes/client/requests"), exports);
|
|
69
70
|
exports.workspaceSecrets = __importStar(require("./workspaceSecrets"));
|
|
70
71
|
__exportStar(require("./workspaceSecrets/client/requests"), exports);
|
|
@@ -14,4 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./types"), exports);
|
|
17
18
|
__exportStar(require("./client"), exports);
|
package/serialization/resources/workflowSandboxes/types/ListWorkflowSandboxExamplesRequestTag.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
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 ListWorkflowSandboxExamplesRequestTag: core.serialization.Schema<serializers.ListWorkflowSandboxExamplesRequestTag.Raw, Vellum.ListWorkflowSandboxExamplesRequestTag>;
|
|
8
|
+
export declare namespace ListWorkflowSandboxExamplesRequestTag {
|
|
9
|
+
type Raw = "ONBOARDING" | "TEMPLATES";
|
|
10
|
+
}
|
package/serialization/resources/workflowSandboxes/types/ListWorkflowSandboxExamplesRequestTag.js
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
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 () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.ListWorkflowSandboxExamplesRequestTag = void 0;
|
|
40
|
+
const core = __importStar(require("../../../../core"));
|
|
41
|
+
exports.ListWorkflowSandboxExamplesRequestTag = core.serialization.enum_(["ONBOARDING", "TEMPLATES"]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./ListWorkflowSandboxExamplesRequestTag";
|
|
@@ -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("./ListWorkflowSandboxExamplesRequestTag"), exports);
|
|
@@ -0,0 +1,16 @@
|
|
|
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
|
+
import { WorkflowSandboxExample } from "./WorkflowSandboxExample";
|
|
8
|
+
export declare const PaginatedWorkflowSandboxExampleList: core.serialization.ObjectSchema<serializers.PaginatedWorkflowSandboxExampleList.Raw, Vellum.PaginatedWorkflowSandboxExampleList>;
|
|
9
|
+
export declare namespace PaginatedWorkflowSandboxExampleList {
|
|
10
|
+
interface Raw {
|
|
11
|
+
count?: number | null;
|
|
12
|
+
next?: string | null;
|
|
13
|
+
previous?: string | null;
|
|
14
|
+
results?: WorkflowSandboxExample.Raw[] | null;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
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 () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.PaginatedWorkflowSandboxExampleList = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
const WorkflowSandboxExample_1 = require("./WorkflowSandboxExample");
|
|
42
|
+
exports.PaginatedWorkflowSandboxExampleList = core.serialization.object({
|
|
43
|
+
count: core.serialization.number().optional(),
|
|
44
|
+
next: core.serialization.string().optional(),
|
|
45
|
+
previous: core.serialization.string().optional(),
|
|
46
|
+
results: core.serialization.list(WorkflowSandboxExample_1.WorkflowSandboxExample).optional(),
|
|
47
|
+
});
|
|
@@ -0,0 +1,15 @@
|
|
|
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 WorkflowSandboxExample: core.serialization.ObjectSchema<serializers.WorkflowSandboxExample.Raw, Vellum.WorkflowSandboxExample>;
|
|
8
|
+
export declare namespace WorkflowSandboxExample {
|
|
9
|
+
interface Raw {
|
|
10
|
+
id: string;
|
|
11
|
+
label: string;
|
|
12
|
+
description?: string | null;
|
|
13
|
+
icon_name?: string | null;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
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 () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.WorkflowSandboxExample = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
exports.WorkflowSandboxExample = core.serialization.object({
|
|
42
|
+
id: core.serialization.string(),
|
|
43
|
+
label: core.serialization.string(),
|
|
44
|
+
description: core.serialization.string().optional(),
|
|
45
|
+
iconName: core.serialization.property("icon_name", core.serialization.string().optional()),
|
|
46
|
+
});
|
|
@@ -251,6 +251,7 @@ export * from "./PaginatedSlimWorkflowDeploymentList";
|
|
|
251
251
|
export * from "./PaginatedTestSuiteRunExecutionList";
|
|
252
252
|
export * from "./PaginatedTestSuiteTestCaseList";
|
|
253
253
|
export * from "./PaginatedWorkflowReleaseTagReadList";
|
|
254
|
+
export * from "./PaginatedWorkflowSandboxExampleList";
|
|
254
255
|
export * from "./PdfSearchResultMetaSource";
|
|
255
256
|
export * from "./PdfSearchResultMetaSourceRequest";
|
|
256
257
|
export * from "./PlainTextPromptBlock";
|
|
@@ -489,6 +490,7 @@ export * from "./WorkflowResultEventOutputDataJson";
|
|
|
489
490
|
export * from "./WorkflowResultEventOutputDataNumber";
|
|
490
491
|
export * from "./WorkflowResultEventOutputDataSearchResults";
|
|
491
492
|
export * from "./WorkflowResultEventOutputDataString";
|
|
493
|
+
export * from "./WorkflowSandboxExample";
|
|
492
494
|
export * from "./WorkflowStreamEvent";
|
|
493
495
|
export * from "./WorkspaceRead";
|
|
494
496
|
export * from "./WorkspaceSecretRead";
|
|
@@ -267,6 +267,7 @@ __exportStar(require("./PaginatedSlimWorkflowDeploymentList"), exports);
|
|
|
267
267
|
__exportStar(require("./PaginatedTestSuiteRunExecutionList"), exports);
|
|
268
268
|
__exportStar(require("./PaginatedTestSuiteTestCaseList"), exports);
|
|
269
269
|
__exportStar(require("./PaginatedWorkflowReleaseTagReadList"), exports);
|
|
270
|
+
__exportStar(require("./PaginatedWorkflowSandboxExampleList"), exports);
|
|
270
271
|
__exportStar(require("./PdfSearchResultMetaSource"), exports);
|
|
271
272
|
__exportStar(require("./PdfSearchResultMetaSourceRequest"), exports);
|
|
272
273
|
__exportStar(require("./PlainTextPromptBlock"), exports);
|
|
@@ -505,6 +506,7 @@ __exportStar(require("./WorkflowResultEventOutputDataJson"), exports);
|
|
|
505
506
|
__exportStar(require("./WorkflowResultEventOutputDataNumber"), exports);
|
|
506
507
|
__exportStar(require("./WorkflowResultEventOutputDataSearchResults"), exports);
|
|
507
508
|
__exportStar(require("./WorkflowResultEventOutputDataString"), exports);
|
|
509
|
+
__exportStar(require("./WorkflowSandboxExample"), exports);
|
|
508
510
|
__exportStar(require("./WorkflowStreamEvent"), exports);
|
|
509
511
|
__exportStar(require("./WorkspaceRead"), exports);
|
|
510
512
|
__exportStar(require("./WorkspaceSecretRead"), exports);
|
package/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.14.
|
|
1
|
+
export declare const SDK_VERSION = "0.14.6";
|
package/version.js
CHANGED