@gizone/rrs-client 4.1.0-alpha.143 → 4.1.0-alpha.150
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 +14 -14
- package/dist/esm/models/hik-get-cameras-info-vo.d.ts +13 -1
- package/dist/esm/models/ipage-access-vo.d.ts +8 -8
- 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 +14 -14
- package/dist/models/hik-get-cameras-info-vo.d.ts +13 -1
- package/dist/models/ipage-access-vo.d.ts +8 -8
- 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 +14 -14
- package/models/hik-get-cameras-info-vo.ts +13 -1
- package/models/ipage-access-vo.ts +8 -8
- 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
|
@@ -19,10 +19,10 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
|
|
|
19
19
|
export interface GetUserWx200Response {
|
|
20
20
|
/**
|
|
21
21
|
*
|
|
22
|
-
* @type {
|
|
22
|
+
* @type {number}
|
|
23
23
|
* @memberof GetUserWx200Response
|
|
24
24
|
*/
|
|
25
|
-
'
|
|
25
|
+
'status'?: number;
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
28
|
* @type {Array<string>}
|
|
@@ -31,16 +31,10 @@ export interface GetUserWx200Response {
|
|
|
31
31
|
'headerNames'?: Array<string>;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
|
-
* @type {
|
|
35
|
-
* @memberof GetUserWx200Response
|
|
36
|
-
*/
|
|
37
|
-
'status'?: number;
|
|
38
|
-
/**
|
|
39
|
-
*
|
|
40
|
-
* @type {GetUserWx200ResponseLocale}
|
|
34
|
+
* @type {object}
|
|
41
35
|
* @memberof GetUserWx200Response
|
|
42
36
|
*/
|
|
43
|
-
'
|
|
37
|
+
'trailerFields'?: object;
|
|
44
38
|
/**
|
|
45
39
|
*
|
|
46
40
|
* @type {number}
|
|
@@ -67,10 +61,16 @@ export interface GetUserWx200Response {
|
|
|
67
61
|
'outputStream'?: GetUserWx200ResponseOutputStream;
|
|
68
62
|
/**
|
|
69
63
|
*
|
|
70
|
-
* @type {
|
|
64
|
+
* @type {GetUserWx200ResponseLocale}
|
|
71
65
|
* @memberof GetUserWx200Response
|
|
72
66
|
*/
|
|
73
|
-
'
|
|
67
|
+
'locale'?: GetUserWx200ResponseLocale;
|
|
68
|
+
/**
|
|
69
|
+
*
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof GetUserWx200Response
|
|
72
|
+
*/
|
|
73
|
+
'characterEncoding'?: string;
|
|
74
74
|
/**
|
|
75
75
|
*
|
|
76
76
|
* @type {number}
|
|
@@ -85,8 +85,8 @@ export interface GetUserWx200Response {
|
|
|
85
85
|
'committed'?: boolean;
|
|
86
86
|
/**
|
|
87
87
|
*
|
|
88
|
-
* @type {
|
|
88
|
+
* @type {object}
|
|
89
89
|
* @memberof GetUserWx200Response
|
|
90
90
|
*/
|
|
91
|
-
'
|
|
91
|
+
'writer'?: object;
|
|
92
92
|
}
|
|
@@ -148,11 +148,17 @@ export interface HikGetCamerasInfoVO {
|
|
|
148
148
|
*/
|
|
149
149
|
'noRecordingDuration'?: string;
|
|
150
150
|
/**
|
|
151
|
-
* 图像状态
|
|
151
|
+
* 图像状态 2-诊断失败,-1-未知,1-正常,0-异常
|
|
152
152
|
* @type {string}
|
|
153
153
|
* @memberof HikGetCamerasInfoVO
|
|
154
154
|
*/
|
|
155
155
|
'imageStatus'?: string;
|
|
156
|
+
/**
|
|
157
|
+
*
|
|
158
|
+
* @type {string}
|
|
159
|
+
* @memberof HikGetCamerasInfoVO
|
|
160
|
+
*/
|
|
161
|
+
'imageStatusName'?: string;
|
|
156
162
|
/**
|
|
157
163
|
* 录制状态
|
|
158
164
|
* @type {string}
|
|
@@ -165,4 +171,10 @@ export interface HikGetCamerasInfoVO {
|
|
|
165
171
|
* @memberof HikGetCamerasInfoVO
|
|
166
172
|
*/
|
|
167
173
|
'intermittentFrequency'?: number;
|
|
174
|
+
/**
|
|
175
|
+
* 录像保存天数
|
|
176
|
+
* @type {number}
|
|
177
|
+
* @memberof HikGetCamerasInfoVO
|
|
178
|
+
*/
|
|
179
|
+
'videoRecordingDays'?: number;
|
|
168
180
|
}
|
|
@@ -22,6 +22,12 @@ export interface IPageAccessVO {
|
|
|
22
22
|
* @memberof IPageAccessVO
|
|
23
23
|
*/
|
|
24
24
|
'total'?: number;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {Array<AccessVO>}
|
|
28
|
+
* @memberof IPageAccessVO
|
|
29
|
+
*/
|
|
30
|
+
'records'?: Array<AccessVO>;
|
|
25
31
|
/**
|
|
26
32
|
*
|
|
27
33
|
* @type {number}
|
|
@@ -30,10 +36,10 @@ export interface IPageAccessVO {
|
|
|
30
36
|
'current'?: number;
|
|
31
37
|
/**
|
|
32
38
|
*
|
|
33
|
-
* @type {
|
|
39
|
+
* @type {boolean}
|
|
34
40
|
* @memberof IPageAccessVO
|
|
35
41
|
*/
|
|
36
|
-
'
|
|
42
|
+
'searchCount'?: boolean;
|
|
37
43
|
/**
|
|
38
44
|
*
|
|
39
45
|
* @type {number}
|
|
@@ -47,12 +53,6 @@ export interface IPageAccessVO {
|
|
|
47
53
|
* @deprecated
|
|
48
54
|
*/
|
|
49
55
|
'hitCount'?: boolean;
|
|
50
|
-
/**
|
|
51
|
-
*
|
|
52
|
-
* @type {boolean}
|
|
53
|
-
* @memberof IPageAccessVO
|
|
54
|
-
*/
|
|
55
|
-
'searchCount'?: boolean;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
|
@@ -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}
|
|
@@ -19,10 +19,10 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
|
|
|
19
19
|
export interface GetUserWx200Response {
|
|
20
20
|
/**
|
|
21
21
|
*
|
|
22
|
-
* @type {
|
|
22
|
+
* @type {number}
|
|
23
23
|
* @memberof GetUserWx200Response
|
|
24
24
|
*/
|
|
25
|
-
'
|
|
25
|
+
'status'?: number;
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
28
|
* @type {Array<string>}
|
|
@@ -31,16 +31,10 @@ export interface GetUserWx200Response {
|
|
|
31
31
|
'headerNames'?: Array<string>;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
|
-
* @type {
|
|
35
|
-
* @memberof GetUserWx200Response
|
|
36
|
-
*/
|
|
37
|
-
'status'?: number;
|
|
38
|
-
/**
|
|
39
|
-
*
|
|
40
|
-
* @type {GetUserWx200ResponseLocale}
|
|
34
|
+
* @type {object}
|
|
41
35
|
* @memberof GetUserWx200Response
|
|
42
36
|
*/
|
|
43
|
-
'
|
|
37
|
+
'trailerFields'?: object;
|
|
44
38
|
/**
|
|
45
39
|
*
|
|
46
40
|
* @type {number}
|
|
@@ -67,10 +61,16 @@ export interface GetUserWx200Response {
|
|
|
67
61
|
'outputStream'?: GetUserWx200ResponseOutputStream;
|
|
68
62
|
/**
|
|
69
63
|
*
|
|
70
|
-
* @type {
|
|
64
|
+
* @type {GetUserWx200ResponseLocale}
|
|
71
65
|
* @memberof GetUserWx200Response
|
|
72
66
|
*/
|
|
73
|
-
'
|
|
67
|
+
'locale'?: GetUserWx200ResponseLocale;
|
|
68
|
+
/**
|
|
69
|
+
*
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof GetUserWx200Response
|
|
72
|
+
*/
|
|
73
|
+
'characterEncoding'?: string;
|
|
74
74
|
/**
|
|
75
75
|
*
|
|
76
76
|
* @type {number}
|
|
@@ -85,8 +85,8 @@ export interface GetUserWx200Response {
|
|
|
85
85
|
'committed'?: boolean;
|
|
86
86
|
/**
|
|
87
87
|
*
|
|
88
|
-
* @type {
|
|
88
|
+
* @type {object}
|
|
89
89
|
* @memberof GetUserWx200Response
|
|
90
90
|
*/
|
|
91
|
-
'
|
|
91
|
+
'writer'?: object;
|
|
92
92
|
}
|
|
@@ -148,11 +148,17 @@ export interface HikGetCamerasInfoVO {
|
|
|
148
148
|
*/
|
|
149
149
|
'noRecordingDuration'?: string;
|
|
150
150
|
/**
|
|
151
|
-
* 图像状态
|
|
151
|
+
* 图像状态 2-诊断失败,-1-未知,1-正常,0-异常
|
|
152
152
|
* @type {string}
|
|
153
153
|
* @memberof HikGetCamerasInfoVO
|
|
154
154
|
*/
|
|
155
155
|
'imageStatus'?: string;
|
|
156
|
+
/**
|
|
157
|
+
*
|
|
158
|
+
* @type {string}
|
|
159
|
+
* @memberof HikGetCamerasInfoVO
|
|
160
|
+
*/
|
|
161
|
+
'imageStatusName'?: string;
|
|
156
162
|
/**
|
|
157
163
|
* 录制状态
|
|
158
164
|
* @type {string}
|
|
@@ -165,4 +171,10 @@ export interface HikGetCamerasInfoVO {
|
|
|
165
171
|
* @memberof HikGetCamerasInfoVO
|
|
166
172
|
*/
|
|
167
173
|
'intermittentFrequency'?: number;
|
|
174
|
+
/**
|
|
175
|
+
* 录像保存天数
|
|
176
|
+
* @type {number}
|
|
177
|
+
* @memberof HikGetCamerasInfoVO
|
|
178
|
+
*/
|
|
179
|
+
'videoRecordingDays'?: number;
|
|
168
180
|
}
|
|
@@ -22,6 +22,12 @@ export interface IPageAccessVO {
|
|
|
22
22
|
* @memberof IPageAccessVO
|
|
23
23
|
*/
|
|
24
24
|
'total'?: number;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {Array<AccessVO>}
|
|
28
|
+
* @memberof IPageAccessVO
|
|
29
|
+
*/
|
|
30
|
+
'records'?: Array<AccessVO>;
|
|
25
31
|
/**
|
|
26
32
|
*
|
|
27
33
|
* @type {number}
|
|
@@ -30,10 +36,10 @@ export interface IPageAccessVO {
|
|
|
30
36
|
'current'?: number;
|
|
31
37
|
/**
|
|
32
38
|
*
|
|
33
|
-
* @type {
|
|
39
|
+
* @type {boolean}
|
|
34
40
|
* @memberof IPageAccessVO
|
|
35
41
|
*/
|
|
36
|
-
'
|
|
42
|
+
'searchCount'?: boolean;
|
|
37
43
|
/**
|
|
38
44
|
*
|
|
39
45
|
* @type {number}
|
|
@@ -47,12 +53,6 @@ export interface IPageAccessVO {
|
|
|
47
53
|
* @deprecated
|
|
48
54
|
*/
|
|
49
55
|
'hitCount'?: boolean;
|
|
50
|
-
/**
|
|
51
|
-
*
|
|
52
|
-
* @type {boolean}
|
|
53
|
-
* @memberof IPageAccessVO
|
|
54
|
-
*/
|
|
55
|
-
'searchCount'?: boolean;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @type {number}
|
|
@@ -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}
|
|
@@ -28,10 +28,10 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
|
|
|
28
28
|
export interface GetUserWx200Response {
|
|
29
29
|
/**
|
|
30
30
|
*
|
|
31
|
-
* @type {
|
|
31
|
+
* @type {number}
|
|
32
32
|
* @memberof GetUserWx200Response
|
|
33
33
|
*/
|
|
34
|
-
'
|
|
34
|
+
'status'?: number;
|
|
35
35
|
/**
|
|
36
36
|
*
|
|
37
37
|
* @type {Array<string>}
|
|
@@ -40,16 +40,10 @@ export interface GetUserWx200Response {
|
|
|
40
40
|
'headerNames'?: Array<string>;
|
|
41
41
|
/**
|
|
42
42
|
*
|
|
43
|
-
* @type {
|
|
44
|
-
* @memberof GetUserWx200Response
|
|
45
|
-
*/
|
|
46
|
-
'status'?: number;
|
|
47
|
-
/**
|
|
48
|
-
*
|
|
49
|
-
* @type {GetUserWx200ResponseLocale}
|
|
43
|
+
* @type {object}
|
|
50
44
|
* @memberof GetUserWx200Response
|
|
51
45
|
*/
|
|
52
|
-
'
|
|
46
|
+
'trailerFields'?: object;
|
|
53
47
|
/**
|
|
54
48
|
*
|
|
55
49
|
* @type {number}
|
|
@@ -76,10 +70,16 @@ export interface GetUserWx200Response {
|
|
|
76
70
|
'outputStream'?: GetUserWx200ResponseOutputStream;
|
|
77
71
|
/**
|
|
78
72
|
*
|
|
79
|
-
* @type {
|
|
73
|
+
* @type {GetUserWx200ResponseLocale}
|
|
80
74
|
* @memberof GetUserWx200Response
|
|
81
75
|
*/
|
|
82
|
-
'
|
|
76
|
+
'locale'?: GetUserWx200ResponseLocale;
|
|
77
|
+
/**
|
|
78
|
+
*
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof GetUserWx200Response
|
|
81
|
+
*/
|
|
82
|
+
'characterEncoding'?: string;
|
|
83
83
|
/**
|
|
84
84
|
*
|
|
85
85
|
* @type {number}
|
|
@@ -94,9 +94,9 @@ export interface GetUserWx200Response {
|
|
|
94
94
|
'committed'?: boolean;
|
|
95
95
|
/**
|
|
96
96
|
*
|
|
97
|
-
* @type {
|
|
97
|
+
* @type {object}
|
|
98
98
|
* @memberof GetUserWx200Response
|
|
99
99
|
*/
|
|
100
|
-
'
|
|
100
|
+
'writer'?: object;
|
|
101
101
|
}
|
|
102
102
|
|
|
@@ -153,11 +153,17 @@ export interface HikGetCamerasInfoVO {
|
|
|
153
153
|
*/
|
|
154
154
|
'noRecordingDuration'?: string;
|
|
155
155
|
/**
|
|
156
|
-
* 图像状态
|
|
156
|
+
* 图像状态 2-诊断失败,-1-未知,1-正常,0-异常
|
|
157
157
|
* @type {string}
|
|
158
158
|
* @memberof HikGetCamerasInfoVO
|
|
159
159
|
*/
|
|
160
160
|
'imageStatus'?: string;
|
|
161
|
+
/**
|
|
162
|
+
*
|
|
163
|
+
* @type {string}
|
|
164
|
+
* @memberof HikGetCamerasInfoVO
|
|
165
|
+
*/
|
|
166
|
+
'imageStatusName'?: string;
|
|
161
167
|
/**
|
|
162
168
|
* 录制状态
|
|
163
169
|
* @type {string}
|
|
@@ -170,5 +176,11 @@ export interface HikGetCamerasInfoVO {
|
|
|
170
176
|
* @memberof HikGetCamerasInfoVO
|
|
171
177
|
*/
|
|
172
178
|
'intermittentFrequency'?: number;
|
|
179
|
+
/**
|
|
180
|
+
* 录像保存天数
|
|
181
|
+
* @type {number}
|
|
182
|
+
* @memberof HikGetCamerasInfoVO
|
|
183
|
+
*/
|
|
184
|
+
'videoRecordingDays'?: number;
|
|
173
185
|
}
|
|
174
186
|
|
|
@@ -29,6 +29,12 @@ export interface IPageAccessVO {
|
|
|
29
29
|
* @memberof IPageAccessVO
|
|
30
30
|
*/
|
|
31
31
|
'total'?: number;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {Array<AccessVO>}
|
|
35
|
+
* @memberof IPageAccessVO
|
|
36
|
+
*/
|
|
37
|
+
'records'?: Array<AccessVO>;
|
|
32
38
|
/**
|
|
33
39
|
*
|
|
34
40
|
* @type {number}
|
|
@@ -37,10 +43,10 @@ export interface IPageAccessVO {
|
|
|
37
43
|
'current'?: number;
|
|
38
44
|
/**
|
|
39
45
|
*
|
|
40
|
-
* @type {
|
|
46
|
+
* @type {boolean}
|
|
41
47
|
* @memberof IPageAccessVO
|
|
42
48
|
*/
|
|
43
|
-
'
|
|
49
|
+
'searchCount'?: boolean;
|
|
44
50
|
/**
|
|
45
51
|
*
|
|
46
52
|
* @type {number}
|
|
@@ -54,12 +60,6 @@ export interface IPageAccessVO {
|
|
|
54
60
|
* @deprecated
|
|
55
61
|
*/
|
|
56
62
|
'hitCount'?: boolean;
|
|
57
|
-
/**
|
|
58
|
-
*
|
|
59
|
-
* @type {boolean}
|
|
60
|
-
* @memberof IPageAccessVO
|
|
61
|
-
*/
|
|
62
|
-
'searchCount'?: boolean;
|
|
63
63
|
/**
|
|
64
64
|
*
|
|
65
65
|
* @type {number}
|
|
@@ -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