@gizone/rrs-client 4.2.0-alpha.344 → 4.2.0-beta.320
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 +591 -75
- package/api.ts +24 -1
- package/apis/ac-reservation-api.ts +754 -0
- package/apis/access-api.ts +7371 -2269
- package/apis/ai-monitoring-config-api.ts +714 -0
- package/apis/alert-api.ts +1667 -0
- package/apis/auth-api.ts +118 -17
- package/apis/cas-api.ts +182 -0
- package/apis/cold-store-dashboard-api.ts +1926 -0
- package/apis/common-api.ts +214 -4
- package/apis/complaint-api.ts +520 -0
- package/apis/cost-api.ts +3959 -0
- package/apis/dashboard-api.ts +1934 -0
- package/apis/device-group-settings-api.ts +522 -0
- package/apis/energy-api.ts +10349 -0
- package/apis/esg-api.ts +3456 -0
- package/apis/excel-language-controller-api.ts +15 -15
- package/apis/feedback-api.ts +1931 -0
- package/apis/file-api.ts +1286 -0
- package/apis/fire-safety-api.ts +1570 -0
- package/apis/inventory-api.ts +1949 -0
- package/apis/iot-api.ts +3360 -0
- package/apis/job-api.ts +648 -0
- package/apis/kanban-api.ts +9150 -0
- package/apis/monitor-controller-api.ts +1260 -0
- package/apis/monitor-sort-controller-api.ts +499 -0
- package/apis/news-api.ts +514 -0
- package/apis/open-api-api.ts +433 -98
- package/apis/renovation-api.ts +2354 -0
- package/apis/setting-api.ts +1001 -6
- package/apis/surveillance-roi-controller-api.ts +547 -0
- package/apis/sys-api.ts +47 -47
- package/apis/tenant-api.ts +3248 -0
- package/apis/test-api.ts +542 -0
- package/apis/unloading-area-api.ts +519 -0
- package/apis/user-api.ts +109 -15
- package/apis/work-order-api.ts +275 -0
- package/dist/api.d.ts +24 -1
- package/dist/api.js +24 -1
- package/dist/apis/ac-reservation-api.d.ts +396 -0
- package/dist/apis/ac-reservation-api.js +589 -0
- package/dist/apis/access-api.d.ts +3868 -1346
- package/dist/apis/access-api.js +5785 -1531
- package/dist/apis/ai-monitoring-config-api.d.ts +396 -0
- package/dist/apis/ai-monitoring-config-api.js +499 -0
- package/dist/apis/alert-api.d.ts +883 -0
- package/dist/apis/alert-api.js +1260 -0
- package/dist/apis/auth-api.d.ts +71 -11
- package/dist/apis/auth-api.js +87 -12
- package/dist/apis/cas-api.d.ts +93 -0
- package/dist/apis/cas-api.js +142 -0
- package/dist/apis/cold-store-dashboard-api.d.ts +1054 -0
- package/dist/apis/cold-store-dashboard-api.js +1345 -0
- package/dist/apis/common-api.d.ts +112 -4
- package/dist/apis/common-api.js +156 -0
- package/dist/apis/complaint-api.d.ts +274 -0
- package/dist/apis/complaint-api.js +426 -0
- package/dist/apis/cost-api.d.ts +2035 -0
- package/dist/apis/cost-api.js +3115 -0
- package/dist/apis/dashboard-api.d.ts +992 -0
- package/dist/apis/dashboard-api.js +1490 -0
- package/dist/apis/device-group-settings-api.d.ts +282 -0
- package/dist/apis/device-group-settings-api.js +423 -0
- package/dist/apis/energy-api.d.ts +5378 -0
- package/dist/apis/energy-api.js +7834 -0
- package/dist/apis/esg-api.d.ts +1756 -0
- package/dist/apis/esg-api.js +2495 -0
- package/dist/apis/excel-language-controller-api.d.ts +10 -10
- package/dist/apis/excel-language-controller-api.js +11 -11
- package/dist/apis/feedback-api.d.ts +1054 -0
- package/dist/apis/feedback-api.js +1294 -0
- package/dist/apis/file-api.d.ts +708 -0
- package/dist/apis/file-api.js +867 -0
- package/dist/apis/fire-safety-api.d.ts +849 -0
- package/dist/apis/fire-safety-api.js +1161 -0
- package/dist/apis/inventory-api.d.ts +1080 -0
- package/dist/apis/inventory-api.js +1419 -0
- package/dist/apis/iot-api.d.ts +1742 -0
- package/dist/apis/iot-api.js +2557 -0
- package/dist/apis/job-api.d.ts +332 -0
- package/dist/apis/job-api.js +546 -0
- package/dist/apis/kanban-api.d.ts +4948 -0
- package/dist/apis/kanban-api.js +6107 -0
- package/dist/apis/monitor-controller-api.d.ts +659 -0
- package/dist/apis/monitor-controller-api.js +989 -0
- package/dist/apis/monitor-sort-controller-api.d.ts +259 -0
- package/dist/apis/monitor-sort-controller-api.js +416 -0
- package/dist/apis/news-api.d.ts +275 -0
- package/dist/apis/news-api.js +420 -0
- package/dist/apis/open-api-api.d.ts +262 -61
- package/dist/apis/open-api-api.js +214 -76
- package/dist/apis/renovation-api.d.ts +1275 -0
- package/dist/apis/renovation-api.js +1605 -0
- package/dist/apis/setting-api.d.ts +513 -0
- package/dist/apis/setting-api.js +773 -0
- package/dist/apis/surveillance-roi-controller-api.d.ts +301 -0
- package/dist/apis/surveillance-roi-controller-api.js +400 -0
- package/dist/apis/sys-api.d.ts +31 -31
- package/dist/apis/sys-api.js +34 -34
- package/dist/apis/tenant-api.d.ts +1679 -0
- package/dist/apis/tenant-api.js +2513 -0
- package/dist/apis/test-api.d.ts +277 -0
- package/dist/apis/test-api.js +426 -0
- package/dist/apis/unloading-area-api.d.ts +282 -0
- package/dist/apis/unloading-area-api.js +421 -0
- package/dist/apis/user-api.d.ts +63 -10
- package/dist/apis/user-api.js +84 -11
- package/dist/apis/work-order-api.d.ts +141 -0
- package/dist/apis/work-order-api.js +212 -0
- package/dist/esm/api.d.ts +24 -1
- package/dist/esm/api.js +24 -1
- package/dist/esm/apis/ac-reservation-api.d.ts +396 -0
- package/dist/esm/apis/ac-reservation-api.js +582 -0
- package/dist/esm/apis/access-api.d.ts +3868 -1346
- package/dist/esm/apis/access-api.js +5784 -1530
- package/dist/esm/apis/ai-monitoring-config-api.d.ts +396 -0
- package/dist/esm/apis/ai-monitoring-config-api.js +492 -0
- package/dist/esm/apis/alert-api.d.ts +883 -0
- package/dist/esm/apis/alert-api.js +1253 -0
- package/dist/esm/apis/auth-api.d.ts +71 -11
- package/dist/esm/apis/auth-api.js +87 -12
- package/dist/esm/apis/cas-api.d.ts +93 -0
- package/dist/esm/apis/cas-api.js +143 -1
- package/dist/esm/apis/cold-store-dashboard-api.d.ts +1054 -0
- package/dist/esm/apis/cold-store-dashboard-api.js +1338 -0
- package/dist/esm/apis/common-api.d.ts +112 -4
- package/dist/esm/apis/common-api.js +156 -0
- package/dist/esm/apis/complaint-api.d.ts +274 -0
- package/dist/esm/apis/complaint-api.js +419 -0
- package/dist/esm/apis/cost-api.d.ts +2035 -0
- package/dist/esm/apis/cost-api.js +3108 -0
- package/dist/esm/apis/dashboard-api.d.ts +992 -0
- package/dist/esm/apis/dashboard-api.js +1483 -0
- package/dist/esm/apis/device-group-settings-api.d.ts +282 -0
- package/dist/esm/apis/device-group-settings-api.js +416 -0
- package/dist/esm/apis/energy-api.d.ts +5378 -0
- package/dist/esm/apis/energy-api.js +7827 -0
- package/dist/esm/apis/esg-api.d.ts +1756 -0
- package/dist/esm/apis/esg-api.js +2488 -0
- package/dist/esm/apis/excel-language-controller-api.d.ts +10 -10
- package/dist/esm/apis/excel-language-controller-api.js +11 -11
- package/dist/esm/apis/feedback-api.d.ts +1054 -0
- package/dist/esm/apis/feedback-api.js +1287 -0
- package/dist/esm/apis/file-api.d.ts +708 -0
- package/dist/esm/apis/file-api.js +860 -0
- package/dist/esm/apis/fire-safety-api.d.ts +849 -0
- package/dist/esm/apis/fire-safety-api.js +1154 -0
- package/dist/esm/apis/inventory-api.d.ts +1080 -0
- package/dist/esm/apis/inventory-api.js +1412 -0
- package/dist/esm/apis/iot-api.d.ts +1742 -0
- package/dist/esm/apis/iot-api.js +2550 -0
- package/dist/esm/apis/job-api.d.ts +332 -0
- package/dist/esm/apis/job-api.js +539 -0
- package/dist/esm/apis/kanban-api.d.ts +4948 -0
- package/dist/esm/apis/kanban-api.js +6100 -0
- package/dist/esm/apis/monitor-controller-api.d.ts +659 -0
- package/dist/esm/apis/monitor-controller-api.js +982 -0
- package/dist/esm/apis/monitor-sort-controller-api.d.ts +259 -0
- package/dist/esm/apis/monitor-sort-controller-api.js +409 -0
- package/dist/esm/apis/news-api.d.ts +275 -0
- package/dist/esm/apis/news-api.js +413 -0
- package/dist/esm/apis/open-api-api.d.ts +262 -61
- package/dist/esm/apis/open-api-api.js +214 -76
- package/dist/esm/apis/renovation-api.d.ts +1275 -0
- package/dist/esm/apis/renovation-api.js +1598 -0
- package/dist/esm/apis/setting-api.d.ts +513 -0
- package/dist/esm/apis/setting-api.js +773 -0
- package/dist/esm/apis/surveillance-roi-controller-api.d.ts +301 -0
- package/dist/esm/apis/surveillance-roi-controller-api.js +393 -0
- package/dist/esm/apis/sys-api.d.ts +31 -31
- package/dist/esm/apis/sys-api.js +34 -34
- package/dist/esm/apis/tenant-api.d.ts +1679 -0
- package/dist/esm/apis/tenant-api.js +2506 -0
- package/dist/esm/apis/test-api.d.ts +277 -0
- package/dist/esm/apis/test-api.js +427 -1
- package/dist/esm/apis/unloading-area-api.d.ts +282 -0
- package/dist/esm/apis/unloading-area-api.js +414 -0
- package/dist/esm/apis/user-api.d.ts +63 -10
- package/dist/esm/apis/user-api.js +84 -11
- package/dist/esm/apis/work-order-api.d.ts +141 -0
- package/dist/esm/apis/work-order-api.js +212 -0
- package/dist/esm/models/accept-devices-record-vo.d.ts +138 -0
- package/dist/esm/models/accept-yms-appointment-record-bo.d.ts +43 -0
- package/dist/esm/models/access-add-handle-vo.d.ts +42 -0
- package/dist/esm/models/access-add-vo.d.ts +174 -0
- package/dist/esm/models/access-list-po.d.ts +169 -0
- package/dist/esm/models/access-list-po.js +17 -0
- package/dist/esm/models/access-vo.d.ts +185 -0
- package/dist/esm/models/access-vo.js +17 -0
- package/dist/esm/models/activation-function-enum.d.ts +29 -0
- package/dist/esm/models/activation-function-enum.js +30 -0
- package/dist/esm/models/activity-action-enum.d.ts +24 -0
- package/dist/esm/models/activity-action-enum.js +25 -0
- package/dist/esm/models/ai-monitor-config-roi.d.ts +50 -0
- package/dist/esm/models/ai-monitoring-config-roi-entity.d.ts +49 -0
- package/dist/esm/models/ai-monitoring-config-type-enum.d.ts +23 -0
- package/dist/esm/models/ai-monitoring-config-type-enum.js +24 -0
- package/dist/esm/models/ai-monitoring-config-update-dto.d.ts +69 -0
- package/dist/esm/models/ai-monitoring-config-vo.d.ts +69 -0
- package/dist/esm/models/air-conditioning-reservation-add-bo.d.ts +66 -0
- package/dist/esm/models/air-conditioning-reservation-details-dto.d.ts +114 -0
- package/dist/esm/models/air-conditioning-reservation-list-dto.d.ts +90 -0
- package/dist/esm/models/air-conditioning-reservation-process-details-dto.d.ts +72 -0
- package/dist/esm/models/air-conditioning-reservation-search-bo.d.ts +72 -0
- package/dist/esm/models/air-conditioning-reservation-update-bo.d.ts +42 -0
- package/dist/esm/models/alarm-push-save-or-update-batch.d.ts +25 -0
- package/dist/esm/models/alarm-push-save-or-update.d.ts +48 -0
- package/dist/esm/models/alarm-push-settings-save-or-update-vo.d.ts +49 -0
- package/dist/esm/models/alarm-type-rule-record-save-or-update-vo.d.ts +72 -0
- package/dist/esm/models/alarm-type-save-or-update-vo.d.ts +37 -0
- package/dist/esm/models/appointment-registration-add-personnel.d.ts +221 -0
- package/dist/esm/models/appointment-registration-add-personnel.js +17 -0
- package/dist/esm/models/appointment-registration-detail-dto.d.ts +269 -0
- package/dist/esm/models/appointment-registration-detail-dto.js +17 -0
- package/dist/esm/models/appointment-registration-dto.d.ts +197 -0
- package/dist/esm/models/appointment-registration-dto.js +17 -0
- package/dist/esm/models/appointment-registration-personnel-dto.d.ts +120 -0
- package/dist/esm/models/appointment-registration-records-query-vo.d.ts +30 -0
- package/dist/esm/models/appointment-registration-status-vo.d.ts +72 -0
- package/dist/esm/models/appointment-registration-unloading-area-count-details-dto.d.ts +36 -0
- package/dist/esm/models/appointment-registration-unloading-area-count-dto.d.ts +37 -0
- package/dist/esm/models/appointment-registration-unloading-area-list-details-dto.d.ts +60 -0
- package/dist/esm/models/appointment-registration-vehicle-type-vo.d.ts +30 -0
- package/dist/esm/models/appointment-registration-vo.d.ts +157 -0
- package/dist/esm/models/appointment-registration-vo.js +17 -0
- package/dist/esm/models/appointment-set-item-vo.d.ts +47 -0
- package/dist/esm/models/appointment-set-item-vo.js +23 -0
- package/dist/esm/models/appointment-set-vo.d.ts +61 -0
- package/dist/esm/models/associated-plan-dto.d.ts +30 -0
- package/dist/esm/models/black-add-vo.d.ts +60 -0
- package/dist/esm/models/black-edit-vo.d.ts +60 -0
- package/dist/esm/models/black-search-vo.d.ts +121 -0
- package/dist/esm/models/black-search-vo.js +17 -0
- package/dist/esm/models/black-white-entity.d.ts +125 -0
- package/dist/esm/models/black-white-entity.js +17 -0
- package/dist/esm/models/bodys.d.ts +44 -0
- package/dist/esm/models/business-work-order-dto.d.ts +66 -0
- package/dist/esm/models/business-work-order-list-dto.d.ts +73 -0
- package/dist/esm/models/call-police-add-vo.d.ts +91 -0
- package/dist/esm/models/call-police-detail-dto.d.ts +275 -0
- package/dist/esm/models/call-police-detail-dto.js +32 -0
- package/dist/esm/models/call-police-history-dto.d.ts +145 -0
- package/dist/esm/models/call-police-history-dto.js +18 -0
- package/dist/esm/models/call-police-history-handle.d.ts +48 -0
- package/dist/esm/models/call-police-type-dto.d.ts +30 -0
- package/dist/esm/models/call-police-type-enum.d.ts +32 -0
- package/dist/esm/models/call-police-type-enum.js +33 -0
- package/dist/esm/models/choice-energy-meter-bo.d.ts +42 -0
- package/dist/esm/models/choice-water-meter-vo.d.ts +30 -0
- package/dist/esm/models/choice-watt-hour-meter-vo.d.ts +30 -0
- package/dist/esm/models/cold-store-dashboard-access-count-dto.d.ts +30 -0
- package/dist/esm/models/cold-store-dashboard-access-details-series-dto.d.ts +30 -0
- package/dist/esm/models/cold-store-dashboard-access-series-dto.d.ts +37 -0
- package/dist/esm/models/cold-store-dashboard-alarm-count-dto.d.ts +36 -0
- package/dist/esm/models/cold-store-dashboard-alarm-list-dto.d.ts +36 -0
- package/dist/esm/models/cold-store-dashboard-area-dto.d.ts +30 -0
- package/dist/esm/models/cold-store-dashboard-device-dto.d.ts +67 -0
- package/dist/esm/models/cold-store-dashboard-device-lift-gate-series-details-dto.d.ts +30 -0
- package/dist/esm/models/cold-store-dashboard-device-lift-gate-series-dto.d.ts +55 -0
- package/dist/esm/models/cold-store-dashboard-device-unit-dto.d.ts +55 -0
- package/dist/esm/models/cold-store-dashboard-device-unit-item-dto.d.ts +66 -0
- package/dist/esm/models/cold-store-dashboard-energy-consumption-series-dto.d.ts +30 -0
- package/dist/esm/models/cold-store-dashboard-energy-consumption-statistics-dto.d.ts +30 -0
- package/dist/esm/models/cold-store-dashboard-plan-calendar-list-dto.d.ts +36 -0
- package/dist/esm/models/complaint-record-add-bo.d.ts +54 -0
- package/dist/esm/models/cost-bill-list-bo.d.ts +66 -0
- package/dist/esm/models/cost-bill-list-bo.js +14 -0
- package/dist/esm/models/cost-bill-push-hire-bo.d.ts +30 -0
- package/dist/esm/models/cost-bill-push-hire-bo.js +14 -0
- package/dist/esm/models/cost-bill-push-sap-bo.d.ts +24 -0
- package/dist/esm/models/cost-bill-push-sap-bo.js +14 -0
- package/dist/esm/models/cost-delete-bo.d.ts +36 -0
- package/dist/esm/models/cost-delete-bo.js +14 -0
- package/dist/esm/models/cost-park-bill-usage-settings-save-or-update-bo.d.ts +108 -0
- package/dist/esm/models/cost-park-bill-usage-settings-save-or-update-bo.js +14 -0
- package/dist/esm/models/cost-park-energy-bill-number-of-periods-bo.d.ts +36 -0
- package/dist/esm/models/cost-park-energy-bill-number-of-periods-bo.js +14 -0
- package/dist/esm/models/cost-park-energy-unit-price-settings-save-or-update-bo.d.ts +108 -0
- package/dist/esm/models/cost-park-energy-unit-price-settings-save-or-update-bo.js +14 -0
- package/dist/esm/models/cost-park-hire-energy-bill-bo.d.ts +49 -0
- package/dist/esm/models/cost-park-hire-energy-bill-bo.js +14 -0
- package/dist/esm/models/cost-park-hire-energy-bill-details-bo.d.ts +30 -0
- package/dist/esm/models/cost-park-hire-energy-bill-details-bo.js +14 -0
- package/dist/esm/models/cost-park-hire-energy-bill-details-save-bo.d.ts +54 -0
- package/dist/esm/models/cost-park-hire-energy-bill-details-save-bo.js +14 -0
- package/dist/esm/models/cost-park-hire-energy-bill-save-bo.d.ts +49 -0
- package/dist/esm/models/cost-park-hire-energy-bill-save-bo.js +14 -0
- package/dist/esm/models/cost-park-hire-energy-bill-update-bo.d.ts +31 -0
- package/dist/esm/models/cost-park-hire-energy-bill-update-bo.js +14 -0
- package/dist/esm/models/cost-park-hire-energy-bill-update-details-bo.d.ts +60 -0
- package/dist/esm/models/cost-park-hire-energy-bill-update-details-bo.js +14 -0
- package/dist/esm/models/cost-subject-save-or-update-bo.d.ts +84 -0
- package/dist/esm/models/cost-subject-save-or-update-bo.js +14 -0
- package/dist/esm/models/cost-withdrawal-of-bills-bo.d.ts +24 -0
- package/dist/esm/models/cost-withdrawal-of-bills-bo.js +14 -0
- package/dist/esm/models/daily-schedule-time-window.d.ts +30 -0
- package/dist/esm/models/daily-schedule-time-window.js +14 -0
- package/dist/esm/models/delete-water-vo.d.ts +36 -0
- package/dist/esm/models/delete-water-vo.js +14 -0
- package/dist/esm/models/device-group-settings-add-or-update-bo.d.ts +42 -0
- package/dist/esm/models/device-group-settings-add-or-update-bo.js +14 -0
- package/dist/esm/models/device-group-settings-entity.d.ts +66 -0
- package/dist/esm/models/device-group-settings-entity.js +14 -0
- package/dist/esm/models/device-list-dto.d.ts +30 -0
- package/dist/esm/models/device-list-dto.js +14 -0
- package/dist/esm/models/device-records-search-vo.d.ts +98 -0
- package/dist/esm/models/device-records-search-vo.js +14 -0
- package/dist/esm/models/device-unit-dto.d.ts +84 -0
- package/dist/esm/models/device-unit-dto.js +14 -0
- package/dist/esm/models/device-unit-edit.d.ts +60 -0
- package/dist/esm/models/device-unit-edit.js +14 -0
- package/dist/esm/models/device-unit-item-dto.d.ts +30 -0
- package/dist/esm/models/device-unit-item-dto.js +14 -0
- package/dist/esm/models/device-unit-items-entity.d.ts +144 -0
- package/dist/esm/models/device-unit-items-entity.js +14 -0
- package/dist/esm/models/device-unit-items-search-dto.d.ts +98 -0
- package/dist/esm/models/device-unit-items-search-dto.js +14 -0
- package/dist/esm/models/device-unit-items-update-dto.d.ts +61 -0
- package/dist/esm/models/device-unit-items-update-dto.js +14 -0
- package/dist/esm/models/device-unit-sort-bo.d.ts +30 -0
- package/dist/esm/models/device-unit-sort-bo.js +14 -0
- package/dist/esm/models/devices-search-dto.d.ts +193 -0
- package/dist/esm/models/devices-search-dto.js +14 -0
- package/dist/esm/models/devices-search-vo.d.ts +92 -0
- package/dist/esm/models/devices-search-vo.js +14 -0
- package/dist/esm/models/earnest-money-transaction-update-dto.d.ts +31 -0
- package/dist/esm/models/earnest-money-transaction-update-dto.js +14 -0
- package/dist/esm/models/earnest-money-transaction.d.ts +36 -0
- package/dist/esm/models/earnest-money-transaction.js +14 -0
- package/dist/esm/models/energy-consumption-by-energy-type-dto.d.ts +58 -0
- package/dist/esm/models/energy-consumption-by-energy-type-dto.js +22 -0
- package/dist/esm/models/energy-consumption-details-dto.d.ts +120 -0
- package/dist/esm/models/energy-consumption-details-dto.js +14 -0
- package/dist/esm/models/energy-consumption-dto.d.ts +55 -0
- package/dist/esm/models/energy-consumption-dto.js +14 -0
- package/dist/esm/models/energy-consumption-line-chart-details-dto.d.ts +30 -0
- package/dist/esm/models/energy-consumption-line-chart-details-dto.js +14 -0
- package/dist/esm/models/energy-consumption-search-vo.d.ts +54 -0
- package/dist/esm/models/energy-consumption-search-vo.js +14 -0
- package/dist/esm/models/energy-consumption-series-dto.d.ts +30 -0
- package/dist/esm/models/energy-consumption-series-dto.js +14 -0
- package/dist/esm/models/energy-consumption-vo.d.ts +80 -0
- package/dist/esm/models/energy-consumption-vo.js +14 -0
- package/dist/esm/models/energy-formula-calculation-bo.d.ts +66 -0
- package/dist/esm/models/energy-formula-calculation-bo.js +14 -0
- package/dist/esm/models/energy-formula-type-enum.d.ts +21 -0
- package/dist/esm/models/energy-formula-type-enum.js +22 -0
- package/dist/esm/models/energy-gradient-alarm-add-or-update-vo.d.ts +60 -0
- package/dist/esm/models/energy-gradient-alarm-add-or-update-vo.js +22 -0
- package/dist/esm/models/energy-gradient-alarm-details-dto.d.ts +60 -0
- package/dist/esm/models/energy-gradient-alarm-details-dto.js +22 -0
- package/dist/esm/models/energy-gradient-alarm-device-dto.d.ts +30 -0
- package/dist/esm/models/energy-gradient-alarm-device-dto.js +14 -0
- package/dist/esm/models/energy-gradient-alarm-rule-dto.d.ts +86 -0
- package/dist/esm/models/energy-gradient-alarm-rule-dto.js +20 -0
- package/dist/esm/models/energy-gradient-alarm-rule-vo.d.ts +86 -0
- package/dist/esm/models/energy-gradient-alarm-rule-vo.js +20 -0
- package/dist/esm/models/energy-hire-share-formula-add-or-update-bo.d.ts +30 -0
- package/dist/esm/models/energy-hire-share-formula-add-or-update-bo.js +14 -0
- package/dist/esm/models/energy-hire-share-settings-add-or-update-bo.d.ts +43 -0
- package/dist/esm/models/energy-hire-share-settings-add-or-update-bo.js +14 -0
- package/dist/esm/models/energy-hire-watt-hour-meter-vo.d.ts +42 -0
- package/dist/esm/models/energy-hire-watt-hour-meter-vo.js +14 -0
- package/dist/esm/models/energy-histogram-details-dto.d.ts +42 -0
- package/dist/esm/models/energy-histogram-details-dto.js +14 -0
- package/dist/esm/models/energy-histogram-dto.d.ts +37 -0
- package/dist/esm/models/energy-histogram-dto.js +14 -0
- package/dist/esm/models/energy-label-add-bo.d.ts +54 -0
- package/dist/esm/models/energy-label-add-bo.js +14 -0
- package/dist/esm/models/energy-label-entity.d.ts +84 -0
- package/dist/esm/models/energy-label-entity.js +14 -0
- package/dist/esm/models/energy-label-series-dto.d.ts +37 -0
- package/dist/esm/models/energy-label-series-dto.js +14 -0
- package/dist/esm/models/energy-label-update-bo.d.ts +42 -0
- package/dist/esm/models/energy-label-update-bo.js +14 -0
- package/dist/esm/models/energy-meter-details-bo.d.ts +30 -0
- package/dist/esm/models/energy-meter-details-bo.js +14 -0
- package/dist/esm/models/energy-meter-details-dto.d.ts +174 -0
- package/dist/esm/models/energy-meter-details-dto.js +14 -0
- package/dist/esm/models/energy-meter-hire-details-bo.d.ts +66 -0
- package/dist/esm/models/energy-meter-hire-details-bo.js +14 -0
- package/dist/esm/models/energy-meter-hire-details-dto.d.ts +102 -0
- package/dist/esm/models/energy-meter-hire-details-dto.js +14 -0
- package/dist/esm/models/energy-meter-hire-details-statistics-bo.d.ts +54 -0
- package/dist/esm/models/energy-meter-hire-details-statistics-bo.js +14 -0
- package/dist/esm/models/energy-meter-item-type-enum.d.ts +24 -0
- package/dist/esm/models/energy-meter-item-type-enum.js +25 -0
- package/dist/esm/models/energy-meter-item-type-list-dto.d.ts +60 -0
- package/dist/esm/models/energy-meter-item-type-list-dto.js +14 -0
- package/dist/esm/models/energy-meter-list-dto.d.ts +96 -0
- package/dist/esm/models/energy-meter-list-dto.js +14 -0
- package/dist/esm/models/energy-meter-record-dto.d.ts +55 -0
- package/dist/esm/models/energy-meter-record-dto.js +14 -0
- package/dist/esm/models/energy-meter-search-bo.d.ts +128 -0
- package/dist/esm/models/energy-meter-search-bo.js +14 -0
- package/dist/esm/models/energy-park-formula-add-or-update-bo.d.ts +48 -0
- package/dist/esm/models/energy-park-formula-add-or-update-bo.js +14 -0
- package/dist/esm/models/energy-series-by-meter-item-type-details-dto.d.ts +30 -0
- package/dist/esm/models/energy-series-by-meter-item-type-details-dto.js +14 -0
- package/dist/esm/models/energy-series-by-meter-item-type-dto.d.ts +32 -0
- package/dist/esm/models/energy-series-by-meter-item-type-dto.js +14 -0
- package/dist/esm/models/energy-set-vo.d.ts +144 -0
- package/dist/esm/models/energy-set-vo.js +14 -0
- package/dist/esm/models/energy-type-dto.d.ts +46 -0
- package/dist/esm/models/energy-type-dto.js +22 -0
- package/dist/esm/models/energy-work-order-detail-dto.d.ts +140 -0
- package/dist/esm/models/energy-work-order-detail-dto.js +14 -0
- package/dist/esm/models/energy-work-order-reading-record-details-dto.d.ts +72 -0
- package/dist/esm/models/energy-work-order-reading-record-details-dto.js +14 -0
- package/dist/esm/models/esg-park-by-series-details-dto.d.ts +30 -0
- package/dist/esm/models/esg-park-by-series-details-dto.js +14 -0
- package/dist/esm/models/esg-park-by-series-dto.d.ts +31 -0
- package/dist/esm/models/esg-park-by-series-dto.js +14 -0
- package/dist/esm/models/esg-park-carbon-emission-details-dto.d.ts +102 -0
- package/dist/esm/models/esg-park-carbon-emission-details-dto.js +14 -0
- package/dist/esm/models/esg-park-carbon-emission-statistics-dto.d.ts +42 -0
- package/dist/esm/models/esg-park-carbon-emission-statistics-dto.js +14 -0
- package/dist/esm/models/esg-park-charging-station-statistics-dto.d.ts +30 -0
- package/dist/esm/models/esg-park-charging-station-statistics-dto.js +14 -0
- package/dist/esm/models/esg-park-config-add-or-update-bo.d.ts +30 -0
- package/dist/esm/models/esg-park-config-add-or-update-bo.js +14 -0
- package/dist/esm/models/esg-park-energy-details-statistics-dto.d.ts +114 -0
- package/dist/esm/models/esg-park-energy-details-statistics-dto.js +14 -0
- package/dist/esm/models/esg-park-energy-statistics-dto.d.ts +48 -0
- package/dist/esm/models/esg-park-energy-statistics-dto.js +14 -0
- package/dist/esm/models/esg-park-greening-coverage-statistics-dto.d.ts +36 -0
- package/dist/esm/models/esg-park-greening-coverage-statistics-dto.js +14 -0
- package/dist/esm/models/esg-park-renewable-energy-statistics-dto.d.ts +30 -0
- package/dist/esm/models/esg-park-renewable-energy-statistics-dto.js +14 -0
- package/dist/esm/models/esg-park-waste-config-add-or-update-bo.d.ts +66 -0
- package/dist/esm/models/esg-park-waste-config-add-or-update-bo.js +14 -0
- package/dist/esm/models/esg-park-waste-config-list-dto.d.ts +84 -0
- package/dist/esm/models/esg-park-waste-config-list-dto.js +14 -0
- package/dist/esm/models/esg-user-statistics-dto.d.ts +54 -0
- package/dist/esm/models/esg-user-statistics-dto.js +14 -0
- package/dist/esm/models/esgpark-waste-statistics-dto.d.ts +42 -0
- package/dist/esm/models/esgpark-waste-statistics-dto.js +14 -0
- package/dist/esm/models/export-energy-meter-record-bo.d.ts +73 -0
- package/dist/esm/models/export-energy-meter-record-bo.js +14 -0
- package/dist/esm/models/export-hire-energy-meter-record-bo.d.ts +60 -0
- package/dist/esm/models/export-hire-energy-meter-record-bo.js +14 -0
- package/dist/esm/models/export-in-park-vehicle-bo.d.ts +71 -0
- package/dist/esm/models/export-in-park-vehicle-bo.js +17 -0
- package/dist/esm/models/feedback-activity-list-vo.d.ts +61 -0
- package/dist/esm/models/feedback-activity-list-vo.js +14 -0
- package/dist/esm/models/feedback-level-enum.d.ts +21 -0
- package/dist/esm/models/feedback-level-enum.js +22 -0
- package/dist/esm/models/feedback-push-settings-add-or-update-vo.d.ts +61 -0
- package/dist/esm/models/feedback-push-settings-add-or-update-vo.js +14 -0
- package/dist/esm/models/feedback-push-settings-entity.d.ts +85 -0
- package/dist/esm/models/feedback-push-settings-entity.js +14 -0
- package/dist/esm/models/feedback-record-add-dto.d.ts +67 -0
- package/dist/esm/models/feedback-record-add-dto.js +14 -0
- package/dist/esm/models/feedback-record-detail-vo.d.ts +177 -0
- package/dist/esm/models/feedback-record-detail-vo.js +14 -0
- package/dist/esm/models/feedback-record-list-vo.d.ts +128 -0
- package/dist/esm/models/feedback-record-list-vo.js +14 -0
- package/dist/esm/models/feedback-record-reply-dto.d.ts +30 -0
- package/dist/esm/models/feedback-record-reply-dto.js +14 -0
- package/dist/esm/models/feedback-record-review-dto.d.ts +36 -0
- package/dist/esm/models/feedback-record-review-dto.js +14 -0
- package/dist/esm/models/feedback-reply-list-vo.d.ts +60 -0
- package/dist/esm/models/feedback-reply-list-vo.js +14 -0
- package/dist/esm/models/feedback-series-by-type-details-dto.d.ts +30 -0
- package/dist/esm/models/feedback-series-by-type-details-dto.js +14 -0
- package/dist/esm/models/feedback-series-by-type-dto.d.ts +32 -0
- package/dist/esm/models/feedback-series-by-type-dto.js +14 -0
- package/dist/esm/models/feedback-statistics-count-dto.d.ts +54 -0
- package/dist/esm/models/feedback-statistics-count-dto.js +14 -0
- package/dist/esm/models/feedback-statistics-list-dto.d.ts +60 -0
- package/dist/esm/models/feedback-statistics-list-dto.js +14 -0
- package/dist/esm/models/feedback-statistics-satisfaction-rating-dto.d.ts +54 -0
- package/dist/esm/models/feedback-statistics-satisfaction-rating-dto.js +14 -0
- package/dist/esm/models/feedback-status-enum.d.ts +24 -0
- package/dist/esm/models/feedback-status-enum.js +25 -0
- package/dist/esm/models/feedback-type-enum.d.ts +32 -0
- package/dist/esm/models/feedback-type-enum.js +33 -0
- package/dist/esm/models/file-management-add-mode-enum.d.ts +22 -0
- package/dist/esm/models/file-management-add-mode-enum.js +23 -0
- package/dist/esm/models/file-management-entity.d.ts +110 -0
- package/dist/esm/models/file-management-entity.js +14 -0
- package/dist/esm/models/file-management-file-type-enum.d.ts +24 -0
- package/dist/esm/models/file-management-file-type-enum.js +25 -0
- package/dist/esm/models/file-management-list-children-dto.d.ts +92 -0
- package/dist/esm/models/file-management-list-children-dto.js +14 -0
- package/dist/esm/models/file-management-list-dto.d.ts +86 -0
- package/dist/esm/models/file-management-list-dto.js +14 -0
- package/dist/esm/models/file-management-push-message-vo.d.ts +36 -0
- package/dist/esm/models/file-management-push-message-vo.js +14 -0
- package/dist/esm/models/file-management-type-enum.d.ts +21 -0
- package/dist/esm/models/file-management-type-enum.js +22 -0
- package/dist/esm/models/file-management-update-vo.d.ts +37 -0
- package/dist/esm/models/file-management-update-vo.js +14 -0
- package/dist/esm/models/file-management-usage-dto.d.ts +30 -0
- package/dist/esm/models/file-management-usage-dto.js +14 -0
- package/dist/esm/models/file-vo.d.ts +36 -0
- package/dist/esm/models/file-vo.js +14 -0
- package/dist/esm/models/fire-control-equipment-add-vo.d.ts +60 -0
- package/dist/esm/models/fire-control-equipment-add-vo.js +14 -0
- package/dist/esm/models/fire-control-equipment-batch-setting-location-vo.d.ts +30 -0
- package/dist/esm/models/fire-control-equipment-batch-setting-location-vo.js +14 -0
- package/dist/esm/models/fire-control-equipment-edit-vo.d.ts +42 -0
- package/dist/esm/models/fire-control-equipment-edit-vo.js +14 -0
- package/dist/esm/models/fire-control-equipment-search-vo.d.ts +110 -0
- package/dist/esm/models/fire-control-equipment-search-vo.js +14 -0
- package/dist/esm/models/followup-work-order-dto.d.ts +0 -7
- package/dist/esm/models/gate-list-po.d.ts +80 -0
- package/dist/esm/models/gate-list-po.js +14 -0
- package/dist/esm/models/get-user-wx200-response-locale.d.ts +102 -0
- package/dist/esm/models/get-user-wx200-response-locale.js +14 -0
- package/dist/esm/models/get-user-wx200-response-output-stream.d.ts +30 -0
- package/dist/esm/models/get-user-wx200-response-output-stream.js +14 -0
- package/dist/esm/models/get-user-wx200-response.d.ts +92 -0
- package/dist/esm/models/get-user-wx200-response.js +14 -0
- package/dist/esm/models/gizone-access-set-detail-req.d.ts +24 -0
- package/dist/esm/models/gizone-access-set-detail-req.js +14 -0
- package/dist/esm/models/gizone-access-set-vo.d.ts +145 -0
- package/dist/esm/models/gizone-access-set-vo.js +14 -0
- package/dist/esm/models/gizone-devicve-list-search-vo.d.ts +116 -0
- package/dist/esm/models/gizone-devicve-list-search-vo.js +14 -0
- package/dist/esm/models/gizone-gate-add-or-update-po.d.ts +72 -0
- package/dist/esm/models/gizone-gate-add-or-update-po.js +14 -0
- package/dist/esm/models/gizone-gate-delete-req.d.ts +24 -0
- package/dist/esm/models/gizone-gate-delete-req.js +14 -0
- package/dist/esm/models/gizone-user-black-white-edit-vo.d.ts +90 -0
- package/dist/esm/models/gizone-user-black-white-edit-vo.js +14 -0
- package/dist/esm/models/gizone-user-black-white-entity.d.ts +126 -0
- package/dist/esm/models/gizone-user-black-white-entity.js +14 -0
- package/dist/esm/models/gizone-user-black-white-search-vo.d.ts +116 -0
- package/dist/esm/models/gizone-user-black-white-search-vo.js +14 -0
- package/dist/esm/models/gizone-user-black-white-vo.d.ts +96 -0
- package/dist/esm/models/gizone-user-black-white-vo.js +14 -0
- package/dist/esm/models/gizone-watt-hour-meter-config-entity.d.ts +36 -0
- package/dist/esm/models/gizone-watt-hour-meter-config-entity.js +14 -0
- package/dist/esm/models/gradient-alarm-device-dto.d.ts +42 -0
- package/dist/esm/models/gradient-alarm-device-dto.js +18 -0
- package/dist/esm/models/gradient-alarm-list-dto.d.ts +69 -0
- package/dist/esm/models/gradient-alarm-list-dto.js +14 -0
- package/dist/esm/models/gradient-alarm-rule-dto.d.ts +42 -0
- package/dist/esm/models/gradient-alarm-rule-dto.js +14 -0
- package/dist/esm/models/gradient-alarm-type.d.ts +21 -0
- package/dist/esm/models/gradient-alarm-type.js +22 -0
- package/dist/esm/models/handler-complaint-record-bo.d.ts +72 -0
- package/dist/esm/models/handler-complaint-record-bo.js +14 -0
- package/dist/esm/models/hire-add-vo.d.ts +126 -0
- package/dist/esm/models/hire-add-vo.js +14 -0
- package/dist/esm/models/hire-air-conditioning-list-dto.d.ts +54 -0
- package/dist/esm/models/hire-air-conditioning-list-dto.js +14 -0
- package/dist/esm/models/hire-edit-vo.d.ts +42 -0
- package/dist/esm/models/hire-edit-vo.js +14 -0
- package/dist/esm/models/hire-lease-stage-dto.d.ts +66 -0
- package/dist/esm/models/hire-lease-stage-dto.js +14 -0
- package/dist/esm/models/hire-lease-stage-save-or-update-bo.d.ts +54 -0
- package/dist/esm/models/hire-lease-stage-save-or-update-bo.js +14 -0
- package/dist/esm/models/hire-lease-term-and-lease-stage-save-or-update-bo.d.ts +37 -0
- package/dist/esm/models/hire-lease-term-and-lease-stage-save-or-update-bo.js +14 -0
- package/dist/esm/models/hire-lease-term-dto.d.ts +103 -0
- package/dist/esm/models/hire-lease-term-dto.js +14 -0
- package/dist/esm/models/hire-lease-term-entity.d.ts +186 -0
- package/dist/esm/models/hire-lease-term-entity.js +14 -0
- package/dist/esm/models/hire-lease-term-list-dto.d.ts +186 -0
- package/dist/esm/models/hire-lease-term-list-dto.js +14 -0
- package/dist/esm/models/hire-lease-term-save-or-update-bo.d.ts +73 -0
- package/dist/esm/models/hire-lease-term-save-or-update-bo.js +14 -0
- package/dist/esm/models/hire-lease-term-save-or-update-vo.d.ts +126 -0
- package/dist/esm/models/hire-lease-term-save-or-update-vo.js +14 -0
- package/dist/esm/models/hire-search-vo.d.ts +72 -0
- package/dist/esm/models/hire-search-vo.js +14 -0
- package/dist/esm/models/hire-select-list-dto.d.ts +60 -0
- package/dist/esm/models/hire-select-list-dto.js +14 -0
- package/dist/esm/models/hire-sort-update-bo.d.ts +30 -0
- package/dist/esm/models/hire-sort-update-bo.js +14 -0
- package/dist/esm/models/hire-user-add-redis-list-vo.d.ts +43 -0
- package/dist/esm/models/hire-user-add-redis-list-vo.js +14 -0
- package/dist/esm/models/hire-user-excel-dto.d.ts +96 -0
- package/dist/esm/models/hire-user-excel-dto.js +14 -0
- package/dist/esm/models/in-park-vehicle-detail-dto.d.ts +125 -0
- package/dist/esm/models/in-park-vehicle-detail-dto.js +17 -0
- package/dist/esm/models/in-park-vehicle-dto.d.ts +72 -0
- package/dist/esm/models/in-park-vehicle-dto.js +14 -0
- package/dist/esm/models/in-park-vehicle-req.d.ts +89 -0
- package/dist/esm/models/in-park-vehicle-req.js +17 -0
- package/dist/esm/models/in-park-vehicle-statistics-req.d.ts +24 -0
- package/dist/esm/models/in-park-vehicle-statistics-req.js +14 -0
- package/dist/esm/models/in-park-vehicle-statistics-resp.d.ts +42 -0
- package/dist/esm/models/in-park-vehicle-statistics-resp.js +14 -0
- package/dist/esm/models/in-park-vehicle-vo.d.ts +119 -0
- package/dist/esm/models/in-park-vehicle-vo.js +17 -0
- package/dist/esm/models/index.d.ts +567 -74
- package/dist/esm/models/index.js +567 -74
- package/dist/esm/models/inout-open-po.d.ts +48 -0
- package/dist/esm/models/inout-open-po.js +14 -0
- package/dist/esm/models/internet-access-park-vehicle-vo.d.ts +109 -0
- package/dist/esm/models/internet-access-park-vehicle-vo.js +17 -0
- package/dist/esm/models/internet-meter-add-vo.d.ts +66 -0
- package/dist/esm/models/internet-meter-add-vo.js +14 -0
- package/dist/esm/models/internet-meter-details-add-vo.d.ts +54 -0
- package/dist/esm/models/internet-meter-details-add-vo.js +14 -0
- package/dist/esm/models/internet-meter-report-record-search-vo.d.ts +80 -0
- package/dist/esm/models/internet-meter-report-record-search-vo.js +14 -0
- package/dist/esm/models/internet-meter-report-record-statistics-vo.d.ts +30 -0
- package/dist/esm/models/internet-meter-report-record-statistics-vo.js +14 -0
- package/dist/esm/models/internet-meter-search-vo.d.ts +30 -0
- package/dist/esm/models/internet-meter-search-vo.js +14 -0
- package/dist/esm/models/internet-pan-perception-report-record-vo.d.ts +80 -0
- package/dist/esm/models/internet-pan-perception-report-record-vo.js +14 -0
- package/dist/esm/models/internet-pan-perception-search-vo.d.ts +30 -0
- package/dist/esm/models/internet-pan-perception-search-vo.js +14 -0
- package/dist/esm/models/internet-set-vo.d.ts +54 -0
- package/dist/esm/models/internet-set-vo.js +14 -0
- package/dist/esm/models/internet-water-report-record-search-vo.d.ts +80 -0
- package/dist/esm/models/internet-water-report-record-search-vo.js +14 -0
- package/dist/esm/models/internet-water-search-vo.d.ts +30 -0
- package/dist/esm/models/internet-water-search-vo.js +14 -0
- package/dist/esm/models/iot-gradient-alarm-add-or-update-vo.d.ts +55 -0
- package/dist/esm/models/iot-gradient-alarm-add-or-update-vo.js +14 -0
- package/dist/esm/models/iot-gradient-alarm-rule-settings-dto.d.ts +96 -0
- package/dist/esm/models/iot-gradient-alarm-rule-settings-dto.js +14 -0
- package/dist/esm/models/iot-gradient-alarm-rule-vo.d.ts +78 -0
- package/dist/esm/models/iot-gradient-alarm-rule-vo.js +14 -0
- package/dist/esm/models/iot-gradient-alarm-settings-dto.d.ts +61 -0
- package/dist/esm/models/iot-gradient-alarm-settings-dto.js +14 -0
- package/dist/esm/models/ipage-access-vo.d.ts +62 -0
- package/dist/esm/models/ipage-access-vo.js +14 -0
- package/dist/esm/models/json-result-ai-monitoring-config-vo.d.ts +62 -0
- package/dist/esm/models/json-result-ai-monitoring-config-vo.js +14 -0
- package/dist/esm/models/json-result-air-conditioning-reservation-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-air-conditioning-reservation-details-dto.js +14 -0
- package/dist/esm/models/json-result-appointment-registration-detail-dto.d.ts +62 -0
- package/dist/esm/models/json-result-appointment-registration-detail-dto.js +14 -0
- package/dist/esm/models/json-result-appointment-set-vo.d.ts +62 -0
- package/dist/esm/models/json-result-appointment-set-vo.js +14 -0
- package/dist/esm/models/json-result-black-white-entity.d.ts +62 -0
- package/dist/esm/models/json-result-black-white-entity.js +14 -0
- package/dist/esm/models/json-result-business-work-order-list-dto.d.ts +62 -0
- package/dist/esm/models/json-result-business-work-order-list-dto.js +14 -0
- package/dist/esm/models/json-result-call-police-detail-dto.d.ts +62 -0
- package/dist/esm/models/json-result-call-police-detail-dto.js +14 -0
- package/dist/esm/models/json-result-cold-store-dashboard-access-count-dto.d.ts +62 -0
- package/dist/esm/models/json-result-cold-store-dashboard-access-count-dto.js +14 -0
- package/dist/esm/models/json-result-cold-store-dashboard-alarm-count-dto.d.ts +62 -0
- package/dist/esm/models/json-result-cold-store-dashboard-alarm-count-dto.js +14 -0
- package/dist/esm/models/json-result-cold-store-dashboard-area-dto.d.ts +62 -0
- package/dist/esm/models/json-result-cold-store-dashboard-area-dto.js +14 -0
- package/dist/esm/models/json-result-cold-store-dashboard-energy-consumption-statistics-dto.d.ts +62 -0
- package/dist/esm/models/json-result-cold-store-dashboard-energy-consumption-statistics-dto.js +14 -0
- package/dist/esm/models/json-result-device-group-settings-entity.d.ts +62 -0
- package/dist/esm/models/json-result-device-group-settings-entity.js +14 -0
- package/dist/esm/models/json-result-energy-consumption-dto.d.ts +62 -0
- package/dist/esm/models/json-result-energy-consumption-dto.js +14 -0
- package/dist/esm/models/json-result-energy-gradient-alarm-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-energy-gradient-alarm-details-dto.js +14 -0
- package/dist/esm/models/json-result-energy-label-entity.d.ts +62 -0
- package/dist/esm/models/json-result-energy-label-entity.js +14 -0
- package/dist/esm/models/json-result-energy-meter-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-energy-meter-details-dto.js +14 -0
- package/dist/esm/models/json-result-energy-meter-record-dto.d.ts +62 -0
- package/dist/esm/models/json-result-energy-meter-record-dto.js +14 -0
- package/dist/esm/models/json-result-energy-work-order-detail-dto.d.ts +62 -0
- package/dist/esm/models/json-result-energy-work-order-detail-dto.js +14 -0
- package/dist/esm/models/json-result-esg-park-carbon-emission-statistics-dto.d.ts +62 -0
- package/dist/esm/models/json-result-esg-park-carbon-emission-statistics-dto.js +14 -0
- package/dist/esm/models/json-result-esg-park-charging-station-statistics-dto.d.ts +62 -0
- package/dist/esm/models/json-result-esg-park-charging-station-statistics-dto.js +14 -0
- package/dist/esm/models/json-result-esg-park-energy-statistics-dto.d.ts +62 -0
- package/dist/esm/models/json-result-esg-park-energy-statistics-dto.js +14 -0
- package/dist/esm/models/json-result-esg-park-greening-coverage-statistics-dto.d.ts +62 -0
- package/dist/esm/models/json-result-esg-park-greening-coverage-statistics-dto.js +14 -0
- package/dist/esm/models/json-result-esg-park-renewable-energy-statistics-dto.d.ts +62 -0
- package/dist/esm/models/json-result-esg-park-renewable-energy-statistics-dto.js +14 -0
- package/dist/esm/models/json-result-esg-user-statistics-dto.d.ts +62 -0
- package/dist/esm/models/json-result-esg-user-statistics-dto.js +14 -0
- package/dist/esm/models/json-result-esgpark-waste-statistics-dto.d.ts +62 -0
- package/dist/esm/models/json-result-esgpark-waste-statistics-dto.js +14 -0
- package/dist/esm/models/json-result-feedback-record-detail-vo.d.ts +62 -0
- package/dist/esm/models/json-result-feedback-record-detail-vo.js +14 -0
- package/dist/esm/models/json-result-feedback-statistics-count-dto.d.ts +62 -0
- package/dist/esm/models/json-result-feedback-statistics-count-dto.js +14 -0
- package/dist/esm/models/json-result-feedback-statistics-satisfaction-rating-dto.d.ts +62 -0
- package/dist/esm/models/json-result-feedback-statistics-satisfaction-rating-dto.js +14 -0
- package/dist/esm/models/json-result-file-management-entity.d.ts +62 -0
- package/dist/esm/models/json-result-file-management-entity.js +14 -0
- package/dist/esm/models/json-result-file-management-usage-dto.d.ts +62 -0
- package/dist/esm/models/json-result-file-management-usage-dto.js +14 -0
- package/dist/esm/models/json-result-gizone-access-set-vo.d.ts +62 -0
- package/dist/esm/models/json-result-gizone-access-set-vo.js +14 -0
- package/dist/esm/models/json-result-gizone-user-black-white-entity.d.ts +62 -0
- package/dist/esm/models/json-result-gizone-user-black-white-entity.js +14 -0
- package/dist/esm/models/json-result-hire-lease-term-entity.d.ts +62 -0
- package/dist/esm/models/json-result-hire-lease-term-entity.js +14 -0
- package/dist/esm/models/json-result-hire-user-add-redis-list-vo.d.ts +62 -0
- package/dist/esm/models/json-result-hire-user-add-redis-list-vo.js +14 -0
- package/dist/esm/models/json-result-in-park-vehicle-detail-dto.d.ts +62 -0
- package/dist/esm/models/json-result-in-park-vehicle-detail-dto.js +14 -0
- package/dist/esm/models/json-result-in-park-vehicle-dto.d.ts +62 -0
- package/dist/esm/models/json-result-in-park-vehicle-dto.js +14 -0
- package/dist/esm/models/json-result-in-park-vehicle-statistics-resp.d.ts +62 -0
- package/dist/esm/models/json-result-in-park-vehicle-statistics-resp.js +14 -0
- package/dist/esm/models/json-result-iot-gradient-alarm-settings-dto.d.ts +62 -0
- package/dist/esm/models/json-result-iot-gradient-alarm-settings-dto.js +14 -0
- package/dist/esm/models/json-result-ipage-access-vo.d.ts +62 -0
- package/dist/esm/models/json-result-ipage-access-vo.js +14 -0
- package/dist/esm/models/json-result-json-result-list-space-tree-dto.d.ts +1 -1
- package/dist/esm/models/json-result-large-visual-screen-access-line-chart-dto.d.ts +62 -0
- package/dist/esm/models/json-result-large-visual-screen-access-line-chart-dto.js +14 -0
- package/dist/esm/models/json-result-large-visual-screen-access-list-dto.d.ts +62 -0
- package/dist/esm/models/json-result-large-visual-screen-access-list-dto.js +14 -0
- package/dist/esm/models/json-result-large-visual-screen-call-police-history-histogram-dto.d.ts +62 -0
- package/dist/esm/models/json-result-large-visual-screen-call-police-history-histogram-dto.js +14 -0
- package/dist/esm/models/json-result-large-visual-screen-call-police-history-list-dto.d.ts +62 -0
- package/dist/esm/models/json-result-large-visual-screen-call-police-history-list-dto.js +14 -0
- package/dist/esm/models/json-result-large-visual-screen-energy-dto.d.ts +62 -0
- package/dist/esm/models/json-result-large-visual-screen-energy-dto.js +14 -0
- package/dist/esm/models/json-result-large-visual-screen-hardware-access-dto.d.ts +62 -0
- package/dist/esm/models/json-result-large-visual-screen-hardware-access-dto.js +14 -0
- package/dist/esm/models/json-result-large-visual-screen-monitor-list-dto.d.ts +62 -0
- package/dist/esm/models/json-result-large-visual-screen-monitor-list-dto.js +14 -0
- package/dist/esm/models/json-result-large-visual-screen-work-order-list-dto.d.ts +62 -0
- package/dist/esm/models/json-result-large-visual-screen-work-order-list-dto.js +14 -0
- package/dist/esm/models/json-result-list-air-conditioning-reservation-process-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-air-conditioning-reservation-process-details-dto.js +14 -0
- package/dist/esm/models/json-result-list-appointment-registration-unloading-area-count-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-appointment-registration-unloading-area-count-dto.js +14 -0
- package/dist/esm/models/json-result-list-appointment-registration-unloading-area-list-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-appointment-registration-unloading-area-list-details-dto.js +14 -0
- package/dist/esm/models/json-result-list-call-police-type-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-call-police-type-dto.js +14 -0
- package/dist/esm/models/json-result-list-cold-store-dashboard-access-series-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-cold-store-dashboard-access-series-dto.js +14 -0
- package/dist/esm/models/json-result-list-cold-store-dashboard-alarm-list-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-cold-store-dashboard-alarm-list-dto.js +14 -0
- package/dist/esm/models/json-result-list-cold-store-dashboard-device-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-cold-store-dashboard-device-dto.js +14 -0
- package/dist/esm/models/json-result-list-cold-store-dashboard-device-lift-gate-series-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-cold-store-dashboard-device-lift-gate-series-dto.js +14 -0
- package/dist/esm/models/json-result-list-cold-store-dashboard-energy-consumption-series-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-cold-store-dashboard-energy-consumption-series-dto.js +14 -0
- package/dist/esm/models/json-result-list-cold-store-dashboard-plan-calendar-list-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-cold-store-dashboard-plan-calendar-list-dto.js +14 -0
- package/dist/esm/models/json-result-list-device-group-settings-entity.d.ts +62 -0
- package/dist/esm/models/json-result-list-device-group-settings-entity.js +14 -0
- package/dist/esm/models/json-result-list-device-list-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-device-list-dto.js +14 -0
- package/dist/esm/models/json-result-list-device-unit-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-device-unit-dto.js +14 -0
- package/dist/esm/models/json-result-list-device-unit-item-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-device-unit-item-dto.js +14 -0
- package/dist/esm/models/json-result-list-energy-consumption-by-energy-type-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-energy-consumption-by-energy-type-dto.js +14 -0
- package/dist/esm/models/json-result-list-energy-consumption-series-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-energy-consumption-series-dto.js +14 -0
- package/dist/esm/models/json-result-list-energy-histogram-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-energy-histogram-dto.js +14 -0
- package/dist/esm/models/json-result-list-energy-label-entity.d.ts +62 -0
- package/dist/esm/models/json-result-list-energy-label-entity.js +14 -0
- package/dist/esm/models/json-result-list-energy-label-series-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-energy-label-series-dto.js +14 -0
- package/dist/esm/models/json-result-list-energy-meter-item-type-list-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-energy-meter-item-type-list-dto.js +14 -0
- package/dist/esm/models/json-result-list-energy-series-by-meter-item-type-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-energy-series-by-meter-item-type-dto.js +14 -0
- package/dist/esm/models/json-result-list-energy-type-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-energy-type-dto.js +14 -0
- package/dist/esm/models/json-result-list-esg-park-by-series-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-esg-park-by-series-dto.js +14 -0
- package/dist/esm/models/json-result-list-esg-park-waste-config-list-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-esg-park-waste-config-list-dto.js +14 -0
- package/dist/esm/models/json-result-list-feedback-activity-list-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-feedback-activity-list-vo.js +14 -0
- package/dist/esm/models/json-result-list-feedback-push-settings-entity.d.ts +62 -0
- package/dist/esm/models/json-result-list-feedback-push-settings-entity.js +14 -0
- package/dist/esm/models/json-result-list-feedback-series-by-type-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-feedback-series-by-type-dto.js +14 -0
- package/dist/esm/models/json-result-list-feedback-statistics-list-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-feedback-statistics-list-dto.js +14 -0
- package/dist/esm/models/json-result-list-feedback-type-enum.d.ts +62 -0
- package/dist/esm/models/json-result-list-feedback-type-enum.js +14 -0
- package/dist/esm/models/json-result-list-file-management-list-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-file-management-list-dto.js +14 -0
- package/dist/esm/models/json-result-list-hire-lease-term-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-hire-lease-term-dto.js +14 -0
- package/dist/esm/models/json-result-list-hire-lease-term-list-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-hire-lease-term-list-dto.js +14 -0
- package/dist/esm/models/json-result-list-hire-select-list-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-hire-select-list-dto.js +14 -0
- package/dist/esm/models/json-result-list-in-park-vehicle-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-in-park-vehicle-vo.js +14 -0
- package/dist/esm/models/json-result-list-monitor-search-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-monitor-search-dto.js +14 -0
- package/dist/esm/models/json-result-list-monitor-sort-entity.d.ts +62 -0
- package/dist/esm/models/json-result-list-monitor-sort-entity.js +14 -0
- package/dist/esm/models/json-result-list-owner-kanban-energy-index-line-chart-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-owner-kanban-energy-index-line-chart-dto.js +14 -0
- package/dist/esm/models/json-result-list-owner-kanban-index-safety-inspection-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-owner-kanban-index-safety-inspection-details-dto.js +14 -0
- package/dist/esm/models/json-result-list-owner-kanban-two-call-police-histogram-statistics-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-owner-kanban-two-call-police-histogram-statistics-dto.js +14 -0
- package/dist/esm/models/json-result-list-owner-kanban-work-order-type-statistics-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-owner-kanban-work-order-type-statistics-dto.js +14 -0
- package/dist/esm/models/json-result-list-owner-two-park-operation-work-order-histogram-statistics-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-owner-two-park-operation-work-order-histogram-statistics-dto.js +14 -0
- package/dist/esm/models/json-result-list-owner-two-park-operation-work-order-response-shi-statistics-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-owner-two-park-operation-work-order-response-shi-statistics-dto.js +14 -0
- package/dist/esm/models/json-result-list-park-drop-down-box-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-park-drop-down-box-dto.js +14 -0
- package/dist/esm/models/json-result-list-renovation-activity-list-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-renovation-activity-list-vo.js +14 -0
- package/dist/esm/models/json-result-list-renovation-inspection-entity.d.ts +62 -0
- package/dist/esm/models/json-result-list-renovation-inspection-entity.js +14 -0
- package/dist/esm/models/json-result-list-space-tree-dto.d.ts +1 -1
- package/dist/esm/models/json-result-list-stock-push-settings-entity.d.ts +62 -0
- package/dist/esm/models/json-result-list-stock-push-settings-entity.js +14 -0
- package/dist/esm/models/json-result-list-unloading-area-entity.d.ts +62 -0
- package/dist/esm/models/json-result-list-unloading-area-entity.js +14 -0
- package/dist/esm/models/json-result-list-work-order-step-by-step-push-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-work-order-step-by-step-push-dto.js +14 -0
- package/dist/esm/models/json-result-list-work-order-type-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-work-order-type-dto.js +14 -0
- package/dist/esm/models/json-result-map-string-object.d.ts +63 -0
- package/dist/esm/models/json-result-map-string-object.js +14 -0
- package/dist/esm/models/json-result-monitor-detail-dto.d.ts +62 -0
- package/dist/esm/models/json-result-monitor-detail-dto.js +14 -0
- package/dist/esm/models/json-result-monitor-live-dto.d.ts +62 -0
- package/dist/esm/models/json-result-monitor-live-dto.js +14 -0
- package/dist/esm/models/json-result-monitor-screen-dto.d.ts +62 -0
- package/dist/esm/models/json-result-monitor-screen-dto.js +14 -0
- package/dist/esm/models/json-result-monitor-sort-entity.d.ts +62 -0
- package/dist/esm/models/json-result-monitor-sort-entity.js +14 -0
- package/dist/esm/models/json-result-news-entity.d.ts +62 -0
- package/dist/esm/models/json-result-news-entity.js +14 -0
- package/dist/esm/models/json-result-node-dto.d.ts +62 -0
- package/dist/esm/models/json-result-node-dto.js +14 -0
- package/dist/esm/models/json-result-object.d.ts +61 -0
- package/dist/esm/models/json-result-object.js +14 -0
- package/dist/esm/models/json-result-owner-kanban-energy-dto.d.ts +62 -0
- package/dist/esm/models/json-result-owner-kanban-energy-dto.js +14 -0
- package/dist/esm/models/json-result-owner-kanban-index-safety-inspection-dto.d.ts +62 -0
- package/dist/esm/models/json-result-owner-kanban-index-safety-inspection-dto.js +14 -0
- package/dist/esm/models/json-result-owner-kanban-two-park-call-police-number-statistics-dto.d.ts +62 -0
- package/dist/esm/models/json-result-owner-kanban-two-park-call-police-number-statistics-dto.js +14 -0
- package/dist/esm/models/json-result-owner-kanban-two-park-truck-dto.d.ts +62 -0
- package/dist/esm/models/json-result-owner-kanban-two-park-truck-dto.js +14 -0
- package/dist/esm/models/json-result-owner-two-park-operation-work-order-number-statistics-dto.d.ts +62 -0
- package/dist/esm/models/json-result-owner-two-park-operation-work-order-number-statistics-dto.js +14 -0
- package/dist/esm/models/json-result-page-dto-ai-monitoring-config-vo.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-ai-monitoring-config-vo.js +14 -0
- package/dist/esm/models/json-result-page-dto-air-conditioning-reservation-list-dto.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-air-conditioning-reservation-list-dto.js +14 -0
- package/dist/esm/models/json-result-page-dto-appointment-registration-dto.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-appointment-registration-dto.js +14 -0
- package/dist/esm/models/json-result-page-dto-appointment-registration-personnel-dto.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-appointment-registration-personnel-dto.js +14 -0
- package/dist/esm/models/json-result-page-dto-call-police-history-dto.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-call-police-history-dto.js +14 -0
- package/dist/esm/models/json-result-page-dto-devices-search-dto.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-devices-search-dto.js +14 -0
- package/dist/esm/models/json-result-page-dto-energy-consumption-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-energy-consumption-details-dto.js +14 -0
- package/dist/esm/models/json-result-page-dto-energy-label-entity.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-energy-label-entity.js +14 -0
- package/dist/esm/models/json-result-page-dto-energy-meter-hire-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-energy-meter-hire-details-dto.js +14 -0
- package/dist/esm/models/json-result-page-dto-energy-meter-list-dto.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-energy-meter-list-dto.js +14 -0
- package/dist/esm/models/json-result-page-dto-esg-park-carbon-emission-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-esg-park-carbon-emission-details-dto.js +14 -0
- package/dist/esm/models/json-result-page-dto-esg-park-energy-details-statistics-dto.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-esg-park-energy-details-statistics-dto.js +14 -0
- package/dist/esm/models/json-result-page-dto-esg-park-waste-config-list-dto.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-esg-park-waste-config-list-dto.js +14 -0
- package/dist/esm/models/json-result-page-dto-feedback-record-list-vo.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-feedback-record-list-vo.js +14 -0
- package/dist/esm/models/json-result-page-dto-feedback-reply-list-vo.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-feedback-reply-list-vo.js +14 -0
- package/dist/esm/models/json-result-page-dto-file-management-list-children-dto.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-file-management-list-children-dto.js +14 -0
- package/dist/esm/models/json-result-page-dto-gradient-alarm-list-dto.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-gradient-alarm-list-dto.js +14 -0
- package/dist/esm/models/json-result-page-dto-hire-air-conditioning-list-dto.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-hire-air-conditioning-list-dto.js +14 -0
- package/dist/esm/models/json-result-page-dto-in-park-vehicle-vo.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-in-park-vehicle-vo.js +14 -0
- package/dist/esm/models/json-result-page-dto-monitor-sort-entity.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-monitor-sort-entity.js +14 -0
- package/dist/esm/models/json-result-page-dto-news-list-vo.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-news-list-vo.js +14 -0
- package/dist/esm/models/json-result-page-dto-node-dto.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-node-dto.js +14 -0
- package/dist/esm/models/json-result-page-dto-owner-kanban-two-call-police-list-dto.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-owner-kanban-two-call-police-list-dto.js +14 -0
- package/dist/esm/models/json-result-page-dto-owner-kanban-two-park-operation-work-oder-list-dto.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-owner-kanban-two-park-operation-work-oder-list-dto.js +14 -0
- package/dist/esm/models/json-result-page-dto-renovation-draft-list-vo.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-renovation-draft-list-vo.js +14 -0
- package/dist/esm/models/json-result-page-dto-renovation-list-vo.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-renovation-list-vo.js +14 -0
- package/dist/esm/models/json-result-page-dto-renovation-plan-list-vo.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-renovation-plan-list-vo.js +14 -0
- package/dist/esm/models/json-result-page-dto-stock-list-page-dto.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-stock-list-page-dto.js +14 -0
- package/dist/esm/models/json-result-page-dto-stock-record-list-page-dto.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-stock-record-list-page-dto.js +14 -0
- package/dist/esm/models/json-result-page-dto-surveillance-roi-list-vo.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-surveillance-roi-list-vo.js +14 -0
- package/dist/esm/models/json-result-renovation-details-vo.d.ts +62 -0
- package/dist/esm/models/json-result-renovation-details-vo.js +14 -0
- package/dist/esm/models/json-result-renovation-draft-details-vo.d.ts +62 -0
- package/dist/esm/models/json-result-renovation-draft-details-vo.js +14 -0
- package/dist/esm/models/json-result-scheduled-cron.d.ts +62 -0
- package/dist/esm/models/json-result-scheduled-cron.js +14 -0
- package/dist/esm/models/json-result-stock-details-dto.d.ts +62 -0
- package/dist/esm/models/json-result-stock-details-dto.js +14 -0
- package/dist/esm/models/json-result-stock-import-add-redis-dto.d.ts +62 -0
- package/dist/esm/models/json-result-stock-import-add-redis-dto.js +14 -0
- package/dist/esm/models/json-result-stock-push-settings-entity.d.ts +62 -0
- package/dist/esm/models/json-result-stock-push-settings-entity.js +14 -0
- package/dist/esm/models/json-result-surveillance-roi-list-vo.d.ts +62 -0
- package/dist/esm/models/json-result-surveillance-roi-list-vo.js +14 -0
- package/dist/esm/models/json-result-unloading-area-entity.d.ts +62 -0
- package/dist/esm/models/json-result-unloading-area-entity.js +14 -0
- package/dist/esm/models/json-result-white-add-redis-list-dto.d.ts +62 -0
- package/dist/esm/models/json-result-white-add-redis-list-dto.js +14 -0
- package/dist/esm/models/large-visual-screen-access-line-chart-dto.d.ts +36 -0
- package/dist/esm/models/large-visual-screen-access-line-chart-dto.js +14 -0
- package/dist/esm/models/large-visual-screen-access-list-dto.d.ts +66 -0
- package/dist/esm/models/large-visual-screen-access-list-dto.js +14 -0
- package/dist/esm/models/large-visual-screen-call-police-history-histogram-dto.d.ts +36 -0
- package/dist/esm/models/large-visual-screen-call-police-history-histogram-dto.js +14 -0
- package/dist/esm/models/large-visual-screen-call-police-history-list-dto.d.ts +73 -0
- package/dist/esm/models/large-visual-screen-call-police-history-list-dto.js +18 -0
- package/dist/esm/models/large-visual-screen-energy-dto.d.ts +37 -0
- package/dist/esm/models/large-visual-screen-energy-dto.js +14 -0
- package/dist/esm/models/large-visual-screen-hardware-access-dto.d.ts +48 -0
- package/dist/esm/models/large-visual-screen-hardware-access-dto.js +14 -0
- package/dist/esm/models/large-visual-screen-index-bo.d.ts +48 -0
- package/dist/esm/models/large-visual-screen-index-bo.js +14 -0
- package/dist/esm/models/large-visual-screen-index-page-bo.d.ts +42 -0
- package/dist/esm/models/large-visual-screen-index-page-bo.js +14 -0
- package/dist/esm/models/large-visual-screen-monitor-list-dto.d.ts +36 -0
- package/dist/esm/models/large-visual-screen-monitor-list-dto.js +14 -0
- package/dist/esm/models/large-visual-screen-work-order-list-dto.d.ts +60 -0
- package/dist/esm/models/large-visual-screen-work-order-list-dto.js +14 -0
- package/dist/esm/models/login-type-enum.d.ts +0 -2
- package/dist/esm/models/login-type-enum.js +1 -3
- package/dist/esm/models/manual-exit-vo.d.ts +31 -0
- package/dist/esm/models/manual-exit-vo.js +14 -0
- package/dist/esm/models/manual-opening-add-vo.d.ts +24 -0
- package/dist/esm/models/manual-opening-add-vo.js +14 -0
- package/dist/esm/models/meter-delete-bo.d.ts +30 -0
- package/dist/esm/models/meter-delete-bo.js +14 -0
- package/dist/esm/models/meter-record-add-vo.d.ts +66 -0
- package/dist/esm/models/meter-record-add-vo.js +14 -0
- package/dist/esm/models/meter-record-dto.d.ts +67 -0
- package/dist/esm/models/meter-record-dto.js +14 -0
- package/dist/esm/models/meter-save-bo.d.ts +120 -0
- package/dist/esm/models/meter-save-bo.js +14 -0
- package/dist/esm/models/meter-update-bo.d.ts +150 -0
- package/dist/esm/models/meter-update-bo.js +14 -0
- package/dist/esm/models/monitor-bind-park-vo.d.ts +30 -0
- package/dist/esm/models/monitor-bind-park-vo.js +14 -0
- package/dist/esm/models/monitor-detail-dto.d.ts +90 -0
- package/dist/esm/models/monitor-detail-dto.js +14 -0
- package/dist/esm/models/monitor-edit-vo.d.ts +66 -0
- package/dist/esm/models/monitor-edit-vo.js +14 -0
- package/dist/esm/models/monitor-entity.d.ts +138 -0
- package/dist/esm/models/monitor-entity.js +14 -0
- package/dist/esm/models/monitor-live-dto.d.ts +48 -0
- package/dist/esm/models/monitor-live-dto.js +14 -0
- package/dist/esm/models/monitor-only-number-edit-list-vo.d.ts +25 -0
- package/dist/esm/models/monitor-only-number-edit-list-vo.js +14 -0
- package/dist/esm/models/monitor-only-number-edit-vo.d.ts +30 -0
- package/dist/esm/models/monitor-only-number-edit-vo.js +14 -0
- package/dist/esm/models/monitor-pan-tilt-control-vo.d.ts +74 -0
- package/dist/esm/models/monitor-pan-tilt-control-vo.js +25 -0
- package/dist/esm/models/monitor-play-back-vo.d.ts +42 -0
- package/dist/esm/models/monitor-play-back-vo.js +14 -0
- package/dist/esm/models/monitor-screen-dto.d.ts +37 -0
- package/dist/esm/models/monitor-screen-dto.js +14 -0
- package/dist/esm/models/monitor-screen-list-dto.d.ts +48 -0
- package/dist/esm/models/monitor-screen-list-dto.js +14 -0
- package/dist/esm/models/monitor-search-dto.d.ts +78 -0
- package/dist/esm/models/monitor-search-dto.js +14 -0
- package/dist/esm/models/monitor-search-vo.d.ts +54 -0
- package/dist/esm/models/monitor-search-vo.js +14 -0
- package/dist/esm/models/monitor-sort-entity.d.ts +66 -0
- package/dist/esm/models/monitor-sort-entity.js +14 -0
- package/dist/esm/models/monitor-sort-search-vo.d.ts +80 -0
- package/dist/esm/models/monitor-sort-search-vo.js +14 -0
- package/dist/esm/models/news-entity.d.ts +102 -0
- package/dist/esm/models/news-entity.js +14 -0
- package/dist/esm/models/news-list-vo.d.ts +102 -0
- package/dist/esm/models/news-list-vo.js +14 -0
- package/dist/esm/models/news-query-vo.d.ts +116 -0
- package/dist/esm/models/news-query-vo.js +14 -0
- package/dist/esm/models/node-dto.d.ts +49 -0
- package/dist/esm/models/node-dto.js +14 -0
- package/dist/esm/models/node-type-enum.d.ts +23 -0
- package/dist/esm/models/node-type-enum.js +24 -0
- package/dist/esm/models/offline-alert-work-order-details-dto.d.ts +0 -7
- package/dist/esm/models/open-barrier-po.d.ts +36 -0
- package/dist/esm/models/open-barrier-po.js +14 -0
- package/dist/esm/models/operate-message-details-dto.d.ts +48 -0
- package/dist/esm/models/operate-message-details-dto.js +14 -0
- package/dist/esm/models/orders.d.ts +36 -0
- package/dist/esm/models/orders.js +14 -0
- package/dist/esm/models/owner-kanban-energy-dto.d.ts +39 -0
- package/dist/esm/models/owner-kanban-energy-dto.js +14 -0
- package/dist/esm/models/owner-kanban-energy-index-line-chart-dto.d.ts +36 -0
- package/dist/esm/models/owner-kanban-energy-index-line-chart-dto.js +14 -0
- package/dist/esm/models/owner-kanban-energy-index-list-dto.d.ts +48 -0
- package/dist/esm/models/owner-kanban-energy-index-list-dto.js +14 -0
- package/dist/esm/models/owner-kanban-energy-index-statistics-dto.d.ts +30 -0
- package/dist/esm/models/owner-kanban-energy-index-statistics-dto.js +14 -0
- package/dist/esm/models/owner-kanban-energy-series-by-label-details-dto.d.ts +42 -0
- package/dist/esm/models/owner-kanban-energy-series-by-label-details-dto.js +14 -0
- package/dist/esm/models/owner-kanban-index-safety-inspection-details-dto.d.ts +61 -0
- package/dist/esm/models/owner-kanban-index-safety-inspection-details-dto.js +14 -0
- package/dist/esm/models/owner-kanban-index-safety-inspection-dto.d.ts +61 -0
- package/dist/esm/models/owner-kanban-index-safety-inspection-dto.js +14 -0
- package/dist/esm/models/owner-kanban-two-call-police-histogram-statistics-details-dto.d.ts +30 -0
- package/dist/esm/models/owner-kanban-two-call-police-histogram-statistics-details-dto.js +14 -0
- package/dist/esm/models/owner-kanban-two-call-police-histogram-statistics-dto.d.ts +38 -0
- package/dist/esm/models/owner-kanban-two-call-police-histogram-statistics-dto.js +14 -0
- package/dist/esm/models/owner-kanban-two-call-police-list-dto.d.ts +116 -0
- package/dist/esm/models/owner-kanban-two-call-police-list-dto.js +18 -0
- package/dist/esm/models/owner-kanban-two-call-police-relation-list-dto.d.ts +91 -0
- package/dist/esm/models/owner-kanban-two-call-police-relation-list-dto.js +18 -0
- package/dist/esm/models/owner-kanban-two-park-call-police-number-statistics-dto.d.ts +48 -0
- package/dist/esm/models/owner-kanban-two-park-call-police-number-statistics-dto.js +14 -0
- package/dist/esm/models/owner-kanban-two-park-operation-work-oder-list-dto.d.ts +84 -0
- package/dist/esm/models/owner-kanban-two-park-operation-work-oder-list-dto.js +14 -0
- package/dist/esm/models/owner-kanban-two-park-truck-date-dto.d.ts +31 -0
- package/dist/esm/models/owner-kanban-two-park-truck-date-dto.js +14 -0
- package/dist/esm/models/owner-kanban-two-park-truck-dto.d.ts +32 -0
- package/dist/esm/models/owner-kanban-two-park-truck-dto.js +14 -0
- package/dist/esm/models/owner-kanban-two-park-truck-type-dto.d.ts +35 -0
- package/dist/esm/models/owner-kanban-two-park-truck-type-dto.js +17 -0
- package/dist/esm/models/owner-kanban-work-order-type-statistics-dto.d.ts +30 -0
- package/dist/esm/models/owner-kanban-work-order-type-statistics-dto.js +14 -0
- package/dist/esm/models/owner-two-park-operation-work-order-histogram-statistics-dto.d.ts +43 -0
- package/dist/esm/models/owner-two-park-operation-work-order-histogram-statistics-dto.js +14 -0
- package/dist/esm/models/owner-two-park-operation-work-order-histogram-statistics-list-dto.d.ts +36 -0
- package/dist/esm/models/owner-two-park-operation-work-order-histogram-statistics-list-dto.js +14 -0
- package/dist/esm/models/owner-two-park-operation-work-order-number-statistics-dto.d.ts +60 -0
- package/dist/esm/models/owner-two-park-operation-work-order-number-statistics-dto.js +14 -0
- package/dist/esm/models/owner-two-park-operation-work-order-response-shi-statistics-details-dto.d.ts +42 -0
- package/dist/esm/models/owner-two-park-operation-work-order-response-shi-statistics-details-dto.js +14 -0
- package/dist/esm/models/owner-two-park-operation-work-order-response-shi-statistics-dto.d.ts +37 -0
- package/dist/esm/models/owner-two-park-operation-work-order-response-shi-statistics-dto.js +14 -0
- package/dist/esm/models/page-dto-ai-monitoring-config-vo.d.ts +31 -0
- package/dist/esm/models/page-dto-ai-monitoring-config-vo.js +14 -0
- package/dist/esm/models/page-dto-air-conditioning-reservation-list-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-air-conditioning-reservation-list-dto.js +14 -0
- package/dist/esm/models/page-dto-appointment-registration-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-appointment-registration-dto.js +14 -0
- package/dist/esm/models/page-dto-appointment-registration-personnel-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-appointment-registration-personnel-dto.js +14 -0
- package/dist/esm/models/page-dto-call-police-history-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-call-police-history-dto.js +14 -0
- package/dist/esm/models/page-dto-devices-search-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-devices-search-dto.js +14 -0
- package/dist/esm/models/page-dto-energy-consumption-details-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-energy-consumption-details-dto.js +14 -0
- package/dist/esm/models/page-dto-energy-label-entity.d.ts +31 -0
- package/dist/esm/models/page-dto-energy-label-entity.js +14 -0
- package/dist/esm/models/page-dto-energy-meter-hire-details-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-energy-meter-hire-details-dto.js +14 -0
- package/dist/esm/models/page-dto-energy-meter-list-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-energy-meter-list-dto.js +14 -0
- package/dist/esm/models/page-dto-esg-park-carbon-emission-details-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-esg-park-carbon-emission-details-dto.js +14 -0
- package/dist/esm/models/page-dto-esg-park-energy-details-statistics-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-esg-park-energy-details-statistics-dto.js +14 -0
- package/dist/esm/models/page-dto-esg-park-waste-config-list-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-esg-park-waste-config-list-dto.js +14 -0
- package/dist/esm/models/page-dto-feedback-record-list-vo.d.ts +31 -0
- package/dist/esm/models/page-dto-feedback-record-list-vo.js +14 -0
- package/dist/esm/models/page-dto-feedback-reply-list-vo.d.ts +31 -0
- package/dist/esm/models/page-dto-feedback-reply-list-vo.js +14 -0
- package/dist/esm/models/page-dto-file-management-list-children-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-file-management-list-children-dto.js +14 -0
- package/dist/esm/models/page-dto-gradient-alarm-list-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-gradient-alarm-list-dto.js +14 -0
- package/dist/esm/models/page-dto-hire-air-conditioning-list-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-hire-air-conditioning-list-dto.js +14 -0
- package/dist/esm/models/page-dto-in-park-vehicle-vo.d.ts +31 -0
- package/dist/esm/models/page-dto-in-park-vehicle-vo.js +14 -0
- package/dist/esm/models/page-dto-meter-record-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-meter-record-dto.js +14 -0
- package/dist/esm/models/page-dto-monitor-sort-entity.d.ts +31 -0
- package/dist/esm/models/page-dto-monitor-sort-entity.js +14 -0
- package/dist/esm/models/page-dto-news-list-vo.d.ts +31 -0
- package/dist/esm/models/page-dto-news-list-vo.js +14 -0
- package/dist/esm/models/page-dto-node-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-node-dto.js +14 -0
- package/dist/esm/models/page-dto-owner-kanban-two-call-police-list-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-owner-kanban-two-call-police-list-dto.js +14 -0
- package/dist/esm/models/page-dto-owner-kanban-two-park-operation-work-oder-list-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-owner-kanban-two-park-operation-work-oder-list-dto.js +14 -0
- package/dist/esm/models/page-dto-renovation-draft-list-vo.d.ts +31 -0
- package/dist/esm/models/page-dto-renovation-draft-list-vo.js +14 -0
- package/dist/esm/models/page-dto-renovation-list-vo.d.ts +31 -0
- package/dist/esm/models/page-dto-renovation-list-vo.js +14 -0
- package/dist/esm/models/page-dto-renovation-plan-list-vo.d.ts +31 -0
- package/dist/esm/models/page-dto-renovation-plan-list-vo.js +14 -0
- package/dist/esm/models/page-dto-stock-list-page-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-stock-list-page-dto.js +14 -0
- package/dist/esm/models/page-dto-stock-record-list-page-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-stock-record-list-page-dto.js +14 -0
- package/dist/esm/models/page-dto-surveillance-roi-list-vo.d.ts +31 -0
- package/dist/esm/models/page-dto-surveillance-roi-list-vo.js +14 -0
- package/dist/esm/models/park-drop-down-box-dto.d.ts +66 -0
- package/dist/esm/models/park-drop-down-box-dto.js +14 -0
- package/dist/esm/models/park-info-dto.d.ts +0 -12
- package/dist/esm/models/park-vehicle.d.ts +30 -0
- package/dist/esm/models/park-vehicle.js +14 -0
- package/dist/esm/models/receive-information-visitors-vo.d.ts +25 -0
- package/dist/esm/models/receive-information-visitors-vo.js +14 -0
- package/dist/esm/models/record-statistics-vo.d.ts +54 -0
- package/dist/esm/models/record-statistics-vo.js +14 -0
- package/dist/esm/models/renovation-activity-list-vo.d.ts +84 -0
- package/dist/esm/models/renovation-activity-list-vo.js +14 -0
- package/dist/esm/models/renovation-add-dto.d.ts +66 -0
- package/dist/esm/models/renovation-add-dto.js +14 -0
- package/dist/esm/models/renovation-details-vo.d.ts +229 -0
- package/dist/esm/models/renovation-details-vo.js +14 -0
- package/dist/esm/models/renovation-draft-add-or-update-dto.d.ts +177 -0
- package/dist/esm/models/renovation-draft-add-or-update-dto.js +14 -0
- package/dist/esm/models/renovation-draft-details-vo.d.ts +235 -0
- package/dist/esm/models/renovation-draft-details-vo.js +14 -0
- package/dist/esm/models/renovation-draft-list-vo.d.ts +61 -0
- package/dist/esm/models/renovation-draft-list-vo.js +14 -0
- package/dist/esm/models/renovation-inspection-entity.d.ts +48 -0
- package/dist/esm/models/renovation-inspection-entity.js +14 -0
- package/dist/esm/models/renovation-inspection-item.d.ts +30 -0
- package/dist/esm/models/renovation-inspection-item.js +14 -0
- package/dist/esm/models/renovation-list-vo.d.ts +91 -0
- package/dist/esm/models/renovation-list-vo.js +14 -0
- package/dist/esm/models/renovation-plan-list-vo.d.ts +60 -0
- package/dist/esm/models/renovation-plan-list-vo.js +14 -0
- package/dist/esm/models/renovation-review-dto.d.ts +48 -0
- package/dist/esm/models/renovation-review-dto.js +14 -0
- package/dist/esm/models/renovation-status-enum.d.ts +28 -0
- package/dist/esm/models/renovation-status-enum.js +29 -0
- package/dist/esm/models/renovation-update-dto.d.ts +171 -0
- package/dist/esm/models/renovation-update-dto.js +14 -0
- package/dist/esm/models/renovation-user.d.ts +36 -0
- package/dist/esm/models/renovation-user.js +14 -0
- package/dist/esm/models/renovation-work-order-vo.d.ts +48 -0
- package/dist/esm/models/renovation-work-order-vo.js +14 -0
- package/dist/esm/models/reply-and-create-work-order-dto.d.ts +66 -0
- package/dist/esm/models/reply-and-create-work-order-dto.js +14 -0
- package/dist/esm/models/save-water-meter-batch-request.d.ts +24 -0
- package/dist/esm/models/save-water-meter-batch-request.js +14 -0
- package/dist/esm/models/scheduled-cron.d.ts +54 -0
- package/dist/esm/models/scheduled-cron.js +14 -0
- package/dist/esm/models/select-complaint-record-list-bo.d.ts +96 -0
- package/dist/esm/models/select-complaint-record-list-bo.js +14 -0
- package/dist/esm/models/select-hire-energy-bill-details-bo.d.ts +42 -0
- package/dist/esm/models/select-hire-energy-bill-details-bo.js +14 -0
- package/dist/esm/models/select-meter-record-list-bo.d.ts +73 -0
- package/dist/esm/models/select-meter-record-list-bo.js +14 -0
- package/dist/esm/models/select-park-energy-bill-detail-bo.d.ts +36 -0
- package/dist/esm/models/select-park-energy-bill-detail-bo.js +14 -0
- package/dist/esm/models/select-time-cost-tenant-rent-bill-bo.d.ts +102 -0
- package/dist/esm/models/select-time-cost-tenant-rent-bill-bo.js +14 -0
- package/dist/esm/models/statistics-park-carbon-emission-bo.d.ts +42 -0
- package/dist/esm/models/statistics-park-carbon-emission-bo.js +14 -0
- package/dist/esm/models/steps.d.ts +150 -0
- package/dist/esm/models/steps.js +14 -0
- package/dist/esm/models/stock-add-bo.d.ts +106 -0
- package/dist/esm/models/stock-add-bo.js +40 -0
- package/dist/esm/models/stock-batch-bo.d.ts +30 -0
- package/dist/esm/models/stock-batch-bo.js +14 -0
- package/dist/esm/models/stock-batch-details-dto.d.ts +42 -0
- package/dist/esm/models/stock-batch-details-dto.js +14 -0
- package/dist/esm/models/stock-batch-update-bo.d.ts +42 -0
- package/dist/esm/models/stock-batch-update-bo.js +17 -0
- package/dist/esm/models/stock-batch-update-details-bo.d.ts +42 -0
- package/dist/esm/models/stock-batch-update-details-bo.js +14 -0
- package/dist/esm/models/stock-details-dto.d.ts +107 -0
- package/dist/esm/models/stock-details-dto.js +40 -0
- package/dist/esm/models/stock-import-add-redis-dto.d.ts +43 -0
- package/dist/esm/models/stock-import-add-redis-dto.js +14 -0
- package/dist/esm/models/stock-import-template-dto.d.ts +90 -0
- package/dist/esm/models/stock-import-template-dto.js +14 -0
- package/dist/esm/models/stock-list-page-dto.d.ts +118 -0
- package/dist/esm/models/stock-list-page-dto.js +40 -0
- package/dist/esm/models/stock-push-settings-add-or-update-bo.d.ts +42 -0
- package/dist/esm/models/stock-push-settings-add-or-update-bo.js +17 -0
- package/dist/esm/models/stock-push-settings-add-or-update-details-bo.d.ts +66 -0
- package/dist/esm/models/stock-push-settings-add-or-update-details-bo.js +14 -0
- package/dist/esm/models/stock-push-settings-entity.d.ts +101 -0
- package/dist/esm/models/stock-push-settings-entity.js +17 -0
- package/dist/esm/models/stock-record-batch-data-dto.d.ts +36 -0
- package/dist/esm/models/stock-record-batch-data-dto.js +14 -0
- package/dist/esm/models/stock-record-list-page-dto.d.ts +118 -0
- package/dist/esm/models/stock-record-list-page-dto.js +44 -0
- package/dist/esm/models/stock-update-bo.d.ts +95 -0
- package/dist/esm/models/stock-update-bo.js +40 -0
- package/dist/esm/models/supplier-business-manager-detail.d.ts +30 -0
- package/dist/esm/models/supplier-business-manager-detail.js +14 -0
- package/dist/esm/models/surveillance-roi-entity.d.ts +66 -0
- package/dist/esm/models/surveillance-roi-entity.js +14 -0
- package/dist/esm/models/surveillance-roi-list-vo.d.ts +73 -0
- package/dist/esm/models/surveillance-roi-list-vo.js +14 -0
- package/dist/esm/models/sync-equipment-status-vo.d.ts +2 -2
- package/dist/esm/models/sync-equipment-vo-equipment.d.ts +0 -6
- package/dist/esm/models/sync-equipment-vo.d.ts +2 -2
- package/dist/esm/models/sys-post.d.ts +0 -6
- package/dist/esm/models/sys-role.d.ts +0 -6
- package/dist/esm/models/sys-user-msg-dto.d.ts +7 -0
- package/dist/esm/models/sys-user-search-list-vo.d.ts +98 -0
- package/dist/esm/models/sys-user-search-list-vo.js +14 -0
- package/dist/esm/models/sys-user.d.ts +1 -14
- package/dist/esm/models/system-user-msg-source-type-enum.d.ts +0 -3
- package/dist/esm/models/system-user-msg-source-type-enum.js +1 -4
- package/dist/esm/models/system-user-msg-type-enum.d.ts +0 -2
- package/dist/esm/models/system-user-msg-type-enum.js +1 -3
- package/dist/esm/models/tenant-surrender-vo.d.ts +24 -0
- package/dist/esm/models/tenant-surrender-vo.js +14 -0
- package/dist/esm/models/unit-item.d.ts +66 -0
- package/dist/esm/models/unit-item.js +14 -0
- package/dist/esm/models/unloading-area-add-vo.d.ts +54 -0
- package/dist/esm/models/unloading-area-add-vo.js +14 -0
- package/dist/esm/models/unloading-area-entity.d.ts +78 -0
- package/dist/esm/models/unloading-area-entity.js +14 -0
- package/dist/esm/models/update-cost-hire-rent-bill-bo.d.ts +102 -0
- package/dist/esm/models/update-cost-hire-rent-bill-bo.js +14 -0
- package/dist/esm/models/update-cost-park-energy-bill-bo.d.ts +31 -0
- package/dist/esm/models/update-cost-park-energy-bill-bo.js +14 -0
- package/dist/esm/models/update-cost-park-energy-bill-details-bo.d.ts +42 -0
- package/dist/esm/models/update-cost-park-energy-bill-details-bo.js +14 -0
- package/dist/esm/models/update-energy-meter-reading-bo.d.ts +24 -0
- package/dist/esm/models/update-energy-meter-reading-bo.js +14 -0
- package/dist/esm/models/update-hire-bond-bo.d.ts +42 -0
- package/dist/esm/models/update-hire-bond-bo.js +14 -0
- package/dist/esm/models/user-access-add-vo.d.ts +120 -0
- package/dist/esm/models/user-access-add-vo.js +14 -0
- package/dist/esm/models/user-access-search-vo.d.ts +128 -0
- package/dist/esm/models/user-access-search-vo.js +14 -0
- package/dist/esm/models/user-black-state-bo.d.ts +30 -0
- package/dist/esm/models/user-black-state-bo.js +14 -0
- package/dist/esm/models/user-white-del-dto.d.ts +30 -0
- package/dist/esm/models/user-white-del-dto.js +14 -0
- package/dist/esm/models/vehicle-payment-bo.d.ts +30 -0
- package/dist/esm/models/vehicle-payment-bo.js +14 -0
- package/dist/esm/models/water-meter-add-or-edit-vo.d.ts +90 -0
- package/dist/esm/models/water-meter-add-or-edit-vo.js +14 -0
- package/dist/esm/models/water-meter-details-search-vo.d.ts +80 -0
- package/dist/esm/models/water-meter-details-search-vo.js +14 -0
- package/dist/esm/models/water-meter-search-vo.d.ts +110 -0
- package/dist/esm/models/water-meter-search-vo.js +14 -0
- package/dist/esm/models/water-meter-tree-vo.d.ts +24 -0
- package/dist/esm/models/water-meter-tree-vo.js +14 -0
- package/dist/esm/models/watt-hour-meter-add-edit-vo.d.ts +120 -0
- package/dist/esm/models/watt-hour-meter-add-edit-vo.js +14 -0
- package/dist/esm/models/watt-hour-meter-details-search-vo.d.ts +80 -0
- package/dist/esm/models/watt-hour-meter-details-search-vo.js +14 -0
- package/dist/esm/models/watt-hour-meter-search-vo.d.ts +110 -0
- package/dist/esm/models/watt-hour-meter-search-vo.js +14 -0
- package/dist/esm/models/watt-hour-meter-tree-vo.d.ts +24 -0
- package/dist/esm/models/watt-hour-meter-tree-vo.js +14 -0
- package/dist/esm/models/white-add-redis-list-dto.d.ts +43 -0
- package/dist/esm/models/white-add-redis-list-dto.js +14 -0
- package/dist/esm/models/white-add-vo.d.ts +167 -0
- package/dist/esm/models/white-add-vo.js +17 -0
- package/dist/esm/models/white-black-del-vo.d.ts +42 -0
- package/dist/esm/models/white-black-del-vo.js +14 -0
- package/dist/esm/models/white-edit-vo.d.ts +107 -0
- package/dist/esm/models/white-edit-vo.js +17 -0
- package/dist/esm/models/white-search-vo.d.ts +139 -0
- package/dist/esm/models/white-search-vo.js +17 -0
- package/dist/esm/models/work-order-handle-meter-reading-details-vo.d.ts +30 -0
- package/dist/esm/models/work-order-handle-meter-reading-details-vo.js +14 -0
- package/dist/esm/models/work-order-handle-meter-reading-vo.d.ts +31 -0
- package/dist/esm/models/work-order-handle-meter-reading-vo.js +14 -0
- package/dist/esm/models/work-order-step-by-step-push-dto.d.ts +54 -0
- package/dist/esm/models/work-order-step-by-step-push-dto.js +14 -0
- package/dist/esm/models/work-order-type-dto.d.ts +30 -0
- package/dist/esm/models/work-order-type-dto.js +14 -0
- package/dist/models/accept-devices-record-vo.d.ts +138 -0
- package/dist/models/accept-yms-appointment-record-bo.d.ts +43 -0
- package/dist/models/access-add-handle-vo.d.ts +42 -0
- package/dist/models/access-add-vo.d.ts +174 -0
- package/dist/models/access-list-po.d.ts +169 -0
- package/dist/models/access-list-po.js +20 -0
- package/dist/models/access-vo.d.ts +185 -0
- package/dist/models/access-vo.js +20 -0
- package/dist/models/activation-function-enum.d.ts +29 -0
- package/dist/models/activation-function-enum.js +33 -0
- package/dist/models/activity-action-enum.d.ts +24 -0
- package/dist/models/activity-action-enum.js +28 -0
- package/dist/models/ai-monitor-config-roi.d.ts +50 -0
- package/dist/models/ai-monitoring-config-roi-entity.d.ts +49 -0
- package/dist/models/ai-monitoring-config-type-enum.d.ts +23 -0
- package/dist/models/ai-monitoring-config-type-enum.js +27 -0
- package/dist/models/ai-monitoring-config-update-dto.d.ts +69 -0
- package/dist/models/ai-monitoring-config-vo.d.ts +69 -0
- package/dist/models/air-conditioning-reservation-add-bo.d.ts +66 -0
- package/dist/models/air-conditioning-reservation-details-dto.d.ts +114 -0
- package/dist/models/air-conditioning-reservation-list-dto.d.ts +90 -0
- package/dist/models/air-conditioning-reservation-process-details-dto.d.ts +72 -0
- package/dist/models/air-conditioning-reservation-search-bo.d.ts +72 -0
- package/dist/models/air-conditioning-reservation-update-bo.d.ts +42 -0
- package/dist/models/alarm-push-save-or-update-batch.d.ts +25 -0
- package/dist/models/alarm-push-save-or-update.d.ts +48 -0
- package/dist/models/alarm-push-settings-save-or-update-vo.d.ts +49 -0
- package/dist/models/alarm-type-rule-record-save-or-update-vo.d.ts +72 -0
- package/dist/models/alarm-type-save-or-update-vo.d.ts +37 -0
- package/dist/models/appointment-registration-add-personnel.d.ts +221 -0
- package/dist/models/appointment-registration-add-personnel.js +20 -0
- package/dist/models/appointment-registration-detail-dto.d.ts +269 -0
- package/dist/models/appointment-registration-detail-dto.js +20 -0
- package/dist/models/appointment-registration-dto.d.ts +197 -0
- package/dist/models/appointment-registration-dto.js +20 -0
- package/dist/models/appointment-registration-personnel-dto.d.ts +120 -0
- package/dist/models/appointment-registration-records-query-vo.d.ts +30 -0
- package/dist/models/appointment-registration-status-vo.d.ts +72 -0
- package/dist/models/appointment-registration-unloading-area-count-details-dto.d.ts +36 -0
- package/dist/models/appointment-registration-unloading-area-count-dto.d.ts +37 -0
- package/dist/models/appointment-registration-unloading-area-list-details-dto.d.ts +60 -0
- package/dist/models/appointment-registration-vehicle-type-vo.d.ts +30 -0
- package/dist/models/appointment-registration-vo.d.ts +157 -0
- package/dist/models/appointment-registration-vo.js +20 -0
- package/dist/models/appointment-set-item-vo.d.ts +47 -0
- package/dist/models/appointment-set-item-vo.js +26 -0
- package/dist/models/appointment-set-vo.d.ts +61 -0
- package/dist/models/associated-plan-dto.d.ts +30 -0
- package/dist/models/black-add-vo.d.ts +60 -0
- package/dist/models/black-edit-vo.d.ts +60 -0
- package/dist/models/black-search-vo.d.ts +121 -0
- package/dist/models/black-search-vo.js +20 -0
- package/dist/models/black-white-entity.d.ts +125 -0
- package/dist/models/black-white-entity.js +20 -0
- package/dist/models/bodys.d.ts +44 -0
- package/dist/models/business-work-order-dto.d.ts +66 -0
- package/dist/models/business-work-order-list-dto.d.ts +73 -0
- package/dist/models/call-police-add-vo.d.ts +91 -0
- package/dist/models/call-police-detail-dto.d.ts +275 -0
- package/dist/models/call-police-detail-dto.js +35 -0
- package/dist/models/call-police-history-dto.d.ts +145 -0
- package/dist/models/call-police-history-dto.js +21 -0
- package/dist/models/call-police-history-handle.d.ts +48 -0
- package/dist/models/call-police-type-dto.d.ts +30 -0
- package/dist/models/call-police-type-enum.d.ts +32 -0
- package/dist/models/call-police-type-enum.js +36 -0
- package/dist/models/choice-energy-meter-bo.d.ts +42 -0
- package/dist/models/choice-water-meter-vo.d.ts +30 -0
- package/dist/models/choice-watt-hour-meter-vo.d.ts +30 -0
- package/dist/models/cold-store-dashboard-access-count-dto.d.ts +30 -0
- package/dist/models/cold-store-dashboard-access-details-series-dto.d.ts +30 -0
- package/dist/models/cold-store-dashboard-access-series-dto.d.ts +37 -0
- package/dist/models/cold-store-dashboard-alarm-count-dto.d.ts +36 -0
- package/dist/models/cold-store-dashboard-alarm-list-dto.d.ts +36 -0
- package/dist/models/cold-store-dashboard-area-dto.d.ts +30 -0
- package/dist/models/cold-store-dashboard-device-dto.d.ts +67 -0
- package/dist/models/cold-store-dashboard-device-lift-gate-series-details-dto.d.ts +30 -0
- package/dist/models/cold-store-dashboard-device-lift-gate-series-dto.d.ts +55 -0
- package/dist/models/cold-store-dashboard-device-unit-dto.d.ts +55 -0
- package/dist/models/cold-store-dashboard-device-unit-item-dto.d.ts +66 -0
- package/dist/models/cold-store-dashboard-energy-consumption-series-dto.d.ts +30 -0
- package/dist/models/cold-store-dashboard-energy-consumption-statistics-dto.d.ts +30 -0
- package/dist/models/cold-store-dashboard-plan-calendar-list-dto.d.ts +36 -0
- package/dist/models/complaint-record-add-bo.d.ts +54 -0
- package/dist/models/cost-bill-list-bo.d.ts +66 -0
- package/dist/models/cost-bill-list-bo.js +15 -0
- package/dist/models/cost-bill-push-hire-bo.d.ts +30 -0
- package/dist/models/cost-bill-push-hire-bo.js +15 -0
- package/dist/models/cost-bill-push-sap-bo.d.ts +24 -0
- package/dist/models/cost-bill-push-sap-bo.js +15 -0
- package/dist/models/cost-delete-bo.d.ts +36 -0
- package/dist/models/cost-delete-bo.js +15 -0
- package/dist/models/cost-park-bill-usage-settings-save-or-update-bo.d.ts +108 -0
- package/dist/models/cost-park-bill-usage-settings-save-or-update-bo.js +15 -0
- package/dist/models/cost-park-energy-bill-number-of-periods-bo.d.ts +36 -0
- package/dist/models/cost-park-energy-bill-number-of-periods-bo.js +15 -0
- package/dist/models/cost-park-energy-unit-price-settings-save-or-update-bo.d.ts +108 -0
- package/dist/models/cost-park-energy-unit-price-settings-save-or-update-bo.js +15 -0
- package/dist/models/cost-park-hire-energy-bill-bo.d.ts +49 -0
- package/dist/models/cost-park-hire-energy-bill-bo.js +15 -0
- package/dist/models/cost-park-hire-energy-bill-details-bo.d.ts +30 -0
- package/dist/models/cost-park-hire-energy-bill-details-bo.js +15 -0
- package/dist/models/cost-park-hire-energy-bill-details-save-bo.d.ts +54 -0
- package/dist/models/cost-park-hire-energy-bill-details-save-bo.js +15 -0
- package/dist/models/cost-park-hire-energy-bill-save-bo.d.ts +49 -0
- package/dist/models/cost-park-hire-energy-bill-save-bo.js +15 -0
- package/dist/models/cost-park-hire-energy-bill-update-bo.d.ts +31 -0
- package/dist/models/cost-park-hire-energy-bill-update-bo.js +15 -0
- package/dist/models/cost-park-hire-energy-bill-update-details-bo.d.ts +60 -0
- package/dist/models/cost-park-hire-energy-bill-update-details-bo.js +15 -0
- package/dist/models/cost-subject-save-or-update-bo.d.ts +84 -0
- package/dist/models/cost-subject-save-or-update-bo.js +15 -0
- package/dist/models/cost-withdrawal-of-bills-bo.d.ts +24 -0
- package/dist/models/cost-withdrawal-of-bills-bo.js +15 -0
- package/dist/models/daily-schedule-time-window.d.ts +30 -0
- package/dist/models/daily-schedule-time-window.js +15 -0
- package/dist/models/delete-water-vo.d.ts +36 -0
- package/dist/models/delete-water-vo.js +15 -0
- package/dist/models/device-group-settings-add-or-update-bo.d.ts +42 -0
- package/dist/models/device-group-settings-add-or-update-bo.js +15 -0
- package/dist/models/device-group-settings-entity.d.ts +66 -0
- package/dist/models/device-group-settings-entity.js +15 -0
- package/dist/models/device-list-dto.d.ts +30 -0
- package/dist/models/device-list-dto.js +15 -0
- package/dist/models/device-records-search-vo.d.ts +98 -0
- package/dist/models/device-records-search-vo.js +15 -0
- package/dist/models/device-unit-dto.d.ts +84 -0
- package/dist/models/device-unit-dto.js +15 -0
- package/dist/models/device-unit-edit.d.ts +60 -0
- package/dist/models/device-unit-edit.js +15 -0
- package/dist/models/device-unit-item-dto.d.ts +30 -0
- package/dist/models/device-unit-item-dto.js +15 -0
- package/dist/models/device-unit-items-entity.d.ts +144 -0
- package/dist/models/device-unit-items-entity.js +15 -0
- package/dist/models/device-unit-items-search-dto.d.ts +98 -0
- package/dist/models/device-unit-items-search-dto.js +15 -0
- package/dist/models/device-unit-items-update-dto.d.ts +61 -0
- package/dist/models/device-unit-items-update-dto.js +15 -0
- package/dist/models/device-unit-sort-bo.d.ts +30 -0
- package/dist/models/device-unit-sort-bo.js +15 -0
- package/dist/models/devices-search-dto.d.ts +193 -0
- package/dist/models/devices-search-dto.js +15 -0
- package/dist/models/devices-search-vo.d.ts +92 -0
- package/dist/models/devices-search-vo.js +15 -0
- package/dist/models/earnest-money-transaction-update-dto.d.ts +31 -0
- package/dist/models/earnest-money-transaction-update-dto.js +15 -0
- package/dist/models/earnest-money-transaction.d.ts +36 -0
- package/dist/models/earnest-money-transaction.js +15 -0
- package/dist/models/energy-consumption-by-energy-type-dto.d.ts +58 -0
- package/dist/models/energy-consumption-by-energy-type-dto.js +25 -0
- package/dist/models/energy-consumption-details-dto.d.ts +120 -0
- package/dist/models/energy-consumption-details-dto.js +15 -0
- package/dist/models/energy-consumption-dto.d.ts +55 -0
- package/dist/models/energy-consumption-dto.js +15 -0
- package/dist/models/energy-consumption-line-chart-details-dto.d.ts +30 -0
- package/dist/models/energy-consumption-line-chart-details-dto.js +15 -0
- package/dist/models/energy-consumption-search-vo.d.ts +54 -0
- package/dist/models/energy-consumption-search-vo.js +15 -0
- package/dist/models/energy-consumption-series-dto.d.ts +30 -0
- package/dist/models/energy-consumption-series-dto.js +15 -0
- package/dist/models/energy-consumption-vo.d.ts +80 -0
- package/dist/models/energy-consumption-vo.js +15 -0
- package/dist/models/energy-formula-calculation-bo.d.ts +66 -0
- package/dist/models/energy-formula-calculation-bo.js +15 -0
- package/dist/models/energy-formula-type-enum.d.ts +21 -0
- package/dist/models/energy-formula-type-enum.js +25 -0
- package/dist/models/energy-gradient-alarm-add-or-update-vo.d.ts +60 -0
- package/dist/models/energy-gradient-alarm-add-or-update-vo.js +25 -0
- package/dist/models/energy-gradient-alarm-details-dto.d.ts +60 -0
- package/dist/models/energy-gradient-alarm-details-dto.js +25 -0
- package/dist/models/energy-gradient-alarm-device-dto.d.ts +30 -0
- package/dist/models/energy-gradient-alarm-device-dto.js +15 -0
- package/dist/models/energy-gradient-alarm-rule-dto.d.ts +86 -0
- package/dist/models/energy-gradient-alarm-rule-dto.js +23 -0
- package/dist/models/energy-gradient-alarm-rule-vo.d.ts +86 -0
- package/dist/models/energy-gradient-alarm-rule-vo.js +23 -0
- package/dist/models/energy-hire-share-formula-add-or-update-bo.d.ts +30 -0
- package/dist/models/energy-hire-share-formula-add-or-update-bo.js +15 -0
- package/dist/models/energy-hire-share-settings-add-or-update-bo.d.ts +43 -0
- package/dist/models/energy-hire-share-settings-add-or-update-bo.js +15 -0
- package/dist/models/energy-hire-watt-hour-meter-vo.d.ts +42 -0
- package/dist/models/energy-hire-watt-hour-meter-vo.js +15 -0
- package/dist/models/energy-histogram-details-dto.d.ts +42 -0
- package/dist/models/energy-histogram-details-dto.js +15 -0
- package/dist/models/energy-histogram-dto.d.ts +37 -0
- package/dist/models/energy-histogram-dto.js +15 -0
- package/dist/models/energy-label-add-bo.d.ts +54 -0
- package/dist/models/energy-label-add-bo.js +15 -0
- package/dist/models/energy-label-entity.d.ts +84 -0
- package/dist/models/energy-label-entity.js +15 -0
- package/dist/models/energy-label-series-dto.d.ts +37 -0
- package/dist/models/energy-label-series-dto.js +15 -0
- package/dist/models/energy-label-update-bo.d.ts +42 -0
- package/dist/models/energy-label-update-bo.js +15 -0
- package/dist/models/energy-meter-details-bo.d.ts +30 -0
- package/dist/models/energy-meter-details-bo.js +15 -0
- package/dist/models/energy-meter-details-dto.d.ts +174 -0
- package/dist/models/energy-meter-details-dto.js +15 -0
- package/dist/models/energy-meter-hire-details-bo.d.ts +66 -0
- package/dist/models/energy-meter-hire-details-bo.js +15 -0
- package/dist/models/energy-meter-hire-details-dto.d.ts +102 -0
- package/dist/models/energy-meter-hire-details-dto.js +15 -0
- package/dist/models/energy-meter-hire-details-statistics-bo.d.ts +54 -0
- package/dist/models/energy-meter-hire-details-statistics-bo.js +15 -0
- package/dist/models/energy-meter-item-type-enum.d.ts +24 -0
- package/dist/models/energy-meter-item-type-enum.js +28 -0
- package/dist/models/energy-meter-item-type-list-dto.d.ts +60 -0
- package/dist/models/energy-meter-item-type-list-dto.js +15 -0
- package/dist/models/energy-meter-list-dto.d.ts +96 -0
- package/dist/models/energy-meter-list-dto.js +15 -0
- package/dist/models/energy-meter-record-dto.d.ts +55 -0
- package/dist/models/energy-meter-record-dto.js +15 -0
- package/dist/models/energy-meter-search-bo.d.ts +128 -0
- package/dist/models/energy-meter-search-bo.js +15 -0
- package/dist/models/energy-park-formula-add-or-update-bo.d.ts +48 -0
- package/dist/models/energy-park-formula-add-or-update-bo.js +15 -0
- package/dist/models/energy-series-by-meter-item-type-details-dto.d.ts +30 -0
- package/dist/models/energy-series-by-meter-item-type-details-dto.js +15 -0
- package/dist/models/energy-series-by-meter-item-type-dto.d.ts +32 -0
- package/dist/models/energy-series-by-meter-item-type-dto.js +15 -0
- package/dist/models/energy-set-vo.d.ts +144 -0
- package/dist/models/energy-set-vo.js +15 -0
- package/dist/models/energy-type-dto.d.ts +46 -0
- package/dist/models/energy-type-dto.js +25 -0
- package/dist/models/energy-work-order-detail-dto.d.ts +140 -0
- package/dist/models/energy-work-order-detail-dto.js +15 -0
- package/dist/models/energy-work-order-reading-record-details-dto.d.ts +72 -0
- package/dist/models/energy-work-order-reading-record-details-dto.js +15 -0
- package/dist/models/esg-park-by-series-details-dto.d.ts +30 -0
- package/dist/models/esg-park-by-series-details-dto.js +15 -0
- package/dist/models/esg-park-by-series-dto.d.ts +31 -0
- package/dist/models/esg-park-by-series-dto.js +15 -0
- package/dist/models/esg-park-carbon-emission-details-dto.d.ts +102 -0
- package/dist/models/esg-park-carbon-emission-details-dto.js +15 -0
- package/dist/models/esg-park-carbon-emission-statistics-dto.d.ts +42 -0
- package/dist/models/esg-park-carbon-emission-statistics-dto.js +15 -0
- package/dist/models/esg-park-charging-station-statistics-dto.d.ts +30 -0
- package/dist/models/esg-park-charging-station-statistics-dto.js +15 -0
- package/dist/models/esg-park-config-add-or-update-bo.d.ts +30 -0
- package/dist/models/esg-park-config-add-or-update-bo.js +15 -0
- package/dist/models/esg-park-energy-details-statistics-dto.d.ts +114 -0
- package/dist/models/esg-park-energy-details-statistics-dto.js +15 -0
- package/dist/models/esg-park-energy-statistics-dto.d.ts +48 -0
- package/dist/models/esg-park-energy-statistics-dto.js +15 -0
- package/dist/models/esg-park-greening-coverage-statistics-dto.d.ts +36 -0
- package/dist/models/esg-park-greening-coverage-statistics-dto.js +15 -0
- package/dist/models/esg-park-renewable-energy-statistics-dto.d.ts +30 -0
- package/dist/models/esg-park-renewable-energy-statistics-dto.js +15 -0
- package/dist/models/esg-park-waste-config-add-or-update-bo.d.ts +66 -0
- package/dist/models/esg-park-waste-config-add-or-update-bo.js +15 -0
- package/dist/models/esg-park-waste-config-list-dto.d.ts +84 -0
- package/dist/models/esg-park-waste-config-list-dto.js +15 -0
- package/dist/models/esg-user-statistics-dto.d.ts +54 -0
- package/dist/models/esg-user-statistics-dto.js +15 -0
- package/dist/models/esgpark-waste-statistics-dto.d.ts +42 -0
- package/dist/models/esgpark-waste-statistics-dto.js +15 -0
- package/dist/models/export-energy-meter-record-bo.d.ts +73 -0
- package/dist/models/export-energy-meter-record-bo.js +15 -0
- package/dist/models/export-hire-energy-meter-record-bo.d.ts +60 -0
- package/dist/models/export-hire-energy-meter-record-bo.js +15 -0
- package/dist/models/export-in-park-vehicle-bo.d.ts +71 -0
- package/dist/models/export-in-park-vehicle-bo.js +20 -0
- package/dist/models/feedback-activity-list-vo.d.ts +61 -0
- package/dist/models/feedback-activity-list-vo.js +15 -0
- package/dist/models/feedback-level-enum.d.ts +21 -0
- package/dist/models/feedback-level-enum.js +25 -0
- package/dist/models/feedback-push-settings-add-or-update-vo.d.ts +61 -0
- package/dist/models/feedback-push-settings-add-or-update-vo.js +15 -0
- package/dist/models/feedback-push-settings-entity.d.ts +85 -0
- package/dist/models/feedback-push-settings-entity.js +15 -0
- package/dist/models/feedback-record-add-dto.d.ts +67 -0
- package/dist/models/feedback-record-add-dto.js +15 -0
- package/dist/models/feedback-record-detail-vo.d.ts +177 -0
- package/dist/models/feedback-record-detail-vo.js +15 -0
- package/dist/models/feedback-record-list-vo.d.ts +128 -0
- package/dist/models/feedback-record-list-vo.js +15 -0
- package/dist/models/feedback-record-reply-dto.d.ts +30 -0
- package/dist/models/feedback-record-reply-dto.js +15 -0
- package/dist/models/feedback-record-review-dto.d.ts +36 -0
- package/dist/models/feedback-record-review-dto.js +15 -0
- package/dist/models/feedback-reply-list-vo.d.ts +60 -0
- package/dist/models/feedback-reply-list-vo.js +15 -0
- package/dist/models/feedback-series-by-type-details-dto.d.ts +30 -0
- package/dist/models/feedback-series-by-type-details-dto.js +15 -0
- package/dist/models/feedback-series-by-type-dto.d.ts +32 -0
- package/dist/models/feedback-series-by-type-dto.js +15 -0
- package/dist/models/feedback-statistics-count-dto.d.ts +54 -0
- package/dist/models/feedback-statistics-count-dto.js +15 -0
- package/dist/models/feedback-statistics-list-dto.d.ts +60 -0
- package/dist/models/feedback-statistics-list-dto.js +15 -0
- package/dist/models/feedback-statistics-satisfaction-rating-dto.d.ts +54 -0
- package/dist/models/feedback-statistics-satisfaction-rating-dto.js +15 -0
- package/dist/models/feedback-status-enum.d.ts +24 -0
- package/dist/models/feedback-status-enum.js +28 -0
- package/dist/models/feedback-type-enum.d.ts +32 -0
- package/dist/models/feedback-type-enum.js +36 -0
- package/dist/models/file-management-add-mode-enum.d.ts +22 -0
- package/dist/models/file-management-add-mode-enum.js +26 -0
- package/dist/models/file-management-entity.d.ts +110 -0
- package/dist/models/file-management-entity.js +15 -0
- package/dist/models/file-management-file-type-enum.d.ts +24 -0
- package/dist/models/file-management-file-type-enum.js +28 -0
- package/dist/models/file-management-list-children-dto.d.ts +92 -0
- package/dist/models/file-management-list-children-dto.js +15 -0
- package/dist/models/file-management-list-dto.d.ts +86 -0
- package/dist/models/file-management-list-dto.js +15 -0
- package/dist/models/file-management-push-message-vo.d.ts +36 -0
- package/dist/models/file-management-push-message-vo.js +15 -0
- package/dist/models/file-management-type-enum.d.ts +21 -0
- package/dist/models/file-management-type-enum.js +25 -0
- package/dist/models/file-management-update-vo.d.ts +37 -0
- package/dist/models/file-management-update-vo.js +15 -0
- package/dist/models/file-management-usage-dto.d.ts +30 -0
- package/dist/models/file-management-usage-dto.js +15 -0
- package/dist/models/file-vo.d.ts +36 -0
- package/dist/models/file-vo.js +15 -0
- package/dist/models/fire-control-equipment-add-vo.d.ts +60 -0
- package/dist/models/fire-control-equipment-add-vo.js +15 -0
- package/dist/models/fire-control-equipment-batch-setting-location-vo.d.ts +30 -0
- package/dist/models/fire-control-equipment-batch-setting-location-vo.js +15 -0
- package/dist/models/fire-control-equipment-edit-vo.d.ts +42 -0
- package/dist/models/fire-control-equipment-edit-vo.js +15 -0
- package/dist/models/fire-control-equipment-search-vo.d.ts +110 -0
- package/dist/models/fire-control-equipment-search-vo.js +15 -0
- package/dist/models/followup-work-order-dto.d.ts +0 -7
- package/dist/models/gate-list-po.d.ts +80 -0
- package/dist/models/gate-list-po.js +15 -0
- package/dist/models/get-user-wx200-response-locale.d.ts +102 -0
- package/dist/models/get-user-wx200-response-locale.js +15 -0
- package/dist/models/get-user-wx200-response-output-stream.d.ts +30 -0
- package/dist/models/get-user-wx200-response-output-stream.js +15 -0
- package/dist/models/get-user-wx200-response.d.ts +92 -0
- package/dist/models/get-user-wx200-response.js +15 -0
- package/dist/models/gizone-access-set-detail-req.d.ts +24 -0
- package/dist/models/gizone-access-set-detail-req.js +15 -0
- package/dist/models/gizone-access-set-vo.d.ts +145 -0
- package/dist/models/gizone-access-set-vo.js +15 -0
- package/dist/models/gizone-devicve-list-search-vo.d.ts +116 -0
- package/dist/models/gizone-devicve-list-search-vo.js +15 -0
- package/dist/models/gizone-gate-add-or-update-po.d.ts +72 -0
- package/dist/models/gizone-gate-add-or-update-po.js +15 -0
- package/dist/models/gizone-gate-delete-req.d.ts +24 -0
- package/dist/models/gizone-gate-delete-req.js +15 -0
- package/dist/models/gizone-user-black-white-edit-vo.d.ts +90 -0
- package/dist/models/gizone-user-black-white-edit-vo.js +15 -0
- package/dist/models/gizone-user-black-white-entity.d.ts +126 -0
- package/dist/models/gizone-user-black-white-entity.js +15 -0
- package/dist/models/gizone-user-black-white-search-vo.d.ts +116 -0
- package/dist/models/gizone-user-black-white-search-vo.js +15 -0
- package/dist/models/gizone-user-black-white-vo.d.ts +96 -0
- package/dist/models/gizone-user-black-white-vo.js +15 -0
- package/dist/models/gizone-watt-hour-meter-config-entity.d.ts +36 -0
- package/dist/models/gizone-watt-hour-meter-config-entity.js +15 -0
- package/dist/models/gradient-alarm-device-dto.d.ts +42 -0
- package/dist/models/gradient-alarm-device-dto.js +21 -0
- package/dist/models/gradient-alarm-list-dto.d.ts +69 -0
- package/dist/models/gradient-alarm-list-dto.js +15 -0
- package/dist/models/gradient-alarm-rule-dto.d.ts +42 -0
- package/dist/models/gradient-alarm-rule-dto.js +15 -0
- package/dist/models/gradient-alarm-type.d.ts +21 -0
- package/dist/models/gradient-alarm-type.js +25 -0
- package/dist/models/handler-complaint-record-bo.d.ts +72 -0
- package/dist/models/handler-complaint-record-bo.js +15 -0
- package/dist/models/hire-add-vo.d.ts +126 -0
- package/dist/models/hire-add-vo.js +15 -0
- package/dist/models/hire-air-conditioning-list-dto.d.ts +54 -0
- package/dist/models/hire-air-conditioning-list-dto.js +15 -0
- package/dist/models/hire-edit-vo.d.ts +42 -0
- package/dist/models/hire-edit-vo.js +15 -0
- package/dist/models/hire-lease-stage-dto.d.ts +66 -0
- package/dist/models/hire-lease-stage-dto.js +15 -0
- package/dist/models/hire-lease-stage-save-or-update-bo.d.ts +54 -0
- package/dist/models/hire-lease-stage-save-or-update-bo.js +15 -0
- package/dist/models/hire-lease-term-and-lease-stage-save-or-update-bo.d.ts +37 -0
- package/dist/models/hire-lease-term-and-lease-stage-save-or-update-bo.js +15 -0
- package/dist/models/hire-lease-term-dto.d.ts +103 -0
- package/dist/models/hire-lease-term-dto.js +15 -0
- package/dist/models/hire-lease-term-entity.d.ts +186 -0
- package/dist/models/hire-lease-term-entity.js +15 -0
- package/dist/models/hire-lease-term-list-dto.d.ts +186 -0
- package/dist/models/hire-lease-term-list-dto.js +15 -0
- package/dist/models/hire-lease-term-save-or-update-bo.d.ts +73 -0
- package/dist/models/hire-lease-term-save-or-update-bo.js +15 -0
- package/dist/models/hire-lease-term-save-or-update-vo.d.ts +126 -0
- package/dist/models/hire-lease-term-save-or-update-vo.js +15 -0
- package/dist/models/hire-search-vo.d.ts +72 -0
- package/dist/models/hire-search-vo.js +15 -0
- package/dist/models/hire-select-list-dto.d.ts +60 -0
- package/dist/models/hire-select-list-dto.js +15 -0
- package/dist/models/hire-sort-update-bo.d.ts +30 -0
- package/dist/models/hire-sort-update-bo.js +15 -0
- package/dist/models/hire-user-add-redis-list-vo.d.ts +43 -0
- package/dist/models/hire-user-add-redis-list-vo.js +15 -0
- package/dist/models/hire-user-excel-dto.d.ts +96 -0
- package/dist/models/hire-user-excel-dto.js +15 -0
- package/dist/models/in-park-vehicle-detail-dto.d.ts +125 -0
- package/dist/models/in-park-vehicle-detail-dto.js +20 -0
- package/dist/models/in-park-vehicle-dto.d.ts +72 -0
- package/dist/models/in-park-vehicle-dto.js +15 -0
- package/dist/models/in-park-vehicle-req.d.ts +89 -0
- package/dist/models/in-park-vehicle-req.js +20 -0
- package/dist/models/in-park-vehicle-statistics-req.d.ts +24 -0
- package/dist/models/in-park-vehicle-statistics-req.js +15 -0
- package/dist/models/in-park-vehicle-statistics-resp.d.ts +42 -0
- package/dist/models/in-park-vehicle-statistics-resp.js +15 -0
- package/dist/models/in-park-vehicle-vo.d.ts +119 -0
- package/dist/models/in-park-vehicle-vo.js +20 -0
- package/dist/models/index.d.ts +567 -74
- package/dist/models/index.js +567 -74
- package/dist/models/inout-open-po.d.ts +48 -0
- package/dist/models/inout-open-po.js +15 -0
- package/dist/models/internet-access-park-vehicle-vo.d.ts +109 -0
- package/dist/models/internet-access-park-vehicle-vo.js +20 -0
- package/dist/models/internet-meter-add-vo.d.ts +66 -0
- package/dist/models/internet-meter-add-vo.js +15 -0
- package/dist/models/internet-meter-details-add-vo.d.ts +54 -0
- package/dist/models/internet-meter-details-add-vo.js +15 -0
- package/dist/models/internet-meter-report-record-search-vo.d.ts +80 -0
- package/dist/models/internet-meter-report-record-search-vo.js +15 -0
- package/dist/models/internet-meter-report-record-statistics-vo.d.ts +30 -0
- package/dist/models/internet-meter-report-record-statistics-vo.js +15 -0
- package/dist/models/internet-meter-search-vo.d.ts +30 -0
- package/dist/models/internet-meter-search-vo.js +15 -0
- package/dist/models/internet-pan-perception-report-record-vo.d.ts +80 -0
- package/dist/models/internet-pan-perception-report-record-vo.js +15 -0
- package/dist/models/internet-pan-perception-search-vo.d.ts +30 -0
- package/dist/models/internet-pan-perception-search-vo.js +15 -0
- package/dist/models/internet-set-vo.d.ts +54 -0
- package/dist/models/internet-set-vo.js +15 -0
- package/dist/models/internet-water-report-record-search-vo.d.ts +80 -0
- package/dist/models/internet-water-report-record-search-vo.js +15 -0
- package/dist/models/internet-water-search-vo.d.ts +30 -0
- package/dist/models/internet-water-search-vo.js +15 -0
- package/dist/models/iot-gradient-alarm-add-or-update-vo.d.ts +55 -0
- package/dist/models/iot-gradient-alarm-add-or-update-vo.js +15 -0
- package/dist/models/iot-gradient-alarm-rule-settings-dto.d.ts +96 -0
- package/dist/models/iot-gradient-alarm-rule-settings-dto.js +15 -0
- package/dist/models/iot-gradient-alarm-rule-vo.d.ts +78 -0
- package/dist/models/iot-gradient-alarm-rule-vo.js +15 -0
- package/dist/models/iot-gradient-alarm-settings-dto.d.ts +61 -0
- package/dist/models/iot-gradient-alarm-settings-dto.js +15 -0
- package/dist/models/ipage-access-vo.d.ts +62 -0
- package/dist/models/ipage-access-vo.js +15 -0
- package/dist/models/json-result-ai-monitoring-config-vo.d.ts +62 -0
- package/dist/models/json-result-ai-monitoring-config-vo.js +15 -0
- package/dist/models/json-result-air-conditioning-reservation-details-dto.d.ts +62 -0
- package/dist/models/json-result-air-conditioning-reservation-details-dto.js +15 -0
- package/dist/models/json-result-appointment-registration-detail-dto.d.ts +62 -0
- package/dist/models/json-result-appointment-registration-detail-dto.js +15 -0
- package/dist/models/json-result-appointment-set-vo.d.ts +62 -0
- package/dist/models/json-result-appointment-set-vo.js +15 -0
- package/dist/models/json-result-black-white-entity.d.ts +62 -0
- package/dist/models/json-result-black-white-entity.js +15 -0
- package/dist/models/json-result-business-work-order-list-dto.d.ts +62 -0
- package/dist/models/json-result-business-work-order-list-dto.js +15 -0
- package/dist/models/json-result-call-police-detail-dto.d.ts +62 -0
- package/dist/models/json-result-call-police-detail-dto.js +15 -0
- package/dist/models/json-result-cold-store-dashboard-access-count-dto.d.ts +62 -0
- package/dist/models/json-result-cold-store-dashboard-access-count-dto.js +15 -0
- package/dist/models/json-result-cold-store-dashboard-alarm-count-dto.d.ts +62 -0
- package/dist/models/json-result-cold-store-dashboard-alarm-count-dto.js +15 -0
- package/dist/models/json-result-cold-store-dashboard-area-dto.d.ts +62 -0
- package/dist/models/json-result-cold-store-dashboard-area-dto.js +15 -0
- package/dist/models/json-result-cold-store-dashboard-energy-consumption-statistics-dto.d.ts +62 -0
- package/dist/models/json-result-cold-store-dashboard-energy-consumption-statistics-dto.js +15 -0
- package/dist/models/json-result-device-group-settings-entity.d.ts +62 -0
- package/dist/models/json-result-device-group-settings-entity.js +15 -0
- package/dist/models/json-result-energy-consumption-dto.d.ts +62 -0
- package/dist/models/json-result-energy-consumption-dto.js +15 -0
- package/dist/models/json-result-energy-gradient-alarm-details-dto.d.ts +62 -0
- package/dist/models/json-result-energy-gradient-alarm-details-dto.js +15 -0
- package/dist/models/json-result-energy-label-entity.d.ts +62 -0
- package/dist/models/json-result-energy-label-entity.js +15 -0
- package/dist/models/json-result-energy-meter-details-dto.d.ts +62 -0
- package/dist/models/json-result-energy-meter-details-dto.js +15 -0
- package/dist/models/json-result-energy-meter-record-dto.d.ts +62 -0
- package/dist/models/json-result-energy-meter-record-dto.js +15 -0
- package/dist/models/json-result-energy-work-order-detail-dto.d.ts +62 -0
- package/dist/models/json-result-energy-work-order-detail-dto.js +15 -0
- package/dist/models/json-result-esg-park-carbon-emission-statistics-dto.d.ts +62 -0
- package/dist/models/json-result-esg-park-carbon-emission-statistics-dto.js +15 -0
- package/dist/models/json-result-esg-park-charging-station-statistics-dto.d.ts +62 -0
- package/dist/models/json-result-esg-park-charging-station-statistics-dto.js +15 -0
- package/dist/models/json-result-esg-park-energy-statistics-dto.d.ts +62 -0
- package/dist/models/json-result-esg-park-energy-statistics-dto.js +15 -0
- package/dist/models/json-result-esg-park-greening-coverage-statistics-dto.d.ts +62 -0
- package/dist/models/json-result-esg-park-greening-coverage-statistics-dto.js +15 -0
- package/dist/models/json-result-esg-park-renewable-energy-statistics-dto.d.ts +62 -0
- package/dist/models/json-result-esg-park-renewable-energy-statistics-dto.js +15 -0
- package/dist/models/json-result-esg-user-statistics-dto.d.ts +62 -0
- package/dist/models/json-result-esg-user-statistics-dto.js +15 -0
- package/dist/models/json-result-esgpark-waste-statistics-dto.d.ts +62 -0
- package/dist/models/json-result-esgpark-waste-statistics-dto.js +15 -0
- package/dist/models/json-result-feedback-record-detail-vo.d.ts +62 -0
- package/dist/models/json-result-feedback-record-detail-vo.js +15 -0
- package/dist/models/json-result-feedback-statistics-count-dto.d.ts +62 -0
- package/dist/models/json-result-feedback-statistics-count-dto.js +15 -0
- package/dist/models/json-result-feedback-statistics-satisfaction-rating-dto.d.ts +62 -0
- package/dist/models/json-result-feedback-statistics-satisfaction-rating-dto.js +15 -0
- package/dist/models/json-result-file-management-entity.d.ts +62 -0
- package/dist/models/json-result-file-management-entity.js +15 -0
- package/dist/models/json-result-file-management-usage-dto.d.ts +62 -0
- package/dist/models/json-result-file-management-usage-dto.js +15 -0
- package/dist/models/json-result-gizone-access-set-vo.d.ts +62 -0
- package/dist/models/json-result-gizone-access-set-vo.js +15 -0
- package/dist/models/json-result-gizone-user-black-white-entity.d.ts +62 -0
- package/dist/models/json-result-gizone-user-black-white-entity.js +15 -0
- package/dist/models/json-result-hire-lease-term-entity.d.ts +62 -0
- package/dist/models/json-result-hire-lease-term-entity.js +15 -0
- package/dist/models/json-result-hire-user-add-redis-list-vo.d.ts +62 -0
- package/dist/models/json-result-hire-user-add-redis-list-vo.js +15 -0
- package/dist/models/json-result-in-park-vehicle-detail-dto.d.ts +62 -0
- package/dist/models/json-result-in-park-vehicle-detail-dto.js +15 -0
- package/dist/models/json-result-in-park-vehicle-dto.d.ts +62 -0
- package/dist/models/json-result-in-park-vehicle-dto.js +15 -0
- package/dist/models/json-result-in-park-vehicle-statistics-resp.d.ts +62 -0
- package/dist/models/json-result-in-park-vehicle-statistics-resp.js +15 -0
- package/dist/models/json-result-iot-gradient-alarm-settings-dto.d.ts +62 -0
- package/dist/models/json-result-iot-gradient-alarm-settings-dto.js +15 -0
- package/dist/models/json-result-ipage-access-vo.d.ts +62 -0
- package/dist/models/json-result-ipage-access-vo.js +15 -0
- package/dist/models/json-result-json-result-list-space-tree-dto.d.ts +1 -1
- package/dist/models/json-result-large-visual-screen-access-line-chart-dto.d.ts +62 -0
- package/dist/models/json-result-large-visual-screen-access-line-chart-dto.js +15 -0
- package/dist/models/json-result-large-visual-screen-access-list-dto.d.ts +62 -0
- package/dist/models/json-result-large-visual-screen-access-list-dto.js +15 -0
- package/dist/models/json-result-large-visual-screen-call-police-history-histogram-dto.d.ts +62 -0
- package/dist/models/json-result-large-visual-screen-call-police-history-histogram-dto.js +15 -0
- package/dist/models/json-result-large-visual-screen-call-police-history-list-dto.d.ts +62 -0
- package/dist/models/json-result-large-visual-screen-call-police-history-list-dto.js +15 -0
- package/dist/models/json-result-large-visual-screen-energy-dto.d.ts +62 -0
- package/dist/models/json-result-large-visual-screen-energy-dto.js +15 -0
- package/dist/models/json-result-large-visual-screen-hardware-access-dto.d.ts +62 -0
- package/dist/models/json-result-large-visual-screen-hardware-access-dto.js +15 -0
- package/dist/models/json-result-large-visual-screen-monitor-list-dto.d.ts +62 -0
- package/dist/models/json-result-large-visual-screen-monitor-list-dto.js +15 -0
- package/dist/models/json-result-large-visual-screen-work-order-list-dto.d.ts +62 -0
- package/dist/models/json-result-large-visual-screen-work-order-list-dto.js +15 -0
- package/dist/models/json-result-list-air-conditioning-reservation-process-details-dto.d.ts +62 -0
- package/dist/models/json-result-list-air-conditioning-reservation-process-details-dto.js +15 -0
- package/dist/models/json-result-list-appointment-registration-unloading-area-count-dto.d.ts +62 -0
- package/dist/models/json-result-list-appointment-registration-unloading-area-count-dto.js +15 -0
- package/dist/models/json-result-list-appointment-registration-unloading-area-list-details-dto.d.ts +62 -0
- package/dist/models/json-result-list-appointment-registration-unloading-area-list-details-dto.js +15 -0
- package/dist/models/json-result-list-call-police-type-dto.d.ts +62 -0
- package/dist/models/json-result-list-call-police-type-dto.js +15 -0
- package/dist/models/json-result-list-cold-store-dashboard-access-series-dto.d.ts +62 -0
- package/dist/models/json-result-list-cold-store-dashboard-access-series-dto.js +15 -0
- package/dist/models/json-result-list-cold-store-dashboard-alarm-list-dto.d.ts +62 -0
- package/dist/models/json-result-list-cold-store-dashboard-alarm-list-dto.js +15 -0
- package/dist/models/json-result-list-cold-store-dashboard-device-dto.d.ts +62 -0
- package/dist/models/json-result-list-cold-store-dashboard-device-dto.js +15 -0
- package/dist/models/json-result-list-cold-store-dashboard-device-lift-gate-series-dto.d.ts +62 -0
- package/dist/models/json-result-list-cold-store-dashboard-device-lift-gate-series-dto.js +15 -0
- package/dist/models/json-result-list-cold-store-dashboard-energy-consumption-series-dto.d.ts +62 -0
- package/dist/models/json-result-list-cold-store-dashboard-energy-consumption-series-dto.js +15 -0
- package/dist/models/json-result-list-cold-store-dashboard-plan-calendar-list-dto.d.ts +62 -0
- package/dist/models/json-result-list-cold-store-dashboard-plan-calendar-list-dto.js +15 -0
- package/dist/models/json-result-list-device-group-settings-entity.d.ts +62 -0
- package/dist/models/json-result-list-device-group-settings-entity.js +15 -0
- package/dist/models/json-result-list-device-list-dto.d.ts +62 -0
- package/dist/models/json-result-list-device-list-dto.js +15 -0
- package/dist/models/json-result-list-device-unit-dto.d.ts +62 -0
- package/dist/models/json-result-list-device-unit-dto.js +15 -0
- package/dist/models/json-result-list-device-unit-item-dto.d.ts +62 -0
- package/dist/models/json-result-list-device-unit-item-dto.js +15 -0
- package/dist/models/json-result-list-energy-consumption-by-energy-type-dto.d.ts +62 -0
- package/dist/models/json-result-list-energy-consumption-by-energy-type-dto.js +15 -0
- package/dist/models/json-result-list-energy-consumption-series-dto.d.ts +62 -0
- package/dist/models/json-result-list-energy-consumption-series-dto.js +15 -0
- package/dist/models/json-result-list-energy-histogram-dto.d.ts +62 -0
- package/dist/models/json-result-list-energy-histogram-dto.js +15 -0
- package/dist/models/json-result-list-energy-label-entity.d.ts +62 -0
- package/dist/models/json-result-list-energy-label-entity.js +15 -0
- package/dist/models/json-result-list-energy-label-series-dto.d.ts +62 -0
- package/dist/models/json-result-list-energy-label-series-dto.js +15 -0
- package/dist/models/json-result-list-energy-meter-item-type-list-dto.d.ts +62 -0
- package/dist/models/json-result-list-energy-meter-item-type-list-dto.js +15 -0
- package/dist/models/json-result-list-energy-series-by-meter-item-type-dto.d.ts +62 -0
- package/dist/models/json-result-list-energy-series-by-meter-item-type-dto.js +15 -0
- package/dist/models/json-result-list-energy-type-dto.d.ts +62 -0
- package/dist/models/json-result-list-energy-type-dto.js +15 -0
- package/dist/models/json-result-list-esg-park-by-series-dto.d.ts +62 -0
- package/dist/models/json-result-list-esg-park-by-series-dto.js +15 -0
- package/dist/models/json-result-list-esg-park-waste-config-list-dto.d.ts +62 -0
- package/dist/models/json-result-list-esg-park-waste-config-list-dto.js +15 -0
- package/dist/models/json-result-list-feedback-activity-list-vo.d.ts +62 -0
- package/dist/models/json-result-list-feedback-activity-list-vo.js +15 -0
- package/dist/models/json-result-list-feedback-push-settings-entity.d.ts +62 -0
- package/dist/models/json-result-list-feedback-push-settings-entity.js +15 -0
- package/dist/models/json-result-list-feedback-series-by-type-dto.d.ts +62 -0
- package/dist/models/json-result-list-feedback-series-by-type-dto.js +15 -0
- package/dist/models/json-result-list-feedback-statistics-list-dto.d.ts +62 -0
- package/dist/models/json-result-list-feedback-statistics-list-dto.js +15 -0
- package/dist/models/json-result-list-feedback-type-enum.d.ts +62 -0
- package/dist/models/json-result-list-feedback-type-enum.js +15 -0
- package/dist/models/json-result-list-file-management-list-dto.d.ts +62 -0
- package/dist/models/json-result-list-file-management-list-dto.js +15 -0
- package/dist/models/json-result-list-hire-lease-term-dto.d.ts +62 -0
- package/dist/models/json-result-list-hire-lease-term-dto.js +15 -0
- package/dist/models/json-result-list-hire-lease-term-list-dto.d.ts +62 -0
- package/dist/models/json-result-list-hire-lease-term-list-dto.js +15 -0
- package/dist/models/json-result-list-hire-select-list-dto.d.ts +62 -0
- package/dist/models/json-result-list-hire-select-list-dto.js +15 -0
- package/dist/models/json-result-list-in-park-vehicle-vo.d.ts +62 -0
- package/dist/models/json-result-list-in-park-vehicle-vo.js +15 -0
- package/dist/models/json-result-list-monitor-search-dto.d.ts +62 -0
- package/dist/models/json-result-list-monitor-search-dto.js +15 -0
- package/dist/models/json-result-list-monitor-sort-entity.d.ts +62 -0
- package/dist/models/json-result-list-monitor-sort-entity.js +15 -0
- package/dist/models/json-result-list-owner-kanban-energy-index-line-chart-dto.d.ts +62 -0
- package/dist/models/json-result-list-owner-kanban-energy-index-line-chart-dto.js +15 -0
- package/dist/models/json-result-list-owner-kanban-index-safety-inspection-details-dto.d.ts +62 -0
- package/dist/models/json-result-list-owner-kanban-index-safety-inspection-details-dto.js +15 -0
- package/dist/models/json-result-list-owner-kanban-two-call-police-histogram-statistics-dto.d.ts +62 -0
- package/dist/models/json-result-list-owner-kanban-two-call-police-histogram-statistics-dto.js +15 -0
- package/dist/models/json-result-list-owner-kanban-work-order-type-statistics-dto.d.ts +62 -0
- package/dist/models/json-result-list-owner-kanban-work-order-type-statistics-dto.js +15 -0
- package/dist/models/json-result-list-owner-two-park-operation-work-order-histogram-statistics-dto.d.ts +62 -0
- package/dist/models/json-result-list-owner-two-park-operation-work-order-histogram-statistics-dto.js +15 -0
- package/dist/models/json-result-list-owner-two-park-operation-work-order-response-shi-statistics-dto.d.ts +62 -0
- package/dist/models/json-result-list-owner-two-park-operation-work-order-response-shi-statistics-dto.js +15 -0
- package/dist/models/json-result-list-park-drop-down-box-dto.d.ts +62 -0
- package/dist/models/json-result-list-park-drop-down-box-dto.js +15 -0
- package/dist/models/json-result-list-renovation-activity-list-vo.d.ts +62 -0
- package/dist/models/json-result-list-renovation-activity-list-vo.js +15 -0
- package/dist/models/json-result-list-renovation-inspection-entity.d.ts +62 -0
- package/dist/models/json-result-list-renovation-inspection-entity.js +15 -0
- package/dist/models/json-result-list-space-tree-dto.d.ts +1 -1
- package/dist/models/json-result-list-stock-push-settings-entity.d.ts +62 -0
- package/dist/models/json-result-list-stock-push-settings-entity.js +15 -0
- package/dist/models/json-result-list-unloading-area-entity.d.ts +62 -0
- package/dist/models/json-result-list-unloading-area-entity.js +15 -0
- package/dist/models/json-result-list-work-order-step-by-step-push-dto.d.ts +62 -0
- package/dist/models/json-result-list-work-order-step-by-step-push-dto.js +15 -0
- package/dist/models/json-result-list-work-order-type-dto.d.ts +62 -0
- package/dist/models/json-result-list-work-order-type-dto.js +15 -0
- package/dist/models/json-result-map-string-object.d.ts +63 -0
- package/dist/models/json-result-map-string-object.js +15 -0
- package/dist/models/json-result-monitor-detail-dto.d.ts +62 -0
- package/dist/models/json-result-monitor-detail-dto.js +15 -0
- package/dist/models/json-result-monitor-live-dto.d.ts +62 -0
- package/dist/models/json-result-monitor-live-dto.js +15 -0
- package/dist/models/json-result-monitor-screen-dto.d.ts +62 -0
- package/dist/models/json-result-monitor-screen-dto.js +15 -0
- package/dist/models/json-result-monitor-sort-entity.d.ts +62 -0
- package/dist/models/json-result-monitor-sort-entity.js +15 -0
- package/dist/models/json-result-news-entity.d.ts +62 -0
- package/dist/models/json-result-news-entity.js +15 -0
- package/dist/models/json-result-node-dto.d.ts +62 -0
- package/dist/models/json-result-node-dto.js +15 -0
- package/dist/models/json-result-object.d.ts +61 -0
- package/dist/models/json-result-object.js +15 -0
- package/dist/models/json-result-owner-kanban-energy-dto.d.ts +62 -0
- package/dist/models/json-result-owner-kanban-energy-dto.js +15 -0
- package/dist/models/json-result-owner-kanban-index-safety-inspection-dto.d.ts +62 -0
- package/dist/models/json-result-owner-kanban-index-safety-inspection-dto.js +15 -0
- package/dist/models/json-result-owner-kanban-two-park-call-police-number-statistics-dto.d.ts +62 -0
- package/dist/models/json-result-owner-kanban-two-park-call-police-number-statistics-dto.js +15 -0
- package/dist/models/json-result-owner-kanban-two-park-truck-dto.d.ts +62 -0
- package/dist/models/json-result-owner-kanban-two-park-truck-dto.js +15 -0
- package/dist/models/json-result-owner-two-park-operation-work-order-number-statistics-dto.d.ts +62 -0
- package/dist/models/json-result-owner-two-park-operation-work-order-number-statistics-dto.js +15 -0
- package/dist/models/json-result-page-dto-ai-monitoring-config-vo.d.ts +62 -0
- package/dist/models/json-result-page-dto-ai-monitoring-config-vo.js +15 -0
- package/dist/models/json-result-page-dto-air-conditioning-reservation-list-dto.d.ts +62 -0
- package/dist/models/json-result-page-dto-air-conditioning-reservation-list-dto.js +15 -0
- package/dist/models/json-result-page-dto-appointment-registration-dto.d.ts +62 -0
- package/dist/models/json-result-page-dto-appointment-registration-dto.js +15 -0
- package/dist/models/json-result-page-dto-appointment-registration-personnel-dto.d.ts +62 -0
- package/dist/models/json-result-page-dto-appointment-registration-personnel-dto.js +15 -0
- package/dist/models/json-result-page-dto-call-police-history-dto.d.ts +62 -0
- package/dist/models/json-result-page-dto-call-police-history-dto.js +15 -0
- package/dist/models/json-result-page-dto-devices-search-dto.d.ts +62 -0
- package/dist/models/json-result-page-dto-devices-search-dto.js +15 -0
- package/dist/models/json-result-page-dto-energy-consumption-details-dto.d.ts +62 -0
- package/dist/models/json-result-page-dto-energy-consumption-details-dto.js +15 -0
- package/dist/models/json-result-page-dto-energy-label-entity.d.ts +62 -0
- package/dist/models/json-result-page-dto-energy-label-entity.js +15 -0
- package/dist/models/json-result-page-dto-energy-meter-hire-details-dto.d.ts +62 -0
- package/dist/models/json-result-page-dto-energy-meter-hire-details-dto.js +15 -0
- package/dist/models/json-result-page-dto-energy-meter-list-dto.d.ts +62 -0
- package/dist/models/json-result-page-dto-energy-meter-list-dto.js +15 -0
- package/dist/models/json-result-page-dto-esg-park-carbon-emission-details-dto.d.ts +62 -0
- package/dist/models/json-result-page-dto-esg-park-carbon-emission-details-dto.js +15 -0
- package/dist/models/json-result-page-dto-esg-park-energy-details-statistics-dto.d.ts +62 -0
- package/dist/models/json-result-page-dto-esg-park-energy-details-statistics-dto.js +15 -0
- package/dist/models/json-result-page-dto-esg-park-waste-config-list-dto.d.ts +62 -0
- package/dist/models/json-result-page-dto-esg-park-waste-config-list-dto.js +15 -0
- package/dist/models/json-result-page-dto-feedback-record-list-vo.d.ts +62 -0
- package/dist/models/json-result-page-dto-feedback-record-list-vo.js +15 -0
- package/dist/models/json-result-page-dto-feedback-reply-list-vo.d.ts +62 -0
- package/dist/models/json-result-page-dto-feedback-reply-list-vo.js +15 -0
- package/dist/models/json-result-page-dto-file-management-list-children-dto.d.ts +62 -0
- package/dist/models/json-result-page-dto-file-management-list-children-dto.js +15 -0
- package/dist/models/json-result-page-dto-gradient-alarm-list-dto.d.ts +62 -0
- package/dist/models/json-result-page-dto-gradient-alarm-list-dto.js +15 -0
- package/dist/models/json-result-page-dto-hire-air-conditioning-list-dto.d.ts +62 -0
- package/dist/models/json-result-page-dto-hire-air-conditioning-list-dto.js +15 -0
- package/dist/models/json-result-page-dto-in-park-vehicle-vo.d.ts +62 -0
- package/dist/models/json-result-page-dto-in-park-vehicle-vo.js +15 -0
- package/dist/models/json-result-page-dto-monitor-sort-entity.d.ts +62 -0
- package/dist/models/json-result-page-dto-monitor-sort-entity.js +15 -0
- package/dist/models/json-result-page-dto-news-list-vo.d.ts +62 -0
- package/dist/models/json-result-page-dto-news-list-vo.js +15 -0
- package/dist/models/json-result-page-dto-node-dto.d.ts +62 -0
- package/dist/models/json-result-page-dto-node-dto.js +15 -0
- package/dist/models/json-result-page-dto-owner-kanban-two-call-police-list-dto.d.ts +62 -0
- package/dist/models/json-result-page-dto-owner-kanban-two-call-police-list-dto.js +15 -0
- package/dist/models/json-result-page-dto-owner-kanban-two-park-operation-work-oder-list-dto.d.ts +62 -0
- package/dist/models/json-result-page-dto-owner-kanban-two-park-operation-work-oder-list-dto.js +15 -0
- package/dist/models/json-result-page-dto-renovation-draft-list-vo.d.ts +62 -0
- package/dist/models/json-result-page-dto-renovation-draft-list-vo.js +15 -0
- package/dist/models/json-result-page-dto-renovation-list-vo.d.ts +62 -0
- package/dist/models/json-result-page-dto-renovation-list-vo.js +15 -0
- package/dist/models/json-result-page-dto-renovation-plan-list-vo.d.ts +62 -0
- package/dist/models/json-result-page-dto-renovation-plan-list-vo.js +15 -0
- package/dist/models/json-result-page-dto-stock-list-page-dto.d.ts +62 -0
- package/dist/models/json-result-page-dto-stock-list-page-dto.js +15 -0
- package/dist/models/json-result-page-dto-stock-record-list-page-dto.d.ts +62 -0
- package/dist/models/json-result-page-dto-stock-record-list-page-dto.js +15 -0
- package/dist/models/json-result-page-dto-surveillance-roi-list-vo.d.ts +62 -0
- package/dist/models/json-result-page-dto-surveillance-roi-list-vo.js +15 -0
- package/dist/models/json-result-renovation-details-vo.d.ts +62 -0
- package/dist/models/json-result-renovation-details-vo.js +15 -0
- package/dist/models/json-result-renovation-draft-details-vo.d.ts +62 -0
- package/dist/models/json-result-renovation-draft-details-vo.js +15 -0
- package/dist/models/json-result-scheduled-cron.d.ts +62 -0
- package/dist/models/json-result-scheduled-cron.js +15 -0
- package/dist/models/json-result-stock-details-dto.d.ts +62 -0
- package/dist/models/json-result-stock-details-dto.js +15 -0
- package/dist/models/json-result-stock-import-add-redis-dto.d.ts +62 -0
- package/dist/models/json-result-stock-import-add-redis-dto.js +15 -0
- package/dist/models/json-result-stock-push-settings-entity.d.ts +62 -0
- package/dist/models/json-result-stock-push-settings-entity.js +15 -0
- package/dist/models/json-result-surveillance-roi-list-vo.d.ts +62 -0
- package/dist/models/json-result-surveillance-roi-list-vo.js +15 -0
- package/dist/models/json-result-unloading-area-entity.d.ts +62 -0
- package/dist/models/json-result-unloading-area-entity.js +15 -0
- package/dist/models/json-result-white-add-redis-list-dto.d.ts +62 -0
- package/dist/models/json-result-white-add-redis-list-dto.js +15 -0
- package/dist/models/large-visual-screen-access-line-chart-dto.d.ts +36 -0
- package/dist/models/large-visual-screen-access-line-chart-dto.js +15 -0
- package/dist/models/large-visual-screen-access-list-dto.d.ts +66 -0
- package/dist/models/large-visual-screen-access-list-dto.js +15 -0
- package/dist/models/large-visual-screen-call-police-history-histogram-dto.d.ts +36 -0
- package/dist/models/large-visual-screen-call-police-history-histogram-dto.js +15 -0
- package/dist/models/large-visual-screen-call-police-history-list-dto.d.ts +73 -0
- package/dist/models/large-visual-screen-call-police-history-list-dto.js +21 -0
- package/dist/models/large-visual-screen-energy-dto.d.ts +37 -0
- package/dist/models/large-visual-screen-energy-dto.js +15 -0
- package/dist/models/large-visual-screen-hardware-access-dto.d.ts +48 -0
- package/dist/models/large-visual-screen-hardware-access-dto.js +15 -0
- package/dist/models/large-visual-screen-index-bo.d.ts +48 -0
- package/dist/models/large-visual-screen-index-bo.js +15 -0
- package/dist/models/large-visual-screen-index-page-bo.d.ts +42 -0
- package/dist/models/large-visual-screen-index-page-bo.js +15 -0
- package/dist/models/large-visual-screen-monitor-list-dto.d.ts +36 -0
- package/dist/models/large-visual-screen-monitor-list-dto.js +15 -0
- package/dist/models/large-visual-screen-work-order-list-dto.d.ts +60 -0
- package/dist/models/large-visual-screen-work-order-list-dto.js +15 -0
- package/dist/models/login-type-enum.d.ts +0 -2
- package/dist/models/login-type-enum.js +1 -3
- package/dist/models/manual-exit-vo.d.ts +31 -0
- package/dist/models/manual-exit-vo.js +15 -0
- package/dist/models/manual-opening-add-vo.d.ts +24 -0
- package/dist/models/manual-opening-add-vo.js +15 -0
- package/dist/models/meter-delete-bo.d.ts +30 -0
- package/dist/models/meter-delete-bo.js +15 -0
- package/dist/models/meter-record-add-vo.d.ts +66 -0
- package/dist/models/meter-record-add-vo.js +15 -0
- package/dist/models/meter-record-dto.d.ts +67 -0
- package/dist/models/meter-record-dto.js +15 -0
- package/dist/models/meter-save-bo.d.ts +120 -0
- package/dist/models/meter-save-bo.js +15 -0
- package/dist/models/meter-update-bo.d.ts +150 -0
- package/dist/models/meter-update-bo.js +15 -0
- package/dist/models/monitor-bind-park-vo.d.ts +30 -0
- package/dist/models/monitor-bind-park-vo.js +15 -0
- package/dist/models/monitor-detail-dto.d.ts +90 -0
- package/dist/models/monitor-detail-dto.js +15 -0
- package/dist/models/monitor-edit-vo.d.ts +66 -0
- package/dist/models/monitor-edit-vo.js +15 -0
- package/dist/models/monitor-entity.d.ts +138 -0
- package/dist/models/monitor-entity.js +15 -0
- package/dist/models/monitor-live-dto.d.ts +48 -0
- package/dist/models/monitor-live-dto.js +15 -0
- package/dist/models/monitor-only-number-edit-list-vo.d.ts +25 -0
- package/dist/models/monitor-only-number-edit-list-vo.js +15 -0
- package/dist/models/monitor-only-number-edit-vo.d.ts +30 -0
- package/dist/models/monitor-only-number-edit-vo.js +15 -0
- package/dist/models/monitor-pan-tilt-control-vo.d.ts +74 -0
- package/dist/models/monitor-pan-tilt-control-vo.js +28 -0
- package/dist/models/monitor-play-back-vo.d.ts +42 -0
- package/dist/models/monitor-play-back-vo.js +15 -0
- package/dist/models/monitor-screen-dto.d.ts +37 -0
- package/dist/models/monitor-screen-dto.js +15 -0
- package/dist/models/monitor-screen-list-dto.d.ts +48 -0
- package/dist/models/monitor-screen-list-dto.js +15 -0
- package/dist/models/monitor-search-dto.d.ts +78 -0
- package/dist/models/monitor-search-dto.js +15 -0
- package/dist/models/monitor-search-vo.d.ts +54 -0
- package/dist/models/monitor-search-vo.js +15 -0
- package/dist/models/monitor-sort-entity.d.ts +66 -0
- package/dist/models/monitor-sort-entity.js +15 -0
- package/dist/models/monitor-sort-search-vo.d.ts +80 -0
- package/dist/models/monitor-sort-search-vo.js +15 -0
- package/dist/models/news-entity.d.ts +102 -0
- package/dist/models/news-entity.js +15 -0
- package/dist/models/news-list-vo.d.ts +102 -0
- package/dist/models/news-list-vo.js +15 -0
- package/dist/models/news-query-vo.d.ts +116 -0
- package/dist/models/news-query-vo.js +15 -0
- package/dist/models/node-dto.d.ts +49 -0
- package/dist/models/node-dto.js +15 -0
- package/dist/models/node-type-enum.d.ts +23 -0
- package/dist/models/node-type-enum.js +27 -0
- package/dist/models/offline-alert-work-order-details-dto.d.ts +0 -7
- package/dist/models/open-barrier-po.d.ts +36 -0
- package/dist/models/open-barrier-po.js +15 -0
- package/dist/models/operate-message-details-dto.d.ts +48 -0
- package/dist/models/operate-message-details-dto.js +15 -0
- package/dist/models/orders.d.ts +36 -0
- package/dist/models/orders.js +15 -0
- package/dist/models/owner-kanban-energy-dto.d.ts +39 -0
- package/dist/models/owner-kanban-energy-dto.js +15 -0
- package/dist/models/owner-kanban-energy-index-line-chart-dto.d.ts +36 -0
- package/dist/models/owner-kanban-energy-index-line-chart-dto.js +15 -0
- package/dist/models/owner-kanban-energy-index-list-dto.d.ts +48 -0
- package/dist/models/owner-kanban-energy-index-list-dto.js +15 -0
- package/dist/models/owner-kanban-energy-index-statistics-dto.d.ts +30 -0
- package/dist/models/owner-kanban-energy-index-statistics-dto.js +15 -0
- package/dist/models/owner-kanban-energy-series-by-label-details-dto.d.ts +42 -0
- package/dist/models/owner-kanban-energy-series-by-label-details-dto.js +15 -0
- package/dist/models/owner-kanban-index-safety-inspection-details-dto.d.ts +61 -0
- package/dist/models/owner-kanban-index-safety-inspection-details-dto.js +15 -0
- package/dist/models/owner-kanban-index-safety-inspection-dto.d.ts +61 -0
- package/dist/models/owner-kanban-index-safety-inspection-dto.js +15 -0
- package/dist/models/owner-kanban-two-call-police-histogram-statistics-details-dto.d.ts +30 -0
- package/dist/models/owner-kanban-two-call-police-histogram-statistics-details-dto.js +15 -0
- package/dist/models/owner-kanban-two-call-police-histogram-statistics-dto.d.ts +38 -0
- package/dist/models/owner-kanban-two-call-police-histogram-statistics-dto.js +15 -0
- package/dist/models/owner-kanban-two-call-police-list-dto.d.ts +116 -0
- package/dist/models/owner-kanban-two-call-police-list-dto.js +21 -0
- package/dist/models/owner-kanban-two-call-police-relation-list-dto.d.ts +91 -0
- package/dist/models/owner-kanban-two-call-police-relation-list-dto.js +21 -0
- package/dist/models/owner-kanban-two-park-call-police-number-statistics-dto.d.ts +48 -0
- package/dist/models/owner-kanban-two-park-call-police-number-statistics-dto.js +15 -0
- package/dist/models/owner-kanban-two-park-operation-work-oder-list-dto.d.ts +84 -0
- package/dist/models/owner-kanban-two-park-operation-work-oder-list-dto.js +15 -0
- package/dist/models/owner-kanban-two-park-truck-date-dto.d.ts +31 -0
- package/dist/models/owner-kanban-two-park-truck-date-dto.js +15 -0
- package/dist/models/owner-kanban-two-park-truck-dto.d.ts +32 -0
- package/dist/models/owner-kanban-two-park-truck-dto.js +15 -0
- package/dist/models/owner-kanban-two-park-truck-type-dto.d.ts +35 -0
- package/dist/models/owner-kanban-two-park-truck-type-dto.js +20 -0
- package/dist/models/owner-kanban-work-order-type-statistics-dto.d.ts +30 -0
- package/dist/models/owner-kanban-work-order-type-statistics-dto.js +15 -0
- package/dist/models/owner-two-park-operation-work-order-histogram-statistics-dto.d.ts +43 -0
- package/dist/models/owner-two-park-operation-work-order-histogram-statistics-dto.js +15 -0
- package/dist/models/owner-two-park-operation-work-order-histogram-statistics-list-dto.d.ts +36 -0
- package/dist/models/owner-two-park-operation-work-order-histogram-statistics-list-dto.js +15 -0
- package/dist/models/owner-two-park-operation-work-order-number-statistics-dto.d.ts +60 -0
- package/dist/models/owner-two-park-operation-work-order-number-statistics-dto.js +15 -0
- package/dist/models/owner-two-park-operation-work-order-response-shi-statistics-details-dto.d.ts +42 -0
- package/dist/models/owner-two-park-operation-work-order-response-shi-statistics-details-dto.js +15 -0
- package/dist/models/owner-two-park-operation-work-order-response-shi-statistics-dto.d.ts +37 -0
- package/dist/models/owner-two-park-operation-work-order-response-shi-statistics-dto.js +15 -0
- package/dist/models/page-dto-ai-monitoring-config-vo.d.ts +31 -0
- package/dist/models/page-dto-ai-monitoring-config-vo.js +15 -0
- package/dist/models/page-dto-air-conditioning-reservation-list-dto.d.ts +31 -0
- package/dist/models/page-dto-air-conditioning-reservation-list-dto.js +15 -0
- package/dist/models/page-dto-appointment-registration-dto.d.ts +31 -0
- package/dist/models/page-dto-appointment-registration-dto.js +15 -0
- package/dist/models/page-dto-appointment-registration-personnel-dto.d.ts +31 -0
- package/dist/models/page-dto-appointment-registration-personnel-dto.js +15 -0
- package/dist/models/page-dto-call-police-history-dto.d.ts +31 -0
- package/dist/models/page-dto-call-police-history-dto.js +15 -0
- package/dist/models/page-dto-devices-search-dto.d.ts +31 -0
- package/dist/models/page-dto-devices-search-dto.js +15 -0
- package/dist/models/page-dto-energy-consumption-details-dto.d.ts +31 -0
- package/dist/models/page-dto-energy-consumption-details-dto.js +15 -0
- package/dist/models/page-dto-energy-label-entity.d.ts +31 -0
- package/dist/models/page-dto-energy-label-entity.js +15 -0
- package/dist/models/page-dto-energy-meter-hire-details-dto.d.ts +31 -0
- package/dist/models/page-dto-energy-meter-hire-details-dto.js +15 -0
- package/dist/models/page-dto-energy-meter-list-dto.d.ts +31 -0
- package/dist/models/page-dto-energy-meter-list-dto.js +15 -0
- package/dist/models/page-dto-esg-park-carbon-emission-details-dto.d.ts +31 -0
- package/dist/models/page-dto-esg-park-carbon-emission-details-dto.js +15 -0
- package/dist/models/page-dto-esg-park-energy-details-statistics-dto.d.ts +31 -0
- package/dist/models/page-dto-esg-park-energy-details-statistics-dto.js +15 -0
- package/dist/models/page-dto-esg-park-waste-config-list-dto.d.ts +31 -0
- package/dist/models/page-dto-esg-park-waste-config-list-dto.js +15 -0
- package/dist/models/page-dto-feedback-record-list-vo.d.ts +31 -0
- package/dist/models/page-dto-feedback-record-list-vo.js +15 -0
- package/dist/models/page-dto-feedback-reply-list-vo.d.ts +31 -0
- package/dist/models/page-dto-feedback-reply-list-vo.js +15 -0
- package/dist/models/page-dto-file-management-list-children-dto.d.ts +31 -0
- package/dist/models/page-dto-file-management-list-children-dto.js +15 -0
- package/dist/models/page-dto-gradient-alarm-list-dto.d.ts +31 -0
- package/dist/models/page-dto-gradient-alarm-list-dto.js +15 -0
- package/dist/models/page-dto-hire-air-conditioning-list-dto.d.ts +31 -0
- package/dist/models/page-dto-hire-air-conditioning-list-dto.js +15 -0
- package/dist/models/page-dto-in-park-vehicle-vo.d.ts +31 -0
- package/dist/models/page-dto-in-park-vehicle-vo.js +15 -0
- package/dist/models/page-dto-meter-record-dto.d.ts +31 -0
- package/dist/models/page-dto-meter-record-dto.js +15 -0
- package/dist/models/page-dto-monitor-sort-entity.d.ts +31 -0
- package/dist/models/page-dto-monitor-sort-entity.js +15 -0
- package/dist/models/page-dto-news-list-vo.d.ts +31 -0
- package/dist/models/page-dto-news-list-vo.js +15 -0
- package/dist/models/page-dto-node-dto.d.ts +31 -0
- package/dist/models/page-dto-node-dto.js +15 -0
- package/dist/models/page-dto-owner-kanban-two-call-police-list-dto.d.ts +31 -0
- package/dist/models/page-dto-owner-kanban-two-call-police-list-dto.js +15 -0
- package/dist/models/page-dto-owner-kanban-two-park-operation-work-oder-list-dto.d.ts +31 -0
- package/dist/models/page-dto-owner-kanban-two-park-operation-work-oder-list-dto.js +15 -0
- package/dist/models/page-dto-renovation-draft-list-vo.d.ts +31 -0
- package/dist/models/page-dto-renovation-draft-list-vo.js +15 -0
- package/dist/models/page-dto-renovation-list-vo.d.ts +31 -0
- package/dist/models/page-dto-renovation-list-vo.js +15 -0
- package/dist/models/page-dto-renovation-plan-list-vo.d.ts +31 -0
- package/dist/models/page-dto-renovation-plan-list-vo.js +15 -0
- package/dist/models/page-dto-stock-list-page-dto.d.ts +31 -0
- package/dist/models/page-dto-stock-list-page-dto.js +15 -0
- package/dist/models/page-dto-stock-record-list-page-dto.d.ts +31 -0
- package/dist/models/page-dto-stock-record-list-page-dto.js +15 -0
- package/dist/models/page-dto-surveillance-roi-list-vo.d.ts +31 -0
- package/dist/models/page-dto-surveillance-roi-list-vo.js +15 -0
- package/dist/models/park-drop-down-box-dto.d.ts +66 -0
- package/dist/models/park-drop-down-box-dto.js +15 -0
- package/dist/models/park-info-dto.d.ts +0 -12
- package/dist/models/park-vehicle.d.ts +30 -0
- package/dist/models/park-vehicle.js +15 -0
- package/dist/models/receive-information-visitors-vo.d.ts +25 -0
- package/dist/models/receive-information-visitors-vo.js +15 -0
- package/dist/models/record-statistics-vo.d.ts +54 -0
- package/dist/models/record-statistics-vo.js +15 -0
- package/dist/models/renovation-activity-list-vo.d.ts +84 -0
- package/dist/models/renovation-activity-list-vo.js +15 -0
- package/dist/models/renovation-add-dto.d.ts +66 -0
- package/dist/models/renovation-add-dto.js +15 -0
- package/dist/models/renovation-details-vo.d.ts +229 -0
- package/dist/models/renovation-details-vo.js +15 -0
- package/dist/models/renovation-draft-add-or-update-dto.d.ts +177 -0
- package/dist/models/renovation-draft-add-or-update-dto.js +15 -0
- package/dist/models/renovation-draft-details-vo.d.ts +235 -0
- package/dist/models/renovation-draft-details-vo.js +15 -0
- package/dist/models/renovation-draft-list-vo.d.ts +61 -0
- package/dist/models/renovation-draft-list-vo.js +15 -0
- package/dist/models/renovation-inspection-entity.d.ts +48 -0
- package/dist/models/renovation-inspection-entity.js +15 -0
- package/dist/models/renovation-inspection-item.d.ts +30 -0
- package/dist/models/renovation-inspection-item.js +15 -0
- package/dist/models/renovation-list-vo.d.ts +91 -0
- package/dist/models/renovation-list-vo.js +15 -0
- package/dist/models/renovation-plan-list-vo.d.ts +60 -0
- package/dist/models/renovation-plan-list-vo.js +15 -0
- package/dist/models/renovation-review-dto.d.ts +48 -0
- package/dist/models/renovation-review-dto.js +15 -0
- package/dist/models/renovation-status-enum.d.ts +28 -0
- package/dist/models/renovation-status-enum.js +32 -0
- package/dist/models/renovation-update-dto.d.ts +171 -0
- package/dist/models/renovation-update-dto.js +15 -0
- package/dist/models/renovation-user.d.ts +36 -0
- package/dist/models/renovation-user.js +15 -0
- package/dist/models/renovation-work-order-vo.d.ts +48 -0
- package/dist/models/renovation-work-order-vo.js +15 -0
- package/dist/models/reply-and-create-work-order-dto.d.ts +66 -0
- package/dist/models/reply-and-create-work-order-dto.js +15 -0
- package/dist/models/save-water-meter-batch-request.d.ts +24 -0
- package/dist/models/save-water-meter-batch-request.js +15 -0
- package/dist/models/scheduled-cron.d.ts +54 -0
- package/dist/models/scheduled-cron.js +15 -0
- package/dist/models/select-complaint-record-list-bo.d.ts +96 -0
- package/dist/models/select-complaint-record-list-bo.js +15 -0
- package/dist/models/select-hire-energy-bill-details-bo.d.ts +42 -0
- package/dist/models/select-hire-energy-bill-details-bo.js +15 -0
- package/dist/models/select-meter-record-list-bo.d.ts +73 -0
- package/dist/models/select-meter-record-list-bo.js +15 -0
- package/dist/models/select-park-energy-bill-detail-bo.d.ts +36 -0
- package/dist/models/select-park-energy-bill-detail-bo.js +15 -0
- package/dist/models/select-time-cost-tenant-rent-bill-bo.d.ts +102 -0
- package/dist/models/select-time-cost-tenant-rent-bill-bo.js +15 -0
- package/dist/models/statistics-park-carbon-emission-bo.d.ts +42 -0
- package/dist/models/statistics-park-carbon-emission-bo.js +15 -0
- package/dist/models/steps.d.ts +150 -0
- package/dist/models/steps.js +15 -0
- package/dist/models/stock-add-bo.d.ts +106 -0
- package/dist/models/stock-add-bo.js +43 -0
- package/dist/models/stock-batch-bo.d.ts +30 -0
- package/dist/models/stock-batch-bo.js +15 -0
- package/dist/models/stock-batch-details-dto.d.ts +42 -0
- package/dist/models/stock-batch-details-dto.js +15 -0
- package/dist/models/stock-batch-update-bo.d.ts +42 -0
- package/dist/models/stock-batch-update-bo.js +20 -0
- package/dist/models/stock-batch-update-details-bo.d.ts +42 -0
- package/dist/models/stock-batch-update-details-bo.js +15 -0
- package/dist/models/stock-details-dto.d.ts +107 -0
- package/dist/models/stock-details-dto.js +43 -0
- package/dist/models/stock-import-add-redis-dto.d.ts +43 -0
- package/dist/models/stock-import-add-redis-dto.js +15 -0
- package/dist/models/stock-import-template-dto.d.ts +90 -0
- package/dist/models/stock-import-template-dto.js +15 -0
- package/dist/models/stock-list-page-dto.d.ts +118 -0
- package/dist/models/stock-list-page-dto.js +43 -0
- package/dist/models/stock-push-settings-add-or-update-bo.d.ts +42 -0
- package/dist/models/stock-push-settings-add-or-update-bo.js +20 -0
- package/dist/models/stock-push-settings-add-or-update-details-bo.d.ts +66 -0
- package/dist/models/stock-push-settings-add-or-update-details-bo.js +15 -0
- package/dist/models/stock-push-settings-entity.d.ts +101 -0
- package/dist/models/stock-push-settings-entity.js +20 -0
- package/dist/models/stock-record-batch-data-dto.d.ts +36 -0
- package/dist/models/stock-record-batch-data-dto.js +15 -0
- package/dist/models/stock-record-list-page-dto.d.ts +118 -0
- package/dist/models/stock-record-list-page-dto.js +47 -0
- package/dist/models/stock-update-bo.d.ts +95 -0
- package/dist/models/stock-update-bo.js +43 -0
- package/dist/models/supplier-business-manager-detail.d.ts +30 -0
- package/dist/models/supplier-business-manager-detail.js +15 -0
- package/dist/models/surveillance-roi-entity.d.ts +66 -0
- package/dist/models/surveillance-roi-entity.js +15 -0
- package/dist/models/surveillance-roi-list-vo.d.ts +73 -0
- package/dist/models/surveillance-roi-list-vo.js +15 -0
- package/dist/models/sync-equipment-status-vo.d.ts +2 -2
- package/dist/models/sync-equipment-vo-equipment.d.ts +0 -6
- package/dist/models/sync-equipment-vo.d.ts +2 -2
- package/dist/models/sys-post.d.ts +0 -6
- package/dist/models/sys-role.d.ts +0 -6
- package/dist/models/sys-user-msg-dto.d.ts +7 -0
- package/dist/models/sys-user-search-list-vo.d.ts +98 -0
- package/dist/models/sys-user-search-list-vo.js +15 -0
- package/dist/models/sys-user.d.ts +1 -14
- package/dist/models/system-user-msg-source-type-enum.d.ts +0 -3
- package/dist/models/system-user-msg-source-type-enum.js +1 -4
- package/dist/models/system-user-msg-type-enum.d.ts +0 -2
- package/dist/models/system-user-msg-type-enum.js +1 -3
- package/dist/models/tenant-surrender-vo.d.ts +24 -0
- package/dist/models/tenant-surrender-vo.js +15 -0
- package/dist/models/unit-item.d.ts +66 -0
- package/dist/models/unit-item.js +15 -0
- package/dist/models/unloading-area-add-vo.d.ts +54 -0
- package/dist/models/unloading-area-add-vo.js +15 -0
- package/dist/models/unloading-area-entity.d.ts +78 -0
- package/dist/models/unloading-area-entity.js +15 -0
- package/dist/models/update-cost-hire-rent-bill-bo.d.ts +102 -0
- package/dist/models/update-cost-hire-rent-bill-bo.js +15 -0
- package/dist/models/update-cost-park-energy-bill-bo.d.ts +31 -0
- package/dist/models/update-cost-park-energy-bill-bo.js +15 -0
- package/dist/models/update-cost-park-energy-bill-details-bo.d.ts +42 -0
- package/dist/models/update-cost-park-energy-bill-details-bo.js +15 -0
- package/dist/models/update-energy-meter-reading-bo.d.ts +24 -0
- package/dist/models/update-energy-meter-reading-bo.js +15 -0
- package/dist/models/update-hire-bond-bo.d.ts +42 -0
- package/dist/models/update-hire-bond-bo.js +15 -0
- package/dist/models/user-access-add-vo.d.ts +120 -0
- package/dist/models/user-access-add-vo.js +15 -0
- package/dist/models/user-access-search-vo.d.ts +128 -0
- package/dist/models/user-access-search-vo.js +15 -0
- package/dist/models/user-black-state-bo.d.ts +30 -0
- package/dist/models/user-black-state-bo.js +15 -0
- package/dist/models/user-white-del-dto.d.ts +30 -0
- package/dist/models/user-white-del-dto.js +15 -0
- package/dist/models/vehicle-payment-bo.d.ts +30 -0
- package/dist/models/vehicle-payment-bo.js +15 -0
- package/dist/models/water-meter-add-or-edit-vo.d.ts +90 -0
- package/dist/models/water-meter-add-or-edit-vo.js +15 -0
- package/dist/models/water-meter-details-search-vo.d.ts +80 -0
- package/dist/models/water-meter-details-search-vo.js +15 -0
- package/dist/models/water-meter-search-vo.d.ts +110 -0
- package/dist/models/water-meter-search-vo.js +15 -0
- package/dist/models/water-meter-tree-vo.d.ts +24 -0
- package/dist/models/water-meter-tree-vo.js +15 -0
- package/dist/models/watt-hour-meter-add-edit-vo.d.ts +120 -0
- package/dist/models/watt-hour-meter-add-edit-vo.js +15 -0
- package/dist/models/watt-hour-meter-details-search-vo.d.ts +80 -0
- package/dist/models/watt-hour-meter-details-search-vo.js +15 -0
- package/dist/models/watt-hour-meter-search-vo.d.ts +110 -0
- package/dist/models/watt-hour-meter-search-vo.js +15 -0
- package/dist/models/watt-hour-meter-tree-vo.d.ts +24 -0
- package/dist/models/watt-hour-meter-tree-vo.js +15 -0
- package/dist/models/white-add-redis-list-dto.d.ts +43 -0
- package/dist/models/white-add-redis-list-dto.js +15 -0
- package/dist/models/white-add-vo.d.ts +167 -0
- package/dist/models/white-add-vo.js +20 -0
- package/dist/models/white-black-del-vo.d.ts +42 -0
- package/dist/models/white-black-del-vo.js +15 -0
- package/dist/models/white-edit-vo.d.ts +107 -0
- package/dist/models/white-edit-vo.js +20 -0
- package/dist/models/white-search-vo.d.ts +139 -0
- package/dist/models/white-search-vo.js +20 -0
- package/dist/models/work-order-handle-meter-reading-details-vo.d.ts +30 -0
- package/dist/models/work-order-handle-meter-reading-details-vo.js +15 -0
- package/dist/models/work-order-handle-meter-reading-vo.d.ts +31 -0
- package/dist/models/work-order-handle-meter-reading-vo.js +15 -0
- package/dist/models/work-order-step-by-step-push-dto.d.ts +54 -0
- package/dist/models/work-order-step-by-step-push-dto.js +15 -0
- package/dist/models/work-order-type-dto.d.ts +30 -0
- package/dist/models/work-order-type-dto.js +15 -0
- package/models/accept-devices-record-vo.ts +144 -0
- package/models/accept-yms-appointment-record-bo.ts +51 -0
- package/models/access-add-handle-vo.ts +48 -0
- package/models/access-add-vo.ts +180 -0
- package/models/access-list-po.ts +176 -0
- package/models/access-vo.ts +194 -0
- package/models/activation-function-enum.ts +39 -0
- package/models/activity-action-enum.ts +34 -0
- package/models/ai-monitor-config-roi.ts +62 -0
- package/models/ai-monitoring-config-roi-entity.ts +59 -0
- package/models/ai-monitoring-config-type-enum.ts +33 -0
- package/models/ai-monitoring-config-update-dto.ts +83 -0
- package/models/ai-monitoring-config-vo.ts +83 -0
- package/models/air-conditioning-reservation-add-bo.ts +72 -0
- package/models/air-conditioning-reservation-details-dto.ts +120 -0
- package/models/air-conditioning-reservation-list-dto.ts +96 -0
- package/models/air-conditioning-reservation-process-details-dto.ts +78 -0
- package/models/air-conditioning-reservation-search-bo.ts +78 -0
- package/models/air-conditioning-reservation-update-bo.ts +48 -0
- package/models/alarm-push-save-or-update-batch.ts +33 -0
- package/models/alarm-push-save-or-update.ts +54 -0
- package/models/alarm-push-settings-save-or-update-vo.ts +57 -0
- package/models/alarm-type-rule-record-save-or-update-vo.ts +78 -0
- package/models/alarm-type-save-or-update-vo.ts +45 -0
- package/models/appointment-registration-add-personnel.ts +230 -0
- package/models/appointment-registration-detail-dto.ts +278 -0
- package/models/appointment-registration-dto.ts +206 -0
- package/models/appointment-registration-personnel-dto.ts +126 -0
- package/models/appointment-registration-records-query-vo.ts +36 -0
- package/models/appointment-registration-status-vo.ts +78 -0
- package/models/appointment-registration-unloading-area-count-details-dto.ts +42 -0
- package/models/appointment-registration-unloading-area-count-dto.ts +45 -0
- package/models/appointment-registration-unloading-area-list-details-dto.ts +66 -0
- package/models/appointment-registration-vehicle-type-vo.ts +36 -0
- package/models/appointment-registration-vo.ts +164 -0
- package/models/appointment-set-item-vo.ts +56 -0
- package/models/appointment-set-vo.ts +69 -0
- package/models/associated-plan-dto.ts +36 -0
- package/models/black-add-vo.ts +66 -0
- package/models/black-edit-vo.ts +66 -0
- package/models/black-search-vo.ts +128 -0
- package/models/black-white-entity.ts +134 -0
- package/models/bodys.ts +54 -0
- package/models/business-work-order-dto.ts +72 -0
- package/models/business-work-order-list-dto.ts +81 -0
- package/models/call-police-add-vo.ts +99 -0
- package/models/call-police-detail-dto.ts +289 -0
- package/models/call-police-history-dto.ts +156 -0
- package/models/call-police-history-handle.ts +54 -0
- package/models/call-police-type-dto.ts +36 -0
- package/models/call-police-type-enum.ts +42 -0
- package/models/choice-energy-meter-bo.ts +48 -0
- package/models/choice-water-meter-vo.ts +36 -0
- package/models/choice-watt-hour-meter-vo.ts +36 -0
- package/models/cold-store-dashboard-access-count-dto.ts +36 -0
- package/models/cold-store-dashboard-access-details-series-dto.ts +36 -0
- package/models/cold-store-dashboard-access-series-dto.ts +45 -0
- package/models/cold-store-dashboard-alarm-count-dto.ts +42 -0
- package/models/cold-store-dashboard-alarm-list-dto.ts +42 -0
- package/models/cold-store-dashboard-area-dto.ts +36 -0
- package/models/cold-store-dashboard-device-dto.ts +75 -0
- package/models/cold-store-dashboard-device-lift-gate-series-details-dto.ts +36 -0
- package/models/cold-store-dashboard-device-lift-gate-series-dto.ts +63 -0
- package/models/cold-store-dashboard-device-unit-dto.ts +63 -0
- package/models/cold-store-dashboard-device-unit-item-dto.ts +72 -0
- package/models/cold-store-dashboard-energy-consumption-series-dto.ts +36 -0
- package/models/cold-store-dashboard-energy-consumption-statistics-dto.ts +36 -0
- package/models/cold-store-dashboard-plan-calendar-list-dto.ts +42 -0
- package/models/complaint-record-add-bo.ts +60 -0
- package/models/cost-bill-list-bo.ts +72 -0
- package/models/cost-bill-push-hire-bo.ts +36 -0
- package/models/cost-bill-push-sap-bo.ts +30 -0
- package/models/cost-delete-bo.ts +42 -0
- package/models/cost-park-bill-usage-settings-save-or-update-bo.ts +114 -0
- package/models/cost-park-energy-bill-number-of-periods-bo.ts +42 -0
- package/models/cost-park-energy-unit-price-settings-save-or-update-bo.ts +114 -0
- package/models/cost-park-hire-energy-bill-bo.ts +57 -0
- package/models/cost-park-hire-energy-bill-details-bo.ts +36 -0
- package/models/cost-park-hire-energy-bill-details-save-bo.ts +60 -0
- package/models/cost-park-hire-energy-bill-save-bo.ts +57 -0
- package/models/cost-park-hire-energy-bill-update-bo.ts +39 -0
- package/models/cost-park-hire-energy-bill-update-details-bo.ts +66 -0
- package/models/cost-subject-save-or-update-bo.ts +90 -0
- package/models/cost-withdrawal-of-bills-bo.ts +30 -0
- package/models/daily-schedule-time-window.ts +36 -0
- package/models/delete-water-vo.ts +42 -0
- package/models/device-group-settings-add-or-update-bo.ts +48 -0
- package/models/device-group-settings-entity.ts +72 -0
- package/models/device-list-dto.ts +36 -0
- package/models/device-records-search-vo.ts +102 -0
- package/models/device-unit-dto.ts +90 -0
- package/models/device-unit-edit.ts +66 -0
- package/models/device-unit-item-dto.ts +36 -0
- package/models/device-unit-items-entity.ts +150 -0
- package/models/device-unit-items-search-dto.ts +102 -0
- package/models/device-unit-items-update-dto.ts +69 -0
- package/models/device-unit-sort-bo.ts +36 -0
- package/models/devices-search-dto.ts +201 -0
- package/models/devices-search-vo.ts +96 -0
- package/models/earnest-money-transaction-update-dto.ts +39 -0
- package/models/earnest-money-transaction.ts +42 -0
- package/models/energy-consumption-by-energy-type-dto.ts +67 -0
- package/models/energy-consumption-details-dto.ts +126 -0
- package/models/energy-consumption-dto.ts +63 -0
- package/models/energy-consumption-line-chart-details-dto.ts +36 -0
- package/models/energy-consumption-search-vo.ts +60 -0
- package/models/energy-consumption-series-dto.ts +36 -0
- package/models/energy-consumption-vo.ts +84 -0
- package/models/energy-formula-calculation-bo.ts +72 -0
- package/models/energy-formula-type-enum.ts +31 -0
- package/models/energy-gradient-alarm-add-or-update-vo.ts +73 -0
- package/models/energy-gradient-alarm-details-dto.ts +73 -0
- package/models/energy-gradient-alarm-device-dto.ts +36 -0
- package/models/energy-gradient-alarm-rule-dto.ts +95 -0
- package/models/energy-gradient-alarm-rule-vo.ts +95 -0
- package/models/energy-hire-share-formula-add-or-update-bo.ts +36 -0
- package/models/energy-hire-share-settings-add-or-update-bo.ts +53 -0
- package/models/energy-hire-watt-hour-meter-vo.ts +48 -0
- package/models/energy-histogram-details-dto.ts +48 -0
- package/models/energy-histogram-dto.ts +45 -0
- package/models/energy-label-add-bo.ts +60 -0
- package/models/energy-label-entity.ts +90 -0
- package/models/energy-label-series-dto.ts +45 -0
- package/models/energy-label-update-bo.ts +48 -0
- package/models/energy-meter-details-bo.ts +36 -0
- package/models/energy-meter-details-dto.ts +180 -0
- package/models/energy-meter-hire-details-bo.ts +72 -0
- package/models/energy-meter-hire-details-dto.ts +108 -0
- package/models/energy-meter-hire-details-statistics-bo.ts +60 -0
- package/models/energy-meter-item-type-enum.ts +34 -0
- package/models/energy-meter-item-type-list-dto.ts +66 -0
- package/models/energy-meter-list-dto.ts +102 -0
- package/models/energy-meter-record-dto.ts +63 -0
- package/models/energy-meter-search-bo.ts +132 -0
- package/models/energy-park-formula-add-or-update-bo.ts +54 -0
- package/models/energy-series-by-meter-item-type-details-dto.ts +36 -0
- package/models/energy-series-by-meter-item-type-dto.ts +44 -0
- package/models/energy-set-vo.ts +150 -0
- package/models/energy-type-dto.ts +55 -0
- package/models/energy-work-order-detail-dto.ts +152 -0
- package/models/energy-work-order-reading-record-details-dto.ts +78 -0
- package/models/esg-park-by-series-details-dto.ts +36 -0
- package/models/esg-park-by-series-dto.ts +39 -0
- package/models/esg-park-carbon-emission-details-dto.ts +108 -0
- package/models/esg-park-carbon-emission-statistics-dto.ts +48 -0
- package/models/esg-park-charging-station-statistics-dto.ts +36 -0
- package/models/esg-park-config-add-or-update-bo.ts +36 -0
- package/models/esg-park-energy-details-statistics-dto.ts +120 -0
- package/models/esg-park-energy-statistics-dto.ts +54 -0
- package/models/esg-park-greening-coverage-statistics-dto.ts +42 -0
- package/models/esg-park-renewable-energy-statistics-dto.ts +36 -0
- package/models/esg-park-waste-config-add-or-update-bo.ts +72 -0
- package/models/esg-park-waste-config-list-dto.ts +90 -0
- package/models/esg-user-statistics-dto.ts +60 -0
- package/models/esgpark-waste-statistics-dto.ts +48 -0
- package/models/export-energy-meter-record-bo.ts +81 -0
- package/models/export-hire-energy-meter-record-bo.ts +66 -0
- package/models/export-in-park-vehicle-bo.ts +80 -0
- package/models/feedback-activity-list-vo.ts +71 -0
- package/models/feedback-level-enum.ts +31 -0
- package/models/feedback-push-settings-add-or-update-vo.ts +71 -0
- package/models/feedback-push-settings-entity.ts +95 -0
- package/models/feedback-record-add-dto.ts +77 -0
- package/models/feedback-record-detail-vo.ts +191 -0
- package/models/feedback-record-list-vo.ts +140 -0
- package/models/feedback-record-reply-dto.ts +36 -0
- package/models/feedback-record-review-dto.ts +42 -0
- package/models/feedback-reply-list-vo.ts +66 -0
- package/models/feedback-series-by-type-details-dto.ts +36 -0
- package/models/feedback-series-by-type-dto.ts +44 -0
- package/models/feedback-statistics-count-dto.ts +60 -0
- package/models/feedback-statistics-list-dto.ts +66 -0
- package/models/feedback-statistics-satisfaction-rating-dto.ts +60 -0
- package/models/feedback-status-enum.ts +34 -0
- package/models/feedback-type-enum.ts +42 -0
- package/models/file-management-add-mode-enum.ts +32 -0
- package/models/file-management-entity.ts +122 -0
- package/models/file-management-file-type-enum.ts +34 -0
- package/models/file-management-list-children-dto.ts +104 -0
- package/models/file-management-list-dto.ts +98 -0
- package/models/file-management-push-message-vo.ts +42 -0
- package/models/file-management-type-enum.ts +31 -0
- package/models/file-management-update-vo.ts +47 -0
- package/models/file-management-usage-dto.ts +36 -0
- package/models/file-vo.ts +42 -0
- package/models/fire-control-equipment-add-vo.ts +66 -0
- package/models/fire-control-equipment-batch-setting-location-vo.ts +36 -0
- package/models/fire-control-equipment-edit-vo.ts +48 -0
- package/models/fire-control-equipment-search-vo.ts +114 -0
- package/models/followup-work-order-dto.ts +0 -11
- package/models/gate-list-po.ts +84 -0
- package/models/get-user-wx200-response-locale.ts +108 -0
- package/models/get-user-wx200-response-output-stream.ts +36 -0
- package/models/get-user-wx200-response.ts +102 -0
- package/models/gizone-access-set-detail-req.ts +30 -0
- package/models/gizone-access-set-vo.ts +153 -0
- package/models/gizone-devicve-list-search-vo.ts +120 -0
- package/models/gizone-gate-add-or-update-po.ts +78 -0
- package/models/gizone-gate-delete-req.ts +30 -0
- package/models/gizone-user-black-white-edit-vo.ts +96 -0
- package/models/gizone-user-black-white-entity.ts +132 -0
- package/models/gizone-user-black-white-search-vo.ts +120 -0
- package/models/gizone-user-black-white-vo.ts +102 -0
- package/models/gizone-watt-hour-meter-config-entity.ts +42 -0
- package/models/gradient-alarm-device-dto.ts +51 -0
- package/models/gradient-alarm-list-dto.ts +83 -0
- package/models/gradient-alarm-rule-dto.ts +48 -0
- package/models/gradient-alarm-type.ts +31 -0
- package/models/handler-complaint-record-bo.ts +78 -0
- package/models/hire-add-vo.ts +132 -0
- package/models/hire-air-conditioning-list-dto.ts +60 -0
- package/models/hire-edit-vo.ts +48 -0
- package/models/hire-lease-stage-dto.ts +72 -0
- package/models/hire-lease-stage-save-or-update-bo.ts +60 -0
- package/models/hire-lease-term-and-lease-stage-save-or-update-bo.ts +45 -0
- package/models/hire-lease-term-dto.ts +111 -0
- package/models/hire-lease-term-entity.ts +192 -0
- package/models/hire-lease-term-list-dto.ts +192 -0
- package/models/hire-lease-term-save-or-update-bo.ts +81 -0
- package/models/hire-lease-term-save-or-update-vo.ts +132 -0
- package/models/hire-search-vo.ts +78 -0
- package/models/hire-select-list-dto.ts +66 -0
- package/models/hire-sort-update-bo.ts +36 -0
- package/models/hire-user-add-redis-list-vo.ts +51 -0
- package/models/hire-user-excel-dto.ts +102 -0
- package/models/in-park-vehicle-detail-dto.ts +134 -0
- package/models/in-park-vehicle-dto.ts +78 -0
- package/models/in-park-vehicle-req.ts +98 -0
- package/models/in-park-vehicle-statistics-req.ts +30 -0
- package/models/in-park-vehicle-statistics-resp.ts +48 -0
- package/models/in-park-vehicle-vo.ts +128 -0
- package/models/index.ts +567 -74
- package/models/inout-open-po.ts +54 -0
- package/models/internet-access-park-vehicle-vo.ts +116 -0
- package/models/internet-meter-add-vo.ts +72 -0
- package/models/internet-meter-details-add-vo.ts +60 -0
- package/models/internet-meter-report-record-search-vo.ts +84 -0
- package/models/internet-meter-report-record-statistics-vo.ts +36 -0
- package/models/internet-meter-search-vo.ts +36 -0
- package/models/internet-pan-perception-report-record-vo.ts +84 -0
- package/models/internet-pan-perception-search-vo.ts +36 -0
- package/models/internet-set-vo.ts +60 -0
- package/models/internet-water-report-record-search-vo.ts +84 -0
- package/models/internet-water-search-vo.ts +36 -0
- package/models/iot-gradient-alarm-add-or-update-vo.ts +63 -0
- package/models/iot-gradient-alarm-rule-settings-dto.ts +102 -0
- package/models/iot-gradient-alarm-rule-vo.ts +84 -0
- package/models/iot-gradient-alarm-settings-dto.ts +69 -0
- package/models/ipage-access-vo.ts +70 -0
- package/models/json-result-ai-monitoring-config-vo.ts +72 -0
- package/models/json-result-air-conditioning-reservation-details-dto.ts +72 -0
- package/models/json-result-appointment-registration-detail-dto.ts +72 -0
- package/models/json-result-appointment-set-vo.ts +72 -0
- package/models/json-result-black-white-entity.ts +72 -0
- package/models/json-result-business-work-order-list-dto.ts +72 -0
- package/models/json-result-call-police-detail-dto.ts +72 -0
- package/models/json-result-cold-store-dashboard-access-count-dto.ts +72 -0
- package/models/json-result-cold-store-dashboard-alarm-count-dto.ts +72 -0
- package/models/json-result-cold-store-dashboard-area-dto.ts +72 -0
- package/models/json-result-cold-store-dashboard-energy-consumption-statistics-dto.ts +72 -0
- package/models/json-result-device-group-settings-entity.ts +72 -0
- package/models/json-result-energy-consumption-dto.ts +72 -0
- package/models/json-result-energy-gradient-alarm-details-dto.ts +72 -0
- package/models/json-result-energy-label-entity.ts +72 -0
- package/models/json-result-energy-meter-details-dto.ts +72 -0
- package/models/json-result-energy-meter-record-dto.ts +72 -0
- package/models/json-result-energy-work-order-detail-dto.ts +72 -0
- package/models/json-result-esg-park-carbon-emission-statistics-dto.ts +72 -0
- package/models/json-result-esg-park-charging-station-statistics-dto.ts +72 -0
- package/models/json-result-esg-park-energy-statistics-dto.ts +72 -0
- package/models/json-result-esg-park-greening-coverage-statistics-dto.ts +72 -0
- package/models/json-result-esg-park-renewable-energy-statistics-dto.ts +72 -0
- package/models/json-result-esg-user-statistics-dto.ts +72 -0
- package/models/json-result-esgpark-waste-statistics-dto.ts +72 -0
- package/models/json-result-feedback-record-detail-vo.ts +72 -0
- package/models/json-result-feedback-statistics-count-dto.ts +72 -0
- package/models/json-result-feedback-statistics-satisfaction-rating-dto.ts +72 -0
- package/models/json-result-file-management-entity.ts +72 -0
- package/models/json-result-file-management-usage-dto.ts +72 -0
- package/models/json-result-gizone-access-set-vo.ts +72 -0
- package/models/json-result-gizone-user-black-white-entity.ts +72 -0
- package/models/json-result-hire-lease-term-entity.ts +72 -0
- package/models/json-result-hire-user-add-redis-list-vo.ts +72 -0
- package/models/json-result-in-park-vehicle-detail-dto.ts +72 -0
- package/models/json-result-in-park-vehicle-dto.ts +72 -0
- package/models/json-result-in-park-vehicle-statistics-resp.ts +72 -0
- package/models/json-result-iot-gradient-alarm-settings-dto.ts +72 -0
- package/models/json-result-ipage-access-vo.ts +72 -0
- package/models/json-result-json-result-list-space-tree-dto.ts +1 -1
- package/models/json-result-large-visual-screen-access-line-chart-dto.ts +72 -0
- package/models/json-result-large-visual-screen-access-list-dto.ts +72 -0
- package/models/json-result-large-visual-screen-call-police-history-histogram-dto.ts +72 -0
- package/models/json-result-large-visual-screen-call-police-history-list-dto.ts +72 -0
- package/models/json-result-large-visual-screen-energy-dto.ts +72 -0
- package/models/json-result-large-visual-screen-hardware-access-dto.ts +72 -0
- package/models/json-result-large-visual-screen-monitor-list-dto.ts +72 -0
- package/models/json-result-large-visual-screen-work-order-list-dto.ts +72 -0
- package/models/json-result-list-air-conditioning-reservation-process-details-dto.ts +72 -0
- package/models/json-result-list-appointment-registration-unloading-area-count-dto.ts +72 -0
- package/models/json-result-list-appointment-registration-unloading-area-list-details-dto.ts +72 -0
- package/models/json-result-list-call-police-type-dto.ts +72 -0
- package/models/json-result-list-cold-store-dashboard-access-series-dto.ts +72 -0
- package/models/json-result-list-cold-store-dashboard-alarm-list-dto.ts +72 -0
- package/models/json-result-list-cold-store-dashboard-device-dto.ts +72 -0
- package/models/json-result-list-cold-store-dashboard-device-lift-gate-series-dto.ts +72 -0
- package/models/json-result-list-cold-store-dashboard-energy-consumption-series-dto.ts +72 -0
- package/models/json-result-list-cold-store-dashboard-plan-calendar-list-dto.ts +72 -0
- package/models/json-result-list-device-group-settings-entity.ts +72 -0
- package/models/json-result-list-device-list-dto.ts +72 -0
- package/models/json-result-list-device-unit-dto.ts +72 -0
- package/models/json-result-list-device-unit-item-dto.ts +72 -0
- package/models/json-result-list-energy-consumption-by-energy-type-dto.ts +72 -0
- package/models/json-result-list-energy-consumption-series-dto.ts +72 -0
- package/models/json-result-list-energy-histogram-dto.ts +72 -0
- package/models/json-result-list-energy-label-entity.ts +72 -0
- package/models/json-result-list-energy-label-series-dto.ts +72 -0
- package/models/json-result-list-energy-meter-item-type-list-dto.ts +72 -0
- package/models/json-result-list-energy-series-by-meter-item-type-dto.ts +72 -0
- package/models/json-result-list-energy-type-dto.ts +72 -0
- package/models/json-result-list-esg-park-by-series-dto.ts +72 -0
- package/models/json-result-list-esg-park-waste-config-list-dto.ts +72 -0
- package/models/json-result-list-feedback-activity-list-vo.ts +72 -0
- package/models/json-result-list-feedback-push-settings-entity.ts +72 -0
- package/models/json-result-list-feedback-series-by-type-dto.ts +72 -0
- package/models/json-result-list-feedback-statistics-list-dto.ts +72 -0
- package/models/json-result-list-feedback-type-enum.ts +72 -0
- package/models/json-result-list-file-management-list-dto.ts +72 -0
- package/models/json-result-list-hire-lease-term-dto.ts +72 -0
- package/models/json-result-list-hire-lease-term-list-dto.ts +72 -0
- package/models/json-result-list-hire-select-list-dto.ts +72 -0
- package/models/json-result-list-in-park-vehicle-vo.ts +72 -0
- package/models/json-result-list-monitor-search-dto.ts +72 -0
- package/models/json-result-list-monitor-sort-entity.ts +72 -0
- package/models/json-result-list-owner-kanban-energy-index-line-chart-dto.ts +72 -0
- package/models/json-result-list-owner-kanban-index-safety-inspection-details-dto.ts +72 -0
- package/models/json-result-list-owner-kanban-two-call-police-histogram-statistics-dto.ts +72 -0
- package/models/json-result-list-owner-kanban-work-order-type-statistics-dto.ts +72 -0
- package/models/json-result-list-owner-two-park-operation-work-order-histogram-statistics-dto.ts +72 -0
- package/models/json-result-list-owner-two-park-operation-work-order-response-shi-statistics-dto.ts +72 -0
- package/models/json-result-list-park-drop-down-box-dto.ts +72 -0
- package/models/json-result-list-renovation-activity-list-vo.ts +72 -0
- package/models/json-result-list-renovation-inspection-entity.ts +72 -0
- package/models/json-result-list-space-tree-dto.ts +1 -1
- package/models/json-result-list-stock-push-settings-entity.ts +72 -0
- package/models/json-result-list-unloading-area-entity.ts +72 -0
- package/models/json-result-list-work-order-step-by-step-push-dto.ts +72 -0
- package/models/json-result-list-work-order-type-dto.ts +72 -0
- package/models/json-result-map-string-object.ts +69 -0
- package/models/json-result-monitor-detail-dto.ts +72 -0
- package/models/json-result-monitor-live-dto.ts +72 -0
- package/models/json-result-monitor-screen-dto.ts +72 -0
- package/models/json-result-monitor-sort-entity.ts +72 -0
- package/models/json-result-news-entity.ts +72 -0
- package/models/json-result-node-dto.ts +72 -0
- package/models/json-result-object.ts +69 -0
- package/models/json-result-owner-kanban-energy-dto.ts +72 -0
- package/models/json-result-owner-kanban-index-safety-inspection-dto.ts +72 -0
- package/models/json-result-owner-kanban-two-park-call-police-number-statistics-dto.ts +72 -0
- package/models/json-result-owner-kanban-two-park-truck-dto.ts +72 -0
- package/models/json-result-owner-two-park-operation-work-order-number-statistics-dto.ts +72 -0
- package/models/json-result-page-dto-ai-monitoring-config-vo.ts +72 -0
- package/models/json-result-page-dto-air-conditioning-reservation-list-dto.ts +72 -0
- package/models/json-result-page-dto-appointment-registration-dto.ts +72 -0
- package/models/json-result-page-dto-appointment-registration-personnel-dto.ts +72 -0
- package/models/json-result-page-dto-call-police-history-dto.ts +72 -0
- package/models/json-result-page-dto-devices-search-dto.ts +72 -0
- package/models/json-result-page-dto-energy-consumption-details-dto.ts +72 -0
- package/models/json-result-page-dto-energy-label-entity.ts +72 -0
- package/models/json-result-page-dto-energy-meter-hire-details-dto.ts +72 -0
- package/models/json-result-page-dto-energy-meter-list-dto.ts +72 -0
- package/models/json-result-page-dto-esg-park-carbon-emission-details-dto.ts +72 -0
- package/models/json-result-page-dto-esg-park-energy-details-statistics-dto.ts +72 -0
- package/models/json-result-page-dto-esg-park-waste-config-list-dto.ts +72 -0
- package/models/json-result-page-dto-feedback-record-list-vo.ts +72 -0
- package/models/json-result-page-dto-feedback-reply-list-vo.ts +72 -0
- package/models/json-result-page-dto-file-management-list-children-dto.ts +72 -0
- package/models/json-result-page-dto-gradient-alarm-list-dto.ts +72 -0
- package/models/json-result-page-dto-hire-air-conditioning-list-dto.ts +72 -0
- package/models/json-result-page-dto-in-park-vehicle-vo.ts +72 -0
- package/models/json-result-page-dto-monitor-sort-entity.ts +72 -0
- package/models/json-result-page-dto-news-list-vo.ts +72 -0
- package/models/json-result-page-dto-node-dto.ts +72 -0
- package/models/json-result-page-dto-owner-kanban-two-call-police-list-dto.ts +72 -0
- package/models/json-result-page-dto-owner-kanban-two-park-operation-work-oder-list-dto.ts +72 -0
- package/models/json-result-page-dto-renovation-draft-list-vo.ts +72 -0
- package/models/json-result-page-dto-renovation-list-vo.ts +72 -0
- package/models/json-result-page-dto-renovation-plan-list-vo.ts +72 -0
- package/models/json-result-page-dto-stock-list-page-dto.ts +72 -0
- package/models/json-result-page-dto-stock-record-list-page-dto.ts +72 -0
- package/models/json-result-page-dto-surveillance-roi-list-vo.ts +72 -0
- package/models/json-result-renovation-details-vo.ts +72 -0
- package/models/json-result-renovation-draft-details-vo.ts +72 -0
- package/models/json-result-scheduled-cron.ts +72 -0
- package/models/json-result-stock-details-dto.ts +72 -0
- package/models/json-result-stock-import-add-redis-dto.ts +72 -0
- package/models/json-result-stock-push-settings-entity.ts +72 -0
- package/models/json-result-surveillance-roi-list-vo.ts +72 -0
- package/models/json-result-unloading-area-entity.ts +72 -0
- package/models/json-result-white-add-redis-list-dto.ts +72 -0
- package/models/large-visual-screen-access-line-chart-dto.ts +42 -0
- package/models/large-visual-screen-access-list-dto.ts +72 -0
- package/models/large-visual-screen-call-police-history-histogram-dto.ts +42 -0
- package/models/large-visual-screen-call-police-history-list-dto.ts +84 -0
- package/models/large-visual-screen-energy-dto.ts +45 -0
- package/models/large-visual-screen-hardware-access-dto.ts +54 -0
- package/models/large-visual-screen-index-bo.ts +54 -0
- package/models/large-visual-screen-index-page-bo.ts +48 -0
- package/models/large-visual-screen-monitor-list-dto.ts +42 -0
- package/models/large-visual-screen-work-order-list-dto.ts +66 -0
- package/models/login-type-enum.ts +1 -3
- package/models/manual-exit-vo.ts +39 -0
- package/models/manual-opening-add-vo.ts +30 -0
- package/models/meter-delete-bo.ts +36 -0
- package/models/meter-record-add-vo.ts +72 -0
- package/models/meter-record-dto.ts +77 -0
- package/models/meter-save-bo.ts +126 -0
- package/models/meter-update-bo.ts +156 -0
- package/models/monitor-bind-park-vo.ts +36 -0
- package/models/monitor-detail-dto.ts +96 -0
- package/models/monitor-edit-vo.ts +72 -0
- package/models/monitor-entity.ts +144 -0
- package/models/monitor-live-dto.ts +54 -0
- package/models/monitor-only-number-edit-list-vo.ts +33 -0
- package/models/monitor-only-number-edit-vo.ts +36 -0
- package/models/monitor-pan-tilt-control-vo.ts +84 -0
- package/models/monitor-play-back-vo.ts +48 -0
- package/models/monitor-screen-dto.ts +45 -0
- package/models/monitor-screen-list-dto.ts +54 -0
- package/models/monitor-search-dto.ts +84 -0
- package/models/monitor-search-vo.ts +60 -0
- package/models/monitor-sort-entity.ts +72 -0
- package/models/monitor-sort-search-vo.ts +84 -0
- package/models/news-entity.ts +108 -0
- package/models/news-list-vo.ts +108 -0
- package/models/news-query-vo.ts +120 -0
- package/models/node-dto.ts +59 -0
- package/models/node-type-enum.ts +33 -0
- package/models/offline-alert-work-order-details-dto.ts +0 -9
- package/models/open-barrier-po.ts +42 -0
- package/models/operate-message-details-dto.ts +54 -0
- package/models/orders.ts +42 -0
- package/models/owner-kanban-energy-dto.ts +51 -0
- package/models/owner-kanban-energy-index-line-chart-dto.ts +42 -0
- package/models/owner-kanban-energy-index-list-dto.ts +54 -0
- package/models/owner-kanban-energy-index-statistics-dto.ts +36 -0
- package/models/owner-kanban-energy-series-by-label-details-dto.ts +48 -0
- package/models/owner-kanban-index-safety-inspection-details-dto.ts +71 -0
- package/models/owner-kanban-index-safety-inspection-dto.ts +69 -0
- package/models/owner-kanban-two-call-police-histogram-statistics-details-dto.ts +36 -0
- package/models/owner-kanban-two-call-police-histogram-statistics-dto.ts +50 -0
- package/models/owner-kanban-two-call-police-list-dto.ts +129 -0
- package/models/owner-kanban-two-call-police-relation-list-dto.ts +102 -0
- package/models/owner-kanban-two-park-call-police-number-statistics-dto.ts +54 -0
- package/models/owner-kanban-two-park-operation-work-oder-list-dto.ts +90 -0
- package/models/owner-kanban-two-park-truck-date-dto.ts +39 -0
- package/models/owner-kanban-two-park-truck-dto.ts +42 -0
- package/models/owner-kanban-two-park-truck-type-dto.ts +44 -0
- package/models/owner-kanban-work-order-type-statistics-dto.ts +36 -0
- package/models/owner-two-park-operation-work-order-histogram-statistics-dto.ts +51 -0
- package/models/owner-two-park-operation-work-order-histogram-statistics-list-dto.ts +42 -0
- package/models/owner-two-park-operation-work-order-number-statistics-dto.ts +66 -0
- package/models/owner-two-park-operation-work-order-response-shi-statistics-details-dto.ts +48 -0
- package/models/owner-two-park-operation-work-order-response-shi-statistics-dto.ts +45 -0
- package/models/page-dto-ai-monitoring-config-vo.ts +39 -0
- package/models/page-dto-air-conditioning-reservation-list-dto.ts +39 -0
- package/models/page-dto-appointment-registration-dto.ts +39 -0
- package/models/page-dto-appointment-registration-personnel-dto.ts +39 -0
- package/models/page-dto-call-police-history-dto.ts +39 -0
- package/models/page-dto-devices-search-dto.ts +39 -0
- package/models/page-dto-energy-consumption-details-dto.ts +39 -0
- package/models/page-dto-energy-label-entity.ts +39 -0
- package/models/page-dto-energy-meter-hire-details-dto.ts +39 -0
- package/models/page-dto-energy-meter-list-dto.ts +39 -0
- package/models/page-dto-esg-park-carbon-emission-details-dto.ts +39 -0
- package/models/page-dto-esg-park-energy-details-statistics-dto.ts +39 -0
- package/models/page-dto-esg-park-waste-config-list-dto.ts +39 -0
- package/models/page-dto-feedback-record-list-vo.ts +39 -0
- package/models/page-dto-feedback-reply-list-vo.ts +39 -0
- package/models/page-dto-file-management-list-children-dto.ts +39 -0
- package/models/page-dto-gradient-alarm-list-dto.ts +39 -0
- package/models/page-dto-hire-air-conditioning-list-dto.ts +39 -0
- package/models/page-dto-in-park-vehicle-vo.ts +39 -0
- package/models/page-dto-meter-record-dto.ts +39 -0
- package/models/page-dto-monitor-sort-entity.ts +39 -0
- package/models/page-dto-news-list-vo.ts +39 -0
- package/models/page-dto-node-dto.ts +39 -0
- package/models/page-dto-owner-kanban-two-call-police-list-dto.ts +39 -0
- package/models/page-dto-owner-kanban-two-park-operation-work-oder-list-dto.ts +39 -0
- package/models/page-dto-renovation-draft-list-vo.ts +39 -0
- package/models/page-dto-renovation-list-vo.ts +39 -0
- package/models/page-dto-renovation-plan-list-vo.ts +39 -0
- package/models/page-dto-stock-list-page-dto.ts +39 -0
- package/models/page-dto-stock-record-list-page-dto.ts +39 -0
- package/models/page-dto-surveillance-roi-list-vo.ts +39 -0
- package/models/park-drop-down-box-dto.ts +72 -0
- package/models/park-info-dto.ts +0 -12
- package/models/park-vehicle.ts +36 -0
- package/models/receive-information-visitors-vo.ts +33 -0
- package/models/record-statistics-vo.ts +60 -0
- package/models/renovation-activity-list-vo.ts +90 -0
- package/models/renovation-add-dto.ts +72 -0
- package/models/renovation-details-vo.ts +251 -0
- package/models/renovation-draft-add-or-update-dto.ts +189 -0
- package/models/renovation-draft-details-vo.ts +257 -0
- package/models/renovation-draft-list-vo.ts +71 -0
- package/models/renovation-inspection-entity.ts +54 -0
- package/models/renovation-inspection-item.ts +36 -0
- package/models/renovation-list-vo.ts +101 -0
- package/models/renovation-plan-list-vo.ts +66 -0
- package/models/renovation-review-dto.ts +54 -0
- package/models/renovation-status-enum.ts +38 -0
- package/models/renovation-update-dto.ts +183 -0
- package/models/renovation-user.ts +42 -0
- package/models/renovation-work-order-vo.ts +54 -0
- package/models/reply-and-create-work-order-dto.ts +72 -0
- package/models/save-water-meter-batch-request.ts +30 -0
- package/models/scheduled-cron.ts +60 -0
- package/models/select-complaint-record-list-bo.ts +102 -0
- package/models/select-hire-energy-bill-details-bo.ts +48 -0
- package/models/select-meter-record-list-bo.ts +81 -0
- package/models/select-park-energy-bill-detail-bo.ts +42 -0
- package/models/select-time-cost-tenant-rent-bill-bo.ts +108 -0
- package/models/statistics-park-carbon-emission-bo.ts +48 -0
- package/models/steps.ts +156 -0
- package/models/stock-add-bo.ts +115 -0
- package/models/stock-batch-bo.ts +36 -0
- package/models/stock-batch-details-dto.ts +48 -0
- package/models/stock-batch-update-bo.ts +53 -0
- package/models/stock-batch-update-details-bo.ts +48 -0
- package/models/stock-details-dto.ts +118 -0
- package/models/stock-import-add-redis-dto.ts +51 -0
- package/models/stock-import-template-dto.ts +96 -0
- package/models/stock-list-page-dto.ts +127 -0
- package/models/stock-push-settings-add-or-update-bo.ts +53 -0
- package/models/stock-push-settings-add-or-update-details-bo.ts +72 -0
- package/models/stock-push-settings-entity.ts +110 -0
- package/models/stock-record-batch-data-dto.ts +42 -0
- package/models/stock-record-list-page-dto.ts +130 -0
- package/models/stock-update-bo.ts +106 -0
- package/models/supplier-business-manager-detail.ts +36 -0
- package/models/surveillance-roi-entity.ts +72 -0
- package/models/surveillance-roi-list-vo.ts +81 -0
- package/models/sync-equipment-status-vo.ts +2 -2
- package/models/sync-equipment-vo-equipment.ts +0 -6
- package/models/sync-equipment-vo.ts +2 -2
- package/models/sys-post.ts +0 -6
- package/models/sys-role.ts +0 -6
- package/models/sys-user-msg-dto.ts +9 -0
- package/models/sys-user-search-list-vo.ts +102 -0
- package/models/sys-user.ts +1 -18
- package/models/system-user-msg-source-type-enum.ts +1 -4
- package/models/system-user-msg-type-enum.ts +1 -3
- package/models/tenant-surrender-vo.ts +30 -0
- package/models/unit-item.ts +72 -0
- package/models/unloading-area-add-vo.ts +60 -0
- package/models/unloading-area-entity.ts +84 -0
- package/models/update-cost-hire-rent-bill-bo.ts +108 -0
- package/models/update-cost-park-energy-bill-bo.ts +39 -0
- package/models/update-cost-park-energy-bill-details-bo.ts +48 -0
- package/models/update-energy-meter-reading-bo.ts +30 -0
- package/models/update-hire-bond-bo.ts +48 -0
- package/models/user-access-add-vo.ts +126 -0
- package/models/user-access-search-vo.ts +132 -0
- package/models/user-black-state-bo.ts +36 -0
- package/models/user-white-del-dto.ts +36 -0
- package/models/vehicle-payment-bo.ts +36 -0
- package/models/water-meter-add-or-edit-vo.ts +96 -0
- package/models/water-meter-details-search-vo.ts +84 -0
- package/models/water-meter-search-vo.ts +114 -0
- package/models/water-meter-tree-vo.ts +30 -0
- package/models/watt-hour-meter-add-edit-vo.ts +126 -0
- package/models/watt-hour-meter-details-search-vo.ts +84 -0
- package/models/watt-hour-meter-search-vo.ts +114 -0
- package/models/watt-hour-meter-tree-vo.ts +30 -0
- package/models/white-add-redis-list-dto.ts +51 -0
- package/models/white-add-vo.ts +176 -0
- package/models/white-black-del-vo.ts +48 -0
- package/models/white-edit-vo.ts +116 -0
- package/models/white-search-vo.ts +146 -0
- package/models/work-order-handle-meter-reading-details-vo.ts +36 -0
- package/models/work-order-handle-meter-reading-vo.ts +39 -0
- package/models/work-order-step-by-step-push-dto.ts +60 -0
- package/models/work-order-type-dto.ts +36 -0
- package/package.json +1 -1
- package/apis/hwork-api.ts +0 -167
- package/dist/apis/hwork-api.d.ts +0 -96
- package/dist/apis/hwork-api.js +0 -145
- package/dist/esm/apis/hwork-api.d.ts +0 -96
- package/dist/esm/apis/hwork-api.js +0 -138
- package/dist/esm/models/access-abnormal-type-enum.d.ts +0 -21
- package/dist/esm/models/access-abnormal-type-enum.js +0 -22
- package/dist/esm/models/access-appointment-internal-status-enum.d.ts +0 -21
- package/dist/esm/models/access-appointment-internal-status-enum.js +0 -22
- package/dist/esm/models/access-appointment-process-type-enum.d.ts +0 -22
- package/dist/esm/models/access-appointment-process-type-enum.js +0 -23
- package/dist/esm/models/access-appointment-record-add-vo.d.ts +0 -128
- package/dist/esm/models/access-appointment-record-approval-vo.d.ts +0 -30
- package/dist/esm/models/access-appointment-record-details-dto.d.ts +0 -197
- package/dist/esm/models/access-appointment-record-in-other-info-vo.d.ts +0 -54
- package/dist/esm/models/access-appointment-record-out-other-info-vo.d.ts +0 -30
- package/dist/esm/models/access-appointment-record-process-approval-user-dto.d.ts +0 -49
- package/dist/esm/models/access-appointment-record-process-details-dto.d.ts +0 -81
- package/dist/esm/models/access-appointment-record-process-details-user-info.d.ts +0 -36
- package/dist/esm/models/access-appointment-source-enum.d.ts +0 -24
- package/dist/esm/models/access-appointment-source-enum.js +0 -25
- package/dist/esm/models/access-appointment-status-enum.d.ts +0 -25
- package/dist/esm/models/access-appointment-status-enum.js +0 -26
- package/dist/esm/models/access-approval-config-enum.d.ts +0 -21
- package/dist/esm/models/access-approval-config-enum.js +0 -22
- package/dist/esm/models/access-approval-config-vo-reminder.d.ts +0 -36
- package/dist/esm/models/access-approval-config-vo.d.ts +0 -50
- package/dist/esm/models/access-blacklist-add-vo.d.ts +0 -54
- package/dist/esm/models/access-blacklist-details-dto.d.ts +0 -72
- package/dist/esm/models/access-blacklist-update-vo.d.ts +0 -48
- package/dist/esm/models/access-company-config-add-or-update-vo.d.ts +0 -36
- package/dist/esm/models/access-company-config-entity.d.ts +0 -67
- package/dist/esm/models/access-company-config-sort-vo.d.ts +0 -30
- package/dist/esm/models/access-config-entity.d.ts +0 -49
- package/dist/esm/models/access-config-vo.d.ts +0 -25
- package/dist/esm/models/access-direction-enum.d.ts +0 -22
- package/dist/esm/models/access-direction-enum.js +0 -23
- package/dist/esm/models/access-lane-sync-vo.d.ts +0 -42
- package/dist/esm/models/access-object-type-enum.d.ts +0 -25
- package/dist/esm/models/access-object-type-enum.js +0 -26
- package/dist/esm/models/access-reason-enum.d.ts +0 -26
- package/dist/esm/models/access-reason-enum.js +0 -27
- package/dist/esm/models/access-record-details-dto.d.ts +0 -152
- package/dist/esm/models/access-record-summary-details-dto.d.ts +0 -176
- package/dist/esm/models/access-record-summary-list-dto.d.ts +0 -163
- package/dist/esm/models/access-record-vehicle-add-vo.d.ts +0 -126
- package/dist/esm/models/access-release-method-enum.d.ts +0 -23
- package/dist/esm/models/access-release-method-enum.js +0 -24
- package/dist/esm/models/access-type-enum.d.ts +0 -21
- package/dist/esm/models/access-type-enum.js +0 -22
- package/dist/esm/models/access-vehicle-length-enum.d.ts +0 -25
- package/dist/esm/models/access-vehicle-length-enum.js +0 -26
- package/dist/esm/models/access-vehicle-type-enum.d.ts +0 -21
- package/dist/esm/models/access-vehicle-type-enum.js +0 -22
- package/dist/esm/models/access-visitor-person-type-config-vo.d.ts +0 -31
- package/dist/esm/models/access-visitor-person-type-enum.d.ts +0 -26
- package/dist/esm/models/access-visitor-person-type-enum.js +0 -27
- package/dist/esm/models/access-whitelist-application-add-vo.d.ts +0 -100
- package/dist/esm/models/access-whitelist-application-approval-vo.d.ts +0 -30
- package/dist/esm/models/access-whitelist-application-batch-import-template-dto.d.ts +0 -123
- package/dist/esm/models/access-whitelist-application-details-dto.d.ts +0 -132
- package/dist/esm/models/access-whitelist-application-internal-status-enum.d.ts +0 -21
- package/dist/esm/models/access-whitelist-application-internal-status-enum.js +0 -22
- package/dist/esm/models/access-whitelist-application-process-details-dto.d.ts +0 -81
- package/dist/esm/models/access-whitelist-application-process-details-user-info.d.ts +0 -36
- package/dist/esm/models/access-whitelist-application-status-enum.d.ts +0 -23
- package/dist/esm/models/access-whitelist-application-status-enum.js +0 -24
- package/dist/esm/models/access-whitelist-application-update-vo.d.ts +0 -31
- package/dist/esm/models/access-whitelist-duration-type-enum.d.ts +0 -21
- package/dist/esm/models/access-whitelist-duration-type-enum.js +0 -22
- package/dist/esm/models/access-whitelist-process-handler-status-enum.d.ts +0 -21
- package/dist/esm/models/access-whitelist-process-handler-status-enum.js +0 -22
- package/dist/esm/models/access-whitelist-process-type-enum.d.ts +0 -23
- package/dist/esm/models/access-whitelist-process-type-enum.js +0 -24
- package/dist/esm/models/address-region-entity.d.ts +0 -42
- package/dist/esm/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +0 -31
- package/dist/esm/models/json-result-access-appointment-record-details-dto.d.ts +0 -62
- package/dist/esm/models/json-result-access-blacklist-details-dto.d.ts +0 -62
- package/dist/esm/models/json-result-access-company-config-entity.d.ts +0 -62
- package/dist/esm/models/json-result-access-config-entity.d.ts +0 -62
- package/dist/esm/models/json-result-access-record-summary-details-dto.d.ts +0 -62
- package/dist/esm/models/json-result-access-whitelist-application-details-dto.d.ts +0 -62
- package/dist/esm/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +0 -62
- package/dist/esm/models/json-result-list-access-appointment-record-process-details-dto.d.ts +0 -62
- package/dist/esm/models/json-result-list-access-company-config-entity.d.ts +0 -62
- package/dist/esm/models/json-result-list-access-whitelist-application-process-details-dto.d.ts +0 -62
- package/dist/esm/models/json-result-list-address-region-entity.d.ts +0 -62
- package/dist/esm/models/json-result-page-dto-access-appointment-record-details-dto.d.ts +0 -62
- package/dist/esm/models/json-result-page-dto-access-blacklist-details-dto.d.ts +0 -62
- package/dist/esm/models/json-result-page-dto-access-record-summary-list-dto.d.ts +0 -62
- package/dist/esm/models/json-result-page-dto-access-whitelist-application-details-dto.d.ts +0 -62
- package/dist/esm/models/open-api-access-appointment-record-add-vo.d.ts +0 -120
- package/dist/esm/models/page-dto-access-appointment-record-details-dto.d.ts +0 -31
- package/dist/esm/models/page-dto-access-blacklist-details-dto.d.ts +0 -31
- package/dist/esm/models/page-dto-access-record-summary-list-dto.d.ts +0 -31
- package/dist/esm/models/page-dto-access-whitelist-application-details-dto.d.ts +0 -31
- package/dist/esm/models/user-source-enum.d.ts +0 -21
- package/dist/esm/models/user-source-enum.js +0 -22
- package/dist/esm/models/whitelist-other-info-vo.d.ts +0 -54
- package/dist/models/access-abnormal-type-enum.d.ts +0 -21
- package/dist/models/access-abnormal-type-enum.js +0 -25
- package/dist/models/access-appointment-internal-status-enum.d.ts +0 -21
- package/dist/models/access-appointment-internal-status-enum.js +0 -25
- package/dist/models/access-appointment-process-type-enum.d.ts +0 -22
- package/dist/models/access-appointment-process-type-enum.js +0 -26
- package/dist/models/access-appointment-record-add-vo.d.ts +0 -128
- package/dist/models/access-appointment-record-approval-vo.d.ts +0 -30
- package/dist/models/access-appointment-record-details-dto.d.ts +0 -197
- package/dist/models/access-appointment-record-in-other-info-vo.d.ts +0 -54
- package/dist/models/access-appointment-record-out-other-info-vo.d.ts +0 -30
- package/dist/models/access-appointment-record-process-approval-user-dto.d.ts +0 -49
- package/dist/models/access-appointment-record-process-details-dto.d.ts +0 -81
- package/dist/models/access-appointment-record-process-details-user-info.d.ts +0 -36
- package/dist/models/access-appointment-source-enum.d.ts +0 -24
- package/dist/models/access-appointment-source-enum.js +0 -28
- package/dist/models/access-appointment-status-enum.d.ts +0 -25
- package/dist/models/access-appointment-status-enum.js +0 -29
- package/dist/models/access-approval-config-enum.d.ts +0 -21
- package/dist/models/access-approval-config-enum.js +0 -25
- package/dist/models/access-approval-config-vo-reminder.d.ts +0 -36
- package/dist/models/access-approval-config-vo.d.ts +0 -50
- package/dist/models/access-blacklist-add-vo.d.ts +0 -54
- package/dist/models/access-blacklist-details-dto.d.ts +0 -72
- package/dist/models/access-blacklist-update-vo.d.ts +0 -48
- package/dist/models/access-company-config-add-or-update-vo.d.ts +0 -36
- package/dist/models/access-company-config-entity.d.ts +0 -67
- package/dist/models/access-company-config-sort-vo.d.ts +0 -30
- package/dist/models/access-config-entity.d.ts +0 -49
- package/dist/models/access-config-vo.d.ts +0 -25
- package/dist/models/access-direction-enum.d.ts +0 -22
- package/dist/models/access-direction-enum.js +0 -26
- package/dist/models/access-lane-sync-vo.d.ts +0 -42
- package/dist/models/access-object-type-enum.d.ts +0 -25
- package/dist/models/access-object-type-enum.js +0 -29
- package/dist/models/access-reason-enum.d.ts +0 -26
- package/dist/models/access-reason-enum.js +0 -30
- package/dist/models/access-record-details-dto.d.ts +0 -152
- package/dist/models/access-record-summary-details-dto.d.ts +0 -176
- package/dist/models/access-record-summary-list-dto.d.ts +0 -163
- package/dist/models/access-record-vehicle-add-vo.d.ts +0 -126
- package/dist/models/access-release-method-enum.d.ts +0 -23
- package/dist/models/access-release-method-enum.js +0 -27
- package/dist/models/access-type-enum.d.ts +0 -21
- package/dist/models/access-type-enum.js +0 -25
- package/dist/models/access-vehicle-length-enum.d.ts +0 -25
- package/dist/models/access-vehicle-length-enum.js +0 -29
- package/dist/models/access-vehicle-type-enum.d.ts +0 -21
- package/dist/models/access-vehicle-type-enum.js +0 -25
- package/dist/models/access-visitor-person-type-config-vo.d.ts +0 -31
- package/dist/models/access-visitor-person-type-enum.d.ts +0 -26
- package/dist/models/access-visitor-person-type-enum.js +0 -30
- package/dist/models/access-whitelist-application-add-vo.d.ts +0 -100
- package/dist/models/access-whitelist-application-approval-vo.d.ts +0 -30
- package/dist/models/access-whitelist-application-batch-import-template-dto.d.ts +0 -123
- package/dist/models/access-whitelist-application-details-dto.d.ts +0 -132
- package/dist/models/access-whitelist-application-internal-status-enum.d.ts +0 -21
- package/dist/models/access-whitelist-application-internal-status-enum.js +0 -25
- package/dist/models/access-whitelist-application-process-details-dto.d.ts +0 -81
- package/dist/models/access-whitelist-application-process-details-user-info.d.ts +0 -36
- package/dist/models/access-whitelist-application-status-enum.d.ts +0 -23
- package/dist/models/access-whitelist-application-status-enum.js +0 -27
- package/dist/models/access-whitelist-application-update-vo.d.ts +0 -31
- package/dist/models/access-whitelist-duration-type-enum.d.ts +0 -21
- package/dist/models/access-whitelist-duration-type-enum.js +0 -25
- package/dist/models/access-whitelist-process-handler-status-enum.d.ts +0 -21
- package/dist/models/access-whitelist-process-handler-status-enum.js +0 -25
- package/dist/models/access-whitelist-process-type-enum.d.ts +0 -23
- package/dist/models/access-whitelist-process-type-enum.js +0 -27
- package/dist/models/address-region-entity.d.ts +0 -42
- package/dist/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +0 -31
- package/dist/models/json-result-access-appointment-record-details-dto.d.ts +0 -62
- package/dist/models/json-result-access-blacklist-details-dto.d.ts +0 -62
- package/dist/models/json-result-access-company-config-entity.d.ts +0 -62
- package/dist/models/json-result-access-config-entity.d.ts +0 -62
- package/dist/models/json-result-access-record-summary-details-dto.d.ts +0 -62
- package/dist/models/json-result-access-whitelist-application-details-dto.d.ts +0 -62
- package/dist/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +0 -62
- package/dist/models/json-result-list-access-appointment-record-process-details-dto.d.ts +0 -62
- package/dist/models/json-result-list-access-company-config-entity.d.ts +0 -62
- package/dist/models/json-result-list-access-whitelist-application-process-details-dto.d.ts +0 -62
- package/dist/models/json-result-list-address-region-entity.d.ts +0 -62
- package/dist/models/json-result-page-dto-access-appointment-record-details-dto.d.ts +0 -62
- package/dist/models/json-result-page-dto-access-blacklist-details-dto.d.ts +0 -62
- package/dist/models/json-result-page-dto-access-record-summary-list-dto.d.ts +0 -62
- package/dist/models/json-result-page-dto-access-whitelist-application-details-dto.d.ts +0 -62
- package/dist/models/open-api-access-appointment-record-add-vo.d.ts +0 -120
- package/dist/models/page-dto-access-appointment-record-details-dto.d.ts +0 -31
- package/dist/models/page-dto-access-blacklist-details-dto.d.ts +0 -31
- package/dist/models/page-dto-access-record-summary-list-dto.d.ts +0 -31
- package/dist/models/page-dto-access-whitelist-application-details-dto.d.ts +0 -31
- package/dist/models/user-source-enum.d.ts +0 -21
- package/dist/models/user-source-enum.js +0 -25
- package/dist/models/whitelist-other-info-vo.d.ts +0 -54
- package/models/access-abnormal-type-enum.ts +0 -31
- package/models/access-appointment-internal-status-enum.ts +0 -31
- package/models/access-appointment-process-type-enum.ts +0 -32
- package/models/access-appointment-record-add-vo.ts +0 -152
- package/models/access-appointment-record-approval-vo.ts +0 -36
- package/models/access-appointment-record-details-dto.ts +0 -227
- package/models/access-appointment-record-in-other-info-vo.ts +0 -60
- package/models/access-appointment-record-out-other-info-vo.ts +0 -36
- package/models/access-appointment-record-process-approval-user-dto.ts +0 -59
- package/models/access-appointment-record-process-details-dto.ts +0 -95
- package/models/access-appointment-record-process-details-user-info.ts +0 -42
- package/models/access-appointment-source-enum.ts +0 -34
- package/models/access-appointment-status-enum.ts +0 -35
- package/models/access-approval-config-enum.ts +0 -31
- package/models/access-approval-config-vo-reminder.ts +0 -42
- package/models/access-approval-config-vo.ts +0 -62
- package/models/access-blacklist-add-vo.ts +0 -60
- package/models/access-blacklist-details-dto.ts +0 -78
- package/models/access-blacklist-update-vo.ts +0 -54
- package/models/access-company-config-add-or-update-vo.ts +0 -42
- package/models/access-company-config-entity.ts +0 -75
- package/models/access-company-config-sort-vo.ts +0 -36
- package/models/access-config-entity.ts +0 -57
- package/models/access-config-vo.ts +0 -33
- package/models/access-direction-enum.ts +0 -32
- package/models/access-lane-sync-vo.ts +0 -48
- package/models/access-object-type-enum.ts +0 -35
- package/models/access-reason-enum.ts +0 -36
- package/models/access-record-details-dto.ts +0 -176
- package/models/access-record-summary-details-dto.ts +0 -200
- package/models/access-record-summary-list-dto.ts +0 -185
- package/models/access-record-vehicle-add-vo.ts +0 -132
- package/models/access-release-method-enum.ts +0 -33
- package/models/access-type-enum.ts +0 -31
- package/models/access-vehicle-length-enum.ts +0 -35
- package/models/access-vehicle-type-enum.ts +0 -31
- package/models/access-visitor-person-type-config-vo.ts +0 -41
- package/models/access-visitor-person-type-enum.ts +0 -36
- package/models/access-whitelist-application-add-vo.ts +0 -116
- package/models/access-whitelist-application-approval-vo.ts +0 -36
- package/models/access-whitelist-application-batch-import-template-dto.ts +0 -137
- package/models/access-whitelist-application-details-dto.ts +0 -152
- package/models/access-whitelist-application-internal-status-enum.ts +0 -31
- package/models/access-whitelist-application-process-details-dto.ts +0 -95
- package/models/access-whitelist-application-process-details-user-info.ts +0 -42
- package/models/access-whitelist-application-status-enum.ts +0 -33
- package/models/access-whitelist-application-update-vo.ts +0 -39
- package/models/access-whitelist-duration-type-enum.ts +0 -31
- package/models/access-whitelist-process-handler-status-enum.ts +0 -31
- package/models/access-whitelist-process-type-enum.ts +0 -33
- package/models/address-region-entity.ts +0 -48
- package/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.ts +0 -39
- package/models/json-result-access-appointment-record-details-dto.ts +0 -72
- package/models/json-result-access-blacklist-details-dto.ts +0 -72
- package/models/json-result-access-company-config-entity.ts +0 -72
- package/models/json-result-access-config-entity.ts +0 -72
- package/models/json-result-access-record-summary-details-dto.ts +0 -72
- package/models/json-result-access-whitelist-application-details-dto.ts +0 -72
- package/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.ts +0 -72
- package/models/json-result-list-access-appointment-record-process-details-dto.ts +0 -72
- package/models/json-result-list-access-company-config-entity.ts +0 -72
- package/models/json-result-list-access-whitelist-application-process-details-dto.ts +0 -72
- package/models/json-result-list-address-region-entity.ts +0 -72
- package/models/json-result-page-dto-access-appointment-record-details-dto.ts +0 -72
- package/models/json-result-page-dto-access-blacklist-details-dto.ts +0 -72
- package/models/json-result-page-dto-access-record-summary-list-dto.ts +0 -72
- package/models/json-result-page-dto-access-whitelist-application-details-dto.ts +0 -72
- package/models/open-api-access-appointment-record-add-vo.ts +0 -140
- package/models/page-dto-access-appointment-record-details-dto.ts +0 -39
- package/models/page-dto-access-blacklist-details-dto.ts +0 -39
- package/models/page-dto-access-record-summary-list-dto.ts +0 -39
- package/models/page-dto-access-whitelist-application-details-dto.ts +0 -39
- package/models/user-source-enum.ts +0 -31
- package/models/whitelist-other-info-vo.ts +0 -60
- /package/dist/esm/models/{access-appointment-record-add-vo.js → accept-devices-record-vo.js} +0 -0
- /package/dist/esm/models/{access-appointment-record-approval-vo.js → accept-yms-appointment-record-bo.js} +0 -0
- /package/dist/esm/models/{access-appointment-record-details-dto.js → access-add-handle-vo.js} +0 -0
- /package/dist/esm/models/{access-appointment-record-in-other-info-vo.js → access-add-vo.js} +0 -0
- /package/dist/esm/models/{access-appointment-record-out-other-info-vo.js → ai-monitor-config-roi.js} +0 -0
- /package/dist/esm/models/{access-appointment-record-process-approval-user-dto.js → ai-monitoring-config-roi-entity.js} +0 -0
- /package/dist/esm/models/{access-appointment-record-process-details-dto.js → ai-monitoring-config-update-dto.js} +0 -0
- /package/dist/esm/models/{access-appointment-record-process-details-user-info.js → ai-monitoring-config-vo.js} +0 -0
- /package/dist/esm/models/{access-approval-config-vo-reminder.js → air-conditioning-reservation-add-bo.js} +0 -0
- /package/dist/esm/models/{access-approval-config-vo.js → air-conditioning-reservation-details-dto.js} +0 -0
- /package/dist/esm/models/{access-blacklist-add-vo.js → air-conditioning-reservation-list-dto.js} +0 -0
- /package/dist/esm/models/{access-blacklist-details-dto.js → air-conditioning-reservation-process-details-dto.js} +0 -0
- /package/dist/esm/models/{access-blacklist-update-vo.js → air-conditioning-reservation-search-bo.js} +0 -0
- /package/dist/esm/models/{access-company-config-add-or-update-vo.js → air-conditioning-reservation-update-bo.js} +0 -0
- /package/dist/esm/models/{access-company-config-entity.js → alarm-push-save-or-update-batch.js} +0 -0
- /package/dist/esm/models/{access-company-config-sort-vo.js → alarm-push-save-or-update.js} +0 -0
- /package/dist/esm/models/{access-config-entity.js → alarm-push-settings-save-or-update-vo.js} +0 -0
- /package/dist/esm/models/{access-config-vo.js → alarm-type-rule-record-save-or-update-vo.js} +0 -0
- /package/dist/esm/models/{access-lane-sync-vo.js → alarm-type-save-or-update-vo.js} +0 -0
- /package/dist/esm/models/{access-record-details-dto.js → appointment-registration-personnel-dto.js} +0 -0
- /package/dist/esm/models/{access-record-summary-details-dto.js → appointment-registration-records-query-vo.js} +0 -0
- /package/dist/esm/models/{access-record-summary-list-dto.js → appointment-registration-status-vo.js} +0 -0
- /package/dist/esm/models/{access-record-vehicle-add-vo.js → appointment-registration-unloading-area-count-details-dto.js} +0 -0
- /package/dist/esm/models/{access-visitor-person-type-config-vo.js → appointment-registration-unloading-area-count-dto.js} +0 -0
- /package/dist/esm/models/{access-whitelist-application-add-vo.js → appointment-registration-unloading-area-list-details-dto.js} +0 -0
- /package/dist/esm/models/{access-whitelist-application-approval-vo.js → appointment-registration-vehicle-type-vo.js} +0 -0
- /package/dist/esm/models/{access-whitelist-application-batch-import-template-dto.js → appointment-set-vo.js} +0 -0
- /package/dist/esm/models/{access-whitelist-application-details-dto.js → associated-plan-dto.js} +0 -0
- /package/dist/esm/models/{access-whitelist-application-process-details-dto.js → black-add-vo.js} +0 -0
- /package/dist/esm/models/{access-whitelist-application-process-details-user-info.js → black-edit-vo.js} +0 -0
- /package/dist/esm/models/{access-whitelist-application-update-vo.js → bodys.js} +0 -0
- /package/dist/esm/models/{address-region-entity.js → business-work-order-dto.js} +0 -0
- /package/dist/esm/models/{excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.js → business-work-order-list-dto.js} +0 -0
- /package/dist/esm/models/{json-result-access-appointment-record-details-dto.js → call-police-add-vo.js} +0 -0
- /package/dist/esm/models/{json-result-access-blacklist-details-dto.js → call-police-history-handle.js} +0 -0
- /package/dist/esm/models/{json-result-access-company-config-entity.js → call-police-type-dto.js} +0 -0
- /package/dist/esm/models/{json-result-access-config-entity.js → choice-energy-meter-bo.js} +0 -0
- /package/dist/esm/models/{json-result-access-record-summary-details-dto.js → choice-water-meter-vo.js} +0 -0
- /package/dist/esm/models/{json-result-access-whitelist-application-details-dto.js → choice-watt-hour-meter-vo.js} +0 -0
- /package/dist/esm/models/{json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.js → cold-store-dashboard-access-count-dto.js} +0 -0
- /package/dist/esm/models/{json-result-list-access-appointment-record-process-details-dto.js → cold-store-dashboard-access-details-series-dto.js} +0 -0
- /package/dist/esm/models/{json-result-list-access-company-config-entity.js → cold-store-dashboard-access-series-dto.js} +0 -0
- /package/dist/esm/models/{json-result-list-access-whitelist-application-process-details-dto.js → cold-store-dashboard-alarm-count-dto.js} +0 -0
- /package/dist/esm/models/{json-result-list-address-region-entity.js → cold-store-dashboard-alarm-list-dto.js} +0 -0
- /package/dist/esm/models/{json-result-page-dto-access-appointment-record-details-dto.js → cold-store-dashboard-area-dto.js} +0 -0
- /package/dist/esm/models/{json-result-page-dto-access-blacklist-details-dto.js → cold-store-dashboard-device-dto.js} +0 -0
- /package/dist/esm/models/{json-result-page-dto-access-record-summary-list-dto.js → cold-store-dashboard-device-lift-gate-series-details-dto.js} +0 -0
- /package/dist/esm/models/{json-result-page-dto-access-whitelist-application-details-dto.js → cold-store-dashboard-device-lift-gate-series-dto.js} +0 -0
- /package/dist/esm/models/{open-api-access-appointment-record-add-vo.js → cold-store-dashboard-device-unit-dto.js} +0 -0
- /package/dist/esm/models/{page-dto-access-appointment-record-details-dto.js → cold-store-dashboard-device-unit-item-dto.js} +0 -0
- /package/dist/esm/models/{page-dto-access-blacklist-details-dto.js → cold-store-dashboard-energy-consumption-series-dto.js} +0 -0
- /package/dist/esm/models/{page-dto-access-record-summary-list-dto.js → cold-store-dashboard-energy-consumption-statistics-dto.js} +0 -0
- /package/dist/esm/models/{page-dto-access-whitelist-application-details-dto.js → cold-store-dashboard-plan-calendar-list-dto.js} +0 -0
- /package/dist/esm/models/{whitelist-other-info-vo.js → complaint-record-add-bo.js} +0 -0
- /package/dist/models/{access-appointment-record-add-vo.js → accept-devices-record-vo.js} +0 -0
- /package/dist/models/{access-appointment-record-approval-vo.js → accept-yms-appointment-record-bo.js} +0 -0
- /package/dist/models/{access-appointment-record-details-dto.js → access-add-handle-vo.js} +0 -0
- /package/dist/models/{access-appointment-record-in-other-info-vo.js → access-add-vo.js} +0 -0
- /package/dist/models/{access-appointment-record-out-other-info-vo.js → ai-monitor-config-roi.js} +0 -0
- /package/dist/models/{access-appointment-record-process-approval-user-dto.js → ai-monitoring-config-roi-entity.js} +0 -0
- /package/dist/models/{access-appointment-record-process-details-dto.js → ai-monitoring-config-update-dto.js} +0 -0
- /package/dist/models/{access-appointment-record-process-details-user-info.js → ai-monitoring-config-vo.js} +0 -0
- /package/dist/models/{access-approval-config-vo-reminder.js → air-conditioning-reservation-add-bo.js} +0 -0
- /package/dist/models/{access-approval-config-vo.js → air-conditioning-reservation-details-dto.js} +0 -0
- /package/dist/models/{access-blacklist-add-vo.js → air-conditioning-reservation-list-dto.js} +0 -0
- /package/dist/models/{access-blacklist-details-dto.js → air-conditioning-reservation-process-details-dto.js} +0 -0
- /package/dist/models/{access-blacklist-update-vo.js → air-conditioning-reservation-search-bo.js} +0 -0
- /package/dist/models/{access-company-config-add-or-update-vo.js → air-conditioning-reservation-update-bo.js} +0 -0
- /package/dist/models/{access-company-config-entity.js → alarm-push-save-or-update-batch.js} +0 -0
- /package/dist/models/{access-company-config-sort-vo.js → alarm-push-save-or-update.js} +0 -0
- /package/dist/models/{access-config-entity.js → alarm-push-settings-save-or-update-vo.js} +0 -0
- /package/dist/models/{access-config-vo.js → alarm-type-rule-record-save-or-update-vo.js} +0 -0
- /package/dist/models/{access-lane-sync-vo.js → alarm-type-save-or-update-vo.js} +0 -0
- /package/dist/models/{access-record-details-dto.js → appointment-registration-personnel-dto.js} +0 -0
- /package/dist/models/{access-record-summary-details-dto.js → appointment-registration-records-query-vo.js} +0 -0
- /package/dist/models/{access-record-summary-list-dto.js → appointment-registration-status-vo.js} +0 -0
- /package/dist/models/{access-record-vehicle-add-vo.js → appointment-registration-unloading-area-count-details-dto.js} +0 -0
- /package/dist/models/{access-visitor-person-type-config-vo.js → appointment-registration-unloading-area-count-dto.js} +0 -0
- /package/dist/models/{access-whitelist-application-add-vo.js → appointment-registration-unloading-area-list-details-dto.js} +0 -0
- /package/dist/models/{access-whitelist-application-approval-vo.js → appointment-registration-vehicle-type-vo.js} +0 -0
- /package/dist/models/{access-whitelist-application-batch-import-template-dto.js → appointment-set-vo.js} +0 -0
- /package/dist/models/{access-whitelist-application-details-dto.js → associated-plan-dto.js} +0 -0
- /package/dist/models/{access-whitelist-application-process-details-dto.js → black-add-vo.js} +0 -0
- /package/dist/models/{access-whitelist-application-process-details-user-info.js → black-edit-vo.js} +0 -0
- /package/dist/models/{access-whitelist-application-update-vo.js → bodys.js} +0 -0
- /package/dist/models/{address-region-entity.js → business-work-order-dto.js} +0 -0
- /package/dist/models/{excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.js → business-work-order-list-dto.js} +0 -0
- /package/dist/models/{json-result-access-appointment-record-details-dto.js → call-police-add-vo.js} +0 -0
- /package/dist/models/{json-result-access-blacklist-details-dto.js → call-police-history-handle.js} +0 -0
- /package/dist/models/{json-result-access-company-config-entity.js → call-police-type-dto.js} +0 -0
- /package/dist/models/{json-result-access-config-entity.js → choice-energy-meter-bo.js} +0 -0
- /package/dist/models/{json-result-access-record-summary-details-dto.js → choice-water-meter-vo.js} +0 -0
- /package/dist/models/{json-result-access-whitelist-application-details-dto.js → choice-watt-hour-meter-vo.js} +0 -0
- /package/dist/models/{json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.js → cold-store-dashboard-access-count-dto.js} +0 -0
- /package/dist/models/{json-result-list-access-appointment-record-process-details-dto.js → cold-store-dashboard-access-details-series-dto.js} +0 -0
- /package/dist/models/{json-result-list-access-company-config-entity.js → cold-store-dashboard-access-series-dto.js} +0 -0
- /package/dist/models/{json-result-list-access-whitelist-application-process-details-dto.js → cold-store-dashboard-alarm-count-dto.js} +0 -0
- /package/dist/models/{json-result-list-address-region-entity.js → cold-store-dashboard-alarm-list-dto.js} +0 -0
- /package/dist/models/{json-result-page-dto-access-appointment-record-details-dto.js → cold-store-dashboard-area-dto.js} +0 -0
- /package/dist/models/{json-result-page-dto-access-blacklist-details-dto.js → cold-store-dashboard-device-dto.js} +0 -0
- /package/dist/models/{json-result-page-dto-access-record-summary-list-dto.js → cold-store-dashboard-device-lift-gate-series-details-dto.js} +0 -0
- /package/dist/models/{json-result-page-dto-access-whitelist-application-details-dto.js → cold-store-dashboard-device-lift-gate-series-dto.js} +0 -0
- /package/dist/models/{open-api-access-appointment-record-add-vo.js → cold-store-dashboard-device-unit-dto.js} +0 -0
- /package/dist/models/{page-dto-access-appointment-record-details-dto.js → cold-store-dashboard-device-unit-item-dto.js} +0 -0
- /package/dist/models/{page-dto-access-blacklist-details-dto.js → cold-store-dashboard-energy-consumption-series-dto.js} +0 -0
- /package/dist/models/{page-dto-access-record-summary-list-dto.js → cold-store-dashboard-energy-consumption-statistics-dto.js} +0 -0
- /package/dist/models/{page-dto-access-whitelist-application-details-dto.js → cold-store-dashboard-plan-calendar-list-dto.js} +0 -0
- /package/dist/models/{whitelist-other-info-vo.js → complaint-record-add-bo.js} +0 -0
package/apis/iot-api.ts
ADDED
|
@@ -0,0 +1,3360 @@
|
|
|
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 { AcceptDevicesRecordVO } from '../models';
|
|
26
|
+
// @ts-ignore
|
|
27
|
+
import type { DeviceRecordsSearchVO } from '../models';
|
|
28
|
+
// @ts-ignore
|
|
29
|
+
import type { DeviceUnitEdit } from '../models';
|
|
30
|
+
// @ts-ignore
|
|
31
|
+
import type { DeviceUnitItemsSearchDTO } from '../models';
|
|
32
|
+
// @ts-ignore
|
|
33
|
+
import type { DeviceUnitItemsUpdateDTO } from '../models';
|
|
34
|
+
// @ts-ignore
|
|
35
|
+
import type { DeviceUnitSortBO } from '../models';
|
|
36
|
+
// @ts-ignore
|
|
37
|
+
import type { DevicesSearchVO } from '../models';
|
|
38
|
+
// @ts-ignore
|
|
39
|
+
import type { DevicesStatusUpdateVo } from '../models';
|
|
40
|
+
// @ts-ignore
|
|
41
|
+
import type { InternetMeterReportRecordSearchVo } from '../models';
|
|
42
|
+
// @ts-ignore
|
|
43
|
+
import type { InternetMeterReportRecordStatisticsVo } from '../models';
|
|
44
|
+
// @ts-ignore
|
|
45
|
+
import type { InternetMeterSearchVo } from '../models';
|
|
46
|
+
// @ts-ignore
|
|
47
|
+
import type { InternetPanPerceptionReportRecordVo } from '../models';
|
|
48
|
+
// @ts-ignore
|
|
49
|
+
import type { InternetPanPerceptionSearchVo } from '../models';
|
|
50
|
+
// @ts-ignore
|
|
51
|
+
import type { InternetSetVO } from '../models';
|
|
52
|
+
// @ts-ignore
|
|
53
|
+
import type { InternetWaterReportRecordSearchVo } from '../models';
|
|
54
|
+
// @ts-ignore
|
|
55
|
+
import type { InternetWaterSearchVo } from '../models';
|
|
56
|
+
// @ts-ignore
|
|
57
|
+
import type { JsonResult } from '../models';
|
|
58
|
+
// @ts-ignore
|
|
59
|
+
import type { JsonResultListDeviceListDTO } from '../models';
|
|
60
|
+
// @ts-ignore
|
|
61
|
+
import type { JsonResultListDeviceUnitDTO } from '../models';
|
|
62
|
+
// @ts-ignore
|
|
63
|
+
import type { JsonResultListDeviceUnitItemDTO } from '../models';
|
|
64
|
+
// @ts-ignore
|
|
65
|
+
import type { JsonResultNodeDTO } from '../models';
|
|
66
|
+
// @ts-ignore
|
|
67
|
+
import type { JsonResultPageDtoDevicesSearchDTO } from '../models';
|
|
68
|
+
// @ts-ignore
|
|
69
|
+
import type { JsonResultPageDtoNodeDTO } from '../models';
|
|
70
|
+
// @ts-ignore
|
|
71
|
+
import type { JsonResultVoid } from '../models';
|
|
72
|
+
// @ts-ignore
|
|
73
|
+
import type { ModelInteger } from '../models';
|
|
74
|
+
// @ts-ignore
|
|
75
|
+
import type { NodeTypeEnum } from '../models';
|
|
76
|
+
// @ts-ignore
|
|
77
|
+
import type { RecordStatisticsVO } from '../models';
|
|
78
|
+
/**
|
|
79
|
+
* IotApi - axios parameter creator
|
|
80
|
+
* @export
|
|
81
|
+
*/
|
|
82
|
+
export const IotApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
83
|
+
return {
|
|
84
|
+
/**
|
|
85
|
+
*
|
|
86
|
+
* @summary 接受设备数据记录
|
|
87
|
+
* @param {AcceptDevicesRecordVO} acceptDevicesRecordVO
|
|
88
|
+
* @param {*} [options] Override http request option.
|
|
89
|
+
* @throws {RequiredError}
|
|
90
|
+
*/
|
|
91
|
+
acceptDevicesRecord: async (acceptDevicesRecordVO: AcceptDevicesRecordVO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
92
|
+
// verify required parameter 'acceptDevicesRecordVO' is not null or undefined
|
|
93
|
+
assertParamExists('acceptDevicesRecord', 'acceptDevicesRecordVO', acceptDevicesRecordVO)
|
|
94
|
+
const localVarPath = `/gizone/internet/accept/devices/record`;
|
|
95
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
96
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
97
|
+
let baseOptions;
|
|
98
|
+
if (configuration) {
|
|
99
|
+
baseOptions = configuration.baseOptions;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
103
|
+
const localVarHeaderParameter = {} as any;
|
|
104
|
+
const localVarQueryParameter = {} as any;
|
|
105
|
+
|
|
106
|
+
// authentication tokenScheme required
|
|
107
|
+
// http bearer authentication required
|
|
108
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
113
|
+
|
|
114
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
115
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
116
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
117
|
+
localVarRequestOptions.data = serializeDataIfNeeded(acceptDevicesRecordVO, localVarRequestOptions, configuration)
|
|
118
|
+
|
|
119
|
+
return {
|
|
120
|
+
url: toPathString(localVarUrlObj),
|
|
121
|
+
options: localVarRequestOptions,
|
|
122
|
+
};
|
|
123
|
+
},
|
|
124
|
+
/**
|
|
125
|
+
*
|
|
126
|
+
* @summary 同步物联网消防用水设备
|
|
127
|
+
* @param {*} [options] Override http request option.
|
|
128
|
+
* @throws {RequiredError}
|
|
129
|
+
*/
|
|
130
|
+
addWater: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
131
|
+
const localVarPath = `/gizone/internet/water/add/water`;
|
|
132
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
133
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
134
|
+
let baseOptions;
|
|
135
|
+
if (configuration) {
|
|
136
|
+
baseOptions = configuration.baseOptions;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
140
|
+
const localVarHeaderParameter = {} as any;
|
|
141
|
+
const localVarQueryParameter = {} as any;
|
|
142
|
+
|
|
143
|
+
// authentication tokenScheme required
|
|
144
|
+
// http bearer authentication required
|
|
145
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
150
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
151
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
152
|
+
|
|
153
|
+
return {
|
|
154
|
+
url: toPathString(localVarUrlObj),
|
|
155
|
+
options: localVarRequestOptions,
|
|
156
|
+
};
|
|
157
|
+
},
|
|
158
|
+
/**
|
|
159
|
+
*
|
|
160
|
+
* @summary 物联网设备部件排序
|
|
161
|
+
* @param {Array<DeviceUnitSortBO>} deviceUnitSortBO
|
|
162
|
+
* @param {*} [options] Override http request option.
|
|
163
|
+
* @throws {RequiredError}
|
|
164
|
+
*/
|
|
165
|
+
deviceUnitSort: async (deviceUnitSortBO: Array<DeviceUnitSortBO>, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
166
|
+
// verify required parameter 'deviceUnitSortBO' is not null or undefined
|
|
167
|
+
assertParamExists('deviceUnitSort', 'deviceUnitSortBO', deviceUnitSortBO)
|
|
168
|
+
const localVarPath = `/gizone/internet/deviceUnitSort`;
|
|
169
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
170
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
171
|
+
let baseOptions;
|
|
172
|
+
if (configuration) {
|
|
173
|
+
baseOptions = configuration.baseOptions;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
177
|
+
const localVarHeaderParameter = {} as any;
|
|
178
|
+
const localVarQueryParameter = {} as any;
|
|
179
|
+
|
|
180
|
+
// authentication tokenScheme required
|
|
181
|
+
// http bearer authentication required
|
|
182
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
187
|
+
|
|
188
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
189
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
190
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
191
|
+
localVarRequestOptions.data = serializeDataIfNeeded(deviceUnitSortBO, localVarRequestOptions, configuration)
|
|
192
|
+
|
|
193
|
+
return {
|
|
194
|
+
url: toPathString(localVarUrlObj),
|
|
195
|
+
options: localVarRequestOptions,
|
|
196
|
+
};
|
|
197
|
+
},
|
|
198
|
+
/**
|
|
199
|
+
*
|
|
200
|
+
* @summary 物联网设备详情
|
|
201
|
+
* @param {number} devicesId
|
|
202
|
+
* @param {number} parkId
|
|
203
|
+
* @param {*} [options] Override http request option.
|
|
204
|
+
* @throws {RequiredError}
|
|
205
|
+
*/
|
|
206
|
+
devicesDetail: async (devicesId: number, parkId: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
207
|
+
// verify required parameter 'devicesId' is not null or undefined
|
|
208
|
+
assertParamExists('devicesDetail', 'devicesId', devicesId)
|
|
209
|
+
// verify required parameter 'parkId' is not null or undefined
|
|
210
|
+
assertParamExists('devicesDetail', 'parkId', parkId)
|
|
211
|
+
const localVarPath = `/gizone/internet/devices/detail`;
|
|
212
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
213
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
214
|
+
let baseOptions;
|
|
215
|
+
if (configuration) {
|
|
216
|
+
baseOptions = configuration.baseOptions;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
220
|
+
const localVarHeaderParameter = {} as any;
|
|
221
|
+
const localVarQueryParameter = {} as any;
|
|
222
|
+
|
|
223
|
+
// authentication tokenScheme required
|
|
224
|
+
// http bearer authentication required
|
|
225
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
226
|
+
|
|
227
|
+
if (devicesId !== undefined) {
|
|
228
|
+
localVarQueryParameter['devicesId'] = devicesId;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
if (parkId !== undefined) {
|
|
232
|
+
localVarQueryParameter['parkId'] = parkId;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
238
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
239
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
240
|
+
|
|
241
|
+
return {
|
|
242
|
+
url: toPathString(localVarUrlObj),
|
|
243
|
+
options: localVarRequestOptions,
|
|
244
|
+
};
|
|
245
|
+
},
|
|
246
|
+
/**
|
|
247
|
+
*
|
|
248
|
+
* @summary 物联网设备详情记录
|
|
249
|
+
* @param {DeviceRecordsSearchVO} deviceRecordsSearchVO
|
|
250
|
+
* @param {*} [options] Override http request option.
|
|
251
|
+
* @throws {RequiredError}
|
|
252
|
+
*/
|
|
253
|
+
devicesDetailRecordList: async (deviceRecordsSearchVO: DeviceRecordsSearchVO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
254
|
+
// verify required parameter 'deviceRecordsSearchVO' is not null or undefined
|
|
255
|
+
assertParamExists('devicesDetailRecordList', 'deviceRecordsSearchVO', deviceRecordsSearchVO)
|
|
256
|
+
const localVarPath = `/gizone/internet/devices/detail/record/list`;
|
|
257
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
258
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
259
|
+
let baseOptions;
|
|
260
|
+
if (configuration) {
|
|
261
|
+
baseOptions = configuration.baseOptions;
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
265
|
+
const localVarHeaderParameter = {} as any;
|
|
266
|
+
const localVarQueryParameter = {} as any;
|
|
267
|
+
|
|
268
|
+
// authentication tokenScheme required
|
|
269
|
+
// http bearer authentication required
|
|
270
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
275
|
+
|
|
276
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
277
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
278
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
279
|
+
localVarRequestOptions.data = serializeDataIfNeeded(deviceRecordsSearchVO, localVarRequestOptions, configuration)
|
|
280
|
+
|
|
281
|
+
return {
|
|
282
|
+
url: toPathString(localVarUrlObj),
|
|
283
|
+
options: localVarRequestOptions,
|
|
284
|
+
};
|
|
285
|
+
},
|
|
286
|
+
/**
|
|
287
|
+
*
|
|
288
|
+
* @summary 物联网设备详情统计记录
|
|
289
|
+
* @param {RecordStatisticsVO} recordStatisticsVO
|
|
290
|
+
* @param {*} [options] Override http request option.
|
|
291
|
+
* @throws {RequiredError}
|
|
292
|
+
*/
|
|
293
|
+
devicesDetailRecordStatistics: async (recordStatisticsVO: RecordStatisticsVO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
294
|
+
// verify required parameter 'recordStatisticsVO' is not null or undefined
|
|
295
|
+
assertParamExists('devicesDetailRecordStatistics', 'recordStatisticsVO', recordStatisticsVO)
|
|
296
|
+
const localVarPath = `/gizone/internet/devices/detail/record/statistics`;
|
|
297
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
298
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
299
|
+
let baseOptions;
|
|
300
|
+
if (configuration) {
|
|
301
|
+
baseOptions = configuration.baseOptions;
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
305
|
+
const localVarHeaderParameter = {} as any;
|
|
306
|
+
const localVarQueryParameter = {} as any;
|
|
307
|
+
|
|
308
|
+
// authentication tokenScheme required
|
|
309
|
+
// http bearer authentication required
|
|
310
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
315
|
+
|
|
316
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
317
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
318
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
319
|
+
localVarRequestOptions.data = serializeDataIfNeeded(recordStatisticsVO, localVarRequestOptions, configuration)
|
|
320
|
+
|
|
321
|
+
return {
|
|
322
|
+
url: toPathString(localVarUrlObj),
|
|
323
|
+
options: localVarRequestOptions,
|
|
324
|
+
};
|
|
325
|
+
},
|
|
326
|
+
/**
|
|
327
|
+
*
|
|
328
|
+
* @summary 物联网设备序列差值
|
|
329
|
+
* @param {RecordStatisticsVO} recordStatisticsVO
|
|
330
|
+
* @param {*} [options] Override http request option.
|
|
331
|
+
* @throws {RequiredError}
|
|
332
|
+
*/
|
|
333
|
+
devicesSequenceDifference: async (recordStatisticsVO: RecordStatisticsVO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
334
|
+
// verify required parameter 'recordStatisticsVO' is not null or undefined
|
|
335
|
+
assertParamExists('devicesSequenceDifference', 'recordStatisticsVO', recordStatisticsVO)
|
|
336
|
+
const localVarPath = `/gizone/internet/devicesSequenceDifference`;
|
|
337
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
338
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
339
|
+
let baseOptions;
|
|
340
|
+
if (configuration) {
|
|
341
|
+
baseOptions = configuration.baseOptions;
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
345
|
+
const localVarHeaderParameter = {} as any;
|
|
346
|
+
const localVarQueryParameter = {} as any;
|
|
347
|
+
|
|
348
|
+
// authentication tokenScheme required
|
|
349
|
+
// http bearer authentication required
|
|
350
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
351
|
+
|
|
352
|
+
if (recordStatisticsVO !== undefined) {
|
|
353
|
+
for (const [key, value] of Object.entries(recordStatisticsVO)) {
|
|
354
|
+
localVarQueryParameter[key] = value;
|
|
355
|
+
}
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
|
|
360
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
361
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
362
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
363
|
+
|
|
364
|
+
return {
|
|
365
|
+
url: toPathString(localVarUrlObj),
|
|
366
|
+
options: localVarRequestOptions,
|
|
367
|
+
};
|
|
368
|
+
},
|
|
369
|
+
/**
|
|
370
|
+
*
|
|
371
|
+
* @summary 物联网设备序列最大值
|
|
372
|
+
* @param {RecordStatisticsVO} recordStatisticsVO
|
|
373
|
+
* @param {*} [options] Override http request option.
|
|
374
|
+
* @throws {RequiredError}
|
|
375
|
+
*/
|
|
376
|
+
devicesSequenceMaximum: async (recordStatisticsVO: RecordStatisticsVO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
377
|
+
// verify required parameter 'recordStatisticsVO' is not null or undefined
|
|
378
|
+
assertParamExists('devicesSequenceMaximum', 'recordStatisticsVO', recordStatisticsVO)
|
|
379
|
+
const localVarPath = `/gizone/internet/devicesSequenceMaximum`;
|
|
380
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
381
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
382
|
+
let baseOptions;
|
|
383
|
+
if (configuration) {
|
|
384
|
+
baseOptions = configuration.baseOptions;
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
388
|
+
const localVarHeaderParameter = {} as any;
|
|
389
|
+
const localVarQueryParameter = {} as any;
|
|
390
|
+
|
|
391
|
+
// authentication tokenScheme required
|
|
392
|
+
// http bearer authentication required
|
|
393
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
394
|
+
|
|
395
|
+
if (recordStatisticsVO !== undefined) {
|
|
396
|
+
for (const [key, value] of Object.entries(recordStatisticsVO)) {
|
|
397
|
+
localVarQueryParameter[key] = value;
|
|
398
|
+
}
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
|
|
402
|
+
|
|
403
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
404
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
405
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
406
|
+
|
|
407
|
+
return {
|
|
408
|
+
url: toPathString(localVarUrlObj),
|
|
409
|
+
options: localVarRequestOptions,
|
|
410
|
+
};
|
|
411
|
+
},
|
|
412
|
+
/**
|
|
413
|
+
*
|
|
414
|
+
* @summary 设备状态更新
|
|
415
|
+
* @param {DevicesStatusUpdateVo} devicesStatusUpdateVo
|
|
416
|
+
* @param {*} [options] Override http request option.
|
|
417
|
+
* @throws {RequiredError}
|
|
418
|
+
*/
|
|
419
|
+
devicesStatus1: async (devicesStatusUpdateVo: DevicesStatusUpdateVo, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
420
|
+
// verify required parameter 'devicesStatusUpdateVo' is not null or undefined
|
|
421
|
+
assertParamExists('devicesStatus1', 'devicesStatusUpdateVo', devicesStatusUpdateVo)
|
|
422
|
+
const localVarPath = `/gizone/internet/devices/status`;
|
|
423
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
424
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
425
|
+
let baseOptions;
|
|
426
|
+
if (configuration) {
|
|
427
|
+
baseOptions = configuration.baseOptions;
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
431
|
+
const localVarHeaderParameter = {} as any;
|
|
432
|
+
const localVarQueryParameter = {} as any;
|
|
433
|
+
|
|
434
|
+
// authentication tokenScheme required
|
|
435
|
+
// http bearer authentication required
|
|
436
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
437
|
+
|
|
438
|
+
|
|
439
|
+
|
|
440
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
441
|
+
|
|
442
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
443
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
444
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
445
|
+
localVarRequestOptions.data = serializeDataIfNeeded(devicesStatusUpdateVo, localVarRequestOptions, configuration)
|
|
446
|
+
|
|
447
|
+
return {
|
|
448
|
+
url: toPathString(localVarUrlObj),
|
|
449
|
+
options: localVarRequestOptions,
|
|
450
|
+
};
|
|
451
|
+
},
|
|
452
|
+
/**
|
|
453
|
+
*
|
|
454
|
+
* @summary 导出设备数据记录
|
|
455
|
+
* @param {DeviceRecordsSearchVO} deviceRecordsSearchVO
|
|
456
|
+
* @param {*} [options] Override http request option.
|
|
457
|
+
* @throws {RequiredError}
|
|
458
|
+
*/
|
|
459
|
+
exportDeviceRecord: async (deviceRecordsSearchVO: DeviceRecordsSearchVO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
460
|
+
// verify required parameter 'deviceRecordsSearchVO' is not null or undefined
|
|
461
|
+
assertParamExists('exportDeviceRecord', 'deviceRecordsSearchVO', deviceRecordsSearchVO)
|
|
462
|
+
const localVarPath = `/gizone/internet/export/devices/record`;
|
|
463
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
464
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
465
|
+
let baseOptions;
|
|
466
|
+
if (configuration) {
|
|
467
|
+
baseOptions = configuration.baseOptions;
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
471
|
+
const localVarHeaderParameter = {} as any;
|
|
472
|
+
const localVarQueryParameter = {} as any;
|
|
473
|
+
|
|
474
|
+
// authentication tokenScheme required
|
|
475
|
+
// http bearer authentication required
|
|
476
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
477
|
+
|
|
478
|
+
|
|
479
|
+
|
|
480
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
481
|
+
|
|
482
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
483
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
484
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
485
|
+
localVarRequestOptions.data = serializeDataIfNeeded(deviceRecordsSearchVO, localVarRequestOptions, configuration)
|
|
486
|
+
|
|
487
|
+
return {
|
|
488
|
+
url: toPathString(localVarUrlObj),
|
|
489
|
+
options: localVarRequestOptions,
|
|
490
|
+
};
|
|
491
|
+
},
|
|
492
|
+
/**
|
|
493
|
+
*
|
|
494
|
+
* @summary 同步iot物联网设备
|
|
495
|
+
* @param {number} parkId
|
|
496
|
+
* @param {*} [options] Override http request option.
|
|
497
|
+
* @throws {RequiredError}
|
|
498
|
+
*/
|
|
499
|
+
getIotDevices: async (parkId: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
500
|
+
// verify required parameter 'parkId' is not null or undefined
|
|
501
|
+
assertParamExists('getIotDevices', 'parkId', parkId)
|
|
502
|
+
const localVarPath = `/gizone/internet/get/iot/devices`;
|
|
503
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
504
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
505
|
+
let baseOptions;
|
|
506
|
+
if (configuration) {
|
|
507
|
+
baseOptions = configuration.baseOptions;
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
511
|
+
const localVarHeaderParameter = {} as any;
|
|
512
|
+
const localVarQueryParameter = {} as any;
|
|
513
|
+
|
|
514
|
+
// authentication tokenScheme required
|
|
515
|
+
// http bearer authentication required
|
|
516
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
517
|
+
|
|
518
|
+
if (parkId !== undefined) {
|
|
519
|
+
localVarQueryParameter['parkId'] = parkId;
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
|
|
523
|
+
|
|
524
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
525
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
526
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
527
|
+
|
|
528
|
+
return {
|
|
529
|
+
url: toPathString(localVarUrlObj),
|
|
530
|
+
options: localVarRequestOptions,
|
|
531
|
+
};
|
|
532
|
+
},
|
|
533
|
+
/**
|
|
534
|
+
*
|
|
535
|
+
* @summary 同步物联网设备点位
|
|
536
|
+
* @param {string} parkId 园区id
|
|
537
|
+
* @param {string} owningSystem 所属系统
|
|
538
|
+
* @param {string} modelId 型号id
|
|
539
|
+
* @param {string} brandId 品牌id
|
|
540
|
+
* @param {string} unitType 部件类型: 电:000011,000002,000014 水:000005 天然气:000006 压缩空气:000008 污水:000009 蒸汽:000010 净水:000015
|
|
541
|
+
* @param {number} type 同步类型:1能源 2物联网
|
|
542
|
+
* @param {*} [options] Override http request option.
|
|
543
|
+
* @throws {RequiredError}
|
|
544
|
+
*/
|
|
545
|
+
getIotDevicesUnits: async (parkId: string, owningSystem: string, modelId: string, brandId: string, unitType: string, type: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
546
|
+
// verify required parameter 'parkId' is not null or undefined
|
|
547
|
+
assertParamExists('getIotDevicesUnits', 'parkId', parkId)
|
|
548
|
+
// verify required parameter 'owningSystem' is not null or undefined
|
|
549
|
+
assertParamExists('getIotDevicesUnits', 'owningSystem', owningSystem)
|
|
550
|
+
// verify required parameter 'modelId' is not null or undefined
|
|
551
|
+
assertParamExists('getIotDevicesUnits', 'modelId', modelId)
|
|
552
|
+
// verify required parameter 'brandId' is not null or undefined
|
|
553
|
+
assertParamExists('getIotDevicesUnits', 'brandId', brandId)
|
|
554
|
+
// verify required parameter 'unitType' is not null or undefined
|
|
555
|
+
assertParamExists('getIotDevicesUnits', 'unitType', unitType)
|
|
556
|
+
// verify required parameter 'type' is not null or undefined
|
|
557
|
+
assertParamExists('getIotDevicesUnits', 'type', type)
|
|
558
|
+
const localVarPath = `/gizone/internet/get/iot/devices/units`;
|
|
559
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
560
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
561
|
+
let baseOptions;
|
|
562
|
+
if (configuration) {
|
|
563
|
+
baseOptions = configuration.baseOptions;
|
|
564
|
+
}
|
|
565
|
+
|
|
566
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
567
|
+
const localVarHeaderParameter = {} as any;
|
|
568
|
+
const localVarQueryParameter = {} as any;
|
|
569
|
+
|
|
570
|
+
// authentication tokenScheme required
|
|
571
|
+
// http bearer authentication required
|
|
572
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
573
|
+
|
|
574
|
+
if (parkId !== undefined) {
|
|
575
|
+
localVarQueryParameter['parkId'] = parkId;
|
|
576
|
+
}
|
|
577
|
+
|
|
578
|
+
if (owningSystem !== undefined) {
|
|
579
|
+
localVarQueryParameter['owningSystem'] = owningSystem;
|
|
580
|
+
}
|
|
581
|
+
|
|
582
|
+
if (modelId !== undefined) {
|
|
583
|
+
localVarQueryParameter['modelId'] = modelId;
|
|
584
|
+
}
|
|
585
|
+
|
|
586
|
+
if (brandId !== undefined) {
|
|
587
|
+
localVarQueryParameter['brandId'] = brandId;
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
if (unitType !== undefined) {
|
|
591
|
+
localVarQueryParameter['unitType'] = unitType;
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
if (type !== undefined) {
|
|
595
|
+
localVarQueryParameter['type'] = type;
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
|
|
599
|
+
|
|
600
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
601
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
602
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
603
|
+
|
|
604
|
+
return {
|
|
605
|
+
url: toPathString(localVarUrlObj),
|
|
606
|
+
options: localVarRequestOptions,
|
|
607
|
+
};
|
|
608
|
+
},
|
|
609
|
+
/**
|
|
610
|
+
*
|
|
611
|
+
* @summary 获取节点详情
|
|
612
|
+
* @param {number} nodeId
|
|
613
|
+
* @param {*} [options] Override http request option.
|
|
614
|
+
* @throws {RequiredError}
|
|
615
|
+
*/
|
|
616
|
+
getNode: async (nodeId: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
617
|
+
// verify required parameter 'nodeId' is not null or undefined
|
|
618
|
+
assertParamExists('getNode', 'nodeId', nodeId)
|
|
619
|
+
const localVarPath = `/gizone/internet/node/{nodeId}`
|
|
620
|
+
.replace(`{${"nodeId"}}`, encodeURIComponent(String(nodeId)));
|
|
621
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
622
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
623
|
+
let baseOptions;
|
|
624
|
+
if (configuration) {
|
|
625
|
+
baseOptions = configuration.baseOptions;
|
|
626
|
+
}
|
|
627
|
+
|
|
628
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
629
|
+
const localVarHeaderParameter = {} as any;
|
|
630
|
+
const localVarQueryParameter = {} as any;
|
|
631
|
+
|
|
632
|
+
// authentication tokenScheme required
|
|
633
|
+
// http bearer authentication required
|
|
634
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
635
|
+
|
|
636
|
+
|
|
637
|
+
|
|
638
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
639
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
640
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
641
|
+
|
|
642
|
+
return {
|
|
643
|
+
url: toPathString(localVarUrlObj),
|
|
644
|
+
options: localVarRequestOptions,
|
|
645
|
+
};
|
|
646
|
+
},
|
|
647
|
+
/**
|
|
648
|
+
*
|
|
649
|
+
* @summary 物联网电表上报记录列表
|
|
650
|
+
* @param {InternetMeterReportRecordSearchVo} internetMeterReportRecordSearchVo
|
|
651
|
+
* @param {*} [options] Override http request option.
|
|
652
|
+
* @throws {RequiredError}
|
|
653
|
+
*/
|
|
654
|
+
internetDetailReportRecordList: async (internetMeterReportRecordSearchVo: InternetMeterReportRecordSearchVo, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
655
|
+
// verify required parameter 'internetMeterReportRecordSearchVo' is not null or undefined
|
|
656
|
+
assertParamExists('internetDetailReportRecordList', 'internetMeterReportRecordSearchVo', internetMeterReportRecordSearchVo)
|
|
657
|
+
const localVarPath = `/gizone/internet/meter/detail/report/record/list`;
|
|
658
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
659
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
660
|
+
let baseOptions;
|
|
661
|
+
if (configuration) {
|
|
662
|
+
baseOptions = configuration.baseOptions;
|
|
663
|
+
}
|
|
664
|
+
|
|
665
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
666
|
+
const localVarHeaderParameter = {} as any;
|
|
667
|
+
const localVarQueryParameter = {} as any;
|
|
668
|
+
|
|
669
|
+
// authentication tokenScheme required
|
|
670
|
+
// http bearer authentication required
|
|
671
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
672
|
+
|
|
673
|
+
|
|
674
|
+
|
|
675
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
676
|
+
|
|
677
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
678
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
679
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
680
|
+
localVarRequestOptions.data = serializeDataIfNeeded(internetMeterReportRecordSearchVo, localVarRequestOptions, configuration)
|
|
681
|
+
|
|
682
|
+
return {
|
|
683
|
+
url: toPathString(localVarUrlObj),
|
|
684
|
+
options: localVarRequestOptions,
|
|
685
|
+
};
|
|
686
|
+
},
|
|
687
|
+
/**
|
|
688
|
+
*
|
|
689
|
+
* @summary 物联网电表上报记录统计
|
|
690
|
+
* @param {InternetMeterReportRecordStatisticsVo} internetMeterReportRecordStatisticsVo
|
|
691
|
+
* @param {*} [options] Override http request option.
|
|
692
|
+
* @throws {RequiredError}
|
|
693
|
+
*/
|
|
694
|
+
internetDetailStatistics: async (internetMeterReportRecordStatisticsVo: InternetMeterReportRecordStatisticsVo, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
695
|
+
// verify required parameter 'internetMeterReportRecordStatisticsVo' is not null or undefined
|
|
696
|
+
assertParamExists('internetDetailStatistics', 'internetMeterReportRecordStatisticsVo', internetMeterReportRecordStatisticsVo)
|
|
697
|
+
const localVarPath = `/gizone/internet/meter/detail/report/record/statistics`;
|
|
698
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
699
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
700
|
+
let baseOptions;
|
|
701
|
+
if (configuration) {
|
|
702
|
+
baseOptions = configuration.baseOptions;
|
|
703
|
+
}
|
|
704
|
+
|
|
705
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
706
|
+
const localVarHeaderParameter = {} as any;
|
|
707
|
+
const localVarQueryParameter = {} as any;
|
|
708
|
+
|
|
709
|
+
// authentication tokenScheme required
|
|
710
|
+
// http bearer authentication required
|
|
711
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
712
|
+
|
|
713
|
+
|
|
714
|
+
|
|
715
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
716
|
+
|
|
717
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
718
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
719
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
720
|
+
localVarRequestOptions.data = serializeDataIfNeeded(internetMeterReportRecordStatisticsVo, localVarRequestOptions, configuration)
|
|
721
|
+
|
|
722
|
+
return {
|
|
723
|
+
url: toPathString(localVarUrlObj),
|
|
724
|
+
options: localVarRequestOptions,
|
|
725
|
+
};
|
|
726
|
+
},
|
|
727
|
+
/**
|
|
728
|
+
*
|
|
729
|
+
* @summary 物联网电表详情
|
|
730
|
+
* @param {number} id
|
|
731
|
+
* @param {*} [options] Override http request option.
|
|
732
|
+
* @throws {RequiredError}
|
|
733
|
+
*/
|
|
734
|
+
internetMeterDetail: async (id: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
735
|
+
// verify required parameter 'id' is not null or undefined
|
|
736
|
+
assertParamExists('internetMeterDetail', 'id', id)
|
|
737
|
+
const localVarPath = `/gizone/internet/meter/detail`;
|
|
738
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
739
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
740
|
+
let baseOptions;
|
|
741
|
+
if (configuration) {
|
|
742
|
+
baseOptions = configuration.baseOptions;
|
|
743
|
+
}
|
|
744
|
+
|
|
745
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
746
|
+
const localVarHeaderParameter = {} as any;
|
|
747
|
+
const localVarQueryParameter = {} as any;
|
|
748
|
+
|
|
749
|
+
// authentication tokenScheme required
|
|
750
|
+
// http bearer authentication required
|
|
751
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
752
|
+
|
|
753
|
+
if (id !== undefined) {
|
|
754
|
+
localVarQueryParameter['id'] = id;
|
|
755
|
+
}
|
|
756
|
+
|
|
757
|
+
|
|
758
|
+
|
|
759
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
760
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
761
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
762
|
+
|
|
763
|
+
return {
|
|
764
|
+
url: toPathString(localVarUrlObj),
|
|
765
|
+
options: localVarRequestOptions,
|
|
766
|
+
};
|
|
767
|
+
},
|
|
768
|
+
/**
|
|
769
|
+
*
|
|
770
|
+
* @summary 物联网电表列表
|
|
771
|
+
* @param {InternetMeterSearchVo} internetMeterSearchVo
|
|
772
|
+
* @param {*} [options] Override http request option.
|
|
773
|
+
* @throws {RequiredError}
|
|
774
|
+
*/
|
|
775
|
+
internetMeterList: async (internetMeterSearchVo: InternetMeterSearchVo, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
776
|
+
// verify required parameter 'internetMeterSearchVo' is not null or undefined
|
|
777
|
+
assertParamExists('internetMeterList', 'internetMeterSearchVo', internetMeterSearchVo)
|
|
778
|
+
const localVarPath = `/gizone/internet/meter/list`;
|
|
779
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
780
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
781
|
+
let baseOptions;
|
|
782
|
+
if (configuration) {
|
|
783
|
+
baseOptions = configuration.baseOptions;
|
|
784
|
+
}
|
|
785
|
+
|
|
786
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
787
|
+
const localVarHeaderParameter = {} as any;
|
|
788
|
+
const localVarQueryParameter = {} as any;
|
|
789
|
+
|
|
790
|
+
// authentication tokenScheme required
|
|
791
|
+
// http bearer authentication required
|
|
792
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
793
|
+
|
|
794
|
+
|
|
795
|
+
|
|
796
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
797
|
+
|
|
798
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
799
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
800
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
801
|
+
localVarRequestOptions.data = serializeDataIfNeeded(internetMeterSearchVo, localVarRequestOptions, configuration)
|
|
802
|
+
|
|
803
|
+
return {
|
|
804
|
+
url: toPathString(localVarUrlObj),
|
|
805
|
+
options: localVarRequestOptions,
|
|
806
|
+
};
|
|
807
|
+
},
|
|
808
|
+
/**
|
|
809
|
+
*
|
|
810
|
+
* @summary 物联网设置接口
|
|
811
|
+
* @param {InternetSetVO} internetSetVO
|
|
812
|
+
* @param {*} [options] Override http request option.
|
|
813
|
+
* @throws {RequiredError}
|
|
814
|
+
*/
|
|
815
|
+
internetSet: async (internetSetVO: InternetSetVO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
816
|
+
// verify required parameter 'internetSetVO' is not null or undefined
|
|
817
|
+
assertParamExists('internetSet', 'internetSetVO', internetSetVO)
|
|
818
|
+
const localVarPath = `/gizone/internet/set`;
|
|
819
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
820
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
821
|
+
let baseOptions;
|
|
822
|
+
if (configuration) {
|
|
823
|
+
baseOptions = configuration.baseOptions;
|
|
824
|
+
}
|
|
825
|
+
|
|
826
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
827
|
+
const localVarHeaderParameter = {} as any;
|
|
828
|
+
const localVarQueryParameter = {} as any;
|
|
829
|
+
|
|
830
|
+
// authentication tokenScheme required
|
|
831
|
+
// http bearer authentication required
|
|
832
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
833
|
+
|
|
834
|
+
|
|
835
|
+
|
|
836
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
837
|
+
|
|
838
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
839
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
840
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
841
|
+
localVarRequestOptions.data = serializeDataIfNeeded(internetSetVO, localVarRequestOptions, configuration)
|
|
842
|
+
|
|
843
|
+
return {
|
|
844
|
+
url: toPathString(localVarUrlObj),
|
|
845
|
+
options: localVarRequestOptions,
|
|
846
|
+
};
|
|
847
|
+
},
|
|
848
|
+
/**
|
|
849
|
+
*
|
|
850
|
+
* @summary 消防用水详情
|
|
851
|
+
* @param {number} waterId
|
|
852
|
+
* @param {*} [options] Override http request option.
|
|
853
|
+
* @throws {RequiredError}
|
|
854
|
+
*/
|
|
855
|
+
internetWaterDetail: async (waterId: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
856
|
+
// verify required parameter 'waterId' is not null or undefined
|
|
857
|
+
assertParamExists('internetWaterDetail', 'waterId', waterId)
|
|
858
|
+
const localVarPath = `/gizone/internet/water/detail`;
|
|
859
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
860
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
861
|
+
let baseOptions;
|
|
862
|
+
if (configuration) {
|
|
863
|
+
baseOptions = configuration.baseOptions;
|
|
864
|
+
}
|
|
865
|
+
|
|
866
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
867
|
+
const localVarHeaderParameter = {} as any;
|
|
868
|
+
const localVarQueryParameter = {} as any;
|
|
869
|
+
|
|
870
|
+
// authentication tokenScheme required
|
|
871
|
+
// http bearer authentication required
|
|
872
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
873
|
+
|
|
874
|
+
if (waterId !== undefined) {
|
|
875
|
+
localVarQueryParameter['waterId'] = waterId;
|
|
876
|
+
}
|
|
877
|
+
|
|
878
|
+
|
|
879
|
+
|
|
880
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
881
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
882
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
883
|
+
|
|
884
|
+
return {
|
|
885
|
+
url: toPathString(localVarUrlObj),
|
|
886
|
+
options: localVarRequestOptions,
|
|
887
|
+
};
|
|
888
|
+
},
|
|
889
|
+
/**
|
|
890
|
+
*
|
|
891
|
+
* @summary 消防用水上报记录列表
|
|
892
|
+
* @param {InternetWaterReportRecordSearchVo} internetWaterReportRecordSearchVo
|
|
893
|
+
* @param {*} [options] Override http request option.
|
|
894
|
+
* @throws {RequiredError}
|
|
895
|
+
*/
|
|
896
|
+
internetWaterDetailList: async (internetWaterReportRecordSearchVo: InternetWaterReportRecordSearchVo, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
897
|
+
// verify required parameter 'internetWaterReportRecordSearchVo' is not null or undefined
|
|
898
|
+
assertParamExists('internetWaterDetailList', 'internetWaterReportRecordSearchVo', internetWaterReportRecordSearchVo)
|
|
899
|
+
const localVarPath = `/gizone/internet/water/detail/list`;
|
|
900
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
901
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
902
|
+
let baseOptions;
|
|
903
|
+
if (configuration) {
|
|
904
|
+
baseOptions = configuration.baseOptions;
|
|
905
|
+
}
|
|
906
|
+
|
|
907
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
908
|
+
const localVarHeaderParameter = {} as any;
|
|
909
|
+
const localVarQueryParameter = {} as any;
|
|
910
|
+
|
|
911
|
+
// authentication tokenScheme required
|
|
912
|
+
// http bearer authentication required
|
|
913
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
914
|
+
|
|
915
|
+
|
|
916
|
+
|
|
917
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
918
|
+
|
|
919
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
920
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
921
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
922
|
+
localVarRequestOptions.data = serializeDataIfNeeded(internetWaterReportRecordSearchVo, localVarRequestOptions, configuration)
|
|
923
|
+
|
|
924
|
+
return {
|
|
925
|
+
url: toPathString(localVarUrlObj),
|
|
926
|
+
options: localVarRequestOptions,
|
|
927
|
+
};
|
|
928
|
+
},
|
|
929
|
+
/**
|
|
930
|
+
*
|
|
931
|
+
* @summary 消防用水上报记录统计
|
|
932
|
+
* @param {number} waterId
|
|
933
|
+
* @param {*} [options] Override http request option.
|
|
934
|
+
* @throws {RequiredError}
|
|
935
|
+
*/
|
|
936
|
+
internetWaterDetailStatistics: async (waterId: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
937
|
+
// verify required parameter 'waterId' is not null or undefined
|
|
938
|
+
assertParamExists('internetWaterDetailStatistics', 'waterId', waterId)
|
|
939
|
+
const localVarPath = `/gizone/internet/water/detail/statistics`;
|
|
940
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
941
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
942
|
+
let baseOptions;
|
|
943
|
+
if (configuration) {
|
|
944
|
+
baseOptions = configuration.baseOptions;
|
|
945
|
+
}
|
|
946
|
+
|
|
947
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
948
|
+
const localVarHeaderParameter = {} as any;
|
|
949
|
+
const localVarQueryParameter = {} as any;
|
|
950
|
+
|
|
951
|
+
// authentication tokenScheme required
|
|
952
|
+
// http bearer authentication required
|
|
953
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
954
|
+
|
|
955
|
+
if (waterId !== undefined) {
|
|
956
|
+
localVarQueryParameter['waterId'] = waterId;
|
|
957
|
+
}
|
|
958
|
+
|
|
959
|
+
|
|
960
|
+
|
|
961
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
962
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
963
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
964
|
+
|
|
965
|
+
return {
|
|
966
|
+
url: toPathString(localVarUrlObj),
|
|
967
|
+
options: localVarRequestOptions,
|
|
968
|
+
};
|
|
969
|
+
},
|
|
970
|
+
/**
|
|
971
|
+
*
|
|
972
|
+
* @summary 消防用水列表
|
|
973
|
+
* @param {InternetWaterSearchVo} internetWaterSearchVo
|
|
974
|
+
* @param {*} [options] Override http request option.
|
|
975
|
+
* @throws {RequiredError}
|
|
976
|
+
*/
|
|
977
|
+
internetWaterList: async (internetWaterSearchVo: InternetWaterSearchVo, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
978
|
+
// verify required parameter 'internetWaterSearchVo' is not null or undefined
|
|
979
|
+
assertParamExists('internetWaterList', 'internetWaterSearchVo', internetWaterSearchVo)
|
|
980
|
+
const localVarPath = `/gizone/internet/water/list`;
|
|
981
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
982
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
983
|
+
let baseOptions;
|
|
984
|
+
if (configuration) {
|
|
985
|
+
baseOptions = configuration.baseOptions;
|
|
986
|
+
}
|
|
987
|
+
|
|
988
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
989
|
+
const localVarHeaderParameter = {} as any;
|
|
990
|
+
const localVarQueryParameter = {} as any;
|
|
991
|
+
|
|
992
|
+
// authentication tokenScheme required
|
|
993
|
+
// http bearer authentication required
|
|
994
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
995
|
+
|
|
996
|
+
|
|
997
|
+
|
|
998
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
999
|
+
|
|
1000
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1001
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1002
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1003
|
+
localVarRequestOptions.data = serializeDataIfNeeded(internetWaterSearchVo, localVarRequestOptions, configuration)
|
|
1004
|
+
|
|
1005
|
+
return {
|
|
1006
|
+
url: toPathString(localVarUrlObj),
|
|
1007
|
+
options: localVarRequestOptions,
|
|
1008
|
+
};
|
|
1009
|
+
},
|
|
1010
|
+
/**
|
|
1011
|
+
*
|
|
1012
|
+
* @summary 物联网设备列表
|
|
1013
|
+
* @param {DevicesSearchVO} devicesSearchVO
|
|
1014
|
+
* @param {*} [options] Override http request option.
|
|
1015
|
+
* @throws {RequiredError}
|
|
1016
|
+
*/
|
|
1017
|
+
iotDevicesList: async (devicesSearchVO: DevicesSearchVO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1018
|
+
// verify required parameter 'devicesSearchVO' is not null or undefined
|
|
1019
|
+
assertParamExists('iotDevicesList', 'devicesSearchVO', devicesSearchVO)
|
|
1020
|
+
const localVarPath = `/gizone/internet/devices/list`;
|
|
1021
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1022
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1023
|
+
let baseOptions;
|
|
1024
|
+
if (configuration) {
|
|
1025
|
+
baseOptions = configuration.baseOptions;
|
|
1026
|
+
}
|
|
1027
|
+
|
|
1028
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
1029
|
+
const localVarHeaderParameter = {} as any;
|
|
1030
|
+
const localVarQueryParameter = {} as any;
|
|
1031
|
+
|
|
1032
|
+
// authentication tokenScheme required
|
|
1033
|
+
// http bearer authentication required
|
|
1034
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1035
|
+
|
|
1036
|
+
|
|
1037
|
+
|
|
1038
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1039
|
+
|
|
1040
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1041
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1042
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1043
|
+
localVarRequestOptions.data = serializeDataIfNeeded(devicesSearchVO, localVarRequestOptions, configuration)
|
|
1044
|
+
|
|
1045
|
+
return {
|
|
1046
|
+
url: toPathString(localVarUrlObj),
|
|
1047
|
+
options: localVarRequestOptions,
|
|
1048
|
+
};
|
|
1049
|
+
},
|
|
1050
|
+
/**
|
|
1051
|
+
*
|
|
1052
|
+
* @summary 查询设备列表
|
|
1053
|
+
* @param {number} parkId 园区ID
|
|
1054
|
+
* @param {string} spaceAttribute 空间属性
|
|
1055
|
+
* @param {*} [options] Override http request option.
|
|
1056
|
+
* @throws {RequiredError}
|
|
1057
|
+
*/
|
|
1058
|
+
iotSelectDeviceList: async (parkId: number, spaceAttribute: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1059
|
+
// verify required parameter 'parkId' is not null or undefined
|
|
1060
|
+
assertParamExists('iotSelectDeviceList', 'parkId', parkId)
|
|
1061
|
+
// verify required parameter 'spaceAttribute' is not null or undefined
|
|
1062
|
+
assertParamExists('iotSelectDeviceList', 'spaceAttribute', spaceAttribute)
|
|
1063
|
+
const localVarPath = `/gizone/internet/selectDeviceList`;
|
|
1064
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1065
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1066
|
+
let baseOptions;
|
|
1067
|
+
if (configuration) {
|
|
1068
|
+
baseOptions = configuration.baseOptions;
|
|
1069
|
+
}
|
|
1070
|
+
|
|
1071
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
1072
|
+
const localVarHeaderParameter = {} as any;
|
|
1073
|
+
const localVarQueryParameter = {} as any;
|
|
1074
|
+
|
|
1075
|
+
// authentication tokenScheme required
|
|
1076
|
+
// http bearer authentication required
|
|
1077
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1078
|
+
|
|
1079
|
+
if (parkId !== undefined) {
|
|
1080
|
+
localVarQueryParameter['parkId'] = parkId;
|
|
1081
|
+
}
|
|
1082
|
+
|
|
1083
|
+
if (spaceAttribute !== undefined) {
|
|
1084
|
+
localVarQueryParameter['spaceAttribute'] = spaceAttribute;
|
|
1085
|
+
}
|
|
1086
|
+
|
|
1087
|
+
|
|
1088
|
+
|
|
1089
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1090
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1091
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1092
|
+
|
|
1093
|
+
return {
|
|
1094
|
+
url: toPathString(localVarUrlObj),
|
|
1095
|
+
options: localVarRequestOptions,
|
|
1096
|
+
};
|
|
1097
|
+
},
|
|
1098
|
+
/**
|
|
1099
|
+
*
|
|
1100
|
+
* @summary 查询设备部件列表
|
|
1101
|
+
* @param {number} parkId 园区ID
|
|
1102
|
+
* @param {*} [options] Override http request option.
|
|
1103
|
+
* @throws {RequiredError}
|
|
1104
|
+
*/
|
|
1105
|
+
iotSelectDeviceUnitList: async (parkId: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1106
|
+
// verify required parameter 'parkId' is not null or undefined
|
|
1107
|
+
assertParamExists('iotSelectDeviceUnitList', 'parkId', parkId)
|
|
1108
|
+
const localVarPath = `/gizone/internet/deviceUnitList`;
|
|
1109
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1110
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1111
|
+
let baseOptions;
|
|
1112
|
+
if (configuration) {
|
|
1113
|
+
baseOptions = configuration.baseOptions;
|
|
1114
|
+
}
|
|
1115
|
+
|
|
1116
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
1117
|
+
const localVarHeaderParameter = {} as any;
|
|
1118
|
+
const localVarQueryParameter = {} as any;
|
|
1119
|
+
|
|
1120
|
+
// authentication tokenScheme required
|
|
1121
|
+
// http bearer authentication required
|
|
1122
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1123
|
+
|
|
1124
|
+
if (parkId !== undefined) {
|
|
1125
|
+
localVarQueryParameter['parkId'] = parkId;
|
|
1126
|
+
}
|
|
1127
|
+
|
|
1128
|
+
|
|
1129
|
+
|
|
1130
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1131
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1132
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1133
|
+
|
|
1134
|
+
return {
|
|
1135
|
+
url: toPathString(localVarUrlObj),
|
|
1136
|
+
options: localVarRequestOptions,
|
|
1137
|
+
};
|
|
1138
|
+
},
|
|
1139
|
+
/**
|
|
1140
|
+
*
|
|
1141
|
+
* @summary 编辑设备部件状态
|
|
1142
|
+
* @param {DeviceUnitEdit} deviceUnitEdit
|
|
1143
|
+
* @param {*} [options] Override http request option.
|
|
1144
|
+
* @throws {RequiredError}
|
|
1145
|
+
*/
|
|
1146
|
+
jizhuUpdateUnit: async (deviceUnitEdit: DeviceUnitEdit, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1147
|
+
// verify required parameter 'deviceUnitEdit' is not null or undefined
|
|
1148
|
+
assertParamExists('jizhuUpdateUnit', 'deviceUnitEdit', deviceUnitEdit)
|
|
1149
|
+
const localVarPath = `/gizone/internet/jizhu/update/unit`;
|
|
1150
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1151
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1152
|
+
let baseOptions;
|
|
1153
|
+
if (configuration) {
|
|
1154
|
+
baseOptions = configuration.baseOptions;
|
|
1155
|
+
}
|
|
1156
|
+
|
|
1157
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
1158
|
+
const localVarHeaderParameter = {} as any;
|
|
1159
|
+
const localVarQueryParameter = {} as any;
|
|
1160
|
+
|
|
1161
|
+
// authentication tokenScheme required
|
|
1162
|
+
// http bearer authentication required
|
|
1163
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1164
|
+
|
|
1165
|
+
|
|
1166
|
+
|
|
1167
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1168
|
+
|
|
1169
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1170
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1171
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1172
|
+
localVarRequestOptions.data = serializeDataIfNeeded(deviceUnitEdit, localVarRequestOptions, configuration)
|
|
1173
|
+
|
|
1174
|
+
return {
|
|
1175
|
+
url: toPathString(localVarUrlObj),
|
|
1176
|
+
options: localVarRequestOptions,
|
|
1177
|
+
};
|
|
1178
|
+
},
|
|
1179
|
+
/**
|
|
1180
|
+
*
|
|
1181
|
+
* @summary 编辑极驻物联网属性数据
|
|
1182
|
+
* @param {DeviceUnitItemsUpdateDTO} deviceUnitItemsUpdateDTO
|
|
1183
|
+
* @param {*} [options] Override http request option.
|
|
1184
|
+
* @throws {RequiredError}
|
|
1185
|
+
*/
|
|
1186
|
+
jizhuUpdateUnitItem: async (deviceUnitItemsUpdateDTO: DeviceUnitItemsUpdateDTO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1187
|
+
// verify required parameter 'deviceUnitItemsUpdateDTO' is not null or undefined
|
|
1188
|
+
assertParamExists('jizhuUpdateUnitItem', 'deviceUnitItemsUpdateDTO', deviceUnitItemsUpdateDTO)
|
|
1189
|
+
const localVarPath = `/gizone/internet/jizhu/update/unit/item`;
|
|
1190
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1191
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1192
|
+
let baseOptions;
|
|
1193
|
+
if (configuration) {
|
|
1194
|
+
baseOptions = configuration.baseOptions;
|
|
1195
|
+
}
|
|
1196
|
+
|
|
1197
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
1198
|
+
const localVarHeaderParameter = {} as any;
|
|
1199
|
+
const localVarQueryParameter = {} as any;
|
|
1200
|
+
|
|
1201
|
+
// authentication tokenScheme required
|
|
1202
|
+
// http bearer authentication required
|
|
1203
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1204
|
+
|
|
1205
|
+
|
|
1206
|
+
|
|
1207
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1208
|
+
|
|
1209
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1210
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1211
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1212
|
+
localVarRequestOptions.data = serializeDataIfNeeded(deviceUnitItemsUpdateDTO, localVarRequestOptions, configuration)
|
|
1213
|
+
|
|
1214
|
+
return {
|
|
1215
|
+
url: toPathString(localVarUrlObj),
|
|
1216
|
+
options: localVarRequestOptions,
|
|
1217
|
+
};
|
|
1218
|
+
},
|
|
1219
|
+
/**
|
|
1220
|
+
*
|
|
1221
|
+
* @summary 分页查询节点
|
|
1222
|
+
* @param {number} [parkId] 园区Id
|
|
1223
|
+
* @param {NodeTypeEnum} [type] 节点类型
|
|
1224
|
+
* @param {ModelInteger} [page] 当前页码
|
|
1225
|
+
* @param {ModelInteger} [pageSize] 每页数量
|
|
1226
|
+
* @param {string} [searchValue]
|
|
1227
|
+
* @param {string} [createBy]
|
|
1228
|
+
* @param {string} [createTime]
|
|
1229
|
+
* @param {string} [updateBy]
|
|
1230
|
+
* @param {string} [updateTime]
|
|
1231
|
+
* @param {string} [remark]
|
|
1232
|
+
* @param {*} [options] Override http request option.
|
|
1233
|
+
* @throws {RequiredError}
|
|
1234
|
+
*/
|
|
1235
|
+
nodeList: async (parkId?: number, type?: NodeTypeEnum, page?: ModelInteger, pageSize?: ModelInteger, searchValue?: string, createBy?: string, createTime?: string, updateBy?: string, updateTime?: string, remark?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1236
|
+
const localVarPath = `/gizone/internet/node`;
|
|
1237
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1238
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1239
|
+
let baseOptions;
|
|
1240
|
+
if (configuration) {
|
|
1241
|
+
baseOptions = configuration.baseOptions;
|
|
1242
|
+
}
|
|
1243
|
+
|
|
1244
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
1245
|
+
const localVarHeaderParameter = {} as any;
|
|
1246
|
+
const localVarQueryParameter = {} as any;
|
|
1247
|
+
|
|
1248
|
+
// authentication tokenScheme required
|
|
1249
|
+
// http bearer authentication required
|
|
1250
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1251
|
+
|
|
1252
|
+
if (parkId !== undefined) {
|
|
1253
|
+
localVarQueryParameter['parkId'] = parkId;
|
|
1254
|
+
}
|
|
1255
|
+
|
|
1256
|
+
if (type !== undefined) {
|
|
1257
|
+
localVarQueryParameter['type'] = type;
|
|
1258
|
+
}
|
|
1259
|
+
|
|
1260
|
+
if (page !== undefined) {
|
|
1261
|
+
for (const [key, value] of Object.entries(page)) {
|
|
1262
|
+
localVarQueryParameter[key] = value;
|
|
1263
|
+
}
|
|
1264
|
+
}
|
|
1265
|
+
|
|
1266
|
+
if (pageSize !== undefined) {
|
|
1267
|
+
for (const [key, value] of Object.entries(pageSize)) {
|
|
1268
|
+
localVarQueryParameter[key] = value;
|
|
1269
|
+
}
|
|
1270
|
+
}
|
|
1271
|
+
|
|
1272
|
+
if (searchValue !== undefined) {
|
|
1273
|
+
localVarQueryParameter['searchValue'] = searchValue;
|
|
1274
|
+
}
|
|
1275
|
+
|
|
1276
|
+
if (createBy !== undefined) {
|
|
1277
|
+
localVarQueryParameter['createBy'] = createBy;
|
|
1278
|
+
}
|
|
1279
|
+
|
|
1280
|
+
if (createTime !== undefined) {
|
|
1281
|
+
localVarQueryParameter['createTime'] = (createTime as any instanceof Date) ?
|
|
1282
|
+
(createTime as any).toISOString() :
|
|
1283
|
+
createTime;
|
|
1284
|
+
}
|
|
1285
|
+
|
|
1286
|
+
if (updateBy !== undefined) {
|
|
1287
|
+
localVarQueryParameter['updateBy'] = updateBy;
|
|
1288
|
+
}
|
|
1289
|
+
|
|
1290
|
+
if (updateTime !== undefined) {
|
|
1291
|
+
localVarQueryParameter['updateTime'] = (updateTime as any instanceof Date) ?
|
|
1292
|
+
(updateTime as any).toISOString() :
|
|
1293
|
+
updateTime;
|
|
1294
|
+
}
|
|
1295
|
+
|
|
1296
|
+
if (remark !== undefined) {
|
|
1297
|
+
localVarQueryParameter['remark'] = remark;
|
|
1298
|
+
}
|
|
1299
|
+
|
|
1300
|
+
|
|
1301
|
+
|
|
1302
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1303
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1304
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1305
|
+
|
|
1306
|
+
return {
|
|
1307
|
+
url: toPathString(localVarUrlObj),
|
|
1308
|
+
options: localVarRequestOptions,
|
|
1309
|
+
};
|
|
1310
|
+
},
|
|
1311
|
+
/**
|
|
1312
|
+
*
|
|
1313
|
+
* @summary 泛感知设备详情
|
|
1314
|
+
* @param {number} id
|
|
1315
|
+
* @param {*} [options] Override http request option.
|
|
1316
|
+
* @throws {RequiredError}
|
|
1317
|
+
*/
|
|
1318
|
+
panPerceptionDetail: async (id: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1319
|
+
// verify required parameter 'id' is not null or undefined
|
|
1320
|
+
assertParamExists('panPerceptionDetail', 'id', id)
|
|
1321
|
+
const localVarPath = `/gizone/internet/pan/perception/detail`;
|
|
1322
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1323
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1324
|
+
let baseOptions;
|
|
1325
|
+
if (configuration) {
|
|
1326
|
+
baseOptions = configuration.baseOptions;
|
|
1327
|
+
}
|
|
1328
|
+
|
|
1329
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
1330
|
+
const localVarHeaderParameter = {} as any;
|
|
1331
|
+
const localVarQueryParameter = {} as any;
|
|
1332
|
+
|
|
1333
|
+
// authentication tokenScheme required
|
|
1334
|
+
// http bearer authentication required
|
|
1335
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1336
|
+
|
|
1337
|
+
if (id !== undefined) {
|
|
1338
|
+
localVarQueryParameter['id'] = id;
|
|
1339
|
+
}
|
|
1340
|
+
|
|
1341
|
+
|
|
1342
|
+
|
|
1343
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1344
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1345
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1346
|
+
|
|
1347
|
+
return {
|
|
1348
|
+
url: toPathString(localVarUrlObj),
|
|
1349
|
+
options: localVarRequestOptions,
|
|
1350
|
+
};
|
|
1351
|
+
},
|
|
1352
|
+
/**
|
|
1353
|
+
*
|
|
1354
|
+
* @summary 泛感知设备列表
|
|
1355
|
+
* @param {InternetPanPerceptionSearchVo} internetPanPerceptionSearchVo
|
|
1356
|
+
* @param {*} [options] Override http request option.
|
|
1357
|
+
* @throws {RequiredError}
|
|
1358
|
+
*/
|
|
1359
|
+
panPerceptionList: async (internetPanPerceptionSearchVo: InternetPanPerceptionSearchVo, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1360
|
+
// verify required parameter 'internetPanPerceptionSearchVo' is not null or undefined
|
|
1361
|
+
assertParamExists('panPerceptionList', 'internetPanPerceptionSearchVo', internetPanPerceptionSearchVo)
|
|
1362
|
+
const localVarPath = `/gizone/internet/pan/perception/list`;
|
|
1363
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1364
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1365
|
+
let baseOptions;
|
|
1366
|
+
if (configuration) {
|
|
1367
|
+
baseOptions = configuration.baseOptions;
|
|
1368
|
+
}
|
|
1369
|
+
|
|
1370
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
1371
|
+
const localVarHeaderParameter = {} as any;
|
|
1372
|
+
const localVarQueryParameter = {} as any;
|
|
1373
|
+
|
|
1374
|
+
// authentication tokenScheme required
|
|
1375
|
+
// http bearer authentication required
|
|
1376
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1377
|
+
|
|
1378
|
+
|
|
1379
|
+
|
|
1380
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1381
|
+
|
|
1382
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1383
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1384
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1385
|
+
localVarRequestOptions.data = serializeDataIfNeeded(internetPanPerceptionSearchVo, localVarRequestOptions, configuration)
|
|
1386
|
+
|
|
1387
|
+
return {
|
|
1388
|
+
url: toPathString(localVarUrlObj),
|
|
1389
|
+
options: localVarRequestOptions,
|
|
1390
|
+
};
|
|
1391
|
+
},
|
|
1392
|
+
/**
|
|
1393
|
+
*
|
|
1394
|
+
* @summary 泛感知设备上报记录列表
|
|
1395
|
+
* @param {InternetPanPerceptionReportRecordVo} internetPanPerceptionReportRecordVo
|
|
1396
|
+
* @param {*} [options] Override http request option.
|
|
1397
|
+
* @throws {RequiredError}
|
|
1398
|
+
*/
|
|
1399
|
+
panPerceptionReportRecordDetailList: async (internetPanPerceptionReportRecordVo: InternetPanPerceptionReportRecordVo, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1400
|
+
// verify required parameter 'internetPanPerceptionReportRecordVo' is not null or undefined
|
|
1401
|
+
assertParamExists('panPerceptionReportRecordDetailList', 'internetPanPerceptionReportRecordVo', internetPanPerceptionReportRecordVo)
|
|
1402
|
+
const localVarPath = `/gizone/internet/pan/perception/detail/list`;
|
|
1403
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1404
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1405
|
+
let baseOptions;
|
|
1406
|
+
if (configuration) {
|
|
1407
|
+
baseOptions = configuration.baseOptions;
|
|
1408
|
+
}
|
|
1409
|
+
|
|
1410
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
1411
|
+
const localVarHeaderParameter = {} as any;
|
|
1412
|
+
const localVarQueryParameter = {} as any;
|
|
1413
|
+
|
|
1414
|
+
// authentication tokenScheme required
|
|
1415
|
+
// http bearer authentication required
|
|
1416
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1417
|
+
|
|
1418
|
+
|
|
1419
|
+
|
|
1420
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1421
|
+
|
|
1422
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1423
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1424
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1425
|
+
localVarRequestOptions.data = serializeDataIfNeeded(internetPanPerceptionReportRecordVo, localVarRequestOptions, configuration)
|
|
1426
|
+
|
|
1427
|
+
return {
|
|
1428
|
+
url: toPathString(localVarUrlObj),
|
|
1429
|
+
options: localVarRequestOptions,
|
|
1430
|
+
};
|
|
1431
|
+
},
|
|
1432
|
+
/**
|
|
1433
|
+
*
|
|
1434
|
+
* @summary 物联网设备部件属性列表
|
|
1435
|
+
* @param {Array<ModelInteger>} unitIds 部件id集合
|
|
1436
|
+
* @param {*} [options] Override http request option.
|
|
1437
|
+
* @throws {RequiredError}
|
|
1438
|
+
*/
|
|
1439
|
+
selectDeviceUnitItemList: async (unitIds: Array<ModelInteger>, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1440
|
+
// verify required parameter 'unitIds' is not null or undefined
|
|
1441
|
+
assertParamExists('selectDeviceUnitItemList', 'unitIds', unitIds)
|
|
1442
|
+
const localVarPath = `/gizone/internet/deviceUnitItemList`;
|
|
1443
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1444
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1445
|
+
let baseOptions;
|
|
1446
|
+
if (configuration) {
|
|
1447
|
+
baseOptions = configuration.baseOptions;
|
|
1448
|
+
}
|
|
1449
|
+
|
|
1450
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
1451
|
+
const localVarHeaderParameter = {} as any;
|
|
1452
|
+
const localVarQueryParameter = {} as any;
|
|
1453
|
+
|
|
1454
|
+
// authentication tokenScheme required
|
|
1455
|
+
// http bearer authentication required
|
|
1456
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1457
|
+
|
|
1458
|
+
if (unitIds) {
|
|
1459
|
+
localVarQueryParameter['unitIds'] = unitIds;
|
|
1460
|
+
}
|
|
1461
|
+
|
|
1462
|
+
|
|
1463
|
+
|
|
1464
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1465
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1466
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1467
|
+
|
|
1468
|
+
return {
|
|
1469
|
+
url: toPathString(localVarUrlObj),
|
|
1470
|
+
options: localVarRequestOptions,
|
|
1471
|
+
};
|
|
1472
|
+
},
|
|
1473
|
+
/**
|
|
1474
|
+
*
|
|
1475
|
+
* @summary 物联网属性列表
|
|
1476
|
+
* @param {DeviceUnitItemsSearchDTO} deviceUnitItemsSearchDTO
|
|
1477
|
+
* @param {*} [options] Override http request option.
|
|
1478
|
+
* @throws {RequiredError}
|
|
1479
|
+
*/
|
|
1480
|
+
unitItemList: async (deviceUnitItemsSearchDTO: DeviceUnitItemsSearchDTO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1481
|
+
// verify required parameter 'deviceUnitItemsSearchDTO' is not null or undefined
|
|
1482
|
+
assertParamExists('unitItemList', 'deviceUnitItemsSearchDTO', deviceUnitItemsSearchDTO)
|
|
1483
|
+
const localVarPath = `/gizone/internet/unit/item/list`;
|
|
1484
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1485
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1486
|
+
let baseOptions;
|
|
1487
|
+
if (configuration) {
|
|
1488
|
+
baseOptions = configuration.baseOptions;
|
|
1489
|
+
}
|
|
1490
|
+
|
|
1491
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
1492
|
+
const localVarHeaderParameter = {} as any;
|
|
1493
|
+
const localVarQueryParameter = {} as any;
|
|
1494
|
+
|
|
1495
|
+
// authentication tokenScheme required
|
|
1496
|
+
// http bearer authentication required
|
|
1497
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1498
|
+
|
|
1499
|
+
|
|
1500
|
+
|
|
1501
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1502
|
+
|
|
1503
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1504
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1505
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1506
|
+
localVarRequestOptions.data = serializeDataIfNeeded(deviceUnitItemsSearchDTO, localVarRequestOptions, configuration)
|
|
1507
|
+
|
|
1508
|
+
return {
|
|
1509
|
+
url: toPathString(localVarUrlObj),
|
|
1510
|
+
options: localVarRequestOptions,
|
|
1511
|
+
};
|
|
1512
|
+
},
|
|
1513
|
+
/**
|
|
1514
|
+
*
|
|
1515
|
+
* @summary 修改物联网属性
|
|
1516
|
+
* @param {DeviceUnitItemsUpdateDTO} deviceUnitItemsUpdateDTO
|
|
1517
|
+
* @param {*} [options] Override http request option.
|
|
1518
|
+
* @throws {RequiredError}
|
|
1519
|
+
*/
|
|
1520
|
+
updateUnitItem: async (deviceUnitItemsUpdateDTO: DeviceUnitItemsUpdateDTO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1521
|
+
// verify required parameter 'deviceUnitItemsUpdateDTO' is not null or undefined
|
|
1522
|
+
assertParamExists('updateUnitItem', 'deviceUnitItemsUpdateDTO', deviceUnitItemsUpdateDTO)
|
|
1523
|
+
const localVarPath = `/gizone/internet/update/unit/item`;
|
|
1524
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1525
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1526
|
+
let baseOptions;
|
|
1527
|
+
if (configuration) {
|
|
1528
|
+
baseOptions = configuration.baseOptions;
|
|
1529
|
+
}
|
|
1530
|
+
|
|
1531
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
1532
|
+
const localVarHeaderParameter = {} as any;
|
|
1533
|
+
const localVarQueryParameter = {} as any;
|
|
1534
|
+
|
|
1535
|
+
// authentication tokenScheme required
|
|
1536
|
+
// http bearer authentication required
|
|
1537
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1538
|
+
|
|
1539
|
+
|
|
1540
|
+
|
|
1541
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1542
|
+
|
|
1543
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1544
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1545
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1546
|
+
localVarRequestOptions.data = serializeDataIfNeeded(deviceUnitItemsUpdateDTO, localVarRequestOptions, configuration)
|
|
1547
|
+
|
|
1548
|
+
return {
|
|
1549
|
+
url: toPathString(localVarUrlObj),
|
|
1550
|
+
options: localVarRequestOptions,
|
|
1551
|
+
};
|
|
1552
|
+
},
|
|
1553
|
+
}
|
|
1554
|
+
};
|
|
1555
|
+
|
|
1556
|
+
/**
|
|
1557
|
+
* IotApi - functional programming interface
|
|
1558
|
+
* @export
|
|
1559
|
+
*/
|
|
1560
|
+
export const IotApiFp = function(configuration?: Configuration) {
|
|
1561
|
+
const localVarAxiosParamCreator = IotApiAxiosParamCreator(configuration)
|
|
1562
|
+
return {
|
|
1563
|
+
/**
|
|
1564
|
+
*
|
|
1565
|
+
* @summary 接受设备数据记录
|
|
1566
|
+
* @param {AcceptDevicesRecordVO} acceptDevicesRecordVO
|
|
1567
|
+
* @param {*} [options] Override http request option.
|
|
1568
|
+
* @throws {RequiredError}
|
|
1569
|
+
*/
|
|
1570
|
+
async acceptDevicesRecord(acceptDevicesRecordVO: AcceptDevicesRecordVO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
1571
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.acceptDevicesRecord(acceptDevicesRecordVO, options);
|
|
1572
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1573
|
+
const localVarOperationServerBasePath = operationServerMap['IotApi.acceptDevicesRecord']?.[localVarOperationServerIndex]?.url;
|
|
1574
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1575
|
+
},
|
|
1576
|
+
/**
|
|
1577
|
+
*
|
|
1578
|
+
* @summary 同步物联网消防用水设备
|
|
1579
|
+
* @param {*} [options] Override http request option.
|
|
1580
|
+
* @throws {RequiredError}
|
|
1581
|
+
*/
|
|
1582
|
+
async addWater(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
1583
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.addWater(options);
|
|
1584
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1585
|
+
const localVarOperationServerBasePath = operationServerMap['IotApi.addWater']?.[localVarOperationServerIndex]?.url;
|
|
1586
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1587
|
+
},
|
|
1588
|
+
/**
|
|
1589
|
+
*
|
|
1590
|
+
* @summary 物联网设备部件排序
|
|
1591
|
+
* @param {Array<DeviceUnitSortBO>} deviceUnitSortBO
|
|
1592
|
+
* @param {*} [options] Override http request option.
|
|
1593
|
+
* @throws {RequiredError}
|
|
1594
|
+
*/
|
|
1595
|
+
async deviceUnitSort(deviceUnitSortBO: Array<DeviceUnitSortBO>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
1596
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.deviceUnitSort(deviceUnitSortBO, options);
|
|
1597
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1598
|
+
const localVarOperationServerBasePath = operationServerMap['IotApi.deviceUnitSort']?.[localVarOperationServerIndex]?.url;
|
|
1599
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1600
|
+
},
|
|
1601
|
+
/**
|
|
1602
|
+
*
|
|
1603
|
+
* @summary 物联网设备详情
|
|
1604
|
+
* @param {number} devicesId
|
|
1605
|
+
* @param {number} parkId
|
|
1606
|
+
* @param {*} [options] Override http request option.
|
|
1607
|
+
* @throws {RequiredError}
|
|
1608
|
+
*/
|
|
1609
|
+
async devicesDetail(devicesId: number, parkId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
1610
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.devicesDetail(devicesId, parkId, options);
|
|
1611
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1612
|
+
const localVarOperationServerBasePath = operationServerMap['IotApi.devicesDetail']?.[localVarOperationServerIndex]?.url;
|
|
1613
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1614
|
+
},
|
|
1615
|
+
/**
|
|
1616
|
+
*
|
|
1617
|
+
* @summary 物联网设备详情记录
|
|
1618
|
+
* @param {DeviceRecordsSearchVO} deviceRecordsSearchVO
|
|
1619
|
+
* @param {*} [options] Override http request option.
|
|
1620
|
+
* @throws {RequiredError}
|
|
1621
|
+
*/
|
|
1622
|
+
async devicesDetailRecordList(deviceRecordsSearchVO: DeviceRecordsSearchVO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
1623
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.devicesDetailRecordList(deviceRecordsSearchVO, options);
|
|
1624
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1625
|
+
const localVarOperationServerBasePath = operationServerMap['IotApi.devicesDetailRecordList']?.[localVarOperationServerIndex]?.url;
|
|
1626
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1627
|
+
},
|
|
1628
|
+
/**
|
|
1629
|
+
*
|
|
1630
|
+
* @summary 物联网设备详情统计记录
|
|
1631
|
+
* @param {RecordStatisticsVO} recordStatisticsVO
|
|
1632
|
+
* @param {*} [options] Override http request option.
|
|
1633
|
+
* @throws {RequiredError}
|
|
1634
|
+
*/
|
|
1635
|
+
async devicesDetailRecordStatistics(recordStatisticsVO: RecordStatisticsVO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
1636
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.devicesDetailRecordStatistics(recordStatisticsVO, options);
|
|
1637
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1638
|
+
const localVarOperationServerBasePath = operationServerMap['IotApi.devicesDetailRecordStatistics']?.[localVarOperationServerIndex]?.url;
|
|
1639
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1640
|
+
},
|
|
1641
|
+
/**
|
|
1642
|
+
*
|
|
1643
|
+
* @summary 物联网设备序列差值
|
|
1644
|
+
* @param {RecordStatisticsVO} recordStatisticsVO
|
|
1645
|
+
* @param {*} [options] Override http request option.
|
|
1646
|
+
* @throws {RequiredError}
|
|
1647
|
+
*/
|
|
1648
|
+
async devicesSequenceDifference(recordStatisticsVO: RecordStatisticsVO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
1649
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.devicesSequenceDifference(recordStatisticsVO, options);
|
|
1650
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1651
|
+
const localVarOperationServerBasePath = operationServerMap['IotApi.devicesSequenceDifference']?.[localVarOperationServerIndex]?.url;
|
|
1652
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1653
|
+
},
|
|
1654
|
+
/**
|
|
1655
|
+
*
|
|
1656
|
+
* @summary 物联网设备序列最大值
|
|
1657
|
+
* @param {RecordStatisticsVO} recordStatisticsVO
|
|
1658
|
+
* @param {*} [options] Override http request option.
|
|
1659
|
+
* @throws {RequiredError}
|
|
1660
|
+
*/
|
|
1661
|
+
async devicesSequenceMaximum(recordStatisticsVO: RecordStatisticsVO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
1662
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.devicesSequenceMaximum(recordStatisticsVO, options);
|
|
1663
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1664
|
+
const localVarOperationServerBasePath = operationServerMap['IotApi.devicesSequenceMaximum']?.[localVarOperationServerIndex]?.url;
|
|
1665
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1666
|
+
},
|
|
1667
|
+
/**
|
|
1668
|
+
*
|
|
1669
|
+
* @summary 设备状态更新
|
|
1670
|
+
* @param {DevicesStatusUpdateVo} devicesStatusUpdateVo
|
|
1671
|
+
* @param {*} [options] Override http request option.
|
|
1672
|
+
* @throws {RequiredError}
|
|
1673
|
+
*/
|
|
1674
|
+
async devicesStatus1(devicesStatusUpdateVo: DevicesStatusUpdateVo, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultVoid>> {
|
|
1675
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.devicesStatus1(devicesStatusUpdateVo, options);
|
|
1676
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1677
|
+
const localVarOperationServerBasePath = operationServerMap['IotApi.devicesStatus1']?.[localVarOperationServerIndex]?.url;
|
|
1678
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1679
|
+
},
|
|
1680
|
+
/**
|
|
1681
|
+
*
|
|
1682
|
+
* @summary 导出设备数据记录
|
|
1683
|
+
* @param {DeviceRecordsSearchVO} deviceRecordsSearchVO
|
|
1684
|
+
* @param {*} [options] Override http request option.
|
|
1685
|
+
* @throws {RequiredError}
|
|
1686
|
+
*/
|
|
1687
|
+
async exportDeviceRecord(deviceRecordsSearchVO: DeviceRecordsSearchVO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultVoid>> {
|
|
1688
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.exportDeviceRecord(deviceRecordsSearchVO, options);
|
|
1689
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1690
|
+
const localVarOperationServerBasePath = operationServerMap['IotApi.exportDeviceRecord']?.[localVarOperationServerIndex]?.url;
|
|
1691
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1692
|
+
},
|
|
1693
|
+
/**
|
|
1694
|
+
*
|
|
1695
|
+
* @summary 同步iot物联网设备
|
|
1696
|
+
* @param {number} parkId
|
|
1697
|
+
* @param {*} [options] Override http request option.
|
|
1698
|
+
* @throws {RequiredError}
|
|
1699
|
+
*/
|
|
1700
|
+
async getIotDevices(parkId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
1701
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getIotDevices(parkId, options);
|
|
1702
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1703
|
+
const localVarOperationServerBasePath = operationServerMap['IotApi.getIotDevices']?.[localVarOperationServerIndex]?.url;
|
|
1704
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1705
|
+
},
|
|
1706
|
+
/**
|
|
1707
|
+
*
|
|
1708
|
+
* @summary 同步物联网设备点位
|
|
1709
|
+
* @param {string} parkId 园区id
|
|
1710
|
+
* @param {string} owningSystem 所属系统
|
|
1711
|
+
* @param {string} modelId 型号id
|
|
1712
|
+
* @param {string} brandId 品牌id
|
|
1713
|
+
* @param {string} unitType 部件类型: 电:000011,000002,000014 水:000005 天然气:000006 压缩空气:000008 污水:000009 蒸汽:000010 净水:000015
|
|
1714
|
+
* @param {number} type 同步类型:1能源 2物联网
|
|
1715
|
+
* @param {*} [options] Override http request option.
|
|
1716
|
+
* @throws {RequiredError}
|
|
1717
|
+
*/
|
|
1718
|
+
async getIotDevicesUnits(parkId: string, owningSystem: string, modelId: string, brandId: string, unitType: string, type: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
1719
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getIotDevicesUnits(parkId, owningSystem, modelId, brandId, unitType, type, options);
|
|
1720
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1721
|
+
const localVarOperationServerBasePath = operationServerMap['IotApi.getIotDevicesUnits']?.[localVarOperationServerIndex]?.url;
|
|
1722
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1723
|
+
},
|
|
1724
|
+
/**
|
|
1725
|
+
*
|
|
1726
|
+
* @summary 获取节点详情
|
|
1727
|
+
* @param {number} nodeId
|
|
1728
|
+
* @param {*} [options] Override http request option.
|
|
1729
|
+
* @throws {RequiredError}
|
|
1730
|
+
*/
|
|
1731
|
+
async getNode(nodeId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultNodeDTO>> {
|
|
1732
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getNode(nodeId, options);
|
|
1733
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1734
|
+
const localVarOperationServerBasePath = operationServerMap['IotApi.getNode']?.[localVarOperationServerIndex]?.url;
|
|
1735
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1736
|
+
},
|
|
1737
|
+
/**
|
|
1738
|
+
*
|
|
1739
|
+
* @summary 物联网电表上报记录列表
|
|
1740
|
+
* @param {InternetMeterReportRecordSearchVo} internetMeterReportRecordSearchVo
|
|
1741
|
+
* @param {*} [options] Override http request option.
|
|
1742
|
+
* @throws {RequiredError}
|
|
1743
|
+
*/
|
|
1744
|
+
async internetDetailReportRecordList(internetMeterReportRecordSearchVo: InternetMeterReportRecordSearchVo, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
1745
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.internetDetailReportRecordList(internetMeterReportRecordSearchVo, options);
|
|
1746
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1747
|
+
const localVarOperationServerBasePath = operationServerMap['IotApi.internetDetailReportRecordList']?.[localVarOperationServerIndex]?.url;
|
|
1748
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1749
|
+
},
|
|
1750
|
+
/**
|
|
1751
|
+
*
|
|
1752
|
+
* @summary 物联网电表上报记录统计
|
|
1753
|
+
* @param {InternetMeterReportRecordStatisticsVo} internetMeterReportRecordStatisticsVo
|
|
1754
|
+
* @param {*} [options] Override http request option.
|
|
1755
|
+
* @throws {RequiredError}
|
|
1756
|
+
*/
|
|
1757
|
+
async internetDetailStatistics(internetMeterReportRecordStatisticsVo: InternetMeterReportRecordStatisticsVo, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
1758
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.internetDetailStatistics(internetMeterReportRecordStatisticsVo, options);
|
|
1759
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1760
|
+
const localVarOperationServerBasePath = operationServerMap['IotApi.internetDetailStatistics']?.[localVarOperationServerIndex]?.url;
|
|
1761
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1762
|
+
},
|
|
1763
|
+
/**
|
|
1764
|
+
*
|
|
1765
|
+
* @summary 物联网电表详情
|
|
1766
|
+
* @param {number} id
|
|
1767
|
+
* @param {*} [options] Override http request option.
|
|
1768
|
+
* @throws {RequiredError}
|
|
1769
|
+
*/
|
|
1770
|
+
async internetMeterDetail(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
1771
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.internetMeterDetail(id, options);
|
|
1772
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1773
|
+
const localVarOperationServerBasePath = operationServerMap['IotApi.internetMeterDetail']?.[localVarOperationServerIndex]?.url;
|
|
1774
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1775
|
+
},
|
|
1776
|
+
/**
|
|
1777
|
+
*
|
|
1778
|
+
* @summary 物联网电表列表
|
|
1779
|
+
* @param {InternetMeterSearchVo} internetMeterSearchVo
|
|
1780
|
+
* @param {*} [options] Override http request option.
|
|
1781
|
+
* @throws {RequiredError}
|
|
1782
|
+
*/
|
|
1783
|
+
async internetMeterList(internetMeterSearchVo: InternetMeterSearchVo, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
1784
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.internetMeterList(internetMeterSearchVo, options);
|
|
1785
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1786
|
+
const localVarOperationServerBasePath = operationServerMap['IotApi.internetMeterList']?.[localVarOperationServerIndex]?.url;
|
|
1787
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1788
|
+
},
|
|
1789
|
+
/**
|
|
1790
|
+
*
|
|
1791
|
+
* @summary 物联网设置接口
|
|
1792
|
+
* @param {InternetSetVO} internetSetVO
|
|
1793
|
+
* @param {*} [options] Override http request option.
|
|
1794
|
+
* @throws {RequiredError}
|
|
1795
|
+
*/
|
|
1796
|
+
async internetSet(internetSetVO: InternetSetVO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
1797
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.internetSet(internetSetVO, options);
|
|
1798
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1799
|
+
const localVarOperationServerBasePath = operationServerMap['IotApi.internetSet']?.[localVarOperationServerIndex]?.url;
|
|
1800
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1801
|
+
},
|
|
1802
|
+
/**
|
|
1803
|
+
*
|
|
1804
|
+
* @summary 消防用水详情
|
|
1805
|
+
* @param {number} waterId
|
|
1806
|
+
* @param {*} [options] Override http request option.
|
|
1807
|
+
* @throws {RequiredError}
|
|
1808
|
+
*/
|
|
1809
|
+
async internetWaterDetail(waterId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
1810
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.internetWaterDetail(waterId, options);
|
|
1811
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1812
|
+
const localVarOperationServerBasePath = operationServerMap['IotApi.internetWaterDetail']?.[localVarOperationServerIndex]?.url;
|
|
1813
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1814
|
+
},
|
|
1815
|
+
/**
|
|
1816
|
+
*
|
|
1817
|
+
* @summary 消防用水上报记录列表
|
|
1818
|
+
* @param {InternetWaterReportRecordSearchVo} internetWaterReportRecordSearchVo
|
|
1819
|
+
* @param {*} [options] Override http request option.
|
|
1820
|
+
* @throws {RequiredError}
|
|
1821
|
+
*/
|
|
1822
|
+
async internetWaterDetailList(internetWaterReportRecordSearchVo: InternetWaterReportRecordSearchVo, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
1823
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.internetWaterDetailList(internetWaterReportRecordSearchVo, options);
|
|
1824
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1825
|
+
const localVarOperationServerBasePath = operationServerMap['IotApi.internetWaterDetailList']?.[localVarOperationServerIndex]?.url;
|
|
1826
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1827
|
+
},
|
|
1828
|
+
/**
|
|
1829
|
+
*
|
|
1830
|
+
* @summary 消防用水上报记录统计
|
|
1831
|
+
* @param {number} waterId
|
|
1832
|
+
* @param {*} [options] Override http request option.
|
|
1833
|
+
* @throws {RequiredError}
|
|
1834
|
+
*/
|
|
1835
|
+
async internetWaterDetailStatistics(waterId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
1836
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.internetWaterDetailStatistics(waterId, options);
|
|
1837
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1838
|
+
const localVarOperationServerBasePath = operationServerMap['IotApi.internetWaterDetailStatistics']?.[localVarOperationServerIndex]?.url;
|
|
1839
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1840
|
+
},
|
|
1841
|
+
/**
|
|
1842
|
+
*
|
|
1843
|
+
* @summary 消防用水列表
|
|
1844
|
+
* @param {InternetWaterSearchVo} internetWaterSearchVo
|
|
1845
|
+
* @param {*} [options] Override http request option.
|
|
1846
|
+
* @throws {RequiredError}
|
|
1847
|
+
*/
|
|
1848
|
+
async internetWaterList(internetWaterSearchVo: InternetWaterSearchVo, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
1849
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.internetWaterList(internetWaterSearchVo, options);
|
|
1850
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1851
|
+
const localVarOperationServerBasePath = operationServerMap['IotApi.internetWaterList']?.[localVarOperationServerIndex]?.url;
|
|
1852
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1853
|
+
},
|
|
1854
|
+
/**
|
|
1855
|
+
*
|
|
1856
|
+
* @summary 物联网设备列表
|
|
1857
|
+
* @param {DevicesSearchVO} devicesSearchVO
|
|
1858
|
+
* @param {*} [options] Override http request option.
|
|
1859
|
+
* @throws {RequiredError}
|
|
1860
|
+
*/
|
|
1861
|
+
async iotDevicesList(devicesSearchVO: DevicesSearchVO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoDevicesSearchDTO>> {
|
|
1862
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.iotDevicesList(devicesSearchVO, options);
|
|
1863
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1864
|
+
const localVarOperationServerBasePath = operationServerMap['IotApi.iotDevicesList']?.[localVarOperationServerIndex]?.url;
|
|
1865
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1866
|
+
},
|
|
1867
|
+
/**
|
|
1868
|
+
*
|
|
1869
|
+
* @summary 查询设备列表
|
|
1870
|
+
* @param {number} parkId 园区ID
|
|
1871
|
+
* @param {string} spaceAttribute 空间属性
|
|
1872
|
+
* @param {*} [options] Override http request option.
|
|
1873
|
+
* @throws {RequiredError}
|
|
1874
|
+
*/
|
|
1875
|
+
async iotSelectDeviceList(parkId: number, spaceAttribute: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListDeviceListDTO>> {
|
|
1876
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.iotSelectDeviceList(parkId, spaceAttribute, options);
|
|
1877
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1878
|
+
const localVarOperationServerBasePath = operationServerMap['IotApi.iotSelectDeviceList']?.[localVarOperationServerIndex]?.url;
|
|
1879
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1880
|
+
},
|
|
1881
|
+
/**
|
|
1882
|
+
*
|
|
1883
|
+
* @summary 查询设备部件列表
|
|
1884
|
+
* @param {number} parkId 园区ID
|
|
1885
|
+
* @param {*} [options] Override http request option.
|
|
1886
|
+
* @throws {RequiredError}
|
|
1887
|
+
*/
|
|
1888
|
+
async iotSelectDeviceUnitList(parkId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListDeviceUnitDTO>> {
|
|
1889
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.iotSelectDeviceUnitList(parkId, options);
|
|
1890
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1891
|
+
const localVarOperationServerBasePath = operationServerMap['IotApi.iotSelectDeviceUnitList']?.[localVarOperationServerIndex]?.url;
|
|
1892
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1893
|
+
},
|
|
1894
|
+
/**
|
|
1895
|
+
*
|
|
1896
|
+
* @summary 编辑设备部件状态
|
|
1897
|
+
* @param {DeviceUnitEdit} deviceUnitEdit
|
|
1898
|
+
* @param {*} [options] Override http request option.
|
|
1899
|
+
* @throws {RequiredError}
|
|
1900
|
+
*/
|
|
1901
|
+
async jizhuUpdateUnit(deviceUnitEdit: DeviceUnitEdit, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
1902
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.jizhuUpdateUnit(deviceUnitEdit, options);
|
|
1903
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1904
|
+
const localVarOperationServerBasePath = operationServerMap['IotApi.jizhuUpdateUnit']?.[localVarOperationServerIndex]?.url;
|
|
1905
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1906
|
+
},
|
|
1907
|
+
/**
|
|
1908
|
+
*
|
|
1909
|
+
* @summary 编辑极驻物联网属性数据
|
|
1910
|
+
* @param {DeviceUnitItemsUpdateDTO} deviceUnitItemsUpdateDTO
|
|
1911
|
+
* @param {*} [options] Override http request option.
|
|
1912
|
+
* @throws {RequiredError}
|
|
1913
|
+
*/
|
|
1914
|
+
async jizhuUpdateUnitItem(deviceUnitItemsUpdateDTO: DeviceUnitItemsUpdateDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
1915
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.jizhuUpdateUnitItem(deviceUnitItemsUpdateDTO, options);
|
|
1916
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1917
|
+
const localVarOperationServerBasePath = operationServerMap['IotApi.jizhuUpdateUnitItem']?.[localVarOperationServerIndex]?.url;
|
|
1918
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1919
|
+
},
|
|
1920
|
+
/**
|
|
1921
|
+
*
|
|
1922
|
+
* @summary 分页查询节点
|
|
1923
|
+
* @param {number} [parkId] 园区Id
|
|
1924
|
+
* @param {NodeTypeEnum} [type] 节点类型
|
|
1925
|
+
* @param {ModelInteger} [page] 当前页码
|
|
1926
|
+
* @param {ModelInteger} [pageSize] 每页数量
|
|
1927
|
+
* @param {string} [searchValue]
|
|
1928
|
+
* @param {string} [createBy]
|
|
1929
|
+
* @param {string} [createTime]
|
|
1930
|
+
* @param {string} [updateBy]
|
|
1931
|
+
* @param {string} [updateTime]
|
|
1932
|
+
* @param {string} [remark]
|
|
1933
|
+
* @param {*} [options] Override http request option.
|
|
1934
|
+
* @throws {RequiredError}
|
|
1935
|
+
*/
|
|
1936
|
+
async nodeList(parkId?: number, type?: NodeTypeEnum, page?: ModelInteger, pageSize?: ModelInteger, searchValue?: string, createBy?: string, createTime?: string, updateBy?: string, updateTime?: string, remark?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoNodeDTO>> {
|
|
1937
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.nodeList(parkId, type, page, pageSize, searchValue, createBy, createTime, updateBy, updateTime, remark, options);
|
|
1938
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1939
|
+
const localVarOperationServerBasePath = operationServerMap['IotApi.nodeList']?.[localVarOperationServerIndex]?.url;
|
|
1940
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1941
|
+
},
|
|
1942
|
+
/**
|
|
1943
|
+
*
|
|
1944
|
+
* @summary 泛感知设备详情
|
|
1945
|
+
* @param {number} id
|
|
1946
|
+
* @param {*} [options] Override http request option.
|
|
1947
|
+
* @throws {RequiredError}
|
|
1948
|
+
*/
|
|
1949
|
+
async panPerceptionDetail(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
1950
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.panPerceptionDetail(id, options);
|
|
1951
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1952
|
+
const localVarOperationServerBasePath = operationServerMap['IotApi.panPerceptionDetail']?.[localVarOperationServerIndex]?.url;
|
|
1953
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1954
|
+
},
|
|
1955
|
+
/**
|
|
1956
|
+
*
|
|
1957
|
+
* @summary 泛感知设备列表
|
|
1958
|
+
* @param {InternetPanPerceptionSearchVo} internetPanPerceptionSearchVo
|
|
1959
|
+
* @param {*} [options] Override http request option.
|
|
1960
|
+
* @throws {RequiredError}
|
|
1961
|
+
*/
|
|
1962
|
+
async panPerceptionList(internetPanPerceptionSearchVo: InternetPanPerceptionSearchVo, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
1963
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.panPerceptionList(internetPanPerceptionSearchVo, options);
|
|
1964
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1965
|
+
const localVarOperationServerBasePath = operationServerMap['IotApi.panPerceptionList']?.[localVarOperationServerIndex]?.url;
|
|
1966
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1967
|
+
},
|
|
1968
|
+
/**
|
|
1969
|
+
*
|
|
1970
|
+
* @summary 泛感知设备上报记录列表
|
|
1971
|
+
* @param {InternetPanPerceptionReportRecordVo} internetPanPerceptionReportRecordVo
|
|
1972
|
+
* @param {*} [options] Override http request option.
|
|
1973
|
+
* @throws {RequiredError}
|
|
1974
|
+
*/
|
|
1975
|
+
async panPerceptionReportRecordDetailList(internetPanPerceptionReportRecordVo: InternetPanPerceptionReportRecordVo, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
1976
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.panPerceptionReportRecordDetailList(internetPanPerceptionReportRecordVo, options);
|
|
1977
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1978
|
+
const localVarOperationServerBasePath = operationServerMap['IotApi.panPerceptionReportRecordDetailList']?.[localVarOperationServerIndex]?.url;
|
|
1979
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1980
|
+
},
|
|
1981
|
+
/**
|
|
1982
|
+
*
|
|
1983
|
+
* @summary 物联网设备部件属性列表
|
|
1984
|
+
* @param {Array<ModelInteger>} unitIds 部件id集合
|
|
1985
|
+
* @param {*} [options] Override http request option.
|
|
1986
|
+
* @throws {RequiredError}
|
|
1987
|
+
*/
|
|
1988
|
+
async selectDeviceUnitItemList(unitIds: Array<ModelInteger>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListDeviceUnitItemDTO>> {
|
|
1989
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.selectDeviceUnitItemList(unitIds, options);
|
|
1990
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1991
|
+
const localVarOperationServerBasePath = operationServerMap['IotApi.selectDeviceUnitItemList']?.[localVarOperationServerIndex]?.url;
|
|
1992
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1993
|
+
},
|
|
1994
|
+
/**
|
|
1995
|
+
*
|
|
1996
|
+
* @summary 物联网属性列表
|
|
1997
|
+
* @param {DeviceUnitItemsSearchDTO} deviceUnitItemsSearchDTO
|
|
1998
|
+
* @param {*} [options] Override http request option.
|
|
1999
|
+
* @throws {RequiredError}
|
|
2000
|
+
*/
|
|
2001
|
+
async unitItemList(deviceUnitItemsSearchDTO: DeviceUnitItemsSearchDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
2002
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.unitItemList(deviceUnitItemsSearchDTO, options);
|
|
2003
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2004
|
+
const localVarOperationServerBasePath = operationServerMap['IotApi.unitItemList']?.[localVarOperationServerIndex]?.url;
|
|
2005
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2006
|
+
},
|
|
2007
|
+
/**
|
|
2008
|
+
*
|
|
2009
|
+
* @summary 修改物联网属性
|
|
2010
|
+
* @param {DeviceUnitItemsUpdateDTO} deviceUnitItemsUpdateDTO
|
|
2011
|
+
* @param {*} [options] Override http request option.
|
|
2012
|
+
* @throws {RequiredError}
|
|
2013
|
+
*/
|
|
2014
|
+
async updateUnitItem(deviceUnitItemsUpdateDTO: DeviceUnitItemsUpdateDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
2015
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.updateUnitItem(deviceUnitItemsUpdateDTO, options);
|
|
2016
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2017
|
+
const localVarOperationServerBasePath = operationServerMap['IotApi.updateUnitItem']?.[localVarOperationServerIndex]?.url;
|
|
2018
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2019
|
+
},
|
|
2020
|
+
}
|
|
2021
|
+
};
|
|
2022
|
+
|
|
2023
|
+
/**
|
|
2024
|
+
* IotApi - factory interface
|
|
2025
|
+
* @export
|
|
2026
|
+
*/
|
|
2027
|
+
export const IotApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
2028
|
+
const localVarFp = IotApiFp(configuration)
|
|
2029
|
+
return {
|
|
2030
|
+
/**
|
|
2031
|
+
*
|
|
2032
|
+
* @summary 接受设备数据记录
|
|
2033
|
+
* @param {IotApiAcceptDevicesRecordRequest} requestParameters Request parameters.
|
|
2034
|
+
* @param {*} [options] Override http request option.
|
|
2035
|
+
* @throws {RequiredError}
|
|
2036
|
+
*/
|
|
2037
|
+
acceptDevicesRecord(requestParameters: IotApiAcceptDevicesRecordRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
2038
|
+
return localVarFp.acceptDevicesRecord(requestParameters.acceptDevicesRecordVO, options).then((request) => request(axios, basePath));
|
|
2039
|
+
},
|
|
2040
|
+
/**
|
|
2041
|
+
*
|
|
2042
|
+
* @summary 同步物联网消防用水设备
|
|
2043
|
+
* @param {*} [options] Override http request option.
|
|
2044
|
+
* @throws {RequiredError}
|
|
2045
|
+
*/
|
|
2046
|
+
addWater(options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
2047
|
+
return localVarFp.addWater(options).then((request) => request(axios, basePath));
|
|
2048
|
+
},
|
|
2049
|
+
/**
|
|
2050
|
+
*
|
|
2051
|
+
* @summary 物联网设备部件排序
|
|
2052
|
+
* @param {IotApiDeviceUnitSortRequest} requestParameters Request parameters.
|
|
2053
|
+
* @param {*} [options] Override http request option.
|
|
2054
|
+
* @throws {RequiredError}
|
|
2055
|
+
*/
|
|
2056
|
+
deviceUnitSort(requestParameters: IotApiDeviceUnitSortRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
2057
|
+
return localVarFp.deviceUnitSort(requestParameters.deviceUnitSortBO, options).then((request) => request(axios, basePath));
|
|
2058
|
+
},
|
|
2059
|
+
/**
|
|
2060
|
+
*
|
|
2061
|
+
* @summary 物联网设备详情
|
|
2062
|
+
* @param {IotApiDevicesDetailRequest} requestParameters Request parameters.
|
|
2063
|
+
* @param {*} [options] Override http request option.
|
|
2064
|
+
* @throws {RequiredError}
|
|
2065
|
+
*/
|
|
2066
|
+
devicesDetail(requestParameters: IotApiDevicesDetailRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
2067
|
+
return localVarFp.devicesDetail(requestParameters.devicesId, requestParameters.parkId, options).then((request) => request(axios, basePath));
|
|
2068
|
+
},
|
|
2069
|
+
/**
|
|
2070
|
+
*
|
|
2071
|
+
* @summary 物联网设备详情记录
|
|
2072
|
+
* @param {IotApiDevicesDetailRecordListRequest} requestParameters Request parameters.
|
|
2073
|
+
* @param {*} [options] Override http request option.
|
|
2074
|
+
* @throws {RequiredError}
|
|
2075
|
+
*/
|
|
2076
|
+
devicesDetailRecordList(requestParameters: IotApiDevicesDetailRecordListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
2077
|
+
return localVarFp.devicesDetailRecordList(requestParameters.deviceRecordsSearchVO, options).then((request) => request(axios, basePath));
|
|
2078
|
+
},
|
|
2079
|
+
/**
|
|
2080
|
+
*
|
|
2081
|
+
* @summary 物联网设备详情统计记录
|
|
2082
|
+
* @param {IotApiDevicesDetailRecordStatisticsRequest} requestParameters Request parameters.
|
|
2083
|
+
* @param {*} [options] Override http request option.
|
|
2084
|
+
* @throws {RequiredError}
|
|
2085
|
+
*/
|
|
2086
|
+
devicesDetailRecordStatistics(requestParameters: IotApiDevicesDetailRecordStatisticsRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
2087
|
+
return localVarFp.devicesDetailRecordStatistics(requestParameters.recordStatisticsVO, options).then((request) => request(axios, basePath));
|
|
2088
|
+
},
|
|
2089
|
+
/**
|
|
2090
|
+
*
|
|
2091
|
+
* @summary 物联网设备序列差值
|
|
2092
|
+
* @param {IotApiDevicesSequenceDifferenceRequest} requestParameters Request parameters.
|
|
2093
|
+
* @param {*} [options] Override http request option.
|
|
2094
|
+
* @throws {RequiredError}
|
|
2095
|
+
*/
|
|
2096
|
+
devicesSequenceDifference(requestParameters: IotApiDevicesSequenceDifferenceRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
2097
|
+
return localVarFp.devicesSequenceDifference(requestParameters.recordStatisticsVO, options).then((request) => request(axios, basePath));
|
|
2098
|
+
},
|
|
2099
|
+
/**
|
|
2100
|
+
*
|
|
2101
|
+
* @summary 物联网设备序列最大值
|
|
2102
|
+
* @param {IotApiDevicesSequenceMaximumRequest} requestParameters Request parameters.
|
|
2103
|
+
* @param {*} [options] Override http request option.
|
|
2104
|
+
* @throws {RequiredError}
|
|
2105
|
+
*/
|
|
2106
|
+
devicesSequenceMaximum(requestParameters: IotApiDevicesSequenceMaximumRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
2107
|
+
return localVarFp.devicesSequenceMaximum(requestParameters.recordStatisticsVO, options).then((request) => request(axios, basePath));
|
|
2108
|
+
},
|
|
2109
|
+
/**
|
|
2110
|
+
*
|
|
2111
|
+
* @summary 设备状态更新
|
|
2112
|
+
* @param {IotApiDevicesStatus1Request} requestParameters Request parameters.
|
|
2113
|
+
* @param {*} [options] Override http request option.
|
|
2114
|
+
* @throws {RequiredError}
|
|
2115
|
+
*/
|
|
2116
|
+
devicesStatus1(requestParameters: IotApiDevicesStatus1Request, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid> {
|
|
2117
|
+
return localVarFp.devicesStatus1(requestParameters.devicesStatusUpdateVo, options).then((request) => request(axios, basePath));
|
|
2118
|
+
},
|
|
2119
|
+
/**
|
|
2120
|
+
*
|
|
2121
|
+
* @summary 导出设备数据记录
|
|
2122
|
+
* @param {IotApiExportDeviceRecordRequest} requestParameters Request parameters.
|
|
2123
|
+
* @param {*} [options] Override http request option.
|
|
2124
|
+
* @throws {RequiredError}
|
|
2125
|
+
*/
|
|
2126
|
+
exportDeviceRecord(requestParameters: IotApiExportDeviceRecordRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid> {
|
|
2127
|
+
return localVarFp.exportDeviceRecord(requestParameters.deviceRecordsSearchVO, options).then((request) => request(axios, basePath));
|
|
2128
|
+
},
|
|
2129
|
+
/**
|
|
2130
|
+
*
|
|
2131
|
+
* @summary 同步iot物联网设备
|
|
2132
|
+
* @param {IotApiGetIotDevicesRequest} requestParameters Request parameters.
|
|
2133
|
+
* @param {*} [options] Override http request option.
|
|
2134
|
+
* @throws {RequiredError}
|
|
2135
|
+
*/
|
|
2136
|
+
getIotDevices(requestParameters: IotApiGetIotDevicesRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
2137
|
+
return localVarFp.getIotDevices(requestParameters.parkId, options).then((request) => request(axios, basePath));
|
|
2138
|
+
},
|
|
2139
|
+
/**
|
|
2140
|
+
*
|
|
2141
|
+
* @summary 同步物联网设备点位
|
|
2142
|
+
* @param {IotApiGetIotDevicesUnitsRequest} requestParameters Request parameters.
|
|
2143
|
+
* @param {*} [options] Override http request option.
|
|
2144
|
+
* @throws {RequiredError}
|
|
2145
|
+
*/
|
|
2146
|
+
getIotDevicesUnits(requestParameters: IotApiGetIotDevicesUnitsRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
2147
|
+
return localVarFp.getIotDevicesUnits(requestParameters.parkId, requestParameters.owningSystem, requestParameters.modelId, requestParameters.brandId, requestParameters.unitType, requestParameters.type, options).then((request) => request(axios, basePath));
|
|
2148
|
+
},
|
|
2149
|
+
/**
|
|
2150
|
+
*
|
|
2151
|
+
* @summary 获取节点详情
|
|
2152
|
+
* @param {IotApiGetNodeRequest} requestParameters Request parameters.
|
|
2153
|
+
* @param {*} [options] Override http request option.
|
|
2154
|
+
* @throws {RequiredError}
|
|
2155
|
+
*/
|
|
2156
|
+
getNode(requestParameters: IotApiGetNodeRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultNodeDTO> {
|
|
2157
|
+
return localVarFp.getNode(requestParameters.nodeId, options).then((request) => request(axios, basePath));
|
|
2158
|
+
},
|
|
2159
|
+
/**
|
|
2160
|
+
*
|
|
2161
|
+
* @summary 物联网电表上报记录列表
|
|
2162
|
+
* @param {IotApiInternetDetailReportRecordListRequest} requestParameters Request parameters.
|
|
2163
|
+
* @param {*} [options] Override http request option.
|
|
2164
|
+
* @throws {RequiredError}
|
|
2165
|
+
*/
|
|
2166
|
+
internetDetailReportRecordList(requestParameters: IotApiInternetDetailReportRecordListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
2167
|
+
return localVarFp.internetDetailReportRecordList(requestParameters.internetMeterReportRecordSearchVo, options).then((request) => request(axios, basePath));
|
|
2168
|
+
},
|
|
2169
|
+
/**
|
|
2170
|
+
*
|
|
2171
|
+
* @summary 物联网电表上报记录统计
|
|
2172
|
+
* @param {IotApiInternetDetailStatisticsRequest} requestParameters Request parameters.
|
|
2173
|
+
* @param {*} [options] Override http request option.
|
|
2174
|
+
* @throws {RequiredError}
|
|
2175
|
+
*/
|
|
2176
|
+
internetDetailStatistics(requestParameters: IotApiInternetDetailStatisticsRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
2177
|
+
return localVarFp.internetDetailStatistics(requestParameters.internetMeterReportRecordStatisticsVo, options).then((request) => request(axios, basePath));
|
|
2178
|
+
},
|
|
2179
|
+
/**
|
|
2180
|
+
*
|
|
2181
|
+
* @summary 物联网电表详情
|
|
2182
|
+
* @param {IotApiInternetMeterDetailRequest} requestParameters Request parameters.
|
|
2183
|
+
* @param {*} [options] Override http request option.
|
|
2184
|
+
* @throws {RequiredError}
|
|
2185
|
+
*/
|
|
2186
|
+
internetMeterDetail(requestParameters: IotApiInternetMeterDetailRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
2187
|
+
return localVarFp.internetMeterDetail(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
2188
|
+
},
|
|
2189
|
+
/**
|
|
2190
|
+
*
|
|
2191
|
+
* @summary 物联网电表列表
|
|
2192
|
+
* @param {IotApiInternetMeterListRequest} requestParameters Request parameters.
|
|
2193
|
+
* @param {*} [options] Override http request option.
|
|
2194
|
+
* @throws {RequiredError}
|
|
2195
|
+
*/
|
|
2196
|
+
internetMeterList(requestParameters: IotApiInternetMeterListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
2197
|
+
return localVarFp.internetMeterList(requestParameters.internetMeterSearchVo, options).then((request) => request(axios, basePath));
|
|
2198
|
+
},
|
|
2199
|
+
/**
|
|
2200
|
+
*
|
|
2201
|
+
* @summary 物联网设置接口
|
|
2202
|
+
* @param {IotApiInternetSetRequest} requestParameters Request parameters.
|
|
2203
|
+
* @param {*} [options] Override http request option.
|
|
2204
|
+
* @throws {RequiredError}
|
|
2205
|
+
*/
|
|
2206
|
+
internetSet(requestParameters: IotApiInternetSetRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
2207
|
+
return localVarFp.internetSet(requestParameters.internetSetVO, options).then((request) => request(axios, basePath));
|
|
2208
|
+
},
|
|
2209
|
+
/**
|
|
2210
|
+
*
|
|
2211
|
+
* @summary 消防用水详情
|
|
2212
|
+
* @param {IotApiInternetWaterDetailRequest} requestParameters Request parameters.
|
|
2213
|
+
* @param {*} [options] Override http request option.
|
|
2214
|
+
* @throws {RequiredError}
|
|
2215
|
+
*/
|
|
2216
|
+
internetWaterDetail(requestParameters: IotApiInternetWaterDetailRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
2217
|
+
return localVarFp.internetWaterDetail(requestParameters.waterId, options).then((request) => request(axios, basePath));
|
|
2218
|
+
},
|
|
2219
|
+
/**
|
|
2220
|
+
*
|
|
2221
|
+
* @summary 消防用水上报记录列表
|
|
2222
|
+
* @param {IotApiInternetWaterDetailListRequest} requestParameters Request parameters.
|
|
2223
|
+
* @param {*} [options] Override http request option.
|
|
2224
|
+
* @throws {RequiredError}
|
|
2225
|
+
*/
|
|
2226
|
+
internetWaterDetailList(requestParameters: IotApiInternetWaterDetailListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
2227
|
+
return localVarFp.internetWaterDetailList(requestParameters.internetWaterReportRecordSearchVo, options).then((request) => request(axios, basePath));
|
|
2228
|
+
},
|
|
2229
|
+
/**
|
|
2230
|
+
*
|
|
2231
|
+
* @summary 消防用水上报记录统计
|
|
2232
|
+
* @param {IotApiInternetWaterDetailStatisticsRequest} requestParameters Request parameters.
|
|
2233
|
+
* @param {*} [options] Override http request option.
|
|
2234
|
+
* @throws {RequiredError}
|
|
2235
|
+
*/
|
|
2236
|
+
internetWaterDetailStatistics(requestParameters: IotApiInternetWaterDetailStatisticsRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
2237
|
+
return localVarFp.internetWaterDetailStatistics(requestParameters.waterId, options).then((request) => request(axios, basePath));
|
|
2238
|
+
},
|
|
2239
|
+
/**
|
|
2240
|
+
*
|
|
2241
|
+
* @summary 消防用水列表
|
|
2242
|
+
* @param {IotApiInternetWaterListRequest} requestParameters Request parameters.
|
|
2243
|
+
* @param {*} [options] Override http request option.
|
|
2244
|
+
* @throws {RequiredError}
|
|
2245
|
+
*/
|
|
2246
|
+
internetWaterList(requestParameters: IotApiInternetWaterListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
2247
|
+
return localVarFp.internetWaterList(requestParameters.internetWaterSearchVo, options).then((request) => request(axios, basePath));
|
|
2248
|
+
},
|
|
2249
|
+
/**
|
|
2250
|
+
*
|
|
2251
|
+
* @summary 物联网设备列表
|
|
2252
|
+
* @param {IotApiIotDevicesListRequest} requestParameters Request parameters.
|
|
2253
|
+
* @param {*} [options] Override http request option.
|
|
2254
|
+
* @throws {RequiredError}
|
|
2255
|
+
*/
|
|
2256
|
+
iotDevicesList(requestParameters: IotApiIotDevicesListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultPageDtoDevicesSearchDTO> {
|
|
2257
|
+
return localVarFp.iotDevicesList(requestParameters.devicesSearchVO, options).then((request) => request(axios, basePath));
|
|
2258
|
+
},
|
|
2259
|
+
/**
|
|
2260
|
+
*
|
|
2261
|
+
* @summary 查询设备列表
|
|
2262
|
+
* @param {IotApiIotSelectDeviceListRequest} requestParameters Request parameters.
|
|
2263
|
+
* @param {*} [options] Override http request option.
|
|
2264
|
+
* @throws {RequiredError}
|
|
2265
|
+
*/
|
|
2266
|
+
iotSelectDeviceList(requestParameters: IotApiIotSelectDeviceListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListDeviceListDTO> {
|
|
2267
|
+
return localVarFp.iotSelectDeviceList(requestParameters.parkId, requestParameters.spaceAttribute, options).then((request) => request(axios, basePath));
|
|
2268
|
+
},
|
|
2269
|
+
/**
|
|
2270
|
+
*
|
|
2271
|
+
* @summary 查询设备部件列表
|
|
2272
|
+
* @param {IotApiIotSelectDeviceUnitListRequest} requestParameters Request parameters.
|
|
2273
|
+
* @param {*} [options] Override http request option.
|
|
2274
|
+
* @throws {RequiredError}
|
|
2275
|
+
*/
|
|
2276
|
+
iotSelectDeviceUnitList(requestParameters: IotApiIotSelectDeviceUnitListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListDeviceUnitDTO> {
|
|
2277
|
+
return localVarFp.iotSelectDeviceUnitList(requestParameters.parkId, options).then((request) => request(axios, basePath));
|
|
2278
|
+
},
|
|
2279
|
+
/**
|
|
2280
|
+
*
|
|
2281
|
+
* @summary 编辑设备部件状态
|
|
2282
|
+
* @param {IotApiJizhuUpdateUnitRequest} requestParameters Request parameters.
|
|
2283
|
+
* @param {*} [options] Override http request option.
|
|
2284
|
+
* @throws {RequiredError}
|
|
2285
|
+
*/
|
|
2286
|
+
jizhuUpdateUnit(requestParameters: IotApiJizhuUpdateUnitRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
2287
|
+
return localVarFp.jizhuUpdateUnit(requestParameters.deviceUnitEdit, options).then((request) => request(axios, basePath));
|
|
2288
|
+
},
|
|
2289
|
+
/**
|
|
2290
|
+
*
|
|
2291
|
+
* @summary 编辑极驻物联网属性数据
|
|
2292
|
+
* @param {IotApiJizhuUpdateUnitItemRequest} requestParameters Request parameters.
|
|
2293
|
+
* @param {*} [options] Override http request option.
|
|
2294
|
+
* @throws {RequiredError}
|
|
2295
|
+
*/
|
|
2296
|
+
jizhuUpdateUnitItem(requestParameters: IotApiJizhuUpdateUnitItemRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
2297
|
+
return localVarFp.jizhuUpdateUnitItem(requestParameters.deviceUnitItemsUpdateDTO, options).then((request) => request(axios, basePath));
|
|
2298
|
+
},
|
|
2299
|
+
/**
|
|
2300
|
+
*
|
|
2301
|
+
* @summary 分页查询节点
|
|
2302
|
+
* @param {IotApiNodeListRequest} requestParameters Request parameters.
|
|
2303
|
+
* @param {*} [options] Override http request option.
|
|
2304
|
+
* @throws {RequiredError}
|
|
2305
|
+
*/
|
|
2306
|
+
nodeList(requestParameters: IotApiNodeListRequest = {}, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultPageDtoNodeDTO> {
|
|
2307
|
+
return localVarFp.nodeList(requestParameters.parkId, requestParameters.type, requestParameters.page, requestParameters.pageSize, requestParameters.searchValue, requestParameters.createBy, requestParameters.createTime, requestParameters.updateBy, requestParameters.updateTime, requestParameters.remark, options).then((request) => request(axios, basePath));
|
|
2308
|
+
},
|
|
2309
|
+
/**
|
|
2310
|
+
*
|
|
2311
|
+
* @summary 泛感知设备详情
|
|
2312
|
+
* @param {IotApiPanPerceptionDetailRequest} requestParameters Request parameters.
|
|
2313
|
+
* @param {*} [options] Override http request option.
|
|
2314
|
+
* @throws {RequiredError}
|
|
2315
|
+
*/
|
|
2316
|
+
panPerceptionDetail(requestParameters: IotApiPanPerceptionDetailRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
2317
|
+
return localVarFp.panPerceptionDetail(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
2318
|
+
},
|
|
2319
|
+
/**
|
|
2320
|
+
*
|
|
2321
|
+
* @summary 泛感知设备列表
|
|
2322
|
+
* @param {IotApiPanPerceptionListRequest} requestParameters Request parameters.
|
|
2323
|
+
* @param {*} [options] Override http request option.
|
|
2324
|
+
* @throws {RequiredError}
|
|
2325
|
+
*/
|
|
2326
|
+
panPerceptionList(requestParameters: IotApiPanPerceptionListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
2327
|
+
return localVarFp.panPerceptionList(requestParameters.internetPanPerceptionSearchVo, options).then((request) => request(axios, basePath));
|
|
2328
|
+
},
|
|
2329
|
+
/**
|
|
2330
|
+
*
|
|
2331
|
+
* @summary 泛感知设备上报记录列表
|
|
2332
|
+
* @param {IotApiPanPerceptionReportRecordDetailListRequest} requestParameters Request parameters.
|
|
2333
|
+
* @param {*} [options] Override http request option.
|
|
2334
|
+
* @throws {RequiredError}
|
|
2335
|
+
*/
|
|
2336
|
+
panPerceptionReportRecordDetailList(requestParameters: IotApiPanPerceptionReportRecordDetailListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
2337
|
+
return localVarFp.panPerceptionReportRecordDetailList(requestParameters.internetPanPerceptionReportRecordVo, options).then((request) => request(axios, basePath));
|
|
2338
|
+
},
|
|
2339
|
+
/**
|
|
2340
|
+
*
|
|
2341
|
+
* @summary 物联网设备部件属性列表
|
|
2342
|
+
* @param {IotApiSelectDeviceUnitItemListRequest} requestParameters Request parameters.
|
|
2343
|
+
* @param {*} [options] Override http request option.
|
|
2344
|
+
* @throws {RequiredError}
|
|
2345
|
+
*/
|
|
2346
|
+
selectDeviceUnitItemList(requestParameters: IotApiSelectDeviceUnitItemListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListDeviceUnitItemDTO> {
|
|
2347
|
+
return localVarFp.selectDeviceUnitItemList(requestParameters.unitIds, options).then((request) => request(axios, basePath));
|
|
2348
|
+
},
|
|
2349
|
+
/**
|
|
2350
|
+
*
|
|
2351
|
+
* @summary 物联网属性列表
|
|
2352
|
+
* @param {IotApiUnitItemListRequest} requestParameters Request parameters.
|
|
2353
|
+
* @param {*} [options] Override http request option.
|
|
2354
|
+
* @throws {RequiredError}
|
|
2355
|
+
*/
|
|
2356
|
+
unitItemList(requestParameters: IotApiUnitItemListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
2357
|
+
return localVarFp.unitItemList(requestParameters.deviceUnitItemsSearchDTO, options).then((request) => request(axios, basePath));
|
|
2358
|
+
},
|
|
2359
|
+
/**
|
|
2360
|
+
*
|
|
2361
|
+
* @summary 修改物联网属性
|
|
2362
|
+
* @param {IotApiUpdateUnitItemRequest} requestParameters Request parameters.
|
|
2363
|
+
* @param {*} [options] Override http request option.
|
|
2364
|
+
* @throws {RequiredError}
|
|
2365
|
+
*/
|
|
2366
|
+
updateUnitItem(requestParameters: IotApiUpdateUnitItemRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
2367
|
+
return localVarFp.updateUnitItem(requestParameters.deviceUnitItemsUpdateDTO, options).then((request) => request(axios, basePath));
|
|
2368
|
+
},
|
|
2369
|
+
};
|
|
2370
|
+
};
|
|
2371
|
+
|
|
2372
|
+
/**
|
|
2373
|
+
* Request parameters for acceptDevicesRecord operation in IotApi.
|
|
2374
|
+
* @export
|
|
2375
|
+
* @interface IotApiAcceptDevicesRecordRequest
|
|
2376
|
+
*/
|
|
2377
|
+
export interface IotApiAcceptDevicesRecordRequest {
|
|
2378
|
+
/**
|
|
2379
|
+
*
|
|
2380
|
+
* @type {AcceptDevicesRecordVO}
|
|
2381
|
+
* @memberof IotApiAcceptDevicesRecord
|
|
2382
|
+
*/
|
|
2383
|
+
readonly acceptDevicesRecordVO: AcceptDevicesRecordVO
|
|
2384
|
+
}
|
|
2385
|
+
|
|
2386
|
+
/**
|
|
2387
|
+
* Request parameters for deviceUnitSort operation in IotApi.
|
|
2388
|
+
* @export
|
|
2389
|
+
* @interface IotApiDeviceUnitSortRequest
|
|
2390
|
+
*/
|
|
2391
|
+
export interface IotApiDeviceUnitSortRequest {
|
|
2392
|
+
/**
|
|
2393
|
+
*
|
|
2394
|
+
* @type {Array<DeviceUnitSortBO>}
|
|
2395
|
+
* @memberof IotApiDeviceUnitSort
|
|
2396
|
+
*/
|
|
2397
|
+
readonly deviceUnitSortBO: Array<DeviceUnitSortBO>
|
|
2398
|
+
}
|
|
2399
|
+
|
|
2400
|
+
/**
|
|
2401
|
+
* Request parameters for devicesDetail operation in IotApi.
|
|
2402
|
+
* @export
|
|
2403
|
+
* @interface IotApiDevicesDetailRequest
|
|
2404
|
+
*/
|
|
2405
|
+
export interface IotApiDevicesDetailRequest {
|
|
2406
|
+
/**
|
|
2407
|
+
*
|
|
2408
|
+
* @type {number}
|
|
2409
|
+
* @memberof IotApiDevicesDetail
|
|
2410
|
+
*/
|
|
2411
|
+
readonly devicesId: number
|
|
2412
|
+
|
|
2413
|
+
/**
|
|
2414
|
+
*
|
|
2415
|
+
* @type {number}
|
|
2416
|
+
* @memberof IotApiDevicesDetail
|
|
2417
|
+
*/
|
|
2418
|
+
readonly parkId: number
|
|
2419
|
+
}
|
|
2420
|
+
|
|
2421
|
+
/**
|
|
2422
|
+
* Request parameters for devicesDetailRecordList operation in IotApi.
|
|
2423
|
+
* @export
|
|
2424
|
+
* @interface IotApiDevicesDetailRecordListRequest
|
|
2425
|
+
*/
|
|
2426
|
+
export interface IotApiDevicesDetailRecordListRequest {
|
|
2427
|
+
/**
|
|
2428
|
+
*
|
|
2429
|
+
* @type {DeviceRecordsSearchVO}
|
|
2430
|
+
* @memberof IotApiDevicesDetailRecordList
|
|
2431
|
+
*/
|
|
2432
|
+
readonly deviceRecordsSearchVO: DeviceRecordsSearchVO
|
|
2433
|
+
}
|
|
2434
|
+
|
|
2435
|
+
/**
|
|
2436
|
+
* Request parameters for devicesDetailRecordStatistics operation in IotApi.
|
|
2437
|
+
* @export
|
|
2438
|
+
* @interface IotApiDevicesDetailRecordStatisticsRequest
|
|
2439
|
+
*/
|
|
2440
|
+
export interface IotApiDevicesDetailRecordStatisticsRequest {
|
|
2441
|
+
/**
|
|
2442
|
+
*
|
|
2443
|
+
* @type {RecordStatisticsVO}
|
|
2444
|
+
* @memberof IotApiDevicesDetailRecordStatistics
|
|
2445
|
+
*/
|
|
2446
|
+
readonly recordStatisticsVO: RecordStatisticsVO
|
|
2447
|
+
}
|
|
2448
|
+
|
|
2449
|
+
/**
|
|
2450
|
+
* Request parameters for devicesSequenceDifference operation in IotApi.
|
|
2451
|
+
* @export
|
|
2452
|
+
* @interface IotApiDevicesSequenceDifferenceRequest
|
|
2453
|
+
*/
|
|
2454
|
+
export interface IotApiDevicesSequenceDifferenceRequest {
|
|
2455
|
+
/**
|
|
2456
|
+
*
|
|
2457
|
+
* @type {RecordStatisticsVO}
|
|
2458
|
+
* @memberof IotApiDevicesSequenceDifference
|
|
2459
|
+
*/
|
|
2460
|
+
readonly recordStatisticsVO: RecordStatisticsVO
|
|
2461
|
+
}
|
|
2462
|
+
|
|
2463
|
+
/**
|
|
2464
|
+
* Request parameters for devicesSequenceMaximum operation in IotApi.
|
|
2465
|
+
* @export
|
|
2466
|
+
* @interface IotApiDevicesSequenceMaximumRequest
|
|
2467
|
+
*/
|
|
2468
|
+
export interface IotApiDevicesSequenceMaximumRequest {
|
|
2469
|
+
/**
|
|
2470
|
+
*
|
|
2471
|
+
* @type {RecordStatisticsVO}
|
|
2472
|
+
* @memberof IotApiDevicesSequenceMaximum
|
|
2473
|
+
*/
|
|
2474
|
+
readonly recordStatisticsVO: RecordStatisticsVO
|
|
2475
|
+
}
|
|
2476
|
+
|
|
2477
|
+
/**
|
|
2478
|
+
* Request parameters for devicesStatus1 operation in IotApi.
|
|
2479
|
+
* @export
|
|
2480
|
+
* @interface IotApiDevicesStatus1Request
|
|
2481
|
+
*/
|
|
2482
|
+
export interface IotApiDevicesStatus1Request {
|
|
2483
|
+
/**
|
|
2484
|
+
*
|
|
2485
|
+
* @type {DevicesStatusUpdateVo}
|
|
2486
|
+
* @memberof IotApiDevicesStatus1
|
|
2487
|
+
*/
|
|
2488
|
+
readonly devicesStatusUpdateVo: DevicesStatusUpdateVo
|
|
2489
|
+
}
|
|
2490
|
+
|
|
2491
|
+
/**
|
|
2492
|
+
* Request parameters for exportDeviceRecord operation in IotApi.
|
|
2493
|
+
* @export
|
|
2494
|
+
* @interface IotApiExportDeviceRecordRequest
|
|
2495
|
+
*/
|
|
2496
|
+
export interface IotApiExportDeviceRecordRequest {
|
|
2497
|
+
/**
|
|
2498
|
+
*
|
|
2499
|
+
* @type {DeviceRecordsSearchVO}
|
|
2500
|
+
* @memberof IotApiExportDeviceRecord
|
|
2501
|
+
*/
|
|
2502
|
+
readonly deviceRecordsSearchVO: DeviceRecordsSearchVO
|
|
2503
|
+
}
|
|
2504
|
+
|
|
2505
|
+
/**
|
|
2506
|
+
* Request parameters for getIotDevices operation in IotApi.
|
|
2507
|
+
* @export
|
|
2508
|
+
* @interface IotApiGetIotDevicesRequest
|
|
2509
|
+
*/
|
|
2510
|
+
export interface IotApiGetIotDevicesRequest {
|
|
2511
|
+
/**
|
|
2512
|
+
*
|
|
2513
|
+
* @type {number}
|
|
2514
|
+
* @memberof IotApiGetIotDevices
|
|
2515
|
+
*/
|
|
2516
|
+
readonly parkId: number
|
|
2517
|
+
}
|
|
2518
|
+
|
|
2519
|
+
/**
|
|
2520
|
+
* Request parameters for getIotDevicesUnits operation in IotApi.
|
|
2521
|
+
* @export
|
|
2522
|
+
* @interface IotApiGetIotDevicesUnitsRequest
|
|
2523
|
+
*/
|
|
2524
|
+
export interface IotApiGetIotDevicesUnitsRequest {
|
|
2525
|
+
/**
|
|
2526
|
+
* 园区id
|
|
2527
|
+
* @type {string}
|
|
2528
|
+
* @memberof IotApiGetIotDevicesUnits
|
|
2529
|
+
*/
|
|
2530
|
+
readonly parkId: string
|
|
2531
|
+
|
|
2532
|
+
/**
|
|
2533
|
+
* 所属系统
|
|
2534
|
+
* @type {string}
|
|
2535
|
+
* @memberof IotApiGetIotDevicesUnits
|
|
2536
|
+
*/
|
|
2537
|
+
readonly owningSystem: string
|
|
2538
|
+
|
|
2539
|
+
/**
|
|
2540
|
+
* 型号id
|
|
2541
|
+
* @type {string}
|
|
2542
|
+
* @memberof IotApiGetIotDevicesUnits
|
|
2543
|
+
*/
|
|
2544
|
+
readonly modelId: string
|
|
2545
|
+
|
|
2546
|
+
/**
|
|
2547
|
+
* 品牌id
|
|
2548
|
+
* @type {string}
|
|
2549
|
+
* @memberof IotApiGetIotDevicesUnits
|
|
2550
|
+
*/
|
|
2551
|
+
readonly brandId: string
|
|
2552
|
+
|
|
2553
|
+
/**
|
|
2554
|
+
* 部件类型: 电:000011,000002,000014 水:000005 天然气:000006 压缩空气:000008 污水:000009 蒸汽:000010 净水:000015
|
|
2555
|
+
* @type {string}
|
|
2556
|
+
* @memberof IotApiGetIotDevicesUnits
|
|
2557
|
+
*/
|
|
2558
|
+
readonly unitType: string
|
|
2559
|
+
|
|
2560
|
+
/**
|
|
2561
|
+
* 同步类型:1能源 2物联网
|
|
2562
|
+
* @type {number}
|
|
2563
|
+
* @memberof IotApiGetIotDevicesUnits
|
|
2564
|
+
*/
|
|
2565
|
+
readonly type: number
|
|
2566
|
+
}
|
|
2567
|
+
|
|
2568
|
+
/**
|
|
2569
|
+
* Request parameters for getNode operation in IotApi.
|
|
2570
|
+
* @export
|
|
2571
|
+
* @interface IotApiGetNodeRequest
|
|
2572
|
+
*/
|
|
2573
|
+
export interface IotApiGetNodeRequest {
|
|
2574
|
+
/**
|
|
2575
|
+
*
|
|
2576
|
+
* @type {number}
|
|
2577
|
+
* @memberof IotApiGetNode
|
|
2578
|
+
*/
|
|
2579
|
+
readonly nodeId: number
|
|
2580
|
+
}
|
|
2581
|
+
|
|
2582
|
+
/**
|
|
2583
|
+
* Request parameters for internetDetailReportRecordList operation in IotApi.
|
|
2584
|
+
* @export
|
|
2585
|
+
* @interface IotApiInternetDetailReportRecordListRequest
|
|
2586
|
+
*/
|
|
2587
|
+
export interface IotApiInternetDetailReportRecordListRequest {
|
|
2588
|
+
/**
|
|
2589
|
+
*
|
|
2590
|
+
* @type {InternetMeterReportRecordSearchVo}
|
|
2591
|
+
* @memberof IotApiInternetDetailReportRecordList
|
|
2592
|
+
*/
|
|
2593
|
+
readonly internetMeterReportRecordSearchVo: InternetMeterReportRecordSearchVo
|
|
2594
|
+
}
|
|
2595
|
+
|
|
2596
|
+
/**
|
|
2597
|
+
* Request parameters for internetDetailStatistics operation in IotApi.
|
|
2598
|
+
* @export
|
|
2599
|
+
* @interface IotApiInternetDetailStatisticsRequest
|
|
2600
|
+
*/
|
|
2601
|
+
export interface IotApiInternetDetailStatisticsRequest {
|
|
2602
|
+
/**
|
|
2603
|
+
*
|
|
2604
|
+
* @type {InternetMeterReportRecordStatisticsVo}
|
|
2605
|
+
* @memberof IotApiInternetDetailStatistics
|
|
2606
|
+
*/
|
|
2607
|
+
readonly internetMeterReportRecordStatisticsVo: InternetMeterReportRecordStatisticsVo
|
|
2608
|
+
}
|
|
2609
|
+
|
|
2610
|
+
/**
|
|
2611
|
+
* Request parameters for internetMeterDetail operation in IotApi.
|
|
2612
|
+
* @export
|
|
2613
|
+
* @interface IotApiInternetMeterDetailRequest
|
|
2614
|
+
*/
|
|
2615
|
+
export interface IotApiInternetMeterDetailRequest {
|
|
2616
|
+
/**
|
|
2617
|
+
*
|
|
2618
|
+
* @type {number}
|
|
2619
|
+
* @memberof IotApiInternetMeterDetail
|
|
2620
|
+
*/
|
|
2621
|
+
readonly id: number
|
|
2622
|
+
}
|
|
2623
|
+
|
|
2624
|
+
/**
|
|
2625
|
+
* Request parameters for internetMeterList operation in IotApi.
|
|
2626
|
+
* @export
|
|
2627
|
+
* @interface IotApiInternetMeterListRequest
|
|
2628
|
+
*/
|
|
2629
|
+
export interface IotApiInternetMeterListRequest {
|
|
2630
|
+
/**
|
|
2631
|
+
*
|
|
2632
|
+
* @type {InternetMeterSearchVo}
|
|
2633
|
+
* @memberof IotApiInternetMeterList
|
|
2634
|
+
*/
|
|
2635
|
+
readonly internetMeterSearchVo: InternetMeterSearchVo
|
|
2636
|
+
}
|
|
2637
|
+
|
|
2638
|
+
/**
|
|
2639
|
+
* Request parameters for internetSet operation in IotApi.
|
|
2640
|
+
* @export
|
|
2641
|
+
* @interface IotApiInternetSetRequest
|
|
2642
|
+
*/
|
|
2643
|
+
export interface IotApiInternetSetRequest {
|
|
2644
|
+
/**
|
|
2645
|
+
*
|
|
2646
|
+
* @type {InternetSetVO}
|
|
2647
|
+
* @memberof IotApiInternetSet
|
|
2648
|
+
*/
|
|
2649
|
+
readonly internetSetVO: InternetSetVO
|
|
2650
|
+
}
|
|
2651
|
+
|
|
2652
|
+
/**
|
|
2653
|
+
* Request parameters for internetWaterDetail operation in IotApi.
|
|
2654
|
+
* @export
|
|
2655
|
+
* @interface IotApiInternetWaterDetailRequest
|
|
2656
|
+
*/
|
|
2657
|
+
export interface IotApiInternetWaterDetailRequest {
|
|
2658
|
+
/**
|
|
2659
|
+
*
|
|
2660
|
+
* @type {number}
|
|
2661
|
+
* @memberof IotApiInternetWaterDetail
|
|
2662
|
+
*/
|
|
2663
|
+
readonly waterId: number
|
|
2664
|
+
}
|
|
2665
|
+
|
|
2666
|
+
/**
|
|
2667
|
+
* Request parameters for internetWaterDetailList operation in IotApi.
|
|
2668
|
+
* @export
|
|
2669
|
+
* @interface IotApiInternetWaterDetailListRequest
|
|
2670
|
+
*/
|
|
2671
|
+
export interface IotApiInternetWaterDetailListRequest {
|
|
2672
|
+
/**
|
|
2673
|
+
*
|
|
2674
|
+
* @type {InternetWaterReportRecordSearchVo}
|
|
2675
|
+
* @memberof IotApiInternetWaterDetailList
|
|
2676
|
+
*/
|
|
2677
|
+
readonly internetWaterReportRecordSearchVo: InternetWaterReportRecordSearchVo
|
|
2678
|
+
}
|
|
2679
|
+
|
|
2680
|
+
/**
|
|
2681
|
+
* Request parameters for internetWaterDetailStatistics operation in IotApi.
|
|
2682
|
+
* @export
|
|
2683
|
+
* @interface IotApiInternetWaterDetailStatisticsRequest
|
|
2684
|
+
*/
|
|
2685
|
+
export interface IotApiInternetWaterDetailStatisticsRequest {
|
|
2686
|
+
/**
|
|
2687
|
+
*
|
|
2688
|
+
* @type {number}
|
|
2689
|
+
* @memberof IotApiInternetWaterDetailStatistics
|
|
2690
|
+
*/
|
|
2691
|
+
readonly waterId: number
|
|
2692
|
+
}
|
|
2693
|
+
|
|
2694
|
+
/**
|
|
2695
|
+
* Request parameters for internetWaterList operation in IotApi.
|
|
2696
|
+
* @export
|
|
2697
|
+
* @interface IotApiInternetWaterListRequest
|
|
2698
|
+
*/
|
|
2699
|
+
export interface IotApiInternetWaterListRequest {
|
|
2700
|
+
/**
|
|
2701
|
+
*
|
|
2702
|
+
* @type {InternetWaterSearchVo}
|
|
2703
|
+
* @memberof IotApiInternetWaterList
|
|
2704
|
+
*/
|
|
2705
|
+
readonly internetWaterSearchVo: InternetWaterSearchVo
|
|
2706
|
+
}
|
|
2707
|
+
|
|
2708
|
+
/**
|
|
2709
|
+
* Request parameters for iotDevicesList operation in IotApi.
|
|
2710
|
+
* @export
|
|
2711
|
+
* @interface IotApiIotDevicesListRequest
|
|
2712
|
+
*/
|
|
2713
|
+
export interface IotApiIotDevicesListRequest {
|
|
2714
|
+
/**
|
|
2715
|
+
*
|
|
2716
|
+
* @type {DevicesSearchVO}
|
|
2717
|
+
* @memberof IotApiIotDevicesList
|
|
2718
|
+
*/
|
|
2719
|
+
readonly devicesSearchVO: DevicesSearchVO
|
|
2720
|
+
}
|
|
2721
|
+
|
|
2722
|
+
/**
|
|
2723
|
+
* Request parameters for iotSelectDeviceList operation in IotApi.
|
|
2724
|
+
* @export
|
|
2725
|
+
* @interface IotApiIotSelectDeviceListRequest
|
|
2726
|
+
*/
|
|
2727
|
+
export interface IotApiIotSelectDeviceListRequest {
|
|
2728
|
+
/**
|
|
2729
|
+
* 园区ID
|
|
2730
|
+
* @type {number}
|
|
2731
|
+
* @memberof IotApiIotSelectDeviceList
|
|
2732
|
+
*/
|
|
2733
|
+
readonly parkId: number
|
|
2734
|
+
|
|
2735
|
+
/**
|
|
2736
|
+
* 空间属性
|
|
2737
|
+
* @type {string}
|
|
2738
|
+
* @memberof IotApiIotSelectDeviceList
|
|
2739
|
+
*/
|
|
2740
|
+
readonly spaceAttribute: string
|
|
2741
|
+
}
|
|
2742
|
+
|
|
2743
|
+
/**
|
|
2744
|
+
* Request parameters for iotSelectDeviceUnitList operation in IotApi.
|
|
2745
|
+
* @export
|
|
2746
|
+
* @interface IotApiIotSelectDeviceUnitListRequest
|
|
2747
|
+
*/
|
|
2748
|
+
export interface IotApiIotSelectDeviceUnitListRequest {
|
|
2749
|
+
/**
|
|
2750
|
+
* 园区ID
|
|
2751
|
+
* @type {number}
|
|
2752
|
+
* @memberof IotApiIotSelectDeviceUnitList
|
|
2753
|
+
*/
|
|
2754
|
+
readonly parkId: number
|
|
2755
|
+
}
|
|
2756
|
+
|
|
2757
|
+
/**
|
|
2758
|
+
* Request parameters for jizhuUpdateUnit operation in IotApi.
|
|
2759
|
+
* @export
|
|
2760
|
+
* @interface IotApiJizhuUpdateUnitRequest
|
|
2761
|
+
*/
|
|
2762
|
+
export interface IotApiJizhuUpdateUnitRequest {
|
|
2763
|
+
/**
|
|
2764
|
+
*
|
|
2765
|
+
* @type {DeviceUnitEdit}
|
|
2766
|
+
* @memberof IotApiJizhuUpdateUnit
|
|
2767
|
+
*/
|
|
2768
|
+
readonly deviceUnitEdit: DeviceUnitEdit
|
|
2769
|
+
}
|
|
2770
|
+
|
|
2771
|
+
/**
|
|
2772
|
+
* Request parameters for jizhuUpdateUnitItem operation in IotApi.
|
|
2773
|
+
* @export
|
|
2774
|
+
* @interface IotApiJizhuUpdateUnitItemRequest
|
|
2775
|
+
*/
|
|
2776
|
+
export interface IotApiJizhuUpdateUnitItemRequest {
|
|
2777
|
+
/**
|
|
2778
|
+
*
|
|
2779
|
+
* @type {DeviceUnitItemsUpdateDTO}
|
|
2780
|
+
* @memberof IotApiJizhuUpdateUnitItem
|
|
2781
|
+
*/
|
|
2782
|
+
readonly deviceUnitItemsUpdateDTO: DeviceUnitItemsUpdateDTO
|
|
2783
|
+
}
|
|
2784
|
+
|
|
2785
|
+
/**
|
|
2786
|
+
* Request parameters for nodeList operation in IotApi.
|
|
2787
|
+
* @export
|
|
2788
|
+
* @interface IotApiNodeListRequest
|
|
2789
|
+
*/
|
|
2790
|
+
export interface IotApiNodeListRequest {
|
|
2791
|
+
/**
|
|
2792
|
+
* 园区Id
|
|
2793
|
+
* @type {number}
|
|
2794
|
+
* @memberof IotApiNodeList
|
|
2795
|
+
*/
|
|
2796
|
+
readonly parkId?: number
|
|
2797
|
+
|
|
2798
|
+
/**
|
|
2799
|
+
* 节点类型
|
|
2800
|
+
* @type {NodeTypeEnum}
|
|
2801
|
+
* @memberof IotApiNodeList
|
|
2802
|
+
*/
|
|
2803
|
+
readonly type?: NodeTypeEnum
|
|
2804
|
+
|
|
2805
|
+
/**
|
|
2806
|
+
* 当前页码
|
|
2807
|
+
* @type {ModelInteger}
|
|
2808
|
+
* @memberof IotApiNodeList
|
|
2809
|
+
*/
|
|
2810
|
+
readonly page?: ModelInteger
|
|
2811
|
+
|
|
2812
|
+
/**
|
|
2813
|
+
* 每页数量
|
|
2814
|
+
* @type {ModelInteger}
|
|
2815
|
+
* @memberof IotApiNodeList
|
|
2816
|
+
*/
|
|
2817
|
+
readonly pageSize?: ModelInteger
|
|
2818
|
+
|
|
2819
|
+
/**
|
|
2820
|
+
*
|
|
2821
|
+
* @type {string}
|
|
2822
|
+
* @memberof IotApiNodeList
|
|
2823
|
+
*/
|
|
2824
|
+
readonly searchValue?: string
|
|
2825
|
+
|
|
2826
|
+
/**
|
|
2827
|
+
*
|
|
2828
|
+
* @type {string}
|
|
2829
|
+
* @memberof IotApiNodeList
|
|
2830
|
+
*/
|
|
2831
|
+
readonly createBy?: string
|
|
2832
|
+
|
|
2833
|
+
/**
|
|
2834
|
+
*
|
|
2835
|
+
* @type {string}
|
|
2836
|
+
* @memberof IotApiNodeList
|
|
2837
|
+
*/
|
|
2838
|
+
readonly createTime?: string
|
|
2839
|
+
|
|
2840
|
+
/**
|
|
2841
|
+
*
|
|
2842
|
+
* @type {string}
|
|
2843
|
+
* @memberof IotApiNodeList
|
|
2844
|
+
*/
|
|
2845
|
+
readonly updateBy?: string
|
|
2846
|
+
|
|
2847
|
+
/**
|
|
2848
|
+
*
|
|
2849
|
+
* @type {string}
|
|
2850
|
+
* @memberof IotApiNodeList
|
|
2851
|
+
*/
|
|
2852
|
+
readonly updateTime?: string
|
|
2853
|
+
|
|
2854
|
+
/**
|
|
2855
|
+
*
|
|
2856
|
+
* @type {string}
|
|
2857
|
+
* @memberof IotApiNodeList
|
|
2858
|
+
*/
|
|
2859
|
+
readonly remark?: string
|
|
2860
|
+
}
|
|
2861
|
+
|
|
2862
|
+
/**
|
|
2863
|
+
* Request parameters for panPerceptionDetail operation in IotApi.
|
|
2864
|
+
* @export
|
|
2865
|
+
* @interface IotApiPanPerceptionDetailRequest
|
|
2866
|
+
*/
|
|
2867
|
+
export interface IotApiPanPerceptionDetailRequest {
|
|
2868
|
+
/**
|
|
2869
|
+
*
|
|
2870
|
+
* @type {number}
|
|
2871
|
+
* @memberof IotApiPanPerceptionDetail
|
|
2872
|
+
*/
|
|
2873
|
+
readonly id: number
|
|
2874
|
+
}
|
|
2875
|
+
|
|
2876
|
+
/**
|
|
2877
|
+
* Request parameters for panPerceptionList operation in IotApi.
|
|
2878
|
+
* @export
|
|
2879
|
+
* @interface IotApiPanPerceptionListRequest
|
|
2880
|
+
*/
|
|
2881
|
+
export interface IotApiPanPerceptionListRequest {
|
|
2882
|
+
/**
|
|
2883
|
+
*
|
|
2884
|
+
* @type {InternetPanPerceptionSearchVo}
|
|
2885
|
+
* @memberof IotApiPanPerceptionList
|
|
2886
|
+
*/
|
|
2887
|
+
readonly internetPanPerceptionSearchVo: InternetPanPerceptionSearchVo
|
|
2888
|
+
}
|
|
2889
|
+
|
|
2890
|
+
/**
|
|
2891
|
+
* Request parameters for panPerceptionReportRecordDetailList operation in IotApi.
|
|
2892
|
+
* @export
|
|
2893
|
+
* @interface IotApiPanPerceptionReportRecordDetailListRequest
|
|
2894
|
+
*/
|
|
2895
|
+
export interface IotApiPanPerceptionReportRecordDetailListRequest {
|
|
2896
|
+
/**
|
|
2897
|
+
*
|
|
2898
|
+
* @type {InternetPanPerceptionReportRecordVo}
|
|
2899
|
+
* @memberof IotApiPanPerceptionReportRecordDetailList
|
|
2900
|
+
*/
|
|
2901
|
+
readonly internetPanPerceptionReportRecordVo: InternetPanPerceptionReportRecordVo
|
|
2902
|
+
}
|
|
2903
|
+
|
|
2904
|
+
/**
|
|
2905
|
+
* Request parameters for selectDeviceUnitItemList operation in IotApi.
|
|
2906
|
+
* @export
|
|
2907
|
+
* @interface IotApiSelectDeviceUnitItemListRequest
|
|
2908
|
+
*/
|
|
2909
|
+
export interface IotApiSelectDeviceUnitItemListRequest {
|
|
2910
|
+
/**
|
|
2911
|
+
* 部件id集合
|
|
2912
|
+
* @type {Array<ModelInteger>}
|
|
2913
|
+
* @memberof IotApiSelectDeviceUnitItemList
|
|
2914
|
+
*/
|
|
2915
|
+
readonly unitIds: Array<ModelInteger>
|
|
2916
|
+
}
|
|
2917
|
+
|
|
2918
|
+
/**
|
|
2919
|
+
* Request parameters for unitItemList operation in IotApi.
|
|
2920
|
+
* @export
|
|
2921
|
+
* @interface IotApiUnitItemListRequest
|
|
2922
|
+
*/
|
|
2923
|
+
export interface IotApiUnitItemListRequest {
|
|
2924
|
+
/**
|
|
2925
|
+
*
|
|
2926
|
+
* @type {DeviceUnitItemsSearchDTO}
|
|
2927
|
+
* @memberof IotApiUnitItemList
|
|
2928
|
+
*/
|
|
2929
|
+
readonly deviceUnitItemsSearchDTO: DeviceUnitItemsSearchDTO
|
|
2930
|
+
}
|
|
2931
|
+
|
|
2932
|
+
/**
|
|
2933
|
+
* Request parameters for updateUnitItem operation in IotApi.
|
|
2934
|
+
* @export
|
|
2935
|
+
* @interface IotApiUpdateUnitItemRequest
|
|
2936
|
+
*/
|
|
2937
|
+
export interface IotApiUpdateUnitItemRequest {
|
|
2938
|
+
/**
|
|
2939
|
+
*
|
|
2940
|
+
* @type {DeviceUnitItemsUpdateDTO}
|
|
2941
|
+
* @memberof IotApiUpdateUnitItem
|
|
2942
|
+
*/
|
|
2943
|
+
readonly deviceUnitItemsUpdateDTO: DeviceUnitItemsUpdateDTO
|
|
2944
|
+
}
|
|
2945
|
+
|
|
2946
|
+
/**
|
|
2947
|
+
* IotApi - object-oriented interface
|
|
2948
|
+
* @export
|
|
2949
|
+
* @class IotApi
|
|
2950
|
+
* @extends {BaseAPI}
|
|
2951
|
+
*/
|
|
2952
|
+
export class IotApi extends BaseAPI {
|
|
2953
|
+
/**
|
|
2954
|
+
*
|
|
2955
|
+
* @summary 接受设备数据记录
|
|
2956
|
+
* @param {IotApiAcceptDevicesRecordRequest} requestParameters Request parameters.
|
|
2957
|
+
* @param {*} [options] Override http request option.
|
|
2958
|
+
* @throws {RequiredError}
|
|
2959
|
+
* @memberof IotApi
|
|
2960
|
+
*/
|
|
2961
|
+
public acceptDevicesRecord(requestParameters: IotApiAcceptDevicesRecordRequest, options?: RawAxiosRequestConfig) {
|
|
2962
|
+
return IotApiFp(this.configuration).acceptDevicesRecord(requestParameters.acceptDevicesRecordVO, options).then((request) => request(this.axios, this.basePath));
|
|
2963
|
+
}
|
|
2964
|
+
|
|
2965
|
+
/**
|
|
2966
|
+
*
|
|
2967
|
+
* @summary 同步物联网消防用水设备
|
|
2968
|
+
* @param {*} [options] Override http request option.
|
|
2969
|
+
* @throws {RequiredError}
|
|
2970
|
+
* @memberof IotApi
|
|
2971
|
+
*/
|
|
2972
|
+
public addWater(options?: RawAxiosRequestConfig) {
|
|
2973
|
+
return IotApiFp(this.configuration).addWater(options).then((request) => request(this.axios, this.basePath));
|
|
2974
|
+
}
|
|
2975
|
+
|
|
2976
|
+
/**
|
|
2977
|
+
*
|
|
2978
|
+
* @summary 物联网设备部件排序
|
|
2979
|
+
* @param {IotApiDeviceUnitSortRequest} requestParameters Request parameters.
|
|
2980
|
+
* @param {*} [options] Override http request option.
|
|
2981
|
+
* @throws {RequiredError}
|
|
2982
|
+
* @memberof IotApi
|
|
2983
|
+
*/
|
|
2984
|
+
public deviceUnitSort(requestParameters: IotApiDeviceUnitSortRequest, options?: RawAxiosRequestConfig) {
|
|
2985
|
+
return IotApiFp(this.configuration).deviceUnitSort(requestParameters.deviceUnitSortBO, options).then((request) => request(this.axios, this.basePath));
|
|
2986
|
+
}
|
|
2987
|
+
|
|
2988
|
+
/**
|
|
2989
|
+
*
|
|
2990
|
+
* @summary 物联网设备详情
|
|
2991
|
+
* @param {IotApiDevicesDetailRequest} requestParameters Request parameters.
|
|
2992
|
+
* @param {*} [options] Override http request option.
|
|
2993
|
+
* @throws {RequiredError}
|
|
2994
|
+
* @memberof IotApi
|
|
2995
|
+
*/
|
|
2996
|
+
public devicesDetail(requestParameters: IotApiDevicesDetailRequest, options?: RawAxiosRequestConfig) {
|
|
2997
|
+
return IotApiFp(this.configuration).devicesDetail(requestParameters.devicesId, requestParameters.parkId, options).then((request) => request(this.axios, this.basePath));
|
|
2998
|
+
}
|
|
2999
|
+
|
|
3000
|
+
/**
|
|
3001
|
+
*
|
|
3002
|
+
* @summary 物联网设备详情记录
|
|
3003
|
+
* @param {IotApiDevicesDetailRecordListRequest} requestParameters Request parameters.
|
|
3004
|
+
* @param {*} [options] Override http request option.
|
|
3005
|
+
* @throws {RequiredError}
|
|
3006
|
+
* @memberof IotApi
|
|
3007
|
+
*/
|
|
3008
|
+
public devicesDetailRecordList(requestParameters: IotApiDevicesDetailRecordListRequest, options?: RawAxiosRequestConfig) {
|
|
3009
|
+
return IotApiFp(this.configuration).devicesDetailRecordList(requestParameters.deviceRecordsSearchVO, options).then((request) => request(this.axios, this.basePath));
|
|
3010
|
+
}
|
|
3011
|
+
|
|
3012
|
+
/**
|
|
3013
|
+
*
|
|
3014
|
+
* @summary 物联网设备详情统计记录
|
|
3015
|
+
* @param {IotApiDevicesDetailRecordStatisticsRequest} requestParameters Request parameters.
|
|
3016
|
+
* @param {*} [options] Override http request option.
|
|
3017
|
+
* @throws {RequiredError}
|
|
3018
|
+
* @memberof IotApi
|
|
3019
|
+
*/
|
|
3020
|
+
public devicesDetailRecordStatistics(requestParameters: IotApiDevicesDetailRecordStatisticsRequest, options?: RawAxiosRequestConfig) {
|
|
3021
|
+
return IotApiFp(this.configuration).devicesDetailRecordStatistics(requestParameters.recordStatisticsVO, options).then((request) => request(this.axios, this.basePath));
|
|
3022
|
+
}
|
|
3023
|
+
|
|
3024
|
+
/**
|
|
3025
|
+
*
|
|
3026
|
+
* @summary 物联网设备序列差值
|
|
3027
|
+
* @param {IotApiDevicesSequenceDifferenceRequest} requestParameters Request parameters.
|
|
3028
|
+
* @param {*} [options] Override http request option.
|
|
3029
|
+
* @throws {RequiredError}
|
|
3030
|
+
* @memberof IotApi
|
|
3031
|
+
*/
|
|
3032
|
+
public devicesSequenceDifference(requestParameters: IotApiDevicesSequenceDifferenceRequest, options?: RawAxiosRequestConfig) {
|
|
3033
|
+
return IotApiFp(this.configuration).devicesSequenceDifference(requestParameters.recordStatisticsVO, options).then((request) => request(this.axios, this.basePath));
|
|
3034
|
+
}
|
|
3035
|
+
|
|
3036
|
+
/**
|
|
3037
|
+
*
|
|
3038
|
+
* @summary 物联网设备序列最大值
|
|
3039
|
+
* @param {IotApiDevicesSequenceMaximumRequest} requestParameters Request parameters.
|
|
3040
|
+
* @param {*} [options] Override http request option.
|
|
3041
|
+
* @throws {RequiredError}
|
|
3042
|
+
* @memberof IotApi
|
|
3043
|
+
*/
|
|
3044
|
+
public devicesSequenceMaximum(requestParameters: IotApiDevicesSequenceMaximumRequest, options?: RawAxiosRequestConfig) {
|
|
3045
|
+
return IotApiFp(this.configuration).devicesSequenceMaximum(requestParameters.recordStatisticsVO, options).then((request) => request(this.axios, this.basePath));
|
|
3046
|
+
}
|
|
3047
|
+
|
|
3048
|
+
/**
|
|
3049
|
+
*
|
|
3050
|
+
* @summary 设备状态更新
|
|
3051
|
+
* @param {IotApiDevicesStatus1Request} requestParameters Request parameters.
|
|
3052
|
+
* @param {*} [options] Override http request option.
|
|
3053
|
+
* @throws {RequiredError}
|
|
3054
|
+
* @memberof IotApi
|
|
3055
|
+
*/
|
|
3056
|
+
public devicesStatus1(requestParameters: IotApiDevicesStatus1Request, options?: RawAxiosRequestConfig) {
|
|
3057
|
+
return IotApiFp(this.configuration).devicesStatus1(requestParameters.devicesStatusUpdateVo, options).then((request) => request(this.axios, this.basePath));
|
|
3058
|
+
}
|
|
3059
|
+
|
|
3060
|
+
/**
|
|
3061
|
+
*
|
|
3062
|
+
* @summary 导出设备数据记录
|
|
3063
|
+
* @param {IotApiExportDeviceRecordRequest} requestParameters Request parameters.
|
|
3064
|
+
* @param {*} [options] Override http request option.
|
|
3065
|
+
* @throws {RequiredError}
|
|
3066
|
+
* @memberof IotApi
|
|
3067
|
+
*/
|
|
3068
|
+
public exportDeviceRecord(requestParameters: IotApiExportDeviceRecordRequest, options?: RawAxiosRequestConfig) {
|
|
3069
|
+
return IotApiFp(this.configuration).exportDeviceRecord(requestParameters.deviceRecordsSearchVO, options).then((request) => request(this.axios, this.basePath));
|
|
3070
|
+
}
|
|
3071
|
+
|
|
3072
|
+
/**
|
|
3073
|
+
*
|
|
3074
|
+
* @summary 同步iot物联网设备
|
|
3075
|
+
* @param {IotApiGetIotDevicesRequest} requestParameters Request parameters.
|
|
3076
|
+
* @param {*} [options] Override http request option.
|
|
3077
|
+
* @throws {RequiredError}
|
|
3078
|
+
* @memberof IotApi
|
|
3079
|
+
*/
|
|
3080
|
+
public getIotDevices(requestParameters: IotApiGetIotDevicesRequest, options?: RawAxiosRequestConfig) {
|
|
3081
|
+
return IotApiFp(this.configuration).getIotDevices(requestParameters.parkId, options).then((request) => request(this.axios, this.basePath));
|
|
3082
|
+
}
|
|
3083
|
+
|
|
3084
|
+
/**
|
|
3085
|
+
*
|
|
3086
|
+
* @summary 同步物联网设备点位
|
|
3087
|
+
* @param {IotApiGetIotDevicesUnitsRequest} requestParameters Request parameters.
|
|
3088
|
+
* @param {*} [options] Override http request option.
|
|
3089
|
+
* @throws {RequiredError}
|
|
3090
|
+
* @memberof IotApi
|
|
3091
|
+
*/
|
|
3092
|
+
public getIotDevicesUnits(requestParameters: IotApiGetIotDevicesUnitsRequest, options?: RawAxiosRequestConfig) {
|
|
3093
|
+
return IotApiFp(this.configuration).getIotDevicesUnits(requestParameters.parkId, requestParameters.owningSystem, requestParameters.modelId, requestParameters.brandId, requestParameters.unitType, requestParameters.type, options).then((request) => request(this.axios, this.basePath));
|
|
3094
|
+
}
|
|
3095
|
+
|
|
3096
|
+
/**
|
|
3097
|
+
*
|
|
3098
|
+
* @summary 获取节点详情
|
|
3099
|
+
* @param {IotApiGetNodeRequest} requestParameters Request parameters.
|
|
3100
|
+
* @param {*} [options] Override http request option.
|
|
3101
|
+
* @throws {RequiredError}
|
|
3102
|
+
* @memberof IotApi
|
|
3103
|
+
*/
|
|
3104
|
+
public getNode(requestParameters: IotApiGetNodeRequest, options?: RawAxiosRequestConfig) {
|
|
3105
|
+
return IotApiFp(this.configuration).getNode(requestParameters.nodeId, options).then((request) => request(this.axios, this.basePath));
|
|
3106
|
+
}
|
|
3107
|
+
|
|
3108
|
+
/**
|
|
3109
|
+
*
|
|
3110
|
+
* @summary 物联网电表上报记录列表
|
|
3111
|
+
* @param {IotApiInternetDetailReportRecordListRequest} requestParameters Request parameters.
|
|
3112
|
+
* @param {*} [options] Override http request option.
|
|
3113
|
+
* @throws {RequiredError}
|
|
3114
|
+
* @memberof IotApi
|
|
3115
|
+
*/
|
|
3116
|
+
public internetDetailReportRecordList(requestParameters: IotApiInternetDetailReportRecordListRequest, options?: RawAxiosRequestConfig) {
|
|
3117
|
+
return IotApiFp(this.configuration).internetDetailReportRecordList(requestParameters.internetMeterReportRecordSearchVo, options).then((request) => request(this.axios, this.basePath));
|
|
3118
|
+
}
|
|
3119
|
+
|
|
3120
|
+
/**
|
|
3121
|
+
*
|
|
3122
|
+
* @summary 物联网电表上报记录统计
|
|
3123
|
+
* @param {IotApiInternetDetailStatisticsRequest} requestParameters Request parameters.
|
|
3124
|
+
* @param {*} [options] Override http request option.
|
|
3125
|
+
* @throws {RequiredError}
|
|
3126
|
+
* @memberof IotApi
|
|
3127
|
+
*/
|
|
3128
|
+
public internetDetailStatistics(requestParameters: IotApiInternetDetailStatisticsRequest, options?: RawAxiosRequestConfig) {
|
|
3129
|
+
return IotApiFp(this.configuration).internetDetailStatistics(requestParameters.internetMeterReportRecordStatisticsVo, options).then((request) => request(this.axios, this.basePath));
|
|
3130
|
+
}
|
|
3131
|
+
|
|
3132
|
+
/**
|
|
3133
|
+
*
|
|
3134
|
+
* @summary 物联网电表详情
|
|
3135
|
+
* @param {IotApiInternetMeterDetailRequest} requestParameters Request parameters.
|
|
3136
|
+
* @param {*} [options] Override http request option.
|
|
3137
|
+
* @throws {RequiredError}
|
|
3138
|
+
* @memberof IotApi
|
|
3139
|
+
*/
|
|
3140
|
+
public internetMeterDetail(requestParameters: IotApiInternetMeterDetailRequest, options?: RawAxiosRequestConfig) {
|
|
3141
|
+
return IotApiFp(this.configuration).internetMeterDetail(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
3142
|
+
}
|
|
3143
|
+
|
|
3144
|
+
/**
|
|
3145
|
+
*
|
|
3146
|
+
* @summary 物联网电表列表
|
|
3147
|
+
* @param {IotApiInternetMeterListRequest} requestParameters Request parameters.
|
|
3148
|
+
* @param {*} [options] Override http request option.
|
|
3149
|
+
* @throws {RequiredError}
|
|
3150
|
+
* @memberof IotApi
|
|
3151
|
+
*/
|
|
3152
|
+
public internetMeterList(requestParameters: IotApiInternetMeterListRequest, options?: RawAxiosRequestConfig) {
|
|
3153
|
+
return IotApiFp(this.configuration).internetMeterList(requestParameters.internetMeterSearchVo, options).then((request) => request(this.axios, this.basePath));
|
|
3154
|
+
}
|
|
3155
|
+
|
|
3156
|
+
/**
|
|
3157
|
+
*
|
|
3158
|
+
* @summary 物联网设置接口
|
|
3159
|
+
* @param {IotApiInternetSetRequest} requestParameters Request parameters.
|
|
3160
|
+
* @param {*} [options] Override http request option.
|
|
3161
|
+
* @throws {RequiredError}
|
|
3162
|
+
* @memberof IotApi
|
|
3163
|
+
*/
|
|
3164
|
+
public internetSet(requestParameters: IotApiInternetSetRequest, options?: RawAxiosRequestConfig) {
|
|
3165
|
+
return IotApiFp(this.configuration).internetSet(requestParameters.internetSetVO, options).then((request) => request(this.axios, this.basePath));
|
|
3166
|
+
}
|
|
3167
|
+
|
|
3168
|
+
/**
|
|
3169
|
+
*
|
|
3170
|
+
* @summary 消防用水详情
|
|
3171
|
+
* @param {IotApiInternetWaterDetailRequest} requestParameters Request parameters.
|
|
3172
|
+
* @param {*} [options] Override http request option.
|
|
3173
|
+
* @throws {RequiredError}
|
|
3174
|
+
* @memberof IotApi
|
|
3175
|
+
*/
|
|
3176
|
+
public internetWaterDetail(requestParameters: IotApiInternetWaterDetailRequest, options?: RawAxiosRequestConfig) {
|
|
3177
|
+
return IotApiFp(this.configuration).internetWaterDetail(requestParameters.waterId, options).then((request) => request(this.axios, this.basePath));
|
|
3178
|
+
}
|
|
3179
|
+
|
|
3180
|
+
/**
|
|
3181
|
+
*
|
|
3182
|
+
* @summary 消防用水上报记录列表
|
|
3183
|
+
* @param {IotApiInternetWaterDetailListRequest} requestParameters Request parameters.
|
|
3184
|
+
* @param {*} [options] Override http request option.
|
|
3185
|
+
* @throws {RequiredError}
|
|
3186
|
+
* @memberof IotApi
|
|
3187
|
+
*/
|
|
3188
|
+
public internetWaterDetailList(requestParameters: IotApiInternetWaterDetailListRequest, options?: RawAxiosRequestConfig) {
|
|
3189
|
+
return IotApiFp(this.configuration).internetWaterDetailList(requestParameters.internetWaterReportRecordSearchVo, options).then((request) => request(this.axios, this.basePath));
|
|
3190
|
+
}
|
|
3191
|
+
|
|
3192
|
+
/**
|
|
3193
|
+
*
|
|
3194
|
+
* @summary 消防用水上报记录统计
|
|
3195
|
+
* @param {IotApiInternetWaterDetailStatisticsRequest} requestParameters Request parameters.
|
|
3196
|
+
* @param {*} [options] Override http request option.
|
|
3197
|
+
* @throws {RequiredError}
|
|
3198
|
+
* @memberof IotApi
|
|
3199
|
+
*/
|
|
3200
|
+
public internetWaterDetailStatistics(requestParameters: IotApiInternetWaterDetailStatisticsRequest, options?: RawAxiosRequestConfig) {
|
|
3201
|
+
return IotApiFp(this.configuration).internetWaterDetailStatistics(requestParameters.waterId, options).then((request) => request(this.axios, this.basePath));
|
|
3202
|
+
}
|
|
3203
|
+
|
|
3204
|
+
/**
|
|
3205
|
+
*
|
|
3206
|
+
* @summary 消防用水列表
|
|
3207
|
+
* @param {IotApiInternetWaterListRequest} requestParameters Request parameters.
|
|
3208
|
+
* @param {*} [options] Override http request option.
|
|
3209
|
+
* @throws {RequiredError}
|
|
3210
|
+
* @memberof IotApi
|
|
3211
|
+
*/
|
|
3212
|
+
public internetWaterList(requestParameters: IotApiInternetWaterListRequest, options?: RawAxiosRequestConfig) {
|
|
3213
|
+
return IotApiFp(this.configuration).internetWaterList(requestParameters.internetWaterSearchVo, options).then((request) => request(this.axios, this.basePath));
|
|
3214
|
+
}
|
|
3215
|
+
|
|
3216
|
+
/**
|
|
3217
|
+
*
|
|
3218
|
+
* @summary 物联网设备列表
|
|
3219
|
+
* @param {IotApiIotDevicesListRequest} requestParameters Request parameters.
|
|
3220
|
+
* @param {*} [options] Override http request option.
|
|
3221
|
+
* @throws {RequiredError}
|
|
3222
|
+
* @memberof IotApi
|
|
3223
|
+
*/
|
|
3224
|
+
public iotDevicesList(requestParameters: IotApiIotDevicesListRequest, options?: RawAxiosRequestConfig) {
|
|
3225
|
+
return IotApiFp(this.configuration).iotDevicesList(requestParameters.devicesSearchVO, options).then((request) => request(this.axios, this.basePath));
|
|
3226
|
+
}
|
|
3227
|
+
|
|
3228
|
+
/**
|
|
3229
|
+
*
|
|
3230
|
+
* @summary 查询设备列表
|
|
3231
|
+
* @param {IotApiIotSelectDeviceListRequest} requestParameters Request parameters.
|
|
3232
|
+
* @param {*} [options] Override http request option.
|
|
3233
|
+
* @throws {RequiredError}
|
|
3234
|
+
* @memberof IotApi
|
|
3235
|
+
*/
|
|
3236
|
+
public iotSelectDeviceList(requestParameters: IotApiIotSelectDeviceListRequest, options?: RawAxiosRequestConfig) {
|
|
3237
|
+
return IotApiFp(this.configuration).iotSelectDeviceList(requestParameters.parkId, requestParameters.spaceAttribute, options).then((request) => request(this.axios, this.basePath));
|
|
3238
|
+
}
|
|
3239
|
+
|
|
3240
|
+
/**
|
|
3241
|
+
*
|
|
3242
|
+
* @summary 查询设备部件列表
|
|
3243
|
+
* @param {IotApiIotSelectDeviceUnitListRequest} requestParameters Request parameters.
|
|
3244
|
+
* @param {*} [options] Override http request option.
|
|
3245
|
+
* @throws {RequiredError}
|
|
3246
|
+
* @memberof IotApi
|
|
3247
|
+
*/
|
|
3248
|
+
public iotSelectDeviceUnitList(requestParameters: IotApiIotSelectDeviceUnitListRequest, options?: RawAxiosRequestConfig) {
|
|
3249
|
+
return IotApiFp(this.configuration).iotSelectDeviceUnitList(requestParameters.parkId, options).then((request) => request(this.axios, this.basePath));
|
|
3250
|
+
}
|
|
3251
|
+
|
|
3252
|
+
/**
|
|
3253
|
+
*
|
|
3254
|
+
* @summary 编辑设备部件状态
|
|
3255
|
+
* @param {IotApiJizhuUpdateUnitRequest} requestParameters Request parameters.
|
|
3256
|
+
* @param {*} [options] Override http request option.
|
|
3257
|
+
* @throws {RequiredError}
|
|
3258
|
+
* @memberof IotApi
|
|
3259
|
+
*/
|
|
3260
|
+
public jizhuUpdateUnit(requestParameters: IotApiJizhuUpdateUnitRequest, options?: RawAxiosRequestConfig) {
|
|
3261
|
+
return IotApiFp(this.configuration).jizhuUpdateUnit(requestParameters.deviceUnitEdit, options).then((request) => request(this.axios, this.basePath));
|
|
3262
|
+
}
|
|
3263
|
+
|
|
3264
|
+
/**
|
|
3265
|
+
*
|
|
3266
|
+
* @summary 编辑极驻物联网属性数据
|
|
3267
|
+
* @param {IotApiJizhuUpdateUnitItemRequest} requestParameters Request parameters.
|
|
3268
|
+
* @param {*} [options] Override http request option.
|
|
3269
|
+
* @throws {RequiredError}
|
|
3270
|
+
* @memberof IotApi
|
|
3271
|
+
*/
|
|
3272
|
+
public jizhuUpdateUnitItem(requestParameters: IotApiJizhuUpdateUnitItemRequest, options?: RawAxiosRequestConfig) {
|
|
3273
|
+
return IotApiFp(this.configuration).jizhuUpdateUnitItem(requestParameters.deviceUnitItemsUpdateDTO, options).then((request) => request(this.axios, this.basePath));
|
|
3274
|
+
}
|
|
3275
|
+
|
|
3276
|
+
/**
|
|
3277
|
+
*
|
|
3278
|
+
* @summary 分页查询节点
|
|
3279
|
+
* @param {IotApiNodeListRequest} requestParameters Request parameters.
|
|
3280
|
+
* @param {*} [options] Override http request option.
|
|
3281
|
+
* @throws {RequiredError}
|
|
3282
|
+
* @memberof IotApi
|
|
3283
|
+
*/
|
|
3284
|
+
public nodeList(requestParameters: IotApiNodeListRequest = {}, options?: RawAxiosRequestConfig) {
|
|
3285
|
+
return IotApiFp(this.configuration).nodeList(requestParameters.parkId, requestParameters.type, requestParameters.page, requestParameters.pageSize, requestParameters.searchValue, requestParameters.createBy, requestParameters.createTime, requestParameters.updateBy, requestParameters.updateTime, requestParameters.remark, options).then((request) => request(this.axios, this.basePath));
|
|
3286
|
+
}
|
|
3287
|
+
|
|
3288
|
+
/**
|
|
3289
|
+
*
|
|
3290
|
+
* @summary 泛感知设备详情
|
|
3291
|
+
* @param {IotApiPanPerceptionDetailRequest} requestParameters Request parameters.
|
|
3292
|
+
* @param {*} [options] Override http request option.
|
|
3293
|
+
* @throws {RequiredError}
|
|
3294
|
+
* @memberof IotApi
|
|
3295
|
+
*/
|
|
3296
|
+
public panPerceptionDetail(requestParameters: IotApiPanPerceptionDetailRequest, options?: RawAxiosRequestConfig) {
|
|
3297
|
+
return IotApiFp(this.configuration).panPerceptionDetail(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
3298
|
+
}
|
|
3299
|
+
|
|
3300
|
+
/**
|
|
3301
|
+
*
|
|
3302
|
+
* @summary 泛感知设备列表
|
|
3303
|
+
* @param {IotApiPanPerceptionListRequest} requestParameters Request parameters.
|
|
3304
|
+
* @param {*} [options] Override http request option.
|
|
3305
|
+
* @throws {RequiredError}
|
|
3306
|
+
* @memberof IotApi
|
|
3307
|
+
*/
|
|
3308
|
+
public panPerceptionList(requestParameters: IotApiPanPerceptionListRequest, options?: RawAxiosRequestConfig) {
|
|
3309
|
+
return IotApiFp(this.configuration).panPerceptionList(requestParameters.internetPanPerceptionSearchVo, options).then((request) => request(this.axios, this.basePath));
|
|
3310
|
+
}
|
|
3311
|
+
|
|
3312
|
+
/**
|
|
3313
|
+
*
|
|
3314
|
+
* @summary 泛感知设备上报记录列表
|
|
3315
|
+
* @param {IotApiPanPerceptionReportRecordDetailListRequest} requestParameters Request parameters.
|
|
3316
|
+
* @param {*} [options] Override http request option.
|
|
3317
|
+
* @throws {RequiredError}
|
|
3318
|
+
* @memberof IotApi
|
|
3319
|
+
*/
|
|
3320
|
+
public panPerceptionReportRecordDetailList(requestParameters: IotApiPanPerceptionReportRecordDetailListRequest, options?: RawAxiosRequestConfig) {
|
|
3321
|
+
return IotApiFp(this.configuration).panPerceptionReportRecordDetailList(requestParameters.internetPanPerceptionReportRecordVo, options).then((request) => request(this.axios, this.basePath));
|
|
3322
|
+
}
|
|
3323
|
+
|
|
3324
|
+
/**
|
|
3325
|
+
*
|
|
3326
|
+
* @summary 物联网设备部件属性列表
|
|
3327
|
+
* @param {IotApiSelectDeviceUnitItemListRequest} requestParameters Request parameters.
|
|
3328
|
+
* @param {*} [options] Override http request option.
|
|
3329
|
+
* @throws {RequiredError}
|
|
3330
|
+
* @memberof IotApi
|
|
3331
|
+
*/
|
|
3332
|
+
public selectDeviceUnitItemList(requestParameters: IotApiSelectDeviceUnitItemListRequest, options?: RawAxiosRequestConfig) {
|
|
3333
|
+
return IotApiFp(this.configuration).selectDeviceUnitItemList(requestParameters.unitIds, options).then((request) => request(this.axios, this.basePath));
|
|
3334
|
+
}
|
|
3335
|
+
|
|
3336
|
+
/**
|
|
3337
|
+
*
|
|
3338
|
+
* @summary 物联网属性列表
|
|
3339
|
+
* @param {IotApiUnitItemListRequest} requestParameters Request parameters.
|
|
3340
|
+
* @param {*} [options] Override http request option.
|
|
3341
|
+
* @throws {RequiredError}
|
|
3342
|
+
* @memberof IotApi
|
|
3343
|
+
*/
|
|
3344
|
+
public unitItemList(requestParameters: IotApiUnitItemListRequest, options?: RawAxiosRequestConfig) {
|
|
3345
|
+
return IotApiFp(this.configuration).unitItemList(requestParameters.deviceUnitItemsSearchDTO, options).then((request) => request(this.axios, this.basePath));
|
|
3346
|
+
}
|
|
3347
|
+
|
|
3348
|
+
/**
|
|
3349
|
+
*
|
|
3350
|
+
* @summary 修改物联网属性
|
|
3351
|
+
* @param {IotApiUpdateUnitItemRequest} requestParameters Request parameters.
|
|
3352
|
+
* @param {*} [options] Override http request option.
|
|
3353
|
+
* @throws {RequiredError}
|
|
3354
|
+
* @memberof IotApi
|
|
3355
|
+
*/
|
|
3356
|
+
public updateUnitItem(requestParameters: IotApiUpdateUnitItemRequest, options?: RawAxiosRequestConfig) {
|
|
3357
|
+
return IotApiFp(this.configuration).updateUnitItem(requestParameters.deviceUnitItemsUpdateDTO, options).then((request) => request(this.axios, this.basePath));
|
|
3358
|
+
}
|
|
3359
|
+
}
|
|
3360
|
+
|