@gizone/rrs-client 4.1.2-alpha.182 → 4.1.3-alpha.183
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 +18 -1
- package/README.md +2 -2
- package/api.ts +1 -0
- package/apis/equipment-api.ts +0 -91
- package/apis/offline-alert-work-order-controller-api.ts +149 -0
- package/apis/open-api-api.ts +312 -0
- package/apis/space-api.ts +4 -118
- package/apis/work-order-api.ts +103 -0
- package/configuration.ts +1 -1
- package/dist/api.d.ts +1 -0
- package/dist/api.js +1 -0
- package/dist/apis/equipment-api.d.ts +0 -47
- package/dist/apis/equipment-api.js +0 -70
- package/dist/apis/offline-alert-work-order-controller-api.d.ts +87 -0
- package/dist/apis/offline-alert-work-order-controller-api.js +138 -0
- package/dist/apis/open-api-api.d.ts +166 -0
- package/dist/apis/open-api-api.js +226 -0
- package/dist/apis/space-api.d.ts +4 -65
- package/dist/apis/space-api.js +0 -81
- package/dist/apis/work-order-api.d.ts +55 -0
- package/dist/apis/work-order-api.js +75 -0
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +1 -0
- package/dist/esm/api.js +1 -0
- package/dist/esm/apis/equipment-api.d.ts +0 -47
- package/dist/esm/apis/equipment-api.js +0 -70
- package/dist/esm/apis/offline-alert-work-order-controller-api.d.ts +87 -0
- package/dist/esm/apis/offline-alert-work-order-controller-api.js +131 -0
- package/dist/esm/apis/open-api-api.d.ts +166 -0
- package/dist/esm/apis/open-api-api.js +227 -1
- package/dist/esm/apis/space-api.d.ts +4 -65
- package/dist/esm/apis/space-api.js +0 -81
- package/dist/esm/apis/work-order-api.d.ts +55 -0
- package/dist/esm/apis/work-order-api.js +75 -0
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/models/equipment-detail-dto.d.ts +23 -3
- package/dist/esm/models/equipment-edit-batch-vo.d.ts +3 -2
- package/dist/esm/models/equipment-edit-vo.d.ts +17 -3
- package/dist/esm/models/equipment-search-system-dto.d.ts +23 -3
- package/dist/esm/models/equipment-search-vo.d.ts +4 -3
- package/dist/esm/models/equipment-status-enum.d.ts +25 -0
- package/dist/esm/models/equipment-status-enum.js +26 -0
- package/dist/esm/models/equipment-status.d.ts +30 -0
- package/dist/esm/models/equipment-status.js +14 -0
- package/dist/esm/models/equipment-tree-details-dto.d.ts +23 -3
- package/dist/esm/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +43 -0
- package/dist/esm/models/excel-import-upload-to-redis-vo-space-add-excel-dto.js +14 -0
- package/dist/esm/models/get-user-wx200-response.d.ts +10 -10
- package/dist/esm/models/index.d.ts +17 -1
- package/dist/esm/models/index.js +17 -1
- package/dist/esm/models/ipage-access-vo.d.ts +4 -4
- package/dist/esm/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +62 -0
- package/dist/esm/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.js +14 -0
- package/dist/esm/models/json-result-offline-alert-work-order-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-offline-alert-work-order-details-dto.js +14 -0
- package/dist/esm/models/network-monitor-repair-add-vo.d.ts +6 -0
- package/dist/esm/models/network-monitor-repair-details-dto.d.ts +13 -0
- package/dist/esm/models/offline-alert-device-vo.d.ts +30 -0
- package/dist/esm/models/offline-alert-device-vo.js +14 -0
- package/dist/esm/models/offline-alert-submit-vo.d.ts +43 -0
- package/dist/esm/models/offline-alert-submit-vo.js +14 -0
- package/dist/esm/models/offline-alert-work-order-details-dto.d.ts +91 -0
- package/dist/esm/models/offline-alert-work-order-details-dto.js +14 -0
- package/dist/esm/models/offline-alert-work-order-info.d.ts +72 -0
- package/dist/esm/models/offline-alert-work-order-info.js +21 -0
- package/dist/esm/models/offline-alert-work-order-vo.d.ts +43 -0
- package/dist/esm/models/offline-alert-work-order-vo.js +14 -0
- package/dist/esm/models/park-info-dto.d.ts +6 -0
- package/dist/esm/models/result-code.d.ts +1 -0
- package/dist/esm/models/result-code.js +1 -0
- package/dist/esm/models/source-work-order-dto.d.ts +37 -0
- package/dist/esm/models/source-work-order-dto.js +14 -0
- package/dist/esm/models/space-add-excel-dto.d.ts +28 -10
- package/dist/esm/models/space-add-vo.d.ts +22 -9
- package/dist/esm/models/space-detail-dto.d.ts +16 -3
- package/dist/esm/models/space-edit-vo.d.ts +16 -3
- package/dist/esm/models/{space-industry-attribute.d.ts → space-industry-attribute-enum.d.ts} +2 -2
- package/dist/esm/models/{space-industry-attribute.js → space-industry-attribute-enum.js} +1 -1
- package/dist/esm/models/space-level-enum.d.ts +23 -0
- package/dist/esm/models/space-level-enum.js +24 -0
- package/dist/esm/models/space-tree-dto.d.ts +16 -3
- package/dist/esm/models/space.d.ts +3 -3
- package/dist/esm/models/sync-equipment-status-vo.d.ts +37 -0
- package/dist/esm/models/sync-equipment-status-vo.js +14 -0
- package/dist/esm/models/sync-equipment-vo-equipment.d.ts +90 -0
- package/dist/esm/models/sync-equipment-vo-equipment.js +14 -0
- package/dist/esm/models/sync-equipment-vo.d.ts +13 -174
- package/dist/esm/models/system-user-msg-source-type-enum.d.ts +1 -0
- package/dist/esm/models/system-user-msg-source-type-enum.js +2 -1
- package/dist/esm/models/third-party-system-enum.d.ts +22 -0
- package/dist/esm/models/third-party-system-enum.js +23 -0
- package/dist/esm/models/work-order-ext-data.d.ts +7 -0
- package/dist/esm/models/work-order-internal-status-enum.d.ts +2 -0
- package/dist/esm/models/work-order-internal-status-enum.js +3 -1
- package/dist/esm/models/work-order-issue-type-enum.d.ts +10 -0
- package/dist/esm/models/work-order-issue-type-enum.js +11 -1
- package/dist/esm/models/work-order-report-vo.d.ts +8 -1
- package/dist/esm/models/work-order-settings-type-enum.d.ts +1 -0
- package/dist/esm/models/work-order-settings-type-enum.js +2 -1
- package/dist/esm/models/work-order-source-enum.d.ts +1 -1
- package/dist/esm/models/work-order-source-enum.js +1 -1
- package/dist/esm/models/work-order-submit-vo.d.ts +25 -0
- package/dist/esm/models/work-order-submit-vo.js +14 -0
- package/dist/esm/models/work-order-type-enum.d.ts +1 -0
- package/dist/esm/models/work-order-type-enum.js +2 -1
- package/dist/models/equipment-detail-dto.d.ts +23 -3
- package/dist/models/equipment-edit-batch-vo.d.ts +3 -2
- package/dist/models/equipment-edit-vo.d.ts +17 -3
- package/dist/models/equipment-search-system-dto.d.ts +23 -3
- package/dist/models/equipment-search-vo.d.ts +4 -3
- package/dist/models/equipment-status-enum.d.ts +25 -0
- package/dist/models/equipment-status-enum.js +29 -0
- package/dist/models/equipment-status.d.ts +30 -0
- package/dist/models/equipment-status.js +15 -0
- package/dist/models/equipment-tree-details-dto.d.ts +23 -3
- package/dist/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +43 -0
- package/dist/models/excel-import-upload-to-redis-vo-space-add-excel-dto.js +15 -0
- package/dist/models/get-user-wx200-response.d.ts +10 -10
- package/dist/models/index.d.ts +17 -1
- package/dist/models/index.js +17 -1
- package/dist/models/ipage-access-vo.d.ts +4 -4
- package/dist/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +62 -0
- package/dist/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.js +15 -0
- package/dist/models/json-result-offline-alert-work-order-details-dto.d.ts +62 -0
- package/dist/models/json-result-offline-alert-work-order-details-dto.js +15 -0
- package/dist/models/network-monitor-repair-add-vo.d.ts +6 -0
- package/dist/models/network-monitor-repair-details-dto.d.ts +13 -0
- package/dist/models/offline-alert-device-vo.d.ts +30 -0
- package/dist/models/offline-alert-device-vo.js +15 -0
- package/dist/models/offline-alert-submit-vo.d.ts +43 -0
- package/dist/models/offline-alert-submit-vo.js +15 -0
- package/dist/models/offline-alert-work-order-details-dto.d.ts +91 -0
- package/dist/models/offline-alert-work-order-details-dto.js +15 -0
- package/dist/models/offline-alert-work-order-info.d.ts +72 -0
- package/dist/models/offline-alert-work-order-info.js +24 -0
- package/dist/models/offline-alert-work-order-vo.d.ts +43 -0
- package/dist/models/offline-alert-work-order-vo.js +15 -0
- package/dist/models/park-info-dto.d.ts +6 -0
- package/dist/models/result-code.d.ts +1 -0
- package/dist/models/result-code.js +1 -0
- package/dist/models/source-work-order-dto.d.ts +37 -0
- package/dist/models/source-work-order-dto.js +15 -0
- package/dist/models/space-add-excel-dto.d.ts +28 -10
- package/dist/models/space-add-vo.d.ts +22 -9
- package/dist/models/space-detail-dto.d.ts +16 -3
- package/dist/models/space-edit-vo.d.ts +16 -3
- package/dist/models/{space-industry-attribute.d.ts → space-industry-attribute-enum.d.ts} +2 -2
- package/dist/models/{space-industry-attribute.js → space-industry-attribute-enum.js} +2 -2
- package/dist/models/space-level-enum.d.ts +23 -0
- package/dist/models/space-level-enum.js +27 -0
- package/dist/models/space-tree-dto.d.ts +16 -3
- package/dist/models/space.d.ts +3 -3
- package/dist/models/sync-equipment-status-vo.d.ts +37 -0
- package/dist/models/sync-equipment-status-vo.js +15 -0
- package/dist/models/sync-equipment-vo-equipment.d.ts +90 -0
- package/dist/models/sync-equipment-vo-equipment.js +15 -0
- package/dist/models/sync-equipment-vo.d.ts +13 -174
- package/dist/models/system-user-msg-source-type-enum.d.ts +1 -0
- package/dist/models/system-user-msg-source-type-enum.js +2 -1
- package/dist/models/third-party-system-enum.d.ts +22 -0
- package/dist/models/third-party-system-enum.js +26 -0
- package/dist/models/work-order-ext-data.d.ts +7 -0
- package/dist/models/work-order-internal-status-enum.d.ts +2 -0
- package/dist/models/work-order-internal-status-enum.js +3 -1
- package/dist/models/work-order-issue-type-enum.d.ts +10 -0
- package/dist/models/work-order-issue-type-enum.js +11 -1
- package/dist/models/work-order-report-vo.d.ts +8 -1
- package/dist/models/work-order-settings-type-enum.d.ts +1 -0
- package/dist/models/work-order-settings-type-enum.js +2 -1
- package/dist/models/work-order-source-enum.d.ts +1 -1
- package/dist/models/work-order-source-enum.js +1 -1
- package/dist/models/work-order-submit-vo.d.ts +25 -0
- package/dist/models/work-order-submit-vo.js +15 -0
- package/dist/models/work-order-type-enum.d.ts +1 -0
- package/dist/models/work-order-type-enum.js +2 -1
- package/models/equipment-detail-dto.ts +29 -3
- package/models/equipment-edit-batch-vo.ts +7 -2
- package/models/equipment-edit-vo.ts +23 -3
- package/models/equipment-search-system-dto.ts +29 -3
- package/models/equipment-search-vo.ts +8 -3
- package/models/equipment-status-enum.ts +35 -0
- package/models/equipment-status.ts +36 -0
- package/models/equipment-tree-details-dto.ts +29 -3
- package/models/excel-import-upload-to-redis-vo-space-add-excel-dto.ts +51 -0
- package/models/get-user-wx200-response.ts +10 -10
- package/models/index.ts +17 -1
- package/models/ipage-access-vo.ts +4 -4
- package/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.ts +72 -0
- package/models/json-result-offline-alert-work-order-details-dto.ts +72 -0
- package/models/network-monitor-repair-add-vo.ts +6 -0
- package/models/network-monitor-repair-details-dto.ts +15 -0
- package/models/offline-alert-device-vo.ts +36 -0
- package/models/offline-alert-submit-vo.ts +53 -0
- package/models/offline-alert-work-order-details-dto.ts +113 -0
- package/models/offline-alert-work-order-info.ts +86 -0
- package/models/offline-alert-work-order-vo.ts +53 -0
- package/models/park-info-dto.ts +6 -0
- package/models/result-code.ts +1 -0
- package/models/source-work-order-dto.ts +47 -0
- package/models/space-add-excel-dto.ts +28 -10
- package/models/space-add-vo.ts +24 -9
- package/models/space-detail-dto.ts +18 -3
- package/models/space-edit-vo.ts +18 -3
- package/models/{space-industry-attribute.ts → space-industry-attribute-enum.ts} +2 -2
- package/models/space-level-enum.ts +33 -0
- package/models/space-tree-dto.ts +18 -3
- package/models/space.ts +3 -3
- package/models/sync-equipment-status-vo.ts +45 -0
- package/models/sync-equipment-vo-equipment.ts +96 -0
- package/models/sync-equipment-vo.ts +15 -174
- package/models/system-user-msg-source-type-enum.ts +2 -1
- package/models/third-party-system-enum.ts +32 -0
- package/models/work-order-ext-data.ts +9 -0
- package/models/work-order-internal-status-enum.ts +3 -1
- package/models/work-order-issue-type-enum.ts +11 -1
- package/models/work-order-report-vo.ts +10 -1
- package/models/work-order-settings-type-enum.ts +2 -1
- package/models/work-order-source-enum.ts +1 -1
- package/models/work-order-submit-vo.ts +33 -0
- package/models/work-order-type-enum.ts +2 -1
- package/package.json +1 -1
|
@@ -0,0 +1,35 @@
|
|
|
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
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
export const EquipmentStatusEnum = {
|
|
24
|
+
Enable: 'ENABLE',
|
|
25
|
+
ToBeRepaired: 'TO_BE_REPAIRED',
|
|
26
|
+
ToBeScrapped: 'TO_BE_SCRAPPED',
|
|
27
|
+
Scrapped: 'SCRAPPED',
|
|
28
|
+
Disposed: 'DISPOSED',
|
|
29
|
+
Frozen: 'FROZEN'
|
|
30
|
+
} as const;
|
|
31
|
+
|
|
32
|
+
export type EquipmentStatusEnum = typeof EquipmentStatusEnum[keyof typeof EquipmentStatusEnum];
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
@@ -0,0 +1,36 @@
|
|
|
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 EquipmentStatus
|
|
21
|
+
*/
|
|
22
|
+
export interface EquipmentStatus {
|
|
23
|
+
/**
|
|
24
|
+
* 设备编码
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof EquipmentStatus
|
|
27
|
+
*/
|
|
28
|
+
'equipmentCode': string;
|
|
29
|
+
/**
|
|
30
|
+
* 设备状态 1:再用,2:待维修,3:待报废,4:已报废,5:已处置,6:已冻结
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof EquipmentStatus
|
|
33
|
+
*/
|
|
34
|
+
'equipmentStatus': number;
|
|
35
|
+
}
|
|
36
|
+
|
|
@@ -13,6 +13,12 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { EquipmentStatusEnum } from './equipment-status-enum';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { ThirdPartySystemEnum } from './third-party-system-enum';
|
|
16
22
|
|
|
17
23
|
/**
|
|
18
24
|
* 设备tree详情
|
|
@@ -33,11 +39,11 @@ export interface EquipmentTreeDetailsDTO {
|
|
|
33
39
|
*/
|
|
34
40
|
'equipmentName'?: string;
|
|
35
41
|
/**
|
|
36
|
-
*
|
|
37
|
-
* @type {
|
|
42
|
+
*
|
|
43
|
+
* @type {EquipmentStatusEnum}
|
|
38
44
|
* @memberof EquipmentTreeDetailsDTO
|
|
39
45
|
*/
|
|
40
|
-
'equipmentStatus'?:
|
|
46
|
+
'equipmentStatus'?: EquipmentStatusEnum;
|
|
41
47
|
/**
|
|
42
48
|
* 空间id
|
|
43
49
|
* @type {number}
|
|
@@ -56,5 +62,25 @@ export interface EquipmentTreeDetailsDTO {
|
|
|
56
62
|
* @memberof EquipmentTreeDetailsDTO
|
|
57
63
|
*/
|
|
58
64
|
'relatedEquipmentIds'?: Array<number>;
|
|
65
|
+
/**
|
|
66
|
+
*
|
|
67
|
+
* @type {ThirdPartySystemEnum}
|
|
68
|
+
* @memberof EquipmentTreeDetailsDTO
|
|
69
|
+
*/
|
|
70
|
+
'source'?: ThirdPartySystemEnum;
|
|
71
|
+
/**
|
|
72
|
+
* 设备编码
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof EquipmentTreeDetailsDTO
|
|
75
|
+
*/
|
|
76
|
+
'equipmentCode'?: string;
|
|
77
|
+
/**
|
|
78
|
+
* 资产编码
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof EquipmentTreeDetailsDTO
|
|
81
|
+
*/
|
|
82
|
+
'famEquipmentCode'?: string;
|
|
59
83
|
}
|
|
60
84
|
|
|
85
|
+
|
|
86
|
+
|
|
@@ -0,0 +1,51 @@
|
|
|
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 { SpaceAddExcelDTO } from './space-add-excel-dto';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* excel导入到redis vo
|
|
22
|
+
* @export
|
|
23
|
+
* @interface ExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
24
|
+
*/
|
|
25
|
+
export interface ExcelImportUploadToRedisVoSpaceAddExcelDTO {
|
|
26
|
+
/**
|
|
27
|
+
* 成功的数据
|
|
28
|
+
* @type {Array<SpaceAddExcelDTO>}
|
|
29
|
+
* @memberof ExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
30
|
+
*/
|
|
31
|
+
'successDataList'?: Array<SpaceAddExcelDTO>;
|
|
32
|
+
/**
|
|
33
|
+
* 错误的数据
|
|
34
|
+
* @type {Array<SpaceAddExcelDTO>}
|
|
35
|
+
* @memberof ExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
36
|
+
*/
|
|
37
|
+
'errorDataList'?: Array<SpaceAddExcelDTO>;
|
|
38
|
+
/**
|
|
39
|
+
* 语言
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof ExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
42
|
+
*/
|
|
43
|
+
'language'?: string;
|
|
44
|
+
/**
|
|
45
|
+
* 园区id
|
|
46
|
+
* @type {number}
|
|
47
|
+
* @memberof ExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
48
|
+
*/
|
|
49
|
+
'parkId'?: number;
|
|
50
|
+
}
|
|
51
|
+
|
|
@@ -28,10 +28,10 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
|
|
|
28
28
|
export interface GetUserWx200Response {
|
|
29
29
|
/**
|
|
30
30
|
*
|
|
31
|
-
* @type {
|
|
31
|
+
* @type {object}
|
|
32
32
|
* @memberof GetUserWx200Response
|
|
33
33
|
*/
|
|
34
|
-
'
|
|
34
|
+
'trailerFields'?: object;
|
|
35
35
|
/**
|
|
36
36
|
*
|
|
37
37
|
* @type {Array<string>}
|
|
@@ -40,10 +40,10 @@ export interface GetUserWx200Response {
|
|
|
40
40
|
'headerNames'?: Array<string>;
|
|
41
41
|
/**
|
|
42
42
|
*
|
|
43
|
-
* @type {
|
|
43
|
+
* @type {number}
|
|
44
44
|
* @memberof GetUserWx200Response
|
|
45
45
|
*/
|
|
46
|
-
'
|
|
46
|
+
'status'?: number;
|
|
47
47
|
/**
|
|
48
48
|
*
|
|
49
49
|
* @type {GetUserWx200ResponseLocale}
|
|
@@ -82,21 +82,21 @@ export interface GetUserWx200Response {
|
|
|
82
82
|
'characterEncoding'?: string;
|
|
83
83
|
/**
|
|
84
84
|
*
|
|
85
|
-
* @type {
|
|
85
|
+
* @type {object}
|
|
86
86
|
* @memberof GetUserWx200Response
|
|
87
87
|
*/
|
|
88
|
-
'
|
|
88
|
+
'writer'?: object;
|
|
89
89
|
/**
|
|
90
90
|
*
|
|
91
|
-
* @type {
|
|
91
|
+
* @type {number}
|
|
92
92
|
* @memberof GetUserWx200Response
|
|
93
93
|
*/
|
|
94
|
-
'
|
|
94
|
+
'contentLengthLong'?: number;
|
|
95
95
|
/**
|
|
96
96
|
*
|
|
97
|
-
* @type {
|
|
97
|
+
* @type {boolean}
|
|
98
98
|
* @memberof GetUserWx200Response
|
|
99
99
|
*/
|
|
100
|
-
'
|
|
100
|
+
'committed'?: boolean;
|
|
101
101
|
}
|
|
102
102
|
|
package/models/index.ts
CHANGED
|
@@ -180,6 +180,8 @@ export * from './equipment-qr-code-vo';
|
|
|
180
180
|
export * from './equipment-search-system-dto';
|
|
181
181
|
export * from './equipment-search-vo';
|
|
182
182
|
export * from './equipment-space-search-vo';
|
|
183
|
+
export * from './equipment-status';
|
|
184
|
+
export * from './equipment-status-enum';
|
|
183
185
|
export * from './equipment-system-add-vo';
|
|
184
186
|
export * from './equipment-system-edit-vo';
|
|
185
187
|
export * from './equipment-system-entity';
|
|
@@ -206,6 +208,7 @@ export * from './excel-import-result-dtocalendar-export-dto';
|
|
|
206
208
|
export * from './excel-import-result-dtoequipment-excel-add-dto';
|
|
207
209
|
export * from './excel-import-result-dtoinspection-standard-import-dto';
|
|
208
210
|
export * from './excel-import-result-dtomaintenance-standard-import-dto';
|
|
211
|
+
export * from './excel-import-upload-to-redis-vo-space-add-excel-dto';
|
|
209
212
|
export * from './export-energy-meter-record-bo';
|
|
210
213
|
export * from './export-hire-energy-meter-record-bo';
|
|
211
214
|
export * from './export-in-park-vehicle-bo';
|
|
@@ -356,6 +359,7 @@ export * from './json-result-excel-import-result-dtocalendar-export-dto';
|
|
|
356
359
|
export * from './json-result-excel-import-result-dtoequipment-excel-add-dto';
|
|
357
360
|
export * from './json-result-excel-import-result-dtoinspection-standard-import-dto';
|
|
358
361
|
export * from './json-result-excel-import-result-dtomaintenance-standard-import-dto';
|
|
362
|
+
export * from './json-result-excel-import-upload-to-redis-vo-space-add-excel-dto';
|
|
359
363
|
export * from './json-result-feedback-record-detail-vo';
|
|
360
364
|
export * from './json-result-feedback-statistics-count-dto';
|
|
361
365
|
export * from './json-result-feedback-statistics-satisfaction-rating-dto';
|
|
@@ -469,6 +473,7 @@ export * from './json-result-network-monitor-repair-details-dto';
|
|
|
469
473
|
export * from './json-result-news-entity';
|
|
470
474
|
export * from './json-result-node-dto';
|
|
471
475
|
export * from './json-result-object';
|
|
476
|
+
export * from './json-result-offline-alert-work-order-details-dto';
|
|
472
477
|
export * from './json-result-owner-kanban-energy-dto';
|
|
473
478
|
export * from './json-result-owner-kanban-index-safety-inspection-dto';
|
|
474
479
|
export * from './json-result-owner-kanban-two-park-call-police-number-statistics-dto';
|
|
@@ -597,6 +602,11 @@ export * from './news-query-vo';
|
|
|
597
602
|
export * from './node-dto';
|
|
598
603
|
export * from './node-type-enum';
|
|
599
604
|
export * from './notice-vo';
|
|
605
|
+
export * from './offline-alert-device-vo';
|
|
606
|
+
export * from './offline-alert-submit-vo';
|
|
607
|
+
export * from './offline-alert-work-order-details-dto';
|
|
608
|
+
export * from './offline-alert-work-order-info';
|
|
609
|
+
export * from './offline-alert-work-order-vo';
|
|
600
610
|
export * from './open-barrier-po';
|
|
601
611
|
export * from './operate-message-details-dto';
|
|
602
612
|
export * from './orders';
|
|
@@ -721,6 +731,7 @@ export * from './select-park-energy-bill-detail-bo';
|
|
|
721
731
|
export * from './select-time-cost-tenant-rent-bill-bo';
|
|
722
732
|
export * from './source-alert-dto';
|
|
723
733
|
export * from './source-feedback-dto';
|
|
734
|
+
export * from './source-work-order-dto';
|
|
724
735
|
export * from './source-work-order-inspection-dto';
|
|
725
736
|
export * from './space';
|
|
726
737
|
export * from './space-add-excel-dto';
|
|
@@ -730,7 +741,8 @@ export * from './space-add-vo';
|
|
|
730
741
|
export * from './space-detail-dto';
|
|
731
742
|
export * from './space-edit-vo';
|
|
732
743
|
export * from './space-image-detail-dto';
|
|
733
|
-
export * from './space-industry-attribute';
|
|
744
|
+
export * from './space-industry-attribute-enum';
|
|
745
|
+
export * from './space-level-enum';
|
|
734
746
|
export * from './space-point-dto';
|
|
735
747
|
export * from './space-point-vo';
|
|
736
748
|
export * from './space-qr-code';
|
|
@@ -780,7 +792,9 @@ export * from './switch-pak-body';
|
|
|
780
792
|
export * from './switch-pak-body-v2-vo';
|
|
781
793
|
export * from './switch-park-v2-dto';
|
|
782
794
|
export * from './sync-device-unit-vo';
|
|
795
|
+
export * from './sync-equipment-status-vo';
|
|
783
796
|
export * from './sync-equipment-vo';
|
|
797
|
+
export * from './sync-equipment-vo-equipment';
|
|
784
798
|
export * from './sys-config';
|
|
785
799
|
export * from './sys-dept';
|
|
786
800
|
export * from './sys-dept-drop-down-box-list-dto';
|
|
@@ -805,6 +819,7 @@ export * from './system-user-msg-source-type-enum';
|
|
|
805
819
|
export * from './system-user-msg-type-enum';
|
|
806
820
|
export * from './table-data-info';
|
|
807
821
|
export * from './tenant-surrender-vo';
|
|
822
|
+
export * from './third-party-system-enum';
|
|
808
823
|
export * from './unit-item';
|
|
809
824
|
export * from './unloading-area-add-vo';
|
|
810
825
|
export * from './unloading-area-entity';
|
|
@@ -886,6 +901,7 @@ export * from './work-order-status-enum';
|
|
|
886
901
|
export * from './work-order-status-vo';
|
|
887
902
|
export * from './work-order-step-by-step-push-dto';
|
|
888
903
|
export * from './work-order-step-by-step-push-user-details-dto';
|
|
904
|
+
export * from './work-order-submit-vo';
|
|
889
905
|
export * from './work-order-surveillance-dto';
|
|
890
906
|
export * from './work-order-type-dto';
|
|
891
907
|
export * from './work-order-type-enum';
|
|
@@ -31,16 +31,16 @@ export interface IPageAccessVO {
|
|
|
31
31
|
'total'?: number;
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
34
|
-
* @type {
|
|
34
|
+
* @type {Array<AccessVO>}
|
|
35
35
|
* @memberof IPageAccessVO
|
|
36
36
|
*/
|
|
37
|
-
'
|
|
37
|
+
'records'?: Array<AccessVO>;
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
|
-
* @type {
|
|
40
|
+
* @type {number}
|
|
41
41
|
* @memberof IPageAccessVO
|
|
42
42
|
*/
|
|
43
|
-
'
|
|
43
|
+
'current'?: number;
|
|
44
44
|
/**
|
|
45
45
|
*
|
|
46
46
|
* @type {number}
|
|
@@ -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 { ExcelImportUploadToRedisVoSpaceAddExcelDTO } from './excel-import-upload-to-redis-vo-space-add-excel-dto';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface JsonResultExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
27
|
+
*/
|
|
28
|
+
export interface JsonResultExcelImportUploadToRedisVoSpaceAddExcelDTO {
|
|
29
|
+
/**
|
|
30
|
+
* 错误码,0:成功,其他:失败
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof JsonResultExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
33
|
+
*/
|
|
34
|
+
'code'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 错误消息
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof JsonResultExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
39
|
+
*/
|
|
40
|
+
'msg'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 错误堆栈
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof JsonResultExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
45
|
+
*/
|
|
46
|
+
'stacks'?: string;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {ExcelImportUploadToRedisVoSpaceAddExcelDTO}
|
|
50
|
+
* @memberof JsonResultExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
51
|
+
*/
|
|
52
|
+
'data'?: ExcelImportUploadToRedisVoSpaceAddExcelDTO | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {BaseErrorResult}
|
|
56
|
+
* @memberof JsonResultExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
57
|
+
*/
|
|
58
|
+
'error'?: BaseErrorResult | null;
|
|
59
|
+
/**
|
|
60
|
+
* 日志追踪ID
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof JsonResultExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
63
|
+
*/
|
|
64
|
+
'traceId'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* requestId
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof JsonResultExcelImportUploadToRedisVoSpaceAddExcelDTO
|
|
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 { OfflineAlertWorkOrderDetailsDto } from './offline-alert-work-order-details-dto';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @export
|
|
26
|
+
* @interface JsonResultOfflineAlertWorkOrderDetailsDto
|
|
27
|
+
*/
|
|
28
|
+
export interface JsonResultOfflineAlertWorkOrderDetailsDto {
|
|
29
|
+
/**
|
|
30
|
+
* 错误码,0:成功,其他:失败
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof JsonResultOfflineAlertWorkOrderDetailsDto
|
|
33
|
+
*/
|
|
34
|
+
'code'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 错误消息
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof JsonResultOfflineAlertWorkOrderDetailsDto
|
|
39
|
+
*/
|
|
40
|
+
'msg'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 错误堆栈
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof JsonResultOfflineAlertWorkOrderDetailsDto
|
|
45
|
+
*/
|
|
46
|
+
'stacks'?: string;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {OfflineAlertWorkOrderDetailsDto}
|
|
50
|
+
* @memberof JsonResultOfflineAlertWorkOrderDetailsDto
|
|
51
|
+
*/
|
|
52
|
+
'data'?: OfflineAlertWorkOrderDetailsDto | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {BaseErrorResult}
|
|
56
|
+
* @memberof JsonResultOfflineAlertWorkOrderDetailsDto
|
|
57
|
+
*/
|
|
58
|
+
'error'?: BaseErrorResult | null;
|
|
59
|
+
/**
|
|
60
|
+
* 日志追踪ID
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof JsonResultOfflineAlertWorkOrderDetailsDto
|
|
63
|
+
*/
|
|
64
|
+
'traceId'?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* requestId
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof JsonResultOfflineAlertWorkOrderDetailsDto
|
|
69
|
+
*/
|
|
70
|
+
'requestId'?: string | null;
|
|
71
|
+
}
|
|
72
|
+
|
|
@@ -95,6 +95,12 @@ export interface NetworkMonitorRepairAddVo {
|
|
|
95
95
|
* @memberof NetworkMonitorRepairAddVo
|
|
96
96
|
*/
|
|
97
97
|
'workOrderSource': WorkOrderSourceEnum;
|
|
98
|
+
/**
|
|
99
|
+
* 来源工单ID
|
|
100
|
+
* @type {number}
|
|
101
|
+
* @memberof NetworkMonitorRepairAddVo
|
|
102
|
+
*/
|
|
103
|
+
'sourceWorkOrderId'?: number;
|
|
98
104
|
}
|
|
99
105
|
|
|
100
106
|
|
|
@@ -21,6 +21,9 @@ import type { ParkCenterAttributeEnum } from './park-center-attribute-enum';
|
|
|
21
21
|
import type { SourceAlertDTO } from './source-alert-dto';
|
|
22
22
|
// May contain unused imports in some cases
|
|
23
23
|
// @ts-ignore
|
|
24
|
+
import type { SourceWorkOrderDTO } from './source-work-order-dto';
|
|
25
|
+
// May contain unused imports in some cases
|
|
26
|
+
// @ts-ignore
|
|
24
27
|
import type { WorkOrderDeptDTO } from './work-order-dept-dto';
|
|
25
28
|
// May contain unused imports in some cases
|
|
26
29
|
// @ts-ignore
|
|
@@ -185,6 +188,18 @@ export interface NetworkMonitorRepairDetailsDto {
|
|
|
185
188
|
* @memberof NetworkMonitorRepairDetailsDto
|
|
186
189
|
*/
|
|
187
190
|
'workOrderExtData'?: WorkOrderExtData;
|
|
191
|
+
/**
|
|
192
|
+
* 来源ID
|
|
193
|
+
* @type {number}
|
|
194
|
+
* @memberof NetworkMonitorRepairDetailsDto
|
|
195
|
+
*/
|
|
196
|
+
'sourceId'?: number;
|
|
197
|
+
/**
|
|
198
|
+
*
|
|
199
|
+
* @type {SourceWorkOrderDTO}
|
|
200
|
+
* @memberof NetworkMonitorRepairDetailsDto
|
|
201
|
+
*/
|
|
202
|
+
'sourceWorkOrder'?: SourceWorkOrderDTO;
|
|
188
203
|
}
|
|
189
204
|
|
|
190
205
|
|
|
@@ -0,0 +1,36 @@
|
|
|
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 OfflineAlertDeviceVo
|
|
21
|
+
*/
|
|
22
|
+
export interface OfflineAlertDeviceVo {
|
|
23
|
+
/**
|
|
24
|
+
* 设备id
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof OfflineAlertDeviceVo
|
|
27
|
+
*/
|
|
28
|
+
'deviceId'?: number;
|
|
29
|
+
/**
|
|
30
|
+
* 设备名称
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof OfflineAlertDeviceVo
|
|
33
|
+
*/
|
|
34
|
+
'deviceName'?: string;
|
|
35
|
+
}
|
|
36
|
+
|
|
@@ -0,0 +1,53 @@
|
|
|
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 { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 离线告警工单参数
|
|
22
|
+
* @export
|
|
23
|
+
* @interface OfflineAlertSubmitVo
|
|
24
|
+
*/
|
|
25
|
+
export interface OfflineAlertSubmitVo {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {WorkOrderIssueTypeEnum}
|
|
29
|
+
* @memberof OfflineAlertSubmitVo
|
|
30
|
+
*/
|
|
31
|
+
'issueType'?: WorkOrderIssueTypeEnum;
|
|
32
|
+
/**
|
|
33
|
+
* 要求修复时间
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof OfflineAlertSubmitVo
|
|
36
|
+
*/
|
|
37
|
+
'requireRepairTime'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 原因描述
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof OfflineAlertSubmitVo
|
|
42
|
+
*/
|
|
43
|
+
'reasonDescription'?: string;
|
|
44
|
+
/**
|
|
45
|
+
* 图片/视频地址
|
|
46
|
+
* @type {Array<string>}
|
|
47
|
+
* @memberof OfflineAlertSubmitVo
|
|
48
|
+
*/
|
|
49
|
+
'reasonImage'?: Array<string>;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|