@gizone/rrs-client 4.2.0-alpha.375 → 4.2.0-alpha.377
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 +21 -2
- package/api.ts +1 -0
- package/apis/hwork-api.ts +167 -0
- package/apis/message-api.ts +0 -178
- package/apis/notification-api.ts +133 -227
- package/apis/open-api-api.ts +214 -0
- package/apis/setting-api.ts +307 -0
- package/apis/web-hook-api.ts +182 -0
- package/apis/work-order-api.ts +450 -15
- package/dist/api.d.ts +1 -0
- package/dist/api.js +1 -0
- package/dist/apis/hwork-api.d.ts +96 -0
- package/dist/apis/hwork-api.js +145 -0
- package/dist/apis/message-api.d.ts +0 -93
- package/dist/apis/message-api.js +0 -139
- package/dist/apis/notification-api.d.ts +90 -135
- package/dist/apis/notification-api.js +99 -174
- package/dist/apis/open-api-api.d.ts +110 -0
- package/dist/apis/open-api-api.js +156 -0
- package/dist/apis/setting-api.d.ts +166 -0
- package/dist/apis/setting-api.js +223 -0
- package/dist/apis/web-hook-api.d.ts +94 -0
- package/dist/apis/web-hook-api.js +140 -0
- package/dist/apis/work-order-api.d.ts +243 -6
- package/dist/apis/work-order-api.js +322 -15
- package/dist/esm/api.d.ts +1 -0
- package/dist/esm/api.js +1 -0
- package/dist/esm/apis/hwork-api.d.ts +96 -0
- package/dist/esm/apis/hwork-api.js +138 -0
- package/dist/esm/apis/message-api.d.ts +0 -93
- package/dist/esm/apis/message-api.js +1 -140
- package/dist/esm/apis/notification-api.d.ts +90 -135
- package/dist/esm/apis/notification-api.js +99 -174
- package/dist/esm/apis/open-api-api.d.ts +110 -0
- package/dist/esm/apis/open-api-api.js +156 -0
- package/dist/esm/apis/setting-api.d.ts +166 -0
- package/dist/esm/apis/setting-api.js +223 -0
- package/dist/esm/apis/web-hook-api.d.ts +94 -0
- package/dist/esm/apis/web-hook-api.js +140 -0
- package/dist/esm/apis/work-order-api.d.ts +243 -6
- package/dist/esm/apis/work-order-api.js +322 -15
- package/dist/esm/models/disaster-warning-standard-add-or-update-vo.d.ts +1 -1
- package/dist/esm/models/disaster-warning-standard-entity.d.ts +1 -1
- package/dist/esm/models/exploration-work-order-details-dto.d.ts +123 -0
- package/dist/esm/models/exploration-work-order-info.d.ts +111 -0
- package/dist/esm/models/exploration-work-order-info.js +19 -0
- package/dist/esm/models/exploration-work-order-submit-vo.d.ts +36 -0
- package/dist/esm/models/exploration-work-order-type-enum.d.ts +20 -0
- package/dist/esm/models/exploration-work-order-type-enum.js +21 -0
- package/dist/esm/models/index.d.ts +20 -2
- package/dist/esm/models/index.js +20 -2
- package/dist/esm/models/inspection-standard-add-or-update-vo.d.ts +1 -1
- package/dist/esm/models/inspection-standard-dto.d.ts +1 -1
- package/dist/esm/models/inspection-standard-entity.d.ts +1 -1
- package/dist/esm/models/insurance-notice-vo.d.ts +54 -0
- package/dist/esm/models/insurance-notice-vo.js +14 -0
- package/dist/esm/models/insurance-work-order-issue-vo.d.ts +86 -0
- package/dist/esm/models/insurance-work-order-issue-vo.js +19 -0
- package/dist/esm/models/insurance-work-order-vo.d.ts +37 -0
- package/dist/esm/models/insurance-work-order-vo.js +14 -0
- package/dist/esm/models/json-result-exploration-work-order-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-exploration-work-order-details-dto.js +14 -0
- package/dist/esm/models/json-result-list-work-order-issue-type-settings-entity.d.ts +62 -0
- package/dist/esm/models/json-result-list-work-order-issue-type-settings-entity.js +14 -0
- package/dist/esm/models/json-result-notice-entity.d.ts +62 -0
- package/dist/esm/models/json-result-notice-entity.js +14 -0
- package/dist/esm/models/json-result-page-dto-open-api-equipment-list-dto.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-open-api-equipment-list-dto.js +14 -0
- package/dist/esm/models/json-result-work-order-issue-type-settings-entity.d.ts +62 -0
- package/dist/esm/models/json-result-work-order-issue-type-settings-entity.js +14 -0
- package/dist/esm/models/login-type-enum.d.ts +2 -0
- package/dist/esm/models/login-type-enum.js +3 -1
- package/dist/esm/models/maintenance-standard-add-or-update-vo.d.ts +1 -1
- package/dist/esm/models/maintenance-standard-dto.d.ts +1 -1
- package/dist/esm/models/maintenance-standard-entity.d.ts +1 -1
- package/dist/esm/models/monitoring-coverage-alert-work-order-details-dto.d.ts +12 -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 +12 -0
- package/dist/{models/sys-user-msg-notice-add-vo.d.ts → esm/models/notice-add-vo.d.ts} +8 -8
- package/dist/esm/models/notice-add-vo.js +14 -0
- package/dist/esm/models/notice-entity.d.ts +90 -0
- package/dist/esm/models/notice-entity.js +14 -0
- package/dist/esm/models/offline-alert-submit-vo.d.ts +6 -0
- package/dist/esm/models/offline-alert-work-order-details-dto.d.ts +12 -0
- package/dist/esm/models/offline-alert-work-order-vo.d.ts +6 -0
- package/dist/esm/models/open-api-equipment-list-dto.d.ts +110 -0
- package/dist/esm/models/open-api-equipment-list-dto.js +14 -0
- package/dist/esm/models/page-dto-open-api-equipment-list-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-open-api-equipment-list-dto.js +14 -0
- package/dist/esm/models/park-info-dto.d.ts +12 -0
- package/dist/esm/models/period-detail-resp.d.ts +7 -1
- package/dist/esm/models/sys-post.d.ts +6 -0
- package/dist/esm/models/sys-role.d.ts +6 -0
- package/dist/esm/models/sys-user.d.ts +15 -2
- package/dist/esm/models/user-source-enum.d.ts +21 -0
- package/dist/esm/models/user-source-enum.js +22 -0
- package/dist/esm/models/violation-work-order-add-vo.d.ts +6 -0
- package/dist/esm/models/violation-work-order-details-dto.d.ts +12 -0
- package/dist/esm/models/work-order-approval-vo.d.ts +6 -0
- package/dist/esm/models/work-order-detail-dto.d.ts +6 -0
- package/dist/esm/models/work-order-equipment-dto.d.ts +36 -0
- package/dist/esm/models/work-order-equipment-dto.js +14 -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 +2 -1
- package/dist/esm/models/work-order-issue-type-enum.js +3 -2
- package/dist/esm/models/work-order-issue-type-settings-add-or-update-vo.d.ts +44 -0
- package/dist/esm/models/work-order-issue-type-settings-add-or-update-vo.js +14 -0
- package/dist/esm/models/work-order-issue-type-settings-entity.d.ts +68 -0
- package/dist/esm/models/work-order-issue-type-settings-entity.js +14 -0
- package/dist/esm/models/work-order-search-dto.d.ts +13 -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-status-enum.d.ts +0 -1
- package/dist/esm/models/work-order-status-enum.js +0 -1
- package/dist/esm/models/work-order-submit-vo.d.ts +7 -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/disaster-warning-standard-add-or-update-vo.d.ts +1 -1
- package/dist/models/disaster-warning-standard-entity.d.ts +1 -1
- package/dist/models/exploration-work-order-details-dto.d.ts +123 -0
- package/dist/models/exploration-work-order-info.d.ts +111 -0
- package/dist/models/exploration-work-order-info.js +22 -0
- package/dist/models/exploration-work-order-submit-vo.d.ts +36 -0
- package/dist/models/exploration-work-order-type-enum.d.ts +20 -0
- package/dist/models/exploration-work-order-type-enum.js +24 -0
- package/dist/models/index.d.ts +20 -2
- package/dist/models/index.js +20 -2
- package/dist/models/inspection-standard-add-or-update-vo.d.ts +1 -1
- package/dist/models/inspection-standard-dto.d.ts +1 -1
- package/dist/models/inspection-standard-entity.d.ts +1 -1
- package/dist/models/insurance-notice-vo.d.ts +54 -0
- package/dist/models/insurance-notice-vo.js +15 -0
- package/dist/models/insurance-work-order-issue-vo.d.ts +86 -0
- package/dist/models/insurance-work-order-issue-vo.js +22 -0
- package/dist/models/insurance-work-order-vo.d.ts +37 -0
- package/dist/models/insurance-work-order-vo.js +15 -0
- package/dist/models/json-result-exploration-work-order-details-dto.d.ts +62 -0
- package/dist/models/json-result-exploration-work-order-details-dto.js +15 -0
- package/dist/models/json-result-list-work-order-issue-type-settings-entity.d.ts +62 -0
- package/dist/models/json-result-list-work-order-issue-type-settings-entity.js +15 -0
- package/dist/models/json-result-notice-entity.d.ts +62 -0
- package/dist/models/json-result-notice-entity.js +15 -0
- package/dist/models/json-result-page-dto-open-api-equipment-list-dto.d.ts +62 -0
- package/dist/models/json-result-page-dto-open-api-equipment-list-dto.js +15 -0
- package/dist/models/json-result-work-order-issue-type-settings-entity.d.ts +62 -0
- package/dist/models/json-result-work-order-issue-type-settings-entity.js +15 -0
- package/dist/models/login-type-enum.d.ts +2 -0
- package/dist/models/login-type-enum.js +3 -1
- package/dist/models/maintenance-standard-add-or-update-vo.d.ts +1 -1
- package/dist/models/maintenance-standard-dto.d.ts +1 -1
- package/dist/models/maintenance-standard-entity.d.ts +1 -1
- package/dist/models/monitoring-coverage-alert-work-order-details-dto.d.ts +12 -0
- package/dist/models/network-monitor-repair-add-vo.d.ts +6 -0
- package/dist/models/network-monitor-repair-details-dto.d.ts +12 -0
- package/dist/{esm/models/sys-user-msg-notice-add-vo.d.ts → models/notice-add-vo.d.ts} +8 -8
- package/dist/models/notice-add-vo.js +15 -0
- package/dist/models/notice-entity.d.ts +90 -0
- package/dist/models/notice-entity.js +15 -0
- package/dist/models/offline-alert-submit-vo.d.ts +6 -0
- package/dist/models/offline-alert-work-order-details-dto.d.ts +12 -0
- package/dist/models/offline-alert-work-order-vo.d.ts +6 -0
- package/dist/models/open-api-equipment-list-dto.d.ts +110 -0
- package/dist/models/open-api-equipment-list-dto.js +15 -0
- package/dist/models/page-dto-open-api-equipment-list-dto.d.ts +31 -0
- package/dist/models/page-dto-open-api-equipment-list-dto.js +15 -0
- package/dist/models/park-info-dto.d.ts +12 -0
- package/dist/models/period-detail-resp.d.ts +7 -1
- package/dist/models/sys-post.d.ts +6 -0
- package/dist/models/sys-role.d.ts +6 -0
- package/dist/models/sys-user.d.ts +15 -2
- package/dist/models/user-source-enum.d.ts +21 -0
- package/dist/models/user-source-enum.js +25 -0
- package/dist/models/violation-work-order-add-vo.d.ts +6 -0
- package/dist/models/violation-work-order-details-dto.d.ts +12 -0
- package/dist/models/work-order-approval-vo.d.ts +6 -0
- package/dist/models/work-order-detail-dto.d.ts +6 -0
- package/dist/models/work-order-equipment-dto.d.ts +36 -0
- package/dist/models/work-order-equipment-dto.js +15 -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 +2 -1
- package/dist/models/work-order-issue-type-enum.js +3 -2
- package/dist/models/work-order-issue-type-settings-add-or-update-vo.d.ts +44 -0
- package/dist/models/work-order-issue-type-settings-add-or-update-vo.js +15 -0
- package/dist/models/work-order-issue-type-settings-entity.d.ts +68 -0
- package/dist/models/work-order-issue-type-settings-entity.js +15 -0
- package/dist/models/work-order-search-dto.d.ts +13 -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-status-enum.d.ts +0 -1
- package/dist/models/work-order-status-enum.js +0 -1
- package/dist/models/work-order-submit-vo.d.ts +7 -0
- package/dist/models/work-order-type-enum.d.ts +1 -0
- package/dist/models/work-order-type-enum.js +2 -1
- package/models/disaster-warning-standard-add-or-update-vo.ts +1 -1
- package/models/disaster-warning-standard-entity.ts +1 -1
- package/models/exploration-work-order-details-dto.ts +149 -0
- package/models/exploration-work-order-info.ts +124 -0
- package/models/exploration-work-order-submit-vo.ts +42 -0
- package/models/exploration-work-order-type-enum.ts +30 -0
- package/models/index.ts +20 -2
- package/models/inspection-standard-add-or-update-vo.ts +1 -1
- package/models/inspection-standard-dto.ts +1 -1
- package/models/inspection-standard-entity.ts +1 -1
- package/models/insurance-notice-vo.ts +60 -0
- package/models/insurance-work-order-issue-vo.ts +97 -0
- package/models/insurance-work-order-vo.ts +45 -0
- package/models/json-result-exploration-work-order-details-dto.ts +72 -0
- package/models/json-result-list-work-order-issue-type-settings-entity.ts +72 -0
- package/models/json-result-notice-entity.ts +72 -0
- package/models/json-result-page-dto-open-api-equipment-list-dto.ts +72 -0
- package/models/json-result-work-order-issue-type-settings-entity.ts +72 -0
- package/models/login-type-enum.ts +3 -1
- package/models/maintenance-standard-add-or-update-vo.ts +1 -1
- package/models/maintenance-standard-dto.ts +1 -1
- package/models/maintenance-standard-entity.ts +1 -1
- package/models/monitoring-coverage-alert-work-order-details-dto.ts +12 -0
- package/models/network-monitor-repair-add-vo.ts +6 -0
- package/models/network-monitor-repair-details-dto.ts +12 -0
- package/models/{sys-user-msg-notice-add-vo.ts → notice-add-vo.ts} +8 -8
- package/models/notice-entity.ts +96 -0
- package/models/offline-alert-submit-vo.ts +6 -0
- package/models/offline-alert-work-order-details-dto.ts +12 -0
- package/models/offline-alert-work-order-vo.ts +6 -0
- package/models/open-api-equipment-list-dto.ts +122 -0
- package/models/page-dto-open-api-equipment-list-dto.ts +39 -0
- package/models/park-info-dto.ts +12 -0
- package/models/period-detail-resp.ts +7 -1
- package/models/sys-post.ts +6 -0
- package/models/sys-role.ts +6 -0
- package/models/sys-user.ts +19 -2
- package/models/user-source-enum.ts +31 -0
- package/models/violation-work-order-add-vo.ts +6 -0
- package/models/violation-work-order-details-dto.ts +12 -0
- package/models/work-order-approval-vo.ts +6 -0
- package/models/work-order-detail-dto.ts +6 -0
- package/models/work-order-equipment-dto.ts +42 -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 +3 -2
- package/models/work-order-issue-type-settings-add-or-update-vo.ts +56 -0
- package/models/work-order-issue-type-settings-entity.ts +80 -0
- package/models/work-order-search-dto.ts +13 -1
- package/models/work-order-settings-type-enum.ts +2 -1
- package/models/work-order-status-enum.ts +0 -1
- package/models/work-order-submit-vo.ts +9 -0
- package/models/work-order-type-enum.ts +2 -1
- package/package.json +1 -1
- package/dist/esm/models/notice-vo.d.ts +0 -86
- package/dist/models/notice-vo.d.ts +0 -86
- package/models/notice-vo.ts +0 -90
- /package/dist/esm/models/{notice-vo.js → exploration-work-order-details-dto.js} +0 -0
- /package/dist/esm/models/{sys-user-msg-notice-add-vo.js → exploration-work-order-submit-vo.js} +0 -0
- /package/dist/models/{notice-vo.js → exploration-work-order-details-dto.js} +0 -0
- /package/dist/models/{sys-user-msg-notice-add-vo.js → exploration-work-order-submit-vo.js} +0 -0
|
@@ -0,0 +1,122 @@
|
|
|
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 { EquipmentStatusEnum } from './equipment-status-enum';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { ThirdPartySystemEnum } from './third-party-system-enum';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* openApi接口设备返回参数
|
|
25
|
+
* @export
|
|
26
|
+
* @interface OpenApiEquipmentListDto
|
|
27
|
+
*/
|
|
28
|
+
export interface OpenApiEquipmentListDto {
|
|
29
|
+
/**
|
|
30
|
+
* id
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof OpenApiEquipmentListDto
|
|
33
|
+
*/
|
|
34
|
+
'id'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 设备名称
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof OpenApiEquipmentListDto
|
|
39
|
+
*/
|
|
40
|
+
'equipmentName'?: string;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {EquipmentStatusEnum}
|
|
44
|
+
* @memberof OpenApiEquipmentListDto
|
|
45
|
+
*/
|
|
46
|
+
'equipmentStatus'?: EquipmentStatusEnum;
|
|
47
|
+
/**
|
|
48
|
+
* 设备系统
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof OpenApiEquipmentListDto
|
|
51
|
+
*/
|
|
52
|
+
'equipmentSystem'?: string;
|
|
53
|
+
/**
|
|
54
|
+
* 设备系统ID
|
|
55
|
+
* @type {number}
|
|
56
|
+
* @memberof OpenApiEquipmentListDto
|
|
57
|
+
*/
|
|
58
|
+
'equipmentSystemId'?: number;
|
|
59
|
+
/**
|
|
60
|
+
* 设备等级
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof OpenApiEquipmentListDto
|
|
63
|
+
*/
|
|
64
|
+
'equipmentClass'?: string;
|
|
65
|
+
/**
|
|
66
|
+
* 出厂时间
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof OpenApiEquipmentListDto
|
|
69
|
+
*/
|
|
70
|
+
'deliveryTime'?: string;
|
|
71
|
+
/**
|
|
72
|
+
* 现场安装时间
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof OpenApiEquipmentListDto
|
|
75
|
+
*/
|
|
76
|
+
'installTime'?: string;
|
|
77
|
+
/**
|
|
78
|
+
* 质保时间
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof OpenApiEquipmentListDto
|
|
81
|
+
*/
|
|
82
|
+
'warrantyTime'?: string;
|
|
83
|
+
/**
|
|
84
|
+
* 空间id
|
|
85
|
+
* @type {number}
|
|
86
|
+
* @memberof OpenApiEquipmentListDto
|
|
87
|
+
*/
|
|
88
|
+
'spaceId'?: number;
|
|
89
|
+
/**
|
|
90
|
+
* 是否公共区域
|
|
91
|
+
* @type {boolean}
|
|
92
|
+
* @memberof OpenApiEquipmentListDto
|
|
93
|
+
*/
|
|
94
|
+
'isPublicArea'?: boolean;
|
|
95
|
+
/**
|
|
96
|
+
* 关联设备id
|
|
97
|
+
* @type {Array<number>}
|
|
98
|
+
* @memberof OpenApiEquipmentListDto
|
|
99
|
+
*/
|
|
100
|
+
'relatedEquipmentIds'?: Array<number>;
|
|
101
|
+
/**
|
|
102
|
+
*
|
|
103
|
+
* @type {ThirdPartySystemEnum}
|
|
104
|
+
* @memberof OpenApiEquipmentListDto
|
|
105
|
+
*/
|
|
106
|
+
'source'?: ThirdPartySystemEnum;
|
|
107
|
+
/**
|
|
108
|
+
* 设备编码
|
|
109
|
+
* @type {string}
|
|
110
|
+
* @memberof OpenApiEquipmentListDto
|
|
111
|
+
*/
|
|
112
|
+
'equipmentCode'?: string;
|
|
113
|
+
/**
|
|
114
|
+
* 资产编码
|
|
115
|
+
* @type {string}
|
|
116
|
+
* @memberof OpenApiEquipmentListDto
|
|
117
|
+
*/
|
|
118
|
+
'famEquipmentCode'?: string;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
@@ -0,0 +1,39 @@
|
|
|
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 { OpenApiEquipmentListDto } from './open-api-equipment-list-dto';
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 返回数据,可以是任意类型的值
|
|
22
|
+
* @export
|
|
23
|
+
* @interface PageDtoOpenApiEquipmentListDto
|
|
24
|
+
*/
|
|
25
|
+
export interface PageDtoOpenApiEquipmentListDto {
|
|
26
|
+
/**
|
|
27
|
+
* 总记录数
|
|
28
|
+
* @type {number}
|
|
29
|
+
* @memberof PageDtoOpenApiEquipmentListDto
|
|
30
|
+
*/
|
|
31
|
+
'totalSize'?: number;
|
|
32
|
+
/**
|
|
33
|
+
* 页数据列表
|
|
34
|
+
* @type {Array<OpenApiEquipmentListDto>}
|
|
35
|
+
* @memberof PageDtoOpenApiEquipmentListDto
|
|
36
|
+
*/
|
|
37
|
+
'pageList'?: Array<OpenApiEquipmentListDto>;
|
|
38
|
+
}
|
|
39
|
+
|
package/models/park-info-dto.ts
CHANGED
|
@@ -71,6 +71,18 @@ export interface ParkInfoDTO {
|
|
|
71
71
|
* @memberof ParkInfoDTO
|
|
72
72
|
*/
|
|
73
73
|
'ancestors'?: string;
|
|
74
|
+
/**
|
|
75
|
+
* 集团ID
|
|
76
|
+
* @type {number}
|
|
77
|
+
* @memberof ParkInfoDTO
|
|
78
|
+
*/
|
|
79
|
+
'groupId'?: number;
|
|
80
|
+
/**
|
|
81
|
+
* 大区ID
|
|
82
|
+
* @type {number}
|
|
83
|
+
* @memberof ParkInfoDTO
|
|
84
|
+
*/
|
|
85
|
+
'areaId'?: number;
|
|
74
86
|
/**
|
|
75
87
|
* 园区平面图
|
|
76
88
|
* @type {string}
|
|
@@ -150,7 +150,7 @@ export interface PeriodDetailResp {
|
|
|
150
150
|
*/
|
|
151
151
|
'planType'?: PeriodDetailRespPlanTypeEnum;
|
|
152
152
|
/**
|
|
153
|
-
* 预计执行时间(
|
|
153
|
+
* 预计执行时间(分钟)
|
|
154
154
|
* @type {number}
|
|
155
155
|
* @memberof PeriodDetailResp
|
|
156
156
|
*/
|
|
@@ -227,6 +227,12 @@ export interface PeriodDetailResp {
|
|
|
227
227
|
* @memberof PeriodDetailResp
|
|
228
228
|
*/
|
|
229
229
|
'planLevel'?: PlanLevelEnum;
|
|
230
|
+
/**
|
|
231
|
+
* 是否超时
|
|
232
|
+
* @type {boolean}
|
|
233
|
+
* @memberof PeriodDetailResp
|
|
234
|
+
*/
|
|
235
|
+
'isTimeOut'?: boolean;
|
|
230
236
|
}
|
|
231
237
|
|
|
232
238
|
export const PeriodDetailRespSamplingResultsEnum = {
|
package/models/sys-post.ts
CHANGED
package/models/sys-role.ts
CHANGED
package/models/sys-user.ts
CHANGED
|
@@ -22,6 +22,9 @@ import type { SysRole } from './sys-role';
|
|
|
22
22
|
// May contain unused imports in some cases
|
|
23
23
|
// @ts-ignore
|
|
24
24
|
import type { SysUserAttachmentInfo } from './sys-user-attachment-info';
|
|
25
|
+
// May contain unused imports in some cases
|
|
26
|
+
// @ts-ignore
|
|
27
|
+
import type { UserSourceEnum } from './user-source-enum';
|
|
25
28
|
|
|
26
29
|
/**
|
|
27
30
|
* 用户对象
|
|
@@ -373,15 +376,29 @@ export interface SysUser {
|
|
|
373
376
|
'userAttachments'?: Array<SysUserAttachmentInfo>;
|
|
374
377
|
/**
|
|
375
378
|
*
|
|
376
|
-
* @type {
|
|
379
|
+
* @type {UserSourceEnum}
|
|
377
380
|
* @memberof SysUser
|
|
378
381
|
*/
|
|
379
|
-
'
|
|
382
|
+
'userSource'?: UserSourceEnum;
|
|
383
|
+
/**
|
|
384
|
+
* 源用户ID
|
|
385
|
+
* @type {string}
|
|
386
|
+
* @memberof SysUser
|
|
387
|
+
*/
|
|
388
|
+
'sourceUserId'?: string;
|
|
380
389
|
/**
|
|
381
390
|
*
|
|
382
391
|
* @type {string}
|
|
383
392
|
* @memberof SysUser
|
|
384
393
|
*/
|
|
385
394
|
'cid'?: string;
|
|
395
|
+
/**
|
|
396
|
+
*
|
|
397
|
+
* @type {number}
|
|
398
|
+
* @memberof SysUser
|
|
399
|
+
*/
|
|
400
|
+
'cuserId'?: number;
|
|
386
401
|
}
|
|
387
402
|
|
|
403
|
+
|
|
404
|
+
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* 用户来源
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
export const UserSourceEnum = {
|
|
24
|
+
Internal: 'INTERNAL',
|
|
25
|
+
Hwork: 'HWORK'
|
|
26
|
+
} as const;
|
|
27
|
+
|
|
28
|
+
export type UserSourceEnum = typeof UserSourceEnum[keyof typeof UserSourceEnum];
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
@@ -95,6 +95,12 @@ export interface ViolationWorkOrderAddVo {
|
|
|
95
95
|
* @memberof ViolationWorkOrderAddVo
|
|
96
96
|
*/
|
|
97
97
|
'workOrderSource': WorkOrderSourceEnum;
|
|
98
|
+
/**
|
|
99
|
+
* 预计执行时间(分钟)
|
|
100
|
+
* @type {number}
|
|
101
|
+
* @memberof ViolationWorkOrderAddVo
|
|
102
|
+
*/
|
|
103
|
+
'estimateExecutionTime'?: number;
|
|
98
104
|
}
|
|
99
105
|
|
|
100
106
|
|
|
@@ -170,6 +170,18 @@ export interface ViolationWorkOrderDetailsDto {
|
|
|
170
170
|
* @memberof ViolationWorkOrderDetailsDto
|
|
171
171
|
*/
|
|
172
172
|
'workOrderExtData'?: WorkOrderExtData;
|
|
173
|
+
/**
|
|
174
|
+
* 预计执行时间(分钟)
|
|
175
|
+
* @type {number}
|
|
176
|
+
* @memberof ViolationWorkOrderDetailsDto
|
|
177
|
+
*/
|
|
178
|
+
'estimateExecutionTime'?: number;
|
|
179
|
+
/**
|
|
180
|
+
* 是否超时
|
|
181
|
+
* @type {boolean}
|
|
182
|
+
* @memberof ViolationWorkOrderDetailsDto
|
|
183
|
+
*/
|
|
184
|
+
'isTimeOut'?: boolean;
|
|
173
185
|
}
|
|
174
186
|
|
|
175
187
|
|
|
@@ -368,6 +368,12 @@ export interface WorkOrderDetailDTO {
|
|
|
368
368
|
* @memberof WorkOrderDetailDTO
|
|
369
369
|
*/
|
|
370
370
|
'expectedCompletionTime'?: string;
|
|
371
|
+
/**
|
|
372
|
+
* 是否超时
|
|
373
|
+
* @type {boolean}
|
|
374
|
+
* @memberof WorkOrderDetailDTO
|
|
375
|
+
*/
|
|
376
|
+
'isTimeOut'?: boolean;
|
|
371
377
|
/**
|
|
372
378
|
* 设备详情
|
|
373
379
|
* @type {Array<Equipment>}
|
|
@@ -0,0 +1,42 @@
|
|
|
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 WorkOrderEquipmentDto
|
|
21
|
+
*/
|
|
22
|
+
export interface WorkOrderEquipmentDto {
|
|
23
|
+
/**
|
|
24
|
+
* 设备id
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof WorkOrderEquipmentDto
|
|
27
|
+
*/
|
|
28
|
+
'equipmentId'?: number;
|
|
29
|
+
/**
|
|
30
|
+
* 设备名称
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof WorkOrderEquipmentDto
|
|
33
|
+
*/
|
|
34
|
+
'equipmentName'?: string;
|
|
35
|
+
/**
|
|
36
|
+
* 关联设备
|
|
37
|
+
* @type {Array<number>}
|
|
38
|
+
* @memberof WorkOrderEquipmentDto
|
|
39
|
+
*/
|
|
40
|
+
'relatedEquipmentIds'?: Array<number>;
|
|
41
|
+
}
|
|
42
|
+
|
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { ExplorationWorkOrderInfo } from './exploration-work-order-info';
|
|
16
19
|
// May contain unused imports in some cases
|
|
17
20
|
// @ts-ignore
|
|
18
21
|
import type { MonitoringCoverageAlertInfo } from './monitoring-coverage-alert-info';
|
|
@@ -56,5 +59,11 @@ export interface WorkOrderExtData {
|
|
|
56
59
|
* @memberof WorkOrderExtData
|
|
57
60
|
*/
|
|
58
61
|
'monitoringCoverageAlertInfo'?: MonitoringCoverageAlertInfo;
|
|
62
|
+
/**
|
|
63
|
+
*
|
|
64
|
+
* @type {ExplorationWorkOrderInfo}
|
|
65
|
+
* @memberof WorkOrderExtData
|
|
66
|
+
*/
|
|
67
|
+
'explorationWorkOrderInfo'?: ExplorationWorkOrderInfo;
|
|
59
68
|
}
|
|
60
69
|
|
|
@@ -35,7 +35,9 @@ export const WorkOrderInternalStatusEnum = {
|
|
|
35
35
|
OfflineAlertWorkOrderInProgressLevelTwo: 'OFFLINE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_TWO',
|
|
36
36
|
MonitoringCoverageAlertWorkOrderInProgressLevelOne: 'MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_ONE',
|
|
37
37
|
MonitoringCoverageAlertWorkOrderInProgressLevelTwo: 'MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_TWO',
|
|
38
|
-
MonitoringCoverageAlertWorkOrderInProgressLevelThree: 'MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_THREE'
|
|
38
|
+
MonitoringCoverageAlertWorkOrderInProgressLevelThree: 'MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_THREE',
|
|
39
|
+
ExplorationWorkOrderInProgressLevelOne: 'EXPLORATION_WORK_ORDER_IN_PROGRESS_LEVEL_ONE',
|
|
40
|
+
ExplorationWorkOrderInProgressLevelTwo: 'EXPLORATION_WORK_ORDER_IN_PROGRESS_LEVEL_TWO'
|
|
39
41
|
} as const;
|
|
40
42
|
|
|
41
43
|
export type WorkOrderInternalStatusEnum = typeof WorkOrderInternalStatusEnum[keyof typeof WorkOrderInternalStatusEnum];
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* 问题类型
|
|
19
19
|
* @export
|
|
20
20
|
* @enum {string}
|
|
21
21
|
*/
|
|
@@ -47,7 +47,8 @@ export const WorkOrderIssueTypeEnum = {
|
|
|
47
47
|
NetworkJumperDamage: 'NETWORK_JUMPER_DAMAGE',
|
|
48
48
|
CrystalHeadDamage: 'CRYSTAL_HEAD_DAMAGE',
|
|
49
49
|
OpticalJumperDamage: 'OPTICAL_JUMPER_DAMAGE',
|
|
50
|
-
NeedOnsiteTechSupport: 'NEED_ONSITE_TECH_SUPPORT'
|
|
50
|
+
NeedOnsiteTechSupport: 'NEED_ONSITE_TECH_SUPPORT',
|
|
51
|
+
MonitoringCoverageAlert: 'MONITORING_COVERAGE_ALERT'
|
|
51
52
|
} as const;
|
|
52
53
|
|
|
53
54
|
export type WorkOrderIssueTypeEnum = typeof WorkOrderIssueTypeEnum[keyof typeof WorkOrderIssueTypeEnum];
|
|
@@ -0,0 +1,56 @@
|
|
|
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
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* 工单执行时效配置
|
|
25
|
+
* @export
|
|
26
|
+
* @interface WorkOrderIssueTypeSettingsAddOrUpdateVo
|
|
27
|
+
*/
|
|
28
|
+
export interface WorkOrderIssueTypeSettingsAddOrUpdateVo {
|
|
29
|
+
/**
|
|
30
|
+
* id
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof WorkOrderIssueTypeSettingsAddOrUpdateVo
|
|
33
|
+
*/
|
|
34
|
+
'id'?: number;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {WorkOrderTypeEnum}
|
|
38
|
+
* @memberof WorkOrderIssueTypeSettingsAddOrUpdateVo
|
|
39
|
+
*/
|
|
40
|
+
'workOrderType': WorkOrderTypeEnum;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {WorkOrderIssueTypeEnum}
|
|
44
|
+
* @memberof WorkOrderIssueTypeSettingsAddOrUpdateVo
|
|
45
|
+
*/
|
|
46
|
+
'workOrderIssueType': WorkOrderIssueTypeEnum;
|
|
47
|
+
/**
|
|
48
|
+
* 执行时效(分钟)
|
|
49
|
+
* @type {number}
|
|
50
|
+
* @memberof WorkOrderIssueTypeSettingsAddOrUpdateVo
|
|
51
|
+
*/
|
|
52
|
+
'executionTime'?: number;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
@@ -0,0 +1,80 @@
|
|
|
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
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* 返回数据,可以是任意类型的值
|
|
25
|
+
* @export
|
|
26
|
+
* @interface WorkOrderIssueTypeSettingsEntity
|
|
27
|
+
*/
|
|
28
|
+
export interface WorkOrderIssueTypeSettingsEntity {
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof WorkOrderIssueTypeSettingsEntity
|
|
33
|
+
*/
|
|
34
|
+
'id'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 园区id
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof WorkOrderIssueTypeSettingsEntity
|
|
39
|
+
*/
|
|
40
|
+
'parkId'?: number;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {WorkOrderTypeEnum}
|
|
44
|
+
* @memberof WorkOrderIssueTypeSettingsEntity
|
|
45
|
+
*/
|
|
46
|
+
'workOrderType'?: WorkOrderTypeEnum;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {WorkOrderIssueTypeEnum}
|
|
50
|
+
* @memberof WorkOrderIssueTypeSettingsEntity
|
|
51
|
+
*/
|
|
52
|
+
'workOrderIssueType'?: WorkOrderIssueTypeEnum;
|
|
53
|
+
/**
|
|
54
|
+
* 执行时效(分钟)
|
|
55
|
+
* @type {number}
|
|
56
|
+
* @memberof WorkOrderIssueTypeSettingsEntity
|
|
57
|
+
*/
|
|
58
|
+
'executionTime'?: number;
|
|
59
|
+
/**
|
|
60
|
+
* 创建时间
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof WorkOrderIssueTypeSettingsEntity
|
|
63
|
+
*/
|
|
64
|
+
'createTime'?: string;
|
|
65
|
+
/**
|
|
66
|
+
* 更新时间
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof WorkOrderIssueTypeSettingsEntity
|
|
69
|
+
*/
|
|
70
|
+
'updateTime'?: string;
|
|
71
|
+
/**
|
|
72
|
+
* 是否删除 1未删除 0删除
|
|
73
|
+
* @type {number}
|
|
74
|
+
* @memberof WorkOrderIssueTypeSettingsEntity
|
|
75
|
+
*/
|
|
76
|
+
'isDelete'?: number;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
|
|
@@ -78,7 +78,7 @@ export interface WorkOrderSearchDTO {
|
|
|
78
78
|
*/
|
|
79
79
|
'workOrderDepts'?: Array<WorkOrderDeptDTO>;
|
|
80
80
|
/**
|
|
81
|
-
* 响应时间
|
|
81
|
+
* 响应时间(分)
|
|
82
82
|
* @type {number}
|
|
83
83
|
* @memberof WorkOrderSearchDTO
|
|
84
84
|
*/
|
|
@@ -161,6 +161,18 @@ export interface WorkOrderSearchDTO {
|
|
|
161
161
|
* @memberof WorkOrderSearchDTO
|
|
162
162
|
*/
|
|
163
163
|
'workOrderTypeSubcategory'?: WorkOrderTypeSubcategoryEnum;
|
|
164
|
+
/**
|
|
165
|
+
* 预计执行时间(小时)
|
|
166
|
+
* @type {number}
|
|
167
|
+
* @memberof WorkOrderSearchDTO
|
|
168
|
+
*/
|
|
169
|
+
'estimateExecutionTime'?: number;
|
|
170
|
+
/**
|
|
171
|
+
* 是否超时
|
|
172
|
+
* @type {boolean}
|
|
173
|
+
* @memberof WorkOrderSearchDTO
|
|
174
|
+
*/
|
|
175
|
+
'isTimeOut'?: boolean;
|
|
164
176
|
}
|
|
165
177
|
|
|
166
178
|
export const WorkOrderSearchDTOSamplingResultsEnum = {
|
|
@@ -29,7 +29,8 @@ export const WorkOrderSettingsTypeEnum = {
|
|
|
29
29
|
ViolationWorkOrder: 'VIOLATION_WORK_ORDER',
|
|
30
30
|
OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER',
|
|
31
31
|
MonitoringCoverageAlertWorkOrder: 'MONITORING_COVERAGE_ALERT_WORK_ORDER',
|
|
32
|
-
DisasterWarningWorkOrder: 'DISASTER_WARNING_WORK_ORDER'
|
|
32
|
+
DisasterWarningWorkOrder: 'DISASTER_WARNING_WORK_ORDER',
|
|
33
|
+
ExplorationWorkOrder: 'EXPLORATION_WORK_ORDER'
|
|
33
34
|
} as const;
|
|
34
35
|
|
|
35
36
|
export type WorkOrderSettingsTypeEnum = typeof WorkOrderSettingsTypeEnum[keyof typeof WorkOrderSettingsTypeEnum];
|
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { ExplorationWorkOrderSubmitVo } from './exploration-work-order-submit-vo';
|
|
16
19
|
// May contain unused imports in some cases
|
|
17
20
|
// @ts-ignore
|
|
18
21
|
import type { OfflineAlertSubmitVo } from './offline-alert-submit-vo';
|
|
@@ -29,5 +32,11 @@ export interface WorkOrderSubmitVo {
|
|
|
29
32
|
* @memberof WorkOrderSubmitVo
|
|
30
33
|
*/
|
|
31
34
|
'offlineAlertSubmit'?: OfflineAlertSubmitVo;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {ExplorationWorkOrderSubmitVo}
|
|
38
|
+
* @memberof WorkOrderSubmitVo
|
|
39
|
+
*/
|
|
40
|
+
'explorationWorkOrderSubmit'?: ExplorationWorkOrderSubmitVo;
|
|
32
41
|
}
|
|
33
42
|
|
|
@@ -40,7 +40,8 @@ export const WorkOrderTypeEnum = {
|
|
|
40
40
|
ViolationWorkOrder: 'VIOLATION_WORK_ORDER',
|
|
41
41
|
OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER',
|
|
42
42
|
MonitoringCoverageAlertWorkOrder: 'MONITORING_COVERAGE_ALERT_WORK_ORDER',
|
|
43
|
-
DisasterWarningWorkOrder: 'DISASTER_WARNING_WORK_ORDER'
|
|
43
|
+
DisasterWarningWorkOrder: 'DISASTER_WARNING_WORK_ORDER',
|
|
44
|
+
ExplorationWorkOrder: 'EXPLORATION_WORK_ORDER'
|
|
44
45
|
} as const;
|
|
45
46
|
|
|
46
47
|
export type WorkOrderTypeEnum = typeof WorkOrderTypeEnum[keyof typeof WorkOrderTypeEnum];
|