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,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
|
+
});
|
|
@@ -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
|
+
}
|
|
@@ -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/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "
|
|
1
|
+
export declare const SDK_VERSION = "0.11.1";
|
package/version.js
CHANGED