testit-api-client 6.2.2-TMS-5.4.1 → 6.3.1

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 (256) hide show
  1. package/README.MD +5 -2
  2. package/dist/api/apis.d.ts +3 -1
  3. package/dist/api/apis.js +3 -1
  4. package/dist/api/apis.js.map +1 -1
  5. package/dist/api/parametersApi.d.ts +1 -1
  6. package/dist/api/parametersApi.js +16 -1
  7. package/dist/api/parametersApi.js.map +1 -1
  8. package/dist/api/projectTestPlanTestPointsApi.d.ts +47 -0
  9. package/dist/api/projectTestPlanTestPointsApi.js +215 -0
  10. package/dist/api/projectTestPlanTestPointsApi.js.map +1 -0
  11. package/dist/api/projectsApi.d.ts +12 -4
  12. package/dist/api/projectsApi.js +63 -2
  13. package/dist/api/projectsApi.js.map +1 -1
  14. package/dist/api/testPlansApi.d.ts +2 -2
  15. package/dist/api/testPlansApi.js +1 -1
  16. package/dist/api/testPlansApi.js.map +1 -1
  17. package/dist/api/testSuitesApi.d.ts +2 -1
  18. package/dist/api/testSuitesApi.js +1 -1
  19. package/dist/api/testSuitesApi.js.map +1 -1
  20. package/dist/api/workItemsApi.d.ts +9 -8
  21. package/dist/api/workItemsApi.js +41 -41
  22. package/dist/api/workItemsApi.js.map +1 -1
  23. package/dist/model/aIServiceModelApiResult.d.ts +15 -0
  24. package/dist/model/aIServiceModelApiResult.js +23 -0
  25. package/dist/model/aIServiceModelApiResult.js.map +1 -0
  26. package/dist/model/aIServiceModelApiResultReply.d.ts +16 -0
  27. package/dist/model/aIServiceModelApiResultReply.js +23 -0
  28. package/dist/model/aIServiceModelApiResultReply.js.map +1 -0
  29. package/dist/model/autoTestPostModel.d.ts +1 -0
  30. package/dist/model/autoTestPostModel.js +5 -0
  31. package/dist/model/autoTestPostModel.js.map +1 -1
  32. package/dist/model/autoTestPutModel.d.ts +1 -0
  33. package/dist/model/autoTestPutModel.js +5 -0
  34. package/dist/model/autoTestPutModel.js.map +1 -1
  35. package/dist/model/autoTestResultReasonGroupApiModel.d.ts +15 -0
  36. package/dist/model/autoTestResultReasonGroupApiModel.js +23 -0
  37. package/dist/model/autoTestResultReasonGroupApiModel.js.map +1 -0
  38. package/dist/model/autoTestResultReasonGroupApiResult.d.ts +16 -0
  39. package/dist/model/autoTestResultReasonGroupApiResult.js +28 -0
  40. package/dist/model/autoTestResultReasonGroupApiResult.js.map +1 -0
  41. package/dist/model/autoTestResultReasonGroupItemApiResult.d.ts +17 -0
  42. package/dist/model/autoTestResultReasonGroupItemApiResult.js +23 -0
  43. package/dist/model/autoTestResultReasonGroupItemApiResult.js.map +1 -0
  44. package/dist/model/autoTestResultReasonGroupItemApiResultReply.d.ts +16 -0
  45. package/dist/model/autoTestResultReasonGroupItemApiResultReply.js +23 -0
  46. package/dist/model/autoTestResultReasonGroupItemApiResultReply.js.map +1 -0
  47. package/dist/model/autoTestResultReasonGroupSearchApiModel.d.ts +17 -0
  48. package/dist/model/autoTestResultReasonGroupSearchApiModel.js +23 -0
  49. package/dist/model/autoTestResultReasonGroupSearchApiModel.js.map +1 -0
  50. package/dist/model/autoTestResultReasonProjectApiResult.d.ts +28 -0
  51. package/dist/model/{failureClassModel.js → autoTestResultReasonProjectApiResult.js} +29 -24
  52. package/dist/model/autoTestResultReasonProjectApiResult.js.map +1 -0
  53. package/dist/model/autoTestResultReasonsCountItemModel.d.ts +18 -0
  54. package/dist/model/autoTestResultReasonsCountItemModel.js +23 -0
  55. package/dist/model/autoTestResultReasonsCountItemModel.js.map +1 -0
  56. package/dist/model/autoTestResultReasonsCountModel.d.ts +15 -0
  57. package/dist/model/autoTestResultReasonsCountModel.js +18 -0
  58. package/dist/model/autoTestResultReasonsCountModel.js.map +1 -0
  59. package/dist/model/autoTestResultReasonsProjectApiResult.d.ts +28 -0
  60. package/dist/model/autoTestResultReasonsProjectApiResult.js +68 -0
  61. package/dist/model/autoTestResultReasonsProjectApiResult.js.map +1 -0
  62. package/dist/model/autotestResultReasonFilterModel.d.ts +19 -0
  63. package/dist/model/autotestResultReasonFilterModel.js +33 -0
  64. package/dist/model/autotestResultReasonFilterModel.js.map +1 -0
  65. package/dist/model/{failureClassModel.d.ts → autotestResultReasonShortGetModel.d.ts} +9 -9
  66. package/dist/model/autotestResultReasonShortGetModel.js +63 -0
  67. package/dist/model/autotestResultReasonShortGetModel.js.map +1 -0
  68. package/dist/model/availableFailureCategory.d.ts +5 -0
  69. package/dist/model/availableFailureCategory.js +10 -0
  70. package/dist/model/availableFailureCategory.js.map +1 -0
  71. package/dist/model/createAutoTestResultReasonProjectApiModel.d.ts +21 -0
  72. package/dist/model/createAutoTestResultReasonProjectApiModel.js +33 -0
  73. package/dist/model/createAutoTestResultReasonProjectApiModel.js.map +1 -0
  74. package/dist/model/createFailureClassRegexApiModel.d.ts +14 -0
  75. package/dist/model/createFailureClassRegexApiModel.js +18 -0
  76. package/dist/model/createFailureClassRegexApiModel.js.map +1 -0
  77. package/dist/model/createProjectFailureCategoryApiModel.d.ts +20 -0
  78. package/dist/model/createProjectFailureCategoryApiModel.js +28 -0
  79. package/dist/model/createProjectFailureCategoryApiModel.js.map +1 -0
  80. package/dist/model/createWorkItemApiModel.d.ts +14 -14
  81. package/dist/model/createWorkItemApiModel.js +44 -44
  82. package/dist/model/createWorkItemApiModel.js.map +1 -1
  83. package/dist/model/createWorkItemPreviewsApiModel.d.ts +2 -0
  84. package/dist/model/createWorkItemPreviewsApiModel.js +5 -0
  85. package/dist/model/createWorkItemPreviewsApiModel.js.map +1 -1
  86. package/dist/model/createWorkflowApiModel.d.ts +1 -0
  87. package/dist/model/createWorkflowApiModel.js +5 -0
  88. package/dist/model/createWorkflowApiModel.js.map +1 -1
  89. package/dist/model/demoProjectApiResult.d.ts +0 -2
  90. package/dist/model/demoProjectApiResult.js +0 -10
  91. package/dist/model/demoProjectApiResult.js.map +1 -1
  92. package/dist/model/externalIssueApiField.d.ts +7 -0
  93. package/dist/model/externalIssueApiField.js +12 -0
  94. package/dist/model/externalIssueApiField.js.map +1 -0
  95. package/dist/model/externalIssueApiFieldSuggestion.d.ts +14 -0
  96. package/dist/model/externalIssueApiFieldSuggestion.js +18 -0
  97. package/dist/model/externalIssueApiFieldSuggestion.js.map +1 -0
  98. package/dist/model/externalIssueApiFieldSuggestionReply.d.ts +16 -0
  99. package/dist/model/externalIssueApiFieldSuggestionReply.js +23 -0
  100. package/dist/model/externalIssueApiFieldSuggestionReply.js.map +1 -0
  101. package/dist/model/{failureClassRegexModel.d.ts → failureClassRegexApiResult.d.ts} +3 -3
  102. package/dist/model/{failureClassRegexModel.js → failureClassRegexApiResult.js} +17 -17
  103. package/dist/model/failureClassRegexApiResult.js.map +1 -0
  104. package/dist/model/generateWorkItemPreviewsApiResult.d.ts +2 -0
  105. package/dist/model/generateWorkItemPreviewsApiResult.js +5 -0
  106. package/dist/model/generateWorkItemPreviewsApiResult.js.map +1 -1
  107. package/dist/model/getAIServiceModelsApiModel.d.ts +15 -0
  108. package/dist/model/getAIServiceModelsApiModel.js +18 -0
  109. package/dist/model/getAIServiceModelsApiModel.js.map +1 -0
  110. package/dist/model/getExternalIssueSuggestionsApiModel.d.ts +19 -0
  111. package/dist/model/getExternalIssueSuggestionsApiModel.js +23 -0
  112. package/dist/model/getExternalIssueSuggestionsApiModel.js.map +1 -0
  113. package/dist/model/models.d.ts +52 -4
  114. package/dist/model/models.js +156 -12
  115. package/dist/model/models.js.map +1 -1
  116. package/dist/model/parameterGroupsFilterApiModel.d.ts +1 -1
  117. package/dist/model/parameterGroupsFilterApiModel.js +1 -1
  118. package/dist/model/parameterGroupsFilterApiModel.js.map +1 -1
  119. package/dist/model/parametersFilterApiModel.d.ts +1 -1
  120. package/dist/model/parametersFilterApiModel.js +1 -1
  121. package/dist/model/parametersFilterApiModel.js.map +1 -1
  122. package/dist/model/previewsIssueLinkApiModel.d.ts +15 -0
  123. package/dist/model/previewsIssueLinkApiModel.js +23 -0
  124. package/dist/model/previewsIssueLinkApiModel.js.map +1 -0
  125. package/dist/model/previewsIssueLinkApiResult.d.ts +15 -0
  126. package/dist/model/previewsIssueLinkApiResult.js +23 -0
  127. package/dist/model/previewsIssueLinkApiResult.js.map +1 -0
  128. package/dist/model/projectDetailedFailureCategoryApiResult.d.ts +27 -0
  129. package/dist/model/projectDetailedFailureCategoryApiResult.js +63 -0
  130. package/dist/model/projectDetailedFailureCategoryApiResult.js.map +1 -0
  131. package/dist/model/projectFailureCategoryApiResult.d.ts +26 -0
  132. package/dist/model/projectFailureCategoryApiResult.js +63 -0
  133. package/dist/model/projectFailureCategoryApiResult.js.map +1 -0
  134. package/dist/model/projectFailureCategoryGroupItemApiResult.d.ts +17 -0
  135. package/dist/model/projectFailureCategoryGroupItemApiResult.js +23 -0
  136. package/dist/model/projectFailureCategoryGroupItemApiResult.js.map +1 -0
  137. package/dist/model/projectFailureCategoryGroupItemApiResultReply.d.ts +16 -0
  138. package/dist/model/projectFailureCategoryGroupItemApiResultReply.js +23 -0
  139. package/dist/model/projectFailureCategoryGroupItemApiResultReply.js.map +1 -0
  140. package/dist/model/projectModel.d.ts +1 -0
  141. package/dist/model/projectModel.js +5 -0
  142. package/dist/model/projectModel.js.map +1 -1
  143. package/dist/model/projectNameApiResult.d.ts +15 -0
  144. package/dist/model/projectNameApiResult.js +23 -0
  145. package/dist/model/projectNameApiResult.js.map +1 -0
  146. package/dist/model/projectShortModel.d.ts +1 -0
  147. package/dist/model/projectShortModel.js +5 -0
  148. package/dist/model/projectShortModel.js.map +1 -1
  149. package/dist/model/projectTestPlansFilterModel.d.ts +1 -1
  150. package/dist/model/projectTestPlansFilterModel.js +1 -1
  151. package/dist/model/projectTestPlansFilterModel.js.map +1 -1
  152. package/dist/model/replaceProjectExternalServiceApiModel.d.ts +15 -0
  153. package/dist/model/replaceProjectExternalServiceApiModel.js +23 -0
  154. package/dist/model/replaceProjectExternalServiceApiModel.js.map +1 -0
  155. package/dist/model/searchWorkflowProjectsApiModel.d.ts +15 -0
  156. package/dist/model/searchWorkflowProjectsApiModel.js +18 -0
  157. package/dist/model/searchWorkflowProjectsApiModel.js.map +1 -0
  158. package/dist/model/testPlanGroupByStatusType.d.ts +18 -0
  159. package/dist/model/testPlanGroupByStatusType.js +23 -0
  160. package/dist/model/testPlanGroupByStatusType.js.map +1 -0
  161. package/dist/model/testPlanTestPointsAnalyticsApiResult.d.ts +5 -1
  162. package/dist/model/testPlanTestPointsAnalyticsApiResult.js +13 -3
  163. package/dist/model/testPlanTestPointsAnalyticsApiResult.js.map +1 -1
  164. package/dist/model/testPlanTestPointsAutoTestsRunApiModel.d.ts +20 -0
  165. package/dist/model/testPlanTestPointsAutoTestsRunApiModel.js +38 -0
  166. package/dist/model/testPlanTestPointsAutoTestsRunApiModel.js.map +1 -0
  167. package/dist/model/testPlanTestPointsSearchApiModel.d.ts +1 -1
  168. package/dist/model/testPlanTestPointsSearchApiModel.js +1 -1
  169. package/dist/model/testPlanTestPointsSearchApiModel.js.map +1 -1
  170. package/dist/model/testPlanTestPointsStatusTypeGroupApiResult.d.ts +18 -0
  171. package/dist/model/testPlanTestPointsStatusTypeGroupApiResult.js +23 -0
  172. package/dist/model/testPlanTestPointsStatusTypeGroupApiResult.js.map +1 -0
  173. package/dist/model/testPlanTestPointsTesterAndStatusTypeGroupApiResult.d.ts +19 -0
  174. package/dist/model/testPlanTestPointsTesterAndStatusTypeGroupApiResult.js +28 -0
  175. package/dist/model/testPlanTestPointsTesterAndStatusTypeGroupApiResult.js.map +1 -0
  176. package/dist/model/testPointAnalyticResult.d.ts +2 -0
  177. package/dist/model/testPointAnalyticResult.js +5 -0
  178. package/dist/model/testPointAnalyticResult.js.map +1 -1
  179. package/dist/model/testPointFilterModel.d.ts +1 -1
  180. package/dist/model/testPointFilterModel.js +1 -1
  181. package/dist/model/testPointFilterModel.js.map +1 -1
  182. package/dist/model/testPointFilterRequestModel.d.ts +1 -1
  183. package/dist/model/testPointFilterRequestModel.js +1 -1
  184. package/dist/model/testPointFilterRequestModel.js.map +1 -1
  185. package/dist/model/testResultShortResponse.d.ts +1 -0
  186. package/dist/model/testResultShortResponse.js +5 -0
  187. package/dist/model/testResultShortResponse.js.map +1 -1
  188. package/dist/model/testRunNameApiResult.d.ts +15 -0
  189. package/dist/model/testRunNameApiResult.js +23 -0
  190. package/dist/model/testRunNameApiResult.js.map +1 -0
  191. package/dist/model/testStatusShortApiResult.d.ts +4 -0
  192. package/dist/model/testStatusShortApiResult.js +5 -0
  193. package/dist/model/testStatusShortApiResult.js.map +1 -1
  194. package/dist/model/testSuiteApiResult.d.ts +24 -0
  195. package/dist/model/testSuiteApiResult.js +53 -0
  196. package/dist/model/testSuiteApiResult.js.map +1 -0
  197. package/dist/model/testSuiteHierarchyApiResult.d.ts +25 -0
  198. package/dist/model/{testSuiteV2TreeModel.js → testSuiteHierarchyApiResult.js} +28 -28
  199. package/dist/model/testSuiteHierarchyApiResult.js.map +1 -0
  200. package/dist/model/testSuiteTypeApiResult.d.ts +5 -0
  201. package/dist/model/testSuiteTypeApiResult.js +10 -0
  202. package/dist/model/testSuiteTypeApiResult.js.map +1 -0
  203. package/dist/model/updateAutoTestResultReasonProjectApiModel.d.ts +22 -0
  204. package/dist/model/updateAutoTestResultReasonProjectApiModel.js +38 -0
  205. package/dist/model/updateAutoTestResultReasonProjectApiModel.js.map +1 -0
  206. package/dist/model/updateFailureCategoryProjectApiModel.d.ts +21 -0
  207. package/dist/model/updateFailureCategoryProjectApiModel.js +33 -0
  208. package/dist/model/updateFailureCategoryProjectApiModel.js.map +1 -0
  209. package/dist/model/updateFailureClassRegexApiModel.d.ts +15 -0
  210. package/dist/model/updateFailureClassRegexApiModel.js +23 -0
  211. package/dist/model/updateFailureClassRegexApiModel.js.map +1 -0
  212. package/dist/model/updateWorkflowApiModel.d.ts +1 -0
  213. package/dist/model/updateWorkflowApiModel.js +5 -0
  214. package/dist/model/updateWorkflowApiModel.js.map +1 -1
  215. package/dist/model/workItemApiResult.d.ts +58 -0
  216. package/dist/model/workItemApiResult.js +168 -0
  217. package/dist/model/workItemApiResult.js.map +1 -0
  218. package/dist/model/workItemEntityTypeApiModel.d.ts +5 -0
  219. package/dist/model/workItemEntityTypeApiModel.js +10 -0
  220. package/dist/model/workItemEntityTypeApiModel.js.map +1 -0
  221. package/dist/model/workItemPreviewApiModel.d.ts +3 -0
  222. package/dist/model/workItemPreviewApiModel.js +10 -0
  223. package/dist/model/workItemPreviewApiModel.js.map +1 -1
  224. package/dist/model/workItemPreviewStepApiModel.d.ts +16 -0
  225. package/dist/model/workItemPreviewStepApiModel.js +28 -0
  226. package/dist/model/workItemPreviewStepApiModel.js.map +1 -0
  227. package/dist/model/workItemPriorityApiModel.d.ts +7 -0
  228. package/dist/model/workItemPriorityApiModel.js +12 -0
  229. package/dist/model/workItemPriorityApiModel.js.map +1 -0
  230. package/dist/model/workItemSourceTypeApiModel.d.ts +4 -0
  231. package/dist/model/workItemSourceTypeApiModel.js +9 -0
  232. package/dist/model/workItemSourceTypeApiModel.js.map +1 -0
  233. package/dist/model/workItemStateApiModel.d.ts +5 -0
  234. package/dist/model/workItemStateApiModel.js +10 -0
  235. package/dist/model/workItemStateApiModel.js.map +1 -0
  236. package/dist/model/workflowProjectApiResult.d.ts +14 -0
  237. package/dist/model/workflowProjectApiResult.js +18 -0
  238. package/dist/model/workflowProjectApiResult.js.map +1 -0
  239. package/dist/model/workflowProjectApiResultApiCollectionPreview.d.ts +16 -0
  240. package/dist/model/workflowProjectApiResultApiCollectionPreview.js +23 -0
  241. package/dist/model/workflowProjectApiResultApiCollectionPreview.js.map +1 -0
  242. package/dist/model/workflowProjectApiResultReply.d.ts +16 -0
  243. package/dist/model/workflowProjectApiResultReply.js +23 -0
  244. package/dist/model/workflowProjectApiResultReply.js.map +1 -0
  245. package/dist/model/workflowShortApiResult.d.ts +2 -0
  246. package/dist/model/workflowShortApiResult.js +5 -0
  247. package/dist/model/workflowShortApiResult.js.map +1 -1
  248. package/dist/model/workflowStatusApiResult.d.ts +1 -1
  249. package/package.json +2 -2
  250. package/dist/model/failureClassModel.js.map +0 -1
  251. package/dist/model/failureClassRegexModel.js.map +0 -1
  252. package/dist/model/projectApiResult.d.ts +0 -36
  253. package/dist/model/projectApiResult.js +0 -108
  254. package/dist/model/projectApiResult.js.map +0 -1
  255. package/dist/model/testSuiteV2TreeModel.d.ts +0 -25
  256. package/dist/model/testSuiteV2TreeModel.js.map +0 -1
@@ -0,0 +1,19 @@
1
+ import { AvailableFailureCategory } from './availableFailureCategory';
2
+ import { Int32RangeSelectorModel } from './int32RangeSelectorModel';
3
+ export declare class AutotestResultReasonFilterModel {
4
+ 'failureCategories'?: Array<AvailableFailureCategory> | null;
5
+ 'name'?: string | null;
6
+ 'regexCount'?: Int32RangeSelectorModel | null;
7
+ 'isDeleted'?: boolean | 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
+ }
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AutotestResultReasonFilterModel = void 0;
4
+ class AutotestResultReasonFilterModel {
5
+ static getAttributeTypeMap() {
6
+ return AutotestResultReasonFilterModel.attributeTypeMap;
7
+ }
8
+ }
9
+ exports.AutotestResultReasonFilterModel = AutotestResultReasonFilterModel;
10
+ AutotestResultReasonFilterModel.discriminator = undefined;
11
+ AutotestResultReasonFilterModel.attributeTypeMap = [
12
+ {
13
+ "name": "failureCategories",
14
+ "baseName": "failureCategories",
15
+ "type": "Array<AvailableFailureCategory>"
16
+ },
17
+ {
18
+ "name": "name",
19
+ "baseName": "name",
20
+ "type": "string"
21
+ },
22
+ {
23
+ "name": "regexCount",
24
+ "baseName": "regexCount",
25
+ "type": "Int32RangeSelectorModel"
26
+ },
27
+ {
28
+ "name": "isDeleted",
29
+ "baseName": "isDeleted",
30
+ "type": "boolean"
31
+ }
32
+ ];
33
+ //# sourceMappingURL=autotestResultReasonFilterModel.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"autotestResultReasonFilterModel.js","sourceRoot":"","sources":["../../src/model/autotestResultReasonFilterModel.ts"],"names":[],"mappings":";;;AAgBA,MAAa,+BAA+B;IA8BxC,MAAM,CAAC,mBAAmB;QACtB,OAAO,+BAA+B,CAAC,gBAAgB,CAAC;IAC5D,CAAC;;AAhCL,0EAiCC;AA3BU,6CAAa,GAAuB,SAAS,CAAC;AAE9C,gDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,iCAAiC;KAC5C;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,yBAAyB;KACpC;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,SAAS;KACpB;CAAK,CAAC"}
@@ -1,15 +1,15 @@
1
- import { FailureCategoryModel } from './failureCategoryModel';
2
- import { FailureClassRegexModel } from './failureClassRegexModel';
3
- export declare class FailureClassModel {
1
+ import { AvailableFailureCategory } from './availableFailureCategory';
2
+ export declare class AutotestResultReasonShortGetModel {
3
+ 'isDeleted': boolean;
4
+ 'failureCategory': AvailableFailureCategory;
5
+ 'failureCategoryId': number;
4
6
  'name'?: string | null;
5
- 'failureCategory': FailureCategoryModel;
7
+ 'regexCount': number;
8
+ 'id': string;
6
9
  'createdDate': Date;
7
- 'modifiedDate'?: Date | null;
8
10
  'createdById': string;
11
+ 'modifiedDate'?: Date | null;
9
12
  'modifiedById'?: string | null;
10
- 'failureClassRegexes'?: Array<FailureClassRegexModel> | null;
11
- 'id': string;
12
- 'isDeleted': boolean;
13
13
  static discriminator: string | undefined;
14
14
  static attributeTypeMap: Array<{
15
15
  name: string;
@@ -22,5 +22,5 @@ export declare class FailureClassModel {
22
22
  type: string;
23
23
  }[];
24
24
  }
25
- export declare namespace FailureClassModel {
25
+ export declare namespace AutotestResultReasonShortGetModel {
26
26
  }
@@ -0,0 +1,63 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AutotestResultReasonShortGetModel = void 0;
4
+ class AutotestResultReasonShortGetModel {
5
+ static getAttributeTypeMap() {
6
+ return AutotestResultReasonShortGetModel.attributeTypeMap;
7
+ }
8
+ }
9
+ exports.AutotestResultReasonShortGetModel = AutotestResultReasonShortGetModel;
10
+ AutotestResultReasonShortGetModel.discriminator = undefined;
11
+ AutotestResultReasonShortGetModel.attributeTypeMap = [
12
+ {
13
+ "name": "isDeleted",
14
+ "baseName": "isDeleted",
15
+ "type": "boolean"
16
+ },
17
+ {
18
+ "name": "failureCategory",
19
+ "baseName": "failureCategory",
20
+ "type": "AvailableFailureCategory"
21
+ },
22
+ {
23
+ "name": "failureCategoryId",
24
+ "baseName": "failureCategoryId",
25
+ "type": "number"
26
+ },
27
+ {
28
+ "name": "name",
29
+ "baseName": "name",
30
+ "type": "string"
31
+ },
32
+ {
33
+ "name": "regexCount",
34
+ "baseName": "regexCount",
35
+ "type": "number"
36
+ },
37
+ {
38
+ "name": "id",
39
+ "baseName": "id",
40
+ "type": "string"
41
+ },
42
+ {
43
+ "name": "createdDate",
44
+ "baseName": "createdDate",
45
+ "type": "Date"
46
+ },
47
+ {
48
+ "name": "createdById",
49
+ "baseName": "createdById",
50
+ "type": "string"
51
+ },
52
+ {
53
+ "name": "modifiedDate",
54
+ "baseName": "modifiedDate",
55
+ "type": "Date"
56
+ },
57
+ {
58
+ "name": "modifiedById",
59
+ "baseName": "modifiedById",
60
+ "type": "string"
61
+ }
62
+ ];
63
+ //# sourceMappingURL=autotestResultReasonShortGetModel.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"autotestResultReasonShortGetModel.js","sourceRoot":"","sources":["../../src/model/autotestResultReasonShortGetModel.ts"],"names":[],"mappings":";;;AAeA,MAAa,iCAAiC;IAkE1C,MAAM,CAAC,mBAAmB;QACtB,OAAO,iCAAiC,CAAC,gBAAgB,CAAC;IAC9D,CAAC;;AApEL,8EAqEC;AAzDU,+CAAa,GAAuB,SAAS,CAAC;AAE9C,kDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,0BAA0B;KACrC;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
@@ -0,0 +1,5 @@
1
+ export declare enum AvailableFailureCategory {
2
+ InfrastructureDefect,
3
+ ProductDefect,
4
+ TestDefect
5
+ }
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AvailableFailureCategory = void 0;
4
+ var AvailableFailureCategory;
5
+ (function (AvailableFailureCategory) {
6
+ AvailableFailureCategory[AvailableFailureCategory["InfrastructureDefect"] = 'InfrastructureDefect'] = "InfrastructureDefect";
7
+ AvailableFailureCategory[AvailableFailureCategory["ProductDefect"] = 'ProductDefect'] = "ProductDefect";
8
+ AvailableFailureCategory[AvailableFailureCategory["TestDefect"] = 'TestDefect'] = "TestDefect";
9
+ })(AvailableFailureCategory = exports.AvailableFailureCategory || (exports.AvailableFailureCategory = {}));
10
+ //# sourceMappingURL=availableFailureCategory.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"availableFailureCategory.js","sourceRoot":"","sources":["../../src/model/availableFailureCategory.ts"],"names":[],"mappings":";;;AAcA,IAAY,wBAIX;AAJD,WAAY,wBAAwB;IAChC,4EAA6B,sBAAsB,0BAAA,CAAA;IACnD,qEAAsB,eAAe,mBAAA,CAAA;IACrC,kEAAmB,YAAY,gBAAA,CAAA;AACnC,CAAC,EAJW,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAInC"}
@@ -0,0 +1,21 @@
1
+ import { CreateFailureClassRegexApiModel } from './createFailureClassRegexApiModel';
2
+ import { FailureCategory } from './failureCategory';
3
+ export declare class CreateAutoTestResultReasonProjectApiModel {
4
+ 'name': string;
5
+ 'failureCategory': FailureCategory;
6
+ 'failureClassRegexes'?: Array<CreateFailureClassRegexApiModel> | null;
7
+ 'projectIds'?: Array<string> | 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 CreateAutoTestResultReasonProjectApiModel {
21
+ }
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreateAutoTestResultReasonProjectApiModel = void 0;
4
+ class CreateAutoTestResultReasonProjectApiModel {
5
+ static getAttributeTypeMap() {
6
+ return CreateAutoTestResultReasonProjectApiModel.attributeTypeMap;
7
+ }
8
+ }
9
+ exports.CreateAutoTestResultReasonProjectApiModel = CreateAutoTestResultReasonProjectApiModel;
10
+ CreateAutoTestResultReasonProjectApiModel.discriminator = undefined;
11
+ CreateAutoTestResultReasonProjectApiModel.attributeTypeMap = [
12
+ {
13
+ "name": "name",
14
+ "baseName": "name",
15
+ "type": "string"
16
+ },
17
+ {
18
+ "name": "failureCategory",
19
+ "baseName": "failureCategory",
20
+ "type": "FailureCategory"
21
+ },
22
+ {
23
+ "name": "failureClassRegexes",
24
+ "baseName": "failureClassRegexes",
25
+ "type": "Array<CreateFailureClassRegexApiModel>"
26
+ },
27
+ {
28
+ "name": "projectIds",
29
+ "baseName": "projectIds",
30
+ "type": "Array<string>"
31
+ }
32
+ ];
33
+ //# sourceMappingURL=createAutoTestResultReasonProjectApiModel.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createAutoTestResultReasonProjectApiModel.js","sourceRoot":"","sources":["../../src/model/createAutoTestResultReasonProjectApiModel.ts"],"names":[],"mappings":";;;AAgBA,MAAa,yCAAyC;IA0ClD,MAAM,CAAC,mBAAmB;QACtB,OAAO,yCAAyC,CAAC,gBAAgB,CAAC;IACtE,CAAC;;AA5CL,8FA6CC;AA3BU,uDAAa,GAAuB,SAAS,CAAC;AAE9C,0DAAgB,GAA0D;IAC7E;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,14 @@
1
+ export declare class CreateFailureClassRegexApiModel {
2
+ 'regexText': string;
3
+ static discriminator: string | undefined;
4
+ static attributeTypeMap: Array<{
5
+ name: string;
6
+ baseName: string;
7
+ type: string;
8
+ }>;
9
+ static getAttributeTypeMap(): {
10
+ name: string;
11
+ baseName: string;
12
+ type: string;
13
+ }[];
14
+ }
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreateFailureClassRegexApiModel = void 0;
4
+ class CreateFailureClassRegexApiModel {
5
+ static getAttributeTypeMap() {
6
+ return CreateFailureClassRegexApiModel.attributeTypeMap;
7
+ }
8
+ }
9
+ exports.CreateFailureClassRegexApiModel = CreateFailureClassRegexApiModel;
10
+ CreateFailureClassRegexApiModel.discriminator = undefined;
11
+ CreateFailureClassRegexApiModel.attributeTypeMap = [
12
+ {
13
+ "name": "regexText",
14
+ "baseName": "regexText",
15
+ "type": "string"
16
+ }
17
+ ];
18
+ //# sourceMappingURL=createFailureClassRegexApiModel.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createFailureClassRegexApiModel.js","sourceRoot":"","sources":["../../src/model/createFailureClassRegexApiModel.ts"],"names":[],"mappings":";;;AAcA,MAAa,+BAA+B;IAexC,MAAM,CAAC,mBAAmB;QACtB,OAAO,+BAA+B,CAAC,gBAAgB,CAAC;IAC5D,CAAC;;AAjBL,0EAkBC;AAZU,6CAAa,GAAuB,SAAS,CAAC;AAE9C,gDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
@@ -0,0 +1,20 @@
1
+ import { CreateFailureClassRegexApiModel } from './createFailureClassRegexApiModel';
2
+ import { FailureCategory } from './failureCategory';
3
+ export declare class CreateProjectFailureCategoryApiModel {
4
+ 'name': string;
5
+ 'failureCategory': FailureCategory;
6
+ 'failureClassRegexes'?: Array<CreateFailureClassRegexApiModel> | null;
7
+ static discriminator: string | undefined;
8
+ static attributeTypeMap: Array<{
9
+ name: string;
10
+ baseName: string;
11
+ type: string;
12
+ }>;
13
+ static getAttributeTypeMap(): {
14
+ name: string;
15
+ baseName: string;
16
+ type: string;
17
+ }[];
18
+ }
19
+ export declare namespace CreateProjectFailureCategoryApiModel {
20
+ }
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreateProjectFailureCategoryApiModel = void 0;
4
+ class CreateProjectFailureCategoryApiModel {
5
+ static getAttributeTypeMap() {
6
+ return CreateProjectFailureCategoryApiModel.attributeTypeMap;
7
+ }
8
+ }
9
+ exports.CreateProjectFailureCategoryApiModel = CreateProjectFailureCategoryApiModel;
10
+ CreateProjectFailureCategoryApiModel.discriminator = undefined;
11
+ CreateProjectFailureCategoryApiModel.attributeTypeMap = [
12
+ {
13
+ "name": "name",
14
+ "baseName": "name",
15
+ "type": "string"
16
+ },
17
+ {
18
+ "name": "failureCategory",
19
+ "baseName": "failureCategory",
20
+ "type": "FailureCategory"
21
+ },
22
+ {
23
+ "name": "failureClassRegexes",
24
+ "baseName": "failureClassRegexes",
25
+ "type": "Array<CreateFailureClassRegexApiModel>"
26
+ }
27
+ ];
28
+ //# sourceMappingURL=createProjectFailureCategoryApiModel.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createProjectFailureCategoryApiModel.js","sourceRoot":"","sources":["../../src/model/createProjectFailureCategoryApiModel.ts"],"names":[],"mappings":";;;AAgBA,MAAa,oCAAoC;IAiC7C,MAAM,CAAC,mBAAmB;QACtB,OAAO,oCAAoC,CAAC,gBAAgB,CAAC;IACjE,CAAC;;AAnCL,oFAoCC;AAtBU,kDAAa,GAAuB,SAAS,CAAC;AAE9C,qDAAgB,GAA0D;IAC7E;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"}
@@ -4,29 +4,29 @@ import { AutoTestIdModel } from './autoTestIdModel';
4
4
  import { CreateLinkApiModel } from './createLinkApiModel';
5
5
  import { CreateStepApiModel } from './createStepApiModel';
6
6
  import { TagModel } from './tagModel';
7
- import { WorkItemEntityTypes } from './workItemEntityTypes';
8
- import { WorkItemPriorityModel } from './workItemPriorityModel';
9
- import { WorkItemStates } from './workItemStates';
7
+ import { WorkItemEntityTypeApiModel } from './workItemEntityTypeApiModel';
8
+ import { WorkItemPriorityApiModel } from './workItemPriorityApiModel';
9
+ import { WorkItemStateApiModel } from './workItemStateApiModel';
10
10
  export declare class CreateWorkItemApiModel {
11
- 'entityTypeName': WorkItemEntityTypes;
11
+ 'projectId': string;
12
+ 'sectionId'?: string | null;
13
+ 'name': string;
12
14
  'description'?: string | null;
13
- 'state': WorkItemStates;
14
- 'priority': WorkItemPriorityModel;
15
- 'steps': Array<CreateStepApiModel>;
16
- 'preconditionSteps': Array<CreateStepApiModel>;
17
- 'postconditionSteps': Array<CreateStepApiModel>;
15
+ 'entityTypeName': WorkItemEntityTypeApiModel;
18
16
  'duration': number;
17
+ 'state': WorkItemStateApiModel;
18
+ 'priority': WorkItemPriorityApiModel;
19
19
  'attributes': {
20
20
  [key: string]: any;
21
21
  };
22
22
  'tags': Array<TagModel>;
23
- 'attachments'?: Array<AssignAttachmentApiModel> | null;
23
+ 'preconditionSteps': Array<CreateStepApiModel>;
24
+ 'steps': Array<CreateStepApiModel>;
25
+ 'postconditionSteps': Array<CreateStepApiModel>;
24
26
  'iterations'?: Array<AssignIterationApiModel> | null;
25
- 'links': Array<CreateLinkApiModel>;
26
- 'name': string;
27
- 'projectId': string;
28
- 'sectionId': string;
29
27
  'autoTests'?: Array<AutoTestIdModel> | null;
28
+ 'attachments'?: Array<AssignAttachmentApiModel> | null;
29
+ 'links': Array<CreateLinkApiModel>;
30
30
  static discriminator: string | undefined;
31
31
  static attributeTypeMap: Array<{
32
32
  name: string;
@@ -10,44 +10,44 @@ exports.CreateWorkItemApiModel = CreateWorkItemApiModel;
10
10
  CreateWorkItemApiModel.discriminator = undefined;
11
11
  CreateWorkItemApiModel.attributeTypeMap = [
12
12
  {
13
- "name": "entityTypeName",
14
- "baseName": "entityTypeName",
15
- "type": "WorkItemEntityTypes"
13
+ "name": "projectId",
14
+ "baseName": "projectId",
15
+ "type": "string"
16
16
  },
17
17
  {
18
- "name": "description",
19
- "baseName": "description",
18
+ "name": "sectionId",
19
+ "baseName": "sectionId",
20
20
  "type": "string"
21
21
  },
22
22
  {
23
- "name": "state",
24
- "baseName": "state",
25
- "type": "WorkItemStates"
23
+ "name": "name",
24
+ "baseName": "name",
25
+ "type": "string"
26
26
  },
27
27
  {
28
- "name": "priority",
29
- "baseName": "priority",
30
- "type": "WorkItemPriorityModel"
28
+ "name": "description",
29
+ "baseName": "description",
30
+ "type": "string"
31
31
  },
32
32
  {
33
- "name": "steps",
34
- "baseName": "steps",
35
- "type": "Array<CreateStepApiModel>"
33
+ "name": "entityTypeName",
34
+ "baseName": "entityTypeName",
35
+ "type": "WorkItemEntityTypeApiModel"
36
36
  },
37
37
  {
38
- "name": "preconditionSteps",
39
- "baseName": "preconditionSteps",
40
- "type": "Array<CreateStepApiModel>"
38
+ "name": "duration",
39
+ "baseName": "duration",
40
+ "type": "number"
41
41
  },
42
42
  {
43
- "name": "postconditionSteps",
44
- "baseName": "postconditionSteps",
45
- "type": "Array<CreateStepApiModel>"
43
+ "name": "state",
44
+ "baseName": "state",
45
+ "type": "WorkItemStateApiModel"
46
46
  },
47
47
  {
48
- "name": "duration",
49
- "baseName": "duration",
50
- "type": "number"
48
+ "name": "priority",
49
+ "baseName": "priority",
50
+ "type": "WorkItemPriorityApiModel"
51
51
  },
52
52
  {
53
53
  "name": "attributes",
@@ -60,39 +60,39 @@ CreateWorkItemApiModel.attributeTypeMap = [
60
60
  "type": "Array<TagModel>"
61
61
  },
62
62
  {
63
- "name": "attachments",
64
- "baseName": "attachments",
65
- "type": "Array<AssignAttachmentApiModel>"
63
+ "name": "preconditionSteps",
64
+ "baseName": "preconditionSteps",
65
+ "type": "Array<CreateStepApiModel>"
66
66
  },
67
67
  {
68
- "name": "iterations",
69
- "baseName": "iterations",
70
- "type": "Array<AssignIterationApiModel>"
68
+ "name": "steps",
69
+ "baseName": "steps",
70
+ "type": "Array<CreateStepApiModel>"
71
71
  },
72
72
  {
73
- "name": "links",
74
- "baseName": "links",
75
- "type": "Array<CreateLinkApiModel>"
73
+ "name": "postconditionSteps",
74
+ "baseName": "postconditionSteps",
75
+ "type": "Array<CreateStepApiModel>"
76
76
  },
77
77
  {
78
- "name": "name",
79
- "baseName": "name",
80
- "type": "string"
78
+ "name": "iterations",
79
+ "baseName": "iterations",
80
+ "type": "Array<AssignIterationApiModel>"
81
81
  },
82
82
  {
83
- "name": "projectId",
84
- "baseName": "projectId",
85
- "type": "string"
83
+ "name": "autoTests",
84
+ "baseName": "autoTests",
85
+ "type": "Array<AutoTestIdModel>"
86
86
  },
87
87
  {
88
- "name": "sectionId",
89
- "baseName": "sectionId",
90
- "type": "string"
88
+ "name": "attachments",
89
+ "baseName": "attachments",
90
+ "type": "Array<AssignAttachmentApiModel>"
91
91
  },
92
92
  {
93
- "name": "autoTests",
94
- "baseName": "autoTests",
95
- "type": "Array<AutoTestIdModel>"
93
+ "name": "links",
94
+ "baseName": "links",
95
+ "type": "Array<CreateLinkApiModel>"
96
96
  }
97
97
  ];
98
98
  //# sourceMappingURL=createWorkItemApiModel.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"createWorkItemApiModel.js","sourceRoot":"","sources":["../../src/model/createWorkItemApiModel.ts"],"names":[],"mappings":";;;AAuBA,MAAa,sBAAsB;IAsJ/B,MAAM,CAAC,mBAAmB;QACtB,OAAO,sBAAsB,CAAC,gBAAgB,CAAC;IACnD,CAAC;;AAxJL,wDAyJC;AA5FU,oCAAa,GAAuB,SAAS,CAAC;AAE9C,uCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,qBAAqB;KAChC;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,gBAAgB;KAC3B;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,uBAAuB;KAClC;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,2BAA2B;KACtC;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,2BAA2B;KACtC;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,2BAA2B;KACtC;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,yBAAyB;KACpC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,iCAAiC;KAC5C;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,gCAAgC;KAC3C;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,2BAA2B;KACtC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,wBAAwB;KACnC;CAAK,CAAC"}
1
+ {"version":3,"file":"createWorkItemApiModel.js","sourceRoot":"","sources":["../../src/model/createWorkItemApiModel.ts"],"names":[],"mappings":";;;AAuBA,MAAa,sBAAsB;IA+J/B,MAAM,CAAC,mBAAmB;QACtB,OAAO,sBAAsB,CAAC,gBAAgB,CAAC;IACnD,CAAC;;AAjKL,wDAkKC;AA5FU,oCAAa,GAAuB,SAAS,CAAC;AAE9C,uCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,uBAAuB;KAClC;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,0BAA0B;KACrC;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,yBAAyB;KACpC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,2BAA2B;KACtC;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,2BAA2B;KACtC;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,2BAA2B;KACtC;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,gCAAgC;KAC3C;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,wBAAwB;KACnC;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,iCAAiC;KAC5C;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,2BAA2B;KACtC;CAAK,CAAC"}
@@ -1,3 +1,4 @@
1
+ import { PreviewsIssueLinkApiModel } from './previewsIssueLinkApiModel';
1
2
  import { WorkItemPreviewApiModel } from './workItemPreviewApiModel';
2
3
  export declare class CreateWorkItemPreviewsApiModel {
3
4
  'sectionId': string;
@@ -5,6 +6,7 @@ export declare class CreateWorkItemPreviewsApiModel {
5
6
  'attributes'?: {
6
7
  [key: string]: any;
7
8
  } | null;
9
+ 'link'?: PreviewsIssueLinkApiModel | null;
8
10
  static discriminator: string | undefined;
9
11
  static attributeTypeMap: Array<{
10
12
  name: string;
@@ -23,6 +23,11 @@ CreateWorkItemPreviewsApiModel.attributeTypeMap = [
23
23
  "name": "attributes",
24
24
  "baseName": "attributes",
25
25
  "type": "{ [key: string]: any; }"
26
+ },
27
+ {
28
+ "name": "link",
29
+ "baseName": "link",
30
+ "type": "PreviewsIssueLinkApiModel"
26
31
  }
27
32
  ];
28
33
  //# sourceMappingURL=createWorkItemPreviewsApiModel.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"createWorkItemPreviewsApiModel.js","sourceRoot":"","sources":["../../src/model/createWorkItemPreviewsApiModel.ts"],"names":[],"mappings":";;;AAeA,MAAa,8BAA8B;IAwBvC,MAAM,CAAC,mBAAmB;QACtB,OAAO,8BAA8B,CAAC,gBAAgB,CAAC;IAC3D,CAAC;;AA1BL,wEA2BC;AAtBU,4CAAa,GAAuB,SAAS,CAAC;AAE9C,+CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,gCAAgC;KAC3C;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,yBAAyB;KACpC;CAAK,CAAC"}
1
+ {"version":3,"file":"createWorkItemPreviewsApiModel.js","sourceRoot":"","sources":["../../src/model/createWorkItemPreviewsApiModel.ts"],"names":[],"mappings":";;;AAgBA,MAAa,8BAA8B;IA8BvC,MAAM,CAAC,mBAAmB;QACtB,OAAO,8BAA8B,CAAC,gBAAgB,CAAC;IAC3D,CAAC;;AAhCL,wEAiCC;AA3BU,4CAAa,GAAuB,SAAS,CAAC;AAE9C,+CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,gCAAgC;KAC3C;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,yBAAyB;KACpC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,2BAA2B;KACtC;CAAK,CAAC"}
@@ -3,6 +3,7 @@ export declare class CreateWorkflowApiModel {
3
3
  'name': string;
4
4
  'isDefault'?: boolean | null;
5
5
  'statuses': Array<WorkflowStatusApiModel>;
6
+ 'projectIds'?: Array<string> | null;
6
7
  static discriminator: string | undefined;
7
8
  static attributeTypeMap: Array<{
8
9
  name: string;
@@ -23,6 +23,11 @@ CreateWorkflowApiModel.attributeTypeMap = [
23
23
  "name": "statuses",
24
24
  "baseName": "statuses",
25
25
  "type": "Array<WorkflowStatusApiModel>"
26
+ },
27
+ {
28
+ "name": "projectIds",
29
+ "baseName": "projectIds",
30
+ "type": "Array<string>"
26
31
  }
27
32
  ];
28
33
  //# sourceMappingURL=createWorkflowApiModel.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"createWorkflowApiModel.js","sourceRoot":"","sources":["../../src/model/createWorkflowApiModel.ts"],"names":[],"mappings":";;;AAeA,MAAa,sBAAsB;IAwB/B,MAAM,CAAC,mBAAmB;QACtB,OAAO,sBAAsB,CAAC,gBAAgB,CAAC;IACnD,CAAC;;AA1BL,wDA2BC;AAtBU,oCAAa,GAAuB,SAAS,CAAC;AAE9C,uCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,+BAA+B;KAC1C;CAAK,CAAC"}
1
+ {"version":3,"file":"createWorkflowApiModel.js","sourceRoot":"","sources":["../../src/model/createWorkflowApiModel.ts"],"names":[],"mappings":";;;AAeA,MAAa,sBAAsB;IA8B/B,MAAM,CAAC,mBAAmB;QACtB,OAAO,sBAAsB,CAAC,gBAAgB,CAAC;IACnD,CAAC;;AAhCL,wDAiCC;AA3BU,oCAAa,GAAuB,SAAS,CAAC;AAE9C,uCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,+BAA+B;KAC1C;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,eAAe;KAC1B;CAAK,CAAC"}
@@ -1,6 +1,4 @@
1
1
  export declare class DemoProjectApiResult {
2
- 'projectId': string;
3
- 'projectGlobalId': number;
4
2
  'jobId': string;
5
3
  static discriminator: string | undefined;
6
4
  static attributeTypeMap: Array<{
@@ -9,16 +9,6 @@ class DemoProjectApiResult {
9
9
  exports.DemoProjectApiResult = DemoProjectApiResult;
10
10
  DemoProjectApiResult.discriminator = undefined;
11
11
  DemoProjectApiResult.attributeTypeMap = [
12
- {
13
- "name": "projectId",
14
- "baseName": "projectId",
15
- "type": "string"
16
- },
17
- {
18
- "name": "projectGlobalId",
19
- "baseName": "projectGlobalId",
20
- "type": "number"
21
- },
22
12
  {
23
13
  "name": "jobId",
24
14
  "baseName": "jobId",
@@ -1 +1 @@
1
- {"version":3,"file":"demoProjectApiResult.js","sourceRoot":"","sources":["../../src/model/demoProjectApiResult.ts"],"names":[],"mappings":";;;AAcA,MAAa,oBAAoB;IAiC7B,MAAM,CAAC,mBAAmB;QACtB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IACjD,CAAC;;AAnCL,oDAoCC;AAtBU,kCAAa,GAAuB,SAAS,CAAC;AAE9C,qCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
1
+ {"version":3,"file":"demoProjectApiResult.js","sourceRoot":"","sources":["../../src/model/demoProjectApiResult.ts"],"names":[],"mappings":";;;AAcA,MAAa,oBAAoB;IAe7B,MAAM,CAAC,mBAAmB;QACtB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IACjD,CAAC;;AAjBL,oDAkBC;AAZU,kCAAa,GAAuB,SAAS,CAAC;AAE9C,qCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
@@ -0,0 +1,7 @@
1
+ export declare enum ExternalIssueApiField {
2
+ Id,
3
+ Type,
4
+ Priority,
5
+ Status,
6
+ Assignee
7
+ }
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ExternalIssueApiField = void 0;
4
+ var ExternalIssueApiField;
5
+ (function (ExternalIssueApiField) {
6
+ ExternalIssueApiField[ExternalIssueApiField["Id"] = 'Id'] = "Id";
7
+ ExternalIssueApiField[ExternalIssueApiField["Type"] = 'Type'] = "Type";
8
+ ExternalIssueApiField[ExternalIssueApiField["Priority"] = 'Priority'] = "Priority";
9
+ ExternalIssueApiField[ExternalIssueApiField["Status"] = 'Status'] = "Status";
10
+ ExternalIssueApiField[ExternalIssueApiField["Assignee"] = 'Assignee'] = "Assignee";
11
+ })(ExternalIssueApiField = exports.ExternalIssueApiField || (exports.ExternalIssueApiField = {}));
12
+ //# sourceMappingURL=externalIssueApiField.js.map