testit-api-client 6.2.1-TMS-5.4.1 → 6.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (165) hide show
  1. package/README.MD +4 -3
  2. package/dist/api/parametersApi.d.ts +1 -1
  3. package/dist/api/parametersApi.js +16 -1
  4. package/dist/api/parametersApi.js.map +1 -1
  5. package/dist/api/projectsApi.d.ts +13 -3
  6. package/dist/api/projectsApi.js +63 -2
  7. package/dist/api/projectsApi.js.map +1 -1
  8. package/dist/api/testPlansApi.d.ts +2 -2
  9. package/dist/api/testPlansApi.js +1 -1
  10. package/dist/api/testPlansApi.js.map +1 -1
  11. package/dist/api/testSuitesApi.d.ts +2 -1
  12. package/dist/api/testSuitesApi.js +1 -1
  13. package/dist/api/testSuitesApi.js.map +1 -1
  14. package/dist/api/workItemsApi.d.ts +9 -8
  15. package/dist/api/workItemsApi.js +41 -41
  16. package/dist/api/workItemsApi.js.map +1 -1
  17. package/dist/model/autoTestPostModel.d.ts +1 -0
  18. package/dist/model/autoTestPostModel.js +5 -0
  19. package/dist/model/autoTestPostModel.js.map +1 -1
  20. package/dist/model/autoTestPutModel.d.ts +1 -0
  21. package/dist/model/autoTestPutModel.js +5 -0
  22. package/dist/model/autoTestPutModel.js.map +1 -1
  23. package/dist/model/autoTestResultReasonGroupApiModel.d.ts +15 -0
  24. package/dist/model/autoTestResultReasonGroupApiModel.js +23 -0
  25. package/dist/model/autoTestResultReasonGroupApiModel.js.map +1 -0
  26. package/dist/model/autoTestResultReasonGroupApiResult.d.ts +16 -0
  27. package/dist/model/autoTestResultReasonGroupApiResult.js +28 -0
  28. package/dist/model/autoTestResultReasonGroupApiResult.js.map +1 -0
  29. package/dist/model/autoTestResultReasonGroupItemApiResult.d.ts +17 -0
  30. package/dist/model/autoTestResultReasonGroupItemApiResult.js +23 -0
  31. package/dist/model/autoTestResultReasonGroupItemApiResult.js.map +1 -0
  32. package/dist/model/autoTestResultReasonGroupItemApiResultReply.d.ts +16 -0
  33. package/dist/model/autoTestResultReasonGroupItemApiResultReply.js +23 -0
  34. package/dist/model/autoTestResultReasonGroupItemApiResultReply.js.map +1 -0
  35. package/dist/model/autoTestResultReasonGroupSearchApiModel.d.ts +17 -0
  36. package/dist/model/autoTestResultReasonGroupSearchApiModel.js +23 -0
  37. package/dist/model/autoTestResultReasonGroupSearchApiModel.js.map +1 -0
  38. package/dist/model/autoTestResultReasonProjectApiResult.d.ts +28 -0
  39. package/dist/model/{failureClassModel.js → autoTestResultReasonProjectApiResult.js} +29 -24
  40. package/dist/model/autoTestResultReasonProjectApiResult.js.map +1 -0
  41. package/dist/model/autoTestResultReasonsCountItemModel.d.ts +18 -0
  42. package/dist/model/autoTestResultReasonsCountItemModel.js +23 -0
  43. package/dist/model/autoTestResultReasonsCountItemModel.js.map +1 -0
  44. package/dist/model/autoTestResultReasonsCountModel.d.ts +15 -0
  45. package/dist/model/autoTestResultReasonsCountModel.js +18 -0
  46. package/dist/model/autoTestResultReasonsCountModel.js.map +1 -0
  47. package/dist/model/autoTestResultReasonsProjectApiResult.d.ts +28 -0
  48. package/dist/model/autoTestResultReasonsProjectApiResult.js +68 -0
  49. package/dist/model/autoTestResultReasonsProjectApiResult.js.map +1 -0
  50. package/dist/model/autotestResultReasonFilterModel.d.ts +19 -0
  51. package/dist/model/autotestResultReasonFilterModel.js +33 -0
  52. package/dist/model/autotestResultReasonFilterModel.js.map +1 -0
  53. package/dist/model/{failureClassModel.d.ts → autotestResultReasonShortGetModel.d.ts} +9 -9
  54. package/dist/model/autotestResultReasonShortGetModel.js +63 -0
  55. package/dist/model/autotestResultReasonShortGetModel.js.map +1 -0
  56. package/dist/model/availableFailureCategory.d.ts +5 -0
  57. package/dist/model/availableFailureCategory.js +10 -0
  58. package/dist/model/availableFailureCategory.js.map +1 -0
  59. package/dist/model/createAutoTestResultReasonProjectApiModel.d.ts +21 -0
  60. package/dist/model/createAutoTestResultReasonProjectApiModel.js +33 -0
  61. package/dist/model/createAutoTestResultReasonProjectApiModel.js.map +1 -0
  62. package/dist/model/createFailureClassRegexApiModel.d.ts +14 -0
  63. package/dist/model/createFailureClassRegexApiModel.js +18 -0
  64. package/dist/model/createFailureClassRegexApiModel.js.map +1 -0
  65. package/dist/model/createProjectFailureCategoryApiModel.d.ts +20 -0
  66. package/dist/model/createProjectFailureCategoryApiModel.js +28 -0
  67. package/dist/model/createProjectFailureCategoryApiModel.js.map +1 -0
  68. package/dist/model/createWorkItemApiModel.d.ts +14 -14
  69. package/dist/model/createWorkItemApiModel.js +44 -44
  70. package/dist/model/createWorkItemApiModel.js.map +1 -1
  71. package/dist/model/createWorkItemPreviewsApiModel.d.ts +2 -0
  72. package/dist/model/createWorkItemPreviewsApiModel.js +5 -0
  73. package/dist/model/createWorkItemPreviewsApiModel.js.map +1 -1
  74. package/dist/model/customAttributeApiResult.d.ts +25 -0
  75. package/dist/model/customAttributeApiResult.js +53 -0
  76. package/dist/model/customAttributeApiResult.js.map +1 -0
  77. package/dist/model/customAttributeOptionApiResult.d.ts +17 -0
  78. package/dist/model/customAttributeOptionApiResult.js +33 -0
  79. package/dist/model/customAttributeOptionApiResult.js.map +1 -0
  80. package/dist/model/customAttributeType.d.ts +8 -0
  81. package/dist/model/customAttributeType.js +13 -0
  82. package/dist/model/customAttributeType.js.map +1 -0
  83. package/dist/model/demoProjectApiResult.d.ts +0 -2
  84. package/dist/model/demoProjectApiResult.js +0 -10
  85. package/dist/model/demoProjectApiResult.js.map +1 -1
  86. package/dist/model/{failureClassRegexModel.d.ts → failureClassRegexApiResult.d.ts} +3 -3
  87. package/dist/model/{failureClassRegexModel.js → failureClassRegexApiResult.js} +17 -17
  88. package/dist/model/failureClassRegexApiResult.js.map +1 -0
  89. package/dist/model/generateWorkItemPreviewsApiResult.d.ts +2 -0
  90. package/dist/model/generateWorkItemPreviewsApiResult.js +5 -0
  91. package/dist/model/generateWorkItemPreviewsApiResult.js.map +1 -1
  92. package/dist/model/models.d.ts +39 -3
  93. package/dist/model/models.js +117 -9
  94. package/dist/model/models.js.map +1 -1
  95. package/dist/model/previewsIssueLinkApiModel.d.ts +15 -0
  96. package/dist/model/previewsIssueLinkApiModel.js +23 -0
  97. package/dist/model/previewsIssueLinkApiModel.js.map +1 -0
  98. package/dist/model/previewsIssueLinkApiResult.d.ts +15 -0
  99. package/dist/model/previewsIssueLinkApiResult.js +23 -0
  100. package/dist/model/previewsIssueLinkApiResult.js.map +1 -0
  101. package/dist/model/projectApiResult.d.ts +36 -0
  102. package/dist/model/projectApiResult.js +108 -0
  103. package/dist/model/projectApiResult.js.map +1 -0
  104. package/dist/model/projectDetailedFailureCategoryApiResult.d.ts +27 -0
  105. package/dist/model/projectDetailedFailureCategoryApiResult.js +63 -0
  106. package/dist/model/projectDetailedFailureCategoryApiResult.js.map +1 -0
  107. package/dist/model/projectFailureCategoryApiResult.d.ts +26 -0
  108. package/dist/model/projectFailureCategoryApiResult.js +63 -0
  109. package/dist/model/projectFailureCategoryApiResult.js.map +1 -0
  110. package/dist/model/projectFailureCategoryGroupItemApiResult.d.ts +17 -0
  111. package/dist/model/projectFailureCategoryGroupItemApiResult.js +23 -0
  112. package/dist/model/projectFailureCategoryGroupItemApiResult.js.map +1 -0
  113. package/dist/model/projectFailureCategoryGroupItemApiResultReply.d.ts +16 -0
  114. package/dist/model/projectFailureCategoryGroupItemApiResultReply.js +23 -0
  115. package/dist/model/projectFailureCategoryGroupItemApiResultReply.js.map +1 -0
  116. package/dist/model/projectNameApiResult.d.ts +15 -0
  117. package/dist/model/projectNameApiResult.js +23 -0
  118. package/dist/model/projectNameApiResult.js.map +1 -0
  119. package/dist/model/projectShortModel.d.ts +1 -0
  120. package/dist/model/projectShortModel.js +5 -0
  121. package/dist/model/projectShortModel.js.map +1 -1
  122. package/dist/model/testPlanGroupByStatusType.d.ts +18 -0
  123. package/dist/model/testPlanGroupByStatusType.js +23 -0
  124. package/dist/model/testPlanGroupByStatusType.js.map +1 -0
  125. package/dist/model/testPointAnalyticResult.d.ts +2 -0
  126. package/dist/model/testPointAnalyticResult.js +5 -0
  127. package/dist/model/testPointAnalyticResult.js.map +1 -1
  128. package/dist/model/testSuiteApiResult.d.ts +24 -0
  129. package/dist/model/testSuiteApiResult.js +53 -0
  130. package/dist/model/testSuiteApiResult.js.map +1 -0
  131. package/dist/model/testSuiteHierarchyApiResult.d.ts +25 -0
  132. package/dist/model/{testSuiteV2TreeModel.js → testSuiteHierarchyApiResult.js} +28 -28
  133. package/dist/model/testSuiteHierarchyApiResult.js.map +1 -0
  134. package/dist/model/testSuiteTypeApiResult.d.ts +5 -0
  135. package/dist/model/testSuiteTypeApiResult.js +10 -0
  136. package/dist/model/testSuiteTypeApiResult.js.map +1 -0
  137. package/dist/model/updateAutoTestResultReasonProjectApiModel.d.ts +22 -0
  138. package/dist/model/updateAutoTestResultReasonProjectApiModel.js +38 -0
  139. package/dist/model/updateAutoTestResultReasonProjectApiModel.js.map +1 -0
  140. package/dist/model/updateFailureCategoryProjectApiModel.d.ts +21 -0
  141. package/dist/model/updateFailureCategoryProjectApiModel.js +33 -0
  142. package/dist/model/updateFailureCategoryProjectApiModel.js.map +1 -0
  143. package/dist/model/updateFailureClassRegexApiModel.d.ts +15 -0
  144. package/dist/model/updateFailureClassRegexApiModel.js +23 -0
  145. package/dist/model/updateFailureClassRegexApiModel.js.map +1 -0
  146. package/dist/model/workItemApiResult.d.ts +58 -0
  147. package/dist/model/workItemApiResult.js +168 -0
  148. package/dist/model/workItemApiResult.js.map +1 -0
  149. package/dist/model/workItemEntityTypeApiModel.d.ts +5 -0
  150. package/dist/model/workItemEntityTypeApiModel.js +10 -0
  151. package/dist/model/workItemEntityTypeApiModel.js.map +1 -0
  152. package/dist/model/workItemPriorityApiModel.d.ts +7 -0
  153. package/dist/model/workItemPriorityApiModel.js +12 -0
  154. package/dist/model/workItemPriorityApiModel.js.map +1 -0
  155. package/dist/model/workItemSourceTypeApiModel.d.ts +4 -0
  156. package/dist/model/workItemSourceTypeApiModel.js +9 -0
  157. package/dist/model/workItemSourceTypeApiModel.js.map +1 -0
  158. package/dist/model/workItemStateApiModel.d.ts +5 -0
  159. package/dist/model/workItemStateApiModel.js +10 -0
  160. package/dist/model/workItemStateApiModel.js.map +1 -0
  161. package/package.json +2 -2
  162. package/dist/model/failureClassModel.js.map +0 -1
  163. package/dist/model/failureClassRegexModel.js.map +0 -1
  164. package/dist/model/testSuiteV2TreeModel.d.ts +0 -25
  165. package/dist/model/testSuiteV2TreeModel.js.map +0 -1
@@ -1,5 +1,6 @@
1
1
  import { TestPlanGroupByStatus } from './testPlanGroupByStatus';
2
2
  import { TestPlanGroupByStatusCode } from './testPlanGroupByStatusCode';
3
+ import { TestPlanGroupByStatusType } from './testPlanGroupByStatusType';
3
4
  import { TestPlanGroupByTestSuite } from './testPlanGroupByTestSuite';
4
5
  import { TestPlanGroupByTester } from './testPlanGroupByTester';
5
6
  import { TestPlanGroupByTesterAndStatus } from './testPlanGroupByTesterAndStatus';
@@ -12,6 +13,7 @@ export declare class TestPointAnalyticResult {
12
13
  'countGroupByTesterAndStatus': Array<TestPlanGroupByTesterAndStatus>;
13
14
  'countGroupByStatusCode': Array<TestPlanGroupByStatusCode>;
14
15
  'countGroupByTesterAndStatusCode': Array<TestPlanGroupByTesterAndStatusCode>;
16
+ 'countGroupByStatusType': Array<TestPlanGroupByStatusType>;
15
17
  static discriminator: string | undefined;
16
18
  static attributeTypeMap: Array<{
17
19
  name: string;
@@ -43,6 +43,11 @@ TestPointAnalyticResult.attributeTypeMap = [
43
43
  "name": "countGroupByTesterAndStatusCode",
44
44
  "baseName": "countGroupByTesterAndStatusCode",
45
45
  "type": "Array<TestPlanGroupByTesterAndStatusCode>"
46
+ },
47
+ {
48
+ "name": "countGroupByStatusType",
49
+ "baseName": "countGroupByStatusType",
50
+ "type": "Array<TestPlanGroupByStatusType>"
46
51
  }
47
52
  ];
48
53
  //# sourceMappingURL=testPointAnalyticResult.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"testPointAnalyticResult.js","sourceRoot":"","sources":["../../src/model/testPointAnalyticResult.ts"],"names":[],"mappings":";;;AAoBA,MAAa,uBAAuB;IAsDhC,MAAM,CAAC,mBAAmB;QACtB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;IACpD,CAAC;;AAxDL,0DAyDC;AA1CU,qCAAa,GAAuB,SAAS,CAAC;AAE9C,wCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,8BAA8B;KACzC;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,8BAA8B;KACzC;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,8BAA8B;KACzC;IACD;QACI,MAAM,EAAE,uBAAuB;QAC/B,UAAU,EAAE,uBAAuB;QACnC,MAAM,EAAE,iCAAiC;KAC5C;IACD;QACI,MAAM,EAAE,6BAA6B;QACrC,UAAU,EAAE,6BAA6B;QACzC,MAAM,EAAE,uCAAuC;KAClD;IACD;QACI,MAAM,EAAE,wBAAwB;QAChC,UAAU,EAAE,wBAAwB;QACpC,MAAM,EAAE,kCAAkC;KAC7C;IACD;QACI,MAAM,EAAE,iCAAiC;QACzC,UAAU,EAAE,iCAAiC;QAC7C,MAAM,EAAE,2CAA2C;KACtD;CAAK,CAAC"}
1
+ {"version":3,"file":"testPointAnalyticResult.js","sourceRoot":"","sources":["../../src/model/testPointAnalyticResult.ts"],"names":[],"mappings":";;;AAqBA,MAAa,uBAAuB;IA4DhC,MAAM,CAAC,mBAAmB;QACtB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;IACpD,CAAC;;AA9DL,0DA+DC;AA/CU,qCAAa,GAAuB,SAAS,CAAC;AAE9C,wCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,8BAA8B;KACzC;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,8BAA8B;KACzC;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,8BAA8B;KACzC;IACD;QACI,MAAM,EAAE,uBAAuB;QAC/B,UAAU,EAAE,uBAAuB;QACnC,MAAM,EAAE,iCAAiC;KAC5C;IACD;QACI,MAAM,EAAE,6BAA6B;QACrC,UAAU,EAAE,6BAA6B;QACzC,MAAM,EAAE,uCAAuC;KAClD;IACD;QACI,MAAM,EAAE,wBAAwB;QAChC,UAAU,EAAE,wBAAwB;QACpC,MAAM,EAAE,kCAAkC;KAC7C;IACD;QACI,MAAM,EAAE,iCAAiC;QACzC,UAAU,EAAE,iCAAiC;QAC7C,MAAM,EAAE,2CAA2C;KACtD;IACD;QACI,MAAM,EAAE,wBAAwB;QAChC,UAAU,EAAE,wBAAwB;QACpC,MAAM,EAAE,kCAAkC;KAC7C;CAAK,CAAC"}
@@ -0,0 +1,24 @@
1
+ import { TestSuiteTypeApiResult } from './testSuiteTypeApiResult';
2
+ export declare class TestSuiteApiResult {
3
+ 'id': string;
4
+ 'name': string;
5
+ 'type': TestSuiteTypeApiResult;
6
+ 'saveStructure': boolean | null;
7
+ 'autoRefresh': boolean | null;
8
+ 'refreshDate': Date | null;
9
+ 'parentId': string | null;
10
+ 'testPlanId': string | null;
11
+ static discriminator: string | undefined;
12
+ static attributeTypeMap: Array<{
13
+ name: string;
14
+ baseName: string;
15
+ type: string;
16
+ }>;
17
+ static getAttributeTypeMap(): {
18
+ name: string;
19
+ baseName: string;
20
+ type: string;
21
+ }[];
22
+ }
23
+ export declare namespace TestSuiteApiResult {
24
+ }
@@ -0,0 +1,53 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TestSuiteApiResult = void 0;
4
+ class TestSuiteApiResult {
5
+ static getAttributeTypeMap() {
6
+ return TestSuiteApiResult.attributeTypeMap;
7
+ }
8
+ }
9
+ exports.TestSuiteApiResult = TestSuiteApiResult;
10
+ TestSuiteApiResult.discriminator = undefined;
11
+ TestSuiteApiResult.attributeTypeMap = [
12
+ {
13
+ "name": "id",
14
+ "baseName": "id",
15
+ "type": "string"
16
+ },
17
+ {
18
+ "name": "name",
19
+ "baseName": "name",
20
+ "type": "string"
21
+ },
22
+ {
23
+ "name": "type",
24
+ "baseName": "type",
25
+ "type": "TestSuiteTypeApiResult"
26
+ },
27
+ {
28
+ "name": "saveStructure",
29
+ "baseName": "saveStructure",
30
+ "type": "boolean"
31
+ },
32
+ {
33
+ "name": "autoRefresh",
34
+ "baseName": "autoRefresh",
35
+ "type": "boolean"
36
+ },
37
+ {
38
+ "name": "refreshDate",
39
+ "baseName": "refreshDate",
40
+ "type": "Date"
41
+ },
42
+ {
43
+ "name": "parentId",
44
+ "baseName": "parentId",
45
+ "type": "string"
46
+ },
47
+ {
48
+ "name": "testPlanId",
49
+ "baseName": "testPlanId",
50
+ "type": "string"
51
+ }
52
+ ];
53
+ //# sourceMappingURL=testSuiteApiResult.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"testSuiteApiResult.js","sourceRoot":"","sources":["../../src/model/testSuiteApiResult.ts"],"names":[],"mappings":";;;AAeA,MAAa,kBAAkB;IA8E3B,MAAM,CAAC,mBAAmB;QACtB,OAAO,kBAAkB,CAAC,gBAAgB,CAAC;IAC/C,CAAC;;AAhFL,gDAiFC;AA/CU,gCAAa,GAAuB,SAAS,CAAC;AAE9C,mCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,wBAAwB;KACnC;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
@@ -0,0 +1,25 @@
1
+ import { TestSuiteTypeApiResult } from './testSuiteTypeApiResult';
2
+ export declare class TestSuiteHierarchyApiResult {
3
+ 'id': string;
4
+ 'name': string;
5
+ 'type': TestSuiteTypeApiResult;
6
+ 'saveStructure': boolean | null;
7
+ 'autoRefresh': boolean | null;
8
+ 'refreshDate': Date | null;
9
+ 'parentId': string | null;
10
+ 'testPlanId': string | null;
11
+ 'children'?: Array<TestSuiteHierarchyApiResult> | null;
12
+ static discriminator: string | undefined;
13
+ static attributeTypeMap: Array<{
14
+ name: string;
15
+ baseName: string;
16
+ type: string;
17
+ }>;
18
+ static getAttributeTypeMap(): {
19
+ name: string;
20
+ baseName: string;
21
+ type: string;
22
+ }[];
23
+ }
24
+ export declare namespace TestSuiteHierarchyApiResult {
25
+ }
@@ -1,39 +1,19 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TestSuiteV2TreeModel = void 0;
4
- class TestSuiteV2TreeModel {
3
+ exports.TestSuiteHierarchyApiResult = void 0;
4
+ class TestSuiteHierarchyApiResult {
5
5
  static getAttributeTypeMap() {
6
- return TestSuiteV2TreeModel.attributeTypeMap;
6
+ return TestSuiteHierarchyApiResult.attributeTypeMap;
7
7
  }
8
8
  }
9
- exports.TestSuiteV2TreeModel = TestSuiteV2TreeModel;
10
- TestSuiteV2TreeModel.discriminator = undefined;
11
- TestSuiteV2TreeModel.attributeTypeMap = [
12
- {
13
- "name": "children",
14
- "baseName": "children",
15
- "type": "Array<TestSuiteV2TreeModel>"
16
- },
9
+ exports.TestSuiteHierarchyApiResult = TestSuiteHierarchyApiResult;
10
+ TestSuiteHierarchyApiResult.discriminator = undefined;
11
+ TestSuiteHierarchyApiResult.attributeTypeMap = [
17
12
  {
18
13
  "name": "id",
19
14
  "baseName": "id",
20
15
  "type": "string"
21
16
  },
22
- {
23
- "name": "refreshDate",
24
- "baseName": "refreshDate",
25
- "type": "Date"
26
- },
27
- {
28
- "name": "parentId",
29
- "baseName": "parentId",
30
- "type": "string"
31
- },
32
- {
33
- "name": "testPlanId",
34
- "baseName": "testPlanId",
35
- "type": "string"
36
- },
37
17
  {
38
18
  "name": "name",
39
19
  "baseName": "name",
@@ -42,7 +22,7 @@ TestSuiteV2TreeModel.attributeTypeMap = [
42
22
  {
43
23
  "name": "type",
44
24
  "baseName": "type",
45
- "type": "TestSuiteType"
25
+ "type": "TestSuiteTypeApiResult"
46
26
  },
47
27
  {
48
28
  "name": "saveStructure",
@@ -53,6 +33,26 @@ TestSuiteV2TreeModel.attributeTypeMap = [
53
33
  "name": "autoRefresh",
54
34
  "baseName": "autoRefresh",
55
35
  "type": "boolean"
36
+ },
37
+ {
38
+ "name": "refreshDate",
39
+ "baseName": "refreshDate",
40
+ "type": "Date"
41
+ },
42
+ {
43
+ "name": "parentId",
44
+ "baseName": "parentId",
45
+ "type": "string"
46
+ },
47
+ {
48
+ "name": "testPlanId",
49
+ "baseName": "testPlanId",
50
+ "type": "string"
51
+ },
52
+ {
53
+ "name": "children",
54
+ "baseName": "children",
55
+ "type": "Array<TestSuiteHierarchyApiResult>"
56
56
  }
57
57
  ];
58
- //# sourceMappingURL=testSuiteV2TreeModel.js.map
58
+ //# sourceMappingURL=testSuiteHierarchyApiResult.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"testSuiteHierarchyApiResult.js","sourceRoot":"","sources":["../../src/model/testSuiteHierarchyApiResult.ts"],"names":[],"mappings":";;;AAeA,MAAa,2BAA2B;IAuFpC,MAAM,CAAC,mBAAmB;QACtB,OAAO,2BAA2B,CAAC,gBAAgB,CAAC;IACxD,CAAC;;AAzFL,kEA0FC;AApDU,yCAAa,GAAuB,SAAS,CAAC;AAE9C,4CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,wBAAwB;KACnC;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,oCAAoC;KAC/C;CAAK,CAAC"}
@@ -0,0 +1,5 @@
1
+ export declare enum TestSuiteTypeApiResult {
2
+ Custom,
3
+ Dynamic,
4
+ Tree
5
+ }
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TestSuiteTypeApiResult = void 0;
4
+ var TestSuiteTypeApiResult;
5
+ (function (TestSuiteTypeApiResult) {
6
+ TestSuiteTypeApiResult[TestSuiteTypeApiResult["Custom"] = 'Custom'] = "Custom";
7
+ TestSuiteTypeApiResult[TestSuiteTypeApiResult["Dynamic"] = 'Dynamic'] = "Dynamic";
8
+ TestSuiteTypeApiResult[TestSuiteTypeApiResult["Tree"] = 'Tree'] = "Tree";
9
+ })(TestSuiteTypeApiResult = exports.TestSuiteTypeApiResult || (exports.TestSuiteTypeApiResult = {}));
10
+ //# sourceMappingURL=testSuiteTypeApiResult.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"testSuiteTypeApiResult.js","sourceRoot":"","sources":["../../src/model/testSuiteTypeApiResult.ts"],"names":[],"mappings":";;;AAcA,IAAY,sBAIX;AAJD,WAAY,sBAAsB;IAC9B,0DAAe,QAAQ,YAAA,CAAA;IACvB,2DAAgB,SAAS,aAAA,CAAA;IACzB,wDAAa,MAAM,UAAA,CAAA;AACvB,CAAC,EAJW,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAIjC"}
@@ -0,0 +1,22 @@
1
+ import { FailureCategory } from './failureCategory';
2
+ import { UpdateFailureClassRegexApiModel } from './updateFailureClassRegexApiModel';
3
+ export declare class UpdateAutoTestResultReasonProjectApiModel {
4
+ 'id': string;
5
+ 'name': string;
6
+ 'failureCategory': FailureCategory;
7
+ 'failureClassRegexes'?: Array<UpdateFailureClassRegexApiModel> | null;
8
+ 'projectIds'?: Array<string> | null;
9
+ static discriminator: string | undefined;
10
+ static attributeTypeMap: Array<{
11
+ name: string;
12
+ baseName: string;
13
+ type: string;
14
+ }>;
15
+ static getAttributeTypeMap(): {
16
+ name: string;
17
+ baseName: string;
18
+ type: string;
19
+ }[];
20
+ }
21
+ export declare namespace UpdateAutoTestResultReasonProjectApiModel {
22
+ }
@@ -0,0 +1,38 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UpdateAutoTestResultReasonProjectApiModel = void 0;
4
+ class UpdateAutoTestResultReasonProjectApiModel {
5
+ static getAttributeTypeMap() {
6
+ return UpdateAutoTestResultReasonProjectApiModel.attributeTypeMap;
7
+ }
8
+ }
9
+ exports.UpdateAutoTestResultReasonProjectApiModel = UpdateAutoTestResultReasonProjectApiModel;
10
+ UpdateAutoTestResultReasonProjectApiModel.discriminator = undefined;
11
+ UpdateAutoTestResultReasonProjectApiModel.attributeTypeMap = [
12
+ {
13
+ "name": "id",
14
+ "baseName": "id",
15
+ "type": "string"
16
+ },
17
+ {
18
+ "name": "name",
19
+ "baseName": "name",
20
+ "type": "string"
21
+ },
22
+ {
23
+ "name": "failureCategory",
24
+ "baseName": "failureCategory",
25
+ "type": "FailureCategory"
26
+ },
27
+ {
28
+ "name": "failureClassRegexes",
29
+ "baseName": "failureClassRegexes",
30
+ "type": "Array<UpdateFailureClassRegexApiModel>"
31
+ },
32
+ {
33
+ "name": "projectIds",
34
+ "baseName": "projectIds",
35
+ "type": "Array<string>"
36
+ }
37
+ ];
38
+ //# sourceMappingURL=updateAutoTestResultReasonProjectApiModel.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"updateAutoTestResultReasonProjectApiModel.js","sourceRoot":"","sources":["../../src/model/updateAutoTestResultReasonProjectApiModel.ts"],"names":[],"mappings":";;;AAgBA,MAAa,yCAAyC;IAmDlD,MAAM,CAAC,mBAAmB;QACtB,OAAO,yCAAyC,CAAC,gBAAgB,CAAC;IACtE,CAAC;;AArDL,8FAsDC;AAhCU,uDAAa,GAAuB,SAAS,CAAC;AAE9C,0DAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,qBAAqB;QAC7B,UAAU,EAAE,qBAAqB;QACjC,MAAM,EAAE,wCAAwC;KACnD;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,eAAe;KAC1B;CAAK,CAAC"}
@@ -0,0 +1,21 @@
1
+ import { FailureCategory } from './failureCategory';
2
+ import { UpdateFailureClassRegexApiModel } from './updateFailureClassRegexApiModel';
3
+ export declare class UpdateFailureCategoryProjectApiModel {
4
+ 'id': string;
5
+ 'name': string;
6
+ 'failureCategory': FailureCategory;
7
+ 'failureClassRegexes'?: Array<UpdateFailureClassRegexApiModel> | null;
8
+ static discriminator: string | undefined;
9
+ static attributeTypeMap: Array<{
10
+ name: string;
11
+ baseName: string;
12
+ type: string;
13
+ }>;
14
+ static getAttributeTypeMap(): {
15
+ name: string;
16
+ baseName: string;
17
+ type: string;
18
+ }[];
19
+ }
20
+ export declare namespace UpdateFailureCategoryProjectApiModel {
21
+ }
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UpdateFailureCategoryProjectApiModel = void 0;
4
+ class UpdateFailureCategoryProjectApiModel {
5
+ static getAttributeTypeMap() {
6
+ return UpdateFailureCategoryProjectApiModel.attributeTypeMap;
7
+ }
8
+ }
9
+ exports.UpdateFailureCategoryProjectApiModel = UpdateFailureCategoryProjectApiModel;
10
+ UpdateFailureCategoryProjectApiModel.discriminator = undefined;
11
+ UpdateFailureCategoryProjectApiModel.attributeTypeMap = [
12
+ {
13
+ "name": "id",
14
+ "baseName": "id",
15
+ "type": "string"
16
+ },
17
+ {
18
+ "name": "name",
19
+ "baseName": "name",
20
+ "type": "string"
21
+ },
22
+ {
23
+ "name": "failureCategory",
24
+ "baseName": "failureCategory",
25
+ "type": "FailureCategory"
26
+ },
27
+ {
28
+ "name": "failureClassRegexes",
29
+ "baseName": "failureClassRegexes",
30
+ "type": "Array<UpdateFailureClassRegexApiModel>"
31
+ }
32
+ ];
33
+ //# sourceMappingURL=updateFailureCategoryProjectApiModel.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"updateFailureCategoryProjectApiModel.js","sourceRoot":"","sources":["../../src/model/updateFailureCategoryProjectApiModel.ts"],"names":[],"mappings":";;;AAgBA,MAAa,oCAAoC;IA0C7C,MAAM,CAAC,mBAAmB;QACtB,OAAO,oCAAoC,CAAC,gBAAgB,CAAC;IACjE,CAAC;;AA5CL,oFA6CC;AA3BU,kDAAa,GAAuB,SAAS,CAAC;AAE9C,qDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,qBAAqB;QAC7B,UAAU,EAAE,qBAAqB;QACjC,MAAM,EAAE,wCAAwC;KACnD;CAAK,CAAC"}
@@ -0,0 +1,15 @@
1
+ export declare class UpdateFailureClassRegexApiModel {
2
+ 'id': string;
3
+ 'regexText': string;
4
+ static discriminator: string | undefined;
5
+ static attributeTypeMap: Array<{
6
+ name: string;
7
+ baseName: string;
8
+ type: string;
9
+ }>;
10
+ static getAttributeTypeMap(): {
11
+ name: string;
12
+ baseName: string;
13
+ type: string;
14
+ }[];
15
+ }
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UpdateFailureClassRegexApiModel = void 0;
4
+ class UpdateFailureClassRegexApiModel {
5
+ static getAttributeTypeMap() {
6
+ return UpdateFailureClassRegexApiModel.attributeTypeMap;
7
+ }
8
+ }
9
+ exports.UpdateFailureClassRegexApiModel = UpdateFailureClassRegexApiModel;
10
+ UpdateFailureClassRegexApiModel.discriminator = undefined;
11
+ UpdateFailureClassRegexApiModel.attributeTypeMap = [
12
+ {
13
+ "name": "id",
14
+ "baseName": "id",
15
+ "type": "string"
16
+ },
17
+ {
18
+ "name": "regexText",
19
+ "baseName": "regexText",
20
+ "type": "string"
21
+ }
22
+ ];
23
+ //# sourceMappingURL=updateFailureClassRegexApiModel.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"updateFailureClassRegexApiModel.js","sourceRoot":"","sources":["../../src/model/updateFailureClassRegexApiModel.ts"],"names":[],"mappings":";;;AAcA,MAAa,+BAA+B;IAwBxC,MAAM,CAAC,mBAAmB;QACtB,OAAO,+BAA+B,CAAC,gBAAgB,CAAC;IAC5D,CAAC;;AA1BL,0EA2BC;AAjBU,6CAAa,GAAuB,SAAS,CAAC;AAE9C,gDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
@@ -0,0 +1,58 @@
1
+ import { AttachmentModel } from './attachmentModel';
2
+ import { AutoTestModel } from './autoTestModel';
3
+ import { IterationModel } from './iterationModel';
4
+ import { LinkModel } from './linkModel';
5
+ import { StepModel } from './stepModel';
6
+ import { TagModel } from './tagModel';
7
+ import { WorkItemEntityTypeApiModel } from './workItemEntityTypeApiModel';
8
+ import { WorkItemPriorityApiModel } from './workItemPriorityApiModel';
9
+ import { WorkItemSourceTypeApiModel } from './workItemSourceTypeApiModel';
10
+ import { WorkItemStateApiModel } from './workItemStateApiModel';
11
+ export declare class WorkItemApiResult {
12
+ 'id': string;
13
+ 'globalId': number;
14
+ 'versionId': string;
15
+ 'versionNumber': number;
16
+ 'projectId': string;
17
+ 'sectionId': string;
18
+ 'name': string;
19
+ 'description'?: string | null;
20
+ 'sourceType': WorkItemSourceTypeApiModel;
21
+ 'entityTypeName': WorkItemEntityTypeApiModel;
22
+ 'duration': number;
23
+ 'medianDuration': number;
24
+ 'state': WorkItemStateApiModel;
25
+ 'priority': WorkItemPriorityApiModel;
26
+ 'isAutomated': boolean;
27
+ 'attributes': {
28
+ [key: string]: any;
29
+ };
30
+ 'tags': Array<TagModel>;
31
+ 'sectionPreconditionSteps': Array<StepModel>;
32
+ 'sectionPostconditionSteps': Array<StepModel>;
33
+ 'preconditionSteps': Array<StepModel>;
34
+ 'steps': Array<StepModel>;
35
+ 'postconditionSteps': Array<StepModel>;
36
+ 'iterations': Array<IterationModel>;
37
+ 'autoTests': Array<AutoTestModel>;
38
+ 'attachments': Array<AttachmentModel>;
39
+ 'links': Array<LinkModel>;
40
+ 'createdDate': Date;
41
+ 'createdById': string;
42
+ 'modifiedDate'?: Date | null;
43
+ 'modifiedById'?: string | null;
44
+ 'isDeleted': boolean;
45
+ static discriminator: string | undefined;
46
+ static attributeTypeMap: Array<{
47
+ name: string;
48
+ baseName: string;
49
+ type: string;
50
+ }>;
51
+ static getAttributeTypeMap(): {
52
+ name: string;
53
+ baseName: string;
54
+ type: string;
55
+ }[];
56
+ }
57
+ export declare namespace WorkItemApiResult {
58
+ }
@@ -0,0 +1,168 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.WorkItemApiResult = void 0;
4
+ class WorkItemApiResult {
5
+ static getAttributeTypeMap() {
6
+ return WorkItemApiResult.attributeTypeMap;
7
+ }
8
+ }
9
+ exports.WorkItemApiResult = WorkItemApiResult;
10
+ WorkItemApiResult.discriminator = undefined;
11
+ WorkItemApiResult.attributeTypeMap = [
12
+ {
13
+ "name": "id",
14
+ "baseName": "id",
15
+ "type": "string"
16
+ },
17
+ {
18
+ "name": "globalId",
19
+ "baseName": "globalId",
20
+ "type": "number"
21
+ },
22
+ {
23
+ "name": "versionId",
24
+ "baseName": "versionId",
25
+ "type": "string"
26
+ },
27
+ {
28
+ "name": "versionNumber",
29
+ "baseName": "versionNumber",
30
+ "type": "number"
31
+ },
32
+ {
33
+ "name": "projectId",
34
+ "baseName": "projectId",
35
+ "type": "string"
36
+ },
37
+ {
38
+ "name": "sectionId",
39
+ "baseName": "sectionId",
40
+ "type": "string"
41
+ },
42
+ {
43
+ "name": "name",
44
+ "baseName": "name",
45
+ "type": "string"
46
+ },
47
+ {
48
+ "name": "description",
49
+ "baseName": "description",
50
+ "type": "string"
51
+ },
52
+ {
53
+ "name": "sourceType",
54
+ "baseName": "sourceType",
55
+ "type": "WorkItemSourceTypeApiModel"
56
+ },
57
+ {
58
+ "name": "entityTypeName",
59
+ "baseName": "entityTypeName",
60
+ "type": "WorkItemEntityTypeApiModel"
61
+ },
62
+ {
63
+ "name": "duration",
64
+ "baseName": "duration",
65
+ "type": "number"
66
+ },
67
+ {
68
+ "name": "medianDuration",
69
+ "baseName": "medianDuration",
70
+ "type": "number"
71
+ },
72
+ {
73
+ "name": "state",
74
+ "baseName": "state",
75
+ "type": "WorkItemStateApiModel"
76
+ },
77
+ {
78
+ "name": "priority",
79
+ "baseName": "priority",
80
+ "type": "WorkItemPriorityApiModel"
81
+ },
82
+ {
83
+ "name": "isAutomated",
84
+ "baseName": "isAutomated",
85
+ "type": "boolean"
86
+ },
87
+ {
88
+ "name": "attributes",
89
+ "baseName": "attributes",
90
+ "type": "{ [key: string]: any; }"
91
+ },
92
+ {
93
+ "name": "tags",
94
+ "baseName": "tags",
95
+ "type": "Array<TagModel>"
96
+ },
97
+ {
98
+ "name": "sectionPreconditionSteps",
99
+ "baseName": "sectionPreconditionSteps",
100
+ "type": "Array<StepModel>"
101
+ },
102
+ {
103
+ "name": "sectionPostconditionSteps",
104
+ "baseName": "sectionPostconditionSteps",
105
+ "type": "Array<StepModel>"
106
+ },
107
+ {
108
+ "name": "preconditionSteps",
109
+ "baseName": "preconditionSteps",
110
+ "type": "Array<StepModel>"
111
+ },
112
+ {
113
+ "name": "steps",
114
+ "baseName": "steps",
115
+ "type": "Array<StepModel>"
116
+ },
117
+ {
118
+ "name": "postconditionSteps",
119
+ "baseName": "postconditionSteps",
120
+ "type": "Array<StepModel>"
121
+ },
122
+ {
123
+ "name": "iterations",
124
+ "baseName": "iterations",
125
+ "type": "Array<IterationModel>"
126
+ },
127
+ {
128
+ "name": "autoTests",
129
+ "baseName": "autoTests",
130
+ "type": "Array<AutoTestModel>"
131
+ },
132
+ {
133
+ "name": "attachments",
134
+ "baseName": "attachments",
135
+ "type": "Array<AttachmentModel>"
136
+ },
137
+ {
138
+ "name": "links",
139
+ "baseName": "links",
140
+ "type": "Array<LinkModel>"
141
+ },
142
+ {
143
+ "name": "createdDate",
144
+ "baseName": "createdDate",
145
+ "type": "Date"
146
+ },
147
+ {
148
+ "name": "createdById",
149
+ "baseName": "createdById",
150
+ "type": "string"
151
+ },
152
+ {
153
+ "name": "modifiedDate",
154
+ "baseName": "modifiedDate",
155
+ "type": "Date"
156
+ },
157
+ {
158
+ "name": "modifiedById",
159
+ "baseName": "modifiedById",
160
+ "type": "string"
161
+ },
162
+ {
163
+ "name": "isDeleted",
164
+ "baseName": "isDeleted",
165
+ "type": "boolean"
166
+ }
167
+ ];
168
+ //# sourceMappingURL=workItemApiResult.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"workItemApiResult.js","sourceRoot":"","sources":["../../src/model/workItemApiResult.ts"],"names":[],"mappings":"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"}