@gizone/rrs-client 4.1.0-beta.153 → 4.1.1-alpha.159
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +10 -0
- package/README.md +2 -2
- package/api.ts +1 -0
- package/apis/offline-alert-work-order-controller-api.ts +149 -0
- package/apis/space-api.ts +14 -12
- package/apis/surveillance-api.ts +14 -12
- 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/space-api.d.ts +7 -6
- package/dist/apis/space-api.js +10 -10
- package/dist/apis/surveillance-api.d.ts +7 -6
- package/dist/apis/surveillance-api.js +10 -10
- 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/space-api.d.ts +7 -6
- package/dist/esm/apis/space-api.js +10 -10
- package/dist/esm/apis/surveillance-api.d.ts +7 -6
- package/dist/esm/apis/surveillance-api.js +10 -10
- 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 +9 -9
- package/dist/esm/models/index.d.ts +9 -0
- package/dist/esm/models/index.js +9 -0
- package/dist/esm/models/ipage-access-vo.d.ts +4 -4
- 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/space-point-vo.d.ts +24 -0
- package/dist/esm/models/space-point-vo.js +14 -0
- package/dist/esm/models/surveillance-point-vo.d.ts +24 -0
- package/dist/esm/models/surveillance-point-vo.js +14 -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 +9 -9
- package/dist/models/index.d.ts +9 -0
- package/dist/models/index.js +9 -0
- package/dist/models/ipage-access-vo.d.ts +4 -4
- 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/space-point-vo.d.ts +24 -0
- package/dist/models/space-point-vo.js +15 -0
- package/dist/models/surveillance-point-vo.d.ts +24 -0
- package/dist/models/surveillance-point-vo.js +15 -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 +9 -9
- package/models/index.ts +9 -0
- package/models/ipage-access-vo.ts +4 -4
- 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/space-point-vo.ts +30 -0
- package/models/surveillance-point-vo.ts +30 -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,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,24 @@
|
|
|
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
|
+
* @interface SurveillancePointVo
|
|
16
|
+
*/
|
|
17
|
+
export interface SurveillancePointVo {
|
|
18
|
+
/**
|
|
19
|
+
* 监控点位
|
|
20
|
+
* @type {Array<number>}
|
|
21
|
+
* @memberof SurveillancePointVo
|
|
22
|
+
*/
|
|
23
|
+
'surveillancePoint'?: Array<number>;
|
|
24
|
+
}
|
|
@@ -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 {};
|
|
@@ -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];
|
|
@@ -22,5 +22,6 @@ export const SystemUserMsgSourceTypeEnum = {
|
|
|
22
22
|
InspectionWorkOrder: 'INSPECTION_WORK_ORDER',
|
|
23
23
|
MaintenanceWorkOrder: 'MAINTENANCE_WORK_ORDER',
|
|
24
24
|
NetworkMonitoringRepairWorkOrder: 'NETWORK_MONITORING_REPAIR_WORK_ORDER',
|
|
25
|
-
ViolationWorkOrder: 'VIOLATION_WORK_ORDER'
|
|
25
|
+
ViolationWorkOrder: 'VIOLATION_WORK_ORDER',
|
|
26
|
+
OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER'
|
|
26
27
|
};
|
|
@@ -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];
|
|
@@ -26,5 +26,7 @@ export const WorkOrderInternalStatusEnum = {
|
|
|
26
26
|
NetworkMonitorRepairInProgressLevelThree: 'NETWORK_MONITOR_REPAIR_IN_PROGRESS_LEVEL_THREE',
|
|
27
27
|
ViolationWorkOrderInProgressLevelOne: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_ONE',
|
|
28
28
|
ViolationWorkOrderInProgressLevelTwo: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_TWO',
|
|
29
|
-
ViolationWorkOrderInProgressLevelThree: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_THREE'
|
|
29
|
+
ViolationWorkOrderInProgressLevelThree: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_THREE',
|
|
30
|
+
OfflineAlertWorkOrderInProgressLevelOne: 'OFFLINE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_ONE',
|
|
31
|
+
OfflineAlertWorkOrderInProgressLevelTwo: 'OFFLINE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_TWO'
|
|
30
32
|
};
|
|
@@ -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];
|
|
@@ -32,5 +32,15 @@ export const WorkOrderIssueTypeEnum = {
|
|
|
32
32
|
TransportQualityIssue: 'TRANSPORT_QUALITY_ISSUE',
|
|
33
33
|
LoadingQualityIssue: 'LOADING_QUALITY_ISSUE',
|
|
34
34
|
ClaimRecovery: 'CLAIM_RECOVERY',
|
|
35
|
-
Operations: 'OPERATIONS'
|
|
35
|
+
Operations: 'OPERATIONS',
|
|
36
|
+
PowerOutage: 'POWER_OUTAGE',
|
|
37
|
+
LineReconstruction: 'LINE_RECONSTRUCTION',
|
|
38
|
+
OfficeRenovation: 'OFFICE_RENOVATION',
|
|
39
|
+
ParkConstruction: 'PARK_CONSTRUCTION',
|
|
40
|
+
MoveWarehouse: 'MOVE_WAREHOUSE',
|
|
41
|
+
RemoveWarehouse: 'REMOVE_WAREHOUSE',
|
|
42
|
+
NetworkJumperDamage: 'NETWORK_JUMPER_DAMAGE',
|
|
43
|
+
CrystalHeadDamage: 'CRYSTAL_HEAD_DAMAGE',
|
|
44
|
+
OpticalJumperDamage: 'OPTICAL_JUMPER_DAMAGE',
|
|
45
|
+
NeedOnsiteTechSupport: 'NEED_ONSITE_TECH_SUPPORT'
|
|
36
46
|
};
|
|
@@ -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];
|
|
@@ -22,5 +22,6 @@ export const WorkOrderSettingsTypeEnum = {
|
|
|
22
22
|
AiWorkOrder: 'AI_WORK_ORDER',
|
|
23
23
|
MaintenanceWorkOrder: 'MAINTENANCE_WORK_ORDER',
|
|
24
24
|
NetworkMonitorRepairWorkOrder: 'NETWORK_MONITOR_REPAIR_WORK_ORDER',
|
|
25
|
-
ViolationWorkOrder: 'VIOLATION_WORK_ORDER'
|
|
25
|
+
ViolationWorkOrder: 'VIOLATION_WORK_ORDER',
|
|
26
|
+
OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER'
|
|
26
27
|
};
|
|
@@ -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];
|
|
@@ -23,6 +23,6 @@ export const WorkOrderSourceEnum = {
|
|
|
23
23
|
InspectionTransferWorkOrder: 'INSPECTION_TRANSFER_WORK_ORDER',
|
|
24
24
|
AiInspectionTransferWorkOrder: 'AI_INSPECTION_TRANSFER_WORK_ORDER',
|
|
25
25
|
MaintenanceTransferWorkOrder: 'MAINTENANCE_TRANSFER_WORK_ORDER',
|
|
26
|
-
|
|
26
|
+
OfflineTransferWorkOrder: 'OFFLINE_TRANSFER_WORK_ORDER',
|
|
27
27
|
HkAiAlertTransferWorkOrder: 'HK_AI_ALERT_TRANSFER_WORK_ORDER'
|
|
28
28
|
};
|
|
@@ -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,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 {};
|
|
@@ -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];
|
|
@@ -33,5 +33,6 @@ export const WorkOrderTypeEnum = {
|
|
|
33
33
|
VideoRecognitionAlarm: 'VIDEO_RECOGNITION_ALARM',
|
|
34
34
|
AiInspection: 'AI_INSPECTION',
|
|
35
35
|
NetworkRepairWorkOrder: 'NETWORK_REPAIR_WORK_ORDER',
|
|
36
|
-
ViolationWorkOrder: 'VIOLATION_WORK_ORDER'
|
|
36
|
+
ViolationWorkOrder: 'VIOLATION_WORK_ORDER',
|
|
37
|
+
OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER'
|
|
37
38
|
};
|
|
@@ -37,34 +37,34 @@ export interface GetUserWx200Response {
|
|
|
37
37
|
'trailerFields'?: object;
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
|
-
* @type {
|
|
40
|
+
* @type {string}
|
|
41
41
|
* @memberof GetUserWx200Response
|
|
42
42
|
*/
|
|
43
|
-
'
|
|
43
|
+
'contentType'?: string;
|
|
44
44
|
/**
|
|
45
45
|
*
|
|
46
46
|
* @type {number}
|
|
47
47
|
* @memberof GetUserWx200Response
|
|
48
48
|
*/
|
|
49
|
-
'
|
|
49
|
+
'contentLength'?: number;
|
|
50
50
|
/**
|
|
51
51
|
*
|
|
52
|
-
* @type {
|
|
52
|
+
* @type {GetUserWx200ResponseOutputStream}
|
|
53
53
|
* @memberof GetUserWx200Response
|
|
54
54
|
*/
|
|
55
|
-
'
|
|
55
|
+
'outputStream'?: GetUserWx200ResponseOutputStream;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
|
-
* @type {
|
|
58
|
+
* @type {GetUserWx200ResponseLocale}
|
|
59
59
|
* @memberof GetUserWx200Response
|
|
60
60
|
*/
|
|
61
|
-
'
|
|
61
|
+
'locale'?: GetUserWx200ResponseLocale;
|
|
62
62
|
/**
|
|
63
63
|
*
|
|
64
|
-
* @type {
|
|
64
|
+
* @type {number}
|
|
65
65
|
* @memberof GetUserWx200Response
|
|
66
66
|
*/
|
|
67
|
-
'
|
|
67
|
+
'bufferSize'?: number;
|
|
68
68
|
/**
|
|
69
69
|
*
|
|
70
70
|
* @type {string}
|
package/dist/models/index.d.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';
|
|
@@ -732,6 +738,7 @@ export * from './space-edit-vo';
|
|
|
732
738
|
export * from './space-image-detail-dto';
|
|
733
739
|
export * from './space-industry-attribute';
|
|
734
740
|
export * from './space-point-dto';
|
|
741
|
+
export * from './space-point-vo';
|
|
735
742
|
export * from './space-qr-code';
|
|
736
743
|
export * from './space-qr-code-dto';
|
|
737
744
|
export * from './space-tree-dto';
|
|
@@ -769,6 +776,7 @@ export * from './supplier-select-dto';
|
|
|
769
776
|
export * from './surveillance';
|
|
770
777
|
export * from './surveillance-details-dto';
|
|
771
778
|
export * from './surveillance-live-dto';
|
|
779
|
+
export * from './surveillance-point-vo';
|
|
772
780
|
export * from './surveillance-roi-entity';
|
|
773
781
|
export * from './surveillance-roi-list-vo';
|
|
774
782
|
export * from './surveillance-settings-details-dto';
|
|
@@ -883,6 +891,7 @@ export * from './work-order-staging-data-vo';
|
|
|
883
891
|
export * from './work-order-status-vo';
|
|
884
892
|
export * from './work-order-step-by-step-push-dto';
|
|
885
893
|
export * from './work-order-step-by-step-push-user-details-dto';
|
|
894
|
+
export * from './work-order-submit-vo';
|
|
886
895
|
export * from './work-order-surveillance-dto';
|
|
887
896
|
export * from './work-order-type-dto';
|
|
888
897
|
export * from './work-order-type-enum';
|
package/dist/models/index.js
CHANGED
|
@@ -485,6 +485,7 @@ __exportStar(require("./json-result-network-monitor-repair-details-dto"), export
|
|
|
485
485
|
__exportStar(require("./json-result-news-entity"), exports);
|
|
486
486
|
__exportStar(require("./json-result-node-dto"), exports);
|
|
487
487
|
__exportStar(require("./json-result-object"), exports);
|
|
488
|
+
__exportStar(require("./json-result-offline-alert-work-order-details-dto"), exports);
|
|
488
489
|
__exportStar(require("./json-result-owner-kanban-energy-dto"), exports);
|
|
489
490
|
__exportStar(require("./json-result-owner-kanban-index-safety-inspection-dto"), exports);
|
|
490
491
|
__exportStar(require("./json-result-owner-kanban-two-park-call-police-number-statistics-dto"), exports);
|
|
@@ -613,6 +614,11 @@ __exportStar(require("./news-query-vo"), exports);
|
|
|
613
614
|
__exportStar(require("./node-dto"), exports);
|
|
614
615
|
__exportStar(require("./node-type-enum"), exports);
|
|
615
616
|
__exportStar(require("./notice-vo"), exports);
|
|
617
|
+
__exportStar(require("./offline-alert-device-vo"), exports);
|
|
618
|
+
__exportStar(require("./offline-alert-submit-vo"), exports);
|
|
619
|
+
__exportStar(require("./offline-alert-work-order-details-dto"), exports);
|
|
620
|
+
__exportStar(require("./offline-alert-work-order-info"), exports);
|
|
621
|
+
__exportStar(require("./offline-alert-work-order-vo"), exports);
|
|
616
622
|
__exportStar(require("./open-barrier-po"), exports);
|
|
617
623
|
__exportStar(require("./operate-message-details-dto"), exports);
|
|
618
624
|
__exportStar(require("./orders"), exports);
|
|
@@ -748,6 +754,7 @@ __exportStar(require("./space-edit-vo"), exports);
|
|
|
748
754
|
__exportStar(require("./space-image-detail-dto"), exports);
|
|
749
755
|
__exportStar(require("./space-industry-attribute"), exports);
|
|
750
756
|
__exportStar(require("./space-point-dto"), exports);
|
|
757
|
+
__exportStar(require("./space-point-vo"), exports);
|
|
751
758
|
__exportStar(require("./space-qr-code"), exports);
|
|
752
759
|
__exportStar(require("./space-qr-code-dto"), exports);
|
|
753
760
|
__exportStar(require("./space-tree-dto"), exports);
|
|
@@ -785,6 +792,7 @@ __exportStar(require("./supplier-select-dto"), exports);
|
|
|
785
792
|
__exportStar(require("./surveillance"), exports);
|
|
786
793
|
__exportStar(require("./surveillance-details-dto"), exports);
|
|
787
794
|
__exportStar(require("./surveillance-live-dto"), exports);
|
|
795
|
+
__exportStar(require("./surveillance-point-vo"), exports);
|
|
788
796
|
__exportStar(require("./surveillance-roi-entity"), exports);
|
|
789
797
|
__exportStar(require("./surveillance-roi-list-vo"), exports);
|
|
790
798
|
__exportStar(require("./surveillance-settings-details-dto"), exports);
|
|
@@ -899,6 +907,7 @@ __exportStar(require("./work-order-staging-data-vo"), exports);
|
|
|
899
907
|
__exportStar(require("./work-order-status-vo"), exports);
|
|
900
908
|
__exportStar(require("./work-order-step-by-step-push-dto"), exports);
|
|
901
909
|
__exportStar(require("./work-order-step-by-step-push-user-details-dto"), exports);
|
|
910
|
+
__exportStar(require("./work-order-submit-vo"), exports);
|
|
902
911
|
__exportStar(require("./work-order-surveillance-dto"), exports);
|
|
903
912
|
__exportStar(require("./work-order-type-dto"), exports);
|
|
904
913
|
__exportStar(require("./work-order-type-enum"), exports);
|
|
@@ -36,16 +36,16 @@ export interface IPageAccessVO {
|
|
|
36
36
|
'records'?: Array<AccessVO>;
|
|
37
37
|
/**
|
|
38
38
|
*
|
|
39
|
-
* @type {
|
|
39
|
+
* @type {number}
|
|
40
40
|
* @memberof IPageAccessVO
|
|
41
41
|
*/
|
|
42
|
-
'
|
|
42
|
+
'pages'?: number;
|
|
43
43
|
/**
|
|
44
44
|
*
|
|
45
|
-
* @type {
|
|
45
|
+
* @type {boolean}
|
|
46
46
|
* @memberof IPageAccessVO
|
|
47
47
|
*/
|
|
48
|
-
'
|
|
48
|
+
'searchCount'?: boolean;
|
|
49
49
|
/**
|
|
50
50
|
*
|
|
51
51
|
* @type {boolean}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { BaseErrorResult } from './base-error-result';
|
|
13
|
+
import type { OfflineAlertWorkOrderDetailsDto } from './offline-alert-work-order-details-dto';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultOfflineAlertWorkOrderDetailsDto
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultOfflineAlertWorkOrderDetailsDto {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultOfflineAlertWorkOrderDetailsDto
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultOfflineAlertWorkOrderDetailsDto
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultOfflineAlertWorkOrderDetailsDto
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {OfflineAlertWorkOrderDetailsDto}
|
|
41
|
+
* @memberof JsonResultOfflineAlertWorkOrderDetailsDto
|
|
42
|
+
*/
|
|
43
|
+
'data'?: OfflineAlertWorkOrderDetailsDto | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultOfflineAlertWorkOrderDetailsDto
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultOfflineAlertWorkOrderDetailsDto
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultOfflineAlertWorkOrderDetailsDto
|
|
60
|
+
*/
|
|
61
|
+
'requestId'?: string | null;
|
|
62
|
+
}
|
|
@@ -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 });
|
|
@@ -84,4 +84,10 @@ export interface NetworkMonitorRepairAddVo {
|
|
|
84
84
|
* @memberof NetworkMonitorRepairAddVo
|
|
85
85
|
*/
|
|
86
86
|
'workOrderSource': WorkOrderSourceEnum;
|
|
87
|
+
/**
|
|
88
|
+
* 来源工单ID
|
|
89
|
+
* @type {number}
|
|
90
|
+
* @memberof NetworkMonitorRepairAddVo
|
|
91
|
+
*/
|
|
92
|
+
'sourceWorkOrderId'?: number;
|
|
87
93
|
}
|
|
@@ -0,0 +1,30 @@
|
|
|
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
|
+
* @interface OfflineAlertDeviceVo
|
|
16
|
+
*/
|
|
17
|
+
export interface OfflineAlertDeviceVo {
|
|
18
|
+
/**
|
|
19
|
+
* 设备id
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof OfflineAlertDeviceVo
|
|
22
|
+
*/
|
|
23
|
+
'deviceId'?: number;
|
|
24
|
+
/**
|
|
25
|
+
* 设备名称
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof OfflineAlertDeviceVo
|
|
28
|
+
*/
|
|
29
|
+
'deviceName'?: string;
|
|
30
|
+
}
|
|
@@ -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 });
|
|
@@ -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 OfflineAlertSubmitVo
|
|
17
|
+
*/
|
|
18
|
+
export interface OfflineAlertSubmitVo {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {WorkOrderIssueTypeEnum}
|
|
22
|
+
* @memberof OfflineAlertSubmitVo
|
|
23
|
+
*/
|
|
24
|
+
'issueType'?: WorkOrderIssueTypeEnum;
|
|
25
|
+
/**
|
|
26
|
+
* 要求修复时间
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof OfflineAlertSubmitVo
|
|
29
|
+
*/
|
|
30
|
+
'requireRepairTime'?: string;
|
|
31
|
+
/**
|
|
32
|
+
* 原因描述
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof OfflineAlertSubmitVo
|
|
35
|
+
*/
|
|
36
|
+
'reasonDescription'?: string;
|
|
37
|
+
/**
|
|
38
|
+
* 图片/视频地址
|
|
39
|
+
* @type {Array<string>}
|
|
40
|
+
* @memberof OfflineAlertSubmitVo
|
|
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 });
|