@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
package/.openapi-generator/FILES
CHANGED
|
@@ -13,6 +13,7 @@ apis/device-api.ts
|
|
|
13
13
|
apis/disaster-warning-standard-api.ts
|
|
14
14
|
apis/equipment-api.ts
|
|
15
15
|
apis/excel-language-controller-api.ts
|
|
16
|
+
apis/hwork-api.ts
|
|
16
17
|
apis/inspection-standard-api.ts
|
|
17
18
|
apis/internal-api.ts
|
|
18
19
|
apis/jwt-api.ts
|
|
@@ -157,6 +158,10 @@ models/excel-import-result-dtomaintenance-standard-import-dto.ts
|
|
|
157
158
|
models/excel-import-result-dtosurveillance-batch-import-template-dto.ts
|
|
158
159
|
models/excel-import-result-dtosurveillance-settings-export-dto.ts
|
|
159
160
|
models/excel-import-upload-to-redis-vo-space-add-excel-dto.ts
|
|
161
|
+
models/exploration-work-order-details-dto.ts
|
|
162
|
+
models/exploration-work-order-info.ts
|
|
163
|
+
models/exploration-work-order-submit-vo.ts
|
|
164
|
+
models/exploration-work-order-type-enum.ts
|
|
160
165
|
models/file-dto.ts
|
|
161
166
|
models/followup-work-order-dto.ts
|
|
162
167
|
models/functional-area-enum.ts
|
|
@@ -178,6 +183,9 @@ models/inspection-standard-entity.ts
|
|
|
178
183
|
models/inspection-standard-import-dto.ts
|
|
179
184
|
models/inspection-standard-type-enum.ts
|
|
180
185
|
models/installation-body-enum.ts
|
|
186
|
+
models/insurance-notice-vo.ts
|
|
187
|
+
models/insurance-work-order-issue-vo.ts
|
|
188
|
+
models/insurance-work-order-vo.ts
|
|
181
189
|
models/iot-device-status-enum.ts
|
|
182
190
|
models/json-result-access-appointment-record-details-dto.ts
|
|
183
191
|
models/json-result-access-blacklist-details-dto.ts
|
|
@@ -203,6 +211,7 @@ models/json-result-excel-import-result-dtomaintenance-standard-import-dto.ts
|
|
|
203
211
|
models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.ts
|
|
204
212
|
models/json-result-excel-import-result-dtosurveillance-settings-export-dto.ts
|
|
205
213
|
models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.ts
|
|
214
|
+
models/json-result-exploration-work-order-details-dto.ts
|
|
206
215
|
models/json-result-file-dto.ts
|
|
207
216
|
models/json-result-group-dept-vo.ts
|
|
208
217
|
models/json-result-inspection-standard-entity.ts
|
|
@@ -240,11 +249,13 @@ models/json-result-list-work-order-circulation-vo.ts
|
|
|
240
249
|
models/json-result-list-work-order-comment-entity.ts
|
|
241
250
|
models/json-result-list-work-order-dept-settings-entity.ts
|
|
242
251
|
models/json-result-list-work-order-inspection-detail-dto.ts
|
|
252
|
+
models/json-result-list-work-order-issue-type-settings-entity.ts
|
|
243
253
|
models/json-result-list-work-order-push-settings-entity.ts
|
|
244
254
|
models/json-result-list-work-order-step-by-step-push-user-details-dto.ts
|
|
245
255
|
models/json-result-maintenance-standard-entity.ts
|
|
246
256
|
models/json-result-monitoring-coverage-alert-work-order-details-dto.ts
|
|
247
257
|
models/json-result-network-monitor-repair-details-dto.ts
|
|
258
|
+
models/json-result-notice-entity.ts
|
|
248
259
|
models/json-result-offline-alert-work-order-details-dto.ts
|
|
249
260
|
models/json-result-page-dto-access-appointment-record-details-dto.ts
|
|
250
261
|
models/json-result-page-dto-access-blacklist-details-dto.ts
|
|
@@ -255,6 +266,7 @@ models/json-result-page-dto-disaster-warning-standard-entity.ts
|
|
|
255
266
|
models/json-result-page-dto-equipment-search-system-dto.ts
|
|
256
267
|
models/json-result-page-dto-inspection-standard-dto.ts
|
|
257
268
|
models/json-result-page-dto-maintenance-standard-dto.ts
|
|
269
|
+
models/json-result-page-dto-open-api-equipment-list-dto.ts
|
|
258
270
|
models/json-result-page-dto-plan-search-dto.ts
|
|
259
271
|
models/json-result-page-dto-supplier-contract-details-dto.ts
|
|
260
272
|
models/json-result-page-dto-surveillance-details-dto.ts
|
|
@@ -284,6 +296,7 @@ models/json-result-violation-work-order-details-dto.ts
|
|
|
284
296
|
models/json-result-void.ts
|
|
285
297
|
models/json-result-work-order-dept-settings-entity.ts
|
|
286
298
|
models/json-result-work-order-detail-dto.ts
|
|
299
|
+
models/json-result-work-order-issue-type-settings-entity.ts
|
|
287
300
|
models/json-result.ts
|
|
288
301
|
models/login-body.ts
|
|
289
302
|
models/login-type-enum.ts
|
|
@@ -304,7 +317,8 @@ models/network-monitor-repair-details-dto.ts
|
|
|
304
317
|
models/network-repair-info.ts
|
|
305
318
|
models/news-in-button.ts
|
|
306
319
|
models/news-info.ts
|
|
307
|
-
models/notice-vo.ts
|
|
320
|
+
models/notice-add-vo.ts
|
|
321
|
+
models/notice-entity.ts
|
|
308
322
|
models/offline-alert-device-vo.ts
|
|
309
323
|
models/offline-alert-submit-vo.ts
|
|
310
324
|
models/offline-alert-work-order-details-dto.ts
|
|
@@ -312,6 +326,7 @@ models/offline-alert-work-order-info.ts
|
|
|
312
326
|
models/offline-alert-work-order-vo.ts
|
|
313
327
|
models/open-api-access-appointment-record-add-vo.ts
|
|
314
328
|
models/open-api-access-appointment-record-delete-vo.ts
|
|
329
|
+
models/open-api-equipment-list-dto.ts
|
|
315
330
|
models/page-dto-access-appointment-record-details-dto.ts
|
|
316
331
|
models/page-dto-access-blacklist-details-dto.ts
|
|
317
332
|
models/page-dto-access-record-summary-list-dto.ts
|
|
@@ -321,6 +336,7 @@ models/page-dto-disaster-warning-standard-entity.ts
|
|
|
321
336
|
models/page-dto-equipment-search-system-dto.ts
|
|
322
337
|
models/page-dto-inspection-standard-dto.ts
|
|
323
338
|
models/page-dto-maintenance-standard-dto.ts
|
|
339
|
+
models/page-dto-open-api-equipment-list-dto.ts
|
|
324
340
|
models/page-dto-plan-search-dto.ts
|
|
325
341
|
models/page-dto-supplier-contract-details-dto.ts
|
|
326
342
|
models/page-dto-surveillance-details-dto.ts
|
|
@@ -430,7 +446,6 @@ models/sys-user-attachment-info.ts
|
|
|
430
446
|
models/sys-user-drop-down-box-list-dto.ts
|
|
431
447
|
models/sys-user-info-dto.ts
|
|
432
448
|
models/sys-user-msg-dto.ts
|
|
433
|
-
models/sys-user-msg-notice-add-vo.ts
|
|
434
449
|
models/sys-user-role.ts
|
|
435
450
|
models/sys-user.ts
|
|
436
451
|
models/system-user-msg-source-type-enum.ts
|
|
@@ -444,6 +459,7 @@ models/user-excel-dto.ts
|
|
|
444
459
|
models/user-roles-and-permissions-dto.ts
|
|
445
460
|
models/user-settings-entity.ts
|
|
446
461
|
models/user-settings-update-bo.ts
|
|
462
|
+
models/user-source-enum.ts
|
|
447
463
|
models/user-whether-privacy-dto.ts
|
|
448
464
|
models/violation-center-attribute-enum.ts
|
|
449
465
|
models/violation-decision-vo.ts
|
|
@@ -468,6 +484,7 @@ models/work-order-dept-settings-add-or-update-vo.ts
|
|
|
468
484
|
models/work-order-dept-settings-entity.ts
|
|
469
485
|
models/work-order-detail-dto.ts
|
|
470
486
|
models/work-order-distribute-leaflets-vo.ts
|
|
487
|
+
models/work-order-equipment-dto.ts
|
|
471
488
|
models/work-order-ext-data.ts
|
|
472
489
|
models/work-order-handler-dto.ts
|
|
473
490
|
models/work-order-handler-status-enum.ts
|
|
@@ -475,6 +492,8 @@ models/work-order-inspection-detail-dto.ts
|
|
|
475
492
|
models/work-order-inspection-item-req.ts
|
|
476
493
|
models/work-order-internal-status-enum.ts
|
|
477
494
|
models/work-order-issue-type-enum.ts
|
|
495
|
+
models/work-order-issue-type-settings-add-or-update-vo.ts
|
|
496
|
+
models/work-order-issue-type-settings-entity.ts
|
|
478
497
|
models/work-order-liability-party-enum.ts
|
|
479
498
|
models/work-order-plan-holidays-enum.ts
|
|
480
499
|
models/work-order-plan-repeats-enum.ts
|
package/api.ts
CHANGED
|
@@ -24,6 +24,7 @@ export * from './apis/device-api';
|
|
|
24
24
|
export * from './apis/disaster-warning-standard-api';
|
|
25
25
|
export * from './apis/equipment-api';
|
|
26
26
|
export * from './apis/excel-language-controller-api';
|
|
27
|
+
export * from './apis/hwork-api';
|
|
27
28
|
export * from './apis/inspection-standard-api';
|
|
28
29
|
export * from './apis/internal-api';
|
|
29
30
|
export * from './apis/jwt-api';
|
|
@@ -0,0 +1,167 @@
|
|
|
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 { JsonResultSysDept } from '../models';
|
|
26
|
+
// @ts-ignore
|
|
27
|
+
import type { LoginTypeEnum } from '../models';
|
|
28
|
+
/**
|
|
29
|
+
* HWorkApi - axios parameter creator
|
|
30
|
+
* @export
|
|
31
|
+
*/
|
|
32
|
+
export const HWorkApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
33
|
+
return {
|
|
34
|
+
/**
|
|
35
|
+
*
|
|
36
|
+
* @summary 初始化 HWork 用户并获取确认园区 ID
|
|
37
|
+
* @param {LoginTypeEnum} loginType
|
|
38
|
+
* @param {number} [groupId]
|
|
39
|
+
* @param {*} [options] Override http request option.
|
|
40
|
+
* @throws {RequiredError}
|
|
41
|
+
*/
|
|
42
|
+
initHWorkUser: async (loginType: LoginTypeEnum, groupId?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
43
|
+
// verify required parameter 'loginType' is not null or undefined
|
|
44
|
+
assertParamExists('initHWorkUser', 'loginType', loginType)
|
|
45
|
+
const localVarPath = `/haier/hwork/initHWorkUser`;
|
|
46
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
47
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
48
|
+
let baseOptions;
|
|
49
|
+
if (configuration) {
|
|
50
|
+
baseOptions = configuration.baseOptions;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
54
|
+
const localVarHeaderParameter = {} as any;
|
|
55
|
+
const localVarQueryParameter = {} as any;
|
|
56
|
+
|
|
57
|
+
// authentication tokenScheme required
|
|
58
|
+
// http bearer authentication required
|
|
59
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
60
|
+
|
|
61
|
+
if (groupId !== undefined) {
|
|
62
|
+
localVarQueryParameter['groupId'] = groupId;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
if (loginType !== undefined) {
|
|
66
|
+
localVarQueryParameter['loginType'] = loginType;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
72
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
73
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
74
|
+
|
|
75
|
+
return {
|
|
76
|
+
url: toPathString(localVarUrlObj),
|
|
77
|
+
options: localVarRequestOptions,
|
|
78
|
+
};
|
|
79
|
+
},
|
|
80
|
+
}
|
|
81
|
+
};
|
|
82
|
+
|
|
83
|
+
/**
|
|
84
|
+
* HWorkApi - functional programming interface
|
|
85
|
+
* @export
|
|
86
|
+
*/
|
|
87
|
+
export const HWorkApiFp = function(configuration?: Configuration) {
|
|
88
|
+
const localVarAxiosParamCreator = HWorkApiAxiosParamCreator(configuration)
|
|
89
|
+
return {
|
|
90
|
+
/**
|
|
91
|
+
*
|
|
92
|
+
* @summary 初始化 HWork 用户并获取确认园区 ID
|
|
93
|
+
* @param {LoginTypeEnum} loginType
|
|
94
|
+
* @param {number} [groupId]
|
|
95
|
+
* @param {*} [options] Override http request option.
|
|
96
|
+
* @throws {RequiredError}
|
|
97
|
+
*/
|
|
98
|
+
async initHWorkUser(loginType: LoginTypeEnum, groupId?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultSysDept>> {
|
|
99
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.initHWorkUser(loginType, groupId, options);
|
|
100
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
101
|
+
const localVarOperationServerBasePath = operationServerMap['HWorkApi.initHWorkUser']?.[localVarOperationServerIndex]?.url;
|
|
102
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
103
|
+
},
|
|
104
|
+
}
|
|
105
|
+
};
|
|
106
|
+
|
|
107
|
+
/**
|
|
108
|
+
* HWorkApi - factory interface
|
|
109
|
+
* @export
|
|
110
|
+
*/
|
|
111
|
+
export const HWorkApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
112
|
+
const localVarFp = HWorkApiFp(configuration)
|
|
113
|
+
return {
|
|
114
|
+
/**
|
|
115
|
+
*
|
|
116
|
+
* @summary 初始化 HWork 用户并获取确认园区 ID
|
|
117
|
+
* @param {HWorkApiInitHWorkUserRequest} requestParameters Request parameters.
|
|
118
|
+
* @param {*} [options] Override http request option.
|
|
119
|
+
* @throws {RequiredError}
|
|
120
|
+
*/
|
|
121
|
+
initHWorkUser(requestParameters: HWorkApiInitHWorkUserRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultSysDept> {
|
|
122
|
+
return localVarFp.initHWorkUser(requestParameters.loginType, requestParameters.groupId, options).then((request) => request(axios, basePath));
|
|
123
|
+
},
|
|
124
|
+
};
|
|
125
|
+
};
|
|
126
|
+
|
|
127
|
+
/**
|
|
128
|
+
* Request parameters for initHWorkUser operation in HWorkApi.
|
|
129
|
+
* @export
|
|
130
|
+
* @interface HWorkApiInitHWorkUserRequest
|
|
131
|
+
*/
|
|
132
|
+
export interface HWorkApiInitHWorkUserRequest {
|
|
133
|
+
/**
|
|
134
|
+
*
|
|
135
|
+
* @type {LoginTypeEnum}
|
|
136
|
+
* @memberof HWorkApiInitHWorkUser
|
|
137
|
+
*/
|
|
138
|
+
readonly loginType: LoginTypeEnum
|
|
139
|
+
|
|
140
|
+
/**
|
|
141
|
+
*
|
|
142
|
+
* @type {number}
|
|
143
|
+
* @memberof HWorkApiInitHWorkUser
|
|
144
|
+
*/
|
|
145
|
+
readonly groupId?: number
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
/**
|
|
149
|
+
* HWorkApi - object-oriented interface
|
|
150
|
+
* @export
|
|
151
|
+
* @class HWorkApi
|
|
152
|
+
* @extends {BaseAPI}
|
|
153
|
+
*/
|
|
154
|
+
export class HWorkApi extends BaseAPI {
|
|
155
|
+
/**
|
|
156
|
+
*
|
|
157
|
+
* @summary 初始化 HWork 用户并获取确认园区 ID
|
|
158
|
+
* @param {HWorkApiInitHWorkUserRequest} requestParameters Request parameters.
|
|
159
|
+
* @param {*} [options] Override http request option.
|
|
160
|
+
* @throws {RequiredError}
|
|
161
|
+
* @memberof HWorkApi
|
|
162
|
+
*/
|
|
163
|
+
public initHWorkUser(requestParameters: HWorkApiInitHWorkUserRequest, options?: RawAxiosRequestConfig) {
|
|
164
|
+
return HWorkApiFp(this.configuration).initHWorkUser(requestParameters.loginType, requestParameters.groupId, options).then((request) => request(this.axios, this.basePath));
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
|
package/apis/message-api.ts
CHANGED
|
@@ -32,8 +32,6 @@ import type { JsonResultVoid } from '../models';
|
|
|
32
32
|
// @ts-ignore
|
|
33
33
|
import type { MessagePushLogSearchListBO } from '../models';
|
|
34
34
|
// @ts-ignore
|
|
35
|
-
import type { SysUserMsgNoticeAddVO } from '../models';
|
|
36
|
-
// @ts-ignore
|
|
37
35
|
import type { SystemUserMsgTypeEnum } from '../models';
|
|
38
36
|
/**
|
|
39
37
|
* MessageApi - axios parameter creator
|
|
@@ -75,44 +73,6 @@ export const MessageApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
75
73
|
|
|
76
74
|
|
|
77
75
|
|
|
78
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
79
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
80
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
81
|
-
|
|
82
|
-
return {
|
|
83
|
-
url: toPathString(localVarUrlObj),
|
|
84
|
-
options: localVarRequestOptions,
|
|
85
|
-
};
|
|
86
|
-
},
|
|
87
|
-
/**
|
|
88
|
-
*
|
|
89
|
-
* @summary 撤回公告
|
|
90
|
-
* @param {number} noticeId
|
|
91
|
-
* @param {*} [options] Override http request option.
|
|
92
|
-
* @throws {RequiredError}
|
|
93
|
-
*/
|
|
94
|
-
noticeRecall: async (noticeId: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
95
|
-
// verify required parameter 'noticeId' is not null or undefined
|
|
96
|
-
assertParamExists('noticeRecall', 'noticeId', noticeId)
|
|
97
|
-
const localVarPath = `/system/user/msg/noticeRecall/{noticeId}`
|
|
98
|
-
.replace(`{${"noticeId"}}`, encodeURIComponent(String(noticeId)));
|
|
99
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
100
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
101
|
-
let baseOptions;
|
|
102
|
-
if (configuration) {
|
|
103
|
-
baseOptions = configuration.baseOptions;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
107
|
-
const localVarHeaderParameter = {} as any;
|
|
108
|
-
const localVarQueryParameter = {} as any;
|
|
109
|
-
|
|
110
|
-
// authentication tokenScheme required
|
|
111
|
-
// http bearer authentication required
|
|
112
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
76
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
117
77
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
118
78
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
@@ -206,46 +166,6 @@ export const MessageApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
206
166
|
options: localVarRequestOptions,
|
|
207
167
|
};
|
|
208
168
|
},
|
|
209
|
-
/**
|
|
210
|
-
*
|
|
211
|
-
* @summary 添加公告
|
|
212
|
-
* @param {SysUserMsgNoticeAddVO} sysUserMsgNoticeAddVO
|
|
213
|
-
* @param {*} [options] Override http request option.
|
|
214
|
-
* @throws {RequiredError}
|
|
215
|
-
*/
|
|
216
|
-
systemAddNotice: async (sysUserMsgNoticeAddVO: SysUserMsgNoticeAddVO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
217
|
-
// verify required parameter 'sysUserMsgNoticeAddVO' is not null or undefined
|
|
218
|
-
assertParamExists('systemAddNotice', 'sysUserMsgNoticeAddVO', sysUserMsgNoticeAddVO)
|
|
219
|
-
const localVarPath = `/system/user/msg/addNotice`;
|
|
220
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
221
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
222
|
-
let baseOptions;
|
|
223
|
-
if (configuration) {
|
|
224
|
-
baseOptions = configuration.baseOptions;
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
228
|
-
const localVarHeaderParameter = {} as any;
|
|
229
|
-
const localVarQueryParameter = {} as any;
|
|
230
|
-
|
|
231
|
-
// authentication tokenScheme required
|
|
232
|
-
// http bearer authentication required
|
|
233
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
238
|
-
|
|
239
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
240
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
241
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
242
|
-
localVarRequestOptions.data = serializeDataIfNeeded(sysUserMsgNoticeAddVO, localVarRequestOptions, configuration)
|
|
243
|
-
|
|
244
|
-
return {
|
|
245
|
-
url: toPathString(localVarUrlObj),
|
|
246
|
-
options: localVarRequestOptions,
|
|
247
|
-
};
|
|
248
|
-
},
|
|
249
169
|
/**
|
|
250
170
|
*
|
|
251
171
|
* @summary 查询用户系统消息列表
|
|
@@ -389,19 +309,6 @@ export const MessageApiFp = function(configuration?: Configuration) {
|
|
|
389
309
|
const localVarOperationServerBasePath = operationServerMap['MessageApi.export3']?.[localVarOperationServerIndex]?.url;
|
|
390
310
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
391
311
|
},
|
|
392
|
-
/**
|
|
393
|
-
*
|
|
394
|
-
* @summary 撤回公告
|
|
395
|
-
* @param {number} noticeId
|
|
396
|
-
* @param {*} [options] Override http request option.
|
|
397
|
-
* @throws {RequiredError}
|
|
398
|
-
*/
|
|
399
|
-
async noticeRecall(noticeId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultVoid>> {
|
|
400
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.noticeRecall(noticeId, options);
|
|
401
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
402
|
-
const localVarOperationServerBasePath = operationServerMap['MessageApi.noticeRecall']?.[localVarOperationServerIndex]?.url;
|
|
403
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
404
|
-
},
|
|
405
312
|
/**
|
|
406
313
|
*
|
|
407
314
|
* @summary 查询详情
|
|
@@ -428,19 +335,6 @@ export const MessageApiFp = function(configuration?: Configuration) {
|
|
|
428
335
|
const localVarOperationServerBasePath = operationServerMap['MessageApi.selectList1']?.[localVarOperationServerIndex]?.url;
|
|
429
336
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
430
337
|
},
|
|
431
|
-
/**
|
|
432
|
-
*
|
|
433
|
-
* @summary 添加公告
|
|
434
|
-
* @param {SysUserMsgNoticeAddVO} sysUserMsgNoticeAddVO
|
|
435
|
-
* @param {*} [options] Override http request option.
|
|
436
|
-
* @throws {RequiredError}
|
|
437
|
-
*/
|
|
438
|
-
async systemAddNotice(sysUserMsgNoticeAddVO: SysUserMsgNoticeAddVO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultVoid>> {
|
|
439
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.systemAddNotice(sysUserMsgNoticeAddVO, options);
|
|
440
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
441
|
-
const localVarOperationServerBasePath = operationServerMap['MessageApi.systemAddNotice']?.[localVarOperationServerIndex]?.url;
|
|
442
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
443
|
-
},
|
|
444
338
|
/**
|
|
445
339
|
*
|
|
446
340
|
* @summary 查询用户系统消息列表
|
|
@@ -494,16 +388,6 @@ export const MessageApiFactory = function (configuration?: Configuration, basePa
|
|
|
494
388
|
export3(requestParameters: MessageApiExport3Request, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid> {
|
|
495
389
|
return localVarFp.export3(requestParameters.bo, options).then((request) => request(axios, basePath));
|
|
496
390
|
},
|
|
497
|
-
/**
|
|
498
|
-
*
|
|
499
|
-
* @summary 撤回公告
|
|
500
|
-
* @param {MessageApiNoticeRecallRequest} requestParameters Request parameters.
|
|
501
|
-
* @param {*} [options] Override http request option.
|
|
502
|
-
* @throws {RequiredError}
|
|
503
|
-
*/
|
|
504
|
-
noticeRecall(requestParameters: MessageApiNoticeRecallRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid> {
|
|
505
|
-
return localVarFp.noticeRecall(requestParameters.noticeId, options).then((request) => request(axios, basePath));
|
|
506
|
-
},
|
|
507
391
|
/**
|
|
508
392
|
*
|
|
509
393
|
* @summary 查询详情
|
|
@@ -524,16 +408,6 @@ export const MessageApiFactory = function (configuration?: Configuration, basePa
|
|
|
524
408
|
selectList1(requestParameters: MessageApiSelectList1Request, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
525
409
|
return localVarFp.selectList1(requestParameters.bo, options).then((request) => request(axios, basePath));
|
|
526
410
|
},
|
|
527
|
-
/**
|
|
528
|
-
*
|
|
529
|
-
* @summary 添加公告
|
|
530
|
-
* @param {MessageApiSystemAddNoticeRequest} requestParameters Request parameters.
|
|
531
|
-
* @param {*} [options] Override http request option.
|
|
532
|
-
* @throws {RequiredError}
|
|
533
|
-
*/
|
|
534
|
-
systemAddNotice(requestParameters: MessageApiSystemAddNoticeRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid> {
|
|
535
|
-
return localVarFp.systemAddNotice(requestParameters.sysUserMsgNoticeAddVO, options).then((request) => request(axios, basePath));
|
|
536
|
-
},
|
|
537
411
|
/**
|
|
538
412
|
*
|
|
539
413
|
* @summary 查询用户系统消息列表
|
|
@@ -571,20 +445,6 @@ export interface MessageApiExport3Request {
|
|
|
571
445
|
readonly bo: MessagePushLogSearchListBO
|
|
572
446
|
}
|
|
573
447
|
|
|
574
|
-
/**
|
|
575
|
-
* Request parameters for noticeRecall operation in MessageApi.
|
|
576
|
-
* @export
|
|
577
|
-
* @interface MessageApiNoticeRecallRequest
|
|
578
|
-
*/
|
|
579
|
-
export interface MessageApiNoticeRecallRequest {
|
|
580
|
-
/**
|
|
581
|
-
*
|
|
582
|
-
* @type {number}
|
|
583
|
-
* @memberof MessageApiNoticeRecall
|
|
584
|
-
*/
|
|
585
|
-
readonly noticeId: number
|
|
586
|
-
}
|
|
587
|
-
|
|
588
448
|
/**
|
|
589
449
|
* Request parameters for selectDetails operation in MessageApi.
|
|
590
450
|
* @export
|
|
@@ -613,20 +473,6 @@ export interface MessageApiSelectList1Request {
|
|
|
613
473
|
readonly bo: MessagePushLogSearchListBO
|
|
614
474
|
}
|
|
615
475
|
|
|
616
|
-
/**
|
|
617
|
-
* Request parameters for systemAddNotice operation in MessageApi.
|
|
618
|
-
* @export
|
|
619
|
-
* @interface MessageApiSystemAddNoticeRequest
|
|
620
|
-
*/
|
|
621
|
-
export interface MessageApiSystemAddNoticeRequest {
|
|
622
|
-
/**
|
|
623
|
-
*
|
|
624
|
-
* @type {SysUserMsgNoticeAddVO}
|
|
625
|
-
* @memberof MessageApiSystemAddNotice
|
|
626
|
-
*/
|
|
627
|
-
readonly sysUserMsgNoticeAddVO: SysUserMsgNoticeAddVO
|
|
628
|
-
}
|
|
629
|
-
|
|
630
476
|
/**
|
|
631
477
|
* Request parameters for systemSelectList operation in MessageApi.
|
|
632
478
|
* @export
|
|
@@ -723,18 +569,6 @@ export class MessageApi extends BaseAPI {
|
|
|
723
569
|
return MessageApiFp(this.configuration).export3(requestParameters.bo, options).then((request) => request(this.axios, this.basePath));
|
|
724
570
|
}
|
|
725
571
|
|
|
726
|
-
/**
|
|
727
|
-
*
|
|
728
|
-
* @summary 撤回公告
|
|
729
|
-
* @param {MessageApiNoticeRecallRequest} requestParameters Request parameters.
|
|
730
|
-
* @param {*} [options] Override http request option.
|
|
731
|
-
* @throws {RequiredError}
|
|
732
|
-
* @memberof MessageApi
|
|
733
|
-
*/
|
|
734
|
-
public noticeRecall(requestParameters: MessageApiNoticeRecallRequest, options?: RawAxiosRequestConfig) {
|
|
735
|
-
return MessageApiFp(this.configuration).noticeRecall(requestParameters.noticeId, options).then((request) => request(this.axios, this.basePath));
|
|
736
|
-
}
|
|
737
|
-
|
|
738
572
|
/**
|
|
739
573
|
*
|
|
740
574
|
* @summary 查询详情
|
|
@@ -759,18 +593,6 @@ export class MessageApi extends BaseAPI {
|
|
|
759
593
|
return MessageApiFp(this.configuration).selectList1(requestParameters.bo, options).then((request) => request(this.axios, this.basePath));
|
|
760
594
|
}
|
|
761
595
|
|
|
762
|
-
/**
|
|
763
|
-
*
|
|
764
|
-
* @summary 添加公告
|
|
765
|
-
* @param {MessageApiSystemAddNoticeRequest} requestParameters Request parameters.
|
|
766
|
-
* @param {*} [options] Override http request option.
|
|
767
|
-
* @throws {RequiredError}
|
|
768
|
-
* @memberof MessageApi
|
|
769
|
-
*/
|
|
770
|
-
public systemAddNotice(requestParameters: MessageApiSystemAddNoticeRequest, options?: RawAxiosRequestConfig) {
|
|
771
|
-
return MessageApiFp(this.configuration).systemAddNotice(requestParameters.sysUserMsgNoticeAddVO, options).then((request) => request(this.axios, this.basePath));
|
|
772
|
-
}
|
|
773
|
-
|
|
774
596
|
/**
|
|
775
597
|
*
|
|
776
598
|
* @summary 查询用户系统消息列表
|