@gizone/rrs-client 4.1.0-alpha.132 → 4.1.0-alpha.134
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/.openapi-generator/FILES +1 -0
- package/apis/work-order-api.ts +264 -0
- package/dist/apis/work-order-api.d.ts +162 -0
- package/dist/apis/work-order-api.js +148 -1
- package/dist/esm/apis/work-order-api.d.ts +162 -0
- package/dist/esm/apis/work-order-api.js +147 -0
- package/dist/esm/models/equipment-work-order-statistics.d.ts +30 -0
- package/dist/esm/models/equipment-work-order-statistics.js +14 -0
- package/dist/esm/models/get-user-wx200-response.d.ts +10 -10
- package/dist/esm/models/index.d.ts +1 -0
- package/dist/esm/models/index.js +1 -0
- package/dist/esm/models/ipage-access-vo.d.ts +8 -8
- package/dist/esm/models/result-code.d.ts +1 -0
- package/dist/esm/models/result-code.js +1 -0
- package/dist/esm/models/surveillance-details-dto.d.ts +7 -0
- package/dist/esm/models/work-order-search-dto.d.ts +9 -2
- package/dist/models/equipment-work-order-statistics.d.ts +30 -0
- package/dist/models/equipment-work-order-statistics.js +15 -0
- package/dist/models/get-user-wx200-response.d.ts +10 -10
- package/dist/models/index.d.ts +1 -0
- package/dist/models/index.js +1 -0
- package/dist/models/ipage-access-vo.d.ts +8 -8
- package/dist/models/result-code.d.ts +1 -0
- package/dist/models/result-code.js +1 -0
- package/dist/models/surveillance-details-dto.d.ts +7 -0
- package/dist/models/work-order-search-dto.d.ts +9 -2
- package/models/equipment-work-order-statistics.ts +36 -0
- package/models/get-user-wx200-response.ts +10 -10
- package/models/index.ts +1 -0
- package/models/ipage-access-vo.ts +8 -8
- package/models/result-code.ts +1 -0
- package/models/surveillance-details-dto.ts +9 -0
- package/models/work-order-search-dto.ts +11 -2
- package/package.json +1 -1
|
@@ -187,6 +187,7 @@ export * from './equipment-system-team-vo';
|
|
|
187
187
|
export * from './equipment-system-tree-dto';
|
|
188
188
|
export * from './equipment-tree-dto';
|
|
189
189
|
export * from './equipment-tree-details-dto';
|
|
190
|
+
export * from './equipment-work-order-statistics';
|
|
190
191
|
export * from './esg-park-by-series-dto';
|
|
191
192
|
export * from './esg-park-by-series-details-dto';
|
|
192
193
|
export * from './esg-park-carbon-emission-details-dto';
|
package/dist/esm/models/index.js
CHANGED
|
@@ -187,6 +187,7 @@ export * from './equipment-system-team-vo';
|
|
|
187
187
|
export * from './equipment-system-tree-dto';
|
|
188
188
|
export * from './equipment-tree-dto';
|
|
189
189
|
export * from './equipment-tree-details-dto';
|
|
190
|
+
export * from './equipment-work-order-statistics';
|
|
190
191
|
export * from './esg-park-by-series-dto';
|
|
191
192
|
export * from './esg-park-by-series-details-dto';
|
|
192
193
|
export * from './esg-park-carbon-emission-details-dto';
|
|
@@ -22,6 +22,12 @@ export interface IPageAccessVO {
|
|
|
22
22
|
* @memberof IPageAccessVO
|
|
23
23
|
*/
|
|
24
24
|
'total'?: number;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {Array<AccessVO>}
|
|
28
|
+
* @memberof IPageAccessVO
|
|
29
|
+
*/
|
|
30
|
+
'records'?: Array<AccessVO>;
|
|
25
31
|
/**
|
|
26
32
|
*
|
|
27
33
|
* @type {number}
|
|
@@ -30,10 +36,10 @@ export interface IPageAccessVO {
|
|
|
30
36
|
'current'?: number;
|
|
31
37
|
/**
|
|
32
38
|
*
|
|
33
|
-
* @type {
|
|
39
|
+
* @type {boolean}
|
|
34
40
|
* @memberof IPageAccessVO
|
|
35
41
|
*/
|
|
36
|
-
'
|
|
42
|
+
'searchCount'?: boolean;
|
|
37
43
|
/**
|
|
38
44
|
*
|
|
39
45
|
* @type {number}
|
|
@@ -47,12 +53,6 @@ export interface IPageAccessVO {
|
|
|
47
53
|
* @deprecated
|
|
48
54
|
*/
|
|
49
55
|
'hitCount'?: boolean;
|
|
50
|
-
/**
|
|
51
|
-
*
|
|
52
|
-
* @type {boolean}
|
|
53
|
-
* @memberof IPageAccessVO
|
|
54
|
-
*/
|
|
55
|
-
'searchCount'?: boolean;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
|
@@ -131,6 +131,7 @@ export declare const ResultCode: {
|
|
|
131
131
|
readonly IncorrectPassword: "INCORRECT_PASSWORD";
|
|
132
132
|
readonly IncorrectInspectionOrder: "INCORRECT_INSPECTION_ORDER";
|
|
133
133
|
readonly ThirdPartyFailure: "THIRD_PARTY_FAILURE";
|
|
134
|
+
readonly WorkOrderIssueType: "WORK_ORDER_ISSUE_TYPE";
|
|
134
135
|
readonly UnknownException: "UNKNOWN_EXCEPTION";
|
|
135
136
|
readonly RecordAlreadyExistsInTheDatabase: "RECORD_ALREADY_EXISTS_IN_THE_DATABASE";
|
|
136
137
|
readonly SqlException: "SQL_EXCEPTION";
|
|
@@ -133,6 +133,7 @@ export const ResultCode = {
|
|
|
133
133
|
IncorrectPassword: 'INCORRECT_PASSWORD',
|
|
134
134
|
IncorrectInspectionOrder: 'INCORRECT_INSPECTION_ORDER',
|
|
135
135
|
ThirdPartyFailure: 'THIRD_PARTY_FAILURE',
|
|
136
|
+
WorkOrderIssueType: 'WORK_ORDER_ISSUE_TYPE',
|
|
136
137
|
UnknownException: 'UNKNOWN_EXCEPTION',
|
|
137
138
|
RecordAlreadyExistsInTheDatabase: 'RECORD_ALREADY_EXISTS_IN_THE_DATABASE',
|
|
138
139
|
SqlException: 'SQL_EXCEPTION',
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { EquipmentWorkOrderStatistics } from './equipment-work-order-statistics';
|
|
12
13
|
import type { FunctionalAreaEnum } from './functional-area-enum';
|
|
13
14
|
import type { HikGetCamerasInfoVO } from './hik-get-cameras-info-vo';
|
|
14
15
|
import type { InstallationBodyEnum } from './installation-body-enum';
|
|
@@ -128,4 +129,10 @@ export interface SurveillanceDetailsDto {
|
|
|
128
129
|
* @memberof SurveillanceDetailsDto
|
|
129
130
|
*/
|
|
130
131
|
'hikGetCamerasInfo'?: HikGetCamerasInfoVO;
|
|
132
|
+
/**
|
|
133
|
+
*
|
|
134
|
+
* @type {EquipmentWorkOrderStatistics}
|
|
135
|
+
* @memberof SurveillanceDetailsDto
|
|
136
|
+
*/
|
|
137
|
+
'maintenanceStatistics'?: EquipmentWorkOrderStatistics;
|
|
131
138
|
}
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
import type { WorkOrderDeptDTO } from './work-order-dept-dto';
|
|
13
13
|
import type { WorkOrderExtData } from './work-order-ext-data';
|
|
14
14
|
import type { WorkOrderHandlerDto } from './work-order-handler-dto';
|
|
15
|
+
import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
|
|
15
16
|
import type { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
16
17
|
/**
|
|
17
18
|
* 工单查询DTO
|
|
@@ -111,16 +112,22 @@ export interface WorkOrderSearchDTO {
|
|
|
111
112
|
'inspectionException'?: boolean;
|
|
112
113
|
/**
|
|
113
114
|
*
|
|
114
|
-
* @type {
|
|
115
|
+
* @type {WorkOrderIssueTypeEnum}
|
|
115
116
|
* @memberof WorkOrderSearchDTO
|
|
116
117
|
*/
|
|
117
|
-
'
|
|
118
|
+
'workOrderIssueType'?: WorkOrderIssueTypeEnum;
|
|
118
119
|
/**
|
|
119
120
|
*
|
|
120
121
|
* @type {WorkOrderExtData}
|
|
121
122
|
* @memberof WorkOrderSearchDTO
|
|
122
123
|
*/
|
|
123
124
|
'workOrderExtData'?: WorkOrderExtData;
|
|
125
|
+
/**
|
|
126
|
+
*
|
|
127
|
+
* @type {WorkOrderHandlerDto}
|
|
128
|
+
* @memberof WorkOrderSearchDTO
|
|
129
|
+
*/
|
|
130
|
+
'handler'?: WorkOrderHandlerDto;
|
|
124
131
|
}
|
|
125
132
|
export declare const WorkOrderSearchDTOWorkOrderStatusEnum: {
|
|
126
133
|
readonly Pending: "PENDING";
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* 设备工单统计
|
|
14
|
+
* @export
|
|
15
|
+
* @interface EquipmentWorkOrderStatistics
|
|
16
|
+
*/
|
|
17
|
+
export interface EquipmentWorkOrderStatistics {
|
|
18
|
+
/**
|
|
19
|
+
* 数量
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof EquipmentWorkOrderStatistics
|
|
22
|
+
*/
|
|
23
|
+
'count'?: number;
|
|
24
|
+
/**
|
|
25
|
+
* 最后时间
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof EquipmentWorkOrderStatistics
|
|
28
|
+
*/
|
|
29
|
+
'lastTime'?: string;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -17,12 +17,6 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
|
|
|
17
17
|
* @interface GetUserWx200Response
|
|
18
18
|
*/
|
|
19
19
|
export interface GetUserWx200Response {
|
|
20
|
-
/**
|
|
21
|
-
*
|
|
22
|
-
* @type {object}
|
|
23
|
-
* @memberof GetUserWx200Response
|
|
24
|
-
*/
|
|
25
|
-
'trailerFields'?: object;
|
|
26
20
|
/**
|
|
27
21
|
*
|
|
28
22
|
* @type {number}
|
|
@@ -35,6 +29,12 @@ export interface GetUserWx200Response {
|
|
|
35
29
|
* @memberof GetUserWx200Response
|
|
36
30
|
*/
|
|
37
31
|
'headerNames'?: Array<string>;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {object}
|
|
35
|
+
* @memberof GetUserWx200Response
|
|
36
|
+
*/
|
|
37
|
+
'trailerFields'?: object;
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
40
|
* @type {GetUserWx200ResponseLocale}
|
|
@@ -67,10 +67,10 @@ export interface GetUserWx200Response {
|
|
|
67
67
|
'outputStream'?: GetUserWx200ResponseOutputStream;
|
|
68
68
|
/**
|
|
69
69
|
*
|
|
70
|
-
* @type {
|
|
70
|
+
* @type {string}
|
|
71
71
|
* @memberof GetUserWx200Response
|
|
72
72
|
*/
|
|
73
|
-
'
|
|
73
|
+
'characterEncoding'?: string;
|
|
74
74
|
/**
|
|
75
75
|
*
|
|
76
76
|
* @type {number}
|
|
@@ -85,8 +85,8 @@ export interface GetUserWx200Response {
|
|
|
85
85
|
'committed'?: boolean;
|
|
86
86
|
/**
|
|
87
87
|
*
|
|
88
|
-
* @type {
|
|
88
|
+
* @type {object}
|
|
89
89
|
* @memberof GetUserWx200Response
|
|
90
90
|
*/
|
|
91
|
-
'
|
|
91
|
+
'writer'?: object;
|
|
92
92
|
}
|
package/dist/models/index.d.ts
CHANGED
|
@@ -187,6 +187,7 @@ export * from './equipment-system-team-vo';
|
|
|
187
187
|
export * from './equipment-system-tree-dto';
|
|
188
188
|
export * from './equipment-tree-dto';
|
|
189
189
|
export * from './equipment-tree-details-dto';
|
|
190
|
+
export * from './equipment-work-order-statistics';
|
|
190
191
|
export * from './esg-park-by-series-dto';
|
|
191
192
|
export * from './esg-park-by-series-details-dto';
|
|
192
193
|
export * from './esg-park-carbon-emission-details-dto';
|
package/dist/models/index.js
CHANGED
|
@@ -203,6 +203,7 @@ __exportStar(require("./equipment-system-team-vo"), exports);
|
|
|
203
203
|
__exportStar(require("./equipment-system-tree-dto"), exports);
|
|
204
204
|
__exportStar(require("./equipment-tree-dto"), exports);
|
|
205
205
|
__exportStar(require("./equipment-tree-details-dto"), exports);
|
|
206
|
+
__exportStar(require("./equipment-work-order-statistics"), exports);
|
|
206
207
|
__exportStar(require("./esg-park-by-series-dto"), exports);
|
|
207
208
|
__exportStar(require("./esg-park-by-series-details-dto"), exports);
|
|
208
209
|
__exportStar(require("./esg-park-carbon-emission-details-dto"), exports);
|
|
@@ -22,6 +22,12 @@ export interface IPageAccessVO {
|
|
|
22
22
|
* @memberof IPageAccessVO
|
|
23
23
|
*/
|
|
24
24
|
'total'?: number;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {Array<AccessVO>}
|
|
28
|
+
* @memberof IPageAccessVO
|
|
29
|
+
*/
|
|
30
|
+
'records'?: Array<AccessVO>;
|
|
25
31
|
/**
|
|
26
32
|
*
|
|
27
33
|
* @type {number}
|
|
@@ -30,10 +36,10 @@ export interface IPageAccessVO {
|
|
|
30
36
|
'current'?: number;
|
|
31
37
|
/**
|
|
32
38
|
*
|
|
33
|
-
* @type {
|
|
39
|
+
* @type {boolean}
|
|
34
40
|
* @memberof IPageAccessVO
|
|
35
41
|
*/
|
|
36
|
-
'
|
|
42
|
+
'searchCount'?: boolean;
|
|
37
43
|
/**
|
|
38
44
|
*
|
|
39
45
|
* @type {number}
|
|
@@ -47,12 +53,6 @@ export interface IPageAccessVO {
|
|
|
47
53
|
* @deprecated
|
|
48
54
|
*/
|
|
49
55
|
'hitCount'?: boolean;
|
|
50
|
-
/**
|
|
51
|
-
*
|
|
52
|
-
* @type {boolean}
|
|
53
|
-
* @memberof IPageAccessVO
|
|
54
|
-
*/
|
|
55
|
-
'searchCount'?: boolean;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
|
@@ -131,6 +131,7 @@ export declare const ResultCode: {
|
|
|
131
131
|
readonly IncorrectPassword: "INCORRECT_PASSWORD";
|
|
132
132
|
readonly IncorrectInspectionOrder: "INCORRECT_INSPECTION_ORDER";
|
|
133
133
|
readonly ThirdPartyFailure: "THIRD_PARTY_FAILURE";
|
|
134
|
+
readonly WorkOrderIssueType: "WORK_ORDER_ISSUE_TYPE";
|
|
134
135
|
readonly UnknownException: "UNKNOWN_EXCEPTION";
|
|
135
136
|
readonly RecordAlreadyExistsInTheDatabase: "RECORD_ALREADY_EXISTS_IN_THE_DATABASE";
|
|
136
137
|
readonly SqlException: "SQL_EXCEPTION";
|
|
@@ -136,6 +136,7 @@ exports.ResultCode = {
|
|
|
136
136
|
IncorrectPassword: 'INCORRECT_PASSWORD',
|
|
137
137
|
IncorrectInspectionOrder: 'INCORRECT_INSPECTION_ORDER',
|
|
138
138
|
ThirdPartyFailure: 'THIRD_PARTY_FAILURE',
|
|
139
|
+
WorkOrderIssueType: 'WORK_ORDER_ISSUE_TYPE',
|
|
139
140
|
UnknownException: 'UNKNOWN_EXCEPTION',
|
|
140
141
|
RecordAlreadyExistsInTheDatabase: 'RECORD_ALREADY_EXISTS_IN_THE_DATABASE',
|
|
141
142
|
SqlException: 'SQL_EXCEPTION',
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { EquipmentWorkOrderStatistics } from './equipment-work-order-statistics';
|
|
12
13
|
import type { FunctionalAreaEnum } from './functional-area-enum';
|
|
13
14
|
import type { HikGetCamerasInfoVO } from './hik-get-cameras-info-vo';
|
|
14
15
|
import type { InstallationBodyEnum } from './installation-body-enum';
|
|
@@ -128,4 +129,10 @@ export interface SurveillanceDetailsDto {
|
|
|
128
129
|
* @memberof SurveillanceDetailsDto
|
|
129
130
|
*/
|
|
130
131
|
'hikGetCamerasInfo'?: HikGetCamerasInfoVO;
|
|
132
|
+
/**
|
|
133
|
+
*
|
|
134
|
+
* @type {EquipmentWorkOrderStatistics}
|
|
135
|
+
* @memberof SurveillanceDetailsDto
|
|
136
|
+
*/
|
|
137
|
+
'maintenanceStatistics'?: EquipmentWorkOrderStatistics;
|
|
131
138
|
}
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
import type { WorkOrderDeptDTO } from './work-order-dept-dto';
|
|
13
13
|
import type { WorkOrderExtData } from './work-order-ext-data';
|
|
14
14
|
import type { WorkOrderHandlerDto } from './work-order-handler-dto';
|
|
15
|
+
import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
|
|
15
16
|
import type { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
16
17
|
/**
|
|
17
18
|
* 工单查询DTO
|
|
@@ -111,16 +112,22 @@ export interface WorkOrderSearchDTO {
|
|
|
111
112
|
'inspectionException'?: boolean;
|
|
112
113
|
/**
|
|
113
114
|
*
|
|
114
|
-
* @type {
|
|
115
|
+
* @type {WorkOrderIssueTypeEnum}
|
|
115
116
|
* @memberof WorkOrderSearchDTO
|
|
116
117
|
*/
|
|
117
|
-
'
|
|
118
|
+
'workOrderIssueType'?: WorkOrderIssueTypeEnum;
|
|
118
119
|
/**
|
|
119
120
|
*
|
|
120
121
|
* @type {WorkOrderExtData}
|
|
121
122
|
* @memberof WorkOrderSearchDTO
|
|
122
123
|
*/
|
|
123
124
|
'workOrderExtData'?: WorkOrderExtData;
|
|
125
|
+
/**
|
|
126
|
+
*
|
|
127
|
+
* @type {WorkOrderHandlerDto}
|
|
128
|
+
* @memberof WorkOrderSearchDTO
|
|
129
|
+
*/
|
|
130
|
+
'handler'?: WorkOrderHandlerDto;
|
|
124
131
|
}
|
|
125
132
|
export declare const WorkOrderSearchDTOWorkOrderStatusEnum: {
|
|
126
133
|
readonly Pending: "PENDING";
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* 设备工单统计
|
|
19
|
+
* @export
|
|
20
|
+
* @interface EquipmentWorkOrderStatistics
|
|
21
|
+
*/
|
|
22
|
+
export interface EquipmentWorkOrderStatistics {
|
|
23
|
+
/**
|
|
24
|
+
* 数量
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof EquipmentWorkOrderStatistics
|
|
27
|
+
*/
|
|
28
|
+
'count'?: number;
|
|
29
|
+
/**
|
|
30
|
+
* 最后时间
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof EquipmentWorkOrderStatistics
|
|
33
|
+
*/
|
|
34
|
+
'lastTime'?: string;
|
|
35
|
+
}
|
|
36
|
+
|
|
@@ -26,12 +26,6 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
|
|
|
26
26
|
* @interface GetUserWx200Response
|
|
27
27
|
*/
|
|
28
28
|
export interface GetUserWx200Response {
|
|
29
|
-
/**
|
|
30
|
-
*
|
|
31
|
-
* @type {object}
|
|
32
|
-
* @memberof GetUserWx200Response
|
|
33
|
-
*/
|
|
34
|
-
'trailerFields'?: object;
|
|
35
29
|
/**
|
|
36
30
|
*
|
|
37
31
|
* @type {number}
|
|
@@ -44,6 +38,12 @@ export interface GetUserWx200Response {
|
|
|
44
38
|
* @memberof GetUserWx200Response
|
|
45
39
|
*/
|
|
46
40
|
'headerNames'?: Array<string>;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {object}
|
|
44
|
+
* @memberof GetUserWx200Response
|
|
45
|
+
*/
|
|
46
|
+
'trailerFields'?: object;
|
|
47
47
|
/**
|
|
48
48
|
*
|
|
49
49
|
* @type {GetUserWx200ResponseLocale}
|
|
@@ -76,10 +76,10 @@ export interface GetUserWx200Response {
|
|
|
76
76
|
'outputStream'?: GetUserWx200ResponseOutputStream;
|
|
77
77
|
/**
|
|
78
78
|
*
|
|
79
|
-
* @type {
|
|
79
|
+
* @type {string}
|
|
80
80
|
* @memberof GetUserWx200Response
|
|
81
81
|
*/
|
|
82
|
-
'
|
|
82
|
+
'characterEncoding'?: string;
|
|
83
83
|
/**
|
|
84
84
|
*
|
|
85
85
|
* @type {number}
|
|
@@ -94,9 +94,9 @@ export interface GetUserWx200Response {
|
|
|
94
94
|
'committed'?: boolean;
|
|
95
95
|
/**
|
|
96
96
|
*
|
|
97
|
-
* @type {
|
|
97
|
+
* @type {object}
|
|
98
98
|
* @memberof GetUserWx200Response
|
|
99
99
|
*/
|
|
100
|
-
'
|
|
100
|
+
'writer'?: object;
|
|
101
101
|
}
|
|
102
102
|
|
package/models/index.ts
CHANGED
|
@@ -187,6 +187,7 @@ export * from './equipment-system-team-vo';
|
|
|
187
187
|
export * from './equipment-system-tree-dto';
|
|
188
188
|
export * from './equipment-tree-dto';
|
|
189
189
|
export * from './equipment-tree-details-dto';
|
|
190
|
+
export * from './equipment-work-order-statistics';
|
|
190
191
|
export * from './esg-park-by-series-dto';
|
|
191
192
|
export * from './esg-park-by-series-details-dto';
|
|
192
193
|
export * from './esg-park-carbon-emission-details-dto';
|
|
@@ -29,6 +29,12 @@ export interface IPageAccessVO {
|
|
|
29
29
|
* @memberof IPageAccessVO
|
|
30
30
|
*/
|
|
31
31
|
'total'?: number;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {Array<AccessVO>}
|
|
35
|
+
* @memberof IPageAccessVO
|
|
36
|
+
*/
|
|
37
|
+
'records'?: Array<AccessVO>;
|
|
32
38
|
/**
|
|
33
39
|
*
|
|
34
40
|
* @type {number}
|
|
@@ -37,10 +43,10 @@ export interface IPageAccessVO {
|
|
|
37
43
|
'current'?: number;
|
|
38
44
|
/**
|
|
39
45
|
*
|
|
40
|
-
* @type {
|
|
46
|
+
* @type {boolean}
|
|
41
47
|
* @memberof IPageAccessVO
|
|
42
48
|
*/
|
|
43
|
-
'
|
|
49
|
+
'searchCount'?: boolean;
|
|
44
50
|
/**
|
|
45
51
|
*
|
|
46
52
|
* @type {number}
|
|
@@ -54,12 +60,6 @@ export interface IPageAccessVO {
|
|
|
54
60
|
* @deprecated
|
|
55
61
|
*/
|
|
56
62
|
'hitCount'?: boolean;
|
|
57
|
-
/**
|
|
58
|
-
*
|
|
59
|
-
* @type {boolean}
|
|
60
|
-
* @memberof IPageAccessVO
|
|
61
|
-
*/
|
|
62
|
-
'searchCount'?: boolean;
|
|
63
63
|
/**
|
|
64
64
|
*
|
|
65
65
|
* @type {number}
|
package/models/result-code.ts
CHANGED
|
@@ -137,6 +137,7 @@ export const ResultCode = {
|
|
|
137
137
|
IncorrectPassword: 'INCORRECT_PASSWORD',
|
|
138
138
|
IncorrectInspectionOrder: 'INCORRECT_INSPECTION_ORDER',
|
|
139
139
|
ThirdPartyFailure: 'THIRD_PARTY_FAILURE',
|
|
140
|
+
WorkOrderIssueType: 'WORK_ORDER_ISSUE_TYPE',
|
|
140
141
|
UnknownException: 'UNKNOWN_EXCEPTION',
|
|
141
142
|
RecordAlreadyExistsInTheDatabase: 'RECORD_ALREADY_EXISTS_IN_THE_DATABASE',
|
|
142
143
|
SqlException: 'SQL_EXCEPTION',
|
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { EquipmentWorkOrderStatistics } from './equipment-work-order-statistics';
|
|
16
19
|
// May contain unused imports in some cases
|
|
17
20
|
// @ts-ignore
|
|
18
21
|
import type { FunctionalAreaEnum } from './functional-area-enum';
|
|
@@ -143,6 +146,12 @@ export interface SurveillanceDetailsDto {
|
|
|
143
146
|
* @memberof SurveillanceDetailsDto
|
|
144
147
|
*/
|
|
145
148
|
'hikGetCamerasInfo'?: HikGetCamerasInfoVO;
|
|
149
|
+
/**
|
|
150
|
+
*
|
|
151
|
+
* @type {EquipmentWorkOrderStatistics}
|
|
152
|
+
* @memberof SurveillanceDetailsDto
|
|
153
|
+
*/
|
|
154
|
+
'maintenanceStatistics'?: EquipmentWorkOrderStatistics;
|
|
146
155
|
}
|
|
147
156
|
|
|
148
157
|
|
|
@@ -24,6 +24,9 @@ import type { WorkOrderExtData } from './work-order-ext-data';
|
|
|
24
24
|
import type { WorkOrderHandlerDto } from './work-order-handler-dto';
|
|
25
25
|
// May contain unused imports in some cases
|
|
26
26
|
// @ts-ignore
|
|
27
|
+
import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
|
|
28
|
+
// May contain unused imports in some cases
|
|
29
|
+
// @ts-ignore
|
|
27
30
|
import type { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
28
31
|
|
|
29
32
|
/**
|
|
@@ -124,16 +127,22 @@ export interface WorkOrderSearchDTO {
|
|
|
124
127
|
'inspectionException'?: boolean;
|
|
125
128
|
/**
|
|
126
129
|
*
|
|
127
|
-
* @type {
|
|
130
|
+
* @type {WorkOrderIssueTypeEnum}
|
|
128
131
|
* @memberof WorkOrderSearchDTO
|
|
129
132
|
*/
|
|
130
|
-
'
|
|
133
|
+
'workOrderIssueType'?: WorkOrderIssueTypeEnum;
|
|
131
134
|
/**
|
|
132
135
|
*
|
|
133
136
|
* @type {WorkOrderExtData}
|
|
134
137
|
* @memberof WorkOrderSearchDTO
|
|
135
138
|
*/
|
|
136
139
|
'workOrderExtData'?: WorkOrderExtData;
|
|
140
|
+
/**
|
|
141
|
+
*
|
|
142
|
+
* @type {WorkOrderHandlerDto}
|
|
143
|
+
* @memberof WorkOrderSearchDTO
|
|
144
|
+
*/
|
|
145
|
+
'handler'?: WorkOrderHandlerDto;
|
|
137
146
|
}
|
|
138
147
|
|
|
139
148
|
export const WorkOrderSearchDTOWorkOrderStatusEnum = {
|