@gizone/rrs-client 3.11.11-alpha.3
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 +896 -0
- package/.openapi-generator/VERSION +1 -0
- package/.openapi-generator-ignore +23 -0
- package/README.md +46 -0
- package/api.ts +65 -0
- package/apis/ac-reservation-api.ts +754 -0
- package/apis/access-api.ts +10135 -0
- package/apis/ai-monitoring-config-api.ts +714 -0
- package/apis/alert-api.ts +1667 -0
- package/apis/app-auth-api.ts +1720 -0
- package/apis/auth-api.ts +3410 -0
- package/apis/calendar-api.ts +778 -0
- package/apis/cas-api.ts +308 -0
- package/apis/cold-store-dashboard-api.ts +1926 -0
- package/apis/common-api.ts +3721 -0
- 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/equipment-api.ts +2736 -0
- package/apis/esg-api.ts +3456 -0
- package/apis/excel-language-controller-api.ts +232 -0
- package/apis/feedback-api.ts +1931 -0
- package/apis/file-api.ts +1286 -0
- package/apis/fire-safety-api.ts +1570 -0
- package/apis/inspection-api.ts +1593 -0
- package/apis/internal-api.ts +122 -0
- package/apis/inventory-api.ts +1949 -0
- package/apis/iot-api.ts +3360 -0
- package/apis/job-api.ts +648 -0
- package/apis/jwt-api.ts +152 -0
- package/apis/kanban-api.ts +9150 -0
- package/apis/message-api.ts +794 -0
- package/apis/news-api.ts +514 -0
- package/apis/notification-api.ts +851 -0
- package/apis/open-api-api.ts +544 -0
- package/apis/park-api.ts +464 -0
- package/apis/privacy-api.ts +556 -0
- package/apis/renovation-api.ts +2354 -0
- package/apis/role-api.ts +2100 -0
- package/apis/setting-api.ts +2565 -0
- package/apis/smsapi.ts +707 -0
- package/apis/space-api.ts +2310 -0
- package/apis/supplier-api.ts +1509 -0
- package/apis/surveillance-api.ts +1697 -0
- package/apis/surveillance-roi-api.ts +547 -0
- package/apis/sys-api.ts +4730 -0
- package/apis/tenant-api.ts +3248 -0
- package/apis/test-api.ts +788 -0
- package/apis/unloading-area-api.ts +519 -0
- package/apis/user-api.ts +3813 -0
- package/apis/work-order-api.ts +3988 -0
- package/base.ts +86 -0
- package/common.ts +150 -0
- package/configuration.ts +116 -0
- package/dist/api.d.ts +59 -0
- package/dist/api.js +77 -0
- 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 +5188 -0
- package/dist/apis/access-api.js +7878 -0
- 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/app-auth-api.d.ts +882 -0
- package/dist/apis/app-auth-api.js +1376 -0
- package/dist/apis/auth-api.d.ts +1711 -0
- package/dist/apis/auth-api.js +2787 -0
- package/dist/apis/calendar-api.d.ts +404 -0
- package/dist/apis/calendar-api.js +630 -0
- package/dist/apis/cas-api.d.ts +168 -0
- package/dist/apis/cas-api.js +273 -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 +1983 -0
- package/dist/apis/common-api.js +2928 -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/equipment-api.d.ts +1421 -0
- package/dist/apis/equipment-api.js +2063 -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 +124 -0
- package/dist/apis/excel-language-controller-api.js +203 -0
- 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/inspection-api.d.ts +846 -0
- package/dist/apis/inspection-api.js +1195 -0
- package/dist/apis/internal-api.d.ts +65 -0
- package/dist/apis/internal-api.js +127 -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/jwt-api.d.ts +87 -0
- package/dist/apis/jwt-api.js +140 -0
- package/dist/apis/kanban-api.d.ts +4948 -0
- package/dist/apis/kanban-api.js +6107 -0
- package/dist/apis/message-api.d.ts +417 -0
- package/dist/apis/message-api.js +635 -0
- package/dist/apis/news-api.d.ts +275 -0
- package/dist/apis/news-api.js +420 -0
- package/dist/apis/notification-api.d.ts +462 -0
- package/dist/apis/notification-api.js +683 -0
- package/dist/apis/open-api-api.d.ts +312 -0
- package/dist/apis/open-api-api.js +333 -0
- package/dist/apis/park-api.d.ts +258 -0
- package/dist/apis/park-api.js +367 -0
- package/dist/apis/privacy-api.d.ts +285 -0
- package/dist/apis/privacy-api.js +475 -0
- package/dist/apis/renovation-api.d.ts +1275 -0
- package/dist/apis/renovation-api.js +1605 -0
- package/dist/apis/role-api.d.ts +1106 -0
- package/dist/apis/role-api.js +1638 -0
- package/dist/apis/setting-api.d.ts +1339 -0
- package/dist/apis/setting-api.js +1991 -0
- package/dist/apis/smsapi.d.ts +341 -0
- package/dist/apis/smsapi.js +598 -0
- package/dist/apis/space-api.d.ts +1187 -0
- package/dist/apis/space-api.js +1825 -0
- package/dist/apis/supplier-api.d.ts +817 -0
- package/dist/apis/supplier-api.js +1092 -0
- package/dist/apis/surveillance-api.d.ts +877 -0
- package/dist/apis/surveillance-api.js +1336 -0
- package/dist/apis/surveillance-roi-api.d.ts +301 -0
- package/dist/apis/surveillance-roi-api.js +400 -0
- package/dist/apis/sys-api.d.ts +2421 -0
- package/dist/apis/sys-api.js +3738 -0
- package/dist/apis/tenant-api.d.ts +1679 -0
- package/dist/apis/tenant-api.js +2513 -0
- package/dist/apis/test-api.d.ts +392 -0
- package/dist/apis/test-api.js +669 -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 +2005 -0
- package/dist/apis/user-api.js +2942 -0
- package/dist/apis/work-order-api.d.ts +2135 -0
- package/dist/apis/work-order-api.js +2955 -0
- package/dist/base.d.ts +66 -0
- package/dist/base.js +65 -0
- package/dist/common.d.ts +65 -0
- package/dist/common.js +161 -0
- package/dist/configuration.d.ts +91 -0
- package/dist/configuration.js +44 -0
- package/dist/esm/api.d.ts +59 -0
- package/dist/esm/api.js +61 -0
- 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 +5188 -0
- package/dist/esm/apis/access-api.js +7871 -0
- 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/app-auth-api.d.ts +882 -0
- package/dist/esm/apis/app-auth-api.js +1369 -0
- package/dist/esm/apis/auth-api.d.ts +1711 -0
- package/dist/esm/apis/auth-api.js +2780 -0
- package/dist/esm/apis/calendar-api.d.ts +404 -0
- package/dist/esm/apis/calendar-api.js +623 -0
- package/dist/esm/apis/cas-api.d.ts +168 -0
- package/dist/esm/apis/cas-api.js +266 -0
- 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 +1983 -0
- package/dist/esm/apis/common-api.js +2921 -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/equipment-api.d.ts +1421 -0
- package/dist/esm/apis/equipment-api.js +2056 -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 +124 -0
- package/dist/esm/apis/excel-language-controller-api.js +196 -0
- 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/inspection-api.d.ts +846 -0
- package/dist/esm/apis/inspection-api.js +1188 -0
- package/dist/esm/apis/internal-api.d.ts +65 -0
- package/dist/esm/apis/internal-api.js +120 -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/jwt-api.d.ts +87 -0
- package/dist/esm/apis/jwt-api.js +133 -0
- package/dist/esm/apis/kanban-api.d.ts +4948 -0
- package/dist/esm/apis/kanban-api.js +6100 -0
- package/dist/esm/apis/message-api.d.ts +417 -0
- package/dist/esm/apis/message-api.js +628 -0
- package/dist/esm/apis/news-api.d.ts +275 -0
- package/dist/esm/apis/news-api.js +413 -0
- package/dist/esm/apis/notification-api.d.ts +462 -0
- package/dist/esm/apis/notification-api.js +676 -0
- package/dist/esm/apis/open-api-api.d.ts +312 -0
- package/dist/esm/apis/open-api-api.js +326 -0
- package/dist/esm/apis/park-api.d.ts +258 -0
- package/dist/esm/apis/park-api.js +360 -0
- package/dist/esm/apis/privacy-api.d.ts +285 -0
- package/dist/esm/apis/privacy-api.js +468 -0
- package/dist/esm/apis/renovation-api.d.ts +1275 -0
- package/dist/esm/apis/renovation-api.js +1598 -0
- package/dist/esm/apis/role-api.d.ts +1106 -0
- package/dist/esm/apis/role-api.js +1631 -0
- package/dist/esm/apis/setting-api.d.ts +1339 -0
- package/dist/esm/apis/setting-api.js +1984 -0
- package/dist/esm/apis/smsapi.d.ts +341 -0
- package/dist/esm/apis/smsapi.js +591 -0
- package/dist/esm/apis/space-api.d.ts +1187 -0
- package/dist/esm/apis/space-api.js +1818 -0
- package/dist/esm/apis/supplier-api.d.ts +817 -0
- package/dist/esm/apis/supplier-api.js +1085 -0
- package/dist/esm/apis/surveillance-api.d.ts +877 -0
- package/dist/esm/apis/surveillance-api.js +1329 -0
- package/dist/esm/apis/surveillance-roi-api.d.ts +301 -0
- package/dist/esm/apis/surveillance-roi-api.js +393 -0
- package/dist/esm/apis/sys-api.d.ts +2421 -0
- package/dist/esm/apis/sys-api.js +3731 -0
- 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 +392 -0
- package/dist/esm/apis/test-api.js +662 -0
- 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 +2005 -0
- package/dist/esm/apis/user-api.js +2935 -0
- package/dist/esm/apis/work-order-api.d.ts +2135 -0
- package/dist/esm/apis/work-order-api.js +2948 -0
- package/dist/esm/base.d.ts +66 -0
- package/dist/esm/base.js +60 -0
- package/dist/esm/common.d.ts +65 -0
- package/dist/esm/common.js +149 -0
- package/dist/esm/configuration.d.ts +91 -0
- package/dist/esm/configuration.js +40 -0
- package/dist/esm/index.d.ts +14 -0
- package/dist/esm/index.js +16 -0
- package/dist/esm/models/accept-devices-record-vo.d.ts +138 -0
- package/dist/esm/models/accept-devices-record-vo.js +14 -0
- package/dist/esm/models/accept-yms-appointment-record-bo.d.ts +43 -0
- package/dist/esm/models/accept-yms-appointment-record-bo.js +14 -0
- package/dist/esm/models/access-add-handle-vo.d.ts +42 -0
- package/dist/esm/models/access-add-handle-vo.js +14 -0
- package/dist/esm/models/access-add-vo.d.ts +174 -0
- package/dist/esm/models/access-add-vo.js +14 -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/admission-terms-record-add-bo.d.ts +42 -0
- package/dist/esm/models/admission-terms-record-add-bo.js +14 -0
- package/dist/esm/models/admission-terms-record-details-dto.d.ts +48 -0
- package/dist/esm/models/admission-terms-record-details-dto.js +14 -0
- package/dist/esm/models/admission-terms-record-list-dto.d.ts +72 -0
- package/dist/esm/models/admission-terms-record-list-dto.js +14 -0
- package/dist/esm/models/admission-terms-record-search-bo.d.ts +60 -0
- package/dist/esm/models/admission-terms-record-search-bo.js +14 -0
- package/dist/esm/models/admission-terms-record-update-bo.d.ts +36 -0
- package/dist/esm/models/admission-terms-record-update-bo.js +14 -0
- package/dist/esm/models/admission-terms-record-update-enable-bo.d.ts +30 -0
- package/dist/esm/models/admission-terms-record-update-enable-bo.js +14 -0
- package/dist/esm/models/ai-monitor-config-roi.d.ts +50 -0
- package/dist/esm/models/ai-monitor-config-roi.js +14 -0
- package/dist/esm/models/ai-monitoring-config-roi-entity.d.ts +49 -0
- package/dist/esm/models/ai-monitoring-config-roi-entity.js +14 -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-update-dto.js +14 -0
- package/dist/esm/models/ai-monitoring-config-vo.d.ts +69 -0
- package/dist/esm/models/ai-monitoring-config-vo.js +14 -0
- package/dist/esm/models/air-conditioning-reservation-add-bo.d.ts +66 -0
- package/dist/esm/models/air-conditioning-reservation-add-bo.js +14 -0
- package/dist/esm/models/air-conditioning-reservation-details-dto.d.ts +114 -0
- package/dist/esm/models/air-conditioning-reservation-details-dto.js +14 -0
- package/dist/esm/models/air-conditioning-reservation-list-dto.d.ts +90 -0
- package/dist/esm/models/air-conditioning-reservation-list-dto.js +14 -0
- package/dist/esm/models/air-conditioning-reservation-process-details-dto.d.ts +72 -0
- package/dist/esm/models/air-conditioning-reservation-process-details-dto.js +14 -0
- package/dist/esm/models/air-conditioning-reservation-search-bo.d.ts +72 -0
- package/dist/esm/models/air-conditioning-reservation-search-bo.js +14 -0
- package/dist/esm/models/air-conditioning-reservation-update-bo.d.ts +42 -0
- package/dist/esm/models/air-conditioning-reservation-update-bo.js +14 -0
- package/dist/esm/models/alarm-push-save-or-update-batch.d.ts +25 -0
- package/dist/esm/models/alarm-push-save-or-update-batch.js +14 -0
- package/dist/esm/models/alarm-push-save-or-update.d.ts +48 -0
- package/dist/esm/models/alarm-push-save-or-update.js +14 -0
- package/dist/esm/models/alarm-push-settings-save-or-update-vo.d.ts +49 -0
- package/dist/esm/models/alarm-push-settings-save-or-update-vo.js +14 -0
- package/dist/esm/models/alarm-type-rule-record-save-or-update-vo.d.ts +72 -0
- package/dist/esm/models/alarm-type-rule-record-save-or-update-vo.js +14 -0
- package/dist/esm/models/alarm-type-save-or-update-vo.d.ts +37 -0
- package/dist/esm/models/alarm-type-save-or-update-vo.js +14 -0
- package/dist/esm/models/app-login-code-dto.d.ts +54 -0
- package/dist/esm/models/app-login-code-dto.js +14 -0
- package/dist/esm/models/app-login-password-dto.d.ts +48 -0
- package/dist/esm/models/app-login-password-dto.js +14 -0
- package/dist/esm/models/app-login-wx-chat-dto.d.ts +55 -0
- package/dist/esm/models/app-login-wx-chat-dto.js +14 -0
- package/dist/esm/models/app-login-wx-chat-pub-dto.d.ts +30 -0
- package/dist/esm/models/app-login-wx-chat-pub-dto.js +14 -0
- package/dist/esm/models/app-obtain-token.d.ts +24 -0
- package/dist/esm/models/app-obtain-token.js +14 -0
- package/dist/esm/models/applet-sys-user-drop-down-box-list-dto.d.ts +36 -0
- package/dist/esm/models/applet-sys-user-drop-down-box-list-dto.js +14 -0
- package/dist/esm/models/applet-user-type-dto.d.ts +30 -0
- package/dist/esm/models/applet-user-type-dto.js +14 -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-personnel-dto.js +14 -0
- package/dist/esm/models/appointment-registration-records-query-vo.d.ts +30 -0
- package/dist/esm/models/appointment-registration-records-query-vo.js +14 -0
- package/dist/esm/models/appointment-registration-status-vo.d.ts +72 -0
- package/dist/esm/models/appointment-registration-status-vo.js +14 -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-details-dto.js +14 -0
- package/dist/esm/models/appointment-registration-unloading-area-count-dto.d.ts +37 -0
- package/dist/esm/models/appointment-registration-unloading-area-count-dto.js +14 -0
- package/dist/esm/models/appointment-registration-unloading-area-list-details-dto.d.ts +60 -0
- package/dist/esm/models/appointment-registration-unloading-area-list-details-dto.js +14 -0
- package/dist/esm/models/appointment-registration-vehicle-type-vo.d.ts +30 -0
- package/dist/esm/models/appointment-registration-vehicle-type-vo.js +14 -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/appointment-set-vo.js +14 -0
- package/dist/esm/models/area-park-dto.d.ts +43 -0
- package/dist/esm/models/area-park-dto.js +14 -0
- package/dist/esm/models/area-park-vo.d.ts +30 -0
- package/dist/esm/models/area-park-vo.js +14 -0
- package/dist/esm/models/associated-plan-dto.d.ts +30 -0
- package/dist/esm/models/associated-plan-dto.js +14 -0
- package/dist/esm/models/base-error-result.d.ts +37 -0
- package/dist/esm/models/base-error-result.js +14 -0
- package/dist/esm/models/black-add-vo.d.ts +60 -0
- package/dist/esm/models/black-add-vo.js +14 -0
- package/dist/esm/models/black-edit-vo.d.ts +60 -0
- package/dist/esm/models/black-edit-vo.js +14 -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/bodys.js +14 -0
- package/dist/esm/models/business-contacts-vo.d.ts +30 -0
- package/dist/esm/models/business-contacts-vo.js +14 -0
- package/dist/esm/models/business-work-order-dto.d.ts +66 -0
- package/dist/esm/models/business-work-order-dto.js +14 -0
- package/dist/esm/models/business-work-order-list-dto.d.ts +73 -0
- package/dist/esm/models/business-work-order-list-dto.js +14 -0
- package/dist/esm/models/calendar-add-redis-list-vo.d.ts +43 -0
- package/dist/esm/models/calendar-add-redis-list-vo.js +14 -0
- package/dist/esm/models/calendar-entity.d.ts +126 -0
- package/dist/esm/models/calendar-entity.js +14 -0
- package/dist/esm/models/calendar-export-dto.d.ts +54 -0
- package/dist/esm/models/calendar-export-dto.js +14 -0
- package/dist/esm/models/calendar-save-update-dto.d.ts +78 -0
- package/dist/esm/models/calendar-save-update-dto.js +14 -0
- package/dist/esm/models/call-police-add-vo.d.ts +91 -0
- package/dist/esm/models/call-police-add-vo.js +14 -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-history-handle.js +14 -0
- package/dist/esm/models/call-police-type-dto.d.ts +30 -0
- package/dist/esm/models/call-police-type-dto.js +14 -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/change-password-dto.d.ts +48 -0
- package/dist/esm/models/change-password-dto.js +14 -0
- package/dist/esm/models/choice-energy-meter-bo.d.ts +42 -0
- package/dist/esm/models/choice-energy-meter-bo.js +14 -0
- package/dist/esm/models/choice-water-meter-vo.d.ts +30 -0
- package/dist/esm/models/choice-water-meter-vo.js +14 -0
- package/dist/esm/models/choice-watt-hour-meter-vo.d.ts +30 -0
- package/dist/esm/models/choice-watt-hour-meter-vo.js +14 -0
- package/dist/esm/models/choose-pak-body.d.ts +30 -0
- package/dist/esm/models/choose-pak-body.js +14 -0
- package/dist/esm/models/cold-store-dashboard-access-count-dto.d.ts +30 -0
- package/dist/esm/models/cold-store-dashboard-access-count-dto.js +14 -0
- package/dist/esm/models/cold-store-dashboard-access-details-series-dto.d.ts +30 -0
- package/dist/esm/models/cold-store-dashboard-access-details-series-dto.js +14 -0
- package/dist/esm/models/cold-store-dashboard-access-series-dto.d.ts +37 -0
- package/dist/esm/models/cold-store-dashboard-access-series-dto.js +14 -0
- package/dist/esm/models/cold-store-dashboard-alarm-count-dto.d.ts +36 -0
- package/dist/esm/models/cold-store-dashboard-alarm-count-dto.js +14 -0
- package/dist/esm/models/cold-store-dashboard-alarm-list-dto.d.ts +36 -0
- package/dist/esm/models/cold-store-dashboard-alarm-list-dto.js +14 -0
- package/dist/esm/models/cold-store-dashboard-area-dto.d.ts +30 -0
- package/dist/esm/models/cold-store-dashboard-area-dto.js +14 -0
- package/dist/esm/models/cold-store-dashboard-device-dto.d.ts +67 -0
- package/dist/esm/models/cold-store-dashboard-device-dto.js +14 -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-details-dto.js +14 -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-lift-gate-series-dto.js +14 -0
- package/dist/esm/models/cold-store-dashboard-device-unit-dto.d.ts +55 -0
- package/dist/esm/models/cold-store-dashboard-device-unit-dto.js +14 -0
- package/dist/esm/models/cold-store-dashboard-device-unit-item-dto.d.ts +66 -0
- package/dist/esm/models/cold-store-dashboard-device-unit-item-dto.js +14 -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-series-dto.js +14 -0
- package/dist/esm/models/cold-store-dashboard-energy-consumption-statistics-dto.d.ts +30 -0
- package/dist/esm/models/cold-store-dashboard-energy-consumption-statistics-dto.js +14 -0
- package/dist/esm/models/cold-store-dashboard-plan-calendar-list-dto.d.ts +36 -0
- package/dist/esm/models/cold-store-dashboard-plan-calendar-list-dto.js +14 -0
- package/dist/esm/models/complaint-record-add-bo.d.ts +54 -0
- package/dist/esm/models/complaint-record-add-bo.js +14 -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/cuser-info.d.ts +55 -0
- package/dist/esm/models/cuser-info.js +14 -0
- package/dist/esm/models/cuser-update-pass-word-vo.d.ts +36 -0
- package/dist/esm/models/cuser-update-pass-word-vo.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/del-user-vo.d.ts +30 -0
- package/dist/esm/models/del-user-vo.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/devices-status-update-vo.d.ts +54 -0
- package/dist/esm/models/devices-status-update-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/equipment-add-redis-list-dto.d.ts +43 -0
- package/dist/esm/models/equipment-add-redis-list-dto.js +14 -0
- package/dist/esm/models/equipment-batch-supplier-vo.d.ts +30 -0
- package/dist/esm/models/equipment-batch-supplier-vo.js +14 -0
- package/dist/esm/models/equipment-detail-dto.d.ts +216 -0
- package/dist/esm/models/equipment-detail-dto.js +14 -0
- package/dist/esm/models/equipment-edit-batch-vo.d.ts +36 -0
- package/dist/esm/models/equipment-edit-batch-vo.js +14 -0
- package/dist/esm/models/equipment-edit-vo.d.ts +144 -0
- package/dist/esm/models/equipment-edit-vo.js +14 -0
- package/dist/esm/models/equipment-excel-add-dto.d.ts +114 -0
- package/dist/esm/models/equipment-excel-add-dto.js +14 -0
- package/dist/esm/models/equipment-point-edit-vo.d.ts +36 -0
- package/dist/esm/models/equipment-point-edit-vo.js +14 -0
- package/dist/esm/models/equipment-qr-code-dto.d.ts +60 -0
- package/dist/esm/models/equipment-qr-code-dto.js +14 -0
- package/dist/esm/models/equipment-qr-code-vo.d.ts +36 -0
- package/dist/esm/models/equipment-qr-code-vo.js +14 -0
- package/dist/esm/models/equipment-search-system-dto.d.ts +223 -0
- package/dist/esm/models/equipment-search-system-dto.js +14 -0
- package/dist/esm/models/equipment-search-vo.d.ts +122 -0
- package/dist/esm/models/equipment-search-vo.js +14 -0
- package/dist/esm/models/equipment-space-search-vo.d.ts +42 -0
- package/dist/esm/models/equipment-space-search-vo.js +14 -0
- package/dist/esm/models/equipment-system-add-vo.d.ts +30 -0
- package/dist/esm/models/equipment-system-add-vo.js +14 -0
- package/dist/esm/models/equipment-system-edit-vo.d.ts +30 -0
- package/dist/esm/models/equipment-system-edit-vo.js +14 -0
- package/dist/esm/models/equipment-system-entity.d.ts +60 -0
- package/dist/esm/models/equipment-system-entity.js +14 -0
- package/dist/esm/models/equipment-system-team-vo.d.ts +30 -0
- package/dist/esm/models/equipment-system-team-vo.js +14 -0
- package/dist/esm/models/equipment-system-tree-dto.d.ts +48 -0
- package/dist/esm/models/equipment-system-tree-dto.js +14 -0
- package/dist/esm/models/equipment-tree-details-dto.d.ts +48 -0
- package/dist/esm/models/equipment-tree-details-dto.js +14 -0
- package/dist/esm/models/equipment-tree-dto.d.ts +37 -0
- package/dist/esm/models/equipment-tree-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/excel-import-result-dtoequipment-excel-add-dto.d.ts +31 -0
- package/dist/esm/models/excel-import-result-dtoequipment-excel-add-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-dto.d.ts +30 -0
- package/dist/esm/models/file-dto.js +14 -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 +30 -0
- package/dist/esm/models/followup-work-order-dto.js +14 -0
- package/dist/esm/models/fusion-role-request-dto.d.ts +66 -0
- package/dist/esm/models/fusion-role-request-dto.js +14 -0
- 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/group-dept-vo.d.ts +43 -0
- package/dist/esm/models/group-dept-vo.js +14 -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 +834 -0
- package/dist/esm/models/index.js +834 -0
- 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/inspection-category-enum.d.ts +29 -0
- package/dist/esm/models/inspection-category-enum.js +30 -0
- package/dist/esm/models/inspection-comp.d.ts +54 -0
- package/dist/esm/models/inspection-comp.js +14 -0
- package/dist/esm/models/inspection-complete-vo.d.ts +30 -0
- package/dist/esm/models/inspection-complete-vo.js +14 -0
- package/dist/esm/models/inspection-handle-req.d.ts +37 -0
- package/dist/esm/models/inspection-handle-req.js +14 -0
- package/dist/esm/models/inspection-item-bo.d.ts +60 -0
- package/dist/esm/models/inspection-item-bo.js +14 -0
- package/dist/esm/models/inspection-item-content-vo.d.ts +36 -0
- package/dist/esm/models/inspection-item-content-vo.js +14 -0
- package/dist/esm/models/inspection-point-item.d.ts +121 -0
- package/dist/esm/models/inspection-point-item.js +14 -0
- package/dist/esm/models/inspection-point.d.ts +49 -0
- package/dist/esm/models/inspection-point.js +14 -0
- package/dist/esm/models/inspection-standard-add-or-update-vo.d.ts +105 -0
- package/dist/esm/models/inspection-standard-add-or-update-vo.js +14 -0
- package/dist/esm/models/inspection-standard-entity.d.ts +129 -0
- package/dist/esm/models/inspection-standard-entity.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-admission-terms-record-details-dto.d.ts +56 -0
- package/dist/esm/models/json-result-admission-terms-record-details-dto.js +14 -0
- package/dist/esm/models/json-result-ai-monitoring-config-vo.d.ts +56 -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 +56 -0
- package/dist/esm/models/json-result-air-conditioning-reservation-details-dto.js +14 -0
- package/dist/esm/models/json-result-applet-user-type-dto.d.ts +56 -0
- package/dist/esm/models/json-result-applet-user-type-dto.js +14 -0
- package/dist/esm/models/json-result-appointment-registration-detail-dto.d.ts +56 -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 +56 -0
- package/dist/esm/models/json-result-appointment-set-vo.js +14 -0
- package/dist/esm/models/json-result-big-decimal.d.ts +55 -0
- package/dist/esm/models/json-result-big-decimal.js +14 -0
- package/dist/esm/models/json-result-black-white-entity.d.ts +56 -0
- package/dist/esm/models/json-result-black-white-entity.js +14 -0
- package/dist/esm/models/json-result-boolean.d.ts +55 -0
- package/dist/esm/models/json-result-boolean.js +14 -0
- package/dist/esm/models/json-result-business-work-order-list-dto.d.ts +56 -0
- package/dist/esm/models/json-result-business-work-order-list-dto.js +14 -0
- package/dist/esm/models/json-result-calendar-add-redis-list-vo.d.ts +56 -0
- package/dist/esm/models/json-result-calendar-add-redis-list-vo.js +14 -0
- package/dist/esm/models/json-result-calendar-entity.d.ts +56 -0
- package/dist/esm/models/json-result-calendar-entity.js +14 -0
- package/dist/esm/models/json-result-call-police-detail-dto.d.ts +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -0
- package/dist/esm/models/json-result-energy-work-order-detail-dto.js +14 -0
- package/dist/esm/models/json-result-equipment-add-redis-list-dto.d.ts +56 -0
- package/dist/esm/models/json-result-equipment-add-redis-list-dto.js +14 -0
- package/dist/esm/models/json-result-equipment-search-system-dto.d.ts +56 -0
- package/dist/esm/models/json-result-equipment-search-system-dto.js +14 -0
- package/dist/esm/models/json-result-esg-park-carbon-emission-statistics-dto.d.ts +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -0
- package/dist/esm/models/json-result-esgpark-waste-statistics-dto.js +14 -0
- package/dist/esm/models/json-result-excel-import-result-dtoequipment-excel-add-dto.d.ts +56 -0
- package/dist/esm/models/json-result-excel-import-result-dtoequipment-excel-add-dto.js +14 -0
- package/dist/esm/models/json-result-feedback-record-detail-vo.d.ts +56 -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 +56 -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 +56 -0
- package/dist/esm/models/json-result-feedback-statistics-satisfaction-rating-dto.js +14 -0
- package/dist/esm/models/json-result-file-dto.d.ts +56 -0
- package/dist/esm/models/json-result-file-dto.js +14 -0
- package/dist/esm/models/json-result-file-management-entity.d.ts +56 -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 +56 -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 +56 -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 +56 -0
- package/dist/esm/models/json-result-gizone-user-black-white-entity.js +14 -0
- package/dist/esm/models/json-result-group-dept-vo.d.ts +56 -0
- package/dist/esm/models/json-result-group-dept-vo.js +14 -0
- package/dist/esm/models/json-result-hire-lease-term-entity.d.ts +56 -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 +56 -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 +56 -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 +56 -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 +56 -0
- package/dist/esm/models/json-result-in-park-vehicle-statistics-resp.js +14 -0
- package/dist/esm/models/json-result-inspection-standard-entity.d.ts +56 -0
- package/dist/esm/models/json-result-inspection-standard-entity.js +14 -0
- package/dist/esm/models/json-result-integer.d.ts +55 -0
- package/dist/esm/models/json-result-integer.js +14 -0
- package/dist/esm/models/json-result-iot-gradient-alarm-settings-dto.d.ts +56 -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 +56 -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 +56 -0
- package/dist/esm/models/json-result-json-result-list-space-tree-dto.js +14 -0
- package/dist/esm/models/json-result-large-visual-screen-access-line-chart-dto.d.ts +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -0
- package/dist/esm/models/json-result-list-air-conditioning-reservation-process-details-dto.js +14 -0
- package/dist/esm/models/json-result-list-applet-sys-user-drop-down-box-list-dto.d.ts +56 -0
- package/dist/esm/models/json-result-list-applet-sys-user-drop-down-box-list-dto.js +14 -0
- package/dist/esm/models/json-result-list-appointment-registration-unloading-area-count-dto.d.ts +56 -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 +56 -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-area-park-dto.d.ts +56 -0
- package/dist/esm/models/json-result-list-area-park-dto.js +14 -0
- package/dist/esm/models/json-result-list-calendar-entity.d.ts +56 -0
- package/dist/esm/models/json-result-list-calendar-entity.js +14 -0
- package/dist/esm/models/json-result-list-call-police-type-dto.d.ts +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -0
- package/dist/esm/models/json-result-list-energy-type-dto.js +14 -0
- package/dist/esm/models/json-result-list-equipment-detail-dto.d.ts +56 -0
- package/dist/esm/models/json-result-list-equipment-detail-dto.js +14 -0
- package/dist/esm/models/json-result-list-equipment-qr-code-dto.d.ts +56 -0
- package/dist/esm/models/json-result-list-equipment-qr-code-dto.js +14 -0
- package/dist/esm/models/json-result-list-equipment-system-tree-dto.d.ts +56 -0
- package/dist/esm/models/json-result-list-equipment-system-tree-dto.js +14 -0
- package/dist/esm/models/json-result-list-equipment-tree-dto.d.ts +56 -0
- package/dist/esm/models/json-result-list-equipment-tree-dto.js +14 -0
- package/dist/esm/models/json-result-list-esg-park-by-series-dto.d.ts +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -0
- package/dist/esm/models/json-result-list-in-park-vehicle-vo.js +14 -0
- package/dist/esm/models/json-result-list-maintenance-standard-entity.d.ts +56 -0
- package/dist/esm/models/json-result-list-maintenance-standard-entity.js +14 -0
- package/dist/esm/models/json-result-list-monitor-search-dto.d.ts +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -0
- package/dist/esm/models/json-result-list-park-drop-down-box-dto.js +14 -0
- package/dist/esm/models/json-result-list-plan-calendar-list-vo.d.ts +56 -0
- package/dist/esm/models/json-result-list-plan-calendar-list-vo.js +14 -0
- package/dist/esm/models/json-result-list-plan-calendar-vo.d.ts +56 -0
- package/dist/esm/models/json-result-list-plan-calendar-vo.js +14 -0
- package/dist/esm/models/json-result-list-plan-item-dto.d.ts +56 -0
- package/dist/esm/models/json-result-list-plan-item-dto.js +14 -0
- package/dist/esm/models/json-result-list-renovation-activity-list-vo.d.ts +56 -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 +56 -0
- package/dist/esm/models/json-result-list-renovation-inspection-entity.js +14 -0
- package/dist/esm/models/json-result-list-space-image-detail-dto.d.ts +56 -0
- package/dist/esm/models/json-result-list-space-image-detail-dto.js +14 -0
- package/dist/esm/models/json-result-list-space-point-dto.d.ts +56 -0
- package/dist/esm/models/json-result-list-space-point-dto.js +14 -0
- package/dist/esm/models/json-result-list-space-qr-code-dto.d.ts +56 -0
- package/dist/esm/models/json-result-list-space-qr-code-dto.js +14 -0
- package/dist/esm/models/json-result-list-space-tree-dto.d.ts +56 -0
- package/dist/esm/models/json-result-list-space-tree-dto.js +14 -0
- package/dist/esm/models/json-result-list-space-url-dto.d.ts +56 -0
- package/dist/esm/models/json-result-list-space-url-dto.js +14 -0
- package/dist/esm/models/json-result-list-stock-push-settings-entity.d.ts +56 -0
- package/dist/esm/models/json-result-list-stock-push-settings-entity.js +14 -0
- package/dist/esm/models/json-result-list-supplier-select-dto.d.ts +56 -0
- package/dist/esm/models/json-result-list-supplier-select-dto.js +14 -0
- package/dist/esm/models/json-result-list-sys-dept-drop-down-box-list-dto.d.ts +56 -0
- package/dist/esm/models/json-result-list-sys-dept-drop-down-box-list-dto.js +14 -0
- package/dist/esm/models/json-result-list-sys-dept.d.ts +56 -0
- package/dist/esm/models/json-result-list-sys-dept.js +14 -0
- package/dist/esm/models/json-result-list-sys-user-drop-down-box-list-dto.d.ts +56 -0
- package/dist/esm/models/json-result-list-sys-user-drop-down-box-list-dto.js +14 -0
- package/dist/esm/models/json-result-list-unloading-area-entity.d.ts +56 -0
- package/dist/esm/models/json-result-list-unloading-area-entity.js +14 -0
- package/dist/esm/models/json-result-list-work-order-circulation-vo.d.ts +56 -0
- package/dist/esm/models/json-result-list-work-order-circulation-vo.js +14 -0
- package/dist/esm/models/json-result-list-work-order-comment-entity.d.ts +56 -0
- package/dist/esm/models/json-result-list-work-order-comment-entity.js +14 -0
- package/dist/esm/models/json-result-list-work-order-inspection-detail-dto.d.ts +56 -0
- package/dist/esm/models/json-result-list-work-order-inspection-detail-dto.js +14 -0
- package/dist/esm/models/json-result-list-work-order-push-settings-entity.d.ts +56 -0
- package/dist/esm/models/json-result-list-work-order-push-settings-entity.js +14 -0
- package/dist/esm/models/json-result-list-work-order-step-by-step-push-dto.d.ts +56 -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-step-by-step-push-user-details-dto.d.ts +56 -0
- package/dist/esm/models/json-result-list-work-order-step-by-step-push-user-details-dto.js +14 -0
- package/dist/esm/models/json-result-list-work-order-type-dto.d.ts +56 -0
- package/dist/esm/models/json-result-list-work-order-type-dto.js +14 -0
- package/dist/esm/models/json-result-maintenance-standard-entity.d.ts +56 -0
- package/dist/esm/models/json-result-maintenance-standard-entity.js +14 -0
- package/dist/esm/models/json-result-map-string-object.d.ts +57 -0
- package/dist/esm/models/json-result-map-string-object.js +14 -0
- package/dist/esm/models/json-result-monitor-detail-dto.d.ts +56 -0
- package/dist/esm/models/json-result-monitor-detail-dto.js +14 -0
- package/dist/esm/models/json-result-monitor-live-dto.d.ts +56 -0
- package/dist/esm/models/json-result-monitor-live-dto.js +14 -0
- package/dist/esm/models/json-result-monitor-screen-dto.d.ts +56 -0
- package/dist/esm/models/json-result-monitor-screen-dto.js +14 -0
- package/dist/esm/models/json-result-monitor-sort-entity.d.ts +56 -0
- package/dist/esm/models/json-result-monitor-sort-entity.js +14 -0
- package/dist/esm/models/json-result-news-entity.d.ts +56 -0
- package/dist/esm/models/json-result-news-entity.js +14 -0
- package/dist/esm/models/json-result-node-dto.d.ts +56 -0
- package/dist/esm/models/json-result-node-dto.js +14 -0
- package/dist/esm/models/json-result-object.d.ts +55 -0
- package/dist/esm/models/json-result-object.js +14 -0
- package/dist/esm/models/json-result-owner-kanban-energy-dto.d.ts +56 -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 +56 -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 +56 -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 +56 -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 +56 -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-admission-terms-record-list-dto.d.ts +56 -0
- package/dist/esm/models/json-result-page-dto-admission-terms-record-list-dto.js +14 -0
- package/dist/esm/models/json-result-page-dto-ai-monitoring-config-vo.d.ts +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -0
- package/dist/esm/models/json-result-page-dto-energy-meter-list-dto.js +14 -0
- package/dist/esm/models/json-result-page-dto-equipment-search-system-dto.d.ts +56 -0
- package/dist/esm/models/json-result-page-dto-equipment-search-system-dto.js +14 -0
- package/dist/esm/models/json-result-page-dto-esg-park-carbon-emission-details-dto.d.ts +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -0
- package/dist/esm/models/json-result-page-dto-in-park-vehicle-vo.js +14 -0
- package/dist/esm/models/json-result-page-dto-inspection-standard-entity.d.ts +56 -0
- package/dist/esm/models/json-result-page-dto-inspection-standard-entity.js +14 -0
- package/dist/esm/models/json-result-page-dto-maintenance-standard-dto.d.ts +56 -0
- package/dist/esm/models/json-result-page-dto-maintenance-standard-dto.js +14 -0
- package/dist/esm/models/json-result-page-dto-monitor-sort-entity.d.ts +56 -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 +56 -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 +56 -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 +56 -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 +56 -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-plan-search-dto.d.ts +56 -0
- package/dist/esm/models/json-result-page-dto-plan-search-dto.js +14 -0
- package/dist/esm/models/json-result-page-dto-renovation-draft-list-vo.d.ts +56 -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 +56 -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 +56 -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 +56 -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 +56 -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-supplier-contract-details-dto.d.ts +56 -0
- package/dist/esm/models/json-result-page-dto-supplier-contract-details-dto.js +14 -0
- package/dist/esm/models/json-result-page-dto-surveillance-roi-list-vo.d.ts +56 -0
- package/dist/esm/models/json-result-page-dto-surveillance-roi-list-vo.js +14 -0
- package/dist/esm/models/json-result-page-dto-sys-user-msg-list-dto.d.ts +56 -0
- package/dist/esm/models/json-result-page-dto-sys-user-msg-list-dto.js +14 -0
- package/dist/esm/models/json-result-page-dto-work-order-search-dto.d.ts +56 -0
- package/dist/esm/models/json-result-page-dto-work-order-search-dto.js +14 -0
- package/dist/esm/models/json-result-park-settings-details-dto.d.ts +56 -0
- package/dist/esm/models/json-result-park-settings-details-dto.js +14 -0
- package/dist/esm/models/json-result-period-detail-resp.d.ts +56 -0
- package/dist/esm/models/json-result-period-detail-resp.js +14 -0
- package/dist/esm/models/json-result-plan-detail-dto.d.ts +56 -0
- package/dist/esm/models/json-result-plan-detail-dto.js +14 -0
- package/dist/esm/models/json-result-renovation-details-vo.d.ts +56 -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 +56 -0
- package/dist/esm/models/json-result-renovation-draft-details-vo.js +14 -0
- package/dist/esm/models/json-result-scheduled-cron.d.ts +56 -0
- package/dist/esm/models/json-result-scheduled-cron.js +14 -0
- package/dist/esm/models/json-result-space-add-redis-list-dto.d.ts +56 -0
- package/dist/esm/models/json-result-space-add-redis-list-dto.js +14 -0
- package/dist/esm/models/json-result-space-edit-before-and-after-dto.d.ts +56 -0
- package/dist/esm/models/json-result-space-edit-before-and-after-dto.js +14 -0
- package/dist/esm/models/json-result-space-image-detail-dto.d.ts +56 -0
- package/dist/esm/models/json-result-space-image-detail-dto.js +14 -0
- package/dist/esm/models/json-result-stock-details-dto.d.ts +56 -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 +56 -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 +56 -0
- package/dist/esm/models/json-result-stock-push-settings-entity.js +14 -0
- package/dist/esm/models/json-result-string.d.ts +55 -0
- package/dist/esm/models/json-result-string.js +14 -0
- package/dist/esm/models/json-result-supplier-contract-details-dto.d.ts +56 -0
- package/dist/esm/models/json-result-supplier-contract-details-dto.js +14 -0
- package/dist/esm/models/json-result-supplier-entity.d.ts +56 -0
- package/dist/esm/models/json-result-supplier-entity.js +14 -0
- package/dist/esm/models/json-result-surveillance-roi-list-vo.d.ts +56 -0
- package/dist/esm/models/json-result-surveillance-roi-list-vo.js +14 -0
- package/dist/esm/models/json-result-switch-park-v2-dto.d.ts +56 -0
- package/dist/esm/models/json-result-switch-park-v2-dto.js +14 -0
- package/dist/esm/models/json-result-sys-dept.d.ts +56 -0
- package/dist/esm/models/json-result-sys-dept.js +14 -0
- package/dist/esm/models/json-result-sys-user-msg-do.d.ts +56 -0
- package/dist/esm/models/json-result-sys-user-msg-do.js +14 -0
- package/dist/esm/models/json-result-sys-user.d.ts +56 -0
- package/dist/esm/models/json-result-sys-user.js +14 -0
- package/dist/esm/models/json-result-unloading-area-entity.d.ts +56 -0
- package/dist/esm/models/json-result-unloading-area-entity.js +14 -0
- package/dist/esm/models/json-result-user-add-redis-list-vo.d.ts +56 -0
- package/dist/esm/models/json-result-user-add-redis-list-vo.js +14 -0
- package/dist/esm/models/json-result-user-settings-entity.d.ts +56 -0
- package/dist/esm/models/json-result-user-settings-entity.js +14 -0
- package/dist/esm/models/json-result-void.d.ts +55 -0
- package/dist/esm/models/json-result-void.js +14 -0
- package/dist/esm/models/json-result-white-add-redis-list-dto.d.ts +56 -0
- package/dist/esm/models/json-result-white-add-redis-list-dto.js +14 -0
- package/dist/esm/models/json-result-work-order-detail-dto.d.ts +56 -0
- package/dist/esm/models/json-result-work-order-detail-dto.js +14 -0
- package/dist/esm/models/json-result.d.ts +55 -0
- package/dist/esm/models/json-result.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-body.d.ts +42 -0
- package/dist/esm/models/login-body.js +14 -0
- package/dist/esm/models/login-type-enum.d.ts +23 -0
- package/dist/esm/models/login-type-enum.js +24 -0
- package/dist/esm/models/maintenance-history-dto.d.ts +56 -0
- package/dist/esm/models/maintenance-history-dto.js +26 -0
- package/dist/esm/models/maintenance-standard-add-or-update-vo.d.ts +104 -0
- package/dist/esm/models/maintenance-standard-add-or-update-vo.js +14 -0
- package/dist/esm/models/maintenance-standard-dto.d.ts +122 -0
- package/dist/esm/models/maintenance-standard-dto.js +14 -0
- package/dist/esm/models/maintenance-standard-entity.d.ts +135 -0
- package/dist/esm/models/maintenance-standard-entity.js +14 -0
- 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/media-dto.d.ts +30 -0
- package/dist/esm/models/media-dto.js +14 -0
- package/dist/esm/models/message-push-log-search-list-bo.d.ts +128 -0
- package/dist/esm/models/message-push-log-search-list-bo.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-in-button.d.ts +60 -0
- package/dist/esm/models/news-in-button.js +14 -0
- package/dist/esm/models/news-info.d.ts +25 -0
- package/dist/esm/models/news-info.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/notice-vo.d.ts +86 -0
- package/dist/esm/models/notice-vo.js +14 -0
- 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-admission-terms-record-list-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-admission-terms-record-list-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-equipment-search-system-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-equipment-search-system-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-inspection-standard-entity.d.ts +31 -0
- package/dist/esm/models/page-dto-inspection-standard-entity.js +14 -0
- package/dist/esm/models/page-dto-maintenance-standard-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-maintenance-standard-dto.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-plan-search-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-plan-search-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-supplier-contract-details-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-supplier-contract-details-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/page-dto-sys-user-msg-list-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-sys-user-msg-list-dto.js +14 -0
- package/dist/esm/models/page-dto-work-order-search-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-work-order-search-dto.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-push-settings-add-bo.d.ts +48 -0
- package/dist/esm/models/park-push-settings-add-bo.js +14 -0
- package/dist/esm/models/park-settings-details-dto.d.ts +42 -0
- package/dist/esm/models/park-settings-details-dto.js +14 -0
- package/dist/esm/models/park-settings-vo.d.ts +36 -0
- package/dist/esm/models/park-settings-vo.js +14 -0
- package/dist/esm/models/park-vehicle.d.ts +30 -0
- package/dist/esm/models/park-vehicle.js +14 -0
- package/dist/esm/models/period-detail-resp.d.ts +217 -0
- package/dist/esm/models/period-detail-resp.js +37 -0
- package/dist/esm/models/plan-add-vo.d.ts +87 -0
- package/dist/esm/models/plan-add-vo.js +19 -0
- package/dist/esm/models/plan-calendar-list-vo.d.ts +49 -0
- package/dist/esm/models/plan-calendar-list-vo.js +19 -0
- package/dist/esm/models/plan-calendar-vo.d.ts +36 -0
- package/dist/esm/models/plan-calendar-vo.js +14 -0
- package/dist/esm/models/plan-detail-dto.d.ts +99 -0
- package/dist/esm/models/plan-detail-dto.js +19 -0
- package/dist/esm/models/plan-edit-vo.d.ts +75 -0
- package/dist/esm/models/plan-edit-vo.js +19 -0
- package/dist/esm/models/plan-image-list.d.ts +36 -0
- package/dist/esm/models/plan-image-list.js +14 -0
- package/dist/esm/models/plan-inspection-items-dto.d.ts +56 -0
- package/dist/esm/models/plan-inspection-items-dto.js +14 -0
- package/dist/esm/models/plan-item-add-vo.d.ts +62 -0
- package/dist/esm/models/plan-item-add-vo.js +14 -0
- package/dist/esm/models/plan-item-dto.d.ts +141 -0
- package/dist/esm/models/plan-item-dto.js +19 -0
- package/dist/esm/models/plan-item-edit-vo.d.ts +68 -0
- package/dist/esm/models/plan-item-edit-vo.js +14 -0
- package/dist/esm/models/plan-search-dto.d.ts +81 -0
- package/dist/esm/models/plan-search-dto.js +19 -0
- package/dist/esm/models/plan-to-state-vo.d.ts +30 -0
- package/dist/esm/models/plan-to-state-vo.js +14 -0
- package/dist/esm/models/privacy-add-vo.d.ts +36 -0
- package/dist/esm/models/privacy-add-vo.js +14 -0
- package/dist/esm/models/privacy-update-state-dto.d.ts +30 -0
- package/dist/esm/models/privacy-update-state-dto.js +14 -0
- package/dist/esm/models/process-work-order-vo.d.ts +36 -0
- package/dist/esm/models/process-work-order-vo.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/register-body.d.ts +42 -0
- package/dist/esm/models/register-body.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/response-data.d.ts +42 -0
- package/dist/esm/models/response-data.js +14 -0
- package/dist/esm/models/result-code.d.ts +139 -0
- package/dist/esm/models/result-code.js +140 -0
- package/dist/esm/models/save-period-work-order-detail-req.d.ts +31 -0
- package/dist/esm/models/save-period-work-order-detail-req.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/source-alert-dto.d.ts +42 -0
- package/dist/esm/models/source-alert-dto.js +14 -0
- package/dist/esm/models/source-feedback-dto.d.ts +30 -0
- package/dist/esm/models/source-feedback-dto.js +14 -0
- package/dist/esm/models/source-work-order-inspection-dto.d.ts +48 -0
- package/dist/esm/models/source-work-order-inspection-dto.js +14 -0
- package/dist/esm/models/space-add-excel-dto.d.ts +84 -0
- package/dist/esm/models/space-add-excel-dto.js +14 -0
- package/dist/esm/models/space-add-plan-vo.d.ts +30 -0
- package/dist/esm/models/space-add-plan-vo.js +14 -0
- package/dist/esm/models/space-add-point-vo.d.ts +31 -0
- package/dist/esm/models/space-add-point-vo.js +14 -0
- package/dist/esm/models/space-add-redis-list-dto.d.ts +43 -0
- package/dist/esm/models/space-add-redis-list-dto.js +14 -0
- package/dist/esm/models/space-add-vo.d.ts +114 -0
- package/dist/esm/models/space-add-vo.js +18 -0
- package/dist/esm/models/space-detail-dto.d.ts +176 -0
- package/dist/esm/models/space-detail-dto.js +18 -0
- package/dist/esm/models/space-edit-before-and-after-dto.d.ts +31 -0
- package/dist/esm/models/space-edit-before-and-after-dto.js +14 -0
- package/dist/esm/models/space-edit-excel-dto.d.ts +78 -0
- package/dist/esm/models/space-edit-excel-dto.js +14 -0
- package/dist/esm/models/space-edit-vo.d.ts +132 -0
- package/dist/esm/models/space-edit-vo.js +18 -0
- package/dist/esm/models/space-image-detail-dto.d.ts +38 -0
- package/dist/esm/models/space-image-detail-dto.js +14 -0
- package/dist/esm/models/space-point-dto.d.ts +54 -0
- package/dist/esm/models/space-point-dto.js +14 -0
- package/dist/esm/models/space-qr-code-dto.d.ts +60 -0
- package/dist/esm/models/space-qr-code-dto.js +14 -0
- package/dist/esm/models/space-qr-code.d.ts +24 -0
- package/dist/esm/models/space-qr-code.js +14 -0
- package/dist/esm/models/space-tree-dto.d.ts +133 -0
- package/dist/esm/models/space-tree-dto.js +18 -0
- package/dist/esm/models/space-url-add-vo.d.ts +36 -0
- package/dist/esm/models/space-url-add-vo.js +14 -0
- package/dist/esm/models/space-url-dto.d.ts +48 -0
- package/dist/esm/models/space-url-dto.js +14 -0
- package/dist/esm/models/space-url-edit-vo.d.ts +42 -0
- package/dist/esm/models/space-url-edit-vo.js +14 -0
- package/dist/esm/models/standard-delete-vo.d.ts +24 -0
- package/dist/esm/models/standard-delete-vo.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/sub-buttons.d.ts +25 -0
- package/dist/esm/models/sub-buttons.js +14 -0
- package/dist/esm/models/supplier-add-vo.d.ts +74 -0
- package/dist/esm/models/supplier-add-vo.js +14 -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/supplier-contact-vo.d.ts +30 -0
- package/dist/esm/models/supplier-contact-vo.js +14 -0
- package/dist/esm/models/supplier-contract-add-or-update-vo.d.ts +84 -0
- package/dist/esm/models/supplier-contract-add-or-update-vo.js +14 -0
- package/dist/esm/models/supplier-contract-details-dto.d.ts +120 -0
- package/dist/esm/models/supplier-contract-details-dto.js +18 -0
- package/dist/esm/models/supplier-edit-vo.d.ts +74 -0
- package/dist/esm/models/supplier-edit-vo.js +14 -0
- package/dist/esm/models/supplier-entity.d.ts +116 -0
- package/dist/esm/models/supplier-entity.js +14 -0
- package/dist/esm/models/supplier-search-vo.d.ts +110 -0
- package/dist/esm/models/supplier-search-vo.js +14 -0
- package/dist/esm/models/supplier-select-dto.d.ts +30 -0
- package/dist/esm/models/supplier-select-dto.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/switch-pak-body-v2-vo.d.ts +31 -0
- package/dist/esm/models/switch-pak-body-v2-vo.js +14 -0
- package/dist/esm/models/switch-pak-body.d.ts +30 -0
- package/dist/esm/models/switch-pak-body.js +14 -0
- package/dist/esm/models/switch-park-v2-dto.d.ts +42 -0
- package/dist/esm/models/switch-park-v2-dto.js +14 -0
- package/dist/esm/models/sync-equipment-vo.d.ts +174 -0
- package/dist/esm/models/sync-equipment-vo.js +14 -0
- package/dist/esm/models/sys-config.d.ts +92 -0
- package/dist/esm/models/sys-config.js +14 -0
- package/dist/esm/models/sys-dept-drop-down-box-list-dto.d.ts +36 -0
- package/dist/esm/models/sys-dept-drop-down-box-list-dto.js +14 -0
- package/dist/esm/models/sys-dept-drop-down-vo.d.ts +30 -0
- package/dist/esm/models/sys-dept-drop-down-vo.js +14 -0
- package/dist/esm/models/sys-dept.d.ts +248 -0
- package/dist/esm/models/sys-dept.js +14 -0
- package/dist/esm/models/sys-dict-data.d.ts +122 -0
- package/dist/esm/models/sys-dict-data.js +14 -0
- package/dist/esm/models/sys-dict-type.d.ts +86 -0
- package/dist/esm/models/sys-dict-type.js +14 -0
- package/dist/esm/models/sys-login-code-dto.d.ts +36 -0
- package/dist/esm/models/sys-login-code-dto.js +14 -0
- package/dist/esm/models/sys-logininfor.d.ts +116 -0
- package/dist/esm/models/sys-logininfor.js +14 -0
- package/dist/esm/models/sys-menu.d.ts +164 -0
- package/dist/esm/models/sys-menu.js +14 -0
- package/dist/esm/models/sys-notice.d.ts +92 -0
- package/dist/esm/models/sys-notice.js +14 -0
- package/dist/esm/models/sys-oper-log.d.ts +164 -0
- package/dist/esm/models/sys-oper-log.js +14 -0
- package/dist/esm/models/sys-post.d.ts +98 -0
- package/dist/esm/models/sys-post.js +14 -0
- package/dist/esm/models/sys-role.d.ts +146 -0
- package/dist/esm/models/sys-role.js +14 -0
- package/dist/esm/models/sys-user-drop-down-box-list-dto.d.ts +42 -0
- package/dist/esm/models/sys-user-drop-down-box-list-dto.js +14 -0
- package/dist/esm/models/sys-user-info-dto.d.ts +75 -0
- package/dist/esm/models/sys-user-info-dto.js +14 -0
- package/dist/esm/models/sys-user-msg-do.d.ts +90 -0
- package/dist/esm/models/sys-user-msg-do.js +14 -0
- package/dist/esm/models/sys-user-msg-list-dto.d.ts +79 -0
- package/dist/esm/models/sys-user-msg-list-dto.js +14 -0
- package/dist/esm/models/sys-user-msg-notice-add-vo.d.ts +36 -0
- package/dist/esm/models/sys-user-msg-notice-add-vo.js +14 -0
- package/dist/esm/models/sys-user-msg-search-list-vo.d.ts +54 -0
- package/dist/esm/models/sys-user-msg-search-list-vo.js +14 -0
- package/dist/esm/models/sys-user-role.d.ts +72 -0
- package/dist/esm/models/sys-user-role.js +14 -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 +370 -0
- package/dist/esm/models/sys-user.js +14 -0
- package/dist/esm/models/table-data-info.d.ts +42 -0
- package/dist/esm/models/table-data-info.js +14 -0
- 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-add-redis-list-vo.d.ts +43 -0
- package/dist/esm/models/user-add-redis-list-vo.js +14 -0
- package/dist/esm/models/user-batch-import-upload-request.d.ts +24 -0
- package/dist/esm/models/user-batch-import-upload-request.js +14 -0
- package/dist/esm/models/user-bind-body.d.ts +36 -0
- package/dist/esm/models/user-bind-body.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-excel-dto.d.ts +114 -0
- package/dist/esm/models/user-excel-dto.js +14 -0
- package/dist/esm/models/user-roles-and-permissions-dto.d.ts +49 -0
- package/dist/esm/models/user-roles-and-permissions-dto.js +14 -0
- package/dist/esm/models/user-settings-entity.d.ts +60 -0
- package/dist/esm/models/user-settings-entity.js +14 -0
- package/dist/esm/models/user-settings-update-bo.d.ts +36 -0
- package/dist/esm/models/user-settings-update-bo.js +14 -0
- package/dist/esm/models/user-whether-privacy-dto.d.ts +30 -0
- package/dist/esm/models/user-whether-privacy-dto.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/watermark.d.ts +30 -0
- package/dist/esm/models/watermark.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-add-vo.d.ts +91 -0
- package/dist/esm/models/work-order-add-vo.js +14 -0
- package/dist/esm/models/work-order-check-before-acceptance-adopt-vo.d.ts +30 -0
- package/dist/esm/models/work-order-check-before-acceptance-adopt-vo.js +14 -0
- package/dist/esm/models/work-order-check-before-acceptance-no-vo.d.ts +36 -0
- package/dist/esm/models/work-order-check-before-acceptance-no-vo.js +14 -0
- package/dist/esm/models/work-order-circulation-vo.d.ts +96 -0
- package/dist/esm/models/work-order-circulation-vo.js +14 -0
- package/dist/esm/models/work-order-comment-dto.d.ts +66 -0
- package/dist/esm/models/work-order-comment-dto.js +14 -0
- package/dist/esm/models/work-order-comment-entity.d.ts +72 -0
- package/dist/esm/models/work-order-comment-entity.js +14 -0
- package/dist/esm/models/work-order-comment-vo.d.ts +42 -0
- package/dist/esm/models/work-order-comment-vo.js +14 -0
- package/dist/esm/models/work-order-dept-dto.d.ts +30 -0
- package/dist/esm/models/work-order-dept-dto.js +14 -0
- package/dist/esm/models/work-order-detail-dto.d.ts +310 -0
- package/dist/esm/models/work-order-detail-dto.js +31 -0
- package/dist/esm/models/work-order-distribute-leaflets-vo.d.ts +30 -0
- package/dist/esm/models/work-order-distribute-leaflets-vo.js +14 -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-handler-status-enum.d.ts +21 -0
- package/dist/esm/models/work-order-handler-status-enum.js +22 -0
- package/dist/esm/models/work-order-inspection-detail-dto.d.ts +132 -0
- package/dist/esm/models/work-order-inspection-detail-dto.js +14 -0
- package/dist/esm/models/work-order-inspection-item-req.d.ts +42 -0
- package/dist/esm/models/work-order-inspection-item-req.js +14 -0
- package/dist/esm/models/work-order-plan-holidays-enum.d.ts +23 -0
- package/dist/esm/models/work-order-plan-holidays-enum.js +24 -0
- package/dist/esm/models/work-order-plan-repeats-enum.d.ts +29 -0
- package/dist/esm/models/work-order-plan-repeats-enum.js +30 -0
- package/dist/esm/models/work-order-push-settings-entity.d.ts +104 -0
- package/dist/esm/models/work-order-push-settings-entity.js +26 -0
- package/dist/esm/models/work-order-push-settings-save-or-update-vo.d.ts +92 -0
- package/dist/esm/models/work-order-push-settings-save-or-update-vo.js +26 -0
- package/dist/esm/models/work-order-push-settings-vo.d.ts +31 -0
- package/dist/esm/models/work-order-push-settings-vo.js +14 -0
- package/dist/esm/models/work-order-search-dto.d.ts +130 -0
- package/dist/esm/models/work-order-search-dto.js +31 -0
- package/dist/esm/models/work-order-source-enum.d.ts +25 -0
- package/dist/esm/models/work-order-source-enum.js +26 -0
- package/dist/esm/models/work-order-spot-check-vo.d.ts +48 -0
- package/dist/esm/models/work-order-spot-check-vo.js +14 -0
- package/dist/esm/models/work-order-status-vo.d.ts +30 -0
- package/dist/esm/models/work-order-status-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-step-by-step-push-user-details-dto.d.ts +48 -0
- package/dist/esm/models/work-order-step-by-step-push-user-details-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/esm/models/work-order-type-enum.d.ts +34 -0
- package/dist/esm/models/work-order-type-enum.js +35 -0
- package/dist/esm/models/wx-ma-user-info.d.ts +73 -0
- package/dist/esm/models/wx-ma-user-info.js +14 -0
- package/dist/esm/models/wx-menu-button.d.ts +72 -0
- package/dist/esm/models/wx-menu-button.js +14 -0
- package/dist/esm/models/wx-menu-rule.d.ts +60 -0
- package/dist/esm/models/wx-menu-rule.js +14 -0
- package/dist/esm/models/wx-menu.d.ts +32 -0
- package/dist/esm/models/wx-menu.js +14 -0
- package/dist/esm/models/wx-mp-conditional-menu.d.ts +38 -0
- package/dist/esm/models/wx-mp-conditional-menu.js +14 -0
- package/dist/esm/models/wx-mp-get-self-menu-info-result.d.ts +31 -0
- package/dist/esm/models/wx-mp-get-self-menu-info-result.js +14 -0
- package/dist/esm/models/wx-mp-menu.d.ts +31 -0
- package/dist/esm/models/wx-mp-menu.js +14 -0
- package/dist/esm/models/wx-mp-self-menu-button.d.ts +74 -0
- package/dist/esm/models/wx-mp-self-menu-button.js +14 -0
- package/dist/esm/models/wx-mp-self-menu-info.d.ts +25 -0
- package/dist/esm/models/wx-mp-self-menu-info.js +14 -0
- package/dist/index.d.ts +14 -0
- package/dist/index.js +32 -0
- package/dist/models/accept-devices-record-vo.d.ts +138 -0
- package/dist/models/accept-devices-record-vo.js +15 -0
- package/dist/models/accept-yms-appointment-record-bo.d.ts +43 -0
- package/dist/models/accept-yms-appointment-record-bo.js +15 -0
- package/dist/models/access-add-handle-vo.d.ts +42 -0
- package/dist/models/access-add-handle-vo.js +15 -0
- package/dist/models/access-add-vo.d.ts +174 -0
- package/dist/models/access-add-vo.js +15 -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/admission-terms-record-add-bo.d.ts +42 -0
- package/dist/models/admission-terms-record-add-bo.js +15 -0
- package/dist/models/admission-terms-record-details-dto.d.ts +48 -0
- package/dist/models/admission-terms-record-details-dto.js +15 -0
- package/dist/models/admission-terms-record-list-dto.d.ts +72 -0
- package/dist/models/admission-terms-record-list-dto.js +15 -0
- package/dist/models/admission-terms-record-search-bo.d.ts +60 -0
- package/dist/models/admission-terms-record-search-bo.js +15 -0
- package/dist/models/admission-terms-record-update-bo.d.ts +36 -0
- package/dist/models/admission-terms-record-update-bo.js +15 -0
- package/dist/models/admission-terms-record-update-enable-bo.d.ts +30 -0
- package/dist/models/admission-terms-record-update-enable-bo.js +15 -0
- package/dist/models/ai-monitor-config-roi.d.ts +50 -0
- package/dist/models/ai-monitor-config-roi.js +15 -0
- package/dist/models/ai-monitoring-config-roi-entity.d.ts +49 -0
- package/dist/models/ai-monitoring-config-roi-entity.js +15 -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-update-dto.js +15 -0
- package/dist/models/ai-monitoring-config-vo.d.ts +69 -0
- package/dist/models/ai-monitoring-config-vo.js +15 -0
- package/dist/models/air-conditioning-reservation-add-bo.d.ts +66 -0
- package/dist/models/air-conditioning-reservation-add-bo.js +15 -0
- package/dist/models/air-conditioning-reservation-details-dto.d.ts +114 -0
- package/dist/models/air-conditioning-reservation-details-dto.js +15 -0
- package/dist/models/air-conditioning-reservation-list-dto.d.ts +90 -0
- package/dist/models/air-conditioning-reservation-list-dto.js +15 -0
- package/dist/models/air-conditioning-reservation-process-details-dto.d.ts +72 -0
- package/dist/models/air-conditioning-reservation-process-details-dto.js +15 -0
- package/dist/models/air-conditioning-reservation-search-bo.d.ts +72 -0
- package/dist/models/air-conditioning-reservation-search-bo.js +15 -0
- package/dist/models/air-conditioning-reservation-update-bo.d.ts +42 -0
- package/dist/models/air-conditioning-reservation-update-bo.js +15 -0
- package/dist/models/alarm-push-save-or-update-batch.d.ts +25 -0
- package/dist/models/alarm-push-save-or-update-batch.js +15 -0
- package/dist/models/alarm-push-save-or-update.d.ts +48 -0
- package/dist/models/alarm-push-save-or-update.js +15 -0
- package/dist/models/alarm-push-settings-save-or-update-vo.d.ts +49 -0
- package/dist/models/alarm-push-settings-save-or-update-vo.js +15 -0
- package/dist/models/alarm-type-rule-record-save-or-update-vo.d.ts +72 -0
- package/dist/models/alarm-type-rule-record-save-or-update-vo.js +15 -0
- package/dist/models/alarm-type-save-or-update-vo.d.ts +37 -0
- package/dist/models/alarm-type-save-or-update-vo.js +15 -0
- package/dist/models/app-login-code-dto.d.ts +54 -0
- package/dist/models/app-login-code-dto.js +15 -0
- package/dist/models/app-login-password-dto.d.ts +48 -0
- package/dist/models/app-login-password-dto.js +15 -0
- package/dist/models/app-login-wx-chat-dto.d.ts +55 -0
- package/dist/models/app-login-wx-chat-dto.js +15 -0
- package/dist/models/app-login-wx-chat-pub-dto.d.ts +30 -0
- package/dist/models/app-login-wx-chat-pub-dto.js +15 -0
- package/dist/models/app-obtain-token.d.ts +24 -0
- package/dist/models/app-obtain-token.js +15 -0
- package/dist/models/applet-sys-user-drop-down-box-list-dto.d.ts +36 -0
- package/dist/models/applet-sys-user-drop-down-box-list-dto.js +15 -0
- package/dist/models/applet-user-type-dto.d.ts +30 -0
- package/dist/models/applet-user-type-dto.js +15 -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-personnel-dto.js +15 -0
- package/dist/models/appointment-registration-records-query-vo.d.ts +30 -0
- package/dist/models/appointment-registration-records-query-vo.js +15 -0
- package/dist/models/appointment-registration-status-vo.d.ts +72 -0
- package/dist/models/appointment-registration-status-vo.js +15 -0
- package/dist/models/appointment-registration-unloading-area-count-details-dto.d.ts +36 -0
- package/dist/models/appointment-registration-unloading-area-count-details-dto.js +15 -0
- package/dist/models/appointment-registration-unloading-area-count-dto.d.ts +37 -0
- package/dist/models/appointment-registration-unloading-area-count-dto.js +15 -0
- package/dist/models/appointment-registration-unloading-area-list-details-dto.d.ts +60 -0
- package/dist/models/appointment-registration-unloading-area-list-details-dto.js +15 -0
- package/dist/models/appointment-registration-vehicle-type-vo.d.ts +30 -0
- package/dist/models/appointment-registration-vehicle-type-vo.js +15 -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/appointment-set-vo.js +15 -0
- package/dist/models/area-park-dto.d.ts +43 -0
- package/dist/models/area-park-dto.js +15 -0
- package/dist/models/area-park-vo.d.ts +30 -0
- package/dist/models/area-park-vo.js +15 -0
- package/dist/models/associated-plan-dto.d.ts +30 -0
- package/dist/models/associated-plan-dto.js +15 -0
- package/dist/models/base-error-result.d.ts +37 -0
- package/dist/models/base-error-result.js +15 -0
- package/dist/models/black-add-vo.d.ts +60 -0
- package/dist/models/black-add-vo.js +15 -0
- package/dist/models/black-edit-vo.d.ts +60 -0
- package/dist/models/black-edit-vo.js +15 -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/bodys.js +15 -0
- package/dist/models/business-contacts-vo.d.ts +30 -0
- package/dist/models/business-contacts-vo.js +15 -0
- package/dist/models/business-work-order-dto.d.ts +66 -0
- package/dist/models/business-work-order-dto.js +15 -0
- package/dist/models/business-work-order-list-dto.d.ts +73 -0
- package/dist/models/business-work-order-list-dto.js +15 -0
- package/dist/models/calendar-add-redis-list-vo.d.ts +43 -0
- package/dist/models/calendar-add-redis-list-vo.js +15 -0
- package/dist/models/calendar-entity.d.ts +126 -0
- package/dist/models/calendar-entity.js +15 -0
- package/dist/models/calendar-export-dto.d.ts +54 -0
- package/dist/models/calendar-export-dto.js +15 -0
- package/dist/models/calendar-save-update-dto.d.ts +78 -0
- package/dist/models/calendar-save-update-dto.js +15 -0
- package/dist/models/call-police-add-vo.d.ts +91 -0
- package/dist/models/call-police-add-vo.js +15 -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-history-handle.js +15 -0
- package/dist/models/call-police-type-dto.d.ts +30 -0
- package/dist/models/call-police-type-dto.js +15 -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/change-password-dto.d.ts +48 -0
- package/dist/models/change-password-dto.js +15 -0
- package/dist/models/choice-energy-meter-bo.d.ts +42 -0
- package/dist/models/choice-energy-meter-bo.js +15 -0
- package/dist/models/choice-water-meter-vo.d.ts +30 -0
- package/dist/models/choice-water-meter-vo.js +15 -0
- package/dist/models/choice-watt-hour-meter-vo.d.ts +30 -0
- package/dist/models/choice-watt-hour-meter-vo.js +15 -0
- package/dist/models/choose-pak-body.d.ts +30 -0
- package/dist/models/choose-pak-body.js +15 -0
- package/dist/models/cold-store-dashboard-access-count-dto.d.ts +30 -0
- package/dist/models/cold-store-dashboard-access-count-dto.js +15 -0
- package/dist/models/cold-store-dashboard-access-details-series-dto.d.ts +30 -0
- package/dist/models/cold-store-dashboard-access-details-series-dto.js +15 -0
- package/dist/models/cold-store-dashboard-access-series-dto.d.ts +37 -0
- package/dist/models/cold-store-dashboard-access-series-dto.js +15 -0
- package/dist/models/cold-store-dashboard-alarm-count-dto.d.ts +36 -0
- package/dist/models/cold-store-dashboard-alarm-count-dto.js +15 -0
- package/dist/models/cold-store-dashboard-alarm-list-dto.d.ts +36 -0
- package/dist/models/cold-store-dashboard-alarm-list-dto.js +15 -0
- package/dist/models/cold-store-dashboard-area-dto.d.ts +30 -0
- package/dist/models/cold-store-dashboard-area-dto.js +15 -0
- package/dist/models/cold-store-dashboard-device-dto.d.ts +67 -0
- package/dist/models/cold-store-dashboard-device-dto.js +15 -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-details-dto.js +15 -0
- package/dist/models/cold-store-dashboard-device-lift-gate-series-dto.d.ts +55 -0
- package/dist/models/cold-store-dashboard-device-lift-gate-series-dto.js +15 -0
- package/dist/models/cold-store-dashboard-device-unit-dto.d.ts +55 -0
- package/dist/models/cold-store-dashboard-device-unit-dto.js +15 -0
- package/dist/models/cold-store-dashboard-device-unit-item-dto.d.ts +66 -0
- package/dist/models/cold-store-dashboard-device-unit-item-dto.js +15 -0
- package/dist/models/cold-store-dashboard-energy-consumption-series-dto.d.ts +30 -0
- package/dist/models/cold-store-dashboard-energy-consumption-series-dto.js +15 -0
- package/dist/models/cold-store-dashboard-energy-consumption-statistics-dto.d.ts +30 -0
- package/dist/models/cold-store-dashboard-energy-consumption-statistics-dto.js +15 -0
- package/dist/models/cold-store-dashboard-plan-calendar-list-dto.d.ts +36 -0
- package/dist/models/cold-store-dashboard-plan-calendar-list-dto.js +15 -0
- package/dist/models/complaint-record-add-bo.d.ts +54 -0
- package/dist/models/complaint-record-add-bo.js +15 -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/cuser-info.d.ts +55 -0
- package/dist/models/cuser-info.js +15 -0
- package/dist/models/cuser-update-pass-word-vo.d.ts +36 -0
- package/dist/models/cuser-update-pass-word-vo.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/del-user-vo.d.ts +30 -0
- package/dist/models/del-user-vo.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/devices-status-update-vo.d.ts +54 -0
- package/dist/models/devices-status-update-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/equipment-add-redis-list-dto.d.ts +43 -0
- package/dist/models/equipment-add-redis-list-dto.js +15 -0
- package/dist/models/equipment-batch-supplier-vo.d.ts +30 -0
- package/dist/models/equipment-batch-supplier-vo.js +15 -0
- package/dist/models/equipment-detail-dto.d.ts +216 -0
- package/dist/models/equipment-detail-dto.js +15 -0
- package/dist/models/equipment-edit-batch-vo.d.ts +36 -0
- package/dist/models/equipment-edit-batch-vo.js +15 -0
- package/dist/models/equipment-edit-vo.d.ts +144 -0
- package/dist/models/equipment-edit-vo.js +15 -0
- package/dist/models/equipment-excel-add-dto.d.ts +114 -0
- package/dist/models/equipment-excel-add-dto.js +15 -0
- package/dist/models/equipment-point-edit-vo.d.ts +36 -0
- package/dist/models/equipment-point-edit-vo.js +15 -0
- package/dist/models/equipment-qr-code-dto.d.ts +60 -0
- package/dist/models/equipment-qr-code-dto.js +15 -0
- package/dist/models/equipment-qr-code-vo.d.ts +36 -0
- package/dist/models/equipment-qr-code-vo.js +15 -0
- package/dist/models/equipment-search-system-dto.d.ts +223 -0
- package/dist/models/equipment-search-system-dto.js +15 -0
- package/dist/models/equipment-search-vo.d.ts +122 -0
- package/dist/models/equipment-search-vo.js +15 -0
- package/dist/models/equipment-space-search-vo.d.ts +42 -0
- package/dist/models/equipment-space-search-vo.js +15 -0
- package/dist/models/equipment-system-add-vo.d.ts +30 -0
- package/dist/models/equipment-system-add-vo.js +15 -0
- package/dist/models/equipment-system-edit-vo.d.ts +30 -0
- package/dist/models/equipment-system-edit-vo.js +15 -0
- package/dist/models/equipment-system-entity.d.ts +60 -0
- package/dist/models/equipment-system-entity.js +15 -0
- package/dist/models/equipment-system-team-vo.d.ts +30 -0
- package/dist/models/equipment-system-team-vo.js +15 -0
- package/dist/models/equipment-system-tree-dto.d.ts +48 -0
- package/dist/models/equipment-system-tree-dto.js +15 -0
- package/dist/models/equipment-tree-details-dto.d.ts +48 -0
- package/dist/models/equipment-tree-details-dto.js +15 -0
- package/dist/models/equipment-tree-dto.d.ts +37 -0
- package/dist/models/equipment-tree-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/excel-import-result-dtoequipment-excel-add-dto.d.ts +31 -0
- package/dist/models/excel-import-result-dtoequipment-excel-add-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-dto.d.ts +30 -0
- package/dist/models/file-dto.js +15 -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 +30 -0
- package/dist/models/followup-work-order-dto.js +15 -0
- package/dist/models/fusion-role-request-dto.d.ts +66 -0
- package/dist/models/fusion-role-request-dto.js +15 -0
- 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/group-dept-vo.d.ts +43 -0
- package/dist/models/group-dept-vo.js +15 -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 +834 -0
- package/dist/models/index.js +850 -0
- package/dist/models/inout-open-po.d.ts +48 -0
- package/dist/models/inout-open-po.js +15 -0
- package/dist/models/inspection-category-enum.d.ts +29 -0
- package/dist/models/inspection-category-enum.js +33 -0
- package/dist/models/inspection-comp.d.ts +54 -0
- package/dist/models/inspection-comp.js +15 -0
- package/dist/models/inspection-complete-vo.d.ts +30 -0
- package/dist/models/inspection-complete-vo.js +15 -0
- package/dist/models/inspection-handle-req.d.ts +37 -0
- package/dist/models/inspection-handle-req.js +15 -0
- package/dist/models/inspection-item-bo.d.ts +60 -0
- package/dist/models/inspection-item-bo.js +15 -0
- package/dist/models/inspection-item-content-vo.d.ts +36 -0
- package/dist/models/inspection-item-content-vo.js +15 -0
- package/dist/models/inspection-point-item.d.ts +121 -0
- package/dist/models/inspection-point-item.js +15 -0
- package/dist/models/inspection-point.d.ts +49 -0
- package/dist/models/inspection-point.js +15 -0
- package/dist/models/inspection-standard-add-or-update-vo.d.ts +105 -0
- package/dist/models/inspection-standard-add-or-update-vo.js +15 -0
- package/dist/models/inspection-standard-entity.d.ts +129 -0
- package/dist/models/inspection-standard-entity.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-admission-terms-record-details-dto.d.ts +56 -0
- package/dist/models/json-result-admission-terms-record-details-dto.js +15 -0
- package/dist/models/json-result-ai-monitoring-config-vo.d.ts +56 -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 +56 -0
- package/dist/models/json-result-air-conditioning-reservation-details-dto.js +15 -0
- package/dist/models/json-result-applet-user-type-dto.d.ts +56 -0
- package/dist/models/json-result-applet-user-type-dto.js +15 -0
- package/dist/models/json-result-appointment-registration-detail-dto.d.ts +56 -0
- package/dist/models/json-result-appointment-registration-detail-dto.js +15 -0
- package/dist/models/json-result-appointment-set-vo.d.ts +56 -0
- package/dist/models/json-result-appointment-set-vo.js +15 -0
- package/dist/models/json-result-big-decimal.d.ts +55 -0
- package/dist/models/json-result-big-decimal.js +15 -0
- package/dist/models/json-result-black-white-entity.d.ts +56 -0
- package/dist/models/json-result-black-white-entity.js +15 -0
- package/dist/models/json-result-boolean.d.ts +55 -0
- package/dist/models/json-result-boolean.js +15 -0
- package/dist/models/json-result-business-work-order-list-dto.d.ts +56 -0
- package/dist/models/json-result-business-work-order-list-dto.js +15 -0
- package/dist/models/json-result-calendar-add-redis-list-vo.d.ts +56 -0
- package/dist/models/json-result-calendar-add-redis-list-vo.js +15 -0
- package/dist/models/json-result-calendar-entity.d.ts +56 -0
- package/dist/models/json-result-calendar-entity.js +15 -0
- package/dist/models/json-result-call-police-detail-dto.d.ts +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -0
- package/dist/models/json-result-device-group-settings-entity.js +15 -0
- package/dist/models/json-result-energy-consumption-dto.d.ts +56 -0
- package/dist/models/json-result-energy-consumption-dto.js +15 -0
- package/dist/models/json-result-energy-gradient-alarm-details-dto.d.ts +56 -0
- package/dist/models/json-result-energy-gradient-alarm-details-dto.js +15 -0
- package/dist/models/json-result-energy-label-entity.d.ts +56 -0
- package/dist/models/json-result-energy-label-entity.js +15 -0
- package/dist/models/json-result-energy-meter-details-dto.d.ts +56 -0
- package/dist/models/json-result-energy-meter-details-dto.js +15 -0
- package/dist/models/json-result-energy-meter-record-dto.d.ts +56 -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 +56 -0
- package/dist/models/json-result-energy-work-order-detail-dto.js +15 -0
- package/dist/models/json-result-equipment-add-redis-list-dto.d.ts +56 -0
- package/dist/models/json-result-equipment-add-redis-list-dto.js +15 -0
- package/dist/models/json-result-equipment-search-system-dto.d.ts +56 -0
- package/dist/models/json-result-equipment-search-system-dto.js +15 -0
- package/dist/models/json-result-esg-park-carbon-emission-statistics-dto.d.ts +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -0
- package/dist/models/json-result-esg-user-statistics-dto.js +15 -0
- package/dist/models/json-result-esgpark-waste-statistics-dto.d.ts +56 -0
- package/dist/models/json-result-esgpark-waste-statistics-dto.js +15 -0
- package/dist/models/json-result-excel-import-result-dtoequipment-excel-add-dto.d.ts +56 -0
- package/dist/models/json-result-excel-import-result-dtoequipment-excel-add-dto.js +15 -0
- package/dist/models/json-result-feedback-record-detail-vo.d.ts +56 -0
- package/dist/models/json-result-feedback-record-detail-vo.js +15 -0
- package/dist/models/json-result-feedback-statistics-count-dto.d.ts +56 -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 +56 -0
- package/dist/models/json-result-feedback-statistics-satisfaction-rating-dto.js +15 -0
- package/dist/models/json-result-file-dto.d.ts +56 -0
- package/dist/models/json-result-file-dto.js +15 -0
- package/dist/models/json-result-file-management-entity.d.ts +56 -0
- package/dist/models/json-result-file-management-entity.js +15 -0
- package/dist/models/json-result-file-management-usage-dto.d.ts +56 -0
- package/dist/models/json-result-file-management-usage-dto.js +15 -0
- package/dist/models/json-result-gizone-access-set-vo.d.ts +56 -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 +56 -0
- package/dist/models/json-result-gizone-user-black-white-entity.js +15 -0
- package/dist/models/json-result-group-dept-vo.d.ts +56 -0
- package/dist/models/json-result-group-dept-vo.js +15 -0
- package/dist/models/json-result-hire-lease-term-entity.d.ts +56 -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 +56 -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 +56 -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 +56 -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 +56 -0
- package/dist/models/json-result-in-park-vehicle-statistics-resp.js +15 -0
- package/dist/models/json-result-inspection-standard-entity.d.ts +56 -0
- package/dist/models/json-result-inspection-standard-entity.js +15 -0
- package/dist/models/json-result-integer.d.ts +55 -0
- package/dist/models/json-result-integer.js +15 -0
- package/dist/models/json-result-iot-gradient-alarm-settings-dto.d.ts +56 -0
- package/dist/models/json-result-iot-gradient-alarm-settings-dto.js +15 -0
- package/dist/models/json-result-ipage-access-vo.d.ts +56 -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 +56 -0
- package/dist/models/json-result-json-result-list-space-tree-dto.js +15 -0
- package/dist/models/json-result-large-visual-screen-access-line-chart-dto.d.ts +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -0
- package/dist/models/json-result-list-air-conditioning-reservation-process-details-dto.js +15 -0
- package/dist/models/json-result-list-applet-sys-user-drop-down-box-list-dto.d.ts +56 -0
- package/dist/models/json-result-list-applet-sys-user-drop-down-box-list-dto.js +15 -0
- package/dist/models/json-result-list-appointment-registration-unloading-area-count-dto.d.ts +56 -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 +56 -0
- package/dist/models/json-result-list-appointment-registration-unloading-area-list-details-dto.js +15 -0
- package/dist/models/json-result-list-area-park-dto.d.ts +56 -0
- package/dist/models/json-result-list-area-park-dto.js +15 -0
- package/dist/models/json-result-list-calendar-entity.d.ts +56 -0
- package/dist/models/json-result-list-calendar-entity.js +15 -0
- package/dist/models/json-result-list-call-police-type-dto.d.ts +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -0
- package/dist/models/json-result-list-device-list-dto.js +15 -0
- package/dist/models/json-result-list-device-unit-dto.d.ts +56 -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 +56 -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 +56 -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 +56 -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 +56 -0
- package/dist/models/json-result-list-energy-histogram-dto.js +15 -0
- package/dist/models/json-result-list-energy-label-entity.d.ts +56 -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 +56 -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 +56 -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 +56 -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 +56 -0
- package/dist/models/json-result-list-energy-type-dto.js +15 -0
- package/dist/models/json-result-list-equipment-detail-dto.d.ts +56 -0
- package/dist/models/json-result-list-equipment-detail-dto.js +15 -0
- package/dist/models/json-result-list-equipment-qr-code-dto.d.ts +56 -0
- package/dist/models/json-result-list-equipment-qr-code-dto.js +15 -0
- package/dist/models/json-result-list-equipment-system-tree-dto.d.ts +56 -0
- package/dist/models/json-result-list-equipment-system-tree-dto.js +15 -0
- package/dist/models/json-result-list-equipment-tree-dto.d.ts +56 -0
- package/dist/models/json-result-list-equipment-tree-dto.js +15 -0
- package/dist/models/json-result-list-esg-park-by-series-dto.d.ts +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -0
- package/dist/models/json-result-list-in-park-vehicle-vo.js +15 -0
- package/dist/models/json-result-list-maintenance-standard-entity.d.ts +56 -0
- package/dist/models/json-result-list-maintenance-standard-entity.js +15 -0
- package/dist/models/json-result-list-monitor-search-dto.d.ts +56 -0
- package/dist/models/json-result-list-monitor-search-dto.js +15 -0
- package/dist/models/json-result-list-monitor-sort-entity.d.ts +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -0
- package/dist/models/json-result-list-park-drop-down-box-dto.js +15 -0
- package/dist/models/json-result-list-plan-calendar-list-vo.d.ts +56 -0
- package/dist/models/json-result-list-plan-calendar-list-vo.js +15 -0
- package/dist/models/json-result-list-plan-calendar-vo.d.ts +56 -0
- package/dist/models/json-result-list-plan-calendar-vo.js +15 -0
- package/dist/models/json-result-list-plan-item-dto.d.ts +56 -0
- package/dist/models/json-result-list-plan-item-dto.js +15 -0
- package/dist/models/json-result-list-renovation-activity-list-vo.d.ts +56 -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 +56 -0
- package/dist/models/json-result-list-renovation-inspection-entity.js +15 -0
- package/dist/models/json-result-list-space-image-detail-dto.d.ts +56 -0
- package/dist/models/json-result-list-space-image-detail-dto.js +15 -0
- package/dist/models/json-result-list-space-point-dto.d.ts +56 -0
- package/dist/models/json-result-list-space-point-dto.js +15 -0
- package/dist/models/json-result-list-space-qr-code-dto.d.ts +56 -0
- package/dist/models/json-result-list-space-qr-code-dto.js +15 -0
- package/dist/models/json-result-list-space-tree-dto.d.ts +56 -0
- package/dist/models/json-result-list-space-tree-dto.js +15 -0
- package/dist/models/json-result-list-space-url-dto.d.ts +56 -0
- package/dist/models/json-result-list-space-url-dto.js +15 -0
- package/dist/models/json-result-list-stock-push-settings-entity.d.ts +56 -0
- package/dist/models/json-result-list-stock-push-settings-entity.js +15 -0
- package/dist/models/json-result-list-supplier-select-dto.d.ts +56 -0
- package/dist/models/json-result-list-supplier-select-dto.js +15 -0
- package/dist/models/json-result-list-sys-dept-drop-down-box-list-dto.d.ts +56 -0
- package/dist/models/json-result-list-sys-dept-drop-down-box-list-dto.js +15 -0
- package/dist/models/json-result-list-sys-dept.d.ts +56 -0
- package/dist/models/json-result-list-sys-dept.js +15 -0
- package/dist/models/json-result-list-sys-user-drop-down-box-list-dto.d.ts +56 -0
- package/dist/models/json-result-list-sys-user-drop-down-box-list-dto.js +15 -0
- package/dist/models/json-result-list-unloading-area-entity.d.ts +56 -0
- package/dist/models/json-result-list-unloading-area-entity.js +15 -0
- package/dist/models/json-result-list-work-order-circulation-vo.d.ts +56 -0
- package/dist/models/json-result-list-work-order-circulation-vo.js +15 -0
- package/dist/models/json-result-list-work-order-comment-entity.d.ts +56 -0
- package/dist/models/json-result-list-work-order-comment-entity.js +15 -0
- package/dist/models/json-result-list-work-order-inspection-detail-dto.d.ts +56 -0
- package/dist/models/json-result-list-work-order-inspection-detail-dto.js +15 -0
- package/dist/models/json-result-list-work-order-push-settings-entity.d.ts +56 -0
- package/dist/models/json-result-list-work-order-push-settings-entity.js +15 -0
- package/dist/models/json-result-list-work-order-step-by-step-push-dto.d.ts +56 -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-step-by-step-push-user-details-dto.d.ts +56 -0
- package/dist/models/json-result-list-work-order-step-by-step-push-user-details-dto.js +15 -0
- package/dist/models/json-result-list-work-order-type-dto.d.ts +56 -0
- package/dist/models/json-result-list-work-order-type-dto.js +15 -0
- package/dist/models/json-result-maintenance-standard-entity.d.ts +56 -0
- package/dist/models/json-result-maintenance-standard-entity.js +15 -0
- package/dist/models/json-result-map-string-object.d.ts +57 -0
- package/dist/models/json-result-map-string-object.js +15 -0
- package/dist/models/json-result-monitor-detail-dto.d.ts +56 -0
- package/dist/models/json-result-monitor-detail-dto.js +15 -0
- package/dist/models/json-result-monitor-live-dto.d.ts +56 -0
- package/dist/models/json-result-monitor-live-dto.js +15 -0
- package/dist/models/json-result-monitor-screen-dto.d.ts +56 -0
- package/dist/models/json-result-monitor-screen-dto.js +15 -0
- package/dist/models/json-result-monitor-sort-entity.d.ts +56 -0
- package/dist/models/json-result-monitor-sort-entity.js +15 -0
- package/dist/models/json-result-news-entity.d.ts +56 -0
- package/dist/models/json-result-news-entity.js +15 -0
- package/dist/models/json-result-node-dto.d.ts +56 -0
- package/dist/models/json-result-node-dto.js +15 -0
- package/dist/models/json-result-object.d.ts +55 -0
- package/dist/models/json-result-object.js +15 -0
- package/dist/models/json-result-owner-kanban-energy-dto.d.ts +56 -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 +56 -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 +56 -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 +56 -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 +56 -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-admission-terms-record-list-dto.d.ts +56 -0
- package/dist/models/json-result-page-dto-admission-terms-record-list-dto.js +15 -0
- package/dist/models/json-result-page-dto-ai-monitoring-config-vo.d.ts +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -0
- package/dist/models/json-result-page-dto-energy-meter-list-dto.js +15 -0
- package/dist/models/json-result-page-dto-equipment-search-system-dto.d.ts +56 -0
- package/dist/models/json-result-page-dto-equipment-search-system-dto.js +15 -0
- package/dist/models/json-result-page-dto-esg-park-carbon-emission-details-dto.d.ts +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -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 +56 -0
- package/dist/models/json-result-page-dto-in-park-vehicle-vo.js +15 -0
- package/dist/models/json-result-page-dto-inspection-standard-entity.d.ts +56 -0
- package/dist/models/json-result-page-dto-inspection-standard-entity.js +15 -0
- package/dist/models/json-result-page-dto-maintenance-standard-dto.d.ts +56 -0
- package/dist/models/json-result-page-dto-maintenance-standard-dto.js +15 -0
- package/dist/models/json-result-page-dto-monitor-sort-entity.d.ts +56 -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 +56 -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 +56 -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 +56 -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 +56 -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-plan-search-dto.d.ts +56 -0
- package/dist/models/json-result-page-dto-plan-search-dto.js +15 -0
- package/dist/models/json-result-page-dto-renovation-draft-list-vo.d.ts +56 -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 +56 -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 +56 -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 +56 -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 +56 -0
- package/dist/models/json-result-page-dto-stock-record-list-page-dto.js +15 -0
- package/dist/models/json-result-page-dto-supplier-contract-details-dto.d.ts +56 -0
- package/dist/models/json-result-page-dto-supplier-contract-details-dto.js +15 -0
- package/dist/models/json-result-page-dto-surveillance-roi-list-vo.d.ts +56 -0
- package/dist/models/json-result-page-dto-surveillance-roi-list-vo.js +15 -0
- package/dist/models/json-result-page-dto-sys-user-msg-list-dto.d.ts +56 -0
- package/dist/models/json-result-page-dto-sys-user-msg-list-dto.js +15 -0
- package/dist/models/json-result-page-dto-work-order-search-dto.d.ts +56 -0
- package/dist/models/json-result-page-dto-work-order-search-dto.js +15 -0
- package/dist/models/json-result-park-settings-details-dto.d.ts +56 -0
- package/dist/models/json-result-park-settings-details-dto.js +15 -0
- package/dist/models/json-result-period-detail-resp.d.ts +56 -0
- package/dist/models/json-result-period-detail-resp.js +15 -0
- package/dist/models/json-result-plan-detail-dto.d.ts +56 -0
- package/dist/models/json-result-plan-detail-dto.js +15 -0
- package/dist/models/json-result-renovation-details-vo.d.ts +56 -0
- package/dist/models/json-result-renovation-details-vo.js +15 -0
- package/dist/models/json-result-renovation-draft-details-vo.d.ts +56 -0
- package/dist/models/json-result-renovation-draft-details-vo.js +15 -0
- package/dist/models/json-result-scheduled-cron.d.ts +56 -0
- package/dist/models/json-result-scheduled-cron.js +15 -0
- package/dist/models/json-result-space-add-redis-list-dto.d.ts +56 -0
- package/dist/models/json-result-space-add-redis-list-dto.js +15 -0
- package/dist/models/json-result-space-edit-before-and-after-dto.d.ts +56 -0
- package/dist/models/json-result-space-edit-before-and-after-dto.js +15 -0
- package/dist/models/json-result-space-image-detail-dto.d.ts +56 -0
- package/dist/models/json-result-space-image-detail-dto.js +15 -0
- package/dist/models/json-result-stock-details-dto.d.ts +56 -0
- package/dist/models/json-result-stock-details-dto.js +15 -0
- package/dist/models/json-result-stock-import-add-redis-dto.d.ts +56 -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 +56 -0
- package/dist/models/json-result-stock-push-settings-entity.js +15 -0
- package/dist/models/json-result-string.d.ts +55 -0
- package/dist/models/json-result-string.js +15 -0
- package/dist/models/json-result-supplier-contract-details-dto.d.ts +56 -0
- package/dist/models/json-result-supplier-contract-details-dto.js +15 -0
- package/dist/models/json-result-supplier-entity.d.ts +56 -0
- package/dist/models/json-result-supplier-entity.js +15 -0
- package/dist/models/json-result-surveillance-roi-list-vo.d.ts +56 -0
- package/dist/models/json-result-surveillance-roi-list-vo.js +15 -0
- package/dist/models/json-result-switch-park-v2-dto.d.ts +56 -0
- package/dist/models/json-result-switch-park-v2-dto.js +15 -0
- package/dist/models/json-result-sys-dept.d.ts +56 -0
- package/dist/models/json-result-sys-dept.js +15 -0
- package/dist/models/json-result-sys-user-msg-do.d.ts +56 -0
- package/dist/models/json-result-sys-user-msg-do.js +15 -0
- package/dist/models/json-result-sys-user.d.ts +56 -0
- package/dist/models/json-result-sys-user.js +15 -0
- package/dist/models/json-result-unloading-area-entity.d.ts +56 -0
- package/dist/models/json-result-unloading-area-entity.js +15 -0
- package/dist/models/json-result-user-add-redis-list-vo.d.ts +56 -0
- package/dist/models/json-result-user-add-redis-list-vo.js +15 -0
- package/dist/models/json-result-user-settings-entity.d.ts +56 -0
- package/dist/models/json-result-user-settings-entity.js +15 -0
- package/dist/models/json-result-void.d.ts +55 -0
- package/dist/models/json-result-void.js +15 -0
- package/dist/models/json-result-white-add-redis-list-dto.d.ts +56 -0
- package/dist/models/json-result-white-add-redis-list-dto.js +15 -0
- package/dist/models/json-result-work-order-detail-dto.d.ts +56 -0
- package/dist/models/json-result-work-order-detail-dto.js +15 -0
- package/dist/models/json-result.d.ts +55 -0
- package/dist/models/json-result.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-body.d.ts +42 -0
- package/dist/models/login-body.js +15 -0
- package/dist/models/login-type-enum.d.ts +23 -0
- package/dist/models/login-type-enum.js +27 -0
- package/dist/models/maintenance-history-dto.d.ts +56 -0
- package/dist/models/maintenance-history-dto.js +29 -0
- package/dist/models/maintenance-standard-add-or-update-vo.d.ts +104 -0
- package/dist/models/maintenance-standard-add-or-update-vo.js +15 -0
- package/dist/models/maintenance-standard-dto.d.ts +122 -0
- package/dist/models/maintenance-standard-dto.js +15 -0
- package/dist/models/maintenance-standard-entity.d.ts +135 -0
- package/dist/models/maintenance-standard-entity.js +15 -0
- 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/media-dto.d.ts +30 -0
- package/dist/models/media-dto.js +15 -0
- package/dist/models/message-push-log-search-list-bo.d.ts +128 -0
- package/dist/models/message-push-log-search-list-bo.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-in-button.d.ts +60 -0
- package/dist/models/news-in-button.js +15 -0
- package/dist/models/news-info.d.ts +25 -0
- package/dist/models/news-info.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/notice-vo.d.ts +86 -0
- package/dist/models/notice-vo.js +15 -0
- 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-admission-terms-record-list-dto.d.ts +31 -0
- package/dist/models/page-dto-admission-terms-record-list-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-equipment-search-system-dto.d.ts +31 -0
- package/dist/models/page-dto-equipment-search-system-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-inspection-standard-entity.d.ts +31 -0
- package/dist/models/page-dto-inspection-standard-entity.js +15 -0
- package/dist/models/page-dto-maintenance-standard-dto.d.ts +31 -0
- package/dist/models/page-dto-maintenance-standard-dto.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-plan-search-dto.d.ts +31 -0
- package/dist/models/page-dto-plan-search-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-supplier-contract-details-dto.d.ts +31 -0
- package/dist/models/page-dto-supplier-contract-details-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/page-dto-sys-user-msg-list-dto.d.ts +31 -0
- package/dist/models/page-dto-sys-user-msg-list-dto.js +15 -0
- package/dist/models/page-dto-work-order-search-dto.d.ts +31 -0
- package/dist/models/page-dto-work-order-search-dto.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-push-settings-add-bo.d.ts +48 -0
- package/dist/models/park-push-settings-add-bo.js +15 -0
- package/dist/models/park-settings-details-dto.d.ts +42 -0
- package/dist/models/park-settings-details-dto.js +15 -0
- package/dist/models/park-settings-vo.d.ts +36 -0
- package/dist/models/park-settings-vo.js +15 -0
- package/dist/models/park-vehicle.d.ts +30 -0
- package/dist/models/park-vehicle.js +15 -0
- package/dist/models/period-detail-resp.d.ts +217 -0
- package/dist/models/period-detail-resp.js +40 -0
- package/dist/models/plan-add-vo.d.ts +87 -0
- package/dist/models/plan-add-vo.js +22 -0
- package/dist/models/plan-calendar-list-vo.d.ts +49 -0
- package/dist/models/plan-calendar-list-vo.js +22 -0
- package/dist/models/plan-calendar-vo.d.ts +36 -0
- package/dist/models/plan-calendar-vo.js +15 -0
- package/dist/models/plan-detail-dto.d.ts +99 -0
- package/dist/models/plan-detail-dto.js +22 -0
- package/dist/models/plan-edit-vo.d.ts +75 -0
- package/dist/models/plan-edit-vo.js +22 -0
- package/dist/models/plan-image-list.d.ts +36 -0
- package/dist/models/plan-image-list.js +15 -0
- package/dist/models/plan-inspection-items-dto.d.ts +56 -0
- package/dist/models/plan-inspection-items-dto.js +15 -0
- package/dist/models/plan-item-add-vo.d.ts +62 -0
- package/dist/models/plan-item-add-vo.js +15 -0
- package/dist/models/plan-item-dto.d.ts +141 -0
- package/dist/models/plan-item-dto.js +22 -0
- package/dist/models/plan-item-edit-vo.d.ts +68 -0
- package/dist/models/plan-item-edit-vo.js +15 -0
- package/dist/models/plan-search-dto.d.ts +81 -0
- package/dist/models/plan-search-dto.js +22 -0
- package/dist/models/plan-to-state-vo.d.ts +30 -0
- package/dist/models/plan-to-state-vo.js +15 -0
- package/dist/models/privacy-add-vo.d.ts +36 -0
- package/dist/models/privacy-add-vo.js +15 -0
- package/dist/models/privacy-update-state-dto.d.ts +30 -0
- package/dist/models/privacy-update-state-dto.js +15 -0
- package/dist/models/process-work-order-vo.d.ts +36 -0
- package/dist/models/process-work-order-vo.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/register-body.d.ts +42 -0
- package/dist/models/register-body.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/response-data.d.ts +42 -0
- package/dist/models/response-data.js +15 -0
- package/dist/models/result-code.d.ts +139 -0
- package/dist/models/result-code.js +143 -0
- package/dist/models/save-period-work-order-detail-req.d.ts +31 -0
- package/dist/models/save-period-work-order-detail-req.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/source-alert-dto.d.ts +42 -0
- package/dist/models/source-alert-dto.js +15 -0
- package/dist/models/source-feedback-dto.d.ts +30 -0
- package/dist/models/source-feedback-dto.js +15 -0
- package/dist/models/source-work-order-inspection-dto.d.ts +48 -0
- package/dist/models/source-work-order-inspection-dto.js +15 -0
- package/dist/models/space-add-excel-dto.d.ts +84 -0
- package/dist/models/space-add-excel-dto.js +15 -0
- package/dist/models/space-add-plan-vo.d.ts +30 -0
- package/dist/models/space-add-plan-vo.js +15 -0
- package/dist/models/space-add-point-vo.d.ts +31 -0
- package/dist/models/space-add-point-vo.js +15 -0
- package/dist/models/space-add-redis-list-dto.d.ts +43 -0
- package/dist/models/space-add-redis-list-dto.js +15 -0
- package/dist/models/space-add-vo.d.ts +114 -0
- package/dist/models/space-add-vo.js +21 -0
- package/dist/models/space-detail-dto.d.ts +176 -0
- package/dist/models/space-detail-dto.js +21 -0
- package/dist/models/space-edit-before-and-after-dto.d.ts +31 -0
- package/dist/models/space-edit-before-and-after-dto.js +15 -0
- package/dist/models/space-edit-excel-dto.d.ts +78 -0
- package/dist/models/space-edit-excel-dto.js +15 -0
- package/dist/models/space-edit-vo.d.ts +132 -0
- package/dist/models/space-edit-vo.js +21 -0
- package/dist/models/space-image-detail-dto.d.ts +38 -0
- package/dist/models/space-image-detail-dto.js +15 -0
- package/dist/models/space-point-dto.d.ts +54 -0
- package/dist/models/space-point-dto.js +15 -0
- package/dist/models/space-qr-code-dto.d.ts +60 -0
- package/dist/models/space-qr-code-dto.js +15 -0
- package/dist/models/space-qr-code.d.ts +24 -0
- package/dist/models/space-qr-code.js +15 -0
- package/dist/models/space-tree-dto.d.ts +133 -0
- package/dist/models/space-tree-dto.js +21 -0
- package/dist/models/space-url-add-vo.d.ts +36 -0
- package/dist/models/space-url-add-vo.js +15 -0
- package/dist/models/space-url-dto.d.ts +48 -0
- package/dist/models/space-url-dto.js +15 -0
- package/dist/models/space-url-edit-vo.d.ts +42 -0
- package/dist/models/space-url-edit-vo.js +15 -0
- package/dist/models/standard-delete-vo.d.ts +24 -0
- package/dist/models/standard-delete-vo.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/sub-buttons.d.ts +25 -0
- package/dist/models/sub-buttons.js +15 -0
- package/dist/models/supplier-add-vo.d.ts +74 -0
- package/dist/models/supplier-add-vo.js +15 -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/supplier-contact-vo.d.ts +30 -0
- package/dist/models/supplier-contact-vo.js +15 -0
- package/dist/models/supplier-contract-add-or-update-vo.d.ts +84 -0
- package/dist/models/supplier-contract-add-or-update-vo.js +15 -0
- package/dist/models/supplier-contract-details-dto.d.ts +120 -0
- package/dist/models/supplier-contract-details-dto.js +21 -0
- package/dist/models/supplier-edit-vo.d.ts +74 -0
- package/dist/models/supplier-edit-vo.js +15 -0
- package/dist/models/supplier-entity.d.ts +116 -0
- package/dist/models/supplier-entity.js +15 -0
- package/dist/models/supplier-search-vo.d.ts +110 -0
- package/dist/models/supplier-search-vo.js +15 -0
- package/dist/models/supplier-select-dto.d.ts +30 -0
- package/dist/models/supplier-select-dto.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/switch-pak-body-v2-vo.d.ts +31 -0
- package/dist/models/switch-pak-body-v2-vo.js +15 -0
- package/dist/models/switch-pak-body.d.ts +30 -0
- package/dist/models/switch-pak-body.js +15 -0
- package/dist/models/switch-park-v2-dto.d.ts +42 -0
- package/dist/models/switch-park-v2-dto.js +15 -0
- package/dist/models/sync-equipment-vo.d.ts +174 -0
- package/dist/models/sync-equipment-vo.js +15 -0
- package/dist/models/sys-config.d.ts +92 -0
- package/dist/models/sys-config.js +15 -0
- package/dist/models/sys-dept-drop-down-box-list-dto.d.ts +36 -0
- package/dist/models/sys-dept-drop-down-box-list-dto.js +15 -0
- package/dist/models/sys-dept-drop-down-vo.d.ts +30 -0
- package/dist/models/sys-dept-drop-down-vo.js +15 -0
- package/dist/models/sys-dept.d.ts +248 -0
- package/dist/models/sys-dept.js +15 -0
- package/dist/models/sys-dict-data.d.ts +122 -0
- package/dist/models/sys-dict-data.js +15 -0
- package/dist/models/sys-dict-type.d.ts +86 -0
- package/dist/models/sys-dict-type.js +15 -0
- package/dist/models/sys-login-code-dto.d.ts +36 -0
- package/dist/models/sys-login-code-dto.js +15 -0
- package/dist/models/sys-logininfor.d.ts +116 -0
- package/dist/models/sys-logininfor.js +15 -0
- package/dist/models/sys-menu.d.ts +164 -0
- package/dist/models/sys-menu.js +15 -0
- package/dist/models/sys-notice.d.ts +92 -0
- package/dist/models/sys-notice.js +15 -0
- package/dist/models/sys-oper-log.d.ts +164 -0
- package/dist/models/sys-oper-log.js +15 -0
- package/dist/models/sys-post.d.ts +98 -0
- package/dist/models/sys-post.js +15 -0
- package/dist/models/sys-role.d.ts +146 -0
- package/dist/models/sys-role.js +15 -0
- package/dist/models/sys-user-drop-down-box-list-dto.d.ts +42 -0
- package/dist/models/sys-user-drop-down-box-list-dto.js +15 -0
- package/dist/models/sys-user-info-dto.d.ts +75 -0
- package/dist/models/sys-user-info-dto.js +15 -0
- package/dist/models/sys-user-msg-do.d.ts +90 -0
- package/dist/models/sys-user-msg-do.js +15 -0
- package/dist/models/sys-user-msg-list-dto.d.ts +79 -0
- package/dist/models/sys-user-msg-list-dto.js +15 -0
- package/dist/models/sys-user-msg-notice-add-vo.d.ts +36 -0
- package/dist/models/sys-user-msg-notice-add-vo.js +15 -0
- package/dist/models/sys-user-msg-search-list-vo.d.ts +54 -0
- package/dist/models/sys-user-msg-search-list-vo.js +15 -0
- package/dist/models/sys-user-role.d.ts +72 -0
- package/dist/models/sys-user-role.js +15 -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 +370 -0
- package/dist/models/sys-user.js +15 -0
- package/dist/models/table-data-info.d.ts +42 -0
- package/dist/models/table-data-info.js +15 -0
- 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-add-redis-list-vo.d.ts +43 -0
- package/dist/models/user-add-redis-list-vo.js +15 -0
- package/dist/models/user-batch-import-upload-request.d.ts +24 -0
- package/dist/models/user-batch-import-upload-request.js +15 -0
- package/dist/models/user-bind-body.d.ts +36 -0
- package/dist/models/user-bind-body.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-excel-dto.d.ts +114 -0
- package/dist/models/user-excel-dto.js +15 -0
- package/dist/models/user-roles-and-permissions-dto.d.ts +49 -0
- package/dist/models/user-roles-and-permissions-dto.js +15 -0
- package/dist/models/user-settings-entity.d.ts +60 -0
- package/dist/models/user-settings-entity.js +15 -0
- package/dist/models/user-settings-update-bo.d.ts +36 -0
- package/dist/models/user-settings-update-bo.js +15 -0
- package/dist/models/user-whether-privacy-dto.d.ts +30 -0
- package/dist/models/user-whether-privacy-dto.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/watermark.d.ts +30 -0
- package/dist/models/watermark.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-add-vo.d.ts +91 -0
- package/dist/models/work-order-add-vo.js +15 -0
- package/dist/models/work-order-check-before-acceptance-adopt-vo.d.ts +30 -0
- package/dist/models/work-order-check-before-acceptance-adopt-vo.js +15 -0
- package/dist/models/work-order-check-before-acceptance-no-vo.d.ts +36 -0
- package/dist/models/work-order-check-before-acceptance-no-vo.js +15 -0
- package/dist/models/work-order-circulation-vo.d.ts +96 -0
- package/dist/models/work-order-circulation-vo.js +15 -0
- package/dist/models/work-order-comment-dto.d.ts +66 -0
- package/dist/models/work-order-comment-dto.js +15 -0
- package/dist/models/work-order-comment-entity.d.ts +72 -0
- package/dist/models/work-order-comment-entity.js +15 -0
- package/dist/models/work-order-comment-vo.d.ts +42 -0
- package/dist/models/work-order-comment-vo.js +15 -0
- package/dist/models/work-order-dept-dto.d.ts +30 -0
- package/dist/models/work-order-dept-dto.js +15 -0
- package/dist/models/work-order-detail-dto.d.ts +310 -0
- package/dist/models/work-order-detail-dto.js +34 -0
- package/dist/models/work-order-distribute-leaflets-vo.d.ts +30 -0
- package/dist/models/work-order-distribute-leaflets-vo.js +15 -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-handler-status-enum.d.ts +21 -0
- package/dist/models/work-order-handler-status-enum.js +25 -0
- package/dist/models/work-order-inspection-detail-dto.d.ts +132 -0
- package/dist/models/work-order-inspection-detail-dto.js +15 -0
- package/dist/models/work-order-inspection-item-req.d.ts +42 -0
- package/dist/models/work-order-inspection-item-req.js +15 -0
- package/dist/models/work-order-plan-holidays-enum.d.ts +23 -0
- package/dist/models/work-order-plan-holidays-enum.js +27 -0
- package/dist/models/work-order-plan-repeats-enum.d.ts +29 -0
- package/dist/models/work-order-plan-repeats-enum.js +33 -0
- package/dist/models/work-order-push-settings-entity.d.ts +104 -0
- package/dist/models/work-order-push-settings-entity.js +29 -0
- package/dist/models/work-order-push-settings-save-or-update-vo.d.ts +92 -0
- package/dist/models/work-order-push-settings-save-or-update-vo.js +29 -0
- package/dist/models/work-order-push-settings-vo.d.ts +31 -0
- package/dist/models/work-order-push-settings-vo.js +15 -0
- package/dist/models/work-order-search-dto.d.ts +130 -0
- package/dist/models/work-order-search-dto.js +34 -0
- package/dist/models/work-order-source-enum.d.ts +25 -0
- package/dist/models/work-order-source-enum.js +29 -0
- package/dist/models/work-order-spot-check-vo.d.ts +48 -0
- package/dist/models/work-order-spot-check-vo.js +15 -0
- package/dist/models/work-order-status-vo.d.ts +30 -0
- package/dist/models/work-order-status-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-step-by-step-push-user-details-dto.d.ts +48 -0
- package/dist/models/work-order-step-by-step-push-user-details-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/dist/models/work-order-type-enum.d.ts +34 -0
- package/dist/models/work-order-type-enum.js +38 -0
- package/dist/models/wx-ma-user-info.d.ts +73 -0
- package/dist/models/wx-ma-user-info.js +15 -0
- package/dist/models/wx-menu-button.d.ts +72 -0
- package/dist/models/wx-menu-button.js +15 -0
- package/dist/models/wx-menu-rule.d.ts +60 -0
- package/dist/models/wx-menu-rule.js +15 -0
- package/dist/models/wx-menu.d.ts +32 -0
- package/dist/models/wx-menu.js +15 -0
- package/dist/models/wx-mp-conditional-menu.d.ts +38 -0
- package/dist/models/wx-mp-conditional-menu.js +15 -0
- package/dist/models/wx-mp-get-self-menu-info-result.d.ts +31 -0
- package/dist/models/wx-mp-get-self-menu-info-result.js +15 -0
- package/dist/models/wx-mp-menu.d.ts +31 -0
- package/dist/models/wx-mp-menu.js +15 -0
- package/dist/models/wx-mp-self-menu-button.d.ts +74 -0
- package/dist/models/wx-mp-self-menu-button.js +15 -0
- package/dist/models/wx-mp-self-menu-info.d.ts +25 -0
- package/dist/models/wx-mp-self-menu-info.js +15 -0
- package/git_push.sh +57 -0
- package/index.ts +18 -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/admission-terms-record-add-bo.ts +48 -0
- package/models/admission-terms-record-details-dto.ts +54 -0
- package/models/admission-terms-record-list-dto.ts +78 -0
- package/models/admission-terms-record-search-bo.ts +66 -0
- package/models/admission-terms-record-update-bo.ts +42 -0
- package/models/admission-terms-record-update-enable-bo.ts +36 -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/app-login-code-dto.ts +60 -0
- package/models/app-login-password-dto.ts +54 -0
- package/models/app-login-wx-chat-dto.ts +63 -0
- package/models/app-login-wx-chat-pub-dto.ts +36 -0
- package/models/app-obtain-token.ts +30 -0
- package/models/applet-sys-user-drop-down-box-list-dto.ts +42 -0
- package/models/applet-user-type-dto.ts +36 -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/area-park-dto.ts +51 -0
- package/models/area-park-vo.ts +36 -0
- package/models/associated-plan-dto.ts +36 -0
- package/models/base-error-result.ts +47 -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-contacts-vo.ts +36 -0
- package/models/business-work-order-dto.ts +72 -0
- package/models/business-work-order-list-dto.ts +81 -0
- package/models/calendar-add-redis-list-vo.ts +51 -0
- package/models/calendar-entity.ts +132 -0
- package/models/calendar-export-dto.ts +60 -0
- package/models/calendar-save-update-dto.ts +84 -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/change-password-dto.ts +54 -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/choose-pak-body.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/cuser-info.ts +63 -0
- package/models/cuser-update-pass-word-vo.ts +42 -0
- package/models/daily-schedule-time-window.ts +36 -0
- package/models/del-user-vo.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/devices-status-update-vo.ts +60 -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/equipment-add-redis-list-dto.ts +51 -0
- package/models/equipment-batch-supplier-vo.ts +36 -0
- package/models/equipment-detail-dto.ts +222 -0
- package/models/equipment-edit-batch-vo.ts +42 -0
- package/models/equipment-edit-vo.ts +150 -0
- package/models/equipment-excel-add-dto.ts +120 -0
- package/models/equipment-point-edit-vo.ts +42 -0
- package/models/equipment-qr-code-dto.ts +66 -0
- package/models/equipment-qr-code-vo.ts +42 -0
- package/models/equipment-search-system-dto.ts +231 -0
- package/models/equipment-search-vo.ts +126 -0
- package/models/equipment-space-search-vo.ts +48 -0
- package/models/equipment-system-add-vo.ts +36 -0
- package/models/equipment-system-edit-vo.ts +36 -0
- package/models/equipment-system-entity.ts +66 -0
- package/models/equipment-system-team-vo.ts +36 -0
- package/models/equipment-system-tree-dto.ts +54 -0
- package/models/equipment-tree-details-dto.ts +54 -0
- package/models/equipment-tree-dto.ts +45 -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/excel-import-result-dtoequipment-excel-add-dto.ts +39 -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-dto.ts +36 -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 +36 -0
- package/models/fusion-role-request-dto.ts +72 -0
- 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/group-dept-vo.ts +51 -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 +834 -0
- package/models/inout-open-po.ts +54 -0
- package/models/inspection-category-enum.ts +39 -0
- package/models/inspection-comp.ts +60 -0
- package/models/inspection-complete-vo.ts +36 -0
- package/models/inspection-handle-req.ts +45 -0
- package/models/inspection-item-bo.ts +66 -0
- package/models/inspection-item-content-vo.ts +42 -0
- package/models/inspection-point-item.ts +129 -0
- package/models/inspection-point.ts +57 -0
- package/models/inspection-standard-add-or-update-vo.ts +119 -0
- package/models/inspection-standard-entity.ts +143 -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-admission-terms-record-details-dto.ts +66 -0
- package/models/json-result-ai-monitoring-config-vo.ts +66 -0
- package/models/json-result-air-conditioning-reservation-details-dto.ts +66 -0
- package/models/json-result-applet-user-type-dto.ts +66 -0
- package/models/json-result-appointment-registration-detail-dto.ts +66 -0
- package/models/json-result-appointment-set-vo.ts +66 -0
- package/models/json-result-big-decimal.ts +63 -0
- package/models/json-result-black-white-entity.ts +66 -0
- package/models/json-result-boolean.ts +63 -0
- package/models/json-result-business-work-order-list-dto.ts +66 -0
- package/models/json-result-calendar-add-redis-list-vo.ts +66 -0
- package/models/json-result-calendar-entity.ts +66 -0
- package/models/json-result-call-police-detail-dto.ts +66 -0
- package/models/json-result-cold-store-dashboard-access-count-dto.ts +66 -0
- package/models/json-result-cold-store-dashboard-alarm-count-dto.ts +66 -0
- package/models/json-result-cold-store-dashboard-area-dto.ts +66 -0
- package/models/json-result-cold-store-dashboard-energy-consumption-statistics-dto.ts +66 -0
- package/models/json-result-device-group-settings-entity.ts +66 -0
- package/models/json-result-energy-consumption-dto.ts +66 -0
- package/models/json-result-energy-gradient-alarm-details-dto.ts +66 -0
- package/models/json-result-energy-label-entity.ts +66 -0
- package/models/json-result-energy-meter-details-dto.ts +66 -0
- package/models/json-result-energy-meter-record-dto.ts +66 -0
- package/models/json-result-energy-work-order-detail-dto.ts +66 -0
- package/models/json-result-equipment-add-redis-list-dto.ts +66 -0
- package/models/json-result-equipment-search-system-dto.ts +66 -0
- package/models/json-result-esg-park-carbon-emission-statistics-dto.ts +66 -0
- package/models/json-result-esg-park-charging-station-statistics-dto.ts +66 -0
- package/models/json-result-esg-park-energy-statistics-dto.ts +66 -0
- package/models/json-result-esg-park-greening-coverage-statistics-dto.ts +66 -0
- package/models/json-result-esg-park-renewable-energy-statistics-dto.ts +66 -0
- package/models/json-result-esg-user-statistics-dto.ts +66 -0
- package/models/json-result-esgpark-waste-statistics-dto.ts +66 -0
- package/models/json-result-excel-import-result-dtoequipment-excel-add-dto.ts +66 -0
- package/models/json-result-feedback-record-detail-vo.ts +66 -0
- package/models/json-result-feedback-statistics-count-dto.ts +66 -0
- package/models/json-result-feedback-statistics-satisfaction-rating-dto.ts +66 -0
- package/models/json-result-file-dto.ts +66 -0
- package/models/json-result-file-management-entity.ts +66 -0
- package/models/json-result-file-management-usage-dto.ts +66 -0
- package/models/json-result-gizone-access-set-vo.ts +66 -0
- package/models/json-result-gizone-user-black-white-entity.ts +66 -0
- package/models/json-result-group-dept-vo.ts +66 -0
- package/models/json-result-hire-lease-term-entity.ts +66 -0
- package/models/json-result-hire-user-add-redis-list-vo.ts +66 -0
- package/models/json-result-in-park-vehicle-detail-dto.ts +66 -0
- package/models/json-result-in-park-vehicle-dto.ts +66 -0
- package/models/json-result-in-park-vehicle-statistics-resp.ts +66 -0
- package/models/json-result-inspection-standard-entity.ts +66 -0
- package/models/json-result-integer.ts +63 -0
- package/models/json-result-iot-gradient-alarm-settings-dto.ts +66 -0
- package/models/json-result-ipage-access-vo.ts +66 -0
- package/models/json-result-json-result-list-space-tree-dto.ts +66 -0
- package/models/json-result-large-visual-screen-access-line-chart-dto.ts +66 -0
- package/models/json-result-large-visual-screen-access-list-dto.ts +66 -0
- package/models/json-result-large-visual-screen-call-police-history-histogram-dto.ts +66 -0
- package/models/json-result-large-visual-screen-call-police-history-list-dto.ts +66 -0
- package/models/json-result-large-visual-screen-energy-dto.ts +66 -0
- package/models/json-result-large-visual-screen-hardware-access-dto.ts +66 -0
- package/models/json-result-large-visual-screen-monitor-list-dto.ts +66 -0
- package/models/json-result-large-visual-screen-work-order-list-dto.ts +66 -0
- package/models/json-result-list-air-conditioning-reservation-process-details-dto.ts +66 -0
- package/models/json-result-list-applet-sys-user-drop-down-box-list-dto.ts +66 -0
- package/models/json-result-list-appointment-registration-unloading-area-count-dto.ts +66 -0
- package/models/json-result-list-appointment-registration-unloading-area-list-details-dto.ts +66 -0
- package/models/json-result-list-area-park-dto.ts +66 -0
- package/models/json-result-list-calendar-entity.ts +66 -0
- package/models/json-result-list-call-police-type-dto.ts +66 -0
- package/models/json-result-list-cold-store-dashboard-access-series-dto.ts +66 -0
- package/models/json-result-list-cold-store-dashboard-alarm-list-dto.ts +66 -0
- package/models/json-result-list-cold-store-dashboard-device-dto.ts +66 -0
- package/models/json-result-list-cold-store-dashboard-device-lift-gate-series-dto.ts +66 -0
- package/models/json-result-list-cold-store-dashboard-energy-consumption-series-dto.ts +66 -0
- package/models/json-result-list-cold-store-dashboard-plan-calendar-list-dto.ts +66 -0
- package/models/json-result-list-device-group-settings-entity.ts +66 -0
- package/models/json-result-list-device-list-dto.ts +66 -0
- package/models/json-result-list-device-unit-dto.ts +66 -0
- package/models/json-result-list-device-unit-item-dto.ts +66 -0
- package/models/json-result-list-energy-consumption-by-energy-type-dto.ts +66 -0
- package/models/json-result-list-energy-consumption-series-dto.ts +66 -0
- package/models/json-result-list-energy-histogram-dto.ts +66 -0
- package/models/json-result-list-energy-label-entity.ts +66 -0
- package/models/json-result-list-energy-label-series-dto.ts +66 -0
- package/models/json-result-list-energy-meter-item-type-list-dto.ts +66 -0
- package/models/json-result-list-energy-series-by-meter-item-type-dto.ts +66 -0
- package/models/json-result-list-energy-type-dto.ts +66 -0
- package/models/json-result-list-equipment-detail-dto.ts +66 -0
- package/models/json-result-list-equipment-qr-code-dto.ts +66 -0
- package/models/json-result-list-equipment-system-tree-dto.ts +66 -0
- package/models/json-result-list-equipment-tree-dto.ts +66 -0
- package/models/json-result-list-esg-park-by-series-dto.ts +66 -0
- package/models/json-result-list-esg-park-waste-config-list-dto.ts +66 -0
- package/models/json-result-list-feedback-activity-list-vo.ts +66 -0
- package/models/json-result-list-feedback-push-settings-entity.ts +66 -0
- package/models/json-result-list-feedback-series-by-type-dto.ts +66 -0
- package/models/json-result-list-feedback-statistics-list-dto.ts +66 -0
- package/models/json-result-list-feedback-type-enum.ts +66 -0
- package/models/json-result-list-file-management-list-dto.ts +66 -0
- package/models/json-result-list-hire-lease-term-dto.ts +66 -0
- package/models/json-result-list-hire-lease-term-list-dto.ts +66 -0
- package/models/json-result-list-hire-select-list-dto.ts +66 -0
- package/models/json-result-list-in-park-vehicle-vo.ts +66 -0
- package/models/json-result-list-maintenance-standard-entity.ts +66 -0
- package/models/json-result-list-monitor-search-dto.ts +66 -0
- package/models/json-result-list-monitor-sort-entity.ts +66 -0
- package/models/json-result-list-owner-kanban-energy-index-line-chart-dto.ts +66 -0
- package/models/json-result-list-owner-kanban-index-safety-inspection-details-dto.ts +66 -0
- package/models/json-result-list-owner-kanban-two-call-police-histogram-statistics-dto.ts +66 -0
- package/models/json-result-list-owner-kanban-work-order-type-statistics-dto.ts +66 -0
- package/models/json-result-list-owner-two-park-operation-work-order-histogram-statistics-dto.ts +66 -0
- package/models/json-result-list-owner-two-park-operation-work-order-response-shi-statistics-dto.ts +66 -0
- package/models/json-result-list-park-drop-down-box-dto.ts +66 -0
- package/models/json-result-list-plan-calendar-list-vo.ts +66 -0
- package/models/json-result-list-plan-calendar-vo.ts +66 -0
- package/models/json-result-list-plan-item-dto.ts +66 -0
- package/models/json-result-list-renovation-activity-list-vo.ts +66 -0
- package/models/json-result-list-renovation-inspection-entity.ts +66 -0
- package/models/json-result-list-space-image-detail-dto.ts +66 -0
- package/models/json-result-list-space-point-dto.ts +66 -0
- package/models/json-result-list-space-qr-code-dto.ts +66 -0
- package/models/json-result-list-space-tree-dto.ts +66 -0
- package/models/json-result-list-space-url-dto.ts +66 -0
- package/models/json-result-list-stock-push-settings-entity.ts +66 -0
- package/models/json-result-list-supplier-select-dto.ts +66 -0
- package/models/json-result-list-sys-dept-drop-down-box-list-dto.ts +66 -0
- package/models/json-result-list-sys-dept.ts +66 -0
- package/models/json-result-list-sys-user-drop-down-box-list-dto.ts +66 -0
- package/models/json-result-list-unloading-area-entity.ts +66 -0
- package/models/json-result-list-work-order-circulation-vo.ts +66 -0
- package/models/json-result-list-work-order-comment-entity.ts +66 -0
- package/models/json-result-list-work-order-inspection-detail-dto.ts +66 -0
- package/models/json-result-list-work-order-push-settings-entity.ts +66 -0
- package/models/json-result-list-work-order-step-by-step-push-dto.ts +66 -0
- package/models/json-result-list-work-order-step-by-step-push-user-details-dto.ts +66 -0
- package/models/json-result-list-work-order-type-dto.ts +66 -0
- package/models/json-result-maintenance-standard-entity.ts +66 -0
- package/models/json-result-map-string-object.ts +63 -0
- package/models/json-result-monitor-detail-dto.ts +66 -0
- package/models/json-result-monitor-live-dto.ts +66 -0
- package/models/json-result-monitor-screen-dto.ts +66 -0
- package/models/json-result-monitor-sort-entity.ts +66 -0
- package/models/json-result-news-entity.ts +66 -0
- package/models/json-result-node-dto.ts +66 -0
- package/models/json-result-object.ts +63 -0
- package/models/json-result-owner-kanban-energy-dto.ts +66 -0
- package/models/json-result-owner-kanban-index-safety-inspection-dto.ts +66 -0
- package/models/json-result-owner-kanban-two-park-call-police-number-statistics-dto.ts +66 -0
- package/models/json-result-owner-kanban-two-park-truck-dto.ts +66 -0
- package/models/json-result-owner-two-park-operation-work-order-number-statistics-dto.ts +66 -0
- package/models/json-result-page-dto-admission-terms-record-list-dto.ts +66 -0
- package/models/json-result-page-dto-ai-monitoring-config-vo.ts +66 -0
- package/models/json-result-page-dto-air-conditioning-reservation-list-dto.ts +66 -0
- package/models/json-result-page-dto-appointment-registration-dto.ts +66 -0
- package/models/json-result-page-dto-appointment-registration-personnel-dto.ts +66 -0
- package/models/json-result-page-dto-call-police-history-dto.ts +66 -0
- package/models/json-result-page-dto-devices-search-dto.ts +66 -0
- package/models/json-result-page-dto-energy-consumption-details-dto.ts +66 -0
- package/models/json-result-page-dto-energy-label-entity.ts +66 -0
- package/models/json-result-page-dto-energy-meter-hire-details-dto.ts +66 -0
- package/models/json-result-page-dto-energy-meter-list-dto.ts +66 -0
- package/models/json-result-page-dto-equipment-search-system-dto.ts +66 -0
- package/models/json-result-page-dto-esg-park-carbon-emission-details-dto.ts +66 -0
- package/models/json-result-page-dto-esg-park-energy-details-statistics-dto.ts +66 -0
- package/models/json-result-page-dto-esg-park-waste-config-list-dto.ts +66 -0
- package/models/json-result-page-dto-feedback-record-list-vo.ts +66 -0
- package/models/json-result-page-dto-feedback-reply-list-vo.ts +66 -0
- package/models/json-result-page-dto-file-management-list-children-dto.ts +66 -0
- package/models/json-result-page-dto-gradient-alarm-list-dto.ts +66 -0
- package/models/json-result-page-dto-hire-air-conditioning-list-dto.ts +66 -0
- package/models/json-result-page-dto-in-park-vehicle-vo.ts +66 -0
- package/models/json-result-page-dto-inspection-standard-entity.ts +66 -0
- package/models/json-result-page-dto-maintenance-standard-dto.ts +66 -0
- package/models/json-result-page-dto-monitor-sort-entity.ts +66 -0
- package/models/json-result-page-dto-news-list-vo.ts +66 -0
- package/models/json-result-page-dto-node-dto.ts +66 -0
- package/models/json-result-page-dto-owner-kanban-two-call-police-list-dto.ts +66 -0
- package/models/json-result-page-dto-owner-kanban-two-park-operation-work-oder-list-dto.ts +66 -0
- package/models/json-result-page-dto-plan-search-dto.ts +66 -0
- package/models/json-result-page-dto-renovation-draft-list-vo.ts +66 -0
- package/models/json-result-page-dto-renovation-list-vo.ts +66 -0
- package/models/json-result-page-dto-renovation-plan-list-vo.ts +66 -0
- package/models/json-result-page-dto-stock-list-page-dto.ts +66 -0
- package/models/json-result-page-dto-stock-record-list-page-dto.ts +66 -0
- package/models/json-result-page-dto-supplier-contract-details-dto.ts +66 -0
- package/models/json-result-page-dto-surveillance-roi-list-vo.ts +66 -0
- package/models/json-result-page-dto-sys-user-msg-list-dto.ts +66 -0
- package/models/json-result-page-dto-work-order-search-dto.ts +66 -0
- package/models/json-result-park-settings-details-dto.ts +66 -0
- package/models/json-result-period-detail-resp.ts +66 -0
- package/models/json-result-plan-detail-dto.ts +66 -0
- package/models/json-result-renovation-details-vo.ts +66 -0
- package/models/json-result-renovation-draft-details-vo.ts +66 -0
- package/models/json-result-scheduled-cron.ts +66 -0
- package/models/json-result-space-add-redis-list-dto.ts +66 -0
- package/models/json-result-space-edit-before-and-after-dto.ts +66 -0
- package/models/json-result-space-image-detail-dto.ts +66 -0
- package/models/json-result-stock-details-dto.ts +66 -0
- package/models/json-result-stock-import-add-redis-dto.ts +66 -0
- package/models/json-result-stock-push-settings-entity.ts +66 -0
- package/models/json-result-string.ts +63 -0
- package/models/json-result-supplier-contract-details-dto.ts +66 -0
- package/models/json-result-supplier-entity.ts +66 -0
- package/models/json-result-surveillance-roi-list-vo.ts +66 -0
- package/models/json-result-switch-park-v2-dto.ts +66 -0
- package/models/json-result-sys-dept.ts +66 -0
- package/models/json-result-sys-user-msg-do.ts +66 -0
- package/models/json-result-sys-user.ts +66 -0
- package/models/json-result-unloading-area-entity.ts +66 -0
- package/models/json-result-user-add-redis-list-vo.ts +66 -0
- package/models/json-result-user-settings-entity.ts +66 -0
- package/models/json-result-void.ts +63 -0
- package/models/json-result-white-add-redis-list-dto.ts +66 -0
- package/models/json-result-work-order-detail-dto.ts +66 -0
- package/models/json-result.ts +63 -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-body.ts +48 -0
- package/models/login-type-enum.ts +33 -0
- package/models/maintenance-history-dto.ts +65 -0
- package/models/maintenance-standard-add-or-update-vo.ts +116 -0
- package/models/maintenance-standard-dto.ts +134 -0
- package/models/maintenance-standard-entity.ts +149 -0
- package/models/manual-exit-vo.ts +39 -0
- package/models/manual-opening-add-vo.ts +30 -0
- package/models/media-dto.ts +36 -0
- package/models/message-push-log-search-list-bo.ts +132 -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-in-button.ts +66 -0
- package/models/news-info.ts +33 -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/notice-vo.ts +90 -0
- 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-admission-terms-record-list-dto.ts +39 -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-equipment-search-system-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-inspection-standard-entity.ts +39 -0
- package/models/page-dto-maintenance-standard-dto.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-plan-search-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-supplier-contract-details-dto.ts +39 -0
- package/models/page-dto-surveillance-roi-list-vo.ts +39 -0
- package/models/page-dto-sys-user-msg-list-dto.ts +39 -0
- package/models/page-dto-work-order-search-dto.ts +39 -0
- package/models/park-drop-down-box-dto.ts +72 -0
- package/models/park-push-settings-add-bo.ts +54 -0
- package/models/park-settings-details-dto.ts +48 -0
- package/models/park-settings-vo.ts +42 -0
- package/models/park-vehicle.ts +36 -0
- package/models/period-detail-resp.ts +236 -0
- package/models/plan-add-vo.ts +100 -0
- package/models/plan-calendar-list-vo.ts +58 -0
- package/models/plan-calendar-vo.ts +42 -0
- package/models/plan-detail-dto.ts +112 -0
- package/models/plan-edit-vo.ts +88 -0
- package/models/plan-image-list.ts +42 -0
- package/models/plan-inspection-items-dto.ts +66 -0
- package/models/plan-item-add-vo.ts +74 -0
- package/models/plan-item-dto.ts +154 -0
- package/models/plan-item-edit-vo.ts +80 -0
- package/models/plan-search-dto.ts +94 -0
- package/models/plan-to-state-vo.ts +36 -0
- package/models/privacy-add-vo.ts +42 -0
- package/models/privacy-update-state-dto.ts +36 -0
- package/models/process-work-order-vo.ts +42 -0
- package/models/receive-information-visitors-vo.ts +33 -0
- package/models/record-statistics-vo.ts +60 -0
- package/models/register-body.ts +48 -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/response-data.ts +48 -0
- package/models/result-code.ts +149 -0
- package/models/save-period-work-order-detail-req.ts +39 -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/source-alert-dto.ts +48 -0
- package/models/source-feedback-dto.ts +36 -0
- package/models/source-work-order-inspection-dto.ts +54 -0
- package/models/space-add-excel-dto.ts +90 -0
- package/models/space-add-plan-vo.ts +36 -0
- package/models/space-add-point-vo.ts +39 -0
- package/models/space-add-redis-list-dto.ts +51 -0
- package/models/space-add-vo.ts +123 -0
- package/models/space-detail-dto.ts +189 -0
- package/models/space-edit-before-and-after-dto.ts +39 -0
- package/models/space-edit-excel-dto.ts +84 -0
- package/models/space-edit-vo.ts +141 -0
- package/models/space-image-detail-dto.ts +48 -0
- package/models/space-point-dto.ts +60 -0
- package/models/space-qr-code-dto.ts +66 -0
- package/models/space-qr-code.ts +30 -0
- package/models/space-tree-dto.ts +144 -0
- package/models/space-url-add-vo.ts +42 -0
- package/models/space-url-dto.ts +54 -0
- package/models/space-url-edit-vo.ts +48 -0
- package/models/standard-delete-vo.ts +30 -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/sub-buttons.ts +33 -0
- package/models/supplier-add-vo.ts +84 -0
- package/models/supplier-business-manager-detail.ts +36 -0
- package/models/supplier-contact-vo.ts +36 -0
- package/models/supplier-contract-add-or-update-vo.ts +90 -0
- package/models/supplier-contract-details-dto.ts +129 -0
- package/models/supplier-edit-vo.ts +84 -0
- package/models/supplier-entity.ts +126 -0
- package/models/supplier-search-vo.ts +114 -0
- package/models/supplier-select-dto.ts +36 -0
- package/models/surveillance-roi-entity.ts +72 -0
- package/models/surveillance-roi-list-vo.ts +81 -0
- package/models/switch-pak-body-v2-vo.ts +41 -0
- package/models/switch-pak-body.ts +36 -0
- package/models/switch-park-v2-dto.ts +48 -0
- package/models/sync-equipment-vo.ts +180 -0
- package/models/sys-config.ts +96 -0
- package/models/sys-dept-drop-down-box-list-dto.ts +42 -0
- package/models/sys-dept-drop-down-vo.ts +36 -0
- package/models/sys-dept.ts +252 -0
- package/models/sys-dict-data.ts +126 -0
- package/models/sys-dict-type.ts +90 -0
- package/models/sys-login-code-dto.ts +42 -0
- package/models/sys-logininfor.ts +120 -0
- package/models/sys-menu.ts +168 -0
- package/models/sys-notice.ts +96 -0
- package/models/sys-oper-log.ts +168 -0
- package/models/sys-post.ts +102 -0
- package/models/sys-role.ts +150 -0
- package/models/sys-user-drop-down-box-list-dto.ts +48 -0
- package/models/sys-user-info-dto.ts +87 -0
- package/models/sys-user-msg-do.ts +96 -0
- package/models/sys-user-msg-list-dto.ts +87 -0
- package/models/sys-user-msg-notice-add-vo.ts +42 -0
- package/models/sys-user-msg-search-list-vo.ts +60 -0
- package/models/sys-user-role.ts +78 -0
- package/models/sys-user-search-list-vo.ts +102 -0
- package/models/sys-user.ts +378 -0
- package/models/table-data-info.ts +48 -0
- 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-add-redis-list-vo.ts +51 -0
- package/models/user-batch-import-upload-request.ts +30 -0
- package/models/user-bind-body.ts +42 -0
- package/models/user-black-state-bo.ts +36 -0
- package/models/user-excel-dto.ts +120 -0
- package/models/user-roles-and-permissions-dto.ts +57 -0
- package/models/user-settings-entity.ts +66 -0
- package/models/user-settings-update-bo.ts +42 -0
- package/models/user-whether-privacy-dto.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/watermark.ts +36 -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-add-vo.ts +101 -0
- package/models/work-order-check-before-acceptance-adopt-vo.ts +36 -0
- package/models/work-order-check-before-acceptance-no-vo.ts +42 -0
- package/models/work-order-circulation-vo.ts +102 -0
- package/models/work-order-comment-dto.ts +72 -0
- package/models/work-order-comment-entity.ts +78 -0
- package/models/work-order-comment-vo.ts +48 -0
- package/models/work-order-dept-dto.ts +36 -0
- package/models/work-order-detail-dto.ts +336 -0
- package/models/work-order-distribute-leaflets-vo.ts +36 -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-handler-status-enum.ts +31 -0
- package/models/work-order-inspection-detail-dto.ts +138 -0
- package/models/work-order-inspection-item-req.ts +48 -0
- package/models/work-order-plan-holidays-enum.ts +33 -0
- package/models/work-order-plan-repeats-enum.ts +39 -0
- package/models/work-order-push-settings-entity.ts +113 -0
- package/models/work-order-push-settings-save-or-update-vo.ts +101 -0
- package/models/work-order-push-settings-vo.ts +39 -0
- package/models/work-order-search-dto.ts +144 -0
- package/models/work-order-source-enum.ts +35 -0
- package/models/work-order-spot-check-vo.ts +54 -0
- package/models/work-order-status-vo.ts +36 -0
- package/models/work-order-step-by-step-push-dto.ts +60 -0
- package/models/work-order-step-by-step-push-user-details-dto.ts +54 -0
- package/models/work-order-type-dto.ts +36 -0
- package/models/work-order-type-enum.ts +44 -0
- package/models/wx-ma-user-info.ts +81 -0
- package/models/wx-menu-button.ts +78 -0
- package/models/wx-menu-rule.ts +66 -0
- package/models/wx-menu.ts +42 -0
- package/models/wx-mp-conditional-menu.ts +48 -0
- package/models/wx-mp-get-self-menu-info-result.ts +39 -0
- package/models/wx-mp-menu.ts +39 -0
- package/models/wx-mp-self-menu-button.ts +84 -0
- package/models/wx-mp-self-menu-info.ts +33 -0
- package/package.json +33 -0
- package/tsconfig.esm.json +7 -0
- package/tsconfig.json +18 -0
package/apis/auth-api.ts
ADDED
|
@@ -0,0 +1,3410 @@
|
|
|
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 { AppLoginCodeDto } from '../models';
|
|
26
|
+
// @ts-ignore
|
|
27
|
+
import type { AppLoginPasswordDto } from '../models';
|
|
28
|
+
// @ts-ignore
|
|
29
|
+
import type { AppLoginWxChatDto } from '../models';
|
|
30
|
+
// @ts-ignore
|
|
31
|
+
import type { AppLoginWxChatPubDto } from '../models';
|
|
32
|
+
// @ts-ignore
|
|
33
|
+
import type { AppObtainToken } from '../models';
|
|
34
|
+
// @ts-ignore
|
|
35
|
+
import type { ChoosePakBody } from '../models';
|
|
36
|
+
// @ts-ignore
|
|
37
|
+
import type { JsonResult } from '../models';
|
|
38
|
+
// @ts-ignore
|
|
39
|
+
import type { JsonResultBoolean } from '../models';
|
|
40
|
+
// @ts-ignore
|
|
41
|
+
import type { JsonResultString } from '../models';
|
|
42
|
+
// @ts-ignore
|
|
43
|
+
import type { JsonResultSwitchParkV2DTO } from '../models';
|
|
44
|
+
// @ts-ignore
|
|
45
|
+
import type { LoginBody } from '../models';
|
|
46
|
+
// @ts-ignore
|
|
47
|
+
import type { SwitchPakBody } from '../models';
|
|
48
|
+
// @ts-ignore
|
|
49
|
+
import type { SwitchPakBodyV2Vo } from '../models';
|
|
50
|
+
// @ts-ignore
|
|
51
|
+
import type { SysLoginCodeDto } from '../models';
|
|
52
|
+
// @ts-ignore
|
|
53
|
+
import type { UserBindBody } from '../models';
|
|
54
|
+
// @ts-ignore
|
|
55
|
+
import type { UserRolesAndPermissionsDTO } from '../models';
|
|
56
|
+
/**
|
|
57
|
+
* AuthApi - axios parameter creator
|
|
58
|
+
* @export
|
|
59
|
+
*/
|
|
60
|
+
export const AuthApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
61
|
+
return {
|
|
62
|
+
/**
|
|
63
|
+
*
|
|
64
|
+
* @summary 账号密码登录
|
|
65
|
+
* @param {AppLoginPasswordDto} appLoginPasswordDto
|
|
66
|
+
* @param {*} [options] Override http request option.
|
|
67
|
+
* @throws {RequiredError}
|
|
68
|
+
*/
|
|
69
|
+
appLoginByMobile: async (appLoginPasswordDto: AppLoginPasswordDto, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
70
|
+
// verify required parameter 'appLoginPasswordDto' is not null or undefined
|
|
71
|
+
assertParamExists('appLoginByMobile', 'appLoginPasswordDto', appLoginPasswordDto)
|
|
72
|
+
const localVarPath = `/miniapp/auth/loginByMobile`;
|
|
73
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
74
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
75
|
+
let baseOptions;
|
|
76
|
+
if (configuration) {
|
|
77
|
+
baseOptions = configuration.baseOptions;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
81
|
+
const localVarHeaderParameter = {} as any;
|
|
82
|
+
const localVarQueryParameter = {} as any;
|
|
83
|
+
|
|
84
|
+
// authentication tokenScheme required
|
|
85
|
+
// http bearer authentication required
|
|
86
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
91
|
+
|
|
92
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
93
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
94
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
95
|
+
localVarRequestOptions.data = serializeDataIfNeeded(appLoginPasswordDto, localVarRequestOptions, configuration)
|
|
96
|
+
|
|
97
|
+
return {
|
|
98
|
+
url: toPathString(localVarUrlObj),
|
|
99
|
+
options: localVarRequestOptions,
|
|
100
|
+
};
|
|
101
|
+
},
|
|
102
|
+
/**
|
|
103
|
+
*
|
|
104
|
+
* @summary 手机号/邮箱验证码登录
|
|
105
|
+
* @param {AppLoginCodeDto} appLoginCodeDto
|
|
106
|
+
* @param {*} [options] Override http request option.
|
|
107
|
+
* @throws {RequiredError}
|
|
108
|
+
*/
|
|
109
|
+
appLoginBySMSCode: async (appLoginCodeDto: AppLoginCodeDto, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
110
|
+
// verify required parameter 'appLoginCodeDto' is not null or undefined
|
|
111
|
+
assertParamExists('appLoginBySMSCode', 'appLoginCodeDto', appLoginCodeDto)
|
|
112
|
+
const localVarPath = `/miniapp/auth/loginByMobileCode`;
|
|
113
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
114
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
115
|
+
let baseOptions;
|
|
116
|
+
if (configuration) {
|
|
117
|
+
baseOptions = configuration.baseOptions;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
121
|
+
const localVarHeaderParameter = {} as any;
|
|
122
|
+
const localVarQueryParameter = {} as any;
|
|
123
|
+
|
|
124
|
+
// authentication tokenScheme required
|
|
125
|
+
// http bearer authentication required
|
|
126
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
131
|
+
|
|
132
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
133
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
134
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
135
|
+
localVarRequestOptions.data = serializeDataIfNeeded(appLoginCodeDto, localVarRequestOptions, configuration)
|
|
136
|
+
|
|
137
|
+
return {
|
|
138
|
+
url: toPathString(localVarUrlObj),
|
|
139
|
+
options: localVarRequestOptions,
|
|
140
|
+
};
|
|
141
|
+
},
|
|
142
|
+
/**
|
|
143
|
+
*
|
|
144
|
+
* @summary 绑定邮箱
|
|
145
|
+
* @param {UserBindBody} userBindBody
|
|
146
|
+
* @param {*} [options] Override http request option.
|
|
147
|
+
* @throws {RequiredError}
|
|
148
|
+
*/
|
|
149
|
+
bindEmail: async (userBindBody: UserBindBody, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
150
|
+
// verify required parameter 'userBindBody' is not null or undefined
|
|
151
|
+
assertParamExists('bindEmail', 'userBindBody', userBindBody)
|
|
152
|
+
const localVarPath = `/miniapp/auth/bind/email`;
|
|
153
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
154
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
155
|
+
let baseOptions;
|
|
156
|
+
if (configuration) {
|
|
157
|
+
baseOptions = configuration.baseOptions;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
const localVarRequestOptions = { method: 'PATCH', ...baseOptions, ...options};
|
|
161
|
+
const localVarHeaderParameter = {} as any;
|
|
162
|
+
const localVarQueryParameter = {} as any;
|
|
163
|
+
|
|
164
|
+
// authentication tokenScheme required
|
|
165
|
+
// http bearer authentication required
|
|
166
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
171
|
+
|
|
172
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
173
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
174
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
175
|
+
localVarRequestOptions.data = serializeDataIfNeeded(userBindBody, localVarRequestOptions, configuration)
|
|
176
|
+
|
|
177
|
+
return {
|
|
178
|
+
url: toPathString(localVarUrlObj),
|
|
179
|
+
options: localVarRequestOptions,
|
|
180
|
+
};
|
|
181
|
+
},
|
|
182
|
+
/**
|
|
183
|
+
*
|
|
184
|
+
* @summary 绑定手机号
|
|
185
|
+
* @param {UserBindBody} userBindBody
|
|
186
|
+
* @param {*} [options] Override http request option.
|
|
187
|
+
* @throws {RequiredError}
|
|
188
|
+
*/
|
|
189
|
+
bindPhone: async (userBindBody: UserBindBody, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
190
|
+
// verify required parameter 'userBindBody' is not null or undefined
|
|
191
|
+
assertParamExists('bindPhone', 'userBindBody', userBindBody)
|
|
192
|
+
const localVarPath = `/miniapp/auth/bind/phone`;
|
|
193
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
194
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
195
|
+
let baseOptions;
|
|
196
|
+
if (configuration) {
|
|
197
|
+
baseOptions = configuration.baseOptions;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
const localVarRequestOptions = { method: 'PATCH', ...baseOptions, ...options};
|
|
201
|
+
const localVarHeaderParameter = {} as any;
|
|
202
|
+
const localVarQueryParameter = {} as any;
|
|
203
|
+
|
|
204
|
+
// authentication tokenScheme required
|
|
205
|
+
// http bearer authentication required
|
|
206
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
211
|
+
|
|
212
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
213
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
214
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
215
|
+
localVarRequestOptions.data = serializeDataIfNeeded(userBindBody, localVarRequestOptions, configuration)
|
|
216
|
+
|
|
217
|
+
return {
|
|
218
|
+
url: toPathString(localVarUrlObj),
|
|
219
|
+
options: localVarRequestOptions,
|
|
220
|
+
};
|
|
221
|
+
},
|
|
222
|
+
/**
|
|
223
|
+
*
|
|
224
|
+
* @param {string} cId
|
|
225
|
+
* @param {*} [options] Override http request option.
|
|
226
|
+
* @throws {RequiredError}
|
|
227
|
+
*/
|
|
228
|
+
bindingCId: async (cId: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
229
|
+
// verify required parameter 'cId' is not null or undefined
|
|
230
|
+
assertParamExists('bindingCId', 'cId', cId)
|
|
231
|
+
const localVarPath = `/miniapp/auth/bindingCId/{cId}`
|
|
232
|
+
.replace(`{${"cId"}}`, encodeURIComponent(String(cId)));
|
|
233
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
234
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
235
|
+
let baseOptions;
|
|
236
|
+
if (configuration) {
|
|
237
|
+
baseOptions = configuration.baseOptions;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
|
|
241
|
+
const localVarHeaderParameter = {} as any;
|
|
242
|
+
const localVarQueryParameter = {} as any;
|
|
243
|
+
|
|
244
|
+
// authentication tokenScheme required
|
|
245
|
+
// http bearer authentication required
|
|
246
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
251
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
252
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
253
|
+
|
|
254
|
+
return {
|
|
255
|
+
url: toPathString(localVarUrlObj),
|
|
256
|
+
options: localVarRequestOptions,
|
|
257
|
+
};
|
|
258
|
+
},
|
|
259
|
+
/**
|
|
260
|
+
*
|
|
261
|
+
* @summary 注销账号
|
|
262
|
+
* @param {*} [options] Override http request option.
|
|
263
|
+
* @throws {RequiredError}
|
|
264
|
+
*/
|
|
265
|
+
cancelAccount: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
266
|
+
const localVarPath = `/miniapp/auth/cancel/account`;
|
|
267
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
268
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
269
|
+
let baseOptions;
|
|
270
|
+
if (configuration) {
|
|
271
|
+
baseOptions = configuration.baseOptions;
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
const localVarRequestOptions = { method: 'PATCH', ...baseOptions, ...options};
|
|
275
|
+
const localVarHeaderParameter = {} as any;
|
|
276
|
+
const localVarQueryParameter = {} as any;
|
|
277
|
+
|
|
278
|
+
// authentication tokenScheme required
|
|
279
|
+
// http bearer authentication required
|
|
280
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
285
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
286
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
287
|
+
|
|
288
|
+
return {
|
|
289
|
+
url: toPathString(localVarUrlObj),
|
|
290
|
+
options: localVarRequestOptions,
|
|
291
|
+
};
|
|
292
|
+
},
|
|
293
|
+
/**
|
|
294
|
+
*
|
|
295
|
+
* @summary token是否有效
|
|
296
|
+
* @param {*} [options] Override http request option.
|
|
297
|
+
* @throws {RequiredError}
|
|
298
|
+
*/
|
|
299
|
+
checkToken: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
300
|
+
const localVarPath = `/checkToken`;
|
|
301
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
302
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
303
|
+
let baseOptions;
|
|
304
|
+
if (configuration) {
|
|
305
|
+
baseOptions = configuration.baseOptions;
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
309
|
+
const localVarHeaderParameter = {} as any;
|
|
310
|
+
const localVarQueryParameter = {} as any;
|
|
311
|
+
|
|
312
|
+
// authentication tokenScheme required
|
|
313
|
+
// http bearer authentication required
|
|
314
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
319
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
320
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
321
|
+
|
|
322
|
+
return {
|
|
323
|
+
url: toPathString(localVarUrlObj),
|
|
324
|
+
options: localVarRequestOptions,
|
|
325
|
+
};
|
|
326
|
+
},
|
|
327
|
+
/**
|
|
328
|
+
*
|
|
329
|
+
* @summary APP选择园区
|
|
330
|
+
* @param {ChoosePakBody} choosePakBody
|
|
331
|
+
* @param {*} [options] Override http request option.
|
|
332
|
+
* @throws {RequiredError}
|
|
333
|
+
*/
|
|
334
|
+
choosePark: async (choosePakBody: ChoosePakBody, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
335
|
+
// verify required parameter 'choosePakBody' is not null or undefined
|
|
336
|
+
assertParamExists('choosePark', 'choosePakBody', choosePakBody)
|
|
337
|
+
const localVarPath = `/miniapp/auth/choose/park`;
|
|
338
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
339
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
340
|
+
let baseOptions;
|
|
341
|
+
if (configuration) {
|
|
342
|
+
baseOptions = configuration.baseOptions;
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
346
|
+
const localVarHeaderParameter = {} as any;
|
|
347
|
+
const localVarQueryParameter = {} as any;
|
|
348
|
+
|
|
349
|
+
// authentication tokenScheme required
|
|
350
|
+
// http bearer authentication required
|
|
351
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
|
|
355
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
356
|
+
|
|
357
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
358
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
359
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
360
|
+
localVarRequestOptions.data = serializeDataIfNeeded(choosePakBody, localVarRequestOptions, configuration)
|
|
361
|
+
|
|
362
|
+
return {
|
|
363
|
+
url: toPathString(localVarUrlObj),
|
|
364
|
+
options: localVarRequestOptions,
|
|
365
|
+
};
|
|
366
|
+
},
|
|
367
|
+
/**
|
|
368
|
+
*
|
|
369
|
+
* @summary 发送验证码
|
|
370
|
+
* @param {string} email
|
|
371
|
+
* @param {string} language
|
|
372
|
+
* @param {*} [options] Override http request option.
|
|
373
|
+
* @throws {RequiredError}
|
|
374
|
+
*/
|
|
375
|
+
code1: async (email: string, language: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
376
|
+
// verify required parameter 'email' is not null or undefined
|
|
377
|
+
assertParamExists('code1', 'email', email)
|
|
378
|
+
// verify required parameter 'language' is not null or undefined
|
|
379
|
+
assertParamExists('code1', 'language', language)
|
|
380
|
+
const localVarPath = `/email/code`;
|
|
381
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
382
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
383
|
+
let baseOptions;
|
|
384
|
+
if (configuration) {
|
|
385
|
+
baseOptions = configuration.baseOptions;
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
389
|
+
const localVarHeaderParameter = {} as any;
|
|
390
|
+
const localVarQueryParameter = {} as any;
|
|
391
|
+
|
|
392
|
+
// authentication tokenScheme required
|
|
393
|
+
// http bearer authentication required
|
|
394
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
395
|
+
|
|
396
|
+
if (email !== undefined) {
|
|
397
|
+
localVarQueryParameter['email'] = email;
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
if (language !== undefined) {
|
|
401
|
+
localVarQueryParameter['language'] = language;
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
407
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
408
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
409
|
+
|
|
410
|
+
return {
|
|
411
|
+
url: toPathString(localVarUrlObj),
|
|
412
|
+
options: localVarRequestOptions,
|
|
413
|
+
};
|
|
414
|
+
},
|
|
415
|
+
/**
|
|
416
|
+
*
|
|
417
|
+
* @param {*} [options] Override http request option.
|
|
418
|
+
* @throws {RequiredError}
|
|
419
|
+
*/
|
|
420
|
+
fusionGetToken: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
421
|
+
const localVarPath = `/miniapp/auth/getToken`;
|
|
422
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
423
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
424
|
+
let baseOptions;
|
|
425
|
+
if (configuration) {
|
|
426
|
+
baseOptions = configuration.baseOptions;
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
430
|
+
const localVarHeaderParameter = {} as any;
|
|
431
|
+
const localVarQueryParameter = {} as any;
|
|
432
|
+
|
|
433
|
+
// authentication tokenScheme required
|
|
434
|
+
// http bearer authentication required
|
|
435
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
436
|
+
|
|
437
|
+
|
|
438
|
+
|
|
439
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
440
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
441
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
442
|
+
|
|
443
|
+
return {
|
|
444
|
+
url: toPathString(localVarUrlObj),
|
|
445
|
+
options: localVarRequestOptions,
|
|
446
|
+
};
|
|
447
|
+
},
|
|
448
|
+
/**
|
|
449
|
+
*
|
|
450
|
+
* @param {*} [options] Override http request option.
|
|
451
|
+
* @throws {RequiredError}
|
|
452
|
+
*/
|
|
453
|
+
fusionGetToken1: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
454
|
+
const localVarPath = `/miniapp/auth/getToken`;
|
|
455
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
456
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
457
|
+
let baseOptions;
|
|
458
|
+
if (configuration) {
|
|
459
|
+
baseOptions = configuration.baseOptions;
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
463
|
+
const localVarHeaderParameter = {} as any;
|
|
464
|
+
const localVarQueryParameter = {} as any;
|
|
465
|
+
|
|
466
|
+
// authentication tokenScheme required
|
|
467
|
+
// http bearer authentication required
|
|
468
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
469
|
+
|
|
470
|
+
|
|
471
|
+
|
|
472
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
473
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
474
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
475
|
+
|
|
476
|
+
return {
|
|
477
|
+
url: toPathString(localVarUrlObj),
|
|
478
|
+
options: localVarRequestOptions,
|
|
479
|
+
};
|
|
480
|
+
},
|
|
481
|
+
/**
|
|
482
|
+
*
|
|
483
|
+
* @param {*} [options] Override http request option.
|
|
484
|
+
* @throws {RequiredError}
|
|
485
|
+
*/
|
|
486
|
+
fusionGetToken2: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
487
|
+
const localVarPath = `/fusion/sms/getToken`;
|
|
488
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
489
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
490
|
+
let baseOptions;
|
|
491
|
+
if (configuration) {
|
|
492
|
+
baseOptions = configuration.baseOptions;
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
496
|
+
const localVarHeaderParameter = {} as any;
|
|
497
|
+
const localVarQueryParameter = {} as any;
|
|
498
|
+
|
|
499
|
+
// authentication tokenScheme required
|
|
500
|
+
// http bearer authentication required
|
|
501
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
502
|
+
|
|
503
|
+
|
|
504
|
+
|
|
505
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
506
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
507
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
508
|
+
|
|
509
|
+
return {
|
|
510
|
+
url: toPathString(localVarUrlObj),
|
|
511
|
+
options: localVarRequestOptions,
|
|
512
|
+
};
|
|
513
|
+
},
|
|
514
|
+
/**
|
|
515
|
+
*
|
|
516
|
+
* @param {*} [options] Override http request option.
|
|
517
|
+
* @throws {RequiredError}
|
|
518
|
+
*/
|
|
519
|
+
fusionGetToken3: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
520
|
+
const localVarPath = `/fusion/sms/getToken`;
|
|
521
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
522
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
523
|
+
let baseOptions;
|
|
524
|
+
if (configuration) {
|
|
525
|
+
baseOptions = configuration.baseOptions;
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
529
|
+
const localVarHeaderParameter = {} as any;
|
|
530
|
+
const localVarQueryParameter = {} as any;
|
|
531
|
+
|
|
532
|
+
// authentication tokenScheme required
|
|
533
|
+
// http bearer authentication required
|
|
534
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
535
|
+
|
|
536
|
+
|
|
537
|
+
|
|
538
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
539
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
540
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
541
|
+
|
|
542
|
+
return {
|
|
543
|
+
url: toPathString(localVarUrlObj),
|
|
544
|
+
options: localVarRequestOptions,
|
|
545
|
+
};
|
|
546
|
+
},
|
|
547
|
+
/**
|
|
548
|
+
*
|
|
549
|
+
* @param {*} [options] Override http request option.
|
|
550
|
+
* @throws {RequiredError}
|
|
551
|
+
*/
|
|
552
|
+
fusionGetToken4: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
553
|
+
const localVarPath = `/fusion/base/getToken`;
|
|
554
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
555
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
556
|
+
let baseOptions;
|
|
557
|
+
if (configuration) {
|
|
558
|
+
baseOptions = configuration.baseOptions;
|
|
559
|
+
}
|
|
560
|
+
|
|
561
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
562
|
+
const localVarHeaderParameter = {} as any;
|
|
563
|
+
const localVarQueryParameter = {} as any;
|
|
564
|
+
|
|
565
|
+
// authentication tokenScheme required
|
|
566
|
+
// http bearer authentication required
|
|
567
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
568
|
+
|
|
569
|
+
|
|
570
|
+
|
|
571
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
572
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
573
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
574
|
+
|
|
575
|
+
return {
|
|
576
|
+
url: toPathString(localVarUrlObj),
|
|
577
|
+
options: localVarRequestOptions,
|
|
578
|
+
};
|
|
579
|
+
},
|
|
580
|
+
/**
|
|
581
|
+
*
|
|
582
|
+
* @param {*} [options] Override http request option.
|
|
583
|
+
* @throws {RequiredError}
|
|
584
|
+
*/
|
|
585
|
+
fusionGetToken5: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
586
|
+
const localVarPath = `/fusion/base/getToken`;
|
|
587
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
588
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
589
|
+
let baseOptions;
|
|
590
|
+
if (configuration) {
|
|
591
|
+
baseOptions = configuration.baseOptions;
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
595
|
+
const localVarHeaderParameter = {} as any;
|
|
596
|
+
const localVarQueryParameter = {} as any;
|
|
597
|
+
|
|
598
|
+
// authentication tokenScheme required
|
|
599
|
+
// http bearer authentication required
|
|
600
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
601
|
+
|
|
602
|
+
|
|
603
|
+
|
|
604
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
605
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
606
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
607
|
+
|
|
608
|
+
return {
|
|
609
|
+
url: toPathString(localVarUrlObj),
|
|
610
|
+
options: localVarRequestOptions,
|
|
611
|
+
};
|
|
612
|
+
},
|
|
613
|
+
/**
|
|
614
|
+
*
|
|
615
|
+
* @param {*} [options] Override http request option.
|
|
616
|
+
* @throws {RequiredError}
|
|
617
|
+
*/
|
|
618
|
+
getCode: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
619
|
+
const localVarPath = `/captchaImage`;
|
|
620
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
621
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
622
|
+
let baseOptions;
|
|
623
|
+
if (configuration) {
|
|
624
|
+
baseOptions = configuration.baseOptions;
|
|
625
|
+
}
|
|
626
|
+
|
|
627
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
628
|
+
const localVarHeaderParameter = {} as any;
|
|
629
|
+
const localVarQueryParameter = {} as any;
|
|
630
|
+
|
|
631
|
+
// authentication tokenScheme required
|
|
632
|
+
// http bearer authentication required
|
|
633
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
634
|
+
|
|
635
|
+
|
|
636
|
+
|
|
637
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
638
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
639
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
640
|
+
|
|
641
|
+
return {
|
|
642
|
+
url: toPathString(localVarUrlObj),
|
|
643
|
+
options: localVarRequestOptions,
|
|
644
|
+
};
|
|
645
|
+
},
|
|
646
|
+
/**
|
|
647
|
+
*
|
|
648
|
+
* @param {*} [options] Override http request option.
|
|
649
|
+
* @throws {RequiredError}
|
|
650
|
+
*/
|
|
651
|
+
getLoginMode: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
652
|
+
const localVarPath = `/getLoginMode`;
|
|
653
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
654
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
655
|
+
let baseOptions;
|
|
656
|
+
if (configuration) {
|
|
657
|
+
baseOptions = configuration.baseOptions;
|
|
658
|
+
}
|
|
659
|
+
|
|
660
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
661
|
+
const localVarHeaderParameter = {} as any;
|
|
662
|
+
const localVarQueryParameter = {} as any;
|
|
663
|
+
|
|
664
|
+
// authentication tokenScheme required
|
|
665
|
+
// http bearer authentication required
|
|
666
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
667
|
+
|
|
668
|
+
|
|
669
|
+
|
|
670
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
671
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
672
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
673
|
+
|
|
674
|
+
return {
|
|
675
|
+
url: toPathString(localVarUrlObj),
|
|
676
|
+
options: localVarRequestOptions,
|
|
677
|
+
};
|
|
678
|
+
},
|
|
679
|
+
/**
|
|
680
|
+
*
|
|
681
|
+
* @summary 获取园区数据
|
|
682
|
+
* @param {string} uuid
|
|
683
|
+
* @param {number} type
|
|
684
|
+
* @param {number} parkId
|
|
685
|
+
* @param {*} [options] Override http request option.
|
|
686
|
+
* @throws {RequiredError}
|
|
687
|
+
*/
|
|
688
|
+
getPark: async (uuid: string, type: number, parkId: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
689
|
+
// verify required parameter 'uuid' is not null or undefined
|
|
690
|
+
assertParamExists('getPark', 'uuid', uuid)
|
|
691
|
+
// verify required parameter 'type' is not null or undefined
|
|
692
|
+
assertParamExists('getPark', 'type', type)
|
|
693
|
+
// verify required parameter 'parkId' is not null or undefined
|
|
694
|
+
assertParamExists('getPark', 'parkId', parkId)
|
|
695
|
+
const localVarPath = `/miniapp/auth/get/park`;
|
|
696
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
697
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
698
|
+
let baseOptions;
|
|
699
|
+
if (configuration) {
|
|
700
|
+
baseOptions = configuration.baseOptions;
|
|
701
|
+
}
|
|
702
|
+
|
|
703
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
704
|
+
const localVarHeaderParameter = {} as any;
|
|
705
|
+
const localVarQueryParameter = {} as any;
|
|
706
|
+
|
|
707
|
+
// authentication tokenScheme required
|
|
708
|
+
// http bearer authentication required
|
|
709
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
710
|
+
|
|
711
|
+
if (uuid !== undefined) {
|
|
712
|
+
localVarQueryParameter['uuid'] = uuid;
|
|
713
|
+
}
|
|
714
|
+
|
|
715
|
+
if (type !== undefined) {
|
|
716
|
+
localVarQueryParameter['type'] = type;
|
|
717
|
+
}
|
|
718
|
+
|
|
719
|
+
if (parkId !== undefined) {
|
|
720
|
+
localVarQueryParameter['parkId'] = parkId;
|
|
721
|
+
}
|
|
722
|
+
|
|
723
|
+
|
|
724
|
+
|
|
725
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
726
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
727
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
728
|
+
|
|
729
|
+
return {
|
|
730
|
+
url: toPathString(localVarUrlObj),
|
|
731
|
+
options: localVarRequestOptions,
|
|
732
|
+
};
|
|
733
|
+
},
|
|
734
|
+
/**
|
|
735
|
+
*
|
|
736
|
+
* @summary 获取集团园区数据
|
|
737
|
+
* @param {number} groupId 集团id
|
|
738
|
+
* @param {*} [options] Override http request option.
|
|
739
|
+
* @throws {RequiredError}
|
|
740
|
+
*/
|
|
741
|
+
getParkByGroupId: async (groupId: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
742
|
+
// verify required parameter 'groupId' is not null or undefined
|
|
743
|
+
assertParamExists('getParkByGroupId', 'groupId', groupId)
|
|
744
|
+
const localVarPath = `/miniapp/auth/{groupId}/park`
|
|
745
|
+
.replace(`{${"groupId"}}`, encodeURIComponent(String(groupId)));
|
|
746
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
747
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
748
|
+
let baseOptions;
|
|
749
|
+
if (configuration) {
|
|
750
|
+
baseOptions = configuration.baseOptions;
|
|
751
|
+
}
|
|
752
|
+
|
|
753
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
754
|
+
const localVarHeaderParameter = {} as any;
|
|
755
|
+
const localVarQueryParameter = {} as any;
|
|
756
|
+
|
|
757
|
+
// authentication tokenScheme required
|
|
758
|
+
// http bearer authentication required
|
|
759
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
760
|
+
|
|
761
|
+
|
|
762
|
+
|
|
763
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
764
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
765
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
766
|
+
|
|
767
|
+
return {
|
|
768
|
+
url: toPathString(localVarUrlObj),
|
|
769
|
+
options: localVarRequestOptions,
|
|
770
|
+
};
|
|
771
|
+
},
|
|
772
|
+
/**
|
|
773
|
+
*
|
|
774
|
+
* @summary 获取园区数据
|
|
775
|
+
* @param {string} uuid
|
|
776
|
+
* @param {number} type
|
|
777
|
+
* @param {number} parkId
|
|
778
|
+
* @param {string} appId
|
|
779
|
+
* @param {*} [options] Override http request option.
|
|
780
|
+
* @throws {RequiredError}
|
|
781
|
+
*/
|
|
782
|
+
getParkMiniApp: async (uuid: string, type: number, parkId: number, appId: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
783
|
+
// verify required parameter 'uuid' is not null or undefined
|
|
784
|
+
assertParamExists('getParkMiniApp', 'uuid', uuid)
|
|
785
|
+
// verify required parameter 'type' is not null or undefined
|
|
786
|
+
assertParamExists('getParkMiniApp', 'type', type)
|
|
787
|
+
// verify required parameter 'parkId' is not null or undefined
|
|
788
|
+
assertParamExists('getParkMiniApp', 'parkId', parkId)
|
|
789
|
+
// verify required parameter 'appId' is not null or undefined
|
|
790
|
+
assertParamExists('getParkMiniApp', 'appId', appId)
|
|
791
|
+
const localVarPath = `/miniapp/auth/get/ParkMiniApp`;
|
|
792
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
793
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
794
|
+
let baseOptions;
|
|
795
|
+
if (configuration) {
|
|
796
|
+
baseOptions = configuration.baseOptions;
|
|
797
|
+
}
|
|
798
|
+
|
|
799
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
800
|
+
const localVarHeaderParameter = {} as any;
|
|
801
|
+
const localVarQueryParameter = {} as any;
|
|
802
|
+
|
|
803
|
+
// authentication tokenScheme required
|
|
804
|
+
// http bearer authentication required
|
|
805
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
806
|
+
|
|
807
|
+
if (uuid !== undefined) {
|
|
808
|
+
localVarQueryParameter['uuid'] = uuid;
|
|
809
|
+
}
|
|
810
|
+
|
|
811
|
+
if (type !== undefined) {
|
|
812
|
+
localVarQueryParameter['type'] = type;
|
|
813
|
+
}
|
|
814
|
+
|
|
815
|
+
if (parkId !== undefined) {
|
|
816
|
+
localVarQueryParameter['parkId'] = parkId;
|
|
817
|
+
}
|
|
818
|
+
|
|
819
|
+
if (appId !== undefined) {
|
|
820
|
+
localVarQueryParameter['appId'] = appId;
|
|
821
|
+
}
|
|
822
|
+
|
|
823
|
+
|
|
824
|
+
|
|
825
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
826
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
827
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
828
|
+
|
|
829
|
+
return {
|
|
830
|
+
url: toPathString(localVarUrlObj),
|
|
831
|
+
options: localVarRequestOptions,
|
|
832
|
+
};
|
|
833
|
+
},
|
|
834
|
+
/**
|
|
835
|
+
*
|
|
836
|
+
* @param {number} parkId
|
|
837
|
+
* @param {*} [options] Override http request option.
|
|
838
|
+
* @throws {RequiredError}
|
|
839
|
+
*/
|
|
840
|
+
getRouters: async (parkId: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
841
|
+
// verify required parameter 'parkId' is not null or undefined
|
|
842
|
+
assertParamExists('getRouters', 'parkId', parkId)
|
|
843
|
+
const localVarPath = `/getRouters`;
|
|
844
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
845
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
846
|
+
let baseOptions;
|
|
847
|
+
if (configuration) {
|
|
848
|
+
baseOptions = configuration.baseOptions;
|
|
849
|
+
}
|
|
850
|
+
|
|
851
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
852
|
+
const localVarHeaderParameter = {} as any;
|
|
853
|
+
const localVarQueryParameter = {} as any;
|
|
854
|
+
|
|
855
|
+
// authentication tokenScheme required
|
|
856
|
+
// http bearer authentication required
|
|
857
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
858
|
+
|
|
859
|
+
if (parkId !== undefined) {
|
|
860
|
+
localVarQueryParameter['parkId'] = parkId;
|
|
861
|
+
}
|
|
862
|
+
|
|
863
|
+
|
|
864
|
+
|
|
865
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
866
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
867
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
868
|
+
|
|
869
|
+
return {
|
|
870
|
+
url: toPathString(localVarUrlObj),
|
|
871
|
+
options: localVarRequestOptions,
|
|
872
|
+
};
|
|
873
|
+
},
|
|
874
|
+
/**
|
|
875
|
+
*
|
|
876
|
+
* @param {*} [options] Override http request option.
|
|
877
|
+
* @throws {RequiredError}
|
|
878
|
+
*/
|
|
879
|
+
getRoutersAll: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
880
|
+
const localVarPath = `/getRoutersAll`;
|
|
881
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
882
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
883
|
+
let baseOptions;
|
|
884
|
+
if (configuration) {
|
|
885
|
+
baseOptions = configuration.baseOptions;
|
|
886
|
+
}
|
|
887
|
+
|
|
888
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
889
|
+
const localVarHeaderParameter = {} as any;
|
|
890
|
+
const localVarQueryParameter = {} as any;
|
|
891
|
+
|
|
892
|
+
// authentication tokenScheme required
|
|
893
|
+
// http bearer authentication required
|
|
894
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
895
|
+
|
|
896
|
+
|
|
897
|
+
|
|
898
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
899
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
900
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
901
|
+
|
|
902
|
+
return {
|
|
903
|
+
url: toPathString(localVarUrlObj),
|
|
904
|
+
options: localVarRequestOptions,
|
|
905
|
+
};
|
|
906
|
+
},
|
|
907
|
+
/**
|
|
908
|
+
*
|
|
909
|
+
* @param {*} [options] Override http request option.
|
|
910
|
+
* @throws {RequiredError}
|
|
911
|
+
*/
|
|
912
|
+
getTokenByHttp: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
913
|
+
const localVarPath = `/miniapp/auth/fusionGetTokenByHttp`;
|
|
914
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
915
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
916
|
+
let baseOptions;
|
|
917
|
+
if (configuration) {
|
|
918
|
+
baseOptions = configuration.baseOptions;
|
|
919
|
+
}
|
|
920
|
+
|
|
921
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
922
|
+
const localVarHeaderParameter = {} as any;
|
|
923
|
+
const localVarQueryParameter = {} as any;
|
|
924
|
+
|
|
925
|
+
// authentication tokenScheme required
|
|
926
|
+
// http bearer authentication required
|
|
927
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
928
|
+
|
|
929
|
+
|
|
930
|
+
|
|
931
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
932
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
933
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
934
|
+
|
|
935
|
+
return {
|
|
936
|
+
url: toPathString(localVarUrlObj),
|
|
937
|
+
options: localVarRequestOptions,
|
|
938
|
+
};
|
|
939
|
+
},
|
|
940
|
+
/**
|
|
941
|
+
*
|
|
942
|
+
* @param {*} [options] Override http request option.
|
|
943
|
+
* @throws {RequiredError}
|
|
944
|
+
*/
|
|
945
|
+
getTokenByHttp1: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
946
|
+
const localVarPath = `/miniapp/auth/fusionGetTokenByHttp`;
|
|
947
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
948
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
949
|
+
let baseOptions;
|
|
950
|
+
if (configuration) {
|
|
951
|
+
baseOptions = configuration.baseOptions;
|
|
952
|
+
}
|
|
953
|
+
|
|
954
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
955
|
+
const localVarHeaderParameter = {} as any;
|
|
956
|
+
const localVarQueryParameter = {} as any;
|
|
957
|
+
|
|
958
|
+
// authentication tokenScheme required
|
|
959
|
+
// http bearer authentication required
|
|
960
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
961
|
+
|
|
962
|
+
|
|
963
|
+
|
|
964
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
965
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
966
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
967
|
+
|
|
968
|
+
return {
|
|
969
|
+
url: toPathString(localVarUrlObj),
|
|
970
|
+
options: localVarRequestOptions,
|
|
971
|
+
};
|
|
972
|
+
},
|
|
973
|
+
/**
|
|
974
|
+
*
|
|
975
|
+
* @param {*} [options] Override http request option.
|
|
976
|
+
* @throws {RequiredError}
|
|
977
|
+
*/
|
|
978
|
+
getTokenByHttp2: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
979
|
+
const localVarPath = `/fusion/sms/fusionGetTokenByHttp`;
|
|
980
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
981
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
982
|
+
let baseOptions;
|
|
983
|
+
if (configuration) {
|
|
984
|
+
baseOptions = configuration.baseOptions;
|
|
985
|
+
}
|
|
986
|
+
|
|
987
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
988
|
+
const localVarHeaderParameter = {} as any;
|
|
989
|
+
const localVarQueryParameter = {} as any;
|
|
990
|
+
|
|
991
|
+
// authentication tokenScheme required
|
|
992
|
+
// http bearer authentication required
|
|
993
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
994
|
+
|
|
995
|
+
|
|
996
|
+
|
|
997
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
998
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
999
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1000
|
+
|
|
1001
|
+
return {
|
|
1002
|
+
url: toPathString(localVarUrlObj),
|
|
1003
|
+
options: localVarRequestOptions,
|
|
1004
|
+
};
|
|
1005
|
+
},
|
|
1006
|
+
/**
|
|
1007
|
+
*
|
|
1008
|
+
* @param {*} [options] Override http request option.
|
|
1009
|
+
* @throws {RequiredError}
|
|
1010
|
+
*/
|
|
1011
|
+
getTokenByHttp3: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1012
|
+
const localVarPath = `/fusion/sms/fusionGetTokenByHttp`;
|
|
1013
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1014
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1015
|
+
let baseOptions;
|
|
1016
|
+
if (configuration) {
|
|
1017
|
+
baseOptions = configuration.baseOptions;
|
|
1018
|
+
}
|
|
1019
|
+
|
|
1020
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
1021
|
+
const localVarHeaderParameter = {} as any;
|
|
1022
|
+
const localVarQueryParameter = {} as any;
|
|
1023
|
+
|
|
1024
|
+
// authentication tokenScheme required
|
|
1025
|
+
// http bearer authentication required
|
|
1026
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1027
|
+
|
|
1028
|
+
|
|
1029
|
+
|
|
1030
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1031
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1032
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1033
|
+
|
|
1034
|
+
return {
|
|
1035
|
+
url: toPathString(localVarUrlObj),
|
|
1036
|
+
options: localVarRequestOptions,
|
|
1037
|
+
};
|
|
1038
|
+
},
|
|
1039
|
+
/**
|
|
1040
|
+
*
|
|
1041
|
+
* @param {*} [options] Override http request option.
|
|
1042
|
+
* @throws {RequiredError}
|
|
1043
|
+
*/
|
|
1044
|
+
getTokenByHttp4: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1045
|
+
const localVarPath = `/fusion/base/fusionGetTokenByHttp`;
|
|
1046
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1047
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1048
|
+
let baseOptions;
|
|
1049
|
+
if (configuration) {
|
|
1050
|
+
baseOptions = configuration.baseOptions;
|
|
1051
|
+
}
|
|
1052
|
+
|
|
1053
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
1054
|
+
const localVarHeaderParameter = {} as any;
|
|
1055
|
+
const localVarQueryParameter = {} as any;
|
|
1056
|
+
|
|
1057
|
+
// authentication tokenScheme required
|
|
1058
|
+
// http bearer authentication required
|
|
1059
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1060
|
+
|
|
1061
|
+
|
|
1062
|
+
|
|
1063
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1064
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1065
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1066
|
+
|
|
1067
|
+
return {
|
|
1068
|
+
url: toPathString(localVarUrlObj),
|
|
1069
|
+
options: localVarRequestOptions,
|
|
1070
|
+
};
|
|
1071
|
+
},
|
|
1072
|
+
/**
|
|
1073
|
+
*
|
|
1074
|
+
* @param {*} [options] Override http request option.
|
|
1075
|
+
* @throws {RequiredError}
|
|
1076
|
+
*/
|
|
1077
|
+
getTokenByHttp5: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1078
|
+
const localVarPath = `/fusion/base/fusionGetTokenByHttp`;
|
|
1079
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1080
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1081
|
+
let baseOptions;
|
|
1082
|
+
if (configuration) {
|
|
1083
|
+
baseOptions = configuration.baseOptions;
|
|
1084
|
+
}
|
|
1085
|
+
|
|
1086
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
1087
|
+
const localVarHeaderParameter = {} as any;
|
|
1088
|
+
const localVarQueryParameter = {} as any;
|
|
1089
|
+
|
|
1090
|
+
// authentication tokenScheme required
|
|
1091
|
+
// http bearer authentication required
|
|
1092
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1093
|
+
|
|
1094
|
+
|
|
1095
|
+
|
|
1096
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1097
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1098
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1099
|
+
|
|
1100
|
+
return {
|
|
1101
|
+
url: toPathString(localVarUrlObj),
|
|
1102
|
+
options: localVarRequestOptions,
|
|
1103
|
+
};
|
|
1104
|
+
},
|
|
1105
|
+
/**
|
|
1106
|
+
*
|
|
1107
|
+
* @summary 获取用户信息
|
|
1108
|
+
* @param {number} parkId
|
|
1109
|
+
* @param {*} [options] Override http request option.
|
|
1110
|
+
* @throws {RequiredError}
|
|
1111
|
+
*/
|
|
1112
|
+
getUserRolesAndPermissions: async (parkId: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1113
|
+
// verify required parameter 'parkId' is not null or undefined
|
|
1114
|
+
assertParamExists('getUserRolesAndPermissions', 'parkId', parkId)
|
|
1115
|
+
const localVarPath = `/getInfo`;
|
|
1116
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1117
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1118
|
+
let baseOptions;
|
|
1119
|
+
if (configuration) {
|
|
1120
|
+
baseOptions = configuration.baseOptions;
|
|
1121
|
+
}
|
|
1122
|
+
|
|
1123
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
1124
|
+
const localVarHeaderParameter = {} as any;
|
|
1125
|
+
const localVarQueryParameter = {} as any;
|
|
1126
|
+
|
|
1127
|
+
// authentication tokenScheme required
|
|
1128
|
+
// http bearer authentication required
|
|
1129
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1130
|
+
|
|
1131
|
+
if (parkId !== undefined) {
|
|
1132
|
+
localVarQueryParameter['parkId'] = parkId;
|
|
1133
|
+
}
|
|
1134
|
+
|
|
1135
|
+
|
|
1136
|
+
|
|
1137
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1138
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1139
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1140
|
+
|
|
1141
|
+
return {
|
|
1142
|
+
url: toPathString(localVarUrlObj),
|
|
1143
|
+
options: localVarRequestOptions,
|
|
1144
|
+
};
|
|
1145
|
+
},
|
|
1146
|
+
/**
|
|
1147
|
+
*
|
|
1148
|
+
* @param {LoginBody} loginBody
|
|
1149
|
+
* @param {*} [options] Override http request option.
|
|
1150
|
+
* @throws {RequiredError}
|
|
1151
|
+
*/
|
|
1152
|
+
login: async (loginBody: LoginBody, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1153
|
+
// verify required parameter 'loginBody' is not null or undefined
|
|
1154
|
+
assertParamExists('login', 'loginBody', loginBody)
|
|
1155
|
+
const localVarPath = `/login`;
|
|
1156
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1157
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1158
|
+
let baseOptions;
|
|
1159
|
+
if (configuration) {
|
|
1160
|
+
baseOptions = configuration.baseOptions;
|
|
1161
|
+
}
|
|
1162
|
+
|
|
1163
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
1164
|
+
const localVarHeaderParameter = {} as any;
|
|
1165
|
+
const localVarQueryParameter = {} as any;
|
|
1166
|
+
|
|
1167
|
+
// authentication tokenScheme required
|
|
1168
|
+
// http bearer authentication required
|
|
1169
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1170
|
+
|
|
1171
|
+
|
|
1172
|
+
|
|
1173
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1174
|
+
|
|
1175
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1176
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1177
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1178
|
+
localVarRequestOptions.data = serializeDataIfNeeded(loginBody, localVarRequestOptions, configuration)
|
|
1179
|
+
|
|
1180
|
+
return {
|
|
1181
|
+
url: toPathString(localVarUrlObj),
|
|
1182
|
+
options: localVarRequestOptions,
|
|
1183
|
+
};
|
|
1184
|
+
},
|
|
1185
|
+
/**
|
|
1186
|
+
*
|
|
1187
|
+
* @summary 微信小程序登录
|
|
1188
|
+
* @param {AppLoginWxChatDto} appLoginWxChatDto
|
|
1189
|
+
* @param {*} [options] Override http request option.
|
|
1190
|
+
* @throws {RequiredError}
|
|
1191
|
+
*/
|
|
1192
|
+
loginByCodeV2: async (appLoginWxChatDto: AppLoginWxChatDto, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1193
|
+
// verify required parameter 'appLoginWxChatDto' is not null or undefined
|
|
1194
|
+
assertParamExists('loginByCodeV2', 'appLoginWxChatDto', appLoginWxChatDto)
|
|
1195
|
+
const localVarPath = `/miniapp/auth/LoginByMiniAppV2`;
|
|
1196
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1197
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1198
|
+
let baseOptions;
|
|
1199
|
+
if (configuration) {
|
|
1200
|
+
baseOptions = configuration.baseOptions;
|
|
1201
|
+
}
|
|
1202
|
+
|
|
1203
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
1204
|
+
const localVarHeaderParameter = {} as any;
|
|
1205
|
+
const localVarQueryParameter = {} as any;
|
|
1206
|
+
|
|
1207
|
+
// authentication tokenScheme required
|
|
1208
|
+
// http bearer authentication required
|
|
1209
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1210
|
+
|
|
1211
|
+
|
|
1212
|
+
|
|
1213
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1214
|
+
|
|
1215
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1216
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1217
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1218
|
+
localVarRequestOptions.data = serializeDataIfNeeded(appLoginWxChatDto, localVarRequestOptions, configuration)
|
|
1219
|
+
|
|
1220
|
+
return {
|
|
1221
|
+
url: toPathString(localVarUrlObj),
|
|
1222
|
+
options: localVarRequestOptions,
|
|
1223
|
+
};
|
|
1224
|
+
},
|
|
1225
|
+
/**
|
|
1226
|
+
*
|
|
1227
|
+
* @summary openId换取登录token
|
|
1228
|
+
* @param {AppObtainToken} appObtainToken
|
|
1229
|
+
* @param {*} [options] Override http request option.
|
|
1230
|
+
* @throws {RequiredError}
|
|
1231
|
+
*/
|
|
1232
|
+
loginByOpenId: async (appObtainToken: AppObtainToken, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1233
|
+
// verify required parameter 'appObtainToken' is not null or undefined
|
|
1234
|
+
assertParamExists('loginByOpenId', 'appObtainToken', appObtainToken)
|
|
1235
|
+
const localVarPath = `/miniapp/auth/loginByOpenId`;
|
|
1236
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1237
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1238
|
+
let baseOptions;
|
|
1239
|
+
if (configuration) {
|
|
1240
|
+
baseOptions = configuration.baseOptions;
|
|
1241
|
+
}
|
|
1242
|
+
|
|
1243
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
1244
|
+
const localVarHeaderParameter = {} as any;
|
|
1245
|
+
const localVarQueryParameter = {} as any;
|
|
1246
|
+
|
|
1247
|
+
// authentication tokenScheme required
|
|
1248
|
+
// http bearer authentication required
|
|
1249
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1250
|
+
|
|
1251
|
+
|
|
1252
|
+
|
|
1253
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1254
|
+
|
|
1255
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1256
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1257
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1258
|
+
localVarRequestOptions.data = serializeDataIfNeeded(appObtainToken, localVarRequestOptions, configuration)
|
|
1259
|
+
|
|
1260
|
+
return {
|
|
1261
|
+
url: toPathString(localVarUrlObj),
|
|
1262
|
+
options: localVarRequestOptions,
|
|
1263
|
+
};
|
|
1264
|
+
},
|
|
1265
|
+
/**
|
|
1266
|
+
*
|
|
1267
|
+
* @summary 微信公众号登录
|
|
1268
|
+
* @param {AppLoginWxChatPubDto} appLoginWxChatPubDto
|
|
1269
|
+
* @param {*} [options] Override http request option.
|
|
1270
|
+
* @throws {RequiredError}
|
|
1271
|
+
*/
|
|
1272
|
+
loginByWechatPublic: async (appLoginWxChatPubDto: AppLoginWxChatPubDto, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1273
|
+
// verify required parameter 'appLoginWxChatPubDto' is not null or undefined
|
|
1274
|
+
assertParamExists('loginByWechatPublic', 'appLoginWxChatPubDto', appLoginWxChatPubDto)
|
|
1275
|
+
const localVarPath = `/miniapp/auth/loginByWechatPub`;
|
|
1276
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1277
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1278
|
+
let baseOptions;
|
|
1279
|
+
if (configuration) {
|
|
1280
|
+
baseOptions = configuration.baseOptions;
|
|
1281
|
+
}
|
|
1282
|
+
|
|
1283
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
1284
|
+
const localVarHeaderParameter = {} as any;
|
|
1285
|
+
const localVarQueryParameter = {} as any;
|
|
1286
|
+
|
|
1287
|
+
// authentication tokenScheme required
|
|
1288
|
+
// http bearer authentication required
|
|
1289
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1290
|
+
|
|
1291
|
+
|
|
1292
|
+
|
|
1293
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1294
|
+
|
|
1295
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1296
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1297
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1298
|
+
localVarRequestOptions.data = serializeDataIfNeeded(appLoginWxChatPubDto, localVarRequestOptions, configuration)
|
|
1299
|
+
|
|
1300
|
+
return {
|
|
1301
|
+
url: toPathString(localVarUrlObj),
|
|
1302
|
+
options: localVarRequestOptions,
|
|
1303
|
+
};
|
|
1304
|
+
},
|
|
1305
|
+
/**
|
|
1306
|
+
*
|
|
1307
|
+
* @summary 手机号验证码登录
|
|
1308
|
+
* @param {SysLoginCodeDto} sysLoginCodeDto
|
|
1309
|
+
* @param {*} [options] Override http request option.
|
|
1310
|
+
* @throws {RequiredError}
|
|
1311
|
+
*/
|
|
1312
|
+
loginPhoneCode: async (sysLoginCodeDto: SysLoginCodeDto, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1313
|
+
// verify required parameter 'sysLoginCodeDto' is not null or undefined
|
|
1314
|
+
assertParamExists('loginPhoneCode', 'sysLoginCodeDto', sysLoginCodeDto)
|
|
1315
|
+
const localVarPath = `/login/phone/code`;
|
|
1316
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1317
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1318
|
+
let baseOptions;
|
|
1319
|
+
if (configuration) {
|
|
1320
|
+
baseOptions = configuration.baseOptions;
|
|
1321
|
+
}
|
|
1322
|
+
|
|
1323
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
1324
|
+
const localVarHeaderParameter = {} as any;
|
|
1325
|
+
const localVarQueryParameter = {} as any;
|
|
1326
|
+
|
|
1327
|
+
// authentication tokenScheme required
|
|
1328
|
+
// http bearer authentication required
|
|
1329
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1330
|
+
|
|
1331
|
+
|
|
1332
|
+
|
|
1333
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1334
|
+
|
|
1335
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1336
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1337
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1338
|
+
localVarRequestOptions.data = serializeDataIfNeeded(sysLoginCodeDto, localVarRequestOptions, configuration)
|
|
1339
|
+
|
|
1340
|
+
return {
|
|
1341
|
+
url: toPathString(localVarUrlObj),
|
|
1342
|
+
options: localVarRequestOptions,
|
|
1343
|
+
};
|
|
1344
|
+
},
|
|
1345
|
+
/**
|
|
1346
|
+
*
|
|
1347
|
+
* @summary 新希望登录
|
|
1348
|
+
* @param {string} token
|
|
1349
|
+
* @param {string} tenantId
|
|
1350
|
+
* @param {*} [options] Override http request option.
|
|
1351
|
+
* @throws {RequiredError}
|
|
1352
|
+
*/
|
|
1353
|
+
newHopeLogin: async (token: string, tenantId: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1354
|
+
// verify required parameter 'token' is not null or undefined
|
|
1355
|
+
assertParamExists('newHopeLogin', 'token', token)
|
|
1356
|
+
// verify required parameter 'tenantId' is not null or undefined
|
|
1357
|
+
assertParamExists('newHopeLogin', 'tenantId', tenantId)
|
|
1358
|
+
const localVarPath = `/newHope/login`;
|
|
1359
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1360
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1361
|
+
let baseOptions;
|
|
1362
|
+
if (configuration) {
|
|
1363
|
+
baseOptions = configuration.baseOptions;
|
|
1364
|
+
}
|
|
1365
|
+
|
|
1366
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
1367
|
+
const localVarHeaderParameter = {} as any;
|
|
1368
|
+
const localVarQueryParameter = {} as any;
|
|
1369
|
+
|
|
1370
|
+
if (token !== undefined) {
|
|
1371
|
+
localVarQueryParameter['token'] = token;
|
|
1372
|
+
}
|
|
1373
|
+
|
|
1374
|
+
if (tenantId !== undefined) {
|
|
1375
|
+
localVarQueryParameter['tenantId'] = tenantId;
|
|
1376
|
+
}
|
|
1377
|
+
|
|
1378
|
+
|
|
1379
|
+
|
|
1380
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1381
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1382
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1383
|
+
|
|
1384
|
+
return {
|
|
1385
|
+
url: toPathString(localVarUrlObj),
|
|
1386
|
+
options: localVarRequestOptions,
|
|
1387
|
+
};
|
|
1388
|
+
},
|
|
1389
|
+
/**
|
|
1390
|
+
*
|
|
1391
|
+
* @param {string} cid
|
|
1392
|
+
* @param {string} payload
|
|
1393
|
+
* @param {*} [options] Override http request option.
|
|
1394
|
+
* @throws {RequiredError}
|
|
1395
|
+
*/
|
|
1396
|
+
pushMsg: async (cid: string, payload: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1397
|
+
// verify required parameter 'cid' is not null or undefined
|
|
1398
|
+
assertParamExists('pushMsg', 'cid', cid)
|
|
1399
|
+
// verify required parameter 'payload' is not null or undefined
|
|
1400
|
+
assertParamExists('pushMsg', 'payload', payload)
|
|
1401
|
+
const localVarPath = `/miniapp/auth/pushMsg/{cid}`
|
|
1402
|
+
.replace(`{${"cid"}}`, encodeURIComponent(String(cid)));
|
|
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: 'GET', ...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
|
+
if (payload !== undefined) {
|
|
1419
|
+
localVarQueryParameter['payload'] = payload;
|
|
1420
|
+
}
|
|
1421
|
+
|
|
1422
|
+
|
|
1423
|
+
|
|
1424
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1425
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1426
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1427
|
+
|
|
1428
|
+
return {
|
|
1429
|
+
url: toPathString(localVarUrlObj),
|
|
1430
|
+
options: localVarRequestOptions,
|
|
1431
|
+
};
|
|
1432
|
+
},
|
|
1433
|
+
/**
|
|
1434
|
+
*
|
|
1435
|
+
* @param {string} phone
|
|
1436
|
+
* @param {string} templateCode
|
|
1437
|
+
* @param {*} [options] Override http request option.
|
|
1438
|
+
* @throws {RequiredError}
|
|
1439
|
+
*/
|
|
1440
|
+
sendSms: async (phone: string, templateCode: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1441
|
+
// verify required parameter 'phone' is not null or undefined
|
|
1442
|
+
assertParamExists('sendSms', 'phone', phone)
|
|
1443
|
+
// verify required parameter 'templateCode' is not null or undefined
|
|
1444
|
+
assertParamExists('sendSms', 'templateCode', templateCode)
|
|
1445
|
+
const localVarPath = `/fusion/sms/sendSms`;
|
|
1446
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1447
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1448
|
+
let baseOptions;
|
|
1449
|
+
if (configuration) {
|
|
1450
|
+
baseOptions = configuration.baseOptions;
|
|
1451
|
+
}
|
|
1452
|
+
|
|
1453
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
1454
|
+
const localVarHeaderParameter = {} as any;
|
|
1455
|
+
const localVarQueryParameter = {} as any;
|
|
1456
|
+
|
|
1457
|
+
// authentication tokenScheme required
|
|
1458
|
+
// http bearer authentication required
|
|
1459
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1460
|
+
|
|
1461
|
+
if (phone !== undefined) {
|
|
1462
|
+
localVarQueryParameter['phone'] = phone;
|
|
1463
|
+
}
|
|
1464
|
+
|
|
1465
|
+
if (templateCode !== undefined) {
|
|
1466
|
+
localVarQueryParameter['templateCode'] = templateCode;
|
|
1467
|
+
}
|
|
1468
|
+
|
|
1469
|
+
|
|
1470
|
+
|
|
1471
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1472
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1473
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1474
|
+
|
|
1475
|
+
return {
|
|
1476
|
+
url: toPathString(localVarUrlObj),
|
|
1477
|
+
options: localVarRequestOptions,
|
|
1478
|
+
};
|
|
1479
|
+
},
|
|
1480
|
+
/**
|
|
1481
|
+
*
|
|
1482
|
+
* @param {string} phone
|
|
1483
|
+
* @param {string} templateCode
|
|
1484
|
+
* @param {*} [options] Override http request option.
|
|
1485
|
+
* @throws {RequiredError}
|
|
1486
|
+
*/
|
|
1487
|
+
sendSms1: async (phone: string, templateCode: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1488
|
+
// verify required parameter 'phone' is not null or undefined
|
|
1489
|
+
assertParamExists('sendSms1', 'phone', phone)
|
|
1490
|
+
// verify required parameter 'templateCode' is not null or undefined
|
|
1491
|
+
assertParamExists('sendSms1', 'templateCode', templateCode)
|
|
1492
|
+
const localVarPath = `/fusion/sms/sendSms`;
|
|
1493
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1494
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1495
|
+
let baseOptions;
|
|
1496
|
+
if (configuration) {
|
|
1497
|
+
baseOptions = configuration.baseOptions;
|
|
1498
|
+
}
|
|
1499
|
+
|
|
1500
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
1501
|
+
const localVarHeaderParameter = {} as any;
|
|
1502
|
+
const localVarQueryParameter = {} as any;
|
|
1503
|
+
|
|
1504
|
+
// authentication tokenScheme required
|
|
1505
|
+
// http bearer authentication required
|
|
1506
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1507
|
+
|
|
1508
|
+
if (phone !== undefined) {
|
|
1509
|
+
localVarQueryParameter['phone'] = phone;
|
|
1510
|
+
}
|
|
1511
|
+
|
|
1512
|
+
if (templateCode !== undefined) {
|
|
1513
|
+
localVarQueryParameter['templateCode'] = templateCode;
|
|
1514
|
+
}
|
|
1515
|
+
|
|
1516
|
+
|
|
1517
|
+
|
|
1518
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1519
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1520
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1521
|
+
|
|
1522
|
+
return {
|
|
1523
|
+
url: toPathString(localVarUrlObj),
|
|
1524
|
+
options: localVarRequestOptions,
|
|
1525
|
+
};
|
|
1526
|
+
},
|
|
1527
|
+
/**
|
|
1528
|
+
*
|
|
1529
|
+
* @summary 小程序切换园区
|
|
1530
|
+
* @param {SwitchPakBody} switchPakBody
|
|
1531
|
+
* @param {*} [options] Override http request option.
|
|
1532
|
+
* @throws {RequiredError}
|
|
1533
|
+
*/
|
|
1534
|
+
switchPark: async (switchPakBody: SwitchPakBody, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1535
|
+
// verify required parameter 'switchPakBody' is not null or undefined
|
|
1536
|
+
assertParamExists('switchPark', 'switchPakBody', switchPakBody)
|
|
1537
|
+
const localVarPath = `/miniapp/auth/switch/park`;
|
|
1538
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1539
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1540
|
+
let baseOptions;
|
|
1541
|
+
if (configuration) {
|
|
1542
|
+
baseOptions = configuration.baseOptions;
|
|
1543
|
+
}
|
|
1544
|
+
|
|
1545
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
1546
|
+
const localVarHeaderParameter = {} as any;
|
|
1547
|
+
const localVarQueryParameter = {} as any;
|
|
1548
|
+
|
|
1549
|
+
// authentication tokenScheme required
|
|
1550
|
+
// http bearer authentication required
|
|
1551
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1552
|
+
|
|
1553
|
+
|
|
1554
|
+
|
|
1555
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1556
|
+
|
|
1557
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1558
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1559
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1560
|
+
localVarRequestOptions.data = serializeDataIfNeeded(switchPakBody, localVarRequestOptions, configuration)
|
|
1561
|
+
|
|
1562
|
+
return {
|
|
1563
|
+
url: toPathString(localVarUrlObj),
|
|
1564
|
+
options: localVarRequestOptions,
|
|
1565
|
+
};
|
|
1566
|
+
},
|
|
1567
|
+
/**
|
|
1568
|
+
*
|
|
1569
|
+
* @param {SwitchPakBody} switchPakBody
|
|
1570
|
+
* @param {*} [options] Override http request option.
|
|
1571
|
+
* @throws {RequiredError}
|
|
1572
|
+
*/
|
|
1573
|
+
switchParkToken: async (switchPakBody: SwitchPakBody, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1574
|
+
// verify required parameter 'switchPakBody' is not null or undefined
|
|
1575
|
+
assertParamExists('switchParkToken', 'switchPakBody', switchPakBody)
|
|
1576
|
+
const localVarPath = `/switch/park/token`;
|
|
1577
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1578
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1579
|
+
let baseOptions;
|
|
1580
|
+
if (configuration) {
|
|
1581
|
+
baseOptions = configuration.baseOptions;
|
|
1582
|
+
}
|
|
1583
|
+
|
|
1584
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
1585
|
+
const localVarHeaderParameter = {} as any;
|
|
1586
|
+
const localVarQueryParameter = {} as any;
|
|
1587
|
+
|
|
1588
|
+
// authentication tokenScheme required
|
|
1589
|
+
// http bearer authentication required
|
|
1590
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1591
|
+
|
|
1592
|
+
|
|
1593
|
+
|
|
1594
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1595
|
+
|
|
1596
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1597
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1598
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1599
|
+
localVarRequestOptions.data = serializeDataIfNeeded(switchPakBody, localVarRequestOptions, configuration)
|
|
1600
|
+
|
|
1601
|
+
return {
|
|
1602
|
+
url: toPathString(localVarUrlObj),
|
|
1603
|
+
options: localVarRequestOptions,
|
|
1604
|
+
};
|
|
1605
|
+
},
|
|
1606
|
+
/**
|
|
1607
|
+
*
|
|
1608
|
+
* @summary 切换园区
|
|
1609
|
+
* @param {SwitchPakBodyV2Vo} switchPakBodyV2Vo
|
|
1610
|
+
* @param {*} [options] Override http request option.
|
|
1611
|
+
* @throws {RequiredError}
|
|
1612
|
+
*/
|
|
1613
|
+
switchParkV2: async (switchPakBodyV2Vo: SwitchPakBodyV2Vo, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1614
|
+
// verify required parameter 'switchPakBodyV2Vo' is not null or undefined
|
|
1615
|
+
assertParamExists('switchParkV2', 'switchPakBodyV2Vo', switchPakBodyV2Vo)
|
|
1616
|
+
const localVarPath = `/switch/park/v2`;
|
|
1617
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1618
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1619
|
+
let baseOptions;
|
|
1620
|
+
if (configuration) {
|
|
1621
|
+
baseOptions = configuration.baseOptions;
|
|
1622
|
+
}
|
|
1623
|
+
|
|
1624
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
1625
|
+
const localVarHeaderParameter = {} as any;
|
|
1626
|
+
const localVarQueryParameter = {} as any;
|
|
1627
|
+
|
|
1628
|
+
// authentication tokenScheme required
|
|
1629
|
+
// http bearer authentication required
|
|
1630
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1631
|
+
|
|
1632
|
+
|
|
1633
|
+
|
|
1634
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1635
|
+
|
|
1636
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1637
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1638
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1639
|
+
localVarRequestOptions.data = serializeDataIfNeeded(switchPakBodyV2Vo, localVarRequestOptions, configuration)
|
|
1640
|
+
|
|
1641
|
+
return {
|
|
1642
|
+
url: toPathString(localVarUrlObj),
|
|
1643
|
+
options: localVarRequestOptions,
|
|
1644
|
+
};
|
|
1645
|
+
},
|
|
1646
|
+
}
|
|
1647
|
+
};
|
|
1648
|
+
|
|
1649
|
+
/**
|
|
1650
|
+
* AuthApi - functional programming interface
|
|
1651
|
+
* @export
|
|
1652
|
+
*/
|
|
1653
|
+
export const AuthApiFp = function(configuration?: Configuration) {
|
|
1654
|
+
const localVarAxiosParamCreator = AuthApiAxiosParamCreator(configuration)
|
|
1655
|
+
return {
|
|
1656
|
+
/**
|
|
1657
|
+
*
|
|
1658
|
+
* @summary 账号密码登录
|
|
1659
|
+
* @param {AppLoginPasswordDto} appLoginPasswordDto
|
|
1660
|
+
* @param {*} [options] Override http request option.
|
|
1661
|
+
* @throws {RequiredError}
|
|
1662
|
+
*/
|
|
1663
|
+
async appLoginByMobile(appLoginPasswordDto: AppLoginPasswordDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
1664
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.appLoginByMobile(appLoginPasswordDto, options);
|
|
1665
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1666
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.appLoginByMobile']?.[localVarOperationServerIndex]?.url;
|
|
1667
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1668
|
+
},
|
|
1669
|
+
/**
|
|
1670
|
+
*
|
|
1671
|
+
* @summary 手机号/邮箱验证码登录
|
|
1672
|
+
* @param {AppLoginCodeDto} appLoginCodeDto
|
|
1673
|
+
* @param {*} [options] Override http request option.
|
|
1674
|
+
* @throws {RequiredError}
|
|
1675
|
+
*/
|
|
1676
|
+
async appLoginBySMSCode(appLoginCodeDto: AppLoginCodeDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
1677
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.appLoginBySMSCode(appLoginCodeDto, options);
|
|
1678
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1679
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.appLoginBySMSCode']?.[localVarOperationServerIndex]?.url;
|
|
1680
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1681
|
+
},
|
|
1682
|
+
/**
|
|
1683
|
+
*
|
|
1684
|
+
* @summary 绑定邮箱
|
|
1685
|
+
* @param {UserBindBody} userBindBody
|
|
1686
|
+
* @param {*} [options] Override http request option.
|
|
1687
|
+
* @throws {RequiredError}
|
|
1688
|
+
*/
|
|
1689
|
+
async bindEmail(userBindBody: UserBindBody, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>> {
|
|
1690
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.bindEmail(userBindBody, options);
|
|
1691
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1692
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.bindEmail']?.[localVarOperationServerIndex]?.url;
|
|
1693
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1694
|
+
},
|
|
1695
|
+
/**
|
|
1696
|
+
*
|
|
1697
|
+
* @summary 绑定手机号
|
|
1698
|
+
* @param {UserBindBody} userBindBody
|
|
1699
|
+
* @param {*} [options] Override http request option.
|
|
1700
|
+
* @throws {RequiredError}
|
|
1701
|
+
*/
|
|
1702
|
+
async bindPhone(userBindBody: UserBindBody, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>> {
|
|
1703
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.bindPhone(userBindBody, options);
|
|
1704
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1705
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.bindPhone']?.[localVarOperationServerIndex]?.url;
|
|
1706
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1707
|
+
},
|
|
1708
|
+
/**
|
|
1709
|
+
*
|
|
1710
|
+
* @param {string} cId
|
|
1711
|
+
* @param {*} [options] Override http request option.
|
|
1712
|
+
* @throws {RequiredError}
|
|
1713
|
+
*/
|
|
1714
|
+
async bindingCId(cId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
1715
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.bindingCId(cId, options);
|
|
1716
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1717
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.bindingCId']?.[localVarOperationServerIndex]?.url;
|
|
1718
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1719
|
+
},
|
|
1720
|
+
/**
|
|
1721
|
+
*
|
|
1722
|
+
* @summary 注销账号
|
|
1723
|
+
* @param {*} [options] Override http request option.
|
|
1724
|
+
* @throws {RequiredError}
|
|
1725
|
+
*/
|
|
1726
|
+
async cancelAccount(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>> {
|
|
1727
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.cancelAccount(options);
|
|
1728
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1729
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.cancelAccount']?.[localVarOperationServerIndex]?.url;
|
|
1730
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1731
|
+
},
|
|
1732
|
+
/**
|
|
1733
|
+
*
|
|
1734
|
+
* @summary token是否有效
|
|
1735
|
+
* @param {*} [options] Override http request option.
|
|
1736
|
+
* @throws {RequiredError}
|
|
1737
|
+
*/
|
|
1738
|
+
async checkToken(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>> {
|
|
1739
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.checkToken(options);
|
|
1740
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1741
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.checkToken']?.[localVarOperationServerIndex]?.url;
|
|
1742
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1743
|
+
},
|
|
1744
|
+
/**
|
|
1745
|
+
*
|
|
1746
|
+
* @summary APP选择园区
|
|
1747
|
+
* @param {ChoosePakBody} choosePakBody
|
|
1748
|
+
* @param {*} [options] Override http request option.
|
|
1749
|
+
* @throws {RequiredError}
|
|
1750
|
+
*/
|
|
1751
|
+
async choosePark(choosePakBody: ChoosePakBody, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultString>> {
|
|
1752
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.choosePark(choosePakBody, options);
|
|
1753
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1754
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.choosePark']?.[localVarOperationServerIndex]?.url;
|
|
1755
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1756
|
+
},
|
|
1757
|
+
/**
|
|
1758
|
+
*
|
|
1759
|
+
* @summary 发送验证码
|
|
1760
|
+
* @param {string} email
|
|
1761
|
+
* @param {string} language
|
|
1762
|
+
* @param {*} [options] Override http request option.
|
|
1763
|
+
* @throws {RequiredError}
|
|
1764
|
+
*/
|
|
1765
|
+
async code1(email: string, language: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
1766
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.code1(email, language, options);
|
|
1767
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1768
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.code1']?.[localVarOperationServerIndex]?.url;
|
|
1769
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1770
|
+
},
|
|
1771
|
+
/**
|
|
1772
|
+
*
|
|
1773
|
+
* @param {*} [options] Override http request option.
|
|
1774
|
+
* @throws {RequiredError}
|
|
1775
|
+
*/
|
|
1776
|
+
async fusionGetToken(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
|
|
1777
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.fusionGetToken(options);
|
|
1778
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1779
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.fusionGetToken']?.[localVarOperationServerIndex]?.url;
|
|
1780
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1781
|
+
},
|
|
1782
|
+
/**
|
|
1783
|
+
*
|
|
1784
|
+
* @param {*} [options] Override http request option.
|
|
1785
|
+
* @throws {RequiredError}
|
|
1786
|
+
*/
|
|
1787
|
+
async fusionGetToken1(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
|
|
1788
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.fusionGetToken1(options);
|
|
1789
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1790
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.fusionGetToken1']?.[localVarOperationServerIndex]?.url;
|
|
1791
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1792
|
+
},
|
|
1793
|
+
/**
|
|
1794
|
+
*
|
|
1795
|
+
* @param {*} [options] Override http request option.
|
|
1796
|
+
* @throws {RequiredError}
|
|
1797
|
+
*/
|
|
1798
|
+
async fusionGetToken2(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
|
|
1799
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.fusionGetToken2(options);
|
|
1800
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1801
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.fusionGetToken2']?.[localVarOperationServerIndex]?.url;
|
|
1802
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1803
|
+
},
|
|
1804
|
+
/**
|
|
1805
|
+
*
|
|
1806
|
+
* @param {*} [options] Override http request option.
|
|
1807
|
+
* @throws {RequiredError}
|
|
1808
|
+
*/
|
|
1809
|
+
async fusionGetToken3(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
|
|
1810
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.fusionGetToken3(options);
|
|
1811
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1812
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.fusionGetToken3']?.[localVarOperationServerIndex]?.url;
|
|
1813
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1814
|
+
},
|
|
1815
|
+
/**
|
|
1816
|
+
*
|
|
1817
|
+
* @param {*} [options] Override http request option.
|
|
1818
|
+
* @throws {RequiredError}
|
|
1819
|
+
*/
|
|
1820
|
+
async fusionGetToken4(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
|
|
1821
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.fusionGetToken4(options);
|
|
1822
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1823
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.fusionGetToken4']?.[localVarOperationServerIndex]?.url;
|
|
1824
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1825
|
+
},
|
|
1826
|
+
/**
|
|
1827
|
+
*
|
|
1828
|
+
* @param {*} [options] Override http request option.
|
|
1829
|
+
* @throws {RequiredError}
|
|
1830
|
+
*/
|
|
1831
|
+
async fusionGetToken5(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
|
|
1832
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.fusionGetToken5(options);
|
|
1833
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1834
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.fusionGetToken5']?.[localVarOperationServerIndex]?.url;
|
|
1835
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1836
|
+
},
|
|
1837
|
+
/**
|
|
1838
|
+
*
|
|
1839
|
+
* @param {*} [options] Override http request option.
|
|
1840
|
+
* @throws {RequiredError}
|
|
1841
|
+
*/
|
|
1842
|
+
async getCode(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
|
|
1843
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getCode(options);
|
|
1844
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1845
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.getCode']?.[localVarOperationServerIndex]?.url;
|
|
1846
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1847
|
+
},
|
|
1848
|
+
/**
|
|
1849
|
+
*
|
|
1850
|
+
* @param {*} [options] Override http request option.
|
|
1851
|
+
* @throws {RequiredError}
|
|
1852
|
+
*/
|
|
1853
|
+
async getLoginMode(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
|
|
1854
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getLoginMode(options);
|
|
1855
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1856
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.getLoginMode']?.[localVarOperationServerIndex]?.url;
|
|
1857
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1858
|
+
},
|
|
1859
|
+
/**
|
|
1860
|
+
*
|
|
1861
|
+
* @summary 获取园区数据
|
|
1862
|
+
* @param {string} uuid
|
|
1863
|
+
* @param {number} type
|
|
1864
|
+
* @param {number} parkId
|
|
1865
|
+
* @param {*} [options] Override http request option.
|
|
1866
|
+
* @throws {RequiredError}
|
|
1867
|
+
*/
|
|
1868
|
+
async getPark(uuid: string, type: number, parkId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
1869
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getPark(uuid, type, parkId, options);
|
|
1870
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1871
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.getPark']?.[localVarOperationServerIndex]?.url;
|
|
1872
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1873
|
+
},
|
|
1874
|
+
/**
|
|
1875
|
+
*
|
|
1876
|
+
* @summary 获取集团园区数据
|
|
1877
|
+
* @param {number} groupId 集团id
|
|
1878
|
+
* @param {*} [options] Override http request option.
|
|
1879
|
+
* @throws {RequiredError}
|
|
1880
|
+
*/
|
|
1881
|
+
async getParkByGroupId(groupId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
1882
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getParkByGroupId(groupId, options);
|
|
1883
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1884
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.getParkByGroupId']?.[localVarOperationServerIndex]?.url;
|
|
1885
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1886
|
+
},
|
|
1887
|
+
/**
|
|
1888
|
+
*
|
|
1889
|
+
* @summary 获取园区数据
|
|
1890
|
+
* @param {string} uuid
|
|
1891
|
+
* @param {number} type
|
|
1892
|
+
* @param {number} parkId
|
|
1893
|
+
* @param {string} appId
|
|
1894
|
+
* @param {*} [options] Override http request option.
|
|
1895
|
+
* @throws {RequiredError}
|
|
1896
|
+
*/
|
|
1897
|
+
async getParkMiniApp(uuid: string, type: number, parkId: number, appId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
1898
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getParkMiniApp(uuid, type, parkId, appId, options);
|
|
1899
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1900
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.getParkMiniApp']?.[localVarOperationServerIndex]?.url;
|
|
1901
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1902
|
+
},
|
|
1903
|
+
/**
|
|
1904
|
+
*
|
|
1905
|
+
* @param {number} parkId
|
|
1906
|
+
* @param {*} [options] Override http request option.
|
|
1907
|
+
* @throws {RequiredError}
|
|
1908
|
+
*/
|
|
1909
|
+
async getRouters(parkId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
|
|
1910
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getRouters(parkId, options);
|
|
1911
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1912
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.getRouters']?.[localVarOperationServerIndex]?.url;
|
|
1913
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1914
|
+
},
|
|
1915
|
+
/**
|
|
1916
|
+
*
|
|
1917
|
+
* @param {*} [options] Override http request option.
|
|
1918
|
+
* @throws {RequiredError}
|
|
1919
|
+
*/
|
|
1920
|
+
async getRoutersAll(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
|
|
1921
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getRoutersAll(options);
|
|
1922
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1923
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.getRoutersAll']?.[localVarOperationServerIndex]?.url;
|
|
1924
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1925
|
+
},
|
|
1926
|
+
/**
|
|
1927
|
+
*
|
|
1928
|
+
* @param {*} [options] Override http request option.
|
|
1929
|
+
* @throws {RequiredError}
|
|
1930
|
+
*/
|
|
1931
|
+
async getTokenByHttp(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
|
|
1932
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getTokenByHttp(options);
|
|
1933
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1934
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.getTokenByHttp']?.[localVarOperationServerIndex]?.url;
|
|
1935
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1936
|
+
},
|
|
1937
|
+
/**
|
|
1938
|
+
*
|
|
1939
|
+
* @param {*} [options] Override http request option.
|
|
1940
|
+
* @throws {RequiredError}
|
|
1941
|
+
*/
|
|
1942
|
+
async getTokenByHttp1(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
|
|
1943
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getTokenByHttp1(options);
|
|
1944
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1945
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.getTokenByHttp1']?.[localVarOperationServerIndex]?.url;
|
|
1946
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1947
|
+
},
|
|
1948
|
+
/**
|
|
1949
|
+
*
|
|
1950
|
+
* @param {*} [options] Override http request option.
|
|
1951
|
+
* @throws {RequiredError}
|
|
1952
|
+
*/
|
|
1953
|
+
async getTokenByHttp2(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
|
|
1954
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getTokenByHttp2(options);
|
|
1955
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1956
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.getTokenByHttp2']?.[localVarOperationServerIndex]?.url;
|
|
1957
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1958
|
+
},
|
|
1959
|
+
/**
|
|
1960
|
+
*
|
|
1961
|
+
* @param {*} [options] Override http request option.
|
|
1962
|
+
* @throws {RequiredError}
|
|
1963
|
+
*/
|
|
1964
|
+
async getTokenByHttp3(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
|
|
1965
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getTokenByHttp3(options);
|
|
1966
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1967
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.getTokenByHttp3']?.[localVarOperationServerIndex]?.url;
|
|
1968
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1969
|
+
},
|
|
1970
|
+
/**
|
|
1971
|
+
*
|
|
1972
|
+
* @param {*} [options] Override http request option.
|
|
1973
|
+
* @throws {RequiredError}
|
|
1974
|
+
*/
|
|
1975
|
+
async getTokenByHttp4(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
|
|
1976
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getTokenByHttp4(options);
|
|
1977
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1978
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.getTokenByHttp4']?.[localVarOperationServerIndex]?.url;
|
|
1979
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1980
|
+
},
|
|
1981
|
+
/**
|
|
1982
|
+
*
|
|
1983
|
+
* @param {*} [options] Override http request option.
|
|
1984
|
+
* @throws {RequiredError}
|
|
1985
|
+
*/
|
|
1986
|
+
async getTokenByHttp5(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
|
|
1987
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getTokenByHttp5(options);
|
|
1988
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1989
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.getTokenByHttp5']?.[localVarOperationServerIndex]?.url;
|
|
1990
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1991
|
+
},
|
|
1992
|
+
/**
|
|
1993
|
+
*
|
|
1994
|
+
* @summary 获取用户信息
|
|
1995
|
+
* @param {number} parkId
|
|
1996
|
+
* @param {*} [options] Override http request option.
|
|
1997
|
+
* @throws {RequiredError}
|
|
1998
|
+
*/
|
|
1999
|
+
async getUserRolesAndPermissions(parkId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserRolesAndPermissionsDTO>> {
|
|
2000
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getUserRolesAndPermissions(parkId, options);
|
|
2001
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2002
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.getUserRolesAndPermissions']?.[localVarOperationServerIndex]?.url;
|
|
2003
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2004
|
+
},
|
|
2005
|
+
/**
|
|
2006
|
+
*
|
|
2007
|
+
* @param {LoginBody} loginBody
|
|
2008
|
+
* @param {*} [options] Override http request option.
|
|
2009
|
+
* @throws {RequiredError}
|
|
2010
|
+
*/
|
|
2011
|
+
async login(loginBody: LoginBody, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
|
|
2012
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.login(loginBody, options);
|
|
2013
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2014
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.login']?.[localVarOperationServerIndex]?.url;
|
|
2015
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2016
|
+
},
|
|
2017
|
+
/**
|
|
2018
|
+
*
|
|
2019
|
+
* @summary 微信小程序登录
|
|
2020
|
+
* @param {AppLoginWxChatDto} appLoginWxChatDto
|
|
2021
|
+
* @param {*} [options] Override http request option.
|
|
2022
|
+
* @throws {RequiredError}
|
|
2023
|
+
*/
|
|
2024
|
+
async loginByCodeV2(appLoginWxChatDto: AppLoginWxChatDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
2025
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.loginByCodeV2(appLoginWxChatDto, options);
|
|
2026
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2027
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.loginByCodeV2']?.[localVarOperationServerIndex]?.url;
|
|
2028
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2029
|
+
},
|
|
2030
|
+
/**
|
|
2031
|
+
*
|
|
2032
|
+
* @summary openId换取登录token
|
|
2033
|
+
* @param {AppObtainToken} appObtainToken
|
|
2034
|
+
* @param {*} [options] Override http request option.
|
|
2035
|
+
* @throws {RequiredError}
|
|
2036
|
+
*/
|
|
2037
|
+
async loginByOpenId(appObtainToken: AppObtainToken, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
|
|
2038
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.loginByOpenId(appObtainToken, options);
|
|
2039
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2040
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.loginByOpenId']?.[localVarOperationServerIndex]?.url;
|
|
2041
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2042
|
+
},
|
|
2043
|
+
/**
|
|
2044
|
+
*
|
|
2045
|
+
* @summary 微信公众号登录
|
|
2046
|
+
* @param {AppLoginWxChatPubDto} appLoginWxChatPubDto
|
|
2047
|
+
* @param {*} [options] Override http request option.
|
|
2048
|
+
* @throws {RequiredError}
|
|
2049
|
+
*/
|
|
2050
|
+
async loginByWechatPublic(appLoginWxChatPubDto: AppLoginWxChatPubDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
|
|
2051
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.loginByWechatPublic(appLoginWxChatPubDto, options);
|
|
2052
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2053
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.loginByWechatPublic']?.[localVarOperationServerIndex]?.url;
|
|
2054
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2055
|
+
},
|
|
2056
|
+
/**
|
|
2057
|
+
*
|
|
2058
|
+
* @summary 手机号验证码登录
|
|
2059
|
+
* @param {SysLoginCodeDto} sysLoginCodeDto
|
|
2060
|
+
* @param {*} [options] Override http request option.
|
|
2061
|
+
* @throws {RequiredError}
|
|
2062
|
+
*/
|
|
2063
|
+
async loginPhoneCode(sysLoginCodeDto: SysLoginCodeDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
|
|
2064
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.loginPhoneCode(sysLoginCodeDto, options);
|
|
2065
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2066
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.loginPhoneCode']?.[localVarOperationServerIndex]?.url;
|
|
2067
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2068
|
+
},
|
|
2069
|
+
/**
|
|
2070
|
+
*
|
|
2071
|
+
* @summary 新希望登录
|
|
2072
|
+
* @param {string} token
|
|
2073
|
+
* @param {string} tenantId
|
|
2074
|
+
* @param {*} [options] Override http request option.
|
|
2075
|
+
* @throws {RequiredError}
|
|
2076
|
+
*/
|
|
2077
|
+
async newHopeLogin(token: string, tenantId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
|
|
2078
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.newHopeLogin(token, tenantId, options);
|
|
2079
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2080
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.newHopeLogin']?.[localVarOperationServerIndex]?.url;
|
|
2081
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2082
|
+
},
|
|
2083
|
+
/**
|
|
2084
|
+
*
|
|
2085
|
+
* @param {string} cid
|
|
2086
|
+
* @param {string} payload
|
|
2087
|
+
* @param {*} [options] Override http request option.
|
|
2088
|
+
* @throws {RequiredError}
|
|
2089
|
+
*/
|
|
2090
|
+
async pushMsg(cid: string, payload: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
2091
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.pushMsg(cid, payload, options);
|
|
2092
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2093
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.pushMsg']?.[localVarOperationServerIndex]?.url;
|
|
2094
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2095
|
+
},
|
|
2096
|
+
/**
|
|
2097
|
+
*
|
|
2098
|
+
* @param {string} phone
|
|
2099
|
+
* @param {string} templateCode
|
|
2100
|
+
* @param {*} [options] Override http request option.
|
|
2101
|
+
* @throws {RequiredError}
|
|
2102
|
+
*/
|
|
2103
|
+
async sendSms(phone: string, templateCode: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>> {
|
|
2104
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.sendSms(phone, templateCode, options);
|
|
2105
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2106
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.sendSms']?.[localVarOperationServerIndex]?.url;
|
|
2107
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2108
|
+
},
|
|
2109
|
+
/**
|
|
2110
|
+
*
|
|
2111
|
+
* @param {string} phone
|
|
2112
|
+
* @param {string} templateCode
|
|
2113
|
+
* @param {*} [options] Override http request option.
|
|
2114
|
+
* @throws {RequiredError}
|
|
2115
|
+
*/
|
|
2116
|
+
async sendSms1(phone: string, templateCode: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>> {
|
|
2117
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.sendSms1(phone, templateCode, options);
|
|
2118
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2119
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.sendSms1']?.[localVarOperationServerIndex]?.url;
|
|
2120
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2121
|
+
},
|
|
2122
|
+
/**
|
|
2123
|
+
*
|
|
2124
|
+
* @summary 小程序切换园区
|
|
2125
|
+
* @param {SwitchPakBody} switchPakBody
|
|
2126
|
+
* @param {*} [options] Override http request option.
|
|
2127
|
+
* @throws {RequiredError}
|
|
2128
|
+
*/
|
|
2129
|
+
async switchPark(switchPakBody: SwitchPakBody, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
|
|
2130
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.switchPark(switchPakBody, options);
|
|
2131
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2132
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.switchPark']?.[localVarOperationServerIndex]?.url;
|
|
2133
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2134
|
+
},
|
|
2135
|
+
/**
|
|
2136
|
+
*
|
|
2137
|
+
* @param {SwitchPakBody} switchPakBody
|
|
2138
|
+
* @param {*} [options] Override http request option.
|
|
2139
|
+
* @throws {RequiredError}
|
|
2140
|
+
*/
|
|
2141
|
+
async switchParkToken(switchPakBody: SwitchPakBody, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
|
|
2142
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.switchParkToken(switchPakBody, options);
|
|
2143
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2144
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.switchParkToken']?.[localVarOperationServerIndex]?.url;
|
|
2145
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2146
|
+
},
|
|
2147
|
+
/**
|
|
2148
|
+
*
|
|
2149
|
+
* @summary 切换园区
|
|
2150
|
+
* @param {SwitchPakBodyV2Vo} switchPakBodyV2Vo
|
|
2151
|
+
* @param {*} [options] Override http request option.
|
|
2152
|
+
* @throws {RequiredError}
|
|
2153
|
+
*/
|
|
2154
|
+
async switchParkV2(switchPakBodyV2Vo: SwitchPakBodyV2Vo, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultSwitchParkV2DTO>> {
|
|
2155
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.switchParkV2(switchPakBodyV2Vo, options);
|
|
2156
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2157
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.switchParkV2']?.[localVarOperationServerIndex]?.url;
|
|
2158
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2159
|
+
},
|
|
2160
|
+
}
|
|
2161
|
+
};
|
|
2162
|
+
|
|
2163
|
+
/**
|
|
2164
|
+
* AuthApi - factory interface
|
|
2165
|
+
* @export
|
|
2166
|
+
*/
|
|
2167
|
+
export const AuthApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
2168
|
+
const localVarFp = AuthApiFp(configuration)
|
|
2169
|
+
return {
|
|
2170
|
+
/**
|
|
2171
|
+
*
|
|
2172
|
+
* @summary 账号密码登录
|
|
2173
|
+
* @param {AuthApiAppLoginByMobileRequest} requestParameters Request parameters.
|
|
2174
|
+
* @param {*} [options] Override http request option.
|
|
2175
|
+
* @throws {RequiredError}
|
|
2176
|
+
*/
|
|
2177
|
+
appLoginByMobile(requestParameters: AuthApiAppLoginByMobileRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
2178
|
+
return localVarFp.appLoginByMobile(requestParameters.appLoginPasswordDto, options).then((request) => request(axios, basePath));
|
|
2179
|
+
},
|
|
2180
|
+
/**
|
|
2181
|
+
*
|
|
2182
|
+
* @summary 手机号/邮箱验证码登录
|
|
2183
|
+
* @param {AuthApiAppLoginBySMSCodeRequest} requestParameters Request parameters.
|
|
2184
|
+
* @param {*} [options] Override http request option.
|
|
2185
|
+
* @throws {RequiredError}
|
|
2186
|
+
*/
|
|
2187
|
+
appLoginBySMSCode(requestParameters: AuthApiAppLoginBySMSCodeRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
2188
|
+
return localVarFp.appLoginBySMSCode(requestParameters.appLoginCodeDto, options).then((request) => request(axios, basePath));
|
|
2189
|
+
},
|
|
2190
|
+
/**
|
|
2191
|
+
*
|
|
2192
|
+
* @summary 绑定邮箱
|
|
2193
|
+
* @param {AuthApiBindEmailRequest} requestParameters Request parameters.
|
|
2194
|
+
* @param {*} [options] Override http request option.
|
|
2195
|
+
* @throws {RequiredError}
|
|
2196
|
+
*/
|
|
2197
|
+
bindEmail(requestParameters: AuthApiBindEmailRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean> {
|
|
2198
|
+
return localVarFp.bindEmail(requestParameters.userBindBody, options).then((request) => request(axios, basePath));
|
|
2199
|
+
},
|
|
2200
|
+
/**
|
|
2201
|
+
*
|
|
2202
|
+
* @summary 绑定手机号
|
|
2203
|
+
* @param {AuthApiBindPhoneRequest} requestParameters Request parameters.
|
|
2204
|
+
* @param {*} [options] Override http request option.
|
|
2205
|
+
* @throws {RequiredError}
|
|
2206
|
+
*/
|
|
2207
|
+
bindPhone(requestParameters: AuthApiBindPhoneRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean> {
|
|
2208
|
+
return localVarFp.bindPhone(requestParameters.userBindBody, options).then((request) => request(axios, basePath));
|
|
2209
|
+
},
|
|
2210
|
+
/**
|
|
2211
|
+
*
|
|
2212
|
+
* @param {AuthApiBindingCIdRequest} requestParameters Request parameters.
|
|
2213
|
+
* @param {*} [options] Override http request option.
|
|
2214
|
+
* @throws {RequiredError}
|
|
2215
|
+
*/
|
|
2216
|
+
bindingCId(requestParameters: AuthApiBindingCIdRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
2217
|
+
return localVarFp.bindingCId(requestParameters.cId, options).then((request) => request(axios, basePath));
|
|
2218
|
+
},
|
|
2219
|
+
/**
|
|
2220
|
+
*
|
|
2221
|
+
* @summary 注销账号
|
|
2222
|
+
* @param {*} [options] Override http request option.
|
|
2223
|
+
* @throws {RequiredError}
|
|
2224
|
+
*/
|
|
2225
|
+
cancelAccount(options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean> {
|
|
2226
|
+
return localVarFp.cancelAccount(options).then((request) => request(axios, basePath));
|
|
2227
|
+
},
|
|
2228
|
+
/**
|
|
2229
|
+
*
|
|
2230
|
+
* @summary token是否有效
|
|
2231
|
+
* @param {*} [options] Override http request option.
|
|
2232
|
+
* @throws {RequiredError}
|
|
2233
|
+
*/
|
|
2234
|
+
checkToken(options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean> {
|
|
2235
|
+
return localVarFp.checkToken(options).then((request) => request(axios, basePath));
|
|
2236
|
+
},
|
|
2237
|
+
/**
|
|
2238
|
+
*
|
|
2239
|
+
* @summary APP选择园区
|
|
2240
|
+
* @param {AuthApiChooseParkRequest} requestParameters Request parameters.
|
|
2241
|
+
* @param {*} [options] Override http request option.
|
|
2242
|
+
* @throws {RequiredError}
|
|
2243
|
+
*/
|
|
2244
|
+
choosePark(requestParameters: AuthApiChooseParkRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultString> {
|
|
2245
|
+
return localVarFp.choosePark(requestParameters.choosePakBody, options).then((request) => request(axios, basePath));
|
|
2246
|
+
},
|
|
2247
|
+
/**
|
|
2248
|
+
*
|
|
2249
|
+
* @summary 发送验证码
|
|
2250
|
+
* @param {AuthApiCode1Request} requestParameters Request parameters.
|
|
2251
|
+
* @param {*} [options] Override http request option.
|
|
2252
|
+
* @throws {RequiredError}
|
|
2253
|
+
*/
|
|
2254
|
+
code1(requestParameters: AuthApiCode1Request, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
2255
|
+
return localVarFp.code1(requestParameters.email, requestParameters.language, options).then((request) => request(axios, basePath));
|
|
2256
|
+
},
|
|
2257
|
+
/**
|
|
2258
|
+
*
|
|
2259
|
+
* @param {*} [options] Override http request option.
|
|
2260
|
+
* @throws {RequiredError}
|
|
2261
|
+
*/
|
|
2262
|
+
fusionGetToken(options?: RawAxiosRequestConfig): AxiosPromise<string> {
|
|
2263
|
+
return localVarFp.fusionGetToken(options).then((request) => request(axios, basePath));
|
|
2264
|
+
},
|
|
2265
|
+
/**
|
|
2266
|
+
*
|
|
2267
|
+
* @param {*} [options] Override http request option.
|
|
2268
|
+
* @throws {RequiredError}
|
|
2269
|
+
*/
|
|
2270
|
+
fusionGetToken1(options?: RawAxiosRequestConfig): AxiosPromise<string> {
|
|
2271
|
+
return localVarFp.fusionGetToken1(options).then((request) => request(axios, basePath));
|
|
2272
|
+
},
|
|
2273
|
+
/**
|
|
2274
|
+
*
|
|
2275
|
+
* @param {*} [options] Override http request option.
|
|
2276
|
+
* @throws {RequiredError}
|
|
2277
|
+
*/
|
|
2278
|
+
fusionGetToken2(options?: RawAxiosRequestConfig): AxiosPromise<string> {
|
|
2279
|
+
return localVarFp.fusionGetToken2(options).then((request) => request(axios, basePath));
|
|
2280
|
+
},
|
|
2281
|
+
/**
|
|
2282
|
+
*
|
|
2283
|
+
* @param {*} [options] Override http request option.
|
|
2284
|
+
* @throws {RequiredError}
|
|
2285
|
+
*/
|
|
2286
|
+
fusionGetToken3(options?: RawAxiosRequestConfig): AxiosPromise<string> {
|
|
2287
|
+
return localVarFp.fusionGetToken3(options).then((request) => request(axios, basePath));
|
|
2288
|
+
},
|
|
2289
|
+
/**
|
|
2290
|
+
*
|
|
2291
|
+
* @param {*} [options] Override http request option.
|
|
2292
|
+
* @throws {RequiredError}
|
|
2293
|
+
*/
|
|
2294
|
+
fusionGetToken4(options?: RawAxiosRequestConfig): AxiosPromise<string> {
|
|
2295
|
+
return localVarFp.fusionGetToken4(options).then((request) => request(axios, basePath));
|
|
2296
|
+
},
|
|
2297
|
+
/**
|
|
2298
|
+
*
|
|
2299
|
+
* @param {*} [options] Override http request option.
|
|
2300
|
+
* @throws {RequiredError}
|
|
2301
|
+
*/
|
|
2302
|
+
fusionGetToken5(options?: RawAxiosRequestConfig): AxiosPromise<string> {
|
|
2303
|
+
return localVarFp.fusionGetToken5(options).then((request) => request(axios, basePath));
|
|
2304
|
+
},
|
|
2305
|
+
/**
|
|
2306
|
+
*
|
|
2307
|
+
* @param {*} [options] Override http request option.
|
|
2308
|
+
* @throws {RequiredError}
|
|
2309
|
+
*/
|
|
2310
|
+
getCode(options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
|
|
2311
|
+
return localVarFp.getCode(options).then((request) => request(axios, basePath));
|
|
2312
|
+
},
|
|
2313
|
+
/**
|
|
2314
|
+
*
|
|
2315
|
+
* @param {*} [options] Override http request option.
|
|
2316
|
+
* @throws {RequiredError}
|
|
2317
|
+
*/
|
|
2318
|
+
getLoginMode(options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
|
|
2319
|
+
return localVarFp.getLoginMode(options).then((request) => request(axios, basePath));
|
|
2320
|
+
},
|
|
2321
|
+
/**
|
|
2322
|
+
*
|
|
2323
|
+
* @summary 获取园区数据
|
|
2324
|
+
* @param {AuthApiGetParkRequest} requestParameters Request parameters.
|
|
2325
|
+
* @param {*} [options] Override http request option.
|
|
2326
|
+
* @throws {RequiredError}
|
|
2327
|
+
*/
|
|
2328
|
+
getPark(requestParameters: AuthApiGetParkRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
2329
|
+
return localVarFp.getPark(requestParameters.uuid, requestParameters.type, requestParameters.parkId, options).then((request) => request(axios, basePath));
|
|
2330
|
+
},
|
|
2331
|
+
/**
|
|
2332
|
+
*
|
|
2333
|
+
* @summary 获取集团园区数据
|
|
2334
|
+
* @param {AuthApiGetParkByGroupIdRequest} requestParameters Request parameters.
|
|
2335
|
+
* @param {*} [options] Override http request option.
|
|
2336
|
+
* @throws {RequiredError}
|
|
2337
|
+
*/
|
|
2338
|
+
getParkByGroupId(requestParameters: AuthApiGetParkByGroupIdRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
2339
|
+
return localVarFp.getParkByGroupId(requestParameters.groupId, options).then((request) => request(axios, basePath));
|
|
2340
|
+
},
|
|
2341
|
+
/**
|
|
2342
|
+
*
|
|
2343
|
+
* @summary 获取园区数据
|
|
2344
|
+
* @param {AuthApiGetParkMiniAppRequest} requestParameters Request parameters.
|
|
2345
|
+
* @param {*} [options] Override http request option.
|
|
2346
|
+
* @throws {RequiredError}
|
|
2347
|
+
*/
|
|
2348
|
+
getParkMiniApp(requestParameters: AuthApiGetParkMiniAppRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
2349
|
+
return localVarFp.getParkMiniApp(requestParameters.uuid, requestParameters.type, requestParameters.parkId, requestParameters.appId, options).then((request) => request(axios, basePath));
|
|
2350
|
+
},
|
|
2351
|
+
/**
|
|
2352
|
+
*
|
|
2353
|
+
* @param {AuthApiGetRoutersRequest} requestParameters Request parameters.
|
|
2354
|
+
* @param {*} [options] Override http request option.
|
|
2355
|
+
* @throws {RequiredError}
|
|
2356
|
+
*/
|
|
2357
|
+
getRouters(requestParameters: AuthApiGetRoutersRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
|
|
2358
|
+
return localVarFp.getRouters(requestParameters.parkId, options).then((request) => request(axios, basePath));
|
|
2359
|
+
},
|
|
2360
|
+
/**
|
|
2361
|
+
*
|
|
2362
|
+
* @param {*} [options] Override http request option.
|
|
2363
|
+
* @throws {RequiredError}
|
|
2364
|
+
*/
|
|
2365
|
+
getRoutersAll(options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
|
|
2366
|
+
return localVarFp.getRoutersAll(options).then((request) => request(axios, basePath));
|
|
2367
|
+
},
|
|
2368
|
+
/**
|
|
2369
|
+
*
|
|
2370
|
+
* @param {*} [options] Override http request option.
|
|
2371
|
+
* @throws {RequiredError}
|
|
2372
|
+
*/
|
|
2373
|
+
getTokenByHttp(options?: RawAxiosRequestConfig): AxiosPromise<string> {
|
|
2374
|
+
return localVarFp.getTokenByHttp(options).then((request) => request(axios, basePath));
|
|
2375
|
+
},
|
|
2376
|
+
/**
|
|
2377
|
+
*
|
|
2378
|
+
* @param {*} [options] Override http request option.
|
|
2379
|
+
* @throws {RequiredError}
|
|
2380
|
+
*/
|
|
2381
|
+
getTokenByHttp1(options?: RawAxiosRequestConfig): AxiosPromise<string> {
|
|
2382
|
+
return localVarFp.getTokenByHttp1(options).then((request) => request(axios, basePath));
|
|
2383
|
+
},
|
|
2384
|
+
/**
|
|
2385
|
+
*
|
|
2386
|
+
* @param {*} [options] Override http request option.
|
|
2387
|
+
* @throws {RequiredError}
|
|
2388
|
+
*/
|
|
2389
|
+
getTokenByHttp2(options?: RawAxiosRequestConfig): AxiosPromise<string> {
|
|
2390
|
+
return localVarFp.getTokenByHttp2(options).then((request) => request(axios, basePath));
|
|
2391
|
+
},
|
|
2392
|
+
/**
|
|
2393
|
+
*
|
|
2394
|
+
* @param {*} [options] Override http request option.
|
|
2395
|
+
* @throws {RequiredError}
|
|
2396
|
+
*/
|
|
2397
|
+
getTokenByHttp3(options?: RawAxiosRequestConfig): AxiosPromise<string> {
|
|
2398
|
+
return localVarFp.getTokenByHttp3(options).then((request) => request(axios, basePath));
|
|
2399
|
+
},
|
|
2400
|
+
/**
|
|
2401
|
+
*
|
|
2402
|
+
* @param {*} [options] Override http request option.
|
|
2403
|
+
* @throws {RequiredError}
|
|
2404
|
+
*/
|
|
2405
|
+
getTokenByHttp4(options?: RawAxiosRequestConfig): AxiosPromise<string> {
|
|
2406
|
+
return localVarFp.getTokenByHttp4(options).then((request) => request(axios, basePath));
|
|
2407
|
+
},
|
|
2408
|
+
/**
|
|
2409
|
+
*
|
|
2410
|
+
* @param {*} [options] Override http request option.
|
|
2411
|
+
* @throws {RequiredError}
|
|
2412
|
+
*/
|
|
2413
|
+
getTokenByHttp5(options?: RawAxiosRequestConfig): AxiosPromise<string> {
|
|
2414
|
+
return localVarFp.getTokenByHttp5(options).then((request) => request(axios, basePath));
|
|
2415
|
+
},
|
|
2416
|
+
/**
|
|
2417
|
+
*
|
|
2418
|
+
* @summary 获取用户信息
|
|
2419
|
+
* @param {AuthApiGetUserRolesAndPermissionsRequest} requestParameters Request parameters.
|
|
2420
|
+
* @param {*} [options] Override http request option.
|
|
2421
|
+
* @throws {RequiredError}
|
|
2422
|
+
*/
|
|
2423
|
+
getUserRolesAndPermissions(requestParameters: AuthApiGetUserRolesAndPermissionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<UserRolesAndPermissionsDTO> {
|
|
2424
|
+
return localVarFp.getUserRolesAndPermissions(requestParameters.parkId, options).then((request) => request(axios, basePath));
|
|
2425
|
+
},
|
|
2426
|
+
/**
|
|
2427
|
+
*
|
|
2428
|
+
* @param {AuthApiLoginRequest} requestParameters Request parameters.
|
|
2429
|
+
* @param {*} [options] Override http request option.
|
|
2430
|
+
* @throws {RequiredError}
|
|
2431
|
+
*/
|
|
2432
|
+
login(requestParameters: AuthApiLoginRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
|
|
2433
|
+
return localVarFp.login(requestParameters.loginBody, options).then((request) => request(axios, basePath));
|
|
2434
|
+
},
|
|
2435
|
+
/**
|
|
2436
|
+
*
|
|
2437
|
+
* @summary 微信小程序登录
|
|
2438
|
+
* @param {AuthApiLoginByCodeV2Request} requestParameters Request parameters.
|
|
2439
|
+
* @param {*} [options] Override http request option.
|
|
2440
|
+
* @throws {RequiredError}
|
|
2441
|
+
*/
|
|
2442
|
+
loginByCodeV2(requestParameters: AuthApiLoginByCodeV2Request, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
2443
|
+
return localVarFp.loginByCodeV2(requestParameters.appLoginWxChatDto, options).then((request) => request(axios, basePath));
|
|
2444
|
+
},
|
|
2445
|
+
/**
|
|
2446
|
+
*
|
|
2447
|
+
* @summary openId换取登录token
|
|
2448
|
+
* @param {AuthApiLoginByOpenIdRequest} requestParameters Request parameters.
|
|
2449
|
+
* @param {*} [options] Override http request option.
|
|
2450
|
+
* @throws {RequiredError}
|
|
2451
|
+
*/
|
|
2452
|
+
loginByOpenId(requestParameters: AuthApiLoginByOpenIdRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
|
|
2453
|
+
return localVarFp.loginByOpenId(requestParameters.appObtainToken, options).then((request) => request(axios, basePath));
|
|
2454
|
+
},
|
|
2455
|
+
/**
|
|
2456
|
+
*
|
|
2457
|
+
* @summary 微信公众号登录
|
|
2458
|
+
* @param {AuthApiLoginByWechatPublicRequest} requestParameters Request parameters.
|
|
2459
|
+
* @param {*} [options] Override http request option.
|
|
2460
|
+
* @throws {RequiredError}
|
|
2461
|
+
*/
|
|
2462
|
+
loginByWechatPublic(requestParameters: AuthApiLoginByWechatPublicRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
|
|
2463
|
+
return localVarFp.loginByWechatPublic(requestParameters.appLoginWxChatPubDto, options).then((request) => request(axios, basePath));
|
|
2464
|
+
},
|
|
2465
|
+
/**
|
|
2466
|
+
*
|
|
2467
|
+
* @summary 手机号验证码登录
|
|
2468
|
+
* @param {AuthApiLoginPhoneCodeRequest} requestParameters Request parameters.
|
|
2469
|
+
* @param {*} [options] Override http request option.
|
|
2470
|
+
* @throws {RequiredError}
|
|
2471
|
+
*/
|
|
2472
|
+
loginPhoneCode(requestParameters: AuthApiLoginPhoneCodeRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
|
|
2473
|
+
return localVarFp.loginPhoneCode(requestParameters.sysLoginCodeDto, options).then((request) => request(axios, basePath));
|
|
2474
|
+
},
|
|
2475
|
+
/**
|
|
2476
|
+
*
|
|
2477
|
+
* @summary 新希望登录
|
|
2478
|
+
* @param {AuthApiNewHopeLoginRequest} requestParameters Request parameters.
|
|
2479
|
+
* @param {*} [options] Override http request option.
|
|
2480
|
+
* @throws {RequiredError}
|
|
2481
|
+
*/
|
|
2482
|
+
newHopeLogin(requestParameters: AuthApiNewHopeLoginRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
|
|
2483
|
+
return localVarFp.newHopeLogin(requestParameters.token, requestParameters.tenantId, options).then((request) => request(axios, basePath));
|
|
2484
|
+
},
|
|
2485
|
+
/**
|
|
2486
|
+
*
|
|
2487
|
+
* @param {AuthApiPushMsgRequest} requestParameters Request parameters.
|
|
2488
|
+
* @param {*} [options] Override http request option.
|
|
2489
|
+
* @throws {RequiredError}
|
|
2490
|
+
*/
|
|
2491
|
+
pushMsg(requestParameters: AuthApiPushMsgRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
2492
|
+
return localVarFp.pushMsg(requestParameters.cid, requestParameters.payload, options).then((request) => request(axios, basePath));
|
|
2493
|
+
},
|
|
2494
|
+
/**
|
|
2495
|
+
*
|
|
2496
|
+
* @param {AuthApiSendSmsRequest} requestParameters Request parameters.
|
|
2497
|
+
* @param {*} [options] Override http request option.
|
|
2498
|
+
* @throws {RequiredError}
|
|
2499
|
+
*/
|
|
2500
|
+
sendSms(requestParameters: AuthApiSendSmsRequest, options?: RawAxiosRequestConfig): AxiosPromise<boolean> {
|
|
2501
|
+
return localVarFp.sendSms(requestParameters.phone, requestParameters.templateCode, options).then((request) => request(axios, basePath));
|
|
2502
|
+
},
|
|
2503
|
+
/**
|
|
2504
|
+
*
|
|
2505
|
+
* @param {AuthApiSendSms1Request} requestParameters Request parameters.
|
|
2506
|
+
* @param {*} [options] Override http request option.
|
|
2507
|
+
* @throws {RequiredError}
|
|
2508
|
+
*/
|
|
2509
|
+
sendSms1(requestParameters: AuthApiSendSms1Request, options?: RawAxiosRequestConfig): AxiosPromise<boolean> {
|
|
2510
|
+
return localVarFp.sendSms1(requestParameters.phone, requestParameters.templateCode, options).then((request) => request(axios, basePath));
|
|
2511
|
+
},
|
|
2512
|
+
/**
|
|
2513
|
+
*
|
|
2514
|
+
* @summary 小程序切换园区
|
|
2515
|
+
* @param {AuthApiSwitchParkRequest} requestParameters Request parameters.
|
|
2516
|
+
* @param {*} [options] Override http request option.
|
|
2517
|
+
* @throws {RequiredError}
|
|
2518
|
+
*/
|
|
2519
|
+
switchPark(requestParameters: AuthApiSwitchParkRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
|
|
2520
|
+
return localVarFp.switchPark(requestParameters.switchPakBody, options).then((request) => request(axios, basePath));
|
|
2521
|
+
},
|
|
2522
|
+
/**
|
|
2523
|
+
*
|
|
2524
|
+
* @param {AuthApiSwitchParkTokenRequest} requestParameters Request parameters.
|
|
2525
|
+
* @param {*} [options] Override http request option.
|
|
2526
|
+
* @throws {RequiredError}
|
|
2527
|
+
*/
|
|
2528
|
+
switchParkToken(requestParameters: AuthApiSwitchParkTokenRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
|
|
2529
|
+
return localVarFp.switchParkToken(requestParameters.switchPakBody, options).then((request) => request(axios, basePath));
|
|
2530
|
+
},
|
|
2531
|
+
/**
|
|
2532
|
+
*
|
|
2533
|
+
* @summary 切换园区
|
|
2534
|
+
* @param {AuthApiSwitchParkV2Request} requestParameters Request parameters.
|
|
2535
|
+
* @param {*} [options] Override http request option.
|
|
2536
|
+
* @throws {RequiredError}
|
|
2537
|
+
*/
|
|
2538
|
+
switchParkV2(requestParameters: AuthApiSwitchParkV2Request, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultSwitchParkV2DTO> {
|
|
2539
|
+
return localVarFp.switchParkV2(requestParameters.switchPakBodyV2Vo, options).then((request) => request(axios, basePath));
|
|
2540
|
+
},
|
|
2541
|
+
};
|
|
2542
|
+
};
|
|
2543
|
+
|
|
2544
|
+
/**
|
|
2545
|
+
* Request parameters for appLoginByMobile operation in AuthApi.
|
|
2546
|
+
* @export
|
|
2547
|
+
* @interface AuthApiAppLoginByMobileRequest
|
|
2548
|
+
*/
|
|
2549
|
+
export interface AuthApiAppLoginByMobileRequest {
|
|
2550
|
+
/**
|
|
2551
|
+
*
|
|
2552
|
+
* @type {AppLoginPasswordDto}
|
|
2553
|
+
* @memberof AuthApiAppLoginByMobile
|
|
2554
|
+
*/
|
|
2555
|
+
readonly appLoginPasswordDto: AppLoginPasswordDto
|
|
2556
|
+
}
|
|
2557
|
+
|
|
2558
|
+
/**
|
|
2559
|
+
* Request parameters for appLoginBySMSCode operation in AuthApi.
|
|
2560
|
+
* @export
|
|
2561
|
+
* @interface AuthApiAppLoginBySMSCodeRequest
|
|
2562
|
+
*/
|
|
2563
|
+
export interface AuthApiAppLoginBySMSCodeRequest {
|
|
2564
|
+
/**
|
|
2565
|
+
*
|
|
2566
|
+
* @type {AppLoginCodeDto}
|
|
2567
|
+
* @memberof AuthApiAppLoginBySMSCode
|
|
2568
|
+
*/
|
|
2569
|
+
readonly appLoginCodeDto: AppLoginCodeDto
|
|
2570
|
+
}
|
|
2571
|
+
|
|
2572
|
+
/**
|
|
2573
|
+
* Request parameters for bindEmail operation in AuthApi.
|
|
2574
|
+
* @export
|
|
2575
|
+
* @interface AuthApiBindEmailRequest
|
|
2576
|
+
*/
|
|
2577
|
+
export interface AuthApiBindEmailRequest {
|
|
2578
|
+
/**
|
|
2579
|
+
*
|
|
2580
|
+
* @type {UserBindBody}
|
|
2581
|
+
* @memberof AuthApiBindEmail
|
|
2582
|
+
*/
|
|
2583
|
+
readonly userBindBody: UserBindBody
|
|
2584
|
+
}
|
|
2585
|
+
|
|
2586
|
+
/**
|
|
2587
|
+
* Request parameters for bindPhone operation in AuthApi.
|
|
2588
|
+
* @export
|
|
2589
|
+
* @interface AuthApiBindPhoneRequest
|
|
2590
|
+
*/
|
|
2591
|
+
export interface AuthApiBindPhoneRequest {
|
|
2592
|
+
/**
|
|
2593
|
+
*
|
|
2594
|
+
* @type {UserBindBody}
|
|
2595
|
+
* @memberof AuthApiBindPhone
|
|
2596
|
+
*/
|
|
2597
|
+
readonly userBindBody: UserBindBody
|
|
2598
|
+
}
|
|
2599
|
+
|
|
2600
|
+
/**
|
|
2601
|
+
* Request parameters for bindingCId operation in AuthApi.
|
|
2602
|
+
* @export
|
|
2603
|
+
* @interface AuthApiBindingCIdRequest
|
|
2604
|
+
*/
|
|
2605
|
+
export interface AuthApiBindingCIdRequest {
|
|
2606
|
+
/**
|
|
2607
|
+
*
|
|
2608
|
+
* @type {string}
|
|
2609
|
+
* @memberof AuthApiBindingCId
|
|
2610
|
+
*/
|
|
2611
|
+
readonly cId: string
|
|
2612
|
+
}
|
|
2613
|
+
|
|
2614
|
+
/**
|
|
2615
|
+
* Request parameters for choosePark operation in AuthApi.
|
|
2616
|
+
* @export
|
|
2617
|
+
* @interface AuthApiChooseParkRequest
|
|
2618
|
+
*/
|
|
2619
|
+
export interface AuthApiChooseParkRequest {
|
|
2620
|
+
/**
|
|
2621
|
+
*
|
|
2622
|
+
* @type {ChoosePakBody}
|
|
2623
|
+
* @memberof AuthApiChoosePark
|
|
2624
|
+
*/
|
|
2625
|
+
readonly choosePakBody: ChoosePakBody
|
|
2626
|
+
}
|
|
2627
|
+
|
|
2628
|
+
/**
|
|
2629
|
+
* Request parameters for code1 operation in AuthApi.
|
|
2630
|
+
* @export
|
|
2631
|
+
* @interface AuthApiCode1Request
|
|
2632
|
+
*/
|
|
2633
|
+
export interface AuthApiCode1Request {
|
|
2634
|
+
/**
|
|
2635
|
+
*
|
|
2636
|
+
* @type {string}
|
|
2637
|
+
* @memberof AuthApiCode1
|
|
2638
|
+
*/
|
|
2639
|
+
readonly email: string
|
|
2640
|
+
|
|
2641
|
+
/**
|
|
2642
|
+
*
|
|
2643
|
+
* @type {string}
|
|
2644
|
+
* @memberof AuthApiCode1
|
|
2645
|
+
*/
|
|
2646
|
+
readonly language: string
|
|
2647
|
+
}
|
|
2648
|
+
|
|
2649
|
+
/**
|
|
2650
|
+
* Request parameters for getPark operation in AuthApi.
|
|
2651
|
+
* @export
|
|
2652
|
+
* @interface AuthApiGetParkRequest
|
|
2653
|
+
*/
|
|
2654
|
+
export interface AuthApiGetParkRequest {
|
|
2655
|
+
/**
|
|
2656
|
+
*
|
|
2657
|
+
* @type {string}
|
|
2658
|
+
* @memberof AuthApiGetPark
|
|
2659
|
+
*/
|
|
2660
|
+
readonly uuid: string
|
|
2661
|
+
|
|
2662
|
+
/**
|
|
2663
|
+
*
|
|
2664
|
+
* @type {number}
|
|
2665
|
+
* @memberof AuthApiGetPark
|
|
2666
|
+
*/
|
|
2667
|
+
readonly type: number
|
|
2668
|
+
|
|
2669
|
+
/**
|
|
2670
|
+
*
|
|
2671
|
+
* @type {number}
|
|
2672
|
+
* @memberof AuthApiGetPark
|
|
2673
|
+
*/
|
|
2674
|
+
readonly parkId: number
|
|
2675
|
+
}
|
|
2676
|
+
|
|
2677
|
+
/**
|
|
2678
|
+
* Request parameters for getParkByGroupId operation in AuthApi.
|
|
2679
|
+
* @export
|
|
2680
|
+
* @interface AuthApiGetParkByGroupIdRequest
|
|
2681
|
+
*/
|
|
2682
|
+
export interface AuthApiGetParkByGroupIdRequest {
|
|
2683
|
+
/**
|
|
2684
|
+
* 集团id
|
|
2685
|
+
* @type {number}
|
|
2686
|
+
* @memberof AuthApiGetParkByGroupId
|
|
2687
|
+
*/
|
|
2688
|
+
readonly groupId: number
|
|
2689
|
+
}
|
|
2690
|
+
|
|
2691
|
+
/**
|
|
2692
|
+
* Request parameters for getParkMiniApp operation in AuthApi.
|
|
2693
|
+
* @export
|
|
2694
|
+
* @interface AuthApiGetParkMiniAppRequest
|
|
2695
|
+
*/
|
|
2696
|
+
export interface AuthApiGetParkMiniAppRequest {
|
|
2697
|
+
/**
|
|
2698
|
+
*
|
|
2699
|
+
* @type {string}
|
|
2700
|
+
* @memberof AuthApiGetParkMiniApp
|
|
2701
|
+
*/
|
|
2702
|
+
readonly uuid: string
|
|
2703
|
+
|
|
2704
|
+
/**
|
|
2705
|
+
*
|
|
2706
|
+
* @type {number}
|
|
2707
|
+
* @memberof AuthApiGetParkMiniApp
|
|
2708
|
+
*/
|
|
2709
|
+
readonly type: number
|
|
2710
|
+
|
|
2711
|
+
/**
|
|
2712
|
+
*
|
|
2713
|
+
* @type {number}
|
|
2714
|
+
* @memberof AuthApiGetParkMiniApp
|
|
2715
|
+
*/
|
|
2716
|
+
readonly parkId: number
|
|
2717
|
+
|
|
2718
|
+
/**
|
|
2719
|
+
*
|
|
2720
|
+
* @type {string}
|
|
2721
|
+
* @memberof AuthApiGetParkMiniApp
|
|
2722
|
+
*/
|
|
2723
|
+
readonly appId: string
|
|
2724
|
+
}
|
|
2725
|
+
|
|
2726
|
+
/**
|
|
2727
|
+
* Request parameters for getRouters operation in AuthApi.
|
|
2728
|
+
* @export
|
|
2729
|
+
* @interface AuthApiGetRoutersRequest
|
|
2730
|
+
*/
|
|
2731
|
+
export interface AuthApiGetRoutersRequest {
|
|
2732
|
+
/**
|
|
2733
|
+
*
|
|
2734
|
+
* @type {number}
|
|
2735
|
+
* @memberof AuthApiGetRouters
|
|
2736
|
+
*/
|
|
2737
|
+
readonly parkId: number
|
|
2738
|
+
}
|
|
2739
|
+
|
|
2740
|
+
/**
|
|
2741
|
+
* Request parameters for getUserRolesAndPermissions operation in AuthApi.
|
|
2742
|
+
* @export
|
|
2743
|
+
* @interface AuthApiGetUserRolesAndPermissionsRequest
|
|
2744
|
+
*/
|
|
2745
|
+
export interface AuthApiGetUserRolesAndPermissionsRequest {
|
|
2746
|
+
/**
|
|
2747
|
+
*
|
|
2748
|
+
* @type {number}
|
|
2749
|
+
* @memberof AuthApiGetUserRolesAndPermissions
|
|
2750
|
+
*/
|
|
2751
|
+
readonly parkId: number
|
|
2752
|
+
}
|
|
2753
|
+
|
|
2754
|
+
/**
|
|
2755
|
+
* Request parameters for login operation in AuthApi.
|
|
2756
|
+
* @export
|
|
2757
|
+
* @interface AuthApiLoginRequest
|
|
2758
|
+
*/
|
|
2759
|
+
export interface AuthApiLoginRequest {
|
|
2760
|
+
/**
|
|
2761
|
+
*
|
|
2762
|
+
* @type {LoginBody}
|
|
2763
|
+
* @memberof AuthApiLogin
|
|
2764
|
+
*/
|
|
2765
|
+
readonly loginBody: LoginBody
|
|
2766
|
+
}
|
|
2767
|
+
|
|
2768
|
+
/**
|
|
2769
|
+
* Request parameters for loginByCodeV2 operation in AuthApi.
|
|
2770
|
+
* @export
|
|
2771
|
+
* @interface AuthApiLoginByCodeV2Request
|
|
2772
|
+
*/
|
|
2773
|
+
export interface AuthApiLoginByCodeV2Request {
|
|
2774
|
+
/**
|
|
2775
|
+
*
|
|
2776
|
+
* @type {AppLoginWxChatDto}
|
|
2777
|
+
* @memberof AuthApiLoginByCodeV2
|
|
2778
|
+
*/
|
|
2779
|
+
readonly appLoginWxChatDto: AppLoginWxChatDto
|
|
2780
|
+
}
|
|
2781
|
+
|
|
2782
|
+
/**
|
|
2783
|
+
* Request parameters for loginByOpenId operation in AuthApi.
|
|
2784
|
+
* @export
|
|
2785
|
+
* @interface AuthApiLoginByOpenIdRequest
|
|
2786
|
+
*/
|
|
2787
|
+
export interface AuthApiLoginByOpenIdRequest {
|
|
2788
|
+
/**
|
|
2789
|
+
*
|
|
2790
|
+
* @type {AppObtainToken}
|
|
2791
|
+
* @memberof AuthApiLoginByOpenId
|
|
2792
|
+
*/
|
|
2793
|
+
readonly appObtainToken: AppObtainToken
|
|
2794
|
+
}
|
|
2795
|
+
|
|
2796
|
+
/**
|
|
2797
|
+
* Request parameters for loginByWechatPublic operation in AuthApi.
|
|
2798
|
+
* @export
|
|
2799
|
+
* @interface AuthApiLoginByWechatPublicRequest
|
|
2800
|
+
*/
|
|
2801
|
+
export interface AuthApiLoginByWechatPublicRequest {
|
|
2802
|
+
/**
|
|
2803
|
+
*
|
|
2804
|
+
* @type {AppLoginWxChatPubDto}
|
|
2805
|
+
* @memberof AuthApiLoginByWechatPublic
|
|
2806
|
+
*/
|
|
2807
|
+
readonly appLoginWxChatPubDto: AppLoginWxChatPubDto
|
|
2808
|
+
}
|
|
2809
|
+
|
|
2810
|
+
/**
|
|
2811
|
+
* Request parameters for loginPhoneCode operation in AuthApi.
|
|
2812
|
+
* @export
|
|
2813
|
+
* @interface AuthApiLoginPhoneCodeRequest
|
|
2814
|
+
*/
|
|
2815
|
+
export interface AuthApiLoginPhoneCodeRequest {
|
|
2816
|
+
/**
|
|
2817
|
+
*
|
|
2818
|
+
* @type {SysLoginCodeDto}
|
|
2819
|
+
* @memberof AuthApiLoginPhoneCode
|
|
2820
|
+
*/
|
|
2821
|
+
readonly sysLoginCodeDto: SysLoginCodeDto
|
|
2822
|
+
}
|
|
2823
|
+
|
|
2824
|
+
/**
|
|
2825
|
+
* Request parameters for newHopeLogin operation in AuthApi.
|
|
2826
|
+
* @export
|
|
2827
|
+
* @interface AuthApiNewHopeLoginRequest
|
|
2828
|
+
*/
|
|
2829
|
+
export interface AuthApiNewHopeLoginRequest {
|
|
2830
|
+
/**
|
|
2831
|
+
*
|
|
2832
|
+
* @type {string}
|
|
2833
|
+
* @memberof AuthApiNewHopeLogin
|
|
2834
|
+
*/
|
|
2835
|
+
readonly token: string
|
|
2836
|
+
|
|
2837
|
+
/**
|
|
2838
|
+
*
|
|
2839
|
+
* @type {string}
|
|
2840
|
+
* @memberof AuthApiNewHopeLogin
|
|
2841
|
+
*/
|
|
2842
|
+
readonly tenantId: string
|
|
2843
|
+
}
|
|
2844
|
+
|
|
2845
|
+
/**
|
|
2846
|
+
* Request parameters for pushMsg operation in AuthApi.
|
|
2847
|
+
* @export
|
|
2848
|
+
* @interface AuthApiPushMsgRequest
|
|
2849
|
+
*/
|
|
2850
|
+
export interface AuthApiPushMsgRequest {
|
|
2851
|
+
/**
|
|
2852
|
+
*
|
|
2853
|
+
* @type {string}
|
|
2854
|
+
* @memberof AuthApiPushMsg
|
|
2855
|
+
*/
|
|
2856
|
+
readonly cid: string
|
|
2857
|
+
|
|
2858
|
+
/**
|
|
2859
|
+
*
|
|
2860
|
+
* @type {string}
|
|
2861
|
+
* @memberof AuthApiPushMsg
|
|
2862
|
+
*/
|
|
2863
|
+
readonly payload: string
|
|
2864
|
+
}
|
|
2865
|
+
|
|
2866
|
+
/**
|
|
2867
|
+
* Request parameters for sendSms operation in AuthApi.
|
|
2868
|
+
* @export
|
|
2869
|
+
* @interface AuthApiSendSmsRequest
|
|
2870
|
+
*/
|
|
2871
|
+
export interface AuthApiSendSmsRequest {
|
|
2872
|
+
/**
|
|
2873
|
+
*
|
|
2874
|
+
* @type {string}
|
|
2875
|
+
* @memberof AuthApiSendSms
|
|
2876
|
+
*/
|
|
2877
|
+
readonly phone: string
|
|
2878
|
+
|
|
2879
|
+
/**
|
|
2880
|
+
*
|
|
2881
|
+
* @type {string}
|
|
2882
|
+
* @memberof AuthApiSendSms
|
|
2883
|
+
*/
|
|
2884
|
+
readonly templateCode: string
|
|
2885
|
+
}
|
|
2886
|
+
|
|
2887
|
+
/**
|
|
2888
|
+
* Request parameters for sendSms1 operation in AuthApi.
|
|
2889
|
+
* @export
|
|
2890
|
+
* @interface AuthApiSendSms1Request
|
|
2891
|
+
*/
|
|
2892
|
+
export interface AuthApiSendSms1Request {
|
|
2893
|
+
/**
|
|
2894
|
+
*
|
|
2895
|
+
* @type {string}
|
|
2896
|
+
* @memberof AuthApiSendSms1
|
|
2897
|
+
*/
|
|
2898
|
+
readonly phone: string
|
|
2899
|
+
|
|
2900
|
+
/**
|
|
2901
|
+
*
|
|
2902
|
+
* @type {string}
|
|
2903
|
+
* @memberof AuthApiSendSms1
|
|
2904
|
+
*/
|
|
2905
|
+
readonly templateCode: string
|
|
2906
|
+
}
|
|
2907
|
+
|
|
2908
|
+
/**
|
|
2909
|
+
* Request parameters for switchPark operation in AuthApi.
|
|
2910
|
+
* @export
|
|
2911
|
+
* @interface AuthApiSwitchParkRequest
|
|
2912
|
+
*/
|
|
2913
|
+
export interface AuthApiSwitchParkRequest {
|
|
2914
|
+
/**
|
|
2915
|
+
*
|
|
2916
|
+
* @type {SwitchPakBody}
|
|
2917
|
+
* @memberof AuthApiSwitchPark
|
|
2918
|
+
*/
|
|
2919
|
+
readonly switchPakBody: SwitchPakBody
|
|
2920
|
+
}
|
|
2921
|
+
|
|
2922
|
+
/**
|
|
2923
|
+
* Request parameters for switchParkToken operation in AuthApi.
|
|
2924
|
+
* @export
|
|
2925
|
+
* @interface AuthApiSwitchParkTokenRequest
|
|
2926
|
+
*/
|
|
2927
|
+
export interface AuthApiSwitchParkTokenRequest {
|
|
2928
|
+
/**
|
|
2929
|
+
*
|
|
2930
|
+
* @type {SwitchPakBody}
|
|
2931
|
+
* @memberof AuthApiSwitchParkToken
|
|
2932
|
+
*/
|
|
2933
|
+
readonly switchPakBody: SwitchPakBody
|
|
2934
|
+
}
|
|
2935
|
+
|
|
2936
|
+
/**
|
|
2937
|
+
* Request parameters for switchParkV2 operation in AuthApi.
|
|
2938
|
+
* @export
|
|
2939
|
+
* @interface AuthApiSwitchParkV2Request
|
|
2940
|
+
*/
|
|
2941
|
+
export interface AuthApiSwitchParkV2Request {
|
|
2942
|
+
/**
|
|
2943
|
+
*
|
|
2944
|
+
* @type {SwitchPakBodyV2Vo}
|
|
2945
|
+
* @memberof AuthApiSwitchParkV2
|
|
2946
|
+
*/
|
|
2947
|
+
readonly switchPakBodyV2Vo: SwitchPakBodyV2Vo
|
|
2948
|
+
}
|
|
2949
|
+
|
|
2950
|
+
/**
|
|
2951
|
+
* AuthApi - object-oriented interface
|
|
2952
|
+
* @export
|
|
2953
|
+
* @class AuthApi
|
|
2954
|
+
* @extends {BaseAPI}
|
|
2955
|
+
*/
|
|
2956
|
+
export class AuthApi extends BaseAPI {
|
|
2957
|
+
/**
|
|
2958
|
+
*
|
|
2959
|
+
* @summary 账号密码登录
|
|
2960
|
+
* @param {AuthApiAppLoginByMobileRequest} requestParameters Request parameters.
|
|
2961
|
+
* @param {*} [options] Override http request option.
|
|
2962
|
+
* @throws {RequiredError}
|
|
2963
|
+
* @memberof AuthApi
|
|
2964
|
+
*/
|
|
2965
|
+
public appLoginByMobile(requestParameters: AuthApiAppLoginByMobileRequest, options?: RawAxiosRequestConfig) {
|
|
2966
|
+
return AuthApiFp(this.configuration).appLoginByMobile(requestParameters.appLoginPasswordDto, options).then((request) => request(this.axios, this.basePath));
|
|
2967
|
+
}
|
|
2968
|
+
|
|
2969
|
+
/**
|
|
2970
|
+
*
|
|
2971
|
+
* @summary 手机号/邮箱验证码登录
|
|
2972
|
+
* @param {AuthApiAppLoginBySMSCodeRequest} requestParameters Request parameters.
|
|
2973
|
+
* @param {*} [options] Override http request option.
|
|
2974
|
+
* @throws {RequiredError}
|
|
2975
|
+
* @memberof AuthApi
|
|
2976
|
+
*/
|
|
2977
|
+
public appLoginBySMSCode(requestParameters: AuthApiAppLoginBySMSCodeRequest, options?: RawAxiosRequestConfig) {
|
|
2978
|
+
return AuthApiFp(this.configuration).appLoginBySMSCode(requestParameters.appLoginCodeDto, options).then((request) => request(this.axios, this.basePath));
|
|
2979
|
+
}
|
|
2980
|
+
|
|
2981
|
+
/**
|
|
2982
|
+
*
|
|
2983
|
+
* @summary 绑定邮箱
|
|
2984
|
+
* @param {AuthApiBindEmailRequest} requestParameters Request parameters.
|
|
2985
|
+
* @param {*} [options] Override http request option.
|
|
2986
|
+
* @throws {RequiredError}
|
|
2987
|
+
* @memberof AuthApi
|
|
2988
|
+
*/
|
|
2989
|
+
public bindEmail(requestParameters: AuthApiBindEmailRequest, options?: RawAxiosRequestConfig) {
|
|
2990
|
+
return AuthApiFp(this.configuration).bindEmail(requestParameters.userBindBody, options).then((request) => request(this.axios, this.basePath));
|
|
2991
|
+
}
|
|
2992
|
+
|
|
2993
|
+
/**
|
|
2994
|
+
*
|
|
2995
|
+
* @summary 绑定手机号
|
|
2996
|
+
* @param {AuthApiBindPhoneRequest} requestParameters Request parameters.
|
|
2997
|
+
* @param {*} [options] Override http request option.
|
|
2998
|
+
* @throws {RequiredError}
|
|
2999
|
+
* @memberof AuthApi
|
|
3000
|
+
*/
|
|
3001
|
+
public bindPhone(requestParameters: AuthApiBindPhoneRequest, options?: RawAxiosRequestConfig) {
|
|
3002
|
+
return AuthApiFp(this.configuration).bindPhone(requestParameters.userBindBody, options).then((request) => request(this.axios, this.basePath));
|
|
3003
|
+
}
|
|
3004
|
+
|
|
3005
|
+
/**
|
|
3006
|
+
*
|
|
3007
|
+
* @param {AuthApiBindingCIdRequest} requestParameters Request parameters.
|
|
3008
|
+
* @param {*} [options] Override http request option.
|
|
3009
|
+
* @throws {RequiredError}
|
|
3010
|
+
* @memberof AuthApi
|
|
3011
|
+
*/
|
|
3012
|
+
public bindingCId(requestParameters: AuthApiBindingCIdRequest, options?: RawAxiosRequestConfig) {
|
|
3013
|
+
return AuthApiFp(this.configuration).bindingCId(requestParameters.cId, options).then((request) => request(this.axios, this.basePath));
|
|
3014
|
+
}
|
|
3015
|
+
|
|
3016
|
+
/**
|
|
3017
|
+
*
|
|
3018
|
+
* @summary 注销账号
|
|
3019
|
+
* @param {*} [options] Override http request option.
|
|
3020
|
+
* @throws {RequiredError}
|
|
3021
|
+
* @memberof AuthApi
|
|
3022
|
+
*/
|
|
3023
|
+
public cancelAccount(options?: RawAxiosRequestConfig) {
|
|
3024
|
+
return AuthApiFp(this.configuration).cancelAccount(options).then((request) => request(this.axios, this.basePath));
|
|
3025
|
+
}
|
|
3026
|
+
|
|
3027
|
+
/**
|
|
3028
|
+
*
|
|
3029
|
+
* @summary token是否有效
|
|
3030
|
+
* @param {*} [options] Override http request option.
|
|
3031
|
+
* @throws {RequiredError}
|
|
3032
|
+
* @memberof AuthApi
|
|
3033
|
+
*/
|
|
3034
|
+
public checkToken(options?: RawAxiosRequestConfig) {
|
|
3035
|
+
return AuthApiFp(this.configuration).checkToken(options).then((request) => request(this.axios, this.basePath));
|
|
3036
|
+
}
|
|
3037
|
+
|
|
3038
|
+
/**
|
|
3039
|
+
*
|
|
3040
|
+
* @summary APP选择园区
|
|
3041
|
+
* @param {AuthApiChooseParkRequest} requestParameters Request parameters.
|
|
3042
|
+
* @param {*} [options] Override http request option.
|
|
3043
|
+
* @throws {RequiredError}
|
|
3044
|
+
* @memberof AuthApi
|
|
3045
|
+
*/
|
|
3046
|
+
public choosePark(requestParameters: AuthApiChooseParkRequest, options?: RawAxiosRequestConfig) {
|
|
3047
|
+
return AuthApiFp(this.configuration).choosePark(requestParameters.choosePakBody, options).then((request) => request(this.axios, this.basePath));
|
|
3048
|
+
}
|
|
3049
|
+
|
|
3050
|
+
/**
|
|
3051
|
+
*
|
|
3052
|
+
* @summary 发送验证码
|
|
3053
|
+
* @param {AuthApiCode1Request} requestParameters Request parameters.
|
|
3054
|
+
* @param {*} [options] Override http request option.
|
|
3055
|
+
* @throws {RequiredError}
|
|
3056
|
+
* @memberof AuthApi
|
|
3057
|
+
*/
|
|
3058
|
+
public code1(requestParameters: AuthApiCode1Request, options?: RawAxiosRequestConfig) {
|
|
3059
|
+
return AuthApiFp(this.configuration).code1(requestParameters.email, requestParameters.language, options).then((request) => request(this.axios, this.basePath));
|
|
3060
|
+
}
|
|
3061
|
+
|
|
3062
|
+
/**
|
|
3063
|
+
*
|
|
3064
|
+
* @param {*} [options] Override http request option.
|
|
3065
|
+
* @throws {RequiredError}
|
|
3066
|
+
* @memberof AuthApi
|
|
3067
|
+
*/
|
|
3068
|
+
public fusionGetToken(options?: RawAxiosRequestConfig) {
|
|
3069
|
+
return AuthApiFp(this.configuration).fusionGetToken(options).then((request) => request(this.axios, this.basePath));
|
|
3070
|
+
}
|
|
3071
|
+
|
|
3072
|
+
/**
|
|
3073
|
+
*
|
|
3074
|
+
* @param {*} [options] Override http request option.
|
|
3075
|
+
* @throws {RequiredError}
|
|
3076
|
+
* @memberof AuthApi
|
|
3077
|
+
*/
|
|
3078
|
+
public fusionGetToken1(options?: RawAxiosRequestConfig) {
|
|
3079
|
+
return AuthApiFp(this.configuration).fusionGetToken1(options).then((request) => request(this.axios, this.basePath));
|
|
3080
|
+
}
|
|
3081
|
+
|
|
3082
|
+
/**
|
|
3083
|
+
*
|
|
3084
|
+
* @param {*} [options] Override http request option.
|
|
3085
|
+
* @throws {RequiredError}
|
|
3086
|
+
* @memberof AuthApi
|
|
3087
|
+
*/
|
|
3088
|
+
public fusionGetToken2(options?: RawAxiosRequestConfig) {
|
|
3089
|
+
return AuthApiFp(this.configuration).fusionGetToken2(options).then((request) => request(this.axios, this.basePath));
|
|
3090
|
+
}
|
|
3091
|
+
|
|
3092
|
+
/**
|
|
3093
|
+
*
|
|
3094
|
+
* @param {*} [options] Override http request option.
|
|
3095
|
+
* @throws {RequiredError}
|
|
3096
|
+
* @memberof AuthApi
|
|
3097
|
+
*/
|
|
3098
|
+
public fusionGetToken3(options?: RawAxiosRequestConfig) {
|
|
3099
|
+
return AuthApiFp(this.configuration).fusionGetToken3(options).then((request) => request(this.axios, this.basePath));
|
|
3100
|
+
}
|
|
3101
|
+
|
|
3102
|
+
/**
|
|
3103
|
+
*
|
|
3104
|
+
* @param {*} [options] Override http request option.
|
|
3105
|
+
* @throws {RequiredError}
|
|
3106
|
+
* @memberof AuthApi
|
|
3107
|
+
*/
|
|
3108
|
+
public fusionGetToken4(options?: RawAxiosRequestConfig) {
|
|
3109
|
+
return AuthApiFp(this.configuration).fusionGetToken4(options).then((request) => request(this.axios, this.basePath));
|
|
3110
|
+
}
|
|
3111
|
+
|
|
3112
|
+
/**
|
|
3113
|
+
*
|
|
3114
|
+
* @param {*} [options] Override http request option.
|
|
3115
|
+
* @throws {RequiredError}
|
|
3116
|
+
* @memberof AuthApi
|
|
3117
|
+
*/
|
|
3118
|
+
public fusionGetToken5(options?: RawAxiosRequestConfig) {
|
|
3119
|
+
return AuthApiFp(this.configuration).fusionGetToken5(options).then((request) => request(this.axios, this.basePath));
|
|
3120
|
+
}
|
|
3121
|
+
|
|
3122
|
+
/**
|
|
3123
|
+
*
|
|
3124
|
+
* @param {*} [options] Override http request option.
|
|
3125
|
+
* @throws {RequiredError}
|
|
3126
|
+
* @memberof AuthApi
|
|
3127
|
+
*/
|
|
3128
|
+
public getCode(options?: RawAxiosRequestConfig) {
|
|
3129
|
+
return AuthApiFp(this.configuration).getCode(options).then((request) => request(this.axios, this.basePath));
|
|
3130
|
+
}
|
|
3131
|
+
|
|
3132
|
+
/**
|
|
3133
|
+
*
|
|
3134
|
+
* @param {*} [options] Override http request option.
|
|
3135
|
+
* @throws {RequiredError}
|
|
3136
|
+
* @memberof AuthApi
|
|
3137
|
+
*/
|
|
3138
|
+
public getLoginMode(options?: RawAxiosRequestConfig) {
|
|
3139
|
+
return AuthApiFp(this.configuration).getLoginMode(options).then((request) => request(this.axios, this.basePath));
|
|
3140
|
+
}
|
|
3141
|
+
|
|
3142
|
+
/**
|
|
3143
|
+
*
|
|
3144
|
+
* @summary 获取园区数据
|
|
3145
|
+
* @param {AuthApiGetParkRequest} requestParameters Request parameters.
|
|
3146
|
+
* @param {*} [options] Override http request option.
|
|
3147
|
+
* @throws {RequiredError}
|
|
3148
|
+
* @memberof AuthApi
|
|
3149
|
+
*/
|
|
3150
|
+
public getPark(requestParameters: AuthApiGetParkRequest, options?: RawAxiosRequestConfig) {
|
|
3151
|
+
return AuthApiFp(this.configuration).getPark(requestParameters.uuid, requestParameters.type, requestParameters.parkId, options).then((request) => request(this.axios, this.basePath));
|
|
3152
|
+
}
|
|
3153
|
+
|
|
3154
|
+
/**
|
|
3155
|
+
*
|
|
3156
|
+
* @summary 获取集团园区数据
|
|
3157
|
+
* @param {AuthApiGetParkByGroupIdRequest} requestParameters Request parameters.
|
|
3158
|
+
* @param {*} [options] Override http request option.
|
|
3159
|
+
* @throws {RequiredError}
|
|
3160
|
+
* @memberof AuthApi
|
|
3161
|
+
*/
|
|
3162
|
+
public getParkByGroupId(requestParameters: AuthApiGetParkByGroupIdRequest, options?: RawAxiosRequestConfig) {
|
|
3163
|
+
return AuthApiFp(this.configuration).getParkByGroupId(requestParameters.groupId, options).then((request) => request(this.axios, this.basePath));
|
|
3164
|
+
}
|
|
3165
|
+
|
|
3166
|
+
/**
|
|
3167
|
+
*
|
|
3168
|
+
* @summary 获取园区数据
|
|
3169
|
+
* @param {AuthApiGetParkMiniAppRequest} requestParameters Request parameters.
|
|
3170
|
+
* @param {*} [options] Override http request option.
|
|
3171
|
+
* @throws {RequiredError}
|
|
3172
|
+
* @memberof AuthApi
|
|
3173
|
+
*/
|
|
3174
|
+
public getParkMiniApp(requestParameters: AuthApiGetParkMiniAppRequest, options?: RawAxiosRequestConfig) {
|
|
3175
|
+
return AuthApiFp(this.configuration).getParkMiniApp(requestParameters.uuid, requestParameters.type, requestParameters.parkId, requestParameters.appId, options).then((request) => request(this.axios, this.basePath));
|
|
3176
|
+
}
|
|
3177
|
+
|
|
3178
|
+
/**
|
|
3179
|
+
*
|
|
3180
|
+
* @param {AuthApiGetRoutersRequest} requestParameters Request parameters.
|
|
3181
|
+
* @param {*} [options] Override http request option.
|
|
3182
|
+
* @throws {RequiredError}
|
|
3183
|
+
* @memberof AuthApi
|
|
3184
|
+
*/
|
|
3185
|
+
public getRouters(requestParameters: AuthApiGetRoutersRequest, options?: RawAxiosRequestConfig) {
|
|
3186
|
+
return AuthApiFp(this.configuration).getRouters(requestParameters.parkId, options).then((request) => request(this.axios, this.basePath));
|
|
3187
|
+
}
|
|
3188
|
+
|
|
3189
|
+
/**
|
|
3190
|
+
*
|
|
3191
|
+
* @param {*} [options] Override http request option.
|
|
3192
|
+
* @throws {RequiredError}
|
|
3193
|
+
* @memberof AuthApi
|
|
3194
|
+
*/
|
|
3195
|
+
public getRoutersAll(options?: RawAxiosRequestConfig) {
|
|
3196
|
+
return AuthApiFp(this.configuration).getRoutersAll(options).then((request) => request(this.axios, this.basePath));
|
|
3197
|
+
}
|
|
3198
|
+
|
|
3199
|
+
/**
|
|
3200
|
+
*
|
|
3201
|
+
* @param {*} [options] Override http request option.
|
|
3202
|
+
* @throws {RequiredError}
|
|
3203
|
+
* @memberof AuthApi
|
|
3204
|
+
*/
|
|
3205
|
+
public getTokenByHttp(options?: RawAxiosRequestConfig) {
|
|
3206
|
+
return AuthApiFp(this.configuration).getTokenByHttp(options).then((request) => request(this.axios, this.basePath));
|
|
3207
|
+
}
|
|
3208
|
+
|
|
3209
|
+
/**
|
|
3210
|
+
*
|
|
3211
|
+
* @param {*} [options] Override http request option.
|
|
3212
|
+
* @throws {RequiredError}
|
|
3213
|
+
* @memberof AuthApi
|
|
3214
|
+
*/
|
|
3215
|
+
public getTokenByHttp1(options?: RawAxiosRequestConfig) {
|
|
3216
|
+
return AuthApiFp(this.configuration).getTokenByHttp1(options).then((request) => request(this.axios, this.basePath));
|
|
3217
|
+
}
|
|
3218
|
+
|
|
3219
|
+
/**
|
|
3220
|
+
*
|
|
3221
|
+
* @param {*} [options] Override http request option.
|
|
3222
|
+
* @throws {RequiredError}
|
|
3223
|
+
* @memberof AuthApi
|
|
3224
|
+
*/
|
|
3225
|
+
public getTokenByHttp2(options?: RawAxiosRequestConfig) {
|
|
3226
|
+
return AuthApiFp(this.configuration).getTokenByHttp2(options).then((request) => request(this.axios, this.basePath));
|
|
3227
|
+
}
|
|
3228
|
+
|
|
3229
|
+
/**
|
|
3230
|
+
*
|
|
3231
|
+
* @param {*} [options] Override http request option.
|
|
3232
|
+
* @throws {RequiredError}
|
|
3233
|
+
* @memberof AuthApi
|
|
3234
|
+
*/
|
|
3235
|
+
public getTokenByHttp3(options?: RawAxiosRequestConfig) {
|
|
3236
|
+
return AuthApiFp(this.configuration).getTokenByHttp3(options).then((request) => request(this.axios, this.basePath));
|
|
3237
|
+
}
|
|
3238
|
+
|
|
3239
|
+
/**
|
|
3240
|
+
*
|
|
3241
|
+
* @param {*} [options] Override http request option.
|
|
3242
|
+
* @throws {RequiredError}
|
|
3243
|
+
* @memberof AuthApi
|
|
3244
|
+
*/
|
|
3245
|
+
public getTokenByHttp4(options?: RawAxiosRequestConfig) {
|
|
3246
|
+
return AuthApiFp(this.configuration).getTokenByHttp4(options).then((request) => request(this.axios, this.basePath));
|
|
3247
|
+
}
|
|
3248
|
+
|
|
3249
|
+
/**
|
|
3250
|
+
*
|
|
3251
|
+
* @param {*} [options] Override http request option.
|
|
3252
|
+
* @throws {RequiredError}
|
|
3253
|
+
* @memberof AuthApi
|
|
3254
|
+
*/
|
|
3255
|
+
public getTokenByHttp5(options?: RawAxiosRequestConfig) {
|
|
3256
|
+
return AuthApiFp(this.configuration).getTokenByHttp5(options).then((request) => request(this.axios, this.basePath));
|
|
3257
|
+
}
|
|
3258
|
+
|
|
3259
|
+
/**
|
|
3260
|
+
*
|
|
3261
|
+
* @summary 获取用户信息
|
|
3262
|
+
* @param {AuthApiGetUserRolesAndPermissionsRequest} requestParameters Request parameters.
|
|
3263
|
+
* @param {*} [options] Override http request option.
|
|
3264
|
+
* @throws {RequiredError}
|
|
3265
|
+
* @memberof AuthApi
|
|
3266
|
+
*/
|
|
3267
|
+
public getUserRolesAndPermissions(requestParameters: AuthApiGetUserRolesAndPermissionsRequest, options?: RawAxiosRequestConfig) {
|
|
3268
|
+
return AuthApiFp(this.configuration).getUserRolesAndPermissions(requestParameters.parkId, options).then((request) => request(this.axios, this.basePath));
|
|
3269
|
+
}
|
|
3270
|
+
|
|
3271
|
+
/**
|
|
3272
|
+
*
|
|
3273
|
+
* @param {AuthApiLoginRequest} requestParameters Request parameters.
|
|
3274
|
+
* @param {*} [options] Override http request option.
|
|
3275
|
+
* @throws {RequiredError}
|
|
3276
|
+
* @memberof AuthApi
|
|
3277
|
+
*/
|
|
3278
|
+
public login(requestParameters: AuthApiLoginRequest, options?: RawAxiosRequestConfig) {
|
|
3279
|
+
return AuthApiFp(this.configuration).login(requestParameters.loginBody, options).then((request) => request(this.axios, this.basePath));
|
|
3280
|
+
}
|
|
3281
|
+
|
|
3282
|
+
/**
|
|
3283
|
+
*
|
|
3284
|
+
* @summary 微信小程序登录
|
|
3285
|
+
* @param {AuthApiLoginByCodeV2Request} requestParameters Request parameters.
|
|
3286
|
+
* @param {*} [options] Override http request option.
|
|
3287
|
+
* @throws {RequiredError}
|
|
3288
|
+
* @memberof AuthApi
|
|
3289
|
+
*/
|
|
3290
|
+
public loginByCodeV2(requestParameters: AuthApiLoginByCodeV2Request, options?: RawAxiosRequestConfig) {
|
|
3291
|
+
return AuthApiFp(this.configuration).loginByCodeV2(requestParameters.appLoginWxChatDto, options).then((request) => request(this.axios, this.basePath));
|
|
3292
|
+
}
|
|
3293
|
+
|
|
3294
|
+
/**
|
|
3295
|
+
*
|
|
3296
|
+
* @summary openId换取登录token
|
|
3297
|
+
* @param {AuthApiLoginByOpenIdRequest} requestParameters Request parameters.
|
|
3298
|
+
* @param {*} [options] Override http request option.
|
|
3299
|
+
* @throws {RequiredError}
|
|
3300
|
+
* @memberof AuthApi
|
|
3301
|
+
*/
|
|
3302
|
+
public loginByOpenId(requestParameters: AuthApiLoginByOpenIdRequest, options?: RawAxiosRequestConfig) {
|
|
3303
|
+
return AuthApiFp(this.configuration).loginByOpenId(requestParameters.appObtainToken, options).then((request) => request(this.axios, this.basePath));
|
|
3304
|
+
}
|
|
3305
|
+
|
|
3306
|
+
/**
|
|
3307
|
+
*
|
|
3308
|
+
* @summary 微信公众号登录
|
|
3309
|
+
* @param {AuthApiLoginByWechatPublicRequest} requestParameters Request parameters.
|
|
3310
|
+
* @param {*} [options] Override http request option.
|
|
3311
|
+
* @throws {RequiredError}
|
|
3312
|
+
* @memberof AuthApi
|
|
3313
|
+
*/
|
|
3314
|
+
public loginByWechatPublic(requestParameters: AuthApiLoginByWechatPublicRequest, options?: RawAxiosRequestConfig) {
|
|
3315
|
+
return AuthApiFp(this.configuration).loginByWechatPublic(requestParameters.appLoginWxChatPubDto, options).then((request) => request(this.axios, this.basePath));
|
|
3316
|
+
}
|
|
3317
|
+
|
|
3318
|
+
/**
|
|
3319
|
+
*
|
|
3320
|
+
* @summary 手机号验证码登录
|
|
3321
|
+
* @param {AuthApiLoginPhoneCodeRequest} requestParameters Request parameters.
|
|
3322
|
+
* @param {*} [options] Override http request option.
|
|
3323
|
+
* @throws {RequiredError}
|
|
3324
|
+
* @memberof AuthApi
|
|
3325
|
+
*/
|
|
3326
|
+
public loginPhoneCode(requestParameters: AuthApiLoginPhoneCodeRequest, options?: RawAxiosRequestConfig) {
|
|
3327
|
+
return AuthApiFp(this.configuration).loginPhoneCode(requestParameters.sysLoginCodeDto, options).then((request) => request(this.axios, this.basePath));
|
|
3328
|
+
}
|
|
3329
|
+
|
|
3330
|
+
/**
|
|
3331
|
+
*
|
|
3332
|
+
* @summary 新希望登录
|
|
3333
|
+
* @param {AuthApiNewHopeLoginRequest} requestParameters Request parameters.
|
|
3334
|
+
* @param {*} [options] Override http request option.
|
|
3335
|
+
* @throws {RequiredError}
|
|
3336
|
+
* @memberof AuthApi
|
|
3337
|
+
*/
|
|
3338
|
+
public newHopeLogin(requestParameters: AuthApiNewHopeLoginRequest, options?: RawAxiosRequestConfig) {
|
|
3339
|
+
return AuthApiFp(this.configuration).newHopeLogin(requestParameters.token, requestParameters.tenantId, options).then((request) => request(this.axios, this.basePath));
|
|
3340
|
+
}
|
|
3341
|
+
|
|
3342
|
+
/**
|
|
3343
|
+
*
|
|
3344
|
+
* @param {AuthApiPushMsgRequest} requestParameters Request parameters.
|
|
3345
|
+
* @param {*} [options] Override http request option.
|
|
3346
|
+
* @throws {RequiredError}
|
|
3347
|
+
* @memberof AuthApi
|
|
3348
|
+
*/
|
|
3349
|
+
public pushMsg(requestParameters: AuthApiPushMsgRequest, options?: RawAxiosRequestConfig) {
|
|
3350
|
+
return AuthApiFp(this.configuration).pushMsg(requestParameters.cid, requestParameters.payload, options).then((request) => request(this.axios, this.basePath));
|
|
3351
|
+
}
|
|
3352
|
+
|
|
3353
|
+
/**
|
|
3354
|
+
*
|
|
3355
|
+
* @param {AuthApiSendSmsRequest} requestParameters Request parameters.
|
|
3356
|
+
* @param {*} [options] Override http request option.
|
|
3357
|
+
* @throws {RequiredError}
|
|
3358
|
+
* @memberof AuthApi
|
|
3359
|
+
*/
|
|
3360
|
+
public sendSms(requestParameters: AuthApiSendSmsRequest, options?: RawAxiosRequestConfig) {
|
|
3361
|
+
return AuthApiFp(this.configuration).sendSms(requestParameters.phone, requestParameters.templateCode, options).then((request) => request(this.axios, this.basePath));
|
|
3362
|
+
}
|
|
3363
|
+
|
|
3364
|
+
/**
|
|
3365
|
+
*
|
|
3366
|
+
* @param {AuthApiSendSms1Request} requestParameters Request parameters.
|
|
3367
|
+
* @param {*} [options] Override http request option.
|
|
3368
|
+
* @throws {RequiredError}
|
|
3369
|
+
* @memberof AuthApi
|
|
3370
|
+
*/
|
|
3371
|
+
public sendSms1(requestParameters: AuthApiSendSms1Request, options?: RawAxiosRequestConfig) {
|
|
3372
|
+
return AuthApiFp(this.configuration).sendSms1(requestParameters.phone, requestParameters.templateCode, options).then((request) => request(this.axios, this.basePath));
|
|
3373
|
+
}
|
|
3374
|
+
|
|
3375
|
+
/**
|
|
3376
|
+
*
|
|
3377
|
+
* @summary 小程序切换园区
|
|
3378
|
+
* @param {AuthApiSwitchParkRequest} requestParameters Request parameters.
|
|
3379
|
+
* @param {*} [options] Override http request option.
|
|
3380
|
+
* @throws {RequiredError}
|
|
3381
|
+
* @memberof AuthApi
|
|
3382
|
+
*/
|
|
3383
|
+
public switchPark(requestParameters: AuthApiSwitchParkRequest, options?: RawAxiosRequestConfig) {
|
|
3384
|
+
return AuthApiFp(this.configuration).switchPark(requestParameters.switchPakBody, options).then((request) => request(this.axios, this.basePath));
|
|
3385
|
+
}
|
|
3386
|
+
|
|
3387
|
+
/**
|
|
3388
|
+
*
|
|
3389
|
+
* @param {AuthApiSwitchParkTokenRequest} requestParameters Request parameters.
|
|
3390
|
+
* @param {*} [options] Override http request option.
|
|
3391
|
+
* @throws {RequiredError}
|
|
3392
|
+
* @memberof AuthApi
|
|
3393
|
+
*/
|
|
3394
|
+
public switchParkToken(requestParameters: AuthApiSwitchParkTokenRequest, options?: RawAxiosRequestConfig) {
|
|
3395
|
+
return AuthApiFp(this.configuration).switchParkToken(requestParameters.switchPakBody, options).then((request) => request(this.axios, this.basePath));
|
|
3396
|
+
}
|
|
3397
|
+
|
|
3398
|
+
/**
|
|
3399
|
+
*
|
|
3400
|
+
* @summary 切换园区
|
|
3401
|
+
* @param {AuthApiSwitchParkV2Request} requestParameters Request parameters.
|
|
3402
|
+
* @param {*} [options] Override http request option.
|
|
3403
|
+
* @throws {RequiredError}
|
|
3404
|
+
* @memberof AuthApi
|
|
3405
|
+
*/
|
|
3406
|
+
public switchParkV2(requestParameters: AuthApiSwitchParkV2Request, options?: RawAxiosRequestConfig) {
|
|
3407
|
+
return AuthApiFp(this.configuration).switchParkV2(requestParameters.switchPakBodyV2Vo, options).then((request) => request(this.axios, this.basePath));
|
|
3408
|
+
}
|
|
3409
|
+
}
|
|
3410
|
+
|