testit-api-client 6.4.0-TMS-5.5 → 6.5.0

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 (396) hide show
  1. package/README.MD +3 -3
  2. package/dist/api/apis.d.ts +1 -0
  3. package/dist/api/attachmentsApi.d.ts +1 -0
  4. package/dist/api/attachmentsApi.js +11 -11
  5. package/dist/api/attachmentsApi.js.map +1 -1
  6. package/dist/api/autoTestsApi.d.ts +16 -15
  7. package/dist/api/autoTestsApi.js +51 -51
  8. package/dist/api/autoTestsApi.js.map +1 -1
  9. package/dist/api/backgroundJobsApi.d.ts +1 -0
  10. package/dist/api/backgroundJobsApi.js +13 -13
  11. package/dist/api/backgroundJobsApi.js.map +1 -1
  12. package/dist/api/configurationsApi.d.ts +4 -2
  13. package/dist/api/configurationsApi.js +27 -26
  14. package/dist/api/configurationsApi.js.map +1 -1
  15. package/dist/api/customAttributeTemplatesApi.d.ts +1 -0
  16. package/dist/api/customAttributeTemplatesApi.js +19 -19
  17. package/dist/api/customAttributeTemplatesApi.js.map +1 -1
  18. package/dist/api/customAttributesApi.d.ts +1 -0
  19. package/dist/api/customAttributesApi.js +13 -13
  20. package/dist/api/customAttributesApi.js.map +1 -1
  21. package/dist/api/externalIssuesApi.d.ts +1 -0
  22. package/dist/api/externalIssuesApi.js +3 -3
  23. package/dist/api/externalIssuesApi.js.map +1 -1
  24. package/dist/api/notificationsApi.d.ts +1 -0
  25. package/dist/api/notificationsApi.js +11 -11
  26. package/dist/api/notificationsApi.js.map +1 -1
  27. package/dist/api/parametersApi.d.ts +1 -0
  28. package/dist/api/parametersApi.js +31 -31
  29. package/dist/api/parametersApi.js.map +1 -1
  30. package/dist/api/projectAttributeTemplatesApi.d.ts +1 -0
  31. package/dist/api/projectAttributeTemplatesApi.js +7 -7
  32. package/dist/api/projectAttributeTemplatesApi.js.map +1 -1
  33. package/dist/api/projectAttributesApi.d.ts +1 -0
  34. package/dist/api/projectAttributesApi.js +13 -13
  35. package/dist/api/projectAttributesApi.js.map +1 -1
  36. package/dist/api/projectConfigurationsApi.d.ts +1 -0
  37. package/dist/api/projectConfigurationsApi.js +3 -3
  38. package/dist/api/projectConfigurationsApi.js.map +1 -1
  39. package/dist/api/projectSectionsApi.d.ts +1 -0
  40. package/dist/api/projectSectionsApi.js +3 -3
  41. package/dist/api/projectSectionsApi.js.map +1 -1
  42. package/dist/api/projectSettingsApi.d.ts +5 -4
  43. package/dist/api/projectSettingsApi.js +7 -7
  44. package/dist/api/projectSettingsApi.js.map +1 -1
  45. package/dist/api/projectTestPlanAttributesApi.d.ts +1 -0
  46. package/dist/api/projectTestPlanAttributesApi.js +11 -11
  47. package/dist/api/projectTestPlanAttributesApi.js.map +1 -1
  48. package/dist/api/projectTestPlanTestPointsApi.d.ts +1 -0
  49. package/dist/api/projectTestPlanTestPointsApi.js +5 -5
  50. package/dist/api/projectTestPlanTestPointsApi.js.map +1 -1
  51. package/dist/api/projectTestPlansApi.d.ts +1 -0
  52. package/dist/api/projectTestPlansApi.js +13 -13
  53. package/dist/api/projectTestPlansApi.js.map +1 -1
  54. package/dist/api/projectWorkItemsApi.d.ts +1 -0
  55. package/dist/api/projectWorkItemsApi.js +13 -13
  56. package/dist/api/projectWorkItemsApi.js.map +1 -1
  57. package/dist/api/projectsApi.d.ts +17 -15
  58. package/dist/api/projectsApi.js +96 -100
  59. package/dist/api/projectsApi.js.map +1 -1
  60. package/dist/api/searchApi.d.ts +1 -0
  61. package/dist/api/searchApi.js +3 -3
  62. package/dist/api/searchApi.js.map +1 -1
  63. package/dist/api/sectionsApi.d.ts +1 -0
  64. package/dist/api/sectionsApi.js +17 -17
  65. package/dist/api/sectionsApi.js.map +1 -1
  66. package/dist/api/tagsApi.d.ts +1 -0
  67. package/dist/api/tagsApi.js +13 -13
  68. package/dist/api/tagsApi.js.map +1 -1
  69. package/dist/api/testPlansApi.d.ts +1 -0
  70. package/dist/api/testPlansApi.js +63 -63
  71. package/dist/api/testPlansApi.js.map +1 -1
  72. package/dist/api/testPointsApi.d.ts +1 -0
  73. package/dist/api/testPointsApi.js +9 -9
  74. package/dist/api/testPointsApi.js.map +1 -1
  75. package/dist/api/testResultsApi.d.ts +5 -4
  76. package/dist/api/testResultsApi.js +34 -34
  77. package/dist/api/testResultsApi.js.map +1 -1
  78. package/dist/api/testRunsApi.d.ts +1 -0
  79. package/dist/api/testRunsApi.js +49 -49
  80. package/dist/api/testRunsApi.js.map +1 -1
  81. package/dist/api/testSuitesApi.d.ts +1 -0
  82. package/dist/api/testSuitesApi.js +27 -27
  83. package/dist/api/testSuitesApi.js.map +1 -1
  84. package/dist/api/usersApi.d.ts +1 -0
  85. package/dist/api/usersApi.js +3 -3
  86. package/dist/api/usersApi.js.map +1 -1
  87. package/dist/api/webhooksApi.d.ts +1 -0
  88. package/dist/api/webhooksApi.js +21 -21
  89. package/dist/api/webhooksApi.js.map +1 -1
  90. package/dist/api/webhooksLogsApi.d.ts +1 -0
  91. package/dist/api/webhooksLogsApi.js +7 -7
  92. package/dist/api/webhooksLogsApi.js.map +1 -1
  93. package/dist/api/workItemsApi.d.ts +1 -0
  94. package/dist/api/workItemsApi.js +53 -53
  95. package/dist/api/workItemsApi.js.map +1 -1
  96. package/dist/api/workItemsCommentsApi.d.ts +1 -0
  97. package/dist/api/workItemsCommentsApi.js +11 -11
  98. package/dist/api/workItemsCommentsApi.js.map +1 -1
  99. package/dist/model/actionUpdate.js +1 -1
  100. package/dist/model/actionUpdate.js.map +1 -1
  101. package/dist/model/apiExternalServiceCategory.d.ts +4 -0
  102. package/dist/model/apiExternalServiceCategory.js +9 -0
  103. package/dist/model/apiExternalServiceCategory.js.map +1 -0
  104. package/dist/model/{autoTestAverageDurationModel.d.ts → autoTestAverageDurationApiResult.d.ts} +1 -1
  105. package/dist/model/autoTestAverageDurationApiResult.js +23 -0
  106. package/dist/model/autoTestAverageDurationApiResult.js.map +1 -0
  107. package/dist/model/{autoTestPostModel.d.ts → autoTestCreateApiModel.d.ts} +16 -16
  108. package/dist/model/{autoTestPostModel.js → autoTestCreateApiModel.js} +37 -37
  109. package/dist/model/autoTestCreateApiModel.js.map +1 -0
  110. package/dist/model/autoTestFilterApiModel.d.ts +1 -1
  111. package/dist/model/autoTestFilterApiModel.js +3 -3
  112. package/dist/model/autoTestFilterApiModel.js.map +1 -1
  113. package/dist/model/autoTestFilterModel.d.ts +1 -1
  114. package/dist/model/autoTestFilterModel.js +3 -3
  115. package/dist/model/autoTestFilterModel.js.map +1 -1
  116. package/dist/model/{autoTestNamespaceModel.d.ts → autoTestNamespaceApiResult.d.ts} +2 -2
  117. package/dist/model/autoTestNamespaceApiResult.js +23 -0
  118. package/dist/model/autoTestNamespaceApiResult.js.map +1 -0
  119. package/dist/model/autoTestOutcome.js +1 -1
  120. package/dist/model/autoTestOutcome.js.map +1 -1
  121. package/dist/model/{autoTestProjectSettingsPostModel.d.ts → autoTestProjectSettingsApiModel.d.ts} +1 -1
  122. package/dist/model/{autoTestProjectSettingsPostModel.js → autoTestProjectSettingsApiModel.js} +7 -7
  123. package/dist/model/autoTestProjectSettingsApiModel.js.map +1 -0
  124. package/dist/model/{autoTestProjectSettingsGetModel.d.ts → autoTestProjectSettingsApiResult.d.ts} +4 -4
  125. package/dist/model/{autoTestProjectSettingsGetModel.js → autoTestProjectSettingsApiResult.js} +7 -12
  126. package/dist/model/autoTestProjectSettingsApiResult.js.map +1 -0
  127. package/dist/model/autoTestStepApiModel.d.ts +16 -0
  128. package/dist/model/autoTestStepApiModel.js +28 -0
  129. package/dist/model/autoTestStepApiModel.js.map +1 -0
  130. package/dist/model/{autoTestPutModel.d.ts → autoTestUpdateApiModel.d.ts} +12 -12
  131. package/dist/model/{autoTestPutModel.js → autoTestUpdateApiModel.js} +27 -27
  132. package/dist/model/autoTestUpdateApiModel.js.map +1 -0
  133. package/dist/model/{workItemIdentifierModel.d.ts → autoTestWorkItemIdentifierApiResult.d.ts} +1 -1
  134. package/dist/model/autoTestWorkItemIdentifierApiResult.js +23 -0
  135. package/dist/model/autoTestWorkItemIdentifierApiResult.js.map +1 -0
  136. package/dist/model/autotestResultOutcome.js +1 -1
  137. package/dist/model/autotestResultOutcome.js.map +1 -1
  138. package/dist/model/availableFailureCategory.js +1 -1
  139. package/dist/model/availableFailureCategory.js.map +1 -1
  140. package/dist/model/availableTestResultOutcome.js +1 -1
  141. package/dist/model/availableTestResultOutcome.js.map +1 -1
  142. package/dist/model/backgroundJobState.js +1 -1
  143. package/dist/model/backgroundJobState.js.map +1 -1
  144. package/dist/model/backgroundJobType.d.ts +3 -1
  145. package/dist/model/backgroundJobType.js +3 -1
  146. package/dist/model/backgroundJobType.js.map +1 -1
  147. package/dist/model/collectionFilter.d.ts +20 -0
  148. package/dist/model/collectionFilter.js +28 -0
  149. package/dist/model/collectionFilter.js.map +1 -0
  150. package/dist/model/collectionOperator.d.ts +4 -0
  151. package/dist/model/collectionOperator.js +9 -0
  152. package/dist/model/collectionOperator.js.map +1 -0
  153. package/dist/model/compositeFilter.d.ts +2 -1
  154. package/dist/model/compositeFilter.js +1 -1
  155. package/dist/model/compositeFilter.js.map +1 -1
  156. package/dist/model/configurationExtractionApiModel.d.ts +16 -0
  157. package/dist/model/configurationExtractionApiModel.js +23 -0
  158. package/dist/model/configurationExtractionApiModel.js.map +1 -0
  159. package/dist/model/configurationFilterApiModel.d.ts +17 -0
  160. package/dist/model/configurationFilterApiModel.js +33 -0
  161. package/dist/model/configurationFilterApiModel.js.map +1 -0
  162. package/dist/model/configurationSelectApiModel.d.ts +17 -0
  163. package/dist/model/configurationSelectApiModel.js +23 -0
  164. package/dist/model/configurationSelectApiModel.js.map +1 -0
  165. package/dist/model/{createAutoTestResultReasonProjectApiModel.d.ts → createFailureCategoryApiModel.d.ts} +2 -2
  166. package/dist/model/{createAutoTestResultReasonProjectApiModel.js → createFailureCategoryApiModel.js} +7 -7
  167. package/dist/model/createFailureCategoryApiModel.js.map +1 -0
  168. package/dist/model/customAttributeApiResult.d.ts +25 -0
  169. package/dist/model/customAttributeApiResult.js +53 -0
  170. package/dist/model/customAttributeApiResult.js.map +1 -0
  171. package/dist/model/customAttributeOptionApiResult.d.ts +17 -0
  172. package/dist/model/customAttributeOptionApiResult.js +33 -0
  173. package/dist/model/customAttributeOptionApiResult.js.map +1 -0
  174. package/dist/model/customAttributeType.d.ts +8 -0
  175. package/dist/model/customAttributeType.js +13 -0
  176. package/dist/model/customAttributeType.js.map +1 -0
  177. package/dist/model/customAttributeTypesEnum.js +1 -1
  178. package/dist/model/customAttributeTypesEnum.js.map +1 -1
  179. package/dist/model/deletionState.js +1 -1
  180. package/dist/model/deletionState.js.map +1 -1
  181. package/dist/model/enableProjectExternalServiceApiModel.d.ts +1 -1
  182. package/dist/model/externalIssueApiField.js +1 -1
  183. package/dist/model/externalIssueApiField.js.map +1 -1
  184. package/dist/model/externalServiceMetadataApiResult.d.ts +2 -2
  185. package/dist/model/externalServiceMetadataApiResult.js +1 -1
  186. package/dist/model/externalServiceMetadataApiResult.js.map +1 -1
  187. package/dist/model/failureCategory.js +1 -1
  188. package/dist/model/failureCategory.js.map +1 -1
  189. package/dist/model/{autoTestResultReasonProjectApiResult.d.ts → failureCategoryApiResult.d.ts} +2 -2
  190. package/dist/model/{autoTestResultReasonProjectApiResult.js → failureCategoryApiResult.js} +7 -7
  191. package/dist/model/failureCategoryApiResult.js.map +1 -0
  192. package/dist/model/{autoTestResultReasonGroupApiModel.d.ts → failureCategoryGroupApiModel.d.ts} +1 -1
  193. package/dist/model/failureCategoryGroupApiModel.js +23 -0
  194. package/dist/model/failureCategoryGroupApiModel.js.map +1 -0
  195. package/dist/model/{autoTestResultReasonGroupApiResult.d.ts → failureCategoryGroupApiResult.d.ts} +1 -1
  196. package/dist/model/{autoTestResultReasonGroupApiResult.js → failureCategoryGroupApiResult.js} +7 -7
  197. package/dist/model/failureCategoryGroupApiResult.js.map +1 -0
  198. package/dist/model/failureCategoryGroupItemApiResult.d.ts +17 -0
  199. package/dist/model/failureCategoryGroupItemApiResult.js +23 -0
  200. package/dist/model/failureCategoryGroupItemApiResult.js.map +1 -0
  201. package/dist/model/{autoTestResultReasonGroupItemApiResultReply.d.ts → failureCategoryGroupItemApiResultReply.d.ts} +3 -3
  202. package/dist/model/failureCategoryGroupItemApiResultReply.js +23 -0
  203. package/dist/model/failureCategoryGroupItemApiResultReply.js.map +1 -0
  204. package/dist/model/{autoTestResultReasonGroupSearchApiModel.d.ts → failureCategoryGroupSearchApiModel.d.ts} +3 -3
  205. package/dist/model/failureCategoryGroupSearchApiModel.js +23 -0
  206. package/dist/model/failureCategoryGroupSearchApiModel.js.map +1 -0
  207. package/dist/model/{autoTestResultReasonsProjectApiResult.d.ts → failureCategoryItemApiResult.d.ts} +2 -2
  208. package/dist/model/{autoTestResultReasonsProjectApiResult.js → failureCategoryItemApiResult.js} +7 -7
  209. package/dist/model/failureCategoryItemApiResult.js.map +1 -0
  210. package/dist/model/failureCategoryModel.js +1 -1
  211. package/dist/model/failureCategoryModel.js.map +1 -1
  212. package/dist/model/filter.d.ts +19 -0
  213. package/dist/model/filter.js +28 -0
  214. package/dist/model/filter.js.map +1 -0
  215. package/dist/model/filterOperator.d.ts +12 -0
  216. package/dist/model/filterOperator.js +17 -0
  217. package/dist/model/filterOperator.js.map +1 -0
  218. package/dist/model/iFilter.d.ts +21 -0
  219. package/dist/model/iFilter.js +38 -0
  220. package/dist/model/iFilter.js.map +1 -0
  221. package/dist/model/imageResizeType.js +1 -1
  222. package/dist/model/imageResizeType.js.map +1 -1
  223. package/dist/model/{labelPostModel.d.ts → labelApiModel.d.ts} +1 -1
  224. package/dist/model/labelApiModel.js +18 -0
  225. package/dist/model/labelApiModel.js.map +1 -0
  226. package/dist/model/linkCreateApiModel.d.ts +21 -0
  227. package/dist/model/linkCreateApiModel.js +38 -0
  228. package/dist/model/linkCreateApiModel.js.map +1 -0
  229. package/dist/model/linkType.js +1 -1
  230. package/dist/model/linkType.js.map +1 -1
  231. package/dist/model/linkUpdateApiModel.d.ts +22 -0
  232. package/dist/model/linkUpdateApiModel.js +43 -0
  233. package/dist/model/linkUpdateApiModel.js.map +1 -0
  234. package/dist/model/listSortDirection.js +1 -1
  235. package/dist/model/listSortDirection.js.map +1 -1
  236. package/dist/model/logicalOperator.js +1 -1
  237. package/dist/model/logicalOperator.js.map +1 -1
  238. package/dist/model/models.d.ts +37 -21
  239. package/dist/model/models.js +105 -63
  240. package/dist/model/models.js.map +1 -1
  241. package/dist/model/notificationTypeModel.js +1 -1
  242. package/dist/model/notificationTypeModel.js.map +1 -1
  243. package/dist/model/projectApiResult.d.ts +36 -0
  244. package/dist/model/projectApiResult.js +108 -0
  245. package/dist/model/projectApiResult.js.map +1 -0
  246. package/dist/model/projectFailureCategoryGroupItemApiResult.d.ts +2 -2
  247. package/dist/model/projectFailureCategoryGroupItemApiResult.js +1 -1
  248. package/dist/model/projectFailureCategoryGroupItemApiResult.js.map +1 -1
  249. package/dist/model/projectModel.d.ts +1 -1
  250. package/dist/model/projectShortModel.d.ts +1 -1
  251. package/dist/model/projectTestPlansFilterModel.d.ts +1 -0
  252. package/dist/model/projectTestPlansFilterModel.js +5 -0
  253. package/dist/model/projectTestPlansFilterModel.js.map +1 -1
  254. package/dist/model/projectType.js +1 -1
  255. package/dist/model/projectType.js.map +1 -1
  256. package/dist/model/projectTypeModel.js +1 -1
  257. package/dist/model/projectTypeModel.js.map +1 -1
  258. package/dist/model/replaceProjectExternalServiceApiModel.d.ts +1 -1
  259. package/dist/model/requestType.js +1 -1
  260. package/dist/model/requestType.js.map +1 -1
  261. package/dist/model/requestTypeApiModel.js +1 -1
  262. package/dist/model/requestTypeApiModel.js.map +1 -1
  263. package/dist/model/requestTypeModel.js +1 -1
  264. package/dist/model/requestTypeModel.js.map +1 -1
  265. package/dist/model/testPlanStatus.js +1 -1
  266. package/dist/model/testPlanStatus.js.map +1 -1
  267. package/dist/model/testPlanStatusModel.js +1 -1
  268. package/dist/model/testPlanStatusModel.js.map +1 -1
  269. package/dist/model/testPlanTestPointsSearchApiModel.d.ts +1 -0
  270. package/dist/model/testPlanTestPointsSearchApiModel.js +5 -0
  271. package/dist/model/testPlanTestPointsSearchApiModel.js.map +1 -1
  272. package/dist/model/testPlanTestPointsStatusCodeGroupApiResult.d.ts +16 -0
  273. package/dist/model/testPlanTestPointsStatusCodeGroupApiResult.js +28 -0
  274. package/dist/model/testPlanTestPointsStatusCodeGroupApiResult.js.map +1 -0
  275. package/dist/model/testPlanTestPointsStatusTypeGroupApiResult.d.ts +2 -1
  276. package/dist/model/testPlanTestPointsStatusTypeGroupApiResult.js +3 -3
  277. package/dist/model/testPlanTestPointsStatusTypeGroupApiResult.js.map +1 -1
  278. package/dist/model/testPlanTestPointsTesterAndStatusTypeGroupApiResult.d.ts +2 -1
  279. package/dist/model/testPlanTestPointsTesterAndStatusTypeGroupApiResult.js +3 -3
  280. package/dist/model/testPlanTestPointsTesterAndStatusTypeGroupApiResult.js.map +1 -1
  281. package/dist/model/testPointStatus.js +1 -1
  282. package/dist/model/testPointStatus.js.map +1 -1
  283. package/dist/model/testResultOutcome.js +1 -1
  284. package/dist/model/testResultOutcome.js.map +1 -1
  285. package/dist/model/testResultShortResponse.d.ts +1 -1
  286. package/dist/model/testResultsStatisticsStatusesApiResult.d.ts +1 -0
  287. package/dist/model/testResultsStatisticsStatusesApiResult.js +5 -0
  288. package/dist/model/testResultsStatisticsStatusesApiResult.js.map +1 -1
  289. package/dist/model/testRunState.js +1 -1
  290. package/dist/model/testRunState.js.map +1 -1
  291. package/dist/model/testStatusApiType.js +1 -1
  292. package/dist/model/testStatusApiType.js.map +1 -1
  293. package/dist/model/testStatusType.js +1 -1
  294. package/dist/model/testStatusType.js.map +1 -1
  295. package/dist/model/testSuiteType.js +1 -1
  296. package/dist/model/testSuiteType.js.map +1 -1
  297. package/dist/model/testSuiteTypeApiResult.js +1 -1
  298. package/dist/model/testSuiteTypeApiResult.js.map +1 -1
  299. package/dist/model/testSuiteWorkItemsSearchModel.d.ts +1 -0
  300. package/dist/model/testSuiteWorkItemsSearchModel.js +5 -0
  301. package/dist/model/testSuiteWorkItemsSearchModel.js.map +1 -1
  302. package/dist/model/{updateAutoTestResultReasonProjectApiModel.d.ts → updateFailureCategoryApiModel.d.ts} +2 -2
  303. package/dist/model/{updateAutoTestResultReasonProjectApiModel.js → updateFailureCategoryApiModel.js} +7 -7
  304. package/dist/model/updateFailureCategoryApiModel.js.map +1 -0
  305. package/dist/model/userRankModel.d.ts +2 -0
  306. package/dist/model/userRankModel.js +10 -0
  307. package/dist/model/userRankModel.js.map +1 -1
  308. package/dist/model/webHookEventType.js +1 -1
  309. package/dist/model/webHookEventType.js.map +1 -1
  310. package/dist/model/webHookEventTypeModel.js +1 -1
  311. package/dist/model/webHookEventTypeModel.js.map +1 -1
  312. package/dist/model/webHookEventTypeRequest.js +1 -1
  313. package/dist/model/webHookEventTypeRequest.js.map +1 -1
  314. package/dist/model/webhookVariablesType.js +1 -1
  315. package/dist/model/webhookVariablesType.js.map +1 -1
  316. package/dist/model/workItemEntityTypeApiModel.js +1 -1
  317. package/dist/model/workItemEntityTypeApiModel.js.map +1 -1
  318. package/dist/model/workItemEntityTypes.js +1 -1
  319. package/dist/model/workItemEntityTypes.js.map +1 -1
  320. package/dist/model/workItemFilterApiModel.d.ts +1 -0
  321. package/dist/model/workItemFilterApiModel.js +5 -0
  322. package/dist/model/workItemFilterApiModel.js.map +1 -1
  323. package/dist/model/workItemFilterModel.d.ts +1 -0
  324. package/dist/model/workItemFilterModel.js +5 -0
  325. package/dist/model/workItemFilterModel.js.map +1 -1
  326. package/dist/model/workItemGroupType.js +1 -1
  327. package/dist/model/workItemGroupType.js.map +1 -1
  328. package/dist/model/{workItemIdModel.d.ts → workItemIdApiModel.d.ts} +1 -1
  329. package/dist/model/workItemIdApiModel.js +18 -0
  330. package/dist/model/workItemIdApiModel.js.map +1 -0
  331. package/dist/model/workItemLocalFilterModel.d.ts +1 -0
  332. package/dist/model/workItemLocalFilterModel.js +5 -0
  333. package/dist/model/workItemLocalFilterModel.js.map +1 -1
  334. package/dist/model/workItemPriority.js +1 -1
  335. package/dist/model/workItemPriority.js.map +1 -1
  336. package/dist/model/workItemPriorityApiModel.js +1 -1
  337. package/dist/model/workItemPriorityApiModel.js.map +1 -1
  338. package/dist/model/workItemPriorityModel.js +1 -1
  339. package/dist/model/workItemPriorityModel.js.map +1 -1
  340. package/dist/model/workItemSearchQueryModel.d.ts +1 -0
  341. package/dist/model/workItemSearchQueryModel.js +5 -0
  342. package/dist/model/workItemSearchQueryModel.js.map +1 -1
  343. package/dist/model/workItemSourceTypeApiModel.js +1 -1
  344. package/dist/model/workItemSourceTypeApiModel.js.map +1 -1
  345. package/dist/model/workItemSourceTypeModel.js +1 -1
  346. package/dist/model/workItemSourceTypeModel.js.map +1 -1
  347. package/dist/model/workItemState.js +1 -1
  348. package/dist/model/workItemState.js.map +1 -1
  349. package/dist/model/workItemStateApiModel.js +1 -1
  350. package/dist/model/workItemStateApiModel.js.map +1 -1
  351. package/dist/model/workItemStates.js +1 -1
  352. package/dist/model/workItemStates.js.map +1 -1
  353. package/dist/model/workflowApiResult.d.ts +6 -0
  354. package/dist/model/workflowApiResult.js +25 -0
  355. package/dist/model/workflowApiResult.js.map +1 -1
  356. package/dist/model/workflowShortApiResult.d.ts +4 -0
  357. package/dist/model/workflowShortApiResult.js +20 -0
  358. package/dist/model/workflowShortApiResult.js.map +1 -1
  359. package/package.json +2 -2
  360. package/dist/model/autoTestAverageDurationModel.js +0 -23
  361. package/dist/model/autoTestAverageDurationModel.js.map +0 -1
  362. package/dist/model/autoTestNamespaceModel.js +0 -23
  363. package/dist/model/autoTestNamespaceModel.js.map +0 -1
  364. package/dist/model/autoTestPostModel.js.map +0 -1
  365. package/dist/model/autoTestProjectSettingsGetModel.js.map +0 -1
  366. package/dist/model/autoTestProjectSettingsPostModel.js.map +0 -1
  367. package/dist/model/autoTestPutModel.js.map +0 -1
  368. package/dist/model/autoTestResultReasonGroupApiModel.js +0 -23
  369. package/dist/model/autoTestResultReasonGroupApiModel.js.map +0 -1
  370. package/dist/model/autoTestResultReasonGroupApiResult.js.map +0 -1
  371. package/dist/model/autoTestResultReasonGroupItemApiResult.d.ts +0 -17
  372. package/dist/model/autoTestResultReasonGroupItemApiResult.js +0 -23
  373. package/dist/model/autoTestResultReasonGroupItemApiResult.js.map +0 -1
  374. package/dist/model/autoTestResultReasonGroupItemApiResultReply.js +0 -23
  375. package/dist/model/autoTestResultReasonGroupItemApiResultReply.js.map +0 -1
  376. package/dist/model/autoTestResultReasonGroupSearchApiModel.js +0 -23
  377. package/dist/model/autoTestResultReasonGroupSearchApiModel.js.map +0 -1
  378. package/dist/model/autoTestResultReasonProjectApiResult.js.map +0 -1
  379. package/dist/model/autoTestResultReasonsProjectApiResult.js.map +0 -1
  380. package/dist/model/createAutoTestResultReasonProjectApiModel.js.map +0 -1
  381. package/dist/model/externalServiceCategoryApiResult.d.ts +0 -4
  382. package/dist/model/externalServiceCategoryApiResult.js +0 -9
  383. package/dist/model/externalServiceCategoryApiResult.js.map +0 -1
  384. package/dist/model/labelPostModel.js +0 -18
  385. package/dist/model/labelPostModel.js.map +0 -1
  386. package/dist/model/publicTestPointModel.d.ts +0 -20
  387. package/dist/model/publicTestPointModel.js +0 -43
  388. package/dist/model/publicTestPointModel.js.map +0 -1
  389. package/dist/model/publicTestRunModel.d.ts +0 -32
  390. package/dist/model/publicTestRunModel.js +0 -78
  391. package/dist/model/publicTestRunModel.js.map +0 -1
  392. package/dist/model/updateAutoTestResultReasonProjectApiModel.js.map +0 -1
  393. package/dist/model/workItemIdModel.js +0 -18
  394. package/dist/model/workItemIdModel.js.map +0 -1
  395. package/dist/model/workItemIdentifierModel.js +0 -23
  396. package/dist/model/workItemIdentifierModel.js.map +0 -1
@@ -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 || (exports.ProjectsApiApiKeys = ProjectsApiApiKeys = {}));
24
+ })(ProjectsApiApiKeys = exports.ProjectsApiApiKeys || (exports.ProjectsApiApiKeys = {}));
25
25
  class ProjectsApi {
26
26
  constructor(basePathOrUsername, password, basePath) {
27
27
  this._basePath = defaultBasePath;
@@ -71,8 +71,8 @@ class ProjectsApi {
71
71
  setRejectUnauthorized(value) {
72
72
  this._rejectUnauthorized = value;
73
73
  }
74
- addGlobaAttributesToProject(id_1, requestBody_1) {
75
- return __awaiter(this, arguments, void 0, function* (id, requestBody, options = { headers: {} }) {
74
+ addGlobalAttributesToProject(id, requestBody, options = { headers: {} }) {
75
+ return __awaiter(this, void 0, void 0, function* () {
76
76
  const localVarPath = this.basePath + '/api/v2/projects/{id}/globalAttributes'
77
77
  .replace('{' + 'id' + '}', encodeURIComponent(String(id)));
78
78
  let localVarQueryParameters = {};
@@ -86,7 +86,7 @@ class ProjectsApi {
86
86
  }
87
87
  let localVarFormParams = {};
88
88
  if (id === null || id === undefined) {
89
- throw new Error('Required parameter id was null or undefined when calling addGlobaAttributesToProject.');
89
+ throw new Error('Required parameter id was null or undefined when calling addGlobalAttributesToProject.');
90
90
  }
91
91
  Object.assign(localVarHeaderParams, options.headers);
92
92
  let localVarUseFormData = false;
@@ -136,10 +136,9 @@ class ProjectsApi {
136
136
  });
137
137
  });
138
138
  }
139
- apiV2ProjectsIdDelete(id_1) {
140
- return __awaiter(this, arguments, void 0, function* (id, options = { headers: {} }) {
141
- const localVarPath = this.basePath + '/api/v2/projects/{id}'
142
- .replace('{' + 'id' + '}', encodeURIComponent(String(id)));
139
+ apiV2ProjectsDemoPost(options = { headers: {} }) {
140
+ return __awaiter(this, void 0, void 0, function* () {
141
+ const localVarPath = this.basePath + '/api/v2/projects/demo';
143
142
  let localVarQueryParameters = {};
144
143
  let localVarHeaderParams = Object.assign({}, this._defaultHeaders);
145
144
  const produces = ['application/json'];
@@ -150,14 +149,11 @@ class ProjectsApi {
150
149
  localVarHeaderParams.Accept = produces.join(',');
151
150
  }
152
151
  let localVarFormParams = {};
153
- if (id === null || id === undefined) {
154
- throw new Error('Required parameter id was null or undefined when calling apiV2ProjectsIdDelete.');
155
- }
156
152
  Object.assign(localVarHeaderParams, options.headers);
157
153
  let localVarUseFormData = false;
158
154
  let localVarRequestOptions = {
159
155
  rejectUnauthorized: this._rejectUnauthorized,
160
- method: 'DELETE',
156
+ method: 'POST',
161
157
  qs: localVarQueryParameters,
162
158
  headers: localVarHeaderParams,
163
159
  uri: localVarPath,
@@ -189,6 +185,7 @@ class ProjectsApi {
189
185
  }
190
186
  else {
191
187
  if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
188
+ body = models_1.ObjectSerializer.deserialize(body, "DemoProjectApiResult");
192
189
  resolve({ response: response, body: body });
193
190
  }
194
191
  else {
@@ -200,9 +197,9 @@ class ProjectsApi {
200
197
  });
201
198
  });
202
199
  }
203
- apiV2ProjectsIdFailureClassesGet(id_1, isDeleted_1) {
204
- return __awaiter(this, arguments, void 0, function* (id, isDeleted, options = { headers: {} }) {
205
- const localVarPath = this.basePath + '/api/v2/projects/{id}/failureClasses'
200
+ apiV2ProjectsIdDelete(id, options = { headers: {} }) {
201
+ return __awaiter(this, void 0, void 0, function* () {
202
+ const localVarPath = this.basePath + '/api/v2/projects/{id}'
206
203
  .replace('{' + 'id' + '}', encodeURIComponent(String(id)));
207
204
  let localVarQueryParameters = {};
208
205
  let localVarHeaderParams = Object.assign({}, this._defaultHeaders);
@@ -215,16 +212,13 @@ class ProjectsApi {
215
212
  }
216
213
  let localVarFormParams = {};
217
214
  if (id === null || id === undefined) {
218
- throw new Error('Required parameter id was null or undefined when calling apiV2ProjectsIdFailureClassesGet.');
219
- }
220
- if (isDeleted !== undefined) {
221
- localVarQueryParameters['isDeleted'] = models_1.ObjectSerializer.serialize(isDeleted, "boolean");
215
+ throw new Error('Required parameter id was null or undefined when calling apiV2ProjectsIdDelete.');
222
216
  }
223
217
  Object.assign(localVarHeaderParams, options.headers);
224
218
  let localVarUseFormData = false;
225
219
  let localVarRequestOptions = {
226
220
  rejectUnauthorized: this._rejectUnauthorized,
227
- method: 'GET',
221
+ method: 'DELETE',
228
222
  qs: localVarQueryParameters,
229
223
  headers: localVarHeaderParams,
230
224
  uri: localVarPath,
@@ -256,7 +250,6 @@ class ProjectsApi {
256
250
  }
257
251
  else {
258
252
  if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
259
- body = models_1.ObjectSerializer.deserialize(body, "Array<AutoTestResultReasonProjectApiResult>");
260
253
  resolve({ response: response, body: body });
261
254
  }
262
255
  else {
@@ -268,9 +261,9 @@ class ProjectsApi {
268
261
  });
269
262
  });
270
263
  }
271
- apiV2ProjectsIdFavoritePut(id_1) {
272
- return __awaiter(this, arguments, void 0, function* (id, options = { headers: {} }) {
273
- const localVarPath = this.basePath + '/api/v2/projects/{id}/favorite'
264
+ apiV2ProjectsIdFailureClassesGet(id, isDeleted, options = { headers: {} }) {
265
+ return __awaiter(this, void 0, void 0, function* () {
266
+ const localVarPath = this.basePath + '/api/v2/projects/{id}/failureClasses'
274
267
  .replace('{' + 'id' + '}', encodeURIComponent(String(id)));
275
268
  let localVarQueryParameters = {};
276
269
  let localVarHeaderParams = Object.assign({}, this._defaultHeaders);
@@ -283,13 +276,16 @@ class ProjectsApi {
283
276
  }
284
277
  let localVarFormParams = {};
285
278
  if (id === null || id === undefined) {
286
- throw new Error('Required parameter id was null or undefined when calling apiV2ProjectsIdFavoritePut.');
279
+ throw new Error('Required parameter id was null or undefined when calling apiV2ProjectsIdFailureClassesGet.');
280
+ }
281
+ if (isDeleted !== undefined) {
282
+ localVarQueryParameters['isDeleted'] = models_1.ObjectSerializer.serialize(isDeleted, "boolean");
287
283
  }
288
284
  Object.assign(localVarHeaderParams, options.headers);
289
285
  let localVarUseFormData = false;
290
286
  let localVarRequestOptions = {
291
287
  rejectUnauthorized: this._rejectUnauthorized,
292
- method: 'PUT',
288
+ method: 'GET',
293
289
  qs: localVarQueryParameters,
294
290
  headers: localVarHeaderParams,
295
291
  uri: localVarPath,
@@ -321,6 +317,7 @@ class ProjectsApi {
321
317
  }
322
318
  else {
323
319
  if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
320
+ body = models_1.ObjectSerializer.deserialize(body, "Array<FailureCategoryApiResult>");
324
321
  resolve({ response: response, body: body });
325
322
  }
326
323
  else {
@@ -332,9 +329,9 @@ class ProjectsApi {
332
329
  });
333
330
  });
334
331
  }
335
- apiV2ProjectsIdFiltersGet(id_1) {
336
- return __awaiter(this, arguments, void 0, function* (id, options = { headers: {} }) {
337
- const localVarPath = this.basePath + '/api/v2/projects/{id}/filters'
332
+ apiV2ProjectsIdFavoritePut(id, options = { headers: {} }) {
333
+ return __awaiter(this, void 0, void 0, function* () {
334
+ const localVarPath = this.basePath + '/api/v2/projects/{id}/favorite'
338
335
  .replace('{' + 'id' + '}', encodeURIComponent(String(id)));
339
336
  let localVarQueryParameters = {};
340
337
  let localVarHeaderParams = Object.assign({}, this._defaultHeaders);
@@ -347,13 +344,13 @@ class ProjectsApi {
347
344
  }
348
345
  let localVarFormParams = {};
349
346
  if (id === null || id === undefined) {
350
- throw new Error('Required parameter id was null or undefined when calling apiV2ProjectsIdFiltersGet.');
347
+ throw new Error('Required parameter id was null or undefined when calling apiV2ProjectsIdFavoritePut.');
351
348
  }
352
349
  Object.assign(localVarHeaderParams, options.headers);
353
350
  let localVarUseFormData = false;
354
351
  let localVarRequestOptions = {
355
352
  rejectUnauthorized: this._rejectUnauthorized,
356
- method: 'GET',
353
+ method: 'PUT',
357
354
  qs: localVarQueryParameters,
358
355
  headers: localVarHeaderParams,
359
356
  uri: localVarPath,
@@ -385,7 +382,6 @@ class ProjectsApi {
385
382
  }
386
383
  else {
387
384
  if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
388
- body = models_1.ObjectSerializer.deserialize(body, "Array<FilterModel>");
389
385
  resolve({ response: response, body: body });
390
386
  }
391
387
  else {
@@ -397,9 +393,9 @@ class ProjectsApi {
397
393
  });
398
394
  });
399
395
  }
400
- apiV2ProjectsIdPatch(id_1, operation_1) {
401
- return __awaiter(this, arguments, void 0, function* (id, operation, options = { headers: {} }) {
402
- const localVarPath = this.basePath + '/api/v2/projects/{id}'
396
+ apiV2ProjectsIdFiltersGet(id, options = { headers: {} }) {
397
+ return __awaiter(this, void 0, void 0, function* () {
398
+ const localVarPath = this.basePath + '/api/v2/projects/{id}/filters'
403
399
  .replace('{' + 'id' + '}', encodeURIComponent(String(id)));
404
400
  let localVarQueryParameters = {};
405
401
  let localVarHeaderParams = Object.assign({}, this._defaultHeaders);
@@ -412,19 +408,18 @@ class ProjectsApi {
412
408
  }
413
409
  let localVarFormParams = {};
414
410
  if (id === null || id === undefined) {
415
- throw new Error('Required parameter id was null or undefined when calling apiV2ProjectsIdPatch.');
411
+ throw new Error('Required parameter id was null or undefined when calling apiV2ProjectsIdFiltersGet.');
416
412
  }
417
413
  Object.assign(localVarHeaderParams, options.headers);
418
414
  let localVarUseFormData = false;
419
415
  let localVarRequestOptions = {
420
416
  rejectUnauthorized: this._rejectUnauthorized,
421
- method: 'PATCH',
417
+ method: 'GET',
422
418
  qs: localVarQueryParameters,
423
419
  headers: localVarHeaderParams,
424
420
  uri: localVarPath,
425
421
  useQuerystring: this._useQuerystring,
426
422
  json: true,
427
- body: models_1.ObjectSerializer.serialize(operation, "Array<Operation>")
428
423
  };
429
424
  let authenticationPromise = Promise.resolve();
430
425
  if (this.authentications['Bearer or PrivateToken'].apiKey) {
@@ -451,6 +446,7 @@ class ProjectsApi {
451
446
  }
452
447
  else {
453
448
  if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
449
+ body = models_1.ObjectSerializer.deserialize(body, "Array<FilterModel>");
454
450
  resolve({ response: response, body: body });
455
451
  }
456
452
  else {
@@ -462,9 +458,9 @@ class ProjectsApi {
462
458
  });
463
459
  });
464
460
  }
465
- apiV2ProjectsIdPurgePost(id_1) {
466
- return __awaiter(this, arguments, void 0, function* (id, options = { headers: {} }) {
467
- const localVarPath = this.basePath + '/api/v2/projects/{id}/purge'
461
+ apiV2ProjectsIdPatch(id, operation, options = { headers: {} }) {
462
+ return __awaiter(this, void 0, void 0, function* () {
463
+ const localVarPath = this.basePath + '/api/v2/projects/{id}'
468
464
  .replace('{' + 'id' + '}', encodeURIComponent(String(id)));
469
465
  let localVarQueryParameters = {};
470
466
  let localVarHeaderParams = Object.assign({}, this._defaultHeaders);
@@ -477,18 +473,19 @@ class ProjectsApi {
477
473
  }
478
474
  let localVarFormParams = {};
479
475
  if (id === null || id === undefined) {
480
- throw new Error('Required parameter id was null or undefined when calling apiV2ProjectsIdPurgePost.');
476
+ throw new Error('Required parameter id was null or undefined when calling apiV2ProjectsIdPatch.');
481
477
  }
482
478
  Object.assign(localVarHeaderParams, options.headers);
483
479
  let localVarUseFormData = false;
484
480
  let localVarRequestOptions = {
485
481
  rejectUnauthorized: this._rejectUnauthorized,
486
- method: 'POST',
482
+ method: 'PATCH',
487
483
  qs: localVarQueryParameters,
488
484
  headers: localVarHeaderParams,
489
485
  uri: localVarPath,
490
486
  useQuerystring: this._useQuerystring,
491
487
  json: true,
488
+ body: models_1.ObjectSerializer.serialize(operation, "Array<Operation>")
492
489
  };
493
490
  let authenticationPromise = Promise.resolve();
494
491
  if (this.authentications['Bearer or PrivateToken'].apiKey) {
@@ -526,9 +523,9 @@ class ProjectsApi {
526
523
  });
527
524
  });
528
525
  }
529
- apiV2ProjectsIdRestorePost(id_1) {
530
- return __awaiter(this, arguments, void 0, function* (id, options = { headers: {} }) {
531
- const localVarPath = this.basePath + '/api/v2/projects/{id}/restore'
526
+ apiV2ProjectsIdPurgePost(id, options = { headers: {} }) {
527
+ return __awaiter(this, void 0, void 0, function* () {
528
+ const localVarPath = this.basePath + '/api/v2/projects/{id}/purge'
532
529
  .replace('{' + 'id' + '}', encodeURIComponent(String(id)));
533
530
  let localVarQueryParameters = {};
534
531
  let localVarHeaderParams = Object.assign({}, this._defaultHeaders);
@@ -541,7 +538,7 @@ class ProjectsApi {
541
538
  }
542
539
  let localVarFormParams = {};
543
540
  if (id === null || id === undefined) {
544
- throw new Error('Required parameter id was null or undefined when calling apiV2ProjectsIdRestorePost.');
541
+ throw new Error('Required parameter id was null or undefined when calling apiV2ProjectsIdPurgePost.');
545
542
  }
546
543
  Object.assign(localVarHeaderParams, options.headers);
547
544
  let localVarUseFormData = false;
@@ -590,11 +587,10 @@ class ProjectsApi {
590
587
  });
591
588
  });
592
589
  }
593
- apiV2ProjectsIdTestPlansAttributeAttributeIdDelete(id_1, attributeId_1) {
594
- return __awaiter(this, arguments, void 0, function* (id, attributeId, options = { headers: {} }) {
595
- const localVarPath = this.basePath + '/api/v2/projects/{id}/testPlans/attribute/{attributeId}'
596
- .replace('{' + 'id' + '}', encodeURIComponent(String(id)))
597
- .replace('{' + 'attributeId' + '}', encodeURIComponent(String(attributeId)));
590
+ apiV2ProjectsIdRestorePost(id, options = { headers: {} }) {
591
+ return __awaiter(this, void 0, void 0, function* () {
592
+ const localVarPath = this.basePath + '/api/v2/projects/{id}/restore'
593
+ .replace('{' + 'id' + '}', encodeURIComponent(String(id)));
598
594
  let localVarQueryParameters = {};
599
595
  let localVarHeaderParams = Object.assign({}, this._defaultHeaders);
600
596
  const produces = ['application/json'];
@@ -606,16 +602,13 @@ class ProjectsApi {
606
602
  }
607
603
  let localVarFormParams = {};
608
604
  if (id === null || id === undefined) {
609
- throw new Error('Required parameter id was null or undefined when calling apiV2ProjectsIdTestPlansAttributeAttributeIdDelete.');
610
- }
611
- if (attributeId === null || attributeId === undefined) {
612
- throw new Error('Required parameter attributeId was null or undefined when calling apiV2ProjectsIdTestPlansAttributeAttributeIdDelete.');
605
+ throw new Error('Required parameter id was null or undefined when calling apiV2ProjectsIdRestorePost.');
613
606
  }
614
607
  Object.assign(localVarHeaderParams, options.headers);
615
608
  let localVarUseFormData = false;
616
609
  let localVarRequestOptions = {
617
610
  rejectUnauthorized: this._rejectUnauthorized,
618
- method: 'DELETE',
611
+ method: 'POST',
619
612
  qs: localVarQueryParameters,
620
613
  headers: localVarHeaderParams,
621
614
  uri: localVarPath,
@@ -658,10 +651,11 @@ class ProjectsApi {
658
651
  });
659
652
  });
660
653
  }
661
- apiV2ProjectsIdTestPlansAttributePut(id_1, customAttributeTestPlanProjectRelationPutModel_1) {
662
- return __awaiter(this, arguments, void 0, function* (id, customAttributeTestPlanProjectRelationPutModel, options = { headers: {} }) {
663
- const localVarPath = this.basePath + '/api/v2/projects/{id}/testPlans/attribute'
664
- .replace('{' + 'id' + '}', encodeURIComponent(String(id)));
654
+ apiV2ProjectsIdTestPlansAttributeAttributeIdDelete(id, attributeId, options = { headers: {} }) {
655
+ return __awaiter(this, void 0, void 0, function* () {
656
+ const localVarPath = this.basePath + '/api/v2/projects/{id}/testPlans/attribute/{attributeId}'
657
+ .replace('{' + 'id' + '}', encodeURIComponent(String(id)))
658
+ .replace('{' + 'attributeId' + '}', encodeURIComponent(String(attributeId)));
665
659
  let localVarQueryParameters = {};
666
660
  let localVarHeaderParams = Object.assign({}, this._defaultHeaders);
667
661
  const produces = ['application/json'];
@@ -673,19 +667,21 @@ class ProjectsApi {
673
667
  }
674
668
  let localVarFormParams = {};
675
669
  if (id === null || id === undefined) {
676
- throw new Error('Required parameter id was null or undefined when calling apiV2ProjectsIdTestPlansAttributePut.');
670
+ throw new Error('Required parameter id was null or undefined when calling apiV2ProjectsIdTestPlansAttributeAttributeIdDelete.');
671
+ }
672
+ if (attributeId === null || attributeId === undefined) {
673
+ throw new Error('Required parameter attributeId was null or undefined when calling apiV2ProjectsIdTestPlansAttributeAttributeIdDelete.');
677
674
  }
678
675
  Object.assign(localVarHeaderParams, options.headers);
679
676
  let localVarUseFormData = false;
680
677
  let localVarRequestOptions = {
681
678
  rejectUnauthorized: this._rejectUnauthorized,
682
- method: 'PUT',
679
+ method: 'DELETE',
683
680
  qs: localVarQueryParameters,
684
681
  headers: localVarHeaderParams,
685
682
  uri: localVarPath,
686
683
  useQuerystring: this._useQuerystring,
687
684
  json: true,
688
- body: models_1.ObjectSerializer.serialize(customAttributeTestPlanProjectRelationPutModel, "CustomAttributeTestPlanProjectRelationPutModel")
689
685
  };
690
686
  let authenticationPromise = Promise.resolve();
691
687
  if (this.authentications['Bearer or PrivateToken'].apiKey) {
@@ -723,9 +719,9 @@ class ProjectsApi {
723
719
  });
724
720
  });
725
721
  }
726
- apiV2ProjectsIdTestRunsActiveGet(id_1) {
727
- return __awaiter(this, arguments, void 0, function* (id, options = { headers: {} }) {
728
- const localVarPath = this.basePath + '/api/v2/projects/{id}/testRuns/active'
722
+ apiV2ProjectsIdTestPlansAttributePut(id, customAttributeTestPlanProjectRelationPutModel, options = { headers: {} }) {
723
+ return __awaiter(this, void 0, void 0, function* () {
724
+ const localVarPath = this.basePath + '/api/v2/projects/{id}/testPlans/attribute'
729
725
  .replace('{' + 'id' + '}', encodeURIComponent(String(id)));
730
726
  let localVarQueryParameters = {};
731
727
  let localVarHeaderParams = Object.assign({}, this._defaultHeaders);
@@ -738,18 +734,19 @@ class ProjectsApi {
738
734
  }
739
735
  let localVarFormParams = {};
740
736
  if (id === null || id === undefined) {
741
- throw new Error('Required parameter id was null or undefined when calling apiV2ProjectsIdTestRunsActiveGet.');
737
+ throw new Error('Required parameter id was null or undefined when calling apiV2ProjectsIdTestPlansAttributePut.');
742
738
  }
743
739
  Object.assign(localVarHeaderParams, options.headers);
744
740
  let localVarUseFormData = false;
745
741
  let localVarRequestOptions = {
746
742
  rejectUnauthorized: this._rejectUnauthorized,
747
- method: 'GET',
743
+ method: 'PUT',
748
744
  qs: localVarQueryParameters,
749
745
  headers: localVarHeaderParams,
750
746
  uri: localVarPath,
751
747
  useQuerystring: this._useQuerystring,
752
748
  json: true,
749
+ body: models_1.ObjectSerializer.serialize(customAttributeTestPlanProjectRelationPutModel, "CustomAttributeTestPlanProjectRelationPutModel")
753
750
  };
754
751
  let authenticationPromise = Promise.resolve();
755
752
  if (this.authentications['Bearer or PrivateToken'].apiKey) {
@@ -776,7 +773,6 @@ class ProjectsApi {
776
773
  }
777
774
  else {
778
775
  if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
779
- body = models_1.ObjectSerializer.deserialize(body, "Array<PublicTestRunModel>");
780
776
  resolve({ response: response, body: body });
781
777
  }
782
778
  else {
@@ -788,8 +784,8 @@ class ProjectsApi {
788
784
  });
789
785
  });
790
786
  }
791
- apiV2ProjectsIdTestRunsFullGet(id_1, includeTestResults_1, mustAggregateTestResults_1, notStarted_1, inProgress_1, stopped_1, completed_1, createdDateFrom_1, createdDateTo_1, testPlanId_1, skip_1, take_1, orderBy_1, searchField_1, searchValue_1) {
792
- return __awaiter(this, arguments, void 0, function* (id, includeTestResults, mustAggregateTestResults, notStarted, inProgress, stopped, completed, createdDateFrom, createdDateTo, testPlanId, skip, take, orderBy, searchField, searchValue, options = { headers: {} }) {
787
+ apiV2ProjectsIdTestRunsFullGet(id, includeTestResults, mustAggregateTestResults, notStarted, inProgress, stopped, completed, createdDateFrom, createdDateTo, testPlanId, skip, take, orderBy, searchField, searchValue, options = { headers: {} }) {
788
+ return __awaiter(this, void 0, void 0, function* () {
793
789
  const localVarPath = this.basePath + '/api/v2/projects/{id}/testRuns/full'
794
790
  .replace('{' + 'id' + '}', encodeURIComponent(String(id)));
795
791
  let localVarQueryParameters = {};
@@ -895,8 +891,8 @@ class ProjectsApi {
895
891
  });
896
892
  });
897
893
  }
898
- apiV2ProjectsNameNameExistsGet(name_1) {
899
- return __awaiter(this, arguments, void 0, function* (name, options = { headers: {} }) {
894
+ apiV2ProjectsNameNameExistsGet(name, options = { headers: {} }) {
895
+ return __awaiter(this, void 0, void 0, function* () {
900
896
  const localVarPath = this.basePath + '/api/v2/projects/name/{name}/exists'
901
897
  .replace('{' + 'name' + '}', encodeURIComponent(String(name)));
902
898
  let localVarQueryParameters = {};
@@ -960,8 +956,8 @@ class ProjectsApi {
960
956
  });
961
957
  });
962
958
  }
963
- apiV2ProjectsPurgeBulkPost(projectSelectModel_1) {
964
- return __awaiter(this, arguments, void 0, function* (projectSelectModel, options = { headers: {} }) {
959
+ apiV2ProjectsPurgeBulkPost(projectSelectModel, options = { headers: {} }) {
960
+ return __awaiter(this, void 0, void 0, function* () {
965
961
  const localVarPath = this.basePath + '/api/v2/projects/purge/bulk';
966
962
  let localVarQueryParameters = {};
967
963
  let localVarHeaderParams = Object.assign({}, this._defaultHeaders);
@@ -1022,8 +1018,8 @@ class ProjectsApi {
1022
1018
  });
1023
1019
  });
1024
1020
  }
1025
- apiV2ProjectsRestoreBulkPost(projectSelectModel_1) {
1026
- return __awaiter(this, arguments, void 0, function* (projectSelectModel, options = { headers: {} }) {
1021
+ apiV2ProjectsRestoreBulkPost(projectSelectModel, options = { headers: {} }) {
1022
+ return __awaiter(this, void 0, void 0, function* () {
1027
1023
  const localVarPath = this.basePath + '/api/v2/projects/restore/bulk';
1028
1024
  let localVarQueryParameters = {};
1029
1025
  let localVarHeaderParams = Object.assign({}, this._defaultHeaders);
@@ -1084,8 +1080,8 @@ class ProjectsApi {
1084
1080
  });
1085
1081
  });
1086
1082
  }
1087
- apiV2ProjectsSearchPost(skip_1, take_1, orderBy_1, searchField_1, searchValue_1, projectsFilterModel_1) {
1088
- return __awaiter(this, arguments, void 0, function* (skip, take, orderBy, searchField, searchValue, projectsFilterModel, options = { headers: {} }) {
1083
+ apiV2ProjectsSearchPost(skip, take, orderBy, searchField, searchValue, projectsFilterModel, options = { headers: {} }) {
1084
+ return __awaiter(this, void 0, void 0, function* () {
1089
1085
  const localVarPath = this.basePath + '/api/v2/projects/search';
1090
1086
  let localVarQueryParameters = {};
1091
1087
  let localVarHeaderParams = Object.assign({}, this._defaultHeaders);
@@ -1161,8 +1157,8 @@ class ProjectsApi {
1161
1157
  });
1162
1158
  });
1163
1159
  }
1164
- apiV2ProjectsShortsPost(getShortProjectsApiModel_1) {
1165
- return __awaiter(this, arguments, void 0, function* (getShortProjectsApiModel, options = { headers: {} }) {
1160
+ apiV2ProjectsShortsPost(getShortProjectsApiModel, options = { headers: {} }) {
1161
+ return __awaiter(this, void 0, void 0, function* () {
1166
1162
  const localVarPath = this.basePath + '/api/v2/projects/shorts';
1167
1163
  let localVarQueryParameters = {};
1168
1164
  let localVarHeaderParams = Object.assign({}, this._defaultHeaders);
@@ -1223,8 +1219,8 @@ class ProjectsApi {
1223
1219
  });
1224
1220
  });
1225
1221
  }
1226
- createProject(createProjectApiModel_1) {
1227
- return __awaiter(this, arguments, void 0, function* (createProjectApiModel, options = { headers: {} }) {
1222
+ createProject(createProjectApiModel, options = { headers: {} }) {
1223
+ return __awaiter(this, void 0, void 0, function* () {
1228
1224
  const localVarPath = this.basePath + '/api/v2/projects';
1229
1225
  let localVarQueryParameters = {};
1230
1226
  let localVarHeaderParams = Object.assign({}, this._defaultHeaders);
@@ -1273,7 +1269,7 @@ class ProjectsApi {
1273
1269
  }
1274
1270
  else {
1275
1271
  if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
1276
- body = models_1.ObjectSerializer.deserialize(body, "ProjectModel");
1272
+ body = models_1.ObjectSerializer.deserialize(body, "ProjectApiResult");
1277
1273
  resolve({ response: response, body: body });
1278
1274
  }
1279
1275
  else {
@@ -1285,8 +1281,8 @@ class ProjectsApi {
1285
1281
  });
1286
1282
  });
1287
1283
  }
1288
- deleteProjectAutoTests(id_1) {
1289
- return __awaiter(this, arguments, void 0, function* (id, options = { headers: {} }) {
1284
+ deleteProjectAutoTests(id, options = { headers: {} }) {
1285
+ return __awaiter(this, void 0, void 0, function* () {
1290
1286
  const localVarPath = this.basePath + '/api/v2/projects/{id}/autoTests'
1291
1287
  .replace('{' + 'id' + '}', encodeURIComponent(String(id)));
1292
1288
  let localVarQueryParameters = {};
@@ -1349,8 +1345,8 @@ class ProjectsApi {
1349
1345
  });
1350
1346
  });
1351
1347
  }
1352
- getAllProjects(isDeleted_1, projectName_1, skip_1, take_1, orderBy_1, searchField_1, searchValue_1) {
1353
- return __awaiter(this, arguments, void 0, function* (isDeleted, projectName, skip, take, orderBy, searchField, searchValue, options = { headers: {} }) {
1348
+ getAllProjects(isDeleted, projectName, skip, take, orderBy, searchField, searchValue, options = { headers: {} }) {
1349
+ return __awaiter(this, void 0, void 0, function* () {
1354
1350
  const localVarPath = this.basePath + '/api/v2/projects';
1355
1351
  let localVarQueryParameters = {};
1356
1352
  let localVarHeaderParams = Object.assign({}, this._defaultHeaders);
@@ -1431,8 +1427,8 @@ class ProjectsApi {
1431
1427
  });
1432
1428
  });
1433
1429
  }
1434
- getAutoTestsNamespaces(id_1) {
1435
- return __awaiter(this, arguments, void 0, function* (id, options = { headers: {} }) {
1430
+ getAutoTestsNamespaces(id, options = { headers: {} }) {
1431
+ return __awaiter(this, void 0, void 0, function* () {
1436
1432
  const localVarPath = this.basePath + '/api/v2/projects/{id}/autoTestsNamespaces'
1437
1433
  .replace('{' + 'id' + '}', encodeURIComponent(String(id)));
1438
1434
  let localVarQueryParameters = {};
@@ -1484,7 +1480,7 @@ class ProjectsApi {
1484
1480
  }
1485
1481
  else {
1486
1482
  if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
1487
- body = models_1.ObjectSerializer.deserialize(body, "Array<AutoTestNamespaceModel>");
1483
+ body = models_1.ObjectSerializer.deserialize(body, "Array<AutoTestNamespaceApiResult>");
1488
1484
  resolve({ response: response, body: body });
1489
1485
  }
1490
1486
  else {
@@ -1496,8 +1492,8 @@ class ProjectsApi {
1496
1492
  });
1497
1493
  });
1498
1494
  }
1499
- getProjectById(id_1) {
1500
- return __awaiter(this, arguments, void 0, function* (id, options = { headers: {} }) {
1495
+ getProjectById(id, options = { headers: {} }) {
1496
+ return __awaiter(this, void 0, void 0, function* () {
1501
1497
  const localVarPath = this.basePath + '/api/v2/projects/{id}'
1502
1498
  .replace('{' + 'id' + '}', encodeURIComponent(String(id)));
1503
1499
  let localVarQueryParameters = {};
@@ -1561,8 +1557,8 @@ class ProjectsApi {
1561
1557
  });
1562
1558
  });
1563
1559
  }
1564
- getTestPlansByProjectId(id_1, isDeleted_1) {
1565
- return __awaiter(this, arguments, void 0, function* (id, isDeleted, options = { headers: {} }) {
1560
+ getTestPlansByProjectId(id, isDeleted, options = { headers: {} }) {
1561
+ return __awaiter(this, void 0, void 0, function* () {
1566
1562
  const localVarPath = this.basePath + '/api/v2/projects/{id}/testPlans'
1567
1563
  .replace('{' + 'id' + '}', encodeURIComponent(String(id)));
1568
1564
  let localVarQueryParameters = {};
@@ -1629,8 +1625,8 @@ class ProjectsApi {
1629
1625
  });
1630
1626
  });
1631
1627
  }
1632
- getTestRunsByProjectId(id_1, notStarted_1, inProgress_1, stopped_1, completed_1, createdDateFrom_1, createdDateTo_1, testPlanId_1, skip_1, take_1, orderBy_1, searchField_1, searchValue_1) {
1633
- return __awaiter(this, arguments, void 0, function* (id, notStarted, inProgress, stopped, completed, createdDateFrom, createdDateTo, testPlanId, skip, take, orderBy, searchField, searchValue, options = { headers: {} }) {
1628
+ getTestRunsByProjectId(id, notStarted, inProgress, stopped, completed, createdDateFrom, createdDateTo, testPlanId, skip, take, orderBy, searchField, searchValue, options = { headers: {} }) {
1629
+ return __awaiter(this, void 0, void 0, function* () {
1634
1630
  const localVarPath = this.basePath + '/api/v2/projects/{id}/testRuns'
1635
1631
  .replace('{' + 'id' + '}', encodeURIComponent(String(id)));
1636
1632
  let localVarQueryParameters = {};
@@ -1742,8 +1738,8 @@ class ProjectsApi {
1742
1738
  });
1743
1739
  });
1744
1740
  }
1745
- updateProject(updateProjectApiModel_1) {
1746
- return __awaiter(this, arguments, void 0, function* (updateProjectApiModel, options = { headers: {} }) {
1741
+ updateProject(updateProjectApiModel, options = { headers: {} }) {
1742
+ return __awaiter(this, void 0, void 0, function* () {
1747
1743
  const localVarPath = this.basePath + '/api/v2/projects';
1748
1744
  let localVarQueryParameters = {};
1749
1745
  let localVarHeaderParams = Object.assign({}, this._defaultHeaders);