@gizone/rrs-client 4.2.7-alpha.430 → 4.2.7-alpha.432
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/.openapi-generator/FILES +13 -0
- package/api.ts +1 -0
- package/apis/dashboard-api.ts +430 -0
- package/dist/api.d.ts +1 -0
- package/dist/api.js +1 -0
- package/dist/apis/dashboard-api.d.ts +231 -0
- package/dist/apis/dashboard-api.js +349 -0
- package/dist/esm/api.d.ts +1 -0
- package/dist/esm/api.js +1 -0
- package/dist/esm/apis/dashboard-api.d.ts +231 -0
- package/dist/esm/apis/dashboard-api.js +342 -0
- package/dist/esm/models/dashboard-base-search-dto.d.ts +36 -0
- package/dist/esm/models/dashboard-base-search-dto.js +14 -0
- package/dist/esm/models/dashboard-equipment-park-group-stats-vo.d.ts +43 -0
- package/dist/esm/models/dashboard-equipment-park-group-stats-vo.js +14 -0
- package/dist/esm/models/dashboard-equipment-search-dto.d.ts +42 -0
- package/dist/esm/models/dashboard-equipment-search-dto.js +14 -0
- package/dist/esm/models/dashboard-equipment-system-group-stats-vo.d.ts +49 -0
- package/dist/esm/models/dashboard-equipment-system-group-stats-vo.js +14 -0
- package/dist/esm/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +55 -0
- package/dist/esm/models/dashboard-surveillance-functional-area-group-stats-vo.js +14 -0
- package/dist/esm/models/dashboard-surveillance-park-group-stats-vo.d.ts +60 -0
- package/dist/esm/models/dashboard-surveillance-park-group-stats-vo.js +14 -0
- package/dist/esm/models/dashboard-surveillance-search-dto.d.ts +49 -0
- package/dist/esm/models/dashboard-surveillance-search-dto.js +14 -0
- package/dist/esm/models/equipment-status-stats-vo.d.ts +31 -0
- package/dist/esm/models/equipment-status-stats-vo.js +14 -0
- package/dist/esm/models/index.d.ts +12 -0
- package/dist/esm/models/index.js +12 -0
- package/dist/esm/models/json-result-list-dashboard-equipment-park-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-equipment-park-group-stats-vo.js +14 -0
- package/dist/esm/models/json-result-list-dashboard-equipment-system-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-equipment-system-group-stats-vo.js +14 -0
- package/dist/esm/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.js +14 -0
- package/dist/esm/models/json-result-list-dashboard-surveillance-park-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-surveillance-park-group-stats-vo.js +14 -0
- package/dist/models/dashboard-base-search-dto.d.ts +36 -0
- package/dist/models/dashboard-base-search-dto.js +15 -0
- package/dist/models/dashboard-equipment-park-group-stats-vo.d.ts +43 -0
- package/dist/models/dashboard-equipment-park-group-stats-vo.js +15 -0
- package/dist/models/dashboard-equipment-search-dto.d.ts +42 -0
- package/dist/models/dashboard-equipment-search-dto.js +15 -0
- package/dist/models/dashboard-equipment-system-group-stats-vo.d.ts +49 -0
- package/dist/models/dashboard-equipment-system-group-stats-vo.js +15 -0
- package/dist/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +55 -0
- package/dist/models/dashboard-surveillance-functional-area-group-stats-vo.js +15 -0
- package/dist/models/dashboard-surveillance-park-group-stats-vo.d.ts +60 -0
- package/dist/models/dashboard-surveillance-park-group-stats-vo.js +15 -0
- package/dist/models/dashboard-surveillance-search-dto.d.ts +49 -0
- package/dist/models/dashboard-surveillance-search-dto.js +15 -0
- package/dist/models/equipment-status-stats-vo.d.ts +31 -0
- package/dist/models/equipment-status-stats-vo.js +15 -0
- package/dist/models/index.d.ts +12 -0
- package/dist/models/index.js +12 -0
- package/dist/models/json-result-list-dashboard-equipment-park-group-stats-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-equipment-park-group-stats-vo.js +15 -0
- package/dist/models/json-result-list-dashboard-equipment-system-group-stats-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-equipment-system-group-stats-vo.js +15 -0
- package/dist/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.js +15 -0
- package/dist/models/json-result-list-dashboard-surveillance-park-group-stats-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-surveillance-park-group-stats-vo.js +15 -0
- package/models/dashboard-base-search-dto.ts +42 -0
- package/models/dashboard-equipment-park-group-stats-vo.ts +51 -0
- package/models/dashboard-equipment-search-dto.ts +48 -0
- package/models/dashboard-equipment-system-group-stats-vo.ts +57 -0
- package/models/dashboard-surveillance-functional-area-group-stats-vo.ts +65 -0
- package/models/dashboard-surveillance-park-group-stats-vo.ts +66 -0
- package/models/dashboard-surveillance-search-dto.ts +57 -0
- package/models/equipment-status-stats-vo.ts +41 -0
- package/models/index.ts +12 -0
- package/models/json-result-list-dashboard-equipment-park-group-stats-vo.ts +72 -0
- package/models/json-result-list-dashboard-equipment-system-group-stats-vo.ts +72 -0
- package/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.ts +72 -0
- package/models/json-result-list-dashboard-surveillance-park-group-stats-vo.ts +72 -0
- package/package.json +1 -1
|
@@ -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 {};
|
|
@@ -0,0 +1,42 @@
|
|
|
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
|
+
* 数据看板设备查询DTO
|
|
14
|
+
* @export
|
|
15
|
+
* @interface DashboardEquipmentSearchDTO
|
|
16
|
+
*/
|
|
17
|
+
export interface DashboardEquipmentSearchDTO {
|
|
18
|
+
/**
|
|
19
|
+
* 园区ID集合
|
|
20
|
+
* @type {Array<number>}
|
|
21
|
+
* @memberof DashboardEquipmentSearchDTO
|
|
22
|
+
*/
|
|
23
|
+
'parkIds': Array<number>;
|
|
24
|
+
/**
|
|
25
|
+
* 开始时间
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof DashboardEquipmentSearchDTO
|
|
28
|
+
*/
|
|
29
|
+
'startTime'?: number;
|
|
30
|
+
/**
|
|
31
|
+
* 结束时间
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof DashboardEquipmentSearchDTO
|
|
34
|
+
*/
|
|
35
|
+
'endTime'?: number;
|
|
36
|
+
/**
|
|
37
|
+
* 设备系统ID
|
|
38
|
+
* @type {Array<number>}
|
|
39
|
+
* @memberof DashboardEquipmentSearchDTO
|
|
40
|
+
*/
|
|
41
|
+
'equipmentSystemIds'?: Array<number>;
|
|
42
|
+
}
|
|
@@ -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 {};
|
|
@@ -0,0 +1,49 @@
|
|
|
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
|
+
import type { EquipmentStatusStatsVO } from './equipment-status-stats-vo';
|
|
13
|
+
/**
|
|
14
|
+
* 数据看板设备系统分组统计VO
|
|
15
|
+
* @export
|
|
16
|
+
* @interface DashboardEquipmentSystemGroupStatsVO
|
|
17
|
+
*/
|
|
18
|
+
export interface DashboardEquipmentSystemGroupStatsVO {
|
|
19
|
+
/**
|
|
20
|
+
* 设备系统ID
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof DashboardEquipmentSystemGroupStatsVO
|
|
23
|
+
*/
|
|
24
|
+
'equipmentSystemId'?: number;
|
|
25
|
+
/**
|
|
26
|
+
* 设备系统名称
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof DashboardEquipmentSystemGroupStatsVO
|
|
29
|
+
*/
|
|
30
|
+
'equipmentSystemName'?: string;
|
|
31
|
+
/**
|
|
32
|
+
* 设备状态统计
|
|
33
|
+
* @type {Array<EquipmentStatusStatsVO>}
|
|
34
|
+
* @memberof DashboardEquipmentSystemGroupStatsVO
|
|
35
|
+
*/
|
|
36
|
+
'equipmentStatusStats'?: Array<EquipmentStatusStatsVO>;
|
|
37
|
+
/**
|
|
38
|
+
* 设备总数
|
|
39
|
+
* @type {number}
|
|
40
|
+
* @memberof DashboardEquipmentSystemGroupStatsVO
|
|
41
|
+
*/
|
|
42
|
+
'totalCount'?: number;
|
|
43
|
+
/**
|
|
44
|
+
* 子节点
|
|
45
|
+
* @type {Array<DashboardEquipmentSystemGroupStatsVO>}
|
|
46
|
+
* @memberof DashboardEquipmentSystemGroupStatsVO
|
|
47
|
+
*/
|
|
48
|
+
'children'?: Array<DashboardEquipmentSystemGroupStatsVO>;
|
|
49
|
+
}
|
|
@@ -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 {};
|
|
@@ -0,0 +1,55 @@
|
|
|
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
|
+
import type { FunctionalAreaEnum } from './functional-area-enum';
|
|
13
|
+
/**
|
|
14
|
+
* 数据看板监控功能分区分组VO
|
|
15
|
+
* @export
|
|
16
|
+
* @interface DashboardSurveillanceFunctionalAreaGroupStatsVO
|
|
17
|
+
*/
|
|
18
|
+
export interface DashboardSurveillanceFunctionalAreaGroupStatsVO {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {FunctionalAreaEnum}
|
|
22
|
+
* @memberof DashboardSurveillanceFunctionalAreaGroupStatsVO
|
|
23
|
+
*/
|
|
24
|
+
'functionalArea'?: FunctionalAreaEnum;
|
|
25
|
+
/**
|
|
26
|
+
* 监控总数
|
|
27
|
+
* @type {number}
|
|
28
|
+
* @memberof DashboardSurveillanceFunctionalAreaGroupStatsVO
|
|
29
|
+
*/
|
|
30
|
+
'totalCount'?: number;
|
|
31
|
+
/**
|
|
32
|
+
* 离线数
|
|
33
|
+
* @type {number}
|
|
34
|
+
* @memberof DashboardSurveillanceFunctionalAreaGroupStatsVO
|
|
35
|
+
*/
|
|
36
|
+
'offlineCount'?: number;
|
|
37
|
+
/**
|
|
38
|
+
* 累计维修次数
|
|
39
|
+
* @type {number}
|
|
40
|
+
* @memberof DashboardSurveillanceFunctionalAreaGroupStatsVO
|
|
41
|
+
*/
|
|
42
|
+
'repairCount'?: number;
|
|
43
|
+
/**
|
|
44
|
+
* 图像异常数
|
|
45
|
+
* @type {number}
|
|
46
|
+
* @memberof DashboardSurveillanceFunctionalAreaGroupStatsVO
|
|
47
|
+
*/
|
|
48
|
+
'exceptionCount'?: number;
|
|
49
|
+
/**
|
|
50
|
+
* 录像丢失数
|
|
51
|
+
* @type {number}
|
|
52
|
+
* @memberof DashboardSurveillanceFunctionalAreaGroupStatsVO
|
|
53
|
+
*/
|
|
54
|
+
'videoLossCount'?: number;
|
|
55
|
+
}
|
|
@@ -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 {};
|
|
@@ -0,0 +1,60 @@
|
|
|
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
|
+
* 数据看板监控园区分组VO
|
|
14
|
+
* @export
|
|
15
|
+
* @interface DashboardSurveillanceParkGroupStatsVO
|
|
16
|
+
*/
|
|
17
|
+
export interface DashboardSurveillanceParkGroupStatsVO {
|
|
18
|
+
/**
|
|
19
|
+
* 园区ID
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof DashboardSurveillanceParkGroupStatsVO
|
|
22
|
+
*/
|
|
23
|
+
'parkId'?: number;
|
|
24
|
+
/**
|
|
25
|
+
* 园区名称
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof DashboardSurveillanceParkGroupStatsVO
|
|
28
|
+
*/
|
|
29
|
+
'parkName'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* 监控总数
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof DashboardSurveillanceParkGroupStatsVO
|
|
34
|
+
*/
|
|
35
|
+
'totalCount'?: number;
|
|
36
|
+
/**
|
|
37
|
+
* 离线数
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof DashboardSurveillanceParkGroupStatsVO
|
|
40
|
+
*/
|
|
41
|
+
'offlineCount'?: number;
|
|
42
|
+
/**
|
|
43
|
+
* 累计维修次数
|
|
44
|
+
* @type {number}
|
|
45
|
+
* @memberof DashboardSurveillanceParkGroupStatsVO
|
|
46
|
+
*/
|
|
47
|
+
'repairCount'?: number;
|
|
48
|
+
/**
|
|
49
|
+
* 图像异常数
|
|
50
|
+
* @type {number}
|
|
51
|
+
* @memberof DashboardSurveillanceParkGroupStatsVO
|
|
52
|
+
*/
|
|
53
|
+
'exceptionCount'?: number;
|
|
54
|
+
/**
|
|
55
|
+
* 录像丢失数
|
|
56
|
+
* @type {number}
|
|
57
|
+
* @memberof DashboardSurveillanceParkGroupStatsVO
|
|
58
|
+
*/
|
|
59
|
+
'videoLossCount'?: number;
|
|
60
|
+
}
|
|
@@ -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 {};
|
|
@@ -0,0 +1,49 @@
|
|
|
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
|
+
import type { FunctionalAreaEnum } from './functional-area-enum';
|
|
13
|
+
/**
|
|
14
|
+
* 数据看板监控查询DTO
|
|
15
|
+
* @export
|
|
16
|
+
* @interface DashboardSurveillanceSearchDTO
|
|
17
|
+
*/
|
|
18
|
+
export interface DashboardSurveillanceSearchDTO {
|
|
19
|
+
/**
|
|
20
|
+
* 园区ID集合
|
|
21
|
+
* @type {Array<number>}
|
|
22
|
+
* @memberof DashboardSurveillanceSearchDTO
|
|
23
|
+
*/
|
|
24
|
+
'parkIds': Array<number>;
|
|
25
|
+
/**
|
|
26
|
+
* 开始时间
|
|
27
|
+
* @type {number}
|
|
28
|
+
* @memberof DashboardSurveillanceSearchDTO
|
|
29
|
+
*/
|
|
30
|
+
'startTime'?: number;
|
|
31
|
+
/**
|
|
32
|
+
* 结束时间
|
|
33
|
+
* @type {number}
|
|
34
|
+
* @memberof DashboardSurveillanceSearchDTO
|
|
35
|
+
*/
|
|
36
|
+
'endTime'?: number;
|
|
37
|
+
/**
|
|
38
|
+
* 功能区
|
|
39
|
+
* @type {Array<FunctionalAreaEnum>}
|
|
40
|
+
* @memberof DashboardSurveillanceSearchDTO
|
|
41
|
+
*/
|
|
42
|
+
'functionalAreas'?: Array<FunctionalAreaEnum>;
|
|
43
|
+
/**
|
|
44
|
+
* 是否查询为NULL的功能区
|
|
45
|
+
* @type {boolean}
|
|
46
|
+
* @memberof DashboardSurveillanceSearchDTO
|
|
47
|
+
*/
|
|
48
|
+
'includeNullFunctionalArea'?: boolean;
|
|
49
|
+
}
|
|
@@ -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 {};
|
|
@@ -0,0 +1,31 @@
|
|
|
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
|
+
import type { EquipmentStatusEnum } from './equipment-status-enum';
|
|
13
|
+
/**
|
|
14
|
+
* 设备状态统计VO
|
|
15
|
+
* @export
|
|
16
|
+
* @interface EquipmentStatusStatsVO
|
|
17
|
+
*/
|
|
18
|
+
export interface EquipmentStatusStatsVO {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {EquipmentStatusEnum}
|
|
22
|
+
* @memberof EquipmentStatusStatsVO
|
|
23
|
+
*/
|
|
24
|
+
'equipmentStatus'?: EquipmentStatusEnum;
|
|
25
|
+
/**
|
|
26
|
+
* 数量
|
|
27
|
+
* @type {number}
|
|
28
|
+
* @memberof EquipmentStatusStatsVO
|
|
29
|
+
*/
|
|
30
|
+
'count'?: number;
|
|
31
|
+
}
|
|
@@ -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 {};
|
|
@@ -75,6 +75,13 @@ export * from './captcha-type-enum';
|
|
|
75
75
|
export * from './center-list-dto';
|
|
76
76
|
export * from './change-password-dto';
|
|
77
77
|
export * from './choose-pak-body';
|
|
78
|
+
export * from './dashboard-base-search-dto';
|
|
79
|
+
export * from './dashboard-equipment-park-group-stats-vo';
|
|
80
|
+
export * from './dashboard-equipment-search-dto';
|
|
81
|
+
export * from './dashboard-equipment-system-group-stats-vo';
|
|
82
|
+
export * from './dashboard-surveillance-functional-area-group-stats-vo';
|
|
83
|
+
export * from './dashboard-surveillance-park-group-stats-vo';
|
|
84
|
+
export * from './dashboard-surveillance-search-dto';
|
|
78
85
|
export * from './del-user-vo';
|
|
79
86
|
export * from './dept-relation';
|
|
80
87
|
export * from './dept-relation-dto';
|
|
@@ -98,6 +105,7 @@ export * from './equipment-search-vo';
|
|
|
98
105
|
export * from './equipment-space-search-vo';
|
|
99
106
|
export * from './equipment-status';
|
|
100
107
|
export * from './equipment-status-enum';
|
|
108
|
+
export * from './equipment-status-stats-vo';
|
|
101
109
|
export * from './equipment-system-add-vo';
|
|
102
110
|
export * from './equipment-system-edit-vo';
|
|
103
111
|
export * from './equipment-system-entity';
|
|
@@ -183,6 +191,10 @@ export * from './json-result-list-applet-sys-user-drop-down-box-list-dto';
|
|
|
183
191
|
export * from './json-result-list-area-park-dto';
|
|
184
192
|
export * from './json-result-list-calendar-entity';
|
|
185
193
|
export * from './json-result-list-center-list-dto';
|
|
194
|
+
export * from './json-result-list-dashboard-equipment-park-group-stats-vo';
|
|
195
|
+
export * from './json-result-list-dashboard-equipment-system-group-stats-vo';
|
|
196
|
+
export * from './json-result-list-dashboard-surveillance-functional-area-group-stats-vo';
|
|
197
|
+
export * from './json-result-list-dashboard-surveillance-park-group-stats-vo';
|
|
186
198
|
export * from './json-result-list-equipment-detail-dto';
|
|
187
199
|
export * from './json-result-list-equipment-qr-code-dto';
|
|
188
200
|
export * from './json-result-list-equipment-system-tree-dto';
|
package/dist/esm/models/index.js
CHANGED
|
@@ -75,6 +75,13 @@ export * from './captcha-type-enum';
|
|
|
75
75
|
export * from './center-list-dto';
|
|
76
76
|
export * from './change-password-dto';
|
|
77
77
|
export * from './choose-pak-body';
|
|
78
|
+
export * from './dashboard-base-search-dto';
|
|
79
|
+
export * from './dashboard-equipment-park-group-stats-vo';
|
|
80
|
+
export * from './dashboard-equipment-search-dto';
|
|
81
|
+
export * from './dashboard-equipment-system-group-stats-vo';
|
|
82
|
+
export * from './dashboard-surveillance-functional-area-group-stats-vo';
|
|
83
|
+
export * from './dashboard-surveillance-park-group-stats-vo';
|
|
84
|
+
export * from './dashboard-surveillance-search-dto';
|
|
78
85
|
export * from './del-user-vo';
|
|
79
86
|
export * from './dept-relation';
|
|
80
87
|
export * from './dept-relation-dto';
|
|
@@ -98,6 +105,7 @@ export * from './equipment-search-vo';
|
|
|
98
105
|
export * from './equipment-space-search-vo';
|
|
99
106
|
export * from './equipment-status';
|
|
100
107
|
export * from './equipment-status-enum';
|
|
108
|
+
export * from './equipment-status-stats-vo';
|
|
101
109
|
export * from './equipment-system-add-vo';
|
|
102
110
|
export * from './equipment-system-edit-vo';
|
|
103
111
|
export * from './equipment-system-entity';
|
|
@@ -183,6 +191,10 @@ export * from './json-result-list-applet-sys-user-drop-down-box-list-dto';
|
|
|
183
191
|
export * from './json-result-list-area-park-dto';
|
|
184
192
|
export * from './json-result-list-calendar-entity';
|
|
185
193
|
export * from './json-result-list-center-list-dto';
|
|
194
|
+
export * from './json-result-list-dashboard-equipment-park-group-stats-vo';
|
|
195
|
+
export * from './json-result-list-dashboard-equipment-system-group-stats-vo';
|
|
196
|
+
export * from './json-result-list-dashboard-surveillance-functional-area-group-stats-vo';
|
|
197
|
+
export * from './json-result-list-dashboard-surveillance-park-group-stats-vo';
|
|
186
198
|
export * from './json-result-list-equipment-detail-dto';
|
|
187
199
|
export * from './json-result-list-equipment-qr-code-dto';
|
|
188
200
|
export * from './json-result-list-equipment-system-tree-dto';
|
|
@@ -0,0 +1,62 @@
|
|
|
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
|
+
import type { BaseErrorResult } from './base-error-result';
|
|
13
|
+
import type { DashboardEquipmentParkGroupStatsVO } from './dashboard-equipment-park-group-stats-vo';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultListDashboardEquipmentParkGroupStatsVO
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultListDashboardEquipmentParkGroupStatsVO {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultListDashboardEquipmentParkGroupStatsVO
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultListDashboardEquipmentParkGroupStatsVO
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultListDashboardEquipmentParkGroupStatsVO
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 返回数据,可以是任意类型的值
|
|
40
|
+
* @type {Array<DashboardEquipmentParkGroupStatsVO>}
|
|
41
|
+
* @memberof JsonResultListDashboardEquipmentParkGroupStatsVO
|
|
42
|
+
*/
|
|
43
|
+
'data'?: Array<DashboardEquipmentParkGroupStatsVO> | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultListDashboardEquipmentParkGroupStatsVO
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultListDashboardEquipmentParkGroupStatsVO
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultListDashboardEquipmentParkGroupStatsVO
|
|
60
|
+
*/
|
|
61
|
+
'requestId'?: string | null;
|
|
62
|
+
}
|
|
@@ -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 {};
|
|
@@ -0,0 +1,62 @@
|
|
|
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
|
+
import type { BaseErrorResult } from './base-error-result';
|
|
13
|
+
import type { DashboardEquipmentSystemGroupStatsVO } from './dashboard-equipment-system-group-stats-vo';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultListDashboardEquipmentSystemGroupStatsVO
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultListDashboardEquipmentSystemGroupStatsVO {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultListDashboardEquipmentSystemGroupStatsVO
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultListDashboardEquipmentSystemGroupStatsVO
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultListDashboardEquipmentSystemGroupStatsVO
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 返回数据,可以是任意类型的值
|
|
40
|
+
* @type {Array<DashboardEquipmentSystemGroupStatsVO>}
|
|
41
|
+
* @memberof JsonResultListDashboardEquipmentSystemGroupStatsVO
|
|
42
|
+
*/
|
|
43
|
+
'data'?: Array<DashboardEquipmentSystemGroupStatsVO> | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultListDashboardEquipmentSystemGroupStatsVO
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultListDashboardEquipmentSystemGroupStatsVO
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultListDashboardEquipmentSystemGroupStatsVO
|
|
60
|
+
*/
|
|
61
|
+
'requestId'?: string | null;
|
|
62
|
+
}
|
|
@@ -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 {};
|