@gizone/rrs-client 4.2.9-alpha.501 → 4.2.9-alpha.503
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/esm/models/sys-user.d.ts +4 -4
- 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/dist/models/sys-user.d.ts +4 -4
- package/models/dashboard-surveillance-functional-area-group-stats-vo.ts +6 -0
- package/models/dashboard-surveillance-park-group-stats-vo.ts +6 -0
- package/models/sys-user.ts +4 -4
- 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
|
}
|
|
@@ -377,14 +377,14 @@ export interface SysUser {
|
|
|
377
377
|
'sourceUserId'?: string;
|
|
378
378
|
/**
|
|
379
379
|
*
|
|
380
|
-
* @type {
|
|
380
|
+
* @type {string}
|
|
381
381
|
* @memberof SysUser
|
|
382
382
|
*/
|
|
383
|
-
'
|
|
383
|
+
'cid'?: string;
|
|
384
384
|
/**
|
|
385
385
|
*
|
|
386
|
-
* @type {
|
|
386
|
+
* @type {number}
|
|
387
387
|
* @memberof SysUser
|
|
388
388
|
*/
|
|
389
|
-
'
|
|
389
|
+
'cuserId'?: number;
|
|
390
390
|
}
|
|
@@ -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
|
}
|
|
@@ -377,14 +377,14 @@ export interface SysUser {
|
|
|
377
377
|
'sourceUserId'?: string;
|
|
378
378
|
/**
|
|
379
379
|
*
|
|
380
|
-
* @type {
|
|
380
|
+
* @type {string}
|
|
381
381
|
* @memberof SysUser
|
|
382
382
|
*/
|
|
383
|
-
'
|
|
383
|
+
'cid'?: string;
|
|
384
384
|
/**
|
|
385
385
|
*
|
|
386
|
-
* @type {
|
|
386
|
+
* @type {number}
|
|
387
387
|
* @memberof SysUser
|
|
388
388
|
*/
|
|
389
|
-
'
|
|
389
|
+
'cuserId'?: number;
|
|
390
390
|
}
|
|
@@ -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
|
|
package/models/sys-user.ts
CHANGED
|
@@ -388,16 +388,16 @@ export interface SysUser {
|
|
|
388
388
|
'sourceUserId'?: string;
|
|
389
389
|
/**
|
|
390
390
|
*
|
|
391
|
-
* @type {
|
|
391
|
+
* @type {string}
|
|
392
392
|
* @memberof SysUser
|
|
393
393
|
*/
|
|
394
|
-
'
|
|
394
|
+
'cid'?: string;
|
|
395
395
|
/**
|
|
396
396
|
*
|
|
397
|
-
* @type {
|
|
397
|
+
* @type {number}
|
|
398
398
|
* @memberof SysUser
|
|
399
399
|
*/
|
|
400
|
-
'
|
|
400
|
+
'cuserId'?: number;
|
|
401
401
|
}
|
|
402
402
|
|
|
403
403
|
|