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.
- package/README.MD +4 -3
- 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 +13 -3
- package/dist/api/projectsApi.js +63 -2
- 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 +39 -3
- package/dist/model/models.js +117 -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 +36 -0
- package/dist/model/projectApiResult.js +108 -0
- package/dist/model/projectApiResult.js.map +1 -0
- 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/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 PreviewsIssueLinkApiModel {
|
|
2
|
+
'title': string;
|
|
3
|
+
'url': string;
|
|
4
|
+
static discriminator: string | undefined;
|
|
5
|
+
static attributeTypeMap: Array<{
|
|
6
|
+
name: string;
|
|
7
|
+
baseName: string;
|
|
8
|
+
type: string;
|
|
9
|
+
}>;
|
|
10
|
+
static getAttributeTypeMap(): {
|
|
11
|
+
name: string;
|
|
12
|
+
baseName: string;
|
|
13
|
+
type: string;
|
|
14
|
+
}[];
|
|
15
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PreviewsIssueLinkApiModel = void 0;
|
|
4
|
+
class PreviewsIssueLinkApiModel {
|
|
5
|
+
static getAttributeTypeMap() {
|
|
6
|
+
return PreviewsIssueLinkApiModel.attributeTypeMap;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.PreviewsIssueLinkApiModel = PreviewsIssueLinkApiModel;
|
|
10
|
+
PreviewsIssueLinkApiModel.discriminator = undefined;
|
|
11
|
+
PreviewsIssueLinkApiModel.attributeTypeMap = [
|
|
12
|
+
{
|
|
13
|
+
"name": "title",
|
|
14
|
+
"baseName": "title",
|
|
15
|
+
"type": "string"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "url",
|
|
19
|
+
"baseName": "url",
|
|
20
|
+
"type": "string"
|
|
21
|
+
}
|
|
22
|
+
];
|
|
23
|
+
//# sourceMappingURL=previewsIssueLinkApiModel.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"previewsIssueLinkApiModel.js","sourceRoot":"","sources":["../../src/model/previewsIssueLinkApiModel.ts"],"names":[],"mappings":";;;AAcA,MAAa,yBAAyB;IAkBlC,MAAM,CAAC,mBAAmB;QACtB,OAAO,yBAAyB,CAAC,gBAAgB,CAAC;IACtD,CAAC;;AApBL,8DAqBC;AAjBU,uCAAa,GAAuB,SAAS,CAAC;AAE9C,0CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export declare class PreviewsIssueLinkApiResult {
|
|
2
|
+
'title': string;
|
|
3
|
+
'url': string;
|
|
4
|
+
static discriminator: string | undefined;
|
|
5
|
+
static attributeTypeMap: Array<{
|
|
6
|
+
name: string;
|
|
7
|
+
baseName: string;
|
|
8
|
+
type: string;
|
|
9
|
+
}>;
|
|
10
|
+
static getAttributeTypeMap(): {
|
|
11
|
+
name: string;
|
|
12
|
+
baseName: string;
|
|
13
|
+
type: string;
|
|
14
|
+
}[];
|
|
15
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PreviewsIssueLinkApiResult = void 0;
|
|
4
|
+
class PreviewsIssueLinkApiResult {
|
|
5
|
+
static getAttributeTypeMap() {
|
|
6
|
+
return PreviewsIssueLinkApiResult.attributeTypeMap;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.PreviewsIssueLinkApiResult = PreviewsIssueLinkApiResult;
|
|
10
|
+
PreviewsIssueLinkApiResult.discriminator = undefined;
|
|
11
|
+
PreviewsIssueLinkApiResult.attributeTypeMap = [
|
|
12
|
+
{
|
|
13
|
+
"name": "title",
|
|
14
|
+
"baseName": "title",
|
|
15
|
+
"type": "string"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "url",
|
|
19
|
+
"baseName": "url",
|
|
20
|
+
"type": "string"
|
|
21
|
+
}
|
|
22
|
+
];
|
|
23
|
+
//# sourceMappingURL=previewsIssueLinkApiResult.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"previewsIssueLinkApiResult.js","sourceRoot":"","sources":["../../src/model/previewsIssueLinkApiResult.ts"],"names":[],"mappings":";;;AAcA,MAAa,0BAA0B;IAkBnC,MAAM,CAAC,mBAAmB;QACtB,OAAO,0BAA0B,CAAC,gBAAgB,CAAC;IACvD,CAAC;;AApBL,gEAqBC;AAjBU,wCAAa,GAAuB,SAAS,CAAC;AAE9C,2CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { CustomAttributeApiResult } from './customAttributeApiResult';
|
|
2
|
+
import { ProjectType } from './projectType';
|
|
3
|
+
export declare class ProjectApiResult {
|
|
4
|
+
'id': string;
|
|
5
|
+
'description'?: string | null;
|
|
6
|
+
'name': string;
|
|
7
|
+
'isFavorite': boolean;
|
|
8
|
+
'attributesScheme'?: Array<CustomAttributeApiResult> | null;
|
|
9
|
+
'testPlansAttributesScheme'?: Array<CustomAttributeApiResult> | null;
|
|
10
|
+
'testCasesCount'?: number | null;
|
|
11
|
+
'sharedStepsCount'?: number | null;
|
|
12
|
+
'checkListsCount'?: number | null;
|
|
13
|
+
'autoTestsCount'?: number | null;
|
|
14
|
+
'isDeleted': boolean;
|
|
15
|
+
'createdDate': Date;
|
|
16
|
+
'modifiedDate'?: Date | null;
|
|
17
|
+
'createdById': string;
|
|
18
|
+
'modifiedById'?: string | null;
|
|
19
|
+
'globalId': number;
|
|
20
|
+
'type': ProjectType;
|
|
21
|
+
'isFlakyAuto': boolean;
|
|
22
|
+
'workflowId': string;
|
|
23
|
+
static discriminator: string | undefined;
|
|
24
|
+
static attributeTypeMap: Array<{
|
|
25
|
+
name: string;
|
|
26
|
+
baseName: string;
|
|
27
|
+
type: string;
|
|
28
|
+
}>;
|
|
29
|
+
static getAttributeTypeMap(): {
|
|
30
|
+
name: string;
|
|
31
|
+
baseName: string;
|
|
32
|
+
type: string;
|
|
33
|
+
}[];
|
|
34
|
+
}
|
|
35
|
+
export declare namespace ProjectApiResult {
|
|
36
|
+
}
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ProjectApiResult = void 0;
|
|
4
|
+
class ProjectApiResult {
|
|
5
|
+
static getAttributeTypeMap() {
|
|
6
|
+
return ProjectApiResult.attributeTypeMap;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.ProjectApiResult = ProjectApiResult;
|
|
10
|
+
ProjectApiResult.discriminator = undefined;
|
|
11
|
+
ProjectApiResult.attributeTypeMap = [
|
|
12
|
+
{
|
|
13
|
+
"name": "id",
|
|
14
|
+
"baseName": "id",
|
|
15
|
+
"type": "string"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "description",
|
|
19
|
+
"baseName": "description",
|
|
20
|
+
"type": "string"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"name": "name",
|
|
24
|
+
"baseName": "name",
|
|
25
|
+
"type": "string"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "isFavorite",
|
|
29
|
+
"baseName": "isFavorite",
|
|
30
|
+
"type": "boolean"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "attributesScheme",
|
|
34
|
+
"baseName": "attributesScheme",
|
|
35
|
+
"type": "Array<CustomAttributeApiResult>"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "testPlansAttributesScheme",
|
|
39
|
+
"baseName": "testPlansAttributesScheme",
|
|
40
|
+
"type": "Array<CustomAttributeApiResult>"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "testCasesCount",
|
|
44
|
+
"baseName": "testCasesCount",
|
|
45
|
+
"type": "number"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "sharedStepsCount",
|
|
49
|
+
"baseName": "sharedStepsCount",
|
|
50
|
+
"type": "number"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "checkListsCount",
|
|
54
|
+
"baseName": "checkListsCount",
|
|
55
|
+
"type": "number"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"name": "autoTestsCount",
|
|
59
|
+
"baseName": "autoTestsCount",
|
|
60
|
+
"type": "number"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "isDeleted",
|
|
64
|
+
"baseName": "isDeleted",
|
|
65
|
+
"type": "boolean"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"name": "createdDate",
|
|
69
|
+
"baseName": "createdDate",
|
|
70
|
+
"type": "Date"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"name": "modifiedDate",
|
|
74
|
+
"baseName": "modifiedDate",
|
|
75
|
+
"type": "Date"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"name": "createdById",
|
|
79
|
+
"baseName": "createdById",
|
|
80
|
+
"type": "string"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "modifiedById",
|
|
84
|
+
"baseName": "modifiedById",
|
|
85
|
+
"type": "string"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"name": "globalId",
|
|
89
|
+
"baseName": "globalId",
|
|
90
|
+
"type": "number"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"name": "type",
|
|
94
|
+
"baseName": "type",
|
|
95
|
+
"type": "ProjectType"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"name": "isFlakyAuto",
|
|
99
|
+
"baseName": "isFlakyAuto",
|
|
100
|
+
"type": "boolean"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"name": "workflowId",
|
|
104
|
+
"baseName": "workflowId",
|
|
105
|
+
"type": "string"
|
|
106
|
+
}
|
|
107
|
+
];
|
|
108
|
+
//# sourceMappingURL=projectApiResult.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"projectApiResult.js","sourceRoot":"","sources":["../../src/model/projectApiResult.ts"],"names":[],"mappings":";;;AAgBA,MAAa,gBAAgB;IAmLzB,MAAM,CAAC,mBAAmB;QACtB,OAAO,gBAAgB,CAAC,gBAAgB,CAAC;IAC7C,CAAC;;AArLL,4CAsLC;AAtGU,8BAAa,GAAuB,SAAS,CAAC;AAE9C,iCAAgB,GAA0D;IAC7E;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,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,SAAS;KACpB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,iCAAiC;KAC5C;IACD;QACI,MAAM,EAAE,2BAA2B;QACnC,UAAU,EAAE,2BAA2B;QACvC,MAAM,EAAE,iCAAiC;KAC5C;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,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,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,aAAa;KACxB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { FailureCategory } from './failureCategory';
|
|
2
|
+
import { FailureClassRegexApiResult } from './failureClassRegexApiResult';
|
|
3
|
+
export declare class ProjectDetailedFailureCategoryApiResult {
|
|
4
|
+
'id': string;
|
|
5
|
+
'name'?: string | null;
|
|
6
|
+
'isDeleted': boolean;
|
|
7
|
+
'failureCategory': FailureCategory;
|
|
8
|
+
'createdDate': Date;
|
|
9
|
+
'createdById': string;
|
|
10
|
+
'modifiedDate'?: Date | null;
|
|
11
|
+
'modifiedById'?: string | null;
|
|
12
|
+
'failureClassRegexes': Array<FailureClassRegexApiResult>;
|
|
13
|
+
'projectsCount': number;
|
|
14
|
+
static discriminator: string | undefined;
|
|
15
|
+
static attributeTypeMap: Array<{
|
|
16
|
+
name: string;
|
|
17
|
+
baseName: string;
|
|
18
|
+
type: string;
|
|
19
|
+
}>;
|
|
20
|
+
static getAttributeTypeMap(): {
|
|
21
|
+
name: string;
|
|
22
|
+
baseName: string;
|
|
23
|
+
type: string;
|
|
24
|
+
}[];
|
|
25
|
+
}
|
|
26
|
+
export declare namespace ProjectDetailedFailureCategoryApiResult {
|
|
27
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ProjectDetailedFailureCategoryApiResult = void 0;
|
|
4
|
+
class ProjectDetailedFailureCategoryApiResult {
|
|
5
|
+
static getAttributeTypeMap() {
|
|
6
|
+
return ProjectDetailedFailureCategoryApiResult.attributeTypeMap;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.ProjectDetailedFailureCategoryApiResult = ProjectDetailedFailureCategoryApiResult;
|
|
10
|
+
ProjectDetailedFailureCategoryApiResult.discriminator = undefined;
|
|
11
|
+
ProjectDetailedFailureCategoryApiResult.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": "isDeleted",
|
|
24
|
+
"baseName": "isDeleted",
|
|
25
|
+
"type": "boolean"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "failureCategory",
|
|
29
|
+
"baseName": "failureCategory",
|
|
30
|
+
"type": "FailureCategory"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "createdDate",
|
|
34
|
+
"baseName": "createdDate",
|
|
35
|
+
"type": "Date"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "createdById",
|
|
39
|
+
"baseName": "createdById",
|
|
40
|
+
"type": "string"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "modifiedDate",
|
|
44
|
+
"baseName": "modifiedDate",
|
|
45
|
+
"type": "Date"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "modifiedById",
|
|
49
|
+
"baseName": "modifiedById",
|
|
50
|
+
"type": "string"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "failureClassRegexes",
|
|
54
|
+
"baseName": "failureClassRegexes",
|
|
55
|
+
"type": "Array<FailureClassRegexApiResult>"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"name": "projectsCount",
|
|
59
|
+
"baseName": "projectsCount",
|
|
60
|
+
"type": "number"
|
|
61
|
+
}
|
|
62
|
+
];
|
|
63
|
+
//# sourceMappingURL=projectDetailedFailureCategoryApiResult.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"projectDetailedFailureCategoryApiResult.js","sourceRoot":"","sources":["../../src/model/projectDetailedFailureCategoryApiResult.ts"],"names":[],"mappings":";;;AAgBA,MAAa,uCAAuC;IAgGhD,MAAM,CAAC,mBAAmB;QACtB,OAAO,uCAAuC,CAAC,gBAAgB,CAAC;IACpE,CAAC;;AAlGL,0FAmGC;AAzDU,qDAAa,GAAuB,SAAS,CAAC;AAE9C,wDAAgB,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,qBAAqB;QAC7B,UAAU,EAAE,qBAAqB;QACjC,MAAM,EAAE,mCAAmC;KAC9C;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { FailureCategory } from './failureCategory';
|
|
2
|
+
export declare class ProjectFailureCategoryApiResult {
|
|
3
|
+
'id': string;
|
|
4
|
+
'name'?: string | null;
|
|
5
|
+
'failureCategory': FailureCategory;
|
|
6
|
+
'createdDate': Date;
|
|
7
|
+
'createdById': string;
|
|
8
|
+
'modifiedDate'?: Date | null;
|
|
9
|
+
'modifiedById'?: string | null;
|
|
10
|
+
'projectsCount': number;
|
|
11
|
+
'failureCategoryId': number;
|
|
12
|
+
'regexCount': number;
|
|
13
|
+
static discriminator: string | undefined;
|
|
14
|
+
static attributeTypeMap: Array<{
|
|
15
|
+
name: string;
|
|
16
|
+
baseName: string;
|
|
17
|
+
type: string;
|
|
18
|
+
}>;
|
|
19
|
+
static getAttributeTypeMap(): {
|
|
20
|
+
name: string;
|
|
21
|
+
baseName: string;
|
|
22
|
+
type: string;
|
|
23
|
+
}[];
|
|
24
|
+
}
|
|
25
|
+
export declare namespace ProjectFailureCategoryApiResult {
|
|
26
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ProjectFailureCategoryApiResult = void 0;
|
|
4
|
+
class ProjectFailureCategoryApiResult {
|
|
5
|
+
static getAttributeTypeMap() {
|
|
6
|
+
return ProjectFailureCategoryApiResult.attributeTypeMap;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.ProjectFailureCategoryApiResult = ProjectFailureCategoryApiResult;
|
|
10
|
+
ProjectFailureCategoryApiResult.discriminator = undefined;
|
|
11
|
+
ProjectFailureCategoryApiResult.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": "projectsCount",
|
|
49
|
+
"baseName": "projectsCount",
|
|
50
|
+
"type": "number"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "failureCategoryId",
|
|
54
|
+
"baseName": "failureCategoryId",
|
|
55
|
+
"type": "number"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"name": "regexCount",
|
|
59
|
+
"baseName": "regexCount",
|
|
60
|
+
"type": "number"
|
|
61
|
+
}
|
|
62
|
+
];
|
|
63
|
+
//# sourceMappingURL=projectFailureCategoryApiResult.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"projectFailureCategoryApiResult.js","sourceRoot":"","sources":["../../src/model/projectFailureCategoryApiResult.ts"],"names":[],"mappings":";;;AAeA,MAAa,+BAA+B;IAgGxC,MAAM,CAAC,mBAAmB;QACtB,OAAO,+BAA+B,CAAC,gBAAgB,CAAC;IAC5D,CAAC;;AAlGL,0EAmGC;AAzDU,6CAAa,GAAuB,SAAS,CAAC;AAE9C,gDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,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,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,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;CAAK,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { AutoTestResultReasonGroupApiResult } from './autoTestResultReasonGroupApiResult';
|
|
2
|
+
import { ProjectFailureCategoryApiResult } from './projectFailureCategoryApiResult';
|
|
3
|
+
export declare class ProjectFailureCategoryGroupItemApiResult {
|
|
4
|
+
'group'?: AutoTestResultReasonGroupApiResult | null;
|
|
5
|
+
'items': Array<ProjectFailureCategoryApiResult>;
|
|
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.ProjectFailureCategoryGroupItemApiResult = void 0;
|
|
4
|
+
class ProjectFailureCategoryGroupItemApiResult {
|
|
5
|
+
static getAttributeTypeMap() {
|
|
6
|
+
return ProjectFailureCategoryGroupItemApiResult.attributeTypeMap;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.ProjectFailureCategoryGroupItemApiResult = ProjectFailureCategoryGroupItemApiResult;
|
|
10
|
+
ProjectFailureCategoryGroupItemApiResult.discriminator = undefined;
|
|
11
|
+
ProjectFailureCategoryGroupItemApiResult.attributeTypeMap = [
|
|
12
|
+
{
|
|
13
|
+
"name": "group",
|
|
14
|
+
"baseName": "group",
|
|
15
|
+
"type": "AutoTestResultReasonGroupApiResult"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "items",
|
|
19
|
+
"baseName": "items",
|
|
20
|
+
"type": "Array<ProjectFailureCategoryApiResult>"
|
|
21
|
+
}
|
|
22
|
+
];
|
|
23
|
+
//# sourceMappingURL=projectFailureCategoryGroupItemApiResult.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"projectFailureCategoryGroupItemApiResult.js","sourceRoot":"","sources":["../../src/model/projectFailureCategoryGroupItemApiResult.ts"],"names":[],"mappings":";;;AAgBA,MAAa,wCAAwC;IAwBjD,MAAM,CAAC,mBAAmB;QACtB,OAAO,wCAAwC,CAAC,gBAAgB,CAAC;IACrE,CAAC;;AA1BL,4FA2BC;AAjBU,sDAAa,GAAuB,SAAS,CAAC;AAE9C,yDAAgB,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,wCAAwC;KACnD;CAAK,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ProjectFailureCategoryGroupItemApiResult } from './projectFailureCategoryGroupItemApiResult';
|
|
2
|
+
export declare class ProjectFailureCategoryGroupItemApiResultReply {
|
|
3
|
+
'data': Array<ProjectFailureCategoryGroupItemApiResult>;
|
|
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.ProjectFailureCategoryGroupItemApiResultReply = void 0;
|
|
4
|
+
class ProjectFailureCategoryGroupItemApiResultReply {
|
|
5
|
+
static getAttributeTypeMap() {
|
|
6
|
+
return ProjectFailureCategoryGroupItemApiResultReply.attributeTypeMap;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.ProjectFailureCategoryGroupItemApiResultReply = ProjectFailureCategoryGroupItemApiResultReply;
|
|
10
|
+
ProjectFailureCategoryGroupItemApiResultReply.discriminator = undefined;
|
|
11
|
+
ProjectFailureCategoryGroupItemApiResultReply.attributeTypeMap = [
|
|
12
|
+
{
|
|
13
|
+
"name": "data",
|
|
14
|
+
"baseName": "data",
|
|
15
|
+
"type": "Array<ProjectFailureCategoryGroupItemApiResult>"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "totalCount",
|
|
19
|
+
"baseName": "totalCount",
|
|
20
|
+
"type": "number"
|
|
21
|
+
}
|
|
22
|
+
];
|
|
23
|
+
//# sourceMappingURL=projectFailureCategoryGroupItemApiResultReply.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"projectFailureCategoryGroupItemApiResultReply.js","sourceRoot":"","sources":["../../src/model/projectFailureCategoryGroupItemApiResultReply.ts"],"names":[],"mappings":";;;AAeA,MAAa,6CAA6C;IAkBtD,MAAM,CAAC,mBAAmB;QACtB,OAAO,6CAA6C,CAAC,gBAAgB,CAAC;IAC1E,CAAC;;AApBL,sGAqBC;AAjBU,2DAAa,GAAuB,SAAS,CAAC;AAE9C,8DAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,iDAAiD;KAC5D;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export declare class ProjectNameApiResult {
|
|
2
|
+
'id': string;
|
|
3
|
+
'name': string;
|
|
4
|
+
static discriminator: string | undefined;
|
|
5
|
+
static attributeTypeMap: Array<{
|
|
6
|
+
name: string;
|
|
7
|
+
baseName: string;
|
|
8
|
+
type: string;
|
|
9
|
+
}>;
|
|
10
|
+
static getAttributeTypeMap(): {
|
|
11
|
+
name: string;
|
|
12
|
+
baseName: string;
|
|
13
|
+
type: string;
|
|
14
|
+
}[];
|
|
15
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ProjectNameApiResult = void 0;
|
|
4
|
+
class ProjectNameApiResult {
|
|
5
|
+
static getAttributeTypeMap() {
|
|
6
|
+
return ProjectNameApiResult.attributeTypeMap;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.ProjectNameApiResult = ProjectNameApiResult;
|
|
10
|
+
ProjectNameApiResult.discriminator = undefined;
|
|
11
|
+
ProjectNameApiResult.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
|
+
//# sourceMappingURL=projectNameApiResult.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"projectNameApiResult.js","sourceRoot":"","sources":["../../src/model/projectNameApiResult.ts"],"names":[],"mappings":";;;AAcA,MAAa,oBAAoB;IAkB7B,MAAM,CAAC,mBAAmB;QACtB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IACjD,CAAC;;AApBL,oDAqBC;AAjBU,kCAAa,GAAuB,SAAS,CAAC;AAE9C,qCAAgB,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;CAAK,CAAC"}
|
|
@@ -88,6 +88,11 @@ ProjectShortModel.attributeTypeMap = [
|
|
|
88
88
|
"name": "isFlakyAuto",
|
|
89
89
|
"baseName": "isFlakyAuto",
|
|
90
90
|
"type": "boolean"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"name": "workflowId",
|
|
94
|
+
"baseName": "workflowId",
|
|
95
|
+
"type": "string"
|
|
91
96
|
}
|
|
92
97
|
];
|
|
93
98
|
//# sourceMappingURL=projectShortModel.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"projectShortModel.js","sourceRoot":"","sources":["../../src/model/projectShortModel.ts"],"names":[],"mappings":";;;AAeA,MAAa,iBAAiB;
|
|
1
|
+
{"version":3,"file":"projectShortModel.js","sourceRoot":"","sources":["../../src/model/projectShortModel.ts"],"names":[],"mappings":";;;AAeA,MAAa,iBAAiB;IA8J1B,MAAM,CAAC,mBAAmB;QACtB,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;;AAhKL,8CAiKC;AA5FU,+BAAa,GAAuB,SAAS,CAAC;AAE9C,kCAAgB,GAA0D;IAC7E;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,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,SAAS;KACpB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,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,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,kBAAkB;KAC7B;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { TestStatusType } from './testStatusType';
|
|
2
|
+
export declare class TestPlanGroupByStatusType {
|
|
3
|
+
'statusType': TestStatusType;
|
|
4
|
+
'value': 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 TestPlanGroupByStatusType {
|
|
18
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TestPlanGroupByStatusType = void 0;
|
|
4
|
+
class TestPlanGroupByStatusType {
|
|
5
|
+
static getAttributeTypeMap() {
|
|
6
|
+
return TestPlanGroupByStatusType.attributeTypeMap;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.TestPlanGroupByStatusType = TestPlanGroupByStatusType;
|
|
10
|
+
TestPlanGroupByStatusType.discriminator = undefined;
|
|
11
|
+
TestPlanGroupByStatusType.attributeTypeMap = [
|
|
12
|
+
{
|
|
13
|
+
"name": "statusType",
|
|
14
|
+
"baseName": "statusType",
|
|
15
|
+
"type": "TestStatusType"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "value",
|
|
19
|
+
"baseName": "value",
|
|
20
|
+
"type": "number"
|
|
21
|
+
}
|
|
22
|
+
];
|
|
23
|
+
//# sourceMappingURL=testPlanGroupByStatusType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"testPlanGroupByStatusType.js","sourceRoot":"","sources":["../../src/model/testPlanGroupByStatusType.ts"],"names":[],"mappings":";;;AAeA,MAAa,yBAAyB;IAkBlC,MAAM,CAAC,mBAAmB;QACtB,OAAO,yBAAyB,CAAC,gBAAgB,CAAC;IACtD,CAAC;;AApBL,8DAqBC;AAjBU,uCAAa,GAAuB,SAAS,CAAC;AAE9C,0CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,gBAAgB;KAC3B;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
|