@gizone/rrs-client 4.1.3-alpha.192 → 4.1.3-alpha.194
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 +8 -2
- package/apis/surveillance-settings-api.ts +323 -131
- package/dist/apis/surveillance-settings-api.d.ts +175 -93
- package/dist/apis/surveillance-settings-api.js +285 -104
- package/dist/esm/apis/surveillance-settings-api.d.ts +175 -93
- package/dist/esm/apis/surveillance-settings-api.js +285 -104
- package/dist/esm/models/excel-import-result-dtosurveillance-settings-export-dto.d.ts +31 -0
- package/dist/esm/models/get-user-wx200-response.d.ts +4 -4
- package/dist/esm/models/index.d.ts +8 -2
- package/dist/esm/models/index.js +8 -2
- package/dist/esm/models/ipage-access-vo.d.ts +8 -8
- package/dist/esm/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-surveillance-settings-coverage-standard-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-surveillance-settings-coverage-standard-dto.js +14 -0
- package/dist/esm/models/{json-result-list-surveillance-settings-details-dto.d.ts → json-result-surveillance-settings-polling-dto.d.ts} +13 -13
- package/dist/esm/models/json-result-surveillance-settings-polling-dto.js +14 -0
- package/dist/esm/models/park.d.ts +7 -1
- package/dist/esm/models/surveillance-settings-coverage-standard-dto.d.ts +37 -0
- package/dist/esm/models/surveillance-settings-coverage-standard-dto.js +14 -0
- package/dist/esm/models/surveillance-settings-details-dto.d.ts +0 -27
- package/dist/esm/models/surveillance-settings-export-dto.d.ts +66 -0
- package/dist/esm/models/surveillance-settings-export-dto.js +14 -0
- package/dist/esm/models/surveillance-settings-polling-dto.d.ts +31 -0
- package/dist/esm/models/surveillance-settings-polling-dto.js +14 -0
- package/dist/esm/models/surveillance-settings-polling-vo.d.ts +5 -5
- package/dist/{models/polling-surveillance-info.d.ts → esm/models/surveillance-settings-update-vo.d.ts} +6 -12
- package/dist/esm/models/surveillance-settings-update-vo.js +14 -0
- package/dist/esm/models/surveillance.d.ts +5 -30
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/esm/models/third-party-system-enum.d.ts +0 -1
- package/dist/esm/models/third-party-system-enum.js +0 -1
- package/dist/models/excel-import-result-dtosurveillance-settings-export-dto.d.ts +31 -0
- package/dist/models/get-user-wx200-response.d.ts +4 -4
- package/dist/models/index.d.ts +8 -2
- package/dist/models/index.js +8 -2
- package/dist/models/ipage-access-vo.d.ts +8 -8
- package/dist/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.d.ts +62 -0
- package/dist/models/json-result-list-surveillance-settings-coverage-standard-dto.d.ts +62 -0
- package/dist/models/json-result-list-surveillance-settings-coverage-standard-dto.js +15 -0
- package/dist/models/{json-result-list-surveillance-settings-details-dto.d.ts → json-result-surveillance-settings-polling-dto.d.ts} +13 -13
- package/dist/models/json-result-surveillance-settings-polling-dto.js +15 -0
- package/dist/models/park.d.ts +7 -1
- package/dist/models/surveillance-settings-coverage-standard-dto.d.ts +37 -0
- package/dist/models/surveillance-settings-coverage-standard-dto.js +15 -0
- package/dist/models/surveillance-settings-details-dto.d.ts +0 -27
- package/dist/models/surveillance-settings-export-dto.d.ts +66 -0
- package/dist/models/surveillance-settings-export-dto.js +15 -0
- package/dist/models/surveillance-settings-polling-dto.d.ts +31 -0
- package/dist/models/surveillance-settings-polling-dto.js +15 -0
- package/dist/models/surveillance-settings-polling-vo.d.ts +5 -5
- package/dist/{esm/models/polling-surveillance-info.d.ts → models/surveillance-settings-update-vo.d.ts} +6 -12
- package/dist/models/surveillance-settings-update-vo.js +15 -0
- package/dist/models/surveillance.d.ts +5 -30
- package/dist/models/sys-user.d.ts +4 -4
- package/dist/models/third-party-system-enum.d.ts +0 -1
- package/dist/models/third-party-system-enum.js +0 -1
- package/models/excel-import-result-dtosurveillance-settings-export-dto.ts +39 -0
- package/models/get-user-wx200-response.ts +4 -4
- package/models/index.ts +8 -2
- package/models/ipage-access-vo.ts +8 -8
- package/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.ts +72 -0
- package/models/json-result-list-surveillance-settings-coverage-standard-dto.ts +72 -0
- package/models/{json-result-list-surveillance-settings-details-dto.ts → json-result-surveillance-settings-polling-dto.ts} +13 -13
- package/models/park.ts +7 -1
- package/models/surveillance-settings-coverage-standard-dto.ts +45 -0
- package/models/surveillance-settings-details-dto.ts +0 -33
- package/models/surveillance-settings-export-dto.ts +72 -0
- package/models/surveillance-settings-polling-dto.ts +39 -0
- package/models/surveillance-settings-polling-vo.ts +5 -5
- package/models/{polling-surveillance-info.ts → surveillance-settings-update-vo.ts} +6 -12
- package/models/surveillance.ts +5 -34
- package/models/sys-user.ts +4 -4
- package/models/third-party-system-enum.ts +0 -1
- package/package.json +1 -1
- /package/dist/esm/models/{json-result-list-surveillance-settings-details-dto.js → excel-import-result-dtosurveillance-settings-export-dto.js} +0 -0
- /package/dist/esm/models/{polling-surveillance-info.js → json-result-excel-import-result-dtosurveillance-settings-export-dto.js} +0 -0
- /package/dist/models/{json-result-list-surveillance-settings-details-dto.js → excel-import-result-dtosurveillance-settings-export-dto.js} +0 -0
- /package/dist/models/{polling-surveillance-info.js → json-result-excel-import-result-dtosurveillance-settings-export-dto.js} +0 -0
package/.openapi-generator/FILES
CHANGED
|
@@ -273,6 +273,7 @@ models/excel-import-result-dtocalendar-export-dto.ts
|
|
|
273
273
|
models/excel-import-result-dtoequipment-excel-add-dto.ts
|
|
274
274
|
models/excel-import-result-dtoinspection-standard-import-dto.ts
|
|
275
275
|
models/excel-import-result-dtomaintenance-standard-import-dto.ts
|
|
276
|
+
models/excel-import-result-dtosurveillance-settings-export-dto.ts
|
|
276
277
|
models/excel-import-upload-to-redis-vo-space-add-excel-dto.ts
|
|
277
278
|
models/export-energy-meter-record-bo.ts
|
|
278
279
|
models/export-hire-energy-meter-record-bo.ts
|
|
@@ -424,6 +425,7 @@ models/json-result-excel-import-result-dtocalendar-export-dto.ts
|
|
|
424
425
|
models/json-result-excel-import-result-dtoequipment-excel-add-dto.ts
|
|
425
426
|
models/json-result-excel-import-result-dtoinspection-standard-import-dto.ts
|
|
426
427
|
models/json-result-excel-import-result-dtomaintenance-standard-import-dto.ts
|
|
428
|
+
models/json-result-excel-import-result-dtosurveillance-settings-export-dto.ts
|
|
427
429
|
models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.ts
|
|
428
430
|
models/json-result-feedback-record-detail-vo.ts
|
|
429
431
|
models/json-result-feedback-statistics-count-dto.ts
|
|
@@ -517,7 +519,7 @@ models/json-result-list-space-tree-dto.ts
|
|
|
517
519
|
models/json-result-list-space-url-dto.ts
|
|
518
520
|
models/json-result-list-stock-push-settings-entity.ts
|
|
519
521
|
models/json-result-list-supplier-select-dto.ts
|
|
520
|
-
models/json-result-list-surveillance-settings-
|
|
522
|
+
models/json-result-list-surveillance-settings-coverage-standard-dto.ts
|
|
521
523
|
models/json-result-list-sys-dept-drop-down-box-list-dto.ts
|
|
522
524
|
models/json-result-list-sys-dept.ts
|
|
523
525
|
models/json-result-list-sys-user-drop-down-box-list-dto.ts
|
|
@@ -604,6 +606,7 @@ models/json-result-surveillance-details-dto.ts
|
|
|
604
606
|
models/json-result-surveillance-live-dto.ts
|
|
605
607
|
models/json-result-surveillance-roi-list-vo.ts
|
|
606
608
|
models/json-result-surveillance-settings-details-dto.ts
|
|
609
|
+
models/json-result-surveillance-settings-polling-dto.ts
|
|
607
610
|
models/json-result-switch-park-v2-dto.ts
|
|
608
611
|
models/json-result-sys-dept.ts
|
|
609
612
|
models/json-result-sys-user-msg-dto.ts
|
|
@@ -763,7 +766,6 @@ models/plan-item-add-vo.ts
|
|
|
763
766
|
models/plan-item-edit-vo.ts
|
|
764
767
|
models/plan-search-dto.ts
|
|
765
768
|
models/plan-to-state-vo.ts
|
|
766
|
-
models/polling-surveillance-info.ts
|
|
767
769
|
models/privacy-add-vo.ts
|
|
768
770
|
models/privacy-update-state-dto.ts
|
|
769
771
|
models/process-network-monitor-repair-vo.ts
|
|
@@ -853,8 +855,12 @@ models/surveillance-live-dto.ts
|
|
|
853
855
|
models/surveillance-point-vo.ts
|
|
854
856
|
models/surveillance-roi-entity.ts
|
|
855
857
|
models/surveillance-roi-list-vo.ts
|
|
858
|
+
models/surveillance-settings-coverage-standard-dto.ts
|
|
856
859
|
models/surveillance-settings-details-dto.ts
|
|
860
|
+
models/surveillance-settings-export-dto.ts
|
|
861
|
+
models/surveillance-settings-polling-dto.ts
|
|
857
862
|
models/surveillance-settings-polling-vo.ts
|
|
863
|
+
models/surveillance-settings-update-vo.ts
|
|
858
864
|
models/surveillance-update-vo.ts
|
|
859
865
|
models/surveillance.ts
|
|
860
866
|
models/switch-pak-body-v2-vo.ts
|