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
@@ -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"}
@@ -0,0 +1,25 @@
1
+ import { CustomAttributeOptionApiResult } from './customAttributeOptionApiResult';
2
+ import { CustomAttributeType } from './customAttributeType';
3
+ export declare class CustomAttributeApiResult {
4
+ 'id': string;
5
+ 'options': Array<CustomAttributeOptionApiResult>;
6
+ 'type': CustomAttributeType;
7
+ 'isDeleted': boolean;
8
+ 'name': string;
9
+ 'isEnabled': boolean;
10
+ 'isRequired': boolean;
11
+ 'isGlobal': boolean;
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 CustomAttributeApiResult {
25
+ }
@@ -0,0 +1,53 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CustomAttributeApiResult = void 0;
4
+ class CustomAttributeApiResult {
5
+ static getAttributeTypeMap() {
6
+ return CustomAttributeApiResult.attributeTypeMap;
7
+ }
8
+ }
9
+ exports.CustomAttributeApiResult = CustomAttributeApiResult;
10
+ CustomAttributeApiResult.discriminator = undefined;
11
+ CustomAttributeApiResult.attributeTypeMap = [
12
+ {
13
+ "name": "id",
14
+ "baseName": "id",
15
+ "type": "string"
16
+ },
17
+ {
18
+ "name": "options",
19
+ "baseName": "options",
20
+ "type": "Array<CustomAttributeOptionApiResult>"
21
+ },
22
+ {
23
+ "name": "type",
24
+ "baseName": "type",
25
+ "type": "CustomAttributeType"
26
+ },
27
+ {
28
+ "name": "isDeleted",
29
+ "baseName": "isDeleted",
30
+ "type": "boolean"
31
+ },
32
+ {
33
+ "name": "name",
34
+ "baseName": "name",
35
+ "type": "string"
36
+ },
37
+ {
38
+ "name": "isEnabled",
39
+ "baseName": "isEnabled",
40
+ "type": "boolean"
41
+ },
42
+ {
43
+ "name": "isRequired",
44
+ "baseName": "isRequired",
45
+ "type": "boolean"
46
+ },
47
+ {
48
+ "name": "isGlobal",
49
+ "baseName": "isGlobal",
50
+ "type": "boolean"
51
+ }
52
+ ];
53
+ //# sourceMappingURL=customAttributeApiResult.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"customAttributeApiResult.js","sourceRoot":"","sources":["../../src/model/customAttributeApiResult.ts"],"names":[],"mappings":";;;AAgBA,MAAa,wBAAwB;IA8EjC,MAAM,CAAC,mBAAmB;QACtB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;;AAhFL,4DAiFC;AA/CU,sCAAa,GAAuB,SAAS,CAAC;AAE9C,yCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,uCAAuC;KAClD;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,qBAAqB;KAChC;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,SAAS;KACpB;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,SAAS;KACpB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;CAAK,CAAC"}
@@ -0,0 +1,17 @@
1
+ export declare class CustomAttributeOptionApiResult {
2
+ 'id': string;
3
+ 'isDeleted': boolean;
4
+ 'value'?: string | null;
5
+ 'isDefault': boolean;
6
+ static discriminator: string | undefined;
7
+ static attributeTypeMap: Array<{
8
+ name: string;
9
+ baseName: string;
10
+ type: string;
11
+ }>;
12
+ static getAttributeTypeMap(): {
13
+ name: string;
14
+ baseName: string;
15
+ type: string;
16
+ }[];
17
+ }
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CustomAttributeOptionApiResult = void 0;
4
+ class CustomAttributeOptionApiResult {
5
+ static getAttributeTypeMap() {
6
+ return CustomAttributeOptionApiResult.attributeTypeMap;
7
+ }
8
+ }
9
+ exports.CustomAttributeOptionApiResult = CustomAttributeOptionApiResult;
10
+ CustomAttributeOptionApiResult.discriminator = undefined;
11
+ CustomAttributeOptionApiResult.attributeTypeMap = [
12
+ {
13
+ "name": "id",
14
+ "baseName": "id",
15
+ "type": "string"
16
+ },
17
+ {
18
+ "name": "isDeleted",
19
+ "baseName": "isDeleted",
20
+ "type": "boolean"
21
+ },
22
+ {
23
+ "name": "value",
24
+ "baseName": "value",
25
+ "type": "string"
26
+ },
27
+ {
28
+ "name": "isDefault",
29
+ "baseName": "isDefault",
30
+ "type": "boolean"
31
+ }
32
+ ];
33
+ //# sourceMappingURL=customAttributeOptionApiResult.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"customAttributeOptionApiResult.js","sourceRoot":"","sources":["../../src/model/customAttributeOptionApiResult.ts"],"names":[],"mappings":";;;AAcA,MAAa,8BAA8B;IA0CvC,MAAM,CAAC,mBAAmB;QACtB,OAAO,8BAA8B,CAAC,gBAAgB,CAAC;IAC3D,CAAC;;AA5CL,wEA6CC;AA3BU,4CAAa,GAAuB,SAAS,CAAC;AAE9C,+CAAgB,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,SAAS;KACpB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,SAAS;KACpB;CAAK,CAAC"}
@@ -0,0 +1,8 @@
1
+ export declare enum CustomAttributeType {
2
+ String,
3
+ Datetime,
4
+ Options,
5
+ User,
6
+ MultipleOptions,
7
+ Checkbox
8
+ }
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CustomAttributeType = void 0;
4
+ var CustomAttributeType;
5
+ (function (CustomAttributeType) {
6
+ CustomAttributeType[CustomAttributeType["String"] = 'string'] = "String";
7
+ CustomAttributeType[CustomAttributeType["Datetime"] = 'datetime'] = "Datetime";
8
+ CustomAttributeType[CustomAttributeType["Options"] = 'options'] = "Options";
9
+ CustomAttributeType[CustomAttributeType["User"] = 'user'] = "User";
10
+ CustomAttributeType[CustomAttributeType["MultipleOptions"] = 'multipleOptions'] = "MultipleOptions";
11
+ CustomAttributeType[CustomAttributeType["Checkbox"] = 'checkbox'] = "Checkbox";
12
+ })(CustomAttributeType = exports.CustomAttributeType || (exports.CustomAttributeType = {}));
13
+ //# sourceMappingURL=customAttributeType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"customAttributeType.js","sourceRoot":"","sources":["../../src/model/customAttributeType.ts"],"names":[],"mappings":";;;AAcA,IAAY,mBAOX;AAPD,WAAY,mBAAmB;IAC3B,oDAAe,QAAQ,YAAA,CAAA;IACvB,sDAAiB,UAAU,cAAA,CAAA;IAC3B,qDAAgB,SAAS,aAAA,CAAA;IACzB,kDAAa,MAAM,UAAA,CAAA;IACnB,6DAAwB,iBAAiB,qBAAA,CAAA;IACzC,sDAAiB,UAAU,cAAA,CAAA;AAC/B,CAAC,EAPW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAO9B"}
@@ -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<{