testit-api-client 6.0.0-TMS-CLOUD → 6.0.2-TMS-5.3
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/README.MD +1 -0
- package/dist/api/apis.d.ts +1 -0
- package/dist/api/attachmentsApi.d.ts +6 -0
- package/dist/api/attachmentsApi.js +16 -11
- package/dist/api/attachmentsApi.js.map +1 -1
- package/dist/api/autoTestsApi.d.ts +21 -0
- package/dist/api/autoTestsApi.js +61 -41
- package/dist/api/autoTestsApi.js.map +1 -1
- package/dist/api/backgroundJobsApi.d.ts +7 -0
- package/dist/api/backgroundJobsApi.js +19 -13
- package/dist/api/backgroundJobsApi.js.map +1 -1
- package/dist/api/configurationsApi.d.ts +13 -0
- package/dist/api/configurationsApi.js +37 -25
- package/dist/api/configurationsApi.js.map +1 -1
- package/dist/api/customAttributeTemplatesApi.d.ts +10 -0
- package/dist/api/customAttributeTemplatesApi.js +28 -19
- package/dist/api/customAttributeTemplatesApi.js.map +1 -1
- package/dist/api/customAttributesApi.d.ts +7 -0
- package/dist/api/customAttributesApi.js +19 -13
- package/dist/api/customAttributesApi.js.map +1 -1
- package/dist/api/notificationsApi.d.ts +6 -0
- package/dist/api/notificationsApi.js +16 -11
- package/dist/api/notificationsApi.js.map +1 -1
- package/dist/api/parametersApi.d.ts +16 -0
- package/dist/api/parametersApi.js +46 -31
- package/dist/api/parametersApi.js.map +1 -1
- package/dist/api/projectAttributeTemplatesApi.d.ts +4 -0
- package/dist/api/projectAttributeTemplatesApi.js +10 -7
- package/dist/api/projectAttributeTemplatesApi.js.map +1 -1
- package/dist/api/projectAttributesApi.d.ts +7 -0
- package/dist/api/projectAttributesApi.js +19 -13
- package/dist/api/projectAttributesApi.js.map +1 -1
- package/dist/api/projectConfigurationsApi.d.ts +2 -0
- package/dist/api/projectConfigurationsApi.js +4 -3
- package/dist/api/projectConfigurationsApi.js.map +1 -1
- package/dist/api/projectSectionsApi.d.ts +2 -0
- package/dist/api/projectSectionsApi.js +4 -3
- package/dist/api/projectSectionsApi.js.map +1 -1
- package/dist/api/projectSettingsApi.d.ts +3 -0
- package/dist/api/projectSettingsApi.js +7 -5
- package/dist/api/projectSettingsApi.js.map +1 -1
- package/dist/api/projectTestPlanAttributesApi.d.ts +6 -0
- package/dist/api/projectTestPlanAttributesApi.js +16 -11
- package/dist/api/projectTestPlanAttributesApi.js.map +1 -1
- package/dist/api/projectTestPlansApi.d.ts +7 -0
- package/dist/api/projectTestPlansApi.js +19 -13
- package/dist/api/projectTestPlansApi.js.map +1 -1
- package/dist/api/projectWorkItemsApi.d.ts +6 -0
- package/dist/api/projectWorkItemsApi.js +16 -11
- package/dist/api/projectWorkItemsApi.js.map +1 -1
- package/dist/api/projectsApi.d.ts +26 -0
- package/dist/api/projectsApi.js +76 -51
- package/dist/api/projectsApi.js.map +1 -1
- package/dist/api/searchApi.d.ts +2 -0
- package/dist/api/searchApi.js +4 -3
- package/dist/api/searchApi.js.map +1 -1
- package/dist/api/sectionsApi.d.ts +9 -0
- package/dist/api/sectionsApi.js +25 -17
- package/dist/api/sectionsApi.js.map +1 -1
- package/dist/api/tagsApi.d.ts +8 -0
- package/dist/api/tagsApi.js +22 -15
- package/dist/api/tagsApi.js.map +1 -1
- package/dist/api/testPlansApi.d.ts +32 -0
- package/dist/api/testPlansApi.js +94 -63
- package/dist/api/testPlansApi.js.map +1 -1
- package/dist/api/testPointsApi.d.ts +5 -0
- package/dist/api/testPointsApi.js +13 -9
- package/dist/api/testPointsApi.js.map +1 -1
- package/dist/api/testResultsApi.d.ts +16 -0
- package/dist/api/testResultsApi.js +46 -31
- package/dist/api/testResultsApi.js.map +1 -1
- package/dist/api/testRunsApi.d.ts +25 -0
- package/dist/api/testRunsApi.js +73 -49
- package/dist/api/testRunsApi.js.map +1 -1
- package/dist/api/testStatusesApi.d.ts +8 -0
- package/dist/api/testStatusesApi.js +22 -15
- package/dist/api/testStatusesApi.js.map +1 -1
- package/dist/api/testSuitesApi.d.ts +14 -0
- package/dist/api/testSuitesApi.js +40 -27
- package/dist/api/testSuitesApi.js.map +1 -1
- package/dist/api/usersApi.d.ts +2 -0
- package/dist/api/usersApi.js +4 -3
- package/dist/api/usersApi.js.map +1 -1
- package/dist/api/webhooksApi.d.ts +11 -0
- package/dist/api/webhooksApi.js +31 -21
- package/dist/api/webhooksApi.js.map +1 -1
- package/dist/api/webhooksLogsApi.d.ts +4 -0
- package/dist/api/webhooksLogsApi.js +10 -7
- package/dist/api/webhooksLogsApi.js.map +1 -1
- package/dist/api/workItemsApi.d.ts +27 -0
- package/dist/api/workItemsApi.js +79 -53
- package/dist/api/workItemsApi.js.map +1 -1
- package/dist/api/workItemsCommentsApi.d.ts +6 -0
- package/dist/api/workItemsCommentsApi.js +16 -11
- package/dist/api/workItemsCommentsApi.js.map +1 -1
- package/dist/model/actionUpdate.js +1 -1
- package/dist/model/actionUpdate.js.map +1 -1
- package/dist/model/autoTestOutcome.js +1 -1
- package/dist/model/autoTestOutcome.js.map +1 -1
- package/dist/model/autoTestProjectSettingsGetModel.js.map +1 -1
- package/dist/model/autoTestProjectSettingsPostModel.js.map +1 -1
- package/dist/model/autotestResultOutcome.js +1 -1
- package/dist/model/autotestResultOutcome.js.map +1 -1
- package/dist/model/availableTestResultOutcome.js +1 -1
- package/dist/model/availableTestResultOutcome.js.map +1 -1
- package/dist/model/backgroundJobState.js +1 -1
- package/dist/model/backgroundJobState.js.map +1 -1
- package/dist/model/backgroundJobType.js +1 -1
- package/dist/model/backgroundJobType.js.map +1 -1
- package/dist/model/customAttributeTypesEnum.js +1 -1
- package/dist/model/customAttributeTypesEnum.js.map +1 -1
- package/dist/model/deletionState.js +1 -1
- package/dist/model/deletionState.js.map +1 -1
- package/dist/model/externalServiceCategoryApiResult.js +1 -1
- package/dist/model/externalServiceCategoryApiResult.js.map +1 -1
- package/dist/model/failureCategory.js +1 -1
- package/dist/model/failureCategory.js.map +1 -1
- package/dist/model/failureCategoryModel.js +1 -1
- package/dist/model/failureCategoryModel.js.map +1 -1
- package/dist/model/imageResizeType.js +1 -1
- package/dist/model/imageResizeType.js.map +1 -1
- package/dist/model/linkType.js +1 -1
- package/dist/model/linkType.js.map +1 -1
- package/dist/model/models.d.ts +2 -0
- package/dist/model/models.js.map +1 -1
- package/dist/model/notificationTypeModel.js +1 -1
- package/dist/model/notificationTypeModel.js.map +1 -1
- package/dist/model/projectTypeModel.js +1 -1
- package/dist/model/projectTypeModel.js.map +1 -1
- package/dist/model/requestTypeApiModel.js +1 -1
- package/dist/model/requestTypeApiModel.js.map +1 -1
- package/dist/model/requestTypeModel.js +1 -1
- package/dist/model/requestTypeModel.js.map +1 -1
- package/dist/model/testPlanStatus.js +1 -1
- package/dist/model/testPlanStatus.js.map +1 -1
- package/dist/model/testPlanStatusModel.js +1 -1
- package/dist/model/testPlanStatusModel.js.map +1 -1
- package/dist/model/testPointStatus.js +1 -1
- package/dist/model/testPointStatus.js.map +1 -1
- package/dist/model/testResultOutcome.js +1 -1
- package/dist/model/testResultOutcome.js.map +1 -1
- package/dist/model/testRunState.js +1 -1
- package/dist/model/testRunState.js.map +1 -1
- package/dist/model/testStatusType.js +1 -1
- package/dist/model/testStatusType.js.map +1 -1
- package/dist/model/testSuiteType.js +1 -1
- package/dist/model/testSuiteType.js.map +1 -1
- package/dist/model/webHookEventType.js +1 -1
- package/dist/model/webHookEventType.js.map +1 -1
- package/dist/model/webHookEventTypeModel.js +1 -1
- package/dist/model/webHookEventTypeModel.js.map +1 -1
- package/dist/model/webHookEventTypeRequest.js +1 -1
- package/dist/model/webHookEventTypeRequest.js.map +1 -1
- package/dist/model/webhookVariablesType.js +1 -1
- package/dist/model/webhookVariablesType.js.map +1 -1
- package/dist/model/workItemEntityTypes.js +1 -1
- package/dist/model/workItemEntityTypes.js.map +1 -1
- package/dist/model/workItemGroupType.js +1 -1
- package/dist/model/workItemGroupType.js.map +1 -1
- package/dist/model/workItemPriorityModel.js +1 -1
- package/dist/model/workItemPriorityModel.js.map +1 -1
- package/dist/model/workItemState.js +1 -1
- package/dist/model/workItemState.js.map +1 -1
- package/dist/model/workItemStates.js +1 -1
- package/dist/model/workItemStates.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
1
2
|
import http from 'http';
|
|
2
3
|
import { AutoTestNamespacesCountResponse } from '../model/autoTestNamespacesCountResponse';
|
|
3
4
|
import { AutoTestResultsForTestRunModel } from '../model/autoTestResultsForTestRunModel';
|
|
@@ -44,6 +45,7 @@ export declare class TestRunsApi {
|
|
|
44
45
|
headers: {
|
|
45
46
|
[name: string]: string;
|
|
46
47
|
};
|
|
48
|
+
rejectUnauthorized: boolean | undefined;
|
|
47
49
|
}): Promise<{
|
|
48
50
|
response: http.IncomingMessage;
|
|
49
51
|
body: number;
|
|
@@ -52,6 +54,7 @@ export declare class TestRunsApi {
|
|
|
52
54
|
headers: {
|
|
53
55
|
[name: string]: string;
|
|
54
56
|
};
|
|
57
|
+
rejectUnauthorized: boolean | undefined;
|
|
55
58
|
}): Promise<{
|
|
56
59
|
response: http.IncomingMessage;
|
|
57
60
|
body: AutoTestNamespacesCountResponse;
|
|
@@ -60,6 +63,7 @@ export declare class TestRunsApi {
|
|
|
60
63
|
headers: {
|
|
61
64
|
[name: string]: string;
|
|
62
65
|
};
|
|
66
|
+
rejectUnauthorized: boolean | undefined;
|
|
63
67
|
}): Promise<{
|
|
64
68
|
response: http.IncomingMessage;
|
|
65
69
|
body?: any;
|
|
@@ -68,6 +72,7 @@ export declare class TestRunsApi {
|
|
|
68
72
|
headers: {
|
|
69
73
|
[name: string]: string;
|
|
70
74
|
};
|
|
75
|
+
rejectUnauthorized: boolean | undefined;
|
|
71
76
|
}): Promise<{
|
|
72
77
|
response: http.IncomingMessage;
|
|
73
78
|
body?: any;
|
|
@@ -76,6 +81,7 @@ export declare class TestRunsApi {
|
|
|
76
81
|
headers: {
|
|
77
82
|
[name: string]: string;
|
|
78
83
|
};
|
|
84
|
+
rejectUnauthorized: boolean | undefined;
|
|
79
85
|
}): Promise<{
|
|
80
86
|
response: http.IncomingMessage;
|
|
81
87
|
body: ManualRerunApiResult;
|
|
@@ -84,6 +90,7 @@ export declare class TestRunsApi {
|
|
|
84
90
|
headers: {
|
|
85
91
|
[name: string]: string;
|
|
86
92
|
};
|
|
93
|
+
rejectUnauthorized: boolean | undefined;
|
|
87
94
|
}): Promise<{
|
|
88
95
|
response: http.IncomingMessage;
|
|
89
96
|
body?: any;
|
|
@@ -92,6 +99,7 @@ export declare class TestRunsApi {
|
|
|
92
99
|
headers: {
|
|
93
100
|
[name: string]: string;
|
|
94
101
|
};
|
|
102
|
+
rejectUnauthorized: boolean | undefined;
|
|
95
103
|
}): Promise<{
|
|
96
104
|
response: http.IncomingMessage;
|
|
97
105
|
body: TestResultsStatisticsApiResult;
|
|
@@ -100,6 +108,7 @@ export declare class TestRunsApi {
|
|
|
100
108
|
headers: {
|
|
101
109
|
[name: string]: string;
|
|
102
110
|
};
|
|
111
|
+
rejectUnauthorized: boolean | undefined;
|
|
103
112
|
}): Promise<{
|
|
104
113
|
response: http.IncomingMessage;
|
|
105
114
|
body: Array<TestPointResultApiResult>;
|
|
@@ -108,6 +117,7 @@ export declare class TestRunsApi {
|
|
|
108
117
|
headers: {
|
|
109
118
|
[name: string]: string;
|
|
110
119
|
};
|
|
120
|
+
rejectUnauthorized: boolean | undefined;
|
|
111
121
|
}): Promise<{
|
|
112
122
|
response: http.IncomingMessage;
|
|
113
123
|
body?: any;
|
|
@@ -116,6 +126,7 @@ export declare class TestRunsApi {
|
|
|
116
126
|
headers: {
|
|
117
127
|
[name: string]: string;
|
|
118
128
|
};
|
|
129
|
+
rejectUnauthorized: boolean | undefined;
|
|
119
130
|
}): Promise<{
|
|
120
131
|
response: http.IncomingMessage;
|
|
121
132
|
body: Date;
|
|
@@ -124,6 +135,7 @@ export declare class TestRunsApi {
|
|
|
124
135
|
headers: {
|
|
125
136
|
[name: string]: string;
|
|
126
137
|
};
|
|
138
|
+
rejectUnauthorized: boolean | undefined;
|
|
127
139
|
}): Promise<{
|
|
128
140
|
response: http.IncomingMessage;
|
|
129
141
|
body: number;
|
|
@@ -132,6 +144,7 @@ export declare class TestRunsApi {
|
|
|
132
144
|
headers: {
|
|
133
145
|
[name: string]: string;
|
|
134
146
|
};
|
|
147
|
+
rejectUnauthorized: boolean | undefined;
|
|
135
148
|
}): Promise<{
|
|
136
149
|
response: http.IncomingMessage;
|
|
137
150
|
body: number;
|
|
@@ -140,6 +153,7 @@ export declare class TestRunsApi {
|
|
|
140
153
|
headers: {
|
|
141
154
|
[name: string]: string;
|
|
142
155
|
};
|
|
156
|
+
rejectUnauthorized: boolean | undefined;
|
|
143
157
|
}): Promise<{
|
|
144
158
|
response: http.IncomingMessage;
|
|
145
159
|
body: Array<TestRunShortApiResult>;
|
|
@@ -148,6 +162,7 @@ export declare class TestRunsApi {
|
|
|
148
162
|
headers: {
|
|
149
163
|
[name: string]: string;
|
|
150
164
|
};
|
|
165
|
+
rejectUnauthorized: boolean | undefined;
|
|
151
166
|
}): Promise<{
|
|
152
167
|
response: http.IncomingMessage;
|
|
153
168
|
body?: any;
|
|
@@ -156,6 +171,7 @@ export declare class TestRunsApi {
|
|
|
156
171
|
headers: {
|
|
157
172
|
[name: string]: string;
|
|
158
173
|
};
|
|
174
|
+
rejectUnauthorized: boolean | undefined;
|
|
159
175
|
}): Promise<{
|
|
160
176
|
response: http.IncomingMessage;
|
|
161
177
|
body?: any;
|
|
@@ -164,6 +180,7 @@ export declare class TestRunsApi {
|
|
|
164
180
|
headers: {
|
|
165
181
|
[name: string]: string;
|
|
166
182
|
};
|
|
183
|
+
rejectUnauthorized: boolean | undefined;
|
|
167
184
|
}): Promise<{
|
|
168
185
|
response: http.IncomingMessage;
|
|
169
186
|
body: TestRunV2ApiResult;
|
|
@@ -172,6 +189,7 @@ export declare class TestRunsApi {
|
|
|
172
189
|
headers: {
|
|
173
190
|
[name: string]: string;
|
|
174
191
|
};
|
|
192
|
+
rejectUnauthorized: boolean | undefined;
|
|
175
193
|
}): Promise<{
|
|
176
194
|
response: http.IncomingMessage;
|
|
177
195
|
body: TestRunV2ApiResult;
|
|
@@ -180,6 +198,7 @@ export declare class TestRunsApi {
|
|
|
180
198
|
headers: {
|
|
181
199
|
[name: string]: string;
|
|
182
200
|
};
|
|
201
|
+
rejectUnauthorized: boolean | undefined;
|
|
183
202
|
}): Promise<{
|
|
184
203
|
response: http.IncomingMessage;
|
|
185
204
|
body: TestRunV2ApiResult;
|
|
@@ -188,6 +207,7 @@ export declare class TestRunsApi {
|
|
|
188
207
|
headers: {
|
|
189
208
|
[name: string]: string;
|
|
190
209
|
};
|
|
210
|
+
rejectUnauthorized: boolean | undefined;
|
|
191
211
|
}): Promise<{
|
|
192
212
|
response: http.IncomingMessage;
|
|
193
213
|
body: TestRunV2ApiResult;
|
|
@@ -196,6 +216,7 @@ export declare class TestRunsApi {
|
|
|
196
216
|
headers: {
|
|
197
217
|
[name: string]: string;
|
|
198
218
|
};
|
|
219
|
+
rejectUnauthorized: boolean | undefined;
|
|
199
220
|
}): Promise<{
|
|
200
221
|
response: http.IncomingMessage;
|
|
201
222
|
body: TestRunV2ApiResult;
|
|
@@ -204,6 +225,7 @@ export declare class TestRunsApi {
|
|
|
204
225
|
headers: {
|
|
205
226
|
[name: string]: string;
|
|
206
227
|
};
|
|
228
|
+
rejectUnauthorized: boolean | undefined;
|
|
207
229
|
}): Promise<{
|
|
208
230
|
response: http.IncomingMessage;
|
|
209
231
|
body: Array<string>;
|
|
@@ -212,6 +234,7 @@ export declare class TestRunsApi {
|
|
|
212
234
|
headers: {
|
|
213
235
|
[name: string]: string;
|
|
214
236
|
};
|
|
237
|
+
rejectUnauthorized: boolean | undefined;
|
|
215
238
|
}): Promise<{
|
|
216
239
|
response: http.IncomingMessage;
|
|
217
240
|
body?: any;
|
|
@@ -220,6 +243,7 @@ export declare class TestRunsApi {
|
|
|
220
243
|
headers: {
|
|
221
244
|
[name: string]: string;
|
|
222
245
|
};
|
|
246
|
+
rejectUnauthorized: boolean | undefined;
|
|
223
247
|
}): Promise<{
|
|
224
248
|
response: http.IncomingMessage;
|
|
225
249
|
body?: any;
|
|
@@ -228,6 +252,7 @@ export declare class TestRunsApi {
|
|
|
228
252
|
headers: {
|
|
229
253
|
[name: string]: string;
|
|
230
254
|
};
|
|
255
|
+
rejectUnauthorized: boolean | undefined;
|
|
231
256
|
}): Promise<{
|
|
232
257
|
response: http.IncomingMessage;
|
|
233
258
|
body?: any;
|
package/dist/api/testRunsApi.js
CHANGED
|
@@ -21,7 +21,7 @@ let defaultBasePath = 'http://localhost';
|
|
|
21
21
|
var TestRunsApiApiKeys;
|
|
22
22
|
(function (TestRunsApiApiKeys) {
|
|
23
23
|
TestRunsApiApiKeys[TestRunsApiApiKeys["Bearer or PrivateToken"] = 0] = "Bearer or PrivateToken";
|
|
24
|
-
})(TestRunsApiApiKeys
|
|
24
|
+
})(TestRunsApiApiKeys = exports.TestRunsApiApiKeys || (exports.TestRunsApiApiKeys = {}));
|
|
25
25
|
class TestRunsApi {
|
|
26
26
|
constructor(basePathOrUsername, password, basePath) {
|
|
27
27
|
this._basePath = defaultBasePath;
|
|
@@ -67,8 +67,8 @@ class TestRunsApi {
|
|
|
67
67
|
addInterceptor(interceptor) {
|
|
68
68
|
this.interceptors.push(interceptor);
|
|
69
69
|
}
|
|
70
|
-
apiV2TestRunsDelete(
|
|
71
|
-
return __awaiter(this,
|
|
70
|
+
apiV2TestRunsDelete(testRunSelectApiModel, options = { headers: {}, rejectUnauthorized: true }) {
|
|
71
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
72
72
|
const localVarPath = this.basePath + '/api/v2/testRuns';
|
|
73
73
|
let localVarQueryParameters = {};
|
|
74
74
|
let localVarHeaderParams = Object.assign({}, this._defaultHeaders);
|
|
@@ -83,6 +83,7 @@ class TestRunsApi {
|
|
|
83
83
|
Object.assign(localVarHeaderParams, options.headers);
|
|
84
84
|
let localVarUseFormData = false;
|
|
85
85
|
let localVarRequestOptions = {
|
|
86
|
+
rejectUnauthorized: options.rejectUnauthorized,
|
|
86
87
|
method: 'DELETE',
|
|
87
88
|
qs: localVarQueryParameters,
|
|
88
89
|
headers: localVarHeaderParams,
|
|
@@ -128,8 +129,8 @@ class TestRunsApi {
|
|
|
128
129
|
});
|
|
129
130
|
});
|
|
130
131
|
}
|
|
131
|
-
apiV2TestRunsIdAutoTestsNamespacesGet(
|
|
132
|
-
return __awaiter(this,
|
|
132
|
+
apiV2TestRunsIdAutoTestsNamespacesGet(id, options = { headers: {}, rejectUnauthorized: true }) {
|
|
133
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
133
134
|
const localVarPath = this.basePath + '/api/v2/testRuns/{id}/autoTestsNamespaces'
|
|
134
135
|
.replace('{' + 'id' + '}', encodeURIComponent(String(id)));
|
|
135
136
|
let localVarQueryParameters = {};
|
|
@@ -148,6 +149,7 @@ class TestRunsApi {
|
|
|
148
149
|
Object.assign(localVarHeaderParams, options.headers);
|
|
149
150
|
let localVarUseFormData = false;
|
|
150
151
|
let localVarRequestOptions = {
|
|
152
|
+
rejectUnauthorized: options.rejectUnauthorized,
|
|
151
153
|
method: 'GET',
|
|
152
154
|
qs: localVarQueryParameters,
|
|
153
155
|
headers: localVarHeaderParams,
|
|
@@ -192,8 +194,8 @@ class TestRunsApi {
|
|
|
192
194
|
});
|
|
193
195
|
});
|
|
194
196
|
}
|
|
195
|
-
apiV2TestRunsIdDelete(
|
|
196
|
-
return __awaiter(this,
|
|
197
|
+
apiV2TestRunsIdDelete(id, options = { headers: {}, rejectUnauthorized: true }) {
|
|
198
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
197
199
|
const localVarPath = this.basePath + '/api/v2/testRuns/{id}'
|
|
198
200
|
.replace('{' + 'id' + '}', encodeURIComponent(String(id)));
|
|
199
201
|
let localVarQueryParameters = {};
|
|
@@ -212,6 +214,7 @@ class TestRunsApi {
|
|
|
212
214
|
Object.assign(localVarHeaderParams, options.headers);
|
|
213
215
|
let localVarUseFormData = false;
|
|
214
216
|
let localVarRequestOptions = {
|
|
217
|
+
rejectUnauthorized: options.rejectUnauthorized,
|
|
215
218
|
method: 'DELETE',
|
|
216
219
|
qs: localVarQueryParameters,
|
|
217
220
|
headers: localVarHeaderParams,
|
|
@@ -255,8 +258,8 @@ class TestRunsApi {
|
|
|
255
258
|
});
|
|
256
259
|
});
|
|
257
260
|
}
|
|
258
|
-
apiV2TestRunsIdPurgePost(
|
|
259
|
-
return __awaiter(this,
|
|
261
|
+
apiV2TestRunsIdPurgePost(id, options = { headers: {}, rejectUnauthorized: true }) {
|
|
262
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
260
263
|
const localVarPath = this.basePath + '/api/v2/testRuns/{id}/purge'
|
|
261
264
|
.replace('{' + 'id' + '}', encodeURIComponent(String(id)));
|
|
262
265
|
let localVarQueryParameters = {};
|
|
@@ -275,6 +278,7 @@ class TestRunsApi {
|
|
|
275
278
|
Object.assign(localVarHeaderParams, options.headers);
|
|
276
279
|
let localVarUseFormData = false;
|
|
277
280
|
let localVarRequestOptions = {
|
|
281
|
+
rejectUnauthorized: options.rejectUnauthorized,
|
|
278
282
|
method: 'POST',
|
|
279
283
|
qs: localVarQueryParameters,
|
|
280
284
|
headers: localVarHeaderParams,
|
|
@@ -318,8 +322,8 @@ class TestRunsApi {
|
|
|
318
322
|
});
|
|
319
323
|
});
|
|
320
324
|
}
|
|
321
|
-
apiV2TestRunsIdRerunsPost(
|
|
322
|
-
return __awaiter(this,
|
|
325
|
+
apiV2TestRunsIdRerunsPost(id, manualRerunSelectTestResultsApiModel, options = { headers: {}, rejectUnauthorized: true }) {
|
|
326
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
323
327
|
const localVarPath = this.basePath + '/api/v2/testRuns/{id}/reruns'
|
|
324
328
|
.replace('{' + 'id' + '}', encodeURIComponent(String(id)));
|
|
325
329
|
let localVarQueryParameters = {};
|
|
@@ -338,6 +342,7 @@ class TestRunsApi {
|
|
|
338
342
|
Object.assign(localVarHeaderParams, options.headers);
|
|
339
343
|
let localVarUseFormData = false;
|
|
340
344
|
let localVarRequestOptions = {
|
|
345
|
+
rejectUnauthorized: options.rejectUnauthorized,
|
|
341
346
|
method: 'POST',
|
|
342
347
|
qs: localVarQueryParameters,
|
|
343
348
|
headers: localVarHeaderParams,
|
|
@@ -383,8 +388,8 @@ class TestRunsApi {
|
|
|
383
388
|
});
|
|
384
389
|
});
|
|
385
390
|
}
|
|
386
|
-
apiV2TestRunsIdRestorePost(
|
|
387
|
-
return __awaiter(this,
|
|
391
|
+
apiV2TestRunsIdRestorePost(id, options = { headers: {}, rejectUnauthorized: true }) {
|
|
392
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
388
393
|
const localVarPath = this.basePath + '/api/v2/testRuns/{id}/restore'
|
|
389
394
|
.replace('{' + 'id' + '}', encodeURIComponent(String(id)));
|
|
390
395
|
let localVarQueryParameters = {};
|
|
@@ -403,6 +408,7 @@ class TestRunsApi {
|
|
|
403
408
|
Object.assign(localVarHeaderParams, options.headers);
|
|
404
409
|
let localVarUseFormData = false;
|
|
405
410
|
let localVarRequestOptions = {
|
|
411
|
+
rejectUnauthorized: options.rejectUnauthorized,
|
|
406
412
|
method: 'POST',
|
|
407
413
|
qs: localVarQueryParameters,
|
|
408
414
|
headers: localVarHeaderParams,
|
|
@@ -446,8 +452,8 @@ class TestRunsApi {
|
|
|
446
452
|
});
|
|
447
453
|
});
|
|
448
454
|
}
|
|
449
|
-
apiV2TestRunsIdStatisticsFilterPost(
|
|
450
|
-
return __awaiter(this,
|
|
455
|
+
apiV2TestRunsIdStatisticsFilterPost(id, testRunStatisticsFilterApiModel, options = { headers: {}, rejectUnauthorized: true }) {
|
|
456
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
451
457
|
const localVarPath = this.basePath + '/api/v2/testRuns/{id}/statistics/filter'
|
|
452
458
|
.replace('{' + 'id' + '}', encodeURIComponent(String(id)));
|
|
453
459
|
let localVarQueryParameters = {};
|
|
@@ -466,6 +472,7 @@ class TestRunsApi {
|
|
|
466
472
|
Object.assign(localVarHeaderParams, options.headers);
|
|
467
473
|
let localVarUseFormData = false;
|
|
468
474
|
let localVarRequestOptions = {
|
|
475
|
+
rejectUnauthorized: options.rejectUnauthorized,
|
|
469
476
|
method: 'POST',
|
|
470
477
|
qs: localVarQueryParameters,
|
|
471
478
|
headers: localVarHeaderParams,
|
|
@@ -511,8 +518,8 @@ class TestRunsApi {
|
|
|
511
518
|
});
|
|
512
519
|
});
|
|
513
520
|
}
|
|
514
|
-
apiV2TestRunsIdTestPointsResultsGet(
|
|
515
|
-
return __awaiter(this,
|
|
521
|
+
apiV2TestRunsIdTestPointsResultsGet(id, options = { headers: {}, rejectUnauthorized: true }) {
|
|
522
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
516
523
|
const localVarPath = this.basePath + '/api/v2/testRuns/{id}/testPoints/results'
|
|
517
524
|
.replace('{' + 'id' + '}', encodeURIComponent(String(id)));
|
|
518
525
|
let localVarQueryParameters = {};
|
|
@@ -531,6 +538,7 @@ class TestRunsApi {
|
|
|
531
538
|
Object.assign(localVarHeaderParams, options.headers);
|
|
532
539
|
let localVarUseFormData = false;
|
|
533
540
|
let localVarRequestOptions = {
|
|
541
|
+
rejectUnauthorized: options.rejectUnauthorized,
|
|
534
542
|
method: 'GET',
|
|
535
543
|
qs: localVarQueryParameters,
|
|
536
544
|
headers: localVarHeaderParams,
|
|
@@ -575,8 +583,8 @@ class TestRunsApi {
|
|
|
575
583
|
});
|
|
576
584
|
});
|
|
577
585
|
}
|
|
578
|
-
apiV2TestRunsIdTestResultsBulkPut(
|
|
579
|
-
return __awaiter(this,
|
|
586
|
+
apiV2TestRunsIdTestResultsBulkPut(id, testRunTestResultsPartialBulkSetModel, options = { headers: {}, rejectUnauthorized: true }) {
|
|
587
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
580
588
|
const localVarPath = this.basePath + '/api/v2/testRuns/{id}/testResults/bulk'
|
|
581
589
|
.replace('{' + 'id' + '}', encodeURIComponent(String(id)));
|
|
582
590
|
let localVarQueryParameters = {};
|
|
@@ -595,6 +603,7 @@ class TestRunsApi {
|
|
|
595
603
|
Object.assign(localVarHeaderParams, options.headers);
|
|
596
604
|
let localVarUseFormData = false;
|
|
597
605
|
let localVarRequestOptions = {
|
|
606
|
+
rejectUnauthorized: options.rejectUnauthorized,
|
|
598
607
|
method: 'PUT',
|
|
599
608
|
qs: localVarQueryParameters,
|
|
600
609
|
headers: localVarHeaderParams,
|
|
@@ -639,8 +648,8 @@ class TestRunsApi {
|
|
|
639
648
|
});
|
|
640
649
|
});
|
|
641
650
|
}
|
|
642
|
-
apiV2TestRunsIdTestResultsLastModifiedModificationDateGet(
|
|
643
|
-
return __awaiter(this,
|
|
651
|
+
apiV2TestRunsIdTestResultsLastModifiedModificationDateGet(id, options = { headers: {}, rejectUnauthorized: true }) {
|
|
652
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
644
653
|
const localVarPath = this.basePath + '/api/v2/testRuns/{id}/testResults/lastModified/modificationDate'
|
|
645
654
|
.replace('{' + 'id' + '}', encodeURIComponent(String(id)));
|
|
646
655
|
let localVarQueryParameters = {};
|
|
@@ -659,6 +668,7 @@ class TestRunsApi {
|
|
|
659
668
|
Object.assign(localVarHeaderParams, options.headers);
|
|
660
669
|
let localVarUseFormData = false;
|
|
661
670
|
let localVarRequestOptions = {
|
|
671
|
+
rejectUnauthorized: options.rejectUnauthorized,
|
|
662
672
|
method: 'GET',
|
|
663
673
|
qs: localVarQueryParameters,
|
|
664
674
|
headers: localVarHeaderParams,
|
|
@@ -703,8 +713,8 @@ class TestRunsApi {
|
|
|
703
713
|
});
|
|
704
714
|
});
|
|
705
715
|
}
|
|
706
|
-
apiV2TestRunsPurgeBulkPost(
|
|
707
|
-
return __awaiter(this,
|
|
716
|
+
apiV2TestRunsPurgeBulkPost(testRunSelectApiModel, options = { headers: {}, rejectUnauthorized: true }) {
|
|
717
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
708
718
|
const localVarPath = this.basePath + '/api/v2/testRuns/purge/bulk';
|
|
709
719
|
let localVarQueryParameters = {};
|
|
710
720
|
let localVarHeaderParams = Object.assign({}, this._defaultHeaders);
|
|
@@ -719,6 +729,7 @@ class TestRunsApi {
|
|
|
719
729
|
Object.assign(localVarHeaderParams, options.headers);
|
|
720
730
|
let localVarUseFormData = false;
|
|
721
731
|
let localVarRequestOptions = {
|
|
732
|
+
rejectUnauthorized: options.rejectUnauthorized,
|
|
722
733
|
method: 'POST',
|
|
723
734
|
qs: localVarQueryParameters,
|
|
724
735
|
headers: localVarHeaderParams,
|
|
@@ -764,8 +775,8 @@ class TestRunsApi {
|
|
|
764
775
|
});
|
|
765
776
|
});
|
|
766
777
|
}
|
|
767
|
-
apiV2TestRunsRestoreBulkPost(
|
|
768
|
-
return __awaiter(this,
|
|
778
|
+
apiV2TestRunsRestoreBulkPost(testRunSelectApiModel, options = { headers: {}, rejectUnauthorized: true }) {
|
|
779
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
769
780
|
const localVarPath = this.basePath + '/api/v2/testRuns/restore/bulk';
|
|
770
781
|
let localVarQueryParameters = {};
|
|
771
782
|
let localVarHeaderParams = Object.assign({}, this._defaultHeaders);
|
|
@@ -780,6 +791,7 @@ class TestRunsApi {
|
|
|
780
791
|
Object.assign(localVarHeaderParams, options.headers);
|
|
781
792
|
let localVarUseFormData = false;
|
|
782
793
|
let localVarRequestOptions = {
|
|
794
|
+
rejectUnauthorized: options.rejectUnauthorized,
|
|
783
795
|
method: 'POST',
|
|
784
796
|
qs: localVarQueryParameters,
|
|
785
797
|
headers: localVarHeaderParams,
|
|
@@ -825,8 +837,8 @@ class TestRunsApi {
|
|
|
825
837
|
});
|
|
826
838
|
});
|
|
827
839
|
}
|
|
828
|
-
apiV2TestRunsSearchPost(
|
|
829
|
-
return __awaiter(this,
|
|
840
|
+
apiV2TestRunsSearchPost(skip, take, orderBy, searchField, searchValue, testRunFilterApiModel, options = { headers: {}, rejectUnauthorized: true }) {
|
|
841
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
830
842
|
const localVarPath = this.basePath + '/api/v2/testRuns/search';
|
|
831
843
|
let localVarQueryParameters = {};
|
|
832
844
|
let localVarHeaderParams = Object.assign({}, this._defaultHeaders);
|
|
@@ -856,6 +868,7 @@ class TestRunsApi {
|
|
|
856
868
|
Object.assign(localVarHeaderParams, options.headers);
|
|
857
869
|
let localVarUseFormData = false;
|
|
858
870
|
let localVarRequestOptions = {
|
|
871
|
+
rejectUnauthorized: options.rejectUnauthorized,
|
|
859
872
|
method: 'POST',
|
|
860
873
|
qs: localVarQueryParameters,
|
|
861
874
|
headers: localVarHeaderParams,
|
|
@@ -901,8 +914,8 @@ class TestRunsApi {
|
|
|
901
914
|
});
|
|
902
915
|
});
|
|
903
916
|
}
|
|
904
|
-
apiV2TestRunsUpdateMultiplePost(
|
|
905
|
-
return __awaiter(this,
|
|
917
|
+
apiV2TestRunsUpdateMultiplePost(updateMultipleTestRunsApiModel, options = { headers: {}, rejectUnauthorized: true }) {
|
|
918
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
906
919
|
const localVarPath = this.basePath + '/api/v2/testRuns/updateMultiple';
|
|
907
920
|
let localVarQueryParameters = {};
|
|
908
921
|
let localVarHeaderParams = Object.assign({}, this._defaultHeaders);
|
|
@@ -917,6 +930,7 @@ class TestRunsApi {
|
|
|
917
930
|
Object.assign(localVarHeaderParams, options.headers);
|
|
918
931
|
let localVarUseFormData = false;
|
|
919
932
|
let localVarRequestOptions = {
|
|
933
|
+
rejectUnauthorized: options.rejectUnauthorized,
|
|
920
934
|
method: 'POST',
|
|
921
935
|
qs: localVarQueryParameters,
|
|
922
936
|
headers: localVarHeaderParams,
|
|
@@ -961,8 +975,8 @@ class TestRunsApi {
|
|
|
961
975
|
});
|
|
962
976
|
});
|
|
963
977
|
}
|
|
964
|
-
completeTestRun(
|
|
965
|
-
return __awaiter(this,
|
|
978
|
+
completeTestRun(id, options = { headers: {}, rejectUnauthorized: true }) {
|
|
979
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
966
980
|
const localVarPath = this.basePath + '/api/v2/testRuns/{id}/complete'
|
|
967
981
|
.replace('{' + 'id' + '}', encodeURIComponent(String(id)));
|
|
968
982
|
let localVarQueryParameters = {};
|
|
@@ -981,6 +995,7 @@ class TestRunsApi {
|
|
|
981
995
|
Object.assign(localVarHeaderParams, options.headers);
|
|
982
996
|
let localVarUseFormData = false;
|
|
983
997
|
let localVarRequestOptions = {
|
|
998
|
+
rejectUnauthorized: options.rejectUnauthorized,
|
|
984
999
|
method: 'POST',
|
|
985
1000
|
qs: localVarQueryParameters,
|
|
986
1001
|
headers: localVarHeaderParams,
|
|
@@ -1024,8 +1039,8 @@ class TestRunsApi {
|
|
|
1024
1039
|
});
|
|
1025
1040
|
});
|
|
1026
1041
|
}
|
|
1027
|
-
createAndFillByAutoTests(
|
|
1028
|
-
return __awaiter(this,
|
|
1042
|
+
createAndFillByAutoTests(createTestRunAndFillByAutoTestsApiModel, options = { headers: {}, rejectUnauthorized: true }) {
|
|
1043
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1029
1044
|
const localVarPath = this.basePath + '/api/v2/testRuns/byAutoTests';
|
|
1030
1045
|
let localVarQueryParameters = {};
|
|
1031
1046
|
let localVarHeaderParams = Object.assign({}, this._defaultHeaders);
|
|
@@ -1040,6 +1055,7 @@ class TestRunsApi {
|
|
|
1040
1055
|
Object.assign(localVarHeaderParams, options.headers);
|
|
1041
1056
|
let localVarUseFormData = false;
|
|
1042
1057
|
let localVarRequestOptions = {
|
|
1058
|
+
rejectUnauthorized: options.rejectUnauthorized,
|
|
1043
1059
|
method: 'POST',
|
|
1044
1060
|
qs: localVarQueryParameters,
|
|
1045
1061
|
headers: localVarHeaderParams,
|
|
@@ -1085,8 +1101,8 @@ class TestRunsApi {
|
|
|
1085
1101
|
});
|
|
1086
1102
|
});
|
|
1087
1103
|
}
|
|
1088
|
-
createAndFillByConfigurations(
|
|
1089
|
-
return __awaiter(this,
|
|
1104
|
+
createAndFillByConfigurations(createTestRunAndFillByConfigurationsApiModel, options = { headers: {}, rejectUnauthorized: true }) {
|
|
1105
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1090
1106
|
const localVarPath = this.basePath + '/api/v2/testRuns/byConfigurations';
|
|
1091
1107
|
let localVarQueryParameters = {};
|
|
1092
1108
|
let localVarHeaderParams = Object.assign({}, this._defaultHeaders);
|
|
@@ -1101,6 +1117,7 @@ class TestRunsApi {
|
|
|
1101
1117
|
Object.assign(localVarHeaderParams, options.headers);
|
|
1102
1118
|
let localVarUseFormData = false;
|
|
1103
1119
|
let localVarRequestOptions = {
|
|
1120
|
+
rejectUnauthorized: options.rejectUnauthorized,
|
|
1104
1121
|
method: 'POST',
|
|
1105
1122
|
qs: localVarQueryParameters,
|
|
1106
1123
|
headers: localVarHeaderParams,
|
|
@@ -1146,8 +1163,8 @@ class TestRunsApi {
|
|
|
1146
1163
|
});
|
|
1147
1164
|
});
|
|
1148
1165
|
}
|
|
1149
|
-
createAndFillByWorkItems(
|
|
1150
|
-
return __awaiter(this,
|
|
1166
|
+
createAndFillByWorkItems(createTestRunAndFillByWorkItemsApiModel, options = { headers: {}, rejectUnauthorized: true }) {
|
|
1167
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1151
1168
|
const localVarPath = this.basePath + '/api/v2/testRuns/byWorkItems';
|
|
1152
1169
|
let localVarQueryParameters = {};
|
|
1153
1170
|
let localVarHeaderParams = Object.assign({}, this._defaultHeaders);
|
|
@@ -1162,6 +1179,7 @@ class TestRunsApi {
|
|
|
1162
1179
|
Object.assign(localVarHeaderParams, options.headers);
|
|
1163
1180
|
let localVarUseFormData = false;
|
|
1164
1181
|
let localVarRequestOptions = {
|
|
1182
|
+
rejectUnauthorized: options.rejectUnauthorized,
|
|
1165
1183
|
method: 'POST',
|
|
1166
1184
|
qs: localVarQueryParameters,
|
|
1167
1185
|
headers: localVarHeaderParams,
|
|
@@ -1207,8 +1225,8 @@ class TestRunsApi {
|
|
|
1207
1225
|
});
|
|
1208
1226
|
});
|
|
1209
1227
|
}
|
|
1210
|
-
createEmpty(
|
|
1211
|
-
return __awaiter(this,
|
|
1228
|
+
createEmpty(createEmptyTestRunApiModel, options = { headers: {}, rejectUnauthorized: true }) {
|
|
1229
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1212
1230
|
const localVarPath = this.basePath + '/api/v2/testRuns';
|
|
1213
1231
|
let localVarQueryParameters = {};
|
|
1214
1232
|
let localVarHeaderParams = Object.assign({}, this._defaultHeaders);
|
|
@@ -1223,6 +1241,7 @@ class TestRunsApi {
|
|
|
1223
1241
|
Object.assign(localVarHeaderParams, options.headers);
|
|
1224
1242
|
let localVarUseFormData = false;
|
|
1225
1243
|
let localVarRequestOptions = {
|
|
1244
|
+
rejectUnauthorized: options.rejectUnauthorized,
|
|
1226
1245
|
method: 'POST',
|
|
1227
1246
|
qs: localVarQueryParameters,
|
|
1228
1247
|
headers: localVarHeaderParams,
|
|
@@ -1268,8 +1287,8 @@ class TestRunsApi {
|
|
|
1268
1287
|
});
|
|
1269
1288
|
});
|
|
1270
1289
|
}
|
|
1271
|
-
getTestRunById(
|
|
1272
|
-
return __awaiter(this,
|
|
1290
|
+
getTestRunById(id, options = { headers: {}, rejectUnauthorized: true }) {
|
|
1291
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1273
1292
|
const localVarPath = this.basePath + '/api/v2/testRuns/{id}'
|
|
1274
1293
|
.replace('{' + 'id' + '}', encodeURIComponent(String(id)));
|
|
1275
1294
|
let localVarQueryParameters = {};
|
|
@@ -1288,6 +1307,7 @@ class TestRunsApi {
|
|
|
1288
1307
|
Object.assign(localVarHeaderParams, options.headers);
|
|
1289
1308
|
let localVarUseFormData = false;
|
|
1290
1309
|
let localVarRequestOptions = {
|
|
1310
|
+
rejectUnauthorized: options.rejectUnauthorized,
|
|
1291
1311
|
method: 'GET',
|
|
1292
1312
|
qs: localVarQueryParameters,
|
|
1293
1313
|
headers: localVarHeaderParams,
|
|
@@ -1332,8 +1352,8 @@ class TestRunsApi {
|
|
|
1332
1352
|
});
|
|
1333
1353
|
});
|
|
1334
1354
|
}
|
|
1335
|
-
setAutoTestResultsForTestRun(
|
|
1336
|
-
return __awaiter(this,
|
|
1355
|
+
setAutoTestResultsForTestRun(id, autoTestResultsForTestRunModel, options = { headers: {}, rejectUnauthorized: true }) {
|
|
1356
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1337
1357
|
const localVarPath = this.basePath + '/api/v2/testRuns/{id}/testResults'
|
|
1338
1358
|
.replace('{' + 'id' + '}', encodeURIComponent(String(id)));
|
|
1339
1359
|
let localVarQueryParameters = {};
|
|
@@ -1352,6 +1372,7 @@ class TestRunsApi {
|
|
|
1352
1372
|
Object.assign(localVarHeaderParams, options.headers);
|
|
1353
1373
|
let localVarUseFormData = false;
|
|
1354
1374
|
let localVarRequestOptions = {
|
|
1375
|
+
rejectUnauthorized: options.rejectUnauthorized,
|
|
1355
1376
|
method: 'POST',
|
|
1356
1377
|
qs: localVarQueryParameters,
|
|
1357
1378
|
headers: localVarHeaderParams,
|
|
@@ -1397,8 +1418,8 @@ class TestRunsApi {
|
|
|
1397
1418
|
});
|
|
1398
1419
|
});
|
|
1399
1420
|
}
|
|
1400
|
-
startTestRun(
|
|
1401
|
-
return __awaiter(this,
|
|
1421
|
+
startTestRun(id, options = { headers: {}, rejectUnauthorized: true }) {
|
|
1422
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1402
1423
|
const localVarPath = this.basePath + '/api/v2/testRuns/{id}/start'
|
|
1403
1424
|
.replace('{' + 'id' + '}', encodeURIComponent(String(id)));
|
|
1404
1425
|
let localVarQueryParameters = {};
|
|
@@ -1417,6 +1438,7 @@ class TestRunsApi {
|
|
|
1417
1438
|
Object.assign(localVarHeaderParams, options.headers);
|
|
1418
1439
|
let localVarUseFormData = false;
|
|
1419
1440
|
let localVarRequestOptions = {
|
|
1441
|
+
rejectUnauthorized: options.rejectUnauthorized,
|
|
1420
1442
|
method: 'POST',
|
|
1421
1443
|
qs: localVarQueryParameters,
|
|
1422
1444
|
headers: localVarHeaderParams,
|
|
@@ -1460,8 +1482,8 @@ class TestRunsApi {
|
|
|
1460
1482
|
});
|
|
1461
1483
|
});
|
|
1462
1484
|
}
|
|
1463
|
-
stopTestRun(
|
|
1464
|
-
return __awaiter(this,
|
|
1485
|
+
stopTestRun(id, options = { headers: {}, rejectUnauthorized: true }) {
|
|
1486
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1465
1487
|
const localVarPath = this.basePath + '/api/v2/testRuns/{id}/stop'
|
|
1466
1488
|
.replace('{' + 'id' + '}', encodeURIComponent(String(id)));
|
|
1467
1489
|
let localVarQueryParameters = {};
|
|
@@ -1480,6 +1502,7 @@ class TestRunsApi {
|
|
|
1480
1502
|
Object.assign(localVarHeaderParams, options.headers);
|
|
1481
1503
|
let localVarUseFormData = false;
|
|
1482
1504
|
let localVarRequestOptions = {
|
|
1505
|
+
rejectUnauthorized: options.rejectUnauthorized,
|
|
1483
1506
|
method: 'POST',
|
|
1484
1507
|
qs: localVarQueryParameters,
|
|
1485
1508
|
headers: localVarHeaderParams,
|
|
@@ -1523,8 +1546,8 @@ class TestRunsApi {
|
|
|
1523
1546
|
});
|
|
1524
1547
|
});
|
|
1525
1548
|
}
|
|
1526
|
-
updateEmpty(
|
|
1527
|
-
return __awaiter(this,
|
|
1549
|
+
updateEmpty(updateEmptyTestRunApiModel, options = { headers: {}, rejectUnauthorized: true }) {
|
|
1550
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1528
1551
|
const localVarPath = this.basePath + '/api/v2/testRuns';
|
|
1529
1552
|
let localVarQueryParameters = {};
|
|
1530
1553
|
let localVarHeaderParams = Object.assign({}, this._defaultHeaders);
|
|
@@ -1539,6 +1562,7 @@ class TestRunsApi {
|
|
|
1539
1562
|
Object.assign(localVarHeaderParams, options.headers);
|
|
1540
1563
|
let localVarUseFormData = false;
|
|
1541
1564
|
let localVarRequestOptions = {
|
|
1565
|
+
rejectUnauthorized: options.rejectUnauthorized,
|
|
1542
1566
|
method: 'PUT',
|
|
1543
1567
|
qs: localVarQueryParameters,
|
|
1544
1568
|
headers: localVarHeaderParams,
|