@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/dist/models/index.d.ts
CHANGED
|
@@ -115,6 +115,10 @@ export * from './excel-import-result-dtomaintenance-standard-import-dto';
|
|
|
115
115
|
export * from './excel-import-result-dtosurveillance-batch-import-template-dto';
|
|
116
116
|
export * from './excel-import-result-dtosurveillance-settings-export-dto';
|
|
117
117
|
export * from './excel-import-upload-to-redis-vo-space-add-excel-dto';
|
|
118
|
+
export * from './exploration-work-order-details-dto';
|
|
119
|
+
export * from './exploration-work-order-info';
|
|
120
|
+
export * from './exploration-work-order-submit-vo';
|
|
121
|
+
export * from './exploration-work-order-type-enum';
|
|
118
122
|
export * from './file-dto';
|
|
119
123
|
export * from './followup-work-order-dto';
|
|
120
124
|
export * from './functional-area-enum';
|
|
@@ -135,6 +139,9 @@ export * from './inspection-standard-entity';
|
|
|
135
139
|
export * from './inspection-standard-import-dto';
|
|
136
140
|
export * from './inspection-standard-type-enum';
|
|
137
141
|
export * from './installation-body-enum';
|
|
142
|
+
export * from './insurance-notice-vo';
|
|
143
|
+
export * from './insurance-work-order-issue-vo';
|
|
144
|
+
export * from './insurance-work-order-vo';
|
|
138
145
|
export * from './iot-device-status-enum';
|
|
139
146
|
export * from './json-result';
|
|
140
147
|
export * from './json-result-access-appointment-record-details-dto';
|
|
@@ -161,6 +168,7 @@ export * from './json-result-excel-import-result-dtomaintenance-standard-import-
|
|
|
161
168
|
export * from './json-result-excel-import-result-dtosurveillance-batch-import-template-dto';
|
|
162
169
|
export * from './json-result-excel-import-result-dtosurveillance-settings-export-dto';
|
|
163
170
|
export * from './json-result-excel-import-upload-to-redis-vo-space-add-excel-dto';
|
|
171
|
+
export * from './json-result-exploration-work-order-details-dto';
|
|
164
172
|
export * from './json-result-file-dto';
|
|
165
173
|
export * from './json-result-group-dept-vo';
|
|
166
174
|
export * from './json-result-inspection-standard-entity';
|
|
@@ -198,11 +206,13 @@ export * from './json-result-list-work-order-circulation-vo';
|
|
|
198
206
|
export * from './json-result-list-work-order-comment-entity';
|
|
199
207
|
export * from './json-result-list-work-order-dept-settings-entity';
|
|
200
208
|
export * from './json-result-list-work-order-inspection-detail-dto';
|
|
209
|
+
export * from './json-result-list-work-order-issue-type-settings-entity';
|
|
201
210
|
export * from './json-result-list-work-order-push-settings-entity';
|
|
202
211
|
export * from './json-result-list-work-order-step-by-step-push-user-details-dto';
|
|
203
212
|
export * from './json-result-maintenance-standard-entity';
|
|
204
213
|
export * from './json-result-monitoring-coverage-alert-work-order-details-dto';
|
|
205
214
|
export * from './json-result-network-monitor-repair-details-dto';
|
|
215
|
+
export * from './json-result-notice-entity';
|
|
206
216
|
export * from './json-result-offline-alert-work-order-details-dto';
|
|
207
217
|
export * from './json-result-page-dto-access-appointment-record-details-dto';
|
|
208
218
|
export * from './json-result-page-dto-access-blacklist-details-dto';
|
|
@@ -213,6 +223,7 @@ export * from './json-result-page-dto-disaster-warning-standard-entity';
|
|
|
213
223
|
export * from './json-result-page-dto-equipment-search-system-dto';
|
|
214
224
|
export * from './json-result-page-dto-inspection-standard-dto';
|
|
215
225
|
export * from './json-result-page-dto-maintenance-standard-dto';
|
|
226
|
+
export * from './json-result-page-dto-open-api-equipment-list-dto';
|
|
216
227
|
export * from './json-result-page-dto-plan-search-dto';
|
|
217
228
|
export * from './json-result-page-dto-supplier-contract-details-dto';
|
|
218
229
|
export * from './json-result-page-dto-surveillance-details-dto';
|
|
@@ -242,6 +253,7 @@ export * from './json-result-violation-work-order-details-dto';
|
|
|
242
253
|
export * from './json-result-void';
|
|
243
254
|
export * from './json-result-work-order-dept-settings-entity';
|
|
244
255
|
export * from './json-result-work-order-detail-dto';
|
|
256
|
+
export * from './json-result-work-order-issue-type-settings-entity';
|
|
245
257
|
export * from './login-body';
|
|
246
258
|
export * from './login-type-enum';
|
|
247
259
|
export * from './maintenance-history-dto';
|
|
@@ -261,7 +273,8 @@ export * from './network-monitor-repair-details-dto';
|
|
|
261
273
|
export * from './network-repair-info';
|
|
262
274
|
export * from './news-in-button';
|
|
263
275
|
export * from './news-info';
|
|
264
|
-
export * from './notice-vo';
|
|
276
|
+
export * from './notice-add-vo';
|
|
277
|
+
export * from './notice-entity';
|
|
265
278
|
export * from './offline-alert-device-vo';
|
|
266
279
|
export * from './offline-alert-submit-vo';
|
|
267
280
|
export * from './offline-alert-work-order-details-dto';
|
|
@@ -269,6 +282,7 @@ export * from './offline-alert-work-order-info';
|
|
|
269
282
|
export * from './offline-alert-work-order-vo';
|
|
270
283
|
export * from './open-api-access-appointment-record-add-vo';
|
|
271
284
|
export * from './open-api-access-appointment-record-delete-vo';
|
|
285
|
+
export * from './open-api-equipment-list-dto';
|
|
272
286
|
export * from './page-dto-access-appointment-record-details-dto';
|
|
273
287
|
export * from './page-dto-access-blacklist-details-dto';
|
|
274
288
|
export * from './page-dto-access-record-summary-list-dto';
|
|
@@ -278,6 +292,7 @@ export * from './page-dto-disaster-warning-standard-entity';
|
|
|
278
292
|
export * from './page-dto-equipment-search-system-dto';
|
|
279
293
|
export * from './page-dto-inspection-standard-dto';
|
|
280
294
|
export * from './page-dto-maintenance-standard-dto';
|
|
295
|
+
export * from './page-dto-open-api-equipment-list-dto';
|
|
281
296
|
export * from './page-dto-plan-search-dto';
|
|
282
297
|
export * from './page-dto-supplier-contract-details-dto';
|
|
283
298
|
export * from './page-dto-surveillance-details-dto';
|
|
@@ -388,7 +403,6 @@ export * from './sys-user-attachment-info';
|
|
|
388
403
|
export * from './sys-user-drop-down-box-list-dto';
|
|
389
404
|
export * from './sys-user-info-dto';
|
|
390
405
|
export * from './sys-user-msg-dto';
|
|
391
|
-
export * from './sys-user-msg-notice-add-vo';
|
|
392
406
|
export * from './sys-user-role';
|
|
393
407
|
export * from './system-user-msg-source-type-enum';
|
|
394
408
|
export * from './system-user-msg-type-enum';
|
|
@@ -401,6 +415,7 @@ export * from './user-excel-dto';
|
|
|
401
415
|
export * from './user-roles-and-permissions-dto';
|
|
402
416
|
export * from './user-settings-entity';
|
|
403
417
|
export * from './user-settings-update-bo';
|
|
418
|
+
export * from './user-source-enum';
|
|
404
419
|
export * from './user-whether-privacy-dto';
|
|
405
420
|
export * from './violation-center-attribute-enum';
|
|
406
421
|
export * from './violation-decision-vo';
|
|
@@ -425,6 +440,7 @@ export * from './work-order-dept-settings-add-or-update-vo';
|
|
|
425
440
|
export * from './work-order-dept-settings-entity';
|
|
426
441
|
export * from './work-order-detail-dto';
|
|
427
442
|
export * from './work-order-distribute-leaflets-vo';
|
|
443
|
+
export * from './work-order-equipment-dto';
|
|
428
444
|
export * from './work-order-ext-data';
|
|
429
445
|
export * from './work-order-handler-dto';
|
|
430
446
|
export * from './work-order-handler-status-enum';
|
|
@@ -432,6 +448,8 @@ export * from './work-order-inspection-detail-dto';
|
|
|
432
448
|
export * from './work-order-inspection-item-req';
|
|
433
449
|
export * from './work-order-internal-status-enum';
|
|
434
450
|
export * from './work-order-issue-type-enum';
|
|
451
|
+
export * from './work-order-issue-type-settings-add-or-update-vo';
|
|
452
|
+
export * from './work-order-issue-type-settings-entity';
|
|
435
453
|
export * from './work-order-liability-party-enum';
|
|
436
454
|
export * from './work-order-plan-holidays-enum';
|
|
437
455
|
export * from './work-order-plan-repeats-enum';
|
package/dist/models/index.js
CHANGED
|
@@ -131,6 +131,10 @@ __exportStar(require("./excel-import-result-dtomaintenance-standard-import-dto")
|
|
|
131
131
|
__exportStar(require("./excel-import-result-dtosurveillance-batch-import-template-dto"), exports);
|
|
132
132
|
__exportStar(require("./excel-import-result-dtosurveillance-settings-export-dto"), exports);
|
|
133
133
|
__exportStar(require("./excel-import-upload-to-redis-vo-space-add-excel-dto"), exports);
|
|
134
|
+
__exportStar(require("./exploration-work-order-details-dto"), exports);
|
|
135
|
+
__exportStar(require("./exploration-work-order-info"), exports);
|
|
136
|
+
__exportStar(require("./exploration-work-order-submit-vo"), exports);
|
|
137
|
+
__exportStar(require("./exploration-work-order-type-enum"), exports);
|
|
134
138
|
__exportStar(require("./file-dto"), exports);
|
|
135
139
|
__exportStar(require("./followup-work-order-dto"), exports);
|
|
136
140
|
__exportStar(require("./functional-area-enum"), exports);
|
|
@@ -151,6 +155,9 @@ __exportStar(require("./inspection-standard-entity"), exports);
|
|
|
151
155
|
__exportStar(require("./inspection-standard-import-dto"), exports);
|
|
152
156
|
__exportStar(require("./inspection-standard-type-enum"), exports);
|
|
153
157
|
__exportStar(require("./installation-body-enum"), exports);
|
|
158
|
+
__exportStar(require("./insurance-notice-vo"), exports);
|
|
159
|
+
__exportStar(require("./insurance-work-order-issue-vo"), exports);
|
|
160
|
+
__exportStar(require("./insurance-work-order-vo"), exports);
|
|
154
161
|
__exportStar(require("./iot-device-status-enum"), exports);
|
|
155
162
|
__exportStar(require("./json-result"), exports);
|
|
156
163
|
__exportStar(require("./json-result-access-appointment-record-details-dto"), exports);
|
|
@@ -177,6 +184,7 @@ __exportStar(require("./json-result-excel-import-result-dtomaintenance-standard-
|
|
|
177
184
|
__exportStar(require("./json-result-excel-import-result-dtosurveillance-batch-import-template-dto"), exports);
|
|
178
185
|
__exportStar(require("./json-result-excel-import-result-dtosurveillance-settings-export-dto"), exports);
|
|
179
186
|
__exportStar(require("./json-result-excel-import-upload-to-redis-vo-space-add-excel-dto"), exports);
|
|
187
|
+
__exportStar(require("./json-result-exploration-work-order-details-dto"), exports);
|
|
180
188
|
__exportStar(require("./json-result-file-dto"), exports);
|
|
181
189
|
__exportStar(require("./json-result-group-dept-vo"), exports);
|
|
182
190
|
__exportStar(require("./json-result-inspection-standard-entity"), exports);
|
|
@@ -214,11 +222,13 @@ __exportStar(require("./json-result-list-work-order-circulation-vo"), exports);
|
|
|
214
222
|
__exportStar(require("./json-result-list-work-order-comment-entity"), exports);
|
|
215
223
|
__exportStar(require("./json-result-list-work-order-dept-settings-entity"), exports);
|
|
216
224
|
__exportStar(require("./json-result-list-work-order-inspection-detail-dto"), exports);
|
|
225
|
+
__exportStar(require("./json-result-list-work-order-issue-type-settings-entity"), exports);
|
|
217
226
|
__exportStar(require("./json-result-list-work-order-push-settings-entity"), exports);
|
|
218
227
|
__exportStar(require("./json-result-list-work-order-step-by-step-push-user-details-dto"), exports);
|
|
219
228
|
__exportStar(require("./json-result-maintenance-standard-entity"), exports);
|
|
220
229
|
__exportStar(require("./json-result-monitoring-coverage-alert-work-order-details-dto"), exports);
|
|
221
230
|
__exportStar(require("./json-result-network-monitor-repair-details-dto"), exports);
|
|
231
|
+
__exportStar(require("./json-result-notice-entity"), exports);
|
|
222
232
|
__exportStar(require("./json-result-offline-alert-work-order-details-dto"), exports);
|
|
223
233
|
__exportStar(require("./json-result-page-dto-access-appointment-record-details-dto"), exports);
|
|
224
234
|
__exportStar(require("./json-result-page-dto-access-blacklist-details-dto"), exports);
|
|
@@ -229,6 +239,7 @@ __exportStar(require("./json-result-page-dto-disaster-warning-standard-entity"),
|
|
|
229
239
|
__exportStar(require("./json-result-page-dto-equipment-search-system-dto"), exports);
|
|
230
240
|
__exportStar(require("./json-result-page-dto-inspection-standard-dto"), exports);
|
|
231
241
|
__exportStar(require("./json-result-page-dto-maintenance-standard-dto"), exports);
|
|
242
|
+
__exportStar(require("./json-result-page-dto-open-api-equipment-list-dto"), exports);
|
|
232
243
|
__exportStar(require("./json-result-page-dto-plan-search-dto"), exports);
|
|
233
244
|
__exportStar(require("./json-result-page-dto-supplier-contract-details-dto"), exports);
|
|
234
245
|
__exportStar(require("./json-result-page-dto-surveillance-details-dto"), exports);
|
|
@@ -258,6 +269,7 @@ __exportStar(require("./json-result-violation-work-order-details-dto"), exports)
|
|
|
258
269
|
__exportStar(require("./json-result-void"), exports);
|
|
259
270
|
__exportStar(require("./json-result-work-order-dept-settings-entity"), exports);
|
|
260
271
|
__exportStar(require("./json-result-work-order-detail-dto"), exports);
|
|
272
|
+
__exportStar(require("./json-result-work-order-issue-type-settings-entity"), exports);
|
|
261
273
|
__exportStar(require("./login-body"), exports);
|
|
262
274
|
__exportStar(require("./login-type-enum"), exports);
|
|
263
275
|
__exportStar(require("./maintenance-history-dto"), exports);
|
|
@@ -277,7 +289,8 @@ __exportStar(require("./network-monitor-repair-details-dto"), exports);
|
|
|
277
289
|
__exportStar(require("./network-repair-info"), exports);
|
|
278
290
|
__exportStar(require("./news-in-button"), exports);
|
|
279
291
|
__exportStar(require("./news-info"), exports);
|
|
280
|
-
__exportStar(require("./notice-vo"), exports);
|
|
292
|
+
__exportStar(require("./notice-add-vo"), exports);
|
|
293
|
+
__exportStar(require("./notice-entity"), exports);
|
|
281
294
|
__exportStar(require("./offline-alert-device-vo"), exports);
|
|
282
295
|
__exportStar(require("./offline-alert-submit-vo"), exports);
|
|
283
296
|
__exportStar(require("./offline-alert-work-order-details-dto"), exports);
|
|
@@ -285,6 +298,7 @@ __exportStar(require("./offline-alert-work-order-info"), exports);
|
|
|
285
298
|
__exportStar(require("./offline-alert-work-order-vo"), exports);
|
|
286
299
|
__exportStar(require("./open-api-access-appointment-record-add-vo"), exports);
|
|
287
300
|
__exportStar(require("./open-api-access-appointment-record-delete-vo"), exports);
|
|
301
|
+
__exportStar(require("./open-api-equipment-list-dto"), exports);
|
|
288
302
|
__exportStar(require("./page-dto-access-appointment-record-details-dto"), exports);
|
|
289
303
|
__exportStar(require("./page-dto-access-blacklist-details-dto"), exports);
|
|
290
304
|
__exportStar(require("./page-dto-access-record-summary-list-dto"), exports);
|
|
@@ -294,6 +308,7 @@ __exportStar(require("./page-dto-disaster-warning-standard-entity"), exports);
|
|
|
294
308
|
__exportStar(require("./page-dto-equipment-search-system-dto"), exports);
|
|
295
309
|
__exportStar(require("./page-dto-inspection-standard-dto"), exports);
|
|
296
310
|
__exportStar(require("./page-dto-maintenance-standard-dto"), exports);
|
|
311
|
+
__exportStar(require("./page-dto-open-api-equipment-list-dto"), exports);
|
|
297
312
|
__exportStar(require("./page-dto-plan-search-dto"), exports);
|
|
298
313
|
__exportStar(require("./page-dto-supplier-contract-details-dto"), exports);
|
|
299
314
|
__exportStar(require("./page-dto-surveillance-details-dto"), exports);
|
|
@@ -404,7 +419,6 @@ __exportStar(require("./sys-user-attachment-info"), exports);
|
|
|
404
419
|
__exportStar(require("./sys-user-drop-down-box-list-dto"), exports);
|
|
405
420
|
__exportStar(require("./sys-user-info-dto"), exports);
|
|
406
421
|
__exportStar(require("./sys-user-msg-dto"), exports);
|
|
407
|
-
__exportStar(require("./sys-user-msg-notice-add-vo"), exports);
|
|
408
422
|
__exportStar(require("./sys-user-role"), exports);
|
|
409
423
|
__exportStar(require("./system-user-msg-source-type-enum"), exports);
|
|
410
424
|
__exportStar(require("./system-user-msg-type-enum"), exports);
|
|
@@ -417,6 +431,7 @@ __exportStar(require("./user-excel-dto"), exports);
|
|
|
417
431
|
__exportStar(require("./user-roles-and-permissions-dto"), exports);
|
|
418
432
|
__exportStar(require("./user-settings-entity"), exports);
|
|
419
433
|
__exportStar(require("./user-settings-update-bo"), exports);
|
|
434
|
+
__exportStar(require("./user-source-enum"), exports);
|
|
420
435
|
__exportStar(require("./user-whether-privacy-dto"), exports);
|
|
421
436
|
__exportStar(require("./violation-center-attribute-enum"), exports);
|
|
422
437
|
__exportStar(require("./violation-decision-vo"), exports);
|
|
@@ -441,6 +456,7 @@ __exportStar(require("./work-order-dept-settings-add-or-update-vo"), exports);
|
|
|
441
456
|
__exportStar(require("./work-order-dept-settings-entity"), exports);
|
|
442
457
|
__exportStar(require("./work-order-detail-dto"), exports);
|
|
443
458
|
__exportStar(require("./work-order-distribute-leaflets-vo"), exports);
|
|
459
|
+
__exportStar(require("./work-order-equipment-dto"), exports);
|
|
444
460
|
__exportStar(require("./work-order-ext-data"), exports);
|
|
445
461
|
__exportStar(require("./work-order-handler-dto"), exports);
|
|
446
462
|
__exportStar(require("./work-order-handler-status-enum"), exports);
|
|
@@ -448,6 +464,8 @@ __exportStar(require("./work-order-inspection-detail-dto"), exports);
|
|
|
448
464
|
__exportStar(require("./work-order-inspection-item-req"), exports);
|
|
449
465
|
__exportStar(require("./work-order-internal-status-enum"), exports);
|
|
450
466
|
__exportStar(require("./work-order-issue-type-enum"), exports);
|
|
467
|
+
__exportStar(require("./work-order-issue-type-settings-add-or-update-vo"), exports);
|
|
468
|
+
__exportStar(require("./work-order-issue-type-settings-entity"), exports);
|
|
451
469
|
__exportStar(require("./work-order-liability-party-enum"), exports);
|
|
452
470
|
__exportStar(require("./work-order-plan-holidays-enum"), exports);
|
|
453
471
|
__exportStar(require("./work-order-plan-repeats-enum"), exports);
|
|
@@ -0,0 +1,54 @@
|
|
|
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 InsuranceNoticeVo
|
|
16
|
+
*/
|
|
17
|
+
export interface InsuranceNoticeVo {
|
|
18
|
+
/**
|
|
19
|
+
* 园区编码
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof InsuranceNoticeVo
|
|
22
|
+
*/
|
|
23
|
+
'parkCode': string;
|
|
24
|
+
/**
|
|
25
|
+
* 考察时间
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof InsuranceNoticeVo
|
|
28
|
+
*/
|
|
29
|
+
'visitTime': string;
|
|
30
|
+
/**
|
|
31
|
+
* 考察内容
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof InsuranceNoticeVo
|
|
34
|
+
*/
|
|
35
|
+
'visitContent': string;
|
|
36
|
+
/**
|
|
37
|
+
* 联系人
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof InsuranceNoticeVo
|
|
40
|
+
*/
|
|
41
|
+
'contactName': string;
|
|
42
|
+
/**
|
|
43
|
+
* 联系电话
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof InsuranceNoticeVo
|
|
46
|
+
*/
|
|
47
|
+
'contactPhone': string;
|
|
48
|
+
/**
|
|
49
|
+
* 参与人员
|
|
50
|
+
* @type {Array<string>}
|
|
51
|
+
* @memberof InsuranceNoticeVo
|
|
52
|
+
*/
|
|
53
|
+
'participants': Array<string>;
|
|
54
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,86 @@
|
|
|
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 { WorkOrderIssueTypeEnum } from './work-order-issue-type-enum';
|
|
13
|
+
/**
|
|
14
|
+
* 问题
|
|
15
|
+
* @export
|
|
16
|
+
* @interface InsuranceWorkOrderIssueVo
|
|
17
|
+
*/
|
|
18
|
+
export interface InsuranceWorkOrderIssueVo {
|
|
19
|
+
/**
|
|
20
|
+
* 问题单号
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof InsuranceWorkOrderIssueVo
|
|
23
|
+
*/
|
|
24
|
+
'issueNo': string;
|
|
25
|
+
/**
|
|
26
|
+
* 问题时间
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof InsuranceWorkOrderIssueVo
|
|
29
|
+
*/
|
|
30
|
+
'issueTime': string;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {WorkOrderIssueTypeEnum}
|
|
34
|
+
* @memberof InsuranceWorkOrderIssueVo
|
|
35
|
+
*/
|
|
36
|
+
'issueType': WorkOrderIssueTypeEnum;
|
|
37
|
+
/**
|
|
38
|
+
* 问题描述
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof InsuranceWorkOrderIssueVo
|
|
41
|
+
*/
|
|
42
|
+
'issueDesc': string;
|
|
43
|
+
/**
|
|
44
|
+
* 问题设备ID
|
|
45
|
+
* @type {number}
|
|
46
|
+
* @memberof InsuranceWorkOrderIssueVo
|
|
47
|
+
*/
|
|
48
|
+
'issueEquipmentId': number;
|
|
49
|
+
/**
|
|
50
|
+
* 问题空间ID
|
|
51
|
+
* @type {number}
|
|
52
|
+
* @memberof InsuranceWorkOrderIssueVo
|
|
53
|
+
*/
|
|
54
|
+
'issueSpaceId': number;
|
|
55
|
+
/**
|
|
56
|
+
* 风险类别
|
|
57
|
+
* @type {string}
|
|
58
|
+
* @memberof InsuranceWorkOrderIssueVo
|
|
59
|
+
*/
|
|
60
|
+
'riskCategory'?: string;
|
|
61
|
+
/**
|
|
62
|
+
* 勘探隐患等级
|
|
63
|
+
* @type {string}
|
|
64
|
+
* @memberof InsuranceWorkOrderIssueVo
|
|
65
|
+
*/
|
|
66
|
+
'hazardLevel': InsuranceWorkOrderIssueVoHazardLevelEnum;
|
|
67
|
+
/**
|
|
68
|
+
* 要求整改时间
|
|
69
|
+
* @type {string}
|
|
70
|
+
* @memberof InsuranceWorkOrderIssueVo
|
|
71
|
+
*/
|
|
72
|
+
'rectificationTime': string;
|
|
73
|
+
/**
|
|
74
|
+
* 隐患照片
|
|
75
|
+
* @type {Array<string>}
|
|
76
|
+
* @memberof InsuranceWorkOrderIssueVo
|
|
77
|
+
*/
|
|
78
|
+
'hazardPhotoUrls': Array<string>;
|
|
79
|
+
}
|
|
80
|
+
export declare const InsuranceWorkOrderIssueVoHazardLevelEnum: {
|
|
81
|
+
readonly A: "A";
|
|
82
|
+
readonly B: "B";
|
|
83
|
+
readonly C: "C";
|
|
84
|
+
readonly D: "D";
|
|
85
|
+
};
|
|
86
|
+
export type InsuranceWorkOrderIssueVoHazardLevelEnum = typeof InsuranceWorkOrderIssueVoHazardLevelEnum[keyof typeof InsuranceWorkOrderIssueVoHazardLevelEnum];
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.InsuranceWorkOrderIssueVoHazardLevelEnum = void 0;
|
|
17
|
+
exports.InsuranceWorkOrderIssueVoHazardLevelEnum = {
|
|
18
|
+
A: 'A',
|
|
19
|
+
B: 'B',
|
|
20
|
+
C: 'C',
|
|
21
|
+
D: 'D'
|
|
22
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
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 { InsuranceWorkOrderIssueVo } from './insurance-work-order-issue-vo';
|
|
13
|
+
/**
|
|
14
|
+
* 接收保险问题入参
|
|
15
|
+
* @export
|
|
16
|
+
* @interface InsuranceWorkOrderVo
|
|
17
|
+
*/
|
|
18
|
+
export interface InsuranceWorkOrderVo {
|
|
19
|
+
/**
|
|
20
|
+
* 园区编码
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof InsuranceWorkOrderVo
|
|
23
|
+
*/
|
|
24
|
+
'parkCode': string;
|
|
25
|
+
/**
|
|
26
|
+
* 保险单号
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof InsuranceWorkOrderVo
|
|
29
|
+
*/
|
|
30
|
+
'insuranceNo': string;
|
|
31
|
+
/**
|
|
32
|
+
* 问题
|
|
33
|
+
* @type {Array<InsuranceWorkOrderIssueVo>}
|
|
34
|
+
* @memberof InsuranceWorkOrderVo
|
|
35
|
+
*/
|
|
36
|
+
'issues': Array<InsuranceWorkOrderIssueVo>;
|
|
37
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,62 @@
|
|
|
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 { BaseErrorResult } from './base-error-result';
|
|
13
|
+
import type { ExplorationWorkOrderDetailsDto } from './exploration-work-order-details-dto';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultExplorationWorkOrderDetailsDto
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultExplorationWorkOrderDetailsDto {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultExplorationWorkOrderDetailsDto
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultExplorationWorkOrderDetailsDto
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultExplorationWorkOrderDetailsDto
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {ExplorationWorkOrderDetailsDto}
|
|
41
|
+
* @memberof JsonResultExplorationWorkOrderDetailsDto
|
|
42
|
+
*/
|
|
43
|
+
'data'?: ExplorationWorkOrderDetailsDto | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultExplorationWorkOrderDetailsDto
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultExplorationWorkOrderDetailsDto
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultExplorationWorkOrderDetailsDto
|
|
60
|
+
*/
|
|
61
|
+
'requestId'?: string | null;
|
|
62
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,62 @@
|
|
|
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 { BaseErrorResult } from './base-error-result';
|
|
13
|
+
import type { WorkOrderIssueTypeSettingsEntity } from './work-order-issue-type-settings-entity';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface JsonResultListWorkOrderIssueTypeSettingsEntity
|
|
18
|
+
*/
|
|
19
|
+
export interface JsonResultListWorkOrderIssueTypeSettingsEntity {
|
|
20
|
+
/**
|
|
21
|
+
* 错误码,0:成功,其他:失败
|
|
22
|
+
* @type {number}
|
|
23
|
+
* @memberof JsonResultListWorkOrderIssueTypeSettingsEntity
|
|
24
|
+
*/
|
|
25
|
+
'code'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 错误消息
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof JsonResultListWorkOrderIssueTypeSettingsEntity
|
|
30
|
+
*/
|
|
31
|
+
'msg'?: string;
|
|
32
|
+
/**
|
|
33
|
+
* 错误堆栈
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof JsonResultListWorkOrderIssueTypeSettingsEntity
|
|
36
|
+
*/
|
|
37
|
+
'stacks'?: string;
|
|
38
|
+
/**
|
|
39
|
+
* 返回数据,可以是任意类型的值
|
|
40
|
+
* @type {Array<WorkOrderIssueTypeSettingsEntity>}
|
|
41
|
+
* @memberof JsonResultListWorkOrderIssueTypeSettingsEntity
|
|
42
|
+
*/
|
|
43
|
+
'data'?: Array<WorkOrderIssueTypeSettingsEntity> | null;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {BaseErrorResult}
|
|
47
|
+
* @memberof JsonResultListWorkOrderIssueTypeSettingsEntity
|
|
48
|
+
*/
|
|
49
|
+
'error'?: BaseErrorResult | null;
|
|
50
|
+
/**
|
|
51
|
+
* 日志追踪ID
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof JsonResultListWorkOrderIssueTypeSettingsEntity
|
|
54
|
+
*/
|
|
55
|
+
'traceId'?: string | null;
|
|
56
|
+
/**
|
|
57
|
+
* requestId
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof JsonResultListWorkOrderIssueTypeSettingsEntity
|
|
60
|
+
*/
|
|
61
|
+
'requestId'?: string | null;
|
|
62
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|