@gizone/rrs-client 4.1.0-alpha.116 → 4.1.0-alpha.118

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
@@ -37,34 +37,34 @@ export interface GetUserWx200Response {
37
37
  'trailerFields'?: object;
38
38
  /**
39
39
  *
40
- * @type {string}
40
+ * @type {GetUserWx200ResponseLocale}
41
41
  * @memberof GetUserWx200Response
42
42
  */
43
- 'contentType'?: string;
43
+ 'locale'?: GetUserWx200ResponseLocale;
44
44
  /**
45
45
  *
46
46
  * @type {number}
47
47
  * @memberof GetUserWx200Response
48
48
  */
49
- 'contentLength'?: number;
49
+ 'bufferSize'?: number;
50
50
  /**
51
51
  *
52
- * @type {GetUserWx200ResponseOutputStream}
52
+ * @type {string}
53
53
  * @memberof GetUserWx200Response
54
54
  */
55
- 'outputStream'?: GetUserWx200ResponseOutputStream;
55
+ 'contentType'?: string;
56
56
  /**
57
57
  *
58
- * @type {GetUserWx200ResponseLocale}
58
+ * @type {number}
59
59
  * @memberof GetUserWx200Response
60
60
  */
61
- 'locale'?: GetUserWx200ResponseLocale;
61
+ 'contentLength'?: number;
62
62
  /**
63
63
  *
64
- * @type {number}
64
+ * @type {GetUserWx200ResponseOutputStream}
65
65
  * @memberof GetUserWx200Response
66
66
  */
67
- 'bufferSize'?: number;
67
+ 'outputStream'?: GetUserWx200ResponseOutputStream;
68
68
  /**
69
69
  *
70
70
  * @type {string}
@@ -0,0 +1,150 @@
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
+ * 离线原因
122
+ * @type {string}
123
+ * @memberof HikGetCamerasInfoVO
124
+ */
125
+ 'devErrorCode'?: string;
126
+ /**
127
+ * 录像结果 巡检结果(31-正常,32-异常,34-未配置)
128
+ * @type {number}
129
+ * @memberof HikGetCamerasInfoVO
130
+ */
131
+ 'recordingStatus'?: number;
132
+ /**
133
+ * 实际录像时长
134
+ * @type {number}
135
+ * @memberof HikGetCamerasInfoVO
136
+ */
137
+ 'intactDuration'?: number;
138
+ /**
139
+ * 计划录像时长
140
+ * @type {number}
141
+ * @memberof HikGetCamerasInfoVO
142
+ */
143
+ 'planDuration'?: number;
144
+ /**
145
+ * 未录像时长=计划录像时长-实际录像时长
146
+ * @type {string}
147
+ * @memberof HikGetCamerasInfoVO
148
+ */
149
+ 'noRecordingDuration'?: string;
150
+ }
@@ -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';
@@ -22,12 +22,6 @@ 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;
31
25
  /**
32
26
  *
33
27
  * @type {Array<AccessVO>}
@@ -36,10 +30,10 @@ export interface IPageAccessVO {
36
30
  'records'?: Array<AccessVO>;
37
31
  /**
38
32
  *
39
- * @type {boolean}
33
+ * @type {number}
40
34
  * @memberof IPageAccessVO
41
35
  */
42
- 'searchCount'?: boolean;
36
+ 'current'?: number;
43
37
  /**
44
38
  *
45
39
  * @type {number}
@@ -53,6 +47,12 @@ export interface IPageAccessVO {
53
47
  * @deprecated
54
48
  */
55
49
  'hitCount'?: boolean;
50
+ /**
51
+ *
52
+ * @type {boolean}
53
+ * @memberof IPageAccessVO
54
+ */
55
+ 'searchCount'?: 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
  }
@@ -37,34 +37,34 @@ export interface GetUserWx200Response {
37
37
  'trailerFields'?: object;
38
38
  /**
39
39
  *
40
- * @type {string}
40
+ * @type {GetUserWx200ResponseLocale}
41
41
  * @memberof GetUserWx200Response
42
42
  */
43
- 'contentType'?: string;
43
+ 'locale'?: GetUserWx200ResponseLocale;
44
44
  /**
45
45
  *
46
46
  * @type {number}
47
47
  * @memberof GetUserWx200Response
48
48
  */
49
- 'contentLength'?: number;
49
+ 'bufferSize'?: number;
50
50
  /**
51
51
  *
52
- * @type {GetUserWx200ResponseOutputStream}
52
+ * @type {string}
53
53
  * @memberof GetUserWx200Response
54
54
  */
55
- 'outputStream'?: GetUserWx200ResponseOutputStream;
55
+ 'contentType'?: string;
56
56
  /**
57
57
  *
58
- * @type {GetUserWx200ResponseLocale}
58
+ * @type {number}
59
59
  * @memberof GetUserWx200Response
60
60
  */
61
- 'locale'?: GetUserWx200ResponseLocale;
61
+ 'contentLength'?: number;
62
62
  /**
63
63
  *
64
- * @type {number}
64
+ * @type {GetUserWx200ResponseOutputStream}
65
65
  * @memberof GetUserWx200Response
66
66
  */
67
- 'bufferSize'?: number;
67
+ 'outputStream'?: GetUserWx200ResponseOutputStream;
68
68
  /**
69
69
  *
70
70
  * @type {string}
@@ -0,0 +1,150 @@
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
+ * 离线原因
122
+ * @type {string}
123
+ * @memberof HikGetCamerasInfoVO
124
+ */
125
+ 'devErrorCode'?: string;
126
+ /**
127
+ * 录像结果 巡检结果(31-正常,32-异常,34-未配置)
128
+ * @type {number}
129
+ * @memberof HikGetCamerasInfoVO
130
+ */
131
+ 'recordingStatus'?: number;
132
+ /**
133
+ * 实际录像时长
134
+ * @type {number}
135
+ * @memberof HikGetCamerasInfoVO
136
+ */
137
+ 'intactDuration'?: number;
138
+ /**
139
+ * 计划录像时长
140
+ * @type {number}
141
+ * @memberof HikGetCamerasInfoVO
142
+ */
143
+ 'planDuration'?: number;
144
+ /**
145
+ * 未录像时长=计划录像时长-实际录像时长
146
+ * @type {string}
147
+ * @memberof HikGetCamerasInfoVO
148
+ */
149
+ 'noRecordingDuration'?: string;
150
+ }
@@ -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);
@@ -22,12 +22,6 @@ 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;
31
25
  /**
32
26
  *
33
27
  * @type {Array<AccessVO>}
@@ -36,10 +30,10 @@ export interface IPageAccessVO {
36
30
  'records'?: Array<AccessVO>;
37
31
  /**
38
32
  *
39
- * @type {boolean}
33
+ * @type {number}
40
34
  * @memberof IPageAccessVO
41
35
  */
42
- 'searchCount'?: boolean;
36
+ 'current'?: number;
43
37
  /**
44
38
  *
45
39
  * @type {number}
@@ -53,6 +47,12 @@ export interface IPageAccessVO {
53
47
  * @deprecated
54
48
  */
55
49
  'hitCount'?: boolean;
50
+ /**
51
+ *
52
+ * @type {boolean}
53
+ * @memberof IPageAccessVO
54
+ */
55
+ 'searchCount'?: 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
  }
@@ -46,34 +46,34 @@ export interface GetUserWx200Response {
46
46
  'trailerFields'?: object;
47
47
  /**
48
48
  *
49
- * @type {string}
49
+ * @type {GetUserWx200ResponseLocale}
50
50
  * @memberof GetUserWx200Response
51
51
  */
52
- 'contentType'?: string;
52
+ 'locale'?: GetUserWx200ResponseLocale;
53
53
  /**
54
54
  *
55
55
  * @type {number}
56
56
  * @memberof GetUserWx200Response
57
57
  */
58
- 'contentLength'?: number;
58
+ 'bufferSize'?: number;
59
59
  /**
60
60
  *
61
- * @type {GetUserWx200ResponseOutputStream}
61
+ * @type {string}
62
62
  * @memberof GetUserWx200Response
63
63
  */
64
- 'outputStream'?: GetUserWx200ResponseOutputStream;
64
+ 'contentType'?: string;
65
65
  /**
66
66
  *
67
- * @type {GetUserWx200ResponseLocale}
67
+ * @type {number}
68
68
  * @memberof GetUserWx200Response
69
69
  */
70
- 'locale'?: GetUserWx200ResponseLocale;
70
+ 'contentLength'?: number;
71
71
  /**
72
72
  *
73
- * @type {number}
73
+ * @type {GetUserWx200ResponseOutputStream}
74
74
  * @memberof GetUserWx200Response
75
75
  */
76
- 'bufferSize'?: number;
76
+ 'outputStream'?: GetUserWx200ResponseOutputStream;
77
77
  /**
78
78
  *
79
79
  * @type {string}
@@ -0,0 +1,156 @@
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
+ * 离线原因
127
+ * @type {string}
128
+ * @memberof HikGetCamerasInfoVO
129
+ */
130
+ 'devErrorCode'?: string;
131
+ /**
132
+ * 录像结果 巡检结果(31-正常,32-异常,34-未配置)
133
+ * @type {number}
134
+ * @memberof HikGetCamerasInfoVO
135
+ */
136
+ 'recordingStatus'?: number;
137
+ /**
138
+ * 实际录像时长
139
+ * @type {number}
140
+ * @memberof HikGetCamerasInfoVO
141
+ */
142
+ 'intactDuration'?: number;
143
+ /**
144
+ * 计划录像时长
145
+ * @type {number}
146
+ * @memberof HikGetCamerasInfoVO
147
+ */
148
+ 'planDuration'?: number;
149
+ /**
150
+ * 未录像时长=计划录像时长-实际录像时长
151
+ * @type {string}
152
+ * @memberof HikGetCamerasInfoVO
153
+ */
154
+ 'noRecordingDuration'?: string;
155
+ }
156
+
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';
@@ -29,12 +29,6 @@ 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;
38
32
  /**
39
33
  *
40
34
  * @type {Array<AccessVO>}
@@ -43,10 +37,10 @@ export interface IPageAccessVO {
43
37
  'records'?: Array<AccessVO>;
44
38
  /**
45
39
  *
46
- * @type {boolean}
40
+ * @type {number}
47
41
  * @memberof IPageAccessVO
48
42
  */
49
- 'searchCount'?: boolean;
43
+ 'current'?: number;
50
44
  /**
51
45
  *
52
46
  * @type {number}
@@ -60,6 +54,12 @@ export interface IPageAccessVO {
60
54
  * @deprecated
61
55
  */
62
56
  'hitCount'?: boolean;
57
+ /**
58
+ *
59
+ * @type {boolean}
60
+ * @memberof IPageAccessVO
61
+ */
62
+ 'searchCount'?: 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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.1.0-alpha.116",
3
+ "version": "4.1.0-alpha.118",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {