@gizone/rrs-client 4.1.0-alpha.141 → 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.
@@ -19,10 +19,10 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
19
19
  export interface GetUserWx200Response {
20
20
  /**
21
21
  *
22
- * @type {number}
22
+ * @type {object}
23
23
  * @memberof GetUserWx200Response
24
24
  */
25
- 'status'?: number;
25
+ 'trailerFields'?: object;
26
26
  /**
27
27
  *
28
28
  * @type {Array<string>}
@@ -31,16 +31,22 @@ export interface GetUserWx200Response {
31
31
  'headerNames'?: Array<string>;
32
32
  /**
33
33
  *
34
- * @type {object}
34
+ * @type {number}
35
35
  * @memberof GetUserWx200Response
36
36
  */
37
- 'trailerFields'?: object;
37
+ 'status'?: number;
38
38
  /**
39
39
  *
40
40
  * @type {GetUserWx200ResponseLocale}
41
41
  * @memberof GetUserWx200Response
42
42
  */
43
43
  'locale'?: GetUserWx200ResponseLocale;
44
+ /**
45
+ *
46
+ * @type {number}
47
+ * @memberof GetUserWx200Response
48
+ */
49
+ 'bufferSize'?: number;
44
50
  /**
45
51
  *
46
52
  * @type {string}
@@ -61,16 +67,10 @@ export interface GetUserWx200Response {
61
67
  'outputStream'?: GetUserWx200ResponseOutputStream;
62
68
  /**
63
69
  *
64
- * @type {number}
65
- * @memberof GetUserWx200Response
66
- */
67
- 'bufferSize'?: number;
68
- /**
69
- *
70
- * @type {string}
70
+ * @type {object}
71
71
  * @memberof GetUserWx200Response
72
72
  */
73
- 'characterEncoding'?: string;
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 {object}
88
+ * @type {string}
89
89
  * @memberof GetUserWx200Response
90
90
  */
91
- 'writer'?: object;
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
  }
@@ -19,10 +19,10 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
19
19
  export interface GetUserWx200Response {
20
20
  /**
21
21
  *
22
- * @type {number}
22
+ * @type {object}
23
23
  * @memberof GetUserWx200Response
24
24
  */
25
- 'status'?: number;
25
+ 'trailerFields'?: object;
26
26
  /**
27
27
  *
28
28
  * @type {Array<string>}
@@ -31,16 +31,22 @@ export interface GetUserWx200Response {
31
31
  'headerNames'?: Array<string>;
32
32
  /**
33
33
  *
34
- * @type {object}
34
+ * @type {number}
35
35
  * @memberof GetUserWx200Response
36
36
  */
37
- 'trailerFields'?: object;
37
+ 'status'?: number;
38
38
  /**
39
39
  *
40
40
  * @type {GetUserWx200ResponseLocale}
41
41
  * @memberof GetUserWx200Response
42
42
  */
43
43
  'locale'?: GetUserWx200ResponseLocale;
44
+ /**
45
+ *
46
+ * @type {number}
47
+ * @memberof GetUserWx200Response
48
+ */
49
+ 'bufferSize'?: number;
44
50
  /**
45
51
  *
46
52
  * @type {string}
@@ -61,16 +67,10 @@ export interface GetUserWx200Response {
61
67
  'outputStream'?: GetUserWx200ResponseOutputStream;
62
68
  /**
63
69
  *
64
- * @type {number}
65
- * @memberof GetUserWx200Response
66
- */
67
- 'bufferSize'?: number;
68
- /**
69
- *
70
- * @type {string}
70
+ * @type {object}
71
71
  * @memberof GetUserWx200Response
72
72
  */
73
- 'characterEncoding'?: string;
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 {object}
88
+ * @type {string}
89
89
  * @memberof GetUserWx200Response
90
90
  */
91
- 'writer'?: object;
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
  }
@@ -28,10 +28,10 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
28
28
  export interface GetUserWx200Response {
29
29
  /**
30
30
  *
31
- * @type {number}
31
+ * @type {object}
32
32
  * @memberof GetUserWx200Response
33
33
  */
34
- 'status'?: number;
34
+ 'trailerFields'?: object;
35
35
  /**
36
36
  *
37
37
  * @type {Array<string>}
@@ -40,16 +40,22 @@ export interface GetUserWx200Response {
40
40
  'headerNames'?: Array<string>;
41
41
  /**
42
42
  *
43
- * @type {object}
43
+ * @type {number}
44
44
  * @memberof GetUserWx200Response
45
45
  */
46
- 'trailerFields'?: object;
46
+ 'status'?: number;
47
47
  /**
48
48
  *
49
49
  * @type {GetUserWx200ResponseLocale}
50
50
  * @memberof GetUserWx200Response
51
51
  */
52
52
  'locale'?: GetUserWx200ResponseLocale;
53
+ /**
54
+ *
55
+ * @type {number}
56
+ * @memberof GetUserWx200Response
57
+ */
58
+ 'bufferSize'?: number;
53
59
  /**
54
60
  *
55
61
  * @type {string}
@@ -70,16 +76,10 @@ export interface GetUserWx200Response {
70
76
  'outputStream'?: GetUserWx200ResponseOutputStream;
71
77
  /**
72
78
  *
73
- * @type {number}
74
- * @memberof GetUserWx200Response
75
- */
76
- 'bufferSize'?: number;
77
- /**
78
- *
79
- * @type {string}
79
+ * @type {object}
80
80
  * @memberof GetUserWx200Response
81
81
  */
82
- 'characterEncoding'?: string;
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 {object}
97
+ * @type {string}
98
98
  * @memberof GetUserWx200Response
99
99
  */
100
- 'writer'?: object;
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.1.0-alpha.141",
3
+ "version": "4.1.0-alpha.143",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {