testit-api-client 6.2.2-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.
- package/README.MD +3 -2
- package/dist/api/parametersApi.d.ts +1 -1
- package/dist/api/parametersApi.js +16 -1
- package/dist/api/parametersApi.js.map +1 -1
- package/dist/api/projectsApi.d.ts +11 -2
- package/dist/api/projectsApi.js +62 -1
- package/dist/api/projectsApi.js.map +1 -1
- package/dist/api/testPlansApi.d.ts +2 -2
- package/dist/api/testPlansApi.js +1 -1
- package/dist/api/testPlansApi.js.map +1 -1
- package/dist/api/testSuitesApi.d.ts +2 -1
- package/dist/api/testSuitesApi.js +1 -1
- package/dist/api/testSuitesApi.js.map +1 -1
- package/dist/api/workItemsApi.d.ts +9 -8
- package/dist/api/workItemsApi.js +41 -41
- package/dist/api/workItemsApi.js.map +1 -1
- package/dist/model/autoTestPostModel.d.ts +1 -0
- package/dist/model/autoTestPostModel.js +5 -0
- package/dist/model/autoTestPostModel.js.map +1 -1
- package/dist/model/autoTestPutModel.d.ts +1 -0
- package/dist/model/autoTestPutModel.js +5 -0
- package/dist/model/autoTestPutModel.js.map +1 -1
- package/dist/model/autoTestResultReasonGroupApiModel.d.ts +15 -0
- package/dist/model/autoTestResultReasonGroupApiModel.js +23 -0
- package/dist/model/autoTestResultReasonGroupApiModel.js.map +1 -0
- package/dist/model/autoTestResultReasonGroupApiResult.d.ts +16 -0
- package/dist/model/autoTestResultReasonGroupApiResult.js +28 -0
- package/dist/model/autoTestResultReasonGroupApiResult.js.map +1 -0
- package/dist/model/autoTestResultReasonGroupItemApiResult.d.ts +17 -0
- package/dist/model/autoTestResultReasonGroupItemApiResult.js +23 -0
- package/dist/model/autoTestResultReasonGroupItemApiResult.js.map +1 -0
- package/dist/model/autoTestResultReasonGroupItemApiResultReply.d.ts +16 -0
- package/dist/model/autoTestResultReasonGroupItemApiResultReply.js +23 -0
- package/dist/model/autoTestResultReasonGroupItemApiResultReply.js.map +1 -0
- package/dist/model/autoTestResultReasonGroupSearchApiModel.d.ts +17 -0
- package/dist/model/autoTestResultReasonGroupSearchApiModel.js +23 -0
- package/dist/model/autoTestResultReasonGroupSearchApiModel.js.map +1 -0
- package/dist/model/autoTestResultReasonProjectApiResult.d.ts +28 -0
- package/dist/model/{failureClassModel.js → autoTestResultReasonProjectApiResult.js} +29 -24
- package/dist/model/autoTestResultReasonProjectApiResult.js.map +1 -0
- package/dist/model/autoTestResultReasonsCountItemModel.d.ts +18 -0
- package/dist/model/autoTestResultReasonsCountItemModel.js +23 -0
- package/dist/model/autoTestResultReasonsCountItemModel.js.map +1 -0
- package/dist/model/autoTestResultReasonsCountModel.d.ts +15 -0
- package/dist/model/autoTestResultReasonsCountModel.js +18 -0
- package/dist/model/autoTestResultReasonsCountModel.js.map +1 -0
- package/dist/model/autoTestResultReasonsProjectApiResult.d.ts +28 -0
- package/dist/model/autoTestResultReasonsProjectApiResult.js +68 -0
- package/dist/model/autoTestResultReasonsProjectApiResult.js.map +1 -0
- package/dist/model/autotestResultReasonFilterModel.d.ts +19 -0
- package/dist/model/autotestResultReasonFilterModel.js +33 -0
- package/dist/model/autotestResultReasonFilterModel.js.map +1 -0
- package/dist/model/{failureClassModel.d.ts → autotestResultReasonShortGetModel.d.ts} +9 -9
- package/dist/model/autotestResultReasonShortGetModel.js +63 -0
- package/dist/model/autotestResultReasonShortGetModel.js.map +1 -0
- package/dist/model/availableFailureCategory.d.ts +5 -0
- package/dist/model/availableFailureCategory.js +10 -0
- package/dist/model/availableFailureCategory.js.map +1 -0
- package/dist/model/createAutoTestResultReasonProjectApiModel.d.ts +21 -0
- package/dist/model/createAutoTestResultReasonProjectApiModel.js +33 -0
- package/dist/model/createAutoTestResultReasonProjectApiModel.js.map +1 -0
- package/dist/model/createFailureClassRegexApiModel.d.ts +14 -0
- package/dist/model/createFailureClassRegexApiModel.js +18 -0
- package/dist/model/createFailureClassRegexApiModel.js.map +1 -0
- package/dist/model/createProjectFailureCategoryApiModel.d.ts +20 -0
- package/dist/model/createProjectFailureCategoryApiModel.js +28 -0
- package/dist/model/createProjectFailureCategoryApiModel.js.map +1 -0
- package/dist/model/createWorkItemApiModel.d.ts +14 -14
- package/dist/model/createWorkItemApiModel.js +44 -44
- package/dist/model/createWorkItemApiModel.js.map +1 -1
- package/dist/model/createWorkItemPreviewsApiModel.d.ts +2 -0
- package/dist/model/createWorkItemPreviewsApiModel.js +5 -0
- package/dist/model/createWorkItemPreviewsApiModel.js.map +1 -1
- package/dist/model/customAttributeApiResult.d.ts +25 -0
- package/dist/model/customAttributeApiResult.js +53 -0
- package/dist/model/customAttributeApiResult.js.map +1 -0
- package/dist/model/customAttributeOptionApiResult.d.ts +17 -0
- package/dist/model/customAttributeOptionApiResult.js +33 -0
- package/dist/model/customAttributeOptionApiResult.js.map +1 -0
- package/dist/model/customAttributeType.d.ts +8 -0
- package/dist/model/customAttributeType.js +13 -0
- package/dist/model/customAttributeType.js.map +1 -0
- package/dist/model/demoProjectApiResult.d.ts +0 -2
- package/dist/model/demoProjectApiResult.js +0 -10
- package/dist/model/demoProjectApiResult.js.map +1 -1
- package/dist/model/{failureClassRegexModel.d.ts → failureClassRegexApiResult.d.ts} +3 -3
- package/dist/model/{failureClassRegexModel.js → failureClassRegexApiResult.js} +17 -17
- package/dist/model/failureClassRegexApiResult.js.map +1 -0
- package/dist/model/generateWorkItemPreviewsApiResult.d.ts +2 -0
- package/dist/model/generateWorkItemPreviewsApiResult.js +5 -0
- package/dist/model/generateWorkItemPreviewsApiResult.js.map +1 -1
- package/dist/model/models.d.ts +38 -3
- package/dist/model/models.js +114 -9
- package/dist/model/models.js.map +1 -1
- package/dist/model/previewsIssueLinkApiModel.d.ts +15 -0
- package/dist/model/previewsIssueLinkApiModel.js +23 -0
- package/dist/model/previewsIssueLinkApiModel.js.map +1 -0
- package/dist/model/previewsIssueLinkApiResult.d.ts +15 -0
- package/dist/model/previewsIssueLinkApiResult.js +23 -0
- package/dist/model/previewsIssueLinkApiResult.js.map +1 -0
- package/dist/model/projectApiResult.d.ts +5 -5
- package/dist/model/projectApiResult.js +3 -3
- package/dist/model/projectApiResult.js.map +1 -1
- package/dist/model/projectDetailedFailureCategoryApiResult.d.ts +27 -0
- package/dist/model/projectDetailedFailureCategoryApiResult.js +63 -0
- package/dist/model/projectDetailedFailureCategoryApiResult.js.map +1 -0
- package/dist/model/projectFailureCategoryApiResult.d.ts +26 -0
- package/dist/model/projectFailureCategoryApiResult.js +63 -0
- package/dist/model/projectFailureCategoryApiResult.js.map +1 -0
- package/dist/model/projectFailureCategoryGroupItemApiResult.d.ts +17 -0
- package/dist/model/projectFailureCategoryGroupItemApiResult.js +23 -0
- package/dist/model/projectFailureCategoryGroupItemApiResult.js.map +1 -0
- package/dist/model/projectFailureCategoryGroupItemApiResultReply.d.ts +16 -0
- package/dist/model/projectFailureCategoryGroupItemApiResultReply.js +23 -0
- package/dist/model/projectFailureCategoryGroupItemApiResultReply.js.map +1 -0
- package/dist/model/projectModel.d.ts +1 -0
- package/dist/model/projectModel.js +5 -0
- package/dist/model/projectModel.js.map +1 -1
- package/dist/model/projectNameApiResult.d.ts +15 -0
- package/dist/model/projectNameApiResult.js +23 -0
- package/dist/model/projectNameApiResult.js.map +1 -0
- package/dist/model/projectShortModel.d.ts +1 -0
- package/dist/model/projectShortModel.js +5 -0
- package/dist/model/projectShortModel.js.map +1 -1
- package/dist/model/testPlanGroupByStatusType.d.ts +18 -0
- package/dist/model/testPlanGroupByStatusType.js +23 -0
- package/dist/model/testPlanGroupByStatusType.js.map +1 -0
- package/dist/model/testPointAnalyticResult.d.ts +2 -0
- package/dist/model/testPointAnalyticResult.js +5 -0
- package/dist/model/testPointAnalyticResult.js.map +1 -1
- package/dist/model/testSuiteApiResult.d.ts +24 -0
- package/dist/model/testSuiteApiResult.js +53 -0
- package/dist/model/testSuiteApiResult.js.map +1 -0
- package/dist/model/testSuiteHierarchyApiResult.d.ts +25 -0
- package/dist/model/{testSuiteV2TreeModel.js → testSuiteHierarchyApiResult.js} +28 -28
- package/dist/model/testSuiteHierarchyApiResult.js.map +1 -0
- package/dist/model/testSuiteTypeApiResult.d.ts +5 -0
- package/dist/model/testSuiteTypeApiResult.js +10 -0
- package/dist/model/testSuiteTypeApiResult.js.map +1 -0
- package/dist/model/updateAutoTestResultReasonProjectApiModel.d.ts +22 -0
- package/dist/model/updateAutoTestResultReasonProjectApiModel.js +38 -0
- package/dist/model/updateAutoTestResultReasonProjectApiModel.js.map +1 -0
- package/dist/model/updateFailureCategoryProjectApiModel.d.ts +21 -0
- package/dist/model/updateFailureCategoryProjectApiModel.js +33 -0
- package/dist/model/updateFailureCategoryProjectApiModel.js.map +1 -0
- package/dist/model/updateFailureClassRegexApiModel.d.ts +15 -0
- package/dist/model/updateFailureClassRegexApiModel.js +23 -0
- package/dist/model/updateFailureClassRegexApiModel.js.map +1 -0
- package/dist/model/workItemApiResult.d.ts +58 -0
- package/dist/model/workItemApiResult.js +168 -0
- package/dist/model/workItemApiResult.js.map +1 -0
- package/dist/model/workItemEntityTypeApiModel.d.ts +5 -0
- package/dist/model/workItemEntityTypeApiModel.js +10 -0
- package/dist/model/workItemEntityTypeApiModel.js.map +1 -0
- package/dist/model/workItemPriorityApiModel.d.ts +7 -0
- package/dist/model/workItemPriorityApiModel.js +12 -0
- package/dist/model/workItemPriorityApiModel.js.map +1 -0
- package/dist/model/workItemSourceTypeApiModel.d.ts +4 -0
- package/dist/model/workItemSourceTypeApiModel.js +9 -0
- package/dist/model/workItemSourceTypeApiModel.js.map +1 -0
- package/dist/model/workItemStateApiModel.d.ts +5 -0
- package/dist/model/workItemStateApiModel.js +10 -0
- package/dist/model/workItemStateApiModel.js.map +1 -0
- package/package.json +2 -2
- package/dist/model/failureClassModel.js.map +0 -1
- package/dist/model/failureClassRegexModel.js.map +0 -1
- package/dist/model/testSuiteV2TreeModel.d.ts +0 -25
- package/dist/model/testSuiteV2TreeModel.js.map +0 -1
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export declare class AutoTestResultReasonGroupApiModel {
|
|
2
|
+
'field': string;
|
|
3
|
+
'displayField'?: string | null;
|
|
4
|
+
static discriminator: string | undefined;
|
|
5
|
+
static attributeTypeMap: Array<{
|
|
6
|
+
name: string;
|
|
7
|
+
baseName: string;
|
|
8
|
+
type: string;
|
|
9
|
+
}>;
|
|
10
|
+
static getAttributeTypeMap(): {
|
|
11
|
+
name: string;
|
|
12
|
+
baseName: string;
|
|
13
|
+
type: string;
|
|
14
|
+
}[];
|
|
15
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AutoTestResultReasonGroupApiModel = void 0;
|
|
4
|
+
class AutoTestResultReasonGroupApiModel {
|
|
5
|
+
static getAttributeTypeMap() {
|
|
6
|
+
return AutoTestResultReasonGroupApiModel.attributeTypeMap;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.AutoTestResultReasonGroupApiModel = AutoTestResultReasonGroupApiModel;
|
|
10
|
+
AutoTestResultReasonGroupApiModel.discriminator = undefined;
|
|
11
|
+
AutoTestResultReasonGroupApiModel.attributeTypeMap = [
|
|
12
|
+
{
|
|
13
|
+
"name": "field",
|
|
14
|
+
"baseName": "field",
|
|
15
|
+
"type": "string"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "displayField",
|
|
19
|
+
"baseName": "displayField",
|
|
20
|
+
"type": "string"
|
|
21
|
+
}
|
|
22
|
+
];
|
|
23
|
+
//# sourceMappingURL=autoTestResultReasonGroupApiModel.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"autoTestResultReasonGroupApiModel.js","sourceRoot":"","sources":["../../src/model/autoTestResultReasonGroupApiModel.ts"],"names":[],"mappings":";;;AAcA,MAAa,iCAAiC;IAwB1C,MAAM,CAAC,mBAAmB;QACtB,OAAO,iCAAiC,CAAC,gBAAgB,CAAC;IAC9D,CAAC;;AA1BL,8EA2BC;AAjBU,+CAAa,GAAuB,SAAS,CAAC;AAE9C,kDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare class AutoTestResultReasonGroupApiResult {
|
|
2
|
+
'fieldValue'?: any | null;
|
|
3
|
+
'displayFieldValue'?: any | null;
|
|
4
|
+
'count': number;
|
|
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.AutoTestResultReasonGroupApiResult = void 0;
|
|
4
|
+
class AutoTestResultReasonGroupApiResult {
|
|
5
|
+
static getAttributeTypeMap() {
|
|
6
|
+
return AutoTestResultReasonGroupApiResult.attributeTypeMap;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.AutoTestResultReasonGroupApiResult = AutoTestResultReasonGroupApiResult;
|
|
10
|
+
AutoTestResultReasonGroupApiResult.discriminator = undefined;
|
|
11
|
+
AutoTestResultReasonGroupApiResult.attributeTypeMap = [
|
|
12
|
+
{
|
|
13
|
+
"name": "fieldValue",
|
|
14
|
+
"baseName": "fieldValue",
|
|
15
|
+
"type": "any"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "displayFieldValue",
|
|
19
|
+
"baseName": "displayFieldValue",
|
|
20
|
+
"type": "any"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"name": "count",
|
|
24
|
+
"baseName": "count",
|
|
25
|
+
"type": "number"
|
|
26
|
+
}
|
|
27
|
+
];
|
|
28
|
+
//# sourceMappingURL=autoTestResultReasonGroupApiResult.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"autoTestResultReasonGroupApiResult.js","sourceRoot":"","sources":["../../src/model/autoTestResultReasonGroupApiResult.ts"],"names":[],"mappings":";;;AAcA,MAAa,kCAAkC;IAiC3C,MAAM,CAAC,mBAAmB;QACtB,OAAO,kCAAkC,CAAC,gBAAgB,CAAC;IAC/D,CAAC;;AAnCL,gFAoCC;AAtBU,gDAAa,GAAuB,SAAS,CAAC;AAE9C,mDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,KAAK;KAChB;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,KAAK;KAChB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { AutoTestResultReasonGroupApiResult } from './autoTestResultReasonGroupApiResult';
|
|
2
|
+
import { AutoTestResultReasonsProjectApiResult } from './autoTestResultReasonsProjectApiResult';
|
|
3
|
+
export declare class AutoTestResultReasonGroupItemApiResult {
|
|
4
|
+
'group'?: AutoTestResultReasonGroupApiResult | null;
|
|
5
|
+
'items': Array<AutoTestResultReasonsProjectApiResult>;
|
|
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.AutoTestResultReasonGroupItemApiResult = void 0;
|
|
4
|
+
class AutoTestResultReasonGroupItemApiResult {
|
|
5
|
+
static getAttributeTypeMap() {
|
|
6
|
+
return AutoTestResultReasonGroupItemApiResult.attributeTypeMap;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.AutoTestResultReasonGroupItemApiResult = AutoTestResultReasonGroupItemApiResult;
|
|
10
|
+
AutoTestResultReasonGroupItemApiResult.discriminator = undefined;
|
|
11
|
+
AutoTestResultReasonGroupItemApiResult.attributeTypeMap = [
|
|
12
|
+
{
|
|
13
|
+
"name": "group",
|
|
14
|
+
"baseName": "group",
|
|
15
|
+
"type": "AutoTestResultReasonGroupApiResult"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "items",
|
|
19
|
+
"baseName": "items",
|
|
20
|
+
"type": "Array<AutoTestResultReasonsProjectApiResult>"
|
|
21
|
+
}
|
|
22
|
+
];
|
|
23
|
+
//# sourceMappingURL=autoTestResultReasonGroupItemApiResult.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"autoTestResultReasonGroupItemApiResult.js","sourceRoot":"","sources":["../../src/model/autoTestResultReasonGroupItemApiResult.ts"],"names":[],"mappings":";;;AAgBA,MAAa,sCAAsC;IAwB/C,MAAM,CAAC,mBAAmB;QACtB,OAAO,sCAAsC,CAAC,gBAAgB,CAAC;IACnE,CAAC;;AA1BL,wFA2BC;AAjBU,oDAAa,GAAuB,SAAS,CAAC;AAE9C,uDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,oCAAoC;KAC/C;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,8CAA8C;KACzD;CAAK,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { AutoTestResultReasonGroupItemApiResult } from './autoTestResultReasonGroupItemApiResult';
|
|
2
|
+
export declare class AutoTestResultReasonGroupItemApiResultReply {
|
|
3
|
+
'data': Array<AutoTestResultReasonGroupItemApiResult>;
|
|
4
|
+
'totalCount': number;
|
|
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.AutoTestResultReasonGroupItemApiResultReply = void 0;
|
|
4
|
+
class AutoTestResultReasonGroupItemApiResultReply {
|
|
5
|
+
static getAttributeTypeMap() {
|
|
6
|
+
return AutoTestResultReasonGroupItemApiResultReply.attributeTypeMap;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.AutoTestResultReasonGroupItemApiResultReply = AutoTestResultReasonGroupItemApiResultReply;
|
|
10
|
+
AutoTestResultReasonGroupItemApiResultReply.discriminator = undefined;
|
|
11
|
+
AutoTestResultReasonGroupItemApiResultReply.attributeTypeMap = [
|
|
12
|
+
{
|
|
13
|
+
"name": "data",
|
|
14
|
+
"baseName": "data",
|
|
15
|
+
"type": "Array<AutoTestResultReasonGroupItemApiResult>"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "totalCount",
|
|
19
|
+
"baseName": "totalCount",
|
|
20
|
+
"type": "number"
|
|
21
|
+
}
|
|
22
|
+
];
|
|
23
|
+
//# sourceMappingURL=autoTestResultReasonGroupItemApiResultReply.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"autoTestResultReasonGroupItemApiResultReply.js","sourceRoot":"","sources":["../../src/model/autoTestResultReasonGroupItemApiResultReply.ts"],"names":[],"mappings":";;;AAeA,MAAa,2CAA2C;IAkBpD,MAAM,CAAC,mBAAmB;QACtB,OAAO,2CAA2C,CAAC,gBAAgB,CAAC;IACxE,CAAC;;AApBL,kGAqBC;AAjBU,yDAAa,GAAuB,SAAS,CAAC;AAE9C,4DAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,+CAA+C;KAC1D;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { AutoTestResultReasonGroupApiModel } from './autoTestResultReasonGroupApiModel';
|
|
2
|
+
import { Inquiry } from './inquiry';
|
|
3
|
+
export declare class AutoTestResultReasonGroupSearchApiModel {
|
|
4
|
+
'inquiry': Inquiry;
|
|
5
|
+
'group'?: AutoTestResultReasonGroupApiModel | 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.AutoTestResultReasonGroupSearchApiModel = void 0;
|
|
4
|
+
class AutoTestResultReasonGroupSearchApiModel {
|
|
5
|
+
static getAttributeTypeMap() {
|
|
6
|
+
return AutoTestResultReasonGroupSearchApiModel.attributeTypeMap;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.AutoTestResultReasonGroupSearchApiModel = AutoTestResultReasonGroupSearchApiModel;
|
|
10
|
+
AutoTestResultReasonGroupSearchApiModel.discriminator = undefined;
|
|
11
|
+
AutoTestResultReasonGroupSearchApiModel.attributeTypeMap = [
|
|
12
|
+
{
|
|
13
|
+
"name": "inquiry",
|
|
14
|
+
"baseName": "inquiry",
|
|
15
|
+
"type": "Inquiry"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "group",
|
|
19
|
+
"baseName": "group",
|
|
20
|
+
"type": "AutoTestResultReasonGroupApiModel"
|
|
21
|
+
}
|
|
22
|
+
];
|
|
23
|
+
//# sourceMappingURL=autoTestResultReasonGroupSearchApiModel.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"autoTestResultReasonGroupSearchApiModel.js","sourceRoot":"","sources":["../../src/model/autoTestResultReasonGroupSearchApiModel.ts"],"names":[],"mappings":";;;AAgBA,MAAa,uCAAuC;IAwBhD,MAAM,CAAC,mBAAmB;QACtB,OAAO,uCAAuC,CAAC,gBAAgB,CAAC;IACpE,CAAC;;AA1BL,0FA2BC;AAjBU,qDAAa,GAAuB,SAAS,CAAC;AAE9C,wDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,mCAAmC;KAC9C;CAAK,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { FailureCategory } from './failureCategory';
|
|
2
|
+
import { FailureClassRegexApiResult } from './failureClassRegexApiResult';
|
|
3
|
+
import { ProjectNameApiResult } from './projectNameApiResult';
|
|
4
|
+
export declare class AutoTestResultReasonProjectApiResult {
|
|
5
|
+
'id': string;
|
|
6
|
+
'name'?: string | null;
|
|
7
|
+
'isDeleted': boolean;
|
|
8
|
+
'failureCategory': FailureCategory;
|
|
9
|
+
'createdDate': Date;
|
|
10
|
+
'createdById': string;
|
|
11
|
+
'modifiedDate'?: Date | null;
|
|
12
|
+
'modifiedById'?: string | null;
|
|
13
|
+
'projects': Array<ProjectNameApiResult>;
|
|
14
|
+
'failureClassRegexes': Array<FailureClassRegexApiResult>;
|
|
15
|
+
static discriminator: string | undefined;
|
|
16
|
+
static attributeTypeMap: Array<{
|
|
17
|
+
name: string;
|
|
18
|
+
baseName: string;
|
|
19
|
+
type: string;
|
|
20
|
+
}>;
|
|
21
|
+
static getAttributeTypeMap(): {
|
|
22
|
+
name: string;
|
|
23
|
+
baseName: string;
|
|
24
|
+
type: string;
|
|
25
|
+
}[];
|
|
26
|
+
}
|
|
27
|
+
export declare namespace AutoTestResultReasonProjectApiResult {
|
|
28
|
+
}
|
|
@@ -1,58 +1,63 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
class
|
|
3
|
+
exports.AutoTestResultReasonProjectApiResult = void 0;
|
|
4
|
+
class AutoTestResultReasonProjectApiResult {
|
|
5
5
|
static getAttributeTypeMap() {
|
|
6
|
-
return
|
|
6
|
+
return AutoTestResultReasonProjectApiResult.attributeTypeMap;
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
|
-
exports.
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
exports.AutoTestResultReasonProjectApiResult = AutoTestResultReasonProjectApiResult;
|
|
10
|
+
AutoTestResultReasonProjectApiResult.discriminator = undefined;
|
|
11
|
+
AutoTestResultReasonProjectApiResult.attributeTypeMap = [
|
|
12
|
+
{
|
|
13
|
+
"name": "id",
|
|
14
|
+
"baseName": "id",
|
|
15
|
+
"type": "string"
|
|
16
|
+
},
|
|
12
17
|
{
|
|
13
18
|
"name": "name",
|
|
14
19
|
"baseName": "name",
|
|
15
20
|
"type": "string"
|
|
16
21
|
},
|
|
22
|
+
{
|
|
23
|
+
"name": "isDeleted",
|
|
24
|
+
"baseName": "isDeleted",
|
|
25
|
+
"type": "boolean"
|
|
26
|
+
},
|
|
17
27
|
{
|
|
18
28
|
"name": "failureCategory",
|
|
19
29
|
"baseName": "failureCategory",
|
|
20
|
-
"type": "
|
|
30
|
+
"type": "FailureCategory"
|
|
21
31
|
},
|
|
22
32
|
{
|
|
23
33
|
"name": "createdDate",
|
|
24
34
|
"baseName": "createdDate",
|
|
25
35
|
"type": "Date"
|
|
26
36
|
},
|
|
27
|
-
{
|
|
28
|
-
"name": "modifiedDate",
|
|
29
|
-
"baseName": "modifiedDate",
|
|
30
|
-
"type": "Date"
|
|
31
|
-
},
|
|
32
37
|
{
|
|
33
38
|
"name": "createdById",
|
|
34
39
|
"baseName": "createdById",
|
|
35
40
|
"type": "string"
|
|
36
41
|
},
|
|
42
|
+
{
|
|
43
|
+
"name": "modifiedDate",
|
|
44
|
+
"baseName": "modifiedDate",
|
|
45
|
+
"type": "Date"
|
|
46
|
+
},
|
|
37
47
|
{
|
|
38
48
|
"name": "modifiedById",
|
|
39
49
|
"baseName": "modifiedById",
|
|
40
50
|
"type": "string"
|
|
41
51
|
},
|
|
42
52
|
{
|
|
43
|
-
"name": "
|
|
44
|
-
"baseName": "
|
|
45
|
-
"type": "Array<
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"name": "id",
|
|
49
|
-
"baseName": "id",
|
|
50
|
-
"type": "string"
|
|
53
|
+
"name": "projects",
|
|
54
|
+
"baseName": "projects",
|
|
55
|
+
"type": "Array<ProjectNameApiResult>"
|
|
51
56
|
},
|
|
52
57
|
{
|
|
53
|
-
"name": "
|
|
54
|
-
"baseName": "
|
|
55
|
-
"type": "
|
|
58
|
+
"name": "failureClassRegexes",
|
|
59
|
+
"baseName": "failureClassRegexes",
|
|
60
|
+
"type": "Array<FailureClassRegexApiResult>"
|
|
56
61
|
}
|
|
57
62
|
];
|
|
58
|
-
//# sourceMappingURL=
|
|
63
|
+
//# sourceMappingURL=autoTestResultReasonProjectApiResult.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"autoTestResultReasonProjectApiResult.js","sourceRoot":"","sources":["../../src/model/autoTestResultReasonProjectApiResult.ts"],"names":[],"mappings":";;;AAiBA,MAAa,oCAAoC;IAgG7C,MAAM,CAAC,mBAAmB;QACtB,OAAO,oCAAoC,CAAC,gBAAgB,CAAC;IACjE,CAAC;;AAlGL,oFAmGC;AAzDU,kDAAa,GAAuB,SAAS,CAAC;AAE9C,qDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,iBAAiB;KAC5B;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;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,6BAA6B;KACxC;IACD;QACI,MAAM,EAAE,qBAAqB;QAC7B,UAAU,EAAE,qBAAqB;QACjC,MAAM,EAAE,mCAAmC;KAC9C;CAAK,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { AvailableFailureCategory } from './availableFailureCategory';
|
|
2
|
+
export declare class AutoTestResultReasonsCountItemModel {
|
|
3
|
+
'failureCategory': AvailableFailureCategory;
|
|
4
|
+
'count': number;
|
|
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
|
+
}
|
|
17
|
+
export declare namespace AutoTestResultReasonsCountItemModel {
|
|
18
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AutoTestResultReasonsCountItemModel = void 0;
|
|
4
|
+
class AutoTestResultReasonsCountItemModel {
|
|
5
|
+
static getAttributeTypeMap() {
|
|
6
|
+
return AutoTestResultReasonsCountItemModel.attributeTypeMap;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.AutoTestResultReasonsCountItemModel = AutoTestResultReasonsCountItemModel;
|
|
10
|
+
AutoTestResultReasonsCountItemModel.discriminator = undefined;
|
|
11
|
+
AutoTestResultReasonsCountItemModel.attributeTypeMap = [
|
|
12
|
+
{
|
|
13
|
+
"name": "failureCategory",
|
|
14
|
+
"baseName": "failureCategory",
|
|
15
|
+
"type": "AvailableFailureCategory"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "count",
|
|
19
|
+
"baseName": "count",
|
|
20
|
+
"type": "number"
|
|
21
|
+
}
|
|
22
|
+
];
|
|
23
|
+
//# sourceMappingURL=autoTestResultReasonsCountItemModel.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"autoTestResultReasonsCountItemModel.js","sourceRoot":"","sources":["../../src/model/autoTestResultReasonsCountItemModel.ts"],"names":[],"mappings":";;;AAeA,MAAa,mCAAmC;IAkB5C,MAAM,CAAC,mBAAmB;QACtB,OAAO,mCAAmC,CAAC,gBAAgB,CAAC;IAChE,CAAC;;AApBL,kFAqBC;AAjBU,iDAAa,GAAuB,SAAS,CAAC;AAE9C,oDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,0BAA0B;KACrC;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { AutoTestResultReasonsCountItemModel } from './autoTestResultReasonsCountItemModel';
|
|
2
|
+
export declare class AutoTestResultReasonsCountModel {
|
|
3
|
+
'data': Array<AutoTestResultReasonsCountItemModel>;
|
|
4
|
+
static discriminator: string | undefined;
|
|
5
|
+
static attributeTypeMap: Array<{
|
|
6
|
+
name: string;
|
|
7
|
+
baseName: string;
|
|
8
|
+
type: string;
|
|
9
|
+
}>;
|
|
10
|
+
static getAttributeTypeMap(): {
|
|
11
|
+
name: string;
|
|
12
|
+
baseName: string;
|
|
13
|
+
type: string;
|
|
14
|
+
}[];
|
|
15
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AutoTestResultReasonsCountModel = void 0;
|
|
4
|
+
class AutoTestResultReasonsCountModel {
|
|
5
|
+
static getAttributeTypeMap() {
|
|
6
|
+
return AutoTestResultReasonsCountModel.attributeTypeMap;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.AutoTestResultReasonsCountModel = AutoTestResultReasonsCountModel;
|
|
10
|
+
AutoTestResultReasonsCountModel.discriminator = undefined;
|
|
11
|
+
AutoTestResultReasonsCountModel.attributeTypeMap = [
|
|
12
|
+
{
|
|
13
|
+
"name": "data",
|
|
14
|
+
"baseName": "data",
|
|
15
|
+
"type": "Array<AutoTestResultReasonsCountItemModel>"
|
|
16
|
+
}
|
|
17
|
+
];
|
|
18
|
+
//# sourceMappingURL=autoTestResultReasonsCountModel.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"autoTestResultReasonsCountModel.js","sourceRoot":"","sources":["../../src/model/autoTestResultReasonsCountModel.ts"],"names":[],"mappings":";;;AAeA,MAAa,+BAA+B;IAYxC,MAAM,CAAC,mBAAmB;QACtB,OAAO,+BAA+B,CAAC,gBAAgB,CAAC;IAC5D,CAAC;;AAdL,0EAeC;AAZU,6CAAa,GAAuB,SAAS,CAAC;AAE9C,gDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,4CAA4C;KACvD;CAAK,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { FailureCategory } from './failureCategory';
|
|
2
|
+
import { ProjectNameApiResult } from './projectNameApiResult';
|
|
3
|
+
export declare class AutoTestResultReasonsProjectApiResult {
|
|
4
|
+
'id': string;
|
|
5
|
+
'name'?: string | null;
|
|
6
|
+
'failureCategory': FailureCategory;
|
|
7
|
+
'createdDate': Date;
|
|
8
|
+
'createdById': string;
|
|
9
|
+
'modifiedDate'?: Date | null;
|
|
10
|
+
'modifiedById'?: string | null;
|
|
11
|
+
'failureCategoryId': number;
|
|
12
|
+
'regexCount': number;
|
|
13
|
+
'projects': Array<ProjectNameApiResult>;
|
|
14
|
+
'projectIds': Array<string>;
|
|
15
|
+
static discriminator: string | undefined;
|
|
16
|
+
static attributeTypeMap: Array<{
|
|
17
|
+
name: string;
|
|
18
|
+
baseName: string;
|
|
19
|
+
type: string;
|
|
20
|
+
}>;
|
|
21
|
+
static getAttributeTypeMap(): {
|
|
22
|
+
name: string;
|
|
23
|
+
baseName: string;
|
|
24
|
+
type: string;
|
|
25
|
+
}[];
|
|
26
|
+
}
|
|
27
|
+
export declare namespace AutoTestResultReasonsProjectApiResult {
|
|
28
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AutoTestResultReasonsProjectApiResult = void 0;
|
|
4
|
+
class AutoTestResultReasonsProjectApiResult {
|
|
5
|
+
static getAttributeTypeMap() {
|
|
6
|
+
return AutoTestResultReasonsProjectApiResult.attributeTypeMap;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.AutoTestResultReasonsProjectApiResult = AutoTestResultReasonsProjectApiResult;
|
|
10
|
+
AutoTestResultReasonsProjectApiResult.discriminator = undefined;
|
|
11
|
+
AutoTestResultReasonsProjectApiResult.attributeTypeMap = [
|
|
12
|
+
{
|
|
13
|
+
"name": "id",
|
|
14
|
+
"baseName": "id",
|
|
15
|
+
"type": "string"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "name",
|
|
19
|
+
"baseName": "name",
|
|
20
|
+
"type": "string"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"name": "failureCategory",
|
|
24
|
+
"baseName": "failureCategory",
|
|
25
|
+
"type": "FailureCategory"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "createdDate",
|
|
29
|
+
"baseName": "createdDate",
|
|
30
|
+
"type": "Date"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "createdById",
|
|
34
|
+
"baseName": "createdById",
|
|
35
|
+
"type": "string"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "modifiedDate",
|
|
39
|
+
"baseName": "modifiedDate",
|
|
40
|
+
"type": "Date"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "modifiedById",
|
|
44
|
+
"baseName": "modifiedById",
|
|
45
|
+
"type": "string"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "failureCategoryId",
|
|
49
|
+
"baseName": "failureCategoryId",
|
|
50
|
+
"type": "number"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "regexCount",
|
|
54
|
+
"baseName": "regexCount",
|
|
55
|
+
"type": "number"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"name": "projects",
|
|
59
|
+
"baseName": "projects",
|
|
60
|
+
"type": "Array<ProjectNameApiResult>"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "projectIds",
|
|
64
|
+
"baseName": "projectIds",
|
|
65
|
+
"type": "Array<string>"
|
|
66
|
+
}
|
|
67
|
+
];
|
|
68
|
+
//# sourceMappingURL=autoTestResultReasonsProjectApiResult.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"autoTestResultReasonsProjectApiResult.js","sourceRoot":"","sources":["../../src/model/autoTestResultReasonsProjectApiResult.ts"],"names":[],"mappings":";;;AAgBA,MAAa,qCAAqC;IAyG9C,MAAM,CAAC,mBAAmB;QACtB,OAAO,qCAAqC,CAAC,gBAAgB,CAAC;IAClE,CAAC;;AA3GL,sFA4GC;AA9DU,mDAAa,GAAuB,SAAS,CAAC;AAE9C,sDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,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;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,6BAA6B;KACxC;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,eAAe;KAC1B;CAAK,CAAC"}
|
|
@@ -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 {
|
|
2
|
-
|
|
3
|
-
|
|
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
|
-
'
|
|
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
|
|
25
|
+
export declare namespace AutotestResultReasonShortGetModel {
|
|
26
26
|
}
|