@gizone/rrs-client 4.1.2-alpha.181 → 4.1.2-alpha.182
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 +1 -18
- package/api.ts +0 -1
- package/apis/equipment-api.ts +91 -0
- package/apis/open-api-api.ts +0 -312
- package/apis/space-api.ts +118 -4
- package/apis/work-order-api.ts +0 -103
- package/dist/api.d.ts +0 -1
- package/dist/api.js +0 -1
- package/dist/apis/equipment-api.d.ts +47 -0
- package/dist/apis/equipment-api.js +70 -0
- package/dist/apis/open-api-api.d.ts +0 -166
- package/dist/apis/open-api-api.js +0 -226
- package/dist/apis/space-api.d.ts +65 -4
- package/dist/apis/space-api.js +81 -0
- package/dist/apis/work-order-api.d.ts +0 -55
- package/dist/apis/work-order-api.js +0 -75
- package/dist/esm/api.d.ts +0 -1
- package/dist/esm/api.js +0 -1
- package/dist/esm/apis/equipment-api.d.ts +47 -0
- package/dist/esm/apis/equipment-api.js +70 -0
- package/dist/esm/apis/open-api-api.d.ts +0 -166
- package/dist/esm/apis/open-api-api.js +1 -227
- package/dist/esm/apis/space-api.d.ts +65 -4
- package/dist/esm/apis/space-api.js +81 -0
- package/dist/esm/apis/work-order-api.d.ts +0 -55
- package/dist/esm/apis/work-order-api.js +0 -75
- package/dist/esm/models/equipment-detail-dto.d.ts +3 -23
- package/dist/esm/models/equipment-edit-batch-vo.d.ts +2 -3
- package/dist/esm/models/equipment-edit-vo.d.ts +3 -17
- package/dist/esm/models/equipment-search-system-dto.d.ts +3 -23
- package/dist/esm/models/equipment-search-vo.d.ts +3 -4
- package/dist/esm/models/equipment-tree-details-dto.d.ts +3 -23
- package/dist/esm/models/get-user-wx200-response.d.ts +10 -10
- package/dist/esm/models/index.d.ts +1 -17
- package/dist/esm/models/index.js +1 -17
- package/dist/esm/models/ipage-access-vo.d.ts +6 -6
- package/dist/esm/models/network-monitor-repair-add-vo.d.ts +0 -6
- package/dist/esm/models/network-monitor-repair-details-dto.d.ts +0 -13
- package/dist/esm/models/park-info-dto.d.ts +0 -6
- package/dist/esm/models/result-code.d.ts +0 -1
- package/dist/esm/models/result-code.js +0 -1
- package/dist/esm/models/space-add-excel-dto.d.ts +10 -28
- package/dist/esm/models/space-add-vo.d.ts +9 -22
- package/dist/esm/models/space-detail-dto.d.ts +3 -16
- package/dist/esm/models/space-edit-vo.d.ts +3 -16
- package/dist/{models/space-industry-attribute-enum.d.ts → esm/models/space-industry-attribute.d.ts} +2 -2
- package/dist/esm/models/{space-industry-attribute-enum.js → space-industry-attribute.js} +1 -1
- package/dist/esm/models/space-tree-dto.d.ts +3 -16
- package/dist/esm/models/space.d.ts +3 -3
- package/dist/esm/models/sync-equipment-vo.d.ts +174 -13
- package/dist/esm/models/system-user-msg-source-type-enum.d.ts +0 -1
- package/dist/esm/models/system-user-msg-source-type-enum.js +1 -2
- package/dist/esm/models/work-order-ext-data.d.ts +0 -7
- package/dist/esm/models/work-order-internal-status-enum.d.ts +0 -2
- package/dist/esm/models/work-order-internal-status-enum.js +1 -3
- package/dist/esm/models/work-order-issue-type-enum.d.ts +0 -10
- package/dist/esm/models/work-order-issue-type-enum.js +1 -11
- package/dist/esm/models/work-order-report-vo.d.ts +1 -8
- package/dist/esm/models/work-order-settings-type-enum.d.ts +0 -1
- package/dist/esm/models/work-order-settings-type-enum.js +1 -2
- 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-type-enum.d.ts +0 -1
- package/dist/esm/models/work-order-type-enum.js +1 -2
- package/dist/models/equipment-detail-dto.d.ts +3 -23
- package/dist/models/equipment-edit-batch-vo.d.ts +2 -3
- package/dist/models/equipment-edit-vo.d.ts +3 -17
- package/dist/models/equipment-search-system-dto.d.ts +3 -23
- package/dist/models/equipment-search-vo.d.ts +3 -4
- package/dist/models/equipment-tree-details-dto.d.ts +3 -23
- package/dist/models/get-user-wx200-response.d.ts +10 -10
- package/dist/models/index.d.ts +1 -17
- package/dist/models/index.js +1 -17
- package/dist/models/ipage-access-vo.d.ts +6 -6
- package/dist/models/network-monitor-repair-add-vo.d.ts +0 -6
- package/dist/models/network-monitor-repair-details-dto.d.ts +0 -13
- package/dist/models/park-info-dto.d.ts +0 -6
- package/dist/models/result-code.d.ts +0 -1
- package/dist/models/result-code.js +0 -1
- package/dist/models/space-add-excel-dto.d.ts +10 -28
- package/dist/models/space-add-vo.d.ts +9 -22
- package/dist/models/space-detail-dto.d.ts +3 -16
- package/dist/models/space-edit-vo.d.ts +3 -16
- package/dist/{esm/models/space-industry-attribute-enum.d.ts → models/space-industry-attribute.d.ts} +2 -2
- package/dist/models/{space-industry-attribute-enum.js → space-industry-attribute.js} +2 -2
- package/dist/models/space-tree-dto.d.ts +3 -16
- package/dist/models/space.d.ts +3 -3
- package/dist/models/sync-equipment-vo.d.ts +174 -13
- package/dist/models/system-user-msg-source-type-enum.d.ts +0 -1
- package/dist/models/system-user-msg-source-type-enum.js +1 -2
- package/dist/models/work-order-ext-data.d.ts +0 -7
- package/dist/models/work-order-internal-status-enum.d.ts +0 -2
- package/dist/models/work-order-internal-status-enum.js +1 -3
- package/dist/models/work-order-issue-type-enum.d.ts +0 -10
- package/dist/models/work-order-issue-type-enum.js +1 -11
- package/dist/models/work-order-report-vo.d.ts +1 -8
- package/dist/models/work-order-settings-type-enum.d.ts +0 -1
- package/dist/models/work-order-settings-type-enum.js +1 -2
- 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-type-enum.d.ts +0 -1
- package/dist/models/work-order-type-enum.js +1 -2
- package/models/equipment-detail-dto.ts +3 -29
- package/models/equipment-edit-batch-vo.ts +2 -7
- package/models/equipment-edit-vo.ts +3 -23
- package/models/equipment-search-system-dto.ts +3 -29
- package/models/equipment-search-vo.ts +3 -8
- package/models/equipment-tree-details-dto.ts +3 -29
- package/models/get-user-wx200-response.ts +10 -10
- package/models/index.ts +1 -17
- package/models/ipage-access-vo.ts +6 -6
- package/models/network-monitor-repair-add-vo.ts +0 -6
- package/models/network-monitor-repair-details-dto.ts +0 -15
- package/models/park-info-dto.ts +0 -6
- package/models/result-code.ts +0 -1
- package/models/space-add-excel-dto.ts +10 -28
- package/models/space-add-vo.ts +9 -24
- package/models/space-detail-dto.ts +3 -18
- package/models/space-edit-vo.ts +3 -18
- package/models/{space-industry-attribute-enum.ts → space-industry-attribute.ts} +2 -2
- package/models/space-tree-dto.ts +3 -18
- package/models/space.ts +3 -3
- package/models/sync-equipment-vo.ts +174 -15
- package/models/system-user-msg-source-type-enum.ts +1 -2
- package/models/work-order-ext-data.ts +0 -9
- package/models/work-order-internal-status-enum.ts +1 -3
- package/models/work-order-issue-type-enum.ts +1 -11
- package/models/work-order-report-vo.ts +1 -10
- package/models/work-order-settings-type-enum.ts +1 -2
- package/models/work-order-source-enum.ts +1 -1
- package/models/work-order-type-enum.ts +1 -2
- package/package.json +1 -1
- package/apis/offline-alert-work-order-controller-api.ts +0 -149
- package/dist/apis/offline-alert-work-order-controller-api.d.ts +0 -87
- package/dist/apis/offline-alert-work-order-controller-api.js +0 -138
- package/dist/esm/apis/offline-alert-work-order-controller-api.d.ts +0 -87
- package/dist/esm/apis/offline-alert-work-order-controller-api.js +0 -131
- package/dist/esm/models/equipment-status-enum.d.ts +0 -25
- package/dist/esm/models/equipment-status-enum.js +0 -26
- package/dist/esm/models/equipment-status.d.ts +0 -30
- package/dist/esm/models/equipment-status.js +0 -14
- package/dist/esm/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +0 -43
- package/dist/esm/models/excel-import-upload-to-redis-vo-space-add-excel-dto.js +0 -14
- package/dist/esm/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +0 -62
- package/dist/esm/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.js +0 -14
- package/dist/esm/models/json-result-offline-alert-work-order-details-dto.d.ts +0 -62
- package/dist/esm/models/json-result-offline-alert-work-order-details-dto.js +0 -14
- package/dist/esm/models/offline-alert-device-vo.d.ts +0 -30
- package/dist/esm/models/offline-alert-device-vo.js +0 -14
- package/dist/esm/models/offline-alert-submit-vo.d.ts +0 -43
- package/dist/esm/models/offline-alert-submit-vo.js +0 -14
- package/dist/esm/models/offline-alert-work-order-details-dto.d.ts +0 -91
- package/dist/esm/models/offline-alert-work-order-details-dto.js +0 -14
- package/dist/esm/models/offline-alert-work-order-info.d.ts +0 -72
- package/dist/esm/models/offline-alert-work-order-info.js +0 -21
- package/dist/esm/models/offline-alert-work-order-vo.d.ts +0 -43
- package/dist/esm/models/offline-alert-work-order-vo.js +0 -14
- package/dist/esm/models/source-work-order-dto.d.ts +0 -37
- package/dist/esm/models/source-work-order-dto.js +0 -14
- package/dist/esm/models/space-level-enum.d.ts +0 -23
- package/dist/esm/models/space-level-enum.js +0 -24
- package/dist/esm/models/sync-equipment-status-vo.d.ts +0 -37
- package/dist/esm/models/sync-equipment-status-vo.js +0 -14
- package/dist/esm/models/sync-equipment-vo-equipment.d.ts +0 -90
- package/dist/esm/models/sync-equipment-vo-equipment.js +0 -14
- package/dist/esm/models/third-party-system-enum.d.ts +0 -22
- package/dist/esm/models/third-party-system-enum.js +0 -23
- package/dist/esm/models/work-order-submit-vo.d.ts +0 -25
- package/dist/esm/models/work-order-submit-vo.js +0 -14
- package/dist/models/equipment-status-enum.d.ts +0 -25
- package/dist/models/equipment-status-enum.js +0 -29
- package/dist/models/equipment-status.d.ts +0 -30
- package/dist/models/equipment-status.js +0 -15
- package/dist/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +0 -43
- package/dist/models/excel-import-upload-to-redis-vo-space-add-excel-dto.js +0 -15
- package/dist/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +0 -62
- package/dist/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.js +0 -15
- package/dist/models/json-result-offline-alert-work-order-details-dto.d.ts +0 -62
- package/dist/models/json-result-offline-alert-work-order-details-dto.js +0 -15
- package/dist/models/offline-alert-device-vo.d.ts +0 -30
- package/dist/models/offline-alert-device-vo.js +0 -15
- package/dist/models/offline-alert-submit-vo.d.ts +0 -43
- package/dist/models/offline-alert-submit-vo.js +0 -15
- package/dist/models/offline-alert-work-order-details-dto.d.ts +0 -91
- package/dist/models/offline-alert-work-order-details-dto.js +0 -15
- package/dist/models/offline-alert-work-order-info.d.ts +0 -72
- package/dist/models/offline-alert-work-order-info.js +0 -24
- package/dist/models/offline-alert-work-order-vo.d.ts +0 -43
- package/dist/models/offline-alert-work-order-vo.js +0 -15
- package/dist/models/source-work-order-dto.d.ts +0 -37
- package/dist/models/source-work-order-dto.js +0 -15
- package/dist/models/space-level-enum.d.ts +0 -23
- package/dist/models/space-level-enum.js +0 -27
- package/dist/models/sync-equipment-status-vo.d.ts +0 -37
- package/dist/models/sync-equipment-status-vo.js +0 -15
- package/dist/models/sync-equipment-vo-equipment.d.ts +0 -90
- package/dist/models/sync-equipment-vo-equipment.js +0 -15
- package/dist/models/third-party-system-enum.d.ts +0 -22
- package/dist/models/third-party-system-enum.js +0 -26
- package/dist/models/work-order-submit-vo.d.ts +0 -25
- package/dist/models/work-order-submit-vo.js +0 -15
- package/models/equipment-status-enum.ts +0 -35
- package/models/equipment-status.ts +0 -36
- package/models/excel-import-upload-to-redis-vo-space-add-excel-dto.ts +0 -51
- package/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.ts +0 -72
- package/models/json-result-offline-alert-work-order-details-dto.ts +0 -72
- package/models/offline-alert-device-vo.ts +0 -36
- package/models/offline-alert-submit-vo.ts +0 -53
- package/models/offline-alert-work-order-details-dto.ts +0 -113
- package/models/offline-alert-work-order-info.ts +0 -86
- package/models/offline-alert-work-order-vo.ts +0 -53
- package/models/source-work-order-dto.ts +0 -47
- package/models/space-level-enum.ts +0 -33
- package/models/sync-equipment-status-vo.ts +0 -45
- package/models/sync-equipment-vo-equipment.ts +0 -96
- package/models/third-party-system-enum.ts +0 -32
- package/models/work-order-submit-vo.ts +0 -33
|
@@ -13,33 +13,192 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
// May contain unused imports in some cases
|
|
17
|
-
// @ts-ignore
|
|
18
|
-
import type { SyncEquipmentVoEquipment } from './sync-equipment-vo-equipment';
|
|
19
16
|
|
|
20
17
|
/**
|
|
21
18
|
* 同步设备参数
|
|
22
19
|
* @export
|
|
23
|
-
* @interface
|
|
20
|
+
* @interface SyncEquipmentVO
|
|
24
21
|
*/
|
|
25
|
-
export interface
|
|
22
|
+
export interface SyncEquipmentVO {
|
|
26
23
|
/**
|
|
27
|
-
*
|
|
24
|
+
* IOT设备部件id
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof SyncEquipmentVO
|
|
27
|
+
*/
|
|
28
|
+
'id'?: number;
|
|
29
|
+
/**
|
|
30
|
+
* 设备id
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof SyncEquipmentVO
|
|
33
|
+
*/
|
|
34
|
+
'deviceId'?: number;
|
|
35
|
+
/**
|
|
36
|
+
* 园区id
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof SyncEquipmentVO
|
|
39
|
+
*/
|
|
40
|
+
'parkId'?: number;
|
|
41
|
+
/**
|
|
42
|
+
* 所属系统
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof SyncEquipmentVO
|
|
45
|
+
*/
|
|
46
|
+
'owningSystem'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* 系统类型
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof SyncEquipmentVO
|
|
51
|
+
*/
|
|
52
|
+
'systemType'?: string;
|
|
53
|
+
/**
|
|
54
|
+
* 品牌id
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof SyncEquipmentVO
|
|
57
|
+
*/
|
|
58
|
+
'brandId'?: string;
|
|
59
|
+
/**
|
|
60
|
+
* 型号id
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof SyncEquipmentVO
|
|
63
|
+
*/
|
|
64
|
+
'modelId'?: string;
|
|
65
|
+
/**
|
|
66
|
+
* 设备厂商类型
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof SyncEquipmentVO
|
|
69
|
+
*/
|
|
70
|
+
'producterId'?: string;
|
|
71
|
+
/**
|
|
72
|
+
* 外部单位id
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof SyncEquipmentVO
|
|
75
|
+
*/
|
|
76
|
+
'unitId'?: string;
|
|
77
|
+
/**
|
|
78
|
+
* 设备类型
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof SyncEquipmentVO
|
|
81
|
+
*/
|
|
82
|
+
'deviceType'?: string;
|
|
83
|
+
/**
|
|
84
|
+
* 设备部件类型
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof SyncEquipmentVO
|
|
87
|
+
*/
|
|
88
|
+
'unitType'?: string;
|
|
89
|
+
/**
|
|
90
|
+
* code
|
|
91
|
+
* @type {string}
|
|
92
|
+
* @memberof SyncEquipmentVO
|
|
93
|
+
*/
|
|
94
|
+
'deviceCode'?: string;
|
|
95
|
+
/**
|
|
96
|
+
* 设备name
|
|
97
|
+
* @type {string}
|
|
98
|
+
* @memberof SyncEquipmentVO
|
|
99
|
+
*/
|
|
100
|
+
'deviceName'?: string;
|
|
101
|
+
/**
|
|
102
|
+
* 外部设备id
|
|
103
|
+
* @type {string}
|
|
104
|
+
* @memberof SyncEquipmentVO
|
|
105
|
+
*/
|
|
106
|
+
'outDeviceId'?: string;
|
|
107
|
+
/**
|
|
108
|
+
* 外部部件id
|
|
109
|
+
* @type {string}
|
|
110
|
+
* @memberof SyncEquipmentVO
|
|
111
|
+
*/
|
|
112
|
+
'outUnitId'?: string;
|
|
113
|
+
/**
|
|
114
|
+
* 设备部件编码
|
|
28
115
|
* @type {string}
|
|
29
|
-
* @memberof
|
|
116
|
+
* @memberof SyncEquipmentVO
|
|
30
117
|
*/
|
|
31
|
-
'
|
|
118
|
+
'unitCode'?: string;
|
|
32
119
|
/**
|
|
33
|
-
*
|
|
120
|
+
* 设备部件名称
|
|
34
121
|
* @type {string}
|
|
35
|
-
* @memberof
|
|
122
|
+
* @memberof SyncEquipmentVO
|
|
123
|
+
*/
|
|
124
|
+
'unitName'?: string;
|
|
125
|
+
/**
|
|
126
|
+
* 部件卡号
|
|
127
|
+
* @type {string}
|
|
128
|
+
* @memberof SyncEquipmentVO
|
|
129
|
+
*/
|
|
130
|
+
'unitCard'?: string;
|
|
131
|
+
/**
|
|
132
|
+
* 部件源地址
|
|
133
|
+
* @type {string}
|
|
134
|
+
* @memberof SyncEquipmentVO
|
|
135
|
+
*/
|
|
136
|
+
'unitSource'?: string;
|
|
137
|
+
/**
|
|
138
|
+
* 部件状态
|
|
139
|
+
* @type {string}
|
|
140
|
+
* @memberof SyncEquipmentVO
|
|
141
|
+
*/
|
|
142
|
+
'status'?: string;
|
|
143
|
+
/**
|
|
144
|
+
* 最大阈值
|
|
145
|
+
* @type {string}
|
|
146
|
+
* @memberof SyncEquipmentVO
|
|
147
|
+
*/
|
|
148
|
+
'maxValue'?: string;
|
|
149
|
+
/**
|
|
150
|
+
* 最小阈值
|
|
151
|
+
* @type {string}
|
|
152
|
+
* @memberof SyncEquipmentVO
|
|
153
|
+
*/
|
|
154
|
+
'minValue'?: string;
|
|
155
|
+
/**
|
|
156
|
+
* 是否删除 1未删除 0删除
|
|
157
|
+
* @type {number}
|
|
158
|
+
* @memberof SyncEquipmentVO
|
|
159
|
+
*/
|
|
160
|
+
'isDelete'?: number;
|
|
161
|
+
/**
|
|
162
|
+
* 详细安装位置
|
|
163
|
+
* @type {string}
|
|
164
|
+
* @memberof SyncEquipmentVO
|
|
165
|
+
*/
|
|
166
|
+
'location'?: string;
|
|
167
|
+
/**
|
|
168
|
+
* 心跳时间
|
|
169
|
+
* @type {string}
|
|
170
|
+
* @memberof SyncEquipmentVO
|
|
171
|
+
*/
|
|
172
|
+
'heartBeatAt'?: string;
|
|
173
|
+
/**
|
|
174
|
+
* 下次心跳时间
|
|
175
|
+
* @type {string}
|
|
176
|
+
* @memberof SyncEquipmentVO
|
|
177
|
+
*/
|
|
178
|
+
'heartBeatExpiresAt'?: string;
|
|
179
|
+
/**
|
|
180
|
+
* 倍率
|
|
181
|
+
* @type {number}
|
|
182
|
+
* @memberof SyncEquipmentVO
|
|
183
|
+
*/
|
|
184
|
+
'magnification'?: number;
|
|
185
|
+
/**
|
|
186
|
+
* 记录id 暂时无用
|
|
187
|
+
* @type {number}
|
|
188
|
+
* @memberof SyncEquipmentVO
|
|
189
|
+
*/
|
|
190
|
+
'recordId'?: number;
|
|
191
|
+
/**
|
|
192
|
+
* 上传时间间隔
|
|
193
|
+
* @type {number}
|
|
194
|
+
* @memberof SyncEquipmentVO
|
|
36
195
|
*/
|
|
37
|
-
'
|
|
196
|
+
'uploadTimeInterval'?: number;
|
|
38
197
|
/**
|
|
39
|
-
*
|
|
40
|
-
* @type {
|
|
41
|
-
* @memberof
|
|
198
|
+
* 节点id
|
|
199
|
+
* @type {number}
|
|
200
|
+
* @memberof SyncEquipmentVO
|
|
42
201
|
*/
|
|
43
|
-
'
|
|
202
|
+
'nodeId'?: number;
|
|
44
203
|
}
|
|
45
204
|
|
|
@@ -26,8 +26,7 @@ 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'
|
|
30
|
-
OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER'
|
|
29
|
+
ViolationWorkOrder: 'VIOLATION_WORK_ORDER'
|
|
31
30
|
} as const;
|
|
32
31
|
|
|
33
32
|
export type SystemUserMsgSourceTypeEnum = typeof SystemUserMsgSourceTypeEnum[keyof typeof SystemUserMsgSourceTypeEnum];
|
|
@@ -18,9 +18,6 @@
|
|
|
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
|
|
24
21
|
import type { ViolationWorkOrderInfo } from './violation-work-order-info';
|
|
25
22
|
|
|
26
23
|
/**
|
|
@@ -41,11 +38,5 @@ export interface WorkOrderExtData {
|
|
|
41
38
|
* @memberof WorkOrderExtData
|
|
42
39
|
*/
|
|
43
40
|
'violationWorkOrderInfo'?: ViolationWorkOrderInfo;
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* @type {OfflineAlertWorkOrderInfo}
|
|
47
|
-
* @memberof WorkOrderExtData
|
|
48
|
-
*/
|
|
49
|
-
'offlineAlertWorkOrderInfo'?: OfflineAlertWorkOrderInfo;
|
|
50
41
|
}
|
|
51
42
|
|
|
@@ -30,9 +30,7 @@ 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'
|
|
34
|
-
OfflineAlertWorkOrderInProgressLevelOne: 'OFFLINE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_ONE',
|
|
35
|
-
OfflineAlertWorkOrderInProgressLevelTwo: 'OFFLINE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_TWO'
|
|
33
|
+
ViolationWorkOrderInProgressLevelThree: 'VIOLATION_WORK_ORDER_IN_PROGRESS_LEVEL_THREE'
|
|
36
34
|
} as const;
|
|
37
35
|
|
|
38
36
|
export type WorkOrderInternalStatusEnum = typeof WorkOrderInternalStatusEnum[keyof typeof WorkOrderInternalStatusEnum];
|
|
@@ -37,17 +37,7 @@ export const WorkOrderIssueTypeEnum = {
|
|
|
37
37
|
TransportQualityIssue: 'TRANSPORT_QUALITY_ISSUE',
|
|
38
38
|
LoadingQualityIssue: 'LOADING_QUALITY_ISSUE',
|
|
39
39
|
ClaimRecovery: 'CLAIM_RECOVERY',
|
|
40
|
-
Operations: 'OPERATIONS'
|
|
41
|
-
PowerOutage: 'POWER_OUTAGE',
|
|
42
|
-
LineReconstruction: 'LINE_RECONSTRUCTION',
|
|
43
|
-
OfficeRenovation: 'OFFICE_RENOVATION',
|
|
44
|
-
ParkConstruction: 'PARK_CONSTRUCTION',
|
|
45
|
-
MoveWarehouse: 'MOVE_WAREHOUSE',
|
|
46
|
-
RemoveWarehouse: 'REMOVE_WAREHOUSE',
|
|
47
|
-
NetworkJumperDamage: 'NETWORK_JUMPER_DAMAGE',
|
|
48
|
-
CrystalHeadDamage: 'CRYSTAL_HEAD_DAMAGE',
|
|
49
|
-
OpticalJumperDamage: 'OPTICAL_JUMPER_DAMAGE',
|
|
50
|
-
NeedOnsiteTechSupport: 'NEED_ONSITE_TECH_SUPPORT'
|
|
40
|
+
Operations: 'OPERATIONS'
|
|
51
41
|
} as const;
|
|
52
42
|
|
|
53
43
|
export type WorkOrderIssueTypeEnum = typeof WorkOrderIssueTypeEnum[keyof typeof WorkOrderIssueTypeEnum];
|
|
@@ -13,9 +13,6 @@
|
|
|
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';
|
|
19
16
|
// May contain unused imports in some cases
|
|
20
17
|
// @ts-ignore
|
|
21
18
|
import type { WorkOrderInternalStatusEnum } from './work-order-internal-status-enum';
|
|
@@ -37,13 +34,7 @@ export interface WorkOrderReportVo {
|
|
|
37
34
|
* @type {number}
|
|
38
35
|
* @memberof WorkOrderReportVo
|
|
39
36
|
*/
|
|
40
|
-
'handlerUserId'
|
|
41
|
-
/**
|
|
42
|
-
*
|
|
43
|
-
* @type {OfflineAlertWorkOrderVo}
|
|
44
|
-
* @memberof WorkOrderReportVo
|
|
45
|
-
*/
|
|
46
|
-
'offlineAlertWorkOrder'?: OfflineAlertWorkOrderVo;
|
|
37
|
+
'handlerUserId': number;
|
|
47
38
|
}
|
|
48
39
|
|
|
49
40
|
|
|
@@ -26,8 +26,7 @@ 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'
|
|
30
|
-
OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER'
|
|
29
|
+
ViolationWorkOrder: 'VIOLATION_WORK_ORDER'
|
|
31
30
|
} as const;
|
|
32
31
|
|
|
33
32
|
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
|
+
SurveillanceOffLineTransferWorkOrder: 'SURVEILLANCE_OFF_LINE_TRANSFER_WORK_ORDER',
|
|
31
31
|
HkAiAlertTransferWorkOrder: 'HK_AI_ALERT_TRANSFER_WORK_ORDER'
|
|
32
32
|
} as const;
|
|
33
33
|
|
|
@@ -37,8 +37,7 @@ 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'
|
|
41
|
-
OfflineAlertWorkOrder: 'OFFLINE_ALERT_WORK_ORDER'
|
|
40
|
+
ViolationWorkOrder: 'VIOLATION_WORK_ORDER'
|
|
42
41
|
} as const;
|
|
43
42
|
|
|
44
43
|
export type WorkOrderTypeEnum = typeof WorkOrderTypeEnum[keyof typeof WorkOrderTypeEnum];
|
package/package.json
CHANGED
|
@@ -1,149 +0,0 @@
|
|
|
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
|
-
import type { Configuration } from '../configuration';
|
|
17
|
-
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
18
|
-
import globalAxios from 'axios';
|
|
19
|
-
// Some imports not used depending on template conditions
|
|
20
|
-
// @ts-ignore
|
|
21
|
-
import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '../common';
|
|
22
|
-
// @ts-ignore
|
|
23
|
-
import { BASE_PATH, COLLECTION_FORMATS, type RequestArgs, BaseAPI, RequiredError, operationServerMap } from '../base';
|
|
24
|
-
// @ts-ignore
|
|
25
|
-
import type { JsonResultOfflineAlertWorkOrderDetailsDto } from '../models';
|
|
26
|
-
/**
|
|
27
|
-
* OfflineAlertWorkOrderControllerApi - axios parameter creator
|
|
28
|
-
* @export
|
|
29
|
-
*/
|
|
30
|
-
export const OfflineAlertWorkOrderControllerApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
31
|
-
return {
|
|
32
|
-
/**
|
|
33
|
-
* 离线告警工单详情
|
|
34
|
-
* @summary 离线告警工单详情
|
|
35
|
-
* @param {number} workOrderId
|
|
36
|
-
* @param {*} [options] Override http request option.
|
|
37
|
-
* @throws {RequiredError}
|
|
38
|
-
*/
|
|
39
|
-
workOrderOfflineAlertDetails: async (workOrderId: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
40
|
-
// verify required parameter 'workOrderId' is not null or undefined
|
|
41
|
-
assertParamExists('workOrderOfflineAlertDetails', 'workOrderId', workOrderId)
|
|
42
|
-
const localVarPath = `/gizone/workOrder/offlineAlert/{workOrderId}`
|
|
43
|
-
.replace(`{${"workOrderId"}}`, encodeURIComponent(String(workOrderId)));
|
|
44
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
45
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
46
|
-
let baseOptions;
|
|
47
|
-
if (configuration) {
|
|
48
|
-
baseOptions = configuration.baseOptions;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
52
|
-
const localVarHeaderParameter = {} as any;
|
|
53
|
-
const localVarQueryParameter = {} as any;
|
|
54
|
-
|
|
55
|
-
// authentication tokenScheme required
|
|
56
|
-
// http bearer authentication required
|
|
57
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
62
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
63
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
64
|
-
|
|
65
|
-
return {
|
|
66
|
-
url: toPathString(localVarUrlObj),
|
|
67
|
-
options: localVarRequestOptions,
|
|
68
|
-
};
|
|
69
|
-
},
|
|
70
|
-
}
|
|
71
|
-
};
|
|
72
|
-
|
|
73
|
-
/**
|
|
74
|
-
* OfflineAlertWorkOrderControllerApi - functional programming interface
|
|
75
|
-
* @export
|
|
76
|
-
*/
|
|
77
|
-
export const OfflineAlertWorkOrderControllerApiFp = function(configuration?: Configuration) {
|
|
78
|
-
const localVarAxiosParamCreator = OfflineAlertWorkOrderControllerApiAxiosParamCreator(configuration)
|
|
79
|
-
return {
|
|
80
|
-
/**
|
|
81
|
-
* 离线告警工单详情
|
|
82
|
-
* @summary 离线告警工单详情
|
|
83
|
-
* @param {number} workOrderId
|
|
84
|
-
* @param {*} [options] Override http request option.
|
|
85
|
-
* @throws {RequiredError}
|
|
86
|
-
*/
|
|
87
|
-
async workOrderOfflineAlertDetails(workOrderId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultOfflineAlertWorkOrderDetailsDto>> {
|
|
88
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.workOrderOfflineAlertDetails(workOrderId, options);
|
|
89
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
90
|
-
const localVarOperationServerBasePath = operationServerMap['OfflineAlertWorkOrderControllerApi.workOrderOfflineAlertDetails']?.[localVarOperationServerIndex]?.url;
|
|
91
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
92
|
-
},
|
|
93
|
-
}
|
|
94
|
-
};
|
|
95
|
-
|
|
96
|
-
/**
|
|
97
|
-
* OfflineAlertWorkOrderControllerApi - factory interface
|
|
98
|
-
* @export
|
|
99
|
-
*/
|
|
100
|
-
export const OfflineAlertWorkOrderControllerApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
101
|
-
const localVarFp = OfflineAlertWorkOrderControllerApiFp(configuration)
|
|
102
|
-
return {
|
|
103
|
-
/**
|
|
104
|
-
* 离线告警工单详情
|
|
105
|
-
* @summary 离线告警工单详情
|
|
106
|
-
* @param {OfflineAlertWorkOrderControllerApiWorkOrderOfflineAlertDetailsRequest} requestParameters Request parameters.
|
|
107
|
-
* @param {*} [options] Override http request option.
|
|
108
|
-
* @throws {RequiredError}
|
|
109
|
-
*/
|
|
110
|
-
workOrderOfflineAlertDetails(requestParameters: OfflineAlertWorkOrderControllerApiWorkOrderOfflineAlertDetailsRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultOfflineAlertWorkOrderDetailsDto> {
|
|
111
|
-
return localVarFp.workOrderOfflineAlertDetails(requestParameters.workOrderId, options).then((request) => request(axios, basePath));
|
|
112
|
-
},
|
|
113
|
-
};
|
|
114
|
-
};
|
|
115
|
-
|
|
116
|
-
/**
|
|
117
|
-
* Request parameters for workOrderOfflineAlertDetails operation in OfflineAlertWorkOrderControllerApi.
|
|
118
|
-
* @export
|
|
119
|
-
* @interface OfflineAlertWorkOrderControllerApiWorkOrderOfflineAlertDetailsRequest
|
|
120
|
-
*/
|
|
121
|
-
export interface OfflineAlertWorkOrderControllerApiWorkOrderOfflineAlertDetailsRequest {
|
|
122
|
-
/**
|
|
123
|
-
*
|
|
124
|
-
* @type {number}
|
|
125
|
-
* @memberof OfflineAlertWorkOrderControllerApiWorkOrderOfflineAlertDetails
|
|
126
|
-
*/
|
|
127
|
-
readonly workOrderId: number
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
/**
|
|
131
|
-
* OfflineAlertWorkOrderControllerApi - object-oriented interface
|
|
132
|
-
* @export
|
|
133
|
-
* @class OfflineAlertWorkOrderControllerApi
|
|
134
|
-
* @extends {BaseAPI}
|
|
135
|
-
*/
|
|
136
|
-
export class OfflineAlertWorkOrderControllerApi extends BaseAPI {
|
|
137
|
-
/**
|
|
138
|
-
* 离线告警工单详情
|
|
139
|
-
* @summary 离线告警工单详情
|
|
140
|
-
* @param {OfflineAlertWorkOrderControllerApiWorkOrderOfflineAlertDetailsRequest} requestParameters Request parameters.
|
|
141
|
-
* @param {*} [options] Override http request option.
|
|
142
|
-
* @throws {RequiredError}
|
|
143
|
-
* @memberof OfflineAlertWorkOrderControllerApi
|
|
144
|
-
*/
|
|
145
|
-
public workOrderOfflineAlertDetails(requestParameters: OfflineAlertWorkOrderControllerApiWorkOrderOfflineAlertDetailsRequest, options?: RawAxiosRequestConfig) {
|
|
146
|
-
return OfflineAlertWorkOrderControllerApiFp(this.configuration).workOrderOfflineAlertDetails(requestParameters.workOrderId, options).then((request) => request(this.axios, this.basePath));
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
|
|
@@ -1,87 +0,0 @@
|
|
|
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 { Configuration } from '../configuration';
|
|
13
|
-
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
|
-
import { type RequestArgs, BaseAPI } from '../base';
|
|
15
|
-
import type { JsonResultOfflineAlertWorkOrderDetailsDto } from '../models';
|
|
16
|
-
/**
|
|
17
|
-
* OfflineAlertWorkOrderControllerApi - axios parameter creator
|
|
18
|
-
* @export
|
|
19
|
-
*/
|
|
20
|
-
export declare const OfflineAlertWorkOrderControllerApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
21
|
-
/**
|
|
22
|
-
* 离线告警工单详情
|
|
23
|
-
* @summary 离线告警工单详情
|
|
24
|
-
* @param {number} workOrderId
|
|
25
|
-
* @param {*} [options] Override http request option.
|
|
26
|
-
* @throws {RequiredError}
|
|
27
|
-
*/
|
|
28
|
-
workOrderOfflineAlertDetails: (workOrderId: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
29
|
-
};
|
|
30
|
-
/**
|
|
31
|
-
* OfflineAlertWorkOrderControllerApi - functional programming interface
|
|
32
|
-
* @export
|
|
33
|
-
*/
|
|
34
|
-
export declare const OfflineAlertWorkOrderControllerApiFp: (configuration?: Configuration) => {
|
|
35
|
-
/**
|
|
36
|
-
* 离线告警工单详情
|
|
37
|
-
* @summary 离线告警工单详情
|
|
38
|
-
* @param {number} workOrderId
|
|
39
|
-
* @param {*} [options] Override http request option.
|
|
40
|
-
* @throws {RequiredError}
|
|
41
|
-
*/
|
|
42
|
-
workOrderOfflineAlertDetails(workOrderId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultOfflineAlertWorkOrderDetailsDto>>;
|
|
43
|
-
};
|
|
44
|
-
/**
|
|
45
|
-
* OfflineAlertWorkOrderControllerApi - factory interface
|
|
46
|
-
* @export
|
|
47
|
-
*/
|
|
48
|
-
export declare const OfflineAlertWorkOrderControllerApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
49
|
-
/**
|
|
50
|
-
* 离线告警工单详情
|
|
51
|
-
* @summary 离线告警工单详情
|
|
52
|
-
* @param {OfflineAlertWorkOrderControllerApiWorkOrderOfflineAlertDetailsRequest} requestParameters Request parameters.
|
|
53
|
-
* @param {*} [options] Override http request option.
|
|
54
|
-
* @throws {RequiredError}
|
|
55
|
-
*/
|
|
56
|
-
workOrderOfflineAlertDetails(requestParameters: OfflineAlertWorkOrderControllerApiWorkOrderOfflineAlertDetailsRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultOfflineAlertWorkOrderDetailsDto>;
|
|
57
|
-
};
|
|
58
|
-
/**
|
|
59
|
-
* Request parameters for workOrderOfflineAlertDetails operation in OfflineAlertWorkOrderControllerApi.
|
|
60
|
-
* @export
|
|
61
|
-
* @interface OfflineAlertWorkOrderControllerApiWorkOrderOfflineAlertDetailsRequest
|
|
62
|
-
*/
|
|
63
|
-
export interface OfflineAlertWorkOrderControllerApiWorkOrderOfflineAlertDetailsRequest {
|
|
64
|
-
/**
|
|
65
|
-
*
|
|
66
|
-
* @type {number}
|
|
67
|
-
* @memberof OfflineAlertWorkOrderControllerApiWorkOrderOfflineAlertDetails
|
|
68
|
-
*/
|
|
69
|
-
readonly workOrderId: number;
|
|
70
|
-
}
|
|
71
|
-
/**
|
|
72
|
-
* OfflineAlertWorkOrderControllerApi - object-oriented interface
|
|
73
|
-
* @export
|
|
74
|
-
* @class OfflineAlertWorkOrderControllerApi
|
|
75
|
-
* @extends {BaseAPI}
|
|
76
|
-
*/
|
|
77
|
-
export declare class OfflineAlertWorkOrderControllerApi extends BaseAPI {
|
|
78
|
-
/**
|
|
79
|
-
* 离线告警工单详情
|
|
80
|
-
* @summary 离线告警工单详情
|
|
81
|
-
* @param {OfflineAlertWorkOrderControllerApiWorkOrderOfflineAlertDetailsRequest} requestParameters Request parameters.
|
|
82
|
-
* @param {*} [options] Override http request option.
|
|
83
|
-
* @throws {RequiredError}
|
|
84
|
-
* @memberof OfflineAlertWorkOrderControllerApi
|
|
85
|
-
*/
|
|
86
|
-
workOrderOfflineAlertDetails(requestParameters: OfflineAlertWorkOrderControllerApiWorkOrderOfflineAlertDetailsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultOfflineAlertWorkOrderDetailsDto, any>>;
|
|
87
|
-
}
|