@gizone/rrs-client 4.1.0-alpha.123 → 4.1.0-alpha.124
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/api.ts +1 -0
- package/apis/offline-alert-work-order-controller-api.ts +149 -0
- package/apis/work-order-api.ts +103 -0
- 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/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/models/index.d.ts +7 -0
- package/dist/esm/models/index.js +7 -0
- package/dist/esm/models/ipage-access-vo.d.ts +7 -7
- 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/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 +7 -0
- 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/index.d.ts +7 -0
- package/dist/models/index.js +7 -0
- package/dist/models/ipage-access-vo.d.ts +7 -7
- 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/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 +7 -0
- 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/index.ts +7 -0
- package/models/ipage-access-vo.ts +7 -7
- 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/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 +9 -0
- 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,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 OfflineAlertWorkOrderVo
|
|
24
|
+
*/
|
|
25
|
+
export interface OfflineAlertWorkOrderVo {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {WorkOrderIssueTypeEnum}
|
|
29
|
+
* @memberof OfflineAlertWorkOrderVo
|
|
30
|
+
*/
|
|
31
|
+
'issueType'?: WorkOrderIssueTypeEnum;
|
|
32
|
+
/**
|
|
33
|
+
* 要求修复时间
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof OfflineAlertWorkOrderVo
|
|
36
|
+
*/
|
|
37
|
+
'requireRepairTime'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 原因描述
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof OfflineAlertWorkOrderVo
|
|
42
|
+
*/
|
|
43
|
+
'reasonDescription'?: string;
|
|
44
|
+
/**
|
|
45
|
+
* 原因图片/视频地址
|
|
46
|
+
* @type {Array<string>}
|
|
47
|
+
* @memberof OfflineAlertWorkOrderVo
|
|
48
|
+
*/
|
|
49
|
+
'reasonImage'?: Array<string>;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
@@ -26,7 +26,8 @@ export const SystemUserMsgSourceTypeEnum = {
|
|
|
26
26
|
InspectionWorkOrder: 'INSPECTION_WORK_ORDER',
|
|
27
27
|
MaintenanceWorkOrder: 'MAINTENANCE_WORK_ORDER',
|
|
28
28
|
NetworkMonitoringRepairWorkOrder: 'NETWORK_MONITORING_REPAIR_WORK_ORDER',
|
|
29
|
-
ViolationWorkOrder: 'VIOLATION_WORK_ORDER'
|
|
29
|
+
ViolationWorkOrder: 'VIOLATION_WORK_ORDER',
|
|
30
|
+
OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER'
|
|
30
31
|
} as const;
|
|
31
32
|
|
|
32
33
|
export type SystemUserMsgSourceTypeEnum = typeof SystemUserMsgSourceTypeEnum[keyof typeof SystemUserMsgSourceTypeEnum];
|
|
@@ -18,6 +18,9 @@
|
|
|
18
18
|
import type { NetworkRepairInfo } from './network-repair-info';
|
|
19
19
|
// May contain unused imports in some cases
|
|
20
20
|
// @ts-ignore
|
|
21
|
+
import type { OfflineAlertWorkOrderInfo } from './offline-alert-work-order-info';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
21
24
|
import type { ViolationWorkOrderInfo } from './violation-work-order-info';
|
|
22
25
|
|
|
23
26
|
/**
|
|
@@ -38,5 +41,11 @@ export interface WorkOrderExtData {
|
|
|
38
41
|
* @memberof WorkOrderExtData
|
|
39
42
|
*/
|
|
40
43
|
'violationWorkOrderInfo'?: ViolationWorkOrderInfo;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {OfflineAlertWorkOrderInfo}
|
|
47
|
+
* @memberof WorkOrderExtData
|
|
48
|
+
*/
|
|
49
|
+
'offlineAlertWorkOrderInfo'?: OfflineAlertWorkOrderInfo;
|
|
41
50
|
}
|
|
42
51
|
|
|
@@ -30,7 +30,9 @@ export const WorkOrderInternalStatusEnum = {
|
|
|
30
30
|
NetworkMonitorRepairInProgressLevelThree: 'NETWORK_MONITOR_REPAIR_IN_PROGRESS_LEVEL_THREE',
|
|
31
31
|
ViolationWorkOrderInProgressLevelOne: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_ONE',
|
|
32
32
|
ViolationWorkOrderInProgressLevelTwo: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_TWO',
|
|
33
|
-
ViolationWorkOrderInProgressLevelThree: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_THREE'
|
|
33
|
+
ViolationWorkOrderInProgressLevelThree: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_THREE',
|
|
34
|
+
OfflineAlertWorkOrderInProgressLevelOne: 'OFFLINE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_ONE',
|
|
35
|
+
OfflineAlertWorkOrderInProgressLevelTwo: 'OFFLINE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_TWO'
|
|
34
36
|
} as const;
|
|
35
37
|
|
|
36
38
|
export type WorkOrderInternalStatusEnum = typeof WorkOrderInternalStatusEnum[keyof typeof WorkOrderInternalStatusEnum];
|
|
@@ -36,7 +36,17 @@ export const WorkOrderIssueTypeEnum = {
|
|
|
36
36
|
TransportQualityIssue: 'TRANSPORT_QUALITY_ISSUE',
|
|
37
37
|
LoadingQualityIssue: 'LOADING_QUALITY_ISSUE',
|
|
38
38
|
ClaimRecovery: 'CLAIM_RECOVERY',
|
|
39
|
-
Operations: 'OPERATIONS'
|
|
39
|
+
Operations: 'OPERATIONS',
|
|
40
|
+
PowerOutage: 'POWER_OUTAGE',
|
|
41
|
+
LineReconstruction: 'LINE_RECONSTRUCTION',
|
|
42
|
+
OfficeRenovation: 'OFFICE_RENOVATION',
|
|
43
|
+
ParkConstruction: 'PARK_CONSTRUCTION',
|
|
44
|
+
MoveWarehouse: 'MOVE_WAREHOUSE',
|
|
45
|
+
RemoveWarehouse: 'REMOVE_WAREHOUSE',
|
|
46
|
+
NetworkJumperDamage: 'NETWORK_JUMPER_DAMAGE',
|
|
47
|
+
CrystalHeadDamage: 'CRYSTAL_HEAD_DAMAGE',
|
|
48
|
+
OpticalJumperDamage: 'OPTICAL_JUMPER_DAMAGE',
|
|
49
|
+
NeedOnsiteTechSupport: 'NEED_ONSITE_TECH_SUPPORT'
|
|
40
50
|
} as const;
|
|
41
51
|
|
|
42
52
|
export type WorkOrderIssueTypeEnum = typeof WorkOrderIssueTypeEnum[keyof typeof WorkOrderIssueTypeEnum];
|
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { OfflineAlertWorkOrderVo } from './offline-alert-work-order-vo';
|
|
16
19
|
// May contain unused imports in some cases
|
|
17
20
|
// @ts-ignore
|
|
18
21
|
import type { WorkOrderInternalStatusEnum } from './work-order-internal-status-enum';
|
|
@@ -35,6 +38,12 @@ export interface WorkOrderReportVo {
|
|
|
35
38
|
* @memberof WorkOrderReportVo
|
|
36
39
|
*/
|
|
37
40
|
'handlerUserId': number;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {OfflineAlertWorkOrderVo}
|
|
44
|
+
* @memberof WorkOrderReportVo
|
|
45
|
+
*/
|
|
46
|
+
'offlineAlertWorkOrderVo'?: OfflineAlertWorkOrderVo;
|
|
38
47
|
}
|
|
39
48
|
|
|
40
49
|
|
|
@@ -26,7 +26,8 @@ export const WorkOrderSettingsTypeEnum = {
|
|
|
26
26
|
AiWorkOrder: 'AI_WORK_ORDER',
|
|
27
27
|
MaintenanceWorkOrder: 'MAINTENANCE_WORK_ORDER',
|
|
28
28
|
NetworkMonitorRepairWorkOrder: 'NETWORK_MONITOR_REPAIR_WORK_ORDER',
|
|
29
|
-
ViolationWorkOrder: 'VIOLATION_WORK_ORDER'
|
|
29
|
+
ViolationWorkOrder: 'VIOLATION_WORK_ORDER',
|
|
30
|
+
OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER'
|
|
30
31
|
} as const;
|
|
31
32
|
|
|
32
33
|
export type WorkOrderSettingsTypeEnum = typeof WorkOrderSettingsTypeEnum[keyof typeof WorkOrderSettingsTypeEnum];
|
|
@@ -27,7 +27,7 @@ export const WorkOrderSourceEnum = {
|
|
|
27
27
|
InspectionTransferWorkOrder: 'INSPECTION_TRANSFER_WORK_ORDER',
|
|
28
28
|
AiInspectionTransferWorkOrder: 'AI_INSPECTION_TRANSFER_WORK_ORDER',
|
|
29
29
|
MaintenanceTransferWorkOrder: 'MAINTENANCE_TRANSFER_WORK_ORDER',
|
|
30
|
-
|
|
30
|
+
OfflineTransferWorkOrder: 'OFFLINE_TRANSFER_WORK_ORDER',
|
|
31
31
|
HkAiAlertTransferWorkOrder: 'HK_AI_ALERT_TRANSFER_WORK_ORDER'
|
|
32
32
|
} as const;
|
|
33
33
|
|
|
@@ -0,0 +1,33 @@
|
|
|
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 { OfflineAlertSubmitVo } from './offline-alert-submit-vo';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 工单提交
|
|
22
|
+
* @export
|
|
23
|
+
* @interface WorkOrderSubmitVo
|
|
24
|
+
*/
|
|
25
|
+
export interface WorkOrderSubmitVo {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {OfflineAlertSubmitVo}
|
|
29
|
+
* @memberof WorkOrderSubmitVo
|
|
30
|
+
*/
|
|
31
|
+
'offlineAlertSubmit'?: OfflineAlertSubmitVo;
|
|
32
|
+
}
|
|
33
|
+
|
|
@@ -37,7 +37,8 @@ export const WorkOrderTypeEnum = {
|
|
|
37
37
|
VideoRecognitionAlarm: 'VIDEO_RECOGNITION_ALARM',
|
|
38
38
|
AiInspection: 'AI_INSPECTION',
|
|
39
39
|
NetworkRepairWorkOrder: 'NETWORK_REPAIR_WORK_ORDER',
|
|
40
|
-
ViolationWorkOrder: 'VIOLATION_WORK_ORDER'
|
|
40
|
+
ViolationWorkOrder: 'VIOLATION_WORK_ORDER',
|
|
41
|
+
OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER'
|
|
41
42
|
} as const;
|
|
42
43
|
|
|
43
44
|
export type WorkOrderTypeEnum = typeof WorkOrderTypeEnum[keyof typeof WorkOrderTypeEnum];
|