@gizone/rrs-client 4.1.0-alpha.115 → 4.1.0-alpha.117

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.
@@ -326,6 +326,7 @@ models/gradient-alarm-rule-dto.ts
326
326
  models/gradient-alarm-type.ts
327
327
  models/group-dept-vo.ts
328
328
  models/handler-complaint-record-bo.ts
329
+ models/hik-get-cameras-info-vo.ts
329
330
  models/hire-add-vo.ts
330
331
  models/hire-air-conditioning-list-dto.ts
331
332
  models/hire-edit-vo.ts
@@ -17,12 +17,6 @@ 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;
26
20
  /**
27
21
  *
28
22
  * @type {number}
@@ -37,10 +31,10 @@ export interface GetUserWx200Response {
37
31
  'headerNames'?: Array<string>;
38
32
  /**
39
33
  *
40
- * @type {GetUserWx200ResponseLocale}
34
+ * @type {object}
41
35
  * @memberof GetUserWx200Response
42
36
  */
43
- 'locale'?: GetUserWx200ResponseLocale;
37
+ 'trailerFields'?: object;
44
38
  /**
45
39
  *
46
40
  * @type {string}
@@ -59,6 +53,12 @@ export interface GetUserWx200Response {
59
53
  * @memberof GetUserWx200Response
60
54
  */
61
55
  'outputStream'?: GetUserWx200ResponseOutputStream;
56
+ /**
57
+ *
58
+ * @type {GetUserWx200ResponseLocale}
59
+ * @memberof GetUserWx200Response
60
+ */
61
+ 'locale'?: GetUserWx200ResponseLocale;
62
62
  /**
63
63
  *
64
64
  * @type {number}
@@ -0,0 +1,126 @@
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
+ * @interface HikGetCamerasInfoVO
16
+ */
17
+ export interface HikGetCamerasInfoVO {
18
+ /**
19
+ * 区域名称
20
+ * @type {string}
21
+ * @memberof HikGetCamerasInfoVO
22
+ */
23
+ 'name'?: string;
24
+ /**
25
+ * 平台
26
+ * @type {string}
27
+ * @memberof HikGetCamerasInfoVO
28
+ */
29
+ 'platform'?: string;
30
+ /**
31
+ * 大区
32
+ * @type {string}
33
+ * @memberof HikGetCamerasInfoVO
34
+ */
35
+ 'largeArea'?: string;
36
+ /**
37
+ * 中心
38
+ * @type {string}
39
+ * @memberof HikGetCamerasInfoVO
40
+ */
41
+ 'center'?: string;
42
+ /**
43
+ * 仓库名-园区名
44
+ * @type {string}
45
+ * @memberof HikGetCamerasInfoVO
46
+ */
47
+ 'warehouseName'?: string;
48
+ /**
49
+ * 区域ID
50
+ * @type {string}
51
+ * @memberof HikGetCamerasInfoVO
52
+ */
53
+ 'regionIndexCode'?: string;
54
+ /**
55
+ * 设备ID
56
+ * @type {string}
57
+ * @memberof HikGetCamerasInfoVO
58
+ */
59
+ 'indexCode'?: string;
60
+ /**
61
+ * 设备编码
62
+ * @type {string}
63
+ * @memberof HikGetCamerasInfoVO
64
+ */
65
+ 'deviceIndexCode'?: string;
66
+ /**
67
+ * ip
68
+ * @type {string}
69
+ * @memberof HikGetCamerasInfoVO
70
+ */
71
+ 'ip'?: string;
72
+ /**
73
+ * port
74
+ * @type {number}
75
+ * @memberof HikGetCamerasInfoVO
76
+ */
77
+ 'port'?: number;
78
+ /**
79
+ * 像素参数 1-普通像素,2-130万高清,3-200万高清,4-300万高清
80
+ * @type {string}
81
+ * @memberof HikGetCamerasInfoVO
82
+ */
83
+ 'pixel'?: string;
84
+ /**
85
+ * 设备名称-使用监控点名称
86
+ * @type {string}
87
+ * @memberof HikGetCamerasInfoVO
88
+ */
89
+ 'cn'?: string;
90
+ /**
91
+ * 在线状态 1-在线
92
+ * @type {number}
93
+ * @memberof HikGetCamerasInfoVO
94
+ */
95
+ 'status'?: number;
96
+ /**
97
+ * 持续时长
98
+ * @type {string}
99
+ * @memberof HikGetCamerasInfoVO
100
+ */
101
+ 'statusDurationTime'?: string;
102
+ /**
103
+ * 巡检时间
104
+ * @type {string}
105
+ * @memberof HikGetCamerasInfoVO
106
+ */
107
+ 'collectTime'?: string;
108
+ /**
109
+ * 状态开始时间
110
+ * @type {string}
111
+ * @memberof HikGetCamerasInfoVO
112
+ */
113
+ 'statusStartTime'?: string;
114
+ /**
115
+ * 状态结束时间
116
+ * @type {string}
117
+ * @memberof HikGetCamerasInfoVO
118
+ */
119
+ 'statusEndTime'?: string;
120
+ /**
121
+ * devErrorCode
122
+ * @type {string}
123
+ * @memberof HikGetCamerasInfoVO
124
+ */
125
+ 'devErrorCode'?: string;
126
+ }
@@ -0,0 +1,14 @@
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
+ export {};
@@ -263,6 +263,7 @@ export * from './gradient-alarm-rule-dto';
263
263
  export * from './gradient-alarm-type';
264
264
  export * from './group-dept-vo';
265
265
  export * from './handler-complaint-record-bo';
266
+ export * from './hik-get-cameras-info-vo';
266
267
  export * from './hire-add-vo';
267
268
  export * from './hire-air-conditioning-list-dto';
268
269
  export * from './hire-edit-vo';
@@ -263,6 +263,7 @@ export * from './gradient-alarm-rule-dto';
263
263
  export * from './gradient-alarm-type';
264
264
  export * from './group-dept-vo';
265
265
  export * from './handler-complaint-record-bo';
266
+ export * from './hik-get-cameras-info-vo';
266
267
  export * from './hire-add-vo';
267
268
  export * from './hire-air-conditioning-list-dto';
268
269
  export * from './hire-edit-vo';
@@ -36,23 +36,23 @@ export interface IPageAccessVO {
36
36
  'records'?: Array<AccessVO>;
37
37
  /**
38
38
  *
39
- * @type {number}
39
+ * @type {boolean}
40
40
  * @memberof IPageAccessVO
41
41
  */
42
- 'pages'?: number;
42
+ 'searchCount'?: boolean;
43
43
  /**
44
44
  *
45
- * @type {boolean}
45
+ * @type {number}
46
46
  * @memberof IPageAccessVO
47
- * @deprecated
48
47
  */
49
- 'hitCount'?: boolean;
48
+ 'pages'?: number;
50
49
  /**
51
50
  *
52
51
  * @type {boolean}
53
52
  * @memberof IPageAccessVO
53
+ * @deprecated
54
54
  */
55
- 'searchCount'?: boolean;
55
+ 'hitCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -10,6 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { FunctionalAreaEnum } from './functional-area-enum';
13
+ import type { HikGetCamerasInfoVO } from './hik-get-cameras-info-vo';
13
14
  import type { InstallationBodyEnum } from './installation-body-enum';
14
15
  import type { IotDeviceStatusEnum } from './iot-device-status-enum';
15
16
  import type { Space } from './space';
@@ -121,4 +122,10 @@ export interface SurveillanceDetailsDto {
121
122
  * @memberof SurveillanceDetailsDto
122
123
  */
123
124
  'surveillancePoint'?: Array<number>;
125
+ /**
126
+ *
127
+ * @type {HikGetCamerasInfoVO}
128
+ * @memberof SurveillanceDetailsDto
129
+ */
130
+ 'hikGetCamerasInfo'?: HikGetCamerasInfoVO;
124
131
  }
@@ -357,14 +357,14 @@ export interface SysUser {
357
357
  'supplierId'?: number;
358
358
  /**
359
359
  *
360
- * @type {string}
360
+ * @type {number}
361
361
  * @memberof SysUser
362
362
  */
363
- 'cid'?: string;
363
+ 'cuserId'?: number;
364
364
  /**
365
365
  *
366
- * @type {number}
366
+ * @type {string}
367
367
  * @memberof SysUser
368
368
  */
369
- 'cuserId'?: number;
369
+ 'cid'?: string;
370
370
  }
@@ -17,12 +17,6 @@ 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;
26
20
  /**
27
21
  *
28
22
  * @type {number}
@@ -37,10 +31,10 @@ export interface GetUserWx200Response {
37
31
  'headerNames'?: Array<string>;
38
32
  /**
39
33
  *
40
- * @type {GetUserWx200ResponseLocale}
34
+ * @type {object}
41
35
  * @memberof GetUserWx200Response
42
36
  */
43
- 'locale'?: GetUserWx200ResponseLocale;
37
+ 'trailerFields'?: object;
44
38
  /**
45
39
  *
46
40
  * @type {string}
@@ -59,6 +53,12 @@ export interface GetUserWx200Response {
59
53
  * @memberof GetUserWx200Response
60
54
  */
61
55
  'outputStream'?: GetUserWx200ResponseOutputStream;
56
+ /**
57
+ *
58
+ * @type {GetUserWx200ResponseLocale}
59
+ * @memberof GetUserWx200Response
60
+ */
61
+ 'locale'?: GetUserWx200ResponseLocale;
62
62
  /**
63
63
  *
64
64
  * @type {number}
@@ -0,0 +1,126 @@
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
+ * @interface HikGetCamerasInfoVO
16
+ */
17
+ export interface HikGetCamerasInfoVO {
18
+ /**
19
+ * 区域名称
20
+ * @type {string}
21
+ * @memberof HikGetCamerasInfoVO
22
+ */
23
+ 'name'?: string;
24
+ /**
25
+ * 平台
26
+ * @type {string}
27
+ * @memberof HikGetCamerasInfoVO
28
+ */
29
+ 'platform'?: string;
30
+ /**
31
+ * 大区
32
+ * @type {string}
33
+ * @memberof HikGetCamerasInfoVO
34
+ */
35
+ 'largeArea'?: string;
36
+ /**
37
+ * 中心
38
+ * @type {string}
39
+ * @memberof HikGetCamerasInfoVO
40
+ */
41
+ 'center'?: string;
42
+ /**
43
+ * 仓库名-园区名
44
+ * @type {string}
45
+ * @memberof HikGetCamerasInfoVO
46
+ */
47
+ 'warehouseName'?: string;
48
+ /**
49
+ * 区域ID
50
+ * @type {string}
51
+ * @memberof HikGetCamerasInfoVO
52
+ */
53
+ 'regionIndexCode'?: string;
54
+ /**
55
+ * 设备ID
56
+ * @type {string}
57
+ * @memberof HikGetCamerasInfoVO
58
+ */
59
+ 'indexCode'?: string;
60
+ /**
61
+ * 设备编码
62
+ * @type {string}
63
+ * @memberof HikGetCamerasInfoVO
64
+ */
65
+ 'deviceIndexCode'?: string;
66
+ /**
67
+ * ip
68
+ * @type {string}
69
+ * @memberof HikGetCamerasInfoVO
70
+ */
71
+ 'ip'?: string;
72
+ /**
73
+ * port
74
+ * @type {number}
75
+ * @memberof HikGetCamerasInfoVO
76
+ */
77
+ 'port'?: number;
78
+ /**
79
+ * 像素参数 1-普通像素,2-130万高清,3-200万高清,4-300万高清
80
+ * @type {string}
81
+ * @memberof HikGetCamerasInfoVO
82
+ */
83
+ 'pixel'?: string;
84
+ /**
85
+ * 设备名称-使用监控点名称
86
+ * @type {string}
87
+ * @memberof HikGetCamerasInfoVO
88
+ */
89
+ 'cn'?: string;
90
+ /**
91
+ * 在线状态 1-在线
92
+ * @type {number}
93
+ * @memberof HikGetCamerasInfoVO
94
+ */
95
+ 'status'?: number;
96
+ /**
97
+ * 持续时长
98
+ * @type {string}
99
+ * @memberof HikGetCamerasInfoVO
100
+ */
101
+ 'statusDurationTime'?: string;
102
+ /**
103
+ * 巡检时间
104
+ * @type {string}
105
+ * @memberof HikGetCamerasInfoVO
106
+ */
107
+ 'collectTime'?: string;
108
+ /**
109
+ * 状态开始时间
110
+ * @type {string}
111
+ * @memberof HikGetCamerasInfoVO
112
+ */
113
+ 'statusStartTime'?: string;
114
+ /**
115
+ * 状态结束时间
116
+ * @type {string}
117
+ * @memberof HikGetCamerasInfoVO
118
+ */
119
+ 'statusEndTime'?: string;
120
+ /**
121
+ * devErrorCode
122
+ * @type {string}
123
+ * @memberof HikGetCamerasInfoVO
124
+ */
125
+ 'devErrorCode'?: string;
126
+ }
@@ -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 });
@@ -263,6 +263,7 @@ export * from './gradient-alarm-rule-dto';
263
263
  export * from './gradient-alarm-type';
264
264
  export * from './group-dept-vo';
265
265
  export * from './handler-complaint-record-bo';
266
+ export * from './hik-get-cameras-info-vo';
266
267
  export * from './hire-add-vo';
267
268
  export * from './hire-air-conditioning-list-dto';
268
269
  export * from './hire-edit-vo';
@@ -279,6 +279,7 @@ __exportStar(require("./gradient-alarm-rule-dto"), exports);
279
279
  __exportStar(require("./gradient-alarm-type"), exports);
280
280
  __exportStar(require("./group-dept-vo"), exports);
281
281
  __exportStar(require("./handler-complaint-record-bo"), exports);
282
+ __exportStar(require("./hik-get-cameras-info-vo"), exports);
282
283
  __exportStar(require("./hire-add-vo"), exports);
283
284
  __exportStar(require("./hire-air-conditioning-list-dto"), exports);
284
285
  __exportStar(require("./hire-edit-vo"), exports);
@@ -36,23 +36,23 @@ export interface IPageAccessVO {
36
36
  'records'?: Array<AccessVO>;
37
37
  /**
38
38
  *
39
- * @type {number}
39
+ * @type {boolean}
40
40
  * @memberof IPageAccessVO
41
41
  */
42
- 'pages'?: number;
42
+ 'searchCount'?: boolean;
43
43
  /**
44
44
  *
45
- * @type {boolean}
45
+ * @type {number}
46
46
  * @memberof IPageAccessVO
47
- * @deprecated
48
47
  */
49
- 'hitCount'?: boolean;
48
+ 'pages'?: number;
50
49
  /**
51
50
  *
52
51
  * @type {boolean}
53
52
  * @memberof IPageAccessVO
53
+ * @deprecated
54
54
  */
55
- 'searchCount'?: boolean;
55
+ 'hitCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -10,6 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { FunctionalAreaEnum } from './functional-area-enum';
13
+ import type { HikGetCamerasInfoVO } from './hik-get-cameras-info-vo';
13
14
  import type { InstallationBodyEnum } from './installation-body-enum';
14
15
  import type { IotDeviceStatusEnum } from './iot-device-status-enum';
15
16
  import type { Space } from './space';
@@ -121,4 +122,10 @@ export interface SurveillanceDetailsDto {
121
122
  * @memberof SurveillanceDetailsDto
122
123
  */
123
124
  'surveillancePoint'?: Array<number>;
125
+ /**
126
+ *
127
+ * @type {HikGetCamerasInfoVO}
128
+ * @memberof SurveillanceDetailsDto
129
+ */
130
+ 'hikGetCamerasInfo'?: HikGetCamerasInfoVO;
124
131
  }
@@ -357,14 +357,14 @@ export interface SysUser {
357
357
  'supplierId'?: number;
358
358
  /**
359
359
  *
360
- * @type {string}
360
+ * @type {number}
361
361
  * @memberof SysUser
362
362
  */
363
- 'cid'?: string;
363
+ 'cuserId'?: number;
364
364
  /**
365
365
  *
366
- * @type {number}
366
+ * @type {string}
367
367
  * @memberof SysUser
368
368
  */
369
- 'cuserId'?: number;
369
+ 'cid'?: string;
370
370
  }
@@ -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}
@@ -46,10 +40,10 @@ export interface GetUserWx200Response {
46
40
  'headerNames'?: Array<string>;
47
41
  /**
48
42
  *
49
- * @type {GetUserWx200ResponseLocale}
43
+ * @type {object}
50
44
  * @memberof GetUserWx200Response
51
45
  */
52
- 'locale'?: GetUserWx200ResponseLocale;
46
+ 'trailerFields'?: object;
53
47
  /**
54
48
  *
55
49
  * @type {string}
@@ -68,6 +62,12 @@ export interface GetUserWx200Response {
68
62
  * @memberof GetUserWx200Response
69
63
  */
70
64
  'outputStream'?: GetUserWx200ResponseOutputStream;
65
+ /**
66
+ *
67
+ * @type {GetUserWx200ResponseLocale}
68
+ * @memberof GetUserWx200Response
69
+ */
70
+ 'locale'?: GetUserWx200ResponseLocale;
71
71
  /**
72
72
  *
73
73
  * @type {number}
@@ -0,0 +1,132 @@
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
+ * @interface HikGetCamerasInfoVO
21
+ */
22
+ export interface HikGetCamerasInfoVO {
23
+ /**
24
+ * 区域名称
25
+ * @type {string}
26
+ * @memberof HikGetCamerasInfoVO
27
+ */
28
+ 'name'?: string;
29
+ /**
30
+ * 平台
31
+ * @type {string}
32
+ * @memberof HikGetCamerasInfoVO
33
+ */
34
+ 'platform'?: string;
35
+ /**
36
+ * 大区
37
+ * @type {string}
38
+ * @memberof HikGetCamerasInfoVO
39
+ */
40
+ 'largeArea'?: string;
41
+ /**
42
+ * 中心
43
+ * @type {string}
44
+ * @memberof HikGetCamerasInfoVO
45
+ */
46
+ 'center'?: string;
47
+ /**
48
+ * 仓库名-园区名
49
+ * @type {string}
50
+ * @memberof HikGetCamerasInfoVO
51
+ */
52
+ 'warehouseName'?: string;
53
+ /**
54
+ * 区域ID
55
+ * @type {string}
56
+ * @memberof HikGetCamerasInfoVO
57
+ */
58
+ 'regionIndexCode'?: string;
59
+ /**
60
+ * 设备ID
61
+ * @type {string}
62
+ * @memberof HikGetCamerasInfoVO
63
+ */
64
+ 'indexCode'?: string;
65
+ /**
66
+ * 设备编码
67
+ * @type {string}
68
+ * @memberof HikGetCamerasInfoVO
69
+ */
70
+ 'deviceIndexCode'?: string;
71
+ /**
72
+ * ip
73
+ * @type {string}
74
+ * @memberof HikGetCamerasInfoVO
75
+ */
76
+ 'ip'?: string;
77
+ /**
78
+ * port
79
+ * @type {number}
80
+ * @memberof HikGetCamerasInfoVO
81
+ */
82
+ 'port'?: number;
83
+ /**
84
+ * 像素参数 1-普通像素,2-130万高清,3-200万高清,4-300万高清
85
+ * @type {string}
86
+ * @memberof HikGetCamerasInfoVO
87
+ */
88
+ 'pixel'?: string;
89
+ /**
90
+ * 设备名称-使用监控点名称
91
+ * @type {string}
92
+ * @memberof HikGetCamerasInfoVO
93
+ */
94
+ 'cn'?: string;
95
+ /**
96
+ * 在线状态 1-在线
97
+ * @type {number}
98
+ * @memberof HikGetCamerasInfoVO
99
+ */
100
+ 'status'?: number;
101
+ /**
102
+ * 持续时长
103
+ * @type {string}
104
+ * @memberof HikGetCamerasInfoVO
105
+ */
106
+ 'statusDurationTime'?: string;
107
+ /**
108
+ * 巡检时间
109
+ * @type {string}
110
+ * @memberof HikGetCamerasInfoVO
111
+ */
112
+ 'collectTime'?: string;
113
+ /**
114
+ * 状态开始时间
115
+ * @type {string}
116
+ * @memberof HikGetCamerasInfoVO
117
+ */
118
+ 'statusStartTime'?: string;
119
+ /**
120
+ * 状态结束时间
121
+ * @type {string}
122
+ * @memberof HikGetCamerasInfoVO
123
+ */
124
+ 'statusEndTime'?: string;
125
+ /**
126
+ * devErrorCode
127
+ * @type {string}
128
+ * @memberof HikGetCamerasInfoVO
129
+ */
130
+ 'devErrorCode'?: string;
131
+ }
132
+
package/models/index.ts CHANGED
@@ -263,6 +263,7 @@ export * from './gradient-alarm-rule-dto';
263
263
  export * from './gradient-alarm-type';
264
264
  export * from './group-dept-vo';
265
265
  export * from './handler-complaint-record-bo';
266
+ export * from './hik-get-cameras-info-vo';
266
267
  export * from './hire-add-vo';
267
268
  export * from './hire-air-conditioning-list-dto';
268
269
  export * from './hire-edit-vo';
@@ -43,23 +43,23 @@ export interface IPageAccessVO {
43
43
  'records'?: Array<AccessVO>;
44
44
  /**
45
45
  *
46
- * @type {number}
46
+ * @type {boolean}
47
47
  * @memberof IPageAccessVO
48
48
  */
49
- 'pages'?: number;
49
+ 'searchCount'?: boolean;
50
50
  /**
51
51
  *
52
- * @type {boolean}
52
+ * @type {number}
53
53
  * @memberof IPageAccessVO
54
- * @deprecated
55
54
  */
56
- 'hitCount'?: boolean;
55
+ 'pages'?: number;
57
56
  /**
58
57
  *
59
58
  * @type {boolean}
60
59
  * @memberof IPageAccessVO
60
+ * @deprecated
61
61
  */
62
- 'searchCount'?: boolean;
62
+ 'hitCount'?: boolean;
63
63
  /**
64
64
  *
65
65
  * @type {number}
@@ -18,6 +18,9 @@
18
18
  import type { FunctionalAreaEnum } from './functional-area-enum';
19
19
  // May contain unused imports in some cases
20
20
  // @ts-ignore
21
+ import type { HikGetCamerasInfoVO } from './hik-get-cameras-info-vo';
22
+ // May contain unused imports in some cases
23
+ // @ts-ignore
21
24
  import type { InstallationBodyEnum } from './installation-body-enum';
22
25
  // May contain unused imports in some cases
23
26
  // @ts-ignore
@@ -134,6 +137,12 @@ export interface SurveillanceDetailsDto {
134
137
  * @memberof SurveillanceDetailsDto
135
138
  */
136
139
  'surveillancePoint'?: Array<number>;
140
+ /**
141
+ *
142
+ * @type {HikGetCamerasInfoVO}
143
+ * @memberof SurveillanceDetailsDto
144
+ */
145
+ 'hikGetCamerasInfo'?: HikGetCamerasInfoVO;
137
146
  }
138
147
 
139
148
 
@@ -364,15 +364,15 @@ export interface SysUser {
364
364
  'supplierId'?: number;
365
365
  /**
366
366
  *
367
- * @type {string}
367
+ * @type {number}
368
368
  * @memberof SysUser
369
369
  */
370
- 'cid'?: string;
370
+ 'cuserId'?: number;
371
371
  /**
372
372
  *
373
- * @type {number}
373
+ * @type {string}
374
374
  * @memberof SysUser
375
375
  */
376
- 'cuserId'?: number;
376
+ 'cid'?: string;
377
377
  }
378
378
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.1.0-alpha.115",
3
+ "version": "4.1.0-alpha.117",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {