vellum-ai 0.10.9 → 0.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.mock/definition/__package__.yml +138 -0
- package/.mock/openapi/openapi.yml +156 -0
- package/Client.js +10 -10
- package/api/resources/adHoc/client/Client.js +1 -1
- package/api/resources/containerImages/client/Client.js +4 -4
- package/api/resources/deployments/client/Client.js +7 -7
- 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/metricDefinitions/client/Client.js +2 -2
- package/api/resources/mlModels/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 +6 -6
- package/api/resources/workflowSandboxes/client/Client.js +1 -1
- package/api/resources/workflows/client/Client.js +2 -2
- package/api/resources/workspaceSecrets/client/Client.js +2 -2
- package/api/types/TestSuiteRunExecConfig.d.ts +1 -1
- package/api/types/TestSuiteRunExecConfigRequest.d.ts +1 -1
- package/api/types/TestSuiteRunPromptSandboxHistoryItemExecConfig.d.ts +13 -0
- package/api/types/TestSuiteRunPromptSandboxHistoryItemExecConfig.js +5 -0
- package/api/types/TestSuiteRunPromptSandboxHistoryItemExecConfigData.d.ts +9 -0
- package/api/types/TestSuiteRunPromptSandboxHistoryItemExecConfigData.js +5 -0
- package/api/types/TestSuiteRunPromptSandboxHistoryItemExecConfigDataRequest.d.ts +9 -0
- package/api/types/TestSuiteRunPromptSandboxHistoryItemExecConfigDataRequest.js +5 -0
- package/api/types/TestSuiteRunPromptSandboxHistoryItemExecConfigRequest.d.ts +13 -0
- package/api/types/TestSuiteRunPromptSandboxHistoryItemExecConfigRequest.js +5 -0
- package/api/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfig.d.ts +13 -0
- package/api/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfig.js +5 -0
- package/api/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfigData.d.ts +9 -0
- package/api/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfigData.js +5 -0
- package/api/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest.d.ts +9 -0
- package/api/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest.js +5 -0
- package/api/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfigRequest.d.ts +13 -0
- package/api/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfigRequest.js +5 -0
- package/api/types/index.d.ts +8 -0
- package/api/types/index.js +8 -0
- package/dist/Client.js +10 -10
- package/dist/api/resources/adHoc/client/Client.js +1 -1
- package/dist/api/resources/containerImages/client/Client.js +4 -4
- package/dist/api/resources/deployments/client/Client.js +7 -7
- 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/metricDefinitions/client/Client.js +2 -2
- package/dist/api/resources/mlModels/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 +6 -6
- package/dist/api/resources/workflowSandboxes/client/Client.js +1 -1
- package/dist/api/resources/workflows/client/Client.js +2 -2
- package/dist/api/resources/workspaceSecrets/client/Client.js +2 -2
- package/dist/api/types/TestSuiteRunExecConfig.d.ts +1 -1
- package/dist/api/types/TestSuiteRunExecConfigRequest.d.ts +1 -1
- package/dist/api/types/TestSuiteRunPromptSandboxHistoryItemExecConfig.d.ts +13 -0
- package/dist/api/types/TestSuiteRunPromptSandboxHistoryItemExecConfig.js +5 -0
- package/dist/api/types/TestSuiteRunPromptSandboxHistoryItemExecConfigData.d.ts +9 -0
- package/dist/api/types/TestSuiteRunPromptSandboxHistoryItemExecConfigData.js +5 -0
- package/dist/api/types/TestSuiteRunPromptSandboxHistoryItemExecConfigDataRequest.d.ts +9 -0
- package/dist/api/types/TestSuiteRunPromptSandboxHistoryItemExecConfigDataRequest.js +5 -0
- package/dist/api/types/TestSuiteRunPromptSandboxHistoryItemExecConfigRequest.d.ts +13 -0
- package/dist/api/types/TestSuiteRunPromptSandboxHistoryItemExecConfigRequest.js +5 -0
- package/dist/api/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfig.d.ts +13 -0
- package/dist/api/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfig.js +5 -0
- package/dist/api/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfigData.d.ts +9 -0
- package/dist/api/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfigData.js +5 -0
- package/dist/api/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest.d.ts +9 -0
- package/dist/api/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest.js +5 -0
- package/dist/api/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfigRequest.d.ts +13 -0
- package/dist/api/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfigRequest.js +5 -0
- package/dist/api/types/index.d.ts +8 -0
- package/dist/api/types/index.js +8 -0
- package/dist/serialization/types/TestSuiteRunExecConfig.d.ts +3 -1
- package/dist/serialization/types/TestSuiteRunExecConfig.js +4 -0
- package/dist/serialization/types/TestSuiteRunExecConfigRequest.d.ts +3 -1
- package/dist/serialization/types/TestSuiteRunExecConfigRequest.js +4 -0
- package/dist/serialization/types/TestSuiteRunPromptSandboxHistoryItemExecConfig.d.ts +15 -0
- package/dist/serialization/types/TestSuiteRunPromptSandboxHistoryItemExecConfig.js +36 -0
- package/dist/serialization/types/TestSuiteRunPromptSandboxHistoryItemExecConfigData.d.ts +13 -0
- package/dist/serialization/types/TestSuiteRunPromptSandboxHistoryItemExecConfigData.js +34 -0
- package/dist/serialization/types/TestSuiteRunPromptSandboxHistoryItemExecConfigDataRequest.d.ts +13 -0
- package/dist/serialization/types/TestSuiteRunPromptSandboxHistoryItemExecConfigDataRequest.js +34 -0
- package/dist/serialization/types/TestSuiteRunPromptSandboxHistoryItemExecConfigRequest.d.ts +15 -0
- package/dist/serialization/types/TestSuiteRunPromptSandboxHistoryItemExecConfigRequest.js +36 -0
- package/dist/serialization/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfig.d.ts +15 -0
- package/dist/serialization/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfig.js +36 -0
- package/dist/serialization/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfigData.d.ts +13 -0
- package/dist/serialization/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfigData.js +34 -0
- package/dist/serialization/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest.d.ts +13 -0
- package/dist/serialization/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest.js +34 -0
- package/dist/serialization/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfigRequest.d.ts +15 -0
- package/dist/serialization/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfigRequest.js +36 -0
- package/dist/serialization/types/index.d.ts +8 -0
- package/dist/serialization/types/index.js +8 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/serialization/types/TestSuiteRunExecConfig.d.ts +3 -1
- package/serialization/types/TestSuiteRunExecConfig.js +4 -0
- package/serialization/types/TestSuiteRunExecConfigRequest.d.ts +3 -1
- package/serialization/types/TestSuiteRunExecConfigRequest.js +4 -0
- package/serialization/types/TestSuiteRunPromptSandboxHistoryItemExecConfig.d.ts +15 -0
- package/serialization/types/TestSuiteRunPromptSandboxHistoryItemExecConfig.js +36 -0
- package/serialization/types/TestSuiteRunPromptSandboxHistoryItemExecConfigData.d.ts +13 -0
- package/serialization/types/TestSuiteRunPromptSandboxHistoryItemExecConfigData.js +34 -0
- package/serialization/types/TestSuiteRunPromptSandboxHistoryItemExecConfigDataRequest.d.ts +13 -0
- package/serialization/types/TestSuiteRunPromptSandboxHistoryItemExecConfigDataRequest.js +34 -0
- package/serialization/types/TestSuiteRunPromptSandboxHistoryItemExecConfigRequest.d.ts +15 -0
- package/serialization/types/TestSuiteRunPromptSandboxHistoryItemExecConfigRequest.js +36 -0
- package/serialization/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfig.d.ts +15 -0
- package/serialization/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfig.js +36 -0
- package/serialization/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfigData.d.ts +13 -0
- package/serialization/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfigData.js +34 -0
- package/serialization/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest.d.ts +13 -0
- package/serialization/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest.js +34 -0
- package/serialization/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfigRequest.d.ts +15 -0
- package/serialization/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfigRequest.js +36 -0
- package/serialization/types/index.d.ts +8 -0
- package/serialization/types/index.js +8 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -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
|
+
import { TestSuiteRunWorkflowSandboxHistoryItemExecConfigData } from "./TestSuiteRunWorkflowSandboxHistoryItemExecConfigData";
|
|
8
|
+
export declare const TestSuiteRunWorkflowSandboxHistoryItemExecConfig: core.serialization.ObjectSchema<serializers.TestSuiteRunWorkflowSandboxHistoryItemExecConfig.Raw, Vellum.TestSuiteRunWorkflowSandboxHistoryItemExecConfig>;
|
|
9
|
+
export declare namespace TestSuiteRunWorkflowSandboxHistoryItemExecConfig {
|
|
10
|
+
interface Raw {
|
|
11
|
+
type: "WORKFLOW_SANDBOX_HISTORY_ITEM";
|
|
12
|
+
data: TestSuiteRunWorkflowSandboxHistoryItemExecConfigData.Raw;
|
|
13
|
+
test_case_ids?: string[] | null;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.TestSuiteRunWorkflowSandboxHistoryItemExecConfig = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
const TestSuiteRunWorkflowSandboxHistoryItemExecConfigData_1 = require("./TestSuiteRunWorkflowSandboxHistoryItemExecConfigData");
|
|
32
|
+
exports.TestSuiteRunWorkflowSandboxHistoryItemExecConfig = core.serialization.object({
|
|
33
|
+
type: core.serialization.stringLiteral("WORKFLOW_SANDBOX_HISTORY_ITEM"),
|
|
34
|
+
data: TestSuiteRunWorkflowSandboxHistoryItemExecConfigData_1.TestSuiteRunWorkflowSandboxHistoryItemExecConfigData,
|
|
35
|
+
testCaseIds: core.serialization.property("test_case_ids", core.serialization.list(core.serialization.string()).optional()),
|
|
36
|
+
});
|
|
@@ -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 TestSuiteRunWorkflowSandboxHistoryItemExecConfigData: core.serialization.ObjectSchema<serializers.TestSuiteRunWorkflowSandboxHistoryItemExecConfigData.Raw, Vellum.TestSuiteRunWorkflowSandboxHistoryItemExecConfigData>;
|
|
8
|
+
export declare namespace TestSuiteRunWorkflowSandboxHistoryItemExecConfigData {
|
|
9
|
+
interface Raw {
|
|
10
|
+
history_item_id: string;
|
|
11
|
+
workflow_variant_id: string;
|
|
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.TestSuiteRunWorkflowSandboxHistoryItemExecConfigData = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.TestSuiteRunWorkflowSandboxHistoryItemExecConfigData = core.serialization.object({
|
|
32
|
+
historyItemId: core.serialization.property("history_item_id", core.serialization.string()),
|
|
33
|
+
workflowVariantId: core.serialization.property("workflow_variant_id", core.serialization.string()),
|
|
34
|
+
});
|
package/dist/serialization/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest.d.ts
ADDED
|
@@ -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 TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest: core.serialization.ObjectSchema<serializers.TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest.Raw, Vellum.TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest>;
|
|
8
|
+
export declare namespace TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest {
|
|
9
|
+
interface Raw {
|
|
10
|
+
history_item_id: string;
|
|
11
|
+
workflow_variant_id: string;
|
|
12
|
+
}
|
|
13
|
+
}
|
package/dist/serialization/types/TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest.js
ADDED
|
@@ -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.TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest = core.serialization.object({
|
|
32
|
+
historyItemId: core.serialization.property("history_item_id", core.serialization.string()),
|
|
33
|
+
workflowVariantId: core.serialization.property("workflow_variant_id", core.serialization.string()),
|
|
34
|
+
});
|
|
@@ -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
|
+
import { TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest } from "./TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest";
|
|
8
|
+
export declare const TestSuiteRunWorkflowSandboxHistoryItemExecConfigRequest: core.serialization.ObjectSchema<serializers.TestSuiteRunWorkflowSandboxHistoryItemExecConfigRequest.Raw, Vellum.TestSuiteRunWorkflowSandboxHistoryItemExecConfigRequest>;
|
|
9
|
+
export declare namespace TestSuiteRunWorkflowSandboxHistoryItemExecConfigRequest {
|
|
10
|
+
interface Raw {
|
|
11
|
+
type: "WORKFLOW_SANDBOX_HISTORY_ITEM";
|
|
12
|
+
data: TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest.Raw;
|
|
13
|
+
test_case_ids?: string[] | null;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.TestSuiteRunWorkflowSandboxHistoryItemExecConfigRequest = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
const TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest_1 = require("./TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest");
|
|
32
|
+
exports.TestSuiteRunWorkflowSandboxHistoryItemExecConfigRequest = core.serialization.object({
|
|
33
|
+
type: core.serialization.stringLiteral("WORKFLOW_SANDBOX_HISTORY_ITEM"),
|
|
34
|
+
data: TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest_1.TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest,
|
|
35
|
+
testCaseIds: core.serialization.property("test_case_ids", core.serialization.list(core.serialization.string()).optional()),
|
|
36
|
+
});
|
|
@@ -390,6 +390,10 @@ export * from "./TestSuiteRunMetricJsonOutput";
|
|
|
390
390
|
export * from "./TestSuiteRunMetricNumberOutput";
|
|
391
391
|
export * from "./TestSuiteRunMetricOutput";
|
|
392
392
|
export * from "./TestSuiteRunMetricStringOutput";
|
|
393
|
+
export * from "./TestSuiteRunPromptSandboxHistoryItemExecConfig";
|
|
394
|
+
export * from "./TestSuiteRunPromptSandboxHistoryItemExecConfigData";
|
|
395
|
+
export * from "./TestSuiteRunPromptSandboxHistoryItemExecConfigDataRequest";
|
|
396
|
+
export * from "./TestSuiteRunPromptSandboxHistoryItemExecConfigRequest";
|
|
393
397
|
export * from "./TestSuiteRunRead";
|
|
394
398
|
export * from "./TestSuiteRunState";
|
|
395
399
|
export * from "./TestSuiteRunTestSuite";
|
|
@@ -397,6 +401,10 @@ export * from "./TestSuiteRunWorkflowReleaseTagExecConfig";
|
|
|
397
401
|
export * from "./TestSuiteRunWorkflowReleaseTagExecConfigData";
|
|
398
402
|
export * from "./TestSuiteRunWorkflowReleaseTagExecConfigDataRequest";
|
|
399
403
|
export * from "./TestSuiteRunWorkflowReleaseTagExecConfigRequest";
|
|
404
|
+
export * from "./TestSuiteRunWorkflowSandboxHistoryItemExecConfig";
|
|
405
|
+
export * from "./TestSuiteRunWorkflowSandboxHistoryItemExecConfigData";
|
|
406
|
+
export * from "./TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest";
|
|
407
|
+
export * from "./TestSuiteRunWorkflowSandboxHistoryItemExecConfigRequest";
|
|
400
408
|
export * from "./TestSuiteTestCase";
|
|
401
409
|
export * from "./TestSuiteTestCaseBulkOperationRequest";
|
|
402
410
|
export * from "./TestSuiteTestCaseBulkResult";
|
|
@@ -406,6 +406,10 @@ __exportStar(require("./TestSuiteRunMetricJsonOutput"), exports);
|
|
|
406
406
|
__exportStar(require("./TestSuiteRunMetricNumberOutput"), exports);
|
|
407
407
|
__exportStar(require("./TestSuiteRunMetricOutput"), exports);
|
|
408
408
|
__exportStar(require("./TestSuiteRunMetricStringOutput"), exports);
|
|
409
|
+
__exportStar(require("./TestSuiteRunPromptSandboxHistoryItemExecConfig"), exports);
|
|
410
|
+
__exportStar(require("./TestSuiteRunPromptSandboxHistoryItemExecConfigData"), exports);
|
|
411
|
+
__exportStar(require("./TestSuiteRunPromptSandboxHistoryItemExecConfigDataRequest"), exports);
|
|
412
|
+
__exportStar(require("./TestSuiteRunPromptSandboxHistoryItemExecConfigRequest"), exports);
|
|
409
413
|
__exportStar(require("./TestSuiteRunRead"), exports);
|
|
410
414
|
__exportStar(require("./TestSuiteRunState"), exports);
|
|
411
415
|
__exportStar(require("./TestSuiteRunTestSuite"), exports);
|
|
@@ -413,6 +417,10 @@ __exportStar(require("./TestSuiteRunWorkflowReleaseTagExecConfig"), exports);
|
|
|
413
417
|
__exportStar(require("./TestSuiteRunWorkflowReleaseTagExecConfigData"), exports);
|
|
414
418
|
__exportStar(require("./TestSuiteRunWorkflowReleaseTagExecConfigDataRequest"), exports);
|
|
415
419
|
__exportStar(require("./TestSuiteRunWorkflowReleaseTagExecConfigRequest"), exports);
|
|
420
|
+
__exportStar(require("./TestSuiteRunWorkflowSandboxHistoryItemExecConfig"), exports);
|
|
421
|
+
__exportStar(require("./TestSuiteRunWorkflowSandboxHistoryItemExecConfigData"), exports);
|
|
422
|
+
__exportStar(require("./TestSuiteRunWorkflowSandboxHistoryItemExecConfigDataRequest"), exports);
|
|
423
|
+
__exportStar(require("./TestSuiteRunWorkflowSandboxHistoryItemExecConfigRequest"), exports);
|
|
416
424
|
__exportStar(require("./TestSuiteTestCase"), exports);
|
|
417
425
|
__exportStar(require("./TestSuiteTestCaseBulkOperationRequest"), exports);
|
|
418
426
|
__exportStar(require("./TestSuiteTestCaseBulkResult"), exports);
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "
|
|
1
|
+
export declare const SDK_VERSION = "0.11.1";
|
package/dist/version.js
CHANGED
package/package.json
CHANGED
|
@@ -5,9 +5,11 @@ import * as serializers from "../index";
|
|
|
5
5
|
import * as Vellum from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
import { TestSuiteRunDeploymentReleaseTagExecConfig } from "./TestSuiteRunDeploymentReleaseTagExecConfig";
|
|
8
|
+
import { TestSuiteRunPromptSandboxHistoryItemExecConfig } from "./TestSuiteRunPromptSandboxHistoryItemExecConfig";
|
|
8
9
|
import { TestSuiteRunWorkflowReleaseTagExecConfig } from "./TestSuiteRunWorkflowReleaseTagExecConfig";
|
|
10
|
+
import { TestSuiteRunWorkflowSandboxHistoryItemExecConfig } from "./TestSuiteRunWorkflowSandboxHistoryItemExecConfig";
|
|
9
11
|
import { TestSuiteRunExternalExecConfig } from "./TestSuiteRunExternalExecConfig";
|
|
10
12
|
export declare const TestSuiteRunExecConfig: core.serialization.Schema<serializers.TestSuiteRunExecConfig.Raw, Vellum.TestSuiteRunExecConfig>;
|
|
11
13
|
export declare namespace TestSuiteRunExecConfig {
|
|
12
|
-
type Raw = TestSuiteRunDeploymentReleaseTagExecConfig.Raw | TestSuiteRunWorkflowReleaseTagExecConfig.Raw | TestSuiteRunExternalExecConfig.Raw;
|
|
14
|
+
type Raw = TestSuiteRunDeploymentReleaseTagExecConfig.Raw | TestSuiteRunPromptSandboxHistoryItemExecConfig.Raw | TestSuiteRunWorkflowReleaseTagExecConfig.Raw | TestSuiteRunWorkflowSandboxHistoryItemExecConfig.Raw | TestSuiteRunExternalExecConfig.Raw;
|
|
13
15
|
}
|
|
@@ -29,10 +29,14 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
29
29
|
exports.TestSuiteRunExecConfig = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
31
|
const TestSuiteRunDeploymentReleaseTagExecConfig_1 = require("./TestSuiteRunDeploymentReleaseTagExecConfig");
|
|
32
|
+
const TestSuiteRunPromptSandboxHistoryItemExecConfig_1 = require("./TestSuiteRunPromptSandboxHistoryItemExecConfig");
|
|
32
33
|
const TestSuiteRunWorkflowReleaseTagExecConfig_1 = require("./TestSuiteRunWorkflowReleaseTagExecConfig");
|
|
34
|
+
const TestSuiteRunWorkflowSandboxHistoryItemExecConfig_1 = require("./TestSuiteRunWorkflowSandboxHistoryItemExecConfig");
|
|
33
35
|
const TestSuiteRunExternalExecConfig_1 = require("./TestSuiteRunExternalExecConfig");
|
|
34
36
|
exports.TestSuiteRunExecConfig = core.serialization.undiscriminatedUnion([
|
|
35
37
|
TestSuiteRunDeploymentReleaseTagExecConfig_1.TestSuiteRunDeploymentReleaseTagExecConfig,
|
|
38
|
+
TestSuiteRunPromptSandboxHistoryItemExecConfig_1.TestSuiteRunPromptSandboxHistoryItemExecConfig,
|
|
36
39
|
TestSuiteRunWorkflowReleaseTagExecConfig_1.TestSuiteRunWorkflowReleaseTagExecConfig,
|
|
40
|
+
TestSuiteRunWorkflowSandboxHistoryItemExecConfig_1.TestSuiteRunWorkflowSandboxHistoryItemExecConfig,
|
|
37
41
|
TestSuiteRunExternalExecConfig_1.TestSuiteRunExternalExecConfig,
|
|
38
42
|
]);
|
|
@@ -5,9 +5,11 @@ import * as serializers from "../index";
|
|
|
5
5
|
import * as Vellum from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
import { TestSuiteRunDeploymentReleaseTagExecConfigRequest } from "./TestSuiteRunDeploymentReleaseTagExecConfigRequest";
|
|
8
|
+
import { TestSuiteRunPromptSandboxHistoryItemExecConfigRequest } from "./TestSuiteRunPromptSandboxHistoryItemExecConfigRequest";
|
|
8
9
|
import { TestSuiteRunWorkflowReleaseTagExecConfigRequest } from "./TestSuiteRunWorkflowReleaseTagExecConfigRequest";
|
|
10
|
+
import { TestSuiteRunWorkflowSandboxHistoryItemExecConfigRequest } from "./TestSuiteRunWorkflowSandboxHistoryItemExecConfigRequest";
|
|
9
11
|
import { TestSuiteRunExternalExecConfigRequest } from "./TestSuiteRunExternalExecConfigRequest";
|
|
10
12
|
export declare const TestSuiteRunExecConfigRequest: core.serialization.Schema<serializers.TestSuiteRunExecConfigRequest.Raw, Vellum.TestSuiteRunExecConfigRequest>;
|
|
11
13
|
export declare namespace TestSuiteRunExecConfigRequest {
|
|
12
|
-
type Raw = TestSuiteRunDeploymentReleaseTagExecConfigRequest.Raw | TestSuiteRunWorkflowReleaseTagExecConfigRequest.Raw | TestSuiteRunExternalExecConfigRequest.Raw;
|
|
14
|
+
type Raw = TestSuiteRunDeploymentReleaseTagExecConfigRequest.Raw | TestSuiteRunPromptSandboxHistoryItemExecConfigRequest.Raw | TestSuiteRunWorkflowReleaseTagExecConfigRequest.Raw | TestSuiteRunWorkflowSandboxHistoryItemExecConfigRequest.Raw | TestSuiteRunExternalExecConfigRequest.Raw;
|
|
13
15
|
}
|
|
@@ -29,10 +29,14 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
29
29
|
exports.TestSuiteRunExecConfigRequest = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
31
|
const TestSuiteRunDeploymentReleaseTagExecConfigRequest_1 = require("./TestSuiteRunDeploymentReleaseTagExecConfigRequest");
|
|
32
|
+
const TestSuiteRunPromptSandboxHistoryItemExecConfigRequest_1 = require("./TestSuiteRunPromptSandboxHistoryItemExecConfigRequest");
|
|
32
33
|
const TestSuiteRunWorkflowReleaseTagExecConfigRequest_1 = require("./TestSuiteRunWorkflowReleaseTagExecConfigRequest");
|
|
34
|
+
const TestSuiteRunWorkflowSandboxHistoryItemExecConfigRequest_1 = require("./TestSuiteRunWorkflowSandboxHistoryItemExecConfigRequest");
|
|
33
35
|
const TestSuiteRunExternalExecConfigRequest_1 = require("./TestSuiteRunExternalExecConfigRequest");
|
|
34
36
|
exports.TestSuiteRunExecConfigRequest = core.serialization.undiscriminatedUnion([
|
|
35
37
|
TestSuiteRunDeploymentReleaseTagExecConfigRequest_1.TestSuiteRunDeploymentReleaseTagExecConfigRequest,
|
|
38
|
+
TestSuiteRunPromptSandboxHistoryItemExecConfigRequest_1.TestSuiteRunPromptSandboxHistoryItemExecConfigRequest,
|
|
36
39
|
TestSuiteRunWorkflowReleaseTagExecConfigRequest_1.TestSuiteRunWorkflowReleaseTagExecConfigRequest,
|
|
40
|
+
TestSuiteRunWorkflowSandboxHistoryItemExecConfigRequest_1.TestSuiteRunWorkflowSandboxHistoryItemExecConfigRequest,
|
|
37
41
|
TestSuiteRunExternalExecConfigRequest_1.TestSuiteRunExternalExecConfigRequest,
|
|
38
42
|
]);
|
|
@@ -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
|
+
import { TestSuiteRunPromptSandboxHistoryItemExecConfigData } from "./TestSuiteRunPromptSandboxHistoryItemExecConfigData";
|
|
8
|
+
export declare const TestSuiteRunPromptSandboxHistoryItemExecConfig: core.serialization.ObjectSchema<serializers.TestSuiteRunPromptSandboxHistoryItemExecConfig.Raw, Vellum.TestSuiteRunPromptSandboxHistoryItemExecConfig>;
|
|
9
|
+
export declare namespace TestSuiteRunPromptSandboxHistoryItemExecConfig {
|
|
10
|
+
interface Raw {
|
|
11
|
+
type: "PROMPT_SANDBOX_HISTORY_ITEM";
|
|
12
|
+
data: TestSuiteRunPromptSandboxHistoryItemExecConfigData.Raw;
|
|
13
|
+
test_case_ids?: string[] | null;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.TestSuiteRunPromptSandboxHistoryItemExecConfig = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
const TestSuiteRunPromptSandboxHistoryItemExecConfigData_1 = require("./TestSuiteRunPromptSandboxHistoryItemExecConfigData");
|
|
32
|
+
exports.TestSuiteRunPromptSandboxHistoryItemExecConfig = core.serialization.object({
|
|
33
|
+
type: core.serialization.stringLiteral("PROMPT_SANDBOX_HISTORY_ITEM"),
|
|
34
|
+
data: TestSuiteRunPromptSandboxHistoryItemExecConfigData_1.TestSuiteRunPromptSandboxHistoryItemExecConfigData,
|
|
35
|
+
testCaseIds: core.serialization.property("test_case_ids", core.serialization.list(core.serialization.string()).optional()),
|
|
36
|
+
});
|
|
@@ -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 TestSuiteRunPromptSandboxHistoryItemExecConfigData: core.serialization.ObjectSchema<serializers.TestSuiteRunPromptSandboxHistoryItemExecConfigData.Raw, Vellum.TestSuiteRunPromptSandboxHistoryItemExecConfigData>;
|
|
8
|
+
export declare namespace TestSuiteRunPromptSandboxHistoryItemExecConfigData {
|
|
9
|
+
interface Raw {
|
|
10
|
+
history_item_id: string;
|
|
11
|
+
prompt_variant_id: string;
|
|
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.TestSuiteRunPromptSandboxHistoryItemExecConfigData = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.TestSuiteRunPromptSandboxHistoryItemExecConfigData = core.serialization.object({
|
|
32
|
+
historyItemId: core.serialization.property("history_item_id", core.serialization.string()),
|
|
33
|
+
promptVariantId: core.serialization.property("prompt_variant_id", core.serialization.string()),
|
|
34
|
+
});
|
|
@@ -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 TestSuiteRunPromptSandboxHistoryItemExecConfigDataRequest: core.serialization.ObjectSchema<serializers.TestSuiteRunPromptSandboxHistoryItemExecConfigDataRequest.Raw, Vellum.TestSuiteRunPromptSandboxHistoryItemExecConfigDataRequest>;
|
|
8
|
+
export declare namespace TestSuiteRunPromptSandboxHistoryItemExecConfigDataRequest {
|
|
9
|
+
interface Raw {
|
|
10
|
+
history_item_id: string;
|
|
11
|
+
prompt_variant_id: string;
|
|
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.TestSuiteRunPromptSandboxHistoryItemExecConfigDataRequest = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.TestSuiteRunPromptSandboxHistoryItemExecConfigDataRequest = core.serialization.object({
|
|
32
|
+
historyItemId: core.serialization.property("history_item_id", core.serialization.string()),
|
|
33
|
+
promptVariantId: core.serialization.property("prompt_variant_id", core.serialization.string()),
|
|
34
|
+
});
|
|
@@ -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
|
+
import { TestSuiteRunPromptSandboxHistoryItemExecConfigDataRequest } from "./TestSuiteRunPromptSandboxHistoryItemExecConfigDataRequest";
|
|
8
|
+
export declare const TestSuiteRunPromptSandboxHistoryItemExecConfigRequest: core.serialization.ObjectSchema<serializers.TestSuiteRunPromptSandboxHistoryItemExecConfigRequest.Raw, Vellum.TestSuiteRunPromptSandboxHistoryItemExecConfigRequest>;
|
|
9
|
+
export declare namespace TestSuiteRunPromptSandboxHistoryItemExecConfigRequest {
|
|
10
|
+
interface Raw {
|
|
11
|
+
type: "PROMPT_SANDBOX_HISTORY_ITEM";
|
|
12
|
+
data: TestSuiteRunPromptSandboxHistoryItemExecConfigDataRequest.Raw;
|
|
13
|
+
test_case_ids?: string[] | null;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.TestSuiteRunPromptSandboxHistoryItemExecConfigRequest = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
const TestSuiteRunPromptSandboxHistoryItemExecConfigDataRequest_1 = require("./TestSuiteRunPromptSandboxHistoryItemExecConfigDataRequest");
|
|
32
|
+
exports.TestSuiteRunPromptSandboxHistoryItemExecConfigRequest = core.serialization.object({
|
|
33
|
+
type: core.serialization.stringLiteral("PROMPT_SANDBOX_HISTORY_ITEM"),
|
|
34
|
+
data: TestSuiteRunPromptSandboxHistoryItemExecConfigDataRequest_1.TestSuiteRunPromptSandboxHistoryItemExecConfigDataRequest,
|
|
35
|
+
testCaseIds: core.serialization.property("test_case_ids", core.serialization.list(core.serialization.string()).optional()),
|
|
36
|
+
});
|
|
@@ -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
|
+
import { TestSuiteRunWorkflowSandboxHistoryItemExecConfigData } from "./TestSuiteRunWorkflowSandboxHistoryItemExecConfigData";
|
|
8
|
+
export declare const TestSuiteRunWorkflowSandboxHistoryItemExecConfig: core.serialization.ObjectSchema<serializers.TestSuiteRunWorkflowSandboxHistoryItemExecConfig.Raw, Vellum.TestSuiteRunWorkflowSandboxHistoryItemExecConfig>;
|
|
9
|
+
export declare namespace TestSuiteRunWorkflowSandboxHistoryItemExecConfig {
|
|
10
|
+
interface Raw {
|
|
11
|
+
type: "WORKFLOW_SANDBOX_HISTORY_ITEM";
|
|
12
|
+
data: TestSuiteRunWorkflowSandboxHistoryItemExecConfigData.Raw;
|
|
13
|
+
test_case_ids?: string[] | null;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.TestSuiteRunWorkflowSandboxHistoryItemExecConfig = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
const TestSuiteRunWorkflowSandboxHistoryItemExecConfigData_1 = require("./TestSuiteRunWorkflowSandboxHistoryItemExecConfigData");
|
|
32
|
+
exports.TestSuiteRunWorkflowSandboxHistoryItemExecConfig = core.serialization.object({
|
|
33
|
+
type: core.serialization.stringLiteral("WORKFLOW_SANDBOX_HISTORY_ITEM"),
|
|
34
|
+
data: TestSuiteRunWorkflowSandboxHistoryItemExecConfigData_1.TestSuiteRunWorkflowSandboxHistoryItemExecConfigData,
|
|
35
|
+
testCaseIds: core.serialization.property("test_case_ids", core.serialization.list(core.serialization.string()).optional()),
|
|
36
|
+
});
|
|
@@ -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 TestSuiteRunWorkflowSandboxHistoryItemExecConfigData: core.serialization.ObjectSchema<serializers.TestSuiteRunWorkflowSandboxHistoryItemExecConfigData.Raw, Vellum.TestSuiteRunWorkflowSandboxHistoryItemExecConfigData>;
|
|
8
|
+
export declare namespace TestSuiteRunWorkflowSandboxHistoryItemExecConfigData {
|
|
9
|
+
interface Raw {
|
|
10
|
+
history_item_id: string;
|
|
11
|
+
workflow_variant_id: string;
|
|
12
|
+
}
|
|
13
|
+
}
|