@gizone/rrs-client 4.2.9-alpha.501 → 4.2.9-alpha.502
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/dist/esm/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +6 -0
- package/dist/esm/models/dashboard-surveillance-park-group-stats-vo.d.ts +6 -0
- package/dist/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +6 -0
- package/dist/models/dashboard-surveillance-park-group-stats-vo.d.ts +6 -0
- package/models/dashboard-surveillance-functional-area-group-stats-vo.ts +6 -0
- package/models/dashboard-surveillance-park-group-stats-vo.ts +6 -0
- package/package.json +1 -1
|
@@ -52,4 +52,10 @@ export interface DashboardSurveillanceFunctionalAreaGroupStatsVO {
|
|
|
52
52
|
* @memberof DashboardSurveillanceFunctionalAreaGroupStatsVO
|
|
53
53
|
*/
|
|
54
54
|
'videoLossCount'?: number;
|
|
55
|
+
/**
|
|
56
|
+
* 监控Ids
|
|
57
|
+
* @type {Array<number>}
|
|
58
|
+
* @memberof DashboardSurveillanceFunctionalAreaGroupStatsVO
|
|
59
|
+
*/
|
|
60
|
+
'surveillanceIds'?: Array<number>;
|
|
55
61
|
}
|
|
@@ -105,4 +105,10 @@ export interface DashboardSurveillanceParkGroupStatsVO {
|
|
|
105
105
|
* @memberof DashboardSurveillanceParkGroupStatsVO
|
|
106
106
|
*/
|
|
107
107
|
'coverageRate'?: number;
|
|
108
|
+
/**
|
|
109
|
+
* 监控Ids
|
|
110
|
+
* @type {Array<number>}
|
|
111
|
+
* @memberof DashboardSurveillanceParkGroupStatsVO
|
|
112
|
+
*/
|
|
113
|
+
'surveillanceIds'?: Array<number>;
|
|
108
114
|
}
|
|
@@ -52,4 +52,10 @@ export interface DashboardSurveillanceFunctionalAreaGroupStatsVO {
|
|
|
52
52
|
* @memberof DashboardSurveillanceFunctionalAreaGroupStatsVO
|
|
53
53
|
*/
|
|
54
54
|
'videoLossCount'?: number;
|
|
55
|
+
/**
|
|
56
|
+
* 监控Ids
|
|
57
|
+
* @type {Array<number>}
|
|
58
|
+
* @memberof DashboardSurveillanceFunctionalAreaGroupStatsVO
|
|
59
|
+
*/
|
|
60
|
+
'surveillanceIds'?: Array<number>;
|
|
55
61
|
}
|
|
@@ -105,4 +105,10 @@ export interface DashboardSurveillanceParkGroupStatsVO {
|
|
|
105
105
|
* @memberof DashboardSurveillanceParkGroupStatsVO
|
|
106
106
|
*/
|
|
107
107
|
'coverageRate'?: number;
|
|
108
|
+
/**
|
|
109
|
+
* 监控Ids
|
|
110
|
+
* @type {Array<number>}
|
|
111
|
+
* @memberof DashboardSurveillanceParkGroupStatsVO
|
|
112
|
+
*/
|
|
113
|
+
'surveillanceIds'?: Array<number>;
|
|
108
114
|
}
|
|
@@ -59,6 +59,12 @@ export interface DashboardSurveillanceFunctionalAreaGroupStatsVO {
|
|
|
59
59
|
* @memberof DashboardSurveillanceFunctionalAreaGroupStatsVO
|
|
60
60
|
*/
|
|
61
61
|
'videoLossCount'?: number;
|
|
62
|
+
/**
|
|
63
|
+
* 监控Ids
|
|
64
|
+
* @type {Array<number>}
|
|
65
|
+
* @memberof DashboardSurveillanceFunctionalAreaGroupStatsVO
|
|
66
|
+
*/
|
|
67
|
+
'surveillanceIds'?: Array<number>;
|
|
62
68
|
}
|
|
63
69
|
|
|
64
70
|
|
|
@@ -110,5 +110,11 @@ export interface DashboardSurveillanceParkGroupStatsVO {
|
|
|
110
110
|
* @memberof DashboardSurveillanceParkGroupStatsVO
|
|
111
111
|
*/
|
|
112
112
|
'coverageRate'?: number;
|
|
113
|
+
/**
|
|
114
|
+
* 监控Ids
|
|
115
|
+
* @type {Array<number>}
|
|
116
|
+
* @memberof DashboardSurveillanceParkGroupStatsVO
|
|
117
|
+
*/
|
|
118
|
+
'surveillanceIds'?: Array<number>;
|
|
113
119
|
}
|
|
114
120
|
|