@gizone/rrs-client 4.1.0-beta.153 → 4.1.1-alpha.154
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 +8 -0
- package/README.md +2 -2
- package/api.ts +1 -0
- package/apis/offline-alert-work-order-controller-api.ts +149 -0
- 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/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/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/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/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/get-user-wx200-response.d.ts +6 -6
- package/dist/esm/models/index.d.ts +7 -0
- package/dist/esm/models/index.js +7 -0
- package/dist/esm/models/ipage-access-vo.d.ts +6 -6
- 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/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 +98 -0
- package/dist/esm/models/offline-alert-work-order-details-dto.js +20 -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/result-code.d.ts +1 -0
- package/dist/esm/models/result-code.js +1 -0
- 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/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/get-user-wx200-response.d.ts +6 -6
- package/dist/models/index.d.ts +7 -0
- package/dist/models/index.js +7 -0
- package/dist/models/ipage-access-vo.d.ts +6 -6
- 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/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 +98 -0
- package/dist/models/offline-alert-work-order-details-dto.js +23 -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/result-code.d.ts +1 -0
- package/dist/models/result-code.js +1 -0
- 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/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/get-user-wx200-response.ts +6 -6
- package/models/index.ts +7 -0
- package/models/ipage-access-vo.ts +6 -6
- 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/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 +119 -0
- package/models/offline-alert-work-order-info.ts +86 -0
- package/models/offline-alert-work-order-vo.ts +53 -0
- package/models/result-code.ts +1 -0
- package/models/system-user-msg-source-type-enum.ts +2 -1
- 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,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,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -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";
|
|
@@ -136,6 +136,7 @@ exports.ResultCode = {
|
|
|
136
136
|
IncorrectPassword: 'INCORRECT_PASSWORD',
|
|
137
137
|
IncorrectInspectionOrder: 'INCORRECT_INSPECTION_ORDER',
|
|
138
138
|
ThirdPartyFailure: 'THIRD_PARTY_FAILURE',
|
|
139
|
+
WorkOrderIssueType: 'WORK_ORDER_ISSUE_TYPE',
|
|
139
140
|
UnknownException: 'UNKNOWN_EXCEPTION',
|
|
140
141
|
RecordAlreadyExistsInTheDatabase: 'RECORD_ALREADY_EXISTS_IN_THE_DATABASE',
|
|
141
142
|
SqlException: 'SQL_EXCEPTION',
|
|
@@ -21,5 +21,6 @@ export declare const SystemUserMsgSourceTypeEnum: {
|
|
|
21
21
|
readonly MaintenanceWorkOrder: "MAINTENANCE_WORK_ORDER";
|
|
22
22
|
readonly NetworkMonitoringRepairWorkOrder: "NETWORK_MONITORING_REPAIR_WORK_ORDER";
|
|
23
23
|
readonly ViolationWorkOrder: "VIOLATION_WORK_ORDER";
|
|
24
|
+
readonly OfflineAlertWorkOrder: "OFFLINE_ALERT_WORK_ORDER";
|
|
24
25
|
};
|
|
25
26
|
export type SystemUserMsgSourceTypeEnum = typeof SystemUserMsgSourceTypeEnum[keyof typeof SystemUserMsgSourceTypeEnum];
|
|
@@ -25,5 +25,6 @@ exports.SystemUserMsgSourceTypeEnum = {
|
|
|
25
25
|
InspectionWorkOrder: 'INSPECTION_WORK_ORDER',
|
|
26
26
|
MaintenanceWorkOrder: 'MAINTENANCE_WORK_ORDER',
|
|
27
27
|
NetworkMonitoringRepairWorkOrder: 'NETWORK_MONITORING_REPAIR_WORK_ORDER',
|
|
28
|
-
ViolationWorkOrder: 'VIOLATION_WORK_ORDER'
|
|
28
|
+
ViolationWorkOrder: 'VIOLATION_WORK_ORDER',
|
|
29
|
+
OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER'
|
|
29
30
|
};
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { NetworkRepairInfo } from './network-repair-info';
|
|
13
|
+
import type { OfflineAlertWorkOrderInfo } from './offline-alert-work-order-info';
|
|
13
14
|
import type { ViolationWorkOrderInfo } from './violation-work-order-info';
|
|
14
15
|
/**
|
|
15
16
|
* 工单扩展数据
|
|
@@ -29,4 +30,10 @@ export interface WorkOrderExtData {
|
|
|
29
30
|
* @memberof WorkOrderExtData
|
|
30
31
|
*/
|
|
31
32
|
'violationWorkOrderInfo'?: ViolationWorkOrderInfo;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {OfflineAlertWorkOrderInfo}
|
|
36
|
+
* @memberof WorkOrderExtData
|
|
37
|
+
*/
|
|
38
|
+
'offlineAlertWorkOrderInfo'?: OfflineAlertWorkOrderInfo;
|
|
32
39
|
}
|
|
@@ -25,5 +25,7 @@ export declare const WorkOrderInternalStatusEnum: {
|
|
|
25
25
|
readonly ViolationWorkOrderInProgressLevelOne: "VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_ONE";
|
|
26
26
|
readonly ViolationWorkOrderInProgressLevelTwo: "VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_TWO";
|
|
27
27
|
readonly ViolationWorkOrderInProgressLevelThree: "VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_THREE";
|
|
28
|
+
readonly OfflineAlertWorkOrderInProgressLevelOne: "OFFLINE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_ONE";
|
|
29
|
+
readonly OfflineAlertWorkOrderInProgressLevelTwo: "OFFLINE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_TWO";
|
|
28
30
|
};
|
|
29
31
|
export type WorkOrderInternalStatusEnum = typeof WorkOrderInternalStatusEnum[keyof typeof WorkOrderInternalStatusEnum];
|
|
@@ -29,5 +29,7 @@ exports.WorkOrderInternalStatusEnum = {
|
|
|
29
29
|
NetworkMonitorRepairInProgressLevelThree: 'NETWORK_MONITOR_REPAIR_IN_PROGRESS_LEVEL_THREE',
|
|
30
30
|
ViolationWorkOrderInProgressLevelOne: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_ONE',
|
|
31
31
|
ViolationWorkOrderInProgressLevelTwo: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_TWO',
|
|
32
|
-
ViolationWorkOrderInProgressLevelThree: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_THREE'
|
|
32
|
+
ViolationWorkOrderInProgressLevelThree: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_THREE',
|
|
33
|
+
OfflineAlertWorkOrderInProgressLevelOne: 'OFFLINE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_ONE',
|
|
34
|
+
OfflineAlertWorkOrderInProgressLevelTwo: 'OFFLINE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_TWO'
|
|
33
35
|
};
|
|
@@ -31,5 +31,15 @@ export declare const WorkOrderIssueTypeEnum: {
|
|
|
31
31
|
readonly LoadingQualityIssue: "LOADING_QUALITY_ISSUE";
|
|
32
32
|
readonly ClaimRecovery: "CLAIM_RECOVERY";
|
|
33
33
|
readonly Operations: "OPERATIONS";
|
|
34
|
+
readonly PowerOutage: "POWER_OUTAGE";
|
|
35
|
+
readonly LineReconstruction: "LINE_RECONSTRUCTION";
|
|
36
|
+
readonly OfficeRenovation: "OFFICE_RENOVATION";
|
|
37
|
+
readonly ParkConstruction: "PARK_CONSTRUCTION";
|
|
38
|
+
readonly MoveWarehouse: "MOVE_WAREHOUSE";
|
|
39
|
+
readonly RemoveWarehouse: "REMOVE_WAREHOUSE";
|
|
40
|
+
readonly NetworkJumperDamage: "NETWORK_JUMPER_DAMAGE";
|
|
41
|
+
readonly CrystalHeadDamage: "CRYSTAL_HEAD_DAMAGE";
|
|
42
|
+
readonly OpticalJumperDamage: "OPTICAL_JUMPER_DAMAGE";
|
|
43
|
+
readonly NeedOnsiteTechSupport: "NEED_ONSITE_TECH_SUPPORT";
|
|
34
44
|
};
|
|
35
45
|
export type WorkOrderIssueTypeEnum = typeof WorkOrderIssueTypeEnum[keyof typeof WorkOrderIssueTypeEnum];
|
|
@@ -35,5 +35,15 @@ exports.WorkOrderIssueTypeEnum = {
|
|
|
35
35
|
TransportQualityIssue: 'TRANSPORT_QUALITY_ISSUE',
|
|
36
36
|
LoadingQualityIssue: 'LOADING_QUALITY_ISSUE',
|
|
37
37
|
ClaimRecovery: 'CLAIM_RECOVERY',
|
|
38
|
-
Operations: 'OPERATIONS'
|
|
38
|
+
Operations: 'OPERATIONS',
|
|
39
|
+
PowerOutage: 'POWER_OUTAGE',
|
|
40
|
+
LineReconstruction: 'LINE_RECONSTRUCTION',
|
|
41
|
+
OfficeRenovation: 'OFFICE_RENOVATION',
|
|
42
|
+
ParkConstruction: 'PARK_CONSTRUCTION',
|
|
43
|
+
MoveWarehouse: 'MOVE_WAREHOUSE',
|
|
44
|
+
RemoveWarehouse: 'REMOVE_WAREHOUSE',
|
|
45
|
+
NetworkJumperDamage: 'NETWORK_JUMPER_DAMAGE',
|
|
46
|
+
CrystalHeadDamage: 'CRYSTAL_HEAD_DAMAGE',
|
|
47
|
+
OpticalJumperDamage: 'OPTICAL_JUMPER_DAMAGE',
|
|
48
|
+
NeedOnsiteTechSupport: 'NEED_ONSITE_TECH_SUPPORT'
|
|
39
49
|
};
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { OfflineAlertWorkOrderVo } from './offline-alert-work-order-vo';
|
|
12
13
|
import type { WorkOrderInternalStatusEnum } from './work-order-internal-status-enum';
|
|
13
14
|
/**
|
|
14
15
|
* 工单上报
|
|
@@ -27,5 +28,11 @@ export interface WorkOrderReportVo {
|
|
|
27
28
|
* @type {number}
|
|
28
29
|
* @memberof WorkOrderReportVo
|
|
29
30
|
*/
|
|
30
|
-
'handlerUserId'
|
|
31
|
+
'handlerUserId'?: number;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {OfflineAlertWorkOrderVo}
|
|
35
|
+
* @memberof WorkOrderReportVo
|
|
36
|
+
*/
|
|
37
|
+
'offlineAlertWorkOrder'?: OfflineAlertWorkOrderVo;
|
|
31
38
|
}
|
|
@@ -21,5 +21,6 @@ export declare const WorkOrderSettingsTypeEnum: {
|
|
|
21
21
|
readonly MaintenanceWorkOrder: "MAINTENANCE_WORK_ORDER";
|
|
22
22
|
readonly NetworkMonitorRepairWorkOrder: "NETWORK_MONITOR_REPAIR_WORK_ORDER";
|
|
23
23
|
readonly ViolationWorkOrder: "VIOLATION_WORK_ORDER";
|
|
24
|
+
readonly OfflineAlertWorkOrder: "OFFLINE_ALERT_WORK_ORDER";
|
|
24
25
|
};
|
|
25
26
|
export type WorkOrderSettingsTypeEnum = typeof WorkOrderSettingsTypeEnum[keyof typeof WorkOrderSettingsTypeEnum];
|
|
@@ -25,5 +25,6 @@ exports.WorkOrderSettingsTypeEnum = {
|
|
|
25
25
|
AiWorkOrder: 'AI_WORK_ORDER',
|
|
26
26
|
MaintenanceWorkOrder: 'MAINTENANCE_WORK_ORDER',
|
|
27
27
|
NetworkMonitorRepairWorkOrder: 'NETWORK_MONITOR_REPAIR_WORK_ORDER',
|
|
28
|
-
ViolationWorkOrder: 'VIOLATION_WORK_ORDER'
|
|
28
|
+
ViolationWorkOrder: 'VIOLATION_WORK_ORDER',
|
|
29
|
+
OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER'
|
|
29
30
|
};
|
|
@@ -21,7 +21,7 @@ export declare const WorkOrderSourceEnum: {
|
|
|
21
21
|
readonly InspectionTransferWorkOrder: "INSPECTION_TRANSFER_WORK_ORDER";
|
|
22
22
|
readonly AiInspectionTransferWorkOrder: "AI_INSPECTION_TRANSFER_WORK_ORDER";
|
|
23
23
|
readonly MaintenanceTransferWorkOrder: "MAINTENANCE_TRANSFER_WORK_ORDER";
|
|
24
|
-
readonly
|
|
24
|
+
readonly OfflineTransferWorkOrder: "OFFLINE_TRANSFER_WORK_ORDER";
|
|
25
25
|
readonly HkAiAlertTransferWorkOrder: "HK_AI_ALERT_TRANSFER_WORK_ORDER";
|
|
26
26
|
};
|
|
27
27
|
export type WorkOrderSourceEnum = typeof WorkOrderSourceEnum[keyof typeof WorkOrderSourceEnum];
|
|
@@ -26,6 +26,6 @@ exports.WorkOrderSourceEnum = {
|
|
|
26
26
|
InspectionTransferWorkOrder: 'INSPECTION_TRANSFER_WORK_ORDER',
|
|
27
27
|
AiInspectionTransferWorkOrder: 'AI_INSPECTION_TRANSFER_WORK_ORDER',
|
|
28
28
|
MaintenanceTransferWorkOrder: 'MAINTENANCE_TRANSFER_WORK_ORDER',
|
|
29
|
-
|
|
29
|
+
OfflineTransferWorkOrder: 'OFFLINE_TRANSFER_WORK_ORDER',
|
|
30
30
|
HkAiAlertTransferWorkOrder: 'HK_AI_ALERT_TRANSFER_WORK_ORDER'
|
|
31
31
|
};
|
|
@@ -0,0 +1,25 @@
|
|
|
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 { OfflineAlertSubmitVo } from './offline-alert-submit-vo';
|
|
13
|
+
/**
|
|
14
|
+
* 工单提交
|
|
15
|
+
* @export
|
|
16
|
+
* @interface WorkOrderSubmitVo
|
|
17
|
+
*/
|
|
18
|
+
export interface WorkOrderSubmitVo {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {OfflineAlertSubmitVo}
|
|
22
|
+
* @memberof WorkOrderSubmitVo
|
|
23
|
+
*/
|
|
24
|
+
'offlineAlertSubmit'?: OfflineAlertSubmitVo;
|
|
25
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -32,5 +32,6 @@ export declare const WorkOrderTypeEnum: {
|
|
|
32
32
|
readonly AiInspection: "AI_INSPECTION";
|
|
33
33
|
readonly NetworkRepairWorkOrder: "NETWORK_REPAIR_WORK_ORDER";
|
|
34
34
|
readonly ViolationWorkOrder: "VIOLATION_WORK_ORDER";
|
|
35
|
+
readonly OfflineAlertWorkOrder: "OFFLINE_ALERT_WORK_ORDER";
|
|
35
36
|
};
|
|
36
37
|
export type WorkOrderTypeEnum = typeof WorkOrderTypeEnum[keyof typeof WorkOrderTypeEnum];
|
|
@@ -36,5 +36,6 @@ exports.WorkOrderTypeEnum = {
|
|
|
36
36
|
VideoRecognitionAlarm: 'VIDEO_RECOGNITION_ALARM',
|
|
37
37
|
AiInspection: 'AI_INSPECTION',
|
|
38
38
|
NetworkRepairWorkOrder: 'NETWORK_REPAIR_WORK_ORDER',
|
|
39
|
-
ViolationWorkOrder: 'VIOLATION_WORK_ORDER'
|
|
39
|
+
ViolationWorkOrder: 'VIOLATION_WORK_ORDER',
|
|
40
|
+
OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER'
|
|
40
41
|
};
|
|
@@ -74,6 +74,12 @@ export interface GetUserWx200Response {
|
|
|
74
74
|
* @memberof GetUserWx200Response
|
|
75
75
|
*/
|
|
76
76
|
'outputStream'?: GetUserWx200ResponseOutputStream;
|
|
77
|
+
/**
|
|
78
|
+
*
|
|
79
|
+
* @type {object}
|
|
80
|
+
* @memberof GetUserWx200Response
|
|
81
|
+
*/
|
|
82
|
+
'writer'?: object;
|
|
77
83
|
/**
|
|
78
84
|
*
|
|
79
85
|
* @type {string}
|
|
@@ -92,11 +98,5 @@ export interface GetUserWx200Response {
|
|
|
92
98
|
* @memberof GetUserWx200Response
|
|
93
99
|
*/
|
|
94
100
|
'committed'?: boolean;
|
|
95
|
-
/**
|
|
96
|
-
*
|
|
97
|
-
* @type {object}
|
|
98
|
-
* @memberof GetUserWx200Response
|
|
99
|
-
*/
|
|
100
|
-
'writer'?: object;
|
|
101
101
|
}
|
|
102
102
|
|
package/models/index.ts
CHANGED
|
@@ -469,6 +469,7 @@ export * from './json-result-network-monitor-repair-details-dto';
|
|
|
469
469
|
export * from './json-result-news-entity';
|
|
470
470
|
export * from './json-result-node-dto';
|
|
471
471
|
export * from './json-result-object';
|
|
472
|
+
export * from './json-result-offline-alert-work-order-details-dto';
|
|
472
473
|
export * from './json-result-owner-kanban-energy-dto';
|
|
473
474
|
export * from './json-result-owner-kanban-index-safety-inspection-dto';
|
|
474
475
|
export * from './json-result-owner-kanban-two-park-call-police-number-statistics-dto';
|
|
@@ -597,6 +598,11 @@ export * from './news-query-vo';
|
|
|
597
598
|
export * from './node-dto';
|
|
598
599
|
export * from './node-type-enum';
|
|
599
600
|
export * from './notice-vo';
|
|
601
|
+
export * from './offline-alert-device-vo';
|
|
602
|
+
export * from './offline-alert-submit-vo';
|
|
603
|
+
export * from './offline-alert-work-order-details-dto';
|
|
604
|
+
export * from './offline-alert-work-order-info';
|
|
605
|
+
export * from './offline-alert-work-order-vo';
|
|
600
606
|
export * from './open-barrier-po';
|
|
601
607
|
export * from './operate-message-details-dto';
|
|
602
608
|
export * from './orders';
|
|
@@ -883,6 +889,7 @@ export * from './work-order-staging-data-vo';
|
|
|
883
889
|
export * from './work-order-status-vo';
|
|
884
890
|
export * from './work-order-step-by-step-push-dto';
|
|
885
891
|
export * from './work-order-step-by-step-push-user-details-dto';
|
|
892
|
+
export * from './work-order-submit-vo';
|
|
886
893
|
export * from './work-order-surveillance-dto';
|
|
887
894
|
export * from './work-order-type-dto';
|
|
888
895
|
export * from './work-order-type-enum';
|
|
@@ -41,12 +41,6 @@ export interface IPageAccessVO {
|
|
|
41
41
|
* @memberof IPageAccessVO
|
|
42
42
|
*/
|
|
43
43
|
'records'?: Array<AccessVO>;
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* @type {boolean}
|
|
47
|
-
* @memberof IPageAccessVO
|
|
48
|
-
*/
|
|
49
|
-
'searchCount'?: boolean;
|
|
50
44
|
/**
|
|
51
45
|
*
|
|
52
46
|
* @type {number}
|
|
@@ -60,6 +54,12 @@ export interface IPageAccessVO {
|
|
|
60
54
|
* @deprecated
|
|
61
55
|
*/
|
|
62
56
|
'hitCount'?: boolean;
|
|
57
|
+
/**
|
|
58
|
+
*
|
|
59
|
+
* @type {boolean}
|
|
60
|
+
* @memberof IPageAccessVO
|
|
61
|
+
*/
|
|
62
|
+
'searchCount'?: boolean;
|
|
63
63
|
/**
|
|
64
64
|
*
|
|
65
65
|
* @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 { 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
|
|
|
@@ -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
|
+
|
|
@@ -0,0 +1,119 @@
|
|
|
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 { WorkOrderExtData } from './work-order-ext-data';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { WorkOrderHandlerDto } from './work-order-handler-dto';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import type { WorkOrderInternalStatusEnum } from './work-order-internal-status-enum';
|
|
25
|
+
// May contain unused imports in some cases
|
|
26
|
+
// @ts-ignore
|
|
27
|
+
import type { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
|
|
28
|
+
// May contain unused imports in some cases
|
|
29
|
+
// @ts-ignore
|
|
30
|
+
import type { WorkOrderSponsorDto } from './work-order-sponsor-dto';
|
|
31
|
+
// May contain unused imports in some cases
|
|
32
|
+
// @ts-ignore
|
|
33
|
+
import type { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* 离线告警工单详情
|
|
37
|
+
* @export
|
|
38
|
+
* @interface OfflineAlertWorkOrderDetailsDto
|
|
39
|
+
*/
|
|
40
|
+
export interface OfflineAlertWorkOrderDetailsDto {
|
|
41
|
+
/**
|
|
42
|
+
* 工单id
|
|
43
|
+
* @type {number}
|
|
44
|
+
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
45
|
+
*/
|
|
46
|
+
'workOrderId'?: number;
|
|
47
|
+
/**
|
|
48
|
+
* 园区ID
|
|
49
|
+
* @type {number}
|
|
50
|
+
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
51
|
+
*/
|
|
52
|
+
'parkId'?: number;
|
|
53
|
+
/**
|
|
54
|
+
* 工单编号
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
57
|
+
*/
|
|
58
|
+
'workOrderNo'?: string;
|
|
59
|
+
/**
|
|
60
|
+
* 工单名称
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
63
|
+
*/
|
|
64
|
+
'workOrderName'?: string;
|
|
65
|
+
/**
|
|
66
|
+
*
|
|
67
|
+
* @type {WorkOrderTypeEnum}
|
|
68
|
+
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
69
|
+
*/
|
|
70
|
+
'workOrderType'?: WorkOrderTypeEnum;
|
|
71
|
+
/**
|
|
72
|
+
* 工单状态
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
75
|
+
*/
|
|
76
|
+
'workOrderStatus'?: OfflineAlertWorkOrderDetailsDtoWorkOrderStatusEnum;
|
|
77
|
+
/**
|
|
78
|
+
*
|
|
79
|
+
* @type {WorkOrderSponsorDto}
|
|
80
|
+
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
81
|
+
*/
|
|
82
|
+
'sponsor'?: WorkOrderSponsorDto;
|
|
83
|
+
/**
|
|
84
|
+
*
|
|
85
|
+
* @type {WorkOrderHandlerDto}
|
|
86
|
+
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
87
|
+
*/
|
|
88
|
+
'handler'?: WorkOrderHandlerDto;
|
|
89
|
+
/**
|
|
90
|
+
*
|
|
91
|
+
* @type {WorkOrderIssueTypeEnum}
|
|
92
|
+
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
93
|
+
*/
|
|
94
|
+
'workOrderIssueType'?: WorkOrderIssueTypeEnum;
|
|
95
|
+
/**
|
|
96
|
+
*
|
|
97
|
+
* @type {WorkOrderInternalStatusEnum}
|
|
98
|
+
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
99
|
+
*/
|
|
100
|
+
'internalStatus'?: WorkOrderInternalStatusEnum;
|
|
101
|
+
/**
|
|
102
|
+
*
|
|
103
|
+
* @type {WorkOrderExtData}
|
|
104
|
+
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
105
|
+
*/
|
|
106
|
+
'workOrderExtData'?: WorkOrderExtData;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
export const OfflineAlertWorkOrderDetailsDtoWorkOrderStatusEnum = {
|
|
110
|
+
Pending: 'PENDING',
|
|
111
|
+
InProgress: 'IN_PROGRESS',
|
|
112
|
+
Completed: 'COMPLETED',
|
|
113
|
+
Overdue: 'OVERDUE',
|
|
114
|
+
Closed: 'CLOSED'
|
|
115
|
+
} as const;
|
|
116
|
+
|
|
117
|
+
export type OfflineAlertWorkOrderDetailsDtoWorkOrderStatusEnum = typeof OfflineAlertWorkOrderDetailsDtoWorkOrderStatusEnum[keyof typeof OfflineAlertWorkOrderDetailsDtoWorkOrderStatusEnum];
|
|
118
|
+
|
|
119
|
+
|