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
package/dist/api/projectsApi.js
CHANGED
|
@@ -21,7 +21,7 @@ let defaultBasePath = 'http://localhost';
|
|
|
21
21
|
var ProjectsApiApiKeys;
|
|
22
22
|
(function (ProjectsApiApiKeys) {
|
|
23
23
|
ProjectsApiApiKeys[ProjectsApiApiKeys["Bearer or PrivateToken"] = 0] = "Bearer or PrivateToken";
|
|
24
|
-
})(ProjectsApiApiKeys
|
|
24
|
+
})(ProjectsApiApiKeys = exports.ProjectsApiApiKeys || (exports.ProjectsApiApiKeys = {}));
|
|
25
25
|
class ProjectsApi {
|
|
26
26
|
constructor(basePathOrUsername, password, basePath) {
|
|
27
27
|
this._basePath = defaultBasePath;
|
|
@@ -67,8 +67,8 @@ class ProjectsApi {
|
|
|
67
67
|
addInterceptor(interceptor) {
|
|
68
68
|
this.interceptors.push(interceptor);
|
|
69
69
|
}
|
|
70
|
-
addGlobaAttributesToProject(
|
|
71
|
-
return __awaiter(this,
|
|
70
|
+
addGlobaAttributesToProject(id, requestBody, options = { headers: {}, rejectUnauthorized: true }) {
|
|
71
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
72
72
|
const localVarPath = this.basePath + '/api/v2/projects/{id}/globalAttributes'
|
|
73
73
|
.replace('{' + 'id' + '}', encodeURIComponent(String(id)));
|
|
74
74
|
let localVarQueryParameters = {};
|
|
@@ -87,6 +87,7 @@ class ProjectsApi {
|
|
|
87
87
|
Object.assign(localVarHeaderParams, options.headers);
|
|
88
88
|
let localVarUseFormData = false;
|
|
89
89
|
let localVarRequestOptions = {
|
|
90
|
+
rejectUnauthorized: options.rejectUnauthorized,
|
|
90
91
|
method: 'POST',
|
|
91
92
|
qs: localVarQueryParameters,
|
|
92
93
|
headers: localVarHeaderParams,
|
|
@@ -131,8 +132,8 @@ class ProjectsApi {
|
|
|
131
132
|
});
|
|
132
133
|
});
|
|
133
134
|
}
|
|
134
|
-
apiV2ProjectsDemoPost(
|
|
135
|
-
return __awaiter(this,
|
|
135
|
+
apiV2ProjectsDemoPost(createProjectApiModel, options = { headers: {}, rejectUnauthorized: true }) {
|
|
136
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
136
137
|
const localVarPath = this.basePath + '/api/v2/projects/demo';
|
|
137
138
|
let localVarQueryParameters = {};
|
|
138
139
|
let localVarHeaderParams = Object.assign({}, this._defaultHeaders);
|
|
@@ -147,6 +148,7 @@ class ProjectsApi {
|
|
|
147
148
|
Object.assign(localVarHeaderParams, options.headers);
|
|
148
149
|
let localVarUseFormData = false;
|
|
149
150
|
let localVarRequestOptions = {
|
|
151
|
+
rejectUnauthorized: options.rejectUnauthorized,
|
|
150
152
|
method: 'POST',
|
|
151
153
|
qs: localVarQueryParameters,
|
|
152
154
|
headers: localVarHeaderParams,
|
|
@@ -192,8 +194,8 @@ class ProjectsApi {
|
|
|
192
194
|
});
|
|
193
195
|
});
|
|
194
196
|
}
|
|
195
|
-
apiV2ProjectsIdDelete(
|
|
196
|
-
return __awaiter(this,
|
|
197
|
+
apiV2ProjectsIdDelete(id, options = { headers: {}, rejectUnauthorized: true }) {
|
|
198
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
197
199
|
const localVarPath = this.basePath + '/api/v2/projects/{id}'
|
|
198
200
|
.replace('{' + 'id' + '}', encodeURIComponent(String(id)));
|
|
199
201
|
let localVarQueryParameters = {};
|
|
@@ -212,6 +214,7 @@ class ProjectsApi {
|
|
|
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 ProjectsApi {
|
|
|
255
258
|
});
|
|
256
259
|
});
|
|
257
260
|
}
|
|
258
|
-
apiV2ProjectsIdFailureClassesGet(
|
|
259
|
-
return __awaiter(this,
|
|
261
|
+
apiV2ProjectsIdFailureClassesGet(id, isDeleted, options = { headers: {}, rejectUnauthorized: true }) {
|
|
262
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
260
263
|
const localVarPath = this.basePath + '/api/v2/projects/{id}/failureClasses'
|
|
261
264
|
.replace('{' + 'id' + '}', encodeURIComponent(String(id)));
|
|
262
265
|
let localVarQueryParameters = {};
|
|
@@ -278,6 +281,7 @@ class ProjectsApi {
|
|
|
278
281
|
Object.assign(localVarHeaderParams, options.headers);
|
|
279
282
|
let localVarUseFormData = false;
|
|
280
283
|
let localVarRequestOptions = {
|
|
284
|
+
rejectUnauthorized: options.rejectUnauthorized,
|
|
281
285
|
method: 'GET',
|
|
282
286
|
qs: localVarQueryParameters,
|
|
283
287
|
headers: localVarHeaderParams,
|
|
@@ -322,8 +326,8 @@ class ProjectsApi {
|
|
|
322
326
|
});
|
|
323
327
|
});
|
|
324
328
|
}
|
|
325
|
-
apiV2ProjectsIdFavoritePut(
|
|
326
|
-
return __awaiter(this,
|
|
329
|
+
apiV2ProjectsIdFavoritePut(id, options = { headers: {}, rejectUnauthorized: true }) {
|
|
330
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
327
331
|
const localVarPath = this.basePath + '/api/v2/projects/{id}/favorite'
|
|
328
332
|
.replace('{' + 'id' + '}', encodeURIComponent(String(id)));
|
|
329
333
|
let localVarQueryParameters = {};
|
|
@@ -342,6 +346,7 @@ class ProjectsApi {
|
|
|
342
346
|
Object.assign(localVarHeaderParams, options.headers);
|
|
343
347
|
let localVarUseFormData = false;
|
|
344
348
|
let localVarRequestOptions = {
|
|
349
|
+
rejectUnauthorized: options.rejectUnauthorized,
|
|
345
350
|
method: 'PUT',
|
|
346
351
|
qs: localVarQueryParameters,
|
|
347
352
|
headers: localVarHeaderParams,
|
|
@@ -385,8 +390,8 @@ class ProjectsApi {
|
|
|
385
390
|
});
|
|
386
391
|
});
|
|
387
392
|
}
|
|
388
|
-
apiV2ProjectsIdFiltersGet(
|
|
389
|
-
return __awaiter(this,
|
|
393
|
+
apiV2ProjectsIdFiltersGet(id, options = { headers: {}, rejectUnauthorized: true }) {
|
|
394
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
390
395
|
const localVarPath = this.basePath + '/api/v2/projects/{id}/filters'
|
|
391
396
|
.replace('{' + 'id' + '}', encodeURIComponent(String(id)));
|
|
392
397
|
let localVarQueryParameters = {};
|
|
@@ -405,6 +410,7 @@ class ProjectsApi {
|
|
|
405
410
|
Object.assign(localVarHeaderParams, options.headers);
|
|
406
411
|
let localVarUseFormData = false;
|
|
407
412
|
let localVarRequestOptions = {
|
|
413
|
+
rejectUnauthorized: options.rejectUnauthorized,
|
|
408
414
|
method: 'GET',
|
|
409
415
|
qs: localVarQueryParameters,
|
|
410
416
|
headers: localVarHeaderParams,
|
|
@@ -449,8 +455,8 @@ class ProjectsApi {
|
|
|
449
455
|
});
|
|
450
456
|
});
|
|
451
457
|
}
|
|
452
|
-
apiV2ProjectsIdPatch(
|
|
453
|
-
return __awaiter(this,
|
|
458
|
+
apiV2ProjectsIdPatch(id, operation, options = { headers: {}, rejectUnauthorized: true }) {
|
|
459
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
454
460
|
const localVarPath = this.basePath + '/api/v2/projects/{id}'
|
|
455
461
|
.replace('{' + 'id' + '}', encodeURIComponent(String(id)));
|
|
456
462
|
let localVarQueryParameters = {};
|
|
@@ -469,6 +475,7 @@ class ProjectsApi {
|
|
|
469
475
|
Object.assign(localVarHeaderParams, options.headers);
|
|
470
476
|
let localVarUseFormData = false;
|
|
471
477
|
let localVarRequestOptions = {
|
|
478
|
+
rejectUnauthorized: options.rejectUnauthorized,
|
|
472
479
|
method: 'PATCH',
|
|
473
480
|
qs: localVarQueryParameters,
|
|
474
481
|
headers: localVarHeaderParams,
|
|
@@ -513,8 +520,8 @@ class ProjectsApi {
|
|
|
513
520
|
});
|
|
514
521
|
});
|
|
515
522
|
}
|
|
516
|
-
apiV2ProjectsIdPurgePost(
|
|
517
|
-
return __awaiter(this,
|
|
523
|
+
apiV2ProjectsIdPurgePost(id, options = { headers: {}, rejectUnauthorized: true }) {
|
|
524
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
518
525
|
const localVarPath = this.basePath + '/api/v2/projects/{id}/purge'
|
|
519
526
|
.replace('{' + 'id' + '}', encodeURIComponent(String(id)));
|
|
520
527
|
let localVarQueryParameters = {};
|
|
@@ -533,6 +540,7 @@ class ProjectsApi {
|
|
|
533
540
|
Object.assign(localVarHeaderParams, options.headers);
|
|
534
541
|
let localVarUseFormData = false;
|
|
535
542
|
let localVarRequestOptions = {
|
|
543
|
+
rejectUnauthorized: options.rejectUnauthorized,
|
|
536
544
|
method: 'POST',
|
|
537
545
|
qs: localVarQueryParameters,
|
|
538
546
|
headers: localVarHeaderParams,
|
|
@@ -576,8 +584,8 @@ class ProjectsApi {
|
|
|
576
584
|
});
|
|
577
585
|
});
|
|
578
586
|
}
|
|
579
|
-
apiV2ProjectsIdRestorePost(
|
|
580
|
-
return __awaiter(this,
|
|
587
|
+
apiV2ProjectsIdRestorePost(id, options = { headers: {}, rejectUnauthorized: true }) {
|
|
588
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
581
589
|
const localVarPath = this.basePath + '/api/v2/projects/{id}/restore'
|
|
582
590
|
.replace('{' + 'id' + '}', encodeURIComponent(String(id)));
|
|
583
591
|
let localVarQueryParameters = {};
|
|
@@ -596,6 +604,7 @@ class ProjectsApi {
|
|
|
596
604
|
Object.assign(localVarHeaderParams, options.headers);
|
|
597
605
|
let localVarUseFormData = false;
|
|
598
606
|
let localVarRequestOptions = {
|
|
607
|
+
rejectUnauthorized: options.rejectUnauthorized,
|
|
599
608
|
method: 'POST',
|
|
600
609
|
qs: localVarQueryParameters,
|
|
601
610
|
headers: localVarHeaderParams,
|
|
@@ -639,8 +648,8 @@ class ProjectsApi {
|
|
|
639
648
|
});
|
|
640
649
|
});
|
|
641
650
|
}
|
|
642
|
-
apiV2ProjectsIdTestPlansAttributeAttributeIdDelete(
|
|
643
|
-
return __awaiter(this,
|
|
651
|
+
apiV2ProjectsIdTestPlansAttributeAttributeIdDelete(id, attributeId, options = { headers: {}, rejectUnauthorized: true }) {
|
|
652
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
644
653
|
const localVarPath = this.basePath + '/api/v2/projects/{id}/testPlans/attribute/{attributeId}'
|
|
645
654
|
.replace('{' + 'id' + '}', encodeURIComponent(String(id)))
|
|
646
655
|
.replace('{' + 'attributeId' + '}', encodeURIComponent(String(attributeId)));
|
|
@@ -663,6 +672,7 @@ class ProjectsApi {
|
|
|
663
672
|
Object.assign(localVarHeaderParams, options.headers);
|
|
664
673
|
let localVarUseFormData = false;
|
|
665
674
|
let localVarRequestOptions = {
|
|
675
|
+
rejectUnauthorized: options.rejectUnauthorized,
|
|
666
676
|
method: 'DELETE',
|
|
667
677
|
qs: localVarQueryParameters,
|
|
668
678
|
headers: localVarHeaderParams,
|
|
@@ -706,8 +716,8 @@ class ProjectsApi {
|
|
|
706
716
|
});
|
|
707
717
|
});
|
|
708
718
|
}
|
|
709
|
-
apiV2ProjectsIdTestPlansAttributePut(
|
|
710
|
-
return __awaiter(this,
|
|
719
|
+
apiV2ProjectsIdTestPlansAttributePut(id, customAttributeTestPlanProjectRelationPutModel, options = { headers: {}, rejectUnauthorized: true }) {
|
|
720
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
711
721
|
const localVarPath = this.basePath + '/api/v2/projects/{id}/testPlans/attribute'
|
|
712
722
|
.replace('{' + 'id' + '}', encodeURIComponent(String(id)));
|
|
713
723
|
let localVarQueryParameters = {};
|
|
@@ -726,6 +736,7 @@ class ProjectsApi {
|
|
|
726
736
|
Object.assign(localVarHeaderParams, options.headers);
|
|
727
737
|
let localVarUseFormData = false;
|
|
728
738
|
let localVarRequestOptions = {
|
|
739
|
+
rejectUnauthorized: options.rejectUnauthorized,
|
|
729
740
|
method: 'PUT',
|
|
730
741
|
qs: localVarQueryParameters,
|
|
731
742
|
headers: localVarHeaderParams,
|
|
@@ -770,8 +781,8 @@ class ProjectsApi {
|
|
|
770
781
|
});
|
|
771
782
|
});
|
|
772
783
|
}
|
|
773
|
-
apiV2ProjectsIdTestRunsActiveGet(
|
|
774
|
-
return __awaiter(this,
|
|
784
|
+
apiV2ProjectsIdTestRunsActiveGet(id, options = { headers: {}, rejectUnauthorized: true }) {
|
|
785
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
775
786
|
const localVarPath = this.basePath + '/api/v2/projects/{id}/testRuns/active'
|
|
776
787
|
.replace('{' + 'id' + '}', encodeURIComponent(String(id)));
|
|
777
788
|
let localVarQueryParameters = {};
|
|
@@ -790,6 +801,7 @@ class ProjectsApi {
|
|
|
790
801
|
Object.assign(localVarHeaderParams, options.headers);
|
|
791
802
|
let localVarUseFormData = false;
|
|
792
803
|
let localVarRequestOptions = {
|
|
804
|
+
rejectUnauthorized: options.rejectUnauthorized,
|
|
793
805
|
method: 'GET',
|
|
794
806
|
qs: localVarQueryParameters,
|
|
795
807
|
headers: localVarHeaderParams,
|
|
@@ -834,8 +846,8 @@ class ProjectsApi {
|
|
|
834
846
|
});
|
|
835
847
|
});
|
|
836
848
|
}
|
|
837
|
-
apiV2ProjectsIdTestRunsFullGet(
|
|
838
|
-
return __awaiter(this,
|
|
849
|
+
apiV2ProjectsIdTestRunsFullGet(id, includeTestResults, mustAggregateTestResults, notStarted, inProgress, stopped, completed, createdDateFrom, createdDateTo, testPlanId, skip, take, orderBy, searchField, searchValue, options = { headers: {}, rejectUnauthorized: true }) {
|
|
850
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
839
851
|
const localVarPath = this.basePath + '/api/v2/projects/{id}/testRuns/full'
|
|
840
852
|
.replace('{' + 'id' + '}', encodeURIComponent(String(id)));
|
|
841
853
|
let localVarQueryParameters = {};
|
|
@@ -896,6 +908,7 @@ class ProjectsApi {
|
|
|
896
908
|
Object.assign(localVarHeaderParams, options.headers);
|
|
897
909
|
let localVarUseFormData = false;
|
|
898
910
|
let localVarRequestOptions = {
|
|
911
|
+
rejectUnauthorized: options.rejectUnauthorized,
|
|
899
912
|
method: 'GET',
|
|
900
913
|
qs: localVarQueryParameters,
|
|
901
914
|
headers: localVarHeaderParams,
|
|
@@ -940,8 +953,8 @@ class ProjectsApi {
|
|
|
940
953
|
});
|
|
941
954
|
});
|
|
942
955
|
}
|
|
943
|
-
apiV2ProjectsNameNameExistsGet(
|
|
944
|
-
return __awaiter(this,
|
|
956
|
+
apiV2ProjectsNameNameExistsGet(name, options = { headers: {}, rejectUnauthorized: true }) {
|
|
957
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
945
958
|
const localVarPath = this.basePath + '/api/v2/projects/name/{name}/exists'
|
|
946
959
|
.replace('{' + 'name' + '}', encodeURIComponent(String(name)));
|
|
947
960
|
let localVarQueryParameters = {};
|
|
@@ -960,6 +973,7 @@ class ProjectsApi {
|
|
|
960
973
|
Object.assign(localVarHeaderParams, options.headers);
|
|
961
974
|
let localVarUseFormData = false;
|
|
962
975
|
let localVarRequestOptions = {
|
|
976
|
+
rejectUnauthorized: options.rejectUnauthorized,
|
|
963
977
|
method: 'GET',
|
|
964
978
|
qs: localVarQueryParameters,
|
|
965
979
|
headers: localVarHeaderParams,
|
|
@@ -1004,8 +1018,8 @@ class ProjectsApi {
|
|
|
1004
1018
|
});
|
|
1005
1019
|
});
|
|
1006
1020
|
}
|
|
1007
|
-
apiV2ProjectsPurgeBulkPost(
|
|
1008
|
-
return __awaiter(this,
|
|
1021
|
+
apiV2ProjectsPurgeBulkPost(projectSelectModel, options = { headers: {}, rejectUnauthorized: true }) {
|
|
1022
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1009
1023
|
const localVarPath = this.basePath + '/api/v2/projects/purge/bulk';
|
|
1010
1024
|
let localVarQueryParameters = {};
|
|
1011
1025
|
let localVarHeaderParams = Object.assign({}, this._defaultHeaders);
|
|
@@ -1020,6 +1034,7 @@ class ProjectsApi {
|
|
|
1020
1034
|
Object.assign(localVarHeaderParams, options.headers);
|
|
1021
1035
|
let localVarUseFormData = false;
|
|
1022
1036
|
let localVarRequestOptions = {
|
|
1037
|
+
rejectUnauthorized: options.rejectUnauthorized,
|
|
1023
1038
|
method: 'POST',
|
|
1024
1039
|
qs: localVarQueryParameters,
|
|
1025
1040
|
headers: localVarHeaderParams,
|
|
@@ -1065,8 +1080,8 @@ class ProjectsApi {
|
|
|
1065
1080
|
});
|
|
1066
1081
|
});
|
|
1067
1082
|
}
|
|
1068
|
-
apiV2ProjectsRestoreBulkPost(
|
|
1069
|
-
return __awaiter(this,
|
|
1083
|
+
apiV2ProjectsRestoreBulkPost(projectSelectModel, options = { headers: {}, rejectUnauthorized: true }) {
|
|
1084
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1070
1085
|
const localVarPath = this.basePath + '/api/v2/projects/restore/bulk';
|
|
1071
1086
|
let localVarQueryParameters = {};
|
|
1072
1087
|
let localVarHeaderParams = Object.assign({}, this._defaultHeaders);
|
|
@@ -1081,6 +1096,7 @@ class ProjectsApi {
|
|
|
1081
1096
|
Object.assign(localVarHeaderParams, options.headers);
|
|
1082
1097
|
let localVarUseFormData = false;
|
|
1083
1098
|
let localVarRequestOptions = {
|
|
1099
|
+
rejectUnauthorized: options.rejectUnauthorized,
|
|
1084
1100
|
method: 'POST',
|
|
1085
1101
|
qs: localVarQueryParameters,
|
|
1086
1102
|
headers: localVarHeaderParams,
|
|
@@ -1126,8 +1142,8 @@ class ProjectsApi {
|
|
|
1126
1142
|
});
|
|
1127
1143
|
});
|
|
1128
1144
|
}
|
|
1129
|
-
apiV2ProjectsSearchPost(
|
|
1130
|
-
return __awaiter(this,
|
|
1145
|
+
apiV2ProjectsSearchPost(skip, take, orderBy, searchField, searchValue, projectsFilterModel, options = { headers: {}, rejectUnauthorized: true }) {
|
|
1146
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1131
1147
|
const localVarPath = this.basePath + '/api/v2/projects/search';
|
|
1132
1148
|
let localVarQueryParameters = {};
|
|
1133
1149
|
let localVarHeaderParams = Object.assign({}, this._defaultHeaders);
|
|
@@ -1157,6 +1173,7 @@ class ProjectsApi {
|
|
|
1157
1173
|
Object.assign(localVarHeaderParams, options.headers);
|
|
1158
1174
|
let localVarUseFormData = false;
|
|
1159
1175
|
let localVarRequestOptions = {
|
|
1176
|
+
rejectUnauthorized: options.rejectUnauthorized,
|
|
1160
1177
|
method: 'POST',
|
|
1161
1178
|
qs: localVarQueryParameters,
|
|
1162
1179
|
headers: localVarHeaderParams,
|
|
@@ -1202,8 +1219,8 @@ class ProjectsApi {
|
|
|
1202
1219
|
});
|
|
1203
1220
|
});
|
|
1204
1221
|
}
|
|
1205
|
-
createProject(
|
|
1206
|
-
return __awaiter(this,
|
|
1222
|
+
createProject(createProjectApiModel, options = { headers: {}, rejectUnauthorized: true }) {
|
|
1223
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1207
1224
|
const localVarPath = this.basePath + '/api/v2/projects';
|
|
1208
1225
|
let localVarQueryParameters = {};
|
|
1209
1226
|
let localVarHeaderParams = Object.assign({}, this._defaultHeaders);
|
|
@@ -1218,6 +1235,7 @@ class ProjectsApi {
|
|
|
1218
1235
|
Object.assign(localVarHeaderParams, options.headers);
|
|
1219
1236
|
let localVarUseFormData = false;
|
|
1220
1237
|
let localVarRequestOptions = {
|
|
1238
|
+
rejectUnauthorized: options.rejectUnauthorized,
|
|
1221
1239
|
method: 'POST',
|
|
1222
1240
|
qs: localVarQueryParameters,
|
|
1223
1241
|
headers: localVarHeaderParams,
|
|
@@ -1263,8 +1281,8 @@ class ProjectsApi {
|
|
|
1263
1281
|
});
|
|
1264
1282
|
});
|
|
1265
1283
|
}
|
|
1266
|
-
deleteProjectAutoTests(
|
|
1267
|
-
return __awaiter(this,
|
|
1284
|
+
deleteProjectAutoTests(id, options = { headers: {}, rejectUnauthorized: true }) {
|
|
1285
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1268
1286
|
const localVarPath = this.basePath + '/api/v2/projects/{id}/autoTests'
|
|
1269
1287
|
.replace('{' + 'id' + '}', encodeURIComponent(String(id)));
|
|
1270
1288
|
let localVarQueryParameters = {};
|
|
@@ -1283,6 +1301,7 @@ class ProjectsApi {
|
|
|
1283
1301
|
Object.assign(localVarHeaderParams, options.headers);
|
|
1284
1302
|
let localVarUseFormData = false;
|
|
1285
1303
|
let localVarRequestOptions = {
|
|
1304
|
+
rejectUnauthorized: options.rejectUnauthorized,
|
|
1286
1305
|
method: 'DELETE',
|
|
1287
1306
|
qs: localVarQueryParameters,
|
|
1288
1307
|
headers: localVarHeaderParams,
|
|
@@ -1326,8 +1345,8 @@ class ProjectsApi {
|
|
|
1326
1345
|
});
|
|
1327
1346
|
});
|
|
1328
1347
|
}
|
|
1329
|
-
getAllProjects(
|
|
1330
|
-
return __awaiter(this,
|
|
1348
|
+
getAllProjects(isDeleted, projectName, skip, take, orderBy, searchField, searchValue, options = { headers: {}, rejectUnauthorized: true }) {
|
|
1349
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1331
1350
|
const localVarPath = this.basePath + '/api/v2/projects';
|
|
1332
1351
|
let localVarQueryParameters = {};
|
|
1333
1352
|
let localVarHeaderParams = Object.assign({}, this._defaultHeaders);
|
|
@@ -1363,6 +1382,7 @@ class ProjectsApi {
|
|
|
1363
1382
|
Object.assign(localVarHeaderParams, options.headers);
|
|
1364
1383
|
let localVarUseFormData = false;
|
|
1365
1384
|
let localVarRequestOptions = {
|
|
1385
|
+
rejectUnauthorized: options.rejectUnauthorized,
|
|
1366
1386
|
method: 'GET',
|
|
1367
1387
|
qs: localVarQueryParameters,
|
|
1368
1388
|
headers: localVarHeaderParams,
|
|
@@ -1407,8 +1427,8 @@ class ProjectsApi {
|
|
|
1407
1427
|
});
|
|
1408
1428
|
});
|
|
1409
1429
|
}
|
|
1410
|
-
getAutoTestsNamespaces(
|
|
1411
|
-
return __awaiter(this,
|
|
1430
|
+
getAutoTestsNamespaces(id, options = { headers: {}, rejectUnauthorized: true }) {
|
|
1431
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1412
1432
|
const localVarPath = this.basePath + '/api/v2/projects/{id}/autoTestsNamespaces'
|
|
1413
1433
|
.replace('{' + 'id' + '}', encodeURIComponent(String(id)));
|
|
1414
1434
|
let localVarQueryParameters = {};
|
|
@@ -1427,6 +1447,7 @@ class ProjectsApi {
|
|
|
1427
1447
|
Object.assign(localVarHeaderParams, options.headers);
|
|
1428
1448
|
let localVarUseFormData = false;
|
|
1429
1449
|
let localVarRequestOptions = {
|
|
1450
|
+
rejectUnauthorized: options.rejectUnauthorized,
|
|
1430
1451
|
method: 'GET',
|
|
1431
1452
|
qs: localVarQueryParameters,
|
|
1432
1453
|
headers: localVarHeaderParams,
|
|
@@ -1471,8 +1492,8 @@ class ProjectsApi {
|
|
|
1471
1492
|
});
|
|
1472
1493
|
});
|
|
1473
1494
|
}
|
|
1474
|
-
getProjectById(
|
|
1475
|
-
return __awaiter(this,
|
|
1495
|
+
getProjectById(id, options = { headers: {}, rejectUnauthorized: true }) {
|
|
1496
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1476
1497
|
const localVarPath = this.basePath + '/api/v2/projects/{id}'
|
|
1477
1498
|
.replace('{' + 'id' + '}', encodeURIComponent(String(id)));
|
|
1478
1499
|
let localVarQueryParameters = {};
|
|
@@ -1491,6 +1512,7 @@ class ProjectsApi {
|
|
|
1491
1512
|
Object.assign(localVarHeaderParams, options.headers);
|
|
1492
1513
|
let localVarUseFormData = false;
|
|
1493
1514
|
let localVarRequestOptions = {
|
|
1515
|
+
rejectUnauthorized: options.rejectUnauthorized,
|
|
1494
1516
|
method: 'GET',
|
|
1495
1517
|
qs: localVarQueryParameters,
|
|
1496
1518
|
headers: localVarHeaderParams,
|
|
@@ -1535,8 +1557,8 @@ class ProjectsApi {
|
|
|
1535
1557
|
});
|
|
1536
1558
|
});
|
|
1537
1559
|
}
|
|
1538
|
-
getTestPlansByProjectId(
|
|
1539
|
-
return __awaiter(this,
|
|
1560
|
+
getTestPlansByProjectId(id, isDeleted, options = { headers: {}, rejectUnauthorized: true }) {
|
|
1561
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1540
1562
|
const localVarPath = this.basePath + '/api/v2/projects/{id}/testPlans'
|
|
1541
1563
|
.replace('{' + 'id' + '}', encodeURIComponent(String(id)));
|
|
1542
1564
|
let localVarQueryParameters = {};
|
|
@@ -1558,6 +1580,7 @@ class ProjectsApi {
|
|
|
1558
1580
|
Object.assign(localVarHeaderParams, options.headers);
|
|
1559
1581
|
let localVarUseFormData = false;
|
|
1560
1582
|
let localVarRequestOptions = {
|
|
1583
|
+
rejectUnauthorized: options.rejectUnauthorized,
|
|
1561
1584
|
method: 'GET',
|
|
1562
1585
|
qs: localVarQueryParameters,
|
|
1563
1586
|
headers: localVarHeaderParams,
|
|
@@ -1602,8 +1625,8 @@ class ProjectsApi {
|
|
|
1602
1625
|
});
|
|
1603
1626
|
});
|
|
1604
1627
|
}
|
|
1605
|
-
getTestRunsByProjectId(
|
|
1606
|
-
return __awaiter(this,
|
|
1628
|
+
getTestRunsByProjectId(id, notStarted, inProgress, stopped, completed, createdDateFrom, createdDateTo, testPlanId, skip, take, orderBy, searchField, searchValue, options = { headers: {}, rejectUnauthorized: true }) {
|
|
1629
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1607
1630
|
const localVarPath = this.basePath + '/api/v2/projects/{id}/testRuns'
|
|
1608
1631
|
.replace('{' + 'id' + '}', encodeURIComponent(String(id)));
|
|
1609
1632
|
let localVarQueryParameters = {};
|
|
@@ -1670,6 +1693,7 @@ class ProjectsApi {
|
|
|
1670
1693
|
Object.assign(localVarHeaderParams, options.headers);
|
|
1671
1694
|
let localVarUseFormData = false;
|
|
1672
1695
|
let localVarRequestOptions = {
|
|
1696
|
+
rejectUnauthorized: options.rejectUnauthorized,
|
|
1673
1697
|
method: 'GET',
|
|
1674
1698
|
qs: localVarQueryParameters,
|
|
1675
1699
|
headers: localVarHeaderParams,
|
|
@@ -1714,8 +1738,8 @@ class ProjectsApi {
|
|
|
1714
1738
|
});
|
|
1715
1739
|
});
|
|
1716
1740
|
}
|
|
1717
|
-
updateProject(
|
|
1718
|
-
return __awaiter(this,
|
|
1741
|
+
updateProject(updateProjectApiModel, options = { headers: {}, rejectUnauthorized: true }) {
|
|
1742
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1719
1743
|
const localVarPath = this.basePath + '/api/v2/projects';
|
|
1720
1744
|
let localVarQueryParameters = {};
|
|
1721
1745
|
let localVarHeaderParams = Object.assign({}, this._defaultHeaders);
|
|
@@ -1730,6 +1754,7 @@ class ProjectsApi {
|
|
|
1730
1754
|
Object.assign(localVarHeaderParams, options.headers);
|
|
1731
1755
|
let localVarUseFormData = false;
|
|
1732
1756
|
let localVarRequestOptions = {
|
|
1757
|
+
rejectUnauthorized: options.rejectUnauthorized,
|
|
1733
1758
|
method: 'PUT',
|
|
1734
1759
|
qs: localVarQueryParameters,
|
|
1735
1760
|
headers: localVarHeaderParams,
|