@gizone/rrs-client 4.1.0-alpha.142 → 4.1.0-alpha.143
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 +10 -10
- package/dist/esm/models/hik-get-cameras-info-vo.d.ts +18 -0
- package/dist/models/get-user-wx200-response.d.ts +10 -10
- package/dist/models/hik-get-cameras-info-vo.d.ts +18 -0
- package/models/get-user-wx200-response.ts +10 -10
- package/models/hik-get-cameras-info-vo.ts +18 -0
- package/package.json +1 -1
|
@@ -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 {number}
|
|
23
|
-
* @memberof GetUserWx200Response
|
|
24
|
-
*/
|
|
25
|
-
'status'?: number;
|
|
26
20
|
/**
|
|
27
21
|
*
|
|
28
22
|
* @type {object}
|
|
@@ -35,6 +29,12 @@ export interface GetUserWx200Response {
|
|
|
35
29
|
* @memberof GetUserWx200Response
|
|
36
30
|
*/
|
|
37
31
|
'headerNames'?: Array<string>;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {number}
|
|
35
|
+
* @memberof GetUserWx200Response
|
|
36
|
+
*/
|
|
37
|
+
'status'?: number;
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
40
|
* @type {GetUserWx200ResponseLocale}
|
|
@@ -67,10 +67,10 @@ export interface GetUserWx200Response {
|
|
|
67
67
|
'outputStream'?: GetUserWx200ResponseOutputStream;
|
|
68
68
|
/**
|
|
69
69
|
*
|
|
70
|
-
* @type {
|
|
70
|
+
* @type {object}
|
|
71
71
|
* @memberof GetUserWx200Response
|
|
72
72
|
*/
|
|
73
|
-
'
|
|
73
|
+
'writer'?: object;
|
|
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 {string}
|
|
89
89
|
* @memberof GetUserWx200Response
|
|
90
90
|
*/
|
|
91
|
-
'
|
|
91
|
+
'characterEncoding'?: string;
|
|
92
92
|
}
|
|
@@ -147,4 +147,22 @@ export interface HikGetCamerasInfoVO {
|
|
|
147
147
|
* @memberof HikGetCamerasInfoVO
|
|
148
148
|
*/
|
|
149
149
|
'noRecordingDuration'?: string;
|
|
150
|
+
/**
|
|
151
|
+
* 图像状态
|
|
152
|
+
* @type {string}
|
|
153
|
+
* @memberof HikGetCamerasInfoVO
|
|
154
|
+
*/
|
|
155
|
+
'imageStatus'?: string;
|
|
156
|
+
/**
|
|
157
|
+
* 录制状态
|
|
158
|
+
* @type {string}
|
|
159
|
+
* @memberof HikGetCamerasInfoVO
|
|
160
|
+
*/
|
|
161
|
+
'transcribeStatus'?: string;
|
|
162
|
+
/**
|
|
163
|
+
* 断续频次
|
|
164
|
+
* @type {number}
|
|
165
|
+
* @memberof HikGetCamerasInfoVO
|
|
166
|
+
*/
|
|
167
|
+
'intermittentFrequency'?: number;
|
|
150
168
|
}
|
|
@@ -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 {number}
|
|
23
|
-
* @memberof GetUserWx200Response
|
|
24
|
-
*/
|
|
25
|
-
'status'?: number;
|
|
26
20
|
/**
|
|
27
21
|
*
|
|
28
22
|
* @type {object}
|
|
@@ -35,6 +29,12 @@ export interface GetUserWx200Response {
|
|
|
35
29
|
* @memberof GetUserWx200Response
|
|
36
30
|
*/
|
|
37
31
|
'headerNames'?: Array<string>;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {number}
|
|
35
|
+
* @memberof GetUserWx200Response
|
|
36
|
+
*/
|
|
37
|
+
'status'?: number;
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
40
|
* @type {GetUserWx200ResponseLocale}
|
|
@@ -67,10 +67,10 @@ export interface GetUserWx200Response {
|
|
|
67
67
|
'outputStream'?: GetUserWx200ResponseOutputStream;
|
|
68
68
|
/**
|
|
69
69
|
*
|
|
70
|
-
* @type {
|
|
70
|
+
* @type {object}
|
|
71
71
|
* @memberof GetUserWx200Response
|
|
72
72
|
*/
|
|
73
|
-
'
|
|
73
|
+
'writer'?: object;
|
|
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 {string}
|
|
89
89
|
* @memberof GetUserWx200Response
|
|
90
90
|
*/
|
|
91
|
-
'
|
|
91
|
+
'characterEncoding'?: string;
|
|
92
92
|
}
|
|
@@ -147,4 +147,22 @@ export interface HikGetCamerasInfoVO {
|
|
|
147
147
|
* @memberof HikGetCamerasInfoVO
|
|
148
148
|
*/
|
|
149
149
|
'noRecordingDuration'?: string;
|
|
150
|
+
/**
|
|
151
|
+
* 图像状态
|
|
152
|
+
* @type {string}
|
|
153
|
+
* @memberof HikGetCamerasInfoVO
|
|
154
|
+
*/
|
|
155
|
+
'imageStatus'?: string;
|
|
156
|
+
/**
|
|
157
|
+
* 录制状态
|
|
158
|
+
* @type {string}
|
|
159
|
+
* @memberof HikGetCamerasInfoVO
|
|
160
|
+
*/
|
|
161
|
+
'transcribeStatus'?: string;
|
|
162
|
+
/**
|
|
163
|
+
* 断续频次
|
|
164
|
+
* @type {number}
|
|
165
|
+
* @memberof HikGetCamerasInfoVO
|
|
166
|
+
*/
|
|
167
|
+
'intermittentFrequency'?: number;
|
|
150
168
|
}
|
|
@@ -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 {number}
|
|
32
|
-
* @memberof GetUserWx200Response
|
|
33
|
-
*/
|
|
34
|
-
'status'?: number;
|
|
35
29
|
/**
|
|
36
30
|
*
|
|
37
31
|
* @type {object}
|
|
@@ -44,6 +38,12 @@ export interface GetUserWx200Response {
|
|
|
44
38
|
* @memberof GetUserWx200Response
|
|
45
39
|
*/
|
|
46
40
|
'headerNames'?: Array<string>;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {number}
|
|
44
|
+
* @memberof GetUserWx200Response
|
|
45
|
+
*/
|
|
46
|
+
'status'?: number;
|
|
47
47
|
/**
|
|
48
48
|
*
|
|
49
49
|
* @type {GetUserWx200ResponseLocale}
|
|
@@ -76,10 +76,10 @@ export interface GetUserWx200Response {
|
|
|
76
76
|
'outputStream'?: GetUserWx200ResponseOutputStream;
|
|
77
77
|
/**
|
|
78
78
|
*
|
|
79
|
-
* @type {
|
|
79
|
+
* @type {object}
|
|
80
80
|
* @memberof GetUserWx200Response
|
|
81
81
|
*/
|
|
82
|
-
'
|
|
82
|
+
'writer'?: object;
|
|
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 {string}
|
|
98
98
|
* @memberof GetUserWx200Response
|
|
99
99
|
*/
|
|
100
|
-
'
|
|
100
|
+
'characterEncoding'?: string;
|
|
101
101
|
}
|
|
102
102
|
|
|
@@ -152,5 +152,23 @@ export interface HikGetCamerasInfoVO {
|
|
|
152
152
|
* @memberof HikGetCamerasInfoVO
|
|
153
153
|
*/
|
|
154
154
|
'noRecordingDuration'?: string;
|
|
155
|
+
/**
|
|
156
|
+
* 图像状态
|
|
157
|
+
* @type {string}
|
|
158
|
+
* @memberof HikGetCamerasInfoVO
|
|
159
|
+
*/
|
|
160
|
+
'imageStatus'?: string;
|
|
161
|
+
/**
|
|
162
|
+
* 录制状态
|
|
163
|
+
* @type {string}
|
|
164
|
+
* @memberof HikGetCamerasInfoVO
|
|
165
|
+
*/
|
|
166
|
+
'transcribeStatus'?: string;
|
|
167
|
+
/**
|
|
168
|
+
* 断续频次
|
|
169
|
+
* @type {number}
|
|
170
|
+
* @memberof HikGetCamerasInfoVO
|
|
171
|
+
*/
|
|
172
|
+
'intermittentFrequency'?: number;
|
|
155
173
|
}
|
|
156
174
|
|