@gizone/rrs-client 4.1.3-alpha.194 → 4.1.3-alpha.196
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/surveillance-api.ts +86 -36
- package/apis/surveillance-settings-api.ts +47 -14
- package/dist/apis/surveillance-api.d.ts +57 -24
- package/dist/apis/surveillance-api.js +38 -22
- package/dist/apis/surveillance-settings-api.d.ts +31 -6
- package/dist/apis/surveillance-settings-api.js +26 -14
- package/dist/esm/apis/surveillance-api.d.ts +57 -24
- package/dist/esm/apis/surveillance-api.js +38 -22
- package/dist/esm/apis/surveillance-settings-api.d.ts +31 -6
- package/dist/esm/apis/surveillance-settings-api.js +26 -14
- package/dist/esm/models/get-user-wx200-response.d.ts +8 -8
- 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/surveillance-screen-layout-enum.d.ts +23 -0
- package/dist/esm/models/surveillance-screen-layout-enum.js +24 -0
- package/dist/esm/models/surveillance-settings-polling-dto.d.ts +7 -0
- package/dist/esm/models/surveillance-settings-polling-vo.d.ts +9 -2
- package/dist/esm/models/surveillance.d.ts +2 -2
- package/dist/esm/models/work-order-settings-type-enum.d.ts +1 -0
- package/dist/esm/models/work-order-settings-type-enum.js +2 -1
- package/dist/esm/models/work-order-type-enum.d.ts +1 -0
- package/dist/esm/models/work-order-type-enum.js +2 -1
- package/dist/models/get-user-wx200-response.d.ts +8 -8
- 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/surveillance-screen-layout-enum.d.ts +23 -0
- package/dist/models/surveillance-screen-layout-enum.js +27 -0
- package/dist/models/surveillance-settings-polling-dto.d.ts +7 -0
- package/dist/models/surveillance-settings-polling-vo.d.ts +9 -2
- package/dist/models/surveillance.d.ts +2 -2
- package/dist/models/work-order-settings-type-enum.d.ts +1 -0
- package/dist/models/work-order-settings-type-enum.js +2 -1
- package/dist/models/work-order-type-enum.d.ts +1 -0
- package/dist/models/work-order-type-enum.js +2 -1
- package/models/get-user-wx200-response.ts +8 -8
- package/models/index.ts +1 -0
- package/models/ipage-access-vo.ts +8 -8
- package/models/surveillance-screen-layout-enum.ts +33 -0
- package/models/surveillance-settings-polling-dto.ts +11 -0
- package/models/surveillance-settings-polling-vo.ts +13 -2
- package/models/surveillance.ts +2 -2
- package/models/work-order-settings-type-enum.ts +2 -1
- package/models/work-order-type-enum.ts +2 -1
- package/package.json +1 -1
|
@@ -17,6 +17,12 @@ 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;
|
|
20
26
|
/**
|
|
21
27
|
*
|
|
22
28
|
* @type {number}
|
|
@@ -31,10 +37,10 @@ export interface GetUserWx200Response {
|
|
|
31
37
|
'headerNames'?: Array<string>;
|
|
32
38
|
/**
|
|
33
39
|
*
|
|
34
|
-
* @type {
|
|
40
|
+
* @type {GetUserWx200ResponseLocale}
|
|
35
41
|
* @memberof GetUserWx200Response
|
|
36
42
|
*/
|
|
37
|
-
'
|
|
43
|
+
'locale'?: GetUserWx200ResponseLocale;
|
|
38
44
|
/**
|
|
39
45
|
*
|
|
40
46
|
* @type {string}
|
|
@@ -53,12 +59,6 @@ export interface GetUserWx200Response {
|
|
|
53
59
|
* @memberof GetUserWx200Response
|
|
54
60
|
*/
|
|
55
61
|
'outputStream'?: GetUserWx200ResponseOutputStream;
|
|
56
|
-
/**
|
|
57
|
-
*
|
|
58
|
-
* @type {GetUserWx200ResponseLocale}
|
|
59
|
-
* @memberof GetUserWx200Response
|
|
60
|
-
*/
|
|
61
|
-
'locale'?: GetUserWx200ResponseLocale;
|
|
62
62
|
/**
|
|
63
63
|
*
|
|
64
64
|
* @type {number}
|
|
@@ -791,6 +791,7 @@ export * from './surveillance-live-dto';
|
|
|
791
791
|
export * from './surveillance-point-vo';
|
|
792
792
|
export * from './surveillance-roi-entity';
|
|
793
793
|
export * from './surveillance-roi-list-vo';
|
|
794
|
+
export * from './surveillance-screen-layout-enum';
|
|
794
795
|
export * from './surveillance-settings-coverage-standard-dto';
|
|
795
796
|
export * from './surveillance-settings-details-dto';
|
|
796
797
|
export * from './surveillance-settings-export-dto';
|
package/dist/esm/models/index.js
CHANGED
|
@@ -791,6 +791,7 @@ export * from './surveillance-live-dto';
|
|
|
791
791
|
export * from './surveillance-point-vo';
|
|
792
792
|
export * from './surveillance-roi-entity';
|
|
793
793
|
export * from './surveillance-roi-list-vo';
|
|
794
|
+
export * from './surveillance-screen-layout-enum';
|
|
794
795
|
export * from './surveillance-settings-coverage-standard-dto';
|
|
795
796
|
export * from './surveillance-settings-details-dto';
|
|
796
797
|
export * from './surveillance-settings-export-dto';
|
|
@@ -22,6 +22,12 @@ export interface IPageAccessVO {
|
|
|
22
22
|
* @memberof IPageAccessVO
|
|
23
23
|
*/
|
|
24
24
|
'total'?: number;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {number}
|
|
28
|
+
* @memberof IPageAccessVO
|
|
29
|
+
*/
|
|
30
|
+
'current'?: number;
|
|
25
31
|
/**
|
|
26
32
|
*
|
|
27
33
|
* @type {Array<AccessVO>}
|
|
@@ -30,10 +36,10 @@ export interface IPageAccessVO {
|
|
|
30
36
|
'records'?: Array<AccessVO>;
|
|
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}
|
|
@@ -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 SurveillanceScreenLayoutEnum: {
|
|
18
|
+
readonly OneByOne: "ONE_BY_ONE";
|
|
19
|
+
readonly TwoByTwo: "TWO_BY_TWO";
|
|
20
|
+
readonly ThreeByThree: "THREE_BY_THREE";
|
|
21
|
+
readonly FourByFour: "FOUR_BY_FOUR";
|
|
22
|
+
};
|
|
23
|
+
export type SurveillanceScreenLayoutEnum = typeof SurveillanceScreenLayoutEnum[keyof typeof SurveillanceScreenLayoutEnum];
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
* @export
|
|
17
|
+
* @enum {string}
|
|
18
|
+
*/
|
|
19
|
+
export const SurveillanceScreenLayoutEnum = {
|
|
20
|
+
OneByOne: 'ONE_BY_ONE',
|
|
21
|
+
TwoByTwo: 'TWO_BY_TWO',
|
|
22
|
+
ThreeByThree: 'THREE_BY_THREE',
|
|
23
|
+
FourByFour: 'FOUR_BY_FOUR'
|
|
24
|
+
};
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { Surveillance } from './surveillance';
|
|
13
|
+
import type { SurveillanceScreenLayoutEnum } from './surveillance-screen-layout-enum';
|
|
13
14
|
/**
|
|
14
15
|
* 监控设置轮询dto
|
|
15
16
|
* @export
|
|
@@ -22,6 +23,12 @@ export interface SurveillanceSettingsPollingDto {
|
|
|
22
23
|
* @memberof SurveillanceSettingsPollingDto
|
|
23
24
|
*/
|
|
24
25
|
'intervalTime'?: number;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {SurveillanceScreenLayoutEnum}
|
|
29
|
+
* @memberof SurveillanceSettingsPollingDto
|
|
30
|
+
*/
|
|
31
|
+
'screenLayout'?: SurveillanceScreenLayoutEnum;
|
|
25
32
|
/**
|
|
26
33
|
* 监控列表
|
|
27
34
|
* @type {Array<Surveillance>}
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { Surveillance } from './surveillance';
|
|
13
|
+
import type { SurveillanceScreenLayoutEnum } from './surveillance-screen-layout-enum';
|
|
13
14
|
/**
|
|
14
15
|
* 监控设置轮询VO
|
|
15
16
|
* @export
|
|
@@ -21,11 +22,17 @@ export interface SurveillanceSettingsPollingVo {
|
|
|
21
22
|
* @type {number}
|
|
22
23
|
* @memberof SurveillanceSettingsPollingVo
|
|
23
24
|
*/
|
|
24
|
-
'intervalTime'
|
|
25
|
+
'intervalTime': number;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {SurveillanceScreenLayoutEnum}
|
|
29
|
+
* @memberof SurveillanceSettingsPollingVo
|
|
30
|
+
*/
|
|
31
|
+
'screenLayout': SurveillanceScreenLayoutEnum;
|
|
25
32
|
/**
|
|
26
33
|
* 监控列表
|
|
27
34
|
* @type {Array<Surveillance>}
|
|
28
35
|
* @memberof SurveillanceSettingsPollingVo
|
|
29
36
|
*/
|
|
30
|
-
'surveillanceList'
|
|
37
|
+
'surveillanceList': Array<Surveillance>;
|
|
31
38
|
}
|
|
@@ -20,11 +20,11 @@ export interface Surveillance {
|
|
|
20
20
|
* @type {number}
|
|
21
21
|
* @memberof Surveillance
|
|
22
22
|
*/
|
|
23
|
-
'sort'
|
|
23
|
+
'sort': number;
|
|
24
24
|
/**
|
|
25
25
|
* 监控id
|
|
26
26
|
* @type {number}
|
|
27
27
|
* @memberof Surveillance
|
|
28
28
|
*/
|
|
29
|
-
'surveillanceId'
|
|
29
|
+
'surveillanceId': number;
|
|
30
30
|
}
|
|
@@ -22,5 +22,6 @@ export declare const WorkOrderSettingsTypeEnum: {
|
|
|
22
22
|
readonly NetworkMonitorRepairWorkOrder: "NETWORK_MONITOR_REPAIR_WORK_ORDER";
|
|
23
23
|
readonly ViolationWorkOrder: "VIOLATION_WORK_ORDER";
|
|
24
24
|
readonly OfflineAlertWorkOrder: "OFFLINE_ALERT_WORK_ORDER";
|
|
25
|
+
readonly MonitoringCoverageAlertWorkOrder: "MONITORING_COVERAGE_ALERT_WORK_ORDER";
|
|
25
26
|
};
|
|
26
27
|
export type WorkOrderSettingsTypeEnum = typeof WorkOrderSettingsTypeEnum[keyof typeof WorkOrderSettingsTypeEnum];
|
|
@@ -23,5 +23,6 @@ export const WorkOrderSettingsTypeEnum = {
|
|
|
23
23
|
MaintenanceWorkOrder: 'MAINTENANCE_WORK_ORDER',
|
|
24
24
|
NetworkMonitorRepairWorkOrder: 'NETWORK_MONITOR_REPAIR_WORK_ORDER',
|
|
25
25
|
ViolationWorkOrder: 'VIOLATION_WORK_ORDER',
|
|
26
|
-
OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER'
|
|
26
|
+
OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER',
|
|
27
|
+
MonitoringCoverageAlertWorkOrder: 'MONITORING_COVERAGE_ALERT_WORK_ORDER'
|
|
27
28
|
};
|
|
@@ -33,5 +33,6 @@ export declare const WorkOrderTypeEnum: {
|
|
|
33
33
|
readonly NetworkRepairWorkOrder: "NETWORK_REPAIR_WORK_ORDER";
|
|
34
34
|
readonly ViolationWorkOrder: "VIOLATION_WORK_ORDER";
|
|
35
35
|
readonly OfflineAlertWorkOrder: "OFFLINE_ALERT_WORK_ORDER";
|
|
36
|
+
readonly MonitoringCoverageAlertWorkOrder: "MONITORING_COVERAGE_ALERT_WORK_ORDER";
|
|
36
37
|
};
|
|
37
38
|
export type WorkOrderTypeEnum = typeof WorkOrderTypeEnum[keyof typeof WorkOrderTypeEnum];
|
|
@@ -34,5 +34,6 @@ export const WorkOrderTypeEnum = {
|
|
|
34
34
|
AiInspection: 'AI_INSPECTION',
|
|
35
35
|
NetworkRepairWorkOrder: 'NETWORK_REPAIR_WORK_ORDER',
|
|
36
36
|
ViolationWorkOrder: 'VIOLATION_WORK_ORDER',
|
|
37
|
-
OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER'
|
|
37
|
+
OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER',
|
|
38
|
+
MonitoringCoverageAlertWorkOrder: 'MONITORING_COVERAGE_ALERT_WORK_ORDER'
|
|
38
39
|
};
|
|
@@ -17,6 +17,12 @@ 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;
|
|
20
26
|
/**
|
|
21
27
|
*
|
|
22
28
|
* @type {number}
|
|
@@ -31,10 +37,10 @@ export interface GetUserWx200Response {
|
|
|
31
37
|
'headerNames'?: Array<string>;
|
|
32
38
|
/**
|
|
33
39
|
*
|
|
34
|
-
* @type {
|
|
40
|
+
* @type {GetUserWx200ResponseLocale}
|
|
35
41
|
* @memberof GetUserWx200Response
|
|
36
42
|
*/
|
|
37
|
-
'
|
|
43
|
+
'locale'?: GetUserWx200ResponseLocale;
|
|
38
44
|
/**
|
|
39
45
|
*
|
|
40
46
|
* @type {string}
|
|
@@ -53,12 +59,6 @@ export interface GetUserWx200Response {
|
|
|
53
59
|
* @memberof GetUserWx200Response
|
|
54
60
|
*/
|
|
55
61
|
'outputStream'?: GetUserWx200ResponseOutputStream;
|
|
56
|
-
/**
|
|
57
|
-
*
|
|
58
|
-
* @type {GetUserWx200ResponseLocale}
|
|
59
|
-
* @memberof GetUserWx200Response
|
|
60
|
-
*/
|
|
61
|
-
'locale'?: GetUserWx200ResponseLocale;
|
|
62
62
|
/**
|
|
63
63
|
*
|
|
64
64
|
* @type {number}
|
package/dist/models/index.d.ts
CHANGED
|
@@ -791,6 +791,7 @@ export * from './surveillance-live-dto';
|
|
|
791
791
|
export * from './surveillance-point-vo';
|
|
792
792
|
export * from './surveillance-roi-entity';
|
|
793
793
|
export * from './surveillance-roi-list-vo';
|
|
794
|
+
export * from './surveillance-screen-layout-enum';
|
|
794
795
|
export * from './surveillance-settings-coverage-standard-dto';
|
|
795
796
|
export * from './surveillance-settings-details-dto';
|
|
796
797
|
export * from './surveillance-settings-export-dto';
|
package/dist/models/index.js
CHANGED
|
@@ -807,6 +807,7 @@ __exportStar(require("./surveillance-live-dto"), exports);
|
|
|
807
807
|
__exportStar(require("./surveillance-point-vo"), exports);
|
|
808
808
|
__exportStar(require("./surveillance-roi-entity"), exports);
|
|
809
809
|
__exportStar(require("./surveillance-roi-list-vo"), exports);
|
|
810
|
+
__exportStar(require("./surveillance-screen-layout-enum"), exports);
|
|
810
811
|
__exportStar(require("./surveillance-settings-coverage-standard-dto"), exports);
|
|
811
812
|
__exportStar(require("./surveillance-settings-details-dto"), exports);
|
|
812
813
|
__exportStar(require("./surveillance-settings-export-dto"), exports);
|
|
@@ -22,6 +22,12 @@ export interface IPageAccessVO {
|
|
|
22
22
|
* @memberof IPageAccessVO
|
|
23
23
|
*/
|
|
24
24
|
'total'?: number;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {number}
|
|
28
|
+
* @memberof IPageAccessVO
|
|
29
|
+
*/
|
|
30
|
+
'current'?: number;
|
|
25
31
|
/**
|
|
26
32
|
*
|
|
27
33
|
* @type {Array<AccessVO>}
|
|
@@ -30,10 +36,10 @@ export interface IPageAccessVO {
|
|
|
30
36
|
'records'?: Array<AccessVO>;
|
|
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}
|
|
@@ -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 SurveillanceScreenLayoutEnum: {
|
|
18
|
+
readonly OneByOne: "ONE_BY_ONE";
|
|
19
|
+
readonly TwoByTwo: "TWO_BY_TWO";
|
|
20
|
+
readonly ThreeByThree: "THREE_BY_THREE";
|
|
21
|
+
readonly FourByFour: "FOUR_BY_FOUR";
|
|
22
|
+
};
|
|
23
|
+
export type SurveillanceScreenLayoutEnum = typeof SurveillanceScreenLayoutEnum[keyof typeof SurveillanceScreenLayoutEnum];
|
|
@@ -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.SurveillanceScreenLayoutEnum = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* 屏幕布局
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.SurveillanceScreenLayoutEnum = {
|
|
23
|
+
OneByOne: 'ONE_BY_ONE',
|
|
24
|
+
TwoByTwo: 'TWO_BY_TWO',
|
|
25
|
+
ThreeByThree: 'THREE_BY_THREE',
|
|
26
|
+
FourByFour: 'FOUR_BY_FOUR'
|
|
27
|
+
};
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { Surveillance } from './surveillance';
|
|
13
|
+
import type { SurveillanceScreenLayoutEnum } from './surveillance-screen-layout-enum';
|
|
13
14
|
/**
|
|
14
15
|
* 监控设置轮询dto
|
|
15
16
|
* @export
|
|
@@ -22,6 +23,12 @@ export interface SurveillanceSettingsPollingDto {
|
|
|
22
23
|
* @memberof SurveillanceSettingsPollingDto
|
|
23
24
|
*/
|
|
24
25
|
'intervalTime'?: number;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {SurveillanceScreenLayoutEnum}
|
|
29
|
+
* @memberof SurveillanceSettingsPollingDto
|
|
30
|
+
*/
|
|
31
|
+
'screenLayout'?: SurveillanceScreenLayoutEnum;
|
|
25
32
|
/**
|
|
26
33
|
* 监控列表
|
|
27
34
|
* @type {Array<Surveillance>}
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { Surveillance } from './surveillance';
|
|
13
|
+
import type { SurveillanceScreenLayoutEnum } from './surveillance-screen-layout-enum';
|
|
13
14
|
/**
|
|
14
15
|
* 监控设置轮询VO
|
|
15
16
|
* @export
|
|
@@ -21,11 +22,17 @@ export interface SurveillanceSettingsPollingVo {
|
|
|
21
22
|
* @type {number}
|
|
22
23
|
* @memberof SurveillanceSettingsPollingVo
|
|
23
24
|
*/
|
|
24
|
-
'intervalTime'
|
|
25
|
+
'intervalTime': number;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {SurveillanceScreenLayoutEnum}
|
|
29
|
+
* @memberof SurveillanceSettingsPollingVo
|
|
30
|
+
*/
|
|
31
|
+
'screenLayout': SurveillanceScreenLayoutEnum;
|
|
25
32
|
/**
|
|
26
33
|
* 监控列表
|
|
27
34
|
* @type {Array<Surveillance>}
|
|
28
35
|
* @memberof SurveillanceSettingsPollingVo
|
|
29
36
|
*/
|
|
30
|
-
'surveillanceList'
|
|
37
|
+
'surveillanceList': Array<Surveillance>;
|
|
31
38
|
}
|
|
@@ -20,11 +20,11 @@ export interface Surveillance {
|
|
|
20
20
|
* @type {number}
|
|
21
21
|
* @memberof Surveillance
|
|
22
22
|
*/
|
|
23
|
-
'sort'
|
|
23
|
+
'sort': number;
|
|
24
24
|
/**
|
|
25
25
|
* 监控id
|
|
26
26
|
* @type {number}
|
|
27
27
|
* @memberof Surveillance
|
|
28
28
|
*/
|
|
29
|
-
'surveillanceId'
|
|
29
|
+
'surveillanceId': number;
|
|
30
30
|
}
|
|
@@ -22,5 +22,6 @@ export declare const WorkOrderSettingsTypeEnum: {
|
|
|
22
22
|
readonly NetworkMonitorRepairWorkOrder: "NETWORK_MONITOR_REPAIR_WORK_ORDER";
|
|
23
23
|
readonly ViolationWorkOrder: "VIOLATION_WORK_ORDER";
|
|
24
24
|
readonly OfflineAlertWorkOrder: "OFFLINE_ALERT_WORK_ORDER";
|
|
25
|
+
readonly MonitoringCoverageAlertWorkOrder: "MONITORING_COVERAGE_ALERT_WORK_ORDER";
|
|
25
26
|
};
|
|
26
27
|
export type WorkOrderSettingsTypeEnum = typeof WorkOrderSettingsTypeEnum[keyof typeof WorkOrderSettingsTypeEnum];
|
|
@@ -26,5 +26,6 @@ exports.WorkOrderSettingsTypeEnum = {
|
|
|
26
26
|
MaintenanceWorkOrder: 'MAINTENANCE_WORK_ORDER',
|
|
27
27
|
NetworkMonitorRepairWorkOrder: 'NETWORK_MONITOR_REPAIR_WORK_ORDER',
|
|
28
28
|
ViolationWorkOrder: 'VIOLATION_WORK_ORDER',
|
|
29
|
-
OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER'
|
|
29
|
+
OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER',
|
|
30
|
+
MonitoringCoverageAlertWorkOrder: 'MONITORING_COVERAGE_ALERT_WORK_ORDER'
|
|
30
31
|
};
|
|
@@ -33,5 +33,6 @@ export declare const WorkOrderTypeEnum: {
|
|
|
33
33
|
readonly NetworkRepairWorkOrder: "NETWORK_REPAIR_WORK_ORDER";
|
|
34
34
|
readonly ViolationWorkOrder: "VIOLATION_WORK_ORDER";
|
|
35
35
|
readonly OfflineAlertWorkOrder: "OFFLINE_ALERT_WORK_ORDER";
|
|
36
|
+
readonly MonitoringCoverageAlertWorkOrder: "MONITORING_COVERAGE_ALERT_WORK_ORDER";
|
|
36
37
|
};
|
|
37
38
|
export type WorkOrderTypeEnum = typeof WorkOrderTypeEnum[keyof typeof WorkOrderTypeEnum];
|
|
@@ -37,5 +37,6 @@ exports.WorkOrderTypeEnum = {
|
|
|
37
37
|
AiInspection: 'AI_INSPECTION',
|
|
38
38
|
NetworkRepairWorkOrder: 'NETWORK_REPAIR_WORK_ORDER',
|
|
39
39
|
ViolationWorkOrder: 'VIOLATION_WORK_ORDER',
|
|
40
|
-
OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER'
|
|
40
|
+
OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER',
|
|
41
|
+
MonitoringCoverageAlertWorkOrder: 'MONITORING_COVERAGE_ALERT_WORK_ORDER'
|
|
41
42
|
};
|
|
@@ -26,6 +26,12 @@ 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;
|
|
29
35
|
/**
|
|
30
36
|
*
|
|
31
37
|
* @type {number}
|
|
@@ -40,10 +46,10 @@ export interface GetUserWx200Response {
|
|
|
40
46
|
'headerNames'?: Array<string>;
|
|
41
47
|
/**
|
|
42
48
|
*
|
|
43
|
-
* @type {
|
|
49
|
+
* @type {GetUserWx200ResponseLocale}
|
|
44
50
|
* @memberof GetUserWx200Response
|
|
45
51
|
*/
|
|
46
|
-
'
|
|
52
|
+
'locale'?: GetUserWx200ResponseLocale;
|
|
47
53
|
/**
|
|
48
54
|
*
|
|
49
55
|
* @type {string}
|
|
@@ -62,12 +68,6 @@ export interface GetUserWx200Response {
|
|
|
62
68
|
* @memberof GetUserWx200Response
|
|
63
69
|
*/
|
|
64
70
|
'outputStream'?: GetUserWx200ResponseOutputStream;
|
|
65
|
-
/**
|
|
66
|
-
*
|
|
67
|
-
* @type {GetUserWx200ResponseLocale}
|
|
68
|
-
* @memberof GetUserWx200Response
|
|
69
|
-
*/
|
|
70
|
-
'locale'?: GetUserWx200ResponseLocale;
|
|
71
71
|
/**
|
|
72
72
|
*
|
|
73
73
|
* @type {number}
|
package/models/index.ts
CHANGED
|
@@ -791,6 +791,7 @@ export * from './surveillance-live-dto';
|
|
|
791
791
|
export * from './surveillance-point-vo';
|
|
792
792
|
export * from './surveillance-roi-entity';
|
|
793
793
|
export * from './surveillance-roi-list-vo';
|
|
794
|
+
export * from './surveillance-screen-layout-enum';
|
|
794
795
|
export * from './surveillance-settings-coverage-standard-dto';
|
|
795
796
|
export * from './surveillance-settings-details-dto';
|
|
796
797
|
export * from './surveillance-settings-export-dto';
|
|
@@ -29,6 +29,12 @@ export interface IPageAccessVO {
|
|
|
29
29
|
* @memberof IPageAccessVO
|
|
30
30
|
*/
|
|
31
31
|
'total'?: number;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {number}
|
|
35
|
+
* @memberof IPageAccessVO
|
|
36
|
+
*/
|
|
37
|
+
'current'?: number;
|
|
32
38
|
/**
|
|
33
39
|
*
|
|
34
40
|
* @type {Array<AccessVO>}
|
|
@@ -37,10 +43,10 @@ export interface IPageAccessVO {
|
|
|
37
43
|
'records'?: Array<AccessVO>;
|
|
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}
|
|
@@ -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 SurveillanceScreenLayoutEnum = {
|
|
24
|
+
OneByOne: 'ONE_BY_ONE',
|
|
25
|
+
TwoByTwo: 'TWO_BY_TWO',
|
|
26
|
+
ThreeByThree: 'THREE_BY_THREE',
|
|
27
|
+
FourByFour: 'FOUR_BY_FOUR'
|
|
28
|
+
} as const;
|
|
29
|
+
|
|
30
|
+
export type SurveillanceScreenLayoutEnum = typeof SurveillanceScreenLayoutEnum[keyof typeof SurveillanceScreenLayoutEnum];
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
@@ -16,6 +16,9 @@
|
|
|
16
16
|
// May contain unused imports in some cases
|
|
17
17
|
// @ts-ignore
|
|
18
18
|
import type { Surveillance } from './surveillance';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { SurveillanceScreenLayoutEnum } from './surveillance-screen-layout-enum';
|
|
19
22
|
|
|
20
23
|
/**
|
|
21
24
|
* 监控设置轮询dto
|
|
@@ -29,6 +32,12 @@ export interface SurveillanceSettingsPollingDto {
|
|
|
29
32
|
* @memberof SurveillanceSettingsPollingDto
|
|
30
33
|
*/
|
|
31
34
|
'intervalTime'?: number;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {SurveillanceScreenLayoutEnum}
|
|
38
|
+
* @memberof SurveillanceSettingsPollingDto
|
|
39
|
+
*/
|
|
40
|
+
'screenLayout'?: SurveillanceScreenLayoutEnum;
|
|
32
41
|
/**
|
|
33
42
|
* 监控列表
|
|
34
43
|
* @type {Array<Surveillance>}
|
|
@@ -37,3 +46,5 @@ export interface SurveillanceSettingsPollingDto {
|
|
|
37
46
|
'surveillanceList'?: Array<Surveillance>;
|
|
38
47
|
}
|
|
39
48
|
|
|
49
|
+
|
|
50
|
+
|