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

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
@@ -0,0 +1,126 @@
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
+ * devErrorCode
122
+ * @type {string}
123
+ * @memberof HikGetCamerasInfoVO
124
+ */
125
+ 'devErrorCode'?: string;
126
+ }
@@ -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';
@@ -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
  }
@@ -0,0 +1,126 @@
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
+ * devErrorCode
122
+ * @type {string}
123
+ * @memberof HikGetCamerasInfoVO
124
+ */
125
+ 'devErrorCode'?: string;
126
+ }
@@ -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);
@@ -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
  }
@@ -0,0 +1,132 @@
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
+ * devErrorCode
127
+ * @type {string}
128
+ * @memberof HikGetCamerasInfoVO
129
+ */
130
+ 'devErrorCode'?: string;
131
+ }
132
+
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';
@@ -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.117",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {