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.
- package/README.MD +1 -16
- package/dist/api/apis.d.ts +1 -5
- package/dist/api/apis.js +1 -5
- package/dist/api/apis.js.map +1 -1
- package/dist/api/autoTestsApi.d.ts +13 -13
- package/dist/api/autoTestsApi.js +13 -13
- package/dist/api/autoTestsApi.js.map +1 -1
- package/dist/api/configurationsApi.d.ts +2 -1
- package/dist/api/configurationsApi.js +2 -2
- package/dist/api/configurationsApi.js.map +1 -1
- package/dist/api/projectsApi.d.ts +13 -12
- package/dist/api/projectsApi.js +54 -58
- package/dist/api/projectsApi.js.map +1 -1
- package/dist/api/testResultsApi.d.ts +4 -4
- package/dist/api/testResultsApi.js +3 -3
- package/dist/api/testResultsApi.js.map +1 -1
- package/dist/model/apiExternalServiceCategory.d.ts +4 -0
- package/dist/model/apiExternalServiceCategory.js +9 -0
- package/dist/model/apiExternalServiceCategory.js.map +1 -0
- package/dist/model/{autoTestAverageDurationModel.d.ts → autoTestAverageDurationApiResult.d.ts} +1 -1
- package/dist/model/autoTestAverageDurationApiResult.js +23 -0
- package/dist/model/autoTestAverageDurationApiResult.js.map +1 -0
- package/dist/model/{autoTestPostModel.d.ts → autoTestCreateApiModel.d.ts} +16 -16
- package/dist/model/{autoTestPostModel.js → autoTestCreateApiModel.js} +37 -37
- package/dist/model/autoTestCreateApiModel.js.map +1 -0
- package/dist/model/{autoTestNamespaceModel.d.ts → autoTestNamespaceApiResult.d.ts} +2 -2
- package/dist/model/autoTestNamespaceApiResult.js +23 -0
- package/dist/model/autoTestNamespaceApiResult.js.map +1 -0
- package/dist/model/autoTestStepApiModel.d.ts +16 -0
- package/dist/model/autoTestStepApiModel.js +28 -0
- package/dist/model/autoTestStepApiModel.js.map +1 -0
- package/dist/model/{autoTestPutModel.d.ts → autoTestUpdateApiModel.d.ts} +12 -12
- package/dist/model/{autoTestPutModel.js → autoTestUpdateApiModel.js} +27 -27
- package/dist/model/autoTestUpdateApiModel.js.map +1 -0
- package/dist/model/{workItemIdentifierModel.d.ts → autoTestWorkItemIdentifierApiResult.d.ts} +1 -1
- package/dist/model/autoTestWorkItemIdentifierApiResult.js +23 -0
- package/dist/model/autoTestWorkItemIdentifierApiResult.js.map +1 -0
- package/dist/model/backgroundJobType.d.ts +3 -1
- package/dist/model/backgroundJobType.js +2 -0
- package/dist/model/backgroundJobType.js.map +1 -1
- package/dist/model/configurationExtractionApiModel.d.ts +16 -0
- package/dist/model/configurationExtractionApiModel.js +23 -0
- package/dist/model/configurationExtractionApiModel.js.map +1 -0
- package/dist/model/configurationFilterApiModel.d.ts +17 -0
- package/dist/model/configurationFilterApiModel.js +33 -0
- package/dist/model/configurationFilterApiModel.js.map +1 -0
- package/dist/model/configurationSelectApiModel.d.ts +17 -0
- package/dist/model/configurationSelectApiModel.js +23 -0
- package/dist/model/configurationSelectApiModel.js.map +1 -0
- 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/enableProjectExternalServiceApiModel.d.ts +1 -1
- package/dist/model/externalServiceMetadataApiResult.d.ts +2 -2
- package/dist/model/externalServiceMetadataApiResult.js +1 -1
- package/dist/model/externalServiceMetadataApiResult.js.map +1 -1
- package/dist/model/{labelPostModel.d.ts → labelApiModel.d.ts} +1 -1
- package/dist/model/labelApiModel.js +18 -0
- package/dist/model/labelApiModel.js.map +1 -0
- package/dist/model/linkCreateApiModel.d.ts +21 -0
- package/dist/model/linkCreateApiModel.js +38 -0
- package/dist/model/linkCreateApiModel.js.map +1 -0
- package/dist/model/linkUpdateApiModel.d.ts +22 -0
- package/dist/model/linkUpdateApiModel.js +43 -0
- package/dist/model/linkUpdateApiModel.js.map +1 -0
- package/dist/model/models.d.ts +18 -9
- package/dist/model/models.js +54 -27
- package/dist/model/models.js.map +1 -1
- 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/projectTestPlansFilterModel.d.ts +1 -0
- package/dist/model/projectTestPlansFilterModel.js +5 -0
- package/dist/model/projectTestPlansFilterModel.js.map +1 -1
- package/dist/model/replaceProjectExternalServiceApiModel.d.ts +1 -1
- package/dist/model/testPlanTestPointsStatusCodeGroupApiResult.d.ts +16 -0
- package/dist/model/testPlanTestPointsStatusCodeGroupApiResult.js +28 -0
- package/dist/model/testPlanTestPointsStatusCodeGroupApiResult.js.map +1 -0
- package/dist/model/testPlanTestPointsStatusTypeGroupApiResult.d.ts +2 -1
- package/dist/model/testPlanTestPointsStatusTypeGroupApiResult.js +3 -3
- package/dist/model/testPlanTestPointsStatusTypeGroupApiResult.js.map +1 -1
- package/dist/model/testPlanTestPointsTesterAndStatusTypeGroupApiResult.d.ts +2 -1
- package/dist/model/testPlanTestPointsTesterAndStatusTypeGroupApiResult.js +3 -3
- package/dist/model/testPlanTestPointsTesterAndStatusTypeGroupApiResult.js.map +1 -1
- package/dist/model/testResultShortResponse.d.ts +1 -1
- package/package.json +2 -2
- package/dist/api/testStatusesApi.d.ts +0 -89
- package/dist/api/testStatusesApi.js +0 -524
- package/dist/api/testStatusesApi.js.map +0 -1
- package/dist/api/workflowsApi.d.ts +0 -101
- package/dist/api/workflowsApi.js +0 -590
- package/dist/api/workflowsApi.js.map +0 -1
- package/dist/model/autoTestAverageDurationModel.js +0 -23
- package/dist/model/autoTestAverageDurationModel.js.map +0 -1
- package/dist/model/autoTestNamespaceModel.js +0 -23
- package/dist/model/autoTestNamespaceModel.js.map +0 -1
- package/dist/model/autoTestPostModel.js.map +0 -1
- package/dist/model/autoTestPutModel.js.map +0 -1
- package/dist/model/externalServiceCategoryApiResult.d.ts +0 -4
- package/dist/model/externalServiceCategoryApiResult.js +0 -9
- package/dist/model/externalServiceCategoryApiResult.js.map +0 -1
- package/dist/model/labelPostModel.js +0 -18
- package/dist/model/labelPostModel.js.map +0 -1
- package/dist/model/publicTestPointModel.d.ts +0 -20
- package/dist/model/publicTestPointModel.js +0 -43
- package/dist/model/publicTestPointModel.js.map +0 -1
- package/dist/model/publicTestRunModel.d.ts +0 -32
- package/dist/model/publicTestRunModel.js +0 -78
- package/dist/model/publicTestRunModel.js.map +0 -1
- package/dist/model/workItemIdentifierModel.js +0 -23
- package/dist/model/workItemIdentifierModel.js.map +0 -1
|
@@ -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 | null;
|
|
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"}
|
|
@@ -15,6 +15,7 @@ export declare class ProjectTestPlansFilterModel {
|
|
|
15
15
|
'startDate'?: DateTimeRangeSelectorModel | null;
|
|
16
16
|
'endDate'?: DateTimeRangeSelectorModel | null;
|
|
17
17
|
'tagNames'?: Array<string> | null;
|
|
18
|
+
'excludeTagNames'?: Array<string> | null;
|
|
18
19
|
'attributes'?: {
|
|
19
20
|
[key: string]: Array<string> | null;
|
|
20
21
|
} | null;
|
|
@@ -79,6 +79,11 @@ ProjectTestPlansFilterModel.attributeTypeMap = [
|
|
|
79
79
|
"baseName": "tagNames",
|
|
80
80
|
"type": "Array<string>"
|
|
81
81
|
},
|
|
82
|
+
{
|
|
83
|
+
"name": "excludeTagNames",
|
|
84
|
+
"baseName": "excludeTagNames",
|
|
85
|
+
"type": "Array<string>"
|
|
86
|
+
},
|
|
82
87
|
{
|
|
83
88
|
"name": "attributes",
|
|
84
89
|
"baseName": "attributes",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"projectTestPlansFilterModel.js","sourceRoot":"","sources":["../../src/model/projectTestPlansFilterModel.ts"],"names":[],"mappings":";;;AAgBA,MAAa,2BAA2B;
|
|
1
|
+
{"version":3,"file":"projectTestPlansFilterModel.js","sourceRoot":"","sources":["../../src/model/projectTestPlansFilterModel.ts"],"names":[],"mappings":";;;AAgBA,MAAa,2BAA2B;IA4GpC,MAAM,CAAC,mBAAmB;QACtB,OAAO,2BAA2B,CAAC,gBAAgB,CAAC;IACxD,CAAC;;AA9GL,kEA+GC;AA5FU,yCAAa,GAAuB,SAAS,CAAC;AAE9C,4CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,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,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,wBAAwB;QAChC,UAAU,EAAE,wBAAwB;QACpC,MAAM,EAAE,uBAAuB;KAClC;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,0CAA0C;KACrD;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,SAAS;KACpB;CAAK,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare class TestPlanTestPointsStatusCodeGroupApiResult {
|
|
2
|
+
'statusCode': string;
|
|
3
|
+
'statusName': string;
|
|
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
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TestPlanTestPointsStatusCodeGroupApiResult = void 0;
|
|
4
|
+
class TestPlanTestPointsStatusCodeGroupApiResult {
|
|
5
|
+
static getAttributeTypeMap() {
|
|
6
|
+
return TestPlanTestPointsStatusCodeGroupApiResult.attributeTypeMap;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.TestPlanTestPointsStatusCodeGroupApiResult = TestPlanTestPointsStatusCodeGroupApiResult;
|
|
10
|
+
TestPlanTestPointsStatusCodeGroupApiResult.discriminator = undefined;
|
|
11
|
+
TestPlanTestPointsStatusCodeGroupApiResult.attributeTypeMap = [
|
|
12
|
+
{
|
|
13
|
+
"name": "statusCode",
|
|
14
|
+
"baseName": "statusCode",
|
|
15
|
+
"type": "string"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "statusName",
|
|
19
|
+
"baseName": "statusName",
|
|
20
|
+
"type": "string"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"name": "value",
|
|
24
|
+
"baseName": "value",
|
|
25
|
+
"type": "number"
|
|
26
|
+
}
|
|
27
|
+
];
|
|
28
|
+
//# sourceMappingURL=testPlanTestPointsStatusCodeGroupApiResult.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"testPlanTestPointsStatusCodeGroupApiResult.js","sourceRoot":"","sources":["../../src/model/testPlanTestPointsStatusCodeGroupApiResult.ts"],"names":[],"mappings":";;;AAcA,MAAa,0CAA0C;IAwBnD,MAAM,CAAC,mBAAmB;QACtB,OAAO,0CAA0C,CAAC,gBAAgB,CAAC;IACvE,CAAC;;AA1BL,gGA2BC;AAtBU,wDAAa,GAAuB,SAAS,CAAC;AAE9C,2DAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import { TestPlanTestPointsStatusCodeGroupApiResult } from './testPlanTestPointsStatusCodeGroupApiResult';
|
|
1
2
|
import { TestStatusApiType } from './testStatusApiType';
|
|
2
3
|
export declare class TestPlanTestPointsStatusTypeGroupApiResult {
|
|
3
4
|
'statusType': TestStatusApiType;
|
|
4
|
-
'
|
|
5
|
+
'statuses': Array<TestPlanTestPointsStatusCodeGroupApiResult>;
|
|
5
6
|
static discriminator: string | undefined;
|
|
6
7
|
static attributeTypeMap: Array<{
|
|
7
8
|
name: string;
|
|
@@ -15,9 +15,9 @@ TestPlanTestPointsStatusTypeGroupApiResult.attributeTypeMap = [
|
|
|
15
15
|
"type": "TestStatusApiType"
|
|
16
16
|
},
|
|
17
17
|
{
|
|
18
|
-
"name": "
|
|
19
|
-
"baseName": "
|
|
20
|
-
"type": "
|
|
18
|
+
"name": "statuses",
|
|
19
|
+
"baseName": "statuses",
|
|
20
|
+
"type": "Array<TestPlanTestPointsStatusCodeGroupApiResult>"
|
|
21
21
|
}
|
|
22
22
|
];
|
|
23
23
|
//# sourceMappingURL=testPlanTestPointsStatusTypeGroupApiResult.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"testPlanTestPointsStatusTypeGroupApiResult.js","sourceRoot":"","sources":["../../src/model/testPlanTestPointsStatusTypeGroupApiResult.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"testPlanTestPointsStatusTypeGroupApiResult.js","sourceRoot":"","sources":["../../src/model/testPlanTestPointsStatusTypeGroupApiResult.ts"],"names":[],"mappings":";;;AAgBA,MAAa,0CAA0C;IAqBnD,MAAM,CAAC,mBAAmB;QACtB,OAAO,0CAA0C,CAAC,gBAAgB,CAAC;IACvE,CAAC;;AAvBL,gGAwBC;AAjBU,wDAAa,GAAuB,SAAS,CAAC;AAE9C,2DAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,mBAAmB;KAC9B;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,mDAAmD;KAC9D;CAAK,CAAC"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import { TestPlanTestPointsStatusCodeGroupApiResult } from './testPlanTestPointsStatusCodeGroupApiResult';
|
|
1
2
|
import { TestStatusApiType } from './testStatusApiType';
|
|
2
3
|
export declare class TestPlanTestPointsTesterAndStatusTypeGroupApiResult {
|
|
3
4
|
'userId': string | null;
|
|
4
5
|
'statusType': TestStatusApiType;
|
|
5
|
-
'
|
|
6
|
+
'statuses': Array<TestPlanTestPointsStatusCodeGroupApiResult>;
|
|
6
7
|
static discriminator: string | undefined;
|
|
7
8
|
static attributeTypeMap: Array<{
|
|
8
9
|
name: string;
|
|
@@ -20,9 +20,9 @@ TestPlanTestPointsTesterAndStatusTypeGroupApiResult.attributeTypeMap = [
|
|
|
20
20
|
"type": "TestStatusApiType"
|
|
21
21
|
},
|
|
22
22
|
{
|
|
23
|
-
"name": "
|
|
24
|
-
"baseName": "
|
|
25
|
-
"type": "
|
|
23
|
+
"name": "statuses",
|
|
24
|
+
"baseName": "statuses",
|
|
25
|
+
"type": "Array<TestPlanTestPointsStatusCodeGroupApiResult>"
|
|
26
26
|
}
|
|
27
27
|
];
|
|
28
28
|
//# sourceMappingURL=testPlanTestPointsTesterAndStatusTypeGroupApiResult.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"testPlanTestPointsTesterAndStatusTypeGroupApiResult.js","sourceRoot":"","sources":["../../src/model/testPlanTestPointsTesterAndStatusTypeGroupApiResult.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"testPlanTestPointsTesterAndStatusTypeGroupApiResult.js","sourceRoot":"","sources":["../../src/model/testPlanTestPointsTesterAndStatusTypeGroupApiResult.ts"],"names":[],"mappings":";;;AAgBA,MAAa,mDAAmD;IA2B5D,MAAM,CAAC,mBAAmB;QACtB,OAAO,mDAAmD,CAAC,gBAAgB,CAAC;IAChF,CAAC;;AA7BL,kHA8BC;AAtBU,iEAAa,GAAuB,SAAS,CAAC;AAE9C,oEAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,mBAAmB;KAC9B;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,mDAAmD;KAC9D;CAAK,CAAC"}
|
|
@@ -11,7 +11,7 @@ export declare class TestResultShortResponse {
|
|
|
11
11
|
'configurationId': string;
|
|
12
12
|
'configurationName': string;
|
|
13
13
|
'outcome'?: string | null;
|
|
14
|
-
'status'
|
|
14
|
+
'status': TestStatusApiResult;
|
|
15
15
|
'resultReasons': Array<AutoTestResultReasonShort>;
|
|
16
16
|
'comment'?: string | null;
|
|
17
17
|
'date': Date;
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "testit-api-client",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.5.0",
|
|
4
4
|
"description": "Api client for Test IT TMS",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
|
-
"url": "https://github.com/testit-tms/api-client-js"
|
|
7
|
+
"url": "git+https://github.com/testit-tms/api-client-js.git"
|
|
8
8
|
},
|
|
9
9
|
"main": "dist/api.js",
|
|
10
10
|
"types": "dist/api.d.ts",
|
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
|
-
import http from 'http';
|
|
3
|
-
import { CreateTestStatusApiModel } from '../model/createTestStatusApiModel';
|
|
4
|
-
import { SearchTestStatusesApiModel } from '../model/searchTestStatusesApiModel';
|
|
5
|
-
import { TestStatusApiResult } from '../model/testStatusApiResult';
|
|
6
|
-
import { TestStatusApiResultReply } from '../model/testStatusApiResultReply';
|
|
7
|
-
import { UpdateTestStatusApiModel } from '../model/updateTestStatusApiModel';
|
|
8
|
-
import { Authentication, Interceptor } from '../model/models';
|
|
9
|
-
import { ApiKeyAuth } from '../model/models';
|
|
10
|
-
export declare enum TestStatusesApiApiKeys {
|
|
11
|
-
'Bearer or PrivateToken' = 0
|
|
12
|
-
}
|
|
13
|
-
export declare class TestStatusesApi {
|
|
14
|
-
protected _basePath: string;
|
|
15
|
-
protected _defaultHeaders: any;
|
|
16
|
-
protected _rejectUnauthorized: boolean;
|
|
17
|
-
protected _useQuerystring: boolean;
|
|
18
|
-
protected authentications: {
|
|
19
|
-
default: Authentication;
|
|
20
|
-
'Bearer or PrivateToken': ApiKeyAuth;
|
|
21
|
-
};
|
|
22
|
-
protected interceptors: Interceptor[];
|
|
23
|
-
constructor(basePath?: string);
|
|
24
|
-
set useQuerystring(value: boolean);
|
|
25
|
-
set basePath(basePath: string);
|
|
26
|
-
set defaultHeaders(defaultHeaders: any);
|
|
27
|
-
get defaultHeaders(): any;
|
|
28
|
-
get basePath(): string;
|
|
29
|
-
setDefaultAuthentication(auth: Authentication): void;
|
|
30
|
-
setApiKey(key: TestStatusesApiApiKeys, value: string): void;
|
|
31
|
-
addInterceptor(interceptor: Interceptor): void;
|
|
32
|
-
setRejectUnauthorized(value: boolean): void;
|
|
33
|
-
apiV2TestStatusesCodeCodeExistsGet(code: string, options?: {
|
|
34
|
-
headers: {
|
|
35
|
-
[name: string]: string;
|
|
36
|
-
};
|
|
37
|
-
}): Promise<{
|
|
38
|
-
response: http.IncomingMessage;
|
|
39
|
-
body: boolean;
|
|
40
|
-
}>;
|
|
41
|
-
apiV2TestStatusesIdDelete(id: string, options?: {
|
|
42
|
-
headers: {
|
|
43
|
-
[name: string]: string;
|
|
44
|
-
};
|
|
45
|
-
}): Promise<{
|
|
46
|
-
response: http.IncomingMessage;
|
|
47
|
-
body?: any;
|
|
48
|
-
}>;
|
|
49
|
-
apiV2TestStatusesIdGet(id: string, options?: {
|
|
50
|
-
headers: {
|
|
51
|
-
[name: string]: string;
|
|
52
|
-
};
|
|
53
|
-
}): Promise<{
|
|
54
|
-
response: http.IncomingMessage;
|
|
55
|
-
body: TestStatusApiResult;
|
|
56
|
-
}>;
|
|
57
|
-
apiV2TestStatusesIdPut(id: string, updateTestStatusApiModel?: UpdateTestStatusApiModel, options?: {
|
|
58
|
-
headers: {
|
|
59
|
-
[name: string]: string;
|
|
60
|
-
};
|
|
61
|
-
}): Promise<{
|
|
62
|
-
response: http.IncomingMessage;
|
|
63
|
-
body?: any;
|
|
64
|
-
}>;
|
|
65
|
-
apiV2TestStatusesNameNameExistsGet(name: string, options?: {
|
|
66
|
-
headers: {
|
|
67
|
-
[name: string]: string;
|
|
68
|
-
};
|
|
69
|
-
}): Promise<{
|
|
70
|
-
response: http.IncomingMessage;
|
|
71
|
-
body: boolean;
|
|
72
|
-
}>;
|
|
73
|
-
apiV2TestStatusesPost(createTestStatusApiModel?: CreateTestStatusApiModel, options?: {
|
|
74
|
-
headers: {
|
|
75
|
-
[name: string]: string;
|
|
76
|
-
};
|
|
77
|
-
}): Promise<{
|
|
78
|
-
response: http.IncomingMessage;
|
|
79
|
-
body: TestStatusApiResult;
|
|
80
|
-
}>;
|
|
81
|
-
apiV2TestStatusesSearchPost(searchTestStatusesApiModel?: SearchTestStatusesApiModel, options?: {
|
|
82
|
-
headers: {
|
|
83
|
-
[name: string]: string;
|
|
84
|
-
};
|
|
85
|
-
}): Promise<{
|
|
86
|
-
response: http.IncomingMessage;
|
|
87
|
-
body: TestStatusApiResultReply;
|
|
88
|
-
}>;
|
|
89
|
-
}
|