@gizone/rrs-client 4.2.5-alpha.394 → 4.2.5-alpha.396
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 +3 -0
- package/apis/work-order-api.ts +329 -137
- package/dist/apis/work-order-api.d.ts +181 -79
- package/dist/apis/work-order-api.js +254 -110
- package/dist/esm/apis/work-order-api.d.ts +181 -79
- package/dist/esm/apis/work-order-api.js +253 -109
- package/dist/esm/models/exploration-work-order-add-vo.d.ts +123 -0
- package/dist/esm/models/exploration-work-order-add-vo.js +19 -0
- package/dist/esm/models/exploration-work-order-details-dto.d.ts +12 -0
- package/dist/esm/models/exploration-work-order-details-dto.js +5 -1
- package/dist/esm/models/exploration-work-order-info.d.ts +6 -0
- package/dist/esm/models/index.d.ts +3 -0
- package/dist/esm/models/index.js +3 -0
- package/dist/esm/models/json-result-work-order-spot-check-dto.d.ts +62 -0
- package/dist/esm/models/json-result-work-order-spot-check-dto.js +14 -0
- package/dist/esm/models/monitoring-coverage-alert-work-order-details-dto.d.ts +12 -0
- package/dist/esm/models/monitoring-coverage-alert-work-order-details-dto.js +5 -1
- package/dist/esm/models/network-monitor-repair-details-dto.d.ts +12 -0
- package/dist/esm/models/network-monitor-repair-details-dto.js +5 -1
- package/dist/esm/models/offline-alert-work-order-details-dto.d.ts +12 -0
- package/dist/esm/models/offline-alert-work-order-details-dto.js +5 -1
- package/dist/esm/models/period-detail-resp.d.ts +12 -36
- package/dist/esm/models/period-detail-resp.js +5 -5
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/esm/models/violation-work-order-details-dto.d.ts +12 -0
- package/dist/esm/models/violation-work-order-details-dto.js +5 -1
- package/dist/esm/models/work-order-add-vo.d.ts +6 -0
- package/dist/esm/models/work-order-detail-dto.d.ts +11 -35
- package/dist/esm/models/work-order-detail-dto.js +4 -4
- package/dist/esm/models/work-order-search-dto.d.ts +11 -11
- package/dist/esm/models/work-order-search-dto.js +4 -4
- package/dist/esm/models/work-order-source-enum.d.ts +1 -0
- package/dist/esm/models/work-order-source-enum.js +2 -1
- package/dist/esm/models/work-order-spot-check-dto.d.ts +79 -0
- package/dist/esm/models/work-order-spot-check-dto.js +18 -0
- package/dist/esm/models/work-order-spot-check-vo.d.ts +20 -14
- package/dist/esm/models/work-order-spot-check-vo.js +5 -1
- package/dist/models/exploration-work-order-add-vo.d.ts +123 -0
- package/dist/models/exploration-work-order-add-vo.js +22 -0
- package/dist/models/exploration-work-order-details-dto.d.ts +12 -0
- package/dist/models/exploration-work-order-details-dto.js +6 -0
- package/dist/models/exploration-work-order-info.d.ts +6 -0
- package/dist/models/index.d.ts +3 -0
- package/dist/models/index.js +3 -0
- package/dist/models/json-result-work-order-spot-check-dto.d.ts +62 -0
- package/dist/models/json-result-work-order-spot-check-dto.js +15 -0
- package/dist/models/monitoring-coverage-alert-work-order-details-dto.d.ts +12 -0
- package/dist/models/monitoring-coverage-alert-work-order-details-dto.js +6 -0
- package/dist/models/network-monitor-repair-details-dto.d.ts +12 -0
- package/dist/models/network-monitor-repair-details-dto.js +6 -0
- package/dist/models/offline-alert-work-order-details-dto.d.ts +12 -0
- package/dist/models/offline-alert-work-order-details-dto.js +6 -0
- package/dist/models/period-detail-resp.d.ts +12 -36
- package/dist/models/period-detail-resp.js +6 -6
- package/dist/models/sys-user.d.ts +4 -4
- package/dist/models/violation-work-order-details-dto.d.ts +12 -0
- package/dist/models/violation-work-order-details-dto.js +6 -0
- package/dist/models/work-order-add-vo.d.ts +6 -0
- package/dist/models/work-order-detail-dto.d.ts +11 -35
- package/dist/models/work-order-detail-dto.js +5 -5
- package/dist/models/work-order-search-dto.d.ts +11 -11
- package/dist/models/work-order-search-dto.js +5 -5
- package/dist/models/work-order-source-enum.d.ts +1 -0
- package/dist/models/work-order-source-enum.js +2 -1
- package/dist/models/work-order-spot-check-dto.d.ts +79 -0
- package/dist/models/work-order-spot-check-dto.js +21 -0
- package/dist/models/work-order-spot-check-vo.d.ts +20 -14
- package/dist/models/work-order-spot-check-vo.js +6 -0
- package/models/exploration-work-order-add-vo.ts +136 -0
- package/models/exploration-work-order-details-dto.ts +13 -0
- package/models/exploration-work-order-info.ts +6 -0
- package/models/index.ts +3 -0
- package/models/json-result-work-order-spot-check-dto.ts +72 -0
- package/models/monitoring-coverage-alert-work-order-details-dto.ts +13 -0
- package/models/network-monitor-repair-details-dto.ts +13 -0
- package/models/offline-alert-work-order-details-dto.ts +13 -0
- package/models/period-detail-resp.ts +13 -37
- package/models/sys-user.ts +4 -4
- package/models/violation-work-order-details-dto.ts +13 -0
- package/models/work-order-add-vo.ts +6 -0
- package/models/work-order-detail-dto.ts +11 -35
- package/models/work-order-search-dto.ts +11 -11
- package/models/work-order-source-enum.ts +2 -1
- package/models/work-order-spot-check-dto.ts +90 -0
- package/models/work-order-spot-check-vo.ts +23 -14
- package/package.json +1 -1
package/.openapi-generator/FILES
CHANGED
|
@@ -158,6 +158,7 @@ models/excel-import-result-dtomaintenance-standard-import-dto.ts
|
|
|
158
158
|
models/excel-import-result-dtosurveillance-batch-import-template-dto.ts
|
|
159
159
|
models/excel-import-result-dtosurveillance-settings-export-dto.ts
|
|
160
160
|
models/excel-import-upload-to-redis-vo-space-add-excel-dto.ts
|
|
161
|
+
models/exploration-work-order-add-vo.ts
|
|
161
162
|
models/exploration-work-order-details-dto.ts
|
|
162
163
|
models/exploration-work-order-info.ts
|
|
163
164
|
models/exploration-work-order-submit-vo.ts
|
|
@@ -298,6 +299,7 @@ models/json-result-void.ts
|
|
|
298
299
|
models/json-result-work-order-dept-settings-entity.ts
|
|
299
300
|
models/json-result-work-order-detail-dto.ts
|
|
300
301
|
models/json-result-work-order-issue-type-settings-entity.ts
|
|
302
|
+
models/json-result-work-order-spot-check-dto.ts
|
|
301
303
|
models/json-result.ts
|
|
302
304
|
models/login-body.ts
|
|
303
305
|
models/login-type-enum.ts
|
|
@@ -510,6 +512,7 @@ models/work-order-settings-type-enum.ts
|
|
|
510
512
|
models/work-order-source-enum.ts
|
|
511
513
|
models/work-order-space-dto.ts
|
|
512
514
|
models/work-order-sponsor-dto.ts
|
|
515
|
+
models/work-order-spot-check-dto.ts
|
|
513
516
|
models/work-order-spot-check-vo.ts
|
|
514
517
|
models/work-order-staging-data-vo.ts
|
|
515
518
|
models/work-order-status-enum.ts
|