testit-api-client 6.4.0 → 6.5.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 (117) hide show
  1. package/README.MD +1 -16
  2. package/dist/api/apis.d.ts +1 -5
  3. package/dist/api/apis.js +1 -5
  4. package/dist/api/apis.js.map +1 -1
  5. package/dist/api/autoTestsApi.d.ts +13 -13
  6. package/dist/api/autoTestsApi.js +13 -13
  7. package/dist/api/autoTestsApi.js.map +1 -1
  8. package/dist/api/configurationsApi.d.ts +2 -1
  9. package/dist/api/configurationsApi.js +2 -2
  10. package/dist/api/configurationsApi.js.map +1 -1
  11. package/dist/api/projectsApi.d.ts +13 -12
  12. package/dist/api/projectsApi.js +54 -58
  13. package/dist/api/projectsApi.js.map +1 -1
  14. package/dist/api/testResultsApi.d.ts +4 -4
  15. package/dist/api/testResultsApi.js +3 -3
  16. package/dist/api/testResultsApi.js.map +1 -1
  17. package/dist/model/apiExternalServiceCategory.d.ts +4 -0
  18. package/dist/model/apiExternalServiceCategory.js +9 -0
  19. package/dist/model/apiExternalServiceCategory.js.map +1 -0
  20. package/dist/model/{autoTestAverageDurationModel.d.ts → autoTestAverageDurationApiResult.d.ts} +1 -1
  21. package/dist/model/autoTestAverageDurationApiResult.js +23 -0
  22. package/dist/model/autoTestAverageDurationApiResult.js.map +1 -0
  23. package/dist/model/{autoTestPostModel.d.ts → autoTestCreateApiModel.d.ts} +16 -16
  24. package/dist/model/{autoTestPostModel.js → autoTestCreateApiModel.js} +37 -37
  25. package/dist/model/autoTestCreateApiModel.js.map +1 -0
  26. package/dist/model/{autoTestNamespaceModel.d.ts → autoTestNamespaceApiResult.d.ts} +2 -2
  27. package/dist/model/autoTestNamespaceApiResult.js +23 -0
  28. package/dist/model/autoTestNamespaceApiResult.js.map +1 -0
  29. package/dist/model/autoTestStepApiModel.d.ts +16 -0
  30. package/dist/model/autoTestStepApiModel.js +28 -0
  31. package/dist/model/autoTestStepApiModel.js.map +1 -0
  32. package/dist/model/{autoTestPutModel.d.ts → autoTestUpdateApiModel.d.ts} +12 -12
  33. package/dist/model/{autoTestPutModel.js → autoTestUpdateApiModel.js} +27 -27
  34. package/dist/model/autoTestUpdateApiModel.js.map +1 -0
  35. package/dist/model/{workItemIdentifierModel.d.ts → autoTestWorkItemIdentifierApiResult.d.ts} +1 -1
  36. package/dist/model/autoTestWorkItemIdentifierApiResult.js +23 -0
  37. package/dist/model/autoTestWorkItemIdentifierApiResult.js.map +1 -0
  38. package/dist/model/backgroundJobType.d.ts +3 -1
  39. package/dist/model/backgroundJobType.js +2 -0
  40. package/dist/model/backgroundJobType.js.map +1 -1
  41. package/dist/model/configurationExtractionApiModel.d.ts +16 -0
  42. package/dist/model/configurationExtractionApiModel.js +23 -0
  43. package/dist/model/configurationExtractionApiModel.js.map +1 -0
  44. package/dist/model/configurationFilterApiModel.d.ts +17 -0
  45. package/dist/model/configurationFilterApiModel.js +33 -0
  46. package/dist/model/configurationFilterApiModel.js.map +1 -0
  47. package/dist/model/configurationSelectApiModel.d.ts +17 -0
  48. package/dist/model/configurationSelectApiModel.js +23 -0
  49. package/dist/model/configurationSelectApiModel.js.map +1 -0
  50. package/dist/model/customAttributeApiResult.d.ts +25 -0
  51. package/dist/model/customAttributeApiResult.js +53 -0
  52. package/dist/model/customAttributeApiResult.js.map +1 -0
  53. package/dist/model/customAttributeOptionApiResult.d.ts +17 -0
  54. package/dist/model/customAttributeOptionApiResult.js +33 -0
  55. package/dist/model/customAttributeOptionApiResult.js.map +1 -0
  56. package/dist/model/customAttributeType.d.ts +8 -0
  57. package/dist/model/customAttributeType.js +13 -0
  58. package/dist/model/customAttributeType.js.map +1 -0
  59. package/dist/model/enableProjectExternalServiceApiModel.d.ts +1 -1
  60. package/dist/model/externalServiceMetadataApiResult.d.ts +2 -2
  61. package/dist/model/externalServiceMetadataApiResult.js +1 -1
  62. package/dist/model/externalServiceMetadataApiResult.js.map +1 -1
  63. package/dist/model/{labelPostModel.d.ts → labelApiModel.d.ts} +1 -1
  64. package/dist/model/labelApiModel.js +18 -0
  65. package/dist/model/labelApiModel.js.map +1 -0
  66. package/dist/model/linkCreateApiModel.d.ts +21 -0
  67. package/dist/model/linkCreateApiModel.js +38 -0
  68. package/dist/model/linkCreateApiModel.js.map +1 -0
  69. package/dist/model/linkUpdateApiModel.d.ts +22 -0
  70. package/dist/model/linkUpdateApiModel.js +43 -0
  71. package/dist/model/linkUpdateApiModel.js.map +1 -0
  72. package/dist/model/models.d.ts +18 -9
  73. package/dist/model/models.js +54 -27
  74. package/dist/model/models.js.map +1 -1
  75. package/dist/model/projectApiResult.d.ts +36 -0
  76. package/dist/model/projectApiResult.js +108 -0
  77. package/dist/model/projectApiResult.js.map +1 -0
  78. package/dist/model/projectTestPlansFilterModel.d.ts +1 -0
  79. package/dist/model/projectTestPlansFilterModel.js +5 -0
  80. package/dist/model/projectTestPlansFilterModel.js.map +1 -1
  81. package/dist/model/replaceProjectExternalServiceApiModel.d.ts +1 -1
  82. package/dist/model/testPlanTestPointsStatusCodeGroupApiResult.d.ts +16 -0
  83. package/dist/model/testPlanTestPointsStatusCodeGroupApiResult.js +28 -0
  84. package/dist/model/testPlanTestPointsStatusCodeGroupApiResult.js.map +1 -0
  85. package/dist/model/testPlanTestPointsStatusTypeGroupApiResult.d.ts +2 -1
  86. package/dist/model/testPlanTestPointsStatusTypeGroupApiResult.js +3 -3
  87. package/dist/model/testPlanTestPointsStatusTypeGroupApiResult.js.map +1 -1
  88. package/dist/model/testPlanTestPointsTesterAndStatusTypeGroupApiResult.d.ts +2 -1
  89. package/dist/model/testPlanTestPointsTesterAndStatusTypeGroupApiResult.js +3 -3
  90. package/dist/model/testPlanTestPointsTesterAndStatusTypeGroupApiResult.js.map +1 -1
  91. package/dist/model/testResultShortResponse.d.ts +1 -1
  92. package/package.json +2 -2
  93. package/dist/api/testStatusesApi.d.ts +0 -89
  94. package/dist/api/testStatusesApi.js +0 -524
  95. package/dist/api/testStatusesApi.js.map +0 -1
  96. package/dist/api/workflowsApi.d.ts +0 -101
  97. package/dist/api/workflowsApi.js +0 -590
  98. package/dist/api/workflowsApi.js.map +0 -1
  99. package/dist/model/autoTestAverageDurationModel.js +0 -23
  100. package/dist/model/autoTestAverageDurationModel.js.map +0 -1
  101. package/dist/model/autoTestNamespaceModel.js +0 -23
  102. package/dist/model/autoTestNamespaceModel.js.map +0 -1
  103. package/dist/model/autoTestPostModel.js.map +0 -1
  104. package/dist/model/autoTestPutModel.js.map +0 -1
  105. package/dist/model/externalServiceCategoryApiResult.d.ts +0 -4
  106. package/dist/model/externalServiceCategoryApiResult.js +0 -9
  107. package/dist/model/externalServiceCategoryApiResult.js.map +0 -1
  108. package/dist/model/labelPostModel.js +0 -18
  109. package/dist/model/labelPostModel.js.map +0 -1
  110. package/dist/model/publicTestPointModel.d.ts +0 -20
  111. package/dist/model/publicTestPointModel.js +0 -43
  112. package/dist/model/publicTestPointModel.js.map +0 -1
  113. package/dist/model/publicTestRunModel.d.ts +0 -32
  114. package/dist/model/publicTestRunModel.js +0 -78
  115. package/dist/model/publicTestRunModel.js.map +0 -1
  116. package/dist/model/workItemIdentifierModel.js +0 -23
  117. package/dist/model/workItemIdentifierModel.js.map +0 -1
@@ -1,27 +1,27 @@
1
- import { AutoTestStepModel } from './autoTestStepModel';
2
- import { LabelPostModel } from './labelPostModel';
3
- import { LinkPostModel } from './linkPostModel';
4
- export declare class AutoTestPostModel {
5
- 'workItemIdsForLinkWithAutoTest'?: Array<string> | null;
6
- 'workItemIds'?: Array<string> | null;
7
- 'shouldCreateWorkItem'?: boolean | null;
8
- 'attributes'?: {
9
- [key: string]: any;
10
- } | null;
1
+ import { AutoTestStepApiModel } from './autoTestStepApiModel';
2
+ import { LabelApiModel } from './labelApiModel';
3
+ import { LinkCreateApiModel } from './linkCreateApiModel';
4
+ export declare class AutoTestCreateApiModel {
11
5
  'externalId': string;
12
- 'links'?: Array<LinkPostModel> | null;
6
+ 'externalKey'?: string | null;
13
7
  'projectId': string;
14
8
  'name': string;
15
9
  'namespace'?: string | null;
16
10
  'classname'?: string | null;
17
- 'steps'?: Array<AutoTestStepModel> | null;
18
- 'setup'?: Array<AutoTestStepModel> | null;
19
- 'teardown'?: Array<AutoTestStepModel> | null;
11
+ 'steps'?: Array<AutoTestStepApiModel> | null;
12
+ 'setup'?: Array<AutoTestStepApiModel> | null;
13
+ 'teardown'?: Array<AutoTestStepApiModel> | null;
20
14
  'title'?: string | null;
21
15
  'description'?: string | null;
22
- 'labels'?: Array<LabelPostModel> | null;
16
+ 'labels'?: Array<LabelApiModel> | null;
17
+ 'links'?: Array<LinkCreateApiModel> | null;
23
18
  'isFlaky'?: boolean | null;
24
- 'externalKey'?: string | null;
19
+ 'workItemIdsForLinkWithAutoTest'?: Array<string> | null;
20
+ 'workItemIds'?: Array<string> | null;
21
+ 'shouldCreateWorkItem'?: boolean | null;
22
+ 'attributes'?: {
23
+ [key: string]: any;
24
+ } | null;
25
25
  static discriminator: string | undefined;
26
26
  static attributeTypeMap: Array<{
27
27
  name: string;
@@ -1,43 +1,23 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AutoTestPostModel = void 0;
4
- class AutoTestPostModel {
3
+ exports.AutoTestCreateApiModel = void 0;
4
+ class AutoTestCreateApiModel {
5
5
  static getAttributeTypeMap() {
6
- return AutoTestPostModel.attributeTypeMap;
6
+ return AutoTestCreateApiModel.attributeTypeMap;
7
7
  }
8
8
  }
9
- exports.AutoTestPostModel = AutoTestPostModel;
10
- AutoTestPostModel.discriminator = undefined;
11
- AutoTestPostModel.attributeTypeMap = [
12
- {
13
- "name": "workItemIdsForLinkWithAutoTest",
14
- "baseName": "workItemIdsForLinkWithAutoTest",
15
- "type": "Array<string>"
16
- },
17
- {
18
- "name": "workItemIds",
19
- "baseName": "workItemIds",
20
- "type": "Array<string>"
21
- },
22
- {
23
- "name": "shouldCreateWorkItem",
24
- "baseName": "shouldCreateWorkItem",
25
- "type": "boolean"
26
- },
27
- {
28
- "name": "attributes",
29
- "baseName": "attributes",
30
- "type": "{ [key: string]: any; }"
31
- },
9
+ exports.AutoTestCreateApiModel = AutoTestCreateApiModel;
10
+ AutoTestCreateApiModel.discriminator = undefined;
11
+ AutoTestCreateApiModel.attributeTypeMap = [
32
12
  {
33
13
  "name": "externalId",
34
14
  "baseName": "externalId",
35
15
  "type": "string"
36
16
  },
37
17
  {
38
- "name": "links",
39
- "baseName": "links",
40
- "type": "Array<LinkPostModel>"
18
+ "name": "externalKey",
19
+ "baseName": "externalKey",
20
+ "type": "string"
41
21
  },
42
22
  {
43
23
  "name": "projectId",
@@ -62,17 +42,17 @@ AutoTestPostModel.attributeTypeMap = [
62
42
  {
63
43
  "name": "steps",
64
44
  "baseName": "steps",
65
- "type": "Array<AutoTestStepModel>"
45
+ "type": "Array<AutoTestStepApiModel>"
66
46
  },
67
47
  {
68
48
  "name": "setup",
69
49
  "baseName": "setup",
70
- "type": "Array<AutoTestStepModel>"
50
+ "type": "Array<AutoTestStepApiModel>"
71
51
  },
72
52
  {
73
53
  "name": "teardown",
74
54
  "baseName": "teardown",
75
- "type": "Array<AutoTestStepModel>"
55
+ "type": "Array<AutoTestStepApiModel>"
76
56
  },
77
57
  {
78
58
  "name": "title",
@@ -87,7 +67,12 @@ AutoTestPostModel.attributeTypeMap = [
87
67
  {
88
68
  "name": "labels",
89
69
  "baseName": "labels",
90
- "type": "Array<LabelPostModel>"
70
+ "type": "Array<LabelApiModel>"
71
+ },
72
+ {
73
+ "name": "links",
74
+ "baseName": "links",
75
+ "type": "Array<LinkCreateApiModel>"
91
76
  },
92
77
  {
93
78
  "name": "isFlaky",
@@ -95,9 +80,24 @@ AutoTestPostModel.attributeTypeMap = [
95
80
  "type": "boolean"
96
81
  },
97
82
  {
98
- "name": "externalKey",
99
- "baseName": "externalKey",
100
- "type": "string"
83
+ "name": "workItemIdsForLinkWithAutoTest",
84
+ "baseName": "workItemIdsForLinkWithAutoTest",
85
+ "type": "Array<string>"
86
+ },
87
+ {
88
+ "name": "workItemIds",
89
+ "baseName": "workItemIds",
90
+ "type": "Array<string>"
91
+ },
92
+ {
93
+ "name": "shouldCreateWorkItem",
94
+ "baseName": "shouldCreateWorkItem",
95
+ "type": "boolean"
96
+ },
97
+ {
98
+ "name": "attributes",
99
+ "baseName": "attributes",
100
+ "type": "{ [key: string]: any; }"
101
101
  }
102
102
  ];
103
- //# sourceMappingURL=autoTestPostModel.js.map
103
+ //# sourceMappingURL=autoTestCreateApiModel.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"autoTestCreateApiModel.js","sourceRoot":"","sources":["../../src/model/autoTestCreateApiModel.ts"],"names":[],"mappings":";;;AAiBA,MAAa,sBAAsB;IA0K/B,MAAM,CAAC,mBAAmB;QACtB,OAAO,sBAAsB,CAAC,gBAAgB,CAAC;IACnD,CAAC;;AA5KL,wDA6KC;AAjGU,oCAAa,GAAuB,SAAS,CAAC;AAE9C,uCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,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,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,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,6BAA6B;KACxC;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,6BAA6B;KACxC;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,6BAA6B;KACxC;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,sBAAsB;KACjC;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,2BAA2B;KACtC;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,gCAAgC;QACxC,UAAU,EAAE,gCAAgC;QAC5C,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,sBAAsB;QAC9B,UAAU,EAAE,sBAAsB;QAClC,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,yBAAyB;KACpC;CAAK,CAAC"}
@@ -1,6 +1,6 @@
1
- export declare class AutoTestNamespaceModel {
1
+ export declare class AutoTestNamespaceApiResult {
2
2
  'name'?: string | null;
3
- 'classes'?: Array<string> | null;
3
+ 'classes': Array<string>;
4
4
  static discriminator: string | undefined;
5
5
  static attributeTypeMap: Array<{
6
6
  name: string;
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AutoTestNamespaceApiResult = void 0;
4
+ class AutoTestNamespaceApiResult {
5
+ static getAttributeTypeMap() {
6
+ return AutoTestNamespaceApiResult.attributeTypeMap;
7
+ }
8
+ }
9
+ exports.AutoTestNamespaceApiResult = AutoTestNamespaceApiResult;
10
+ AutoTestNamespaceApiResult.discriminator = undefined;
11
+ AutoTestNamespaceApiResult.attributeTypeMap = [
12
+ {
13
+ "name": "name",
14
+ "baseName": "name",
15
+ "type": "string"
16
+ },
17
+ {
18
+ "name": "classes",
19
+ "baseName": "classes",
20
+ "type": "Array<string>"
21
+ }
22
+ ];
23
+ //# sourceMappingURL=autoTestNamespaceApiResult.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"autoTestNamespaceApiResult.js","sourceRoot":"","sources":["../../src/model/autoTestNamespaceApiResult.ts"],"names":[],"mappings":";;;AAcA,MAAa,0BAA0B;IAwBnC,MAAM,CAAC,mBAAmB;QACtB,OAAO,0BAA0B,CAAC,gBAAgB,CAAC;IACvD,CAAC;;AA1BL,gEA2BC;AAjBU,wCAAa,GAAuB,SAAS,CAAC;AAE9C,2CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,eAAe;KAC1B;CAAK,CAAC"}
@@ -0,0 +1,16 @@
1
+ export declare class AutoTestStepApiModel {
2
+ 'title': string;
3
+ 'description'?: string | null;
4
+ 'steps'?: Array<AutoTestStepApiModel> | null;
5
+ static discriminator: string | undefined;
6
+ static attributeTypeMap: Array<{
7
+ name: string;
8
+ baseName: string;
9
+ type: string;
10
+ }>;
11
+ static getAttributeTypeMap(): {
12
+ name: string;
13
+ baseName: string;
14
+ type: string;
15
+ }[];
16
+ }
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AutoTestStepApiModel = void 0;
4
+ class AutoTestStepApiModel {
5
+ static getAttributeTypeMap() {
6
+ return AutoTestStepApiModel.attributeTypeMap;
7
+ }
8
+ }
9
+ exports.AutoTestStepApiModel = AutoTestStepApiModel;
10
+ AutoTestStepApiModel.discriminator = undefined;
11
+ AutoTestStepApiModel.attributeTypeMap = [
12
+ {
13
+ "name": "title",
14
+ "baseName": "title",
15
+ "type": "string"
16
+ },
17
+ {
18
+ "name": "description",
19
+ "baseName": "description",
20
+ "type": "string"
21
+ },
22
+ {
23
+ "name": "steps",
24
+ "baseName": "steps",
25
+ "type": "Array<AutoTestStepApiModel>"
26
+ }
27
+ ];
28
+ //# sourceMappingURL=autoTestStepApiModel.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"autoTestStepApiModel.js","sourceRoot":"","sources":["../../src/model/autoTestStepApiModel.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,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;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,6BAA6B;KACxC;CAAK,CAAC"}
@@ -1,24 +1,24 @@
1
- import { AutoTestStepModel } from './autoTestStepModel';
2
- import { LabelPostModel } from './labelPostModel';
3
- import { LinkPutModel } from './linkPutModel';
4
- export declare class AutoTestPutModel {
1
+ import { AutoTestStepApiModel } from './autoTestStepApiModel';
2
+ import { LabelApiModel } from './labelApiModel';
3
+ import { LinkUpdateApiModel } from './linkUpdateApiModel';
4
+ export declare class AutoTestUpdateApiModel {
5
5
  'id'?: string | null;
6
- 'workItemIdsForLinkWithAutoTest'?: Array<string> | null;
7
- 'workItemIds'?: Array<string> | null;
8
6
  'externalId': string;
9
- 'links'?: Array<LinkPutModel> | null;
7
+ 'externalKey'?: string | null;
10
8
  'projectId': string;
11
9
  'name': string;
12
10
  'namespace'?: string | null;
13
11
  'classname'?: string | null;
14
- 'steps'?: Array<AutoTestStepModel> | null;
15
- 'setup'?: Array<AutoTestStepModel> | null;
16
- 'teardown'?: Array<AutoTestStepModel> | null;
12
+ 'steps'?: Array<AutoTestStepApiModel> | null;
13
+ 'setup'?: Array<AutoTestStepApiModel> | null;
14
+ 'teardown'?: Array<AutoTestStepApiModel> | null;
17
15
  'title'?: string | null;
18
16
  'description'?: string | null;
19
- 'labels'?: Array<LabelPostModel> | null;
17
+ 'labels'?: Array<LabelApiModel> | null;
18
+ 'links'?: Array<LinkUpdateApiModel> | null;
20
19
  'isFlaky'?: boolean | null;
21
- 'externalKey'?: string | null;
20
+ 'workItemIdsForLinkWithAutoTest'?: Array<string> | null;
21
+ 'workItemIds'?: Array<string> | null;
22
22
  static discriminator: string | undefined;
23
23
  static attributeTypeMap: Array<{
24
24
  name: string;
@@ -1,38 +1,28 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AutoTestPutModel = void 0;
4
- class AutoTestPutModel {
3
+ exports.AutoTestUpdateApiModel = void 0;
4
+ class AutoTestUpdateApiModel {
5
5
  static getAttributeTypeMap() {
6
- return AutoTestPutModel.attributeTypeMap;
6
+ return AutoTestUpdateApiModel.attributeTypeMap;
7
7
  }
8
8
  }
9
- exports.AutoTestPutModel = AutoTestPutModel;
10
- AutoTestPutModel.discriminator = undefined;
11
- AutoTestPutModel.attributeTypeMap = [
9
+ exports.AutoTestUpdateApiModel = AutoTestUpdateApiModel;
10
+ AutoTestUpdateApiModel.discriminator = undefined;
11
+ AutoTestUpdateApiModel.attributeTypeMap = [
12
12
  {
13
13
  "name": "id",
14
14
  "baseName": "id",
15
15
  "type": "string"
16
16
  },
17
- {
18
- "name": "workItemIdsForLinkWithAutoTest",
19
- "baseName": "workItemIdsForLinkWithAutoTest",
20
- "type": "Array<string>"
21
- },
22
- {
23
- "name": "workItemIds",
24
- "baseName": "workItemIds",
25
- "type": "Array<string>"
26
- },
27
17
  {
28
18
  "name": "externalId",
29
19
  "baseName": "externalId",
30
20
  "type": "string"
31
21
  },
32
22
  {
33
- "name": "links",
34
- "baseName": "links",
35
- "type": "Array<LinkPutModel>"
23
+ "name": "externalKey",
24
+ "baseName": "externalKey",
25
+ "type": "string"
36
26
  },
37
27
  {
38
28
  "name": "projectId",
@@ -57,17 +47,17 @@ AutoTestPutModel.attributeTypeMap = [
57
47
  {
58
48
  "name": "steps",
59
49
  "baseName": "steps",
60
- "type": "Array<AutoTestStepModel>"
50
+ "type": "Array<AutoTestStepApiModel>"
61
51
  },
62
52
  {
63
53
  "name": "setup",
64
54
  "baseName": "setup",
65
- "type": "Array<AutoTestStepModel>"
55
+ "type": "Array<AutoTestStepApiModel>"
66
56
  },
67
57
  {
68
58
  "name": "teardown",
69
59
  "baseName": "teardown",
70
- "type": "Array<AutoTestStepModel>"
60
+ "type": "Array<AutoTestStepApiModel>"
71
61
  },
72
62
  {
73
63
  "name": "title",
@@ -82,7 +72,12 @@ AutoTestPutModel.attributeTypeMap = [
82
72
  {
83
73
  "name": "labels",
84
74
  "baseName": "labels",
85
- "type": "Array<LabelPostModel>"
75
+ "type": "Array<LabelApiModel>"
76
+ },
77
+ {
78
+ "name": "links",
79
+ "baseName": "links",
80
+ "type": "Array<LinkUpdateApiModel>"
86
81
  },
87
82
  {
88
83
  "name": "isFlaky",
@@ -90,9 +85,14 @@ AutoTestPutModel.attributeTypeMap = [
90
85
  "type": "boolean"
91
86
  },
92
87
  {
93
- "name": "externalKey",
94
- "baseName": "externalKey",
95
- "type": "string"
88
+ "name": "workItemIdsForLinkWithAutoTest",
89
+ "baseName": "workItemIdsForLinkWithAutoTest",
90
+ "type": "Array<string>"
91
+ },
92
+ {
93
+ "name": "workItemIds",
94
+ "baseName": "workItemIds",
95
+ "type": "Array<string>"
96
96
  }
97
97
  ];
98
- //# sourceMappingURL=autoTestPutModel.js.map
98
+ //# sourceMappingURL=autoTestUpdateApiModel.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"autoTestUpdateApiModel.js","sourceRoot":"","sources":["../../src/model/autoTestUpdateApiModel.ts"],"names":[],"mappings":";;;AAiBA,MAAa,sBAAsB;IAiK/B,MAAM,CAAC,mBAAmB;QACtB,OAAO,sBAAsB,CAAC,gBAAgB,CAAC;IACnD,CAAC;;AAnKL,wDAoKC;AA5FU,oCAAa,GAAuB,SAAS,CAAC;AAE9C,uCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,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,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,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,6BAA6B;KACxC;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,6BAA6B;KACxC;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,6BAA6B;KACxC;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,sBAAsB;KACjC;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,2BAA2B;KACtC;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,gCAAgC;QACxC,UAAU,EAAE,gCAAgC;QAC5C,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,eAAe;KAC1B;CAAK,CAAC"}
@@ -1,4 +1,4 @@
1
- export declare class WorkItemIdentifierModel {
1
+ export declare class AutoTestWorkItemIdentifierApiResult {
2
2
  'id': string;
3
3
  'globalId': number;
4
4
  static discriminator: string | undefined;
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AutoTestWorkItemIdentifierApiResult = void 0;
4
+ class AutoTestWorkItemIdentifierApiResult {
5
+ static getAttributeTypeMap() {
6
+ return AutoTestWorkItemIdentifierApiResult.attributeTypeMap;
7
+ }
8
+ }
9
+ exports.AutoTestWorkItemIdentifierApiResult = AutoTestWorkItemIdentifierApiResult;
10
+ AutoTestWorkItemIdentifierApiResult.discriminator = undefined;
11
+ AutoTestWorkItemIdentifierApiResult.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
+ //# sourceMappingURL=autoTestWorkItemIdentifierApiResult.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"autoTestWorkItemIdentifierApiResult.js","sourceRoot":"","sources":["../../src/model/autoTestWorkItemIdentifierApiResult.ts"],"names":[],"mappings":";;;AAcA,MAAa,mCAAmC;IAwB5C,MAAM,CAAC,mBAAmB;QACtB,OAAO,mCAAmC,CAAC,gBAAgB,CAAC;IAChE,CAAC;;AA1BL,kFA2BC;AAjBU,iDAAa,GAAuB,SAAS,CAAC;AAE9C,oDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
@@ -2,6 +2,7 @@ export declare enum BackgroundJobType {
2
2
  ExportXlsxTestResultsByTestPlan,
3
3
  ExportXlsxWorkItemsByProject,
4
4
  ExportXlsxTestPointsByTestPlan,
5
+ ExportXlsxWorkItemLinks,
5
6
  ExportJsonProject,
6
7
  ExportZipProject,
7
8
  ExportJsonProjectWithTestPlans,
@@ -14,5 +15,6 @@ export declare enum BackgroundJobType {
14
15
  ExportProjects,
15
16
  ImportProjects,
16
17
  PurgeEntities,
17
- DeleteCompletedJobs
18
+ DeleteCompletedJobs,
19
+ CopySections
18
20
  }
@@ -6,6 +6,7 @@ var BackgroundJobType;
6
6
  BackgroundJobType[BackgroundJobType["ExportXlsxTestResultsByTestPlan"] = 'ExportXlsxTestResultsByTestPlan'] = "ExportXlsxTestResultsByTestPlan";
7
7
  BackgroundJobType[BackgroundJobType["ExportXlsxWorkItemsByProject"] = 'ExportXlsxWorkItemsByProject'] = "ExportXlsxWorkItemsByProject";
8
8
  BackgroundJobType[BackgroundJobType["ExportXlsxTestPointsByTestPlan"] = 'ExportXlsxTestPointsByTestPlan'] = "ExportXlsxTestPointsByTestPlan";
9
+ BackgroundJobType[BackgroundJobType["ExportXlsxWorkItemLinks"] = 'ExportXlsxWorkItemLinks'] = "ExportXlsxWorkItemLinks";
9
10
  BackgroundJobType[BackgroundJobType["ExportJsonProject"] = 'ExportJsonProject'] = "ExportJsonProject";
10
11
  BackgroundJobType[BackgroundJobType["ExportZipProject"] = 'ExportZipProject'] = "ExportZipProject";
11
12
  BackgroundJobType[BackgroundJobType["ExportJsonProjectWithTestPlans"] = 'ExportJsonProjectWithTestPlans'] = "ExportJsonProjectWithTestPlans";
@@ -19,5 +20,6 @@ var BackgroundJobType;
19
20
  BackgroundJobType[BackgroundJobType["ImportProjects"] = 'ImportProjects'] = "ImportProjects";
20
21
  BackgroundJobType[BackgroundJobType["PurgeEntities"] = 'PurgeEntities'] = "PurgeEntities";
21
22
  BackgroundJobType[BackgroundJobType["DeleteCompletedJobs"] = 'DeleteCompletedJobs'] = "DeleteCompletedJobs";
23
+ BackgroundJobType[BackgroundJobType["CopySections"] = 'CopySections'] = "CopySections";
22
24
  })(BackgroundJobType = exports.BackgroundJobType || (exports.BackgroundJobType = {}));
23
25
  //# sourceMappingURL=backgroundJobType.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"backgroundJobType.js","sourceRoot":"","sources":["../../src/model/backgroundJobType.ts"],"names":[],"mappings":";;;AAcA,IAAY,iBAiBX;AAjBD,WAAY,iBAAiB;IACzB,yEAAwC,iCAAiC,qCAAA,CAAA;IACzE,sEAAqC,8BAA8B,kCAAA,CAAA;IACnE,wEAAuC,gCAAgC,oCAAA,CAAA;IACvE,2DAA0B,mBAAmB,uBAAA,CAAA;IAC7C,0DAAyB,kBAAkB,sBAAA,CAAA;IAC3C,wEAAuC,gCAAgC,oCAAA,CAAA;IACvE,uEAAsC,+BAA+B,mCAAA,CAAA;IACrE,2DAA0B,mBAAmB,uBAAA,CAAA;IAC7C,0DAAyB,kBAAkB,sBAAA,CAAA;IAC3C,2DAA0B,mBAAmB,uBAAA,CAAA;IAC7C,kEAAiC,0BAA0B,8BAAA,CAAA;IAC3D,sDAAqB,cAAc,kBAAA,CAAA;IACnC,wDAAuB,gBAAgB,oBAAA,CAAA;IACvC,wDAAuB,gBAAgB,oBAAA,CAAA;IACvC,uDAAsB,eAAe,mBAAA,CAAA;IACrC,6DAA4B,qBAAqB,yBAAA,CAAA;AACrD,CAAC,EAjBW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAiB5B"}
1
+ {"version":3,"file":"backgroundJobType.js","sourceRoot":"","sources":["../../src/model/backgroundJobType.ts"],"names":[],"mappings":";;;AAcA,IAAY,iBAmBX;AAnBD,WAAY,iBAAiB;IACzB,yEAAwC,iCAAiC,qCAAA,CAAA;IACzE,sEAAqC,8BAA8B,kCAAA,CAAA;IACnE,wEAAuC,gCAAgC,oCAAA,CAAA;IACvE,iEAAgC,yBAAyB,6BAAA,CAAA;IACzD,2DAA0B,mBAAmB,uBAAA,CAAA;IAC7C,0DAAyB,kBAAkB,sBAAA,CAAA;IAC3C,wEAAuC,gCAAgC,oCAAA,CAAA;IACvE,uEAAsC,+BAA+B,mCAAA,CAAA;IACrE,2DAA0B,mBAAmB,uBAAA,CAAA;IAC7C,0DAAyB,kBAAkB,sBAAA,CAAA;IAC3C,2DAA0B,mBAAmB,uBAAA,CAAA;IAC7C,kEAAiC,0BAA0B,8BAAA,CAAA;IAC3D,sDAAqB,cAAc,kBAAA,CAAA;IACnC,wDAAuB,gBAAgB,oBAAA,CAAA;IACvC,wDAAuB,gBAAgB,oBAAA,CAAA;IACvC,uDAAsB,eAAe,mBAAA,CAAA;IACrC,6DAA4B,qBAAqB,yBAAA,CAAA;IACjD,sDAAqB,cAAc,kBAAA,CAAA;AACvC,CAAC,EAnBW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAmB5B"}
@@ -0,0 +1,16 @@
1
+ import { GuidExtractionModel } from './guidExtractionModel';
2
+ export declare class ConfigurationExtractionApiModel {
3
+ 'ids'?: GuidExtractionModel | null;
4
+ 'projectIds'?: GuidExtractionModel | null;
5
+ static discriminator: string | undefined;
6
+ static attributeTypeMap: Array<{
7
+ name: string;
8
+ baseName: string;
9
+ type: string;
10
+ }>;
11
+ static getAttributeTypeMap(): {
12
+ name: string;
13
+ baseName: string;
14
+ type: string;
15
+ }[];
16
+ }
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ConfigurationExtractionApiModel = void 0;
4
+ class ConfigurationExtractionApiModel {
5
+ static getAttributeTypeMap() {
6
+ return ConfigurationExtractionApiModel.attributeTypeMap;
7
+ }
8
+ }
9
+ exports.ConfigurationExtractionApiModel = ConfigurationExtractionApiModel;
10
+ ConfigurationExtractionApiModel.discriminator = undefined;
11
+ ConfigurationExtractionApiModel.attributeTypeMap = [
12
+ {
13
+ "name": "ids",
14
+ "baseName": "ids",
15
+ "type": "GuidExtractionModel"
16
+ },
17
+ {
18
+ "name": "projectIds",
19
+ "baseName": "projectIds",
20
+ "type": "GuidExtractionModel"
21
+ }
22
+ ];
23
+ //# sourceMappingURL=configurationExtractionApiModel.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"configurationExtractionApiModel.js","sourceRoot":"","sources":["../../src/model/configurationExtractionApiModel.ts"],"names":[],"mappings":";;;AAeA,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,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,qBAAqB;KAChC;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,qBAAqB;KAChC;CAAK,CAAC"}
@@ -0,0 +1,17 @@
1
+ export declare class ConfigurationFilterApiModel {
2
+ 'projectIds'?: Array<string> | null;
3
+ 'name'?: string | null;
4
+ 'isDeleted'?: boolean | null;
5
+ 'globalIds'?: Array<number> | null;
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.ConfigurationFilterApiModel = void 0;
4
+ class ConfigurationFilterApiModel {
5
+ static getAttributeTypeMap() {
6
+ return ConfigurationFilterApiModel.attributeTypeMap;
7
+ }
8
+ }
9
+ exports.ConfigurationFilterApiModel = ConfigurationFilterApiModel;
10
+ ConfigurationFilterApiModel.discriminator = undefined;
11
+ ConfigurationFilterApiModel.attributeTypeMap = [
12
+ {
13
+ "name": "projectIds",
14
+ "baseName": "projectIds",
15
+ "type": "Array<string>"
16
+ },
17
+ {
18
+ "name": "name",
19
+ "baseName": "name",
20
+ "type": "string"
21
+ },
22
+ {
23
+ "name": "isDeleted",
24
+ "baseName": "isDeleted",
25
+ "type": "boolean"
26
+ },
27
+ {
28
+ "name": "globalIds",
29
+ "baseName": "globalIds",
30
+ "type": "Array<number>"
31
+ }
32
+ ];
33
+ //# sourceMappingURL=configurationFilterApiModel.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"configurationFilterApiModel.js","sourceRoot":"","sources":["../../src/model/configurationFilterApiModel.ts"],"names":[],"mappings":";;;AAcA,MAAa,2BAA2B;IA0CpC,MAAM,CAAC,mBAAmB;QACtB,OAAO,2BAA2B,CAAC,gBAAgB,CAAC;IACxD,CAAC;;AA5CL,kEA6CC;AA3BU,yCAAa,GAAuB,SAAS,CAAC;AAE9C,4CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,eAAe;KAC1B;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,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,eAAe;KAC1B;CAAK,CAAC"}
@@ -0,0 +1,17 @@
1
+ import { ConfigurationExtractionApiModel } from './configurationExtractionApiModel';
2
+ import { ConfigurationFilterApiModel } from './configurationFilterApiModel';
3
+ export declare class ConfigurationSelectApiModel {
4
+ 'filter'?: ConfigurationFilterApiModel | null;
5
+ 'extractionModel'?: ConfigurationExtractionApiModel | null;
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,23 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ConfigurationSelectApiModel = void 0;
4
+ class ConfigurationSelectApiModel {
5
+ static getAttributeTypeMap() {
6
+ return ConfigurationSelectApiModel.attributeTypeMap;
7
+ }
8
+ }
9
+ exports.ConfigurationSelectApiModel = ConfigurationSelectApiModel;
10
+ ConfigurationSelectApiModel.discriminator = undefined;
11
+ ConfigurationSelectApiModel.attributeTypeMap = [
12
+ {
13
+ "name": "filter",
14
+ "baseName": "filter",
15
+ "type": "ConfigurationFilterApiModel"
16
+ },
17
+ {
18
+ "name": "extractionModel",
19
+ "baseName": "extractionModel",
20
+ "type": "ConfigurationExtractionApiModel"
21
+ }
22
+ ];
23
+ //# sourceMappingURL=configurationSelectApiModel.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"configurationSelectApiModel.js","sourceRoot":"","sources":["../../src/model/configurationSelectApiModel.ts"],"names":[],"mappings":";;;AAgBA,MAAa,2BAA2B;IAwBpC,MAAM,CAAC,mBAAmB;QACtB,OAAO,2BAA2B,CAAC,gBAAgB,CAAC;IACxD,CAAC;;AA1BL,kEA2BC;AAjBU,yCAAa,GAAuB,SAAS,CAAC;AAE9C,4CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,6BAA6B;KACxC;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,iCAAiC;KAC5C;CAAK,CAAC"}