@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,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,90 @@
|
|
|
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 NoticeEntity
|
|
16
|
+
*/
|
|
17
|
+
export interface NoticeEntity {
|
|
18
|
+
/**
|
|
19
|
+
* Id
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof NoticeEntity
|
|
22
|
+
*/
|
|
23
|
+
'id'?: number;
|
|
24
|
+
/**
|
|
25
|
+
* 标题
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof NoticeEntity
|
|
28
|
+
*/
|
|
29
|
+
'title'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* 内容
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof NoticeEntity
|
|
34
|
+
*/
|
|
35
|
+
'content'?: string;
|
|
36
|
+
/**
|
|
37
|
+
* 发布人id
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof NoticeEntity
|
|
40
|
+
*/
|
|
41
|
+
'publisherUserId'?: number;
|
|
42
|
+
/**
|
|
43
|
+
* 发布人名称
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof NoticeEntity
|
|
46
|
+
*/
|
|
47
|
+
'publisherName'?: string;
|
|
48
|
+
/**
|
|
49
|
+
* 发布时间
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof NoticeEntity
|
|
52
|
+
*/
|
|
53
|
+
'publisherTime'?: string;
|
|
54
|
+
/**
|
|
55
|
+
* 园区Id
|
|
56
|
+
* @type {number}
|
|
57
|
+
* @memberof NoticeEntity
|
|
58
|
+
*/
|
|
59
|
+
'parkId'?: number;
|
|
60
|
+
/**
|
|
61
|
+
* 来源 1:园区发布 2:保险生成
|
|
62
|
+
* @type {number}
|
|
63
|
+
* @memberof NoticeEntity
|
|
64
|
+
*/
|
|
65
|
+
'source'?: number;
|
|
66
|
+
/**
|
|
67
|
+
* 来源ID
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof NoticeEntity
|
|
70
|
+
*/
|
|
71
|
+
'sourceId'?: string;
|
|
72
|
+
/**
|
|
73
|
+
* 创建时间
|
|
74
|
+
* @type {string}
|
|
75
|
+
* @memberof NoticeEntity
|
|
76
|
+
*/
|
|
77
|
+
'createTime'?: string;
|
|
78
|
+
/**
|
|
79
|
+
* 更新时间
|
|
80
|
+
* @type {string}
|
|
81
|
+
* @memberof NoticeEntity
|
|
82
|
+
*/
|
|
83
|
+
'updateTime'?: string;
|
|
84
|
+
/**
|
|
85
|
+
* 是否删除 0删除 1未删除
|
|
86
|
+
* @type {number}
|
|
87
|
+
* @memberof NoticeEntity
|
|
88
|
+
*/
|
|
89
|
+
'isDelete'?: number;
|
|
90
|
+
}
|
|
@@ -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 {};
|
|
@@ -108,4 +108,16 @@ export interface OfflineAlertWorkOrderDetailsDto {
|
|
|
108
108
|
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
109
109
|
*/
|
|
110
110
|
'followupWorkOrder'?: FollowupWorkOrderDTO;
|
|
111
|
+
/**
|
|
112
|
+
* 预计执行时间(分钟)
|
|
113
|
+
* @type {number}
|
|
114
|
+
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
115
|
+
*/
|
|
116
|
+
'estimateExecutionTime'?: number;
|
|
117
|
+
/**
|
|
118
|
+
* 是否超时
|
|
119
|
+
* @type {boolean}
|
|
120
|
+
* @memberof OfflineAlertWorkOrderDetailsDto
|
|
121
|
+
*/
|
|
122
|
+
'isTimeOut'?: boolean;
|
|
111
123
|
}
|
|
@@ -0,0 +1,110 @@
|
|
|
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 { EquipmentStatusEnum } from './equipment-status-enum';
|
|
13
|
+
import type { ThirdPartySystemEnum } from './third-party-system-enum';
|
|
14
|
+
/**
|
|
15
|
+
* openApi接口设备返回参数
|
|
16
|
+
* @export
|
|
17
|
+
* @interface OpenApiEquipmentListDto
|
|
18
|
+
*/
|
|
19
|
+
export interface OpenApiEquipmentListDto {
|
|
20
|
+
/**
|
|
21
|
+
* id
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof OpenApiEquipmentListDto
|
|
24
|
+
*/
|
|
25
|
+
'id'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 设备名称
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof OpenApiEquipmentListDto
|
|
30
|
+
*/
|
|
31
|
+
'equipmentName'?: string;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {EquipmentStatusEnum}
|
|
35
|
+
* @memberof OpenApiEquipmentListDto
|
|
36
|
+
*/
|
|
37
|
+
'equipmentStatus'?: EquipmentStatusEnum;
|
|
38
|
+
/**
|
|
39
|
+
* 设备系统
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof OpenApiEquipmentListDto
|
|
42
|
+
*/
|
|
43
|
+
'equipmentSystem'?: string;
|
|
44
|
+
/**
|
|
45
|
+
* 设备系统ID
|
|
46
|
+
* @type {number}
|
|
47
|
+
* @memberof OpenApiEquipmentListDto
|
|
48
|
+
*/
|
|
49
|
+
'equipmentSystemId'?: number;
|
|
50
|
+
/**
|
|
51
|
+
* 设备等级
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof OpenApiEquipmentListDto
|
|
54
|
+
*/
|
|
55
|
+
'equipmentClass'?: string;
|
|
56
|
+
/**
|
|
57
|
+
* 出厂时间
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof OpenApiEquipmentListDto
|
|
60
|
+
*/
|
|
61
|
+
'deliveryTime'?: string;
|
|
62
|
+
/**
|
|
63
|
+
* 现场安装时间
|
|
64
|
+
* @type {string}
|
|
65
|
+
* @memberof OpenApiEquipmentListDto
|
|
66
|
+
*/
|
|
67
|
+
'installTime'?: string;
|
|
68
|
+
/**
|
|
69
|
+
* 质保时间
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof OpenApiEquipmentListDto
|
|
72
|
+
*/
|
|
73
|
+
'warrantyTime'?: string;
|
|
74
|
+
/**
|
|
75
|
+
* 空间id
|
|
76
|
+
* @type {number}
|
|
77
|
+
* @memberof OpenApiEquipmentListDto
|
|
78
|
+
*/
|
|
79
|
+
'spaceId'?: number;
|
|
80
|
+
/**
|
|
81
|
+
* 是否公共区域
|
|
82
|
+
* @type {boolean}
|
|
83
|
+
* @memberof OpenApiEquipmentListDto
|
|
84
|
+
*/
|
|
85
|
+
'isPublicArea'?: boolean;
|
|
86
|
+
/**
|
|
87
|
+
* 关联设备id
|
|
88
|
+
* @type {Array<number>}
|
|
89
|
+
* @memberof OpenApiEquipmentListDto
|
|
90
|
+
*/
|
|
91
|
+
'relatedEquipmentIds'?: Array<number>;
|
|
92
|
+
/**
|
|
93
|
+
*
|
|
94
|
+
* @type {ThirdPartySystemEnum}
|
|
95
|
+
* @memberof OpenApiEquipmentListDto
|
|
96
|
+
*/
|
|
97
|
+
'source'?: ThirdPartySystemEnum;
|
|
98
|
+
/**
|
|
99
|
+
* 设备编码
|
|
100
|
+
* @type {string}
|
|
101
|
+
* @memberof OpenApiEquipmentListDto
|
|
102
|
+
*/
|
|
103
|
+
'equipmentCode'?: string;
|
|
104
|
+
/**
|
|
105
|
+
* 资产编码
|
|
106
|
+
* @type {string}
|
|
107
|
+
* @memberof OpenApiEquipmentListDto
|
|
108
|
+
*/
|
|
109
|
+
'famEquipmentCode'?: string;
|
|
110
|
+
}
|
|
@@ -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,31 @@
|
|
|
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 { OpenApiEquipmentListDto } from './open-api-equipment-list-dto';
|
|
13
|
+
/**
|
|
14
|
+
* 返回数据,可以是任意类型的值
|
|
15
|
+
* @export
|
|
16
|
+
* @interface PageDtoOpenApiEquipmentListDto
|
|
17
|
+
*/
|
|
18
|
+
export interface PageDtoOpenApiEquipmentListDto {
|
|
19
|
+
/**
|
|
20
|
+
* 总记录数
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof PageDtoOpenApiEquipmentListDto
|
|
23
|
+
*/
|
|
24
|
+
'totalSize'?: number;
|
|
25
|
+
/**
|
|
26
|
+
* 页数据列表
|
|
27
|
+
* @type {Array<OpenApiEquipmentListDto>}
|
|
28
|
+
* @memberof PageDtoOpenApiEquipmentListDto
|
|
29
|
+
*/
|
|
30
|
+
'pageList'?: Array<OpenApiEquipmentListDto>;
|
|
31
|
+
}
|
|
@@ -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 {};
|
|
@@ -64,6 +64,18 @@ export interface ParkInfoDTO {
|
|
|
64
64
|
* @memberof ParkInfoDTO
|
|
65
65
|
*/
|
|
66
66
|
'ancestors'?: string;
|
|
67
|
+
/**
|
|
68
|
+
* 集团ID
|
|
69
|
+
* @type {number}
|
|
70
|
+
* @memberof ParkInfoDTO
|
|
71
|
+
*/
|
|
72
|
+
'groupId'?: number;
|
|
73
|
+
/**
|
|
74
|
+
* 大区ID
|
|
75
|
+
* @type {number}
|
|
76
|
+
* @memberof ParkInfoDTO
|
|
77
|
+
*/
|
|
78
|
+
'areaId'?: number;
|
|
67
79
|
/**
|
|
68
80
|
* 园区平面图
|
|
69
81
|
* @type {string}
|
|
@@ -131,7 +131,7 @@ export interface PeriodDetailResp {
|
|
|
131
131
|
*/
|
|
132
132
|
'planType'?: PeriodDetailRespPlanTypeEnum;
|
|
133
133
|
/**
|
|
134
|
-
* 预计执行时间(
|
|
134
|
+
* 预计执行时间(分钟)
|
|
135
135
|
* @type {number}
|
|
136
136
|
* @memberof PeriodDetailResp
|
|
137
137
|
*/
|
|
@@ -208,6 +208,12 @@ export interface PeriodDetailResp {
|
|
|
208
208
|
* @memberof PeriodDetailResp
|
|
209
209
|
*/
|
|
210
210
|
'planLevel'?: PlanLevelEnum;
|
|
211
|
+
/**
|
|
212
|
+
* 是否超时
|
|
213
|
+
* @type {boolean}
|
|
214
|
+
* @memberof PeriodDetailResp
|
|
215
|
+
*/
|
|
216
|
+
'isTimeOut'?: boolean;
|
|
211
217
|
}
|
|
212
218
|
export declare const PeriodDetailRespSamplingResultsEnum: {
|
|
213
219
|
readonly Zero: "ZERO";
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
import type { SysDept } from './sys-dept';
|
|
13
13
|
import type { SysRole } from './sys-role';
|
|
14
14
|
import type { SysUserAttachmentInfo } from './sys-user-attachment-info';
|
|
15
|
+
import type { UserSourceEnum } from './user-source-enum';
|
|
15
16
|
/**
|
|
16
17
|
* 用户对象
|
|
17
18
|
* @export
|
|
@@ -364,14 +365,26 @@ export interface SysUser {
|
|
|
364
365
|
'userAttachments'?: Array<SysUserAttachmentInfo>;
|
|
365
366
|
/**
|
|
366
367
|
*
|
|
367
|
-
* @type {
|
|
368
|
+
* @type {UserSourceEnum}
|
|
368
369
|
* @memberof SysUser
|
|
369
370
|
*/
|
|
370
|
-
'
|
|
371
|
+
'userSource'?: UserSourceEnum;
|
|
372
|
+
/**
|
|
373
|
+
* 源用户ID
|
|
374
|
+
* @type {string}
|
|
375
|
+
* @memberof SysUser
|
|
376
|
+
*/
|
|
377
|
+
'sourceUserId'?: string;
|
|
371
378
|
/**
|
|
372
379
|
*
|
|
373
380
|
* @type {string}
|
|
374
381
|
* @memberof SysUser
|
|
375
382
|
*/
|
|
376
383
|
'cid'?: string;
|
|
384
|
+
/**
|
|
385
|
+
*
|
|
386
|
+
* @type {number}
|
|
387
|
+
* @memberof SysUser
|
|
388
|
+
*/
|
|
389
|
+
'cuserId'?: number;
|
|
377
390
|
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* 用户来源
|
|
14
|
+
* @export
|
|
15
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare const UserSourceEnum: {
|
|
18
|
+
readonly Internal: "INTERNAL";
|
|
19
|
+
readonly Hwork: "HWORK";
|
|
20
|
+
};
|
|
21
|
+
export type UserSourceEnum = typeof UserSourceEnum[keyof typeof UserSourceEnum];
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
* 用户来源
|
|
16
|
+
* @export
|
|
17
|
+
* @enum {string}
|
|
18
|
+
*/
|
|
19
|
+
export const UserSourceEnum = {
|
|
20
|
+
Internal: 'INTERNAL',
|
|
21
|
+
Hwork: 'HWORK'
|
|
22
|
+
};
|
|
@@ -84,4 +84,10 @@ export interface ViolationWorkOrderAddVo {
|
|
|
84
84
|
* @memberof ViolationWorkOrderAddVo
|
|
85
85
|
*/
|
|
86
86
|
'workOrderSource': WorkOrderSourceEnum;
|
|
87
|
+
/**
|
|
88
|
+
* 预计执行时间(分钟)
|
|
89
|
+
* @type {number}
|
|
90
|
+
* @memberof ViolationWorkOrderAddVo
|
|
91
|
+
*/
|
|
92
|
+
'estimateExecutionTime'?: number;
|
|
87
93
|
}
|
|
@@ -141,4 +141,16 @@ export interface ViolationWorkOrderDetailsDto {
|
|
|
141
141
|
* @memberof ViolationWorkOrderDetailsDto
|
|
142
142
|
*/
|
|
143
143
|
'workOrderExtData'?: WorkOrderExtData;
|
|
144
|
+
/**
|
|
145
|
+
* 预计执行时间(分钟)
|
|
146
|
+
* @type {number}
|
|
147
|
+
* @memberof ViolationWorkOrderDetailsDto
|
|
148
|
+
*/
|
|
149
|
+
'estimateExecutionTime'?: number;
|
|
150
|
+
/**
|
|
151
|
+
* 是否超时
|
|
152
|
+
* @type {boolean}
|
|
153
|
+
* @memberof ViolationWorkOrderDetailsDto
|
|
154
|
+
*/
|
|
155
|
+
'isTimeOut'?: boolean;
|
|
144
156
|
}
|
|
@@ -335,6 +335,12 @@ export interface WorkOrderDetailDTO {
|
|
|
335
335
|
* @memberof WorkOrderDetailDTO
|
|
336
336
|
*/
|
|
337
337
|
'expectedCompletionTime'?: string;
|
|
338
|
+
/**
|
|
339
|
+
* 是否超时
|
|
340
|
+
* @type {boolean}
|
|
341
|
+
* @memberof WorkOrderDetailDTO
|
|
342
|
+
*/
|
|
343
|
+
'isTimeOut'?: boolean;
|
|
338
344
|
/**
|
|
339
345
|
* 设备详情
|
|
340
346
|
* @type {Array<Equipment>}
|
|
@@ -0,0 +1,36 @@
|
|
|
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 WorkOrderEquipmentDto
|
|
16
|
+
*/
|
|
17
|
+
export interface WorkOrderEquipmentDto {
|
|
18
|
+
/**
|
|
19
|
+
* 设备id
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof WorkOrderEquipmentDto
|
|
22
|
+
*/
|
|
23
|
+
'equipmentId'?: number;
|
|
24
|
+
/**
|
|
25
|
+
* 设备名称
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof WorkOrderEquipmentDto
|
|
28
|
+
*/
|
|
29
|
+
'equipmentName'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* 关联设备
|
|
32
|
+
* @type {Array<number>}
|
|
33
|
+
* @memberof WorkOrderEquipmentDto
|
|
34
|
+
*/
|
|
35
|
+
'relatedEquipmentIds'?: Array<number>;
|
|
36
|
+
}
|
|
@@ -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 {};
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { ExplorationWorkOrderInfo } from './exploration-work-order-info';
|
|
12
13
|
import type { MonitoringCoverageAlertInfo } from './monitoring-coverage-alert-info';
|
|
13
14
|
import type { NetworkRepairInfo } from './network-repair-info';
|
|
14
15
|
import type { OfflineAlertWorkOrderInfo } from './offline-alert-work-order-info';
|
|
@@ -43,4 +44,10 @@ export interface WorkOrderExtData {
|
|
|
43
44
|
* @memberof WorkOrderExtData
|
|
44
45
|
*/
|
|
45
46
|
'monitoringCoverageAlertInfo'?: MonitoringCoverageAlertInfo;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {ExplorationWorkOrderInfo}
|
|
50
|
+
* @memberof WorkOrderExtData
|
|
51
|
+
*/
|
|
52
|
+
'explorationWorkOrderInfo'?: ExplorationWorkOrderInfo;
|
|
46
53
|
}
|
|
@@ -30,5 +30,7 @@ export declare const WorkOrderInternalStatusEnum: {
|
|
|
30
30
|
readonly MonitoringCoverageAlertWorkOrderInProgressLevelOne: "MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_ONE";
|
|
31
31
|
readonly MonitoringCoverageAlertWorkOrderInProgressLevelTwo: "MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_TWO";
|
|
32
32
|
readonly MonitoringCoverageAlertWorkOrderInProgressLevelThree: "MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_THREE";
|
|
33
|
+
readonly ExplorationWorkOrderInProgressLevelOne: "EXPLORATION_WORK_ORDER_IN_PROGRESS_LEVEL_ONE";
|
|
34
|
+
readonly ExplorationWorkOrderInProgressLevelTwo: "EXPLORATION_WORK_ORDER_IN_PROGRESS_LEVEL_TWO";
|
|
33
35
|
};
|
|
34
36
|
export type WorkOrderInternalStatusEnum = typeof WorkOrderInternalStatusEnum[keyof typeof WorkOrderInternalStatusEnum];
|
|
@@ -31,5 +31,7 @@ export const WorkOrderInternalStatusEnum = {
|
|
|
31
31
|
OfflineAlertWorkOrderInProgressLevelTwo: 'OFFLINE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_TWO',
|
|
32
32
|
MonitoringCoverageAlertWorkOrderInProgressLevelOne: 'MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_ONE',
|
|
33
33
|
MonitoringCoverageAlertWorkOrderInProgressLevelTwo: 'MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_TWO',
|
|
34
|
-
MonitoringCoverageAlertWorkOrderInProgressLevelThree: 'MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_THREE'
|
|
34
|
+
MonitoringCoverageAlertWorkOrderInProgressLevelThree: 'MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_THREE',
|
|
35
|
+
ExplorationWorkOrderInProgressLevelOne: 'EXPLORATION_WORK_ORDER_IN_PROGRESS_LEVEL_ONE',
|
|
36
|
+
ExplorationWorkOrderInProgressLevelTwo: 'EXPLORATION_WORK_ORDER_IN_PROGRESS_LEVEL_TWO'
|
|
35
37
|
};
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
13
|
+
* 问题类型
|
|
14
14
|
* @export
|
|
15
15
|
* @enum {string}
|
|
16
16
|
*/
|
|
@@ -42,5 +42,6 @@ export declare const WorkOrderIssueTypeEnum: {
|
|
|
42
42
|
readonly CrystalHeadDamage: "CRYSTAL_HEAD_DAMAGE";
|
|
43
43
|
readonly OpticalJumperDamage: "OPTICAL_JUMPER_DAMAGE";
|
|
44
44
|
readonly NeedOnsiteTechSupport: "NEED_ONSITE_TECH_SUPPORT";
|
|
45
|
+
readonly MonitoringCoverageAlert: "MONITORING_COVERAGE_ALERT";
|
|
45
46
|
};
|
|
46
47
|
export type WorkOrderIssueTypeEnum = typeof WorkOrderIssueTypeEnum[keyof typeof WorkOrderIssueTypeEnum];
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
15
|
+
* 问题类型
|
|
16
16
|
* @export
|
|
17
17
|
* @enum {string}
|
|
18
18
|
*/
|
|
@@ -43,5 +43,6 @@ export const WorkOrderIssueTypeEnum = {
|
|
|
43
43
|
NetworkJumperDamage: 'NETWORK_JUMPER_DAMAGE',
|
|
44
44
|
CrystalHeadDamage: 'CRYSTAL_HEAD_DAMAGE',
|
|
45
45
|
OpticalJumperDamage: 'OPTICAL_JUMPER_DAMAGE',
|
|
46
|
-
NeedOnsiteTechSupport: 'NEED_ONSITE_TECH_SUPPORT'
|
|
46
|
+
NeedOnsiteTechSupport: 'NEED_ONSITE_TECH_SUPPORT',
|
|
47
|
+
MonitoringCoverageAlert: 'MONITORING_COVERAGE_ALERT'
|
|
47
48
|
};
|