testit-api-client 7.2.1 → 7.2.2

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 (503) hide show
  1. package/README.MD +4 -0
  2. package/dist/api/AttachmentsApi.js +1 -1
  3. package/dist/api/AutoTestsApi.js +1 -1
  4. package/dist/api/BackgroundJobsApi.js +1 -1
  5. package/dist/api/ConfigurationsApi.js +1 -1
  6. package/dist/api/CustomAttributeTemplatesApi.js +1 -1
  7. package/dist/api/CustomAttributesApi.js +1 -1
  8. package/dist/api/ExternalIssuesApi.js +1 -1
  9. package/dist/api/NotificationsApi.js +1 -1
  10. package/dist/api/OpenIdConnectionsApi.js +76 -0
  11. package/dist/api/ParametersApi.js +1 -1
  12. package/dist/api/ProjectAttributeTemplatesApi.js +1 -1
  13. package/dist/api/ProjectAttributesApi.js +1 -1
  14. package/dist/api/ProjectConfigurationsApi.js +1 -1
  15. package/dist/api/ProjectSectionsApi.js +1 -1
  16. package/dist/api/ProjectSettingsApi.js +1 -1
  17. package/dist/api/ProjectTestPlanAttributesApi.js +1 -1
  18. package/dist/api/ProjectTestPlanTestPointsApi.js +1 -1
  19. package/dist/api/ProjectTestPlansApi.js +1 -1
  20. package/dist/api/ProjectWorkItemsApi.js +1 -1
  21. package/dist/api/ProjectsApi.js +1 -1
  22. package/dist/api/SearchApi.js +1 -1
  23. package/dist/api/SectionsApi.js +1 -1
  24. package/dist/api/TagsApi.js +1 -1
  25. package/dist/api/TestPlansApi.js +1 -1
  26. package/dist/api/TestPointsApi.js +1 -1
  27. package/dist/api/TestResultsApi.js +1 -1
  28. package/dist/api/TestRunsApi.js +1 -1
  29. package/dist/api/TestStatusesApi.js +1 -1
  30. package/dist/api/TestSuitesApi.js +1 -1
  31. package/dist/api/UsersApi.js +1 -1
  32. package/dist/api/WebhooksApi.js +1 -1
  33. package/dist/api/WebhooksLogsApi.js +1 -1
  34. package/dist/api/WorkItemsApi.js +1 -1
  35. package/dist/api/WorkItemsCommentsApi.js +1 -1
  36. package/dist/api/WorkflowsApi.js +1 -1
  37. package/dist/index.js +28 -0
  38. package/dist/model/AIServiceModelApiResult.js +1 -1
  39. package/dist/model/AIServiceModelApiResultReply.js +1 -1
  40. package/dist/model/AssignAttachmentApiModel.js +1 -1
  41. package/dist/model/AssignIterationApiModel.js +1 -1
  42. package/dist/model/AttachmentApiResult.js +1 -1
  43. package/dist/model/AttachmentChangeViewModel.js +1 -1
  44. package/dist/model/AttachmentChangeViewModelArrayChangedFieldViewModel.js +1 -1
  45. package/dist/model/AttachmentModel.js +1 -1
  46. package/dist/model/AttachmentPutModel.js +1 -1
  47. package/dist/model/AttachmentPutModelAutoTestStepResultsModel.js +1 -1
  48. package/dist/model/AttachmentUpdateRequest.js +1 -1
  49. package/dist/model/AuditApiResult.js +1 -1
  50. package/dist/model/AutoTest.js +1 -1
  51. package/dist/model/AutoTestApiResult.js +1 -1
  52. package/dist/model/AutoTestAverageDurationApiResult.js +1 -1
  53. package/dist/model/AutoTestBulkDeleteApiModel.js +1 -1
  54. package/dist/model/AutoTestBulkDeleteApiResult.js +1 -1
  55. package/dist/model/AutoTestChangeViewModel.js +1 -1
  56. package/dist/model/AutoTestChangeViewModelArrayChangedFieldViewModel.js +1 -1
  57. package/dist/model/AutoTestClassCountApiModel.js +1 -1
  58. package/dist/model/AutoTestCreateApiModel.js +1 -1
  59. package/dist/model/AutoTestExtractionApiModel.js +1 -1
  60. package/dist/model/AutoTestFilterApiModel.js +1 -1
  61. package/dist/model/AutoTestFilterModel.js +1 -1
  62. package/dist/model/AutoTestFlakyBulkApiModel.js +1 -1
  63. package/dist/model/AutoTestIdModel.js +1 -1
  64. package/dist/model/AutoTestModel.js +1 -1
  65. package/dist/model/AutoTestModelV2GetModel.js +1 -1
  66. package/dist/model/AutoTestNamespaceApiResult.js +1 -1
  67. package/dist/model/AutoTestNamespaceCountApiModel.js +1 -1
  68. package/dist/model/AutoTestNamespacesCountResponse.js +1 -1
  69. package/dist/model/AutoTestProjectSettingsApiModel.js +1 -1
  70. package/dist/model/AutoTestProjectSettingsApiResult.js +1 -1
  71. package/dist/model/AutoTestResultHistoryApiResult.js +1 -1
  72. package/dist/model/AutoTestResultHistorySelectApiModel.js +1 -1
  73. package/dist/model/AutoTestResultReasonShort.js +1 -1
  74. package/dist/model/AutoTestResultReasonsCountItemModel.js +1 -1
  75. package/dist/model/AutoTestResultReasonsCountModel.js +1 -1
  76. package/dist/model/AutoTestResultsForTestRunModel.js +1 -1
  77. package/dist/model/AutoTestSearchApiModel.js +1 -1
  78. package/dist/model/AutoTestSearchIncludeApiModel.js +1 -1
  79. package/dist/model/AutoTestSelectApiModel.js +1 -1
  80. package/dist/model/AutoTestSelectModel.js +1 -1
  81. package/dist/model/AutoTestShortApiResult.js +1 -1
  82. package/dist/model/AutoTestStep.js +1 -1
  83. package/dist/model/AutoTestStepApiModel.js +1 -1
  84. package/dist/model/AutoTestStepApiResult.js +1 -1
  85. package/dist/model/AutoTestStepModel.js +1 -1
  86. package/dist/model/AutoTestStepResult.js +1 -1
  87. package/dist/model/AutoTestStepResultUpdateRequest.js +1 -1
  88. package/dist/model/AutoTestStepResultsApiResult.js +1 -1
  89. package/dist/model/AutoTestUpdateApiModel.js +1 -1
  90. package/dist/model/AutoTestWorkItemIdentifierApiResult.js +1 -1
  91. package/dist/model/AutoTestsExtractionModel.js +1 -1
  92. package/dist/model/AutotestResultReasonFilterModel.js +1 -1
  93. package/dist/model/AutotestResultReasonShortGetModel.js +1 -1
  94. package/dist/model/BackgroundJobAttachmentModel.js +1 -1
  95. package/dist/model/BackgroundJobFilterModel.js +1 -1
  96. package/dist/model/BackgroundJobGetModel.js +1 -1
  97. package/dist/model/BooleanChangedFieldViewModel.js +1 -1
  98. package/dist/model/BooleanNullableChangedFieldViewModel.js +1 -1
  99. package/dist/model/CollectionFilter.js +1 -1
  100. package/dist/model/CompositeFilter.js +1 -1
  101. package/dist/model/ConfigurationByParametersModel.js +1 -1
  102. package/dist/model/ConfigurationExtractionApiModel.js +1 -1
  103. package/dist/model/ConfigurationExtractionModel.js +1 -1
  104. package/dist/model/ConfigurationFilterApiModel.js +1 -1
  105. package/dist/model/ConfigurationFilterModel.js +1 -1
  106. package/dist/model/ConfigurationModel.js +1 -1
  107. package/dist/model/ConfigurationPostModel.js +1 -1
  108. package/dist/model/ConfigurationPutModel.js +1 -1
  109. package/dist/model/ConfigurationSelectApiModel.js +1 -1
  110. package/dist/model/ConfigurationSelectModel.js +1 -1
  111. package/dist/model/ConfigurationShort.js +1 -1
  112. package/dist/model/ConfigurationShortApiResult.js +1 -1
  113. package/dist/model/ConfigurationShortModel.js +1 -1
  114. package/dist/model/CreateDefectApiModel.js +1 -1
  115. package/dist/model/CreateEmptyTestRunApiModel.js +14 -1
  116. package/dist/model/CreateFailureCategoryApiModel.js +1 -1
  117. package/dist/model/CreateFailureClassRegexApiModel.js +1 -1
  118. package/dist/model/CreateLinkApiModel.js +1 -1
  119. package/dist/model/CreateParameterApiModel.js +1 -1
  120. package/dist/model/CreateProjectApiModel.js +1 -1
  121. package/dist/model/CreateProjectFailureCategoryApiModel.js +1 -1
  122. package/dist/model/CreateStepApiModel.js +1 -1
  123. package/dist/model/CreateTagApiModel.js +1 -1
  124. package/dist/model/CreateTestPlanApiModel.js +1 -1
  125. package/dist/model/CreateTestRunAndFillByAutoTestsApiModel.js +14 -1
  126. package/dist/model/CreateTestRunAndFillByConfigurationsApiModel.js +14 -1
  127. package/dist/model/CreateTestRunAndFillByWorkItemsApiModel.js +14 -1
  128. package/dist/model/CreateTestStatusApiModel.js +1 -1
  129. package/dist/model/CreateWorkItemApiModel.js +1 -1
  130. package/dist/model/CreateWorkItemCommentApiModel.js +1 -1
  131. package/dist/model/CreateWorkItemPreviewsApiModel.js +1 -1
  132. package/dist/model/CreateWorkflowApiModel.js +1 -1
  133. package/dist/model/CustomAttributeApiResult.js +1 -1
  134. package/dist/model/CustomAttributeChangeModel.js +1 -1
  135. package/dist/model/CustomAttributeGetModel.js +1 -1
  136. package/dist/model/CustomAttributeModel.js +1 -1
  137. package/dist/model/CustomAttributeOptionApiResult.js +1 -1
  138. package/dist/model/CustomAttributeOptionModel.js +1 -1
  139. package/dist/model/CustomAttributeOptionPostModel.js +1 -1
  140. package/dist/model/CustomAttributePostModel.js +1 -1
  141. package/dist/model/CustomAttributePutModel.js +1 -1
  142. package/dist/model/CustomAttributeSearchQueryModel.js +1 -1
  143. package/dist/model/CustomAttributeSearchResponseModel.js +1 -1
  144. package/dist/model/CustomAttributeTemplateModel.js +1 -1
  145. package/dist/model/CustomAttributeTemplatePostModel.js +1 -1
  146. package/dist/model/CustomAttributeTemplatePutModel.js +1 -1
  147. package/dist/model/CustomAttributeTemplateSearchQueryModel.js +1 -1
  148. package/dist/model/CustomAttributeTemplateValidationResult.js +1 -1
  149. package/dist/model/CustomAttributeTestPlanProjectRelationPutModel.js +1 -1
  150. package/dist/model/CustomAttributeValidationResult.js +1 -1
  151. package/dist/model/DateTimeRangeSelectorModel.js +1 -1
  152. package/dist/model/DefectApiModel.js +1 -1
  153. package/dist/model/DemoProjectApiResult.js +1 -1
  154. package/dist/model/EnableProjectExternalServiceApiModel.js +1 -1
  155. package/dist/model/ExternalFormAllowedValueModel.js +1 -1
  156. package/dist/model/ExternalFormCreateModel.js +1 -1
  157. package/dist/model/ExternalFormFieldModel.js +1 -1
  158. package/dist/model/ExternalFormLinkModel.js +1 -1
  159. package/dist/model/ExternalFormModel.js +1 -1
  160. package/dist/model/ExternalIssueApiFieldSuggestion.js +1 -1
  161. package/dist/model/ExternalIssueApiFieldSuggestionReply.js +1 -1
  162. package/dist/model/ExternalIssueApiMetadata.js +1 -1
  163. package/dist/model/ExternalIssueApiPriority.js +1 -1
  164. package/dist/model/ExternalIssueApiResult.js +1 -1
  165. package/dist/model/ExternalIssueApiType.js +1 -1
  166. package/dist/model/ExternalIssueExternalServiceApiResult.js +1 -1
  167. package/dist/model/ExternalIssueMetadataModel.js +1 -1
  168. package/dist/model/ExternalIssueModel.js +1 -1
  169. package/dist/model/ExternalIssuePriorityModel.js +1 -1
  170. package/dist/model/ExternalIssueTypeModel.js +1 -1
  171. package/dist/model/ExternalLinkModel.js +1 -1
  172. package/dist/model/ExternalServiceMetadataApiResult.js +1 -1
  173. package/dist/model/ExternalServicesMetadataApiResult.js +1 -1
  174. package/dist/model/FailureCategoryApiResult.js +1 -1
  175. package/dist/model/FailureCategoryGroupApiModel.js +1 -1
  176. package/dist/model/FailureCategoryGroupApiResult.js +1 -1
  177. package/dist/model/FailureCategoryGroupItemApiResult.js +1 -1
  178. package/dist/model/FailureCategoryGroupItemApiResultReply.js +1 -1
  179. package/dist/model/FailureCategoryGroupSearchApiModel.js +1 -1
  180. package/dist/model/FailureCategoryItemApiResult.js +1 -1
  181. package/dist/model/FailureClassRegexApiResult.js +1 -1
  182. package/dist/model/Filter.js +1 -1
  183. package/dist/model/FilterModel.js +1 -1
  184. package/dist/model/GenerateWorkItemPreviewsApiModel.js +1 -1
  185. package/dist/model/GenerateWorkItemPreviewsApiResult.js +1 -1
  186. package/dist/model/GetAIServiceModelsApiModel.js +1 -1
  187. package/dist/model/GetExternalFormApiResult.js +1 -1
  188. package/dist/model/GetExternalIssueSuggestionsApiModel.js +1 -1
  189. package/dist/model/GetShortProjectsApiModel.js +1 -1
  190. package/dist/model/GetXlsxTestPointsByTestPlanModel.js +1 -1
  191. package/dist/model/GlobalCustomAttributePostModel.js +1 -1
  192. package/dist/model/GlobalCustomAttributeUpdateModel.js +1 -1
  193. package/dist/model/GlobalSearchItemResult.js +1 -1
  194. package/dist/model/GlobalSearchRequest.js +1 -1
  195. package/dist/model/GlobalSearchResponse.js +1 -1
  196. package/dist/model/GuidChangedFieldViewModel.js +1 -1
  197. package/dist/model/GuidExtractionModel.js +1 -1
  198. package/dist/model/IFilter.js +1 -1
  199. package/dist/model/Inquiry.js +1 -1
  200. package/dist/model/Int32ChangedFieldViewModel.js +1 -1
  201. package/dist/model/Int32RangeSelectorModel.js +1 -1
  202. package/dist/model/Int64ChangedFieldViewModel.js +1 -1
  203. package/dist/model/Int64RangeSelectorModel.js +1 -1
  204. package/dist/model/IterationApiResult.js +1 -1
  205. package/dist/model/IterationModel.js +1 -1
  206. package/dist/model/Label.js +1 -1
  207. package/dist/model/LabelApiModel.js +1 -1
  208. package/dist/model/LabelApiResult.js +1 -1
  209. package/dist/model/LabelShortModel.js +1 -1
  210. package/dist/model/LastTestResultApiResult.js +1 -1
  211. package/dist/model/LastTestResultModel.js +1 -1
  212. package/dist/model/Link.js +1 -1
  213. package/dist/model/LinkApiResult.js +1 -1
  214. package/dist/model/LinkCreateApiModel.js +1 -1
  215. package/dist/model/LinkModel.js +1 -1
  216. package/dist/model/LinkPostModel.js +1 -1
  217. package/dist/model/LinkPutModel.js +1 -1
  218. package/dist/model/LinkShort.js +1 -1
  219. package/dist/model/LinkShortApiResult.js +1 -1
  220. package/dist/model/LinkShortModel.js +1 -1
  221. package/dist/model/LinkUpdateApiModel.js +1 -1
  222. package/dist/model/ManualRerunApiResult.js +1 -1
  223. package/dist/model/ManualRerunSelectTestResultsApiModel.js +1 -1
  224. package/dist/model/ManualRerunTestResultApiModel.js +1 -1
  225. package/dist/model/NamedEntityApiModel.js +1 -1
  226. package/dist/model/NotificationModel.js +1 -1
  227. package/dist/model/NotificationQueryFilterModel.js +1 -1
  228. package/dist/model/{RerunTestResultModel.js → OpenIdConnectionClientShortModel.js} +47 -33
  229. package/dist/model/OpenIdConnectionSettingsShortClientModel.js +101 -0
  230. package/dist/model/Operation.js +1 -1
  231. package/dist/model/Order.js +1 -1
  232. package/dist/model/Page.js +1 -1
  233. package/dist/model/ParameterApiResult.js +1 -1
  234. package/dist/model/ParameterGroupApiResult.js +1 -1
  235. package/dist/model/ParameterGroupsFilterApiModel.js +1 -1
  236. package/dist/model/ParameterIterationModel.js +1 -1
  237. package/dist/model/ParameterShortApiResult.js +1 -1
  238. package/dist/model/ParameterShortModel.js +1 -1
  239. package/dist/model/ParametersFilterApiModel.js +1 -1
  240. package/dist/model/PeriodViewModel.js +1 -1
  241. package/dist/model/PeriodViewModelChangedFieldViewModel.js +1 -1
  242. package/dist/model/PreviewsIssueLinkApiModel.js +1 -1
  243. package/dist/model/PreviewsIssueLinkApiResult.js +1 -1
  244. package/dist/model/ProblemDetails.js +1 -1
  245. package/dist/model/ProjectApiResult.js +1 -1
  246. package/dist/model/ProjectAttributesFilterModel.js +1 -1
  247. package/dist/model/ProjectCustomAttributeTemplateGetModel.js +1 -1
  248. package/dist/model/ProjectCustomAttributesTemplatesFilterModel.js +1 -1
  249. package/dist/model/ProjectDetailedFailureCategoryApiResult.js +1 -1
  250. package/dist/model/ProjectExternalServiceApiResult.js +1 -1
  251. package/dist/model/ProjectExternalServiceSettingsApiResult.js +1 -1
  252. package/dist/model/ProjectExternalServicesApiResult.js +1 -1
  253. package/dist/model/ProjectExtractionModel.js +1 -1
  254. package/dist/model/ProjectFailureCategoryApiResult.js +1 -1
  255. package/dist/model/ProjectFailureCategoryGroupItemApiResult.js +1 -1
  256. package/dist/model/ProjectFailureCategoryGroupItemApiResultReply.js +1 -1
  257. package/dist/model/ProjectModel.js +1 -1
  258. package/dist/model/ProjectNameApiResult.js +1 -1
  259. package/dist/model/ProjectSelectModel.js +1 -1
  260. package/dist/model/ProjectShortApiResult.js +1 -1
  261. package/dist/model/ProjectShortApiResultReply.js +1 -1
  262. package/dist/model/ProjectShortModel.js +1 -1
  263. package/dist/model/ProjectShortestModel.js +1 -1
  264. package/dist/model/ProjectTestPlansFilterModel.js +1 -1
  265. package/dist/model/ProjectsFilterModel.js +1 -1
  266. package/dist/model/ReplaceProjectExternalServiceApiModel.js +1 -1
  267. package/dist/model/RerunTestResultApiResult.js +1 -1
  268. package/dist/model/RerunsApiResult.js +1 -1
  269. package/dist/model/SearchCustomAttributeTemplateGetModel.js +1 -1
  270. package/dist/model/SearchExternalIssuesApiModel.js +1 -1
  271. package/dist/model/SearchTestRunsApiModel.js +25 -1
  272. package/dist/model/SearchTestStatusesApiModel.js +1 -1
  273. package/dist/model/SearchWebhooksQueryModel.js +1 -1
  274. package/dist/model/SearchWorkItemLinkUrlsApiResult.js +1 -1
  275. package/dist/model/SearchWorkflowProjectsApiModel.js +1 -1
  276. package/dist/model/SearchWorkflowsApiModel.js +1 -1
  277. package/dist/model/SectionModel.js +1 -1
  278. package/dist/model/SectionMoveModel.js +1 -1
  279. package/dist/model/SectionPostModel.js +1 -1
  280. package/dist/model/SectionPutModel.js +1 -1
  281. package/dist/model/SectionRenameModel.js +1 -1
  282. package/dist/model/SectionWithStepsModel.js +1 -1
  283. package/dist/model/SelectTagsApiModel.js +1 -1
  284. package/dist/model/SharedStepChangeViewModel.js +1 -1
  285. package/dist/model/SharedStepModel.js +1 -1
  286. package/dist/model/SharedStepReferenceModel.js +1 -1
  287. package/dist/model/SharedStepReferenceSectionModel.js +1 -1
  288. package/dist/model/SharedStepReferenceSectionsQueryFilterModel.js +1 -1
  289. package/dist/model/SharedStepReferencesQueryFilterModel.js +1 -1
  290. package/dist/model/SharedStepResultApiModel.js +1 -1
  291. package/dist/model/ShortConfiguration.js +1 -1
  292. package/dist/model/StepCommentApiModel.js +1 -1
  293. package/dist/model/StepModel.js +1 -1
  294. package/dist/model/StepPostModel.js +1 -1
  295. package/dist/model/StepPutModel.js +1 -1
  296. package/dist/model/StepResultApiModel.js +1 -1
  297. package/dist/model/StringArrayChangedFieldViewModel.js +1 -1
  298. package/dist/model/StringChangedFieldViewModel.js +1 -1
  299. package/dist/model/StringChangedFieldWithDiffsViewModel.js +1 -1
  300. package/dist/model/StringExtractionModel.js +1 -1
  301. package/dist/model/TagApiModel.js +3 -3
  302. package/dist/model/TagApiResult.js +1 -1
  303. package/dist/model/TagModel.js +1 -1
  304. package/dist/model/TagShortApiResult.js +1 -1
  305. package/dist/model/TagsExtractionApiModel.js +1 -1
  306. package/dist/model/TagsFilterApiModel.js +1 -1
  307. package/dist/model/TestPlanApiResult.js +1 -1
  308. package/dist/model/TestPlanChangeModel.js +1 -1
  309. package/dist/model/TestPlanChangedFieldsViewModel.js +1 -1
  310. package/dist/model/TestPlanExtractionModel.js +1 -1
  311. package/dist/model/TestPlanGroupByStatus.js +1 -1
  312. package/dist/model/TestPlanGroupByStatusCode.js +1 -1
  313. package/dist/model/TestPlanGroupByStatusType.js +1 -1
  314. package/dist/model/TestPlanGroupByTester.js +1 -1
  315. package/dist/model/TestPlanGroupByTesterAndStatus.js +1 -1
  316. package/dist/model/TestPlanGroupByTesterAndStatusCode.js +1 -1
  317. package/dist/model/TestPlanLink.js +1 -1
  318. package/dist/model/TestPlanModel.js +1 -1
  319. package/dist/model/TestPlanSelectModel.js +1 -1
  320. package/dist/model/TestPlanShortModel.js +1 -1
  321. package/dist/model/TestPlanSummaryModel.js +1 -1
  322. package/dist/model/TestPlanTagApiResult.js +1 -1
  323. package/dist/model/TestPlanTestPointsAnalyticsApiModel.js +1 -1
  324. package/dist/model/TestPlanTestPointsAnalyticsApiResult.js +1 -1
  325. package/dist/model/TestPlanTestPointsApiModel.js +1 -1
  326. package/dist/model/TestPlanTestPointsAutoTestsRerunApiModel.js +1 -1
  327. package/dist/model/TestPlanTestPointsAutoTestsRunApiModel.js +14 -1
  328. package/dist/model/TestPlanTestPointsExtractionApiModel.js +1 -1
  329. package/dist/model/TestPlanTestPointsGroupApiModel.js +1 -1
  330. package/dist/model/TestPlanTestPointsGroupApiResult.js +1 -1
  331. package/dist/model/TestPlanTestPointsGroupSearchApiResult.js +1 -1
  332. package/dist/model/TestPlanTestPointsGroupSearchItemApiResult.js +1 -1
  333. package/dist/model/TestPlanTestPointsInquiryApiModel.js +1 -1
  334. package/dist/model/TestPlanTestPointsSearchApiModel.js +1 -1
  335. package/dist/model/TestPlanTestPointsSearchApiResult.js +1 -1
  336. package/dist/model/TestPlanTestPointsSearchStatusCountersApiResult.js +1 -1
  337. package/dist/model/TestPlanTestPointsSectionSearchApiResult.js +1 -1
  338. package/dist/model/TestPlanTestPointsSetTestersApiModel.js +1 -1
  339. package/dist/model/TestPlanTestPointsStatusCodeGroupApiResult.js +1 -1
  340. package/dist/model/TestPlanTestPointsStatusGroupApiResult.js +1 -1
  341. package/dist/model/TestPlanTestPointsStatusTypeGroupApiResult.js +1 -1
  342. package/dist/model/TestPlanTestPointsTestSuiteSearchApiResult.js +1 -1
  343. package/dist/model/TestPlanTestPointsTesterAndStatusGroupApiResult.js +1 -1
  344. package/dist/model/TestPlanTestPointsTesterAndStatusTypeGroupApiResult.js +1 -1
  345. package/dist/model/TestPlanTestPointsTesterGroupApiResult.js +1 -1
  346. package/dist/model/TestPlanTestPointsWorkItemSearchApiResult.js +1 -1
  347. package/dist/model/TestPlanWithAnalyticModel.js +1 -1
  348. package/dist/model/TestPlanWithTestSuiteTreeModel.js +1 -1
  349. package/dist/model/TestPoint.js +1 -1
  350. package/dist/model/TestPointAnalyticResult.js +1 -1
  351. package/dist/model/TestPointByTestSuiteModel.js +1 -1
  352. package/dist/model/TestPointChangeViewModel.js +1 -1
  353. package/dist/model/TestPointChangeViewModelChangedFieldViewModel.js +1 -1
  354. package/dist/model/TestPointFilterModel.js +1 -1
  355. package/dist/model/TestPointFilterRequestModel.js +1 -1
  356. package/dist/model/TestPointResultApiResult.js +1 -1
  357. package/dist/model/TestPointSelectModel.js +1 -1
  358. package/dist/model/TestPointSelector.js +1 -1
  359. package/dist/model/TestPointShortApiResult.js +1 -1
  360. package/dist/model/TestPointShortModel.js +1 -1
  361. package/dist/model/TestPointShortResponseModel.js +1 -1
  362. package/dist/model/TestPointWithLastResultResponseModel.js +1 -1
  363. package/dist/model/TestPointsExtractionModel.js +1 -1
  364. package/dist/model/TestResultApiResult.js +1 -1
  365. package/dist/model/TestResultChangeViewModel.js +1 -1
  366. package/dist/model/TestResultChangeViewModelChangedFieldViewModel.js +1 -1
  367. package/dist/model/TestResultChronologyModel.js +1 -1
  368. package/dist/model/TestResultFailureClassApiResult.js +1 -1
  369. package/dist/model/TestResultHistoryReportApiResult.js +1 -1
  370. package/dist/model/TestResultResponse.js +1 -1
  371. package/dist/model/TestResultShortApiResult.js +1 -1
  372. package/dist/model/TestResultShortResponse.js +1 -1
  373. package/dist/model/TestResultStepCommentUpdateRequest.js +1 -1
  374. package/dist/model/TestResultUpdateV2Request.js +1 -1
  375. package/dist/model/TestResultV2GetModel.js +1 -1
  376. package/dist/model/TestResultV2ShortModel.js +1 -1
  377. package/dist/model/TestResultsExtractionApiModel.js +1 -1
  378. package/dist/model/TestResultsFilterApiModel.js +1 -1
  379. package/dist/model/TestResultsLocalFilterModel.js +1 -1
  380. package/dist/model/TestResultsSelectApiModel.js +1 -1
  381. package/dist/model/TestResultsStatisticsApiResult.js +1 -1
  382. package/dist/model/TestResultsStatisticsFailureCategoriesApiResult.js +1 -1
  383. package/dist/model/TestResultsStatisticsStatusesApiResult.js +1 -1
  384. package/dist/model/TestRunAnalyticApiResult.js +1 -1
  385. package/dist/model/TestRunApiResult.js +19 -5
  386. package/dist/model/TestRunByAutoTestApiResult.js +1 -1
  387. package/dist/model/TestRunExtractionApiModel.js +1 -1
  388. package/dist/model/TestRunFilterApiModel.js +27 -1
  389. package/dist/model/TestRunGroupByFailureClassApiResult.js +1 -1
  390. package/dist/model/TestRunGroupByStatusApiResult.js +1 -1
  391. package/dist/model/TestRunGroupByStatusTypeApiResult.js +1 -1
  392. package/dist/model/TestRunNameApiResult.js +1 -1
  393. package/dist/model/TestRunSelectApiModel.js +1 -1
  394. package/dist/model/TestRunShortApiResult.js +20 -5
  395. package/dist/model/TestRunStatisticsFilterApiModel.js +1 -1
  396. package/dist/model/TestRunTestResultsPartialBulkSetModel.js +1 -1
  397. package/dist/model/TestRunTestResultsSelectModel.js +1 -1
  398. package/dist/model/TestRunV2ApiResult.js +20 -5
  399. package/dist/model/TestStatusApiResult.js +1 -1
  400. package/dist/model/TestStatusApiResultReply.js +1 -1
  401. package/dist/model/TestStatusModel.js +1 -1
  402. package/dist/model/TestStatusShortApiResult.js +1 -1
  403. package/dist/model/TestSuiteApiResult.js +1 -1
  404. package/dist/model/TestSuiteChangeViewModel.js +1 -1
  405. package/dist/model/TestSuiteChangeViewModelChangedFieldViewModel.js +1 -1
  406. package/dist/model/TestSuiteHierarchyApiResult.js +1 -1
  407. package/dist/model/TestSuiteTestPlanApiModel.js +1 -1
  408. package/dist/model/TestSuiteV2GetModel.js +1 -1
  409. package/dist/model/TestSuiteV2PostModel.js +1 -1
  410. package/dist/model/TestSuiteV2PutModel.js +1 -1
  411. package/dist/model/TestSuiteWithChildrenModel.js +1 -1
  412. package/dist/model/TestSuiteWorkItemsSearchModel.js +1 -1
  413. package/dist/model/UpdateEmptyTestRunApiModel.js +14 -1
  414. package/dist/model/UpdateFailureCategoryApiModel.js +1 -1
  415. package/dist/model/UpdateFailureCategoryProjectApiModel.js +1 -1
  416. package/dist/model/UpdateFailureClassRegexApiModel.js +1 -1
  417. package/dist/model/UpdateLinkApiModel.js +1 -1
  418. package/dist/model/UpdateMultipleAttachmentsApiModel.js +1 -1
  419. package/dist/model/UpdateMultipleLinksApiModel.js +1 -1
  420. package/dist/model/{RerunsModel.js → UpdateMultipleTagsApiModel.js} +40 -39
  421. package/dist/model/UpdateMultipleTestRunsApiModel.js +16 -1
  422. package/dist/model/UpdateParameterApiModel.js +1 -1
  423. package/dist/model/UpdateProjectApiModel.js +1 -1
  424. package/dist/model/UpdateStepApiModel.js +1 -1
  425. package/dist/model/UpdateTagApiModel.js +1 -1
  426. package/dist/model/UpdateTestPlanApiModel.js +1 -1
  427. package/dist/model/UpdateTestStatusApiModel.js +1 -1
  428. package/dist/model/UpdateWorkItemApiModel.js +1 -1
  429. package/dist/model/UpdateWorkItemCommentApiModel.js +1 -1
  430. package/dist/model/UpdateWorkflowApiModel.js +1 -1
  431. package/dist/model/UserCustomNameValidationResponse.js +1 -1
  432. package/dist/model/UserNameApiResult.js +1 -1
  433. package/dist/model/ValidationProblemDetails.js +1 -1
  434. package/dist/model/WebHookModel.js +1 -1
  435. package/dist/model/WebHookPostModel.js +1 -1
  436. package/dist/model/WebHookTestModel.js +1 -1
  437. package/dist/model/WebhookBulkUpdateApiModel.js +1 -1
  438. package/dist/model/WebhookLogApiResult.js +1 -1
  439. package/dist/model/WebhookResponse.js +1 -1
  440. package/dist/model/WebhooksDeleteApiModel.js +1 -1
  441. package/dist/model/WebhooksDeleteFilterApiModel.js +1 -1
  442. package/dist/model/WebhooksExtractionApiModel.js +1 -1
  443. package/dist/model/WebhooksFilterApiModel.js +1 -1
  444. package/dist/model/WebhooksUpdateApiModel.js +1 -1
  445. package/dist/model/WebhooksUpdateApiResult.js +1 -1
  446. package/dist/model/WorkItemApiResult.js +1 -1
  447. package/dist/model/WorkItemChangeModel.js +1 -1
  448. package/dist/model/WorkItemChangedAttributeViewModel.js +1 -1
  449. package/dist/model/WorkItemChangedFieldsViewModel.js +1 -1
  450. package/dist/model/WorkItemCommentApiResult.js +1 -1
  451. package/dist/model/WorkItemExternalMetadataFieldFilterApiModel.js +1 -1
  452. package/dist/model/WorkItemExternalMetadataFieldFilterModel.js +1 -1
  453. package/dist/model/WorkItemExternalMetadataFilterApiModel.js +1 -1
  454. package/dist/model/WorkItemExternalMetadataFilterModel.js +1 -1
  455. package/dist/model/WorkItemExtractionApiModel.js +1 -1
  456. package/dist/model/WorkItemExtractionModel.js +1 -1
  457. package/dist/model/WorkItemFilterApiModel.js +1 -1
  458. package/dist/model/WorkItemFilterModel.js +1 -1
  459. package/dist/model/WorkItemGroupGetModel.js +1 -1
  460. package/dist/model/WorkItemGroupModel.js +1 -1
  461. package/dist/model/WorkItemIdApiModel.js +1 -1
  462. package/dist/model/WorkItemIndexApiResult.js +1 -1
  463. package/dist/model/WorkItemLikeModel.js +1 -1
  464. package/dist/model/WorkItemLinkChangeViewModel.js +1 -1
  465. package/dist/model/WorkItemLinkChangeViewModelArrayChangedFieldViewModel.js +1 -1
  466. package/dist/model/WorkItemLinkExtractionApiModel.js +1 -1
  467. package/dist/model/WorkItemLinkFilterApiModel.js +1 -1
  468. package/dist/model/WorkItemLinkFilterModel.js +1 -1
  469. package/dist/model/WorkItemLinkUrlApiModel.js +1 -1
  470. package/dist/model/WorkItemLinkUrlApiResult.js +1 -1
  471. package/dist/model/WorkItemLinkUrlFilterApiModel.js +1 -1
  472. package/dist/model/WorkItemLocalFilterModel.js +1 -1
  473. package/dist/model/WorkItemLocalSelectModel.js +1 -1
  474. package/dist/model/WorkItemModel.js +1 -1
  475. package/dist/model/WorkItemMovePostModel.js +1 -1
  476. package/dist/model/WorkItemPreviewApiModel.js +1 -1
  477. package/dist/model/WorkItemPreviewStepApiModel.js +1 -1
  478. package/dist/model/WorkItemSearchQueryModel.js +1 -1
  479. package/dist/model/WorkItemSelectApiModel.js +1 -1
  480. package/dist/model/WorkItemSelectModel.js +1 -1
  481. package/dist/model/WorkItemShortApiResult.js +1 -1
  482. package/dist/model/WorkItemShortModel.js +1 -1
  483. package/dist/model/WorkItemStepChangeViewModel.js +1 -1
  484. package/dist/model/WorkItemStepChangeViewModelArrayChangedFieldWithDiffsViewModel.js +1 -1
  485. package/dist/model/WorkItemUpdatingFieldsApiModel.js +1 -1
  486. package/dist/model/WorkItemUpdatingFieldsApiResult.js +1 -1
  487. package/dist/model/WorkItemVersionModel.js +1 -1
  488. package/dist/model/WorkflowApiResult.js +1 -1
  489. package/dist/model/WorkflowExistsByNameApiResult.js +1 -1
  490. package/dist/model/WorkflowProjectApiResult.js +1 -1
  491. package/dist/model/WorkflowProjectApiResultApiCollectionPreview.js +1 -1
  492. package/dist/model/WorkflowProjectApiResultReply.js +1 -1
  493. package/dist/model/WorkflowShortApiResult.js +1 -1
  494. package/dist/model/WorkflowShortApiResultReply.js +1 -1
  495. package/dist/model/WorkflowStatusApiModel.js +1 -1
  496. package/dist/model/WorkflowStatusApiResult.js +1 -1
  497. package/index.d.ts +666 -845
  498. package/package.json +1 -1
  499. package/dist/model/UserRankModel.js +0 -188
  500. package/dist/model/UserWithRankModel.js +0 -282
  501. package/dist/model/WorkItemCommentModel.js +0 -186
  502. package/dist/model/WorkItemCommentPostModel.js +0 -126
  503. package/dist/model/WorkItemCommentPutModel.js +0 -128
package/index.d.ts CHANGED
@@ -2,7 +2,7 @@ declare module 'testit-api-client/api/AttachmentsApi' {
2
2
  /**
3
3
  * Attachments service.
4
4
  * @module api/AttachmentsApi
5
- * @version 7.2.1
5
+ * @version 7.2.2
6
6
  */
7
7
  export default class AttachmentsApi {
8
8
  /**
@@ -103,7 +103,7 @@ declare module 'testit-api-client/api/AutoTestsApi' {
103
103
  /**
104
104
  * AutoTests service.
105
105
  * @module api/AutoTestsApi
106
- * @version 7.2.1
106
+ * @version 7.2.2
107
107
  */
108
108
  export default class AutoTestsApi {
109
109
  /**
@@ -575,7 +575,7 @@ declare module 'testit-api-client/api/BackgroundJobsApi' {
575
575
  /**
576
576
  * BackgroundJobs service.
577
577
  * @module api/BackgroundJobsApi
578
- * @version 7.2.1
578
+ * @version 7.2.2
579
579
  */
580
580
  export default class BackgroundJobsApi {
581
581
  /**
@@ -697,7 +697,7 @@ declare module 'testit-api-client/api/ConfigurationsApi' {
697
697
  /**
698
698
  * Configurations service.
699
699
  * @module api/ConfigurationsApi
700
- * @version 7.2.1
700
+ * @version 7.2.2
701
701
  */
702
702
  export default class ConfigurationsApi {
703
703
  /**
@@ -913,7 +913,7 @@ declare module 'testit-api-client/api/CustomAttributesApi' {
913
913
  /**
914
914
  * CustomAttributes service.
915
915
  * @module api/CustomAttributesApi
916
- * @version 7.2.1
916
+ * @version 7.2.2
917
917
  */
918
918
  export default class CustomAttributesApi {
919
919
  /**
@@ -1038,7 +1038,7 @@ declare module 'testit-api-client/api/CustomAttributeTemplatesApi' {
1038
1038
  /**
1039
1039
  * CustomAttributeTemplates service.
1040
1040
  * @module api/CustomAttributeTemplatesApi
1041
- * @version 7.2.1
1041
+ * @version 7.2.2
1042
1042
  */
1043
1043
  export default class CustomAttributeTemplatesApi {
1044
1044
  /**
@@ -1220,7 +1220,7 @@ declare module 'testit-api-client/api/ExternalIssuesApi' {
1220
1220
  /**
1221
1221
  * ExternalIssues service.
1222
1222
  * @module api/ExternalIssuesApi
1223
- * @version 7.2.1
1223
+ * @version 7.2.2
1224
1224
  */
1225
1225
  export default class ExternalIssuesApi {
1226
1226
  /**
@@ -1255,7 +1255,7 @@ declare module 'testit-api-client/api/NotificationsApi' {
1255
1255
  /**
1256
1256
  * Notifications service.
1257
1257
  * @module api/NotificationsApi
1258
- * @version 7.2.1
1258
+ * @version 7.2.2
1259
1259
  */
1260
1260
  export default class NotificationsApi {
1261
1261
  /**
@@ -1379,12 +1379,39 @@ declare module 'testit-api-client/api/NotificationsApi' {
1379
1379
  }): Promise<any>;
1380
1380
  }
1381
1381
 
1382
+ }
1383
+ declare module 'testit-api-client/api/OpenIdConnectionsApi' {
1384
+ /**
1385
+ * OpenIdConnections service.
1386
+ * @module api/OpenIdConnectionsApi
1387
+ * @version 7.2.2
1388
+ */
1389
+ export default class OpenIdConnectionsApi {
1390
+ /**
1391
+ * Constructs a new OpenIdConnectionsApi.
1392
+ * @alias module:api/OpenIdConnectionsApi
1393
+ * @class
1394
+ * @param {module:ApiClient} [apiClient] Optional API client implementation to use,
1395
+ * default to {@link module:ApiClient#instance} if unspecified.
1396
+ */
1397
+ constructor(apiClient?: any);
1398
+ apiClient: any;
1399
+ /**
1400
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Array.<module:model/OpenIdConnectionClientShortModel>} and HTTP response
1401
+ */
1402
+ apiV2OpenidConnectionsGetWithHttpInfo(): Promise<any>;
1403
+ /**
1404
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Array.<module:model/OpenIdConnectionClientShortModel>}
1405
+ */
1406
+ apiV2OpenidConnectionsGet(): Promise<any>;
1407
+ }
1408
+
1382
1409
  }
1383
1410
  declare module 'testit-api-client/api/ParametersApi' {
1384
1411
  /**
1385
1412
  * Parameters service.
1386
1413
  * @module api/ParametersApi
1387
- * @version 7.2.1
1414
+ * @version 7.2.2
1388
1415
  */
1389
1416
  export default class ParametersApi {
1390
1417
  /**
@@ -1725,7 +1752,7 @@ declare module 'testit-api-client/api/ProjectAttributesApi' {
1725
1752
  /**
1726
1753
  * ProjectAttributes service.
1727
1754
  * @module api/ProjectAttributesApi
1728
- * @version 7.2.1
1755
+ * @version 7.2.2
1729
1756
  */
1730
1757
  export default class ProjectAttributesApi {
1731
1758
  /**
@@ -1867,7 +1894,7 @@ declare module 'testit-api-client/api/ProjectAttributeTemplatesApi' {
1867
1894
  /**
1868
1895
  * ProjectAttributeTemplates service.
1869
1896
  * @module api/ProjectAttributeTemplatesApi
1870
- * @version 7.2.1
1897
+ * @version 7.2.2
1871
1898
  */
1872
1899
  export default class ProjectAttributeTemplatesApi {
1873
1900
  /**
@@ -1951,7 +1978,7 @@ declare module 'testit-api-client/api/ProjectConfigurationsApi' {
1951
1978
  /**
1952
1979
  * ProjectConfigurations service.
1953
1980
  * @module api/ProjectConfigurationsApi
1954
- * @version 7.2.1
1981
+ * @version 7.2.2
1955
1982
  */
1956
1983
  export default class ProjectConfigurationsApi {
1957
1984
  /**
@@ -1984,7 +2011,7 @@ declare module 'testit-api-client/api/ProjectsApi' {
1984
2011
  /**
1985
2012
  * Projects service.
1986
2013
  * @module api/ProjectsApi
1987
- * @version 7.2.1
2014
+ * @version 7.2.2
1988
2015
  */
1989
2016
  export default class ProjectsApi {
1990
2017
  /**
@@ -2496,7 +2523,7 @@ declare module 'testit-api-client/api/ProjectSectionsApi' {
2496
2523
  /**
2497
2524
  * ProjectSections service.
2498
2525
  * @module api/ProjectSectionsApi
2499
- * @version 7.2.1
2526
+ * @version 7.2.2
2500
2527
  */
2501
2528
  export default class ProjectSectionsApi {
2502
2529
  /**
@@ -2547,7 +2574,7 @@ declare module 'testit-api-client/api/ProjectSettingsApi' {
2547
2574
  /**
2548
2575
  * ProjectSettings service.
2549
2576
  * @module api/ProjectSettingsApi
2550
- * @version 7.2.1
2577
+ * @version 7.2.2
2551
2578
  */
2552
2579
  export default class ProjectSettingsApi {
2553
2580
  /**
@@ -2596,7 +2623,7 @@ declare module 'testit-api-client/api/ProjectTestPlanAttributesApi' {
2596
2623
  /**
2597
2624
  * ProjectTestPlanAttributes service.
2598
2625
  * @module api/ProjectTestPlanAttributesApi
2599
- * @version 7.2.1
2626
+ * @version 7.2.2
2600
2627
  */
2601
2628
  export default class ProjectTestPlanAttributesApi {
2602
2629
  /**
@@ -2718,7 +2745,7 @@ declare module 'testit-api-client/api/ProjectTestPlansApi' {
2718
2745
  /**
2719
2746
  * ProjectTestPlans service.
2720
2747
  * @module api/ProjectTestPlansApi
2721
- * @version 7.2.1
2748
+ * @version 7.2.2
2722
2749
  */
2723
2750
  export default class ProjectTestPlansApi {
2724
2751
  /**
@@ -2883,7 +2910,7 @@ declare module 'testit-api-client/api/ProjectTestPlanTestPointsApi' {
2883
2910
  /**
2884
2911
  * ProjectTestPlanTestPoints service.
2885
2912
  * @module api/ProjectTestPlanTestPointsApi
2886
- * @version 7.2.1
2913
+ * @version 7.2.2
2887
2914
  */
2888
2915
  export default class ProjectTestPlanTestPointsApi {
2889
2916
  /**
@@ -2942,7 +2969,7 @@ declare module 'testit-api-client/api/ProjectWorkItemsApi' {
2942
2969
  /**
2943
2970
  * ProjectWorkItems service.
2944
2971
  * @module api/ProjectWorkItemsApi
2945
- * @version 7.2.1
2972
+ * @version 7.2.2
2946
2973
  */
2947
2974
  export default class ProjectWorkItemsApi {
2948
2975
  /**
@@ -3156,7 +3183,7 @@ declare module 'testit-api-client/api/SearchApi' {
3156
3183
  /**
3157
3184
  * Search service.
3158
3185
  * @module api/SearchApi
3159
- * @version 7.2.1
3186
+ * @version 7.2.2
3160
3187
  */
3161
3188
  export default class SearchApi {
3162
3189
  /**
@@ -3189,7 +3216,7 @@ declare module 'testit-api-client/api/SectionsApi' {
3189
3216
  /**
3190
3217
  * Sections service.
3191
3218
  * @module api/SectionsApi
3192
- * @version 7.2.1
3219
+ * @version 7.2.2
3193
3220
  */
3194
3221
  export default class SectionsApi {
3195
3222
  /**
@@ -3371,7 +3398,7 @@ declare module 'testit-api-client/api/TagsApi' {
3371
3398
  /**
3372
3399
  * Tags service.
3373
3400
  * @module api/TagsApi
3374
- * @version 7.2.1
3401
+ * @version 7.2.2
3375
3402
  */
3376
3403
  export default class TagsApi {
3377
3404
  /**
@@ -3521,7 +3548,7 @@ declare module 'testit-api-client/api/TestPlansApi' {
3521
3548
  /**
3522
3549
  * TestPlans service.
3523
3550
  * @module api/TestPlansApi
3524
- * @version 7.2.1
3551
+ * @version 7.2.2
3525
3552
  */
3526
3553
  export default class TestPlansApi {
3527
3554
  /**
@@ -4145,7 +4172,7 @@ declare module 'testit-api-client/api/TestPointsApi' {
4145
4172
  /**
4146
4173
  * TestPoints service.
4147
4174
  * @module api/TestPointsApi
4148
- * @version 7.2.1
4175
+ * @version 7.2.2
4149
4176
  */
4150
4177
  export default class TestPointsApi {
4151
4178
  /**
@@ -4250,7 +4277,7 @@ declare module 'testit-api-client/api/TestResultsApi' {
4250
4277
  /**
4251
4278
  * TestResults service.
4252
4279
  * @module api/TestResultsApi
4253
- * @version 7.2.1
4280
+ * @version 7.2.2
4254
4281
  */
4255
4282
  export default class TestResultsApi {
4256
4283
  /**
@@ -4528,7 +4555,7 @@ declare module 'testit-api-client/api/TestRunsApi' {
4528
4555
  /**
4529
4556
  * TestRuns service.
4530
4557
  * @module api/TestRunsApi
4531
- * @version 7.2.1
4558
+ * @version 7.2.2
4532
4559
  */
4533
4560
  export default class TestRunsApi {
4534
4561
  /**
@@ -4944,7 +4971,7 @@ declare module 'testit-api-client/api/TestStatusesApi' {
4944
4971
  /**
4945
4972
  * TestStatuses service.
4946
4973
  * @module api/TestStatusesApi
4947
- * @version 7.2.1
4974
+ * @version 7.2.2
4948
4975
  */
4949
4976
  export default class TestStatusesApi {
4950
4977
  /**
@@ -5047,7 +5074,7 @@ declare module 'testit-api-client/api/TestSuitesApi' {
5047
5074
  /**
5048
5075
  * TestSuites service.
5049
5076
  * @module api/TestSuitesApi
5050
- * @version 7.2.1
5077
+ * @version 7.2.2
5051
5078
  */
5052
5079
  export default class TestSuitesApi {
5053
5080
  /**
@@ -5289,7 +5316,7 @@ declare module 'testit-api-client/api/UsersApi' {
5289
5316
  /**
5290
5317
  * Users service.
5291
5318
  * @module api/UsersApi
5292
- * @version 7.2.1
5319
+ * @version 7.2.2
5293
5320
  */
5294
5321
  export default class UsersApi {
5295
5322
  /**
@@ -5322,7 +5349,7 @@ declare module 'testit-api-client/api/WebhooksApi' {
5322
5349
  /**
5323
5350
  * Webhooks service.
5324
5351
  * @module api/WebhooksApi
5325
- * @version 7.2.1
5352
+ * @version 7.2.2
5326
5353
  */
5327
5354
  export default class WebhooksApi {
5328
5355
  /**
@@ -5509,7 +5536,7 @@ declare module 'testit-api-client/api/WebhooksLogsApi' {
5509
5536
  /**
5510
5537
  * WebhooksLogs service.
5511
5538
  * @module api/WebhooksLogsApi
5512
- * @version 7.2.1
5539
+ * @version 7.2.2
5513
5540
  */
5514
5541
  export default class WebhooksLogsApi {
5515
5542
  /**
@@ -5583,7 +5610,7 @@ declare module 'testit-api-client/api/WorkflowsApi' {
5583
5610
  /**
5584
5611
  * Workflows service.
5585
5612
  * @module api/WorkflowsApi
5586
- * @version 7.2.1
5613
+ * @version 7.2.2
5587
5614
  */
5588
5615
  export default class WorkflowsApi {
5589
5616
  /**
@@ -5708,7 +5735,7 @@ declare module 'testit-api-client/api/WorkItemsApi' {
5708
5735
  /**
5709
5736
  * WorkItems service.
5710
5737
  * @module api/WorkItemsApi
5711
- * @version 7.2.1
5738
+ * @version 7.2.2
5712
5739
  */
5713
5740
  export default class WorkItemsApi {
5714
5741
  /**
@@ -6270,7 +6297,7 @@ declare module 'testit-api-client/api/WorkItemsCommentsApi' {
6270
6297
  /**
6271
6298
  * WorkItemsComments service.
6272
6299
  * @module api/WorkItemsCommentsApi
6273
- * @version 7.2.1
6300
+ * @version 7.2.2
6274
6301
  */
6275
6302
  export default class WorkItemsCommentsApi {
6276
6303
  /**
@@ -6781,6 +6808,8 @@ declare module 'testit-api-client/index' {
6781
6808
  import NotificationModel from 'testit-api-client/model/NotificationModel';
6782
6809
  import NotificationQueryFilterModel from 'testit-api-client/model/NotificationQueryFilterModel';
6783
6810
  import NotificationTypeModel from 'testit-api-client/model/NotificationTypeModel';
6811
+ import OpenIdConnectionClientShortModel from 'testit-api-client/model/OpenIdConnectionClientShortModel';
6812
+ import OpenIdConnectionSettingsShortClientModel from 'testit-api-client/model/OpenIdConnectionSettingsShortClientModel';
6784
6813
  import Operation from 'testit-api-client/model/Operation';
6785
6814
  import Order from 'testit-api-client/model/Order';
6786
6815
  import Page from 'testit-api-client/model/Page';
@@ -6985,6 +7014,7 @@ declare module 'testit-api-client/index' {
6985
7014
  import UpdateLinkApiModel from 'testit-api-client/model/UpdateLinkApiModel';
6986
7015
  import UpdateMultipleAttachmentsApiModel from 'testit-api-client/model/UpdateMultipleAttachmentsApiModel';
6987
7016
  import UpdateMultipleLinksApiModel from 'testit-api-client/model/UpdateMultipleLinksApiModel';
7017
+ import UpdateMultipleTagsApiModel from 'testit-api-client/model/UpdateMultipleTagsApiModel';
6988
7018
  import UpdateMultipleTestRunsApiModel from 'testit-api-client/model/UpdateMultipleTestRunsApiModel';
6989
7019
  import UpdateParameterApiModel from 'testit-api-client/model/UpdateParameterApiModel';
6990
7020
  import UpdateProjectApiModel from 'testit-api-client/model/UpdateProjectApiModel';
@@ -7084,6 +7114,7 @@ declare module 'testit-api-client/index' {
7084
7114
  import CustomAttributesApi from 'testit-api-client/api/CustomAttributesApi';
7085
7115
  import ExternalIssuesApi from 'testit-api-client/api/ExternalIssuesApi';
7086
7116
  import NotificationsApi from 'testit-api-client/api/NotificationsApi';
7117
+ import OpenIdConnectionsApi from 'testit-api-client/api/OpenIdConnectionsApi';
7087
7118
  import ParametersApi from 'testit-api-client/api/ParametersApi';
7088
7119
  import ProjectAttributeTemplatesApi from 'testit-api-client/api/ProjectAttributeTemplatesApi';
7089
7120
  import ProjectAttributesApi from 'testit-api-client/api/ProjectAttributesApi';
@@ -7110,7 +7141,7 @@ declare module 'testit-api-client/index' {
7110
7141
  import WorkItemsApi from 'testit-api-client/api/WorkItemsApi';
7111
7142
  import WorkItemsCommentsApi from 'testit-api-client/api/WorkItemsCommentsApi';
7112
7143
  import WorkflowsApi from 'testit-api-client/api/WorkflowsApi';
7113
- export { ApiClient, AIServiceModelApiResult, AIServiceModelApiResultReply, ActionUpdate, ApiExternalServiceCategory, AssignAttachmentApiModel, AssignIterationApiModel, AttachmentApiResult, AttachmentChangeViewModel, AttachmentChangeViewModelArrayChangedFieldViewModel, AttachmentModel, AttachmentPutModel, AttachmentPutModelAutoTestStepResultsModel, AttachmentUpdateRequest, AuditApiResult, AutoTest, AutoTestApiResult, AutoTestAverageDurationApiResult, AutoTestBulkDeleteApiModel, AutoTestBulkDeleteApiResult, AutoTestChangeViewModel, AutoTestChangeViewModelArrayChangedFieldViewModel, AutoTestClassCountApiModel, AutoTestCreateApiModel, AutoTestExtractionApiModel, AutoTestFilterApiModel, AutoTestFilterModel, AutoTestFlakyBulkApiModel, AutoTestIdModel, AutoTestModel, AutoTestModelV2GetModel, AutoTestNamespaceApiResult, AutoTestNamespaceCountApiModel, AutoTestNamespacesCountResponse, AutoTestOutcome, AutoTestProjectSettingsApiModel, AutoTestProjectSettingsApiResult, AutoTestResultHistoryApiResult, AutoTestResultHistorySelectApiModel, AutoTestResultReasonShort, AutoTestResultReasonsCountItemModel, AutoTestResultReasonsCountModel, AutoTestResultsForTestRunModel, AutoTestSearchApiModel, AutoTestSearchIncludeApiModel, AutoTestSelectApiModel, AutoTestSelectModel, AutoTestShortApiResult, AutoTestStep, AutoTestStepApiModel, AutoTestStepApiResult, AutoTestStepModel, AutoTestStepResult, AutoTestStepResultUpdateRequest, AutoTestStepResultsApiResult, AutoTestUpdateApiModel, AutoTestWorkItemIdentifierApiResult, AutoTestsExtractionModel, AutotestResultOutcome, AutotestResultReasonFilterModel, AutotestResultReasonShortGetModel, AvailableFailureCategory, AvailableTestResultOutcome, BackgroundJobAttachmentModel, BackgroundJobFilterModel, BackgroundJobGetModel, BackgroundJobState, BackgroundJobType, BooleanChangedFieldViewModel, BooleanNullableChangedFieldViewModel, CollectionFilter, CollectionOperator, CompositeFilter, ConfigurationByParametersModel, ConfigurationExtractionApiModel, ConfigurationExtractionModel, ConfigurationFilterApiModel, ConfigurationFilterModel, ConfigurationModel, ConfigurationPostModel, ConfigurationPutModel, ConfigurationSelectApiModel, ConfigurationSelectModel, ConfigurationShort, ConfigurationShortApiResult, ConfigurationShortModel, CreateDefectApiModel, CreateEmptyTestRunApiModel, CreateFailureCategoryApiModel, CreateFailureClassRegexApiModel, CreateLinkApiModel, CreateParameterApiModel, CreateProjectApiModel, CreateProjectFailureCategoryApiModel, CreateStepApiModel, CreateTagApiModel, CreateTestPlanApiModel, CreateTestRunAndFillByAutoTestsApiModel, CreateTestRunAndFillByConfigurationsApiModel, CreateTestRunAndFillByWorkItemsApiModel, CreateTestStatusApiModel, CreateWorkItemApiModel, CreateWorkItemCommentApiModel, CreateWorkItemPreviewsApiModel, CreateWorkflowApiModel, CustomAttributeApiResult, CustomAttributeChangeModel, CustomAttributeGetModel, CustomAttributeModel, CustomAttributeOptionApiResult, CustomAttributeOptionModel, CustomAttributeOptionPostModel, CustomAttributePostModel, CustomAttributePutModel, CustomAttributeSearchQueryModel, CustomAttributeSearchResponseModel, CustomAttributeTemplateModel, CustomAttributeTemplatePostModel, CustomAttributeTemplatePutModel, CustomAttributeTemplateSearchQueryModel, CustomAttributeTemplateValidationResult, CustomAttributeTestPlanProjectRelationPutModel, CustomAttributeType, CustomAttributeTypesEnum, CustomAttributeValidationResult, DateTimeRangeSelectorModel, DefectApiModel, DeletionState, DemoProjectApiResult, EnableProjectExternalServiceApiModel, ExternalFormAllowedValueModel, ExternalFormCreateModel, ExternalFormFieldModel, ExternalFormLinkModel, ExternalFormModel, ExternalIssueApiField, ExternalIssueApiFieldSuggestion, ExternalIssueApiFieldSuggestionReply, ExternalIssueApiMetadata, ExternalIssueApiPriority, ExternalIssueApiResult, ExternalIssueApiType, ExternalIssueExternalServiceApiResult, ExternalIssueMetadataModel, ExternalIssueModel, ExternalIssuePriorityModel, ExternalIssueTypeModel, ExternalLinkModel, ExternalServiceMetadataApiResult, ExternalServicesMetadataApiResult, FailureCategory, FailureCategoryApiResult, FailureCategoryGroupApiModel, FailureCategoryGroupApiResult, FailureCategoryGroupItemApiResult, FailureCategoryGroupItemApiResultReply, FailureCategoryGroupSearchApiModel, FailureCategoryItemApiResult, FailureCategoryModel, FailureClassRegexApiResult, Filter, FilterModel, FilterOperator, GenerateWorkItemPreviewsApiModel, GenerateWorkItemPreviewsApiResult, GetAIServiceModelsApiModel, GetExternalFormApiResult, GetExternalIssueSuggestionsApiModel, GetShortProjectsApiModel, GetXlsxTestPointsByTestPlanModel, GlobalCustomAttributePostModel, GlobalCustomAttributeUpdateModel, GlobalSearchItemResult, GlobalSearchRequest, GlobalSearchResponse, GuidChangedFieldViewModel, GuidExtractionModel, IFilter, ImageResizeType, Inquiry, Int32ChangedFieldViewModel, Int32RangeSelectorModel, Int64ChangedFieldViewModel, Int64RangeSelectorModel, IterationApiResult, IterationModel, Label, LabelApiModel, LabelApiResult, LabelShortModel, LastTestResultApiResult, LastTestResultModel, Link, LinkApiResult, LinkCreateApiModel, LinkModel, LinkPostModel, LinkPutModel, LinkShort, LinkShortApiResult, LinkShortModel, LinkType, LinkUpdateApiModel, ListSortDirection, LogicalOperator, ManualRerunApiResult, ManualRerunSelectTestResultsApiModel, ManualRerunTestResultApiModel, NamedEntityApiModel, NotificationModel, NotificationQueryFilterModel, NotificationTypeModel, Operation, Order, Page, ParameterApiResult, ParameterGroupApiResult, ParameterGroupsFilterApiModel, ParameterIterationModel, ParameterShortApiResult, ParameterShortModel, ParametersFilterApiModel, PeriodViewModel, PeriodViewModelChangedFieldViewModel, PreviewsIssueLinkApiModel, PreviewsIssueLinkApiResult, ProblemDetails, ProjectApiResult, ProjectAttributesFilterModel, ProjectCustomAttributeTemplateGetModel, ProjectCustomAttributesTemplatesFilterModel, ProjectDetailedFailureCategoryApiResult, ProjectExternalServiceApiResult, ProjectExternalServiceSettingsApiResult, ProjectExternalServicesApiResult, ProjectExtractionModel, ProjectFailureCategoryApiResult, ProjectFailureCategoryGroupItemApiResult, ProjectFailureCategoryGroupItemApiResultReply, ProjectModel, ProjectNameApiResult, ProjectSelectModel, ProjectShortApiResult, ProjectShortApiResultReply, ProjectShortModel, ProjectShortestModel, ProjectTestPlansFilterModel, ProjectType, ProjectTypeModel, ProjectsFilterModel, ReplaceProjectExternalServiceApiModel, RequestType, RequestTypeApiModel, RequestTypeModel, RerunTestResultApiResult, RerunsApiResult, SearchCustomAttributeTemplateGetModel, SearchExternalIssuesApiModel, SearchTestRunsApiModel, SearchTestStatusesApiModel, SearchWebhooksQueryModel, SearchWorkItemLinkUrlsApiResult, SearchWorkflowProjectsApiModel, SearchWorkflowsApiModel, SectionModel, SectionMoveModel, SectionPostModel, SectionPutModel, SectionRenameModel, SectionWithStepsModel, SelectTagsApiModel, SharedStepChangeViewModel, SharedStepModel, SharedStepReferenceModel, SharedStepReferenceSectionModel, SharedStepReferenceSectionsQueryFilterModel, SharedStepReferencesQueryFilterModel, SharedStepResultApiModel, ShortConfiguration, StepCommentApiModel, StepModel, StepPostModel, StepPutModel, StepResultApiModel, StringArrayChangedFieldViewModel, StringChangedFieldViewModel, StringChangedFieldWithDiffsViewModel, StringExtractionModel, TagApiModel, TagApiResult, TagModel, TagShortApiResult, TagsExtractionApiModel, TagsFilterApiModel, TestPlanApiResult, TestPlanChangeModel, TestPlanChangedFieldsViewModel, TestPlanExtractionModel, TestPlanGroupByStatus, TestPlanGroupByStatusCode, TestPlanGroupByStatusType, TestPlanGroupByTester, TestPlanGroupByTesterAndStatus, TestPlanGroupByTesterAndStatusCode, TestPlanLink, TestPlanModel, TestPlanSelectModel, TestPlanShortModel, TestPlanStatus, TestPlanStatusModel, TestPlanSummaryModel, TestPlanTagApiResult, TestPlanTestPointsAnalyticsApiModel, TestPlanTestPointsAnalyticsApiResult, TestPlanTestPointsApiModel, TestPlanTestPointsAutoTestsRerunApiModel, TestPlanTestPointsAutoTestsRunApiModel, TestPlanTestPointsExtractionApiModel, TestPlanTestPointsGroupApiModel, TestPlanTestPointsGroupApiResult, TestPlanTestPointsGroupSearchApiResult, TestPlanTestPointsGroupSearchItemApiResult, TestPlanTestPointsInquiryApiModel, TestPlanTestPointsSearchApiModel, TestPlanTestPointsSearchApiResult, TestPlanTestPointsSearchStatusCountersApiResult, TestPlanTestPointsSectionSearchApiResult, TestPlanTestPointsSetTestersApiModel, TestPlanTestPointsStatusCodeGroupApiResult, TestPlanTestPointsStatusGroupApiResult, TestPlanTestPointsStatusTypeGroupApiResult, TestPlanTestPointsTestSuiteSearchApiResult, TestPlanTestPointsTesterAndStatusGroupApiResult, TestPlanTestPointsTesterAndStatusTypeGroupApiResult, TestPlanTestPointsTesterGroupApiResult, TestPlanTestPointsWorkItemSearchApiResult, TestPlanWithAnalyticModel, TestPlanWithTestSuiteTreeModel, TestPoint, TestPointAnalyticResult, TestPointByTestSuiteModel, TestPointChangeViewModel, TestPointChangeViewModelChangedFieldViewModel, TestPointFilterModel, TestPointFilterRequestModel, TestPointResultApiResult, TestPointSelectModel, TestPointSelector, TestPointShortApiResult, TestPointShortModel, TestPointShortResponseModel, TestPointStatus, TestPointWithLastResultResponseModel, TestPointsExtractionModel, TestResultApiResult, TestResultChangeViewModel, TestResultChangeViewModelChangedFieldViewModel, TestResultChronologyModel, TestResultFailureClassApiResult, TestResultHistoryReportApiResult, TestResultOutcome, TestResultResponse, TestResultShortApiResult, TestResultShortResponse, TestResultStepCommentUpdateRequest, TestResultUpdateV2Request, TestResultV2GetModel, TestResultV2ShortModel, TestResultsExtractionApiModel, TestResultsFilterApiModel, TestResultsLocalFilterModel, TestResultsSelectApiModel, TestResultsStatisticsApiResult, TestResultsStatisticsFailureCategoriesApiResult, TestResultsStatisticsStatusesApiResult, TestRunAnalyticApiResult, TestRunApiResult, TestRunByAutoTestApiResult, TestRunExtractionApiModel, TestRunFilterApiModel, TestRunGroupByFailureClassApiResult, TestRunGroupByStatusApiResult, TestRunGroupByStatusTypeApiResult, TestRunNameApiResult, TestRunSelectApiModel, TestRunShortApiResult, TestRunState, TestRunStatisticsFilterApiModel, TestRunTestResultsPartialBulkSetModel, TestRunTestResultsSelectModel, TestRunV2ApiResult, TestStatusApiResult, TestStatusApiResultReply, TestStatusApiType, TestStatusModel, TestStatusShortApiResult, TestStatusType, TestSuiteApiResult, TestSuiteChangeViewModel, TestSuiteChangeViewModelChangedFieldViewModel, TestSuiteHierarchyApiResult, TestSuiteTestPlanApiModel, TestSuiteType, TestSuiteTypeApiResult, TestSuiteV2GetModel, TestSuiteV2PostModel, TestSuiteV2PutModel, TestSuiteWithChildrenModel, TestSuiteWorkItemsSearchModel, UpdateEmptyTestRunApiModel, UpdateFailureCategoryApiModel, UpdateFailureCategoryProjectApiModel, UpdateFailureClassRegexApiModel, UpdateLinkApiModel, UpdateMultipleAttachmentsApiModel, UpdateMultipleLinksApiModel, UpdateMultipleTestRunsApiModel, UpdateParameterApiModel, UpdateProjectApiModel, UpdateStepApiModel, UpdateTagApiModel, UpdateTestPlanApiModel, UpdateTestStatusApiModel, UpdateWorkItemApiModel, UpdateWorkItemCommentApiModel, UpdateWorkflowApiModel, UserCustomNameValidationResponse, UserNameApiResult, ValidationProblemDetails, WebHookEventType, WebHookEventTypeModel, WebHookEventTypeRequest, WebHookModel, WebHookPostModel, WebHookTestModel, WebhookBulkUpdateApiModel, WebhookLogApiResult, WebhookResponse, WebhookVariablesType, WebhooksDeleteApiModel, WebhooksDeleteFilterApiModel, WebhooksExtractionApiModel, WebhooksFilterApiModel, WebhooksUpdateApiModel, WebhooksUpdateApiResult, WorkItemApiResult, WorkItemChangeModel, WorkItemChangedAttributeViewModel, WorkItemChangedFieldsViewModel, WorkItemCommentApiResult, WorkItemEntityTypeApiModel, WorkItemEntityTypes, WorkItemExternalMetadataFieldFilterApiModel, WorkItemExternalMetadataFieldFilterModel, WorkItemExternalMetadataFilterApiModel, WorkItemExternalMetadataFilterModel, WorkItemExtractionApiModel, WorkItemExtractionModel, WorkItemFilterApiModel, WorkItemFilterModel, WorkItemGroupGetModel, WorkItemGroupModel, WorkItemGroupType, WorkItemIdApiModel, WorkItemIndexApiResult, WorkItemLikeModel, WorkItemLinkChangeViewModel, WorkItemLinkChangeViewModelArrayChangedFieldViewModel, WorkItemLinkExtractionApiModel, WorkItemLinkFilterApiModel, WorkItemLinkFilterModel, WorkItemLinkUrlApiModel, WorkItemLinkUrlApiResult, WorkItemLinkUrlFilterApiModel, WorkItemLocalFilterModel, WorkItemLocalSelectModel, WorkItemModel, WorkItemMovePostModel, WorkItemPreviewApiModel, WorkItemPreviewStepApiModel, WorkItemPriority, WorkItemPriorityApiModel, WorkItemPriorityModel, WorkItemSearchQueryModel, WorkItemSelectApiModel, WorkItemSelectModel, WorkItemShortApiResult, WorkItemShortModel, WorkItemSourceTypeApiModel, WorkItemSourceTypeModel, WorkItemState, WorkItemStateApiModel, WorkItemStates, WorkItemStepChangeViewModel, WorkItemStepChangeViewModelArrayChangedFieldWithDiffsViewModel, WorkItemUpdatingFieldsApiModel, WorkItemUpdatingFieldsApiResult, WorkItemVersionModel, WorkflowApiResult, WorkflowExistsByNameApiResult, WorkflowProjectApiResult, WorkflowProjectApiResultApiCollectionPreview, WorkflowProjectApiResultReply, WorkflowShortApiResult, WorkflowShortApiResultReply, WorkflowStatusApiModel, WorkflowStatusApiResult, AttachmentsApi, AutoTestsApi, BackgroundJobsApi, ConfigurationsApi, CustomAttributeTemplatesApi, CustomAttributesApi, ExternalIssuesApi, NotificationsApi, ParametersApi, ProjectAttributeTemplatesApi, ProjectAttributesApi, ProjectConfigurationsApi, ProjectSectionsApi, ProjectSettingsApi, ProjectTestPlanAttributesApi, ProjectTestPlanTestPointsApi, ProjectTestPlansApi, ProjectWorkItemsApi, ProjectsApi, SearchApi, SectionsApi, TagsApi, TestPlansApi, TestPointsApi, TestResultsApi, TestRunsApi, TestStatusesApi, TestSuitesApi, UsersApi, WebhooksApi, WebhooksLogsApi, WorkItemsApi, WorkItemsCommentsApi, WorkflowsApi };
7144
+ export { ApiClient, AIServiceModelApiResult, AIServiceModelApiResultReply, ActionUpdate, ApiExternalServiceCategory, AssignAttachmentApiModel, AssignIterationApiModel, AttachmentApiResult, AttachmentChangeViewModel, AttachmentChangeViewModelArrayChangedFieldViewModel, AttachmentModel, AttachmentPutModel, AttachmentPutModelAutoTestStepResultsModel, AttachmentUpdateRequest, AuditApiResult, AutoTest, AutoTestApiResult, AutoTestAverageDurationApiResult, AutoTestBulkDeleteApiModel, AutoTestBulkDeleteApiResult, AutoTestChangeViewModel, AutoTestChangeViewModelArrayChangedFieldViewModel, AutoTestClassCountApiModel, AutoTestCreateApiModel, AutoTestExtractionApiModel, AutoTestFilterApiModel, AutoTestFilterModel, AutoTestFlakyBulkApiModel, AutoTestIdModel, AutoTestModel, AutoTestModelV2GetModel, AutoTestNamespaceApiResult, AutoTestNamespaceCountApiModel, AutoTestNamespacesCountResponse, AutoTestOutcome, AutoTestProjectSettingsApiModel, AutoTestProjectSettingsApiResult, AutoTestResultHistoryApiResult, AutoTestResultHistorySelectApiModel, AutoTestResultReasonShort, AutoTestResultReasonsCountItemModel, AutoTestResultReasonsCountModel, AutoTestResultsForTestRunModel, AutoTestSearchApiModel, AutoTestSearchIncludeApiModel, AutoTestSelectApiModel, AutoTestSelectModel, AutoTestShortApiResult, AutoTestStep, AutoTestStepApiModel, AutoTestStepApiResult, AutoTestStepModel, AutoTestStepResult, AutoTestStepResultUpdateRequest, AutoTestStepResultsApiResult, AutoTestUpdateApiModel, AutoTestWorkItemIdentifierApiResult, AutoTestsExtractionModel, AutotestResultOutcome, AutotestResultReasonFilterModel, AutotestResultReasonShortGetModel, AvailableFailureCategory, AvailableTestResultOutcome, BackgroundJobAttachmentModel, BackgroundJobFilterModel, BackgroundJobGetModel, BackgroundJobState, BackgroundJobType, BooleanChangedFieldViewModel, BooleanNullableChangedFieldViewModel, CollectionFilter, CollectionOperator, CompositeFilter, ConfigurationByParametersModel, ConfigurationExtractionApiModel, ConfigurationExtractionModel, ConfigurationFilterApiModel, ConfigurationFilterModel, ConfigurationModel, ConfigurationPostModel, ConfigurationPutModel, ConfigurationSelectApiModel, ConfigurationSelectModel, ConfigurationShort, ConfigurationShortApiResult, ConfigurationShortModel, CreateDefectApiModel, CreateEmptyTestRunApiModel, CreateFailureCategoryApiModel, CreateFailureClassRegexApiModel, CreateLinkApiModel, CreateParameterApiModel, CreateProjectApiModel, CreateProjectFailureCategoryApiModel, CreateStepApiModel, CreateTagApiModel, CreateTestPlanApiModel, CreateTestRunAndFillByAutoTestsApiModel, CreateTestRunAndFillByConfigurationsApiModel, CreateTestRunAndFillByWorkItemsApiModel, CreateTestStatusApiModel, CreateWorkItemApiModel, CreateWorkItemCommentApiModel, CreateWorkItemPreviewsApiModel, CreateWorkflowApiModel, CustomAttributeApiResult, CustomAttributeChangeModel, CustomAttributeGetModel, CustomAttributeModel, CustomAttributeOptionApiResult, CustomAttributeOptionModel, CustomAttributeOptionPostModel, CustomAttributePostModel, CustomAttributePutModel, CustomAttributeSearchQueryModel, CustomAttributeSearchResponseModel, CustomAttributeTemplateModel, CustomAttributeTemplatePostModel, CustomAttributeTemplatePutModel, CustomAttributeTemplateSearchQueryModel, CustomAttributeTemplateValidationResult, CustomAttributeTestPlanProjectRelationPutModel, CustomAttributeType, CustomAttributeTypesEnum, CustomAttributeValidationResult, DateTimeRangeSelectorModel, DefectApiModel, DeletionState, DemoProjectApiResult, EnableProjectExternalServiceApiModel, ExternalFormAllowedValueModel, ExternalFormCreateModel, ExternalFormFieldModel, ExternalFormLinkModel, ExternalFormModel, ExternalIssueApiField, ExternalIssueApiFieldSuggestion, ExternalIssueApiFieldSuggestionReply, ExternalIssueApiMetadata, ExternalIssueApiPriority, ExternalIssueApiResult, ExternalIssueApiType, ExternalIssueExternalServiceApiResult, ExternalIssueMetadataModel, ExternalIssueModel, ExternalIssuePriorityModel, ExternalIssueTypeModel, ExternalLinkModel, ExternalServiceMetadataApiResult, ExternalServicesMetadataApiResult, FailureCategory, FailureCategoryApiResult, FailureCategoryGroupApiModel, FailureCategoryGroupApiResult, FailureCategoryGroupItemApiResult, FailureCategoryGroupItemApiResultReply, FailureCategoryGroupSearchApiModel, FailureCategoryItemApiResult, FailureCategoryModel, FailureClassRegexApiResult, Filter, FilterModel, FilterOperator, GenerateWorkItemPreviewsApiModel, GenerateWorkItemPreviewsApiResult, GetAIServiceModelsApiModel, GetExternalFormApiResult, GetExternalIssueSuggestionsApiModel, GetShortProjectsApiModel, GetXlsxTestPointsByTestPlanModel, GlobalCustomAttributePostModel, GlobalCustomAttributeUpdateModel, GlobalSearchItemResult, GlobalSearchRequest, GlobalSearchResponse, GuidChangedFieldViewModel, GuidExtractionModel, IFilter, ImageResizeType, Inquiry, Int32ChangedFieldViewModel, Int32RangeSelectorModel, Int64ChangedFieldViewModel, Int64RangeSelectorModel, IterationApiResult, IterationModel, Label, LabelApiModel, LabelApiResult, LabelShortModel, LastTestResultApiResult, LastTestResultModel, Link, LinkApiResult, LinkCreateApiModel, LinkModel, LinkPostModel, LinkPutModel, LinkShort, LinkShortApiResult, LinkShortModel, LinkType, LinkUpdateApiModel, ListSortDirection, LogicalOperator, ManualRerunApiResult, ManualRerunSelectTestResultsApiModel, ManualRerunTestResultApiModel, NamedEntityApiModel, NotificationModel, NotificationQueryFilterModel, NotificationTypeModel, OpenIdConnectionClientShortModel, OpenIdConnectionSettingsShortClientModel, Operation, Order, Page, ParameterApiResult, ParameterGroupApiResult, ParameterGroupsFilterApiModel, ParameterIterationModel, ParameterShortApiResult, ParameterShortModel, ParametersFilterApiModel, PeriodViewModel, PeriodViewModelChangedFieldViewModel, PreviewsIssueLinkApiModel, PreviewsIssueLinkApiResult, ProblemDetails, ProjectApiResult, ProjectAttributesFilterModel, ProjectCustomAttributeTemplateGetModel, ProjectCustomAttributesTemplatesFilterModel, ProjectDetailedFailureCategoryApiResult, ProjectExternalServiceApiResult, ProjectExternalServiceSettingsApiResult, ProjectExternalServicesApiResult, ProjectExtractionModel, ProjectFailureCategoryApiResult, ProjectFailureCategoryGroupItemApiResult, ProjectFailureCategoryGroupItemApiResultReply, ProjectModel, ProjectNameApiResult, ProjectSelectModel, ProjectShortApiResult, ProjectShortApiResultReply, ProjectShortModel, ProjectShortestModel, ProjectTestPlansFilterModel, ProjectType, ProjectTypeModel, ProjectsFilterModel, ReplaceProjectExternalServiceApiModel, RequestType, RequestTypeApiModel, RequestTypeModel, RerunTestResultApiResult, RerunsApiResult, SearchCustomAttributeTemplateGetModel, SearchExternalIssuesApiModel, SearchTestRunsApiModel, SearchTestStatusesApiModel, SearchWebhooksQueryModel, SearchWorkItemLinkUrlsApiResult, SearchWorkflowProjectsApiModel, SearchWorkflowsApiModel, SectionModel, SectionMoveModel, SectionPostModel, SectionPutModel, SectionRenameModel, SectionWithStepsModel, SelectTagsApiModel, SharedStepChangeViewModel, SharedStepModel, SharedStepReferenceModel, SharedStepReferenceSectionModel, SharedStepReferenceSectionsQueryFilterModel, SharedStepReferencesQueryFilterModel, SharedStepResultApiModel, ShortConfiguration, StepCommentApiModel, StepModel, StepPostModel, StepPutModel, StepResultApiModel, StringArrayChangedFieldViewModel, StringChangedFieldViewModel, StringChangedFieldWithDiffsViewModel, StringExtractionModel, TagApiModel, TagApiResult, TagModel, TagShortApiResult, TagsExtractionApiModel, TagsFilterApiModel, TestPlanApiResult, TestPlanChangeModel, TestPlanChangedFieldsViewModel, TestPlanExtractionModel, TestPlanGroupByStatus, TestPlanGroupByStatusCode, TestPlanGroupByStatusType, TestPlanGroupByTester, TestPlanGroupByTesterAndStatus, TestPlanGroupByTesterAndStatusCode, TestPlanLink, TestPlanModel, TestPlanSelectModel, TestPlanShortModel, TestPlanStatus, TestPlanStatusModel, TestPlanSummaryModel, TestPlanTagApiResult, TestPlanTestPointsAnalyticsApiModel, TestPlanTestPointsAnalyticsApiResult, TestPlanTestPointsApiModel, TestPlanTestPointsAutoTestsRerunApiModel, TestPlanTestPointsAutoTestsRunApiModel, TestPlanTestPointsExtractionApiModel, TestPlanTestPointsGroupApiModel, TestPlanTestPointsGroupApiResult, TestPlanTestPointsGroupSearchApiResult, TestPlanTestPointsGroupSearchItemApiResult, TestPlanTestPointsInquiryApiModel, TestPlanTestPointsSearchApiModel, TestPlanTestPointsSearchApiResult, TestPlanTestPointsSearchStatusCountersApiResult, TestPlanTestPointsSectionSearchApiResult, TestPlanTestPointsSetTestersApiModel, TestPlanTestPointsStatusCodeGroupApiResult, TestPlanTestPointsStatusGroupApiResult, TestPlanTestPointsStatusTypeGroupApiResult, TestPlanTestPointsTestSuiteSearchApiResult, TestPlanTestPointsTesterAndStatusGroupApiResult, TestPlanTestPointsTesterAndStatusTypeGroupApiResult, TestPlanTestPointsTesterGroupApiResult, TestPlanTestPointsWorkItemSearchApiResult, TestPlanWithAnalyticModel, TestPlanWithTestSuiteTreeModel, TestPoint, TestPointAnalyticResult, TestPointByTestSuiteModel, TestPointChangeViewModel, TestPointChangeViewModelChangedFieldViewModel, TestPointFilterModel, TestPointFilterRequestModel, TestPointResultApiResult, TestPointSelectModel, TestPointSelector, TestPointShortApiResult, TestPointShortModel, TestPointShortResponseModel, TestPointStatus, TestPointWithLastResultResponseModel, TestPointsExtractionModel, TestResultApiResult, TestResultChangeViewModel, TestResultChangeViewModelChangedFieldViewModel, TestResultChronologyModel, TestResultFailureClassApiResult, TestResultHistoryReportApiResult, TestResultOutcome, TestResultResponse, TestResultShortApiResult, TestResultShortResponse, TestResultStepCommentUpdateRequest, TestResultUpdateV2Request, TestResultV2GetModel, TestResultV2ShortModel, TestResultsExtractionApiModel, TestResultsFilterApiModel, TestResultsLocalFilterModel, TestResultsSelectApiModel, TestResultsStatisticsApiResult, TestResultsStatisticsFailureCategoriesApiResult, TestResultsStatisticsStatusesApiResult, TestRunAnalyticApiResult, TestRunApiResult, TestRunByAutoTestApiResult, TestRunExtractionApiModel, TestRunFilterApiModel, TestRunGroupByFailureClassApiResult, TestRunGroupByStatusApiResult, TestRunGroupByStatusTypeApiResult, TestRunNameApiResult, TestRunSelectApiModel, TestRunShortApiResult, TestRunState, TestRunStatisticsFilterApiModel, TestRunTestResultsPartialBulkSetModel, TestRunTestResultsSelectModel, TestRunV2ApiResult, TestStatusApiResult, TestStatusApiResultReply, TestStatusApiType, TestStatusModel, TestStatusShortApiResult, TestStatusType, TestSuiteApiResult, TestSuiteChangeViewModel, TestSuiteChangeViewModelChangedFieldViewModel, TestSuiteHierarchyApiResult, TestSuiteTestPlanApiModel, TestSuiteType, TestSuiteTypeApiResult, TestSuiteV2GetModel, TestSuiteV2PostModel, TestSuiteV2PutModel, TestSuiteWithChildrenModel, TestSuiteWorkItemsSearchModel, UpdateEmptyTestRunApiModel, UpdateFailureCategoryApiModel, UpdateFailureCategoryProjectApiModel, UpdateFailureClassRegexApiModel, UpdateLinkApiModel, UpdateMultipleAttachmentsApiModel, UpdateMultipleLinksApiModel, UpdateMultipleTagsApiModel, UpdateMultipleTestRunsApiModel, UpdateParameterApiModel, UpdateProjectApiModel, UpdateStepApiModel, UpdateTagApiModel, UpdateTestPlanApiModel, UpdateTestStatusApiModel, UpdateWorkItemApiModel, UpdateWorkItemCommentApiModel, UpdateWorkflowApiModel, UserCustomNameValidationResponse, UserNameApiResult, ValidationProblemDetails, WebHookEventType, WebHookEventTypeModel, WebHookEventTypeRequest, WebHookModel, WebHookPostModel, WebHookTestModel, WebhookBulkUpdateApiModel, WebhookLogApiResult, WebhookResponse, WebhookVariablesType, WebhooksDeleteApiModel, WebhooksDeleteFilterApiModel, WebhooksExtractionApiModel, WebhooksFilterApiModel, WebhooksUpdateApiModel, WebhooksUpdateApiResult, WorkItemApiResult, WorkItemChangeModel, WorkItemChangedAttributeViewModel, WorkItemChangedFieldsViewModel, WorkItemCommentApiResult, WorkItemEntityTypeApiModel, WorkItemEntityTypes, WorkItemExternalMetadataFieldFilterApiModel, WorkItemExternalMetadataFieldFilterModel, WorkItemExternalMetadataFilterApiModel, WorkItemExternalMetadataFilterModel, WorkItemExtractionApiModel, WorkItemExtractionModel, WorkItemFilterApiModel, WorkItemFilterModel, WorkItemGroupGetModel, WorkItemGroupModel, WorkItemGroupType, WorkItemIdApiModel, WorkItemIndexApiResult, WorkItemLikeModel, WorkItemLinkChangeViewModel, WorkItemLinkChangeViewModelArrayChangedFieldViewModel, WorkItemLinkExtractionApiModel, WorkItemLinkFilterApiModel, WorkItemLinkFilterModel, WorkItemLinkUrlApiModel, WorkItemLinkUrlApiResult, WorkItemLinkUrlFilterApiModel, WorkItemLocalFilterModel, WorkItemLocalSelectModel, WorkItemModel, WorkItemMovePostModel, WorkItemPreviewApiModel, WorkItemPreviewStepApiModel, WorkItemPriority, WorkItemPriorityApiModel, WorkItemPriorityModel, WorkItemSearchQueryModel, WorkItemSelectApiModel, WorkItemSelectModel, WorkItemShortApiResult, WorkItemShortModel, WorkItemSourceTypeApiModel, WorkItemSourceTypeModel, WorkItemState, WorkItemStateApiModel, WorkItemStates, WorkItemStepChangeViewModel, WorkItemStepChangeViewModelArrayChangedFieldWithDiffsViewModel, WorkItemUpdatingFieldsApiModel, WorkItemUpdatingFieldsApiResult, WorkItemVersionModel, WorkflowApiResult, WorkflowExistsByNameApiResult, WorkflowProjectApiResult, WorkflowProjectApiResultApiCollectionPreview, WorkflowProjectApiResultReply, WorkflowShortApiResult, WorkflowShortApiResultReply, WorkflowStatusApiModel, WorkflowStatusApiResult, AttachmentsApi, AutoTestsApi, BackgroundJobsApi, ConfigurationsApi, CustomAttributeTemplatesApi, CustomAttributesApi, ExternalIssuesApi, NotificationsApi, OpenIdConnectionsApi, ParametersApi, ProjectAttributeTemplatesApi, ProjectAttributesApi, ProjectConfigurationsApi, ProjectSectionsApi, ProjectSettingsApi, ProjectTestPlanAttributesApi, ProjectTestPlanTestPointsApi, ProjectTestPlansApi, ProjectWorkItemsApi, ProjectsApi, SearchApi, SectionsApi, TagsApi, TestPlansApi, TestPointsApi, TestResultsApi, TestRunsApi, TestStatusesApi, TestSuitesApi, UsersApi, WebhooksApi, WebhooksLogsApi, WorkItemsApi, WorkItemsCommentsApi, WorkflowsApi };
7114
7145
 
7115
7146
  }
7116
7147
  declare module 'testit-api-client/model/ActionUpdate' {
@@ -7157,7 +7188,7 @@ declare module 'testit-api-client/model/AIServiceModelApiResult' {
7157
7188
  /**
7158
7189
  * The AIServiceModelApiResult model module.
7159
7190
  * @module model/AIServiceModelApiResult
7160
- * @version 7.2.1
7191
+ * @version 7.2.2
7161
7192
  */
7162
7193
  class AIServiceModelApiResult {
7163
7194
  /**
@@ -7200,7 +7231,7 @@ declare module 'testit-api-client/model/AIServiceModelApiResultReply' {
7200
7231
  /**
7201
7232
  * The AIServiceModelApiResultReply model module.
7202
7233
  * @module model/AIServiceModelApiResultReply
7203
- * @version 7.2.1
7234
+ * @version 7.2.2
7204
7235
  */
7205
7236
  class AIServiceModelApiResultReply {
7206
7237
  /**
@@ -7272,7 +7303,7 @@ declare module 'testit-api-client/model/AssignAttachmentApiModel' {
7272
7303
  /**
7273
7304
  * The AssignAttachmentApiModel model module.
7274
7305
  * @module model/AssignAttachmentApiModel
7275
- * @version 7.2.1
7306
+ * @version 7.2.2
7276
7307
  */
7277
7308
  class AssignAttachmentApiModel {
7278
7309
  /**
@@ -7313,7 +7344,7 @@ declare module 'testit-api-client/model/AssignIterationApiModel' {
7313
7344
  /**
7314
7345
  * The AssignIterationApiModel model module.
7315
7346
  * @module model/AssignIterationApiModel
7316
- * @version 7.2.1
7347
+ * @version 7.2.2
7317
7348
  */
7318
7349
  class AssignIterationApiModel {
7319
7350
  /**
@@ -7356,7 +7387,7 @@ declare module 'testit-api-client/model/AttachmentApiResult' {
7356
7387
  /**
7357
7388
  * The AttachmentApiResult model module.
7358
7389
  * @module model/AttachmentApiResult
7359
- * @version 7.2.1
7390
+ * @version 7.2.2
7360
7391
  */
7361
7392
  class AttachmentApiResult {
7362
7393
  /**
@@ -7411,7 +7442,7 @@ declare module 'testit-api-client/model/AttachmentChangeViewModel' {
7411
7442
  /**
7412
7443
  * The AttachmentChangeViewModel model module.
7413
7444
  * @module model/AttachmentChangeViewModel
7414
- * @version 7.2.1
7445
+ * @version 7.2.2
7415
7446
  */
7416
7447
  class AttachmentChangeViewModel {
7417
7448
  /**
@@ -7456,7 +7487,7 @@ declare module 'testit-api-client/model/AttachmentChangeViewModelArrayChangedFie
7456
7487
  /**
7457
7488
  * The AttachmentChangeViewModelArrayChangedFieldViewModel model module.
7458
7489
  * @module model/AttachmentChangeViewModelArrayChangedFieldViewModel
7459
- * @version 7.2.1
7490
+ * @version 7.2.2
7460
7491
  */
7461
7492
  class AttachmentChangeViewModelArrayChangedFieldViewModel {
7462
7493
  /**
@@ -7489,7 +7520,7 @@ declare module 'testit-api-client/model/AttachmentModel' {
7489
7520
  /**
7490
7521
  * The AttachmentModel model module.
7491
7522
  * @module model/AttachmentModel
7492
- * @version 7.2.1
7523
+ * @version 7.2.2
7493
7524
  */
7494
7525
  class AttachmentModel {
7495
7526
  /**
@@ -7544,7 +7575,7 @@ declare module 'testit-api-client/model/AttachmentPutModel' {
7544
7575
  /**
7545
7576
  * The AttachmentPutModel model module.
7546
7577
  * @module model/AttachmentPutModel
7547
- * @version 7.2.1
7578
+ * @version 7.2.2
7548
7579
  */
7549
7580
  class AttachmentPutModel {
7550
7581
  /**
@@ -7585,7 +7616,7 @@ declare module 'testit-api-client/model/AttachmentPutModelAutoTestStepResultsMod
7585
7616
  /**
7586
7617
  * The AttachmentPutModelAutoTestStepResultsModel model module.
7587
7618
  * @module model/AttachmentPutModelAutoTestStepResultsModel
7588
- * @version 7.2.1
7619
+ * @version 7.2.2
7589
7620
  */
7590
7621
  class AttachmentPutModelAutoTestStepResultsModel {
7591
7622
  /**
@@ -7626,7 +7657,7 @@ declare module 'testit-api-client/model/AttachmentUpdateRequest' {
7626
7657
  /**
7627
7658
  * The AttachmentUpdateRequest model module.
7628
7659
  * @module model/AttachmentUpdateRequest
7629
- * @version 7.2.1
7660
+ * @version 7.2.2
7630
7661
  */
7631
7662
  class AttachmentUpdateRequest {
7632
7663
  /**
@@ -7667,7 +7698,7 @@ declare module 'testit-api-client/model/AuditApiResult' {
7667
7698
  /**
7668
7699
  * The AuditApiResult model module.
7669
7700
  * @module model/AuditApiResult
7670
- * @version 7.2.1
7701
+ * @version 7.2.2
7671
7702
  */
7672
7703
  class AuditApiResult {
7673
7704
  /**
@@ -7711,7 +7742,7 @@ declare module 'testit-api-client/model/AutoTest' {
7711
7742
  /**
7712
7743
  * The AutoTest model module.
7713
7744
  * @module model/AutoTest
7714
- * @version 7.2.1
7745
+ * @version 7.2.2
7715
7746
  */
7716
7747
  class AutoTest {
7717
7748
  /**
@@ -7787,7 +7818,7 @@ declare module 'testit-api-client/model/AutoTestApiResult' {
7787
7818
  /**
7788
7819
  * The AutoTestApiResult model module.
7789
7820
  * @module model/AutoTestApiResult
7790
- * @version 7.2.1
7821
+ * @version 7.2.2
7791
7822
  */
7792
7823
  class AutoTestApiResult {
7793
7824
  /**
@@ -7865,7 +7896,7 @@ declare module 'testit-api-client/model/AutoTestAverageDurationApiResult' {
7865
7896
  /**
7866
7897
  * The AutoTestAverageDurationApiResult model module.
7867
7898
  * @module model/AutoTestAverageDurationApiResult
7868
- * @version 7.2.1
7899
+ * @version 7.2.2
7869
7900
  */
7870
7901
  class AutoTestAverageDurationApiResult {
7871
7902
  /**
@@ -7908,7 +7939,7 @@ declare module 'testit-api-client/model/AutoTestBulkDeleteApiModel' {
7908
7939
  /**
7909
7940
  * The AutoTestBulkDeleteApiModel model module.
7910
7941
  * @module model/AutoTestBulkDeleteApiModel
7911
- * @version 7.2.1
7942
+ * @version 7.2.2
7912
7943
  */
7913
7944
  class AutoTestBulkDeleteApiModel {
7914
7945
  /**
@@ -7949,7 +7980,7 @@ declare module 'testit-api-client/model/AutoTestBulkDeleteApiResult' {
7949
7980
  /**
7950
7981
  * The AutoTestBulkDeleteApiResult model module.
7951
7982
  * @module model/AutoTestBulkDeleteApiResult
7952
- * @version 7.2.1
7983
+ * @version 7.2.2
7953
7984
  */
7954
7985
  class AutoTestBulkDeleteApiResult {
7955
7986
  /**
@@ -7992,7 +8023,7 @@ declare module 'testit-api-client/model/AutoTestChangeViewModel' {
7992
8023
  /**
7993
8024
  * The AutoTestChangeViewModel model module.
7994
8025
  * @module model/AutoTestChangeViewModel
7995
- * @version 7.2.1
8026
+ * @version 7.2.2
7996
8027
  */
7997
8028
  class AutoTestChangeViewModel {
7998
8029
  /**
@@ -8039,7 +8070,7 @@ declare module 'testit-api-client/model/AutoTestChangeViewModelArrayChangedField
8039
8070
  /**
8040
8071
  * The AutoTestChangeViewModelArrayChangedFieldViewModel model module.
8041
8072
  * @module model/AutoTestChangeViewModelArrayChangedFieldViewModel
8042
- * @version 7.2.1
8073
+ * @version 7.2.2
8043
8074
  */
8044
8075
  class AutoTestChangeViewModelArrayChangedFieldViewModel {
8045
8076
  /**
@@ -8072,7 +8103,7 @@ declare module 'testit-api-client/model/AutoTestClassCountApiModel' {
8072
8103
  /**
8073
8104
  * The AutoTestClassCountApiModel model module.
8074
8105
  * @module model/AutoTestClassCountApiModel
8075
- * @version 7.2.1
8106
+ * @version 7.2.2
8076
8107
  */
8077
8108
  class AutoTestClassCountApiModel {
8078
8109
  /**
@@ -8114,7 +8145,7 @@ declare module 'testit-api-client/model/AutoTestCreateApiModel' {
8114
8145
  /**
8115
8146
  * The AutoTestCreateApiModel model module.
8116
8147
  * @module model/AutoTestCreateApiModel
8117
- * @version 7.2.1
8148
+ * @version 7.2.2
8118
8149
  */
8119
8150
  class AutoTestCreateApiModel {
8120
8151
  /**
@@ -8175,7 +8206,7 @@ declare module 'testit-api-client/model/AutoTestExtractionApiModel' {
8175
8206
  /**
8176
8207
  * The AutoTestExtractionApiModel model module.
8177
8208
  * @module model/AutoTestExtractionApiModel
8178
- * @version 7.2.1
8209
+ * @version 7.2.2
8179
8210
  */
8180
8211
  class AutoTestExtractionApiModel {
8181
8212
  /**
@@ -8207,7 +8238,7 @@ declare module 'testit-api-client/model/AutoTestFilterApiModel' {
8207
8238
  /**
8208
8239
  * The AutoTestFilterApiModel model module.
8209
8240
  * @module model/AutoTestFilterApiModel
8210
- * @version 7.2.1
8241
+ * @version 7.2.2
8211
8242
  */
8212
8243
  class AutoTestFilterApiModel {
8213
8244
  /**
@@ -8260,7 +8291,7 @@ declare module 'testit-api-client/model/AutoTestFilterModel' {
8260
8291
  /**
8261
8292
  * The AutoTestFilterModel model module.
8262
8293
  * @module model/AutoTestFilterModel
8263
- * @version 7.2.1
8294
+ * @version 7.2.2
8264
8295
  */
8265
8296
  class AutoTestFilterModel {
8266
8297
  /**
@@ -8313,7 +8344,7 @@ declare module 'testit-api-client/model/AutoTestFlakyBulkApiModel' {
8313
8344
  /**
8314
8345
  * The AutoTestFlakyBulkApiModel model module.
8315
8346
  * @module model/AutoTestFlakyBulkApiModel
8316
- * @version 7.2.1
8347
+ * @version 7.2.2
8317
8348
  */
8318
8349
  class AutoTestFlakyBulkApiModel {
8319
8350
  /**
@@ -8356,7 +8387,7 @@ declare module 'testit-api-client/model/AutoTestIdModel' {
8356
8387
  /**
8357
8388
  * The AutoTestIdModel model module.
8358
8389
  * @module model/AutoTestIdModel
8359
- * @version 7.2.1
8390
+ * @version 7.2.2
8360
8391
  */
8361
8392
  class AutoTestIdModel {
8362
8393
  /**
@@ -8397,7 +8428,7 @@ declare module 'testit-api-client/model/AutoTestModel' {
8397
8428
  /**
8398
8429
  * The AutoTestModel model module.
8399
8430
  * @module model/AutoTestModel
8400
- * @version 7.2.1
8431
+ * @version 7.2.2
8401
8432
  */
8402
8433
  class AutoTestModel {
8403
8434
  /**
@@ -8474,7 +8505,7 @@ declare module 'testit-api-client/model/AutoTestModelV2GetModel' {
8474
8505
  /**
8475
8506
  * The AutoTestModelV2GetModel model module.
8476
8507
  * @module model/AutoTestModelV2GetModel
8477
- * @version 7.2.1
8508
+ * @version 7.2.2
8478
8509
  */
8479
8510
  class AutoTestModelV2GetModel {
8480
8511
  /**
@@ -8538,7 +8569,7 @@ declare module 'testit-api-client/model/AutoTestNamespaceApiResult' {
8538
8569
  /**
8539
8570
  * The AutoTestNamespaceApiResult model module.
8540
8571
  * @module model/AutoTestNamespaceApiResult
8541
- * @version 7.2.1
8572
+ * @version 7.2.2
8542
8573
  */
8543
8574
  class AutoTestNamespaceApiResult {
8544
8575
  /**
@@ -8580,7 +8611,7 @@ declare module 'testit-api-client/model/AutoTestNamespaceCountApiModel' {
8580
8611
  /**
8581
8612
  * The AutoTestNamespaceCountApiModel model module.
8582
8613
  * @module model/AutoTestNamespaceCountApiModel
8583
- * @version 7.2.1
8614
+ * @version 7.2.2
8584
8615
  */
8585
8616
  class AutoTestNamespaceCountApiModel {
8586
8617
  /**
@@ -8624,7 +8655,7 @@ declare module 'testit-api-client/model/AutoTestNamespacesCountResponse' {
8624
8655
  /**
8625
8656
  * The AutoTestNamespacesCountResponse model module.
8626
8657
  * @module model/AutoTestNamespacesCountResponse
8627
- * @version 7.2.1
8658
+ * @version 7.2.2
8628
8659
  */
8629
8660
  class AutoTestNamespacesCountResponse {
8630
8661
  /**
@@ -8704,7 +8735,7 @@ declare module 'testit-api-client/model/AutoTestProjectSettingsApiModel' {
8704
8735
  /**
8705
8736
  * The AutoTestProjectSettingsApiModel model module.
8706
8737
  * @module model/AutoTestProjectSettingsApiModel
8707
- * @version 7.2.1
8738
+ * @version 7.2.2
8708
8739
  */
8709
8740
  class AutoTestProjectSettingsApiModel {
8710
8741
  /**
@@ -8753,7 +8784,7 @@ declare module 'testit-api-client/model/AutoTestProjectSettingsApiResult' {
8753
8784
  /**
8754
8785
  * The AutoTestProjectSettingsApiResult model module.
8755
8786
  * @module model/AutoTestProjectSettingsApiResult
8756
- * @version 7.2.1
8787
+ * @version 7.2.2
8757
8788
  */
8758
8789
  class AutoTestProjectSettingsApiResult {
8759
8790
  /**
@@ -8808,7 +8839,7 @@ declare module 'testit-api-client/model/AutoTestResultHistoryApiResult' {
8808
8839
  /**
8809
8840
  * The AutoTestResultHistoryApiResult model module.
8810
8841
  * @module model/AutoTestResultHistoryApiResult
8811
- * @version 7.2.1
8842
+ * @version 7.2.2
8812
8843
  */
8813
8844
  class AutoTestResultHistoryApiResult {
8814
8845
  /**
@@ -8876,7 +8907,7 @@ declare module 'testit-api-client/model/AutoTestResultHistorySelectApiModel' {
8876
8907
  /**
8877
8908
  * The AutoTestResultHistorySelectApiModel model module.
8878
8909
  * @module model/AutoTestResultHistorySelectApiModel
8879
- * @version 7.2.1
8910
+ * @version 7.2.2
8880
8911
  */
8881
8912
  class AutoTestResultHistorySelectApiModel {
8882
8913
  /**
@@ -8959,7 +8990,7 @@ declare module 'testit-api-client/model/AutotestResultReasonFilterModel' {
8959
8990
  /**
8960
8991
  * The AutotestResultReasonFilterModel model module.
8961
8992
  * @module model/AutotestResultReasonFilterModel
8962
- * @version 7.2.1
8993
+ * @version 7.2.2
8963
8994
  */
8964
8995
  class AutotestResultReasonFilterModel {
8965
8996
  /**
@@ -8994,7 +9025,7 @@ declare module 'testit-api-client/model/AutoTestResultReasonsCountItemModel' {
8994
9025
  /**
8995
9026
  * The AutoTestResultReasonsCountItemModel model module.
8996
9027
  * @module model/AutoTestResultReasonsCountItemModel
8997
- * @version 7.2.1
9028
+ * @version 7.2.2
8998
9029
  */
8999
9030
  class AutoTestResultReasonsCountItemModel {
9000
9031
  /**
@@ -9037,7 +9068,7 @@ declare module 'testit-api-client/model/AutoTestResultReasonsCountModel' {
9037
9068
  /**
9038
9069
  * The AutoTestResultReasonsCountModel model module.
9039
9070
  * @module model/AutoTestResultReasonsCountModel
9040
- * @version 7.2.1
9071
+ * @version 7.2.2
9041
9072
  */
9042
9073
  class AutoTestResultReasonsCountModel {
9043
9074
  /**
@@ -9078,7 +9109,7 @@ declare module 'testit-api-client/model/AutoTestResultReasonShort' {
9078
9109
  /**
9079
9110
  * The AutoTestResultReasonShort model module.
9080
9111
  * @module model/AutoTestResultReasonShort
9081
- * @version 7.2.1
9112
+ * @version 7.2.2
9082
9113
  */
9083
9114
  class AutoTestResultReasonShort {
9084
9115
  /**
@@ -9121,7 +9152,7 @@ declare module 'testit-api-client/model/AutotestResultReasonShortGetModel' {
9121
9152
  /**
9122
9153
  * The AutotestResultReasonShortGetModel model module.
9123
9154
  * @module model/AutotestResultReasonShortGetModel
9124
- * @version 7.2.1
9155
+ * @version 7.2.2
9125
9156
  */
9126
9157
  class AutotestResultReasonShortGetModel {
9127
9158
  /**
@@ -9177,7 +9208,7 @@ declare module 'testit-api-client/model/AutoTestResultsForTestRunModel' {
9177
9208
  /**
9178
9209
  * The AutoTestResultsForTestRunModel model module.
9179
9210
  * @module model/AutoTestResultsForTestRunModel
9180
- * @version 7.2.1
9211
+ * @version 7.2.2
9181
9212
  */
9182
9213
  class AutoTestResultsForTestRunModel {
9183
9214
  /**
@@ -9235,7 +9266,7 @@ declare module 'testit-api-client/model/AutoTestSearchApiModel' {
9235
9266
  /**
9236
9267
  * The AutoTestSearchApiModel model module.
9237
9268
  * @module model/AutoTestSearchApiModel
9238
- * @version 7.2.1
9269
+ * @version 7.2.2
9239
9270
  */
9240
9271
  class AutoTestSearchApiModel {
9241
9272
  /**
@@ -9268,7 +9299,7 @@ declare module 'testit-api-client/model/AutoTestSearchIncludeApiModel' {
9268
9299
  /**
9269
9300
  * The AutoTestSearchIncludeApiModel model module.
9270
9301
  * @module model/AutoTestSearchIncludeApiModel
9271
- * @version 7.2.1
9302
+ * @version 7.2.2
9272
9303
  */
9273
9304
  class AutoTestSearchIncludeApiModel {
9274
9305
  /**
@@ -9302,7 +9333,7 @@ declare module 'testit-api-client/model/AutoTestSelectApiModel' {
9302
9333
  /**
9303
9334
  * The AutoTestSelectApiModel model module.
9304
9335
  * @module model/AutoTestSelectApiModel
9305
- * @version 7.2.1
9336
+ * @version 7.2.2
9306
9337
  */
9307
9338
  class AutoTestSelectApiModel {
9308
9339
  /**
@@ -9335,7 +9366,7 @@ declare module 'testit-api-client/model/AutoTestSelectModel' {
9335
9366
  /**
9336
9367
  * The AutoTestSelectModel model module.
9337
9368
  * @module model/AutoTestSelectModel
9338
- * @version 7.2.1
9369
+ * @version 7.2.2
9339
9370
  */
9340
9371
  class AutoTestSelectModel {
9341
9372
  /**
@@ -9377,7 +9408,7 @@ declare module 'testit-api-client/model/AutoTestsExtractionModel' {
9377
9408
  /**
9378
9409
  * The AutoTestsExtractionModel model module.
9379
9410
  * @module model/AutoTestsExtractionModel
9380
- * @version 7.2.1
9411
+ * @version 7.2.2
9381
9412
  */
9382
9413
  class AutoTestsExtractionModel {
9383
9414
  /**
@@ -9409,7 +9440,7 @@ declare module 'testit-api-client/model/AutoTestShortApiResult' {
9409
9440
  /**
9410
9441
  * The AutoTestShortApiResult model module.
9411
9442
  * @module model/AutoTestShortApiResult
9412
- * @version 7.2.1
9443
+ * @version 7.2.2
9413
9444
  */
9414
9445
  class AutoTestShortApiResult {
9415
9446
  /**
@@ -9458,7 +9489,7 @@ declare module 'testit-api-client/model/AutoTestStep' {
9458
9489
  /**
9459
9490
  * The AutoTestStep model module.
9460
9491
  * @module model/AutoTestStep
9461
- * @version 7.2.1
9492
+ * @version 7.2.2
9462
9493
  */
9463
9494
  class AutoTestStep {
9464
9495
  /**
@@ -9501,7 +9532,7 @@ declare module 'testit-api-client/model/AutoTestStepApiModel' {
9501
9532
  /**
9502
9533
  * The AutoTestStepApiModel model module.
9503
9534
  * @module model/AutoTestStepApiModel
9504
- * @version 7.2.1
9535
+ * @version 7.2.2
9505
9536
  */
9506
9537
  class AutoTestStepApiModel {
9507
9538
  /**
@@ -9544,7 +9575,7 @@ declare module 'testit-api-client/model/AutoTestStepApiResult' {
9544
9575
  /**
9545
9576
  * The AutoTestStepApiResult model module.
9546
9577
  * @module model/AutoTestStepApiResult
9547
- * @version 7.2.1
9578
+ * @version 7.2.2
9548
9579
  */
9549
9580
  class AutoTestStepApiResult {
9550
9581
  /**
@@ -9587,7 +9618,7 @@ declare module 'testit-api-client/model/AutoTestStepModel' {
9587
9618
  /**
9588
9619
  * The AutoTestStepModel model module.
9589
9620
  * @module model/AutoTestStepModel
9590
- * @version 7.2.1
9621
+ * @version 7.2.2
9591
9622
  */
9592
9623
  class AutoTestStepModel {
9593
9624
  /**
@@ -9630,7 +9661,7 @@ declare module 'testit-api-client/model/AutoTestStepResult' {
9630
9661
  /**
9631
9662
  * The AutoTestStepResult model module.
9632
9663
  * @module model/AutoTestStepResult
9633
- * @version 7.2.1
9664
+ * @version 7.2.2
9634
9665
  */
9635
9666
  class AutoTestStepResult {
9636
9667
  /**
@@ -9671,7 +9702,7 @@ declare module 'testit-api-client/model/AutoTestStepResultsApiResult' {
9671
9702
  /**
9672
9703
  * The AutoTestStepResultsApiResult model module.
9673
9704
  * @module model/AutoTestStepResultsApiResult
9674
- * @version 7.2.1
9705
+ * @version 7.2.2
9675
9706
  */
9676
9707
  class AutoTestStepResultsApiResult {
9677
9708
  /**
@@ -9712,7 +9743,7 @@ declare module 'testit-api-client/model/AutoTestStepResultUpdateRequest' {
9712
9743
  /**
9713
9744
  * The AutoTestStepResultUpdateRequest model module.
9714
9745
  * @module model/AutoTestStepResultUpdateRequest
9715
- * @version 7.2.1
9746
+ * @version 7.2.2
9716
9747
  */
9717
9748
  class AutoTestStepResultUpdateRequest {
9718
9749
  /**
@@ -9753,7 +9784,7 @@ declare module 'testit-api-client/model/AutoTestUpdateApiModel' {
9753
9784
  /**
9754
9785
  * The AutoTestUpdateApiModel model module.
9755
9786
  * @module model/AutoTestUpdateApiModel
9756
- * @version 7.2.1
9787
+ * @version 7.2.2
9757
9788
  */
9758
9789
  class AutoTestUpdateApiModel {
9759
9790
  /**
@@ -9813,7 +9844,7 @@ declare module 'testit-api-client/model/AutoTestWorkItemIdentifierApiResult' {
9813
9844
  /**
9814
9845
  * The AutoTestWorkItemIdentifierApiResult model module.
9815
9846
  * @module model/AutoTestWorkItemIdentifierApiResult
9816
- * @version 7.2.1
9847
+ * @version 7.2.2
9817
9848
  */
9818
9849
  class AutoTestWorkItemIdentifierApiResult {
9819
9850
  /**
@@ -9934,7 +9965,7 @@ declare module 'testit-api-client/model/BackgroundJobAttachmentModel' {
9934
9965
  /**
9935
9966
  * The BackgroundJobAttachmentModel model module.
9936
9967
  * @module model/BackgroundJobAttachmentModel
9937
- * @version 7.2.1
9968
+ * @version 7.2.2
9938
9969
  */
9939
9970
  class BackgroundJobAttachmentModel {
9940
9971
  /**
@@ -9981,7 +10012,7 @@ declare module 'testit-api-client/model/BackgroundJobFilterModel' {
9981
10012
  /**
9982
10013
  * The BackgroundJobFilterModel model module.
9983
10014
  * @module model/BackgroundJobFilterModel
9984
- * @version 7.2.1
10015
+ * @version 7.2.2
9985
10016
  */
9986
10017
  class BackgroundJobFilterModel {
9987
10018
  /**
@@ -10017,7 +10048,7 @@ declare module 'testit-api-client/model/BackgroundJobGetModel' {
10017
10048
  /**
10018
10049
  * The BackgroundJobGetModel model module.
10019
10050
  * @module model/BackgroundJobGetModel
10020
- * @version 7.2.1
10051
+ * @version 7.2.2
10021
10052
  */
10022
10053
  class BackgroundJobGetModel {
10023
10054
  /**
@@ -10233,7 +10264,7 @@ declare module 'testit-api-client/model/BooleanChangedFieldViewModel' {
10233
10264
  /**
10234
10265
  * The BooleanChangedFieldViewModel model module.
10235
10266
  * @module model/BooleanChangedFieldViewModel
10236
- * @version 7.2.1
10267
+ * @version 7.2.2
10237
10268
  */
10238
10269
  class BooleanChangedFieldViewModel {
10239
10270
  /**
@@ -10276,7 +10307,7 @@ declare module 'testit-api-client/model/BooleanNullableChangedFieldViewModel' {
10276
10307
  /**
10277
10308
  * The BooleanNullableChangedFieldViewModel model module.
10278
10309
  * @module model/BooleanNullableChangedFieldViewModel
10279
- * @version 7.2.1
10310
+ * @version 7.2.2
10280
10311
  */
10281
10312
  class BooleanNullableChangedFieldViewModel {
10282
10313
  /**
@@ -10309,7 +10340,7 @@ declare module 'testit-api-client/model/CollectionFilter' {
10309
10340
  /**
10310
10341
  * The CollectionFilter model module.
10311
10342
  * @module model/CollectionFilter
10312
- * @version 7.2.1
10343
+ * @version 7.2.2
10313
10344
  */
10314
10345
  class CollectionFilter {
10315
10346
  /**
@@ -10383,7 +10414,7 @@ declare module 'testit-api-client/model/CompositeFilter' {
10383
10414
  /**
10384
10415
  * The CompositeFilter model module.
10385
10416
  * @module model/CompositeFilter
10386
- * @version 7.2.1
10417
+ * @version 7.2.2
10387
10418
  */
10388
10419
  class CompositeFilter {
10389
10420
  /**
@@ -10426,7 +10457,7 @@ declare module 'testit-api-client/model/ConfigurationByParametersModel' {
10426
10457
  /**
10427
10458
  * The ConfigurationByParametersModel model module.
10428
10459
  * @module model/ConfigurationByParametersModel
10429
- * @version 7.2.1
10460
+ * @version 7.2.2
10430
10461
  */
10431
10462
  class ConfigurationByParametersModel {
10432
10463
  /**
@@ -10469,7 +10500,7 @@ declare module 'testit-api-client/model/ConfigurationExtractionApiModel' {
10469
10500
  /**
10470
10501
  * The ConfigurationExtractionApiModel model module.
10471
10502
  * @module model/ConfigurationExtractionApiModel
10472
- * @version 7.2.1
10503
+ * @version 7.2.2
10473
10504
  */
10474
10505
  class ConfigurationExtractionApiModel {
10475
10506
  /**
@@ -10502,7 +10533,7 @@ declare module 'testit-api-client/model/ConfigurationExtractionModel' {
10502
10533
  /**
10503
10534
  * The ConfigurationExtractionModel model module.
10504
10535
  * @module model/ConfigurationExtractionModel
10505
- * @version 7.2.1
10536
+ * @version 7.2.2
10506
10537
  */
10507
10538
  class ConfigurationExtractionModel {
10508
10539
  /**
@@ -10535,7 +10566,7 @@ declare module 'testit-api-client/model/ConfigurationFilterApiModel' {
10535
10566
  /**
10536
10567
  * The ConfigurationFilterApiModel model module.
10537
10568
  * @module model/ConfigurationFilterApiModel
10538
- * @version 7.2.1
10569
+ * @version 7.2.2
10539
10570
  */
10540
10571
  class ConfigurationFilterApiModel {
10541
10572
  /**
@@ -10570,7 +10601,7 @@ declare module 'testit-api-client/model/ConfigurationFilterModel' {
10570
10601
  /**
10571
10602
  * The ConfigurationFilterModel model module.
10572
10603
  * @module model/ConfigurationFilterModel
10573
- * @version 7.2.1
10604
+ * @version 7.2.2
10574
10605
  */
10575
10606
  class ConfigurationFilterModel {
10576
10607
  /**
@@ -10605,7 +10636,7 @@ declare module 'testit-api-client/model/ConfigurationModel' {
10605
10636
  /**
10606
10637
  * The ConfigurationModel model module.
10607
10638
  * @module model/ConfigurationModel
10608
- * @version 7.2.1
10639
+ * @version 7.2.2
10609
10640
  */
10610
10641
  class ConfigurationModel {
10611
10642
  /**
@@ -10663,7 +10694,7 @@ declare module 'testit-api-client/model/ConfigurationPostModel' {
10663
10694
  /**
10664
10695
  * The ConfigurationPostModel model module.
10665
10696
  * @module model/ConfigurationPostModel
10666
- * @version 7.2.1
10697
+ * @version 7.2.2
10667
10698
  */
10668
10699
  class ConfigurationPostModel {
10669
10700
  /**
@@ -10711,7 +10742,7 @@ declare module 'testit-api-client/model/ConfigurationPutModel' {
10711
10742
  /**
10712
10743
  * The ConfigurationPutModel model module.
10713
10744
  * @module model/ConfigurationPutModel
10714
- * @version 7.2.1
10745
+ * @version 7.2.2
10715
10746
  */
10716
10747
  class ConfigurationPutModel {
10717
10748
  /**
@@ -10761,7 +10792,7 @@ declare module 'testit-api-client/model/ConfigurationSelectApiModel' {
10761
10792
  /**
10762
10793
  * The ConfigurationSelectApiModel model module.
10763
10794
  * @module model/ConfigurationSelectApiModel
10764
- * @version 7.2.1
10795
+ * @version 7.2.2
10765
10796
  */
10766
10797
  class ConfigurationSelectApiModel {
10767
10798
  /**
@@ -10794,7 +10825,7 @@ declare module 'testit-api-client/model/ConfigurationSelectModel' {
10794
10825
  /**
10795
10826
  * The ConfigurationSelectModel model module.
10796
10827
  * @module model/ConfigurationSelectModel
10797
- * @version 7.2.1
10828
+ * @version 7.2.2
10798
10829
  */
10799
10830
  class ConfigurationSelectModel {
10800
10831
  /**
@@ -10827,7 +10858,7 @@ declare module 'testit-api-client/model/ConfigurationShort' {
10827
10858
  /**
10828
10859
  * The ConfigurationShort model module.
10829
10860
  * @module model/ConfigurationShort
10830
- * @version 7.2.1
10861
+ * @version 7.2.2
10831
10862
  */
10832
10863
  class ConfigurationShort {
10833
10864
  /**
@@ -10870,7 +10901,7 @@ declare module 'testit-api-client/model/ConfigurationShortApiResult' {
10870
10901
  /**
10871
10902
  * The ConfigurationShortApiResult model module.
10872
10903
  * @module model/ConfigurationShortApiResult
10873
- * @version 7.2.1
10904
+ * @version 7.2.2
10874
10905
  */
10875
10906
  class ConfigurationShortApiResult {
10876
10907
  /**
@@ -10913,7 +10944,7 @@ declare module 'testit-api-client/model/ConfigurationShortModel' {
10913
10944
  /**
10914
10945
  * The ConfigurationShortModel model module.
10915
10946
  * @module model/ConfigurationShortModel
10916
- * @version 7.2.1
10947
+ * @version 7.2.2
10917
10948
  */
10918
10949
  class ConfigurationShortModel {
10919
10950
  /**
@@ -10956,7 +10987,7 @@ declare module 'testit-api-client/model/CreateDefectApiModel' {
10956
10987
  /**
10957
10988
  * The CreateDefectApiModel model module.
10958
10989
  * @module model/CreateDefectApiModel
10959
- * @version 7.2.1
10990
+ * @version 7.2.2
10960
10991
  */
10961
10992
  class CreateDefectApiModel {
10962
10993
  /**
@@ -10999,7 +11030,7 @@ declare module 'testit-api-client/model/CreateEmptyTestRunApiModel' {
10999
11030
  /**
11000
11031
  * The CreateEmptyTestRunApiModel model module.
11001
11032
  * @module model/CreateEmptyTestRunApiModel
11002
- * @version 7.2.1
11033
+ * @version 7.2.2
11003
11034
  */
11004
11035
  class CreateEmptyTestRunApiModel {
11005
11036
  /**
@@ -11034,6 +11065,7 @@ declare module 'testit-api-client/model/CreateEmptyTestRunApiModel' {
11034
11065
  launchSource: any;
11035
11066
  attachments: any;
11036
11067
  links: any;
11068
+ tags: any;
11037
11069
  }
11038
11070
  namespace CreateEmptyTestRunApiModel {
11039
11071
  let RequiredProperties: string[];
@@ -11045,7 +11077,7 @@ declare module 'testit-api-client/model/CreateFailureCategoryApiModel' {
11045
11077
  /**
11046
11078
  * The CreateFailureCategoryApiModel model module.
11047
11079
  * @module model/CreateFailureCategoryApiModel
11048
- * @version 7.2.1
11080
+ * @version 7.2.2
11049
11081
  */
11050
11082
  class CreateFailureCategoryApiModel {
11051
11083
  /**
@@ -11090,7 +11122,7 @@ declare module 'testit-api-client/model/CreateFailureClassRegexApiModel' {
11090
11122
  /**
11091
11123
  * The CreateFailureClassRegexApiModel model module.
11092
11124
  * @module model/CreateFailureClassRegexApiModel
11093
- * @version 7.2.1
11125
+ * @version 7.2.2
11094
11126
  */
11095
11127
  class CreateFailureClassRegexApiModel {
11096
11128
  /**
@@ -11131,7 +11163,7 @@ declare module 'testit-api-client/model/CreateLinkApiModel' {
11131
11163
  /**
11132
11164
  * The CreateLinkApiModel model module.
11133
11165
  * @module model/CreateLinkApiModel
11134
- * @version 7.2.1
11166
+ * @version 7.2.2
11135
11167
  */
11136
11168
  class CreateLinkApiModel {
11137
11169
  /**
@@ -11177,7 +11209,7 @@ declare module 'testit-api-client/model/CreateParameterApiModel' {
11177
11209
  /**
11178
11210
  * The CreateParameterApiModel model module.
11179
11211
  * @module model/CreateParameterApiModel
11180
- * @version 7.2.1
11212
+ * @version 7.2.2
11181
11213
  */
11182
11214
  class CreateParameterApiModel {
11183
11215
  /**
@@ -11221,7 +11253,7 @@ declare module 'testit-api-client/model/CreateProjectApiModel' {
11221
11253
  /**
11222
11254
  * The CreateProjectApiModel model module.
11223
11255
  * @module model/CreateProjectApiModel
11224
- * @version 7.2.1
11256
+ * @version 7.2.2
11225
11257
  */
11226
11258
  class CreateProjectApiModel {
11227
11259
  /**
@@ -11265,7 +11297,7 @@ declare module 'testit-api-client/model/CreateProjectFailureCategoryApiModel' {
11265
11297
  /**
11266
11298
  * The CreateProjectFailureCategoryApiModel model module.
11267
11299
  * @module model/CreateProjectFailureCategoryApiModel
11268
- * @version 7.2.1
11300
+ * @version 7.2.2
11269
11301
  */
11270
11302
  class CreateProjectFailureCategoryApiModel {
11271
11303
  /**
@@ -11309,7 +11341,7 @@ declare module 'testit-api-client/model/CreateStepApiModel' {
11309
11341
  /**
11310
11342
  * The CreateStepApiModel model module.
11311
11343
  * @module model/CreateStepApiModel
11312
- * @version 7.2.1
11344
+ * @version 7.2.2
11313
11345
  */
11314
11346
  class CreateStepApiModel {
11315
11347
  /**
@@ -11345,7 +11377,7 @@ declare module 'testit-api-client/model/CreateTagApiModel' {
11345
11377
  /**
11346
11378
  * The CreateTagApiModel model module.
11347
11379
  * @module model/CreateTagApiModel
11348
- * @version 7.2.1
11380
+ * @version 7.2.2
11349
11381
  */
11350
11382
  class CreateTagApiModel {
11351
11383
  /**
@@ -11386,7 +11418,7 @@ declare module 'testit-api-client/model/CreateTestPlanApiModel' {
11386
11418
  /**
11387
11419
  * The CreateTestPlanApiModel model module.
11388
11420
  * @module model/CreateTestPlanApiModel
11389
- * @version 7.2.1
11421
+ * @version 7.2.2
11390
11422
  */
11391
11423
  class CreateTestPlanApiModel {
11392
11424
  /**
@@ -11439,7 +11471,7 @@ declare module 'testit-api-client/model/CreateTestRunAndFillByAutoTestsApiModel'
11439
11471
  /**
11440
11472
  * The CreateTestRunAndFillByAutoTestsApiModel model module.
11441
11473
  * @module model/CreateTestRunAndFillByAutoTestsApiModel
11442
- * @version 7.2.1
11474
+ * @version 7.2.2
11443
11475
  */
11444
11476
  class CreateTestRunAndFillByAutoTestsApiModel {
11445
11477
  /**
@@ -11478,6 +11510,7 @@ declare module 'testit-api-client/model/CreateTestRunAndFillByAutoTestsApiModel'
11478
11510
  launchSource: any;
11479
11511
  attachments: any;
11480
11512
  links: any;
11513
+ tags: any;
11481
11514
  }
11482
11515
  namespace CreateTestRunAndFillByAutoTestsApiModel {
11483
11516
  let RequiredProperties: string[];
@@ -11489,7 +11522,7 @@ declare module 'testit-api-client/model/CreateTestRunAndFillByConfigurationsApiM
11489
11522
  /**
11490
11523
  * The CreateTestRunAndFillByConfigurationsApiModel model module.
11491
11524
  * @module model/CreateTestRunAndFillByConfigurationsApiModel
11492
- * @version 7.2.1
11525
+ * @version 7.2.2
11493
11526
  */
11494
11527
  class CreateTestRunAndFillByConfigurationsApiModel {
11495
11528
  /**
@@ -11527,6 +11560,7 @@ declare module 'testit-api-client/model/CreateTestRunAndFillByConfigurationsApiM
11527
11560
  launchSource: any;
11528
11561
  attachments: any;
11529
11562
  links: any;
11563
+ tags: any;
11530
11564
  testPointSelectors: any;
11531
11565
  }
11532
11566
  namespace CreateTestRunAndFillByConfigurationsApiModel {
@@ -11539,7 +11573,7 @@ declare module 'testit-api-client/model/CreateTestRunAndFillByWorkItemsApiModel'
11539
11573
  /**
11540
11574
  * The CreateTestRunAndFillByWorkItemsApiModel model module.
11541
11575
  * @module model/CreateTestRunAndFillByWorkItemsApiModel
11542
- * @version 7.2.1
11576
+ * @version 7.2.2
11543
11577
  */
11544
11578
  class CreateTestRunAndFillByWorkItemsApiModel {
11545
11579
  /**
@@ -11578,6 +11612,7 @@ declare module 'testit-api-client/model/CreateTestRunAndFillByWorkItemsApiModel'
11578
11612
  launchSource: any;
11579
11613
  attachments: any;
11580
11614
  links: any;
11615
+ tags: any;
11581
11616
  configurationIds: any;
11582
11617
  workItemIds: any;
11583
11618
  }
@@ -11591,7 +11626,7 @@ declare module 'testit-api-client/model/CreateTestStatusApiModel' {
11591
11626
  /**
11592
11627
  * The CreateTestStatusApiModel model module.
11593
11628
  * @module model/CreateTestStatusApiModel
11594
- * @version 7.2.1
11629
+ * @version 7.2.2
11595
11630
  */
11596
11631
  class CreateTestStatusApiModel {
11597
11632
  /**
@@ -11637,7 +11672,7 @@ declare module 'testit-api-client/model/CreateWorkflowApiModel' {
11637
11672
  /**
11638
11673
  * The CreateWorkflowApiModel model module.
11639
11674
  * @module model/CreateWorkflowApiModel
11640
- * @version 7.2.1
11675
+ * @version 7.2.2
11641
11676
  */
11642
11677
  class CreateWorkflowApiModel {
11643
11678
  /**
@@ -11682,7 +11717,7 @@ declare module 'testit-api-client/model/CreateWorkItemApiModel' {
11682
11717
  /**
11683
11718
  * The CreateWorkItemApiModel model module.
11684
11719
  * @module model/CreateWorkItemApiModel
11685
- * @version 7.2.1
11720
+ * @version 7.2.2
11686
11721
  */
11687
11722
  class CreateWorkItemApiModel {
11688
11723
  /**
@@ -11750,7 +11785,7 @@ declare module 'testit-api-client/model/CreateWorkItemCommentApiModel' {
11750
11785
  /**
11751
11786
  * The CreateWorkItemCommentApiModel model module.
11752
11787
  * @module model/CreateWorkItemCommentApiModel
11753
- * @version 7.2.1
11788
+ * @version 7.2.2
11754
11789
  */
11755
11790
  class CreateWorkItemCommentApiModel {
11756
11791
  /**
@@ -11793,7 +11828,7 @@ declare module 'testit-api-client/model/CreateWorkItemPreviewsApiModel' {
11793
11828
  /**
11794
11829
  * The CreateWorkItemPreviewsApiModel model module.
11795
11830
  * @module model/CreateWorkItemPreviewsApiModel
11796
- * @version 7.2.1
11831
+ * @version 7.2.2
11797
11832
  */
11798
11833
  class CreateWorkItemPreviewsApiModel {
11799
11834
  /**
@@ -11838,7 +11873,7 @@ declare module 'testit-api-client/model/CustomAttributeApiResult' {
11838
11873
  /**
11839
11874
  * The CustomAttributeApiResult model module.
11840
11875
  * @module model/CustomAttributeApiResult
11841
- * @version 7.2.1
11876
+ * @version 7.2.2
11842
11877
  */
11843
11878
  class CustomAttributeApiResult {
11844
11879
  /**
@@ -11893,7 +11928,7 @@ declare module 'testit-api-client/model/CustomAttributeChangeModel' {
11893
11928
  /**
11894
11929
  * The CustomAttributeChangeModel model module.
11895
11930
  * @module model/CustomAttributeChangeModel
11896
- * @version 7.2.1
11931
+ * @version 7.2.2
11897
11932
  */
11898
11933
  class CustomAttributeChangeModel {
11899
11934
  /**
@@ -11929,7 +11964,7 @@ declare module 'testit-api-client/model/CustomAttributeGetModel' {
11929
11964
  /**
11930
11965
  * The CustomAttributeGetModel model module.
11931
11966
  * @module model/CustomAttributeGetModel
11932
- * @version 7.2.1
11967
+ * @version 7.2.2
11933
11968
  */
11934
11969
  class CustomAttributeGetModel {
11935
11970
  /**
@@ -11984,7 +12019,7 @@ declare module 'testit-api-client/model/CustomAttributeModel' {
11984
12019
  /**
11985
12020
  * The CustomAttributeModel model module.
11986
12021
  * @module model/CustomAttributeModel
11987
- * @version 7.2.1
12022
+ * @version 7.2.2
11988
12023
  */
11989
12024
  class CustomAttributeModel {
11990
12025
  /**
@@ -12039,7 +12074,7 @@ declare module 'testit-api-client/model/CustomAttributeOptionApiResult' {
12039
12074
  /**
12040
12075
  * The CustomAttributeOptionApiResult model module.
12041
12076
  * @module model/CustomAttributeOptionApiResult
12042
- * @version 7.2.1
12077
+ * @version 7.2.2
12043
12078
  */
12044
12079
  class CustomAttributeOptionApiResult {
12045
12080
  /**
@@ -12085,7 +12120,7 @@ declare module 'testit-api-client/model/CustomAttributeOptionModel' {
12085
12120
  /**
12086
12121
  * The CustomAttributeOptionModel model module.
12087
12122
  * @module model/CustomAttributeOptionModel
12088
- * @version 7.2.1
12123
+ * @version 7.2.2
12089
12124
  */
12090
12125
  class CustomAttributeOptionModel {
12091
12126
  /**
@@ -12131,7 +12166,7 @@ declare module 'testit-api-client/model/CustomAttributeOptionPostModel' {
12131
12166
  /**
12132
12167
  * The CustomAttributeOptionPostModel model module.
12133
12168
  * @module model/CustomAttributeOptionPostModel
12134
- * @version 7.2.1
12169
+ * @version 7.2.2
12135
12170
  */
12136
12171
  class CustomAttributeOptionPostModel {
12137
12172
  /**
@@ -12173,7 +12208,7 @@ declare module 'testit-api-client/model/CustomAttributePostModel' {
12173
12208
  /**
12174
12209
  * The CustomAttributePostModel model module.
12175
12210
  * @module model/CustomAttributePostModel
12176
- * @version 7.2.1
12211
+ * @version 7.2.2
12177
12212
  */
12178
12213
  class CustomAttributePostModel {
12179
12214
  /**
@@ -12223,7 +12258,7 @@ declare module 'testit-api-client/model/CustomAttributePutModel' {
12223
12258
  /**
12224
12259
  * The CustomAttributePutModel model module.
12225
12260
  * @module model/CustomAttributePutModel
12226
- * @version 7.2.1
12261
+ * @version 7.2.2
12227
12262
  */
12228
12263
  class CustomAttributePutModel {
12229
12264
  /**
@@ -12277,7 +12312,7 @@ declare module 'testit-api-client/model/CustomAttributeSearchQueryModel' {
12277
12312
  /**
12278
12313
  * The CustomAttributeSearchQueryModel model module.
12279
12314
  * @module model/CustomAttributeSearchQueryModel
12280
- * @version 7.2.1
12315
+ * @version 7.2.2
12281
12316
  */
12282
12317
  class CustomAttributeSearchQueryModel {
12283
12318
  /**
@@ -12314,7 +12349,7 @@ declare module 'testit-api-client/model/CustomAttributeSearchResponseModel' {
12314
12349
  /**
12315
12350
  * The CustomAttributeSearchResponseModel model module.
12316
12351
  * @module model/CustomAttributeSearchResponseModel
12317
- * @version 7.2.1
12352
+ * @version 7.2.2
12318
12353
  */
12319
12354
  class CustomAttributeSearchResponseModel {
12320
12355
  /**
@@ -12373,7 +12408,7 @@ declare module 'testit-api-client/model/CustomAttributeTemplateModel' {
12373
12408
  /**
12374
12409
  * The CustomAttributeTemplateModel model module.
12375
12410
  * @module model/CustomAttributeTemplateModel
12376
- * @version 7.2.1
12411
+ * @version 7.2.2
12377
12412
  */
12378
12413
  class CustomAttributeTemplateModel {
12379
12414
  /**
@@ -12418,7 +12453,7 @@ declare module 'testit-api-client/model/CustomAttributeTemplatePostModel' {
12418
12453
  /**
12419
12454
  * The CustomAttributeTemplatePostModel model module.
12420
12455
  * @module model/CustomAttributeTemplatePostModel
12421
- * @version 7.2.1
12456
+ * @version 7.2.2
12422
12457
  */
12423
12458
  class CustomAttributeTemplatePostModel {
12424
12459
  /**
@@ -12460,7 +12495,7 @@ declare module 'testit-api-client/model/CustomAttributeTemplatePutModel' {
12460
12495
  /**
12461
12496
  * The CustomAttributeTemplatePutModel model module.
12462
12497
  * @module model/CustomAttributeTemplatePutModel
12463
- * @version 7.2.1
12498
+ * @version 7.2.2
12464
12499
  */
12465
12500
  class CustomAttributeTemplatePutModel {
12466
12501
  /**
@@ -12504,7 +12539,7 @@ declare module 'testit-api-client/model/CustomAttributeTemplateSearchQueryModel'
12504
12539
  /**
12505
12540
  * The CustomAttributeTemplateSearchQueryModel model module.
12506
12541
  * @module model/CustomAttributeTemplateSearchQueryModel
12507
- * @version 7.2.1
12542
+ * @version 7.2.2
12508
12543
  */
12509
12544
  class CustomAttributeTemplateSearchQueryModel {
12510
12545
  /**
@@ -12539,7 +12574,7 @@ declare module 'testit-api-client/model/CustomAttributeTemplateValidationResult'
12539
12574
  /**
12540
12575
  * The CustomAttributeTemplateValidationResult model module.
12541
12576
  * @module model/CustomAttributeTemplateValidationResult
12542
- * @version 7.2.1
12577
+ * @version 7.2.2
12543
12578
  */
12544
12579
  class CustomAttributeTemplateValidationResult {
12545
12580
  /**
@@ -12580,7 +12615,7 @@ declare module 'testit-api-client/model/CustomAttributeTestPlanProjectRelationPu
12580
12615
  /**
12581
12616
  * The CustomAttributeTestPlanProjectRelationPutModel model module.
12582
12617
  * @module model/CustomAttributeTestPlanProjectRelationPutModel
12583
- * @version 7.2.1
12618
+ * @version 7.2.2
12584
12619
  */
12585
12620
  class CustomAttributeTestPlanProjectRelationPutModel {
12586
12621
  /**
@@ -12723,7 +12758,7 @@ declare module 'testit-api-client/model/CustomAttributeValidationResult' {
12723
12758
  /**
12724
12759
  * The CustomAttributeValidationResult model module.
12725
12760
  * @module model/CustomAttributeValidationResult
12726
- * @version 7.2.1
12761
+ * @version 7.2.2
12727
12762
  */
12728
12763
  class CustomAttributeValidationResult {
12729
12764
  /**
@@ -12764,7 +12799,7 @@ declare module 'testit-api-client/model/DateTimeRangeSelectorModel' {
12764
12799
  /**
12765
12800
  * The DateTimeRangeSelectorModel model module.
12766
12801
  * @module model/DateTimeRangeSelectorModel
12767
- * @version 7.2.1
12802
+ * @version 7.2.2
12768
12803
  */
12769
12804
  class DateTimeRangeSelectorModel {
12770
12805
  /**
@@ -12797,7 +12832,7 @@ declare module 'testit-api-client/model/DefectApiModel' {
12797
12832
  /**
12798
12833
  * The DefectApiModel model module.
12799
12834
  * @module model/DefectApiModel
12800
- * @version 7.2.1
12835
+ * @version 7.2.2
12801
12836
  */
12802
12837
  class DefectApiModel {
12803
12838
  /**
@@ -12872,7 +12907,7 @@ declare module 'testit-api-client/model/DemoProjectApiResult' {
12872
12907
  /**
12873
12908
  * The DemoProjectApiResult model module.
12874
12909
  * @module model/DemoProjectApiResult
12875
- * @version 7.2.1
12910
+ * @version 7.2.2
12876
12911
  */
12877
12912
  class DemoProjectApiResult {
12878
12913
  /**
@@ -12913,7 +12948,7 @@ declare module 'testit-api-client/model/EnableProjectExternalServiceApiModel' {
12913
12948
  /**
12914
12949
  * The EnableProjectExternalServiceApiModel model module.
12915
12950
  * @module model/EnableProjectExternalServiceApiModel
12916
- * @version 7.2.1
12951
+ * @version 7.2.2
12917
12952
  */
12918
12953
  class EnableProjectExternalServiceApiModel {
12919
12954
  /**
@@ -12954,7 +12989,7 @@ declare module 'testit-api-client/model/ExternalFormAllowedValueModel' {
12954
12989
  /**
12955
12990
  * The ExternalFormAllowedValueModel model module.
12956
12991
  * @module model/ExternalFormAllowedValueModel
12957
- * @version 7.2.1
12992
+ * @version 7.2.2
12958
12993
  */
12959
12994
  class ExternalFormAllowedValueModel {
12960
12995
  /**
@@ -12998,7 +13033,7 @@ declare module 'testit-api-client/model/ExternalFormCreateModel' {
12998
13033
  /**
12999
13034
  * The ExternalFormCreateModel model module.
13000
13035
  * @module model/ExternalFormCreateModel
13001
- * @version 7.2.1
13036
+ * @version 7.2.2
13002
13037
  */
13003
13038
  class ExternalFormCreateModel {
13004
13039
  /**
@@ -13045,7 +13080,7 @@ declare module 'testit-api-client/model/ExternalFormFieldModel' {
13045
13080
  /**
13046
13081
  * The ExternalFormFieldModel model module.
13047
13082
  * @module model/ExternalFormFieldModel
13048
- * @version 7.2.1
13083
+ * @version 7.2.2
13049
13084
  */
13050
13085
  class ExternalFormFieldModel {
13051
13086
  /**
@@ -13099,7 +13134,7 @@ declare module 'testit-api-client/model/ExternalFormLinkModel' {
13099
13134
  /**
13100
13135
  * The ExternalFormLinkModel model module.
13101
13136
  * @module model/ExternalFormLinkModel
13102
- * @version 7.2.1
13137
+ * @version 7.2.2
13103
13138
  */
13104
13139
  class ExternalFormLinkModel {
13105
13140
  /**
@@ -13142,7 +13177,7 @@ declare module 'testit-api-client/model/ExternalFormModel' {
13142
13177
  /**
13143
13178
  * The ExternalFormModel model module.
13144
13179
  * @module model/ExternalFormModel
13145
- * @version 7.2.1
13180
+ * @version 7.2.2
13146
13181
  */
13147
13182
  class ExternalFormModel {
13148
13183
  /**
@@ -13229,7 +13264,7 @@ declare module 'testit-api-client/model/ExternalIssueApiFieldSuggestion' {
13229
13264
  /**
13230
13265
  * The ExternalIssueApiFieldSuggestion model module.
13231
13266
  * @module model/ExternalIssueApiFieldSuggestion
13232
- * @version 7.2.1
13267
+ * @version 7.2.2
13233
13268
  */
13234
13269
  class ExternalIssueApiFieldSuggestion {
13235
13270
  /**
@@ -13272,7 +13307,7 @@ declare module 'testit-api-client/model/ExternalIssueApiFieldSuggestionReply' {
13272
13307
  /**
13273
13308
  * The ExternalIssueApiFieldSuggestionReply model module.
13274
13309
  * @module model/ExternalIssueApiFieldSuggestionReply
13275
- * @version 7.2.1
13310
+ * @version 7.2.2
13276
13311
  */
13277
13312
  class ExternalIssueApiFieldSuggestionReply {
13278
13313
  /**
@@ -13315,7 +13350,7 @@ declare module 'testit-api-client/model/ExternalIssueApiMetadata' {
13315
13350
  /**
13316
13351
  * The ExternalIssueApiMetadata model module.
13317
13352
  * @module model/ExternalIssueApiMetadata
13318
- * @version 7.2.1
13353
+ * @version 7.2.2
13319
13354
  */
13320
13355
  class ExternalIssueApiMetadata {
13321
13356
  /**
@@ -13364,7 +13399,7 @@ declare module 'testit-api-client/model/ExternalIssueApiPriority' {
13364
13399
  /**
13365
13400
  * The ExternalIssueApiPriority model module.
13366
13401
  * @module model/ExternalIssueApiPriority
13367
- * @version 7.2.1
13402
+ * @version 7.2.2
13368
13403
  */
13369
13404
  class ExternalIssueApiPriority {
13370
13405
  /**
@@ -13406,7 +13441,7 @@ declare module 'testit-api-client/model/ExternalIssueApiResult' {
13406
13441
  /**
13407
13442
  * The ExternalIssueApiResult model module.
13408
13443
  * @module model/ExternalIssueApiResult
13409
- * @version 7.2.1
13444
+ * @version 7.2.2
13410
13445
  */
13411
13446
  class ExternalIssueApiResult {
13412
13447
  /**
@@ -13453,7 +13488,7 @@ declare module 'testit-api-client/model/ExternalIssueApiType' {
13453
13488
  /**
13454
13489
  * The ExternalIssueApiType model module.
13455
13490
  * @module model/ExternalIssueApiType
13456
- * @version 7.2.1
13491
+ * @version 7.2.2
13457
13492
  */
13458
13493
  class ExternalIssueApiType {
13459
13494
  /**
@@ -13495,7 +13530,7 @@ declare module 'testit-api-client/model/ExternalIssueExternalServiceApiResult' {
13495
13530
  /**
13496
13531
  * The ExternalIssueExternalServiceApiResult model module.
13497
13532
  * @module model/ExternalIssueExternalServiceApiResult
13498
- * @version 7.2.1
13533
+ * @version 7.2.2
13499
13534
  */
13500
13535
  class ExternalIssueExternalServiceApiResult {
13501
13536
  /**
@@ -13538,7 +13573,7 @@ declare module 'testit-api-client/model/ExternalIssueMetadataModel' {
13538
13573
  /**
13539
13574
  * The ExternalIssueMetadataModel model module.
13540
13575
  * @module model/ExternalIssueMetadataModel
13541
- * @version 7.2.1
13576
+ * @version 7.2.2
13542
13577
  */
13543
13578
  class ExternalIssueMetadataModel {
13544
13579
  /**
@@ -13587,7 +13622,7 @@ declare module 'testit-api-client/model/ExternalIssueModel' {
13587
13622
  /**
13588
13623
  * The ExternalIssueModel model module.
13589
13624
  * @module model/ExternalIssueModel
13590
- * @version 7.2.1
13625
+ * @version 7.2.2
13591
13626
  */
13592
13627
  class ExternalIssueModel {
13593
13628
  /**
@@ -13634,7 +13669,7 @@ declare module 'testit-api-client/model/ExternalIssuePriorityModel' {
13634
13669
  /**
13635
13670
  * The ExternalIssuePriorityModel model module.
13636
13671
  * @module model/ExternalIssuePriorityModel
13637
- * @version 7.2.1
13672
+ * @version 7.2.2
13638
13673
  */
13639
13674
  class ExternalIssuePriorityModel {
13640
13675
  /**
@@ -13676,7 +13711,7 @@ declare module 'testit-api-client/model/ExternalIssueTypeModel' {
13676
13711
  /**
13677
13712
  * The ExternalIssueTypeModel model module.
13678
13713
  * @module model/ExternalIssueTypeModel
13679
- * @version 7.2.1
13714
+ * @version 7.2.2
13680
13715
  */
13681
13716
  class ExternalIssueTypeModel {
13682
13717
  /**
@@ -13718,7 +13753,7 @@ declare module 'testit-api-client/model/ExternalLinkModel' {
13718
13753
  /**
13719
13754
  * The ExternalLinkModel model module.
13720
13755
  * @module model/ExternalLinkModel
13721
- * @version 7.2.1
13756
+ * @version 7.2.2
13722
13757
  */
13723
13758
  class ExternalLinkModel {
13724
13759
  /**
@@ -13757,7 +13792,7 @@ declare module 'testit-api-client/model/ExternalServiceMetadataApiResult' {
13757
13792
  /**
13758
13793
  * The ExternalServiceMetadataApiResult model module.
13759
13794
  * @module model/ExternalServiceMetadataApiResult
13760
- * @version 7.2.1
13795
+ * @version 7.2.2
13761
13796
  */
13762
13797
  class ExternalServiceMetadataApiResult {
13763
13798
  /**
@@ -13804,7 +13839,7 @@ declare module 'testit-api-client/model/ExternalServicesMetadataApiResult' {
13804
13839
  /**
13805
13840
  * The ExternalServicesMetadataApiResult model module.
13806
13841
  * @module model/ExternalServicesMetadataApiResult
13807
- * @version 7.2.1
13842
+ * @version 7.2.2
13808
13843
  */
13809
13844
  class ExternalServicesMetadataApiResult {
13810
13845
  /**
@@ -13889,7 +13924,7 @@ declare module 'testit-api-client/model/FailureCategoryApiResult' {
13889
13924
  /**
13890
13925
  * The FailureCategoryApiResult model module.
13891
13926
  * @module model/FailureCategoryApiResult
13892
- * @version 7.2.1
13927
+ * @version 7.2.2
13893
13928
  */
13894
13929
  class FailureCategoryApiResult {
13895
13930
  /**
@@ -13945,7 +13980,7 @@ declare module 'testit-api-client/model/FailureCategoryGroupApiModel' {
13945
13980
  /**
13946
13981
  * The FailureCategoryGroupApiModel model module.
13947
13982
  * @module model/FailureCategoryGroupApiModel
13948
- * @version 7.2.1
13983
+ * @version 7.2.2
13949
13984
  */
13950
13985
  class FailureCategoryGroupApiModel {
13951
13986
  /**
@@ -13987,7 +14022,7 @@ declare module 'testit-api-client/model/FailureCategoryGroupApiResult' {
13987
14022
  /**
13988
14023
  * The FailureCategoryGroupApiResult model module.
13989
14024
  * @module model/FailureCategoryGroupApiResult
13990
- * @version 7.2.1
14025
+ * @version 7.2.2
13991
14026
  */
13992
14027
  class FailureCategoryGroupApiResult {
13993
14028
  /**
@@ -14030,7 +14065,7 @@ declare module 'testit-api-client/model/FailureCategoryGroupItemApiResult' {
14030
14065
  /**
14031
14066
  * The FailureCategoryGroupItemApiResult model module.
14032
14067
  * @module model/FailureCategoryGroupItemApiResult
14033
- * @version 7.2.1
14068
+ * @version 7.2.2
14034
14069
  */
14035
14070
  class FailureCategoryGroupItemApiResult {
14036
14071
  /**
@@ -14072,7 +14107,7 @@ declare module 'testit-api-client/model/FailureCategoryGroupItemApiResultReply'
14072
14107
  /**
14073
14108
  * The FailureCategoryGroupItemApiResultReply model module.
14074
14109
  * @module model/FailureCategoryGroupItemApiResultReply
14075
- * @version 7.2.1
14110
+ * @version 7.2.2
14076
14111
  */
14077
14112
  class FailureCategoryGroupItemApiResultReply {
14078
14113
  /**
@@ -14115,7 +14150,7 @@ declare module 'testit-api-client/model/FailureCategoryGroupSearchApiModel' {
14115
14150
  /**
14116
14151
  * The FailureCategoryGroupSearchApiModel model module.
14117
14152
  * @module model/FailureCategoryGroupSearchApiModel
14118
- * @version 7.2.1
14153
+ * @version 7.2.2
14119
14154
  */
14120
14155
  class FailureCategoryGroupSearchApiModel {
14121
14156
  /**
@@ -14157,7 +14192,7 @@ declare module 'testit-api-client/model/FailureCategoryItemApiResult' {
14157
14192
  /**
14158
14193
  * The FailureCategoryItemApiResult model module.
14159
14194
  * @module model/FailureCategoryItemApiResult
14160
- * @version 7.2.1
14195
+ * @version 7.2.2
14161
14196
  */
14162
14197
  class FailureCategoryItemApiResult {
14163
14198
  /**
@@ -14259,7 +14294,7 @@ declare module 'testit-api-client/model/FailureClassRegexApiResult' {
14259
14294
  /**
14260
14295
  * The FailureClassRegexApiResult model module.
14261
14296
  * @module model/FailureClassRegexApiResult
14262
- * @version 7.2.1
14297
+ * @version 7.2.2
14263
14298
  */
14264
14299
  class FailureClassRegexApiResult {
14265
14300
  /**
@@ -14306,7 +14341,7 @@ declare module 'testit-api-client/model/Filter' {
14306
14341
  /**
14307
14342
  * The Filter model module.
14308
14343
  * @module model/Filter
14309
- * @version 7.2.1
14344
+ * @version 7.2.2
14310
14345
  */
14311
14346
  class Filter {
14312
14347
  /**
@@ -14350,7 +14385,7 @@ declare module 'testit-api-client/model/FilterModel' {
14350
14385
  /**
14351
14386
  * The FilterModel model module.
14352
14387
  * @module model/FilterModel
14353
- * @version 7.2.1
14388
+ * @version 7.2.2
14354
14389
  */
14355
14390
  class FilterModel {
14356
14391
  /**
@@ -14474,7 +14509,7 @@ declare module 'testit-api-client/model/GenerateWorkItemPreviewsApiModel' {
14474
14509
  /**
14475
14510
  * The GenerateWorkItemPreviewsApiModel model module.
14476
14511
  * @module model/GenerateWorkItemPreviewsApiModel
14477
- * @version 7.2.1
14512
+ * @version 7.2.2
14478
14513
  */
14479
14514
  class GenerateWorkItemPreviewsApiModel {
14480
14515
  /**
@@ -14523,7 +14558,7 @@ declare module 'testit-api-client/model/GenerateWorkItemPreviewsApiResult' {
14523
14558
  /**
14524
14559
  * The GenerateWorkItemPreviewsApiResult model module.
14525
14560
  * @module model/GenerateWorkItemPreviewsApiResult
14526
- * @version 7.2.1
14561
+ * @version 7.2.2
14527
14562
  */
14528
14563
  class GenerateWorkItemPreviewsApiResult {
14529
14564
  /**
@@ -14565,7 +14600,7 @@ declare module 'testit-api-client/model/GetAIServiceModelsApiModel' {
14565
14600
  /**
14566
14601
  * The GetAIServiceModelsApiModel model module.
14567
14602
  * @module model/GetAIServiceModelsApiModel
14568
- * @version 7.2.1
14603
+ * @version 7.2.2
14569
14604
  */
14570
14605
  class GetAIServiceModelsApiModel {
14571
14606
  /**
@@ -14597,7 +14632,7 @@ declare module 'testit-api-client/model/GetExternalFormApiResult' {
14597
14632
  /**
14598
14633
  * The GetExternalFormApiResult model module.
14599
14634
  * @module model/GetExternalFormApiResult
14600
- * @version 7.2.1
14635
+ * @version 7.2.2
14601
14636
  */
14602
14637
  class GetExternalFormApiResult {
14603
14638
  /**
@@ -14640,7 +14675,7 @@ declare module 'testit-api-client/model/GetExternalIssueSuggestionsApiModel' {
14640
14675
  /**
14641
14676
  * The GetExternalIssueSuggestionsApiModel model module.
14642
14677
  * @module model/GetExternalIssueSuggestionsApiModel
14643
- * @version 7.2.1
14678
+ * @version 7.2.2
14644
14679
  */
14645
14680
  class GetExternalIssueSuggestionsApiModel {
14646
14681
  /**
@@ -14683,7 +14718,7 @@ declare module 'testit-api-client/model/GetShortProjectsApiModel' {
14683
14718
  /**
14684
14719
  * The GetShortProjectsApiModel model module.
14685
14720
  * @module model/GetShortProjectsApiModel
14686
- * @version 7.2.1
14721
+ * @version 7.2.2
14687
14722
  */
14688
14723
  class GetShortProjectsApiModel {
14689
14724
  /**
@@ -14717,7 +14752,7 @@ declare module 'testit-api-client/model/GetXlsxTestPointsByTestPlanModel' {
14717
14752
  /**
14718
14753
  * The GetXlsxTestPointsByTestPlanModel model module.
14719
14754
  * @module model/GetXlsxTestPointsByTestPlanModel
14720
- * @version 7.2.1
14755
+ * @version 7.2.2
14721
14756
  */
14722
14757
  class GetXlsxTestPointsByTestPlanModel {
14723
14758
  /**
@@ -14784,7 +14819,7 @@ declare module 'testit-api-client/model/GlobalCustomAttributePostModel' {
14784
14819
  /**
14785
14820
  * The GlobalCustomAttributePostModel model module.
14786
14821
  * @module model/GlobalCustomAttributePostModel
14787
- * @version 7.2.1
14822
+ * @version 7.2.2
14788
14823
  */
14789
14824
  class GlobalCustomAttributePostModel {
14790
14825
  /**
@@ -14830,7 +14865,7 @@ declare module 'testit-api-client/model/GlobalCustomAttributeUpdateModel' {
14830
14865
  /**
14831
14866
  * The GlobalCustomAttributeUpdateModel model module.
14832
14867
  * @module model/GlobalCustomAttributeUpdateModel
14833
- * @version 7.2.1
14868
+ * @version 7.2.2
14834
14869
  */
14835
14870
  class GlobalCustomAttributeUpdateModel {
14836
14871
  /**
@@ -14874,7 +14909,7 @@ declare module 'testit-api-client/model/GlobalSearchItemResult' {
14874
14909
  /**
14875
14910
  * The GlobalSearchItemResult model module.
14876
14911
  * @module model/GlobalSearchItemResult
14877
- * @version 7.2.1
14912
+ * @version 7.2.2
14878
14913
  */
14879
14914
  class GlobalSearchItemResult {
14880
14915
  /**
@@ -14922,7 +14957,7 @@ declare module 'testit-api-client/model/GlobalSearchRequest' {
14922
14957
  /**
14923
14958
  * The GlobalSearchRequest model module.
14924
14959
  * @module model/GlobalSearchRequest
14925
- * @version 7.2.1
14960
+ * @version 7.2.2
14926
14961
  */
14927
14962
  class GlobalSearchRequest {
14928
14963
  /**
@@ -14968,7 +15003,7 @@ declare module 'testit-api-client/model/GlobalSearchResponse' {
14968
15003
  /**
14969
15004
  * The GlobalSearchResponse model module.
14970
15005
  * @module model/GlobalSearchResponse
14971
- * @version 7.2.1
15006
+ * @version 7.2.2
14972
15007
  */
14973
15008
  class GlobalSearchResponse {
14974
15009
  /**
@@ -15013,7 +15048,7 @@ declare module 'testit-api-client/model/GuidChangedFieldViewModel' {
15013
15048
  /**
15014
15049
  * The GuidChangedFieldViewModel model module.
15015
15050
  * @module model/GuidChangedFieldViewModel
15016
- * @version 7.2.1
15051
+ * @version 7.2.2
15017
15052
  */
15018
15053
  class GuidChangedFieldViewModel {
15019
15054
  /**
@@ -15056,7 +15091,7 @@ declare module 'testit-api-client/model/GuidExtractionModel' {
15056
15091
  /**
15057
15092
  * The GuidExtractionModel model module.
15058
15093
  * @module model/GuidExtractionModel
15059
- * @version 7.2.1
15094
+ * @version 7.2.2
15060
15095
  */
15061
15096
  class GuidExtractionModel {
15062
15097
  /**
@@ -15089,7 +15124,7 @@ declare module 'testit-api-client/model/IFilter' {
15089
15124
  /**
15090
15125
  * The IFilter model module.
15091
15126
  * @module model/IFilter
15092
- * @version 7.2.1
15127
+ * @version 7.2.2
15093
15128
  */
15094
15129
  class IFilter {
15095
15130
  /**
@@ -15173,7 +15208,7 @@ declare module 'testit-api-client/model/Inquiry' {
15173
15208
  /**
15174
15209
  * The Inquiry model module.
15175
15210
  * @module model/Inquiry
15176
- * @version 7.2.1
15211
+ * @version 7.2.2
15177
15212
  */
15178
15213
  class Inquiry {
15179
15214
  /**
@@ -15216,7 +15251,7 @@ declare module 'testit-api-client/model/Int32ChangedFieldViewModel' {
15216
15251
  /**
15217
15252
  * The Int32ChangedFieldViewModel model module.
15218
15253
  * @module model/Int32ChangedFieldViewModel
15219
- * @version 7.2.1
15254
+ * @version 7.2.2
15220
15255
  */
15221
15256
  class Int32ChangedFieldViewModel {
15222
15257
  /**
@@ -15259,7 +15294,7 @@ declare module 'testit-api-client/model/Int32RangeSelectorModel' {
15259
15294
  /**
15260
15295
  * The Int32RangeSelectorModel model module.
15261
15296
  * @module model/Int32RangeSelectorModel
15262
- * @version 7.2.1
15297
+ * @version 7.2.2
15263
15298
  */
15264
15299
  class Int32RangeSelectorModel {
15265
15300
  /**
@@ -15292,7 +15327,7 @@ declare module 'testit-api-client/model/Int64ChangedFieldViewModel' {
15292
15327
  /**
15293
15328
  * The Int64ChangedFieldViewModel model module.
15294
15329
  * @module model/Int64ChangedFieldViewModel
15295
- * @version 7.2.1
15330
+ * @version 7.2.2
15296
15331
  */
15297
15332
  class Int64ChangedFieldViewModel {
15298
15333
  /**
@@ -15335,7 +15370,7 @@ declare module 'testit-api-client/model/Int64RangeSelectorModel' {
15335
15370
  /**
15336
15371
  * The Int64RangeSelectorModel model module.
15337
15372
  * @module model/Int64RangeSelectorModel
15338
- * @version 7.2.1
15373
+ * @version 7.2.2
15339
15374
  */
15340
15375
  class Int64RangeSelectorModel {
15341
15376
  /**
@@ -15368,7 +15403,7 @@ declare module 'testit-api-client/model/IterationApiResult' {
15368
15403
  /**
15369
15404
  * The IterationApiResult model module.
15370
15405
  * @module model/IterationApiResult
15371
- * @version 7.2.1
15406
+ * @version 7.2.2
15372
15407
  */
15373
15408
  class IterationApiResult {
15374
15409
  /**
@@ -15410,7 +15445,7 @@ declare module 'testit-api-client/model/IterationModel' {
15410
15445
  /**
15411
15446
  * The IterationModel model module.
15412
15447
  * @module model/IterationModel
15413
- * @version 7.2.1
15448
+ * @version 7.2.2
15414
15449
  */
15415
15450
  class IterationModel {
15416
15451
  /**
@@ -15452,7 +15487,7 @@ declare module 'testit-api-client/model/Label' {
15452
15487
  /**
15453
15488
  * The Label model module.
15454
15489
  * @module model/Label
15455
- * @version 7.2.1
15490
+ * @version 7.2.2
15456
15491
  */
15457
15492
  class Label {
15458
15493
  /**
@@ -15495,7 +15530,7 @@ declare module 'testit-api-client/model/LabelApiModel' {
15495
15530
  /**
15496
15531
  * The LabelApiModel model module.
15497
15532
  * @module model/LabelApiModel
15498
- * @version 7.2.1
15533
+ * @version 7.2.2
15499
15534
  */
15500
15535
  class LabelApiModel {
15501
15536
  /**
@@ -15536,7 +15571,7 @@ declare module 'testit-api-client/model/LabelApiResult' {
15536
15571
  /**
15537
15572
  * The LabelApiResult model module.
15538
15573
  * @module model/LabelApiResult
15539
- * @version 7.2.1
15574
+ * @version 7.2.2
15540
15575
  */
15541
15576
  class LabelApiResult {
15542
15577
  /**
@@ -15579,7 +15614,7 @@ declare module 'testit-api-client/model/LabelShortModel' {
15579
15614
  /**
15580
15615
  * The LabelShortModel model module.
15581
15616
  * @module model/LabelShortModel
15582
- * @version 7.2.1
15617
+ * @version 7.2.2
15583
15618
  */
15584
15619
  class LabelShortModel {
15585
15620
  /**
@@ -15622,7 +15657,7 @@ declare module 'testit-api-client/model/LastTestResultApiResult' {
15622
15657
  /**
15623
15658
  * The LastTestResultApiResult model module.
15624
15659
  * @module model/LastTestResultApiResult
15625
- * @version 7.2.1
15660
+ * @version 7.2.2
15626
15661
  */
15627
15662
  class LastTestResultApiResult {
15628
15663
  /**
@@ -15672,7 +15707,7 @@ declare module 'testit-api-client/model/LastTestResultModel' {
15672
15707
  /**
15673
15708
  * The LastTestResultModel model module.
15674
15709
  * @module model/LastTestResultModel
15675
- * @version 7.2.1
15710
+ * @version 7.2.2
15676
15711
  */
15677
15712
  class LastTestResultModel {
15678
15713
  /**
@@ -15721,7 +15756,7 @@ declare module 'testit-api-client/model/Link' {
15721
15756
  /**
15722
15757
  * The Link model module.
15723
15758
  * @module model/Link
15724
- * @version 7.2.1
15759
+ * @version 7.2.2
15725
15760
  */
15726
15761
  class Link {
15727
15762
  /**
@@ -15768,7 +15803,7 @@ declare module 'testit-api-client/model/LinkApiResult' {
15768
15803
  /**
15769
15804
  * The LinkApiResult model module.
15770
15805
  * @module model/LinkApiResult
15771
- * @version 7.2.1
15806
+ * @version 7.2.2
15772
15807
  */
15773
15808
  class LinkApiResult {
15774
15809
  /**
@@ -15815,7 +15850,7 @@ declare module 'testit-api-client/model/LinkCreateApiModel' {
15815
15850
  /**
15816
15851
  * The LinkCreateApiModel model module.
15817
15852
  * @module model/LinkCreateApiModel
15818
- * @version 7.2.1
15853
+ * @version 7.2.2
15819
15854
  */
15820
15855
  class LinkCreateApiModel {
15821
15856
  /**
@@ -15861,7 +15896,7 @@ declare module 'testit-api-client/model/LinkModel' {
15861
15896
  /**
15862
15897
  * The LinkModel model module.
15863
15898
  * @module model/LinkModel
15864
- * @version 7.2.1
15899
+ * @version 7.2.2
15865
15900
  */
15866
15901
  class LinkModel {
15867
15902
  /**
@@ -15908,7 +15943,7 @@ declare module 'testit-api-client/model/LinkPostModel' {
15908
15943
  /**
15909
15944
  * The LinkPostModel model module.
15910
15945
  * @module model/LinkPostModel
15911
- * @version 7.2.1
15946
+ * @version 7.2.2
15912
15947
  */
15913
15948
  class LinkPostModel {
15914
15949
  /**
@@ -15954,7 +15989,7 @@ declare module 'testit-api-client/model/LinkPutModel' {
15954
15989
  /**
15955
15990
  * The LinkPutModel model module.
15956
15991
  * @module model/LinkPutModel
15957
- * @version 7.2.1
15992
+ * @version 7.2.2
15958
15993
  */
15959
15994
  class LinkPutModel {
15960
15995
  /**
@@ -16001,7 +16036,7 @@ declare module 'testit-api-client/model/LinkShort' {
16001
16036
  /**
16002
16037
  * The LinkShort model module.
16003
16038
  * @module model/LinkShort
16004
- * @version 7.2.1
16039
+ * @version 7.2.2
16005
16040
  */
16006
16041
  class LinkShort {
16007
16042
  /**
@@ -16044,7 +16079,7 @@ declare module 'testit-api-client/model/LinkShortApiResult' {
16044
16079
  /**
16045
16080
  * The LinkShortApiResult model module.
16046
16081
  * @module model/LinkShortApiResult
16047
- * @version 7.2.1
16082
+ * @version 7.2.2
16048
16083
  */
16049
16084
  class LinkShortApiResult {
16050
16085
  /**
@@ -16091,7 +16126,7 @@ declare module 'testit-api-client/model/LinkShortModel' {
16091
16126
  /**
16092
16127
  * The LinkShortModel model module.
16093
16128
  * @module model/LinkShortModel
16094
- * @version 7.2.1
16129
+ * @version 7.2.2
16095
16130
  */
16096
16131
  class LinkShortModel {
16097
16132
  /**
@@ -16186,7 +16221,7 @@ declare module 'testit-api-client/model/LinkUpdateApiModel' {
16186
16221
  /**
16187
16222
  * The LinkUpdateApiModel model module.
16188
16223
  * @module model/LinkUpdateApiModel
16189
- * @version 7.2.1
16224
+ * @version 7.2.2
16190
16225
  */
16191
16226
  class LinkUpdateApiModel {
16192
16227
  /**
@@ -16291,7 +16326,7 @@ declare module 'testit-api-client/model/ManualRerunApiResult' {
16291
16326
  /**
16292
16327
  * The ManualRerunApiResult model module.
16293
16328
  * @module model/ManualRerunApiResult
16294
- * @version 7.2.1
16329
+ * @version 7.2.2
16295
16330
  */
16296
16331
  class ManualRerunApiResult {
16297
16332
  /**
@@ -16332,7 +16367,7 @@ declare module 'testit-api-client/model/ManualRerunSelectTestResultsApiModel' {
16332
16367
  /**
16333
16368
  * The ManualRerunSelectTestResultsApiModel model module.
16334
16369
  * @module model/ManualRerunSelectTestResultsApiModel
16335
- * @version 7.2.1
16370
+ * @version 7.2.2
16336
16371
  */
16337
16372
  class ManualRerunSelectTestResultsApiModel {
16338
16373
  /**
@@ -16366,7 +16401,7 @@ declare module 'testit-api-client/model/ManualRerunTestResultApiModel' {
16366
16401
  /**
16367
16402
  * The ManualRerunTestResultApiModel model module.
16368
16403
  * @module model/ManualRerunTestResultApiModel
16369
- * @version 7.2.1
16404
+ * @version 7.2.2
16370
16405
  */
16371
16406
  class ManualRerunTestResultApiModel {
16372
16407
  /**
@@ -16398,7 +16433,7 @@ declare module 'testit-api-client/model/NamedEntityApiModel' {
16398
16433
  /**
16399
16434
  * The NamedEntityApiModel model module.
16400
16435
  * @module model/NamedEntityApiModel
16401
- * @version 7.2.1
16436
+ * @version 7.2.2
16402
16437
  */
16403
16438
  class NamedEntityApiModel {
16404
16439
  /**
@@ -16441,7 +16476,7 @@ declare module 'testit-api-client/model/NotificationModel' {
16441
16476
  /**
16442
16477
  * The NotificationModel model module.
16443
16478
  * @module model/NotificationModel
16444
- * @version 7.2.1
16479
+ * @version 7.2.2
16445
16480
  */
16446
16481
  class NotificationModel {
16447
16482
  /**
@@ -16503,7 +16538,7 @@ declare module 'testit-api-client/model/NotificationQueryFilterModel' {
16503
16538
  /**
16504
16539
  * The NotificationQueryFilterModel model module.
16505
16540
  * @module model/NotificationQueryFilterModel
16506
- * @version 7.2.1
16541
+ * @version 7.2.2
16507
16542
  */
16508
16543
  class NotificationQueryFilterModel {
16509
16544
  /**
@@ -16570,13 +16605,91 @@ declare module 'testit-api-client/model/NotificationTypeModel' {
16570
16605
  * *
16571
16606
  */
16572
16607
 
16608
+ }
16609
+ declare module 'testit-api-client/model/OpenIdConnectionClientShortModel' {
16610
+ export default OpenIdConnectionClientShortModel;
16611
+ /**
16612
+ * The OpenIdConnectionClientShortModel model module.
16613
+ * @module model/OpenIdConnectionClientShortModel
16614
+ * @version 7.2.2
16615
+ */
16616
+ class OpenIdConnectionClientShortModel {
16617
+ /**
16618
+ * Initializes the fields of this object.
16619
+ * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
16620
+ * Only for internal use.
16621
+ */
16622
+ static initialize(obj: any, id: any, isEnabled: any): void;
16623
+ /**
16624
+ * Constructs a <code>OpenIdConnectionClientShortModel</code> from a plain JavaScript object, optionally creating a new instance.
16625
+ * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
16626
+ * @param {Object} data The plain JavaScript object bearing properties of interest.
16627
+ * @param {module:model/OpenIdConnectionClientShortModel} obj Optional instance to populate.
16628
+ * @return {module:model/OpenIdConnectionClientShortModel} The populated <code>OpenIdConnectionClientShortModel</code> instance.
16629
+ */
16630
+ static constructFromObject(data: any, obj: any): any;
16631
+ /**
16632
+ * Validates the JSON data with respect to <code>OpenIdConnectionClientShortModel</code>.
16633
+ * @param {Object} data The plain JavaScript object bearing properties of interest.
16634
+ * @return {boolean} to indicate whether the JSON data is valid with respect to <code>OpenIdConnectionClientShortModel</code>.
16635
+ */
16636
+ static validateJSON(data: any): boolean;
16637
+ /**
16638
+ * Constructs a new <code>OpenIdConnectionClientShortModel</code>.
16639
+ * @alias module:model/OpenIdConnectionClientShortModel
16640
+ * @param id {String}
16641
+ * @param isEnabled {Boolean}
16642
+ */
16643
+ constructor(id: string, isEnabled: boolean);
16644
+ id: any;
16645
+ name: any;
16646
+ isEnabled: any;
16647
+ settings: any;
16648
+ }
16649
+ namespace OpenIdConnectionClientShortModel {
16650
+ let RequiredProperties: string[];
16651
+ }
16652
+
16653
+ }
16654
+ declare module 'testit-api-client/model/OpenIdConnectionSettingsShortClientModel' {
16655
+ export default OpenIdConnectionSettingsShortClientModel;
16656
+ /**
16657
+ * The OpenIdConnectionSettingsShortClientModel model module.
16658
+ * @module model/OpenIdConnectionSettingsShortClientModel
16659
+ * @version 7.2.2
16660
+ */
16661
+ class OpenIdConnectionSettingsShortClientModel {
16662
+ /**
16663
+ * Initializes the fields of this object.
16664
+ * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
16665
+ * Only for internal use.
16666
+ */
16667
+ static initialize(obj: any): void;
16668
+ /**
16669
+ * Constructs a <code>OpenIdConnectionSettingsShortClientModel</code> from a plain JavaScript object, optionally creating a new instance.
16670
+ * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
16671
+ * @param {Object} data The plain JavaScript object bearing properties of interest.
16672
+ * @param {module:model/OpenIdConnectionSettingsShortClientModel} obj Optional instance to populate.
16673
+ * @return {module:model/OpenIdConnectionSettingsShortClientModel} The populated <code>OpenIdConnectionSettingsShortClientModel</code> instance.
16674
+ */
16675
+ static constructFromObject(data: any, obj: any): any;
16676
+ /**
16677
+ * Validates the JSON data with respect to <code>OpenIdConnectionSettingsShortClientModel</code>.
16678
+ * @param {Object} data The plain JavaScript object bearing properties of interest.
16679
+ * @return {boolean} to indicate whether the JSON data is valid with respect to <code>OpenIdConnectionSettingsShortClientModel</code>.
16680
+ */
16681
+ static validateJSON(data: any): boolean;
16682
+ authority: any;
16683
+ imageUrl: any;
16684
+ }
16685
+
16573
16686
  }
16574
16687
  declare module 'testit-api-client/model/Operation' {
16575
16688
  export default Operation;
16576
16689
  /**
16577
16690
  * The Operation model module.
16578
16691
  * @module model/Operation
16579
- * @version 7.2.1
16692
+ * @version 7.2.2
16580
16693
  */
16581
16694
  class Operation {
16582
16695
  /**
@@ -16611,7 +16724,7 @@ declare module 'testit-api-client/model/Order' {
16611
16724
  /**
16612
16725
  * The Order model module.
16613
16726
  * @module model/Order
16614
- * @version 7.2.1
16727
+ * @version 7.2.2
16615
16728
  */
16616
16729
  class Order {
16617
16730
  /**
@@ -16654,7 +16767,7 @@ declare module 'testit-api-client/model/Page' {
16654
16767
  /**
16655
16768
  * The Page model module.
16656
16769
  * @module model/Page
16657
- * @version 7.2.1
16770
+ * @version 7.2.2
16658
16771
  */
16659
16772
  class Page {
16660
16773
  /**
@@ -16697,7 +16810,7 @@ declare module 'testit-api-client/model/ParameterApiResult' {
16697
16810
  /**
16698
16811
  * The ParameterApiResult model module.
16699
16812
  * @module model/ParameterApiResult
16700
- * @version 7.2.1
16813
+ * @version 7.2.2
16701
16814
  */
16702
16815
  class ParameterApiResult {
16703
16816
  /**
@@ -16754,7 +16867,7 @@ declare module 'testit-api-client/model/ParameterGroupApiResult' {
16754
16867
  /**
16755
16868
  * The ParameterGroupApiResult model module.
16756
16869
  * @module model/ParameterGroupApiResult
16757
- * @version 7.2.1
16870
+ * @version 7.2.2
16758
16871
  */
16759
16872
  class ParameterGroupApiResult {
16760
16873
  /**
@@ -16801,7 +16914,7 @@ declare module 'testit-api-client/model/ParameterGroupsFilterApiModel' {
16801
16914
  /**
16802
16915
  * The ParameterGroupsFilterApiModel model module.
16803
16916
  * @module model/ParameterGroupsFilterApiModel
16804
- * @version 7.2.1
16917
+ * @version 7.2.2
16805
16918
  */
16806
16919
  class ParameterGroupsFilterApiModel {
16807
16920
  /**
@@ -16836,7 +16949,7 @@ declare module 'testit-api-client/model/ParameterIterationModel' {
16836
16949
  /**
16837
16950
  * The ParameterIterationModel model module.
16838
16951
  * @module model/ParameterIterationModel
16839
- * @version 7.2.1
16952
+ * @version 7.2.2
16840
16953
  */
16841
16954
  class ParameterIterationModel {
16842
16955
  /**
@@ -16877,7 +16990,7 @@ declare module 'testit-api-client/model/ParametersFilterApiModel' {
16877
16990
  /**
16878
16991
  * The ParametersFilterApiModel model module.
16879
16992
  * @module model/ParametersFilterApiModel
16880
- * @version 7.2.1
16993
+ * @version 7.2.2
16881
16994
  */
16882
16995
  class ParametersFilterApiModel {
16883
16996
  /**
@@ -16911,7 +17024,7 @@ declare module 'testit-api-client/model/ParameterShortApiResult' {
16911
17024
  /**
16912
17025
  * The ParameterShortApiResult model module.
16913
17026
  * @module model/ParameterShortApiResult
16914
- * @version 7.2.1
17027
+ * @version 7.2.2
16915
17028
  */
16916
17029
  class ParameterShortApiResult {
16917
17030
  /**
@@ -16958,7 +17071,7 @@ declare module 'testit-api-client/model/ParameterShortModel' {
16958
17071
  /**
16959
17072
  * The ParameterShortModel model module.
16960
17073
  * @module model/ParameterShortModel
16961
- * @version 7.2.1
17074
+ * @version 7.2.2
16962
17075
  */
16963
17076
  class ParameterShortModel {
16964
17077
  /**
@@ -17007,7 +17120,7 @@ declare module 'testit-api-client/model/PeriodViewModel' {
17007
17120
  /**
17008
17121
  * The PeriodViewModel model module.
17009
17122
  * @module model/PeriodViewModel
17010
- * @version 7.2.1
17123
+ * @version 7.2.2
17011
17124
  */
17012
17125
  class PeriodViewModel {
17013
17126
  /**
@@ -17040,7 +17153,7 @@ declare module 'testit-api-client/model/PeriodViewModelChangedFieldViewModel' {
17040
17153
  /**
17041
17154
  * The PeriodViewModelChangedFieldViewModel model module.
17042
17155
  * @module model/PeriodViewModelChangedFieldViewModel
17043
- * @version 7.2.1
17156
+ * @version 7.2.2
17044
17157
  */
17045
17158
  class PeriodViewModelChangedFieldViewModel {
17046
17159
  /**
@@ -17073,7 +17186,7 @@ declare module 'testit-api-client/model/PreviewsIssueLinkApiModel' {
17073
17186
  /**
17074
17187
  * The PreviewsIssueLinkApiModel model module.
17075
17188
  * @module model/PreviewsIssueLinkApiModel
17076
- * @version 7.2.1
17189
+ * @version 7.2.2
17077
17190
  */
17078
17191
  class PreviewsIssueLinkApiModel {
17079
17192
  /**
@@ -17116,7 +17229,7 @@ declare module 'testit-api-client/model/PreviewsIssueLinkApiResult' {
17116
17229
  /**
17117
17230
  * The PreviewsIssueLinkApiResult model module.
17118
17231
  * @module model/PreviewsIssueLinkApiResult
17119
- * @version 7.2.1
17232
+ * @version 7.2.2
17120
17233
  */
17121
17234
  class PreviewsIssueLinkApiResult {
17122
17235
  /**
@@ -17159,7 +17272,7 @@ declare module 'testit-api-client/model/ProblemDetails' {
17159
17272
  /**
17160
17273
  * The ProblemDetails model module.
17161
17274
  * @module model/ProblemDetails
17162
- * @version 7.2.1
17275
+ * @version 7.2.2
17163
17276
  */
17164
17277
  class ProblemDetails {
17165
17278
  /**
@@ -17195,7 +17308,7 @@ declare module 'testit-api-client/model/ProjectApiResult' {
17195
17308
  /**
17196
17309
  * The ProjectApiResult model module.
17197
17310
  * @module model/ProjectApiResult
17198
- * @version 7.2.1
17311
+ * @version 7.2.2
17199
17312
  */
17200
17313
  class ProjectApiResult {
17201
17314
  /**
@@ -17262,7 +17375,7 @@ declare module 'testit-api-client/model/ProjectAttributesFilterModel' {
17262
17375
  /**
17263
17376
  * The ProjectAttributesFilterModel model module.
17264
17377
  * @module model/ProjectAttributesFilterModel
17265
- * @version 7.2.1
17378
+ * @version 7.2.2
17266
17379
  */
17267
17380
  class ProjectAttributesFilterModel {
17268
17381
  /**
@@ -17308,7 +17421,7 @@ declare module 'testit-api-client/model/ProjectCustomAttributesTemplatesFilterMo
17308
17421
  /**
17309
17422
  * The ProjectCustomAttributesTemplatesFilterModel model module.
17310
17423
  * @module model/ProjectCustomAttributesTemplatesFilterModel
17311
- * @version 7.2.1
17424
+ * @version 7.2.2
17312
17425
  */
17313
17426
  class ProjectCustomAttributesTemplatesFilterModel {
17314
17427
  /**
@@ -17341,7 +17454,7 @@ declare module 'testit-api-client/model/ProjectCustomAttributeTemplateGetModel'
17341
17454
  /**
17342
17455
  * The ProjectCustomAttributeTemplateGetModel model module.
17343
17456
  * @module model/ProjectCustomAttributeTemplateGetModel
17344
- * @version 7.2.1
17457
+ * @version 7.2.2
17345
17458
  */
17346
17459
  class ProjectCustomAttributeTemplateGetModel {
17347
17460
  /**
@@ -17388,7 +17501,7 @@ declare module 'testit-api-client/model/ProjectDetailedFailureCategoryApiResult'
17388
17501
  /**
17389
17502
  * The ProjectDetailedFailureCategoryApiResult model module.
17390
17503
  * @module model/ProjectDetailedFailureCategoryApiResult
17391
- * @version 7.2.1
17504
+ * @version 7.2.2
17392
17505
  */
17393
17506
  class ProjectDetailedFailureCategoryApiResult {
17394
17507
  /**
@@ -17444,7 +17557,7 @@ declare module 'testit-api-client/model/ProjectExternalServiceApiResult' {
17444
17557
  /**
17445
17558
  * The ProjectExternalServiceApiResult model module.
17446
17559
  * @module model/ProjectExternalServiceApiResult
17447
- * @version 7.2.1
17560
+ * @version 7.2.2
17448
17561
  */
17449
17562
  class ProjectExternalServiceApiResult {
17450
17563
  /**
@@ -17491,7 +17604,7 @@ declare module 'testit-api-client/model/ProjectExternalServicesApiResult' {
17491
17604
  /**
17492
17605
  * The ProjectExternalServicesApiResult model module.
17493
17606
  * @module model/ProjectExternalServicesApiResult
17494
- * @version 7.2.1
17607
+ * @version 7.2.2
17495
17608
  */
17496
17609
  class ProjectExternalServicesApiResult {
17497
17610
  /**
@@ -17532,7 +17645,7 @@ declare module 'testit-api-client/model/ProjectExternalServiceSettingsApiResult'
17532
17645
  /**
17533
17646
  * The ProjectExternalServiceSettingsApiResult model module.
17534
17647
  * @module model/ProjectExternalServiceSettingsApiResult
17535
- * @version 7.2.1
17648
+ * @version 7.2.2
17536
17649
  */
17537
17650
  class ProjectExternalServiceSettingsApiResult {
17538
17651
  /**
@@ -17564,7 +17677,7 @@ declare module 'testit-api-client/model/ProjectExtractionModel' {
17564
17677
  /**
17565
17678
  * The ProjectExtractionModel model module.
17566
17679
  * @module model/ProjectExtractionModel
17567
- * @version 7.2.1
17680
+ * @version 7.2.2
17568
17681
  */
17569
17682
  class ProjectExtractionModel {
17570
17683
  /**
@@ -17596,7 +17709,7 @@ declare module 'testit-api-client/model/ProjectFailureCategoryApiResult' {
17596
17709
  /**
17597
17710
  * The ProjectFailureCategoryApiResult model module.
17598
17711
  * @module model/ProjectFailureCategoryApiResult
17599
- * @version 7.2.1
17712
+ * @version 7.2.2
17600
17713
  */
17601
17714
  class ProjectFailureCategoryApiResult {
17602
17715
  /**
@@ -17652,7 +17765,7 @@ declare module 'testit-api-client/model/ProjectFailureCategoryGroupItemApiResult
17652
17765
  /**
17653
17766
  * The ProjectFailureCategoryGroupItemApiResult model module.
17654
17767
  * @module model/ProjectFailureCategoryGroupItemApiResult
17655
- * @version 7.2.1
17768
+ * @version 7.2.2
17656
17769
  */
17657
17770
  class ProjectFailureCategoryGroupItemApiResult {
17658
17771
  /**
@@ -17694,7 +17807,7 @@ declare module 'testit-api-client/model/ProjectFailureCategoryGroupItemApiResult
17694
17807
  /**
17695
17808
  * The ProjectFailureCategoryGroupItemApiResultReply model module.
17696
17809
  * @module model/ProjectFailureCategoryGroupItemApiResultReply
17697
- * @version 7.2.1
17810
+ * @version 7.2.2
17698
17811
  */
17699
17812
  class ProjectFailureCategoryGroupItemApiResultReply {
17700
17813
  /**
@@ -17737,7 +17850,7 @@ declare module 'testit-api-client/model/ProjectModel' {
17737
17850
  /**
17738
17851
  * The ProjectModel model module.
17739
17852
  * @module model/ProjectModel
17740
- * @version 7.2.1
17853
+ * @version 7.2.2
17741
17854
  */
17742
17855
  class ProjectModel {
17743
17856
  /**
@@ -17803,7 +17916,7 @@ declare module 'testit-api-client/model/ProjectNameApiResult' {
17803
17916
  /**
17804
17917
  * The ProjectNameApiResult model module.
17805
17918
  * @module model/ProjectNameApiResult
17806
- * @version 7.2.1
17919
+ * @version 7.2.2
17807
17920
  */
17808
17921
  class ProjectNameApiResult {
17809
17922
  /**
@@ -17846,7 +17959,7 @@ declare module 'testit-api-client/model/ProjectSelectModel' {
17846
17959
  /**
17847
17960
  * The ProjectSelectModel model module.
17848
17961
  * @module model/ProjectSelectModel
17849
- * @version 7.2.1
17962
+ * @version 7.2.2
17850
17963
  */
17851
17964
  class ProjectSelectModel {
17852
17965
  /**
@@ -17879,7 +17992,7 @@ declare module 'testit-api-client/model/ProjectsFilterModel' {
17879
17992
  /**
17880
17993
  * The ProjectsFilterModel model module.
17881
17994
  * @module model/ProjectsFilterModel
17882
- * @version 7.2.1
17995
+ * @version 7.2.2
17883
17996
  */
17884
17997
  class ProjectsFilterModel {
17885
17998
  /**
@@ -17921,7 +18034,7 @@ declare module 'testit-api-client/model/ProjectShortApiResult' {
17921
18034
  /**
17922
18035
  * The ProjectShortApiResult model module.
17923
18036
  * @module model/ProjectShortApiResult
17924
- * @version 7.2.1
18037
+ * @version 7.2.2
17925
18038
  */
17926
18039
  class ProjectShortApiResult {
17927
18040
  /**
@@ -17972,7 +18085,7 @@ declare module 'testit-api-client/model/ProjectShortApiResultReply' {
17972
18085
  /**
17973
18086
  * The ProjectShortApiResultReply model module.
17974
18087
  * @module model/ProjectShortApiResultReply
17975
- * @version 7.2.1
18088
+ * @version 7.2.2
17976
18089
  */
17977
18090
  class ProjectShortApiResultReply {
17978
18091
  /**
@@ -18015,7 +18128,7 @@ declare module 'testit-api-client/model/ProjectShortestModel' {
18015
18128
  /**
18016
18129
  * The ProjectShortestModel model module.
18017
18130
  * @module model/ProjectShortestModel
18018
- * @version 7.2.1
18131
+ * @version 7.2.2
18019
18132
  */
18020
18133
  class ProjectShortestModel {
18021
18134
  /**
@@ -18064,7 +18177,7 @@ declare module 'testit-api-client/model/ProjectShortModel' {
18064
18177
  /**
18065
18178
  * The ProjectShortModel model module.
18066
18179
  * @module model/ProjectShortModel
18067
- * @version 7.2.1
18180
+ * @version 7.2.2
18068
18181
  */
18069
18182
  class ProjectShortModel {
18070
18183
  /**
@@ -18128,7 +18241,7 @@ declare module 'testit-api-client/model/ProjectTestPlansFilterModel' {
18128
18241
  /**
18129
18242
  * The ProjectTestPlansFilterModel model module.
18130
18243
  * @module model/ProjectTestPlansFilterModel
18131
- * @version 7.2.1
18244
+ * @version 7.2.2
18132
18245
  */
18133
18246
  class ProjectTestPlansFilterModel {
18134
18247
  /**
@@ -18234,7 +18347,7 @@ declare module 'testit-api-client/model/ReplaceProjectExternalServiceApiModel' {
18234
18347
  /**
18235
18348
  * The ReplaceProjectExternalServiceApiModel model module.
18236
18349
  * @module model/ReplaceProjectExternalServiceApiModel
18237
- * @version 7.2.1
18350
+ * @version 7.2.2
18238
18351
  */
18239
18352
  class ReplaceProjectExternalServiceApiModel {
18240
18353
  /**
@@ -18379,7 +18492,7 @@ declare module 'testit-api-client/model/RerunsApiResult' {
18379
18492
  /**
18380
18493
  * The RerunsApiResult model module.
18381
18494
  * @module model/RerunsApiResult
18382
- * @version 7.2.1
18495
+ * @version 7.2.2
18383
18496
  */
18384
18497
  class RerunsApiResult {
18385
18498
  /**
@@ -18416,56 +18529,13 @@ declare module 'testit-api-client/model/RerunsApiResult' {
18416
18529
  let RequiredProperties: string[];
18417
18530
  }
18418
18531
 
18419
- }
18420
- declare module 'testit-api-client/model/RerunsModel' {
18421
- export default RerunsModel;
18422
- /**
18423
- * The RerunsModel model module.
18424
- * @module model/RerunsModel
18425
- * @version 7.2.1
18426
- */
18427
- class RerunsModel {
18428
- /**
18429
- * Initializes the fields of this object.
18430
- * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
18431
- * Only for internal use.
18432
- */
18433
- static initialize(obj: any, rerunCount: any, rerunTestResults: any): void;
18434
- /**
18435
- * Constructs a <code>RerunsModel</code> from a plain JavaScript object, optionally creating a new instance.
18436
- * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
18437
- * @param {Object} data The plain JavaScript object bearing properties of interest.
18438
- * @param {module:model/RerunsModel} obj Optional instance to populate.
18439
- * @return {module:model/RerunsModel} The populated <code>RerunsModel</code> instance.
18440
- */
18441
- static constructFromObject(data: any, obj: any): any;
18442
- /**
18443
- * Validates the JSON data with respect to <code>RerunsModel</code>.
18444
- * @param {Object} data The plain JavaScript object bearing properties of interest.
18445
- * @return {boolean} to indicate whether the JSON data is valid with respect to <code>RerunsModel</code>.
18446
- */
18447
- static validateJSON(data: any): boolean;
18448
- /**
18449
- * Constructs a new <code>RerunsModel</code>.
18450
- * @alias module:model/RerunsModel
18451
- * @param rerunCount {Number}
18452
- * @param rerunTestResults {Array.<module:model/RerunTestResultModel>}
18453
- */
18454
- constructor(rerunCount: number, rerunTestResults: Array<any>);
18455
- rerunCount: any;
18456
- rerunTestResults: any;
18457
- }
18458
- namespace RerunsModel {
18459
- let RequiredProperties: string[];
18460
- }
18461
-
18462
18532
  }
18463
18533
  declare module 'testit-api-client/model/RerunTestResultApiResult' {
18464
18534
  export default RerunTestResultApiResult;
18465
18535
  /**
18466
18536
  * The RerunTestResultApiResult model module.
18467
18537
  * @module model/RerunTestResultApiResult
18468
- * @version 7.2.1
18538
+ * @version 7.2.2
18469
18539
  */
18470
18540
  class RerunTestResultApiResult {
18471
18541
  /**
@@ -18506,57 +18576,13 @@ declare module 'testit-api-client/model/RerunTestResultApiResult' {
18506
18576
  let RequiredProperties: string[];
18507
18577
  }
18508
18578
 
18509
- }
18510
- declare module 'testit-api-client/model/RerunTestResultModel' {
18511
- export default RerunTestResultModel;
18512
- /**
18513
- * The RerunTestResultModel model module.
18514
- * @module model/RerunTestResultModel
18515
- * @version 7.2.1
18516
- */
18517
- class RerunTestResultModel {
18518
- /**
18519
- * Initializes the fields of this object.
18520
- * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
18521
- * Only for internal use.
18522
- */
18523
- static initialize(obj: any, id: any, runNumber: any): void;
18524
- /**
18525
- * Constructs a <code>RerunTestResultModel</code> from a plain JavaScript object, optionally creating a new instance.
18526
- * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
18527
- * @param {Object} data The plain JavaScript object bearing properties of interest.
18528
- * @param {module:model/RerunTestResultModel} obj Optional instance to populate.
18529
- * @return {module:model/RerunTestResultModel} The populated <code>RerunTestResultModel</code> instance.
18530
- */
18531
- static constructFromObject(data: any, obj: any): any;
18532
- /**
18533
- * Validates the JSON data with respect to <code>RerunTestResultModel</code>.
18534
- * @param {Object} data The plain JavaScript object bearing properties of interest.
18535
- * @return {boolean} to indicate whether the JSON data is valid with respect to <code>RerunTestResultModel</code>.
18536
- */
18537
- static validateJSON(data: any): boolean;
18538
- /**
18539
- * Constructs a new <code>RerunTestResultModel</code>.
18540
- * @alias module:model/RerunTestResultModel
18541
- * @param id {String}
18542
- * @param runNumber {Number}
18543
- */
18544
- constructor(id: string, runNumber: number);
18545
- id: any;
18546
- outcome: any;
18547
- runNumber: any;
18548
- }
18549
- namespace RerunTestResultModel {
18550
- let RequiredProperties: string[];
18551
- }
18552
-
18553
18579
  }
18554
18580
  declare module 'testit-api-client/model/SearchCustomAttributeTemplateGetModel' {
18555
18581
  export default SearchCustomAttributeTemplateGetModel;
18556
18582
  /**
18557
18583
  * The SearchCustomAttributeTemplateGetModel model module.
18558
18584
  * @module model/SearchCustomAttributeTemplateGetModel
18559
- * @version 7.2.1
18585
+ * @version 7.2.2
18560
18586
  */
18561
18587
  class SearchCustomAttributeTemplateGetModel {
18562
18588
  /**
@@ -18605,7 +18631,7 @@ declare module 'testit-api-client/model/SearchExternalIssuesApiModel' {
18605
18631
  /**
18606
18632
  * The SearchExternalIssuesApiModel model module.
18607
18633
  * @module model/SearchExternalIssuesApiModel
18608
- * @version 7.2.1
18634
+ * @version 7.2.2
18609
18635
  */
18610
18636
  class SearchExternalIssuesApiModel {
18611
18637
  /**
@@ -18646,7 +18672,7 @@ declare module 'testit-api-client/model/SearchTestRunsApiModel' {
18646
18672
  /**
18647
18673
  * The SearchTestRunsApiModel model module.
18648
18674
  * @module model/SearchTestRunsApiModel
18649
- * @version 7.2.1
18675
+ * @version 7.2.2
18650
18676
  */
18651
18677
  class SearchTestRunsApiModel {
18652
18678
  /**
@@ -18676,6 +18702,8 @@ declare module 'testit-api-client/model/SearchTestRunsApiModel' {
18676
18702
  completedDate: any;
18677
18703
  createdByIds: any;
18678
18704
  modifiedByIds: any;
18705
+ tags: any;
18706
+ excludeTags: any;
18679
18707
  }
18680
18708
 
18681
18709
  }
@@ -18684,7 +18712,7 @@ declare module 'testit-api-client/model/SearchTestStatusesApiModel' {
18684
18712
  /**
18685
18713
  * The SearchTestStatusesApiModel model module.
18686
18714
  * @module model/SearchTestStatusesApiModel
18687
- * @version 7.2.1
18715
+ * @version 7.2.2
18688
18716
  */
18689
18717
  class SearchTestStatusesApiModel {
18690
18718
  /**
@@ -18716,7 +18744,7 @@ declare module 'testit-api-client/model/SearchWebhooksQueryModel' {
18716
18744
  /**
18717
18745
  * The SearchWebhooksQueryModel model module.
18718
18746
  * @module model/SearchWebhooksQueryModel
18719
- * @version 7.2.1
18747
+ * @version 7.2.2
18720
18748
  */
18721
18749
  class SearchWebhooksQueryModel {
18722
18750
  /**
@@ -18752,7 +18780,7 @@ declare module 'testit-api-client/model/SearchWorkflowProjectsApiModel' {
18752
18780
  /**
18753
18781
  * The SearchWorkflowProjectsApiModel model module.
18754
18782
  * @module model/SearchWorkflowProjectsApiModel
18755
- * @version 7.2.1
18783
+ * @version 7.2.2
18756
18784
  */
18757
18785
  class SearchWorkflowProjectsApiModel {
18758
18786
  /**
@@ -18784,7 +18812,7 @@ declare module 'testit-api-client/model/SearchWorkflowsApiModel' {
18784
18812
  /**
18785
18813
  * The SearchWorkflowsApiModel model module.
18786
18814
  * @module model/SearchWorkflowsApiModel
18787
- * @version 7.2.1
18815
+ * @version 7.2.2
18788
18816
  */
18789
18817
  class SearchWorkflowsApiModel {
18790
18818
  /**
@@ -18816,7 +18844,7 @@ declare module 'testit-api-client/model/SearchWorkItemLinkUrlsApiResult' {
18816
18844
  /**
18817
18845
  * The SearchWorkItemLinkUrlsApiResult model module.
18818
18846
  * @module model/SearchWorkItemLinkUrlsApiResult
18819
- * @version 7.2.1
18847
+ * @version 7.2.2
18820
18848
  */
18821
18849
  class SearchWorkItemLinkUrlsApiResult {
18822
18850
  /**
@@ -18857,7 +18885,7 @@ declare module 'testit-api-client/model/SectionModel' {
18857
18885
  /**
18858
18886
  * The SectionModel model module.
18859
18887
  * @module model/SectionModel
18860
- * @version 7.2.1
18888
+ * @version 7.2.2
18861
18889
  */
18862
18890
  class SectionModel {
18863
18891
  /**
@@ -18910,7 +18938,7 @@ declare module 'testit-api-client/model/SectionMoveModel' {
18910
18938
  /**
18911
18939
  * The SectionMoveModel model module.
18912
18940
  * @module model/SectionMoveModel
18913
- * @version 7.2.1
18941
+ * @version 7.2.2
18914
18942
  */
18915
18943
  class SectionMoveModel {
18916
18944
  /**
@@ -18956,7 +18984,7 @@ declare module 'testit-api-client/model/SectionPostModel' {
18956
18984
  /**
18957
18985
  * The SectionPostModel model module.
18958
18986
  * @module model/SectionPostModel
18959
- * @version 7.2.1
18987
+ * @version 7.2.2
18960
18988
  */
18961
18989
  class SectionPostModel {
18962
18990
  /**
@@ -19004,7 +19032,7 @@ declare module 'testit-api-client/model/SectionPutModel' {
19004
19032
  /**
19005
19033
  * The SectionPutModel model module.
19006
19034
  * @module model/SectionPutModel
19007
- * @version 7.2.1
19035
+ * @version 7.2.2
19008
19036
  */
19009
19037
  class SectionPutModel {
19010
19038
  /**
@@ -19054,7 +19082,7 @@ declare module 'testit-api-client/model/SectionRenameModel' {
19054
19082
  /**
19055
19083
  * The SectionRenameModel model module.
19056
19084
  * @module model/SectionRenameModel
19057
- * @version 7.2.1
19085
+ * @version 7.2.2
19058
19086
  */
19059
19087
  class SectionRenameModel {
19060
19088
  /**
@@ -19097,7 +19125,7 @@ declare module 'testit-api-client/model/SectionWithStepsModel' {
19097
19125
  /**
19098
19126
  * The SectionWithStepsModel model module.
19099
19127
  * @module model/SectionWithStepsModel
19100
- * @version 7.2.1
19128
+ * @version 7.2.2
19101
19129
  */
19102
19130
  class SectionWithStepsModel {
19103
19131
  /**
@@ -19153,7 +19181,7 @@ declare module 'testit-api-client/model/SelectTagsApiModel' {
19153
19181
  /**
19154
19182
  * The SelectTagsApiModel model module.
19155
19183
  * @module model/SelectTagsApiModel
19156
- * @version 7.2.1
19184
+ * @version 7.2.2
19157
19185
  */
19158
19186
  class SelectTagsApiModel {
19159
19187
  /**
@@ -19186,7 +19214,7 @@ declare module 'testit-api-client/model/SharedStepChangeViewModel' {
19186
19214
  /**
19187
19215
  * The SharedStepChangeViewModel model module.
19188
19216
  * @module model/SharedStepChangeViewModel
19189
- * @version 7.2.1
19217
+ * @version 7.2.2
19190
19218
  */
19191
19219
  class SharedStepChangeViewModel {
19192
19220
  /**
@@ -19233,7 +19261,7 @@ declare module 'testit-api-client/model/SharedStepModel' {
19233
19261
  /**
19234
19262
  * The SharedStepModel model module.
19235
19263
  * @module model/SharedStepModel
19236
- * @version 7.2.1
19264
+ * @version 7.2.2
19237
19265
  */
19238
19266
  class SharedStepModel {
19239
19267
  /**
@@ -19282,7 +19310,7 @@ declare module 'testit-api-client/model/SharedStepReferenceModel' {
19282
19310
  /**
19283
19311
  * The SharedStepReferenceModel model module.
19284
19312
  * @module model/SharedStepReferenceModel
19285
- * @version 7.2.1
19313
+ * @version 7.2.2
19286
19314
  */
19287
19315
  class SharedStepReferenceModel {
19288
19316
  /**
@@ -19355,7 +19383,7 @@ declare module 'testit-api-client/model/SharedStepReferenceSectionModel' {
19355
19383
  /**
19356
19384
  * The SharedStepReferenceSectionModel model module.
19357
19385
  * @module model/SharedStepReferenceSectionModel
19358
- * @version 7.2.1
19386
+ * @version 7.2.2
19359
19387
  */
19360
19388
  class SharedStepReferenceSectionModel {
19361
19389
  /**
@@ -19409,7 +19437,7 @@ declare module 'testit-api-client/model/SharedStepReferenceSectionsQueryFilterMo
19409
19437
  /**
19410
19438
  * The SharedStepReferenceSectionsQueryFilterModel model module.
19411
19439
  * @module model/SharedStepReferenceSectionsQueryFilterModel
19412
- * @version 7.2.1
19440
+ * @version 7.2.2
19413
19441
  */
19414
19442
  class SharedStepReferenceSectionsQueryFilterModel {
19415
19443
  /**
@@ -19445,7 +19473,7 @@ declare module 'testit-api-client/model/SharedStepReferencesQueryFilterModel' {
19445
19473
  /**
19446
19474
  * The SharedStepReferencesQueryFilterModel model module.
19447
19475
  * @module model/SharedStepReferencesQueryFilterModel
19448
- * @version 7.2.1
19476
+ * @version 7.2.2
19449
19477
  */
19450
19478
  class SharedStepReferencesQueryFilterModel {
19451
19479
  /**
@@ -19488,7 +19516,7 @@ declare module 'testit-api-client/model/SharedStepResultApiModel' {
19488
19516
  /**
19489
19517
  * The SharedStepResultApiModel model module.
19490
19518
  * @module model/SharedStepResultApiModel
19491
- * @version 7.2.1
19519
+ * @version 7.2.2
19492
19520
  */
19493
19521
  class SharedStepResultApiModel {
19494
19522
  /**
@@ -19531,7 +19559,7 @@ declare module 'testit-api-client/model/ShortConfiguration' {
19531
19559
  /**
19532
19560
  * The ShortConfiguration model module.
19533
19561
  * @module model/ShortConfiguration
19534
- * @version 7.2.1
19562
+ * @version 7.2.2
19535
19563
  */
19536
19564
  class ShortConfiguration {
19537
19565
  /**
@@ -19574,7 +19602,7 @@ declare module 'testit-api-client/model/StepCommentApiModel' {
19574
19602
  /**
19575
19603
  * The StepCommentApiModel model module.
19576
19604
  * @module model/StepCommentApiModel
19577
- * @version 7.2.1
19605
+ * @version 7.2.2
19578
19606
  */
19579
19607
  class StepCommentApiModel {
19580
19608
  /**
@@ -19629,7 +19657,7 @@ declare module 'testit-api-client/model/StepModel' {
19629
19657
  /**
19630
19658
  * The StepModel model module.
19631
19659
  * @module model/StepModel
19632
- * @version 7.2.1
19660
+ * @version 7.2.2
19633
19661
  */
19634
19662
  class StepModel {
19635
19663
  /**
@@ -19676,7 +19704,7 @@ declare module 'testit-api-client/model/StepPostModel' {
19676
19704
  /**
19677
19705
  * The StepPostModel model module.
19678
19706
  * @module model/StepPostModel
19679
- * @version 7.2.1
19707
+ * @version 7.2.2
19680
19708
  */
19681
19709
  class StepPostModel {
19682
19710
  /**
@@ -19712,7 +19740,7 @@ declare module 'testit-api-client/model/StepPutModel' {
19712
19740
  /**
19713
19741
  * The StepPutModel model module.
19714
19742
  * @module model/StepPutModel
19715
- * @version 7.2.1
19743
+ * @version 7.2.2
19716
19744
  */
19717
19745
  class StepPutModel {
19718
19746
  /**
@@ -19758,7 +19786,7 @@ declare module 'testit-api-client/model/StepResultApiModel' {
19758
19786
  /**
19759
19787
  * The StepResultApiModel model module.
19760
19788
  * @module model/StepResultApiModel
19761
- * @version 7.2.1
19789
+ * @version 7.2.2
19762
19790
  */
19763
19791
  class StepResultApiModel {
19764
19792
  /**
@@ -19804,7 +19832,7 @@ declare module 'testit-api-client/model/StringArrayChangedFieldViewModel' {
19804
19832
  /**
19805
19833
  * The StringArrayChangedFieldViewModel model module.
19806
19834
  * @module model/StringArrayChangedFieldViewModel
19807
- * @version 7.2.1
19835
+ * @version 7.2.2
19808
19836
  */
19809
19837
  class StringArrayChangedFieldViewModel {
19810
19838
  /**
@@ -19837,7 +19865,7 @@ declare module 'testit-api-client/model/StringChangedFieldViewModel' {
19837
19865
  /**
19838
19866
  * The StringChangedFieldViewModel model module.
19839
19867
  * @module model/StringChangedFieldViewModel
19840
- * @version 7.2.1
19868
+ * @version 7.2.2
19841
19869
  */
19842
19870
  class StringChangedFieldViewModel {
19843
19871
  /**
@@ -19870,7 +19898,7 @@ declare module 'testit-api-client/model/StringChangedFieldWithDiffsViewModel' {
19870
19898
  /**
19871
19899
  * The StringChangedFieldWithDiffsViewModel model module.
19872
19900
  * @module model/StringChangedFieldWithDiffsViewModel
19873
- * @version 7.2.1
19901
+ * @version 7.2.2
19874
19902
  */
19875
19903
  class StringChangedFieldWithDiffsViewModel {
19876
19904
  /**
@@ -19904,7 +19932,7 @@ declare module 'testit-api-client/model/StringExtractionModel' {
19904
19932
  /**
19905
19933
  * The StringExtractionModel model module.
19906
19934
  * @module model/StringExtractionModel
19907
- * @version 7.2.1
19935
+ * @version 7.2.2
19908
19936
  */
19909
19937
  class StringExtractionModel {
19910
19938
  /**
@@ -19937,7 +19965,7 @@ declare module 'testit-api-client/model/TagApiModel' {
19937
19965
  /**
19938
19966
  * The TagApiModel model module.
19939
19967
  * @module model/TagApiModel
19940
- * @version 7.2.1
19968
+ * @version 7.2.2
19941
19969
  */
19942
19970
  class TagApiModel {
19943
19971
  /**
@@ -19963,7 +19991,7 @@ declare module 'testit-api-client/model/TagApiModel' {
19963
19991
  /**
19964
19992
  * Constructs a new <code>TagApiModel</code>.
19965
19993
  * @alias module:model/TagApiModel
19966
- * @param name {String} Tag name
19994
+ * @param name {String} Name of the tag
19967
19995
  */
19968
19996
  constructor(name: string);
19969
19997
  name: any;
@@ -19978,7 +20006,7 @@ declare module 'testit-api-client/model/TagApiResult' {
19978
20006
  /**
19979
20007
  * The TagApiResult model module.
19980
20008
  * @module model/TagApiResult
19981
- * @version 7.2.1
20009
+ * @version 7.2.2
19982
20010
  */
19983
20011
  class TagApiResult {
19984
20012
  /**
@@ -20027,7 +20055,7 @@ declare module 'testit-api-client/model/TagModel' {
20027
20055
  /**
20028
20056
  * The TagModel model module.
20029
20057
  * @module model/TagModel
20030
- * @version 7.2.1
20058
+ * @version 7.2.2
20031
20059
  */
20032
20060
  class TagModel {
20033
20061
  /**
@@ -20068,7 +20096,7 @@ declare module 'testit-api-client/model/TagsExtractionApiModel' {
20068
20096
  /**
20069
20097
  * The TagsExtractionApiModel model module.
20070
20098
  * @module model/TagsExtractionApiModel
20071
- * @version 7.2.1
20099
+ * @version 7.2.2
20072
20100
  */
20073
20101
  class TagsExtractionApiModel {
20074
20102
  /**
@@ -20100,7 +20128,7 @@ declare module 'testit-api-client/model/TagsFilterApiModel' {
20100
20128
  /**
20101
20129
  * The TagsFilterApiModel model module.
20102
20130
  * @module model/TagsFilterApiModel
20103
- * @version 7.2.1
20131
+ * @version 7.2.2
20104
20132
  */
20105
20133
  class TagsFilterApiModel {
20106
20134
  /**
@@ -20134,7 +20162,7 @@ declare module 'testit-api-client/model/TagShortApiResult' {
20134
20162
  /**
20135
20163
  * The TagShortApiResult model module.
20136
20164
  * @module model/TagShortApiResult
20137
- * @version 7.2.1
20165
+ * @version 7.2.2
20138
20166
  */
20139
20167
  class TagShortApiResult {
20140
20168
  /**
@@ -20175,7 +20203,7 @@ declare module 'testit-api-client/model/TestPlanApiResult' {
20175
20203
  /**
20176
20204
  * The TestPlanApiResult model module.
20177
20205
  * @module model/TestPlanApiResult
20178
- * @version 7.2.1
20206
+ * @version 7.2.2
20179
20207
  */
20180
20208
  class TestPlanApiResult {
20181
20209
  /**
@@ -20244,7 +20272,7 @@ declare module 'testit-api-client/model/TestPlanChangedFieldsViewModel' {
20244
20272
  /**
20245
20273
  * The TestPlanChangedFieldsViewModel model module.
20246
20274
  * @module model/TestPlanChangedFieldsViewModel
20247
- * @version 7.2.1
20275
+ * @version 7.2.2
20248
20276
  */
20249
20277
  class TestPlanChangedFieldsViewModel {
20250
20278
  /**
@@ -20288,7 +20316,7 @@ declare module 'testit-api-client/model/TestPlanChangeModel' {
20288
20316
  /**
20289
20317
  * The TestPlanChangeModel model module.
20290
20318
  * @module model/TestPlanChangeModel
20291
- * @version 7.2.1
20319
+ * @version 7.2.2
20292
20320
  */
20293
20321
  class TestPlanChangeModel {
20294
20322
  /**
@@ -20336,7 +20364,7 @@ declare module 'testit-api-client/model/TestPlanExtractionModel' {
20336
20364
  /**
20337
20365
  * The TestPlanExtractionModel model module.
20338
20366
  * @module model/TestPlanExtractionModel
20339
- * @version 7.2.1
20367
+ * @version 7.2.2
20340
20368
  */
20341
20369
  class TestPlanExtractionModel {
20342
20370
  /**
@@ -20368,7 +20396,7 @@ declare module 'testit-api-client/model/TestPlanGroupByStatus' {
20368
20396
  /**
20369
20397
  * The TestPlanGroupByStatus model module.
20370
20398
  * @module model/TestPlanGroupByStatus
20371
- * @version 7.2.1
20399
+ * @version 7.2.2
20372
20400
  */
20373
20401
  class TestPlanGroupByStatus {
20374
20402
  /**
@@ -20411,7 +20439,7 @@ declare module 'testit-api-client/model/TestPlanGroupByStatusCode' {
20411
20439
  /**
20412
20440
  * The TestPlanGroupByStatusCode model module.
20413
20441
  * @module model/TestPlanGroupByStatusCode
20414
- * @version 7.2.1
20442
+ * @version 7.2.2
20415
20443
  */
20416
20444
  class TestPlanGroupByStatusCode {
20417
20445
  /**
@@ -20454,7 +20482,7 @@ declare module 'testit-api-client/model/TestPlanGroupByStatusType' {
20454
20482
  /**
20455
20483
  * The TestPlanGroupByStatusType model module.
20456
20484
  * @module model/TestPlanGroupByStatusType
20457
- * @version 7.2.1
20485
+ * @version 7.2.2
20458
20486
  */
20459
20487
  class TestPlanGroupByStatusType {
20460
20488
  /**
@@ -20497,7 +20525,7 @@ declare module 'testit-api-client/model/TestPlanGroupByTester' {
20497
20525
  /**
20498
20526
  * The TestPlanGroupByTester model module.
20499
20527
  * @module model/TestPlanGroupByTester
20500
- * @version 7.2.1
20528
+ * @version 7.2.2
20501
20529
  */
20502
20530
  class TestPlanGroupByTester {
20503
20531
  /**
@@ -20539,7 +20567,7 @@ declare module 'testit-api-client/model/TestPlanGroupByTesterAndStatus' {
20539
20567
  /**
20540
20568
  * The TestPlanGroupByTesterAndStatus model module.
20541
20569
  * @module model/TestPlanGroupByTesterAndStatus
20542
- * @version 7.2.1
20570
+ * @version 7.2.2
20543
20571
  */
20544
20572
  class TestPlanGroupByTesterAndStatus {
20545
20573
  /**
@@ -20583,7 +20611,7 @@ declare module 'testit-api-client/model/TestPlanGroupByTesterAndStatusCode' {
20583
20611
  /**
20584
20612
  * The TestPlanGroupByTesterAndStatusCode model module.
20585
20613
  * @module model/TestPlanGroupByTesterAndStatusCode
20586
- * @version 7.2.1
20614
+ * @version 7.2.2
20587
20615
  */
20588
20616
  class TestPlanGroupByTesterAndStatusCode {
20589
20617
  /**
@@ -20627,7 +20655,7 @@ declare module 'testit-api-client/model/TestPlanLink' {
20627
20655
  /**
20628
20656
  * The TestPlanLink model module.
20629
20657
  * @module model/TestPlanLink
20630
- * @version 7.2.1
20658
+ * @version 7.2.2
20631
20659
  */
20632
20660
  class TestPlanLink {
20633
20661
  /**
@@ -20665,7 +20693,7 @@ declare module 'testit-api-client/model/TestPlanModel' {
20665
20693
  /**
20666
20694
  * The TestPlanModel model module.
20667
20695
  * @module model/TestPlanModel
20668
- * @version 7.2.1
20696
+ * @version 7.2.2
20669
20697
  */
20670
20698
  class TestPlanModel {
20671
20699
  /**
@@ -20734,7 +20762,7 @@ declare module 'testit-api-client/model/TestPlanSelectModel' {
20734
20762
  /**
20735
20763
  * The TestPlanSelectModel model module.
20736
20764
  * @module model/TestPlanSelectModel
20737
- * @version 7.2.1
20765
+ * @version 7.2.2
20738
20766
  */
20739
20767
  class TestPlanSelectModel {
20740
20768
  /**
@@ -20776,7 +20804,7 @@ declare module 'testit-api-client/model/TestPlanShortModel' {
20776
20804
  /**
20777
20805
  * The TestPlanShortModel model module.
20778
20806
  * @module model/TestPlanShortModel
20779
- * @version 7.2.1
20807
+ * @version 7.2.2
20780
20808
  */
20781
20809
  class TestPlanShortModel {
20782
20810
  /**
@@ -20899,7 +20927,7 @@ declare module 'testit-api-client/model/TestPlanSummaryModel' {
20899
20927
  /**
20900
20928
  * The TestPlanSummaryModel model module.
20901
20929
  * @module model/TestPlanSummaryModel
20902
- * @version 7.2.1
20930
+ * @version 7.2.2
20903
20931
  */
20904
20932
  class TestPlanSummaryModel {
20905
20933
  /**
@@ -20951,7 +20979,7 @@ declare module 'testit-api-client/model/TestPlanTagApiResult' {
20951
20979
  /**
20952
20980
  * The TestPlanTagApiResult model module.
20953
20981
  * @module model/TestPlanTagApiResult
20954
- * @version 7.2.1
20982
+ * @version 7.2.2
20955
20983
  */
20956
20984
  class TestPlanTagApiResult {
20957
20985
  /**
@@ -20992,7 +21020,7 @@ declare module 'testit-api-client/model/TestPlanTestPointsAnalyticsApiModel' {
20992
21020
  /**
20993
21021
  * The TestPlanTestPointsAnalyticsApiModel model module.
20994
21022
  * @module model/TestPlanTestPointsAnalyticsApiModel
20995
- * @version 7.2.1
21023
+ * @version 7.2.2
20996
21024
  */
20997
21025
  class TestPlanTestPointsAnalyticsApiModel {
20998
21026
  /**
@@ -21025,7 +21053,7 @@ declare module 'testit-api-client/model/TestPlanTestPointsAnalyticsApiResult' {
21025
21053
  /**
21026
21054
  * The TestPlanTestPointsAnalyticsApiResult model module.
21027
21055
  * @module model/TestPlanTestPointsAnalyticsApiResult
21028
- * @version 7.2.1
21056
+ * @version 7.2.2
21029
21057
  */
21030
21058
  class TestPlanTestPointsAnalyticsApiResult {
21031
21059
  /**
@@ -21076,7 +21104,7 @@ declare module 'testit-api-client/model/TestPlanTestPointsApiModel' {
21076
21104
  /**
21077
21105
  * The TestPlanTestPointsApiModel model module.
21078
21106
  * @module model/TestPlanTestPointsApiModel
21079
- * @version 7.2.1
21107
+ * @version 7.2.2
21080
21108
  */
21081
21109
  class TestPlanTestPointsApiModel {
21082
21110
  /**
@@ -21110,7 +21138,7 @@ declare module 'testit-api-client/model/TestPlanTestPointsAutoTestsRerunApiModel
21110
21138
  /**
21111
21139
  * The TestPlanTestPointsAutoTestsRerunApiModel model module.
21112
21140
  * @module model/TestPlanTestPointsAutoTestsRerunApiModel
21113
- * @version 7.2.1
21141
+ * @version 7.2.2
21114
21142
  */
21115
21143
  class TestPlanTestPointsAutoTestsRerunApiModel {
21116
21144
  /**
@@ -21144,7 +21172,7 @@ declare module 'testit-api-client/model/TestPlanTestPointsAutoTestsRunApiModel'
21144
21172
  /**
21145
21173
  * The TestPlanTestPointsAutoTestsRunApiModel model module.
21146
21174
  * @module model/TestPlanTestPointsAutoTestsRunApiModel
21147
- * @version 7.2.1
21175
+ * @version 7.2.2
21148
21176
  */
21149
21177
  class TestPlanTestPointsAutoTestsRunApiModel {
21150
21178
  /**
@@ -21179,6 +21207,7 @@ declare module 'testit-api-client/model/TestPlanTestPointsAutoTestsRunApiModel'
21179
21207
  webhookIds: any;
21180
21208
  build: any;
21181
21209
  resetNotActualAutomatedTestPoints: any;
21210
+ tags: any;
21182
21211
  }
21183
21212
  namespace TestPlanTestPointsAutoTestsRunApiModel {
21184
21213
  let RequiredProperties: string[];
@@ -21190,7 +21219,7 @@ declare module 'testit-api-client/model/TestPlanTestPointsExtractionApiModel' {
21190
21219
  /**
21191
21220
  * The TestPlanTestPointsExtractionApiModel model module.
21192
21221
  * @module model/TestPlanTestPointsExtractionApiModel
21193
- * @version 7.2.1
21222
+ * @version 7.2.2
21194
21223
  */
21195
21224
  class TestPlanTestPointsExtractionApiModel {
21196
21225
  /**
@@ -21222,7 +21251,7 @@ declare module 'testit-api-client/model/TestPlanTestPointsGroupApiModel' {
21222
21251
  /**
21223
21252
  * The TestPlanTestPointsGroupApiModel model module.
21224
21253
  * @module model/TestPlanTestPointsGroupApiModel
21225
- * @version 7.2.1
21254
+ * @version 7.2.2
21226
21255
  */
21227
21256
  class TestPlanTestPointsGroupApiModel {
21228
21257
  /**
@@ -21264,7 +21293,7 @@ declare module 'testit-api-client/model/TestPlanTestPointsGroupApiResult' {
21264
21293
  /**
21265
21294
  * The TestPlanTestPointsGroupApiResult model module.
21266
21295
  * @module model/TestPlanTestPointsGroupApiResult
21267
- * @version 7.2.1
21296
+ * @version 7.2.2
21268
21297
  */
21269
21298
  class TestPlanTestPointsGroupApiResult {
21270
21299
  /**
@@ -21309,7 +21338,7 @@ declare module 'testit-api-client/model/TestPlanTestPointsGroupSearchApiResult'
21309
21338
  /**
21310
21339
  * The TestPlanTestPointsGroupSearchApiResult model module.
21311
21340
  * @module model/TestPlanTestPointsGroupSearchApiResult
21312
- * @version 7.2.1
21341
+ * @version 7.2.2
21313
21342
  */
21314
21343
  class TestPlanTestPointsGroupSearchApiResult {
21315
21344
  /**
@@ -21354,7 +21383,7 @@ declare module 'testit-api-client/model/TestPlanTestPointsGroupSearchItemApiResu
21354
21383
  /**
21355
21384
  * The TestPlanTestPointsGroupSearchItemApiResult model module.
21356
21385
  * @module model/TestPlanTestPointsGroupSearchItemApiResult
21357
- * @version 7.2.1
21386
+ * @version 7.2.2
21358
21387
  */
21359
21388
  class TestPlanTestPointsGroupSearchItemApiResult {
21360
21389
  /**
@@ -21397,7 +21426,7 @@ declare module 'testit-api-client/model/TestPlanTestPointsInquiryApiModel' {
21397
21426
  /**
21398
21427
  * The TestPlanTestPointsInquiryApiModel model module.
21399
21428
  * @module model/TestPlanTestPointsInquiryApiModel
21400
- * @version 7.2.1
21429
+ * @version 7.2.2
21401
21430
  */
21402
21431
  class TestPlanTestPointsInquiryApiModel {
21403
21432
  /**
@@ -21439,7 +21468,7 @@ declare module 'testit-api-client/model/TestPlanTestPointsSearchApiModel' {
21439
21468
  /**
21440
21469
  * The TestPlanTestPointsSearchApiModel model module.
21441
21470
  * @module model/TestPlanTestPointsSearchApiModel
21442
- * @version 7.2.1
21471
+ * @version 7.2.2
21443
21472
  */
21444
21473
  class TestPlanTestPointsSearchApiModel {
21445
21474
  /**
@@ -21493,7 +21522,7 @@ declare module 'testit-api-client/model/TestPlanTestPointsSearchApiResult' {
21493
21522
  /**
21494
21523
  * The TestPlanTestPointsSearchApiResult model module.
21495
21524
  * @module model/TestPlanTestPointsSearchApiResult
21496
- * @version 7.2.1
21525
+ * @version 7.2.2
21497
21526
  */
21498
21527
  class TestPlanTestPointsSearchApiResult {
21499
21528
  /**
@@ -21553,7 +21582,7 @@ declare module 'testit-api-client/model/TestPlanTestPointsSearchStatusCountersAp
21553
21582
  /**
21554
21583
  * The TestPlanTestPointsSearchStatusCountersApiResult model module.
21555
21584
  * @module model/TestPlanTestPointsSearchStatusCountersApiResult
21556
- * @version 7.2.1
21585
+ * @version 7.2.2
21557
21586
  */
21558
21587
  class TestPlanTestPointsSearchStatusCountersApiResult {
21559
21588
  /**
@@ -21600,7 +21629,7 @@ declare module 'testit-api-client/model/TestPlanTestPointsSectionSearchApiResult
21600
21629
  /**
21601
21630
  * The TestPlanTestPointsSectionSearchApiResult model module.
21602
21631
  * @module model/TestPlanTestPointsSectionSearchApiResult
21603
- * @version 7.2.1
21632
+ * @version 7.2.2
21604
21633
  */
21605
21634
  class TestPlanTestPointsSectionSearchApiResult {
21606
21635
  /**
@@ -21644,7 +21673,7 @@ declare module 'testit-api-client/model/TestPlanTestPointsSetTestersApiModel' {
21644
21673
  /**
21645
21674
  * The TestPlanTestPointsSetTestersApiModel model module.
21646
21675
  * @module model/TestPlanTestPointsSetTestersApiModel
21647
- * @version 7.2.1
21676
+ * @version 7.2.2
21648
21677
  */
21649
21678
  class TestPlanTestPointsSetTestersApiModel {
21650
21679
  /**
@@ -21687,7 +21716,7 @@ declare module 'testit-api-client/model/TestPlanTestPointsStatusCodeGroupApiResu
21687
21716
  /**
21688
21717
  * The TestPlanTestPointsStatusCodeGroupApiResult model module.
21689
21718
  * @module model/TestPlanTestPointsStatusCodeGroupApiResult
21690
- * @version 7.2.1
21719
+ * @version 7.2.2
21691
21720
  */
21692
21721
  class TestPlanTestPointsStatusCodeGroupApiResult {
21693
21722
  /**
@@ -21732,7 +21761,7 @@ declare module 'testit-api-client/model/TestPlanTestPointsStatusGroupApiResult'
21732
21761
  /**
21733
21762
  * The TestPlanTestPointsStatusGroupApiResult model module.
21734
21763
  * @module model/TestPlanTestPointsStatusGroupApiResult
21735
- * @version 7.2.1
21764
+ * @version 7.2.2
21736
21765
  */
21737
21766
  class TestPlanTestPointsStatusGroupApiResult {
21738
21767
  /**
@@ -21775,7 +21804,7 @@ declare module 'testit-api-client/model/TestPlanTestPointsStatusTypeGroupApiResu
21775
21804
  /**
21776
21805
  * The TestPlanTestPointsStatusTypeGroupApiResult model module.
21777
21806
  * @module model/TestPlanTestPointsStatusTypeGroupApiResult
21778
- * @version 7.2.1
21807
+ * @version 7.2.2
21779
21808
  */
21780
21809
  class TestPlanTestPointsStatusTypeGroupApiResult {
21781
21810
  /**
@@ -21818,7 +21847,7 @@ declare module 'testit-api-client/model/TestPlanTestPointsTesterAndStatusGroupAp
21818
21847
  /**
21819
21848
  * The TestPlanTestPointsTesterAndStatusGroupApiResult model module.
21820
21849
  * @module model/TestPlanTestPointsTesterAndStatusGroupApiResult
21821
- * @version 7.2.1
21850
+ * @version 7.2.2
21822
21851
  */
21823
21852
  class TestPlanTestPointsTesterAndStatusGroupApiResult {
21824
21853
  /**
@@ -21863,7 +21892,7 @@ declare module 'testit-api-client/model/TestPlanTestPointsTesterAndStatusTypeGro
21863
21892
  /**
21864
21893
  * The TestPlanTestPointsTesterAndStatusTypeGroupApiResult model module.
21865
21894
  * @module model/TestPlanTestPointsTesterAndStatusTypeGroupApiResult
21866
- * @version 7.2.1
21895
+ * @version 7.2.2
21867
21896
  */
21868
21897
  class TestPlanTestPointsTesterAndStatusTypeGroupApiResult {
21869
21898
  /**
@@ -21908,7 +21937,7 @@ declare module 'testit-api-client/model/TestPlanTestPointsTesterGroupApiResult'
21908
21937
  /**
21909
21938
  * The TestPlanTestPointsTesterGroupApiResult model module.
21910
21939
  * @module model/TestPlanTestPointsTesterGroupApiResult
21911
- * @version 7.2.1
21940
+ * @version 7.2.2
21912
21941
  */
21913
21942
  class TestPlanTestPointsTesterGroupApiResult {
21914
21943
  /**
@@ -21951,7 +21980,7 @@ declare module 'testit-api-client/model/TestPlanTestPointsTestSuiteSearchApiResu
21951
21980
  /**
21952
21981
  * The TestPlanTestPointsTestSuiteSearchApiResult model module.
21953
21982
  * @module model/TestPlanTestPointsTestSuiteSearchApiResult
21954
- * @version 7.2.1
21983
+ * @version 7.2.2
21955
21984
  */
21956
21985
  class TestPlanTestPointsTestSuiteSearchApiResult {
21957
21986
  /**
@@ -21994,7 +22023,7 @@ declare module 'testit-api-client/model/TestPlanTestPointsWorkItemSearchApiResul
21994
22023
  /**
21995
22024
  * The TestPlanTestPointsWorkItemSearchApiResult model module.
21996
22025
  * @module model/TestPlanTestPointsWorkItemSearchApiResult
21997
- * @version 7.2.1
22026
+ * @version 7.2.2
21998
22027
  */
21999
22028
  class TestPlanTestPointsWorkItemSearchApiResult {
22000
22029
  /**
@@ -22063,7 +22092,7 @@ declare module 'testit-api-client/model/TestPlanWithAnalyticModel' {
22063
22092
  /**
22064
22093
  * The TestPlanWithAnalyticModel model module.
22065
22094
  * @module model/TestPlanWithAnalyticModel
22066
- * @version 7.2.1
22095
+ * @version 7.2.2
22067
22096
  */
22068
22097
  class TestPlanWithAnalyticModel {
22069
22098
  /**
@@ -22134,7 +22163,7 @@ declare module 'testit-api-client/model/TestPlanWithTestSuiteTreeModel' {
22134
22163
  /**
22135
22164
  * The TestPlanWithTestSuiteTreeModel model module.
22136
22165
  * @module model/TestPlanWithTestSuiteTreeModel
22137
- * @version 7.2.1
22166
+ * @version 7.2.2
22138
22167
  */
22139
22168
  class TestPlanWithTestSuiteTreeModel {
22140
22169
  /**
@@ -22205,7 +22234,7 @@ declare module 'testit-api-client/model/TestPoint' {
22205
22234
  /**
22206
22235
  * The TestPoint model module.
22207
22236
  * @module model/TestPoint
22208
- * @version 7.2.1
22237
+ * @version 7.2.2
22209
22238
  */
22210
22239
  class TestPoint {
22211
22240
  /**
@@ -22258,7 +22287,7 @@ declare module 'testit-api-client/model/TestPointAnalyticResult' {
22258
22287
  /**
22259
22288
  * The TestPointAnalyticResult model module.
22260
22289
  * @module model/TestPointAnalyticResult
22261
- * @version 7.2.1
22290
+ * @version 7.2.2
22262
22291
  */
22263
22292
  class TestPointAnalyticResult {
22264
22293
  /**
@@ -22311,7 +22340,7 @@ declare module 'testit-api-client/model/TestPointByTestSuiteModel' {
22311
22340
  /**
22312
22341
  * The TestPointByTestSuiteModel model module.
22313
22342
  * @module model/TestPointByTestSuiteModel
22314
- * @version 7.2.1
22343
+ * @version 7.2.2
22315
22344
  */
22316
22345
  class TestPointByTestSuiteModel {
22317
22346
  /**
@@ -22360,7 +22389,7 @@ declare module 'testit-api-client/model/TestPointChangeViewModel' {
22360
22389
  /**
22361
22390
  * The TestPointChangeViewModel model module.
22362
22391
  * @module model/TestPointChangeViewModel
22363
- * @version 7.2.1
22392
+ * @version 7.2.2
22364
22393
  */
22365
22394
  class TestPointChangeViewModel {
22366
22395
  /**
@@ -22404,7 +22433,7 @@ declare module 'testit-api-client/model/TestPointChangeViewModelChangedFieldView
22404
22433
  /**
22405
22434
  * The TestPointChangeViewModelChangedFieldViewModel model module.
22406
22435
  * @module model/TestPointChangeViewModelChangedFieldViewModel
22407
- * @version 7.2.1
22436
+ * @version 7.2.2
22408
22437
  */
22409
22438
  class TestPointChangeViewModelChangedFieldViewModel {
22410
22439
  /**
@@ -22437,7 +22466,7 @@ declare module 'testit-api-client/model/TestPointFilterModel' {
22437
22466
  /**
22438
22467
  * The TestPointFilterModel model module.
22439
22468
  * @module model/TestPointFilterModel
22440
- * @version 7.2.1
22469
+ * @version 7.2.2
22441
22470
  */
22442
22471
  class TestPointFilterModel {
22443
22472
  /**
@@ -22493,7 +22522,7 @@ declare module 'testit-api-client/model/TestPointFilterRequestModel' {
22493
22522
  /**
22494
22523
  * The TestPointFilterRequestModel model module.
22495
22524
  * @module model/TestPointFilterRequestModel
22496
- * @version 7.2.1
22525
+ * @version 7.2.2
22497
22526
  */
22498
22527
  class TestPointFilterRequestModel {
22499
22528
  /**
@@ -22549,7 +22578,7 @@ declare module 'testit-api-client/model/TestPointResultApiResult' {
22549
22578
  /**
22550
22579
  * The TestPointResultApiResult model module.
22551
22580
  * @module model/TestPointResultApiResult
22552
- * @version 7.2.1
22581
+ * @version 7.2.2
22553
22582
  */
22554
22583
  class TestPointResultApiResult {
22555
22584
  /**
@@ -22596,7 +22625,7 @@ declare module 'testit-api-client/model/TestPointSelectModel' {
22596
22625
  /**
22597
22626
  * The TestPointSelectModel model module.
22598
22627
  * @module model/TestPointSelectModel
22599
- * @version 7.2.1
22628
+ * @version 7.2.2
22600
22629
  */
22601
22630
  class TestPointSelectModel {
22602
22631
  /**
@@ -22629,7 +22658,7 @@ declare module 'testit-api-client/model/TestPointSelector' {
22629
22658
  /**
22630
22659
  * The TestPointSelector model module.
22631
22660
  * @module model/TestPointSelector
22632
- * @version 7.2.1
22661
+ * @version 7.2.2
22633
22662
  */
22634
22663
  class TestPointSelector {
22635
22664
  /**
@@ -22672,7 +22701,7 @@ declare module 'testit-api-client/model/TestPointsExtractionModel' {
22672
22701
  /**
22673
22702
  * The TestPointsExtractionModel model module.
22674
22703
  * @module model/TestPointsExtractionModel
22675
- * @version 7.2.1
22704
+ * @version 7.2.2
22676
22705
  */
22677
22706
  class TestPointsExtractionModel {
22678
22707
  /**
@@ -22704,7 +22733,7 @@ declare module 'testit-api-client/model/TestPointShortApiResult' {
22704
22733
  /**
22705
22734
  * The TestPointShortApiResult model module.
22706
22735
  * @module model/TestPointShortApiResult
22707
- * @version 7.2.1
22736
+ * @version 7.2.2
22708
22737
  */
22709
22738
  class TestPointShortApiResult {
22710
22739
  /**
@@ -22759,7 +22788,7 @@ declare module 'testit-api-client/model/TestPointShortModel' {
22759
22788
  /**
22760
22789
  * The TestPointShortModel model module.
22761
22790
  * @module model/TestPointShortModel
22762
- * @version 7.2.1
22791
+ * @version 7.2.2
22763
22792
  */
22764
22793
  class TestPointShortModel {
22765
22794
  /**
@@ -22810,7 +22839,7 @@ declare module 'testit-api-client/model/TestPointShortResponseModel' {
22810
22839
  /**
22811
22840
  * The TestPointShortResponseModel model module.
22812
22841
  * @module model/TestPointShortResponseModel
22813
- * @version 7.2.1
22842
+ * @version 7.2.2
22814
22843
  */
22815
22844
  class TestPointShortResponseModel {
22816
22845
  /**
@@ -22959,7 +22988,7 @@ declare module 'testit-api-client/model/TestPointWithLastResultResponseModel' {
22959
22988
  /**
22960
22989
  * The TestPointWithLastResultResponseModel model module.
22961
22990
  * @module model/TestPointWithLastResultResponseModel
22962
- * @version 7.2.1
22991
+ * @version 7.2.2
22963
22992
  */
22964
22993
  class TestPointWithLastResultResponseModel {
22965
22994
  /**
@@ -23033,7 +23062,7 @@ declare module 'testit-api-client/model/TestResultApiResult' {
23033
23062
  /**
23034
23063
  * The TestResultApiResult model module.
23035
23064
  * @module model/TestResultApiResult
23036
- * @version 7.2.1
23065
+ * @version 7.2.2
23037
23066
  */
23038
23067
  class TestResultApiResult {
23039
23068
  /**
@@ -23116,7 +23145,7 @@ declare module 'testit-api-client/model/TestResultChangeViewModel' {
23116
23145
  /**
23117
23146
  * The TestResultChangeViewModel model module.
23118
23147
  * @module model/TestResultChangeViewModel
23119
- * @version 7.2.1
23148
+ * @version 7.2.2
23120
23149
  */
23121
23150
  class TestResultChangeViewModel {
23122
23151
  /**
@@ -23157,7 +23186,7 @@ declare module 'testit-api-client/model/TestResultChangeViewModelChangedFieldVie
23157
23186
  /**
23158
23187
  * The TestResultChangeViewModelChangedFieldViewModel model module.
23159
23188
  * @module model/TestResultChangeViewModelChangedFieldViewModel
23160
- * @version 7.2.1
23189
+ * @version 7.2.2
23161
23190
  */
23162
23191
  class TestResultChangeViewModelChangedFieldViewModel {
23163
23192
  /**
@@ -23190,7 +23219,7 @@ declare module 'testit-api-client/model/TestResultChronologyModel' {
23190
23219
  /**
23191
23220
  * The TestResultChronologyModel model module.
23192
23221
  * @module model/TestResultChronologyModel
23193
- * @version 7.2.1
23222
+ * @version 7.2.2
23194
23223
  */
23195
23224
  class TestResultChronologyModel {
23196
23225
  /**
@@ -23232,7 +23261,7 @@ declare module 'testit-api-client/model/TestResultFailureClassApiResult' {
23232
23261
  /**
23233
23262
  * The TestResultFailureClassApiResult model module.
23234
23263
  * @module model/TestResultFailureClassApiResult
23235
- * @version 7.2.1
23264
+ * @version 7.2.2
23236
23265
  */
23237
23266
  class TestResultFailureClassApiResult {
23238
23267
  /**
@@ -23273,7 +23302,7 @@ declare module 'testit-api-client/model/TestResultHistoryReportApiResult' {
23273
23302
  /**
23274
23303
  * The TestResultHistoryReportApiResult model module.
23275
23304
  * @module model/TestResultHistoryReportApiResult
23276
- * @version 7.2.1
23305
+ * @version 7.2.2
23277
23306
  */
23278
23307
  class TestResultHistoryReportApiResult {
23279
23308
  /**
@@ -23390,7 +23419,7 @@ declare module 'testit-api-client/model/TestResultResponse' {
23390
23419
  /**
23391
23420
  * The TestResultResponse model module.
23392
23421
  * @module model/TestResultResponse
23393
- * @version 7.2.1
23422
+ * @version 7.2.2
23394
23423
  */
23395
23424
  class TestResultResponse {
23396
23425
  /**
@@ -23471,7 +23500,7 @@ declare module 'testit-api-client/model/TestResultsExtractionApiModel' {
23471
23500
  /**
23472
23501
  * The TestResultsExtractionApiModel model module.
23473
23502
  * @module model/TestResultsExtractionApiModel
23474
- * @version 7.2.1
23503
+ * @version 7.2.2
23475
23504
  */
23476
23505
  class TestResultsExtractionApiModel {
23477
23506
  /**
@@ -23503,7 +23532,7 @@ declare module 'testit-api-client/model/TestResultsFilterApiModel' {
23503
23532
  /**
23504
23533
  * The TestResultsFilterApiModel model module.
23505
23534
  * @module model/TestResultsFilterApiModel
23506
- * @version 7.2.1
23535
+ * @version 7.2.2
23507
23536
  */
23508
23537
  class TestResultsFilterApiModel {
23509
23538
  /**
@@ -23551,7 +23580,7 @@ declare module 'testit-api-client/model/TestResultShortApiResult' {
23551
23580
  /**
23552
23581
  * The TestResultShortApiResult model module.
23553
23582
  * @module model/TestResultShortApiResult
23554
- * @version 7.2.1
23583
+ * @version 7.2.2
23555
23584
  */
23556
23585
  class TestResultShortApiResult {
23557
23586
  /**
@@ -23605,7 +23634,7 @@ declare module 'testit-api-client/model/TestResultShortResponse' {
23605
23634
  /**
23606
23635
  * The TestResultShortResponse model module.
23607
23636
  * @module model/TestResultShortResponse
23608
- * @version 7.2.1
23637
+ * @version 7.2.2
23609
23638
  */
23610
23639
  class TestResultShortResponse {
23611
23640
  /**
@@ -23679,7 +23708,7 @@ declare module 'testit-api-client/model/TestResultsLocalFilterModel' {
23679
23708
  /**
23680
23709
  * The TestResultsLocalFilterModel model module.
23681
23710
  * @module model/TestResultsLocalFilterModel
23682
- * @version 7.2.1
23711
+ * @version 7.2.2
23683
23712
  */
23684
23713
  class TestResultsLocalFilterModel {
23685
23714
  /**
@@ -23716,7 +23745,7 @@ declare module 'testit-api-client/model/TestResultsSelectApiModel' {
23716
23745
  /**
23717
23746
  * The TestResultsSelectApiModel model module.
23718
23747
  * @module model/TestResultsSelectApiModel
23719
- * @version 7.2.1
23748
+ * @version 7.2.2
23720
23749
  */
23721
23750
  class TestResultsSelectApiModel {
23722
23751
  /**
@@ -23759,7 +23788,7 @@ declare module 'testit-api-client/model/TestResultsStatisticsApiResult' {
23759
23788
  /**
23760
23789
  * The TestResultsStatisticsApiResult model module.
23761
23790
  * @module model/TestResultsStatisticsApiResult
23762
- * @version 7.2.1
23791
+ * @version 7.2.2
23763
23792
  */
23764
23793
  class TestResultsStatisticsApiResult {
23765
23794
  /**
@@ -23802,7 +23831,7 @@ declare module 'testit-api-client/model/TestResultsStatisticsFailureCategoriesAp
23802
23831
  /**
23803
23832
  * The TestResultsStatisticsFailureCategoriesApiResult model module.
23804
23833
  * @module model/TestResultsStatisticsFailureCategoriesApiResult
23805
- * @version 7.2.1
23834
+ * @version 7.2.2
23806
23835
  */
23807
23836
  class TestResultsStatisticsFailureCategoriesApiResult {
23808
23837
  /**
@@ -23847,7 +23876,7 @@ declare module 'testit-api-client/model/TestResultsStatisticsStatusesApiResult'
23847
23876
  /**
23848
23877
  * The TestResultsStatisticsStatusesApiResult model module.
23849
23878
  * @module model/TestResultsStatisticsStatusesApiResult
23850
- * @version 7.2.1
23879
+ * @version 7.2.2
23851
23880
  */
23852
23881
  class TestResultsStatisticsStatusesApiResult {
23853
23882
  /**
@@ -23900,7 +23929,7 @@ declare module 'testit-api-client/model/TestResultStepCommentUpdateRequest' {
23900
23929
  /**
23901
23930
  * The TestResultStepCommentUpdateRequest model module.
23902
23931
  * @module model/TestResultStepCommentUpdateRequest
23903
- * @version 7.2.1
23932
+ * @version 7.2.2
23904
23933
  */
23905
23934
  class TestResultStepCommentUpdateRequest {
23906
23935
  /**
@@ -23948,7 +23977,7 @@ declare module 'testit-api-client/model/TestResultUpdateV2Request' {
23948
23977
  /**
23949
23978
  * The TestResultUpdateV2Request model module.
23950
23979
  * @module model/TestResultUpdateV2Request
23951
- * @version 7.2.1
23980
+ * @version 7.2.2
23952
23981
  */
23953
23982
  class TestResultUpdateV2Request {
23954
23983
  /**
@@ -23993,7 +24022,7 @@ declare module 'testit-api-client/model/TestResultV2GetModel' {
23993
24022
  /**
23994
24023
  * The TestResultV2GetModel model module.
23995
24024
  * @module model/TestResultV2GetModel
23996
- * @version 7.2.1
24025
+ * @version 7.2.2
23997
24026
  */
23998
24027
  class TestResultV2GetModel {
23999
24028
  /**
@@ -24058,7 +24087,7 @@ declare module 'testit-api-client/model/TestResultV2ShortModel' {
24058
24087
  /**
24059
24088
  * The TestResultV2ShortModel model module.
24060
24089
  * @module model/TestResultV2ShortModel
24061
- * @version 7.2.1
24090
+ * @version 7.2.2
24062
24091
  */
24063
24092
  class TestResultV2ShortModel {
24064
24093
  /**
@@ -24121,7 +24150,7 @@ declare module 'testit-api-client/model/TestRunAnalyticApiResult' {
24121
24150
  /**
24122
24151
  * The TestRunAnalyticApiResult model module.
24123
24152
  * @module model/TestRunAnalyticApiResult
24124
- * @version 7.2.1
24153
+ * @version 7.2.2
24125
24154
  */
24126
24155
  class TestRunAnalyticApiResult {
24127
24156
  /**
@@ -24166,7 +24195,7 @@ declare module 'testit-api-client/model/TestRunApiResult' {
24166
24195
  /**
24167
24196
  * The TestRunApiResult model module.
24168
24197
  * @module model/TestRunApiResult
24169
- * @version 7.2.1
24198
+ * @version 7.2.2
24170
24199
  */
24171
24200
  class TestRunApiResult {
24172
24201
  /**
@@ -24174,7 +24203,7 @@ declare module 'testit-api-client/model/TestRunApiResult' {
24174
24203
  * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
24175
24204
  * Only for internal use.
24176
24205
  */
24177
- static initialize(obj: any, id: any, isDeleted: any, build: any, stateName: any, status: any, projectId: any, autoTests: any, autoTestsCount: any, testSuiteIds: any, isAutomated: any, analytic: any, testResults: any, createdDate: any, createdById: any): void;
24206
+ static initialize(obj: any, id: any, isDeleted: any, build: any, stateName: any, status: any, projectId: any, autoTests: any, autoTestsCount: any, testSuiteIds: any, isAutomated: any, analytic: any, testResults: any, createdDate: any, createdById: any, tags: any): void;
24178
24207
  /**
24179
24208
  * Constructs a <code>TestRunApiResult</code> from a plain JavaScript object, optionally creating a new instance.
24180
24209
  * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
@@ -24206,8 +24235,9 @@ declare module 'testit-api-client/model/TestRunApiResult' {
24206
24235
  * @param testResults {Array.<module:model/TestResultApiResult>}
24207
24236
  * @param createdDate {Date}
24208
24237
  * @param createdById {String}
24238
+ * @param tags {Array.<String>}
24209
24239
  */
24210
- constructor(id: string, isDeleted: boolean, build: string, stateName: any, status: any, projectId: string, autoTests: Array<any>, autoTestsCount: number, testSuiteIds: Array<string>, isAutomated: boolean, analytic: any, testResults: Array<any>, createdDate: Date, createdById: string);
24240
+ constructor(id: string, isDeleted: boolean, build: string, stateName: any, status: any, projectId: string, autoTests: Array<any>, autoTestsCount: number, testSuiteIds: Array<string>, isAutomated: boolean, analytic: any, testResults: Array<any>, createdDate: Date, createdById: string, tags: Array<string>);
24211
24241
  id: any;
24212
24242
  isDeleted: any;
24213
24243
  startedDate: any;
@@ -24234,6 +24264,7 @@ declare module 'testit-api-client/model/TestRunApiResult' {
24234
24264
  createdById: any;
24235
24265
  modifiedById: any;
24236
24266
  createdByUserName: any;
24267
+ tags: any;
24237
24268
  }
24238
24269
  namespace TestRunApiResult {
24239
24270
  let RequiredProperties: string[];
@@ -24245,7 +24276,7 @@ declare module 'testit-api-client/model/TestRunByAutoTestApiResult' {
24245
24276
  /**
24246
24277
  * The TestRunByAutoTestApiResult model module.
24247
24278
  * @module model/TestRunByAutoTestApiResult
24248
- * @version 7.2.1
24279
+ * @version 7.2.2
24249
24280
  */
24250
24281
  class TestRunByAutoTestApiResult {
24251
24282
  /**
@@ -24297,7 +24328,7 @@ declare module 'testit-api-client/model/TestRunExtractionApiModel' {
24297
24328
  /**
24298
24329
  * The TestRunExtractionApiModel model module.
24299
24330
  * @module model/TestRunExtractionApiModel
24300
- * @version 7.2.1
24331
+ * @version 7.2.2
24301
24332
  */
24302
24333
  class TestRunExtractionApiModel {
24303
24334
  /**
@@ -24329,7 +24360,7 @@ declare module 'testit-api-client/model/TestRunFilterApiModel' {
24329
24360
  /**
24330
24361
  * The TestRunFilterApiModel model module.
24331
24362
  * @module model/TestRunFilterApiModel
24332
- * @version 7.2.1
24363
+ * @version 7.2.2
24333
24364
  */
24334
24365
  class TestRunFilterApiModel {
24335
24366
  /**
@@ -24367,6 +24398,8 @@ declare module 'testit-api-client/model/TestRunFilterApiModel' {
24367
24398
  failureCategory: any;
24368
24399
  completedDate: any;
24369
24400
  testResultsConfigurationIds: any;
24401
+ tags: any;
24402
+ excludeTags: any;
24370
24403
  }
24371
24404
 
24372
24405
  }
@@ -24375,7 +24408,7 @@ declare module 'testit-api-client/model/TestRunGroupByFailureClassApiResult' {
24375
24408
  /**
24376
24409
  * The TestRunGroupByFailureClassApiResult model module.
24377
24410
  * @module model/TestRunGroupByFailureClassApiResult
24378
- * @version 7.2.1
24411
+ * @version 7.2.2
24379
24412
  */
24380
24413
  class TestRunGroupByFailureClassApiResult {
24381
24414
  /**
@@ -24418,7 +24451,7 @@ declare module 'testit-api-client/model/TestRunGroupByStatusApiResult' {
24418
24451
  /**
24419
24452
  * The TestRunGroupByStatusApiResult model module.
24420
24453
  * @module model/TestRunGroupByStatusApiResult
24421
- * @version 7.2.1
24454
+ * @version 7.2.2
24422
24455
  */
24423
24456
  class TestRunGroupByStatusApiResult {
24424
24457
  /**
@@ -24461,7 +24494,7 @@ declare module 'testit-api-client/model/TestRunGroupByStatusTypeApiResult' {
24461
24494
  /**
24462
24495
  * The TestRunGroupByStatusTypeApiResult model module.
24463
24496
  * @module model/TestRunGroupByStatusTypeApiResult
24464
- * @version 7.2.1
24497
+ * @version 7.2.2
24465
24498
  */
24466
24499
  class TestRunGroupByStatusTypeApiResult {
24467
24500
  /**
@@ -24504,7 +24537,7 @@ declare module 'testit-api-client/model/TestRunNameApiResult' {
24504
24537
  /**
24505
24538
  * The TestRunNameApiResult model module.
24506
24539
  * @module model/TestRunNameApiResult
24507
- * @version 7.2.1
24540
+ * @version 7.2.2
24508
24541
  */
24509
24542
  class TestRunNameApiResult {
24510
24543
  /**
@@ -24547,7 +24580,7 @@ declare module 'testit-api-client/model/TestRunSelectApiModel' {
24547
24580
  /**
24548
24581
  * The TestRunSelectApiModel model module.
24549
24582
  * @module model/TestRunSelectApiModel
24550
- * @version 7.2.1
24583
+ * @version 7.2.2
24551
24584
  */
24552
24585
  class TestRunSelectApiModel {
24553
24586
  /**
@@ -24591,7 +24624,7 @@ declare module 'testit-api-client/model/TestRunShortApiResult' {
24591
24624
  /**
24592
24625
  * The TestRunShortApiResult model module.
24593
24626
  * @module model/TestRunShortApiResult
24594
- * @version 7.2.1
24627
+ * @version 7.2.2
24595
24628
  */
24596
24629
  class TestRunShortApiResult {
24597
24630
  /**
@@ -24599,7 +24632,7 @@ declare module 'testit-api-client/model/TestRunShortApiResult' {
24599
24632
  * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
24600
24633
  * Only for internal use.
24601
24634
  */
24602
- static initialize(obj: any, id: any, name: any, state: any, status: any, createdDate: any, createdById: any, isDeleted: any, autoTestsCount: any, statistics: any, testResultsConfigurations: any): void;
24635
+ static initialize(obj: any, id: any, name: any, state: any, status: any, createdDate: any, createdById: any, isDeleted: any, autoTestsCount: any, statistics: any, testResultsConfigurations: any, tags: any): void;
24603
24636
  /**
24604
24637
  * Constructs a <code>TestRunShortApiResult</code> from a plain JavaScript object, optionally creating a new instance.
24605
24638
  * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
@@ -24627,8 +24660,9 @@ declare module 'testit-api-client/model/TestRunShortApiResult' {
24627
24660
  * @param autoTestsCount {Number} Number of AutoTests run in the test run
24628
24661
  * @param statistics {module:model/TestResultsStatisticsApiResult} Statistics of the test run
24629
24662
  * @param testResultsConfigurations {Array.<module:model/ConfigurationShortApiResult>} Test results configurations
24663
+ * @param tags {Array.<String>} Collection of tags associated with the test run
24630
24664
  */
24631
- constructor(id: string, name: string, state: any, status: any, createdDate: Date, createdById: string, isDeleted: boolean, autoTestsCount: number, statistics: any, testResultsConfigurations: Array<any>);
24665
+ constructor(id: string, name: string, state: any, status: any, createdDate: Date, createdById: string, isDeleted: boolean, autoTestsCount: number, statistics: any, testResultsConfigurations: Array<any>, tags: Array<string>);
24632
24666
  id: any;
24633
24667
  name: any;
24634
24668
  state: any;
@@ -24642,6 +24676,7 @@ declare module 'testit-api-client/model/TestRunShortApiResult' {
24642
24676
  autoTestsCount: any;
24643
24677
  statistics: any;
24644
24678
  testResultsConfigurations: any;
24679
+ tags: any;
24645
24680
  }
24646
24681
  namespace TestRunShortApiResult {
24647
24682
  let RequiredProperties: string[];
@@ -24692,7 +24727,7 @@ declare module 'testit-api-client/model/TestRunStatisticsFilterApiModel' {
24692
24727
  /**
24693
24728
  * The TestRunStatisticsFilterApiModel model module.
24694
24729
  * @module model/TestRunStatisticsFilterApiModel
24695
- * @version 7.2.1
24730
+ * @version 7.2.2
24696
24731
  */
24697
24732
  class TestRunStatisticsFilterApiModel {
24698
24733
  /**
@@ -24729,7 +24764,7 @@ declare module 'testit-api-client/model/TestRunTestResultsPartialBulkSetModel' {
24729
24764
  /**
24730
24765
  * The TestRunTestResultsPartialBulkSetModel model module.
24731
24766
  * @module model/TestRunTestResultsPartialBulkSetModel
24732
- * @version 7.2.1
24767
+ * @version 7.2.2
24733
24768
  */
24734
24769
  class TestRunTestResultsPartialBulkSetModel {
24735
24770
  /**
@@ -24765,7 +24800,7 @@ declare module 'testit-api-client/model/TestRunTestResultsSelectModel' {
24765
24800
  /**
24766
24801
  * The TestRunTestResultsSelectModel model module.
24767
24802
  * @module model/TestRunTestResultsSelectModel
24768
- * @version 7.2.1
24803
+ * @version 7.2.2
24769
24804
  */
24770
24805
  class TestRunTestResultsSelectModel {
24771
24806
  /**
@@ -24798,7 +24833,7 @@ declare module 'testit-api-client/model/TestRunV2ApiResult' {
24798
24833
  /**
24799
24834
  * The TestRunV2ApiResult model module.
24800
24835
  * @module model/TestRunV2ApiResult
24801
- * @version 7.2.1
24836
+ * @version 7.2.2
24802
24837
  */
24803
24838
  class TestRunV2ApiResult {
24804
24839
  /**
@@ -24806,7 +24841,7 @@ declare module 'testit-api-client/model/TestRunV2ApiResult' {
24806
24841
  * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
24807
24842
  * Only for internal use.
24808
24843
  */
24809
- static initialize(obj: any, id: any, name: any, stateName: any, status: any, projectId: any, createdDate: any, createdById: any, attachments: any, links: any, webhooks: any, runCount: any): void;
24844
+ static initialize(obj: any, id: any, name: any, stateName: any, status: any, projectId: any, createdDate: any, createdById: any, attachments: any, links: any, webhooks: any, runCount: any, tags: any): void;
24810
24845
  /**
24811
24846
  * Constructs a <code>TestRunV2ApiResult</code> from a plain JavaScript object, optionally creating a new instance.
24812
24847
  * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
@@ -24835,8 +24870,9 @@ declare module 'testit-api-client/model/TestRunV2ApiResult' {
24835
24870
  * @param links {Array.<module:model/LinkApiResult>} Collection of links related to the test run
24836
24871
  * @param webhooks {Array.<module:model/NamedEntityApiModel>} Enabled webhooks
24837
24872
  * @param runCount {Number} Run count
24873
+ * @param tags {Array.<String>} Collection of tags associated with the test run
24838
24874
  */
24839
- constructor(id: string, name: string, stateName: any, status: any, projectId: string, createdDate: Date, createdById: string, attachments: Array<any>, links: Array<any>, webhooks: Array<any>, runCount: number);
24875
+ constructor(id: string, name: string, stateName: any, status: any, projectId: string, createdDate: Date, createdById: string, attachments: Array<any>, links: Array<any>, webhooks: Array<any>, runCount: number, tags: Array<string>);
24840
24876
  id: any;
24841
24877
  name: any;
24842
24878
  description: any;
@@ -24858,6 +24894,7 @@ declare module 'testit-api-client/model/TestRunV2ApiResult' {
24858
24894
  customParameters: any;
24859
24895
  webhooks: any;
24860
24896
  runCount: any;
24897
+ tags: any;
24861
24898
  }
24862
24899
  namespace TestRunV2ApiResult {
24863
24900
  let RequiredProperties: string[];
@@ -24869,7 +24906,7 @@ declare module 'testit-api-client/model/TestStatusApiResult' {
24869
24906
  /**
24870
24907
  * The TestStatusApiResult model module.
24871
24908
  * @module model/TestStatusApiResult
24872
- * @version 7.2.1
24909
+ * @version 7.2.2
24873
24910
  */
24874
24911
  class TestStatusApiResult {
24875
24912
  /**
@@ -24919,7 +24956,7 @@ declare module 'testit-api-client/model/TestStatusApiResultReply' {
24919
24956
  /**
24920
24957
  * The TestStatusApiResultReply model module.
24921
24958
  * @module model/TestStatusApiResultReply
24922
- * @version 7.2.1
24959
+ * @version 7.2.2
24923
24960
  */
24924
24961
  class TestStatusApiResultReply {
24925
24962
  /**
@@ -25006,7 +25043,7 @@ declare module 'testit-api-client/model/TestStatusModel' {
25006
25043
  /**
25007
25044
  * The TestStatusModel model module.
25008
25045
  * @module model/TestStatusModel
25009
- * @version 7.2.1
25046
+ * @version 7.2.2
25010
25047
  */
25011
25048
  class TestStatusModel {
25012
25049
  /**
@@ -25056,7 +25093,7 @@ declare module 'testit-api-client/model/TestStatusShortApiResult' {
25056
25093
  /**
25057
25094
  * The TestStatusShortApiResult model module.
25058
25095
  * @module model/TestStatusShortApiResult
25059
- * @version 7.2.1
25096
+ * @version 7.2.2
25060
25097
  */
25061
25098
  class TestStatusShortApiResult {
25062
25099
  /**
@@ -25147,7 +25184,7 @@ declare module 'testit-api-client/model/TestSuiteApiResult' {
25147
25184
  /**
25148
25185
  * The TestSuiteApiResult model module.
25149
25186
  * @module model/TestSuiteApiResult
25150
- * @version 7.2.1
25187
+ * @version 7.2.2
25151
25188
  */
25152
25189
  class TestSuiteApiResult {
25153
25190
  /**
@@ -25202,7 +25239,7 @@ declare module 'testit-api-client/model/TestSuiteChangeViewModel' {
25202
25239
  /**
25203
25240
  * The TestSuiteChangeViewModel model module.
25204
25241
  * @module model/TestSuiteChangeViewModel
25205
- * @version 7.2.1
25242
+ * @version 7.2.2
25206
25243
  */
25207
25244
  class TestSuiteChangeViewModel {
25208
25245
  /**
@@ -25248,7 +25285,7 @@ declare module 'testit-api-client/model/TestSuiteChangeViewModelChangedFieldView
25248
25285
  /**
25249
25286
  * The TestSuiteChangeViewModelChangedFieldViewModel model module.
25250
25287
  * @module model/TestSuiteChangeViewModelChangedFieldViewModel
25251
- * @version 7.2.1
25288
+ * @version 7.2.2
25252
25289
  */
25253
25290
  class TestSuiteChangeViewModelChangedFieldViewModel {
25254
25291
  /**
@@ -25281,7 +25318,7 @@ declare module 'testit-api-client/model/TestSuiteHierarchyApiResult' {
25281
25318
  /**
25282
25319
  * The TestSuiteHierarchyApiResult model module.
25283
25320
  * @module model/TestSuiteHierarchyApiResult
25284
- * @version 7.2.1
25321
+ * @version 7.2.2
25285
25322
  */
25286
25323
  class TestSuiteHierarchyApiResult {
25287
25324
  /**
@@ -25337,7 +25374,7 @@ declare module 'testit-api-client/model/TestSuiteTestPlanApiModel' {
25337
25374
  /**
25338
25375
  * The TestSuiteTestPlanApiModel model module.
25339
25376
  * @module model/TestSuiteTestPlanApiModel
25340
- * @version 7.2.1
25377
+ * @version 7.2.2
25341
25378
  */
25342
25379
  class TestSuiteTestPlanApiModel {
25343
25380
  /**
@@ -25451,7 +25488,7 @@ declare module 'testit-api-client/model/TestSuiteV2GetModel' {
25451
25488
  /**
25452
25489
  * The TestSuiteV2GetModel model module.
25453
25490
  * @module model/TestSuiteV2GetModel
25454
- * @version 7.2.1
25491
+ * @version 7.2.2
25455
25492
  */
25456
25493
  class TestSuiteV2GetModel {
25457
25494
  /**
@@ -25501,7 +25538,7 @@ declare module 'testit-api-client/model/TestSuiteV2PostModel' {
25501
25538
  /**
25502
25539
  * The TestSuiteV2PostModel model module.
25503
25540
  * @module model/TestSuiteV2PostModel
25504
- * @version 7.2.1
25541
+ * @version 7.2.2
25505
25542
  */
25506
25543
  class TestSuiteV2PostModel {
25507
25544
  /**
@@ -25548,7 +25585,7 @@ declare module 'testit-api-client/model/TestSuiteV2PutModel' {
25548
25585
  /**
25549
25586
  * The TestSuiteV2PutModel model module.
25550
25587
  * @module model/TestSuiteV2PutModel
25551
- * @version 7.2.1
25588
+ * @version 7.2.2
25552
25589
  */
25553
25590
  class TestSuiteV2PutModel {
25554
25591
  /**
@@ -25595,7 +25632,7 @@ declare module 'testit-api-client/model/TestSuiteWithChildrenModel' {
25595
25632
  /**
25596
25633
  * The TestSuiteWithChildrenModel model module.
25597
25634
  * @module model/TestSuiteWithChildrenModel
25598
- * @version 7.2.1
25635
+ * @version 7.2.2
25599
25636
  */
25600
25637
  class TestSuiteWithChildrenModel {
25601
25638
  /**
@@ -25645,7 +25682,7 @@ declare module 'testit-api-client/model/TestSuiteWorkItemsSearchModel' {
25645
25682
  /**
25646
25683
  * The TestSuiteWorkItemsSearchModel model module.
25647
25684
  * @module model/TestSuiteWorkItemsSearchModel
25648
- * @version 7.2.1
25685
+ * @version 7.2.2
25649
25686
  */
25650
25687
  class TestSuiteWorkItemsSearchModel {
25651
25688
  /**
@@ -25705,7 +25742,7 @@ declare module 'testit-api-client/model/UpdateEmptyTestRunApiModel' {
25705
25742
  /**
25706
25743
  * The UpdateEmptyTestRunApiModel model module.
25707
25744
  * @module model/UpdateEmptyTestRunApiModel
25708
- * @version 7.2.1
25745
+ * @version 7.2.2
25709
25746
  */
25710
25747
  class UpdateEmptyTestRunApiModel {
25711
25748
  /**
@@ -25741,6 +25778,7 @@ declare module 'testit-api-client/model/UpdateEmptyTestRunApiModel' {
25741
25778
  launchSource: any;
25742
25779
  attachments: any;
25743
25780
  links: any;
25781
+ tags: any;
25744
25782
  }
25745
25783
  namespace UpdateEmptyTestRunApiModel {
25746
25784
  let RequiredProperties: string[];
@@ -25752,7 +25790,7 @@ declare module 'testit-api-client/model/UpdateFailureCategoryApiModel' {
25752
25790
  /**
25753
25791
  * The UpdateFailureCategoryApiModel model module.
25754
25792
  * @module model/UpdateFailureCategoryApiModel
25755
- * @version 7.2.1
25793
+ * @version 7.2.2
25756
25794
  */
25757
25795
  class UpdateFailureCategoryApiModel {
25758
25796
  /**
@@ -25799,7 +25837,7 @@ declare module 'testit-api-client/model/UpdateFailureCategoryProjectApiModel' {
25799
25837
  /**
25800
25838
  * The UpdateFailureCategoryProjectApiModel model module.
25801
25839
  * @module model/UpdateFailureCategoryProjectApiModel
25802
- * @version 7.2.1
25840
+ * @version 7.2.2
25803
25841
  */
25804
25842
  class UpdateFailureCategoryProjectApiModel {
25805
25843
  /**
@@ -25845,7 +25883,7 @@ declare module 'testit-api-client/model/UpdateFailureClassRegexApiModel' {
25845
25883
  /**
25846
25884
  * The UpdateFailureClassRegexApiModel model module.
25847
25885
  * @module model/UpdateFailureClassRegexApiModel
25848
- * @version 7.2.1
25886
+ * @version 7.2.2
25849
25887
  */
25850
25888
  class UpdateFailureClassRegexApiModel {
25851
25889
  /**
@@ -25888,7 +25926,7 @@ declare module 'testit-api-client/model/UpdateLinkApiModel' {
25888
25926
  /**
25889
25927
  * The UpdateLinkApiModel model module.
25890
25928
  * @module model/UpdateLinkApiModel
25891
- * @version 7.2.1
25929
+ * @version 7.2.2
25892
25930
  */
25893
25931
  class UpdateLinkApiModel {
25894
25932
  /**
@@ -25935,7 +25973,7 @@ declare module 'testit-api-client/model/UpdateMultipleAttachmentsApiModel' {
25935
25973
  /**
25936
25974
  * The UpdateMultipleAttachmentsApiModel model module.
25937
25975
  * @module model/UpdateMultipleAttachmentsApiModel
25938
- * @version 7.2.1
25976
+ * @version 7.2.2
25939
25977
  */
25940
25978
  class UpdateMultipleAttachmentsApiModel {
25941
25979
  /**
@@ -25977,7 +26015,7 @@ declare module 'testit-api-client/model/UpdateMultipleLinksApiModel' {
25977
26015
  /**
25978
26016
  * The UpdateMultipleLinksApiModel model module.
25979
26017
  * @module model/UpdateMultipleLinksApiModel
25980
- * @version 7.2.1
26018
+ * @version 7.2.2
25981
26019
  */
25982
26020
  class UpdateMultipleLinksApiModel {
25983
26021
  /**
@@ -26013,13 +26051,55 @@ declare module 'testit-api-client/model/UpdateMultipleLinksApiModel' {
26013
26051
  let RequiredProperties: string[];
26014
26052
  }
26015
26053
 
26054
+ }
26055
+ declare module 'testit-api-client/model/UpdateMultipleTagsApiModel' {
26056
+ export default UpdateMultipleTagsApiModel;
26057
+ /**
26058
+ * The UpdateMultipleTagsApiModel model module.
26059
+ * @module model/UpdateMultipleTagsApiModel
26060
+ * @version 7.2.2
26061
+ */
26062
+ class UpdateMultipleTagsApiModel {
26063
+ /**
26064
+ * Initializes the fields of this object.
26065
+ * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
26066
+ * Only for internal use.
26067
+ */
26068
+ static initialize(obj: any, action: any): void;
26069
+ /**
26070
+ * Constructs a <code>UpdateMultipleTagsApiModel</code> from a plain JavaScript object, optionally creating a new instance.
26071
+ * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
26072
+ * @param {Object} data The plain JavaScript object bearing properties of interest.
26073
+ * @param {module:model/UpdateMultipleTagsApiModel} obj Optional instance to populate.
26074
+ * @return {module:model/UpdateMultipleTagsApiModel} The populated <code>UpdateMultipleTagsApiModel</code> instance.
26075
+ */
26076
+ static constructFromObject(data: any, obj: any): any;
26077
+ /**
26078
+ * Validates the JSON data with respect to <code>UpdateMultipleTagsApiModel</code>.
26079
+ * @param {Object} data The plain JavaScript object bearing properties of interest.
26080
+ * @return {boolean} to indicate whether the JSON data is valid with respect to <code>UpdateMultipleTagsApiModel</code>.
26081
+ */
26082
+ static validateJSON(data: any): boolean;
26083
+ /**
26084
+ * Constructs a new <code>UpdateMultipleTagsApiModel</code>.
26085
+ * @alias module:model/UpdateMultipleTagsApiModel
26086
+ * @param action {module:model/ActionUpdate} The action that specifies which operation should be performed on the supplied tags.
26087
+ */
26088
+ constructor(action: any);
26089
+ action: any;
26090
+ tags: any;
26091
+ }
26092
+ namespace UpdateMultipleTagsApiModel {
26093
+ let RequiredProperties: string[];
26094
+ }
26095
+
26016
26096
  }
26017
26097
  declare module 'testit-api-client/model/UpdateMultipleTestRunsApiModel' {
26018
26098
  export default UpdateMultipleTestRunsApiModel;
26019
26099
  /**
26020
26100
  * The UpdateMultipleTestRunsApiModel model module.
26021
26101
  * @module model/UpdateMultipleTestRunsApiModel
26022
- * @version 7.2.1
26102
+ * @version 7.2.2
26023
26103
  */
26024
26104
  class UpdateMultipleTestRunsApiModel {
26025
26105
  /**
@@ -26052,6 +26132,7 @@ declare module 'testit-api-client/model/UpdateMultipleTestRunsApiModel' {
26052
26132
  description: any;
26053
26133
  attachmentUpdateScheme: any;
26054
26134
  linkUpdateScheme: any;
26135
+ tagUpdateScheme: any;
26055
26136
  }
26056
26137
  namespace UpdateMultipleTestRunsApiModel {
26057
26138
  let RequiredProperties: string[];
@@ -26063,7 +26144,7 @@ declare module 'testit-api-client/model/UpdateParameterApiModel' {
26063
26144
  /**
26064
26145
  * The UpdateParameterApiModel model module.
26065
26146
  * @module model/UpdateParameterApiModel
26066
- * @version 7.2.1
26147
+ * @version 7.2.2
26067
26148
  */
26068
26149
  class UpdateParameterApiModel {
26069
26150
  /**
@@ -26109,7 +26190,7 @@ declare module 'testit-api-client/model/UpdateProjectApiModel' {
26109
26190
  /**
26110
26191
  * The UpdateProjectApiModel model module.
26111
26192
  * @module model/UpdateProjectApiModel
26112
- * @version 7.2.1
26193
+ * @version 7.2.2
26113
26194
  */
26114
26195
  class UpdateProjectApiModel {
26115
26196
  /**
@@ -26155,7 +26236,7 @@ declare module 'testit-api-client/model/UpdateStepApiModel' {
26155
26236
  /**
26156
26237
  * The UpdateStepApiModel model module.
26157
26238
  * @module model/UpdateStepApiModel
26158
- * @version 7.2.1
26239
+ * @version 7.2.2
26159
26240
  */
26160
26241
  class UpdateStepApiModel {
26161
26242
  /**
@@ -26201,7 +26282,7 @@ declare module 'testit-api-client/model/UpdateTagApiModel' {
26201
26282
  /**
26202
26283
  * The UpdateTagApiModel model module.
26203
26284
  * @module model/UpdateTagApiModel
26204
- * @version 7.2.1
26285
+ * @version 7.2.2
26205
26286
  */
26206
26287
  class UpdateTagApiModel {
26207
26288
  /**
@@ -26242,7 +26323,7 @@ declare module 'testit-api-client/model/UpdateTestPlanApiModel' {
26242
26323
  /**
26243
26324
  * The UpdateTestPlanApiModel model module.
26244
26325
  * @module model/UpdateTestPlanApiModel
26245
- * @version 7.2.1
26326
+ * @version 7.2.2
26246
26327
  */
26247
26328
  class UpdateTestPlanApiModel {
26248
26329
  /**
@@ -26296,7 +26377,7 @@ declare module 'testit-api-client/model/UpdateTestStatusApiModel' {
26296
26377
  /**
26297
26378
  * The UpdateTestStatusApiModel model module.
26298
26379
  * @module model/UpdateTestStatusApiModel
26299
- * @version 7.2.1
26380
+ * @version 7.2.2
26300
26381
  */
26301
26382
  class UpdateTestStatusApiModel {
26302
26383
  /**
@@ -26338,7 +26419,7 @@ declare module 'testit-api-client/model/UpdateWorkflowApiModel' {
26338
26419
  /**
26339
26420
  * The UpdateWorkflowApiModel model module.
26340
26421
  * @module model/UpdateWorkflowApiModel
26341
- * @version 7.2.1
26422
+ * @version 7.2.2
26342
26423
  */
26343
26424
  class UpdateWorkflowApiModel {
26344
26425
  /**
@@ -26385,7 +26466,7 @@ declare module 'testit-api-client/model/UpdateWorkItemApiModel' {
26385
26466
  /**
26386
26467
  * The UpdateWorkItemApiModel model module.
26387
26468
  * @module model/UpdateWorkItemApiModel
26388
- * @version 7.2.1
26469
+ * @version 7.2.2
26389
26470
  */
26390
26471
  class UpdateWorkItemApiModel {
26391
26472
  /**
@@ -26454,7 +26535,7 @@ declare module 'testit-api-client/model/UpdateWorkItemCommentApiModel' {
26454
26535
  /**
26455
26536
  * The UpdateWorkItemCommentApiModel model module.
26456
26537
  * @module model/UpdateWorkItemCommentApiModel
26457
- * @version 7.2.1
26538
+ * @version 7.2.2
26458
26539
  */
26459
26540
  class UpdateWorkItemCommentApiModel {
26460
26541
  /**
@@ -26497,7 +26578,7 @@ declare module 'testit-api-client/model/UserCustomNameValidationResponse' {
26497
26578
  /**
26498
26579
  * The UserCustomNameValidationResponse model module.
26499
26580
  * @module model/UserCustomNameValidationResponse
26500
- * @version 7.2.1
26581
+ * @version 7.2.2
26501
26582
  */
26502
26583
  class UserCustomNameValidationResponse {
26503
26584
  /**
@@ -26538,7 +26619,7 @@ declare module 'testit-api-client/model/UserNameApiResult' {
26538
26619
  /**
26539
26620
  * The UserNameApiResult model module.
26540
26621
  * @module model/UserNameApiResult
26541
- * @version 7.2.1
26622
+ * @version 7.2.2
26542
26623
  */
26543
26624
  class UserNameApiResult {
26544
26625
  /**
@@ -26574,136 +26655,13 @@ declare module 'testit-api-client/model/UserNameApiResult' {
26574
26655
  let RequiredProperties: string[];
26575
26656
  }
26576
26657
 
26577
- }
26578
- declare module 'testit-api-client/model/UserRankModel' {
26579
- export default UserRankModel;
26580
- /**
26581
- * The UserRankModel model module.
26582
- * @module model/UserRankModel
26583
- * @version 7.2.1
26584
- */
26585
- class UserRankModel {
26586
- /**
26587
- * Initializes the fields of this object.
26588
- * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
26589
- * Only for internal use.
26590
- */
26591
- static initialize(obj: any, score: any, workItemsCreated: any, passedTestPoints: any, failedTestPoints: any, skippedTestPoints: any, blockedTestPoints: any, levelAvatarEnabled: any, succeededTestPoints: any, incompleteTestPoints: any): void;
26592
- /**
26593
- * Constructs a <code>UserRankModel</code> from a plain JavaScript object, optionally creating a new instance.
26594
- * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
26595
- * @param {Object} data The plain JavaScript object bearing properties of interest.
26596
- * @param {module:model/UserRankModel} obj Optional instance to populate.
26597
- * @return {module:model/UserRankModel} The populated <code>UserRankModel</code> instance.
26598
- */
26599
- static constructFromObject(data: any, obj: any): any;
26600
- /**
26601
- * Validates the JSON data with respect to <code>UserRankModel</code>.
26602
- * @param {Object} data The plain JavaScript object bearing properties of interest.
26603
- * @return {boolean} to indicate whether the JSON data is valid with respect to <code>UserRankModel</code>.
26604
- */
26605
- static validateJSON(data: any): boolean;
26606
- /**
26607
- * Constructs a new <code>UserRankModel</code>.
26608
- * @alias module:model/UserRankModel
26609
- * @param score {Number}
26610
- * @param workItemsCreated {Number}
26611
- * @param passedTestPoints {Number}
26612
- * @param failedTestPoints {Number}
26613
- * @param skippedTestPoints {Number}
26614
- * @param blockedTestPoints {Number}
26615
- * @param levelAvatarEnabled {Boolean}
26616
- * @param succeededTestPoints {Number}
26617
- * @param incompleteTestPoints {Number}
26618
- */
26619
- constructor(score: number, workItemsCreated: number, passedTestPoints: number, failedTestPoints: number, skippedTestPoints: number, blockedTestPoints: number, levelAvatarEnabled: boolean, succeededTestPoints: number, incompleteTestPoints: number);
26620
- score: any;
26621
- workItemsCreated: any;
26622
- passedTestPoints: any;
26623
- failedTestPoints: any;
26624
- skippedTestPoints: any;
26625
- blockedTestPoints: any;
26626
- levelAvatarEnabled: any;
26627
- succeededTestPoints: any;
26628
- incompleteTestPoints: any;
26629
- }
26630
- namespace UserRankModel {
26631
- let RequiredProperties: string[];
26632
- }
26633
-
26634
- }
26635
- declare module 'testit-api-client/model/UserWithRankModel' {
26636
- export default UserWithRankModel;
26637
- /**
26638
- * The UserWithRankModel model module.
26639
- * @module model/UserWithRankModel
26640
- * @version 7.2.1
26641
- */
26642
- class UserWithRankModel {
26643
- /**
26644
- * Initializes the fields of this object.
26645
- * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
26646
- * Only for internal use.
26647
- */
26648
- static initialize(obj: any, id: any, firstName: any, lastName: any, middleName: any, userName: any, displayName: any, userType: any, avatarUrl: any, avatarMetadata: any, isDeleted: any, isDisabled: any, isActiveStatusByEntity: any, userRank: any): void;
26649
- /**
26650
- * Constructs a <code>UserWithRankModel</code> from a plain JavaScript object, optionally creating a new instance.
26651
- * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
26652
- * @param {Object} data The plain JavaScript object bearing properties of interest.
26653
- * @param {module:model/UserWithRankModel} obj Optional instance to populate.
26654
- * @return {module:model/UserWithRankModel} The populated <code>UserWithRankModel</code> instance.
26655
- */
26656
- static constructFromObject(data: any, obj: any): any;
26657
- /**
26658
- * Validates the JSON data with respect to <code>UserWithRankModel</code>.
26659
- * @param {Object} data The plain JavaScript object bearing properties of interest.
26660
- * @return {boolean} to indicate whether the JSON data is valid with respect to <code>UserWithRankModel</code>.
26661
- */
26662
- static validateJSON(data: any): boolean;
26663
- /**
26664
- * Constructs a new <code>UserWithRankModel</code>.
26665
- * @alias module:model/UserWithRankModel
26666
- * @param id {String}
26667
- * @param firstName {String}
26668
- * @param lastName {String}
26669
- * @param middleName {String}
26670
- * @param userName {String}
26671
- * @param displayName {String}
26672
- * @param userType {String}
26673
- * @param avatarUrl {String}
26674
- * @param avatarMetadata {String}
26675
- * @param isDeleted {Boolean}
26676
- * @param isDisabled {Boolean}
26677
- * @param isActiveStatusByEntity {Boolean}
26678
- * @param userRank {module:model/UserRankModel}
26679
- */
26680
- constructor(id: string, firstName: string, lastName: string, middleName: string, userName: string, displayName: string, userType: string, avatarUrl: string, avatarMetadata: string, isDeleted: boolean, isDisabled: boolean, isActiveStatusByEntity: boolean, userRank: any);
26681
- id: any;
26682
- firstName: any;
26683
- lastName: any;
26684
- middleName: any;
26685
- userName: any;
26686
- displayName: any;
26687
- userType: any;
26688
- avatarUrl: any;
26689
- avatarMetadata: any;
26690
- isDeleted: any;
26691
- isDisabled: any;
26692
- providerId: any;
26693
- isActiveStatusByEntity: any;
26694
- userRank: any;
26695
- }
26696
- namespace UserWithRankModel {
26697
- let RequiredProperties: string[];
26698
- }
26699
-
26700
26658
  }
26701
26659
  declare module 'testit-api-client/model/ValidationProblemDetails' {
26702
26660
  export default ValidationProblemDetails;
26703
26661
  /**
26704
26662
  * The ValidationProblemDetails model module.
26705
26663
  * @module model/ValidationProblemDetails
26706
- * @version 7.2.1
26664
+ * @version 7.2.2
26707
26665
  */
26708
26666
  class ValidationProblemDetails {
26709
26667
  /**
@@ -26750,7 +26708,7 @@ declare module 'testit-api-client/model/WebhookBulkUpdateApiModel' {
26750
26708
  /**
26751
26709
  * The WebhookBulkUpdateApiModel model module.
26752
26710
  * @module model/WebhookBulkUpdateApiModel
26753
- * @version 7.2.1
26711
+ * @version 7.2.2
26754
26712
  */
26755
26713
  class WebhookBulkUpdateApiModel {
26756
26714
  /**
@@ -27103,7 +27061,7 @@ declare module 'testit-api-client/model/WebhookLogApiResult' {
27103
27061
  /**
27104
27062
  * The WebhookLogApiResult model module.
27105
27063
  * @module model/WebhookLogApiResult
27106
- * @version 7.2.1
27064
+ * @version 7.2.2
27107
27065
  */
27108
27066
  class WebhookLogApiResult {
27109
27067
  /**
@@ -27169,7 +27127,7 @@ declare module 'testit-api-client/model/WebHookModel' {
27169
27127
  /**
27170
27128
  * The WebHookModel model module.
27171
27129
  * @module model/WebHookModel
27172
- * @version 7.2.1
27130
+ * @version 7.2.2
27173
27131
  */
27174
27132
  class WebHookModel {
27175
27133
  /**
@@ -27243,7 +27201,7 @@ declare module 'testit-api-client/model/WebHookPostModel' {
27243
27201
  /**
27244
27202
  * The WebHookPostModel model module.
27245
27203
  * @module model/WebHookPostModel
27246
- * @version 7.2.1
27204
+ * @version 7.2.2
27247
27205
  */
27248
27206
  class WebHookPostModel {
27249
27207
  /**
@@ -27308,7 +27266,7 @@ declare module 'testit-api-client/model/WebhookResponse' {
27308
27266
  /**
27309
27267
  * The WebhookResponse model module.
27310
27268
  * @module model/WebhookResponse
27311
- * @version 7.2.1
27269
+ * @version 7.2.2
27312
27270
  */
27313
27271
  class WebhookResponse {
27314
27272
  /**
@@ -27357,7 +27315,7 @@ declare module 'testit-api-client/model/WebhooksDeleteApiModel' {
27357
27315
  /**
27358
27316
  * The WebhooksDeleteApiModel model module.
27359
27317
  * @module model/WebhooksDeleteApiModel
27360
- * @version 7.2.1
27318
+ * @version 7.2.2
27361
27319
  */
27362
27320
  class WebhooksDeleteApiModel {
27363
27321
  /**
@@ -27400,7 +27358,7 @@ declare module 'testit-api-client/model/WebhooksDeleteFilterApiModel' {
27400
27358
  /**
27401
27359
  * The WebhooksDeleteFilterApiModel model module.
27402
27360
  * @module model/WebhooksDeleteFilterApiModel
27403
- * @version 7.2.1
27361
+ * @version 7.2.2
27404
27362
  */
27405
27363
  class WebhooksDeleteFilterApiModel {
27406
27364
  /**
@@ -27436,7 +27394,7 @@ declare module 'testit-api-client/model/WebhooksExtractionApiModel' {
27436
27394
  /**
27437
27395
  * The WebhooksExtractionApiModel model module.
27438
27396
  * @module model/WebhooksExtractionApiModel
27439
- * @version 7.2.1
27397
+ * @version 7.2.2
27440
27398
  */
27441
27399
  class WebhooksExtractionApiModel {
27442
27400
  /**
@@ -27468,7 +27426,7 @@ declare module 'testit-api-client/model/WebhooksFilterApiModel' {
27468
27426
  /**
27469
27427
  * The WebhooksFilterApiModel model module.
27470
27428
  * @module model/WebhooksFilterApiModel
27471
- * @version 7.2.1
27429
+ * @version 7.2.2
27472
27430
  */
27473
27431
  class WebhooksFilterApiModel {
27474
27432
  /**
@@ -27503,7 +27461,7 @@ declare module 'testit-api-client/model/WebhooksUpdateApiModel' {
27503
27461
  /**
27504
27462
  * The WebhooksUpdateApiModel model module.
27505
27463
  * @module model/WebhooksUpdateApiModel
27506
- * @version 7.2.1
27464
+ * @version 7.2.2
27507
27465
  */
27508
27466
  class WebhooksUpdateApiModel {
27509
27467
  /**
@@ -27548,7 +27506,7 @@ declare module 'testit-api-client/model/WebhooksUpdateApiResult' {
27548
27506
  /**
27549
27507
  * The WebhooksUpdateApiResult model module.
27550
27508
  * @module model/WebhooksUpdateApiResult
27551
- * @version 7.2.1
27509
+ * @version 7.2.2
27552
27510
  */
27553
27511
  class WebhooksUpdateApiResult {
27554
27512
  /**
@@ -27589,7 +27547,7 @@ declare module 'testit-api-client/model/WebHookTestModel' {
27589
27547
  /**
27590
27548
  * The WebHookTestModel model module.
27591
27549
  * @module model/WebHookTestModel
27592
- * @version 7.2.1
27550
+ * @version 7.2.2
27593
27551
  */
27594
27552
  class WebHookTestModel {
27595
27553
  /**
@@ -27666,7 +27624,7 @@ declare module 'testit-api-client/model/WorkflowApiResult' {
27666
27624
  /**
27667
27625
  * The WorkflowApiResult model module.
27668
27626
  * @module model/WorkflowApiResult
27669
- * @version 7.2.1
27627
+ * @version 7.2.2
27670
27628
  */
27671
27629
  class WorkflowApiResult {
27672
27630
  /**
@@ -27725,7 +27683,7 @@ declare module 'testit-api-client/model/WorkflowExistsByNameApiResult' {
27725
27683
  /**
27726
27684
  * The WorkflowExistsByNameApiResult model module.
27727
27685
  * @module model/WorkflowExistsByNameApiResult
27728
- * @version 7.2.1
27686
+ * @version 7.2.2
27729
27687
  */
27730
27688
  class WorkflowExistsByNameApiResult {
27731
27689
  /**
@@ -27766,7 +27724,7 @@ declare module 'testit-api-client/model/WorkflowProjectApiResult' {
27766
27724
  /**
27767
27725
  * The WorkflowProjectApiResult model module.
27768
27726
  * @module model/WorkflowProjectApiResult
27769
- * @version 7.2.1
27727
+ * @version 7.2.2
27770
27728
  */
27771
27729
  class WorkflowProjectApiResult {
27772
27730
  /**
@@ -27807,7 +27765,7 @@ declare module 'testit-api-client/model/WorkflowProjectApiResultApiCollectionPre
27807
27765
  /**
27808
27766
  * The WorkflowProjectApiResultApiCollectionPreview model module.
27809
27767
  * @module model/WorkflowProjectApiResultApiCollectionPreview
27810
- * @version 7.2.1
27768
+ * @version 7.2.2
27811
27769
  */
27812
27770
  class WorkflowProjectApiResultApiCollectionPreview {
27813
27771
  /**
@@ -27850,7 +27808,7 @@ declare module 'testit-api-client/model/WorkflowProjectApiResultReply' {
27850
27808
  /**
27851
27809
  * The WorkflowProjectApiResultReply model module.
27852
27810
  * @module model/WorkflowProjectApiResultReply
27853
- * @version 7.2.1
27811
+ * @version 7.2.2
27854
27812
  */
27855
27813
  class WorkflowProjectApiResultReply {
27856
27814
  /**
@@ -27893,7 +27851,7 @@ declare module 'testit-api-client/model/WorkflowShortApiResult' {
27893
27851
  /**
27894
27852
  * The WorkflowShortApiResult model module.
27895
27853
  * @module model/WorkflowShortApiResult
27896
- * @version 7.2.1
27854
+ * @version 7.2.2
27897
27855
  */
27898
27856
  class WorkflowShortApiResult {
27899
27857
  /**
@@ -27950,7 +27908,7 @@ declare module 'testit-api-client/model/WorkflowShortApiResultReply' {
27950
27908
  /**
27951
27909
  * The WorkflowShortApiResultReply model module.
27952
27910
  * @module model/WorkflowShortApiResultReply
27953
- * @version 7.2.1
27911
+ * @version 7.2.2
27954
27912
  */
27955
27913
  class WorkflowShortApiResultReply {
27956
27914
  /**
@@ -27993,7 +27951,7 @@ declare module 'testit-api-client/model/WorkflowStatusApiModel' {
27993
27951
  /**
27994
27952
  * The WorkflowStatusApiModel model module.
27995
27953
  * @module model/WorkflowStatusApiModel
27996
- * @version 7.2.1
27954
+ * @version 7.2.2
27997
27955
  */
27998
27956
  class WorkflowStatusApiModel {
27999
27957
  /**
@@ -28036,7 +27994,7 @@ declare module 'testit-api-client/model/WorkflowStatusApiResult' {
28036
27994
  /**
28037
27995
  * The WorkflowStatusApiResult model module.
28038
27996
  * @module model/WorkflowStatusApiResult
28039
- * @version 7.2.1
27997
+ * @version 7.2.2
28040
27998
  */
28041
27999
  class WorkflowStatusApiResult {
28042
28000
  /**
@@ -28089,7 +28047,7 @@ declare module 'testit-api-client/model/WorkItemApiResult' {
28089
28047
  /**
28090
28048
  * The WorkItemApiResult model module.
28091
28049
  * @module model/WorkItemApiResult
28092
- * @version 7.2.1
28050
+ * @version 7.2.2
28093
28051
  */
28094
28052
  class WorkItemApiResult {
28095
28053
  /**
@@ -28189,7 +28147,7 @@ declare module 'testit-api-client/model/WorkItemChangedAttributeViewModel' {
28189
28147
  /**
28190
28148
  * The WorkItemChangedAttributeViewModel model module.
28191
28149
  * @module model/WorkItemChangedAttributeViewModel
28192
- * @version 7.2.1
28150
+ * @version 7.2.2
28193
28151
  */
28194
28152
  class WorkItemChangedAttributeViewModel {
28195
28153
  /**
@@ -28238,7 +28196,7 @@ declare module 'testit-api-client/model/WorkItemChangedFieldsViewModel' {
28238
28196
  /**
28239
28197
  * The WorkItemChangedFieldsViewModel model module.
28240
28198
  * @module model/WorkItemChangedFieldsViewModel
28241
- * @version 7.2.1
28199
+ * @version 7.2.2
28242
28200
  */
28243
28201
  class WorkItemChangedFieldsViewModel {
28244
28202
  /**
@@ -28315,7 +28273,7 @@ declare module 'testit-api-client/model/WorkItemChangeModel' {
28315
28273
  /**
28316
28274
  * The WorkItemChangeModel model module.
28317
28275
  * @module model/WorkItemChangeModel
28318
- * @version 7.2.1
28276
+ * @version 7.2.2
28319
28277
  */
28320
28278
  class WorkItemChangeModel {
28321
28279
  /**
@@ -28370,7 +28328,7 @@ declare module 'testit-api-client/model/WorkItemCommentApiResult' {
28370
28328
  /**
28371
28329
  * The WorkItemCommentApiResult model module.
28372
28330
  * @module model/WorkItemCommentApiResult
28373
- * @version 7.2.1
28331
+ * @version 7.2.2
28374
28332
  */
28375
28333
  class WorkItemCommentApiResult {
28376
28334
  /**
@@ -28415,143 +28373,6 @@ declare module 'testit-api-client/model/WorkItemCommentApiResult' {
28415
28373
  let RequiredProperties: string[];
28416
28374
  }
28417
28375
 
28418
- }
28419
- declare module 'testit-api-client/model/WorkItemCommentModel' {
28420
- export default WorkItemCommentModel;
28421
- /**
28422
- * The WorkItemCommentModel model module.
28423
- * @module model/WorkItemCommentModel
28424
- * @version 7.2.1
28425
- */
28426
- class WorkItemCommentModel {
28427
- /**
28428
- * Initializes the fields of this object.
28429
- * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
28430
- * Only for internal use.
28431
- */
28432
- static initialize(obj: any, id: any, text: any, user: any, createdById: any, createdDate: any): void;
28433
- /**
28434
- * Constructs a <code>WorkItemCommentModel</code> from a plain JavaScript object, optionally creating a new instance.
28435
- * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
28436
- * @param {Object} data The plain JavaScript object bearing properties of interest.
28437
- * @param {module:model/WorkItemCommentModel} obj Optional instance to populate.
28438
- * @return {module:model/WorkItemCommentModel} The populated <code>WorkItemCommentModel</code> instance.
28439
- */
28440
- static constructFromObject(data: any, obj: any): any;
28441
- /**
28442
- * Validates the JSON data with respect to <code>WorkItemCommentModel</code>.
28443
- * @param {Object} data The plain JavaScript object bearing properties of interest.
28444
- * @return {boolean} to indicate whether the JSON data is valid with respect to <code>WorkItemCommentModel</code>.
28445
- */
28446
- static validateJSON(data: any): boolean;
28447
- /**
28448
- * Constructs a new <code>WorkItemCommentModel</code>.
28449
- * @alias module:model/WorkItemCommentModel
28450
- * @param id {String}
28451
- * @param text {String}
28452
- * @param user {module:model/UserWithRankModel}
28453
- * @param createdById {String}
28454
- * @param createdDate {Date}
28455
- */
28456
- constructor(id: string, text: string, user: any, createdById: string, createdDate: Date);
28457
- id: any;
28458
- text: any;
28459
- user: any;
28460
- createdById: any;
28461
- modifiedById: any;
28462
- createdDate: any;
28463
- modifiedDate: any;
28464
- }
28465
- namespace WorkItemCommentModel {
28466
- let RequiredProperties: string[];
28467
- }
28468
-
28469
- }
28470
- declare module 'testit-api-client/model/WorkItemCommentPostModel' {
28471
- export default WorkItemCommentPostModel;
28472
- /**
28473
- * The WorkItemCommentPostModel model module.
28474
- * @module model/WorkItemCommentPostModel
28475
- * @version 7.2.1
28476
- */
28477
- class WorkItemCommentPostModel {
28478
- /**
28479
- * Initializes the fields of this object.
28480
- * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
28481
- * Only for internal use.
28482
- */
28483
- static initialize(obj: any, text: any, workItemId: any): void;
28484
- /**
28485
- * Constructs a <code>WorkItemCommentPostModel</code> from a plain JavaScript object, optionally creating a new instance.
28486
- * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
28487
- * @param {Object} data The plain JavaScript object bearing properties of interest.
28488
- * @param {module:model/WorkItemCommentPostModel} obj Optional instance to populate.
28489
- * @return {module:model/WorkItemCommentPostModel} The populated <code>WorkItemCommentPostModel</code> instance.
28490
- */
28491
- static constructFromObject(data: any, obj: any): any;
28492
- /**
28493
- * Validates the JSON data with respect to <code>WorkItemCommentPostModel</code>.
28494
- * @param {Object} data The plain JavaScript object bearing properties of interest.
28495
- * @return {boolean} to indicate whether the JSON data is valid with respect to <code>WorkItemCommentPostModel</code>.
28496
- */
28497
- static validateJSON(data: any): boolean;
28498
- /**
28499
- * Constructs a new <code>WorkItemCommentPostModel</code>.
28500
- * @alias module:model/WorkItemCommentPostModel
28501
- * @param text {String}
28502
- * @param workItemId {String}
28503
- */
28504
- constructor(text: string, workItemId: string);
28505
- text: any;
28506
- workItemId: any;
28507
- }
28508
- namespace WorkItemCommentPostModel {
28509
- let RequiredProperties: string[];
28510
- }
28511
-
28512
- }
28513
- declare module 'testit-api-client/model/WorkItemCommentPutModel' {
28514
- export default WorkItemCommentPutModel;
28515
- /**
28516
- * The WorkItemCommentPutModel model module.
28517
- * @module model/WorkItemCommentPutModel
28518
- * @version 7.2.1
28519
- */
28520
- class WorkItemCommentPutModel {
28521
- /**
28522
- * Initializes the fields of this object.
28523
- * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
28524
- * Only for internal use.
28525
- */
28526
- static initialize(obj: any, text: any, id: any): void;
28527
- /**
28528
- * Constructs a <code>WorkItemCommentPutModel</code> from a plain JavaScript object, optionally creating a new instance.
28529
- * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
28530
- * @param {Object} data The plain JavaScript object bearing properties of interest.
28531
- * @param {module:model/WorkItemCommentPutModel} obj Optional instance to populate.
28532
- * @return {module:model/WorkItemCommentPutModel} The populated <code>WorkItemCommentPutModel</code> instance.
28533
- */
28534
- static constructFromObject(data: any, obj: any): any;
28535
- /**
28536
- * Validates the JSON data with respect to <code>WorkItemCommentPutModel</code>.
28537
- * @param {Object} data The plain JavaScript object bearing properties of interest.
28538
- * @return {boolean} to indicate whether the JSON data is valid with respect to <code>WorkItemCommentPutModel</code>.
28539
- */
28540
- static validateJSON(data: any): boolean;
28541
- /**
28542
- * Constructs a new <code>WorkItemCommentPutModel</code>.
28543
- * @alias module:model/WorkItemCommentPutModel
28544
- * @param text {String} Text of the comment
28545
- * @param id {String} Unique ID of the comment
28546
- */
28547
- constructor(text: string, id: string);
28548
- text: any;
28549
- id: any;
28550
- }
28551
- namespace WorkItemCommentPutModel {
28552
- let RequiredProperties: string[];
28553
- }
28554
-
28555
28376
  }
28556
28377
  declare module 'testit-api-client/model/WorkItemEntityTypeApiModel' {
28557
28378
  /**
@@ -28626,7 +28447,7 @@ declare module 'testit-api-client/model/WorkItemExternalMetadataFieldFilterApiMo
28626
28447
  /**
28627
28448
  * The WorkItemExternalMetadataFieldFilterApiModel model module.
28628
28449
  * @module model/WorkItemExternalMetadataFieldFilterApiModel
28629
- * @version 7.2.1
28450
+ * @version 7.2.2
28630
28451
  */
28631
28452
  class WorkItemExternalMetadataFieldFilterApiModel {
28632
28453
  /**
@@ -28669,7 +28490,7 @@ declare module 'testit-api-client/model/WorkItemExternalMetadataFieldFilterModel
28669
28490
  /**
28670
28491
  * The WorkItemExternalMetadataFieldFilterModel model module.
28671
28492
  * @module model/WorkItemExternalMetadataFieldFilterModel
28672
- * @version 7.2.1
28493
+ * @version 7.2.2
28673
28494
  */
28674
28495
  class WorkItemExternalMetadataFieldFilterModel {
28675
28496
  /**
@@ -28712,7 +28533,7 @@ declare module 'testit-api-client/model/WorkItemExternalMetadataFilterApiModel'
28712
28533
  /**
28713
28534
  * The WorkItemExternalMetadataFilterApiModel model module.
28714
28535
  * @module model/WorkItemExternalMetadataFilterApiModel
28715
- * @version 7.2.1
28536
+ * @version 7.2.2
28716
28537
  */
28717
28538
  class WorkItemExternalMetadataFilterApiModel {
28718
28539
  /**
@@ -28748,7 +28569,7 @@ declare module 'testit-api-client/model/WorkItemExternalMetadataFilterModel' {
28748
28569
  /**
28749
28570
  * The WorkItemExternalMetadataFilterModel model module.
28750
28571
  * @module model/WorkItemExternalMetadataFilterModel
28751
- * @version 7.2.1
28572
+ * @version 7.2.2
28752
28573
  */
28753
28574
  class WorkItemExternalMetadataFilterModel {
28754
28575
  /**
@@ -28784,7 +28605,7 @@ declare module 'testit-api-client/model/WorkItemExtractionApiModel' {
28784
28605
  /**
28785
28606
  * The WorkItemExtractionApiModel model module.
28786
28607
  * @module model/WorkItemExtractionApiModel
28787
- * @version 7.2.1
28608
+ * @version 7.2.2
28788
28609
  */
28789
28610
  class WorkItemExtractionApiModel {
28790
28611
  /**
@@ -28818,7 +28639,7 @@ declare module 'testit-api-client/model/WorkItemExtractionModel' {
28818
28639
  /**
28819
28640
  * The WorkItemExtractionModel model module.
28820
28641
  * @module model/WorkItemExtractionModel
28821
- * @version 7.2.1
28642
+ * @version 7.2.2
28822
28643
  */
28823
28644
  class WorkItemExtractionModel {
28824
28645
  /**
@@ -28852,7 +28673,7 @@ declare module 'testit-api-client/model/WorkItemFilterApiModel' {
28852
28673
  /**
28853
28674
  * The WorkItemFilterApiModel model module.
28854
28675
  * @module model/WorkItemFilterApiModel
28855
- * @version 7.2.1
28676
+ * @version 7.2.2
28856
28677
  */
28857
28678
  class WorkItemFilterApiModel {
28858
28679
  /**
@@ -28910,7 +28731,7 @@ declare module 'testit-api-client/model/WorkItemFilterModel' {
28910
28731
  /**
28911
28732
  * The WorkItemFilterModel model module.
28912
28733
  * @module model/WorkItemFilterModel
28913
- * @version 7.2.1
28734
+ * @version 7.2.2
28914
28735
  */
28915
28736
  class WorkItemFilterModel {
28916
28737
  /**
@@ -28968,7 +28789,7 @@ declare module 'testit-api-client/model/WorkItemGroupGetModel' {
28968
28789
  /**
28969
28790
  * The WorkItemGroupGetModel model module.
28970
28791
  * @module model/WorkItemGroupGetModel
28971
- * @version 7.2.1
28792
+ * @version 7.2.2
28972
28793
  */
28973
28794
  class WorkItemGroupGetModel {
28974
28795
  /**
@@ -29011,7 +28832,7 @@ declare module 'testit-api-client/model/WorkItemGroupModel' {
29011
28832
  /**
29012
28833
  * The WorkItemGroupModel model module.
29013
28834
  * @module model/WorkItemGroupModel
29014
- * @version 7.2.1
28835
+ * @version 7.2.2
29015
28836
  */
29016
28837
  class WorkItemGroupModel {
29017
28838
  /**
@@ -29109,7 +28930,7 @@ declare module 'testit-api-client/model/WorkItemIdApiModel' {
29109
28930
  /**
29110
28931
  * The WorkItemIdApiModel model module.
29111
28932
  * @module model/WorkItemIdApiModel
29112
- * @version 7.2.1
28933
+ * @version 7.2.2
29113
28934
  */
29114
28935
  class WorkItemIdApiModel {
29115
28936
  /**
@@ -29150,7 +28971,7 @@ declare module 'testit-api-client/model/WorkItemIndexApiResult' {
29150
28971
  /**
29151
28972
  * The WorkItemIndexApiResult model module.
29152
28973
  * @module model/WorkItemIndexApiResult
29153
- * @version 7.2.1
28974
+ * @version 7.2.2
29154
28975
  */
29155
28976
  class WorkItemIndexApiResult {
29156
28977
  /**
@@ -29193,7 +29014,7 @@ declare module 'testit-api-client/model/WorkItemLikeModel' {
29193
29014
  /**
29194
29015
  * The WorkItemLikeModel model module.
29195
29016
  * @module model/WorkItemLikeModel
29196
- * @version 7.2.1
29017
+ * @version 7.2.2
29197
29018
  */
29198
29019
  class WorkItemLikeModel {
29199
29020
  /**
@@ -29244,7 +29065,7 @@ declare module 'testit-api-client/model/WorkItemLinkChangeViewModel' {
29244
29065
  /**
29245
29066
  * The WorkItemLinkChangeViewModel model module.
29246
29067
  * @module model/WorkItemLinkChangeViewModel
29247
- * @version 7.2.1
29068
+ * @version 7.2.2
29248
29069
  */
29249
29070
  class WorkItemLinkChangeViewModel {
29250
29071
  /**
@@ -29295,7 +29116,7 @@ declare module 'testit-api-client/model/WorkItemLinkChangeViewModelArrayChangedF
29295
29116
  /**
29296
29117
  * The WorkItemLinkChangeViewModelArrayChangedFieldViewModel model module.
29297
29118
  * @module model/WorkItemLinkChangeViewModelArrayChangedFieldViewModel
29298
- * @version 7.2.1
29119
+ * @version 7.2.2
29299
29120
  */
29300
29121
  class WorkItemLinkChangeViewModelArrayChangedFieldViewModel {
29301
29122
  /**
@@ -29328,7 +29149,7 @@ declare module 'testit-api-client/model/WorkItemLinkExtractionApiModel' {
29328
29149
  /**
29329
29150
  * The WorkItemLinkExtractionApiModel model module.
29330
29151
  * @module model/WorkItemLinkExtractionApiModel
29331
- * @version 7.2.1
29152
+ * @version 7.2.2
29332
29153
  */
29333
29154
  class WorkItemLinkExtractionApiModel {
29334
29155
  /**
@@ -29362,7 +29183,7 @@ declare module 'testit-api-client/model/WorkItemLinkFilterApiModel' {
29362
29183
  /**
29363
29184
  * The WorkItemLinkFilterApiModel model module.
29364
29185
  * @module model/WorkItemLinkFilterApiModel
29365
- * @version 7.2.1
29186
+ * @version 7.2.2
29366
29187
  */
29367
29188
  class WorkItemLinkFilterApiModel {
29368
29189
  /**
@@ -29397,7 +29218,7 @@ declare module 'testit-api-client/model/WorkItemLinkFilterModel' {
29397
29218
  /**
29398
29219
  * The WorkItemLinkFilterModel model module.
29399
29220
  * @module model/WorkItemLinkFilterModel
29400
- * @version 7.2.1
29221
+ * @version 7.2.2
29401
29222
  */
29402
29223
  class WorkItemLinkFilterModel {
29403
29224
  /**
@@ -29432,7 +29253,7 @@ declare module 'testit-api-client/model/WorkItemLinkUrlApiModel' {
29432
29253
  /**
29433
29254
  * The WorkItemLinkUrlApiModel model module.
29434
29255
  * @module model/WorkItemLinkUrlApiModel
29435
- * @version 7.2.1
29256
+ * @version 7.2.2
29436
29257
  */
29437
29258
  class WorkItemLinkUrlApiModel {
29438
29259
  /**
@@ -29475,7 +29296,7 @@ declare module 'testit-api-client/model/WorkItemLinkUrlApiResult' {
29475
29296
  /**
29476
29297
  * The WorkItemLinkUrlApiResult model module.
29477
29298
  * @module model/WorkItemLinkUrlApiResult
29478
- * @version 7.2.1
29299
+ * @version 7.2.2
29479
29300
  */
29480
29301
  class WorkItemLinkUrlApiResult {
29481
29302
  /**
@@ -29516,7 +29337,7 @@ declare module 'testit-api-client/model/WorkItemLinkUrlFilterApiModel' {
29516
29337
  /**
29517
29338
  * The WorkItemLinkUrlFilterApiModel model module.
29518
29339
  * @module model/WorkItemLinkUrlFilterApiModel
29519
- * @version 7.2.1
29340
+ * @version 7.2.2
29520
29341
  */
29521
29342
  class WorkItemLinkUrlFilterApiModel {
29522
29343
  /**
@@ -29549,7 +29370,7 @@ declare module 'testit-api-client/model/WorkItemLocalFilterModel' {
29549
29370
  /**
29550
29371
  * The WorkItemLocalFilterModel model module.
29551
29372
  * @module model/WorkItemLocalFilterModel
29552
- * @version 7.2.1
29373
+ * @version 7.2.2
29553
29374
  */
29554
29375
  class WorkItemLocalFilterModel {
29555
29376
  /**
@@ -29603,7 +29424,7 @@ declare module 'testit-api-client/model/WorkItemLocalSelectModel' {
29603
29424
  /**
29604
29425
  * The WorkItemLocalSelectModel model module.
29605
29426
  * @module model/WorkItemLocalSelectModel
29606
- * @version 7.2.1
29427
+ * @version 7.2.2
29607
29428
  */
29608
29429
  class WorkItemLocalSelectModel {
29609
29430
  /**
@@ -29636,7 +29457,7 @@ declare module 'testit-api-client/model/WorkItemModel' {
29636
29457
  /**
29637
29458
  * The WorkItemModel model module.
29638
29459
  * @module model/WorkItemModel
29639
- * @version 7.2.1
29460
+ * @version 7.2.2
29640
29461
  */
29641
29462
  class WorkItemModel {
29642
29463
  /**
@@ -29731,7 +29552,7 @@ declare module 'testit-api-client/model/WorkItemMovePostModel' {
29731
29552
  /**
29732
29553
  * The WorkItemMovePostModel model module.
29733
29554
  * @module model/WorkItemMovePostModel
29734
- * @version 7.2.1
29555
+ * @version 7.2.2
29735
29556
  */
29736
29557
  class WorkItemMovePostModel {
29737
29558
  /**
@@ -29776,7 +29597,7 @@ declare module 'testit-api-client/model/WorkItemPreviewApiModel' {
29776
29597
  /**
29777
29598
  * The WorkItemPreviewApiModel model module.
29778
29599
  * @module model/WorkItemPreviewApiModel
29779
- * @version 7.2.1
29600
+ * @version 7.2.2
29780
29601
  */
29781
29602
  class WorkItemPreviewApiModel {
29782
29603
  /**
@@ -29821,7 +29642,7 @@ declare module 'testit-api-client/model/WorkItemPreviewStepApiModel' {
29821
29642
  /**
29822
29643
  * The WorkItemPreviewStepApiModel model module.
29823
29644
  * @module model/WorkItemPreviewStepApiModel
29824
- * @version 7.2.1
29645
+ * @version 7.2.2
29825
29646
  */
29826
29647
  class WorkItemPreviewStepApiModel {
29827
29648
  /**
@@ -29998,7 +29819,7 @@ declare module 'testit-api-client/model/WorkItemSearchQueryModel' {
29998
29819
  /**
29999
29820
  * The WorkItemSearchQueryModel model module.
30000
29821
  * @module model/WorkItemSearchQueryModel
30001
- * @version 7.2.1
29822
+ * @version 7.2.2
30002
29823
  */
30003
29824
  class WorkItemSearchQueryModel {
30004
29825
  /**
@@ -30053,7 +29874,7 @@ declare module 'testit-api-client/model/WorkItemSelectApiModel' {
30053
29874
  /**
30054
29875
  * The WorkItemSelectApiModel model module.
30055
29876
  * @module model/WorkItemSelectApiModel
30056
- * @version 7.2.1
29877
+ * @version 7.2.2
30057
29878
  */
30058
29879
  class WorkItemSelectApiModel {
30059
29880
  /**
@@ -30095,7 +29916,7 @@ declare module 'testit-api-client/model/WorkItemSelectModel' {
30095
29916
  /**
30096
29917
  * The WorkItemSelectModel model module.
30097
29918
  * @module model/WorkItemSelectModel
30098
- * @version 7.2.1
29919
+ * @version 7.2.2
30099
29920
  */
30100
29921
  class WorkItemSelectModel {
30101
29922
  /**
@@ -30138,7 +29959,7 @@ declare module 'testit-api-client/model/WorkItemShortApiResult' {
30138
29959
  /**
30139
29960
  * The WorkItemShortApiResult model module.
30140
29961
  * @module model/WorkItemShortApiResult
30141
- * @version 7.2.1
29962
+ * @version 7.2.2
30142
29963
  */
30143
29964
  class WorkItemShortApiResult {
30144
29965
  /**
@@ -30219,7 +30040,7 @@ declare module 'testit-api-client/model/WorkItemShortModel' {
30219
30040
  /**
30220
30041
  * The WorkItemShortModel model module.
30221
30042
  * @module model/WorkItemShortModel
30222
- * @version 7.2.1
30043
+ * @version 7.2.2
30223
30044
  */
30224
30045
  class WorkItemShortModel {
30225
30046
  /**
@@ -30460,7 +30281,7 @@ declare module 'testit-api-client/model/WorkItemStepChangeViewModel' {
30460
30281
  /**
30461
30282
  * The WorkItemStepChangeViewModel model module.
30462
30283
  * @module model/WorkItemStepChangeViewModel
30463
- * @version 7.2.1
30284
+ * @version 7.2.2
30464
30285
  */
30465
30286
  class WorkItemStepChangeViewModel {
30466
30287
  /**
@@ -30512,7 +30333,7 @@ declare module 'testit-api-client/model/WorkItemStepChangeViewModelArrayChangedF
30512
30333
  /**
30513
30334
  * The WorkItemStepChangeViewModelArrayChangedFieldWithDiffsViewModel model module.
30514
30335
  * @module model/WorkItemStepChangeViewModelArrayChangedFieldWithDiffsViewModel
30515
- * @version 7.2.1
30336
+ * @version 7.2.2
30516
30337
  */
30517
30338
  class WorkItemStepChangeViewModelArrayChangedFieldWithDiffsViewModel {
30518
30339
  /**
@@ -30546,7 +30367,7 @@ declare module 'testit-api-client/model/WorkItemUpdatingFieldsApiModel' {
30546
30367
  /**
30547
30368
  * The WorkItemUpdatingFieldsApiModel model module.
30548
30369
  * @module model/WorkItemUpdatingFieldsApiModel
30549
- * @version 7.2.1
30370
+ * @version 7.2.2
30550
30371
  */
30551
30372
  class WorkItemUpdatingFieldsApiModel {
30552
30373
  /**
@@ -30584,7 +30405,7 @@ declare module 'testit-api-client/model/WorkItemUpdatingFieldsApiResult' {
30584
30405
  /**
30585
30406
  * The WorkItemUpdatingFieldsApiResult model module.
30586
30407
  * @module model/WorkItemUpdatingFieldsApiResult
30587
- * @version 7.2.1
30408
+ * @version 7.2.2
30588
30409
  */
30589
30410
  class WorkItemUpdatingFieldsApiResult {
30590
30411
  /**
@@ -30637,7 +30458,7 @@ declare module 'testit-api-client/model/WorkItemVersionModel' {
30637
30458
  /**
30638
30459
  * The WorkItemVersionModel model module.
30639
30460
  * @module model/WorkItemVersionModel
30640
- * @version 7.2.1
30461
+ * @version 7.2.2
30641
30462
  */
30642
30463
  class WorkItemVersionModel {
30643
30464
  /**