testit-api-client 7.2.6 → 7.2.7

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 (553) hide show
  1. package/README.MD +78 -12
  2. package/dist/api/AttachmentsApi.js +6 -6
  3. package/dist/api/AutoTestsApi.js +21 -21
  4. package/dist/api/BackgroundJobsApi.js +7 -7
  5. package/dist/api/ConfigurationParametersApi.js +244 -0
  6. package/dist/api/ConfigurationsApi.js +13 -13
  7. package/dist/api/CustomAttributeTemplatesApi.js +10 -10
  8. package/dist/api/CustomAttributesApi.js +7 -7
  9. package/dist/api/ExternalIssuesApi.js +6 -6
  10. package/dist/api/NotificationsApi.js +6 -6
  11. package/dist/api/OpenIdConnectionsApi.js +2 -2
  12. package/dist/api/ParametersApi.js +16 -16
  13. package/dist/api/ProjectAttributeTemplatesApi.js +4 -4
  14. package/dist/api/ProjectAttributesApi.js +10 -11
  15. package/dist/api/ProjectConfigurationsApi.js +2 -2
  16. package/dist/api/ProjectSectionsApi.js +2 -2
  17. package/dist/api/ProjectSettingsApi.js +3 -3
  18. package/dist/api/ProjectTestPlanAttributesApi.js +9 -10
  19. package/dist/api/ProjectTestPlanTestPointsApi.js +3 -3
  20. package/dist/api/ProjectTestPlansApi.js +7 -7
  21. package/dist/api/ProjectWorkItemsApi.js +7 -7
  22. package/dist/api/ProjectsApi.js +42 -43
  23. package/dist/api/SectionsApi.js +9 -9
  24. package/dist/api/TagsApi.js +7 -7
  25. package/dist/api/TestPlansApi.js +36 -36
  26. package/dist/api/TestPointsApi.js +5 -5
  27. package/dist/api/TestResultsApi.js +63 -16
  28. package/dist/api/TestRunsApi.js +72 -25
  29. package/dist/api/TestStatusesApi.js +12 -12
  30. package/dist/api/TestSuitesApi.js +14 -14
  31. package/dist/api/UsersApi.js +2 -2
  32. package/dist/api/WebhooksApi.js +11 -11
  33. package/dist/api/WebhooksLogsApi.js +4 -4
  34. package/dist/api/WorkItemsApi.js +111 -64
  35. package/dist/api/WorkItemsCommentsApi.js +6 -6
  36. package/dist/api/WorkflowsApi.js +17 -17
  37. package/dist/index.js +396 -46
  38. package/dist/model/AIServiceModelApiResult.js +1 -1
  39. package/dist/model/AIServiceModelApiResultCountReply.js +108 -0
  40. package/dist/model/AIServiceModelApiResultGroup.js +156 -0
  41. package/dist/model/AIServiceModelApiResultGroupedReply.js +140 -0
  42. package/dist/model/AIServiceModelApiResultIReply.js +173 -0
  43. package/dist/model/AIServiceModelApiResultReply.js +1 -1
  44. package/dist/model/AssignAttachmentApiModel.js +1 -1
  45. package/dist/model/{Link.js → AssignAutoTestCaseIdApiModel.js} +24 -84
  46. package/dist/model/AssignIterationApiModel.js +1 -1
  47. package/dist/model/AttachmentApiResult.js +1 -1
  48. package/dist/model/AttachmentChangeViewModel.js +1 -1
  49. package/dist/model/AttachmentChangeViewModelArrayChangedFieldViewModel.js +1 -1
  50. package/dist/model/AttachmentModel.js +1 -1
  51. package/dist/model/AttachmentPutModel.js +1 -1
  52. package/dist/model/AttachmentPutModelAutoTestStepResultsModel.js +1 -1
  53. package/dist/model/AttachmentUpdateRequest.js +1 -1
  54. package/dist/model/AuditApiResult.js +1 -1
  55. package/dist/model/AutoTest.js +5 -5
  56. package/dist/model/AutoTestApiResult.js +16 -1
  57. package/dist/model/AutoTestAverageDurationApiResult.js +1 -1
  58. package/dist/model/AutoTestBulkDeleteApiModel.js +1 -1
  59. package/dist/model/AutoTestBulkDeleteApiResult.js +1 -1
  60. package/dist/model/AutoTestCaseApiModel.js +113 -0
  61. package/dist/model/AutoTestCaseResult.js +112 -0
  62. package/dist/model/AutoTestChangeViewModel.js +1 -1
  63. package/dist/model/AutoTestChangeViewModelArrayChangedFieldViewModel.js +1 -1
  64. package/dist/model/AutoTestClassCountApiModel.js +1 -1
  65. package/dist/model/AutoTestCreateApiModel.js +1 -1
  66. package/dist/model/AutoTestExtractionApiModel.js +1 -1
  67. package/dist/model/AutoTestFilterApiModel.js +1 -1
  68. package/dist/model/AutoTestFilterModel.js +1 -1
  69. package/dist/model/AutoTestFlakyBulkApiModel.js +1 -1
  70. package/dist/model/AutoTestIdModel.js +1 -1
  71. package/dist/model/AutoTestModel.js +1 -1
  72. package/dist/model/AutoTestModelV2GetModel.js +1 -1
  73. package/dist/model/AutoTestNamespaceApiResult.js +1 -1
  74. package/dist/model/AutoTestNamespaceCountApiModel.js +1 -1
  75. package/dist/model/AutoTestNamespacesCountResponse.js +1 -1
  76. package/dist/model/AutoTestProjectSettingsApiModel.js +49 -5
  77. package/dist/model/AutoTestProjectSettingsApiResult.js +49 -5
  78. package/dist/model/AutoTestResultHistoryApiResult.js +1 -1
  79. package/dist/model/AutoTestResultHistorySelectApiModel.js +1 -1
  80. package/dist/model/AutoTestResultReasonShort.js +1 -1
  81. package/dist/model/AutoTestResultsForTestRunModel.js +1 -1
  82. package/dist/model/AutoTestSearchApiModel.js +1 -1
  83. package/dist/model/AutoTestSearchIncludeApiModel.js +1 -1
  84. package/dist/model/AutoTestSelectApiModel.js +1 -1
  85. package/dist/model/AutoTestSelectModel.js +1 -1
  86. package/dist/model/AutoTestShortApiResult.js +1 -1
  87. package/dist/model/AutoTestStep.js +1 -1
  88. package/dist/model/AutoTestStepApiModel.js +1 -1
  89. package/dist/model/AutoTestStepApiResult.js +1 -1
  90. package/dist/model/AutoTestStepModel.js +1 -1
  91. package/dist/model/AutoTestStepResult.js +1 -1
  92. package/dist/model/AutoTestStepResultUpdateRequest.js +1 -1
  93. package/dist/model/AutoTestStepResultsApiResult.js +1 -1
  94. package/dist/model/AutoTestUpdateApiModel.js +10 -1
  95. package/dist/model/AutoTestWorkItemIdentifierApiResult.js +1 -1
  96. package/dist/model/AutoTestsExtractionModel.js +1 -1
  97. package/dist/model/AutotestResultReasonFilterModel.js +1 -1
  98. package/dist/model/AutotestResultReasonShortGetModel.js +1 -1
  99. package/dist/model/BackgroundJobAttachmentModel.js +1 -1
  100. package/dist/model/BackgroundJobFilterModel.js +1 -1
  101. package/dist/model/BackgroundJobGetModel.js +1 -1
  102. package/dist/model/BackgroundJobType.js +5 -0
  103. package/dist/model/BooleanChangedFieldViewModel.js +1 -1
  104. package/dist/model/BooleanNullableChangedFieldViewModel.js +1 -1
  105. package/dist/model/CollectionFilter.js +1 -1
  106. package/dist/model/CompositeFilter.js +1 -1
  107. package/dist/model/ConfigurationByParametersModel.js +1 -1
  108. package/dist/model/ConfigurationExtractionApiModel.js +1 -1
  109. package/dist/model/ConfigurationExtractionModel.js +1 -1
  110. package/dist/model/ConfigurationFilterApiModel.js +1 -1
  111. package/dist/model/ConfigurationFilterModel.js +1 -1
  112. package/dist/model/ConfigurationModel.js +1 -1
  113. package/dist/model/{CustomAttributeGetModel.js → ConfigurationParameterApiModel.js} +65 -105
  114. package/dist/model/{ProjectShortModel.js → ConfigurationParameterApiResult.js} +105 -132
  115. package/dist/model/ConfigurationParameterPreviewApiResult.js +225 -0
  116. package/dist/model/ConfigurationParameterPreviewApiResultCountReply.js +108 -0
  117. package/dist/model/ConfigurationParameterPreviewApiResultGroup.js +156 -0
  118. package/dist/model/ConfigurationParameterPreviewApiResultGroupedReply.js +140 -0
  119. package/dist/model/ConfigurationParameterPreviewApiResultIReply.js +173 -0
  120. package/dist/model/ConfigurationParameterPreviewApiResultReply.js +140 -0
  121. package/dist/model/ConfigurationParameterProjectApiModel.js +113 -0
  122. package/dist/model/ConfigurationParameterValueApiModel.js +113 -0
  123. package/dist/model/{GlobalSearchRequest.js → ConfigurationParameterValueApiResult.js} +38 -54
  124. package/dist/model/ConfigurationParameterValueApiResultApiCollectionPreview.js +142 -0
  125. package/dist/model/ConfigurationPostModel.js +1 -1
  126. package/dist/model/ConfigurationPutModel.js +1 -1
  127. package/dist/model/ConfigurationSelectApiModel.js +1 -1
  128. package/dist/model/ConfigurationSelectModel.js +1 -1
  129. package/dist/model/ConfigurationShort.js +1 -1
  130. package/dist/model/ConfigurationShortApiResult.js +1 -1
  131. package/dist/model/ConfigurationShortModel.js +1 -1
  132. package/dist/model/CreateDefectApiModel.js +1 -1
  133. package/dist/model/CreateEmptyTestRunApiModel.js +1 -1
  134. package/dist/model/CreateFailureCategoryApiModel.js +1 -1
  135. package/dist/model/CreateFailureClassRegexApiModel.js +1 -1
  136. package/dist/model/CreateLinkApiModel.js +7 -5
  137. package/dist/model/CreateParameterApiModel.js +1 -1
  138. package/dist/model/CreateProjectApiModel.js +1 -1
  139. package/dist/model/CreateProjectFailureCategoryApiModel.js +1 -1
  140. package/dist/model/CreateStepApiModel.js +1 -1
  141. package/dist/model/CreateTagApiModel.js +1 -1
  142. package/dist/model/CreateTestPlanApiModel.js +1 -1
  143. package/dist/model/CreateTestRunAndFillByAutoTestCasesApiModel.js +212 -0
  144. package/dist/model/CreateTestRunAndFillByAutoTestsApiModel.js +16 -1
  145. package/dist/model/CreateTestRunAndFillByConfigurationsApiModel.js +16 -1
  146. package/dist/model/CreateTestRunAndFillByWorkItemsApiModel.js +16 -1
  147. package/dist/model/CreateTestStatusApiModel.js +1 -1
  148. package/dist/model/CreateWorkItemApiModel.js +15 -27
  149. package/dist/model/CreateWorkItemCommentApiModel.js +1 -1
  150. package/dist/model/CreateWorkItemPreviewsApiModel.js +1 -1
  151. package/dist/model/CreateWorkflowApiModel.js +1 -1
  152. package/dist/model/CustomAttributeApiResult.js +42 -5
  153. package/dist/model/CustomAttributeChangeModel.js +1 -1
  154. package/dist/model/CustomAttributeModel.js +68 -18
  155. package/dist/model/CustomAttributeOptionApiResult.js +1 -1
  156. package/dist/model/CustomAttributeOptionModel.js +1 -1
  157. package/dist/model/CustomAttributeOptionPostModel.js +1 -1
  158. package/dist/model/CustomAttributePostModel.js +1 -1
  159. package/dist/model/CustomAttributePutModel.js +1 -1
  160. package/dist/model/CustomAttributeSearchQueryModel.js +1 -1
  161. package/dist/model/CustomAttributeSearchResponseModel.js +68 -18
  162. package/dist/model/CustomAttributeTemplateModel.js +1 -1
  163. package/dist/model/CustomAttributeTemplatePostModel.js +1 -1
  164. package/dist/model/CustomAttributeTemplatePutModel.js +1 -1
  165. package/dist/model/CustomAttributeTemplateSearchQueryModel.js +1 -1
  166. package/dist/model/CustomAttributeTemplateValidationResult.js +1 -1
  167. package/dist/model/CustomAttributeTestPlanProjectRelationPutModel.js +1 -1
  168. package/dist/model/CustomAttributeValidationResult.js +1 -1
  169. package/dist/model/DateTimeRangeSelectorModel.js +1 -1
  170. package/dist/model/DefectApiModel.js +1 -1
  171. package/dist/model/DemoProjectApiResult.js +1 -1
  172. package/dist/model/{ProjectModel.js → DetailedProjectApiResult.js} +82 -71
  173. package/dist/model/EnableProjectExternalServiceApiModel.js +1 -1
  174. package/dist/model/ExternalFormAllowedValueModel.js +1 -1
  175. package/dist/model/ExternalFormCreateModel.js +1 -1
  176. package/dist/model/ExternalFormFieldModel.js +1 -1
  177. package/dist/model/ExternalFormLinkModel.js +1 -1
  178. package/dist/model/ExternalFormModel.js +1 -1
  179. package/dist/model/ExternalIssueApiFieldSuggestion.js +1 -1
  180. package/dist/model/ExternalIssueApiFieldSuggestionCountReply.js +108 -0
  181. package/dist/model/{GlobalSearchResponse.js → ExternalIssueApiFieldSuggestionGroup.js} +51 -49
  182. package/dist/model/ExternalIssueApiFieldSuggestionGroupedReply.js +140 -0
  183. package/dist/model/ExternalIssueApiFieldSuggestionIReply.js +173 -0
  184. package/dist/model/ExternalIssueApiFieldSuggestionReply.js +1 -1
  185. package/dist/model/ExternalIssueApiMetadata.js +1 -1
  186. package/dist/model/ExternalIssueApiPriority.js +1 -1
  187. package/dist/model/ExternalIssueApiResult.js +1 -1
  188. package/dist/model/ExternalIssueApiType.js +1 -1
  189. package/dist/model/ExternalIssueExternalServiceApiResult.js +1 -1
  190. package/dist/model/ExternalIssueMetadataModel.js +1 -1
  191. package/dist/model/ExternalIssueModel.js +1 -1
  192. package/dist/model/ExternalIssuePriorityModel.js +1 -1
  193. package/dist/model/ExternalIssueTypeModel.js +1 -1
  194. package/dist/model/ExternalLinkModel.js +1 -1
  195. package/dist/model/ExternalServiceMetadataApiResult.js +1 -1
  196. package/dist/model/ExternalServicesMetadataApiResult.js +1 -1
  197. package/dist/model/FailureCategoryApiResult.js +1 -1
  198. package/dist/model/FailureCategoryGroupApiModel.js +1 -1
  199. package/dist/model/FailureCategoryGroupApiResult.js +1 -1
  200. package/dist/model/FailureCategoryGroupItemApiResult.js +1 -1
  201. package/dist/model/FailureCategoryGroupItemApiResultReply.js +1 -1
  202. package/dist/model/FailureCategoryGroupSearchApiModel.js +1 -1
  203. package/dist/model/FailureCategoryItemApiResult.js +1 -1
  204. package/dist/model/FailureClassRegexApiResult.js +1 -1
  205. package/dist/model/FieldFilter.js +123 -0
  206. package/dist/model/Filter.js +14 -10
  207. package/dist/model/FilterModel.js +1 -1
  208. package/dist/model/FilterOperator.js +30 -20
  209. package/dist/model/GenerateWorkItemPreviewsApiModel.js +1 -14
  210. package/dist/model/GenerateWorkItemPreviewsApiResult.js +1 -1
  211. package/dist/model/GetAIServiceModelsApiModel.js +1 -1
  212. package/dist/model/GetExternalFormApiResult.js +1 -1
  213. package/dist/model/GetExternalIssueSuggestionsApiModel.js +1 -1
  214. package/dist/model/GetShortProjectsApiModel.js +1 -1
  215. package/dist/model/{GetXlsxTestPointsByTestPlanModel.js → GetXlsxTestPointsByTestPlanApiModel.js} +81 -35
  216. package/dist/model/GlobalCustomAttributePostModel.js +1 -1
  217. package/dist/model/GlobalCustomAttributeUpdateModel.js +1 -1
  218. package/dist/model/Group.js +124 -0
  219. package/dist/model/GroupKey.js +126 -0
  220. package/dist/model/GuidChangedFieldViewModel.js +1 -1
  221. package/dist/model/GuidExtractionModel.js +1 -1
  222. package/dist/model/GuidNullableChangedFieldViewModel.js +101 -0
  223. package/dist/model/IFilter.js +3 -2
  224. package/dist/model/Inquiry.js +31 -6
  225. package/dist/model/Int32ChangedFieldViewModel.js +1 -1
  226. package/dist/model/Int32RangeSelectorModel.js +1 -1
  227. package/dist/model/Int64ChangedFieldViewModel.js +1 -1
  228. package/dist/model/Int64RangeSelectorModel.js +1 -1
  229. package/dist/model/IterationApiResult.js +1 -1
  230. package/dist/model/IterationModel.js +1 -1
  231. package/dist/model/JsonElement.js +109 -0
  232. package/dist/model/JsonValueKind.js +88 -0
  233. package/dist/model/Label.js +1 -1
  234. package/dist/model/LabelApiModel.js +1 -1
  235. package/dist/model/LabelApiResult.js +1 -1
  236. package/dist/model/LabelShortModel.js +1 -1
  237. package/dist/model/LastTestResultApiResult.js +1 -1
  238. package/dist/model/LastTestResultModel.js +1 -1
  239. package/dist/model/LayerApiModel.js +126 -0
  240. package/dist/model/LayerApiResult.js +126 -0
  241. package/dist/model/LayerSource.js +68 -0
  242. package/dist/model/LinkApiResult.js +7 -5
  243. package/dist/model/LinkCreateApiModel.js +7 -5
  244. package/dist/model/LinkModel.js +7 -5
  245. package/dist/model/LinkPostModel.js +7 -5
  246. package/dist/model/LinkPutModel.js +7 -5
  247. package/dist/model/LinkShortApiResult.js +5 -9
  248. package/dist/model/LinkShortModel.js +10 -13
  249. package/dist/model/LinkUpdateApiModel.js +7 -5
  250. package/dist/model/ManualRerunApiResult.js +1 -1
  251. package/dist/model/ManualRerunSelectTestResultsApiModel.js +1 -1
  252. package/dist/model/ManualRerunTestResultApiModel.js +1 -1
  253. package/dist/model/Mode.js +58 -0
  254. package/dist/model/NamedEntityApiModel.js +1 -1
  255. package/dist/model/NotificationModel.js +1 -1
  256. package/dist/model/NotificationQueryFilterModel.js +1 -1
  257. package/dist/model/OpenIdConnectionClientShortModel.js +1 -1
  258. package/dist/model/OpenIdConnectionSettingsShortClientModel.js +1 -1
  259. package/dist/model/Operation.js +1 -1
  260. package/dist/model/Order.js +1 -1
  261. package/dist/model/Page.js +1 -1
  262. package/dist/model/ParameterApiResult.js +1 -1
  263. package/dist/model/ParameterGroupApiResult.js +1 -1
  264. package/dist/model/ParameterGroupsFilterApiModel.js +1 -1
  265. package/dist/model/ParameterIterationModel.js +13 -1
  266. package/dist/model/ParameterShortApiResult.js +1 -1
  267. package/dist/model/ParameterShortModel.js +13 -1
  268. package/dist/model/ParametersFilterApiModel.js +1 -1
  269. package/dist/model/PeriodViewModel.js +1 -1
  270. package/dist/model/PeriodViewModelChangedFieldViewModel.js +1 -1
  271. package/dist/model/PreviewsIssueLinkApiModel.js +1 -1
  272. package/dist/model/PreviewsIssueLinkApiResult.js +1 -1
  273. package/dist/model/ProblemDetails.js +1 -1
  274. package/dist/model/ProjectApiResult.js +12 -71
  275. package/dist/model/ProjectAttributesFilterModel.js +1 -1
  276. package/dist/model/ProjectCustomAttributeTemplateGetModel.js +1 -1
  277. package/dist/model/ProjectCustomAttributesTemplatesFilterModel.js +1 -1
  278. package/dist/model/ProjectDetailedFailureCategoryApiResult.js +1 -1
  279. package/dist/model/ProjectExternalServiceApiResult.js +1 -1
  280. package/dist/model/ProjectExternalServiceSettingsApiResult.js +1 -1
  281. package/dist/model/ProjectExternalServicesApiResult.js +1 -1
  282. package/dist/model/ProjectExtractionModel.js +1 -1
  283. package/dist/model/ProjectFailureCategoryApiResult.js +1 -1
  284. package/dist/model/ProjectFailureCategoryGroupItemApiResult.js +1 -1
  285. package/dist/model/ProjectFailureCategoryGroupItemApiResultReply.js +1 -1
  286. package/dist/model/ProjectNameApiResult.js +1 -1
  287. package/dist/model/ProjectNameApiResultApiCollectionPreview.js +142 -0
  288. package/dist/model/ProjectSelectModel.js +1 -1
  289. package/dist/model/ProjectShortApiResult.js +1 -1
  290. package/dist/model/ProjectShortApiResultCountReply.js +108 -0
  291. package/dist/model/ProjectShortApiResultGroup.js +156 -0
  292. package/dist/model/ProjectShortApiResultGroupedReply.js +140 -0
  293. package/dist/model/ProjectShortApiResultIReply.js +173 -0
  294. package/dist/model/ProjectShortApiResultReply.js +1 -1
  295. package/dist/model/ProjectShortestModel.js +1 -1
  296. package/dist/model/ProjectTestPlansFilterModel.js +1 -1
  297. package/dist/model/ProjectsFilterModel.js +14 -14
  298. package/dist/model/ReplaceProjectExternalServiceApiModel.js +1 -1
  299. package/dist/model/RerunTestResultApiResult.js +1 -1
  300. package/dist/model/RerunsApiResult.js +1 -1
  301. package/dist/model/ScheduleAutoTestsReportImportApiModel.js +139 -0
  302. package/dist/model/ScheduleAutoTestsReportImportsApiModel.js +131 -0
  303. package/dist/model/SearchConfigurationParametersApiModel.js +165 -0
  304. package/dist/model/SearchCustomAttributeTemplateGetModel.js +1 -1
  305. package/dist/model/SearchExternalIssuesApiModel.js +1 -1
  306. package/dist/model/SearchTestRunsApiModel.js +1 -1
  307. package/dist/model/SearchTestStatusesApiModel.js +1 -1
  308. package/dist/model/SearchWebhooksQueryModel.js +1 -1
  309. package/dist/model/SearchWorkItemLinkUrlsApiResult.js +1 -1
  310. package/dist/model/SearchWorkflowProjectsApiModel.js +1 -1
  311. package/dist/model/SearchWorkflowsApiModel.js +1 -1
  312. package/dist/model/SectionModel.js +1 -1
  313. package/dist/model/SectionMoveModel.js +1 -1
  314. package/dist/model/SectionPostModel.js +1 -1
  315. package/dist/model/SectionPutModel.js +5 -19
  316. package/dist/model/SectionRenameModel.js +1 -1
  317. package/dist/model/SectionWithStepsModel.js +1 -1
  318. package/dist/model/SelectTagsApiModel.js +1 -1
  319. package/dist/model/SharedStepChangeViewModel.js +1 -1
  320. package/dist/model/SharedStepModel.js +1 -1
  321. package/dist/model/SharedStepReferenceModel.js +1 -1
  322. package/dist/model/SharedStepReferenceSectionModel.js +1 -1
  323. package/dist/model/SharedStepReferenceSectionsQueryFilterModel.js +1 -1
  324. package/dist/model/SharedStepReferencesQueryFilterModel.js +4 -3
  325. package/dist/model/SharedStepResultApiModel.js +1 -1
  326. package/dist/model/ShortConfiguration.js +1 -1
  327. package/dist/model/StepCommentApiModel.js +1 -1
  328. package/dist/model/StepModel.js +1 -1
  329. package/dist/model/StepPostModel.js +1 -1
  330. package/dist/model/StepPutModel.js +1 -1
  331. package/dist/model/StepResultApiModel.js +1 -1
  332. package/dist/model/StringArrayChangedFieldViewModel.js +1 -1
  333. package/dist/model/StringChangedFieldViewModel.js +1 -1
  334. package/dist/model/StringChangedFieldWithDiffsViewModel.js +1 -1
  335. package/dist/model/StringExtractionModel.js +1 -1
  336. package/dist/model/TagApiModel.js +1 -1
  337. package/dist/model/TagApiResult.js +1 -1
  338. package/dist/model/TagModel.js +1 -1
  339. package/dist/model/TagShortApiResult.js +1 -1
  340. package/dist/model/TagsExtractionApiModel.js +1 -1
  341. package/dist/model/TagsFilterApiModel.js +1 -1
  342. package/dist/model/TestPlanApiResult.js +1 -1
  343. package/dist/model/TestPlanChangeModel.js +1 -1
  344. package/dist/model/TestPlanChangedFieldsViewModel.js +1 -1
  345. package/dist/model/TestPlanExtractionModel.js +1 -1
  346. package/dist/model/TestPlanGroupByStatus.js +1 -1
  347. package/dist/model/TestPlanGroupByStatusCode.js +1 -1
  348. package/dist/model/TestPlanGroupByStatusType.js +1 -1
  349. package/dist/model/TestPlanGroupByTester.js +1 -1
  350. package/dist/model/TestPlanGroupByTesterAndStatus.js +1 -1
  351. package/dist/model/TestPlanGroupByTesterAndStatusCode.js +1 -1
  352. package/dist/model/TestPlanLink.js +1 -1
  353. package/dist/model/TestPlanModel.js +1 -1
  354. package/dist/model/TestPlanSelectModel.js +1 -1
  355. package/dist/model/TestPlanShortModel.js +1 -1
  356. package/dist/model/TestPlanSummaryModel.js +1 -1
  357. package/dist/model/TestPlanTagApiResult.js +1 -1
  358. package/dist/model/TestPlanTestPointsAnalyticsApiModel.js +1 -1
  359. package/dist/model/TestPlanTestPointsAnalyticsApiResult.js +1 -1
  360. package/dist/model/TestPlanTestPointsApiModel.js +1 -1
  361. package/dist/model/TestPlanTestPointsAutoTestsRerunApiModel.js +1 -1
  362. package/dist/model/TestPlanTestPointsAutoTestsRunApiModel.js +1 -1
  363. package/dist/model/TestPlanTestPointsExtractionApiModel.js +1 -1
  364. package/dist/model/TestPlanTestPointsGroupApiModel.js +1 -1
  365. package/dist/model/TestPlanTestPointsGroupApiResult.js +1 -1
  366. package/dist/model/TestPlanTestPointsGroupSearchApiResult.js +1 -1
  367. package/dist/model/TestPlanTestPointsGroupSearchItemApiResult.js +1 -1
  368. package/dist/model/TestPlanTestPointsInquiryApiModel.js +1 -1
  369. package/dist/model/TestPlanTestPointsSearchApiModel.js +1 -1
  370. package/dist/model/TestPlanTestPointsSearchApiResult.js +1 -1
  371. package/dist/model/TestPlanTestPointsSearchStatusCountersApiResult.js +1 -1
  372. package/dist/model/TestPlanTestPointsSectionSearchApiResult.js +1 -1
  373. package/dist/model/TestPlanTestPointsSetTestersApiModel.js +1 -1
  374. package/dist/model/TestPlanTestPointsStatusCodeGroupApiResult.js +1 -1
  375. package/dist/model/TestPlanTestPointsStatusGroupApiResult.js +1 -1
  376. package/dist/model/TestPlanTestPointsStatusTypeGroupApiResult.js +1 -1
  377. package/dist/model/TestPlanTestPointsTestSuiteSearchApiResult.js +1 -1
  378. package/dist/model/TestPlanTestPointsTesterAndStatusGroupApiResult.js +1 -1
  379. package/dist/model/TestPlanTestPointsTesterAndStatusTypeGroupApiResult.js +1 -1
  380. package/dist/model/TestPlanTestPointsTesterGroupApiResult.js +1 -1
  381. package/dist/model/TestPlanTestPointsWorkItemSearchApiResult.js +1 -1
  382. package/dist/model/TestPlanWithAnalyticModel.js +1 -1
  383. package/dist/model/TestPlanWithTestSuiteTreeModel.js +1 -1
  384. package/dist/model/TestPoint.js +1 -1
  385. package/dist/model/TestPointAnalyticResult.js +1 -1
  386. package/dist/model/TestPointByTestSuiteModel.js +1 -1
  387. package/dist/model/TestPointChangeViewModel.js +1 -1
  388. package/dist/model/TestPointChangeViewModelChangedFieldViewModel.js +1 -1
  389. package/dist/model/TestPointFilterModel.js +1 -1
  390. package/dist/model/TestPointFilterRequestModel.js +1 -1
  391. package/dist/model/TestPointResultApiResult.js +1 -1
  392. package/dist/model/TestPointSelectModel.js +1 -1
  393. package/dist/model/TestPointSelector.js +1 -1
  394. package/dist/model/TestPointShortApiResult.js +1 -1
  395. package/dist/model/TestPointShortModel.js +1 -1
  396. package/dist/model/TestPointShortResponseModel.js +1 -1
  397. package/dist/model/TestPointWithLastResultResponseModel.js +1 -1
  398. package/dist/model/TestPointsExtractionModel.js +1 -1
  399. package/dist/model/TestResultApiResult.js +1 -1
  400. package/dist/model/TestResultChangeViewModel.js +1 -1
  401. package/dist/model/TestResultChangeViewModelChangedFieldViewModel.js +1 -1
  402. package/dist/model/TestResultChronologyModel.js +1 -1
  403. package/dist/model/TestResultFailureClassApiResult.js +1 -1
  404. package/dist/model/TestResultHistoryReportApiResult.js +1 -1
  405. package/dist/model/TestResultLinkApiResult.js +7 -5
  406. package/dist/model/TestResultResponse.js +5 -5
  407. package/dist/model/TestResultShortApiResult.js +1 -1
  408. package/dist/model/TestResultShortResponse.js +1 -1
  409. package/dist/model/TestResultStepCommentUpdateRequest.js +1 -1
  410. package/dist/model/TestResultUpdateV2Request.js +5 -5
  411. package/dist/model/TestResultV2GetModel.js +1 -1
  412. package/dist/model/TestResultV2ShortModel.js +1 -1
  413. package/dist/model/TestResultsExtractionApiModel.js +1 -1
  414. package/dist/model/TestResultsFilterApiModel.js +1 -1
  415. package/dist/model/TestResultsLocalFilterModel.js +1 -1
  416. package/dist/model/TestResultsSelectApiModel.js +1 -1
  417. package/dist/model/TestResultsStatisticsApiResult.js +1 -1
  418. package/dist/model/TestResultsStatisticsFailureCategoriesApiResult.js +1 -1
  419. package/dist/model/TestResultsStatisticsStatusesApiResult.js +1 -1
  420. package/dist/model/TestRunAnalyticApiResult.js +1 -1
  421. package/dist/model/TestRunApiResult.js +1 -1
  422. package/dist/model/TestRunByAutoTestApiResult.js +1 -1
  423. package/dist/model/TestRunExtractionApiModel.js +1 -1
  424. package/dist/model/TestRunFilterApiModel.js +1 -1
  425. package/dist/model/TestRunGroupByFailureClassApiResult.js +1 -1
  426. package/dist/model/TestRunGroupByStatusApiResult.js +1 -1
  427. package/dist/model/TestRunGroupByStatusTypeApiResult.js +1 -1
  428. package/dist/model/TestRunLaunchOptionApiModel.js +124 -0
  429. package/dist/model/TestRunNameApiResult.js +1 -1
  430. package/dist/model/TestRunSelectApiModel.js +1 -1
  431. package/dist/model/TestRunShortApiResult.js +1 -1
  432. package/dist/model/TestRunStatisticsFilterApiModel.js +1 -1
  433. package/dist/model/TestRunTestResultsPartialBulkSetModel.js +1 -1
  434. package/dist/model/TestRunTestResultsSelectModel.js +1 -1
  435. package/dist/model/TestRunV2ApiResult.js +1 -1
  436. package/dist/model/TestStatusApiResult.js +1 -1
  437. package/dist/model/TestStatusApiResultCountReply.js +108 -0
  438. package/dist/model/TestStatusApiResultGroup.js +156 -0
  439. package/dist/model/TestStatusApiResultGroupedReply.js +140 -0
  440. package/dist/model/TestStatusApiResultIReply.js +173 -0
  441. package/dist/model/TestStatusApiResultReply.js +1 -1
  442. package/dist/model/TestStatusModel.js +1 -1
  443. package/dist/model/TestStatusShortApiResult.js +1 -1
  444. package/dist/model/TestSuiteApiResult.js +1 -1
  445. package/dist/model/TestSuiteChangeViewModel.js +1 -1
  446. package/dist/model/TestSuiteChangeViewModelChangedFieldViewModel.js +1 -1
  447. package/dist/model/TestSuiteHierarchyApiResult.js +1 -1
  448. package/dist/model/TestSuiteTestPlanApiModel.js +1 -1
  449. package/dist/model/TestSuiteV2GetModel.js +1 -1
  450. package/dist/model/TestSuiteV2PostModel.js +1 -1
  451. package/dist/model/TestSuiteV2PutModel.js +1 -1
  452. package/dist/model/TestSuiteWithChildrenModel.js +1 -1
  453. package/dist/model/TestSuiteWorkItemsSearchModel.js +6 -6
  454. package/dist/model/UpdateEmptyTestRunApiModel.js +1 -1
  455. package/dist/model/UpdateFailureCategoryApiModel.js +1 -1
  456. package/dist/model/UpdateFailureCategoryProjectApiModel.js +1 -1
  457. package/dist/model/UpdateFailureClassRegexApiModel.js +1 -1
  458. package/dist/model/UpdateLinkApiModel.js +7 -5
  459. package/dist/model/UpdateMultipleAttachmentsApiModel.js +1 -1
  460. package/dist/model/UpdateMultipleLinksApiModel.js +1 -1
  461. package/dist/model/UpdateMultipleTagsApiModel.js +1 -1
  462. package/dist/model/UpdateMultipleTestRunsApiModel.js +1 -1
  463. package/dist/model/UpdateParameterApiModel.js +1 -1
  464. package/dist/model/UpdateProjectApiModel.js +1 -1
  465. package/dist/model/UpdateStepApiModel.js +1 -1
  466. package/dist/model/UpdateTagApiModel.js +1 -1
  467. package/dist/model/UpdateTestPlanApiModel.js +1 -1
  468. package/dist/model/UpdateTestStatusApiModel.js +1 -1
  469. package/dist/model/UpdateWorkItemApiModel.js +123 -143
  470. package/dist/model/UpdateWorkItemCommentApiModel.js +1 -1
  471. package/dist/model/UpdateWorkflowApiModel.js +1 -1
  472. package/dist/model/UserCustomNameValidationResponse.js +1 -1
  473. package/dist/model/UserNameApiResult.js +1 -1
  474. package/dist/model/ValidationProblemDetails.js +1 -1
  475. package/dist/model/WebHookModel.js +1 -1
  476. package/dist/model/WebHookPostModel.js +1 -1
  477. package/dist/model/WebHookTestModel.js +1 -1
  478. package/dist/model/WebhookBulkUpdateApiModel.js +1 -1
  479. package/dist/model/WebhookLogApiResult.js +1 -1
  480. package/dist/model/WebhookResponse.js +1 -1
  481. package/dist/model/WebhooksDeleteApiModel.js +1 -1
  482. package/dist/model/WebhooksDeleteFilterApiModel.js +1 -1
  483. package/dist/model/WebhooksExtractionApiModel.js +1 -1
  484. package/dist/model/WebhooksFilterApiModel.js +1 -1
  485. package/dist/model/WebhooksUpdateApiModel.js +1 -1
  486. package/dist/model/WebhooksUpdateApiResult.js +1 -1
  487. package/dist/model/WorkItemApiResult.js +1 -1
  488. package/dist/model/WorkItemChangeModel.js +1 -1
  489. package/dist/model/WorkItemChangedAttributeViewModel.js +1 -1
  490. package/dist/model/WorkItemChangedFieldsViewModel.js +21 -5
  491. package/dist/model/WorkItemCommentApiResult.js +1 -1
  492. package/dist/model/WorkItemExternalMetadataFieldFilterApiModel.js +1 -1
  493. package/dist/model/WorkItemExternalMetadataFieldFilterModel.js +1 -1
  494. package/dist/model/WorkItemExternalMetadataFilterApiModel.js +1 -1
  495. package/dist/model/WorkItemExternalMetadataFilterModel.js +1 -1
  496. package/dist/model/WorkItemExtractionApiModel.js +1 -1
  497. package/dist/model/WorkItemExtractionModel.js +1 -1
  498. package/dist/model/WorkItemFilterApiModel.js +17 -4
  499. package/dist/model/WorkItemFilterModel.js +4 -4
  500. package/dist/model/WorkItemGroupGetModel.js +1 -1
  501. package/dist/model/WorkItemGroupModel.js +1 -1
  502. package/dist/model/WorkItemIdApiModel.js +1 -1
  503. package/dist/model/WorkItemIndexApiResult.js +1 -1
  504. package/dist/model/{GlobalSearchItemResult.js → WorkItemLayerApiResult.js} +32 -64
  505. package/dist/model/WorkItemLikeModel.js +1 -1
  506. package/dist/model/WorkItemLinkChangeViewModel.js +1 -1
  507. package/dist/model/WorkItemLinkChangeViewModelArrayChangedFieldViewModel.js +1 -1
  508. package/dist/model/WorkItemLinkExtractionApiModel.js +1 -1
  509. package/dist/model/WorkItemLinkFilterApiModel.js +1 -1
  510. package/dist/model/WorkItemLinkFilterModel.js +1 -1
  511. package/dist/model/WorkItemLinkUrlApiModel.js +1 -1
  512. package/dist/model/WorkItemLinkUrlApiResult.js +1 -1
  513. package/dist/model/WorkItemLinkUrlFilterApiModel.js +4 -4
  514. package/dist/model/WorkItemLocalFilterModel.js +4 -4
  515. package/dist/model/WorkItemLocalSelectModel.js +1 -1
  516. package/dist/model/WorkItemModel.js +37 -37
  517. package/dist/model/WorkItemMovePostModel.js +1 -1
  518. package/dist/model/WorkItemParameterKeyApiModel.js +1 -1
  519. package/dist/model/WorkItemParameterKeyApiResult.js +1 -1
  520. package/dist/model/WorkItemParameterKeyModel.js +1 -1
  521. package/dist/model/WorkItemPreviewApiModel.js +1 -1
  522. package/dist/model/WorkItemPreviewStepApiModel.js +1 -1
  523. package/dist/model/WorkItemSearchQueryModel.js +4 -4
  524. package/dist/model/WorkItemSelectApiModel.js +1 -1
  525. package/dist/model/WorkItemSelectModel.js +1 -1
  526. package/dist/model/WorkItemShortApiResult.js +16 -1
  527. package/dist/model/WorkItemShortModel.js +5 -8
  528. package/dist/model/WorkItemStepChangeViewModel.js +1 -1
  529. package/dist/model/WorkItemStepChangeViewModelArrayChangedFieldWithDiffsViewModel.js +1 -1
  530. package/dist/model/{WorkItemEntityTypes.js → WorkItemTypeModel.js} +7 -7
  531. package/dist/model/WorkItemUpdatingFieldsApiModel.js +1 -1
  532. package/dist/model/WorkItemUpdatingFieldsApiResult.js +1 -1
  533. package/dist/model/WorkItemVersionModel.js +1 -1
  534. package/dist/model/WorkflowApiResult.js +1 -1
  535. package/dist/model/WorkflowExistsByNameApiResult.js +1 -1
  536. package/dist/model/WorkflowProjectApiResult.js +1 -1
  537. package/dist/model/WorkflowProjectApiResultApiCollectionPreview.js +1 -1
  538. package/dist/model/WorkflowProjectApiResultCountReply.js +108 -0
  539. package/dist/model/WorkflowProjectApiResultGroup.js +156 -0
  540. package/dist/model/WorkflowProjectApiResultGroupedReply.js +140 -0
  541. package/dist/model/WorkflowProjectApiResultIReply.js +173 -0
  542. package/dist/model/WorkflowProjectApiResultReply.js +1 -1
  543. package/dist/model/WorkflowShortApiResult.js +1 -1
  544. package/dist/model/WorkflowShortApiResultCountReply.js +108 -0
  545. package/dist/model/WorkflowShortApiResultGroup.js +156 -0
  546. package/dist/model/WorkflowShortApiResultGroupedReply.js +140 -0
  547. package/dist/model/WorkflowShortApiResultIReply.js +173 -0
  548. package/dist/model/WorkflowShortApiResultReply.js +1 -1
  549. package/dist/model/WorkflowStatusApiModel.js +1 -1
  550. package/dist/model/WorkflowStatusApiResult.js +1 -1
  551. package/index.d.ts +4759 -2362
  552. package/package.json +1 -1
  553. package/dist/api/SearchApi.js +0 -82
@@ -5,7 +5,6 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports["default"] = void 0;
7
7
  var _ApiClient = _interopRequireDefault(require("../ApiClient"));
8
- var _LinkType = _interopRequireDefault(require("./LinkType"));
9
8
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
10
9
  function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
11
10
  function _createForOfIteratorHelper(r, e) { var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (!t) { if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) { t && (r = t); var _n = 0, F = function F() {}; return { s: F, n: function n() { return _n >= r.length ? { done: !0 } : { done: !1, value: r[_n++] }; }, e: function e(r) { throw r; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var o, a = !0, u = !1; return { s: function s() { t = t.call(r); }, n: function n() { var r = t.next(); return a = r.done, r; }, e: function e(r) { u = !0, o = r; }, f: function f() { try { a || null == t["return"] || t["return"](); } finally { if (u) throw o; } } }; }
@@ -28,20 +27,19 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
28
27
  *
29
28
  */
30
29
  /**
31
- * The Link model module.
32
- * @module model/Link
33
- * @version 7.2.6
30
+ * The AssignAutoTestCaseIdApiModel model module.
31
+ * @module model/AssignAutoTestCaseIdApiModel
32
+ * @version 7.2.7
34
33
  */
35
- var Link = /*#__PURE__*/function () {
34
+ var AssignAutoTestCaseIdApiModel = /*#__PURE__*/function () {
36
35
  /**
37
- * Constructs a new <code>Link</code>.
38
- * @alias module:model/Link
39
- * @param url {String} Address can be specified without protocol, but necessarily with the domain.
40
- * @param hasInfo {Boolean} Flag defines if link relates to integrated jira service
36
+ * Constructs a new <code>AssignAutoTestCaseIdApiModel</code>.
37
+ * @alias module:model/AssignAutoTestCaseIdApiModel
38
+ * @param id {String} Unique ID of the automated test case
41
39
  */
42
- function Link(url, hasInfo) {
43
- _classCallCheck(this, Link);
44
- Link.initialize(this, url, hasInfo);
40
+ function AssignAutoTestCaseIdApiModel(id) {
41
+ _classCallCheck(this, AssignAutoTestCaseIdApiModel);
42
+ AssignAutoTestCaseIdApiModel.initialize(this, id);
45
43
  }
46
44
 
47
45
  /**
@@ -49,57 +47,41 @@ var Link = /*#__PURE__*/function () {
49
47
  * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
50
48
  * Only for internal use.
51
49
  */
52
- return _createClass(Link, null, [{
50
+ return _createClass(AssignAutoTestCaseIdApiModel, null, [{
53
51
  key: "initialize",
54
- value: function initialize(obj, url, hasInfo) {
55
- obj['url'] = url;
56
- obj['hasInfo'] = hasInfo;
52
+ value: function initialize(obj, id) {
53
+ obj['id'] = id;
57
54
  }
58
55
 
59
56
  /**
60
- * Constructs a <code>Link</code> from a plain JavaScript object, optionally creating a new instance.
57
+ * Constructs a <code>AssignAutoTestCaseIdApiModel</code> from a plain JavaScript object, optionally creating a new instance.
61
58
  * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
62
59
  * @param {Object} data The plain JavaScript object bearing properties of interest.
63
- * @param {module:model/Link} obj Optional instance to populate.
64
- * @return {module:model/Link} The populated <code>Link</code> instance.
60
+ * @param {module:model/AssignAutoTestCaseIdApiModel} obj Optional instance to populate.
61
+ * @return {module:model/AssignAutoTestCaseIdApiModel} The populated <code>AssignAutoTestCaseIdApiModel</code> instance.
65
62
  */
66
63
  }, {
67
64
  key: "constructFromObject",
68
65
  value: function constructFromObject(data, obj) {
69
66
  if (data) {
70
- obj = obj || new Link();
67
+ obj = obj || new AssignAutoTestCaseIdApiModel();
71
68
  if (data.hasOwnProperty('id')) {
72
69
  obj['id'] = _ApiClient["default"].convertToType(data['id'], 'String');
73
70
  }
74
- if (data.hasOwnProperty('title')) {
75
- obj['title'] = _ApiClient["default"].convertToType(data['title'], 'String');
76
- }
77
- if (data.hasOwnProperty('url')) {
78
- obj['url'] = _ApiClient["default"].convertToType(data['url'], 'String');
79
- }
80
- if (data.hasOwnProperty('description')) {
81
- obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
82
- }
83
- if (data.hasOwnProperty('type')) {
84
- obj['type'] = _ApiClient["default"].convertToType(data['type'], _LinkType["default"]);
85
- }
86
- if (data.hasOwnProperty('hasInfo')) {
87
- obj['hasInfo'] = _ApiClient["default"].convertToType(data['hasInfo'], 'Boolean');
88
- }
89
71
  }
90
72
  return obj;
91
73
  }
92
74
 
93
75
  /**
94
- * Validates the JSON data with respect to <code>Link</code>.
76
+ * Validates the JSON data with respect to <code>AssignAutoTestCaseIdApiModel</code>.
95
77
  * @param {Object} data The plain JavaScript object bearing properties of interest.
96
- * @return {boolean} to indicate whether the JSON data is valid with respect to <code>Link</code>.
78
+ * @return {boolean} to indicate whether the JSON data is valid with respect to <code>AssignAutoTestCaseIdApiModel</code>.
97
79
  */
98
80
  }, {
99
81
  key: "validateJSON",
100
82
  value: function validateJSON(data) {
101
83
  // check to make sure all required properties are present in the JSON string
102
- var _iterator = _createForOfIteratorHelper(Link.RequiredProperties),
84
+ var _iterator = _createForOfIteratorHelper(AssignAutoTestCaseIdApiModel.RequiredProperties),
103
85
  _step;
104
86
  try {
105
87
  for (_iterator.s(); !(_step = _iterator.n()).done;) {
@@ -117,57 +99,15 @@ var Link = /*#__PURE__*/function () {
117
99
  if (data['id'] && !(typeof data['id'] === 'string' || data['id'] instanceof String)) {
118
100
  throw new Error("Expected the field `id` to be a primitive type in the JSON string but got " + data['id']);
119
101
  }
120
- // ensure the json data is a string
121
- if (data['title'] && !(typeof data['title'] === 'string' || data['title'] instanceof String)) {
122
- throw new Error("Expected the field `title` to be a primitive type in the JSON string but got " + data['title']);
123
- }
124
- // ensure the json data is a string
125
- if (data['url'] && !(typeof data['url'] === 'string' || data['url'] instanceof String)) {
126
- throw new Error("Expected the field `url` to be a primitive type in the JSON string but got " + data['url']);
127
- }
128
- // ensure the json data is a string
129
- if (data['description'] && !(typeof data['description'] === 'string' || data['description'] instanceof String)) {
130
- throw new Error("Expected the field `description` to be a primitive type in the JSON string but got " + data['description']);
131
- }
132
102
  return true;
133
103
  }
134
104
  }]);
135
105
  }();
136
- Link.RequiredProperties = ["url", "hasInfo"];
106
+ AssignAutoTestCaseIdApiModel.RequiredProperties = ["id"];
137
107
 
138
108
  /**
139
- * Link unique identifier
109
+ * Unique ID of the automated test case
140
110
  * @member {String} id
141
111
  */
142
- Link.prototype['id'] = undefined;
143
-
144
- /**
145
- * Link name.
146
- * @member {String} title
147
- */
148
- Link.prototype['title'] = undefined;
149
-
150
- /**
151
- * Address can be specified without protocol, but necessarily with the domain.
152
- * @member {String} url
153
- */
154
- Link.prototype['url'] = undefined;
155
-
156
- /**
157
- * Link description.
158
- * @member {String} description
159
- */
160
- Link.prototype['description'] = undefined;
161
-
162
- /**
163
- * Specifies the type of the link.
164
- * @member {module:model/LinkType} type
165
- */
166
- Link.prototype['type'] = undefined;
167
-
168
- /**
169
- * Flag defines if link relates to integrated jira service
170
- * @member {Boolean} hasInfo
171
- */
172
- Link.prototype['hasInfo'] = undefined;
173
- var _default = exports["default"] = Link;
112
+ AssignAutoTestCaseIdApiModel.prototype['id'] = undefined;
113
+ var _default = exports["default"] = AssignAutoTestCaseIdApiModel;
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
30
30
  /**
31
31
  * The AssignIterationApiModel model module.
32
32
  * @module model/AssignIterationApiModel
33
- * @version 7.2.6
33
+ * @version 7.2.7
34
34
  */
35
35
  var AssignIterationApiModel = /*#__PURE__*/function () {
36
36
  /**
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
29
29
  /**
30
30
  * The AttachmentApiResult model module.
31
31
  * @module model/AttachmentApiResult
32
- * @version 7.2.6
32
+ * @version 7.2.7
33
33
  */
34
34
  var AttachmentApiResult = /*#__PURE__*/function () {
35
35
  /**
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
29
29
  /**
30
30
  * The AttachmentChangeViewModel model module.
31
31
  * @module model/AttachmentChangeViewModel
32
- * @version 7.2.6
32
+ * @version 7.2.7
33
33
  */
34
34
  var AttachmentChangeViewModel = /*#__PURE__*/function () {
35
35
  /**
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
30
30
  /**
31
31
  * The AttachmentChangeViewModelArrayChangedFieldViewModel model module.
32
32
  * @module model/AttachmentChangeViewModelArrayChangedFieldViewModel
33
- * @version 7.2.6
33
+ * @version 7.2.7
34
34
  */
35
35
  var AttachmentChangeViewModelArrayChangedFieldViewModel = /*#__PURE__*/function () {
36
36
  /**
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
29
29
  /**
30
30
  * The AttachmentModel model module.
31
31
  * @module model/AttachmentModel
32
- * @version 7.2.6
32
+ * @version 7.2.7
33
33
  */
34
34
  var AttachmentModel = /*#__PURE__*/function () {
35
35
  /**
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
29
29
  /**
30
30
  * The AttachmentPutModel model module.
31
31
  * @module model/AttachmentPutModel
32
- * @version 7.2.6
32
+ * @version 7.2.7
33
33
  */
34
34
  var AttachmentPutModel = /*#__PURE__*/function () {
35
35
  /**
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
31
31
  /**
32
32
  * The AttachmentPutModelAutoTestStepResultsModel model module.
33
33
  * @module model/AttachmentPutModelAutoTestStepResultsModel
34
- * @version 7.2.6
34
+ * @version 7.2.7
35
35
  */
36
36
  var AttachmentPutModelAutoTestStepResultsModel = /*#__PURE__*/function () {
37
37
  /**
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
29
29
  /**
30
30
  * The AttachmentUpdateRequest model module.
31
31
  * @module model/AttachmentUpdateRequest
32
- * @version 7.2.6
32
+ * @version 7.2.7
33
33
  */
34
34
  var AttachmentUpdateRequest = /*#__PURE__*/function () {
35
35
  /**
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
29
29
  /**
30
30
  * The AuditApiResult model module.
31
31
  * @module model/AuditApiResult
32
- * @version 7.2.6
32
+ * @version 7.2.7
33
33
  */
34
34
  var AuditApiResult = /*#__PURE__*/function () {
35
35
  /**
@@ -8,7 +8,7 @@ var _ApiClient = _interopRequireDefault(require("../ApiClient"));
8
8
  var _AutoTestStep = _interopRequireDefault(require("./AutoTestStep"));
9
9
  var _ConfigurationShort = _interopRequireDefault(require("./ConfigurationShort"));
10
10
  var _Label = _interopRequireDefault(require("./Label"));
11
- var _Link = _interopRequireDefault(require("./Link"));
11
+ var _LinkApiResult = _interopRequireDefault(require("./LinkApiResult"));
12
12
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
13
13
  function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
14
14
  function _createForOfIteratorHelper(r, e) { var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (!t) { if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) { t && (r = t); var _n = 0, F = function F() {}; return { s: F, n: function n() { return _n >= r.length ? { done: !0 } : { done: !1, value: r[_n++] }; }, e: function e(r) { throw r; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var o, a = !0, u = !1; return { s: function s() { t = t.call(r); }, n: function n() { var r = t.next(); return a = r.done, r; }, e: function e(r) { u = !0, o = r; }, f: function f() { try { a || null == t["return"] || t["return"](); } finally { if (u) throw o; } } }; }
@@ -33,7 +33,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
33
33
  /**
34
34
  * The AutoTest model module.
35
35
  * @module model/AutoTest
36
- * @version 7.2.6
36
+ * @version 7.2.7
37
37
  */
38
38
  var AutoTest = /*#__PURE__*/function () {
39
39
  /**
@@ -89,7 +89,7 @@ var AutoTest = /*#__PURE__*/function () {
89
89
  obj['externalId'] = _ApiClient["default"].convertToType(data['externalId'], 'String');
90
90
  }
91
91
  if (data.hasOwnProperty('links')) {
92
- obj['links'] = _ApiClient["default"].convertToType(data['links'], [_Link["default"]]);
92
+ obj['links'] = _ApiClient["default"].convertToType(data['links'], [_LinkApiResult["default"]]);
93
93
  }
94
94
  if (data.hasOwnProperty('projectId')) {
95
95
  obj['projectId'] = _ApiClient["default"].convertToType(data['projectId'], 'String');
@@ -212,7 +212,7 @@ var AutoTest = /*#__PURE__*/function () {
212
212
  try {
213
213
  for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
214
214
  var item = _step2.value;
215
- _Link["default"].validateJSON(item);
215
+ _LinkApiResult["default"].validateJSON(item);
216
216
  }
217
217
  } catch (err) {
218
218
  _iterator2.e(err);
@@ -380,7 +380,7 @@ AutoTest.prototype['externalId'] = undefined;
380
380
 
381
381
  /**
382
382
  * Collection of the autotest links
383
- * @member {Array.<module:model/Link>} links
383
+ * @member {Array.<module:model/LinkApiResult>} links
384
384
  */
385
385
  AutoTest.prototype['links'] = undefined;
386
386
 
@@ -8,6 +8,7 @@ var _ApiClient = _interopRequireDefault(require("../ApiClient"));
8
8
  var _AutoTestStepApiResult = _interopRequireDefault(require("./AutoTestStepApiResult"));
9
9
  var _ConfigurationShortApiResult = _interopRequireDefault(require("./ConfigurationShortApiResult"));
10
10
  var _LabelApiResult = _interopRequireDefault(require("./LabelApiResult"));
11
+ var _LayerApiResult = _interopRequireDefault(require("./LayerApiResult"));
11
12
  var _LinkApiResult = _interopRequireDefault(require("./LinkApiResult"));
12
13
  var _TestStatusApiResult = _interopRequireDefault(require("./TestStatusApiResult"));
13
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
@@ -34,7 +35,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
34
35
  /**
35
36
  * The AutoTestApiResult model module.
36
37
  * @module model/AutoTestApiResult
37
- * @version 7.2.6
38
+ * @version 7.2.7
38
39
  */
39
40
  var AutoTestApiResult = /*#__PURE__*/function () {
40
41
  /**
@@ -167,6 +168,9 @@ var AutoTestApiResult = /*#__PURE__*/function () {
167
168
  if (data.hasOwnProperty('stabilityPercentage')) {
168
169
  obj['stabilityPercentage'] = _ApiClient["default"].convertToType(data['stabilityPercentage'], 'Number');
169
170
  }
171
+ if (data.hasOwnProperty('layer')) {
172
+ obj['layer'] = _ApiClient["default"].convertToType(data['layer'], _LayerApiResult["default"]);
173
+ }
170
174
  if (data.hasOwnProperty('links')) {
171
175
  obj['links'] = _ApiClient["default"].convertToType(data['links'], [_LinkApiResult["default"]]);
172
176
  }
@@ -336,6 +340,11 @@ var AutoTestApiResult = /*#__PURE__*/function () {
336
340
  // data not null
337
341
  _TestStatusApiResult["default"].validateJSON(data['lastTestResultStatus']);
338
342
  }
343
+ // validate the optional field `layer`
344
+ if (data['layer']) {
345
+ // data not null
346
+ _LayerApiResult["default"].validateJSON(data['layer']);
347
+ }
339
348
  if (data['links']) {
340
349
  // data not null
341
350
  // ensure the json data is an array
@@ -523,6 +532,12 @@ AutoTestApiResult.prototype['lastTestResultStatus'] = undefined;
523
532
  */
524
533
  AutoTestApiResult.prototype['stabilityPercentage'] = undefined;
525
534
 
535
+ /**
536
+ * Model of auto test layer for use in responses.
537
+ * @member {module:model/LayerApiResult} layer
538
+ */
539
+ AutoTestApiResult.prototype['layer'] = undefined;
540
+
526
541
  /**
527
542
  * @member {Array.<module:model/LinkApiResult>} links
528
543
  */
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
29
29
  /**
30
30
  * The AutoTestAverageDurationApiResult model module.
31
31
  * @module model/AutoTestAverageDurationApiResult
32
- * @version 7.2.6
32
+ * @version 7.2.7
33
33
  */
34
34
  var AutoTestAverageDurationApiResult = /*#__PURE__*/function () {
35
35
  /**
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
30
30
  /**
31
31
  * The AutoTestBulkDeleteApiModel model module.
32
32
  * @module model/AutoTestBulkDeleteApiModel
33
- * @version 7.2.6
33
+ * @version 7.2.7
34
34
  */
35
35
  var AutoTestBulkDeleteApiModel = /*#__PURE__*/function () {
36
36
  /**
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
29
29
  /**
30
30
  * The AutoTestBulkDeleteApiResult model module.
31
31
  * @module model/AutoTestBulkDeleteApiResult
32
- * @version 7.2.6
32
+ * @version 7.2.7
33
33
  */
34
34
  var AutoTestBulkDeleteApiResult = /*#__PURE__*/function () {
35
35
  /**
@@ -0,0 +1,113 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _ApiClient = _interopRequireDefault(require("../ApiClient"));
8
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
9
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
10
+ function _createForOfIteratorHelper(r, e) { var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (!t) { if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) { t && (r = t); var _n = 0, F = function F() {}; return { s: F, n: function n() { return _n >= r.length ? { done: !0 } : { done: !1, value: r[_n++] }; }, e: function e(r) { throw r; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var o, a = !0, u = !1; return { s: function s() { t = t.call(r); }, n: function n() { var r = t.next(); return a = r.done, r; }, e: function e(r) { u = !0, o = r; }, f: function f() { try { a || null == t["return"] || t["return"](); } finally { if (u) throw o; } } }; }
11
+ function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
12
+ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
13
+ function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
14
+ function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
15
+ function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
16
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
17
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /**
18
+ * API
19
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
20
+ *
21
+ * The version of the OpenAPI document: v2.0
22
+ *
23
+ *
24
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
25
+ * https://openapi-generator.tech
26
+ * Do not edit the class manually.
27
+ *
28
+ */
29
+ /**
30
+ * The AutoTestCaseApiModel model module.
31
+ * @module model/AutoTestCaseApiModel
32
+ * @version 7.2.7
33
+ */
34
+ var AutoTestCaseApiModel = /*#__PURE__*/function () {
35
+ /**
36
+ * Constructs a new <code>AutoTestCaseApiModel</code>.
37
+ * @alias module:model/AutoTestCaseApiModel
38
+ * @param id {String} Unique identifier of the automated test case
39
+ */
40
+ function AutoTestCaseApiModel(id) {
41
+ _classCallCheck(this, AutoTestCaseApiModel);
42
+ AutoTestCaseApiModel.initialize(this, id);
43
+ }
44
+
45
+ /**
46
+ * Initializes the fields of this object.
47
+ * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
48
+ * Only for internal use.
49
+ */
50
+ return _createClass(AutoTestCaseApiModel, null, [{
51
+ key: "initialize",
52
+ value: function initialize(obj, id) {
53
+ obj['id'] = id;
54
+ }
55
+
56
+ /**
57
+ * Constructs a <code>AutoTestCaseApiModel</code> from a plain JavaScript object, optionally creating a new instance.
58
+ * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
59
+ * @param {Object} data The plain JavaScript object bearing properties of interest.
60
+ * @param {module:model/AutoTestCaseApiModel} obj Optional instance to populate.
61
+ * @return {module:model/AutoTestCaseApiModel} The populated <code>AutoTestCaseApiModel</code> instance.
62
+ */
63
+ }, {
64
+ key: "constructFromObject",
65
+ value: function constructFromObject(data, obj) {
66
+ if (data) {
67
+ obj = obj || new AutoTestCaseApiModel();
68
+ if (data.hasOwnProperty('id')) {
69
+ obj['id'] = _ApiClient["default"].convertToType(data['id'], 'String');
70
+ }
71
+ }
72
+ return obj;
73
+ }
74
+
75
+ /**
76
+ * Validates the JSON data with respect to <code>AutoTestCaseApiModel</code>.
77
+ * @param {Object} data The plain JavaScript object bearing properties of interest.
78
+ * @return {boolean} to indicate whether the JSON data is valid with respect to <code>AutoTestCaseApiModel</code>.
79
+ */
80
+ }, {
81
+ key: "validateJSON",
82
+ value: function validateJSON(data) {
83
+ // check to make sure all required properties are present in the JSON string
84
+ var _iterator = _createForOfIteratorHelper(AutoTestCaseApiModel.RequiredProperties),
85
+ _step;
86
+ try {
87
+ for (_iterator.s(); !(_step = _iterator.n()).done;) {
88
+ var property = _step.value;
89
+ if (!data.hasOwnProperty(property)) {
90
+ throw new Error("The required field `" + property + "` is not found in the JSON data: " + JSON.stringify(data));
91
+ }
92
+ }
93
+ // ensure the json data is a string
94
+ } catch (err) {
95
+ _iterator.e(err);
96
+ } finally {
97
+ _iterator.f();
98
+ }
99
+ if (data['id'] && !(typeof data['id'] === 'string' || data['id'] instanceof String)) {
100
+ throw new Error("Expected the field `id` to be a primitive type in the JSON string but got " + data['id']);
101
+ }
102
+ return true;
103
+ }
104
+ }]);
105
+ }();
106
+ AutoTestCaseApiModel.RequiredProperties = ["id"];
107
+
108
+ /**
109
+ * Unique identifier of the automated test case
110
+ * @member {String} id
111
+ */
112
+ AutoTestCaseApiModel.prototype['id'] = undefined;
113
+ var _default = exports["default"] = AutoTestCaseApiModel;
@@ -0,0 +1,112 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _ApiClient = _interopRequireDefault(require("../ApiClient"));
8
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
9
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
10
+ function _createForOfIteratorHelper(r, e) { var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (!t) { if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) { t && (r = t); var _n = 0, F = function F() {}; return { s: F, n: function n() { return _n >= r.length ? { done: !0 } : { done: !1, value: r[_n++] }; }, e: function e(r) { throw r; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var o, a = !0, u = !1; return { s: function s() { t = t.call(r); }, n: function n() { var r = t.next(); return a = r.done, r; }, e: function e(r) { u = !0, o = r; }, f: function f() { try { a || null == t["return"] || t["return"](); } finally { if (u) throw o; } } }; }
11
+ function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
12
+ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
13
+ function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
14
+ function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
15
+ function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
16
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
17
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /**
18
+ * API
19
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
20
+ *
21
+ * The version of the OpenAPI document: v2.0
22
+ *
23
+ *
24
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
25
+ * https://openapi-generator.tech
26
+ * Do not edit the class manually.
27
+ *
28
+ */
29
+ /**
30
+ * The AutoTestCaseResult model module.
31
+ * @module model/AutoTestCaseResult
32
+ * @version 7.2.7
33
+ */
34
+ var AutoTestCaseResult = /*#__PURE__*/function () {
35
+ /**
36
+ * Constructs a new <code>AutoTestCaseResult</code>.
37
+ * @alias module:model/AutoTestCaseResult
38
+ * @param id {String}
39
+ */
40
+ function AutoTestCaseResult(id) {
41
+ _classCallCheck(this, AutoTestCaseResult);
42
+ AutoTestCaseResult.initialize(this, id);
43
+ }
44
+
45
+ /**
46
+ * Initializes the fields of this object.
47
+ * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
48
+ * Only for internal use.
49
+ */
50
+ return _createClass(AutoTestCaseResult, null, [{
51
+ key: "initialize",
52
+ value: function initialize(obj, id) {
53
+ obj['id'] = id;
54
+ }
55
+
56
+ /**
57
+ * Constructs a <code>AutoTestCaseResult</code> from a plain JavaScript object, optionally creating a new instance.
58
+ * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
59
+ * @param {Object} data The plain JavaScript object bearing properties of interest.
60
+ * @param {module:model/AutoTestCaseResult} obj Optional instance to populate.
61
+ * @return {module:model/AutoTestCaseResult} The populated <code>AutoTestCaseResult</code> instance.
62
+ */
63
+ }, {
64
+ key: "constructFromObject",
65
+ value: function constructFromObject(data, obj) {
66
+ if (data) {
67
+ obj = obj || new AutoTestCaseResult();
68
+ if (data.hasOwnProperty('id')) {
69
+ obj['id'] = _ApiClient["default"].convertToType(data['id'], 'String');
70
+ }
71
+ }
72
+ return obj;
73
+ }
74
+
75
+ /**
76
+ * Validates the JSON data with respect to <code>AutoTestCaseResult</code>.
77
+ * @param {Object} data The plain JavaScript object bearing properties of interest.
78
+ * @return {boolean} to indicate whether the JSON data is valid with respect to <code>AutoTestCaseResult</code>.
79
+ */
80
+ }, {
81
+ key: "validateJSON",
82
+ value: function validateJSON(data) {
83
+ // check to make sure all required properties are present in the JSON string
84
+ var _iterator = _createForOfIteratorHelper(AutoTestCaseResult.RequiredProperties),
85
+ _step;
86
+ try {
87
+ for (_iterator.s(); !(_step = _iterator.n()).done;) {
88
+ var property = _step.value;
89
+ if (!data.hasOwnProperty(property)) {
90
+ throw new Error("The required field `" + property + "` is not found in the JSON data: " + JSON.stringify(data));
91
+ }
92
+ }
93
+ // ensure the json data is a string
94
+ } catch (err) {
95
+ _iterator.e(err);
96
+ } finally {
97
+ _iterator.f();
98
+ }
99
+ if (data['id'] && !(typeof data['id'] === 'string' || data['id'] instanceof String)) {
100
+ throw new Error("Expected the field `id` to be a primitive type in the JSON string but got " + data['id']);
101
+ }
102
+ return true;
103
+ }
104
+ }]);
105
+ }();
106
+ AutoTestCaseResult.RequiredProperties = ["id"];
107
+
108
+ /**
109
+ * @member {String} id
110
+ */
111
+ AutoTestCaseResult.prototype['id'] = undefined;
112
+ var _default = exports["default"] = AutoTestCaseResult;
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
29
29
  /**
30
30
  * The AutoTestChangeViewModel model module.
31
31
  * @module model/AutoTestChangeViewModel
32
- * @version 7.2.6
32
+ * @version 7.2.7
33
33
  */
34
34
  var AutoTestChangeViewModel = /*#__PURE__*/function () {
35
35
  /**
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
30
30
  /**
31
31
  * The AutoTestChangeViewModelArrayChangedFieldViewModel model module.
32
32
  * @module model/AutoTestChangeViewModelArrayChangedFieldViewModel
33
- * @version 7.2.6
33
+ * @version 7.2.7
34
34
  */
35
35
  var AutoTestChangeViewModelArrayChangedFieldViewModel = /*#__PURE__*/function () {
36
36
  /**
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
29
29
  /**
30
30
  * The AutoTestClassCountApiModel model module.
31
31
  * @module model/AutoTestClassCountApiModel
32
- * @version 7.2.6
32
+ * @version 7.2.7
33
33
  */
34
34
  var AutoTestClassCountApiModel = /*#__PURE__*/function () {
35
35
  /**