@gizone/rrs-client 4.1.0-alpha.142 → 4.1.0-alpha.149
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/get-user-wx200-response.d.ts +4 -4
- package/dist/esm/models/hik-get-cameras-info-vo.d.ts +30 -0
- package/dist/esm/models/surveillance-details-dto.d.ts +6 -0
- package/dist/esm/models/surveillance-update-vo.d.ts +6 -0
- package/dist/esm/models/surveillance.d.ts +6 -0
- package/dist/esm/models/work-order-surveillance-dto.d.ts +6 -0
- package/dist/models/get-user-wx200-response.d.ts +4 -4
- package/dist/models/hik-get-cameras-info-vo.d.ts +30 -0
- package/dist/models/surveillance-details-dto.d.ts +6 -0
- package/dist/models/surveillance-update-vo.d.ts +6 -0
- package/dist/models/surveillance.d.ts +6 -0
- package/dist/models/work-order-surveillance-dto.d.ts +6 -0
- package/models/get-user-wx200-response.ts +4 -4
- package/models/hik-get-cameras-info-vo.ts +30 -0
- package/models/surveillance-details-dto.ts +6 -0
- package/models/surveillance-update-vo.ts +6 -0
- package/models/surveillance.ts +6 -0
- package/models/work-order-surveillance-dto.ts +6 -0
- package/package.json +1 -1
|
@@ -25,16 +25,16 @@ export interface GetUserWx200Response {
|
|
|
25
25
|
'status'?: number;
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
|
-
* @type {
|
|
28
|
+
* @type {Array<string>}
|
|
29
29
|
* @memberof GetUserWx200Response
|
|
30
30
|
*/
|
|
31
|
-
'
|
|
31
|
+
'headerNames'?: Array<string>;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
|
-
* @type {
|
|
34
|
+
* @type {object}
|
|
35
35
|
* @memberof GetUserWx200Response
|
|
36
36
|
*/
|
|
37
|
-
'
|
|
37
|
+
'trailerFields'?: object;
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
40
|
* @type {GetUserWx200ResponseLocale}
|
|
@@ -147,4 +147,34 @@ export interface HikGetCamerasInfoVO {
|
|
|
147
147
|
* @memberof HikGetCamerasInfoVO
|
|
148
148
|
*/
|
|
149
149
|
'noRecordingDuration'?: string;
|
|
150
|
+
/**
|
|
151
|
+
* 图像状态 2-诊断失败,-1-未知,1-正常,0-异常
|
|
152
|
+
* @type {string}
|
|
153
|
+
* @memberof HikGetCamerasInfoVO
|
|
154
|
+
*/
|
|
155
|
+
'imageStatus'?: string;
|
|
156
|
+
/**
|
|
157
|
+
*
|
|
158
|
+
* @type {string}
|
|
159
|
+
* @memberof HikGetCamerasInfoVO
|
|
160
|
+
*/
|
|
161
|
+
'imageStatusName'?: string;
|
|
162
|
+
/**
|
|
163
|
+
* 录制状态
|
|
164
|
+
* @type {string}
|
|
165
|
+
* @memberof HikGetCamerasInfoVO
|
|
166
|
+
*/
|
|
167
|
+
'transcribeStatus'?: string;
|
|
168
|
+
/**
|
|
169
|
+
* 断续频次
|
|
170
|
+
* @type {number}
|
|
171
|
+
* @memberof HikGetCamerasInfoVO
|
|
172
|
+
*/
|
|
173
|
+
'intermittentFrequency'?: number;
|
|
174
|
+
/**
|
|
175
|
+
* 录像保存天数
|
|
176
|
+
* @type {number}
|
|
177
|
+
* @memberof HikGetCamerasInfoVO
|
|
178
|
+
*/
|
|
179
|
+
'videoRecordingDays'?: number;
|
|
150
180
|
}
|
|
@@ -57,6 +57,12 @@ export interface SurveillanceDetailsDto {
|
|
|
57
57
|
* @memberof SurveillanceDetailsDto
|
|
58
58
|
*/
|
|
59
59
|
'surveillanceName'?: string;
|
|
60
|
+
/**
|
|
61
|
+
* 监控全名称
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof SurveillanceDetailsDto
|
|
64
|
+
*/
|
|
65
|
+
'surveillanceFullName'?: string;
|
|
60
66
|
/**
|
|
61
67
|
* 设备编码
|
|
62
68
|
* @type {string}
|
|
@@ -35,6 +35,12 @@ export interface SurveillanceUpdateVo {
|
|
|
35
35
|
* @memberof SurveillanceUpdateVo
|
|
36
36
|
*/
|
|
37
37
|
'surveillanceName'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 监控全名称
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof SurveillanceUpdateVo
|
|
42
|
+
*/
|
|
43
|
+
'surveillanceFullName'?: string;
|
|
38
44
|
/**
|
|
39
45
|
*
|
|
40
46
|
* @type {InstallationBodyEnum}
|
|
@@ -25,16 +25,16 @@ export interface GetUserWx200Response {
|
|
|
25
25
|
'status'?: number;
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
|
-
* @type {
|
|
28
|
+
* @type {Array<string>}
|
|
29
29
|
* @memberof GetUserWx200Response
|
|
30
30
|
*/
|
|
31
|
-
'
|
|
31
|
+
'headerNames'?: Array<string>;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
|
-
* @type {
|
|
34
|
+
* @type {object}
|
|
35
35
|
* @memberof GetUserWx200Response
|
|
36
36
|
*/
|
|
37
|
-
'
|
|
37
|
+
'trailerFields'?: object;
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
40
|
* @type {GetUserWx200ResponseLocale}
|
|
@@ -147,4 +147,34 @@ export interface HikGetCamerasInfoVO {
|
|
|
147
147
|
* @memberof HikGetCamerasInfoVO
|
|
148
148
|
*/
|
|
149
149
|
'noRecordingDuration'?: string;
|
|
150
|
+
/**
|
|
151
|
+
* 图像状态 2-诊断失败,-1-未知,1-正常,0-异常
|
|
152
|
+
* @type {string}
|
|
153
|
+
* @memberof HikGetCamerasInfoVO
|
|
154
|
+
*/
|
|
155
|
+
'imageStatus'?: string;
|
|
156
|
+
/**
|
|
157
|
+
*
|
|
158
|
+
* @type {string}
|
|
159
|
+
* @memberof HikGetCamerasInfoVO
|
|
160
|
+
*/
|
|
161
|
+
'imageStatusName'?: string;
|
|
162
|
+
/**
|
|
163
|
+
* 录制状态
|
|
164
|
+
* @type {string}
|
|
165
|
+
* @memberof HikGetCamerasInfoVO
|
|
166
|
+
*/
|
|
167
|
+
'transcribeStatus'?: string;
|
|
168
|
+
/**
|
|
169
|
+
* 断续频次
|
|
170
|
+
* @type {number}
|
|
171
|
+
* @memberof HikGetCamerasInfoVO
|
|
172
|
+
*/
|
|
173
|
+
'intermittentFrequency'?: number;
|
|
174
|
+
/**
|
|
175
|
+
* 录像保存天数
|
|
176
|
+
* @type {number}
|
|
177
|
+
* @memberof HikGetCamerasInfoVO
|
|
178
|
+
*/
|
|
179
|
+
'videoRecordingDays'?: number;
|
|
150
180
|
}
|
|
@@ -57,6 +57,12 @@ export interface SurveillanceDetailsDto {
|
|
|
57
57
|
* @memberof SurveillanceDetailsDto
|
|
58
58
|
*/
|
|
59
59
|
'surveillanceName'?: string;
|
|
60
|
+
/**
|
|
61
|
+
* 监控全名称
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof SurveillanceDetailsDto
|
|
64
|
+
*/
|
|
65
|
+
'surveillanceFullName'?: string;
|
|
60
66
|
/**
|
|
61
67
|
* 设备编码
|
|
62
68
|
* @type {string}
|
|
@@ -35,6 +35,12 @@ export interface SurveillanceUpdateVo {
|
|
|
35
35
|
* @memberof SurveillanceUpdateVo
|
|
36
36
|
*/
|
|
37
37
|
'surveillanceName'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 监控全名称
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof SurveillanceUpdateVo
|
|
42
|
+
*/
|
|
43
|
+
'surveillanceFullName'?: string;
|
|
38
44
|
/**
|
|
39
45
|
*
|
|
40
46
|
* @type {InstallationBodyEnum}
|
|
@@ -34,16 +34,16 @@ export interface GetUserWx200Response {
|
|
|
34
34
|
'status'?: number;
|
|
35
35
|
/**
|
|
36
36
|
*
|
|
37
|
-
* @type {
|
|
37
|
+
* @type {Array<string>}
|
|
38
38
|
* @memberof GetUserWx200Response
|
|
39
39
|
*/
|
|
40
|
-
'
|
|
40
|
+
'headerNames'?: Array<string>;
|
|
41
41
|
/**
|
|
42
42
|
*
|
|
43
|
-
* @type {
|
|
43
|
+
* @type {object}
|
|
44
44
|
* @memberof GetUserWx200Response
|
|
45
45
|
*/
|
|
46
|
-
'
|
|
46
|
+
'trailerFields'?: object;
|
|
47
47
|
/**
|
|
48
48
|
*
|
|
49
49
|
* @type {GetUserWx200ResponseLocale}
|
|
@@ -152,5 +152,35 @@ export interface HikGetCamerasInfoVO {
|
|
|
152
152
|
* @memberof HikGetCamerasInfoVO
|
|
153
153
|
*/
|
|
154
154
|
'noRecordingDuration'?: string;
|
|
155
|
+
/**
|
|
156
|
+
* 图像状态 2-诊断失败,-1-未知,1-正常,0-异常
|
|
157
|
+
* @type {string}
|
|
158
|
+
* @memberof HikGetCamerasInfoVO
|
|
159
|
+
*/
|
|
160
|
+
'imageStatus'?: string;
|
|
161
|
+
/**
|
|
162
|
+
*
|
|
163
|
+
* @type {string}
|
|
164
|
+
* @memberof HikGetCamerasInfoVO
|
|
165
|
+
*/
|
|
166
|
+
'imageStatusName'?: string;
|
|
167
|
+
/**
|
|
168
|
+
* 录制状态
|
|
169
|
+
* @type {string}
|
|
170
|
+
* @memberof HikGetCamerasInfoVO
|
|
171
|
+
*/
|
|
172
|
+
'transcribeStatus'?: string;
|
|
173
|
+
/**
|
|
174
|
+
* 断续频次
|
|
175
|
+
* @type {number}
|
|
176
|
+
* @memberof HikGetCamerasInfoVO
|
|
177
|
+
*/
|
|
178
|
+
'intermittentFrequency'?: number;
|
|
179
|
+
/**
|
|
180
|
+
* 录像保存天数
|
|
181
|
+
* @type {number}
|
|
182
|
+
* @memberof HikGetCamerasInfoVO
|
|
183
|
+
*/
|
|
184
|
+
'videoRecordingDays'?: number;
|
|
155
185
|
}
|
|
156
186
|
|
|
@@ -74,6 +74,12 @@ export interface SurveillanceDetailsDto {
|
|
|
74
74
|
* @memberof SurveillanceDetailsDto
|
|
75
75
|
*/
|
|
76
76
|
'surveillanceName'?: string;
|
|
77
|
+
/**
|
|
78
|
+
* 监控全名称
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof SurveillanceDetailsDto
|
|
81
|
+
*/
|
|
82
|
+
'surveillanceFullName'?: string;
|
|
77
83
|
/**
|
|
78
84
|
* 设备编码
|
|
79
85
|
* @type {string}
|
|
@@ -44,6 +44,12 @@ export interface SurveillanceUpdateVo {
|
|
|
44
44
|
* @memberof SurveillanceUpdateVo
|
|
45
45
|
*/
|
|
46
46
|
'surveillanceName'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* 监控全名称
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof SurveillanceUpdateVo
|
|
51
|
+
*/
|
|
52
|
+
'surveillanceFullName'?: string;
|
|
47
53
|
/**
|
|
48
54
|
*
|
|
49
55
|
* @type {InstallationBodyEnum}
|
package/models/surveillance.ts
CHANGED