@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,91 @@
|
|
|
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 { WorkOrderExtData } from './work-order-ext-data';
|
|
13
|
+
import type { WorkOrderHandlerDto } from './work-order-handler-dto';
|
|
14
|
+
import type { WorkOrderInternalStatusEnum } from './work-order-internal-status-enum';
|
|
15
|
+
import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
|
|
16
|
+
import type { WorkOrderSponsorDto } from './work-order-sponsor-dto';
|
|
17
|
+
import type { WorkOrderStatusEnum } from './work-order-status-enum';
|
|
18
|
+
import type { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
19
|
+
/**
|
|
20
|
+
* 离线告警工单详情
|
|
21
|
+
* @export
|
|
22
|
+
* @interface OfflineAlertWorkOrderDetailsDto
|
|
23
|
+
*/
|
|
24
|
+
export interface OfflineAlertWorkOrderDetailsDto {
|
|
25
|
+
/**
|
|
26
|
+
* 工单id
|
|
27
|
+
* @type {number}
|
|
28
|
+
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
29
|
+
*/
|
|
30
|
+
'workOrderId'?: number;
|
|
31
|
+
/**
|
|
32
|
+
* 园区ID
|
|
33
|
+
* @type {number}
|
|
34
|
+
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
35
|
+
*/
|
|
36
|
+
'parkId'?: number;
|
|
37
|
+
/**
|
|
38
|
+
* 工单编号
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
41
|
+
*/
|
|
42
|
+
'workOrderNo'?: string;
|
|
43
|
+
/**
|
|
44
|
+
* 工单名称
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
47
|
+
*/
|
|
48
|
+
'workOrderName'?: string;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {WorkOrderTypeEnum}
|
|
52
|
+
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
53
|
+
*/
|
|
54
|
+
'workOrderType'?: WorkOrderTypeEnum;
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
* @type {WorkOrderStatusEnum}
|
|
58
|
+
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
59
|
+
*/
|
|
60
|
+
'workOrderStatus'?: WorkOrderStatusEnum;
|
|
61
|
+
/**
|
|
62
|
+
*
|
|
63
|
+
* @type {WorkOrderSponsorDto}
|
|
64
|
+
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
65
|
+
*/
|
|
66
|
+
'sponsor'?: WorkOrderSponsorDto;
|
|
67
|
+
/**
|
|
68
|
+
*
|
|
69
|
+
* @type {WorkOrderHandlerDto}
|
|
70
|
+
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
71
|
+
*/
|
|
72
|
+
'handler'?: WorkOrderHandlerDto;
|
|
73
|
+
/**
|
|
74
|
+
*
|
|
75
|
+
* @type {WorkOrderIssueTypeEnum}
|
|
76
|
+
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
77
|
+
*/
|
|
78
|
+
'workOrderIssueType'?: WorkOrderIssueTypeEnum;
|
|
79
|
+
/**
|
|
80
|
+
*
|
|
81
|
+
* @type {WorkOrderInternalStatusEnum}
|
|
82
|
+
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
83
|
+
*/
|
|
84
|
+
'internalStatus'?: WorkOrderInternalStatusEnum;
|
|
85
|
+
/**
|
|
86
|
+
*
|
|
87
|
+
* @type {WorkOrderExtData}
|
|
88
|
+
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
89
|
+
*/
|
|
90
|
+
'workOrderExtData'?: WorkOrderExtData;
|
|
91
|
+
}
|
|
@@ -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,72 @@
|
|
|
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 { OfflineAlertDeviceVo } from './offline-alert-device-vo';
|
|
13
|
+
import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
|
|
14
|
+
/**
|
|
15
|
+
* 离线告警工单信息
|
|
16
|
+
* @export
|
|
17
|
+
* @interface OfflineAlertWorkOrderInfo
|
|
18
|
+
*/
|
|
19
|
+
export interface OfflineAlertWorkOrderInfo {
|
|
20
|
+
/**
|
|
21
|
+
* 离线告警设备
|
|
22
|
+
* @type {Array<OfflineAlertDeviceVo>}
|
|
23
|
+
* @memberof OfflineAlertWorkOrderInfo
|
|
24
|
+
*/
|
|
25
|
+
'devices'?: Array<OfflineAlertDeviceVo>;
|
|
26
|
+
/**
|
|
27
|
+
* 离线告警设备类型枚举
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof OfflineAlertWorkOrderInfo
|
|
30
|
+
*/
|
|
31
|
+
'deviceType'?: OfflineAlertWorkOrderInfoDeviceTypeEnum;
|
|
32
|
+
/**
|
|
33
|
+
* 离线告警风险等级枚举
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof OfflineAlertWorkOrderInfo
|
|
36
|
+
*/
|
|
37
|
+
'riskLevel'?: OfflineAlertWorkOrderInfoRiskLevelEnum;
|
|
38
|
+
/**
|
|
39
|
+
* 要求修复时间
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof OfflineAlertWorkOrderInfo
|
|
42
|
+
*/
|
|
43
|
+
'requireRepairTime'?: string;
|
|
44
|
+
/**
|
|
45
|
+
* 原因描述
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof OfflineAlertWorkOrderInfo
|
|
48
|
+
*/
|
|
49
|
+
'reasonDescription'?: string;
|
|
50
|
+
/**
|
|
51
|
+
* 原因图片
|
|
52
|
+
* @type {Array<string>}
|
|
53
|
+
* @memberof OfflineAlertWorkOrderInfo
|
|
54
|
+
*/
|
|
55
|
+
'reasonImage'?: Array<string>;
|
|
56
|
+
/**
|
|
57
|
+
*
|
|
58
|
+
* @type {WorkOrderIssueTypeEnum}
|
|
59
|
+
* @memberof OfflineAlertWorkOrderInfo
|
|
60
|
+
*/
|
|
61
|
+
'issueType'?: WorkOrderIssueTypeEnum;
|
|
62
|
+
}
|
|
63
|
+
export declare const OfflineAlertWorkOrderInfoDeviceTypeEnum: {
|
|
64
|
+
readonly Surveillance: "SURVEILLANCE";
|
|
65
|
+
};
|
|
66
|
+
export type OfflineAlertWorkOrderInfoDeviceTypeEnum = typeof OfflineAlertWorkOrderInfoDeviceTypeEnum[keyof typeof OfflineAlertWorkOrderInfoDeviceTypeEnum];
|
|
67
|
+
export declare const OfflineAlertWorkOrderInfoRiskLevelEnum: {
|
|
68
|
+
readonly VeryHigh: "VERY_HIGH";
|
|
69
|
+
readonly High: "HIGH";
|
|
70
|
+
readonly Low: "LOW";
|
|
71
|
+
};
|
|
72
|
+
export type OfflineAlertWorkOrderInfoRiskLevelEnum = typeof OfflineAlertWorkOrderInfoRiskLevelEnum[keyof typeof OfflineAlertWorkOrderInfoRiskLevelEnum];
|
|
@@ -0,0 +1,21 @@
|
|
|
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 const OfflineAlertWorkOrderInfoDeviceTypeEnum = {
|
|
15
|
+
Surveillance: 'SURVEILLANCE'
|
|
16
|
+
};
|
|
17
|
+
export const OfflineAlertWorkOrderInfoRiskLevelEnum = {
|
|
18
|
+
VeryHigh: 'VERY_HIGH',
|
|
19
|
+
High: 'HIGH',
|
|
20
|
+
Low: 'LOW'
|
|
21
|
+
};
|
|
@@ -0,0 +1,43 @@
|
|
|
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 { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
|
|
13
|
+
/**
|
|
14
|
+
* 设备离线告警工单
|
|
15
|
+
* @export
|
|
16
|
+
* @interface OfflineAlertWorkOrderVo
|
|
17
|
+
*/
|
|
18
|
+
export interface OfflineAlertWorkOrderVo {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {WorkOrderIssueTypeEnum}
|
|
22
|
+
* @memberof OfflineAlertWorkOrderVo
|
|
23
|
+
*/
|
|
24
|
+
'issueType'?: WorkOrderIssueTypeEnum;
|
|
25
|
+
/**
|
|
26
|
+
* 要求修复时间
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof OfflineAlertWorkOrderVo
|
|
29
|
+
*/
|
|
30
|
+
'requireRepairTime'?: string;
|
|
31
|
+
/**
|
|
32
|
+
* 原因描述
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof OfflineAlertWorkOrderVo
|
|
35
|
+
*/
|
|
36
|
+
'reasonDescription'?: string;
|
|
37
|
+
/**
|
|
38
|
+
* 原因图片/视频地址
|
|
39
|
+
* @type {Array<string>}
|
|
40
|
+
* @memberof OfflineAlertWorkOrderVo
|
|
41
|
+
*/
|
|
42
|
+
'reasonImage'?: Array<string>;
|
|
43
|
+
}
|
|
@@ -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 {};
|
|
@@ -16,6 +16,12 @@ import type { DeptRelationDTO } from './dept-relation-dto';
|
|
|
16
16
|
* @interface ParkInfoDTO
|
|
17
17
|
*/
|
|
18
18
|
export interface ParkInfoDTO {
|
|
19
|
+
/**
|
|
20
|
+
* 园区ID
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof ParkInfoDTO
|
|
23
|
+
*/
|
|
24
|
+
'parkId'?: number;
|
|
19
25
|
/**
|
|
20
26
|
* 园区名称
|
|
21
27
|
* @type {string}
|
|
@@ -131,6 +131,7 @@ export declare const ResultCode: {
|
|
|
131
131
|
readonly IncorrectPassword: "INCORRECT_PASSWORD";
|
|
132
132
|
readonly IncorrectInspectionOrder: "INCORRECT_INSPECTION_ORDER";
|
|
133
133
|
readonly ThirdPartyFailure: "THIRD_PARTY_FAILURE";
|
|
134
|
+
readonly WorkOrderIssueType: "WORK_ORDER_ISSUE_TYPE";
|
|
134
135
|
readonly UnknownException: "UNKNOWN_EXCEPTION";
|
|
135
136
|
readonly RecordAlreadyExistsInTheDatabase: "RECORD_ALREADY_EXISTS_IN_THE_DATABASE";
|
|
136
137
|
readonly SqlException: "SQL_EXCEPTION";
|
|
@@ -133,6 +133,7 @@ export const ResultCode = {
|
|
|
133
133
|
IncorrectPassword: 'INCORRECT_PASSWORD',
|
|
134
134
|
IncorrectInspectionOrder: 'INCORRECT_INSPECTION_ORDER',
|
|
135
135
|
ThirdPartyFailure: 'THIRD_PARTY_FAILURE',
|
|
136
|
+
WorkOrderIssueType: 'WORK_ORDER_ISSUE_TYPE',
|
|
136
137
|
UnknownException: 'UNKNOWN_EXCEPTION',
|
|
137
138
|
RecordAlreadyExistsInTheDatabase: 'RECORD_ALREADY_EXISTS_IN_THE_DATABASE',
|
|
138
139
|
SqlException: 'SQL_EXCEPTION',
|
|
@@ -0,0 +1,37 @@
|
|
|
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 { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
13
|
+
/**
|
|
14
|
+
* 来源工单
|
|
15
|
+
* @export
|
|
16
|
+
* @interface SourceWorkOrderDTO
|
|
17
|
+
*/
|
|
18
|
+
export interface SourceWorkOrderDTO {
|
|
19
|
+
/**
|
|
20
|
+
* 工单ID
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof SourceWorkOrderDTO
|
|
23
|
+
*/
|
|
24
|
+
'workOrderId'?: number;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {WorkOrderTypeEnum}
|
|
28
|
+
* @memberof SourceWorkOrderDTO
|
|
29
|
+
*/
|
|
30
|
+
'workOrderType'?: WorkOrderTypeEnum;
|
|
31
|
+
/**
|
|
32
|
+
* 工单编号
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof SourceWorkOrderDTO
|
|
35
|
+
*/
|
|
36
|
+
'workOrderNo'?: string;
|
|
37
|
+
}
|
|
@@ -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 {};
|
|
@@ -20,55 +20,67 @@ export interface SpaceAddExcelDTO {
|
|
|
20
20
|
* @type {string}
|
|
21
21
|
* @memberof SpaceAddExcelDTO
|
|
22
22
|
*/
|
|
23
|
-
'spaceName'
|
|
23
|
+
'spaceName'?: string;
|
|
24
|
+
/**
|
|
25
|
+
* 空间类型
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof SpaceAddExcelDTO
|
|
28
|
+
*/
|
|
29
|
+
'spaceLevel'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* 空间编码
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof SpaceAddExcelDTO
|
|
34
|
+
*/
|
|
35
|
+
'spaceCode'?: string;
|
|
24
36
|
/**
|
|
25
37
|
* 上级空间
|
|
26
38
|
* @type {string}
|
|
27
39
|
* @memberof SpaceAddExcelDTO
|
|
28
40
|
*/
|
|
29
|
-
'parentName'
|
|
41
|
+
'parentName'?: string;
|
|
30
42
|
/**
|
|
31
43
|
* 空间属性
|
|
32
44
|
* @type {string}
|
|
33
45
|
* @memberof SpaceAddExcelDTO
|
|
34
46
|
*/
|
|
35
|
-
'spaceAttribute'
|
|
47
|
+
'spaceAttribute'?: string;
|
|
36
48
|
/**
|
|
37
49
|
* 空间总租聘面积
|
|
38
50
|
* @type {number}
|
|
39
51
|
* @memberof SpaceAddExcelDTO
|
|
40
52
|
*/
|
|
41
|
-
'spaceTotalArea'
|
|
53
|
+
'spaceTotalArea'?: number;
|
|
42
54
|
/**
|
|
43
55
|
* 空间总建筑面积
|
|
44
56
|
* @type {number}
|
|
45
57
|
* @memberof SpaceAddExcelDTO
|
|
46
58
|
*/
|
|
47
|
-
'floorArea'
|
|
59
|
+
'floorArea'?: number;
|
|
48
60
|
/**
|
|
49
61
|
* 地面承重
|
|
50
62
|
* @type {string}
|
|
51
63
|
* @memberof SpaceAddExcelDTO
|
|
52
64
|
*/
|
|
53
|
-
'spaceGroundBearing'
|
|
65
|
+
'spaceGroundBearing'?: string;
|
|
54
66
|
/**
|
|
55
67
|
* 防火等级
|
|
56
68
|
* @type {string}
|
|
57
69
|
* @memberof SpaceAddExcelDTO
|
|
58
70
|
*/
|
|
59
|
-
'spaceFireRating'
|
|
71
|
+
'spaceFireRating'?: string;
|
|
60
72
|
/**
|
|
61
73
|
* 物业结构
|
|
62
74
|
* @type {string}
|
|
63
75
|
* @memberof SpaceAddExcelDTO
|
|
64
76
|
*/
|
|
65
|
-
'spacePropertyStructure'
|
|
77
|
+
'spacePropertyStructure'?: string;
|
|
66
78
|
/**
|
|
67
79
|
* 展示方式
|
|
68
80
|
* @type {string}
|
|
69
81
|
* @memberof SpaceAddExcelDTO
|
|
70
82
|
*/
|
|
71
|
-
'imageDisplayMethod'
|
|
83
|
+
'imageDisplayMethod'?: string;
|
|
72
84
|
/**
|
|
73
85
|
* 排序
|
|
74
86
|
* @type {number}
|
|
@@ -80,7 +92,7 @@ export interface SpaceAddExcelDTO {
|
|
|
80
92
|
* @type {string}
|
|
81
93
|
* @memberof SpaceAddExcelDTO
|
|
82
94
|
*/
|
|
83
|
-
'
|
|
95
|
+
'industryAttribute'?: string;
|
|
84
96
|
/**
|
|
85
97
|
* 行数
|
|
86
98
|
* @type {number}
|
|
@@ -93,4 +105,10 @@ export interface SpaceAddExcelDTO {
|
|
|
93
105
|
* @memberof SpaceAddExcelDTO
|
|
94
106
|
*/
|
|
95
107
|
'tips'?: string;
|
|
108
|
+
/**
|
|
109
|
+
*
|
|
110
|
+
* @type {boolean}
|
|
111
|
+
* @memberof SpaceAddExcelDTO
|
|
112
|
+
*/
|
|
113
|
+
'success'?: boolean;
|
|
96
114
|
}
|
|
@@ -9,7 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type {
|
|
12
|
+
import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
|
|
13
|
+
import type { SpaceLevelEnum } from './space-level-enum';
|
|
13
14
|
/**
|
|
14
15
|
* 新增空间参数
|
|
15
16
|
* @export
|
|
@@ -47,23 +48,23 @@ export interface SpaceAddVO {
|
|
|
47
48
|
*/
|
|
48
49
|
'spaceTotalArea': number;
|
|
49
50
|
/**
|
|
50
|
-
*
|
|
51
|
+
* 空间承重
|
|
51
52
|
* @type {string}
|
|
52
53
|
* @memberof SpaceAddVO
|
|
53
54
|
*/
|
|
54
|
-
'spaceGroundBearing'
|
|
55
|
+
'spaceGroundBearing'?: string;
|
|
55
56
|
/**
|
|
56
|
-
*
|
|
57
|
+
* 防火等级
|
|
57
58
|
* @type {string}
|
|
58
59
|
* @memberof SpaceAddVO
|
|
59
60
|
*/
|
|
60
|
-
'spaceFireRating'
|
|
61
|
+
'spaceFireRating'?: string;
|
|
61
62
|
/**
|
|
62
|
-
*
|
|
63
|
+
* 物业结构
|
|
63
64
|
* @type {string}
|
|
64
65
|
* @memberof SpaceAddVO
|
|
65
66
|
*/
|
|
66
|
-
'spacePropertyStructure'
|
|
67
|
+
'spacePropertyStructure'?: string;
|
|
67
68
|
/**
|
|
68
69
|
*
|
|
69
70
|
* @type {string}
|
|
@@ -108,10 +109,22 @@ export interface SpaceAddVO {
|
|
|
108
109
|
'greeneryArea'?: number;
|
|
109
110
|
/**
|
|
110
111
|
* 行业属性
|
|
111
|
-
* @type {Array<
|
|
112
|
+
* @type {Array<SpaceIndustryAttributeEnum>}
|
|
113
|
+
* @memberof SpaceAddVO
|
|
114
|
+
*/
|
|
115
|
+
'industryAttributes'?: Array<SpaceIndustryAttributeEnum>;
|
|
116
|
+
/**
|
|
117
|
+
*
|
|
118
|
+
* @type {SpaceLevelEnum}
|
|
119
|
+
* @memberof SpaceAddVO
|
|
120
|
+
*/
|
|
121
|
+
'spaceLevel': SpaceLevelEnum;
|
|
122
|
+
/**
|
|
123
|
+
* 空间编码
|
|
124
|
+
* @type {string}
|
|
112
125
|
* @memberof SpaceAddVO
|
|
113
126
|
*/
|
|
114
|
-
'
|
|
127
|
+
'spaceCode'?: string;
|
|
115
128
|
}
|
|
116
129
|
export declare const SpaceAddVOImageDisplayMethodEnum: {
|
|
117
130
|
readonly SelfUploading: "SELF_UPLOADING";
|
|
@@ -10,7 +10,8 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { PlanImageList } from './plan-image-list';
|
|
13
|
-
import type {
|
|
13
|
+
import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
|
|
14
|
+
import type { SpaceLevelEnum } from './space-level-enum';
|
|
14
15
|
import type { SpacePointDTO } from './space-point-dto';
|
|
15
16
|
/**
|
|
16
17
|
* 空间详情出参
|
|
@@ -170,10 +171,22 @@ export interface SpaceDetailDTO {
|
|
|
170
171
|
'promptText'?: string;
|
|
171
172
|
/**
|
|
172
173
|
* 行业属性
|
|
173
|
-
* @type {Array<
|
|
174
|
+
* @type {Array<SpaceIndustryAttributeEnum>}
|
|
174
175
|
* @memberof SpaceDetailDTO
|
|
175
176
|
*/
|
|
176
|
-
'industryAttributes'?: Array<
|
|
177
|
+
'industryAttributes'?: Array<SpaceIndustryAttributeEnum>;
|
|
178
|
+
/**
|
|
179
|
+
*
|
|
180
|
+
* @type {SpaceLevelEnum}
|
|
181
|
+
* @memberof SpaceDetailDTO
|
|
182
|
+
*/
|
|
183
|
+
'spaceLevel'?: SpaceLevelEnum;
|
|
184
|
+
/**
|
|
185
|
+
* 空间编码
|
|
186
|
+
* @type {string}
|
|
187
|
+
* @memberof SpaceDetailDTO
|
|
188
|
+
*/
|
|
189
|
+
'spaceCode'?: string;
|
|
177
190
|
}
|
|
178
191
|
export declare const SpaceDetailDTOImageDisplayMethodEnum: {
|
|
179
192
|
readonly SelfUploading: "SELF_UPLOADING";
|
|
@@ -9,7 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type {
|
|
12
|
+
import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
|
|
13
|
+
import type { SpaceLevelEnum } from './space-level-enum';
|
|
13
14
|
/**
|
|
14
15
|
* 修改空间名称
|
|
15
16
|
* @export
|
|
@@ -126,10 +127,22 @@ export interface SpaceEditVO {
|
|
|
126
127
|
'promptText'?: string;
|
|
127
128
|
/**
|
|
128
129
|
* 行业属性
|
|
129
|
-
* @type {Array<
|
|
130
|
+
* @type {Array<SpaceIndustryAttributeEnum>}
|
|
130
131
|
* @memberof SpaceEditVO
|
|
131
132
|
*/
|
|
132
|
-
'industryAttributes'?: Array<
|
|
133
|
+
'industryAttributes'?: Array<SpaceIndustryAttributeEnum>;
|
|
134
|
+
/**
|
|
135
|
+
*
|
|
136
|
+
* @type {SpaceLevelEnum}
|
|
137
|
+
* @memberof SpaceEditVO
|
|
138
|
+
*/
|
|
139
|
+
'spaceLevel': SpaceLevelEnum;
|
|
140
|
+
/**
|
|
141
|
+
* 空间编码
|
|
142
|
+
* @type {string}
|
|
143
|
+
* @memberof SpaceEditVO
|
|
144
|
+
*/
|
|
145
|
+
'spaceCode'?: string;
|
|
133
146
|
}
|
|
134
147
|
export declare const SpaceEditVOImageDisplayMethodEnum: {
|
|
135
148
|
readonly SelfUploading: "SELF_UPLOADING";
|
package/dist/esm/models/{space-industry-attribute.d.ts → space-industry-attribute-enum.d.ts}
RENAMED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
* @export
|
|
15
15
|
* @enum {string}
|
|
16
16
|
*/
|
|
17
|
-
export declare const
|
|
17
|
+
export declare const SpaceIndustryAttributeEnum: {
|
|
18
18
|
readonly Fmcg: "FMCG";
|
|
19
19
|
readonly Appliance: "APPLIANCE";
|
|
20
20
|
readonly Car: "CAR";
|
|
@@ -22,4 +22,4 @@ export declare const SpaceIndustryAttribute: {
|
|
|
22
22
|
readonly Socialized: "SOCIALIZED";
|
|
23
23
|
readonly LogisticsTreasure: "LOGISTICS_TREASURE";
|
|
24
24
|
};
|
|
25
|
-
export type
|
|
25
|
+
export type SpaceIndustryAttributeEnum = typeof SpaceIndustryAttributeEnum[keyof typeof SpaceIndustryAttributeEnum];
|
|
@@ -0,0 +1,23 @@
|
|
|
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
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare const SpaceLevelEnum: {
|
|
18
|
+
readonly Park: "PARK";
|
|
19
|
+
readonly Building: "BUILDING";
|
|
20
|
+
readonly Warehouse: "WAREHOUSE";
|
|
21
|
+
readonly Other: "OTHER";
|
|
22
|
+
};
|
|
23
|
+
export type SpaceLevelEnum = typeof SpaceLevelEnum[keyof typeof SpaceLevelEnum];
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
* @export
|
|
17
|
+
* @enum {string}
|
|
18
|
+
*/
|
|
19
|
+
export const SpaceLevelEnum = {
|
|
20
|
+
Park: 'PARK',
|
|
21
|
+
Building: 'BUILDING',
|
|
22
|
+
Warehouse: 'WAREHOUSE',
|
|
23
|
+
Other: 'OTHER'
|
|
24
|
+
};
|