@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.
@@ -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 {number}
380
+ * @type {string}
381
381
  * @memberof SysUser
382
382
  */
383
- 'cuserId'?: number;
383
+ 'cid'?: string;
384
384
  /**
385
385
  *
386
- * @type {string}
386
+ * @type {number}
387
387
  * @memberof SysUser
388
388
  */
389
- 'cid'?: string;
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 {number}
380
+ * @type {string}
381
381
  * @memberof SysUser
382
382
  */
383
- 'cuserId'?: number;
383
+ 'cid'?: string;
384
384
  /**
385
385
  *
386
- * @type {string}
386
+ * @type {number}
387
387
  * @memberof SysUser
388
388
  */
389
- 'cid'?: string;
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
 
@@ -388,16 +388,16 @@ export interface SysUser {
388
388
  'sourceUserId'?: string;
389
389
  /**
390
390
  *
391
- * @type {number}
391
+ * @type {string}
392
392
  * @memberof SysUser
393
393
  */
394
- 'cuserId'?: number;
394
+ 'cid'?: string;
395
395
  /**
396
396
  *
397
- * @type {string}
397
+ * @type {number}
398
398
  * @memberof SysUser
399
399
  */
400
- 'cid'?: string;
400
+ 'cuserId'?: number;
401
401
  }
402
402
 
403
403
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.2.9-alpha.501",
3
+ "version": "4.2.9-alpha.503",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {