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.
Files changed (166) hide show
  1. package/README.MD +1 -0
  2. package/dist/api/apis.d.ts +1 -0
  3. package/dist/api/attachmentsApi.d.ts +6 -0
  4. package/dist/api/attachmentsApi.js +16 -11
  5. package/dist/api/attachmentsApi.js.map +1 -1
  6. package/dist/api/autoTestsApi.d.ts +21 -0
  7. package/dist/api/autoTestsApi.js +61 -41
  8. package/dist/api/autoTestsApi.js.map +1 -1
  9. package/dist/api/backgroundJobsApi.d.ts +7 -0
  10. package/dist/api/backgroundJobsApi.js +19 -13
  11. package/dist/api/backgroundJobsApi.js.map +1 -1
  12. package/dist/api/configurationsApi.d.ts +13 -0
  13. package/dist/api/configurationsApi.js +37 -25
  14. package/dist/api/configurationsApi.js.map +1 -1
  15. package/dist/api/customAttributeTemplatesApi.d.ts +10 -0
  16. package/dist/api/customAttributeTemplatesApi.js +28 -19
  17. package/dist/api/customAttributeTemplatesApi.js.map +1 -1
  18. package/dist/api/customAttributesApi.d.ts +7 -0
  19. package/dist/api/customAttributesApi.js +19 -13
  20. package/dist/api/customAttributesApi.js.map +1 -1
  21. package/dist/api/notificationsApi.d.ts +6 -0
  22. package/dist/api/notificationsApi.js +16 -11
  23. package/dist/api/notificationsApi.js.map +1 -1
  24. package/dist/api/parametersApi.d.ts +16 -0
  25. package/dist/api/parametersApi.js +46 -31
  26. package/dist/api/parametersApi.js.map +1 -1
  27. package/dist/api/projectAttributeTemplatesApi.d.ts +4 -0
  28. package/dist/api/projectAttributeTemplatesApi.js +10 -7
  29. package/dist/api/projectAttributeTemplatesApi.js.map +1 -1
  30. package/dist/api/projectAttributesApi.d.ts +7 -0
  31. package/dist/api/projectAttributesApi.js +19 -13
  32. package/dist/api/projectAttributesApi.js.map +1 -1
  33. package/dist/api/projectConfigurationsApi.d.ts +2 -0
  34. package/dist/api/projectConfigurationsApi.js +4 -3
  35. package/dist/api/projectConfigurationsApi.js.map +1 -1
  36. package/dist/api/projectSectionsApi.d.ts +2 -0
  37. package/dist/api/projectSectionsApi.js +4 -3
  38. package/dist/api/projectSectionsApi.js.map +1 -1
  39. package/dist/api/projectSettingsApi.d.ts +3 -0
  40. package/dist/api/projectSettingsApi.js +7 -5
  41. package/dist/api/projectSettingsApi.js.map +1 -1
  42. package/dist/api/projectTestPlanAttributesApi.d.ts +6 -0
  43. package/dist/api/projectTestPlanAttributesApi.js +16 -11
  44. package/dist/api/projectTestPlanAttributesApi.js.map +1 -1
  45. package/dist/api/projectTestPlansApi.d.ts +7 -0
  46. package/dist/api/projectTestPlansApi.js +19 -13
  47. package/dist/api/projectTestPlansApi.js.map +1 -1
  48. package/dist/api/projectWorkItemsApi.d.ts +6 -0
  49. package/dist/api/projectWorkItemsApi.js +16 -11
  50. package/dist/api/projectWorkItemsApi.js.map +1 -1
  51. package/dist/api/projectsApi.d.ts +26 -0
  52. package/dist/api/projectsApi.js +76 -51
  53. package/dist/api/projectsApi.js.map +1 -1
  54. package/dist/api/searchApi.d.ts +2 -0
  55. package/dist/api/searchApi.js +4 -3
  56. package/dist/api/searchApi.js.map +1 -1
  57. package/dist/api/sectionsApi.d.ts +9 -0
  58. package/dist/api/sectionsApi.js +25 -17
  59. package/dist/api/sectionsApi.js.map +1 -1
  60. package/dist/api/tagsApi.d.ts +8 -0
  61. package/dist/api/tagsApi.js +22 -15
  62. package/dist/api/tagsApi.js.map +1 -1
  63. package/dist/api/testPlansApi.d.ts +32 -0
  64. package/dist/api/testPlansApi.js +94 -63
  65. package/dist/api/testPlansApi.js.map +1 -1
  66. package/dist/api/testPointsApi.d.ts +5 -0
  67. package/dist/api/testPointsApi.js +13 -9
  68. package/dist/api/testPointsApi.js.map +1 -1
  69. package/dist/api/testResultsApi.d.ts +16 -0
  70. package/dist/api/testResultsApi.js +46 -31
  71. package/dist/api/testResultsApi.js.map +1 -1
  72. package/dist/api/testRunsApi.d.ts +25 -0
  73. package/dist/api/testRunsApi.js +73 -49
  74. package/dist/api/testRunsApi.js.map +1 -1
  75. package/dist/api/testStatusesApi.d.ts +8 -0
  76. package/dist/api/testStatusesApi.js +22 -15
  77. package/dist/api/testStatusesApi.js.map +1 -1
  78. package/dist/api/testSuitesApi.d.ts +14 -0
  79. package/dist/api/testSuitesApi.js +40 -27
  80. package/dist/api/testSuitesApi.js.map +1 -1
  81. package/dist/api/usersApi.d.ts +2 -0
  82. package/dist/api/usersApi.js +4 -3
  83. package/dist/api/usersApi.js.map +1 -1
  84. package/dist/api/webhooksApi.d.ts +11 -0
  85. package/dist/api/webhooksApi.js +31 -21
  86. package/dist/api/webhooksApi.js.map +1 -1
  87. package/dist/api/webhooksLogsApi.d.ts +4 -0
  88. package/dist/api/webhooksLogsApi.js +10 -7
  89. package/dist/api/webhooksLogsApi.js.map +1 -1
  90. package/dist/api/workItemsApi.d.ts +27 -0
  91. package/dist/api/workItemsApi.js +79 -53
  92. package/dist/api/workItemsApi.js.map +1 -1
  93. package/dist/api/workItemsCommentsApi.d.ts +6 -0
  94. package/dist/api/workItemsCommentsApi.js +16 -11
  95. package/dist/api/workItemsCommentsApi.js.map +1 -1
  96. package/dist/model/actionUpdate.js +1 -1
  97. package/dist/model/actionUpdate.js.map +1 -1
  98. package/dist/model/autoTestOutcome.js +1 -1
  99. package/dist/model/autoTestOutcome.js.map +1 -1
  100. package/dist/model/autoTestProjectSettingsGetModel.js.map +1 -1
  101. package/dist/model/autoTestProjectSettingsPostModel.js.map +1 -1
  102. package/dist/model/autotestResultOutcome.js +1 -1
  103. package/dist/model/autotestResultOutcome.js.map +1 -1
  104. package/dist/model/availableTestResultOutcome.js +1 -1
  105. package/dist/model/availableTestResultOutcome.js.map +1 -1
  106. package/dist/model/backgroundJobState.js +1 -1
  107. package/dist/model/backgroundJobState.js.map +1 -1
  108. package/dist/model/backgroundJobType.js +1 -1
  109. package/dist/model/backgroundJobType.js.map +1 -1
  110. package/dist/model/customAttributeTypesEnum.js +1 -1
  111. package/dist/model/customAttributeTypesEnum.js.map +1 -1
  112. package/dist/model/deletionState.js +1 -1
  113. package/dist/model/deletionState.js.map +1 -1
  114. package/dist/model/externalServiceCategoryApiResult.js +1 -1
  115. package/dist/model/externalServiceCategoryApiResult.js.map +1 -1
  116. package/dist/model/failureCategory.js +1 -1
  117. package/dist/model/failureCategory.js.map +1 -1
  118. package/dist/model/failureCategoryModel.js +1 -1
  119. package/dist/model/failureCategoryModel.js.map +1 -1
  120. package/dist/model/imageResizeType.js +1 -1
  121. package/dist/model/imageResizeType.js.map +1 -1
  122. package/dist/model/linkType.js +1 -1
  123. package/dist/model/linkType.js.map +1 -1
  124. package/dist/model/models.d.ts +2 -0
  125. package/dist/model/models.js.map +1 -1
  126. package/dist/model/notificationTypeModel.js +1 -1
  127. package/dist/model/notificationTypeModel.js.map +1 -1
  128. package/dist/model/projectTypeModel.js +1 -1
  129. package/dist/model/projectTypeModel.js.map +1 -1
  130. package/dist/model/requestTypeApiModel.js +1 -1
  131. package/dist/model/requestTypeApiModel.js.map +1 -1
  132. package/dist/model/requestTypeModel.js +1 -1
  133. package/dist/model/requestTypeModel.js.map +1 -1
  134. package/dist/model/testPlanStatus.js +1 -1
  135. package/dist/model/testPlanStatus.js.map +1 -1
  136. package/dist/model/testPlanStatusModel.js +1 -1
  137. package/dist/model/testPlanStatusModel.js.map +1 -1
  138. package/dist/model/testPointStatus.js +1 -1
  139. package/dist/model/testPointStatus.js.map +1 -1
  140. package/dist/model/testResultOutcome.js +1 -1
  141. package/dist/model/testResultOutcome.js.map +1 -1
  142. package/dist/model/testRunState.js +1 -1
  143. package/dist/model/testRunState.js.map +1 -1
  144. package/dist/model/testStatusType.js +1 -1
  145. package/dist/model/testStatusType.js.map +1 -1
  146. package/dist/model/testSuiteType.js +1 -1
  147. package/dist/model/testSuiteType.js.map +1 -1
  148. package/dist/model/webHookEventType.js +1 -1
  149. package/dist/model/webHookEventType.js.map +1 -1
  150. package/dist/model/webHookEventTypeModel.js +1 -1
  151. package/dist/model/webHookEventTypeModel.js.map +1 -1
  152. package/dist/model/webHookEventTypeRequest.js +1 -1
  153. package/dist/model/webHookEventTypeRequest.js.map +1 -1
  154. package/dist/model/webhookVariablesType.js +1 -1
  155. package/dist/model/webhookVariablesType.js.map +1 -1
  156. package/dist/model/workItemEntityTypes.js +1 -1
  157. package/dist/model/workItemEntityTypes.js.map +1 -1
  158. package/dist/model/workItemGroupType.js +1 -1
  159. package/dist/model/workItemGroupType.js.map +1 -1
  160. package/dist/model/workItemPriorityModel.js +1 -1
  161. package/dist/model/workItemPriorityModel.js.map +1 -1
  162. package/dist/model/workItemState.js +1 -1
  163. package/dist/model/workItemState.js.map +1 -1
  164. package/dist/model/workItemStates.js +1 -1
  165. package/dist/model/workItemStates.js.map +1 -1
  166. package/package.json +1 -1
@@ -21,7 +21,7 @@ let defaultBasePath = 'http://localhost';
21
21
  var TestPlansApiApiKeys;
22
22
  (function (TestPlansApiApiKeys) {
23
23
  TestPlansApiApiKeys[TestPlansApiApiKeys["Bearer or PrivateToken"] = 0] = "Bearer or PrivateToken";
24
- })(TestPlansApiApiKeys || (exports.TestPlansApiApiKeys = TestPlansApiApiKeys = {}));
24
+ })(TestPlansApiApiKeys = exports.TestPlansApiApiKeys || (exports.TestPlansApiApiKeys = {}));
25
25
  class TestPlansApi {
26
26
  constructor(basePathOrUsername, password, basePath) {
27
27
  this._basePath = defaultBasePath;
@@ -67,8 +67,8 @@ class TestPlansApi {
67
67
  addInterceptor(interceptor) {
68
68
  this.interceptors.push(interceptor);
69
69
  }
70
- addTestPointsWithSections(id_1, workItemSelectModel_1) {
71
- return __awaiter(this, arguments, void 0, function* (id, workItemSelectModel, options = { headers: {} }) {
70
+ addTestPointsWithSections(id, workItemSelectModel, options = { headers: {}, rejectUnauthorized: true }) {
71
+ return __awaiter(this, void 0, void 0, function* () {
72
72
  const localVarPath = this.basePath + '/api/v2/testPlans/{id}/test-points/withSections'
73
73
  .replace('{' + 'id' + '}', encodeURIComponent(String(id)));
74
74
  let localVarQueryParameters = {};
@@ -87,6 +87,7 @@ class TestPlansApi {
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 TestPlansApi {
131
132
  });
132
133
  });
133
134
  }
134
- addWorkItemsWithSections(id_1, requestBody_1) {
135
- return __awaiter(this, arguments, void 0, function* (id, requestBody, options = { headers: {} }) {
135
+ addWorkItemsWithSections(id, requestBody, options = { headers: {}, rejectUnauthorized: true }) {
136
+ return __awaiter(this, void 0, void 0, function* () {
136
137
  const localVarPath = this.basePath + '/api/v2/testPlans/{id}/workItems/withSections'
137
138
  .replace('{' + 'id' + '}', encodeURIComponent(String(id)));
138
139
  let localVarQueryParameters = {};
@@ -151,6 +152,7 @@ class TestPlansApi {
151
152
  Object.assign(localVarHeaderParams, options.headers);
152
153
  let localVarUseFormData = false;
153
154
  let localVarRequestOptions = {
155
+ rejectUnauthorized: options.rejectUnauthorized,
154
156
  method: 'POST',
155
157
  qs: localVarQueryParameters,
156
158
  headers: localVarHeaderParams,
@@ -195,8 +197,8 @@ class TestPlansApi {
195
197
  });
196
198
  });
197
199
  }
198
- apiV2TestPlansIdAnalyticsGet(id_1) {
199
- return __awaiter(this, arguments, void 0, function* (id, options = { headers: {} }) {
200
+ apiV2TestPlansIdAnalyticsGet(id, options = { headers: {}, rejectUnauthorized: true }) {
201
+ return __awaiter(this, void 0, void 0, function* () {
200
202
  const localVarPath = this.basePath + '/api/v2/testPlans/{id}/analytics'
201
203
  .replace('{' + 'id' + '}', encodeURIComponent(String(id)));
202
204
  let localVarQueryParameters = {};
@@ -215,6 +217,7 @@ class TestPlansApi {
215
217
  Object.assign(localVarHeaderParams, options.headers);
216
218
  let localVarUseFormData = false;
217
219
  let localVarRequestOptions = {
220
+ rejectUnauthorized: options.rejectUnauthorized,
218
221
  method: 'GET',
219
222
  qs: localVarQueryParameters,
220
223
  headers: localVarHeaderParams,
@@ -259,8 +262,8 @@ class TestPlansApi {
259
262
  });
260
263
  });
261
264
  }
262
- apiV2TestPlansIdAutobalancePost(id_1, testers_1) {
263
- return __awaiter(this, arguments, void 0, function* (id, testers, options = { headers: {} }) {
265
+ apiV2TestPlansIdAutobalancePost(id, testers, options = { headers: {}, rejectUnauthorized: true }) {
266
+ return __awaiter(this, void 0, void 0, function* () {
264
267
  const localVarPath = this.basePath + '/api/v2/testPlans/{id}/autobalance'
265
268
  .replace('{' + 'id' + '}', encodeURIComponent(String(id)));
266
269
  let localVarQueryParameters = {};
@@ -282,6 +285,7 @@ class TestPlansApi {
282
285
  Object.assign(localVarHeaderParams, options.headers);
283
286
  let localVarUseFormData = false;
284
287
  let localVarRequestOptions = {
288
+ rejectUnauthorized: options.rejectUnauthorized,
285
289
  method: 'POST',
286
290
  qs: localVarQueryParameters,
287
291
  headers: localVarHeaderParams,
@@ -326,8 +330,8 @@ class TestPlansApi {
326
330
  });
327
331
  });
328
332
  }
329
- apiV2TestPlansIdConfigurationsGet(id_1) {
330
- return __awaiter(this, arguments, void 0, function* (id, options = { headers: {} }) {
333
+ apiV2TestPlansIdConfigurationsGet(id, options = { headers: {}, rejectUnauthorized: true }) {
334
+ return __awaiter(this, void 0, void 0, function* () {
331
335
  const localVarPath = this.basePath + '/api/v2/testPlans/{id}/configurations'
332
336
  .replace('{' + 'id' + '}', encodeURIComponent(String(id)));
333
337
  let localVarQueryParameters = {};
@@ -346,6 +350,7 @@ class TestPlansApi {
346
350
  Object.assign(localVarHeaderParams, options.headers);
347
351
  let localVarUseFormData = false;
348
352
  let localVarRequestOptions = {
353
+ rejectUnauthorized: options.rejectUnauthorized,
349
354
  method: 'GET',
350
355
  qs: localVarQueryParameters,
351
356
  headers: localVarHeaderParams,
@@ -390,8 +395,8 @@ class TestPlansApi {
390
395
  });
391
396
  });
392
397
  }
393
- apiV2TestPlansIdExportTestPointsXlsxPost(id_1, timeZoneOffsetInMinutes_1, getXlsxTestPointsByTestPlanModel_1) {
394
- return __awaiter(this, arguments, void 0, function* (id, timeZoneOffsetInMinutes, getXlsxTestPointsByTestPlanModel, options = { headers: {} }) {
398
+ apiV2TestPlansIdExportTestPointsXlsxPost(id, timeZoneOffsetInMinutes, getXlsxTestPointsByTestPlanModel, options = { headers: {}, rejectUnauthorized: true }) {
399
+ return __awaiter(this, void 0, void 0, function* () {
395
400
  const localVarPath = this.basePath + '/api/v2/testPlans/{id}/export/testPoints/xlsx'
396
401
  .replace('{' + 'id' + '}', encodeURIComponent(String(id)));
397
402
  let localVarQueryParameters = {};
@@ -411,6 +416,7 @@ class TestPlansApi {
411
416
  Object.assign(localVarHeaderParams, options.headers);
412
417
  let localVarUseFormData = false;
413
418
  let localVarRequestOptions = {
419
+ rejectUnauthorized: options.rejectUnauthorized,
414
420
  method: 'POST',
415
421
  qs: localVarQueryParameters,
416
422
  headers: localVarHeaderParams,
@@ -455,8 +461,8 @@ class TestPlansApi {
455
461
  });
456
462
  });
457
463
  }
458
- apiV2TestPlansIdExportTestResultHistoryXlsxPost(id_1, mustReturnOnlyLastTestResult_1, includeSteps_1, includeDeletedTestSuites_1, timeZoneOffsetInMinutes_1) {
459
- return __awaiter(this, arguments, void 0, function* (id, mustReturnOnlyLastTestResult, includeSteps, includeDeletedTestSuites, timeZoneOffsetInMinutes, options = { headers: {} }) {
464
+ apiV2TestPlansIdExportTestResultHistoryXlsxPost(id, mustReturnOnlyLastTestResult, includeSteps, includeDeletedTestSuites, timeZoneOffsetInMinutes, options = { headers: {}, rejectUnauthorized: true }) {
465
+ return __awaiter(this, void 0, void 0, function* () {
460
466
  const localVarPath = this.basePath + '/api/v2/testPlans/{id}/export/testResultHistory/xlsx'
461
467
  .replace('{' + 'id' + '}', encodeURIComponent(String(id)));
462
468
  let localVarQueryParameters = {};
@@ -485,6 +491,7 @@ class TestPlansApi {
485
491
  Object.assign(localVarHeaderParams, options.headers);
486
492
  let localVarUseFormData = false;
487
493
  let localVarRequestOptions = {
494
+ rejectUnauthorized: options.rejectUnauthorized,
488
495
  method: 'POST',
489
496
  qs: localVarQueryParameters,
490
497
  headers: localVarHeaderParams,
@@ -528,8 +535,8 @@ class TestPlansApi {
528
535
  });
529
536
  });
530
537
  }
531
- apiV2TestPlansIdHistoryGet(id_1, skip_1, take_1, orderBy_1, searchField_1, searchValue_1) {
532
- return __awaiter(this, arguments, void 0, function* (id, skip, take, orderBy, searchField, searchValue, options = { headers: {} }) {
538
+ apiV2TestPlansIdHistoryGet(id, skip, take, orderBy, searchField, searchValue, options = { headers: {}, rejectUnauthorized: true }) {
539
+ return __awaiter(this, void 0, void 0, function* () {
533
540
  const localVarPath = this.basePath + '/api/v2/testPlans/{id}/history'
534
541
  .replace('{' + 'id' + '}', encodeURIComponent(String(id)));
535
542
  let localVarQueryParameters = {};
@@ -563,6 +570,7 @@ class TestPlansApi {
563
570
  Object.assign(localVarHeaderParams, options.headers);
564
571
  let localVarUseFormData = false;
565
572
  let localVarRequestOptions = {
573
+ rejectUnauthorized: options.rejectUnauthorized,
566
574
  method: 'GET',
567
575
  qs: localVarQueryParameters,
568
576
  headers: localVarHeaderParams,
@@ -607,8 +615,8 @@ class TestPlansApi {
607
615
  });
608
616
  });
609
617
  }
610
- apiV2TestPlansIdLinksGet(id_1, skip_1, take_1, orderBy_1) {
611
- return __awaiter(this, arguments, void 0, function* (id, skip, take, orderBy, options = { headers: {} }) {
618
+ apiV2TestPlansIdLinksGet(id, skip, take, orderBy, options = { headers: {}, rejectUnauthorized: true }) {
619
+ return __awaiter(this, void 0, void 0, function* () {
612
620
  const localVarPath = this.basePath + '/api/v2/testPlans/{id}/links'
613
621
  .replace('{' + 'id' + '}', encodeURIComponent(String(id)));
614
622
  let localVarQueryParameters = {};
@@ -636,6 +644,7 @@ class TestPlansApi {
636
644
  Object.assign(localVarHeaderParams, options.headers);
637
645
  let localVarUseFormData = false;
638
646
  let localVarRequestOptions = {
647
+ rejectUnauthorized: options.rejectUnauthorized,
639
648
  method: 'GET',
640
649
  qs: localVarQueryParameters,
641
650
  headers: localVarHeaderParams,
@@ -680,8 +689,8 @@ class TestPlansApi {
680
689
  });
681
690
  });
682
691
  }
683
- apiV2TestPlansIdPatch(id_1, operation_1) {
684
- return __awaiter(this, arguments, void 0, function* (id, operation, options = { headers: {} }) {
692
+ apiV2TestPlansIdPatch(id, operation, options = { headers: {}, rejectUnauthorized: true }) {
693
+ return __awaiter(this, void 0, void 0, function* () {
685
694
  const localVarPath = this.basePath + '/api/v2/testPlans/{id}'
686
695
  .replace('{' + 'id' + '}', encodeURIComponent(String(id)));
687
696
  let localVarQueryParameters = {};
@@ -700,6 +709,7 @@ class TestPlansApi {
700
709
  Object.assign(localVarHeaderParams, options.headers);
701
710
  let localVarUseFormData = false;
702
711
  let localVarRequestOptions = {
712
+ rejectUnauthorized: options.rejectUnauthorized,
703
713
  method: 'PATCH',
704
714
  qs: localVarQueryParameters,
705
715
  headers: localVarHeaderParams,
@@ -744,8 +754,8 @@ class TestPlansApi {
744
754
  });
745
755
  });
746
756
  }
747
- apiV2TestPlansIdSummariesGet(id_1) {
748
- return __awaiter(this, arguments, void 0, function* (id, options = { headers: {} }) {
757
+ apiV2TestPlansIdSummariesGet(id, options = { headers: {}, rejectUnauthorized: true }) {
758
+ return __awaiter(this, void 0, void 0, function* () {
749
759
  const localVarPath = this.basePath + '/api/v2/testPlans/{id}/summaries'
750
760
  .replace('{' + 'id' + '}', encodeURIComponent(String(id)));
751
761
  let localVarQueryParameters = {};
@@ -764,6 +774,7 @@ class TestPlansApi {
764
774
  Object.assign(localVarHeaderParams, options.headers);
765
775
  let localVarUseFormData = false;
766
776
  let localVarRequestOptions = {
777
+ rejectUnauthorized: options.rejectUnauthorized,
767
778
  method: 'GET',
768
779
  qs: localVarQueryParameters,
769
780
  headers: localVarHeaderParams,
@@ -808,8 +819,8 @@ class TestPlansApi {
808
819
  });
809
820
  });
810
821
  }
811
- apiV2TestPlansIdTestPointsLastResultsGet(id_1, testerId_1, skip_1, take_1, orderBy_1, searchField_1, searchValue_1) {
812
- return __awaiter(this, arguments, void 0, function* (id, testerId, skip, take, orderBy, searchField, searchValue, options = { headers: {} }) {
822
+ apiV2TestPlansIdTestPointsLastResultsGet(id, testerId, skip, take, orderBy, searchField, searchValue, options = { headers: {}, rejectUnauthorized: true }) {
823
+ return __awaiter(this, void 0, void 0, function* () {
813
824
  const localVarPath = this.basePath + '/api/v2/testPlans/{id}/testPoints/lastResults'
814
825
  .replace('{' + 'id' + '}', encodeURIComponent(String(id)));
815
826
  let localVarQueryParameters = {};
@@ -846,6 +857,7 @@ class TestPlansApi {
846
857
  Object.assign(localVarHeaderParams, options.headers);
847
858
  let localVarUseFormData = false;
848
859
  let localVarRequestOptions = {
860
+ rejectUnauthorized: options.rejectUnauthorized,
849
861
  method: 'GET',
850
862
  qs: localVarQueryParameters,
851
863
  headers: localVarHeaderParams,
@@ -890,8 +902,8 @@ class TestPlansApi {
890
902
  });
891
903
  });
892
904
  }
893
- apiV2TestPlansIdTestPointsResetPost(id_1, requestBody_1) {
894
- return __awaiter(this, arguments, void 0, function* (id, requestBody, options = { headers: {} }) {
905
+ apiV2TestPlansIdTestPointsResetPost(id, requestBody, options = { headers: {}, rejectUnauthorized: true }) {
906
+ return __awaiter(this, void 0, void 0, function* () {
895
907
  const localVarPath = this.basePath + '/api/v2/testPlans/{id}/testPoints/reset'
896
908
  .replace('{' + 'id' + '}', encodeURIComponent(String(id)));
897
909
  let localVarQueryParameters = {};
@@ -910,6 +922,7 @@ class TestPlansApi {
910
922
  Object.assign(localVarHeaderParams, options.headers);
911
923
  let localVarUseFormData = false;
912
924
  let localVarRequestOptions = {
925
+ rejectUnauthorized: options.rejectUnauthorized,
913
926
  method: 'POST',
914
927
  qs: localVarQueryParameters,
915
928
  headers: localVarHeaderParams,
@@ -954,8 +967,8 @@ class TestPlansApi {
954
967
  });
955
968
  });
956
969
  }
957
- apiV2TestPlansIdTestPointsTesterDelete(id_1, testPointSelectModel_1) {
958
- return __awaiter(this, arguments, void 0, function* (id, testPointSelectModel, options = { headers: {} }) {
970
+ apiV2TestPlansIdTestPointsTesterDelete(id, testPointSelectModel, options = { headers: {}, rejectUnauthorized: true }) {
971
+ return __awaiter(this, void 0, void 0, function* () {
959
972
  const localVarPath = this.basePath + '/api/v2/testPlans/{id}/testPoints/tester'
960
973
  .replace('{' + 'id' + '}', encodeURIComponent(String(id)));
961
974
  let localVarQueryParameters = {};
@@ -974,6 +987,7 @@ class TestPlansApi {
974
987
  Object.assign(localVarHeaderParams, options.headers);
975
988
  let localVarUseFormData = false;
976
989
  let localVarRequestOptions = {
990
+ rejectUnauthorized: options.rejectUnauthorized,
977
991
  method: 'DELETE',
978
992
  qs: localVarQueryParameters,
979
993
  headers: localVarHeaderParams,
@@ -1019,8 +1033,8 @@ class TestPlansApi {
1019
1033
  });
1020
1034
  });
1021
1035
  }
1022
- apiV2TestPlansIdTestPointsTesterUserIdPost(id_1, userId_1, testPointSelectModel_1) {
1023
- return __awaiter(this, arguments, void 0, function* (id, userId, testPointSelectModel, options = { headers: {} }) {
1036
+ apiV2TestPlansIdTestPointsTesterUserIdPost(id, userId, testPointSelectModel, options = { headers: {}, rejectUnauthorized: true }) {
1037
+ return __awaiter(this, void 0, void 0, function* () {
1024
1038
  const localVarPath = this.basePath + '/api/v2/testPlans/{id}/testPoints/tester/{userId}'
1025
1039
  .replace('{' + 'id' + '}', encodeURIComponent(String(id)))
1026
1040
  .replace('{' + 'userId' + '}', encodeURIComponent(String(userId)));
@@ -1043,6 +1057,7 @@ class TestPlansApi {
1043
1057
  Object.assign(localVarHeaderParams, options.headers);
1044
1058
  let localVarUseFormData = false;
1045
1059
  let localVarRequestOptions = {
1060
+ rejectUnauthorized: options.rejectUnauthorized,
1046
1061
  method: 'POST',
1047
1062
  qs: localVarQueryParameters,
1048
1063
  headers: localVarHeaderParams,
@@ -1088,8 +1103,8 @@ class TestPlansApi {
1088
1103
  });
1089
1104
  });
1090
1105
  }
1091
- apiV2TestPlansIdTestRunsGet(id_1, notStarted_1, inProgress_1, stopped_1, completed_1, skip_1, take_1, orderBy_1, searchField_1, searchValue_1) {
1092
- return __awaiter(this, arguments, void 0, function* (id, notStarted, inProgress, stopped, completed, skip, take, orderBy, searchField, searchValue, options = { headers: {} }) {
1106
+ apiV2TestPlansIdTestRunsGet(id, notStarted, inProgress, stopped, completed, skip, take, orderBy, searchField, searchValue, options = { headers: {}, rejectUnauthorized: true }) {
1107
+ return __awaiter(this, void 0, void 0, function* () {
1093
1108
  const localVarPath = this.basePath + '/api/v2/testPlans/{id}/testRuns'
1094
1109
  .replace('{' + 'id' + '}', encodeURIComponent(String(id)));
1095
1110
  let localVarQueryParameters = {};
@@ -1135,6 +1150,7 @@ class TestPlansApi {
1135
1150
  Object.assign(localVarHeaderParams, options.headers);
1136
1151
  let localVarUseFormData = false;
1137
1152
  let localVarRequestOptions = {
1153
+ rejectUnauthorized: options.rejectUnauthorized,
1138
1154
  method: 'GET',
1139
1155
  qs: localVarQueryParameters,
1140
1156
  headers: localVarHeaderParams,
@@ -1179,8 +1195,8 @@ class TestPlansApi {
1179
1195
  });
1180
1196
  });
1181
1197
  }
1182
- apiV2TestPlansIdTestRunsSearchPost(id_1, skip_1, take_1, orderBy_1, searchField_1, searchValue_1, searchTestRunsApiModel_1) {
1183
- return __awaiter(this, arguments, void 0, function* (id, skip, take, orderBy, searchField, searchValue, searchTestRunsApiModel, options = { headers: {} }) {
1198
+ apiV2TestPlansIdTestRunsSearchPost(id, skip, take, orderBy, searchField, searchValue, searchTestRunsApiModel, options = { headers: {}, rejectUnauthorized: true }) {
1199
+ return __awaiter(this, void 0, void 0, function* () {
1184
1200
  const localVarPath = this.basePath + '/api/v2/testPlans/{id}/testRuns/search'
1185
1201
  .replace('{' + 'id' + '}', encodeURIComponent(String(id)));
1186
1202
  let localVarQueryParameters = {};
@@ -1214,6 +1230,7 @@ class TestPlansApi {
1214
1230
  Object.assign(localVarHeaderParams, options.headers);
1215
1231
  let localVarUseFormData = false;
1216
1232
  let localVarRequestOptions = {
1233
+ rejectUnauthorized: options.rejectUnauthorized,
1217
1234
  method: 'POST',
1218
1235
  qs: localVarQueryParameters,
1219
1236
  headers: localVarHeaderParams,
@@ -1259,8 +1276,8 @@ class TestPlansApi {
1259
1276
  });
1260
1277
  });
1261
1278
  }
1262
- apiV2TestPlansIdTestRunsTestResultsLastModifiedModifiedDateGet(id_1) {
1263
- return __awaiter(this, arguments, void 0, function* (id, options = { headers: {} }) {
1279
+ apiV2TestPlansIdTestRunsTestResultsLastModifiedModifiedDateGet(id, options = { headers: {}, rejectUnauthorized: true }) {
1280
+ return __awaiter(this, void 0, void 0, function* () {
1264
1281
  const localVarPath = this.basePath + '/api/v2/testPlans/{id}/testRuns/testResults/lastModified/modifiedDate'
1265
1282
  .replace('{' + 'id' + '}', encodeURIComponent(String(id)));
1266
1283
  let localVarQueryParameters = {};
@@ -1279,6 +1296,7 @@ class TestPlansApi {
1279
1296
  Object.assign(localVarHeaderParams, options.headers);
1280
1297
  let localVarUseFormData = false;
1281
1298
  let localVarRequestOptions = {
1299
+ rejectUnauthorized: options.rejectUnauthorized,
1282
1300
  method: 'GET',
1283
1301
  qs: localVarQueryParameters,
1284
1302
  headers: localVarHeaderParams,
@@ -1322,8 +1340,8 @@ class TestPlansApi {
1322
1340
  });
1323
1341
  });
1324
1342
  }
1325
- apiV2TestPlansIdUnlockRequestPost(id_1) {
1326
- return __awaiter(this, arguments, void 0, function* (id, options = { headers: {} }) {
1343
+ apiV2TestPlansIdUnlockRequestPost(id, options = { headers: {}, rejectUnauthorized: true }) {
1344
+ return __awaiter(this, void 0, void 0, function* () {
1327
1345
  const localVarPath = this.basePath + '/api/v2/testPlans/{id}/unlock/request'
1328
1346
  .replace('{' + 'id' + '}', encodeURIComponent(String(id)));
1329
1347
  let localVarQueryParameters = {};
@@ -1342,6 +1360,7 @@ class TestPlansApi {
1342
1360
  Object.assign(localVarHeaderParams, options.headers);
1343
1361
  let localVarUseFormData = false;
1344
1362
  let localVarRequestOptions = {
1363
+ rejectUnauthorized: options.rejectUnauthorized,
1345
1364
  method: 'POST',
1346
1365
  qs: localVarQueryParameters,
1347
1366
  headers: localVarHeaderParams,
@@ -1385,8 +1404,8 @@ class TestPlansApi {
1385
1404
  });
1386
1405
  });
1387
1406
  }
1388
- apiV2TestPlansShortsPost(isDeleted_1, requestBody_1) {
1389
- return __awaiter(this, arguments, void 0, function* (isDeleted, requestBody, options = { headers: {} }) {
1407
+ apiV2TestPlansShortsPost(isDeleted, requestBody, options = { headers: {}, rejectUnauthorized: true }) {
1408
+ return __awaiter(this, void 0, void 0, function* () {
1390
1409
  const localVarPath = this.basePath + '/api/v2/testPlans/shorts';
1391
1410
  let localVarQueryParameters = {};
1392
1411
  let localVarHeaderParams = Object.assign({}, this._defaultHeaders);
@@ -1404,6 +1423,7 @@ class TestPlansApi {
1404
1423
  Object.assign(localVarHeaderParams, options.headers);
1405
1424
  let localVarUseFormData = false;
1406
1425
  let localVarRequestOptions = {
1426
+ rejectUnauthorized: options.rejectUnauthorized,
1407
1427
  method: 'POST',
1408
1428
  qs: localVarQueryParameters,
1409
1429
  headers: localVarHeaderParams,
@@ -1449,8 +1469,8 @@ class TestPlansApi {
1449
1469
  });
1450
1470
  });
1451
1471
  }
1452
- clone(id_1) {
1453
- return __awaiter(this, arguments, void 0, function* (id, options = { headers: {} }) {
1472
+ clone(id, options = { headers: {}, rejectUnauthorized: true }) {
1473
+ return __awaiter(this, void 0, void 0, function* () {
1454
1474
  const localVarPath = this.basePath + '/api/v2/testPlans/{id}/clone'
1455
1475
  .replace('{' + 'id' + '}', encodeURIComponent(String(id)));
1456
1476
  let localVarQueryParameters = {};
@@ -1469,6 +1489,7 @@ class TestPlansApi {
1469
1489
  Object.assign(localVarHeaderParams, options.headers);
1470
1490
  let localVarUseFormData = false;
1471
1491
  let localVarRequestOptions = {
1492
+ rejectUnauthorized: options.rejectUnauthorized,
1472
1493
  method: 'POST',
1473
1494
  qs: localVarQueryParameters,
1474
1495
  headers: localVarHeaderParams,
@@ -1513,8 +1534,8 @@ class TestPlansApi {
1513
1534
  });
1514
1535
  });
1515
1536
  }
1516
- complete(id_1) {
1517
- return __awaiter(this, arguments, void 0, function* (id, options = { headers: {} }) {
1537
+ complete(id, options = { headers: {}, rejectUnauthorized: true }) {
1538
+ return __awaiter(this, void 0, void 0, function* () {
1518
1539
  const localVarPath = this.basePath + '/api/v2/testPlans/{id}/complete'
1519
1540
  .replace('{' + 'id' + '}', encodeURIComponent(String(id)));
1520
1541
  let localVarQueryParameters = {};
@@ -1533,6 +1554,7 @@ class TestPlansApi {
1533
1554
  Object.assign(localVarHeaderParams, options.headers);
1534
1555
  let localVarUseFormData = false;
1535
1556
  let localVarRequestOptions = {
1557
+ rejectUnauthorized: options.rejectUnauthorized,
1536
1558
  method: 'POST',
1537
1559
  qs: localVarQueryParameters,
1538
1560
  headers: localVarHeaderParams,
@@ -1576,8 +1598,8 @@ class TestPlansApi {
1576
1598
  });
1577
1599
  });
1578
1600
  }
1579
- createTestPlan(createTestPlanApiModel_1) {
1580
- return __awaiter(this, arguments, void 0, function* (createTestPlanApiModel, options = { headers: {} }) {
1601
+ createTestPlan(createTestPlanApiModel, options = { headers: {}, rejectUnauthorized: true }) {
1602
+ return __awaiter(this, void 0, void 0, function* () {
1581
1603
  const localVarPath = this.basePath + '/api/v2/testPlans';
1582
1604
  let localVarQueryParameters = {};
1583
1605
  let localVarHeaderParams = Object.assign({}, this._defaultHeaders);
@@ -1592,6 +1614,7 @@ class TestPlansApi {
1592
1614
  Object.assign(localVarHeaderParams, options.headers);
1593
1615
  let localVarUseFormData = false;
1594
1616
  let localVarRequestOptions = {
1617
+ rejectUnauthorized: options.rejectUnauthorized,
1595
1618
  method: 'POST',
1596
1619
  qs: localVarQueryParameters,
1597
1620
  headers: localVarHeaderParams,
@@ -1637,8 +1660,8 @@ class TestPlansApi {
1637
1660
  });
1638
1661
  });
1639
1662
  }
1640
- deleteTestPlan(id_1) {
1641
- return __awaiter(this, arguments, void 0, function* (id, options = { headers: {} }) {
1663
+ deleteTestPlan(id, options = { headers: {}, rejectUnauthorized: true }) {
1664
+ return __awaiter(this, void 0, void 0, function* () {
1642
1665
  const localVarPath = this.basePath + '/api/v2/testPlans/{id}'
1643
1666
  .replace('{' + 'id' + '}', encodeURIComponent(String(id)));
1644
1667
  let localVarQueryParameters = {};
@@ -1657,6 +1680,7 @@ class TestPlansApi {
1657
1680
  Object.assign(localVarHeaderParams, options.headers);
1658
1681
  let localVarUseFormData = false;
1659
1682
  let localVarRequestOptions = {
1683
+ rejectUnauthorized: options.rejectUnauthorized,
1660
1684
  method: 'DELETE',
1661
1685
  qs: localVarQueryParameters,
1662
1686
  headers: localVarHeaderParams,
@@ -1700,8 +1724,8 @@ class TestPlansApi {
1700
1724
  });
1701
1725
  });
1702
1726
  }
1703
- getTestPlanById(id_1) {
1704
- return __awaiter(this, arguments, void 0, function* (id, options = { headers: {} }) {
1727
+ getTestPlanById(id, options = { headers: {}, rejectUnauthorized: true }) {
1728
+ return __awaiter(this, void 0, void 0, function* () {
1705
1729
  const localVarPath = this.basePath + '/api/v2/testPlans/{id}'
1706
1730
  .replace('{' + 'id' + '}', encodeURIComponent(String(id)));
1707
1731
  let localVarQueryParameters = {};
@@ -1720,6 +1744,7 @@ class TestPlansApi {
1720
1744
  Object.assign(localVarHeaderParams, options.headers);
1721
1745
  let localVarUseFormData = false;
1722
1746
  let localVarRequestOptions = {
1747
+ rejectUnauthorized: options.rejectUnauthorized,
1723
1748
  method: 'GET',
1724
1749
  qs: localVarQueryParameters,
1725
1750
  headers: localVarHeaderParams,
@@ -1764,8 +1789,8 @@ class TestPlansApi {
1764
1789
  });
1765
1790
  });
1766
1791
  }
1767
- getTestSuitesById(id_1) {
1768
- return __awaiter(this, arguments, void 0, function* (id, options = { headers: {} }) {
1792
+ getTestSuitesById(id, options = { headers: {}, rejectUnauthorized: true }) {
1793
+ return __awaiter(this, void 0, void 0, function* () {
1769
1794
  const localVarPath = this.basePath + '/api/v2/testPlans/{id}/testSuites'
1770
1795
  .replace('{' + 'id' + '}', encodeURIComponent(String(id)));
1771
1796
  let localVarQueryParameters = {};
@@ -1784,6 +1809,7 @@ class TestPlansApi {
1784
1809
  Object.assign(localVarHeaderParams, options.headers);
1785
1810
  let localVarUseFormData = false;
1786
1811
  let localVarRequestOptions = {
1812
+ rejectUnauthorized: options.rejectUnauthorized,
1787
1813
  method: 'GET',
1788
1814
  qs: localVarQueryParameters,
1789
1815
  headers: localVarHeaderParams,
@@ -1828,8 +1854,8 @@ class TestPlansApi {
1828
1854
  });
1829
1855
  });
1830
1856
  }
1831
- pause(id_1) {
1832
- return __awaiter(this, arguments, void 0, function* (id, options = { headers: {} }) {
1857
+ pause(id, options = { headers: {}, rejectUnauthorized: true }) {
1858
+ return __awaiter(this, void 0, void 0, function* () {
1833
1859
  const localVarPath = this.basePath + '/api/v2/testPlans/{id}/pause'
1834
1860
  .replace('{' + 'id' + '}', encodeURIComponent(String(id)));
1835
1861
  let localVarQueryParameters = {};
@@ -1848,6 +1874,7 @@ class TestPlansApi {
1848
1874
  Object.assign(localVarHeaderParams, options.headers);
1849
1875
  let localVarUseFormData = false;
1850
1876
  let localVarRequestOptions = {
1877
+ rejectUnauthorized: options.rejectUnauthorized,
1851
1878
  method: 'POST',
1852
1879
  qs: localVarQueryParameters,
1853
1880
  headers: localVarHeaderParams,
@@ -1891,8 +1918,8 @@ class TestPlansApi {
1891
1918
  });
1892
1919
  });
1893
1920
  }
1894
- purgeTestPlan(id_1) {
1895
- return __awaiter(this, arguments, void 0, function* (id, options = { headers: {} }) {
1921
+ purgeTestPlan(id, options = { headers: {}, rejectUnauthorized: true }) {
1922
+ return __awaiter(this, void 0, void 0, function* () {
1896
1923
  const localVarPath = this.basePath + '/api/v2/testPlans/{id}/purge'
1897
1924
  .replace('{' + 'id' + '}', encodeURIComponent(String(id)));
1898
1925
  let localVarQueryParameters = {};
@@ -1911,6 +1938,7 @@ class TestPlansApi {
1911
1938
  Object.assign(localVarHeaderParams, options.headers);
1912
1939
  let localVarUseFormData = false;
1913
1940
  let localVarRequestOptions = {
1941
+ rejectUnauthorized: options.rejectUnauthorized,
1914
1942
  method: 'POST',
1915
1943
  qs: localVarQueryParameters,
1916
1944
  headers: localVarHeaderParams,
@@ -1954,8 +1982,8 @@ class TestPlansApi {
1954
1982
  });
1955
1983
  });
1956
1984
  }
1957
- restoreTestPlan(id_1) {
1958
- return __awaiter(this, arguments, void 0, function* (id, options = { headers: {} }) {
1985
+ restoreTestPlan(id, options = { headers: {}, rejectUnauthorized: true }) {
1986
+ return __awaiter(this, void 0, void 0, function* () {
1959
1987
  const localVarPath = this.basePath + '/api/v2/testPlans/{id}/restore'
1960
1988
  .replace('{' + 'id' + '}', encodeURIComponent(String(id)));
1961
1989
  let localVarQueryParameters = {};
@@ -1974,6 +2002,7 @@ class TestPlansApi {
1974
2002
  Object.assign(localVarHeaderParams, options.headers);
1975
2003
  let localVarUseFormData = false;
1976
2004
  let localVarRequestOptions = {
2005
+ rejectUnauthorized: options.rejectUnauthorized,
1977
2006
  method: 'POST',
1978
2007
  qs: localVarQueryParameters,
1979
2008
  headers: localVarHeaderParams,
@@ -2017,8 +2046,8 @@ class TestPlansApi {
2017
2046
  });
2018
2047
  });
2019
2048
  }
2020
- start(id_1) {
2021
- return __awaiter(this, arguments, void 0, function* (id, options = { headers: {} }) {
2049
+ start(id, options = { headers: {}, rejectUnauthorized: true }) {
2050
+ return __awaiter(this, void 0, void 0, function* () {
2022
2051
  const localVarPath = this.basePath + '/api/v2/testPlans/{id}/start'
2023
2052
  .replace('{' + 'id' + '}', encodeURIComponent(String(id)));
2024
2053
  let localVarQueryParameters = {};
@@ -2037,6 +2066,7 @@ class TestPlansApi {
2037
2066
  Object.assign(localVarHeaderParams, options.headers);
2038
2067
  let localVarUseFormData = false;
2039
2068
  let localVarRequestOptions = {
2069
+ rejectUnauthorized: options.rejectUnauthorized,
2040
2070
  method: 'POST',
2041
2071
  qs: localVarQueryParameters,
2042
2072
  headers: localVarHeaderParams,
@@ -2080,8 +2110,8 @@ class TestPlansApi {
2080
2110
  });
2081
2111
  });
2082
2112
  }
2083
- updateTestPlan(updateTestPlanApiModel_1) {
2084
- return __awaiter(this, arguments, void 0, function* (updateTestPlanApiModel, options = { headers: {} }) {
2113
+ updateTestPlan(updateTestPlanApiModel, options = { headers: {}, rejectUnauthorized: true }) {
2114
+ return __awaiter(this, void 0, void 0, function* () {
2085
2115
  const localVarPath = this.basePath + '/api/v2/testPlans';
2086
2116
  let localVarQueryParameters = {};
2087
2117
  let localVarHeaderParams = Object.assign({}, this._defaultHeaders);
@@ -2096,6 +2126,7 @@ class TestPlansApi {
2096
2126
  Object.assign(localVarHeaderParams, options.headers);
2097
2127
  let localVarUseFormData = false;
2098
2128
  let localVarRequestOptions = {
2129
+ rejectUnauthorized: options.rejectUnauthorized,
2099
2130
  method: 'PUT',
2100
2131
  qs: localVarQueryParameters,
2101
2132
  headers: localVarHeaderParams,