@gizone/rrs-client 4.1.3-alpha.198 → 4.1.3-alpha.203
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 +6 -0
- package/api.ts +1 -0
- package/apis/hwork-api.ts +167 -0
- package/apis/surveillance-api.ts +36 -32
- package/apis/surveillance-settings-api.ts +89 -0
- package/apis/work-order-api.ts +192 -0
- package/dist/api.d.ts +1 -0
- package/dist/api.js +1 -0
- package/dist/apis/hwork-api.d.ts +96 -0
- package/dist/apis/hwork-api.js +145 -0
- package/dist/apis/surveillance-api.d.ts +24 -24
- package/dist/apis/surveillance-api.js +22 -18
- package/dist/apis/surveillance-settings-api.d.ts +47 -0
- package/dist/apis/surveillance-settings-api.js +69 -0
- package/dist/apis/work-order-api.d.ts +102 -0
- package/dist/apis/work-order-api.js +144 -0
- package/dist/esm/api.d.ts +1 -0
- package/dist/esm/api.js +1 -0
- package/dist/esm/apis/hwork-api.d.ts +96 -0
- package/dist/esm/apis/hwork-api.js +138 -0
- package/dist/esm/apis/surveillance-api.d.ts +24 -24
- package/dist/esm/apis/surveillance-api.js +22 -18
- package/dist/esm/apis/surveillance-settings-api.d.ts +47 -0
- package/dist/esm/apis/surveillance-settings-api.js +69 -0
- package/dist/esm/apis/work-order-api.d.ts +102 -0
- package/dist/esm/apis/work-order-api.js +144 -0
- package/dist/esm/models/get-user-wx200-response.d.ts +6 -6
- package/dist/esm/models/index.d.ts +5 -0
- package/dist/esm/models/index.js +5 -0
- package/dist/esm/models/ipage-access-vo.d.ts +6 -6
- package/dist/esm/models/json-result-monitoring-coverage-alert-work-order-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-monitoring-coverage-alert-work-order-details-dto.js +14 -0
- package/dist/esm/models/login-type-enum.d.ts +2 -0
- package/dist/esm/models/login-type-enum.js +3 -1
- package/dist/esm/models/monitoring-coverage-alert-info.d.ts +43 -0
- package/dist/esm/models/monitoring-coverage-alert-info.js +14 -0
- package/dist/esm/models/monitoring-coverage-alert-process-vo.d.ts +43 -0
- package/dist/esm/models/monitoring-coverage-alert-process-vo.js +14 -0
- package/dist/esm/models/monitoring-coverage-alert-reason-enum.d.ts +23 -0
- package/dist/esm/models/monitoring-coverage-alert-reason-enum.js +24 -0
- package/dist/esm/models/monitoring-coverage-alert-work-order-details-dto.d.ts +97 -0
- package/dist/esm/models/monitoring-coverage-alert-work-order-details-dto.js +14 -0
- package/dist/esm/models/park.d.ts +3 -9
- package/dist/esm/models/surveillance-details-dto.d.ts +7 -0
- package/dist/esm/models/sys-user.d.ts +8 -2
- package/dist/esm/models/work-order-ext-data.d.ts +7 -0
- package/dist/esm/models/work-order-internal-status-enum.d.ts +3 -0
- package/dist/esm/models/work-order-internal-status-enum.js +4 -1
- package/dist/esm/models/work-order-report-vo.d.ts +7 -0
- package/dist/models/get-user-wx200-response.d.ts +6 -6
- package/dist/models/index.d.ts +5 -0
- package/dist/models/index.js +5 -0
- package/dist/models/ipage-access-vo.d.ts +6 -6
- package/dist/models/json-result-monitoring-coverage-alert-work-order-details-dto.d.ts +62 -0
- package/dist/models/json-result-monitoring-coverage-alert-work-order-details-dto.js +15 -0
- package/dist/models/login-type-enum.d.ts +2 -0
- package/dist/models/login-type-enum.js +3 -1
- package/dist/models/monitoring-coverage-alert-info.d.ts +43 -0
- package/dist/models/monitoring-coverage-alert-info.js +15 -0
- package/dist/models/monitoring-coverage-alert-process-vo.d.ts +43 -0
- package/dist/models/monitoring-coverage-alert-process-vo.js +15 -0
- package/dist/models/monitoring-coverage-alert-reason-enum.d.ts +23 -0
- package/dist/models/monitoring-coverage-alert-reason-enum.js +27 -0
- package/dist/models/monitoring-coverage-alert-work-order-details-dto.d.ts +97 -0
- package/dist/models/monitoring-coverage-alert-work-order-details-dto.js +15 -0
- package/dist/models/park.d.ts +3 -9
- package/dist/models/surveillance-details-dto.d.ts +7 -0
- package/dist/models/sys-user.d.ts +8 -2
- package/dist/models/work-order-ext-data.d.ts +7 -0
- package/dist/models/work-order-internal-status-enum.d.ts +3 -0
- package/dist/models/work-order-internal-status-enum.js +4 -1
- package/dist/models/work-order-report-vo.d.ts +7 -0
- package/models/get-user-wx200-response.ts +6 -6
- package/models/index.ts +5 -0
- package/models/ipage-access-vo.ts +6 -6
- package/models/json-result-monitoring-coverage-alert-work-order-details-dto.ts +72 -0
- package/models/login-type-enum.ts +3 -1
- package/models/monitoring-coverage-alert-info.ts +53 -0
- package/models/monitoring-coverage-alert-process-vo.ts +53 -0
- package/models/monitoring-coverage-alert-reason-enum.ts +33 -0
- package/models/monitoring-coverage-alert-work-order-details-dto.ts +119 -0
- package/models/park.ts +3 -9
- package/models/surveillance-details-dto.ts +9 -0
- package/models/sys-user.ts +8 -2
- package/models/work-order-ext-data.ts +9 -0
- package/models/work-order-internal-status-enum.ts +4 -1
- package/models/work-order-report-vo.ts +9 -0
- package/package.json +1 -1
|
@@ -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 });
|
|
@@ -0,0 +1,23 @@
|
|
|
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
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare const MonitoringCoverageAlertReasonEnum: {
|
|
18
|
+
readonly Installing: "INSTALLING";
|
|
19
|
+
readonly ProtocolUnsupported: "PROTOCOL_UNSUPPORTED";
|
|
20
|
+
readonly NetworkReconstructionRequired: "NETWORK_RECONSTRUCTION_REQUIRED";
|
|
21
|
+
readonly SpecialReport: "SPECIAL_REPORT";
|
|
22
|
+
};
|
|
23
|
+
export type MonitoringCoverageAlertReasonEnum = typeof MonitoringCoverageAlertReasonEnum[keyof typeof MonitoringCoverageAlertReasonEnum];
|
|
@@ -0,0 +1,27 @@
|
|
|
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 });
|
|
16
|
+
exports.MonitoringCoverageAlertReasonEnum = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* 原因大类
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.MonitoringCoverageAlertReasonEnum = {
|
|
23
|
+
Installing: 'INSTALLING',
|
|
24
|
+
ProtocolUnsupported: 'PROTOCOL_UNSUPPORTED',
|
|
25
|
+
NetworkReconstructionRequired: 'NETWORK_RECONSTRUCTION_REQUIRED',
|
|
26
|
+
SpecialReport: 'SPECIAL_REPORT'
|
|
27
|
+
};
|
|
@@ -0,0 +1,97 @@
|
|
|
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
|
+
import type { WorkOrderDeptDTO } from './work-order-dept-dto';
|
|
13
|
+
import type { WorkOrderExtData } from './work-order-ext-data';
|
|
14
|
+
import type { WorkOrderHandlerDto } from './work-order-handler-dto';
|
|
15
|
+
import type { WorkOrderInternalStatusEnum } from './work-order-internal-status-enum';
|
|
16
|
+
import type { WorkOrderSponsorDto } from './work-order-sponsor-dto';
|
|
17
|
+
import type { WorkOrderStatusEnum } from './work-order-status-enum';
|
|
18
|
+
import type { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
19
|
+
/**
|
|
20
|
+
* 监控覆盖率告警工单
|
|
21
|
+
* @export
|
|
22
|
+
* @interface MonitoringCoverageAlertWorkOrderDetailsDto
|
|
23
|
+
*/
|
|
24
|
+
export interface MonitoringCoverageAlertWorkOrderDetailsDto {
|
|
25
|
+
/**
|
|
26
|
+
* 工单ID
|
|
27
|
+
* @type {number}
|
|
28
|
+
* @memberof MonitoringCoverageAlertWorkOrderDetailsDto
|
|
29
|
+
*/
|
|
30
|
+
'id'?: number;
|
|
31
|
+
/**
|
|
32
|
+
* 园区ID
|
|
33
|
+
* @type {number}
|
|
34
|
+
* @memberof MonitoringCoverageAlertWorkOrderDetailsDto
|
|
35
|
+
*/
|
|
36
|
+
'parkId'?: number;
|
|
37
|
+
/**
|
|
38
|
+
* 工单编号
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof MonitoringCoverageAlertWorkOrderDetailsDto
|
|
41
|
+
*/
|
|
42
|
+
'workOrderNo'?: string;
|
|
43
|
+
/**
|
|
44
|
+
* 工单名称
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof MonitoringCoverageAlertWorkOrderDetailsDto
|
|
47
|
+
*/
|
|
48
|
+
'workOrderName'?: string;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {WorkOrderTypeEnum}
|
|
52
|
+
* @memberof MonitoringCoverageAlertWorkOrderDetailsDto
|
|
53
|
+
*/
|
|
54
|
+
'workOrderType'?: WorkOrderTypeEnum;
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
* @type {WorkOrderStatusEnum}
|
|
58
|
+
* @memberof MonitoringCoverageAlertWorkOrderDetailsDto
|
|
59
|
+
*/
|
|
60
|
+
'workOrderStatus'?: WorkOrderStatusEnum;
|
|
61
|
+
/**
|
|
62
|
+
* 工单执行部门列表
|
|
63
|
+
* @type {Array<WorkOrderDeptDTO>}
|
|
64
|
+
* @memberof MonitoringCoverageAlertWorkOrderDetailsDto
|
|
65
|
+
*/
|
|
66
|
+
'workOrderDepts'?: Array<WorkOrderDeptDTO>;
|
|
67
|
+
/**
|
|
68
|
+
* 工单执行部门ID列表
|
|
69
|
+
* @type {Array<number>}
|
|
70
|
+
* @memberof MonitoringCoverageAlertWorkOrderDetailsDto
|
|
71
|
+
*/
|
|
72
|
+
'workOrderDeptIds'?: Array<number>;
|
|
73
|
+
/**
|
|
74
|
+
*
|
|
75
|
+
* @type {WorkOrderInternalStatusEnum}
|
|
76
|
+
* @memberof MonitoringCoverageAlertWorkOrderDetailsDto
|
|
77
|
+
*/
|
|
78
|
+
'internalStatus'?: WorkOrderInternalStatusEnum;
|
|
79
|
+
/**
|
|
80
|
+
*
|
|
81
|
+
* @type {WorkOrderSponsorDto}
|
|
82
|
+
* @memberof MonitoringCoverageAlertWorkOrderDetailsDto
|
|
83
|
+
*/
|
|
84
|
+
'sponsor'?: WorkOrderSponsorDto;
|
|
85
|
+
/**
|
|
86
|
+
*
|
|
87
|
+
* @type {WorkOrderHandlerDto}
|
|
88
|
+
* @memberof MonitoringCoverageAlertWorkOrderDetailsDto
|
|
89
|
+
*/
|
|
90
|
+
'handler'?: WorkOrderHandlerDto;
|
|
91
|
+
/**
|
|
92
|
+
*
|
|
93
|
+
* @type {WorkOrderExtData}
|
|
94
|
+
* @memberof MonitoringCoverageAlertWorkOrderDetailsDto
|
|
95
|
+
*/
|
|
96
|
+
'workOrderExtData'?: WorkOrderExtData;
|
|
97
|
+
}
|
|
@@ -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 });
|
package/dist/models/park.d.ts
CHANGED
|
@@ -17,7 +17,7 @@ import type { ParkPlatFormEnum } from './park-plat-form-enum';
|
|
|
17
17
|
*/
|
|
18
18
|
export interface Park {
|
|
19
19
|
/**
|
|
20
|
-
* 园区
|
|
20
|
+
* 园区ID
|
|
21
21
|
* @type {number}
|
|
22
22
|
* @memberof Park
|
|
23
23
|
*/
|
|
@@ -28,12 +28,6 @@ export interface Park {
|
|
|
28
28
|
* @memberof Park
|
|
29
29
|
*/
|
|
30
30
|
'parkName'?: string;
|
|
31
|
-
/**
|
|
32
|
-
* 所属中心
|
|
33
|
-
* @type {string}
|
|
34
|
-
* @memberof Park
|
|
35
|
-
*/
|
|
36
|
-
'center'?: string;
|
|
37
31
|
/**
|
|
38
32
|
*
|
|
39
33
|
* @type {ParkPlatFormEnum}
|
|
@@ -41,9 +35,9 @@ export interface Park {
|
|
|
41
35
|
*/
|
|
42
36
|
'platform'?: ParkPlatFormEnum;
|
|
43
37
|
/**
|
|
44
|
-
*
|
|
38
|
+
* 中心
|
|
45
39
|
* @type {string}
|
|
46
40
|
* @memberof Park
|
|
47
41
|
*/
|
|
48
|
-
'
|
|
42
|
+
'center'?: string;
|
|
49
43
|
}
|
|
@@ -14,6 +14,7 @@ import type { FunctionalAreaEnum } from './functional-area-enum';
|
|
|
14
14
|
import type { HikGetCamerasInfoVO } from './hik-get-cameras-info-vo';
|
|
15
15
|
import type { InstallationBodyEnum } from './installation-body-enum';
|
|
16
16
|
import type { IotDeviceStatusEnum } from './iot-device-status-enum';
|
|
17
|
+
import type { Park } from './park';
|
|
17
18
|
import type { Space } from './space';
|
|
18
19
|
/**
|
|
19
20
|
* 监控详情参数
|
|
@@ -141,4 +142,10 @@ export interface SurveillanceDetailsDto {
|
|
|
141
142
|
* @memberof SurveillanceDetailsDto
|
|
142
143
|
*/
|
|
143
144
|
'maintenanceStatistics'?: EquipmentWorkOrderStatistics;
|
|
145
|
+
/**
|
|
146
|
+
*
|
|
147
|
+
* @type {Park}
|
|
148
|
+
* @memberof SurveillanceDetailsDto
|
|
149
|
+
*/
|
|
150
|
+
'park'?: Park;
|
|
144
151
|
}
|
|
@@ -356,15 +356,21 @@ export interface SysUser {
|
|
|
356
356
|
*/
|
|
357
357
|
'supplierId'?: number;
|
|
358
358
|
/**
|
|
359
|
-
*
|
|
359
|
+
* 第三方系统用户编号
|
|
360
360
|
* @type {string}
|
|
361
361
|
* @memberof SysUser
|
|
362
362
|
*/
|
|
363
|
-
'
|
|
363
|
+
'userNo'?: string;
|
|
364
364
|
/**
|
|
365
365
|
*
|
|
366
366
|
* @type {number}
|
|
367
367
|
* @memberof SysUser
|
|
368
368
|
*/
|
|
369
369
|
'cuserId'?: number;
|
|
370
|
+
/**
|
|
371
|
+
*
|
|
372
|
+
* @type {string}
|
|
373
|
+
* @memberof SysUser
|
|
374
|
+
*/
|
|
375
|
+
'cid'?: string;
|
|
370
376
|
}
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { MonitoringCoverageAlertInfo } from './monitoring-coverage-alert-info';
|
|
12
13
|
import type { NetworkRepairInfo } from './network-repair-info';
|
|
13
14
|
import type { OfflineAlertWorkOrderInfo } from './offline-alert-work-order-info';
|
|
14
15
|
import type { ViolationWorkOrderInfo } from './violation-work-order-info';
|
|
@@ -36,4 +37,10 @@ export interface WorkOrderExtData {
|
|
|
36
37
|
* @memberof WorkOrderExtData
|
|
37
38
|
*/
|
|
38
39
|
'offlineAlertWorkOrderInfo'?: OfflineAlertWorkOrderInfo;
|
|
40
|
+
/**
|
|
41
|
+
*
|
|
42
|
+
* @type {MonitoringCoverageAlertInfo}
|
|
43
|
+
* @memberof WorkOrderExtData
|
|
44
|
+
*/
|
|
45
|
+
'monitoringCoverageAlertInfo'?: MonitoringCoverageAlertInfo;
|
|
39
46
|
}
|
|
@@ -27,5 +27,8 @@ export declare const WorkOrderInternalStatusEnum: {
|
|
|
27
27
|
readonly ViolationWorkOrderInProgressLevelThree: "VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_THREE";
|
|
28
28
|
readonly OfflineAlertWorkOrderInProgressLevelOne: "OFFLINE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_ONE";
|
|
29
29
|
readonly OfflineAlertWorkOrderInProgressLevelTwo: "OFFLINE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_TWO";
|
|
30
|
+
readonly MonitoringCoverageAlertWorkOrderInProgressLevelOne: "MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_ONE";
|
|
31
|
+
readonly MonitoringCoverageAlertWorkOrderInProgressLevelTwo: "MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_TWO";
|
|
32
|
+
readonly MonitoringCoverageAlertWorkOrderInProgressLevelThree: "MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_THREE";
|
|
30
33
|
};
|
|
31
34
|
export type WorkOrderInternalStatusEnum = typeof WorkOrderInternalStatusEnum[keyof typeof WorkOrderInternalStatusEnum];
|
|
@@ -31,5 +31,8 @@ exports.WorkOrderInternalStatusEnum = {
|
|
|
31
31
|
ViolationWorkOrderInProgressLevelTwo: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_TWO',
|
|
32
32
|
ViolationWorkOrderInProgressLevelThree: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_THREE',
|
|
33
33
|
OfflineAlertWorkOrderInProgressLevelOne: 'OFFLINE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_ONE',
|
|
34
|
-
OfflineAlertWorkOrderInProgressLevelTwo: 'OFFLINE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_TWO'
|
|
34
|
+
OfflineAlertWorkOrderInProgressLevelTwo: 'OFFLINE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_TWO',
|
|
35
|
+
MonitoringCoverageAlertWorkOrderInProgressLevelOne: 'MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_ONE',
|
|
36
|
+
MonitoringCoverageAlertWorkOrderInProgressLevelTwo: 'MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_TWO',
|
|
37
|
+
MonitoringCoverageAlertWorkOrderInProgressLevelThree: 'MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_THREE'
|
|
35
38
|
};
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { MonitoringCoverageAlertProcessVo } from './monitoring-coverage-alert-process-vo';
|
|
12
13
|
import type { OfflineAlertWorkOrderVo } from './offline-alert-work-order-vo';
|
|
13
14
|
import type { WorkOrderInternalStatusEnum } from './work-order-internal-status-enum';
|
|
14
15
|
/**
|
|
@@ -35,4 +36,10 @@ export interface WorkOrderReportVo {
|
|
|
35
36
|
* @memberof WorkOrderReportVo
|
|
36
37
|
*/
|
|
37
38
|
'offlineAlertWorkOrder'?: OfflineAlertWorkOrderVo;
|
|
39
|
+
/**
|
|
40
|
+
*
|
|
41
|
+
* @type {MonitoringCoverageAlertProcessVo}
|
|
42
|
+
* @memberof WorkOrderReportVo
|
|
43
|
+
*/
|
|
44
|
+
'monitoringCoverageAlert'?: MonitoringCoverageAlertProcessVo;
|
|
38
45
|
}
|
|
@@ -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}
|
package/models/index.ts
CHANGED
|
@@ -474,6 +474,7 @@ export * from './json-result-monitor-detail-dto';
|
|
|
474
474
|
export * from './json-result-monitor-live-dto';
|
|
475
475
|
export * from './json-result-monitor-screen-dto';
|
|
476
476
|
export * from './json-result-monitor-sort-entity';
|
|
477
|
+
export * from './json-result-monitoring-coverage-alert-work-order-details-dto';
|
|
477
478
|
export * from './json-result-network-monitor-repair-details-dto';
|
|
478
479
|
export * from './json-result-news-entity';
|
|
479
480
|
export * from './json-result-node-dto';
|
|
@@ -596,6 +597,10 @@ export * from './monitor-search-dto';
|
|
|
596
597
|
export * from './monitor-search-vo';
|
|
597
598
|
export * from './monitor-sort-entity';
|
|
598
599
|
export * from './monitor-sort-search-vo';
|
|
600
|
+
export * from './monitoring-coverage-alert-info';
|
|
601
|
+
export * from './monitoring-coverage-alert-process-vo';
|
|
602
|
+
export * from './monitoring-coverage-alert-reason-enum';
|
|
603
|
+
export * from './monitoring-coverage-alert-work-order-details-dto';
|
|
599
604
|
export * from './network-monitor-repair-add-vo';
|
|
600
605
|
export * from './network-monitor-repair-decision-vo';
|
|
601
606
|
export * from './network-monitor-repair-details-dto';
|
|
@@ -41,12 +41,6 @@ export interface IPageAccessVO {
|
|
|
41
41
|
* @memberof IPageAccessVO
|
|
42
42
|
*/
|
|
43
43
|
'records'?: Array<AccessVO>;
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* @type {boolean}
|
|
47
|
-
* @memberof IPageAccessVO
|
|
48
|
-
*/
|
|
49
|
-
'searchCount'?: boolean;
|
|
50
44
|
/**
|
|
51
45
|
*
|
|
52
46
|
* @type {number}
|
|
@@ -60,6 +54,12 @@ export interface IPageAccessVO {
|
|
|
60
54
|
* @deprecated
|
|
61
55
|
*/
|
|
62
56
|
'hitCount'?: boolean;
|
|
57
|
+
/**
|
|
58
|
+
*
|
|
59
|
+
* @type {boolean}
|
|
60
|
+
* @memberof IPageAccessVO
|
|
61
|
+
*/
|
|
62
|
+
'searchCount'?: boolean;
|
|
63
63
|
/**
|
|
64
64
|
*
|
|
65
65
|
* @type {number}
|
|
@@ -0,0 +1,72 @@
|
|
|
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
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { BaseErrorResult } from './base-error-result';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { MonitoringCoverageAlertWorkOrderDetailsDto } from './monitoring-coverage-alert-work-order-details-dto';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface JsonResultMonitoringCoverageAlertWorkOrderDetailsDto
|
|
27
|
+
*/
|
|
28
|
+
export interface JsonResultMonitoringCoverageAlertWorkOrderDetailsDto {
|
|
29
|
+
/**
|
|
30
|
+
* 错误码,0:成功,其他:失败
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof JsonResultMonitoringCoverageAlertWorkOrderDetailsDto
|
|
33
|
+
*/
|
|
34
|
+
'code'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 错误消息
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof JsonResultMonitoringCoverageAlertWorkOrderDetailsDto
|
|
39
|
+
*/
|
|
40
|
+
'msg'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 错误堆栈
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof JsonResultMonitoringCoverageAlertWorkOrderDetailsDto
|
|
45
|
+
*/
|
|
46
|
+
'stacks'?: string;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {MonitoringCoverageAlertWorkOrderDetailsDto}
|
|
50
|
+
* @memberof JsonResultMonitoringCoverageAlertWorkOrderDetailsDto
|
|
51
|
+
*/
|
|
52
|
+
'data'?: MonitoringCoverageAlertWorkOrderDetailsDto | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {BaseErrorResult}
|
|
56
|
+
* @memberof JsonResultMonitoringCoverageAlertWorkOrderDetailsDto
|
|
57
|
+
*/
|
|
58
|
+
'error'?: BaseErrorResult | null;
|
|
59
|
+
/**
|
|
60
|
+
* 日志追踪ID
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof JsonResultMonitoringCoverageAlertWorkOrderDetailsDto
|
|
63
|
+
*/
|
|
64
|
+
'traceId'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* requestId
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof JsonResultMonitoringCoverageAlertWorkOrderDetailsDto
|
|
69
|
+
*/
|
|
70
|
+
'requestId'?: string | null;
|
|
71
|
+
}
|
|
72
|
+
|
|
@@ -0,0 +1,53 @@
|
|
|
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
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { MonitoringCoverageAlertReasonEnum } from './monitoring-coverage-alert-reason-enum';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 监控覆盖率报警工单信息
|
|
22
|
+
* @export
|
|
23
|
+
* @interface MonitoringCoverageAlertInfo
|
|
24
|
+
*/
|
|
25
|
+
export interface MonitoringCoverageAlertInfo {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {MonitoringCoverageAlertReasonEnum}
|
|
29
|
+
* @memberof MonitoringCoverageAlertInfo
|
|
30
|
+
*/
|
|
31
|
+
'reason'?: MonitoringCoverageAlertReasonEnum;
|
|
32
|
+
/**
|
|
33
|
+
* 预计完成时间
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof MonitoringCoverageAlertInfo
|
|
36
|
+
*/
|
|
37
|
+
'expectFinishTime'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 问题描述
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof MonitoringCoverageAlertInfo
|
|
42
|
+
*/
|
|
43
|
+
'problemDescription'?: string;
|
|
44
|
+
/**
|
|
45
|
+
* 图片/视频
|
|
46
|
+
* @type {Array<string>}
|
|
47
|
+
* @memberof MonitoringCoverageAlertInfo
|
|
48
|
+
*/
|
|
49
|
+
'images'?: Array<string>;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
@@ -0,0 +1,53 @@
|
|
|
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
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { MonitoringCoverageAlertReasonEnum } from './monitoring-coverage-alert-reason-enum';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 监控覆盖率报警工单处理参数
|
|
22
|
+
* @export
|
|
23
|
+
* @interface MonitoringCoverageAlertProcessVo
|
|
24
|
+
*/
|
|
25
|
+
export interface MonitoringCoverageAlertProcessVo {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {MonitoringCoverageAlertReasonEnum}
|
|
29
|
+
* @memberof MonitoringCoverageAlertProcessVo
|
|
30
|
+
*/
|
|
31
|
+
'reason': MonitoringCoverageAlertReasonEnum;
|
|
32
|
+
/**
|
|
33
|
+
* 预计完成时间
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof MonitoringCoverageAlertProcessVo
|
|
36
|
+
*/
|
|
37
|
+
'expectFinishTime': string;
|
|
38
|
+
/**
|
|
39
|
+
* 问题描述
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof MonitoringCoverageAlertProcessVo
|
|
42
|
+
*/
|
|
43
|
+
'problemDescription': string;
|
|
44
|
+
/**
|
|
45
|
+
* 图片/视频
|
|
46
|
+
* @type {Array<string>}
|
|
47
|
+
* @memberof MonitoringCoverageAlertProcessVo
|
|
48
|
+
*/
|
|
49
|
+
'images'?: Array<string>;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
@@ -0,0 +1,33 @@
|
|
|
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
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
export const MonitoringCoverageAlertReasonEnum = {
|
|
24
|
+
Installing: 'INSTALLING',
|
|
25
|
+
ProtocolUnsupported: 'PROTOCOL_UNSUPPORTED',
|
|
26
|
+
NetworkReconstructionRequired: 'NETWORK_RECONSTRUCTION_REQUIRED',
|
|
27
|
+
SpecialReport: 'SPECIAL_REPORT'
|
|
28
|
+
} as const;
|
|
29
|
+
|
|
30
|
+
export type MonitoringCoverageAlertReasonEnum = typeof MonitoringCoverageAlertReasonEnum[keyof typeof MonitoringCoverageAlertReasonEnum];
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|