@gizone/rrs-client 4.2.7-alpha.436 → 4.2.7-alpha.437
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 +10 -0
- package/apis/dashboard-api.ts +371 -92
- package/dist/apis/dashboard-api.d.ts +208 -64
- package/dist/apis/dashboard-api.js +282 -72
- package/dist/esm/apis/dashboard-api.d.ts +208 -64
- package/dist/esm/apis/dashboard-api.js +282 -72
- package/dist/esm/models/dashboard-work-order-by-park-search-dto.d.ts +69 -0
- package/dist/esm/models/dashboard-work-order-by-park-search-dto.js +14 -0
- package/dist/esm/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +56 -0
- package/dist/esm/models/dashboard-work-order-by-work-order-type-search-dto.js +14 -0
- package/dist/esm/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +43 -0
- package/dist/esm/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.js +14 -0
- package/dist/esm/models/dashboard-work-order-issue-type-group-stats-vo.d.ts +55 -0
- package/dist/esm/models/dashboard-work-order-issue-type-group-stats-vo.js +14 -0
- package/dist/esm/models/dashboard-work-order-park-group-stats-vo.d.ts +60 -0
- package/dist/esm/models/dashboard-work-order-park-group-stats-vo.js +14 -0
- package/dist/esm/models/dashboard-work-order-type-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/dashboard-work-order-type-group-stats-vo.js +14 -0
- package/dist/esm/models/dashboard-work-order-type-subcategory-group-stats-vo.d.ts +55 -0
- package/dist/esm/models/dashboard-work-order-type-subcategory-group-stats-vo.js +14 -0
- package/dist/esm/models/index.d.ts +10 -0
- package/dist/esm/models/index.js +10 -0
- package/dist/esm/models/json-result-list-dashboard-work-order-park-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-work-order-park-group-stats-vo.js +14 -0
- package/dist/esm/models/json-result-list-dashboard-work-order-type-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-work-order-type-group-stats-vo.js +14 -0
- package/dist/esm/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.js +14 -0
- package/dist/models/dashboard-work-order-by-park-search-dto.d.ts +69 -0
- package/dist/models/dashboard-work-order-by-park-search-dto.js +15 -0
- package/dist/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +56 -0
- package/dist/models/dashboard-work-order-by-work-order-type-search-dto.js +15 -0
- package/dist/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +43 -0
- package/dist/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.js +15 -0
- package/dist/models/dashboard-work-order-issue-type-group-stats-vo.d.ts +55 -0
- package/dist/models/dashboard-work-order-issue-type-group-stats-vo.js +15 -0
- package/dist/models/dashboard-work-order-park-group-stats-vo.d.ts +60 -0
- package/dist/models/dashboard-work-order-park-group-stats-vo.js +15 -0
- package/dist/models/dashboard-work-order-type-group-stats-vo.d.ts +62 -0
- package/dist/models/dashboard-work-order-type-group-stats-vo.js +15 -0
- package/dist/models/dashboard-work-order-type-subcategory-group-stats-vo.d.ts +55 -0
- package/dist/models/dashboard-work-order-type-subcategory-group-stats-vo.js +15 -0
- package/dist/models/index.d.ts +10 -0
- package/dist/models/index.js +10 -0
- package/dist/models/json-result-list-dashboard-work-order-park-group-stats-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-work-order-park-group-stats-vo.js +15 -0
- package/dist/models/json-result-list-dashboard-work-order-type-group-stats-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-work-order-type-group-stats-vo.js +15 -0
- package/dist/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.d.ts +62 -0
- package/dist/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.js +15 -0
- package/models/dashboard-work-order-by-park-search-dto.ts +81 -0
- package/models/dashboard-work-order-by-work-order-type-search-dto.ts +66 -0
- package/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.ts +51 -0
- package/models/dashboard-work-order-issue-type-group-stats-vo.ts +65 -0
- package/models/dashboard-work-order-park-group-stats-vo.ts +66 -0
- package/models/dashboard-work-order-type-group-stats-vo.ts +74 -0
- package/models/dashboard-work-order-type-subcategory-group-stats-vo.ts +65 -0
- package/models/index.ts +10 -0
- package/models/json-result-list-dashboard-work-order-park-group-stats-vo.ts +72 -0
- package/models/json-result-list-dashboard-work-order-type-group-stats-vo.ts +72 -0
- package/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.ts +72 -0
- package/package.json +1 -1
|
@@ -0,0 +1,65 @@
|
|
|
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
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { WorkOrderTypeSubcategoryEnum } from './work-order-type-subcategory-enum';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 数据看板工单类型子类分组统计VO
|
|
22
|
+
* @export
|
|
23
|
+
* @interface DashboardWorkOrderTypeSubcategoryGroupStatsVO
|
|
24
|
+
*/
|
|
25
|
+
export interface DashboardWorkOrderTypeSubcategoryGroupStatsVO {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {WorkOrderTypeSubcategoryEnum}
|
|
29
|
+
* @memberof DashboardWorkOrderTypeSubcategoryGroupStatsVO
|
|
30
|
+
*/
|
|
31
|
+
'workOrderTypeSubcategory'?: WorkOrderTypeSubcategoryEnum;
|
|
32
|
+
/**
|
|
33
|
+
* 工单总数
|
|
34
|
+
* @type {number}
|
|
35
|
+
* @memberof DashboardWorkOrderTypeSubcategoryGroupStatsVO
|
|
36
|
+
*/
|
|
37
|
+
'totalCount'?: number;
|
|
38
|
+
/**
|
|
39
|
+
* 完成工单数
|
|
40
|
+
* @type {number}
|
|
41
|
+
* @memberof DashboardWorkOrderTypeSubcategoryGroupStatsVO
|
|
42
|
+
*/
|
|
43
|
+
'completedCount'?: number;
|
|
44
|
+
/**
|
|
45
|
+
* 时效内未完成数
|
|
46
|
+
* @type {number}
|
|
47
|
+
* @memberof DashboardWorkOrderTypeSubcategoryGroupStatsVO
|
|
48
|
+
*/
|
|
49
|
+
'inTimeUncompletedCount'?: number;
|
|
50
|
+
/**
|
|
51
|
+
* 超时未完成数
|
|
52
|
+
* @type {number}
|
|
53
|
+
* @memberof DashboardWorkOrderTypeSubcategoryGroupStatsVO
|
|
54
|
+
*/
|
|
55
|
+
'overTimeUncompletedCount'?: number;
|
|
56
|
+
/**
|
|
57
|
+
* 工单完成率
|
|
58
|
+
* @type {number}
|
|
59
|
+
* @memberof DashboardWorkOrderTypeSubcategoryGroupStatsVO
|
|
60
|
+
*/
|
|
61
|
+
'completionRate'?: number;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
package/models/index.ts
CHANGED
|
@@ -82,6 +82,13 @@ export * from './dashboard-equipment-system-group-stats-vo';
|
|
|
82
82
|
export * from './dashboard-surveillance-functional-area-group-stats-vo';
|
|
83
83
|
export * from './dashboard-surveillance-park-group-stats-vo';
|
|
84
84
|
export * from './dashboard-surveillance-search-dto';
|
|
85
|
+
export * from './dashboard-work-order-by-park-search-dto';
|
|
86
|
+
export * from './dashboard-work-order-by-work-order-type-search-dto';
|
|
87
|
+
export * from './dashboard-work-order-by-work-order-type-subcategory-search-dto';
|
|
88
|
+
export * from './dashboard-work-order-issue-type-group-stats-vo';
|
|
89
|
+
export * from './dashboard-work-order-park-group-stats-vo';
|
|
90
|
+
export * from './dashboard-work-order-type-group-stats-vo';
|
|
91
|
+
export * from './dashboard-work-order-type-subcategory-group-stats-vo';
|
|
85
92
|
export * from './del-user-vo';
|
|
86
93
|
export * from './dept-relation';
|
|
87
94
|
export * from './dept-relation-dto';
|
|
@@ -195,6 +202,9 @@ export * from './json-result-list-dashboard-equipment-park-group-stats-vo';
|
|
|
195
202
|
export * from './json-result-list-dashboard-equipment-system-group-stats-vo';
|
|
196
203
|
export * from './json-result-list-dashboard-surveillance-functional-area-group-stats-vo';
|
|
197
204
|
export * from './json-result-list-dashboard-surveillance-park-group-stats-vo';
|
|
205
|
+
export * from './json-result-list-dashboard-work-order-park-group-stats-vo';
|
|
206
|
+
export * from './json-result-list-dashboard-work-order-type-group-stats-vo';
|
|
207
|
+
export * from './json-result-list-dashboard-work-order-type-subcategory-group-stats-vo';
|
|
198
208
|
export * from './json-result-list-equipment-detail-dto';
|
|
199
209
|
export * from './json-result-list-equipment-qr-code-dto';
|
|
200
210
|
export * from './json-result-list-equipment-system-tree-dto';
|
|
@@ -0,0 +1,72 @@
|
|
|
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
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { BaseErrorResult } from './base-error-result';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { DashboardWorkOrderParkGroupStatsVO } from './dashboard-work-order-park-group-stats-vo';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface JsonResultListDashboardWorkOrderParkGroupStatsVO
|
|
27
|
+
*/
|
|
28
|
+
export interface JsonResultListDashboardWorkOrderParkGroupStatsVO {
|
|
29
|
+
/**
|
|
30
|
+
* 错误码,0:成功,其他:失败
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof JsonResultListDashboardWorkOrderParkGroupStatsVO
|
|
33
|
+
*/
|
|
34
|
+
'code'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 错误消息
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof JsonResultListDashboardWorkOrderParkGroupStatsVO
|
|
39
|
+
*/
|
|
40
|
+
'msg'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 错误堆栈
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof JsonResultListDashboardWorkOrderParkGroupStatsVO
|
|
45
|
+
*/
|
|
46
|
+
'stacks'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* 返回数据,可以是任意类型的值
|
|
49
|
+
* @type {Array<DashboardWorkOrderParkGroupStatsVO>}
|
|
50
|
+
* @memberof JsonResultListDashboardWorkOrderParkGroupStatsVO
|
|
51
|
+
*/
|
|
52
|
+
'data'?: Array<DashboardWorkOrderParkGroupStatsVO> | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {BaseErrorResult}
|
|
56
|
+
* @memberof JsonResultListDashboardWorkOrderParkGroupStatsVO
|
|
57
|
+
*/
|
|
58
|
+
'error'?: BaseErrorResult | null;
|
|
59
|
+
/**
|
|
60
|
+
* 日志追踪ID
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof JsonResultListDashboardWorkOrderParkGroupStatsVO
|
|
63
|
+
*/
|
|
64
|
+
'traceId'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* requestId
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof JsonResultListDashboardWorkOrderParkGroupStatsVO
|
|
69
|
+
*/
|
|
70
|
+
'requestId'?: string | null;
|
|
71
|
+
}
|
|
72
|
+
|
|
@@ -0,0 +1,72 @@
|
|
|
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
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { BaseErrorResult } from './base-error-result';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { DashboardWorkOrderTypeGroupStatsVO } from './dashboard-work-order-type-group-stats-vo';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface JsonResultListDashboardWorkOrderTypeGroupStatsVO
|
|
27
|
+
*/
|
|
28
|
+
export interface JsonResultListDashboardWorkOrderTypeGroupStatsVO {
|
|
29
|
+
/**
|
|
30
|
+
* 错误码,0:成功,其他:失败
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof JsonResultListDashboardWorkOrderTypeGroupStatsVO
|
|
33
|
+
*/
|
|
34
|
+
'code'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 错误消息
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof JsonResultListDashboardWorkOrderTypeGroupStatsVO
|
|
39
|
+
*/
|
|
40
|
+
'msg'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 错误堆栈
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof JsonResultListDashboardWorkOrderTypeGroupStatsVO
|
|
45
|
+
*/
|
|
46
|
+
'stacks'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* 返回数据,可以是任意类型的值
|
|
49
|
+
* @type {Array<DashboardWorkOrderTypeGroupStatsVO>}
|
|
50
|
+
* @memberof JsonResultListDashboardWorkOrderTypeGroupStatsVO
|
|
51
|
+
*/
|
|
52
|
+
'data'?: Array<DashboardWorkOrderTypeGroupStatsVO> | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {BaseErrorResult}
|
|
56
|
+
* @memberof JsonResultListDashboardWorkOrderTypeGroupStatsVO
|
|
57
|
+
*/
|
|
58
|
+
'error'?: BaseErrorResult | null;
|
|
59
|
+
/**
|
|
60
|
+
* 日志追踪ID
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof JsonResultListDashboardWorkOrderTypeGroupStatsVO
|
|
63
|
+
*/
|
|
64
|
+
'traceId'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* requestId
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof JsonResultListDashboardWorkOrderTypeGroupStatsVO
|
|
69
|
+
*/
|
|
70
|
+
'requestId'?: string | null;
|
|
71
|
+
}
|
|
72
|
+
|
|
@@ -0,0 +1,72 @@
|
|
|
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
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { BaseErrorResult } from './base-error-result';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { DashboardWorkOrderTypeSubcategoryGroupStatsVO } from './dashboard-work-order-type-subcategory-group-stats-vo';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface JsonResultListDashboardWorkOrderTypeSubcategoryGroupStatsVO
|
|
27
|
+
*/
|
|
28
|
+
export interface JsonResultListDashboardWorkOrderTypeSubcategoryGroupStatsVO {
|
|
29
|
+
/**
|
|
30
|
+
* 错误码,0:成功,其他:失败
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof JsonResultListDashboardWorkOrderTypeSubcategoryGroupStatsVO
|
|
33
|
+
*/
|
|
34
|
+
'code'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 错误消息
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof JsonResultListDashboardWorkOrderTypeSubcategoryGroupStatsVO
|
|
39
|
+
*/
|
|
40
|
+
'msg'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 错误堆栈
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof JsonResultListDashboardWorkOrderTypeSubcategoryGroupStatsVO
|
|
45
|
+
*/
|
|
46
|
+
'stacks'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* 返回数据,可以是任意类型的值
|
|
49
|
+
* @type {Array<DashboardWorkOrderTypeSubcategoryGroupStatsVO>}
|
|
50
|
+
* @memberof JsonResultListDashboardWorkOrderTypeSubcategoryGroupStatsVO
|
|
51
|
+
*/
|
|
52
|
+
'data'?: Array<DashboardWorkOrderTypeSubcategoryGroupStatsVO> | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {BaseErrorResult}
|
|
56
|
+
* @memberof JsonResultListDashboardWorkOrderTypeSubcategoryGroupStatsVO
|
|
57
|
+
*/
|
|
58
|
+
'error'?: BaseErrorResult | null;
|
|
59
|
+
/**
|
|
60
|
+
* 日志追踪ID
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof JsonResultListDashboardWorkOrderTypeSubcategoryGroupStatsVO
|
|
63
|
+
*/
|
|
64
|
+
'traceId'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* requestId
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof JsonResultListDashboardWorkOrderTypeSubcategoryGroupStatsVO
|
|
69
|
+
*/
|
|
70
|
+
'requestId'?: string | null;
|
|
71
|
+
}
|
|
72
|
+
|